md/assets/index-feIz3mEO.js
2024-08-30 11:05:57 +00:00

1282 lines
7.0 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/dagre-CQ6OS2HX-bbbRWuRB.js","assets/graph-wX3AAXH4.js","assets/reduce-r67mb1VR.js","assets/layout-VWJGiLAg.js","assets/min-0hQ8dWgY.js","assets/json-swFOHM4h.js","assets/c4Diagram-ZHOUKFWV-Bf_w6bC_.js","assets/chunk-AIUMCIBP-BEi92UDt.js","assets/flowDiagram-TGP4CI55-BOb0WobI.js","assets/chunk-FUIDI54P-CrM8mAvA.js","assets/chunk-Z2VRG6XP-CAnayuDa.js","assets/channel-DF5kgywz.js","assets/erDiagram-762WSSOR-DHm6z2Zz.js","assets/gitGraphDiagram-LGD5RUNZ-DNwYB0tJ.js","assets/chunk-JJENOPKO-qcZaRmSp.js","assets/chunk-FBCX6ULS-CsFYE_Yz.js","assets/gitGraph-F2EDSAW4-CeKxUnS5.js","assets/ganttDiagram-GAYIUD5S-DcYIvxqv.js","assets/linear-gu5mJHRy.js","assets/init-Gi6I4Gst.js","assets/infoDiagram-GSXZ5C4N-6glsYS5p.js","assets/pieDiagram-WEX7LNAG-BFYHHULy.js","assets/arc-BlUqJtKt.js","assets/ordinal-Cboi1Yqb.js","assets/quadrantDiagram-SRYJ5FP7-DVq3QF3B.js","assets/xychartDiagram-BZZU7QT5-BQ7Yzxdi.js","assets/requirementDiagram-V7TESSIR-BXVoxD8o.js","assets/sequenceDiagram-6SD7JOPP-B37cakY3.js","assets/classDiagram-MQQPYQM5-BOZkV7LT.js","assets/chunk-IBIA4ERB-DIKNVfzG.js","assets/classDiagram-v2-4S5WAI72-meXuxdgn.js","assets/chunk-PDCO53Z4-DAYiDrWR.js","assets/stateDiagram-N22R6T2Y-0-xMuIkG.js","assets/chunk-SVGOEX7Z-CWKUdqNx.js","assets/stateDiagram-v2-QXVA2PVL-CzeAz2W1.js","assets/journeyDiagram-35ZZFJAM-D9hV1P71.js","assets/timeline-definition-SFF34UE4-FOdYxJIB.js","assets/sankeyDiagram-XVFEVEVI-DBEx7oKn.js","assets/diagram-KYCGQLJB-CIuOFcYu.js","assets/blockDiagram-V6UOASA5-C3JuhUxt.js"])))=>i.map(i=>d[i]);
var l4=Object.defineProperty;var QS=Ra=>{throw TypeError(Ra)};var c4=(Ra,qa,Ja)=>qa in Ra?l4(Ra,qa,{enumerable:!0,configurable:!0,writable:!0,value:Ja}):Ra[qa]=Ja;var t1=(Ra,qa,Ja)=>c4(Ra,typeof qa!="symbol"?qa+"":qa,Ja),u4=(Ra,qa,Ja)=>qa.has(Ra)||QS("Cannot "+Ja);var JS=(Ra,qa,Ja)=>qa.has(Ra)?QS("Cannot add the same private member more than once"):qa instanceof WeakSet?qa.add(Ra):qa.set(Ra,Ja);var _E=(Ra,qa,Ja)=>(u4(Ra,qa,"access private method"),Ja);(function(){const qa=document.createElement("link").relList;if(qa&&qa.supports&&qa.supports("modulepreload"))return;for(const td of document.querySelectorAll('link[rel="modulepreload"]'))ed(td);new MutationObserver(td=>{for(const rd of td)if(rd.type==="childList")for(const od of rd.addedNodes)od.tagName==="LINK"&&od.rel==="modulepreload"&&ed(od)}).observe(document,{childList:!0,subtree:!0});function Ja(td){const rd={};return td.integrity&&(rd.integrity=td.integrity),td.referrerPolicy&&(rd.referrerPolicy=td.referrerPolicy),td.crossOrigin==="use-credentials"?rd.credentials="include":td.crossOrigin==="anonymous"?rd.credentials="omit":rd.credentials="same-origin",rd}function ed(td){if(td.ep)return;td.ep=!0;const rd=Ja(td);fetch(td.href,rd)}})();const global$1=globalThis||void 0||self;/**
* @vue/shared v3.4.38
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function makeMap(Ra,qa){const Ja=new Set(Ra.split(","));return ed=>Ja.has(ed)}const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,isOn=Ra=>Ra.charCodeAt(0)===111&&Ra.charCodeAt(1)===110&&(Ra.charCodeAt(2)>122||Ra.charCodeAt(2)<97),isModelListener=Ra=>Ra.startsWith("onUpdate:"),extend$3=Object.assign,remove$1=(Ra,qa)=>{const Ja=Ra.indexOf(qa);Ja>-1&&Ra.splice(Ja,1)},hasOwnProperty$i=Object.prototype.hasOwnProperty,hasOwn$1=(Ra,qa)=>hasOwnProperty$i.call(Ra,qa),isArray$2=Array.isArray,isMap$1=Ra=>toTypeString(Ra)==="[object Map]",isSet$1=Ra=>toTypeString(Ra)==="[object Set]",isDate$1=Ra=>toTypeString(Ra)==="[object Date]",isFunction$4=Ra=>typeof Ra=="function",isString$3=Ra=>typeof Ra=="string",isSymbol$1=Ra=>typeof Ra=="symbol",isObject$5=Ra=>Ra!==null&&typeof Ra=="object",isPromise=Ra=>(isObject$5(Ra)||isFunction$4(Ra))&&isFunction$4(Ra.then)&&isFunction$4(Ra.catch),objectToString$1=Object.prototype.toString,toTypeString=Ra=>objectToString$1.call(Ra),toRawType=Ra=>toTypeString(Ra).slice(8,-1),isPlainObject$3=Ra=>toTypeString(Ra)==="[object Object]",isIntegerKey=Ra=>isString$3(Ra)&&Ra!=="NaN"&&Ra[0]!=="-"&&""+parseInt(Ra,10)===Ra,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=Ra=>{const qa=Object.create(null);return Ja=>qa[Ja]||(qa[Ja]=Ra(Ja))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(Ra=>Ra.replace(camelizeRE,(qa,Ja)=>Ja?Ja.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate$1=cacheStringFunction(Ra=>Ra.replace(hyphenateRE,"-$1").toLowerCase()),capitalize$1=cacheStringFunction(Ra=>Ra.charAt(0).toUpperCase()+Ra.slice(1)),toHandlerKey=cacheStringFunction(Ra=>Ra?`on${capitalize$1(Ra)}`:""),hasChanged=(Ra,qa)=>!Object.is(Ra,qa),invokeArrayFns=(Ra,...qa)=>{for(let Ja=0;Ja<Ra.length;Ja++)Ra[Ja](...qa)},def$2=(Ra,qa,Ja,ed=!1)=>{Object.defineProperty(Ra,qa,{configurable:!0,enumerable:!1,writable:ed,value:Ja})},looseToNumber=Ra=>{const qa=parseFloat(Ra);return isNaN(qa)?Ra:qa},toNumber$3=Ra=>{const qa=isString$3(Ra)?Number(Ra):NaN;return isNaN(qa)?Ra:qa};let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global$1<"u"?global$1:{});function normalizeStyle(Ra){if(isArray$2(Ra)){const qa={};for(let Ja=0;Ja<Ra.length;Ja++){const ed=Ra[Ja],td=isString$3(ed)?parseStringStyle(ed):normalizeStyle(ed);if(td)for(const rd in td)qa[rd]=td[rd]}return qa}else if(isString$3(Ra)||isObject$5(Ra))return Ra}const listDelimiterRE=/;(?![^(]*\))/g,propertyDelimiterRE=/:([^]+)/,styleCommentRE=/\/\*[^]*?\*\//g;function parseStringStyle(Ra){const qa={};return Ra.replace(styleCommentRE,"").split(listDelimiterRE).forEach(Ja=>{if(Ja){const ed=Ja.split(propertyDelimiterRE);ed.length>1&&(qa[ed[0].trim()]=ed[1].trim())}}),qa}function normalizeClass(Ra){let qa="";if(isString$3(Ra))qa=Ra;else if(isArray$2(Ra))for(let Ja=0;Ja<Ra.length;Ja++){const ed=normalizeClass(Ra[Ja]);ed&&(qa+=ed+" ")}else if(isObject$5(Ra))for(const Ja in Ra)Ra[Ja]&&(qa+=Ja+" ");return qa.trim()}function normalizeProps(Ra){if(!Ra)return null;let{class:qa,style:Ja}=Ra;return qa&&!isString$3(qa)&&(Ra.class=normalizeClass(qa)),Ja&&(Ra.style=normalizeStyle(Ja)),Ra}const specialBooleanAttrs="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",isSpecialBooleanAttr=makeMap(specialBooleanAttrs);function includeBooleanAttr(Ra){return!!Ra||Ra===""}function looseCompareArrays(Ra,qa){if(Ra.length!==qa.length)return!1;let Ja=!0;for(let ed=0;Ja&&ed<Ra.length;ed++)Ja=looseEqual(Ra[ed],qa[ed]);return Ja}function looseEqual(Ra,qa){if(Ra===qa)return!0;let Ja=isDate$1(Ra),ed=isDate$1(qa);if(Ja||ed)return Ja&&ed?Ra.getTime()===qa.getTime():!1;if(Ja=isSymbol$1(Ra),ed=isSymbol$1(qa),Ja||ed)return Ra===qa;if(Ja=isArray$2(Ra),ed=isArray$2(qa),Ja||ed)return Ja&&ed?looseCompareArrays(Ra,qa):!1;if(Ja=isObject$5(Ra),ed=isObject$5(qa),Ja||ed){if(!Ja||!ed)return!1;const td=Object.keys(Ra).length,rd=Object.keys(qa).length;if(td!==rd)return!1;for(const od in Ra){const sd=Ra.hasOwnProperty(od),ld=qa.hasOwnProperty(od);if(sd&&!ld||!sd&&ld||!looseEqual(Ra[od],qa[od]))return!1}}return String(Ra)===String(qa)}function looseIndexOf(Ra,qa){return Ra.findIndex(Ja=>looseEqual(Ja,qa))}const isRef$1=Ra=>!!(Ra&&Ra.__v_isRef===!0),toDisplayString=Ra=>isString$3(Ra)?Ra:Ra==null?"":isArray$2(Ra)||isObject$5(Ra)&&(Ra.toString===objectToString$1||!isFunction$4(Ra.toString))?isRef$1(Ra)?toDisplayString(Ra.value):JSON.stringify(Ra,replacer$1,2):String(Ra),replacer$1=(Ra,qa)=>isRef$1(qa)?replacer$1(Ra,qa.value):isMap$1(qa)?{[`Map(${qa.size})`]:[...qa.entries()].reduce((Ja,[ed,td],rd)=>(Ja[stringifySymbol(ed,rd)+" =>"]=td,Ja),{})}:isSet$1(qa)?{[`Set(${qa.size})`]:[...qa.values()].map(Ja=>stringifySymbol(Ja))}:isSymbol$1(qa)?stringifySymbol(qa):isObject$5(qa)&&!isArray$2(qa)&&!isPlainObject$3(qa)?String(qa):qa,stringifySymbol=(Ra,qa="")=>{var Ja;return isSymbol$1(Ra)?`Symbol(${(Ja=Ra.description)!=null?Ja:qa})`:Ra};/**
* @vue/reactivity v3.4.38
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let activeEffectScope;class EffectScope{constructor(qa=!1){this.detached=qa,this._active=!0,this.effects=[],this.cleanups=[],this.parent=activeEffectScope,!qa&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}run(qa){if(this._active){const Ja=activeEffectScope;try{return activeEffectScope=this,qa()}finally{activeEffectScope=Ja}}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(qa){if(this._active){let Ja,ed;for(Ja=0,ed=this.effects.length;Ja<ed;Ja++)this.effects[Ja].stop();for(Ja=0,ed=this.cleanups.length;Ja<ed;Ja++)this.cleanups[Ja]();if(this.scopes)for(Ja=0,ed=this.scopes.length;Ja<ed;Ja++)this.scopes[Ja].stop(!0);if(!this.detached&&this.parent&&!qa){const td=this.parent.scopes.pop();td&&td!==this&&(this.parent.scopes[this.index]=td,td.index=this.index)}this.parent=void 0,this._active=!1}}}function effectScope(Ra){return new EffectScope(Ra)}function recordEffectScope(Ra,qa=activeEffectScope){qa&&qa.active&&qa.effects.push(Ra)}function getCurrentScope(){return activeEffectScope}function onScopeDispose(Ra){activeEffectScope&&activeEffectScope.cleanups.push(Ra)}let activeEffect;class ReactiveEffect{constructor(qa,Ja,ed,td){this.fn=qa,this.trigger=Ja,this.scheduler=ed,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,recordEffectScope(this,td)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,pauseTracking();for(let qa=0;qa<this._depsLength;qa++){const Ja=this.deps[qa];if(Ja.computed&&(triggerComputed(Ja.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),resetTracking()}return this._dirtyLevel>=4}set dirty(qa){this._dirtyLevel=qa?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let qa=shouldTrack,Ja=activeEffect;try{return shouldTrack=!0,activeEffect=this,this._runnings++,preCleanupEffect(this),this.fn()}finally{postCleanupEffect(this),this._runnings--,activeEffect=Ja,shouldTrack=qa}}stop(){this.active&&(preCleanupEffect(this),postCleanupEffect(this),this.onStop&&this.onStop(),this.active=!1)}}function triggerComputed(Ra){return Ra.value}function preCleanupEffect(Ra){Ra._trackId++,Ra._depsLength=0}function postCleanupEffect(Ra){if(Ra.deps.length>Ra._depsLength){for(let qa=Ra._depsLength;qa<Ra.deps.length;qa++)cleanupDepEffect(Ra.deps[qa],Ra);Ra.deps.length=Ra._depsLength}}function cleanupDepEffect(Ra,qa){const Ja=Ra.get(qa);Ja!==void 0&&qa._trackId!==Ja&&(Ra.delete(qa),Ra.size===0&&Ra.cleanup())}let shouldTrack=!0,pauseScheduleStack=0;const trackStack=[];function pauseTracking(){trackStack.push(shouldTrack),shouldTrack=!1}function resetTracking(){const Ra=trackStack.pop();shouldTrack=Ra===void 0?!0:Ra}function pauseScheduling(){pauseScheduleStack++}function resetScheduling(){for(pauseScheduleStack--;!pauseScheduleStack&&queueEffectSchedulers.length;)queueEffectSchedulers.shift()()}function trackEffect(Ra,qa,Ja){if(qa.get(Ra)!==Ra._trackId){qa.set(Ra,Ra._trackId);const ed=Ra.deps[Ra._depsLength];ed!==qa?(ed&&cleanupDepEffect(ed,Ra),Ra.deps[Ra._depsLength++]=qa):Ra._depsLength++}}const queueEffectSchedulers=[];function triggerEffects(Ra,qa,Ja){pauseScheduling();for(const ed of Ra.keys()){let td;ed._dirtyLevel<qa&&(td??(td=Ra.get(ed)===ed._trackId))&&(ed._shouldSchedule||(ed._shouldSchedule=ed._dirtyLevel===0),ed._dirtyLevel=qa),ed._shouldSchedule&&(td??(td=Ra.get(ed)===ed._trackId))&&(ed.trigger(),(!ed._runnings||ed.allowRecurse)&&ed._dirtyLevel!==2&&(ed._shouldSchedule=!1,ed.scheduler&&queueEffectSchedulers.push(ed.scheduler)))}resetScheduling()}const createDep=(Ra,qa)=>{const Ja=new Map;return Ja.cleanup=Ra,Ja.computed=qa,Ja},targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol("");function track(Ra,qa,Ja){if(shouldTrack&&activeEffect){let ed=targetMap.get(Ra);ed||targetMap.set(Ra,ed=new Map);let td=ed.get(Ja);td||ed.set(Ja,td=createDep(()=>ed.delete(Ja))),trackEffect(activeEffect,td)}}function trigger(Ra,qa,Ja,ed,td,rd){const od=targetMap.get(Ra);if(!od)return;let sd=[];if(qa==="clear")sd=[...od.values()];else if(Ja==="length"&&isArray$2(Ra)){const ld=Number(ed);od.forEach((cd,ud)=>{(ud==="length"||!isSymbol$1(ud)&&ud>=ld)&&sd.push(cd)})}else switch(Ja!==void 0&&sd.push(od.get(Ja)),qa){case"add":isArray$2(Ra)?isIntegerKey(Ja)&&sd.push(od.get("length")):(sd.push(od.get(ITERATE_KEY)),isMap$1(Ra)&&sd.push(od.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray$2(Ra)||(sd.push(od.get(ITERATE_KEY)),isMap$1(Ra)&&sd.push(od.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap$1(Ra)&&sd.push(od.get(ITERATE_KEY));break}pauseScheduling();for(const ld of sd)ld&&triggerEffects(ld,4);resetScheduling()}function getDepFromReactive(Ra,qa){const Ja=targetMap.get(Ra);return Ja&&Ja.get(qa)}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(Ra=>Ra!=="arguments"&&Ra!=="caller").map(Ra=>Symbol[Ra]).filter(isSymbol$1)),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const Ra={};return["includes","indexOf","lastIndexOf"].forEach(qa=>{Ra[qa]=function(...Ja){const ed=toRaw(this);for(let rd=0,od=this.length;rd<od;rd++)track(ed,"get",rd+"");const td=ed[qa](...Ja);return td===-1||td===!1?ed[qa](...Ja.map(toRaw)):td}}),["push","pop","shift","unshift","splice"].forEach(qa=>{Ra[qa]=function(...Ja){pauseTracking(),pauseScheduling();const ed=toRaw(this)[qa].apply(this,Ja);return resetScheduling(),resetTracking(),ed}}),Ra}function hasOwnProperty$h(Ra){isSymbol$1(Ra)||(Ra=String(Ra));const qa=toRaw(this);return track(qa,"has",Ra),qa.hasOwnProperty(Ra)}class BaseReactiveHandler{constructor(qa=!1,Ja=!1){this._isReadonly=qa,this._isShallow=Ja}get(qa,Ja,ed){const td=this._isReadonly,rd=this._isShallow;if(Ja==="__v_isReactive")return!td;if(Ja==="__v_isReadonly")return td;if(Ja==="__v_isShallow")return rd;if(Ja==="__v_raw")return ed===(td?rd?shallowReadonlyMap:readonlyMap:rd?shallowReactiveMap:reactiveMap).get(qa)||Object.getPrototypeOf(qa)===Object.getPrototypeOf(ed)?qa:void 0;const od=isArray$2(qa);if(!td){if(od&&hasOwn$1(arrayInstrumentations,Ja))return Reflect.get(arrayInstrumentations,Ja,ed);if(Ja==="hasOwnProperty")return hasOwnProperty$h}const sd=Reflect.get(qa,Ja,ed);return(isSymbol$1(Ja)?builtInSymbols.has(Ja):isNonTrackableKeys(Ja))||(td||track(qa,"get",Ja),rd)?sd:isRef(sd)?od&&isIntegerKey(Ja)?sd:sd.value:isObject$5(sd)?td?readonly(sd):reactive(sd):sd}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(qa=!1){super(!1,qa)}set(qa,Ja,ed,td){let rd=qa[Ja];if(!this._isShallow){const ld=isReadonly(rd);if(!isShallow(ed)&&!isReadonly(ed)&&(rd=toRaw(rd),ed=toRaw(ed)),!isArray$2(qa)&&isRef(rd)&&!isRef(ed))return ld?!1:(rd.value=ed,!0)}const od=isArray$2(qa)&&isIntegerKey(Ja)?Number(Ja)<qa.length:hasOwn$1(qa,Ja),sd=Reflect.set(qa,Ja,ed,td);return qa===toRaw(td)&&(od?hasChanged(ed,rd)&&trigger(qa,"set",Ja,ed):trigger(qa,"add",Ja,ed)),sd}deleteProperty(qa,Ja){const ed=hasOwn$1(qa,Ja);qa[Ja];const td=Reflect.deleteProperty(qa,Ja);return td&&ed&&trigger(qa,"delete",Ja,void 0),td}has(qa,Ja){const ed=Reflect.has(qa,Ja);return(!isSymbol$1(Ja)||!builtInSymbols.has(Ja))&&track(qa,"has",Ja),ed}ownKeys(qa){return track(qa,"iterate",isArray$2(qa)?"length":ITERATE_KEY),Reflect.ownKeys(qa)}}class ReadonlyReactiveHandler extends BaseReactiveHandler{constructor(qa=!1){super(!0,qa)}set(qa,Ja){return!0}deleteProperty(qa,Ja){return!0}}const mutableHandlers=new MutableReactiveHandler,readonlyHandlers=new ReadonlyReactiveHandler,shallowReactiveHandlers=new MutableReactiveHandler(!0),shallowReadonlyHandlers=new ReadonlyReactiveHandler(!0),toShallow=Ra=>Ra,getProto$2=Ra=>Reflect.getPrototypeOf(Ra);function get$3(Ra,qa,Ja=!1,ed=!1){Ra=Ra.__v_raw;const td=toRaw(Ra),rd=toRaw(qa);Ja||(hasChanged(qa,rd)&&track(td,"get",qa),track(td,"get",rd));const{has:od}=getProto$2(td),sd=ed?toShallow:Ja?toReadonly:toReactive;if(od.call(td,qa))return sd(Ra.get(qa));if(od.call(td,rd))return sd(Ra.get(rd));Ra!==td&&Ra.get(qa)}function has(Ra,qa=!1){const Ja=this.__v_raw,ed=toRaw(Ja),td=toRaw(Ra);return qa||(hasChanged(Ra,td)&&track(ed,"has",Ra),track(ed,"has",td)),Ra===td?Ja.has(Ra):Ja.has(Ra)||Ja.has(td)}function size$2(Ra,qa=!1){return Ra=Ra.__v_raw,!qa&&track(toRaw(Ra),"iterate",ITERATE_KEY),Reflect.get(Ra,"size",Ra)}function add(Ra,qa=!1){!qa&&!isShallow(Ra)&&!isReadonly(Ra)&&(Ra=toRaw(Ra));const Ja=toRaw(this);return getProto$2(Ja).has.call(Ja,Ra)||(Ja.add(Ra),trigger(Ja,"add",Ra,Ra)),this}function set$4(Ra,qa,Ja=!1){!Ja&&!isShallow(qa)&&!isReadonly(qa)&&(qa=toRaw(qa));const ed=toRaw(this),{has:td,get:rd}=getProto$2(ed);let od=td.call(ed,Ra);od||(Ra=toRaw(Ra),od=td.call(ed,Ra));const sd=rd.call(ed,Ra);return ed.set(Ra,qa),od?hasChanged(qa,sd)&&trigger(ed,"set",Ra,qa):trigger(ed,"add",Ra,qa),this}function deleteEntry(Ra){const qa=toRaw(this),{has:Ja,get:ed}=getProto$2(qa);let td=Ja.call(qa,Ra);td||(Ra=toRaw(Ra),td=Ja.call(qa,Ra)),ed&&ed.call(qa,Ra);const rd=qa.delete(Ra);return td&&trigger(qa,"delete",Ra,void 0),rd}function clear$2(){const Ra=toRaw(this),qa=Ra.size!==0,Ja=Ra.clear();return qa&&trigger(Ra,"clear",void 0,void 0),Ja}function createForEach(Ra,qa){return function(ed,td){const rd=this,od=rd.__v_raw,sd=toRaw(od),ld=qa?toShallow:Ra?toReadonly:toReactive;return!Ra&&track(sd,"iterate",ITERATE_KEY),od.forEach((cd,ud)=>ed.call(td,ld(cd),ld(ud),rd))}}function createIterableMethod(Ra,qa,Ja){return function(...ed){const td=this.__v_raw,rd=toRaw(td),od=isMap$1(rd),sd=Ra==="entries"||Ra===Symbol.iterator&&od,ld=Ra==="keys"&&od,cd=td[Ra](...ed),ud=Ja?toShallow:qa?toReadonly:toReactive;return!qa&&track(rd,"iterate",ld?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:gd,done:_d}=cd.next();return _d?{value:gd,done:_d}:{value:sd?[ud(gd[0]),ud(gd[1])]:ud(gd),done:_d}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(Ra){return function(...qa){return Ra==="delete"?!1:Ra==="clear"?void 0:this}}function createInstrumentations(){const Ra={get(rd){return get$3(this,rd)},get size(){return size$2(this)},has,add,set:set$4,delete:deleteEntry,clear:clear$2,forEach:createForEach(!1,!1)},qa={get(rd){return get$3(this,rd,!1,!0)},get size(){return size$2(this)},has,add(rd){return add.call(this,rd,!0)},set(rd,od){return set$4.call(this,rd,od,!0)},delete:deleteEntry,clear:clear$2,forEach:createForEach(!1,!0)},Ja={get(rd){return get$3(this,rd,!0)},get size(){return size$2(this,!0)},has(rd){return has.call(this,rd,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},ed={get(rd){return get$3(this,rd,!0,!0)},get size(){return size$2(this,!0)},has(rd){return has.call(this,rd,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(rd=>{Ra[rd]=createIterableMethod(rd,!1,!1),Ja[rd]=createIterableMethod(rd,!0,!1),qa[rd]=createIterableMethod(rd,!1,!0),ed[rd]=createIterableMethod(rd,!0,!0)}),[Ra,Ja,qa,ed]}const[mutableInstrumentations,readonlyInstrumentations,shallowInstrumentations,shallowReadonlyInstrumentations]=createInstrumentations();function createInstrumentationGetter(Ra,qa){const Ja=qa?Ra?shallowReadonlyInstrumentations:shallowInstrumentations:Ra?readonlyInstrumentations:mutableInstrumentations;return(ed,td,rd)=>td==="__v_isReactive"?!Ra:td==="__v_isReadonly"?Ra:td==="__v_raw"?ed:Reflect.get(hasOwn$1(Ja,td)&&td in ed?Ja:ed,td,rd)}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(Ra){switch(Ra){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(Ra){return Ra.__v_skip||!Object.isExtensible(Ra)?0:targetTypeMap(toRawType(Ra))}function reactive(Ra){return isReadonly(Ra)?Ra:createReactiveObject(Ra,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(Ra){return createReactiveObject(Ra,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(Ra){return createReactiveObject(Ra,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function shallowReadonly(Ra){return createReactiveObject(Ra,!0,shallowReadonlyHandlers,shallowReadonlyCollectionHandlers,shallowReadonlyMap)}function createReactiveObject(Ra,qa,Ja,ed,td){if(!isObject$5(Ra)||Ra.__v_raw&&!(qa&&Ra.__v_isReactive))return Ra;const rd=td.get(Ra);if(rd)return rd;const od=getTargetType(Ra);if(od===0)return Ra;const sd=new Proxy(Ra,od===2?ed:Ja);return td.set(Ra,sd),sd}function isReactive(Ra){return isReadonly(Ra)?isReactive(Ra.__v_raw):!!(Ra&&Ra.__v_isReactive)}function isReadonly(Ra){return!!(Ra&&Ra.__v_isReadonly)}function isShallow(Ra){return!!(Ra&&Ra.__v_isShallow)}function isProxy(Ra){return Ra?!!Ra.__v_raw:!1}function toRaw(Ra){const qa=Ra&&Ra.__v_raw;return qa?toRaw(qa):Ra}function markRaw(Ra){return Object.isExtensible(Ra)&&def$2(Ra,"__v_skip",!0),Ra}const toReactive=Ra=>isObject$5(Ra)?reactive(Ra):Ra,toReadonly=Ra=>isObject$5(Ra)?readonly(Ra):Ra;class ComputedRefImpl{constructor(qa,Ja,ed,td){this.getter=qa,this._setter=Ja,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ReactiveEffect(()=>qa(this._value),()=>triggerRefValue(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!td,this.__v_isReadonly=ed}get value(){const qa=toRaw(this);return(!qa._cacheable||qa.effect.dirty)&&hasChanged(qa._value,qa._value=qa.effect.run())&&triggerRefValue(qa,4),trackRefValue(qa),qa.effect._dirtyLevel>=2&&triggerRefValue(qa,2),qa._value}set value(qa){this._setter(qa)}get _dirty(){return this.effect.dirty}set _dirty(qa){this.effect.dirty=qa}}function computed$1(Ra,qa,Ja=!1){let ed,td;const rd=isFunction$4(Ra);return rd?(ed=Ra,td=NOOP):(ed=Ra.get,td=Ra.set),new ComputedRefImpl(ed,td,rd||!td,Ja)}function trackRefValue(Ra){var qa;shouldTrack&&activeEffect&&(Ra=toRaw(Ra),trackEffect(activeEffect,(qa=Ra.dep)!=null?qa:Ra.dep=createDep(()=>Ra.dep=void 0,Ra instanceof ComputedRefImpl?Ra:void 0)))}function triggerRefValue(Ra,qa=4,Ja,ed){Ra=toRaw(Ra);const td=Ra.dep;td&&triggerEffects(td,qa)}function isRef(Ra){return!!(Ra&&Ra.__v_isRef===!0)}function ref$1(Ra){return createRef(Ra,!1)}function shallowRef(Ra){return createRef(Ra,!0)}function createRef(Ra,qa){return isRef(Ra)?Ra:new RefImpl(Ra,qa)}class RefImpl{constructor(qa,Ja){this.__v_isShallow=Ja,this.dep=void 0,this.__v_isRef=!0,this._rawValue=Ja?qa:toRaw(qa),this._value=Ja?qa:toReactive(qa)}get value(){return trackRefValue(this),this._value}set value(qa){const Ja=this.__v_isShallow||isShallow(qa)||isReadonly(qa);qa=Ja?qa:toRaw(qa),hasChanged(qa,this._rawValue)&&(this._rawValue,this._rawValue=qa,this._value=Ja?qa:toReactive(qa),triggerRefValue(this,4))}}function unref(Ra){return isRef(Ra)?Ra.value:Ra}const shallowUnwrapHandlers={get:(Ra,qa,Ja)=>unref(Reflect.get(Ra,qa,Ja)),set:(Ra,qa,Ja,ed)=>{const td=Ra[qa];return isRef(td)&&!isRef(Ja)?(td.value=Ja,!0):Reflect.set(Ra,qa,Ja,ed)}};function proxyRefs(Ra){return isReactive(Ra)?Ra:new Proxy(Ra,shallowUnwrapHandlers)}class CustomRefImpl{constructor(qa){this.dep=void 0,this.__v_isRef=!0;const{get:Ja,set:ed}=qa(()=>trackRefValue(this),()=>triggerRefValue(this));this._get=Ja,this._set=ed}get value(){return this._get()}set value(qa){this._set(qa)}}function customRef(Ra){return new CustomRefImpl(Ra)}function toRefs(Ra){const qa=isArray$2(Ra)?new Array(Ra.length):{};for(const Ja in Ra)qa[Ja]=propertyToRef(Ra,Ja);return qa}class ObjectRefImpl{constructor(qa,Ja,ed){this._object=qa,this._key=Ja,this._defaultValue=ed,this.__v_isRef=!0}get value(){const qa=this._object[this._key];return qa===void 0?this._defaultValue:qa}set value(qa){this._object[this._key]=qa}get dep(){return getDepFromReactive(toRaw(this._object),this._key)}}class GetterRefImpl{constructor(qa){this._getter=qa,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function toRef$1(Ra,qa,Ja){return isRef(Ra)?Ra:isFunction$4(Ra)?new GetterRefImpl(Ra):isObject$5(Ra)&&arguments.length>1?propertyToRef(Ra,qa,Ja):ref$1(Ra)}function propertyToRef(Ra,qa,Ja){const ed=Ra[qa];return isRef(ed)?ed:new ObjectRefImpl(Ra,qa,Ja)}/**
* @vue/runtime-core v3.4.38
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const stack=[];let isWarning=!1;function warn$1(Ra,...qa){if(isWarning)return;isWarning=!0,pauseTracking();const Ja=stack.length?stack[stack.length-1].component:null,ed=Ja&&Ja.appContext.config.warnHandler,td=getComponentTrace();if(ed)callWithErrorHandling(ed,Ja,11,[Ra+qa.map(rd=>{var od,sd;return(sd=(od=rd.toString)==null?void 0:od.call(rd))!=null?sd:JSON.stringify(rd)}).join(""),Ja&&Ja.proxy,td.map(({vnode:rd})=>`at <${formatComponentName(Ja,rd.type)}>`).join(`
`),td]);else{const rd=[`[Vue warn]: ${Ra}`,...qa];td.length&&rd.push(`
`,...formatTrace(td)),console.warn(...rd)}resetTracking(),isWarning=!1}function getComponentTrace(){let Ra=stack[stack.length-1];if(!Ra)return[];const qa=[];for(;Ra;){const Ja=qa[0];Ja&&Ja.vnode===Ra?Ja.recurseCount++:qa.push({vnode:Ra,recurseCount:0});const ed=Ra.component&&Ra.component.parent;Ra=ed&&ed.vnode}return qa}function formatTrace(Ra){const qa=[];return Ra.forEach((Ja,ed)=>{qa.push(...ed===0?[]:[`
`],...formatTraceEntry(Ja))}),qa}function formatTraceEntry({vnode:Ra,recurseCount:qa}){const Ja=qa>0?`... (${qa} recursive calls)`:"",ed=Ra.component?Ra.component.parent==null:!1,td=` at <${formatComponentName(Ra.component,Ra.type,ed)}`,rd=">"+Ja;return Ra.props?[td,...formatProps(Ra.props),rd]:[td+rd]}function formatProps(Ra){const qa=[],Ja=Object.keys(Ra);return Ja.slice(0,3).forEach(ed=>{qa.push(...formatProp(ed,Ra[ed]))}),Ja.length>3&&qa.push(" ..."),qa}function formatProp(Ra,qa,Ja){return isString$3(qa)?(qa=JSON.stringify(qa),Ja?qa:[`${Ra}=${qa}`]):typeof qa=="number"||typeof qa=="boolean"||qa==null?Ja?qa:[`${Ra}=${qa}`]:isRef(qa)?(qa=formatProp(Ra,toRaw(qa.value),!0),Ja?qa:[`${Ra}=Ref<`,qa,">"]):isFunction$4(qa)?[`${Ra}=fn${qa.name?`<${qa.name}>`:""}`]:(qa=toRaw(qa),Ja?qa:[`${Ra}=`,qa])}function callWithErrorHandling(Ra,qa,Ja,ed){try{return ed?Ra(...ed):Ra()}catch(td){handleError$1(td,qa,Ja)}}function callWithAsyncErrorHandling(Ra,qa,Ja,ed){if(isFunction$4(Ra)){const td=callWithErrorHandling(Ra,qa,Ja,ed);return td&&isPromise(td)&&td.catch(rd=>{handleError$1(rd,qa,Ja)}),td}if(isArray$2(Ra)){const td=[];for(let rd=0;rd<Ra.length;rd++)td.push(callWithAsyncErrorHandling(Ra[rd],qa,Ja,ed));return td}}function handleError$1(Ra,qa,Ja,ed=!0){const td=qa?qa.vnode:null;if(qa){let rd=qa.parent;const od=qa.proxy,sd=`https://vuejs.org/error-reference/#runtime-${Ja}`;for(;rd;){const cd=rd.ec;if(cd){for(let ud=0;ud<cd.length;ud++)if(cd[ud](Ra,od,sd)===!1)return}rd=rd.parent}const ld=qa.appContext.config.errorHandler;if(ld){pauseTracking(),callWithErrorHandling(ld,null,10,[Ra,od,sd]),resetTracking();return}}logError(Ra,Ja,td,ed)}function logError(Ra,qa,Ja,ed=!0){console.error(Ra)}let isFlushing=!1,isFlushPending=!1;const queue$2=[];let flushIndex=0;const pendingPostFlushCbs=[];let activePostFlushCbs=null,postFlushIndex=0;const resolvedPromise=Promise.resolve();let currentFlushPromise=null;function nextTick$1(Ra){const qa=currentFlushPromise||resolvedPromise;return Ra?qa.then(this?Ra.bind(this):Ra):qa}function findInsertionIndex(Ra){let qa=flushIndex+1,Ja=queue$2.length;for(;qa<Ja;){const ed=qa+Ja>>>1,td=queue$2[ed],rd=getId(td);rd<Ra||rd===Ra&&td.pre?qa=ed+1:Ja=ed}return qa}function queueJob(Ra){(!queue$2.length||!queue$2.includes(Ra,isFlushing&&Ra.allowRecurse?flushIndex+1:flushIndex))&&(Ra.id==null?queue$2.push(Ra):queue$2.splice(findInsertionIndex(Ra.id),0,Ra),queueFlush())}function queueFlush(){!isFlushing&&!isFlushPending&&(isFlushPending=!0,currentFlushPromise=resolvedPromise.then(flushJobs))}function invalidateJob(Ra){const qa=queue$2.indexOf(Ra);qa>flushIndex&&queue$2.splice(qa,1)}function queuePostFlushCb(Ra){isArray$2(Ra)?pendingPostFlushCbs.push(...Ra):(!activePostFlushCbs||!activePostFlushCbs.includes(Ra,Ra.allowRecurse?postFlushIndex+1:postFlushIndex))&&pendingPostFlushCbs.push(Ra),queueFlush()}function flushPreFlushCbs(Ra,qa,Ja=isFlushing?flushIndex+1:0){for(;Ja<queue$2.length;Ja++){const ed=queue$2[Ja];if(ed&&ed.pre){if(Ra&&ed.id!==Ra.uid)continue;queue$2.splice(Ja,1),Ja--,ed()}}}function flushPostFlushCbs(Ra){if(pendingPostFlushCbs.length){const qa=[...new Set(pendingPostFlushCbs)].sort((Ja,ed)=>getId(Ja)-getId(ed));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...qa);return}for(activePostFlushCbs=qa,postFlushIndex=0;postFlushIndex<activePostFlushCbs.length;postFlushIndex++){const Ja=activePostFlushCbs[postFlushIndex];Ja.active!==!1&&Ja()}activePostFlushCbs=null,postFlushIndex=0}}const getId=Ra=>Ra.id==null?1/0:Ra.id,comparator=(Ra,qa)=>{const Ja=getId(Ra)-getId(qa);if(Ja===0){if(Ra.pre&&!qa.pre)return-1;if(qa.pre&&!Ra.pre)return 1}return Ja};function flushJobs(Ra){isFlushPending=!1,isFlushing=!0,queue$2.sort(comparator);try{for(flushIndex=0;flushIndex<queue$2.length;flushIndex++){const qa=queue$2[flushIndex];qa&&qa.active!==!1&&callWithErrorHandling(qa,qa.i,qa.i?15:14)}}finally{flushIndex=0,queue$2.length=0,flushPostFlushCbs(),isFlushing=!1,currentFlushPromise=null,(queue$2.length||pendingPostFlushCbs.length)&&flushJobs()}}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(Ra){const qa=currentRenderingInstance;return currentRenderingInstance=Ra,currentScopeId=Ra&&Ra.type.__scopeId||null,qa}function pushScopeId(Ra){currentScopeId=Ra}function popScopeId(){currentScopeId=null}function withCtx(Ra,qa=currentRenderingInstance,Ja){if(!qa||Ra._n)return Ra;const ed=(...td)=>{ed._d&&setBlockTracking(-1);const rd=setCurrentRenderingInstance(qa);let od;try{od=Ra(...td)}finally{setCurrentRenderingInstance(rd),ed._d&&setBlockTracking(1)}return od};return ed._n=!0,ed._c=!0,ed._d=!0,ed}function withDirectives(Ra,qa){if(currentRenderingInstance===null)return Ra;const Ja=getComponentPublicInstance(currentRenderingInstance),ed=Ra.dirs||(Ra.dirs=[]);for(let td=0;td<qa.length;td++){let[rd,od,sd,ld=EMPTY_OBJ]=qa[td];rd&&(isFunction$4(rd)&&(rd={mounted:rd,updated:rd}),rd.deep&&traverse(od),ed.push({dir:rd,instance:Ja,value:od,oldValue:void 0,arg:sd,modifiers:ld}))}return Ra}function invokeDirectiveHook(Ra,qa,Ja,ed){const td=Ra.dirs,rd=qa&&qa.dirs;for(let od=0;od<td.length;od++){const sd=td[od];rd&&(sd.oldValue=rd[od].value);let ld=sd.dir[ed];ld&&(pauseTracking(),callWithAsyncErrorHandling(ld,Ja,8,[Ra.el,sd,Ra,qa]),resetTracking())}}const leaveCbKey=Symbol("_leaveCb"),enterCbKey$1=Symbol("_enterCb");function useTransitionState(){const Ra={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return onMounted(()=>{Ra.isMounted=!0}),onBeforeUnmount(()=>{Ra.isUnmounting=!0}),Ra}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=Ra=>{const qa=Ra.subTree;return qa.component?recursiveGetSubtree(qa.component):qa},BaseTransitionImpl={name:"BaseTransition",props:BaseTransitionPropsValidators,setup(Ra,{slots:qa}){const Ja=getCurrentInstance(),ed=useTransitionState();return()=>{const td=qa.default&&getTransitionRawChildren(qa.default(),!0);if(!td||!td.length)return;let rd=td[0];if(td.length>1){for(const _d of td)if(_d.type!==Comment){rd=_d;break}}const od=toRaw(Ra),{mode:sd}=od;if(ed.isLeaving)return emptyPlaceholder(rd);const ld=getKeepAliveChild(rd);if(!ld)return emptyPlaceholder(rd);let cd=resolveTransitionHooks(ld,od,ed,Ja,_d=>cd=_d);setTransitionHooks(ld,cd);const ud=Ja.subTree,gd=ud&&getKeepAliveChild(ud);if(gd&&gd.type!==Comment&&!isSameVNodeType(ld,gd)&&recursiveGetSubtree(Ja).type!==Comment){const _d=resolveTransitionHooks(gd,od,ed,Ja);if(setTransitionHooks(gd,_d),sd==="out-in"&&ld.type!==Comment)return ed.isLeaving=!0,_d.afterLeave=()=>{ed.isLeaving=!1,Ja.update.active!==!1&&(Ja.effect.dirty=!0,Ja.update())},emptyPlaceholder(rd);sd==="in-out"&&ld.type!==Comment&&(_d.delayLeave=(yd,Ed,Td)=>{const Od=getLeavingNodesForType(ed,gd);Od[String(gd.key)]=gd,yd[leaveCbKey]=()=>{Ed(),yd[leaveCbKey]=void 0,delete cd.delayedLeave},cd.delayedLeave=Td})}return rd}}},BaseTransition=BaseTransitionImpl;function getLeavingNodesForType(Ra,qa){const{leavingVNodes:Ja}=Ra;let ed=Ja.get(qa.type);return ed||(ed=Object.create(null),Ja.set(qa.type,ed)),ed}function resolveTransitionHooks(Ra,qa,Ja,ed,td){const{appear:rd,mode:od,persisted:sd=!1,onBeforeEnter:ld,onEnter:cd,onAfterEnter:ud,onEnterCancelled:gd,onBeforeLeave:_d,onLeave:yd,onAfterLeave:Ed,onLeaveCancelled:Td,onBeforeAppear:Od,onAppear:Ad,onAfterAppear:Nd,onAppearCancelled:kd}=qa,Id=String(Ra.key),Rd=getLeavingNodesForType(Ja,Ra),Md=(Pd,Fd)=>{Pd&&callWithAsyncErrorHandling(Pd,ed,9,Fd)},Ld=(Pd,Fd)=>{const Ud=Fd[1];Md(Pd,Fd),isArray$2(Pd)?Pd.every(Vd=>Vd.length<=1)&&Ud():Pd.length<=1&&Ud()},jd={mode:od,persisted:sd,beforeEnter(Pd){let Fd=ld;if(!Ja.isMounted)if(rd)Fd=Od||ld;else return;Pd[leaveCbKey]&&Pd[leaveCbKey](!0);const Ud=Rd[Id];Ud&&isSameVNodeType(Ra,Ud)&&Ud.el[leaveCbKey]&&Ud.el[leaveCbKey](),Md(Fd,[Pd])},enter(Pd){let Fd=cd,Ud=ud,Vd=gd;if(!Ja.isMounted)if(rd)Fd=Ad||cd,Ud=Nd||ud,Vd=kd||gd;else return;let qd=!1;const Wd=Pd[enterCbKey$1]=zd=>{qd||(qd=!0,zd?Md(Vd,[Pd]):Md(Ud,[Pd]),jd.delayedLeave&&jd.delayedLeave(),Pd[enterCbKey$1]=void 0)};Fd?Ld(Fd,[Pd,Wd]):Wd()},leave(Pd,Fd){const Ud=String(Ra.key);if(Pd[enterCbKey$1]&&Pd[enterCbKey$1](!0),Ja.isUnmounting)return Fd();Md(_d,[Pd]);let Vd=!1;const qd=Pd[leaveCbKey]=Wd=>{Vd||(Vd=!0,Fd(),Wd?Md(Td,[Pd]):Md(Ed,[Pd]),Pd[leaveCbKey]=void 0,Rd[Ud]===Ra&&delete Rd[Ud])};Rd[Ud]=Ra,yd?Ld(yd,[Pd,qd]):qd()},clone(Pd){const Fd=resolveTransitionHooks(Pd,qa,Ja,ed,td);return td&&td(Fd),Fd}};return jd}function emptyPlaceholder(Ra){if(isKeepAlive(Ra))return Ra=cloneVNode(Ra),Ra.children=null,Ra}function getKeepAliveChild(Ra){if(!isKeepAlive(Ra))return Ra;const{shapeFlag:qa,children:Ja}=Ra;if(Ja){if(qa&16)return Ja[0];if(qa&32&&isFunction$4(Ja.default))return Ja.default()}}function setTransitionHooks(Ra,qa){Ra.shapeFlag&6&&Ra.component?setTransitionHooks(Ra.component.subTree,qa):Ra.shapeFlag&128?(Ra.ssContent.transition=qa.clone(Ra.ssContent),Ra.ssFallback.transition=qa.clone(Ra.ssFallback)):Ra.transition=qa}function getTransitionRawChildren(Ra,qa=!1,Ja){let ed=[],td=0;for(let rd=0;rd<Ra.length;rd++){let od=Ra[rd];const sd=Ja==null?od.key:String(Ja)+String(od.key!=null?od.key:rd);od.type===Fragment?(od.patchFlag&128&&td++,ed=ed.concat(getTransitionRawChildren(od.children,qa,sd))):(qa||od.type!==Comment)&&ed.push(sd!=null?cloneVNode(od,{key:sd}):od)}if(td>1)for(let rd=0;rd<ed.length;rd++)ed[rd].patchFlag=-2;return ed}/*! #__NO_SIDE_EFFECTS__ */function defineComponent(Ra,qa){return isFunction$4(Ra)?extend$3({name:Ra.name},qa,{setup:Ra}):Ra}const isAsyncWrapper=Ra=>!!Ra.type.__asyncLoader,isKeepAlive=Ra=>Ra.type.__isKeepAlive;function onActivated(Ra,qa){registerKeepAliveHook(Ra,"a",qa)}function onDeactivated(Ra,qa){registerKeepAliveHook(Ra,"da",qa)}function registerKeepAliveHook(Ra,qa,Ja=currentInstance){const ed=Ra.__wdc||(Ra.__wdc=()=>{let td=Ja;for(;td;){if(td.isDeactivated)return;td=td.parent}return Ra()});if(injectHook(qa,ed,Ja),Ja){let td=Ja.parent;for(;td&&td.parent;)isKeepAlive(td.parent.vnode)&&injectToKeepAliveRoot(ed,qa,Ja,td),td=td.parent}}function injectToKeepAliveRoot(Ra,qa,Ja,ed){const td=injectHook(qa,Ra,ed,!0);onUnmounted(()=>{remove$1(ed[qa],td)},Ja)}function injectHook(Ra,qa,Ja=currentInstance,ed=!1){if(Ja){const td=Ja[Ra]||(Ja[Ra]=[]),rd=qa.__weh||(qa.__weh=(...od)=>{pauseTracking();const sd=setCurrentInstance(Ja),ld=callWithAsyncErrorHandling(qa,Ja,Ra,od);return sd(),resetTracking(),ld});return ed?td.unshift(rd):td.push(rd),rd}}const createHook=Ra=>(qa,Ja=currentInstance)=>{(!isInSSRComponentSetup||Ra==="sp")&&injectHook(Ra,(...ed)=>qa(...ed),Ja)},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(Ra,qa=currentInstance){injectHook("ec",Ra,qa)}const COMPONENTS="components",DIRECTIVES="directives";function resolveComponent(Ra,qa){return resolveAsset(COMPONENTS,Ra,!0,qa)||Ra}const NULL_DYNAMIC_COMPONENT=Symbol.for("v-ndc");function resolveDynamicComponent(Ra){return isString$3(Ra)?resolveAsset(COMPONENTS,Ra,!1)||Ra:Ra||NULL_DYNAMIC_COMPONENT}function resolveDirective(Ra){return resolveAsset(DIRECTIVES,Ra)}function resolveAsset(Ra,qa,Ja=!0,ed=!1){const td=currentRenderingInstance||currentInstance;if(td){const rd=td.type;if(Ra===COMPONENTS){const sd=getComponentName(rd,!1);if(sd&&(sd===qa||sd===camelize(qa)||sd===capitalize$1(camelize(qa))))return rd}const od=resolve$1(td[Ra]||rd[Ra],qa)||resolve$1(td.appContext[Ra],qa);return!od&&ed?rd:od}}function resolve$1(Ra,qa){return Ra&&(Ra[qa]||Ra[camelize(qa)]||Ra[capitalize$1(camelize(qa))])}function renderList(Ra,qa,Ja,ed){let td;const rd=Ja;if(isArray$2(Ra)||isString$3(Ra)){td=new Array(Ra.length);for(let od=0,sd=Ra.length;od<sd;od++)td[od]=qa(Ra[od],od,void 0,rd)}else if(typeof Ra=="number"){td=new Array(Ra);for(let od=0;od<Ra;od++)td[od]=qa(od+1,od,void 0,rd)}else if(isObject$5(Ra))if(Ra[Symbol.iterator])td=Array.from(Ra,(od,sd)=>qa(od,sd,void 0,rd));else{const od=Object.keys(Ra);td=new Array(od.length);for(let sd=0,ld=od.length;sd<ld;sd++){const cd=od[sd];td[sd]=qa(Ra[cd],cd,sd,rd)}}else td=[];return td}function createSlots(Ra,qa){for(let Ja=0;Ja<qa.length;Ja++){const ed=qa[Ja];if(isArray$2(ed))for(let td=0;td<ed.length;td++)Ra[ed[td].name]=ed[td].fn;else ed&&(Ra[ed.name]=ed.key?(...td)=>{const rd=ed.fn(...td);return rd&&(rd.key=ed.key),rd}:ed.fn)}return Ra}function renderSlot(Ra,qa,Ja={},ed,td){if(currentRenderingInstance.isCE||currentRenderingInstance.parent&&isAsyncWrapper(currentRenderingInstance.parent)&&currentRenderingInstance.parent.isCE)return qa!=="default"&&(Ja.name=qa),createVNode("slot",Ja,ed&&ed());let rd=Ra[qa];rd&&rd._c&&(rd._d=!1),openBlock();const od=rd&&ensureValidVNode(rd(Ja)),sd=createBlock(Fragment,{key:(Ja.key||od&&od.key||`_${qa}`)+(!od&&ed?"_fb":"")},od||(ed?ed():[]),od&&Ra._===1?64:-2);return sd.scopeId&&(sd.slotScopeIds=[sd.scopeId+"-s"]),rd&&rd._c&&(rd._d=!0),sd}function ensureValidVNode(Ra){return Ra.some(qa=>isVNode(qa)?!(qa.type===Comment||qa.type===Fragment&&!ensureValidVNode(qa.children)):!0)?Ra:null}function toHandlers(Ra,qa){const Ja={};for(const ed in Ra)Ja[toHandlerKey(ed)]=Ra[ed];return Ja}const getPublicInstance=Ra=>Ra?isStatefulComponent(Ra)?getComponentPublicInstance(Ra):getPublicInstance(Ra.parent):null,publicPropertiesMap=extend$3(Object.create(null),{$:Ra=>Ra,$el:Ra=>Ra.vnode.el,$data:Ra=>Ra.data,$props:Ra=>Ra.props,$attrs:Ra=>Ra.attrs,$slots:Ra=>Ra.slots,$refs:Ra=>Ra.refs,$parent:Ra=>getPublicInstance(Ra.parent),$root:Ra=>getPublicInstance(Ra.root),$emit:Ra=>Ra.emit,$options:Ra=>resolveMergedOptions(Ra),$forceUpdate:Ra=>Ra.f||(Ra.f=()=>{Ra.effect.dirty=!0,queueJob(Ra.update)}),$nextTick:Ra=>Ra.n||(Ra.n=nextTick$1.bind(Ra.proxy)),$watch:Ra=>instanceWatch.bind(Ra)}),hasSetupBinding=(Ra,qa)=>Ra!==EMPTY_OBJ&&!Ra.__isScriptSetup&&hasOwn$1(Ra,qa),PublicInstanceProxyHandlers={get({_:Ra},qa){if(qa==="__v_skip")return!0;const{ctx:Ja,setupState:ed,data:td,props:rd,accessCache:od,type:sd,appContext:ld}=Ra;let cd;if(qa[0]!=="$"){const yd=od[qa];if(yd!==void 0)switch(yd){case 1:return ed[qa];case 2:return td[qa];case 4:return Ja[qa];case 3:return rd[qa]}else{if(hasSetupBinding(ed,qa))return od[qa]=1,ed[qa];if(td!==EMPTY_OBJ&&hasOwn$1(td,qa))return od[qa]=2,td[qa];if((cd=Ra.propsOptions[0])&&hasOwn$1(cd,qa))return od[qa]=3,rd[qa];if(Ja!==EMPTY_OBJ&&hasOwn$1(Ja,qa))return od[qa]=4,Ja[qa];shouldCacheAccess&&(od[qa]=0)}}const ud=publicPropertiesMap[qa];let gd,_d;if(ud)return qa==="$attrs"&&track(Ra.attrs,"get",""),ud(Ra);if((gd=sd.__cssModules)&&(gd=gd[qa]))return gd;if(Ja!==EMPTY_OBJ&&hasOwn$1(Ja,qa))return od[qa]=4,Ja[qa];if(_d=ld.config.globalProperties,hasOwn$1(_d,qa))return _d[qa]},set({_:Ra},qa,Ja){const{data:ed,setupState:td,ctx:rd}=Ra;return hasSetupBinding(td,qa)?(td[qa]=Ja,!0):ed!==EMPTY_OBJ&&hasOwn$1(ed,qa)?(ed[qa]=Ja,!0):hasOwn$1(Ra.props,qa)||qa[0]==="$"&&qa.slice(1)in Ra?!1:(rd[qa]=Ja,!0)},has({_:{data:Ra,setupState:qa,accessCache:Ja,ctx:ed,appContext:td,propsOptions:rd}},od){let sd;return!!Ja[od]||Ra!==EMPTY_OBJ&&hasOwn$1(Ra,od)||hasSetupBinding(qa,od)||(sd=rd[0])&&hasOwn$1(sd,od)||hasOwn$1(ed,od)||hasOwn$1(publicPropertiesMap,od)||hasOwn$1(td.config.globalProperties,od)},defineProperty(Ra,qa,Ja){return Ja.get!=null?Ra._.accessCache[qa]=0:hasOwn$1(Ja,"value")&&this.set(Ra,qa,Ja.value,null),Reflect.defineProperty(Ra,qa,Ja)}};function useSlots(){return getContext().slots}function useAttrs$1(){return getContext().attrs}function getContext(){const Ra=getCurrentInstance();return Ra.setupContext||(Ra.setupContext=createSetupContext(Ra))}function normalizePropsOrEmits(Ra){return isArray$2(Ra)?Ra.reduce((qa,Ja)=>(qa[Ja]=null,qa),{}):Ra}function mergeDefaults(Ra,qa){const Ja=normalizePropsOrEmits(Ra);for(const ed in qa){if(ed.startsWith("__skip"))continue;let td=Ja[ed];td?isArray$2(td)||isFunction$4(td)?td=Ja[ed]={type:td,default:qa[ed]}:td.default=qa[ed]:td===null&&(td=Ja[ed]={default:qa[ed]}),td&&qa[`__skip_${ed}`]&&(td.skipFactory=!0)}return Ja}let shouldCacheAccess=!0;function applyOptions(Ra){const qa=resolveMergedOptions(Ra),Ja=Ra.proxy,ed=Ra.ctx;shouldCacheAccess=!1,qa.beforeCreate&&callHook$1(qa.beforeCreate,Ra,"bc");const{data:td,computed:rd,methods:od,watch:sd,provide:ld,inject:cd,created:ud,beforeMount:gd,mounted:_d,beforeUpdate:yd,updated:Ed,activated:Td,deactivated:Od,beforeDestroy:Ad,beforeUnmount:Nd,destroyed:kd,unmounted:Id,render:Rd,renderTracked:Md,renderTriggered:Ld,errorCaptured:jd,serverPrefetch:Pd,expose:Fd,inheritAttrs:Ud,components:Vd,directives:qd,filters:Wd}=qa;if(cd&&resolveInjections(cd,ed,null),od)for(const Qd in od){const hf=od[Qd];isFunction$4(hf)&&(ed[Qd]=hf.bind(Ja))}if(td){const Qd=td.call(Ja,Ja);isObject$5(Qd)&&(Ra.data=reactive(Qd))}if(shouldCacheAccess=!0,rd)for(const Qd in rd){const hf=rd[Qd],gf=isFunction$4(hf)?hf.bind(Ja,Ja):isFunction$4(hf.get)?hf.get.bind(Ja,Ja):NOOP,bf=!isFunction$4(hf)&&isFunction$4(hf.set)?hf.set.bind(Ja):NOOP,kf=computed({get:gf,set:bf});Object.defineProperty(ed,Qd,{enumerable:!0,configurable:!0,get:()=>kf.value,set:Cf=>kf.value=Cf})}if(sd)for(const Qd in sd)createWatcher(sd[Qd],ed,Ja,Qd);if(ld){const Qd=isFunction$4(ld)?ld.call(Ja):ld;Reflect.ownKeys(Qd).forEach(hf=>{provide(hf,Qd[hf])})}ud&&callHook$1(ud,Ra,"c");function Kd(Qd,hf){isArray$2(hf)?hf.forEach(gf=>Qd(gf.bind(Ja))):hf&&Qd(hf.bind(Ja))}if(Kd(onBeforeMount,gd),Kd(onMounted,_d),Kd(onBeforeUpdate,yd),Kd(onUpdated,Ed),Kd(onActivated,Td),Kd(onDeactivated,Od),Kd(onErrorCaptured,jd),Kd(onRenderTracked,Md),Kd(onRenderTriggered,Ld),Kd(onBeforeUnmount,Nd),Kd(onUnmounted,Id),Kd(onServerPrefetch,Pd),isArray$2(Fd))if(Fd.length){const Qd=Ra.exposed||(Ra.exposed={});Fd.forEach(hf=>{Object.defineProperty(Qd,hf,{get:()=>Ja[hf],set:gf=>Ja[hf]=gf})})}else Ra.exposed||(Ra.exposed={});Rd&&Ra.render===NOOP&&(Ra.render=Rd),Ud!=null&&(Ra.inheritAttrs=Ud),Vd&&(Ra.components=Vd),qd&&(Ra.directives=qd)}function resolveInjections(Ra,qa,Ja=NOOP){isArray$2(Ra)&&(Ra=normalizeInject(Ra));for(const ed in Ra){const td=Ra[ed];let rd;isObject$5(td)?"default"in td?rd=inject(td.from||ed,td.default,!0):rd=inject(td.from||ed):rd=inject(td),isRef(rd)?Object.defineProperty(qa,ed,{enumerable:!0,configurable:!0,get:()=>rd.value,set:od=>rd.value=od}):qa[ed]=rd}}function callHook$1(Ra,qa,Ja){callWithAsyncErrorHandling(isArray$2(Ra)?Ra.map(ed=>ed.bind(qa.proxy)):Ra.bind(qa.proxy),qa,Ja)}function createWatcher(Ra,qa,Ja,ed){const td=ed.includes(".")?createPathGetter(Ja,ed):()=>Ja[ed];if(isString$3(Ra)){const rd=qa[Ra];isFunction$4(rd)&&watch(td,rd)}else if(isFunction$4(Ra))watch(td,Ra.bind(Ja));else if(isObject$5(Ra))if(isArray$2(Ra))Ra.forEach(rd=>createWatcher(rd,qa,Ja,ed));else{const rd=isFunction$4(Ra.handler)?Ra.handler.bind(Ja):qa[Ra.handler];isFunction$4(rd)&&watch(td,rd,Ra)}}function resolveMergedOptions(Ra){const qa=Ra.type,{mixins:Ja,extends:ed}=qa,{mixins:td,optionsCache:rd,config:{optionMergeStrategies:od}}=Ra.appContext,sd=rd.get(qa);let ld;return sd?ld=sd:!td.length&&!Ja&&!ed?ld=qa:(ld={},td.length&&td.forEach(cd=>mergeOptions$2(ld,cd,od,!0)),mergeOptions$2(ld,qa,od)),isObject$5(qa)&&rd.set(qa,ld),ld}function mergeOptions$2(Ra,qa,Ja,ed=!1){const{mixins:td,extends:rd}=qa;rd&&mergeOptions$2(Ra,rd,Ja,!0),td&&td.forEach(od=>mergeOptions$2(Ra,od,Ja,!0));for(const od in qa)if(!(ed&&od==="expose")){const sd=internalOptionMergeStrats[od]||Ja&&Ja[od];Ra[od]=sd?sd(Ra[od],qa[od]):qa[od]}return Ra}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray,created:mergeAsArray,beforeMount:mergeAsArray,mounted:mergeAsArray,beforeUpdate:mergeAsArray,updated:mergeAsArray,beforeDestroy:mergeAsArray,beforeUnmount:mergeAsArray,destroyed:mergeAsArray,unmounted:mergeAsArray,activated:mergeAsArray,deactivated:mergeAsArray,errorCaptured:mergeAsArray,serverPrefetch:mergeAsArray,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(Ra,qa){return qa?Ra?function(){return extend$3(isFunction$4(Ra)?Ra.call(this,this):Ra,isFunction$4(qa)?qa.call(this,this):qa)}:qa:Ra}function mergeInject(Ra,qa){return mergeObjectOptions(normalizeInject(Ra),normalizeInject(qa))}function normalizeInject(Ra){if(isArray$2(Ra)){const qa={};for(let Ja=0;Ja<Ra.length;Ja++)qa[Ra[Ja]]=Ra[Ja];return qa}return Ra}function mergeAsArray(Ra,qa){return Ra?[...new Set([].concat(Ra,qa))]:qa}function mergeObjectOptions(Ra,qa){return Ra?extend$3(Object.create(null),Ra,qa):qa}function mergeEmitsOrPropsOptions(Ra,qa){return Ra?isArray$2(Ra)&&isArray$2(qa)?[...new Set([...Ra,...qa])]:extend$3(Object.create(null),normalizePropsOrEmits(Ra),normalizePropsOrEmits(qa??{})):qa}function mergeWatchOptions(Ra,qa){if(!Ra)return qa;if(!qa)return Ra;const Ja=extend$3(Object.create(null),Ra);for(const ed in qa)Ja[ed]=mergeAsArray(Ra[ed],qa[ed]);return Ja}function createAppContext(){return{app:null,config:{isNativeTag:NO,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let uid$1=0;function createAppAPI(Ra,qa){return function(ed,td=null){isFunction$4(ed)||(ed=extend$3({},ed)),td!=null&&!isObject$5(td)&&(td=null);const rd=createAppContext(),od=new WeakSet;let sd=!1;const ld=rd.app={_uid:uid$1++,_component:ed,_props:td,_container:null,_context:rd,_instance:null,version:version$3,get config(){return rd.config},set config(cd){},use(cd,...ud){return od.has(cd)||(cd&&isFunction$4(cd.install)?(od.add(cd),cd.install(ld,...ud)):isFunction$4(cd)&&(od.add(cd),cd(ld,...ud))),ld},mixin(cd){return rd.mixins.includes(cd)||rd.mixins.push(cd),ld},component(cd,ud){return ud?(rd.components[cd]=ud,ld):rd.components[cd]},directive(cd,ud){return ud?(rd.directives[cd]=ud,ld):rd.directives[cd]},mount(cd,ud,gd){if(!sd){const _d=createVNode(ed,td);return _d.appContext=rd,gd===!0?gd="svg":gd===!1&&(gd=void 0),ud&&qa?qa(_d,cd):Ra(_d,cd,gd),sd=!0,ld._container=cd,cd.__vue_app__=ld,getComponentPublicInstance(_d.component)}},unmount(){sd&&(Ra(null,ld._container),delete ld._container.__vue_app__)},provide(cd,ud){return rd.provides[cd]=ud,ld},runWithContext(cd){const ud=currentApp;currentApp=ld;try{return cd()}finally{currentApp=ud}}};return ld}}let currentApp=null;function provide(Ra,qa){if(currentInstance){let Ja=currentInstance.provides;const ed=currentInstance.parent&&currentInstance.parent.provides;ed===Ja&&(Ja=currentInstance.provides=Object.create(ed)),Ja[Ra]=qa}}function inject(Ra,qa,Ja=!1){const ed=currentInstance||currentRenderingInstance;if(ed||currentApp){const td=currentApp?currentApp._context.provides:ed?ed.parent==null?ed.vnode.appContext&&ed.vnode.appContext.provides:ed.parent.provides:void 0;if(td&&Ra in td)return td[Ra];if(arguments.length>1)return Ja&&isFunction$4(qa)?qa.call(ed&&ed.proxy):qa}}function hasInjectionContext(){return!!(currentInstance||currentRenderingInstance||currentApp)}const internalObjectProto={},createInternalObject=()=>Object.create(internalObjectProto),isInternalObject=Ra=>Object.getPrototypeOf(Ra)===internalObjectProto;function initProps(Ra,qa,Ja,ed=!1){const td={},rd=createInternalObject();Ra.propsDefaults=Object.create(null),setFullProps(Ra,qa,td,rd);for(const od in Ra.propsOptions[0])od in td||(td[od]=void 0);Ja?Ra.props=ed?td:shallowReactive(td):Ra.type.props?Ra.props=td:Ra.props=rd,Ra.attrs=rd}function updateProps(Ra,qa,Ja,ed){const{props:td,attrs:rd,vnode:{patchFlag:od}}=Ra,sd=toRaw(td),[ld]=Ra.propsOptions;let cd=!1;if((ed||od>0)&&!(od&16)){if(od&8){const ud=Ra.vnode.dynamicProps;for(let gd=0;gd<ud.length;gd++){let _d=ud[gd];if(isEmitListener(Ra.emitsOptions,_d))continue;const yd=qa[_d];if(ld)if(hasOwn$1(rd,_d))yd!==rd[_d]&&(rd[_d]=yd,cd=!0);else{const Ed=camelize(_d);td[Ed]=resolvePropValue(ld,sd,Ed,yd,Ra,!1)}else yd!==rd[_d]&&(rd[_d]=yd,cd=!0)}}}else{setFullProps(Ra,qa,td,rd)&&(cd=!0);let ud;for(const gd in sd)(!qa||!hasOwn$1(qa,gd)&&((ud=hyphenate$1(gd))===gd||!hasOwn$1(qa,ud)))&&(ld?Ja&&(Ja[gd]!==void 0||Ja[ud]!==void 0)&&(td[gd]=resolvePropValue(ld,sd,gd,void 0,Ra,!0)):delete td[gd]);if(rd!==sd)for(const gd in rd)(!qa||!hasOwn$1(qa,gd))&&(delete rd[gd],cd=!0)}cd&&trigger(Ra.attrs,"set","")}function setFullProps(Ra,qa,Ja,ed){const[td,rd]=Ra.propsOptions;let od=!1,sd;if(qa)for(let ld in qa){if(isReservedProp(ld))continue;const cd=qa[ld];let ud;td&&hasOwn$1(td,ud=camelize(ld))?!rd||!rd.includes(ud)?Ja[ud]=cd:(sd||(sd={}))[ud]=cd:isEmitListener(Ra.emitsOptions,ld)||(!(ld in ed)||cd!==ed[ld])&&(ed[ld]=cd,od=!0)}if(rd){const ld=toRaw(Ja),cd=sd||EMPTY_OBJ;for(let ud=0;ud<rd.length;ud++){const gd=rd[ud];Ja[gd]=resolvePropValue(td,ld,gd,cd[gd],Ra,!hasOwn$1(cd,gd))}}return od}function resolvePropValue(Ra,qa,Ja,ed,td,rd){const od=Ra[Ja];if(od!=null){const sd=hasOwn$1(od,"default");if(sd&&ed===void 0){const ld=od.default;if(od.type!==Function&&!od.skipFactory&&isFunction$4(ld)){const{propsDefaults:cd}=td;if(Ja in cd)ed=cd[Ja];else{const ud=setCurrentInstance(td);ed=cd[Ja]=ld.call(null,qa),ud()}}else ed=ld}od[0]&&(rd&&!sd?ed=!1:od[1]&&(ed===""||ed===hyphenate$1(Ja))&&(ed=!0))}return ed}const mixinPropsCache=new WeakMap;function normalizePropsOptions(Ra,qa,Ja=!1){const ed=Ja?mixinPropsCache:qa.propsCache,td=ed.get(Ra);if(td)return td;const rd=Ra.props,od={},sd=[];let ld=!1;if(!isFunction$4(Ra)){const ud=gd=>{ld=!0;const[_d,yd]=normalizePropsOptions(gd,qa,!0);extend$3(od,_d),yd&&sd.push(...yd)};!Ja&&qa.mixins.length&&qa.mixins.forEach(ud),Ra.extends&&ud(Ra.extends),Ra.mixins&&Ra.mixins.forEach(ud)}if(!rd&&!ld)return isObject$5(Ra)&&ed.set(Ra,EMPTY_ARR),EMPTY_ARR;if(isArray$2(rd))for(let ud=0;ud<rd.length;ud++){const gd=camelize(rd[ud]);validatePropName(gd)&&(od[gd]=EMPTY_OBJ)}else if(rd)for(const ud in rd){const gd=camelize(ud);if(validatePropName(gd)){const _d=rd[ud],yd=od[gd]=isArray$2(_d)||isFunction$4(_d)?{type:_d}:extend$3({},_d),Ed=yd.type;let Td=!1,Od=!0;if(isArray$2(Ed))for(let Ad=0;Ad<Ed.length;++Ad){const Nd=Ed[Ad],kd=isFunction$4(Nd)&&Nd.name;if(kd==="Boolean"){Td=!0;break}else kd==="String"&&(Od=!1)}else Td=isFunction$4(Ed)&&Ed.name==="Boolean";yd[0]=Td,yd[1]=Od,(Td||hasOwn$1(yd,"default"))&&sd.push(gd)}}const cd=[od,sd];return isObject$5(Ra)&&ed.set(Ra,cd),cd}function validatePropName(Ra){return Ra[0]!=="$"&&!isReservedProp(Ra)}const isInternalKey=Ra=>Ra[0]==="_"||Ra==="$stable",normalizeSlotValue=Ra=>isArray$2(Ra)?Ra.map(normalizeVNode):[normalizeVNode(Ra)],normalizeSlot=(Ra,qa,Ja)=>{if(qa._n)return qa;const ed=withCtx((...td)=>normalizeSlotValue(qa(...td)),Ja);return ed._c=!1,ed},normalizeObjectSlots=(Ra,qa,Ja)=>{const ed=Ra._ctx;for(const td in Ra){if(isInternalKey(td))continue;const rd=Ra[td];if(isFunction$4(rd))qa[td]=normalizeSlot(td,rd,ed);else if(rd!=null){const od=normalizeSlotValue(rd);qa[td]=()=>od}}},normalizeVNodeSlots=(Ra,qa)=>{const Ja=normalizeSlotValue(qa);Ra.slots.default=()=>Ja},assignSlots=(Ra,qa,Ja)=>{for(const ed in qa)(Ja||ed!=="_")&&(Ra[ed]=qa[ed])},initSlots=(Ra,qa,Ja)=>{const ed=Ra.slots=createInternalObject();if(Ra.vnode.shapeFlag&32){const td=qa._;td?(assignSlots(ed,qa,Ja),Ja&&def$2(ed,"_",td,!0)):normalizeObjectSlots(qa,ed)}else qa&&normalizeVNodeSlots(Ra,qa)},updateSlots=(Ra,qa,Ja)=>{const{vnode:ed,slots:td}=Ra;let rd=!0,od=EMPTY_OBJ;if(ed.shapeFlag&32){const sd=qa._;sd?Ja&&sd===1?rd=!1:assignSlots(td,qa,Ja):(rd=!qa.$stable,normalizeObjectSlots(qa,td)),od=qa}else qa&&(normalizeVNodeSlots(Ra,qa),od={default:1});if(rd)for(const sd in td)!isInternalKey(sd)&&od[sd]==null&&delete td[sd]};function setRef(Ra,qa,Ja,ed,td=!1){if(isArray$2(Ra)){Ra.forEach((_d,yd)=>setRef(_d,qa&&(isArray$2(qa)?qa[yd]:qa),Ja,ed,td));return}if(isAsyncWrapper(ed)&&!td)return;const rd=ed.shapeFlag&4?getComponentPublicInstance(ed.component):ed.el,od=td?null:rd,{i:sd,r:ld}=Ra,cd=qa&&qa.r,ud=sd.refs===EMPTY_OBJ?sd.refs={}:sd.refs,gd=sd.setupState;if(cd!=null&&cd!==ld&&(isString$3(cd)?(ud[cd]=null,hasOwn$1(gd,cd)&&(gd[cd]=null)):isRef(cd)&&(cd.value=null)),isFunction$4(ld))callWithErrorHandling(ld,sd,12,[od,ud]);else{const _d=isString$3(ld),yd=isRef(ld);if(_d||yd){const Ed=()=>{if(Ra.f){const Td=_d?hasOwn$1(gd,ld)?gd[ld]:ud[ld]:ld.value;td?isArray$2(Td)&&remove$1(Td,rd):isArray$2(Td)?Td.includes(rd)||Td.push(rd):_d?(ud[ld]=[rd],hasOwn$1(gd,ld)&&(gd[ld]=ud[ld])):(ld.value=[rd],Ra.k&&(ud[Ra.k]=ld.value))}else _d?(ud[ld]=od,hasOwn$1(gd,ld)&&(gd[ld]=od)):yd&&(ld.value=od,Ra.k&&(ud[Ra.k]=od))};od?(Ed.id=-1,queuePostRenderEffect(Ed,Ja)):Ed()}}}const TeleportEndKey=Symbol("_vte"),isTeleport=Ra=>Ra.__isTeleport,isTeleportDisabled=Ra=>Ra&&(Ra.disabled||Ra.disabled===""),isTargetSVG=Ra=>typeof SVGElement<"u"&&Ra instanceof SVGElement,isTargetMathML=Ra=>typeof MathMLElement=="function"&&Ra instanceof MathMLElement,resolveTarget=(Ra,qa)=>{const Ja=Ra&&Ra.to;return isString$3(Ja)?qa?qa(Ja):null:Ja},TeleportImpl={name:"Teleport",__isTeleport:!0,process(Ra,qa,Ja,ed,td,rd,od,sd,ld,cd){const{mc:ud,pc:gd,pbc:_d,o:{insert:yd,querySelector:Ed,createText:Td,createComment:Od}}=cd,Ad=isTeleportDisabled(qa.props);let{shapeFlag:Nd,children:kd,dynamicChildren:Id}=qa;if(Ra==null){const Rd=qa.el=Td(""),Md=qa.anchor=Td("");yd(Rd,Ja,ed),yd(Md,Ja,ed);const Ld=qa.target=resolveTarget(qa.props,Ed),jd=prepareAnchor(Ld,qa,Td,yd);Ld&&(od==="svg"||isTargetSVG(Ld)?od="svg":(od==="mathml"||isTargetMathML(Ld))&&(od="mathml"));const Pd=(Fd,Ud)=>{Nd&16&&ud(kd,Fd,Ud,td,rd,od,sd,ld)};Ad?Pd(Ja,Md):Ld&&Pd(Ld,jd)}else{qa.el=Ra.el,qa.targetStart=Ra.targetStart;const Rd=qa.anchor=Ra.anchor,Md=qa.target=Ra.target,Ld=qa.targetAnchor=Ra.targetAnchor,jd=isTeleportDisabled(Ra.props),Pd=jd?Ja:Md,Fd=jd?Rd:Ld;if(od==="svg"||isTargetSVG(Md)?od="svg":(od==="mathml"||isTargetMathML(Md))&&(od="mathml"),Id?(_d(Ra.dynamicChildren,Id,Pd,td,rd,od,sd),traverseStaticChildren(Ra,qa,!0)):ld||gd(Ra,qa,Pd,Fd,td,rd,od,sd,!1),Ad)jd?qa.props&&Ra.props&&qa.props.to!==Ra.props.to&&(qa.props.to=Ra.props.to):moveTeleport(qa,Ja,Rd,cd,1);else if((qa.props&&qa.props.to)!==(Ra.props&&Ra.props.to)){const Ud=qa.target=resolveTarget(qa.props,Ed);Ud&&moveTeleport(qa,Ud,null,cd,0)}else jd&&moveTeleport(qa,Md,Ld,cd,1)}updateCssVars(qa)},remove(Ra,qa,Ja,{um:ed,o:{remove:td}},rd){const{shapeFlag:od,children:sd,anchor:ld,targetStart:cd,targetAnchor:ud,target:gd,props:_d}=Ra;if(gd&&(td(cd),td(ud)),rd&&td(ld),od&16){const yd=rd||!isTeleportDisabled(_d);for(let Ed=0;Ed<sd.length;Ed++){const Td=sd[Ed];ed(Td,qa,Ja,yd,!!Td.dynamicChildren)}}},move:moveTeleport,hydrate:hydrateTeleport};function moveTeleport(Ra,qa,Ja,{o:{insert:ed},m:td},rd=2){rd===0&&ed(Ra.targetAnchor,qa,Ja);const{el:od,anchor:sd,shapeFlag:ld,children:cd,props:ud}=Ra,gd=rd===2;if(gd&&ed(od,qa,Ja),(!gd||isTeleportDisabled(ud))&&ld&16)for(let _d=0;_d<cd.length;_d++)td(cd[_d],qa,Ja,2);gd&&ed(sd,qa,Ja)}function hydrateTeleport(Ra,qa,Ja,ed,td,rd,{o:{nextSibling:od,parentNode:sd,querySelector:ld,insert:cd,createText:ud}},gd){const _d=qa.target=resolveTarget(qa.props,ld);if(_d){const yd=_d._lpa||_d.firstChild;if(qa.shapeFlag&16)if(isTeleportDisabled(qa.props))qa.anchor=gd(od(Ra),qa,sd(Ra),Ja,ed,td,rd),qa.targetStart=yd,qa.targetAnchor=yd&&od(yd);else{qa.anchor=od(Ra);let Ed=yd;for(;Ed;){if(Ed&&Ed.nodeType===8){if(Ed.data==="teleport start anchor")qa.targetStart=Ed;else if(Ed.data==="teleport anchor"){qa.targetAnchor=Ed,_d._lpa=qa.targetAnchor&&od(qa.targetAnchor);break}}Ed=od(Ed)}qa.targetAnchor||prepareAnchor(_d,qa,ud,cd),gd(yd&&od(yd),qa,_d,Ja,ed,td,rd)}updateCssVars(qa)}return qa.anchor&&od(qa.anchor)}const Teleport$1=TeleportImpl;function updateCssVars(Ra){const qa=Ra.ctx;if(qa&&qa.ut){let Ja=Ra.children[0].el;for(;Ja&&Ja!==Ra.targetAnchor;)Ja.nodeType===1&&Ja.setAttribute("data-v-owner",qa.uid),Ja=Ja.nextSibling;qa.ut()}}function prepareAnchor(Ra,qa,Ja,ed){const td=qa.targetStart=Ja(""),rd=qa.targetAnchor=Ja("");return td[TeleportEndKey]=rd,Ra&&(ed(td,Ra),ed(rd,Ra)),rd}const queuePostRenderEffect=queueEffectWithSuspense;function createRenderer$1(Ra){return baseCreateRenderer(Ra)}function baseCreateRenderer(Ra,qa){const Ja=getGlobalThis();Ja.__VUE__=!0;const{insert:ed,remove:td,patchProp:rd,createElement:od,createText:sd,createComment:ld,setText:cd,setElementText:ud,parentNode:gd,nextSibling:_d,setScopeId:yd=NOOP,insertStaticContent:Ed}=Ra,Td=(xf,Nf,Bf,Tf=null,wf=null,Of=null,$f=void 0,Wf=null,Kf=!!Nf.dynamicChildren)=>{if(xf===Nf)return;xf&&!isSameVNodeType(xf,Nf)&&(Tf=Zd(xf),Cf(xf,wf,Of,!0),xf=null),Nf.patchFlag===-2&&(Kf=!1,Nf.dynamicChildren=null);const{type:Df,ref:qf,shapeFlag:Xf}=Nf;switch(Df){case Text$1:Od(xf,Nf,Bf,Tf);break;case Comment:Ad(xf,Nf,Bf,Tf);break;case Static:xf==null&&Nd(Nf,Bf,Tf,$f);break;case Fragment:Vd(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf);break;default:Xf&1?Rd(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf):Xf&6?qd(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf):(Xf&64||Xf&128)&&Df.process(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf,Ff)}qf!=null&&wf&&setRef(qf,xf&&xf.ref,Of,Nf||xf,!Nf)},Od=(xf,Nf,Bf,Tf)=>{if(xf==null)ed(Nf.el=sd(Nf.children),Bf,Tf);else{const wf=Nf.el=xf.el;Nf.children!==xf.children&&cd(wf,Nf.children)}},Ad=(xf,Nf,Bf,Tf)=>{xf==null?ed(Nf.el=ld(Nf.children||""),Bf,Tf):Nf.el=xf.el},Nd=(xf,Nf,Bf,Tf)=>{[xf.el,xf.anchor]=Ed(xf.children,Nf,Bf,Tf,xf.el,xf.anchor)},kd=({el:xf,anchor:Nf},Bf,Tf)=>{let wf;for(;xf&&xf!==Nf;)wf=_d(xf),ed(xf,Bf,Tf),xf=wf;ed(Nf,Bf,Tf)},Id=({el:xf,anchor:Nf})=>{let Bf;for(;xf&&xf!==Nf;)Bf=_d(xf),td(xf),xf=Bf;td(Nf)},Rd=(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf)=>{Nf.type==="svg"?$f="svg":Nf.type==="math"&&($f="mathml"),xf==null?Md(Nf,Bf,Tf,wf,Of,$f,Wf,Kf):Pd(xf,Nf,wf,Of,$f,Wf,Kf)},Md=(xf,Nf,Bf,Tf,wf,Of,$f,Wf)=>{let Kf,Df;const{props:qf,shapeFlag:Xf,transition:hh,dirs:Mh}=xf;if(Kf=xf.el=od(xf.type,Of,qf&&qf.is,qf),Xf&8?ud(Kf,xf.children):Xf&16&&jd(xf.children,Kf,null,Tf,wf,resolveChildrenNamespace(xf,Of),$f,Wf),Mh&&invokeDirectiveHook(xf,null,Tf,"created"),Ld(Kf,xf,xf.scopeId,$f,Tf),qf){for(const Bh in qf)Bh!=="value"&&!isReservedProp(Bh)&&rd(Kf,Bh,null,qf[Bh],Of,Tf);"value"in qf&&rd(Kf,"value",null,qf.value,Of),(Df=qf.onVnodeBeforeMount)&&invokeVNodeHook(Df,Tf,xf)}Mh&&invokeDirectiveHook(xf,null,Tf,"beforeMount");const wh=needTransition(wf,hh);wh&&hh.beforeEnter(Kf),ed(Kf,Nf,Bf),((Df=qf&&qf.onVnodeMounted)||wh||Mh)&&queuePostRenderEffect(()=>{Df&&invokeVNodeHook(Df,Tf,xf),wh&&hh.enter(Kf),Mh&&invokeDirectiveHook(xf,null,Tf,"mounted")},wf)},Ld=(xf,Nf,Bf,Tf,wf)=>{if(Bf&&yd(xf,Bf),Tf)for(let Of=0;Of<Tf.length;Of++)yd(xf,Tf[Of]);if(wf){let Of=wf.subTree;if(Nf===Of){const $f=wf.vnode;Ld(xf,$f,$f.scopeId,$f.slotScopeIds,wf.parent)}}},jd=(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf=0)=>{for(let Df=Kf;Df<xf.length;Df++){const qf=xf[Df]=Wf?cloneIfMounted(xf[Df]):normalizeVNode(xf[Df]);Td(null,qf,Nf,Bf,Tf,wf,Of,$f,Wf)}},Pd=(xf,Nf,Bf,Tf,wf,Of,$f)=>{const Wf=Nf.el=xf.el;let{patchFlag:Kf,dynamicChildren:Df,dirs:qf}=Nf;Kf|=xf.patchFlag&16;const Xf=xf.props||EMPTY_OBJ,hh=Nf.props||EMPTY_OBJ;let Mh;if(Bf&&toggleRecurse(Bf,!1),(Mh=hh.onVnodeBeforeUpdate)&&invokeVNodeHook(Mh,Bf,Nf,xf),qf&&invokeDirectiveHook(Nf,xf,Bf,"beforeUpdate"),Bf&&toggleRecurse(Bf,!0),(Xf.innerHTML&&hh.innerHTML==null||Xf.textContent&&hh.textContent==null)&&ud(Wf,""),Df?Fd(xf.dynamicChildren,Df,Wf,Bf,Tf,resolveChildrenNamespace(Nf,wf),Of):$f||hf(xf,Nf,Wf,null,Bf,Tf,resolveChildrenNamespace(Nf,wf),Of,!1),Kf>0){if(Kf&16)Ud(Wf,Xf,hh,Bf,wf);else if(Kf&2&&Xf.class!==hh.class&&rd(Wf,"class",null,hh.class,wf),Kf&4&&rd(Wf,"style",Xf.style,hh.style,wf),Kf&8){const wh=Nf.dynamicProps;for(let Bh=0;Bh<wh.length;Bh++){const Uh=wh[Bh],oh=Xf[Uh],Vf=hh[Uh];(Vf!==oh||Uh==="value")&&rd(Wf,Uh,oh,Vf,wf,Bf)}}Kf&1&&xf.children!==Nf.children&&ud(Wf,Nf.children)}else!$f&&Df==null&&Ud(Wf,Xf,hh,Bf,wf);((Mh=hh.onVnodeUpdated)||qf)&&queuePostRenderEffect(()=>{Mh&&invokeVNodeHook(Mh,Bf,Nf,xf),qf&&invokeDirectiveHook(Nf,xf,Bf,"updated")},Tf)},Fd=(xf,Nf,Bf,Tf,wf,Of,$f)=>{for(let Wf=0;Wf<Nf.length;Wf++){const Kf=xf[Wf],Df=Nf[Wf],qf=Kf.el&&(Kf.type===Fragment||!isSameVNodeType(Kf,Df)||Kf.shapeFlag&70)?gd(Kf.el):Bf;Td(Kf,Df,qf,null,Tf,wf,Of,$f,!0)}},Ud=(xf,Nf,Bf,Tf,wf)=>{if(Nf!==Bf){if(Nf!==EMPTY_OBJ)for(const Of in Nf)!isReservedProp(Of)&&!(Of in Bf)&&rd(xf,Of,Nf[Of],null,wf,Tf);for(const Of in Bf){if(isReservedProp(Of))continue;const $f=Bf[Of],Wf=Nf[Of];$f!==Wf&&Of!=="value"&&rd(xf,Of,Wf,$f,wf,Tf)}"value"in Bf&&rd(xf,"value",Nf.value,Bf.value,wf)}},Vd=(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf)=>{const Df=Nf.el=xf?xf.el:sd(""),qf=Nf.anchor=xf?xf.anchor:sd("");let{patchFlag:Xf,dynamicChildren:hh,slotScopeIds:Mh}=Nf;Mh&&(Wf=Wf?Wf.concat(Mh):Mh),xf==null?(ed(Df,Bf,Tf),ed(qf,Bf,Tf),jd(Nf.children||[],Bf,qf,wf,Of,$f,Wf,Kf)):Xf>0&&Xf&64&&hh&&xf.dynamicChildren?(Fd(xf.dynamicChildren,hh,Bf,wf,Of,$f,Wf),(Nf.key!=null||wf&&Nf===wf.subTree)&&traverseStaticChildren(xf,Nf,!0)):hf(xf,Nf,Bf,qf,wf,Of,$f,Wf,Kf)},qd=(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf)=>{Nf.slotScopeIds=Wf,xf==null?Nf.shapeFlag&512?wf.ctx.activate(Nf,Bf,Tf,$f,Kf):Wd(Nf,Bf,Tf,wf,Of,$f,Kf):zd(xf,Nf,Kf)},Wd=(xf,Nf,Bf,Tf,wf,Of,$f)=>{const Wf=xf.component=createComponentInstance(xf,Tf,wf);if(isKeepAlive(xf)&&(Wf.ctx.renderer=Ff),setupComponent(Wf,!1,$f),Wf.asyncDep){if(wf&&wf.registerDep(Wf,Kd,$f),!xf.el){const Kf=Wf.subTree=createVNode(Comment);Ad(null,Kf,Nf,Bf)}}else Kd(Wf,xf,Nf,Bf,wf,Of,$f)},zd=(xf,Nf,Bf)=>{const Tf=Nf.component=xf.component;if(shouldUpdateComponent(xf,Nf,Bf))if(Tf.asyncDep&&!Tf.asyncResolved){Qd(Tf,Nf,Bf);return}else Tf.next=Nf,invalidateJob(Tf.update),Tf.effect.dirty=!0,Tf.update();else Nf.el=xf.el,Tf.vnode=Nf},Kd=(xf,Nf,Bf,Tf,wf,Of,$f)=>{const Wf=()=>{if(xf.isMounted){let{next:qf,bu:Xf,u:hh,parent:Mh,vnode:wh}=xf;{const Rf=locateNonHydratedAsyncRoot(xf);if(Rf){qf&&(qf.el=wh.el,Qd(xf,qf,$f)),Rf.asyncDep.then(()=>{xf.isUnmounted||Wf()});return}}let Bh=qf,Uh;toggleRecurse(xf,!1),qf?(qf.el=wh.el,Qd(xf,qf,$f)):qf=wh,Xf&&invokeArrayFns(Xf),(Uh=qf.props&&qf.props.onVnodeBeforeUpdate)&&invokeVNodeHook(Uh,Mh,qf,wh),toggleRecurse(xf,!0);const oh=renderComponentRoot(xf),Vf=xf.subTree;xf.subTree=oh,Td(Vf,oh,gd(Vf.el),Zd(Vf),xf,wf,Of),qf.el=oh.el,Bh===null&&updateHOCHostEl(xf,oh.el),hh&&queuePostRenderEffect(hh,wf),(Uh=qf.props&&qf.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(Uh,Mh,qf,wh),wf)}else{let qf;const{el:Xf,props:hh}=Nf,{bm:Mh,m:wh,parent:Bh}=xf,Uh=isAsyncWrapper(Nf);if(toggleRecurse(xf,!1),Mh&&invokeArrayFns(Mh),!Uh&&(qf=hh&&hh.onVnodeBeforeMount)&&invokeVNodeHook(qf,Bh,Nf),toggleRecurse(xf,!0),Xf&&jf){const oh=()=>{xf.subTree=renderComponentRoot(xf),jf(Xf,xf.subTree,xf,wf,null)};Uh?Nf.type.__asyncLoader().then(()=>!xf.isUnmounted&&oh()):oh()}else{const oh=xf.subTree=renderComponentRoot(xf);Td(null,oh,Bf,Tf,xf,wf,Of),Nf.el=oh.el}if(wh&&queuePostRenderEffect(wh,wf),!Uh&&(qf=hh&&hh.onVnodeMounted)){const oh=Nf;queuePostRenderEffect(()=>invokeVNodeHook(qf,Bh,oh),wf)}(Nf.shapeFlag&256||Bh&&isAsyncWrapper(Bh.vnode)&&Bh.vnode.shapeFlag&256)&&xf.a&&queuePostRenderEffect(xf.a,wf),xf.isMounted=!0,Nf=Bf=Tf=null}},Kf=xf.effect=new ReactiveEffect(Wf,NOOP,()=>queueJob(Df),xf.scope),Df=xf.update=()=>{Kf.dirty&&Kf.run()};Df.i=xf,Df.id=xf.uid,toggleRecurse(xf,!0),Df()},Qd=(xf,Nf,Bf)=>{Nf.component=xf;const Tf=xf.vnode.props;xf.vnode=Nf,xf.next=null,updateProps(xf,Nf.props,Tf,Bf),updateSlots(xf,Nf.children,Bf),pauseTracking(),flushPreFlushCbs(xf),resetTracking()},hf=(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf=!1)=>{const Df=xf&&xf.children,qf=xf?xf.shapeFlag:0,Xf=Nf.children,{patchFlag:hh,shapeFlag:Mh}=Nf;if(hh>0){if(hh&128){bf(Df,Xf,Bf,Tf,wf,Of,$f,Wf,Kf);return}else if(hh&256){gf(Df,Xf,Bf,Tf,wf,Of,$f,Wf,Kf);return}}Mh&8?(qf&16&&Af(Df,wf,Of),Xf!==Df&&ud(Bf,Xf)):qf&16?Mh&16?bf(Df,Xf,Bf,Tf,wf,Of,$f,Wf,Kf):Af(Df,wf,Of,!0):(qf&8&&ud(Bf,""),Mh&16&&jd(Xf,Bf,Tf,wf,Of,$f,Wf,Kf))},gf=(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf)=>{xf=xf||EMPTY_ARR,Nf=Nf||EMPTY_ARR;const Df=xf.length,qf=Nf.length,Xf=Math.min(Df,qf);let hh;for(hh=0;hh<Xf;hh++){const Mh=Nf[hh]=Kf?cloneIfMounted(Nf[hh]):normalizeVNode(Nf[hh]);Td(xf[hh],Mh,Bf,null,wf,Of,$f,Wf,Kf)}Df>qf?Af(xf,wf,Of,!0,!1,Xf):jd(Nf,Bf,Tf,wf,Of,$f,Wf,Kf,Xf)},bf=(xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf)=>{let Df=0;const qf=Nf.length;let Xf=xf.length-1,hh=qf-1;for(;Df<=Xf&&Df<=hh;){const Mh=xf[Df],wh=Nf[Df]=Kf?cloneIfMounted(Nf[Df]):normalizeVNode(Nf[Df]);if(isSameVNodeType(Mh,wh))Td(Mh,wh,Bf,null,wf,Of,$f,Wf,Kf);else break;Df++}for(;Df<=Xf&&Df<=hh;){const Mh=xf[Xf],wh=Nf[hh]=Kf?cloneIfMounted(Nf[hh]):normalizeVNode(Nf[hh]);if(isSameVNodeType(Mh,wh))Td(Mh,wh,Bf,null,wf,Of,$f,Wf,Kf);else break;Xf--,hh--}if(Df>Xf){if(Df<=hh){const Mh=hh+1,wh=Mh<qf?Nf[Mh].el:Tf;for(;Df<=hh;)Td(null,Nf[Df]=Kf?cloneIfMounted(Nf[Df]):normalizeVNode(Nf[Df]),Bf,wh,wf,Of,$f,Wf,Kf),Df++}}else if(Df>hh)for(;Df<=Xf;)Cf(xf[Df],wf,Of,!0),Df++;else{const Mh=Df,wh=Df,Bh=new Map;for(Df=wh;Df<=hh;Df++){const Ah=Nf[Df]=Kf?cloneIfMounted(Nf[Df]):normalizeVNode(Nf[Df]);Ah.key!=null&&Bh.set(Ah.key,Df)}let Uh,oh=0;const Vf=hh-wh+1;let Rf=!1,Zf=0;const Jf=new Array(Vf);for(Df=0;Df<Vf;Df++)Jf[Df]=0;for(Df=Mh;Df<=Xf;Df++){const Ah=xf[Df];if(oh>=Vf){Cf(Ah,wf,Of,!0);continue}let Gh;if(Ah.key!=null)Gh=Bh.get(Ah.key);else for(Uh=wh;Uh<=hh;Uh++)if(Jf[Uh-wh]===0&&isSameVNodeType(Ah,Nf[Uh])){Gh=Uh;break}Gh===void 0?Cf(Ah,wf,Of,!0):(Jf[Gh-wh]=Df+1,Gh>=Zf?Zf=Gh:Rf=!0,Td(Ah,Nf[Gh],Bf,null,wf,Of,$f,Wf,Kf),oh++)}const Th=Rf?getSequence(Jf):EMPTY_ARR;for(Uh=Th.length-1,Df=Vf-1;Df>=0;Df--){const Ah=wh+Df,Gh=Nf[Ah],sm=Ah+1<qf?Nf[Ah+1].el:Tf;Jf[Df]===0?Td(null,Gh,Bf,sm,wf,Of,$f,Wf,Kf):Rf&&(Uh<0||Df!==Th[Uh]?kf(Gh,Bf,sm,2):Uh--)}}},kf=(xf,Nf,Bf,Tf,wf=null)=>{const{el:Of,type:$f,transition:Wf,children:Kf,shapeFlag:Df}=xf;if(Df&6){kf(xf.component.subTree,Nf,Bf,Tf);return}if(Df&128){xf.suspense.move(Nf,Bf,Tf);return}if(Df&64){$f.move(xf,Nf,Bf,Ff);return}if($f===Fragment){ed(Of,Nf,Bf);for(let Xf=0;Xf<Kf.length;Xf++)kf(Kf[Xf],Nf,Bf,Tf);ed(xf.anchor,Nf,Bf);return}if($f===Static){kd(xf,Nf,Bf);return}if(Tf!==2&&Df&1&&Wf)if(Tf===0)Wf.beforeEnter(Of),ed(Of,Nf,Bf),queuePostRenderEffect(()=>Wf.enter(Of),wf);else{const{leave:Xf,delayLeave:hh,afterLeave:Mh}=Wf,wh=()=>ed(Of,Nf,Bf),Bh=()=>{Xf(Of,()=>{wh(),Mh&&Mh()})};hh?hh(Of,wh,Bh):Bh()}else ed(Of,Nf,Bf)},Cf=(xf,Nf,Bf,Tf=!1,wf=!1)=>{const{type:Of,props:$f,ref:Wf,children:Kf,dynamicChildren:Df,shapeFlag:qf,patchFlag:Xf,dirs:hh,cacheIndex:Mh}=xf;if(Xf===-2&&(wf=!1),Wf!=null&&setRef(Wf,null,Bf,xf,!0),Mh!=null&&(Nf.renderCache[Mh]=void 0),qf&256){Nf.ctx.deactivate(xf);return}const wh=qf&1&&hh,Bh=!isAsyncWrapper(xf);let Uh;if(Bh&&(Uh=$f&&$f.onVnodeBeforeUnmount)&&invokeVNodeHook(Uh,Nf,xf),qf&6)Mf(xf.component,Bf,Tf);else{if(qf&128){xf.suspense.unmount(Bf,Tf);return}wh&&invokeDirectiveHook(xf,null,Nf,"beforeUnmount"),qf&64?xf.type.remove(xf,Nf,Bf,Ff,Tf):Df&&!Df.hasOnce&&(Of!==Fragment||Xf>0&&Xf&64)?Af(Df,Nf,Bf,!1,!0):(Of===Fragment&&Xf&384||!wf&&qf&16)&&Af(Kf,Nf,Bf),Tf&&Ef(xf)}(Bh&&(Uh=$f&&$f.onVnodeUnmounted)||wh)&&queuePostRenderEffect(()=>{Uh&&invokeVNodeHook(Uh,Nf,xf),wh&&invokeDirectiveHook(xf,null,Nf,"unmounted")},Bf)},Ef=xf=>{const{type:Nf,el:Bf,anchor:Tf,transition:wf}=xf;if(Nf===Fragment){yf(Bf,Tf);return}if(Nf===Static){Id(xf);return}const Of=()=>{td(Bf),wf&&!wf.persisted&&wf.afterLeave&&wf.afterLeave()};if(xf.shapeFlag&1&&wf&&!wf.persisted){const{leave:$f,delayLeave:Wf}=wf,Kf=()=>$f(Bf,Of);Wf?Wf(xf.el,Of,Kf):Kf()}else Of()},yf=(xf,Nf)=>{let Bf;for(;xf!==Nf;)Bf=_d(xf),td(xf),xf=Bf;td(Nf)},Mf=(xf,Nf,Bf)=>{const{bum:Tf,scope:wf,update:Of,subTree:$f,um:Wf,m:Kf,a:Df}=xf;invalidateMount(Kf),invalidateMount(Df),Tf&&invokeArrayFns(Tf),wf.stop(),Of&&(Of.active=!1,Cf($f,xf,Nf,Bf)),Wf&&queuePostRenderEffect(Wf,Nf),queuePostRenderEffect(()=>{xf.isUnmounted=!0},Nf),Nf&&Nf.pendingBranch&&!Nf.isUnmounted&&xf.asyncDep&&!xf.asyncResolved&&xf.suspenseId===Nf.pendingId&&(Nf.deps--,Nf.deps===0&&Nf.resolve())},Af=(xf,Nf,Bf,Tf=!1,wf=!1,Of=0)=>{for(let $f=Of;$f<xf.length;$f++)Cf(xf[$f],Nf,Bf,Tf,wf)},Zd=xf=>{if(xf.shapeFlag&6)return Zd(xf.component.subTree);if(xf.shapeFlag&128)return xf.suspense.next();const Nf=_d(xf.anchor||xf.el),Bf=Nf&&Nf[TeleportEndKey];return Bf?_d(Bf):Nf};let mf=!1;const Pf=(xf,Nf,Bf)=>{xf==null?Nf._vnode&&Cf(Nf._vnode,null,null,!0):Td(Nf._vnode||null,xf,Nf,null,null,null,Bf),Nf._vnode=xf,mf||(mf=!0,flushPreFlushCbs(),flushPostFlushCbs(),mf=!1)},Ff={p:Td,um:Cf,m:kf,r:Ef,mt:Wd,mc:jd,pc:hf,pbc:Fd,n:Zd,o:Ra};let Lf,jf;return{render:Pf,hydrate:Lf,createApp:createAppAPI(Pf,Lf)}}function resolveChildrenNamespace({type:Ra,props:qa},Ja){return Ja==="svg"&&Ra==="foreignObject"||Ja==="mathml"&&Ra==="annotation-xml"&&qa&&qa.encoding&&qa.encoding.includes("html")?void 0:Ja}function toggleRecurse({effect:Ra,update:qa},Ja){Ra.allowRecurse=qa.allowRecurse=Ja}function needTransition(Ra,qa){return(!Ra||Ra&&!Ra.pendingBranch)&&qa&&!qa.persisted}function traverseStaticChildren(Ra,qa,Ja=!1){const ed=Ra.children,td=qa.children;if(isArray$2(ed)&&isArray$2(td))for(let rd=0;rd<ed.length;rd++){const od=ed[rd];let sd=td[rd];sd.shapeFlag&1&&!sd.dynamicChildren&&((sd.patchFlag<=0||sd.patchFlag===32)&&(sd=td[rd]=cloneIfMounted(td[rd]),sd.el=od.el),!Ja&&sd.patchFlag!==-2&&traverseStaticChildren(od,sd)),sd.type===Text$1&&(sd.el=od.el)}}function getSequence(Ra){const qa=Ra.slice(),Ja=[0];let ed,td,rd,od,sd;const ld=Ra.length;for(ed=0;ed<ld;ed++){const cd=Ra[ed];if(cd!==0){if(td=Ja[Ja.length-1],Ra[td]<cd){qa[ed]=td,Ja.push(ed);continue}for(rd=0,od=Ja.length-1;rd<od;)sd=rd+od>>1,Ra[Ja[sd]]<cd?rd=sd+1:od=sd;cd<Ra[Ja[rd]]&&(rd>0&&(qa[ed]=Ja[rd-1]),Ja[rd]=ed)}}for(rd=Ja.length,od=Ja[rd-1];rd-- >0;)Ja[rd]=od,od=qa[od];return Ja}function locateNonHydratedAsyncRoot(Ra){const qa=Ra.subTree.component;if(qa)return qa.asyncDep&&!qa.asyncResolved?qa:locateNonHydratedAsyncRoot(qa)}function invalidateMount(Ra){if(Ra)for(let qa=0;qa<Ra.length;qa++)Ra[qa].active=!1}const ssrContextKey=Symbol.for("v-scx"),useSSRContext=()=>inject(ssrContextKey);function watchEffect(Ra,qa){return doWatch(Ra,null,qa)}function watchPostEffect(Ra,qa){return doWatch(Ra,null,{flush:"post"})}const INITIAL_WATCHER_VALUE={};function watch(Ra,qa,Ja){return doWatch(Ra,qa,Ja)}function doWatch(Ra,qa,{immediate:Ja,deep:ed,flush:td,once:rd,onTrack:od,onTrigger:sd}=EMPTY_OBJ){if(qa&&rd){const Md=qa;qa=(...Ld)=>{Md(...Ld),Rd()}}const ld=currentInstance,cd=Md=>ed===!0?Md:traverse(Md,ed===!1?1:void 0);let ud,gd=!1,_d=!1;if(isRef(Ra)?(ud=()=>Ra.value,gd=isShallow(Ra)):isReactive(Ra)?(ud=()=>cd(Ra),gd=!0):isArray$2(Ra)?(_d=!0,gd=Ra.some(Md=>isReactive(Md)||isShallow(Md)),ud=()=>Ra.map(Md=>{if(isRef(Md))return Md.value;if(isReactive(Md))return cd(Md);if(isFunction$4(Md))return callWithErrorHandling(Md,ld,2)})):isFunction$4(Ra)?qa?ud=()=>callWithErrorHandling(Ra,ld,2):ud=()=>(yd&&yd(),callWithAsyncErrorHandling(Ra,ld,3,[Ed])):ud=NOOP,qa&&ed){const Md=ud;ud=()=>traverse(Md())}let yd,Ed=Md=>{yd=kd.onStop=()=>{callWithErrorHandling(Md,ld,4),yd=kd.onStop=void 0}},Td;if(isInSSRComponentSetup)if(Ed=NOOP,qa?Ja&&callWithAsyncErrorHandling(qa,ld,3,[ud(),_d?[]:void 0,Ed]):ud(),td==="sync"){const Md=useSSRContext();Td=Md.__watcherHandles||(Md.__watcherHandles=[])}else return NOOP;let Od=_d?new Array(Ra.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const Ad=()=>{if(!(!kd.active||!kd.dirty))if(qa){const Md=kd.run();(ed||gd||(_d?Md.some((Ld,jd)=>hasChanged(Ld,Od[jd])):hasChanged(Md,Od)))&&(yd&&yd(),callWithAsyncErrorHandling(qa,ld,3,[Md,Od===INITIAL_WATCHER_VALUE?void 0:_d&&Od[0]===INITIAL_WATCHER_VALUE?[]:Od,Ed]),Od=Md)}else kd.run()};Ad.allowRecurse=!!qa;let Nd;td==="sync"?Nd=Ad:td==="post"?Nd=()=>queuePostRenderEffect(Ad,ld&&ld.suspense):(Ad.pre=!0,ld&&(Ad.id=ld.uid),Nd=()=>queueJob(Ad));const kd=new ReactiveEffect(ud,NOOP,Nd),Id=getCurrentScope(),Rd=()=>{kd.stop(),Id&&remove$1(Id.effects,kd)};return qa?Ja?Ad():Od=kd.run():td==="post"?queuePostRenderEffect(kd.run.bind(kd),ld&&ld.suspense):kd.run(),Td&&Td.push(Rd),Rd}function instanceWatch(Ra,qa,Ja){const ed=this.proxy,td=isString$3(Ra)?Ra.includes(".")?createPathGetter(ed,Ra):()=>ed[Ra]:Ra.bind(ed,ed);let rd;isFunction$4(qa)?rd=qa:(rd=qa.handler,Ja=qa);const od=setCurrentInstance(this),sd=doWatch(td,rd.bind(ed),Ja);return od(),sd}function createPathGetter(Ra,qa){const Ja=qa.split(".");return()=>{let ed=Ra;for(let td=0;td<Ja.length&&ed;td++)ed=ed[Ja[td]];return ed}}function traverse(Ra,qa=1/0,Ja){if(qa<=0||!isObject$5(Ra)||Ra.__v_skip||(Ja=Ja||new Set,Ja.has(Ra)))return Ra;if(Ja.add(Ra),qa--,isRef(Ra))traverse(Ra.value,qa,Ja);else if(isArray$2(Ra))for(let ed=0;ed<Ra.length;ed++)traverse(Ra[ed],qa,Ja);else if(isSet$1(Ra)||isMap$1(Ra))Ra.forEach(ed=>{traverse(ed,qa,Ja)});else if(isPlainObject$3(Ra)){for(const ed in Ra)traverse(Ra[ed],qa,Ja);for(const ed of Object.getOwnPropertySymbols(Ra))Object.prototype.propertyIsEnumerable.call(Ra,ed)&&traverse(Ra[ed],qa,Ja)}return Ra}const getModelModifiers=(Ra,qa)=>qa==="modelValue"||qa==="model-value"?Ra.modelModifiers:Ra[`${qa}Modifiers`]||Ra[`${camelize(qa)}Modifiers`]||Ra[`${hyphenate$1(qa)}Modifiers`];function emit(Ra,qa,...Ja){if(Ra.isUnmounted)return;const ed=Ra.vnode.props||EMPTY_OBJ;let td=Ja;const rd=qa.startsWith("update:"),od=rd&&getModelModifiers(ed,qa.slice(7));od&&(od.trim&&(td=Ja.map(ud=>isString$3(ud)?ud.trim():ud)),od.number&&(td=Ja.map(looseToNumber)));let sd,ld=ed[sd=toHandlerKey(qa)]||ed[sd=toHandlerKey(camelize(qa))];!ld&&rd&&(ld=ed[sd=toHandlerKey(hyphenate$1(qa))]),ld&&callWithAsyncErrorHandling(ld,Ra,6,td);const cd=ed[sd+"Once"];if(cd){if(!Ra.emitted)Ra.emitted={};else if(Ra.emitted[sd])return;Ra.emitted[sd]=!0,callWithAsyncErrorHandling(cd,Ra,6,td)}}function normalizeEmitsOptions(Ra,qa,Ja=!1){const ed=qa.emitsCache,td=ed.get(Ra);if(td!==void 0)return td;const rd=Ra.emits;let od={},sd=!1;if(!isFunction$4(Ra)){const ld=cd=>{const ud=normalizeEmitsOptions(cd,qa,!0);ud&&(sd=!0,extend$3(od,ud))};!Ja&&qa.mixins.length&&qa.mixins.forEach(ld),Ra.extends&&ld(Ra.extends),Ra.mixins&&Ra.mixins.forEach(ld)}return!rd&&!sd?(isObject$5(Ra)&&ed.set(Ra,null),null):(isArray$2(rd)?rd.forEach(ld=>od[ld]=null):extend$3(od,rd),isObject$5(Ra)&&ed.set(Ra,od),od)}function isEmitListener(Ra,qa){return!Ra||!isOn(qa)?!1:(qa=qa.slice(2).replace(/Once$/,""),hasOwn$1(Ra,qa[0].toLowerCase()+qa.slice(1))||hasOwn$1(Ra,hyphenate$1(qa))||hasOwn$1(Ra,qa))}function markAttrsAccessed(){}function renderComponentRoot(Ra){const{type:qa,vnode:Ja,proxy:ed,withProxy:td,propsOptions:[rd],slots:od,attrs:sd,emit:ld,render:cd,renderCache:ud,props:gd,data:_d,setupState:yd,ctx:Ed,inheritAttrs:Td}=Ra,Od=setCurrentRenderingInstance(Ra);let Ad,Nd;try{if(Ja.shapeFlag&4){const Id=td||ed,Rd=Id;Ad=normalizeVNode(cd.call(Rd,Id,ud,gd,yd,_d,Ed)),Nd=sd}else{const Id=qa;Ad=normalizeVNode(Id.length>1?Id(gd,{attrs:sd,slots:od,emit:ld}):Id(gd,null)),Nd=qa.props?sd:getFunctionalFallthrough(sd)}}catch(Id){blockStack.length=0,handleError$1(Id,Ra,1),Ad=createVNode(Comment)}let kd=Ad;if(Nd&&Td!==!1){const Id=Object.keys(Nd),{shapeFlag:Rd}=kd;Id.length&&Rd&7&&(rd&&Id.some(isModelListener)&&(Nd=filterModelListeners(Nd,rd)),kd=cloneVNode(kd,Nd,!1,!0))}return Ja.dirs&&(kd=cloneVNode(kd,null,!1,!0),kd.dirs=kd.dirs?kd.dirs.concat(Ja.dirs):Ja.dirs),Ja.transition&&(kd.transition=Ja.transition),Ad=kd,setCurrentRenderingInstance(Od),Ad}const getFunctionalFallthrough=Ra=>{let qa;for(const Ja in Ra)(Ja==="class"||Ja==="style"||isOn(Ja))&&((qa||(qa={}))[Ja]=Ra[Ja]);return qa},filterModelListeners=(Ra,qa)=>{const Ja={};for(const ed in Ra)(!isModelListener(ed)||!(ed.slice(9)in qa))&&(Ja[ed]=Ra[ed]);return Ja};function shouldUpdateComponent(Ra,qa,Ja){const{props:ed,children:td,component:rd}=Ra,{props:od,children:sd,patchFlag:ld}=qa,cd=rd.emitsOptions;if(qa.dirs||qa.transition)return!0;if(Ja&&ld>=0){if(ld&1024)return!0;if(ld&16)return ed?hasPropsChanged(ed,od,cd):!!od;if(ld&8){const ud=qa.dynamicProps;for(let gd=0;gd<ud.length;gd++){const _d=ud[gd];if(od[_d]!==ed[_d]&&!isEmitListener(cd,_d))return!0}}}else return(td||sd)&&(!sd||!sd.$stable)?!0:ed===od?!1:ed?od?hasPropsChanged(ed,od,cd):!0:!!od;return!1}function hasPropsChanged(Ra,qa,Ja){const ed=Object.keys(qa);if(ed.length!==Object.keys(Ra).length)return!0;for(let td=0;td<ed.length;td++){const rd=ed[td];if(qa[rd]!==Ra[rd]&&!isEmitListener(Ja,rd))return!0}return!1}function updateHOCHostEl({vnode:Ra,parent:qa},Ja){for(;qa;){const ed=qa.subTree;if(ed.suspense&&ed.suspense.activeBranch===Ra&&(ed.el=Ra.el),ed===Ra)(Ra=qa.vnode).el=Ja,qa=qa.parent;else break}}const isSuspense=Ra=>Ra.__isSuspense;function queueEffectWithSuspense(Ra,qa){qa&&qa.pendingBranch?isArray$2(Ra)?qa.effects.push(...Ra):qa.effects.push(Ra):queuePostFlushCb(Ra)}const Fragment=Symbol.for("v-fgt"),Text$1=Symbol.for("v-txt"),Comment=Symbol.for("v-cmt"),Static=Symbol.for("v-stc"),blockStack=[];let currentBlock=null;function openBlock(Ra=!1){blockStack.push(currentBlock=Ra?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(Ra){isBlockTreeEnabled+=Ra,Ra<0&&currentBlock&&(currentBlock.hasOnce=!0)}function setupBlock(Ra){return Ra.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&&currentBlock&&currentBlock.push(Ra),Ra}function createElementBlock(Ra,qa,Ja,ed,td,rd){return setupBlock(createBaseVNode(Ra,qa,Ja,ed,td,rd,!0))}function createBlock(Ra,qa,Ja,ed,td){return setupBlock(createVNode(Ra,qa,Ja,ed,td,!0))}function isVNode(Ra){return Ra?Ra.__v_isVNode===!0:!1}function isSameVNodeType(Ra,qa){return Ra.type===qa.type&&Ra.key===qa.key}const normalizeKey=({key:Ra})=>Ra??null,normalizeRef=({ref:Ra,ref_key:qa,ref_for:Ja})=>(typeof Ra=="number"&&(Ra=""+Ra),Ra!=null?isString$3(Ra)||isRef(Ra)||isFunction$4(Ra)?{i:currentRenderingInstance,r:Ra,k:qa,f:!!Ja}:Ra:null);function createBaseVNode(Ra,qa=null,Ja=null,ed=0,td=null,rd=Ra===Fragment?0:1,od=!1,sd=!1){const ld={__v_isVNode:!0,__v_skip:!0,type:Ra,props:qa,key:qa&&normalizeKey(qa),ref:qa&&normalizeRef(qa),scopeId:currentScopeId,slotScopeIds:null,children:Ja,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:rd,patchFlag:ed,dynamicProps:td,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return sd?(normalizeChildren(ld,Ja),rd&128&&Ra.normalize(ld)):Ja&&(ld.shapeFlag|=isString$3(Ja)?8:16),isBlockTreeEnabled>0&&!od&&currentBlock&&(ld.patchFlag>0||rd&6)&&ld.patchFlag!==32&&currentBlock.push(ld),ld}const createVNode=_createVNode;function _createVNode(Ra,qa=null,Ja=null,ed=0,td=null,rd=!1){if((!Ra||Ra===NULL_DYNAMIC_COMPONENT)&&(Ra=Comment),isVNode(Ra)){const sd=cloneVNode(Ra,qa,!0);return Ja&&normalizeChildren(sd,Ja),isBlockTreeEnabled>0&&!rd&&currentBlock&&(sd.shapeFlag&6?currentBlock[currentBlock.indexOf(Ra)]=sd:currentBlock.push(sd)),sd.patchFlag=-2,sd}if(isClassComponent(Ra)&&(Ra=Ra.__vccOpts),qa){qa=guardReactiveProps(qa);let{class:sd,style:ld}=qa;sd&&!isString$3(sd)&&(qa.class=normalizeClass(sd)),isObject$5(ld)&&(isProxy(ld)&&!isArray$2(ld)&&(ld=extend$3({},ld)),qa.style=normalizeStyle(ld))}const od=isString$3(Ra)?1:isSuspense(Ra)?128:isTeleport(Ra)?64:isObject$5(Ra)?4:isFunction$4(Ra)?2:0;return createBaseVNode(Ra,qa,Ja,ed,td,od,rd,!0)}function guardReactiveProps(Ra){return Ra?isProxy(Ra)||isInternalObject(Ra)?extend$3({},Ra):Ra:null}function cloneVNode(Ra,qa,Ja=!1,ed=!1){const{props:td,ref:rd,patchFlag:od,children:sd,transition:ld}=Ra,cd=qa?mergeProps(td||{},qa):td,ud={__v_isVNode:!0,__v_skip:!0,type:Ra.type,props:cd,key:cd&&normalizeKey(cd),ref:qa&&qa.ref?Ja&&rd?isArray$2(rd)?rd.concat(normalizeRef(qa)):[rd,normalizeRef(qa)]:normalizeRef(qa):rd,scopeId:Ra.scopeId,slotScopeIds:Ra.slotScopeIds,children:sd,target:Ra.target,targetStart:Ra.targetStart,targetAnchor:Ra.targetAnchor,staticCount:Ra.staticCount,shapeFlag:Ra.shapeFlag,patchFlag:qa&&Ra.type!==Fragment?od===-1?16:od|16:od,dynamicProps:Ra.dynamicProps,dynamicChildren:Ra.dynamicChildren,appContext:Ra.appContext,dirs:Ra.dirs,transition:ld,component:Ra.component,suspense:Ra.suspense,ssContent:Ra.ssContent&&cloneVNode(Ra.ssContent),ssFallback:Ra.ssFallback&&cloneVNode(Ra.ssFallback),el:Ra.el,anchor:Ra.anchor,ctx:Ra.ctx,ce:Ra.ce};return ld&&ed&&setTransitionHooks(ud,ld.clone(ud)),ud}function createTextVNode(Ra=" ",qa=0){return createVNode(Text$1,null,Ra,qa)}function createCommentVNode(Ra="",qa=!1){return qa?(openBlock(),createBlock(Comment,null,Ra)):createVNode(Comment,null,Ra)}function normalizeVNode(Ra){return Ra==null||typeof Ra=="boolean"?createVNode(Comment):isArray$2(Ra)?createVNode(Fragment,null,Ra.slice()):typeof Ra=="object"?cloneIfMounted(Ra):createVNode(Text$1,null,String(Ra))}function cloneIfMounted(Ra){return Ra.el===null&&Ra.patchFlag!==-1||Ra.memo?Ra:cloneVNode(Ra)}function normalizeChildren(Ra,qa){let Ja=0;const{shapeFlag:ed}=Ra;if(qa==null)qa=null;else if(isArray$2(qa))Ja=16;else if(typeof qa=="object")if(ed&65){const td=qa.default;td&&(td._c&&(td._d=!1),normalizeChildren(Ra,td()),td._c&&(td._d=!0));return}else{Ja=32;const td=qa._;!td&&!isInternalObject(qa)?qa._ctx=currentRenderingInstance:td===3&&currentRenderingInstance&&(currentRenderingInstance.slots._===1?qa._=1:(qa._=2,Ra.patchFlag|=1024))}else isFunction$4(qa)?(qa={default:qa,_ctx:currentRenderingInstance},Ja=32):(qa=String(qa),ed&64?(Ja=16,qa=[createTextVNode(qa)]):Ja=8);Ra.children=qa,Ra.shapeFlag|=Ja}function mergeProps(...Ra){const qa={};for(let Ja=0;Ja<Ra.length;Ja++){const ed=Ra[Ja];for(const td in ed)if(td==="class")qa.class!==ed.class&&(qa.class=normalizeClass([qa.class,ed.class]));else if(td==="style")qa.style=normalizeStyle([qa.style,ed.style]);else if(isOn(td)){const rd=qa[td],od=ed[td];od&&rd!==od&&!(isArray$2(rd)&&rd.includes(od))&&(qa[td]=rd?[].concat(rd,od):od)}else td!==""&&(qa[td]=ed[td])}return qa}function invokeVNodeHook(Ra,qa,Ja,ed=null){callWithAsyncErrorHandling(Ra,qa,7,[Ja,ed])}const emptyAppContext=createAppContext();let uid$2=0;function createComponentInstance(Ra,qa,Ja){const ed=Ra.type,td=(qa?qa.appContext:Ra.appContext)||emptyAppContext,rd={uid:uid$2++,vnode:Ra,type:ed,parent:qa,appContext:td,root:null,next:null,subTree:null,effect:null,update:null,scope:new EffectScope(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:qa?qa.provides:Object.create(td.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:normalizePropsOptions(ed,td),emitsOptions:normalizeEmitsOptions(ed,td),emit:null,emitted:null,propsDefaults:EMPTY_OBJ,inheritAttrs:ed.inheritAttrs,ctx:EMPTY_OBJ,data:EMPTY_OBJ,props:EMPTY_OBJ,attrs:EMPTY_OBJ,slots:EMPTY_OBJ,refs:EMPTY_OBJ,setupState:EMPTY_OBJ,setupContext:null,suspense:Ja,suspenseId:Ja?Ja.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return rd.ctx={_:rd},rd.root=qa?qa.root:rd,rd.emit=emit.bind(null,rd),Ra.ce&&Ra.ce(rd),rd}let currentInstance=null;const getCurrentInstance=()=>currentInstance||currentRenderingInstance;let internalSetCurrentInstance,setInSSRSetupState;{const Ra=getGlobalThis(),qa=(Ja,ed)=>{let td;return(td=Ra[Ja])||(td=Ra[Ja]=[]),td.push(ed),rd=>{td.length>1?td.forEach(od=>od(rd)):td[0](rd)}};internalSetCurrentInstance=qa("__VUE_INSTANCE_SETTERS__",Ja=>currentInstance=Ja),setInSSRSetupState=qa("__VUE_SSR_SETTERS__",Ja=>isInSSRComponentSetup=Ja)}const setCurrentInstance=Ra=>{const qa=currentInstance;return internalSetCurrentInstance(Ra),Ra.scope.on(),()=>{Ra.scope.off(),internalSetCurrentInstance(qa)}},unsetCurrentInstance=()=>{currentInstance&&currentInstance.scope.off(),internalSetCurrentInstance(null)};function isStatefulComponent(Ra){return Ra.vnode.shapeFlag&4}let isInSSRComponentSetup=!1;function setupComponent(Ra,qa=!1,Ja=!1){qa&&setInSSRSetupState(qa);const{props:ed,children:td}=Ra.vnode,rd=isStatefulComponent(Ra);initProps(Ra,ed,rd,qa),initSlots(Ra,td,Ja);const od=rd?setupStatefulComponent(Ra,qa):void 0;return qa&&setInSSRSetupState(!1),od}function setupStatefulComponent(Ra,qa){const Ja=Ra.type;Ra.accessCache=Object.create(null),Ra.proxy=new Proxy(Ra.ctx,PublicInstanceProxyHandlers);const{setup:ed}=Ja;if(ed){const td=Ra.setupContext=ed.length>1?createSetupContext(Ra):null,rd=setCurrentInstance(Ra);pauseTracking();const od=callWithErrorHandling(ed,Ra,0,[Ra.props,td]);if(resetTracking(),rd(),isPromise(od)){if(od.then(unsetCurrentInstance,unsetCurrentInstance),qa)return od.then(sd=>{handleSetupResult(Ra,sd,qa)}).catch(sd=>{handleError$1(sd,Ra,0)});Ra.asyncDep=od}else handleSetupResult(Ra,od,qa)}else finishComponentSetup(Ra,qa)}function handleSetupResult(Ra,qa,Ja){isFunction$4(qa)?Ra.type.__ssrInlineRender?Ra.ssrRender=qa:Ra.render=qa:isObject$5(qa)&&(Ra.setupState=proxyRefs(qa)),finishComponentSetup(Ra,Ja)}let compile$3;function finishComponentSetup(Ra,qa,Ja){const ed=Ra.type;if(!Ra.render){if(!qa&&compile$3&&!ed.render){const td=ed.template||resolveMergedOptions(Ra).template;if(td){const{isCustomElement:rd,compilerOptions:od}=Ra.appContext.config,{delimiters:sd,compilerOptions:ld}=ed,cd=extend$3(extend$3({isCustomElement:rd,delimiters:sd},od),ld);ed.render=compile$3(td,cd)}}Ra.render=ed.render||NOOP}{const td=setCurrentInstance(Ra);pauseTracking();try{applyOptions(Ra)}finally{resetTracking(),td()}}}const attrsProxyHandlers={get(Ra,qa){return track(Ra,"get",""),Ra[qa]}};function createSetupContext(Ra){const qa=Ja=>{Ra.exposed=Ja||{}};return{attrs:new Proxy(Ra.attrs,attrsProxyHandlers),slots:Ra.slots,emit:Ra.emit,expose:qa}}function getComponentPublicInstance(Ra){return Ra.exposed?Ra.exposeProxy||(Ra.exposeProxy=new Proxy(proxyRefs(markRaw(Ra.exposed)),{get(qa,Ja){if(Ja in qa)return qa[Ja];if(Ja in publicPropertiesMap)return publicPropertiesMap[Ja](Ra)},has(qa,Ja){return Ja in qa||Ja in publicPropertiesMap}})):Ra.proxy}const classifyRE=/(?:^|[-_])(\w)/g,classify=Ra=>Ra.replace(classifyRE,qa=>qa.toUpperCase()).replace(/[-_]/g,"");function getComponentName(Ra,qa=!0){return isFunction$4(Ra)?Ra.displayName||Ra.name:Ra.name||qa&&Ra.__name}function formatComponentName(Ra,qa,Ja=!1){let ed=getComponentName(qa);if(!ed&&qa.__file){const td=qa.__file.match(/([^/\\]+)\.\w+$/);td&&(ed=td[1])}if(!ed&&Ra&&Ra.parent){const td=rd=>{for(const od in rd)if(rd[od]===qa)return od};ed=td(Ra.components||Ra.parent.type.components)||td(Ra.appContext.components)}return ed?classify(ed):Ja?"App":"Anonymous"}function isClassComponent(Ra){return isFunction$4(Ra)&&"__vccOpts"in Ra}const computed=(Ra,qa)=>computed$1(Ra,qa,isInSSRComponentSetup);function h$2(Ra,qa,Ja){const ed=arguments.length;return ed===2?isObject$5(qa)&&!isArray$2(qa)?isVNode(qa)?createVNode(Ra,null,[qa]):createVNode(Ra,qa):createVNode(Ra,null,qa):(ed>3?Ja=Array.prototype.slice.call(arguments,2):ed===3&&isVNode(Ja)&&(Ja=[Ja]),createVNode(Ra,qa,Ja))}const version$3="3.4.38",warn$2=NOOP;/**
* @vue/runtime-dom v3.4.38
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const 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:(Ra,qa,Ja)=>{qa.insertBefore(Ra,Ja||null)},remove:Ra=>{const qa=Ra.parentNode;qa&&qa.removeChild(Ra)},createElement:(Ra,qa,Ja,ed)=>{const td=qa==="svg"?doc.createElementNS(svgNS,Ra):qa==="mathml"?doc.createElementNS(mathmlNS,Ra):Ja?doc.createElement(Ra,{is:Ja}):doc.createElement(Ra);return Ra==="select"&&ed&&ed.multiple!=null&&td.setAttribute("multiple",ed.multiple),td},createText:Ra=>doc.createTextNode(Ra),createComment:Ra=>doc.createComment(Ra),setText:(Ra,qa)=>{Ra.nodeValue=qa},setElementText:(Ra,qa)=>{Ra.textContent=qa},parentNode:Ra=>Ra.parentNode,nextSibling:Ra=>Ra.nextSibling,querySelector:Ra=>doc.querySelector(Ra),setScopeId(Ra,qa){Ra.setAttribute(qa,"")},insertStaticContent(Ra,qa,Ja,ed,td,rd){const od=Ja?Ja.previousSibling:qa.lastChild;if(td&&(td===rd||td.nextSibling))for(;qa.insertBefore(td.cloneNode(!0),Ja),!(td===rd||!(td=td.nextSibling)););else{templateContainer.innerHTML=ed==="svg"?`<svg>${Ra}</svg>`:ed==="mathml"?`<math>${Ra}</math>`:Ra;const sd=templateContainer.content;if(ed==="svg"||ed==="mathml"){const ld=sd.firstChild;for(;ld.firstChild;)sd.appendChild(ld.firstChild);sd.removeChild(ld)}qa.insertBefore(sd,Ja)}return[od?od.nextSibling:qa.firstChild,Ja?Ja.previousSibling:qa.lastChild]}},TRANSITION="transition",ANIMATION="animation",vtcKey=Symbol("_vtc"),Transition$1=(Ra,{slots:qa})=>h$2(BaseTransition,resolveTransitionProps(Ra),qa);Transition$1.displayName="Transition";const 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=Transition$1.props=extend$3({},BaseTransitionPropsValidators,DOMTransitionPropsValidators),callHook=(Ra,qa=[])=>{isArray$2(Ra)?Ra.forEach(Ja=>Ja(...qa)):Ra&&Ra(...qa)},hasExplicitCallback=Ra=>Ra?isArray$2(Ra)?Ra.some(qa=>qa.length>1):Ra.length>1:!1;function resolveTransitionProps(Ra){const qa={};for(const Vd in Ra)Vd in DOMTransitionPropsValidators||(qa[Vd]=Ra[Vd]);if(Ra.css===!1)return qa;const{name:Ja="v",type:ed,duration:td,enterFromClass:rd=`${Ja}-enter-from`,enterActiveClass:od=`${Ja}-enter-active`,enterToClass:sd=`${Ja}-enter-to`,appearFromClass:ld=rd,appearActiveClass:cd=od,appearToClass:ud=sd,leaveFromClass:gd=`${Ja}-leave-from`,leaveActiveClass:_d=`${Ja}-leave-active`,leaveToClass:yd=`${Ja}-leave-to`}=Ra,Ed=normalizeDuration(td),Td=Ed&&Ed[0],Od=Ed&&Ed[1],{onBeforeEnter:Ad,onEnter:Nd,onEnterCancelled:kd,onLeave:Id,onLeaveCancelled:Rd,onBeforeAppear:Md=Ad,onAppear:Ld=Nd,onAppearCancelled:jd=kd}=qa,Pd=(Vd,qd,Wd)=>{removeTransitionClass(Vd,qd?ud:sd),removeTransitionClass(Vd,qd?cd:od),Wd&&Wd()},Fd=(Vd,qd)=>{Vd._isLeaving=!1,removeTransitionClass(Vd,gd),removeTransitionClass(Vd,yd),removeTransitionClass(Vd,_d),qd&&qd()},Ud=Vd=>(qd,Wd)=>{const zd=Vd?Ld:Nd,Kd=()=>Pd(qd,Vd,Wd);callHook(zd,[qd,Kd]),nextFrame(()=>{removeTransitionClass(qd,Vd?ld:rd),addTransitionClass(qd,Vd?ud:sd),hasExplicitCallback(zd)||whenTransitionEnds(qd,ed,Td,Kd)})};return extend$3(qa,{onBeforeEnter(Vd){callHook(Ad,[Vd]),addTransitionClass(Vd,rd),addTransitionClass(Vd,od)},onBeforeAppear(Vd){callHook(Md,[Vd]),addTransitionClass(Vd,ld),addTransitionClass(Vd,cd)},onEnter:Ud(!1),onAppear:Ud(!0),onLeave(Vd,qd){Vd._isLeaving=!0;const Wd=()=>Fd(Vd,qd);addTransitionClass(Vd,gd),addTransitionClass(Vd,_d),forceReflow(),nextFrame(()=>{Vd._isLeaving&&(removeTransitionClass(Vd,gd),addTransitionClass(Vd,yd),hasExplicitCallback(Id)||whenTransitionEnds(Vd,ed,Od,Wd))}),callHook(Id,[Vd,Wd])},onEnterCancelled(Vd){Pd(Vd,!1),callHook(kd,[Vd])},onAppearCancelled(Vd){Pd(Vd,!0),callHook(jd,[Vd])},onLeaveCancelled(Vd){Fd(Vd),callHook(Rd,[Vd])}})}function normalizeDuration(Ra){if(Ra==null)return null;if(isObject$5(Ra))return[NumberOf(Ra.enter),NumberOf(Ra.leave)];{const qa=NumberOf(Ra);return[qa,qa]}}function NumberOf(Ra){return toNumber$3(Ra)}function addTransitionClass(Ra,qa){qa.split(/\s+/).forEach(Ja=>Ja&&Ra.classList.add(Ja)),(Ra[vtcKey]||(Ra[vtcKey]=new Set)).add(qa)}function removeTransitionClass(Ra,qa){qa.split(/\s+/).forEach(ed=>ed&&Ra.classList.remove(ed));const Ja=Ra[vtcKey];Ja&&(Ja.delete(qa),Ja.size||(Ra[vtcKey]=void 0))}function nextFrame(Ra){requestAnimationFrame(()=>{requestAnimationFrame(Ra)})}let endId=0;function whenTransitionEnds(Ra,qa,Ja,ed){const td=Ra._endId=++endId,rd=()=>{td===Ra._endId&&ed()};if(Ja)return setTimeout(rd,Ja);const{type:od,timeout:sd,propCount:ld}=getTransitionInfo(Ra,qa);if(!od)return ed();const cd=od+"end";let ud=0;const gd=()=>{Ra.removeEventListener(cd,_d),rd()},_d=yd=>{yd.target===Ra&&++ud>=ld&&gd()};setTimeout(()=>{ud<ld&&gd()},sd+1),Ra.addEventListener(cd,_d)}function getTransitionInfo(Ra,qa){const Ja=window.getComputedStyle(Ra),ed=Ed=>(Ja[Ed]||"").split(", "),td=ed(`${TRANSITION}Delay`),rd=ed(`${TRANSITION}Duration`),od=getTimeout(td,rd),sd=ed(`${ANIMATION}Delay`),ld=ed(`${ANIMATION}Duration`),cd=getTimeout(sd,ld);let ud=null,gd=0,_d=0;qa===TRANSITION?od>0&&(ud=TRANSITION,gd=od,_d=rd.length):qa===ANIMATION?cd>0&&(ud=ANIMATION,gd=cd,_d=ld.length):(gd=Math.max(od,cd),ud=gd>0?od>cd?TRANSITION:ANIMATION:null,_d=ud?ud===TRANSITION?rd.length:ld.length:0);const yd=ud===TRANSITION&&/\b(transform|all)(,|$)/.test(ed(`${TRANSITION}Property`).toString());return{type:ud,timeout:gd,propCount:_d,hasTransform:yd}}function getTimeout(Ra,qa){for(;Ra.length<qa.length;)Ra=Ra.concat(Ra);return Math.max(...qa.map((Ja,ed)=>toMs(Ja)+toMs(Ra[ed])))}function toMs(Ra){return Ra==="auto"?0:Number(Ra.slice(0,-1).replace(",","."))*1e3}function forceReflow(){return document.body.offsetHeight}function patchClass(Ra,qa,Ja){const ed=Ra[vtcKey];ed&&(qa=(qa?[qa,...ed]:[...ed]).join(" ")),qa==null?Ra.removeAttribute("class"):Ja?Ra.setAttribute("class",qa):Ra.className=qa}const vShowOriginalDisplay=Symbol("_vod"),vShowHidden=Symbol("_vsh"),vShow={beforeMount(Ra,{value:qa},{transition:Ja}){Ra[vShowOriginalDisplay]=Ra.style.display==="none"?"":Ra.style.display,Ja&&qa?Ja.beforeEnter(Ra):setDisplay(Ra,qa)},mounted(Ra,{value:qa},{transition:Ja}){Ja&&qa&&Ja.enter(Ra)},updated(Ra,{value:qa,oldValue:Ja},{transition:ed}){!qa!=!Ja&&(ed?qa?(ed.beforeEnter(Ra),setDisplay(Ra,!0),ed.enter(Ra)):ed.leave(Ra,()=>{setDisplay(Ra,!1)}):setDisplay(Ra,qa))},beforeUnmount(Ra,{value:qa}){setDisplay(Ra,qa)}};function setDisplay(Ra,qa){Ra.style.display=qa?Ra[vShowOriginalDisplay]:"none",Ra[vShowHidden]=!qa}const CSS_VAR_TEXT=Symbol(""),displayRE=/(^|;)\s*display\s*:/;function patchStyle(Ra,qa,Ja){const ed=Ra.style,td=isString$3(Ja);let rd=!1;if(Ja&&!td){if(qa)if(isString$3(qa))for(const od of qa.split(";")){const sd=od.slice(0,od.indexOf(":")).trim();Ja[sd]==null&&setStyle(ed,sd,"")}else for(const od in qa)Ja[od]==null&&setStyle(ed,od,"");for(const od in Ja)od==="display"&&(rd=!0),setStyle(ed,od,Ja[od])}else if(td){if(qa!==Ja){const od=ed[CSS_VAR_TEXT];od&&(Ja+=";"+od),ed.cssText=Ja,rd=displayRE.test(Ja)}}else qa&&Ra.removeAttribute("style");vShowOriginalDisplay in Ra&&(Ra[vShowOriginalDisplay]=rd?ed.display:"",Ra[vShowHidden]&&(ed.display="none"))}const importantRE=/\s*!important$/;function setStyle(Ra,qa,Ja){if(isArray$2(Ja))Ja.forEach(ed=>setStyle(Ra,qa,ed));else if(Ja==null&&(Ja=""),qa.startsWith("--"))Ra.setProperty(qa,Ja);else{const ed=autoPrefix(Ra,qa);importantRE.test(Ja)?Ra.setProperty(hyphenate$1(ed),Ja.replace(importantRE,""),"important"):Ra[ed]=Ja}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(Ra,qa){const Ja=prefixCache[qa];if(Ja)return Ja;let ed=camelize(qa);if(ed!=="filter"&&ed in Ra)return prefixCache[qa]=ed;ed=capitalize$1(ed);for(let td=0;td<prefixes.length;td++){const rd=prefixes[td]+ed;if(rd in Ra)return prefixCache[qa]=rd}return qa}const xlinkNS="http://www.w3.org/1999/xlink";function patchAttr(Ra,qa,Ja,ed,td,rd=isSpecialBooleanAttr(qa)){ed&&qa.startsWith("xlink:")?Ja==null?Ra.removeAttributeNS(xlinkNS,qa.slice(6,qa.length)):Ra.setAttributeNS(xlinkNS,qa,Ja):Ja==null||rd&&!includeBooleanAttr(Ja)?Ra.removeAttribute(qa):Ra.setAttribute(qa,rd?"":isSymbol$1(Ja)?String(Ja):Ja)}function patchDOMProp(Ra,qa,Ja,ed){if(qa==="innerHTML"||qa==="textContent"){if(Ja==null)return;Ra[qa]=Ja;return}const td=Ra.tagName;if(qa==="value"&&td!=="PROGRESS"&&!td.includes("-")){const od=td==="OPTION"?Ra.getAttribute("value")||"":Ra.value,sd=Ja==null?"":String(Ja);(od!==sd||!("_value"in Ra))&&(Ra.value=sd),Ja==null&&Ra.removeAttribute(qa),Ra._value=Ja;return}let rd=!1;if(Ja===""||Ja==null){const od=typeof Ra[qa];od==="boolean"?Ja=includeBooleanAttr(Ja):Ja==null&&od==="string"?(Ja="",rd=!0):od==="number"&&(Ja=0,rd=!0)}try{Ra[qa]=Ja}catch{}rd&&Ra.removeAttribute(qa)}function addEventListener(Ra,qa,Ja,ed){Ra.addEventListener(qa,Ja,ed)}function removeEventListener(Ra,qa,Ja,ed){Ra.removeEventListener(qa,Ja,ed)}const veiKey=Symbol("_vei");function patchEvent(Ra,qa,Ja,ed,td=null){const rd=Ra[veiKey]||(Ra[veiKey]={}),od=rd[qa];if(ed&&od)od.value=ed;else{const[sd,ld]=parseName(qa);if(ed){const cd=rd[qa]=createInvoker(ed,td);addEventListener(Ra,sd,cd,ld)}else od&&(removeEventListener(Ra,sd,od,ld),rd[qa]=void 0)}}const optionsModifierRE=/(?:Once|Passive|Capture)$/;function parseName(Ra){let qa;if(optionsModifierRE.test(Ra)){qa={};let ed;for(;ed=Ra.match(optionsModifierRE);)Ra=Ra.slice(0,Ra.length-ed[0].length),qa[ed[0].toLowerCase()]=!0}return[Ra[2]===":"?Ra.slice(3):hyphenate$1(Ra.slice(2)),qa]}let cachedNow=0;const p$2=Promise.resolve(),getNow=()=>cachedNow||(p$2.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(Ra,qa){const Ja=ed=>{if(!ed._vts)ed._vts=Date.now();else if(ed._vts<=Ja.attached)return;callWithAsyncErrorHandling(patchStopImmediatePropagation(ed,Ja.value),qa,5,[ed])};return Ja.value=Ra,Ja.attached=getNow(),Ja}function patchStopImmediatePropagation(Ra,qa){if(isArray$2(qa)){const Ja=Ra.stopImmediatePropagation;return Ra.stopImmediatePropagation=()=>{Ja.call(Ra),Ra._stopped=!0},qa.map(ed=>td=>!td._stopped&&ed&&ed(td))}else return qa}const isNativeOn=Ra=>Ra.charCodeAt(0)===111&&Ra.charCodeAt(1)===110&&Ra.charCodeAt(2)>96&&Ra.charCodeAt(2)<123,patchProp=(Ra,qa,Ja,ed,td,rd)=>{const od=td==="svg";qa==="class"?patchClass(Ra,ed,od):qa==="style"?patchStyle(Ra,Ja,ed):isOn(qa)?isModelListener(qa)||patchEvent(Ra,qa,Ja,ed,rd):(qa[0]==="."?(qa=qa.slice(1),!0):qa[0]==="^"?(qa=qa.slice(1),!1):shouldSetAsProp(Ra,qa,ed,od))?(patchDOMProp(Ra,qa,ed),!Ra.tagName.includes("-")&&(qa==="value"||qa==="checked"||qa==="selected")&&patchAttr(Ra,qa,ed,od,rd,qa!=="value")):(qa==="true-value"?Ra._trueValue=ed:qa==="false-value"&&(Ra._falseValue=ed),patchAttr(Ra,qa,ed,od))};function shouldSetAsProp(Ra,qa,Ja,ed){if(ed)return!!(qa==="innerHTML"||qa==="textContent"||qa in Ra&&isNativeOn(qa)&&isFunction$4(Ja));if(qa==="spellcheck"||qa==="draggable"||qa==="translate"||qa==="form"||qa==="list"&&Ra.tagName==="INPUT"||qa==="type"&&Ra.tagName==="TEXTAREA")return!1;if(qa==="width"||qa==="height"){const td=Ra.tagName;if(td==="IMG"||td==="VIDEO"||td==="CANVAS"||td==="SOURCE")return!1}return isNativeOn(qa)&&isString$3(Ja)?!1:qa in Ra}const positionMap=new WeakMap,newPositionMap=new WeakMap,moveCbKey=Symbol("_moveCb"),enterCbKey=Symbol("_enterCb"),TransitionGroupImpl={name:"TransitionGroup",props:extend$3({},TransitionPropsValidators,{tag:String,moveClass:String}),setup(Ra,{slots:qa}){const Ja=getCurrentInstance(),ed=useTransitionState();let td,rd;return onUpdated(()=>{if(!td.length)return;const od=Ra.moveClass||`${Ra.name||"v"}-move`;if(!hasCSSTransform(td[0].el,Ja.vnode.el,od))return;td.forEach(callPendingCbs),td.forEach(recordPosition);const sd=td.filter(applyTranslation);forceReflow(),sd.forEach(ld=>{const cd=ld.el,ud=cd.style;addTransitionClass(cd,od),ud.transform=ud.webkitTransform=ud.transitionDuration="";const gd=cd[moveCbKey]=_d=>{_d&&_d.target!==cd||(!_d||/transform$/.test(_d.propertyName))&&(cd.removeEventListener("transitionend",gd),cd[moveCbKey]=null,removeTransitionClass(cd,od))};cd.addEventListener("transitionend",gd)})}),()=>{const od=toRaw(Ra),sd=resolveTransitionProps(od);let ld=od.tag||Fragment;if(td=[],rd)for(let cd=0;cd<rd.length;cd++){const ud=rd[cd];ud.el&&ud.el instanceof Element&&(td.push(ud),setTransitionHooks(ud,resolveTransitionHooks(ud,sd,ed,Ja)),positionMap.set(ud,ud.el.getBoundingClientRect()))}rd=qa.default?getTransitionRawChildren(qa.default()):[];for(let cd=0;cd<rd.length;cd++){const ud=rd[cd];ud.key!=null&&setTransitionHooks(ud,resolveTransitionHooks(ud,sd,ed,Ja))}return createVNode(ld,null,rd)}}},removeMode=Ra=>delete Ra.mode;TransitionGroupImpl.props;const TransitionGroup=TransitionGroupImpl;function callPendingCbs(Ra){const qa=Ra.el;qa[moveCbKey]&&qa[moveCbKey](),qa[enterCbKey]&&qa[enterCbKey]()}function recordPosition(Ra){newPositionMap.set(Ra,Ra.el.getBoundingClientRect())}function applyTranslation(Ra){const qa=positionMap.get(Ra),Ja=newPositionMap.get(Ra),ed=qa.left-Ja.left,td=qa.top-Ja.top;if(ed||td){const rd=Ra.el.style;return rd.transform=rd.webkitTransform=`translate(${ed}px,${td}px)`,rd.transitionDuration="0s",Ra}}function hasCSSTransform(Ra,qa,Ja){const ed=Ra.cloneNode(),td=Ra[vtcKey];td&&td.forEach(sd=>{sd.split(/\s+/).forEach(ld=>ld&&ed.classList.remove(ld))}),Ja.split(/\s+/).forEach(sd=>sd&&ed.classList.add(sd)),ed.style.display="none";const rd=qa.nodeType===1?qa:qa.parentNode;rd.appendChild(ed);const{hasTransform:od}=getTransitionInfo(ed);return rd.removeChild(ed),od}const getModelAssigner=Ra=>{const qa=Ra.props["onUpdate:modelValue"]||!1;return isArray$2(qa)?Ja=>invokeArrayFns(qa,Ja):qa};function onCompositionStart(Ra){Ra.target.composing=!0}function onCompositionEnd(Ra){const qa=Ra.target;qa.composing&&(qa.composing=!1,qa.dispatchEvent(new Event("input")))}const assignKey=Symbol("_assign"),vModelText={created(Ra,{modifiers:{lazy:qa,trim:Ja,number:ed}},td){Ra[assignKey]=getModelAssigner(td);const rd=ed||td.props&&td.props.type==="number";addEventListener(Ra,qa?"change":"input",od=>{if(od.target.composing)return;let sd=Ra.value;Ja&&(sd=sd.trim()),rd&&(sd=looseToNumber(sd)),Ra[assignKey](sd)}),Ja&&addEventListener(Ra,"change",()=>{Ra.value=Ra.value.trim()}),qa||(addEventListener(Ra,"compositionstart",onCompositionStart),addEventListener(Ra,"compositionend",onCompositionEnd),addEventListener(Ra,"change",onCompositionEnd))},mounted(Ra,{value:qa}){Ra.value=qa??""},beforeUpdate(Ra,{value:qa,oldValue:Ja,modifiers:{lazy:ed,trim:td,number:rd}},od){if(Ra[assignKey]=getModelAssigner(od),Ra.composing)return;const sd=(rd||Ra.type==="number")&&!/^0\d/.test(Ra.value)?looseToNumber(Ra.value):Ra.value,ld=qa??"";sd!==ld&&(document.activeElement===Ra&&Ra.type!=="range"&&(ed&&qa===Ja||td&&Ra.value.trim()===ld)||(Ra.value=ld))}},vModelCheckbox={deep:!0,created(Ra,qa,Ja){Ra[assignKey]=getModelAssigner(Ja),addEventListener(Ra,"change",()=>{const ed=Ra._modelValue,td=getValue$2(Ra),rd=Ra.checked,od=Ra[assignKey];if(isArray$2(ed)){const sd=looseIndexOf(ed,td),ld=sd!==-1;if(rd&&!ld)od(ed.concat(td));else if(!rd&&ld){const cd=[...ed];cd.splice(sd,1),od(cd)}}else if(isSet$1(ed)){const sd=new Set(ed);rd?sd.add(td):sd.delete(td),od(sd)}else od(getCheckboxValue(Ra,rd))})},mounted:setChecked,beforeUpdate(Ra,qa,Ja){Ra[assignKey]=getModelAssigner(Ja),setChecked(Ra,qa,Ja)}};function setChecked(Ra,{value:qa,oldValue:Ja},ed){Ra._modelValue=qa,isArray$2(qa)?Ra.checked=looseIndexOf(qa,ed.props.value)>-1:isSet$1(qa)?Ra.checked=qa.has(ed.props.value):qa!==Ja&&(Ra.checked=looseEqual(qa,getCheckboxValue(Ra,!0)))}const vModelRadio={created(Ra,{value:qa},Ja){Ra.checked=looseEqual(qa,Ja.props.value),Ra[assignKey]=getModelAssigner(Ja),addEventListener(Ra,"change",()=>{Ra[assignKey](getValue$2(Ra))})},beforeUpdate(Ra,{value:qa,oldValue:Ja},ed){Ra[assignKey]=getModelAssigner(ed),qa!==Ja&&(Ra.checked=looseEqual(qa,ed.props.value))}};function getValue$2(Ra){return"_value"in Ra?Ra._value:Ra.value}function getCheckboxValue(Ra,qa){const Ja=qa?"_trueValue":"_falseValue";return Ja in Ra?Ra[Ja]:qa}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:Ra=>Ra.stopPropagation(),prevent:Ra=>Ra.preventDefault(),self:Ra=>Ra.target!==Ra.currentTarget,ctrl:Ra=>!Ra.ctrlKey,shift:Ra=>!Ra.shiftKey,alt:Ra=>!Ra.altKey,meta:Ra=>!Ra.metaKey,left:Ra=>"button"in Ra&&Ra.button!==0,middle:Ra=>"button"in Ra&&Ra.button!==1,right:Ra=>"button"in Ra&&Ra.button!==2,exact:(Ra,qa)=>systemModifiers.some(Ja=>Ra[`${Ja}Key`]&&!qa.includes(Ja))},withModifiers=(Ra,qa)=>{const Ja=Ra._withMods||(Ra._withMods={}),ed=qa.join(".");return Ja[ed]||(Ja[ed]=(td,...rd)=>{for(let od=0;od<qa.length;od++){const sd=modifierGuards[qa[od]];if(sd&&sd(td,qa))return}return Ra(td,...rd)})},keyNames={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},withKeys=(Ra,qa)=>{const Ja=Ra._withKeys||(Ra._withKeys={}),ed=qa.join(".");return Ja[ed]||(Ja[ed]=td=>{if(!("key"in td))return;const rd=hyphenate$1(td.key);if(qa.some(od=>od===rd||keyNames[od]===rd))return Ra(td)})},rendererOptions=extend$3({patchProp},nodeOps);let renderer$1;function ensureRenderer(){return renderer$1||(renderer$1=createRenderer$1(rendererOptions))}const render$3=(...Ra)=>{ensureRenderer().render(...Ra)},createApp=(...Ra)=>{const qa=ensureRenderer().createApp(...Ra),{mount:Ja}=qa;return qa.mount=ed=>{const td=normalizeContainer(ed);if(!td)return;const rd=qa._component;!isFunction$4(rd)&&!rd.render&&!rd.template&&(rd.template=td.innerHTML),td.innerHTML="";const od=Ja(td,!1,resolveRootNamespace(td));return td instanceof Element&&(td.removeAttribute("v-cloak"),td.setAttribute("data-v-app","")),od},qa};function resolveRootNamespace(Ra){if(Ra instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&Ra instanceof MathMLElement)return"mathml"}function normalizeContainer(Ra){return isString$3(Ra)?document.querySelector(Ra):Ra}var isVue2=!1;let activePinia;const setActivePinia=Ra=>activePinia=Ra,piniaSymbol=Symbol();function isPlainObject$2(Ra){return Ra&&typeof Ra=="object"&&Object.prototype.toString.call(Ra)==="[object Object]"&&typeof Ra.toJSON!="function"}var MutationType;(function(Ra){Ra.direct="direct",Ra.patchObject="patch object",Ra.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const Ra=effectScope(!0),qa=Ra.run(()=>ref$1({}));let Ja=[],ed=[];const td=markRaw({install(rd){setActivePinia(td),td._a=rd,rd.provide(piniaSymbol,td),rd.config.globalProperties.$pinia=td,ed.forEach(od=>Ja.push(od)),ed=[]},use(rd){return!this._a&&!isVue2?ed.push(rd):Ja.push(rd),this},_p:Ja,_a:null,_e:Ra,_s:new Map,state:qa});return td}const noop$8=()=>{};function addSubscription(Ra,qa,Ja,ed=noop$8){Ra.push(qa);const td=()=>{const rd=Ra.indexOf(qa);rd>-1&&(Ra.splice(rd,1),ed())};return!Ja&&getCurrentScope()&&onScopeDispose(td),td}function triggerSubscriptions(Ra,...qa){Ra.slice().forEach(Ja=>{Ja(...qa)})}const fallbackRunWithContext=Ra=>Ra(),ACTION_MARKER=Symbol(),ACTION_NAME=Symbol();function mergeReactiveObjects(Ra,qa){Ra instanceof Map&&qa instanceof Map?qa.forEach((Ja,ed)=>Ra.set(ed,Ja)):Ra instanceof Set&&qa instanceof Set&&qa.forEach(Ra.add,Ra);for(const Ja in qa){if(!qa.hasOwnProperty(Ja))continue;const ed=qa[Ja],td=Ra[Ja];isPlainObject$2(td)&&isPlainObject$2(ed)&&Ra.hasOwnProperty(Ja)&&!isRef(ed)&&!isReactive(ed)?Ra[Ja]=mergeReactiveObjects(td,ed):Ra[Ja]=ed}return Ra}const skipHydrateSymbol=Symbol();function shouldHydrate(Ra){return!isPlainObject$2(Ra)||!Ra.hasOwnProperty(skipHydrateSymbol)}const{assign}=Object;function isComputed(Ra){return!!(isRef(Ra)&&Ra.effect)}function createOptionsStore(Ra,qa,Ja,ed){const{state:td,actions:rd,getters:od}=qa,sd=Ja.state.value[Ra];let ld;function cd(){sd||(Ja.state.value[Ra]=td?td():{});const ud=toRefs(Ja.state.value[Ra]);return assign(ud,rd,Object.keys(od||{}).reduce((gd,_d)=>(gd[_d]=markRaw(computed(()=>{setActivePinia(Ja);const yd=Ja._s.get(Ra);return od[_d].call(yd,yd)})),gd),{}))}return ld=createSetupStore(Ra,cd,qa,Ja,ed,!0),ld}function createSetupStore(Ra,qa,Ja={},ed,td,rd){let od;const sd=assign({actions:{}},Ja),ld={deep:!0};let cd,ud,gd=[],_d=[],yd;const Ed=ed.state.value[Ra];!rd&&!Ed&&(ed.state.value[Ra]={}),ref$1({});let Td;function Od(jd){let Pd;cd=ud=!1,typeof jd=="function"?(jd(ed.state.value[Ra]),Pd={type:MutationType.patchFunction,storeId:Ra,events:yd}):(mergeReactiveObjects(ed.state.value[Ra],jd),Pd={type:MutationType.patchObject,payload:jd,storeId:Ra,events:yd});const Fd=Td=Symbol();nextTick$1().then(()=>{Td===Fd&&(cd=!0)}),ud=!0,triggerSubscriptions(gd,Pd,ed.state.value[Ra])}const Ad=rd?function(){const{state:Pd}=Ja,Fd=Pd?Pd():{};this.$patch(Ud=>{assign(Ud,Fd)})}:noop$8;function Nd(){od.stop(),gd=[],_d=[],ed._s.delete(Ra)}const kd=(jd,Pd="")=>{if(ACTION_MARKER in jd)return jd[ACTION_NAME]=Pd,jd;const Fd=function(){setActivePinia(ed);const Ud=Array.from(arguments),Vd=[],qd=[];function Wd(Qd){Vd.push(Qd)}function zd(Qd){qd.push(Qd)}triggerSubscriptions(_d,{args:Ud,name:Fd[ACTION_NAME],store:Rd,after:Wd,onError:zd});let Kd;try{Kd=jd.apply(this&&this.$id===Ra?this:Rd,Ud)}catch(Qd){throw triggerSubscriptions(qd,Qd),Qd}return Kd instanceof Promise?Kd.then(Qd=>(triggerSubscriptions(Vd,Qd),Qd)).catch(Qd=>(triggerSubscriptions(qd,Qd),Promise.reject(Qd))):(triggerSubscriptions(Vd,Kd),Kd)};return Fd[ACTION_MARKER]=!0,Fd[ACTION_NAME]=Pd,Fd},Id={_p:ed,$id:Ra,$onAction:addSubscription.bind(null,_d),$patch:Od,$reset:Ad,$subscribe(jd,Pd={}){const Fd=addSubscription(gd,jd,Pd.detached,()=>Ud()),Ud=od.run(()=>watch(()=>ed.state.value[Ra],Vd=>{(Pd.flush==="sync"?ud:cd)&&jd({storeId:Ra,type:MutationType.direct,events:yd},Vd)},assign({},ld,Pd)));return Fd},$dispose:Nd},Rd=reactive(Id);ed._s.set(Ra,Rd);const Ld=(ed._a&&ed._a.runWithContext||fallbackRunWithContext)(()=>ed._e.run(()=>(od=effectScope()).run(()=>qa({action:kd}))));for(const jd in Ld){const Pd=Ld[jd];if(isRef(Pd)&&!isComputed(Pd)||isReactive(Pd))rd||(Ed&&shouldHydrate(Pd)&&(isRef(Pd)?Pd.value=Ed[jd]:mergeReactiveObjects(Pd,Ed[jd])),ed.state.value[Ra][jd]=Pd);else if(typeof Pd=="function"){const Fd=kd(Pd,jd);Ld[jd]=Fd,sd.actions[jd]=Pd}}return assign(Rd,Ld),assign(toRaw(Rd),Ld),Object.defineProperty(Rd,"$state",{get:()=>ed.state.value[Ra],set:jd=>{Od(Pd=>{assign(Pd,jd)})}}),ed._p.forEach(jd=>{assign(Rd,od.run(()=>jd({store:Rd,app:ed._a,pinia:ed,options:sd})))}),Ed&&rd&&Ja.hydrate&&Ja.hydrate(Rd.$state,Ed),cd=!0,ud=!0,Rd}function defineStore(Ra,qa,Ja){let ed,td;const rd=typeof qa=="function";ed=Ra,td=rd?Ja:qa;function od(sd,ld){const cd=hasInjectionContext();return sd=sd||(cd?inject(piniaSymbol,null):null),sd&&setActivePinia(sd),sd=activePinia,sd._s.has(ed)||(rd?createSetupStore(ed,qa,td,sd):createOptionsStore(ed,td,sd)),sd._s.get(ed)}return od.$id=ed,od}function storeToRefs(Ra){{Ra=toRaw(Ra);const qa={};for(const Ja in Ra){const ed=Ra[Ja];(isRef(ed)||isReactive(ed))&&(qa[Ja]=toRef$1(Ra,Ja))}return qa}}function _getDefaults$1(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}let _defaults$1=_getDefaults$1();function changeDefaults$1(Ra){_defaults$1=Ra}const escapeTest$1=/[&<>"']/,escapeReplace$1=new RegExp(escapeTest$1.source,"g"),escapeTestNoEncode$1=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode$1=new RegExp(escapeTestNoEncode$1.source,"g"),escapeReplacements$1={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},getEscapeReplacement$1=Ra=>escapeReplacements$1[Ra];function escape$1$2(Ra,qa){if(qa){if(escapeTest$1.test(Ra))return Ra.replace(escapeReplace$1,getEscapeReplacement$1)}else if(escapeTestNoEncode$1.test(Ra))return Ra.replace(escapeReplaceNoEncode$1,getEscapeReplacement$1);return Ra}const caret$4=/(^|[^\[])\^/g;function edit$1(Ra,qa){let Ja=typeof Ra=="string"?Ra:Ra.source;qa=qa||"";const ed={replace:(td,rd)=>{let od=typeof rd=="string"?rd:rd.source;return od=od.replace(caret$4,"$1"),Ja=Ja.replace(td,od),ed},getRegex:()=>new RegExp(Ja,qa)};return ed}function cleanUrl$1(Ra){try{Ra=encodeURI(Ra).replace(/%25/g,"%")}catch{return null}return Ra}const noopTest$1={exec:()=>null};function splitCells$1(Ra,qa){const Ja=Ra.replace(/\|/g,(rd,od,sd)=>{let ld=!1,cd=od;for(;--cd>=0&&sd[cd]==="\\";)ld=!ld;return ld?"|":" |"}),ed=Ja.split(/ \|/);let td=0;if(ed[0].trim()||ed.shift(),ed.length>0&&!ed[ed.length-1].trim()&&ed.pop(),qa)if(ed.length>qa)ed.splice(qa);else for(;ed.length<qa;)ed.push("");for(;td<ed.length;td++)ed[td]=ed[td].trim().replace(/\\\|/g,"|");return ed}function rtrim$1(Ra,qa,Ja){const ed=Ra.length;if(ed===0)return"";let td=0;for(;td<ed;){const rd=Ra.charAt(ed-td-1);if(rd===qa&&!Ja)td++;else if(rd!==qa&&Ja)td++;else break}return Ra.slice(0,ed-td)}function findClosingBracket$1(Ra,qa){if(Ra.indexOf(qa[1])===-1)return-1;let Ja=0;for(let ed=0;ed<Ra.length;ed++)if(Ra[ed]==="\\")ed++;else if(Ra[ed]===qa[0])Ja++;else if(Ra[ed]===qa[1]&&(Ja--,Ja<0))return ed;return-1}function outputLink$1(Ra,qa,Ja,ed){const td=qa.href,rd=qa.title?escape$1$2(qa.title):null,od=Ra[1].replace(/\\([\[\]])/g,"$1");if(Ra[0].charAt(0)!=="!"){ed.state.inLink=!0;const sd={type:"link",raw:Ja,href:td,title:rd,text:od,tokens:ed.inlineTokens(od)};return ed.state.inLink=!1,sd}return{type:"image",raw:Ja,href:td,title:rd,text:escape$1$2(od)}}function indentCodeCompensation$1(Ra,qa){const Ja=Ra.match(/^(\s+)(?:```)/);if(Ja===null)return qa;const ed=Ja[1];return qa.split(`
`).map(td=>{const rd=td.match(/^\s+/);if(rd===null)return td;const[od]=rd;return od.length>=ed.length?td.slice(ed.length):td}).join(`
`)}let _Tokenizer$1=class{constructor(qa){t1(this,"options");t1(this,"rules");t1(this,"lexer");this.options=qa||_defaults$1}space(qa){const Ja=this.rules.block.newline.exec(qa);if(Ja&&Ja[0].length>0)return{type:"space",raw:Ja[0]}}code(qa){const Ja=this.rules.block.code.exec(qa);if(Ja){const ed=Ja[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:Ja[0],codeBlockStyle:"indented",text:this.options.pedantic?ed:rtrim$1(ed,`
`)}}}fences(qa){const Ja=this.rules.block.fences.exec(qa);if(Ja){const ed=Ja[0],td=indentCodeCompensation$1(ed,Ja[3]||"");return{type:"code",raw:ed,lang:Ja[2]?Ja[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):Ja[2],text:td}}}heading(qa){const Ja=this.rules.block.heading.exec(qa);if(Ja){let ed=Ja[2].trim();if(/#$/.test(ed)){const td=rtrim$1(ed,"#");(this.options.pedantic||!td||/ $/.test(td))&&(ed=td.trim())}return{type:"heading",raw:Ja[0],depth:Ja[1].length,text:ed,tokens:this.lexer.inline(ed)}}}hr(qa){const Ja=this.rules.block.hr.exec(qa);if(Ja)return{type:"hr",raw:rtrim$1(Ja[0],`
`)}}blockquote(qa){const Ja=this.rules.block.blockquote.exec(qa);if(Ja){let ed=rtrim$1(Ja[0],`
`).split(`
`),td="",rd="";const od=[];for(;ed.length>0;){let sd=!1;const ld=[];let cd;for(cd=0;cd<ed.length;cd++)if(/^ {0,3}>/.test(ed[cd]))ld.push(ed[cd]),sd=!0;else if(!sd)ld.push(ed[cd]);else break;ed=ed.slice(cd);const ud=ld.join(`
`),gd=ud.replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,`
$1`).replace(/^ {0,3}>[ \t]?/gm,"");td=td?`${td}
${ud}`:ud,rd=rd?`${rd}
${gd}`:gd;const _d=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(gd,od,!0),this.lexer.state.top=_d,ed.length===0)break;const yd=od[od.length-1];if((yd==null?void 0:yd.type)==="code")break;if((yd==null?void 0:yd.type)==="blockquote"){const Ed=yd,Td=Ed.raw+`
`+ed.join(`
`),Od=this.blockquote(Td);od[od.length-1]=Od,td=td.substring(0,td.length-Ed.raw.length)+Od.raw,rd=rd.substring(0,rd.length-Ed.text.length)+Od.text;break}else if((yd==null?void 0:yd.type)==="list"){const Ed=yd,Td=Ed.raw+`
`+ed.join(`
`),Od=this.list(Td);od[od.length-1]=Od,td=td.substring(0,td.length-yd.raw.length)+Od.raw,rd=rd.substring(0,rd.length-Ed.raw.length)+Od.raw,ed=Td.substring(od[od.length-1].raw.length).split(`
`);continue}}return{type:"blockquote",raw:td,tokens:od,text:rd}}}list(qa){let Ja=this.rules.block.list.exec(qa);if(Ja){let ed=Ja[1].trim();const td=ed.length>1,rd={type:"list",raw:"",ordered:td,start:td?+ed.slice(0,-1):"",loose:!1,items:[]};ed=td?`\\d{1,9}\\${ed.slice(-1)}`:`\\${ed}`,this.options.pedantic&&(ed=td?ed:"[*+-]");const od=new RegExp(`^( {0,3}${ed})((?:[ ][^\\n]*)?(?:\\n|$))`);let sd=!1;for(;qa;){let ld=!1,cd="",ud="";if(!(Ja=od.exec(qa))||this.rules.block.hr.test(qa))break;cd=Ja[0],qa=qa.substring(cd.length);let gd=Ja[2].split(`
`,1)[0].replace(/^\t+/,Ad=>" ".repeat(3*Ad.length)),_d=qa.split(`
`,1)[0],yd=!gd.trim(),Ed=0;if(this.options.pedantic?(Ed=2,ud=gd.trimStart()):yd?Ed=Ja[1].length+1:(Ed=Ja[2].search(/[^ ]/),Ed=Ed>4?1:Ed,ud=gd.slice(Ed),Ed+=Ja[1].length),yd&&/^ *$/.test(_d)&&(cd+=_d+`
`,qa=qa.substring(_d.length+1),ld=!0),!ld){const Ad=new RegExp(`^ {0,${Math.min(3,Ed-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),Nd=new RegExp(`^ {0,${Math.min(3,Ed-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),kd=new RegExp(`^ {0,${Math.min(3,Ed-1)}}(?:\`\`\`|~~~)`),Id=new RegExp(`^ {0,${Math.min(3,Ed-1)}}#`);for(;qa;){const Rd=qa.split(`
`,1)[0];if(_d=Rd,this.options.pedantic&&(_d=_d.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),kd.test(_d)||Id.test(_d)||Ad.test(_d)||Nd.test(qa))break;if(_d.search(/[^ ]/)>=Ed||!_d.trim())ud+=`
`+_d.slice(Ed);else{if(yd||gd.search(/[^ ]/)>=4||kd.test(gd)||Id.test(gd)||Nd.test(gd))break;ud+=`
`+_d}!yd&&!_d.trim()&&(yd=!0),cd+=Rd+`
`,qa=qa.substring(Rd.length+1),gd=_d.slice(Ed)}}rd.loose||(sd?rd.loose=!0:/\n *\n *$/.test(cd)&&(sd=!0));let Td=null,Od;this.options.gfm&&(Td=/^\[[ xX]\] /.exec(ud),Td&&(Od=Td[0]!=="[ ] ",ud=ud.replace(/^\[[ xX]\] +/,""))),rd.items.push({type:"list_item",raw:cd,task:!!Td,checked:Od,loose:!1,text:ud,tokens:[]}),rd.raw+=cd}rd.items[rd.items.length-1].raw=rd.items[rd.items.length-1].raw.trimEnd(),rd.items[rd.items.length-1].text=rd.items[rd.items.length-1].text.trimEnd(),rd.raw=rd.raw.trimEnd();for(let ld=0;ld<rd.items.length;ld++)if(this.lexer.state.top=!1,rd.items[ld].tokens=this.lexer.blockTokens(rd.items[ld].text,[]),!rd.loose){const cd=rd.items[ld].tokens.filter(gd=>gd.type==="space"),ud=cd.length>0&&cd.some(gd=>/\n.*\n/.test(gd.raw));rd.loose=ud}if(rd.loose)for(let ld=0;ld<rd.items.length;ld++)rd.items[ld].loose=!0;return rd}}html(qa){const Ja=this.rules.block.html.exec(qa);if(Ja)return{type:"html",block:!0,raw:Ja[0],pre:Ja[1]==="pre"||Ja[1]==="script"||Ja[1]==="style",text:Ja[0]}}def(qa){const Ja=this.rules.block.def.exec(qa);if(Ja){const ed=Ja[1].toLowerCase().replace(/\s+/g," "),td=Ja[2]?Ja[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",rd=Ja[3]?Ja[3].substring(1,Ja[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):Ja[3];return{type:"def",tag:ed,raw:Ja[0],href:td,title:rd}}}table(qa){const Ja=this.rules.block.table.exec(qa);if(!Ja||!/[:|]/.test(Ja[2]))return;const ed=splitCells$1(Ja[1]),td=Ja[2].replace(/^\||\| *$/g,"").split("|"),rd=Ja[3]&&Ja[3].trim()?Ja[3].replace(/\n[ \t]*$/,"").split(`
`):[],od={type:"table",raw:Ja[0],header:[],align:[],rows:[]};if(ed.length===td.length){for(const sd of td)/^ *-+: *$/.test(sd)?od.align.push("right"):/^ *:-+: *$/.test(sd)?od.align.push("center"):/^ *:-+ *$/.test(sd)?od.align.push("left"):od.align.push(null);for(let sd=0;sd<ed.length;sd++)od.header.push({text:ed[sd],tokens:this.lexer.inline(ed[sd]),header:!0,align:od.align[sd]});for(const sd of rd)od.rows.push(splitCells$1(sd,od.header.length).map((ld,cd)=>({text:ld,tokens:this.lexer.inline(ld),header:!1,align:od.align[cd]})));return od}}lheading(qa){const Ja=this.rules.block.lheading.exec(qa);if(Ja)return{type:"heading",raw:Ja[0],depth:Ja[2].charAt(0)==="="?1:2,text:Ja[1],tokens:this.lexer.inline(Ja[1])}}paragraph(qa){const Ja=this.rules.block.paragraph.exec(qa);if(Ja){const ed=Ja[1].charAt(Ja[1].length-1)===`
`?Ja[1].slice(0,-1):Ja[1];return{type:"paragraph",raw:Ja[0],text:ed,tokens:this.lexer.inline(ed)}}}text(qa){const Ja=this.rules.block.text.exec(qa);if(Ja)return{type:"text",raw:Ja[0],text:Ja[0],tokens:this.lexer.inline(Ja[0])}}escape(qa){const Ja=this.rules.inline.escape.exec(qa);if(Ja)return{type:"escape",raw:Ja[0],text:escape$1$2(Ja[1])}}tag(qa){const Ja=this.rules.inline.tag.exec(qa);if(Ja)return!this.lexer.state.inLink&&/^<a /i.test(Ja[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(Ja[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(Ja[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(Ja[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:Ja[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:Ja[0]}}link(qa){const Ja=this.rules.inline.link.exec(qa);if(Ja){const ed=Ja[2].trim();if(!this.options.pedantic&&/^</.test(ed)){if(!/>$/.test(ed))return;const od=rtrim$1(ed.slice(0,-1),"\\");if((ed.length-od.length)%2===0)return}else{const od=findClosingBracket$1(Ja[2],"()");if(od>-1){const ld=(Ja[0].indexOf("!")===0?5:4)+Ja[1].length+od;Ja[2]=Ja[2].substring(0,od),Ja[0]=Ja[0].substring(0,ld).trim(),Ja[3]=""}}let td=Ja[2],rd="";if(this.options.pedantic){const od=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(td);od&&(td=od[1],rd=od[3])}else rd=Ja[3]?Ja[3].slice(1,-1):"";return td=td.trim(),/^</.test(td)&&(this.options.pedantic&&!/>$/.test(ed)?td=td.slice(1):td=td.slice(1,-1)),outputLink$1(Ja,{href:td&&td.replace(this.rules.inline.anyPunctuation,"$1"),title:rd&&rd.replace(this.rules.inline.anyPunctuation,"$1")},Ja[0],this.lexer)}}reflink(qa,Ja){let ed;if((ed=this.rules.inline.reflink.exec(qa))||(ed=this.rules.inline.nolink.exec(qa))){const td=(ed[2]||ed[1]).replace(/\s+/g," "),rd=Ja[td.toLowerCase()];if(!rd){const od=ed[0].charAt(0);return{type:"text",raw:od,text:od}}return outputLink$1(ed,rd,ed[0],this.lexer)}}emStrong(qa,Ja,ed=""){let td=this.rules.inline.emStrongLDelim.exec(qa);if(!td||td[3]&&ed.match(/[\p{L}\p{N}]/u))return;if(!(td[1]||td[2]||"")||!ed||this.rules.inline.punctuation.exec(ed)){const od=[...td[0]].length-1;let sd,ld,cd=od,ud=0;const gd=td[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(gd.lastIndex=0,Ja=Ja.slice(-1*qa.length+od);(td=gd.exec(Ja))!=null;){if(sd=td[1]||td[2]||td[3]||td[4]||td[5]||td[6],!sd)continue;if(ld=[...sd].length,td[3]||td[4]){cd+=ld;continue}else if((td[5]||td[6])&&od%3&&!((od+ld)%3)){ud+=ld;continue}if(cd-=ld,cd>0)continue;ld=Math.min(ld,ld+cd+ud);const _d=[...td[0]][0].length,yd=qa.slice(0,od+td.index+_d+ld);if(Math.min(od,ld)%2){const Td=yd.slice(1,-1);return{type:"em",raw:yd,text:Td,tokens:this.lexer.inlineTokens(Td)}}const Ed=yd.slice(2,-2);return{type:"strong",raw:yd,text:Ed,tokens:this.lexer.inlineTokens(Ed)}}}}codespan(qa){const Ja=this.rules.inline.code.exec(qa);if(Ja){let ed=Ja[2].replace(/\n/g," ");const td=/[^ ]/.test(ed),rd=/^ /.test(ed)&&/ $/.test(ed);return td&&rd&&(ed=ed.substring(1,ed.length-1)),ed=escape$1$2(ed,!0),{type:"codespan",raw:Ja[0],text:ed}}}br(qa){const Ja=this.rules.inline.br.exec(qa);if(Ja)return{type:"br",raw:Ja[0]}}del(qa){const Ja=this.rules.inline.del.exec(qa);if(Ja)return{type:"del",raw:Ja[0],text:Ja[2],tokens:this.lexer.inlineTokens(Ja[2])}}autolink(qa){const Ja=this.rules.inline.autolink.exec(qa);if(Ja){let ed,td;return Ja[2]==="@"?(ed=escape$1$2(Ja[1]),td="mailto:"+ed):(ed=escape$1$2(Ja[1]),td=ed),{type:"link",raw:Ja[0],text:ed,href:td,tokens:[{type:"text",raw:ed,text:ed}]}}}url(qa){var ed;let Ja;if(Ja=this.rules.inline.url.exec(qa)){let td,rd;if(Ja[2]==="@")td=escape$1$2(Ja[0]),rd="mailto:"+td;else{let od;do od=Ja[0],Ja[0]=((ed=this.rules.inline._backpedal.exec(Ja[0]))==null?void 0:ed[0])??"";while(od!==Ja[0]);td=escape$1$2(Ja[0]),Ja[1]==="www."?rd="http://"+Ja[0]:rd=Ja[0]}return{type:"link",raw:Ja[0],text:td,href:rd,tokens:[{type:"text",raw:td,text:td}]}}}inlineText(qa){const Ja=this.rules.inline.text.exec(qa);if(Ja){let ed;return this.lexer.state.inRawBlock?ed=Ja[0]:ed=escape$1$2(Ja[0]),{type:"text",raw:Ja[0],text:ed}}}};const newline$1=/^(?: *(?:\n|$))+/,blockCode$1=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences$1=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr$3=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading$1=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,bullet$3=/(?:[*+-]|\d{1,9}[.)])/,lheading$1=edit$1(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,bullet$3).replace(/blockCode/g,/ {4}/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),_paragraph$1=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,blockText$1=/^[^\n]+/,_blockLabel$1=/(?!\s*\])(?:\\.|[^\[\]\\])+/,def$1=edit$1(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",_blockLabel$1).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),list$1=edit$1(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,bullet$3).getRegex(),_tag$1="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",_comment$1=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,html$3=edit$1("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",_comment$1).replace("tag",_tag$1).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),paragraph$1=edit$1(_paragraph$1).replace("hr",hr$3).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_tag$1).getRegex(),blockquote$1=edit$1(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",paragraph$1).getRegex(),blockNormal$1={blockquote:blockquote$1,code:blockCode$1,def:def$1,fences:fences$1,heading:heading$1,hr:hr$3,html:html$3,lheading:lheading$1,list:list$1,newline:newline$1,paragraph:paragraph$1,table:noopTest$1,text:blockText$1},gfmTable$1=edit$1("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",hr$3).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_tag$1).getRegex(),blockGfm$1={...blockNormal$1,table:gfmTable$1,paragraph:edit$1(_paragraph$1).replace("hr",hr$3).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",gfmTable$1).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_tag$1).getRegex()},blockPedantic$1={...blockNormal$1,html:edit$1(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",_comment$1).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:noopTest$1,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:edit$1(_paragraph$1).replace("hr",hr$3).replace("heading",` *#{1,6} *[^
]`).replace("lheading",lheading$1).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},escape$5=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,inlineCode$1=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br$4=/^( {2,}|\\)\n(?!\s*$)/,inlineText$1=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,_punctuation$1="\\p{P}\\p{S}",punctuation$1=edit$1(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,_punctuation$1).getRegex(),blockSkip$1=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,emStrongLDelim$1=edit$1(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,_punctuation$1).getRegex(),emStrongRDelimAst$1=edit$1("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,_punctuation$1).getRegex(),emStrongRDelimUnd$1=edit$1("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,_punctuation$1).getRegex(),anyPunctuation$1=edit$1(/\\([punct])/,"gu").replace(/punct/g,_punctuation$1).getRegex(),autolink$1=edit$1(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),_inlineComment$1=edit$1(_comment$1).replace("(?:-->|$)","-->").getRegex(),tag$1=edit$1("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",_inlineComment$1).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),_inlineLabel$1=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,link$1=edit$1(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",_inlineLabel$1).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),reflink$1=edit$1(/^!?\[(label)\]\[(ref)\]/).replace("label",_inlineLabel$1).replace("ref",_blockLabel$1).getRegex(),nolink$1=edit$1(/^!?\[(ref)\](?:\[\])?/).replace("ref",_blockLabel$1).getRegex(),reflinkSearch$1=edit$1("reflink|nolink(?!\\()","g").replace("reflink",reflink$1).replace("nolink",nolink$1).getRegex(),inlineNormal$1={_backpedal:noopTest$1,anyPunctuation:anyPunctuation$1,autolink:autolink$1,blockSkip:blockSkip$1,br:br$4,code:inlineCode$1,del:noopTest$1,emStrongLDelim:emStrongLDelim$1,emStrongRDelimAst:emStrongRDelimAst$1,emStrongRDelimUnd:emStrongRDelimUnd$1,escape:escape$5,link:link$1,nolink:nolink$1,punctuation:punctuation$1,reflink:reflink$1,reflinkSearch:reflinkSearch$1,tag:tag$1,text:inlineText$1,url:noopTest$1},inlinePedantic$1={...inlineNormal$1,link:edit$1(/^!?\[(label)\]\((.*?)\)/).replace("label",_inlineLabel$1).getRegex(),reflink:edit$1(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",_inlineLabel$1).getRegex()},inlineGfm$1={...inlineNormal$1,escape:edit$1(escape$5).replace("])","~|])").getRegex(),url:edit$1(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},inlineBreaks$1={...inlineGfm$1,br:edit$1(br$4).replace("{2,}","*").getRegex(),text:edit$1(inlineGfm$1.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},block$3={normal:blockNormal$1,gfm:blockGfm$1,pedantic:blockPedantic$1},inline$2={normal:inlineNormal$1,gfm:inlineGfm$1,breaks:inlineBreaks$1,pedantic:inlinePedantic$1};let _Lexer$1=class mS{constructor(qa){t1(this,"tokens");t1(this,"options");t1(this,"state");t1(this,"tokenizer");t1(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=qa||_defaults$1,this.options.tokenizer=this.options.tokenizer||new _Tokenizer$1,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const Ja={block:block$3.normal,inline:inline$2.normal};this.options.pedantic?(Ja.block=block$3.pedantic,Ja.inline=inline$2.pedantic):this.options.gfm&&(Ja.block=block$3.gfm,this.options.breaks?Ja.inline=inline$2.breaks:Ja.inline=inline$2.gfm),this.tokenizer.rules=Ja}static get rules(){return{block:block$3,inline:inline$2}}static lex(qa,Ja){return new mS(Ja).lex(qa)}static lexInline(qa,Ja){return new mS(Ja).inlineTokens(qa)}lex(qa){qa=qa.replace(/\r\n|\r/g,`
`),this.blockTokens(qa,this.tokens);for(let Ja=0;Ja<this.inlineQueue.length;Ja++){const ed=this.inlineQueue[Ja];this.inlineTokens(ed.src,ed.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(qa,Ja=[],ed=!1){this.options.pedantic?qa=qa.replace(/\t/g," ").replace(/^ +$/gm,""):qa=qa.replace(/^( *)(\t+)/gm,(sd,ld,cd)=>ld+" ".repeat(cd.length));let td,rd,od;for(;qa;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(sd=>(td=sd.call({lexer:this},qa,Ja))?(qa=qa.substring(td.raw.length),Ja.push(td),!0):!1))){if(td=this.tokenizer.space(qa)){qa=qa.substring(td.raw.length),td.raw.length===1&&Ja.length>0?Ja[Ja.length-1].raw+=`
`:Ja.push(td);continue}if(td=this.tokenizer.code(qa)){qa=qa.substring(td.raw.length),rd=Ja[Ja.length-1],rd&&(rd.type==="paragraph"||rd.type==="text")?(rd.raw+=`
`+td.raw,rd.text+=`
`+td.text,this.inlineQueue[this.inlineQueue.length-1].src=rd.text):Ja.push(td);continue}if(td=this.tokenizer.fences(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.heading(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.hr(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.blockquote(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.list(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.html(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.def(qa)){qa=qa.substring(td.raw.length),rd=Ja[Ja.length-1],rd&&(rd.type==="paragraph"||rd.type==="text")?(rd.raw+=`
`+td.raw,rd.text+=`
`+td.raw,this.inlineQueue[this.inlineQueue.length-1].src=rd.text):this.tokens.links[td.tag]||(this.tokens.links[td.tag]={href:td.href,title:td.title});continue}if(td=this.tokenizer.table(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.lheading(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(od=qa,this.options.extensions&&this.options.extensions.startBlock){let sd=1/0;const ld=qa.slice(1);let cd;this.options.extensions.startBlock.forEach(ud=>{cd=ud.call({lexer:this},ld),typeof cd=="number"&&cd>=0&&(sd=Math.min(sd,cd))}),sd<1/0&&sd>=0&&(od=qa.substring(0,sd+1))}if(this.state.top&&(td=this.tokenizer.paragraph(od))){rd=Ja[Ja.length-1],ed&&(rd==null?void 0:rd.type)==="paragraph"?(rd.raw+=`
`+td.raw,rd.text+=`
`+td.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=rd.text):Ja.push(td),ed=od.length!==qa.length,qa=qa.substring(td.raw.length);continue}if(td=this.tokenizer.text(qa)){qa=qa.substring(td.raw.length),rd=Ja[Ja.length-1],rd&&rd.type==="text"?(rd.raw+=`
`+td.raw,rd.text+=`
`+td.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=rd.text):Ja.push(td);continue}if(qa){const sd="Infinite loop on byte: "+qa.charCodeAt(0);if(this.options.silent){console.error(sd);break}else throw new Error(sd)}}return this.state.top=!0,Ja}inline(qa,Ja=[]){return this.inlineQueue.push({src:qa,tokens:Ja}),Ja}inlineTokens(qa,Ja=[]){let ed,td,rd,od=qa,sd,ld,cd;if(this.tokens.links){const ud=Object.keys(this.tokens.links);if(ud.length>0)for(;(sd=this.tokenizer.rules.inline.reflinkSearch.exec(od))!=null;)ud.includes(sd[0].slice(sd[0].lastIndexOf("[")+1,-1))&&(od=od.slice(0,sd.index)+"["+"a".repeat(sd[0].length-2)+"]"+od.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(sd=this.tokenizer.rules.inline.blockSkip.exec(od))!=null;)od=od.slice(0,sd.index)+"["+"a".repeat(sd[0].length-2)+"]"+od.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(sd=this.tokenizer.rules.inline.anyPunctuation.exec(od))!=null;)od=od.slice(0,sd.index)+"++"+od.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;qa;)if(ld||(cd=""),ld=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(ud=>(ed=ud.call({lexer:this},qa,Ja))?(qa=qa.substring(ed.raw.length),Ja.push(ed),!0):!1))){if(ed=this.tokenizer.escape(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.tag(qa)){qa=qa.substring(ed.raw.length),td=Ja[Ja.length-1],td&&ed.type==="text"&&td.type==="text"?(td.raw+=ed.raw,td.text+=ed.text):Ja.push(ed);continue}if(ed=this.tokenizer.link(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.reflink(qa,this.tokens.links)){qa=qa.substring(ed.raw.length),td=Ja[Ja.length-1],td&&ed.type==="text"&&td.type==="text"?(td.raw+=ed.raw,td.text+=ed.text):Ja.push(ed);continue}if(ed=this.tokenizer.emStrong(qa,od,cd)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.codespan(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.br(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.del(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.autolink(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(!this.state.inLink&&(ed=this.tokenizer.url(qa))){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(rd=qa,this.options.extensions&&this.options.extensions.startInline){let ud=1/0;const gd=qa.slice(1);let _d;this.options.extensions.startInline.forEach(yd=>{_d=yd.call({lexer:this},gd),typeof _d=="number"&&_d>=0&&(ud=Math.min(ud,_d))}),ud<1/0&&ud>=0&&(rd=qa.substring(0,ud+1))}if(ed=this.tokenizer.inlineText(rd)){qa=qa.substring(ed.raw.length),ed.raw.slice(-1)!=="_"&&(cd=ed.raw.slice(-1)),ld=!0,td=Ja[Ja.length-1],td&&td.type==="text"?(td.raw+=ed.raw,td.text+=ed.text):Ja.push(ed);continue}if(qa){const ud="Infinite loop on byte: "+qa.charCodeAt(0);if(this.options.silent){console.error(ud);break}else throw new Error(ud)}}return Ja}},_Renderer$1=class{constructor(qa){t1(this,"options");t1(this,"parser");this.options=qa||_defaults$1}space(qa){return""}code({text:qa,lang:Ja,escaped:ed}){var od;const td=(od=(Ja||"").match(/^\S*/))==null?void 0:od[0],rd=qa.replace(/\n$/,"")+`
`;return td?'<pre><code class="language-'+escape$1$2(td)+'">'+(ed?rd:escape$1$2(rd,!0))+`</code></pre>
`:"<pre><code>"+(ed?rd:escape$1$2(rd,!0))+`</code></pre>
`}blockquote({tokens:qa}){return`<blockquote>
${this.parser.parse(qa)}</blockquote>
`}html({text:qa}){return qa}heading({tokens:qa,depth:Ja}){return`<h${Ja}>${this.parser.parseInline(qa)}</h${Ja}>
`}hr(qa){return`<hr>
`}list(qa){const Ja=qa.ordered,ed=qa.start;let td="";for(let sd=0;sd<qa.items.length;sd++){const ld=qa.items[sd];td+=this.listitem(ld)}const rd=Ja?"ol":"ul",od=Ja&&ed!==1?' start="'+ed+'"':"";return"<"+rd+od+`>
`+td+"</"+rd+`>
`}listitem(qa){let Ja="";if(qa.task){const ed=this.checkbox({checked:!!qa.checked});qa.loose?qa.tokens.length>0&&qa.tokens[0].type==="paragraph"?(qa.tokens[0].text=ed+" "+qa.tokens[0].text,qa.tokens[0].tokens&&qa.tokens[0].tokens.length>0&&qa.tokens[0].tokens[0].type==="text"&&(qa.tokens[0].tokens[0].text=ed+" "+qa.tokens[0].tokens[0].text)):qa.tokens.unshift({type:"text",raw:ed+" ",text:ed+" "}):Ja+=ed+" "}return Ja+=this.parser.parse(qa.tokens,!!qa.loose),`<li>${Ja}</li>
`}checkbox({checked:qa}){return"<input "+(qa?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:qa}){return`<p>${this.parser.parseInline(qa)}</p>
`}table(qa){let Ja="",ed="";for(let rd=0;rd<qa.header.length;rd++)ed+=this.tablecell(qa.header[rd]);Ja+=this.tablerow({text:ed});let td="";for(let rd=0;rd<qa.rows.length;rd++){const od=qa.rows[rd];ed="";for(let sd=0;sd<od.length;sd++)ed+=this.tablecell(od[sd]);td+=this.tablerow({text:ed})}return td&&(td=`<tbody>${td}</tbody>`),`<table>
<thead>
`+Ja+`</thead>
`+td+`</table>
`}tablerow({text:qa}){return`<tr>
${qa}</tr>
`}tablecell(qa){const Ja=this.parser.parseInline(qa.tokens),ed=qa.header?"th":"td";return(qa.align?`<${ed} align="${qa.align}">`:`<${ed}>`)+Ja+`</${ed}>
`}strong({tokens:qa}){return`<strong>${this.parser.parseInline(qa)}</strong>`}em({tokens:qa}){return`<em>${this.parser.parseInline(qa)}</em>`}codespan({text:qa}){return`<code>${qa}</code>`}br(qa){return"<br>"}del({tokens:qa}){return`<del>${this.parser.parseInline(qa)}</del>`}link({href:qa,title:Ja,tokens:ed}){const td=this.parser.parseInline(ed),rd=cleanUrl$1(qa);if(rd===null)return td;qa=rd;let od='<a href="'+qa+'"';return Ja&&(od+=' title="'+Ja+'"'),od+=">"+td+"</a>",od}image({href:qa,title:Ja,text:ed}){const td=cleanUrl$1(qa);if(td===null)return ed;qa=td;let rd=`<img src="${qa}" alt="${ed}"`;return Ja&&(rd+=` title="${Ja}"`),rd+=">",rd}text(qa){return"tokens"in qa&&qa.tokens?this.parser.parseInline(qa.tokens):qa.text}},_TextRenderer$1=class{strong({text:qa}){return qa}em({text:qa}){return qa}codespan({text:qa}){return qa}del({text:qa}){return qa}html({text:qa}){return qa}text({text:qa}){return qa}link({text:qa}){return""+qa}image({text:qa}){return""+qa}br(){return""}},_Parser$1=class gS{constructor(qa){t1(this,"options");t1(this,"renderer");t1(this,"textRenderer");this.options=qa||_defaults$1,this.options.renderer=this.options.renderer||new _Renderer$1,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new _TextRenderer$1}static parse(qa,Ja){return new gS(Ja).parse(qa)}static parseInline(qa,Ja){return new gS(Ja).parseInline(qa)}parse(qa,Ja=!0){let ed="";for(let td=0;td<qa.length;td++){const rd=qa[td];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[rd.type]){const sd=rd,ld=this.options.extensions.renderers[sd.type].call({parser:this},sd);if(ld!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(sd.type)){ed+=ld||"";continue}}const od=rd;switch(od.type){case"space":{ed+=this.renderer.space(od);continue}case"hr":{ed+=this.renderer.hr(od);continue}case"heading":{ed+=this.renderer.heading(od);continue}case"code":{ed+=this.renderer.code(od);continue}case"table":{ed+=this.renderer.table(od);continue}case"blockquote":{ed+=this.renderer.blockquote(od);continue}case"list":{ed+=this.renderer.list(od);continue}case"html":{ed+=this.renderer.html(od);continue}case"paragraph":{ed+=this.renderer.paragraph(od);continue}case"text":{let sd=od,ld=this.renderer.text(sd);for(;td+1<qa.length&&qa[td+1].type==="text";)sd=qa[++td],ld+=`
`+this.renderer.text(sd);Ja?ed+=this.renderer.paragraph({type:"paragraph",raw:ld,text:ld,tokens:[{type:"text",raw:ld,text:ld}]}):ed+=ld;continue}default:{const sd='Token with "'+od.type+'" type was not found.';if(this.options.silent)return console.error(sd),"";throw new Error(sd)}}}return ed}parseInline(qa,Ja){Ja=Ja||this.renderer;let ed="";for(let td=0;td<qa.length;td++){const rd=qa[td];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[rd.type]){const sd=this.options.extensions.renderers[rd.type].call({parser:this},rd);if(sd!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(rd.type)){ed+=sd||"";continue}}const od=rd;switch(od.type){case"escape":{ed+=Ja.text(od);break}case"html":{ed+=Ja.html(od);break}case"link":{ed+=Ja.link(od);break}case"image":{ed+=Ja.image(od);break}case"strong":{ed+=Ja.strong(od);break}case"em":{ed+=Ja.em(od);break}case"codespan":{ed+=Ja.codespan(od);break}case"br":{ed+=Ja.br(od);break}case"del":{ed+=Ja.del(od);break}case"text":{ed+=Ja.text(od);break}default:{const sd='Token with "'+od.type+'" type was not found.';if(this.options.silent)return console.error(sd),"";throw new Error(sd)}}}return ed}};var hS;let _Hooks$1=(hS=class{constructor(qa){t1(this,"options");t1(this,"block");this.options=qa||_defaults$1}preprocess(qa){return qa}postprocess(qa){return qa}processAllTokens(qa){return qa}provideLexer(){return this.block?_Lexer$1.lex:_Lexer$1.lexInline}provideParser(){return this.block?_Parser$1.parse:_Parser$1.parseInline}},t1(hS,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"])),hS),Marked$1=class{constructor(...qa){t1(this,"defaults",_getDefaults$1());t1(this,"options",this.setOptions);t1(this,"parse",this.parseMarkdown(!0));t1(this,"parseInline",this.parseMarkdown(!1));t1(this,"Parser",_Parser$1);t1(this,"Renderer",_Renderer$1);t1(this,"TextRenderer",_TextRenderer$1);t1(this,"Lexer",_Lexer$1);t1(this,"Tokenizer",_Tokenizer$1);t1(this,"Hooks",_Hooks$1);this.use(...qa)}walkTokens(qa,Ja){var td,rd;let ed=[];for(const od of qa)switch(ed=ed.concat(Ja.call(this,od)),od.type){case"table":{const sd=od;for(const ld of sd.header)ed=ed.concat(this.walkTokens(ld.tokens,Ja));for(const ld of sd.rows)for(const cd of ld)ed=ed.concat(this.walkTokens(cd.tokens,Ja));break}case"list":{const sd=od;ed=ed.concat(this.walkTokens(sd.items,Ja));break}default:{const sd=od;(rd=(td=this.defaults.extensions)==null?void 0:td.childTokens)!=null&&rd[sd.type]?this.defaults.extensions.childTokens[sd.type].forEach(ld=>{const cd=sd[ld].flat(1/0);ed=ed.concat(this.walkTokens(cd,Ja))}):sd.tokens&&(ed=ed.concat(this.walkTokens(sd.tokens,Ja)))}}return ed}use(...qa){const Ja=this.defaults.extensions||{renderers:{},childTokens:{}};return qa.forEach(ed=>{const td={...ed};if(td.async=this.defaults.async||td.async||!1,ed.extensions&&(ed.extensions.forEach(rd=>{if(!rd.name)throw new Error("extension name required");if("renderer"in rd){const od=Ja.renderers[rd.name];od?Ja.renderers[rd.name]=function(...sd){let ld=rd.renderer.apply(this,sd);return ld===!1&&(ld=od.apply(this,sd)),ld}:Ja.renderers[rd.name]=rd.renderer}if("tokenizer"in rd){if(!rd.level||rd.level!=="block"&&rd.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");const od=Ja[rd.level];od?od.unshift(rd.tokenizer):Ja[rd.level]=[rd.tokenizer],rd.start&&(rd.level==="block"?Ja.startBlock?Ja.startBlock.push(rd.start):Ja.startBlock=[rd.start]:rd.level==="inline"&&(Ja.startInline?Ja.startInline.push(rd.start):Ja.startInline=[rd.start]))}"childTokens"in rd&&rd.childTokens&&(Ja.childTokens[rd.name]=rd.childTokens)}),td.extensions=Ja),ed.renderer){const rd=this.defaults.renderer||new _Renderer$1(this.defaults);for(const od in ed.renderer){if(!(od in rd))throw new Error(`renderer '${od}' does not exist`);if(["options","parser"].includes(od))continue;const sd=od,ld=ed.renderer[sd],cd=rd[sd];rd[sd]=(...ud)=>{let gd=ld.apply(rd,ud);return gd===!1&&(gd=cd.apply(rd,ud)),gd||""}}td.renderer=rd}if(ed.tokenizer){const rd=this.defaults.tokenizer||new _Tokenizer$1(this.defaults);for(const od in ed.tokenizer){if(!(od in rd))throw new Error(`tokenizer '${od}' does not exist`);if(["options","rules","lexer"].includes(od))continue;const sd=od,ld=ed.tokenizer[sd],cd=rd[sd];rd[sd]=(...ud)=>{let gd=ld.apply(rd,ud);return gd===!1&&(gd=cd.apply(rd,ud)),gd}}td.tokenizer=rd}if(ed.hooks){const rd=this.defaults.hooks||new _Hooks$1;for(const od in ed.hooks){if(!(od in rd))throw new Error(`hook '${od}' does not exist`);if(["options","block"].includes(od))continue;const sd=od,ld=ed.hooks[sd],cd=rd[sd];_Hooks$1.passThroughHooks.has(od)?rd[sd]=ud=>{if(this.defaults.async)return Promise.resolve(ld.call(rd,ud)).then(_d=>cd.call(rd,_d));const gd=ld.call(rd,ud);return cd.call(rd,gd)}:rd[sd]=(...ud)=>{let gd=ld.apply(rd,ud);return gd===!1&&(gd=cd.apply(rd,ud)),gd}}td.hooks=rd}if(ed.walkTokens){const rd=this.defaults.walkTokens,od=ed.walkTokens;td.walkTokens=function(sd){let ld=[];return ld.push(od.call(this,sd)),rd&&(ld=ld.concat(rd.call(this,sd))),ld}}this.defaults={...this.defaults,...td}}),this}setOptions(qa){return this.defaults={...this.defaults,...qa},this}lexer(qa,Ja){return _Lexer$1.lex(qa,Ja??this.defaults)}parser(qa,Ja){return _Parser$1.parse(qa,Ja??this.defaults)}parseMarkdown(qa){return(ed,td)=>{const rd={...td},od={...this.defaults,...rd},sd=this.onError(!!od.silent,!!od.async);if(this.defaults.async===!0&&rd.async===!1)return sd(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof ed>"u"||ed===null)return sd(new Error("marked(): input parameter is undefined or null"));if(typeof ed!="string")return sd(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(ed)+", string expected"));od.hooks&&(od.hooks.options=od,od.hooks.block=qa);const ld=od.hooks?od.hooks.provideLexer():qa?_Lexer$1.lex:_Lexer$1.lexInline,cd=od.hooks?od.hooks.provideParser():qa?_Parser$1.parse:_Parser$1.parseInline;if(od.async)return Promise.resolve(od.hooks?od.hooks.preprocess(ed):ed).then(ud=>ld(ud,od)).then(ud=>od.hooks?od.hooks.processAllTokens(ud):ud).then(ud=>od.walkTokens?Promise.all(this.walkTokens(ud,od.walkTokens)).then(()=>ud):ud).then(ud=>cd(ud,od)).then(ud=>od.hooks?od.hooks.postprocess(ud):ud).catch(sd);try{od.hooks&&(ed=od.hooks.preprocess(ed));let ud=ld(ed,od);od.hooks&&(ud=od.hooks.processAllTokens(ud)),od.walkTokens&&this.walkTokens(ud,od.walkTokens);let gd=cd(ud,od);return od.hooks&&(gd=od.hooks.postprocess(gd)),gd}catch(ud){return sd(ud)}}}onError(qa,Ja){return ed=>{if(ed.message+=`
Please report this to https://github.com/markedjs/marked.`,qa){const td="<p>An error occurred:</p><pre>"+escape$1$2(ed.message+"",!0)+"</pre>";return Ja?Promise.resolve(td):td}if(Ja)return Promise.reject(ed);throw ed}}};const markedInstance$1=new Marked$1;function marked$1(Ra,qa){return markedInstance$1.parse(Ra,qa)}marked$1.options=marked$1.setOptions=function(Ra){return markedInstance$1.setOptions(Ra),marked$1.defaults=markedInstance$1.defaults,changeDefaults$1(marked$1.defaults),marked$1};marked$1.getDefaults=_getDefaults$1;marked$1.defaults=_defaults$1;marked$1.use=function(...Ra){return markedInstance$1.use(...Ra),marked$1.defaults=markedInstance$1.defaults,changeDefaults$1(marked$1.defaults),marked$1};marked$1.walkTokens=function(Ra,qa){return markedInstance$1.walkTokens(Ra,qa)};marked$1.parseInline=markedInstance$1.parseInline;marked$1.Parser=_Parser$1;marked$1.parser=_Parser$1.parse;marked$1.Renderer=_Renderer$1;marked$1.TextRenderer=_TextRenderer$1;marked$1.Lexer=_Lexer$1;marked$1.lexer=_Lexer$1.lex;marked$1.Tokenizer=_Tokenizer$1;marked$1.Hooks=_Hooks$1;marked$1.parse=marked$1;marked$1.options;marked$1.setOptions;marked$1.use;marked$1.walkTokens;marked$1.parseInline;_Parser$1.parse;_Lexer$1.lex;var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(Ra){return Ra&&Ra.__esModule&&Object.prototype.hasOwnProperty.call(Ra,"default")?Ra.default:Ra}function getAugmentedNamespace(Ra){if(Ra.__esModule)return Ra;var qa=Ra.default;if(typeof qa=="function"){var Ja=function ed(){return this instanceof ed?Reflect.construct(qa,arguments,this.constructor):qa.apply(this,arguments)};Ja.prototype=qa.prototype}else Ja={};return Object.defineProperty(Ja,"__esModule",{value:!0}),Object.keys(Ra).forEach(function(ed){var td=Object.getOwnPropertyDescriptor(Ra,ed);Object.defineProperty(Ja,ed,td.get?td:{enumerable:!0,get:function(){return Ra[ed]}})}),Ja}var codemirror={exports:{}},hasRequiredCodemirror;function requireCodemirror(){return hasRequiredCodemirror||(hasRequiredCodemirror=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){var Ja=navigator.userAgent,ed=navigator.platform,td=/gecko\/\d/i.test(Ja),rd=/MSIE \d/.test(Ja),od=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Ja),sd=/Edge\/(\d+)/.exec(Ja),ld=rd||od||sd,cd=ld&&(rd?document.documentMode||6:+(sd||od)[1]),ud=!sd&&/WebKit\//.test(Ja),gd=ud&&/Qt\/\d+\.\d+/.test(Ja),_d=!sd&&/Chrome\/(\d+)/.exec(Ja),yd=_d&&+_d[1],Ed=/Opera\//.test(Ja),Td=/Apple Computer/.test(navigator.vendor),Od=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(Ja),Ad=/PhantomJS/.test(Ja),Nd=Td&&(/Mobile\/\w+/.test(Ja)||navigator.maxTouchPoints>2),kd=/Android/.test(Ja),Id=Nd||kd||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(Ja),Rd=Nd||/Mac/.test(ed),Md=/\bCrOS\b/.test(Ja),Ld=/win/i.test(ed),jd=Ed&&Ja.match(/Version\/(\d*\.\d*)/);jd&&(jd=Number(jd[1])),jd&&jd>=15&&(Ed=!1,ud=!0);var Pd=Rd&&(gd||Ed&&(jd==null||jd<12.11)),Fd=td||ld&&cd>=9;function Ud(Bd){return new RegExp("(^|\\s)"+Bd+"(?:$|\\s)\\s*")}var Vd=function(Bd,Gd){var pf=Bd.className,df=Ud(Gd).exec(pf);if(df){var Sf=pf.slice(df.index+df[0].length);Bd.className=pf.slice(0,df.index)+(Sf?df[1]+Sf:"")}};function qd(Bd){for(var Gd=Bd.childNodes.length;Gd>0;--Gd)Bd.removeChild(Bd.firstChild);return Bd}function Wd(Bd,Gd){return qd(Bd).appendChild(Gd)}function zd(Bd,Gd,pf,df){var Sf=document.createElement(Bd);if(pf&&(Sf.className=pf),df&&(Sf.style.cssText=df),typeof Gd=="string")Sf.appendChild(document.createTextNode(Gd));else if(Gd)for(var Gf=0;Gf<Gd.length;++Gf)Sf.appendChild(Gd[Gf]);return Sf}function Kd(Bd,Gd,pf,df){var Sf=zd(Bd,Gd,pf,df);return Sf.setAttribute("role","presentation"),Sf}var Qd;document.createRange?Qd=function(Bd,Gd,pf,df){var Sf=document.createRange();return Sf.setEnd(df||Bd,pf),Sf.setStart(Bd,Gd),Sf}:Qd=function(Bd,Gd,pf){var df=document.body.createTextRange();try{df.moveToElementText(Bd.parentNode)}catch{return df}return df.collapse(!0),df.moveEnd("character",pf),df.moveStart("character",Gd),df};function hf(Bd,Gd){if(Gd.nodeType==3&&(Gd=Gd.parentNode),Bd.contains)return Bd.contains(Gd);do if(Gd.nodeType==11&&(Gd=Gd.host),Gd==Bd)return!0;while(Gd=Gd.parentNode)}function gf(Bd){var Gd=Bd.ownerDocument||Bd,pf;try{pf=Bd.activeElement}catch{pf=Gd.body||null}for(;pf&&pf.shadowRoot&&pf.shadowRoot.activeElement;)pf=pf.shadowRoot.activeElement;return pf}function bf(Bd,Gd){var pf=Bd.className;Ud(Gd).test(pf)||(Bd.className+=(pf?" ":"")+Gd)}function kf(Bd,Gd){for(var pf=Bd.split(" "),df=0;df<pf.length;df++)pf[df]&&!Ud(pf[df]).test(Gd)&&(Gd+=" "+pf[df]);return Gd}var Cf=function(Bd){Bd.select()};Nd?Cf=function(Bd){Bd.selectionStart=0,Bd.selectionEnd=Bd.value.length}:ld&&(Cf=function(Bd){try{Bd.select()}catch{}});function Ef(Bd){return Bd.display.wrapper.ownerDocument}function yf(Bd){return Mf(Bd.display.wrapper)}function Mf(Bd){return Bd.getRootNode?Bd.getRootNode():Bd.ownerDocument}function Af(Bd){return Ef(Bd).defaultView}function Zd(Bd){var Gd=Array.prototype.slice.call(arguments,1);return function(){return Bd.apply(null,Gd)}}function mf(Bd,Gd,pf){Gd||(Gd={});for(var df in Bd)Bd.hasOwnProperty(df)&&(pf!==!1||!Gd.hasOwnProperty(df))&&(Gd[df]=Bd[df]);return Gd}function Pf(Bd,Gd,pf,df,Sf){Gd==null&&(Gd=Bd.search(/[^\s\u00a0]/),Gd==-1&&(Gd=Bd.length));for(var Gf=df||0,ih=Sf||0;;){var gh=Bd.indexOf(" ",Gf);if(gh<0||gh>=Gd)return ih+(Gd-Gf);ih+=gh-Gf,ih+=pf-ih%pf,Gf=gh+1}}var Ff=function(){this.id=null,this.f=null,this.time=0,this.handler=Zd(this.onTimeout,this)};Ff.prototype.onTimeout=function(Bd){Bd.id=0,Bd.time<=+new Date?Bd.f():setTimeout(Bd.handler,Bd.time-+new Date)},Ff.prototype.set=function(Bd,Gd){this.f=Gd;var pf=+new Date+Bd;(!this.id||pf<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,Bd),this.time=pf)};function Lf(Bd,Gd){for(var pf=0;pf<Bd.length;++pf)if(Bd[pf]==Gd)return pf;return-1}var jf=50,xf={toString:function(){return"CodeMirror.Pass"}},Nf={scroll:!1},Bf={origin:"*mouse"},Tf={origin:"+move"};function wf(Bd,Gd,pf){for(var df=0,Sf=0;;){var Gf=Bd.indexOf(" ",df);Gf==-1&&(Gf=Bd.length);var ih=Gf-df;if(Gf==Bd.length||Sf+ih>=Gd)return df+Math.min(ih,Gd-Sf);if(Sf+=Gf-df,Sf+=pf-Sf%pf,df=Gf+1,Sf>=Gd)return df}}var Of=[""];function $f(Bd){for(;Of.length<=Bd;)Of.push(Wf(Of)+" ");return Of[Bd]}function Wf(Bd){return Bd[Bd.length-1]}function Kf(Bd,Gd){for(var pf=[],df=0;df<Bd.length;df++)pf[df]=Gd(Bd[df],df);return pf}function Df(Bd,Gd,pf){for(var df=0,Sf=pf(Gd);df<Bd.length&&pf(Bd[df])<=Sf;)df++;Bd.splice(df,0,Gd)}function qf(){}function Xf(Bd,Gd){var pf;return Object.create?pf=Object.create(Bd):(qf.prototype=Bd,pf=new qf),Gd&&mf(Gd,pf),pf}var hh=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function Mh(Bd){return/\w/.test(Bd)||Bd>"€"&&(Bd.toUpperCase()!=Bd.toLowerCase()||hh.test(Bd))}function wh(Bd,Gd){return Gd?Gd.source.indexOf("\\w")>-1&&Mh(Bd)?!0:Gd.test(Bd):Mh(Bd)}function Bh(Bd){for(var Gd in Bd)if(Bd.hasOwnProperty(Gd)&&Bd[Gd])return!1;return!0}var Uh=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;function oh(Bd){return Bd.charCodeAt(0)>=768&&Uh.test(Bd)}function Vf(Bd,Gd,pf){for(;(pf<0?Gd>0:Gd<Bd.length)&&oh(Bd.charAt(Gd));)Gd+=pf;return Gd}function Rf(Bd,Gd,pf){for(var df=Gd>pf?-1:1;;){if(Gd==pf)return Gd;var Sf=(Gd+pf)/2,Gf=df<0?Math.ceil(Sf):Math.floor(Sf);if(Gf==Gd)return Bd(Gf)?Gd:pf;Bd(Gf)?pf=Gf:Gd=Gf+df}}function Zf(Bd,Gd,pf,df){if(!Bd)return df(Gd,pf,"ltr",0);for(var Sf=!1,Gf=0;Gf<Bd.length;++Gf){var ih=Bd[Gf];(ih.from<pf&&ih.to>Gd||Gd==pf&&ih.to==Gd)&&(df(Math.max(ih.from,Gd),Math.min(ih.to,pf),ih.level==1?"rtl":"ltr",Gf),Sf=!0)}Sf||df(Gd,pf,"ltr")}var Jf=null;function Th(Bd,Gd,pf){var df;Jf=null;for(var Sf=0;Sf<Bd.length;++Sf){var Gf=Bd[Sf];if(Gf.from<Gd&&Gf.to>Gd)return Sf;Gf.to==Gd&&(Gf.from!=Gf.to&&pf=="before"?df=Sf:Jf=Sf),Gf.from==Gd&&(Gf.from!=Gf.to&&pf!="before"?df=Sf:Jf=Sf)}return df??Jf}var Ah=function(){var Bd="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",Gd="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function pf(Nh){return Nh<=247?Bd.charAt(Nh):1424<=Nh&&Nh<=1524?"R":1536<=Nh&&Nh<=1785?Gd.charAt(Nh-1536):1774<=Nh&&Nh<=2220?"r":8192<=Nh&&Nh<=8203?"w":Nh==8204?"b":"L"}var df=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,Sf=/[stwN]/,Gf=/[LRr]/,ih=/[Lb1n]/,gh=/[1n]/;function bh(Nh,Wh,Jh){this.level=Nh,this.from=Wh,this.to=Jh}return function(Nh,Wh){var Jh=Wh=="ltr"?"L":"R";if(Nh.length==0||Wh=="ltr"&&!df.test(Nh))return!1;for(var hm=Nh.length,dm=[],Nm=0;Nm<hm;++Nm)dm.push(pf(Nh.charCodeAt(Nm)));for(var Mm=0,Wm=Jh;Mm<hm;++Mm){var Zm=dm[Mm];Zm=="m"?dm[Mm]=Wm:Wm=Zm}for(var e1=0,Jm=Jh;e1<hm;++e1){var n1=dm[e1];n1=="1"&&Jm=="r"?dm[e1]="n":Gf.test(n1)&&(Jm=n1,n1=="r"&&(dm[e1]="R"))}for(var f1=1,p1=dm[0];f1<hm-1;++f1){var $1=dm[f1];$1=="+"&&p1=="1"&&dm[f1+1]=="1"?dm[f1]="1":$1==","&&p1==dm[f1+1]&&(p1=="1"||p1=="n")&&(dm[f1]=p1),p1=$1}for(var i0=0;i0<hm;++i0){var y0=dm[i0];if(y0==",")dm[i0]="N";else if(y0=="%"){var l0=void 0;for(l0=i0+1;l0<hm&&dm[l0]=="%";++l0);for(var m0=i0&&dm[i0-1]=="!"||l0<hm&&dm[l0]=="1"?"1":"N",x0=i0;x0<l0;++x0)dm[x0]=m0;i0=l0-1}}for(var C0=0,Y0=Jh;C0<hm;++C0){var z0=dm[C0];Y0=="L"&&z0=="1"?dm[C0]="L":Gf.test(z0)&&(Y0=z0)}for(var O0=0;O0<hm;++O0)if(Sf.test(dm[O0])){var w0=void 0;for(w0=O0+1;w0<hm&&Sf.test(dm[w0]);++w0);for(var g0=(O0?dm[O0-1]:Jh)=="L",Z0=(w0<hm?dm[w0]:Jh)=="L",Kv=g0==Z0?g0?"L":"R":Jh,L_=O0;L_<w0;++L_)dm[L_]=Kv;O0=w0-1}for(var G0=[],i_,L0=0;L0<hm;)if(ih.test(dm[L0])){var fE=L0;for(++L0;L0<hm&&ih.test(dm[L0]);++L0);G0.push(new bh(0,fE,L0))}else{var a_=L0,F_=G0.length,j_=Wh=="rtl"?1:0;for(++L0;L0<hm&&dm[L0]!="L";++L0);for(var X0=a_;X0<L0;)if(gh.test(dm[X0])){a_<X0&&(G0.splice(F_,0,new bh(1,a_,X0)),F_+=j_);var Yv=X0;for(++X0;X0<L0&&gh.test(dm[X0]);++X0);G0.splice(F_,0,new bh(2,Yv,X0)),F_+=j_,a_=X0}else++X0;a_<L0&&G0.splice(F_,0,new bh(1,a_,L0))}return Wh=="ltr"&&(G0[0].level==1&&(i_=Nh.match(/^\s+/))&&(G0[0].from=i_[0].length,G0.unshift(new bh(0,0,i_[0].length))),Wf(G0).level==1&&(i_=Nh.match(/\s+$/))&&(Wf(G0).to-=i_[0].length,G0.push(new bh(0,hm-i_[0].length,hm)))),Wh=="rtl"?G0.reverse():G0}}();function Gh(Bd,Gd){var pf=Bd.order;return pf==null&&(pf=Bd.order=Ah(Bd.text,Gd)),pf}var sm=[],kh=function(Bd,Gd,pf){if(Bd.addEventListener)Bd.addEventListener(Gd,pf,!1);else if(Bd.attachEvent)Bd.attachEvent("on"+Gd,pf);else{var df=Bd._handlers||(Bd._handlers={});df[Gd]=(df[Gd]||sm).concat(pf)}};function Rh(Bd,Gd){return Bd._handlers&&Bd._handlers[Gd]||sm}function jh(Bd,Gd,pf){if(Bd.removeEventListener)Bd.removeEventListener(Gd,pf,!1);else if(Bd.detachEvent)Bd.detachEvent("on"+Gd,pf);else{var df=Bd._handlers,Sf=df&&df[Gd];if(Sf){var Gf=Lf(Sf,pf);Gf>-1&&(df[Gd]=Sf.slice(0,Gf).concat(Sf.slice(Gf+1)))}}}function cm(Bd,Gd){var pf=Rh(Bd,Gd);if(pf.length)for(var df=Array.prototype.slice.call(arguments,2),Sf=0;Sf<pf.length;++Sf)pf[Sf].apply(null,df)}function Tm(Bd,Gd,pf){return typeof Gd=="string"&&(Gd={type:Gd,preventDefault:function(){this.defaultPrevented=!0}}),cm(Bd,pf||Gd.type,Bd,Gd),h1(Gd)||Gd.codemirrorIgnore}function Fm(Bd){var Gd=Bd._handlers&&Bd._handlers.cursorActivity;if(Gd)for(var pf=Bd.curOp.cursorActivityHandlers||(Bd.curOp.cursorActivityHandlers=[]),df=0;df<Gd.length;++df)Lf(pf,Gd[df])==-1&&pf.push(Gd[df])}function Gm(Bd,Gd){return Rh(Bd,Gd).length>0}function s1(Bd){Bd.prototype.on=function(Gd,pf){kh(this,Gd,pf)},Bd.prototype.off=function(Gd,pf){jh(this,Gd,pf)}}function Km(Bd){Bd.preventDefault?Bd.preventDefault():Bd.returnValue=!1}function v1(Bd){Bd.stopPropagation?Bd.stopPropagation():Bd.cancelBubble=!0}function h1(Bd){return Bd.defaultPrevented!=null?Bd.defaultPrevented:Bd.returnValue==!1}function F1(Bd){Km(Bd),v1(Bd)}function M1(Bd){return Bd.target||Bd.srcElement}function E1(Bd){var Gd=Bd.which;return Gd==null&&(Bd.button&1?Gd=1:Bd.button&2?Gd=3:Bd.button&4&&(Gd=2)),Rd&&Bd.ctrlKey&&Gd==1&&(Gd=3),Gd}var O1=function(){if(ld&&cd<9)return!1;var Bd=zd("div");return"draggable"in Bd||"dragDrop"in Bd}(),Hm;function b1(Bd){if(Hm==null){var Gd=zd("span","");Wd(Bd,zd("span",[Gd,document.createTextNode("x")])),Bd.firstChild.offsetHeight!=0&&(Hm=Gd.offsetWidth<=1&&Gd.offsetHeight>2&&!(ld&&cd<8))}var pf=Hm?zd("span",""):zd("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");return pf.setAttribute("cm-text",""),pf}var K1;function I1(Bd){if(K1!=null)return K1;var Gd=Wd(Bd,document.createTextNode("AخA")),pf=Qd(Gd,0,1).getBoundingClientRect(),df=Qd(Gd,1,2).getBoundingClientRect();return qd(Bd),!pf||pf.left==pf.right?!1:K1=df.right-pf.right<3}var zf=`
b`.split(/\n/).length!=3?function(Bd){for(var Gd=0,pf=[],df=Bd.length;Gd<=df;){var Sf=Bd.indexOf(`
`,Gd);Sf==-1&&(Sf=Bd.length);var Gf=Bd.slice(Gd,Bd.charAt(Sf-1)=="\r"?Sf-1:Sf),ih=Gf.indexOf("\r");ih!=-1?(pf.push(Gf.slice(0,ih)),Gd+=ih+1):(pf.push(Gf),Gd=Sf+1)}return pf}:function(Bd){return Bd.split(/\r\n?|\n/)},Dh=window.getSelection?function(Bd){try{return Bd.selectionStart!=Bd.selectionEnd}catch{return!1}}:function(Bd){var Gd;try{Gd=Bd.ownerDocument.selection.createRange()}catch{}return!Gd||Gd.parentElement()!=Bd?!1:Gd.compareEndPoints("StartToEnd",Gd)!=0},yh=function(){var Bd=zd("div");return"oncopy"in Bd?!0:(Bd.setAttribute("oncopy","return;"),typeof Bd.oncopy=="function")}(),Ih=null;function Xh(Bd){if(Ih!=null)return Ih;var Gd=Wd(Bd,zd("span","x")),pf=Gd.getBoundingClientRect(),df=Qd(Gd,0,1).getBoundingClientRect();return Ih=Math.abs(pf.left-df.left)>1}var qh={},Zh={};function Yh(Bd,Gd){arguments.length>2&&(Gd.dependencies=Array.prototype.slice.call(arguments,2)),qh[Bd]=Gd}function Fh(Bd,Gd){Zh[Bd]=Gd}function zh(Bd){if(typeof Bd=="string"&&Zh.hasOwnProperty(Bd))Bd=Zh[Bd];else if(Bd&&typeof Bd.name=="string"&&Zh.hasOwnProperty(Bd.name)){var Gd=Zh[Bd.name];typeof Gd=="string"&&(Gd={name:Gd}),Bd=Xf(Gd,Bd),Bd.name=Gd.name}else{if(typeof Bd=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(Bd))return zh("application/xml");if(typeof Bd=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(Bd))return zh("application/json")}return typeof Bd=="string"?{name:Bd}:Bd||{name:"null"}}function om(Bd,Gd){Gd=zh(Gd);var pf=qh[Gd.name];if(!pf)return om(Bd,"text/plain");var df=pf(Bd,Gd);if(fm.hasOwnProperty(Gd.name)){var Sf=fm[Gd.name];for(var Gf in Sf)Sf.hasOwnProperty(Gf)&&(df.hasOwnProperty(Gf)&&(df["_"+Gf]=df[Gf]),df[Gf]=Sf[Gf])}if(df.name=Gd.name,Gd.helperType&&(df.helperType=Gd.helperType),Gd.modeProps)for(var ih in Gd.modeProps)df[ih]=Gd.modeProps[ih];return df}var fm={};function uh(Bd,Gd){var pf=fm.hasOwnProperty(Bd)?fm[Bd]:fm[Bd]={};mf(Gd,pf)}function Om(Bd,Gd){if(Gd===!0)return Gd;if(Bd.copyState)return Bd.copyState(Gd);var pf={};for(var df in Gd){var Sf=Gd[df];Sf instanceof Array&&(Sf=Sf.concat([])),pf[df]=Sf}return pf}function l1(Bd,Gd){for(var pf;Bd.innerMode&&(pf=Bd.innerMode(Gd),!(!pf||pf.mode==Bd));)Gd=pf.state,Bd=pf.mode;return pf||{mode:Bd,state:Gd}}function y1(Bd,Gd,pf){return Bd.startState?Bd.startState(Gd,pf):!0}var c1=function(Bd,Gd,pf){this.pos=this.start=0,this.string=Bd,this.tabSize=Gd||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=pf};c1.prototype.eol=function(){return this.pos>=this.string.length},c1.prototype.sol=function(){return this.pos==this.lineStart},c1.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},c1.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},c1.prototype.eat=function(Bd){var Gd=this.string.charAt(this.pos),pf;if(typeof Bd=="string"?pf=Gd==Bd:pf=Gd&&(Bd.test?Bd.test(Gd):Bd(Gd)),pf)return++this.pos,Gd},c1.prototype.eatWhile=function(Bd){for(var Gd=this.pos;this.eat(Bd););return this.pos>Gd},c1.prototype.eatSpace=function(){for(var Bd=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>Bd},c1.prototype.skipToEnd=function(){this.pos=this.string.length},c1.prototype.skipTo=function(Bd){var Gd=this.string.indexOf(Bd,this.pos);if(Gd>-1)return this.pos=Gd,!0},c1.prototype.backUp=function(Bd){this.pos-=Bd},c1.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=Pf(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?Pf(this.string,this.lineStart,this.tabSize):0)},c1.prototype.indentation=function(){return Pf(this.string,null,this.tabSize)-(this.lineStart?Pf(this.string,this.lineStart,this.tabSize):0)},c1.prototype.match=function(Bd,Gd,pf){if(typeof Bd=="string"){var df=function(ih){return pf?ih.toLowerCase():ih},Sf=this.string.substr(this.pos,Bd.length);if(df(Sf)==df(Bd))return Gd!==!1&&(this.pos+=Bd.length),!0}else{var Gf=this.string.slice(this.pos).match(Bd);return Gf&&Gf.index>0?null:(Gf&&Gd!==!1&&(this.pos+=Gf[0].length),Gf)}},c1.prototype.current=function(){return this.string.slice(this.start,this.pos)},c1.prototype.hideFirstChars=function(Bd,Gd){this.lineStart+=Bd;try{return Gd()}finally{this.lineStart-=Bd}},c1.prototype.lookAhead=function(Bd){var Gd=this.lineOracle;return Gd&&Gd.lookAhead(Bd)},c1.prototype.baseToken=function(){var Bd=this.lineOracle;return Bd&&Bd.baseToken(this.pos)};function Pm(Bd,Gd){if(Gd-=Bd.first,Gd<0||Gd>=Bd.size)throw new Error("There is no line "+(Gd+Bd.first)+" in the document.");for(var pf=Bd;!pf.lines;)for(var df=0;;++df){var Sf=pf.children[df],Gf=Sf.chunkSize();if(Gd<Gf){pf=Sf;break}Gd-=Gf}return pf.lines[Gd]}function C1(Bd,Gd,pf){var df=[],Sf=Gd.line;return Bd.iter(Gd.line,pf.line+1,function(Gf){var ih=Gf.text;Sf==pf.line&&(ih=ih.slice(0,pf.ch)),Sf==Gd.line&&(ih=ih.slice(Gd.ch)),df.push(ih),++Sf}),df}function m1(Bd,Gd,pf){var df=[];return Bd.iter(Gd,pf,function(Sf){df.push(Sf.text)}),df}function d1(Bd,Gd){var pf=Gd-Bd.height;if(pf)for(var df=Bd;df;df=df.parent)df.height+=pf}function Ch(Bd){if(Bd.parent==null)return null;for(var Gd=Bd.parent,pf=Lf(Gd.lines,Bd),df=Gd.parent;df;Gd=df,df=df.parent)for(var Sf=0;df.children[Sf]!=Gd;++Sf)pf+=df.children[Sf].chunkSize();return pf+Gd.first}function Kh(Bd,Gd){var pf=Bd.first;e:do{for(var df=0;df<Bd.children.length;++df){var Sf=Bd.children[df],Gf=Sf.height;if(Gd<Gf){Bd=Sf;continue e}Gd-=Gf,pf+=Sf.chunkSize()}return pf}while(!Bd.lines);for(var ih=0;ih<Bd.lines.length;++ih){var gh=Bd.lines[ih],bh=gh.height;if(Gd<bh)break;Gd-=bh}return pf+ih}function Dm(Bd,Gd){return Gd>=Bd.first&&Gd<Bd.first+Bd.size}function Um(Bd,Gd){return String(Bd.lineNumberFormatter(Gd+Bd.firstLineNumber))}function _m(Bd,Gd,pf){if(pf===void 0&&(pf=null),!(this instanceof _m))return new _m(Bd,Gd,pf);this.line=Bd,this.ch=Gd,this.sticky=pf}function Xm(Bd,Gd){return Bd.line-Gd.line||Bd.ch-Gd.ch}function w1(Bd,Gd){return Bd.sticky==Gd.sticky&&Xm(Bd,Gd)==0}function n0(Bd){return _m(Bd.line,Bd.ch)}function z1(Bd,Gd){return Xm(Bd,Gd)<0?Gd:Bd}function A0(Bd,Gd){return Xm(Bd,Gd)<0?Bd:Gd}function _0(Bd,Gd){return Math.max(Bd.first,Math.min(Gd,Bd.first+Bd.size-1))}function S1(Bd,Gd){if(Gd.line<Bd.first)return _m(Bd.first,0);var pf=Bd.first+Bd.size-1;return Gd.line>pf?_m(pf,Pm(Bd,pf).text.length):U0(Gd,Pm(Bd,Gd.line).text.length)}function U0(Bd,Gd){var pf=Bd.ch;return pf==null||pf>Gd?_m(Bd.line,Gd):pf<0?_m(Bd.line,0):Bd}function H1(Bd,Gd){for(var pf=[],df=0;df<Gd.length;df++)pf[df]=S1(Bd,Gd[df]);return pf}var E0=function(Bd,Gd){this.state=Bd,this.lookAhead=Gd},d0=function(Bd,Gd,pf,df){this.state=Gd,this.doc=Bd,this.line=pf,this.maxLookAhead=df||0,this.baseTokens=null,this.baseTokenPos=1};d0.prototype.lookAhead=function(Bd){var Gd=this.doc.getLine(this.line+Bd);return Gd!=null&&Bd>this.maxLookAhead&&(this.maxLookAhead=Bd),Gd},d0.prototype.baseToken=function(Bd){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=Bd;)this.baseTokenPos+=2;var Gd=this.baseTokens[this.baseTokenPos+1];return{type:Gd&&Gd.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-Bd}},d0.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},d0.fromSaved=function(Bd,Gd,pf){return Gd instanceof E0?new d0(Bd,Om(Bd.mode,Gd.state),pf,Gd.lookAhead):new d0(Bd,Om(Bd.mode,Gd),pf)},d0.prototype.save=function(Bd){var Gd=Bd!==!1?Om(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new E0(Gd,this.maxLookAhead):Gd};function tg(Bd,Gd,pf,df){var Sf=[Bd.state.modeGen],Gf={};c_(Bd,Gd.text,Bd.doc.mode,pf,function(Nh,Wh){return Sf.push(Nh,Wh)},Gf,df);for(var ih=pf.state,gh=function(Nh){pf.baseTokens=Sf;var Wh=Bd.state.overlays[Nh],Jh=1,hm=0;pf.state=!0,c_(Bd,Gd.text,Wh.mode,pf,function(dm,Nm){for(var Mm=Jh;hm<dm;){var Wm=Sf[Jh];Wm>dm&&Sf.splice(Jh,1,dm,Sf[Jh+1],Wm),Jh+=2,hm=Math.min(dm,Wm)}if(Nm)if(Wh.opaque)Sf.splice(Mm,Jh-Mm,dm,"overlay "+Nm),Jh=Mm+2;else for(;Mm<Jh;Mm+=2){var Zm=Sf[Mm+1];Sf[Mm+1]=(Zm?Zm+" ":"")+"overlay "+Nm}},Gf),pf.state=ih,pf.baseTokens=null,pf.baseTokenPos=1},bh=0;bh<Bd.state.overlays.length;++bh)gh(bh);return{styles:Sf,classes:Gf.bgClass||Gf.textClass?Gf:null}}function vg(Bd,Gd,pf){if(!Gd.styles||Gd.styles[0]!=Bd.state.modeGen){var df=S0(Bd,Ch(Gd)),Sf=Gd.text.length>Bd.options.maxHighlightLength&&Om(Bd.doc.mode,df.state),Gf=tg(Bd,Gd,df);Sf&&(df.state=Sf),Gd.stateAfter=df.save(!Sf),Gd.styles=Gf.styles,Gf.classes?Gd.styleClasses=Gf.classes:Gd.styleClasses&&(Gd.styleClasses=null),pf===Bd.doc.highlightFrontier&&(Bd.doc.modeFrontier=Math.max(Bd.doc.modeFrontier,++Bd.doc.highlightFrontier))}return Gd.styles}function S0(Bd,Gd,pf){var df=Bd.doc,Sf=Bd.display;if(!df.mode.startState)return new d0(df,!0,Gd);var Gf=E_(Bd,Gd,pf),ih=Gf>df.first&&Pm(df,Gf-1).stateAfter,gh=ih?d0.fromSaved(df,ih,Gf):new d0(df,y1(df.mode),Gf);return df.iter(Gf,Gd,function(bh){rg(Bd,bh.text,gh);var Nh=gh.line;bh.stateAfter=Nh==Gd-1||Nh%5==0||Nh>=Sf.viewFrom&&Nh<Sf.viewTo?gh.save():null,gh.nextLine()}),pf&&(df.modeFrontier=gh.line),gh}function rg(Bd,Gd,pf,df){var Sf=Bd.doc.mode,Gf=new c1(Gd,Bd.options.tabSize,pf);for(Gf.start=Gf.pos=df||0,Gd==""&&l_(Sf,pf.state);!Gf.eol();)Kg(Sf,Gf,pf.state),Gf.start=Gf.pos}function l_(Bd,Gd){if(Bd.blankLine)return Bd.blankLine(Gd);if(Bd.innerMode){var pf=l1(Bd,Gd);if(pf.mode.blankLine)return pf.mode.blankLine(pf.state)}}function Kg(Bd,Gd,pf,df){for(var Sf=0;Sf<10;Sf++){df&&(df[0]=l1(Bd,pf).mode);var Gf=Bd.token(Gd,pf);if(Gd.pos>Gd.start)return Gf}throw new Error("Mode "+Bd.name+" failed to advance stream.")}var u1=function(Bd,Gd,pf){this.start=Bd.start,this.end=Bd.pos,this.string=Bd.current(),this.type=Gd||null,this.state=pf};function bg(Bd,Gd,pf,df){var Sf=Bd.doc,Gf=Sf.mode,ih;Gd=S1(Sf,Gd);var gh=Pm(Sf,Gd.line),bh=S0(Bd,Gd.line,pf),Nh=new c1(gh.text,Bd.options.tabSize,bh),Wh;for(df&&(Wh=[]);(df||Nh.pos<Gd.ch)&&!Nh.eol();)Nh.start=Nh.pos,ih=Kg(Gf,Nh,bh.state),df&&Wh.push(new u1(Nh,ih,Om(Sf.mode,bh.state)));return df?Wh:new u1(Nh,ih,bh.state)}function v0(Bd,Gd){if(Bd)for(;;){var pf=Bd.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!pf)break;Bd=Bd.slice(0,pf.index)+Bd.slice(pf.index+pf[0].length);var df=pf[1]?"bgClass":"textClass";Gd[df]==null?Gd[df]=pf[2]:new RegExp("(?:^|\\s)"+pf[2]+"(?:$|\\s)").test(Gd[df])||(Gd[df]+=" "+pf[2])}return Bd}function c_(Bd,Gd,pf,df,Sf,Gf,ih){var gh=pf.flattenSpans;gh==null&&(gh=Bd.options.flattenSpans);var bh=0,Nh=null,Wh=new c1(Gd,Bd.options.tabSize,df),Jh,hm=Bd.options.addModeClass&&[null];for(Gd==""&&v0(l_(pf,df.state),Gf);!Wh.eol();){if(Wh.pos>Bd.options.maxHighlightLength?(gh=!1,ih&&rg(Bd,Gd,df,Wh.pos),Wh.pos=Gd.length,Jh=null):Jh=v0(Kg(pf,Wh,df.state,hm),Gf),hm){var dm=hm[0].name;dm&&(Jh="m-"+(Jh?dm+" "+Jh:dm))}if(!gh||Nh!=Jh){for(;bh<Wh.start;)bh=Math.min(Wh.start,bh+5e3),Sf(bh,Nh);Nh=Jh}Wh.start=Wh.pos}for(;bh<Wh.pos;){var Nm=Math.min(Wh.pos,bh+5e3);Sf(Nm,Nh),bh=Nm}}function E_(Bd,Gd,pf){for(var df,Sf,Gf=Bd.doc,ih=pf?-1:Gd-(Bd.doc.mode.innerMode?1e3:100),gh=Gd;gh>ih;--gh){if(gh<=Gf.first)return Gf.first;var bh=Pm(Gf,gh-1),Nh=bh.stateAfter;if(Nh&&(!pf||gh+(Nh instanceof E0?Nh.lookAhead:0)<=Gf.modeFrontier))return gh;var Wh=Pf(bh.text,null,Bd.options.tabSize);(Sf==null||df>Wh)&&(Sf=gh-1,df=Wh)}return Sf}function yg(Bd,Gd){if(Bd.modeFrontier=Math.min(Bd.modeFrontier,Gd),!(Bd.highlightFrontier<Gd-10)){for(var pf=Bd.first,df=Gd-1;df>pf;df--){var Sf=Pm(Bd,df).stateAfter;if(Sf&&(!(Sf instanceof E0)||df+Sf.lookAhead<Gd)){pf=df+1;break}}Bd.highlightFrontier=Math.min(Bd.highlightFrontier,pf)}}var kg=!1,p0=!1;function W0(){kg=!0}function sg(){p0=!0}function ng(Bd,Gd,pf){this.marker=Bd,this.from=Gd,this.to=pf}function Yg(Bd,Gd){if(Bd)for(var pf=0;pf<Bd.length;++pf){var df=Bd[pf];if(df.marker==Gd)return df}}function _v(Bd,Gd){for(var pf,df=0;df<Bd.length;++df)Bd[df]!=Gd&&(pf||(pf=[])).push(Bd[df]);return pf}function U_(Bd,Gd,pf){var df=pf&&window.WeakSet&&(pf.markedSpans||(pf.markedSpans=new WeakSet));df&&Bd.markedSpans&&df.has(Bd.markedSpans)?Bd.markedSpans.push(Gd):(Bd.markedSpans=Bd.markedSpans?Bd.markedSpans.concat([Gd]):[Gd],df&&df.add(Bd.markedSpans)),Gd.marker.attachLine(Bd)}function vv(Bd,Gd,pf){var df;if(Bd)for(var Sf=0;Sf<Bd.length;++Sf){var Gf=Bd[Sf],ih=Gf.marker,gh=Gf.from==null||(ih.inclusiveLeft?Gf.from<=Gd:Gf.from<Gd);if(gh||Gf.from==Gd&&ih.type=="bookmark"&&(!pf||!Gf.marker.insertLeft)){var bh=Gf.to==null||(ih.inclusiveRight?Gf.to>=Gd:Gf.to>Gd);(df||(df=[])).push(new ng(ih,Gf.from,bh?null:Gf.to))}}return df}function Zv(Bd,Gd,pf){var df;if(Bd)for(var Sf=0;Sf<Bd.length;++Sf){var Gf=Bd[Sf],ih=Gf.marker,gh=Gf.to==null||(ih.inclusiveRight?Gf.to>=Gd:Gf.to>Gd);if(gh||Gf.from==Gd&&ih.type=="bookmark"&&(!pf||Gf.marker.insertLeft)){var bh=Gf.from==null||(ih.inclusiveLeft?Gf.from<=Gd:Gf.from<Gd);(df||(df=[])).push(new ng(ih,bh?null:Gf.from-Gd,Gf.to==null?null:Gf.to-Gd))}}return df}function H_(Bd,Gd){if(Gd.full)return null;var pf=Dm(Bd,Gd.from.line)&&Pm(Bd,Gd.from.line).markedSpans,df=Dm(Bd,Gd.to.line)&&Pm(Bd,Gd.to.line).markedSpans;if(!pf&&!df)return null;var Sf=Gd.from.ch,Gf=Gd.to.ch,ih=Xm(Gd.from,Gd.to)==0,gh=vv(pf,Sf,ih),bh=Zv(df,Gf,ih),Nh=Gd.text.length==1,Wh=Wf(Gd.text).length+(Nh?Sf:0);if(gh)for(var Jh=0;Jh<gh.length;++Jh){var hm=gh[Jh];if(hm.to==null){var dm=Yg(bh,hm.marker);dm?Nh&&(hm.to=dm.to==null?null:dm.to+Wh):hm.to=Sf}}if(bh)for(var Nm=0;Nm<bh.length;++Nm){var Mm=bh[Nm];if(Mm.to!=null&&(Mm.to+=Wh),Mm.from==null){var Wm=Yg(gh,Mm.marker);Wm||(Mm.from=Wh,Nh&&(gh||(gh=[])).push(Mm))}else Mm.from+=Wh,Nh&&(gh||(gh=[])).push(Mm)}gh&&(gh=V_(gh)),bh&&bh!=gh&&(bh=V_(bh));var Zm=[gh];if(!Nh){var e1=Gd.text.length-2,Jm;if(e1>0&&gh)for(var n1=0;n1<gh.length;++n1)gh[n1].to==null&&(Jm||(Jm=[])).push(new ng(gh[n1].marker,null,null));for(var f1=0;f1<e1;++f1)Zm.push(Jm);Zm.push(bh)}return Zm}function V_(Bd){for(var Gd=0;Gd<Bd.length;++Gd){var pf=Bd[Gd];pf.from!=null&&pf.from==pf.to&&pf.marker.clearWhenEmpty!==!1&&Bd.splice(Gd--,1)}return Bd.length?Bd:null}function z_(Bd,Gd,pf){var df=null;if(Bd.iter(Gd.line,pf.line+1,function(dm){if(dm.markedSpans)for(var Nm=0;Nm<dm.markedSpans.length;++Nm){var Mm=dm.markedSpans[Nm].marker;Mm.readOnly&&(!df||Lf(df,Mm)==-1)&&(df||(df=[])).push(Mm)}}),!df)return null;for(var Sf=[{from:Gd,to:pf}],Gf=0;Gf<df.length;++Gf)for(var ih=df[Gf],gh=ih.find(0),bh=0;bh<Sf.length;++bh){var Nh=Sf[bh];if(!(Xm(Nh.to,gh.from)<0||Xm(Nh.from,gh.to)>0)){var Wh=[bh,1],Jh=Xm(Nh.from,gh.from),hm=Xm(Nh.to,gh.to);(Jh<0||!ih.inclusiveLeft&&!Jh)&&Wh.push({from:Nh.from,to:gh.from}),(hm>0||!ih.inclusiveRight&&!hm)&&Wh.push({from:gh.to,to:Nh.to}),Sf.splice.apply(Sf,Wh),bh+=Wh.length-3}}return Sf}function Ym(Bd){var Gd=Bd.markedSpans;if(Gd){for(var pf=0;pf<Gd.length;++pf)Gd[pf].marker.detachLine(Bd);Bd.markedSpans=null}}function Z1(Bd,Gd){if(Gd){for(var pf=0;pf<Gd.length;++pf)Gd[pf].marker.attachLine(Bd);Bd.markedSpans=Gd}}function u_(Bd){return Bd.inclusiveLeft?-1:0}function S_(Bd){return Bd.inclusiveRight?1:0}function T_(Bd,Gd){var pf=Bd.lines.length-Gd.lines.length;if(pf!=0)return pf;var df=Bd.find(),Sf=Gd.find(),Gf=Xm(df.from,Sf.from)||u_(Bd)-u_(Gd);if(Gf)return-Gf;var ih=Xm(df.to,Sf.to)||S_(Bd)-S_(Gd);return ih||Gd.id-Bd.id}function bv(Bd,Gd){var pf=p0&&Bd.markedSpans,df;if(pf)for(var Sf=void 0,Gf=0;Gf<pf.length;++Gf)Sf=pf[Gf],Sf.marker.collapsed&&(Gd?Sf.from:Sf.to)==null&&(!df||T_(df,Sf.marker)<0)&&(df=Sf.marker);return df}function yv(Bd){return bv(Bd,!0)}function Eg(Bd){return bv(Bd,!1)}function Ev(Bd,Gd){var pf=p0&&Bd.markedSpans,df;if(pf)for(var Sf=0;Sf<pf.length;++Sf){var Gf=pf[Sf];Gf.marker.collapsed&&(Gf.from==null||Gf.from<Gd)&&(Gf.to==null||Gf.to>Gd)&&(!df||T_(df,Gf.marker)<0)&&(df=Gf.marker)}return df}function q_(Bd,Gd,pf,df,Sf){var Gf=Pm(Bd,Gd),ih=p0&&Gf.markedSpans;if(ih)for(var gh=0;gh<ih.length;++gh){var bh=ih[gh];if(bh.marker.collapsed){var Nh=bh.marker.find(0),Wh=Xm(Nh.from,pf)||u_(bh.marker)-u_(Sf),Jh=Xm(Nh.to,df)||S_(bh.marker)-S_(Sf);if(!(Wh>=0&&Jh<=0||Wh<=0&&Jh>=0)&&(Wh<=0&&(bh.marker.inclusiveRight&&Sf.inclusiveLeft?Xm(Nh.to,pf)>=0:Xm(Nh.to,pf)>0)||Wh>=0&&(bh.marker.inclusiveRight&&Sf.inclusiveLeft?Xm(Nh.from,df)<=0:Xm(Nh.from,df)<0)))return!0}}}function Y1(Bd){for(var Gd;Gd=yv(Bd);)Bd=Gd.find(-1,!0).line;return Bd}function G_(Bd){for(var Gd;Gd=Eg(Bd);)Bd=Gd.find(1,!0).line;return Bd}function Og(Bd){for(var Gd,pf;Gd=Eg(Bd);)Bd=Gd.find(1,!0).line,(pf||(pf=[])).push(Bd);return pf}function t0(Bd,Gd){var pf=Pm(Bd,Gd),df=Y1(pf);return pf==df?Gd:Ch(df)}function ig(Bd,Gd){if(Gd>Bd.lastLine())return Gd;var pf=Pm(Bd,Gd),df;if(!c0(Bd,pf))return Gd;for(;df=Eg(pf);)pf=df.find(1,!0).line;return Ch(pf)+1}function c0(Bd,Gd){var pf=p0&&Gd.markedSpans;if(pf){for(var df=void 0,Sf=0;Sf<pf.length;++Sf)if(df=pf[Sf],!!df.marker.collapsed){if(df.from==null)return!0;if(!df.marker.widgetNode&&df.from==0&&df.marker.inclusiveLeft&&d_(Bd,Gd,df))return!0}}}function d_(Bd,Gd,pf){if(pf.to==null){var df=pf.marker.find(1,!0);return d_(Bd,df.line,Yg(df.line.markedSpans,pf.marker))}if(pf.marker.inclusiveRight&&pf.to==Gd.text.length)return!0;for(var Sf=void 0,Gf=0;Gf<Gd.markedSpans.length;++Gf)if(Sf=Gd.markedSpans[Gf],Sf.marker.collapsed&&!Sf.marker.widgetNode&&Sf.from==pf.to&&(Sf.to==null||Sf.to!=pf.from)&&(Sf.marker.inclusiveLeft||pf.marker.inclusiveRight)&&d_(Bd,Gd,Sf))return!0}function ag(Bd){Bd=Y1(Bd);for(var Gd=0,pf=Bd.parent,df=0;df<pf.lines.length;++df){var Sf=pf.lines[df];if(Sf==Bd)break;Gd+=Sf.height}for(var Gf=pf.parent;Gf;pf=Gf,Gf=pf.parent)for(var ih=0;ih<Gf.children.length;++ih){var gh=Gf.children[ih];if(gh==pf)break;Gd+=gh.height}return Gd}function Xg(Bd){if(Bd.height==0)return 0;for(var Gd=Bd.text.length,pf,df=Bd;pf=yv(df);){var Sf=pf.find(0,!0);df=Sf.from.line,Gd+=Sf.from.ch-Sf.to.ch}for(df=Bd;pf=Eg(df);){var Gf=pf.find(0,!0);Gd-=df.text.length-Gf.from.ch,df=Gf.to.line,Gd+=df.text.length-Gf.to.ch}return Gd}function Yf(Bd){var Gd=Bd.display,pf=Bd.doc;Gd.maxLine=Pm(pf,pf.first),Gd.maxLineLength=Xg(Gd.maxLine),Gd.maxLineChanged=!0,pf.iter(function(df){var Sf=Xg(df);Sf>Gd.maxLineLength&&(Gd.maxLineLength=Sf,Gd.maxLine=df)})}var sh=function(Bd,Gd,pf){this.text=Bd,Z1(this,Gd),this.height=pf?pf(this):1};sh.prototype.lineNo=function(){return Ch(this)},s1(sh);function dh(Bd,Gd,pf,df){Bd.text=Gd,Bd.stateAfter&&(Bd.stateAfter=null),Bd.styles&&(Bd.styles=null),Bd.order!=null&&(Bd.order=null),Ym(Bd),Z1(Bd,pf);var Sf=df?df(Bd):1;Sf!=Bd.height&&d1(Bd,Sf)}function Vm(Bd){Bd.parent=null,Ym(Bd)}var g1={},R1={};function T0(Bd,Gd){if(!Bd||/^\s*$/.test(Bd))return null;var pf=Gd.addModeClass?R1:g1;return pf[Bd]||(pf[Bd]=Bd.replace(/\S+/g,"cm-$&"))}function cg(Bd,Gd){var pf=Kd("span",null,null,ud?"padding-right: .1px":null),df={pre:Kd("pre",[pf],"CodeMirror-line"),content:pf,col:0,pos:0,cm:Bd,trailingSpace:!1,splitSpaces:Bd.getOption("lineWrapping")};Gd.measure={};for(var Sf=0;Sf<=(Gd.rest?Gd.rest.length:0);Sf++){var Gf=Sf?Gd.rest[Sf-1]:Gd.line,ih=void 0;df.pos=0,df.addToken=W_,I1(Bd.display.measure)&&(ih=Gh(Gf,Bd.doc.direction))&&(df.addToken=s0(df.addToken,ih)),df.map=[];var gh=Gd!=Bd.display.externalMeasured&&Ch(Gf);eb(Gf,df,vg(Bd,Gf,gh)),Gf.styleClasses&&(Gf.styleClasses.bgClass&&(df.bgClass=kf(Gf.styleClasses.bgClass,df.bgClass||"")),Gf.styleClasses.textClass&&(df.textClass=kf(Gf.styleClasses.textClass,df.textClass||""))),df.map.length==0&&df.map.push(0,0,df.content.appendChild(b1(Bd.display.measure))),Sf==0?(Gd.measure.map=df.map,Gd.measure.cache={}):((Gd.measure.maps||(Gd.measure.maps=[])).push(df.map),(Gd.measure.caches||(Gd.measure.caches=[])).push({}))}if(ud){var bh=df.content.lastChild;(/\bcm-tab\b/.test(bh.className)||bh.querySelector&&bh.querySelector(".cm-tab"))&&(df.content.className="cm-tab-wrap-hack")}return cm(Bd,"renderLine",Bd,Gd.line,df.pre),df.pre.className&&(df.textClass=kf(df.pre.className,df.textClass||"")),df}function ug(Bd){var Gd=zd("span","•","cm-invalidchar");return Gd.title="\\u"+Bd.charCodeAt(0).toString(16),Gd.setAttribute("aria-label",Gd.title),Gd}function W_(Bd,Gd,pf,df,Sf,Gf,ih){if(Gd){var gh=Bd.splitSpaces?Sv(Gd,Bd.trailingSpace):Gd,bh=Bd.cm.state.specialChars,Nh=!1,Wh;if(!bh.test(Gd))Bd.col+=Gd.length,Wh=document.createTextNode(gh),Bd.map.push(Bd.pos,Bd.pos+Gd.length,Wh),ld&&cd<9&&(Nh=!0),Bd.pos+=Gd.length;else{Wh=document.createDocumentFragment();for(var Jh=0;;){bh.lastIndex=Jh;var hm=bh.exec(Gd),dm=hm?hm.index-Jh:Gd.length-Jh;if(dm){var Nm=document.createTextNode(gh.slice(Jh,Jh+dm));ld&&cd<9?Wh.appendChild(zd("span",[Nm])):Wh.appendChild(Nm),Bd.map.push(Bd.pos,Bd.pos+dm,Nm),Bd.col+=dm,Bd.pos+=dm}if(!hm)break;Jh+=dm+1;var Mm=void 0;if(hm[0]==" "){var Wm=Bd.cm.options.tabSize,Zm=Wm-Bd.col%Wm;Mm=Wh.appendChild(zd("span",$f(Zm),"cm-tab")),Mm.setAttribute("role","presentation"),Mm.setAttribute("cm-text"," "),Bd.col+=Zm}else hm[0]=="\r"||hm[0]==`
`?(Mm=Wh.appendChild(zd("span",hm[0]=="\r"?"␍":"␤","cm-invalidchar")),Mm.setAttribute("cm-text",hm[0]),Bd.col+=1):(Mm=Bd.cm.options.specialCharPlaceholder(hm[0]),Mm.setAttribute("cm-text",hm[0]),ld&&cd<9?Wh.appendChild(zd("span",[Mm])):Wh.appendChild(Mm),Bd.col+=1);Bd.map.push(Bd.pos,Bd.pos+1,Mm),Bd.pos++}}if(Bd.trailingSpace=gh.charCodeAt(Gd.length-1)==32,pf||df||Sf||Nh||Gf||ih){var e1=pf||"";df&&(e1+=df),Sf&&(e1+=Sf);var Jm=zd("span",[Wh],e1,Gf);if(ih)for(var n1 in ih)ih.hasOwnProperty(n1)&&n1!="style"&&n1!="class"&&Jm.setAttribute(n1,ih[n1]);return Bd.content.appendChild(Jm)}Bd.content.appendChild(Wh)}}function Sv(Bd,Gd){if(Bd.length>1&&!/ /.test(Bd))return Bd;for(var pf=Gd,df="",Sf=0;Sf<Bd.length;Sf++){var Gf=Bd.charAt(Sf);Gf==" "&&pf&&(Sf==Bd.length-1||Bd.charCodeAt(Sf+1)==32)&&(Gf=" "),df+=Gf,pf=Gf==" "}return df}function s0(Bd,Gd){return function(pf,df,Sf,Gf,ih,gh,bh){Sf=Sf?Sf+" cm-force-border":"cm-force-border";for(var Nh=pf.pos,Wh=Nh+df.length;;){for(var Jh=void 0,hm=0;hm<Gd.length&&(Jh=Gd[hm],!(Jh.to>Nh&&Jh.from<=Nh));hm++);if(Jh.to>=Wh)return Bd(pf,df,Sf,Gf,ih,gh,bh);Bd(pf,df.slice(0,Jh.to-Nh),Sf,Gf,null,gh,bh),Gf=null,df=df.slice(Jh.to-Nh),Nh=Jh.to}}}function Ig(Bd,Gd,pf,df){var Sf=!df&&pf.widgetNode;Sf&&Bd.map.push(Bd.pos,Bd.pos+Gd,Sf),!df&&Bd.cm.display.input.needsContentAttribute&&(Sf||(Sf=Bd.content.appendChild(document.createElement("span"))),Sf.setAttribute("cm-marker",pf.id)),Sf&&(Bd.cm.display.input.setUneditable(Sf),Bd.content.appendChild(Sf)),Bd.pos+=Gd,Bd.trailingSpace=!1}function eb(Bd,Gd,pf){var df=Bd.markedSpans,Sf=Bd.text,Gf=0;if(!df){for(var ih=1;ih<pf.length;ih+=2)Gd.addToken(Gd,Sf.slice(Gf,Gf=pf[ih]),T0(pf[ih+1],Gd.cm.options));return}for(var gh=Sf.length,bh=0,Nh=1,Wh="",Jh,hm,dm=0,Nm,Mm,Wm,Zm,e1;;){if(dm==bh){Nm=Mm=Wm=hm="",e1=null,Zm=null,dm=1/0;for(var Jm=[],n1=void 0,f1=0;f1<df.length;++f1){var p1=df[f1],$1=p1.marker;if($1.type=="bookmark"&&p1.from==bh&&$1.widgetNode)Jm.push($1);else if(p1.from<=bh&&(p1.to==null||p1.to>bh||$1.collapsed&&p1.to==bh&&p1.from==bh)){if(p1.to!=null&&p1.to!=bh&&dm>p1.to&&(dm=p1.to,Mm=""),$1.className&&(Nm+=" "+$1.className),$1.css&&(hm=(hm?hm+";":"")+$1.css),$1.startStyle&&p1.from==bh&&(Wm+=" "+$1.startStyle),$1.endStyle&&p1.to==dm&&(n1||(n1=[])).push($1.endStyle,p1.to),$1.title&&((e1||(e1={})).title=$1.title),$1.attributes)for(var i0 in $1.attributes)(e1||(e1={}))[i0]=$1.attributes[i0];$1.collapsed&&(!Zm||T_(Zm.marker,$1)<0)&&(Zm=p1)}else p1.from>bh&&dm>p1.from&&(dm=p1.from)}if(n1)for(var y0=0;y0<n1.length;y0+=2)n1[y0+1]==dm&&(Mm+=" "+n1[y0]);if(!Zm||Zm.from==bh)for(var l0=0;l0<Jm.length;++l0)Ig(Gd,0,Jm[l0]);if(Zm&&(Zm.from||0)==bh){if(Ig(Gd,(Zm.to==null?gh+1:Zm.to)-bh,Zm.marker,Zm.from==null),Zm.to==null)return;Zm.to==bh&&(Zm=!1)}}if(bh>=gh)break;for(var m0=Math.min(gh,dm);;){if(Wh){var x0=bh+Wh.length;if(!Zm){var C0=x0>m0?Wh.slice(0,m0-bh):Wh;Gd.addToken(Gd,C0,Jh?Jh+Nm:Nm,Wm,bh+C0.length==dm?Mm:"",hm,e1)}if(x0>=m0){Wh=Wh.slice(m0-bh),bh=m0;break}bh=x0,Wm=""}Wh=Sf.slice(Gf,Gf=pf[Nh++]),Jh=T0(pf[Nh++],Gd.cm.options)}}}function Ab(Bd,Gd,pf){this.line=Gd,this.rest=Og(Gd),this.size=this.rest?Ch(Wf(this.rest))-pf+1:1,this.node=this.text=null,this.hidden=c0(Bd,Gd)}function x_(Bd,Gd,pf){for(var df=[],Sf,Gf=Gd;Gf<pf;Gf=Sf){var ih=new Ab(Bd.doc,Pm(Bd.doc,Gf),Gf);Sf=Gf+ih.size,df.push(ih)}return df}var Sg=null;function Db(Bd){Sg?Sg.ops.push(Bd):Bd.ownsGroup=Sg={ops:[Bd],delayedCallbacks:[]}}function Oy(Bd){var Gd=Bd.delayedCallbacks,pf=0;do{for(;pf<Gd.length;pf++)Gd[pf].call(null);for(var df=0;df<Bd.ops.length;df++){var Sf=Bd.ops[df];if(Sf.cursorActivityHandlers)for(;Sf.cursorActivityCalled<Sf.cursorActivityHandlers.length;)Sf.cursorActivityHandlers[Sf.cursorActivityCalled++].call(null,Sf.cm)}}while(pf<Gd.length)}function Xd(Bd,Gd){var pf=Bd.ownsGroup;if(pf)try{Oy(pf)}finally{Sg=null,Gd(pf)}}var Hd=null;function Jd(Bd,Gd){var pf=Rh(Bd,Gd);if(pf.length){var df=Array.prototype.slice.call(arguments,2),Sf;Sg?Sf=Sg.delayedCallbacks:Hd?Sf=Hd:(Sf=Hd=[],setTimeout(If,0));for(var Gf=function(gh){Sf.push(function(){return pf[gh].apply(null,df)})},ih=0;ih<pf.length;++ih)Gf(ih)}}function If(){var Bd=Hd;Hd=null;for(var Gd=0;Gd<Bd.length;++Gd)Bd[Gd]()}function Qf(Bd,Gd,pf,df){for(var Sf=0;Sf<Gd.changes.length;Sf++){var Gf=Gd.changes[Sf];Gf=="text"?im(Bd,Gd):Gf=="gutter"?$m(Bd,Gd,pf,df):Gf=="class"?Qh(Bd,Gd):Gf=="widget"&&Qm(Bd,Gd,df)}Gd.changes=null}function _h(Bd){return Bd.node==Bd.text&&(Bd.node=zd("div",null,null,"position: relative"),Bd.text.parentNode&&Bd.text.parentNode.replaceChild(Bd.node,Bd.text),Bd.node.appendChild(Bd.text),ld&&cd<8&&(Bd.node.style.zIndex=2)),Bd.node}function $h(Bd,Gd){var pf=Gd.bgClass?Gd.bgClass+" "+(Gd.line.bgClass||""):Gd.line.bgClass;if(pf&&(pf+=" CodeMirror-linebackground"),Gd.background)pf?Gd.background.className=pf:(Gd.background.parentNode.removeChild(Gd.background),Gd.background=null);else if(pf){var df=_h(Gd);Gd.background=df.insertBefore(zd("div",null,pf),df.firstChild),Bd.display.input.setUneditable(Gd.background)}}function Vh(Bd,Gd){var pf=Bd.display.externalMeasured;return pf&&pf.line==Gd.line?(Bd.display.externalMeasured=null,Gd.measure=pf.measure,pf.built):cg(Bd,Gd)}function im(Bd,Gd){var pf=Gd.text.className,df=Vh(Bd,Gd);Gd.text==Gd.node&&(Gd.node=df.pre),Gd.text.parentNode.replaceChild(df.pre,Gd.text),Gd.text=df.pre,df.bgClass!=Gd.bgClass||df.textClass!=Gd.textClass?(Gd.bgClass=df.bgClass,Gd.textClass=df.textClass,Qh(Bd,Gd)):pf&&(Gd.text.className=pf)}function Qh(Bd,Gd){$h(Bd,Gd),Gd.line.wrapClass?_h(Gd).className=Gd.line.wrapClass:Gd.node!=Gd.text&&(Gd.node.className="");var pf=Gd.textClass?Gd.textClass+" "+(Gd.line.textClass||""):Gd.line.textClass;Gd.text.className=pf||""}function $m(Bd,Gd,pf,df){if(Gd.gutter&&(Gd.node.removeChild(Gd.gutter),Gd.gutter=null),Gd.gutterBackground&&(Gd.node.removeChild(Gd.gutterBackground),Gd.gutterBackground=null),Gd.line.gutterClass){var Sf=_h(Gd);Gd.gutterBackground=zd("div",null,"CodeMirror-gutter-background "+Gd.line.gutterClass,"left: "+(Bd.options.fixedGutter?df.fixedPos:-df.gutterTotalWidth)+"px; width: "+df.gutterTotalWidth+"px"),Bd.display.input.setUneditable(Gd.gutterBackground),Sf.insertBefore(Gd.gutterBackground,Gd.text)}var Gf=Gd.line.gutterMarkers;if(Bd.options.lineNumbers||Gf){var ih=_h(Gd),gh=Gd.gutter=zd("div",null,"CodeMirror-gutter-wrapper","left: "+(Bd.options.fixedGutter?df.fixedPos:-df.gutterTotalWidth)+"px");if(gh.setAttribute("aria-hidden","true"),Bd.display.input.setUneditable(gh),ih.insertBefore(gh,Gd.text),Gd.line.gutterClass&&(gh.className+=" "+Gd.line.gutterClass),Bd.options.lineNumbers&&(!Gf||!Gf["CodeMirror-linenumbers"])&&(Gd.lineNumber=gh.appendChild(zd("div",Um(Bd.options,pf),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+df.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+Bd.display.lineNumInnerWidth+"px"))),Gf)for(var bh=0;bh<Bd.display.gutterSpecs.length;++bh){var Nh=Bd.display.gutterSpecs[bh].className,Wh=Gf.hasOwnProperty(Nh)&&Gf[Nh];Wh&&gh.appendChild(zd("div",[Wh],"CodeMirror-gutter-elt","left: "+df.gutterLeft[Nh]+"px; width: "+df.gutterWidth[Nh]+"px"))}}}function Qm(Bd,Gd,pf){Gd.alignable&&(Gd.alignable=null);for(var df=Ud("CodeMirror-linewidget"),Sf=Gd.node.firstChild,Gf=void 0;Sf;Sf=Gf)Gf=Sf.nextSibling,df.test(Sf.className)&&Gd.node.removeChild(Sf);a1(Bd,Gd,pf)}function r1(Bd,Gd,pf,df){var Sf=Vh(Bd,Gd);return Gd.text=Gd.node=Sf.pre,Sf.bgClass&&(Gd.bgClass=Sf.bgClass),Sf.textClass&&(Gd.textClass=Sf.textClass),Qh(Bd,Gd),$m(Bd,Gd,pf,df),a1(Bd,Gd,df),Gd.node}function a1(Bd,Gd,pf){if(D1(Bd,Gd.line,Gd,pf,!0),Gd.rest)for(var df=0;df<Gd.rest.length;df++)D1(Bd,Gd.rest[df],Gd,pf,!1)}function D1(Bd,Gd,pf,df,Sf){if(Gd.widgets)for(var Gf=_h(pf),ih=0,gh=Gd.widgets;ih<gh.length;++ih){var bh=gh[ih],Nh=zd("div",[bh.node],"CodeMirror-linewidget"+(bh.className?" "+bh.className:""));bh.handleMouseEvents||Nh.setAttribute("cm-ignore-events","true"),f0(bh,Nh,pf,df),Bd.display.input.setUneditable(Nh),Sf&&bh.above?Gf.insertBefore(Nh,pf.gutter||pf.text):Gf.appendChild(Nh),Jd(bh,"redraw")}}function f0(Bd,Gd,pf,df){if(Bd.noHScroll){(pf.alignable||(pf.alignable=[])).push(Gd);var Sf=df.wrapperWidth;Gd.style.left=df.fixedPos+"px",Bd.coverGutter||(Sf-=df.gutterTotalWidth,Gd.style.paddingLeft=df.gutterTotalWidth+"px"),Gd.style.width=Sf+"px"}Bd.coverGutter&&(Gd.style.zIndex=5,Gd.style.position="relative",Bd.noHScroll||(Gd.style.marginLeft=-df.gutterTotalWidth+"px"))}function U1(Bd){if(Bd.height!=null)return Bd.height;var Gd=Bd.doc.cm;if(!Gd)return 0;if(!hf(document.body,Bd.node)){var pf="position: relative;";Bd.coverGutter&&(pf+="margin-left: -"+Gd.display.gutters.offsetWidth+"px;"),Bd.noHScroll&&(pf+="width: "+Gd.display.wrapper.clientWidth+"px;"),Wd(Gd.display.measure,zd("div",[Bd.node],null,pf))}return Bd.height=Bd.node.parentNode.offsetHeight}function X1(Bd,Gd){for(var pf=M1(Gd);pf!=Bd.wrapper;pf=pf.parentNode)if(!pf||pf.nodeType==1&&pf.getAttribute("cm-ignore-events")=="true"||pf.parentNode==Bd.sizer&&pf!=Bd.mover)return!0}function R0(Bd){return Bd.lineSpace.offsetTop}function K_(Bd){return Bd.mover.offsetHeight-Bd.lineSpace.offsetHeight}function Tv(Bd){if(Bd.cachedPaddingH)return Bd.cachedPaddingH;var Gd=Wd(Bd.measure,zd("pre","x","CodeMirror-line-like")),pf=window.getComputedStyle?window.getComputedStyle(Gd):Gd.currentStyle,df={left:parseInt(pf.paddingLeft),right:parseInt(pf.paddingRight)};return!isNaN(df.left)&&!isNaN(df.right)&&(Bd.cachedPaddingH=df),df}function Qg(Bd){return jf-Bd.display.nativeBarWidth}function Y_(Bd){return Bd.display.scroller.clientWidth-Qg(Bd)-Bd.display.barWidth}function Iy(Bd){return Bd.display.scroller.clientHeight-Qg(Bd)-Bd.display.barHeight}function xv(Bd,Gd,pf){var df=Bd.options.lineWrapping,Sf=df&&Y_(Bd);if(!Gd.measure.heights||df&&Gd.measure.width!=Sf){var Gf=Gd.measure.heights=[];if(df){Gd.measure.width=Sf;for(var ih=Gd.text.firstChild.getClientRects(),gh=0;gh<ih.length-1;gh++){var bh=ih[gh],Nh=ih[gh+1];Math.abs(bh.bottom-Nh.bottom)>2&&Gf.push((bh.bottom+Nh.top)/2-pf.top)}}Gf.push(pf.bottom-pf.top)}}function vE(Bd,Gd,pf){if(Bd.line==Gd)return{map:Bd.measure.map,cache:Bd.measure.cache};if(Bd.rest){for(var df=0;df<Bd.rest.length;df++)if(Bd.rest[df]==Gd)return{map:Bd.measure.maps[df],cache:Bd.measure.caches[df]};for(var Sf=0;Sf<Bd.rest.length;Sf++)if(Ch(Bd.rest[Sf])>pf)return{map:Bd.measure.maps[Sf],cache:Bd.measure.caches[Sf],before:!0}}}function S2(Bd,Gd){Gd=Y1(Gd);var pf=Ch(Gd),df=Bd.display.externalMeasured=new Ab(Bd.doc,Gd,pf);df.lineN=pf;var Sf=df.built=cg(Bd,df);return df.text=Sf.pre,Wd(Bd.display.lineMeasure,Sf.pre),df}function kb(Bd,Gd,pf,df){return pg(Bd,dg(Bd,Gd),pf,df)}function Ib(Bd,Gd){if(Gd>=Bd.display.viewFrom&&Gd<Bd.display.viewTo)return Bd.display.view[Q_(Bd,Gd)];var pf=Bd.display.externalMeasured;if(pf&&Gd>=pf.lineN&&Gd<pf.lineN+pf.size)return pf}function dg(Bd,Gd){var pf=Ch(Gd),df=Ib(Bd,pf);df&&!df.text?df=null:df&&df.changes&&(Qf(Bd,df,pf,wv(Bd)),Bd.curOp.forceUpdate=!0),df||(df=S2(Bd,Gd));var Sf=vE(df,Gd,pf);return{line:Gd,view:df,rect:null,map:Sf.map,cache:Sf.cache,before:Sf.before,hasHeights:!1}}function pg(Bd,Gd,pf,df,Sf){Gd.before&&(pf=-1);var Gf=pf+(df||""),ih;return Gd.cache.hasOwnProperty(Gf)?ih=Gd.cache[Gf]:(Gd.rect||(Gd.rect=Gd.view.text.getBoundingClientRect()),Gd.hasHeights||(xv(Bd,Gd.view,Gd.rect),Gd.hasHeights=!0),ih=Cv(Bd,Gd,pf,df),ih.bogus||(Gd.cache[Gf]=ih)),{left:ih.left,right:ih.right,top:Sf?ih.rtop:ih.top,bottom:Sf?ih.rbottom:ih.bottom}}var bE={left:0,right:0,top:0,bottom:0};function yE(Bd,Gd,pf){for(var df,Sf,Gf,ih,gh,bh,Nh=0;Nh<Bd.length;Nh+=3)if(gh=Bd[Nh],bh=Bd[Nh+1],Gd<gh?(Sf=0,Gf=1,ih="left"):Gd<bh?(Sf=Gd-gh,Gf=Sf+1):(Nh==Bd.length-3||Gd==bh&&Bd[Nh+3]>Gd)&&(Gf=bh-gh,Sf=Gf-1,Gd>=bh&&(ih="right")),Sf!=null){if(df=Bd[Nh+2],gh==bh&&pf==(df.insertLeft?"left":"right")&&(ih=pf),pf=="left"&&Sf==0)for(;Nh&&Bd[Nh-2]==Bd[Nh-3]&&Bd[Nh-1].insertLeft;)df=Bd[(Nh-=3)+2],ih="left";if(pf=="right"&&Sf==bh-gh)for(;Nh<Bd.length-3&&Bd[Nh+3]==Bd[Nh+4]&&!Bd[Nh+5].insertLeft;)df=Bd[(Nh+=3)+2],ih="right";break}return{node:df,start:Sf,end:Gf,collapse:ih,coverStart:gh,coverEnd:bh}}function T2(Bd,Gd){var pf=bE;if(Gd=="left")for(var df=0;df<Bd.length&&(pf=Bd[df]).left==pf.right;df++);else for(var Sf=Bd.length-1;Sf>=0&&(pf=Bd[Sf]).left==pf.right;Sf--);return pf}function Cv(Bd,Gd,pf,df){var Sf=yE(Gd.map,pf,df),Gf=Sf.node,ih=Sf.start,gh=Sf.end,bh=Sf.collapse,Nh;if(Gf.nodeType==3){for(var Wh=0;Wh<4;Wh++){for(;ih&&oh(Gd.line.text.charAt(Sf.coverStart+ih));)--ih;for(;Sf.coverStart+gh<Sf.coverEnd&&oh(Gd.line.text.charAt(Sf.coverStart+gh));)++gh;if(ld&&cd<9&&ih==0&&gh==Sf.coverEnd-Sf.coverStart?Nh=Gf.parentNode.getBoundingClientRect():Nh=T2(Qd(Gf,ih,gh).getClientRects(),df),Nh.left||Nh.right||ih==0)break;gh=ih,ih=ih-1,bh="right"}ld&&cd<11&&(Nh=Rg(Bd.display.measure,Nh))}else{ih>0&&(bh=df="right");var Jh;Bd.options.lineWrapping&&(Jh=Gf.getClientRects()).length>1?Nh=Jh[df=="right"?Jh.length-1:0]:Nh=Gf.getBoundingClientRect()}if(ld&&cd<9&&!ih&&(!Nh||!Nh.left&&!Nh.right)){var hm=Gf.parentNode.getClientRects()[0];hm?Nh={left:hm.left,right:hm.left+f_(Bd.display),top:hm.top,bottom:hm.bottom}:Nh=bE}for(var dm=Nh.top-Gd.rect.top,Nm=Nh.bottom-Gd.rect.top,Mm=(dm+Nm)/2,Wm=Gd.view.measure.heights,Zm=0;Zm<Wm.length-1&&!(Mm<Wm[Zm]);Zm++);var e1=Zm?Wm[Zm-1]:0,Jm=Wm[Zm],n1={left:(bh=="right"?Nh.right:Nh.left)-Gd.rect.left,right:(bh=="left"?Nh.left:Nh.right)-Gd.rect.left,top:e1,bottom:Jm};return!Nh.left&&!Nh.right&&(n1.bogus=!0),Bd.options.singleCursorHeightPerLine||(n1.rtop=dm,n1.rbottom=Nm),n1}function Rg(Bd,Gd){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!Xh(Bd))return Gd;var pf=screen.logicalXDPI/screen.deviceXDPI,df=screen.logicalYDPI/screen.deviceYDPI;return{left:Gd.left*pf,right:Gd.right*pf,top:Gd.top*df,bottom:Gd.bottom*df}}function Ry(Bd){if(Bd.measure&&(Bd.measure.cache={},Bd.measure.heights=null,Bd.rest))for(var Gd=0;Gd<Bd.rest.length;Gd++)Bd.measure.caches[Gd]={}}function SE(Bd){Bd.display.externalMeasure=null,qd(Bd.display.lineMeasure);for(var Gd=0;Gd<Bd.display.view.length;Gd++)Ry(Bd.display.view[Gd])}function tb(Bd){SE(Bd),Bd.display.cachedCharWidth=Bd.display.cachedTextHeight=Bd.display.cachedPaddingH=null,Bd.options.lineWrapping||(Bd.display.maxLineChanged=!0),Bd.display.lineNumChars=null}function TE(Bd){return _d&&kd?-(Bd.body.getBoundingClientRect().left-parseInt(getComputedStyle(Bd.body).marginLeft)):Bd.defaultView.pageXOffset||(Bd.documentElement||Bd.body).scrollLeft}function xE(Bd){return _d&&kd?-(Bd.body.getBoundingClientRect().top-parseInt(getComputedStyle(Bd.body).marginTop)):Bd.defaultView.pageYOffset||(Bd.documentElement||Bd.body).scrollTop}function $y(Bd){var Gd=Y1(Bd),pf=Gd.widgets,df=0;if(pf)for(var Sf=0;Sf<pf.length;++Sf)pf[Sf].above&&(df+=U1(pf[Sf]));return df}function p_(Bd,Gd,pf,df,Sf){if(!Sf){var Gf=$y(Gd);pf.top+=Gf,pf.bottom+=Gf}if(df=="line")return pf;df||(df="local");var ih=ag(Gd);if(df=="local"?ih+=R0(Bd.display):ih-=Bd.display.viewOffset,df=="page"||df=="window"){var gh=Bd.display.lineSpace.getBoundingClientRect();ih+=gh.top+(df=="window"?0:xE(Ef(Bd)));var bh=gh.left+(df=="window"?0:TE(Ef(Bd)));pf.left+=bh,pf.right+=bh}return pf.top+=ih,pf.bottom+=ih,pf}function mm(Bd,Gd,pf){if(pf=="div")return Gd;var df=Gd.left,Sf=Gd.top;if(pf=="page")df-=TE(Ef(Bd)),Sf-=xE(Ef(Bd));else if(pf=="local"||!pf){var Gf=Bd.display.sizer.getBoundingClientRect();df+=Gf.left,Sf+=Gf.top}var ih=Bd.display.lineSpace.getBoundingClientRect();return{left:df-ih.left,top:Sf-ih.top}}function Rm(Bd,Gd,pf,df,Sf){return df||(df=Pm(Bd.doc,Gd.line)),p_(Bd,df,kb(Bd,df,Gd.ch,Sf),pf)}function Sm(Bd,Gd,pf,df,Sf,Gf){df=df||Pm(Bd.doc,Gd.line),Sf||(Sf=dg(Bd,df));function ih(Nm,Mm){var Wm=pg(Bd,Sf,Nm,Mm?"right":"left",Gf);return Mm?Wm.left=Wm.right:Wm.right=Wm.left,p_(Bd,df,Wm,pf)}var gh=Gh(df,Bd.doc.direction),bh=Gd.ch,Nh=Gd.sticky;if(bh>=df.text.length?(bh=df.text.length,Nh="before"):bh<=0&&(bh=0,Nh="after"),!gh)return ih(Nh=="before"?bh-1:bh,Nh=="before");function Wh(Nm,Mm,Wm){var Zm=gh[Mm],e1=Zm.level==1;return ih(Wm?Nm-1:Nm,e1!=Wm)}var Jh=Th(gh,bh,Nh),hm=Jf,dm=Wh(bh,Jh,Nh=="before");return hm!=null&&(dm.other=Wh(bh,hm,Nh!="before")),dm}function o1(Bd,Gd){var pf=0;Gd=S1(Bd.doc,Gd),Bd.options.lineWrapping||(pf=f_(Bd.display)*Gd.ch);var df=Pm(Bd.doc,Gd.line),Sf=ag(df)+R0(Bd.display);return{left:pf,right:pf,top:Sf,bottom:Sf+df.height}}function k1(Bd,Gd,pf,df,Sf){var Gf=_m(Bd,Gd,pf);return Gf.xRel=Sf,df&&(Gf.outside=df),Gf}function q1(Bd,Gd,pf){var df=Bd.doc;if(pf+=Bd.display.viewOffset,pf<0)return k1(df.first,0,null,-1,-1);var Sf=Kh(df,pf),Gf=df.first+df.size-1;if(Sf>Gf)return k1(df.first+df.size-1,Pm(df,Gf).text.length,null,1,1);Gd<0&&(Gd=0);for(var ih=Pm(df,Sf);;){var gh=x2(Bd,ih,Sf,Gd,pf),bh=Ev(ih,gh.ch+(gh.xRel>0||gh.outside>0?1:0));if(!bh)return gh;var Nh=bh.find(1);if(Nh.line==Sf)return Nh;ih=Pm(df,Sf=Nh.line)}}function D0(Bd,Gd,pf,df){df-=$y(Gd);var Sf=Gd.text.length,Gf=Rf(function(ih){return pg(Bd,pf,ih-1).bottom<=df},Sf,0);return Sf=Rf(function(ih){return pg(Bd,pf,ih).top>df},Gf,Sf),{begin:Gf,end:Sf}}function a0(Bd,Gd,pf,df){pf||(pf=dg(Bd,Gd));var Sf=p_(Bd,Gd,pg(Bd,pf,df),"line").top;return D0(Bd,Gd,pf,Sf)}function rb(Bd,Gd,pf,df){return Bd.bottom<=pf?!1:Bd.top>pf?!0:(df?Bd.left:Bd.right)>Gd}function x2(Bd,Gd,pf,df,Sf){Sf-=ag(Gd);var Gf=dg(Bd,Gd),ih=$y(Gd),gh=0,bh=Gd.text.length,Nh=!0,Wh=Gh(Gd,Bd.doc.direction);if(Wh){var Jh=(Bd.options.lineWrapping?Rb:Tg)(Bd,Gd,pf,Gf,Wh,df,Sf);Nh=Jh.level!=1,gh=Nh?Jh.from:Jh.to-1,bh=Nh?Jh.to:Jh.from-1}var hm=null,dm=null,Nm=Rf(function(f1){var p1=pg(Bd,Gf,f1);return p1.top+=ih,p1.bottom+=ih,rb(p1,df,Sf,!1)?(p1.top<=Sf&&p1.left<=df&&(hm=f1,dm=p1),!0):!1},gh,bh),Mm,Wm,Zm=!1;if(dm){var e1=df-dm.left<dm.right-df,Jm=e1==Nh;Nm=hm+(Jm?0:1),Wm=Jm?"after":"before",Mm=e1?dm.left:dm.right}else{!Nh&&(Nm==bh||Nm==gh)&&Nm++,Wm=Nm==0?"after":Nm==Gd.text.length?"before":pg(Bd,Gf,Nm-(Nh?1:0)).bottom+ih<=Sf==Nh?"after":"before";var n1=Sm(Bd,_m(pf,Nm,Wm),"line",Gd,Gf);Mm=n1.left,Zm=Sf<n1.top?-1:Sf>=n1.bottom?1:0}return Nm=Vf(Gd.text,Nm,1),k1(pf,Nm,Wm,Zm,df-Mm)}function Tg(Bd,Gd,pf,df,Sf,Gf,ih){var gh=Rf(function(Jh){var hm=Sf[Jh],dm=hm.level!=1;return rb(Sm(Bd,_m(pf,dm?hm.to:hm.from,dm?"before":"after"),"line",Gd,df),Gf,ih,!0)},0,Sf.length-1),bh=Sf[gh];if(gh>0){var Nh=bh.level!=1,Wh=Sm(Bd,_m(pf,Nh?bh.from:bh.to,Nh?"after":"before"),"line",Gd,df);rb(Wh,Gf,ih,!0)&&Wh.top>ih&&(bh=Sf[gh-1])}return bh}function Rb(Bd,Gd,pf,df,Sf,Gf,ih){var gh=D0(Bd,Gd,df,ih),bh=gh.begin,Nh=gh.end;/\s/.test(Gd.text.charAt(Nh-1))&&Nh--;for(var Wh=null,Jh=null,hm=0;hm<Sf.length;hm++){var dm=Sf[hm];if(!(dm.from>=Nh||dm.to<=bh)){var Nm=dm.level!=1,Mm=pg(Bd,df,Nm?Math.min(Nh,dm.to)-1:Math.max(bh,dm.from)).right,Wm=Mm<Gf?Gf-Mm+1e9:Mm-Gf;(!Wh||Jh>Wm)&&(Wh=dm,Jh=Wm)}}return Wh||(Wh=Sf[Sf.length-1]),Wh.from<bh&&(Wh={from:bh,to:Wh.to,level:Wh.level}),Wh.to>Nh&&(Wh={from:Wh.from,to:Nh,level:Wh.level}),Wh}var X_;function $g(Bd){if(Bd.cachedTextHeight!=null)return Bd.cachedTextHeight;if(X_==null){X_=zd("pre",null,"CodeMirror-line-like");for(var Gd=0;Gd<49;++Gd)X_.appendChild(document.createTextNode("x")),X_.appendChild(zd("br"));X_.appendChild(document.createTextNode("x"))}Wd(Bd.measure,X_);var pf=X_.offsetHeight/50;return pf>3&&(Bd.cachedTextHeight=pf),qd(Bd.measure),pf||1}function f_(Bd){if(Bd.cachedCharWidth!=null)return Bd.cachedCharWidth;var Gd=zd("span","xxxxxxxxxx"),pf=zd("pre",[Gd],"CodeMirror-line-like");Wd(Bd.measure,pf);var df=Gd.getBoundingClientRect(),Sf=(df.right-df.left)/10;return Sf>2&&(Bd.cachedCharWidth=Sf),Sf||10}function wv(Bd){for(var Gd=Bd.display,pf={},df={},Sf=Gd.gutters.clientLeft,Gf=Gd.gutters.firstChild,ih=0;Gf;Gf=Gf.nextSibling,++ih){var gh=Bd.display.gutterSpecs[ih].className;pf[gh]=Gf.offsetLeft+Gf.clientLeft+Sf,df[gh]=Gf.clientWidth}return{fixedPos:e0(Gd),gutterTotalWidth:Gd.gutters.offsetWidth,gutterLeft:pf,gutterWidth:df,wrapperWidth:Gd.wrapper.clientWidth}}function e0(Bd){return Bd.scroller.getBoundingClientRect().left-Bd.sizer.getBoundingClientRect().left}function CE(Bd){var Gd=$g(Bd.display),pf=Bd.options.lineWrapping,df=pf&&Math.max(5,Bd.display.scroller.clientWidth/f_(Bd.display)-3);return function(Sf){if(c0(Bd.doc,Sf))return 0;var Gf=0;if(Sf.widgets)for(var ih=0;ih<Sf.widgets.length;ih++)Sf.widgets[ih].height&&(Gf+=Sf.widgets[ih].height);return pf?Gf+(Math.ceil(Sf.text.length/df)||1)*Gd:Gf+Gd}}function $b(Bd){var Gd=Bd.doc,pf=CE(Bd);Gd.iter(function(df){var Sf=pf(df);Sf!=df.height&&d1(df,Sf)})}function Jg(Bd,Gd,pf,df){var Sf=Bd.display;if(!pf&&M1(Gd).getAttribute("cm-not-content")=="true")return null;var Gf,ih,gh=Sf.lineSpace.getBoundingClientRect();try{Gf=Gd.clientX-gh.left,ih=Gd.clientY-gh.top}catch{return null}var bh=q1(Bd,Gf,ih),Nh;if(df&&bh.xRel>0&&(Nh=Pm(Bd.doc,bh.line).text).length==bh.ch){var Wh=Pf(Nh,Nh.length,Bd.options.tabSize)-Nh.length;bh=_m(bh.line,Math.max(0,Math.round((Gf-Tv(Bd.display).left)/f_(Bd.display))-Wh))}return bh}function Q_(Bd,Gd){if(Gd>=Bd.display.viewTo||(Gd-=Bd.display.viewFrom,Gd<0))return null;for(var pf=Bd.display.view,df=0;df<pf.length;df++)if(Gd-=pf[df].size,Gd<0)return df}function J0(Bd,Gd,pf,df){Gd==null&&(Gd=Bd.doc.first),pf==null&&(pf=Bd.doc.first+Bd.doc.size),df||(df=0);var Sf=Bd.display;if(df&&pf<Sf.viewTo&&(Sf.updateLineNumbers==null||Sf.updateLineNumbers>Gd)&&(Sf.updateLineNumbers=Gd),Bd.curOp.viewChanged=!0,Gd>=Sf.viewTo)p0&&t0(Bd.doc,Gd)<Sf.viewTo&&Mg(Bd);else if(pf<=Sf.viewFrom)p0&&ig(Bd.doc,pf+df)>Sf.viewFrom?Mg(Bd):(Sf.viewFrom+=df,Sf.viewTo+=df);else if(Gd<=Sf.viewFrom&&pf>=Sf.viewTo)Mg(Bd);else if(Gd<=Sf.viewFrom){var Gf=Pg(Bd,pf,pf+df,1);Gf?(Sf.view=Sf.view.slice(Gf.index),Sf.viewFrom=Gf.lineN,Sf.viewTo+=df):Mg(Bd)}else if(pf>=Sf.viewTo){var ih=Pg(Bd,Gd,Gd,-1);ih?(Sf.view=Sf.view.slice(0,ih.index),Sf.viewTo=ih.lineN):Mg(Bd)}else{var gh=Pg(Bd,Gd,Gd,-1),bh=Pg(Bd,pf,pf+df,1);gh&&bh?(Sf.view=Sf.view.slice(0,gh.index).concat(x_(Bd,gh.lineN,bh.lineN)).concat(Sf.view.slice(bh.index)),Sf.viewTo+=df):Mg(Bd)}var Nh=Sf.externalMeasured;Nh&&(pf<Nh.lineN?Nh.lineN+=df:Gd<Nh.lineN+Nh.size&&(Sf.externalMeasured=null))}function C_(Bd,Gd,pf){Bd.curOp.viewChanged=!0;var df=Bd.display,Sf=Bd.display.externalMeasured;if(Sf&&Gd>=Sf.lineN&&Gd<Sf.lineN+Sf.size&&(df.externalMeasured=null),!(Gd<df.viewFrom||Gd>=df.viewTo)){var Gf=df.view[Q_(Bd,Gd)];if(Gf.node!=null){var ih=Gf.changes||(Gf.changes=[]);Lf(ih,pf)==-1&&ih.push(pf)}}}function Mg(Bd){Bd.display.viewFrom=Bd.display.viewTo=Bd.doc.first,Bd.display.view=[],Bd.display.viewOffset=0}function Pg(Bd,Gd,pf,df){var Sf=Q_(Bd,Gd),Gf,ih=Bd.display.view;if(!p0||pf==Bd.doc.first+Bd.doc.size)return{index:Sf,lineN:pf};for(var gh=Bd.display.viewFrom,bh=0;bh<Sf;bh++)gh+=ih[bh].size;if(gh!=Gd){if(df>0){if(Sf==ih.length-1)return null;Gf=gh+ih[Sf].size-Gd,Sf++}else Gf=gh-Gd;Gd+=Gf,pf+=Gf}for(;t0(Bd.doc,pf)!=pf;){if(Sf==(df<0?0:ih.length-1))return null;pf+=df*ih[Sf-(df<0?1:0)].size,Sf+=df}return{index:Sf,lineN:pf}}function Mb(Bd,Gd,pf){var df=Bd.display,Sf=df.view;Sf.length==0||Gd>=df.viewTo||pf<=df.viewFrom?(df.view=x_(Bd,Gd,pf),df.viewFrom=Gd):(df.viewFrom>Gd?df.view=x_(Bd,Gd,df.viewFrom).concat(df.view):df.viewFrom<Gd&&(df.view=df.view.slice(Q_(Bd,Gd))),df.viewFrom=Gd,df.viewTo<pf?df.view=df.view.concat(x_(Bd,df.viewTo,pf)):df.viewTo>pf&&(df.view=df.view.slice(0,Q_(Bd,pf)))),df.viewTo=pf}function My(Bd){for(var Gd=Bd.display.view,pf=0,df=0;df<Gd.length;df++){var Sf=Gd[df];!Sf.hidden&&(!Sf.node||Sf.changes)&&++pf}return pf}function w_(Bd){Bd.display.input.showSelection(Bd.display.input.prepareSelection())}function Py(Bd,Gd){Gd===void 0&&(Gd=!0);var pf=Bd.doc,df={},Sf=df.cursors=document.createDocumentFragment(),Gf=df.selection=document.createDocumentFragment(),ih=Bd.options.$customCursor;ih&&(Gd=!0);for(var gh=0;gh<pf.sel.ranges.length;gh++)if(!(!Gd&&gh==pf.sel.primIndex)){var bh=pf.sel.ranges[gh];if(!(bh.from().line>=Bd.display.viewTo||bh.to().line<Bd.display.viewFrom)){var Nh=bh.empty();if(ih){var Wh=ih(Bd,bh);Wh&&Pb(Bd,Wh,Sf)}else(Nh||Bd.options.showCursorWhenSelecting)&&Pb(Bd,bh.head,Sf);Nh||wE(Bd,bh,Gf)}}return df}function Pb(Bd,Gd,pf){var df=Sm(Bd,Gd,"div",null,null,!Bd.options.singleCursorHeightPerLine),Sf=pf.appendChild(zd("div"," ","CodeMirror-cursor"));if(Sf.style.left=df.left+"px",Sf.style.top=df.top+"px",Sf.style.height=Math.max(0,df.bottom-df.top)*Bd.options.cursorHeight+"px",/\bcm-fat-cursor\b/.test(Bd.getWrapperElement().className)){var Gf=Rm(Bd,Gd,"div",null,null),ih=Gf.right-Gf.left;Sf.style.width=(ih>0?ih:Bd.defaultCharWidth())+"px"}if(df.other){var gh=pf.appendChild(zd("div"," ","CodeMirror-cursor CodeMirror-secondarycursor"));gh.style.display="",gh.style.left=df.other.left+"px",gh.style.top=df.other.top+"px",gh.style.height=(df.other.bottom-df.other.top)*.85+"px"}}function J_(Bd,Gd){return Bd.top-Gd.top||Bd.left-Gd.left}function wE(Bd,Gd,pf){var df=Bd.display,Sf=Bd.doc,Gf=document.createDocumentFragment(),ih=Tv(Bd.display),gh=ih.left,bh=Math.max(df.sizerWidth,Y_(Bd)-df.sizer.offsetLeft)-ih.right,Nh=Sf.direction=="ltr";function Wh(Jm,n1,f1,p1){n1<0&&(n1=0),n1=Math.round(n1),p1=Math.round(p1),Gf.appendChild(zd("div",null,"CodeMirror-selected","position: absolute; left: "+Jm+`px;
top: `+n1+"px; width: "+(f1??bh-Jm)+`px;
height: `+(p1-n1)+"px"))}function Jh(Jm,n1,f1){var p1=Pm(Sf,Jm),$1=p1.text.length,i0,y0;function l0(C0,Y0){return Rm(Bd,_m(Jm,C0),"div",p1,Y0)}function m0(C0,Y0,z0){var O0=a0(Bd,p1,null,C0),w0=Y0=="ltr"==(z0=="after")?"left":"right",g0=z0=="after"?O0.begin:O0.end-(/\s/.test(p1.text.charAt(O0.end-1))?2:1);return l0(g0,w0)[w0]}var x0=Gh(p1,Sf.direction);return Zf(x0,n1||0,f1??$1,function(C0,Y0,z0,O0){var w0=z0=="ltr",g0=l0(C0,w0?"left":"right"),Z0=l0(Y0-1,w0?"right":"left"),Kv=n1==null&&C0==0,L_=f1==null&&Y0==$1,G0=O0==0,i_=!x0||O0==x0.length-1;if(Z0.top-g0.top<=3){var L0=(Nh?Kv:L_)&&G0,fE=(Nh?L_:Kv)&&i_,a_=L0?gh:(w0?g0:Z0).left,F_=fE?bh:(w0?Z0:g0).right;Wh(a_,g0.top,F_-a_,g0.bottom)}else{var j_,X0,Yv,hE;w0?(j_=Nh&&Kv&&G0?gh:g0.left,X0=Nh?bh:m0(C0,z0,"before"),Yv=Nh?gh:m0(Y0,z0,"after"),hE=Nh&&L_&&i_?bh:Z0.right):(j_=Nh?m0(C0,z0,"before"):gh,X0=!Nh&&Kv&&G0?bh:g0.right,Yv=!Nh&&L_&&i_?gh:Z0.left,hE=Nh?m0(Y0,z0,"after"):bh),Wh(j_,g0.top,X0-j_,g0.bottom),g0.bottom<Z0.top&&Wh(gh,g0.bottom,null,Z0.top),Wh(Yv,Z0.top,hE-Yv,Z0.bottom)}(!i0||J_(g0,i0)<0)&&(i0=g0),J_(Z0,i0)<0&&(i0=Z0),(!y0||J_(g0,y0)<0)&&(y0=g0),J_(Z0,y0)<0&&(y0=Z0)}),{start:i0,end:y0}}var hm=Gd.from(),dm=Gd.to();if(hm.line==dm.line)Jh(hm.line,hm.ch,dm.ch);else{var Nm=Pm(Sf,hm.line),Mm=Pm(Sf,dm.line),Wm=Y1(Nm)==Y1(Mm),Zm=Jh(hm.line,hm.ch,Wm?Nm.text.length+1:null).end,e1=Jh(dm.line,Wm?0:null,dm.ch).start;Wm&&(Zm.top<e1.top-2?(Wh(Zm.right,Zm.top,null,Zm.bottom),Wh(gh,e1.top,e1.left,e1.bottom)):Wh(Zm.right,Zm.top,e1.left-Zm.right,Zm.bottom)),Zm.bottom<e1.top&&Wh(gh,Zm.bottom,null,e1.top)}pf.appendChild(Gf)}function Z_(Bd){if(Bd.state.focused){var Gd=Bd.display;clearInterval(Gd.blinker);var pf=!0;Gd.cursorDiv.style.visibility="",Bd.options.cursorBlinkRate>0?Gd.blinker=setInterval(function(){Bd.hasFocus()||Av(Bd),Gd.cursorDiv.style.visibility=(pf=!pf)?"":"hidden"},Bd.options.cursorBlinkRate):Bd.options.cursorBlinkRate<0&&(Gd.cursorDiv.style.visibility="hidden")}}function N_(Bd){Bd.hasFocus()||(Bd.display.input.focus(),Bd.state.focused||By(Bd))}function Nv(Bd){Bd.state.delayingBlurEvent=!0,setTimeout(function(){Bd.state.delayingBlurEvent&&(Bd.state.delayingBlurEvent=!1,Bd.state.focused&&Av(Bd))},100)}function By(Bd,Gd){Bd.state.delayingBlurEvent&&!Bd.state.draggingText&&(Bd.state.delayingBlurEvent=!1),Bd.options.readOnly!="nocursor"&&(Bd.state.focused||(cm(Bd,"focus",Bd,Gd),Bd.state.focused=!0,bf(Bd.display.wrapper,"CodeMirror-focused"),!Bd.curOp&&Bd.display.selForContextMenu!=Bd.doc.sel&&(Bd.display.input.reset(),ud&&setTimeout(function(){return Bd.display.input.reset(!0)},20)),Bd.display.input.receivedFocus()),Z_(Bd))}function Av(Bd,Gd){Bd.state.delayingBlurEvent||(Bd.state.focused&&(cm(Bd,"blur",Bd,Gd),Bd.state.focused=!1,Vd(Bd.display.wrapper,"CodeMirror-focused")),clearInterval(Bd.display.blinker),setTimeout(function(){Bd.state.focused||(Bd.display.shift=!1)},150))}function Bb(Bd){for(var Gd=Bd.display,pf=Gd.lineDiv.offsetTop,df=Math.max(0,Gd.scroller.getBoundingClientRect().top),Sf=Gd.lineDiv.getBoundingClientRect().top,Gf=0,ih=0;ih<Gd.view.length;ih++){var gh=Gd.view[ih],bh=Bd.options.lineWrapping,Nh=void 0,Wh=0;if(!gh.hidden){if(Sf+=gh.line.height,ld&&cd<8){var Jh=gh.node.offsetTop+gh.node.offsetHeight;Nh=Jh-pf,pf=Jh}else{var hm=gh.node.getBoundingClientRect();Nh=hm.bottom-hm.top,!bh&&gh.text.firstChild&&(Wh=gh.text.firstChild.getBoundingClientRect().right-hm.left-1)}var dm=gh.line.height-Nh;if((dm>.005||dm<-.005)&&(Sf<df&&(Gf-=dm),d1(gh.line,Nh),nb(gh.line),gh.rest))for(var Nm=0;Nm<gh.rest.length;Nm++)nb(gh.rest[Nm]);if(Wh>Bd.display.sizerWidth){var Mm=Math.ceil(Wh/f_(Bd.display));Mm>Bd.display.maxLineLength&&(Bd.display.maxLineLength=Mm,Bd.display.maxLine=gh.line,Bd.display.maxLineChanged=!0)}}}Math.abs(Gf)>2&&(Gd.scroller.scrollTop+=Gf)}function nb(Bd){if(Bd.widgets)for(var Gd=0;Gd<Bd.widgets.length;++Gd){var pf=Bd.widgets[Gd],df=pf.node.parentNode;df&&(pf.height=df.offsetHeight)}}function ev(Bd,Gd,pf){var df=pf&&pf.top!=null?Math.max(0,pf.top):Bd.scroller.scrollTop;df=Math.floor(df-R0(Bd));var Sf=pf&&pf.bottom!=null?pf.bottom:df+Bd.wrapper.clientHeight,Gf=Kh(Gd,df),ih=Kh(Gd,Sf);if(pf&&pf.ensure){var gh=pf.ensure.from.line,bh=pf.ensure.to.line;gh<Gf?(Gf=gh,ih=Kh(Gd,ag(Pm(Gd,gh))+Bd.wrapper.clientHeight)):Math.min(bh,Gd.lastLine())>=ih&&(Gf=Kh(Gd,ag(Pm(Gd,bh))-Bd.wrapper.clientHeight),ih=bh)}return{from:Gf,to:Math.max(ih,Gf+1)}}function Ly(Bd,Gd){if(!Tm(Bd,"scrollCursorIntoView")){var pf=Bd.display,df=pf.sizer.getBoundingClientRect(),Sf=null,Gf=pf.wrapper.ownerDocument;if(Gd.top+df.top<0?Sf=!0:Gd.bottom+df.top>(Gf.defaultView.innerHeight||Gf.documentElement.clientHeight)&&(Sf=!1),Sf!=null&&!Ad){var ih=zd("div","",null,`position: absolute;
top: `+(Gd.top-pf.viewOffset-R0(Bd.display))+`px;
height: `+(Gd.bottom-Gd.top+Qg(Bd)+pf.barHeight)+`px;
left: `+Gd.left+"px; width: "+Math.max(2,Gd.right-Gd.left)+"px;");Bd.display.lineSpace.appendChild(ih),ih.scrollIntoView(Sf),Bd.display.lineSpace.removeChild(ih)}}}function C2(Bd,Gd,pf,df){df==null&&(df=0);var Sf;!Bd.options.lineWrapping&&Gd==pf&&(pf=Gd.sticky=="before"?_m(Gd.line,Gd.ch+1,"before"):Gd,Gd=Gd.ch?_m(Gd.line,Gd.sticky=="before"?Gd.ch-1:Gd.ch,"after"):Gd);for(var Gf=0;Gf<5;Gf++){var ih=!1,gh=Sm(Bd,Gd),bh=!pf||pf==Gd?gh:Sm(Bd,pf);Sf={left:Math.min(gh.left,bh.left),top:Math.min(gh.top,bh.top)-df,right:Math.max(gh.left,bh.left),bottom:Math.max(gh.bottom,bh.bottom)+df};var Nh=Fy(Bd,Sf),Wh=Bd.doc.scrollTop,Jh=Bd.doc.scrollLeft;if(Nh.scrollTop!=null&&(ib(Bd,Nh.scrollTop),Math.abs(Bd.doc.scrollTop-Wh)>1&&(ih=!0)),Nh.scrollLeft!=null&&(Bg(Bd,Nh.scrollLeft),Math.abs(Bd.doc.scrollLeft-Jh)>1&&(ih=!0)),!ih)break}return Sf}function NE(Bd,Gd){var pf=Fy(Bd,Gd);pf.scrollTop!=null&&ib(Bd,pf.scrollTop),pf.scrollLeft!=null&&Bg(Bd,pf.scrollLeft)}function Fy(Bd,Gd){var pf=Bd.display,df=$g(Bd.display);Gd.top<0&&(Gd.top=0);var Sf=Bd.curOp&&Bd.curOp.scrollTop!=null?Bd.curOp.scrollTop:pf.scroller.scrollTop,Gf=Iy(Bd),ih={};Gd.bottom-Gd.top>Gf&&(Gd.bottom=Gd.top+Gf);var gh=Bd.doc.height+K_(pf),bh=Gd.top<df,Nh=Gd.bottom>gh-df;if(Gd.top<Sf)ih.scrollTop=bh?0:Gd.top;else if(Gd.bottom>Sf+Gf){var Wh=Math.min(Gd.top,(Nh?gh:Gd.bottom)-Gf);Wh!=Sf&&(ih.scrollTop=Wh)}var Jh=Bd.options.fixedGutter?0:pf.gutters.offsetWidth,hm=Bd.curOp&&Bd.curOp.scrollLeft!=null?Bd.curOp.scrollLeft:pf.scroller.scrollLeft-Jh,dm=Y_(Bd)-pf.gutters.offsetWidth,Nm=Gd.right-Gd.left>dm;return Nm&&(Gd.right=Gd.left+dm),Gd.left<10?ih.scrollLeft=0:Gd.left<hm?ih.scrollLeft=Math.max(0,Gd.left+Jh-(Nm?0:10)):Gd.right>dm+hm-3&&(ih.scrollLeft=Gd.right+(Nm?0:10)-dm),ih}function jy(Bd,Gd){Gd!=null&&(Lb(Bd),Bd.curOp.scrollTop=(Bd.curOp.scrollTop==null?Bd.doc.scrollTop:Bd.curOp.scrollTop)+Gd)}function u0(Bd){Lb(Bd);var Gd=Bd.getCursor();Bd.curOp.scrollToPos={from:Gd,to:Gd,margin:Bd.options.cursorScrollMargin}}function k0(Bd,Gd,pf){(Gd!=null||pf!=null)&&Lb(Bd),Gd!=null&&(Bd.curOp.scrollLeft=Gd),pf!=null&&(Bd.curOp.scrollTop=pf)}function w2(Bd,Gd){Lb(Bd),Bd.curOp.scrollToPos=Gd}function Lb(Bd){var Gd=Bd.curOp.scrollToPos;if(Gd){Bd.curOp.scrollToPos=null;var pf=o1(Bd,Gd.from),df=o1(Bd,Gd.to);Uy(Bd,pf,df,Gd.margin)}}function Uy(Bd,Gd,pf,df){var Sf=Fy(Bd,{left:Math.min(Gd.left,pf.left),top:Math.min(Gd.top,pf.top)-df,right:Math.max(Gd.right,pf.right),bottom:Math.max(Gd.bottom,pf.bottom)+df});k0(Bd,Sf.scrollLeft,Sf.scrollTop)}function ib(Bd,Gd){Math.abs(Bd.doc.scrollTop-Gd)<2||(td||Lg(Bd,{top:Gd}),Fb(Bd,Gd,!0),td&&Lg(Bd),sb(Bd,100))}function Fb(Bd,Gd,pf){Gd=Math.max(0,Math.min(Bd.display.scroller.scrollHeight-Bd.display.scroller.clientHeight,Gd)),!(Bd.display.scroller.scrollTop==Gd&&!pf)&&(Bd.doc.scrollTop=Gd,Bd.display.scrollbars.setScrollTop(Gd),Bd.display.scroller.scrollTop!=Gd&&(Bd.display.scroller.scrollTop=Gd))}function Bg(Bd,Gd,pf,df){Gd=Math.max(0,Math.min(Gd,Bd.display.scroller.scrollWidth-Bd.display.scroller.clientWidth)),!((pf?Gd==Bd.doc.scrollLeft:Math.abs(Bd.doc.scrollLeft-Gd)<2)&&!df)&&(Bd.doc.scrollLeft=Gd,OE(Bd),Bd.display.scroller.scrollLeft!=Gd&&(Bd.display.scroller.scrollLeft=Gd),Bd.display.scrollbars.setScrollLeft(Gd))}function tv(Bd){var Gd=Bd.display,pf=Gd.gutters.offsetWidth,df=Math.round(Bd.doc.height+K_(Bd.display));return{clientHeight:Gd.scroller.clientHeight,viewHeight:Gd.wrapper.clientHeight,scrollWidth:Gd.scroller.scrollWidth,clientWidth:Gd.scroller.clientWidth,viewWidth:Gd.wrapper.clientWidth,barLeft:Bd.options.fixedGutter?pf:0,docHeight:df,scrollHeight:df+Qg(Bd)+Gd.barHeight,nativeBarWidth:Gd.nativeBarWidth,gutterWidth:pf}}var xg=function(Bd,Gd,pf){this.cm=pf;var df=this.vert=zd("div",[zd("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),Sf=this.horiz=zd("div",[zd("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");df.tabIndex=Sf.tabIndex=-1,Bd(df),Bd(Sf),kh(df,"scroll",function(){df.clientHeight&&Gd(df.scrollTop,"vertical")}),kh(Sf,"scroll",function(){Sf.clientWidth&&Gd(Sf.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,ld&&cd<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};xg.prototype.update=function(Bd){var Gd=Bd.scrollWidth>Bd.clientWidth+1,pf=Bd.scrollHeight>Bd.clientHeight+1,df=Bd.nativeBarWidth;if(pf){this.vert.style.display="block",this.vert.style.bottom=Gd?df+"px":"0";var Sf=Bd.viewHeight-(Gd?df:0);this.vert.firstChild.style.height=Math.max(0,Bd.scrollHeight-Bd.clientHeight+Sf)+"px"}else this.vert.scrollTop=0,this.vert.style.display="",this.vert.firstChild.style.height="0";if(Gd){this.horiz.style.display="block",this.horiz.style.right=pf?df+"px":"0",this.horiz.style.left=Bd.barLeft+"px";var Gf=Bd.viewWidth-Bd.barLeft-(pf?df:0);this.horiz.firstChild.style.width=Math.max(0,Bd.scrollWidth-Bd.clientWidth+Gf)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&Bd.clientHeight>0&&(df==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:pf?df:0,bottom:Gd?df:0}},xg.prototype.setScrollLeft=function(Bd){this.horiz.scrollLeft!=Bd&&(this.horiz.scrollLeft=Bd),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},xg.prototype.setScrollTop=function(Bd){this.vert.scrollTop!=Bd&&(this.vert.scrollTop=Bd),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},xg.prototype.zeroWidthHack=function(){var Bd=Rd&&!Od?"12px":"18px";this.horiz.style.height=this.vert.style.width=Bd,this.horiz.style.visibility=this.vert.style.visibility="hidden",this.disableHoriz=new Ff,this.disableVert=new Ff},xg.prototype.enableZeroWidthBar=function(Bd,Gd,pf){Bd.style.visibility="";function df(){var Sf=Bd.getBoundingClientRect(),Gf=pf=="vert"?document.elementFromPoint(Sf.right-1,(Sf.top+Sf.bottom)/2):document.elementFromPoint((Sf.right+Sf.left)/2,Sf.bottom-1);Gf!=Bd?Bd.style.visibility="hidden":Gd.set(1e3,df)}Gd.set(1e3,df)},xg.prototype.clear=function(){var Bd=this.horiz.parentNode;Bd.removeChild(this.horiz),Bd.removeChild(this.vert)};var h_=function(){};h_.prototype.update=function(){return{bottom:0,right:0}},h_.prototype.setScrollLeft=function(){},h_.prototype.setScrollTop=function(){},h_.prototype.clear=function(){};function Zg(Bd,Gd){Gd||(Gd=tv(Bd));var pf=Bd.display.barWidth,df=Bd.display.barHeight;ab(Bd,Gd);for(var Sf=0;Sf<4&&pf!=Bd.display.barWidth||df!=Bd.display.barHeight;Sf++)pf!=Bd.display.barWidth&&Bd.options.lineWrapping&&Bb(Bd),ab(Bd,tv(Bd)),pf=Bd.display.barWidth,df=Bd.display.barHeight}function ab(Bd,Gd){var pf=Bd.display,df=pf.scrollbars.update(Gd);pf.sizer.style.paddingRight=(pf.barWidth=df.right)+"px",pf.sizer.style.paddingBottom=(pf.barHeight=df.bottom)+"px",pf.heightForcer.style.borderBottom=df.bottom+"px solid transparent",df.right&&df.bottom?(pf.scrollbarFiller.style.display="block",pf.scrollbarFiller.style.height=df.bottom+"px",pf.scrollbarFiller.style.width=df.right+"px"):pf.scrollbarFiller.style.display="",df.bottom&&Bd.options.coverGutterNextToScrollbar&&Bd.options.fixedGutter?(pf.gutterFiller.style.display="block",pf.gutterFiller.style.height=df.bottom+"px",pf.gutterFiller.style.width=Gd.gutterWidth+"px"):pf.gutterFiller.style.display=""}var rv={native:xg,null:h_};function AE(Bd){Bd.display.scrollbars&&(Bd.display.scrollbars.clear(),Bd.display.scrollbars.addClass&&Vd(Bd.display.wrapper,Bd.display.scrollbars.addClass)),Bd.display.scrollbars=new rv[Bd.options.scrollbarStyle](function(Gd){Bd.display.wrapper.insertBefore(Gd,Bd.display.scrollbarFiller),kh(Gd,"mousedown",function(){Bd.state.focused&&setTimeout(function(){return Bd.display.input.focus()},0)}),Gd.setAttribute("cm-not-content","true")},function(Gd,pf){pf=="horizontal"?Bg(Bd,Gd):ib(Bd,Gd)},Bd),Bd.display.scrollbars.addClass&&bf(Bd.display.wrapper,Bd.display.scrollbars.addClass)}var N2=0;function nv(Bd){Bd.curOp={cm:Bd,viewChanged:!1,startHeight:Bd.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++N2,markArrays:null},Db(Bd.curOp)}function iv(Bd){var Gd=Bd.curOp;Gd&&Xd(Gd,function(pf){for(var df=0;df<pf.ops.length;df++)pf.ops[df].cm.curOp=null;A2(pf)})}function A2(Bd){for(var Gd=Bd.ops,pf=0;pf<Gd.length;pf++)jb(Gd[pf]);for(var df=0;df<Gd.length;df++)ob(Gd[df]);for(var Sf=0;Sf<Gd.length;Sf++)DE(Gd[Sf]);for(var Gf=0;Gf<Gd.length;Gf++)Lh(Gd[Gf]);for(var ih=0;ih<Gd.length;ih++)Dv(Gd[ih])}function jb(Bd){var Gd=Bd.cm,pf=Gd.display;k2(Gd),Bd.updateMaxLine&&Yf(Gd),Bd.mustUpdate=Bd.viewChanged||Bd.forceUpdate||Bd.scrollTop!=null||Bd.scrollToPos&&(Bd.scrollToPos.from.line<pf.viewFrom||Bd.scrollToPos.to.line>=pf.viewTo)||pf.maxLineChanged&&Gd.options.lineWrapping,Bd.update=Bd.mustUpdate&&new e_(Gd,Bd.mustUpdate&&{top:Bd.scrollTop,ensure:Bd.scrollToPos},Bd.forceUpdate)}function ob(Bd){Bd.updatedDisplay=Bd.mustUpdate&&Hy(Bd.cm,Bd.update)}function DE(Bd){var Gd=Bd.cm,pf=Gd.display;Bd.updatedDisplay&&Bb(Gd),Bd.barMeasure=tv(Gd),pf.maxLineChanged&&!Gd.options.lineWrapping&&(Bd.adjustWidthTo=kb(Gd,pf.maxLine,pf.maxLine.text.length).left+3,Gd.display.sizerWidth=Bd.adjustWidthTo,Bd.barMeasure.scrollWidth=Math.max(pf.scroller.clientWidth,pf.sizer.offsetLeft+Bd.adjustWidthTo+Qg(Gd)+Gd.display.barWidth),Bd.maxScrollLeft=Math.max(0,pf.sizer.offsetLeft+Bd.adjustWidthTo-Y_(Gd))),(Bd.updatedDisplay||Bd.selectionChanged)&&(Bd.preparedSelection=pf.input.prepareSelection())}function Lh(Bd){var Gd=Bd.cm;Bd.adjustWidthTo!=null&&(Gd.display.sizer.style.minWidth=Bd.adjustWidthTo+"px",Bd.maxScrollLeft<Gd.doc.scrollLeft&&Bg(Gd,Math.min(Gd.display.scroller.scrollLeft,Bd.maxScrollLeft),!0),Gd.display.maxLineChanged=!1);var pf=Bd.focus&&Bd.focus==gf(yf(Gd));Bd.preparedSelection&&Gd.display.input.showSelection(Bd.preparedSelection,pf),(Bd.updatedDisplay||Bd.startHeight!=Gd.doc.height)&&Zg(Gd,Bd.barMeasure),Bd.updatedDisplay&&zy(Gd,Bd.barMeasure),Bd.selectionChanged&&Z_(Gd),Gd.state.focused&&Bd.updateInput&&Gd.display.input.reset(Bd.typing),pf&&N_(Bd.cm)}function Dv(Bd){var Gd=Bd.cm,pf=Gd.display,df=Gd.doc;if(Bd.updatedDisplay&&kE(Gd,Bd.update),pf.wheelStartX!=null&&(Bd.scrollTop!=null||Bd.scrollLeft!=null||Bd.scrollToPos)&&(pf.wheelStartX=pf.wheelStartY=null),Bd.scrollTop!=null&&Fb(Gd,Bd.scrollTop,Bd.forceScroll),Bd.scrollLeft!=null&&Bg(Gd,Bd.scrollLeft,!0,!0),Bd.scrollToPos){var Sf=C2(Gd,S1(df,Bd.scrollToPos.from),S1(df,Bd.scrollToPos.to),Bd.scrollToPos.margin);Ly(Gd,Sf)}var Gf=Bd.maybeHiddenMarkers,ih=Bd.maybeUnhiddenMarkers;if(Gf)for(var gh=0;gh<Gf.length;++gh)Gf[gh].lines.length||cm(Gf[gh],"hide");if(ih)for(var bh=0;bh<ih.length;++bh)ih[bh].lines.length&&cm(ih[bh],"unhide");pf.wrapper.offsetHeight&&(df.scrollTop=Gd.display.scroller.scrollTop),Bd.changeObjs&&cm(Gd,"changes",Gd,Bd.changeObjs),Bd.update&&Bd.update.finish()}function q0(Bd,Gd){if(Bd.curOp)return Gd();nv(Bd);try{return Gd()}finally{iv(Bd)}}function r0(Bd,Gd){return function(){if(Bd.curOp)return Gd.apply(Bd,arguments);nv(Bd);try{return Gd.apply(Bd,arguments)}finally{iv(Bd)}}}function x1(Bd){return function(){if(this.curOp)return Bd.apply(this,arguments);nv(this);try{return Bd.apply(this,arguments)}finally{iv(this)}}}function $0(Bd){return function(){var Gd=this.cm;if(!Gd||Gd.curOp)return Bd.apply(this,arguments);nv(Gd);try{return Bd.apply(this,arguments)}finally{iv(Gd)}}}function sb(Bd,Gd){Bd.doc.highlightFrontier<Bd.display.viewTo&&Bd.state.highlight.set(Gd,Zd(D2,Bd))}function D2(Bd){var Gd=Bd.doc;if(!(Gd.highlightFrontier>=Bd.display.viewTo)){var pf=+new Date+Bd.options.workTime,df=S0(Bd,Gd.highlightFrontier),Sf=[];Gd.iter(df.line,Math.min(Gd.first+Gd.size,Bd.display.viewTo+500),function(Gf){if(df.line>=Bd.display.viewFrom){var ih=Gf.styles,gh=Gf.text.length>Bd.options.maxHighlightLength?Om(Gd.mode,df.state):null,bh=tg(Bd,Gf,df,!0);gh&&(df.state=gh),Gf.styles=bh.styles;var Nh=Gf.styleClasses,Wh=bh.classes;Wh?Gf.styleClasses=Wh:Nh&&(Gf.styleClasses=null);for(var Jh=!ih||ih.length!=Gf.styles.length||Nh!=Wh&&(!Nh||!Wh||Nh.bgClass!=Wh.bgClass||Nh.textClass!=Wh.textClass),hm=0;!Jh&&hm<ih.length;++hm)Jh=ih[hm]!=Gf.styles[hm];Jh&&Sf.push(df.line),Gf.stateAfter=df.save(),df.nextLine()}else Gf.text.length<=Bd.options.maxHighlightLength&&rg(Bd,Gf.text,df),Gf.stateAfter=df.line%5==0?df.save():null,df.nextLine();if(+new Date>pf)return sb(Bd,Bd.options.workDelay),!0}),Gd.highlightFrontier=df.line,Gd.modeFrontier=Math.max(Gd.modeFrontier,df.line),Sf.length&&q0(Bd,function(){for(var Gf=0;Gf<Sf.length;Gf++)C_(Bd,Sf[Gf],"text")})}}var e_=function(Bd,Gd,pf){var df=Bd.display;this.viewport=Gd,this.visible=ev(df,Bd.doc,Gd),this.editorIsHidden=!df.wrapper.offsetWidth,this.wrapperHeight=df.wrapper.clientHeight,this.wrapperWidth=df.wrapper.clientWidth,this.oldDisplayWidth=Y_(Bd),this.force=pf,this.dims=wv(Bd),this.events=[]};e_.prototype.signal=function(Bd,Gd){Gm(Bd,Gd)&&this.events.push(arguments)},e_.prototype.finish=function(){for(var Bd=0;Bd<this.events.length;Bd++)cm.apply(null,this.events[Bd])};function k2(Bd){var Gd=Bd.display;!Gd.scrollbarsClipped&&Gd.scroller.offsetWidth&&(Gd.nativeBarWidth=Gd.scroller.offsetWidth-Gd.scroller.clientWidth,Gd.heightForcer.style.height=Qg(Bd)+"px",Gd.sizer.style.marginBottom=-Gd.nativeBarWidth+"px",Gd.sizer.style.borderRightWidth=Qg(Bd)+"px",Gd.scrollbarsClipped=!0)}function O2(Bd){if(Bd.hasFocus())return null;var Gd=gf(yf(Bd));if(!Gd||!hf(Bd.display.lineDiv,Gd))return null;var pf={activeElt:Gd};if(window.getSelection){var df=Af(Bd).getSelection();df.anchorNode&&df.extend&&hf(Bd.display.lineDiv,df.anchorNode)&&(pf.anchorNode=df.anchorNode,pf.anchorOffset=df.anchorOffset,pf.focusNode=df.focusNode,pf.focusOffset=df.focusOffset)}return pf}function I2(Bd){if(!(!Bd||!Bd.activeElt||Bd.activeElt==gf(Mf(Bd.activeElt)))&&(Bd.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(Bd.activeElt.nodeName)&&Bd.anchorNode&&hf(document.body,Bd.anchorNode)&&hf(document.body,Bd.focusNode))){var Gd=Bd.activeElt.ownerDocument,pf=Gd.defaultView.getSelection(),df=Gd.createRange();df.setEnd(Bd.anchorNode,Bd.anchorOffset),df.collapse(!1),pf.removeAllRanges(),pf.addRange(df),pf.extend(Bd.focusNode,Bd.focusOffset)}}function Hy(Bd,Gd){var pf=Bd.display,df=Bd.doc;if(Gd.editorIsHidden)return Mg(Bd),!1;if(!Gd.force&&Gd.visible.from>=pf.viewFrom&&Gd.visible.to<=pf.viewTo&&(pf.updateLineNumbers==null||pf.updateLineNumbers>=pf.viewTo)&&pf.renderedView==pf.view&&My(Bd)==0)return!1;IE(Bd)&&(Mg(Bd),Gd.dims=wv(Bd));var Sf=df.first+df.size,Gf=Math.max(Gd.visible.from-Bd.options.viewportMargin,df.first),ih=Math.min(Sf,Gd.visible.to+Bd.options.viewportMargin);pf.viewFrom<Gf&&Gf-pf.viewFrom<20&&(Gf=Math.max(df.first,pf.viewFrom)),pf.viewTo>ih&&pf.viewTo-ih<20&&(ih=Math.min(Sf,pf.viewTo)),p0&&(Gf=t0(Bd.doc,Gf),ih=ig(Bd.doc,ih));var gh=Gf!=pf.viewFrom||ih!=pf.viewTo||pf.lastWrapHeight!=Gd.wrapperHeight||pf.lastWrapWidth!=Gd.wrapperWidth;Mb(Bd,Gf,ih),pf.viewOffset=ag(Pm(Bd.doc,pf.viewFrom)),Bd.display.mover.style.top=pf.viewOffset+"px";var bh=My(Bd);if(!gh&&bh==0&&!Gd.force&&pf.renderedView==pf.view&&(pf.updateLineNumbers==null||pf.updateLineNumbers>=pf.viewTo))return!1;var Nh=O2(Bd);return bh>4&&(pf.lineDiv.style.display="none"),R2(Bd,pf.updateLineNumbers,Gd.dims),bh>4&&(pf.lineDiv.style.display=""),pf.renderedView=pf.view,I2(Nh),qd(pf.cursorDiv),qd(pf.selectionDiv),pf.gutters.style.height=pf.sizer.style.minHeight=0,gh&&(pf.lastWrapHeight=Gd.wrapperHeight,pf.lastWrapWidth=Gd.wrapperWidth,sb(Bd,400)),pf.updateLineNumbers=null,!0}function kE(Bd,Gd){for(var pf=Gd.viewport,df=!0;;df=!1){if(!df||!Bd.options.lineWrapping||Gd.oldDisplayWidth==Y_(Bd)){if(pf&&pf.top!=null&&(pf={top:Math.min(Bd.doc.height+K_(Bd.display)-Iy(Bd),pf.top)}),Gd.visible=ev(Bd.display,Bd.doc,pf),Gd.visible.from>=Bd.display.viewFrom&&Gd.visible.to<=Bd.display.viewTo)break}else df&&(Gd.visible=ev(Bd.display,Bd.doc,pf));if(!Hy(Bd,Gd))break;Bb(Bd);var Sf=tv(Bd);w_(Bd),Zg(Bd,Sf),zy(Bd,Sf),Gd.force=!1}Gd.signal(Bd,"update",Bd),(Bd.display.viewFrom!=Bd.display.reportedViewFrom||Bd.display.viewTo!=Bd.display.reportedViewTo)&&(Gd.signal(Bd,"viewportChange",Bd,Bd.display.viewFrom,Bd.display.viewTo),Bd.display.reportedViewFrom=Bd.display.viewFrom,Bd.display.reportedViewTo=Bd.display.viewTo)}function Lg(Bd,Gd){var pf=new e_(Bd,Gd);if(Hy(Bd,pf)){Bb(Bd),kE(Bd,pf);var df=tv(Bd);w_(Bd),Zg(Bd,df),zy(Bd,df),pf.finish()}}function R2(Bd,Gd,pf){var df=Bd.display,Sf=Bd.options.lineNumbers,Gf=df.lineDiv,ih=Gf.firstChild;function gh(Nm){var Mm=Nm.nextSibling;return ud&&Rd&&Bd.display.currentWheelTarget==Nm?Nm.style.display="none":Nm.parentNode.removeChild(Nm),Mm}for(var bh=df.view,Nh=df.viewFrom,Wh=0;Wh<bh.length;Wh++){var Jh=bh[Wh];if(!Jh.hidden)if(!Jh.node||Jh.node.parentNode!=Gf){var hm=r1(Bd,Jh,Nh,pf);Gf.insertBefore(hm,ih)}else{for(;ih!=Jh.node;)ih=gh(ih);var dm=Sf&&Gd!=null&&Gd<=Nh&&Jh.lineNumber;Jh.changes&&(Lf(Jh.changes,"gutter")>-1&&(dm=!1),Qf(Bd,Jh,Nh,pf)),dm&&(qd(Jh.lineNumber),Jh.lineNumber.appendChild(document.createTextNode(Um(Bd.options,Nh)))),ih=Jh.node.nextSibling}Nh+=Jh.size}for(;ih;)ih=gh(ih)}function Vy(Bd){var Gd=Bd.gutters.offsetWidth;Bd.sizer.style.marginLeft=Gd+"px",Jd(Bd,"gutterChanged",Bd)}function zy(Bd,Gd){Bd.display.sizer.style.minHeight=Gd.docHeight+"px",Bd.display.heightForcer.style.top=Gd.docHeight+"px",Bd.display.gutters.style.height=Gd.docHeight+Bd.display.barHeight+Qg(Bd)+"px"}function OE(Bd){var Gd=Bd.display,pf=Gd.view;if(!(!Gd.alignWidgets&&(!Gd.gutters.firstChild||!Bd.options.fixedGutter))){for(var df=e0(Gd)-Gd.scroller.scrollLeft+Bd.doc.scrollLeft,Sf=Gd.gutters.offsetWidth,Gf=df+"px",ih=0;ih<pf.length;ih++)if(!pf[ih].hidden){Bd.options.fixedGutter&&(pf[ih].gutter&&(pf[ih].gutter.style.left=Gf),pf[ih].gutterBackground&&(pf[ih].gutterBackground.style.left=Gf));var gh=pf[ih].alignable;if(gh)for(var bh=0;bh<gh.length;bh++)gh[bh].style.left=Gf}Bd.options.fixedGutter&&(Gd.gutters.style.left=df+Sf+"px")}}function IE(Bd){if(!Bd.options.lineNumbers)return!1;var Gd=Bd.doc,pf=Um(Bd.options,Gd.first+Gd.size-1),df=Bd.display;if(pf.length!=df.lineNumChars){var Sf=df.measure.appendChild(zd("div",[zd("div",pf)],"CodeMirror-linenumber CodeMirror-gutter-elt")),Gf=Sf.firstChild.offsetWidth,ih=Sf.offsetWidth-Gf;return df.lineGutter.style.width="",df.lineNumInnerWidth=Math.max(Gf,df.lineGutter.offsetWidth-ih)+1,df.lineNumWidth=df.lineNumInnerWidth+ih,df.lineNumChars=df.lineNumInnerWidth?pf.length:-1,df.lineGutter.style.width=df.lineNumWidth+"px",Vy(Bd.display),!0}return!1}function Fg(Bd,Gd){for(var pf=[],df=!1,Sf=0;Sf<Bd.length;Sf++){var Gf=Bd[Sf],ih=null;if(typeof Gf!="string"&&(ih=Gf.style,Gf=Gf.className),Gf=="CodeMirror-linenumbers")if(Gd)df=!0;else continue;pf.push({className:Gf,style:ih})}return Gd&&!df&&pf.push({className:"CodeMirror-linenumbers",style:null}),pf}function RE(Bd){var Gd=Bd.gutters,pf=Bd.gutterSpecs;qd(Gd),Bd.lineGutter=null;for(var df=0;df<pf.length;++df){var Sf=pf[df],Gf=Sf.className,ih=Sf.style,gh=Gd.appendChild(zd("div",null,"CodeMirror-gutter "+Gf));ih&&(gh.style.cssText=ih),Gf=="CodeMirror-linenumbers"&&(Bd.lineGutter=gh,gh.style.width=(Bd.lineNumWidth||1)+"px")}Gd.style.display=pf.length?"":"none",Vy(Bd)}function lb(Bd){RE(Bd.display),J0(Bd),OE(Bd)}function $2(Bd,Gd,pf,df){var Sf=this;this.input=pf,Sf.scrollbarFiller=zd("div",null,"CodeMirror-scrollbar-filler"),Sf.scrollbarFiller.setAttribute("cm-not-content","true"),Sf.gutterFiller=zd("div",null,"CodeMirror-gutter-filler"),Sf.gutterFiller.setAttribute("cm-not-content","true"),Sf.lineDiv=Kd("div",null,"CodeMirror-code"),Sf.selectionDiv=zd("div",null,null,"position: relative; z-index: 1"),Sf.cursorDiv=zd("div",null,"CodeMirror-cursors"),Sf.measure=zd("div",null,"CodeMirror-measure"),Sf.lineMeasure=zd("div",null,"CodeMirror-measure"),Sf.lineSpace=Kd("div",[Sf.measure,Sf.lineMeasure,Sf.selectionDiv,Sf.cursorDiv,Sf.lineDiv],null,"position: relative; outline: none");var Gf=Kd("div",[Sf.lineSpace],"CodeMirror-lines");Sf.mover=zd("div",[Gf],null,"position: relative"),Sf.sizer=zd("div",[Sf.mover],"CodeMirror-sizer"),Sf.sizerWidth=null,Sf.heightForcer=zd("div",null,null,"position: absolute; height: "+jf+"px; width: 1px;"),Sf.gutters=zd("div",null,"CodeMirror-gutters"),Sf.lineGutter=null,Sf.scroller=zd("div",[Sf.sizer,Sf.heightForcer,Sf.gutters],"CodeMirror-scroll"),Sf.scroller.setAttribute("tabIndex","-1"),Sf.wrapper=zd("div",[Sf.scrollbarFiller,Sf.gutterFiller,Sf.scroller],"CodeMirror"),_d&&yd>=105&&(Sf.wrapper.style.clipPath="inset(0px)"),Sf.wrapper.setAttribute("translate","no"),ld&&cd<8&&(Sf.gutters.style.zIndex=-1,Sf.scroller.style.paddingRight=0),!ud&&!(td&&Id)&&(Sf.scroller.draggable=!0),Bd&&(Bd.appendChild?Bd.appendChild(Sf.wrapper):Bd(Sf.wrapper)),Sf.viewFrom=Sf.viewTo=Gd.first,Sf.reportedViewFrom=Sf.reportedViewTo=Gd.first,Sf.view=[],Sf.renderedView=null,Sf.externalMeasured=null,Sf.viewOffset=0,Sf.lastWrapHeight=Sf.lastWrapWidth=0,Sf.updateLineNumbers=null,Sf.nativeBarWidth=Sf.barHeight=Sf.barWidth=0,Sf.scrollbarsClipped=!1,Sf.lineNumWidth=Sf.lineNumInnerWidth=Sf.lineNumChars=null,Sf.alignWidgets=!1,Sf.cachedCharWidth=Sf.cachedTextHeight=Sf.cachedPaddingH=null,Sf.maxLine=null,Sf.maxLineLength=0,Sf.maxLineChanged=!1,Sf.wheelDX=Sf.wheelDY=Sf.wheelStartX=Sf.wheelStartY=null,Sf.shift=!1,Sf.selForContextMenu=null,Sf.activeTouch=null,Sf.gutterSpecs=Fg(df.gutters,df.lineNumbers),RE(Sf),pf.init(Sf)}var Ub=0,m_=null;ld?m_=-.53:td?m_=15:_d?m_=-.7:Td&&(m_=-1/3);function A_(Bd){var Gd=Bd.wheelDeltaX,pf=Bd.wheelDeltaY;return Gd==null&&Bd.detail&&Bd.axis==Bd.HORIZONTAL_AXIS&&(Gd=Bd.detail),pf==null&&Bd.detail&&Bd.axis==Bd.VERTICAL_AXIS?pf=Bd.detail:pf==null&&(pf=Bd.wheelDelta),{x:Gd,y:pf}}function M2(Bd){var Gd=A_(Bd);return Gd.x*=m_,Gd.y*=m_,Gd}function $E(Bd,Gd){_d&&yd==102&&(Bd.display.chromeScrollHack==null?Bd.display.sizer.style.pointerEvents="none":clearTimeout(Bd.display.chromeScrollHack),Bd.display.chromeScrollHack=setTimeout(function(){Bd.display.chromeScrollHack=null,Bd.display.sizer.style.pointerEvents=""},100));var pf=A_(Gd),df=pf.x,Sf=pf.y,Gf=m_;Gd.deltaMode===0&&(df=Gd.deltaX,Sf=Gd.deltaY,Gf=1);var ih=Bd.display,gh=ih.scroller,bh=gh.scrollWidth>gh.clientWidth,Nh=gh.scrollHeight>gh.clientHeight;if(df&&bh||Sf&&Nh){if(Sf&&Rd&&ud){e:for(var Wh=Gd.target,Jh=ih.view;Wh!=gh;Wh=Wh.parentNode)for(var hm=0;hm<Jh.length;hm++)if(Jh[hm].node==Wh){Bd.display.currentWheelTarget=Wh;break e}}if(df&&!td&&!Ed&&Gf!=null){Sf&&Nh&&ib(Bd,Math.max(0,gh.scrollTop+Sf*Gf)),Bg(Bd,Math.max(0,gh.scrollLeft+df*Gf)),(!Sf||Sf&&Nh)&&Km(Gd),ih.wheelStartX=null;return}if(Sf&&Gf!=null){var dm=Sf*Gf,Nm=Bd.doc.scrollTop,Mm=Nm+ih.wrapper.clientHeight;dm<0?Nm=Math.max(0,Nm+dm-50):Mm=Math.min(Bd.doc.height,Mm+dm+50),Lg(Bd,{top:Nm,bottom:Mm})}Ub<20&&Gd.deltaMode!==0&&(ih.wheelStartX==null?(ih.wheelStartX=gh.scrollLeft,ih.wheelStartY=gh.scrollTop,ih.wheelDX=df,ih.wheelDY=Sf,setTimeout(function(){if(ih.wheelStartX!=null){var Wm=gh.scrollLeft-ih.wheelStartX,Zm=gh.scrollTop-ih.wheelStartY,e1=Zm&&ih.wheelDY&&Zm/ih.wheelDY||Wm&&ih.wheelDX&&Wm/ih.wheelDX;ih.wheelStartX=ih.wheelStartY=null,e1&&(m_=(m_*Ub+e1)/(Ub+1),++Ub)}},200)):(ih.wheelDX+=df,ih.wheelDY+=Sf))}}var h0=function(Bd,Gd){this.ranges=Bd,this.primIndex=Gd};h0.prototype.primary=function(){return this.ranges[this.primIndex]},h0.prototype.equals=function(Bd){if(Bd==this)return!0;if(Bd.primIndex!=this.primIndex||Bd.ranges.length!=this.ranges.length)return!1;for(var Gd=0;Gd<this.ranges.length;Gd++){var pf=this.ranges[Gd],df=Bd.ranges[Gd];if(!w1(pf.anchor,df.anchor)||!w1(pf.head,df.head))return!1}return!0},h0.prototype.deepCopy=function(){for(var Bd=[],Gd=0;Gd<this.ranges.length;Gd++)Bd[Gd]=new Q1(n0(this.ranges[Gd].anchor),n0(this.ranges[Gd].head));return new h0(Bd,this.primIndex)},h0.prototype.somethingSelected=function(){for(var Bd=0;Bd<this.ranges.length;Bd++)if(!this.ranges[Bd].empty())return!0;return!1},h0.prototype.contains=function(Bd,Gd){Gd||(Gd=Bd);for(var pf=0;pf<this.ranges.length;pf++){var df=this.ranges[pf];if(Xm(Gd,df.from())>=0&&Xm(Bd,df.to())<=0)return pf}return-1};var Q1=function(Bd,Gd){this.anchor=Bd,this.head=Gd};Q1.prototype.from=function(){return A0(this.anchor,this.head)},Q1.prototype.to=function(){return z1(this.anchor,this.head)},Q1.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function jg(Bd,Gd,pf){var df=Bd&&Bd.options.selectionsMayTouch,Sf=Gd[pf];Gd.sort(function(hm,dm){return Xm(hm.from(),dm.from())}),pf=Lf(Gd,Sf);for(var Gf=1;Gf<Gd.length;Gf++){var ih=Gd[Gf],gh=Gd[Gf-1],bh=Xm(gh.to(),ih.from());if(df&&!ih.empty()?bh>0:bh>=0){var Nh=A0(gh.from(),ih.from()),Wh=z1(gh.to(),ih.to()),Jh=gh.empty()?ih.from()==ih.head:gh.from()==gh.head;Gf<=pf&&--pf,Gd.splice(--Gf,2,new Q1(Jh?Wh:Nh,Jh?Nh:Wh))}}return new h0(Gd,pf)}function D_(Bd,Gd){return new h0([new Q1(Bd,Gd||Bd)],0)}function k_(Bd){return Bd.text?_m(Bd.from.line+Bd.text.length-1,Wf(Bd.text).length+(Bd.text.length==1?Bd.from.ch:0)):Bd.to}function ME(Bd,Gd){if(Xm(Bd,Gd.from)<0)return Bd;if(Xm(Bd,Gd.to)<=0)return k_(Gd);var pf=Bd.line+Gd.text.length-(Gd.to.line-Gd.from.line)-1,df=Bd.ch;return Bd.line==Gd.to.line&&(df+=k_(Gd).ch-Gd.to.ch),_m(pf,df)}function Hb(Bd,Gd){for(var pf=[],df=0;df<Bd.sel.ranges.length;df++){var Sf=Bd.sel.ranges[df];pf.push(new Q1(ME(Sf.anchor,Gd),ME(Sf.head,Gd)))}return jg(Bd.cm,pf,Bd.sel.primIndex)}function qy(Bd,Gd,pf){return Bd.line==Gd.line?_m(pf.line,Bd.ch-Gd.ch+pf.ch):_m(pf.line+(Bd.line-Gd.line),Bd.ch)}function P2(Bd,Gd,pf){for(var df=[],Sf=_m(Bd.first,0),Gf=Sf,ih=0;ih<Gd.length;ih++){var gh=Gd[ih],bh=qy(gh.from,Sf,Gf),Nh=qy(k_(gh),Sf,Gf);if(Sf=gh.to,Gf=Nh,pf=="around"){var Wh=Bd.sel.ranges[ih],Jh=Xm(Wh.head,Wh.anchor)<0;df[ih]=new Q1(Jh?Nh:bh,Jh?bh:Nh)}else df[ih]=new Q1(bh,bh)}return new h0(df,Bd.sel.primIndex)}function Gy(Bd){Bd.doc.mode=om(Bd.options,Bd.doc.modeOption),av(Bd)}function av(Bd){Bd.doc.iter(function(Gd){Gd.stateAfter&&(Gd.stateAfter=null),Gd.styles&&(Gd.styles=null)}),Bd.doc.modeFrontier=Bd.doc.highlightFrontier=Bd.doc.first,sb(Bd,100),Bd.state.modeGen++,Bd.curOp&&J0(Bd)}function kv(Bd,Gd){return Gd.from.ch==0&&Gd.to.ch==0&&Wf(Gd.text)==""&&(!Bd.cm||Bd.cm.options.wholeLineUpdateBefore)}function Ov(Bd,Gd,pf,df){function Sf(e1){return pf?pf[e1]:null}function Gf(e1,Jm,n1){dh(e1,Jm,n1,df),Jd(e1,"change",e1,Gd)}function ih(e1,Jm){for(var n1=[],f1=e1;f1<Jm;++f1)n1.push(new sh(Nh[f1],Sf(f1),df));return n1}var gh=Gd.from,bh=Gd.to,Nh=Gd.text,Wh=Pm(Bd,gh.line),Jh=Pm(Bd,bh.line),hm=Wf(Nh),dm=Sf(Nh.length-1),Nm=bh.line-gh.line;if(Gd.full)Bd.insert(0,ih(0,Nh.length)),Bd.remove(Nh.length,Bd.size-Nh.length);else if(kv(Bd,Gd)){var Mm=ih(0,Nh.length-1);Gf(Jh,Jh.text,dm),Nm&&Bd.remove(gh.line,Nm),Mm.length&&Bd.insert(gh.line,Mm)}else if(Wh==Jh)if(Nh.length==1)Gf(Wh,Wh.text.slice(0,gh.ch)+hm+Wh.text.slice(bh.ch),dm);else{var Wm=ih(1,Nh.length-1);Wm.push(new sh(hm+Wh.text.slice(bh.ch),dm,df)),Gf(Wh,Wh.text.slice(0,gh.ch)+Nh[0],Sf(0)),Bd.insert(gh.line+1,Wm)}else if(Nh.length==1)Gf(Wh,Wh.text.slice(0,gh.ch)+Nh[0]+Jh.text.slice(bh.ch),Sf(0)),Bd.remove(gh.line+1,Nm);else{Gf(Wh,Wh.text.slice(0,gh.ch)+Nh[0],Sf(0)),Gf(Jh,hm+Jh.text.slice(bh.ch),dm);var Zm=ih(1,Nh.length-1);Nm>1&&Bd.remove(gh.line+1,Nm-1),Bd.insert(gh.line+1,Zm)}Jd(Bd,"change",Bd,Gd)}function O_(Bd,Gd,pf){function df(Sf,Gf,ih){if(Sf.linked)for(var gh=0;gh<Sf.linked.length;++gh){var bh=Sf.linked[gh];if(bh.doc!=Gf){var Nh=ih&&bh.sharedHist;pf&&!Nh||(Gd(bh.doc,Nh),df(bh.doc,Sf,Nh))}}}df(Bd,null,!0)}function Wy(Bd,Gd){if(Gd.cm)throw new Error("This document is already in use.");Bd.doc=Gd,Gd.cm=Bd,$b(Bd),Gy(Bd),PE(Bd),Bd.options.direction=Gd.direction,Bd.options.lineWrapping||Yf(Bd),Bd.options.mode=Gd.modeOption,J0(Bd)}function PE(Bd){(Bd.doc.direction=="rtl"?bf:Vd)(Bd.display.lineDiv,"CodeMirror-rtl")}function g_(Bd){q0(Bd,function(){PE(Bd),J0(Bd)})}function Iv(Bd){this.done=[],this.undone=[],this.undoDepth=Bd?Bd.undoDepth:1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=Bd?Bd.maxGeneration:1}function __(Bd,Gd){var pf={from:n0(Gd.from),to:k_(Gd),text:C1(Bd,Gd.from,Gd.to)};return Yy(Bd,pf,Gd.from.line,Gd.to.line+1),O_(Bd,function(df){return Yy(df,pf,Gd.from.line,Gd.to.line+1)},!0),pf}function fg(Bd){for(;Bd.length;){var Gd=Wf(Bd);if(Gd.ranges)Bd.pop();else break}}function B2(Bd,Gd){if(Gd)return fg(Bd.done),Wf(Bd.done);if(Bd.done.length&&!Wf(Bd.done).ranges)return Wf(Bd.done);if(Bd.done.length>1&&!Bd.done[Bd.done.length-2].ranges)return Bd.done.pop(),Wf(Bd.done)}function Ky(Bd,Gd,pf,df){var Sf=Bd.history;Sf.undone.length=0;var Gf=+new Date,ih,gh;if((Sf.lastOp==df||Sf.lastOrigin==Gd.origin&&Gd.origin&&(Gd.origin.charAt(0)=="+"&&Sf.lastModTime>Gf-(Bd.cm?Bd.cm.options.historyEventDelay:500)||Gd.origin.charAt(0)=="*"))&&(ih=B2(Sf,Sf.lastOp==df)))gh=Wf(ih.changes),Xm(Gd.from,Gd.to)==0&&Xm(Gd.from,gh.to)==0?gh.to=k_(Gd):ih.changes.push(__(Bd,Gd));else{var bh=Wf(Sf.done);for((!bh||!bh.ranges)&&Ug(Bd.sel,Sf.done),ih={changes:[__(Bd,Gd)],generation:Sf.generation},Sf.done.push(ih);Sf.done.length>Sf.undoDepth;)Sf.done.shift(),Sf.done[0].ranges||Sf.done.shift()}Sf.done.push(pf),Sf.generation=++Sf.maxGeneration,Sf.lastModTime=Sf.lastSelTime=Gf,Sf.lastOp=Sf.lastSelOp=df,Sf.lastOrigin=Sf.lastSelOrigin=Gd.origin,gh||cm(Bd,"historyAdded")}function BE(Bd,Gd,pf,df){var Sf=Gd.charAt(0);return Sf=="*"||Sf=="+"&&pf.ranges.length==df.ranges.length&&pf.somethingSelected()==df.somethingSelected()&&new Date-Bd.history.lastSelTime<=(Bd.cm?Bd.cm.options.historyEventDelay:500)}function cb(Bd,Gd,pf,df){var Sf=Bd.history,Gf=df&&df.origin;pf==Sf.lastSelOp||Gf&&Sf.lastSelOrigin==Gf&&(Sf.lastModTime==Sf.lastSelTime&&Sf.lastOrigin==Gf||BE(Bd,Gf,Wf(Sf.done),Gd))?Sf.done[Sf.done.length-1]=Gd:Ug(Gd,Sf.done),Sf.lastSelTime=+new Date,Sf.lastSelOrigin=Gf,Sf.lastSelOp=pf,df&&df.clearRedo!==!1&&fg(Sf.undone)}function Ug(Bd,Gd){var pf=Wf(Gd);pf&&pf.ranges&&pf.equals(Bd)||Gd.push(Bd)}function Yy(Bd,Gd,pf,df){var Sf=Gd["spans_"+Bd.id],Gf=0;Bd.iter(Math.max(Bd.first,pf),Math.min(Bd.first+Bd.size,df),function(ih){ih.markedSpans&&((Sf||(Sf=Gd["spans_"+Bd.id]={}))[Gf]=ih.markedSpans),++Gf})}function L2(Bd){if(!Bd)return null;for(var Gd,pf=0;pf<Bd.length;++pf)Bd[pf].marker.explicitlyCleared?Gd||(Gd=Bd.slice(0,pf)):Gd&&Gd.push(Bd[pf]);return Gd?Gd.length?Gd:null:Bd}function Vb(Bd,Gd){var pf=Gd["spans_"+Bd.id];if(!pf)return null;for(var df=[],Sf=0;Sf<Gd.text.length;++Sf)df.push(L2(pf[Sf]));return df}function LE(Bd,Gd){var pf=Vb(Bd,Gd),df=H_(Bd,Gd);if(!pf)return df;if(!df)return pf;for(var Sf=0;Sf<pf.length;++Sf){var Gf=pf[Sf],ih=df[Sf];if(Gf&&ih)e:for(var gh=0;gh<ih.length;++gh){for(var bh=ih[gh],Nh=0;Nh<Gf.length;++Nh)if(Gf[Nh].marker==bh.marker)continue e;Gf.push(bh)}else ih&&(pf[Sf]=ih)}return pf}function ov(Bd,Gd,pf){for(var df=[],Sf=0;Sf<Bd.length;++Sf){var Gf=Bd[Sf];if(Gf.ranges){df.push(pf?h0.prototype.deepCopy.call(Gf):Gf);continue}var ih=Gf.changes,gh=[];df.push({changes:gh});for(var bh=0;bh<ih.length;++bh){var Nh=ih[bh],Wh=void 0;if(gh.push({from:Nh.from,to:Nh.to,text:Nh.text}),Gd)for(var Jh in Nh)(Wh=Jh.match(/^spans_(\d+)$/))&&Lf(Gd,Number(Wh[1]))>-1&&(Wf(gh)[Jh]=Nh[Jh],delete Nh[Jh])}}return df}function M0(Bd,Gd,pf,df){if(df){var Sf=Bd.anchor;if(pf){var Gf=Xm(Gd,Sf)<0;Gf!=Xm(pf,Sf)<0?(Sf=Gd,Gd=pf):Gf!=Xm(Gd,pf)<0&&(Gd=pf)}return new Q1(Sf,Gd)}else return new Q1(pf||Gd,Gd)}function Rv(Bd,Gd,pf,df,Sf){Sf==null&&(Sf=Bd.cm&&(Bd.cm.display.shift||Bd.extend)),H0(Bd,new h0([M0(Bd.sel.primary(),Gd,pf,Sf)],0),df)}function Xy(Bd,Gd,pf){for(var df=[],Sf=Bd.cm&&(Bd.cm.display.shift||Bd.extend),Gf=0;Gf<Bd.sel.ranges.length;Gf++)df[Gf]=M0(Bd.sel.ranges[Gf],Gd[Gf],null,Sf);var ih=jg(Bd.cm,df,Bd.sel.primIndex);H0(Bd,ih,pf)}function Cg(Bd,Gd,pf,df){var Sf=Bd.sel.ranges.slice(0);Sf[Gd]=pf,H0(Bd,jg(Bd.cm,Sf,Bd.sel.primIndex),df)}function zb(Bd,Gd,pf,df){H0(Bd,D_(Gd,pf),df)}function qb(Bd,Gd,pf){var df={ranges:Gd.ranges,update:function(Sf){this.ranges=[];for(var Gf=0;Gf<Sf.length;Gf++)this.ranges[Gf]=new Q1(S1(Bd,Sf[Gf].anchor),S1(Bd,Sf[Gf].head))},origin:pf&&pf.origin};return cm(Bd,"beforeSelectionChange",Bd,df),Bd.cm&&cm(Bd.cm,"beforeSelectionChange",Bd.cm,df),df.ranges!=Gd.ranges?jg(Bd.cm,df.ranges,df.ranges.length-1):Gd}function I_(Bd,Gd,pf){var df=Bd.history.done,Sf=Wf(df);Sf&&Sf.ranges?(df[df.length-1]=Gd,V0(Bd,Gd,pf)):H0(Bd,Gd,pf)}function H0(Bd,Gd,pf){V0(Bd,Gd,pf),cb(Bd,Bd.sel,Bd.cm?Bd.cm.curOp.id:NaN,pf)}function V0(Bd,Gd,pf){(Gm(Bd,"beforeSelectionChange")||Bd.cm&&Gm(Bd.cm,"beforeSelectionChange"))&&(Gd=qb(Bd,Gd,pf));var df=pf&&pf.bias||(Xm(Gd.primary().head,Bd.sel.primary().head)<0?-1:1);Gb(Bd,jE(Bd,Gd,df,!0)),!(pf&&pf.scroll===!1)&&Bd.cm&&Bd.cm.getOption("readOnly")!="nocursor"&&u0(Bd.cm)}function Gb(Bd,Gd){Gd.equals(Bd.sel)||(Bd.sel=Gd,Bd.cm&&(Bd.cm.curOp.updateInput=1,Bd.cm.curOp.selectionChanged=!0,Fm(Bd.cm)),Jd(Bd,"cursorActivity",Bd))}function FE(Bd){Gb(Bd,jE(Bd,Bd.sel,null,!1))}function jE(Bd,Gd,pf,df){for(var Sf,Gf=0;Gf<Gd.ranges.length;Gf++){var ih=Gd.ranges[Gf],gh=Gd.ranges.length==Bd.sel.ranges.length&&Bd.sel.ranges[Gf],bh=Mv(Bd,ih.anchor,gh&&gh.anchor,pf,df),Nh=ih.head==ih.anchor?bh:Mv(Bd,ih.head,gh&&gh.head,pf,df);(Sf||bh!=ih.anchor||Nh!=ih.head)&&(Sf||(Sf=Gd.ranges.slice(0,Gf)),Sf[Gf]=new Q1(bh,Nh))}return Sf?jg(Bd.cm,Sf,Gd.primIndex):Gd}function $v(Bd,Gd,pf,df,Sf){var Gf=Pm(Bd,Gd.line);if(Gf.markedSpans)for(var ih=0;ih<Gf.markedSpans.length;++ih){var gh=Gf.markedSpans[ih],bh=gh.marker,Nh="selectLeft"in bh?!bh.selectLeft:bh.inclusiveLeft,Wh="selectRight"in bh?!bh.selectRight:bh.inclusiveRight;if((gh.from==null||(Nh?gh.from<=Gd.ch:gh.from<Gd.ch))&&(gh.to==null||(Wh?gh.to>=Gd.ch:gh.to>Gd.ch))){if(Sf&&(cm(bh,"beforeCursorEnter"),bh.explicitlyCleared))if(Gf.markedSpans){--ih;continue}else break;if(!bh.atomic)continue;if(pf){var Jh=bh.find(df<0?1:-1),hm=void 0;if((df<0?Wh:Nh)&&(Jh=UE(Bd,Jh,-df,Jh&&Jh.line==Gd.line?Gf:null)),Jh&&Jh.line==Gd.line&&(hm=Xm(Jh,pf))&&(df<0?hm<0:hm>0))return $v(Bd,Jh,Gd,df,Sf)}var dm=bh.find(df<0?-1:1);return(df<0?Nh:Wh)&&(dm=UE(Bd,dm,df,dm.line==Gd.line?Gf:null)),dm?$v(Bd,dm,Gd,df,Sf):null}}return Gd}function Mv(Bd,Gd,pf,df,Sf){var Gf=df||1,ih=$v(Bd,Gd,pf,Gf,Sf)||!Sf&&$v(Bd,Gd,pf,Gf,!0)||$v(Bd,Gd,pf,-Gf,Sf)||!Sf&&$v(Bd,Gd,pf,-Gf,!0);return ih||(Bd.cantEdit=!0,_m(Bd.first,0))}function UE(Bd,Gd,pf,df){return pf<0&&Gd.ch==0?Gd.line>Bd.first?S1(Bd,_m(Gd.line-1)):null:pf>0&&Gd.ch==(df||Pm(Bd,Gd.line)).text.length?Gd.line<Bd.first+Bd.size-1?_m(Gd.line+1,0):null:new _m(Gd.line,Gd.ch+pf)}function Pv(Bd){Bd.setSelection(_m(Bd.firstLine(),0),_m(Bd.lastLine()),Nf)}function Qy(Bd,Gd,pf){var df={canceled:!1,from:Gd.from,to:Gd.to,text:Gd.text,origin:Gd.origin,cancel:function(){return df.canceled=!0}};return pf&&(df.update=function(Sf,Gf,ih,gh){Sf&&(df.from=S1(Bd,Sf)),Gf&&(df.to=S1(Bd,Gf)),ih&&(df.text=ih),gh!==void 0&&(df.origin=gh)}),cm(Bd,"beforeChange",Bd,df),Bd.cm&&cm(Bd.cm,"beforeChange",Bd.cm,df),df.canceled?(Bd.cm&&(Bd.cm.curOp.updateInput=2),null):{from:df.from,to:df.to,text:df.text,origin:df.origin}}function Bv(Bd,Gd,pf){if(Bd.cm){if(!Bd.cm.curOp)return r0(Bd.cm,Bv)(Bd,Gd,pf);if(Bd.cm.state.suppressEdits)return}if(!((Gm(Bd,"beforeChange")||Bd.cm&&Gm(Bd.cm,"beforeChange"))&&(Gd=Qy(Bd,Gd,!0),!Gd))){var df=kg&&!pf&&z_(Bd,Gd.from,Gd.to);if(df)for(var Sf=df.length-1;Sf>=0;--Sf)HE(Bd,{from:df[Sf].from,to:df[Sf].to,text:Sf?[""]:Gd.text,origin:Gd.origin});else HE(Bd,Gd)}}function HE(Bd,Gd){if(!(Gd.text.length==1&&Gd.text[0]==""&&Xm(Gd.from,Gd.to)==0)){var pf=Hb(Bd,Gd);Ky(Bd,Gd,pf,Bd.cm?Bd.cm.curOp.id:NaN),ub(Bd,Gd,pf,H_(Bd,Gd));var df=[];O_(Bd,function(Sf,Gf){!Gf&&Lf(df,Sf.history)==-1&&(GE(Sf.history,Gd),df.push(Sf.history)),ub(Sf,Gd,null,H_(Sf,Gd))})}}function R_(Bd,Gd,pf){var df=Bd.cm&&Bd.cm.state.suppressEdits;if(!(df&&!pf)){for(var Sf=Bd.history,Gf,ih=Bd.sel,gh=Gd=="undo"?Sf.done:Sf.undone,bh=Gd=="undo"?Sf.undone:Sf.done,Nh=0;Nh<gh.length&&(Gf=gh[Nh],!(pf?Gf.ranges&&!Gf.equals(Bd.sel):!Gf.ranges));Nh++);if(Nh!=gh.length){for(Sf.lastOrigin=Sf.lastSelOrigin=null;;)if(Gf=gh.pop(),Gf.ranges){if(Ug(Gf,bh),pf&&!Gf.equals(Bd.sel)){H0(Bd,Gf,{clearRedo:!1});return}ih=Gf}else if(df){gh.push(Gf);return}else break;var Wh=[];Ug(ih,bh),bh.push({changes:Wh,generation:Sf.generation}),Sf.generation=Gf.generation||++Sf.maxGeneration;for(var Jh=Gm(Bd,"beforeChange")||Bd.cm&&Gm(Bd.cm,"beforeChange"),hm=function(Mm){var Wm=Gf.changes[Mm];if(Wm.origin=Gd,Jh&&!Qy(Bd,Wm,!1))return gh.length=0,{};Wh.push(__(Bd,Wm));var Zm=Mm?Hb(Bd,Wm):Wf(gh);ub(Bd,Wm,Zm,LE(Bd,Wm)),!Mm&&Bd.cm&&Bd.cm.scrollIntoView({from:Wm.from,to:k_(Wm)});var e1=[];O_(Bd,function(Jm,n1){!n1&&Lf(e1,Jm.history)==-1&&(GE(Jm.history,Wm),e1.push(Jm.history)),ub(Jm,Wm,null,LE(Jm,Wm))})},dm=Gf.changes.length-1;dm>=0;--dm){var Nm=hm(dm);if(Nm)return Nm.v}}}}function VE(Bd,Gd){if(Gd!=0&&(Bd.first+=Gd,Bd.sel=new h0(Kf(Bd.sel.ranges,function(Sf){return new Q1(_m(Sf.anchor.line+Gd,Sf.anchor.ch),_m(Sf.head.line+Gd,Sf.head.ch))}),Bd.sel.primIndex),Bd.cm)){J0(Bd.cm,Bd.first,Bd.first-Gd,Gd);for(var pf=Bd.cm.display,df=pf.viewFrom;df<pf.viewTo;df++)C_(Bd.cm,df,"gutter")}}function ub(Bd,Gd,pf,df){if(Bd.cm&&!Bd.cm.curOp)return r0(Bd.cm,ub)(Bd,Gd,pf,df);if(Gd.to.line<Bd.first){VE(Bd,Gd.text.length-1-(Gd.to.line-Gd.from.line));return}if(!(Gd.from.line>Bd.lastLine())){if(Gd.from.line<Bd.first){var Sf=Gd.text.length-1-(Bd.first-Gd.from.line);VE(Bd,Sf),Gd={from:_m(Bd.first,0),to:_m(Gd.to.line+Sf,Gd.to.ch),text:[Wf(Gd.text)],origin:Gd.origin}}var Gf=Bd.lastLine();Gd.to.line>Gf&&(Gd={from:Gd.from,to:_m(Gf,Pm(Bd,Gf).text.length),text:[Gd.text[0]],origin:Gd.origin}),Gd.removed=C1(Bd,Gd.from,Gd.to),pf||(pf=Hb(Bd,Gd)),Bd.cm?Jy(Bd.cm,Gd,df):Ov(Bd,Gd,df),V0(Bd,pf,Nf),Bd.cantEdit&&Mv(Bd,_m(Bd.firstLine(),0))&&(Bd.cantEdit=!1)}}function Jy(Bd,Gd,pf){var df=Bd.doc,Sf=Bd.display,Gf=Gd.from,ih=Gd.to,gh=!1,bh=Gf.line;Bd.options.lineWrapping||(bh=Ch(Y1(Pm(df,Gf.line))),df.iter(bh,ih.line+1,function(dm){if(dm==Sf.maxLine)return gh=!0,!0})),df.sel.contains(Gd.from,Gd.to)>-1&&Fm(Bd),Ov(df,Gd,pf,CE(Bd)),Bd.options.lineWrapping||(df.iter(bh,Gf.line+Gd.text.length,function(dm){var Nm=Xg(dm);Nm>Sf.maxLineLength&&(Sf.maxLine=dm,Sf.maxLineLength=Nm,Sf.maxLineChanged=!0,gh=!1)}),gh&&(Bd.curOp.updateMaxLine=!0)),yg(df,Gf.line),sb(Bd,400);var Nh=Gd.text.length-(ih.line-Gf.line)-1;Gd.full?J0(Bd):Gf.line==ih.line&&Gd.text.length==1&&!kv(Bd.doc,Gd)?C_(Bd,Gf.line,"text"):J0(Bd,Gf.line,ih.line+1,Nh);var Wh=Gm(Bd,"changes"),Jh=Gm(Bd,"change");if(Jh||Wh){var hm={from:Gf,to:ih,text:Gd.text,removed:Gd.removed,origin:Gd.origin};Jh&&Jd(Bd,"change",Bd,hm),Wh&&(Bd.curOp.changeObjs||(Bd.curOp.changeObjs=[])).push(hm)}Bd.display.selForContextMenu=null}function sv(Bd,Gd,pf,df,Sf){var Gf;df||(df=pf),Xm(df,pf)<0&&(Gf=[df,pf],pf=Gf[0],df=Gf[1]),typeof Gd=="string"&&(Gd=Bd.splitLines(Gd)),Bv(Bd,{from:pf,to:df,text:Gd,origin:Sf})}function zE(Bd,Gd,pf,df){pf<Bd.line?Bd.line+=df:Gd<Bd.line&&(Bd.line=Gd,Bd.ch=0)}function qE(Bd,Gd,pf,df){for(var Sf=0;Sf<Bd.length;++Sf){var Gf=Bd[Sf],ih=!0;if(Gf.ranges){Gf.copied||(Gf=Bd[Sf]=Gf.deepCopy(),Gf.copied=!0);for(var gh=0;gh<Gf.ranges.length;gh++)zE(Gf.ranges[gh].anchor,Gd,pf,df),zE(Gf.ranges[gh].head,Gd,pf,df);continue}for(var bh=0;bh<Gf.changes.length;++bh){var Nh=Gf.changes[bh];if(pf<Nh.from.line)Nh.from=_m(Nh.from.line+df,Nh.from.ch),Nh.to=_m(Nh.to.line+df,Nh.to.ch);else if(Gd<=Nh.to.line){ih=!1;break}}ih||(Bd.splice(0,Sf+1),Sf=0)}}function GE(Bd,Gd){var pf=Gd.from.line,df=Gd.to.line,Sf=Gd.text.length-(df-pf)-1;qE(Bd.done,pf,df,Sf),qE(Bd.undone,pf,df,Sf)}function Lv(Bd,Gd,pf,df){var Sf=Gd,Gf=Gd;return typeof Gd=="number"?Gf=Pm(Bd,_0(Bd,Gd)):Sf=Ch(Gd),Sf==null?null:(df(Gf,Sf)&&Bd.cm&&C_(Bd.cm,Sf,pf),Gf)}function lv(Bd){this.lines=Bd,this.parent=null;for(var Gd=0,pf=0;pf<Bd.length;++pf)Bd[pf].parent=this,Gd+=Bd[pf].height;this.height=Gd}lv.prototype={chunkSize:function(){return this.lines.length},removeInner:function(Bd,Gd){for(var pf=Bd,df=Bd+Gd;pf<df;++pf){var Sf=this.lines[pf];this.height-=Sf.height,Vm(Sf),Jd(Sf,"delete")}this.lines.splice(Bd,Gd)},collapse:function(Bd){Bd.push.apply(Bd,this.lines)},insertInner:function(Bd,Gd,pf){this.height+=pf,this.lines=this.lines.slice(0,Bd).concat(Gd).concat(this.lines.slice(Bd));for(var df=0;df<Gd.length;++df)Gd[df].parent=this},iterN:function(Bd,Gd,pf){for(var df=Bd+Gd;Bd<df;++Bd)if(pf(this.lines[Bd]))return!0}};function db(Bd){this.children=Bd;for(var Gd=0,pf=0,df=0;df<Bd.length;++df){var Sf=Bd[df];Gd+=Sf.chunkSize(),pf+=Sf.height,Sf.parent=this}this.size=Gd,this.height=pf,this.parent=null}db.prototype={chunkSize:function(){return this.size},removeInner:function(Bd,Gd){this.size-=Gd;for(var pf=0;pf<this.children.length;++pf){var df=this.children[pf],Sf=df.chunkSize();if(Bd<Sf){var Gf=Math.min(Gd,Sf-Bd),ih=df.height;if(df.removeInner(Bd,Gf),this.height-=ih-df.height,Sf==Gf&&(this.children.splice(pf--,1),df.parent=null),(Gd-=Gf)==0)break;Bd=0}else Bd-=Sf}if(this.size-Gd<25&&(this.children.length>1||!(this.children[0]instanceof lv))){var gh=[];this.collapse(gh),this.children=[new lv(gh)],this.children[0].parent=this}},collapse:function(Bd){for(var Gd=0;Gd<this.children.length;++Gd)this.children[Gd].collapse(Bd)},insertInner:function(Bd,Gd,pf){this.size+=Gd.length,this.height+=pf;for(var df=0;df<this.children.length;++df){var Sf=this.children[df],Gf=Sf.chunkSize();if(Bd<=Gf){if(Sf.insertInner(Bd,Gd,pf),Sf.lines&&Sf.lines.length>50){for(var ih=Sf.lines.length%25+25,gh=ih;gh<Sf.lines.length;){var bh=new lv(Sf.lines.slice(gh,gh+=25));Sf.height-=bh.height,this.children.splice(++df,0,bh),bh.parent=this}Sf.lines=Sf.lines.slice(0,ih),this.maybeSpill()}break}Bd-=Gf}},maybeSpill:function(){if(!(this.children.length<=10)){var Bd=this;do{var Gd=Bd.children.splice(Bd.children.length-5,5),pf=new db(Gd);if(Bd.parent){Bd.size-=pf.size,Bd.height-=pf.height;var Sf=Lf(Bd.parent.children,Bd);Bd.parent.children.splice(Sf+1,0,pf)}else{var df=new db(Bd.children);df.parent=Bd,Bd.children=[df,pf],Bd=df}pf.parent=Bd.parent}while(Bd.children.length>10);Bd.parent.maybeSpill()}},iterN:function(Bd,Gd,pf){for(var df=0;df<this.children.length;++df){var Sf=this.children[df],Gf=Sf.chunkSize();if(Bd<Gf){var ih=Math.min(Gd,Gf-Bd);if(Sf.iterN(Bd,ih,pf))return!0;if((Gd-=ih)==0)break;Bd=0}else Bd-=Gf}}};var cv=function(Bd,Gd,pf){if(pf)for(var df in pf)pf.hasOwnProperty(df)&&(this[df]=pf[df]);this.doc=Bd,this.node=Gd};cv.prototype.clear=function(){var Bd=this.doc.cm,Gd=this.line.widgets,pf=this.line,df=Ch(pf);if(!(df==null||!Gd)){for(var Sf=0;Sf<Gd.length;++Sf)Gd[Sf]==this&&Gd.splice(Sf--,1);Gd.length||(pf.widgets=null);var Gf=U1(this);d1(pf,Math.max(0,pf.height-Gf)),Bd&&(q0(Bd,function(){Zy(Bd,pf,-Gf),C_(Bd,df,"widget")}),Jd(Bd,"lineWidgetCleared",Bd,this,df))}},cv.prototype.changed=function(){var Bd=this,Gd=this.height,pf=this.doc.cm,df=this.line;this.height=null;var Sf=U1(this)-Gd;Sf&&(c0(this.doc,df)||d1(df,df.height+Sf),pf&&q0(pf,function(){pf.curOp.forceUpdate=!0,Zy(pf,df,Sf),Jd(pf,"lineWidgetChanged",pf,Bd,Ch(df))}))},s1(cv);function Zy(Bd,Gd,pf){ag(Gd)<(Bd.curOp&&Bd.curOp.scrollTop||Bd.doc.scrollTop)&&jy(Bd,pf)}function WE(Bd,Gd,pf,df){var Sf=new cv(Bd,pf,df),Gf=Bd.cm;return Gf&&Sf.noHScroll&&(Gf.display.alignWidgets=!0),Lv(Bd,Gd,"widget",function(ih){var gh=ih.widgets||(ih.widgets=[]);if(Sf.insertAt==null?gh.push(Sf):gh.splice(Math.min(gh.length,Math.max(0,Sf.insertAt)),0,Sf),Sf.line=ih,Gf&&!c0(Bd,ih)){var bh=ag(ih)<Bd.scrollTop;d1(ih,ih.height+U1(Sf)),bh&&jy(Gf,Sf.height),Gf.curOp.forceUpdate=!0}return!0}),Gf&&Jd(Gf,"lineWidgetAdded",Gf,Sf,typeof Gd=="number"?Gd:Ch(Gd)),Sf}var eE=0,Hg=function(Bd,Gd){this.lines=[],this.type=Gd,this.doc=Bd,this.id=++eE};Hg.prototype.clear=function(){if(!this.explicitlyCleared){var Bd=this.doc.cm,Gd=Bd&&!Bd.curOp;if(Gd&&nv(Bd),Gm(this,"clear")){var pf=this.find();pf&&Jd(this,"clear",pf.from,pf.to)}for(var df=null,Sf=null,Gf=0;Gf<this.lines.length;++Gf){var ih=this.lines[Gf],gh=Yg(ih.markedSpans,this);Bd&&!this.collapsed?C_(Bd,Ch(ih),"text"):Bd&&(gh.to!=null&&(Sf=Ch(ih)),gh.from!=null&&(df=Ch(ih))),ih.markedSpans=_v(ih.markedSpans,gh),gh.from==null&&this.collapsed&&!c0(this.doc,ih)&&Bd&&d1(ih,$g(Bd.display))}if(Bd&&this.collapsed&&!Bd.options.lineWrapping)for(var bh=0;bh<this.lines.length;++bh){var Nh=Y1(this.lines[bh]),Wh=Xg(Nh);Wh>Bd.display.maxLineLength&&(Bd.display.maxLine=Nh,Bd.display.maxLineLength=Wh,Bd.display.maxLineChanged=!0)}df!=null&&Bd&&this.collapsed&&J0(Bd,df,Sf+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,Bd&&FE(Bd.doc)),Bd&&Jd(Bd,"markerCleared",Bd,this,df,Sf),Gd&&iv(Bd),this.parent&&this.parent.clear()}},Hg.prototype.find=function(Bd,Gd){Bd==null&&this.type=="bookmark"&&(Bd=1);for(var pf,df,Sf=0;Sf<this.lines.length;++Sf){var Gf=this.lines[Sf],ih=Yg(Gf.markedSpans,this);if(ih.from!=null&&(pf=_m(Gd?Gf:Ch(Gf),ih.from),Bd==-1))return pf;if(ih.to!=null&&(df=_m(Gd?Gf:Ch(Gf),ih.to),Bd==1))return df}return pf&&{from:pf,to:df}},Hg.prototype.changed=function(){var Bd=this,Gd=this.find(-1,!0),pf=this,df=this.doc.cm;!Gd||!df||q0(df,function(){var Sf=Gd.line,Gf=Ch(Gd.line),ih=Ib(df,Gf);if(ih&&(Ry(ih),df.curOp.selectionChanged=df.curOp.forceUpdate=!0),df.curOp.updateMaxLine=!0,!c0(pf.doc,Sf)&&pf.height!=null){var gh=pf.height;pf.height=null;var bh=U1(pf)-gh;bh&&d1(Sf,Sf.height+bh)}Jd(df,"markerChanged",df,Bd)})},Hg.prototype.attachLine=function(Bd){if(!this.lines.length&&this.doc.cm){var Gd=this.doc.cm.curOp;(!Gd.maybeHiddenMarkers||Lf(Gd.maybeHiddenMarkers,this)==-1)&&(Gd.maybeUnhiddenMarkers||(Gd.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(Bd)},Hg.prototype.detachLine=function(Bd){if(this.lines.splice(Lf(this.lines,Bd),1),!this.lines.length&&this.doc.cm){var Gd=this.doc.cm.curOp;(Gd.maybeHiddenMarkers||(Gd.maybeHiddenMarkers=[])).push(this)}},s1(Hg);function Fv(Bd,Gd,pf,df,Sf){if(df&&df.shared)return KE(Bd,Gd,pf,df,Sf);if(Bd.cm&&!Bd.cm.curOp)return r0(Bd.cm,Fv)(Bd,Gd,pf,df,Sf);var Gf=new Hg(Bd,Sf),ih=Xm(Gd,pf);if(df&&mf(df,Gf,!1),ih>0||ih==0&&Gf.clearWhenEmpty!==!1)return Gf;if(Gf.replacedWith&&(Gf.collapsed=!0,Gf.widgetNode=Kd("span",[Gf.replacedWith],"CodeMirror-widget"),df.handleMouseEvents||Gf.widgetNode.setAttribute("cm-ignore-events","true"),df.insertLeft&&(Gf.widgetNode.insertLeft=!0)),Gf.collapsed){if(q_(Bd,Gd.line,Gd,pf,Gf)||Gd.line!=pf.line&&q_(Bd,pf.line,Gd,pf,Gf))throw new Error("Inserting collapsed marker partially overlapping an existing one");sg()}Gf.addToHistory&&Ky(Bd,{from:Gd,to:pf,origin:"markText"},Bd.sel,NaN);var gh=Gd.line,bh=Bd.cm,Nh;if(Bd.iter(gh,pf.line+1,function(Jh){bh&&Gf.collapsed&&!bh.options.lineWrapping&&Y1(Jh)==bh.display.maxLine&&(Nh=!0),Gf.collapsed&&gh!=Gd.line&&d1(Jh,0),U_(Jh,new ng(Gf,gh==Gd.line?Gd.ch:null,gh==pf.line?pf.ch:null),Bd.cm&&Bd.cm.curOp),++gh}),Gf.collapsed&&Bd.iter(Gd.line,pf.line+1,function(Jh){c0(Bd,Jh)&&d1(Jh,0)}),Gf.clearOnEnter&&kh(Gf,"beforeCursorEnter",function(){return Gf.clear()}),Gf.readOnly&&(W0(),(Bd.history.done.length||Bd.history.undone.length)&&Bd.clearHistory()),Gf.collapsed&&(Gf.id=++eE,Gf.atomic=!0),bh){if(Nh&&(bh.curOp.updateMaxLine=!0),Gf.collapsed)J0(bh,Gd.line,pf.line+1);else if(Gf.className||Gf.startStyle||Gf.endStyle||Gf.css||Gf.attributes||Gf.title)for(var Wh=Gd.line;Wh<=pf.line;Wh++)C_(bh,Wh,"text");Gf.atomic&&FE(bh.doc),Jd(bh,"markerAdded",bh,Gf)}return Gf}var jv=function(Bd,Gd){this.markers=Bd,this.primary=Gd;for(var pf=0;pf<Bd.length;++pf)Bd[pf].parent=this};jv.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var Bd=0;Bd<this.markers.length;++Bd)this.markers[Bd].clear();Jd(this,"clear")}},jv.prototype.find=function(Bd,Gd){return this.primary.find(Bd,Gd)},s1(jv);function KE(Bd,Gd,pf,df,Sf){df=mf(df),df.shared=!1;var Gf=[Fv(Bd,Gd,pf,df,Sf)],ih=Gf[0],gh=df.widgetNode;return O_(Bd,function(bh){gh&&(df.widgetNode=gh.cloneNode(!0)),Gf.push(Fv(bh,S1(bh,Gd),S1(bh,pf),df,Sf));for(var Nh=0;Nh<bh.linked.length;++Nh)if(bh.linked[Nh].isParent)return;ih=Wf(Gf)}),new jv(Gf,ih)}function YE(Bd){return Bd.findMarks(_m(Bd.first,0),Bd.clipPos(_m(Bd.lastLine())),function(Gd){return Gd.parent})}function XE(Bd,Gd){for(var pf=0;pf<Gd.length;pf++){var df=Gd[pf],Sf=df.find(),Gf=Bd.clipPos(Sf.from),ih=Bd.clipPos(Sf.to);if(Xm(Gf,ih)){var gh=Fv(Bd,Gf,ih,df.primary,df.primary.type);df.markers.push(gh),gh.parent=df}}}function F2(Bd){for(var Gd=function(df){var Sf=Bd[df],Gf=[Sf.primary.doc];O_(Sf.primary.doc,function(bh){return Gf.push(bh)});for(var ih=0;ih<Sf.markers.length;ih++){var gh=Sf.markers[ih];Lf(Gf,gh.doc)==-1&&(gh.parent=null,Sf.markers.splice(ih--,1))}},pf=0;pf<Bd.length;pf++)Gd(pf)}var tE=0,K0=function(Bd,Gd,pf,df,Sf){if(!(this instanceof K0))return new K0(Bd,Gd,pf,df,Sf);pf==null&&(pf=0),db.call(this,[new lv([new sh("",null)])]),this.first=pf,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=pf;var Gf=_m(pf,0);this.sel=D_(Gf),this.history=new Iv(null),this.id=++tE,this.modeOption=Gd,this.lineSep=df,this.direction=Sf=="rtl"?"rtl":"ltr",this.extend=!1,typeof Bd=="string"&&(Bd=this.splitLines(Bd)),Ov(this,{from:Gf,to:Gf,text:Bd}),H0(this,D_(Gf),Nf)};K0.prototype=Xf(db.prototype,{constructor:K0,iter:function(Bd,Gd,pf){pf?this.iterN(Bd-this.first,Gd-Bd,pf):this.iterN(this.first,this.first+this.size,Bd)},insert:function(Bd,Gd){for(var pf=0,df=0;df<Gd.length;++df)pf+=Gd[df].height;this.insertInner(Bd-this.first,Gd,pf)},remove:function(Bd,Gd){this.removeInner(Bd-this.first,Gd)},getValue:function(Bd){var Gd=m1(this,this.first,this.first+this.size);return Bd===!1?Gd:Gd.join(Bd||this.lineSeparator())},setValue:$0(function(Bd){var Gd=_m(this.first,0),pf=this.first+this.size-1;Bv(this,{from:Gd,to:_m(pf,Pm(this,pf).text.length),text:this.splitLines(Bd),origin:"setValue",full:!0},!0),this.cm&&k0(this.cm,0,0),H0(this,D_(Gd),Nf)}),replaceRange:function(Bd,Gd,pf,df){Gd=S1(this,Gd),pf=pf?S1(this,pf):Gd,sv(this,Bd,Gd,pf,df)},getRange:function(Bd,Gd,pf){var df=C1(this,S1(this,Bd),S1(this,Gd));return pf===!1?df:pf===""?df.join(""):df.join(pf||this.lineSeparator())},getLine:function(Bd){var Gd=this.getLineHandle(Bd);return Gd&&Gd.text},getLineHandle:function(Bd){if(Dm(this,Bd))return Pm(this,Bd)},getLineNumber:function(Bd){return Ch(Bd)},getLineHandleVisualStart:function(Bd){return typeof Bd=="number"&&(Bd=Pm(this,Bd)),Y1(Bd)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(Bd){return S1(this,Bd)},getCursor:function(Bd){var Gd=this.sel.primary(),pf;return Bd==null||Bd=="head"?pf=Gd.head:Bd=="anchor"?pf=Gd.anchor:Bd=="end"||Bd=="to"||Bd===!1?pf=Gd.to():pf=Gd.from(),pf},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:$0(function(Bd,Gd,pf){zb(this,S1(this,typeof Bd=="number"?_m(Bd,Gd||0):Bd),null,pf)}),setSelection:$0(function(Bd,Gd,pf){zb(this,S1(this,Bd),S1(this,Gd||Bd),pf)}),extendSelection:$0(function(Bd,Gd,pf){Rv(this,S1(this,Bd),Gd&&S1(this,Gd),pf)}),extendSelections:$0(function(Bd,Gd){Xy(this,H1(this,Bd),Gd)}),extendSelectionsBy:$0(function(Bd,Gd){var pf=Kf(this.sel.ranges,Bd);Xy(this,H1(this,pf),Gd)}),setSelections:$0(function(Bd,Gd,pf){if(Bd.length){for(var df=[],Sf=0;Sf<Bd.length;Sf++)df[Sf]=new Q1(S1(this,Bd[Sf].anchor),S1(this,Bd[Sf].head||Bd[Sf].anchor));Gd==null&&(Gd=Math.min(Bd.length-1,this.sel.primIndex)),H0(this,jg(this.cm,df,Gd),pf)}}),addSelection:$0(function(Bd,Gd,pf){var df=this.sel.ranges.slice(0);df.push(new Q1(S1(this,Bd),S1(this,Gd||Bd))),H0(this,jg(this.cm,df,df.length-1),pf)}),getSelection:function(Bd){for(var Gd=this.sel.ranges,pf,df=0;df<Gd.length;df++){var Sf=C1(this,Gd[df].from(),Gd[df].to());pf=pf?pf.concat(Sf):Sf}return Bd===!1?pf:pf.join(Bd||this.lineSeparator())},getSelections:function(Bd){for(var Gd=[],pf=this.sel.ranges,df=0;df<pf.length;df++){var Sf=C1(this,pf[df].from(),pf[df].to());Bd!==!1&&(Sf=Sf.join(Bd||this.lineSeparator())),Gd[df]=Sf}return Gd},replaceSelection:function(Bd,Gd,pf){for(var df=[],Sf=0;Sf<this.sel.ranges.length;Sf++)df[Sf]=Bd;this.replaceSelections(df,Gd,pf||"+input")},replaceSelections:$0(function(Bd,Gd,pf){for(var df=[],Sf=this.sel,Gf=0;Gf<Sf.ranges.length;Gf++){var ih=Sf.ranges[Gf];df[Gf]={from:ih.from(),to:ih.to(),text:this.splitLines(Bd[Gf]),origin:pf}}for(var gh=Gd&&Gd!="end"&&P2(this,df,Gd),bh=df.length-1;bh>=0;bh--)Bv(this,df[bh]);gh?I_(this,gh):this.cm&&u0(this.cm)}),undo:$0(function(){R_(this,"undo")}),redo:$0(function(){R_(this,"redo")}),undoSelection:$0(function(){R_(this,"undo",!0)}),redoSelection:$0(function(){R_(this,"redo",!0)}),setExtending:function(Bd){this.extend=Bd},getExtending:function(){return this.extend},historySize:function(){for(var Bd=this.history,Gd=0,pf=0,df=0;df<Bd.done.length;df++)Bd.done[df].ranges||++Gd;for(var Sf=0;Sf<Bd.undone.length;Sf++)Bd.undone[Sf].ranges||++pf;return{undo:Gd,redo:pf}},clearHistory:function(){var Bd=this;this.history=new Iv(this.history),O_(this,function(Gd){return Gd.history=Bd.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(Bd){return Bd&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(Bd){return this.history.generation==(Bd||this.cleanGeneration)},getHistory:function(){return{done:ov(this.history.done),undone:ov(this.history.undone)}},setHistory:function(Bd){var Gd=this.history=new Iv(this.history);Gd.done=ov(Bd.done.slice(0),null,!0),Gd.undone=ov(Bd.undone.slice(0),null,!0)},setGutterMarker:$0(function(Bd,Gd,pf){return Lv(this,Bd,"gutter",function(df){var Sf=df.gutterMarkers||(df.gutterMarkers={});return Sf[Gd]=pf,!pf&&Bh(Sf)&&(df.gutterMarkers=null),!0})}),clearGutter:$0(function(Bd){var Gd=this;this.iter(function(pf){pf.gutterMarkers&&pf.gutterMarkers[Bd]&&Lv(Gd,pf,"gutter",function(){return pf.gutterMarkers[Bd]=null,Bh(pf.gutterMarkers)&&(pf.gutterMarkers=null),!0})})}),lineInfo:function(Bd){var Gd;if(typeof Bd=="number"){if(!Dm(this,Bd)||(Gd=Bd,Bd=Pm(this,Bd),!Bd))return null}else if(Gd=Ch(Bd),Gd==null)return null;return{line:Gd,handle:Bd,text:Bd.text,gutterMarkers:Bd.gutterMarkers,textClass:Bd.textClass,bgClass:Bd.bgClass,wrapClass:Bd.wrapClass,widgets:Bd.widgets}},addLineClass:$0(function(Bd,Gd,pf){return Lv(this,Bd,Gd=="gutter"?"gutter":"class",function(df){var Sf=Gd=="text"?"textClass":Gd=="background"?"bgClass":Gd=="gutter"?"gutterClass":"wrapClass";if(!df[Sf])df[Sf]=pf;else{if(Ud(pf).test(df[Sf]))return!1;df[Sf]+=" "+pf}return!0})}),removeLineClass:$0(function(Bd,Gd,pf){return Lv(this,Bd,Gd=="gutter"?"gutter":"class",function(df){var Sf=Gd=="text"?"textClass":Gd=="background"?"bgClass":Gd=="gutter"?"gutterClass":"wrapClass",Gf=df[Sf];if(Gf)if(pf==null)df[Sf]=null;else{var ih=Gf.match(Ud(pf));if(!ih)return!1;var gh=ih.index+ih[0].length;df[Sf]=Gf.slice(0,ih.index)+(!ih.index||gh==Gf.length?"":" ")+Gf.slice(gh)||null}else return!1;return!0})}),addLineWidget:$0(function(Bd,Gd,pf){return WE(this,Bd,Gd,pf)}),removeLineWidget:function(Bd){Bd.clear()},markText:function(Bd,Gd,pf){return Fv(this,S1(this,Bd),S1(this,Gd),pf,pf&&pf.type||"range")},setBookmark:function(Bd,Gd){var pf={replacedWith:Gd&&(Gd.nodeType==null?Gd.widget:Gd),insertLeft:Gd&&Gd.insertLeft,clearWhenEmpty:!1,shared:Gd&&Gd.shared,handleMouseEvents:Gd&&Gd.handleMouseEvents};return Bd=S1(this,Bd),Fv(this,Bd,Bd,pf,"bookmark")},findMarksAt:function(Bd){Bd=S1(this,Bd);var Gd=[],pf=Pm(this,Bd.line).markedSpans;if(pf)for(var df=0;df<pf.length;++df){var Sf=pf[df];(Sf.from==null||Sf.from<=Bd.ch)&&(Sf.to==null||Sf.to>=Bd.ch)&&Gd.push(Sf.marker.parent||Sf.marker)}return Gd},findMarks:function(Bd,Gd,pf){Bd=S1(this,Bd),Gd=S1(this,Gd);var df=[],Sf=Bd.line;return this.iter(Bd.line,Gd.line+1,function(Gf){var ih=Gf.markedSpans;if(ih)for(var gh=0;gh<ih.length;gh++){var bh=ih[gh];!(bh.to!=null&&Sf==Bd.line&&Bd.ch>=bh.to||bh.from==null&&Sf!=Bd.line||bh.from!=null&&Sf==Gd.line&&bh.from>=Gd.ch)&&(!pf||pf(bh.marker))&&df.push(bh.marker.parent||bh.marker)}++Sf}),df},getAllMarks:function(){var Bd=[];return this.iter(function(Gd){var pf=Gd.markedSpans;if(pf)for(var df=0;df<pf.length;++df)pf[df].from!=null&&Bd.push(pf[df].marker)}),Bd},posFromIndex:function(Bd){var Gd,pf=this.first,df=this.lineSeparator().length;return this.iter(function(Sf){var Gf=Sf.text.length+df;if(Gf>Bd)return Gd=Bd,!0;Bd-=Gf,++pf}),S1(this,_m(pf,Gd))},indexFromPos:function(Bd){Bd=S1(this,Bd);var Gd=Bd.ch;if(Bd.line<this.first||Bd.ch<0)return 0;var pf=this.lineSeparator().length;return this.iter(this.first,Bd.line,function(df){Gd+=df.text.length+pf}),Gd},copy:function(Bd){var Gd=new K0(m1(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return Gd.scrollTop=this.scrollTop,Gd.scrollLeft=this.scrollLeft,Gd.sel=this.sel,Gd.extend=!1,Bd&&(Gd.history.undoDepth=this.history.undoDepth,Gd.setHistory(this.getHistory())),Gd},linkedDoc:function(Bd){Bd||(Bd={});var Gd=this.first,pf=this.first+this.size;Bd.from!=null&&Bd.from>Gd&&(Gd=Bd.from),Bd.to!=null&&Bd.to<pf&&(pf=Bd.to);var df=new K0(m1(this,Gd,pf),Bd.mode||this.modeOption,Gd,this.lineSep,this.direction);return Bd.sharedHist&&(df.history=this.history),(this.linked||(this.linked=[])).push({doc:df,sharedHist:Bd.sharedHist}),df.linked=[{doc:this,isParent:!0,sharedHist:Bd.sharedHist}],XE(df,YE(this)),df},unlinkDoc:function(Bd){if(Bd instanceof G1&&(Bd=Bd.doc),this.linked)for(var Gd=0;Gd<this.linked.length;++Gd){var pf=this.linked[Gd];if(pf.doc==Bd){this.linked.splice(Gd,1),Bd.unlinkDoc(this),F2(YE(this));break}}if(Bd.history==this.history){var df=[Bd.id];O_(Bd,function(Sf){return df.push(Sf.id)},!0),Bd.history=new Iv(null),Bd.history.done=ov(this.history.done,df),Bd.history.undone=ov(this.history.undone,df)}},iterLinkedDocs:function(Bd){O_(this,Bd)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(Bd){return this.lineSep?Bd.split(this.lineSep):zf(Bd)},lineSeparator:function(){return this.lineSep||`
`},setDirection:$0(function(Bd){Bd!="rtl"&&(Bd="ltr"),Bd!=this.direction&&(this.direction=Bd,this.iter(function(Gd){return Gd.order=null}),this.cm&&g_(this.cm))})}),K0.prototype.eachLine=K0.prototype.iter;var Wb=0;function j2(Bd){var Gd=this;if(QE(Gd),!(Tm(Gd,Bd)||X1(Gd.display,Bd))){Km(Bd),ld&&(Wb=+new Date);var pf=Jg(Gd,Bd,!0),df=Bd.dataTransfer.files;if(!(!pf||Gd.isReadOnly()))if(df&&df.length&&window.FileReader&&window.File)for(var Sf=df.length,Gf=Array(Sf),ih=0,gh=function(){++ih==Sf&&r0(Gd,function(){pf=S1(Gd.doc,pf);var dm={from:pf,to:pf,text:Gd.doc.splitLines(Gf.filter(function(Nm){return Nm!=null}).join(Gd.doc.lineSeparator())),origin:"paste"};Bv(Gd.doc,dm),I_(Gd.doc,D_(S1(Gd.doc,pf),S1(Gd.doc,k_(dm))))})()},bh=function(dm,Nm){if(Gd.options.allowDropFileTypes&&Lf(Gd.options.allowDropFileTypes,dm.type)==-1){gh();return}var Mm=new FileReader;Mm.onerror=function(){return gh()},Mm.onload=function(){var Wm=Mm.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(Wm)){gh();return}Gf[Nm]=Wm,gh()},Mm.readAsText(dm)},Nh=0;Nh<df.length;Nh++)bh(df[Nh],Nh);else{if(Gd.state.draggingText&&Gd.doc.sel.contains(pf)>-1){Gd.state.draggingText(Bd),setTimeout(function(){return Gd.display.input.focus()},20);return}try{var Wh=Bd.dataTransfer.getData("Text");if(Wh){var Jh;if(Gd.state.draggingText&&!Gd.state.draggingText.copy&&(Jh=Gd.listSelections()),V0(Gd.doc,D_(pf,pf)),Jh)for(var hm=0;hm<Jh.length;++hm)sv(Gd.doc,"",Jh[hm].anchor,Jh[hm].head,"drag");Gd.replaceSelection(Wh,"around","paste"),Gd.display.input.focus()}}catch{}}}}function rE(Bd,Gd){if(ld&&(!Bd.state.draggingText||+new Date-Wb<100)){F1(Gd);return}if(!(Tm(Bd,Gd)||X1(Bd.display,Gd))&&(Gd.dataTransfer.setData("Text",Bd.getSelection()),Gd.dataTransfer.effectAllowed="copyMove",Gd.dataTransfer.setDragImage&&!Td)){var pf=zd("img",null,null,"position: fixed; left: 0; top: 0;");pf.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",Ed&&(pf.width=pf.height=1,Bd.display.wrapper.appendChild(pf),pf._top=pf.offsetTop),Gd.dataTransfer.setDragImage(pf,0,0),Ed&&pf.parentNode.removeChild(pf)}}function B1(Bd,Gd){var pf=Jg(Bd,Gd);if(pf){var df=document.createDocumentFragment();Pb(Bd,pf,df),Bd.display.dragCursor||(Bd.display.dragCursor=zd("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),Bd.display.lineSpace.insertBefore(Bd.display.dragCursor,Bd.display.cursorDiv)),Wd(Bd.display.dragCursor,df)}}function QE(Bd){Bd.display.dragCursor&&(Bd.display.lineSpace.removeChild(Bd.display.dragCursor),Bd.display.dragCursor=null)}function JE(Bd){if(document.getElementsByClassName){for(var Gd=document.getElementsByClassName("CodeMirror"),pf=[],df=0;df<Gd.length;df++){var Sf=Gd[df].CodeMirror;Sf&&pf.push(Sf)}pf.length&&pf[0].operation(function(){for(var Gf=0;Gf<pf.length;Gf++)Bd(pf[Gf])})}}var Uv=!1;function ZE(){Uv||(U2(),Uv=!0)}function U2(){var Bd;kh(window,"resize",function(){Bd==null&&(Bd=setTimeout(function(){Bd=null,JE(H2)},100))}),kh(window,"blur",function(){return JE(Av)})}function H2(Bd){var Gd=Bd.display;Gd.cachedCharWidth=Gd.cachedTextHeight=Gd.cachedPaddingH=null,Gd.scrollbarsClipped=!1,Bd.setSize()}for(var P0={3:"Pause",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",106:"*",107:"=",109:"-",110:".",111:"/",145:"ScrollLock",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",224:"Mod",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"},pb=0;pb<10;pb++)P0[pb+48]=P0[pb+96]=String(pb);for(var uv=65;uv<=90;uv++)P0[uv]=String.fromCharCode(uv);for(var dv=1;dv<=12;dv++)P0[dv+111]=P0[dv+63235]="F"+dv;var t_={};t_.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},t_.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Up":"goLineUp","Ctrl-Down":"goLineDown","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},t_.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars","Ctrl-O":"openLine"},t_.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Home":"goDocStart","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineLeft","Cmd-Right":"goLineRight","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delWrappedLineLeft","Cmd-Delete":"delWrappedLineRight","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection","Ctrl-Up":"goDocStart","Ctrl-Down":"goDocEnd",fallthrough:["basic","emacsy"]},t_.default=Rd?t_.macDefault:t_.pcDefault;function e2(Bd){var Gd=Bd.split(/-(?!$)/);Bd=Gd[Gd.length-1];for(var pf,df,Sf,Gf,ih=0;ih<Gd.length-1;ih++){var gh=Gd[ih];if(/^(cmd|meta|m)$/i.test(gh))Gf=!0;else if(/^a(lt)?$/i.test(gh))pf=!0;else if(/^(c|ctrl|control)$/i.test(gh))df=!0;else if(/^s(hift)?$/i.test(gh))Sf=!0;else throw new Error("Unrecognized modifier name: "+gh)}return pf&&(Bd="Alt-"+Bd),df&&(Bd="Ctrl-"+Bd),Gf&&(Bd="Cmd-"+Bd),Sf&&(Bd="Shift-"+Bd),Bd}function hg(Bd){var Gd={};for(var pf in Bd)if(Bd.hasOwnProperty(pf)){var df=Bd[pf];if(/^(name|fallthrough|(de|at)tach)$/.test(pf))continue;if(df=="..."){delete Bd[pf];continue}for(var Sf=Kf(pf.split(" "),e2),Gf=0;Gf<Sf.length;Gf++){var ih=void 0,gh=void 0;Gf==Sf.length-1?(gh=Sf.join(" "),ih=df):(gh=Sf.slice(0,Gf+1).join(" "),ih="...");var bh=Gd[gh];if(!bh)Gd[gh]=ih;else if(bh!=ih)throw new Error("Inconsistent bindings for "+gh)}delete Bd[pf]}for(var Nh in Gd)Bd[Nh]=Gd[Nh];return Bd}function mg(Bd,Gd,pf,df){Gd=hb(Gd);var Sf=Gd.call?Gd.call(Bd,df):Gd[Bd];if(Sf===!1)return"nothing";if(Sf==="...")return"multi";if(Sf!=null&&pf(Sf))return"handled";if(Gd.fallthrough){if(Object.prototype.toString.call(Gd.fallthrough)!="[object Array]")return mg(Bd,Gd.fallthrough,pf,df);for(var Gf=0;Gf<Gd.fallthrough.length;Gf++){var ih=mg(Bd,Gd.fallthrough[Gf],pf,df);if(ih)return ih}}}function Kb(Bd){var Gd=typeof Bd=="string"?Bd:P0[Bd.keyCode];return Gd=="Ctrl"||Gd=="Alt"||Gd=="Shift"||Gd=="Mod"}function nE(Bd,Gd,pf){var df=Bd;return Gd.altKey&&df!="Alt"&&(Bd="Alt-"+Bd),(Pd?Gd.metaKey:Gd.ctrlKey)&&df!="Ctrl"&&(Bd="Ctrl-"+Bd),(Pd?Gd.ctrlKey:Gd.metaKey)&&df!="Mod"&&(Bd="Cmd-"+Bd),!pf&&Gd.shiftKey&&df!="Shift"&&(Bd="Shift-"+Bd),Bd}function fb(Bd,Gd){if(Ed&&Bd.keyCode==34&&Bd.char)return!1;var pf=P0[Bd.keyCode];return pf==null||Bd.altGraphKey?!1:(Bd.keyCode==3&&Bd.code&&(pf=Bd.code),nE(pf,Bd,Gd))}function hb(Bd){return typeof Bd=="string"?t_[Bd]:Bd}function $_(Bd,Gd){for(var pf=Bd.doc.sel.ranges,df=[],Sf=0;Sf<pf.length;Sf++){for(var Gf=Gd(pf[Sf]);df.length&&Xm(Gf.from,Wf(df).to)<=0;){var ih=df.pop();if(Xm(ih.from,Gf.from)<0){Gf.from=ih.from;break}}df.push(Gf)}q0(Bd,function(){for(var gh=df.length-1;gh>=0;gh--)sv(Bd.doc,"",df[gh].from,df[gh].to,"+delete");u0(Bd)})}function Yb(Bd,Gd,pf){var df=Vf(Bd.text,Gd+pf,pf);return df<0||df>Bd.text.length?null:df}function mb(Bd,Gd,pf){var df=Yb(Bd,Gd.ch,pf);return df==null?null:new _m(Gd.line,df,pf<0?"after":"before")}function gb(Bd,Gd,pf,df,Sf){if(Bd){Gd.doc.direction=="rtl"&&(Sf=-Sf);var Gf=Gh(pf,Gd.doc.direction);if(Gf){var ih=Sf<0?Wf(Gf):Gf[0],gh=Sf<0==(ih.level==1),bh=gh?"after":"before",Nh;if(ih.level>0||Gd.doc.direction=="rtl"){var Wh=dg(Gd,pf);Nh=Sf<0?pf.text.length-1:0;var Jh=pg(Gd,Wh,Nh).top;Nh=Rf(function(hm){return pg(Gd,Wh,hm).top==Jh},Sf<0==(ih.level==1)?ih.from:ih.to-1,Nh),bh=="before"&&(Nh=Yb(pf,Nh,1))}else Nh=Sf<0?ih.to:ih.from;return new _m(df,Nh,bh)}}return new _m(df,Sf<0?pf.text.length:0,Sf<0?"before":"after")}function M_(Bd,Gd,pf,df){var Sf=Gh(Gd,Bd.doc.direction);if(!Sf)return mb(Gd,pf,df);pf.ch>=Gd.text.length?(pf.ch=Gd.text.length,pf.sticky="before"):pf.ch<=0&&(pf.ch=0,pf.sticky="after");var Gf=Th(Sf,pf.ch,pf.sticky),ih=Sf[Gf];if(Bd.doc.direction=="ltr"&&ih.level%2==0&&(df>0?ih.to>pf.ch:ih.from<pf.ch))return mb(Gd,pf,df);var gh=function(Zm,e1){return Yb(Gd,Zm instanceof _m?Zm.ch:Zm,e1)},bh,Nh=function(Zm){return Bd.options.lineWrapping?(bh=bh||dg(Bd,Gd),a0(Bd,Gd,bh,Zm)):{begin:0,end:Gd.text.length}},Wh=Nh(pf.sticky=="before"?gh(pf,-1):pf.ch);if(Bd.doc.direction=="rtl"||ih.level==1){var Jh=ih.level==1==df<0,hm=gh(pf,Jh?1:-1);if(hm!=null&&(Jh?hm<=ih.to&&hm<=Wh.end:hm>=ih.from&&hm>=Wh.begin)){var dm=Jh?"before":"after";return new _m(pf.line,hm,dm)}}var Nm=function(Zm,e1,Jm){for(var n1=function(i0,y0){return y0?new _m(pf.line,gh(i0,1),"before"):new _m(pf.line,i0,"after")};Zm>=0&&Zm<Sf.length;Zm+=e1){var f1=Sf[Zm],p1=e1>0==(f1.level!=1),$1=p1?Jm.begin:gh(Jm.end,-1);if(f1.from<=$1&&$1<f1.to||($1=p1?f1.from:gh(f1.to,-1),Jm.begin<=$1&&$1<Jm.end))return n1($1,p1)}},Mm=Nm(Gf+df,df,Wh);if(Mm)return Mm;var Wm=df>0?Wh.end:gh(Wh.begin,-1);return Wm!=null&&!(df>0&&Wm==Gd.text.length)&&(Mm=Nm(df>0?0:Sf.length-1,df,Nh(Wm)),Mm)?Mm:null}var _b={selectAll:Pv,singleSelection:function(Bd){return Bd.setSelection(Bd.getCursor("anchor"),Bd.getCursor("head"),Nf)},killLine:function(Bd){return $_(Bd,function(Gd){if(Gd.empty()){var pf=Pm(Bd.doc,Gd.head.line).text.length;return Gd.head.ch==pf&&Gd.head.line<Bd.lastLine()?{from:Gd.head,to:_m(Gd.head.line+1,0)}:{from:Gd.head,to:_m(Gd.head.line,pf)}}else return{from:Gd.from(),to:Gd.to()}})},deleteLine:function(Bd){return $_(Bd,function(Gd){return{from:_m(Gd.from().line,0),to:S1(Bd.doc,_m(Gd.to().line+1,0))}})},delLineLeft:function(Bd){return $_(Bd,function(Gd){return{from:_m(Gd.from().line,0),to:Gd.from()}})},delWrappedLineLeft:function(Bd){return $_(Bd,function(Gd){var pf=Bd.charCoords(Gd.head,"div").top+5,df=Bd.coordsChar({left:0,top:pf},"div");return{from:df,to:Gd.from()}})},delWrappedLineRight:function(Bd){return $_(Bd,function(Gd){var pf=Bd.charCoords(Gd.head,"div").top+5,df=Bd.coordsChar({left:Bd.display.lineDiv.offsetWidth+100,top:pf},"div");return{from:Gd.from(),to:df}})},undo:function(Bd){return Bd.undo()},redo:function(Bd){return Bd.redo()},undoSelection:function(Bd){return Bd.undoSelection()},redoSelection:function(Bd){return Bd.redoSelection()},goDocStart:function(Bd){return Bd.extendSelection(_m(Bd.firstLine(),0))},goDocEnd:function(Bd){return Bd.extendSelection(_m(Bd.lastLine()))},goLineStart:function(Bd){return Bd.extendSelectionsBy(function(Gd){return v_(Bd,Gd.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(Bd){return Bd.extendSelectionsBy(function(Gd){return iE(Bd,Gd.head)},{origin:"+move",bias:1})},goLineEnd:function(Bd){return Bd.extendSelectionsBy(function(Gd){return t2(Bd,Gd.head.line)},{origin:"+move",bias:-1})},goLineRight:function(Bd){return Bd.extendSelectionsBy(function(Gd){var pf=Bd.cursorCoords(Gd.head,"div").top+5;return Bd.coordsChar({left:Bd.display.lineDiv.offsetWidth+100,top:pf},"div")},Tf)},goLineLeft:function(Bd){return Bd.extendSelectionsBy(function(Gd){var pf=Bd.cursorCoords(Gd.head,"div").top+5;return Bd.coordsChar({left:0,top:pf},"div")},Tf)},goLineLeftSmart:function(Bd){return Bd.extendSelectionsBy(function(Gd){var pf=Bd.cursorCoords(Gd.head,"div").top+5,df=Bd.coordsChar({left:0,top:pf},"div");return df.ch<Bd.getLine(df.line).search(/\S/)?iE(Bd,Gd.head):df},Tf)},goLineUp:function(Bd){return Bd.moveV(-1,"line")},goLineDown:function(Bd){return Bd.moveV(1,"line")},goPageUp:function(Bd){return Bd.moveV(-1,"page")},goPageDown:function(Bd){return Bd.moveV(1,"page")},goCharLeft:function(Bd){return Bd.moveH(-1,"char")},goCharRight:function(Bd){return Bd.moveH(1,"char")},goColumnLeft:function(Bd){return Bd.moveH(-1,"column")},goColumnRight:function(Bd){return Bd.moveH(1,"column")},goWordLeft:function(Bd){return Bd.moveH(-1,"word")},goGroupRight:function(Bd){return Bd.moveH(1,"group")},goGroupLeft:function(Bd){return Bd.moveH(-1,"group")},goWordRight:function(Bd){return Bd.moveH(1,"word")},delCharBefore:function(Bd){return Bd.deleteH(-1,"codepoint")},delCharAfter:function(Bd){return Bd.deleteH(1,"char")},delWordBefore:function(Bd){return Bd.deleteH(-1,"word")},delWordAfter:function(Bd){return Bd.deleteH(1,"word")},delGroupBefore:function(Bd){return Bd.deleteH(-1,"group")},delGroupAfter:function(Bd){return Bd.deleteH(1,"group")},indentAuto:function(Bd){return Bd.indentSelection("smart")},indentMore:function(Bd){return Bd.indentSelection("add")},indentLess:function(Bd){return Bd.indentSelection("subtract")},insertTab:function(Bd){return Bd.replaceSelection(" ")},insertSoftTab:function(Bd){for(var Gd=[],pf=Bd.listSelections(),df=Bd.options.tabSize,Sf=0;Sf<pf.length;Sf++){var Gf=pf[Sf].from(),ih=Pf(Bd.getLine(Gf.line),Gf.ch,df);Gd.push($f(df-ih%df))}Bd.replaceSelections(Gd)},defaultTab:function(Bd){Bd.somethingSelected()?Bd.indentSelection("add"):Bd.execCommand("insertTab")},transposeChars:function(Bd){return q0(Bd,function(){for(var Gd=Bd.listSelections(),pf=[],df=0;df<Gd.length;df++)if(Gd[df].empty()){var Sf=Gd[df].head,Gf=Pm(Bd.doc,Sf.line).text;if(Gf){if(Sf.ch==Gf.length&&(Sf=new _m(Sf.line,Sf.ch-1)),Sf.ch>0)Sf=new _m(Sf.line,Sf.ch+1),Bd.replaceRange(Gf.charAt(Sf.ch-1)+Gf.charAt(Sf.ch-2),_m(Sf.line,Sf.ch-2),Sf,"+transpose");else if(Sf.line>Bd.doc.first){var ih=Pm(Bd.doc,Sf.line-1).text;ih&&(Sf=new _m(Sf.line,1),Bd.replaceRange(Gf.charAt(0)+Bd.doc.lineSeparator()+ih.charAt(ih.length-1),_m(Sf.line-1,ih.length-1),Sf,"+transpose"))}}pf.push(new Q1(Sf,Sf))}Bd.setSelections(pf)})},newlineAndIndent:function(Bd){return q0(Bd,function(){for(var Gd=Bd.listSelections(),pf=Gd.length-1;pf>=0;pf--)Bd.replaceRange(Bd.doc.lineSeparator(),Gd[pf].anchor,Gd[pf].head,"+input");Gd=Bd.listSelections();for(var df=0;df<Gd.length;df++)Bd.indentLine(Gd[df].from().line,null,!0);u0(Bd)})},openLine:function(Bd){return Bd.replaceSelection(`
`,"start")},toggleOverwrite:function(Bd){return Bd.toggleOverwrite()}};function v_(Bd,Gd){var pf=Pm(Bd.doc,Gd),df=Y1(pf);return df!=pf&&(Gd=Ch(df)),gb(!0,Bd,df,Gd,1)}function t2(Bd,Gd){var pf=Pm(Bd.doc,Gd),df=G_(pf);return df!=pf&&(Gd=Ch(df)),gb(!0,Bd,pf,Gd,-1)}function iE(Bd,Gd){var pf=v_(Bd,Gd.line),df=Pm(Bd.doc,pf.line),Sf=Gh(df,Bd.doc.direction);if(!Sf||Sf[0].level==0){var Gf=Math.max(pf.ch,df.text.search(/\S/)),ih=Gd.line==pf.line&&Gd.ch<=Gf&&Gd.ch;return _m(pf.line,ih?0:Gf,pf.sticky)}return pf}function Hv(Bd,Gd,pf){if(typeof Gd=="string"&&(Gd=_b[Gd],!Gd))return!1;Bd.display.input.ensurePolled();var df=Bd.display.shift,Sf=!1;try{Bd.isReadOnly()&&(Bd.state.suppressEdits=!0),pf&&(Bd.display.shift=!1),Sf=Gd(Bd)!=xf}finally{Bd.display.shift=df,Bd.state.suppressEdits=!1}return Sf}function V2(Bd,Gd,pf){for(var df=0;df<Bd.state.keyMaps.length;df++){var Sf=mg(Gd,Bd.state.keyMaps[df],pf,Bd);if(Sf)return Sf}return Bd.options.extraKeys&&mg(Gd,Bd.options.extraKeys,pf,Bd)||mg(Gd,Bd.options.keyMap,pf,Bd)}var z2=new Ff;function vb(Bd,Gd,pf,df){var Sf=Bd.state.keySeq;if(Sf){if(Kb(Gd))return"handled";if(/\'$/.test(Gd)?Bd.state.keySeq=null:z2.set(50,function(){Bd.state.keySeq==Sf&&(Bd.state.keySeq=null,Bd.display.input.reset())}),aE(Bd,Sf+" "+Gd,pf,df))return!0}return aE(Bd,Gd,pf,df)}function aE(Bd,Gd,pf,df){var Sf=V2(Bd,Gd,df);return Sf=="multi"&&(Bd.state.keySeq=Gd),Sf=="handled"&&Jd(Bd,"keyHandled",Bd,Gd,pf),(Sf=="handled"||Sf=="multi")&&(Km(pf),Z_(Bd)),!!Sf}function oE(Bd,Gd){var pf=fb(Gd,!0);return pf?Gd.shiftKey&&!Bd.state.keySeq?vb(Bd,"Shift-"+pf,Gd,function(df){return Hv(Bd,df,!0)})||vb(Bd,pf,Gd,function(df){if(typeof df=="string"?/^go[A-Z]/.test(df):df.motion)return Hv(Bd,df)}):vb(Bd,pf,Gd,function(df){return Hv(Bd,df)}):!1}function q2(Bd,Gd,pf){return vb(Bd,"'"+pf+"'",Gd,function(df){return Hv(Bd,df,!0)})}var Xb=null;function sE(Bd){var Gd=this;if(!(Bd.target&&Bd.target!=Gd.display.input.getField())&&(Gd.curOp.focus=gf(yf(Gd)),!Tm(Gd,Bd))){ld&&cd<11&&Bd.keyCode==27&&(Bd.returnValue=!1);var pf=Bd.keyCode;Gd.display.shift=pf==16||Bd.shiftKey;var df=oE(Gd,Bd);Ed&&(Xb=df?pf:null,!df&&pf==88&&!yh&&(Rd?Bd.metaKey:Bd.ctrlKey)&&Gd.replaceSelection("",null,"cut")),td&&!Rd&&!df&&pf==46&&Bd.shiftKey&&!Bd.ctrlKey&&document.execCommand&&document.execCommand("cut"),pf==18&&!/\bCodeMirror-crosshair\b/.test(Gd.display.lineDiv.className)&&og(Gd)}}function og(Bd){var Gd=Bd.display.lineDiv;bf(Gd,"CodeMirror-crosshair");function pf(df){(df.keyCode==18||!df.altKey)&&(Vd(Gd,"CodeMirror-crosshair"),jh(document,"keyup",pf),jh(document,"mouseover",pf))}kh(document,"keyup",pf),kh(document,"mouseover",pf)}function Vg(Bd){Bd.keyCode==16&&(this.doc.sel.shift=!1),Tm(this,Bd)}function r2(Bd){var Gd=this;if(!(Bd.target&&Bd.target!=Gd.display.input.getField())&&!(X1(Gd.display,Bd)||Tm(Gd,Bd)||Bd.ctrlKey&&!Bd.altKey||Rd&&Bd.metaKey)){var pf=Bd.keyCode,df=Bd.charCode;if(Ed&&pf==Xb){Xb=null,Km(Bd);return}if(!(Ed&&(!Bd.which||Bd.which<10)&&oE(Gd,Bd))){var Sf=String.fromCharCode(df??pf);Sf!="\b"&&(q2(Gd,Bd,Sf)||Gd.display.input.onKeyPress(Bd))}}}var G2=400,Vv=function(Bd,Gd,pf){this.time=Bd,this.pos=Gd,this.button=pf};Vv.prototype.compare=function(Bd,Gd,pf){return this.time+G2>Bd&&Xm(Gd,this.pos)==0&&pf==this.button};var r_,zv;function n2(Bd,Gd){var pf=+new Date;return zv&&zv.compare(pf,Bd,Gd)?(r_=zv=null,"triple"):r_&&r_.compare(pf,Bd,Gd)?(zv=new Vv(pf,Bd,Gd),r_=null,"double"):(r_=new Vv(pf,Bd,Gd),zv=null,"single")}function i2(Bd){var Gd=this,pf=Gd.display;if(!(Tm(Gd,Bd)||pf.activeTouch&&pf.input.supportsTouch())){if(pf.input.ensurePolled(),pf.shift=Bd.shiftKey,X1(pf,Bd)){ud||(pf.scroller.draggable=!1,setTimeout(function(){return pf.scroller.draggable=!0},100));return}if(!Gv(Gd,Bd)){var df=Jg(Gd,Bd),Sf=E1(Bd),Gf=df?n2(df,Sf):"single";Af(Gd).focus(),Sf==1&&Gd.state.selectingText&&Gd.state.selectingText(Bd),!(df&&a2(Gd,Sf,df,Gf,Bd))&&(Sf==1?df?bb(Gd,df,Gf,Bd):M1(Bd)==pf.scroller&&Km(Bd):Sf==2?(df&&Rv(Gd.doc,df),setTimeout(function(){return pf.input.focus()},20)):Sf==3&&(Fd?Gd.display.input.onContextMenu(Bd):Nv(Gd)))}}}function a2(Bd,Gd,pf,df,Sf){var Gf="Click";return df=="double"?Gf="Double"+Gf:df=="triple"&&(Gf="Triple"+Gf),Gf=(Gd==1?"Left":Gd==2?"Middle":"Right")+Gf,vb(Bd,nE(Gf,Sf),Sf,function(ih){if(typeof ih=="string"&&(ih=_b[ih]),!ih)return!1;var gh=!1;try{Bd.isReadOnly()&&(Bd.state.suppressEdits=!0),gh=ih(Bd,pf)!=xf}finally{Bd.state.suppressEdits=!1}return gh})}function qv(Bd,Gd,pf){var df=Bd.getOption("configureMouse"),Sf=df?df(Bd,Gd,pf):{};if(Sf.unit==null){var Gf=Md?pf.shiftKey&&pf.metaKey:pf.altKey;Sf.unit=Gf?"rectangle":Gd=="single"?"char":Gd=="double"?"word":"line"}return(Sf.extend==null||Bd.doc.extend)&&(Sf.extend=Bd.doc.extend||pf.shiftKey),Sf.addNew==null&&(Sf.addNew=Rd?pf.metaKey:pf.ctrlKey),Sf.moveOnDrag==null&&(Sf.moveOnDrag=!(Rd?pf.altKey:pf.ctrlKey)),Sf}function bb(Bd,Gd,pf,df){ld?setTimeout(Zd(N_,Bd),0):Bd.curOp.focus=gf(yf(Bd));var Sf=qv(Bd,pf,df),Gf=Bd.doc.sel,ih;Bd.options.dragDrop&&O1&&!Bd.isReadOnly()&&pf=="single"&&(ih=Gf.contains(Gd))>-1&&(Xm((ih=Gf.ranges[ih]).from(),Gd)<0||Gd.xRel>0)&&(Xm(ih.to(),Gd)>0||Gd.xRel<0)?W2(Bd,df,Gd,Sf):o2(Bd,df,Gd,Sf)}function W2(Bd,Gd,pf,df){var Sf=Bd.display,Gf=!1,ih=r0(Bd,function(Nh){ud&&(Sf.scroller.draggable=!1),Bd.state.draggingText=!1,Bd.state.delayingBlurEvent&&(Bd.hasFocus()?Bd.state.delayingBlurEvent=!1:Nv(Bd)),jh(Sf.wrapper.ownerDocument,"mouseup",ih),jh(Sf.wrapper.ownerDocument,"mousemove",gh),jh(Sf.scroller,"dragstart",bh),jh(Sf.scroller,"drop",ih),Gf||(Km(Nh),df.addNew||Rv(Bd.doc,pf,null,null,df.extend),ud&&!Td||ld&&cd==9?setTimeout(function(){Sf.wrapper.ownerDocument.body.focus({preventScroll:!0}),Sf.input.focus()},20):Sf.input.focus())}),gh=function(Nh){Gf=Gf||Math.abs(Gd.clientX-Nh.clientX)+Math.abs(Gd.clientY-Nh.clientY)>=10},bh=function(){return Gf=!0};ud&&(Sf.scroller.draggable=!0),Bd.state.draggingText=ih,ih.copy=!df.moveOnDrag,kh(Sf.wrapper.ownerDocument,"mouseup",ih),kh(Sf.wrapper.ownerDocument,"mousemove",gh),kh(Sf.scroller,"dragstart",bh),kh(Sf.scroller,"drop",ih),Bd.state.delayingBlurEvent=!0,setTimeout(function(){return Sf.input.focus()},20),Sf.scroller.dragDrop&&Sf.scroller.dragDrop()}function cE(Bd,Gd,pf){if(pf=="char")return new Q1(Gd,Gd);if(pf=="word")return Bd.findWordAt(Gd);if(pf=="line")return new Q1(_m(Gd.line,0),S1(Bd.doc,_m(Gd.line+1,0)));var df=pf(Bd,Gd);return new Q1(df.from,df.to)}function o2(Bd,Gd,pf,df){ld&&Nv(Bd);var Sf=Bd.display,Gf=Bd.doc;Km(Gd);var ih,gh,bh=Gf.sel,Nh=bh.ranges;if(df.addNew&&!df.extend?(gh=Gf.sel.contains(pf),gh>-1?ih=Nh[gh]:ih=new Q1(pf,pf)):(ih=Gf.sel.primary(),gh=Gf.sel.primIndex),df.unit=="rectangle")df.addNew||(ih=new Q1(pf,pf)),pf=Jg(Bd,Gd,!0,!0),gh=-1;else{var Wh=cE(Bd,pf,df.unit);df.extend?ih=M0(ih,Wh.anchor,Wh.head,df.extend):ih=Wh}df.addNew?gh==-1?(gh=Nh.length,H0(Gf,jg(Bd,Nh.concat([ih]),gh),{scroll:!1,origin:"*mouse"})):Nh.length>1&&Nh[gh].empty()&&df.unit=="char"&&!df.extend?(H0(Gf,jg(Bd,Nh.slice(0,gh).concat(Nh.slice(gh+1)),0),{scroll:!1,origin:"*mouse"}),bh=Gf.sel):Cg(Gf,gh,ih,Bf):(gh=0,H0(Gf,new h0([ih],0),Bf),bh=Gf.sel);var Jh=pf;function hm(Jm){if(Xm(Jh,Jm)!=0)if(Jh=Jm,df.unit=="rectangle"){for(var n1=[],f1=Bd.options.tabSize,p1=Pf(Pm(Gf,pf.line).text,pf.ch,f1),$1=Pf(Pm(Gf,Jm.line).text,Jm.ch,f1),i0=Math.min(p1,$1),y0=Math.max(p1,$1),l0=Math.min(pf.line,Jm.line),m0=Math.min(Bd.lastLine(),Math.max(pf.line,Jm.line));l0<=m0;l0++){var x0=Pm(Gf,l0).text,C0=wf(x0,i0,f1);i0==y0?n1.push(new Q1(_m(l0,C0),_m(l0,C0))):x0.length>C0&&n1.push(new Q1(_m(l0,C0),_m(l0,wf(x0,y0,f1))))}n1.length||n1.push(new Q1(pf,pf)),H0(Gf,jg(Bd,bh.ranges.slice(0,gh).concat(n1),gh),{origin:"*mouse",scroll:!1}),Bd.scrollIntoView(Jm)}else{var Y0=ih,z0=cE(Bd,Jm,df.unit),O0=Y0.anchor,w0;Xm(z0.anchor,O0)>0?(w0=z0.head,O0=A0(Y0.from(),z0.anchor)):(w0=z0.anchor,O0=z1(Y0.to(),z0.head));var g0=bh.ranges.slice(0);g0[gh]=Qb(Bd,new Q1(S1(Gf,O0),w0)),H0(Gf,jg(Bd,g0,gh),Bf)}}var dm=Sf.wrapper.getBoundingClientRect(),Nm=0;function Mm(Jm){var n1=++Nm,f1=Jg(Bd,Jm,!0,df.unit=="rectangle");if(f1)if(Xm(f1,Jh)!=0){Bd.curOp.focus=gf(yf(Bd)),hm(f1);var p1=ev(Sf,Gf);(f1.line>=p1.to||f1.line<p1.from)&&setTimeout(r0(Bd,function(){Nm==n1&&Mm(Jm)}),150)}else{var $1=Jm.clientY<dm.top?-20:Jm.clientY>dm.bottom?20:0;$1&&setTimeout(r0(Bd,function(){Nm==n1&&(Sf.scroller.scrollTop+=$1,Mm(Jm))}),50)}}function Wm(Jm){Bd.state.selectingText=!1,Nm=1/0,Jm&&(Km(Jm),Sf.input.focus()),jh(Sf.wrapper.ownerDocument,"mousemove",Zm),jh(Sf.wrapper.ownerDocument,"mouseup",e1),Gf.history.lastSelOrigin=null}var Zm=r0(Bd,function(Jm){Jm.buttons===0||!E1(Jm)?Wm(Jm):Mm(Jm)}),e1=r0(Bd,Wm);Bd.state.selectingText=e1,kh(Sf.wrapper.ownerDocument,"mousemove",Zm),kh(Sf.wrapper.ownerDocument,"mouseup",e1)}function Qb(Bd,Gd){var pf=Gd.anchor,df=Gd.head,Sf=Pm(Bd.doc,pf.line);if(Xm(pf,df)==0&&pf.sticky==df.sticky)return Gd;var Gf=Gh(Sf);if(!Gf)return Gd;var ih=Th(Gf,pf.ch,pf.sticky),gh=Gf[ih];if(gh.from!=pf.ch&&gh.to!=pf.ch)return Gd;var bh=ih+(gh.from==pf.ch==(gh.level!=1)?0:1);if(bh==0||bh==Gf.length)return Gd;var Nh;if(df.line!=pf.line)Nh=(df.line-pf.line)*(Bd.doc.direction=="ltr"?1:-1)>0;else{var Wh=Th(Gf,df.ch,df.sticky),Jh=Wh-ih||(df.ch-pf.ch)*(gh.level==1?-1:1);Wh==bh-1||Wh==bh?Nh=Jh<0:Nh=Jh>0}var hm=Gf[bh+(Nh?-1:0)],dm=Nh==(hm.level==1),Nm=dm?hm.from:hm.to,Mm=dm?"after":"before";return pf.ch==Nm&&pf.sticky==Mm?Gd:new Q1(new _m(pf.line,Nm,Mm),df)}function uE(Bd,Gd,pf,df){var Sf,Gf;if(Gd.touches)Sf=Gd.touches[0].clientX,Gf=Gd.touches[0].clientY;else try{Sf=Gd.clientX,Gf=Gd.clientY}catch{return!1}if(Sf>=Math.floor(Bd.display.gutters.getBoundingClientRect().right))return!1;df&&Km(Gd);var ih=Bd.display,gh=ih.lineDiv.getBoundingClientRect();if(Gf>gh.bottom||!Gm(Bd,pf))return h1(Gd);Gf-=gh.top-ih.viewOffset;for(var bh=0;bh<Bd.display.gutterSpecs.length;++bh){var Nh=ih.gutters.childNodes[bh];if(Nh&&Nh.getBoundingClientRect().right>=Sf){var Wh=Kh(Bd.doc,Gf),Jh=Bd.display.gutterSpecs[bh];return cm(Bd,pf,Bd,Wh,Jh.className,Gd),h1(Gd)}}}function Gv(Bd,Gd){return uE(Bd,Gd,"gutterClick",!0)}function Jb(Bd,Gd){X1(Bd.display,Gd)||Zb(Bd,Gd)||Tm(Bd,Gd,"contextmenu")||Fd||Bd.display.input.onContextMenu(Gd)}function Zb(Bd,Gd){return Gm(Bd,"gutterContextMenu")?uE(Bd,Gd,"gutterContextMenu",!1):!1}function s2(Bd){Bd.display.wrapper.className=Bd.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+Bd.options.theme.replace(/(^|\s)\s*/g," cm-s-"),tb(Bd)}var pv={toString:function(){return"CodeMirror.Init"}},yb={},Eb={};function dE(Bd){var Gd=Bd.optionHandlers;function pf(df,Sf,Gf,ih){Bd.defaults[df]=Sf,Gf&&(Gd[df]=ih?function(gh,bh,Nh){Nh!=pv&&Gf(gh,bh,Nh)}:Gf)}Bd.defineOption=pf,Bd.Init=pv,pf("value","",function(df,Sf){return df.setValue(Sf)},!0),pf("mode",null,function(df,Sf){df.doc.modeOption=Sf,Gy(df)},!0),pf("indentUnit",2,Gy,!0),pf("indentWithTabs",!1),pf("smartIndent",!0),pf("tabSize",4,function(df){av(df),tb(df),J0(df)},!0),pf("lineSeparator",null,function(df,Sf){if(df.doc.lineSep=Sf,!!Sf){var Gf=[],ih=df.doc.first;df.doc.iter(function(bh){for(var Nh=0;;){var Wh=bh.text.indexOf(Sf,Nh);if(Wh==-1)break;Nh=Wh+Sf.length,Gf.push(_m(ih,Wh))}ih++});for(var gh=Gf.length-1;gh>=0;gh--)sv(df.doc,Sf,Gf[gh],_m(Gf[gh].line,Gf[gh].ch+Sf.length))}}),pf("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b\u200e\u200f\u2028\u2029\u202d\u202e\u2066\u2067\u2069\ufeff\ufff9-\ufffc]/g,function(df,Sf,Gf){df.state.specialChars=new RegExp(Sf.source+(Sf.test(" ")?"":"| "),"g"),Gf!=pv&&df.refresh()}),pf("specialCharPlaceholder",ug,function(df){return df.refresh()},!0),pf("electricChars",!0),pf("inputStyle",Id?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),pf("spellcheck",!1,function(df,Sf){return df.getInputField().spellcheck=Sf},!0),pf("autocorrect",!1,function(df,Sf){return df.getInputField().autocorrect=Sf},!0),pf("autocapitalize",!1,function(df,Sf){return df.getInputField().autocapitalize=Sf},!0),pf("rtlMoveVisually",!Ld),pf("wholeLineUpdateBefore",!0),pf("theme","default",function(df){s2(df),lb(df)},!0),pf("keyMap","default",function(df,Sf,Gf){var ih=hb(Sf),gh=Gf!=pv&&hb(Gf);gh&&gh.detach&&gh.detach(df,ih),ih.attach&&ih.attach(df,gh||null)}),pf("extraKeys",null),pf("configureMouse",null),pf("lineWrapping",!1,l2,!0),pf("gutters",[],function(df,Sf){df.display.gutterSpecs=Fg(Sf,df.options.lineNumbers),lb(df)},!0),pf("fixedGutter",!0,function(df,Sf){df.display.gutters.style.left=Sf?e0(df.display)+"px":"0",df.refresh()},!0),pf("coverGutterNextToScrollbar",!1,function(df){return Zg(df)},!0),pf("scrollbarStyle","native",function(df){AE(df),Zg(df),df.display.scrollbars.setScrollTop(df.doc.scrollTop),df.display.scrollbars.setScrollLeft(df.doc.scrollLeft)},!0),pf("lineNumbers",!1,function(df,Sf){df.display.gutterSpecs=Fg(df.options.gutters,Sf),lb(df)},!0),pf("firstLineNumber",1,lb,!0),pf("lineNumberFormatter",function(df){return df},lb,!0),pf("showCursorWhenSelecting",!1,w_,!0),pf("resetSelectionOnContextMenu",!0),pf("lineWiseCopyCut",!0),pf("pasteLinesPerSelection",!0),pf("selectionsMayTouch",!1),pf("readOnly",!1,function(df,Sf){Sf=="nocursor"&&(Av(df),df.display.input.blur()),df.display.input.readOnlyChanged(Sf)}),pf("screenReaderLabel",null,function(df,Sf){Sf=Sf===""?null:Sf,df.display.input.screenReaderLabelChanged(Sf)}),pf("disableInput",!1,function(df,Sf){Sf||df.display.input.reset()},!0),pf("dragDrop",!0,K2),pf("allowDropFileTypes",null),pf("cursorBlinkRate",530),pf("cursorScrollMargin",0),pf("cursorHeight",1,w_,!0),pf("singleCursorHeightPerLine",!0,w_,!0),pf("workTime",100),pf("workDelay",100),pf("flattenSpans",!0,av,!0),pf("addModeClass",!1,av,!0),pf("pollInterval",100),pf("undoDepth",200,function(df,Sf){return df.doc.history.undoDepth=Sf}),pf("historyEventDelay",1250),pf("viewportMargin",10,function(df){return df.refresh()},!0),pf("maxHighlightLength",1e4,av,!0),pf("moveInputWithCursor",!0,function(df,Sf){Sf||df.display.input.resetPosition()}),pf("tabindex",null,function(df,Sf){return df.display.input.getField().tabIndex=Sf||""}),pf("autofocus",null),pf("direction","ltr",function(df,Sf){return df.doc.setDirection(Sf)},!0),pf("phrases",null)}function K2(Bd,Gd,pf){var df=pf&&pf!=pv;if(!Gd!=!df){var Sf=Bd.display.dragFunctions,Gf=Gd?kh:jh;Gf(Bd.display.scroller,"dragstart",Sf.start),Gf(Bd.display.scroller,"dragenter",Sf.enter),Gf(Bd.display.scroller,"dragover",Sf.over),Gf(Bd.display.scroller,"dragleave",Sf.leave),Gf(Bd.display.scroller,"drop",Sf.drop)}}function l2(Bd){Bd.options.lineWrapping?(bf(Bd.display.wrapper,"CodeMirror-wrap"),Bd.display.sizer.style.minWidth="",Bd.display.sizerWidth=null):(Vd(Bd.display.wrapper,"CodeMirror-wrap"),Yf(Bd)),$b(Bd),J0(Bd),tb(Bd),setTimeout(function(){return Zg(Bd)},100)}function G1(Bd,Gd){var pf=this;if(!(this instanceof G1))return new G1(Bd,Gd);this.options=Gd=Gd?mf(Gd):{},mf(yb,Gd,!1);var df=Gd.value;typeof df=="string"?df=new K0(df,Gd.mode,null,Gd.lineSeparator,Gd.direction):Gd.mode&&(df.modeOption=Gd.mode),this.doc=df;var Sf=new G1.inputStyles[Gd.inputStyle](this),Gf=this.display=new $2(Bd,df,Sf,Gd);Gf.wrapper.CodeMirror=this,s2(this),Gd.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),AE(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:-1,cutIncoming:-1,selectingText:!1,draggingText:!1,highlight:new Ff,keySeq:null,specialChars:null},Gd.autofocus&&!Id&&Gf.input.focus(),ld&&cd<11&&setTimeout(function(){return pf.display.input.reset(!0)},20),c2(this),ZE(),nv(this),this.curOp.forceUpdate=!0,Wy(this,df),Gd.autofocus&&!Id||this.hasFocus()?setTimeout(function(){pf.hasFocus()&&!pf.state.focused&&By(pf)},20):Av(this);for(var ih in Eb)Eb.hasOwnProperty(ih)&&Eb[ih](this,Gd[ih],pv);IE(this),Gd.finishInit&&Gd.finishInit(this);for(var gh=0;gh<ey.length;++gh)ey[gh](this);iv(this),ud&&Gd.lineWrapping&&getComputedStyle(Gf.lineDiv).textRendering=="optimizelegibility"&&(Gf.lineDiv.style.textRendering="auto")}G1.defaults=yb,G1.optionHandlers=Eb;function c2(Bd){var Gd=Bd.display;kh(Gd.scroller,"mousedown",r0(Bd,i2)),ld&&cd<11?kh(Gd.scroller,"dblclick",r0(Bd,function(bh){if(!Tm(Bd,bh)){var Nh=Jg(Bd,bh);if(!(!Nh||Gv(Bd,bh)||X1(Bd.display,bh))){Km(bh);var Wh=Bd.findWordAt(Nh);Rv(Bd.doc,Wh.anchor,Wh.head)}}})):kh(Gd.scroller,"dblclick",function(bh){return Tm(Bd,bh)||Km(bh)}),kh(Gd.scroller,"contextmenu",function(bh){return Jb(Bd,bh)}),kh(Gd.input.getField(),"contextmenu",function(bh){Gd.scroller.contains(bh.target)||Jb(Bd,bh)});var pf,df={end:0};function Sf(){Gd.activeTouch&&(pf=setTimeout(function(){return Gd.activeTouch=null},1e3),df=Gd.activeTouch,df.end=+new Date)}function Gf(bh){if(bh.touches.length!=1)return!1;var Nh=bh.touches[0];return Nh.radiusX<=1&&Nh.radiusY<=1}function ih(bh,Nh){if(Nh.left==null)return!0;var Wh=Nh.left-bh.left,Jh=Nh.top-bh.top;return Wh*Wh+Jh*Jh>20*20}kh(Gd.scroller,"touchstart",function(bh){if(!Tm(Bd,bh)&&!Gf(bh)&&!Gv(Bd,bh)){Gd.input.ensurePolled(),clearTimeout(pf);var Nh=+new Date;Gd.activeTouch={start:Nh,moved:!1,prev:Nh-df.end<=300?df:null},bh.touches.length==1&&(Gd.activeTouch.left=bh.touches[0].pageX,Gd.activeTouch.top=bh.touches[0].pageY)}}),kh(Gd.scroller,"touchmove",function(){Gd.activeTouch&&(Gd.activeTouch.moved=!0)}),kh(Gd.scroller,"touchend",function(bh){var Nh=Gd.activeTouch;if(Nh&&!X1(Gd,bh)&&Nh.left!=null&&!Nh.moved&&new Date-Nh.start<300){var Wh=Bd.coordsChar(Gd.activeTouch,"page"),Jh;!Nh.prev||ih(Nh,Nh.prev)?Jh=new Q1(Wh,Wh):!Nh.prev.prev||ih(Nh,Nh.prev.prev)?Jh=Bd.findWordAt(Wh):Jh=new Q1(_m(Wh.line,0),S1(Bd.doc,_m(Wh.line+1,0))),Bd.setSelection(Jh.anchor,Jh.head),Bd.focus(),Km(bh)}Sf()}),kh(Gd.scroller,"touchcancel",Sf),kh(Gd.scroller,"scroll",function(){Gd.scroller.clientHeight&&(ib(Bd,Gd.scroller.scrollTop),Bg(Bd,Gd.scroller.scrollLeft,!0),cm(Bd,"scroll",Bd))}),kh(Gd.scroller,"mousewheel",function(bh){return $E(Bd,bh)}),kh(Gd.scroller,"DOMMouseScroll",function(bh){return $E(Bd,bh)}),kh(Gd.wrapper,"scroll",function(){return Gd.wrapper.scrollTop=Gd.wrapper.scrollLeft=0}),Gd.dragFunctions={enter:function(bh){Tm(Bd,bh)||F1(bh)},over:function(bh){Tm(Bd,bh)||(B1(Bd,bh),F1(bh))},start:function(bh){return rE(Bd,bh)},drop:r0(Bd,j2),leave:function(bh){Tm(Bd,bh)||QE(Bd)}};var gh=Gd.input.getField();kh(gh,"keyup",function(bh){return Vg.call(Bd,bh)}),kh(gh,"keydown",r0(Bd,sE)),kh(gh,"keypress",r0(Bd,r2)),kh(gh,"focus",function(bh){return By(Bd,bh)}),kh(gh,"blur",function(bh){return Av(Bd,bh)})}var ey=[];G1.defineInitHook=function(Bd){return ey.push(Bd)};function Sb(Bd,Gd,pf,df){var Sf=Bd.doc,Gf;pf==null&&(pf="add"),pf=="smart"&&(Sf.mode.indent?Gf=S0(Bd,Gd).state:pf="prev");var ih=Bd.options.tabSize,gh=Pm(Sf,Gd),bh=Pf(gh.text,null,ih);gh.stateAfter&&(gh.stateAfter=null);var Nh=gh.text.match(/^\s*/)[0],Wh;if(!df&&!/\S/.test(gh.text))Wh=0,pf="not";else if(pf=="smart"&&(Wh=Sf.mode.indent(Gf,gh.text.slice(Nh.length),gh.text),Wh==xf||Wh>150)){if(!df)return;pf="prev"}pf=="prev"?Gd>Sf.first?Wh=Pf(Pm(Sf,Gd-1).text,null,ih):Wh=0:pf=="add"?Wh=bh+Bd.options.indentUnit:pf=="subtract"?Wh=bh-Bd.options.indentUnit:typeof pf=="number"&&(Wh=bh+pf),Wh=Math.max(0,Wh);var Jh="",hm=0;if(Bd.options.indentWithTabs)for(var dm=Math.floor(Wh/ih);dm;--dm)hm+=ih,Jh+=" ";if(hm<Wh&&(Jh+=$f(Wh-hm)),Jh!=Nh)return sv(Sf,Jh,_m(Gd,0),_m(Gd,Nh.length),"+input"),gh.stateAfter=null,!0;for(var Nm=0;Nm<Sf.sel.ranges.length;Nm++){var Mm=Sf.sel.ranges[Nm];if(Mm.head.line==Gd&&Mm.head.ch<Nh.length){var Wm=_m(Gd,Nh.length);Cg(Sf,Nm,new Q1(Wm,Wm));break}}}var wg=null;function ty(Bd){wg=Bd}function pE(Bd,Gd,pf,df,Sf){var Gf=Bd.doc;Bd.display.shift=!1,df||(df=Gf.sel);var ih=+new Date-200,gh=Sf=="paste"||Bd.state.pasteIncoming>ih,bh=zf(Gd),Nh=null;if(gh&&df.ranges.length>1)if(wg&&wg.text.join(`
`)==Gd){if(df.ranges.length%wg.text.length==0){Nh=[];for(var Wh=0;Wh<wg.text.length;Wh++)Nh.push(Gf.splitLines(wg.text[Wh]))}}else bh.length==df.ranges.length&&Bd.options.pasteLinesPerSelection&&(Nh=Kf(bh,function(Zm){return[Zm]}));for(var Jh=Bd.curOp.updateInput,hm=df.ranges.length-1;hm>=0;hm--){var dm=df.ranges[hm],Nm=dm.from(),Mm=dm.to();dm.empty()&&(pf&&pf>0?Nm=_m(Nm.line,Nm.ch-pf):Bd.state.overwrite&&!gh?Mm=_m(Mm.line,Math.min(Pm(Gf,Mm.line).text.length,Mm.ch+Wf(bh).length)):gh&&wg&&wg.lineWise&&wg.text.join(`
`)==bh.join(`
`)&&(Nm=Mm=_m(Nm.line,0)));var Wm={from:Nm,to:Mm,text:Nh?Nh[hm%Nh.length]:bh,origin:Sf||(gh?"paste":Bd.state.cutIncoming>ih?"cut":"+input")};Bv(Bd.doc,Wm),Jd(Bd,"inputRead",Bd,Wm)}Gd&&!gh&&ry(Bd,Gd),u0(Bd),Bd.curOp.updateInput<2&&(Bd.curOp.updateInput=Jh),Bd.curOp.typing=!0,Bd.state.pasteIncoming=Bd.state.cutIncoming=-1}function n_(Bd,Gd){var pf=Bd.clipboardData&&Bd.clipboardData.getData("Text");if(pf)return Bd.preventDefault(),!Gd.isReadOnly()&&!Gd.options.disableInput&&Gd.hasFocus()&&q0(Gd,function(){return pE(Gd,pf,0,null,"paste")}),!0}function ry(Bd,Gd){if(!(!Bd.options.electricChars||!Bd.options.smartIndent))for(var pf=Bd.doc.sel,df=pf.ranges.length-1;df>=0;df--){var Sf=pf.ranges[df];if(!(Sf.head.ch>100||df&&pf.ranges[df-1].head.line==Sf.head.line)){var Gf=Bd.getModeAt(Sf.head),ih=!1;if(Gf.electricChars){for(var gh=0;gh<Gf.electricChars.length;gh++)if(Gd.indexOf(Gf.electricChars.charAt(gh))>-1){ih=Sb(Bd,Sf.head.line,"smart");break}}else Gf.electricInput&&Gf.electricInput.test(Pm(Bd.doc,Sf.head.line).text.slice(0,Sf.head.ch))&&(ih=Sb(Bd,Sf.head.line,"smart"));ih&&Jd(Bd,"electricInput",Bd,Sf.head.line)}}}function ny(Bd){for(var Gd=[],pf=[],df=0;df<Bd.doc.sel.ranges.length;df++){var Sf=Bd.doc.sel.ranges[df].head.line,Gf={anchor:_m(Sf,0),head:_m(Sf+1,0)};pf.push(Gf),Gd.push(Bd.getRange(Gf.anchor,Gf.head))}return{text:Gd,ranges:pf}}function Tb(Bd,Gd,pf,df){Bd.setAttribute("autocorrect",pf?"on":"off"),Bd.setAttribute("autocapitalize",df?"on":"off"),Bd.setAttribute("spellcheck",!!Gd)}function xb(){var Bd=zd("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; min-height: 1em; outline: none"),Gd=zd("div",[Bd],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return ud?Bd.style.width="1000px":Bd.setAttribute("wrap","off"),Nd&&(Bd.style.border="1px solid black"),Gd}function Wv(Bd){var Gd=Bd.optionHandlers,pf=Bd.helpers={};Bd.prototype={constructor:Bd,focus:function(){Af(this).focus(),this.display.input.focus()},setOption:function(df,Sf){var Gf=this.options,ih=Gf[df];Gf[df]==Sf&&df!="mode"||(Gf[df]=Sf,Gd.hasOwnProperty(df)&&r0(this,Gd[df])(this,Sf,ih),cm(this,"optionChange",this,df))},getOption:function(df){return this.options[df]},getDoc:function(){return this.doc},addKeyMap:function(df,Sf){this.state.keyMaps[Sf?"push":"unshift"](hb(df))},removeKeyMap:function(df){for(var Sf=this.state.keyMaps,Gf=0;Gf<Sf.length;++Gf)if(Sf[Gf]==df||Sf[Gf].name==df)return Sf.splice(Gf,1),!0},addOverlay:x1(function(df,Sf){var Gf=df.token?df:Bd.getMode(this.options,df);if(Gf.startState)throw new Error("Overlays may not be stateful.");Df(this.state.overlays,{mode:Gf,modeSpec:df,opaque:Sf&&Sf.opaque,priority:Sf&&Sf.priority||0},function(ih){return ih.priority}),this.state.modeGen++,J0(this)}),removeOverlay:x1(function(df){for(var Sf=this.state.overlays,Gf=0;Gf<Sf.length;++Gf){var ih=Sf[Gf].modeSpec;if(ih==df||typeof df=="string"&&ih.name==df){Sf.splice(Gf,1),this.state.modeGen++,J0(this);return}}}),indentLine:x1(function(df,Sf,Gf){typeof Sf!="string"&&typeof Sf!="number"&&(Sf==null?Sf=this.options.smartIndent?"smart":"prev":Sf=Sf?"add":"subtract"),Dm(this.doc,df)&&Sb(this,df,Sf,Gf)}),indentSelection:x1(function(df){for(var Sf=this.doc.sel.ranges,Gf=-1,ih=0;ih<Sf.length;ih++){var gh=Sf[ih];if(gh.empty())gh.head.line>Gf&&(Sb(this,gh.head.line,df,!0),Gf=gh.head.line,ih==this.doc.sel.primIndex&&u0(this));else{var bh=gh.from(),Nh=gh.to(),Wh=Math.max(Gf,bh.line);Gf=Math.min(this.lastLine(),Nh.line-(Nh.ch?0:1))+1;for(var Jh=Wh;Jh<Gf;++Jh)Sb(this,Jh,df);var hm=this.doc.sel.ranges;bh.ch==0&&Sf.length==hm.length&&hm[ih].from().ch>0&&Cg(this.doc,ih,new Q1(bh,hm[ih].to()),Nf)}}}),getTokenAt:function(df,Sf){return bg(this,df,Sf)},getLineTokens:function(df,Sf){return bg(this,_m(df),Sf,!0)},getTokenTypeAt:function(df){df=S1(this.doc,df);var Sf=vg(this,Pm(this.doc,df.line)),Gf=0,ih=(Sf.length-1)/2,gh=df.ch,bh;if(gh==0)bh=Sf[2];else for(;;){var Nh=Gf+ih>>1;if((Nh?Sf[Nh*2-1]:0)>=gh)ih=Nh;else if(Sf[Nh*2+1]<gh)Gf=Nh+1;else{bh=Sf[Nh*2+2];break}}var Wh=bh?bh.indexOf("overlay "):-1;return Wh<0?bh:Wh==0?null:bh.slice(0,Wh-1)},getModeAt:function(df){var Sf=this.doc.mode;return Sf.innerMode?Bd.innerMode(Sf,this.getTokenAt(df).state).mode:Sf},getHelper:function(df,Sf){return this.getHelpers(df,Sf)[0]},getHelpers:function(df,Sf){var Gf=[];if(!pf.hasOwnProperty(Sf))return Gf;var ih=pf[Sf],gh=this.getModeAt(df);if(typeof gh[Sf]=="string")ih[gh[Sf]]&&Gf.push(ih[gh[Sf]]);else if(gh[Sf])for(var bh=0;bh<gh[Sf].length;bh++){var Nh=ih[gh[Sf][bh]];Nh&&Gf.push(Nh)}else gh.helperType&&ih[gh.helperType]?Gf.push(ih[gh.helperType]):ih[gh.name]&&Gf.push(ih[gh.name]);for(var Wh=0;Wh<ih._global.length;Wh++){var Jh=ih._global[Wh];Jh.pred(gh,this)&&Lf(Gf,Jh.val)==-1&&Gf.push(Jh.val)}return Gf},getStateAfter:function(df,Sf){var Gf=this.doc;return df=_0(Gf,df??Gf.first+Gf.size-1),S0(this,df+1,Sf).state},cursorCoords:function(df,Sf){var Gf,ih=this.doc.sel.primary();return df==null?Gf=ih.head:typeof df=="object"?Gf=S1(this.doc,df):Gf=df?ih.from():ih.to(),Sm(this,Gf,Sf||"page")},charCoords:function(df,Sf){return Rm(this,S1(this.doc,df),Sf||"page")},coordsChar:function(df,Sf){return df=mm(this,df,Sf||"page"),q1(this,df.left,df.top)},lineAtHeight:function(df,Sf){return df=mm(this,{top:df,left:0},Sf||"page").top,Kh(this.doc,df+this.display.viewOffset)},heightAtLine:function(df,Sf,Gf){var ih=!1,gh;if(typeof df=="number"){var bh=this.doc.first+this.doc.size-1;df<this.doc.first?df=this.doc.first:df>bh&&(df=bh,ih=!0),gh=Pm(this.doc,df)}else gh=df;return p_(this,gh,{top:0,left:0},Sf||"page",Gf||ih).top+(ih?this.doc.height-ag(gh):0)},defaultTextHeight:function(){return $g(this.display)},defaultCharWidth:function(){return f_(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(df,Sf,Gf,ih,gh){var bh=this.display;df=Sm(this,S1(this.doc,df));var Nh=df.bottom,Wh=df.left;if(Sf.style.position="absolute",Sf.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(Sf),bh.sizer.appendChild(Sf),ih=="over")Nh=df.top;else if(ih=="above"||ih=="near"){var Jh=Math.max(bh.wrapper.clientHeight,this.doc.height),hm=Math.max(bh.sizer.clientWidth,bh.lineSpace.clientWidth);(ih=="above"||df.bottom+Sf.offsetHeight>Jh)&&df.top>Sf.offsetHeight?Nh=df.top-Sf.offsetHeight:df.bottom+Sf.offsetHeight<=Jh&&(Nh=df.bottom),Wh+Sf.offsetWidth>hm&&(Wh=hm-Sf.offsetWidth)}Sf.style.top=Nh+"px",Sf.style.left=Sf.style.right="",gh=="right"?(Wh=bh.sizer.clientWidth-Sf.offsetWidth,Sf.style.right="0px"):(gh=="left"?Wh=0:gh=="middle"&&(Wh=(bh.sizer.clientWidth-Sf.offsetWidth)/2),Sf.style.left=Wh+"px"),Gf&&NE(this,{left:Wh,top:Nh,right:Wh+Sf.offsetWidth,bottom:Nh+Sf.offsetHeight})},triggerOnKeyDown:x1(sE),triggerOnKeyPress:x1(r2),triggerOnKeyUp:Vg,triggerOnMouseDown:x1(i2),execCommand:function(df){if(_b.hasOwnProperty(df))return _b[df].call(null,this)},triggerElectric:x1(function(df){ry(this,df)}),findPosH:function(df,Sf,Gf,ih){var gh=1;Sf<0&&(gh=-1,Sf=-Sf);for(var bh=S1(this.doc,df),Nh=0;Nh<Sf&&(bh=T1(this.doc,bh,gh,Gf,ih),!bh.hitSide);++Nh);return bh},moveH:x1(function(df,Sf){var Gf=this;this.extendSelectionsBy(function(ih){return Gf.display.shift||Gf.doc.extend||ih.empty()?T1(Gf.doc,ih.head,df,Sf,Gf.options.rtlMoveVisually):df<0?ih.from():ih.to()},Tf)}),deleteH:x1(function(df,Sf){var Gf=this.doc.sel,ih=this.doc;Gf.somethingSelected()?ih.replaceSelection("",null,"+delete"):$_(this,function(gh){var bh=T1(ih,gh.head,df,Sf,!1);return df<0?{from:bh,to:gh.head}:{from:gh.head,to:bh}})}),findPosV:function(df,Sf,Gf,ih){var gh=1,bh=ih;Sf<0&&(gh=-1,Sf=-Sf);for(var Nh=S1(this.doc,df),Wh=0;Wh<Sf;++Wh){var Jh=Sm(this,Nh,"div");if(bh==null?bh=Jh.left:Jh.left=bh,Nh=Cb(this,Jh,gh,Gf),Nh.hitSide)break}return Nh},moveV:x1(function(df,Sf){var Gf=this,ih=this.doc,gh=[],bh=!this.display.shift&&!ih.extend&&ih.sel.somethingSelected();if(ih.extendSelectionsBy(function(Wh){if(bh)return df<0?Wh.from():Wh.to();var Jh=Sm(Gf,Wh.head,"div");Wh.goalColumn!=null&&(Jh.left=Wh.goalColumn),gh.push(Jh.left);var hm=Cb(Gf,Jh,df,Sf);return Sf=="page"&&Wh==ih.sel.primary()&&jy(Gf,Rm(Gf,hm,"div").top-Jh.top),hm},Tf),gh.length)for(var Nh=0;Nh<ih.sel.ranges.length;Nh++)ih.sel.ranges[Nh].goalColumn=gh[Nh]}),findWordAt:function(df){var Sf=this.doc,Gf=Pm(Sf,df.line).text,ih=df.ch,gh=df.ch;if(Gf){var bh=this.getHelper(df,"wordChars");(df.sticky=="before"||gh==Gf.length)&&ih?--ih:++gh;for(var Nh=Gf.charAt(ih),Wh=wh(Nh,bh)?function(Jh){return wh(Jh,bh)}:/\s/.test(Nh)?function(Jh){return/\s/.test(Jh)}:function(Jh){return!/\s/.test(Jh)&&!wh(Jh)};ih>0&&Wh(Gf.charAt(ih-1));)--ih;for(;gh<Gf.length&&Wh(Gf.charAt(gh));)++gh}return new Q1(_m(df.line,ih),_m(df.line,gh))},toggleOverwrite:function(df){df!=null&&df==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?bf(this.display.cursorDiv,"CodeMirror-overwrite"):Vd(this.display.cursorDiv,"CodeMirror-overwrite"),cm(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==gf(yf(this))},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:x1(function(df,Sf){k0(this,df,Sf)}),getScrollInfo:function(){var df=this.display.scroller;return{left:df.scrollLeft,top:df.scrollTop,height:df.scrollHeight-Qg(this)-this.display.barHeight,width:df.scrollWidth-Qg(this)-this.display.barWidth,clientHeight:Iy(this),clientWidth:Y_(this)}},scrollIntoView:x1(function(df,Sf){df==null?(df={from:this.doc.sel.primary().head,to:null},Sf==null&&(Sf=this.options.cursorScrollMargin)):typeof df=="number"?df={from:_m(df,0),to:null}:df.from==null&&(df={from:df,to:null}),df.to||(df.to=df.from),df.margin=Sf||0,df.from.line!=null?w2(this,df):Uy(this,df.from,df.to,df.margin)}),setSize:x1(function(df,Sf){var Gf=this,ih=function(bh){return typeof bh=="number"||/^\d+$/.test(String(bh))?bh+"px":bh};df!=null&&(this.display.wrapper.style.width=ih(df)),Sf!=null&&(this.display.wrapper.style.height=ih(Sf)),this.options.lineWrapping&&SE(this);var gh=this.display.viewFrom;this.doc.iter(gh,this.display.viewTo,function(bh){if(bh.widgets){for(var Nh=0;Nh<bh.widgets.length;Nh++)if(bh.widgets[Nh].noHScroll){C_(Gf,gh,"widget");break}}++gh}),this.curOp.forceUpdate=!0,cm(this,"refresh",this)}),operation:function(df){return q0(this,df)},startOperation:function(){return nv(this)},endOperation:function(){return iv(this)},refresh:x1(function(){var df=this.display.cachedTextHeight;J0(this),this.curOp.forceUpdate=!0,tb(this),k0(this,this.doc.scrollLeft,this.doc.scrollTop),Vy(this.display),(df==null||Math.abs(df-$g(this.display))>.5||this.options.lineWrapping)&&$b(this),cm(this,"refresh",this)}),swapDoc:x1(function(df){var Sf=this.doc;return Sf.cm=null,this.state.selectingText&&this.state.selectingText(),Wy(this,df),tb(this),this.display.input.reset(),k0(this,df.scrollLeft,df.scrollTop),this.curOp.forceScroll=!0,Jd(this,"swapDoc",this,Sf),Sf}),phrase:function(df){var Sf=this.options.phrases;return Sf&&Object.prototype.hasOwnProperty.call(Sf,df)?Sf[df]:df},getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},s1(Bd),Bd.registerHelper=function(df,Sf,Gf){pf.hasOwnProperty(df)||(pf[df]=Bd[df]={_global:[]}),pf[df][Sf]=Gf},Bd.registerGlobalHelper=function(df,Sf,Gf,ih){Bd.registerHelper(df,Sf,ih),pf[df]._global.push({pred:Gf,val:ih})}}function T1(Bd,Gd,pf,df,Sf){var Gf=Gd,ih=pf,gh=Pm(Bd,Gd.line),bh=Sf&&Bd.direction=="rtl"?-pf:pf;function Nh(){var e1=Gd.line+bh;return e1<Bd.first||e1>=Bd.first+Bd.size?!1:(Gd=new _m(e1,Gd.ch,Gd.sticky),gh=Pm(Bd,e1))}function Wh(e1){var Jm;if(df=="codepoint"){var n1=gh.text.charCodeAt(Gd.ch+(pf>0?0:-1));if(isNaN(n1))Jm=null;else{var f1=pf>0?n1>=55296&&n1<56320:n1>=56320&&n1<57343;Jm=new _m(Gd.line,Math.max(0,Math.min(gh.text.length,Gd.ch+pf*(f1?2:1))),-pf)}}else Sf?Jm=M_(Bd.cm,gh,Gd,pf):Jm=mb(gh,Gd,pf);if(Jm==null)if(!e1&&Nh())Gd=gb(Sf,Bd.cm,gh,Gd.line,bh);else return!1;else Gd=Jm;return!0}if(df=="char"||df=="codepoint")Wh();else if(df=="column")Wh(!0);else if(df=="word"||df=="group")for(var Jh=null,hm=df=="group",dm=Bd.cm&&Bd.cm.getHelper(Gd,"wordChars"),Nm=!0;!(pf<0&&!Wh(!Nm));Nm=!1){var Mm=gh.text.charAt(Gd.ch)||`
`,Wm=wh(Mm,dm)?"w":hm&&Mm==`
`?"n":!hm||/\s/.test(Mm)?null:"p";if(hm&&!Nm&&!Wm&&(Wm="s"),Jh&&Jh!=Wm){pf<0&&(pf=1,Wh(),Gd.sticky="after");break}if(Wm&&(Jh=Wm),pf>0&&!Wh(!Nm))break}var Zm=Mv(Bd,Gd,Gf,ih,!0);return w1(Gf,Zm)&&(Zm.hitSide=!0),Zm}function Cb(Bd,Gd,pf,df){var Sf=Bd.doc,Gf=Gd.left,ih;if(df=="page"){var gh=Math.min(Bd.display.wrapper.clientHeight,Af(Bd).innerHeight||Sf(Bd).documentElement.clientHeight),bh=Math.max(gh-.5*$g(Bd.display),3);ih=(pf>0?Gd.bottom:Gd.top)+pf*bh}else df=="line"&&(ih=pf>0?Gd.bottom+3:Gd.top-3);for(var Nh;Nh=q1(Bd,Gf,ih),!!Nh.outside;){if(pf<0?ih<=0:ih>=Sf.height){Nh.hitSide=!0;break}ih+=pf*5}return Nh}var J1=function(Bd){this.cm=Bd,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Ff,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};J1.prototype.init=function(Bd){var Gd=this,pf=this,df=pf.cm,Sf=pf.div=Bd.lineDiv;Sf.contentEditable=!0,Tb(Sf,df.options.spellcheck,df.options.autocorrect,df.options.autocapitalize);function Gf(gh){for(var bh=gh.target;bh;bh=bh.parentNode){if(bh==Sf)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(bh.className))break}return!1}kh(Sf,"paste",function(gh){!Gf(gh)||Tm(df,gh)||n_(gh,df)||cd<=11&&setTimeout(r0(df,function(){return Gd.updateFromDOM()}),20)}),kh(Sf,"compositionstart",function(gh){Gd.composing={data:gh.data,done:!1}}),kh(Sf,"compositionupdate",function(gh){Gd.composing||(Gd.composing={data:gh.data,done:!1})}),kh(Sf,"compositionend",function(gh){Gd.composing&&(gh.data!=Gd.composing.data&&Gd.readFromDOMSoon(),Gd.composing.done=!0)}),kh(Sf,"touchstart",function(){return pf.forceCompositionEnd()}),kh(Sf,"input",function(){Gd.composing||Gd.readFromDOMSoon()});function ih(gh){if(!(!Gf(gh)||Tm(df,gh))){if(df.somethingSelected())ty({lineWise:!1,text:df.getSelections()}),gh.type=="cut"&&df.replaceSelection("",null,"cut");else if(df.options.lineWiseCopyCut){var bh=ny(df);ty({lineWise:!0,text:bh.text}),gh.type=="cut"&&df.operation(function(){df.setSelections(bh.ranges,0,Nf),df.replaceSelection("",null,"cut")})}else return;if(gh.clipboardData){gh.clipboardData.clearData();var Nh=wg.text.join(`
`);if(gh.clipboardData.setData("Text",Nh),gh.clipboardData.getData("Text")==Nh){gh.preventDefault();return}}var Wh=xb(),Jh=Wh.firstChild;Tb(Jh),df.display.lineSpace.insertBefore(Wh,df.display.lineSpace.firstChild),Jh.value=wg.text.join(`
`);var hm=gf(Mf(Sf));Cf(Jh),setTimeout(function(){df.display.lineSpace.removeChild(Wh),hm.focus(),hm==Sf&&pf.showPrimarySelection()},50)}}kh(Sf,"copy",ih),kh(Sf,"cut",ih)},J1.prototype.screenReaderLabelChanged=function(Bd){Bd?this.div.setAttribute("aria-label",Bd):this.div.removeAttribute("aria-label")},J1.prototype.prepareSelection=function(){var Bd=Py(this.cm,!1);return Bd.focus=gf(Mf(this.div))==this.div,Bd},J1.prototype.showSelection=function(Bd,Gd){!Bd||!this.cm.display.view.length||((Bd.focus||Gd)&&this.showPrimarySelection(),this.showMultipleSelections(Bd))},J1.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},J1.prototype.showPrimarySelection=function(){var Bd=this.getSelection(),Gd=this.cm,pf=Gd.doc.sel.primary(),df=pf.from(),Sf=pf.to();if(Gd.display.viewTo==Gd.display.viewFrom||df.line>=Gd.display.viewTo||Sf.line<Gd.display.viewFrom){Bd.removeAllRanges();return}var Gf=B0(Gd,Bd.anchorNode,Bd.anchorOffset),ih=B0(Gd,Bd.focusNode,Bd.focusOffset);if(!(Gf&&!Gf.bad&&ih&&!ih.bad&&Xm(A0(Gf,ih),df)==0&&Xm(z1(Gf,ih),Sf)==0)){var gh=Gd.display.view,bh=df.line>=Gd.display.viewFrom&&P_(Gd,df)||{node:gh[0].measure.map[2],offset:0},Nh=Sf.line<Gd.display.viewTo&&P_(Gd,Sf);if(!Nh){var Wh=gh[gh.length-1].measure,Jh=Wh.maps?Wh.maps[Wh.maps.length-1]:Wh.map;Nh={node:Jh[Jh.length-1],offset:Jh[Jh.length-2]-Jh[Jh.length-3]}}if(!bh||!Nh){Bd.removeAllRanges();return}var hm=Bd.rangeCount&&Bd.getRangeAt(0),dm;try{dm=Qd(bh.node,bh.offset,Nh.offset,Nh.node)}catch{}dm&&(!td&&Gd.state.focused?(Bd.collapse(bh.node,bh.offset),dm.collapsed||(Bd.removeAllRanges(),Bd.addRange(dm))):(Bd.removeAllRanges(),Bd.addRange(dm)),hm&&Bd.anchorNode==null?Bd.addRange(hm):td&&this.startGracePeriod()),this.rememberSelection()}},J1.prototype.startGracePeriod=function(){var Bd=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){Bd.gracePeriod=!1,Bd.selectionChanged()&&Bd.cm.operation(function(){return Bd.cm.curOp.selectionChanged=!0})},20)},J1.prototype.showMultipleSelections=function(Bd){Wd(this.cm.display.cursorDiv,Bd.cursors),Wd(this.cm.display.selectionDiv,Bd.selection)},J1.prototype.rememberSelection=function(){var Bd=this.getSelection();this.lastAnchorNode=Bd.anchorNode,this.lastAnchorOffset=Bd.anchorOffset,this.lastFocusNode=Bd.focusNode,this.lastFocusOffset=Bd.focusOffset},J1.prototype.selectionInEditor=function(){var Bd=this.getSelection();if(!Bd.rangeCount)return!1;var Gd=Bd.getRangeAt(0).commonAncestorContainer;return hf(this.div,Gd)},J1.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||gf(Mf(this.div))!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},J1.prototype.blur=function(){this.div.blur()},J1.prototype.getField=function(){return this.div},J1.prototype.supportsTouch=function(){return!0},J1.prototype.receivedFocus=function(){var Bd=this,Gd=this;this.selectionInEditor()?setTimeout(function(){return Bd.pollSelection()},20):q0(this.cm,function(){return Gd.cm.curOp.selectionChanged=!0});function pf(){Gd.cm.state.focused&&(Gd.pollSelection(),Gd.polling.set(Gd.cm.options.pollInterval,pf))}this.polling.set(this.cm.options.pollInterval,pf)},J1.prototype.selectionChanged=function(){var Bd=this.getSelection();return Bd.anchorNode!=this.lastAnchorNode||Bd.anchorOffset!=this.lastAnchorOffset||Bd.focusNode!=this.lastFocusNode||Bd.focusOffset!=this.lastFocusOffset},J1.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var Bd=this.getSelection(),Gd=this.cm;if(kd&&_d&&this.cm.display.gutterSpecs.length&&Y2(Bd.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var pf=B0(Gd,Bd.anchorNode,Bd.anchorOffset),df=B0(Gd,Bd.focusNode,Bd.focusOffset);pf&&df&&q0(Gd,function(){H0(Gd.doc,D_(pf,df),Nf),(pf.bad||df.bad)&&(Gd.curOp.selectionChanged=!0)})}}},J1.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var Bd=this.cm,Gd=Bd.display,pf=Bd.doc.sel.primary(),df=pf.from(),Sf=pf.to();if(df.ch==0&&df.line>Bd.firstLine()&&(df=_m(df.line-1,Pm(Bd.doc,df.line-1).length)),Sf.ch==Pm(Bd.doc,Sf.line).text.length&&Sf.line<Bd.lastLine()&&(Sf=_m(Sf.line+1,0)),df.line<Gd.viewFrom||Sf.line>Gd.viewTo-1)return!1;var Gf,ih,gh;df.line==Gd.viewFrom||(Gf=Q_(Bd,df.line))==0?(ih=Ch(Gd.view[0].line),gh=Gd.view[0].node):(ih=Ch(Gd.view[Gf].line),gh=Gd.view[Gf-1].node.nextSibling);var bh=Q_(Bd,Sf.line),Nh,Wh;if(bh==Gd.view.length-1?(Nh=Gd.viewTo-1,Wh=Gd.lineDiv.lastChild):(Nh=Ch(Gd.view[bh+1].line)-1,Wh=Gd.view[bh+1].node.previousSibling),!gh)return!1;for(var Jh=Bd.doc.splitLines(u2(Bd,gh,Wh,ih,Nh)),hm=C1(Bd.doc,_m(ih,0),_m(Nh,Pm(Bd.doc,Nh).text.length));Jh.length>1&&hm.length>1;)if(Wf(Jh)==Wf(hm))Jh.pop(),hm.pop(),Nh--;else if(Jh[0]==hm[0])Jh.shift(),hm.shift(),ih++;else break;for(var dm=0,Nm=0,Mm=Jh[0],Wm=hm[0],Zm=Math.min(Mm.length,Wm.length);dm<Zm&&Mm.charCodeAt(dm)==Wm.charCodeAt(dm);)++dm;for(var e1=Wf(Jh),Jm=Wf(hm),n1=Math.min(e1.length-(Jh.length==1?dm:0),Jm.length-(hm.length==1?dm:0));Nm<n1&&e1.charCodeAt(e1.length-Nm-1)==Jm.charCodeAt(Jm.length-Nm-1);)++Nm;if(Jh.length==1&&hm.length==1&&ih==df.line)for(;dm&&dm>df.ch&&e1.charCodeAt(e1.length-Nm-1)==Jm.charCodeAt(Jm.length-Nm-1);)dm--,Nm++;Jh[Jh.length-1]=e1.slice(0,e1.length-Nm).replace(/^\u200b+/,""),Jh[0]=Jh[0].slice(dm).replace(/\u200b+$/,"");var f1=_m(ih,dm),p1=_m(Nh,hm.length?Wf(hm).length-Nm:0);if(Jh.length>1||Jh[0]||Xm(f1,p1))return sv(Bd.doc,Jh,f1,p1,"+input"),!0},J1.prototype.ensurePolled=function(){this.forceCompositionEnd()},J1.prototype.reset=function(){this.forceCompositionEnd()},J1.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},J1.prototype.readFromDOMSoon=function(){var Bd=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if(Bd.readDOMTimeout=null,Bd.composing)if(Bd.composing.done)Bd.composing=null;else return;Bd.updateFromDOM()},80))},J1.prototype.updateFromDOM=function(){var Bd=this;(this.cm.isReadOnly()||!this.pollContent())&&q0(this.cm,function(){return J0(Bd.cm)})},J1.prototype.setUneditable=function(Bd){Bd.contentEditable="false"},J1.prototype.onKeyPress=function(Bd){Bd.charCode==0||this.composing||(Bd.preventDefault(),this.cm.isReadOnly()||r0(this.cm,pE)(this.cm,String.fromCharCode(Bd.charCode==null?Bd.keyCode:Bd.charCode),0))},J1.prototype.readOnlyChanged=function(Bd){this.div.contentEditable=String(Bd!="nocursor")},J1.prototype.onContextMenu=function(){},J1.prototype.resetPosition=function(){},J1.prototype.needsContentAttribute=!0;function P_(Bd,Gd){var pf=Ib(Bd,Gd.line);if(!pf||pf.hidden)return null;var df=Pm(Bd.doc,Gd.line),Sf=vE(pf,df,Gd.line),Gf=Gh(df,Bd.doc.direction),ih="left";if(Gf){var gh=Th(Gf,Gd.ch);ih=gh%2?"right":"left"}var bh=yE(Sf.map,Gd.ch,ih);return bh.offset=bh.collapse=="right"?bh.end:bh.start,bh}function Y2(Bd){for(var Gd=Bd;Gd;Gd=Gd.parentNode)if(/CodeMirror-gutter-wrapper/.test(Gd.className))return!0;return!1}function B_(Bd,Gd){return Gd&&(Bd.bad=!0),Bd}function u2(Bd,Gd,pf,df,Sf){var Gf="",ih=!1,gh=Bd.doc.lineSeparator(),bh=!1;function Nh(dm){return function(Nm){return Nm.id==dm}}function Wh(){ih&&(Gf+=gh,bh&&(Gf+=gh),ih=bh=!1)}function Jh(dm){dm&&(Wh(),Gf+=dm)}function hm(dm){if(dm.nodeType==1){var Nm=dm.getAttribute("cm-text");if(Nm){Jh(Nm);return}var Mm=dm.getAttribute("cm-marker"),Wm;if(Mm){var Zm=Bd.findMarks(_m(df,0),_m(Sf+1,0),Nh(+Mm));Zm.length&&(Wm=Zm[0].find(0))&&Jh(C1(Bd.doc,Wm.from,Wm.to).join(gh));return}if(dm.getAttribute("contenteditable")=="false")return;var e1=/^(pre|div|p|li|table|br)$/i.test(dm.nodeName);if(!/^br$/i.test(dm.nodeName)&&dm.textContent.length==0)return;e1&&Wh();for(var Jm=0;Jm<dm.childNodes.length;Jm++)hm(dm.childNodes[Jm]);/^(pre|p)$/i.test(dm.nodeName)&&(bh=!0),e1&&(ih=!0)}else dm.nodeType==3&&Jh(dm.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;hm(Gd),Gd!=pf;)Gd=Gd.nextSibling,bh=!1;return Gf}function B0(Bd,Gd,pf){var df;if(Gd==Bd.display.lineDiv){if(df=Bd.display.lineDiv.childNodes[pf],!df)return B_(Bd.clipPos(_m(Bd.display.viewTo-1)),!0);Gd=null,pf=0}else for(df=Gd;;df=df.parentNode){if(!df||df==Bd.display.lineDiv)return null;if(df.parentNode&&df.parentNode==Bd.display.lineDiv)break}for(var Sf=0;Sf<Bd.display.view.length;Sf++){var Gf=Bd.display.view[Sf];if(Gf.node==df)return X2(Gf,Gd,pf)}}function X2(Bd,Gd,pf){var df=Bd.text.firstChild,Sf=!1;if(!Gd||!hf(df,Gd))return B_(_m(Ch(Bd.line),0),!0);if(Gd==df&&(Sf=!0,Gd=df.childNodes[pf],pf=0,!Gd)){var Gf=Bd.rest?Wf(Bd.rest):Bd.line;return B_(_m(Ch(Gf),Gf.text.length),Sf)}var ih=Gd.nodeType==3?Gd:null,gh=Gd;for(!ih&&Gd.childNodes.length==1&&Gd.firstChild.nodeType==3&&(ih=Gd.firstChild,pf&&(pf=ih.nodeValue.length));gh.parentNode!=df;)gh=gh.parentNode;var bh=Bd.measure,Nh=bh.maps;function Wh(Wm,Zm,e1){for(var Jm=-1;Jm<(Nh?Nh.length:0);Jm++)for(var n1=Jm<0?bh.map:Nh[Jm],f1=0;f1<n1.length;f1+=3){var p1=n1[f1+2];if(p1==Wm||p1==Zm){var $1=Ch(Jm<0?Bd.line:Bd.rest[Jm]),i0=n1[f1]+e1;return(e1<0||p1!=Wm)&&(i0=n1[f1+(e1?1:0)]),_m($1,i0)}}}var Jh=Wh(ih,gh,pf);if(Jh)return B_(Jh,Sf);for(var hm=gh.nextSibling,dm=ih?ih.nodeValue.length-pf:0;hm;hm=hm.nextSibling){if(Jh=Wh(hm,hm.firstChild,0),Jh)return B_(_m(Jh.line,Jh.ch-dm),Sf);dm+=hm.textContent.length}for(var Nm=gh.previousSibling,Mm=pf;Nm;Nm=Nm.previousSibling){if(Jh=Wh(Nm,Nm.firstChild,-1),Jh)return B_(_m(Jh.line,Jh.ch+Mm),Sf);Mm+=Nm.textContent.length}}var b0=function(Bd){this.cm=Bd,this.prevInput="",this.pollingFast=!1,this.polling=new Ff,this.hasSelection=!1,this.composing=null,this.resetting=!1};b0.prototype.init=function(Bd){var Gd=this,pf=this,df=this.cm;this.createField(Bd);var Sf=this.textarea;Bd.wrapper.insertBefore(this.wrapper,Bd.wrapper.firstChild),Nd&&(Sf.style.width="0px"),kh(Sf,"input",function(){ld&&cd>=9&&Gd.hasSelection&&(Gd.hasSelection=null),pf.poll()}),kh(Sf,"paste",function(ih){Tm(df,ih)||n_(ih,df)||(df.state.pasteIncoming=+new Date,pf.fastPoll())});function Gf(ih){if(!Tm(df,ih)){if(df.somethingSelected())ty({lineWise:!1,text:df.getSelections()});else if(df.options.lineWiseCopyCut){var gh=ny(df);ty({lineWise:!0,text:gh.text}),ih.type=="cut"?df.setSelections(gh.ranges,null,Nf):(pf.prevInput="",Sf.value=gh.text.join(`
`),Cf(Sf))}else return;ih.type=="cut"&&(df.state.cutIncoming=+new Date)}}kh(Sf,"cut",Gf),kh(Sf,"copy",Gf),kh(Bd.scroller,"paste",function(ih){if(!(X1(Bd,ih)||Tm(df,ih))){if(!Sf.dispatchEvent){df.state.pasteIncoming=+new Date,pf.focus();return}var gh=new Event("paste");gh.clipboardData=ih.clipboardData,Sf.dispatchEvent(gh)}}),kh(Bd.lineSpace,"selectstart",function(ih){X1(Bd,ih)||Km(ih)}),kh(Sf,"compositionstart",function(){var ih=df.getCursor("from");pf.composing&&pf.composing.range.clear(),pf.composing={start:ih,range:df.markText(ih,df.getCursor("to"),{className:"CodeMirror-composing"})}}),kh(Sf,"compositionend",function(){pf.composing&&(pf.poll(),pf.composing.range.clear(),pf.composing=null)})},b0.prototype.createField=function(Bd){this.wrapper=xb(),this.textarea=this.wrapper.firstChild;var Gd=this.cm.options;Tb(this.textarea,Gd.spellcheck,Gd.autocorrect,Gd.autocapitalize)},b0.prototype.screenReaderLabelChanged=function(Bd){Bd?this.textarea.setAttribute("aria-label",Bd):this.textarea.removeAttribute("aria-label")},b0.prototype.prepareSelection=function(){var Bd=this.cm,Gd=Bd.display,pf=Bd.doc,df=Py(Bd);if(Bd.options.moveInputWithCursor){var Sf=Sm(Bd,pf.sel.primary().head,"div"),Gf=Gd.wrapper.getBoundingClientRect(),ih=Gd.lineDiv.getBoundingClientRect();df.teTop=Math.max(0,Math.min(Gd.wrapper.clientHeight-10,Sf.top+ih.top-Gf.top)),df.teLeft=Math.max(0,Math.min(Gd.wrapper.clientWidth-10,Sf.left+ih.left-Gf.left))}return df},b0.prototype.showSelection=function(Bd){var Gd=this.cm,pf=Gd.display;Wd(pf.cursorDiv,Bd.cursors),Wd(pf.selectionDiv,Bd.selection),Bd.teTop!=null&&(this.wrapper.style.top=Bd.teTop+"px",this.wrapper.style.left=Bd.teLeft+"px")},b0.prototype.reset=function(Bd){if(!(this.contextMenuPending||this.composing&&Bd)){var Gd=this.cm;if(this.resetting=!0,Gd.somethingSelected()){this.prevInput="";var pf=Gd.getSelection();this.textarea.value=pf,Gd.state.focused&&Cf(this.textarea),ld&&cd>=9&&(this.hasSelection=pf)}else Bd||(this.prevInput=this.textarea.value="",ld&&cd>=9&&(this.hasSelection=null));this.resetting=!1}},b0.prototype.getField=function(){return this.textarea},b0.prototype.supportsTouch=function(){return!1},b0.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!Id||gf(Mf(this.textarea))!=this.textarea))try{this.textarea.focus()}catch{}},b0.prototype.blur=function(){this.textarea.blur()},b0.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},b0.prototype.receivedFocus=function(){this.slowPoll()},b0.prototype.slowPoll=function(){var Bd=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){Bd.poll(),Bd.cm.state.focused&&Bd.slowPoll()})},b0.prototype.fastPoll=function(){var Bd=!1,Gd=this;Gd.pollingFast=!0;function pf(){var df=Gd.poll();!df&&!Bd?(Bd=!0,Gd.polling.set(60,pf)):(Gd.pollingFast=!1,Gd.slowPoll())}Gd.polling.set(20,pf)},b0.prototype.poll=function(){var Bd=this,Gd=this.cm,pf=this.textarea,df=this.prevInput;if(this.contextMenuPending||this.resetting||!Gd.state.focused||Dh(pf)&&!df&&!this.composing||Gd.isReadOnly()||Gd.options.disableInput||Gd.state.keySeq)return!1;var Sf=pf.value;if(Sf==df&&!Gd.somethingSelected())return!1;if(ld&&cd>=9&&this.hasSelection===Sf||Rd&&/[\uf700-\uf7ff]/.test(Sf))return Gd.display.input.reset(),!1;if(Gd.doc.sel==Gd.display.selForContextMenu){var Gf=Sf.charCodeAt(0);if(Gf==8203&&!df&&(df=""),Gf==8666)return this.reset(),this.cm.execCommand("undo")}for(var ih=0,gh=Math.min(df.length,Sf.length);ih<gh&&df.charCodeAt(ih)==Sf.charCodeAt(ih);)++ih;return q0(Gd,function(){pE(Gd,Sf.slice(ih),df.length-ih,null,Bd.composing?"*compose":null),Sf.length>1e3||Sf.indexOf(`
`)>-1?pf.value=Bd.prevInput="":Bd.prevInput=Sf,Bd.composing&&(Bd.composing.range.clear(),Bd.composing.range=Gd.markText(Bd.composing.start,Gd.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},b0.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},b0.prototype.onKeyPress=function(){ld&&cd>=9&&(this.hasSelection=null),this.fastPoll()},b0.prototype.onContextMenu=function(Bd){var Gd=this,pf=Gd.cm,df=pf.display,Sf=Gd.textarea;Gd.contextMenuPending&&Gd.contextMenuPending();var Gf=Jg(pf,Bd),ih=df.scroller.scrollTop;if(!Gf||Ed)return;var gh=pf.options.resetSelectionOnContextMenu;gh&&pf.doc.sel.contains(Gf)==-1&&r0(pf,H0)(pf.doc,D_(Gf),Nf);var bh=Sf.style.cssText,Nh=Gd.wrapper.style.cssText,Wh=Gd.wrapper.offsetParent.getBoundingClientRect();Gd.wrapper.style.cssText="position: static",Sf.style.cssText=`position: absolute; width: 30px; height: 30px;
top: `+(Bd.clientY-Wh.top-5)+"px; left: "+(Bd.clientX-Wh.left-5)+`px;
z-index: 1000; background: `+(ld?"rgba(255, 255, 255, .05)":"transparent")+`;
outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var Jh;ud&&(Jh=Sf.ownerDocument.defaultView.scrollY),df.input.focus(),ud&&Sf.ownerDocument.defaultView.scrollTo(null,Jh),df.input.reset(),pf.somethingSelected()||(Sf.value=Gd.prevInput=" "),Gd.contextMenuPending=dm,df.selForContextMenu=pf.doc.sel,clearTimeout(df.detectingSelectAll);function hm(){if(Sf.selectionStart!=null){var Mm=pf.somethingSelected(),Wm=""+(Mm?Sf.value:"");Sf.value="⇚",Sf.value=Wm,Gd.prevInput=Mm?"":"",Sf.selectionStart=1,Sf.selectionEnd=Wm.length,df.selForContextMenu=pf.doc.sel}}function dm(){if(Gd.contextMenuPending==dm&&(Gd.contextMenuPending=!1,Gd.wrapper.style.cssText=Nh,Sf.style.cssText=bh,ld&&cd<9&&df.scrollbars.setScrollTop(df.scroller.scrollTop=ih),Sf.selectionStart!=null)){(!ld||ld&&cd<9)&&hm();var Mm=0,Wm=function(){df.selForContextMenu==pf.doc.sel&&Sf.selectionStart==0&&Sf.selectionEnd>0&&Gd.prevInput==""?r0(pf,Pv)(pf):Mm++<10?df.detectingSelectAll=setTimeout(Wm,500):(df.selForContextMenu=null,df.input.reset())};df.detectingSelectAll=setTimeout(Wm,200)}}if(ld&&cd>=9&&hm(),Fd){F1(Bd);var Nm=function(){jh(window,"mouseup",Nm),setTimeout(dm,20)};kh(window,"mouseup",Nm)}else setTimeout(dm,50)},b0.prototype.readOnlyChanged=function(Bd){Bd||this.reset(),this.textarea.disabled=Bd=="nocursor",this.textarea.readOnly=!!Bd},b0.prototype.setUneditable=function(){},b0.prototype.needsContentAttribute=!1;function d2(Bd,Gd){if(Gd=Gd?mf(Gd):{},Gd.value=Bd.value,!Gd.tabindex&&Bd.tabIndex&&(Gd.tabindex=Bd.tabIndex),!Gd.placeholder&&Bd.placeholder&&(Gd.placeholder=Bd.placeholder),Gd.autofocus==null){var pf=gf(Mf(Bd));Gd.autofocus=pf==Bd||Bd.getAttribute("autofocus")!=null&&pf==document.body}function df(){Bd.value=gh.getValue()}var Sf;if(Bd.form&&(kh(Bd.form,"submit",df),!Gd.leaveSubmitMethodAlone)){var Gf=Bd.form;Sf=Gf.submit;try{var ih=Gf.submit=function(){df(),Gf.submit=Sf,Gf.submit(),Gf.submit=ih}}catch{}}Gd.finishInit=function(bh){bh.save=df,bh.getTextArea=function(){return Bd},bh.toTextArea=function(){bh.toTextArea=isNaN,df(),Bd.parentNode.removeChild(bh.getWrapperElement()),Bd.style.display="",Bd.form&&(jh(Bd.form,"submit",df),!Gd.leaveSubmitMethodAlone&&typeof Bd.form.submit=="function"&&(Bd.form.submit=Sf))}},Bd.style.display="none";var gh=G1(function(bh){return Bd.parentNode.insertBefore(bh,Bd.nextSibling)},Gd);return gh}function Q2(Bd){Bd.off=jh,Bd.on=kh,Bd.wheelEventPixels=M2,Bd.Doc=K0,Bd.splitLines=zf,Bd.countColumn=Pf,Bd.findColumn=wf,Bd.isWordChar=Mh,Bd.Pass=xf,Bd.signal=cm,Bd.Line=sh,Bd.changeEnd=k_,Bd.scrollbarModel=rv,Bd.Pos=_m,Bd.cmpPos=Xm,Bd.modes=qh,Bd.mimeModes=Zh,Bd.resolveMode=zh,Bd.getMode=om,Bd.modeExtensions=fm,Bd.extendMode=uh,Bd.copyState=Om,Bd.startState=y1,Bd.innerMode=l1,Bd.commands=_b,Bd.keyMap=t_,Bd.keyName=fb,Bd.isModifierKey=Kb,Bd.lookupKey=mg,Bd.normalizeKeyMap=hg,Bd.StringStream=c1,Bd.SharedTextMarker=jv,Bd.TextMarker=Hg,Bd.LineWidget=cv,Bd.e_preventDefault=Km,Bd.e_stopPropagation=v1,Bd.e_stop=F1,Bd.addClass=bf,Bd.contains=hf,Bd.rmClass=Vd,Bd.keyNames=P0}dE(G1),Wv(G1);var p2="iter insert remove copy getEditor constructor".split(" ");for(var iy in K0.prototype)K0.prototype.hasOwnProperty(iy)&&Lf(p2,iy)<0&&(G1.prototype[iy]=function(Bd){return function(){return Bd.apply(this.doc,arguments)}}(K0.prototype[iy]));return s1(K0),G1.inputStyles={textarea:b0,contenteditable:J1},G1.defineMode=function(Bd){!G1.defaults.mode&&Bd!="null"&&(G1.defaults.mode=Bd),Yh.apply(this,arguments)},G1.defineMIME=Fh,G1.defineMode("null",function(){return{token:function(Bd){return Bd.skipToEnd()}}}),G1.defineMIME("text/plain","null"),G1.defineExtension=function(Bd,Gd){G1.prototype[Bd]=Gd},G1.defineDocExtension=function(Bd,Gd){K0.prototype[Bd]=Gd},G1.fromTextArea=d2,Q2(G1),G1.version="5.65.17",G1})}(codemirror)),codemirror.exports}var codemirrorExports=requireCodemirror();const CodeMirror=getDefaultExportFromCjs(codemirrorExports);function tryOnScopeDispose$1(Ra){return getCurrentScope()?(onScopeDispose(Ra),!0):!1}function toValue$2(Ra){return typeof Ra=="function"?Ra():unref(Ra)}const isClient$1=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const toString$3=Object.prototype.toString,isObject$4=Ra=>toString$3.call(Ra)==="[object Object]",noop$7=()=>{};function createFilterWrapper$1(Ra,qa){function Ja(...ed){return new Promise((td,rd)=>{Promise.resolve(Ra(()=>qa.apply(this,ed),{fn:qa,thisArg:this,args:ed})).then(td).catch(rd)})}return Ja}const bypassFilter=Ra=>Ra();function pausableFilter(Ra=bypassFilter){const qa=ref$1(!0);function Ja(){qa.value=!1}function ed(){qa.value=!0}const td=(...rd)=>{qa.value&&Ra(...rd)};return{isActive:readonly(qa),pause:Ja,resume:ed,eventFilter:td}}function getLifeCycleTarget(Ra){return getCurrentInstance()}function toRef(...Ra){if(Ra.length!==1)return toRef$1(...Ra);const qa=Ra[0];return typeof qa=="function"?readonly(customRef(()=>({get:qa,set:noop$7}))):ref$1(qa)}function watchWithFilter(Ra,qa,Ja={}){const{eventFilter:ed=bypassFilter,...td}=Ja;return watch(Ra,createFilterWrapper$1(ed,qa),td)}function watchPausable(Ra,qa,Ja={}){const{eventFilter:ed,...td}=Ja,{eventFilter:rd,pause:od,resume:sd,isActive:ld}=pausableFilter(ed);return{stop:watchWithFilter(Ra,qa,{...td,eventFilter:rd}),pause:od,resume:sd,isActive:ld}}function tryOnMounted$1(Ra,qa=!0,Ja){getLifeCycleTarget()?onMounted(Ra,Ja):qa?Ra():nextTick$1(Ra)}function useToggle(Ra=!1,qa={}){const{truthyValue:Ja=!0,falsyValue:ed=!1}=qa,td=isRef(Ra),rd=ref$1(Ra);function od(sd){if(arguments.length)return rd.value=sd,rd.value;{const ld=toValue$2(Ja);return rd.value=rd.value===ld?toValue$2(ed):ld,rd.value}}return td?od:[rd,od]}function unrefElement$1(Ra){var qa;const Ja=toValue$2(Ra);return(qa=Ja==null?void 0:Ja.$el)!=null?qa:Ja}const defaultWindow$1=isClient$1?window:void 0;function useEventListener$1(...Ra){let qa,Ja,ed,td;if(typeof Ra[0]=="string"||Array.isArray(Ra[0])?([Ja,ed,td]=Ra,qa=defaultWindow$1):[qa,Ja,ed,td]=Ra,!qa)return noop$7;Array.isArray(Ja)||(Ja=[Ja]),Array.isArray(ed)||(ed=[ed]);const rd=[],od=()=>{rd.forEach(ud=>ud()),rd.length=0},sd=(ud,gd,_d,yd)=>(ud.addEventListener(gd,_d,yd),()=>ud.removeEventListener(gd,_d,yd)),ld=watch(()=>[unrefElement$1(qa),toValue$2(td)],([ud,gd])=>{if(od(),!ud)return;const _d=isObject$4(gd)?{...gd}:gd;rd.push(...Ja.flatMap(yd=>ed.map(Ed=>sd(ud,yd,Ed,_d))))},{immediate:!0,flush:"post"}),cd=()=>{ld(),od()};return tryOnScopeDispose$1(cd),cd}function useMounted(){const Ra=ref$1(!1),qa=getCurrentInstance();return qa&&onMounted(()=>{Ra.value=!0},qa),Ra}function useSupported$1(Ra){const qa=useMounted();return computed(()=>(qa.value,!!Ra()))}function useMediaQuery(Ra,qa={}){const{window:Ja=defaultWindow$1}=qa,ed=useSupported$1(()=>Ja&&"matchMedia"in Ja&&typeof Ja.matchMedia=="function");let td;const rd=ref$1(!1),od=cd=>{rd.value=cd.matches},sd=()=>{td&&("removeEventListener"in td?td.removeEventListener("change",od):td.removeListener(od))},ld=watchEffect(()=>{ed.value&&(sd(),td=Ja.matchMedia(toValue$2(Ra)),"addEventListener"in td?td.addEventListener("change",od):td.addListener(od),rd.value=td.matches)});return tryOnScopeDispose$1(()=>{ld(),sd(),td=void 0}),rd}const _global$2=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global$1<"u"?global$1:typeof self<"u"?self:{},globalKey$1="__vueuse_ssr_handlers__",handlers=getHandlers();function getHandlers(){return globalKey$1 in _global$2||(_global$2[globalKey$1]=_global$2[globalKey$1]||{}),_global$2[globalKey$1]}function getSSRHandler(Ra,qa){return handlers[Ra]||qa}function guessSerializerType(Ra){return Ra==null?"any":Ra instanceof Set?"set":Ra instanceof Map?"map":Ra instanceof Date?"date":typeof Ra=="boolean"?"boolean":typeof Ra=="string"?"string":typeof Ra=="object"?"object":Number.isNaN(Ra)?"any":"number"}const StorageSerializers={boolean:{read:Ra=>Ra==="true",write:Ra=>String(Ra)},object:{read:Ra=>JSON.parse(Ra),write:Ra=>JSON.stringify(Ra)},number:{read:Ra=>Number.parseFloat(Ra),write:Ra=>String(Ra)},any:{read:Ra=>Ra,write:Ra=>String(Ra)},string:{read:Ra=>Ra,write:Ra=>String(Ra)},map:{read:Ra=>new Map(JSON.parse(Ra)),write:Ra=>JSON.stringify(Array.from(Ra.entries()))},set:{read:Ra=>new Set(JSON.parse(Ra)),write:Ra=>JSON.stringify(Array.from(Ra))},date:{read:Ra=>new Date(Ra),write:Ra=>Ra.toISOString()}},customStorageEventName="vueuse-storage";function useStorage(Ra,qa,Ja,ed={}){var td;const{flush:rd="pre",deep:od=!0,listenToStorageChanges:sd=!0,writeDefaults:ld=!0,mergeDefaults:cd=!1,shallow:ud,window:gd=defaultWindow$1,eventFilter:_d,onError:yd=Fd=>{console.error(Fd)},initOnMounted:Ed}=ed,Td=(ud?shallowRef:ref$1)(typeof qa=="function"?qa():qa);if(!Ja)try{Ja=getSSRHandler("getDefaultStorage",()=>{var Fd;return(Fd=defaultWindow$1)==null?void 0:Fd.localStorage})()}catch(Fd){yd(Fd)}if(!Ja)return Td;const Od=toValue$2(qa),Ad=guessSerializerType(Od),Nd=(td=ed.serializer)!=null?td:StorageSerializers[Ad],{pause:kd,resume:Id}=watchPausable(Td,()=>Md(Td.value),{flush:rd,deep:od,eventFilter:_d});gd&&sd&&tryOnMounted$1(()=>{Ja instanceof Storage?useEventListener$1(gd,"storage",jd):useEventListener$1(gd,customStorageEventName,Pd),Ed&&jd()}),Ed||jd();function Rd(Fd,Ud){if(gd){const Vd={key:Ra,oldValue:Fd,newValue:Ud,storageArea:Ja};gd.dispatchEvent(Ja instanceof Storage?new StorageEvent("storage",Vd):new CustomEvent(customStorageEventName,{detail:Vd}))}}function Md(Fd){try{const Ud=Ja.getItem(Ra);if(Fd==null)Rd(Ud,null),Ja.removeItem(Ra);else{const Vd=Nd.write(Fd);Ud!==Vd&&(Ja.setItem(Ra,Vd),Rd(Ud,Vd))}}catch(Ud){yd(Ud)}}function Ld(Fd){const Ud=Fd?Fd.newValue:Ja.getItem(Ra);if(Ud==null)return ld&&Od!=null&&Ja.setItem(Ra,Nd.write(Od)),Od;if(!Fd&&cd){const Vd=Nd.read(Ud);return typeof cd=="function"?cd(Vd,Od):Ad==="object"&&!Array.isArray(Vd)?{...Od,...Vd}:Vd}else return typeof Ud!="string"?Ud:Nd.read(Ud)}function jd(Fd){if(!(Fd&&Fd.storageArea!==Ja)){if(Fd&&Fd.key==null){Td.value=Od;return}if(!(Fd&&Fd.key!==Ra)){kd();try{(Fd==null?void 0:Fd.newValue)!==Nd.write(Td.value)&&(Td.value=Ld(Fd))}catch(Ud){yd(Ud)}finally{Fd?nextTick$1(Id):Id()}}}}function Pd(Fd){jd(Fd.detail)}return Td}function usePreferredDark(Ra){return useMediaQuery("(prefers-color-scheme: dark)",Ra)}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(Ra={}){const{selector:qa="html",attribute:Ja="class",initialValue:ed="auto",window:td=defaultWindow$1,storage:rd,storageKey:od="vueuse-color-scheme",listenToStorageChanges:sd=!0,storageRef:ld,emitAuto:cd,disableTransition:ud=!0}=Ra,gd={auto:"",light:"light",dark:"dark",...Ra.modes||{}},_d=usePreferredDark({window:td}),yd=computed(()=>_d.value?"dark":"light"),Ed=ld||(od==null?toRef(ed):useStorage(od,ed,rd,{window:td,listenToStorageChanges:sd})),Td=computed(()=>Ed.value==="auto"?yd.value:Ed.value),Od=getSSRHandler("updateHTMLAttrs",(Id,Rd,Md)=>{const Ld=typeof Id=="string"?td==null?void 0:td.document.querySelector(Id):unrefElement$1(Id);if(!Ld)return;const jd=new Set,Pd=new Set;let Fd=null;if(Rd==="class"){const Vd=Md.split(/\s/g);Object.values(gd).flatMap(qd=>(qd||"").split(/\s/g)).filter(Boolean).forEach(qd=>{Vd.includes(qd)?jd.add(qd):Pd.add(qd)})}else Fd={key:Rd,value:Md};if(jd.size===0&&Pd.size===0&&Fd===null)return;let Ud;ud&&(Ud=td.document.createElement("style"),Ud.appendChild(document.createTextNode(CSS_DISABLE_TRANS)),td.document.head.appendChild(Ud));for(const Vd of jd)Ld.classList.add(Vd);for(const Vd of Pd)Ld.classList.remove(Vd);Fd&&Ld.setAttribute(Fd.key,Fd.value),ud&&(td.getComputedStyle(Ud).opacity,document.head.removeChild(Ud))});function Ad(Id){var Rd;Od(qa,Ja,(Rd=gd[Id])!=null?Rd:Id)}function Nd(Id){Ra.onChanged?Ra.onChanged(Id,Ad):Ad(Id)}watch(Td,Nd,{flush:"post",immediate:!0}),tryOnMounted$1(()=>Nd(Td.value));const kd=computed({get(){return cd?Ed.value:Td.value},set(Id){Ed.value=Id}});try{return Object.assign(kd,{store:Ed,system:yd,state:Td})}catch{return kd}}function useDark(Ra={}){const{valueDark:qa="dark",valueLight:Ja="",window:ed=defaultWindow$1}=Ra,td=useColorMode({...Ra,onChanged:(sd,ld)=>{var cd;Ra.onChanged?(cd=Ra.onChanged)==null||cd.call(Ra,sd==="dark",ld,sd):ld(sd)},modes:{dark:qa,light:Ja}}),rd=computed(()=>td.system?td.system.value:usePreferredDark({window:ed}).value?"dark":"light");return computed({get(){return td.value==="dark"},set(sd){const ld=sd?"dark":"light";rd.value===ld?td.value="auto":td.value=ld}})}const 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])',isVisible=Ra=>getComputedStyle(Ra).position==="fixed"?!1:Ra.offsetParent!==null,obtainAllFocusableElements$1=Ra=>Array.from(Ra.querySelectorAll(FOCUSABLE_ELEMENT_SELECTORS)).filter(qa=>isFocusable(qa)&&isVisible(qa)),isFocusable=Ra=>{if(Ra.tabIndex>0||Ra.tabIndex===0&&Ra.getAttribute("tabIndex")!==null)return!0;if(Ra.disabled)return!1;switch(Ra.nodeName){case"A":return!!Ra.href&&Ra.rel!=="ignore";case"INPUT":return!(Ra.type==="hidden"||Ra.type==="file");case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},triggerEvent=function(Ra,qa,...Ja){let ed;qa.includes("mouse")||qa.includes("click")?ed="MouseEvents":qa.includes("key")?ed="KeyboardEvent":ed="HTMLEvents";const td=document.createEvent(ed);return td.initEvent(qa,...Ja),Ra.dispatchEvent(td),Ra},isLeaf=Ra=>!Ra.getAttribute("aria-owns"),getSibling=(Ra,qa,Ja)=>{const{parentNode:ed}=Ra;if(!ed)return null;const td=ed.querySelectorAll(Ja),rd=Array.prototype.indexOf.call(td,Ra);return td[rd+qa]||null},focusNode=Ra=>{Ra&&(Ra.focus(),!isLeaf(Ra)&&Ra.click())},composeEventHandlers=(Ra,qa,{checkForDefaultPrevented:Ja=!0}={})=>td=>{const rd=Ra==null?void 0:Ra(td);if(Ja===!1||!rd)return qa==null?void 0:qa(td)},whenMouse=Ra=>qa=>qa.pointerType==="mouse"?Ra(qa):void 0;var __defProp$9=Object.defineProperty,__defProps$6=Object.defineProperties,__getOwnPropDescs$6=Object.getOwnPropertyDescriptors,__getOwnPropSymbols$b=Object.getOwnPropertySymbols,__hasOwnProp$b=Object.prototype.hasOwnProperty,__propIsEnum$b=Object.prototype.propertyIsEnumerable,__defNormalProp$9=(Ra,qa,Ja)=>qa in Ra?__defProp$9(Ra,qa,{enumerable:!0,configurable:!0,writable:!0,value:Ja}):Ra[qa]=Ja,__spreadValues$9=(Ra,qa)=>{for(var Ja in qa||(qa={}))__hasOwnProp$b.call(qa,Ja)&&__defNormalProp$9(Ra,Ja,qa[Ja]);if(__getOwnPropSymbols$b)for(var Ja of __getOwnPropSymbols$b(qa))__propIsEnum$b.call(qa,Ja)&&__defNormalProp$9(Ra,Ja,qa[Ja]);return Ra},__spreadProps$6=(Ra,qa)=>__defProps$6(Ra,__getOwnPropDescs$6(qa));function computedEager(Ra,qa){var Ja;const ed=shallowRef();return watchEffect(()=>{ed.value=Ra()},__spreadProps$6(__spreadValues$9({},qa),{flush:(Ja=void 0)!=null?Ja:"sync"})),readonly(ed)}var _a$3;const isClient=typeof window<"u",isDef=Ra=>typeof Ra<"u",isFunction$3=Ra=>typeof Ra=="function",isString$2=Ra=>typeof Ra=="string",noop$6=()=>{},isIOS$1=isClient&&((_a$3=window==null?void 0:window.navigator)==null?void 0:_a$3.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function resolveUnref(Ra){return typeof Ra=="function"?Ra():unref(Ra)}function createFilterWrapper(Ra,qa){function Ja(...ed){return new Promise((td,rd)=>{Promise.resolve(Ra(()=>qa.apply(this,ed),{fn:qa,thisArg:this,args:ed})).then(td).catch(rd)})}return Ja}function debounceFilter(Ra,qa={}){let Ja,ed,td=noop$6;const rd=sd=>{clearTimeout(sd),td(),td=noop$6};return sd=>{const ld=resolveUnref(Ra),cd=resolveUnref(qa.maxWait);return Ja&&rd(Ja),ld<=0||cd!==void 0&&cd<=0?(ed&&(rd(ed),ed=null),Promise.resolve(sd())):new Promise((ud,gd)=>{td=qa.rejectOnCancel?gd:ud,cd&&!ed&&(ed=setTimeout(()=>{Ja&&rd(Ja),ed=null,ud(sd())},cd)),Ja=setTimeout(()=>{ed&&rd(ed),ed=null,ud(sd())},ld)})}}function throttleFilter(Ra,qa=!0,Ja=!0,ed=!1){let td=0,rd,od=!0,sd=noop$6,ld;const cd=()=>{rd&&(clearTimeout(rd),rd=void 0,sd(),sd=noop$6)};return gd=>{const _d=resolveUnref(Ra),yd=Date.now()-td,Ed=()=>ld=gd();return cd(),_d<=0?(td=Date.now(),Ed()):(yd>_d&&(Ja||!od)?(td=Date.now(),Ed()):qa&&(ld=new Promise((Td,Od)=>{sd=ed?Od:Td,rd=setTimeout(()=>{td=Date.now(),od=!0,Td(Ed()),cd()},Math.max(0,_d-yd))})),!Ja&&!rd&&(rd=setTimeout(()=>od=!0,_d)),od=!1,ld)}}function identity$2(Ra){return Ra}function computedWithControl(Ra,qa){let Ja,ed,td;const rd=ref$1(!0),od=()=>{rd.value=!0,td()};watch(Ra,od,{flush:"sync"});const sd=isFunction$3(qa)?qa:qa.get,ld=isFunction$3(qa)?void 0:qa.set,cd=customRef((ud,gd)=>(ed=ud,td=gd,{get(){return rd.value&&(Ja=sd(),rd.value=!1),ed(),Ja},set(_d){ld==null||ld(_d)}}));return Object.isExtensible(cd)&&(cd.trigger=od),cd}function tryOnScopeDispose(Ra){return getCurrentScope()?(onScopeDispose(Ra),!0):!1}function useDebounceFn(Ra,qa=200,Ja={}){return createFilterWrapper(debounceFilter(qa,Ja),Ra)}function refDebounced(Ra,qa=200,Ja={}){const ed=ref$1(Ra.value),td=useDebounceFn(()=>{ed.value=Ra.value},qa,Ja);return watch(Ra,()=>td()),ed}function useThrottleFn(Ra,qa=200,Ja=!1,ed=!0,td=!1){return createFilterWrapper(throttleFilter(qa,Ja,ed,td),Ra)}function tryOnMounted(Ra,qa=!0){getCurrentInstance()?onMounted(Ra):qa?Ra():nextTick$1(Ra)}function useTimeoutFn(Ra,qa,Ja={}){const{immediate:ed=!0}=Ja,td=ref$1(!1);let rd=null;function od(){rd&&(clearTimeout(rd),rd=null)}function sd(){td.value=!1,od()}function ld(...cd){od(),td.value=!0,rd=setTimeout(()=>{td.value=!1,rd=null,Ra(...cd)},resolveUnref(qa))}return ed&&(td.value=!0,isClient&&ld()),tryOnScopeDispose(sd),{isPending:readonly(td),start:ld,stop:sd}}function unrefElement(Ra){var qa;const Ja=resolveUnref(Ra);return(qa=Ja==null?void 0:Ja.$el)!=null?qa:Ja}const defaultWindow=isClient?window:void 0,defaultDocument=isClient?window.document:void 0;function useEventListener(...Ra){let qa,Ja,ed,td;if(isString$2(Ra[0])||Array.isArray(Ra[0])?([Ja,ed,td]=Ra,qa=defaultWindow):[qa,Ja,ed,td]=Ra,!qa)return noop$6;Array.isArray(Ja)||(Ja=[Ja]),Array.isArray(ed)||(ed=[ed]);const rd=[],od=()=>{rd.forEach(ud=>ud()),rd.length=0},sd=(ud,gd,_d,yd)=>(ud.addEventListener(gd,_d,yd),()=>ud.removeEventListener(gd,_d,yd)),ld=watch(()=>[unrefElement(qa),resolveUnref(td)],([ud,gd])=>{od(),ud&&rd.push(...Ja.flatMap(_d=>ed.map(yd=>sd(ud,_d,yd,gd))))},{immediate:!0,flush:"post"}),cd=()=>{ld(),od()};return tryOnScopeDispose(cd),cd}let _iOSWorkaround=!1;function onClickOutside(Ra,qa,Ja={}){const{window:ed=defaultWindow,ignore:td=[],capture:rd=!0,detectIframe:od=!1}=Ja;if(!ed)return;isIOS$1&&!_iOSWorkaround&&(_iOSWorkaround=!0,Array.from(ed.document.body.children).forEach(_d=>_d.addEventListener("click",noop$6)));let sd=!0;const ld=_d=>td.some(yd=>{if(typeof yd=="string")return Array.from(ed.document.querySelectorAll(yd)).some(Ed=>Ed===_d.target||_d.composedPath().includes(Ed));{const Ed=unrefElement(yd);return Ed&&(_d.target===Ed||_d.composedPath().includes(Ed))}}),ud=[useEventListener(ed,"click",_d=>{const yd=unrefElement(Ra);if(!(!yd||yd===_d.target||_d.composedPath().includes(yd))){if(_d.detail===0&&(sd=!ld(_d)),!sd){sd=!0;return}qa(_d)}},{passive:!0,capture:rd}),useEventListener(ed,"pointerdown",_d=>{const yd=unrefElement(Ra);yd&&(sd=!_d.composedPath().includes(yd)&&!ld(_d))},{passive:!0}),od&&useEventListener(ed,"blur",_d=>{var yd;const Ed=unrefElement(Ra);((yd=ed.document.activeElement)==null?void 0:yd.tagName)==="IFRAME"&&!(Ed!=null&&Ed.contains(ed.document.activeElement))&&qa(_d)})].filter(Boolean);return()=>ud.forEach(_d=>_d())}function useActiveElement(Ra={}){var qa;const{window:Ja=defaultWindow}=Ra,ed=(qa=Ra.document)!=null?qa:Ja==null?void 0:Ja.document,td=computedWithControl(()=>null,()=>ed==null?void 0:ed.activeElement);return Ja&&(useEventListener(Ja,"blur",rd=>{rd.relatedTarget===null&&td.trigger()},!0),useEventListener(Ja,"focus",td.trigger,!0)),td}function useSupported(Ra,qa=!1){const Ja=ref$1(),ed=()=>Ja.value=!!Ra();return ed(),tryOnMounted(ed,qa),Ja}function cloneFnJSON(Ra){return JSON.parse(JSON.stringify(Ra))}const _global$1=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global$1<"u"?global$1:typeof self<"u"?self:{},globalKey="__vueuse_ssr_handlers__";_global$1[globalKey]=_global$1[globalKey]||{};_global$1[globalKey];function useCssVar(Ra,qa,{window:Ja=defaultWindow,initialValue:ed=""}={}){const td=ref$1(ed),rd=computed(()=>{var od;return unrefElement(qa)||((od=Ja==null?void 0:Ja.document)==null?void 0:od.documentElement)});return watch([rd,()=>resolveUnref(Ra)],([od,sd])=>{var ld;if(od&&Ja){const cd=(ld=Ja.getComputedStyle(od).getPropertyValue(sd))==null?void 0:ld.trim();td.value=cd||ed}},{immediate:!0}),watch(td,od=>{var sd;(sd=rd.value)!=null&&sd.style&&rd.value.style.setProperty(resolveUnref(Ra),od)}),td}function useDocumentVisibility({document:Ra=defaultDocument}={}){if(!Ra)return ref$1("visible");const qa=ref$1(Ra.visibilityState);return useEventListener(Ra,"visibilitychange",()=>{qa.value=Ra.visibilityState}),qa}var __getOwnPropSymbols$g=Object.getOwnPropertySymbols,__hasOwnProp$g=Object.prototype.hasOwnProperty,__propIsEnum$g=Object.prototype.propertyIsEnumerable,__objRest$2=(Ra,qa)=>{var Ja={};for(var ed in Ra)__hasOwnProp$g.call(Ra,ed)&&qa.indexOf(ed)<0&&(Ja[ed]=Ra[ed]);if(Ra!=null&&__getOwnPropSymbols$g)for(var ed of __getOwnPropSymbols$g(Ra))qa.indexOf(ed)<0&&__propIsEnum$g.call(Ra,ed)&&(Ja[ed]=Ra[ed]);return Ja};function useResizeObserver(Ra,qa,Ja={}){const ed=Ja,{window:td=defaultWindow}=ed,rd=__objRest$2(ed,["window"]);let od;const sd=useSupported(()=>td&&"ResizeObserver"in td),ld=()=>{od&&(od.disconnect(),od=void 0)},cd=watch(()=>unrefElement(Ra),gd=>{ld(),sd.value&&td&&gd&&(od=new ResizeObserver(qa),od.observe(gd,rd))},{immediate:!0,flush:"post"}),ud=()=>{ld(),cd()};return tryOnScopeDispose(ud),{isSupported:sd,stop:ud}}function useElementBounding(Ra,qa={}){const{reset:Ja=!0,windowResize:ed=!0,windowScroll:td=!0,immediate:rd=!0}=qa,od=ref$1(0),sd=ref$1(0),ld=ref$1(0),cd=ref$1(0),ud=ref$1(0),gd=ref$1(0),_d=ref$1(0),yd=ref$1(0);function Ed(){const Td=unrefElement(Ra);if(!Td){Ja&&(od.value=0,sd.value=0,ld.value=0,cd.value=0,ud.value=0,gd.value=0,_d.value=0,yd.value=0);return}const Od=Td.getBoundingClientRect();od.value=Od.height,sd.value=Od.bottom,ld.value=Od.left,cd.value=Od.right,ud.value=Od.top,gd.value=Od.width,_d.value=Od.x,yd.value=Od.y}return useResizeObserver(Ra,Ed),watch(()=>unrefElement(Ra),Td=>!Td&&Ed()),td&&useEventListener("scroll",Ed,{capture:!0,passive:!0}),ed&&useEventListener("resize",Ed,{passive:!0}),tryOnMounted(()=>{rd&&Ed()}),{height:od,bottom:sd,left:ld,right:cd,top:ud,width:gd,x:_d,y:yd,update:Ed}}var __getOwnPropSymbols$8=Object.getOwnPropertySymbols,__hasOwnProp$8=Object.prototype.hasOwnProperty,__propIsEnum$8=Object.prototype.propertyIsEnumerable,__objRest$1=(Ra,qa)=>{var Ja={};for(var ed in Ra)__hasOwnProp$8.call(Ra,ed)&&qa.indexOf(ed)<0&&(Ja[ed]=Ra[ed]);if(Ra!=null&&__getOwnPropSymbols$8)for(var ed of __getOwnPropSymbols$8(Ra))qa.indexOf(ed)<0&&__propIsEnum$8.call(Ra,ed)&&(Ja[ed]=Ra[ed]);return Ja};function useMutationObserver(Ra,qa,Ja={}){const ed=Ja,{window:td=defaultWindow}=ed,rd=__objRest$1(ed,["window"]);let od;const sd=useSupported(()=>td&&"MutationObserver"in td),ld=()=>{od&&(od.disconnect(),od=void 0)},cd=watch(()=>unrefElement(Ra),gd=>{ld(),sd.value&&td&&gd&&(od=new MutationObserver(qa),od.observe(gd,rd))},{immediate:!0}),ud=()=>{ld(),cd()};return tryOnScopeDispose(ud),{isSupported:sd,stop:ud}}var SwipeDirection;(function(Ra){Ra.UP="UP",Ra.RIGHT="RIGHT",Ra.DOWN="DOWN",Ra.LEFT="LEFT",Ra.NONE="NONE"})(SwipeDirection||(SwipeDirection={}));var __defProp$1=Object.defineProperty,__getOwnPropSymbols=Object.getOwnPropertySymbols,__hasOwnProp=Object.prototype.hasOwnProperty,__propIsEnum=Object.prototype.propertyIsEnumerable,__defNormalProp=(Ra,qa,Ja)=>qa in Ra?__defProp$1(Ra,qa,{enumerable:!0,configurable:!0,writable:!0,value:Ja}):Ra[qa]=Ja,__spreadValues=(Ra,qa)=>{for(var Ja in qa||(qa={}))__hasOwnProp.call(qa,Ja)&&__defNormalProp(Ra,Ja,qa[Ja]);if(__getOwnPropSymbols)for(var Ja of __getOwnPropSymbols(qa))__propIsEnum.call(qa,Ja)&&__defNormalProp(Ra,Ja,qa[Ja]);return Ra};const _TransitionPresets={easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]};__spreadValues({linear:identity$2},_TransitionPresets);function useVModel(Ra,qa,Ja,ed={}){var td,rd,od;const{clone:sd=!1,passive:ld=!1,eventName:cd,deep:ud=!1,defaultValue:gd}=ed,_d=getCurrentInstance(),yd=Ja||(_d==null?void 0:_d.emit)||((td=_d==null?void 0:_d.$emit)==null?void 0:td.bind(_d))||((od=(rd=_d==null?void 0:_d.proxy)==null?void 0:rd.$emit)==null?void 0:od.bind(_d==null?void 0:_d.proxy));let Ed=cd;qa||(qa="modelValue"),Ed=cd||Ed||`update:${qa.toString()}`;const Td=Ad=>sd?isFunction$3(sd)?sd(Ad):cloneFnJSON(Ad):Ad,Od=()=>isDef(Ra[qa])?Td(Ra[qa]):gd;if(ld){const Ad=Od(),Nd=ref$1(Ad);return watch(()=>Ra[qa],kd=>Nd.value=Td(kd)),watch(Nd,kd=>{(kd!==Ra[qa]||ud)&&yd(Ed,kd)},{deep:ud}),Nd}else return computed({get(){return Od()},set(Ad){yd(Ed,Ad)}})}function useWindowFocus({window:Ra=defaultWindow}={}){if(!Ra)return ref$1(!1);const qa=ref$1(Ra.document.hasFocus());return useEventListener(Ra,"blur",()=>{qa.value=!1}),useEventListener(Ra,"focus",()=>{qa.value=!0}),qa}function useWindowSize(Ra={}){const{window:qa=defaultWindow,initialWidth:Ja=1/0,initialHeight:ed=1/0,listenOrientation:td=!0,includeScrollbar:rd=!0}=Ra,od=ref$1(Ja),sd=ref$1(ed),ld=()=>{qa&&(rd?(od.value=qa.innerWidth,sd.value=qa.innerHeight):(od.value=qa.document.documentElement.clientWidth,sd.value=qa.document.documentElement.clientHeight))};return ld(),tryOnMounted(ld),useEventListener("resize",ld,{passive:!0}),td&&useEventListener("orientationchange",ld,{passive:!0}),{width:od,height:sd}}const isFirefox=()=>isClient&&/firefox/i.test(window.navigator.userAgent),isInContainer=(Ra,qa)=>{if(!isClient||!Ra||!qa)return!1;const Ja=Ra.getBoundingClientRect();let ed;return qa instanceof Element?ed=qa.getBoundingClientRect():ed={top:0,right:window.innerWidth,bottom:window.innerHeight,left:0},Ja.top<ed.bottom&&Ja.bottom>ed.top&&Ja.right>ed.left&&Ja.left<ed.right},getOffsetTop=Ra=>{let qa=0,Ja=Ra;for(;Ja;)qa+=Ja.offsetTop,Ja=Ja.offsetParent;return qa},getOffsetTopDistance=(Ra,qa)=>Math.abs(getOffsetTop(Ra)-getOffsetTop(qa)),getClientXY=Ra=>{let qa,Ja;return Ra.type==="touchend"?(Ja=Ra.changedTouches[0].clientY,qa=Ra.changedTouches[0].clientX):Ra.type.startsWith("touch")?(Ja=Ra.touches[0].clientY,qa=Ra.touches[0].clientX):(Ja=Ra.clientY,qa=Ra.clientX),{clientX:qa,clientY:Ja}};function easeInOutCubic(Ra,qa,Ja,ed){const td=Ja-qa;return Ra/=ed/2,Ra<1?td/2*Ra*Ra*Ra+qa:td/2*((Ra-=2)*Ra*Ra+2)+qa}var freeGlobal=typeof global$1=="object"&&global$1&&global$1.Object===Object&&global$1,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root$1=freeGlobal||freeSelf||Function("return this")(),Symbol$1=root$1.Symbol,objectProto$g=Object.prototype,hasOwnProperty$g=objectProto$g.hasOwnProperty,nativeObjectToString$1=objectProto$g.toString,symToStringTag$1=Symbol$1?Symbol$1.toStringTag:void 0;function getRawTag(Ra){var qa=hasOwnProperty$g.call(Ra,symToStringTag$1),Ja=Ra[symToStringTag$1];try{Ra[symToStringTag$1]=void 0;var ed=!0}catch{}var td=nativeObjectToString$1.call(Ra);return ed&&(qa?Ra[symToStringTag$1]=Ja:delete Ra[symToStringTag$1]),td}var objectProto$f=Object.prototype,nativeObjectToString=objectProto$f.toString;function objectToString(Ra){return nativeObjectToString.call(Ra)}var nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=Symbol$1?Symbol$1.toStringTag:void 0;function baseGetTag(Ra){return Ra==null?Ra===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(Ra)?getRawTag(Ra):objectToString(Ra)}function isObjectLike$1(Ra){return Ra!=null&&typeof Ra=="object"}var symbolTag$3="[object Symbol]";function isSymbol(Ra){return typeof Ra=="symbol"||isObjectLike$1(Ra)&&baseGetTag(Ra)==symbolTag$3}function arrayMap(Ra,qa){for(var Ja=-1,ed=Ra==null?0:Ra.length,td=Array(ed);++Ja<ed;)td[Ja]=qa(Ra[Ja],Ja,Ra);return td}var isArray$1=Array.isArray,INFINITY$3=1/0,symbolProto$2=Symbol$1?Symbol$1.prototype:void 0,symbolToString=symbolProto$2?symbolProto$2.toString:void 0;function baseToString(Ra){if(typeof Ra=="string")return Ra;if(isArray$1(Ra))return arrayMap(Ra,baseToString)+"";if(isSymbol(Ra))return symbolToString?symbolToString.call(Ra):"";var qa=Ra+"";return qa=="0"&&1/Ra==-INFINITY$3?"-0":qa}var reWhitespace=/\s/;function trimmedEndIndex(Ra){for(var qa=Ra.length;qa--&&reWhitespace.test(Ra.charAt(qa)););return qa}var reTrimStart=/^\s+/;function baseTrim(Ra){return Ra&&Ra.slice(0,trimmedEndIndex(Ra)+1).replace(reTrimStart,"")}function isObject$3(Ra){var qa=typeof Ra;return Ra!=null&&(qa=="object"||qa=="function")}var NAN=NaN,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt;function toNumber$2(Ra){if(typeof Ra=="number")return Ra;if(isSymbol(Ra))return NAN;if(isObject$3(Ra)){var qa=typeof Ra.valueOf=="function"?Ra.valueOf():Ra;Ra=isObject$3(qa)?qa+"":qa}if(typeof Ra!="string")return Ra===0?Ra:+Ra;Ra=baseTrim(Ra);var Ja=reIsBinary.test(Ra);return Ja||reIsOctal.test(Ra)?freeParseInt(Ra.slice(2),Ja?2:8):reIsBadHex.test(Ra)?NAN:+Ra}function identity$1(Ra){return Ra}var asyncTag="[object AsyncFunction]",funcTag$2="[object Function]",genTag$1="[object GeneratorFunction]",proxyTag="[object Proxy]";function isFunction$2(Ra){if(!isObject$3(Ra))return!1;var qa=baseGetTag(Ra);return qa==funcTag$2||qa==genTag$1||qa==asyncTag||qa==proxyTag}var coreJsData=root$1["__core-js_shared__"],maskSrcKey=function(){var Ra=/[^.]+$/.exec(coreJsData&&coreJsData.keys&&coreJsData.keys.IE_PROTO||"");return Ra?"Symbol(src)_1."+Ra:""}();function isMasked(Ra){return!!maskSrcKey&&maskSrcKey in Ra}var funcProto$2=Function.prototype,funcToString$2=funcProto$2.toString;function toSource(Ra){if(Ra!=null){try{return funcToString$2.call(Ra)}catch{}try{return Ra+""}catch{}}return""}var reRegExpChar=/[\\^$.*+?()[\]{}|]/g,reIsHostCtor=/^\[object .+?Constructor\]$/,funcProto$1=Function.prototype,objectProto$e=Object.prototype,funcToString$1=funcProto$1.toString,hasOwnProperty$f=objectProto$e.hasOwnProperty,reIsNative=RegExp("^"+funcToString$1.call(hasOwnProperty$f).replace(reRegExpChar,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative(Ra){if(!isObject$3(Ra)||isMasked(Ra))return!1;var qa=isFunction$2(Ra)?reIsNative:reIsHostCtor;return qa.test(toSource(Ra))}function getValue$1(Ra,qa){return Ra==null?void 0:Ra[qa]}function getNative(Ra,qa){var Ja=getValue$1(Ra,qa);return baseIsNative(Ja)?Ja:void 0}var WeakMap$1=getNative(root$1,"WeakMap"),objectCreate=Object.create,baseCreate=function(){function Ra(){}return function(qa){if(!isObject$3(qa))return{};if(objectCreate)return objectCreate(qa);Ra.prototype=qa;var Ja=new Ra;return Ra.prototype=void 0,Ja}}();function apply$2(Ra,qa,Ja){switch(Ja.length){case 0:return Ra.call(qa);case 1:return Ra.call(qa,Ja[0]);case 2:return Ra.call(qa,Ja[0],Ja[1]);case 3:return Ra.call(qa,Ja[0],Ja[1],Ja[2])}return Ra.apply(qa,Ja)}function noop$5(){}function copyArray(Ra,qa){var Ja=-1,ed=Ra.length;for(qa||(qa=Array(ed));++Ja<ed;)qa[Ja]=Ra[Ja];return qa}var HOT_COUNT=800,HOT_SPAN=16,nativeNow=Date.now;function shortOut(Ra){var qa=0,Ja=0;return function(){var ed=nativeNow(),td=HOT_SPAN-(ed-Ja);if(Ja=ed,td>0){if(++qa>=HOT_COUNT)return arguments[0]}else qa=0;return Ra.apply(void 0,arguments)}}function constant$5(Ra){return function(){return Ra}}var defineProperty=function(){try{var Ra=getNative(Object,"defineProperty");return Ra({},"",{}),Ra}catch{}}(),baseSetToString=defineProperty?function(Ra,qa){return defineProperty(Ra,"toString",{configurable:!0,enumerable:!1,value:constant$5(qa),writable:!0})}:identity$1,setToString=shortOut(baseSetToString);function arrayEach(Ra,qa){for(var Ja=-1,ed=Ra==null?0:Ra.length;++Ja<ed&&qa(Ra[Ja],Ja,Ra)!==!1;);return Ra}function baseFindIndex(Ra,qa,Ja,ed){for(var td=Ra.length,rd=Ja+(ed?1:-1);ed?rd--:++rd<td;)if(qa(Ra[rd],rd,Ra))return rd;return-1}function baseIsNaN(Ra){return Ra!==Ra}function strictIndexOf(Ra,qa,Ja){for(var ed=Ja-1,td=Ra.length;++ed<td;)if(Ra[ed]===qa)return ed;return-1}function baseIndexOf(Ra,qa,Ja){return qa===qa?strictIndexOf(Ra,qa,Ja):baseFindIndex(Ra,baseIsNaN,Ja)}function arrayIncludes(Ra,qa){var Ja=Ra==null?0:Ra.length;return!!Ja&&baseIndexOf(Ra,qa,0)>-1}var MAX_SAFE_INTEGER$1=9007199254740991,reIsUint=/^(?:0|[1-9]\d*)$/;function isIndex(Ra,qa){var Ja=typeof Ra;return qa=qa??MAX_SAFE_INTEGER$1,!!qa&&(Ja=="number"||Ja!="symbol"&&reIsUint.test(Ra))&&Ra>-1&&Ra%1==0&&Ra<qa}function baseAssignValue(Ra,qa,Ja){qa=="__proto__"&&defineProperty?defineProperty(Ra,qa,{configurable:!0,enumerable:!0,value:Ja,writable:!0}):Ra[qa]=Ja}function eq(Ra,qa){return Ra===qa||Ra!==Ra&&qa!==qa}var objectProto$d=Object.prototype,hasOwnProperty$e=objectProto$d.hasOwnProperty;function assignValue(Ra,qa,Ja){var ed=Ra[qa];(!(hasOwnProperty$e.call(Ra,qa)&&eq(ed,Ja))||Ja===void 0&&!(qa in Ra))&&baseAssignValue(Ra,qa,Ja)}function copyObject(Ra,qa,Ja,ed){var td=!Ja;Ja||(Ja={});for(var rd=-1,od=qa.length;++rd<od;){var sd=qa[rd],ld=void 0;ld===void 0&&(ld=Ra[sd]),td?baseAssignValue(Ja,sd,ld):assignValue(Ja,sd,ld)}return Ja}var nativeMax$1=Math.max;function overRest(Ra,qa,Ja){return qa=nativeMax$1(qa===void 0?Ra.length-1:qa,0),function(){for(var ed=arguments,td=-1,rd=nativeMax$1(ed.length-qa,0),od=Array(rd);++td<rd;)od[td]=ed[qa+td];td=-1;for(var sd=Array(qa+1);++td<qa;)sd[td]=ed[td];return sd[qa]=Ja(od),apply$2(Ra,this,sd)}}function baseRest(Ra,qa){return setToString(overRest(Ra,qa,identity$1),Ra+"")}var MAX_SAFE_INTEGER=9007199254740991;function isLength$1(Ra){return typeof Ra=="number"&&Ra>-1&&Ra%1==0&&Ra<=MAX_SAFE_INTEGER}function isArrayLike$1(Ra){return Ra!=null&&isLength$1(Ra.length)&&!isFunction$2(Ra)}function isIterateeCall(Ra,qa,Ja){if(!isObject$3(Ja))return!1;var ed=typeof qa;return(ed=="number"?isArrayLike$1(Ja)&&isIndex(qa,Ja.length):ed=="string"&&qa in Ja)?eq(Ja[qa],Ra):!1}function createAssigner(Ra){return baseRest(function(qa,Ja){var ed=-1,td=Ja.length,rd=td>1?Ja[td-1]:void 0,od=td>2?Ja[2]:void 0;for(rd=Ra.length>3&&typeof rd=="function"?(td--,rd):void 0,od&&isIterateeCall(Ja[0],Ja[1],od)&&(rd=td<3?void 0:rd,td=1),qa=Object(qa);++ed<td;){var sd=Ja[ed];sd&&Ra(qa,sd,ed,rd)}return qa})}var objectProto$c=Object.prototype;function isPrototype(Ra){var qa=Ra&&Ra.constructor,Ja=typeof qa=="function"&&qa.prototype||objectProto$c;return Ra===Ja}function baseTimes(Ra,qa){for(var Ja=-1,ed=Array(Ra);++Ja<Ra;)ed[Ja]=qa(Ja);return ed}var argsTag$3="[object Arguments]";function baseIsArguments(Ra){return isObjectLike$1(Ra)&&baseGetTag(Ra)==argsTag$3}var objectProto$b=Object.prototype,hasOwnProperty$d=objectProto$b.hasOwnProperty,propertyIsEnumerable$1=objectProto$b.propertyIsEnumerable,isArguments$1=baseIsArguments(function(){return arguments}())?baseIsArguments:function(Ra){return isObjectLike$1(Ra)&&hasOwnProperty$d.call(Ra,"callee")&&!propertyIsEnumerable$1.call(Ra,"callee")};function stubFalse(){return!1}var freeExports$2=typeof exports=="object"&&exports&&!exports.nodeType&&exports,freeModule$2=freeExports$2&&typeof module=="object"&&module&&!module.nodeType&&module,moduleExports$2=freeModule$2&&freeModule$2.exports===freeExports$2,Buffer$4=moduleExports$2?root$1.Buffer:void 0,nativeIsBuffer=Buffer$4?Buffer$4.isBuffer:void 0,isBuffer$1=nativeIsBuffer||stubFalse,argsTag$2="[object Arguments]",arrayTag$2="[object Array]",boolTag$3="[object Boolean]",dateTag$3="[object Date]",errorTag$2="[object Error]",funcTag$1="[object Function]",mapTag$6="[object Map]",numberTag$3="[object Number]",objectTag$4="[object Object]",regexpTag$3="[object RegExp]",setTag$6="[object Set]",stringTag$3="[object String]",weakMapTag$2="[object WeakMap]",arrayBufferTag$3="[object ArrayBuffer]",dataViewTag$4="[object DataView]",float32Tag$2="[object Float32Array]",float64Tag$2="[object Float64Array]",int8Tag$2="[object Int8Array]",int16Tag$2="[object Int16Array]",int32Tag$2="[object Int32Array]",uint8Tag$2="[object Uint8Array]",uint8ClampedTag$2="[object Uint8ClampedArray]",uint16Tag$2="[object Uint16Array]",uint32Tag$2="[object Uint32Array]",typedArrayTags={};typedArrayTags[float32Tag$2]=typedArrayTags[float64Tag$2]=typedArrayTags[int8Tag$2]=typedArrayTags[int16Tag$2]=typedArrayTags[int32Tag$2]=typedArrayTags[uint8Tag$2]=typedArrayTags[uint8ClampedTag$2]=typedArrayTags[uint16Tag$2]=typedArrayTags[uint32Tag$2]=!0;typedArrayTags[argsTag$2]=typedArrayTags[arrayTag$2]=typedArrayTags[arrayBufferTag$3]=typedArrayTags[boolTag$3]=typedArrayTags[dataViewTag$4]=typedArrayTags[dateTag$3]=typedArrayTags[errorTag$2]=typedArrayTags[funcTag$1]=typedArrayTags[mapTag$6]=typedArrayTags[numberTag$3]=typedArrayTags[objectTag$4]=typedArrayTags[regexpTag$3]=typedArrayTags[setTag$6]=typedArrayTags[stringTag$3]=typedArrayTags[weakMapTag$2]=!1;function baseIsTypedArray(Ra){return isObjectLike$1(Ra)&&isLength$1(Ra.length)&&!!typedArrayTags[baseGetTag(Ra)]}function baseUnary(Ra){return function(qa){return Ra(qa)}}var freeExports$1=typeof exports=="object"&&exports&&!exports.nodeType&&exports,freeModule$1=freeExports$1&&typeof module=="object"&&module&&!module.nodeType&&module,moduleExports$1=freeModule$1&&freeModule$1.exports===freeExports$1,freeProcess=moduleExports$1&&freeGlobal.process,nodeUtil=function(){try{var Ra=freeModule$1&&freeModule$1.require&&freeModule$1.require("util").types;return Ra||freeProcess&&freeProcess.binding&&freeProcess.binding("util")}catch{}}(),nodeIsTypedArray=nodeUtil&&nodeUtil.isTypedArray,isTypedArray$3=nodeIsTypedArray?baseUnary(nodeIsTypedArray):baseIsTypedArray,objectProto$a=Object.prototype,hasOwnProperty$c=objectProto$a.hasOwnProperty;function arrayLikeKeys(Ra,qa){var Ja=isArray$1(Ra),ed=!Ja&&isArguments$1(Ra),td=!Ja&&!ed&&isBuffer$1(Ra),rd=!Ja&&!ed&&!td&&isTypedArray$3(Ra),od=Ja||ed||td||rd,sd=od?baseTimes(Ra.length,String):[],ld=sd.length;for(var cd in Ra)(qa||hasOwnProperty$c.call(Ra,cd))&&!(od&&(cd=="length"||td&&(cd=="offset"||cd=="parent")||rd&&(cd=="buffer"||cd=="byteLength"||cd=="byteOffset")||isIndex(cd,ld)))&&sd.push(cd);return sd}function overArg(Ra,qa){return function(Ja){return Ra(qa(Ja))}}var nativeKeys=overArg(Object.keys,Object),objectProto$9=Object.prototype,hasOwnProperty$b=objectProto$9.hasOwnProperty;function baseKeys(Ra){if(!isPrototype(Ra))return nativeKeys(Ra);var qa=[];for(var Ja in Object(Ra))hasOwnProperty$b.call(Ra,Ja)&&Ja!="constructor"&&qa.push(Ja);return qa}function keys(Ra){return isArrayLike$1(Ra)?arrayLikeKeys(Ra):baseKeys(Ra)}function nativeKeysIn(Ra){var qa=[];if(Ra!=null)for(var Ja in Object(Ra))qa.push(Ja);return qa}var objectProto$8=Object.prototype,hasOwnProperty$a=objectProto$8.hasOwnProperty;function baseKeysIn(Ra){if(!isObject$3(Ra))return nativeKeysIn(Ra);var qa=isPrototype(Ra),Ja=[];for(var ed in Ra)ed=="constructor"&&(qa||!hasOwnProperty$a.call(Ra,ed))||Ja.push(ed);return Ja}function keysIn(Ra){return isArrayLike$1(Ra)?arrayLikeKeys(Ra,!0):baseKeysIn(Ra)}var reIsDeepProp=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,reIsPlainProp=/^\w*$/;function isKey(Ra,qa){if(isArray$1(Ra))return!1;var Ja=typeof Ra;return Ja=="number"||Ja=="symbol"||Ja=="boolean"||Ra==null||isSymbol(Ra)?!0:reIsPlainProp.test(Ra)||!reIsDeepProp.test(Ra)||qa!=null&&Ra in Object(qa)}var nativeCreate=getNative(Object,"create");function hashClear(){this.__data__=nativeCreate?nativeCreate(null):{},this.size=0}function hashDelete(Ra){var qa=this.has(Ra)&&delete this.__data__[Ra];return this.size-=qa?1:0,qa}var HASH_UNDEFINED$2="__lodash_hash_undefined__",objectProto$7=Object.prototype,hasOwnProperty$9=objectProto$7.hasOwnProperty;function hashGet(Ra){var qa=this.__data__;if(nativeCreate){var Ja=qa[Ra];return Ja===HASH_UNDEFINED$2?void 0:Ja}return hasOwnProperty$9.call(qa,Ra)?qa[Ra]:void 0}var objectProto$6=Object.prototype,hasOwnProperty$8=objectProto$6.hasOwnProperty;function hashHas(Ra){var qa=this.__data__;return nativeCreate?qa[Ra]!==void 0:hasOwnProperty$8.call(qa,Ra)}var HASH_UNDEFINED$1="__lodash_hash_undefined__";function hashSet(Ra,qa){var Ja=this.__data__;return this.size+=this.has(Ra)?0:1,Ja[Ra]=nativeCreate&&qa===void 0?HASH_UNDEFINED$1:qa,this}function Hash(Ra){var qa=-1,Ja=Ra==null?0:Ra.length;for(this.clear();++qa<Ja;){var ed=Ra[qa];this.set(ed[0],ed[1])}}Hash.prototype.clear=hashClear;Hash.prototype.delete=hashDelete;Hash.prototype.get=hashGet;Hash.prototype.has=hashHas;Hash.prototype.set=hashSet;function listCacheClear(){this.__data__=[],this.size=0}function assocIndexOf(Ra,qa){for(var Ja=Ra.length;Ja--;)if(eq(Ra[Ja][0],qa))return Ja;return-1}var arrayProto=Array.prototype,splice=arrayProto.splice;function listCacheDelete(Ra){var qa=this.__data__,Ja=assocIndexOf(qa,Ra);if(Ja<0)return!1;var ed=qa.length-1;return Ja==ed?qa.pop():splice.call(qa,Ja,1),--this.size,!0}function listCacheGet(Ra){var qa=this.__data__,Ja=assocIndexOf(qa,Ra);return Ja<0?void 0:qa[Ja][1]}function listCacheHas(Ra){return assocIndexOf(this.__data__,Ra)>-1}function listCacheSet(Ra,qa){var Ja=this.__data__,ed=assocIndexOf(Ja,Ra);return ed<0?(++this.size,Ja.push([Ra,qa])):Ja[ed][1]=qa,this}function ListCache(Ra){var qa=-1,Ja=Ra==null?0:Ra.length;for(this.clear();++qa<Ja;){var ed=Ra[qa];this.set(ed[0],ed[1])}}ListCache.prototype.clear=listCacheClear;ListCache.prototype.delete=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;var Map$1=getNative(root$1,"Map");function mapCacheClear(){this.size=0,this.__data__={hash:new Hash,map:new(Map$1||ListCache),string:new Hash}}function isKeyable(Ra){var qa=typeof Ra;return qa=="string"||qa=="number"||qa=="symbol"||qa=="boolean"?Ra!=="__proto__":Ra===null}function getMapData(Ra,qa){var Ja=Ra.__data__;return isKeyable(qa)?Ja[typeof qa=="string"?"string":"hash"]:Ja.map}function mapCacheDelete(Ra){var qa=getMapData(this,Ra).delete(Ra);return this.size-=qa?1:0,qa}function mapCacheGet(Ra){return getMapData(this,Ra).get(Ra)}function mapCacheHas(Ra){return getMapData(this,Ra).has(Ra)}function mapCacheSet(Ra,qa){var Ja=getMapData(this,Ra),ed=Ja.size;return Ja.set(Ra,qa),this.size+=Ja.size==ed?0:1,this}function MapCache(Ra){var qa=-1,Ja=Ra==null?0:Ra.length;for(this.clear();++qa<Ja;){var ed=Ra[qa];this.set(ed[0],ed[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$1(Ra,qa){if(typeof Ra!="function"||qa!=null&&typeof qa!="function")throw new TypeError(FUNC_ERROR_TEXT$2);var Ja=function(){var ed=arguments,td=qa?qa.apply(this,ed):ed[0],rd=Ja.cache;if(rd.has(td))return rd.get(td);var od=Ra.apply(this,ed);return Ja.cache=rd.set(td,od)||rd,od};return Ja.cache=new(memoize$1.Cache||MapCache),Ja}memoize$1.Cache=MapCache;var MAX_MEMOIZE_SIZE=500;function memoizeCapped(Ra){var qa=memoize$1(Ra,function(ed){return Ja.size===MAX_MEMOIZE_SIZE&&Ja.clear(),ed}),Ja=qa.cache;return qa}var rePropName$1=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,reEscapeChar$1=/\\(\\)?/g,stringToPath$1=memoizeCapped(function(Ra){var qa=[];return Ra.charCodeAt(0)===46&&qa.push(""),Ra.replace(rePropName$1,function(Ja,ed,td,rd){qa.push(td?rd.replace(reEscapeChar$1,"$1"):ed||Ja)}),qa});function toString$2(Ra){return Ra==null?"":baseToString(Ra)}function castPath(Ra,qa){return isArray$1(Ra)?Ra:isKey(Ra,qa)?[Ra]:stringToPath$1(toString$2(Ra))}var INFINITY$2=1/0;function toKey(Ra){if(typeof Ra=="string"||isSymbol(Ra))return Ra;var qa=Ra+"";return qa=="0"&&1/Ra==-INFINITY$2?"-0":qa}function baseGet(Ra,qa){qa=castPath(qa,Ra);for(var Ja=0,ed=qa.length;Ra!=null&&Ja<ed;)Ra=Ra[toKey(qa[Ja++])];return Ja&&Ja==ed?Ra:void 0}function get$2(Ra,qa,Ja){var ed=Ra==null?void 0:baseGet(Ra,qa);return ed===void 0?Ja:ed}function arrayPush$1(Ra,qa){for(var Ja=-1,ed=qa.length,td=Ra.length;++Ja<ed;)Ra[td+Ja]=qa[Ja];return Ra}var spreadableSymbol=Symbol$1?Symbol$1.isConcatSpreadable:void 0;function isFlattenable(Ra){return isArray$1(Ra)||isArguments$1(Ra)||!!(spreadableSymbol&&Ra&&Ra[spreadableSymbol])}function baseFlatten(Ra,qa,Ja,ed,td){var rd=-1,od=Ra.length;for(Ja||(Ja=isFlattenable),td||(td=[]);++rd<od;){var sd=Ra[rd];qa>0&&Ja(sd)?qa>1?baseFlatten(sd,qa-1,Ja,ed,td):arrayPush$1(td,sd):ed||(td[td.length]=sd)}return td}function flatten(Ra){var qa=Ra==null?0:Ra.length;return qa?baseFlatten(Ra,1):[]}function flatRest(Ra){return setToString(overRest(Ra,void 0,flatten),Ra+"")}var getPrototype=overArg(Object.getPrototypeOf,Object),objectTag$3="[object Object]",funcProto=Function.prototype,objectProto$5=Object.prototype,funcToString=funcProto.toString,hasOwnProperty$7=objectProto$5.hasOwnProperty,objectCtorString=funcToString.call(Object);function isPlainObject$1(Ra){if(!isObjectLike$1(Ra)||baseGetTag(Ra)!=objectTag$3)return!1;var qa=getPrototype(Ra);if(qa===null)return!0;var Ja=hasOwnProperty$7.call(qa,"constructor")&&qa.constructor;return typeof Ja=="function"&&Ja instanceof Ja&&funcToString.call(Ja)==objectCtorString}function baseSlice(Ra,qa,Ja){var ed=-1,td=Ra.length;qa<0&&(qa=-qa>td?0:td+qa),Ja=Ja>td?td:Ja,Ja<0&&(Ja+=td),td=qa>Ja?0:Ja-qa>>>0,qa>>>=0;for(var rd=Array(td);++ed<td;)rd[ed]=Ra[ed+qa];return rd}function castArray$1(){if(!arguments.length)return[];var Ra=arguments[0];return isArray$1(Ra)?Ra:[Ra]}function stackClear(){this.__data__=new ListCache,this.size=0}function stackDelete(Ra){var qa=this.__data__,Ja=qa.delete(Ra);return this.size=qa.size,Ja}function stackGet(Ra){return this.__data__.get(Ra)}function stackHas(Ra){return this.__data__.has(Ra)}var LARGE_ARRAY_SIZE$1=200;function stackSet(Ra,qa){var Ja=this.__data__;if(Ja instanceof ListCache){var ed=Ja.__data__;if(!Map$1||ed.length<LARGE_ARRAY_SIZE$1-1)return ed.push([Ra,qa]),this.size=++Ja.size,this;Ja=this.__data__=new MapCache(ed)}return Ja.set(Ra,qa),this.size=Ja.size,this}function Stack(Ra){var qa=this.__data__=new ListCache(Ra);this.size=qa.size}Stack.prototype.clear=stackClear;Stack.prototype.delete=stackDelete;Stack.prototype.get=stackGet;Stack.prototype.has=stackHas;Stack.prototype.set=stackSet;function baseAssign(Ra,qa){return Ra&&copyObject(qa,keys(qa),Ra)}function baseAssignIn(Ra,qa){return Ra&&copyObject(qa,keysIn(qa),Ra)}var freeExports=typeof exports=="object"&&exports&&!exports.nodeType&&exports,freeModule=freeExports&&typeof module=="object"&&module&&!module.nodeType&&module,moduleExports=freeModule&&freeModule.exports===freeExports,Buffer$3=moduleExports?root$1.Buffer:void 0,allocUnsafe=Buffer$3?Buffer$3.allocUnsafe:void 0;function cloneBuffer(Ra,qa){if(qa)return Ra.slice();var Ja=Ra.length,ed=allocUnsafe?allocUnsafe(Ja):new Ra.constructor(Ja);return Ra.copy(ed),ed}function arrayFilter(Ra,qa){for(var Ja=-1,ed=Ra==null?0:Ra.length,td=0,rd=[];++Ja<ed;){var od=Ra[Ja];qa(od,Ja,Ra)&&(rd[td++]=od)}return rd}function stubArray(){return[]}var objectProto$4=Object.prototype,propertyIsEnumerable=objectProto$4.propertyIsEnumerable,nativeGetSymbols$1=Object.getOwnPropertySymbols,getSymbols=nativeGetSymbols$1?function(Ra){return Ra==null?[]:(Ra=Object(Ra),arrayFilter(nativeGetSymbols$1(Ra),function(qa){return propertyIsEnumerable.call(Ra,qa)}))}:stubArray;function copySymbols(Ra,qa){return copyObject(Ra,getSymbols(Ra),qa)}var nativeGetSymbols=Object.getOwnPropertySymbols,getSymbolsIn=nativeGetSymbols?function(Ra){for(var qa=[];Ra;)arrayPush$1(qa,getSymbols(Ra)),Ra=getPrototype(Ra);return qa}:stubArray;function copySymbolsIn(Ra,qa){return copyObject(Ra,getSymbolsIn(Ra),qa)}function baseGetAllKeys(Ra,qa,Ja){var ed=qa(Ra);return isArray$1(Ra)?ed:arrayPush$1(ed,Ja(Ra))}function getAllKeys(Ra){return baseGetAllKeys(Ra,keys,getSymbols)}function getAllKeysIn(Ra){return baseGetAllKeys(Ra,keysIn,getSymbolsIn)}var DataView$1=getNative(root$1,"DataView"),Promise$1=getNative(root$1,"Promise"),Set$1=getNative(root$1,"Set"),mapTag$5="[object Map]",objectTag$2="[object Object]",promiseTag="[object Promise]",setTag$5="[object Set]",weakMapTag$1="[object WeakMap]",dataViewTag$3="[object DataView]",dataViewCtorString=toSource(DataView$1),mapCtorString=toSource(Map$1),promiseCtorString=toSource(Promise$1),setCtorString=toSource(Set$1),weakMapCtorString=toSource(WeakMap$1),getTag=baseGetTag;(DataView$1&&getTag(new DataView$1(new ArrayBuffer(1)))!=dataViewTag$3||Map$1&&getTag(new Map$1)!=mapTag$5||Promise$1&&getTag(Promise$1.resolve())!=promiseTag||Set$1&&getTag(new Set$1)!=setTag$5||WeakMap$1&&getTag(new WeakMap$1)!=weakMapTag$1)&&(getTag=function(Ra){var qa=baseGetTag(Ra),Ja=qa==objectTag$2?Ra.constructor:void 0,ed=Ja?toSource(Ja):"";if(ed)switch(ed){case dataViewCtorString:return dataViewTag$3;case mapCtorString:return mapTag$5;case promiseCtorString:return promiseTag;case setCtorString:return setTag$5;case weakMapCtorString:return weakMapTag$1}return qa});var objectProto$3=Object.prototype,hasOwnProperty$6=objectProto$3.hasOwnProperty;function initCloneArray(Ra){var qa=Ra.length,Ja=new Ra.constructor(qa);return qa&&typeof Ra[0]=="string"&&hasOwnProperty$6.call(Ra,"index")&&(Ja.index=Ra.index,Ja.input=Ra.input),Ja}var Uint8Array$1=root$1.Uint8Array;function cloneArrayBuffer(Ra){var qa=new Ra.constructor(Ra.byteLength);return new Uint8Array$1(qa).set(new Uint8Array$1(Ra)),qa}function cloneDataView(Ra,qa){var Ja=qa?cloneArrayBuffer(Ra.buffer):Ra.buffer;return new Ra.constructor(Ja,Ra.byteOffset,Ra.byteLength)}var reFlags=/\w*$/;function cloneRegExp(Ra){var qa=new Ra.constructor(Ra.source,reFlags.exec(Ra));return qa.lastIndex=Ra.lastIndex,qa}var symbolProto$1=Symbol$1?Symbol$1.prototype:void 0,symbolValueOf$1=symbolProto$1?symbolProto$1.valueOf:void 0;function cloneSymbol(Ra){return symbolValueOf$1?Object(symbolValueOf$1.call(Ra)):{}}function cloneTypedArray(Ra,qa){var Ja=qa?cloneArrayBuffer(Ra.buffer):Ra.buffer;return new Ra.constructor(Ja,Ra.byteOffset,Ra.length)}var boolTag$2="[object Boolean]",dateTag$2="[object Date]",mapTag$4="[object Map]",numberTag$2="[object Number]",regexpTag$2="[object RegExp]",setTag$4="[object Set]",stringTag$2="[object String]",symbolTag$2="[object Symbol]",arrayBufferTag$2="[object ArrayBuffer]",dataViewTag$2="[object DataView]",float32Tag$1="[object Float32Array]",float64Tag$1="[object Float64Array]",int8Tag$1="[object Int8Array]",int16Tag$1="[object Int16Array]",int32Tag$1="[object Int32Array]",uint8Tag$1="[object Uint8Array]",uint8ClampedTag$1="[object Uint8ClampedArray]",uint16Tag$1="[object Uint16Array]",uint32Tag$1="[object Uint32Array]";function initCloneByTag(Ra,qa,Ja){var ed=Ra.constructor;switch(qa){case arrayBufferTag$2:return cloneArrayBuffer(Ra);case boolTag$2:case dateTag$2:return new ed(+Ra);case dataViewTag$2:return cloneDataView(Ra,Ja);case float32Tag$1:case float64Tag$1:case int8Tag$1:case int16Tag$1:case int32Tag$1:case uint8Tag$1:case uint8ClampedTag$1:case uint16Tag$1:case uint32Tag$1:return cloneTypedArray(Ra,Ja);case mapTag$4:return new ed;case numberTag$2:case stringTag$2:return new ed(Ra);case regexpTag$2:return cloneRegExp(Ra);case setTag$4:return new ed;case symbolTag$2:return cloneSymbol(Ra)}}function initCloneObject(Ra){return typeof Ra.constructor=="function"&&!isPrototype(Ra)?baseCreate(getPrototype(Ra)):{}}var mapTag$3="[object Map]";function baseIsMap(Ra){return isObjectLike$1(Ra)&&getTag(Ra)==mapTag$3}var nodeIsMap=nodeUtil&&nodeUtil.isMap,isMap=nodeIsMap?baseUnary(nodeIsMap):baseIsMap,setTag$3="[object Set]";function baseIsSet(Ra){return isObjectLike$1(Ra)&&getTag(Ra)==setTag$3}var nodeIsSet=nodeUtil&&nodeUtil.isSet,isSet=nodeIsSet?baseUnary(nodeIsSet):baseIsSet,CLONE_DEEP_FLAG$2=1,CLONE_FLAT_FLAG$1=2,CLONE_SYMBOLS_FLAG$3=4,argsTag$1="[object Arguments]",arrayTag$1="[object Array]",boolTag$1="[object Boolean]",dateTag$1="[object Date]",errorTag$1="[object Error]",funcTag="[object Function]",genTag="[object GeneratorFunction]",mapTag$2="[object Map]",numberTag$1="[object Number]",objectTag$1="[object Object]",regexpTag$1="[object RegExp]",setTag$2="[object Set]",stringTag$1="[object String]",symbolTag$1="[object Symbol]",weakMapTag="[object WeakMap]",arrayBufferTag$1="[object ArrayBuffer]",dataViewTag$1="[object DataView]",float32Tag="[object Float32Array]",float64Tag="[object Float64Array]",int8Tag="[object Int8Array]",int16Tag="[object Int16Array]",int32Tag="[object Int32Array]",uint8Tag="[object Uint8Array]",uint8ClampedTag="[object Uint8ClampedArray]",uint16Tag="[object Uint16Array]",uint32Tag="[object Uint32Array]",cloneableTags={};cloneableTags[argsTag$1]=cloneableTags[arrayTag$1]=cloneableTags[arrayBufferTag$1]=cloneableTags[dataViewTag$1]=cloneableTags[boolTag$1]=cloneableTags[dateTag$1]=cloneableTags[float32Tag]=cloneableTags[float64Tag]=cloneableTags[int8Tag]=cloneableTags[int16Tag]=cloneableTags[int32Tag]=cloneableTags[mapTag$2]=cloneableTags[numberTag$1]=cloneableTags[objectTag$1]=cloneableTags[regexpTag$1]=cloneableTags[setTag$2]=cloneableTags[stringTag$1]=cloneableTags[symbolTag$1]=cloneableTags[uint8Tag]=cloneableTags[uint8ClampedTag]=cloneableTags[uint16Tag]=cloneableTags[uint32Tag]=!0;cloneableTags[errorTag$1]=cloneableTags[funcTag]=cloneableTags[weakMapTag]=!1;function baseClone(Ra,qa,Ja,ed,td,rd){var od,sd=qa&CLONE_DEEP_FLAG$2,ld=qa&CLONE_FLAT_FLAG$1,cd=qa&CLONE_SYMBOLS_FLAG$3;if(Ja&&(od=td?Ja(Ra,ed,td,rd):Ja(Ra)),od!==void 0)return od;if(!isObject$3(Ra))return Ra;var ud=isArray$1(Ra);if(ud){if(od=initCloneArray(Ra),!sd)return copyArray(Ra,od)}else{var gd=getTag(Ra),_d=gd==funcTag||gd==genTag;if(isBuffer$1(Ra))return cloneBuffer(Ra,sd);if(gd==objectTag$1||gd==argsTag$1||_d&&!td){if(od=ld||_d?{}:initCloneObject(Ra),!sd)return ld?copySymbolsIn(Ra,baseAssignIn(od,Ra)):copySymbols(Ra,baseAssign(od,Ra))}else{if(!cloneableTags[gd])return td?Ra:{};od=initCloneByTag(Ra,gd,sd)}}rd||(rd=new Stack);var yd=rd.get(Ra);if(yd)return yd;rd.set(Ra,od),isSet(Ra)?Ra.forEach(function(Od){od.add(baseClone(Od,qa,Ja,Od,Ra,rd))}):isMap(Ra)&&Ra.forEach(function(Od,Ad){od.set(Ad,baseClone(Od,qa,Ja,Ad,Ra,rd))});var Ed=cd?ld?getAllKeysIn:getAllKeys:ld?keysIn:keys,Td=ud?void 0:Ed(Ra);return arrayEach(Td||Ra,function(Od,Ad){Td&&(Ad=Od,Od=Ra[Ad]),assignValue(od,Ad,baseClone(Od,qa,Ja,Ad,Ra,rd))}),od}var CLONE_SYMBOLS_FLAG$2=4;function clone$1(Ra){return baseClone(Ra,CLONE_SYMBOLS_FLAG$2)}var CLONE_DEEP_FLAG$1=1,CLONE_SYMBOLS_FLAG$1=4;function cloneDeep$1(Ra){return baseClone(Ra,CLONE_DEEP_FLAG$1|CLONE_SYMBOLS_FLAG$1)}var HASH_UNDEFINED="__lodash_hash_undefined__";function setCacheAdd(Ra){return this.__data__.set(Ra,HASH_UNDEFINED),this}function setCacheHas(Ra){return this.__data__.has(Ra)}function SetCache(Ra){var qa=-1,Ja=Ra==null?0:Ra.length;for(this.__data__=new MapCache;++qa<Ja;)this.add(Ra[qa])}SetCache.prototype.add=SetCache.prototype.push=setCacheAdd;SetCache.prototype.has=setCacheHas;function arraySome(Ra,qa){for(var Ja=-1,ed=Ra==null?0:Ra.length;++Ja<ed;)if(qa(Ra[Ja],Ja,Ra))return!0;return!1}function cacheHas(Ra,qa){return Ra.has(qa)}var COMPARE_PARTIAL_FLAG$5=1,COMPARE_UNORDERED_FLAG$3=2;function equalArrays(Ra,qa,Ja,ed,td,rd){var od=Ja&COMPARE_PARTIAL_FLAG$5,sd=Ra.length,ld=qa.length;if(sd!=ld&&!(od&&ld>sd))return!1;var cd=rd.get(Ra),ud=rd.get(qa);if(cd&&ud)return cd==qa&&ud==Ra;var gd=-1,_d=!0,yd=Ja&COMPARE_UNORDERED_FLAG$3?new SetCache:void 0;for(rd.set(Ra,qa),rd.set(qa,Ra);++gd<sd;){var Ed=Ra[gd],Td=qa[gd];if(ed)var Od=od?ed(Td,Ed,gd,qa,Ra,rd):ed(Ed,Td,gd,Ra,qa,rd);if(Od!==void 0){if(Od)continue;_d=!1;break}if(yd){if(!arraySome(qa,function(Ad,Nd){if(!cacheHas(yd,Nd)&&(Ed===Ad||td(Ed,Ad,Ja,ed,rd)))return yd.push(Nd)})){_d=!1;break}}else if(!(Ed===Td||td(Ed,Td,Ja,ed,rd))){_d=!1;break}}return rd.delete(Ra),rd.delete(qa),_d}function mapToArray(Ra){var qa=-1,Ja=Array(Ra.size);return Ra.forEach(function(ed,td){Ja[++qa]=[td,ed]}),Ja}function setToArray(Ra){var qa=-1,Ja=Array(Ra.size);return Ra.forEach(function(ed){Ja[++qa]=ed}),Ja}var COMPARE_PARTIAL_FLAG$4=1,COMPARE_UNORDERED_FLAG$2=2,boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",mapTag$1="[object Map]",numberTag="[object Number]",regexpTag="[object RegExp]",setTag$1="[object Set]",stringTag="[object String]",symbolTag="[object Symbol]",arrayBufferTag="[object ArrayBuffer]",dataViewTag="[object DataView]",symbolProto=Symbol$1?Symbol$1.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function equalByTag(Ra,qa,Ja,ed,td,rd,od){switch(Ja){case dataViewTag:if(Ra.byteLength!=qa.byteLength||Ra.byteOffset!=qa.byteOffset)return!1;Ra=Ra.buffer,qa=qa.buffer;case arrayBufferTag:return!(Ra.byteLength!=qa.byteLength||!rd(new Uint8Array$1(Ra),new Uint8Array$1(qa)));case boolTag:case dateTag:case numberTag:return eq(+Ra,+qa);case errorTag:return Ra.name==qa.name&&Ra.message==qa.message;case regexpTag:case stringTag:return Ra==qa+"";case mapTag$1:var sd=mapToArray;case setTag$1:var ld=ed&COMPARE_PARTIAL_FLAG$4;if(sd||(sd=setToArray),Ra.size!=qa.size&&!ld)return!1;var cd=od.get(Ra);if(cd)return cd==qa;ed|=COMPARE_UNORDERED_FLAG$2,od.set(Ra,qa);var ud=equalArrays(sd(Ra),sd(qa),ed,td,rd,od);return od.delete(Ra),ud;case symbolTag:if(symbolValueOf)return symbolValueOf.call(Ra)==symbolValueOf.call(qa)}return!1}var COMPARE_PARTIAL_FLAG$3=1,objectProto$2=Object.prototype,hasOwnProperty$5=objectProto$2.hasOwnProperty;function equalObjects(Ra,qa,Ja,ed,td,rd){var od=Ja&COMPARE_PARTIAL_FLAG$3,sd=getAllKeys(Ra),ld=sd.length,cd=getAllKeys(qa),ud=cd.length;if(ld!=ud&&!od)return!1;for(var gd=ld;gd--;){var _d=sd[gd];if(!(od?_d in qa:hasOwnProperty$5.call(qa,_d)))return!1}var yd=rd.get(Ra),Ed=rd.get(qa);if(yd&&Ed)return yd==qa&&Ed==Ra;var Td=!0;rd.set(Ra,qa),rd.set(qa,Ra);for(var Od=od;++gd<ld;){_d=sd[gd];var Ad=Ra[_d],Nd=qa[_d];if(ed)var kd=od?ed(Nd,Ad,_d,qa,Ra,rd):ed(Ad,Nd,_d,Ra,qa,rd);if(!(kd===void 0?Ad===Nd||td(Ad,Nd,Ja,ed,rd):kd)){Td=!1;break}Od||(Od=_d=="constructor")}if(Td&&!Od){var Id=Ra.constructor,Rd=qa.constructor;Id!=Rd&&"constructor"in Ra&&"constructor"in qa&&!(typeof Id=="function"&&Id instanceof Id&&typeof Rd=="function"&&Rd instanceof Rd)&&(Td=!1)}return rd.delete(Ra),rd.delete(qa),Td}var COMPARE_PARTIAL_FLAG$2=1,argsTag="[object Arguments]",arrayTag="[object Array]",objectTag="[object Object]",objectProto$1=Object.prototype,hasOwnProperty$4=objectProto$1.hasOwnProperty;function baseIsEqualDeep(Ra,qa,Ja,ed,td,rd){var od=isArray$1(Ra),sd=isArray$1(qa),ld=od?arrayTag:getTag(Ra),cd=sd?arrayTag:getTag(qa);ld=ld==argsTag?objectTag:ld,cd=cd==argsTag?objectTag:cd;var ud=ld==objectTag,gd=cd==objectTag,_d=ld==cd;if(_d&&isBuffer$1(Ra)){if(!isBuffer$1(qa))return!1;od=!0,ud=!1}if(_d&&!ud)return rd||(rd=new Stack),od||isTypedArray$3(Ra)?equalArrays(Ra,qa,Ja,ed,td,rd):equalByTag(Ra,qa,ld,Ja,ed,td,rd);if(!(Ja&COMPARE_PARTIAL_FLAG$2)){var yd=ud&&hasOwnProperty$4.call(Ra,"__wrapped__"),Ed=gd&&hasOwnProperty$4.call(qa,"__wrapped__");if(yd||Ed){var Td=yd?Ra.value():Ra,Od=Ed?qa.value():qa;return rd||(rd=new Stack),td(Td,Od,Ja,ed,rd)}}return _d?(rd||(rd=new Stack),equalObjects(Ra,qa,Ja,ed,td,rd)):!1}function baseIsEqual(Ra,qa,Ja,ed,td){return Ra===qa?!0:Ra==null||qa==null||!isObjectLike$1(Ra)&&!isObjectLike$1(qa)?Ra!==Ra&&qa!==qa:baseIsEqualDeep(Ra,qa,Ja,ed,baseIsEqual,td)}var COMPARE_PARTIAL_FLAG$1=1,COMPARE_UNORDERED_FLAG$1=2;function baseIsMatch(Ra,qa,Ja,ed){var td=Ja.length,rd=td;if(Ra==null)return!rd;for(Ra=Object(Ra);td--;){var od=Ja[td];if(od[2]?od[1]!==Ra[od[0]]:!(od[0]in Ra))return!1}for(;++td<rd;){od=Ja[td];var sd=od[0],ld=Ra[sd],cd=od[1];if(od[2]){if(ld===void 0&&!(sd in Ra))return!1}else{var ud=new Stack,gd;if(!(gd===void 0?baseIsEqual(cd,ld,COMPARE_PARTIAL_FLAG$1|COMPARE_UNORDERED_FLAG$1,ed,ud):gd))return!1}}return!0}function isStrictComparable(Ra){return Ra===Ra&&!isObject$3(Ra)}function getMatchData(Ra){for(var qa=keys(Ra),Ja=qa.length;Ja--;){var ed=qa[Ja],td=Ra[ed];qa[Ja]=[ed,td,isStrictComparable(td)]}return qa}function matchesStrictComparable(Ra,qa){return function(Ja){return Ja==null?!1:Ja[Ra]===qa&&(qa!==void 0||Ra in Object(Ja))}}function baseMatches(Ra){var qa=getMatchData(Ra);return qa.length==1&&qa[0][2]?matchesStrictComparable(qa[0][0],qa[0][1]):function(Ja){return Ja===Ra||baseIsMatch(Ja,Ra,qa)}}function baseHasIn(Ra,qa){return Ra!=null&&qa in Object(Ra)}function hasPath(Ra,qa,Ja){qa=castPath(qa,Ra);for(var ed=-1,td=qa.length,rd=!1;++ed<td;){var od=toKey(qa[ed]);if(!(rd=Ra!=null&&Ja(Ra,od)))break;Ra=Ra[od]}return rd||++ed!=td?rd:(td=Ra==null?0:Ra.length,!!td&&isLength$1(td)&&isIndex(od,td)&&(isArray$1(Ra)||isArguments$1(Ra)))}function hasIn(Ra,qa){return Ra!=null&&hasPath(Ra,qa,baseHasIn)}var COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function baseMatchesProperty(Ra,qa){return isKey(Ra)&&isStrictComparable(qa)?matchesStrictComparable(toKey(Ra),qa):function(Ja){var ed=get$2(Ja,Ra);return ed===void 0&&ed===qa?hasIn(Ja,Ra):baseIsEqual(qa,ed,COMPARE_PARTIAL_FLAG|COMPARE_UNORDERED_FLAG)}}function baseProperty(Ra){return function(qa){return qa==null?void 0:qa[Ra]}}function basePropertyDeep(Ra){return function(qa){return baseGet(qa,Ra)}}function property$1(Ra){return isKey(Ra)?baseProperty(toKey(Ra)):basePropertyDeep(Ra)}function baseIteratee(Ra){return typeof Ra=="function"?Ra:Ra==null?identity$1:typeof Ra=="object"?isArray$1(Ra)?baseMatchesProperty(Ra[0],Ra[1]):baseMatches(Ra):property$1(Ra)}function createBaseFor(Ra){return function(qa,Ja,ed){for(var td=-1,rd=Object(qa),od=ed(qa),sd=od.length;sd--;){var ld=od[++td];if(Ja(rd[ld],ld,rd)===!1)break}return qa}}var baseFor=createBaseFor();function baseForOwn(Ra,qa){return Ra&&baseFor(Ra,qa,keys)}function createBaseEach(Ra,qa){return function(Ja,ed){if(Ja==null)return Ja;if(!isArrayLike$1(Ja))return Ra(Ja,ed);for(var td=Ja.length,rd=-1,od=Object(Ja);++rd<td&&ed(od[rd],rd,od)!==!1;);return Ja}}var baseEach=createBaseEach(baseForOwn),now$1=function(){return root$1.Date.now()},FUNC_ERROR_TEXT$1="Expected a function",nativeMax=Math.max,nativeMin=Math.min;function debounce(Ra,qa,Ja){var ed,td,rd,od,sd,ld,cd=0,ud=!1,gd=!1,_d=!0;if(typeof Ra!="function")throw new TypeError(FUNC_ERROR_TEXT$1);qa=toNumber$2(qa)||0,isObject$3(Ja)&&(ud=!!Ja.leading,gd="maxWait"in Ja,rd=gd?nativeMax(toNumber$2(Ja.maxWait)||0,qa):rd,_d="trailing"in Ja?!!Ja.trailing:_d);function yd(Md){var Ld=ed,jd=td;return ed=td=void 0,cd=Md,od=Ra.apply(jd,Ld),od}function Ed(Md){return cd=Md,sd=setTimeout(Ad,qa),ud?yd(Md):od}function Td(Md){var Ld=Md-ld,jd=Md-cd,Pd=qa-Ld;return gd?nativeMin(Pd,rd-jd):Pd}function Od(Md){var Ld=Md-ld,jd=Md-cd;return ld===void 0||Ld>=qa||Ld<0||gd&&jd>=rd}function Ad(){var Md=now$1();if(Od(Md))return Nd(Md);sd=setTimeout(Ad,Td(Md))}function Nd(Md){return sd=void 0,_d&&ed?yd(Md):(ed=td=void 0,od)}function kd(){sd!==void 0&&clearTimeout(sd),cd=0,ed=ld=td=sd=void 0}function Id(){return sd===void 0?od:Nd(now$1())}function Rd(){var Md=now$1(),Ld=Od(Md);if(ed=arguments,td=this,ld=Md,Ld){if(sd===void 0)return Ed(ld);if(gd)return clearTimeout(sd),sd=setTimeout(Ad,qa),yd(ld)}return sd===void 0&&(sd=setTimeout(Ad,qa)),od}return Rd.cancel=kd,Rd.flush=Id,Rd}function assignMergeValue(Ra,qa,Ja){(Ja!==void 0&&!eq(Ra[qa],Ja)||Ja===void 0&&!(qa in Ra))&&baseAssignValue(Ra,qa,Ja)}function isArrayLikeObject(Ra){return isObjectLike$1(Ra)&&isArrayLike$1(Ra)}function safeGet(Ra,qa){if(!(qa==="constructor"&&typeof Ra[qa]=="function")&&qa!="__proto__")return Ra[qa]}function toPlainObject(Ra){return copyObject(Ra,keysIn(Ra))}function baseMergeDeep(Ra,qa,Ja,ed,td,rd,od){var sd=safeGet(Ra,Ja),ld=safeGet(qa,Ja),cd=od.get(ld);if(cd){assignMergeValue(Ra,Ja,cd);return}var ud=rd?rd(sd,ld,Ja+"",Ra,qa,od):void 0,gd=ud===void 0;if(gd){var _d=isArray$1(ld),yd=!_d&&isBuffer$1(ld),Ed=!_d&&!yd&&isTypedArray$3(ld);ud=ld,_d||yd||Ed?isArray$1(sd)?ud=sd:isArrayLikeObject(sd)?ud=copyArray(sd):yd?(gd=!1,ud=cloneBuffer(ld,!0)):Ed?(gd=!1,ud=cloneTypedArray(ld,!0)):ud=[]:isPlainObject$1(ld)||isArguments$1(ld)?(ud=sd,isArguments$1(sd)?ud=toPlainObject(sd):(!isObject$3(sd)||isFunction$2(sd))&&(ud=initCloneObject(ld))):gd=!1}gd&&(od.set(ld,ud),td(ud,ld,ed,rd,od),od.delete(ld)),assignMergeValue(Ra,Ja,ud)}function baseMerge(Ra,qa,Ja,ed,td){Ra!==qa&&baseFor(qa,function(rd,od){if(td||(td=new Stack),isObject$3(rd))baseMergeDeep(Ra,qa,od,Ja,baseMerge,ed,td);else{var sd=ed?ed(safeGet(Ra,od),rd,od+"",Ra,qa,td):void 0;sd===void 0&&(sd=rd),assignMergeValue(Ra,od,sd)}},keysIn)}function last(Ra){var qa=Ra==null?0:Ra.length;return qa?Ra[qa-1]:void 0}function findLastIndex(Ra,qa,Ja){var ed=Ra==null?0:Ra.length;if(!ed)return-1;var td=ed-1;return baseFindIndex(Ra,baseIteratee(qa),td,!0)}function baseMap(Ra,qa){var Ja=-1,ed=isArrayLike$1(Ra)?Array(Ra.length):[];return baseEach(Ra,function(td,rd,od){ed[++Ja]=qa(td,rd,od)}),ed}function map$5(Ra,qa){var Ja=isArray$1(Ra)?arrayMap:baseMap;return Ja(Ra,baseIteratee(qa))}function flatMap(Ra,qa){return baseFlatten(map$5(Ra,qa),1)}var INFINITY$1=1/0;function flattenDeep(Ra){var qa=Ra==null?0:Ra.length;return qa?baseFlatten(Ra,INFINITY$1):[]}function fromPairs(Ra){for(var qa=-1,Ja=Ra==null?0:Ra.length,ed={};++qa<Ja;){var td=Ra[qa];ed[td[0]]=td[1]}return ed}function parent$1(Ra,qa){return qa.length<2?Ra:baseGet(Ra,baseSlice(qa,0,-1))}var mapTag="[object Map]",setTag="[object Set]",objectProto=Object.prototype,hasOwnProperty$3=objectProto.hasOwnProperty;function isEmpty$2(Ra){if(Ra==null)return!0;if(isArrayLike$1(Ra)&&(isArray$1(Ra)||typeof Ra=="string"||typeof Ra.splice=="function"||isBuffer$1(Ra)||isTypedArray$3(Ra)||isArguments$1(Ra)))return!Ra.length;var qa=getTag(Ra);if(qa==mapTag||qa==setTag)return!Ra.size;if(isPrototype(Ra))return!baseKeys(Ra).length;for(var Ja in Ra)if(hasOwnProperty$3.call(Ra,Ja))return!1;return!0}function isEqual$1(Ra,qa){return baseIsEqual(Ra,qa)}function isNil(Ra){return Ra==null}function isUndefined$2(Ra){return Ra===void 0}var merge$3=createAssigner(function(Ra,qa,Ja){baseMerge(Ra,qa,Ja)});function baseUnset(Ra,qa){return qa=castPath(qa,Ra),Ra=parent$1(Ra,qa),Ra==null||delete Ra[toKey(last(qa))]}function customOmitClone(Ra){return isPlainObject$1(Ra)?void 0:Ra}var CLONE_DEEP_FLAG=1,CLONE_FLAT_FLAG=2,CLONE_SYMBOLS_FLAG=4,omit=flatRest(function(Ra,qa){var Ja={};if(Ra==null)return Ja;var ed=!1;qa=arrayMap(qa,function(rd){return rd=castPath(rd,Ra),ed||(ed=rd.length>1),rd}),copyObject(Ra,getAllKeysIn(Ra),Ja),ed&&(Ja=baseClone(Ja,CLONE_DEEP_FLAG|CLONE_FLAT_FLAG|CLONE_SYMBOLS_FLAG,customOmitClone));for(var td=qa.length;td--;)baseUnset(Ja,qa[td]);return Ja});function baseSet(Ra,qa,Ja,ed){if(!isObject$3(Ra))return Ra;qa=castPath(qa,Ra);for(var td=-1,rd=qa.length,od=rd-1,sd=Ra;sd!=null&&++td<rd;){var ld=toKey(qa[td]),cd=Ja;if(ld==="__proto__"||ld==="constructor"||ld==="prototype")return Ra;if(td!=od){var ud=sd[ld];cd=void 0,cd===void 0&&(cd=isObject$3(ud)?ud:isIndex(qa[td+1])?[]:{})}assignValue(sd,ld,cd),sd=sd[ld]}return Ra}function basePickBy(Ra,qa,Ja){for(var ed=-1,td=qa.length,rd={};++ed<td;){var od=qa[ed],sd=baseGet(Ra,od);Ja(sd,od)&&baseSet(rd,castPath(od,Ra),sd)}return rd}function basePick(Ra,qa){return basePickBy(Ra,qa,function(Ja,ed){return hasIn(Ra,ed)})}var pick=flatRest(function(Ra,qa){return Ra==null?{}:basePick(Ra,qa)});function set$3(Ra,qa,Ja){return Ra==null?Ra:baseSet(Ra,qa,Ja)}var FUNC_ERROR_TEXT="Expected a function";function throttle$1(Ra,qa,Ja){var ed=!0,td=!0;if(typeof Ra!="function")throw new TypeError(FUNC_ERROR_TEXT);return isObject$3(Ja)&&(ed="leading"in Ja?!!Ja.leading:ed,td="trailing"in Ja?!!Ja.trailing:td),debounce(Ra,qa,{leading:ed,maxWait:qa,trailing:td})}var INFINITY=1/0,createSet=Set$1&&1/setToArray(new Set$1([,-0]))[1]==INFINITY?function(Ra){return new Set$1(Ra)}:noop$5,LARGE_ARRAY_SIZE=200;function baseUniq(Ra,qa,Ja){var ed=-1,td=arrayIncludes,rd=Ra.length,od=!0,sd=[],ld=sd;if(rd>=LARGE_ARRAY_SIZE){var cd=qa?null:createSet(Ra);if(cd)return setToArray(cd);od=!1,td=cacheHas,ld=new SetCache}else ld=qa?[]:sd;e:for(;++ed<rd;){var ud=Ra[ed],gd=qa?qa(ud):ud;if(ud=ud!==0?ud:0,od&&gd===gd){for(var _d=ld.length;_d--;)if(ld[_d]===gd)continue e;qa&&ld.push(gd),sd.push(ud)}else td(ld,gd,Ja)||(ld!==sd&&ld.push(gd),sd.push(ud))}return sd}var union=baseRest(function(Ra){return baseUniq(baseFlatten(Ra,1,isArrayLikeObject,!0))});const isUndefined$1=Ra=>Ra===void 0,isBoolean$3=Ra=>typeof Ra=="boolean",isNumber$3=Ra=>typeof Ra=="number",isEmpty$1=Ra=>!Ra&&Ra!==0||isArray$2(Ra)&&Ra.length===0||isObject$5(Ra)&&!Object.keys(Ra).length,isElement$2=Ra=>typeof Element>"u"?!1:Ra instanceof Element,isPropAbsent=Ra=>isNil(Ra),isStringNumber=Ra=>isString$3(Ra)?!Number.isNaN(Number(Ra)):!1,isWindow=Ra=>Ra===window,rAF=Ra=>isClient?window.requestAnimationFrame(Ra):setTimeout(Ra,16),cAF=Ra=>isClient?window.cancelAnimationFrame(Ra):clearTimeout(Ra),escapeStringRegexp=(Ra="")=>Ra.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),capitalize=Ra=>capitalize$1(Ra),keysOf=Ra=>Object.keys(Ra),entriesOf=Ra=>Object.entries(Ra),getProp=(Ra,qa,Ja)=>({get value(){return get$2(Ra,qa,Ja)},set value(ed){set$3(Ra,qa,ed)}});class ElementPlusError extends Error{constructor(qa){super(qa),this.name="ElementPlusError"}}function throwError$1(Ra,qa){throw new ElementPlusError(`[${Ra}] ${qa}`)}function debugWarn(Ra,qa){}const classNameToArray=(Ra="")=>Ra.split(" ").filter(qa=>!!qa.trim()),hasClass=(Ra,qa)=>{if(!Ra||!qa)return!1;if(qa.includes(" "))throw new Error("className should not contain space.");return Ra.classList.contains(qa)},addClass=(Ra,qa)=>{!Ra||!qa.trim()||Ra.classList.add(...classNameToArray(qa))},removeClass=(Ra,qa)=>{!Ra||!qa.trim()||Ra.classList.remove(...classNameToArray(qa))},getStyle=(Ra,qa)=>{var Ja;if(!isClient||!Ra||!qa)return"";let ed=camelize(qa);ed==="float"&&(ed="cssFloat");try{const td=Ra.style[ed];if(td)return td;const rd=(Ja=document.defaultView)==null?void 0:Ja.getComputedStyle(Ra,"");return rd?rd[ed]:""}catch{return Ra.style[ed]}};function addUnit(Ra,qa="px"){if(!Ra)return"";if(isNumber$3(Ra)||isStringNumber(Ra))return`${Ra}${qa}`;if(isString$3(Ra))return Ra}const isScroll=(Ra,qa)=>{if(!isClient)return!1;const Ja={undefined:"overflow",true:"overflow-y",false:"overflow-x"}[String(qa)],ed=getStyle(Ra,Ja);return["scroll","auto","overlay"].some(td=>ed.includes(td))},getScrollContainer=(Ra,qa)=>{if(!isClient)return;let Ja=Ra;for(;Ja;){if([window,document,document.documentElement].includes(Ja))return window;if(isScroll(Ja,qa))return Ja;Ja=Ja.parentNode}return Ja};let scrollBarWidth;const getScrollBarWidth=Ra=>{var qa;if(!isClient)return 0;if(scrollBarWidth!==void 0)return scrollBarWidth;const Ja=document.createElement("div");Ja.className=`${Ra}-scrollbar__wrap`,Ja.style.visibility="hidden",Ja.style.width="100px",Ja.style.position="absolute",Ja.style.top="-9999px",document.body.appendChild(Ja);const ed=Ja.offsetWidth;Ja.style.overflow="scroll";const td=document.createElement("div");td.style.width="100%",Ja.appendChild(td);const rd=td.offsetWidth;return(qa=Ja.parentNode)==null||qa.removeChild(Ja),scrollBarWidth=ed-rd,scrollBarWidth};function scrollIntoView(Ra,qa){if(!isClient)return;if(!qa){Ra.scrollTop=0;return}const Ja=[];let ed=qa.offsetParent;for(;ed!==null&&Ra!==ed&&Ra.contains(ed);)Ja.push(ed),ed=ed.offsetParent;const td=qa.offsetTop+Ja.reduce((ld,cd)=>ld+cd.offsetTop,0),rd=td+qa.offsetHeight,od=Ra.scrollTop,sd=od+Ra.clientHeight;td<od?Ra.scrollTop=td:rd>sd&&(Ra.scrollTop=rd-Ra.clientHeight)}function animateScrollTo(Ra,qa,Ja,ed,td){const rd=Date.now();let od;const sd=()=>{const cd=Date.now()-rd,ud=easeInOutCubic(cd>ed?ed:cd,qa,Ja,ed);isWindow(Ra)?Ra.scrollTo(window.pageXOffset,ud):Ra.scrollTop=ud,cd<ed?od=rAF(sd):typeof td=="function"&&td()};return sd(),()=>{od&&cAF(od)}}const getScrollElement=(Ra,qa)=>isWindow(qa)?Ra.ownerDocument.documentElement:qa,getScrollTop=Ra=>isWindow(Ra)?window.scrollY:Ra.scrollTop,getElement=Ra=>{if(!isClient||Ra==="")return null;if(isString$3(Ra))try{return document.querySelector(Ra)}catch{return null}return Ra};/*! Element Plus Icons Vue v2.3.1 */var add_location_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"AddLocation",__name:"add-location",setup(Ra){return(qa,Ja)=>(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=add_location_vue_vue_type_script_setup_true_lang_default,aim_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Aim",__name:"aim",setup(Ra){return(qa,Ja)=>(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=aim_vue_vue_type_script_setup_true_lang_default,alarm_clock_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"AlarmClock",__name:"alarm-clock",setup(Ra){return(qa,Ja)=>(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=alarm_clock_vue_vue_type_script_setup_true_lang_default,apple_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Apple",__name:"apple",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M599.872 203.776a189.44 189.44 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.936a426.624 426.624 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.664zm-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.688 63.552 0 81.28 34.688 136.96 33.536 56.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.152z"})]))}}),apple_default=apple_vue_vue_type_script_setup_true_lang_default,arrow_down_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowDownBold",__name:"arrow-down-bold",setup(Ra){return(qa,Ja)=>(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.496z"})]))}}),arrow_down_bold_default=arrow_down_bold_vue_vue_type_script_setup_true_lang_default,arrow_down_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowDown",__name:"arrow-down",setup(Ra){return(qa,Ja)=>(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.592 30.592 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.592 30.592 0 0 0-42.752 0z"})]))}}),arrow_down_default=arrow_down_vue_vue_type_script_setup_true_lang_default,arrow_left_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowLeftBold",__name:"arrow-left-bold",setup(Ra){return(qa,Ja)=>(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 0z"})]))}}),arrow_left_bold_default=arrow_left_bold_vue_vue_type_script_setup_true_lang_default,arrow_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowLeft",__name:"arrow-left",setup(Ra){return(qa,Ja)=>(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.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"})]))}}),arrow_left_default=arrow_left_vue_vue_type_script_setup_true_lang_default,arrow_right_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowRightBold",__name:"arrow-right-bold",setup(Ra){return(qa,Ja)=>(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 0z"})]))}}),arrow_right_bold_default=arrow_right_bold_vue_vue_type_script_setup_true_lang_default,arrow_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowRight",__name:"arrow-right",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 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=arrow_right_vue_vue_type_script_setup_true_lang_default,arrow_up_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowUpBold",__name:"arrow-up-bold",setup(Ra){return(qa,Ja)=>(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.496z"})]))}}),arrow_up_bold_default=arrow_up_bold_vue_vue_type_script_setup_true_lang_default,arrow_up_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ArrowUp",__name:"arrow-up",setup(Ra){return(qa,Ja)=>(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=arrow_up_vue_vue_type_script_setup_true_lang_default,avatar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Avatar",__name:"avatar",setup(Ra){return(qa,Ja)=>(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.872 415.872 0 0 1 299.264-399.104L512 704zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0"})]))}}),avatar_default=avatar_vue_vue_type_script_setup_true_lang_default,back_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Back",__name:"back",setup(Ra){return(qa,Ja)=>(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=back_vue_vue_type_script_setup_true_lang_default,baseball_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Baseball",__name:"baseball",setup(Ra){return(qa,Ja)=>(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.6zm45.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.896zM108.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 1736.64 1736.64 0 0 1-11.392-65.728z"})]))}}),baseball_default=baseball_vue_vue_type_script_setup_true_lang_default,basketball_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Basketball",__name:"basketball",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M778.752 788.224a382.464 382.464 0 0 0 116.032-245.632 256.512 256.512 0 0 0-241.728-13.952 762.88 762.88 0 0 1 125.696 259.584zm-55.04 44.224a699.648 699.648 0 0 0-125.056-269.632 256.128 256.128 0 0 0-56.064 331.968 382.72 382.72 0 0 0 181.12-62.336m-254.08 61.248A320.128 320.128 0 0 1 557.76 513.6a715.84 715.84 0 0 0-48.192-48.128 320.128 320.128 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.128 256.128 0 0 0 331.072-56.448 699.648 699.648 0 0 0-268.8-124.352 382.656 382.656 0 0 0-62.272 180.8m106.56-235.84a762.88 762.88 0 0 1 258.688 125.056 256.512 256.512 0 0 0-13.44-241.088A382.464 382.464 0 0 0 235.84 245.248zm318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a779.84 779.84 0 0 1 66.176 66.112 320.832 320.832 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=basketball_vue_vue_type_script_setup_true_lang_default,bell_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"BellFilled",__name:"bell-filled",setup(Ra){return(qa,Ja)=>(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.128 320.128 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8z"})]))}}),bell_filled_default=bell_filled_vue_vue_type_script_setup_true_lang_default,bell_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Bell",__name:"bell",setup(Ra){return(qa,Ja)=>(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=bell_vue_vue_type_script_setup_true_lang_default,bicycle_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Bicycle",__name:"bicycle",setup(Ra){return(qa,Ja)=>(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=bicycle_vue_vue_type_script_setup_true_lang_default,bottom_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"BottomLeft",__name:"bottom-left",setup(Ra){return(qa,Ja)=>(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.312l-544 544z"})]))}}),bottom_left_default=bottom_left_vue_vue_type_script_setup_true_lang_default,bottom_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"BottomRight",__name:"bottom-right",setup(Ra){return(qa,Ja)=>(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=bottom_right_vue_vue_type_script_setup_true_lang_default,bottom_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Bottom",__name:"bottom",setup(Ra){return(qa,Ja)=>(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=bottom_vue_vue_type_script_setup_true_lang_default,bowl_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Bowl",__name:"bowl",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M714.432 704a351.744 351.744 0 0 0 148.16-256H161.408a351.744 351.744 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=bowl_vue_vue_type_script_setup_true_lang_default,box_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Box",__name:"box",setup(Ra){return(qa,Ja)=>(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 64z"}),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=box_vue_vue_type_script_setup_true_lang_default,briefcase_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Briefcase",__name:"briefcase",setup(Ra){return(qa,Ja)=>(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=briefcase_vue_vue_type_script_setup_true_lang_default,brush_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"BrushFilled",__name:"brush-filled",setup(Ra){return(qa,Ja)=>(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=brush_filled_vue_vue_type_script_setup_true_lang_default,brush_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Brush",__name:"brush",setup(Ra){return(qa,Ja)=>(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 160a663.872 663.872 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 640V384h61.248zm64 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.168z"})]))}}),brush_default=brush_vue_vue_type_script_setup_true_lang_default,burger_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Burger",__name:"burger",setup(Ra){return(qa,Ja)=>(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=burger_vue_vue_type_script_setup_true_lang_default,calendar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Calendar",__name:"calendar",setup(Ra){return(qa,Ja)=>(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=calendar_vue_vue_type_script_setup_true_lang_default,camera_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CameraFilled",__name:"camera-filled",setup(Ra){return(qa,Ja)=>(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=camera_filled_vue_vue_type_script_setup_true_lang_default,camera_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Camera",__name:"camera",setup(Ra){return(qa,Ja)=>(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=camera_vue_vue_type_script_setup_true_lang_default,caret_bottom_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CaretBottom",__name:"caret-bottom",setup(Ra){return(qa,Ja)=>(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=caret_bottom_vue_vue_type_script_setup_true_lang_default,caret_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CaretLeft",__name:"caret-left",setup(Ra){return(qa,Ja)=>(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=caret_left_vue_vue_type_script_setup_true_lang_default,caret_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CaretRight",__name:"caret-right",setup(Ra){return(qa,Ja)=>(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=caret_right_vue_vue_type_script_setup_true_lang_default,caret_top_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CaretTop",__name:"caret-top",setup(Ra){return(qa,Ja)=>(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=caret_top_vue_vue_type_script_setup_true_lang_default,cellphone_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Cellphone",__name:"cellphone",setup(Ra){return(qa,Ja)=>(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=cellphone_vue_vue_type_script_setup_true_lang_default,chat_dot_round_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatDotRound",__name:"chat-dot-round",setup(Ra){return(qa,Ja)=>(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.056 461.056 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=chat_dot_round_vue_vue_type_script_setup_true_lang_default,chat_dot_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatDotSquare",__name:"chat-dot-square",setup(Ra){return(qa,Ja)=>(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.4zm192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z"})]))}}),chat_dot_square_default=chat_dot_square_vue_vue_type_script_setup_true_lang_default,chat_line_round_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatLineRound",__name:"chat-line-round",setup(Ra){return(qa,Ja)=>(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.056 461.056 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=chat_line_round_vue_vue_type_script_setup_true_lang_default,chat_line_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatLineSquare",__name:"chat-line-square",setup(Ra){return(qa,Ja)=>(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=chat_line_square_vue_vue_type_script_setup_true_lang_default,chat_round_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatRound",__name:"chat-round",setup(Ra){return(qa,Ja)=>(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=chat_round_vue_vue_type_script_setup_true_lang_default,chat_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChatSquare",__name:"chat-square",setup(Ra){return(qa,Ja)=>(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=chat_square_vue_vue_type_script_setup_true_lang_default,check_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Check",__name:"check",setup(Ra){return(qa,Ja)=>(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=check_vue_vue_type_script_setup_true_lang_default,checked_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Checked",__name:"checked",setup(Ra){return(qa,Ja)=>(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=checked_vue_vue_type_script_setup_true_lang_default,cherry_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Cherry",__name:"cherry",setup(Ra){return(qa,Ja)=>(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.6zM288 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=cherry_vue_vue_type_script_setup_true_lang_default,chicken_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Chicken",__name:"chicken",setup(Ra){return(qa,Ja)=>(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.688 106.688 0 0 1-26.176-19.072 106.688 106.688 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.112zm57.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.52-3.52 56.32z"})]))}}),chicken_default=chicken_vue_vue_type_script_setup_true_lang_default,chrome_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ChromeFilled",__name:"chrome-filled",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M938.67 512.01c0-44.59-6.82-87.6-19.54-128H682.67a212.372 212.372 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.67z"}),createBaseVNode("path",{fill:"currentColor",d:"M576.79 401.63a127.92 127.92 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.005 128.005 0 0 0-2.16 127.44l1.24 2.13a127.906 127.906 0 0 0 46.36 46.61 127.907 127.907 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.984 127.984 0 0 0 .29-127.46 127.957 127.957 0 0 0-46.36-46.91"}),createBaseVNode("path",{fill:"currentColor",d:"M394.45 333.96A213.336 213.336 0 0 1 512 298.67h369.58A426.503 426.503 0 0 0 512 85.34a425.598 425.598 0 0 0-171.74 35.98 425.644 425.644 0 0 0-142.62 102.22l118.14 204.63a213.397 213.397 0 0 1 78.67-94.21m117.56 604.72H512zm-97.25-236.73a213.284 213.284 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.315 213.315 0 0 1-122.77-21.91z"})]))}}),chrome_filled_default=chrome_filled_vue_vue_type_script_setup_true_lang_default,circle_check_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CircleCheckFilled",__name:"circle-check-filled",setup(Ra){return(qa,Ja)=>(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.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),circle_check_filled_default=circle_check_filled_vue_vue_type_script_setup_true_lang_default,circle_check_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CircleCheck",__name:"circle-check",setup(Ra){return(qa,Ja)=>(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.752l265.344-265.408z"})]))}}),circle_check_default=circle_check_vue_vue_type_script_setup_true_lang_default,circle_close_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CircleCloseFilled",__name:"circle-close-filled",setup(Ra){return(qa,Ja)=>(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=circle_close_filled_vue_vue_type_script_setup_true_lang_default,circle_close_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CircleClose",__name:"circle-close",setup(Ra){return(qa,Ja)=>(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=circle_close_vue_vue_type_script_setup_true_lang_default,circle_plus_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CirclePlusFilled",__name:"circle-plus-filled",setup(Ra){return(qa,Ja)=>(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 0v147.2z"})]))}}),circle_plus_filled_default=circle_plus_filled_vue_vue_type_script_setup_true_lang_default,circle_plus_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CirclePlus",__name:"circle-plus",setup(Ra){return(qa,Ja)=>(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=circle_plus_vue_vue_type_script_setup_true_lang_default,clock_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Clock",__name:"clock",setup(Ra){return(qa,Ja)=>(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=clock_vue_vue_type_script_setup_true_lang_default,close_bold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CloseBold",__name:"close-bold",setup(Ra){return(qa,Ja)=>(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.496z"})]))}}),close_bold_default=close_bold_vue_vue_type_script_setup_true_lang_default,close_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Close",__name:"close",setup(Ra){return(qa,Ja)=>(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=close_vue_vue_type_script_setup_true_lang_default,cloudy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Cloudy",__name:"cloudy",setup(Ra){return(qa,Ja)=>(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=cloudy_vue_vue_type_script_setup_true_lang_default,coffee_cup_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CoffeeCup",__name:"coffee-cup",setup(Ra){return(qa,Ja)=>(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.128 256.128 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=coffee_cup_vue_vue_type_script_setup_true_lang_default,coffee_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Coffee",__name:"coffee",setup(Ra){return(qa,Ja)=>(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 64h493.184m-548.16 128H820.48l-10.688-64H214.208l-10.688 64h6.784m68.736 64 36.544 512H708.16l36.544-512z"})]))}}),coffee_default=coffee_vue_vue_type_script_setup_true_lang_default,coin_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Coin",__name:"coin",setup(Ra){return(qa,Ja)=>(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.264z"}),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.264z"}),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=coin_vue_vue_type_script_setup_true_lang_default,cold_drink_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ColdDrink",__name:"cold-drink",setup(Ra){return(qa,Ja)=>(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.064 192.064 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=cold_drink_vue_vue_type_script_setup_true_lang_default,collection_tag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CollectionTag",__name:"collection-tag",setup(Ra){return(qa,Ja)=>(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=collection_tag_vue_vue_type_script_setup_true_lang_default,collection_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Collection",__name:"collection",setup(Ra){return(qa,Ja)=>(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=collection_vue_vue_type_script_setup_true_lang_default,comment_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Comment",__name:"comment",setup(Ra){return(qa,Ja)=>(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=comment_vue_vue_type_script_setup_true_lang_default,compass_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Compass",__name:"compass",setup(Ra){return(qa,Ja)=>(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=compass_vue_vue_type_script_setup_true_lang_default,connection_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Connection",__name:"connection",setup(Ra){return(qa,Ja)=>(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.064 192.064 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=connection_vue_vue_type_script_setup_true_lang_default,coordinate_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Coordinate",__name:"coordinate",setup(Ra){return(qa,Ja)=>(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=coordinate_vue_vue_type_script_setup_true_lang_default,copy_document_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CopyDocument",__name:"copy-document",setup(Ra){return(qa,Ja)=>(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=copy_document_vue_vue_type_script_setup_true_lang_default,cpu_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Cpu",__name:"cpu",setup(Ra){return(qa,Ja)=>(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=cpu_vue_vue_type_script_setup_true_lang_default,credit_card_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"CreditCard",__name:"credit-card",setup(Ra){return(qa,Ja)=>(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.352 52.352 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.352 52.352 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.352 52.352 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.352 52.352 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.448-20.864 11.136-41.6 17.088-98.56 17.088H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.288 116.288 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.448 20.864-11.136 41.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.384 11.136 20.864 17.088 41.6 17.088 98.56z"}),createBaseVNode("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"})]))}}),credit_card_default=credit_card_vue_vue_type_script_setup_true_lang_default,crop_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Crop",__name:"crop",setup(Ra){return(qa,Ja)=>(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=crop_vue_vue_type_script_setup_true_lang_default,d_arrow_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DArrowLeft",__name:"d-arrow-left",setup(Ra){return(qa,Ja)=>(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.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 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.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 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.672l331.648-340.224z"})]))}}),d_arrow_left_default=d_arrow_left_vue_vue_type_script_setup_true_lang_default,d_arrow_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DArrowRight",__name:"d-arrow-right",setup(Ra){return(qa,Ja)=>(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.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 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.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"})]))}}),d_arrow_right_default=d_arrow_right_vue_vue_type_script_setup_true_lang_default,d_caret_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DCaret",__name:"d-caret",setup(Ra){return(qa,Ja)=>(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=d_caret_vue_vue_type_script_setup_true_lang_default,data_analysis_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DataAnalysis",__name:"data-analysis",setup(Ra){return(qa,Ja)=>(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=data_analysis_vue_vue_type_script_setup_true_lang_default,data_board_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DataBoard",__name:"data-board",setup(Ra){return(qa,Ja)=>(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=data_board_vue_vue_type_script_setup_true_lang_default,data_line_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DataLine",__name:"data-line",setup(Ra){return(qa,Ja)=>(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=data_line_vue_vue_type_script_setup_true_lang_default,delete_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DeleteFilled",__name:"delete-filled",setup(Ra){return(qa,Ja)=>(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=delete_filled_vue_vue_type_script_setup_true_lang_default,delete_location_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DeleteLocation",__name:"delete-location",setup(Ra){return(qa,Ja)=>(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=delete_location_vue_vue_type_script_setup_true_lang_default,delete_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Delete",__name:"delete",setup(Ra){return(qa,Ja)=>(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=delete_vue_vue_type_script_setup_true_lang_default,dessert_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Dessert",__name:"dessert",setup(Ra){return(qa,Ja)=>(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.808 143.808 0 0 1 58.88-132.736 160.064 160.064 0 0 0-311.552 0 143.808 143.808 0 0 1 58.88 132.8zm-72.896 0a72 72 0 1 0-140.48 0h140.48m339.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=dessert_vue_vue_type_script_setup_true_lang_default,discount_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Discount",__name:"discount",setup(Ra){return(qa,Ja)=>(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=discount_vue_vue_type_script_setup_true_lang_default,dish_dot_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DishDot",__name:"dish-dot",setup(Ra){return(qa,Ja)=>(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.192 448.192 0 0 1 955.392 768H68.544A448.192 448.192 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=dish_dot_vue_vue_type_script_setup_true_lang_default,dish_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Dish",__name:"dish",setup(Ra){return(qa,Ja)=>(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=dish_vue_vue_type_script_setup_true_lang_default,document_add_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentAdd",__name:"document-add",setup(Ra){return(qa,Ja)=>(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=document_add_vue_vue_type_script_setup_true_lang_default,document_checked_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentChecked",__name:"document-checked",setup(Ra){return(qa,Ja)=>(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=document_checked_vue_vue_type_script_setup_true_lang_default,document_copy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentCopy",__name:"document-copy",setup(Ra){return(qa,Ja)=>(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=document_copy_vue_vue_type_script_setup_true_lang_default,document_delete_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentDelete",__name:"document-delete",setup(Ra){return(qa,Ja)=>(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.248 90.496-90.496z"})]))}}),document_delete_default=document_delete_vue_vue_type_script_setup_true_lang_default,document_remove_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"DocumentRemove",__name:"document-remove",setup(Ra){return(qa,Ja)=>(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=document_remove_vue_vue_type_script_setup_true_lang_default,document_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Document",__name:"document",setup(Ra){return(qa,Ja)=>(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=document_vue_vue_type_script_setup_true_lang_default,download_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Download",__name:"download",setup(Ra){return(qa,Ja)=>(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=download_vue_vue_type_script_setup_true_lang_default,drizzling_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Drizzling",__name:"drizzling",setup(Ra){return(qa,Ja)=>(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.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 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=drizzling_vue_vue_type_script_setup_true_lang_default,edit_pen_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"EditPen",__name:"edit-pen",setup(Ra){return(qa,Ja)=>(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-112-56.64 98.112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64h-448z"})]))}}),edit_pen_default=edit_pen_vue_vue_type_script_setup_true_lang_default,edit_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Edit",__name:"edit",setup(Ra){return(qa,Ja)=>(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=edit_vue_vue_type_script_setup_true_lang_default,eleme_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElemeFilled",__name:"eleme-filled",setup(Ra){return(qa,Ja)=>(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.688 330.688 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.552 47.552 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.304 234.304 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.552 47.552 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=eleme_filled_vue_vue_type_script_setup_true_lang_default,eleme_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Eleme",__name:"eleme",setup(Ra){return(qa,Ja)=>(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.24zm526.08 305.28a22.336 22.336 0 0 1 28.8 5.76l23.04 35.52a63.232 63.232 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.8l71.04-46.08z"})]))}}),eleme_default=eleme_vue_vue_type_script_setup_true_lang_default,element_plus_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ElementPlus",__name:"element-plus",setup(Ra){return(qa,Ja)=>(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.6c12.8-5.1 25.6-5.1 38.4 0 0 0 279 161.3 309.8 179.2 17.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.4l220.1-128zM919 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.3h64l-2.5-38.4z"})]))}}),element_plus_default=element_plus_vue_vue_type_script_setup_true_lang_default,expand_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Expand",__name:"expand",setup(Ra){return(qa,Ja)=>(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=expand_vue_vue_type_script_setup_true_lang_default,failed_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Failed",__name:"failed",setup(Ra){return(qa,Ja)=>(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=failed_vue_vue_type_script_setup_true_lang_default,female_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Female",__name:"female",setup(Ra){return(qa,Ja)=>(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=female_vue_vue_type_script_setup_true_lang_default,files_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Files",__name:"files",setup(Ra){return(qa,Ja)=>(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=files_vue_vue_type_script_setup_true_lang_default,film_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Film",__name:"film",setup(Ra){return(qa,Ja)=>(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=film_vue_vue_type_script_setup_true_lang_default,filter_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Filter",__name:"filter",setup(Ra){return(qa,Ja)=>(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=filter_vue_vue_type_script_setup_true_lang_default,finished_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Finished",__name:"finished",setup(Ra){return(qa,Ja)=>(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.2l203.968 152.96zM736 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=finished_vue_vue_type_script_setup_true_lang_default,first_aid_kit_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FirstAidKit",__name:"first-aid-kit",setup(Ra){return(qa,Ja)=>(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=first_aid_kit_vue_vue_type_script_setup_true_lang_default,flag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Flag",__name:"flag",setup(Ra){return(qa,Ja)=>(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=flag_vue_vue_type_script_setup_true_lang_default,fold_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Fold",__name:"fold",setup(Ra){return(qa,Ja)=>(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=fold_vue_vue_type_script_setup_true_lang_default,folder_add_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderAdd",__name:"folder-add",setup(Ra){return(qa,Ja)=>(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=folder_add_vue_vue_type_script_setup_true_lang_default,folder_checked_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderChecked",__name:"folder-checked",setup(Ra){return(qa,Ja)=>(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=folder_checked_vue_vue_type_script_setup_true_lang_default,folder_delete_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderDelete",__name:"folder-delete",setup(Ra){return(qa,Ja)=>(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=folder_delete_vue_vue_type_script_setup_true_lang_default,folder_opened_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderOpened",__name:"folder-opened",setup(Ra){return(qa,Ja)=>(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.16l96-384zM832 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=folder_opened_vue_vue_type_script_setup_true_lang_default,folder_remove_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FolderRemove",__name:"folder-remove",setup(Ra){return(qa,Ja)=>(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=folder_remove_vue_vue_type_script_setup_true_lang_default,folder_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Folder",__name:"folder",setup(Ra){return(qa,Ja)=>(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=folder_vue_vue_type_script_setup_true_lang_default,food_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Food",__name:"food",setup(Ra){return(qa,Ja)=>(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=food_vue_vue_type_script_setup_true_lang_default,football_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Football",__name:"football",setup(Ra){return(qa,Ja)=>(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.448a385.984 385.984 0 0 1-80.448-91.648zm653.696-5.312a385.92 385.92 0 0 1-83.776 96.96l-32.512-56.384a322.923 322.923 0 0 0 68.48-85.76c15.552 14.08 31.488 29.12 47.808 45.184zM465.984 445.248l11.136-63.104a323.584 323.584 0 0 0 69.76 0l11.136 63.104a387.968 387.968 0 0 1-92.032 0m-62.72-12.8A381.824 381.824 0 0 1 320 396.544l32-55.424a319.885 319.885 0 0 0 62.464 27.712l-11.2 63.488zm300.8-35.84a381.824 381.824 0 0 1-83.328 35.84l-11.2-63.552A319.885 319.885 0 0 0 672 341.184l32 55.424zm-520.768 364.8a385.92 385.92 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.072zm657.536.128a1442.759 1442.759 0 0 1-49.024 43.072 321.408 321.408 0 0 0-67.584-84.16l32.512-56.32c33.216 27.456 61.696 60.352 84.096 97.408zM465.92 578.752a387.968 387.968 0 0 1 92.032 0l-11.136 63.104a323.584 323.584 0 0 0-69.76 0zm-62.72 12.8 11.2 63.552a319.885 319.885 0 0 0-62.464 27.712L320 627.392a381.824 381.824 0 0 1 83.264-35.84zm300.8 35.84-32 55.424a318.272 318.272 0 0 0-62.528-27.712l11.2-63.488c29.44 8.64 57.28 20.736 83.264 35.776z"})]))}}),football_default=football_vue_vue_type_script_setup_true_lang_default,fork_spoon_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ForkSpoon",__name:"fork-spoon",setup(Ra){return(qa,Ja)=>(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.56zM672 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=fork_spoon_vue_vue_type_script_setup_true_lang_default,fries_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Fries",__name:"fries",setup(Ra){return(qa,Ja)=>(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.744 95.744 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 128.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.405 132.405 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=fries_vue_vue_type_script_setup_true_lang_default,full_screen_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"FullScreen",__name:"full-screen",setup(Ra){return(qa,Ja)=>(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-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"})]))}}),full_screen_default=full_screen_vue_vue_type_script_setup_true_lang_default,goblet_full_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GobletFull",__name:"goblet-full",setup(Ra){return(qa,Ja)=>(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 0zM544 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=goblet_full_vue_vue_type_script_setup_true_lang_default,goblet_square_full_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GobletSquareFull",__name:"goblet-square-full",setup(Ra){return(qa,Ja)=>(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.28V128H256v142.912zm.96 76.288C266.368 482.176 346.88 575.872 512 576c157.44.064 237.952-85.056 253.248-209.984a952.32 952.32 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=goblet_square_full_vue_vue_type_script_setup_true_lang_default,goblet_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GobletSquare",__name:"goblet-square",setup(Ra){return(qa,Ja)=>(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=goblet_square_vue_vue_type_script_setup_true_lang_default,goblet_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Goblet",__name:"goblet",setup(Ra){return(qa,Ja)=>(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=goblet_vue_vue_type_script_setup_true_lang_default,gold_medal_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GoldMedal",__name:"gold-medal",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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.16zM640.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.41V128h.01zM576 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.96a359.844 359.844 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.98z"}),createBaseVNode("path",{fill:"currentColor",d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"})]))}}),gold_medal_default=gold_medal_vue_vue_type_script_setup_true_lang_default,goods_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"GoodsFilled",__name:"goods-filled",setup(Ra){return(qa,Ja)=>(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=goods_filled_vue_vue_type_script_setup_true_lang_default,goods_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Goods",__name:"goods",setup(Ra){return(qa,Ja)=>(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 128c-70.272 0-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=goods_vue_vue_type_script_setup_true_lang_default,grape_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Grape",__name:"grape",setup(Ra){return(qa,Ja)=>(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=grape_vue_vue_type_script_setup_true_lang_default,grid_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Grid",__name:"grid",setup(Ra){return(qa,Ja)=>(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=grid_vue_vue_type_script_setup_true_lang_default,guide_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Guide",__name:"guide",setup(Ra){return(qa,Ja)=>(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 80H768V256H220.8zm-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.2l71.168 80zm-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=guide_vue_vue_type_script_setup_true_lang_default,handbag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Handbag",__name:"handbag",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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=handbag_vue_vue_type_script_setup_true_lang_default,headset_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Headset",__name:"headset",setup(Ra){return(qa,Ja)=>(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=headset_vue_vue_type_script_setup_true_lang_default,help_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"HelpFilled",__name:"help-filled",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M926.784 480H701.312A192.512 192.512 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.512 192.512 0 0 0 701.312 544zM97.28 544h225.472A192.512 192.512 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.512 192.512 0 0 0 322.688 480H97.216z"})]))}}),help_filled_default=help_filled_vue_vue_type_script_setup_true_lang_default,help_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Help",__name:"help",setup(Ra){return(qa,Ja)=>(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.912 254.912 0 0 1 512 768a254.912 254.912 0 0 1-156.992-53.76l-90.944 91.008A382.464 382.464 0 0 0 512 896c94.528 0 181.12-34.176 247.936-90.752m45.312-45.312A382.464 382.464 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 512c0 59.136-20.096 113.6-53.76 156.992l91.008 90.944zm-45.312-541.184A382.464 382.464 0 0 0 512 128c-94.528 0-181.12 34.176-247.936 90.752l90.944 91.008A254.912 254.912 0 0 1 512 256c59.136 0 113.6 20.096 156.992 53.76l90.944-91.008zm-541.184 45.312A382.464 382.464 0 0 0 128 512c0 94.528 34.176 181.12 90.752 247.936l91.008-90.944A254.912 254.912 0 0 1 256 512c0-59.136 20.096-113.6 53.76-156.992zm417.28 394.496a194.56 194.56 0 0 0 22.528-22.528C686.912 602.56 704 559.232 704 512a191.232 191.232 0 0 0-67.968-146.56A191.296 191.296 0 0 0 512 320a191.232 191.232 0 0 0-146.56 67.968C337.088 421.44 320 464.768 320 512a191.232 191.232 0 0 0 67.968 146.56C421.44 686.912 464.768 704 512 704c47.296 0 90.56-17.088 124.032-45.44zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),help_default=help_vue_vue_type_script_setup_true_lang_default,hide_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Hide",__name:"hide",setup(Ra){return(qa,Ja)=>(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.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-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 176C44.8 438.4 0 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.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 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.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.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.6-28.8 48-80 105.6-153.6 172.8-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-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"}),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 112-32 28.8-67.2 48-112 48Z"})]))}}),hide_default=hide_vue_vue_type_script_setup_true_lang_default,histogram_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Histogram",__name:"histogram",setup(Ra){return(qa,Ja)=>(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=histogram_vue_vue_type_script_setup_true_lang_default,home_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"HomeFilled",__name:"home-filled",setup(Ra){return(qa,Ja)=>(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=home_filled_vue_vue_type_script_setup_true_lang_default,hot_water_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"HotWater",__name:"hot-water",setup(Ra){return(qa,Ja)=>(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.2H273.067zm-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.134zM512 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.133zM375.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.267z"})]))}}),hot_water_default=hot_water_vue_vue_type_script_setup_true_lang_default,house_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"House",__name:"house",setup(Ra){return(qa,Ja)=>(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=house_vue_vue_type_script_setup_true_lang_default,ice_cream_round_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceCreamRound",__name:"ice-cream-round",setup(Ra){return(qa,Ja)=>(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 0z"})]))}}),ice_cream_round_default=ice_cream_round_vue_vue_type_script_setup_true_lang_default,ice_cream_square_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceCreamSquare",__name:"ice-cream-square",setup(Ra){return(qa,Ja)=>(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=ice_cream_square_vue_vue_type_script_setup_true_lang_default,ice_cream_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceCream",__name:"ice-cream",setup(Ra){return(qa,Ja)=>(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.128 208.128 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 0zm351.36 0h286.272a144 144 0 0 0-286.272 0zm-294.848 64 271.808 396.608L778.24 512H249.408zM511.68 352.64a207.872 207.872 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=ice_cream_vue_vue_type_script_setup_true_lang_default,ice_drink_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceDrink",__name:"ice-drink",setup(Ra){return(qa,Ja)=>(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.128 256.128 0 0 0 512 192.64m-64 8.064A256.448 256.448 0 0 0 264.256 384H448zm64-72.064A320.128 320.128 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.384 320.384 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=ice_drink_vue_vue_type_script_setup_true_lang_default,ice_tea_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"IceTea",__name:"ice-tea",setup(Ra){return(qa,Ja)=>(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=ice_tea_vue_vue_type_script_setup_true_lang_default,info_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"InfoFilled",__name:"info-filled",setup(Ra){return(qa,Ja)=>(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.992 12.992 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=info_filled_vue_vue_type_script_setup_true_lang_default,iphone_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Iphone",__name:"iphone",setup(Ra){return(qa,Ja)=>(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=iphone_vue_vue_type_script_setup_true_lang_default,key_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Key",__name:"key",setup(Ra){return(qa,Ja)=>(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=key_vue_vue_type_script_setup_true_lang_default,knife_fork_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"KnifeFork",__name:"knife-fork",setup(Ra){return(qa,Ja)=>(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 256 21.312 81.152 32 177.152 32 288z"})]))}}),knife_fork_default=knife_fork_vue_vue_type_script_setup_true_lang_default,lightning_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Lightning",__name:"lightning",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M288 671.36v64.128A239.808 239.808 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=lightning_vue_vue_type_script_setup_true_lang_default,link_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Link",__name:"link",setup(Ra){return(qa,Ja)=>(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=link_vue_vue_type_script_setup_true_lang_default,list_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"List",__name:"list",setup(Ra){return(qa,Ja)=>(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=list_vue_vue_type_script_setup_true_lang_default,loading_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Loading",__name:"loading",setup(Ra){return(qa,Ja)=>(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.248zm452.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.248zM828.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 0z"})]))}}),loading_default=loading_vue_vue_type_script_setup_true_lang_default,location_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"LocationFilled",__name:"location-filled",setup(Ra){return(qa,Ja)=>(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=location_filled_vue_vue_type_script_setup_true_lang_default,location_information_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"LocationInformation",__name:"location-information",setup(Ra){return(qa,Ja)=>(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=location_information_vue_vue_type_script_setup_true_lang_default,location_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Location",__name:"location",setup(Ra){return(qa,Ja)=>(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=location_vue_vue_type_script_setup_true_lang_default,lock_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Lock",__name:"lock",setup(Ra){return(qa,Ja)=>(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=lock_vue_vue_type_script_setup_true_lang_default,lollipop_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Lollipop",__name:"lollipop",setup(Ra){return(qa,Ja)=>(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.744zm-54.464-36.032a321.92 321.92 0 0 1-45.248-45.248L195.2 783.552a32 32 0 1 0 45.248 45.248l197.056-197.12z"})]))}}),lollipop_default=lollipop_vue_vue_type_script_setup_true_lang_default,magic_stick_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MagicStick",__name:"magic-stick",setup(Ra){return(qa,Ja)=>(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=magic_stick_vue_vue_type_script_setup_true_lang_default,magnet_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Magnet",__name:"magnet",setup(Ra){return(qa,Ja)=>(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=magnet_vue_vue_type_script_setup_true_lang_default,male_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Male",__name:"male",setup(Ra){return(qa,Ja)=>(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=male_vue_vue_type_script_setup_true_lang_default,management_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Management",__name:"management",setup(Ra){return(qa,Ja)=>(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=management_vue_vue_type_script_setup_true_lang_default,map_location_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MapLocation",__name:"map-location",setup(Ra){return(qa,Ja)=>(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=map_location_vue_vue_type_script_setup_true_lang_default,medal_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Medal",__name:"medal",setup(Ra){return(qa,Ja)=>(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.72 286.72 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.92V128zM229.312 64h565.376a32 32 0 0 1 31.616 36.864L768 480c-113.792-64-199.104-96-256-96-56.896 0-142.208 32-256 96l-58.304-379.136A32 32 0 0 1 229.312 64"})]))}}),medal_default=medal_vue_vue_type_script_setup_true_lang_default,memo_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Memo",__name:"memo",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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=memo_vue_vue_type_script_setup_true_lang_default,menu_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Menu",__name:"menu",setup(Ra){return(qa,Ja)=>(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=menu_vue_vue_type_script_setup_true_lang_default,message_box_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MessageBox",__name:"message-box",setup(Ra){return(qa,Ja)=>(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 128z"})]))}}),message_box_default=message_box_vue_vue_type_script_setup_true_lang_default,message_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Message",__name:"message",setup(Ra){return(qa,Ja)=>(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 224H205.056"})]))}}),message_default=message_vue_vue_type_script_setup_true_lang_default,mic_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Mic",__name:"mic",setup(Ra){return(qa,Ja)=>(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=mic_vue_vue_type_script_setup_true_lang_default,microphone_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Microphone",__name:"microphone",setup(Ra){return(qa,Ja)=>(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=microphone_vue_vue_type_script_setup_true_lang_default,milk_tea_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MilkTea",__name:"milk-tea",setup(Ra){return(qa,Ja)=>(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=milk_tea_vue_vue_type_script_setup_true_lang_default,minus_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Minus",__name:"minus",setup(Ra){return(qa,Ja)=>(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=minus_vue_vue_type_script_setup_true_lang_default,money_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Money",__name:"money",setup(Ra){return(qa,Ja)=>(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.056 29.056 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.056 29.056 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.056 29.056 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.056 29.056 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.056 29.056 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.056 29.056 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.056 29.056 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=money_vue_vue_type_script_setup_true_lang_default,monitor_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Monitor",__name:"monitor",setup(Ra){return(qa,Ja)=>(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=monitor_vue_vue_type_script_setup_true_lang_default,moon_night_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MoonNight",__name:"moon-night",setup(Ra){return(qa,Ja)=>(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.256 448.256 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=moon_night_vue_vue_type_script_setup_true_lang_default,moon_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Moon",__name:"moon",setup(Ra){return(qa,Ja)=>(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 390.592 390.592 0 0 0-17.408 16.384zm181.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=moon_vue_vue_type_script_setup_true_lang_default,more_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MoreFilled",__name:"more-filled",setup(Ra){return(qa,Ja)=>(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=more_filled_vue_vue_type_script_setup_true_lang_default,more_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"More",__name:"more",setup(Ra){return(qa,Ja)=>(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=more_vue_vue_type_script_setup_true_lang_default,mostly_cloudy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MostlyCloudy",__name:"mostly-cloudy",setup(Ra){return(qa,Ja)=>(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.808 207.808 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.808 271.808 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=mostly_cloudy_vue_vue_type_script_setup_true_lang_default,mouse_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Mouse",__name:"mouse",setup(Ra){return(qa,Ja)=>(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.112-20.096 10.752-35.52 26.176-46.272 46.272C260.672 345.408 256 369.792 256 438.144v275.712c0 68.352 4.672 92.736 18.112 117.76 10.752 20.096 26.176 35.52 46.272 46.272C345.408 891.328 369.792 896 438.144 896h147.712c68.352 0 92.736-4.672 117.76-18.112 20.096-10.752 35.52-26.176 46.272-46.272C763.328 806.592 768 782.208 768 713.856V438.144c0-68.352-4.672-92.736-18.112-117.76a110.464 110.464 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.464 174.464 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.464 174.464 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.464 174.464 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=mouse_vue_vue_type_script_setup_true_lang_default,mug_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Mug",__name:"mug",setup(Ra){return(qa,Ja)=>(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=mug_vue_vue_type_script_setup_true_lang_default,mute_notification_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"MuteNotification",__name:"mute-notification",setup(Ra){return(qa,Ja)=>(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.128 320.128 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a319.552 319.552 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.056l-704 708.544z"})]))}}),mute_notification_default=mute_notification_vue_vue_type_script_setup_true_lang_default,mute_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Mute",__name:"mute",setup(Ra){return(qa,Ja)=>(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.232 191.232 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.08A222.976 222.976 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.976 286.976 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.056l-704 708.544z"})]))}}),mute_default=mute_vue_vue_type_script_setup_true_lang_default,no_smoking_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"NoSmoking",__name:"no-smoking",setup(Ra){return(qa,Ja)=>(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=no_smoking_vue_vue_type_script_setup_true_lang_default,notebook_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Notebook",__name:"notebook",setup(Ra){return(qa,Ja)=>(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=notebook_vue_vue_type_script_setup_true_lang_default,notification_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Notification",__name:"notification",setup(Ra){return(qa,Ja)=>(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=notification_vue_vue_type_script_setup_true_lang_default,odometer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Odometer",__name:"odometer",setup(Ra){return(qa,Ja)=>(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=odometer_vue_vue_type_script_setup_true_lang_default,office_building_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"OfficeBuilding",__name:"office-building",setup(Ra){return(qa,Ja)=>(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=office_building_vue_vue_type_script_setup_true_lang_default,open_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Open",__name:"open",setup(Ra){return(qa,Ja)=>(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.36z"}),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=open_vue_vue_type_script_setup_true_lang_default,operation_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Operation",__name:"operation",setup(Ra){return(qa,Ja)=>(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=operation_vue_vue_type_script_setup_true_lang_default,opportunity_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Opportunity",__name:"opportunity",setup(Ra){return(qa,Ja)=>(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.656 350.656 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.552 351.552 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=opportunity_vue_vue_type_script_setup_true_lang_default,orange_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Orange",__name:"orange",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M544 894.72a382.336 382.336 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.336 382.336 0 0 0 894.656 544H635.968c-3.008 11.776-7.68 22.848-13.696 33.024l182.976 182.912zM894.656 480a382.336 382.336 0 0 0-89.408-215.936L622.272 446.976c6.016 10.24 10.688 21.248 13.696 33.024h258.688zm-134.72-261.248A382.336 382.336 0 0 0 544 129.344v258.688c11.776 3.008 22.848 7.68 33.024 13.696zM480 129.344a382.336 382.336 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.336 382.336 0 0 0 129.344 480h258.688c3.008-11.776 7.68-22.848 13.696-33.024zM129.344 544a382.336 382.336 0 0 0 89.408 215.936l182.976-182.912A127.232 127.232 0 0 1 388.032 544zm134.72 261.248A382.336 382.336 0 0 0 480 894.656V635.968a127.232 127.232 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=orange_vue_vue_type_script_setup_true_lang_default,paperclip_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Paperclip",__name:"paperclip",setup(Ra){return(qa,Ja)=>(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.744l294.144-294.208z"})]))}}),paperclip_default=paperclip_vue_vue_type_script_setup_true_lang_default,partly_cloudy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PartlyCloudy",__name:"partly-cloudy",setup(Ra){return(qa,Ja)=>(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.48a6003.84 6003.84 0 0 0-49.28 41.408z"})]))}}),partly_cloudy_default=partly_cloudy_vue_vue_type_script_setup_true_lang_default,pear_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Pear",__name:"pear",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M542.336 258.816a443.255 443.255 0 0 0-9.024 25.088 32 32 0 1 1-60.8-20.032l1.088-3.328a162.688 162.688 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.688 162.688 0 0 0-130.112-133.12zm-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.304a316.608 316.608 0 0 0-9.792 15.104 226.688 226.688 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=pear_vue_vue_type_script_setup_true_lang_default,phone_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PhoneFilled",__name:"phone-filled",setup(Ra){return(qa,Ja)=>(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.048z"})]))}}),phone_filled_default=phone_filled_vue_vue_type_script_setup_true_lang_default,phone_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Phone",__name:"phone",setup(Ra){return(qa,Ja)=>(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.472L139.84 402.304zM512 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=phone_vue_vue_type_script_setup_true_lang_default,picture_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PictureFilled",__name:"picture-filled",setup(Ra){return(qa,Ja)=>(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=picture_filled_vue_vue_type_script_setup_true_lang_default,picture_rounded_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PictureRounded",__name:"picture-rounded",setup(Ra){return(qa,Ja)=>(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 64q-64 0-64-64t64-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=picture_rounded_vue_vue_type_script_setup_true_lang_default,picture_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Picture",__name:"picture",setup(Ra){return(qa,Ja)=>(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 64q-64 0-64-64t64-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=picture_vue_vue_type_script_setup_true_lang_default,pie_chart_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PieChart",__name:"pie-chart",setup(Ra){return(qa,Ja)=>(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.128 384.128 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512 448.128 448.128 0 0 1 448 68.48z"}),createBaseVNode("path",{fill:"currentColor",d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28zM512 64V33.152A448 448 0 0 1 990.848 512H512z"})]))}}),pie_chart_default=pie_chart_vue_vue_type_script_setup_true_lang_default,place_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Place",__name:"place",setup(Ra){return(qa,Ja)=>(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=place_vue_vue_type_script_setup_true_lang_default,platform_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Platform",__name:"platform",setup(Ra){return(qa,Ja)=>(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=platform_vue_vue_type_script_setup_true_lang_default,plus_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Plus",__name:"plus",setup(Ra){return(qa,Ja)=>(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=plus_vue_vue_type_script_setup_true_lang_default,pointer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Pointer",__name:"pointer",setup(Ra){return(qa,Ja)=>(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.272 94.272 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.272 158.272 0 0 1 185.984 8.32z"})]))}}),pointer_default=pointer_vue_vue_type_script_setup_true_lang_default,position_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Position",__name:"position",setup(Ra){return(qa,Ja)=>(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.88 249.6 417.088zm-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.992l-391.424-52.736z"})]))}}),position_default=position_vue_vue_type_script_setup_true_lang_default,postcard_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Postcard",__name:"postcard",setup(Ra){return(qa,Ja)=>(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=postcard_vue_vue_type_script_setup_true_lang_default,pouring_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Pouring",__name:"pouring",setup(Ra){return(qa,Ja)=>(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.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 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=pouring_vue_vue_type_script_setup_true_lang_default,present_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Present",__name:"present",setup(Ra){return(qa,Ja)=>(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=present_vue_vue_type_script_setup_true_lang_default,price_tag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"PriceTag",__name:"price-tag",setup(Ra){return(qa,Ja)=>(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 0z"}),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=price_tag_vue_vue_type_script_setup_true_lang_default,printer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Printer",__name:"printer",setup(Ra){return(qa,Ja)=>(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.056 29.056 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.056 29.056 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.296 23.296 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.296 23.296 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=printer_vue_vue_type_script_setup_true_lang_default,promotion_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Promotion",__name:"promotion",setup(Ra){return(qa,Ja)=>(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=promotion_vue_vue_type_script_setup_true_lang_default,quartz_watch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"QuartzWatch",__name:"quartz-watch",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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.51-8.67.32-16.17 3.66-22.5 10.02-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.5c3.01-11.65.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.99-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.66 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.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.01-.32-8.67-3.66-16.16-10.02-22.5-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.01 3.35 11.99 10.85 19.49 22.5 22.5zm242.94 0c11.67-3.03 19.01-10.37 22.02-22.02 3.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.5c-6.36 6.34-9.7 13.84-10.02 22.5-.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.01 0 9.35 3 17.02 8.99 23.01 6 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.01 0-9.35-3-17.02-8.99-23.01-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=quartz_watch_vue_vue_type_script_setup_true_lang_default,question_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"QuestionFilled",__name:"question-filled",setup(Ra){return(qa,Ja)=>(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.592 0-42.944-14.08-76.736-42.24-101.376-28.16-25.344-65.472-37.312-111.232-37.312zm-12.672 406.208a54.272 54.272 0 0 0-38.72 14.784 49.408 49.408 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.848 54.848 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.968 51.968 0 0 0-15.488-38.016 55.936 55.936 0 0 0-39.424-14.784z"})]))}}),question_filled_default=question_filled_vue_vue_type_script_setup_true_lang_default,rank_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Rank",__name:"rank",setup(Ra){return(qa,Ja)=>(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.408V544H186.496z"})]))}}),rank_default=rank_vue_vue_type_script_setup_true_lang_default,reading_lamp_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ReadingLamp",__name:"reading-lamp",setup(Ra){return(qa,Ja)=>(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=reading_lamp_vue_vue_type_script_setup_true_lang_default,reading_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Reading",__name:"reading",setup(Ra){return(qa,Ja)=>(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.36z"}),createBaseVNode("path",{fill:"currentColor",d:"M480 192h64v704h-64z"})]))}}),reading_default=reading_vue_vue_type_script_setup_true_lang_default,refresh_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"RefreshLeft",__name:"refresh-left",setup(Ra){return(qa,Ja)=>(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=refresh_left_vue_vue_type_script_setup_true_lang_default,refresh_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"RefreshRight",__name:"refresh-right",setup(Ra){return(qa,Ja)=>(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.88z"})]))}}),refresh_right_default=refresh_right_vue_vue_type_script_setup_true_lang_default,refresh_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Refresh",__name:"refresh",setup(Ra){return(qa,Ja)=>(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=refresh_vue_vue_type_script_setup_true_lang_default,refrigerator_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Refrigerator",__name:"refrigerator",setup(Ra){return(qa,Ja)=>(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=refrigerator_vue_vue_type_script_setup_true_lang_default,remove_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"RemoveFilled",__name:"remove-filled",setup(Ra){return(qa,Ja)=>(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=remove_filled_vue_vue_type_script_setup_true_lang_default,remove_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Remove",__name:"remove",setup(Ra){return(qa,Ja)=>(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=remove_vue_vue_type_script_setup_true_lang_default,right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Right",__name:"right",setup(Ra){return(qa,Ja)=>(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=right_vue_vue_type_script_setup_true_lang_default,scale_to_original_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ScaleToOriginal",__name:"scale-to-original",setup(Ra){return(qa,Ja)=>(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.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zm-361.412 0a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118M512 361.412a30.118 30.118 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.118 30.118 0 0 0 512 361.412M512 512a30.118 30.118 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.118 30.118 0 0 0 512 512"})]))}}),scale_to_original_default=scale_to_original_vue_vue_type_script_setup_true_lang_default,school_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"School",__name:"school",setup(Ra){return(qa,Ja)=>(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=school_vue_vue_type_script_setup_true_lang_default,scissor_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Scissor",__name:"scissor",setup(Ra){return(qa,Ja)=>(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=scissor_vue_vue_type_script_setup_true_lang_default,search_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Search",__name:"search",setup(Ra){return(qa,Ja)=>(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=search_vue_vue_type_script_setup_true_lang_default,select_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Select",__name:"select",setup(Ra){return(qa,Ja)=>(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.496z"})]))}}),select_default=select_vue_vue_type_script_setup_true_lang_default,sell_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sell",__name:"sell",setup(Ra){return(qa,Ja)=>(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 128c-70.272 0-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.248z"})]))}}),sell_default=sell_vue_vue_type_script_setup_true_lang_default,semi_select_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SemiSelect",__name:"semi-select",setup(Ra){return(qa,Ja)=>(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=semi_select_vue_vue_type_script_setup_true_lang_default,service_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Service",__name:"service",setup(Ra){return(qa,Ja)=>(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.064 192.064 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.235 193.235 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=service_vue_vue_type_script_setup_true_lang_default,set_up_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SetUp",__name:"set-up",setup(Ra){return(qa,Ja)=>(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=set_up_vue_vue_type_script_setup_true_lang_default,setting_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Setting",__name:"setting",setup(Ra){return(qa,Ja)=>(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.12 357.12 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.48a351.616 351.616 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.12 357.12 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.113 294.113 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.12 293.12 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.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 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.12 293.12 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.232a287.616 287.616 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=setting_vue_vue_type_script_setup_true_lang_default,share_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Share",__name:"share",setup(Ra){return(qa,Ja)=>(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.808 127.808 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=share_vue_vue_type_script_setup_true_lang_default,ship_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Ship",__name:"ship",setup(Ra){return(qa,Ja)=>(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.2H185.408"})]))}}),ship_default=ship_vue_vue_type_script_setup_true_lang_default,shop_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Shop",__name:"shop",setup(Ra){return(qa,Ja)=>(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=shop_vue_vue_type_script_setup_true_lang_default,shopping_bag_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ShoppingBag",__name:"shopping-bag",setup(Ra){return(qa,Ja)=>(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=shopping_bag_vue_vue_type_script_setup_true_lang_default,shopping_cart_full_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ShoppingCartFull",__name:"shopping-cart-full",setup(Ra){return(qa,Ja)=>(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.44l76.8 384z"}),createBaseVNode("path",{fill:"currentColor",d:"M699.648 256 608 145.984 516.352 256h183.296zm-140.8-151.04a64 64 0 0 1 98.304 0L836.352 320H379.648l179.2-215.04"})]))}}),shopping_cart_full_default=shopping_cart_full_vue_vue_type_script_setup_true_lang_default,shopping_cart_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ShoppingCart",__name:"shopping-cart",setup(Ra){return(qa,Ja)=>(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.44l76.8 384z"})]))}}),shopping_cart_default=shopping_cart_vue_vue_type_script_setup_true_lang_default,shopping_trolley_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ShoppingTrolley",__name:"shopping-trolley",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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=shopping_trolley_vue_vue_type_script_setup_true_lang_default,smoking_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Smoking",__name:"smoking",setup(Ra){return(qa,Ja)=>(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=smoking_vue_vue_type_script_setup_true_lang_default,soccer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Soccer",__name:"soccer",setup(Ra){return(qa,Ja)=>(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.056 573.056 0 0 0 224.832-137.216 573.12 573.12 0 0 0 137.216-224.832L533.888 171.84a578.56 578.56 0 0 0-227.52 138.496A567.68 567.68 0 0 0 170.432 532.48l320.384 320.384zM871.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.944-199.936 199.936-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.248l45.248 45.248z"})]))}}),soccer_default=soccer_vue_vue_type_script_setup_true_lang_default,sold_out_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SoldOut",__name:"sold-out",setup(Ra){return(qa,Ja)=>(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 128c-70.272 0-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=sold_out_vue_vue_type_script_setup_true_lang_default,sort_down_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SortDown",__name:"sort-down",setup(Ra){return(qa,Ja)=>(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=sort_down_vue_vue_type_script_setup_true_lang_default,sort_up_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SortUp",__name:"sort-up",setup(Ra){return(qa,Ja)=>(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=sort_up_vue_vue_type_script_setup_true_lang_default,sort_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sort",__name:"sort",setup(Ra){return(qa,Ja)=>(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 0V141.248z"})]))}}),sort_default=sort_vue_vue_type_script_setup_true_lang_default,stamp_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Stamp",__name:"stamp",setup(Ra){return(qa,Ja)=>(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=stamp_vue_vue_type_script_setup_true_lang_default,star_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"StarFilled",__name:"star-filled",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M283.84 867.84 512 747.776l228.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.72z"})]))}}),star_filled_default=star_filled_vue_vue_type_script_setup_true_lang_default,star_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Star",__name:"star",setup(Ra){return(qa,Ja)=>(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=star_vue_vue_type_script_setup_true_lang_default,stopwatch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Stopwatch",__name:"stopwatch",setup(Ra){return(qa,Ja)=>(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=stopwatch_vue_vue_type_script_setup_true_lang_default,success_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SuccessFilled",__name:"success-filled",setup(Ra){return(qa,Ja)=>(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.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),success_filled_default=success_filled_vue_vue_type_script_setup_true_lang_default,sugar_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sugar",__name:"sugar",setup(Ra){return(qa,Ja)=>(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.16l-109.248 19.2zm-548.8 198.72h447.168v2.24l60.8-60.8a63.808 63.808 0 0 0 18.752-44.416h-426.88l-89.664 89.728a64.064 64.064 0 0 0-10.24 13.248zm0 64c2.752 4.736 6.144 9.152 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.632l-137.6 24.256zm633.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=sugar_vue_vue_type_script_setup_true_lang_default,suitcase_line_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SuitcaseLine",__name:"suitcase-line",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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.5C77.16 253.82 64.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=suitcase_line_vue_vue_type_script_setup_true_lang_default,suitcase_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Suitcase",__name:"suitcase",setup(Ra){return(qa,Ja)=>(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=suitcase_vue_vue_type_script_setup_true_lang_default,sunny_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sunny",__name:"sunny",setup(Ra){return(qa,Ja)=>(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.248zm543.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 0zm543.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=sunny_vue_vue_type_script_setup_true_lang_default,sunrise_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sunrise",__name:"sunrise",setup(Ra){return(qa,Ja)=>(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 0h-64.32zM512 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 0zm-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=sunrise_vue_vue_type_script_setup_true_lang_default,sunset_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Sunset",__name:"sunset",setup(Ra){return(qa,Ja)=>(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=sunset_vue_vue_type_script_setup_true_lang_default,switch_button_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SwitchButton",__name:"switch-button",setup(Ra){return(qa,Ja)=>(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.128z"}),createBaseVNode("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"})]))}}),switch_button_default=switch_button_vue_vue_type_script_setup_true_lang_default,switch_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"SwitchFilled",__name:"switch-filled",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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.36z"}),createBaseVNode("path",{fill:"currentColor",d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.655 196.655 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.67 196.67 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.42zm-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.695 131.695 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.655 196.655 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.69 196.69 0 0 0 139.08-57.61A196.655 196.655 0 0 0 896 699.31V325.29a196.69 196.69 0 0 0-57.61-139.08zm-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.82z"})]))}}),switch_filled_default=switch_filled_vue_vue_type_script_setup_true_lang_default,switch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Switch",__name:"switch",setup(Ra){return(qa,Ja)=>(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.344zM64 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=switch_vue_vue_type_script_setup_true_lang_default,takeaway_box_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TakeawayBox",__name:"takeaway-box",setup(Ra){return(qa,Ja)=>(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=takeaway_box_vue_vue_type_script_setup_true_lang_default,ticket_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Ticket",__name:"ticket",setup(Ra){return(qa,Ja)=>(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=ticket_vue_vue_type_script_setup_true_lang_default,tickets_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Tickets",__name:"tickets",setup(Ra){return(qa,Ja)=>(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=tickets_vue_vue_type_script_setup_true_lang_default,timer_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Timer",__name:"timer",setup(Ra){return(qa,Ja)=>(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=timer_vue_vue_type_script_setup_true_lang_default,toilet_paper_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ToiletPaper",__name:"toilet-paper",setup(Ra){return(qa,Ja)=>(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=toilet_paper_vue_vue_type_script_setup_true_lang_default,tools_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Tools",__name:"tools",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M764.416 254.72a351.68 351.68 0 0 1 86.336 149.184H960v192.064H850.752a351.68 351.68 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.68 351.68 0 0 1-86.336-149.312H64v-192h109.248a351.68 351.68 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=tools_vue_vue_type_script_setup_true_lang_default,top_left_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TopLeft",__name:"top-left",setup(Ra){return(qa,Ja)=>(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.312l-544-544z"})]))}}),top_left_default=top_left_vue_vue_type_script_setup_true_lang_default,top_right_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TopRight",__name:"top-right",setup(Ra){return(qa,Ja)=>(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.312l544-544z"})]))}}),top_right_default=top_right_vue_vue_type_script_setup_true_lang_default,top_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Top",__name:"top",setup(Ra){return(qa,Ja)=>(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=top_vue_vue_type_script_setup_true_lang_default,trend_charts_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TrendCharts",__name:"trend-charts",setup(Ra){return(qa,Ja)=>(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.624 139.84-156.608zM816 352a48 48 0 1 0-96 0 48 48 0 0 0 96 0"})]))}}),trend_charts_default=trend_charts_vue_vue_type_script_setup_true_lang_default,trophy_base_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TrophyBase",__name:"trophy-base",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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.4C752 67.2 745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6C259.2 80 256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4 3.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.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.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.4zM256 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.6C342.4 480 320 438.4 320 384V128h384v256c0 54.4-19.2 99.2-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.2zM768 896H256c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6"})]))}}),trophy_base_default=trophy_base_vue_vue_type_script_setup_true_lang_default,trophy_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Trophy",__name:"trophy",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[createBaseVNode("path",{fill:"currentColor",d:"M480 896V702.08A256.256 256.256 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.256 256.256 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=trophy_vue_vue_type_script_setup_true_lang_default,turn_off_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"TurnOff",__name:"turn-off",setup(Ra){return(qa,Ja)=>(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.36z"}),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=turn_off_vue_vue_type_script_setup_true_lang_default,umbrella_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Umbrella",__name:"umbrella",setup(Ra){return(qa,Ja)=>(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=umbrella_vue_vue_type_script_setup_true_lang_default,unlock_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Unlock",__name:"unlock",setup(Ra){return(qa,Ja)=>(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=unlock_vue_vue_type_script_setup_true_lang_default,upload_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"UploadFilled",__name:"upload-filled",setup(Ra){return(qa,Ja)=>(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.808 239.808 0 0 1 512 192a239.872 239.872 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=upload_filled_vue_vue_type_script_setup_true_lang_default,upload_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Upload",__name:"upload",setup(Ra){return(qa,Ja)=>(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=upload_vue_vue_type_script_setup_true_lang_default,user_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"UserFilled",__name:"user-filled",setup(Ra){return(qa,Ja)=>(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=user_filled_vue_vue_type_script_setup_true_lang_default,user_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"User",__name:"user",setup(Ra){return(qa,Ja)=>(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=user_vue_vue_type_script_setup_true_lang_default,van_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Van",__name:"van",setup(Ra){return(qa,Ja)=>(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-96H704v96h151.872M688 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=van_vue_vue_type_script_setup_true_lang_default,video_camera_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"VideoCameraFilled",__name:"video-camera-filled",setup(Ra){return(qa,Ja)=>(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=video_camera_filled_vue_vue_type_script_setup_true_lang_default,video_camera_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"VideoCamera",__name:"video-camera",setup(Ra){return(qa,Ja)=>(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=video_camera_vue_vue_type_script_setup_true_lang_default,video_pause_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"VideoPause",__name:"video-pause",setup(Ra){return(qa,Ja)=>(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=video_pause_vue_vue_type_script_setup_true_lang_default,video_play_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"VideoPlay",__name:"video-play",setup(Ra){return(qa,Ja)=>(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=video_play_vue_vue_type_script_setup_true_lang_default,view_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"View",__name:"view",setup(Ra){return(qa,Ja)=>(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-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"})]))}}),view_default=view_vue_vue_type_script_setup_true_lang_default,wallet_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"WalletFilled",__name:"wallet-filled",setup(Ra){return(qa,Ja)=>(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=wallet_filled_vue_vue_type_script_setup_true_lang_default,wallet_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Wallet",__name:"wallet",setup(Ra){return(qa,Ja)=>(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=wallet_vue_vue_type_script_setup_true_lang_default,warn_triangle_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"WarnTriangleFilled",__name:"warn-triangle-filled",setup(Ra){return(qa,Ja)=>(openBlock(),createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},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.49 12.91-20.12 12.92-44.91.01-65.03M554.67 768h-85.33v-85.33h85.33zm0-426.67v298.66h-85.33V341.32z"})]))}}),warn_triangle_filled_default=warn_triangle_filled_vue_vue_type_script_setup_true_lang_default,warning_filled_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"WarningFilled",__name:"warning-filled",setup(Ra){return(qa,Ja)=>(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.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 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=warning_filled_vue_vue_type_script_setup_true_lang_default,warning_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Warning",__name:"warning",setup(Ra){return(qa,Ja)=>(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=warning_vue_vue_type_script_setup_true_lang_default,watch_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Watch",__name:"watch",setup(Ra){return(qa,Ja)=>(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=watch_vue_vue_type_script_setup_true_lang_default,watermelon_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"Watermelon",__name:"watermelon",setup(Ra){return(qa,Ja)=>(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-632l632 632"})]))}}),watermelon_default=watermelon_vue_vue_type_script_setup_true_lang_default,wind_power_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"WindPower",__name:"wind-power",setup(Ra){return(qa,Ja)=>(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=wind_power_vue_vue_type_script_setup_true_lang_default,zoom_in_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ZoomIn",__name:"zoom-in",setup(Ra){return(qa,Ja)=>(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=zoom_in_vue_vue_type_script_setup_true_lang_default,zoom_out_vue_vue_type_script_setup_true_lang_default=defineComponent({name:"ZoomOut",__name:"zoom-out",setup(Ra){return(qa,Ja)=>(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=zoom_out_vue_vue_type_script_setup_true_lang_default;const ElementPlusIconsVue=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,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,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,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,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,Message:message_default,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,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,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,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,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"})),epPropKey="__epPropKey",definePropType=Ra=>Ra,isEpProp=Ra=>isObject$5(Ra)&&!!Ra[epPropKey],buildProp=(Ra,qa)=>{if(!isObject$5(Ra)||isEpProp(Ra))return Ra;const{values:Ja,required:ed,default:td,type:rd,validator:od}=Ra,ld={type:rd,required:!!ed,validator:Ja||od?cd=>{let ud=!1,gd=[];if(Ja&&(gd=Array.from(Ja),hasOwn$1(Ra,"default")&&gd.push(td),ud||(ud=gd.includes(cd))),od&&(ud||(ud=od(cd))),!ud&&gd.length>0){const _d=[...new Set(gd)].map(yd=>JSON.stringify(yd)).join(", ");warn$2(`Invalid prop: validation failed${qa?` for prop "${qa}"`:""}. Expected one of [${_d}], got value ${JSON.stringify(cd)}.`)}return ud}:void 0,[epPropKey]:!0};return hasOwn$1(Ra,"default")&&(ld.default=td),ld},buildProps=Ra=>fromPairs(Object.entries(Ra).map(([qa,Ja])=>[qa,buildProp(Ja,qa)])),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={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},withInstall=(Ra,qa)=>{if(Ra.install=Ja=>{for(const ed of[Ra,...Object.values(qa??{})])Ja.component(ed.name,ed)},qa)for(const[Ja,ed]of Object.entries(qa))Ra[Ja]=ed;return Ra},withInstallFunction=(Ra,qa)=>(Ra.install=Ja=>{Ra._context=Ja._context,Ja.config.globalProperties[qa]=Ra},Ra),withInstallDirective=(Ra,qa)=>(Ra.install=Ja=>{Ja.directive(qa,Ra)},Ra),withNoopInstall=Ra=>(Ra.install=NOOP,Ra),composeRefs=(...Ra)=>qa=>{Ra.forEach(Ja=>{isFunction$4(Ja)?Ja(qa):Ja.value=qa})},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"},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",INSTALLED_KEY=Symbol("INSTALLED_KEY"),componentSizes=["","default","small","large"],isValidComponentSize=Ra=>["",...componentSizes].includes(Ra);var PatchFlags=(Ra=>(Ra[Ra.TEXT=1]="TEXT",Ra[Ra.CLASS=2]="CLASS",Ra[Ra.STYLE=4]="STYLE",Ra[Ra.PROPS=8]="PROPS",Ra[Ra.FULL_PROPS=16]="FULL_PROPS",Ra[Ra.HYDRATE_EVENTS=32]="HYDRATE_EVENTS",Ra[Ra.STABLE_FRAGMENT=64]="STABLE_FRAGMENT",Ra[Ra.KEYED_FRAGMENT=128]="KEYED_FRAGMENT",Ra[Ra.UNKEYED_FRAGMENT=256]="UNKEYED_FRAGMENT",Ra[Ra.NEED_PATCH=512]="NEED_PATCH",Ra[Ra.DYNAMIC_SLOTS=1024]="DYNAMIC_SLOTS",Ra[Ra.HOISTED=-1]="HOISTED",Ra[Ra.BAIL=-2]="BAIL",Ra))(PatchFlags||{});function isFragment(Ra){return isVNode(Ra)&&Ra.type===Fragment}function isComment$1(Ra){return isVNode(Ra)&&Ra.type===Comment}function isValidElementNode(Ra){return isVNode(Ra)&&!isFragment(Ra)&&!isComment$1(Ra)}const getNormalizedProps=Ra=>{if(!isVNode(Ra))return{};const qa=Ra.props||{},Ja=(isVNode(Ra.type)?Ra.type.props:void 0)||{},ed={};return Object.keys(Ja).forEach(td=>{hasOwn$1(Ja[td],"default")&&(ed[td]=Ja[td].default)}),Object.keys(qa).forEach(td=>{ed[camelize(td)]=qa[td]}),ed},ensureOnlyChild=Ra=>{if(!isArray$2(Ra)||Ra.length>1)throw new Error("expect to receive a single Vue element child");return Ra[0]},flattedChildren=Ra=>{const qa=isArray$2(Ra)?Ra:[Ra],Ja=[];return qa.forEach(ed=>{var td;isArray$2(ed)?Ja.push(...flattedChildren(ed)):isVNode(ed)&&isArray$2(ed.children)?Ja.push(...flattedChildren(ed.children)):(Ja.push(ed),isVNode(ed)&&((td=ed.component)!=null&&td.subTree)&&Ja.push(...flattedChildren(ed.component.subTree)))}),Ja},unique=Ra=>[...new Set(Ra)],castArray=Ra=>!Ra&&Ra!==0?[]:Array.isArray(Ra)?Ra:[Ra],isKorean=Ra=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(Ra),mutable=Ra=>Ra;function throttleByRaf(Ra){let qa=0;const Ja=(...ed)=>{qa&&cAF(qa),qa=rAF(()=>{Ra(...ed),qa=0})};return Ja.cancel=()=>{cAF(qa),qa=0},Ja}const DEFAULT_EXCLUDE_KEYS=["class","style"],LISTENER_PREFIX=/^on[A-Z]/,useAttrs=(Ra={})=>{const{excludeListeners:qa=!1,excludeKeys:Ja}=Ra,ed=computed(()=>((Ja==null?void 0:Ja.value)||[]).concat(DEFAULT_EXCLUDE_KEYS)),td=getCurrentInstance();return computed(td?()=>{var rd;return fromPairs(Object.entries((rd=td.proxy)==null?void 0:rd.$attrs).filter(([od])=>!ed.value.includes(od)&&!(qa&&LISTENER_PREFIX.test(od))))}:()=>({}))},useDeprecated=({from:Ra,replacement:qa,scope:Ja,version:ed,ref:td,type:rd="API"},od)=>{watch(()=>unref(od),sd=>{},{immediate:!0})},useDraggable=(Ra,qa,Ja,ed)=>{let td={offsetX:0,offsetY:0};const rd=cd=>{const ud=cd.clientX,gd=cd.clientY,{offsetX:_d,offsetY:yd}=td,Ed=Ra.value.getBoundingClientRect(),Td=Ed.left,Od=Ed.top,Ad=Ed.width,Nd=Ed.height,kd=document.documentElement.clientWidth,Id=document.documentElement.clientHeight,Rd=-Td+_d,Md=-Od+yd,Ld=kd-Td-Ad+_d,jd=Id-Od-Nd+yd,Pd=Ud=>{let Vd=_d+Ud.clientX-ud,qd=yd+Ud.clientY-gd;ed!=null&&ed.value||(Vd=Math.min(Math.max(Vd,Rd),Ld),qd=Math.min(Math.max(qd,Md),jd)),td={offsetX:Vd,offsetY:qd},Ra.value&&(Ra.value.style.transform=`translate(${addUnit(Vd)}, ${addUnit(qd)})`)},Fd=()=>{document.removeEventListener("mousemove",Pd),document.removeEventListener("mouseup",Fd)};document.addEventListener("mousemove",Pd),document.addEventListener("mouseup",Fd)},od=()=>{qa.value&&Ra.value&&qa.value.addEventListener("mousedown",rd)},sd=()=>{qa.value&&Ra.value&&qa.value.removeEventListener("mousedown",rd)},ld=()=>{td={offsetX:0,offsetY:0},Ra.value&&(Ra.value.style.transform="none")};return onMounted(()=>{watchEffect(()=>{Ja.value?od():sd()})}),onBeforeUnmount(()=>{sd()}),{resetPosition:ld}};var English={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"},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",week:"week",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"},tour:{next:"Next",previous:"Previous",finish:"Finish"},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=Ra=>(qa,Ja)=>translate(qa,Ja,unref(Ra)),translate=(Ra,qa,Ja)=>get$2(Ja,Ra,Ra).replace(/\{(\w+)\}/g,(ed,td)=>{var rd;return`${(rd=qa==null?void 0:qa[td])!=null?rd:`{${td}}`}`}),buildLocaleContext=Ra=>{const qa=computed(()=>unref(Ra).name),Ja=isRef(Ra)?Ra:ref$1(Ra);return{lang:qa,locale:Ja,t:buildTranslator(Ra)}},localeContextKey=Symbol("localeContextKey"),useLocale=Ra=>{const qa=Ra||inject(localeContextKey,ref$1());return buildLocaleContext(computed(()=>qa.value||English))},defaultNamespace="el",statePrefix="is-",_bem=(Ra,qa,Ja,ed,td)=>{let rd=`${Ra}-${qa}`;return Ja&&(rd+=`-${Ja}`),ed&&(rd+=`__${ed}`),td&&(rd+=`--${td}`),rd},namespaceContextKey=Symbol("namespaceContextKey"),useGetDerivedNamespace=Ra=>{const qa=Ra||(getCurrentInstance()?inject(namespaceContextKey,ref$1(defaultNamespace)):ref$1(defaultNamespace));return computed(()=>unref(qa)||defaultNamespace)},useNamespace=(Ra,qa)=>{const Ja=useGetDerivedNamespace(qa);return{namespace:Ja,b:(Td="")=>_bem(Ja.value,Ra,Td,"",""),e:Td=>Td?_bem(Ja.value,Ra,"",Td,""):"",m:Td=>Td?_bem(Ja.value,Ra,"","",Td):"",be:(Td,Od)=>Td&&Od?_bem(Ja.value,Ra,Td,Od,""):"",em:(Td,Od)=>Td&&Od?_bem(Ja.value,Ra,"",Td,Od):"",bm:(Td,Od)=>Td&&Od?_bem(Ja.value,Ra,Td,"",Od):"",bem:(Td,Od,Ad)=>Td&&Od&&Ad?_bem(Ja.value,Ra,Td,Od,Ad):"",is:(Td,...Od)=>{const Ad=Od.length>=1?Od[0]:!0;return Td&&Ad?`${statePrefix}${Td}`:""},cssVar:Td=>{const Od={};for(const Ad in Td)Td[Ad]&&(Od[`--${Ja.value}-${Ad}`]=Td[Ad]);return Od},cssVarName:Td=>`--${Ja.value}-${Td}`,cssVarBlock:Td=>{const Od={};for(const Ad in Td)Td[Ad]&&(Od[`--${Ja.value}-${Ra}-${Ad}`]=Td[Ad]);return Od},cssVarBlockName:Td=>`--${Ja.value}-${Ra}-${Td}`}},useLockscreen=(Ra,qa={})=>{isRef(Ra)||throwError$1("[useLockscreen]","You need to pass a ref param to this function");const Ja=qa.ns||useNamespace("popup"),ed=computed(()=>Ja.bm("parent","hidden"));if(!isClient||hasClass(document.body,ed.value))return;let td=0,rd=!1,od="0";const sd=()=>{setTimeout(()=>{removeClass(document==null?void 0:document.body,ed.value),rd&&document&&(document.body.style.width=od)},200)};watch(Ra,ld=>{if(!ld){sd();return}rd=!hasClass(document.body,ed.value),rd&&(od=document.body.style.width),td=getScrollBarWidth(Ja.namespace.value);const cd=document.documentElement.clientHeight<document.body.scrollHeight,ud=getStyle(document.body,"overflowY");td>0&&(cd||ud==="scroll")&&rd&&(document.body.style.width=`calc(100% - ${td}px)`),addClass(document.body,ed.value)}),onScopeDispose(()=>sd())},_prop=buildProp({type:definePropType(Boolean),default:null}),_event=buildProp({type:definePropType(Function)}),createModelToggleComposable=Ra=>{const qa=`update:${Ra}`,Ja=`onUpdate:${Ra}`,ed=[qa],td={[Ra]:_prop,[Ja]:_event};return{useModelToggle:({indicator:od,toggleReason:sd,shouldHideWhenRouteChanges:ld,shouldProceed:cd,onShow:ud,onHide:gd})=>{const _d=getCurrentInstance(),{emit:yd}=_d,Ed=_d.props,Td=computed(()=>isFunction$4(Ed[Ja])),Od=computed(()=>Ed[Ra]===null),Ad=Ld=>{od.value!==!0&&(od.value=!0,sd&&(sd.value=Ld),isFunction$4(ud)&&ud(Ld))},Nd=Ld=>{od.value!==!1&&(od.value=!1,sd&&(sd.value=Ld),isFunction$4(gd)&&gd(Ld))},kd=Ld=>{if(Ed.disabled===!0||isFunction$4(cd)&&!cd())return;const jd=Td.value&&isClient;jd&&yd(qa,!0),(Od.value||!jd)&&Ad(Ld)},Id=Ld=>{if(Ed.disabled===!0||!isClient)return;const jd=Td.value&&isClient;jd&&yd(qa,!1),(Od.value||!jd)&&Nd(Ld)},Rd=Ld=>{isBoolean$3(Ld)&&(Ed.disabled&&Ld?Td.value&&yd(qa,!1):od.value!==Ld&&(Ld?Ad():Nd()))},Md=()=>{od.value?Id():kd()};return watch(()=>Ed[Ra],Rd),ld&&_d.appContext.config.globalProperties.$route!==void 0&&watch(()=>({..._d.proxy.$route}),()=>{ld.value&&od.value&&Id()}),onMounted(()=>{Rd(Ed[Ra])}),{hide:Id,show:kd,toggle:Md,hasUpdateHandler:Td}},useModelToggleProps:td,useModelToggleEmits:ed}};createModelToggleComposable("modelValue");const useProp=Ra=>{const qa=getCurrentInstance();return computed(()=>{var Ja,ed;return(ed=(Ja=qa==null?void 0:qa.proxy)==null?void 0:Ja.$props)==null?void 0:ed[Ra]})};var E$4="top",R$4="bottom",W$4="right",P$5="left",me$2="auto",G$5=[E$4,R$4,W$4,P$5],U$5="start",J$4="end",Xe$3="clippingParents",je$5="viewport",K$4="popper",Ye$3="reference",De$3=G$5.reduce(function(Ra,qa){return Ra.concat([qa+"-"+U$5,qa+"-"+J$4])},[]),Ee$4=[].concat(G$5,[me$2]).reduce(function(Ra,qa){return Ra.concat([qa,qa+"-"+U$5,qa+"-"+J$4])},[]),Ge$3="beforeRead",Je$3="read",Ke$3="afterRead",Qe$3="beforeMain",Ze$4="main",et$4="afterMain",tt$4="beforeWrite",nt$3="write",rt$3="afterWrite",ot$3=[Ge$3,Je$3,Ke$3,Qe$3,Ze$4,et$4,tt$4,nt$3,rt$3];function C$2(Ra){return Ra?(Ra.nodeName||"").toLowerCase():null}function H$4(Ra){if(Ra==null)return window;if(Ra.toString()!=="[object Window]"){var qa=Ra.ownerDocument;return qa&&qa.defaultView||window}return Ra}function Q$5(Ra){var qa=H$4(Ra).Element;return Ra instanceof qa||Ra instanceof Element}function B$3(Ra){var qa=H$4(Ra).HTMLElement;return Ra instanceof qa||Ra instanceof HTMLElement}function Pe$5(Ra){if(typeof ShadowRoot>"u")return!1;var qa=H$4(Ra).ShadowRoot;return Ra instanceof qa||Ra instanceof ShadowRoot}function Mt$4(Ra){var qa=Ra.state;Object.keys(qa.elements).forEach(function(Ja){var ed=qa.styles[Ja]||{},td=qa.attributes[Ja]||{},rd=qa.elements[Ja];!B$3(rd)||!C$2(rd)||(Object.assign(rd.style,ed),Object.keys(td).forEach(function(od){var sd=td[od];sd===!1?rd.removeAttribute(od):rd.setAttribute(od,sd===!0?"":sd)}))})}function Rt$5(Ra){var qa=Ra.state,Ja={popper:{position:qa.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(qa.elements.popper.style,Ja.popper),qa.styles=Ja,qa.elements.arrow&&Object.assign(qa.elements.arrow.style,Ja.arrow),function(){Object.keys(qa.elements).forEach(function(ed){var td=qa.elements[ed],rd=qa.attributes[ed]||{},od=Object.keys(qa.styles.hasOwnProperty(ed)?qa.styles[ed]:Ja[ed]),sd=od.reduce(function(ld,cd){return ld[cd]="",ld},{});!B$3(td)||!C$2(td)||(Object.assign(td.style,sd),Object.keys(rd).forEach(function(ld){td.removeAttribute(ld)}))})}}var Ae$3={name:"applyStyles",enabled:!0,phase:"write",fn:Mt$4,effect:Rt$5,requires:["computeStyles"]};function q$4(Ra){return Ra.split("-")[0]}var X$5=Math.max,ve$4=Math.min,Z$3=Math.round;function ee$5(Ra,qa){qa===void 0&&(qa=!1);var Ja=Ra.getBoundingClientRect(),ed=1,td=1;if(B$3(Ra)&&qa){var rd=Ra.offsetHeight,od=Ra.offsetWidth;od>0&&(ed=Z$3(Ja.width)/od||1),rd>0&&(td=Z$3(Ja.height)/rd||1)}return{width:Ja.width/ed,height:Ja.height/td,top:Ja.top/td,right:Ja.right/ed,bottom:Ja.bottom/td,left:Ja.left/ed,x:Ja.left/ed,y:Ja.top/td}}function ke$4(Ra){var qa=ee$5(Ra),Ja=Ra.offsetWidth,ed=Ra.offsetHeight;return Math.abs(qa.width-Ja)<=1&&(Ja=qa.width),Math.abs(qa.height-ed)<=1&&(ed=qa.height),{x:Ra.offsetLeft,y:Ra.offsetTop,width:Ja,height:ed}}function it$5(Ra,qa){var Ja=qa.getRootNode&&qa.getRootNode();if(Ra.contains(qa))return!0;if(Ja&&Pe$5(Ja)){var ed=qa;do{if(ed&&Ra.isSameNode(ed))return!0;ed=ed.parentNode||ed.host}while(ed)}return!1}function N$6(Ra){return H$4(Ra).getComputedStyle(Ra)}function Wt$2(Ra){return["table","td","th"].indexOf(C$2(Ra))>=0}function I$3(Ra){return((Q$5(Ra)?Ra.ownerDocument:Ra.document)||window.document).documentElement}function ge$7(Ra){return C$2(Ra)==="html"?Ra:Ra.assignedSlot||Ra.parentNode||(Pe$5(Ra)?Ra.host:null)||I$3(Ra)}function at$4(Ra){return!B$3(Ra)||N$6(Ra).position==="fixed"?null:Ra.offsetParent}function Bt$5(Ra){var qa=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,Ja=navigator.userAgent.indexOf("Trident")!==-1;if(Ja&&B$3(Ra)){var ed=N$6(Ra);if(ed.position==="fixed")return null}var td=ge$7(Ra);for(Pe$5(td)&&(td=td.host);B$3(td)&&["html","body"].indexOf(C$2(td))<0;){var rd=N$6(td);if(rd.transform!=="none"||rd.perspective!=="none"||rd.contain==="paint"||["transform","perspective"].indexOf(rd.willChange)!==-1||qa&&rd.willChange==="filter"||qa&&rd.filter&&rd.filter!=="none")return td;td=td.parentNode}return null}function se$3(Ra){for(var qa=H$4(Ra),Ja=at$4(Ra);Ja&&Wt$2(Ja)&&N$6(Ja).position==="static";)Ja=at$4(Ja);return Ja&&(C$2(Ja)==="html"||C$2(Ja)==="body"&&N$6(Ja).position==="static")?qa:Ja||Bt$5(Ra)||qa}function Le$4(Ra){return["top","bottom"].indexOf(Ra)>=0?"x":"y"}function fe$4(Ra,qa,Ja){return X$5(Ra,ve$4(qa,Ja))}function St$4(Ra,qa,Ja){var ed=fe$4(Ra,qa,Ja);return ed>Ja?Ja:ed}function st$3(){return{top:0,right:0,bottom:0,left:0}}function ft$3(Ra){return Object.assign({},st$3(),Ra)}function ct$2(Ra,qa){return qa.reduce(function(Ja,ed){return Ja[ed]=Ra,Ja},{})}var Tt$4=function(Ra,qa){return Ra=typeof Ra=="function"?Ra(Object.assign({},qa.rects,{placement:qa.placement})):Ra,ft$3(typeof Ra!="number"?Ra:ct$2(Ra,G$5))};function Ht$3(Ra){var qa,Ja=Ra.state,ed=Ra.name,td=Ra.options,rd=Ja.elements.arrow,od=Ja.modifiersData.popperOffsets,sd=q$4(Ja.placement),ld=Le$4(sd),cd=[P$5,W$4].indexOf(sd)>=0,ud=cd?"height":"width";if(!(!rd||!od)){var gd=Tt$4(td.padding,Ja),_d=ke$4(rd),yd=ld==="y"?E$4:P$5,Ed=ld==="y"?R$4:W$4,Td=Ja.rects.reference[ud]+Ja.rects.reference[ld]-od[ld]-Ja.rects.popper[ud],Od=od[ld]-Ja.rects.reference[ld],Ad=se$3(rd),Nd=Ad?ld==="y"?Ad.clientHeight||0:Ad.clientWidth||0:0,kd=Td/2-Od/2,Id=gd[yd],Rd=Nd-_d[ud]-gd[Ed],Md=Nd/2-_d[ud]/2+kd,Ld=fe$4(Id,Md,Rd),jd=ld;Ja.modifiersData[ed]=(qa={},qa[jd]=Ld,qa.centerOffset=Ld-Md,qa)}}function Ct$4(Ra){var qa=Ra.state,Ja=Ra.options,ed=Ja.element,td=ed===void 0?"[data-popper-arrow]":ed;td!=null&&(typeof td=="string"&&(td=qa.elements.popper.querySelector(td),!td)||!it$5(qa.elements.popper,td)||(qa.elements.arrow=td))}var pt$4={name:"arrow",enabled:!0,phase:"main",fn:Ht$3,effect:Ct$4,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function te$4(Ra){return Ra.split("-")[1]}var qt$3={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Vt$3(Ra){var qa=Ra.x,Ja=Ra.y,ed=window,td=ed.devicePixelRatio||1;return{x:Z$3(qa*td)/td||0,y:Z$3(Ja*td)/td||0}}function ut$2(Ra){var qa,Ja=Ra.popper,ed=Ra.popperRect,td=Ra.placement,rd=Ra.variation,od=Ra.offsets,sd=Ra.position,ld=Ra.gpuAcceleration,cd=Ra.adaptive,ud=Ra.roundOffsets,gd=Ra.isFixed,_d=od.x,yd=_d===void 0?0:_d,Ed=od.y,Td=Ed===void 0?0:Ed,Od=typeof ud=="function"?ud({x:yd,y:Td}):{x:yd,y:Td};yd=Od.x,Td=Od.y;var Ad=od.hasOwnProperty("x"),Nd=od.hasOwnProperty("y"),kd=P$5,Id=E$4,Rd=window;if(cd){var Md=se$3(Ja),Ld="clientHeight",jd="clientWidth";if(Md===H$4(Ja)&&(Md=I$3(Ja),N$6(Md).position!=="static"&&sd==="absolute"&&(Ld="scrollHeight",jd="scrollWidth")),Md=Md,td===E$4||(td===P$5||td===W$4)&&rd===J$4){Id=R$4;var Pd=gd&&Md===Rd&&Rd.visualViewport?Rd.visualViewport.height:Md[Ld];Td-=Pd-ed.height,Td*=ld?1:-1}if(td===P$5||(td===E$4||td===R$4)&&rd===J$4){kd=W$4;var Fd=gd&&Md===Rd&&Rd.visualViewport?Rd.visualViewport.width:Md[jd];yd-=Fd-ed.width,yd*=ld?1:-1}}var Ud=Object.assign({position:sd},cd&&qt$3),Vd=ud===!0?Vt$3({x:yd,y:Td}):{x:yd,y:Td};if(yd=Vd.x,Td=Vd.y,ld){var qd;return Object.assign({},Ud,(qd={},qd[Id]=Nd?"0":"",qd[kd]=Ad?"0":"",qd.transform=(Rd.devicePixelRatio||1)<=1?"translate("+yd+"px, "+Td+"px)":"translate3d("+yd+"px, "+Td+"px, 0)",qd))}return Object.assign({},Ud,(qa={},qa[Id]=Nd?Td+"px":"",qa[kd]=Ad?yd+"px":"",qa.transform="",qa))}function Nt$4(Ra){var qa=Ra.state,Ja=Ra.options,ed=Ja.gpuAcceleration,td=ed===void 0?!0:ed,rd=Ja.adaptive,od=rd===void 0?!0:rd,sd=Ja.roundOffsets,ld=sd===void 0?!0:sd,cd={placement:q$4(qa.placement),variation:te$4(qa.placement),popper:qa.elements.popper,popperRect:qa.rects.popper,gpuAcceleration:td,isFixed:qa.options.strategy==="fixed"};qa.modifiersData.popperOffsets!=null&&(qa.styles.popper=Object.assign({},qa.styles.popper,ut$2(Object.assign({},cd,{offsets:qa.modifiersData.popperOffsets,position:qa.options.strategy,adaptive:od,roundOffsets:ld})))),qa.modifiersData.arrow!=null&&(qa.styles.arrow=Object.assign({},qa.styles.arrow,ut$2(Object.assign({},cd,{offsets:qa.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:ld})))),qa.attributes.popper=Object.assign({},qa.attributes.popper,{"data-popper-placement":qa.placement})}var Me$6={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Nt$4,data:{}},ye$3={passive:!0};function It$4(Ra){var qa=Ra.state,Ja=Ra.instance,ed=Ra.options,td=ed.scroll,rd=td===void 0?!0:td,od=ed.resize,sd=od===void 0?!0:od,ld=H$4(qa.elements.popper),cd=[].concat(qa.scrollParents.reference,qa.scrollParents.popper);return rd&&cd.forEach(function(ud){ud.addEventListener("scroll",Ja.update,ye$3)}),sd&&ld.addEventListener("resize",Ja.update,ye$3),function(){rd&&cd.forEach(function(ud){ud.removeEventListener("scroll",Ja.update,ye$3)}),sd&&ld.removeEventListener("resize",Ja.update,ye$3)}}var Re$8={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:It$4,data:{}},_t$3={left:"right",right:"left",bottom:"top",top:"bottom"};function be$6(Ra){return Ra.replace(/left|right|bottom|top/g,function(qa){return _t$3[qa]})}var zt$1={start:"end",end:"start"};function lt$9(Ra){return Ra.replace(/start|end/g,function(qa){return zt$1[qa]})}function We$2(Ra){var qa=H$4(Ra),Ja=qa.pageXOffset,ed=qa.pageYOffset;return{scrollLeft:Ja,scrollTop:ed}}function Be$5(Ra){return ee$5(I$3(Ra)).left+We$2(Ra).scrollLeft}function Ft$5(Ra){var qa=H$4(Ra),Ja=I$3(Ra),ed=qa.visualViewport,td=Ja.clientWidth,rd=Ja.clientHeight,od=0,sd=0;return ed&&(td=ed.width,rd=ed.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(od=ed.offsetLeft,sd=ed.offsetTop)),{width:td,height:rd,x:od+Be$5(Ra),y:sd}}function Ut$3(Ra){var qa,Ja=I$3(Ra),ed=We$2(Ra),td=(qa=Ra.ownerDocument)==null?void 0:qa.body,rd=X$5(Ja.scrollWidth,Ja.clientWidth,td?td.scrollWidth:0,td?td.clientWidth:0),od=X$5(Ja.scrollHeight,Ja.clientHeight,td?td.scrollHeight:0,td?td.clientHeight:0),sd=-ed.scrollLeft+Be$5(Ra),ld=-ed.scrollTop;return N$6(td||Ja).direction==="rtl"&&(sd+=X$5(Ja.clientWidth,td?td.clientWidth:0)-rd),{width:rd,height:od,x:sd,y:ld}}function Se$4(Ra){var qa=N$6(Ra),Ja=qa.overflow,ed=qa.overflowX,td=qa.overflowY;return/auto|scroll|overlay|hidden/.test(Ja+td+ed)}function dt$4(Ra){return["html","body","#document"].indexOf(C$2(Ra))>=0?Ra.ownerDocument.body:B$3(Ra)&&Se$4(Ra)?Ra:dt$4(ge$7(Ra))}function ce$4(Ra,qa){var Ja;qa===void 0&&(qa=[]);var ed=dt$4(Ra),td=ed===((Ja=Ra.ownerDocument)==null?void 0:Ja.body),rd=H$4(ed),od=td?[rd].concat(rd.visualViewport||[],Se$4(ed)?ed:[]):ed,sd=qa.concat(od);return td?sd:sd.concat(ce$4(ge$7(od)))}function Te$4(Ra){return Object.assign({},Ra,{left:Ra.x,top:Ra.y,right:Ra.x+Ra.width,bottom:Ra.y+Ra.height})}function Xt$3(Ra){var qa=ee$5(Ra);return qa.top=qa.top+Ra.clientTop,qa.left=qa.left+Ra.clientLeft,qa.bottom=qa.top+Ra.clientHeight,qa.right=qa.left+Ra.clientWidth,qa.width=Ra.clientWidth,qa.height=Ra.clientHeight,qa.x=qa.left,qa.y=qa.top,qa}function ht$4(Ra,qa){return qa===je$5?Te$4(Ft$5(Ra)):Q$5(qa)?Xt$3(qa):Te$4(Ut$3(I$3(Ra)))}function Yt$2(Ra){var qa=ce$4(ge$7(Ra)),Ja=["absolute","fixed"].indexOf(N$6(Ra).position)>=0,ed=Ja&&B$3(Ra)?se$3(Ra):Ra;return Q$5(ed)?qa.filter(function(td){return Q$5(td)&&it$5(td,ed)&&C$2(td)!=="body"}):[]}function Gt$6(Ra,qa,Ja){var ed=qa==="clippingParents"?Yt$2(Ra):[].concat(qa),td=[].concat(ed,[Ja]),rd=td[0],od=td.reduce(function(sd,ld){var cd=ht$4(Ra,ld);return sd.top=X$5(cd.top,sd.top),sd.right=ve$4(cd.right,sd.right),sd.bottom=ve$4(cd.bottom,sd.bottom),sd.left=X$5(cd.left,sd.left),sd},ht$4(Ra,rd));return od.width=od.right-od.left,od.height=od.bottom-od.top,od.x=od.left,od.y=od.top,od}function mt$4(Ra){var qa=Ra.reference,Ja=Ra.element,ed=Ra.placement,td=ed?q$4(ed):null,rd=ed?te$4(ed):null,od=qa.x+qa.width/2-Ja.width/2,sd=qa.y+qa.height/2-Ja.height/2,ld;switch(td){case E$4:ld={x:od,y:qa.y-Ja.height};break;case R$4:ld={x:od,y:qa.y+qa.height};break;case W$4:ld={x:qa.x+qa.width,y:sd};break;case P$5:ld={x:qa.x-Ja.width,y:sd};break;default:ld={x:qa.x,y:qa.y}}var cd=td?Le$4(td):null;if(cd!=null){var ud=cd==="y"?"height":"width";switch(rd){case U$5:ld[cd]=ld[cd]-(qa[ud]/2-Ja[ud]/2);break;case J$4:ld[cd]=ld[cd]+(qa[ud]/2-Ja[ud]/2);break}}return ld}function ne$6(Ra,qa){qa===void 0&&(qa={});var Ja=qa,ed=Ja.placement,td=ed===void 0?Ra.placement:ed,rd=Ja.boundary,od=rd===void 0?Xe$3:rd,sd=Ja.rootBoundary,ld=sd===void 0?je$5:sd,cd=Ja.elementContext,ud=cd===void 0?K$4:cd,gd=Ja.altBoundary,_d=gd===void 0?!1:gd,yd=Ja.padding,Ed=yd===void 0?0:yd,Td=ft$3(typeof Ed!="number"?Ed:ct$2(Ed,G$5)),Od=ud===K$4?Ye$3:K$4,Ad=Ra.rects.popper,Nd=Ra.elements[_d?Od:ud],kd=Gt$6(Q$5(Nd)?Nd:Nd.contextElement||I$3(Ra.elements.popper),od,ld),Id=ee$5(Ra.elements.reference),Rd=mt$4({reference:Id,element:Ad,strategy:"absolute",placement:td}),Md=Te$4(Object.assign({},Ad,Rd)),Ld=ud===K$4?Md:Id,jd={top:kd.top-Ld.top+Td.top,bottom:Ld.bottom-kd.bottom+Td.bottom,left:kd.left-Ld.left+Td.left,right:Ld.right-kd.right+Td.right},Pd=Ra.modifiersData.offset;if(ud===K$4&&Pd){var Fd=Pd[td];Object.keys(jd).forEach(function(Ud){var Vd=[W$4,R$4].indexOf(Ud)>=0?1:-1,qd=[E$4,R$4].indexOf(Ud)>=0?"y":"x";jd[Ud]+=Fd[qd]*Vd})}return jd}function Jt$4(Ra,qa){qa===void 0&&(qa={});var Ja=qa,ed=Ja.placement,td=Ja.boundary,rd=Ja.rootBoundary,od=Ja.padding,sd=Ja.flipVariations,ld=Ja.allowedAutoPlacements,cd=ld===void 0?Ee$4:ld,ud=te$4(ed),gd=ud?sd?De$3:De$3.filter(function(Ed){return te$4(Ed)===ud}):G$5,_d=gd.filter(function(Ed){return cd.indexOf(Ed)>=0});_d.length===0&&(_d=gd);var yd=_d.reduce(function(Ed,Td){return Ed[Td]=ne$6(Ra,{placement:Td,boundary:td,rootBoundary:rd,padding:od})[q$4(Td)],Ed},{});return Object.keys(yd).sort(function(Ed,Td){return yd[Ed]-yd[Td]})}function Kt$2(Ra){if(q$4(Ra)===me$2)return[];var qa=be$6(Ra);return[lt$9(Ra),qa,lt$9(qa)]}function Qt$3(Ra){var qa=Ra.state,Ja=Ra.options,ed=Ra.name;if(!qa.modifiersData[ed]._skip){for(var td=Ja.mainAxis,rd=td===void 0?!0:td,od=Ja.altAxis,sd=od===void 0?!0:od,ld=Ja.fallbackPlacements,cd=Ja.padding,ud=Ja.boundary,gd=Ja.rootBoundary,_d=Ja.altBoundary,yd=Ja.flipVariations,Ed=yd===void 0?!0:yd,Td=Ja.allowedAutoPlacements,Od=qa.options.placement,Ad=q$4(Od),Nd=Ad===Od,kd=ld||(Nd||!Ed?[be$6(Od)]:Kt$2(Od)),Id=[Od].concat(kd).reduce(function(yf,Mf){return yf.concat(q$4(Mf)===me$2?Jt$4(qa,{placement:Mf,boundary:ud,rootBoundary:gd,padding:cd,flipVariations:Ed,allowedAutoPlacements:Td}):Mf)},[]),Rd=qa.rects.reference,Md=qa.rects.popper,Ld=new Map,jd=!0,Pd=Id[0],Fd=0;Fd<Id.length;Fd++){var Ud=Id[Fd],Vd=q$4(Ud),qd=te$4(Ud)===U$5,Wd=[E$4,R$4].indexOf(Vd)>=0,zd=Wd?"width":"height",Kd=ne$6(qa,{placement:Ud,boundary:ud,rootBoundary:gd,altBoundary:_d,padding:cd}),Qd=Wd?qd?W$4:P$5:qd?R$4:E$4;Rd[zd]>Md[zd]&&(Qd=be$6(Qd));var hf=be$6(Qd),gf=[];if(rd&&gf.push(Kd[Vd]<=0),sd&&gf.push(Kd[Qd]<=0,Kd[hf]<=0),gf.every(function(yf){return yf})){Pd=Ud,jd=!1;break}Ld.set(Ud,gf)}if(jd)for(var bf=Ed?3:1,kf=function(yf){var Mf=Id.find(function(Af){var Zd=Ld.get(Af);if(Zd)return Zd.slice(0,yf).every(function(mf){return mf})});if(Mf)return Pd=Mf,"break"},Cf=bf;Cf>0;Cf--){var Ef=kf(Cf);if(Ef==="break")break}qa.placement!==Pd&&(qa.modifiersData[ed]._skip=!0,qa.placement=Pd,qa.reset=!0)}}var vt$4={name:"flip",enabled:!0,phase:"main",fn:Qt$3,requiresIfExists:["offset"],data:{_skip:!1}};function gt$9(Ra,qa,Ja){return Ja===void 0&&(Ja={x:0,y:0}),{top:Ra.top-qa.height-Ja.y,right:Ra.right-qa.width+Ja.x,bottom:Ra.bottom-qa.height+Ja.y,left:Ra.left-qa.width-Ja.x}}function yt$3(Ra){return[E$4,W$4,R$4,P$5].some(function(qa){return Ra[qa]>=0})}function Zt$3(Ra){var qa=Ra.state,Ja=Ra.name,ed=qa.rects.reference,td=qa.rects.popper,rd=qa.modifiersData.preventOverflow,od=ne$6(qa,{elementContext:"reference"}),sd=ne$6(qa,{altBoundary:!0}),ld=gt$9(od,ed),cd=gt$9(sd,td,rd),ud=yt$3(ld),gd=yt$3(cd);qa.modifiersData[Ja]={referenceClippingOffsets:ld,popperEscapeOffsets:cd,isReferenceHidden:ud,hasPopperEscaped:gd},qa.attributes.popper=Object.assign({},qa.attributes.popper,{"data-popper-reference-hidden":ud,"data-popper-escaped":gd})}var bt$4={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Zt$3};function en$3(Ra,qa,Ja){var ed=q$4(Ra),td=[P$5,E$4].indexOf(ed)>=0?-1:1,rd=typeof Ja=="function"?Ja(Object.assign({},qa,{placement:Ra})):Ja,od=rd[0],sd=rd[1];return od=od||0,sd=(sd||0)*td,[P$5,W$4].indexOf(ed)>=0?{x:sd,y:od}:{x:od,y:sd}}function tn$3(Ra){var qa=Ra.state,Ja=Ra.options,ed=Ra.name,td=Ja.offset,rd=td===void 0?[0,0]:td,od=Ee$4.reduce(function(ud,gd){return ud[gd]=en$3(gd,qa.rects,rd),ud},{}),sd=od[qa.placement],ld=sd.x,cd=sd.y;qa.modifiersData.popperOffsets!=null&&(qa.modifiersData.popperOffsets.x+=ld,qa.modifiersData.popperOffsets.y+=cd),qa.modifiersData[ed]=od}var wt$3={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:tn$3};function nn$3(Ra){var qa=Ra.state,Ja=Ra.name;qa.modifiersData[Ja]=mt$4({reference:qa.rects.reference,element:qa.rects.popper,strategy:"absolute",placement:qa.placement})}var He$3={name:"popperOffsets",enabled:!0,phase:"read",fn:nn$3,data:{}};function rn$3(Ra){return Ra==="x"?"y":"x"}function on$2(Ra){var qa=Ra.state,Ja=Ra.options,ed=Ra.name,td=Ja.mainAxis,rd=td===void 0?!0:td,od=Ja.altAxis,sd=od===void 0?!1:od,ld=Ja.boundary,cd=Ja.rootBoundary,ud=Ja.altBoundary,gd=Ja.padding,_d=Ja.tether,yd=_d===void 0?!0:_d,Ed=Ja.tetherOffset,Td=Ed===void 0?0:Ed,Od=ne$6(qa,{boundary:ld,rootBoundary:cd,padding:gd,altBoundary:ud}),Ad=q$4(qa.placement),Nd=te$4(qa.placement),kd=!Nd,Id=Le$4(Ad),Rd=rn$3(Id),Md=qa.modifiersData.popperOffsets,Ld=qa.rects.reference,jd=qa.rects.popper,Pd=typeof Td=="function"?Td(Object.assign({},qa.rects,{placement:qa.placement})):Td,Fd=typeof Pd=="number"?{mainAxis:Pd,altAxis:Pd}:Object.assign({mainAxis:0,altAxis:0},Pd),Ud=qa.modifiersData.offset?qa.modifiersData.offset[qa.placement]:null,Vd={x:0,y:0};if(Md){if(rd){var qd,Wd=Id==="y"?E$4:P$5,zd=Id==="y"?R$4:W$4,Kd=Id==="y"?"height":"width",Qd=Md[Id],hf=Qd+Od[Wd],gf=Qd-Od[zd],bf=yd?-jd[Kd]/2:0,kf=Nd===U$5?Ld[Kd]:jd[Kd],Cf=Nd===U$5?-jd[Kd]:-Ld[Kd],Ef=qa.elements.arrow,yf=yd&&Ef?ke$4(Ef):{width:0,height:0},Mf=qa.modifiersData["arrow#persistent"]?qa.modifiersData["arrow#persistent"].padding:st$3(),Af=Mf[Wd],Zd=Mf[zd],mf=fe$4(0,Ld[Kd],yf[Kd]),Pf=kd?Ld[Kd]/2-bf-mf-Af-Fd.mainAxis:kf-mf-Af-Fd.mainAxis,Ff=kd?-Ld[Kd]/2+bf+mf+Zd+Fd.mainAxis:Cf+mf+Zd+Fd.mainAxis,Lf=qa.elements.arrow&&se$3(qa.elements.arrow),jf=Lf?Id==="y"?Lf.clientTop||0:Lf.clientLeft||0:0,xf=(qd=Ud==null?void 0:Ud[Id])!=null?qd:0,Nf=Qd+Pf-xf-jf,Bf=Qd+Ff-xf,Tf=fe$4(yd?ve$4(hf,Nf):hf,Qd,yd?X$5(gf,Bf):gf);Md[Id]=Tf,Vd[Id]=Tf-Qd}if(sd){var wf,Of=Id==="x"?E$4:P$5,$f=Id==="x"?R$4:W$4,Wf=Md[Rd],Kf=Rd==="y"?"height":"width",Df=Wf+Od[Of],qf=Wf-Od[$f],Xf=[E$4,P$5].indexOf(Ad)!==-1,hh=(wf=Ud==null?void 0:Ud[Rd])!=null?wf:0,Mh=Xf?Df:Wf-Ld[Kf]-jd[Kf]-hh+Fd.altAxis,wh=Xf?Wf+Ld[Kf]+jd[Kf]-hh-Fd.altAxis:qf,Bh=yd&&Xf?St$4(Mh,Wf,wh):fe$4(yd?Mh:Df,Wf,yd?wh:qf);Md[Rd]=Bh,Vd[Rd]=Bh-Wf}qa.modifiersData[ed]=Vd}}var xt$1={name:"preventOverflow",enabled:!0,phase:"main",fn:on$2,requiresIfExists:["offset"]};function an$3(Ra){return{scrollLeft:Ra.scrollLeft,scrollTop:Ra.scrollTop}}function sn$2(Ra){return Ra===H$4(Ra)||!B$3(Ra)?We$2(Ra):an$3(Ra)}function fn$3(Ra){var qa=Ra.getBoundingClientRect(),Ja=Z$3(qa.width)/Ra.offsetWidth||1,ed=Z$3(qa.height)/Ra.offsetHeight||1;return Ja!==1||ed!==1}function cn$4(Ra,qa,Ja){Ja===void 0&&(Ja=!1);var ed=B$3(qa),td=B$3(qa)&&fn$3(qa),rd=I$3(qa),od=ee$5(Ra,td),sd={scrollLeft:0,scrollTop:0},ld={x:0,y:0};return(ed||!ed&&!Ja)&&((C$2(qa)!=="body"||Se$4(rd))&&(sd=sn$2(qa)),B$3(qa)?(ld=ee$5(qa,!0),ld.x+=qa.clientLeft,ld.y+=qa.clientTop):rd&&(ld.x=Be$5(rd))),{x:od.left+sd.scrollLeft-ld.x,y:od.top+sd.scrollTop-ld.y,width:od.width,height:od.height}}function pn$3(Ra){var qa=new Map,Ja=new Set,ed=[];Ra.forEach(function(rd){qa.set(rd.name,rd)});function td(rd){Ja.add(rd.name);var od=[].concat(rd.requires||[],rd.requiresIfExists||[]);od.forEach(function(sd){if(!Ja.has(sd)){var ld=qa.get(sd);ld&&td(ld)}}),ed.push(rd)}return Ra.forEach(function(rd){Ja.has(rd.name)||td(rd)}),ed}function un$3(Ra){var qa=pn$3(Ra);return ot$3.reduce(function(Ja,ed){return Ja.concat(qa.filter(function(td){return td.phase===ed}))},[])}function ln$3(Ra){var qa;return function(){return qa||(qa=new Promise(function(Ja){Promise.resolve().then(function(){qa=void 0,Ja(Ra())})})),qa}}function dn$4(Ra){var qa=Ra.reduce(function(Ja,ed){var td=Ja[ed.name];return Ja[ed.name]=td?Object.assign({},td,ed,{options:Object.assign({},td.options,ed.options),data:Object.assign({},td.data,ed.data)}):ed,Ja},{});return Object.keys(qa).map(function(Ja){return qa[Ja]})}var Ot$4={placement:"bottom",modifiers:[],strategy:"absolute"};function $t$4(){for(var Ra=arguments.length,qa=new Array(Ra),Ja=0;Ja<Ra;Ja++)qa[Ja]=arguments[Ja];return!qa.some(function(ed){return!(ed&&typeof ed.getBoundingClientRect=="function")})}function we$3(Ra){Ra===void 0&&(Ra={});var qa=Ra,Ja=qa.defaultModifiers,ed=Ja===void 0?[]:Ja,td=qa.defaultOptions,rd=td===void 0?Ot$4:td;return function(od,sd,ld){ld===void 0&&(ld=rd);var cd={placement:"bottom",orderedModifiers:[],options:Object.assign({},Ot$4,rd),modifiersData:{},elements:{reference:od,popper:sd},attributes:{},styles:{}},ud=[],gd=!1,_d={state:cd,setOptions:function(Td){var Od=typeof Td=="function"?Td(cd.options):Td;Ed(),cd.options=Object.assign({},rd,cd.options,Od),cd.scrollParents={reference:Q$5(od)?ce$4(od):od.contextElement?ce$4(od.contextElement):[],popper:ce$4(sd)};var Ad=un$3(dn$4([].concat(ed,cd.options.modifiers)));return cd.orderedModifiers=Ad.filter(function(Nd){return Nd.enabled}),yd(),_d.update()},forceUpdate:function(){if(!gd){var Td=cd.elements,Od=Td.reference,Ad=Td.popper;if($t$4(Od,Ad)){cd.rects={reference:cn$4(Od,se$3(Ad),cd.options.strategy==="fixed"),popper:ke$4(Ad)},cd.reset=!1,cd.placement=cd.options.placement,cd.orderedModifiers.forEach(function(jd){return cd.modifiersData[jd.name]=Object.assign({},jd.data)});for(var Nd=0;Nd<cd.orderedModifiers.length;Nd++){if(cd.reset===!0){cd.reset=!1,Nd=-1;continue}var kd=cd.orderedModifiers[Nd],Id=kd.fn,Rd=kd.options,Md=Rd===void 0?{}:Rd,Ld=kd.name;typeof Id=="function"&&(cd=Id({state:cd,options:Md,name:Ld,instance:_d})||cd)}}}},update:ln$3(function(){return new Promise(function(Td){_d.forceUpdate(),Td(cd)})}),destroy:function(){Ed(),gd=!0}};if(!$t$4(od,sd))return _d;_d.setOptions(ld).then(function(Td){!gd&&ld.onFirstUpdate&&ld.onFirstUpdate(Td)});function yd(){cd.orderedModifiers.forEach(function(Td){var Od=Td.name,Ad=Td.options,Nd=Ad===void 0?{}:Ad,kd=Td.effect;if(typeof kd=="function"){var Id=kd({state:cd,name:Od,instance:_d,options:Nd}),Rd=function(){};ud.push(Id||Rd)}})}function Ed(){ud.forEach(function(Td){return Td()}),ud=[]}return _d}}we$3();var mn$3=[Re$8,He$3,Me$6,Ae$3];we$3({defaultModifiers:mn$3});var gn$4=[Re$8,He$3,Me$6,Ae$3,wt$3,vt$4,xt$1,pt$4,bt$4],yn$4=we$3({defaultModifiers:gn$4});const usePopper=(Ra,qa,Ja={})=>{const ed={name:"updateState",enabled:!0,phase:"write",fn:({state:ld})=>{const cd=deriveState(ld);Object.assign(od.value,cd)},requires:["computeStyles"]},td=computed(()=>{const{onFirstUpdate:ld,placement:cd,strategy:ud,modifiers:gd}=unref(Ja);return{onFirstUpdate:ld,placement:cd||"bottom",strategy:ud||"absolute",modifiers:[...gd||[],ed,{name:"applyStyles",enabled:!1}]}}),rd=shallowRef(),od=ref$1({styles:{popper:{position:unref(td).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),sd=()=>{rd.value&&(rd.value.destroy(),rd.value=void 0)};return watch(td,ld=>{const cd=unref(rd);cd&&cd.setOptions(ld)},{deep:!0}),watch([Ra,qa],([ld,cd])=>{sd(),!(!ld||!cd)&&(rd.value=yn$4(ld,cd,unref(td)))}),onBeforeUnmount(()=>{sd()}),{state:computed(()=>{var ld;return{...((ld=unref(rd))==null?void 0:ld.state)||{}}}),styles:computed(()=>unref(od).styles),attributes:computed(()=>unref(od).attributes),update:()=>{var ld;return(ld=unref(rd))==null?void 0:ld.update()},forceUpdate:()=>{var ld;return(ld=unref(rd))==null?void 0:ld.forceUpdate()},instanceRef:computed(()=>unref(rd))}};function deriveState(Ra){const qa=Object.keys(Ra.elements),Ja=fromPairs(qa.map(td=>[td,Ra.styles[td]||{}])),ed=fromPairs(qa.map(td=>[td,Ra.attributes[td]]));return{styles:Ja,attributes:ed}}const useSameTarget=Ra=>{if(!Ra)return{onClick:NOOP,onMousedown:NOOP,onMouseup:NOOP};let qa=!1,Ja=!1;return{onClick:od=>{qa&&Ja&&Ra(od),qa=Ja=!1},onMousedown:od=>{qa=od.target===od.currentTarget},onMouseup:od=>{Ja=od.target===od.currentTarget}}},useThrottleRender=(Ra,qa=0)=>{if(qa===0)return Ra;const Ja=ref$1(!1);let ed=null;const td=()=>{ed&&clearTimeout(ed),ed=setTimeout(()=>{Ja.value=Ra.value},qa)};return onMounted(td),watch(()=>Ra.value,rd=>{rd?td():Ja.value=rd}),Ja};function useTimeout(){let Ra;const qa=(ed,td)=>{Ja(),Ra=window.setTimeout(ed,td)},Ja=()=>window.clearTimeout(Ra);return tryOnScopeDispose(()=>Ja()),{registerTimeout:qa,cancelTimeout:Ja}}const defaultIdInjection={prefix:Math.floor(Math.random()*1e4),current:0},ID_INJECTION_KEY=Symbol("elIdInjection"),useIdInjection=()=>getCurrentInstance()?inject(ID_INJECTION_KEY,defaultIdInjection):defaultIdInjection,useId=Ra=>{const qa=useIdInjection(),Ja=useGetDerivedNamespace();return computed(()=>unref(Ra)||`${Ja.value}-id-${qa.prefix}-${qa.current++}`)};let registeredEscapeHandlers=[];const cachedHandler=Ra=>{const qa=Ra;qa.key===EVENT_CODE.esc&&registeredEscapeHandlers.forEach(Ja=>Ja(qa))},useEscapeKeydown=Ra=>{onMounted(()=>{registeredEscapeHandlers.length===0&&document.addEventListener("keydown",cachedHandler),isClient&&registeredEscapeHandlers.push(Ra)}),onBeforeUnmount(()=>{registeredEscapeHandlers=registeredEscapeHandlers.filter(qa=>qa!==Ra),registeredEscapeHandlers.length===0&&isClient&&document.removeEventListener("keydown",cachedHandler)})};let cachedContainer;const usePopperContainerId=()=>{const Ra=useGetDerivedNamespace(),qa=useIdInjection(),Ja=computed(()=>`${Ra.value}-popper-container-${qa.prefix}`),ed=computed(()=>`#${Ja.value}`);return{id:Ja,selector:ed}},createContainer=Ra=>{const qa=document.createElement("div");return qa.id=Ra,document.body.appendChild(qa),qa},usePopperContainer=()=>{const{id:Ra,selector:qa}=usePopperContainerId();return onBeforeMount(()=>{isClient&&!cachedContainer&&!document.body.querySelector(qa.value)&&(cachedContainer=createContainer(Ra.value))}),{id:Ra,selector:qa}},useDelayedToggleProps=buildProps({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),useDelayedToggle=({showAfter:Ra,hideAfter:qa,autoClose:Ja,open:ed,close:td})=>{const{registerTimeout:rd}=useTimeout(),{registerTimeout:od,cancelTimeout:sd}=useTimeout();return{onOpen:ud=>{rd(()=>{ed(ud);const gd=unref(Ja);isNumber$3(gd)&&gd>0&&od(()=>{td(ud)},gd)},unref(Ra))},onClose:ud=>{sd(),rd(()=>{td(ud)},unref(qa))}}},FORWARD_REF_INJECTION_KEY=Symbol("elForwardRef"),useForwardRef=Ra=>{provide(FORWARD_REF_INJECTION_KEY,{setForwardRef:Ja=>{Ra.value=Ja}})},useForwardRefDirective=Ra=>({mounted(qa){Ra(qa)},updated(qa){Ra(qa)},unmounted(){Ra(null)}}),initial={current:0},zIndex=ref$1(0),defaultInitialZIndex=2e3,ZINDEX_INJECTION_KEY=Symbol("elZIndexContextKey"),zIndexContextKey=Symbol("zIndexContextKey"),useZIndex=Ra=>{const qa=getCurrentInstance()?inject(ZINDEX_INJECTION_KEY,initial):initial,Ja=Ra||(getCurrentInstance()?inject(zIndexContextKey,void 0):void 0),ed=computed(()=>{const od=unref(Ja);return isNumber$3(od)?od:defaultInitialZIndex}),td=computed(()=>ed.value+zIndex.value),rd=()=>(qa.current++,zIndex.value=qa.current,td.value);return!isClient&&inject(ZINDEX_INJECTION_KEY),{initialZIndex:ed,currentZIndex:td,nextZIndex:rd}},sides=["top","right","bottom","left"],min$2=Math.min,max$3=Math.max,round=Math.round,floor$1=Math.floor,createCoords=Ra=>({x:Ra,y:Ra}),oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"},oppositeAlignmentMap={start:"end",end:"start"};function clamp(Ra,qa,Ja){return max$3(Ra,min$2(qa,Ja))}function evaluate$1(Ra,qa){return typeof Ra=="function"?Ra(qa):Ra}function getSide(Ra){return Ra.split("-")[0]}function getAlignment(Ra){return Ra.split("-")[1]}function getOppositeAxis(Ra){return Ra==="x"?"y":"x"}function getAxisLength(Ra){return Ra==="y"?"height":"width"}function getSideAxis(Ra){return["top","bottom"].includes(getSide(Ra))?"y":"x"}function getAlignmentAxis(Ra){return getOppositeAxis(getSideAxis(Ra))}function getAlignmentSides(Ra,qa,Ja){Ja===void 0&&(Ja=!1);const ed=getAlignment(Ra),td=getAlignmentAxis(Ra),rd=getAxisLength(td);let od=td==="x"?ed===(Ja?"end":"start")?"right":"left":ed==="start"?"bottom":"top";return qa.reference[rd]>qa.floating[rd]&&(od=getOppositePlacement(od)),[od,getOppositePlacement(od)]}function getExpandedPlacements(Ra){const qa=getOppositePlacement(Ra);return[getOppositeAlignmentPlacement(Ra),qa,getOppositeAlignmentPlacement(qa)]}function getOppositeAlignmentPlacement(Ra){return Ra.replace(/start|end/g,qa=>oppositeAlignmentMap[qa])}function getSideList(Ra,qa,Ja){const ed=["left","right"],td=["right","left"],rd=["top","bottom"],od=["bottom","top"];switch(Ra){case"top":case"bottom":return Ja?qa?td:ed:qa?ed:td;case"left":case"right":return qa?rd:od;default:return[]}}function getOppositeAxisPlacements(Ra,qa,Ja,ed){const td=getAlignment(Ra);let rd=getSideList(getSide(Ra),Ja==="start",ed);return td&&(rd=rd.map(od=>od+"-"+td),qa&&(rd=rd.concat(rd.map(getOppositeAlignmentPlacement)))),rd}function getOppositePlacement(Ra){return Ra.replace(/left|right|bottom|top/g,qa=>oppositeSideMap[qa])}function expandPaddingObject(Ra){return{top:0,right:0,bottom:0,left:0,...Ra}}function getPaddingObject(Ra){return typeof Ra!="number"?expandPaddingObject(Ra):{top:Ra,right:Ra,bottom:Ra,left:Ra}}function rectToClientRect(Ra){const{x:qa,y:Ja,width:ed,height:td}=Ra;return{width:ed,height:td,top:Ja,left:qa,right:qa+ed,bottom:Ja+td,x:qa,y:Ja}}function computeCoordsFromPlacement(Ra,qa,Ja){let{reference:ed,floating:td}=Ra;const rd=getSideAxis(qa),od=getAlignmentAxis(qa),sd=getAxisLength(od),ld=getSide(qa),cd=rd==="y",ud=ed.x+ed.width/2-td.width/2,gd=ed.y+ed.height/2-td.height/2,_d=ed[sd]/2-td[sd]/2;let yd;switch(ld){case"top":yd={x:ud,y:ed.y-td.height};break;case"bottom":yd={x:ud,y:ed.y+ed.height};break;case"right":yd={x:ed.x+ed.width,y:gd};break;case"left":yd={x:ed.x-td.width,y:gd};break;default:yd={x:ed.x,y:ed.y}}switch(getAlignment(qa)){case"start":yd[od]-=_d*(Ja&&cd?-1:1);break;case"end":yd[od]+=_d*(Ja&&cd?-1:1);break}return yd}const computePosition$1=async(Ra,qa,Ja)=>{const{placement:ed="bottom",strategy:td="absolute",middleware:rd=[],platform:od}=Ja,sd=rd.filter(Boolean),ld=await(od.isRTL==null?void 0:od.isRTL(qa));let cd=await od.getElementRects({reference:Ra,floating:qa,strategy:td}),{x:ud,y:gd}=computeCoordsFromPlacement(cd,ed,ld),_d=ed,yd={},Ed=0;for(let Td=0;Td<sd.length;Td++){const{name:Od,fn:Ad}=sd[Td],{x:Nd,y:kd,data:Id,reset:Rd}=await Ad({x:ud,y:gd,initialPlacement:ed,placement:_d,strategy:td,middlewareData:yd,rects:cd,platform:od,elements:{reference:Ra,floating:qa}});ud=Nd??ud,gd=kd??gd,yd={...yd,[Od]:{...yd[Od],...Id}},Rd&&Ed<=50&&(Ed++,typeof Rd=="object"&&(Rd.placement&&(_d=Rd.placement),Rd.rects&&(cd=Rd.rects===!0?await od.getElementRects({reference:Ra,floating:qa,strategy:td}):Rd.rects),{x:ud,y:gd}=computeCoordsFromPlacement(cd,_d,ld)),Td=-1)}return{x:ud,y:gd,placement:_d,strategy:td,middlewareData:yd}};async function detectOverflow$1(Ra,qa){var Ja;qa===void 0&&(qa={});const{x:ed,y:td,platform:rd,rects:od,elements:sd,strategy:ld}=Ra,{boundary:cd="clippingAncestors",rootBoundary:ud="viewport",elementContext:gd="floating",altBoundary:_d=!1,padding:yd=0}=evaluate$1(qa,Ra),Ed=getPaddingObject(yd),Od=sd[_d?gd==="floating"?"reference":"floating":gd],Ad=rectToClientRect(await rd.getClippingRect({element:(Ja=await(rd.isElement==null?void 0:rd.isElement(Od)))==null||Ja?Od:Od.contextElement||await(rd.getDocumentElement==null?void 0:rd.getDocumentElement(sd.floating)),boundary:cd,rootBoundary:ud,strategy:ld})),Nd=gd==="floating"?{x:ed,y:td,width:od.floating.width,height:od.floating.height}:od.reference,kd=await(rd.getOffsetParent==null?void 0:rd.getOffsetParent(sd.floating)),Id=await(rd.isElement==null?void 0:rd.isElement(kd))?await(rd.getScale==null?void 0:rd.getScale(kd))||{x:1,y:1}:{x:1,y:1},Rd=rectToClientRect(rd.convertOffsetParentRelativeRectToViewportRelativeRect?await rd.convertOffsetParentRelativeRectToViewportRelativeRect({elements:sd,rect:Nd,offsetParent:kd,strategy:ld}):Nd);return{top:(Ad.top-Rd.top+Ed.top)/Id.y,bottom:(Rd.bottom-Ad.bottom+Ed.bottom)/Id.y,left:(Ad.left-Rd.left+Ed.left)/Id.x,right:(Rd.right-Ad.right+Ed.right)/Id.x}}const arrow$2=Ra=>({name:"arrow",options:Ra,async fn(qa){const{x:Ja,y:ed,placement:td,rects:rd,platform:od,elements:sd,middlewareData:ld}=qa,{element:cd,padding:ud=0}=evaluate$1(Ra,qa)||{};if(cd==null)return{};const gd=getPaddingObject(ud),_d={x:Ja,y:ed},yd=getAlignmentAxis(td),Ed=getAxisLength(yd),Td=await od.getDimensions(cd),Od=yd==="y",Ad=Od?"top":"left",Nd=Od?"bottom":"right",kd=Od?"clientHeight":"clientWidth",Id=rd.reference[Ed]+rd.reference[yd]-_d[yd]-rd.floating[Ed],Rd=_d[yd]-rd.reference[yd],Md=await(od.getOffsetParent==null?void 0:od.getOffsetParent(cd));let Ld=Md?Md[kd]:0;(!Ld||!await(od.isElement==null?void 0:od.isElement(Md)))&&(Ld=sd.floating[kd]||rd.floating[Ed]);const jd=Id/2-Rd/2,Pd=Ld/2-Td[Ed]/2-1,Fd=min$2(gd[Ad],Pd),Ud=min$2(gd[Nd],Pd),Vd=Fd,qd=Ld-Td[Ed]-Ud,Wd=Ld/2-Td[Ed]/2+jd,zd=clamp(Vd,Wd,qd),Kd=!ld.arrow&&getAlignment(td)!=null&&Wd!==zd&&rd.reference[Ed]/2-(Wd<Vd?Fd:Ud)-Td[Ed]/2<0,Qd=Kd?Wd<Vd?Wd-Vd:Wd-qd:0;return{[yd]:_d[yd]+Qd,data:{[yd]:zd,centerOffset:Wd-zd-Qd,...Kd&&{alignmentOffset:Qd}},reset:Kd}}}),flip$1=function(Ra){return Ra===void 0&&(Ra={}),{name:"flip",options:Ra,async fn(qa){var Ja,ed;const{placement:td,middlewareData:rd,rects:od,initialPlacement:sd,platform:ld,elements:cd}=qa,{mainAxis:ud=!0,crossAxis:gd=!0,fallbackPlacements:_d,fallbackStrategy:yd="bestFit",fallbackAxisSideDirection:Ed="none",flipAlignment:Td=!0,...Od}=evaluate$1(Ra,qa);if((Ja=rd.arrow)!=null&&Ja.alignmentOffset)return{};const Ad=getSide(td),Nd=getSideAxis(sd),kd=getSide(sd)===sd,Id=await(ld.isRTL==null?void 0:ld.isRTL(cd.floating)),Rd=_d||(kd||!Td?[getOppositePlacement(sd)]:getExpandedPlacements(sd)),Md=Ed!=="none";!_d&&Md&&Rd.push(...getOppositeAxisPlacements(sd,Td,Ed,Id));const Ld=[sd,...Rd],jd=await detectOverflow$1(qa,Od),Pd=[];let Fd=((ed=rd.flip)==null?void 0:ed.overflows)||[];if(ud&&Pd.push(jd[Ad]),gd){const Wd=getAlignmentSides(td,od,Id);Pd.push(jd[Wd[0]],jd[Wd[1]])}if(Fd=[...Fd,{placement:td,overflows:Pd}],!Pd.every(Wd=>Wd<=0)){var Ud,Vd;const Wd=(((Ud=rd.flip)==null?void 0:Ud.index)||0)+1,zd=Ld[Wd];if(zd)return{data:{index:Wd,overflows:Fd},reset:{placement:zd}};let Kd=(Vd=Fd.filter(Qd=>Qd.overflows[0]<=0).sort((Qd,hf)=>Qd.overflows[1]-hf.overflows[1])[0])==null?void 0:Vd.placement;if(!Kd)switch(yd){case"bestFit":{var qd;const Qd=(qd=Fd.filter(hf=>{if(Md){const gf=getSideAxis(hf.placement);return gf===Nd||gf==="y"}return!0}).map(hf=>[hf.placement,hf.overflows.filter(gf=>gf>0).reduce((gf,bf)=>gf+bf,0)]).sort((hf,gf)=>hf[1]-gf[1])[0])==null?void 0:qd[0];Qd&&(Kd=Qd);break}case"initialPlacement":Kd=sd;break}if(td!==Kd)return{reset:{placement:Kd}}}return{}}}};function getSideOffsets(Ra,qa){return{top:Ra.top-qa.height,right:Ra.right-qa.width,bottom:Ra.bottom-qa.height,left:Ra.left-qa.width}}function isAnySideFullyClipped(Ra){return sides.some(qa=>Ra[qa]>=0)}const hide$1=function(Ra){return Ra===void 0&&(Ra={}),{name:"hide",options:Ra,async fn(qa){const{rects:Ja}=qa,{strategy:ed="referenceHidden",...td}=evaluate$1(Ra,qa);switch(ed){case"referenceHidden":{const rd=await detectOverflow$1(qa,{...td,elementContext:"reference"}),od=getSideOffsets(rd,Ja.reference);return{data:{referenceHiddenOffsets:od,referenceHidden:isAnySideFullyClipped(od)}}}case"escaped":{const rd=await detectOverflow$1(qa,{...td,altBoundary:!0}),od=getSideOffsets(rd,Ja.floating);return{data:{escapedOffsets:od,escaped:isAnySideFullyClipped(od)}}}default:return{}}}}};async function convertValueToCoords(Ra,qa){const{placement:Ja,platform:ed,elements:td}=Ra,rd=await(ed.isRTL==null?void 0:ed.isRTL(td.floating)),od=getSide(Ja),sd=getAlignment(Ja),ld=getSideAxis(Ja)==="y",cd=["left","top"].includes(od)?-1:1,ud=rd&&ld?-1:1,gd=evaluate$1(qa,Ra);let{mainAxis:_d,crossAxis:yd,alignmentAxis:Ed}=typeof gd=="number"?{mainAxis:gd,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...gd};return sd&&typeof Ed=="number"&&(yd=sd==="end"?Ed*-1:Ed),ld?{x:yd*ud,y:_d*cd}:{x:_d*cd,y:yd*ud}}const offset$1=function(Ra){return Ra===void 0&&(Ra=0),{name:"offset",options:Ra,async fn(qa){var Ja,ed;const{x:td,y:rd,placement:od,middlewareData:sd}=qa,ld=await convertValueToCoords(qa,Ra);return od===((Ja=sd.offset)==null?void 0:Ja.placement)&&(ed=sd.arrow)!=null&&ed.alignmentOffset?{}:{x:td+ld.x,y:rd+ld.y,data:{...ld,placement:od}}}}},shift$1=function(Ra){return Ra===void 0&&(Ra={}),{name:"shift",options:Ra,async fn(qa){const{x:Ja,y:ed,placement:td}=qa,{mainAxis:rd=!0,crossAxis:od=!1,limiter:sd={fn:Od=>{let{x:Ad,y:Nd}=Od;return{x:Ad,y:Nd}}},...ld}=evaluate$1(Ra,qa),cd={x:Ja,y:ed},ud=await detectOverflow$1(qa,ld),gd=getSideAxis(getSide(td)),_d=getOppositeAxis(gd);let yd=cd[_d],Ed=cd[gd];if(rd){const Od=_d==="y"?"top":"left",Ad=_d==="y"?"bottom":"right",Nd=yd+ud[Od],kd=yd-ud[Ad];yd=clamp(Nd,yd,kd)}if(od){const Od=gd==="y"?"top":"left",Ad=gd==="y"?"bottom":"right",Nd=Ed+ud[Od],kd=Ed-ud[Ad];Ed=clamp(Nd,Ed,kd)}const Td=sd.fn({...qa,[_d]:yd,[gd]:Ed});return{...Td,data:{x:Td.x-Ja,y:Td.y-ed}}}}},limitShift$1=function(Ra){return Ra===void 0&&(Ra={}),{options:Ra,fn(qa){const{x:Ja,y:ed,placement:td,rects:rd,middlewareData:od}=qa,{offset:sd=0,mainAxis:ld=!0,crossAxis:cd=!0}=evaluate$1(Ra,qa),ud={x:Ja,y:ed},gd=getSideAxis(td),_d=getOppositeAxis(gd);let yd=ud[_d],Ed=ud[gd];const Td=evaluate$1(sd,qa),Od=typeof Td=="number"?{mainAxis:Td,crossAxis:0}:{mainAxis:0,crossAxis:0,...Td};if(ld){const kd=_d==="y"?"height":"width",Id=rd.reference[_d]-rd.floating[kd]+Od.mainAxis,Rd=rd.reference[_d]+rd.reference[kd]-Od.mainAxis;yd<Id?yd=Id:yd>Rd&&(yd=Rd)}if(cd){var Ad,Nd;const kd=_d==="y"?"width":"height",Id=["top","left"].includes(getSide(td)),Rd=rd.reference[gd]-rd.floating[kd]+(Id&&((Ad=od.offset)==null?void 0:Ad[gd])||0)+(Id?0:Od.crossAxis),Md=rd.reference[gd]+rd.reference[kd]+(Id?0:((Nd=od.offset)==null?void 0:Nd[gd])||0)-(Id?Od.crossAxis:0);Ed<Rd?Ed=Rd:Ed>Md&&(Ed=Md)}return{[_d]:yd,[gd]:Ed}}}},size$1=function(Ra){return Ra===void 0&&(Ra={}),{name:"size",options:Ra,async fn(qa){const{placement:Ja,rects:ed,platform:td,elements:rd}=qa,{apply:od=()=>{},...sd}=evaluate$1(Ra,qa),ld=await detectOverflow$1(qa,sd),cd=getSide(Ja),ud=getAlignment(Ja),gd=getSideAxis(Ja)==="y",{width:_d,height:yd}=ed.floating;let Ed,Td;cd==="top"||cd==="bottom"?(Ed=cd,Td=ud===(await(td.isRTL==null?void 0:td.isRTL(rd.floating))?"start":"end")?"left":"right"):(Td=cd,Ed=ud==="end"?"top":"bottom");const Od=yd-ld.top-ld.bottom,Ad=_d-ld.left-ld.right,Nd=min$2(yd-ld[Ed],Od),kd=min$2(_d-ld[Td],Ad),Id=!qa.middlewareData.shift;let Rd=Nd,Md=kd;if(gd?Md=ud||Id?min$2(kd,Ad):Ad:Rd=ud||Id?min$2(Nd,Od):Od,Id&&!ud){const jd=max$3(ld.left,0),Pd=max$3(ld.right,0),Fd=max$3(ld.top,0),Ud=max$3(ld.bottom,0);gd?Md=_d-2*(jd!==0||Pd!==0?jd+Pd:max$3(ld.left,ld.right)):Rd=yd-2*(Fd!==0||Ud!==0?Fd+Ud:max$3(ld.top,ld.bottom))}await od({...qa,availableWidth:Md,availableHeight:Rd});const Ld=await td.getDimensions(rd.floating);return _d!==Ld.width||yd!==Ld.height?{reset:{rects:!0}}:{}}}};function getNodeName(Ra){return isNode$1(Ra)?(Ra.nodeName||"").toLowerCase():"#document"}function getWindow(Ra){var qa;return(Ra==null||(qa=Ra.ownerDocument)==null?void 0:qa.defaultView)||window}function getDocumentElement(Ra){var qa;return(qa=(isNode$1(Ra)?Ra.ownerDocument:Ra.document)||window.document)==null?void 0:qa.documentElement}function isNode$1(Ra){return Ra instanceof Node||Ra instanceof getWindow(Ra).Node}function isElement$1(Ra){return Ra instanceof Element||Ra instanceof getWindow(Ra).Element}function isHTMLElement(Ra){return Ra instanceof HTMLElement||Ra instanceof getWindow(Ra).HTMLElement}function isShadowRoot(Ra){return typeof ShadowRoot>"u"?!1:Ra instanceof ShadowRoot||Ra instanceof getWindow(Ra).ShadowRoot}function isOverflowElement(Ra){const{overflow:qa,overflowX:Ja,overflowY:ed,display:td}=getComputedStyle$1(Ra);return/auto|scroll|overlay|hidden|clip/.test(qa+ed+Ja)&&!["inline","contents"].includes(td)}function isTableElement(Ra){return["table","td","th"].includes(getNodeName(Ra))}function isTopLayer(Ra){return[":popover-open",":modal"].some(qa=>{try{return Ra.matches(qa)}catch{return!1}})}function isContainingBlock(Ra){const qa=isWebKit(),Ja=isElement$1(Ra)?getComputedStyle$1(Ra):Ra;return Ja.transform!=="none"||Ja.perspective!=="none"||(Ja.containerType?Ja.containerType!=="normal":!1)||!qa&&(Ja.backdropFilter?Ja.backdropFilter!=="none":!1)||!qa&&(Ja.filter?Ja.filter!=="none":!1)||["transform","perspective","filter"].some(ed=>(Ja.willChange||"").includes(ed))||["paint","layout","strict","content"].some(ed=>(Ja.contain||"").includes(ed))}function getContainingBlock(Ra){let qa=getParentNode(Ra);for(;isHTMLElement(qa)&&!isLastTraversableNode(qa);){if(isContainingBlock(qa))return qa;if(isTopLayer(qa))return null;qa=getParentNode(qa)}return null}function isWebKit(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function isLastTraversableNode(Ra){return["html","body","#document"].includes(getNodeName(Ra))}function getComputedStyle$1(Ra){return getWindow(Ra).getComputedStyle(Ra)}function getNodeScroll(Ra){return isElement$1(Ra)?{scrollLeft:Ra.scrollLeft,scrollTop:Ra.scrollTop}:{scrollLeft:Ra.scrollX,scrollTop:Ra.scrollY}}function getParentNode(Ra){if(getNodeName(Ra)==="html")return Ra;const qa=Ra.assignedSlot||Ra.parentNode||isShadowRoot(Ra)&&Ra.host||getDocumentElement(Ra);return isShadowRoot(qa)?qa.host:qa}function getNearestOverflowAncestor(Ra){const qa=getParentNode(Ra);return isLastTraversableNode(qa)?Ra.ownerDocument?Ra.ownerDocument.body:Ra.body:isHTMLElement(qa)&&isOverflowElement(qa)?qa:getNearestOverflowAncestor(qa)}function getOverflowAncestors(Ra,qa,Ja){var ed;qa===void 0&&(qa=[]),Ja===void 0&&(Ja=!0);const td=getNearestOverflowAncestor(Ra),rd=td===((ed=Ra.ownerDocument)==null?void 0:ed.body),od=getWindow(td);if(rd){const sd=getFrameElement(od);return qa.concat(od,od.visualViewport||[],isOverflowElement(td)?td:[],sd&&Ja?getOverflowAncestors(sd):[])}return qa.concat(td,getOverflowAncestors(td,[],Ja))}function getFrameElement(Ra){return Ra.parent&&Object.getPrototypeOf(Ra.parent)?Ra.frameElement:null}function getCssDimensions(Ra){const qa=getComputedStyle$1(Ra);let Ja=parseFloat(qa.width)||0,ed=parseFloat(qa.height)||0;const td=isHTMLElement(Ra),rd=td?Ra.offsetWidth:Ja,od=td?Ra.offsetHeight:ed,sd=round(Ja)!==rd||round(ed)!==od;return sd&&(Ja=rd,ed=od),{width:Ja,height:ed,$:sd}}function unwrapElement$1(Ra){return isElement$1(Ra)?Ra:Ra.contextElement}function getScale(Ra){const qa=unwrapElement$1(Ra);if(!isHTMLElement(qa))return createCoords(1);const Ja=qa.getBoundingClientRect(),{width:ed,height:td,$:rd}=getCssDimensions(qa);let od=(rd?round(Ja.width):Ja.width)/ed,sd=(rd?round(Ja.height):Ja.height)/td;return(!od||!Number.isFinite(od))&&(od=1),(!sd||!Number.isFinite(sd))&&(sd=1),{x:od,y:sd}}const noOffsets=createCoords(0);function getVisualOffsets(Ra){const qa=getWindow(Ra);return!isWebKit()||!qa.visualViewport?noOffsets:{x:qa.visualViewport.offsetLeft,y:qa.visualViewport.offsetTop}}function shouldAddVisualOffsets(Ra,qa,Ja){return qa===void 0&&(qa=!1),!Ja||qa&&Ja!==getWindow(Ra)?!1:qa}function getBoundingClientRect(Ra,qa,Ja,ed){qa===void 0&&(qa=!1),Ja===void 0&&(Ja=!1);const td=Ra.getBoundingClientRect(),rd=unwrapElement$1(Ra);let od=createCoords(1);qa&&(ed?isElement$1(ed)&&(od=getScale(ed)):od=getScale(Ra));const sd=shouldAddVisualOffsets(rd,Ja,ed)?getVisualOffsets(rd):createCoords(0);let ld=(td.left+sd.x)/od.x,cd=(td.top+sd.y)/od.y,ud=td.width/od.x,gd=td.height/od.y;if(rd){const _d=getWindow(rd),yd=ed&&isElement$1(ed)?getWindow(ed):ed;let Ed=_d,Td=getFrameElement(Ed);for(;Td&&ed&&yd!==Ed;){const Od=getScale(Td),Ad=Td.getBoundingClientRect(),Nd=getComputedStyle$1(Td),kd=Ad.left+(Td.clientLeft+parseFloat(Nd.paddingLeft))*Od.x,Id=Ad.top+(Td.clientTop+parseFloat(Nd.paddingTop))*Od.y;ld*=Od.x,cd*=Od.y,ud*=Od.x,gd*=Od.y,ld+=kd,cd+=Id,Ed=getWindow(Td),Td=getFrameElement(Ed)}}return rectToClientRect({width:ud,height:gd,x:ld,y:cd})}function convertOffsetParentRelativeRectToViewportRelativeRect(Ra){let{elements:qa,rect:Ja,offsetParent:ed,strategy:td}=Ra;const rd=td==="fixed",od=getDocumentElement(ed),sd=qa?isTopLayer(qa.floating):!1;if(ed===od||sd&&rd)return Ja;let ld={scrollLeft:0,scrollTop:0},cd=createCoords(1);const ud=createCoords(0),gd=isHTMLElement(ed);if((gd||!gd&&!rd)&&((getNodeName(ed)!=="body"||isOverflowElement(od))&&(ld=getNodeScroll(ed)),isHTMLElement(ed))){const _d=getBoundingClientRect(ed);cd=getScale(ed),ud.x=_d.x+ed.clientLeft,ud.y=_d.y+ed.clientTop}return{width:Ja.width*cd.x,height:Ja.height*cd.y,x:Ja.x*cd.x-ld.scrollLeft*cd.x+ud.x,y:Ja.y*cd.y-ld.scrollTop*cd.y+ud.y}}function getClientRects(Ra){return Array.from(Ra.getClientRects())}function getWindowScrollBarX(Ra){return getBoundingClientRect(getDocumentElement(Ra)).left+getNodeScroll(Ra).scrollLeft}function getDocumentRect(Ra){const qa=getDocumentElement(Ra),Ja=getNodeScroll(Ra),ed=Ra.ownerDocument.body,td=max$3(qa.scrollWidth,qa.clientWidth,ed.scrollWidth,ed.clientWidth),rd=max$3(qa.scrollHeight,qa.clientHeight,ed.scrollHeight,ed.clientHeight);let od=-Ja.scrollLeft+getWindowScrollBarX(Ra);const sd=-Ja.scrollTop;return getComputedStyle$1(ed).direction==="rtl"&&(od+=max$3(qa.clientWidth,ed.clientWidth)-td),{width:td,height:rd,x:od,y:sd}}function getViewportRect(Ra,qa){const Ja=getWindow(Ra),ed=getDocumentElement(Ra),td=Ja.visualViewport;let rd=ed.clientWidth,od=ed.clientHeight,sd=0,ld=0;if(td){rd=td.width,od=td.height;const cd=isWebKit();(!cd||cd&&qa==="fixed")&&(sd=td.offsetLeft,ld=td.offsetTop)}return{width:rd,height:od,x:sd,y:ld}}function getInnerBoundingClientRect(Ra,qa){const Ja=getBoundingClientRect(Ra,!0,qa==="fixed"),ed=Ja.top+Ra.clientTop,td=Ja.left+Ra.clientLeft,rd=isHTMLElement(Ra)?getScale(Ra):createCoords(1),od=Ra.clientWidth*rd.x,sd=Ra.clientHeight*rd.y,ld=td*rd.x,cd=ed*rd.y;return{width:od,height:sd,x:ld,y:cd}}function getClientRectFromClippingAncestor(Ra,qa,Ja){let ed;if(qa==="viewport")ed=getViewportRect(Ra,Ja);else if(qa==="document")ed=getDocumentRect(getDocumentElement(Ra));else if(isElement$1(qa))ed=getInnerBoundingClientRect(qa,Ja);else{const td=getVisualOffsets(Ra);ed={...qa,x:qa.x-td.x,y:qa.y-td.y}}return rectToClientRect(ed)}function hasFixedPositionAncestor(Ra,qa){const Ja=getParentNode(Ra);return Ja===qa||!isElement$1(Ja)||isLastTraversableNode(Ja)?!1:getComputedStyle$1(Ja).position==="fixed"||hasFixedPositionAncestor(Ja,qa)}function getClippingElementAncestors(Ra,qa){const Ja=qa.get(Ra);if(Ja)return Ja;let ed=getOverflowAncestors(Ra,[],!1).filter(sd=>isElement$1(sd)&&getNodeName(sd)!=="body"),td=null;const rd=getComputedStyle$1(Ra).position==="fixed";let od=rd?getParentNode(Ra):Ra;for(;isElement$1(od)&&!isLastTraversableNode(od);){const sd=getComputedStyle$1(od),ld=isContainingBlock(od);!ld&&sd.position==="fixed"&&(td=null),(rd?!ld&&!td:!ld&&sd.position==="static"&&!!td&&["absolute","fixed"].includes(td.position)||isOverflowElement(od)&&!ld&&hasFixedPositionAncestor(Ra,od))?ed=ed.filter(ud=>ud!==od):td=sd,od=getParentNode(od)}return qa.set(Ra,ed),ed}function getClippingRect(Ra){let{element:qa,boundary:Ja,rootBoundary:ed,strategy:td}=Ra;const od=[...Ja==="clippingAncestors"?isTopLayer(qa)?[]:getClippingElementAncestors(qa,this._c):[].concat(Ja),ed],sd=od[0],ld=od.reduce((cd,ud)=>{const gd=getClientRectFromClippingAncestor(qa,ud,td);return cd.top=max$3(gd.top,cd.top),cd.right=min$2(gd.right,cd.right),cd.bottom=min$2(gd.bottom,cd.bottom),cd.left=max$3(gd.left,cd.left),cd},getClientRectFromClippingAncestor(qa,sd,td));return{width:ld.right-ld.left,height:ld.bottom-ld.top,x:ld.left,y:ld.top}}function getDimensions(Ra){const{width:qa,height:Ja}=getCssDimensions(Ra);return{width:qa,height:Ja}}function getRectRelativeToOffsetParent(Ra,qa,Ja){const ed=isHTMLElement(qa),td=getDocumentElement(qa),rd=Ja==="fixed",od=getBoundingClientRect(Ra,!0,rd,qa);let sd={scrollLeft:0,scrollTop:0};const ld=createCoords(0);if(ed||!ed&&!rd)if((getNodeName(qa)!=="body"||isOverflowElement(td))&&(sd=getNodeScroll(qa)),ed){const gd=getBoundingClientRect(qa,!0,rd,qa);ld.x=gd.x+qa.clientLeft,ld.y=gd.y+qa.clientTop}else td&&(ld.x=getWindowScrollBarX(td));const cd=od.left+sd.scrollLeft-ld.x,ud=od.top+sd.scrollTop-ld.y;return{x:cd,y:ud,width:od.width,height:od.height}}function isStaticPositioned(Ra){return getComputedStyle$1(Ra).position==="static"}function getTrueOffsetParent(Ra,qa){return!isHTMLElement(Ra)||getComputedStyle$1(Ra).position==="fixed"?null:qa?qa(Ra):Ra.offsetParent}function getOffsetParent(Ra,qa){const Ja=getWindow(Ra);if(isTopLayer(Ra))return Ja;if(!isHTMLElement(Ra)){let td=getParentNode(Ra);for(;td&&!isLastTraversableNode(td);){if(isElement$1(td)&&!isStaticPositioned(td))return td;td=getParentNode(td)}return Ja}let ed=getTrueOffsetParent(Ra,qa);for(;ed&&isTableElement(ed)&&isStaticPositioned(ed);)ed=getTrueOffsetParent(ed,qa);return ed&&isLastTraversableNode(ed)&&isStaticPositioned(ed)&&!isContainingBlock(ed)?Ja:ed||getContainingBlock(Ra)||Ja}const getElementRects=async function(Ra){const qa=this.getOffsetParent||getOffsetParent,Ja=this.getDimensions,ed=await Ja(Ra.floating);return{reference:getRectRelativeToOffsetParent(Ra.reference,await qa(Ra.floating),Ra.strategy),floating:{x:0,y:0,width:ed.width,height:ed.height}}};function isRTL$1(Ra){return getComputedStyle$1(Ra).direction==="rtl"}const platform$2={convertOffsetParentRelativeRectToViewportRelativeRect,getDocumentElement,getClippingRect,getOffsetParent,getElementRects,getClientRects,getDimensions,getScale,isElement:isElement$1,isRTL:isRTL$1};function observeMove(Ra,qa){let Ja=null,ed;const td=getDocumentElement(Ra);function rd(){var sd;clearTimeout(ed),(sd=Ja)==null||sd.disconnect(),Ja=null}function od(sd,ld){sd===void 0&&(sd=!1),ld===void 0&&(ld=1),rd();const{left:cd,top:ud,width:gd,height:_d}=Ra.getBoundingClientRect();if(sd||qa(),!gd||!_d)return;const yd=floor$1(ud),Ed=floor$1(td.clientWidth-(cd+gd)),Td=floor$1(td.clientHeight-(ud+_d)),Od=floor$1(cd),Nd={rootMargin:-yd+"px "+-Ed+"px "+-Td+"px "+-Od+"px",threshold:max$3(0,min$2(1,ld))||1};let kd=!0;function Id(Rd){const Md=Rd[0].intersectionRatio;if(Md!==ld){if(!kd)return od();Md?od(!1,Md):ed=setTimeout(()=>{od(!1,1e-7)},1e3)}kd=!1}try{Ja=new IntersectionObserver(Id,{...Nd,root:td.ownerDocument})}catch{Ja=new IntersectionObserver(Id,Nd)}Ja.observe(Ra)}return od(!0),rd}function autoUpdate(Ra,qa,Ja,ed){ed===void 0&&(ed={});const{ancestorScroll:td=!0,ancestorResize:rd=!0,elementResize:od=typeof ResizeObserver=="function",layoutShift:sd=typeof IntersectionObserver=="function",animationFrame:ld=!1}=ed,cd=unwrapElement$1(Ra),ud=td||rd?[...cd?getOverflowAncestors(cd):[],...getOverflowAncestors(qa)]:[];ud.forEach(Ad=>{td&&Ad.addEventListener("scroll",Ja,{passive:!0}),rd&&Ad.addEventListener("resize",Ja)});const gd=cd&&sd?observeMove(cd,Ja):null;let _d=-1,yd=null;od&&(yd=new ResizeObserver(Ad=>{let[Nd]=Ad;Nd&&Nd.target===cd&&yd&&(yd.unobserve(qa),cancelAnimationFrame(_d),_d=requestAnimationFrame(()=>{var kd;(kd=yd)==null||kd.observe(qa)})),Ja()}),cd&&!ld&&yd.observe(cd),yd.observe(qa));let Ed,Td=ld?getBoundingClientRect(Ra):null;ld&&Od();function Od(){const Ad=getBoundingClientRect(Ra);Td&&(Ad.x!==Td.x||Ad.y!==Td.y||Ad.width!==Td.width||Ad.height!==Td.height)&&Ja(),Td=Ad,Ed=requestAnimationFrame(Od)}return Ja(),()=>{var Ad;ud.forEach(Nd=>{td&&Nd.removeEventListener("scroll",Ja),rd&&Nd.removeEventListener("resize",Ja)}),gd==null||gd(),(Ad=yd)==null||Ad.disconnect(),yd=null,ld&&cancelAnimationFrame(Ed)}}const detectOverflow=detectOverflow$1,offset=offset$1,shift=shift$1,flip=flip$1,size=size$1,hide=hide$1,arrow$1=arrow$2,limitShift=limitShift$1,computePosition=(Ra,qa,Ja)=>{const ed=new Map,td={platform:platform$2,...Ja},rd={...td.platform,_c:ed};return computePosition$1(Ra,qa,{...td,platform:rd})};buildProps({});const unrefReference=Ra=>{if(!isClient)return;if(!Ra)return Ra;const qa=unrefElement(Ra);return qa||(isRef(Ra)?qa:Ra)},useFloating$2=({middleware:Ra,placement:qa,strategy:Ja})=>{const ed=ref$1(),td=ref$1(),rd=ref$1(),od=ref$1(),sd=ref$1({}),ld={x:rd,y:od,placement:qa,strategy:Ja,middlewareData:sd},cd=async()=>{if(!isClient)return;const ud=unrefReference(ed),gd=unrefElement(td);if(!ud||!gd)return;const _d=await computePosition(ud,gd,{placement:unref(qa),strategy:unref(Ja),middleware:unref(Ra)});keysOf(ld).forEach(yd=>{ld[yd].value=_d[yd]})};return onMounted(()=>{watchEffect(()=>{cd()})}),{...ld,update:cd,referenceRef:ed,contentRef:td}},arrowMiddleware=({arrowRef:Ra,padding:qa})=>({name:"arrow",options:{element:Ra,padding:qa},fn(Ja){const ed=unref(Ra);return ed?arrow$1({element:ed,padding:qa}).fn(Ja):{}}});function useCursor(Ra){let qa;function Ja(){if(Ra.value==null)return;const{selectionStart:td,selectionEnd:rd,value:od}=Ra.value;if(td==null||rd==null)return;const sd=od.slice(0,Math.max(0,td)),ld=od.slice(Math.max(0,rd));qa={selectionStart:td,selectionEnd:rd,value:od,beforeTxt:sd,afterTxt:ld}}function ed(){if(Ra.value==null||qa==null)return;const{value:td}=Ra.value,{beforeTxt:rd,afterTxt:od,selectionStart:sd}=qa;if(rd==null||od==null||sd==null)return;let ld=td.length;if(td.endsWith(od))ld=td.length-od.length;else if(td.startsWith(rd))ld=rd.length;else{const cd=rd[sd-1],ud=td.indexOf(cd,sd-1);ud!==-1&&(ld=ud+1)}Ra.value.setSelectionRange(ld,ld)}return[Ja,ed]}const getOrderedChildren=(Ra,qa,Ja)=>flattedChildren(Ra.subTree).filter(rd=>{var od;return isVNode(rd)&&((od=rd.type)==null?void 0:od.name)===qa&&!!rd.component}).map(rd=>rd.component.uid).map(rd=>Ja[rd]).filter(rd=>!!rd),useOrderedChildren=(Ra,qa)=>{const Ja={},ed=shallowRef([]);return{children:ed,addChild:od=>{Ja[od.uid]=od,ed.value=getOrderedChildren(Ra,qa,Ja)},removeChild:od=>{delete Ja[od],ed.value=ed.value.filter(sd=>sd.uid!==od)}}},useSizeProp=buildProp({type:String,values:componentSizes,required:!1}),SIZE_INJECTION_KEY=Symbol("size"),useGlobalSize=()=>{const Ra=inject(SIZE_INJECTION_KEY,{});return computed(()=>unref(Ra.size)||"")};function useFocusController(Ra,{beforeFocus:qa,afterFocus:Ja,beforeBlur:ed,afterBlur:td}={}){const rd=getCurrentInstance(),{emit:od}=rd,sd=shallowRef(),ld=ref$1(!1),cd=_d=>{isFunction$4(qa)&&qa(_d)||ld.value||(ld.value=!0,od("focus",_d),Ja==null||Ja())},ud=_d=>{var yd;isFunction$4(ed)&&ed(_d)||_d.relatedTarget&&((yd=sd.value)!=null&&yd.contains(_d.relatedTarget))||(ld.value=!1,od("blur",_d),td==null||td())},gd=()=>{var _d,yd;(_d=sd.value)!=null&&_d.contains(document.activeElement)&&sd.value!==document.activeElement||(yd=Ra.value)==null||yd.focus()};return watch(sd,_d=>{_d&&_d.setAttribute("tabindex","-1")}),useEventListener(sd,"focus",cd,!0),useEventListener(sd,"blur",ud,!0),useEventListener(sd,"click",gd,!0),{isFocused:ld,wrapperRef:sd,handleFocus:cd,handleBlur:ud}}function useComposition({afterComposition:Ra,emit:qa}){const Ja=ref$1(!1),ed=sd=>{qa==null||qa("compositionstart",sd),Ja.value=!0},td=sd=>{var ld;qa==null||qa("compositionupdate",sd);const cd=(ld=sd.target)==null?void 0:ld.value,ud=cd[cd.length-1]||"";Ja.value=!isKorean(ud)},rd=sd=>{qa==null||qa("compositionend",sd),Ja.value&&(Ja.value=!1,nextTick$1(()=>Ra(sd)))};return{isComposing:Ja,handleComposition:sd=>{sd.type==="compositionend"?rd(sd):td(sd)},handleCompositionStart:ed,handleCompositionUpdate:td,handleCompositionEnd:rd}}const emptyValuesContextKey=Symbol("emptyValuesContextKey"),DEFAULT_EMPTY_VALUES=["",void 0,null],DEFAULT_VALUE_ON_CLEAR=void 0,useEmptyValuesProps=buildProps({emptyValues:Array,valueOnClear:{type:[String,Number,Boolean,Function],default:void 0,validator:Ra=>isFunction$4(Ra)?!Ra():!Ra}}),useEmptyValues=(Ra,qa)=>{const Ja=getCurrentInstance()?inject(emptyValuesContextKey,ref$1({})):ref$1({}),ed=computed(()=>Ra.emptyValues||Ja.value.emptyValues||DEFAULT_EMPTY_VALUES),td=computed(()=>isFunction$4(Ra.valueOnClear)?Ra.valueOnClear():Ra.valueOnClear!==void 0?Ra.valueOnClear:isFunction$4(Ja.value.valueOnClear)?Ja.value.valueOnClear():Ja.value.valueOnClear!==void 0?Ja.value.valueOnClear:qa!==void 0?qa:DEFAULT_VALUE_ON_CLEAR),rd=od=>ed.value.includes(od);return ed.value.includes(td.value),{emptyValues:ed,valueOnClear:td,isEmptyValue:rd}},ariaProps=buildProps({ariaLabel:String,ariaOrientation:{type:String,values:["horizontal","vertical","undefined"]},ariaControls:String}),useAriaProps=Ra=>pick(ariaProps,Ra),configProviderContextKey=Symbol(),globalConfig=ref$1();function useGlobalConfig(Ra,qa=void 0){const Ja=getCurrentInstance()?inject(configProviderContextKey,globalConfig):globalConfig;return Ra?computed(()=>{var ed,td;return(td=(ed=Ja.value)==null?void 0:ed[Ra])!=null?td:qa}):Ja}function useGlobalComponentSettings(Ra,qa){const Ja=useGlobalConfig(),ed=useNamespace(Ra,computed(()=>{var sd;return((sd=Ja.value)==null?void 0:sd.namespace)||defaultNamespace})),td=useLocale(computed(()=>{var sd;return(sd=Ja.value)==null?void 0:sd.locale})),rd=useZIndex(computed(()=>{var sd;return((sd=Ja.value)==null?void 0:sd.zIndex)||defaultInitialZIndex})),od=computed(()=>{var sd;return unref(qa)||((sd=Ja.value)==null?void 0:sd.size)||""});return provideGlobalConfig(computed(()=>unref(Ja)||{})),{ns:ed,locale:td,zIndex:rd,size:od}}const provideGlobalConfig=(Ra,qa,Ja=!1)=>{var ed;const td=!!getCurrentInstance(),rd=td?useGlobalConfig():void 0,od=(ed=qa==null?void 0:qa.provide)!=null?ed:td?provide:void 0;if(!od)return;const sd=computed(()=>{const ld=unref(Ra);return rd!=null&&rd.value?mergeConfig$1(rd.value,ld):ld});return od(configProviderContextKey,sd),od(localeContextKey,computed(()=>sd.value.locale)),od(namespaceContextKey,computed(()=>sd.value.namespace)),od(zIndexContextKey,computed(()=>sd.value.zIndex)),od(SIZE_INJECTION_KEY,{size:computed(()=>sd.value.size||"")}),od(emptyValuesContextKey,computed(()=>({emptyValues:sd.value.emptyValues,valueOnClear:sd.value.valueOnClear}))),(Ja||!globalConfig.value)&&(globalConfig.value=sd.value),sd},mergeConfig$1=(Ra,qa)=>{const Ja=[...new Set([...keysOf(Ra),...keysOf(qa)])],ed={};for(const td of Ja)ed[td]=qa[td]!==void 0?qa[td]:Ra[td];return ed},configProviderProps=buildProps({a11y:{type:Boolean,default:!0},locale:{type:definePropType(Object)},size:useSizeProp,button:{type:definePropType(Object)},experimentalFeatures:{type:definePropType(Object)},keyboardNavigation:{type:Boolean,default:!0},message:{type:definePropType(Object)},zIndex:Number,namespace:{type:String,default:"el"},...useEmptyValuesProps}),messageConfig={},ConfigProvider=defineComponent({name:"ElConfigProvider",props:configProviderProps,setup(Ra,{slots:qa}){watch(()=>Ra.message,ed=>{Object.assign(messageConfig,ed??{})},{immediate:!0,deep:!0});const Ja=provideGlobalConfig(Ra);return()=>renderSlot(qa,"default",{config:Ja==null?void 0:Ja.value})}}),ElConfigProvider=withInstall(ConfigProvider),version$2="2.8.1",makeInstaller=(Ra=[])=>({version:version$2,install:(Ja,ed)=>{Ja[INSTALLED_KEY]||(Ja[INSTALLED_KEY]=!0,Ra.forEach(td=>Ja.use(td)),ed&&provideGlobalConfig(ed,Ja,!0))}}),affixProps=buildProps({zIndex:{type:definePropType([Number,String]),default:100},target:{type:String,default:""},offset:{type:Number,default:0},position:{type:String,values:["top","bottom"],default:"top"}}),affixEmits={scroll:({scrollTop:Ra,fixed:qa})=>isNumber$3(Ra)&&isBoolean$3(qa),[CHANGE_EVENT]:Ra=>isBoolean$3(Ra)};var _export_sfc$1=(Ra,qa)=>{const Ja=Ra.__vccOpts||Ra;for(const[ed,td]of qa)Ja[ed]=td;return Ja};const COMPONENT_NAME$n="ElAffix",__default__$1O=defineComponent({name:COMPONENT_NAME$n}),_sfc_main$2_=defineComponent({...__default__$1O,props:affixProps,emits:affixEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useNamespace("affix"),rd=shallowRef(),od=shallowRef(),sd=shallowRef(),{height:ld}=useWindowSize(),{height:cd,width:ud,top:gd,bottom:_d,update:yd}=useElementBounding(od,{windowScroll:!1}),Ed=useElementBounding(rd),Td=ref$1(!1),Od=ref$1(0),Ad=ref$1(0),Nd=computed(()=>({height:Td.value?`${cd.value}px`:"",width:Td.value?`${ud.value}px`:""})),kd=computed(()=>{if(!Td.value)return{};const Md=ed.offset?addUnit(ed.offset):0;return{height:`${cd.value}px`,width:`${ud.value}px`,top:ed.position==="top"?Md:"",bottom:ed.position==="bottom"?Md:"",transform:Ad.value?`translateY(${Ad.value}px)`:"",zIndex:ed.zIndex}}),Id=()=>{if(!sd.value)return;Od.value=sd.value instanceof Window?document.documentElement.scrollTop:sd.value.scrollTop||0;const{position:Md,target:Ld,offset:jd}=ed,Pd=jd+cd.value;if(Md==="top")if(Ld){const Fd=Ed.bottom.value-Pd;Td.value=jd>gd.value&&Ed.bottom.value>0,Ad.value=Fd<0?Fd:0}else Td.value=jd>gd.value;else if(Ld){const Fd=ld.value-Ed.top.value-Pd;Td.value=ld.value-jd<_d.value&&ld.value>Ed.top.value,Ad.value=Fd<0?-Fd:0}else Td.value=ld.value-jd<_d.value},Rd=()=>{yd(),Ja("scroll",{scrollTop:Od.value,fixed:Td.value})};return watch(Td,Md=>Ja("change",Md)),onMounted(()=>{var Md;ed.target?(rd.value=(Md=document.querySelector(ed.target))!=null?Md:void 0,rd.value||throwError$1(COMPONENT_NAME$n,`Target does not exist: ${ed.target}`)):rd.value=document.documentElement,sd.value=getScrollContainer(od.value,!0),yd()}),useEventListener(sd,"scroll",Rd),watchEffect(Id),qa({update:Id,updateRoot:yd}),(Md,Ld)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:od,class:normalizeClass(unref(td).b()),style:normalizeStyle(unref(Nd))},[createBaseVNode("div",{class:normalizeClass({[unref(td).m("fixed")]:Td.value}),style:normalizeStyle(unref(kd))},[renderSlot(Md.$slots,"default")],6)],6))}});var Affix=_export_sfc$1(_sfc_main$2_,[["__file","affix.vue"]]);const ElAffix=withInstall(Affix),iconProps=buildProps({size:{type:definePropType([Number,String])},color:{type:String}}),__default__$1N=defineComponent({name:"ElIcon",inheritAttrs:!1}),_sfc_main$2Z=defineComponent({...__default__$1N,props:iconProps,setup(Ra){const qa=Ra,Ja=useNamespace("icon"),ed=computed(()=>{const{size:td,color:rd}=qa;return!td&&!rd?{}:{fontSize:isUndefined$1(td)?void 0:addUnit(td),"--color":rd}});return(td,rd)=>(openBlock(),createElementBlock("i",mergeProps({class:unref(Ja).b(),style:unref(ed)},td.$attrs),[renderSlot(td.$slots,"default")],16))}});var Icon$1=_export_sfc$1(_sfc_main$2Z,[["__file","icon.vue"]]);const ElIcon=withInstall(Icon$1),alertEffects=["light","dark"],alertProps=buildProps({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:Ra=>Ra instanceof MouseEvent},__default__$1M=defineComponent({name:"ElAlert"}),_sfc_main$2Y=defineComponent({...__default__$1M,props:alertProps,emits:alertEmits,setup(Ra,{emit:qa}){const Ja=Ra,{Close:ed}=TypeComponents,td=useSlots(),rd=useNamespace("alert"),od=ref$1(!0),sd=computed(()=>TypeComponentsMap[Ja.type]),ld=computed(()=>[rd.e("icon"),{[rd.is("big")]:!!Ja.description||!!td.default}]),cd=computed(()=>({"with-description":Ja.description||td.default})),ud=gd=>{od.value=!1,qa("close",gd)};return(gd,_d)=>(openBlock(),createBlock(Transition$1,{name:unref(rd).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{class:normalizeClass([unref(rd).b(),unref(rd).m(gd.type),unref(rd).is("center",gd.center),unref(rd).is(gd.effect)]),role:"alert"},[gd.showIcon&&unref(sd)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(ld))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(sd))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(rd).e("content"))},[gd.title||gd.$slots.title?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass([unref(rd).e("title"),unref(cd)])},[renderSlot(gd.$slots,"title",{},()=>[createTextVNode(toDisplayString(gd.title),1)])],2)):createCommentVNode("v-if",!0),gd.$slots.default||gd.description?(openBlock(),createElementBlock("p",{key:1,class:normalizeClass(unref(rd).e("description"))},[renderSlot(gd.$slots,"default",{},()=>[createTextVNode(toDisplayString(gd.description),1)])],2)):createCommentVNode("v-if",!0),gd.closable?(openBlock(),createElementBlock(Fragment,{key:2},[gd.closeText?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(rd).e("close-btn"),unref(rd).is("customed")]),onClick:ud},toDisplayString(gd.closeText),3)):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(rd).e("close-btn")),onClick:ud},{default:withCtx(()=>[createVNode(unref(ed))]),_:1},8,["class"]))],64)):createCommentVNode("v-if",!0)],2)],2),[[vShow,od.value]])]),_:3},8,["name"]))}});var Alert=_export_sfc$1(_sfc_main$2Y,[["__file","alert.vue"]]);const ElAlert=withInstall(Alert),formContextKey=Symbol("formContextKey"),formItemContextKey=Symbol("formItemContextKey"),useFormSize=(Ra,qa={})=>{const Ja=ref$1(void 0),ed=qa.prop?Ja:useProp("size"),td=qa.global?Ja:useGlobalSize(),rd=qa.form?{size:void 0}:inject(formContextKey,void 0),od=qa.formItem?{size:void 0}:inject(formItemContextKey,void 0);return computed(()=>ed.value||unref(Ra)||(od==null?void 0:od.size)||(rd==null?void 0:rd.size)||td.value||"")},useFormDisabled=Ra=>{const qa=useProp("disabled"),Ja=inject(formContextKey,void 0);return computed(()=>qa.value||unref(Ra)||(Ja==null?void 0:Ja.disabled)||!1)},useFormItem=()=>{const Ra=inject(formContextKey,void 0),qa=inject(formItemContextKey,void 0);return{form:Ra,formItem:qa}},useFormItemInputId=(Ra,{formItemContext:qa,disableIdGeneration:Ja,disableIdManagement:ed})=>{Ja||(Ja=ref$1(!1)),ed||(ed=ref$1(!1));const td=ref$1();let rd;const od=computed(()=>{var sd;return!!(!(Ra.label||Ra.ariaLabel)&&qa&&qa.inputIds&&((sd=qa.inputIds)==null?void 0:sd.length)<=1)});return onMounted(()=>{rd=watch([toRef$1(Ra,"id"),Ja],([sd,ld])=>{const cd=sd??(ld?void 0:useId().value);cd!==td.value&&(qa!=null&&qa.removeInputId&&(td.value&&qa.removeInputId(td.value),!(ed!=null&&ed.value)&&!ld&&cd&&qa.addInputId(cd)),td.value=cd)},{immediate:!0})}),onUnmounted(()=>{rd&&rd(),qa!=null&&qa.removeInputId&&td.value&&qa.removeInputId(td.value)}),{isLabeledByFormItem:od,inputId:td}},formMetaProps=buildProps({size:{type:String,values:componentSizes},disabled:Boolean}),formProps=buildProps({...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:[Object,Boolean]}}),formEmits={validate:(Ra,qa,Ja)=>(isArray$2(Ra)||isString$3(Ra))&&isBoolean$3(qa)&&isString$3(Ja)};function useFormLabelWidth(){const Ra=ref$1([]),qa=computed(()=>{if(!Ra.value.length)return"0";const rd=Math.max(...Ra.value);return rd?`${rd}px`:""});function Ja(rd){const od=Ra.value.indexOf(rd);return od===-1&&qa.value,od}function ed(rd,od){if(rd&&od){const sd=Ja(od);Ra.value.splice(sd,1,rd)}else rd&&Ra.value.push(rd)}function td(rd){const od=Ja(rd);od>-1&&Ra.value.splice(od,1)}return{autoLabelWidth:qa,registerLabelWidth:ed,deregisterLabelWidth:td}}const filterFields=(Ra,qa)=>{const Ja=castArray$1(qa);return Ja.length>0?Ra.filter(ed=>ed.prop&&Ja.includes(ed.prop)):Ra},COMPONENT_NAME$m="ElForm",__default__$1L=defineComponent({name:COMPONENT_NAME$m}),_sfc_main$2X=defineComponent({...__default__$1L,props:formProps,emits:formEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=[],rd=useFormSize(),od=useNamespace("form"),sd=computed(()=>{const{labelPosition:kd,inline:Id}=ed;return[od.b(),od.m(rd.value||"default"),{[od.m(`label-${kd}`)]:kd,[od.m("inline")]:Id}]}),ld=kd=>td.find(Id=>Id.prop===kd),cd=kd=>{td.push(kd)},ud=kd=>{kd.prop&&td.splice(td.indexOf(kd),1)},gd=(kd=[])=>{ed.model&&filterFields(td,kd).forEach(Id=>Id.resetField())},_d=(kd=[])=>{filterFields(td,kd).forEach(Id=>Id.clearValidate())},yd=computed(()=>!!ed.model),Ed=kd=>{if(td.length===0)return[];const Id=filterFields(td,kd);return Id.length?Id:[]},Td=async kd=>Ad(void 0,kd),Od=async(kd=[])=>{if(!yd.value)return!1;const Id=Ed(kd);if(Id.length===0)return!0;let Rd={};for(const Md of Id)try{await Md.validate("")}catch(Ld){Rd={...Rd,...Ld}}return Object.keys(Rd).length===0?!0:Promise.reject(Rd)},Ad=async(kd=[],Id)=>{const Rd=!isFunction$4(Id);try{const Md=await Od(kd);return Md===!0&&await(Id==null?void 0:Id(Md)),Md}catch(Md){if(Md instanceof Error)throw Md;const Ld=Md;return ed.scrollToError&&Nd(Object.keys(Ld)[0]),await(Id==null?void 0:Id(!1,Ld)),Rd&&Promise.reject(Ld)}},Nd=kd=>{var Id;const Rd=filterFields(td,kd)[0];Rd&&((Id=Rd.$el)==null||Id.scrollIntoView(ed.scrollIntoViewOptions))};return watch(()=>ed.rules,()=>{ed.validateOnRuleChange&&Td().catch(kd=>void 0)},{deep:!0}),provide(formContextKey,reactive({...toRefs(ed),emit:Ja,resetFields:gd,clearValidate:_d,validateField:Ad,getField:ld,addField:cd,removeField:ud,...useFormLabelWidth()})),qa({validate:Td,validateField:Ad,resetFields:gd,clearValidate:_d,scrollToField:Nd,fields:td}),(kd,Id)=>(openBlock(),createElementBlock("form",{class:normalizeClass(unref(sd))},[renderSlot(kd.$slots,"default")],2))}});var Form=_export_sfc$1(_sfc_main$2X,[["__file","form.vue"]]),define_process_default$9={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},define_process_env_default={};function _extends(){return _extends=Object.assign?Object.assign.bind():function(Ra){for(var qa=1;qa<arguments.length;qa++){var Ja=arguments[qa];for(var ed in Ja)Object.prototype.hasOwnProperty.call(Ja,ed)&&(Ra[ed]=Ja[ed])}return Ra},_extends.apply(this,arguments)}function _inheritsLoose$1(Ra,qa){Ra.prototype=Object.create(qa.prototype),Ra.prototype.constructor=Ra,_setPrototypeOf(Ra,qa)}function _getPrototypeOf(Ra){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(Ja){return Ja.__proto__||Object.getPrototypeOf(Ja)},_getPrototypeOf(Ra)}function _setPrototypeOf(Ra,qa){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(ed,td){return ed.__proto__=td,ed},_setPrototypeOf(Ra,qa)}function _isNativeReflectConstruct(){if(typeof Reflect>"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(Ra,qa,Ja){return _isNativeReflectConstruct()?_construct=Reflect.construct.bind():_construct=function(td,rd,od){var sd=[null];sd.push.apply(sd,rd);var ld=Function.bind.apply(td,sd),cd=new ld;return od&&_setPrototypeOf(cd,od.prototype),cd},_construct.apply(null,arguments)}function _isNativeFunction(Ra){return Function.toString.call(Ra).indexOf("[native code]")!==-1}function _wrapNativeSuper(Ra){var qa=typeof Map=="function"?new Map:void 0;return _wrapNativeSuper=function(ed){if(ed===null||!_isNativeFunction(ed))return ed;if(typeof ed!="function")throw new TypeError("Super expression must either be null or a function");if(typeof qa<"u"){if(qa.has(ed))return qa.get(ed);qa.set(ed,td)}function td(){return _construct(ed,arguments,_getPrototypeOf(this).constructor)}return td.prototype=Object.create(ed.prototype,{constructor:{value:td,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(td,ed)},_wrapNativeSuper(Ra)}var formatRegExp=/%[sdj%]/g,warning=function(){};typeof define_process_default$9<"u";function convertFieldsError(Ra){if(!Ra||!Ra.length)return null;var qa={};return Ra.forEach(function(Ja){var ed=Ja.field;qa[ed]=qa[ed]||[],qa[ed].push(Ja)}),qa}function format$2(Ra){for(var qa=arguments.length,Ja=new Array(qa>1?qa-1:0),ed=1;ed<qa;ed++)Ja[ed-1]=arguments[ed];var td=0,rd=Ja.length;if(typeof Ra=="function")return Ra.apply(null,Ja);if(typeof Ra=="string"){var od=Ra.replace(formatRegExp,function(sd){if(sd==="%%")return"%";if(td>=rd)return sd;switch(sd){case"%s":return String(Ja[td++]);case"%d":return Number(Ja[td++]);case"%j":try{return JSON.stringify(Ja[td++])}catch{return"[Circular]"}break;default:return sd}});return od}return Ra}function isNativeStringType(Ra){return Ra==="string"||Ra==="url"||Ra==="hex"||Ra==="email"||Ra==="date"||Ra==="pattern"}function isEmptyValue(Ra,qa){return!!(Ra==null||qa==="array"&&Array.isArray(Ra)&&!Ra.length||isNativeStringType(qa)&&typeof Ra=="string"&&!Ra)}function asyncParallelArray(Ra,qa,Ja){var ed=[],td=0,rd=Ra.length;function od(sd){ed.push.apply(ed,sd||[]),td++,td===rd&&Ja(ed)}Ra.forEach(function(sd){qa(sd,od)})}function asyncSerialArray(Ra,qa,Ja){var ed=0,td=Ra.length;function rd(od){if(od&&od.length){Ja(od);return}var sd=ed;ed=ed+1,sd<td?qa(Ra[sd],rd):Ja([])}rd([])}function flattenObjArr(Ra){var qa=[];return Object.keys(Ra).forEach(function(Ja){qa.push.apply(qa,Ra[Ja]||[])}),qa}var AsyncValidationError=function(Ra){_inheritsLoose$1(qa,Ra);function qa(Ja,ed){var td;return td=Ra.call(this,"Async Validation Error")||this,td.errors=Ja,td.fields=ed,td}return qa}(_wrapNativeSuper(Error));function asyncMap(Ra,qa,Ja,ed,td){if(qa.first){var rd=new Promise(function(_d,yd){var Ed=function(Ad){return ed(Ad),Ad.length?yd(new AsyncValidationError(Ad,convertFieldsError(Ad))):_d(td)},Td=flattenObjArr(Ra);asyncSerialArray(Td,Ja,Ed)});return rd.catch(function(_d){return _d}),rd}var od=qa.firstFields===!0?Object.keys(Ra):qa.firstFields||[],sd=Object.keys(Ra),ld=sd.length,cd=0,ud=[],gd=new Promise(function(_d,yd){var Ed=function(Od){if(ud.push.apply(ud,Od),cd++,cd===ld)return ed(ud),ud.length?yd(new AsyncValidationError(ud,convertFieldsError(ud))):_d(td)};sd.length||(ed(ud),_d(td)),sd.forEach(function(Td){var Od=Ra[Td];od.indexOf(Td)!==-1?asyncSerialArray(Od,Ja,Ed):asyncParallelArray(Od,Ja,Ed)})});return gd.catch(function(_d){return _d}),gd}function isErrorObj(Ra){return!!(Ra&&Ra.message!==void 0)}function getValue(Ra,qa){for(var Ja=Ra,ed=0;ed<qa.length;ed++){if(Ja==null)return Ja;Ja=Ja[qa[ed]]}return Ja}function complementError(Ra,qa){return function(Ja){var ed;return Ra.fullFields?ed=getValue(qa,Ra.fullFields):ed=qa[Ja.field||Ra.fullField],isErrorObj(Ja)?(Ja.field=Ja.field||Ra.fullField,Ja.fieldValue=ed,Ja):{message:typeof Ja=="function"?Ja():Ja,fieldValue:ed,field:Ja.field||Ra.fullField}}}function deepMerge(Ra,qa){if(qa){for(var Ja in qa)if(qa.hasOwnProperty(Ja)){var ed=qa[Ja];typeof ed=="object"&&typeof Ra[Ja]=="object"?Ra[Ja]=_extends({},Ra[Ja],ed):Ra[Ja]=ed}}return Ra}var required$1=function(qa,Ja,ed,td,rd,od){qa.required&&(!ed.hasOwnProperty(qa.field)||isEmptyValue(Ja,od||qa.type))&&td.push(format$2(rd.messages.required,qa.fullField))},whitespace$1=function(qa,Ja,ed,td,rd){(/^\s+$/.test(Ja)||Ja==="")&&td.push(format$2(rd.messages.whitespace,qa.fullField))},urlReg,getUrlRegex=function(){if(urlReg)return urlReg;var Ra="[a-fA-F\\d:]",qa=function(Id){return Id&&Id.includeBoundaries?"(?:(?<=\\s|^)(?="+Ra+")|(?<="+Ra+")(?=\\s|$))":""},Ja="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",ed="[a-fA-F\\d]{1,4}",td=(`
(?:
(?:`+ed+":){7}(?:"+ed+`|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
(?:`+ed+":){6}(?:"+Ja+"|:"+ed+`|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4
(?:`+ed+":){5}(?::"+Ja+"|(?::"+ed+`){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4
(?:`+ed+":){4}(?:(?::"+ed+"){0,1}:"+Ja+"|(?::"+ed+`){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4
(?:`+ed+":){3}(?:(?::"+ed+"){0,2}:"+Ja+"|(?::"+ed+`){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4
(?:`+ed+":){2}(?:(?::"+ed+"){0,3}:"+Ja+"|(?::"+ed+`){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
(?:`+ed+":){1}(?:(?::"+ed+"){0,4}:"+Ja+"|(?::"+ed+`){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
(?::(?:(?::`+ed+"){0,5}:"+Ja+"|(?::"+ed+`){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
`).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),rd=new RegExp("(?:^"+Ja+"$)|(?:^"+td+"$)"),od=new RegExp("^"+Ja+"$"),sd=new RegExp("^"+td+"$"),ld=function(Id){return Id&&Id.exact?rd:new RegExp("(?:"+qa(Id)+Ja+qa(Id)+")|(?:"+qa(Id)+td+qa(Id)+")","g")};ld.v4=function(kd){return kd&&kd.exact?od:new RegExp(""+qa(kd)+Ja+qa(kd),"g")},ld.v6=function(kd){return kd&&kd.exact?sd:new RegExp(""+qa(kd)+td+qa(kd),"g")};var cd="(?:(?:[a-z]+:)?//)",ud="(?:\\S+(?::\\S*)?@)?",gd=ld.v4().source,_d=ld.v6().source,yd="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",Ed="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",Td="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",Od="(?::\\d{2,5})?",Ad='(?:[/?#][^\\s"]*)?',Nd="(?:"+cd+"|www\\.)"+ud+"(?:localhost|"+gd+"|"+_d+"|"+yd+Ed+Td+")"+Od+Ad;return urlReg=new RegExp("(?:^"+Nd+"$)","i"),urlReg},pattern$2={email:/^(([^<>()\[\]\\.,;:\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$2={integer:function(qa){return types$2.number(qa)&&parseInt(qa,10)===qa},float:function(qa){return types$2.number(qa)&&!types$2.integer(qa)},array:function(qa){return Array.isArray(qa)},regexp:function(qa){if(qa instanceof RegExp)return!0;try{return!!new RegExp(qa)}catch{return!1}},date:function(qa){return typeof qa.getTime=="function"&&typeof qa.getMonth=="function"&&typeof qa.getYear=="function"&&!isNaN(qa.getTime())},number:function(qa){return isNaN(qa)?!1:typeof qa=="number"},object:function(qa){return typeof qa=="object"&&!types$2.array(qa)},method:function(qa){return typeof qa=="function"},email:function(qa){return typeof qa=="string"&&qa.length<=320&&!!qa.match(pattern$2.email)},url:function(qa){return typeof qa=="string"&&qa.length<=2048&&!!qa.match(getUrlRegex())},hex:function(qa){return typeof qa=="string"&&!!qa.match(pattern$2.hex)}},type$1$1=function(qa,Ja,ed,td,rd){if(qa.required&&Ja===void 0){required$1(qa,Ja,ed,td,rd);return}var od=["integer","float","array","regexp","object","method","email","number","date","url","hex"],sd=qa.type;od.indexOf(sd)>-1?types$2[sd](Ja)||td.push(format$2(rd.messages.types[sd],qa.fullField,qa.type)):sd&&typeof Ja!==qa.type&&td.push(format$2(rd.messages.types[sd],qa.fullField,qa.type))},range$4=function(qa,Ja,ed,td,rd){var od=typeof qa.len=="number",sd=typeof qa.min=="number",ld=typeof qa.max=="number",cd=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,ud=Ja,gd=null,_d=typeof Ja=="number",yd=typeof Ja=="string",Ed=Array.isArray(Ja);if(_d?gd="number":yd?gd="string":Ed&&(gd="array"),!gd)return!1;Ed&&(ud=Ja.length),yd&&(ud=Ja.replace(cd,"_").length),od?ud!==qa.len&&td.push(format$2(rd.messages[gd].len,qa.fullField,qa.len)):sd&&!ld&&ud<qa.min?td.push(format$2(rd.messages[gd].min,qa.fullField,qa.min)):ld&&!sd&&ud>qa.max?td.push(format$2(rd.messages[gd].max,qa.fullField,qa.max)):sd&&ld&&(ud<qa.min||ud>qa.max)&&td.push(format$2(rd.messages[gd].range,qa.fullField,qa.min,qa.max))},ENUM$1="enum",enumerable$1=function(qa,Ja,ed,td,rd){qa[ENUM$1]=Array.isArray(qa[ENUM$1])?qa[ENUM$1]:[],qa[ENUM$1].indexOf(Ja)===-1&&td.push(format$2(rd.messages[ENUM$1],qa.fullField,qa[ENUM$1].join(", ")))},pattern$1=function(qa,Ja,ed,td,rd){if(qa.pattern){if(qa.pattern instanceof RegExp)qa.pattern.lastIndex=0,qa.pattern.test(Ja)||td.push(format$2(rd.messages.pattern.mismatch,qa.fullField,Ja,qa.pattern));else if(typeof qa.pattern=="string"){var od=new RegExp(qa.pattern);od.test(Ja)||td.push(format$2(rd.messages.pattern.mismatch,qa.fullField,Ja,qa.pattern))}}},rules={required:required$1,whitespace:whitespace$1,type:type$1$1,range:range$4,enum:enumerable$1,pattern:pattern$1},string=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja,"string")&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd,"string"),isEmptyValue(Ja,"string")||(rules.type(qa,Ja,td,od,rd),rules.range(qa,Ja,td,od,rd),rules.pattern(qa,Ja,td,od,rd),qa.whitespace===!0&&rules.whitespace(qa,Ja,td,od,rd))}ed(od)},method2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),Ja!==void 0&&rules.type(qa,Ja,td,od,rd)}ed(od)},number2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(Ja===""&&(Ja=void 0),isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),Ja!==void 0&&(rules.type(qa,Ja,td,od,rd),rules.range(qa,Ja,td,od,rd))}ed(od)},_boolean=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),Ja!==void 0&&rules.type(qa,Ja,td,od,rd)}ed(od)},regexp2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),isEmptyValue(Ja)||rules.type(qa,Ja,td,od,rd)}ed(od)},integer2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),Ja!==void 0&&(rules.type(qa,Ja,td,od,rd),rules.range(qa,Ja,td,od,rd))}ed(od)},floatFn=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),Ja!==void 0&&(rules.type(qa,Ja,td,od,rd),rules.range(qa,Ja,td,od,rd))}ed(od)},array2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(Ja==null&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd,"array"),Ja!=null&&(rules.type(qa,Ja,td,od,rd),rules.range(qa,Ja,td,od,rd))}ed(od)},object2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),Ja!==void 0&&rules.type(qa,Ja,td,od,rd)}ed(od)},ENUM="enum",enumerable2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),Ja!==void 0&&rules[ENUM](qa,Ja,td,od,rd)}ed(od)},pattern2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja,"string")&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd),isEmptyValue(Ja,"string")||rules.pattern(qa,Ja,td,od,rd)}ed(od)},date2=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja,"date")&&!qa.required)return ed();if(rules.required(qa,Ja,td,od,rd),!isEmptyValue(Ja,"date")){var ld;Ja instanceof Date?ld=Ja:ld=new Date(Ja),rules.type(qa,ld,td,od,rd),ld&&rules.range(qa,ld.getTime(),td,od,rd)}}ed(od)},required2=function(qa,Ja,ed,td,rd){var od=[],sd=Array.isArray(Ja)?"array":typeof Ja;rules.required(qa,Ja,td,od,rd,sd),ed(od)},type2=function(qa,Ja,ed,td,rd){var od=qa.type,sd=[],ld=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(ld){if(isEmptyValue(Ja,od)&&!qa.required)return ed();rules.required(qa,Ja,td,sd,rd,od),isEmptyValue(Ja,od)||rules.type(qa,Ja,td,sd,rd)}ed(sd)},any=function(qa,Ja,ed,td,rd){var od=[],sd=qa.required||!qa.required&&td.hasOwnProperty(qa.field);if(sd){if(isEmptyValue(Ja)&&!qa.required)return ed();rules.required(qa,Ja,td,od,rd)}ed(od)},validators$2={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 qa=JSON.parse(JSON.stringify(this));return qa.clone=this.clone,qa}}}var messages=newMessages(),Schema=function(){function Ra(Ja){this.rules=null,this._messages=messages,this.define(Ja)}var qa=Ra.prototype;return qa.define=function(ed){var td=this;if(!ed)throw new Error("Cannot configure a schema with no rules");if(typeof ed!="object"||Array.isArray(ed))throw new Error("Rules must be an object");this.rules={},Object.keys(ed).forEach(function(rd){var od=ed[rd];td.rules[rd]=Array.isArray(od)?od:[od]})},qa.messages=function(ed){return ed&&(this._messages=deepMerge(newMessages(),ed)),this._messages},qa.validate=function(ed,td,rd){var od=this;td===void 0&&(td={}),rd===void 0&&(rd=function(){});var sd=ed,ld=td,cd=rd;if(typeof ld=="function"&&(cd=ld,ld={}),!this.rules||Object.keys(this.rules).length===0)return cd&&cd(null,sd),Promise.resolve(sd);function ud(Td){var Od=[],Ad={};function Nd(Id){if(Array.isArray(Id)){var Rd;Od=(Rd=Od).concat.apply(Rd,Id)}else Od.push(Id)}for(var kd=0;kd<Td.length;kd++)Nd(Td[kd]);Od.length?(Ad=convertFieldsError(Od),cd(Od,Ad)):cd(null,sd)}if(ld.messages){var gd=this.messages();gd===messages&&(gd=newMessages()),deepMerge(gd,ld.messages),ld.messages=gd}else ld.messages=this.messages();var _d={},yd=ld.keys||Object.keys(this.rules);yd.forEach(function(Td){var Od=od.rules[Td],Ad=sd[Td];Od.forEach(function(Nd){var kd=Nd;typeof kd.transform=="function"&&(sd===ed&&(sd=_extends({},sd)),Ad=sd[Td]=kd.transform(Ad)),typeof kd=="function"?kd={validator:kd}:kd=_extends({},kd),kd.validator=od.getValidationMethod(kd),kd.validator&&(kd.field=Td,kd.fullField=kd.fullField||Td,kd.type=od.getType(kd),_d[Td]=_d[Td]||[],_d[Td].push({rule:kd,value:Ad,source:sd,field:Td}))})});var Ed={};return asyncMap(_d,ld,function(Td,Od){var Ad=Td.rule,Nd=(Ad.type==="object"||Ad.type==="array")&&(typeof Ad.fields=="object"||typeof Ad.defaultField=="object");Nd=Nd&&(Ad.required||!Ad.required&&Td.value),Ad.field=Td.field;function kd(Md,Ld){return _extends({},Ld,{fullField:Ad.fullField+"."+Md,fullFields:Ad.fullFields?[].concat(Ad.fullFields,[Md]):[Md]})}function Id(Md){Md===void 0&&(Md=[]);var Ld=Array.isArray(Md)?Md:[Md];!ld.suppressWarning&&Ld.length&&Ra.warning("async-validator:",Ld),Ld.length&&Ad.message!==void 0&&(Ld=[].concat(Ad.message));var jd=Ld.map(complementError(Ad,sd));if(ld.first&&jd.length)return Ed[Ad.field]=1,Od(jd);if(!Nd)Od(jd);else{if(Ad.required&&!Td.value)return Ad.message!==void 0?jd=[].concat(Ad.message).map(complementError(Ad,sd)):ld.error&&(jd=[ld.error(Ad,format$2(ld.messages.required,Ad.field))]),Od(jd);var Pd={};Ad.defaultField&&Object.keys(Td.value).map(function(Vd){Pd[Vd]=Ad.defaultField}),Pd=_extends({},Pd,Td.rule.fields);var Fd={};Object.keys(Pd).forEach(function(Vd){var qd=Pd[Vd],Wd=Array.isArray(qd)?qd:[qd];Fd[Vd]=Wd.map(kd.bind(null,Vd))});var Ud=new Ra(Fd);Ud.messages(ld.messages),Td.rule.options&&(Td.rule.options.messages=ld.messages,Td.rule.options.error=ld.error),Ud.validate(Td.value,Td.rule.options||ld,function(Vd){var qd=[];jd&&jd.length&&qd.push.apply(qd,jd),Vd&&Vd.length&&qd.push.apply(qd,Vd),Od(qd.length?qd:null)})}}var Rd;if(Ad.asyncValidator)Rd=Ad.asyncValidator(Ad,Td.value,Id,Td.source,ld);else if(Ad.validator){try{Rd=Ad.validator(Ad,Td.value,Id,Td.source,ld)}catch(Md){console.error==null||console.error(Md),ld.suppressValidatorError||setTimeout(function(){throw Md},0),Id(Md.message)}Rd===!0?Id():Rd===!1?Id(typeof Ad.message=="function"?Ad.message(Ad.fullField||Ad.field):Ad.message||(Ad.fullField||Ad.field)+" fails"):Rd instanceof Array?Id(Rd):Rd instanceof Error&&Id(Rd.message)}Rd&&Rd.then&&Rd.then(function(){return Id()},function(Md){return Id(Md)})},function(Td){ud(Td)},sd)},qa.getType=function(ed){if(ed.type===void 0&&ed.pattern instanceof RegExp&&(ed.type="pattern"),typeof ed.validator!="function"&&ed.type&&!validators$2.hasOwnProperty(ed.type))throw new Error(format$2("Unknown rule type %s",ed.type));return ed.type||"string"},qa.getValidationMethod=function(ed){if(typeof ed.validator=="function")return ed.validator;var td=Object.keys(ed),rd=td.indexOf("message");return rd!==-1&&td.splice(rd,1),td.length===1&&td[0]==="required"?validators$2.required:validators$2[this.getType(ed)]||void 0},Ra}();Schema.register=function(qa,Ja){if(typeof Ja!="function")throw new Error("Cannot register a validator by type, validator is not a function");validators$2[qa]=Ja};Schema.warning=warning;Schema.messages=messages;Schema.validators=validators$2;const formItemValidateStates=["","error","validating","success"],formItemProps=buildProps({label:String,labelWidth:{type:[String,Number],default:""},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:[String,Boolean],default:""},showMessage:{type:Boolean,default:!0},size:{type:String,values:componentSizes}}),COMPONENT_NAME$l="ElLabelWrap";var FormLabelWrap=defineComponent({name:COMPONENT_NAME$l,props:{isAutoWidth:Boolean,updateAll:Boolean},setup(Ra,{slots:qa}){const Ja=inject(formContextKey,void 0),ed=inject(formItemContextKey);ed||throwError$1(COMPONENT_NAME$l,"usage: <el-form-item><label-wrap /></el-form-item>");const td=useNamespace("form"),rd=ref$1(),od=ref$1(0),sd=()=>{var ud;if((ud=rd.value)!=null&&ud.firstElementChild){const gd=window.getComputedStyle(rd.value.firstElementChild).width;return Math.ceil(Number.parseFloat(gd))}else return 0},ld=(ud="update")=>{nextTick$1(()=>{qa.default&&Ra.isAutoWidth&&(ud==="update"?od.value=sd():ud==="remove"&&(Ja==null||Ja.deregisterLabelWidth(od.value)))})},cd=()=>ld("update");return onMounted(()=>{cd()}),onBeforeUnmount(()=>{ld("remove")}),onUpdated(()=>cd()),watch(od,(ud,gd)=>{Ra.updateAll&&(Ja==null||Ja.registerLabelWidth(ud,gd))}),useResizeObserver(computed(()=>{var ud,gd;return(gd=(ud=rd.value)==null?void 0:ud.firstElementChild)!=null?gd:null}),cd),()=>{var ud,gd;if(!qa)return null;const{isAutoWidth:_d}=Ra;if(_d){const yd=Ja==null?void 0:Ja.autoLabelWidth,Ed=ed==null?void 0:ed.hasLabel,Td={};if(Ed&&yd&&yd!=="auto"){const Od=Math.max(0,Number.parseInt(yd,10)-od.value),Nd=(ed.labelPosition||Ja.labelPosition)==="left"?"marginRight":"marginLeft";Od&&(Td[Nd]=`${Od}px`)}return createVNode("div",{ref:rd,class:[td.be("item","label-wrap")],style:Td},[(ud=qa.default)==null?void 0:ud.call(qa)])}else return createVNode(Fragment,{ref:rd},[(gd=qa.default)==null?void 0:gd.call(qa)])}}});const __default__$1K=defineComponent({name:"ElFormItem"}),_sfc_main$2W=defineComponent({...__default__$1K,props:formItemProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=useSlots(),td=inject(formContextKey,void 0),rd=inject(formItemContextKey,void 0),od=useFormSize(void 0,{formItem:!1}),sd=useNamespace("form-item"),ld=useId().value,cd=ref$1([]),ud=ref$1(""),gd=refDebounced(ud,100),_d=ref$1(""),yd=ref$1();let Ed,Td=!1;const Od=computed(()=>Ja.labelPosition||(td==null?void 0:td.labelPosition)),Ad=computed(()=>{if(Od.value==="top")return{};const mf=addUnit(Ja.labelWidth||(td==null?void 0:td.labelWidth)||"");return mf?{width:mf}:{}}),Nd=computed(()=>{if(Od.value==="top"||td!=null&&td.inline)return{};if(!Ja.label&&!Ja.labelWidth&&Fd)return{};const mf=addUnit(Ja.labelWidth||(td==null?void 0:td.labelWidth)||"");return!Ja.label&&!ed.label?{marginLeft:mf}:{}}),kd=computed(()=>[sd.b(),sd.m(od.value),sd.is("error",ud.value==="error"),sd.is("validating",ud.value==="validating"),sd.is("success",ud.value==="success"),sd.is("required",zd.value||Ja.required),sd.is("no-asterisk",td==null?void 0:td.hideRequiredAsterisk),(td==null?void 0:td.requireAsteriskPosition)==="right"?"asterisk-right":"asterisk-left",{[sd.m("feedback")]:td==null?void 0:td.statusIcon,[sd.m(`label-${Od.value}`)]:Od.value}]),Id=computed(()=>isBoolean$3(Ja.inlineMessage)?Ja.inlineMessage:(td==null?void 0:td.inlineMessage)||!1),Rd=computed(()=>[sd.e("error"),{[sd.em("error","inline")]:Id.value}]),Md=computed(()=>Ja.prop?isString$3(Ja.prop)?Ja.prop:Ja.prop.join("."):""),Ld=computed(()=>!!(Ja.label||ed.label)),jd=computed(()=>Ja.for||(cd.value.length===1?cd.value[0]:void 0)),Pd=computed(()=>!jd.value&&Ld.value),Fd=!!rd,Ud=computed(()=>{const mf=td==null?void 0:td.model;if(!(!mf||!Ja.prop))return getProp(mf,Ja.prop).value}),Vd=computed(()=>{const{required:mf}=Ja,Pf=[];Ja.rules&&Pf.push(...castArray$1(Ja.rules));const Ff=td==null?void 0:td.rules;if(Ff&&Ja.prop){const Lf=getProp(Ff,Ja.prop).value;Lf&&Pf.push(...castArray$1(Lf))}if(mf!==void 0){const Lf=Pf.map((jf,xf)=>[jf,xf]).filter(([jf])=>Object.keys(jf).includes("required"));if(Lf.length>0)for(const[jf,xf]of Lf)jf.required!==mf&&(Pf[xf]={...jf,required:mf});else Pf.push({required:mf})}return Pf}),qd=computed(()=>Vd.value.length>0),Wd=mf=>Vd.value.filter(Ff=>!Ff.trigger||!mf?!0:Array.isArray(Ff.trigger)?Ff.trigger.includes(mf):Ff.trigger===mf).map(({trigger:Ff,...Lf})=>Lf),zd=computed(()=>Vd.value.some(mf=>mf.required)),Kd=computed(()=>{var mf;return gd.value==="error"&&Ja.showMessage&&((mf=td==null?void 0:td.showMessage)!=null?mf:!0)}),Qd=computed(()=>`${Ja.label||""}${(td==null?void 0:td.labelSuffix)||""}`),hf=mf=>{ud.value=mf},gf=mf=>{var Pf,Ff;const{errors:Lf,fields:jf}=mf;(!Lf||!jf)&&console.error(mf),hf("error"),_d.value=Lf?(Ff=(Pf=Lf==null?void 0:Lf[0])==null?void 0:Pf.message)!=null?Ff:`${Ja.prop} is required`:"",td==null||td.emit("validate",Ja.prop,!1,_d.value)},bf=()=>{hf("success"),td==null||td.emit("validate",Ja.prop,!0,"")},kf=async mf=>{const Pf=Md.value;return new Schema({[Pf]:mf}).validate({[Pf]:Ud.value},{firstFields:!0}).then(()=>(bf(),!0)).catch(Lf=>(gf(Lf),Promise.reject(Lf)))},Cf=async(mf,Pf)=>{if(Td||!Ja.prop)return!1;const Ff=isFunction$4(Pf);if(!qd.value)return Pf==null||Pf(!1),!1;const Lf=Wd(mf);return Lf.length===0?(Pf==null||Pf(!0),!0):(hf("validating"),kf(Lf).then(()=>(Pf==null||Pf(!0),!0)).catch(jf=>{const{fields:xf}=jf;return Pf==null||Pf(!1,xf),Ff?!1:Promise.reject(xf)}))},Ef=()=>{hf(""),_d.value="",Td=!1},yf=async()=>{const mf=td==null?void 0:td.model;if(!mf||!Ja.prop)return;const Pf=getProp(mf,Ja.prop);Td=!0,Pf.value=clone$1(Ed),await nextTick$1(),Ef(),Td=!1},Mf=mf=>{cd.value.includes(mf)||cd.value.push(mf)},Af=mf=>{cd.value=cd.value.filter(Pf=>Pf!==mf)};watch(()=>Ja.error,mf=>{_d.value=mf||"",hf(mf?"error":"")},{immediate:!0}),watch(()=>Ja.validateStatus,mf=>hf(mf||""));const Zd=reactive({...toRefs(Ja),$el:yd,size:od,validateState:ud,labelId:ld,inputIds:cd,isGroup:Pd,hasLabel:Ld,fieldValue:Ud,addInputId:Mf,removeInputId:Af,resetField:yf,clearValidate:Ef,validate:Cf});return provide(formItemContextKey,Zd),onMounted(()=>{Ja.prop&&(td==null||td.addField(Zd),Ed=clone$1(Ud.value))}),onBeforeUnmount(()=>{td==null||td.removeField(Zd)}),qa({size:od,validateMessage:_d,validateState:ud,validate:Cf,clearValidate:Ef,resetField:yf}),(mf,Pf)=>{var Ff;return openBlock(),createElementBlock("div",{ref_key:"formItemRef",ref:yd,class:normalizeClass(unref(kd)),role:unref(Pd)?"group":void 0,"aria-labelledby":unref(Pd)?unref(ld):void 0},[createVNode(unref(FormLabelWrap),{"is-auto-width":unref(Ad).width==="auto","update-all":((Ff=unref(td))==null?void 0:Ff.labelWidth)==="auto"},{default:withCtx(()=>[unref(Ld)?(openBlock(),createBlock(resolveDynamicComponent(unref(jd)?"label":"div"),{key:0,id:unref(ld),for:unref(jd),class:normalizeClass(unref(sd).e("label")),style:normalizeStyle(unref(Ad))},{default:withCtx(()=>[renderSlot(mf.$slots,"label",{label:unref(Qd)},()=>[createTextVNode(toDisplayString(unref(Qd)),1)])]),_:3},8,["id","for","class","style"])):createCommentVNode("v-if",!0)]),_:3},8,["is-auto-width","update-all"]),createBaseVNode("div",{class:normalizeClass(unref(sd).e("content")),style:normalizeStyle(unref(Nd))},[renderSlot(mf.$slots,"default"),createVNode(TransitionGroup,{name:`${unref(sd).namespace.value}-zoom-in-top`},{default:withCtx(()=>[unref(Kd)?renderSlot(mf.$slots,"error",{key:0,error:_d.value},()=>[createBaseVNode("div",{class:normalizeClass(unref(Rd))},toDisplayString(_d.value),3)]):createCommentVNode("v-if",!0)]),_:3},8,["name"])],6)],10,["role","aria-labelledby"])}}});var FormItem=_export_sfc$1(_sfc_main$2W,[["__file","form-item.vue"]]);const ElForm=withInstall(Form,{FormItem}),ElFormItem=withNoopInstall(FormItem);let hiddenTextarea;const HIDDEN_STYLE=`
height:0 !important;
visibility:hidden !important;
${isFirefox()?"":"overflow:hidden !important;"}
position:absolute !important;
z-index:-1000 !important;
top:0 !important;
right:0 !important;
`,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"];function calculateNodeStyling(Ra){const qa=window.getComputedStyle(Ra),Ja=qa.getPropertyValue("box-sizing"),ed=Number.parseFloat(qa.getPropertyValue("padding-bottom"))+Number.parseFloat(qa.getPropertyValue("padding-top")),td=Number.parseFloat(qa.getPropertyValue("border-bottom-width"))+Number.parseFloat(qa.getPropertyValue("border-top-width"));return{contextStyle:CONTEXT_STYLE.map(od=>`${od}:${qa.getPropertyValue(od)}`).join(";"),paddingSize:ed,borderSize:td,boxSizing:Ja}}function calcTextareaHeight(Ra,qa=1,Ja){var ed;hiddenTextarea||(hiddenTextarea=document.createElement("textarea"),document.body.appendChild(hiddenTextarea));const{paddingSize:td,borderSize:rd,boxSizing:od,contextStyle:sd}=calculateNodeStyling(Ra);hiddenTextarea.setAttribute("style",`${sd};${HIDDEN_STYLE}`),hiddenTextarea.value=Ra.value||Ra.placeholder||"";let ld=hiddenTextarea.scrollHeight;const cd={};od==="border-box"?ld=ld+rd:od==="content-box"&&(ld=ld-td),hiddenTextarea.value="";const ud=hiddenTextarea.scrollHeight-td;if(isNumber$3(qa)){let gd=ud*qa;od==="border-box"&&(gd=gd+td+rd),ld=Math.max(gd,ld),cd.minHeight=`${gd}px`}if(isNumber$3(Ja)){let gd=ud*Ja;od==="border-box"&&(gd=gd+td+rd),ld=Math.min(gd,ld)}return cd.height=`${ld}px`,(ed=hiddenTextarea.parentNode)==null||ed.removeChild(hiddenTextarea),hiddenTextarea=void 0,cd}const inputProps=buildProps({id:{type:String,default:void 0},size:useSizeProp,disabled:Boolean,modelValue:{type:definePropType([String,Number,Object]),default:""},maxlength:{type:[String,Number]},minlength:{type:[String,Number]},type:{type:String,default:"text"},resize:{type:String,values:["none","both","horizontal","vertical"]},autosize:{type:definePropType([Boolean,Object]),default:!1},autocomplete:{type:String,default:"off"},formatter:{type:Function},parser:{type:Function},placeholder:{type:String},form:{type:String},readonly:Boolean,clearable:Boolean,showPassword:Boolean,showWordLimit:Boolean,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({})},autofocus:Boolean,rows:{type:Number,default:2},...useAriaProps(["ariaLabel"])}),inputEmits={[UPDATE_MODEL_EVENT]:Ra=>isString$3(Ra),input:Ra=>isString$3(Ra),change:Ra=>isString$3(Ra),focus:Ra=>Ra instanceof FocusEvent,blur:Ra=>Ra instanceof FocusEvent,clear:()=>!0,mouseleave:Ra=>Ra instanceof MouseEvent,mouseenter:Ra=>Ra instanceof MouseEvent,keydown:Ra=>Ra instanceof Event,compositionstart:Ra=>Ra instanceof CompositionEvent,compositionupdate:Ra=>Ra instanceof CompositionEvent,compositionend:Ra=>Ra instanceof CompositionEvent},__default__$1J=defineComponent({name:"ElInput",inheritAttrs:!1}),_sfc_main$2V=defineComponent({...__default__$1J,props:inputProps,emits:inputEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useAttrs$1(),rd=useSlots(),od=computed(()=>{const hh={};return ed.containerRole==="combobox"&&(hh["aria-haspopup"]=td["aria-haspopup"],hh["aria-owns"]=td["aria-owns"],hh["aria-expanded"]=td["aria-expanded"]),hh}),sd=computed(()=>[ed.type==="textarea"?Od.b():Td.b(),Td.m(yd.value),Td.is("disabled",Ed.value),Td.is("exceed",Ef.value),{[Td.b("group")]:rd.prepend||rd.append,[Td.m("prefix")]:rd.prefix||ed.prefixIcon,[Td.m("suffix")]:rd.suffix||ed.suffixIcon||ed.clearable||ed.showPassword,[Td.bm("suffix","password-clear")]:gf.value&&bf.value,[Td.b("hidden")]:ed.type==="hidden"},td.class]),ld=computed(()=>[Td.e("wrapper"),Td.is("focus",Pd.value)]),cd=useAttrs({excludeKeys:computed(()=>Object.keys(od.value))}),{form:ud,formItem:gd}=useFormItem(),{inputId:_d}=useFormItemInputId(ed,{formItemContext:gd}),yd=useFormSize(),Ed=useFormDisabled(),Td=useNamespace("input"),Od=useNamespace("textarea"),Ad=shallowRef(),Nd=shallowRef(),kd=ref$1(!1),Id=ref$1(!1),Rd=ref$1(),Md=shallowRef(ed.inputStyle),Ld=computed(()=>Ad.value||Nd.value),{wrapperRef:jd,isFocused:Pd,handleFocus:Fd,handleBlur:Ud}=useFocusController(Ld,{afterBlur(){var hh;ed.validateEvent&&((hh=gd==null?void 0:gd.validate)==null||hh.call(gd,"blur").catch(Mh=>void 0))}}),Vd=computed(()=>{var hh;return(hh=ud==null?void 0:ud.statusIcon)!=null?hh:!1}),qd=computed(()=>(gd==null?void 0:gd.validateState)||""),Wd=computed(()=>qd.value&&ValidateComponentsMap[qd.value]),zd=computed(()=>Id.value?view_default:hide_default),Kd=computed(()=>[td.style]),Qd=computed(()=>[ed.inputStyle,Md.value,{resize:ed.resize}]),hf=computed(()=>isNil(ed.modelValue)?"":String(ed.modelValue)),gf=computed(()=>ed.clearable&&!Ed.value&&!ed.readonly&&!!hf.value&&(Pd.value||kd.value)),bf=computed(()=>ed.showPassword&&!Ed.value&&!ed.readonly&&!!hf.value&&(!!hf.value||Pd.value)),kf=computed(()=>ed.showWordLimit&&!!ed.maxlength&&(ed.type==="text"||ed.type==="textarea")&&!Ed.value&&!ed.readonly&&!ed.showPassword),Cf=computed(()=>hf.value.length),Ef=computed(()=>!!kf.value&&Cf.value>Number(ed.maxlength)),yf=computed(()=>!!rd.suffix||!!ed.suffixIcon||gf.value||ed.showPassword||kf.value||!!qd.value&&Vd.value),[Mf,Af]=useCursor(Ad);useResizeObserver(Nd,hh=>{if(Pf(),!kf.value||ed.resize!=="both")return;const Mh=hh[0],{width:wh}=Mh.contentRect;Rd.value={right:`calc(100% - ${wh+15+6}px)`}});const Zd=()=>{const{type:hh,autosize:Mh}=ed;if(!(!isClient||hh!=="textarea"||!Nd.value))if(Mh){const wh=isObject$5(Mh)?Mh.minRows:void 0,Bh=isObject$5(Mh)?Mh.maxRows:void 0,Uh=calcTextareaHeight(Nd.value,wh,Bh);Md.value={overflowY:"hidden",...Uh},nextTick$1(()=>{Nd.value.offsetHeight,Md.value=Uh})}else Md.value={minHeight:calcTextareaHeight(Nd.value).minHeight}},Pf=(hh=>{let Mh=!1;return()=>{var wh;if(Mh||!ed.autosize)return;((wh=Nd.value)==null?void 0:wh.offsetParent)===null||(hh(),Mh=!0)}})(Zd),Ff=()=>{const hh=Ld.value,Mh=ed.formatter?ed.formatter(hf.value):hf.value;!hh||hh.value===Mh||(hh.value=Mh)},Lf=async hh=>{Mf();let{value:Mh}=hh.target;if(ed.formatter&&(Mh=ed.parser?ed.parser(Mh):Mh),!xf.value){if(Mh===hf.value){Ff();return}Ja(UPDATE_MODEL_EVENT,Mh),Ja("input",Mh),await nextTick$1(),Ff(),Af()}},jf=hh=>{Ja("change",hh.target.value)},{isComposing:xf,handleCompositionStart:Nf,handleCompositionUpdate:Bf,handleCompositionEnd:Tf}=useComposition({emit:Ja,afterComposition:Lf}),wf=()=>{Id.value=!Id.value,Of()},Of=async()=>{var hh;await nextTick$1(),(hh=Ld.value)==null||hh.focus()},$f=()=>{var hh;return(hh=Ld.value)==null?void 0:hh.blur()},Wf=hh=>{kd.value=!1,Ja("mouseleave",hh)},Kf=hh=>{kd.value=!0,Ja("mouseenter",hh)},Df=hh=>{Ja("keydown",hh)},qf=()=>{var hh;(hh=Ld.value)==null||hh.select()},Xf=()=>{Ja(UPDATE_MODEL_EVENT,""),Ja("change",""),Ja("clear"),Ja("input","")};return watch(()=>ed.modelValue,()=>{var hh;nextTick$1(()=>Zd()),ed.validateEvent&&((hh=gd==null?void 0:gd.validate)==null||hh.call(gd,"change").catch(Mh=>void 0))}),watch(hf,()=>Ff()),watch(()=>ed.type,async()=>{await nextTick$1(),Ff(),Zd()}),onMounted(()=>{!ed.formatter&&ed.parser,Ff(),nextTick$1(Zd)}),qa({input:Ad,textarea:Nd,ref:Ld,textareaStyle:Qd,autosize:toRef$1(ed,"autosize"),isComposing:xf,focus:Of,blur:$f,select:qf,clear:Xf,resizeTextarea:Zd}),(hh,Mh)=>(openBlock(),createElementBlock("div",mergeProps(unref(od),{class:[unref(sd),{[unref(Td).bm("group","append")]:hh.$slots.append,[unref(Td).bm("group","prepend")]:hh.$slots.prepend}],style:unref(Kd),role:hh.containerRole,onMouseenter:Kf,onMouseleave:Wf}),[createCommentVNode(" input "),hh.type!=="textarea"?(openBlock(),createElementBlock(Fragment,{key:0},[createCommentVNode(" prepend slot "),hh.$slots.prepend?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Td).be("group","prepend"))},[renderSlot(hh.$slots,"prepend")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref_key:"wrapperRef",ref:jd,class:normalizeClass(unref(ld))},[createCommentVNode(" prefix slot "),hh.$slots.prefix||hh.prefixIcon?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(Td).e("prefix"))},[createBaseVNode("span",{class:normalizeClass(unref(Td).e("prefix-inner"))},[renderSlot(hh.$slots,"prefix"),hh.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(Td).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(hh.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("input",mergeProps({id:unref(_d),ref_key:"input",ref:Ad,class:unref(Td).e("inner")},unref(cd),{minlength:hh.minlength,maxlength:hh.maxlength,type:hh.showPassword?Id.value?"text":"password":hh.type,disabled:unref(Ed),readonly:hh.readonly,autocomplete:hh.autocomplete,tabindex:hh.tabindex,"aria-label":hh.ariaLabel,placeholder:hh.placeholder,style:hh.inputStyle,form:hh.form,autofocus:hh.autofocus,onCompositionstart:unref(Nf),onCompositionupdate:unref(Bf),onCompositionend:unref(Tf),onInput:Lf,onChange:jf,onKeydown:Df}),null,16,["id","minlength","maxlength","type","disabled","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus","onCompositionstart","onCompositionupdate","onCompositionend"]),createCommentVNode(" suffix slot "),unref(yf)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(Td).e("suffix"))},[createBaseVNode("span",{class:normalizeClass(unref(Td).e("suffix-inner"))},[!unref(gf)||!unref(bf)||!unref(kf)?(openBlock(),createElementBlock(Fragment,{key:0},[renderSlot(hh.$slots,"suffix"),hh.suffixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(Td).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(hh.suffixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0),unref(gf)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(Td).e("icon"),unref(Td).e("clear")]),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:Xf},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),unref(bf)?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(Td).e("icon"),unref(Td).e("password")]),onClick:wf},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(zd))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),unref(kf)?(openBlock(),createElementBlock("span",{key:3,class:normalizeClass(unref(Td).e("count"))},[createBaseVNode("span",{class:normalizeClass(unref(Td).e("count-inner"))},toDisplayString(unref(Cf))+" / "+toDisplayString(hh.maxlength),3)],2)):createCommentVNode("v-if",!0),unref(qd)&&unref(Wd)&&unref(Vd)?(openBlock(),createBlock(unref(ElIcon),{key:4,class:normalizeClass([unref(Td).e("icon"),unref(Td).e("validateIcon"),unref(Td).is("loading",unref(qd)==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Wd))))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0)],2),createCommentVNode(" append slot "),hh.$slots.append?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(Td).be("group","append"))},[renderSlot(hh.$slots,"append")],2)):createCommentVNode("v-if",!0)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" textarea "),createBaseVNode("textarea",mergeProps({id:unref(_d),ref_key:"textarea",ref:Nd,class:[unref(Od).e("inner"),unref(Td).is("focus",unref(Pd))]},unref(cd),{minlength:hh.minlength,maxlength:hh.maxlength,tabindex:hh.tabindex,disabled:unref(Ed),readonly:hh.readonly,autocomplete:hh.autocomplete,style:unref(Qd),"aria-label":hh.ariaLabel,placeholder:hh.placeholder,form:hh.form,autofocus:hh.autofocus,rows:hh.rows,onCompositionstart:unref(Nf),onCompositionupdate:unref(Bf),onCompositionend:unref(Tf),onInput:Lf,onFocus:unref(Fd),onBlur:unref(Ud),onChange:jf,onKeydown:Df}),null,16,["id","minlength","maxlength","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus","rows","onCompositionstart","onCompositionupdate","onCompositionend","onFocus","onBlur"]),unref(kf)?(openBlock(),createElementBlock("span",{key:0,style:normalizeStyle(Rd.value),class:normalizeClass(unref(Td).e("count"))},toDisplayString(unref(Cf))+" / "+toDisplayString(hh.maxlength),7)):createCommentVNode("v-if",!0)],64))],16,["role"]))}});var Input=_export_sfc$1(_sfc_main$2V,[["__file","input.vue"]]);const ElInput=withInstall(Input),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:Ra,size:qa,bar:Ja})=>({[Ja.size]:qa,transform:`translate${Ja.axis}(${Ra}%)`}),scrollbarContextKey=Symbol("scrollbarContextKey"),thumbProps=buildProps({vertical:Boolean,size:String,move:Number,ratio:{type:Number,required:!0},always:Boolean}),COMPONENT_NAME$k="Thumb",_sfc_main$2U=defineComponent({__name:"thumb",props:thumbProps,setup(Ra){const qa=Ra,Ja=inject(scrollbarContextKey),ed=useNamespace("scrollbar");Ja||throwError$1(COMPONENT_NAME$k,"can not inject scrollbar context");const td=ref$1(),rd=ref$1(),od=ref$1({}),sd=ref$1(!1);let ld=!1,cd=!1,ud=isClient?document.onselectstart:null;const gd=computed(()=>BAR_MAP[qa.vertical?"vertical":"horizontal"]),_d=computed(()=>renderThumbStyle$1({size:qa.size,move:qa.move,bar:gd.value})),yd=computed(()=>td.value[gd.value.offset]**2/Ja.wrapElement[gd.value.scrollSize]/qa.ratio/rd.value[gd.value.offset]),Ed=Md=>{var Ld;if(Md.stopPropagation(),Md.ctrlKey||[1,2].includes(Md.button))return;(Ld=window.getSelection())==null||Ld.removeAllRanges(),Od(Md);const jd=Md.currentTarget;jd&&(od.value[gd.value.axis]=jd[gd.value.offset]-(Md[gd.value.client]-jd.getBoundingClientRect()[gd.value.direction]))},Td=Md=>{if(!rd.value||!td.value||!Ja.wrapElement)return;const Ld=Math.abs(Md.target.getBoundingClientRect()[gd.value.direction]-Md[gd.value.client]),jd=rd.value[gd.value.offset]/2,Pd=(Ld-jd)*100*yd.value/td.value[gd.value.offset];Ja.wrapElement[gd.value.scroll]=Pd*Ja.wrapElement[gd.value.scrollSize]/100},Od=Md=>{Md.stopImmediatePropagation(),ld=!0,document.addEventListener("mousemove",Ad),document.addEventListener("mouseup",Nd),ud=document.onselectstart,document.onselectstart=()=>!1},Ad=Md=>{if(!td.value||!rd.value||ld===!1)return;const Ld=od.value[gd.value.axis];if(!Ld)return;const jd=(td.value.getBoundingClientRect()[gd.value.direction]-Md[gd.value.client])*-1,Pd=rd.value[gd.value.offset]-Ld,Fd=(jd-Pd)*100*yd.value/td.value[gd.value.offset];Ja.wrapElement[gd.value.scroll]=Fd*Ja.wrapElement[gd.value.scrollSize]/100},Nd=()=>{ld=!1,od.value[gd.value.axis]=0,document.removeEventListener("mousemove",Ad),document.removeEventListener("mouseup",Nd),Rd(),cd&&(sd.value=!1)},kd=()=>{cd=!1,sd.value=!!qa.size},Id=()=>{cd=!0,sd.value=ld};onBeforeUnmount(()=>{Rd(),document.removeEventListener("mouseup",Nd)});const Rd=()=>{document.onselectstart!==ud&&(document.onselectstart=ud)};return useEventListener(toRef$1(Ja,"scrollbarElement"),"mousemove",kd),useEventListener(toRef$1(Ja,"scrollbarElement"),"mouseleave",Id),(Md,Ld)=>(openBlock(),createBlock(Transition$1,{name:unref(ed).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{ref_key:"instance",ref:td,class:normalizeClass([unref(ed).e("bar"),unref(ed).is(unref(gd).key)]),onMousedown:Td},[createBaseVNode("div",{ref_key:"thumb",ref:rd,class:normalizeClass(unref(ed).e("thumb")),style:normalizeStyle(unref(_d)),onMousedown:Ed},null,38)],34),[[vShow,Md.always||sd.value]])]),_:1},8,["name"]))}});var Thumb=_export_sfc$1(_sfc_main$2U,[["__file","thumb.vue"]]);const barProps=buildProps({always:{type:Boolean,default:!0},minSize:{type:Number,required:!0}}),_sfc_main$2T=defineComponent({__name:"bar",props:barProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=inject(scrollbarContextKey),td=ref$1(0),rd=ref$1(0),od=ref$1(""),sd=ref$1(""),ld=ref$1(1),cd=ref$1(1);return qa({handleScroll:_d=>{if(_d){const yd=_d.offsetHeight-GAP,Ed=_d.offsetWidth-GAP;rd.value=_d.scrollTop*100/yd*ld.value,td.value=_d.scrollLeft*100/Ed*cd.value}},update:()=>{const _d=ed==null?void 0:ed.wrapElement;if(!_d)return;const yd=_d.offsetHeight-GAP,Ed=_d.offsetWidth-GAP,Td=yd**2/_d.scrollHeight,Od=Ed**2/_d.scrollWidth,Ad=Math.max(Td,Ja.minSize),Nd=Math.max(Od,Ja.minSize);ld.value=Td/(yd-Td)/(Ad/(yd-Ad)),cd.value=Od/(Ed-Od)/(Nd/(Ed-Nd)),sd.value=Ad+GAP<yd?`${Ad}px`:"",od.value=Nd+GAP<Ed?`${Nd}px`:""}}),(_d,yd)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(Thumb,{move:td.value,ratio:cd.value,size:od.value,always:_d.always},null,8,["move","ratio","size","always"]),createVNode(Thumb,{move:rd.value,ratio:ld.value,size:sd.value,vertical:"",always:_d.always},null,8,["move","ratio","size","always"])],64))}});var Bar=_export_sfc$1(_sfc_main$2T,[["__file","bar.vue"]]);const scrollbarProps=buildProps({height:{type:[String,Number],default:""},maxHeight:{type:[String,Number],default:""},native:{type:Boolean,default:!1},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},id:String,role:String,...useAriaProps(["ariaLabel","ariaOrientation"])}),scrollbarEmits={scroll:({scrollTop:Ra,scrollLeft:qa})=>[Ra,qa].every(isNumber$3)},COMPONENT_NAME$j="ElScrollbar",__default__$1I=defineComponent({name:COMPONENT_NAME$j}),_sfc_main$2S=defineComponent({...__default__$1I,props:scrollbarProps,emits:scrollbarEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useNamespace("scrollbar");let rd,od,sd=0,ld=0;const cd=ref$1(),ud=ref$1(),gd=ref$1(),_d=ref$1(),yd=computed(()=>{const Rd={};return ed.height&&(Rd.height=addUnit(ed.height)),ed.maxHeight&&(Rd.maxHeight=addUnit(ed.maxHeight)),[ed.wrapStyle,Rd]}),Ed=computed(()=>[ed.wrapClass,td.e("wrap"),{[td.em("wrap","hidden-default")]:!ed.native}]),Td=computed(()=>[td.e("view"),ed.viewClass]),Od=()=>{var Rd;ud.value&&((Rd=_d.value)==null||Rd.handleScroll(ud.value),sd=ud.value.scrollTop,ld=ud.value.scrollLeft,Ja("scroll",{scrollTop:ud.value.scrollTop,scrollLeft:ud.value.scrollLeft}))};function Ad(Rd,Md){isObject$5(Rd)?ud.value.scrollTo(Rd):isNumber$3(Rd)&&isNumber$3(Md)&&ud.value.scrollTo(Rd,Md)}const Nd=Rd=>{isNumber$3(Rd)&&(ud.value.scrollTop=Rd)},kd=Rd=>{isNumber$3(Rd)&&(ud.value.scrollLeft=Rd)},Id=()=>{var Rd;(Rd=_d.value)==null||Rd.update()};return watch(()=>ed.noresize,Rd=>{Rd?(rd==null||rd(),od==null||od()):({stop:rd}=useResizeObserver(gd,Id),od=useEventListener("resize",Id))},{immediate:!0}),watch(()=>[ed.maxHeight,ed.height],()=>{ed.native||nextTick$1(()=>{var Rd;Id(),ud.value&&((Rd=_d.value)==null||Rd.handleScroll(ud.value))})}),provide(scrollbarContextKey,reactive({scrollbarElement:cd,wrapElement:ud})),onActivated(()=>{ud.value.scrollTop=sd,ud.value.scrollLeft=ld}),onMounted(()=>{ed.native||nextTick$1(()=>{Id()})}),onUpdated(()=>Id()),qa({wrapRef:ud,update:Id,scrollTo:Ad,setScrollTop:Nd,setScrollLeft:kd,handleScroll:Od}),(Rd,Md)=>(openBlock(),createElementBlock("div",{ref_key:"scrollbarRef",ref:cd,class:normalizeClass(unref(td).b())},[createBaseVNode("div",{ref_key:"wrapRef",ref:ud,class:normalizeClass(unref(Ed)),style:normalizeStyle(unref(yd)),onScroll:Od},[(openBlock(),createBlock(resolveDynamicComponent(Rd.tag),{id:Rd.id,ref_key:"resizeRef",ref:gd,class:normalizeClass(unref(Td)),style:normalizeStyle(Rd.viewStyle),role:Rd.role,"aria-label":Rd.ariaLabel,"aria-orientation":Rd.ariaOrientation},{default:withCtx(()=>[renderSlot(Rd.$slots,"default")]),_:3},8,["id","class","style","role","aria-label","aria-orientation"]))],38),Rd.native?createCommentVNode("v-if",!0):(openBlock(),createBlock(Bar,{key:0,ref_key:"barRef",ref:_d,always:Rd.always,"min-size":Rd.minSize},null,8,["always","min-size"]))],2))}});var Scrollbar=_export_sfc$1(_sfc_main$2S,[["__file","scrollbar.vue"]]);const ElScrollbar=withInstall(Scrollbar),POPPER_INJECTION_KEY=Symbol("popper"),POPPER_CONTENT_INJECTION_KEY=Symbol("popperContent"),roleTypes=["dialog","grid","group","listbox","menu","navigation","tooltip","tree"],popperProps=buildProps({role:{type:String,values:roleTypes,default:"tooltip"}}),__default__$1H=defineComponent({name:"ElPopper",inheritAttrs:!1}),_sfc_main$2R=defineComponent({...__default__$1H,props:popperProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=ref$1(),td=ref$1(),rd=ref$1(),od=ref$1(),sd=computed(()=>Ja.role),ld={triggerRef:ed,popperInstanceRef:td,contentRef:rd,referenceRef:od,role:sd};return qa(ld),provide(POPPER_INJECTION_KEY,ld),(cd,ud)=>renderSlot(cd.$slots,"default")}});var Popper=_export_sfc$1(_sfc_main$2R,[["__file","popper.vue"]]);const popperArrowProps=buildProps({arrowOffset:{type:Number,default:5}}),__default__$1G=defineComponent({name:"ElPopperArrow",inheritAttrs:!1}),_sfc_main$2Q=defineComponent({...__default__$1G,props:popperArrowProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=useNamespace("popper"),{arrowOffset:td,arrowRef:rd,arrowStyle:od}=inject(POPPER_CONTENT_INJECTION_KEY,void 0);return watch(()=>Ja.arrowOffset,sd=>{td.value=sd}),onBeforeUnmount(()=>{rd.value=void 0}),qa({arrowRef:rd}),(sd,ld)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:rd,class:normalizeClass(unref(ed).e("arrow")),style:normalizeStyle(unref(od)),"data-popper-arrow":""},null,6))}});var ElPopperArrow=_export_sfc$1(_sfc_main$2Q,[["__file","arrow.vue"]]);const NAME="ElOnlyChild",OnlyChild=defineComponent({name:NAME,setup(Ra,{slots:qa,attrs:Ja}){var ed;const td=inject(FORWARD_REF_INJECTION_KEY),rd=useForwardRefDirective((ed=td==null?void 0:td.setForwardRef)!=null?ed:NOOP);return()=>{var od;const sd=(od=qa.default)==null?void 0:od.call(qa,Ja);if(!sd||sd.length>1)return null;const ld=findFirstLegitChild(sd);return ld?withDirectives(cloneVNode(ld,Ja),[[rd]]):null}}});function findFirstLegitChild(Ra){if(!Ra)return null;const qa=Ra;for(const Ja of qa){if(isObject$5(Ja))switch(Ja.type){case Comment:continue;case Text$1:case"svg":return wrapTextContent(Ja);case Fragment:return findFirstLegitChild(Ja.children);default:return Ja}return wrapTextContent(Ja)}return null}function wrapTextContent(Ra){const qa=useNamespace("only-child");return createVNode("span",{class:qa.e("content")},[Ra])}const popperTriggerProps=buildProps({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}),__default__$1F=defineComponent({name:"ElPopperTrigger",inheritAttrs:!1}),_sfc_main$2P=defineComponent({...__default__$1F,props:popperTriggerProps,setup(Ra,{expose:qa}){const Ja=Ra,{role:ed,triggerRef:td}=inject(POPPER_INJECTION_KEY,void 0);useForwardRef(td);const rd=computed(()=>sd.value?Ja.id:void 0),od=computed(()=>{if(ed&&ed.value==="tooltip")return Ja.open&&Ja.id?Ja.id:void 0}),sd=computed(()=>{if(ed&&ed.value!=="tooltip")return ed.value}),ld=computed(()=>sd.value?`${Ja.open}`:void 0);let cd;const ud=["onMouseenter","onMouseleave","onClick","onKeydown","onFocus","onBlur","onContextmenu"];return onMounted(()=>{watch(()=>Ja.virtualRef,gd=>{gd&&(td.value=unrefElement(gd))},{immediate:!0}),watch(td,(gd,_d)=>{cd==null||cd(),cd=void 0,isElement$2(gd)&&(ud.forEach(yd=>{var Ed;const Td=Ja[yd];Td&&(gd.addEventListener(yd.slice(2).toLowerCase(),Td),(Ed=_d==null?void 0:_d.removeEventListener)==null||Ed.call(_d,yd.slice(2).toLowerCase(),Td))}),cd=watch([rd,od,sd,ld],yd=>{["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach((Ed,Td)=>{isNil(yd[Td])?gd.removeAttribute(Ed):gd.setAttribute(Ed,yd[Td])})},{immediate:!0})),isElement$2(_d)&&["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach(yd=>_d.removeAttribute(yd))},{immediate:!0})}),onBeforeUnmount(()=>{if(cd==null||cd(),cd=void 0,td.value&&isElement$2(td.value)){const gd=td.value;ud.forEach(_d=>{const yd=Ja[_d];yd&&gd.removeEventListener(_d.slice(2).toLowerCase(),yd)}),td.value=void 0}}),qa({triggerRef:td}),(gd,_d)=>gd.virtualTriggering?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(OnlyChild),mergeProps({key:0},gd.$attrs,{"aria-controls":unref(rd),"aria-describedby":unref(od),"aria-expanded":unref(ld),"aria-haspopup":unref(sd)}),{default:withCtx(()=>[renderSlot(gd.$slots,"default")]),_:3},16,["aria-controls","aria-describedby","aria-expanded","aria-haspopup"]))}});var ElPopperTrigger=_export_sfc$1(_sfc_main$2P,[["__file","trigger.vue"]]);const 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$1(),lastUserFocusTimestamp=ref$1(0),lastAutomatedFocusTimestamp=ref$1(0);let focusReasonUserCount=0;const obtainAllFocusableElements=Ra=>{const qa=[],Ja=document.createTreeWalker(Ra,NodeFilter.SHOW_ELEMENT,{acceptNode:ed=>{const td=ed.tagName==="INPUT"&&ed.type==="hidden";return ed.disabled||ed.hidden||td?NodeFilter.FILTER_SKIP:ed.tabIndex>=0||ed===document.activeElement?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;Ja.nextNode();)qa.push(Ja.currentNode);return qa},getVisibleElement=(Ra,qa)=>{for(const Ja of Ra)if(!isHidden(Ja,qa))return Ja},isHidden=(Ra,qa)=>{if(getComputedStyle(Ra).visibility==="hidden")return!0;for(;Ra;){if(qa&&Ra===qa)return!1;if(getComputedStyle(Ra).display==="none")return!0;Ra=Ra.parentElement}return!1},getEdges=Ra=>{const qa=obtainAllFocusableElements(Ra),Ja=getVisibleElement(qa,Ra),ed=getVisibleElement(qa.reverse(),Ra);return[Ja,ed]},isSelectable=Ra=>Ra instanceof HTMLInputElement&&"select"in Ra,tryFocus=(Ra,qa)=>{if(Ra&&Ra.focus){const Ja=document.activeElement;Ra.focus({preventScroll:!0}),lastAutomatedFocusTimestamp.value=window.performance.now(),Ra!==Ja&&isSelectable(Ra)&&qa&&Ra.select()}};function removeFromStack(Ra,qa){const Ja=[...Ra],ed=Ra.indexOf(qa);return ed!==-1&&Ja.splice(ed,1),Ja}const createFocusableStack=()=>{let Ra=[];return{push:ed=>{const td=Ra[0];td&&ed!==td&&td.pause(),Ra=removeFromStack(Ra,ed),Ra.unshift(ed)},remove:ed=>{var td,rd;Ra=removeFromStack(Ra,ed),(rd=(td=Ra[0])==null?void 0:td.resume)==null||rd.call(td)}}},focusFirstDescendant=(Ra,qa=!1)=>{const Ja=document.activeElement;for(const ed of Ra)if(tryFocus(ed,qa),document.activeElement!==Ja)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=Ra=>new CustomEvent(FOCUSOUT_PREVENTED,{...FOCUSOUT_PREVENTED_OPTS,detail:Ra}),_sfc_main$2O=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(Ra,{emit:qa}){const Ja=ref$1();let ed,td;const{focusReason:rd}=useFocusReason();useEscapeKeydown(Ed=>{Ra.trapped&&!od.paused&&qa("release-requested",Ed)});const od={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},sd=Ed=>{if(!Ra.loop&&!Ra.trapped||od.paused)return;const{key:Td,altKey:Od,ctrlKey:Ad,metaKey:Nd,currentTarget:kd,shiftKey:Id}=Ed,{loop:Rd}=Ra,Md=Td===EVENT_CODE.tab&&!Od&&!Ad&&!Nd,Ld=document.activeElement;if(Md&&Ld){const jd=kd,[Pd,Fd]=getEdges(jd);if(Pd&&Fd){if(!Id&&Ld===Fd){const Vd=createFocusOutPreventedEvent({focusReason:rd.value});qa("focusout-prevented",Vd),Vd.defaultPrevented||(Ed.preventDefault(),Rd&&tryFocus(Pd,!0))}else if(Id&&[Pd,jd].includes(Ld)){const Vd=createFocusOutPreventedEvent({focusReason:rd.value});qa("focusout-prevented",Vd),Vd.defaultPrevented||(Ed.preventDefault(),Rd&&tryFocus(Fd,!0))}}else if(Ld===jd){const Vd=createFocusOutPreventedEvent({focusReason:rd.value});qa("focusout-prevented",Vd),Vd.defaultPrevented||Ed.preventDefault()}}};provide(FOCUS_TRAP_INJECTION_KEY,{focusTrapRef:Ja,onKeydown:sd}),watch(()=>Ra.focusTrapEl,Ed=>{Ed&&(Ja.value=Ed)},{immediate:!0}),watch([Ja],([Ed],[Td])=>{Ed&&(Ed.addEventListener("keydown",sd),Ed.addEventListener("focusin",ud),Ed.addEventListener("focusout",gd)),Td&&(Td.removeEventListener("keydown",sd),Td.removeEventListener("focusin",ud),Td.removeEventListener("focusout",gd))});const ld=Ed=>{qa(ON_TRAP_FOCUS_EVT,Ed)},cd=Ed=>qa(ON_RELEASE_FOCUS_EVT,Ed),ud=Ed=>{const Td=unref(Ja);if(!Td)return;const Od=Ed.target,Ad=Ed.relatedTarget,Nd=Od&&Td.contains(Od);Ra.trapped||Ad&&Td.contains(Ad)||(ed=Ad),Nd&&qa("focusin",Ed),!od.paused&&Ra.trapped&&(Nd?td=Od:tryFocus(td,!0))},gd=Ed=>{const Td=unref(Ja);if(!(od.paused||!Td))if(Ra.trapped){const Od=Ed.relatedTarget;!isNil(Od)&&!Td.contains(Od)&&setTimeout(()=>{if(!od.paused&&Ra.trapped){const Ad=createFocusOutPreventedEvent({focusReason:rd.value});qa("focusout-prevented",Ad),Ad.defaultPrevented||tryFocus(td,!0)}},0)}else{const Od=Ed.target;Od&&Td.contains(Od)||qa("focusout",Ed)}};async function _d(){await nextTick$1();const Ed=unref(Ja);if(Ed){focusableStack.push(od);const Td=Ed.contains(document.activeElement)?ed:document.activeElement;if(ed=Td,!Ed.contains(Td)){const Ad=new Event(FOCUS_AFTER_TRAPPED,FOCUS_AFTER_TRAPPED_OPTS);Ed.addEventListener(FOCUS_AFTER_TRAPPED,ld),Ed.dispatchEvent(Ad),Ad.defaultPrevented||nextTick$1(()=>{let Nd=Ra.focusStartEl;isString$3(Nd)||(tryFocus(Nd),document.activeElement!==Nd&&(Nd="first")),Nd==="first"&&focusFirstDescendant(obtainAllFocusableElements(Ed),!0),(document.activeElement===Td||Nd==="container")&&tryFocus(Ed)})}}}function yd(){const Ed=unref(Ja);if(Ed){Ed.removeEventListener(FOCUS_AFTER_TRAPPED,ld);const Td=new CustomEvent(FOCUS_AFTER_RELEASED,{...FOCUS_AFTER_TRAPPED_OPTS,detail:{focusReason:rd.value}});Ed.addEventListener(FOCUS_AFTER_RELEASED,cd),Ed.dispatchEvent(Td),!Td.defaultPrevented&&(rd.value=="keyboard"||!isFocusCausedByUserEvent()||Ed.contains(document.activeElement))&&tryFocus(ed??document.body),Ed.removeEventListener(FOCUS_AFTER_RELEASED,cd),focusableStack.remove(od)}}return onMounted(()=>{Ra.trapped&&_d(),watch(()=>Ra.trapped,Ed=>{Ed?_d():yd()})}),onBeforeUnmount(()=>{Ra.trapped&&yd(),Ja.value&&(Ja.value.removeEventListener("keydown",sd),Ja.value.removeEventListener("focusin",ud),Ja.value.removeEventListener("focusout",gd),Ja.value=void 0)}),{onKeydown:sd}}});function _sfc_render$u(Ra,qa,Ja,ed,td,rd){return renderSlot(Ra.$slots,"default",{handleKeydown:Ra.onKeydown})}var ElFocusTrap=_export_sfc$1(_sfc_main$2O,[["render",_sfc_render$u],["__file","focus-trap.vue"]]);const POSITIONING_STRATEGIES=["fixed","absolute"],popperCoreConfigProps=buildProps({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$4,default:"bottom"},popperOptions:{type:definePropType(Object),default:()=>({})},strategy:{type:String,values:POSITIONING_STRATEGIES,default:"absolute"}}),popperContentProps=buildProps({...popperCoreConfigProps,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:{type:Boolean,default:!1},trapping:{type:Boolean,default:!1},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"])}),popperContentEmits={mouseenter:Ra=>Ra instanceof MouseEvent,mouseleave:Ra=>Ra instanceof MouseEvent,focus:()=>!0,blur:()=>!0,close:()=>!0},buildPopperOptions=(Ra,qa=[])=>{const{placement:Ja,strategy:ed,popperOptions:td}=Ra,rd={placement:Ja,strategy:ed,...td,modifiers:[...genModifiers(Ra),...qa]};return deriveExtraModifiers(rd,td==null?void 0:td.modifiers),rd},unwrapMeasurableEl=Ra=>{if(isClient)return unrefElement(Ra)};function genModifiers(Ra){const{offset:qa,gpuAcceleration:Ja,fallbackPlacements:ed}=Ra;return[{name:"offset",options:{offset:[0,qa??12]}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5,fallbackPlacements:ed}},{name:"computeStyles",options:{gpuAcceleration:Ja}}]}function deriveExtraModifiers(Ra,qa){qa&&(Ra.modifiers=[...Ra.modifiers,...qa??[]])}const DEFAULT_ARROW_OFFSET=0,usePopperContent=Ra=>{const{popperInstanceRef:qa,contentRef:Ja,triggerRef:ed,role:td}=inject(POPPER_INJECTION_KEY,void 0),rd=ref$1(),od=ref$1(),sd=computed(()=>({name:"eventListeners",enabled:!!Ra.visible})),ld=computed(()=>{var Ad;const Nd=unref(rd),kd=(Ad=unref(od))!=null?Ad:DEFAULT_ARROW_OFFSET;return{name:"arrow",enabled:!isUndefined$2(Nd),options:{element:Nd,padding:kd}}}),cd=computed(()=>({onFirstUpdate:()=>{Ed()},...buildPopperOptions(Ra,[unref(ld),unref(sd)])})),ud=computed(()=>unwrapMeasurableEl(Ra.referenceEl)||unref(ed)),{attributes:gd,state:_d,styles:yd,update:Ed,forceUpdate:Td,instanceRef:Od}=usePopper(ud,Ja,cd);return watch(Od,Ad=>qa.value=Ad),onMounted(()=>{watch(()=>{var Ad;return(Ad=unref(ud))==null?void 0:Ad.getBoundingClientRect()},()=>{Ed()})}),{attributes:gd,arrowRef:rd,contentRef:Ja,instanceRef:Od,state:_d,styles:yd,role:td,forceUpdate:Td,update:Ed}},usePopperContentDOM=(Ra,{attributes:qa,styles:Ja,role:ed})=>{const{nextZIndex:td}=useZIndex(),rd=useNamespace("popper"),od=computed(()=>unref(qa).popper),sd=ref$1(isNumber$3(Ra.zIndex)?Ra.zIndex:td()),ld=computed(()=>[rd.b(),rd.is("pure",Ra.pure),rd.is(Ra.effect),Ra.popperClass]),cd=computed(()=>[{zIndex:unref(sd)},unref(Ja).popper,Ra.popperStyle||{}]),ud=computed(()=>ed.value==="dialog"?"false":void 0),gd=computed(()=>unref(Ja).arrow||{});return{ariaModal:ud,arrowStyle:gd,contentAttrs:od,contentClass:ld,contentStyle:cd,contentZIndex:sd,updateZIndex:()=>{sd.value=isNumber$3(Ra.zIndex)?Ra.zIndex:td()}}},usePopperContentFocusTrap=(Ra,qa)=>{const Ja=ref$1(!1),ed=ref$1();return{focusStartRef:ed,trapped:Ja,onFocusAfterReleased:cd=>{var ud;((ud=cd.detail)==null?void 0:ud.focusReason)!=="pointer"&&(ed.value="first",qa("blur"))},onFocusAfterTrapped:()=>{qa("focus")},onFocusInTrap:cd=>{Ra.visible&&!Ja.value&&(cd.target&&(ed.value=cd.target),Ja.value=!0)},onFocusoutPrevented:cd=>{Ra.trapping||(cd.detail.focusReason==="pointer"&&cd.preventDefault(),Ja.value=!1)},onReleaseRequested:()=>{Ja.value=!1,qa("close")}}},__default__$1E=defineComponent({name:"ElPopperContent"}),_sfc_main$2N=defineComponent({...__default__$1E,props:popperContentProps,emits:popperContentEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,{focusStartRef:td,trapped:rd,onFocusAfterReleased:od,onFocusAfterTrapped:sd,onFocusInTrap:ld,onFocusoutPrevented:cd,onReleaseRequested:ud}=usePopperContentFocusTrap(ed,Ja),{attributes:gd,arrowRef:_d,contentRef:yd,styles:Ed,instanceRef:Td,role:Od,update:Ad}=usePopperContent(ed),{ariaModal:Nd,arrowStyle:kd,contentAttrs:Id,contentClass:Rd,contentStyle:Md,updateZIndex:Ld}=usePopperContentDOM(ed,{styles:Ed,attributes:gd,role:Od}),jd=inject(formItemContextKey,void 0),Pd=ref$1();provide(POPPER_CONTENT_INJECTION_KEY,{arrowStyle:kd,arrowRef:_d,arrowOffset:Pd}),jd&&provide(formItemContextKey,{...jd,addInputId:NOOP,removeInputId:NOOP});let Fd;const Ud=(qd=!0)=>{Ad(),qd&&Ld()},Vd=()=>{Ud(!1),ed.visible&&ed.focusOnShow?rd.value=!0:ed.visible===!1&&(rd.value=!1)};return onMounted(()=>{watch(()=>ed.triggerTargetEl,(qd,Wd)=>{Fd==null||Fd(),Fd=void 0;const zd=unref(qd||yd.value),Kd=unref(Wd||yd.value);isElement$2(zd)&&(Fd=watch([Od,()=>ed.ariaLabel,Nd,()=>ed.id],Qd=>{["role","aria-label","aria-modal","id"].forEach((hf,gf)=>{isNil(Qd[gf])?zd.removeAttribute(hf):zd.setAttribute(hf,Qd[gf])})},{immediate:!0})),Kd!==zd&&isElement$2(Kd)&&["role","aria-label","aria-modal","id"].forEach(Qd=>{Kd.removeAttribute(Qd)})},{immediate:!0}),watch(()=>ed.visible,Vd,{immediate:!0})}),onBeforeUnmount(()=>{Fd==null||Fd(),Fd=void 0}),qa({popperContentRef:yd,popperInstanceRef:Td,updatePopper:Ud,contentStyle:Md}),(qd,Wd)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"contentRef",ref:yd},unref(Id),{style:unref(Md),class:unref(Rd),tabindex:"-1",onMouseenter:zd=>qd.$emit("mouseenter",zd),onMouseleave:zd=>qd.$emit("mouseleave",zd)}),[createVNode(unref(ElFocusTrap),{trapped:unref(rd),"trap-on-focus-in":!0,"focus-trap-el":unref(yd),"focus-start-el":unref(td),onFocusAfterTrapped:unref(sd),onFocusAfterReleased:unref(od),onFocusin:unref(ld),onFocusoutPrevented:unref(cd),onReleaseRequested:unref(ud)},{default:withCtx(()=>[renderSlot(qd.$slots,"default")]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusin","onFocusoutPrevented","onReleaseRequested"])],16,["onMouseenter","onMouseleave"]))}});var ElPopperContent=_export_sfc$1(_sfc_main$2N,[["__file","content.vue"]]);const ElPopper=withInstall(Popper),TOOLTIP_INJECTION_KEY=Symbol("elTooltip"),useTooltipContentProps=buildProps({...useDelayedToggleProps,...popperContentProps,appendTo:{type:definePropType([String,Object])},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({...popperTriggerProps,disabled:Boolean,trigger:{type:definePropType([String,Array]),default:"hover"},triggerKeys:{type:definePropType(Array),default:()=>[EVENT_CODE.enter,EVENT_CODE.space]}}),{useModelToggleProps:useTooltipModelToggleProps,useModelToggleEmits:useTooltipModelToggleEmits,useModelToggle:useTooltipModelToggle}=createModelToggleComposable("visible"),useTooltipProps=buildProps({...popperProps,...useTooltipModelToggleProps,...useTooltipContentProps,...useTooltipTriggerProps,...popperArrowProps,showArrow:{type:Boolean,default:!0}}),tooltipEmits=[...useTooltipModelToggleEmits,"before-show","before-hide","show","hide","open","close"],isTriggerType=(Ra,qa)=>isArray$2(Ra)?Ra.includes(qa):Ra===qa,whenTrigger=(Ra,qa,Ja)=>ed=>{isTriggerType(unref(Ra),qa)&&Ja(ed)},__default__$1D=defineComponent({name:"ElTooltipTrigger"}),_sfc_main$2M=defineComponent({...__default__$1D,props:useTooltipTriggerProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=useNamespace("tooltip"),{controlled:td,id:rd,open:od,onOpen:sd,onClose:ld,onToggle:cd}=inject(TOOLTIP_INJECTION_KEY,void 0),ud=ref$1(null),gd=()=>{if(unref(td)||Ja.disabled)return!0},_d=toRef$1(Ja,"trigger"),yd=composeEventHandlers(gd,whenTrigger(_d,"hover",sd)),Ed=composeEventHandlers(gd,whenTrigger(_d,"hover",ld)),Td=composeEventHandlers(gd,whenTrigger(_d,"click",Id=>{Id.button===0&&cd(Id)})),Od=composeEventHandlers(gd,whenTrigger(_d,"focus",sd)),Ad=composeEventHandlers(gd,whenTrigger(_d,"focus",ld)),Nd=composeEventHandlers(gd,whenTrigger(_d,"contextmenu",Id=>{Id.preventDefault(),cd(Id)})),kd=composeEventHandlers(gd,Id=>{const{code:Rd}=Id;Ja.triggerKeys.includes(Rd)&&(Id.preventDefault(),cd(Id))});return qa({triggerRef:ud}),(Id,Rd)=>(openBlock(),createBlock(unref(ElPopperTrigger),{id:unref(rd),"virtual-ref":Id.virtualRef,open:unref(od),"virtual-triggering":Id.virtualTriggering,class:normalizeClass(unref(ed).e("trigger")),onBlur:unref(Ad),onClick:unref(Td),onContextmenu:unref(Nd),onFocus:unref(Od),onMouseenter:unref(yd),onMouseleave:unref(Ed),onKeydown:unref(kd)},{default:withCtx(()=>[renderSlot(Id.$slots,"default")]),_:3},8,["id","virtual-ref","open","virtual-triggering","class","onBlur","onClick","onContextmenu","onFocus","onMouseenter","onMouseleave","onKeydown"]))}});var ElTooltipTrigger=_export_sfc$1(_sfc_main$2M,[["__file","trigger.vue"]]);const teleportProps=buildProps({to:{type:definePropType([String,Object]),required:!0},disabled:Boolean}),_sfc_main$2L=defineComponent({__name:"teleport",props:teleportProps,setup(Ra){return(qa,Ja)=>qa.disabled?renderSlot(qa.$slots,"default",{key:0}):(openBlock(),createBlock(Teleport$1,{key:1,to:qa.to},[renderSlot(qa.$slots,"default")],8,["to"]))}});var Teleport=_export_sfc$1(_sfc_main$2L,[["__file","teleport.vue"]]);const ElTeleport=withInstall(Teleport),__default__$1C=defineComponent({name:"ElTooltipContent",inheritAttrs:!1}),_sfc_main$2K=defineComponent({...__default__$1C,props:useTooltipContentProps,setup(Ra,{expose:qa}){const Ja=Ra,{selector:ed}=usePopperContainerId(),td=useNamespace("tooltip"),rd=ref$1(null);let od;const{controlled:sd,id:ld,open:cd,trigger:ud,onClose:gd,onOpen:_d,onShow:yd,onHide:Ed,onBeforeShow:Td,onBeforeHide:Od}=inject(TOOLTIP_INJECTION_KEY,void 0),Ad=computed(()=>Ja.transition||`${td.namespace.value}-fade-in-linear`),Nd=computed(()=>Ja.persistent);onBeforeUnmount(()=>{od==null||od()});const kd=computed(()=>unref(Nd)?!0:unref(cd)),Id=computed(()=>Ja.disabled?!1:unref(cd)),Rd=computed(()=>Ja.appendTo||ed.value),Md=computed(()=>{var Kd;return(Kd=Ja.style)!=null?Kd:{}}),Ld=computed(()=>!unref(cd)),jd=()=>{Ed()},Pd=()=>{if(unref(sd))return!0},Fd=composeEventHandlers(Pd,()=>{Ja.enterable&&unref(ud)==="hover"&&_d()}),Ud=composeEventHandlers(Pd,()=>{unref(ud)==="hover"&&gd()}),Vd=()=>{var Kd,Qd;(Qd=(Kd=rd.value)==null?void 0:Kd.updatePopper)==null||Qd.call(Kd),Td==null||Td()},qd=()=>{Od==null||Od()},Wd=()=>{yd(),od=onClickOutside(computed(()=>{var Kd;return(Kd=rd.value)==null?void 0:Kd.popperContentRef}),()=>{if(unref(sd))return;unref(ud)!=="hover"&&gd()})},zd=()=>{Ja.virtualTriggering||gd()};return watch(()=>unref(cd),Kd=>{Kd||od==null||od()},{flush:"post"}),watch(()=>Ja.content,()=>{var Kd,Qd;(Qd=(Kd=rd.value)==null?void 0:Kd.updatePopper)==null||Qd.call(Kd)}),qa({contentRef:rd}),(Kd,Qd)=>(openBlock(),createBlock(unref(ElTeleport),{disabled:!Kd.teleported,to:unref(Rd)},{default:withCtx(()=>[createVNode(Transition$1,{name:unref(Ad),onAfterLeave:jd,onBeforeEnter:Vd,onAfterEnter:Wd,onBeforeLeave:qd},{default:withCtx(()=>[unref(kd)?withDirectives((openBlock(),createBlock(unref(ElPopperContent),mergeProps({key:0,id:unref(ld),ref_key:"contentRef",ref:rd},Kd.$attrs,{"aria-label":Kd.ariaLabel,"aria-hidden":unref(Ld),"boundaries-padding":Kd.boundariesPadding,"fallback-placements":Kd.fallbackPlacements,"gpu-acceleration":Kd.gpuAcceleration,offset:Kd.offset,placement:Kd.placement,"popper-options":Kd.popperOptions,strategy:Kd.strategy,effect:Kd.effect,enterable:Kd.enterable,pure:Kd.pure,"popper-class":Kd.popperClass,"popper-style":[Kd.popperStyle,unref(Md)],"reference-el":Kd.referenceEl,"trigger-target-el":Kd.triggerTargetEl,visible:unref(Id),"z-index":Kd.zIndex,onMouseenter:unref(Fd),onMouseleave:unref(Ud),onBlur:zd,onClose:unref(gd)}),{default:withCtx(()=>[renderSlot(Kd.$slots,"default")]),_:3},16,["id","aria-label","aria-hidden","boundaries-padding","fallback-placements","gpu-acceleration","offset","placement","popper-options","strategy","effect","enterable","pure","popper-class","popper-style","reference-el","trigger-target-el","visible","z-index","onMouseenter","onMouseleave","onClose"])),[[vShow,unref(Id)]]):createCommentVNode("v-if",!0)]),_:3},8,["name"])]),_:3},8,["disabled","to"]))}});var ElTooltipContent=_export_sfc$1(_sfc_main$2K,[["__file","content.vue"]]);const __default__$1B=defineComponent({name:"ElTooltip"}),_sfc_main$2J=defineComponent({...__default__$1B,props:useTooltipProps,emits:tooltipEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra;usePopperContainer();const td=useId(),rd=ref$1(),od=ref$1(),sd=()=>{var Ad;const Nd=unref(rd);Nd&&((Ad=Nd.popperInstanceRef)==null||Ad.update())},ld=ref$1(!1),cd=ref$1(),{show:ud,hide:gd,hasUpdateHandler:_d}=useTooltipModelToggle({indicator:ld,toggleReason:cd}),{onOpen:yd,onClose:Ed}=useDelayedToggle({showAfter:toRef$1(ed,"showAfter"),hideAfter:toRef$1(ed,"hideAfter"),autoClose:toRef$1(ed,"autoClose"),open:ud,close:gd}),Td=computed(()=>isBoolean$3(ed.visible)&&!_d.value);provide(TOOLTIP_INJECTION_KEY,{controlled:Td,id:td,open:readonly(ld),trigger:toRef$1(ed,"trigger"),onOpen:Ad=>{yd(Ad)},onClose:Ad=>{Ed(Ad)},onToggle:Ad=>{unref(ld)?Ed(Ad):yd(Ad)},onShow:()=>{Ja("show",cd.value)},onHide:()=>{Ja("hide",cd.value)},onBeforeShow:()=>{Ja("before-show",cd.value)},onBeforeHide:()=>{Ja("before-hide",cd.value)},updatePopper:sd}),watch(()=>ed.disabled,Ad=>{Ad&&ld.value&&(ld.value=!1)});const Od=Ad=>{var Nd,kd;const Id=(kd=(Nd=od.value)==null?void 0:Nd.contentRef)==null?void 0:kd.popperContentRef,Rd=(Ad==null?void 0:Ad.relatedTarget)||document.activeElement;return Id&&Id.contains(Rd)};return onDeactivated(()=>ld.value&&gd()),qa({popperRef:rd,contentRef:od,isFocusInsideContent:Od,updatePopper:sd,onOpen:yd,onClose:Ed,hide:gd}),(Ad,Nd)=>(openBlock(),createBlock(unref(ElPopper),{ref_key:"popperRef",ref:rd,role:Ad.role},{default:withCtx(()=>[createVNode(ElTooltipTrigger,{disabled:Ad.disabled,trigger:Ad.trigger,"trigger-keys":Ad.triggerKeys,"virtual-ref":Ad.virtualRef,"virtual-triggering":Ad.virtualTriggering},{default:withCtx(()=>[Ad.$slots.default?renderSlot(Ad.$slots,"default",{key:0}):createCommentVNode("v-if",!0)]),_:3},8,["disabled","trigger","trigger-keys","virtual-ref","virtual-triggering"]),createVNode(ElTooltipContent,{ref_key:"contentRef",ref:od,"aria-label":Ad.ariaLabel,"boundaries-padding":Ad.boundariesPadding,content:Ad.content,disabled:Ad.disabled,effect:Ad.effect,enterable:Ad.enterable,"fallback-placements":Ad.fallbackPlacements,"hide-after":Ad.hideAfter,"gpu-acceleration":Ad.gpuAcceleration,offset:Ad.offset,persistent:Ad.persistent,"popper-class":Ad.popperClass,"popper-style":Ad.popperStyle,placement:Ad.placement,"popper-options":Ad.popperOptions,pure:Ad.pure,"raw-content":Ad.rawContent,"reference-el":Ad.referenceEl,"trigger-target-el":Ad.triggerTargetEl,"show-after":Ad.showAfter,strategy:Ad.strategy,teleported:Ad.teleported,transition:Ad.transition,"virtual-triggering":Ad.virtualTriggering,"z-index":Ad.zIndex,"append-to":Ad.appendTo},{default:withCtx(()=>[renderSlot(Ad.$slots,"content",{},()=>[Ad.rawContent?(openBlock(),createElementBlock("span",{key:0,innerHTML:Ad.content},null,8,["innerHTML"])):(openBlock(),createElementBlock("span",{key:1},toDisplayString(Ad.content),1))]),Ad.showArrow?(openBlock(),createBlock(unref(ElPopperArrow),{key:0,"arrow-offset":Ad.arrowOffset},null,8,["arrow-offset"])):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","pure","raw-content","reference-el","trigger-target-el","show-after","strategy","teleported","transition","virtual-triggering","z-index","append-to"])]),_:3},8,["role"]))}});var Tooltip=_export_sfc$1(_sfc_main$2J,[["__file","tooltip.vue"]]);const ElTooltip=withInstall(Tooltip),autocompleteProps=buildProps({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:{type:String,default:""},triggerOnFocus:{type:Boolean,default:!0},selectWhenUnmatched:{type:Boolean,default:!1},hideLoading:{type:Boolean,default:!1},teleported:useTooltipContentProps.teleported,highlightFirstItem:{type:Boolean,default:!1},fitInputWidth:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},name:String,...useAriaProps(["ariaLabel"])}),autocompleteEmits={[UPDATE_MODEL_EVENT]:Ra=>isString$3(Ra),[INPUT_EVENT]:Ra=>isString$3(Ra),[CHANGE_EVENT]:Ra=>isString$3(Ra),focus:Ra=>Ra instanceof FocusEvent,blur:Ra=>Ra instanceof FocusEvent,clear:()=>!0,select:Ra=>isObject$5(Ra)},COMPONENT_NAME$i="ElAutocomplete",__default__$1A=defineComponent({name:COMPONENT_NAME$i,inheritAttrs:!1}),_sfc_main$2I=defineComponent({...__default__$1A,props:autocompleteProps,emits:autocompleteEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useAttrs(),rd=useAttrs$1(),od=useFormDisabled(),sd=useNamespace("autocomplete"),ld=ref$1(),cd=ref$1(),ud=ref$1(),gd=ref$1();let _d=!1,yd=!1;const Ed=ref$1([]),Td=ref$1(-1),Od=ref$1(""),Ad=ref$1(!1),Nd=ref$1(!1),kd=ref$1(!1),Id=useId(),Rd=computed(()=>rd.style),Md=computed(()=>(Ed.value.length>0||kd.value)&&Ad.value),Ld=computed(()=>!ed.hideLoading&&kd.value),jd=computed(()=>ld.value?Array.from(ld.value.$el.querySelectorAll("input")):[]),Pd=()=>{Md.value&&(Od.value=`${ld.value.$el.offsetWidth}px`)},Fd=()=>{Td.value=-1},Vd=debounce(async Zd=>{if(Nd.value)return;const mf=Pf=>{kd.value=!1,!Nd.value&&(isArray$2(Pf)?(Ed.value=Pf,Td.value=ed.highlightFirstItem?0:-1):throwError$1(COMPONENT_NAME$i,"autocomplete suggestions must be an array"))};if(kd.value=!0,isArray$2(ed.fetchSuggestions))mf(ed.fetchSuggestions);else{const Pf=await ed.fetchSuggestions(Zd,mf);isArray$2(Pf)&&mf(Pf)}},ed.debounce),qd=Zd=>{const mf=!!Zd;if(Ja(INPUT_EVENT,Zd),Ja(UPDATE_MODEL_EVENT,Zd),Nd.value=!1,Ad.value||(Ad.value=mf),!ed.triggerOnFocus&&!Zd){Nd.value=!0,Ed.value=[];return}Vd(Zd)},Wd=Zd=>{var mf;od.value||(((mf=Zd.target)==null?void 0:mf.tagName)!=="INPUT"||jd.value.includes(document.activeElement))&&(Ad.value=!0)},zd=Zd=>{Ja(CHANGE_EVENT,Zd)},Kd=Zd=>{yd?yd=!1:(Ad.value=!0,Ja("focus",Zd),ed.triggerOnFocus&&!_d&&Vd(String(ed.modelValue)))},Qd=Zd=>{setTimeout(()=>{var mf;if((mf=ud.value)!=null&&mf.isFocusInsideContent()){yd=!0;return}Ad.value&&kf(),Ja("blur",Zd)})},hf=()=>{Ad.value=!1,Ja(UPDATE_MODEL_EVENT,""),Ja("clear")},gf=async()=>{Md.value&&Td.value>=0&&Td.value<Ed.value.length?yf(Ed.value[Td.value]):ed.selectWhenUnmatched&&(Ja("select",{value:ed.modelValue}),Ed.value=[],Td.value=-1)},bf=Zd=>{Md.value&&(Zd.preventDefault(),Zd.stopPropagation(),kf())},kf=()=>{Ad.value=!1},Cf=()=>{var Zd;(Zd=ld.value)==null||Zd.focus()},Ef=()=>{var Zd;(Zd=ld.value)==null||Zd.blur()},yf=async Zd=>{Ja(INPUT_EVENT,Zd[ed.valueKey]),Ja(UPDATE_MODEL_EVENT,Zd[ed.valueKey]),Ja("select",Zd),Ed.value=[],Td.value=-1},Mf=Zd=>{if(!Md.value||kd.value)return;if(Zd<0){Td.value=-1;return}Zd>=Ed.value.length&&(Zd=Ed.value.length-1);const mf=cd.value.querySelector(`.${sd.be("suggestion","wrap")}`),Ff=mf.querySelectorAll(`.${sd.be("suggestion","list")} li`)[Zd],Lf=mf.scrollTop,{offsetTop:jf,scrollHeight:xf}=Ff;jf+xf>Lf+mf.clientHeight&&(mf.scrollTop+=xf),jf<Lf&&(mf.scrollTop-=xf),Td.value=Zd,ld.value.ref.setAttribute("aria-activedescendant",`${Id.value}-item-${Td.value}`)},Af=onClickOutside(gd,()=>{Md.value&&kf()});return onBeforeUnmount(()=>{Af==null||Af()}),onMounted(()=>{ld.value.ref.setAttribute("role","textbox"),ld.value.ref.setAttribute("aria-autocomplete","list"),ld.value.ref.setAttribute("aria-controls","id"),ld.value.ref.setAttribute("aria-activedescendant",`${Id.value}-item-${Td.value}`),_d=ld.value.ref.hasAttribute("readonly")}),qa({highlightedIndex:Td,activated:Ad,loading:kd,inputRef:ld,popperRef:ud,suggestions:Ed,handleSelect:yf,handleKeyEnter:gf,focus:Cf,blur:Ef,close:kf,highlight:Mf}),(Zd,mf)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popperRef",ref:ud,visible:unref(Md),placement:Zd.placement,"fallback-placements":["bottom-start","top-start"],"popper-class":[unref(sd).e("popper"),Zd.popperClass],teleported:Zd.teleported,"gpu-acceleration":!1,pure:"","manual-mode":"",effect:"light",trigger:"click",transition:`${unref(sd).namespace.value}-zoom-in-top`,persistent:"",role:"listbox",onBeforeShow:Pd,onHide:Fd},{content:withCtx(()=>[createBaseVNode("div",{ref_key:"regionRef",ref:cd,class:normalizeClass([unref(sd).b("suggestion"),unref(sd).is("loading",unref(Ld))]),style:normalizeStyle({[Zd.fitInputWidth?"width":"minWidth"]:Od.value,outline:"none"}),role:"region"},[createVNode(unref(ElScrollbar),{id:unref(Id),tag:"ul","wrap-class":unref(sd).be("suggestion","wrap"),"view-class":unref(sd).be("suggestion","list"),role:"listbox"},{default:withCtx(()=>[unref(Ld)?(openBlock(),createElementBlock("li",{key:0},[renderSlot(Zd.$slots,"loading",{},()=>[createVNode(unref(ElIcon),{class:normalizeClass(unref(sd).is("loading"))},{default:withCtx(()=>[createVNode(unref(loading_default))]),_:1},8,["class"])])])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(Ed.value,(Pf,Ff)=>(openBlock(),createElementBlock("li",{id:`${unref(Id)}-item-${Ff}`,key:Ff,class:normalizeClass({highlighted:Td.value===Ff}),role:"option","aria-selected":Td.value===Ff,onClick:Lf=>yf(Pf)},[renderSlot(Zd.$slots,"default",{item:Pf},()=>[createTextVNode(toDisplayString(Pf[Zd.valueKey]),1)])],10,["id","aria-selected","onClick"]))),128))]),_:3},8,["id","wrap-class","view-class"])],6)]),default:withCtx(()=>[createBaseVNode("div",{ref_key:"listboxRef",ref:gd,class:normalizeClass([unref(sd).b(),Zd.$attrs.class]),style:normalizeStyle(unref(Rd)),role:"combobox","aria-haspopup":"listbox","aria-expanded":unref(Md),"aria-owns":unref(Id)},[createVNode(unref(ElInput),mergeProps({ref_key:"inputRef",ref:ld},unref(td),{clearable:Zd.clearable,disabled:unref(od),name:Zd.name,"model-value":Zd.modelValue,"aria-label":Zd.ariaLabel,onInput:qd,onChange:zd,onFocus:Kd,onBlur:Qd,onClear:hf,onKeydown:[withKeys(withModifiers(Pf=>Mf(Td.value-1),["prevent"]),["up"]),withKeys(withModifiers(Pf=>Mf(Td.value+1),["prevent"]),["down"]),withKeys(gf,["enter"]),withKeys(kf,["tab"]),withKeys(bf,["esc"])],onMousedown:Wd}),createSlots({_:2},[Zd.$slots.prepend?{name:"prepend",fn:withCtx(()=>[renderSlot(Zd.$slots,"prepend")])}:void 0,Zd.$slots.append?{name:"append",fn:withCtx(()=>[renderSlot(Zd.$slots,"append")])}:void 0,Zd.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(Zd.$slots,"prefix")])}:void 0,Zd.$slots.suffix?{name:"suffix",fn:withCtx(()=>[renderSlot(Zd.$slots,"suffix")])}:void 0]),1040,["clearable","disabled","name","model-value","aria-label","onKeydown"])],14,["aria-expanded","aria-owns"])]),_:3},8,["visible","placement","popper-class","teleported","transition"]))}});var Autocomplete=_export_sfc$1(_sfc_main$2I,[["__file","autocomplete.vue"]]);const ElAutocomplete=withInstall(Autocomplete),avatarProps=buildProps({size:{type:[Number,String],values:componentSizes,default:"",validator:Ra=>isNumber$3(Ra)},shape:{type:String,values:["circle","square"],default:"circle"},icon:{type:iconPropType},src:{type:String,default:""},alt:String,srcSet:String,fit:{type:definePropType(String),default:"cover"}}),avatarEmits={error:Ra=>Ra instanceof Event},__default__$1z=defineComponent({name:"ElAvatar"}),_sfc_main$2H=defineComponent({...__default__$1z,props:avatarProps,emits:avatarEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("avatar"),td=ref$1(!1),rd=computed(()=>{const{size:cd,icon:ud,shape:gd}=Ja,_d=[ed.b()];return isString$3(cd)&&_d.push(ed.m(cd)),ud&&_d.push(ed.m("icon")),gd&&_d.push(ed.m(gd)),_d}),od=computed(()=>{const{size:cd}=Ja;return isNumber$3(cd)?ed.cssVarBlock({size:addUnit(cd)||""}):void 0}),sd=computed(()=>({objectFit:Ja.fit}));watch(()=>Ja.src,()=>td.value=!1);function ld(cd){td.value=!0,qa("error",cd)}return(cd,ud)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(rd)),style:normalizeStyle(unref(od))},[(cd.src||cd.srcSet)&&!td.value?(openBlock(),createElementBlock("img",{key:0,src:cd.src,alt:cd.alt,srcset:cd.srcSet,style:normalizeStyle(unref(sd)),onError:ld},null,44,["src","alt","srcset"])):cd.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(cd.icon)))]),_:1})):renderSlot(cd.$slots,"default",{key:2})],6))}});var Avatar=_export_sfc$1(_sfc_main$2H,[["__file","avatar.vue"]]);const ElAvatar=withInstall(Avatar),backtopProps={visibilityHeight:{type:Number,default:200},target:{type:String,default:""},right:{type:Number,default:40},bottom:{type:Number,default:40}},backtopEmits={click:Ra=>Ra instanceof MouseEvent},useBackTop=(Ra,qa,Ja)=>{const ed=shallowRef(),td=shallowRef(),rd=ref$1(!1),od=()=>{ed.value&&(rd.value=ed.value.scrollTop>=Ra.visibilityHeight)},sd=cd=>{var ud;(ud=ed.value)==null||ud.scrollTo({top:0,behavior:"smooth"}),qa("click",cd)},ld=useThrottleFn(od,300,!0);return useEventListener(td,"scroll",ld),onMounted(()=>{var cd;td.value=document,ed.value=document.documentElement,Ra.target&&(ed.value=(cd=document.querySelector(Ra.target))!=null?cd:void 0,ed.value||throwError$1(Ja,`target does not exist: ${Ra.target}`),td.value=ed.value),od()}),{visible:rd,handleClick:sd}},COMPONENT_NAME$h="ElBacktop",__default__$1y=defineComponent({name:COMPONENT_NAME$h}),_sfc_main$2G=defineComponent({...__default__$1y,props:backtopProps,emits:backtopEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("backtop"),{handleClick:td,visible:rd}=useBackTop(Ja,qa,COMPONENT_NAME$h),od=computed(()=>({right:`${Ja.right}px`,bottom:`${Ja.bottom}px`}));return(sd,ld)=>(openBlock(),createBlock(Transition$1,{name:`${unref(ed).namespace.value}-fade-in`},{default:withCtx(()=>[unref(rd)?(openBlock(),createElementBlock("div",{key:0,style:normalizeStyle(unref(od)),class:normalizeClass(unref(ed).b()),onClick:withModifiers(unref(td),["stop"])},[renderSlot(sd.$slots,"default",{},()=>[createVNode(unref(ElIcon),{class:normalizeClass(unref(ed).e("icon"))},{default:withCtx(()=>[createVNode(unref(caret_top_default))]),_:1},8,["class"])])],14,["onClick"])):createCommentVNode("v-if",!0)]),_:3},8,["name"]))}});var Backtop=_export_sfc$1(_sfc_main$2G,[["__file","backtop.vue"]]);const ElBacktop=withInstall(Backtop),badgeProps=buildProps({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}}),__default__$1x=defineComponent({name:"ElBadge"}),_sfc_main$2F=defineComponent({...__default__$1x,props:badgeProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=useNamespace("badge"),td=computed(()=>Ja.isDot?"":isNumber$3(Ja.value)&&isNumber$3(Ja.max)?Ja.max<Ja.value?`${Ja.max}+`:Ja.value===0&&!Ja.showZero?"":`${Ja.value}`:`${Ja.value}`),rd=computed(()=>{var od,sd,ld,cd,ud;return[{backgroundColor:Ja.color,marginRight:addUnit(-((sd=(od=Ja.offset)==null?void 0:od[0])!=null?sd:0)),marginTop:addUnit((cd=(ld=Ja.offset)==null?void 0:ld[1])!=null?cd:0)},(ud=Ja.badgeStyle)!=null?ud:{}]});return qa({content:td}),(od,sd)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(ed).b())},[renderSlot(od.$slots,"default"),createVNode(Transition$1,{name:`${unref(ed).namespace.value}-zoom-in-center`,persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("sup",{class:normalizeClass([unref(ed).e("content"),unref(ed).em("content",od.type),unref(ed).is("fixed",!!od.$slots.default),unref(ed).is("dot",od.isDot),od.badgeClass]),style:normalizeStyle(unref(rd)),textContent:toDisplayString(unref(td))},null,14,["textContent"]),[[vShow,!od.hidden&&(unref(td)||od.isDot)]])]),_:1},8,["name"])],2))}});var Badge=_export_sfc$1(_sfc_main$2F,[["__file","badge.vue"]]);const ElBadge=withInstall(Badge),breadcrumbKey=Symbol("breadcrumbKey"),breadcrumbProps=buildProps({separator:{type:String,default:"/"},separatorIcon:{type:iconPropType}}),__default__$1w=defineComponent({name:"ElBreadcrumb"}),_sfc_main$2E=defineComponent({...__default__$1w,props:breadcrumbProps,setup(Ra){const qa=Ra,{t:Ja}=useLocale(),ed=useNamespace("breadcrumb"),td=ref$1();return provide(breadcrumbKey,qa),onMounted(()=>{const rd=td.value.querySelectorAll(`.${ed.e("item")}`);rd.length&&rd[rd.length-1].setAttribute("aria-current","page")}),(rd,od)=>(openBlock(),createElementBlock("div",{ref_key:"breadcrumb",ref:td,class:normalizeClass(unref(ed).b()),"aria-label":unref(Ja)("el.breadcrumb.label"),role:"navigation"},[renderSlot(rd.$slots,"default")],10,["aria-label"]))}});var Breadcrumb=_export_sfc$1(_sfc_main$2E,[["__file","breadcrumb.vue"]]);const breadcrumbItemProps=buildProps({to:{type:definePropType([String,Object]),default:""},replace:Boolean}),__default__$1v=defineComponent({name:"ElBreadcrumbItem"}),_sfc_main$2D=defineComponent({...__default__$1v,props:breadcrumbItemProps,setup(Ra){const qa=Ra,Ja=getCurrentInstance(),ed=inject(breadcrumbKey,void 0),td=useNamespace("breadcrumb"),rd=Ja.appContext.config.globalProperties.$router,od=ref$1(),sd=()=>{!qa.to||!rd||(qa.replace?rd.replace(qa.to):rd.push(qa.to))};return(ld,cd)=>{var ud,gd;return openBlock(),createElementBlock("span",{class:normalizeClass(unref(td).e("item"))},[createBaseVNode("span",{ref_key:"link",ref:od,class:normalizeClass([unref(td).e("inner"),unref(td).is("link",!!ld.to)]),role:"link",onClick:sd},[renderSlot(ld.$slots,"default")],2),(ud=unref(ed))!=null&&ud.separatorIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(td).e("separator"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(ed).separatorIcon)))]),_:1},8,["class"])):(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(td).e("separator")),role:"presentation"},toDisplayString((gd=unref(ed))==null?void 0:gd.separator),3))],2)}}});var BreadcrumbItem=_export_sfc$1(_sfc_main$2D,[["__file","breadcrumb-item.vue"]]);const ElBreadcrumb=withInstall(Breadcrumb,{BreadcrumbItem}),ElBreadcrumbItem=withNoopInstall(BreadcrumbItem),buttonGroupContextKey=Symbol("buttonGroupContextKey"),useButton=(Ra,qa)=>{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(()=>Ra.type==="text"));const Ja=inject(buttonGroupContextKey,void 0),ed=useGlobalConfig("button"),{form:td}=useFormItem(),rd=useFormSize(computed(()=>Ja==null?void 0:Ja.size)),od=useFormDisabled(),sd=ref$1(),ld=useSlots(),cd=computed(()=>Ra.type||(Ja==null?void 0:Ja.type)||""),ud=computed(()=>{var Ed,Td,Od;return(Od=(Td=Ra.autoInsertSpace)!=null?Td:(Ed=ed.value)==null?void 0:Ed.autoInsertSpace)!=null?Od:!1}),gd=computed(()=>Ra.tag==="button"?{ariaDisabled:od.value||Ra.loading,disabled:od.value||Ra.loading,autofocus:Ra.autofocus,type:Ra.nativeType}:{}),_d=computed(()=>{var Ed;const Td=(Ed=ld.default)==null?void 0:Ed.call(ld);if(ud.value&&(Td==null?void 0:Td.length)===1){const Od=Td[0];if((Od==null?void 0:Od.type)===Text$1){const Ad=Od.children;return new RegExp("^\\p{Unified_Ideograph}{2}$","u").test(Ad.trim())}}return!1});return{_disabled:od,_size:rd,_type:cd,_ref:sd,_props:gd,shouldAddSpace:_d,handleClick:Ed=>{if(od.value||Ra.loading){Ed.stopPropagation();return}Ra.nativeType==="reset"&&(td==null||td.resetFields()),qa("click",Ed)}}},buttonTypes=["default","primary","success","warning","info","danger","text",""],buttonNativeTypes=["button","submit","reset"],buttonProps=buildProps({size:useSizeProp,disabled:Boolean,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:Boolean,text:Boolean,link:Boolean,bg:Boolean,autofocus:Boolean,round:Boolean,circle:Boolean,color:String,dark:Boolean,autoInsertSpace:{type:Boolean,default:void 0},tag:{type:definePropType([String,Object]),default:"button"}}),buttonEmits={click:Ra=>Ra instanceof MouseEvent};function bound01$1(Ra,qa){isOnePointZero$1(Ra)&&(Ra="100%");var Ja=isPercentage$1(Ra);return Ra=qa===360?Ra:Math.min(qa,Math.max(0,parseFloat(Ra))),Ja&&(Ra=parseInt(String(Ra*qa),10)/100),Math.abs(Ra-qa)<1e-6?1:(qa===360?Ra=(Ra<0?Ra%qa+qa:Ra%qa)/parseFloat(String(qa)):Ra=Ra%qa/parseFloat(String(qa)),Ra)}function clamp01(Ra){return Math.min(1,Math.max(0,Ra))}function isOnePointZero$1(Ra){return typeof Ra=="string"&&Ra.indexOf(".")!==-1&&parseFloat(Ra)===1}function isPercentage$1(Ra){return typeof Ra=="string"&&Ra.indexOf("%")!==-1}function boundAlpha(Ra){return Ra=parseFloat(Ra),(isNaN(Ra)||Ra<0||Ra>1)&&(Ra=1),Ra}function convertToPercentage(Ra){return Ra<=1?"".concat(Number(Ra)*100,"%"):Ra}function pad2(Ra){return Ra.length===1?"0"+Ra:String(Ra)}function rgbToRgb(Ra,qa,Ja){return{r:bound01$1(Ra,255)*255,g:bound01$1(qa,255)*255,b:bound01$1(Ja,255)*255}}function rgbToHsl(Ra,qa,Ja){Ra=bound01$1(Ra,255),qa=bound01$1(qa,255),Ja=bound01$1(Ja,255);var ed=Math.max(Ra,qa,Ja),td=Math.min(Ra,qa,Ja),rd=0,od=0,sd=(ed+td)/2;if(ed===td)od=0,rd=0;else{var ld=ed-td;switch(od=sd>.5?ld/(2-ed-td):ld/(ed+td),ed){case Ra:rd=(qa-Ja)/ld+(qa<Ja?6:0);break;case qa:rd=(Ja-Ra)/ld+2;break;case Ja:rd=(Ra-qa)/ld+4;break}rd/=6}return{h:rd,s:od,l:sd}}function hue2rgb(Ra,qa,Ja){return Ja<0&&(Ja+=1),Ja>1&&(Ja-=1),Ja<1/6?Ra+(qa-Ra)*(6*Ja):Ja<1/2?qa:Ja<2/3?Ra+(qa-Ra)*(2/3-Ja)*6:Ra}function hslToRgb(Ra,qa,Ja){var ed,td,rd;if(Ra=bound01$1(Ra,360),qa=bound01$1(qa,100),Ja=bound01$1(Ja,100),qa===0)td=Ja,rd=Ja,ed=Ja;else{var od=Ja<.5?Ja*(1+qa):Ja+qa-Ja*qa,sd=2*Ja-od;ed=hue2rgb(sd,od,Ra+1/3),td=hue2rgb(sd,od,Ra),rd=hue2rgb(sd,od,Ra-1/3)}return{r:ed*255,g:td*255,b:rd*255}}function rgbToHsv(Ra,qa,Ja){Ra=bound01$1(Ra,255),qa=bound01$1(qa,255),Ja=bound01$1(Ja,255);var ed=Math.max(Ra,qa,Ja),td=Math.min(Ra,qa,Ja),rd=0,od=ed,sd=ed-td,ld=ed===0?0:sd/ed;if(ed===td)rd=0;else{switch(ed){case Ra:rd=(qa-Ja)/sd+(qa<Ja?6:0);break;case qa:rd=(Ja-Ra)/sd+2;break;case Ja:rd=(Ra-qa)/sd+4;break}rd/=6}return{h:rd,s:ld,v:od}}function hsvToRgb(Ra,qa,Ja){Ra=bound01$1(Ra,360)*6,qa=bound01$1(qa,100),Ja=bound01$1(Ja,100);var ed=Math.floor(Ra),td=Ra-ed,rd=Ja*(1-qa),od=Ja*(1-td*qa),sd=Ja*(1-(1-td)*qa),ld=ed%6,cd=[Ja,od,rd,rd,sd,Ja][ld],ud=[sd,Ja,Ja,od,rd,rd][ld],gd=[rd,rd,sd,Ja,Ja,od][ld];return{r:cd*255,g:ud*255,b:gd*255}}function rgbToHex(Ra,qa,Ja,ed){var td=[pad2(Math.round(Ra).toString(16)),pad2(Math.round(qa).toString(16)),pad2(Math.round(Ja).toString(16))];return ed&&td[0].startsWith(td[0].charAt(1))&&td[1].startsWith(td[1].charAt(1))&&td[2].startsWith(td[2].charAt(1))?td[0].charAt(0)+td[1].charAt(0)+td[2].charAt(0):td.join("")}function rgbaToHex(Ra,qa,Ja,ed,td){var rd=[pad2(Math.round(Ra).toString(16)),pad2(Math.round(qa).toString(16)),pad2(Math.round(Ja).toString(16)),pad2(convertDecimalToHex(ed))];return td&&rd[0].startsWith(rd[0].charAt(1))&&rd[1].startsWith(rd[1].charAt(1))&&rd[2].startsWith(rd[2].charAt(1))&&rd[3].startsWith(rd[3].charAt(1))?rd[0].charAt(0)+rd[1].charAt(0)+rd[2].charAt(0)+rd[3].charAt(0):rd.join("")}function convertDecimalToHex(Ra){return Math.round(parseFloat(Ra)*255).toString(16)}function convertHexToDecimal(Ra){return parseIntFromHex(Ra)/255}function parseIntFromHex(Ra){return parseInt(Ra,16)}function numberInputToObject(Ra){return{r:Ra>>16,g:(Ra&65280)>>8,b:Ra&255}}var 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(Ra){var qa={r:0,g:0,b:0},Ja=1,ed=null,td=null,rd=null,od=!1,sd=!1;return typeof Ra=="string"&&(Ra=stringInputToObject(Ra)),typeof Ra=="object"&&(isValidCSSUnit(Ra.r)&&isValidCSSUnit(Ra.g)&&isValidCSSUnit(Ra.b)?(qa=rgbToRgb(Ra.r,Ra.g,Ra.b),od=!0,sd=String(Ra.r).substr(-1)==="%"?"prgb":"rgb"):isValidCSSUnit(Ra.h)&&isValidCSSUnit(Ra.s)&&isValidCSSUnit(Ra.v)?(ed=convertToPercentage(Ra.s),td=convertToPercentage(Ra.v),qa=hsvToRgb(Ra.h,ed,td),od=!0,sd="hsv"):isValidCSSUnit(Ra.h)&&isValidCSSUnit(Ra.s)&&isValidCSSUnit(Ra.l)&&(ed=convertToPercentage(Ra.s),rd=convertToPercentage(Ra.l),qa=hslToRgb(Ra.h,ed,rd),od=!0,sd="hsl"),Object.prototype.hasOwnProperty.call(Ra,"a")&&(Ja=Ra.a)),Ja=boundAlpha(Ja),{ok:od,format:Ra.format||sd,r:Math.min(255,Math.max(qa.r,0)),g:Math.min(255,Math.max(qa.g,0)),b:Math.min(255,Math.max(qa.b,0)),a:Ja}}var CSS_INTEGER="[-\\+]?\\d+%?",CSS_NUMBER="[-\\+]?\\d*\\.\\d+%?",CSS_UNIT="(?:".concat(CSS_NUMBER,")|(?:").concat(CSS_INTEGER,")"),PERMISSIVE_MATCH3="[\\s|\\(]+(".concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")\\s*\\)?"),PERMISSIVE_MATCH4="[\\s|\\(]+(".concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(CSS_UNIT,")[,|\\s]+(").concat(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),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(Ra){if(Ra=Ra.trim().toLowerCase(),Ra.length===0)return!1;var qa=!1;if(names[Ra])Ra=names[Ra],qa=!0;else if(Ra==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var Ja=matchers.rgb.exec(Ra);return Ja?{r:Ja[1],g:Ja[2],b:Ja[3]}:(Ja=matchers.rgba.exec(Ra),Ja?{r:Ja[1],g:Ja[2],b:Ja[3],a:Ja[4]}:(Ja=matchers.hsl.exec(Ra),Ja?{h:Ja[1],s:Ja[2],l:Ja[3]}:(Ja=matchers.hsla.exec(Ra),Ja?{h:Ja[1],s:Ja[2],l:Ja[3],a:Ja[4]}:(Ja=matchers.hsv.exec(Ra),Ja?{h:Ja[1],s:Ja[2],v:Ja[3]}:(Ja=matchers.hsva.exec(Ra),Ja?{h:Ja[1],s:Ja[2],v:Ja[3],a:Ja[4]}:(Ja=matchers.hex8.exec(Ra),Ja?{r:parseIntFromHex(Ja[1]),g:parseIntFromHex(Ja[2]),b:parseIntFromHex(Ja[3]),a:convertHexToDecimal(Ja[4]),format:qa?"name":"hex8"}:(Ja=matchers.hex6.exec(Ra),Ja?{r:parseIntFromHex(Ja[1]),g:parseIntFromHex(Ja[2]),b:parseIntFromHex(Ja[3]),format:qa?"name":"hex"}:(Ja=matchers.hex4.exec(Ra),Ja?{r:parseIntFromHex(Ja[1]+Ja[1]),g:parseIntFromHex(Ja[2]+Ja[2]),b:parseIntFromHex(Ja[3]+Ja[3]),a:convertHexToDecimal(Ja[4]+Ja[4]),format:qa?"name":"hex8"}:(Ja=matchers.hex3.exec(Ra),Ja?{r:parseIntFromHex(Ja[1]+Ja[1]),g:parseIntFromHex(Ja[2]+Ja[2]),b:parseIntFromHex(Ja[3]+Ja[3]),format:qa?"name":"hex"}:!1)))))))))}function isValidCSSUnit(Ra){return!!matchers.CSS_UNIT.exec(String(Ra))}var TinyColor=function(){function Ra(qa,Ja){qa===void 0&&(qa=""),Ja===void 0&&(Ja={});var ed;if(qa instanceof Ra)return qa;typeof qa=="number"&&(qa=numberInputToObject(qa)),this.originalInput=qa;var td=inputToRGB(qa);this.originalInput=qa,this.r=td.r,this.g=td.g,this.b=td.b,this.a=td.a,this.roundA=Math.round(100*this.a)/100,this.format=(ed=Ja.format)!==null&&ed!==void 0?ed:td.format,this.gradientType=Ja.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=td.ok}return Ra.prototype.isDark=function(){return this.getBrightness()<128},Ra.prototype.isLight=function(){return!this.isDark()},Ra.prototype.getBrightness=function(){var qa=this.toRgb();return(qa.r*299+qa.g*587+qa.b*114)/1e3},Ra.prototype.getLuminance=function(){var qa=this.toRgb(),Ja,ed,td,rd=qa.r/255,od=qa.g/255,sd=qa.b/255;return rd<=.03928?Ja=rd/12.92:Ja=Math.pow((rd+.055)/1.055,2.4),od<=.03928?ed=od/12.92:ed=Math.pow((od+.055)/1.055,2.4),sd<=.03928?td=sd/12.92:td=Math.pow((sd+.055)/1.055,2.4),.2126*Ja+.7152*ed+.0722*td},Ra.prototype.getAlpha=function(){return this.a},Ra.prototype.setAlpha=function(qa){return this.a=boundAlpha(qa),this.roundA=Math.round(100*this.a)/100,this},Ra.prototype.isMonochrome=function(){var qa=this.toHsl().s;return qa===0},Ra.prototype.toHsv=function(){var qa=rgbToHsv(this.r,this.g,this.b);return{h:qa.h*360,s:qa.s,v:qa.v,a:this.a}},Ra.prototype.toHsvString=function(){var qa=rgbToHsv(this.r,this.g,this.b),Ja=Math.round(qa.h*360),ed=Math.round(qa.s*100),td=Math.round(qa.v*100);return this.a===1?"hsv(".concat(Ja,", ").concat(ed,"%, ").concat(td,"%)"):"hsva(".concat(Ja,", ").concat(ed,"%, ").concat(td,"%, ").concat(this.roundA,")")},Ra.prototype.toHsl=function(){var qa=rgbToHsl(this.r,this.g,this.b);return{h:qa.h*360,s:qa.s,l:qa.l,a:this.a}},Ra.prototype.toHslString=function(){var qa=rgbToHsl(this.r,this.g,this.b),Ja=Math.round(qa.h*360),ed=Math.round(qa.s*100),td=Math.round(qa.l*100);return this.a===1?"hsl(".concat(Ja,", ").concat(ed,"%, ").concat(td,"%)"):"hsla(".concat(Ja,", ").concat(ed,"%, ").concat(td,"%, ").concat(this.roundA,")")},Ra.prototype.toHex=function(qa){return qa===void 0&&(qa=!1),rgbToHex(this.r,this.g,this.b,qa)},Ra.prototype.toHexString=function(qa){return qa===void 0&&(qa=!1),"#"+this.toHex(qa)},Ra.prototype.toHex8=function(qa){return qa===void 0&&(qa=!1),rgbaToHex(this.r,this.g,this.b,this.a,qa)},Ra.prototype.toHex8String=function(qa){return qa===void 0&&(qa=!1),"#"+this.toHex8(qa)},Ra.prototype.toHexShortString=function(qa){return qa===void 0&&(qa=!1),this.a===1?this.toHexString(qa):this.toHex8String(qa)},Ra.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},Ra.prototype.toRgbString=function(){var qa=Math.round(this.r),Ja=Math.round(this.g),ed=Math.round(this.b);return this.a===1?"rgb(".concat(qa,", ").concat(Ja,", ").concat(ed,")"):"rgba(".concat(qa,", ").concat(Ja,", ").concat(ed,", ").concat(this.roundA,")")},Ra.prototype.toPercentageRgb=function(){var qa=function(Ja){return"".concat(Math.round(bound01$1(Ja,255)*100),"%")};return{r:qa(this.r),g:qa(this.g),b:qa(this.b),a:this.a}},Ra.prototype.toPercentageRgbString=function(){var qa=function(Ja){return Math.round(bound01$1(Ja,255)*100)};return this.a===1?"rgb(".concat(qa(this.r),"%, ").concat(qa(this.g),"%, ").concat(qa(this.b),"%)"):"rgba(".concat(qa(this.r),"%, ").concat(qa(this.g),"%, ").concat(qa(this.b),"%, ").concat(this.roundA,")")},Ra.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var qa="#"+rgbToHex(this.r,this.g,this.b,!1),Ja=0,ed=Object.entries(names);Ja<ed.length;Ja++){var td=ed[Ja],rd=td[0],od=td[1];if(qa===od)return rd}return!1},Ra.prototype.toString=function(qa){var Ja=!!qa;qa=qa??this.format;var ed=!1,td=this.a<1&&this.a>=0,rd=!Ja&&td&&(qa.startsWith("hex")||qa==="name");return rd?qa==="name"&&this.a===0?this.toName():this.toRgbString():(qa==="rgb"&&(ed=this.toRgbString()),qa==="prgb"&&(ed=this.toPercentageRgbString()),(qa==="hex"||qa==="hex6")&&(ed=this.toHexString()),qa==="hex3"&&(ed=this.toHexString(!0)),qa==="hex4"&&(ed=this.toHex8String(!0)),qa==="hex8"&&(ed=this.toHex8String()),qa==="name"&&(ed=this.toName()),qa==="hsl"&&(ed=this.toHslString()),qa==="hsv"&&(ed=this.toHsvString()),ed||this.toHexString())},Ra.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},Ra.prototype.clone=function(){return new Ra(this.toString())},Ra.prototype.lighten=function(qa){qa===void 0&&(qa=10);var Ja=this.toHsl();return Ja.l+=qa/100,Ja.l=clamp01(Ja.l),new Ra(Ja)},Ra.prototype.brighten=function(qa){qa===void 0&&(qa=10);var Ja=this.toRgb();return Ja.r=Math.max(0,Math.min(255,Ja.r-Math.round(255*-(qa/100)))),Ja.g=Math.max(0,Math.min(255,Ja.g-Math.round(255*-(qa/100)))),Ja.b=Math.max(0,Math.min(255,Ja.b-Math.round(255*-(qa/100)))),new Ra(Ja)},Ra.prototype.darken=function(qa){qa===void 0&&(qa=10);var Ja=this.toHsl();return Ja.l-=qa/100,Ja.l=clamp01(Ja.l),new Ra(Ja)},Ra.prototype.tint=function(qa){return qa===void 0&&(qa=10),this.mix("white",qa)},Ra.prototype.shade=function(qa){return qa===void 0&&(qa=10),this.mix("black",qa)},Ra.prototype.desaturate=function(qa){qa===void 0&&(qa=10);var Ja=this.toHsl();return Ja.s-=qa/100,Ja.s=clamp01(Ja.s),new Ra(Ja)},Ra.prototype.saturate=function(qa){qa===void 0&&(qa=10);var Ja=this.toHsl();return Ja.s+=qa/100,Ja.s=clamp01(Ja.s),new Ra(Ja)},Ra.prototype.greyscale=function(){return this.desaturate(100)},Ra.prototype.spin=function(qa){var Ja=this.toHsl(),ed=(Ja.h+qa)%360;return Ja.h=ed<0?360+ed:ed,new Ra(Ja)},Ra.prototype.mix=function(qa,Ja){Ja===void 0&&(Ja=50);var ed=this.toRgb(),td=new Ra(qa).toRgb(),rd=Ja/100,od={r:(td.r-ed.r)*rd+ed.r,g:(td.g-ed.g)*rd+ed.g,b:(td.b-ed.b)*rd+ed.b,a:(td.a-ed.a)*rd+ed.a};return new Ra(od)},Ra.prototype.analogous=function(qa,Ja){qa===void 0&&(qa=6),Ja===void 0&&(Ja=30);var ed=this.toHsl(),td=360/Ja,rd=[this];for(ed.h=(ed.h-(td*qa>>1)+720)%360;--qa;)ed.h=(ed.h+td)%360,rd.push(new Ra(ed));return rd},Ra.prototype.complement=function(){var qa=this.toHsl();return qa.h=(qa.h+180)%360,new Ra(qa)},Ra.prototype.monochromatic=function(qa){qa===void 0&&(qa=6);for(var Ja=this.toHsv(),ed=Ja.h,td=Ja.s,rd=Ja.v,od=[],sd=1/qa;qa--;)od.push(new Ra({h:ed,s:td,v:rd})),rd=(rd+sd)%1;return od},Ra.prototype.splitcomplement=function(){var qa=this.toHsl(),Ja=qa.h;return[this,new Ra({h:(Ja+72)%360,s:qa.s,l:qa.l}),new Ra({h:(Ja+216)%360,s:qa.s,l:qa.l})]},Ra.prototype.onBackground=function(qa){var Ja=this.toRgb(),ed=new Ra(qa).toRgb(),td=Ja.a+ed.a*(1-Ja.a);return new Ra({r:(Ja.r*Ja.a+ed.r*ed.a*(1-Ja.a))/td,g:(Ja.g*Ja.a+ed.g*ed.a*(1-Ja.a))/td,b:(Ja.b*Ja.a+ed.b*ed.a*(1-Ja.a))/td,a:td})},Ra.prototype.triad=function(){return this.polyad(3)},Ra.prototype.tetrad=function(){return this.polyad(4)},Ra.prototype.polyad=function(qa){for(var Ja=this.toHsl(),ed=Ja.h,td=[this],rd=360/qa,od=1;od<qa;od++)td.push(new Ra({h:(ed+od*rd)%360,s:Ja.s,l:Ja.l}));return td},Ra.prototype.equals=function(qa){return this.toRgbString()===new Ra(qa).toRgbString()},Ra}();function darken$1(Ra,qa=20){return Ra.mix("#141414",qa).toString()}function useButtonCustomStyle(Ra){const qa=useFormDisabled(),Ja=useNamespace("button");return computed(()=>{let ed={},td=Ra.color;if(td){const rd=td.match(/var\((.*?)\)/);rd&&(td=window.getComputedStyle(window.document.documentElement).getPropertyValue(rd[1]));const od=new TinyColor(td),sd=Ra.dark?od.tint(20).toString():darken$1(od,20);if(Ra.plain)ed=Ja.cssVarBlock({"bg-color":Ra.dark?darken$1(od,90):od.tint(90).toString(),"text-color":td,"border-color":Ra.dark?darken$1(od,50):od.tint(50).toString(),"hover-text-color":`var(${Ja.cssVarName("color-white")})`,"hover-bg-color":td,"hover-border-color":td,"active-bg-color":sd,"active-text-color":`var(${Ja.cssVarName("color-white")})`,"active-border-color":sd}),qa.value&&(ed[Ja.cssVarBlockName("disabled-bg-color")]=Ra.dark?darken$1(od,90):od.tint(90).toString(),ed[Ja.cssVarBlockName("disabled-text-color")]=Ra.dark?darken$1(od,50):od.tint(50).toString(),ed[Ja.cssVarBlockName("disabled-border-color")]=Ra.dark?darken$1(od,80):od.tint(80).toString());else{const ld=Ra.dark?darken$1(od,30):od.tint(30).toString(),cd=od.isDark()?`var(${Ja.cssVarName("color-white")})`:`var(${Ja.cssVarName("color-black")})`;if(ed=Ja.cssVarBlock({"bg-color":td,"text-color":cd,"border-color":td,"hover-bg-color":ld,"hover-text-color":cd,"hover-border-color":ld,"active-bg-color":sd,"active-border-color":sd}),qa.value){const ud=Ra.dark?darken$1(od,50):od.tint(50).toString();ed[Ja.cssVarBlockName("disabled-bg-color")]=ud,ed[Ja.cssVarBlockName("disabled-text-color")]=Ra.dark?"rgba(255, 255, 255, 0.5)":`var(${Ja.cssVarName("color-white")})`,ed[Ja.cssVarBlockName("disabled-border-color")]=ud}}}return ed})}const __default__$1u=defineComponent({name:"ElButton"}),_sfc_main$2C=defineComponent({...__default__$1u,props:buttonProps,emits:buttonEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useButtonCustomStyle(ed),rd=useNamespace("button"),{_ref:od,_size:sd,_type:ld,_disabled:cd,_props:ud,shouldAddSpace:gd,handleClick:_d}=useButton(ed,Ja),yd=computed(()=>[rd.b(),rd.m(ld.value),rd.m(sd.value),rd.is("disabled",cd.value),rd.is("loading",ed.loading),rd.is("plain",ed.plain),rd.is("round",ed.round),rd.is("circle",ed.circle),rd.is("text",ed.text),rd.is("link",ed.link),rd.is("has-bg",ed.bg)]);return qa({ref:od,size:sd,type:ld,disabled:cd,shouldAddSpace:gd}),(Ed,Td)=>(openBlock(),createBlock(resolveDynamicComponent(Ed.tag),mergeProps({ref_key:"_ref",ref:od},unref(ud),{class:unref(yd),style:unref(td),onClick:unref(_d)}),{default:withCtx(()=>[Ed.loading?(openBlock(),createElementBlock(Fragment,{key:0},[Ed.$slots.loading?renderSlot(Ed.$slots,"loading",{key:0}):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(rd).is("loading"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ed.loadingIcon)))]),_:1},8,["class"]))],64)):Ed.icon||Ed.$slots.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[Ed.icon?(openBlock(),createBlock(resolveDynamicComponent(Ed.icon),{key:0})):renderSlot(Ed.$slots,"icon",{key:1})]),_:3})):createCommentVNode("v-if",!0),Ed.$slots.default?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass({[unref(rd).em("text","expand")]:unref(gd)})},[renderSlot(Ed.$slots,"default")],2)):createCommentVNode("v-if",!0)]),_:3},16,["class","style","onClick"]))}});var Button=_export_sfc$1(_sfc_main$2C,[["__file","button.vue"]]);const buttonGroupProps={size:buttonProps.size,type:buttonProps.type},__default__$1t=defineComponent({name:"ElButtonGroup"}),_sfc_main$2B=defineComponent({...__default__$1t,props:buttonGroupProps,setup(Ra){const qa=Ra;provide(buttonGroupContextKey,reactive({size:toRef$1(qa,"size"),type:toRef$1(qa,"type")}));const Ja=useNamespace("button");return(ed,td)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(Ja).b("group"))},[renderSlot(ed.$slots,"default")],2))}});var ButtonGroup=_export_sfc$1(_sfc_main$2B,[["__file","button-group.vue"]]);const ElButton=withInstall(Button,{ButtonGroup}),ElButtonGroup$1=withNoopInstall(ButtonGroup);var dayjs_min={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){var Ja=1e3,ed=6e4,td=36e5,rd="millisecond",od="second",sd="minute",ld="hour",cd="day",ud="week",gd="month",_d="quarter",yd="year",Ed="date",Td="Invalid Date",Od=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,Ad=/\[([^\]]+)]|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,Nd={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(Wd){var zd=["th","st","nd","rd"],Kd=Wd%100;return"["+Wd+(zd[(Kd-20)%10]||zd[Kd]||zd[0])+"]"}},kd=function(Wd,zd,Kd){var Qd=String(Wd);return!Qd||Qd.length>=zd?Wd:""+Array(zd+1-Qd.length).join(Kd)+Wd},Id={s:kd,z:function(Wd){var zd=-Wd.utcOffset(),Kd=Math.abs(zd),Qd=Math.floor(Kd/60),hf=Kd%60;return(zd<=0?"+":"-")+kd(Qd,2,"0")+":"+kd(hf,2,"0")},m:function Wd(zd,Kd){if(zd.date()<Kd.date())return-Wd(Kd,zd);var Qd=12*(Kd.year()-zd.year())+(Kd.month()-zd.month()),hf=zd.clone().add(Qd,gd),gf=Kd-hf<0,bf=zd.clone().add(Qd+(gf?-1:1),gd);return+(-(Qd+(Kd-hf)/(gf?hf-bf:bf-hf))||0)},a:function(Wd){return Wd<0?Math.ceil(Wd)||0:Math.floor(Wd)},p:function(Wd){return{M:gd,y:yd,w:ud,d:cd,D:Ed,h:ld,m:sd,s:od,ms:rd,Q:_d}[Wd]||String(Wd||"").toLowerCase().replace(/s$/,"")},u:function(Wd){return Wd===void 0}},Rd="en",Md={};Md[Rd]=Nd;var Ld="$isDayjsObject",jd=function(Wd){return Wd instanceof Vd||!(!Wd||!Wd[Ld])},Pd=function Wd(zd,Kd,Qd){var hf;if(!zd)return Rd;if(typeof zd=="string"){var gf=zd.toLowerCase();Md[gf]&&(hf=gf),Kd&&(Md[gf]=Kd,hf=gf);var bf=zd.split("-");if(!hf&&bf.length>1)return Wd(bf[0])}else{var kf=zd.name;Md[kf]=zd,hf=kf}return!Qd&&hf&&(Rd=hf),hf||!Qd&&Rd},Fd=function(Wd,zd){if(jd(Wd))return Wd.clone();var Kd=typeof zd=="object"?zd:{};return Kd.date=Wd,Kd.args=arguments,new Vd(Kd)},Ud=Id;Ud.l=Pd,Ud.i=jd,Ud.w=function(Wd,zd){return Fd(Wd,{locale:zd.$L,utc:zd.$u,x:zd.$x,$offset:zd.$offset})};var Vd=function(){function Wd(Kd){this.$L=Pd(Kd.locale,null,!0),this.parse(Kd),this.$x=this.$x||Kd.x||{},this[Ld]=!0}var zd=Wd.prototype;return zd.parse=function(Kd){this.$d=function(Qd){var hf=Qd.date,gf=Qd.utc;if(hf===null)return new Date(NaN);if(Ud.u(hf))return new Date;if(hf instanceof Date)return new Date(hf);if(typeof hf=="string"&&!/Z$/i.test(hf)){var bf=hf.match(Od);if(bf){var kf=bf[2]-1||0,Cf=(bf[7]||"0").substring(0,3);return gf?new Date(Date.UTC(bf[1],kf,bf[3]||1,bf[4]||0,bf[5]||0,bf[6]||0,Cf)):new Date(bf[1],kf,bf[3]||1,bf[4]||0,bf[5]||0,bf[6]||0,Cf)}}return new Date(hf)}(Kd),this.init()},zd.init=function(){var Kd=this.$d;this.$y=Kd.getFullYear(),this.$M=Kd.getMonth(),this.$D=Kd.getDate(),this.$W=Kd.getDay(),this.$H=Kd.getHours(),this.$m=Kd.getMinutes(),this.$s=Kd.getSeconds(),this.$ms=Kd.getMilliseconds()},zd.$utils=function(){return Ud},zd.isValid=function(){return this.$d.toString()!==Td},zd.isSame=function(Kd,Qd){var hf=Fd(Kd);return this.startOf(Qd)<=hf&&hf<=this.endOf(Qd)},zd.isAfter=function(Kd,Qd){return Fd(Kd)<this.startOf(Qd)},zd.isBefore=function(Kd,Qd){return this.endOf(Qd)<Fd(Kd)},zd.$g=function(Kd,Qd,hf){return Ud.u(Kd)?this[Qd]:this.set(hf,Kd)},zd.unix=function(){return Math.floor(this.valueOf()/1e3)},zd.valueOf=function(){return this.$d.getTime()},zd.startOf=function(Kd,Qd){var hf=this,gf=!!Ud.u(Qd)||Qd,bf=Ud.p(Kd),kf=function(Pf,Ff){var Lf=Ud.w(hf.$u?Date.UTC(hf.$y,Ff,Pf):new Date(hf.$y,Ff,Pf),hf);return gf?Lf:Lf.endOf(cd)},Cf=function(Pf,Ff){return Ud.w(hf.toDate()[Pf].apply(hf.toDate("s"),(gf?[0,0,0,0]:[23,59,59,999]).slice(Ff)),hf)},Ef=this.$W,yf=this.$M,Mf=this.$D,Af="set"+(this.$u?"UTC":"");switch(bf){case yd:return gf?kf(1,0):kf(31,11);case gd:return gf?kf(1,yf):kf(0,yf+1);case ud:var Zd=this.$locale().weekStart||0,mf=(Ef<Zd?Ef+7:Ef)-Zd;return kf(gf?Mf-mf:Mf+(6-mf),yf);case cd:case Ed:return Cf(Af+"Hours",0);case ld:return Cf(Af+"Minutes",1);case sd:return Cf(Af+"Seconds",2);case od:return Cf(Af+"Milliseconds",3);default:return this.clone()}},zd.endOf=function(Kd){return this.startOf(Kd,!1)},zd.$set=function(Kd,Qd){var hf,gf=Ud.p(Kd),bf="set"+(this.$u?"UTC":""),kf=(hf={},hf[cd]=bf+"Date",hf[Ed]=bf+"Date",hf[gd]=bf+"Month",hf[yd]=bf+"FullYear",hf[ld]=bf+"Hours",hf[sd]=bf+"Minutes",hf[od]=bf+"Seconds",hf[rd]=bf+"Milliseconds",hf)[gf],Cf=gf===cd?this.$D+(Qd-this.$W):Qd;if(gf===gd||gf===yd){var Ef=this.clone().set(Ed,1);Ef.$d[kf](Cf),Ef.init(),this.$d=Ef.set(Ed,Math.min(this.$D,Ef.daysInMonth())).$d}else kf&&this.$d[kf](Cf);return this.init(),this},zd.set=function(Kd,Qd){return this.clone().$set(Kd,Qd)},zd.get=function(Kd){return this[Ud.p(Kd)]()},zd.add=function(Kd,Qd){var hf,gf=this;Kd=Number(Kd);var bf=Ud.p(Qd),kf=function(yf){var Mf=Fd(gf);return Ud.w(Mf.date(Mf.date()+Math.round(yf*Kd)),gf)};if(bf===gd)return this.set(gd,this.$M+Kd);if(bf===yd)return this.set(yd,this.$y+Kd);if(bf===cd)return kf(1);if(bf===ud)return kf(7);var Cf=(hf={},hf[sd]=ed,hf[ld]=td,hf[od]=Ja,hf)[bf]||1,Ef=this.$d.getTime()+Kd*Cf;return Ud.w(Ef,this)},zd.subtract=function(Kd,Qd){return this.add(-1*Kd,Qd)},zd.format=function(Kd){var Qd=this,hf=this.$locale();if(!this.isValid())return hf.invalidDate||Td;var gf=Kd||"YYYY-MM-DDTHH:mm:ssZ",bf=Ud.z(this),kf=this.$H,Cf=this.$m,Ef=this.$M,yf=hf.weekdays,Mf=hf.months,Af=hf.meridiem,Zd=function(Ff,Lf,jf,xf){return Ff&&(Ff[Lf]||Ff(Qd,gf))||jf[Lf].slice(0,xf)},mf=function(Ff){return Ud.s(kf%12||12,Ff,"0")},Pf=Af||function(Ff,Lf,jf){var xf=Ff<12?"AM":"PM";return jf?xf.toLowerCase():xf};return gf.replace(Ad,function(Ff,Lf){return Lf||function(jf){switch(jf){case"YY":return String(Qd.$y).slice(-2);case"YYYY":return Ud.s(Qd.$y,4,"0");case"M":return Ef+1;case"MM":return Ud.s(Ef+1,2,"0");case"MMM":return Zd(hf.monthsShort,Ef,Mf,3);case"MMMM":return Zd(Mf,Ef);case"D":return Qd.$D;case"DD":return Ud.s(Qd.$D,2,"0");case"d":return String(Qd.$W);case"dd":return Zd(hf.weekdaysMin,Qd.$W,yf,2);case"ddd":return Zd(hf.weekdaysShort,Qd.$W,yf,3);case"dddd":return yf[Qd.$W];case"H":return String(kf);case"HH":return Ud.s(kf,2,"0");case"h":return mf(1);case"hh":return mf(2);case"a":return Pf(kf,Cf,!0);case"A":return Pf(kf,Cf,!1);case"m":return String(Cf);case"mm":return Ud.s(Cf,2,"0");case"s":return String(Qd.$s);case"ss":return Ud.s(Qd.$s,2,"0");case"SSS":return Ud.s(Qd.$ms,3,"0");case"Z":return bf}return null}(Ff)||bf.replace(":","")})},zd.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},zd.diff=function(Kd,Qd,hf){var gf,bf=this,kf=Ud.p(Qd),Cf=Fd(Kd),Ef=(Cf.utcOffset()-this.utcOffset())*ed,yf=this-Cf,Mf=function(){return Ud.m(bf,Cf)};switch(kf){case yd:gf=Mf()/12;break;case gd:gf=Mf();break;case _d:gf=Mf()/3;break;case ud:gf=(yf-Ef)/6048e5;break;case cd:gf=(yf-Ef)/864e5;break;case ld:gf=yf/td;break;case sd:gf=yf/ed;break;case od:gf=yf/Ja;break;default:gf=yf}return hf?gf:Ud.a(gf)},zd.daysInMonth=function(){return this.endOf(gd).$D},zd.$locale=function(){return Md[this.$L]},zd.locale=function(Kd,Qd){if(!Kd)return this.$L;var hf=this.clone(),gf=Pd(Kd,Qd,!0);return gf&&(hf.$L=gf),hf},zd.clone=function(){return Ud.w(this.$d,this)},zd.toDate=function(){return new Date(this.valueOf())},zd.toJSON=function(){return this.isValid()?this.toISOString():null},zd.toISOString=function(){return this.$d.toISOString()},zd.toString=function(){return this.$d.toUTCString()},Wd}(),qd=Vd.prototype;return Fd.prototype=qd,[["$ms",rd],["$s",od],["$m",sd],["$H",ld],["$W",cd],["$M",gd],["$y",yd],["$D",Ed]].forEach(function(Wd){qd[Wd[1]]=function(zd){return this.$g(zd,Wd[0],Wd[1])}}),Fd.extend=function(Wd,zd){return Wd.$i||(Wd(zd,Vd,Fd),Wd.$i=!0),Fd},Fd.locale=Pd,Fd.isDayjs=jd,Fd.unix=function(Wd){return Fd(1e3*Wd)},Fd.en=Md[Rd],Fd.Ls=Md,Fd.p={},Fd})})(dayjs_min);var dayjs_minExports=dayjs_min.exports;const dayjs2=getDefaultExportFromCjs(dayjs_minExports);var customParseFormat={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){var Ja={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"},ed=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,td=/\d/,rd=/\d\d/,od=/\d\d?/,sd=/\d*[^-_:/,()\s\d]+/,ld={},cd=function(Od){return(Od=+Od)+(Od>68?1900:2e3)},ud=function(Od){return function(Ad){this[Od]=+Ad}},gd=[/[+-]\d\d:?(\d\d)?|Z/,function(Od){(this.zone||(this.zone={})).offset=function(Ad){if(!Ad||Ad==="Z")return 0;var Nd=Ad.match(/([+-]|\d\d)/g),kd=60*Nd[1]+(+Nd[2]||0);return kd===0?0:Nd[0]==="+"?-kd:kd}(Od)}],_d=function(Od){var Ad=ld[Od];return Ad&&(Ad.indexOf?Ad:Ad.s.concat(Ad.f))},yd=function(Od,Ad){var Nd,kd=ld.meridiem;if(kd){for(var Id=1;Id<=24;Id+=1)if(Od.indexOf(kd(Id,0,Ad))>-1){Nd=Id>12;break}}else Nd=Od===(Ad?"pm":"PM");return Nd},Ed={A:[sd,function(Od){this.afternoon=yd(Od,!1)}],a:[sd,function(Od){this.afternoon=yd(Od,!0)}],Q:[td,function(Od){this.month=3*(Od-1)+1}],S:[td,function(Od){this.milliseconds=100*+Od}],SS:[rd,function(Od){this.milliseconds=10*+Od}],SSS:[/\d{3}/,function(Od){this.milliseconds=+Od}],s:[od,ud("seconds")],ss:[od,ud("seconds")],m:[od,ud("minutes")],mm:[od,ud("minutes")],H:[od,ud("hours")],h:[od,ud("hours")],HH:[od,ud("hours")],hh:[od,ud("hours")],D:[od,ud("day")],DD:[rd,ud("day")],Do:[sd,function(Od){var Ad=ld.ordinal,Nd=Od.match(/\d+/);if(this.day=Nd[0],Ad)for(var kd=1;kd<=31;kd+=1)Ad(kd).replace(/\[|\]/g,"")===Od&&(this.day=kd)}],w:[od,ud("week")],ww:[rd,ud("week")],M:[od,ud("month")],MM:[rd,ud("month")],MMM:[sd,function(Od){var Ad=_d("months"),Nd=(_d("monthsShort")||Ad.map(function(kd){return kd.slice(0,3)})).indexOf(Od)+1;if(Nd<1)throw new Error;this.month=Nd%12||Nd}],MMMM:[sd,function(Od){var Ad=_d("months").indexOf(Od)+1;if(Ad<1)throw new Error;this.month=Ad%12||Ad}],Y:[/[+-]?\d+/,ud("year")],YY:[rd,function(Od){this.year=cd(Od)}],YYYY:[/\d{4}/,ud("year")],Z:gd,ZZ:gd};function Td(Od){var Ad,Nd;Ad=Od,Nd=ld&&ld.formats;for(var kd=(Od=Ad.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(Fd,Ud,Vd){var qd=Vd&&Vd.toUpperCase();return Ud||Nd[Vd]||Ja[Vd]||Nd[qd].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(Wd,zd,Kd){return zd||Kd.slice(1)})})).match(ed),Id=kd.length,Rd=0;Rd<Id;Rd+=1){var Md=kd[Rd],Ld=Ed[Md],jd=Ld&&Ld[0],Pd=Ld&&Ld[1];kd[Rd]=Pd?{regex:jd,parser:Pd}:Md.replace(/^\[|\]$/g,"")}return function(Fd){for(var Ud={},Vd=0,qd=0;Vd<Id;Vd+=1){var Wd=kd[Vd];if(typeof Wd=="string")qd+=Wd.length;else{var zd=Wd.regex,Kd=Wd.parser,Qd=Fd.slice(qd),hf=zd.exec(Qd)[0];Kd.call(Ud,hf),Fd=Fd.replace(hf,"")}}return function(gf){var bf=gf.afternoon;if(bf!==void 0){var kf=gf.hours;bf?kf<12&&(gf.hours+=12):kf===12&&(gf.hours=0),delete gf.afternoon}}(Ud),Ud}}return function(Od,Ad,Nd){Nd.p.customParseFormat=!0,Od&&Od.parseTwoDigitYear&&(cd=Od.parseTwoDigitYear);var kd=Ad.prototype,Id=kd.parse;kd.parse=function(Rd){var Md=Rd.date,Ld=Rd.utc,jd=Rd.args;this.$u=Ld;var Pd=jd[1];if(typeof Pd=="string"){var Fd=jd[2]===!0,Ud=jd[3]===!0,Vd=Fd||Ud,qd=jd[2];Ud&&(qd=jd[2]),ld=this.$locale(),!Fd&&qd&&(ld=Nd.Ls[qd]),this.$d=function(Qd,hf,gf,bf){try{if(["x","X"].indexOf(hf)>-1)return new Date((hf==="X"?1e3:1)*Qd);var kf=Td(hf)(Qd),Cf=kf.year,Ef=kf.month,yf=kf.day,Mf=kf.hours,Af=kf.minutes,Zd=kf.seconds,mf=kf.milliseconds,Pf=kf.zone,Ff=kf.week,Lf=new Date,jf=yf||(Cf||Ef?1:Lf.getDate()),xf=Cf||Lf.getFullYear(),Nf=0;Cf&&!Ef||(Nf=Ef>0?Ef-1:Lf.getMonth());var Bf,Tf=Mf||0,wf=Af||0,Of=Zd||0,$f=mf||0;return Pf?new Date(Date.UTC(xf,Nf,jf,Tf,wf,Of,$f+60*Pf.offset*1e3)):gf?new Date(Date.UTC(xf,Nf,jf,Tf,wf,Of,$f)):(Bf=new Date(xf,Nf,jf,Tf,wf,Of,$f),Ff&&(Bf=bf(Bf).week(Ff).toDate()),Bf)}catch{return new Date("")}}(Md,Pd,Ld,Nd),this.init(),qd&&qd!==!0&&(this.$L=this.locale(qd).$L),Vd&&Md!=this.format(Pd)&&(this.$d=new Date("")),ld={}}else if(Pd instanceof Array)for(var Wd=Pd.length,zd=1;zd<=Wd;zd+=1){jd[1]=Pd[zd-1];var Kd=Nd.apply(this,jd);if(Kd.isValid()){this.$d=Kd.$d,this.$L=Kd.$L,this.init();break}zd===Wd&&(this.$d=new Date(""))}else Id.call(this,Rd)}}})})(customParseFormat);var customParseFormatExports=customParseFormat.exports;const dayjsCustomParseFormat=getDefaultExportFromCjs(customParseFormatExports),timeUnits$1=["hours","minutes","seconds"],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}`},buildTimeList=(Ra,qa)=>[Ra>0?Ra-1:void 0,Ra,Ra<qa?Ra+1:void 0],rangeArr=Ra=>Array.from(Array.from({length:Ra}).keys()),extractDateFormat=Ra=>Ra.replace(/\W?m{1,2}|\W?ZZ/g,"").replace(/\W?h{1,2}|\W?s{1,3}|\W?a/gi,"").trim(),extractTimeFormat=Ra=>Ra.replace(/\W?D{1,2}|\W?Do|\W?d{1,4}|\W?M{1,4}|\W?Y{2,4}/g,"").trim(),dateEquals=function(Ra,qa){const Ja=isDate$1(Ra),ed=isDate$1(qa);return Ja&&ed?Ra.getTime()===qa.getTime():!Ja&&!ed?Ra===qa:!1},valueEquals=function(Ra,qa){const Ja=isArray$2(Ra),ed=isArray$2(qa);return Ja&&ed?Ra.length!==qa.length?!1:Ra.every((td,rd)=>dateEquals(td,qa[rd])):!Ja&&!ed?dateEquals(Ra,qa):!1},parseDate=function(Ra,qa,Ja){const ed=isEmpty$1(qa)||qa==="x"?dayjs2(Ra).locale(Ja):dayjs2(Ra,qa).locale(Ja);return ed.isValid()?ed:void 0},formatter=function(Ra,qa,Ja){return isEmpty$1(qa)?Ra:qa==="x"?+Ra:dayjs2(Ra).locale(Ja).format(qa)},makeList=(Ra,qa)=>{var Ja;const ed=[],td=qa==null?void 0:qa();for(let rd=0;rd<Ra;rd++)ed.push((Ja=td==null?void 0:td.includes(rd))!=null?Ja:!1);return ed},disabledTimeListsProps=buildProps({disabledHours:{type:definePropType(Function)},disabledMinutes:{type:definePropType(Function)},disabledSeconds:{type:definePropType(Function)}}),timePanelSharedProps=buildProps({visible:Boolean,actualVisible:{type:Boolean,default:void 0},format:{type:String,default:""}}),timePickerDefaultProps=buildProps({id:{type:definePropType([Array,String])},name:{type:definePropType([Array,String]),default:""},popperClass:{type:String,default:""},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},prefixIcon:{type:definePropType([String,Object]),default:""},size:useSizeProp,readonly:Boolean,disabled:Boolean,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,...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),__default__$1s=defineComponent({name:"Picker"}),_sfc_main$2A=defineComponent({...__default__$1s,props:timePickerDefaultProps,emits:["update:modelValue","change","focus","blur","clear","calendar-change","panel-change","visible-change","keydown"],setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useAttrs$1(),{lang:rd}=useLocale(),od=useNamespace("date"),sd=useNamespace("input"),ld=useNamespace("range"),{form:cd,formItem:ud}=useFormItem(),gd=inject("ElPopperOptions",{}),{valueOnClear:_d}=useEmptyValues(ed,null),yd=ref$1(),Ed=ref$1(),Td=ref$1(!1),Od=ref$1(!1),Ad=ref$1(null);let Nd=!1,kd=!1;const Id=computed(()=>[od.b("editor"),od.bm("editor",ed.type),sd.e("wrapper"),od.is("disabled",Ef.value),od.is("active",Td.value),ld.b("editor"),Wf?ld.bm("editor",Wf.value):"",td.class]),Rd=computed(()=>[sd.e("icon"),ld.e("close-icon"),jf.value?"":ld.e("close-icon--hidden")]);watch(Td,kh=>{kh?nextTick$1(()=>{kh&&(Ad.value=ed.modelValue)}):(Xf.value=null,nextTick$1(()=>{Md(ed.modelValue)}))});const Md=(kh,Rh)=>{(Rh||!valueEquals(kh,Ad.value))&&(Ja("change",kh),ed.validateEvent&&(ud==null||ud.validate("change").catch(jh=>void 0)))},Ld=kh=>{if(!valueEquals(ed.modelValue,kh)){let Rh;isArray$2(kh)?Rh=kh.map(jh=>formatter(jh,ed.valueFormat,rd.value)):kh&&(Rh=formatter(kh,ed.valueFormat,rd.value)),Ja("update:modelValue",kh&&Rh,rd.value)}},jd=kh=>{Ja("keydown",kh)},Pd=computed(()=>{if(Ed.value){const kh=$f.value?Ed.value:Ed.value.$el;return Array.from(kh.querySelectorAll("input"))}return[]}),Fd=(kh,Rh,jh)=>{const cm=Pd.value;cm.length&&(!jh||jh==="min"?(cm[0].setSelectionRange(kh,Rh),cm[0].focus()):jh==="max"&&(cm[1].setSelectionRange(kh,Rh),cm[1].focus()))},Ud=()=>{gf(!0,!0),nextTick$1(()=>{kd=!1})},Vd=(kh="",Rh=!1)=>{Rh||(kd=!0),Td.value=Rh;let jh;isArray$2(kh)?jh=kh.map(cm=>cm.toDate()):jh=kh&&kh.toDate(),Xf.value=null,Ld(jh)},qd=()=>{Od.value=!0},Wd=()=>{Ja("visible-change",!0)},zd=kh=>{(kh==null?void 0:kh.key)===EVENT_CODE.esc&&gf(!0,!0)},Kd=()=>{Od.value=!1,Td.value=!1,kd=!1,Ja("visible-change",!1)},Qd=()=>{Td.value=!0},hf=()=>{Td.value=!1},gf=(kh=!0,Rh=!1)=>{kd=Rh;const[jh,cm]=unref(Pd);let Tm=jh;!kh&&$f.value&&(Tm=cm),Tm&&Tm.focus()},bf=kh=>{ed.readonly||Ef.value||Td.value||kd||(Td.value=!0,Ja("focus",kh))};let kf;const Cf=kh=>{const Rh=async()=>{setTimeout(()=>{var jh;kf===Rh&&(!((jh=yd.value)!=null&&jh.isFocusInsideContent()&&!Nd)&&Pd.value.filter(cm=>cm.contains(document.activeElement)).length===0&&(hh(),Td.value=!1,Ja("blur",kh),ed.validateEvent&&(ud==null||ud.validate("blur").catch(cm=>void 0))),Nd=!1)},0)};kf=Rh,Rh()},Ef=computed(()=>ed.disabled||(cd==null?void 0:cd.disabled)),yf=computed(()=>{let kh;if(Nf.value?Th.value.getDefaultValue&&(kh=Th.value.getDefaultValue()):isArray$2(ed.modelValue)?kh=ed.modelValue.map(Rh=>parseDate(Rh,ed.valueFormat,rd.value)):kh=parseDate(ed.modelValue,ed.valueFormat,rd.value),Th.value.getRangeAvailableTime){const Rh=Th.value.getRangeAvailableTime(kh);isEqual$1(Rh,kh)||(kh=Rh,Nf.value||Ld(isArray$2(kh)?kh.map(jh=>jh.toDate()):kh.toDate()))}return isArray$2(kh)&&kh.some(Rh=>!Rh)&&(kh=[]),kh}),Mf=computed(()=>{if(!Th.value.panelReady)return"";const kh=wh(yf.value);return isArray$2(Xf.value)?[Xf.value[0]||kh&&kh[0]||"",Xf.value[1]||kh&&kh[1]||""]:Xf.value!==null?Xf.value:!Zd.value&&Nf.value||!Td.value&&Nf.value?"":kh?mf.value||Pf.value||Ff.value?kh.join(", "):kh:""}),Af=computed(()=>ed.type.includes("time")),Zd=computed(()=>ed.type.startsWith("time")),mf=computed(()=>ed.type==="dates"),Pf=computed(()=>ed.type==="months"),Ff=computed(()=>ed.type==="years"),Lf=computed(()=>ed.prefixIcon||(Af.value?clock_default:calendar_default)),jf=ref$1(!1),xf=kh=>{ed.readonly||Ef.value||(jf.value&&(kh.stopPropagation(),Ud(),Th.value.handleClear?Th.value.handleClear():Ld(_d.value),Md(_d.value,!0),jf.value=!1,Td.value=!1),Ja("clear"))},Nf=computed(()=>{const{modelValue:kh}=ed;return!kh||isArray$2(kh)&&!kh.filter(Boolean).length}),Bf=async kh=>{var Rh;ed.readonly||Ef.value||(((Rh=kh.target)==null?void 0:Rh.tagName)!=="INPUT"||Pd.value.includes(document.activeElement))&&(Td.value=!0)},Tf=()=>{ed.readonly||Ef.value||!Nf.value&&ed.clearable&&(jf.value=!0)},wf=()=>{jf.value=!1},Of=kh=>{var Rh;ed.readonly||Ef.value||(((Rh=kh.touches[0].target)==null?void 0:Rh.tagName)!=="INPUT"||Pd.value.includes(document.activeElement))&&(Td.value=!0)},$f=computed(()=>ed.type.includes("range")),Wf=useFormSize(),Kf=computed(()=>{var kh,Rh;return(Rh=(kh=unref(yd))==null?void 0:kh.popperRef)==null?void 0:Rh.contentRef}),Df=computed(()=>{var kh;return unref($f)?unref(Ed):(kh=unref(Ed))==null?void 0:kh.$el}),qf=onClickOutside(Df,kh=>{const Rh=unref(Kf),jh=unref(Df);Rh&&(kh.target===Rh||kh.composedPath().includes(Rh))||kh.target===jh||kh.composedPath().includes(jh)||(Td.value=!1)});onBeforeUnmount(()=>{qf==null||qf()});const Xf=ref$1(null),hh=()=>{if(Xf.value){const kh=Mh(Mf.value);kh&&Bh(kh)&&(Ld(isArray$2(kh)?kh.map(Rh=>Rh.toDate()):kh.toDate()),Xf.value=null)}Xf.value===""&&(Ld(_d.value),Md(_d.value),Xf.value=null)},Mh=kh=>kh?Th.value.parseUserInput(kh):null,wh=kh=>kh?Th.value.formatToString(kh):null,Bh=kh=>Th.value.isValidValue(kh),Uh=async kh=>{if(ed.readonly||Ef.value)return;const{code:Rh}=kh;if(jd(kh),Rh===EVENT_CODE.esc){Td.value===!0&&(Td.value=!1,kh.preventDefault(),kh.stopPropagation());return}if(Rh===EVENT_CODE.down&&(Th.value.handleFocusPicker&&(kh.preventDefault(),kh.stopPropagation()),Td.value===!1&&(Td.value=!0,await nextTick$1()),Th.value.handleFocusPicker)){Th.value.handleFocusPicker();return}if(Rh===EVENT_CODE.tab){Nd=!0;return}if(Rh===EVENT_CODE.enter||Rh===EVENT_CODE.numpadEnter){(Xf.value===null||Xf.value===""||Bh(Mh(Mf.value)))&&(hh(),Td.value=!1),kh.stopPropagation();return}if(Xf.value){kh.stopPropagation();return}Th.value.handleKeydownInput&&Th.value.handleKeydownInput(kh)},oh=kh=>{Xf.value=kh,Td.value||(Td.value=!0)},Vf=kh=>{const Rh=kh.target;Xf.value?Xf.value=[Rh.value,Xf.value[1]]:Xf.value=[Rh.value,null]},Rf=kh=>{const Rh=kh.target;Xf.value?Xf.value=[Xf.value[0],Rh.value]:Xf.value=[null,Rh.value]},Zf=()=>{var kh;const Rh=Xf.value,jh=Mh(Rh&&Rh[0]),cm=unref(yf);if(jh&&jh.isValid()){Xf.value=[wh(jh),((kh=Mf.value)==null?void 0:kh[1])||null];const Tm=[jh,cm&&(cm[1]||null)];Bh(Tm)&&(Ld(Tm),Xf.value=null)}},Jf=()=>{var kh;const Rh=unref(Xf),jh=Mh(Rh&&Rh[1]),cm=unref(yf);if(jh&&jh.isValid()){Xf.value=[((kh=unref(Mf))==null?void 0:kh[0])||null,wh(jh)];const Tm=[cm&&cm[0],jh];Bh(Tm)&&(Ld(Tm),Xf.value=null)}},Th=ref$1({}),Ah=kh=>{Th.value[kh[0]]=kh[1],Th.value.panelReady=!0},Gh=kh=>{Ja("calendar-change",kh)},sm=(kh,Rh,jh)=>{Ja("panel-change",kh,Rh,jh)};return provide("EP_PICKER_BASE",{props:ed}),qa({focus:gf,handleFocusInput:bf,handleBlurInput:Cf,handleOpen:Qd,handleClose:hf,onPick:Vd}),(kh,Rh)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"refPopper",ref:yd,visible:Td.value,effect:"light",pure:"",trigger:"click"},kh.$attrs,{role:"dialog",teleported:"",transition:`${unref(od).namespace.value}-zoom-in-top`,"popper-class":[`${unref(od).namespace.value}-picker__popper`,kh.popperClass],"popper-options":unref(gd),"fallback-placements":["bottom","top","right","left"],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"hide-after":0,persistent:"",onBeforeShow:qd,onShow:Wd,onHide:Kd}),{default:withCtx(()=>[unref($f)?(openBlock(),createElementBlock("div",{key:1,ref_key:"inputRef",ref:Ed,class:normalizeClass(unref(Id)),style:normalizeStyle(kh.$attrs.style),onClick:bf,onMouseenter:Tf,onMouseleave:wf,onTouchstartPassive:Of,onKeydown:Uh},[unref(Lf)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(sd).e("icon"),unref(ld).e("icon")]),onMousedown:withModifiers(Bf,["prevent"]),onTouchstartPassive:Of},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Lf))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),createBaseVNode("input",{id:kh.id&&kh.id[0],autocomplete:"off",name:kh.name&&kh.name[0],placeholder:kh.startPlaceholder,value:unref(Mf)&&unref(Mf)[0],disabled:unref(Ef),readonly:!kh.editable||kh.readonly,class:normalizeClass(unref(ld).b("input")),onMousedown:Bf,onInput:Vf,onChange:Zf,onFocus:bf,onBlur:Cf},null,42,["id","name","placeholder","value","disabled","readonly"]),renderSlot(kh.$slots,"range-separator",{},()=>[createBaseVNode("span",{class:normalizeClass(unref(ld).b("separator"))},toDisplayString(kh.rangeSeparator),3)]),createBaseVNode("input",{id:kh.id&&kh.id[1],autocomplete:"off",name:kh.name&&kh.name[1],placeholder:kh.endPlaceholder,value:unref(Mf)&&unref(Mf)[1],disabled:unref(Ef),readonly:!kh.editable||kh.readonly,class:normalizeClass(unref(ld).b("input")),onMousedown:Bf,onFocus:bf,onBlur:Cf,onInput:Rf,onChange:Jf},null,42,["id","name","placeholder","value","disabled","readonly"]),kh.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(Rd)),onClick:xf},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(kh.clearIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],38)):(openBlock(),createBlock(unref(ElInput),{key:0,id:kh.id,ref_key:"inputRef",ref:Ed,"container-role":"combobox","model-value":unref(Mf),name:kh.name,size:unref(Wf),disabled:unref(Ef),placeholder:kh.placeholder,class:normalizeClass([unref(od).b("editor"),unref(od).bm("editor",kh.type),kh.$attrs.class]),style:normalizeStyle(kh.$attrs.style),readonly:!kh.editable||kh.readonly||unref(mf)||unref(Pf)||unref(Ff)||kh.type==="week","aria-label":kh.ariaLabel,tabindex:kh.tabindex,"validate-event":!1,onInput:oh,onFocus:bf,onBlur:Cf,onKeydown:Uh,onChange:hh,onMousedown:Bf,onMouseenter:Tf,onMouseleave:wf,onTouchstartPassive:Of,onClick:withModifiers(()=>{},["stop"])},{prefix:withCtx(()=>[unref(Lf)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(sd).e("icon")),onMousedown:withModifiers(Bf,["prevent"]),onTouchstartPassive:Of},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Lf))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0)]),suffix:withCtx(()=>[jf.value&&kh.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(`${unref(sd).e("icon")} clear-icon`),onClick:withModifiers(xf,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(kh.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)]),_:1},8,["id","model-value","name","size","disabled","placeholder","class","style","readonly","aria-label","tabindex","onKeydown","onClick"]))]),content:withCtx(()=>[renderSlot(kh.$slots,"default",{visible:Td.value,actualVisible:Od.value,parsedValue:unref(yf),format:kh.format,dateFormat:kh.dateFormat,timeFormat:kh.timeFormat,unlinkPanels:kh.unlinkPanels,type:kh.type,defaultValue:kh.defaultValue,onPick:Vd,onSelectRange:Fd,onSetPickerOption:Ah,onCalendarChange:Gh,onPanelChange:sm,onKeydown:zd,onMousedown:withModifiers(()=>{},["stop"])})]),_:3},16,["visible","transition","popper-class","popper-options"]))}});var CommonPicker=_export_sfc$1(_sfc_main$2A,[["__file","picker.vue"]]);const panelTimePickerProps=buildProps({...timePanelSharedProps,datetimeRole:String,parsedValue:{type:definePropType(Object)}}),useTimePanel=({getAvailableHours:Ra,getAvailableMinutes:qa,getAvailableSeconds:Ja})=>{const ed=(od,sd,ld,cd)=>{const ud={hour:Ra,minute:qa,second:Ja};let gd=od;return["hour","minute","second"].forEach(_d=>{if(ud[_d]){let yd;const Ed=ud[_d];switch(_d){case"minute":{yd=Ed(gd.hour(),sd,cd);break}case"second":{yd=Ed(gd.hour(),gd.minute(),sd,cd);break}default:{yd=Ed(sd,cd);break}}if(yd!=null&&yd.length&&!yd.includes(gd[_d]())){const Td=ld?0:yd.length-1;gd=gd[_d](yd[Td])}}}),gd},td={};return{timePickerOptions:td,getAvailableTime:ed,onSetOption:([od,sd])=>{td[od]=sd}}},makeAvailableArr=Ra=>{const qa=(ed,td)=>ed||td,Ja=ed=>ed!==!0;return Ra.map(qa).filter(Ja)},getTimeLists=(Ra,qa,Ja)=>({getHoursList:(od,sd)=>makeList(24,Ra&&(()=>Ra==null?void 0:Ra(od,sd))),getMinutesList:(od,sd,ld)=>makeList(60,qa&&(()=>qa==null?void 0:qa(od,sd,ld))),getSecondsList:(od,sd,ld,cd)=>makeList(60,Ja&&(()=>Ja==null?void 0:Ja(od,sd,ld,cd)))}),buildAvailableTimeSlotGetter=(Ra,qa,Ja)=>{const{getHoursList:ed,getMinutesList:td,getSecondsList:rd}=getTimeLists(Ra,qa,Ja);return{getAvailableHours:(cd,ud)=>makeAvailableArr(ed(cd,ud)),getAvailableMinutes:(cd,ud,gd)=>makeAvailableArr(td(cd,ud,gd)),getAvailableSeconds:(cd,ud,gd,_d)=>makeAvailableArr(rd(cd,ud,gd,_d))}},useOldValue=Ra=>{const qa=ref$1(Ra.parsedValue);return watch(()=>Ra.visible,Ja=>{Ja||(qa.value=Ra.parsedValue)}),qa},nodeList=new Map;if(isClient){let Ra;document.addEventListener("mousedown",qa=>Ra=qa),document.addEventListener("mouseup",qa=>{if(Ra){for(const Ja of nodeList.values())for(const{documentHandler:ed}of Ja)ed(qa,Ra);Ra=void 0}})}function createDocumentHandler(Ra,qa){let Ja=[];return Array.isArray(qa.arg)?Ja=qa.arg:isElement$2(qa.arg)&&Ja.push(qa.arg),function(ed,td){const rd=qa.instance.popperRef,od=ed.target,sd=td==null?void 0:td.target,ld=!qa||!qa.instance,cd=!od||!sd,ud=Ra.contains(od)||Ra.contains(sd),gd=Ra===od,_d=Ja.length&&Ja.some(Ed=>Ed==null?void 0:Ed.contains(od))||Ja.length&&Ja.includes(sd),yd=rd&&(rd.contains(od)||rd.contains(sd));ld||cd||ud||gd||_d||yd||qa.value(ed,td)}}const ClickOutside={beforeMount(Ra,qa){nodeList.has(Ra)||nodeList.set(Ra,[]),nodeList.get(Ra).push({documentHandler:createDocumentHandler(Ra,qa),bindingFn:qa.value})},updated(Ra,qa){nodeList.has(Ra)||nodeList.set(Ra,[]);const Ja=nodeList.get(Ra),ed=Ja.findIndex(rd=>rd.bindingFn===qa.oldValue),td={documentHandler:createDocumentHandler(Ra,qa),bindingFn:qa.value};ed>=0?Ja.splice(ed,1,td):Ja.push(td)},unmounted(Ra){nodeList.delete(Ra)}},REPEAT_INTERVAL=100,REPEAT_DELAY=600,vRepeatClick={beforeMount(Ra,qa){const Ja=qa.value,{interval:ed=REPEAT_INTERVAL,delay:td=REPEAT_DELAY}=isFunction$4(Ja)?{}:Ja;let rd,od;const sd=()=>isFunction$4(Ja)?Ja():Ja.handler(),ld=()=>{od&&(clearTimeout(od),od=void 0),rd&&(clearInterval(rd),rd=void 0)};Ra.addEventListener("mousedown",cd=>{cd.button===0&&(ld(),sd(),document.addEventListener("mouseup",()=>ld(),{once:!0}),od=setTimeout(()=>{rd=setInterval(()=>{sd()},ed)},td))})}},FOCUSABLE_CHILDREN="_trap-focus-children",FOCUS_STACK=[],FOCUS_HANDLER=Ra=>{if(FOCUS_STACK.length===0)return;const qa=FOCUS_STACK[FOCUS_STACK.length-1][FOCUSABLE_CHILDREN];if(qa.length>0&&Ra.code===EVENT_CODE.tab){if(qa.length===1){Ra.preventDefault(),document.activeElement!==qa[0]&&qa[0].focus();return}const Ja=Ra.shiftKey,ed=Ra.target===qa[0],td=Ra.target===qa[qa.length-1];ed&&Ja&&(Ra.preventDefault(),qa[qa.length-1].focus()),td&&!Ja&&(Ra.preventDefault(),qa[0].focus())}},TrapFocus={beforeMount(Ra){Ra[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(Ra),FOCUS_STACK.push(Ra),FOCUS_STACK.length<=1&&document.addEventListener("keydown",FOCUS_HANDLER)},updated(Ra){nextTick$1(()=>{Ra[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(Ra)})},unmounted(){FOCUS_STACK.shift(),FOCUS_STACK.length===0&&document.removeEventListener("keydown",FOCUS_HANDLER)}};var v$2=!1,o$1,f$2,s$1,u$1,d$2,N$5,l$2,p$1,m$1,w$2,D$4,x$4,E$3,M$5,F$2;function a$1(){if(!v$2){v$2=!0;var Ra=navigator.userAgent,qa=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(Ra),Ja=/(Mac OS X)|(Windows)|(Linux)/.exec(Ra);if(x$4=/\b(iPhone|iP[ao]d)/.exec(Ra),E$3=/\b(iP[ao]d)/.exec(Ra),w$2=/Android/i.exec(Ra),M$5=/FBAN\/\w+;/i.exec(Ra),F$2=/Mobile/i.exec(Ra),D$4=!!/Win64/.exec(Ra),qa){o$1=qa[1]?parseFloat(qa[1]):qa[5]?parseFloat(qa[5]):NaN,o$1&&document&&document.documentMode&&(o$1=document.documentMode);var ed=/(?:Trident\/(\d+.\d+))/.exec(Ra);N$5=ed?parseFloat(ed[1])+4:o$1,f$2=qa[2]?parseFloat(qa[2]):NaN,s$1=qa[3]?parseFloat(qa[3]):NaN,u$1=qa[4]?parseFloat(qa[4]):NaN,u$1?(qa=/(?:Chrome\/(\d+\.\d+))/.exec(Ra),d$2=qa&&qa[1]?parseFloat(qa[1]):NaN):d$2=NaN}else o$1=f$2=s$1=d$2=u$1=NaN;if(Ja){if(Ja[1]){var td=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(Ra);l$2=td?parseFloat(td[1].replace("_",".")):!0}else l$2=!1;p$1=!!Ja[2],m$1=!!Ja[3]}else l$2=p$1=m$1=!1}}var _$4={ie:function(){return a$1()||o$1},ieCompatibilityMode:function(){return a$1()||N$5>o$1},ie64:function(){return _$4.ie()&&D$4},firefox:function(){return a$1()||f$2},opera:function(){return a$1()||s$1},webkit:function(){return a$1()||u$1},safari:function(){return _$4.webkit()},chrome:function(){return a$1()||d$2},windows:function(){return a$1()||p$1},osx:function(){return a$1()||l$2},linux:function(){return a$1()||m$1},iphone:function(){return a$1()||x$4},mobile:function(){return a$1()||x$4||E$3||w$2||F$2},nativeApp:function(){return a$1()||M$5},android:function(){return a$1()||w$2},ipad:function(){return a$1()||E$3}},A$2=_$4,c$1=!!(typeof window<"u"&&window.document&&window.document.createElement),U$4={canUseDOM:c$1,canUseWorkers:typeof Worker<"u",canUseEventListeners:c$1&&!!(window.addEventListener||window.attachEvent),canUseViewport:c$1&&!!window.screen,isInWorker:!c$1},h$1=U$4,X$4;h$1.canUseDOM&&(X$4=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);function S$3(Ra,qa){if(!h$1.canUseDOM||qa&&!("addEventListener"in document))return!1;var Ja="on"+Ra,ed=Ja in document;if(!ed){var td=document.createElement("div");td.setAttribute(Ja,"return;"),ed=typeof td[Ja]=="function"}return!ed&&X$4&&Ra==="wheel"&&(ed=document.implementation.hasFeature("Events.wheel","3.0")),ed}var b$3=S$3,O$4=10,I$2=40,P$4=800;function T$4(Ra){var qa=0,Ja=0,ed=0,td=0;return"detail"in Ra&&(Ja=Ra.detail),"wheelDelta"in Ra&&(Ja=-Ra.wheelDelta/120),"wheelDeltaY"in Ra&&(Ja=-Ra.wheelDeltaY/120),"wheelDeltaX"in Ra&&(qa=-Ra.wheelDeltaX/120),"axis"in Ra&&Ra.axis===Ra.HORIZONTAL_AXIS&&(qa=Ja,Ja=0),ed=qa*O$4,td=Ja*O$4,"deltaY"in Ra&&(td=Ra.deltaY),"deltaX"in Ra&&(ed=Ra.deltaX),(ed||td)&&Ra.deltaMode&&(Ra.deltaMode==1?(ed*=I$2,td*=I$2):(ed*=P$4,td*=P$4)),ed&&!qa&&(qa=ed<1?-1:1),td&&!Ja&&(Ja=td<1?-1:1),{spinX:qa,spinY:Ja,pixelX:ed,pixelY:td}}T$4.getEventType=function(){return A$2.firefox()?"DOMMouseScroll":b$3("wheel")?"wheel":"mousewheel"};var Y$4=T$4;/**
* 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 mousewheel=function(Ra,qa){if(Ra&&Ra.addEventListener){const Ja=function(ed){const td=Y$4(ed);qa&&Reflect.apply(qa,this,[ed,td])};Ra.addEventListener("wheel",Ja,{passive:!0})}},Mousewheel={beforeMount(Ra,qa){mousewheel(Ra,qa.value)}},basicTimeSpinnerProps=buildProps({role:{type:String,required:!0},spinnerDate:{type:definePropType(Object),required:!0},showSeconds:{type:Boolean,default:!0},arrowControl:Boolean,amPmMode:{type:definePropType(String),default:""},...disabledTimeListsProps}),_sfc_main$2z=defineComponent({__name:"basic-time-spinner",props:basicTimeSpinnerProps,emits:["change","select-range","set-option"],setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("time"),{getHoursList:td,getMinutesList:rd,getSecondsList:od}=getTimeLists(Ja.disabledHours,Ja.disabledMinutes,Ja.disabledSeconds);let sd=!1;const ld=ref$1(),cd=ref$1(),ud=ref$1(),gd=ref$1(),_d={hours:cd,minutes:ud,seconds:gd},yd=computed(()=>Ja.showSeconds?timeUnits$1:timeUnits$1.slice(0,2)),Ed=computed(()=>{const{spinnerDate:gf}=Ja,bf=gf.hour(),kf=gf.minute(),Cf=gf.second();return{hours:bf,minutes:kf,seconds:Cf}}),Td=computed(()=>{const{hours:gf,minutes:bf}=unref(Ed);return{hours:td(Ja.role),minutes:rd(gf,Ja.role),seconds:od(gf,bf,Ja.role)}}),Od=computed(()=>{const{hours:gf,minutes:bf,seconds:kf}=unref(Ed);return{hours:buildTimeList(gf,23),minutes:buildTimeList(bf,59),seconds:buildTimeList(kf,59)}}),Ad=debounce(gf=>{sd=!1,Id(gf)},200),Nd=gf=>{if(!!!Ja.amPmMode)return"";const kf=Ja.amPmMode==="A";let Cf=gf<12?" am":" pm";return kf&&(Cf=Cf.toUpperCase()),Cf},kd=gf=>{let bf;switch(gf){case"hours":bf=[0,2];break;case"minutes":bf=[3,5];break;case"seconds":bf=[6,8];break}const[kf,Cf]=bf;qa("select-range",kf,Cf),ld.value=gf},Id=gf=>{Ld(gf,unref(Ed)[gf])},Rd=()=>{Id("hours"),Id("minutes"),Id("seconds")},Md=gf=>gf.querySelector(`.${ed.namespace.value}-scrollbar__wrap`),Ld=(gf,bf)=>{if(Ja.arrowControl)return;const kf=unref(_d[gf]);kf&&kf.$el&&(Md(kf.$el).scrollTop=Math.max(0,bf*jd(gf)))},jd=gf=>{const bf=unref(_d[gf]),kf=bf==null?void 0:bf.$el.querySelector("li");return kf&&Number.parseFloat(getStyle(kf,"height"))||0},Pd=()=>{Ud(1)},Fd=()=>{Ud(-1)},Ud=gf=>{ld.value||kd("hours");const bf=ld.value,kf=unref(Ed)[bf],Cf=ld.value==="hours"?24:60,Ef=Vd(bf,kf,gf,Cf);qd(bf,Ef),Ld(bf,Ef),nextTick$1(()=>kd(bf))},Vd=(gf,bf,kf,Cf)=>{let Ef=(bf+kf+Cf)%Cf;const yf=unref(Td)[gf];for(;yf[Ef]&&Ef!==bf;)Ef=(Ef+kf+Cf)%Cf;return Ef},qd=(gf,bf)=>{if(unref(Td)[gf][bf])return;const{hours:Ef,minutes:yf,seconds:Mf}=unref(Ed);let Af;switch(gf){case"hours":Af=Ja.spinnerDate.hour(bf).minute(yf).second(Mf);break;case"minutes":Af=Ja.spinnerDate.hour(Ef).minute(bf).second(Mf);break;case"seconds":Af=Ja.spinnerDate.hour(Ef).minute(yf).second(bf);break}qa("change",Af)},Wd=(gf,{value:bf,disabled:kf})=>{kf||(qd(gf,bf),kd(gf),Ld(gf,bf))},zd=gf=>{sd=!0,Ad(gf);const bf=Math.min(Math.round((Md(unref(_d[gf]).$el).scrollTop-(Kd(gf)*.5-10)/jd(gf)+3)/jd(gf)),gf==="hours"?23:59);qd(gf,bf)},Kd=gf=>unref(_d[gf]).$el.offsetHeight,Qd=()=>{const gf=bf=>{const kf=unref(_d[bf]);kf&&kf.$el&&(Md(kf.$el).onscroll=()=>{zd(bf)})};gf("hours"),gf("minutes"),gf("seconds")};onMounted(()=>{nextTick$1(()=>{!Ja.arrowControl&&Qd(),Rd(),Ja.role==="start"&&kd("hours")})});const hf=(gf,bf)=>{_d[bf].value=gf};return qa("set-option",[`${Ja.role}_scrollDown`,Ud]),qa("set-option",[`${Ja.role}_emitSelectRange`,kd]),watch(()=>Ja.spinnerDate,()=>{sd||Rd()}),(gf,bf)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(ed).b("spinner"),{"has-seconds":gf.showSeconds}])},[gf.arrowControl?createCommentVNode("v-if",!0):(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(unref(yd),kf=>(openBlock(),createBlock(unref(ElScrollbar),{key:kf,ref_for:!0,ref:Cf=>hf(Cf,kf),class:normalizeClass(unref(ed).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":unref(ed).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:Cf=>kd(kf),onMousemove:Cf=>Id(kf)},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Td)[kf],(Cf,Ef)=>(openBlock(),createElementBlock("li",{key:Ef,class:normalizeClass([unref(ed).be("spinner","item"),unref(ed).is("active",Ef===unref(Ed)[kf]),unref(ed).is("disabled",Cf)]),onClick:yf=>Wd(kf,{value:Ef,disabled:Cf})},[kf==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(gf.amPmMode?Ef%12||12:Ef)).slice(-2))+toDisplayString(Nd(Ef)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+Ef).slice(-2)),1)],64))],10,["onClick"]))),128))]),_:2},1032,["class","view-class","onMouseenter","onMousemove"]))),128)),gf.arrowControl?(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(yd),kf=>(openBlock(),createElementBlock("div",{key:kf,class:normalizeClass([unref(ed).be("spinner","wrapper"),unref(ed).is("arrow")]),onMouseenter:Cf=>kd(kf)},[withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-up",unref(ed).be("spinner","arrow")])},{default:withCtx(()=>[createVNode(unref(arrow_up_default))]),_:1},8,["class"])),[[unref(vRepeatClick),Fd]]),withDirectives((openBlock(),createBlock(unref(ElIcon),{class:normalizeClass(["arrow-down",unref(ed).be("spinner","arrow")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"])),[[unref(vRepeatClick),Pd]]),createBaseVNode("ul",{class:normalizeClass(unref(ed).be("spinner","list"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Od)[kf],(Cf,Ef)=>(openBlock(),createElementBlock("li",{key:Ef,class:normalizeClass([unref(ed).be("spinner","item"),unref(ed).is("active",Cf===unref(Ed)[kf]),unref(ed).is("disabled",unref(Td)[kf][Cf])])},[typeof Cf=="number"?(openBlock(),createElementBlock(Fragment,{key:0},[kf==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(gf.amPmMode?Cf%12||12:Cf)).slice(-2))+toDisplayString(Nd(Cf)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+Cf).slice(-2)),1)],64))],64)):createCommentVNode("v-if",!0)],2))),128))],2)],42,["onMouseenter"]))),128)):createCommentVNode("v-if",!0)],2))}});var TimeSpinner=_export_sfc$1(_sfc_main$2z,[["__file","basic-time-spinner.vue"]]);const _sfc_main$2y=defineComponent({__name:"panel-time-pick",props:panelTimePickerProps,emits:["pick","select-range","set-picker-option"],setup(Ra,{emit:qa}){const Ja=Ra,ed=inject("EP_PICKER_BASE"),{arrowControl:td,disabledHours:rd,disabledMinutes:od,disabledSeconds:sd,defaultValue:ld}=ed.props,{getAvailableHours:cd,getAvailableMinutes:ud,getAvailableSeconds:gd}=buildAvailableTimeSlotGetter(rd,od,sd),_d=useNamespace("time"),{t:yd,lang:Ed}=useLocale(),Td=ref$1([0,2]),Od=useOldValue(Ja),Ad=computed(()=>isUndefined$1(Ja.actualVisible)?`${_d.namespace.value}-zoom-in-top`:""),Nd=computed(()=>Ja.format.includes("ss")),kd=computed(()=>Ja.format.includes("A")?"A":Ja.format.includes("a")?"a":""),Id=hf=>{const gf=dayjs2(hf).locale(Ed.value),bf=Wd(gf);return gf.isSame(bf)},Rd=()=>{qa("pick",Od.value,!1)},Md=(hf=!1,gf=!1)=>{gf||qa("pick",Ja.parsedValue,hf)},Ld=hf=>{if(!Ja.visible)return;const gf=Wd(hf).millisecond(0);qa("pick",gf,!0)},jd=(hf,gf)=>{qa("select-range",hf,gf),Td.value=[hf,gf]},Pd=hf=>{const gf=[0,3].concat(Nd.value?[6]:[]),bf=["hours","minutes"].concat(Nd.value?["seconds"]:[]),Cf=(gf.indexOf(Td.value[0])+hf+gf.length)%gf.length;Ud.start_emitSelectRange(bf[Cf])},Fd=hf=>{const gf=hf.code,{left:bf,right:kf,up:Cf,down:Ef}=EVENT_CODE;if([bf,kf].includes(gf)){Pd(gf===bf?-1:1),hf.preventDefault();return}if([Cf,Ef].includes(gf)){const yf=gf===Cf?-1:1;Ud.start_scrollDown(yf),hf.preventDefault();return}},{timePickerOptions:Ud,onSetOption:Vd,getAvailableTime:qd}=useTimePanel({getAvailableHours:cd,getAvailableMinutes:ud,getAvailableSeconds:gd}),Wd=hf=>qd(hf,Ja.datetimeRole||"",!0),zd=hf=>hf?dayjs2(hf,Ja.format).locale(Ed.value):null,Kd=hf=>hf?hf.format(Ja.format):null,Qd=()=>dayjs2(ld).locale(Ed.value);return qa("set-picker-option",["isValidValue",Id]),qa("set-picker-option",["formatToString",Kd]),qa("set-picker-option",["parseUserInput",zd]),qa("set-picker-option",["handleKeydownInput",Fd]),qa("set-picker-option",["getRangeAvailableTime",Wd]),qa("set-picker-option",["getDefaultValue",Qd]),(hf,gf)=>(openBlock(),createBlock(Transition$1,{name:unref(Ad)},{default:withCtx(()=>[hf.actualVisible||hf.visible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(_d).b("panel"))},[createBaseVNode("div",{class:normalizeClass([unref(_d).be("panel","content"),{"has-seconds":unref(Nd)}])},[createVNode(TimeSpinner,{ref:"spinner",role:hf.datetimeRole||"start","arrow-control":unref(td),"show-seconds":unref(Nd),"am-pm-mode":unref(kd),"spinner-date":hf.parsedValue,"disabled-hours":unref(rd),"disabled-minutes":unref(od),"disabled-seconds":unref(sd),onChange:Ld,onSetOption:unref(Vd),onSelectRange:jd},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(_d).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(_d).be("panel","btn"),"cancel"]),onClick:Rd},toDisplayString(unref(yd)("el.datepicker.cancel")),3),createBaseVNode("button",{type:"button",class:normalizeClass([unref(_d).be("panel","btn"),"confirm"]),onClick:bf=>Md()},toDisplayString(unref(yd)("el.datepicker.confirm")),11,["onClick"])],2)],2)):createCommentVNode("v-if",!0)]),_:1},8,["name"]))}});var TimePickPanel=_export_sfc$1(_sfc_main$2y,[["__file","panel-time-pick.vue"]]);const panelTimeRangeProps=buildProps({...timePanelSharedProps,parsedValue:{type:definePropType(Array)}}),_sfc_main$2x=defineComponent({__name:"panel-time-range",props:panelTimeRangeProps,emits:["pick","select-range","set-picker-option"],setup(Ra,{emit:qa}){const Ja=Ra,ed=(Lf,jf)=>{const xf=[];for(let Nf=Lf;Nf<=jf;Nf++)xf.push(Nf);return xf},{t:td,lang:rd}=useLocale(),od=useNamespace("time"),sd=useNamespace("picker"),ld=inject("EP_PICKER_BASE"),{arrowControl:cd,disabledHours:ud,disabledMinutes:gd,disabledSeconds:_d,defaultValue:yd}=ld.props,Ed=computed(()=>[od.be("range-picker","body"),od.be("panel","content"),od.is("arrow",cd),Id.value?"has-seconds":""]),Td=computed(()=>[od.be("range-picker","body"),od.be("panel","content"),od.is("arrow",cd),Id.value?"has-seconds":""]),Od=computed(()=>Ja.parsedValue[0]),Ad=computed(()=>Ja.parsedValue[1]),Nd=useOldValue(Ja),kd=()=>{qa("pick",Nd.value,!1)},Id=computed(()=>Ja.format.includes("ss")),Rd=computed(()=>Ja.format.includes("A")?"A":Ja.format.includes("a")?"a":""),Md=(Lf=!1)=>{qa("pick",[Od.value,Ad.value],Lf)},Ld=Lf=>{Fd(Lf.millisecond(0),Ad.value)},jd=Lf=>{Fd(Od.value,Lf.millisecond(0))},Pd=Lf=>{const jf=Lf.map(Nf=>dayjs2(Nf).locale(rd.value)),xf=kf(jf);return jf[0].isSame(xf[0])&&jf[1].isSame(xf[1])},Fd=(Lf,jf)=>{qa("pick",[Lf,jf],!0)},Ud=computed(()=>Od.value>Ad.value),Vd=ref$1([0,2]),qd=(Lf,jf)=>{qa("select-range",Lf,jf,"min"),Vd.value=[Lf,jf]},Wd=computed(()=>Id.value?11:8),zd=(Lf,jf)=>{qa("select-range",Lf,jf,"max");const xf=unref(Wd);Vd.value=[Lf+xf,jf+xf]},Kd=Lf=>{const jf=Id.value?[0,3,6,11,14,17]:[0,3,8,11],xf=["hours","minutes"].concat(Id.value?["seconds"]:[]),Bf=(jf.indexOf(Vd.value[0])+Lf+jf.length)%jf.length,Tf=jf.length/2;Bf<Tf?Mf.start_emitSelectRange(xf[Bf]):Mf.end_emitSelectRange(xf[Bf-Tf])},Qd=Lf=>{const jf=Lf.code,{left:xf,right:Nf,up:Bf,down:Tf}=EVENT_CODE;if([xf,Nf].includes(jf)){Kd(jf===xf?-1:1),Lf.preventDefault();return}if([Bf,Tf].includes(jf)){const wf=jf===Bf?-1:1,Of=Vd.value[0]<Wd.value?"start":"end";Mf[`${Of}_scrollDown`](wf),Lf.preventDefault();return}},hf=(Lf,jf)=>{const xf=ud?ud(Lf):[],Nf=Lf==="start",Tf=(jf||(Nf?Ad.value:Od.value)).hour(),wf=Nf?ed(Tf+1,23):ed(0,Tf-1);return union(xf,wf)},gf=(Lf,jf,xf)=>{const Nf=gd?gd(Lf,jf):[],Bf=jf==="start",Tf=xf||(Bf?Ad.value:Od.value),wf=Tf.hour();if(Lf!==wf)return Nf;const Of=Tf.minute(),$f=Bf?ed(Of+1,59):ed(0,Of-1);return union(Nf,$f)},bf=(Lf,jf,xf,Nf)=>{const Bf=_d?_d(Lf,jf,xf):[],Tf=xf==="start",wf=Nf||(Tf?Ad.value:Od.value),Of=wf.hour(),$f=wf.minute();if(Lf!==Of||jf!==$f)return Bf;const Wf=wf.second(),Kf=Tf?ed(Wf+1,59):ed(0,Wf-1);return union(Bf,Kf)},kf=([Lf,jf])=>[Af(Lf,"start",!0,jf),Af(jf,"end",!1,Lf)],{getAvailableHours:Cf,getAvailableMinutes:Ef,getAvailableSeconds:yf}=buildAvailableTimeSlotGetter(hf,gf,bf),{timePickerOptions:Mf,getAvailableTime:Af,onSetOption:Zd}=useTimePanel({getAvailableHours:Cf,getAvailableMinutes:Ef,getAvailableSeconds:yf}),mf=Lf=>Lf?isArray$2(Lf)?Lf.map(jf=>dayjs2(jf,Ja.format).locale(rd.value)):dayjs2(Lf,Ja.format).locale(rd.value):null,Pf=Lf=>Lf?isArray$2(Lf)?Lf.map(jf=>jf.format(Ja.format)):Lf.format(Ja.format):null,Ff=()=>{if(isArray$2(yd))return yd.map(jf=>dayjs2(jf).locale(rd.value));const Lf=dayjs2(yd).locale(rd.value);return[Lf,Lf.add(60,"m")]};return qa("set-picker-option",["formatToString",Pf]),qa("set-picker-option",["parseUserInput",mf]),qa("set-picker-option",["isValidValue",Pd]),qa("set-picker-option",["handleKeydownInput",Qd]),qa("set-picker-option",["getDefaultValue",Ff]),qa("set-picker-option",["getRangeAvailableTime",kf]),(Lf,jf)=>Lf.actualVisible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(od).b("range-picker"),unref(sd).b("panel")])},[createBaseVNode("div",{class:normalizeClass(unref(od).be("range-picker","content"))},[createBaseVNode("div",{class:normalizeClass(unref(od).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref(od).be("range-picker","header"))},toDisplayString(unref(td)("el.datepicker.startTime")),3),createBaseVNode("div",{class:normalizeClass(unref(Ed))},[createVNode(TimeSpinner,{ref:"minSpinner",role:"start","show-seconds":unref(Id),"am-pm-mode":unref(Rd),"arrow-control":unref(cd),"spinner-date":unref(Od),"disabled-hours":hf,"disabled-minutes":gf,"disabled-seconds":bf,onChange:Ld,onSetOption:unref(Zd),onSelectRange:qd},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2),createBaseVNode("div",{class:normalizeClass(unref(od).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref(od).be("range-picker","header"))},toDisplayString(unref(td)("el.datepicker.endTime")),3),createBaseVNode("div",{class:normalizeClass(unref(Td))},[createVNode(TimeSpinner,{ref:"maxSpinner",role:"end","show-seconds":unref(Id),"am-pm-mode":unref(Rd),"arrow-control":unref(cd),"spinner-date":unref(Ad),"disabled-hours":hf,"disabled-minutes":gf,"disabled-seconds":bf,onChange:jd,onSetOption:unref(Zd),onSelectRange:zd},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2)],2),createBaseVNode("div",{class:normalizeClass(unref(od).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(od).be("panel","btn"),"cancel"]),onClick:xf=>kd()},toDisplayString(unref(td)("el.datepicker.cancel")),11,["onClick"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(od).be("panel","btn"),"confirm"]),disabled:unref(Ud),onClick:xf=>Md()},toDisplayString(unref(td)("el.datepicker.confirm")),11,["disabled","onClick"])],2)],2)):createCommentVNode("v-if",!0)}});var TimeRangePanel=_export_sfc$1(_sfc_main$2x,[["__file","panel-time-range.vue"]]);dayjs2.extend(dayjsCustomParseFormat);var TimePicker=defineComponent({name:"ElTimePicker",install:null,props:{...timePickerDefaultProps,isRange:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(Ra,qa){const Ja=ref$1(),[ed,td]=Ra.isRange?["timerange",TimeRangePanel]:["time",TimePickPanel],rd=od=>qa.emit("update:modelValue",od);return provide("ElPopperOptions",Ra.popperOptions),qa.expose({focus:od=>{var sd;(sd=Ja.value)==null||sd.handleFocusInput(od)},blur:od=>{var sd;(sd=Ja.value)==null||sd.handleBlurInput(od)},handleOpen:()=>{var od;(od=Ja.value)==null||od.handleOpen()},handleClose:()=>{var od;(od=Ja.value)==null||od.handleClose()}}),()=>{var od;const sd=(od=Ra.format)!=null?od:DEFAULT_FORMATS_TIME;return createVNode(CommonPicker,mergeProps(Ra,{ref:Ja,type:ed,format:sd,"onUpdate:modelValue":rd}),{default:ld=>createVNode(td,ld,null)})}}});const ElTimePicker=withInstall(TimePicker),getPrevMonthLastDays=(Ra,qa)=>{const Ja=Ra.subtract(1,"month").endOf("month").date();return rangeArr(qa).map((ed,td)=>Ja-(qa-td-1))},getMonthDays=Ra=>{const qa=Ra.daysInMonth();return rangeArr(qa).map((Ja,ed)=>ed+1)},toNestedArr=Ra=>rangeArr(Ra.length/7).map(qa=>{const Ja=qa*7;return Ra.slice(Ja,Ja+7)}),dateTableProps=buildProps({selectedDay:{type:definePropType(Object)},range:{type:definePropType(Array)},date:{type:definePropType(Object),required:!0},hideHeader:{type:Boolean}}),dateTableEmits={pick:Ra=>isObject$5(Ra)};var localeData$1={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){return function(Ja,ed,td){var rd=ed.prototype,od=function(gd){return gd&&(gd.indexOf?gd:gd.s)},sd=function(gd,_d,yd,Ed,Td){var Od=gd.name?gd:gd.$locale(),Ad=od(Od[_d]),Nd=od(Od[yd]),kd=Ad||Nd.map(function(Rd){return Rd.slice(0,Ed)});if(!Td)return kd;var Id=Od.weekStart;return kd.map(function(Rd,Md){return kd[(Md+(Id||0))%7]})},ld=function(){return td.Ls[td.locale()]},cd=function(gd,_d){return gd.formats[_d]||function(yd){return yd.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(Ed,Td,Od){return Td||Od.slice(1)})}(gd.formats[_d.toUpperCase()])},ud=function(){var gd=this;return{months:function(_d){return _d?_d.format("MMMM"):sd(gd,"months")},monthsShort:function(_d){return _d?_d.format("MMM"):sd(gd,"monthsShort","months",3)},firstDayOfWeek:function(){return gd.$locale().weekStart||0},weekdays:function(_d){return _d?_d.format("dddd"):sd(gd,"weekdays")},weekdaysMin:function(_d){return _d?_d.format("dd"):sd(gd,"weekdaysMin","weekdays",2)},weekdaysShort:function(_d){return _d?_d.format("ddd"):sd(gd,"weekdaysShort","weekdays",3)},longDateFormat:function(_d){return cd(gd.$locale(),_d)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};rd.localeData=function(){return ud.bind(this)()},td.localeData=function(){var gd=ld();return{firstDayOfWeek:function(){return gd.weekStart||0},weekdays:function(){return td.weekdays()},weekdaysShort:function(){return td.weekdaysShort()},weekdaysMin:function(){return td.weekdaysMin()},months:function(){return td.months()},monthsShort:function(){return td.monthsShort()},longDateFormat:function(_d){return cd(gd,_d)},meridiem:gd.meridiem,ordinal:gd.ordinal}},td.months=function(){return sd(ld(),"months")},td.monthsShort=function(){return sd(ld(),"monthsShort","months",3)},td.weekdays=function(gd){return sd(ld(),"weekdays",null,null,gd)},td.weekdaysShort=function(gd){return sd(ld(),"weekdaysShort","weekdays",3,gd)},td.weekdaysMin=function(gd){return sd(ld(),"weekdaysMin","weekdays",2,gd)}}})})(localeData$1);var localeDataExports=localeData$1.exports;const localeData=getDefaultExportFromCjs(localeDataExports),useDateTable=(Ra,qa)=>{dayjs2.extend(localeData);const Ja=dayjs2.localeData().firstDayOfWeek(),{t:ed,lang:td}=useLocale(),rd=dayjs2().locale(td.value),od=computed(()=>!!Ra.range&&!!Ra.range.length),sd=computed(()=>{let _d=[];if(od.value){const[yd,Ed]=Ra.range,Td=rangeArr(Ed.date()-yd.date()+1).map(Nd=>({text:yd.date()+Nd,type:"current"}));let Od=Td.length%7;Od=Od===0?0:7-Od;const Ad=rangeArr(Od).map((Nd,kd)=>({text:kd+1,type:"next"}));_d=Td.concat(Ad)}else{const yd=Ra.date.startOf("month").day(),Ed=getPrevMonthLastDays(Ra.date,(yd-Ja+7)%7).map(Nd=>({text:Nd,type:"prev"})),Td=getMonthDays(Ra.date).map(Nd=>({text:Nd,type:"current"}));_d=[...Ed,...Td];const Od=7-(_d.length%7||7),Ad=rangeArr(Od).map((Nd,kd)=>({text:kd+1,type:"next"}));_d=_d.concat(Ad)}return toNestedArr(_d)}),ld=computed(()=>{const _d=Ja;return _d===0?WEEK_DAYS.map(yd=>ed(`el.datepicker.weeks.${yd}`)):WEEK_DAYS.slice(_d).concat(WEEK_DAYS.slice(0,_d)).map(yd=>ed(`el.datepicker.weeks.${yd}`))}),cd=(_d,yd)=>{switch(yd){case"prev":return Ra.date.startOf("month").subtract(1,"month").date(_d);case"next":return Ra.date.startOf("month").add(1,"month").date(_d);case"current":return Ra.date.date(_d)}};return{now:rd,isInRange:od,rows:sd,weekDays:ld,getFormattedDate:cd,handlePickDay:({text:_d,type:yd})=>{const Ed=cd(_d,yd);qa("pick",Ed)},getSlotData:({text:_d,type:yd})=>{const Ed=cd(_d,yd);return{isSelected:Ed.isSame(Ra.selectedDay),type:`${yd}-month`,day:Ed.format("YYYY-MM-DD"),date:Ed.toDate()}}}},__default__$1r=defineComponent({name:"DateTable"}),_sfc_main$2w=defineComponent({...__default__$1r,props:dateTableProps,emits:dateTableEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,{isInRange:td,now:rd,rows:od,weekDays:sd,getFormattedDate:ld,handlePickDay:cd,getSlotData:ud}=useDateTable(ed,Ja),gd=useNamespace("calendar-table"),_d=useNamespace("calendar-day"),yd=({text:Ed,type:Td})=>{const Od=[Td];if(Td==="current"){const Ad=ld(Ed,Td);Ad.isSame(ed.selectedDay,"day")&&Od.push(_d.is("selected")),Ad.isSame(rd,"day")&&Od.push(_d.is("today"))}return Od};return qa({getFormattedDate:ld}),(Ed,Td)=>(openBlock(),createElementBlock("table",{class:normalizeClass([unref(gd).b(),unref(gd).is("range",unref(td))]),cellspacing:"0",cellpadding:"0"},[Ed.hideHeader?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("thead",{key:0},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(sd),Od=>(openBlock(),createElementBlock("th",{key:Od},toDisplayString(Od),1))),128))])),createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(od),(Od,Ad)=>(openBlock(),createElementBlock("tr",{key:Ad,class:normalizeClass({[unref(gd).e("row")]:!0,[unref(gd).em("row","hide-border")]:Ad===0&&Ed.hideHeader})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Od,(Nd,kd)=>(openBlock(),createElementBlock("td",{key:kd,class:normalizeClass(yd(Nd)),onClick:Id=>unref(cd)(Nd)},[createBaseVNode("div",{class:normalizeClass(unref(_d).b())},[renderSlot(Ed.$slots,"date-cell",{data:unref(ud)(Nd)},()=>[createBaseVNode("span",null,toDisplayString(Nd.text),1)])],2)],10,["onClick"]))),128))],2))),128))])],2))}});var DateTable$1=_export_sfc$1(_sfc_main$2w,[["__file","date-table.vue"]]);const adjacentMonth=(Ra,qa)=>{const Ja=Ra.endOf("month"),ed=qa.startOf("month"),rd=Ja.isSame(ed,"week")?ed.add(1,"week"):ed;return[[Ra,Ja],[rd.startOf("week"),qa]]},threeConsecutiveMonth=(Ra,qa)=>{const Ja=Ra.endOf("month"),ed=Ra.add(1,"month").startOf("month"),td=Ja.isSame(ed,"week")?ed.add(1,"week"):ed,rd=td.endOf("month"),od=qa.startOf("month"),sd=rd.isSame(od,"week")?od.add(1,"week"):od;return[[Ra,Ja],[td.startOf("week"),rd],[sd.startOf("week"),qa]]},useCalendar=(Ra,qa,Ja)=>{const{lang:ed}=useLocale(),td=ref$1(),rd=dayjs2().locale(ed.value),od=computed({get(){return Ra.modelValue?ld.value:td.value},set(Od){if(!Od)return;td.value=Od;const Ad=Od.toDate();qa(INPUT_EVENT,Ad),qa(UPDATE_MODEL_EVENT,Ad)}}),sd=computed(()=>{if(!Ra.range)return[];const Od=Ra.range.map(kd=>dayjs2(kd).locale(ed.value)),[Ad,Nd]=Od;return Ad.isAfter(Nd)?[]:Ad.isSame(Nd,"month")?yd(Ad,Nd):Ad.add(1,"month").month()!==Nd.month()?[]:yd(Ad,Nd)}),ld=computed(()=>Ra.modelValue?dayjs2(Ra.modelValue).locale(ed.value):od.value||(sd.value.length?sd.value[0][0]:rd)),cd=computed(()=>ld.value.subtract(1,"month").date(1)),ud=computed(()=>ld.value.add(1,"month").date(1)),gd=computed(()=>ld.value.subtract(1,"year").date(1)),_d=computed(()=>ld.value.add(1,"year").date(1)),yd=(Od,Ad)=>{const Nd=Od.startOf("week"),kd=Ad.endOf("week"),Id=Nd.get("month"),Rd=kd.get("month");return Id===Rd?[[Nd,kd]]:(Id+1)%12===Rd?adjacentMonth(Nd,kd):Id+2===Rd||(Id+1)%11===Rd?threeConsecutiveMonth(Nd,kd):[]},Ed=Od=>{od.value=Od};return{calculateValidatedDateRange:yd,date:ld,realSelectedDay:od,pickDay:Ed,selectDate:Od=>{const Nd={"prev-month":cd.value,"next-month":ud.value,"prev-year":gd.value,"next-year":_d.value,today:rd}[Od];Nd.isSame(ld.value,"day")||Ed(Nd)},validatedRange:sd}},isValidRange$1=Ra=>isArray$2(Ra)&&Ra.length===2&&Ra.every(qa=>isDate$1(qa)),calendarProps=buildProps({modelValue:{type:Date},range:{type:definePropType(Array),validator:isValidRange$1}}),calendarEmits={[UPDATE_MODEL_EVENT]:Ra=>isDate$1(Ra),[INPUT_EVENT]:Ra=>isDate$1(Ra)},COMPONENT_NAME$g="ElCalendar",__default__$1q=defineComponent({name:COMPONENT_NAME$g}),_sfc_main$2v=defineComponent({...__default__$1q,props:calendarProps,emits:calendarEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useNamespace("calendar"),{calculateValidatedDateRange:rd,date:od,pickDay:sd,realSelectedDay:ld,selectDate:cd,validatedRange:ud}=useCalendar(ed,Ja),{t:gd}=useLocale(),_d=computed(()=>{const yd=`el.datepicker.month${od.value.format("M")}`;return`${od.value.year()} ${gd("el.datepicker.year")} ${gd(yd)}`});return qa({selectedDay:ld,pickDay:sd,selectDate:cd,calculateValidatedDateRange:rd}),(yd,Ed)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(td).b())},[createBaseVNode("div",{class:normalizeClass(unref(td).e("header"))},[renderSlot(yd.$slots,"header",{date:unref(_d)},()=>[createBaseVNode("div",{class:normalizeClass(unref(td).e("title"))},toDisplayString(unref(_d)),3),unref(ud).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(td).e("button-group"))},[createVNode(unref(ElButtonGroup$1),null,{default:withCtx(()=>[createVNode(unref(ElButton),{size:"small",onClick:Td=>unref(cd)("prev-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(gd)("el.datepicker.prevMonth")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:Td=>unref(cd)("today")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(gd)("el.datepicker.today")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:Td=>unref(cd)("next-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(gd)("el.datepicker.nextMonth")),1)]),_:1},8,["onClick"])]),_:1})],2)):createCommentVNode("v-if",!0)])],2),unref(ud).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(td).e("body"))},[createVNode(DateTable$1,{date:unref(od),"selected-day":unref(ld),onPick:unref(sd)},createSlots({_:2},[yd.$slots["date-cell"]?{name:"date-cell",fn:withCtx(Td=>[renderSlot(yd.$slots,"date-cell",normalizeProps(guardReactiveProps(Td)))])}:void 0]),1032,["date","selected-day","onPick"])],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(td).e("body"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(ud),(Td,Od)=>(openBlock(),createBlock(DateTable$1,{key:Od,date:Td[0],"selected-day":unref(ld),range:Td,"hide-header":Od!==0,onPick:unref(sd)},createSlots({_:2},[yd.$slots["date-cell"]?{name:"date-cell",fn:withCtx(Ad=>[renderSlot(yd.$slots,"date-cell",normalizeProps(guardReactiveProps(Ad)))])}:void 0]),1032,["date","selected-day","range","hide-header","onPick"]))),128))],2))],2))}});var Calendar=_export_sfc$1(_sfc_main$2v,[["__file","calendar.vue"]]);const ElCalendar=withInstall(Calendar),cardProps=buildProps({header:{type:String,default:""},footer:{type:String,default:""},bodyStyle:{type:definePropType([String,Object,Array]),default:""},bodyClass:String,shadow:{type:String,values:["always","hover","never"],default:"always"}}),__default__$1p=defineComponent({name:"ElCard"}),_sfc_main$2u=defineComponent({...__default__$1p,props:cardProps,setup(Ra){const qa=useNamespace("card");return(Ja,ed)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(qa).b(),unref(qa).is(`${Ja.shadow}-shadow`)])},[Ja.$slots.header||Ja.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(qa).e("header"))},[renderSlot(Ja.$slots,"header",{},()=>[createTextVNode(toDisplayString(Ja.header),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([unref(qa).e("body"),Ja.bodyClass]),style:normalizeStyle(Ja.bodyStyle)},[renderSlot(Ja.$slots,"default")],6),Ja.$slots.footer||Ja.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(qa).e("footer"))},[renderSlot(Ja.$slots,"footer",{},()=>[createTextVNode(toDisplayString(Ja.footer),1)])],2)):createCommentVNode("v-if",!0)],2))}});var Card=_export_sfc$1(_sfc_main$2u,[["__file","card.vue"]]);const ElCard=withInstall(Card),carouselProps=buildProps({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:(Ra,qa)=>[Ra,qa].every(isNumber$3)},carouselContextKey=Symbol("carouselContextKey"),CAROUSEL_ITEM_NAME="ElCarouselItem",THROTTLE_TIME=300,useCarousel=(Ra,qa,Ja)=>{const{children:ed,addChild:td,removeChild:rd}=useOrderedChildren(getCurrentInstance(),CAROUSEL_ITEM_NAME),od=useSlots(),sd=ref$1(-1),ld=ref$1(null),cd=ref$1(!1),ud=ref$1(),gd=ref$1(0),_d=ref$1(!0),yd=ref$1(!0),Ed=ref$1(!1),Td=computed(()=>Ra.arrow!=="never"&&!unref(Nd)),Od=computed(()=>ed.value.some(Af=>Af.props.label.toString().length>0)),Ad=computed(()=>Ra.type==="card"),Nd=computed(()=>Ra.direction==="vertical"),kd=computed(()=>Ra.height!=="auto"?{height:Ra.height}:{height:`${gd.value}px`,overflow:"hidden"}),Id=throttle$1(Af=>{Fd(Af)},THROTTLE_TIME,{trailing:!0}),Rd=throttle$1(Af=>{gf(Af)},THROTTLE_TIME),Md=Af=>_d.value?sd.value<=1?Af<=1:Af>1:!0;function Ld(){ld.value&&(clearInterval(ld.value),ld.value=null)}function jd(){Ra.interval<=0||!Ra.autoplay||ld.value||(ld.value=setInterval(()=>Pd(),Ra.interval))}const Pd=()=>{yd.value||(Ed.value=!0),yd.value=!1,sd.value<ed.value.length-1?sd.value=sd.value+1:Ra.loop?sd.value=0:Ed.value=!1};function Fd(Af){if(yd.value||(Ed.value=!0),yd.value=!1,isString$3(Af)){const Pf=ed.value.filter(Ff=>Ff.props.name===Af);Pf.length>0&&(Af=ed.value.indexOf(Pf[0]))}if(Af=Number(Af),Number.isNaN(Af)||Af!==Math.floor(Af))return;const Zd=ed.value.length,mf=sd.value;Af<0?sd.value=Ra.loop?Zd-1:0:Af>=Zd?sd.value=Ra.loop?0:Zd-1:sd.value=Af,mf===sd.value&&Ud(mf),Cf()}function Ud(Af){ed.value.forEach((Zd,mf)=>{Zd.translateItem(mf,sd.value,Af)})}function Vd(Af,Zd){var mf,Pf,Ff,Lf;const jf=unref(ed),xf=jf.length;if(xf===0||!Af.states.inStage)return!1;const Nf=Zd+1,Bf=Zd-1,Tf=xf-1,wf=jf[Tf].states.active,Of=jf[0].states.active,$f=(Pf=(mf=jf[Nf])==null?void 0:mf.states)==null?void 0:Pf.active,Wf=(Lf=(Ff=jf[Bf])==null?void 0:Ff.states)==null?void 0:Lf.active;return Zd===Tf&&Of||$f?"left":Zd===0&&wf||Wf?"right":!1}function qd(){cd.value=!0,Ra.pauseOnHover&&Ld()}function Wd(){cd.value=!1,jd()}function zd(){Ed.value=!1}function Kd(Af){unref(Nd)||ed.value.forEach((Zd,mf)=>{Af===Vd(Zd,mf)&&(Zd.states.hover=!0)})}function Qd(){unref(Nd)||ed.value.forEach(Af=>{Af.states.hover=!1})}function hf(Af){Af!==sd.value&&(yd.value||(Ed.value=!0)),sd.value=Af}function gf(Af){Ra.trigger==="hover"&&Af!==sd.value&&(sd.value=Af,yd.value||(Ed.value=!0))}function bf(){Fd(sd.value-1)}function kf(){Fd(sd.value+1)}function Cf(){Ld(),Ra.pauseOnHover||jd()}function Ef(Af){Ra.height==="auto"&&(gd.value=Af)}function yf(){var Af;const Zd=(Af=od.default)==null?void 0:Af.call(od);if(!Zd)return null;const Pf=flattedChildren(Zd).filter(Ff=>isVNode(Ff)&&Ff.type.name===CAROUSEL_ITEM_NAME);return(Pf==null?void 0:Pf.length)===2&&Ra.loop&&!Ad.value?(_d.value=!0,Pf):(_d.value=!1,null)}watch(()=>sd.value,(Af,Zd)=>{Ud(Zd),_d.value&&(Af=Af%2,Zd=Zd%2),Zd>-1&&qa("change",Af,Zd)}),watch(()=>Ra.autoplay,Af=>{Af?jd():Ld()}),watch(()=>Ra.loop,()=>{Fd(sd.value)}),watch(()=>Ra.interval,()=>{Cf()});const Mf=shallowRef();return onMounted(()=>{watch(()=>ed.value,()=>{ed.value.length>0&&Fd(Ra.initialIndex)},{immediate:!0}),Mf.value=useResizeObserver(ud.value,()=>{Ud()}),jd()}),onBeforeUnmount(()=>{Ld(),ud.value&&Mf.value&&Mf.value.stop()}),provide(carouselContextKey,{root:ud,isCardType:Ad,isVertical:Nd,items:ed,loop:Ra.loop,cardScale:Ra.cardScale,addItem:td,removeItem:rd,setActiveItem:Fd,setContainerHeight:Ef}),{root:ud,activeIndex:sd,arrowDisplay:Td,hasLabel:Od,hover:cd,isCardType:Ad,isTransitioning:Ed,items:ed,isVertical:Nd,containerStyle:kd,isItemsTwoLength:_d,handleButtonEnter:Kd,handleTransitionEnd:zd,handleButtonLeave:Qd,handleIndicatorClick:hf,handleMouseEnter:qd,handleMouseLeave:Wd,setActiveItem:Fd,prev:bf,next:kf,PlaceholderItem:yf,isTwoLengthShow:Md,throttledArrowClick:Id,throttledIndicatorHover:Rd}},COMPONENT_NAME$f="ElCarousel",__default__$1o=defineComponent({name:COMPONENT_NAME$f}),_sfc_main$2t=defineComponent({...__default__$1o,props:carouselProps,emits:carouselEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,{root:td,activeIndex:rd,arrowDisplay:od,hasLabel:sd,hover:ld,isCardType:cd,items:ud,isVertical:gd,containerStyle:_d,handleButtonEnter:yd,handleButtonLeave:Ed,isTransitioning:Td,handleIndicatorClick:Od,handleMouseEnter:Ad,handleMouseLeave:Nd,handleTransitionEnd:kd,setActiveItem:Id,prev:Rd,next:Md,PlaceholderItem:Ld,isTwoLengthShow:jd,throttledArrowClick:Pd,throttledIndicatorHover:Fd}=useCarousel(ed,Ja),Ud=useNamespace("carousel"),{t:Vd}=useLocale(),qd=computed(()=>{const Kd=[Ud.b(),Ud.m(ed.direction)];return unref(cd)&&Kd.push(Ud.m("card")),Kd}),Wd=computed(()=>{const Kd=[Ud.e("container")];return ed.motionBlur&&unref(Td)&&Kd.push(unref(gd)?`${Ud.namespace.value}-transitioning-vertical`:`${Ud.namespace.value}-transitioning`),Kd}),zd=computed(()=>{const Kd=[Ud.e("indicators"),Ud.em("indicators",ed.direction)];return unref(sd)&&Kd.push(Ud.em("indicators","labels")),ed.indicatorPosition==="outside"&&Kd.push(Ud.em("indicators","outside")),unref(gd)&&Kd.push(Ud.em("indicators","right")),Kd});return qa({activeIndex:rd,setActiveItem:Id,prev:Rd,next:Md}),(Kd,Qd)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:td,class:normalizeClass(unref(qd)),onMouseenter:withModifiers(unref(Ad),["stop"]),onMouseleave:withModifiers(unref(Nd),["stop"])},[unref(od)?(openBlock(),createBlock(Transition$1,{key:0,name:"carousel-arrow-left",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(Ud).e("arrow"),unref(Ud).em("arrow","left")]),"aria-label":unref(Vd)("el.carousel.leftArrow"),onMouseenter:hf=>unref(yd)("left"),onMouseleave:unref(Ed),onClick:withModifiers(hf=>unref(Pd)(unref(rd)-1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(Kd.arrow==="always"||unref(ld))&&(ed.loop||unref(rd)>0)]])]),_:1})):createCommentVNode("v-if",!0),unref(od)?(openBlock(),createBlock(Transition$1,{key:1,name:"carousel-arrow-right",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(Ud).e("arrow"),unref(Ud).em("arrow","right")]),"aria-label":unref(Vd)("el.carousel.rightArrow"),onMouseenter:hf=>unref(yd)("right"),onMouseleave:unref(Ed),onClick:withModifiers(hf=>unref(Pd)(unref(rd)+1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(Kd.arrow==="always"||unref(ld))&&(ed.loop||unref(rd)<unref(ud).length-1)]])]),_:1})):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(Wd)),style:normalizeStyle(unref(_d)),onTransitionend:unref(kd)},[createVNode(unref(Ld)),renderSlot(Kd.$slots,"default")],46,["onTransitionend"]),Kd.indicatorPosition!=="none"?(openBlock(),createElementBlock("ul",{key:2,class:normalizeClass(unref(zd))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(ud),(hf,gf)=>withDirectives((openBlock(),createElementBlock("li",{key:gf,class:normalizeClass([unref(Ud).e("indicator"),unref(Ud).em("indicator",Kd.direction),unref(Ud).is("active",gf===unref(rd))]),onMouseenter:bf=>unref(Fd)(gf),onClick:withModifiers(bf=>unref(Od)(gf),["stop"])},[createBaseVNode("button",{class:normalizeClass(unref(Ud).e("button")),"aria-label":unref(Vd)("el.carousel.indicator",{index:gf+1})},[unref(sd)?(openBlock(),createElementBlock("span",{key:0},toDisplayString(hf.props.label),1)):createCommentVNode("v-if",!0)],10,["aria-label"])],42,["onMouseenter","onClick"])),[[vShow,unref(jd)(gf)]])),128))],2)):createCommentVNode("v-if",!0),ed.motionBlur?(openBlock(),createElementBlock("svg",{key:3,xmlns:"http://www.w3.org/2000/svg",version:"1.1",style:{display:"none"}},[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"})])])])):createCommentVNode("v-if",!0)],42,["onMouseenter","onMouseleave"]))}});var Carousel=_export_sfc$1(_sfc_main$2t,[["__file","carousel.vue"]]);const carouselItemProps=buildProps({name:{type:String,default:""},label:{type:[String,Number],default:""}}),useCarouselItem=Ra=>{const qa=inject(carouselContextKey),Ja=getCurrentInstance(),ed=ref$1(),td=ref$1(!1),rd=ref$1(0),od=ref$1(1),sd=ref$1(!1),ld=ref$1(!1),cd=ref$1(!1),ud=ref$1(!1),{isCardType:gd,isVertical:_d,cardScale:yd}=qa;function Ed(kd,Id,Rd){const Md=Rd-1,Ld=Id-1,jd=Id+1,Pd=Rd/2;return Id===0&&kd===Md?-1:Id===Md&&kd===0?Rd:kd<Ld&&Id-kd>=Pd?Rd+1:kd>jd&&kd-Id>=Pd?-2:kd}function Td(kd,Id){var Rd,Md;const Ld=unref(_d)?((Rd=qa.root.value)==null?void 0:Rd.offsetHeight)||0:((Md=qa.root.value)==null?void 0:Md.offsetWidth)||0;return cd.value?Ld*((2-yd)*(kd-Id)+1)/4:kd<Id?-(1+yd)*Ld/4:(3+yd)*Ld/4}function Od(kd,Id,Rd){const Md=qa.root.value;return Md?((Rd?Md.offsetHeight:Md.offsetWidth)||0)*(kd-Id):0}const Ad=(kd,Id,Rd)=>{var Md;const Ld=unref(gd),jd=(Md=qa.items.value.length)!=null?Md:Number.NaN,Pd=kd===Id;!Ld&&!isUndefined$1(Rd)&&(ud.value=Pd||kd===Rd),!Pd&&jd>2&&qa.loop&&(kd=Ed(kd,Id,jd));const Fd=unref(_d);sd.value=Pd,Ld?(cd.value=Math.round(Math.abs(kd-Id))<=1,rd.value=Td(kd,Id),od.value=unref(sd)?1:yd):rd.value=Od(kd,Id,Fd),ld.value=!0,Pd&&ed.value&&qa.setContainerHeight(ed.value.offsetHeight)};function Nd(){if(qa&&unref(gd)){const kd=qa.items.value.findIndex(({uid:Id})=>Id===Ja.uid);qa.setActiveItem(kd)}}return onMounted(()=>{qa.addItem({props:Ra,states:reactive({hover:td,translate:rd,scale:od,active:sd,ready:ld,inStage:cd,animating:ud}),uid:Ja.uid,translateItem:Ad})}),onUnmounted(()=>{qa.removeItem(Ja.uid)}),{carouselItemRef:ed,active:sd,animating:ud,hover:td,inStage:cd,isVertical:_d,translate:rd,isCardType:gd,scale:od,ready:ld,handleItemClick:Nd}},__default__$1n=defineComponent({name:CAROUSEL_ITEM_NAME}),_sfc_main$2s=defineComponent({...__default__$1n,props:carouselItemProps,setup(Ra){const qa=Ra,Ja=useNamespace("carousel"),{carouselItemRef:ed,active:td,animating:rd,hover:od,inStage:sd,isVertical:ld,translate:cd,isCardType:ud,scale:gd,ready:_d,handleItemClick:yd}=useCarouselItem(qa),Ed=computed(()=>[Ja.e("item"),Ja.is("active",td.value),Ja.is("in-stage",sd.value),Ja.is("hover",od.value),Ja.is("animating",rd.value),{[Ja.em("item","card")]:ud.value,[Ja.em("item","card-vertical")]:ud.value&&ld.value}]),Td=computed(()=>{const Ad=`${`translate${unref(ld)?"Y":"X"}`}(${unref(cd)}px)`,Nd=`scale(${unref(gd)})`;return{transform:[Ad,Nd].join(" ")}});return(Od,Ad)=>withDirectives((openBlock(),createElementBlock("div",{ref_key:"carouselItemRef",ref:ed,class:normalizeClass(unref(Ed)),style:normalizeStyle(unref(Td)),onClick:unref(yd)},[unref(ud)?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ja).e("mask"))},null,2)),[[vShow,!unref(td)]]):createCommentVNode("v-if",!0),renderSlot(Od.$slots,"default")],14,["onClick"])),[[vShow,unref(_d)]])}});var CarouselItem=_export_sfc$1(_sfc_main$2s,[["__file","carousel-item.vue"]]);const ElCarousel=withInstall(Carousel,{CarouselItem}),ElCarouselItem=withNoopInstall(CarouselItem),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:Boolean,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},...useAriaProps(["ariaControls"])},checkboxEmits={[UPDATE_MODEL_EVENT]:Ra=>isString$3(Ra)||isNumber$3(Ra)||isBoolean$3(Ra),change:Ra=>isString$3(Ra)||isNumber$3(Ra)||isBoolean$3(Ra)},checkboxGroupContextKey=Symbol("checkboxGroupContextKey"),useCheckboxDisabled=({model:Ra,isChecked:qa})=>{const Ja=inject(checkboxGroupContextKey,void 0),ed=computed(()=>{var rd,od;const sd=(rd=Ja==null?void 0:Ja.max)==null?void 0:rd.value,ld=(od=Ja==null?void 0:Ja.min)==null?void 0:od.value;return!isUndefined$1(sd)&&Ra.value.length>=sd&&!qa.value||!isUndefined$1(ld)&&Ra.value.length<=ld&&qa.value});return{isDisabled:useFormDisabled(computed(()=>(Ja==null?void 0:Ja.disabled.value)||ed.value)),isLimitDisabled:ed}},useCheckboxEvent=(Ra,{model:qa,isLimitExceeded:Ja,hasOwnLabel:ed,isDisabled:td,isLabeledByFormItem:rd})=>{const od=inject(checkboxGroupContextKey,void 0),{formItem:sd}=useFormItem(),{emit:ld}=getCurrentInstance();function cd(Ed){var Td,Od,Ad,Nd;return[!0,Ra.trueValue,Ra.trueLabel].includes(Ed)?(Od=(Td=Ra.trueValue)!=null?Td:Ra.trueLabel)!=null?Od:!0:(Nd=(Ad=Ra.falseValue)!=null?Ad:Ra.falseLabel)!=null?Nd:!1}function ud(Ed,Td){ld("change",cd(Ed),Td)}function gd(Ed){if(Ja.value)return;const Td=Ed.target;ld("change",cd(Td.checked),Ed)}async function _d(Ed){Ja.value||!ed.value&&!td.value&&rd.value&&(Ed.composedPath().some(Ad=>Ad.tagName==="LABEL")||(qa.value=cd([!1,Ra.falseValue,Ra.falseLabel].includes(qa.value)),await nextTick$1(),ud(qa.value,Ed)))}const yd=computed(()=>(od==null?void 0:od.validateEvent)||Ra.validateEvent);return watch(()=>Ra.modelValue,()=>{yd.value&&(sd==null||sd.validate("change").catch(Ed=>void 0))}),{handleChange:gd,onClickRoot:_d}},useCheckboxModel=Ra=>{const qa=ref$1(!1),{emit:Ja}=getCurrentInstance(),ed=inject(checkboxGroupContextKey,void 0),td=computed(()=>isUndefined$1(ed)===!1),rd=ref$1(!1),od=computed({get(){var sd,ld;return td.value?(sd=ed==null?void 0:ed.modelValue)==null?void 0:sd.value:(ld=Ra.modelValue)!=null?ld:qa.value},set(sd){var ld,cd;td.value&&isArray$2(sd)?(rd.value=((ld=ed==null?void 0:ed.max)==null?void 0:ld.value)!==void 0&&sd.length>(ed==null?void 0:ed.max.value)&&sd.length>od.value.length,rd.value===!1&&((cd=ed==null?void 0:ed.changeEvent)==null||cd.call(ed,sd))):(Ja(UPDATE_MODEL_EVENT,sd),qa.value=sd)}});return{model:od,isGroup:td,isLimitExceeded:rd}},useCheckboxStatus=(Ra,qa,{model:Ja})=>{const ed=inject(checkboxGroupContextKey,void 0),td=ref$1(!1),rd=computed(()=>isPropAbsent(Ra.value)?Ra.label:Ra.value),od=computed(()=>{const ud=Ja.value;return isBoolean$3(ud)?ud:isArray$2(ud)?isObject$5(rd.value)?ud.map(toRaw).some(gd=>isEqual$1(gd,rd.value)):ud.map(toRaw).includes(rd.value):ud!=null?ud===Ra.trueValue||ud===Ra.trueLabel:!!ud}),sd=useFormSize(computed(()=>{var ud;return(ud=ed==null?void 0:ed.size)==null?void 0:ud.value}),{prop:!0}),ld=useFormSize(computed(()=>{var ud;return(ud=ed==null?void 0:ed.size)==null?void 0:ud.value})),cd=computed(()=>!!qa.default||!isPropAbsent(rd.value));return{checkboxButtonSize:sd,isChecked:od,isFocused:td,checkboxSize:ld,hasOwnLabel:cd,actualValue:rd}},useCheckbox=(Ra,qa)=>{const{formItem:Ja}=useFormItem(),{model:ed,isGroup:td,isLimitExceeded:rd}=useCheckboxModel(Ra),{isFocused:od,isChecked:sd,checkboxButtonSize:ld,checkboxSize:cd,hasOwnLabel:ud,actualValue:gd}=useCheckboxStatus(Ra,qa,{model:ed}),{isDisabled:_d}=useCheckboxDisabled({model:ed,isChecked:sd}),{inputId:yd,isLabeledByFormItem:Ed}=useFormItemInputId(Ra,{formItemContext:Ja,disableIdGeneration:ud,disableIdManagement:td}),{handleChange:Td,onClickRoot:Od}=useCheckboxEvent(Ra,{model:ed,isLimitExceeded:rd,hasOwnLabel:ud,isDisabled:_d,isLabeledByFormItem:Ed});return(()=>{function Nd(){var kd,Id;isArray$2(ed.value)&&!ed.value.includes(gd.value)?ed.value.push(gd.value):ed.value=(Id=(kd=Ra.trueValue)!=null?kd:Ra.trueLabel)!=null?Id:!0}Ra.checked&&Nd()})(),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(()=>td.value&&isPropAbsent(Ra.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(()=>!!Ra.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(()=>!!Ra.falseLabel)),{inputId:yd,isLabeledByFormItem:Ed,isChecked:sd,isDisabled:_d,isFocused:od,checkboxButtonSize:ld,checkboxSize:cd,hasOwnLabel:ud,model:ed,actualValue:gd,handleChange:Td,onClickRoot:Od}},__default__$1m=defineComponent({name:"ElCheckbox"}),_sfc_main$2r=defineComponent({...__default__$1m,props:checkboxProps,emits:checkboxEmits,setup(Ra){const qa=Ra,Ja=useSlots(),{inputId:ed,isLabeledByFormItem:td,isChecked:rd,isDisabled:od,isFocused:sd,checkboxSize:ld,hasOwnLabel:cd,model:ud,actualValue:gd,handleChange:_d,onClickRoot:yd}=useCheckbox(qa,Ja),Ed=useNamespace("checkbox"),Td=computed(()=>[Ed.b(),Ed.m(ld.value),Ed.is("disabled",od.value),Ed.is("bordered",qa.border),Ed.is("checked",rd.value)]),Od=computed(()=>[Ed.e("input"),Ed.is("disabled",od.value),Ed.is("checked",rd.value),Ed.is("indeterminate",qa.indeterminate),Ed.is("focus",sd.value)]);return(Ad,Nd)=>(openBlock(),createBlock(resolveDynamicComponent(!unref(cd)&&unref(td)?"span":"label"),{class:normalizeClass(unref(Td)),"aria-controls":Ad.indeterminate?Ad.ariaControls:null,onClick:unref(yd)},{default:withCtx(()=>{var kd,Id;return[createBaseVNode("span",{class:normalizeClass(unref(Od))},[Ad.trueValue||Ad.falseValue||Ad.trueLabel||Ad.falseLabel?withDirectives((openBlock(),createElementBlock("input",{key:0,id:unref(ed),"onUpdate:modelValue":Rd=>isRef(ud)?ud.value=Rd:null,class:normalizeClass(unref(Ed).e("original")),type:"checkbox",indeterminate:Ad.indeterminate,name:Ad.name,tabindex:Ad.tabindex,disabled:unref(od),"true-value":(kd=Ad.trueValue)!=null?kd:Ad.trueLabel,"false-value":(Id=Ad.falseValue)!=null?Id:Ad.falseLabel,onChange:unref(_d),onFocus:Rd=>sd.value=!0,onBlur:Rd=>sd.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["id","onUpdate:modelValue","indeterminate","name","tabindex","disabled","true-value","false-value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(ud)]]):withDirectives((openBlock(),createElementBlock("input",{key:1,id:unref(ed),"onUpdate:modelValue":Rd=>isRef(ud)?ud.value=Rd:null,class:normalizeClass(unref(Ed).e("original")),type:"checkbox",indeterminate:Ad.indeterminate,disabled:unref(od),value:unref(gd),name:Ad.name,tabindex:Ad.tabindex,onChange:unref(_d),onFocus:Rd=>sd.value=!0,onBlur:Rd=>sd.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["id","onUpdate:modelValue","indeterminate","disabled","value","name","tabindex","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(ud)]]),createBaseVNode("span",{class:normalizeClass(unref(Ed).e("inner"))},null,2)],2),unref(cd)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(Ed).e("label"))},[renderSlot(Ad.$slots,"default"),Ad.$slots.default?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(Ad.label),1)],64))],2)):createCommentVNode("v-if",!0)]}),_:3},8,["class","aria-controls","onClick"]))}});var Checkbox=_export_sfc$1(_sfc_main$2r,[["__file","checkbox.vue"]]);const __default__$1l=defineComponent({name:"ElCheckboxButton"}),_sfc_main$2q=defineComponent({...__default__$1l,props:checkboxProps,emits:checkboxEmits,setup(Ra){const qa=Ra,Ja=useSlots(),{isFocused:ed,isChecked:td,isDisabled:rd,checkboxButtonSize:od,model:sd,actualValue:ld,handleChange:cd}=useCheckbox(qa,Ja),ud=inject(checkboxGroupContextKey,void 0),gd=useNamespace("checkbox"),_d=computed(()=>{var Ed,Td,Od,Ad;const Nd=(Td=(Ed=ud==null?void 0:ud.fill)==null?void 0:Ed.value)!=null?Td:"";return{backgroundColor:Nd,borderColor:Nd,color:(Ad=(Od=ud==null?void 0:ud.textColor)==null?void 0:Od.value)!=null?Ad:"",boxShadow:Nd?`-1px 0 0 0 ${Nd}`:void 0}}),yd=computed(()=>[gd.b("button"),gd.bm("button",od.value),gd.is("disabled",rd.value),gd.is("checked",td.value),gd.is("focus",ed.value)]);return(Ed,Td)=>{var Od,Ad;return openBlock(),createElementBlock("label",{class:normalizeClass(unref(yd))},[Ed.trueValue||Ed.falseValue||Ed.trueLabel||Ed.falseLabel?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":Nd=>isRef(sd)?sd.value=Nd:null,class:normalizeClass(unref(gd).be("button","original")),type:"checkbox",name:Ed.name,tabindex:Ed.tabindex,disabled:unref(rd),"true-value":(Od=Ed.trueValue)!=null?Od:Ed.trueLabel,"false-value":(Ad=Ed.falseValue)!=null?Ad:Ed.falseLabel,onChange:unref(cd),onFocus:Nd=>ed.value=!0,onBlur:Nd=>ed.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","name","tabindex","disabled","true-value","false-value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(sd)]]):withDirectives((openBlock(),createElementBlock("input",{key:1,"onUpdate:modelValue":Nd=>isRef(sd)?sd.value=Nd:null,class:normalizeClass(unref(gd).be("button","original")),type:"checkbox",name:Ed.name,tabindex:Ed.tabindex,disabled:unref(rd),value:unref(ld),onChange:unref(cd),onFocus:Nd=>ed.value=!0,onBlur:Nd=>ed.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","name","tabindex","disabled","value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(sd)]]),Ed.$slots.default||Ed.label?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass(unref(gd).be("button","inner")),style:normalizeStyle(unref(td)?unref(_d):void 0)},[renderSlot(Ed.$slots,"default",{},()=>[createTextVNode(toDisplayString(Ed.label),1)])],6)):createCommentVNode("v-if",!0)],2)}}});var CheckboxButton=_export_sfc$1(_sfc_main$2q,[["__file","checkbox-button.vue"]]);const checkboxGroupProps=buildProps({modelValue:{type:definePropType(Array),default:()=>[]},disabled:Boolean,min:Number,max:Number,size:useSizeProp,fill:String,textColor:String,tag:{type:String,default:"div"},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),checkboxGroupEmits={[UPDATE_MODEL_EVENT]:Ra=>isArray$2(Ra),change:Ra=>isArray$2(Ra)},__default__$1k=defineComponent({name:"ElCheckboxGroup"}),_sfc_main$2p=defineComponent({...__default__$1k,props:checkboxGroupProps,emits:checkboxGroupEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("checkbox"),{formItem:td}=useFormItem(),{inputId:rd,isLabeledByFormItem:od}=useFormItemInputId(Ja,{formItemContext:td}),sd=async cd=>{qa(UPDATE_MODEL_EVENT,cd),await nextTick$1(),qa("change",cd)},ld=computed({get(){return Ja.modelValue},set(cd){sd(cd)}});return provide(checkboxGroupContextKey,{...pick(toRefs(Ja),["size","min","max","disabled","validateEvent","fill","textColor"]),modelValue:ld,changeEvent:sd}),watch(()=>Ja.modelValue,()=>{Ja.validateEvent&&(td==null||td.validate("change").catch(cd=>void 0))}),(cd,ud)=>{var gd;return openBlock(),createBlock(resolveDynamicComponent(cd.tag),{id:unref(rd),class:normalizeClass(unref(ed).b("group")),role:"group","aria-label":unref(od)?void 0:cd.ariaLabel||"checkbox-group","aria-labelledby":unref(od)?(gd=unref(td))==null?void 0:gd.labelId:void 0},{default:withCtx(()=>[renderSlot(cd.$slots,"default")]),_:3},8,["id","class","aria-label","aria-labelledby"])}}});var CheckboxGroup=_export_sfc$1(_sfc_main$2p,[["__file","checkbox-group.vue"]]);const ElCheckbox=withInstall(Checkbox,{CheckboxButton,CheckboxGroup}),ElCheckboxButton=withNoopInstall(CheckboxButton),ElCheckboxGroup$1=withNoopInstall(CheckboxGroup),radioPropsBase=buildProps({modelValue:{type:[String,Number,Boolean],default:void 0},size:useSizeProp,disabled:Boolean,label:{type:[String,Number,Boolean],default:void 0},value:{type:[String,Number,Boolean],default:void 0},name:{type:String,default:void 0}}),radioProps=buildProps({...radioPropsBase,border:Boolean}),radioEmits={[UPDATE_MODEL_EVENT]:Ra=>isString$3(Ra)||isNumber$3(Ra)||isBoolean$3(Ra),[CHANGE_EVENT]:Ra=>isString$3(Ra)||isNumber$3(Ra)||isBoolean$3(Ra)},radioGroupKey=Symbol("radioGroupKey"),useRadio=(Ra,qa)=>{const Ja=ref$1(),ed=inject(radioGroupKey,void 0),td=computed(()=>!!ed),rd=computed(()=>isPropAbsent(Ra.value)?Ra.label:Ra.value),od=computed({get(){return td.value?ed.modelValue:Ra.modelValue},set(gd){td.value?ed.changeEvent(gd):qa&&qa(UPDATE_MODEL_EVENT,gd),Ja.value.checked=Ra.modelValue===rd.value}}),sd=useFormSize(computed(()=>ed==null?void 0:ed.size)),ld=useFormDisabled(computed(()=>ed==null?void 0:ed.disabled)),cd=ref$1(!1),ud=computed(()=>ld.value||td.value&&od.value!==rd.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(()=>td.value&&isPropAbsent(Ra.value))),{radioRef:Ja,isGroup:td,radioGroup:ed,focus:cd,size:sd,disabled:ld,tabIndex:ud,modelValue:od,actualValue:rd}},__default__$1j=defineComponent({name:"ElRadio"}),_sfc_main$2o=defineComponent({...__default__$1j,props:radioProps,emits:radioEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("radio"),{radioRef:td,radioGroup:rd,focus:od,size:sd,disabled:ld,modelValue:cd,actualValue:ud}=useRadio(Ja,qa);function gd(){nextTick$1(()=>qa("change",cd.value))}return(_d,yd)=>{var Ed;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(ed).b(),unref(ed).is("disabled",unref(ld)),unref(ed).is("focus",unref(od)),unref(ed).is("bordered",_d.border),unref(ed).is("checked",unref(cd)===unref(ud)),unref(ed).m(unref(sd))])},[createBaseVNode("span",{class:normalizeClass([unref(ed).e("input"),unref(ed).is("disabled",unref(ld)),unref(ed).is("checked",unref(cd)===unref(ud))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:td,"onUpdate:modelValue":Td=>isRef(cd)?cd.value=Td:null,class:normalizeClass(unref(ed).e("original")),value:unref(ud),name:_d.name||((Ed=unref(rd))==null?void 0:Ed.name),disabled:unref(ld),checked:unref(cd)===unref(ud),type:"radio",onFocus:Td=>od.value=!0,onBlur:Td=>od.value=!1,onChange:gd,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","checked","onFocus","onBlur","onClick"]),[[vModelRadio,unref(cd)]]),createBaseVNode("span",{class:normalizeClass(unref(ed).e("inner"))},null,2)],2),createBaseVNode("span",{class:normalizeClass(unref(ed).e("label")),onKeydown:withModifiers(()=>{},["stop"])},[renderSlot(_d.$slots,"default",{},()=>[createTextVNode(toDisplayString(_d.label),1)])],42,["onKeydown"])],2)}}});var Radio=_export_sfc$1(_sfc_main$2o,[["__file","radio.vue"]]);const radioButtonProps=buildProps({...radioPropsBase}),__default__$1i=defineComponent({name:"ElRadioButton"}),_sfc_main$2n=defineComponent({...__default__$1i,props:radioButtonProps,setup(Ra){const qa=Ra,Ja=useNamespace("radio"),{radioRef:ed,focus:td,size:rd,disabled:od,modelValue:sd,radioGroup:ld,actualValue:cd}=useRadio(qa),ud=computed(()=>({backgroundColor:(ld==null?void 0:ld.fill)||"",borderColor:(ld==null?void 0:ld.fill)||"",boxShadow:ld!=null&&ld.fill?`-1px 0 0 0 ${ld.fill}`:"",color:(ld==null?void 0:ld.textColor)||""}));return(gd,_d)=>{var yd;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(Ja).b("button"),unref(Ja).is("active",unref(sd)===unref(cd)),unref(Ja).is("disabled",unref(od)),unref(Ja).is("focus",unref(td)),unref(Ja).bm("button",unref(rd))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:ed,"onUpdate:modelValue":Ed=>isRef(sd)?sd.value=Ed:null,class:normalizeClass(unref(Ja).be("button","original-radio")),value:unref(cd),type:"radio",name:gd.name||((yd=unref(ld))==null?void 0:yd.name),disabled:unref(od),onFocus:Ed=>td.value=!0,onBlur:Ed=>td.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","onFocus","onBlur","onClick"]),[[vModelRadio,unref(sd)]]),createBaseVNode("span",{class:normalizeClass(unref(Ja).be("button","inner")),style:normalizeStyle(unref(sd)===unref(cd)?unref(ud):{}),onKeydown:withModifiers(()=>{},["stop"])},[renderSlot(gd.$slots,"default",{},()=>[createTextVNode(toDisplayString(gd.label),1)])],46,["onKeydown"])],2)}}});var RadioButton=_export_sfc$1(_sfc_main$2n,[["__file","radio-button.vue"]]);const radioGroupProps=buildProps({id:{type:String,default:void 0},size:useSizeProp,disabled:Boolean,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},...useAriaProps(["ariaLabel"])}),radioGroupEmits=radioEmits,__default__$1h=defineComponent({name:"ElRadioGroup"}),_sfc_main$2m=defineComponent({...__default__$1h,props:radioGroupProps,emits:radioGroupEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("radio"),td=useId(),rd=ref$1(),{formItem:od}=useFormItem(),{inputId:sd,isLabeledByFormItem:ld}=useFormItemInputId(Ja,{formItemContext:od}),cd=gd=>{qa(UPDATE_MODEL_EVENT,gd),nextTick$1(()=>qa("change",gd))};onMounted(()=>{const gd=rd.value.querySelectorAll("[type=radio]"),_d=gd[0];!Array.from(gd).some(yd=>yd.checked)&&_d&&(_d.tabIndex=0)});const ud=computed(()=>Ja.name||td.value);return provide(radioGroupKey,reactive({...toRefs(Ja),changeEvent:cd,name:ud})),watch(()=>Ja.modelValue,()=>{Ja.validateEvent&&(od==null||od.validate("change").catch(gd=>void 0))}),(gd,_d)=>(openBlock(),createElementBlock("div",{id:unref(sd),ref_key:"radioGroupRef",ref:rd,class:normalizeClass(unref(ed).b("group")),role:"radiogroup","aria-label":unref(ld)?void 0:gd.ariaLabel||"radio-group","aria-labelledby":unref(ld)?unref(od).labelId:void 0},[renderSlot(gd.$slots,"default")],10,["id","aria-label","aria-labelledby"]))}});var RadioGroup=_export_sfc$1(_sfc_main$2m,[["__file","radio-group.vue"]]);const ElRadio=withInstall(Radio,{RadioButton,RadioGroup}),ElRadioGroup=withNoopInstall(RadioGroup),ElRadioButton=withNoopInstall(RadioButton);var NodeContent$1=defineComponent({name:"NodeContent",setup(){return{ns:useNamespace("cascader-node")}},render(){const{ns:Ra}=this,{node:qa,panel:Ja}=this.$parent,{data:ed,label:td}=qa,{renderLabelFn:rd}=Ja;return h$2("span",{class:Ra.e("label")},rd?rd({node:qa,data:ed}):td)}});const CASCADER_PANEL_INJECTION_KEY=Symbol(),_sfc_main$2l=defineComponent({name:"ElCascaderNode",components:{ElCheckbox,ElRadio,NodeContent:NodeContent$1,ElIcon,Check:check_default,Loading:loading_default,ArrowRight:arrow_right_default},props:{node:{type:Object,required:!0},menuId:String},emits:["expand"],setup(Ra,{emit:qa}){const Ja=inject(CASCADER_PANEL_INJECTION_KEY),ed=useNamespace("cascader-node"),td=computed(()=>Ja.isHoverMenu),rd=computed(()=>Ja.config.multiple),od=computed(()=>Ja.config.checkStrictly),sd=computed(()=>{var Md;return(Md=Ja.checkedNodes[0])==null?void 0:Md.uid}),ld=computed(()=>Ra.node.isDisabled),cd=computed(()=>Ra.node.isLeaf),ud=computed(()=>od.value&&!cd.value||!ld.value),gd=computed(()=>yd(Ja.expandingNode)),_d=computed(()=>od.value&&Ja.checkedNodes.some(yd)),yd=Md=>{var Ld;const{level:jd,uid:Pd}=Ra.node;return((Ld=Md==null?void 0:Md.pathNodes[jd-1])==null?void 0:Ld.uid)===Pd},Ed=()=>{gd.value||Ja.expandNode(Ra.node)},Td=Md=>{const{node:Ld}=Ra;Md!==Ld.checked&&Ja.handleCheckChange(Ld,Md)},Od=()=>{Ja.lazyLoad(Ra.node,()=>{cd.value||Ed()})},Ad=Md=>{td.value&&(Nd(),!cd.value&&qa("expand",Md))},Nd=()=>{const{node:Md}=Ra;!ud.value||Md.loading||(Md.loaded?Ed():Od())},kd=()=>{td.value&&!cd.value||(cd.value&&!ld.value&&!od.value&&!rd.value?Rd(!0):Nd())},Id=Md=>{od.value?(Td(Md),Ra.node.loaded&&Ed()):Rd(Md)},Rd=Md=>{Ra.node.loaded?(Td(Md),!od.value&&Ed()):Od()};return{panel:Ja,isHoverMenu:td,multiple:rd,checkStrictly:od,checkedNodeId:sd,isDisabled:ld,isLeaf:cd,expandable:ud,inExpandingPath:gd,inCheckedPath:_d,ns:ed,handleHoverExpand:Ad,handleExpand:Nd,handleClick:kd,handleCheck:Rd,handleSelectCheck:Id}}});function _sfc_render$t(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-checkbox"),sd=resolveComponent("el-radio"),ld=resolveComponent("check"),cd=resolveComponent("el-icon"),ud=resolveComponent("node-content"),gd=resolveComponent("loading"),_d=resolveComponent("arrow-right");return openBlock(),createElementBlock("li",{id:`${Ra.menuId}-${Ra.node.uid}`,role:"menuitem","aria-haspopup":!Ra.isLeaf,"aria-owns":Ra.isLeaf?null:Ra.menuId,"aria-expanded":Ra.inExpandingPath,tabindex:Ra.expandable?-1:void 0,class:normalizeClass([Ra.ns.b(),Ra.ns.is("selectable",Ra.checkStrictly),Ra.ns.is("active",Ra.node.checked),Ra.ns.is("disabled",!Ra.expandable),Ra.inExpandingPath&&"in-active-path",Ra.inCheckedPath&&"in-checked-path"]),onMouseenter:Ra.handleHoverExpand,onFocus:Ra.handleHoverExpand,onClick:Ra.handleClick},[createCommentVNode(" prefix "),Ra.multiple?(openBlock(),createBlock(od,{key:0,"model-value":Ra.node.checked,indeterminate:Ra.node.indeterminate,disabled:Ra.isDisabled,onClick:withModifiers(()=>{},["stop"]),"onUpdate:modelValue":Ra.handleSelectCheck},null,8,["model-value","indeterminate","disabled","onClick","onUpdate:modelValue"])):Ra.checkStrictly?(openBlock(),createBlock(sd,{key:1,"model-value":Ra.checkedNodeId,label:Ra.node.uid,disabled:Ra.isDisabled,"onUpdate:modelValue":Ra.handleSelectCheck,onClick: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
`),createBaseVNode("span")]),_:1},8,["model-value","label","disabled","onUpdate:modelValue","onClick"])):Ra.isLeaf&&Ra.node.checked?(openBlock(),createBlock(cd,{key:2,class:normalizeClass(Ra.ns.e("prefix"))},{default:withCtx(()=>[createVNode(ld)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createCommentVNode(" content "),createVNode(ud),createCommentVNode(" postfix "),Ra.isLeaf?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:3},[Ra.node.loading?(openBlock(),createBlock(cd,{key:0,class:normalizeClass([Ra.ns.is("loading"),Ra.ns.e("postfix")])},{default:withCtx(()=>[createVNode(gd)]),_:1},8,["class"])):(openBlock(),createBlock(cd,{key:1,class:normalizeClass(["arrow-right",Ra.ns.e("postfix")])},{default:withCtx(()=>[createVNode(_d)]),_:1},8,["class"]))],64))],42,["id","aria-haspopup","aria-owns","aria-expanded","tabindex","onMouseenter","onFocus","onClick"])}var ElCascaderNode=_export_sfc$1(_sfc_main$2l,[["render",_sfc_render$t],["__file","node.vue"]]);const _sfc_main$2k=defineComponent({name:"ElCascaderMenu",components:{Loading:loading_default,ElIcon,ElScrollbar,ElCascaderNode},props:{nodes:{type:Array,required:!0},index:{type:Number,required:!0}},setup(Ra){const qa=getCurrentInstance(),Ja=useNamespace("cascader-menu"),{t:ed}=useLocale(),td=useId();let rd=null,od=null;const sd=inject(CASCADER_PANEL_INJECTION_KEY),ld=ref$1(null),cd=computed(()=>!Ra.nodes.length),ud=computed(()=>!sd.initialLoaded),gd=computed(()=>`${td.value}-${Ra.index}`),_d=Od=>{rd=Od.target},yd=Od=>{if(!(!sd.isHoverMenu||!rd||!ld.value))if(rd.contains(Od.target)){Ed();const Ad=qa.vnode.el,{left:Nd}=Ad.getBoundingClientRect(),{offsetWidth:kd,offsetHeight:Id}=Ad,Rd=Od.clientX-Nd,Md=rd.offsetTop,Ld=Md+rd.offsetHeight;ld.value.innerHTML=`
<path style="pointer-events: auto;" fill="transparent" d="M${Rd} ${Md} L${kd} 0 V${Md} Z" />
<path style="pointer-events: auto;" fill="transparent" d="M${Rd} ${Ld} L${kd} ${Id} V${Ld} Z" />
`}else od||(od=window.setTimeout(Td,sd.config.hoverThreshold))},Ed=()=>{od&&(clearTimeout(od),od=null)},Td=()=>{ld.value&&(ld.value.innerHTML="",Ed())};return{ns:Ja,panel:sd,hoverZone:ld,isEmpty:cd,isLoading:ud,menuId:gd,t:ed,handleExpand:_d,handleMouseMove:yd,clearHoverZone:Td}}});function _sfc_render$s(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-cascader-node"),sd=resolveComponent("loading"),ld=resolveComponent("el-icon"),cd=resolveComponent("el-scrollbar");return openBlock(),createBlock(cd,{key:Ra.menuId,tag:"ul",role:"menu",class:normalizeClass(Ra.ns.b()),"wrap-class":Ra.ns.e("wrap"),"view-class":[Ra.ns.e("list"),Ra.ns.is("empty",Ra.isEmpty)],onMousemove:Ra.handleMouseMove,onMouseleave:Ra.clearHoverZone},{default:withCtx(()=>{var ud;return[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.nodes,gd=>(openBlock(),createBlock(od,{key:gd.uid,node:gd,"menu-id":Ra.menuId,onExpand:Ra.handleExpand},null,8,["node","menu-id","onExpand"]))),128)),Ra.isLoading?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(Ra.ns.e("empty-text"))},[createVNode(ld,{size:"14",class:normalizeClass(Ra.ns.is("loading"))},{default:withCtx(()=>[createVNode(sd)]),_:1},8,["class"]),createTextVNode(" "+toDisplayString(Ra.t("el.cascader.loading")),1)],2)):Ra.isEmpty?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(Ra.ns.e("empty-text"))},toDisplayString(Ra.t("el.cascader.noData")),3)):(ud=Ra.panel)!=null&&ud.isHoverMenu?(openBlock(),createElementBlock("svg",{key:2,ref:"hoverZone",class:normalizeClass(Ra.ns.e("hover-zone"))},null,2)):createCommentVNode("v-if",!0)]}),_:1},8,["class","wrap-class","view-class","onMousemove","onMouseleave"])}var ElCascaderMenu=_export_sfc$1(_sfc_main$2k,[["render",_sfc_render$s],["__file","menu.vue"]]);let uid=0;const calculatePathNodes=Ra=>{const qa=[Ra];let{parent:Ja}=Ra;for(;Ja;)qa.unshift(Ja),Ja=Ja.parent;return qa};let Node$2=class _S{constructor(qa,Ja,ed,td=!1){this.data=qa,this.config=Ja,this.parent=ed,this.root=td,this.uid=uid++,this.checked=!1,this.indeterminate=!1,this.loading=!1;const{value:rd,label:od,children:sd}=Ja,ld=qa[sd],cd=calculatePathNodes(this);this.level=td?0:ed?ed.level+1:1,this.value=qa[rd],this.label=qa[od],this.pathNodes=cd,this.pathValues=cd.map(ud=>ud.value),this.pathLabels=cd.map(ud=>ud.label),this.childrenData=ld,this.children=(ld||[]).map(ud=>new _S(ud,Ja,this)),this.loaded=!Ja.lazy||this.isLeaf||!isEmpty$1(ld)}get isDisabled(){const{data:qa,parent:Ja,config:ed}=this,{disabled:td,checkStrictly:rd}=ed;return(isFunction$4(td)?td(qa,this):!!qa[td])||!rd&&(Ja==null?void 0:Ja.isDisabled)}get isLeaf(){const{data:qa,config:Ja,childrenData:ed,loaded:td}=this,{lazy:rd,leaf:od}=Ja,sd=isFunction$4(od)?od(qa,this):qa[od];return isUndefined$1(sd)?rd&&!td?!1:!(Array.isArray(ed)&&ed.length):!!sd}get valueByOption(){return this.config.emitPath?this.pathValues:this.value}appendChild(qa){const{childrenData:Ja,children:ed}=this,td=new _S(qa,this.config,this);return Array.isArray(Ja)?Ja.push(qa):this.childrenData=[qa],ed.push(td),td}calcText(qa,Ja){const ed=qa?this.pathLabels.join(Ja):this.label;return this.text=ed,ed}broadcast(qa,...Ja){const ed=`onParent${capitalize(qa)}`;this.children.forEach(td=>{td&&(td.broadcast(qa,...Ja),td[ed]&&td[ed](...Ja))})}emit(qa,...Ja){const{parent:ed}=this,td=`onChild${capitalize(qa)}`;ed&&(ed[td]&&ed[td](...Ja),ed.emit(qa,...Ja))}onParentCheck(qa){this.isDisabled||this.setCheckState(qa)}onChildCheck(){const{children:qa}=this,Ja=qa.filter(td=>!td.isDisabled),ed=Ja.length?Ja.every(td=>td.checked):!1;this.setCheckState(ed)}setCheckState(qa){const Ja=this.children.length,ed=this.children.reduce((td,rd)=>{const od=rd.checked?1:rd.indeterminate?.5:0;return td+od},0);this.checked=this.loaded&&this.children.filter(td=>!td.isDisabled).every(td=>td.loaded&&td.checked)&&qa,this.indeterminate=this.loaded&&ed!==Ja&&ed>0}doCheck(qa){if(this.checked===qa)return;const{checkStrictly:Ja,multiple:ed}=this.config;Ja||!ed?this.checked=qa:(this.broadcast("check",qa),this.setCheckState(qa),this.emit("check"))}};const flatNodes=(Ra,qa)=>Ra.reduce((Ja,ed)=>(ed.isLeaf?Ja.push(ed):(!qa&&Ja.push(ed),Ja=Ja.concat(flatNodes(ed.children,qa))),Ja),[]);let Store$1=class{constructor(qa,Ja){this.config=Ja;const ed=(qa||[]).map(td=>new Node$2(td,this.config));this.nodes=ed,this.allNodes=flatNodes(ed,!1),this.leafNodes=flatNodes(ed,!0)}getNodes(){return this.nodes}getFlattedNodes(qa){return qa?this.leafNodes:this.allNodes}appendNode(qa,Ja){const ed=Ja?Ja.appendChild(qa):new Node$2(qa,this.config);Ja||this.nodes.push(ed),this.allNodes.push(ed),ed.isLeaf&&this.leafNodes.push(ed)}appendNodes(qa,Ja){qa.forEach(ed=>this.appendNode(ed,Ja))}getNodeByValue(qa,Ja=!1){return!qa&&qa!==0?null:this.getFlattedNodes(Ja).find(td=>isEqual$1(td.value,qa)||isEqual$1(td.pathValues,qa))||null}getSameNode(qa){return qa&&this.getFlattedNodes(!1).find(({value:ed,level:td})=>isEqual$1(qa.value,ed)&&qa.level===td)||null}};const CommonProps=buildProps({modelValue:{type:definePropType([Number,String,Array])},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},useCascaderConfig=Ra=>computed(()=>({...DefaultProps,...Ra.props})),getMenuIndex=Ra=>{if(!Ra)return 0;const qa=Ra.id.split("-");return Number(qa[qa.length-2])},checkNode=Ra=>{if(!Ra)return;const qa=Ra.querySelector("input");qa?qa.click():isLeaf(Ra)&&Ra.click()},sortByOriginalOrder=(Ra,qa)=>{const Ja=qa.slice(0),ed=Ja.map(rd=>rd.uid),td=Ra.reduce((rd,od)=>{const sd=ed.indexOf(od.uid);return sd>-1&&(rd.push(od),Ja.splice(sd,1),ed.splice(sd,1)),rd},[]);return td.push(...Ja),td},_sfc_main$2j=defineComponent({name:"ElCascaderPanel",components:{ElCascaderMenu},props:{...CommonProps,border:{type:Boolean,default:!0},renderLabel:Function},emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"close","expand-change"],setup(Ra,{emit:qa,slots:Ja}){let ed=!1;const td=useNamespace("cascader"),rd=useCascaderConfig(Ra);let od=null;const sd=ref$1(!0),ld=ref$1([]),cd=ref$1(null),ud=ref$1([]),gd=ref$1(null),_d=ref$1([]),yd=computed(()=>rd.value.expandTrigger==="hover"),Ed=computed(()=>Ra.renderLabel||Ja.default),Td=()=>{const{options:Vd}=Ra,qd=rd.value;ed=!1,od=new Store$1(Vd,qd),ud.value=[od.getNodes()],qd.lazy&&isEmpty$1(Ra.options)?(sd.value=!1,Od(void 0,Wd=>{Wd&&(od=new Store$1(Wd,qd),ud.value=[od.getNodes()]),sd.value=!0,jd(!1,!0)})):jd(!1,!0)},Od=(Vd,qd)=>{const Wd=rd.value;Vd=Vd||new Node$2({},Wd,void 0,!0),Vd.loading=!0;const zd=Kd=>{const Qd=Vd,hf=Qd.root?null:Qd;Kd&&(od==null||od.appendNodes(Kd,hf)),Qd.loading=!1,Qd.loaded=!0,Qd.childrenData=Qd.childrenData||[],qd&&qd(Kd)};Wd.lazyLoad(Vd,zd)},Ad=(Vd,qd)=>{var Wd;const{level:zd}=Vd,Kd=ud.value.slice(0,zd);let Qd;Vd.isLeaf?Qd=Vd.pathNodes[zd-2]:(Qd=Vd,Kd.push(Vd.children)),((Wd=gd.value)==null?void 0:Wd.uid)!==(Qd==null?void 0:Qd.uid)&&(gd.value=Vd,ud.value=Kd,!qd&&qa("expand-change",(Vd==null?void 0:Vd.pathValues)||[]))},Nd=(Vd,qd,Wd=!0)=>{const{checkStrictly:zd,multiple:Kd}=rd.value,Qd=_d.value[0];ed=!0,!Kd&&(Qd==null||Qd.doCheck(!1)),Vd.doCheck(qd),Ld(),Wd&&!Kd&&!zd&&qa("close"),!Wd&&!Kd&&!zd&&kd(Vd)},kd=Vd=>{Vd&&(Vd=Vd.parent,kd(Vd),Vd&&Ad(Vd))},Id=Vd=>od==null?void 0:od.getFlattedNodes(Vd),Rd=Vd=>{var qd;return(qd=Id(Vd))==null?void 0:qd.filter(Wd=>Wd.checked!==!1)},Md=()=>{_d.value.forEach(Vd=>Vd.doCheck(!1)),Ld(),ud.value=ud.value.slice(0,1),gd.value=null,qa("expand-change",[])},Ld=()=>{var Vd;const{checkStrictly:qd,multiple:Wd}=rd.value,zd=_d.value,Kd=Rd(!qd),Qd=sortByOriginalOrder(zd,Kd),hf=Qd.map(gf=>gf.valueByOption);_d.value=Qd,cd.value=Wd?hf:(Vd=hf[0])!=null?Vd:null},jd=(Vd=!1,qd=!1)=>{const{modelValue:Wd}=Ra,{lazy:zd,multiple:Kd,checkStrictly:Qd}=rd.value,hf=!Qd;if(!(!sd.value||ed||!qd&&isEqual$1(Wd,cd.value)))if(zd&&!Vd){const bf=unique(flattenDeep(castArray(Wd))).map(kf=>od==null?void 0:od.getNodeByValue(kf)).filter(kf=>!!kf&&!kf.loaded&&!kf.loading);bf.length?bf.forEach(kf=>{Od(kf,()=>jd(!1,qd))}):jd(!0,qd)}else{const gf=Kd?castArray(Wd):[Wd],bf=unique(gf.map(kf=>od==null?void 0:od.getNodeByValue(kf,hf)));Pd(bf,qd),cd.value=cloneDeep$1(Wd)}},Pd=(Vd,qd=!0)=>{const{checkStrictly:Wd}=rd.value,zd=_d.value,Kd=Vd.filter(gf=>!!gf&&(Wd||gf.isLeaf)),Qd=od==null?void 0:od.getSameNode(gd.value),hf=qd&&Qd||Kd[0];hf?hf.pathNodes.forEach(gf=>Ad(gf,!0)):gd.value=null,zd.forEach(gf=>gf.doCheck(!1)),reactive(Kd).forEach(gf=>gf.doCheck(!0)),_d.value=Kd,nextTick$1(Fd)},Fd=()=>{isClient&&ld.value.forEach(Vd=>{const qd=Vd==null?void 0:Vd.$el;if(qd){const Wd=qd.querySelector(`.${td.namespace.value}-scrollbar__wrap`),zd=qd.querySelector(`.${td.b("node")}.${td.is("active")}`)||qd.querySelector(`.${td.b("node")}.in-active-path`);scrollIntoView(Wd,zd)}})},Ud=Vd=>{const qd=Vd.target,{code:Wd}=Vd;switch(Wd){case EVENT_CODE.up:case EVENT_CODE.down:{Vd.preventDefault();const zd=Wd===EVENT_CODE.up?-1:1;focusNode(getSibling(qd,zd,`.${td.b("node")}[tabindex="-1"]`));break}case EVENT_CODE.left:{Vd.preventDefault();const zd=ld.value[getMenuIndex(qd)-1],Kd=zd==null?void 0:zd.$el.querySelector(`.${td.b("node")}[aria-expanded="true"]`);focusNode(Kd);break}case EVENT_CODE.right:{Vd.preventDefault();const zd=ld.value[getMenuIndex(qd)+1],Kd=zd==null?void 0:zd.$el.querySelector(`.${td.b("node")}[tabindex="-1"]`);focusNode(Kd);break}case EVENT_CODE.enter:checkNode(qd);break}};return provide(CASCADER_PANEL_INJECTION_KEY,reactive({config:rd,expandingNode:gd,checkedNodes:_d,isHoverMenu:yd,initialLoaded:sd,renderLabelFn:Ed,lazyLoad:Od,expandNode:Ad,handleCheckChange:Nd})),watch([rd,()=>Ra.options],Td,{deep:!0,immediate:!0}),watch(()=>Ra.modelValue,()=>{ed=!1,jd()},{deep:!0}),watch(()=>cd.value,Vd=>{isEqual$1(Vd,Ra.modelValue)||(qa(UPDATE_MODEL_EVENT,Vd),qa(CHANGE_EVENT,Vd))}),onBeforeUpdate(()=>ld.value=[]),onMounted(()=>!isEmpty$1(Ra.modelValue)&&jd()),{ns:td,menuList:ld,menus:ud,checkedNodes:_d,handleKeyDown:Ud,handleCheckChange:Nd,getFlattedNodes:Id,getCheckedNodes:Rd,clearCheckedNodes:Md,calculateCheckedValue:Ld,scrollToExpandingNode:Fd}}});function _sfc_render$r(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-cascader-menu");return openBlock(),createElementBlock("div",{class:normalizeClass([Ra.ns.b("panel"),Ra.ns.is("bordered",Ra.border)]),onKeydown:Ra.handleKeyDown},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.menus,(sd,ld)=>(openBlock(),createBlock(od,{key:ld,ref_for:!0,ref:cd=>Ra.menuList[ld]=cd,index:ld,nodes:[...sd]},null,8,["index","nodes"]))),128))],42,["onKeydown"])}var CascaderPanel=_export_sfc$1(_sfc_main$2j,[["render",_sfc_render$r],["__file","index.vue"]]);const ElCascaderPanel=withInstall(CascaderPanel),tagProps=buildProps({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:Ra=>Ra instanceof MouseEvent,click:Ra=>Ra instanceof MouseEvent},__default__$1g=defineComponent({name:"ElTag"}),_sfc_main$2i=defineComponent({...__default__$1g,props:tagProps,emits:tagEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useFormSize(),td=useNamespace("tag"),rd=computed(()=>{const{type:ld,hit:cd,effect:ud,closable:gd,round:_d}=Ja;return[td.b(),td.is("closable",gd),td.m(ld||"primary"),td.m(ed.value),td.m(ud),td.is("hit",cd),td.is("round",_d)]}),od=ld=>{qa("close",ld)},sd=ld=>{qa("click",ld)};return(ld,cd)=>ld.disableTransitions?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(rd)),style:normalizeStyle({backgroundColor:ld.color}),onClick:sd},[createBaseVNode("span",{class:normalizeClass(unref(td).e("content"))},[renderSlot(ld.$slots,"default")],2),ld.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(td).e("close")),onClick:withModifiers(od,["stop"])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],6)):(openBlock(),createBlock(Transition$1,{key:1,name:`${unref(td).namespace.value}-zoom-in-center`,appear:""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(unref(rd)),style:normalizeStyle({backgroundColor:ld.color}),onClick:sd},[createBaseVNode("span",{class:normalizeClass(unref(td).e("content"))},[renderSlot(ld.$slots,"default")],2),ld.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(td).e("close")),onClick:withModifiers(od,["stop"])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],6)]),_:3},8,["name"]))}});var Tag=_export_sfc$1(_sfc_main$2i,[["__file","tag.vue"]]);const ElTag=withInstall(Tag),cascaderProps=buildProps({...CommonProps,size:useSizeProp,placeholder:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,filterMethod:{type:definePropType(Function),default:(Ra,qa)=>Ra.text.includes(qa)},separator:{type:String,default:" / "},showAllLevels:{type:Boolean,default:!0},collapseTags:Boolean,maxCollapseTags:{type:Number,default:1},collapseTagsTooltip:{type:Boolean,default:!1},debounce:{type:Number,default:300},beforeFilter:{type:definePropType(Function),default:()=>!0},placement:{type:definePropType(String),values:Ee$4,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","bottom","top-start","top","right","left"]},popperClass:{type:String,default:""},teleported:useTooltipContentProps.teleported,tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},validateEvent:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},...useEmptyValuesProps}),cascaderEmits={[UPDATE_MODEL_EVENT]:Ra=>!0,[CHANGE_EVENT]:Ra=>!0,focus:Ra=>Ra instanceof FocusEvent,blur:Ra=>Ra instanceof FocusEvent,clear:()=>!0,visibleChange:Ra=>isBoolean$3(Ra),expandChange:Ra=>!!Ra,removeTag:Ra=>!!Ra},COMPONENT_NAME$e="ElCascader",__default__$1f=defineComponent({name:COMPONENT_NAME$e}),_sfc_main$2h=defineComponent({...__default__$1f,props:cascaderProps,emits:cascaderEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td={modifiers:[{name:"arrowPosition",enabled:!0,phase:"main",fn:({state:Jf})=>{const{modifiersData:Th,placement:Ah}=Jf;["right","left","bottom","top"].includes(Ah)||(Th.arrow.x=35)},requires:["arrow"]}]},rd=useAttrs$1();let od=0,sd=0;const ld=useNamespace("cascader"),cd=useNamespace("input"),{t:ud}=useLocale(),{form:gd,formItem:_d}=useFormItem(),{valueOnClear:yd}=useEmptyValues(ed),{isComposing:Ed,handleComposition:Td}=useComposition({afterComposition(Jf){var Th;const Ah=(Th=Jf.target)==null?void 0:Th.value;Rf(Ah)}}),Od=ref$1(null),Ad=ref$1(null),Nd=ref$1(null),kd=ref$1(null),Id=ref$1(null),Rd=ref$1(!1),Md=ref$1(!1),Ld=ref$1(!1),jd=ref$1(!1),Pd=ref$1(""),Fd=ref$1(""),Ud=ref$1([]),Vd=ref$1([]),qd=ref$1([]),Wd=computed(()=>rd.style),zd=computed(()=>ed.disabled||(gd==null?void 0:gd.disabled)),Kd=computed(()=>ed.placeholder||ud("el.cascader.placeholder")),Qd=computed(()=>Fd.value||Ud.value.length>0||Ed.value?"":Kd.value),hf=useFormSize(),gf=computed(()=>["small"].includes(hf.value)?"small":"default"),bf=computed(()=>!!ed.props.multiple),kf=computed(()=>!ed.filterable||bf.value),Cf=computed(()=>bf.value?Fd.value:Pd.value),Ef=computed(()=>{var Jf;return((Jf=kd.value)==null?void 0:Jf.checkedNodes)||[]}),yf=computed(()=>!ed.clearable||zd.value||Ld.value||!Md.value?!1:!!Ef.value.length),Mf=computed(()=>{const{showAllLevels:Jf,separator:Th}=ed,Ah=Ef.value;return Ah.length?bf.value?"":Ah[0].calcText(Jf,Th):""}),Af=computed(()=>(_d==null?void 0:_d.validateState)||""),Zd=computed({get(){return cloneDeep$1(ed.modelValue)},set(Jf){const Th=Jf??yd.value;Ja(UPDATE_MODEL_EVENT,Th),Ja(CHANGE_EVENT,Th),ed.validateEvent&&(_d==null||_d.validate("change").catch(Ah=>void 0))}}),mf=computed(()=>[ld.b(),ld.m(hf.value),ld.is("disabled",zd.value),rd.class]),Pf=computed(()=>[cd.e("icon"),"icon-arrow-down",ld.is("reverse",Rd.value)]),Ff=computed(()=>ld.is("focus",Rd.value||jd.value)),Lf=computed(()=>{var Jf,Th;return(Th=(Jf=Od.value)==null?void 0:Jf.popperRef)==null?void 0:Th.contentRef}),jf=Jf=>{var Th,Ah,Gh;zd.value||(Jf=Jf??!Rd.value,Jf!==Rd.value&&(Rd.value=Jf,(Ah=(Th=Ad.value)==null?void 0:Th.input)==null||Ah.setAttribute("aria-expanded",`${Jf}`),Jf?(xf(),nextTick$1((Gh=kd.value)==null?void 0:Gh.scrollToExpandingNode)):ed.filterable&&hh(),Ja("visibleChange",Jf)))},xf=()=>{nextTick$1(()=>{var Jf;(Jf=Od.value)==null||Jf.updatePopper()})},Nf=()=>{Ld.value=!1},Bf=Jf=>{const{showAllLevels:Th,separator:Ah}=ed;return{node:Jf,key:Jf.uid,text:Jf.calcText(Th,Ah),hitState:!1,closable:!zd.value&&!Jf.isDisabled,isCollapseTag:!1}},Tf=Jf=>{var Th;const Ah=Jf.node;Ah.doCheck(!1),(Th=kd.value)==null||Th.calculateCheckedValue(),Ja("removeTag",Ah.valueByOption)},wf=()=>{if(!bf.value)return;const Jf=Ef.value,Th=[],Ah=[];if(Jf.forEach(Gh=>Ah.push(Bf(Gh))),Vd.value=Ah,Jf.length){Jf.slice(0,ed.maxCollapseTags).forEach(kh=>Th.push(Bf(kh)));const Gh=Jf.slice(ed.maxCollapseTags),sm=Gh.length;sm&&(ed.collapseTags?Th.push({key:-1,text:`+ ${sm}`,closable:!1,isCollapseTag:!0}):Gh.forEach(kh=>Th.push(Bf(kh))))}Ud.value=Th},Of=()=>{var Jf,Th;const{filterMethod:Ah,showAllLevels:Gh,separator:sm}=ed,kh=(Th=(Jf=kd.value)==null?void 0:Jf.getFlattedNodes(!ed.props.checkStrictly))==null?void 0:Th.filter(Rh=>Rh.isDisabled?!1:(Rh.calcText(Gh,sm),Ah(Rh,Cf.value)));bf.value&&(Ud.value.forEach(Rh=>{Rh.hitState=!1}),Vd.value.forEach(Rh=>{Rh.hitState=!1})),Ld.value=!0,qd.value=kh,xf()},$f=()=>{var Jf;let Th;Ld.value&&Id.value?Th=Id.value.$el.querySelector(`.${ld.e("suggestion-item")}`):Th=(Jf=kd.value)==null?void 0:Jf.$el.querySelector(`.${ld.b("node")}[tabindex="-1"]`),Th&&(Th.focus(),!Ld.value&&Th.click())},Wf=()=>{var Jf,Th;const Ah=(Jf=Ad.value)==null?void 0:Jf.input,Gh=Nd.value,sm=(Th=Id.value)==null?void 0:Th.$el;if(!(!isClient||!Ah)){if(sm){const kh=sm.querySelector(`.${ld.e("suggestion-list")}`);kh.style.minWidth=`${Ah.offsetWidth}px`}if(Gh){const{offsetHeight:kh}=Gh,Rh=Ud.value.length>0?`${Math.max(kh+6,od)}px`:`${od}px`;Ah.style.height=Rh,xf()}}},Kf=Jf=>{var Th;return(Th=kd.value)==null?void 0:Th.getCheckedNodes(Jf)},Df=Jf=>{xf(),Ja("expandChange",Jf)},qf=Jf=>{if(!Ed.value)switch(Jf.code){case EVENT_CODE.enter:jf();break;case EVENT_CODE.down:jf(!0),nextTick$1($f),Jf.preventDefault();break;case EVENT_CODE.esc:Rd.value===!0&&(Jf.preventDefault(),Jf.stopPropagation(),jf(!1));break;case EVENT_CODE.tab:jf(!1);break}},Xf=()=>{var Jf;(Jf=kd.value)==null||Jf.clearCheckedNodes(),!Rd.value&&ed.filterable&&hh(),jf(!1),Ja("clear")},hh=()=>{const{value:Jf}=Mf;Pd.value=Jf,Fd.value=Jf},Mh=Jf=>{var Th,Ah;const{checked:Gh}=Jf;bf.value?(Th=kd.value)==null||Th.handleCheckChange(Jf,!Gh,!1):(!Gh&&((Ah=kd.value)==null||Ah.handleCheckChange(Jf,!0,!1)),jf(!1))},wh=Jf=>{const Th=Jf.target,{code:Ah}=Jf;switch(Ah){case EVENT_CODE.up:case EVENT_CODE.down:{const Gh=Ah===EVENT_CODE.up?-1:1;focusNode(getSibling(Th,Gh,`.${ld.e("suggestion-item")}[tabindex="-1"]`));break}case EVENT_CODE.enter:Th.click();break}},Bh=()=>{const Jf=Ud.value,Th=Jf[Jf.length-1];sd=Fd.value?0:sd+1,!(!Th||!sd||ed.collapseTags&&Jf.length>1)&&(Th.hitState?Tf(Th):Th.hitState=!0)},Uh=Jf=>{const Th=Jf.target,Ah=ld.e("search-input");Th.className===Ah&&(jd.value=!0),Ja("focus",Jf)},oh=Jf=>{jd.value=!1,Ja("blur",Jf)},Vf=debounce(()=>{const{value:Jf}=Cf;if(!Jf)return;const Th=ed.beforeFilter(Jf);isPromise(Th)?Th.then(Of).catch(()=>{}):Th!==!1?Of():Nf()},ed.debounce),Rf=(Jf,Th)=>{!Rd.value&&jf(!0),!(Th!=null&&Th.isComposing)&&(Jf?Vf():Nf())},Zf=Jf=>Number.parseFloat(useCssVar(cd.cssVarName("input-height"),Jf).value)-2;return watch(Ld,xf),watch([Ef,zd,()=>ed.collapseTags],wf),watch(Ud,()=>{nextTick$1(()=>Wf())}),watch(hf,async()=>{await nextTick$1();const Jf=Ad.value.input;od=Zf(Jf)||od,Wf()}),watch(Mf,hh,{immediate:!0}),onMounted(()=>{const Jf=Ad.value.input,Th=Zf(Jf);od=Jf.offsetHeight||Th,useResizeObserver(Jf,Wf)}),qa({getCheckedNodes:Kf,cascaderPanelRef:kd,togglePopperVisible:jf,contentRef:Lf}),(Jf,Th)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"tooltipRef",ref:Od,visible:Rd.value,teleported:Jf.teleported,"popper-class":[unref(ld).e("dropdown"),Jf.popperClass],"popper-options":td,"fallback-placements":Jf.fallbackPlacements,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,placement:Jf.placement,transition:`${unref(ld).namespace.value}-zoom-in-top`,effect:"light",pure:"",persistent:Jf.persistent,onHide:Nf},{default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(unref(mf)),style:normalizeStyle(unref(Wd)),onClick:()=>jf(unref(kf)?void 0:!0),onKeydown:qf,onMouseenter:Ah=>Md.value=!0,onMouseleave:Ah=>Md.value=!1},[createVNode(unref(ElInput),{ref_key:"input",ref:Ad,modelValue:Pd.value,"onUpdate:modelValue":Ah=>Pd.value=Ah,placeholder:unref(Qd),readonly:unref(kf),disabled:unref(zd),"validate-event":!1,size:unref(hf),class:normalizeClass(unref(Ff)),tabindex:unref(bf)&&Jf.filterable&&!unref(zd)?-1:void 0,onCompositionstart:unref(Td),onCompositionupdate:unref(Td),onCompositionend:unref(Td),onFocus:Uh,onBlur:oh,onInput:Rf},{suffix:withCtx(()=>[unref(yf)?(openBlock(),createBlock(unref(ElIcon),{key:"clear",class:normalizeClass([unref(cd).e("icon"),"icon-circle-close"]),onClick:withModifiers(Xf,["stop"])},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onClick"])):(openBlock(),createBlock(unref(ElIcon),{key:"arrow-down",class:normalizeClass(unref(Pf)),onClick:withModifiers(Ah=>jf(),["stop"])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class","onClick"]))]),_:1},8,["modelValue","onUpdate:modelValue","placeholder","readonly","disabled","size","class","tabindex","onCompositionstart","onCompositionupdate","onCompositionend"]),unref(bf)?(openBlock(),createElementBlock("div",{key:0,ref_key:"tagWrapper",ref:Nd,class:normalizeClass([unref(ld).e("tags"),unref(ld).is("validate",!!unref(Af))])},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ud.value,Ah=>(openBlock(),createBlock(unref(ElTag),{key:Ah.key,type:Jf.tagType,size:unref(gf),effect:Jf.tagEffect,hit:Ah.hitState,closable:Ah.closable,"disable-transitions":"",onClose:Gh=>Tf(Ah)},{default:withCtx(()=>[Ah.isCollapseTag===!1?(openBlock(),createElementBlock("span",{key:0},toDisplayString(Ah.text),1)):(openBlock(),createBlock(unref(ElTooltip),{key:1,disabled:Rd.value||!Jf.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],placement:"bottom",effect:"light"},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(Ah.text),1)]),content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(ld).e("collapse-tags"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Vd.value.slice(Jf.maxCollapseTags),(Gh,sm)=>(openBlock(),createElementBlock("div",{key:sm,class:normalizeClass(unref(ld).e("collapse-tag"))},[(openBlock(),createBlock(unref(ElTag),{key:Gh.key,class:"in-tooltip",type:Jf.tagType,size:unref(gf),effect:Jf.tagEffect,hit:Gh.hitState,closable:Gh.closable,"disable-transitions":"",onClose:kh=>Tf(Gh)},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(Gh.text),1)]),_:2},1032,["type","size","effect","hit","closable","onClose"]))],2))),128))],2)]),_:2},1032,["disabled"]))]),_:2},1032,["type","size","effect","hit","closable","onClose"]))),128)),Jf.filterable&&!unref(zd)?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":Ah=>Fd.value=Ah,type:"text",class:normalizeClass(unref(ld).e("search-input")),placeholder:unref(Mf)?"":unref(Kd),onInput:Ah=>Rf(Fd.value,Ah),onClick:withModifiers(Ah=>jf(!0),["stop"]),onKeydown:withKeys(Bh,["delete"]),onCompositionstart:unref(Td),onCompositionupdate:unref(Td),onCompositionend:unref(Td),onFocus:Uh,onBlur:oh},null,42,["onUpdate:modelValue","placeholder","onInput","onClick","onKeydown","onCompositionstart","onCompositionupdate","onCompositionend"])),[[vModelText,Fd.value]]):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],46,["onClick","onMouseenter","onMouseleave"])),[[unref(ClickOutside),()=>jf(!1),unref(Lf)]])]),content:withCtx(()=>[withDirectives(createVNode(unref(ElCascaderPanel),{ref_key:"cascaderPanelRef",ref:kd,modelValue:unref(Zd),"onUpdate:modelValue":Ah=>isRef(Zd)?Zd.value=Ah:null,options:Jf.options,props:ed.props,border:!1,"render-label":Jf.$slots.default,onExpandChange:Df,onClose:Ah=>Jf.$nextTick(()=>jf(!1))},null,8,["modelValue","onUpdate:modelValue","options","props","render-label","onClose"]),[[vShow,!Ld.value]]),Jf.filterable?withDirectives((openBlock(),createBlock(unref(ElScrollbar),{key:0,ref_key:"suggestionPanel",ref:Id,tag:"ul",class:normalizeClass(unref(ld).e("suggestion-panel")),"view-class":unref(ld).e("suggestion-list"),onKeydown:wh},{default:withCtx(()=>[qd.value.length?(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(qd.value,Ah=>(openBlock(),createElementBlock("li",{key:Ah.uid,class:normalizeClass([unref(ld).e("suggestion-item"),unref(ld).is("checked",Ah.checked)]),tabindex:-1,onClick:Gh=>Mh(Ah)},[createBaseVNode("span",null,toDisplayString(Ah.text),1),Ah.checked?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1})):createCommentVNode("v-if",!0)],10,["onClick"]))),128)):renderSlot(Jf.$slots,"empty",{key:1},()=>[createBaseVNode("li",{class:normalizeClass(unref(ld).e("empty-text"))},toDisplayString(unref(ud)("el.cascader.noMatch")),3)])]),_:3},8,["class","view-class"])),[[vShow,Ld.value]]):createCommentVNode("v-if",!0)]),_:3},8,["visible","teleported","popper-class","fallback-placements","placement","transition","persistent"]))}});var Cascader=_export_sfc$1(_sfc_main$2h,[["__file","cascader.vue"]]);const ElCascader=withInstall(Cascader),checkTagProps=buildProps({checked:Boolean,type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"}}),checkTagEmits={"update:checked":Ra=>isBoolean$3(Ra),[CHANGE_EVENT]:Ra=>isBoolean$3(Ra)},__default__$1e=defineComponent({name:"ElCheckTag"}),_sfc_main$2g=defineComponent({...__default__$1e,props:checkTagProps,emits:checkTagEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("check-tag"),td=computed(()=>[ed.b(),ed.is("checked",Ja.checked),ed.m(Ja.type||"primary")]),rd=()=>{const od=!Ja.checked;qa(CHANGE_EVENT,od),qa("update:checked",od)};return(od,sd)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(td)),onClick:rd},[renderSlot(od.$slots,"default")],2))}});var CheckTag=_export_sfc$1(_sfc_main$2g,[["__file","check-tag.vue"]]);const ElCheckTag=withInstall(CheckTag),rowContextKey=Symbol("rowContextKey"),RowJustify=["start","center","end","space-around","space-between","space-evenly"],RowAlign=["top","middle","bottom"],rowProps=buildProps({tag:{type:String,default:"div"},gutter:{type:Number,default:0},justify:{type:String,values:RowJustify,default:"start"},align:{type:String,values:RowAlign}}),__default__$1d=defineComponent({name:"ElRow"}),_sfc_main$2f=defineComponent({...__default__$1d,props:rowProps,setup(Ra){const qa=Ra,Ja=useNamespace("row"),ed=computed(()=>qa.gutter);provide(rowContextKey,{gutter:ed});const td=computed(()=>{const od={};return qa.gutter&&(od.marginRight=od.marginLeft=`-${qa.gutter/2}px`),od}),rd=computed(()=>[Ja.b(),Ja.is(`justify-${qa.justify}`,qa.justify!=="start"),Ja.is(`align-${qa.align}`,!!qa.align)]);return(od,sd)=>(openBlock(),createBlock(resolveDynamicComponent(od.tag),{class:normalizeClass(unref(rd)),style:normalizeStyle(unref(td))},{default:withCtx(()=>[renderSlot(od.$slots,"default")]),_:3},8,["class","style"]))}});var Row=_export_sfc$1(_sfc_main$2f,[["__file","row.vue"]]);const ElRow=withInstall(Row),colProps=buildProps({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({})}}),__default__$1c=defineComponent({name:"ElCol"}),_sfc_main$2e=defineComponent({...__default__$1c,props:colProps,setup(Ra){const qa=Ra,{gutter:Ja}=inject(rowContextKey,{gutter:computed(()=>0)}),ed=useNamespace("col"),td=computed(()=>{const od={};return Ja.value&&(od.paddingLeft=od.paddingRight=`${Ja.value/2}px`),od}),rd=computed(()=>{const od=[];return["span","offset","pull","push"].forEach(cd=>{const ud=qa[cd];isNumber$3(ud)&&(cd==="span"?od.push(ed.b(`${qa[cd]}`)):ud>0&&od.push(ed.b(`${cd}-${qa[cd]}`)))}),["xs","sm","md","lg","xl"].forEach(cd=>{isNumber$3(qa[cd])?od.push(ed.b(`${cd}-${qa[cd]}`)):isObject$5(qa[cd])&&Object.entries(qa[cd]).forEach(([ud,gd])=>{od.push(ud!=="span"?ed.b(`${cd}-${ud}-${gd}`):ed.b(`${cd}-${gd}`))})}),Ja.value&&od.push(ed.is("guttered")),[ed.b(),od]});return(od,sd)=>(openBlock(),createBlock(resolveDynamicComponent(od.tag),{class:normalizeClass(unref(rd)),style:normalizeStyle(unref(td))},{default:withCtx(()=>[renderSlot(od.$slots,"default")]),_:3},8,["class","style"]))}});var Col=_export_sfc$1(_sfc_main$2e,[["__file","col.vue"]]);const ElCol=withInstall(Col),emitChangeFn=Ra=>isNumber$3(Ra)||isString$3(Ra)||isArray$2(Ra),collapseProps=buildProps({accordion:Boolean,modelValue:{type:definePropType([Array,String,Number]),default:()=>mutable([])}}),collapseEmits={[UPDATE_MODEL_EVENT]:emitChangeFn,[CHANGE_EVENT]:emitChangeFn},collapseContextKey=Symbol("collapseContextKey"),useCollapse=(Ra,qa)=>{const Ja=ref$1(castArray$1(Ra.modelValue)),ed=rd=>{Ja.value=rd;const od=Ra.accordion?Ja.value[0]:Ja.value;qa(UPDATE_MODEL_EVENT,od),qa(CHANGE_EVENT,od)},td=rd=>{if(Ra.accordion)ed([Ja.value[0]===rd?"":rd]);else{const od=[...Ja.value],sd=od.indexOf(rd);sd>-1?od.splice(sd,1):od.push(rd),ed(od)}};return watch(()=>Ra.modelValue,()=>Ja.value=castArray$1(Ra.modelValue),{deep:!0}),provide(collapseContextKey,{activeNames:Ja,handleItemClick:td}),{activeNames:Ja,setActiveNames:ed}},useCollapseDOM=()=>{const Ra=useNamespace("collapse");return{rootKls:computed(()=>Ra.b())}},__default__$1b=defineComponent({name:"ElCollapse"}),_sfc_main$2d=defineComponent({...__default__$1b,props:collapseProps,emits:collapseEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,{activeNames:td,setActiveNames:rd}=useCollapse(ed,Ja),{rootKls:od}=useCollapseDOM();return qa({activeNames:td,setActiveNames:rd}),(sd,ld)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(od))},[renderSlot(sd.$slots,"default")],2))}});var Collapse=_export_sfc$1(_sfc_main$2d,[["__file","collapse.vue"]]);const __default__$1a=defineComponent({name:"ElCollapseTransition"}),_sfc_main$2c=defineComponent({...__default__$1a,setup(Ra){const qa=useNamespace("collapse-transition"),Ja=td=>{td.style.maxHeight="",td.style.overflow=td.dataset.oldOverflow,td.style.paddingTop=td.dataset.oldPaddingTop,td.style.paddingBottom=td.dataset.oldPaddingBottom},ed={beforeEnter(td){td.dataset||(td.dataset={}),td.dataset.oldPaddingTop=td.style.paddingTop,td.dataset.oldPaddingBottom=td.style.paddingBottom,td.style.height&&(td.dataset.elExistsHeight=td.style.height),td.style.maxHeight=0,td.style.paddingTop=0,td.style.paddingBottom=0},enter(td){requestAnimationFrame(()=>{td.dataset.oldOverflow=td.style.overflow,td.dataset.elExistsHeight?td.style.maxHeight=td.dataset.elExistsHeight:td.scrollHeight!==0?td.style.maxHeight=`${td.scrollHeight}px`:td.style.maxHeight=0,td.style.paddingTop=td.dataset.oldPaddingTop,td.style.paddingBottom=td.dataset.oldPaddingBottom,td.style.overflow="hidden"})},afterEnter(td){td.style.maxHeight="",td.style.overflow=td.dataset.oldOverflow},enterCancelled(td){Ja(td)},beforeLeave(td){td.dataset||(td.dataset={}),td.dataset.oldPaddingTop=td.style.paddingTop,td.dataset.oldPaddingBottom=td.style.paddingBottom,td.dataset.oldOverflow=td.style.overflow,td.style.maxHeight=`${td.scrollHeight}px`,td.style.overflow="hidden"},leave(td){td.scrollHeight!==0&&(td.style.maxHeight=0,td.style.paddingTop=0,td.style.paddingBottom=0)},afterLeave(td){Ja(td)},leaveCancelled(td){Ja(td)}};return(td,rd)=>(openBlock(),createBlock(Transition$1,mergeProps({name:unref(qa).b()},toHandlers(ed)),{default:withCtx(()=>[renderSlot(td.$slots,"default")]),_:3},16,["name"]))}});var CollapseTransition=_export_sfc$1(_sfc_main$2c,[["__file","collapse-transition.vue"]]);const ElCollapseTransition=withInstall(CollapseTransition),collapseItemProps=buildProps({title:{type:String,default:""},name:{type:definePropType([String,Number]),default:void 0},disabled:Boolean}),useCollapseItem=Ra=>{const qa=inject(collapseContextKey),{namespace:Ja}=useNamespace("collapse"),ed=ref$1(!1),td=ref$1(!1),rd=useIdInjection(),od=computed(()=>rd.current++),sd=computed(()=>{var _d;return(_d=Ra.name)!=null?_d:`${Ja.value}-id-${rd.prefix}-${unref(od)}`}),ld=computed(()=>qa==null?void 0:qa.activeNames.value.includes(unref(sd)));return{focusing:ed,id:od,isActive:ld,handleFocus:()=>{setTimeout(()=>{td.value?td.value=!1:ed.value=!0},50)},handleHeaderClick:()=>{Ra.disabled||(qa==null||qa.handleItemClick(unref(sd)),ed.value=!1,td.value=!0)},handleEnterClick:()=>{qa==null||qa.handleItemClick(unref(sd))}}},useCollapseItemDOM=(Ra,{focusing:qa,isActive:Ja,id:ed})=>{const td=useNamespace("collapse"),rd=computed(()=>[td.b("item"),td.is("active",unref(Ja)),td.is("disabled",Ra.disabled)]),od=computed(()=>[td.be("item","header"),td.is("active",unref(Ja)),{focusing:unref(qa)&&!Ra.disabled}]),sd=computed(()=>[td.be("item","arrow"),td.is("active",unref(Ja))]),ld=computed(()=>td.be("item","wrap")),cd=computed(()=>td.be("item","content")),ud=computed(()=>td.b(`content-${unref(ed)}`)),gd=computed(()=>td.b(`head-${unref(ed)}`));return{arrowKls:sd,headKls:od,rootKls:rd,itemWrapperKls:ld,itemContentKls:cd,scopedContentId:ud,scopedHeadId:gd}},__default__$19=defineComponent({name:"ElCollapseItem"}),_sfc_main$2b=defineComponent({...__default__$19,props:collapseItemProps,setup(Ra,{expose:qa}){const Ja=Ra,{focusing:ed,id:td,isActive:rd,handleFocus:od,handleHeaderClick:sd,handleEnterClick:ld}=useCollapseItem(Ja),{arrowKls:cd,headKls:ud,rootKls:gd,itemWrapperKls:_d,itemContentKls:yd,scopedContentId:Ed,scopedHeadId:Td}=useCollapseItemDOM(Ja,{focusing:ed,isActive:rd,id:td});return qa({isActive:rd}),(Od,Ad)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(gd))},[createBaseVNode("button",{id:unref(Td),class:normalizeClass(unref(ud)),"aria-expanded":unref(rd),"aria-controls":unref(Ed),"aria-describedby":unref(Ed),tabindex:Od.disabled?-1:0,type:"button",onClick:unref(sd),onKeydown:withKeys(withModifiers(unref(ld),["stop","prevent"]),["space","enter"]),onFocus:unref(od),onBlur:Nd=>ed.value=!1},[renderSlot(Od.$slots,"title",{},()=>[createTextVNode(toDisplayString(Od.title),1)]),createVNode(unref(ElIcon),{class:normalizeClass(unref(cd))},{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1},8,["class"])],42,["id","aria-expanded","aria-controls","aria-describedby","tabindex","onClick","onKeydown","onFocus","onBlur"]),createVNode(unref(ElCollapseTransition),null,{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:unref(Ed),role:"region",class:normalizeClass(unref(_d)),"aria-hidden":!unref(rd),"aria-labelledby":unref(Td)},[createBaseVNode("div",{class:normalizeClass(unref(yd))},[renderSlot(Od.$slots,"default")],2)],10,["id","aria-hidden","aria-labelledby"]),[[vShow,unref(rd)]])]),_:3})],2))}});var CollapseItem=_export_sfc$1(_sfc_main$2b,[["__file","collapse-item.vue"]]);const ElCollapse=withInstall(Collapse,{CollapseItem}),ElCollapseItem=withNoopInstall(CollapseItem),alphaSliderProps=buildProps({color:{type:definePropType(Object),required:!0},vertical:{type:Boolean,default:!1}});let isDragging=!1;function draggable(Ra,qa){if(!isClient)return;const Ja=function(rd){var od;(od=qa.drag)==null||od.call(qa,rd)},ed=function(rd){var od;document.removeEventListener("mousemove",Ja),document.removeEventListener("mouseup",ed),document.removeEventListener("touchmove",Ja),document.removeEventListener("touchend",ed),document.onselectstart=null,document.ondragstart=null,isDragging=!1,(od=qa.end)==null||od.call(qa,rd)},td=function(rd){var od;isDragging||(rd.preventDefault(),document.onselectstart=()=>!1,document.ondragstart=()=>!1,document.addEventListener("mousemove",Ja),document.addEventListener("mouseup",ed),document.addEventListener("touchmove",Ja),document.addEventListener("touchend",ed),isDragging=!0,(od=qa.start)==null||od.call(qa,rd))};Ra.addEventListener("mousedown",td),Ra.addEventListener("touchstart",td,{passive:!1})}const useAlphaSlider=Ra=>{const qa=getCurrentInstance(),{t:Ja}=useLocale(),ed=shallowRef(),td=shallowRef(),rd=computed(()=>Ra.color.get("alpha")),od=computed(()=>Ja("el.colorpicker.alphaLabel"));function sd(gd){var _d;gd.target!==ed.value&&ld(gd),(_d=ed.value)==null||_d.focus()}function ld(gd){if(!td.value||!ed.value)return;const yd=qa.vnode.el.getBoundingClientRect(),{clientX:Ed,clientY:Td}=getClientXY(gd);if(Ra.vertical){let Od=Td-yd.top;Od=Math.max(ed.value.offsetHeight/2,Od),Od=Math.min(Od,yd.height-ed.value.offsetHeight/2),Ra.color.set("alpha",Math.round((Od-ed.value.offsetHeight/2)/(yd.height-ed.value.offsetHeight)*100))}else{let Od=Ed-yd.left;Od=Math.max(ed.value.offsetWidth/2,Od),Od=Math.min(Od,yd.width-ed.value.offsetWidth/2),Ra.color.set("alpha",Math.round((Od-ed.value.offsetWidth/2)/(yd.width-ed.value.offsetWidth)*100))}}function cd(gd){const{code:_d,shiftKey:yd}=gd,Ed=yd?10:1;switch(_d){case EVENT_CODE.left:case EVENT_CODE.down:gd.preventDefault(),gd.stopPropagation(),ud(-Ed);break;case EVENT_CODE.right:case EVENT_CODE.up:gd.preventDefault(),gd.stopPropagation(),ud(Ed);break}}function ud(gd){let _d=rd.value+gd;_d=_d<0?0:_d>100?100:_d,Ra.color.set("alpha",_d)}return{thumb:ed,bar:td,alpha:rd,alphaLabel:od,handleDrag:ld,handleClick:sd,handleKeydown:cd}},useAlphaSliderDOM=(Ra,{bar:qa,thumb:Ja,handleDrag:ed})=>{const td=getCurrentInstance(),rd=useNamespace("color-alpha-slider"),od=ref$1(0),sd=ref$1(0),ld=ref$1();function cd(){if(!Ja.value||Ra.vertical)return 0;const Nd=td.vnode.el,kd=Ra.color.get("alpha");return Nd?Math.round(kd*(Nd.offsetWidth-Ja.value.offsetWidth/2)/100):0}function ud(){if(!Ja.value)return 0;const Nd=td.vnode.el;if(!Ra.vertical)return 0;const kd=Ra.color.get("alpha");return Nd?Math.round(kd*(Nd.offsetHeight-Ja.value.offsetHeight/2)/100):0}function gd(){if(Ra.color&&Ra.color.value){const{r:Nd,g:kd,b:Id}=Ra.color.toRgb();return`linear-gradient(to right, rgba(${Nd}, ${kd}, ${Id}, 0) 0%, rgba(${Nd}, ${kd}, ${Id}, 1) 100%)`}return""}function _d(){od.value=cd(),sd.value=ud(),ld.value=gd()}onMounted(()=>{if(!qa.value||!Ja.value)return;const Nd={drag:kd=>{ed(kd)},end:kd=>{ed(kd)}};draggable(qa.value,Nd),draggable(Ja.value,Nd),_d()}),watch(()=>Ra.color.get("alpha"),()=>_d()),watch(()=>Ra.color.value,()=>_d());const yd=computed(()=>[rd.b(),rd.is("vertical",Ra.vertical)]),Ed=computed(()=>rd.e("bar")),Td=computed(()=>rd.e("thumb")),Od=computed(()=>({background:ld.value})),Ad=computed(()=>({left:addUnit(od.value),top:addUnit(sd.value)}));return{rootKls:yd,barKls:Ed,barStyle:Od,thumbKls:Td,thumbStyle:Ad,update:_d}},COMPONENT_NAME$d="ElColorAlphaSlider",__default__$18=defineComponent({name:COMPONENT_NAME$d}),_sfc_main$2a=defineComponent({...__default__$18,props:alphaSliderProps,setup(Ra,{expose:qa}){const Ja=Ra,{alpha:ed,alphaLabel:td,bar:rd,thumb:od,handleDrag:sd,handleClick:ld,handleKeydown:cd}=useAlphaSlider(Ja),{rootKls:ud,barKls:gd,barStyle:_d,thumbKls:yd,thumbStyle:Ed,update:Td}=useAlphaSliderDOM(Ja,{bar:rd,thumb:od,handleDrag:sd});return qa({update:Td,bar:rd,thumb:od}),(Od,Ad)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(ud))},[createBaseVNode("div",{ref_key:"bar",ref:rd,class:normalizeClass(unref(gd)),style:normalizeStyle(unref(_d)),onClick:unref(ld)},null,14,["onClick"]),createBaseVNode("div",{ref_key:"thumb",ref:od,class:normalizeClass(unref(yd)),style:normalizeStyle(unref(Ed)),"aria-label":unref(td),"aria-valuenow":unref(ed),"aria-orientation":Od.vertical?"vertical":"horizontal","aria-valuemin":"0","aria-valuemax":"100",role:"slider",tabindex:"0",onKeydown:unref(cd)},null,46,["aria-label","aria-valuenow","aria-orientation","onKeydown"])],2))}});var AlphaSlider=_export_sfc$1(_sfc_main$2a,[["__file","alpha-slider.vue"]]);const _sfc_main$29=defineComponent({name:"ElColorHueSlider",props:{color:{type:Object,required:!0},vertical:Boolean},setup(Ra){const qa=useNamespace("color-hue-slider"),Ja=getCurrentInstance(),ed=ref$1(),td=ref$1(),rd=ref$1(0),od=ref$1(0),sd=computed(()=>Ra.color.get("hue"));watch(()=>sd.value,()=>{_d()});function ld(yd){yd.target!==ed.value&&cd(yd)}function cd(yd){if(!td.value||!ed.value)return;const Td=Ja.vnode.el.getBoundingClientRect(),{clientX:Od,clientY:Ad}=getClientXY(yd);let Nd;if(Ra.vertical){let kd=Ad-Td.top;kd=Math.min(kd,Td.height-ed.value.offsetHeight/2),kd=Math.max(ed.value.offsetHeight/2,kd),Nd=Math.round((kd-ed.value.offsetHeight/2)/(Td.height-ed.value.offsetHeight)*360)}else{let kd=Od-Td.left;kd=Math.min(kd,Td.width-ed.value.offsetWidth/2),kd=Math.max(ed.value.offsetWidth/2,kd),Nd=Math.round((kd-ed.value.offsetWidth/2)/(Td.width-ed.value.offsetWidth)*360)}Ra.color.set("hue",Nd)}function ud(){if(!ed.value)return 0;const yd=Ja.vnode.el;if(Ra.vertical)return 0;const Ed=Ra.color.get("hue");return yd?Math.round(Ed*(yd.offsetWidth-ed.value.offsetWidth/2)/360):0}function gd(){if(!ed.value)return 0;const yd=Ja.vnode.el;if(!Ra.vertical)return 0;const Ed=Ra.color.get("hue");return yd?Math.round(Ed*(yd.offsetHeight-ed.value.offsetHeight/2)/360):0}function _d(){rd.value=ud(),od.value=gd()}return onMounted(()=>{if(!td.value||!ed.value)return;const yd={drag:Ed=>{cd(Ed)},end:Ed=>{cd(Ed)}};draggable(td.value,yd),draggable(ed.value,yd),_d()}),{bar:td,thumb:ed,thumbLeft:rd,thumbTop:od,hueValue:sd,handleClick:ld,update:_d,ns:qa}}});function _sfc_render$q(Ra,qa,Ja,ed,td,rd){return openBlock(),createElementBlock("div",{class:normalizeClass([Ra.ns.b(),Ra.ns.is("vertical",Ra.vertical)])},[createBaseVNode("div",{ref:"bar",class:normalizeClass(Ra.ns.e("bar")),onClick:Ra.handleClick},null,10,["onClick"]),createBaseVNode("div",{ref:"thumb",class:normalizeClass(Ra.ns.e("thumb")),style:normalizeStyle({left:Ra.thumbLeft+"px",top:Ra.thumbTop+"px"})},null,6)],2)}var HueSlider=_export_sfc$1(_sfc_main$29,[["render",_sfc_render$q],["__file","hue-slider.vue"]]);const colorPickerProps=buildProps({modelValue:String,id:String,showAlpha:Boolean,colorFormat:String,disabled:Boolean,size:useSizeProp,popperClass:{type:String,default:""},tabindex:{type:[String,Number],default:0},teleported:useTooltipContentProps.teleported,predefine:{type:definePropType(Array)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),colorPickerEmits={[UPDATE_MODEL_EVENT]:Ra=>isString$3(Ra)||isNil(Ra),[CHANGE_EVENT]:Ra=>isString$3(Ra)||isNil(Ra),activeChange:Ra=>isString$3(Ra)||isNil(Ra),focus:Ra=>Ra instanceof FocusEvent,blur:Ra=>Ra instanceof FocusEvent},colorPickerContextKey=Symbol("colorPickerContextKey"),hsv2hsl=function(Ra,qa,Ja){return[Ra,qa*Ja/((Ra=(2-qa)*Ja)<1?Ra:2-Ra)||0,Ra/2]},isOnePointZero=function(Ra){return typeof Ra=="string"&&Ra.includes(".")&&Number.parseFloat(Ra)===1},isPercentage=function(Ra){return typeof Ra=="string"&&Ra.includes("%")},bound01=function(Ra,qa){isOnePointZero(Ra)&&(Ra="100%");const Ja=isPercentage(Ra);return Ra=Math.min(qa,Math.max(0,Number.parseFloat(`${Ra}`))),Ja&&(Ra=Number.parseInt(`${Ra*qa}`,10)/100),Math.abs(Ra-qa)<1e-6?1:Ra%qa/Number.parseFloat(qa)},INT_HEX_MAP={10:"A",11:"B",12:"C",13:"D",14:"E",15:"F"},hexOne=Ra=>{Ra=Math.min(Math.round(Ra),255);const qa=Math.floor(Ra/16),Ja=Ra%16;return`${INT_HEX_MAP[qa]||qa}${INT_HEX_MAP[Ja]||Ja}`},toHex=function({r:Ra,g:qa,b:Ja}){return Number.isNaN(+Ra)||Number.isNaN(+qa)||Number.isNaN(+Ja)?"":`#${hexOne(Ra)}${hexOne(qa)}${hexOne(Ja)}`},HEX_INT_MAP={A:10,B:11,C:12,D:13,E:14,F:15},parseHexChannel=function(Ra){return Ra.length===2?(HEX_INT_MAP[Ra[0].toUpperCase()]||+Ra[0])*16+(HEX_INT_MAP[Ra[1].toUpperCase()]||+Ra[1]):HEX_INT_MAP[Ra[1].toUpperCase()]||+Ra[1]},hsl2hsv=function(Ra,qa,Ja){qa=qa/100,Ja=Ja/100;let ed=qa;const td=Math.max(Ja,.01);Ja*=2,qa*=Ja<=1?Ja:2-Ja,ed*=td<=1?td:2-td;const rd=(Ja+qa)/2,od=Ja===0?2*ed/(td+ed):2*qa/(Ja+qa);return{h:Ra,s:od*100,v:rd*100}},rgb2hsv=(Ra,qa,Ja)=>{Ra=bound01(Ra,255),qa=bound01(qa,255),Ja=bound01(Ja,255);const ed=Math.max(Ra,qa,Ja),td=Math.min(Ra,qa,Ja);let rd;const od=ed,sd=ed-td,ld=ed===0?0:sd/ed;if(ed===td)rd=0;else{switch(ed){case Ra:{rd=(qa-Ja)/sd+(qa<Ja?6:0);break}case qa:{rd=(Ja-Ra)/sd+2;break}case Ja:{rd=(Ra-qa)/sd+4;break}}rd/=6}return{h:rd*360,s:ld*100,v:od*100}},hsv2rgb=function(Ra,qa,Ja){Ra=bound01(Ra,360)*6,qa=bound01(qa,100),Ja=bound01(Ja,100);const ed=Math.floor(Ra),td=Ra-ed,rd=Ja*(1-qa),od=Ja*(1-td*qa),sd=Ja*(1-(1-td)*qa),ld=ed%6,cd=[Ja,od,rd,rd,sd,Ja][ld],ud=[sd,Ja,Ja,od,rd,rd][ld],gd=[rd,rd,sd,Ja,Ja,od][ld];return{r:Math.round(cd*255),g:Math.round(ud*255),b:Math.round(gd*255)}};let Color$2=class{constructor(qa={}){this._hue=0,this._saturation=100,this._value=100,this._alpha=100,this.enableAlpha=!1,this.format="hex",this.value="";for(const Ja in qa)hasOwn$1(qa,Ja)&&(this[Ja]=qa[Ja]);qa.value?this.fromString(qa.value):this.doOnChange()}set(qa,Ja){if(arguments.length===1&&typeof qa=="object"){for(const ed in qa)hasOwn$1(qa,ed)&&this.set(ed,qa[ed]);return}this[`_${qa}`]=Ja,this.doOnChange()}get(qa){return qa==="alpha"?Math.floor(this[`_${qa}`]):this[`_${qa}`]}toRgb(){return hsv2rgb(this._hue,this._saturation,this._value)}fromString(qa){if(!qa){this._hue=0,this._saturation=100,this._value=100,this.doOnChange();return}const Ja=(ed,td,rd)=>{this._hue=Math.max(0,Math.min(360,ed)),this._saturation=Math.max(0,Math.min(100,td)),this._value=Math.max(0,Math.min(100,rd)),this.doOnChange()};if(qa.includes("hsl")){const ed=qa.replace(/hsla|hsl|\(|\)/gm,"").split(/\s|,/g).filter(td=>td!=="").map((td,rd)=>rd>2?Number.parseFloat(td):Number.parseInt(td,10));if(ed.length===4?this._alpha=Number.parseFloat(ed[3])*100:ed.length===3&&(this._alpha=100),ed.length>=3){const{h:td,s:rd,v:od}=hsl2hsv(ed[0],ed[1],ed[2]);Ja(td,rd,od)}}else if(qa.includes("hsv")){const ed=qa.replace(/hsva|hsv|\(|\)/gm,"").split(/\s|,/g).filter(td=>td!=="").map((td,rd)=>rd>2?Number.parseFloat(td):Number.parseInt(td,10));ed.length===4?this._alpha=Number.parseFloat(ed[3])*100:ed.length===3&&(this._alpha=100),ed.length>=3&&Ja(ed[0],ed[1],ed[2])}else if(qa.includes("rgb")){const ed=qa.replace(/rgba|rgb|\(|\)/gm,"").split(/\s|,/g).filter(td=>td!=="").map((td,rd)=>rd>2?Number.parseFloat(td):Number.parseInt(td,10));if(ed.length===4?this._alpha=Number.parseFloat(ed[3])*100:ed.length===3&&(this._alpha=100),ed.length>=3){const{h:td,s:rd,v:od}=rgb2hsv(ed[0],ed[1],ed[2]);Ja(td,rd,od)}}else if(qa.includes("#")){const ed=qa.replace("#","").trim();if(!/^[0-9a-fA-F]{3}$|^[0-9a-fA-F]{6}$|^[0-9a-fA-F]{8}$/.test(ed))return;let td,rd,od;ed.length===3?(td=parseHexChannel(ed[0]+ed[0]),rd=parseHexChannel(ed[1]+ed[1]),od=parseHexChannel(ed[2]+ed[2])):(ed.length===6||ed.length===8)&&(td=parseHexChannel(ed.slice(0,2)),rd=parseHexChannel(ed.slice(2,4)),od=parseHexChannel(ed.slice(4,6))),ed.length===8?this._alpha=parseHexChannel(ed.slice(6))/255*100:(ed.length===3||ed.length===6)&&(this._alpha=100);const{h:sd,s:ld,v:cd}=rgb2hsv(td,rd,od);Ja(sd,ld,cd)}}compare(qa){return Math.abs(qa._hue-this._hue)<2&&Math.abs(qa._saturation-this._saturation)<1&&Math.abs(qa._value-this._value)<1&&Math.abs(qa._alpha-this._alpha)<1}doOnChange(){const{_hue:qa,_saturation:Ja,_value:ed,_alpha:td,format:rd}=this;if(this.enableAlpha)switch(rd){case"hsl":{const od=hsv2hsl(qa,Ja/100,ed/100);this.value=`hsla(${qa}, ${Math.round(od[1]*100)}%, ${Math.round(od[2]*100)}%, ${this.get("alpha")/100})`;break}case"hsv":{this.value=`hsva(${qa}, ${Math.round(Ja)}%, ${Math.round(ed)}%, ${this.get("alpha")/100})`;break}case"hex":{this.value=`${toHex(hsv2rgb(qa,Ja,ed))}${hexOne(td*255/100)}`;break}default:{const{r:od,g:sd,b:ld}=hsv2rgb(qa,Ja,ed);this.value=`rgba(${od}, ${sd}, ${ld}, ${this.get("alpha")/100})`}}else switch(rd){case"hsl":{const od=hsv2hsl(qa,Ja/100,ed/100);this.value=`hsl(${qa}, ${Math.round(od[1]*100)}%, ${Math.round(od[2]*100)}%)`;break}case"hsv":{this.value=`hsv(${qa}, ${Math.round(Ja)}%, ${Math.round(ed)}%)`;break}case"rgb":{const{r:od,g:sd,b:ld}=hsv2rgb(qa,Ja,ed);this.value=`rgb(${od}, ${sd}, ${ld})`;break}default:this.value=toHex(hsv2rgb(qa,Ja,ed))}}};const _sfc_main$28=defineComponent({props:{colors:{type:Array,required:!0},color:{type:Object,required:!0},enableAlpha:{type:Boolean,required:!0}},setup(Ra){const qa=useNamespace("color-predefine"),{currentColor:Ja}=inject(colorPickerContextKey),ed=ref$1(rd(Ra.colors,Ra.color));watch(()=>Ja.value,od=>{const sd=new Color$2;sd.fromString(od),ed.value.forEach(ld=>{ld.selected=sd.compare(ld)})}),watchEffect(()=>{ed.value=rd(Ra.colors,Ra.color)});function td(od){Ra.color.fromString(Ra.colors[od])}function rd(od,sd){return od.map(ld=>{const cd=new Color$2;return cd.enableAlpha=Ra.enableAlpha,cd.format="rgba",cd.fromString(ld),cd.selected=cd.value===sd.value,cd})}return{rgbaColors:ed,handleSelect:td,ns:qa}}});function _sfc_render$p(Ra,qa,Ja,ed,td,rd){return openBlock(),createElementBlock("div",{class:normalizeClass(Ra.ns.b())},[createBaseVNode("div",{class:normalizeClass(Ra.ns.e("colors"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.rgbaColors,(od,sd)=>(openBlock(),createElementBlock("div",{key:Ra.colors[sd],class:normalizeClass([Ra.ns.e("color-selector"),Ra.ns.is("alpha",od._alpha<100),{selected:od.selected}]),onClick:ld=>Ra.handleSelect(sd)},[createBaseVNode("div",{style:normalizeStyle({backgroundColor:od.value})},null,4)],10,["onClick"]))),128))],2)],2)}var Predefine=_export_sfc$1(_sfc_main$28,[["render",_sfc_render$p],["__file","predefine.vue"]]);const _sfc_main$27=defineComponent({name:"ElSlPanel",props:{color:{type:Object,required:!0}},setup(Ra){const qa=useNamespace("color-svpanel"),Ja=getCurrentInstance(),ed=ref$1(0),td=ref$1(0),rd=ref$1("hsl(0, 100%, 50%)"),od=computed(()=>{const cd=Ra.color.get("hue"),ud=Ra.color.get("value");return{hue:cd,value:ud}});function sd(){const cd=Ra.color.get("saturation"),ud=Ra.color.get("value"),gd=Ja.vnode.el,{clientWidth:_d,clientHeight:yd}=gd;td.value=cd*_d/100,ed.value=(100-ud)*yd/100,rd.value=`hsl(${Ra.color.get("hue")}, 100%, 50%)`}function ld(cd){const gd=Ja.vnode.el.getBoundingClientRect(),{clientX:_d,clientY:yd}=getClientXY(cd);let Ed=_d-gd.left,Td=yd-gd.top;Ed=Math.max(0,Ed),Ed=Math.min(Ed,gd.width),Td=Math.max(0,Td),Td=Math.min(Td,gd.height),td.value=Ed,ed.value=Td,Ra.color.set({saturation:Ed/gd.width*100,value:100-Td/gd.height*100})}return watch(()=>od.value,()=>{sd()}),onMounted(()=>{draggable(Ja.vnode.el,{drag:cd=>{ld(cd)},end:cd=>{ld(cd)}}),sd()}),{cursorTop:ed,cursorLeft:td,background:rd,colorValue:od,handleDrag:ld,update:sd,ns:qa}}});function _sfc_render$o(Ra,qa,Ja,ed,td,rd){return openBlock(),createElementBlock("div",{class:normalizeClass(Ra.ns.b()),style:normalizeStyle({backgroundColor:Ra.background})},[createBaseVNode("div",{class:normalizeClass(Ra.ns.e("white"))},null,2),createBaseVNode("div",{class:normalizeClass(Ra.ns.e("black"))},null,2),createBaseVNode("div",{class:normalizeClass(Ra.ns.e("cursor")),style:normalizeStyle({top:Ra.cursorTop+"px",left:Ra.cursorLeft+"px"})},[createBaseVNode("div")],6)],6)}var SvPanel=_export_sfc$1(_sfc_main$27,[["render",_sfc_render$o],["__file","sv-panel.vue"]]);const __default__$17=defineComponent({name:"ElColorPicker"}),_sfc_main$26=defineComponent({...__default__$17,props:colorPickerProps,emits:colorPickerEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,{t:td}=useLocale(),rd=useNamespace("color"),{formItem:od}=useFormItem(),sd=useFormSize(),ld=useFormDisabled(),{inputId:cd,isLabeledByFormItem:ud}=useFormItemInputId(ed,{formItemContext:od}),gd=ref$1(),_d=ref$1(),yd=ref$1(),Ed=ref$1(),Td=ref$1(),Od=ref$1(),{isFocused:Ad,handleFocus:Nd,handleBlur:kd}=useFocusController(Td,{beforeFocus(){return ld.value},beforeBlur(Pf){var Ff;return(Ff=Ed.value)==null?void 0:Ff.isFocusInsideContent(Pf)},afterBlur(){zd(!1),gf()}});let Id=!0;const Rd=reactive(new Color$2({enableAlpha:ed.showAlpha,format:ed.colorFormat||"",value:ed.modelValue})),Md=ref$1(!1),Ld=ref$1(!1),jd=ref$1(""),Pd=computed(()=>!ed.modelValue&&!Ld.value?"transparent":Wd(Rd,ed.showAlpha)),Fd=computed(()=>!ed.modelValue&&!Ld.value?"":Rd.value),Ud=computed(()=>ud.value?void 0:ed.ariaLabel||td("el.colorpicker.defaultLabel")),Vd=computed(()=>ud.value?od==null?void 0:od.labelId:void 0),qd=computed(()=>[rd.b("picker"),rd.is("disabled",ld.value),rd.bm("picker",sd.value),rd.is("focused",Ad.value)]);function Wd(Pf,Ff){if(!(Pf instanceof Color$2))throw new TypeError("color should be instance of _color Class");const{r:Lf,g:jf,b:xf}=Pf.toRgb();return Ff?`rgba(${Lf}, ${jf}, ${xf}, ${Pf.get("alpha")/100})`:`rgb(${Lf}, ${jf}, ${xf})`}function zd(Pf){Md.value=Pf}const Kd=debounce(zd,100,{leading:!0});function Qd(){ld.value||zd(!0)}function hf(){Kd(!1),gf()}function gf(){nextTick$1(()=>{ed.modelValue?Rd.fromString(ed.modelValue):(Rd.value="",nextTick$1(()=>{Ld.value=!1}))})}function bf(){ld.value||Kd(!Md.value)}function kf(){Rd.fromString(jd.value)}function Cf(){const Pf=Rd.value;Ja(UPDATE_MODEL_EVENT,Pf),Ja("change",Pf),ed.validateEvent&&(od==null||od.validate("change").catch(Ff=>void 0)),Kd(!1),nextTick$1(()=>{const Ff=new Color$2({enableAlpha:ed.showAlpha,format:ed.colorFormat||"",value:ed.modelValue});Rd.compare(Ff)||gf()})}function Ef(){Kd(!1),Ja(UPDATE_MODEL_EVENT,null),Ja("change",null),ed.modelValue!==null&&ed.validateEvent&&(od==null||od.validate("change").catch(Pf=>void 0)),gf()}function yf(){Md.value&&(hf(),Ad.value&&Zd())}function Mf(Pf){Pf.preventDefault(),Pf.stopPropagation(),zd(!1),gf()}function Af(Pf){switch(Pf.code){case EVENT_CODE.enter:case EVENT_CODE.space:Pf.preventDefault(),Pf.stopPropagation(),Qd(),Od.value.focus();break;case EVENT_CODE.esc:Mf(Pf);break}}function Zd(){Td.value.focus()}function mf(){Td.value.blur()}return onMounted(()=>{ed.modelValue&&(jd.value=Fd.value)}),watch(()=>ed.modelValue,Pf=>{Pf?Pf&&Pf!==Rd.value&&(Id=!1,Rd.fromString(Pf)):Ld.value=!1}),watch(()=>Fd.value,Pf=>{jd.value=Pf,Id&&Ja("activeChange",Pf),Id=!0}),watch(()=>Rd.value,()=>{!ed.modelValue&&!Ld.value&&(Ld.value=!0)}),watch(()=>Md.value,()=>{nextTick$1(()=>{var Pf,Ff,Lf;(Pf=gd.value)==null||Pf.update(),(Ff=_d.value)==null||Ff.update(),(Lf=yd.value)==null||Lf.update()})}),provide(colorPickerContextKey,{currentColor:Fd}),qa({color:Rd,show:Qd,hide:hf,focus:Zd,blur:mf}),(Pf,Ff)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popper",ref:Ed,visible:Md.value,"show-arrow":!1,"fallback-placements":["bottom","top","right","left"],offset:0,"gpu-acceleration":!1,"popper-class":[unref(rd).be("picker","panel"),unref(rd).b("dropdown"),Pf.popperClass],"stop-popper-mouse-event":!1,effect:"light",trigger:"click",teleported:Pf.teleported,transition:`${unref(rd).namespace.value}-zoom-in-top`,persistent:"",onHide:Lf=>zd(!1)},{content:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{onKeydown:withKeys(Mf,["esc"])},[createBaseVNode("div",{class:normalizeClass(unref(rd).be("dropdown","main-wrapper"))},[createVNode(HueSlider,{ref_key:"hue",ref:gd,class:"hue-slider",color:unref(Rd),vertical:""},null,8,["color"]),createVNode(SvPanel,{ref_key:"sv",ref:_d,color:unref(Rd)},null,8,["color"])],2),Pf.showAlpha?(openBlock(),createBlock(AlphaSlider,{key:0,ref_key:"alpha",ref:yd,color:unref(Rd)},null,8,["color"])):createCommentVNode("v-if",!0),Pf.predefine?(openBlock(),createBlock(Predefine,{key:1,ref:"predefine","enable-alpha":Pf.showAlpha,color:unref(Rd),colors:Pf.predefine},null,8,["enable-alpha","color","colors"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(rd).be("dropdown","btns"))},[createBaseVNode("span",{class:normalizeClass(unref(rd).be("dropdown","value"))},[createVNode(unref(ElInput),{ref_key:"inputRef",ref:Od,modelValue:jd.value,"onUpdate:modelValue":Lf=>jd.value=Lf,"validate-event":!1,size:"small",onKeyup:withKeys(kf,["enter"]),onBlur:kf},null,8,["modelValue","onUpdate:modelValue","onKeyup"])],2),createVNode(unref(ElButton),{class:normalizeClass(unref(rd).be("dropdown","link-btn")),text:"",size:"small",onClick:Ef},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(td)("el.colorpicker.clear")),1)]),_:1},8,["class"]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(rd).be("dropdown","btn")),onClick:Cf},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(td)("el.colorpicker.confirm")),1)]),_:1},8,["class"])],2)],40,["onKeydown"])),[[unref(ClickOutside),yf]])]),default:withCtx(()=>[createBaseVNode("div",mergeProps({id:unref(cd),ref_key:"triggerRef",ref:Td},Pf.$attrs,{class:unref(qd),role:"button","aria-label":unref(Ud),"aria-labelledby":unref(Vd),"aria-description":unref(td)("el.colorpicker.description",{color:Pf.modelValue||""}),"aria-disabled":unref(ld),tabindex:unref(ld)?-1:Pf.tabindex,onKeydown:Af,onFocus:unref(Nd),onBlur:unref(kd)}),[unref(ld)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(rd).be("picker","mask"))},null,2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(rd).be("picker","trigger")),onClick:bf},[createBaseVNode("span",{class:normalizeClass([unref(rd).be("picker","color"),unref(rd).is("alpha",Pf.showAlpha)])},[createBaseVNode("span",{class:normalizeClass(unref(rd).be("picker","color-inner")),style:normalizeStyle({backgroundColor:unref(Pd)})},[withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(rd).be("picker","icon"),unref(rd).is("icon-arrow-down")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"]),[[vShow,Pf.modelValue||Ld.value]]),withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(rd).be("picker","empty"),unref(rd).is("icon-close")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"]),[[vShow,!Pf.modelValue&&!Ld.value]])],6)],2)],2)],16,["id","aria-label","aria-labelledby","aria-description","aria-disabled","tabindex","onFocus","onBlur"])]),_:1},8,["visible","popper-class","teleported","transition","onHide"]))}});var ColorPicker=_export_sfc$1(_sfc_main$26,[["__file","color-picker.vue"]]);const ElColorPicker=withInstall(ColorPicker),__default__$16=defineComponent({name:"ElContainer"}),_sfc_main$25=defineComponent({...__default__$16,props:{direction:{type:String}},setup(Ra){const qa=Ra,Ja=useSlots(),ed=useNamespace("container"),td=computed(()=>qa.direction==="vertical"?!0:qa.direction==="horizontal"?!1:Ja&&Ja.default?Ja.default().some(od=>{const sd=od.type.name;return sd==="ElHeader"||sd==="ElFooter"}):!1);return(rd,od)=>(openBlock(),createElementBlock("section",{class:normalizeClass([unref(ed).b(),unref(ed).is("vertical",unref(td))])},[renderSlot(rd.$slots,"default")],2))}});var Container=_export_sfc$1(_sfc_main$25,[["__file","container.vue"]]);const __default__$15=defineComponent({name:"ElAside"}),_sfc_main$24=defineComponent({...__default__$15,props:{width:{type:String,default:null}},setup(Ra){const qa=Ra,Ja=useNamespace("aside"),ed=computed(()=>qa.width?Ja.cssVarBlock({width:qa.width}):{});return(td,rd)=>(openBlock(),createElementBlock("aside",{class:normalizeClass(unref(Ja).b()),style:normalizeStyle(unref(ed))},[renderSlot(td.$slots,"default")],6))}});var Aside=_export_sfc$1(_sfc_main$24,[["__file","aside.vue"]]);const __default__$14=defineComponent({name:"ElFooter"}),_sfc_main$23=defineComponent({...__default__$14,props:{height:{type:String,default:null}},setup(Ra){const qa=Ra,Ja=useNamespace("footer"),ed=computed(()=>qa.height?Ja.cssVarBlock({height:qa.height}):{});return(td,rd)=>(openBlock(),createElementBlock("footer",{class:normalizeClass(unref(Ja).b()),style:normalizeStyle(unref(ed))},[renderSlot(td.$slots,"default")],6))}});var Footer$2=_export_sfc$1(_sfc_main$23,[["__file","footer.vue"]]);const __default__$13=defineComponent({name:"ElHeader"}),_sfc_main$22=defineComponent({...__default__$13,props:{height:{type:String,default:null}},setup(Ra){const qa=Ra,Ja=useNamespace("header"),ed=computed(()=>qa.height?Ja.cssVarBlock({height:qa.height}):{});return(td,rd)=>(openBlock(),createElementBlock("header",{class:normalizeClass(unref(Ja).b()),style:normalizeStyle(unref(ed))},[renderSlot(td.$slots,"default")],6))}});var Header=_export_sfc$1(_sfc_main$22,[["__file","header.vue"]]);const __default__$12=defineComponent({name:"ElMain"}),_sfc_main$21=defineComponent({...__default__$12,setup(Ra){const qa=useNamespace("main");return(Ja,ed)=>(openBlock(),createElementBlock("main",{class:normalizeClass(unref(qa).b())},[renderSlot(Ja.$slots,"default")],2))}});var Main=_export_sfc$1(_sfc_main$21,[["__file","main.vue"]]);const ElContainer=withInstall(Container,{Aside,Footer:Footer$2,Header,Main}),ElAside=withNoopInstall(Aside),ElFooter=withNoopInstall(Footer$2),ElHeader=withNoopInstall(Header),ElMain=withNoopInstall(Main);var advancedFormat={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){return function(Ja,ed){var td=ed.prototype,rd=td.format;td.format=function(od){var sd=this,ld=this.$locale();if(!this.isValid())return rd.bind(this)(od);var cd=this.$utils(),ud=(od||"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(gd){switch(gd){case"Q":return Math.ceil((sd.$M+1)/3);case"Do":return ld.ordinal(sd.$D);case"gggg":return sd.weekYear();case"GGGG":return sd.isoWeekYear();case"wo":return ld.ordinal(sd.week(),"W");case"w":case"ww":return cd.s(sd.week(),gd==="w"?1:2,"0");case"W":case"WW":return cd.s(sd.isoWeek(),gd==="W"?1:2,"0");case"k":case"kk":return cd.s(String(sd.$H===0?24:sd.$H),gd==="k"?1:2,"0");case"X":return Math.floor(sd.$d.getTime()/1e3);case"x":return sd.$d.getTime();case"z":return"["+sd.offsetName()+"]";case"zzz":return"["+sd.offsetName("long")+"]";default:return gd}});return rd.bind(this)(ud)}}})})(advancedFormat);var advancedFormatExports=advancedFormat.exports;const dayjsAdvancedFormat=getDefaultExportFromCjs(advancedFormatExports);var weekOfYear$1={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){var Ja="week",ed="year";return function(td,rd,od){var sd=rd.prototype;sd.week=function(ld){if(ld===void 0&&(ld=null),ld!==null)return this.add(7*(ld-this.week()),"day");var cd=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var ud=od(this).startOf(ed).add(1,ed).date(cd),gd=od(this).endOf(Ja);if(ud.isBefore(gd))return 1}var _d=od(this).startOf(ed).date(cd).startOf(Ja).subtract(1,"millisecond"),yd=this.diff(_d,Ja,!0);return yd<0?od(this).startOf("week").week():Math.ceil(yd)},sd.weeks=function(ld){return ld===void 0&&(ld=null),this.week(ld)}}})})(weekOfYear$1);var weekOfYearExports=weekOfYear$1.exports;const weekOfYear=getDefaultExportFromCjs(weekOfYearExports);var weekYear$1={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){return function(Ja,ed){ed.prototype.weekYear=function(){var td=this.month(),rd=this.week(),od=this.year();return rd===1&&td===11?od+1:td===0&&rd>=52?od-1:od}}})})(weekYear$1);var weekYearExports=weekYear$1.exports;const weekYear=getDefaultExportFromCjs(weekYearExports);var dayOfYear$1={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){return function(Ja,ed,td){ed.prototype.dayOfYear=function(rd){var od=Math.round((td(this).startOf("day")-td(this).startOf("year"))/864e5)+1;return rd==null?od:this.add(rd-od,"day")}}})})(dayOfYear$1);var dayOfYearExports=dayOfYear$1.exports;const dayOfYear=getDefaultExportFromCjs(dayOfYearExports);var isSameOrAfter$1={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){return function(Ja,ed){ed.prototype.isSameOrAfter=function(td,rd){return this.isSame(td,rd)||this.isAfter(td,rd)}}})})(isSameOrAfter$1);var isSameOrAfterExports=isSameOrAfter$1.exports;const isSameOrAfter=getDefaultExportFromCjs(isSameOrAfterExports);var isSameOrBefore$1={exports:{}};(function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){return function(Ja,ed){ed.prototype.isSameOrBefore=function(td,rd){return this.isSame(td,rd)||this.isBefore(td,rd)}}})})(isSameOrBefore$1);var isSameOrBeforeExports=isSameOrBefore$1.exports;const isSameOrBefore=getDefaultExportFromCjs(isSameOrBeforeExports),ROOT_PICKER_INJECTION_KEY=Symbol(),datePickerProps=buildProps({...timePickerDefaultProps,type:{type:definePropType(String),default:"date"}}),selectionModes=["date","dates","year","years","month","months","week","range"],datePickerSharedProps=buildProps({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})}}),panelSharedProps=buildProps({type:{type:definePropType(String),required:!0,values:datePickTypes},dateFormat:String,timeFormat:String}),panelRangeSharedProps=buildProps({unlinkPanels:Boolean,parsedValue:{type:definePropType(Array)}}),selectionModeWithDefault=Ra=>({type:String,values:selectionModes,default:Ra}),panelDatePickProps=buildProps({...panelSharedProps,parsedValue:{type:definePropType([Object,Array])},visible:{type:Boolean},format:{type:String,default:""}}),isValidRange=Ra=>{if(!isArray$2(Ra))return!1;const[qa,Ja]=Ra;return dayjs2.isDayjs(qa)&&dayjs2.isDayjs(Ja)&&qa.isSameOrBefore(Ja)},getDefaultValue$1=(Ra,{lang:qa,unit:Ja,unlinkPanels:ed})=>{let td;if(isArray$2(Ra)){let[rd,od]=Ra.map(sd=>dayjs2(sd).locale(qa));return ed||(od=rd.add(1,Ja)),[rd,od]}else Ra?td=dayjs2(Ra):td=dayjs2();return td=td.locale(qa),[td,td.add(1,Ja)]},buildPickerTable=(Ra,qa,{columnIndexOffset:Ja,startDate:ed,nextEndDate:td,now:rd,unit:od,relativeDateGetter:sd,setCellMetadata:ld,setRowMetadata:cd})=>{for(let ud=0;ud<Ra.row;ud++){const gd=qa[ud];for(let _d=0;_d<Ra.column;_d++){let yd=gd[_d+Ja];yd||(yd={row:ud,column:_d,type:"normal",inRange:!1,start:!1,end:!1});const Ed=ud*Ra.column+_d,Td=sd(Ed);yd.dayjs=Td,yd.date=Td.toDate(),yd.timestamp=Td.valueOf(),yd.type="normal",yd.inRange=!!(ed&&Td.isSameOrAfter(ed,od)&&td&&Td.isSameOrBefore(td,od))||!!(ed&&Td.isSameOrBefore(ed,od)&&td&&Td.isSameOrAfter(td,od)),ed!=null&&ed.isSameOrAfter(td)?(yd.start=!!td&&Td.isSame(td,od),yd.end=ed&&Td.isSame(ed,od)):(yd.start=!!ed&&Td.isSame(ed,od),yd.end=!!td&&Td.isSame(td,od)),Td.isSame(rd,od)&&(yd.type="today"),ld==null||ld(yd,{rowIndex:ud,columnIndex:_d}),gd[_d+Ja]=yd}cd==null||cd(gd)}},datesInMonth=(Ra,qa,Ja)=>{const ed=dayjs2().locale(Ja).startOf("month").month(qa).year(Ra),td=ed.daysInMonth();return rangeArr(td).map(rd=>ed.add(rd,"day").toDate())},getValidDateOfMonth=(Ra,qa,Ja,ed)=>{const td=dayjs2().year(Ra).month(qa).startOf("month"),rd=datesInMonth(Ra,qa,Ja).find(od=>!(ed!=null&&ed(od)));return rd?dayjs2(rd).locale(Ja):td.locale(Ja)},getValidDateOfYear=(Ra,qa,Ja)=>{const ed=Ra.year();if(!(Ja!=null&&Ja(Ra.toDate())))return Ra.locale(qa);const td=Ra.month();if(!datesInMonth(ed,td,qa).every(Ja))return getValidDateOfMonth(ed,td,qa,Ja);for(let rd=0;rd<12;rd++)if(!datesInMonth(ed,rd,qa).every(Ja))return getValidDateOfMonth(ed,rd,qa,Ja);return Ra},basicDateTableProps=buildProps({...datePickerSharedProps,cellClassName:{type:definePropType(Function)},showWeekNumber:Boolean,selectionMode:selectionModeWithDefault("date")}),basicDateTableEmits=["changerange","pick","select"],isNormalDay=(Ra="")=>["normal","today"].includes(Ra),useBasicDateTable=(Ra,qa)=>{const{lang:Ja}=useLocale(),ed=ref$1(),td=ref$1(),rd=ref$1(),od=ref$1(),sd=ref$1([[],[],[],[],[],[]]);let ld=!1;const cd=Ra.date.$locale().weekStart||7,ud=Ra.date.locale("en").localeData().weekdaysShort().map(gf=>gf.toLowerCase()),gd=computed(()=>cd>3?7-cd:-cd),_d=computed(()=>{const gf=Ra.date.startOf("month");return gf.subtract(gf.day()||7,"day")}),yd=computed(()=>ud.concat(ud).slice(cd,cd+7)),Ed=computed(()=>flatten(unref(Id)).some(gf=>gf.isCurrent)),Td=computed(()=>{const gf=Ra.date.startOf("month"),bf=gf.day()||7,kf=gf.daysInMonth(),Cf=gf.subtract(1,"month").daysInMonth();return{startOfMonthDay:bf,dateCountOfMonth:kf,dateCountOfLastMonth:Cf}}),Od=computed(()=>Ra.selectionMode==="dates"?castArray(Ra.parsedValue):[]),Ad=(gf,{count:bf,rowIndex:kf,columnIndex:Cf})=>{const{startOfMonthDay:Ef,dateCountOfMonth:yf,dateCountOfLastMonth:Mf}=unref(Td),Af=unref(gd);if(kf>=0&&kf<=1){const Zd=Ef+Af<0?7+Ef+Af:Ef+Af;if(Cf+kf*7>=Zd)return gf.text=bf,!0;gf.text=Mf-(Zd-Cf%7)+1+kf*7,gf.type="prev-month"}else return bf<=yf?gf.text=bf:(gf.text=bf-yf,gf.type="next-month"),!0;return!1},Nd=(gf,{columnIndex:bf,rowIndex:kf},Cf)=>{const{disabledDate:Ef,cellClassName:yf}=Ra,Mf=unref(Od),Af=Ad(gf,{count:Cf,rowIndex:kf,columnIndex:bf}),Zd=gf.dayjs.toDate();return gf.selected=Mf.find(mf=>mf.isSame(gf.dayjs,"day")),gf.isSelected=!!gf.selected,gf.isCurrent=Md(gf),gf.disabled=Ef==null?void 0:Ef(Zd),gf.customClass=yf==null?void 0:yf(Zd),Af},kd=gf=>{if(Ra.selectionMode==="week"){const[bf,kf]=Ra.showWeekNumber?[1,7]:[0,6],Cf=hf(gf[bf+1]);gf[bf].inRange=Cf,gf[bf].start=Cf,gf[kf].inRange=Cf,gf[kf].end=Cf}},Id=computed(()=>{const{minDate:gf,maxDate:bf,rangeState:kf,showWeekNumber:Cf}=Ra,Ef=unref(gd),yf=unref(sd),Mf="day";let Af=1;if(Cf)for(let Zd=0;Zd<6;Zd++)yf[Zd][0]||(yf[Zd][0]={type:"week",text:unref(_d).add(Zd*7+1,Mf).week()});return buildPickerTable({row:6,column:7},yf,{startDate:gf,columnIndexOffset:Cf?1:0,nextEndDate:kf.endDate||bf||kf.selecting&&gf||null,now:dayjs2().locale(unref(Ja)).startOf(Mf),unit:Mf,relativeDateGetter:Zd=>unref(_d).add(Zd-Ef,Mf),setCellMetadata:(...Zd)=>{Nd(...Zd,Af)&&(Af+=1)},setRowMetadata:kd}),yf});watch(()=>Ra.date,async()=>{var gf;(gf=unref(ed))!=null&&gf.contains(document.activeElement)&&(await nextTick$1(),await Rd())});const Rd=async()=>{var gf;return(gf=unref(td))==null?void 0:gf.focus()},Md=gf=>Ra.selectionMode==="date"&&isNormalDay(gf.type)&&Ld(gf,Ra.parsedValue),Ld=(gf,bf)=>bf?dayjs2(bf).locale(unref(Ja)).isSame(Ra.date.date(Number(gf.text)),"day"):!1,jd=(gf,bf)=>{const kf=gf*7+(bf-(Ra.showWeekNumber?1:0))-unref(gd);return unref(_d).add(kf,"day")},Pd=gf=>{var bf;if(!Ra.rangeState.selecting)return;let kf=gf.target;if(kf.tagName==="SPAN"&&(kf=(bf=kf.parentNode)==null?void 0:bf.parentNode),kf.tagName==="DIV"&&(kf=kf.parentNode),kf.tagName!=="TD")return;const Cf=kf.parentNode.rowIndex-1,Ef=kf.cellIndex;unref(Id)[Cf][Ef].disabled||(Cf!==unref(rd)||Ef!==unref(od))&&(rd.value=Cf,od.value=Ef,qa("changerange",{selecting:!0,endDate:jd(Cf,Ef)}))},Fd=gf=>!unref(Ed)&&(gf==null?void 0:gf.text)===1&&gf.type==="normal"||gf.isCurrent,Ud=gf=>{ld||unref(Ed)||Ra.selectionMode!=="date"||Qd(gf,!0)},Vd=gf=>{gf.target.closest("td")&&(ld=!0)},qd=gf=>{gf.target.closest("td")&&(ld=!1)},Wd=gf=>{!Ra.rangeState.selecting||!Ra.minDate?(qa("pick",{minDate:gf,maxDate:null}),qa("select",!0)):(gf>=Ra.minDate?qa("pick",{minDate:Ra.minDate,maxDate:gf}):qa("pick",{minDate:gf,maxDate:Ra.minDate}),qa("select",!1))},zd=gf=>{const bf=gf.week(),kf=`${gf.year()}w${bf}`;qa("pick",{year:gf.year(),week:bf,value:kf,date:gf.startOf("week")})},Kd=(gf,bf)=>{const kf=bf?castArray(Ra.parsedValue).filter(Cf=>(Cf==null?void 0:Cf.valueOf())!==gf.valueOf()):castArray(Ra.parsedValue).concat([gf]);qa("pick",kf)},Qd=(gf,bf=!1)=>{const kf=gf.target.closest("td");if(!kf)return;const Cf=kf.parentNode.rowIndex-1,Ef=kf.cellIndex,yf=unref(Id)[Cf][Ef];if(yf.disabled||yf.type==="week")return;const Mf=jd(Cf,Ef);switch(Ra.selectionMode){case"range":{Wd(Mf);break}case"date":{qa("pick",Mf,bf);break}case"week":{zd(Mf);break}case"dates":{Kd(Mf,!!yf.selected);break}}},hf=gf=>{if(Ra.selectionMode!=="week")return!1;let bf=Ra.date.startOf("day");if(gf.type==="prev-month"&&(bf=bf.subtract(1,"month")),gf.type==="next-month"&&(bf=bf.add(1,"month")),bf=bf.date(Number.parseInt(gf.text,10)),Ra.parsedValue&&!Array.isArray(Ra.parsedValue)){const kf=(Ra.parsedValue.day()-cd+7)%7-1;return Ra.parsedValue.subtract(kf,"day").isSame(bf,"day")}return!1};return{WEEKS:yd,rows:Id,tbodyRef:ed,currentCellRef:td,focus:Rd,isCurrent:Md,isWeekActive:hf,isSelectedCell:Fd,handlePickDate:Qd,handleMouseUp:qd,handleMouseDown:Vd,handleMouseMove:Pd,handleFocus:Ud}},useBasicDateTableDOM=(Ra,{isCurrent:qa,isWeekActive:Ja})=>{const ed=useNamespace("date-table"),{t:td}=useLocale(),rd=computed(()=>[ed.b(),{"is-week-mode":Ra.selectionMode==="week"}]),od=computed(()=>td("el.datepicker.dateTablePrompt")),sd=computed(()=>td("el.datepicker.week"));return{tableKls:rd,tableLabel:od,weekLabel:sd,getCellClasses:ud=>{const gd=[];return isNormalDay(ud.type)&&!ud.disabled?(gd.push("available"),ud.type==="today"&&gd.push("today")):gd.push(ud.type),qa(ud)&&gd.push("current"),ud.inRange&&(isNormalDay(ud.type)||Ra.selectionMode==="week")&&(gd.push("in-range"),ud.start&&gd.push("start-date"),ud.end&&gd.push("end-date")),ud.disabled&&gd.push("disabled"),ud.selected&&gd.push("selected"),ud.customClass&&gd.push(ud.customClass),gd.join(" ")},getRowKls:ud=>[ed.e("row"),{current:Ja(ud)}],t:td}},basicCellProps=buildProps({cell:{type:definePropType(Object)}});var ElDatePickerCell=defineComponent({name:"ElDatePickerCell",props:basicCellProps,setup(Ra){const qa=useNamespace("date-table-cell"),{slots:Ja}=inject(ROOT_PICKER_INJECTION_KEY);return()=>{const{cell:ed}=Ra;return renderSlot(Ja,"default",{...ed},()=>{var td;return[createVNode("div",{class:qa.b()},[createVNode("span",{class:qa.e("text")},[(td=ed==null?void 0:ed.renderText)!=null?td:ed==null?void 0:ed.text])])]})}}});const _sfc_main$20=defineComponent({__name:"basic-date-table",props:basicDateTableProps,emits:basicDateTableEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,{WEEKS:td,rows:rd,tbodyRef:od,currentCellRef:sd,focus:ld,isCurrent:cd,isWeekActive:ud,isSelectedCell:gd,handlePickDate:_d,handleMouseUp:yd,handleMouseDown:Ed,handleMouseMove:Td,handleFocus:Od}=useBasicDateTable(ed,Ja),{tableLabel:Ad,tableKls:Nd,weekLabel:kd,getCellClasses:Id,getRowKls:Rd,t:Md}=useBasicDateTableDOM(ed,{isCurrent:cd,isWeekActive:ud});return qa({focus:ld}),(Ld,jd)=>(openBlock(),createElementBlock("table",{"aria-label":unref(Ad),class:normalizeClass(unref(Nd)),cellspacing:"0",cellpadding:"0",role:"grid",onClick:unref(_d),onMousemove:unref(Td),onMousedown:withModifiers(unref(Ed),["prevent"]),onMouseup:unref(yd)},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:od},[createBaseVNode("tr",null,[Ld.showWeekNumber?(openBlock(),createElementBlock("th",{key:0,scope:"col"},toDisplayString(unref(kd)),1)):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(td),(Pd,Fd)=>(openBlock(),createElementBlock("th",{key:Fd,"aria-label":unref(Md)("el.datepicker.weeksFull."+Pd),scope:"col"},toDisplayString(unref(Md)("el.datepicker.weeks."+Pd)),9,["aria-label"]))),128))]),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(rd),(Pd,Fd)=>(openBlock(),createElementBlock("tr",{key:Fd,class:normalizeClass(unref(Rd)(Pd[1]))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Pd,(Ud,Vd)=>(openBlock(),createElementBlock("td",{key:`${Fd}.${Vd}`,ref_for:!0,ref:qd=>unref(gd)(Ud)&&(sd.value=qd),class:normalizeClass(unref(Id)(Ud)),"aria-current":Ud.isCurrent?"date":void 0,"aria-selected":Ud.isCurrent,tabindex:unref(gd)(Ud)?0:-1,onFocus:unref(Od)},[createVNode(unref(ElDatePickerCell),{cell:Ud},null,8,["cell"])],42,["aria-current","aria-selected","tabindex","onFocus"]))),128))],2))),128))],512)],42,["aria-label","onClick","onMousemove","onMousedown","onMouseup"]))}});var DateTable=_export_sfc$1(_sfc_main$20,[["__file","basic-date-table.vue"]]);const basicMonthTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("month")}),_sfc_main$1$=defineComponent({__name:"basic-month-table",props:basicMonthTableProps,emits:["changerange","pick","select"],setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useNamespace("month-table"),{t:rd,lang:od}=useLocale(),sd=ref$1(),ld=ref$1(),cd=ref$1(ed.date.locale("en").localeData().monthsShort().map(kd=>kd.toLowerCase())),ud=ref$1([[],[],[]]),gd=ref$1(),_d=ref$1(),yd=computed(()=>{var kd,Id;const Rd=ud.value,Md=dayjs2().locale(od.value).startOf("month");for(let Ld=0;Ld<3;Ld++){const jd=Rd[Ld];for(let Pd=0;Pd<4;Pd++){const Fd=jd[Pd]||(jd[Pd]={row:Ld,column:Pd,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1});Fd.type="normal";const Ud=Ld*4+Pd,Vd=ed.date.startOf("year").month(Ud),qd=ed.rangeState.endDate||ed.maxDate||ed.rangeState.selecting&&ed.minDate||null;Fd.inRange=!!(ed.minDate&&Vd.isSameOrAfter(ed.minDate,"month")&&qd&&Vd.isSameOrBefore(qd,"month"))||!!(ed.minDate&&Vd.isSameOrBefore(ed.minDate,"month")&&qd&&Vd.isSameOrAfter(qd,"month")),(kd=ed.minDate)!=null&&kd.isSameOrAfter(qd)?(Fd.start=!!(qd&&Vd.isSame(qd,"month")),Fd.end=ed.minDate&&Vd.isSame(ed.minDate,"month")):(Fd.start=!!(ed.minDate&&Vd.isSame(ed.minDate,"month")),Fd.end=!!(qd&&Vd.isSame(qd,"month"))),Md.isSame(Vd)&&(Fd.type="today"),Fd.text=Ud,Fd.disabled=((Id=ed.disabledDate)==null?void 0:Id.call(ed,Vd.toDate()))||!1}}return Rd}),Ed=()=>{var kd;(kd=ld.value)==null||kd.focus()},Td=kd=>{const Id={},Rd=ed.date.year(),Md=new Date,Ld=kd.text;return Id.disabled=ed.disabledDate?datesInMonth(Rd,Ld,od.value).every(ed.disabledDate):!1,Id.current=castArray(ed.parsedValue).findIndex(jd=>dayjs2.isDayjs(jd)&&jd.year()===Rd&&jd.month()===Ld)>=0,Id.today=Md.getFullYear()===Rd&&Md.getMonth()===Ld,kd.inRange&&(Id["in-range"]=!0,kd.start&&(Id["start-date"]=!0),kd.end&&(Id["end-date"]=!0)),Id},Od=kd=>{const Id=ed.date.year(),Rd=kd.text;return castArray(ed.date).findIndex(Md=>Md.year()===Id&&Md.month()===Rd)>=0},Ad=kd=>{var Id;if(!ed.rangeState.selecting)return;let Rd=kd.target;if(Rd.tagName==="SPAN"&&(Rd=(Id=Rd.parentNode)==null?void 0:Id.parentNode),Rd.tagName==="DIV"&&(Rd=Rd.parentNode),Rd.tagName!=="TD")return;const Md=Rd.parentNode.rowIndex,Ld=Rd.cellIndex;yd.value[Md][Ld].disabled||(Md!==gd.value||Ld!==_d.value)&&(gd.value=Md,_d.value=Ld,Ja("changerange",{selecting:!0,endDate:ed.date.startOf("year").month(Md*4+Ld)}))},Nd=kd=>{var Id;const Rd=(Id=kd.target)==null?void 0:Id.closest("td");if((Rd==null?void 0:Rd.tagName)!=="TD"||hasClass(Rd,"disabled"))return;const Md=Rd.cellIndex,jd=Rd.parentNode.rowIndex*4+Md,Pd=ed.date.startOf("year").month(jd);if(ed.selectionMode==="months"){if(kd.type==="keydown"){Ja("pick",castArray(ed.parsedValue),!1);return}const Fd=getValidDateOfMonth(ed.date.year(),jd,od.value,ed.disabledDate),Ud=hasClass(Rd,"current")?castArray(ed.parsedValue).filter(Vd=>(Vd==null?void 0:Vd.month())!==Fd.month()):castArray(ed.parsedValue).concat([dayjs2(Fd)]);Ja("pick",Ud)}else ed.selectionMode==="range"?ed.rangeState.selecting?(ed.minDate&&Pd>=ed.minDate?Ja("pick",{minDate:ed.minDate,maxDate:Pd}):Ja("pick",{minDate:Pd,maxDate:ed.minDate}),Ja("select",!1)):(Ja("pick",{minDate:Pd,maxDate:null}),Ja("select",!0)):Ja("pick",jd)};return watch(()=>ed.date,async()=>{var kd,Id;(kd=sd.value)!=null&&kd.contains(document.activeElement)&&(await nextTick$1(),(Id=ld.value)==null||Id.focus())}),qa({focus:Ed}),(kd,Id)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref(rd)("el.datepicker.monthTablePrompt"),class:normalizeClass(unref(td).b()),onClick:Nd,onMousemove:Ad},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:sd},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(yd),(Rd,Md)=>(openBlock(),createElementBlock("tr",{key:Md},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Rd,(Ld,jd)=>(openBlock(),createElementBlock("td",{key:jd,ref_for:!0,ref:Pd=>Od(Ld)&&(ld.value=Pd),class:normalizeClass(Td(Ld)),"aria-selected":`${Od(Ld)}`,"aria-label":unref(rd)(`el.datepicker.month${+Ld.text+1}`),tabindex:Od(Ld)?0:-1,onKeydown:[withKeys(withModifiers(Nd,["prevent","stop"]),["space"]),withKeys(withModifiers(Nd,["prevent","stop"]),["enter"])]},[createVNode(unref(ElDatePickerCell),{cell:{...Ld,renderText:unref(rd)("el.datepicker.months."+cd.value[Ld.text])}},null,8,["cell"])],42,["aria-selected","aria-label","tabindex","onKeydown"]))),128))]))),128))],512)],42,["aria-label"]))}});var MonthTable=_export_sfc$1(_sfc_main$1$,[["__file","basic-month-table.vue"]]);const basicYearTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("year")}),_sfc_main$1_=defineComponent({__name:"basic-year-table",props:basicYearTableProps,emits:["changerange","pick","select"],setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=(Id,Rd)=>{const Md=dayjs2(String(Id)).locale(Rd).startOf("year"),jd=Md.endOf("year").dayOfYear();return rangeArr(jd).map(Pd=>Md.add(Pd,"day").toDate())},rd=useNamespace("year-table"),{t:od,lang:sd}=useLocale(),ld=ref$1(),cd=ref$1(),ud=computed(()=>Math.floor(ed.date.year()/10)*10),gd=ref$1([[],[],[]]),_d=ref$1(),yd=ref$1(),Ed=computed(()=>{var Id;const Rd=gd.value,Md=dayjs2().locale(sd.value).startOf("year");for(let Ld=0;Ld<3;Ld++){const jd=Rd[Ld];for(let Pd=0;Pd<4&&!(Ld*4+Pd>=10);Pd++){let Fd=jd[Pd];Fd||(Fd={row:Ld,column:Pd,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1}),Fd.type="normal";const Ud=Ld*4+Pd+ud.value,Vd=dayjs2().year(Ud),qd=ed.rangeState.endDate||ed.maxDate||ed.rangeState.selecting&&ed.minDate||null;Fd.inRange=!!(ed.minDate&&Vd.isSameOrAfter(ed.minDate,"year")&&qd&&Vd.isSameOrBefore(qd,"year"))||!!(ed.minDate&&Vd.isSameOrBefore(ed.minDate,"year")&&qd&&Vd.isSameOrAfter(qd,"year")),(Id=ed.minDate)!=null&&Id.isSameOrAfter(qd)?(Fd.start=!!(qd&&Vd.isSame(qd,"year")),Fd.end=!!(ed.minDate&&Vd.isSame(ed.minDate,"year"))):(Fd.start=!!(ed.minDate&&Vd.isSame(ed.minDate,"year")),Fd.end=!!(qd&&Vd.isSame(qd,"year"))),Md.isSame(Vd)&&(Fd.type="today"),Fd.text=Ud;const zd=Vd.toDate();Fd.disabled=ed.disabledDate&&ed.disabledDate(zd)||!1,jd[Pd]=Fd}}return Rd}),Td=()=>{var Id;(Id=cd.value)==null||Id.focus()},Od=Id=>{const Rd={},Md=dayjs2().locale(sd.value),Ld=Id.text;return Rd.disabled=ed.disabledDate?td(Ld,sd.value).every(ed.disabledDate):!1,Rd.today=Md.year()===Ld,Rd.current=castArray(ed.parsedValue).findIndex(jd=>jd.year()===Ld)>=0,Id.inRange&&(Rd["in-range"]=!0,Id.start&&(Rd["start-date"]=!0),Id.end&&(Rd["end-date"]=!0)),Rd},Ad=Id=>{const Rd=Id.text;return castArray(ed.date).findIndex(Md=>Md.year()===Rd)>=0},Nd=Id=>{var Rd;const Md=(Rd=Id.target)==null?void 0:Rd.closest("td");if(!Md||!Md.textContent||hasClass(Md,"disabled"))return;const Ld=Md.cellIndex,Pd=Md.parentNode.rowIndex*4+Ld+ud.value,Fd=dayjs2().year(Pd);if(ed.selectionMode==="range")ed.rangeState.selecting?(ed.minDate&&Fd>=ed.minDate?Ja("pick",{minDate:ed.minDate,maxDate:Fd}):Ja("pick",{minDate:Fd,maxDate:ed.minDate}),Ja("select",!1)):(Ja("pick",{minDate:Fd,maxDate:null}),Ja("select",!0));else if(ed.selectionMode==="years"){if(Id.type==="keydown"){Ja("pick",castArray(ed.parsedValue),!1);return}const Ud=getValidDateOfYear(Fd.startOf("year"),sd.value,ed.disabledDate),Vd=hasClass(Md,"current")?castArray(ed.parsedValue).filter(qd=>(qd==null?void 0:qd.year())!==Pd):castArray(ed.parsedValue).concat([Ud]);Ja("pick",Vd)}else Ja("pick",Pd)},kd=Id=>{var Rd;if(!ed.rangeState.selecting)return;const Md=(Rd=Id.target)==null?void 0:Rd.closest("td");if(!Md)return;const Ld=Md.parentNode.rowIndex,jd=Md.cellIndex;Ed.value[Ld][jd].disabled||(Ld!==_d.value||jd!==yd.value)&&(_d.value=Ld,yd.value=jd,Ja("changerange",{selecting:!0,endDate:dayjs2().year(ud.value).add(Ld*4+jd,"year")}))};return watch(()=>ed.date,async()=>{var Id,Rd;(Id=ld.value)!=null&&Id.contains(document.activeElement)&&(await nextTick$1(),(Rd=cd.value)==null||Rd.focus())}),qa({focus:Td}),(Id,Rd)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref(od)("el.datepicker.yearTablePrompt"),class:normalizeClass(unref(rd).b()),onClick:Nd,onMousemove:kd},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:ld},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ed),(Md,Ld)=>(openBlock(),createElementBlock("tr",{key:Ld},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Md,(jd,Pd)=>(openBlock(),createElementBlock("td",{key:`${Ld}_${Pd}`,ref_for:!0,ref:Fd=>Ad(jd)&&(cd.value=Fd),class:normalizeClass(["available",Od(jd)]),"aria-selected":Ad(jd),"aria-label":String(jd.text),tabindex:Ad(jd)?0:-1,onKeydown:[withKeys(withModifiers(Nd,["prevent","stop"]),["space"]),withKeys(withModifiers(Nd,["prevent","stop"]),["enter"])]},[createVNode(unref(ElDatePickerCell),{cell:jd},null,8,["cell"])],42,["aria-selected","aria-label","tabindex","onKeydown"]))),128))]))),128))],512)],42,["aria-label"]))}});var YearTable=_export_sfc$1(_sfc_main$1_,[["__file","basic-year-table.vue"]]);const _sfc_main$1Z=defineComponent({__name:"panel-date-pick",props:panelDatePickProps,emits:["pick","set-picker-option","panel-change"],setup(Ra,{emit:qa}){const Ja=Ra,ed=(Rf,Zf,Jf)=>!0,td=useNamespace("picker-panel"),rd=useNamespace("date-picker"),od=useAttrs$1(),sd=useSlots(),{t:ld,lang:cd}=useLocale(),ud=inject("EP_PICKER_BASE"),gd=inject(TOOLTIP_INJECTION_KEY),{shortcuts:_d,disabledDate:yd,cellClassName:Ed,defaultTime:Td}=ud.props,Od=toRef$1(ud.props,"defaultValue"),Ad=ref$1(),Nd=ref$1(dayjs2().locale(cd.value)),kd=ref$1(!1);let Id=!1;const Rd=computed(()=>dayjs2(Td).locale(cd.value)),Md=computed(()=>Nd.value.month()),Ld=computed(()=>Nd.value.year()),jd=ref$1([]),Pd=ref$1(null),Fd=ref$1(null),Ud=Rf=>jd.value.length>0?ed(Rf,jd.value,Ja.format||"HH:mm:ss"):!0,Vd=Rf=>Td&&!Bf.value&&!kd.value&&!Id?Rd.value.year(Rf.year()).month(Rf.month()).date(Rf.date()):Zd.value?Rf.millisecond(0):Rf.startOf("day"),qd=(Rf,...Zf)=>{if(!Rf)qa("pick",Rf,...Zf);else if(isArray$2(Rf)){const Jf=Rf.map(Vd);qa("pick",Jf,...Zf)}else qa("pick",Vd(Rf),...Zf);Pd.value=null,Fd.value=null,kd.value=!1,Id=!1},Wd=async(Rf,Zf)=>{if(bf.value==="date"){Rf=Rf;let Jf=Ja.parsedValue?Ja.parsedValue.year(Rf.year()).month(Rf.month()).date(Rf.date()):Rf;Ud(Jf)||(Jf=jd.value[0][0].year(Rf.year()).month(Rf.month()).date(Rf.date())),Nd.value=Jf,qd(Jf,Zd.value||Zf),Ja.type==="datetime"&&(await nextTick$1(),Bh())}else bf.value==="week"?qd(Rf.date):bf.value==="dates"&&qd(Rf,!0)},zd=Rf=>{const Zf=Rf?"add":"subtract";Nd.value=Nd.value[Zf](1,"month"),Vf("month")},Kd=Rf=>{const Zf=Nd.value,Jf=Rf?"add":"subtract";Nd.value=Qd.value==="year"?Zf[Jf](10,"year"):Zf[Jf](1,"year"),Vf("year")},Qd=ref$1("date"),hf=computed(()=>{const Rf=ld("el.datepicker.year");if(Qd.value==="year"){const Zf=Math.floor(Ld.value/10)*10;return Rf?`${Zf} ${Rf} - ${Zf+9} ${Rf}`:`${Zf} - ${Zf+9}`}return`${Ld.value} ${Rf}`}),gf=Rf=>{const Zf=isFunction$4(Rf.value)?Rf.value():Rf.value;if(Zf){Id=!0,qd(dayjs2(Zf).locale(cd.value));return}Rf.onClick&&Rf.onClick({attrs:od,slots:sd,emit:qa})},bf=computed(()=>{const{type:Rf}=Ja;return["week","month","months","year","years","dates"].includes(Rf)?Rf:"date"}),kf=computed(()=>bf.value==="dates"||bf.value==="months"||bf.value==="years"),Cf=computed(()=>bf.value==="date"?Qd.value:bf.value),Ef=computed(()=>!!_d.length),yf=async(Rf,Zf)=>{bf.value==="month"?(Nd.value=getValidDateOfMonth(Nd.value.year(),Rf,cd.value,yd),qd(Nd.value,!1)):bf.value==="months"?qd(Rf,Zf??!0):(Nd.value=getValidDateOfMonth(Nd.value.year(),Rf,cd.value,yd),Qd.value="date",["month","year","date","week"].includes(bf.value)&&(qd(Nd.value,!0),await nextTick$1(),Bh())),Vf("month")},Mf=async(Rf,Zf)=>{if(bf.value==="year"){const Jf=Nd.value.startOf("year").year(Rf);Nd.value=getValidDateOfYear(Jf,cd.value,yd),qd(Nd.value,!1)}else if(bf.value==="years")qd(Rf,Zf??!0);else{const Jf=Nd.value.year(Rf);Nd.value=getValidDateOfYear(Jf,cd.value,yd),Qd.value="month",["month","year","date","week"].includes(bf.value)&&(qd(Nd.value,!0),await nextTick$1(),Bh())}Vf("year")},Af=async Rf=>{Qd.value=Rf,await nextTick$1(),Bh()},Zd=computed(()=>Ja.type==="datetime"||Ja.type==="datetimerange"),mf=computed(()=>{const Rf=Zd.value||bf.value==="dates",Zf=bf.value==="years",Jf=bf.value==="months",Th=Qd.value==="date",Ah=Qd.value==="year",Gh=Qd.value==="month";return Rf&&Th||Zf&&Ah||Jf&&Gh}),Pf=computed(()=>yd?Ja.parsedValue?isArray$2(Ja.parsedValue)?yd(Ja.parsedValue[0].toDate()):yd(Ja.parsedValue.toDate()):!0:!1),Ff=()=>{if(kf.value)qd(Ja.parsedValue);else{let Rf=Ja.parsedValue;if(!Rf){const Zf=dayjs2(Td).locale(cd.value),Jf=wh();Rf=Zf.year(Jf.year()).month(Jf.month()).date(Jf.date())}Nd.value=Rf,qd(Rf)}},Lf=computed(()=>yd?yd(dayjs2().locale(cd.value).toDate()):!1),jf=()=>{const Zf=dayjs2().locale(cd.value).toDate();kd.value=!0,(!yd||!yd(Zf))&&Ud(Zf)&&(Nd.value=dayjs2().locale(cd.value),qd(Nd.value))},xf=computed(()=>Ja.timeFormat||extractTimeFormat(Ja.format)),Nf=computed(()=>Ja.dateFormat||extractDateFormat(Ja.format)),Bf=computed(()=>{if(Fd.value)return Fd.value;if(!(!Ja.parsedValue&&!Od.value))return(Ja.parsedValue||Nd.value).format(xf.value)}),Tf=computed(()=>{if(Pd.value)return Pd.value;if(!(!Ja.parsedValue&&!Od.value))return(Ja.parsedValue||Nd.value).format(Nf.value)}),wf=ref$1(!1),Of=()=>{wf.value=!0},$f=()=>{wf.value=!1},Wf=Rf=>({hour:Rf.hour(),minute:Rf.minute(),second:Rf.second(),year:Rf.year(),month:Rf.month(),date:Rf.date()}),Kf=(Rf,Zf,Jf)=>{const{hour:Th,minute:Ah,second:Gh}=Wf(Rf),sm=Ja.parsedValue?Ja.parsedValue.hour(Th).minute(Ah).second(Gh):Rf;Nd.value=sm,qd(Nd.value,!0),Jf||(wf.value=Zf)},Df=Rf=>{const Zf=dayjs2(Rf,xf.value).locale(cd.value);if(Zf.isValid()&&Ud(Zf)){const{year:Jf,month:Th,date:Ah}=Wf(Nd.value);Nd.value=Zf.year(Jf).month(Th).date(Ah),Fd.value=null,wf.value=!1,qd(Nd.value,!0)}},qf=Rf=>{const Zf=dayjs2(Rf,Nf.value).locale(cd.value);if(Zf.isValid()){if(yd&&yd(Zf.toDate()))return;const{hour:Jf,minute:Th,second:Ah}=Wf(Nd.value);Nd.value=Zf.hour(Jf).minute(Th).second(Ah),Pd.value=null,qd(Nd.value,!0)}},Xf=Rf=>dayjs2.isDayjs(Rf)&&Rf.isValid()&&(yd?!yd(Rf.toDate()):!0),hh=Rf=>isArray$2(Rf)?Rf.map(Zf=>Zf.format(Ja.format)):Rf.format(Ja.format),Mh=Rf=>dayjs2(Rf,Ja.format).locale(cd.value),wh=()=>{const Rf=dayjs2(Od.value).locale(cd.value);if(!Od.value){const Zf=Rd.value;return dayjs2().hour(Zf.hour()).minute(Zf.minute()).second(Zf.second()).locale(cd.value)}return Rf},Bh=async()=>{var Rf;["week","month","year","date"].includes(bf.value)&&((Rf=Ad.value)==null||Rf.focus(),bf.value==="week"&&oh(EVENT_CODE.down))},Uh=Rf=>{const{code:Zf}=Rf;[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(Zf)&&(oh(Zf),Rf.stopPropagation(),Rf.preventDefault()),[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.numpadEnter].includes(Zf)&&Pd.value===null&&Fd.value===null&&(Rf.preventDefault(),qd(Nd.value,!1))},oh=Rf=>{var Zf;const{up:Jf,down:Th,left:Ah,right:Gh,home:sm,end:kh,pageUp:Rh,pageDown:jh}=EVENT_CODE,cm={year:{[Jf]:-4,[Th]:4,[Ah]:-1,[Gh]:1,offset:(Fm,Gm)=>Fm.setFullYear(Fm.getFullYear()+Gm)},month:{[Jf]:-4,[Th]:4,[Ah]:-1,[Gh]:1,offset:(Fm,Gm)=>Fm.setMonth(Fm.getMonth()+Gm)},week:{[Jf]:-1,[Th]:1,[Ah]:-1,[Gh]:1,offset:(Fm,Gm)=>Fm.setDate(Fm.getDate()+Gm*7)},date:{[Jf]:-7,[Th]:7,[Ah]:-1,[Gh]:1,[sm]:Fm=>-Fm.getDay(),[kh]:Fm=>-Fm.getDay()+6,[Rh]:Fm=>-new Date(Fm.getFullYear(),Fm.getMonth(),0).getDate(),[jh]:Fm=>new Date(Fm.getFullYear(),Fm.getMonth()+1,0).getDate(),offset:(Fm,Gm)=>Fm.setDate(Fm.getDate()+Gm)}},Tm=Nd.value.toDate();for(;Math.abs(Nd.value.diff(Tm,"year",!0))<1;){const Fm=cm[Cf.value];if(!Fm)return;if(Fm.offset(Tm,isFunction$4(Fm[Rf])?Fm[Rf](Tm):(Zf=Fm[Rf])!=null?Zf:0),yd&&yd(Tm))break;const Gm=dayjs2(Tm).locale(cd.value);Nd.value=Gm,qa("pick",Gm,!0);break}},Vf=Rf=>{qa("panel-change",Nd.value.toDate(),Rf,Qd.value)};return watch(()=>bf.value,Rf=>{if(["month","year"].includes(Rf)){Qd.value=Rf;return}else if(Rf==="years"){Qd.value="year";return}else if(Rf==="months"){Qd.value="month";return}Qd.value="date"},{immediate:!0}),watch(()=>Qd.value,()=>{gd==null||gd.updatePopper()}),watch(()=>Od.value,Rf=>{Rf&&(Nd.value=wh())},{immediate:!0}),watch(()=>Ja.parsedValue,Rf=>{if(Rf){if(kf.value||Array.isArray(Rf))return;Nd.value=Rf}else Nd.value=wh()},{immediate:!0}),qa("set-picker-option",["isValidValue",Xf]),qa("set-picker-option",["formatToString",hh]),qa("set-picker-option",["parseUserInput",Mh]),qa("set-picker-option",["handleFocusPicker",Bh]),(Rf,Zf)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(td).b(),unref(rd).b(),{"has-sidebar":Rf.$slots.sidebar||unref(Ef),"has-time":unref(Zd)}])},[createBaseVNode("div",{class:normalizeClass(unref(td).e("body-wrapper"))},[renderSlot(Rf.$slots,"sidebar",{class:normalizeClass(unref(td).e("sidebar"))}),unref(Ef)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(td).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(_d),(Jf,Th)=>(openBlock(),createElementBlock("button",{key:Th,type:"button",class:normalizeClass(unref(td).e("shortcut")),onClick:Ah=>gf(Jf)},toDisplayString(Jf.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(td).e("body"))},[unref(Zd)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(rd).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(rd).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(ld)("el.datepicker.selectDate"),"model-value":unref(Tf),size:"small","validate-event":!1,onInput:Jf=>Pd.value=Jf,onChange:qf},null,8,["placeholder","model-value","onInput"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(rd).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(ld)("el.datepicker.selectTime"),"model-value":unref(Bf),size:"small","validate-event":!1,onFocus:Of,onInput:Jf=>Fd.value=Jf,onChange:Df},null,8,["placeholder","model-value","onInput"]),createVNode(unref(TimePickPanel),{visible:wf.value,format:unref(xf),"parsed-value":Nd.value,onPick:Kf},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),$f]])],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{class:normalizeClass([unref(rd).e("header"),(Qd.value==="year"||Qd.value==="month")&&unref(rd).e("header--bordered")])},[createBaseVNode("span",{class:normalizeClass(unref(rd).e("prev-btn"))},[createBaseVNode("button",{type:"button","aria-label":unref(ld)("el.datepicker.prevYear"),class:normalizeClass(["d-arrow-left",unref(td).e("icon-btn")]),onClick:Jf=>Kd(!1)},[renderSlot(Rf.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["aria-label","onClick"]),withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(ld)("el.datepicker.prevMonth"),class:normalizeClass([unref(td).e("icon-btn"),"arrow-left"]),onClick:Jf=>zd(!1)},[renderSlot(Rf.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,Qd.value==="date"]])],2),createBaseVNode("span",{role:"button",class:normalizeClass(unref(rd).e("header-label")),"aria-live":"polite",tabindex:"0",onKeydown:withKeys(Jf=>Af("year"),["enter"]),onClick:Jf=>Af("year")},toDisplayString(unref(hf)),43,["onKeydown","onClick"]),withDirectives(createBaseVNode("span",{role:"button","aria-live":"polite",tabindex:"0",class:normalizeClass([unref(rd).e("header-label"),{active:Qd.value==="month"}]),onKeydown:withKeys(Jf=>Af("month"),["enter"]),onClick:Jf=>Af("month")},toDisplayString(unref(ld)(`el.datepicker.month${unref(Md)+1}`)),43,["onKeydown","onClick"]),[[vShow,Qd.value==="date"]]),createBaseVNode("span",{class:normalizeClass(unref(rd).e("next-btn"))},[withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(ld)("el.datepicker.nextMonth"),class:normalizeClass([unref(td).e("icon-btn"),"arrow-right"]),onClick:Jf=>zd(!0)},[renderSlot(Rf.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,Qd.value==="date"]]),createBaseVNode("button",{type:"button","aria-label":unref(ld)("el.datepicker.nextYear"),class:normalizeClass([unref(td).e("icon-btn"),"d-arrow-right"]),onClick:Jf=>Kd(!0)},[renderSlot(Rf.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label","onClick"])],2)],2),[[vShow,Qd.value!=="time"]]),createBaseVNode("div",{class:normalizeClass(unref(td).e("content")),onKeydown:Uh},[Qd.value==="date"?(openBlock(),createBlock(DateTable,{key:0,ref_key:"currentViewRef",ref:Ad,"selection-mode":unref(bf),date:Nd.value,"parsed-value":Rf.parsedValue,"disabled-date":unref(yd),"cell-class-name":unref(Ed),onPick:Wd},null,8,["selection-mode","date","parsed-value","disabled-date","cell-class-name"])):createCommentVNode("v-if",!0),Qd.value==="year"?(openBlock(),createBlock(YearTable,{key:1,ref_key:"currentViewRef",ref:Ad,"selection-mode":unref(bf),date:Nd.value,"disabled-date":unref(yd),"parsed-value":Rf.parsedValue,onPick:Mf},null,8,["selection-mode","date","disabled-date","parsed-value"])):createCommentVNode("v-if",!0),Qd.value==="month"?(openBlock(),createBlock(MonthTable,{key:2,ref_key:"currentViewRef",ref:Ad,"selection-mode":unref(bf),date:Nd.value,"parsed-value":Rf.parsedValue,"disabled-date":unref(yd),onPick:yf},null,8,["selection-mode","date","parsed-value","disabled-date"])):createCommentVNode("v-if",!0)],34)],2)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(td).e("footer"))},[withDirectives(createVNode(unref(ElButton),{text:"",size:"small",class:normalizeClass(unref(td).e("link-btn")),disabled:unref(Lf),onClick:jf},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ld)("el.datepicker.now")),1)]),_:1},8,["class","disabled"]),[[vShow,!unref(kf)]]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(td).e("link-btn")),disabled:unref(Pf),onClick:Ff},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ld)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled"])],2),[[vShow,unref(mf)]])],2))}});var DatePickPanel=_export_sfc$1(_sfc_main$1Z,[["__file","panel-date-pick.vue"]]);const panelDateRangeProps=buildProps({...panelSharedProps,...panelRangeSharedProps,visible:Boolean}),useShortcut=Ra=>{const{emit:qa}=getCurrentInstance(),Ja=useAttrs$1(),ed=useSlots();return rd=>{const od=isFunction$4(rd.value)?rd.value():rd.value;if(od){qa("pick",[dayjs2(od[0]).locale(Ra.value),dayjs2(od[1]).locale(Ra.value)]);return}rd.onClick&&rd.onClick({attrs:Ja,slots:ed,emit:qa})}},useRangePicker=(Ra,{defaultValue:qa,leftDate:Ja,rightDate:ed,unit:td,onParsedValueChanged:rd})=>{const{emit:od}=getCurrentInstance(),{pickerNs:sd}=inject(ROOT_PICKER_INJECTION_KEY),ld=useNamespace("date-range-picker"),{t:cd,lang:ud}=useLocale(),gd=useShortcut(ud),_d=ref$1(),yd=ref$1(),Ed=ref$1({endDate:null,selecting:!1}),Td=Id=>{Ed.value=Id},Od=(Id=!1)=>{const Rd=unref(_d),Md=unref(yd);isValidRange([Rd,Md])&&od("pick",[Rd,Md],Id)},Ad=Id=>{Ed.value.selecting=Id,Id||(Ed.value.endDate=null)},Nd=Id=>{if(isArray$2(Id)&&Id.length===2){const[Rd,Md]=Id;_d.value=Rd,Ja.value=Rd,yd.value=Md,rd(unref(_d),unref(yd))}else kd()},kd=()=>{const[Id,Rd]=getDefaultValue$1(unref(qa),{lang:unref(ud),unit:td,unlinkPanels:Ra.unlinkPanels});_d.value=void 0,yd.value=void 0,Ja.value=Id,ed.value=Rd};return watch(qa,Id=>{Id&&kd()},{immediate:!0}),watch(()=>Ra.parsedValue,Nd,{immediate:!0}),{minDate:_d,maxDate:yd,rangeState:Ed,lang:ud,ppNs:sd,drpNs:ld,handleChangeRange:Td,handleRangeConfirm:Od,handleShortcutClick:gd,onSelect:Ad,onReset:Nd,t:cd}},unit$2="month",_sfc_main$1Y=defineComponent({__name:"panel-date-range",props:panelDateRangeProps,emits:["pick","set-picker-option","calendar-change","panel-change"],setup(Ra,{emit:qa}){const Ja=Ra,ed=inject("EP_PICKER_BASE"),{disabledDate:td,cellClassName:rd,defaultTime:od,clearable:sd}=ed.props,ld=toRef$1(ed.props,"format"),cd=toRef$1(ed.props,"shortcuts"),ud=toRef$1(ed.props,"defaultValue"),{lang:gd}=useLocale(),_d=ref$1(dayjs2().locale(gd.value)),yd=ref$1(dayjs2().locale(gd.value).add(1,unit$2)),{minDate:Ed,maxDate:Td,rangeState:Od,ppNs:Ad,drpNs:Nd,handleChangeRange:kd,handleRangeConfirm:Id,handleShortcutClick:Rd,onSelect:Md,onReset:Ld,t:jd}=useRangePicker(Ja,{defaultValue:ud,leftDate:_d,rightDate:yd,unit:unit$2,onParsedValueChanged:Zf});watch(()=>Ja.visible,Jf=>{!Jf&&Od.value.selecting&&(Ld(Ja.parsedValue),Md(!1))});const Pd=ref$1({min:null,max:null}),Fd=ref$1({min:null,max:null}),Ud=computed(()=>`${_d.value.year()} ${jd("el.datepicker.year")} ${jd(`el.datepicker.month${_d.value.month()+1}`)}`),Vd=computed(()=>`${yd.value.year()} ${jd("el.datepicker.year")} ${jd(`el.datepicker.month${yd.value.month()+1}`)}`),qd=computed(()=>_d.value.year()),Wd=computed(()=>_d.value.month()),zd=computed(()=>yd.value.year()),Kd=computed(()=>yd.value.month()),Qd=computed(()=>!!cd.value.length),hf=computed(()=>Pd.value.min!==null?Pd.value.min:Ed.value?Ed.value.format(Ef.value):""),gf=computed(()=>Pd.value.max!==null?Pd.value.max:Td.value||Ed.value?(Td.value||Ed.value).format(Ef.value):""),bf=computed(()=>Fd.value.min!==null?Fd.value.min:Ed.value?Ed.value.format(Cf.value):""),kf=computed(()=>Fd.value.max!==null?Fd.value.max:Td.value||Ed.value?(Td.value||Ed.value).format(Cf.value):""),Cf=computed(()=>Ja.timeFormat||extractTimeFormat(ld.value)),Ef=computed(()=>Ja.dateFormat||extractDateFormat(ld.value)),yf=Jf=>isValidRange(Jf)&&(td?!td(Jf[0].toDate())&&!td(Jf[1].toDate()):!0),Mf=()=>{_d.value=_d.value.subtract(1,"year"),Ja.unlinkPanels||(yd.value=_d.value.add(1,"month")),xf("year")},Af=()=>{_d.value=_d.value.subtract(1,"month"),Ja.unlinkPanels||(yd.value=_d.value.add(1,"month")),xf("month")},Zd=()=>{Ja.unlinkPanels?yd.value=yd.value.add(1,"year"):(_d.value=_d.value.add(1,"year"),yd.value=_d.value.add(1,"month")),xf("year")},mf=()=>{Ja.unlinkPanels?yd.value=yd.value.add(1,"month"):(_d.value=_d.value.add(1,"month"),yd.value=_d.value.add(1,"month")),xf("month")},Pf=()=>{_d.value=_d.value.add(1,"year"),xf("year")},Ff=()=>{_d.value=_d.value.add(1,"month"),xf("month")},Lf=()=>{yd.value=yd.value.subtract(1,"year"),xf("year")},jf=()=>{yd.value=yd.value.subtract(1,"month"),xf("month")},xf=Jf=>{qa("panel-change",[_d.value.toDate(),yd.value.toDate()],Jf)},Nf=computed(()=>{const Jf=(Wd.value+1)%12,Th=Wd.value+1>=12?1:0;return Ja.unlinkPanels&&new Date(qd.value+Th,Jf)<new Date(zd.value,Kd.value)}),Bf=computed(()=>Ja.unlinkPanels&&zd.value*12+Kd.value-(qd.value*12+Wd.value+1)>=12),Tf=computed(()=>!(Ed.value&&Td.value&&!Od.value.selecting&&isValidRange([Ed.value,Td.value]))),wf=computed(()=>Ja.type==="datetime"||Ja.type==="datetimerange"),Of=(Jf,Th)=>{if(Jf)return od?dayjs2(od[Th]||od).locale(gd.value).year(Jf.year()).month(Jf.month()).date(Jf.date()):Jf},$f=(Jf,Th=!0)=>{const Ah=Jf.minDate,Gh=Jf.maxDate,sm=Of(Ah,0),kh=Of(Gh,1);Td.value===kh&&Ed.value===sm||(qa("calendar-change",[Ah.toDate(),Gh&&Gh.toDate()]),Td.value=kh,Ed.value=sm,!(!Th||wf.value)&&Id())},Wf=ref$1(!1),Kf=ref$1(!1),Df=()=>{Wf.value=!1},qf=()=>{Kf.value=!1},Xf=(Jf,Th)=>{Pd.value[Th]=Jf;const Ah=dayjs2(Jf,Ef.value).locale(gd.value);if(Ah.isValid()){if(td&&td(Ah.toDate()))return;Th==="min"?(_d.value=Ah,Ed.value=(Ed.value||_d.value).year(Ah.year()).month(Ah.month()).date(Ah.date()),!Ja.unlinkPanels&&(!Td.value||Td.value.isBefore(Ed.value))&&(yd.value=Ah.add(1,"month"),Td.value=Ed.value.add(1,"month"))):(yd.value=Ah,Td.value=(Td.value||yd.value).year(Ah.year()).month(Ah.month()).date(Ah.date()),!Ja.unlinkPanels&&(!Ed.value||Ed.value.isAfter(Td.value))&&(_d.value=Ah.subtract(1,"month"),Ed.value=Td.value.subtract(1,"month")))}},hh=(Jf,Th)=>{Pd.value[Th]=null},Mh=(Jf,Th)=>{Fd.value[Th]=Jf;const Ah=dayjs2(Jf,Cf.value).locale(gd.value);Ah.isValid()&&(Th==="min"?(Wf.value=!0,Ed.value=(Ed.value||_d.value).hour(Ah.hour()).minute(Ah.minute()).second(Ah.second())):(Kf.value=!0,Td.value=(Td.value||yd.value).hour(Ah.hour()).minute(Ah.minute()).second(Ah.second()),yd.value=Td.value))},wh=(Jf,Th)=>{Fd.value[Th]=null,Th==="min"?(_d.value=Ed.value,Wf.value=!1,(!Td.value||Td.value.isBefore(Ed.value))&&(Td.value=Ed.value)):(yd.value=Td.value,Kf.value=!1,Td.value&&Td.value.isBefore(Ed.value)&&(Ed.value=Td.value))},Bh=(Jf,Th,Ah)=>{Fd.value.min||(Jf&&(_d.value=Jf,Ed.value=(Ed.value||_d.value).hour(Jf.hour()).minute(Jf.minute()).second(Jf.second())),Ah||(Wf.value=Th),(!Td.value||Td.value.isBefore(Ed.value))&&(Td.value=Ed.value,yd.value=Jf))},Uh=(Jf,Th,Ah)=>{Fd.value.max||(Jf&&(yd.value=Jf,Td.value=(Td.value||yd.value).hour(Jf.hour()).minute(Jf.minute()).second(Jf.second())),Ah||(Kf.value=Th),Td.value&&Td.value.isBefore(Ed.value)&&(Ed.value=Td.value))},oh=()=>{_d.value=getDefaultValue$1(unref(ud),{lang:unref(gd),unit:"month",unlinkPanels:Ja.unlinkPanels})[0],yd.value=_d.value.add(1,"month"),Td.value=void 0,Ed.value=void 0,qa("pick",null)},Vf=Jf=>isArray$2(Jf)?Jf.map(Th=>Th.format(ld.value)):Jf.format(ld.value),Rf=Jf=>isArray$2(Jf)?Jf.map(Th=>dayjs2(Th,ld.value).locale(gd.value)):dayjs2(Jf,ld.value).locale(gd.value);function Zf(Jf,Th){if(Ja.unlinkPanels&&Th){const Ah=(Jf==null?void 0:Jf.year())||0,Gh=(Jf==null?void 0:Jf.month())||0,sm=Th.year(),kh=Th.month();yd.value=Ah===sm&&Gh===kh?Th.add(1,unit$2):Th}else yd.value=_d.value.add(1,unit$2),Th&&(yd.value=yd.value.hour(Th.hour()).minute(Th.minute()).second(Th.second()))}return qa("set-picker-option",["isValidValue",yf]),qa("set-picker-option",["parseUserInput",Rf]),qa("set-picker-option",["formatToString",Vf]),qa("set-picker-option",["handleClear",oh]),(Jf,Th)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(Ad).b(),unref(Nd).b(),{"has-sidebar":Jf.$slots.sidebar||unref(Qd),"has-time":unref(wf)}])},[createBaseVNode("div",{class:normalizeClass(unref(Ad).e("body-wrapper"))},[renderSlot(Jf.$slots,"sidebar",{class:normalizeClass(unref(Ad).e("sidebar"))}),unref(Qd)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ad).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(cd),(Ah,Gh)=>(openBlock(),createElementBlock("button",{key:Gh,type:"button",class:normalizeClass(unref(Ad).e("shortcut")),onClick:sm=>unref(Rd)(Ah)},toDisplayString(Ah.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(Ad).e("body"))},[unref(wf)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Nd).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(Nd).e("editors-wrap"))},[createBaseVNode("span",{class:normalizeClass(unref(Nd).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",disabled:unref(Od).selecting,placeholder:unref(jd)("el.datepicker.startDate"),class:normalizeClass(unref(Nd).e("editor")),"model-value":unref(hf),"validate-event":!1,onInput:Ah=>Xf(Ah,"min"),onChange:Ah=>hh(Ah,"min")},null,8,["disabled","placeholder","class","model-value","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Nd).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Nd).e("editor")),disabled:unref(Od).selecting,placeholder:unref(jd)("el.datepicker.startTime"),"model-value":unref(bf),"validate-event":!1,onFocus:Ah=>Wf.value=!0,onInput:Ah=>Mh(Ah,"min"),onChange:Ah=>wh(Ah,"min")},null,8,["class","disabled","placeholder","model-value","onFocus","onInput","onChange"]),createVNode(unref(TimePickPanel),{visible:Wf.value,format:unref(Cf),"datetime-role":"start","parsed-value":_d.value,onPick:Bh},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Df]])],2),createBaseVNode("span",null,[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})]),createBaseVNode("span",{class:normalizeClass([unref(Nd).e("editors-wrap"),"is-right"])},[createBaseVNode("span",{class:normalizeClass(unref(Nd).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Nd).e("editor")),disabled:unref(Od).selecting,placeholder:unref(jd)("el.datepicker.endDate"),"model-value":unref(gf),readonly:!unref(Ed),"validate-event":!1,onInput:Ah=>Xf(Ah,"max"),onChange:Ah=>hh(Ah,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Nd).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Nd).e("editor")),disabled:unref(Od).selecting,placeholder:unref(jd)("el.datepicker.endTime"),"model-value":unref(kf),readonly:!unref(Ed),"validate-event":!1,onFocus:Ah=>unref(Ed)&&(Kf.value=!0),onInput:Ah=>Mh(Ah,"max"),onChange:Ah=>wh(Ah,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onFocus","onInput","onChange"]),createVNode(unref(TimePickPanel),{"datetime-role":"end",visible:Kf.value,format:unref(Cf),"parsed-value":yd.value,onPick:Uh},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),qf]])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([[unref(Ad).e("content"),unref(Nd).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(Nd).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(Ad).e("icon-btn"),"d-arrow-left"]),"aria-label":unref(jd)("el.datepicker.prevYear"),onClick:Mf},[renderSlot(Jf.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["aria-label"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(Ad).e("icon-btn"),"arrow-left"]),"aria-label":unref(jd)("el.datepicker.prevMonth"),onClick:Af},[renderSlot(Jf.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label"]),Jf.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Bf),class:normalizeClass([[unref(Ad).e("icon-btn"),{"is-disabled":!unref(Bf)}],"d-arrow-right"]),"aria-label":unref(jd)("el.datepicker.nextYear"),onClick:Pf},[renderSlot(Jf.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),Jf.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Nf),class:normalizeClass([[unref(Ad).e("icon-btn"),{"is-disabled":!unref(Nf)}],"arrow-right"]),"aria-label":unref(jd)("el.datepicker.nextMonth"),onClick:Ff},[renderSlot(Jf.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(Ud)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:_d.value,"min-date":unref(Ed),"max-date":unref(Td),"range-state":unref(Od),"disabled-date":unref(td),"cell-class-name":unref(rd),onChangerange:unref(kd),onPick:$f,onSelect:unref(Md)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(Ad).e("content"),unref(Nd).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Nd).e("header"))},[Jf.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Bf),class:normalizeClass([[unref(Ad).e("icon-btn"),{"is-disabled":!unref(Bf)}],"d-arrow-left"]),"aria-label":unref(jd)("el.datepicker.prevYear"),onClick:Lf},[renderSlot(Jf.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),Jf.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Nf),class:normalizeClass([[unref(Ad).e("icon-btn"),{"is-disabled":!unref(Nf)}],"arrow-left"]),"aria-label":unref(jd)("el.datepicker.prevMonth"),onClick:jf},[renderSlot(Jf.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button","aria-label":unref(jd)("el.datepicker.nextYear"),class:normalizeClass([unref(Ad).e("icon-btn"),"d-arrow-right"]),onClick:Zd},[renderSlot(Jf.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(Ad).e("icon-btn"),"arrow-right"]),"aria-label":unref(jd)("el.datepicker.nextMonth"),onClick:mf},[renderSlot(Jf.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("div",null,toDisplayString(unref(Vd)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:yd.value,"min-date":unref(Ed),"max-date":unref(Td),"range-state":unref(Od),"disabled-date":unref(td),"cell-class-name":unref(rd),onChangerange:unref(kd),onPick:$f,onSelect:unref(Md)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2)],2)],2),unref(wf)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ad).e("footer"))},[unref(sd)?(openBlock(),createBlock(unref(ElButton),{key:0,text:"",size:"small",class:normalizeClass(unref(Ad).e("link-btn")),onClick:oh},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(jd)("el.datepicker.clear")),1)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(Ad).e("link-btn")),disabled:unref(Tf),onClick:Ah=>unref(Id)(!1)},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(jd)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled","onClick"])],2)):createCommentVNode("v-if",!0)],2))}});var DateRangePickPanel=_export_sfc$1(_sfc_main$1Y,[["__file","panel-date-range.vue"]]);const panelMonthRangeProps=buildProps({...panelRangeSharedProps}),panelMonthRangeEmits=["pick","set-picker-option","calendar-change"],useMonthRangeHeader=({unlinkPanels:Ra,leftDate:qa,rightDate:Ja})=>{const{t:ed}=useLocale(),td=()=>{qa.value=qa.value.subtract(1,"year"),Ra.value||(Ja.value=Ja.value.subtract(1,"year"))},rd=()=>{Ra.value||(qa.value=qa.value.add(1,"year")),Ja.value=Ja.value.add(1,"year")},od=()=>{qa.value=qa.value.add(1,"year")},sd=()=>{Ja.value=Ja.value.subtract(1,"year")},ld=computed(()=>`${qa.value.year()} ${ed("el.datepicker.year")}`),cd=computed(()=>`${Ja.value.year()} ${ed("el.datepicker.year")}`),ud=computed(()=>qa.value.year()),gd=computed(()=>Ja.value.year()===qa.value.year()?qa.value.year()+1:Ja.value.year());return{leftPrevYear:td,rightNextYear:rd,leftNextYear:od,rightPrevYear:sd,leftLabel:ld,rightLabel:cd,leftYear:ud,rightYear:gd}},unit$1="year",__default__$11=defineComponent({name:"DatePickerMonthRange"}),_sfc_main$1X=defineComponent({...__default__$11,props:panelMonthRangeProps,emits:panelMonthRangeEmits,setup(Ra,{emit:qa}){const Ja=Ra,{lang:ed}=useLocale(),td=inject("EP_PICKER_BASE"),{shortcuts:rd,disabledDate:od}=td.props,sd=toRef$1(td.props,"format"),ld=toRef$1(td.props,"defaultValue"),cd=ref$1(dayjs2().locale(ed.value)),ud=ref$1(dayjs2().locale(ed.value).add(1,unit$1)),{minDate:gd,maxDate:_d,rangeState:yd,ppNs:Ed,drpNs:Td,handleChangeRange:Od,handleRangeConfirm:Ad,handleShortcutClick:Nd,onSelect:kd}=useRangePicker(Ja,{defaultValue:ld,leftDate:cd,rightDate:ud,unit:unit$1,onParsedValueChanged:hf}),Id=computed(()=>!!rd.length),{leftPrevYear:Rd,rightNextYear:Md,leftNextYear:Ld,rightPrevYear:jd,leftLabel:Pd,rightLabel:Fd,leftYear:Ud,rightYear:Vd}=useMonthRangeHeader({unlinkPanels:toRef$1(Ja,"unlinkPanels"),leftDate:cd,rightDate:ud}),qd=computed(()=>Ja.unlinkPanels&&Vd.value>Ud.value+1),Wd=(gf,bf=!0)=>{const kf=gf.minDate,Cf=gf.maxDate;_d.value===Cf&&gd.value===kf||(qa("calendar-change",[kf.toDate(),Cf&&Cf.toDate()]),_d.value=Cf,gd.value=kf,bf&&Ad())},zd=()=>{cd.value=getDefaultValue$1(unref(ld),{lang:unref(ed),unit:"year",unlinkPanels:Ja.unlinkPanels})[0],ud.value=cd.value.add(1,"year"),qa("pick",null)},Kd=gf=>isArray$2(gf)?gf.map(bf=>bf.format(sd.value)):gf.format(sd.value),Qd=gf=>isArray$2(gf)?gf.map(bf=>dayjs2(bf,sd.value).locale(ed.value)):dayjs2(gf,sd.value).locale(ed.value);function hf(gf,bf){if(Ja.unlinkPanels&&bf){const kf=(gf==null?void 0:gf.year())||0,Cf=bf.year();ud.value=kf===Cf?bf.add(1,unit$1):bf}else ud.value=cd.value.add(1,unit$1)}return qa("set-picker-option",["isValidValue",isValidRange]),qa("set-picker-option",["formatToString",Kd]),qa("set-picker-option",["parseUserInput",Qd]),qa("set-picker-option",["handleClear",zd]),(gf,bf)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(Ed).b(),unref(Td).b(),{"has-sidebar":!!gf.$slots.sidebar||unref(Id)}])},[createBaseVNode("div",{class:normalizeClass(unref(Ed).e("body-wrapper"))},[renderSlot(gf.$slots,"sidebar",{class:normalizeClass(unref(Ed).e("sidebar"))}),unref(Id)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ed).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(rd),(kf,Cf)=>(openBlock(),createElementBlock("button",{key:Cf,type:"button",class:normalizeClass(unref(Ed).e("shortcut")),onClick:Ef=>unref(Nd)(kf)},toDisplayString(kf.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(Ed).e("body"))},[createBaseVNode("div",{class:normalizeClass([[unref(Ed).e("content"),unref(Td).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(Td).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(Ed).e("icon-btn"),"d-arrow-left"]),onClick:unref(Rd)},[renderSlot(gf.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),gf.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(qd),class:normalizeClass([[unref(Ed).e("icon-btn"),{[unref(Ed).is("disabled")]:!unref(qd)}],"d-arrow-right"]),onClick:unref(Ld)},[renderSlot(gf.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(Pd)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:cd.value,"min-date":unref(gd),"max-date":unref(_d),"range-state":unref(yd),"disabled-date":unref(od),onChangerange:unref(Od),onPick:Wd,onSelect:unref(kd)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(Ed).e("content"),unref(Td).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Td).e("header"))},[gf.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(qd),class:normalizeClass([[unref(Ed).e("icon-btn"),{"is-disabled":!unref(qd)}],"d-arrow-left"]),onClick:unref(jd)},[renderSlot(gf.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button",class:normalizeClass([unref(Ed).e("icon-btn"),"d-arrow-right"]),onClick:unref(Md)},[renderSlot(gf.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(Fd)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:ud.value,"min-date":unref(gd),"max-date":unref(_d),"range-state":unref(yd),"disabled-date":unref(od),onChangerange:unref(Od),onPick:Wd,onSelect:unref(kd)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2)],2)],2)],2))}});var MonthRangePickPanel=_export_sfc$1(_sfc_main$1X,[["__file","panel-month-range.vue"]]);const panelYearRangeProps=buildProps({...panelRangeSharedProps}),panelYearRangeEmits=["pick","set-picker-option","calendar-change"],useYearRangeHeader=({unlinkPanels:Ra,leftDate:qa,rightDate:Ja})=>{const ed=()=>{qa.value=qa.value.subtract(10,"year"),Ra.value||(Ja.value=Ja.value.subtract(10,"year"))},td=()=>{Ra.value||(qa.value=qa.value.add(10,"year")),Ja.value=Ja.value.add(10,"year")},rd=()=>{qa.value=qa.value.add(10,"year")},od=()=>{Ja.value=Ja.value.subtract(10,"year")},sd=computed(()=>{const gd=Math.floor(qa.value.year()/10)*10;return`${gd}-${gd+9}`}),ld=computed(()=>{const gd=Math.floor(Ja.value.year()/10)*10;return`${gd}-${gd+9}`}),cd=computed(()=>Math.floor(qa.value.year()/10)*10+9),ud=computed(()=>Math.floor(Ja.value.year()/10)*10);return{leftPrevYear:ed,rightNextYear:td,leftNextYear:rd,rightPrevYear:od,leftLabel:sd,rightLabel:ld,leftYear:cd,rightYear:ud}},unit="year",__default__$10=defineComponent({name:"DatePickerYearRange"}),_sfc_main$1W=defineComponent({...__default__$10,props:panelYearRangeProps,emits:panelYearRangeEmits,setup(Ra,{emit:qa}){const Ja=Ra,{lang:ed}=useLocale(),td=ref$1(dayjs2().locale(ed.value)),rd=ref$1(td.value.add(10,"year")),{pickerNs:od}=inject(ROOT_PICKER_INJECTION_KEY),sd=useNamespace("date-range-picker"),ld=computed(()=>!!Wd.length),cd=computed(()=>[od.b(),sd.b(),{"has-sidebar":!!useSlots().sidebar||ld.value}]),ud=computed(()=>({content:[od.e("content"),sd.e("content"),"is-left"],arrowLeftBtn:[od.e("icon-btn"),"d-arrow-left"],arrowRightBtn:[od.e("icon-btn"),{[od.is("disabled")]:!Rd.value},"d-arrow-right"]})),gd=computed(()=>({content:[od.e("content"),sd.e("content"),"is-right"],arrowLeftBtn:[od.e("icon-btn"),{"is-disabled":!Rd.value},"d-arrow-left"],arrowRightBtn:[od.e("icon-btn"),"d-arrow-right"]})),_d=useShortcut(ed),{leftPrevYear:yd,rightNextYear:Ed,leftNextYear:Td,rightPrevYear:Od,leftLabel:Ad,rightLabel:Nd,leftYear:kd,rightYear:Id}=useYearRangeHeader({unlinkPanels:toRef$1(Ja,"unlinkPanels"),leftDate:td,rightDate:rd}),Rd=computed(()=>Ja.unlinkPanels&&Id.value>kd.value+1),Md=ref$1(),Ld=ref$1(),jd=ref$1({endDate:null,selecting:!1}),Pd=Ef=>{jd.value=Ef},Fd=(Ef,yf=!0)=>{const Mf=Ef.minDate,Af=Ef.maxDate;Ld.value===Af&&Md.value===Mf||(qa("calendar-change",[Mf.toDate(),Af&&Af.toDate()]),Ld.value=Af,Md.value=Mf,yf&&Ud())},Ud=(Ef=!1)=>{isValidRange([Md.value,Ld.value])&&qa("pick",[Md.value,Ld.value],Ef)},Vd=Ef=>{jd.value.selecting=Ef,Ef||(jd.value.endDate=null)},qd=inject("EP_PICKER_BASE"),{shortcuts:Wd,disabledDate:zd}=qd.props,Kd=toRef$1(qd.props,"format"),Qd=toRef$1(qd.props,"defaultValue"),hf=()=>{let Ef;if(isArray$2(Qd.value)){const yf=dayjs2(Qd.value[0]);let Mf=dayjs2(Qd.value[1]);return Ja.unlinkPanels||(Mf=yf.add(10,unit)),[yf,Mf]}else Qd.value?Ef=dayjs2(Qd.value):Ef=dayjs2();return Ef=Ef.locale(ed.value),[Ef,Ef.add(10,unit)]};watch(()=>Qd.value,Ef=>{if(Ef){const yf=hf();td.value=yf[0],rd.value=yf[1]}},{immediate:!0}),watch(()=>Ja.parsedValue,Ef=>{if(Ef&&Ef.length===2)if(Md.value=Ef[0],Ld.value=Ef[1],td.value=Md.value,Ja.unlinkPanels&&Ld.value){const yf=Md.value.year(),Mf=Ld.value.year();rd.value=yf===Mf?Ld.value.add(10,"year"):Ld.value}else rd.value=td.value.add(10,"year");else{const yf=hf();Md.value=void 0,Ld.value=void 0,td.value=yf[0],rd.value=yf[1]}},{immediate:!0});const gf=Ef=>isArray$2(Ef)?Ef.map(yf=>dayjs2(yf,Kd.value).locale(ed.value)):dayjs2(Ef,Kd.value).locale(ed.value),bf=Ef=>isArray$2(Ef)?Ef.map(yf=>yf.format(Kd.value)):Ef.format(Kd.value),kf=Ef=>isValidRange(Ef)&&(zd?!zd(Ef[0].toDate())&&!zd(Ef[1].toDate()):!0),Cf=()=>{const Ef=hf();td.value=Ef[0],rd.value=Ef[1],Ld.value=void 0,Md.value=void 0,qa("pick",null)};return qa("set-picker-option",["isValidValue",kf]),qa("set-picker-option",["parseUserInput",gf]),qa("set-picker-option",["formatToString",bf]),qa("set-picker-option",["handleClear",Cf]),(Ef,yf)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(cd))},[createBaseVNode("div",{class:normalizeClass(unref(od).e("body-wrapper"))},[renderSlot(Ef.$slots,"sidebar",{class:normalizeClass(unref(od).e("sidebar"))}),unref(ld)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(od).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Wd),(Mf,Af)=>(openBlock(),createElementBlock("button",{key:Af,type:"button",class:normalizeClass(unref(od).e("shortcut")),onClick:Zd=>unref(_d)(Mf)},toDisplayString(Mf.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(od).e("body"))},[createBaseVNode("div",{class:normalizeClass(unref(ud).content)},[createBaseVNode("div",{class:normalizeClass(unref(sd).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass(unref(ud).arrowLeftBtn),onClick:unref(yd)},[renderSlot(Ef.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),Ef.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Rd),class:normalizeClass(unref(ud).arrowRightBtn),onClick:unref(Td)},[renderSlot(Ef.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(Ad)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:td.value,"min-date":Md.value,"max-date":Ld.value,"range-state":jd.value,"disabled-date":unref(zd),onChangerange:Pd,onPick:Fd,onSelect:Vd},null,8,["date","min-date","max-date","range-state","disabled-date"])],2),createBaseVNode("div",{class:normalizeClass(unref(gd).content)},[createBaseVNode("div",{class:normalizeClass(unref(sd).e("header"))},[Ef.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Rd),class:normalizeClass(unref(gd).arrowLeftBtn),onClick:unref(Od)},[renderSlot(Ef.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("button",{type:"button",class:normalizeClass(unref(gd).arrowRightBtn),onClick:unref(Ed)},[renderSlot(Ef.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(Nd)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:rd.value,"min-date":Md.value,"max-date":Ld.value,"range-state":jd.value,"disabled-date":unref(zd),onChangerange:Pd,onPick:Fd,onSelect:Vd},null,8,["date","min-date","max-date","range-state","disabled-date"])],2)],2)],2)],2))}});var YearRangePickPanel=_export_sfc$1(_sfc_main$1W,[["__file","panel-year-range.vue"]]);const getPanel=function(Ra){switch(Ra){case"daterange":case"datetimerange":return DateRangePickPanel;case"monthrange":return MonthRangePickPanel;case"yearrange":return YearRangePickPanel;default:return DatePickPanel}};dayjs2.extend(localeData);dayjs2.extend(dayjsAdvancedFormat);dayjs2.extend(dayjsCustomParseFormat);dayjs2.extend(weekOfYear);dayjs2.extend(weekYear);dayjs2.extend(dayOfYear);dayjs2.extend(isSameOrAfter);dayjs2.extend(isSameOrBefore);var DatePicker=defineComponent({name:"ElDatePicker",install:null,props:datePickerProps,emits:["update:modelValue"],setup(Ra,{expose:qa,emit:Ja,slots:ed}){const td=useNamespace("picker-panel");provide("ElPopperOptions",reactive(toRef$1(Ra,"popperOptions"))),provide(ROOT_PICKER_INJECTION_KEY,{slots:ed,pickerNs:td});const rd=ref$1();qa({focus:(ld=!0)=>{var cd;(cd=rd.value)==null||cd.focus(ld)},handleOpen:()=>{var ld;(ld=rd.value)==null||ld.handleOpen()},handleClose:()=>{var ld;(ld=rd.value)==null||ld.handleClose()}});const sd=ld=>{Ja("update:modelValue",ld)};return()=>{var ld;const cd=(ld=Ra.format)!=null?ld:DEFAULT_FORMATS_DATEPICKER[Ra.type]||DEFAULT_FORMATS_DATE,ud=getPanel(Ra.type);return createVNode(CommonPicker,mergeProps(Ra,{format:cd,type:Ra.type,ref:rd,"onUpdate:modelValue":sd}),{default:gd=>createVNode(ud,gd,{"prev-month":ed["prev-month"],"next-month":ed["next-month"],"prev-year":ed["prev-year"],"next-year":ed["next-year"]}),"range-separator":ed["range-separator"]})}}});const ElDatePicker=withInstall(DatePicker),descriptionsKey=Symbol("elDescriptions");var ElDescriptionsCell=defineComponent({name:"ElDescriptionsCell",props:{cell:{type:Object},tag:{type:String,default:"td"},type:{type:String}},setup(){return{descriptions:inject(descriptionsKey,{})}},render(){var Ra,qa,Ja,ed,td,rd,od;const sd=getNormalizedProps(this.cell),ld=(((Ra=this.cell)==null?void 0:Ra.dirs)||[]).map(Md=>{const{dir:Ld,arg:jd,modifiers:Pd,value:Fd}=Md;return[Ld,Fd,jd,Pd]}),{border:cd,direction:ud}=this.descriptions,gd=ud==="vertical",_d=((ed=(Ja=(qa=this.cell)==null?void 0:qa.children)==null?void 0:Ja.label)==null?void 0:ed.call(Ja))||sd.label,yd=(od=(rd=(td=this.cell)==null?void 0:td.children)==null?void 0:rd.default)==null?void 0:od.call(rd),Ed=sd.span,Td=sd.rowspan,Od=sd.align?`is-${sd.align}`:"",Ad=sd.labelAlign?`is-${sd.labelAlign}`:Od,Nd=sd.className,kd=sd.labelClassName,Id={width:addUnit(sd.width),minWidth:addUnit(sd.minWidth)},Rd=useNamespace("descriptions");switch(this.type){case"label":return withDirectives(h$2(this.tag,{style:Id,class:[Rd.e("cell"),Rd.e("label"),Rd.is("bordered-label",cd),Rd.is("vertical-label",gd),Ad,kd],colSpan:gd?Ed:1,rowspan:gd?1:Td},_d),ld);case"content":return withDirectives(h$2(this.tag,{style:Id,class:[Rd.e("cell"),Rd.e("content"),Rd.is("bordered-content",cd),Rd.is("vertical-content",gd),Od,Nd],colSpan:gd?Ed:Ed*2-1,rowspan:gd?Td*2-1:Td},yd),ld);default:return withDirectives(h$2("td",{style:Id,class:[Rd.e("cell"),Od],colSpan:Ed,rowspan:Td},[isNil(_d)?void 0:h$2("span",{class:[Rd.e("label"),kd]},_d),h$2("span",{class:[Rd.e("content"),Nd]},yd)]),ld)}}});const descriptionsRowProps=buildProps({row:{type:definePropType(Array),default:()=>[]}}),__default__$$=defineComponent({name:"ElDescriptionsRow"}),_sfc_main$1V=defineComponent({...__default__$$,props:descriptionsRowProps,setup(Ra){const qa=inject(descriptionsKey,{});return(Ja,ed)=>unref(qa).direction==="vertical"?(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ja.row,(td,rd)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr1-${rd}`,cell:td,tag:"th",type:"label"},null,8,["cell"]))),128))]),createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ja.row,(td,rd)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr2-${rd}`,cell:td,tag:"td",type:"content"},null,8,["cell"]))),128))])],64)):(openBlock(),createElementBlock("tr",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ja.row,(td,rd)=>(openBlock(),createElementBlock(Fragment,{key:`tr3-${rd}`},[unref(qa).border?(openBlock(),createElementBlock(Fragment,{key:0},[createVNode(unref(ElDescriptionsCell),{cell:td,tag:"td",type:"label"},null,8,["cell"]),createVNode(unref(ElDescriptionsCell),{cell:td,tag:"td",type:"content"},null,8,["cell"])],64)):(openBlock(),createBlock(unref(ElDescriptionsCell),{key:1,cell:td,tag:"td",type:"both"},null,8,["cell"]))],64))),128))]))}});var ElDescriptionsRow=_export_sfc$1(_sfc_main$1V,[["__file","descriptions-row.vue"]]);const descriptionProps=buildProps({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:""}}),__default__$_=defineComponent({name:"ElDescriptions"}),_sfc_main$1U=defineComponent({...__default__$_,props:descriptionProps,setup(Ra){const qa=Ra,Ja=useNamespace("descriptions"),ed=useFormSize(),td=useSlots();provide(descriptionsKey,qa);const rd=computed(()=>[Ja.b(),Ja.m(ed.value)]),od=(ld,cd,ud,gd=!1)=>(ld.props||(ld.props={}),cd>ud&&(ld.props.span=ud),gd&&(ld.props.span=cd),ld),sd=()=>{if(!td.default)return[];const ld=flattedChildren(td.default()).filter(Ed=>{var Td;return((Td=Ed==null?void 0:Ed.type)==null?void 0:Td.name)==="ElDescriptionsItem"}),cd=[];let ud=[],gd=qa.column,_d=0;const yd=[];return ld.forEach((Ed,Td)=>{var Od,Ad,Nd;const kd=((Od=Ed.props)==null?void 0:Od.span)||1,Id=((Ad=Ed.props)==null?void 0:Ad.rowspan)||1,Rd=cd.length;if(yd[Rd]||(yd[Rd]=0),Id>1)for(let Md=1;Md<Id;Md++)yd[Nd=Rd+Md]||(yd[Nd]=0),yd[Rd+Md]++,_d++;if(yd[Rd]>0&&(gd-=yd[Rd],yd[Rd]=0),Td<ld.length-1&&(_d+=kd>gd?gd:kd),Td===ld.length-1){const Md=qa.column-_d%qa.column;ud.push(od(Ed,Md,gd,!0)),cd.push(ud);return}kd<gd?(gd-=kd,ud.push(Ed)):(ud.push(od(Ed,kd,gd)),cd.push(ud),gd=qa.column,ud=[])}),cd};return(ld,cd)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(rd))},[ld.title||ld.extra||ld.$slots.title||ld.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ja).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref(Ja).e("title"))},[renderSlot(ld.$slots,"title",{},()=>[createTextVNode(toDisplayString(ld.title),1)])],2),createBaseVNode("div",{class:normalizeClass(unref(Ja).e("extra"))},[renderSlot(ld.$slots,"extra",{},()=>[createTextVNode(toDisplayString(ld.extra),1)])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(Ja).e("body"))},[createBaseVNode("table",{class:normalizeClass([unref(Ja).e("table"),unref(Ja).is("bordered",ld.border)])},[createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(sd(),(ud,gd)=>(openBlock(),createBlock(ElDescriptionsRow,{key:gd,row:ud},null,8,["row"]))),128))])],2)],2)],2))}});var Descriptions=_export_sfc$1(_sfc_main$1U,[["__file","description.vue"]]);const descriptionItemProps=buildProps({label:{type:String,default:""},span:{type:Number,default:1},rowspan:{type:Number,default:1},width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},align:{type:String,default:"left"},labelAlign:{type:String,default:""},className:{type:String,default:""},labelClassName:{type:String,default:""}}),DescriptionItem=defineComponent({name:"ElDescriptionsItem",props:descriptionItemProps}),ElDescriptions=withInstall(Descriptions,{DescriptionsItem:DescriptionItem}),ElDescriptionsItem=withNoopInstall(DescriptionItem),overlayProps=buildProps({mask:{type:Boolean,default:!0},customMaskEvent:Boolean,overlayClass:{type:definePropType([String,Array,Object])},zIndex:{type:definePropType([String,Number])}}),overlayEmits={click:Ra=>Ra instanceof MouseEvent},BLOCK="overlay";var Overlay$1=defineComponent({name:"ElOverlay",props:overlayProps,emits:overlayEmits,setup(Ra,{slots:qa,emit:Ja}){const ed=useNamespace(BLOCK),td=ld=>{Ja("click",ld)},{onClick:rd,onMousedown:od,onMouseup:sd}=useSameTarget(Ra.customMaskEvent?void 0:td);return()=>Ra.mask?createVNode("div",{class:[ed.b(),Ra.overlayClass],style:{zIndex:Ra.zIndex},onClick:rd,onMousedown:od,onMouseup:sd},[renderSlot(qa,"default")],PatchFlags.STYLE|PatchFlags.CLASS|PatchFlags.PROPS,["onClick","onMouseup","onMousedown"]):h$2("div",{class:Ra.overlayClass,style:{zIndex:Ra.zIndex,position:"fixed",top:"0px",right:"0px",bottom:"0px",left:"0px"}},[renderSlot(qa,"default")])}});const ElOverlay=Overlay$1,dialogInjectionKey=Symbol("dialogInjectionKey"),dialogContentProps=buildProps({center:Boolean,alignCenter:Boolean,closeIcon:{type:iconPropType},draggable:Boolean,overflow:Boolean,fullscreen:Boolean,showClose:{type:Boolean,default:!0},title:{type:String,default:""},ariaLevel:{type:String,default:"2"}}),dialogContentEmits={close:()=>!0},__default__$Z=defineComponent({name:"ElDialogContent"}),_sfc_main$1T=defineComponent({...__default__$Z,props:dialogContentProps,emits:dialogContentEmits,setup(Ra,{expose:qa}){const Ja=Ra,{t:ed}=useLocale(),{Close:td}=CloseComponents,{dialogRef:rd,headerRef:od,bodyId:sd,ns:ld,style:cd}=inject(dialogInjectionKey),{focusTrapRef:ud}=inject(FOCUS_TRAP_INJECTION_KEY),gd=computed(()=>[ld.b(),ld.is("fullscreen",Ja.fullscreen),ld.is("draggable",Ja.draggable),ld.is("align-center",Ja.alignCenter),{[ld.m("center")]:Ja.center}]),_d=composeRefs(ud,rd),yd=computed(()=>Ja.draggable),Ed=computed(()=>Ja.overflow),{resetPosition:Td}=useDraggable(rd,od,yd,Ed);return qa({resetPosition:Td}),(Od,Ad)=>(openBlock(),createElementBlock("div",{ref:unref(_d),class:normalizeClass(unref(gd)),style:normalizeStyle(unref(cd)),tabindex:"-1"},[createBaseVNode("header",{ref_key:"headerRef",ref:od,class:normalizeClass([unref(ld).e("header"),{"show-close":Od.showClose}])},[renderSlot(Od.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading","aria-level":Od.ariaLevel,class:normalizeClass(unref(ld).e("title"))},toDisplayString(Od.title),11,["aria-level"])]),Od.showClose?(openBlock(),createElementBlock("button",{key:0,"aria-label":unref(ed)("el.dialog.close"),class:normalizeClass(unref(ld).e("headerbtn")),type:"button",onClick:Nd=>Od.$emit("close")},[createVNode(unref(ElIcon),{class:normalizeClass(unref(ld).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Od.closeIcon||unref(td))))]),_:1},8,["class"])],10,["aria-label","onClick"])):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{id:unref(sd),class:normalizeClass(unref(ld).e("body"))},[renderSlot(Od.$slots,"default")],10,["id"]),Od.$slots.footer?(openBlock(),createElementBlock("footer",{key:0,class:normalizeClass(unref(ld).e("footer"))},[renderSlot(Od.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6))}});var ElDialogContent=_export_sfc$1(_sfc_main$1T,[["__file","dialog-content.vue"]]);const dialogProps=buildProps({...dialogContentProps,appendToBody:Boolean,appendTo:{type:definePropType([String,Object]),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},openDelay:{type:Number,default:0},closeDelay:{type:Number,default:0},top:{type:String},modelValue:Boolean,modalClass:String,width:{type:[String,Number]},zIndex:{type:Number},trapFocus:Boolean,headerAriaLevel:{type:String,default:"2"}}),dialogEmits={open:()=>!0,opened:()=>!0,close:()=>!0,closed:()=>!0,[UPDATE_MODEL_EVENT]:Ra=>isBoolean$3(Ra),openAutoFocus:()=>!0,closeAutoFocus:()=>!0},useDialog=(Ra,qa)=>{var Ja;const td=getCurrentInstance().emit,{nextZIndex:rd}=useZIndex();let od="";const sd=useId(),ld=useId(),cd=ref$1(!1),ud=ref$1(!1),gd=ref$1(!1),_d=ref$1((Ja=Ra.zIndex)!=null?Ja:rd());let yd,Ed;const Td=useGlobalConfig("namespace",defaultNamespace),Od=computed(()=>{const zd={},Kd=`--${Td.value}-dialog`;return Ra.fullscreen||(Ra.top&&(zd[`${Kd}-margin-top`]=Ra.top),Ra.width&&(zd[`${Kd}-width`]=addUnit(Ra.width))),zd}),Ad=computed(()=>Ra.alignCenter?{display:"flex"}:{});function Nd(){td("opened")}function kd(){td("closed"),td(UPDATE_MODEL_EVENT,!1),Ra.destroyOnClose&&(gd.value=!1)}function Id(){td("close")}function Rd(){Ed==null||Ed(),yd==null||yd(),Ra.openDelay&&Ra.openDelay>0?{stop:yd}=useTimeoutFn(()=>Pd(),Ra.openDelay):Pd()}function Md(){yd==null||yd(),Ed==null||Ed(),Ra.closeDelay&&Ra.closeDelay>0?{stop:Ed}=useTimeoutFn(()=>Fd(),Ra.closeDelay):Fd()}function Ld(){function zd(Kd){Kd||(ud.value=!0,cd.value=!1)}Ra.beforeClose?Ra.beforeClose(zd):Md()}function jd(){Ra.closeOnClickModal&&Ld()}function Pd(){isClient&&(cd.value=!0)}function Fd(){cd.value=!1}function Ud(){td("openAutoFocus")}function Vd(){td("closeAutoFocus")}function qd(zd){var Kd;((Kd=zd.detail)==null?void 0:Kd.focusReason)==="pointer"&&zd.preventDefault()}Ra.lockScroll&&useLockscreen(cd);function Wd(){Ra.closeOnPressEscape&&Ld()}return watch(()=>Ra.modelValue,zd=>{zd?(ud.value=!1,Rd(),gd.value=!0,_d.value=isUndefined$2(Ra.zIndex)?rd():_d.value++,nextTick$1(()=>{td("open"),qa.value&&(qa.value.scrollTop=0)})):cd.value&&Md()}),watch(()=>Ra.fullscreen,zd=>{qa.value&&(zd?(od=qa.value.style.transform,qa.value.style.transform=""):qa.value.style.transform=od)}),onMounted(()=>{Ra.modelValue&&(cd.value=!0,gd.value=!0,Rd())}),{afterEnter:Nd,afterLeave:kd,beforeLeave:Id,handleClose:Ld,onModalClick:jd,close:Md,doClose:Fd,onOpenAutoFocus:Ud,onCloseAutoFocus:Vd,onCloseRequested:Wd,onFocusoutPrevented:qd,titleId:sd,bodyId:ld,closed:ud,style:Od,overlayDialogStyle:Ad,rendered:gd,visible:cd,zIndex:_d}},__default__$Y=defineComponent({name:"ElDialog",inheritAttrs:!1}),_sfc_main$1S=defineComponent({...__default__$Y,props:dialogProps,emits:dialogEmits,setup(Ra,{expose:qa}){const Ja=Ra,ed=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(()=>!!ed.title));const td=useNamespace("dialog"),rd=ref$1(),od=ref$1(),sd=ref$1(),{visible:ld,titleId:cd,bodyId:ud,style:gd,overlayDialogStyle:_d,rendered:yd,zIndex:Ed,afterEnter:Td,afterLeave:Od,beforeLeave:Ad,handleClose:Nd,onModalClick:kd,onOpenAutoFocus:Id,onCloseAutoFocus:Rd,onCloseRequested:Md,onFocusoutPrevented:Ld}=useDialog(Ja,rd);provide(dialogInjectionKey,{dialogRef:rd,headerRef:od,bodyId:ud,ns:td,rendered:yd,style:gd});const jd=useSameTarget(kd),Pd=computed(()=>Ja.draggable&&!Ja.fullscreen);return qa({visible:ld,dialogContentRef:sd,resetPosition:()=>{var Ud;(Ud=sd.value)==null||Ud.resetPosition()}}),(Ud,Vd)=>(openBlock(),createBlock(unref(ElTeleport),{to:Ud.appendTo,disabled:Ud.appendTo!=="body"?!1:!Ud.appendToBody},{default:withCtx(()=>[createVNode(Transition$1,{name:"dialog-fade",onAfterEnter:unref(Td),onAfterLeave:unref(Od),onBeforeLeave:unref(Ad),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{"custom-mask-event":"",mask:Ud.modal,"overlay-class":Ud.modalClass,"z-index":unref(Ed)},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-modal":"true","aria-label":Ud.title||void 0,"aria-labelledby":Ud.title?void 0:unref(cd),"aria-describedby":unref(ud),class:normalizeClass(`${unref(td).namespace.value}-overlay-dialog`),style:normalizeStyle(unref(_d)),onClick:unref(jd).onClick,onMousedown:unref(jd).onMousedown,onMouseup:unref(jd).onMouseup},[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(ld),"focus-start-el":"container",onFocusAfterTrapped:unref(Id),onFocusAfterReleased:unref(Rd),onFocusoutPrevented:unref(Ld),onReleaseRequested:unref(Md)},{default:withCtx(()=>[unref(yd)?(openBlock(),createBlock(ElDialogContent,mergeProps({key:0,ref_key:"dialogContentRef",ref:sd},Ud.$attrs,{center:Ud.center,"align-center":Ud.alignCenter,"close-icon":Ud.closeIcon,draggable:unref(Pd),overflow:Ud.overflow,fullscreen:Ud.fullscreen,"show-close":Ud.showClose,title:Ud.title,"aria-level":Ud.headerAriaLevel,onClose:unref(Nd)}),createSlots({header:withCtx(()=>[Ud.$slots.title?renderSlot(Ud.$slots,"title",{key:1}):renderSlot(Ud.$slots,"header",{key:0,close:unref(Nd),titleId:unref(cd),titleClass:unref(td).e("title")})]),default:withCtx(()=>[renderSlot(Ud.$slots,"default")]),_:2},[Ud.$slots.footer?{name:"footer",fn:withCtx(()=>[renderSlot(Ud.$slots,"footer")])}:void 0]),1040,["center","align-center","close-icon","draggable","overflow","fullscreen","show-close","title","aria-level","onClose"])):createCommentVNode("v-if",!0)]),_:3},8,["trapped","onFocusAfterTrapped","onFocusAfterReleased","onFocusoutPrevented","onReleaseRequested"])],46,["aria-label","aria-labelledby","aria-describedby","onClick","onMousedown","onMouseup"])]),_:3},8,["mask","overlay-class","z-index"]),[[vShow,unref(ld)]])]),_:3},8,["onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}});var Dialog=_export_sfc$1(_sfc_main$1S,[["__file","dialog.vue"]]);const ElDialog=withInstall(Dialog),dividerProps=buildProps({direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},contentPosition:{type:String,values:["left","center","right"],default:"center"},borderStyle:{type:definePropType(String),default:"solid"}}),__default__$X=defineComponent({name:"ElDivider"}),_sfc_main$1R=defineComponent({...__default__$X,props:dividerProps,setup(Ra){const qa=Ra,Ja=useNamespace("divider"),ed=computed(()=>Ja.cssVar({"border-style":qa.borderStyle}));return(td,rd)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(Ja).b(),unref(Ja).m(td.direction)]),style:normalizeStyle(unref(ed)),role:"separator"},[td.$slots.default&&td.direction!=="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(Ja).e("text"),unref(Ja).is(td.contentPosition)])},[renderSlot(td.$slots,"default")],2)):createCommentVNode("v-if",!0)],6))}});var Divider=_export_sfc$1(_sfc_main$1R,[["__file","divider.vue"]]);const ElDivider=withInstall(Divider),drawerProps=buildProps({...dialogProps,direction:{type:String,default:"rtl",values:["ltr","rtl","ttb","btt"]},size:{type:[String,Number],default:"30%"},withHeader:{type:Boolean,default:!0},modalFade:{type:Boolean,default:!0},headerAriaLevel:{type:String,default:"2"}}),drawerEmits=dialogEmits,__default__$W=defineComponent({name:"ElDrawer",inheritAttrs:!1}),_sfc_main$1Q=defineComponent({...__default__$W,props:drawerProps,emits:drawerEmits,setup(Ra,{expose:qa}){const Ja=Ra,ed=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(()=>!!ed.title));const td=ref$1(),rd=ref$1(),od=useNamespace("drawer"),{t:sd}=useLocale(),{afterEnter:ld,afterLeave:cd,beforeLeave:ud,visible:gd,rendered:_d,titleId:yd,bodyId:Ed,zIndex:Td,onModalClick:Od,onOpenAutoFocus:Ad,onCloseAutoFocus:Nd,onFocusoutPrevented:kd,onCloseRequested:Id,handleClose:Rd}=useDialog(Ja,td),Md=computed(()=>Ja.direction==="rtl"||Ja.direction==="ltr"),Ld=computed(()=>addUnit(Ja.size));return qa({handleClose:Rd,afterEnter:ld,afterLeave:cd}),(jd,Pd)=>(openBlock(),createBlock(unref(ElTeleport),{to:jd.appendTo,disabled:jd.appendTo!=="body"?!1:!jd.appendToBody},{default:withCtx(()=>[createVNode(Transition$1,{name:unref(od).b("fade"),onAfterEnter:unref(ld),onAfterLeave:unref(cd),onBeforeLeave:unref(ud),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{mask:jd.modal,"overlay-class":jd.modalClass,"z-index":unref(Td),onClick:unref(Od)},{default:withCtx(()=>[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(gd),"focus-trap-el":td.value,"focus-start-el":rd.value,onFocusAfterTrapped:unref(Ad),onFocusAfterReleased:unref(Nd),onFocusoutPrevented:unref(kd),onReleaseRequested:unref(Id)},{default:withCtx(()=>[createBaseVNode("div",mergeProps({ref_key:"drawerRef",ref:td,"aria-modal":"true","aria-label":jd.title||void 0,"aria-labelledby":jd.title?void 0:unref(yd),"aria-describedby":unref(Ed)},jd.$attrs,{class:[unref(od).b(),jd.direction,unref(gd)&&"open"],style:unref(Md)?"width: "+unref(Ld):"height: "+unref(Ld),role:"dialog",onClick:withModifiers(()=>{},["stop"])}),[createBaseVNode("span",{ref_key:"focusStartRef",ref:rd,class:normalizeClass(unref(od).e("sr-focus")),tabindex:"-1"},null,2),jd.withHeader?(openBlock(),createElementBlock("header",{key:0,class:normalizeClass(unref(od).e("header"))},[jd.$slots.title?renderSlot(jd.$slots,"title",{key:1},()=>[createCommentVNode(" DEPRECATED SLOT ")]):renderSlot(jd.$slots,"header",{key:0,close:unref(Rd),titleId:unref(yd),titleClass:unref(od).e("title")},()=>[jd.$slots.title?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,id:unref(yd),role:"heading","aria-level":jd.headerAriaLevel,class:normalizeClass(unref(od).e("title"))},toDisplayString(jd.title),11,["id","aria-level"]))]),jd.showClose?(openBlock(),createElementBlock("button",{key:2,"aria-label":unref(sd)("el.drawer.close"),class:normalizeClass(unref(od).e("close-btn")),type:"button",onClick:unref(Rd)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(od).e("close"))},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"])],10,["aria-label","onClick"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),unref(_d)?(openBlock(),createElementBlock("div",{key:1,id:unref(Ed),class:normalizeClass(unref(od).e("body"))},[renderSlot(jd.$slots,"default")],10,["id"])):createCommentVNode("v-if",!0),jd.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(od).e("footer"))},[renderSlot(jd.$slots,"footer")],2)):createCommentVNode("v-if",!0)],16,["aria-label","aria-labelledby","aria-describedby","onClick"])]),_:3},8,["trapped","focus-trap-el","focus-start-el","onFocusAfterTrapped","onFocusAfterReleased","onFocusoutPrevented","onReleaseRequested"])]),_:3},8,["mask","overlay-class","z-index","onClick"]),[[vShow,unref(gd)]])]),_:3},8,["name","onAfterEnter","onAfterLeave","onBeforeLeave"])]),_:3},8,["to","disabled"]))}});var Drawer=_export_sfc$1(_sfc_main$1Q,[["__file","drawer.vue"]]);const ElDrawer=withInstall(Drawer),_sfc_main$1P=defineComponent({inheritAttrs:!1});function _sfc_render$n(Ra,qa,Ja,ed,td,rd){return renderSlot(Ra.$slots,"default")}var Collection=_export_sfc$1(_sfc_main$1P,[["render",_sfc_render$n],["__file","collection.vue"]]);const _sfc_main$1O=defineComponent({name:"ElCollectionItem",inheritAttrs:!1});function _sfc_render$m(Ra,qa,Ja,ed,td,rd){return renderSlot(Ra.$slots,"default")}var CollectionItem=_export_sfc$1(_sfc_main$1O,[["render",_sfc_render$m],["__file","collection-item.vue"]]);const COLLECTION_ITEM_SIGN="data-el-collection-item",createCollectionWithScope=Ra=>{const qa=`El${Ra}Collection`,Ja=`${qa}Item`,ed=Symbol(qa),td=Symbol(Ja),rd={...Collection,name:qa,setup(){const sd=ref$1(null),ld=new Map;provide(ed,{itemMap:ld,getItems:()=>{const ud=unref(sd);if(!ud)return[];const gd=Array.from(ud.querySelectorAll(`[${COLLECTION_ITEM_SIGN}]`));return[...ld.values()].sort((yd,Ed)=>gd.indexOf(yd.ref)-gd.indexOf(Ed.ref))},collectionRef:sd})}},od={...CollectionItem,name:Ja,setup(sd,{attrs:ld}){const cd=ref$1(null),ud=inject(ed,void 0);provide(td,{collectionItemRef:cd}),onMounted(()=>{const gd=unref(cd);gd&&ud.itemMap.set(gd,{ref:gd,...ld})}),onBeforeUnmount(()=>{const gd=unref(cd);ud.itemMap.delete(gd)})}};return{COLLECTION_INJECTION_KEY:ed,COLLECTION_ITEM_INJECTION_KEY:td,ElCollection:rd,ElCollectionItem:od}},rovingFocusGroupProps=buildProps({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:ElCollection$1,ElCollectionItem:ElCollectionItem$1,COLLECTION_INJECTION_KEY:COLLECTION_INJECTION_KEY$1,COLLECTION_ITEM_INJECTION_KEY:COLLECTION_ITEM_INJECTION_KEY$1}=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=(Ra,qa)=>Ra,getFocusIntent=(Ra,qa,Ja)=>{const ed=getDirectionAwareKey(Ra.key);return MAP_KEY_TO_FOCUS_INTENT[ed]},reorderArray=(Ra,qa)=>Ra.map((Ja,ed)=>Ra[(ed+qa)%Ra.length]),focusFirst=Ra=>{const{activeElement:qa}=document;for(const Ja of Ra)if(Ja===qa||(Ja.focus(),qa!==document.activeElement))return},CURRENT_TAB_ID_CHANGE_EVT="currentTabIdChange",ENTRY_FOCUS_EVT="rovingFocusGroup.entryFocus",EVT_OPTS={bubbles:!1,cancelable:!0},_sfc_main$1N=defineComponent({name:"ElRovingFocusGroupImpl",inheritAttrs:!1,props:rovingFocusGroupProps,emits:[CURRENT_TAB_ID_CHANGE_EVT,"entryFocus"],setup(Ra,{emit:qa}){var Ja;const ed=ref$1((Ja=Ra.currentTabId||Ra.defaultCurrentTabId)!=null?Ja:null),td=ref$1(!1),rd=ref$1(!1),od=ref$1(null),{getItems:sd}=inject(COLLECTION_INJECTION_KEY$1,void 0),ld=computed(()=>[{outline:"none"},Ra.style]),cd=Td=>{qa(CURRENT_TAB_ID_CHANGE_EVT,Td)},ud=()=>{td.value=!0},gd=composeEventHandlers(Td=>{var Od;(Od=Ra.onMousedown)==null||Od.call(Ra,Td)},()=>{rd.value=!0}),_d=composeEventHandlers(Td=>{var Od;(Od=Ra.onFocus)==null||Od.call(Ra,Td)},Td=>{const Od=!unref(rd),{target:Ad,currentTarget:Nd}=Td;if(Ad===Nd&&Od&&!unref(td)){const kd=new Event(ENTRY_FOCUS_EVT,EVT_OPTS);if(Nd==null||Nd.dispatchEvent(kd),!kd.defaultPrevented){const Id=sd().filter(Pd=>Pd.focusable),Rd=Id.find(Pd=>Pd.active),Md=Id.find(Pd=>Pd.id===unref(ed)),jd=[Rd,Md,...Id].filter(Boolean).map(Pd=>Pd.ref);focusFirst(jd)}}rd.value=!1}),yd=composeEventHandlers(Td=>{var Od;(Od=Ra.onBlur)==null||Od.call(Ra,Td)},()=>{td.value=!1}),Ed=(...Td)=>{qa("entryFocus",...Td)};provide(ROVING_FOCUS_GROUP_INJECTION_KEY,{currentTabbedId:readonly(ed),loop:toRef$1(Ra,"loop"),tabIndex:computed(()=>unref(td)?-1:0),rovingFocusGroupRef:od,rovingFocusGroupRootStyle:ld,orientation:toRef$1(Ra,"orientation"),dir:toRef$1(Ra,"dir"),onItemFocus:cd,onItemShiftTab:ud,onBlur:yd,onFocus:_d,onMousedown:gd}),watch(()=>Ra.currentTabId,Td=>{ed.value=Td??null}),useEventListener(od,ENTRY_FOCUS_EVT,Ed)}});function _sfc_render$l(Ra,qa,Ja,ed,td,rd){return renderSlot(Ra.$slots,"default")}var ElRovingFocusGroupImpl=_export_sfc$1(_sfc_main$1N,[["render",_sfc_render$l],["__file","roving-focus-group-impl.vue"]]);const _sfc_main$1M=defineComponent({name:"ElRovingFocusGroup",components:{ElFocusGroupCollection:ElCollection$1,ElRovingFocusGroupImpl}});function _sfc_render$k(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-roving-focus-group-impl"),sd=resolveComponent("el-focus-group-collection");return openBlock(),createBlock(sd,null,{default:withCtx(()=>[createVNode(od,normalizeProps(guardReactiveProps(Ra.$attrs)),{default:withCtx(()=>[renderSlot(Ra.$slots,"default")]),_:3},16)]),_:3})}var ElRovingFocusGroup=_export_sfc$1(_sfc_main$1M,[["render",_sfc_render$k],["__file","roving-focus-group.vue"]]);const _sfc_main$1L=defineComponent({components:{ElRovingFocusCollectionItem:ElCollectionItem$1},props:{focusable:{type:Boolean,default:!0},active:{type:Boolean,default:!1}},emits:["mousedown","focus","keydown"],setup(Ra,{emit:qa}){const{currentTabbedId:Ja,loop:ed,onItemFocus:td,onItemShiftTab:rd}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{getItems:od}=inject(COLLECTION_INJECTION_KEY$1,void 0),sd=useId(),ld=ref$1(null),cd=composeEventHandlers(yd=>{qa("mousedown",yd)},yd=>{Ra.focusable?td(unref(sd)):yd.preventDefault()}),ud=composeEventHandlers(yd=>{qa("focus",yd)},()=>{td(unref(sd))}),gd=composeEventHandlers(yd=>{qa("keydown",yd)},yd=>{const{key:Ed,shiftKey:Td,target:Od,currentTarget:Ad}=yd;if(Ed===EVENT_CODE.tab&&Td){rd();return}if(Od!==Ad)return;const Nd=getFocusIntent(yd);if(Nd){yd.preventDefault();let Id=od().filter(Rd=>Rd.focusable).map(Rd=>Rd.ref);switch(Nd){case"last":{Id.reverse();break}case"prev":case"next":{Nd==="prev"&&Id.reverse();const Rd=Id.indexOf(Ad);Id=ed.value?reorderArray(Id,Rd+1):Id.slice(Rd+1);break}}nextTick$1(()=>{focusFirst(Id)})}}),_d=computed(()=>Ja.value===unref(sd));return provide(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,{rovingFocusGroupItemRef:ld,tabIndex:computed(()=>unref(_d)?0:-1),handleMousedown:cd,handleFocus:ud,handleKeydown:gd}),{id:sd,handleKeydown:gd,handleFocus:ud,handleMousedown:cd}}});function _sfc_render$j(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-roving-focus-collection-item");return openBlock(),createBlock(od,{id:Ra.id,focusable:Ra.focusable,active:Ra.active},{default:withCtx(()=>[renderSlot(Ra.$slots,"default")]),_:3},8,["id","focusable","active"])}var ElRovingFocusItem=_export_sfc$1(_sfc_main$1L,[["render",_sfc_render$j],["__file","roving-focus-item.vue"]]);const dropdownProps=buildProps({trigger:useTooltipTriggerProps.trigger,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},showTimeout:{type:Number,default:150},hideTimeout:{type:Number,default:150},tabindex:{type:definePropType([Number,String]),default:0},maxHeight:{type:definePropType([Number,String]),default:""},popperClass:{type:String,default:""},disabled:Boolean,role:{type:String,default:"menu"},buttonProps:{type:definePropType(Object)},teleported:useTooltipContentProps.teleported}),dropdownItemProps=buildProps({command:{type:[Object,String,Number],default:()=>({})},disabled:Boolean,divided:Boolean,textValue:String,icon:{type:iconPropType}}),dropdownMenuProps=buildProps({onKeydown:{type:definePropType(Function)}}),FIRST_KEYS=[EVENT_CODE.down,EVENT_CODE.pageDown,EVENT_CODE.home],LAST_KEYS=[EVENT_CODE.up,EVENT_CODE.pageUp,EVENT_CODE.end],FIRST_LAST_KEYS=[...FIRST_KEYS,...LAST_KEYS],{ElCollection,ElCollectionItem,COLLECTION_INJECTION_KEY,COLLECTION_ITEM_INJECTION_KEY}=createCollectionWithScope("Dropdown"),DROPDOWN_INJECTION_KEY=Symbol("elDropdown"),{ButtonGroup:ElButtonGroup}=ElButton,_sfc_main$1K=defineComponent({name:"ElDropdown",components:{ElButton,ElButtonGroup,ElScrollbar,ElDropdownCollection:ElCollection,ElTooltip,ElRovingFocusGroup,ElOnlyChild:OnlyChild,ElIcon,ArrowDown:arrow_down_default},props:dropdownProps,emits:["visible-change","click","command"],setup(Ra,{emit:qa}){const Ja=getCurrentInstance(),ed=useNamespace("dropdown"),{t:td}=useLocale(),rd=ref$1(),od=ref$1(),sd=ref$1(null),ld=ref$1(null),cd=ref$1(null),ud=ref$1(null),gd=ref$1(!1),_d=[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.down],yd=computed(()=>({maxHeight:addUnit(Ra.maxHeight)})),Ed=computed(()=>[ed.m(Rd.value)]),Td=computed(()=>castArray$1(Ra.trigger)),Od=useId().value,Ad=computed(()=>Ra.id||Od);watch([rd,Td],([Qd,hf],[gf])=>{var bf,kf,Cf;(bf=gf==null?void 0:gf.$el)!=null&&bf.removeEventListener&&gf.$el.removeEventListener("pointerenter",Ld),(kf=Qd==null?void 0:Qd.$el)!=null&&kf.removeEventListener&&Qd.$el.removeEventListener("pointerenter",Ld),(Cf=Qd==null?void 0:Qd.$el)!=null&&Cf.addEventListener&&hf.includes("hover")&&Qd.$el.addEventListener("pointerenter",Ld)},{immediate:!0}),onBeforeUnmount(()=>{var Qd,hf;(hf=(Qd=rd.value)==null?void 0:Qd.$el)!=null&&hf.removeEventListener&&rd.value.$el.removeEventListener("pointerenter",Ld)});function Nd(){kd()}function kd(){var Qd;(Qd=sd.value)==null||Qd.onClose()}function Id(){var Qd;(Qd=sd.value)==null||Qd.onOpen()}const Rd=useFormSize();function Md(...Qd){qa("command",...Qd)}function Ld(){var Qd,hf;(hf=(Qd=rd.value)==null?void 0:Qd.$el)==null||hf.focus()}function jd(){}function Pd(){const Qd=unref(ld);Td.value.includes("hover")&&(Qd==null||Qd.focus()),ud.value=null}function Fd(Qd){ud.value=Qd}function Ud(Qd){gd.value||(Qd.preventDefault(),Qd.stopImmediatePropagation())}function Vd(){qa("visible-change",!0)}function qd(Qd){(Qd==null?void 0:Qd.type)==="keydown"&&ld.value.focus()}function Wd(){qa("visible-change",!1)}return provide(DROPDOWN_INJECTION_KEY,{contentRef:ld,role:computed(()=>Ra.role),triggerId:Ad,isUsingKeyboard:gd,onItemEnter:jd,onItemLeave:Pd}),provide("elDropdown",{instance:Ja,dropdownSize:Rd,handleClick:Nd,commandHandler:Md,trigger:toRef$1(Ra,"trigger"),hideOnClick:toRef$1(Ra,"hideOnClick")}),{t:td,ns:ed,scrollbar:cd,wrapStyle:yd,dropdownTriggerKls:Ed,dropdownSize:Rd,triggerId:Ad,triggerKeys:_d,currentTabId:ud,handleCurrentTabIdChange:Fd,handlerMainButtonClick:Qd=>{qa("click",Qd)},handleEntryFocus:Ud,handleClose:kd,handleOpen:Id,handleBeforeShowTooltip:Vd,handleShowTooltip:qd,handleBeforeHideTooltip:Wd,onFocusAfterTrapped:Qd=>{var hf,gf;Qd.preventDefault(),(gf=(hf=ld.value)==null?void 0:hf.focus)==null||gf.call(hf,{preventScroll:!0})},popperRef:sd,contentRef:ld,triggeringElementRef:rd,referenceElementRef:od}}});function _sfc_render$i(Ra,qa,Ja,ed,td,rd){var od;const sd=resolveComponent("el-dropdown-collection"),ld=resolveComponent("el-roving-focus-group"),cd=resolveComponent("el-scrollbar"),ud=resolveComponent("el-only-child"),gd=resolveComponent("el-tooltip"),_d=resolveComponent("el-button"),yd=resolveComponent("arrow-down"),Ed=resolveComponent("el-icon"),Td=resolveComponent("el-button-group");return openBlock(),createElementBlock("div",{class:normalizeClass([Ra.ns.b(),Ra.ns.is("disabled",Ra.disabled)])},[createVNode(gd,{ref:"popperRef",role:Ra.role,effect:Ra.effect,"fallback-placements":["bottom","top"],"popper-options":Ra.popperOptions,"gpu-acceleration":!1,"hide-after":Ra.trigger==="hover"?Ra.hideTimeout:0,"manual-mode":!0,placement:Ra.placement,"popper-class":[Ra.ns.e("popper"),Ra.popperClass],"reference-element":(od=Ra.referenceElementRef)==null?void 0:od.$el,trigger:Ra.trigger,"trigger-keys":Ra.triggerKeys,"trigger-target-el":Ra.contentRef,"show-after":Ra.trigger==="hover"?Ra.showTimeout:0,"stop-popper-mouse-event":!1,"virtual-ref":Ra.triggeringElementRef,"virtual-triggering":Ra.splitButton,disabled:Ra.disabled,transition:`${Ra.ns.namespace.value}-zoom-in-top`,teleported:Ra.teleported,pure:"",persistent:"",onBeforeShow:Ra.handleBeforeShowTooltip,onShow:Ra.handleShowTooltip,onBeforeHide:Ra.handleBeforeHideTooltip},createSlots({content:withCtx(()=>[createVNode(cd,{ref:"scrollbar","wrap-style":Ra.wrapStyle,tag:"div","view-class":Ra.ns.e("list")},{default:withCtx(()=>[createVNode(ld,{loop:Ra.loop,"current-tab-id":Ra.currentTabId,orientation:"horizontal",onCurrentTabIdChange:Ra.handleCurrentTabIdChange,onEntryFocus:Ra.handleEntryFocus},{default:withCtx(()=>[createVNode(sd,null,{default:withCtx(()=>[renderSlot(Ra.$slots,"dropdown")]),_:3})]),_:3},8,["loop","current-tab-id","onCurrentTabIdChange","onEntryFocus"])]),_:3},8,["wrap-style","view-class"])]),_:2},[Ra.splitButton?void 0:{name:"default",fn:withCtx(()=>[createVNode(ud,{id:Ra.triggerId,ref:"triggeringElementRef",role:"button",tabindex:Ra.tabindex},{default:withCtx(()=>[renderSlot(Ra.$slots,"default")]),_:3},8,["id","tabindex"])])}]),1032,["role","effect","popper-options","hide-after","placement","popper-class","reference-element","trigger","trigger-keys","trigger-target-el","show-after","virtual-ref","virtual-triggering","disabled","transition","teleported","onBeforeShow","onShow","onBeforeHide"]),Ra.splitButton?(openBlock(),createBlock(Td,{key:0},{default:withCtx(()=>[createVNode(_d,mergeProps({ref:"referenceElementRef"},Ra.buttonProps,{size:Ra.dropdownSize,type:Ra.type,disabled:Ra.disabled,tabindex:Ra.tabindex,onClick:Ra.handlerMainButtonClick}),{default:withCtx(()=>[renderSlot(Ra.$slots,"default")]),_:3},16,["size","type","disabled","tabindex","onClick"]),createVNode(_d,mergeProps({id:Ra.triggerId,ref:"triggeringElementRef"},Ra.buttonProps,{role:"button",size:Ra.dropdownSize,type:Ra.type,class:Ra.ns.e("caret-button"),disabled:Ra.disabled,tabindex:Ra.tabindex,"aria-label":Ra.t("el.dropdown.toggleDropdown")}),{default:withCtx(()=>[createVNode(Ed,{class:normalizeClass(Ra.ns.e("icon"))},{default:withCtx(()=>[createVNode(yd)]),_:1},8,["class"])]),_:1},16,["id","size","type","class","disabled","tabindex","aria-label"])]),_:3})):createCommentVNode("v-if",!0)],2)}var Dropdown=_export_sfc$1(_sfc_main$1K,[["render",_sfc_render$i],["__file","dropdown.vue"]]);const _sfc_main$1J=defineComponent({name:"DropdownItemImpl",components:{ElIcon},props:dropdownItemProps,emits:["pointermove","pointerleave","click","clickimpl"],setup(Ra,{emit:qa}){const Ja=useNamespace("dropdown"),{role:ed}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionItemRef:td}=inject(COLLECTION_ITEM_INJECTION_KEY,void 0),{collectionItemRef:rd}=inject(COLLECTION_ITEM_INJECTION_KEY$1,void 0),{rovingFocusGroupItemRef:od,tabIndex:sd,handleFocus:ld,handleKeydown:cd,handleMousedown:ud}=inject(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,void 0),gd=composeRefs(td,rd,od),_d=computed(()=>ed.value==="menu"?"menuitem":ed.value==="navigation"?"link":"button"),yd=composeEventHandlers(Ed=>{const{code:Td}=Ed;if(Td===EVENT_CODE.enter||Td===EVENT_CODE.space)return Ed.preventDefault(),Ed.stopImmediatePropagation(),qa("clickimpl",Ed),!0},cd);return{ns:Ja,itemRef:gd,dataset:{[COLLECTION_ITEM_SIGN]:""},role:_d,tabIndex:sd,handleFocus:ld,handleKeydown:yd,handleMousedown:ud}}});function _sfc_render$h(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[Ra.divided?(openBlock(),createElementBlock("li",mergeProps({key:0,role:"separator",class:Ra.ns.bem("menu","item","divided")},Ra.$attrs),null,16)):createCommentVNode("v-if",!0),createBaseVNode("li",mergeProps({ref:Ra.itemRef},{...Ra.dataset,...Ra.$attrs},{"aria-disabled":Ra.disabled,class:[Ra.ns.be("menu","item"),Ra.ns.is("disabled",Ra.disabled)],tabindex:Ra.tabIndex,role:Ra.role,onClick:sd=>Ra.$emit("clickimpl",sd),onFocus:Ra.handleFocus,onKeydown:withModifiers(Ra.handleKeydown,["self"]),onMousedown:Ra.handleMousedown,onPointermove:sd=>Ra.$emit("pointermove",sd),onPointerleave:sd=>Ra.$emit("pointerleave",sd)}),[Ra.icon?(openBlock(),createBlock(od,{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.icon)))]),_:1})):createCommentVNode("v-if",!0),renderSlot(Ra.$slots,"default")],16,["aria-disabled","tabindex","role","onClick","onFocus","onKeydown","onMousedown","onPointermove","onPointerleave"])],64)}var ElDropdownItemImpl=_export_sfc$1(_sfc_main$1J,[["render",_sfc_render$h],["__file","dropdown-item-impl.vue"]]);const useDropdown=()=>{const Ra=inject("elDropdown",{}),qa=computed(()=>Ra==null?void 0:Ra.dropdownSize);return{elDropdown:Ra,_elDropdownSize:qa}},_sfc_main$1I=defineComponent({name:"ElDropdownItem",components:{ElDropdownCollectionItem:ElCollectionItem,ElRovingFocusItem,ElDropdownItemImpl},inheritAttrs:!1,props:dropdownItemProps,emits:["pointermove","pointerleave","click"],setup(Ra,{emit:qa,attrs:Ja}){const{elDropdown:ed}=useDropdown(),td=getCurrentInstance(),rd=ref$1(null),od=computed(()=>{var yd,Ed;return(Ed=(yd=unref(rd))==null?void 0:yd.textContent)!=null?Ed:""}),{onItemEnter:sd,onItemLeave:ld}=inject(DROPDOWN_INJECTION_KEY,void 0),cd=composeEventHandlers(yd=>(qa("pointermove",yd),yd.defaultPrevented),whenMouse(yd=>{if(Ra.disabled){ld(yd);return}const Ed=yd.currentTarget;Ed===document.activeElement||Ed.contains(document.activeElement)||(sd(yd),yd.defaultPrevented||Ed==null||Ed.focus())})),ud=composeEventHandlers(yd=>(qa("pointerleave",yd),yd.defaultPrevented),whenMouse(ld)),gd=composeEventHandlers(yd=>{if(!Ra.disabled)return qa("click",yd),yd.type!=="keydown"&&yd.defaultPrevented},yd=>{var Ed,Td,Od;if(Ra.disabled){yd.stopImmediatePropagation();return}(Ed=ed==null?void 0:ed.hideOnClick)!=null&&Ed.value&&((Td=ed.handleClick)==null||Td.call(ed)),(Od=ed.commandHandler)==null||Od.call(ed,Ra.command,td,yd)}),_d=computed(()=>({...Ra,...Ja}));return{handleClick:gd,handlePointerMove:cd,handlePointerLeave:ud,textContent:od,propsAndAttrs:_d}}});function _sfc_render$g(Ra,qa,Ja,ed,td,rd){var od;const sd=resolveComponent("el-dropdown-item-impl"),ld=resolveComponent("el-roving-focus-item"),cd=resolveComponent("el-dropdown-collection-item");return openBlock(),createBlock(cd,{disabled:Ra.disabled,"text-value":(od=Ra.textValue)!=null?od:Ra.textContent},{default:withCtx(()=>[createVNode(ld,{focusable:!Ra.disabled},{default:withCtx(()=>[createVNode(sd,mergeProps(Ra.propsAndAttrs,{onPointerleave:Ra.handlePointerLeave,onPointermove:Ra.handlePointerMove,onClickimpl:Ra.handleClick}),{default:withCtx(()=>[renderSlot(Ra.$slots,"default")]),_:3},16,["onPointerleave","onPointermove","onClickimpl"])]),_:3},8,["focusable"])]),_:3},8,["disabled","text-value"])}var DropdownItem=_export_sfc$1(_sfc_main$1I,[["render",_sfc_render$g],["__file","dropdown-item.vue"]]);const _sfc_main$1H=defineComponent({name:"ElDropdownMenu",props:dropdownMenuProps,setup(Ra){const qa=useNamespace("dropdown"),{_elDropdownSize:Ja}=useDropdown(),ed=Ja.value,{focusTrapRef:td,onKeydown:rd}=inject(FOCUS_TRAP_INJECTION_KEY,void 0),{contentRef:od,role:sd,triggerId:ld}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionRef:cd,getItems:ud}=inject(COLLECTION_INJECTION_KEY,void 0),{rovingFocusGroupRef:gd,rovingFocusGroupRootStyle:_d,tabIndex:yd,onBlur:Ed,onFocus:Td,onMousedown:Od}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{collectionRef:Ad}=inject(COLLECTION_INJECTION_KEY$1,void 0),Nd=computed(()=>[qa.b("menu"),qa.bm("menu",ed==null?void 0:ed.value)]),kd=composeRefs(od,cd,td,gd,Ad),Id=composeEventHandlers(Md=>{var Ld;(Ld=Ra.onKeydown)==null||Ld.call(Ra,Md)},Md=>{const{currentTarget:Ld,code:jd,target:Pd}=Md;if(Ld.contains(Pd),EVENT_CODE.tab===jd&&Md.stopImmediatePropagation(),Md.preventDefault(),Pd!==unref(od)||!FIRST_LAST_KEYS.includes(jd))return;const Ud=ud().filter(Vd=>!Vd.disabled).map(Vd=>Vd.ref);LAST_KEYS.includes(jd)&&Ud.reverse(),focusFirst(Ud)});return{size:ed,rovingFocusGroupRootStyle:_d,tabIndex:yd,dropdownKls:Nd,role:sd,triggerId:ld,dropdownListWrapperRef:kd,handleKeydown:Md=>{Id(Md),rd(Md)},onBlur:Ed,onFocus:Td,onMousedown:Od}}});function _sfc_render$f(Ra,qa,Ja,ed,td,rd){return openBlock(),createElementBlock("ul",{ref:Ra.dropdownListWrapperRef,class:normalizeClass(Ra.dropdownKls),style:normalizeStyle(Ra.rovingFocusGroupRootStyle),tabindex:-1,role:Ra.role,"aria-labelledby":Ra.triggerId,onBlur:Ra.onBlur,onFocus:Ra.onFocus,onKeydown:withModifiers(Ra.handleKeydown,["self"]),onMousedown:withModifiers(Ra.onMousedown,["self"])},[renderSlot(Ra.$slots,"default")],46,["role","aria-labelledby","onBlur","onFocus","onKeydown","onMousedown"])}var DropdownMenu=_export_sfc$1(_sfc_main$1H,[["render",_sfc_render$f],["__file","dropdown-menu.vue"]]);const ElDropdown=withInstall(Dropdown,{DropdownItem,DropdownMenu}),ElDropdownItem=withNoopInstall(DropdownItem),ElDropdownMenu=withNoopInstall(DropdownMenu),__default__$V=defineComponent({name:"ImgEmpty"}),_sfc_main$1G=defineComponent({...__default__$V,setup(Ra){const qa=useNamespace("empty"),Ja=useId();return(ed,td)=>(openBlock(),createElementBlock("svg",{viewBox:"0 0 79 86",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[createBaseVNode("defs",null,[createBaseVNode("linearGradient",{id:`linearGradient-1-${unref(Ja)}`,x1:"38.8503086%",y1:"0%",x2:"61.1496914%",y2:"100%"},[createBaseVNode("stop",{"stop-color":`var(${unref(qa).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,["stop-color"]),createBaseVNode("stop",{"stop-color":`var(${unref(qa).cssVarBlockName("fill-color-4")})`,offset:"100%"},null,8,["stop-color"])],8,["id"]),createBaseVNode("linearGradient",{id:`linearGradient-2-${unref(Ja)}`,x1:"0%",y1:"9.5%",x2:"100%",y2:"90.5%"},[createBaseVNode("stop",{"stop-color":`var(${unref(qa).cssVarBlockName("fill-color-1")})`,offset:"0%"},null,8,["stop-color"]),createBaseVNode("stop",{"stop-color":`var(${unref(qa).cssVarBlockName("fill-color-6")})`,offset:"100%"},null,8,["stop-color"])],8,["id"]),createBaseVNode("rect",{id:`path-3-${unref(Ja)}`,x:"0",y:"0",width:"17",height:"36"},null,8,["id"])]),createBaseVNode("g",{id:"Illustrations",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[createBaseVNode("g",{id:"B-type",transform:"translate(-1268.000000, -535.000000)"},[createBaseVNode("g",{id:"Group-2",transform:"translate(1268.000000, 535.000000)"},[createBaseVNode("path",{id:"Oval-Copy-2",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(qa).cssVarBlockName("fill-color-3")})`},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-14",fill:`var(${unref(qa).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,["fill"]),createBaseVNode("g",{id:"Group-Copy",transform:"translate(34.500000, 31.500000) scale(-1, 1) rotate(-25.000000) translate(-34.500000, -31.500000) translate(7.000000, 10.000000)"},[createBaseVNode("polygon",{id:"Rectangle-Copy-10",fill:`var(${unref(qa).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,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-11",fill:`var(${unref(qa).cssVarBlockName("fill-color-5")})`,points:"-3.69149156e-15 7 38 7 38 43 -3.69149156e-15 43"},null,8,["fill"]),createBaseVNode("rect",{id:"Rectangle-Copy-12",fill:`url(#linearGradient-1-${unref(Ja)})`,transform:"translate(46.500000, 25.000000) scale(-1, 1) translate(-46.500000, -25.000000) ",x:"38",y:"7",width:"17",height:"36"},null,8,["fill"]),createBaseVNode("polygon",{id:"Rectangle-Copy-13",fill:`var(${unref(qa).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,["fill"])]),createBaseVNode("rect",{id:"Rectangle-Copy-15",fill:`url(#linearGradient-2-${unref(Ja)})`,x:"13",y:"45",width:"40",height:"36"},null,8,["fill"]),createBaseVNode("g",{id:"Rectangle-Copy-17",transform:"translate(53.000000, 45.000000)"},[createBaseVNode("use",{id:"Mask",fill:`var(${unref(qa).cssVarBlockName("fill-color-8")})`,transform:"translate(8.500000, 18.000000) scale(-1, 1) translate(-8.500000, -18.000000) ","xlink:href":`#path-3-${unref(Ja)}`},null,8,["fill","xlink:href"]),createBaseVNode("polygon",{id:"Rectangle-Copy",fill:`var(${unref(qa).cssVarBlockName("fill-color-9")})`,mask:`url(#mask-4-${unref(Ja)})`,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,["fill","mask"])]),createBaseVNode("polygon",{id:"Rectangle-Copy-18",fill:`var(${unref(qa).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,["fill"])])])])]))}});var ImgEmpty=_export_sfc$1(_sfc_main$1G,[["__file","img-empty.vue"]]);const emptyProps=buildProps({image:{type:String,default:""},imageSize:Number,description:{type:String,default:""}}),__default__$U=defineComponent({name:"ElEmpty"}),_sfc_main$1F=defineComponent({...__default__$U,props:emptyProps,setup(Ra){const qa=Ra,{t:Ja}=useLocale(),ed=useNamespace("empty"),td=computed(()=>qa.description||Ja("el.table.emptyText")),rd=computed(()=>({width:addUnit(qa.imageSize)}));return(od,sd)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(ed).b())},[createBaseVNode("div",{class:normalizeClass(unref(ed).e("image")),style:normalizeStyle(unref(rd))},[od.image?(openBlock(),createElementBlock("img",{key:0,src:od.image,ondragstart:"return false"},null,8,["src"])):renderSlot(od.$slots,"image",{key:1},()=>[createVNode(ImgEmpty)])],6),createBaseVNode("div",{class:normalizeClass(unref(ed).e("description"))},[od.$slots.description?renderSlot(od.$slots,"description",{key:0}):(openBlock(),createElementBlock("p",{key:1},toDisplayString(unref(td)),1))],2),od.$slots.default?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ed).e("bottom"))},[renderSlot(od.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var Empty=_export_sfc$1(_sfc_main$1F,[["__file","empty.vue"]]);const ElEmpty=withInstall(Empty),imageViewerProps=buildProps({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},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},crossorigin:{type:definePropType(String)}}),imageViewerEmits={close:()=>!0,switch:Ra=>isNumber$3(Ra),rotate:Ra=>isNumber$3(Ra)},__default__$T=defineComponent({name:"ElImageViewer"}),_sfc_main$1E=defineComponent({...__default__$T,props:imageViewerProps,emits:imageViewerEmits,setup(Ra,{expose:qa,emit:Ja}){var ed;const td=Ra,rd={CONTAIN:{name:"contain",icon:markRaw(full_screen_default)},ORIGINAL:{name:"original",icon:markRaw(scale_to_original_default)}},{t:od}=useLocale(),sd=useNamespace("image-viewer"),{nextZIndex:ld}=useZIndex(),cd=ref$1(),ud=ref$1([]),gd=effectScope(),_d=ref$1(!0),yd=ref$1(td.initialIndex),Ed=shallowRef(rd.CONTAIN),Td=ref$1({scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}),Od=ref$1((ed=td.zIndex)!=null?ed:ld()),Ad=computed(()=>{const{urlList:bf}=td;return bf.length<=1}),Nd=computed(()=>yd.value===0),kd=computed(()=>yd.value===td.urlList.length-1),Id=computed(()=>td.urlList[yd.value]),Rd=computed(()=>[sd.e("btn"),sd.e("prev"),sd.is("disabled",!td.infinite&&Nd.value)]),Md=computed(()=>[sd.e("btn"),sd.e("next"),sd.is("disabled",!td.infinite&&kd.value)]),Ld=computed(()=>{const{scale:bf,deg:kf,offsetX:Cf,offsetY:Ef,enableTransition:yf}=Td.value;let Mf=Cf/bf,Af=Ef/bf;const Zd=kf*Math.PI/180,mf=Math.cos(Zd),Pf=Math.sin(Zd);Mf=Mf*mf+Af*Pf,Af=Af*mf-Cf/bf*Pf;const Ff={transform:`scale(${bf}) rotate(${kf}deg) translate(${Mf}px, ${Af}px)`,transition:yf?"transform .3s":""};return Ed.value.name===rd.CONTAIN.name&&(Ff.maxWidth=Ff.maxHeight="100%"),Ff});function jd(){Fd(),Ja("close")}function Pd(){const bf=throttle$1(Cf=>{switch(Cf.code){case EVENT_CODE.esc:td.closeOnPressEscape&&jd();break;case EVENT_CODE.space:zd();break;case EVENT_CODE.left:Qd();break;case EVENT_CODE.up:gf("zoomIn");break;case EVENT_CODE.right:hf();break;case EVENT_CODE.down:gf("zoomOut");break}}),kf=throttle$1(Cf=>{const Ef=Cf.deltaY||Cf.deltaX;gf(Ef<0?"zoomIn":"zoomOut",{zoomRate:td.zoomRate,enableTransition:!1})});gd.run(()=>{useEventListener(document,"keydown",bf),useEventListener(document,"wheel",kf)})}function Fd(){gd.stop()}function Ud(){_d.value=!1}function Vd(bf){_d.value=!1,bf.target.alt=od("el.image.error")}function qd(bf){if(_d.value||bf.button!==0||!cd.value)return;Td.value.enableTransition=!1;const{offsetX:kf,offsetY:Cf}=Td.value,Ef=bf.pageX,yf=bf.pageY,Mf=throttle$1(Zd=>{Td.value={...Td.value,offsetX:kf+Zd.pageX-Ef,offsetY:Cf+Zd.pageY-yf}}),Af=useEventListener(document,"mousemove",Mf);useEventListener(document,"mouseup",()=>{Af()}),bf.preventDefault()}function Wd(){Td.value={scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}}function zd(){if(_d.value)return;const bf=keysOf(rd),kf=Object.values(rd),Cf=Ed.value.name,yf=(kf.findIndex(Mf=>Mf.name===Cf)+1)%bf.length;Ed.value=rd[bf[yf]],Wd()}function Kd(bf){const kf=td.urlList.length;yd.value=(bf+kf)%kf}function Qd(){Nd.value&&!td.infinite||Kd(yd.value-1)}function hf(){kd.value&&!td.infinite||Kd(yd.value+1)}function gf(bf,kf={}){if(_d.value)return;const{minScale:Cf,maxScale:Ef}=td,{zoomRate:yf,rotateDeg:Mf,enableTransition:Af}={zoomRate:td.zoomRate,rotateDeg:90,enableTransition:!0,...kf};switch(bf){case"zoomOut":Td.value.scale>Cf&&(Td.value.scale=Number.parseFloat((Td.value.scale/yf).toFixed(3)));break;case"zoomIn":Td.value.scale<Ef&&(Td.value.scale=Number.parseFloat((Td.value.scale*yf).toFixed(3)));break;case"clockwise":Td.value.deg+=Mf,Ja("rotate",Td.value.deg);break;case"anticlockwise":Td.value.deg-=Mf,Ja("rotate",Td.value.deg);break}Td.value.enableTransition=Af}return watch(Id,()=>{nextTick$1(()=>{const bf=ud.value[0];bf!=null&&bf.complete||(_d.value=!0)})}),watch(yd,bf=>{Wd(),Ja("switch",bf)}),onMounted(()=>{var bf,kf;Pd(),(kf=(bf=cd.value)==null?void 0:bf.focus)==null||kf.call(bf)}),qa({setActiveItem:Kd}),(bf,kf)=>(openBlock(),createBlock(unref(ElTeleport),{to:"body",disabled:!bf.teleported},{default:withCtx(()=>[createVNode(Transition$1,{name:"viewer-fade",appear:""},{default:withCtx(()=>[createBaseVNode("div",{ref_key:"wrapper",ref:cd,tabindex:-1,class:normalizeClass(unref(sd).e("wrapper")),style:normalizeStyle({zIndex:Od.value})},[createBaseVNode("div",{class:normalizeClass(unref(sd).e("mask")),onClick:withModifiers(Cf=>bf.hideOnClickModal&&jd(),["self"])},null,10,["onClick"]),createCommentVNode(" CLOSE "),createBaseVNode("span",{class:normalizeClass([unref(sd).e("btn"),unref(sd).e("close")]),onClick:jd},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(close_default))]),_:1})],2),createCommentVNode(" ARROW "),unref(Ad)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("span",{class:normalizeClass(unref(Rd)),onClick:Qd},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],2),createBaseVNode("span",{class:normalizeClass(unref(Md)),onClick:hf},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],2)],64)),createCommentVNode(" ACTIONS "),createBaseVNode("div",{class:normalizeClass([unref(sd).e("btn"),unref(sd).e("actions")])},[createBaseVNode("div",{class:normalizeClass(unref(sd).e("actions__inner"))},[createVNode(unref(ElIcon),{onClick:Cf=>gf("zoomOut")},{default:withCtx(()=>[createVNode(unref(zoom_out_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:Cf=>gf("zoomIn")},{default:withCtx(()=>[createVNode(unref(zoom_in_default))]),_:1},8,["onClick"]),createBaseVNode("i",{class:normalizeClass(unref(sd).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:zd},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ed).icon)))]),_:1}),createBaseVNode("i",{class:normalizeClass(unref(sd).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:Cf=>gf("anticlockwise")},{default:withCtx(()=>[createVNode(unref(refresh_left_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:Cf=>gf("clockwise")},{default:withCtx(()=>[createVNode(unref(refresh_right_default))]),_:1},8,["onClick"])],2)],2),createCommentVNode(" CANVAS "),createBaseVNode("div",{class:normalizeClass(unref(sd).e("canvas"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(bf.urlList,(Cf,Ef)=>withDirectives((openBlock(),createElementBlock("img",{ref_for:!0,ref:yf=>ud.value[Ef]=yf,key:Cf,src:Cf,style:normalizeStyle(unref(Ld)),class:normalizeClass(unref(sd).e("img")),crossorigin:bf.crossorigin,onLoad:Ud,onError:Vd,onMousedown:qd},null,46,["src","crossorigin"])),[[vShow,Ef===yd.value]])),128))],2),renderSlot(bf.$slots,"default")],6)]),_:3})]),_:3},8,["disabled"]))}});var ImageViewer=_export_sfc$1(_sfc_main$1E,[["__file","image-viewer.vue"]]);const ElImageViewer=withInstall(ImageViewer),imageProps=buildProps({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},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},crossorigin:{type:definePropType(String)}}),imageEmits={load:Ra=>Ra instanceof Event,error:Ra=>Ra instanceof Event,switch:Ra=>isNumber$3(Ra),close:()=>!0,show:()=>!0},__default__$S=defineComponent({name:"ElImage",inheritAttrs:!1}),_sfc_main$1D=defineComponent({...__default__$S,props:imageProps,emits:imageEmits,setup(Ra,{emit:qa}){const Ja=Ra;let ed="";const{t:td}=useLocale(),rd=useNamespace("image"),od=useAttrs$1(),sd=computed(()=>fromPairs(Object.entries(od).filter(([hf])=>/^(data-|on[A-Z])/i.test(hf)||["id","style"].includes(hf)))),ld=useAttrs({excludeListeners:!0,excludeKeys:computed(()=>Object.keys(sd.value))}),cd=ref$1(),ud=ref$1(!1),gd=ref$1(!0),_d=ref$1(!1),yd=ref$1(),Ed=ref$1(),Td=isClient&&"loading"in HTMLImageElement.prototype;let Od,Ad;const Nd=computed(()=>[rd.e("inner"),Id.value&&rd.e("preview"),gd.value&&rd.is("loading")]),kd=computed(()=>{const{fit:hf}=Ja;return isClient&&hf?{objectFit:hf}:{}}),Id=computed(()=>{const{previewSrcList:hf}=Ja;return Array.isArray(hf)&&hf.length>0}),Rd=computed(()=>{const{previewSrcList:hf,initialIndex:gf}=Ja;let bf=gf;return gf>hf.length-1&&(bf=0),bf}),Md=computed(()=>Ja.loading==="eager"?!1:!Td&&Ja.loading==="lazy"||Ja.lazy),Ld=()=>{isClient&&(gd.value=!0,ud.value=!1,cd.value=Ja.src)};function jd(hf){gd.value=!1,ud.value=!1,qa("load",hf)}function Pd(hf){gd.value=!1,ud.value=!0,qa("error",hf)}function Fd(){isInContainer(yd.value,Ed.value)&&(Ld(),qd())}const Ud=useThrottleFn(Fd,200,!0);async function Vd(){var hf;if(!isClient)return;await nextTick$1();const{scrollContainer:gf}=Ja;isElement$2(gf)?Ed.value=gf:isString$3(gf)&&gf!==""?Ed.value=(hf=document.querySelector(gf))!=null?hf:void 0:yd.value&&(Ed.value=getScrollContainer(yd.value)),Ed.value&&(Od=useEventListener(Ed,"scroll",Ud),setTimeout(()=>Fd(),100))}function qd(){!isClient||!Ed.value||!Ud||(Od==null||Od(),Ed.value=void 0)}function Wd(hf){if(hf.ctrlKey){if(hf.deltaY<0)return hf.preventDefault(),!1;if(hf.deltaY>0)return hf.preventDefault(),!1}}function zd(){Id.value&&(Ad=useEventListener("wheel",Wd,{passive:!1}),ed=document.body.style.overflow,document.body.style.overflow="hidden",_d.value=!0,qa("show"))}function Kd(){Ad==null||Ad(),document.body.style.overflow=ed,_d.value=!1,qa("close")}function Qd(hf){qa("switch",hf)}return watch(()=>Ja.src,()=>{Md.value?(gd.value=!0,ud.value=!1,qd(),Vd()):Ld()}),onMounted(()=>{Md.value?Vd():Ld()}),(hf,gf)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"container",ref:yd},unref(sd),{class:[unref(rd).b(),hf.$attrs.class]}),[ud.value?renderSlot(hf.$slots,"error",{key:0},()=>[createBaseVNode("div",{class:normalizeClass(unref(rd).e("error"))},toDisplayString(unref(td)("el.image.error")),3)]):(openBlock(),createElementBlock(Fragment,{key:1},[cd.value!==void 0?(openBlock(),createElementBlock("img",mergeProps({key:0},unref(ld),{src:cd.value,loading:hf.loading,style:unref(kd),class:unref(Nd),crossorigin:hf.crossorigin,onClick:zd,onLoad:jd,onError:Pd}),null,16,["src","loading","crossorigin"])):createCommentVNode("v-if",!0),gd.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(rd).e("wrapper"))},[renderSlot(hf.$slots,"placeholder",{},()=>[createBaseVNode("div",{class:normalizeClass(unref(rd).e("placeholder"))},null,2)])],2)):createCommentVNode("v-if",!0)],64)),unref(Id)?(openBlock(),createElementBlock(Fragment,{key:2},[_d.value?(openBlock(),createBlock(unref(ElImageViewer),{key:0,"z-index":hf.zIndex,"initial-index":unref(Rd),infinite:hf.infinite,"zoom-rate":hf.zoomRate,"min-scale":hf.minScale,"max-scale":hf.maxScale,"url-list":hf.previewSrcList,crossorigin:hf.crossorigin,"hide-on-click-modal":hf.hideOnClickModal,teleported:hf.previewTeleported,"close-on-press-escape":hf.closeOnPressEscape,onClose:Kd,onSwitch:Qd},{default:withCtx(()=>[hf.$slots.viewer?(openBlock(),createElementBlock("div",{key:0},[renderSlot(hf.$slots,"viewer")])):createCommentVNode("v-if",!0)]),_:3},8,["z-index","initial-index","infinite","zoom-rate","min-scale","max-scale","url-list","crossorigin","hide-on-click-modal","teleported","close-on-press-escape"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0)],16))}});var Image$1=_export_sfc$1(_sfc_main$1D,[["__file","image.vue"]]);const ElImage=withInstall(Image$1),inputNumberProps=buildProps({id:{type:String,default:void 0},step:{type:Number,default:1},stepStrictly:Boolean,max:{type:Number,default:Number.POSITIVE_INFINITY},min:{type:Number,default:Number.NEGATIVE_INFINITY},modelValue:Number,readonly:Boolean,disabled:Boolean,size:useSizeProp,controls:{type:Boolean,default:!0},controlsPosition:{type:String,default:"",values:["","right"]},valueOnClear:{type:[String,Number,null],validator:Ra=>Ra===null||isNumber$3(Ra)||["min","max"].includes(Ra),default:null},name:String,placeholder:String,precision:{type:Number,validator:Ra=>Ra>=0&&Ra===Number.parseInt(`${Ra}`,10)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),inputNumberEmits={[CHANGE_EVENT]:(Ra,qa)=>qa!==Ra,blur:Ra=>Ra instanceof FocusEvent,focus:Ra=>Ra instanceof FocusEvent,[INPUT_EVENT]:Ra=>isNumber$3(Ra)||isNil(Ra),[UPDATE_MODEL_EVENT]:Ra=>isNumber$3(Ra)||isNil(Ra)},__default__$R=defineComponent({name:"ElInputNumber"}),_sfc_main$1C=defineComponent({...__default__$R,props:inputNumberProps,emits:inputNumberEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,{t:td}=useLocale(),rd=useNamespace("input-number"),od=ref$1(),sd=reactive({currentValue:ed.modelValue,userInput:null}),{formItem:ld}=useFormItem(),cd=computed(()=>isNumber$3(ed.modelValue)&&ed.modelValue<=ed.min),ud=computed(()=>isNumber$3(ed.modelValue)&&ed.modelValue>=ed.max),gd=computed(()=>{const zd=Ad(ed.step);return isUndefined$1(ed.precision)?Math.max(Ad(ed.modelValue),zd):(zd>ed.precision,ed.precision)}),_d=computed(()=>ed.controls&&ed.controlsPosition==="right"),yd=useFormSize(),Ed=useFormDisabled(),Td=computed(()=>{if(sd.userInput!==null)return sd.userInput;let zd=sd.currentValue;if(isNil(zd))return"";if(isNumber$3(zd)){if(Number.isNaN(zd))return"";isUndefined$1(ed.precision)||(zd=zd.toFixed(ed.precision))}return zd}),Od=(zd,Kd)=>{if(isUndefined$1(Kd)&&(Kd=gd.value),Kd===0)return Math.round(zd);let Qd=String(zd);const hf=Qd.indexOf(".");if(hf===-1||!Qd.replace(".","").split("")[hf+Kd])return zd;const kf=Qd.length;return Qd.charAt(kf-1)==="5"&&(Qd=`${Qd.slice(0,Math.max(0,kf-1))}6`),Number.parseFloat(Number(Qd).toFixed(Kd))},Ad=zd=>{if(isNil(zd))return 0;const Kd=zd.toString(),Qd=Kd.indexOf(".");let hf=0;return Qd!==-1&&(hf=Kd.length-Qd-1),hf},Nd=(zd,Kd=1)=>isNumber$3(zd)?Od(zd+ed.step*Kd):sd.currentValue,kd=()=>{if(ed.readonly||Ed.value||ud.value)return;const zd=Number(Td.value)||0,Kd=Nd(zd);Md(Kd),Ja(INPUT_EVENT,sd.currentValue),qd()},Id=()=>{if(ed.readonly||Ed.value||cd.value)return;const zd=Number(Td.value)||0,Kd=Nd(zd,-1);Md(Kd),Ja(INPUT_EVENT,sd.currentValue),qd()},Rd=(zd,Kd)=>{const{max:Qd,min:hf,step:gf,precision:bf,stepStrictly:kf,valueOnClear:Cf}=ed;Qd<hf&&throwError$1("InputNumber","min should not be greater than max.");let Ef=Number(zd);if(isNil(zd)||Number.isNaN(Ef))return null;if(zd===""){if(Cf===null)return null;Ef=isString$3(Cf)?{min:hf,max:Qd}[Cf]:Cf}return kf&&(Ef=Od(Math.round(Ef/gf)*gf,bf)),isUndefined$1(bf)||(Ef=Od(Ef,bf)),(Ef>Qd||Ef<hf)&&(Ef=Ef>Qd?Qd:hf,Kd&&Ja(UPDATE_MODEL_EVENT,Ef)),Ef},Md=(zd,Kd=!0)=>{var Qd;const hf=sd.currentValue,gf=Rd(zd);if(!Kd){Ja(UPDATE_MODEL_EVENT,gf);return}hf===gf&&zd||(sd.userInput=null,Ja(UPDATE_MODEL_EVENT,gf),hf!==gf&&Ja(CHANGE_EVENT,gf,hf),ed.validateEvent&&((Qd=ld==null?void 0:ld.validate)==null||Qd.call(ld,"change").catch(bf=>void 0)),sd.currentValue=gf)},Ld=zd=>{sd.userInput=zd;const Kd=zd===""?null:Number(zd);Ja(INPUT_EVENT,Kd),Md(Kd,!1)},jd=zd=>{const Kd=zd!==""?Number(zd):"";(isNumber$3(Kd)&&!Number.isNaN(Kd)||zd==="")&&Md(Kd),qd(),sd.userInput=null},Pd=()=>{var zd,Kd;(Kd=(zd=od.value)==null?void 0:zd.focus)==null||Kd.call(zd)},Fd=()=>{var zd,Kd;(Kd=(zd=od.value)==null?void 0:zd.blur)==null||Kd.call(zd)},Ud=zd=>{Ja("focus",zd)},Vd=zd=>{var Kd;sd.userInput=null,Ja("blur",zd),ed.validateEvent&&((Kd=ld==null?void 0:ld.validate)==null||Kd.call(ld,"blur").catch(Qd=>void 0))},qd=()=>{sd.currentValue!==ed.modelValue&&(sd.currentValue=ed.modelValue)},Wd=zd=>{document.activeElement===zd.target&&zd.preventDefault()};return watch(()=>ed.modelValue,(zd,Kd)=>{const Qd=Rd(zd,!0);sd.userInput===null&&Qd!==Kd&&(sd.currentValue=Qd)},{immediate:!0}),onMounted(()=>{var zd;const{min:Kd,max:Qd,modelValue:hf}=ed,gf=(zd=od.value)==null?void 0:zd.input;if(gf.setAttribute("role","spinbutton"),Number.isFinite(Qd)?gf.setAttribute("aria-valuemax",String(Qd)):gf.removeAttribute("aria-valuemax"),Number.isFinite(Kd)?gf.setAttribute("aria-valuemin",String(Kd)):gf.removeAttribute("aria-valuemin"),gf.setAttribute("aria-valuenow",sd.currentValue||sd.currentValue===0?String(sd.currentValue):""),gf.setAttribute("aria-disabled",String(Ed.value)),!isNumber$3(hf)&&hf!=null){let bf=Number(hf);Number.isNaN(bf)&&(bf=null),Ja(UPDATE_MODEL_EVENT,bf)}gf.addEventListener("wheel",Wd,{passive:!1})}),onUpdated(()=>{var zd,Kd;const Qd=(zd=od.value)==null?void 0:zd.input;Qd==null||Qd.setAttribute("aria-valuenow",`${(Kd=sd.currentValue)!=null?Kd:""}`)}),qa({focus:Pd,blur:Fd}),(zd,Kd)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(rd).b(),unref(rd).m(unref(yd)),unref(rd).is("disabled",unref(Ed)),unref(rd).is("without-controls",!zd.controls),unref(rd).is("controls-right",unref(_d))]),onDragstart:withModifiers(()=>{},["prevent"])},[zd.controls?withDirectives((openBlock(),createElementBlock("span",{key:0,role:"button","aria-label":unref(td)("el.inputNumber.decrease"),class:normalizeClass([unref(rd).e("decrease"),unref(rd).is("disabled",unref(cd))]),onKeydown:withKeys(Id,["enter"])},[renderSlot(zd.$slots,"decrease-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(_d)?(openBlock(),createBlock(unref(arrow_down_default),{key:0})):(openBlock(),createBlock(unref(minus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),Id]]):createCommentVNode("v-if",!0),zd.controls?withDirectives((openBlock(),createElementBlock("span",{key:1,role:"button","aria-label":unref(td)("el.inputNumber.increase"),class:normalizeClass([unref(rd).e("increase"),unref(rd).is("disabled",unref(ud))]),onKeydown:withKeys(kd,["enter"])},[renderSlot(zd.$slots,"increase-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(_d)?(openBlock(),createBlock(unref(arrow_up_default),{key:0})):(openBlock(),createBlock(unref(plus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),kd]]):createCommentVNode("v-if",!0),createVNode(unref(ElInput),{id:zd.id,ref_key:"input",ref:od,type:"number",step:zd.step,"model-value":unref(Td),placeholder:zd.placeholder,readonly:zd.readonly,disabled:unref(Ed),size:unref(yd),max:zd.max,min:zd.min,name:zd.name,"aria-label":zd.ariaLabel,"validate-event":!1,onKeydown:[withKeys(withModifiers(kd,["prevent"]),["up"]),withKeys(withModifiers(Id,["prevent"]),["down"])],onBlur:Vd,onFocus:Ud,onInput:Ld,onChange:jd},null,8,["id","step","model-value","placeholder","readonly","disabled","size","max","min","name","aria-label","onKeydown"])],42,["onDragstart"]))}});var InputNumber=_export_sfc$1(_sfc_main$1C,[["__file","input-number.vue"]]);const ElInputNumber=withInstall(InputNumber),linkProps=buildProps({type:{type:String,values:["primary","success","warning","info","danger","default"],default:"default"},underline:{type:Boolean,default:!0},disabled:Boolean,href:{type:String,default:""},target:{type:String,default:"_self"},icon:{type:iconPropType}}),linkEmits={click:Ra=>Ra instanceof MouseEvent},__default__$Q=defineComponent({name:"ElLink"}),_sfc_main$1B=defineComponent({...__default__$Q,props:linkProps,emits:linkEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("link"),td=computed(()=>[ed.b(),ed.m(Ja.type),ed.is("disabled",Ja.disabled),ed.is("underline",Ja.underline&&!Ja.disabled)]);function rd(od){Ja.disabled||qa("click",od)}return(od,sd)=>(openBlock(),createElementBlock("a",{class:normalizeClass(unref(td)),href:od.disabled||!od.href?void 0:od.href,target:od.disabled||!od.href?void 0:od.target,onClick:rd},[od.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(od.icon)))]),_:1})):createCommentVNode("v-if",!0),od.$slots.default?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(ed).e("inner"))},[renderSlot(od.$slots,"default")],2)):createCommentVNode("v-if",!0),od.$slots.icon?renderSlot(od.$slots,"icon",{key:2}):createCommentVNode("v-if",!0)],10,["href","target"]))}});var Link=_export_sfc$1(_sfc_main$1B,[["__file","link.vue"]]);const ElLink=withInstall(Link);let SubMenu$1=class{constructor(qa,Ja){this.parent=qa,this.domNode=Ja,this.subIndex=0,this.subIndex=0,this.init()}init(){this.subMenuItems=this.domNode.querySelectorAll("li"),this.addListeners()}gotoSubIndex(qa){qa===this.subMenuItems.length?qa=0:qa<0&&(qa=this.subMenuItems.length-1),this.subMenuItems[qa].focus(),this.subIndex=qa}addListeners(){const qa=this.parent.domNode;Array.prototype.forEach.call(this.subMenuItems,Ja=>{Ja.addEventListener("keydown",ed=>{let td=!1;switch(ed.code){case EVENT_CODE.down:{this.gotoSubIndex(this.subIndex+1),td=!0;break}case EVENT_CODE.up:{this.gotoSubIndex(this.subIndex-1),td=!0;break}case EVENT_CODE.tab:{triggerEvent(qa,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{td=!0,ed.currentTarget.click();break}}return td&&(ed.preventDefault(),ed.stopPropagation()),!1})})}},MenuItem$1=class{constructor(qa,Ja){this.domNode=qa,this.submenu=null,this.submenu=null,this.init(Ja)}init(qa){this.domNode.setAttribute("tabindex","0");const Ja=this.domNode.querySelector(`.${qa}-menu`);Ja&&(this.submenu=new SubMenu$1(this,Ja)),this.addListeners()}addListeners(){this.domNode.addEventListener("keydown",qa=>{let Ja=!1;switch(qa.code){case EVENT_CODE.down:{triggerEvent(qa.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(0),Ja=!0;break}case EVENT_CODE.up:{triggerEvent(qa.currentTarget,"mouseenter"),this.submenu&&this.submenu.gotoSubIndex(this.submenu.subMenuItems.length-1),Ja=!0;break}case EVENT_CODE.tab:{triggerEvent(qa.currentTarget,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{Ja=!0,qa.currentTarget.click();break}}Ja&&qa.preventDefault()})}},Menu$1=class{constructor(qa,Ja){this.domNode=qa,this.init(Ja)}init(qa){const Ja=this.domNode.childNodes;Array.from(Ja).forEach(ed=>{ed.nodeType===1&&new MenuItem$1(ed,qa)})}};const _sfc_main$1A=defineComponent({name:"ElMenuCollapseTransition",setup(){const Ra=useNamespace("menu");return{listeners:{onBeforeEnter:Ja=>Ja.style.opacity="0.2",onEnter(Ja,ed){addClass(Ja,`${Ra.namespace.value}-opacity-transition`),Ja.style.opacity="1",ed()},onAfterEnter(Ja){removeClass(Ja,`${Ra.namespace.value}-opacity-transition`),Ja.style.opacity=""},onBeforeLeave(Ja){Ja.dataset||(Ja.dataset={}),hasClass(Ja,Ra.m("collapse"))?(removeClass(Ja,Ra.m("collapse")),Ja.dataset.oldOverflow=Ja.style.overflow,Ja.dataset.scrollWidth=Ja.clientWidth.toString(),addClass(Ja,Ra.m("collapse"))):(addClass(Ja,Ra.m("collapse")),Ja.dataset.oldOverflow=Ja.style.overflow,Ja.dataset.scrollWidth=Ja.clientWidth.toString(),removeClass(Ja,Ra.m("collapse"))),Ja.style.width=`${Ja.scrollWidth}px`,Ja.style.overflow="hidden"},onLeave(Ja){addClass(Ja,"horizontal-collapse-transition"),Ja.style.width=`${Ja.dataset.scrollWidth}px`}}}}});function _sfc_render$e(Ra,qa,Ja,ed,td,rd){return openBlock(),createBlock(Transition$1,mergeProps({mode:"out-in"},Ra.listeners),{default:withCtx(()=>[renderSlot(Ra.$slots,"default")]),_:3},16)}var ElMenuCollapseTransition=_export_sfc$1(_sfc_main$1A,[["render",_sfc_render$e],["__file","menu-collapse-transition.vue"]]);function useMenu(Ra,qa){const Ja=computed(()=>{let td=Ra.parent;const rd=[qa.value];for(;td.type.name!=="ElMenu";)td.props.index&&rd.unshift(td.props.index),td=td.parent;return rd});return{parentMenu:computed(()=>{let td=Ra.parent;for(;td&&!["ElMenu","ElSubMenu"].includes(td.type.name);)td=td.parent;return td}),indexPath:Ja}}function useMenuColor(Ra){return computed(()=>{const Ja=Ra.backgroundColor;return Ja?new TinyColor(Ja).shade(20).toString():""})}const useMenuCssVar=(Ra,qa)=>{const Ja=useNamespace("menu");return computed(()=>Ja.cssVarBlock({"text-color":Ra.textColor||"","hover-text-color":Ra.textColor||"","bg-color":Ra.backgroundColor||"","hover-bg-color":useMenuColor(Ra).value||"","active-color":Ra.activeTextColor||"",level:`${qa}`}))},subMenuProps=buildProps({index:{type:String,required:!0},showTimeout:Number,hideTimeout:Number,popperClass:String,disabled:Boolean,teleported:{type:Boolean,default:void 0},popperOffset:Number,expandCloseIcon:{type:iconPropType},expandOpenIcon:{type:iconPropType},collapseCloseIcon:{type:iconPropType},collapseOpenIcon:{type:iconPropType}}),COMPONENT_NAME$c="ElSubMenu";var SubMenu=defineComponent({name:COMPONENT_NAME$c,props:subMenuProps,setup(Ra,{slots:qa,expose:Ja}){const ed=getCurrentInstance(),{indexPath:td,parentMenu:rd}=useMenu(ed,computed(()=>Ra.index)),od=useNamespace("menu"),sd=useNamespace("sub-menu"),ld=inject("rootMenu");ld||throwError$1(COMPONENT_NAME$c,"can not inject root menu");const cd=inject(`subMenu:${rd.value.uid}`);cd||throwError$1(COMPONENT_NAME$c,"can not inject sub menu");const ud=ref$1({}),gd=ref$1({});let _d;const yd=ref$1(!1),Ed=ref$1(),Td=ref$1(null),Od=computed(()=>jd.value==="horizontal"&&Nd.value?"bottom-start":"right-start"),Ad=computed(()=>jd.value==="horizontal"&&Nd.value||jd.value==="vertical"&&!ld.props.collapse?Ra.expandCloseIcon&&Ra.expandOpenIcon?Md.value?Ra.expandOpenIcon:Ra.expandCloseIcon:arrow_down_default:Ra.collapseCloseIcon&&Ra.collapseOpenIcon?Md.value?Ra.collapseOpenIcon:Ra.collapseCloseIcon:arrow_right_default),Nd=computed(()=>cd.level===0),kd=computed(()=>{const bf=Ra.teleported;return bf===void 0?Nd.value:bf}),Id=computed(()=>ld.props.collapse?`${od.namespace.value}-zoom-in-left`:`${od.namespace.value}-zoom-in-top`),Rd=computed(()=>jd.value==="horizontal"&&Nd.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"]),Md=computed(()=>ld.openedMenus.includes(Ra.index)),Ld=computed(()=>{let bf=!1;return Object.values(ud.value).forEach(kf=>{kf.active&&(bf=!0)}),Object.values(gd.value).forEach(kf=>{kf.active&&(bf=!0)}),bf}),jd=computed(()=>ld.props.mode),Pd=reactive({index:Ra.index,indexPath:td,active:Ld}),Fd=useMenuCssVar(ld.props,cd.level+1),Ud=computed(()=>{var bf;return(bf=Ra.popperOffset)!=null?bf:ld.props.popperOffset}),Vd=computed(()=>{var bf;return(bf=Ra.popperClass)!=null?bf:ld.props.popperClass}),qd=computed(()=>{var bf;return(bf=Ra.showTimeout)!=null?bf:ld.props.showTimeout}),Wd=computed(()=>{var bf;return(bf=Ra.hideTimeout)!=null?bf:ld.props.hideTimeout}),zd=()=>{var bf,kf,Cf;return(Cf=(kf=(bf=Td.value)==null?void 0:bf.popperRef)==null?void 0:kf.popperInstanceRef)==null?void 0:Cf.destroy()},Kd=bf=>{bf||zd()},Qd=()=>{ld.props.menuTrigger==="hover"&&ld.props.mode==="horizontal"||ld.props.collapse&&ld.props.mode==="vertical"||Ra.disabled||ld.handleSubMenuClick({index:Ra.index,indexPath:td.value,active:Ld.value})},hf=(bf,kf=qd.value)=>{var Cf;if(bf.type!=="focus"){if(ld.props.menuTrigger==="click"&&ld.props.mode==="horizontal"||!ld.props.collapse&&ld.props.mode==="vertical"||Ra.disabled){cd.mouseInChild.value=!0;return}cd.mouseInChild.value=!0,_d==null||_d(),{stop:_d}=useTimeoutFn(()=>{ld.openMenu(Ra.index,td.value)},kf),kd.value&&((Cf=rd.value.vnode.el)==null||Cf.dispatchEvent(new MouseEvent("mouseenter")))}},gf=(bf=!1)=>{var kf;if(ld.props.menuTrigger==="click"&&ld.props.mode==="horizontal"||!ld.props.collapse&&ld.props.mode==="vertical"){cd.mouseInChild.value=!1;return}_d==null||_d(),cd.mouseInChild.value=!1,{stop:_d}=useTimeoutFn(()=>!yd.value&&ld.closeMenu(Ra.index,td.value),Wd.value),kd.value&&bf&&((kf=cd.handleMouseleave)==null||kf.call(cd,!0))};watch(()=>ld.props.collapse,bf=>Kd(!!bf));{const bf=Cf=>{gd.value[Cf.index]=Cf},kf=Cf=>{delete gd.value[Cf.index]};provide(`subMenu:${ed.uid}`,{addSubMenu:bf,removeSubMenu:kf,handleMouseleave:gf,mouseInChild:yd,level:cd.level+1})}return Ja({opened:Md}),onMounted(()=>{ld.addSubMenu(Pd),cd.addSubMenu(Pd)}),onBeforeUnmount(()=>{cd.removeSubMenu(Pd),ld.removeSubMenu(Pd)}),()=>{var bf;const kf=[(bf=qa.title)==null?void 0:bf.call(qa),h$2(ElIcon,{class:sd.e("icon-arrow"),style:{transform:Md.value?Ra.expandCloseIcon&&Ra.expandOpenIcon||Ra.collapseCloseIcon&&Ra.collapseOpenIcon&&ld.props.collapse?"none":"rotateZ(180deg)":"none"}},{default:()=>isString$3(Ad.value)?h$2(ed.appContext.components[Ad.value]):h$2(Ad.value)})],Cf=ld.isMenuPopup?h$2(ElTooltip,{ref:Td,visible:Md.value,effect:"light",pure:!0,offset:Ud.value,showArrow:!1,persistent:!0,popperClass:Vd.value,placement:Od.value,teleported:kd.value,fallbackPlacements:Rd.value,transition:Id.value,gpuAcceleration:!1},{content:()=>{var Ef;return h$2("div",{class:[od.m(jd.value),od.m("popup-container"),Vd.value],onMouseenter:yf=>hf(yf,100),onMouseleave:()=>gf(!0),onFocus:yf=>hf(yf,100)},[h$2("ul",{class:[od.b(),od.m("popup"),od.m(`popup-${Od.value}`)],style:Fd.value},[(Ef=qa.default)==null?void 0:Ef.call(qa)])])},default:()=>h$2("div",{class:sd.e("title"),onClick:Qd},kf)}):h$2(Fragment,{},[h$2("div",{class:sd.e("title"),ref:Ed,onClick:Qd},kf),h$2(ElCollapseTransition,{},{default:()=>{var Ef;return withDirectives(h$2("ul",{role:"menu",class:[od.b(),od.m("inline")],style:Fd.value},[(Ef=qa.default)==null?void 0:Ef.call(qa)]),[[vShow,Md.value]])}})]);return h$2("li",{class:[sd.b(),sd.is("active",Ld.value),sd.is("opened",Md.value),sd.is("disabled",Ra.disabled)],role:"menuitem",ariaHaspopup:!0,ariaExpanded:Md.value,onMouseenter:hf,onMouseleave:()=>gf(),onFocus:hf},[Cf])}}});const menuProps=buildProps({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,showTimeout:{type:Number,default:300},hideTimeout:{type:Number,default:300}}),checkIndexPath=Ra=>Array.isArray(Ra)&&Ra.every(qa=>isString$3(qa)),menuEmits={close:(Ra,qa)=>isString$3(Ra)&&checkIndexPath(qa),open:(Ra,qa)=>isString$3(Ra)&&checkIndexPath(qa),select:(Ra,qa,Ja,ed)=>isString$3(Ra)&&checkIndexPath(qa)&&isObject$5(Ja)&&(ed===void 0||ed instanceof Promise)};var Menu=defineComponent({name:"ElMenu",props:menuProps,emits:menuEmits,setup(Ra,{emit:qa,slots:Ja,expose:ed}){const td=getCurrentInstance(),rd=td.appContext.config.globalProperties.$router,od=ref$1(),sd=useNamespace("menu"),ld=useNamespace("sub-menu"),cd=ref$1(-1),ud=ref$1(Ra.defaultOpeneds&&!Ra.collapse?Ra.defaultOpeneds.slice(0):[]),gd=ref$1(Ra.defaultActive),_d=ref$1({}),yd=ref$1({}),Ed=computed(()=>Ra.mode==="horizontal"||Ra.mode==="vertical"&&Ra.collapse),Td=()=>{const Wd=gd.value&&_d.value[gd.value];if(!Wd||Ra.mode==="horizontal"||Ra.collapse)return;Wd.indexPath.forEach(Kd=>{const Qd=yd.value[Kd];Qd&&Od(Kd,Qd.indexPath)})},Od=(Wd,zd)=>{ud.value.includes(Wd)||(Ra.uniqueOpened&&(ud.value=ud.value.filter(Kd=>zd.includes(Kd))),ud.value.push(Wd),qa("open",Wd,zd))},Ad=Wd=>{const zd=ud.value.indexOf(Wd);zd!==-1&&ud.value.splice(zd,1)},Nd=(Wd,zd)=>{Ad(Wd),qa("close",Wd,zd)},kd=({index:Wd,indexPath:zd})=>{ud.value.includes(Wd)?Nd(Wd,zd):Od(Wd,zd)},Id=Wd=>{(Ra.mode==="horizontal"||Ra.collapse)&&(ud.value=[]);const{index:zd,indexPath:Kd}=Wd;if(!(isNil(zd)||isNil(Kd)))if(Ra.router&&rd){const Qd=Wd.route||zd,hf=rd.push(Qd).then(gf=>(gf||(gd.value=zd),gf));qa("select",zd,Kd,{index:zd,indexPath:Kd,route:Qd},hf)}else gd.value=zd,qa("select",zd,Kd,{index:zd,indexPath:Kd})},Rd=Wd=>{const zd=_d.value,Kd=zd[Wd]||gd.value&&zd[gd.value]||zd[Ra.defaultActive];Kd?gd.value=Kd.index:gd.value=Wd},Md=Wd=>{const zd=getComputedStyle(Wd),Kd=Number.parseInt(zd.marginLeft,10),Qd=Number.parseInt(zd.marginRight,10);return Wd.offsetWidth+Kd+Qd||0},Ld=()=>{var Wd,zd;if(!od.value)return-1;const Kd=Array.from((zd=(Wd=od.value)==null?void 0:Wd.childNodes)!=null?zd:[]).filter(yf=>yf.nodeName!=="#comment"&&(yf.nodeName!=="#text"||yf.nodeValue)),Qd=64,hf=getComputedStyle(od.value),gf=Number.parseInt(hf.paddingLeft,10),bf=Number.parseInt(hf.paddingRight,10),kf=od.value.clientWidth-gf-bf;let Cf=0,Ef=0;return Kd.forEach((yf,Mf)=>{Cf+=Md(yf),Cf<=kf-Qd&&(Ef=Mf+1)}),Ef===Kd.length?-1:Ef},jd=Wd=>yd.value[Wd].indexPath,Pd=(Wd,zd=33.34)=>{let Kd;return()=>{Kd&&clearTimeout(Kd),Kd=setTimeout(()=>{Wd()},zd)}};let Fd=!0;const Ud=()=>{if(cd.value===Ld())return;const Wd=()=>{cd.value=-1,nextTick$1(()=>{cd.value=Ld()})};Fd?Wd():Pd(Wd)(),Fd=!1};watch(()=>Ra.defaultActive,Wd=>{_d.value[Wd]||(gd.value=""),Rd(Wd)}),watch(()=>Ra.collapse,Wd=>{Wd&&(ud.value=[])}),watch(_d.value,Td);let Vd;watchEffect(()=>{Ra.mode==="horizontal"&&Ra.ellipsis?Vd=useResizeObserver(od,Ud).stop:Vd==null||Vd()});const qd=ref$1(!1);{const Wd=hf=>{yd.value[hf.index]=hf},zd=hf=>{delete yd.value[hf.index]};provide("rootMenu",reactive({props:Ra,openedMenus:ud,items:_d,subMenus:yd,activeIndex:gd,isMenuPopup:Ed,addMenuItem:hf=>{_d.value[hf.index]=hf},removeMenuItem:hf=>{delete _d.value[hf.index]},addSubMenu:Wd,removeSubMenu:zd,openMenu:Od,closeMenu:Nd,handleMenuItemClick:Id,handleSubMenuClick:kd})),provide(`subMenu:${td.uid}`,{addSubMenu:Wd,removeSubMenu:zd,mouseInChild:qd,level:0})}return onMounted(()=>{Ra.mode==="horizontal"&&new Menu$1(td.vnode.el,sd.namespace.value)}),ed({open:zd=>{const{indexPath:Kd}=yd.value[zd];Kd.forEach(Qd=>Od(Qd,Kd))},close:Ad,handleResize:Ud}),()=>{var Wd,zd;let Kd=(zd=(Wd=Ja.default)==null?void 0:Wd.call(Ja))!=null?zd:[];const Qd=[];if(Ra.mode==="horizontal"&&od.value){const kf=flattedChildren(Kd),Cf=cd.value===-1?kf:kf.slice(0,cd.value),Ef=cd.value===-1?[]:kf.slice(cd.value);Ef!=null&&Ef.length&&Ra.ellipsis&&(Kd=Cf,Qd.push(h$2(SubMenu,{index:"sub-menu-more",class:ld.e("hide-arrow"),popperOffset:Ra.popperOffset},{title:()=>h$2(ElIcon,{class:ld.e("icon-more")},{default:()=>h$2(Ra.ellipsisIcon)}),default:()=>Ef})))}const hf=useMenuCssVar(Ra,0),gf=Ra.closeOnClickOutside?[[ClickOutside,()=>{ud.value.length&&(qd.value||(ud.value.forEach(kf=>qa("close",kf,jd(kf))),ud.value=[]))}]]:[],bf=withDirectives(h$2("ul",{key:String(Ra.collapse),role:"menubar",ref:od,style:hf.value,class:{[sd.b()]:!0,[sd.m(Ra.mode)]:!0,[sd.m("collapse")]:Ra.collapse}},[...Kd,...Qd]),gf);return Ra.collapseTransition&&Ra.mode==="vertical"?h$2(ElMenuCollapseTransition,()=>bf):bf}}});const menuItemProps=buildProps({index:{type:definePropType([String,null]),default:null},route:{type:definePropType([String,Object])},disabled:Boolean}),menuItemEmits={click:Ra=>isString$3(Ra.index)&&Array.isArray(Ra.indexPath)},COMPONENT_NAME$b="ElMenuItem",_sfc_main$1z=defineComponent({name:COMPONENT_NAME$b,components:{ElTooltip},props:menuItemProps,emits:menuItemEmits,setup(Ra,{emit:qa}){const Ja=getCurrentInstance(),ed=inject("rootMenu"),td=useNamespace("menu"),rd=useNamespace("menu-item");ed||throwError$1(COMPONENT_NAME$b,"can not inject root menu");const{parentMenu:od,indexPath:sd}=useMenu(Ja,toRef$1(Ra,"index")),ld=inject(`subMenu:${od.value.uid}`);ld||throwError$1(COMPONENT_NAME$b,"can not inject sub menu");const cd=computed(()=>Ra.index===ed.activeIndex),ud=reactive({index:Ra.index,indexPath:sd,active:cd}),gd=()=>{Ra.disabled||(ed.handleMenuItemClick({index:Ra.index,indexPath:sd.value,route:Ra.route}),qa("click",ud))};return onMounted(()=>{ld.addSubMenu(ud),ed.addMenuItem(ud)}),onBeforeUnmount(()=>{ld.removeSubMenu(ud),ed.removeMenuItem(ud)}),{parentMenu:od,rootMenu:ed,active:cd,nsMenu:td,nsMenuItem:rd,handleClick:gd}}});function _sfc_render$d(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-tooltip");return openBlock(),createElementBlock("li",{class:normalizeClass([Ra.nsMenuItem.b(),Ra.nsMenuItem.is("active",Ra.active),Ra.nsMenuItem.is("disabled",Ra.disabled)]),role:"menuitem",tabindex:"-1",onClick:Ra.handleClick},[Ra.parentMenu.type.name==="ElMenu"&&Ra.rootMenu.props.collapse&&Ra.$slots.title?(openBlock(),createBlock(od,{key:0,effect:Ra.rootMenu.props.popperEffect,placement:"right","fallback-placements":["left"],persistent:""},{content:withCtx(()=>[renderSlot(Ra.$slots,"title")]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(Ra.nsMenu.be("tooltip","trigger"))},[renderSlot(Ra.$slots,"default")],2)]),_:3},8,["effect"])):(openBlock(),createElementBlock(Fragment,{key:1},[renderSlot(Ra.$slots,"default"),renderSlot(Ra.$slots,"title")],64))],10,["onClick"])}var MenuItem=_export_sfc$1(_sfc_main$1z,[["render",_sfc_render$d],["__file","menu-item.vue"]]);const menuItemGroupProps={title:String},COMPONENT_NAME$a="ElMenuItemGroup",_sfc_main$1y=defineComponent({name:COMPONENT_NAME$a,props:menuItemGroupProps,setup(){return{ns:useNamespace("menu-item-group")}}});function _sfc_render$c(Ra,qa,Ja,ed,td,rd){return openBlock(),createElementBlock("li",{class:normalizeClass(Ra.ns.b())},[createBaseVNode("div",{class:normalizeClass(Ra.ns.e("title"))},[Ra.$slots.title?renderSlot(Ra.$slots,"title",{key:1}):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(Ra.title),1)],64))],2),createBaseVNode("ul",null,[renderSlot(Ra.$slots,"default")])],2)}var MenuItemGroup=_export_sfc$1(_sfc_main$1y,[["render",_sfc_render$c],["__file","menu-item-group.vue"]]);const ElMenu=withInstall(Menu,{MenuItem,MenuItemGroup,SubMenu}),ElMenuItem=withNoopInstall(MenuItem),ElMenuItemGroup=withNoopInstall(MenuItemGroup),ElSubMenu=withNoopInstall(SubMenu),pageHeaderProps=buildProps({icon:{type:iconPropType,default:()=>back_default},title:String,content:{type:String,default:""}}),pageHeaderEmits={back:()=>!0},__default__$P=defineComponent({name:"ElPageHeader"}),_sfc_main$1x=defineComponent({...__default__$P,props:pageHeaderProps,emits:pageHeaderEmits,setup(Ra,{emit:qa}){const Ja=useSlots(),{t:ed}=useLocale(),td=useNamespace("page-header"),rd=computed(()=>[td.b(),{[td.m("has-breadcrumb")]:!!Ja.breadcrumb,[td.m("has-extra")]:!!Ja.extra,[td.is("contentful")]:!!Ja.default}]);function od(){qa("back")}return(sd,ld)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(rd))},[sd.$slots.breadcrumb?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(td).e("breadcrumb"))},[renderSlot(sd.$slots,"breadcrumb")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(td).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref(td).e("left"))},[createBaseVNode("div",{class:normalizeClass(unref(td).e("back")),role:"button",tabindex:"0",onClick:od},[sd.icon||sd.$slots.icon?(openBlock(),createElementBlock("div",{key:0,"aria-label":sd.title||unref(ed)("el.pageHeader.title"),class:normalizeClass(unref(td).e("icon"))},[renderSlot(sd.$slots,"icon",{},()=>[sd.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(sd.icon)))]),_:1})):createCommentVNode("v-if",!0)])],10,["aria-label"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(td).e("title"))},[renderSlot(sd.$slots,"title",{},()=>[createTextVNode(toDisplayString(sd.title||unref(ed)("el.pageHeader.title")),1)])],2)],2),createVNode(unref(ElDivider),{direction:"vertical"}),createBaseVNode("div",{class:normalizeClass(unref(td).e("content"))},[renderSlot(sd.$slots,"content",{},()=>[createTextVNode(toDisplayString(sd.content),1)])],2)],2),sd.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(td).e("extra"))},[renderSlot(sd.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2),sd.$slots.default?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(td).e("main"))},[renderSlot(sd.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var PageHeader=_export_sfc$1(_sfc_main$1x,[["__file","page-header.vue"]]);const ElPageHeader=withInstall(PageHeader),elPaginationKey=Symbol("elPaginationKey"),paginationPrevProps=buildProps({disabled:Boolean,currentPage:{type:Number,default:1},prevText:{type:String},prevIcon:{type:iconPropType}}),paginationPrevEmits={click:Ra=>Ra instanceof MouseEvent},__default__$O=defineComponent({name:"ElPaginationPrev"}),_sfc_main$1w=defineComponent({...__default__$O,props:paginationPrevProps,emits:paginationPrevEmits,setup(Ra){const qa=Ra,{t:Ja}=useLocale(),ed=computed(()=>qa.disabled||qa.currentPage<=1);return(td,rd)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-prev",disabled:unref(ed),"aria-label":td.prevText||unref(Ja)("el.pagination.prev"),"aria-disabled":unref(ed),onClick:od=>td.$emit("click",od)},[td.prevText?(openBlock(),createElementBlock("span",{key:0},toDisplayString(td.prevText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(td.prevIcon)))]),_:1}))],8,["disabled","aria-label","aria-disabled","onClick"]))}});var Prev=_export_sfc$1(_sfc_main$1w,[["__file","prev.vue"]]);const paginationNextProps=buildProps({disabled:Boolean,currentPage:{type:Number,default:1},pageCount:{type:Number,default:50},nextText:{type:String},nextIcon:{type:iconPropType}}),__default__$N=defineComponent({name:"ElPaginationNext"}),_sfc_main$1v=defineComponent({...__default__$N,props:paginationNextProps,emits:["click"],setup(Ra){const qa=Ra,{t:Ja}=useLocale(),ed=computed(()=>qa.disabled||qa.currentPage===qa.pageCount||qa.pageCount===0);return(td,rd)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-next",disabled:unref(ed),"aria-label":td.nextText||unref(Ja)("el.pagination.next"),"aria-disabled":unref(ed),onClick:od=>td.$emit("click",od)},[td.nextText?(openBlock(),createElementBlock("span",{key:0},toDisplayString(td.nextText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(td.nextIcon)))]),_:1}))],8,["disabled","aria-label","aria-disabled","onClick"]))}});var Next=_export_sfc$1(_sfc_main$1v,[["__file","next.vue"]]);const selectGroupKey=Symbol("ElSelectGroup"),selectKey=Symbol("ElSelect");function useOption$1(Ra,qa){const Ja=inject(selectKey),ed=inject(selectGroupKey,{disabled:!1}),td=computed(()=>ud(castArray$1(Ja.props.modelValue),Ra.value)),rd=computed(()=>{var yd;if(Ja.props.multiple){const Ed=castArray$1((yd=Ja.props.modelValue)!=null?yd:[]);return!td.value&&Ed.length>=Ja.props.multipleLimit&&Ja.props.multipleLimit>0}else return!1}),od=computed(()=>Ra.label||(isObject$5(Ra.value)?"":Ra.value)),sd=computed(()=>Ra.value||Ra.label||""),ld=computed(()=>Ra.disabled||qa.groupDisabled||rd.value),cd=getCurrentInstance(),ud=(yd=[],Ed)=>{if(isObject$5(Ra.value)){const Td=Ja.props.valueKey;return yd&&yd.some(Od=>toRaw(get$2(Od,Td))===get$2(Ed,Td))}else return yd&&yd.includes(Ed)},gd=()=>{!Ra.disabled&&!ed.disabled&&(Ja.states.hoveringIndex=Ja.optionsArray.indexOf(cd.proxy))},_d=yd=>{const Ed=new RegExp(escapeStringRegexp(yd),"i");qa.visible=Ed.test(od.value)||Ra.created};return watch(()=>od.value,()=>{!Ra.created&&!Ja.props.remote&&Ja.setSelected()}),watch(()=>Ra.value,(yd,Ed)=>{const{remote:Td,valueKey:Od}=Ja.props;if(yd!==Ed&&(Ja.onOptionDestroy(Ed,cd.proxy),Ja.onOptionCreate(cd.proxy)),!Ra.created&&!Td){if(Od&&isObject$5(yd)&&isObject$5(Ed)&&yd[Od]===Ed[Od])return;Ja.setSelected()}}),watch(()=>ed.disabled,()=>{qa.groupDisabled=ed.disabled},{immediate:!0}),{select:Ja,currentLabel:od,currentValue:sd,itemSelected:td,isDisabled:ld,hoverItem:gd,updateOption:_d}}const _sfc_main$1u=defineComponent({name:"ElOption",componentName:"ElOption",props:{value:{required:!0,type:[String,Number,Boolean,Object]},label:[String,Number],created:Boolean,disabled:Boolean},setup(Ra){const qa=useNamespace("select"),Ja=useId(),ed=computed(()=>[qa.be("dropdown","item"),qa.is("disabled",unref(sd)),qa.is("selected",unref(od)),qa.is("hovering",unref(_d))]),td=reactive({index:-1,groupDisabled:!1,visible:!0,hover:!1}),{currentLabel:rd,itemSelected:od,isDisabled:sd,select:ld,hoverItem:cd,updateOption:ud}=useOption$1(Ra,td),{visible:gd,hover:_d}=toRefs(td),yd=getCurrentInstance().proxy;ld.onOptionCreate(yd),onBeforeUnmount(()=>{const Td=yd.value,{selected:Od}=ld.states,Nd=(ld.props.multiple?Od:[Od]).some(kd=>kd.value===yd.value);nextTick$1(()=>{ld.states.cachedOptions.get(Td)===yd&&!Nd&&ld.states.cachedOptions.delete(Td)}),ld.onOptionDestroy(Td,yd)});function Ed(){sd.value||ld.handleOptionSelect(yd)}return{ns:qa,id:Ja,containerKls:ed,currentLabel:rd,itemSelected:od,isDisabled:sd,select:ld,hoverItem:cd,updateOption:ud,visible:gd,hover:_d,selectOptionClick:Ed,states:td}}});function _sfc_render$b(Ra,qa,Ja,ed,td,rd){return withDirectives((openBlock(),createElementBlock("li",{id:Ra.id,class:normalizeClass(Ra.containerKls),role:"option","aria-disabled":Ra.isDisabled||void 0,"aria-selected":Ra.itemSelected,onMouseenter:Ra.hoverItem,onClick:withModifiers(Ra.selectOptionClick,["stop"])},[renderSlot(Ra.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(Ra.currentLabel),1)])],42,["id","aria-disabled","aria-selected","onMouseenter","onClick"])),[[vShow,Ra.visible]])}var Option=_export_sfc$1(_sfc_main$1u,[["render",_sfc_render$b],["__file","option.vue"]]);const _sfc_main$1t=defineComponent({name:"ElSelectDropdown",componentName:"ElSelectDropdown",setup(){const Ra=inject(selectKey),qa=useNamespace("select"),Ja=computed(()=>Ra.props.popperClass),ed=computed(()=>Ra.props.multiple),td=computed(()=>Ra.props.fitInputWidth),rd=ref$1("");function od(){var sd;rd.value=`${(sd=Ra.selectRef)==null?void 0:sd.offsetWidth}px`}return onMounted(()=>{od(),useResizeObserver(Ra.selectRef,od)}),{ns:qa,minWidth:rd,popperClass:Ja,isMultiple:ed,isFitInputWidth:td}}});function _sfc_render$a(Ra,qa,Ja,ed,td,rd){return openBlock(),createElementBlock("div",{class:normalizeClass([Ra.ns.b("dropdown"),Ra.ns.is("multiple",Ra.isMultiple),Ra.popperClass]),style:normalizeStyle({[Ra.isFitInputWidth?"width":"minWidth"]:Ra.minWidth})},[Ra.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(Ra.ns.be("dropdown","header"))},[renderSlot(Ra.$slots,"header")],2)):createCommentVNode("v-if",!0),renderSlot(Ra.$slots,"default"),Ra.$slots.footer?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(Ra.ns.be("dropdown","footer"))},[renderSlot(Ra.$slots,"footer")],2)):createCommentVNode("v-if",!0)],6)}var ElSelectMenu$1=_export_sfc$1(_sfc_main$1t,[["render",_sfc_render$a],["__file","select-dropdown.vue"]]);const MINIMUM_INPUT_WIDTH$1=11,useSelect$2=(Ra,qa)=>{const{t:Ja}=useLocale(),ed=useId(),td=useNamespace("select"),rd=useNamespace("input"),od=reactive({inputValue:"",options:new Map,cachedOptions:new Map,disabledOptions:new Map,optionValues:[],selected:Ra.multiple?[]:{},selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,selectedLabel:"",hoveringIndex:-1,previousQuery:null,inputHovering:!1,menuVisibleOnFocus:!1,isBeforeHide:!1}),sd=ref$1(null),ld=ref$1(null),cd=ref$1(null),ud=ref$1(null),gd=ref$1(null),_d=ref$1(null),yd=ref$1(null),Ed=ref$1(null),Td=ref$1(null),Od=ref$1(null),Ad=ref$1(null),Nd=ref$1(null),{isComposing:kd,handleCompositionStart:Id,handleCompositionUpdate:Rd,handleCompositionEnd:Md}=useComposition({afterComposition:zf=>Bh(zf)}),{wrapperRef:Ld,isFocused:jd,handleBlur:Pd}=useFocusController(gd,{afterFocus(){Ra.automaticDropdown&&!Fd.value&&(Fd.value=!0,od.menuVisibleOnFocus=!0)},beforeBlur(zf){var Dh,yh;return((Dh=cd.value)==null?void 0:Dh.isFocusInsideContent(zf))||((yh=ud.value)==null?void 0:yh.isFocusInsideContent(zf))},afterBlur(){Fd.value=!1,od.menuVisibleOnFocus=!1}}),Fd=ref$1(!1),Ud=ref$1(),{form:Vd,formItem:qd}=useFormItem(),{inputId:Wd}=useFormItemInputId(Ra,{formItemContext:qd}),{valueOnClear:zd,isEmptyValue:Kd}=useEmptyValues(Ra),Qd=computed(()=>Ra.disabled||(Vd==null?void 0:Vd.disabled)),hf=computed(()=>isArray$2(Ra.modelValue)?Ra.modelValue.length>0:!Kd(Ra.modelValue)),gf=computed(()=>Ra.clearable&&!Qd.value&&od.inputHovering&&hf.value),bf=computed(()=>Ra.remote&&Ra.filterable&&!Ra.remoteShowSuffix?"":Ra.suffixIcon),kf=computed(()=>td.is("reverse",bf.value&&Fd.value)),Cf=computed(()=>(qd==null?void 0:qd.validateState)||""),Ef=computed(()=>ValidateComponentsMap[Cf.value]),yf=computed(()=>Ra.remote?300:0),Mf=computed(()=>Ra.loading?Ra.loadingText||Ja("el.select.loading"):Ra.remote&&!od.inputValue&&od.options.size===0?!1:Ra.filterable&&od.inputValue&&od.options.size>0&&Af.value===0?Ra.noMatchText||Ja("el.select.noMatch"):od.options.size===0?Ra.noDataText||Ja("el.select.noData"):null),Af=computed(()=>Zd.value.filter(zf=>zf.visible).length),Zd=computed(()=>{const zf=Array.from(od.options.values()),Dh=[];return od.optionValues.forEach(yh=>{const Ih=zf.findIndex(Xh=>Xh.value===yh);Ih>-1&&Dh.push(zf[Ih])}),Dh.length>=zf.length?Dh:zf}),mf=computed(()=>Array.from(od.cachedOptions.values())),Pf=computed(()=>{const zf=Zd.value.filter(Dh=>!Dh.created).some(Dh=>Dh.currentLabel===od.inputValue);return Ra.filterable&&Ra.allowCreate&&od.inputValue!==""&&!zf}),Ff=()=>{Ra.filterable&&isFunction$4(Ra.filterMethod)||Ra.filterable&&Ra.remote&&isFunction$4(Ra.remoteMethod)||Zd.value.forEach(zf=>{var Dh;(Dh=zf.updateOption)==null||Dh.call(zf,od.inputValue)})},Lf=useFormSize(),jf=computed(()=>["small"].includes(Lf.value)?"small":"default"),xf=computed({get(){return Fd.value&&Mf.value!==!1},set(zf){Fd.value=zf}}),Nf=computed(()=>{if(Ra.multiple&&!isUndefined$1(Ra.modelValue))return castArray$1(Ra.modelValue).length===0&&!od.inputValue;const zf=isArray$2(Ra.modelValue)?Ra.modelValue[0]:Ra.modelValue;return Ra.filterable||isUndefined$1(zf)?!od.inputValue:!0}),Bf=computed(()=>{var zf;const Dh=(zf=Ra.placeholder)!=null?zf:Ja("el.select.placeholder");return Ra.multiple||!hf.value?Dh:od.selectedLabel}),Tf=computed(()=>isIOS$1?null:"mouseenter");watch(()=>Ra.modelValue,(zf,Dh)=>{Ra.multiple&&Ra.filterable&&!Ra.reserveKeyword&&(od.inputValue="",wf("")),$f(),!isEqual$1(zf,Dh)&&Ra.validateEvent&&(qd==null||qd.validate("change").catch(yh=>void 0))},{flush:"post",deep:!0}),watch(()=>Fd.value,zf=>{zf?wf(od.inputValue):(od.inputValue="",od.previousQuery=null,od.isBeforeHide=!0),qa("visible-change",zf)}),watch(()=>od.options.entries(),()=>{var zf;if(!isClient)return;const Dh=((zf=sd.value)==null?void 0:zf.querySelectorAll("input"))||[];(!Ra.filterable&&!Ra.defaultFirstOption&&!isUndefined$1(Ra.modelValue)||!Array.from(Dh).includes(document.activeElement))&&$f(),Ra.defaultFirstOption&&(Ra.filterable||Ra.remote)&&Af.value&&Of()},{flush:"post"}),watch(()=>od.hoveringIndex,zf=>{isNumber$3(zf)&&zf>-1?Ud.value=Zd.value[zf]||{}:Ud.value={},Zd.value.forEach(Dh=>{Dh.hover=Ud.value===Dh})}),watchEffect(()=>{od.isBeforeHide||Ff()});const wf=zf=>{od.previousQuery===zf||kd.value||(od.previousQuery=zf,Ra.filterable&&isFunction$4(Ra.filterMethod)?Ra.filterMethod(zf):Ra.filterable&&Ra.remote&&isFunction$4(Ra.remoteMethod)&&Ra.remoteMethod(zf),Ra.defaultFirstOption&&(Ra.filterable||Ra.remote)&&Af.value?nextTick$1(Of):nextTick$1(Kf))},Of=()=>{const zf=Zd.value.filter(Ih=>Ih.visible&&!Ih.disabled&&!Ih.states.groupDisabled),Dh=zf.find(Ih=>Ih.created),yh=zf[0];od.hoveringIndex=Ah(Zd.value,Dh||yh)},$f=()=>{if(Ra.multiple)od.selectedLabel="";else{const Dh=isArray$2(Ra.modelValue)?Ra.modelValue[0]:Ra.modelValue,yh=Wf(Dh);od.selectedLabel=yh.currentLabel,od.selected=yh;return}const zf=[];isUndefined$1(Ra.modelValue)||castArray$1(Ra.modelValue).forEach(Dh=>{zf.push(Wf(Dh))}),od.selected=zf},Wf=zf=>{let Dh;const yh=toRawType(zf).toLowerCase()==="object",Ih=toRawType(zf).toLowerCase()==="null",Xh=toRawType(zf).toLowerCase()==="undefined";for(let Yh=od.cachedOptions.size-1;Yh>=0;Yh--){const Fh=mf.value[Yh];if(yh?get$2(Fh.value,Ra.valueKey)===get$2(zf,Ra.valueKey):Fh.value===zf){Dh={value:zf,currentLabel:Fh.currentLabel,get isDisabled(){return Fh.isDisabled}};break}}if(Dh)return Dh;const qh=yh?zf.label:!Ih&&!Xh?zf:"";return{value:zf,currentLabel:qh}},Kf=()=>{Ra.multiple?od.hoveringIndex=Zd.value.findIndex(zf=>od.selected.some(Dh=>h1(Dh)===h1(zf))):od.hoveringIndex=Zd.value.findIndex(zf=>h1(zf)===h1(od.selected))},Df=()=>{od.selectionWidth=ld.value.getBoundingClientRect().width},qf=()=>{od.calculatorWidth=_d.value.getBoundingClientRect().width},Xf=()=>{od.collapseItemWidth=Ad.value.getBoundingClientRect().width},hh=()=>{var zf,Dh;(Dh=(zf=cd.value)==null?void 0:zf.updatePopper)==null||Dh.call(zf)},Mh=()=>{var zf,Dh;(Dh=(zf=ud.value)==null?void 0:zf.updatePopper)==null||Dh.call(zf)},wh=()=>{od.inputValue.length>0&&!Fd.value&&(Fd.value=!0),wf(od.inputValue)},Bh=zf=>{if(od.inputValue=zf.target.value,Ra.remote)Uh();else return wh()},Uh=debounce(()=>{wh()},yf.value),oh=zf=>{isEqual$1(Ra.modelValue,zf)||qa(CHANGE_EVENT,zf)},Vf=zf=>findLastIndex(zf,Dh=>!od.disabledOptions.has(Dh)),Rf=zf=>{if(Ra.multiple&&zf.code!==EVENT_CODE.delete&&zf.target.value.length<=0){const Dh=castArray$1(Ra.modelValue).slice(),yh=Vf(Dh);if(yh<0)return;const Ih=Dh[yh];Dh.splice(yh,1),qa(UPDATE_MODEL_EVENT,Dh),oh(Dh),qa("remove-tag",Ih)}},Zf=(zf,Dh)=>{const yh=od.selected.indexOf(Dh);if(yh>-1&&!Qd.value){const Ih=castArray$1(Ra.modelValue).slice();Ih.splice(yh,1),qa(UPDATE_MODEL_EVENT,Ih),oh(Ih),qa("remove-tag",Dh.value)}zf.stopPropagation(),cm()},Jf=zf=>{zf.stopPropagation();const Dh=Ra.multiple?[]:zd.value;if(Ra.multiple)for(const yh of od.selected)yh.isDisabled&&Dh.push(yh.value);qa(UPDATE_MODEL_EVENT,Dh),oh(Dh),od.hoveringIndex=-1,Fd.value=!1,qa("clear"),cm()},Th=zf=>{var Dh;if(Ra.multiple){const yh=castArray$1((Dh=Ra.modelValue)!=null?Dh:[]).slice(),Ih=Ah(yh,zf.value);Ih>-1?yh.splice(Ih,1):(Ra.multipleLimit<=0||yh.length<Ra.multipleLimit)&&yh.push(zf.value),qa(UPDATE_MODEL_EVENT,yh),oh(yh),zf.created&&wf(""),Ra.filterable&&!Ra.reserveKeyword&&(od.inputValue="")}else qa(UPDATE_MODEL_EVENT,zf.value),oh(zf.value),Fd.value=!1;cm(),!Fd.value&&nextTick$1(()=>{Gh(zf)})},Ah=(zf=[],Dh)=>{if(!isObject$5(Dh))return zf.indexOf(Dh);const yh=Ra.valueKey;let Ih=-1;return zf.some((Xh,qh)=>toRaw(get$2(Xh,yh))===get$2(Dh,yh)?(Ih=qh,!0):!1),Ih},Gh=zf=>{var Dh,yh,Ih,Xh,qh;const Zh=isArray$2(zf)?zf[0]:zf;let Yh=null;if(Zh!=null&&Zh.value){const Fh=Zd.value.filter(zh=>zh.value===Zh.value);Fh.length>0&&(Yh=Fh[0].$el)}if(cd.value&&Yh){const Fh=(Xh=(Ih=(yh=(Dh=cd.value)==null?void 0:Dh.popperRef)==null?void 0:yh.contentRef)==null?void 0:Ih.querySelector)==null?void 0:Xh.call(Ih,`.${td.be("dropdown","wrap")}`);Fh&&scrollIntoView(Fh,Yh)}(qh=Nd.value)==null||qh.handleScroll()},sm=zf=>{od.options.set(zf.value,zf),od.cachedOptions.set(zf.value,zf),zf.disabled&&od.disabledOptions.set(zf.value,zf)},kh=(zf,Dh)=>{od.options.get(zf)===Dh&&od.options.delete(zf)},Rh=computed(()=>{var zf,Dh;return(Dh=(zf=cd.value)==null?void 0:zf.popperRef)==null?void 0:Dh.contentRef}),jh=()=>{od.isBeforeHide=!1,nextTick$1(()=>Gh(od.selected))},cm=()=>{var zf;(zf=gd.value)==null||zf.focus()},Tm=()=>{Gm()},Fm=zf=>{Jf(zf)},Gm=zf=>{if(Fd.value=!1,jd.value){const Dh=new FocusEvent("focus",zf);nextTick$1(()=>Pd(Dh))}},s1=()=>{od.inputValue.length>0?od.inputValue="":Fd.value=!1},Km=()=>{Qd.value||(isIOS$1&&(od.inputHovering=!0),od.menuVisibleOnFocus?od.menuVisibleOnFocus=!1:Fd.value=!Fd.value)},v1=()=>{Fd.value?Zd.value[od.hoveringIndex]&&Th(Zd.value[od.hoveringIndex]):Km()},h1=zf=>isObject$5(zf.value)?get$2(zf.value,Ra.valueKey):zf.value,F1=computed(()=>Zd.value.filter(zf=>zf.visible).every(zf=>zf.disabled)),M1=computed(()=>Ra.multiple?Ra.collapseTags?od.selected.slice(0,Ra.maxCollapseTags):od.selected:[]),E1=computed(()=>Ra.multiple?Ra.collapseTags?od.selected.slice(Ra.maxCollapseTags):[]:[]),O1=zf=>{if(!Fd.value){Fd.value=!0;return}if(!(od.options.size===0||od.filteredOptionsCount===0||kd.value)&&!F1.value){zf==="next"?(od.hoveringIndex++,od.hoveringIndex===od.options.size&&(od.hoveringIndex=0)):zf==="prev"&&(od.hoveringIndex--,od.hoveringIndex<0&&(od.hoveringIndex=od.options.size-1));const Dh=Zd.value[od.hoveringIndex];(Dh.disabled===!0||Dh.states.groupDisabled===!0||!Dh.visible)&&O1(zf),nextTick$1(()=>Gh(Ud.value))}},Hm=()=>{if(!ld.value)return 0;const zf=window.getComputedStyle(ld.value);return Number.parseFloat(zf.gap||"6px")},b1=computed(()=>{const zf=Hm();return{maxWidth:`${Ad.value&&Ra.maxCollapseTags===1?od.selectionWidth-od.collapseItemWidth-zf:od.selectionWidth}px`}}),K1=computed(()=>({maxWidth:`${od.selectionWidth}px`})),I1=computed(()=>({width:`${Math.max(od.calculatorWidth,MINIMUM_INPUT_WIDTH$1)}px`}));return useResizeObserver(ld,Df),useResizeObserver(_d,qf),useResizeObserver(Td,hh),useResizeObserver(Ld,hh),useResizeObserver(Od,Mh),useResizeObserver(Ad,Xf),onMounted(()=>{$f()}),{inputId:Wd,contentId:ed,nsSelect:td,nsInput:rd,states:od,isFocused:jd,expanded:Fd,optionsArray:Zd,hoverOption:Ud,selectSize:Lf,filteredOptionsCount:Af,resetCalculatorWidth:qf,updateTooltip:hh,updateTagTooltip:Mh,debouncedOnInputChange:Uh,onInput:Bh,deletePrevTag:Rf,deleteTag:Zf,deleteSelected:Jf,handleOptionSelect:Th,scrollToOption:Gh,hasModelValue:hf,shouldShowPlaceholder:Nf,currentPlaceholder:Bf,mouseEnterEventName:Tf,showClose:gf,iconComponent:bf,iconReverse:kf,validateState:Cf,validateIcon:Ef,showNewOption:Pf,updateOptions:Ff,collapseTagSize:jf,setSelected:$f,selectDisabled:Qd,emptyText:Mf,handleCompositionStart:Id,handleCompositionUpdate:Rd,handleCompositionEnd:Md,onOptionCreate:sm,onOptionDestroy:kh,handleMenuEnter:jh,focus:cm,blur:Tm,handleClearClick:Fm,handleClickOutside:Gm,handleEsc:s1,toggleMenu:Km,selectOption:v1,getValueKey:h1,navigateOptions:O1,dropdownMenuVisible:xf,showTagList:M1,collapseTagList:E1,tagStyle:b1,collapseTagStyle:K1,inputStyle:I1,popperRef:Rh,inputRef:gd,tooltipRef:cd,tagTooltipRef:ud,calculatorRef:_d,prefixRef:yd,suffixRef:Ed,selectRef:sd,wrapperRef:Ld,selectionRef:ld,scrollbarRef:Nd,menuRef:Td,tagMenuRef:Od,collapseItemRef:Ad}};var ElOptions=defineComponent({name:"ElOptions",setup(Ra,{slots:qa}){const Ja=inject(selectKey);let ed=[];return()=>{var td,rd;const od=(td=qa.default)==null?void 0:td.call(qa),sd=[];function ld(cd){isArray$2(cd)&&cd.forEach(ud=>{var gd,_d,yd,Ed;const Td=(gd=(ud==null?void 0:ud.type)||{})==null?void 0:gd.name;Td==="ElOptionGroup"?ld(!isString$3(ud.children)&&!isArray$2(ud.children)&&isFunction$4((_d=ud.children)==null?void 0:_d.default)?(yd=ud.children)==null?void 0:yd.default():ud.children):Td==="ElOption"?sd.push((Ed=ud.props)==null?void 0:Ed.value):isArray$2(ud.children)&&ld(ud.children)})}return od.length&&ld((rd=od[0])==null?void 0:rd.children),isEqual$1(sd,ed)||(ed=sd,Ja&&(Ja.states.optionValues=sd)),od}}});const SelectProps$1=buildProps({name:String,id:String,modelValue:{type:[Array,String,Number,Boolean,Object],default:void 0},autocomplete:{type:String,default:"off"},automaticDropdown:Boolean,size:useSizeProp,effect:{type:definePropType(String),default:"light"},disabled:Boolean,clearable:Boolean,filterable:Boolean,allowCreate:Boolean,loading:Boolean,popperClass:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})},remote:Boolean,loadingText:String,noMatchText:String,noDataText:String,remoteMethod:Function,filterMethod: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,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,placement:{type:definePropType(String),values:Ee$4,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","top-start","right","left"]},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),COMPONENT_NAME$9="ElSelect",_sfc_main$1s=defineComponent({name:COMPONENT_NAME$9,componentName:COMPONENT_NAME$9,components:{ElSelectMenu:ElSelectMenu$1,ElOption:Option,ElOptions,ElTag,ElScrollbar,ElTooltip,ElIcon},directives:{ClickOutside},props:SelectProps$1,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur"],setup(Ra,{emit:qa}){const Ja=useSelect$2(Ra,qa);return provide(selectKey,reactive({props:Ra,states:Ja.states,optionsArray:Ja.optionsArray,handleOptionSelect:Ja.handleOptionSelect,onOptionCreate:Ja.onOptionCreate,onOptionDestroy:Ja.onOptionDestroy,selectRef:Ja.selectRef,setSelected:Ja.setSelected})),{...Ja}}});function _sfc_render$9(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-tag"),sd=resolveComponent("el-tooltip"),ld=resolveComponent("el-icon"),cd=resolveComponent("el-option"),ud=resolveComponent("el-options"),gd=resolveComponent("el-scrollbar"),_d=resolveComponent("el-select-menu"),yd=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([Ra.nsSelect.b(),Ra.nsSelect.m(Ra.selectSize)]),[toHandlerKey(Ra.mouseEnterEventName)]:Ed=>Ra.states.inputHovering=!0,onMouseleave:Ed=>Ra.states.inputHovering=!1},[createVNode(sd,{ref:"tooltipRef",visible:Ra.dropdownMenuVisible,placement:Ra.placement,teleported:Ra.teleported,"popper-class":[Ra.nsSelect.e("popper"),Ra.popperClass],"popper-options":Ra.popperOptions,"fallback-placements":Ra.fallbackPlacements,effect:Ra.effect,pure:"",trigger:"click",transition:`${Ra.nsSelect.namespace.value}-zoom-in-top`,"stop-popper-mouse-event":!1,"gpu-acceleration":!1,persistent:Ra.persistent,onBeforeShow:Ra.handleMenuEnter,onHide:Ed=>Ra.states.isBeforeHide=!1},{default:withCtx(()=>{var Ed;return[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([Ra.nsSelect.e("wrapper"),Ra.nsSelect.is("focused",Ra.isFocused),Ra.nsSelect.is("hovering",Ra.states.inputHovering),Ra.nsSelect.is("filterable",Ra.filterable),Ra.nsSelect.is("disabled",Ra.selectDisabled)]),onClick:withModifiers(Ra.toggleMenu,["prevent"])},[Ra.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(Ra.nsSelect.e("prefix"))},[renderSlot(Ra.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([Ra.nsSelect.e("selection"),Ra.nsSelect.is("near",Ra.multiple&&!Ra.$slots.prefix&&!!Ra.states.selected.length)])},[Ra.multiple?renderSlot(Ra.$slots,"tag",{key:0},()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.showTagList,Td=>(openBlock(),createElementBlock("div",{key:Ra.getValueKey(Td),class:normalizeClass(Ra.nsSelect.e("selected-item"))},[createVNode(od,{closable:!Ra.selectDisabled&&!Td.isDisabled,size:Ra.collapseTagSize,type:Ra.tagType,effect:Ra.tagEffect,"disable-transitions":"",style:normalizeStyle(Ra.tagStyle),onClose:Od=>Ra.deleteTag(Od,Td)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(Ra.nsSelect.e("tags-text"))},[renderSlot(Ra.$slots,"label",{label:Td.currentLabel,value:Td.value},()=>[createTextVNode(toDisplayString(Td.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),Ra.collapseTags&&Ra.states.selected.length>Ra.maxCollapseTags?(openBlock(),createBlock(sd,{key:0,ref:"tagTooltipRef",disabled:Ra.dropdownMenuVisible||!Ra.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:Ra.effect,placement:"bottom",teleported:Ra.teleported},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(Ra.nsSelect.e("selected-item"))},[createVNode(od,{closable:!1,size:Ra.collapseTagSize,type:Ra.tagType,effect:Ra.tagEffect,"disable-transitions":"",style:normalizeStyle(Ra.collapseTagStyle)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(Ra.nsSelect.e("tags-text"))}," + "+toDisplayString(Ra.states.selected.length-Ra.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(Ra.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.collapseTagList,Td=>(openBlock(),createElementBlock("div",{key:Ra.getValueKey(Td),class:normalizeClass(Ra.nsSelect.e("selected-item"))},[createVNode(od,{class:"in-tooltip",closable:!Ra.selectDisabled&&!Td.isDisabled,size:Ra.collapseTagSize,type:Ra.tagType,effect:Ra.tagEffect,"disable-transitions":"",onClose:Od=>Ra.deleteTag(Od,Td)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(Ra.nsSelect.e("tags-text"))},[renderSlot(Ra.$slots,"label",{label:Td.currentLabel,value:Td.value},()=>[createTextVNode(toDisplayString(Td.currentLabel),1)])],2)]),_:2},1032,["closable","size","type","effect","onClose"])],2))),128))],2)]),_:3},8,["disabled","effect","teleported"])):createCommentVNode("v-if",!0)]):createCommentVNode("v-if",!0),Ra.selectDisabled?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([Ra.nsSelect.e("selected-item"),Ra.nsSelect.e("input-wrapper"),Ra.nsSelect.is("hidden",!Ra.filterable)])},[withDirectives(createBaseVNode("input",{id:Ra.inputId,ref:"inputRef","onUpdate:modelValue":Td=>Ra.states.inputValue=Td,type:"text",name:Ra.name,class:normalizeClass([Ra.nsSelect.e("input"),Ra.nsSelect.is(Ra.selectSize)]),disabled:Ra.selectDisabled,autocomplete:Ra.autocomplete,style:normalizeStyle(Ra.inputStyle),role:"combobox",readonly:!Ra.filterable,spellcheck:"false","aria-activedescendant":((Ed=Ra.hoverOption)==null?void 0:Ed.id)||"","aria-controls":Ra.contentId,"aria-expanded":Ra.dropdownMenuVisible,"aria-label":Ra.ariaLabel,"aria-autocomplete":"none","aria-haspopup":"listbox",onKeydown:[withKeys(withModifiers(Td=>Ra.navigateOptions("next"),["stop","prevent"]),["down"]),withKeys(withModifiers(Td=>Ra.navigateOptions("prev"),["stop","prevent"]),["up"]),withKeys(withModifiers(Ra.handleEsc,["stop","prevent"]),["esc"]),withKeys(withModifiers(Ra.selectOption,["stop","prevent"]),["enter"]),withKeys(withModifiers(Ra.deletePrevTag,["stop"]),["delete"])],onCompositionstart:Ra.handleCompositionStart,onCompositionupdate:Ra.handleCompositionUpdate,onCompositionend:Ra.handleCompositionEnd,onInput:Ra.onInput,onClick:withModifiers(Ra.toggleMenu,["stop"])},null,46,["id","onUpdate:modelValue","name","disabled","autocomplete","readonly","aria-activedescendant","aria-controls","aria-expanded","aria-label","onKeydown","onCompositionstart","onCompositionupdate","onCompositionend","onInput","onClick"]),[[vModelText,Ra.states.inputValue]]),Ra.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(Ra.nsSelect.e("input-calculator")),textContent:toDisplayString(Ra.states.inputValue)},null,10,["textContent"])):createCommentVNode("v-if",!0)],2)),Ra.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([Ra.nsSelect.e("selected-item"),Ra.nsSelect.e("placeholder"),Ra.nsSelect.is("transparent",!Ra.hasModelValue||Ra.expanded&&!Ra.states.inputValue)])},[Ra.hasModelValue?renderSlot(Ra.$slots,"label",{key:0,label:Ra.currentPlaceholder,value:Ra.modelValue},()=>[createBaseVNode("span",null,toDisplayString(Ra.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",{key:1},toDisplayString(Ra.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(Ra.nsSelect.e("suffix"))},[Ra.iconComponent&&!Ra.showClose?(openBlock(),createBlock(ld,{key:0,class:normalizeClass([Ra.nsSelect.e("caret"),Ra.nsSelect.e("icon"),Ra.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),Ra.showClose&&Ra.clearIcon?(openBlock(),createBlock(ld,{key:1,class:normalizeClass([Ra.nsSelect.e("caret"),Ra.nsSelect.e("icon"),Ra.nsSelect.e("clear")]),onClick:Ra.handleClearClick},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),Ra.validateState&&Ra.validateIcon?(openBlock(),createBlock(ld,{key:2,class:normalizeClass([Ra.nsInput.e("icon"),Ra.nsInput.e("validateIcon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],10,["onClick"])]}),content:withCtx(()=>[createVNode(_d,{ref:"menuRef"},{default:withCtx(()=>[Ra.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(Ra.nsSelect.be("dropdown","header")),onClick:withModifiers(()=>{},["stop"])},[renderSlot(Ra.$slots,"header")],10,["onClick"])):createCommentVNode("v-if",!0),withDirectives(createVNode(gd,{id:Ra.contentId,ref:"scrollbarRef",tag:"ul","wrap-class":Ra.nsSelect.be("dropdown","wrap"),"view-class":Ra.nsSelect.be("dropdown","list"),class:normalizeClass([Ra.nsSelect.is("empty",Ra.filteredOptionsCount===0)]),role:"listbox","aria-label":Ra.ariaLabel,"aria-orientation":"vertical"},{default:withCtx(()=>[Ra.showNewOption?(openBlock(),createBlock(cd,{key:0,value:Ra.states.inputValue,created:!0},null,8,["value"])):createCommentVNode("v-if",!0),createVNode(ud,null,{default:withCtx(()=>[renderSlot(Ra.$slots,"default")]),_:3})]),_:3},8,["id","wrap-class","view-class","class","aria-label"]),[[vShow,Ra.states.options.size>0&&!Ra.loading]]),Ra.$slots.loading&&Ra.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(Ra.nsSelect.be("dropdown","loading"))},[renderSlot(Ra.$slots,"loading")],2)):Ra.loading||Ra.filteredOptionsCount===0?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(Ra.nsSelect.be("dropdown","empty"))},[renderSlot(Ra.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(Ra.emptyText),1)])],2)):createCommentVNode("v-if",!0),Ra.$slots.footer?(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(Ra.nsSelect.be("dropdown","footer")),onClick:withModifiers(()=>{},["stop"])},[renderSlot(Ra.$slots,"footer")],10,["onClick"])):createCommentVNode("v-if",!0)]),_:3},512)]),_:3},8,["visible","placement","teleported","popper-class","popper-options","fallback-placements","effect","transition","persistent","onBeforeShow","onHide"])],16,["onMouseleave"])),[[yd,Ra.handleClickOutside,Ra.popperRef]])}var Select$1=_export_sfc$1(_sfc_main$1s,[["render",_sfc_render$9],["__file","select.vue"]]);const _sfc_main$1r=defineComponent({name:"ElOptionGroup",componentName:"ElOptionGroup",props:{label:String,disabled:Boolean},setup(Ra){const qa=useNamespace("select"),Ja=ref$1(null),ed=getCurrentInstance(),td=ref$1([]);provide(selectGroupKey,reactive({...toRefs(Ra)}));const rd=computed(()=>td.value.some(cd=>cd.visible===!0)),od=cd=>{var ud,gd;return((ud=cd.type)==null?void 0:ud.name)==="ElOption"&&!!((gd=cd.component)!=null&&gd.proxy)},sd=cd=>{const ud=castArray$1(cd),gd=[];return ud.forEach(_d=>{var yd,Ed;od(_d)?gd.push(_d.component.proxy):(yd=_d.children)!=null&&yd.length?gd.push(...sd(_d.children)):(Ed=_d.component)!=null&&Ed.subTree&&gd.push(...sd(_d.component.subTree))}),gd},ld=()=>{td.value=sd(ed.subTree)};return onMounted(()=>{ld()}),useMutationObserver(Ja,ld,{attributes:!0,subtree:!0,childList:!0}),{groupRef:Ja,visible:rd,ns:qa}}});function _sfc_render$8(Ra,qa,Ja,ed,td,rd){return withDirectives((openBlock(),createElementBlock("ul",{ref:"groupRef",class:normalizeClass(Ra.ns.be("group","wrap"))},[createBaseVNode("li",{class:normalizeClass(Ra.ns.be("group","title"))},toDisplayString(Ra.label),3),createBaseVNode("li",null,[createBaseVNode("ul",{class:normalizeClass(Ra.ns.b("group"))},[renderSlot(Ra.$slots,"default")],2)])],2)),[[vShow,Ra.visible]])}var OptionGroup=_export_sfc$1(_sfc_main$1r,[["render",_sfc_render$8],["__file","option-group.vue"]]);const ElSelect=withInstall(Select$1,{Option,OptionGroup}),ElOption=withNoopInstall(Option),ElOptionGroup=withNoopInstall(OptionGroup),usePagination=()=>inject(elPaginationKey,{}),paginationSizesProps=buildProps({pageSize:{type:Number,required:!0},pageSizes:{type:definePropType(Array),default:()=>mutable([10,20,30,40,50,100])},popperClass:{type:String},disabled:Boolean,teleported:Boolean,size:{type:String,values:componentSizes}}),__default__$M=defineComponent({name:"ElPaginationSizes"}),_sfc_main$1q=defineComponent({...__default__$M,props:paginationSizesProps,emits:["page-size-change"],setup(Ra,{emit:qa}){const Ja=Ra,{t:ed}=useLocale(),td=useNamespace("pagination"),rd=usePagination(),od=ref$1(Ja.pageSize);watch(()=>Ja.pageSizes,(cd,ud)=>{if(!isEqual$1(cd,ud)&&Array.isArray(cd)){const gd=cd.includes(Ja.pageSize)?Ja.pageSize:Ja.pageSizes[0];qa("page-size-change",gd)}}),watch(()=>Ja.pageSize,cd=>{od.value=cd});const sd=computed(()=>Ja.pageSizes);function ld(cd){var ud;cd!==od.value&&(od.value=cd,(ud=rd.handleSizeChange)==null||ud.call(rd,Number(cd)))}return(cd,ud)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(td).e("sizes"))},[createVNode(unref(ElSelect),{"model-value":od.value,disabled:cd.disabled,"popper-class":cd.popperClass,size:cd.size,teleported:cd.teleported,"validate-event":!1,onChange:ld},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(sd),gd=>(openBlock(),createBlock(unref(ElOption),{key:gd,value:gd,label:gd+unref(ed)("el.pagination.pagesize")},null,8,["value","label"]))),128))]),_:1},8,["model-value","disabled","popper-class","size","teleported"])],2))}});var Sizes=_export_sfc$1(_sfc_main$1q,[["__file","sizes.vue"]]);const paginationJumperProps=buildProps({size:{type:String,values:componentSizes}}),__default__$L=defineComponent({name:"ElPaginationJumper"}),_sfc_main$1p=defineComponent({...__default__$L,props:paginationJumperProps,setup(Ra){const{t:qa}=useLocale(),Ja=useNamespace("pagination"),{pageCount:ed,disabled:td,currentPage:rd,changeEvent:od}=usePagination(),sd=ref$1(),ld=computed(()=>{var gd;return(gd=sd.value)!=null?gd:rd==null?void 0:rd.value});function cd(gd){sd.value=gd?+gd:""}function ud(gd){gd=Math.trunc(+gd),od==null||od(gd),sd.value=void 0}return(gd,_d)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ja).e("jump")),disabled:unref(td)},[createBaseVNode("span",{class:normalizeClass([unref(Ja).e("goto")])},toDisplayString(unref(qa)("el.pagination.goto")),3),createVNode(unref(ElInput),{size:gd.size,class:normalizeClass([unref(Ja).e("editor"),unref(Ja).is("in-pagination")]),min:1,max:unref(ed),disabled:unref(td),"model-value":unref(ld),"validate-event":!1,"aria-label":unref(qa)("el.pagination.page"),type:"number","onUpdate:modelValue":cd,onChange:ud},null,8,["size","class","max","disabled","model-value","aria-label"]),createBaseVNode("span",{class:normalizeClass([unref(Ja).e("classifier")])},toDisplayString(unref(qa)("el.pagination.pageClassifier")),3)],10,["disabled"]))}});var Jumper=_export_sfc$1(_sfc_main$1p,[["__file","jumper.vue"]]);const paginationTotalProps=buildProps({total:{type:Number,default:1e3}}),__default__$K=defineComponent({name:"ElPaginationTotal"}),_sfc_main$1o=defineComponent({...__default__$K,props:paginationTotalProps,setup(Ra){const{t:qa}=useLocale(),Ja=useNamespace("pagination"),{disabled:ed}=usePagination();return(td,rd)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ja).e("total")),disabled:unref(ed)},toDisplayString(unref(qa)("el.pagination.total",{total:td.total})),11,["disabled"]))}});var Total=_export_sfc$1(_sfc_main$1o,[["__file","total.vue"]]);const paginationPagerProps=buildProps({currentPage:{type:Number,default:1},pageCount:{type:Number,required:!0},pagerCount:{type:Number,default:7},disabled:Boolean}),__default__$J=defineComponent({name:"ElPaginationPager"}),_sfc_main$1n=defineComponent({...__default__$J,props:paginationPagerProps,emits:["change"],setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("pager"),td=useNamespace("icon"),{t:rd}=useLocale(),od=ref$1(!1),sd=ref$1(!1),ld=ref$1(!1),cd=ref$1(!1),ud=ref$1(!1),gd=ref$1(!1),_d=computed(()=>{const Id=Ja.pagerCount,Rd=(Id-1)/2,Md=Number(Ja.currentPage),Ld=Number(Ja.pageCount);let jd=!1,Pd=!1;Ld>Id&&(Md>Id-Rd&&(jd=!0),Md<Ld-Rd&&(Pd=!0));const Fd=[];if(jd&&!Pd){const Ud=Ld-(Id-2);for(let Vd=Ud;Vd<Ld;Vd++)Fd.push(Vd)}else if(!jd&&Pd)for(let Ud=2;Ud<Id;Ud++)Fd.push(Ud);else if(jd&&Pd){const Ud=Math.floor(Id/2)-1;for(let Vd=Md-Ud;Vd<=Md+Ud;Vd++)Fd.push(Vd)}else for(let Ud=2;Ud<Ld;Ud++)Fd.push(Ud);return Fd}),yd=computed(()=>["more","btn-quickprev",td.b(),ed.is("disabled",Ja.disabled)]),Ed=computed(()=>["more","btn-quicknext",td.b(),ed.is("disabled",Ja.disabled)]),Td=computed(()=>Ja.disabled?-1:0);watchEffect(()=>{const Id=(Ja.pagerCount-1)/2;od.value=!1,sd.value=!1,Ja.pageCount>Ja.pagerCount&&(Ja.currentPage>Ja.pagerCount-Id&&(od.value=!0),Ja.currentPage<Ja.pageCount-Id&&(sd.value=!0))});function Od(Id=!1){Ja.disabled||(Id?ld.value=!0:cd.value=!0)}function Ad(Id=!1){Id?ud.value=!0:gd.value=!0}function Nd(Id){const Rd=Id.target;if(Rd.tagName.toLowerCase()==="li"&&Array.from(Rd.classList).includes("number")){const Md=Number(Rd.textContent);Md!==Ja.currentPage&&qa("change",Md)}else Rd.tagName.toLowerCase()==="li"&&Array.from(Rd.classList).includes("more")&&kd(Id)}function kd(Id){const Rd=Id.target;if(Rd.tagName.toLowerCase()==="ul"||Ja.disabled)return;let Md=Number(Rd.textContent);const Ld=Ja.pageCount,jd=Ja.currentPage,Pd=Ja.pagerCount-2;Rd.className.includes("more")&&(Rd.className.includes("quickprev")?Md=jd-Pd:Rd.className.includes("quicknext")&&(Md=jd+Pd)),Number.isNaN(+Md)||(Md<1&&(Md=1),Md>Ld&&(Md=Ld)),Md!==jd&&qa("change",Md)}return(Id,Rd)=>(openBlock(),createElementBlock("ul",{class:normalizeClass(unref(ed).b()),onClick:kd,onKeyup:withKeys(Nd,["enter"])},[Id.pageCount>0?(openBlock(),createElementBlock("li",{key:0,class:normalizeClass([[unref(ed).is("active",Id.currentPage===1),unref(ed).is("disabled",Id.disabled)],"number"]),"aria-current":Id.currentPage===1,"aria-label":unref(rd)("el.pagination.currentPage",{pager:1}),tabindex:unref(Td)}," 1 ",10,["aria-current","aria-label","tabindex"])):createCommentVNode("v-if",!0),od.value?(openBlock(),createElementBlock("li",{key:1,class:normalizeClass(unref(yd)),tabindex:unref(Td),"aria-label":unref(rd)("el.pagination.prevPages",{pager:Id.pagerCount-2}),onMouseenter:Md=>Od(!0),onMouseleave:Md=>ld.value=!1,onFocus:Md=>Ad(!0),onBlur:Md=>ud.value=!1},[(ld.value||ud.value)&&!Id.disabled?(openBlock(),createBlock(unref(d_arrow_left_default),{key:0})):(openBlock(),createBlock(unref(more_filled_default),{key:1}))],42,["tabindex","aria-label","onMouseenter","onMouseleave","onFocus","onBlur"])):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(_d),Md=>(openBlock(),createElementBlock("li",{key:Md,class:normalizeClass([[unref(ed).is("active",Id.currentPage===Md),unref(ed).is("disabled",Id.disabled)],"number"]),"aria-current":Id.currentPage===Md,"aria-label":unref(rd)("el.pagination.currentPage",{pager:Md}),tabindex:unref(Td)},toDisplayString(Md),11,["aria-current","aria-label","tabindex"]))),128)),sd.value?(openBlock(),createElementBlock("li",{key:2,class:normalizeClass(unref(Ed)),tabindex:unref(Td),"aria-label":unref(rd)("el.pagination.nextPages",{pager:Id.pagerCount-2}),onMouseenter:Md=>Od(),onMouseleave:Md=>cd.value=!1,onFocus:Md=>Ad(),onBlur:Md=>gd.value=!1},[(cd.value||gd.value)&&!Id.disabled?(openBlock(),createBlock(unref(d_arrow_right_default),{key:0})):(openBlock(),createBlock(unref(more_filled_default),{key:1}))],42,["tabindex","aria-label","onMouseenter","onMouseleave","onFocus","onBlur"])):createCommentVNode("v-if",!0),Id.pageCount>1?(openBlock(),createElementBlock("li",{key:3,class:normalizeClass([[unref(ed).is("active",Id.currentPage===Id.pageCount),unref(ed).is("disabled",Id.disabled)],"number"]),"aria-current":Id.currentPage===Id.pageCount,"aria-label":unref(rd)("el.pagination.currentPage",{pager:Id.pageCount}),tabindex:unref(Td)},toDisplayString(Id.pageCount),11,["aria-current","aria-label","tabindex"])):createCommentVNode("v-if",!0)],42,["onKeyup"]))}});var Pager=_export_sfc$1(_sfc_main$1n,[["__file","pager.vue"]]);const isAbsent=Ra=>typeof Ra!="number",paginationProps=buildProps({pageSize:Number,defaultPageSize:Number,total:Number,pageCount:Number,pagerCount:{type:Number,validator:Ra=>isNumber$3(Ra)&&Math.trunc(Ra)===Ra&&Ra>4&&Ra<22&&Ra%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:""},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}),paginationEmits={"update:current-page":Ra=>isNumber$3(Ra),"update:page-size":Ra=>isNumber$3(Ra),"size-change":Ra=>isNumber$3(Ra),change:(Ra,qa)=>isNumber$3(Ra)&&isNumber$3(qa),"current-change":Ra=>isNumber$3(Ra),"prev-click":Ra=>isNumber$3(Ra),"next-click":Ra=>isNumber$3(Ra)},componentName="ElPagination";var Pagination=defineComponent({name:componentName,props:paginationProps,emits:paginationEmits,setup(Ra,{emit:qa,slots:Ja}){const{t:ed}=useLocale(),td=useNamespace("pagination"),rd=getCurrentInstance().vnode.props||{},od=computed(()=>{var Id;return Ra.small?"small":(Id=Ra.size)!=null?Id:useGlobalSize().value});useDeprecated({from:"small",replacement:"size",version:"3.0.0",scope:"el-pagination",ref:"https://element-plus.org/zh-CN/component/pagination.html"},computed(()=>!!Ra.small));const sd="onUpdate:currentPage"in rd||"onUpdate:current-page"in rd||"onCurrentChange"in rd,ld="onUpdate:pageSize"in rd||"onUpdate:page-size"in rd||"onSizeChange"in rd,cd=computed(()=>{if(isAbsent(Ra.total)&&isAbsent(Ra.pageCount)||!isAbsent(Ra.currentPage)&&!sd)return!1;if(Ra.layout.includes("sizes")){if(isAbsent(Ra.pageCount)){if(!isAbsent(Ra.total)&&!isAbsent(Ra.pageSize)&&!ld)return!1}else if(!ld)return!1}return!0}),ud=ref$1(isAbsent(Ra.defaultPageSize)?10:Ra.defaultPageSize),gd=ref$1(isAbsent(Ra.defaultCurrentPage)?1:Ra.defaultCurrentPage),_d=computed({get(){return isAbsent(Ra.pageSize)?ud.value:Ra.pageSize},set(Id){isAbsent(Ra.pageSize)&&(ud.value=Id),ld&&(qa("update:page-size",Id),qa("size-change",Id))}}),yd=computed(()=>{let Id=0;return isAbsent(Ra.pageCount)?isAbsent(Ra.total)||(Id=Math.max(1,Math.ceil(Ra.total/_d.value))):Id=Ra.pageCount,Id}),Ed=computed({get(){return isAbsent(Ra.currentPage)?gd.value:Ra.currentPage},set(Id){let Rd=Id;Id<1?Rd=1:Id>yd.value&&(Rd=yd.value),isAbsent(Ra.currentPage)&&(gd.value=Rd),sd&&(qa("update:current-page",Rd),qa("current-change",Rd))}});watch(yd,Id=>{Ed.value>Id&&(Ed.value=Id)}),watch([Ed,_d],Id=>{qa("change",...Id)},{flush:"post"});function Td(Id){Ed.value=Id}function Od(Id){_d.value=Id;const Rd=yd.value;Ed.value>Rd&&(Ed.value=Rd)}function Ad(){Ra.disabled||(Ed.value-=1,qa("prev-click",Ed.value))}function Nd(){Ra.disabled||(Ed.value+=1,qa("next-click",Ed.value))}function kd(Id,Rd){Id&&(Id.props||(Id.props={}),Id.props.class=[Id.props.class,Rd].join(" "))}return provide(elPaginationKey,{pageCount:yd,disabled:computed(()=>Ra.disabled),currentPage:Ed,changeEvent:Td,handleSizeChange:Od}),()=>{var Id,Rd;if(!cd.value)return ed("el.pagination.deprecationWarning"),null;if(!Ra.layout||Ra.hideOnSinglePage&&yd.value<=1)return null;const Md=[],Ld=[],jd=h$2("div",{class:td.e("rightwrapper")},Ld),Pd={prev:h$2(Prev,{disabled:Ra.disabled,currentPage:Ed.value,prevText:Ra.prevText,prevIcon:Ra.prevIcon,onClick:Ad}),jumper:h$2(Jumper,{size:od.value}),pager:h$2(Pager,{currentPage:Ed.value,pageCount:yd.value,pagerCount:Ra.pagerCount,onChange:Td,disabled:Ra.disabled}),next:h$2(Next,{disabled:Ra.disabled,currentPage:Ed.value,pageCount:yd.value,nextText:Ra.nextText,nextIcon:Ra.nextIcon,onClick:Nd}),sizes:h$2(Sizes,{pageSize:_d.value,pageSizes:Ra.pageSizes,popperClass:Ra.popperClass,disabled:Ra.disabled,teleported:Ra.teleported,size:od.value}),slot:(Rd=(Id=Ja==null?void 0:Ja.default)==null?void 0:Id.call(Ja))!=null?Rd:null,total:h$2(Total,{total:isAbsent(Ra.total)?0:Ra.total})},Fd=Ra.layout.split(",").map(Vd=>Vd.trim());let Ud=!1;return Fd.forEach(Vd=>{if(Vd==="->"){Ud=!0;return}Ud?Ld.push(Pd[Vd]):Md.push(Pd[Vd])}),kd(Md[0],td.is("first")),kd(Md[Md.length-1],td.is("last")),Ud&&Ld.length>0&&(kd(Ld[0],td.is("first")),kd(Ld[Ld.length-1],td.is("last")),Md.push(jd)),h$2("div",{class:[td.b(),td.is("background",Ra.background),td.m(od.value)]},Md)}}});const ElPagination=withInstall(Pagination),popconfirmProps=buildProps({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:{type:Boolean,default:!1},hideAfter:{type:Number,default:200},teleported:useTooltipContentProps.teleported,persistent:useTooltipContentProps.persistent,width:{type:[String,Number],default:150}}),popconfirmEmits={confirm:Ra=>Ra instanceof MouseEvent,cancel:Ra=>Ra instanceof MouseEvent},__default__$I=defineComponent({name:"ElPopconfirm"}),_sfc_main$1m=defineComponent({...__default__$I,props:popconfirmProps,emits:popconfirmEmits,setup(Ra,{emit:qa}){const Ja=Ra,{t:ed}=useLocale(),td=useNamespace("popconfirm"),rd=ref$1(),od=()=>{var _d,yd;(yd=(_d=rd.value)==null?void 0:_d.onClose)==null||yd.call(_d)},sd=computed(()=>({width:addUnit(Ja.width)})),ld=_d=>{qa("confirm",_d),od()},cd=_d=>{qa("cancel",_d),od()},ud=computed(()=>Ja.confirmButtonText||ed("el.popconfirm.confirmButtonText")),gd=computed(()=>Ja.cancelButtonText||ed("el.popconfirm.cancelButtonText"));return(_d,yd)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:rd,trigger:"click",effect:"light"},_d.$attrs,{"popper-class":`${unref(td).namespace.value}-popover`,"popper-style":unref(sd),teleported:_d.teleported,"fallback-placements":["bottom","top","right","left"],"hide-after":_d.hideAfter,persistent:_d.persistent}),{content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(td).b())},[createBaseVNode("div",{class:normalizeClass(unref(td).e("main"))},[!_d.hideIcon&&_d.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(td).e("icon")),style:normalizeStyle({color:_d.iconColor})},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(_d.icon)))]),_:1},8,["class","style"])):createCommentVNode("v-if",!0),createTextVNode(" "+toDisplayString(_d.title),1)],2),createBaseVNode("div",{class:normalizeClass(unref(td).e("action"))},[renderSlot(_d.$slots,"actions",{confirm:ld,cancel:cd},()=>[createVNode(unref(ElButton),{size:"small",type:_d.cancelButtonType==="text"?"":_d.cancelButtonType,text:_d.cancelButtonType==="text",onClick:cd},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(gd)),1)]),_:1},8,["type","text"]),createVNode(unref(ElButton),{size:"small",type:_d.confirmButtonType==="text"?"":_d.confirmButtonType,text:_d.confirmButtonType==="text",onClick:ld},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ud)),1)]),_:1},8,["type","text"])])],2)],2)]),default:withCtx(()=>[_d.$slots.reference?renderSlot(_d.$slots,"reference",{key:0}):createCommentVNode("v-if",!0)]),_:3},16,["popper-class","popper-style","teleported","hide-after","persistent"]))}});var Popconfirm=_export_sfc$1(_sfc_main$1m,[["__file","popconfirm.vue"]]);const ElPopconfirm=withInstall(Popconfirm),popoverProps=buildProps({trigger:useTooltipTriggerProps.trigger,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,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":Ra=>isBoolean$3(Ra),"before-enter":()=>!0,"before-leave":()=>!0,"after-enter":()=>!0,"after-leave":()=>!0},updateEventKeyRaw="onUpdate:visible",__default__$H=defineComponent({name:"ElPopover"}),_sfc_main$1l=defineComponent({...__default__$H,props:popoverProps,emits:popoverEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=computed(()=>ed[updateEventKeyRaw]),rd=useNamespace("popover"),od=ref$1(),sd=computed(()=>{var Od;return(Od=unref(od))==null?void 0:Od.popperRef}),ld=computed(()=>[{width:addUnit(ed.width)},ed.popperStyle]),cd=computed(()=>[rd.b(),ed.popperClass,{[rd.m("plain")]:!!ed.content}]),ud=computed(()=>ed.transition===`${rd.namespace.value}-fade-in-linear`),gd=()=>{var Od;(Od=od.value)==null||Od.hide()},_d=()=>{Ja("before-enter")},yd=()=>{Ja("before-leave")},Ed=()=>{Ja("after-enter")},Td=()=>{Ja("update:visible",!1),Ja("after-leave")};return qa({popperRef:sd,hide:gd}),(Od,Ad)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:od},Od.$attrs,{trigger:Od.trigger,placement:Od.placement,disabled:Od.disabled,visible:Od.visible,transition:Od.transition,"popper-options":Od.popperOptions,tabindex:Od.tabindex,content:Od.content,offset:Od.offset,"show-after":Od.showAfter,"hide-after":Od.hideAfter,"auto-close":Od.autoClose,"show-arrow":Od.showArrow,"aria-label":Od.title,effect:Od.effect,enterable:Od.enterable,"popper-class":unref(cd),"popper-style":unref(ld),teleported:Od.teleported,persistent:Od.persistent,"gpu-acceleration":unref(ud),"onUpdate:visible":unref(td),onBeforeShow:_d,onBeforeHide:yd,onShow:Ed,onHide:Td}),{content:withCtx(()=>[Od.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(rd).e("title")),role:"title"},toDisplayString(Od.title),3)):createCommentVNode("v-if",!0),renderSlot(Od.$slots,"default",{},()=>[createTextVNode(toDisplayString(Od.content),1)])]),default:withCtx(()=>[Od.$slots.reference?renderSlot(Od.$slots,"reference",{key:0}):createCommentVNode("v-if",!0)]),_:3},16,["trigger","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","persistent","gpu-acceleration","onUpdate:visible"]))}});var Popover=_export_sfc$1(_sfc_main$1l,[["__file","popover.vue"]]);const attachEvents=(Ra,qa)=>{const Ja=qa.arg||qa.value,ed=Ja==null?void 0:Ja.popperRef;ed&&(ed.triggerRef=Ra)};var PopoverDirective={mounted(Ra,qa){attachEvents(Ra,qa)},updated(Ra,qa){attachEvents(Ra,qa)}};const VPopover="popover",ElPopoverDirective=withInstallDirective(PopoverDirective,VPopover),ElPopover=withInstall(Popover,{directive:ElPopoverDirective}),progressProps=buildProps({type:{type:String,default:"line",values:["line","circle","dashboard"]},percentage:{type:Number,default:0,validator:Ra=>Ra>=0&&Ra<=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:Ra=>`${Ra}%`}}),__default__$G=defineComponent({name:"ElProgress"}),_sfc_main$1k=defineComponent({...__default__$G,props:progressProps,setup(Ra){const qa=Ra,Ja={success:"#13ce66",exception:"#ff4949",warning:"#e6a23c",default:"#20a0ff"},ed=useNamespace("progress"),td=computed(()=>{const kd={width:`${qa.percentage}%`,animationDuration:`${qa.duration}s`},Id=Nd(qa.percentage);return Id.includes("gradient")?kd.background=Id:kd.backgroundColor=Id,kd}),rd=computed(()=>(qa.strokeWidth/qa.width*100).toFixed(1)),od=computed(()=>["circle","dashboard"].includes(qa.type)?Number.parseInt(`${50-Number.parseFloat(rd.value)/2}`,10):0),sd=computed(()=>{const kd=od.value,Id=qa.type==="dashboard";return`
M 50 50
m 0 ${Id?"":"-"}${kd}
a ${kd} ${kd} 0 1 1 0 ${Id?"-":""}${kd*2}
a ${kd} ${kd} 0 1 1 0 ${Id?"":"-"}${kd*2}
`}),ld=computed(()=>2*Math.PI*od.value),cd=computed(()=>qa.type==="dashboard"?.75:1),ud=computed(()=>`${-1*ld.value*(1-cd.value)/2}px`),gd=computed(()=>({strokeDasharray:`${ld.value*cd.value}px, ${ld.value}px`,strokeDashoffset:ud.value})),_d=computed(()=>({strokeDasharray:`${ld.value*cd.value*(qa.percentage/100)}px, ${ld.value}px`,strokeDashoffset:ud.value,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease, opacity ease 0.6s"})),yd=computed(()=>{let kd;return qa.color?kd=Nd(qa.percentage):kd=Ja[qa.status]||Ja.default,kd}),Ed=computed(()=>qa.status==="warning"?warning_filled_default:qa.type==="line"?qa.status==="success"?circle_check_default:circle_close_default:qa.status==="success"?check_default:close_default),Td=computed(()=>qa.type==="line"?12+qa.strokeWidth*.4:qa.width*.111111+2),Od=computed(()=>qa.format(qa.percentage));function Ad(kd){const Id=100/kd.length;return kd.map((Md,Ld)=>isString$3(Md)?{color:Md,percentage:(Ld+1)*Id}:Md).sort((Md,Ld)=>Md.percentage-Ld.percentage)}const Nd=kd=>{var Id;const{color:Rd}=qa;if(isFunction$4(Rd))return Rd(kd);if(isString$3(Rd))return Rd;{const Md=Ad(Rd);for(const Ld of Md)if(Ld.percentage>kd)return Ld.color;return(Id=Md[Md.length-1])==null?void 0:Id.color}};return(kd,Id)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(ed).b(),unref(ed).m(kd.type),unref(ed).is(kd.status),{[unref(ed).m("without-text")]:!kd.showText,[unref(ed).m("text-inside")]:kd.textInside}]),role:"progressbar","aria-valuenow":kd.percentage,"aria-valuemin":"0","aria-valuemax":"100"},[kd.type==="line"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ed).b("bar"))},[createBaseVNode("div",{class:normalizeClass(unref(ed).be("bar","outer")),style:normalizeStyle({height:`${kd.strokeWidth}px`})},[createBaseVNode("div",{class:normalizeClass([unref(ed).be("bar","inner"),{[unref(ed).bem("bar","inner","indeterminate")]:kd.indeterminate},{[unref(ed).bem("bar","inner","striped")]:kd.striped},{[unref(ed).bem("bar","inner","striped-flow")]:kd.stripedFlow}]),style:normalizeStyle(unref(td))},[(kd.showText||kd.$slots.default)&&kd.textInside?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ed).be("bar","innerText"))},[renderSlot(kd.$slots,"default",{percentage:kd.percentage},()=>[createBaseVNode("span",null,toDisplayString(unref(Od)),1)])],2)):createCommentVNode("v-if",!0)],6)],6)],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(ed).b("circle")),style:normalizeStyle({height:`${kd.width}px`,width:`${kd.width}px`})},[(openBlock(),createElementBlock("svg",{viewBox:"0 0 100 100"},[createBaseVNode("path",{class:normalizeClass(unref(ed).be("circle","track")),d:unref(sd),stroke:`var(${unref(ed).cssVarName("fill-color-light")}, #e5e9f2)`,"stroke-linecap":kd.strokeLinecap,"stroke-width":unref(rd),fill:"none",style:normalizeStyle(unref(gd))},null,14,["d","stroke","stroke-linecap","stroke-width"]),createBaseVNode("path",{class:normalizeClass(unref(ed).be("circle","path")),d:unref(sd),stroke:unref(yd),fill:"none",opacity:kd.percentage?1:0,"stroke-linecap":kd.strokeLinecap,"stroke-width":unref(rd),style:normalizeStyle(unref(_d))},null,14,["d","stroke","opacity","stroke-linecap","stroke-width"])]))],6)),(kd.showText||kd.$slots.default)&&!kd.textInside?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(ed).e("text")),style:normalizeStyle({fontSize:`${unref(Td)}px`})},[renderSlot(kd.$slots,"default",{percentage:kd.percentage},()=>[kd.status?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ed))))]),_:1})):(openBlock(),createElementBlock("span",{key:0},toDisplayString(unref(Od)),1))])],6)):createCommentVNode("v-if",!0)],10,["aria-valuenow"]))}});var Progress=_export_sfc$1(_sfc_main$1k,[["__file","progress.vue"]]);const ElProgress=withInstall(Progress),rateProps=buildProps({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:Boolean,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]:Ra=>isNumber$3(Ra),[UPDATE_MODEL_EVENT]:Ra=>isNumber$3(Ra)},__default__$F=defineComponent({name:"ElRate"}),_sfc_main$1j=defineComponent({...__default__$F,props:rateProps,emits:rateEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra;function td(Kd,Qd){const hf=kf=>isObject$5(kf),gf=Object.keys(Qd).map(kf=>+kf).filter(kf=>{const Cf=Qd[kf];return(hf(Cf)?Cf.excluded:!1)?Kd<kf:Kd<=kf}).sort((kf,Cf)=>kf-Cf),bf=Qd[gf[0]];return hf(bf)&&bf.value||bf}const rd=inject(formContextKey,void 0),od=inject(formItemContextKey,void 0),sd=useFormSize(),ld=useNamespace("rate"),{inputId:cd,isLabeledByFormItem:ud}=useFormItemInputId(ed,{formItemContext:od}),gd=ref$1(ed.modelValue),_d=ref$1(-1),yd=ref$1(!0),Ed=computed(()=>[ld.b(),ld.m(sd.value)]),Td=computed(()=>ed.disabled||(rd==null?void 0:rd.disabled)),Od=computed(()=>ld.cssVarBlock({"void-color":ed.voidColor,"disabled-void-color":ed.disabledVoidColor,"fill-color":Id.value})),Ad=computed(()=>{let Kd="";return ed.showScore?Kd=ed.scoreTemplate.replace(/\{\s*value\s*\}/,Td.value?`${ed.modelValue}`:`${gd.value}`):ed.showText&&(Kd=ed.texts[Math.ceil(gd.value)-1]),Kd}),Nd=computed(()=>ed.modelValue*100-Math.floor(ed.modelValue)*100),kd=computed(()=>isArray$2(ed.colors)?{[ed.lowThreshold]:ed.colors[0],[ed.highThreshold]:{value:ed.colors[1],excluded:!0},[ed.max]:ed.colors[2]}:ed.colors),Id=computed(()=>{const Kd=td(gd.value,kd.value);return isObject$5(Kd)?"":Kd}),Rd=computed(()=>{let Kd="";return Td.value?Kd=`${Nd.value}%`:ed.allowHalf&&(Kd="50%"),{color:Id.value,width:Kd}}),Md=computed(()=>{let Kd=isArray$2(ed.icons)?[...ed.icons]:{...ed.icons};return Kd=markRaw(Kd),isArray$2(Kd)?{[ed.lowThreshold]:Kd[0],[ed.highThreshold]:{value:Kd[1],excluded:!0},[ed.max]:Kd[2]}:Kd}),Ld=computed(()=>td(ed.modelValue,Md.value)),jd=computed(()=>Td.value?isString$3(ed.disabledVoidIcon)?ed.disabledVoidIcon:markRaw(ed.disabledVoidIcon):isString$3(ed.voidIcon)?ed.voidIcon:markRaw(ed.voidIcon)),Pd=computed(()=>td(gd.value,Md.value));function Fd(Kd){const Qd=Td.value&&Nd.value>0&&Kd-1<ed.modelValue&&Kd>ed.modelValue,hf=ed.allowHalf&&yd.value&&Kd-.5<=gd.value&&Kd>gd.value;return Qd||hf}function Ud(Kd){ed.clearable&&Kd===ed.modelValue&&(Kd=0),Ja(UPDATE_MODEL_EVENT,Kd),ed.modelValue!==Kd&&Ja("change",Kd)}function Vd(Kd){Td.value||(ed.allowHalf&&yd.value?Ud(gd.value):Ud(Kd))}function qd(Kd){if(Td.value)return;let Qd=gd.value;const hf=Kd.code;return hf===EVENT_CODE.up||hf===EVENT_CODE.right?(ed.allowHalf?Qd+=.5:Qd+=1,Kd.stopPropagation(),Kd.preventDefault()):(hf===EVENT_CODE.left||hf===EVENT_CODE.down)&&(ed.allowHalf?Qd-=.5:Qd-=1,Kd.stopPropagation(),Kd.preventDefault()),Qd=Qd<0?0:Qd,Qd=Qd>ed.max?ed.max:Qd,Ja(UPDATE_MODEL_EVENT,Qd),Ja("change",Qd),Qd}function Wd(Kd,Qd){if(!Td.value){if(ed.allowHalf&&Qd){let hf=Qd.target;hasClass(hf,ld.e("item"))&&(hf=hf.querySelector(`.${ld.e("icon")}`)),(hf.clientWidth===0||hasClass(hf,ld.e("decimal")))&&(hf=hf.parentNode),yd.value=Qd.offsetX*2<=hf.clientWidth,gd.value=yd.value?Kd-.5:Kd}else gd.value=Kd;_d.value=Kd}}function zd(){Td.value||(ed.allowHalf&&(yd.value=ed.modelValue!==Math.floor(ed.modelValue)),gd.value=ed.modelValue,_d.value=-1)}return watch(()=>ed.modelValue,Kd=>{gd.value=Kd,yd.value=ed.modelValue!==Math.floor(ed.modelValue)}),ed.modelValue||Ja(UPDATE_MODEL_EVENT,0),qa({setCurrentValue:Wd,resetCurrentValue:zd}),(Kd,Qd)=>{var hf;return openBlock(),createElementBlock("div",{id:unref(cd),class:normalizeClass([unref(Ed),unref(ld).is("disabled",unref(Td))]),role:"slider","aria-label":unref(ud)?void 0:Kd.ariaLabel||"rating","aria-labelledby":unref(ud)?(hf=unref(od))==null?void 0:hf.labelId:void 0,"aria-valuenow":gd.value,"aria-valuetext":unref(Ad)||void 0,"aria-valuemin":"0","aria-valuemax":Kd.max,tabindex:"0",style:normalizeStyle(unref(Od)),onKeydown:qd},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Kd.max,(gf,bf)=>(openBlock(),createElementBlock("span",{key:bf,class:normalizeClass(unref(ld).e("item")),onMousemove:kf=>Wd(gf,kf),onMouseleave:zd,onClick:kf=>Vd(gf)},[createVNode(unref(ElIcon),{class:normalizeClass([unref(ld).e("icon"),{hover:_d.value===gf},unref(ld).is("active",gf<=gd.value)])},{default:withCtx(()=>[Fd(gf)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(Pd)),null,null,512)),[[vShow,gf<=gd.value]]),withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(jd)),null,null,512)),[[vShow,!(gf<=gd.value)]])],64)),Fd(gf)?(openBlock(),createElementBlock(Fragment,{key:1},[(openBlock(),createBlock(resolveDynamicComponent(unref(jd)),{class:normalizeClass([unref(ld).em("decimal","box")])},null,8,["class"])),createVNode(unref(ElIcon),{style:normalizeStyle(unref(Rd)),class:normalizeClass([unref(ld).e("icon"),unref(ld).e("decimal")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ld))))]),_:1},8,["style","class"])],64)):createCommentVNode("v-if",!0)]),_:2},1032,["class"])],42,["onMousemove","onClick"]))),128)),Kd.showText||Kd.showScore?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(ld).e("text")),style:normalizeStyle({color:Kd.textColor})},toDisplayString(unref(Ad)),7)):createCommentVNode("v-if",!0)],46,["id","aria-label","aria-labelledby","aria-valuenow","aria-valuetext","aria-valuemax"])}}});var Rate=_export_sfc$1(_sfc_main$1j,[["__file","rate.vue"]]);const ElRate=withInstall(Rate),IconMap={success:"icon-success",warning:"icon-warning",error:"icon-error",info:"icon-info"},IconComponentMap={[IconMap.success]:circle_check_filled_default,[IconMap.warning]:warning_filled_default,[IconMap.error]:circle_close_filled_default,[IconMap.info]:info_filled_default},resultProps=buildProps({title:{type:String,default:""},subTitle:{type:String,default:""},icon:{type:String,values:["success","warning","info","error"],default:"info"}}),__default__$E=defineComponent({name:"ElResult"}),_sfc_main$1i=defineComponent({...__default__$E,props:resultProps,setup(Ra){const qa=Ra,Ja=useNamespace("result"),ed=computed(()=>{const td=qa.icon,rd=td&&IconMap[td]?IconMap[td]:"icon-info",od=IconComponentMap[rd]||IconComponentMap["icon-info"];return{class:rd,component:od}});return(td,rd)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(Ja).b())},[createBaseVNode("div",{class:normalizeClass(unref(Ja).e("icon"))},[renderSlot(td.$slots,"icon",{},()=>[unref(ed).component?(openBlock(),createBlock(resolveDynamicComponent(unref(ed).component),{key:0,class:normalizeClass(unref(ed).class)},null,8,["class"])):createCommentVNode("v-if",!0)])],2),td.title||td.$slots.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ja).e("title"))},[renderSlot(td.$slots,"title",{},()=>[createBaseVNode("p",null,toDisplayString(td.title),1)])],2)):createCommentVNode("v-if",!0),td.subTitle||td.$slots["sub-title"]?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(Ja).e("subtitle"))},[renderSlot(td.$slots,"sub-title",{},()=>[createBaseVNode("p",null,toDisplayString(td.subTitle),1)])],2)):createCommentVNode("v-if",!0),td.$slots.extra?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(Ja).e("extra"))},[renderSlot(td.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2))}});var Result=_export_sfc$1(_sfc_main$1i,[["__file","result.vue"]]);const ElResult=withInstall(Result);var safeIsNaN=Number.isNaN||function(qa){return typeof qa=="number"&&qa!==qa};function isEqual(Ra,qa){return!!(Ra===qa||safeIsNaN(Ra)&&safeIsNaN(qa))}function areInputsEqual(Ra,qa){if(Ra.length!==qa.length)return!1;for(var Ja=0;Ja<Ra.length;Ja++)if(!isEqual(Ra[Ja],qa[Ja]))return!1;return!0}function memoizeOne(Ra,qa){qa===void 0&&(qa=areInputsEqual);var Ja=null;function ed(){for(var td=[],rd=0;rd<arguments.length;rd++)td[rd]=arguments[rd];if(Ja&&Ja.lastThis===this&&qa(td,Ja.lastArgs))return Ja.lastResult;var od=Ra.apply(this,td);return Ja={lastResult:od,lastArgs:td,lastThis:this},od}return ed.clear=function(){Ja=null},ed}const useCache=()=>{const qa=getCurrentInstance().proxy.$props;return computed(()=>{const Ja=(ed,td,rd)=>({});return qa.perfMode?memoize$1(Ja):memoizeOne(Ja)})},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="horizontal",VERTICAL="vertical",LTR="ltr",RTL="rtl",RTL_OFFSET_NAG="negative",RTL_OFFSET_POS_ASC="positive-ascending",RTL_OFFSET_POS_DESC="positive-descending",ScrollbarDirKey={[HORIZONTAL]:"left",[VERTICAL]:"top"},SCROLLBAR_MIN_SIZE=20,LayoutKeys={[HORIZONTAL]:"deltaX",[VERTICAL]:"deltaY"},useWheel=({atEndEdge:Ra,atStartEdge:qa,layout:Ja},ed)=>{let td,rd=0;const od=ld=>ld<0&&qa.value||ld>0&&Ra.value;return{hasReachedEdge:od,onWheel:ld=>{cAF(td);const cd=ld[LayoutKeys[Ja.value]];od(rd)&&od(rd+cd)||(rd+=cd,isFirefox()||ld.preventDefault(),td=rAF(()=>{ed(rd),rd=0}))}}},itemSize$1=buildProp({type:definePropType([Number,Function]),required:!0}),estimatedItemSize=buildProp({type:Number}),cache$2=buildProp({type:Number,default:2}),direction=buildProp({type:String,values:["ltr","rtl"],default:"ltr"}),initScrollOffset=buildProp({type:Number,default:0}),total=buildProp({type:Number,required:!0}),layout=buildProp({type:String,values:["horizontal","vertical"],default:VERTICAL}),virtualizedProps=buildProps({className:{type:String,default:""},containerElement:{type:definePropType([String,Object]),default:"div"},data:{type:definePropType(Array),default:()=>mutable([])},direction,height:{type:[String,Number],required:!0},innerElement:{type:[String,Object],default:"div"},style:{type:definePropType([Object,String,Array])},useIsScrolling:{type:Boolean,default:!1},width:{type:[Number,String],required:!1},perfMode:{type:Boolean,default:!0},scrollbarAlwaysOn:{type:Boolean,default:!1}}),virtualizedListProps=buildProps({cache:cache$2,estimatedItemSize,layout,initScrollOffset,total,itemSize:itemSize$1,...virtualizedProps}),scrollbarSize={type:Number,default:6},startGap={type:Number,default:0},endGap={type:Number,default:2},virtualizedGridProps=buildProps({columnCache:cache$2,columnWidth:itemSize$1,estimatedColumnWidth:estimatedItemSize,estimatedRowHeight:estimatedItemSize,initScrollLeft:initScrollOffset,initScrollTop:initScrollOffset,itemKey:{type:definePropType(Function),default:({columnIndex:Ra,rowIndex:qa})=>`${qa}:${Ra}`},rowCache:cache$2,rowHeight:itemSize$1,totalColumn:total,totalRow:total,hScrollbarSize:scrollbarSize,vScrollbarSize:scrollbarSize,scrollbarStartGap:startGap,scrollbarEndGap:endGap,role:String,...virtualizedProps}),virtualizedScrollbarProps=buildProps({alwaysOn:Boolean,class:String,layout,total,ratio:{type:Number,required:!0},clientSize:{type:Number,required:!0},scrollFrom:{type:Number,required:!0},scrollbarSize,startGap,endGap,visible:Boolean}),getScrollDir=(Ra,qa)=>Ra<qa?FORWARD:BACKWARD,isHorizontal=Ra=>Ra===LTR||Ra===RTL||Ra===HORIZONTAL,isRTL=Ra=>Ra===RTL;let cachedRTLResult=null;function getRTLOffsetType(Ra=!1){if(cachedRTLResult===null||Ra){const qa=document.createElement("div"),Ja=qa.style;Ja.width="50px",Ja.height="50px",Ja.overflow="scroll",Ja.direction="rtl";const ed=document.createElement("div"),td=ed.style;return td.width="100px",td.height="100px",qa.appendChild(ed),document.body.appendChild(qa),qa.scrollLeft>0?cachedRTLResult=RTL_OFFSET_POS_DESC:(qa.scrollLeft=1,qa.scrollLeft===0?cachedRTLResult=RTL_OFFSET_NAG:cachedRTLResult=RTL_OFFSET_POS_ASC),document.body.removeChild(qa),cachedRTLResult}return cachedRTLResult}function renderThumbStyle({move:Ra,size:qa,bar:Ja},ed){const td={},rd=`translate${Ja.axis}(${Ra}px)`;return td[Ja.size]=qa,td.transform=rd,td.msTransform=rd,td.webkitTransform=rd,ed==="horizontal"?td.height="100%":td.width="100%",td}const ScrollBar=defineComponent({name:"ElVirtualScrollBar",props:virtualizedScrollbarProps,emits:["scroll","start-move","stop-move"],setup(Ra,{emit:qa}){const Ja=computed(()=>Ra.startGap+Ra.endGap),ed=useNamespace("virtual-scrollbar"),td=useNamespace("scrollbar"),rd=ref$1(),od=ref$1();let sd=null,ld=null;const cd=reactive({isDragging:!1,traveled:0}),ud=computed(()=>BAR_MAP[Ra.layout]),gd=computed(()=>Ra.clientSize-unref(Ja)),_d=computed(()=>({position:"absolute",width:`${HORIZONTAL===Ra.layout?gd.value:Ra.scrollbarSize}px`,height:`${HORIZONTAL===Ra.layout?Ra.scrollbarSize:gd.value}px`,[ScrollbarDirKey[Ra.layout]]:"2px",right:"2px",bottom:"2px",borderRadius:"4px"})),yd=computed(()=>{const Md=Ra.ratio,Ld=Ra.clientSize;if(Md>=100)return Number.POSITIVE_INFINITY;if(Md>=50)return Md*Ld/100;const jd=Ld/3;return Math.floor(Math.min(Math.max(Md*Ld,SCROLLBAR_MIN_SIZE),jd))}),Ed=computed(()=>{if(!Number.isFinite(yd.value))return{display:"none"};const Md=`${yd.value}px`;return renderThumbStyle({bar:ud.value,size:Md,move:cd.traveled},Ra.layout)}),Td=computed(()=>Math.floor(Ra.clientSize-yd.value-unref(Ja))),Od=()=>{window.addEventListener("mousemove",Id),window.addEventListener("mouseup",kd);const Md=unref(od);Md&&(ld=document.onselectstart,document.onselectstart=()=>!1,Md.addEventListener("touchmove",Id,{passive:!0}),Md.addEventListener("touchend",kd))},Ad=()=>{window.removeEventListener("mousemove",Id),window.removeEventListener("mouseup",kd),document.onselectstart=ld,ld=null;const Md=unref(od);Md&&(Md.removeEventListener("touchmove",Id),Md.removeEventListener("touchend",kd))},Nd=Md=>{Md.stopImmediatePropagation(),!(Md.ctrlKey||[1,2].includes(Md.button))&&(cd.isDragging=!0,cd[ud.value.axis]=Md.currentTarget[ud.value.offset]-(Md[ud.value.client]-Md.currentTarget.getBoundingClientRect()[ud.value.direction]),qa("start-move"),Od())},kd=()=>{cd.isDragging=!1,cd[ud.value.axis]=0,qa("stop-move"),Ad()},Id=Md=>{const{isDragging:Ld}=cd;if(!Ld||!od.value||!rd.value)return;const jd=cd[ud.value.axis];if(!jd)return;cAF(sd);const Pd=(rd.value.getBoundingClientRect()[ud.value.direction]-Md[ud.value.client])*-1,Fd=od.value[ud.value.offset]-jd,Ud=Pd-Fd;sd=rAF(()=>{cd.traveled=Math.max(Ra.startGap,Math.min(Ud,Td.value)),qa("scroll",Ud,Td.value)})},Rd=Md=>{const Ld=Math.abs(Md.target.getBoundingClientRect()[ud.value.direction]-Md[ud.value.client]),jd=od.value[ud.value.offset]/2,Pd=Ld-jd;cd.traveled=Math.max(0,Math.min(Pd,Td.value)),qa("scroll",Pd,Td.value)};return watch(()=>Ra.scrollFrom,Md=>{cd.isDragging||(cd.traveled=Math.ceil(Md*Td.value))}),onBeforeUnmount(()=>{Ad()}),()=>h$2("div",{role:"presentation",ref:rd,class:[ed.b(),Ra.class,(Ra.alwaysOn||cd.isDragging)&&"always-on"],style:_d.value,onMousedown:withModifiers(Rd,["stop","prevent"]),onTouchstartPrevent:Nd},h$2("div",{ref:od,class:td.e("thumb"),style:Ed.value,onMousedown:Nd},[]))}}),createList=({name:Ra,getOffset:qa,getItemSize:Ja,getItemOffset:ed,getEstimatedTotalSize:td,getStartIndexForOffset:rd,getStopIndexForStartIndex:od,initCache:sd,clearCache:ld,validateProps:cd})=>defineComponent({name:Ra??"ElVirtualList",props:virtualizedListProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(ud,{emit:gd,expose:_d}){cd(ud);const yd=getCurrentInstance(),Ed=useNamespace("vl"),Td=ref$1(sd(ud,yd)),Od=useCache(),Ad=ref$1(),Nd=ref$1(),kd=ref$1(),Id=ref$1({isScrolling:!1,scrollDir:"forward",scrollOffset:isNumber$3(ud.initScrollOffset)?ud.initScrollOffset:0,updateRequested:!1,isScrollbarDragging:!1,scrollbarAlwaysOn:ud.scrollbarAlwaysOn}),Rd=computed(()=>{const{total:Ef,cache:yf}=ud,{isScrolling:Mf,scrollDir:Af,scrollOffset:Zd}=unref(Id);if(Ef===0)return[0,0,0,0];const mf=rd(ud,Zd,unref(Td)),Pf=od(ud,mf,Zd,unref(Td)),Ff=!Mf||Af===BACKWARD?Math.max(1,yf):1,Lf=!Mf||Af===FORWARD?Math.max(1,yf):1;return[Math.max(0,mf-Ff),Math.max(0,Math.min(Ef-1,Pf+Lf)),mf,Pf]}),Md=computed(()=>td(ud,unref(Td))),Ld=computed(()=>isHorizontal(ud.layout)),jd=computed(()=>[{position:"relative",[`overflow-${Ld.value?"x":"y"}`]:"scroll",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:ud.direction,height:isNumber$3(ud.height)?`${ud.height}px`:ud.height,width:isNumber$3(ud.width)?`${ud.width}px`:ud.width},ud.style]),Pd=computed(()=>{const Ef=unref(Md),yf=unref(Ld);return{height:yf?"100%":`${Ef}px`,pointerEvents:unref(Id).isScrolling?"none":void 0,width:yf?`${Ef}px`:"100%"}}),Fd=computed(()=>Ld.value?ud.width:ud.height),{onWheel:Ud}=useWheel({atStartEdge:computed(()=>Id.value.scrollOffset<=0),atEndEdge:computed(()=>Id.value.scrollOffset>=Md.value),layout:computed(()=>ud.layout)},Ef=>{var yf,Mf;(Mf=(yf=kd.value).onMouseUp)==null||Mf.call(yf),Qd(Math.min(Id.value.scrollOffset+Ef,Md.value-Fd.value))});useEventListener(Ad,"wheel",Ud,{passive:!1});const Vd=()=>{const{total:Ef}=ud;if(Ef>0){const[Zd,mf,Pf,Ff]=unref(Rd);gd(ITEM_RENDER_EVT,Zd,mf,Pf,Ff)}const{scrollDir:yf,scrollOffset:Mf,updateRequested:Af}=unref(Id);gd(SCROLL_EVT,yf,Mf,Af)},qd=Ef=>{const{clientHeight:yf,scrollHeight:Mf,scrollTop:Af}=Ef.currentTarget,Zd=unref(Id);if(Zd.scrollOffset===Af)return;const mf=Math.max(0,Math.min(Af,Mf-yf));Id.value={...Zd,isScrolling:!0,scrollDir:getScrollDir(Zd.scrollOffset,mf),scrollOffset:mf,updateRequested:!1},nextTick$1(bf)},Wd=Ef=>{const{clientWidth:yf,scrollLeft:Mf,scrollWidth:Af}=Ef.currentTarget,Zd=unref(Id);if(Zd.scrollOffset===Mf)return;const{direction:mf}=ud;let Pf=Mf;if(mf===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Pf=-Mf;break}case RTL_OFFSET_POS_DESC:{Pf=Af-yf-Mf;break}}Pf=Math.max(0,Math.min(Pf,Af-yf)),Id.value={...Zd,isScrolling:!0,scrollDir:getScrollDir(Zd.scrollOffset,Pf),scrollOffset:Pf,updateRequested:!1},nextTick$1(bf)},zd=Ef=>{unref(Ld)?Wd(Ef):qd(Ef),Vd()},Kd=(Ef,yf)=>{const Mf=(Md.value-Fd.value)/yf*Ef;Qd(Math.min(Md.value-Fd.value,Mf))},Qd=Ef=>{Ef=Math.max(Ef,0),Ef!==unref(Id).scrollOffset&&(Id.value={...unref(Id),scrollOffset:Ef,scrollDir:getScrollDir(unref(Id).scrollOffset,Ef),updateRequested:!0},nextTick$1(bf))},hf=(Ef,yf=AUTO_ALIGNMENT)=>{const{scrollOffset:Mf}=unref(Id);Ef=Math.max(0,Math.min(Ef,ud.total-1)),Qd(qa(ud,Ef,yf,Mf,unref(Td)))},gf=Ef=>{const{direction:yf,itemSize:Mf,layout:Af}=ud,Zd=Od.value(ld&&Mf,ld&&Af,ld&&yf);let mf;if(hasOwn$1(Zd,String(Ef)))mf=Zd[Ef];else{const Pf=ed(ud,Ef,unref(Td)),Ff=Ja(ud,Ef,unref(Td)),Lf=unref(Ld),jf=yf===RTL,xf=Lf?Pf:0;Zd[Ef]=mf={position:"absolute",left:jf?void 0:`${xf}px`,right:jf?`${xf}px`:void 0,top:Lf?0:`${Pf}px`,height:Lf?"100%":`${Ff}px`,width:Lf?`${Ff}px`:"100%"}}return mf},bf=()=>{Id.value.isScrolling=!1,nextTick$1(()=>{Od.value(-1,null,null)})},kf=()=>{const Ef=Ad.value;Ef&&(Ef.scrollTop=0)};onMounted(()=>{if(!isClient)return;const{initScrollOffset:Ef}=ud,yf=unref(Ad);isNumber$3(Ef)&&yf&&(unref(Ld)?yf.scrollLeft=Ef:yf.scrollTop=Ef),Vd()}),onUpdated(()=>{const{direction:Ef,layout:yf}=ud,{scrollOffset:Mf,updateRequested:Af}=unref(Id),Zd=unref(Ad);if(Af&&Zd)if(yf===HORIZONTAL)if(Ef===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Zd.scrollLeft=-Mf;break}case RTL_OFFSET_POS_ASC:{Zd.scrollLeft=Mf;break}default:{const{clientWidth:mf,scrollWidth:Pf}=Zd;Zd.scrollLeft=Pf-mf-Mf;break}}else Zd.scrollLeft=Mf;else Zd.scrollTop=Mf}),onActivated(()=>{unref(Ad).scrollTop=unref(Id).scrollOffset});const Cf={ns:Ed,clientSize:Fd,estimatedTotalSize:Md,windowStyle:jd,windowRef:Ad,innerRef:Nd,innerStyle:Pd,itemsToRender:Rd,scrollbarRef:kd,states:Id,getItemStyle:gf,onScroll:zd,onScrollbarScroll:Kd,onWheel:Ud,scrollTo:Qd,scrollToItem:hf,resetScrollTop:kf};return _d({windowRef:Ad,innerRef:Nd,getItemStyleCache:Od,scrollTo:Qd,scrollToItem:hf,resetScrollTop:kf,states:Id}),Cf},render(ud){var gd;const{$slots:_d,className:yd,clientSize:Ed,containerElement:Td,data:Od,getItemStyle:Ad,innerElement:Nd,itemsToRender:kd,innerStyle:Id,layout:Rd,total:Md,onScroll:Ld,onScrollbarScroll:jd,states:Pd,useIsScrolling:Fd,windowStyle:Ud,ns:Vd}=ud,[qd,Wd]=kd,zd=resolveDynamicComponent(Td),Kd=resolveDynamicComponent(Nd),Qd=[];if(Md>0)for(let kf=qd;kf<=Wd;kf++)Qd.push(h$2(Fragment,{key:kf},(gd=_d.default)==null?void 0:gd.call(_d,{data:Od,index:kf,isScrolling:Fd?Pd.isScrolling:void 0,style:Ad(kf)})));const hf=[h$2(Kd,{style:Id,ref:"innerRef"},isString$3(Kd)?Qd:{default:()=>Qd})],gf=h$2(ScrollBar,{ref:"scrollbarRef",clientSize:Ed,layout:Rd,onScroll:jd,ratio:Ed*100/this.estimatedTotalSize,scrollFrom:Pd.scrollOffset/(this.estimatedTotalSize-Ed),total:Md}),bf=h$2(zd,{class:[Vd.e("window"),yd],style:Ud,onScroll:Ld,ref:"windowRef",key:0},isString$3(zd)?[hf]:{default:()=>[hf]});return h$2("div",{key:0,class:[Vd.e("wrapper"),Pd.scrollbarAlwaysOn?"always-on":""]},[bf,gf])}}),FixedSizeList=createList({name:"ElFixedSizeList",getItemOffset:({itemSize:Ra},qa)=>qa*Ra,getItemSize:({itemSize:Ra})=>Ra,getEstimatedTotalSize:({total:Ra,itemSize:qa})=>qa*Ra,getOffset:({height:Ra,total:qa,itemSize:Ja,layout:ed,width:td},rd,od,sd)=>{const ld=isHorizontal(ed)?td:Ra,cd=Math.max(0,qa*Ja-ld),ud=Math.min(cd,rd*Ja),gd=Math.max(0,(rd+1)*Ja-ld);switch(od===SMART_ALIGNMENT&&(sd>=gd-ld&&sd<=ud+ld?od=AUTO_ALIGNMENT:od=CENTERED_ALIGNMENT),od){case START_ALIGNMENT:return ud;case END_ALIGNMENT:return gd;case CENTERED_ALIGNMENT:{const _d=Math.round(gd+(ud-gd)/2);return _d<Math.ceil(ld/2)?0:_d>cd+Math.floor(ld/2)?cd:_d}case AUTO_ALIGNMENT:default:return sd>=gd&&sd<=ud?sd:sd<gd?gd:ud}},getStartIndexForOffset:({total:Ra,itemSize:qa},Ja)=>Math.max(0,Math.min(Ra-1,Math.floor(Ja/qa))),getStopIndexForStartIndex:({height:Ra,total:qa,itemSize:Ja,layout:ed,width:td},rd,od)=>{const sd=rd*Ja,ld=isHorizontal(ed)?td:Ra,cd=Math.ceil((ld+od-sd)/Ja);return Math.max(0,Math.min(qa-1,rd+cd-1))},initCache(){},clearCache:!0,validateProps(){}}),getItemFromCache$1=(Ra,qa,Ja)=>{const{itemSize:ed}=Ra,{items:td,lastVisitedIndex:rd}=Ja;if(qa>rd){let od=0;if(rd>=0){const sd=td[rd];od=sd.offset+sd.size}for(let sd=rd+1;sd<=qa;sd++){const ld=ed(sd);td[sd]={offset:od,size:ld},od+=ld}Ja.lastVisitedIndex=qa}return td[qa]},findItem$1=(Ra,qa,Ja)=>{const{items:ed,lastVisitedIndex:td}=qa;return(td>0?ed[td].offset:0)>=Ja?bs$3(Ra,qa,0,td,Ja):es$4(Ra,qa,Math.max(0,td),Ja)},bs$3=(Ra,qa,Ja,ed,td)=>{for(;Ja<=ed;){const rd=Ja+Math.floor((ed-Ja)/2),od=getItemFromCache$1(Ra,rd,qa).offset;if(od===td)return rd;od<td?Ja=rd+1:od>td&&(ed=rd-1)}return Math.max(0,Ja-1)},es$4=(Ra,qa,Ja,ed)=>{const{total:td}=Ra;let rd=1;for(;Ja<td&&getItemFromCache$1(Ra,Ja,qa).offset<ed;)Ja+=rd,rd*=2;return bs$3(Ra,qa,Math.floor(Ja/2),Math.min(Ja,td-1),ed)},getEstimatedTotalSize=({total:Ra},{items:qa,estimatedItemSize:Ja,lastVisitedIndex:ed})=>{let td=0;if(ed>=Ra&&(ed=Ra-1),ed>=0){const sd=qa[ed];td=sd.offset+sd.size}const od=(Ra-ed-1)*Ja;return td+od},DynamicSizeList=createList({name:"ElDynamicSizeList",getItemOffset:(Ra,qa,Ja)=>getItemFromCache$1(Ra,qa,Ja).offset,getItemSize:(Ra,qa,{items:Ja})=>Ja[qa].size,getEstimatedTotalSize,getOffset:(Ra,qa,Ja,ed,td)=>{const{height:rd,layout:od,width:sd}=Ra,ld=isHorizontal(od)?sd:rd,cd=getItemFromCache$1(Ra,qa,td),ud=getEstimatedTotalSize(Ra,td),gd=Math.max(0,Math.min(ud-ld,cd.offset)),_d=Math.max(0,cd.offset-ld+cd.size);switch(Ja===SMART_ALIGNMENT&&(ed>=_d-ld&&ed<=gd+ld?Ja=AUTO_ALIGNMENT:Ja=CENTERED_ALIGNMENT),Ja){case START_ALIGNMENT:return gd;case END_ALIGNMENT:return _d;case CENTERED_ALIGNMENT:return Math.round(_d+(gd-_d)/2);case AUTO_ALIGNMENT:default:return ed>=_d&&ed<=gd?ed:ed<_d?_d:gd}},getStartIndexForOffset:(Ra,qa,Ja)=>findItem$1(Ra,Ja,qa),getStopIndexForStartIndex:(Ra,qa,Ja,ed)=>{const{height:td,total:rd,layout:od,width:sd}=Ra,ld=isHorizontal(od)?sd:td,cd=getItemFromCache$1(Ra,qa,ed),ud=Ja+ld;let gd=cd.offset+cd.size,_d=qa;for(;_d<rd-1&&gd<ud;)_d++,gd+=getItemFromCache$1(Ra,_d,ed).size;return _d},initCache({estimatedItemSize:Ra=DEFAULT_DYNAMIC_LIST_ITEM_SIZE},qa){const Ja={items:{},estimatedItemSize:Ra,lastVisitedIndex:-1};return Ja.clearCacheAfterIndex=(ed,td=!0)=>{var rd,od;Ja.lastVisitedIndex=Math.min(Ja.lastVisitedIndex,ed-1),(rd=qa.exposed)==null||rd.getItemStyleCache(-1),td&&((od=qa.proxy)==null||od.$forceUpdate())},Ja},clearCache:!1,validateProps:({itemSize:Ra})=>{}}),useGridWheel=({atXEndEdge:Ra,atXStartEdge:qa,atYEndEdge:Ja,atYStartEdge:ed},td)=>{let rd=null,od=0,sd=0;const ld=(ud,gd)=>{const _d=ud<=0&&qa.value||ud>=0&&Ra.value,yd=gd<=0&&ed.value||gd>=0&&Ja.value;return _d&&yd};return{hasReachedEdge:ld,onWheel:ud=>{cAF(rd);let gd=ud.deltaX,_d=ud.deltaY;Math.abs(gd)>Math.abs(_d)?_d=0:gd=0,ud.shiftKey&&_d!==0&&(gd=_d,_d=0),!(ld(od,sd)&&ld(od+gd,sd+_d))&&(od+=gd,sd+=_d,ud.preventDefault(),rd=rAF(()=>{td(od,sd),od=0,sd=0}))}}},createGrid=({name:Ra,clearCache:qa,getColumnPosition:Ja,getColumnStartIndexForOffset:ed,getColumnStopIndexForStartIndex:td,getEstimatedTotalHeight:rd,getEstimatedTotalWidth:od,getColumnOffset:sd,getRowOffset:ld,getRowPosition:cd,getRowStartIndexForOffset:ud,getRowStopIndexForStartIndex:gd,initCache:_d,injectToInstance:yd,validateProps:Ed})=>defineComponent({name:Ra??"ElVirtualList",props:virtualizedGridProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(Td,{emit:Od,expose:Ad,slots:Nd}){const kd=useNamespace("vl");Ed(Td);const Id=getCurrentInstance(),Rd=ref$1(_d(Td,Id));yd==null||yd(Id,Rd);const Md=ref$1(),Ld=ref$1(),jd=ref$1(),Pd=ref$1(null),Fd=ref$1({isScrolling:!1,scrollLeft:isNumber$3(Td.initScrollLeft)?Td.initScrollLeft:0,scrollTop:isNumber$3(Td.initScrollTop)?Td.initScrollTop:0,updateRequested:!1,xAxisScrollDir:FORWARD,yAxisScrollDir:FORWARD}),Ud=useCache(),Vd=computed(()=>Number.parseInt(`${Td.height}`,10)),qd=computed(()=>Number.parseInt(`${Td.width}`,10)),Wd=computed(()=>{const{totalColumn:wf,totalRow:Of,columnCache:$f}=Td,{isScrolling:Wf,xAxisScrollDir:Kf,scrollLeft:Df}=unref(Fd);if(wf===0||Of===0)return[0,0,0,0];const qf=ed(Td,Df,unref(Rd)),Xf=td(Td,qf,Df,unref(Rd)),hh=!Wf||Kf===BACKWARD?Math.max(1,$f):1,Mh=!Wf||Kf===FORWARD?Math.max(1,$f):1;return[Math.max(0,qf-hh),Math.max(0,Math.min(wf-1,Xf+Mh)),qf,Xf]}),zd=computed(()=>{const{totalColumn:wf,totalRow:Of,rowCache:$f}=Td,{isScrolling:Wf,yAxisScrollDir:Kf,scrollTop:Df}=unref(Fd);if(wf===0||Of===0)return[0,0,0,0];const qf=ud(Td,Df,unref(Rd)),Xf=gd(Td,qf,Df,unref(Rd)),hh=!Wf||Kf===BACKWARD?Math.max(1,$f):1,Mh=!Wf||Kf===FORWARD?Math.max(1,$f):1;return[Math.max(0,qf-hh),Math.max(0,Math.min(Of-1,Xf+Mh)),qf,Xf]}),Kd=computed(()=>rd(Td,unref(Rd))),Qd=computed(()=>od(Td,unref(Rd))),hf=computed(()=>{var wf;return[{position:"relative",overflow:"hidden",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:Td.direction,height:isNumber$3(Td.height)?`${Td.height}px`:Td.height,width:isNumber$3(Td.width)?`${Td.width}px`:Td.width},(wf=Td.style)!=null?wf:{}]}),gf=computed(()=>{const wf=`${unref(Qd)}px`;return{height:`${unref(Kd)}px`,pointerEvents:unref(Fd).isScrolling?"none":void 0,width:wf}}),bf=()=>{const{totalColumn:wf,totalRow:Of}=Td;if(wf>0&&Of>0){const[Xf,hh,Mh,wh]=unref(Wd),[Bh,Uh,oh,Vf]=unref(zd);Od(ITEM_RENDER_EVT,{columnCacheStart:Xf,columnCacheEnd:hh,rowCacheStart:Bh,rowCacheEnd:Uh,columnVisibleStart:Mh,columnVisibleEnd:wh,rowVisibleStart:oh,rowVisibleEnd:Vf})}const{scrollLeft:$f,scrollTop:Wf,updateRequested:Kf,xAxisScrollDir:Df,yAxisScrollDir:qf}=unref(Fd);Od(SCROLL_EVT,{xAxisScrollDir:Df,scrollLeft:$f,yAxisScrollDir:qf,scrollTop:Wf,updateRequested:Kf})},kf=wf=>{const{clientHeight:Of,clientWidth:$f,scrollHeight:Wf,scrollLeft:Kf,scrollTop:Df,scrollWidth:qf}=wf.currentTarget,Xf=unref(Fd);if(Xf.scrollTop===Df&&Xf.scrollLeft===Kf)return;let hh=Kf;if(isRTL(Td.direction))switch(getRTLOffsetType()){case RTL_OFFSET_NAG:hh=-Kf;break;case RTL_OFFSET_POS_DESC:hh=qf-$f-Kf;break}Fd.value={...Xf,isScrolling:!0,scrollLeft:hh,scrollTop:Math.max(0,Math.min(Df,Wf-Of)),updateRequested:!0,xAxisScrollDir:getScrollDir(Xf.scrollLeft,hh),yAxisScrollDir:getScrollDir(Xf.scrollTop,Df)},nextTick$1(()=>mf()),Pf(),bf()},Cf=(wf,Of)=>{const $f=unref(Vd),Wf=(Kd.value-$f)/Of*wf;Mf({scrollTop:Math.min(Kd.value-$f,Wf)})},Ef=(wf,Of)=>{const $f=unref(qd),Wf=(Qd.value-$f)/Of*wf;Mf({scrollLeft:Math.min(Qd.value-$f,Wf)})},{onWheel:yf}=useGridWheel({atXStartEdge:computed(()=>Fd.value.scrollLeft<=0),atXEndEdge:computed(()=>Fd.value.scrollLeft>=Qd.value-unref(qd)),atYStartEdge:computed(()=>Fd.value.scrollTop<=0),atYEndEdge:computed(()=>Fd.value.scrollTop>=Kd.value-unref(Vd))},(wf,Of)=>{var $f,Wf,Kf,Df;(Wf=($f=Ld.value)==null?void 0:$f.onMouseUp)==null||Wf.call($f),(Df=(Kf=jd.value)==null?void 0:Kf.onMouseUp)==null||Df.call(Kf);const qf=unref(qd),Xf=unref(Vd);Mf({scrollLeft:Math.min(Fd.value.scrollLeft+wf,Qd.value-qf),scrollTop:Math.min(Fd.value.scrollTop+Of,Kd.value-Xf)})});useEventListener(Md,"wheel",yf,{passive:!1});const Mf=({scrollLeft:wf=Fd.value.scrollLeft,scrollTop:Of=Fd.value.scrollTop})=>{wf=Math.max(wf,0),Of=Math.max(Of,0);const $f=unref(Fd);Of===$f.scrollTop&&wf===$f.scrollLeft||(Fd.value={...$f,xAxisScrollDir:getScrollDir($f.scrollLeft,wf),yAxisScrollDir:getScrollDir($f.scrollTop,Of),scrollLeft:wf,scrollTop:Of,updateRequested:!0},nextTick$1(()=>mf()),Pf(),bf())},Af=(wf=0,Of=0,$f=AUTO_ALIGNMENT)=>{const Wf=unref(Fd);Of=Math.max(0,Math.min(Of,Td.totalColumn-1)),wf=Math.max(0,Math.min(wf,Td.totalRow-1));const Kf=getScrollBarWidth(kd.namespace.value),Df=unref(Rd),qf=rd(Td,Df),Xf=od(Td,Df);Mf({scrollLeft:sd(Td,Of,$f,Wf.scrollLeft,Df,Xf>Td.width?Kf:0),scrollTop:ld(Td,wf,$f,Wf.scrollTop,Df,qf>Td.height?Kf:0)})},Zd=(wf,Of)=>{const{columnWidth:$f,direction:Wf,rowHeight:Kf}=Td,Df=Ud.value(qa&&$f,qa&&Kf,qa&&Wf),qf=`${wf},${Of}`;if(hasOwn$1(Df,qf))return Df[qf];{const[,Xf]=Ja(Td,Of,unref(Rd)),hh=unref(Rd),Mh=isRTL(Wf),[wh,Bh]=cd(Td,wf,hh),[Uh]=Ja(Td,Of,hh);return Df[qf]={position:"absolute",left:Mh?void 0:`${Xf}px`,right:Mh?`${Xf}px`:void 0,top:`${Bh}px`,height:`${wh}px`,width:`${Uh}px`},Df[qf]}},mf=()=>{Fd.value.isScrolling=!1,nextTick$1(()=>{Ud.value(-1,null,null)})};onMounted(()=>{if(!isClient)return;const{initScrollLeft:wf,initScrollTop:Of}=Td,$f=unref(Md);$f&&(isNumber$3(wf)&&($f.scrollLeft=wf),isNumber$3(Of)&&($f.scrollTop=Of)),bf()});const Pf=()=>{const{direction:wf}=Td,{scrollLeft:Of,scrollTop:$f,updateRequested:Wf}=unref(Fd),Kf=unref(Md);if(Wf&&Kf){if(wf===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Kf.scrollLeft=-Of;break}case RTL_OFFSET_POS_ASC:{Kf.scrollLeft=Of;break}default:{const{clientWidth:Df,scrollWidth:qf}=Kf;Kf.scrollLeft=qf-Df-Of;break}}else Kf.scrollLeft=Math.max(0,Of);Kf.scrollTop=Math.max(0,$f)}},{resetAfterColumnIndex:Ff,resetAfterRowIndex:Lf,resetAfter:jf}=Id.proxy;Ad({windowRef:Md,innerRef:Pd,getItemStyleCache:Ud,scrollTo:Mf,scrollToItem:Af,states:Fd,resetAfterColumnIndex:Ff,resetAfterRowIndex:Lf,resetAfter:jf});const xf=()=>{const{scrollbarAlwaysOn:wf,scrollbarStartGap:Of,scrollbarEndGap:$f,totalColumn:Wf,totalRow:Kf}=Td,Df=unref(qd),qf=unref(Vd),Xf=unref(Qd),hh=unref(Kd),{scrollLeft:Mh,scrollTop:wh}=unref(Fd),Bh=h$2(ScrollBar,{ref:Ld,alwaysOn:wf,startGap:Of,endGap:$f,class:kd.e("horizontal"),clientSize:Df,layout:"horizontal",onScroll:Ef,ratio:Df*100/Xf,scrollFrom:Mh/(Xf-Df),total:Kf,visible:!0}),Uh=h$2(ScrollBar,{ref:jd,alwaysOn:wf,startGap:Of,endGap:$f,class:kd.e("vertical"),clientSize:qf,layout:"vertical",onScroll:Cf,ratio:qf*100/hh,scrollFrom:wh/(hh-qf),total:Wf,visible:!0});return{horizontalScrollbar:Bh,verticalScrollbar:Uh}},Nf=()=>{var wf;const[Of,$f]=unref(Wd),[Wf,Kf]=unref(zd),{data:Df,totalColumn:qf,totalRow:Xf,useIsScrolling:hh,itemKey:Mh}=Td,wh=[];if(Xf>0&&qf>0)for(let Bh=Wf;Bh<=Kf;Bh++)for(let Uh=Of;Uh<=$f;Uh++){const oh=Mh({columnIndex:Uh,data:Df,rowIndex:Bh});wh.push(h$2(Fragment,{key:oh},(wf=Nd.default)==null?void 0:wf.call(Nd,{columnIndex:Uh,data:Df,isScrolling:hh?unref(Fd).isScrolling:void 0,style:Zd(Bh,Uh),rowIndex:Bh})))}return wh},Bf=()=>{const wf=resolveDynamicComponent(Td.innerElement),Of=Nf();return[h$2(wf,{style:unref(gf),ref:Pd},isString$3(wf)?Of:{default:()=>Of})]};return()=>{const wf=resolveDynamicComponent(Td.containerElement),{horizontalScrollbar:Of,verticalScrollbar:$f}=xf(),Wf=Bf();return h$2("div",{key:0,class:kd.e("wrapper"),role:Td.role},[h$2(wf,{class:Td.className,style:unref(hf),onScroll:kf,ref:Md},isString$3(wf)?Wf:{default:()=>Wf}),Of,$f])}}}),FixedSizeGrid=createGrid({name:"ElFixedSizeGrid",getColumnPosition:({columnWidth:Ra},qa)=>[Ra,qa*Ra],getRowPosition:({rowHeight:Ra},qa)=>[Ra,qa*Ra],getEstimatedTotalHeight:({totalRow:Ra,rowHeight:qa})=>qa*Ra,getEstimatedTotalWidth:({totalColumn:Ra,columnWidth:qa})=>qa*Ra,getColumnOffset:({totalColumn:Ra,columnWidth:qa,width:Ja},ed,td,rd,od,sd)=>{Ja=Number(Ja);const ld=Math.max(0,Ra*qa-Ja),cd=Math.min(ld,ed*qa),ud=Math.max(0,ed*qa-Ja+sd+qa);switch(td==="smart"&&(rd>=ud-Ja&&rd<=cd+Ja?td=AUTO_ALIGNMENT:td=CENTERED_ALIGNMENT),td){case START_ALIGNMENT:return cd;case END_ALIGNMENT:return ud;case CENTERED_ALIGNMENT:{const gd=Math.round(ud+(cd-ud)/2);return gd<Math.ceil(Ja/2)?0:gd>ld+Math.floor(Ja/2)?ld:gd}case AUTO_ALIGNMENT:default:return rd>=ud&&rd<=cd?rd:ud>cd||rd<ud?ud:cd}},getRowOffset:({rowHeight:Ra,height:qa,totalRow:Ja},ed,td,rd,od,sd)=>{qa=Number(qa);const ld=Math.max(0,Ja*Ra-qa),cd=Math.min(ld,ed*Ra),ud=Math.max(0,ed*Ra-qa+sd+Ra);switch(td===SMART_ALIGNMENT&&(rd>=ud-qa&&rd<=cd+qa?td=AUTO_ALIGNMENT:td=CENTERED_ALIGNMENT),td){case START_ALIGNMENT:return cd;case END_ALIGNMENT:return ud;case CENTERED_ALIGNMENT:{const gd=Math.round(ud+(cd-ud)/2);return gd<Math.ceil(qa/2)?0:gd>ld+Math.floor(qa/2)?ld:gd}case AUTO_ALIGNMENT:default:return rd>=ud&&rd<=cd?rd:ud>cd||rd<ud?ud:cd}},getColumnStartIndexForOffset:({columnWidth:Ra,totalColumn:qa},Ja)=>Math.max(0,Math.min(qa-1,Math.floor(Ja/Ra))),getColumnStopIndexForStartIndex:({columnWidth:Ra,totalColumn:qa,width:Ja},ed,td)=>{const rd=ed*Ra,od=Math.ceil((Ja+td-rd)/Ra);return Math.max(0,Math.min(qa-1,ed+od-1))},getRowStartIndexForOffset:({rowHeight:Ra,totalRow:qa},Ja)=>Math.max(0,Math.min(qa-1,Math.floor(Ja/Ra))),getRowStopIndexForStartIndex:({rowHeight:Ra,totalRow:qa,height:Ja},ed,td)=>{const rd=ed*Ra,od=Math.ceil((Ja+td-rd)/Ra);return Math.max(0,Math.min(qa-1,ed+od-1))},initCache:()=>{},clearCache:!0,validateProps:({columnWidth:Ra,rowHeight:qa})=>{}}),{max:max$2,min:min$1,floor}=Math,ACCESS_SIZER_KEY_MAP={column:"columnWidth",row:"rowHeight"},ACCESS_LAST_VISITED_KEY_MAP={column:"lastVisitedColumnIndex",row:"lastVisitedRowIndex"},getItemFromCache=(Ra,qa,Ja,ed)=>{const[td,rd,od]=[Ja[ed],Ra[ACCESS_SIZER_KEY_MAP[ed]],Ja[ACCESS_LAST_VISITED_KEY_MAP[ed]]];if(qa>od){let sd=0;if(od>=0){const ld=td[od];sd=ld.offset+ld.size}for(let ld=od+1;ld<=qa;ld++){const cd=rd(ld);td[ld]={offset:sd,size:cd},sd+=cd}Ja[ACCESS_LAST_VISITED_KEY_MAP[ed]]=qa}return td[qa]},bs$2=(Ra,qa,Ja,ed,td,rd)=>{for(;Ja<=ed;){const od=Ja+floor((ed-Ja)/2),sd=getItemFromCache(Ra,od,qa,rd).offset;if(sd===td)return od;sd<td?Ja=od+1:ed=od-1}return max$2(0,Ja-1)},es$3=(Ra,qa,Ja,ed,td)=>{const rd=td==="column"?Ra.totalColumn:Ra.totalRow;let od=1;for(;Ja<rd&&getItemFromCache(Ra,Ja,qa,td).offset<ed;)Ja+=od,od*=2;return bs$2(Ra,qa,floor(Ja/2),min$1(Ja,rd-1),ed,td)},findItem=(Ra,qa,Ja,ed)=>{const[td,rd]=[qa[ed],qa[ACCESS_LAST_VISITED_KEY_MAP[ed]]];return(rd>0?td[rd].offset:0)>=Ja?bs$2(Ra,qa,0,rd,Ja,ed):es$3(Ra,qa,max$2(0,rd),Ja,ed)},getEstimatedTotalHeight=({totalRow:Ra},{estimatedRowHeight:qa,lastVisitedRowIndex:Ja,row:ed})=>{let td=0;if(Ja>=Ra&&(Ja=Ra-1),Ja>=0){const sd=ed[Ja];td=sd.offset+sd.size}const od=(Ra-Ja-1)*qa;return td+od},getEstimatedTotalWidth=({totalColumn:Ra},{column:qa,estimatedColumnWidth:Ja,lastVisitedColumnIndex:ed})=>{let td=0;if(ed>Ra&&(ed=Ra-1),ed>=0){const sd=qa[ed];td=sd.offset+sd.size}const od=(Ra-ed-1)*Ja;return td+od},ACCESS_ESTIMATED_SIZE_KEY_MAP={column:getEstimatedTotalWidth,row:getEstimatedTotalHeight},getOffset$1=(Ra,qa,Ja,ed,td,rd,od)=>{const[sd,ld]=[rd==="row"?Ra.height:Ra.width,ACCESS_ESTIMATED_SIZE_KEY_MAP[rd]],cd=getItemFromCache(Ra,qa,td,rd),ud=ld(Ra,td),gd=max$2(0,min$1(ud-sd,cd.offset)),_d=max$2(0,cd.offset-sd+od+cd.size);switch(Ja===SMART_ALIGNMENT&&(ed>=_d-sd&&ed<=gd+sd?Ja=AUTO_ALIGNMENT:Ja=CENTERED_ALIGNMENT),Ja){case START_ALIGNMENT:return gd;case END_ALIGNMENT:return _d;case CENTERED_ALIGNMENT:return Math.round(_d+(gd-_d)/2);case AUTO_ALIGNMENT:default:return ed>=_d&&ed<=gd?ed:_d>gd||ed<_d?_d:gd}},DynamicSizeGrid=createGrid({name:"ElDynamicSizeGrid",getColumnPosition:(Ra,qa,Ja)=>{const ed=getItemFromCache(Ra,qa,Ja,"column");return[ed.size,ed.offset]},getRowPosition:(Ra,qa,Ja)=>{const ed=getItemFromCache(Ra,qa,Ja,"row");return[ed.size,ed.offset]},getColumnOffset:(Ra,qa,Ja,ed,td,rd)=>getOffset$1(Ra,qa,Ja,ed,td,"column",rd),getRowOffset:(Ra,qa,Ja,ed,td,rd)=>getOffset$1(Ra,qa,Ja,ed,td,"row",rd),getColumnStartIndexForOffset:(Ra,qa,Ja)=>findItem(Ra,Ja,qa,"column"),getColumnStopIndexForStartIndex:(Ra,qa,Ja,ed)=>{const td=getItemFromCache(Ra,qa,ed,"column"),rd=Ja+Ra.width;let od=td.offset+td.size,sd=qa;for(;sd<Ra.totalColumn-1&&od<rd;)sd++,od+=getItemFromCache(Ra,qa,ed,"column").size;return sd},getEstimatedTotalHeight,getEstimatedTotalWidth,getRowStartIndexForOffset:(Ra,qa,Ja)=>findItem(Ra,Ja,qa,"row"),getRowStopIndexForStartIndex:(Ra,qa,Ja,ed)=>{const{totalRow:td,height:rd}=Ra,od=getItemFromCache(Ra,qa,ed,"row"),sd=Ja+rd;let ld=od.size+od.offset,cd=qa;for(;cd<td-1&&ld<sd;)cd++,ld+=getItemFromCache(Ra,cd,ed,"row").size;return cd},injectToInstance:(Ra,qa)=>{const Ja=({columnIndex:rd,rowIndex:od},sd)=>{var ld,cd;sd=isUndefined$1(sd)?!0:sd,isNumber$3(rd)&&(qa.value.lastVisitedColumnIndex=Math.min(qa.value.lastVisitedColumnIndex,rd-1)),isNumber$3(od)&&(qa.value.lastVisitedRowIndex=Math.min(qa.value.lastVisitedRowIndex,od-1)),(ld=Ra.exposed)==null||ld.getItemStyleCache.value(-1,null,null),sd&&((cd=Ra.proxy)==null||cd.$forceUpdate())},ed=(rd,od)=>{Ja({columnIndex:rd},od)},td=(rd,od)=>{Ja({rowIndex:rd},od)};Object.assign(Ra.proxy,{resetAfterColumnIndex:ed,resetAfterRowIndex:td,resetAfter:Ja})},initCache:({estimatedColumnWidth:Ra=DEFAULT_DYNAMIC_LIST_ITEM_SIZE,estimatedRowHeight:qa=DEFAULT_DYNAMIC_LIST_ITEM_SIZE})=>({column:{},estimatedColumnWidth:Ra,estimatedRowHeight:qa,lastVisitedColumnIndex:-1,lastVisitedRowIndex:-1,row:{}}),clearCache:!1,validateProps:({columnWidth:Ra,rowHeight:qa})=>{}}),_sfc_main$1h=defineComponent({props:{item:{type:Object,required:!0},style:Object,height:Number},setup(){return{ns:useNamespace("select")}}});function _sfc_render$7(Ra,qa,Ja,ed,td,rd){return openBlock(),createElementBlock("div",{class:normalizeClass(Ra.ns.be("group","title")),style:normalizeStyle([Ra.style,{lineHeight:`${Ra.height}px`}])},toDisplayString(Ra.item.label),7)}var GroupItem=_export_sfc$1(_sfc_main$1h,[["render",_sfc_render$7],["__file","group-item.vue"]]);function useOption(Ra,{emit:qa}){return{hoverItem:()=>{Ra.disabled||qa("hover",Ra.index)},selectOptionClick:()=>{Ra.disabled||qa("select",Ra.item,Ra.index)}}}const defaultProps$3={label:"label",value:"value",disabled:"disabled",options:"options"};function useProps(Ra){const qa=computed(()=>({...defaultProps$3,...Ra.props}));return{aliasProps:qa,getLabel:od=>get$2(od,qa.value.label),getValue:od=>get$2(od,qa.value.value),getDisabled:od=>get$2(od,qa.value.disabled),getOptions:od=>get$2(od,qa.value.options)}}const SelectProps=buildProps({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,maxCollapseTags:{type:Number,default:1},defaultFirstOption:Boolean,disabled:Boolean,estimatedOptionHeight:{type:Number,default:void 0},filterable:Boolean,filterMethod: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])},multiple:Boolean,multipleLimit:{type:Number,default:0},name:String,noDataText:String,noMatchText:String,remoteMethod:Function,reserveKeyword:{type:Boolean,default:!0},options:{type:definePropType(Array),required:!0},placeholder:{type:String},teleported:useTooltipContentProps.teleported,persistent:{type:Boolean,default:!0},popperClass:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})},remote:Boolean,size:useSizeProp,props:{type:definePropType(Object),default:()=>defaultProps$3},valueKey:{type:String,default:"value"},scrollbarAlwaysOn:Boolean,validateEvent:{type:Boolean,default:!0},placement:{type:definePropType(String),values:Ee$4,default:"bottom-start"},fallbackPlacements:{type:definePropType(Array),default:["bottom-start","top-start","right","left"]},tagType:{...tagProps.type,default:"info"},tagEffect:{...tagProps.effect,default:"light"},...useEmptyValuesProps,...useAriaProps(["ariaLabel"])}),OptionProps=buildProps({data:Array,disabled:Boolean,hovering:Boolean,item:{type:definePropType(Object),required:!0},index:Number,style:Object,selected:Boolean,created:Boolean}),selectV2InjectionKey=Symbol("ElSelectV2Injection"),_sfc_main$1g=defineComponent({props:OptionProps,emits:["select","hover"],setup(Ra,{emit:qa}){const Ja=inject(selectV2InjectionKey),ed=useNamespace("select"),{hoverItem:td,selectOptionClick:rd}=useOption(Ra,{emit:qa}),{getLabel:od}=useProps(Ja.props);return{ns:ed,hoverItem:td,selectOptionClick:rd,getLabel:od}}});function _sfc_render$6(Ra,qa,Ja,ed,td,rd){return openBlock(),createElementBlock("li",{"aria-selected":Ra.selected,style:normalizeStyle(Ra.style),class:normalizeClass([Ra.ns.be("dropdown","item"),Ra.ns.is("selected",Ra.selected),Ra.ns.is("disabled",Ra.disabled),Ra.ns.is("created",Ra.created),Ra.ns.is("hovering",Ra.hovering)]),onMouseenter:Ra.hoverItem,onClick:withModifiers(Ra.selectOptionClick,["stop"])},[renderSlot(Ra.$slots,"default",{item:Ra.item,index:Ra.index,disabled:Ra.disabled},()=>[createBaseVNode("span",null,toDisplayString(Ra.getLabel(Ra.item)),1)])],46,["aria-selected","onMouseenter","onClick"])}var OptionItem=_export_sfc$1(_sfc_main$1g,[["render",_sfc_render$6],["__file","option-item.vue"]]),ElSelectMenu=defineComponent({name:"ElSelectDropdown",props:{loading:Boolean,data:{type:Array,required:!0},hoveringIndex:Number,width:Number},setup(Ra,{slots:qa,expose:Ja}){const ed=inject(selectV2InjectionKey),td=useNamespace("select"),{getLabel:rd,getValue:od,getDisabled:sd}=useProps(ed.props),ld=ref$1([]),cd=ref$1(),ud=computed(()=>Ra.data.length);watch(()=>ud.value,()=>{var Ud,Vd;(Vd=(Ud=ed.tooltipRef.value).updatePopper)==null||Vd.call(Ud)});const gd=computed(()=>isUndefined$1(ed.props.estimatedOptionHeight)),_d=computed(()=>gd.value?{itemSize:ed.props.itemHeight}:{estimatedSize:ed.props.estimatedOptionHeight,itemSize:Ud=>ld.value[Ud]}),yd=(Ud=[],Vd)=>{const{props:{valueKey:qd}}=ed;return isObject$5(Vd)?Ud&&Ud.some(Wd=>toRaw(get$2(Wd,qd))===get$2(Vd,qd)):Ud.includes(Vd)},Ed=(Ud,Vd)=>{if(isObject$5(Vd)){const{valueKey:qd}=ed.props;return get$2(Ud,qd)===get$2(Vd,qd)}else return Ud===Vd},Td=(Ud,Vd)=>ed.props.multiple?yd(Ud,od(Vd)):Ed(Ud,od(Vd)),Od=(Ud,Vd)=>{const{disabled:qd,multiple:Wd,multipleLimit:zd}=ed.props;return qd||!Vd&&(Wd?zd>0&&Ud.length>=zd:!1)},Ad=Ud=>Ra.hoveringIndex===Ud;Ja({listRef:cd,isSized:gd,isItemDisabled:Od,isItemHovering:Ad,isItemSelected:Td,scrollToItem:Ud=>{const Vd=cd.value;Vd&&Vd.scrollToItem(Ud)},resetScrollTop:()=>{const Ud=cd.value;Ud&&Ud.resetScrollTop()}});const Id=Ud=>{const{index:Vd,data:qd,style:Wd}=Ud,zd=unref(gd),{itemSize:Kd,estimatedSize:Qd}=unref(_d),{modelValue:hf}=ed.props,{onSelect:gf,onHover:bf}=ed,kf=qd[Vd];if(kf.type==="Group")return createVNode(GroupItem,{item:kf,style:Wd,height:zd?Kd:Qd},null);const Cf=Td(hf,kf),Ef=Od(hf,Cf),yf=Ad(Vd);return createVNode(OptionItem,mergeProps(Ud,{selected:Cf,disabled:sd(kf)||Ef,created:!!kf.created,hovering:yf,item:kf,onSelect:gf,onHover:bf}),{default:Mf=>{var Af;return((Af=qa.default)==null?void 0:Af.call(qa,Mf))||createVNode("span",null,[rd(kf)])}})},{onKeyboardNavigate:Rd,onKeyboardSelect:Md}=ed,Ld=()=>{Rd("forward")},jd=()=>{Rd("backward")},Pd=()=>{ed.expanded=!1},Fd=Ud=>{const{code:Vd}=Ud,{tab:qd,esc:Wd,down:zd,up:Kd,enter:Qd}=EVENT_CODE;switch(Vd!==qd&&(Ud.preventDefault(),Ud.stopPropagation()),Vd){case qd:case Wd:{Pd();break}case zd:{Ld();break}case Kd:{jd();break}case Qd:{Md();break}}};return()=>{var Ud,Vd,qd,Wd;const{data:zd,width:Kd}=Ra,{height:Qd,multiple:hf,scrollbarAlwaysOn:gf}=ed.props,bf=unref(gd)?FixedSizeList:DynamicSizeList;return createVNode("div",{class:[td.b("dropdown"),td.is("multiple",hf)],style:{width:`${Kd}px`}},[(Ud=qa.header)==null?void 0:Ud.call(qa),((Vd=qa.loading)==null?void 0:Vd.call(qa))||((qd=qa.empty)==null?void 0:qd.call(qa))||createVNode(bf,mergeProps({ref:cd},unref(_d),{className:td.be("dropdown","list"),scrollbarAlwaysOn:gf,data:zd,height:Qd,width:Kd,total:zd.length,onKeydown:Fd}),{default:kf=>createVNode(Id,kf,null)}),(Wd=qa.footer)==null?void 0:Wd.call(qa)])}}});function useAllowCreate(Ra,qa){const{aliasProps:Ja,getLabel:ed,getValue:td}=useProps(Ra),rd=ref$1(0),od=ref$1(null),sd=computed(()=>Ra.allowCreate&&Ra.filterable);function ld(yd){const Ed=Td=>ed(Td)===yd;return Ra.options&&Ra.options.some(Ed)||qa.createdOptions.some(Ed)}function cd(yd){sd.value&&(Ra.multiple&&yd.created?rd.value++:od.value=yd)}function ud(yd){if(sd.value)if(yd&&yd.length>0){if(ld(yd))return;const Ed={[Ja.value.value]:yd,[Ja.value.label]:yd,created:!0,[Ja.value.disabled]:!1};qa.createdOptions.length>=rd.value?qa.createdOptions[rd.value]=Ed:qa.createdOptions.push(Ed)}else if(Ra.multiple)qa.createdOptions.length=rd.value;else{const Ed=od.value;qa.createdOptions.length=0,Ed&&Ed.created&&qa.createdOptions.push(Ed)}}function gd(yd){if(!sd.value||!yd||!yd.created||yd.created&&Ra.reserveKeyword&&qa.inputValue===ed(yd))return;const Ed=qa.createdOptions.findIndex(Td=>td(Td)===td(yd));~Ed&&(qa.createdOptions.splice(Ed,1),rd.value--)}function _d(){sd.value&&(qa.createdOptions.length=0,rd.value=0)}return{createNewOption:ud,removeNewOption:gd,selectNewOption:cd,clearAllNewOption:_d}}const MINIMUM_INPUT_WIDTH=11,useSelect$1=(Ra,qa)=>{const{t:Ja}=useLocale(),ed=useNamespace("select"),td=useNamespace("input"),{form:rd,formItem:od}=useFormItem(),{inputId:sd}=useFormItemInputId(Ra,{formItemContext:od}),{aliasProps:ld,getLabel:cd,getValue:ud,getDisabled:gd,getOptions:_d}=useProps(Ra),{valueOnClear:yd,isEmptyValue:Ed}=useEmptyValues(Ra),Td=reactive({inputValue:"",cachedOptions:[],createdOptions:[],hoveringIndex:-1,inputHovering:!1,selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,previousQuery:null,previousValue:void 0,selectedLabel:"",menuVisibleOnFocus:!1,isBeforeHide:!1}),Od=ref$1(-1),Ad=ref$1(null),Nd=ref$1(null),kd=ref$1(null),Id=ref$1(null),Rd=ref$1(null),Md=ref$1(null),Ld=ref$1(null),jd=ref$1(null),Pd=ref$1(null),Fd=ref$1(null),Ud=ref$1(null),{isComposing:Vd,handleCompositionStart:qd,handleCompositionEnd:Wd,handleCompositionUpdate:zd}=useComposition({afterComposition:zh=>Ih(zh)}),{wrapperRef:Kd,isFocused:Qd}=useFocusController(Rd,{afterFocus(){Ra.automaticDropdown&&!bf.value&&(bf.value=!0,Td.menuVisibleOnFocus=!0)},beforeBlur(zh){var om,fm;return((om=kd.value)==null?void 0:om.isFocusInsideContent(zh))||((fm=Id.value)==null?void 0:fm.isFocusInsideContent(zh))},afterBlur(){bf.value=!1,Td.menuVisibleOnFocus=!1}}),hf=ref$1([]),gf=ref$1([]),bf=ref$1(!1),kf=computed(()=>Ra.disabled||(rd==null?void 0:rd.disabled)),Cf=computed(()=>{const zh=gf.value.length*Ra.itemHeight;return zh>Ra.height?Ra.height:zh}),Ef=computed(()=>Ra.multiple?isArray$2(Ra.modelValue)&&Ra.modelValue.length>0:!Ed(Ra.modelValue)),yf=computed(()=>Ra.clearable&&!kf.value&&Td.inputHovering&&Ef.value),Mf=computed(()=>Ra.remote&&Ra.filterable?"":arrow_down_default),Af=computed(()=>Mf.value&&ed.is("reverse",bf.value)),Zd=computed(()=>(od==null?void 0:od.validateState)||""),mf=computed(()=>ValidateComponentsMap[Zd.value]),Pf=computed(()=>Ra.remote?300:0),Ff=computed(()=>Ra.loading?Ra.loadingText||Ja("el.select.loading"):Ra.remote&&!Td.inputValue&&hf.value.length===0?!1:Ra.filterable&&Td.inputValue&&hf.value.length>0&&gf.value.length===0?Ra.noMatchText||Ja("el.select.noMatch"):hf.value.length===0?Ra.noDataText||Ja("el.select.noData"):null),Lf=zh=>{const om=fm=>{if(Ra.filterable&&isFunction$4(Ra.filterMethod)||Ra.filterable&&Ra.remote&&isFunction$4(Ra.remoteMethod))return!0;const uh=new RegExp(escapeStringRegexp(zh),"i");return zh?uh.test(cd(fm)||""):!0};return Ra.loading?[]:[...Td.createdOptions,...Ra.options].reduce((fm,uh)=>{const Om=_d(uh);if(isArray$2(Om)){const l1=Om.filter(om);l1.length>0&&fm.push({label:cd(uh),type:"Group"},...l1)}else(Ra.remote||om(uh))&&fm.push(uh);return fm},[])},jf=()=>{hf.value=Lf(""),gf.value=Lf(Td.inputValue)},xf=computed(()=>{const zh=new Map;return hf.value.forEach((om,fm)=>{zh.set(cm(ud(om)),{option:om,index:fm})}),zh}),Nf=computed(()=>{const zh=new Map;return gf.value.forEach((om,fm)=>{zh.set(cm(ud(om)),{option:om,index:fm})}),zh}),Bf=computed(()=>gf.value.every(zh=>gd(zh))),Tf=useFormSize(),wf=computed(()=>Tf.value==="small"?"small":"default"),Of=()=>{var zh;Od.value=((zh=Ad.value)==null?void 0:zh.offsetWidth)||200},$f=()=>{if(!Nd.value)return 0;const zh=window.getComputedStyle(Nd.value);return Number.parseFloat(zh.gap||"6px")},Wf=computed(()=>{const zh=$f();return{maxWidth:`${Ud.value&&Ra.maxCollapseTags===1?Td.selectionWidth-Td.collapseItemWidth-zh:Td.selectionWidth}px`}}),Kf=computed(()=>({maxWidth:`${Td.selectionWidth}px`})),Df=computed(()=>({width:`${Math.max(Td.calculatorWidth,MINIMUM_INPUT_WIDTH)}px`})),qf=computed(()=>isArray$2(Ra.modelValue)?Ra.modelValue.length===0&&!Td.inputValue:Ra.filterable?!Td.inputValue:!0),Xf=computed(()=>{var zh;const om=(zh=Ra.placeholder)!=null?zh:Ja("el.select.placeholder");return Ra.multiple||!Ef.value?om:Td.selectedLabel}),hh=computed(()=>{var zh,om;return(om=(zh=kd.value)==null?void 0:zh.popperRef)==null?void 0:om.contentRef}),Mh=computed(()=>{if(Ra.multiple){const zh=Ra.modelValue.length;if(Ra.modelValue.length>0&&Nf.value.has(Ra.modelValue[zh-1])){const{index:om}=Nf.value.get(Ra.modelValue[zh-1]);return om}}else if(Ra.modelValue&&Nf.value.has(Ra.modelValue)){const{index:zh}=Nf.value.get(Ra.modelValue);return zh}return-1}),wh=computed({get(){return bf.value&&Ff.value!==!1},set(zh){bf.value=zh}}),Bh=computed(()=>Ra.multiple?Ra.collapseTags?Td.cachedOptions.slice(0,Ra.maxCollapseTags):Td.cachedOptions:[]),Uh=computed(()=>Ra.multiple?Ra.collapseTags?Td.cachedOptions.slice(Ra.maxCollapseTags):[]:[]),{createNewOption:oh,removeNewOption:Vf,selectNewOption:Rf,clearAllNewOption:Zf}=useAllowCreate(Ra,Td),Jf=()=>{kf.value||(Td.menuVisibleOnFocus?Td.menuVisibleOnFocus=!1:bf.value=!bf.value)},Th=()=>{Td.inputValue.length>0&&!bf.value&&(bf.value=!0),oh(Td.inputValue),Gh(Td.inputValue)},Ah=debounce(Th,Pf.value),Gh=zh=>{Td.previousQuery===zh||Vd.value||(Td.previousQuery=zh,Ra.filterable&&isFunction$4(Ra.filterMethod)?Ra.filterMethod(zh):Ra.filterable&&Ra.remote&&isFunction$4(Ra.remoteMethod)&&Ra.remoteMethod(zh),Ra.defaultFirstOption&&(Ra.filterable||Ra.remote)&&gf.value.length?nextTick$1(sm):nextTick$1(yh))},sm=()=>{const zh=gf.value.filter(uh=>!uh.disabled&&uh.type!=="Group"),om=zh.find(uh=>uh.created),fm=zh[0];Td.hoveringIndex=jh(gf.value,om||fm)},kh=zh=>{isEqual$1(Ra.modelValue,zh)||qa(CHANGE_EVENT,zh)},Rh=zh=>{qa(UPDATE_MODEL_EVENT,zh),kh(zh),Td.previousValue=Ra.multiple?String(zh):zh},jh=(zh=[],om)=>{if(!isObject$5(om))return zh.indexOf(om);const fm=Ra.valueKey;let uh=-1;return zh.some((Om,l1)=>get$2(Om,fm)===get$2(om,fm)?(uh=l1,!0):!1),uh},cm=zh=>isObject$5(zh)?get$2(zh,Ra.valueKey):zh,Tm=()=>{Of()},Fm=()=>{Td.selectionWidth=Nd.value.getBoundingClientRect().width},Gm=()=>{Td.calculatorWidth=Md.value.getBoundingClientRect().width},s1=()=>{Td.collapseItemWidth=Ud.value.getBoundingClientRect().width},Km=()=>{var zh,om;(om=(zh=kd.value)==null?void 0:zh.updatePopper)==null||om.call(zh)},v1=()=>{var zh,om;(om=(zh=Id.value)==null?void 0:zh.updatePopper)==null||om.call(zh)},h1=zh=>{if(Ra.multiple){let om=Ra.modelValue.slice();const fm=jh(om,ud(zh));fm>-1?(om=[...om.slice(0,fm),...om.slice(fm+1)],Td.cachedOptions.splice(fm,1),Vf(zh)):(Ra.multipleLimit<=0||om.length<Ra.multipleLimit)&&(om=[...om,ud(zh)],Td.cachedOptions.push(zh),Rf(zh)),Rh(om),zh.created&&Gh(""),Ra.filterable&&!Ra.reserveKeyword&&(Td.inputValue="")}else Td.selectedLabel=cd(zh),Rh(ud(zh)),bf.value=!1,Rf(zh),zh.created||Zf();M1()},F1=(zh,om)=>{let fm=Ra.modelValue.slice();const uh=jh(fm,ud(om));uh>-1&&!kf.value&&(fm=[...Ra.modelValue.slice(0,uh),...Ra.modelValue.slice(uh+1)],Td.cachedOptions.splice(uh,1),Rh(fm),qa("remove-tag",ud(om)),Vf(om)),zh.stopPropagation(),M1()},M1=()=>{var zh;(zh=Rd.value)==null||zh.focus()},E1=()=>{var zh;(zh=Rd.value)==null||zh.blur()},O1=()=>{Td.inputValue.length>0?Td.inputValue="":bf.value=!1},Hm=zh=>findLastIndex(zh,om=>!Td.cachedOptions.some(fm=>ud(fm)===om&&gd(fm))),b1=zh=>{if(Ra.multiple&&zh.code!==EVENT_CODE.delete&&Td.inputValue.length===0){zh.preventDefault();const om=Ra.modelValue.slice(),fm=Hm(om);if(fm<0)return;const uh=om[fm];om.splice(fm,1);const Om=Td.cachedOptions[fm];Td.cachedOptions.splice(fm,1),Vf(Om),Rh(om),qa("remove-tag",uh)}},K1=()=>{let zh;isArray$2(Ra.modelValue)?zh=[]:zh=yd.value,Ra.multiple?Td.cachedOptions=[]:Td.selectedLabel="",bf.value=!1,Rh(zh),qa("clear"),Zf(),M1()},I1=(zh,om=void 0)=>{const fm=gf.value;if(!["forward","backward"].includes(zh)||kf.value||fm.length<=0||Bf.value||Vd.value)return;if(!bf.value)return Jf();om===void 0&&(om=Td.hoveringIndex);let uh=-1;zh==="forward"?(uh=om+1,uh>=fm.length&&(uh=0)):zh==="backward"&&(uh=om-1,(uh<0||uh>=fm.length)&&(uh=fm.length-1));const Om=fm[uh];if(gd(Om)||Om.type==="Group")return I1(zh,uh);Td.hoveringIndex=uh,Zh(uh)},zf=()=>{if(bf.value)~Td.hoveringIndex&&gf.value[Td.hoveringIndex]&&h1(gf.value[Td.hoveringIndex]);else return Jf()},Dh=zh=>{Td.hoveringIndex=zh},yh=()=>{Ra.multiple?Td.hoveringIndex=gf.value.findIndex(zh=>Ra.modelValue.some(om=>cm(om)===cm(zh))):Td.hoveringIndex=gf.value.findIndex(zh=>cm(zh)===cm(Ra.modelValue))},Ih=zh=>{if(Td.inputValue=zh.target.value,Ra.remote)Ah();else return Th()},Xh=zh=>{if(bf.value=!1,Qd.value){const om=new FocusEvent("focus",zh);handleBlur(om)}},qh=()=>(Td.isBeforeHide=!1,nextTick$1(()=>{~Mh.value&&Zh(Td.hoveringIndex)})),Zh=zh=>{Pd.value.scrollToItem(zh)},Yh=zh=>{const om=cm(zh);if(xf.value.has(om)){const{option:fm}=xf.value.get(om);return fm}return{[ld.value.value]:zh,[ld.value.label]:zh}},Fh=()=>{if(Ra.multiple)if(Ra.modelValue.length>0){Td.cachedOptions.length=0,Td.previousValue=Ra.modelValue.toString();for(const zh of Ra.modelValue){const om=Yh(zh);Td.cachedOptions.push(om)}}else Td.cachedOptions=[],Td.previousValue=void 0;else if(Ef.value){Td.previousValue=Ra.modelValue;const zh=gf.value,om=zh.findIndex(fm=>cm(ud(fm))===cm(Ra.modelValue));~om?Td.selectedLabel=cd(zh[om]):Td.selectedLabel=cm(Ra.modelValue)}else Td.selectedLabel="",Td.previousValue=void 0;Zf(),Of()};return watch(bf,zh=>{zh?Gh(""):(Td.inputValue="",Td.previousQuery=null,Td.isBeforeHide=!0,oh("")),qa("visible-change",zh)}),watch(()=>Ra.modelValue,(zh,om)=>{var fm;(!zh||Ra.multiple&&zh.toString()!==Td.previousValue||!Ra.multiple&&cm(zh)!==cm(Td.previousValue))&&Fh(),!isEqual$1(zh,om)&&Ra.validateEvent&&((fm=od==null?void 0:od.validate)==null||fm.call(od,"change").catch(uh=>void 0))},{deep:!0}),watch(()=>Ra.options,()=>{const zh=Rd.value;(!zh||zh&&document.activeElement!==zh)&&Fh()},{deep:!0,flush:"post"}),watch(()=>gf.value,()=>Pd.value&&nextTick$1(Pd.value.resetScrollTop)),watchEffect(()=>{Td.isBeforeHide||jf()}),watchEffect(()=>{const{valueKey:zh,options:om}=Ra,fm=new Map;for(const uh of om){const Om=ud(uh);let l1=Om;if(isObject$5(l1)&&(l1=get$2(Om,zh)),fm.get(l1))break;fm.set(l1,!0)}}),onMounted(()=>{Fh()}),useResizeObserver(Ad,Tm),useResizeObserver(Nd,Fm),useResizeObserver(Md,Gm),useResizeObserver(Pd,Km),useResizeObserver(Kd,Km),useResizeObserver(Fd,v1),useResizeObserver(Ud,s1),{inputId:sd,collapseTagSize:wf,currentPlaceholder:Xf,expanded:bf,emptyText:Ff,popupHeight:Cf,debounce:Pf,allOptions:hf,filteredOptions:gf,iconComponent:Mf,iconReverse:Af,tagStyle:Wf,collapseTagStyle:Kf,inputStyle:Df,popperSize:Od,dropdownMenuVisible:wh,hasModelValue:Ef,shouldShowPlaceholder:qf,selectDisabled:kf,selectSize:Tf,showClearBtn:yf,states:Td,isFocused:Qd,nsSelect:ed,nsInput:td,calculatorRef:Md,inputRef:Rd,menuRef:Pd,tagMenuRef:Fd,tooltipRef:kd,tagTooltipRef:Id,selectRef:Ad,wrapperRef:Kd,selectionRef:Nd,prefixRef:Ld,suffixRef:jd,collapseItemRef:Ud,popperRef:hh,validateState:Zd,validateIcon:mf,showTagList:Bh,collapseTagList:Uh,debouncedOnInputChange:Ah,deleteTag:F1,getLabel:cd,getValue:ud,getDisabled:gd,getValueKey:cm,handleClear:K1,handleClickOutside:Xh,handleDel:b1,handleEsc:O1,focus:M1,blur:E1,handleMenuEnter:qh,handleResize:Tm,resetSelectionWidth:Fm,resetCalculatorWidth:Gm,updateTooltip:Km,updateTagTooltip:v1,updateOptions:jf,toggleMenu:Jf,scrollTo:Zh,onInput:Ih,onKeyboardNavigate:I1,onKeyboardSelect:zf,onSelect:h1,onHover:Dh,handleCompositionStart:qd,handleCompositionEnd:Wd,handleCompositionUpdate:zd}},_sfc_main$1f=defineComponent({name:"ElSelectV2",components:{ElSelectMenu,ElTag,ElTooltip,ElIcon},directives:{ClickOutside},props:SelectProps,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur"],setup(Ra,{emit:qa}){const Ja=computed(()=>{const{modelValue:td,multiple:rd}=Ra,od=rd?[]:void 0;return isArray$2(td)?rd?td:od:rd?od:td}),ed=useSelect$1(reactive({...toRefs(Ra),modelValue:Ja}),qa);return provide(selectV2InjectionKey,{props:reactive({...toRefs(Ra),height:ed.popupHeight,modelValue:Ja}),tooltipRef:ed.tooltipRef,onSelect:ed.onSelect,onHover:ed.onHover,onKeyboardNavigate:ed.onKeyboardNavigate,onKeyboardSelect:ed.onKeyboardSelect}),{...ed,modelValue:Ja}}});function _sfc_render$5(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-tag"),sd=resolveComponent("el-tooltip"),ld=resolveComponent("el-icon"),cd=resolveComponent("el-select-menu"),ud=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([Ra.nsSelect.b(),Ra.nsSelect.m(Ra.selectSize)]),onMouseenter:gd=>Ra.states.inputHovering=!0,onMouseleave:gd=>Ra.states.inputHovering=!1},[createVNode(sd,{ref:"tooltipRef",visible:Ra.dropdownMenuVisible,teleported:Ra.teleported,"popper-class":[Ra.nsSelect.e("popper"),Ra.popperClass],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"popper-options":Ra.popperOptions,"fallback-placements":Ra.fallbackPlacements,effect:Ra.effect,placement:Ra.placement,pure:"",transition:`${Ra.nsSelect.namespace.value}-zoom-in-top`,trigger:"click",persistent:Ra.persistent,onBeforeShow:Ra.handleMenuEnter,onHide:gd=>Ra.states.isBeforeHide=!1},{default:withCtx(()=>[createBaseVNode("div",{ref:"wrapperRef",class:normalizeClass([Ra.nsSelect.e("wrapper"),Ra.nsSelect.is("focused",Ra.isFocused),Ra.nsSelect.is("hovering",Ra.states.inputHovering),Ra.nsSelect.is("filterable",Ra.filterable),Ra.nsSelect.is("disabled",Ra.selectDisabled)]),onClick:withModifiers(Ra.toggleMenu,["prevent"])},[Ra.$slots.prefix?(openBlock(),createElementBlock("div",{key:0,ref:"prefixRef",class:normalizeClass(Ra.nsSelect.e("prefix"))},[renderSlot(Ra.$slots,"prefix")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"selectionRef",class:normalizeClass([Ra.nsSelect.e("selection"),Ra.nsSelect.is("near",Ra.multiple&&!Ra.$slots.prefix&&!!Ra.modelValue.length)])},[Ra.multiple?renderSlot(Ra.$slots,"tag",{key:0},()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.showTagList,gd=>(openBlock(),createElementBlock("div",{key:Ra.getValueKey(Ra.getValue(gd)),class:normalizeClass(Ra.nsSelect.e("selected-item"))},[createVNode(od,{closable:!Ra.selectDisabled&&!Ra.getDisabled(gd),size:Ra.collapseTagSize,type:Ra.tagType,effect:Ra.tagEffect,"disable-transitions":"",style:normalizeStyle(Ra.tagStyle),onClose:_d=>Ra.deleteTag(_d,gd)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(Ra.nsSelect.e("tags-text"))},[renderSlot(Ra.$slots,"label",{label:Ra.getLabel(gd),value:Ra.getValue(gd)},()=>[createTextVNode(toDisplayString(Ra.getLabel(gd)),1)])],2)]),_:2},1032,["closable","size","type","effect","style","onClose"])],2))),128)),Ra.collapseTags&&Ra.modelValue.length>Ra.maxCollapseTags?(openBlock(),createBlock(sd,{key:0,ref:"tagTooltipRef",disabled:Ra.dropdownMenuVisible||!Ra.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],effect:Ra.effect,placement:"bottom",teleported:Ra.teleported},{default:withCtx(()=>[createBaseVNode("div",{ref:"collapseItemRef",class:normalizeClass(Ra.nsSelect.e("selected-item"))},[createVNode(od,{closable:!1,size:Ra.collapseTagSize,type:Ra.tagType,effect:Ra.tagEffect,style:normalizeStyle(Ra.collapseTagStyle),"disable-transitions":""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(Ra.nsSelect.e("tags-text"))}," + "+toDisplayString(Ra.modelValue.length-Ra.maxCollapseTags),3)]),_:1},8,["size","type","effect","style"])],2)]),content:withCtx(()=>[createBaseVNode("div",{ref:"tagMenuRef",class:normalizeClass(Ra.nsSelect.e("selection"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.collapseTagList,gd=>(openBlock(),createElementBlock("div",{key:Ra.getValueKey(Ra.getValue(gd)),class:normalizeClass(Ra.nsSelect.e("selected-item"))},[createVNode(od,{class:"in-tooltip",closable:!Ra.selectDisabled&&!Ra.getDisabled(gd),size:Ra.collapseTagSize,type:Ra.tagType,effect:Ra.tagEffect,"disable-transitions":"",onClose:_d=>Ra.deleteTag(_d,gd)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(Ra.nsSelect.e("tags-text"))},[renderSlot(Ra.$slots,"label",{label:Ra.getLabel(gd),value:Ra.getValue(gd)},()=>[createTextVNode(toDisplayString(Ra.getLabel(gd)),1)])],2)]),_:2},1032,["closable","size","type","effect","onClose"])],2))),128))],2)]),_:3},8,["disabled","effect","teleported"])):createCommentVNode("v-if",!0)]):createCommentVNode("v-if",!0),Ra.selectDisabled?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([Ra.nsSelect.e("selected-item"),Ra.nsSelect.e("input-wrapper"),Ra.nsSelect.is("hidden",!Ra.filterable)])},[withDirectives(createBaseVNode("input",{id:Ra.inputId,ref:"inputRef","onUpdate:modelValue":gd=>Ra.states.inputValue=gd,style:normalizeStyle(Ra.inputStyle),autocomplete:Ra.autocomplete,"aria-autocomplete":"list","aria-haspopup":"listbox",autocapitalize:"off","aria-expanded":Ra.expanded,"aria-label":Ra.ariaLabel,class:normalizeClass([Ra.nsSelect.e("input"),Ra.nsSelect.is(Ra.selectSize)]),disabled:Ra.selectDisabled,role:"combobox",readonly:!Ra.filterable,spellcheck:"false",type:"text",name:Ra.name,onInput:Ra.onInput,onCompositionstart:Ra.handleCompositionStart,onCompositionupdate:Ra.handleCompositionUpdate,onCompositionend:Ra.handleCompositionEnd,onKeydown:[withKeys(withModifiers(gd=>Ra.onKeyboardNavigate("backward"),["stop","prevent"]),["up"]),withKeys(withModifiers(gd=>Ra.onKeyboardNavigate("forward"),["stop","prevent"]),["down"]),withKeys(withModifiers(Ra.onKeyboardSelect,["stop","prevent"]),["enter"]),withKeys(withModifiers(Ra.handleEsc,["stop","prevent"]),["esc"]),withKeys(withModifiers(Ra.handleDel,["stop"]),["delete"])],onClick:withModifiers(Ra.toggleMenu,["stop"])},null,46,["id","onUpdate:modelValue","autocomplete","aria-expanded","aria-label","disabled","readonly","name","onInput","onCompositionstart","onCompositionupdate","onCompositionend","onKeydown","onClick"]),[[vModelText,Ra.states.inputValue]]),Ra.filterable?(openBlock(),createElementBlock("span",{key:0,ref:"calculatorRef","aria-hidden":"true",class:normalizeClass(Ra.nsSelect.e("input-calculator")),textContent:toDisplayString(Ra.states.inputValue)},null,10,["textContent"])):createCommentVNode("v-if",!0)],2)),Ra.shouldShowPlaceholder?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass([Ra.nsSelect.e("selected-item"),Ra.nsSelect.e("placeholder"),Ra.nsSelect.is("transparent",!Ra.hasModelValue||Ra.expanded&&!Ra.states.inputValue)])},[Ra.hasModelValue?renderSlot(Ra.$slots,"label",{key:0,label:Ra.currentPlaceholder,value:Ra.modelValue},()=>[createBaseVNode("span",null,toDisplayString(Ra.currentPlaceholder),1)]):(openBlock(),createElementBlock("span",{key:1},toDisplayString(Ra.currentPlaceholder),1))],2)):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{ref:"suffixRef",class:normalizeClass(Ra.nsSelect.e("suffix"))},[Ra.iconComponent?withDirectives((openBlock(),createBlock(ld,{key:0,class:normalizeClass([Ra.nsSelect.e("caret"),Ra.nsInput.e("icon"),Ra.iconReverse])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.iconComponent)))]),_:1},8,["class"])),[[vShow,!Ra.showClearBtn]]):createCommentVNode("v-if",!0),Ra.showClearBtn&&Ra.clearIcon?(openBlock(),createBlock(ld,{key:1,class:normalizeClass([Ra.nsSelect.e("caret"),Ra.nsInput.e("icon"),Ra.nsSelect.e("clear")]),onClick:withModifiers(Ra.handleClear,["prevent","stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.clearIcon)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),Ra.validateState&&Ra.validateIcon?(openBlock(),createBlock(ld,{key:2,class:normalizeClass([Ra.nsInput.e("icon"),Ra.nsInput.e("validateIcon")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.validateIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],10,["onClick"])]),content:withCtx(()=>[createVNode(cd,{ref:"menuRef",data:Ra.filteredOptions,width:Ra.popperSize,"hovering-index":Ra.states.hoveringIndex,"scrollbar-always-on":Ra.scrollbarAlwaysOn},createSlots({default:withCtx(gd=>[renderSlot(Ra.$slots,"default",normalizeProps(guardReactiveProps(gd)))]),_:2},[Ra.$slots.header?{name:"header",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(Ra.nsSelect.be("dropdown","header"))},[renderSlot(Ra.$slots,"header")],2)])}:void 0,Ra.$slots.loading&&Ra.loading?{name:"loading",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(Ra.nsSelect.be("dropdown","loading"))},[renderSlot(Ra.$slots,"loading")],2)])}:Ra.loading||Ra.filteredOptions.length===0?{name:"empty",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(Ra.nsSelect.be("dropdown","empty"))},[renderSlot(Ra.$slots,"empty",{},()=>[createBaseVNode("span",null,toDisplayString(Ra.emptyText),1)])],2)])}:void 0,Ra.$slots.footer?{name:"footer",fn:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(Ra.nsSelect.be("dropdown","footer"))},[renderSlot(Ra.$slots,"footer")],2)])}:void 0]),1032,["data","width","hovering-index","scrollbar-always-on"])]),_:3},8,["visible","teleported","popper-class","popper-options","fallback-placements","effect","placement","transition","persistent","onBeforeShow","onHide"])],42,["onMouseenter","onMouseleave"])),[[ud,Ra.handleClickOutside,Ra.popperRef]])}var Select=_export_sfc$1(_sfc_main$1f,[["render",_sfc_render$5],["__file","select.vue"]]);const ElSelectV2=withInstall(Select),skeletonProps=buildProps({animated:{type:Boolean,default:!1},count:{type:Number,default:1},rows:{type:Number,default:3},loading:{type:Boolean,default:!0},throttle:{type:Number}}),skeletonItemProps=buildProps({variant:{type:String,values:["circle","rect","h1","h3","text","caption","p","image","button"],default:"text"}}),__default__$D=defineComponent({name:"ElSkeletonItem"}),_sfc_main$1e=defineComponent({...__default__$D,props:skeletonItemProps,setup(Ra){const qa=useNamespace("skeleton");return(Ja,ed)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(qa).e("item"),unref(qa).e(Ja.variant)])},[Ja.variant==="image"?(openBlock(),createBlock(unref(picture_filled_default),{key:0})):createCommentVNode("v-if",!0)],2))}});var SkeletonItem=_export_sfc$1(_sfc_main$1e,[["__file","skeleton-item.vue"]]);const __default__$C=defineComponent({name:"ElSkeleton"}),_sfc_main$1d=defineComponent({...__default__$C,props:skeletonProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=useNamespace("skeleton"),td=useThrottleRender(toRef$1(Ja,"loading"),Ja.throttle);return qa({uiLoading:td}),(rd,od)=>unref(td)?(openBlock(),createElementBlock("div",mergeProps({key:0,class:[unref(ed).b(),unref(ed).is("animated",rd.animated)]},rd.$attrs),[(openBlock(!0),createElementBlock(Fragment,null,renderList(rd.count,sd=>(openBlock(),createElementBlock(Fragment,{key:sd},[rd.loading?renderSlot(rd.$slots,"template",{key:sd},()=>[createVNode(SkeletonItem,{class:normalizeClass(unref(ed).is("first")),variant:"p"},null,8,["class"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(rd.rows,ld=>(openBlock(),createBlock(SkeletonItem,{key:ld,class:normalizeClass([unref(ed).e("paragraph"),unref(ed).is("last",ld===rd.rows&&rd.rows>1)]),variant:"p"},null,8,["class"]))),128))]):createCommentVNode("v-if",!0)],64))),128))],16)):renderSlot(rd.$slots,"default",normalizeProps(mergeProps({key:1},rd.$attrs)))}});var Skeleton=_export_sfc$1(_sfc_main$1d,[["__file","skeleton.vue"]]);const ElSkeleton=withInstall(Skeleton,{SkeletonItem}),ElSkeletonItem=withNoopInstall(SkeletonItem),sliderContextKey=Symbol("sliderContextKey"),sliderProps=buildProps({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:Number,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:Boolean,range:Boolean,vertical:Boolean,height:String,debounce:{type:Number,default:300},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$4,default:"top"},marks:{type:definePropType(Object)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),isValidValue$1=Ra=>isNumber$3(Ra)||isArray$2(Ra)&&Ra.every(isNumber$3),sliderEmits={[UPDATE_MODEL_EVENT]:isValidValue$1,[INPUT_EVENT]:isValidValue$1,[CHANGE_EVENT]:isValidValue$1},useLifecycle=(Ra,qa,Ja)=>{const ed=ref$1();return onMounted(async()=>{Ra.range?(Array.isArray(Ra.modelValue)?(qa.firstValue=Math.max(Ra.min,Ra.modelValue[0]),qa.secondValue=Math.min(Ra.max,Ra.modelValue[1])):(qa.firstValue=Ra.min,qa.secondValue=Ra.max),qa.oldValue=[qa.firstValue,qa.secondValue]):(typeof Ra.modelValue!="number"||Number.isNaN(Ra.modelValue)?qa.firstValue=Ra.min:qa.firstValue=Math.min(Ra.max,Math.max(Ra.min,Ra.modelValue)),qa.oldValue=qa.firstValue),useEventListener(window,"resize",Ja),await nextTick$1(),Ja()}),{sliderWrapper:ed}},useMarks=Ra=>computed(()=>Ra.marks?Object.keys(Ra.marks).map(Number.parseFloat).sort((Ja,ed)=>Ja-ed).filter(Ja=>Ja<=Ra.max&&Ja>=Ra.min).map(Ja=>({point:Ja,position:(Ja-Ra.min)*100/(Ra.max-Ra.min),mark:Ra.marks[Ja]})):[]),useSlide=(Ra,qa,Ja)=>{const{form:ed,formItem:td}=useFormItem(),rd=shallowRef(),od=ref$1(),sd=ref$1(),ld={firstButton:od,secondButton:sd},cd=computed(()=>Ra.disabled||(ed==null?void 0:ed.disabled)||!1),ud=computed(()=>Math.min(qa.firstValue,qa.secondValue)),gd=computed(()=>Math.max(qa.firstValue,qa.secondValue)),_d=computed(()=>Ra.range?`${100*(gd.value-ud.value)/(Ra.max-Ra.min)}%`:`${100*(qa.firstValue-Ra.min)/(Ra.max-Ra.min)}%`),yd=computed(()=>Ra.range?`${100*(ud.value-Ra.min)/(Ra.max-Ra.min)}%`:"0%"),Ed=computed(()=>Ra.vertical?{height:Ra.height}:{}),Td=computed(()=>Ra.vertical?{height:_d.value,bottom:yd.value}:{width:_d.value,left:yd.value}),Od=()=>{rd.value&&(qa.sliderSize=rd.value[`client${Ra.vertical?"Height":"Width"}`])},Ad=Vd=>{const qd=Ra.min+Vd*(Ra.max-Ra.min)/100;if(!Ra.range)return od;let Wd;return Math.abs(ud.value-qd)<Math.abs(gd.value-qd)?Wd=qa.firstValue<qa.secondValue?"firstButton":"secondButton":Wd=qa.firstValue>qa.secondValue?"firstButton":"secondButton",ld[Wd]},Nd=Vd=>{const qd=Ad(Vd);return qd.value.setPosition(Vd),qd},kd=Vd=>{qa.firstValue=Vd??Ra.min,Rd(Ra.range?[ud.value,gd.value]:Vd??Ra.min)},Id=Vd=>{qa.secondValue=Vd,Ra.range&&Rd([ud.value,gd.value])},Rd=Vd=>{Ja(UPDATE_MODEL_EVENT,Vd),Ja(INPUT_EVENT,Vd)},Md=async()=>{await nextTick$1(),Ja(CHANGE_EVENT,Ra.range?[ud.value,gd.value]:Ra.modelValue)},Ld=Vd=>{var qd,Wd,zd,Kd,Qd,hf;if(cd.value||qa.dragging)return;Od();let gf=0;if(Ra.vertical){const bf=(zd=(Wd=(qd=Vd.touches)==null?void 0:qd.item(0))==null?void 0:Wd.clientY)!=null?zd:Vd.clientY;gf=(rd.value.getBoundingClientRect().bottom-bf)/qa.sliderSize*100}else{const bf=(hf=(Qd=(Kd=Vd.touches)==null?void 0:Kd.item(0))==null?void 0:Qd.clientX)!=null?hf:Vd.clientX,kf=rd.value.getBoundingClientRect().left;gf=(bf-kf)/qa.sliderSize*100}if(!(gf<0||gf>100))return Nd(gf)};return{elFormItem:td,slider:rd,firstButton:od,secondButton:sd,sliderDisabled:cd,minValue:ud,maxValue:gd,runwayStyle:Ed,barStyle:Td,resetSize:Od,setPosition:Nd,emitChange:Md,onSliderWrapperPrevent:Vd=>{var qd,Wd;((qd=ld.firstButton.value)!=null&&qd.dragging||(Wd=ld.secondButton.value)!=null&&Wd.dragging)&&Vd.preventDefault()},onSliderClick:Vd=>{Ld(Vd)&&Md()},onSliderDown:async Vd=>{const qd=Ld(Vd);qd&&(await nextTick$1(),qd.value.onButtonDown(Vd))},onSliderMarkerDown:Vd=>{cd.value||qa.dragging||Nd(Vd)},setFirstValue:kd,setSecondValue:Id}},{left,down,right,up:up$1,home,end,pageUp,pageDown}=EVENT_CODE,useTooltip=(Ra,qa,Ja)=>{const ed=ref$1(),td=ref$1(!1),rd=computed(()=>qa.value instanceof Function),od=computed(()=>rd.value&&qa.value(Ra.modelValue)||Ra.modelValue),sd=debounce(()=>{Ja.value&&(td.value=!0)},50),ld=debounce(()=>{Ja.value&&(td.value=!1)},50);return{tooltip:ed,tooltipVisible:td,formatValue:od,displayTooltip:sd,hideTooltip:ld}},useSliderButton=(Ra,qa,Ja)=>{const{disabled:ed,min:td,max:rd,step:od,showTooltip:sd,precision:ld,sliderSize:cd,formatTooltip:ud,emitChange:gd,resetSize:_d,updateDragging:yd}=inject(sliderContextKey),{tooltip:Ed,tooltipVisible:Td,formatValue:Od,displayTooltip:Ad,hideTooltip:Nd}=useTooltip(Ra,ud,sd),kd=ref$1(),Id=computed(()=>`${(Ra.modelValue-td.value)/(rd.value-td.value)*100}%`),Rd=computed(()=>Ra.vertical?{bottom:Id.value}:{left:Id.value}),Md=()=>{qa.hovering=!0,Ad()},Ld=()=>{qa.hovering=!1,qa.dragging||Nd()},jd=Cf=>{ed.value||(Cf.preventDefault(),hf(Cf),window.addEventListener("mousemove",gf),window.addEventListener("touchmove",gf),window.addEventListener("mouseup",bf),window.addEventListener("touchend",bf),window.addEventListener("contextmenu",bf),kd.value.focus())},Pd=Cf=>{ed.value||(qa.newPosition=Number.parseFloat(Id.value)+Cf/(rd.value-td.value)*100,kf(qa.newPosition),gd())},Fd=()=>{Pd(-od.value)},Ud=()=>{Pd(od.value)},Vd=()=>{Pd(-od.value*4)},qd=()=>{Pd(od.value*4)},Wd=()=>{ed.value||(kf(0),gd())},zd=()=>{ed.value||(kf(100),gd())},Kd=Cf=>{let Ef=!0;[left,down].includes(Cf.key)?Fd():[right,up$1].includes(Cf.key)?Ud():Cf.key===home?Wd():Cf.key===end?zd():Cf.key===pageDown?Vd():Cf.key===pageUp?qd():Ef=!1,Ef&&Cf.preventDefault()},Qd=Cf=>{let Ef,yf;return Cf.type.startsWith("touch")?(yf=Cf.touches[0].clientY,Ef=Cf.touches[0].clientX):(yf=Cf.clientY,Ef=Cf.clientX),{clientX:Ef,clientY:yf}},hf=Cf=>{qa.dragging=!0,qa.isClick=!0;const{clientX:Ef,clientY:yf}=Qd(Cf);Ra.vertical?qa.startY=yf:qa.startX=Ef,qa.startPosition=Number.parseFloat(Id.value),qa.newPosition=qa.startPosition},gf=Cf=>{if(qa.dragging){qa.isClick=!1,Ad(),_d();let Ef;const{clientX:yf,clientY:Mf}=Qd(Cf);Ra.vertical?(qa.currentY=Mf,Ef=(qa.startY-qa.currentY)/cd.value*100):(qa.currentX=yf,Ef=(qa.currentX-qa.startX)/cd.value*100),qa.newPosition=qa.startPosition+Ef,kf(qa.newPosition)}},bf=()=>{qa.dragging&&(setTimeout(()=>{qa.dragging=!1,qa.hovering||Nd(),qa.isClick||kf(qa.newPosition),gd()},0),window.removeEventListener("mousemove",gf),window.removeEventListener("touchmove",gf),window.removeEventListener("mouseup",bf),window.removeEventListener("touchend",bf),window.removeEventListener("contextmenu",bf))},kf=async Cf=>{if(Cf===null||Number.isNaN(+Cf))return;Cf<0?Cf=0:Cf>100&&(Cf=100);const Ef=100/((rd.value-td.value)/od.value);let Mf=Math.round(Cf/Ef)*Ef*(rd.value-td.value)*.01+td.value;Mf=Number.parseFloat(Mf.toFixed(ld.value)),Mf!==Ra.modelValue&&Ja(UPDATE_MODEL_EVENT,Mf),!qa.dragging&&Ra.modelValue!==qa.oldValue&&(qa.oldValue=Ra.modelValue),await nextTick$1(),qa.dragging&&Ad(),Ed.value.updatePopper()};return watch(()=>qa.dragging,Cf=>{yd(Cf)}),useEventListener(kd,"touchstart",jd,{passive:!1}),{disabled:ed,button:kd,tooltip:Ed,tooltipVisible:Td,showTooltip:sd,wrapperStyle:Rd,formatValue:Od,handleMouseEnter:Md,handleMouseLeave:Ld,onButtonDown:jd,onKeyDown:Kd,setPosition:kf}},useStops=(Ra,qa,Ja,ed)=>({stops:computed(()=>{if(!Ra.showStops||Ra.min>Ra.max)return[];if(Ra.step===0)return[];const od=(Ra.max-Ra.min)/Ra.step,sd=100*Ra.step/(Ra.max-Ra.min),ld=Array.from({length:od-1}).map((cd,ud)=>(ud+1)*sd);return Ra.range?ld.filter(cd=>cd<100*(Ja.value-Ra.min)/(Ra.max-Ra.min)||cd>100*(ed.value-Ra.min)/(Ra.max-Ra.min)):ld.filter(cd=>cd>100*(qa.firstValue-Ra.min)/(Ra.max-Ra.min))}),getStopStyle:od=>Ra.vertical?{bottom:`${od}%`}:{left:`${od}%`}}),useWatch=(Ra,qa,Ja,ed,td,rd)=>{const od=cd=>{td(UPDATE_MODEL_EVENT,cd),td(INPUT_EVENT,cd)},sd=()=>Ra.range?![Ja.value,ed.value].every((cd,ud)=>cd===qa.oldValue[ud]):Ra.modelValue!==qa.oldValue,ld=()=>{var cd,ud;Ra.min>Ra.max&&throwError$1("Slider","min should not be greater than max.");const gd=Ra.modelValue;Ra.range&&Array.isArray(gd)?gd[1]<Ra.min?od([Ra.min,Ra.min]):gd[0]>Ra.max?od([Ra.max,Ra.max]):gd[0]<Ra.min?od([Ra.min,gd[1]]):gd[1]>Ra.max?od([gd[0],Ra.max]):(qa.firstValue=gd[0],qa.secondValue=gd[1],sd()&&(Ra.validateEvent&&((cd=rd==null?void 0:rd.validate)==null||cd.call(rd,"change").catch(_d=>void 0)),qa.oldValue=gd.slice())):!Ra.range&&typeof gd=="number"&&!Number.isNaN(gd)&&(gd<Ra.min?od(Ra.min):gd>Ra.max?od(Ra.max):(qa.firstValue=gd,sd()&&(Ra.validateEvent&&((ud=rd==null?void 0:rd.validate)==null||ud.call(rd,"change").catch(_d=>void 0)),qa.oldValue=gd)))};ld(),watch(()=>qa.dragging,cd=>{cd||ld()}),watch(()=>Ra.modelValue,(cd,ud)=>{qa.dragging||Array.isArray(cd)&&Array.isArray(ud)&&cd.every((gd,_d)=>gd===ud[_d])&&qa.firstValue===cd[0]&&qa.secondValue===cd[1]||ld()},{deep:!0}),watch(()=>[Ra.min,Ra.max],()=>{ld()})},sliderButtonProps=buildProps({modelValue:{type:Number,default:0},vertical:Boolean,tooltipClass:String,placement:{type:String,values:Ee$4,default:"top"}}),sliderButtonEmits={[UPDATE_MODEL_EVENT]:Ra=>isNumber$3(Ra)},__default__$B=defineComponent({name:"ElSliderButton"}),_sfc_main$1c=defineComponent({...__default__$B,props:sliderButtonProps,emits:sliderButtonEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useNamespace("slider"),rd=reactive({hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:0,oldValue:ed.modelValue}),{disabled:od,button:sd,tooltip:ld,showTooltip:cd,tooltipVisible:ud,wrapperStyle:gd,formatValue:_d,handleMouseEnter:yd,handleMouseLeave:Ed,onButtonDown:Td,onKeyDown:Od,setPosition:Ad}=useSliderButton(ed,rd,Ja),{hovering:Nd,dragging:kd}=toRefs(rd);return qa({onButtonDown:Td,onKeyDown:Od,setPosition:Ad,hovering:Nd,dragging:kd}),(Id,Rd)=>(openBlock(),createElementBlock("div",{ref_key:"button",ref:sd,class:normalizeClass([unref(td).e("button-wrapper"),{hover:unref(Nd),dragging:unref(kd)}]),style:normalizeStyle(unref(gd)),tabindex:unref(od)?-1:0,onMouseenter:unref(yd),onMouseleave:unref(Ed),onMousedown:unref(Td),onFocus:unref(yd),onBlur:unref(Ed),onKeydown:unref(Od)},[createVNode(unref(ElTooltip),{ref_key:"tooltip",ref:ld,visible:unref(ud),placement:Id.placement,"fallback-placements":["top","bottom","right","left"],"stop-popper-mouse-event":!1,"popper-class":Id.tooltipClass,disabled:!unref(cd),persistent:""},{content:withCtx(()=>[createBaseVNode("span",null,toDisplayString(unref(_d)),1)]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass([unref(td).e("button"),{hover:unref(Nd),dragging:unref(kd)}])},null,2)]),_:1},8,["visible","placement","popper-class","disabled"])],46,["tabindex","onMouseenter","onMouseleave","onMousedown","onFocus","onBlur","onKeydown"]))}});var SliderButton=_export_sfc$1(_sfc_main$1c,[["__file","button.vue"]]);const sliderMarkerProps=buildProps({mark:{type:definePropType([String,Object]),default:void 0}});var SliderMarker=defineComponent({name:"ElSliderMarker",props:sliderMarkerProps,setup(Ra){const qa=useNamespace("slider"),Ja=computed(()=>isString$3(Ra.mark)?Ra.mark:Ra.mark.label),ed=computed(()=>isString$3(Ra.mark)?void 0:Ra.mark.style);return()=>h$2("div",{class:qa.e("marks-text"),style:ed.value},Ja.value)}});const __default__$A=defineComponent({name:"ElSlider"}),_sfc_main$1b=defineComponent({...__default__$A,props:sliderProps,emits:sliderEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useNamespace("slider"),{t:rd}=useLocale(),od=reactive({firstValue:0,secondValue:0,oldValue:0,dragging:!1,sliderSize:1}),{elFormItem:sd,slider:ld,firstButton:cd,secondButton:ud,sliderDisabled:gd,minValue:_d,maxValue:yd,runwayStyle:Ed,barStyle:Td,resetSize:Od,emitChange:Ad,onSliderWrapperPrevent:Nd,onSliderClick:kd,onSliderDown:Id,onSliderMarkerDown:Rd,setFirstValue:Md,setSecondValue:Ld}=useSlide(ed,od,Ja),{stops:jd,getStopStyle:Pd}=useStops(ed,od,_d,yd),{inputId:Fd,isLabeledByFormItem:Ud}=useFormItemInputId(ed,{formItemContext:sd}),Vd=useFormSize(),qd=computed(()=>ed.inputSize||Vd.value),Wd=computed(()=>ed.ariaLabel||rd("el.slider.defaultLabel",{min:ed.min,max:ed.max})),zd=computed(()=>ed.range?ed.rangeStartLabel||rd("el.slider.defaultRangeStartLabel"):Wd.value),Kd=computed(()=>ed.formatValueText?ed.formatValueText(Ef.value):`${Ef.value}`),Qd=computed(()=>ed.rangeEndLabel||rd("el.slider.defaultRangeEndLabel")),hf=computed(()=>ed.formatValueText?ed.formatValueText(yf.value):`${yf.value}`),gf=computed(()=>[td.b(),td.m(Vd.value),td.is("vertical",ed.vertical),{[td.m("with-input")]:ed.showInput}]),bf=useMarks(ed);useWatch(ed,od,_d,yd,Ja,sd);const kf=computed(()=>{const Zd=[ed.min,ed.max,ed.step].map(mf=>{const Pf=`${mf}`.split(".")[1];return Pf?Pf.length:0});return Math.max.apply(null,Zd)}),{sliderWrapper:Cf}=useLifecycle(ed,od,Od),{firstValue:Ef,secondValue:yf,sliderSize:Mf}=toRefs(od),Af=Zd=>{od.dragging=Zd};return useEventListener(Cf,"touchstart",Nd,{passive:!1}),useEventListener(Cf,"touchmove",Nd,{passive:!1}),provide(sliderContextKey,{...toRefs(ed),sliderSize:Mf,disabled:gd,precision:kf,emitChange:Ad,resetSize:Od,updateDragging:Af}),qa({onSliderClick:kd}),(Zd,mf)=>{var Pf,Ff;return openBlock(),createElementBlock("div",{id:Zd.range?unref(Fd):void 0,ref_key:"sliderWrapper",ref:Cf,class:normalizeClass(unref(gf)),role:Zd.range?"group":void 0,"aria-label":Zd.range&&!unref(Ud)?unref(Wd):void 0,"aria-labelledby":Zd.range&&unref(Ud)?(Pf=unref(sd))==null?void 0:Pf.labelId:void 0},[createBaseVNode("div",{ref_key:"slider",ref:ld,class:normalizeClass([unref(td).e("runway"),{"show-input":Zd.showInput&&!Zd.range},unref(td).is("disabled",unref(gd))]),style:normalizeStyle(unref(Ed)),onMousedown:unref(Id),onTouchstartPassive:unref(Id)},[createBaseVNode("div",{class:normalizeClass(unref(td).e("bar")),style:normalizeStyle(unref(Td))},null,6),createVNode(SliderButton,{id:Zd.range?void 0:unref(Fd),ref_key:"firstButton",ref:cd,"model-value":unref(Ef),vertical:Zd.vertical,"tooltip-class":Zd.tooltipClass,placement:Zd.placement,role:"slider","aria-label":Zd.range||!unref(Ud)?unref(zd):void 0,"aria-labelledby":!Zd.range&&unref(Ud)?(Ff=unref(sd))==null?void 0:Ff.labelId:void 0,"aria-valuemin":Zd.min,"aria-valuemax":Zd.range?unref(yf):Zd.max,"aria-valuenow":unref(Ef),"aria-valuetext":unref(Kd),"aria-orientation":Zd.vertical?"vertical":"horizontal","aria-disabled":unref(gd),"onUpdate:modelValue":unref(Md)},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"]),Zd.range?(openBlock(),createBlock(SliderButton,{key:0,ref_key:"secondButton",ref:ud,"model-value":unref(yf),vertical:Zd.vertical,"tooltip-class":Zd.tooltipClass,placement:Zd.placement,role:"slider","aria-label":unref(Qd),"aria-valuemin":unref(Ef),"aria-valuemax":Zd.max,"aria-valuenow":unref(yf),"aria-valuetext":unref(hf),"aria-orientation":Zd.vertical?"vertical":"horizontal","aria-disabled":unref(gd),"onUpdate:modelValue":unref(Ld)},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),Zd.showStops?(openBlock(),createElementBlock("div",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(jd),(Lf,jf)=>(openBlock(),createElementBlock("div",{key:jf,class:normalizeClass(unref(td).e("stop")),style:normalizeStyle(unref(Pd)(Lf))},null,6))),128))])):createCommentVNode("v-if",!0),unref(bf).length>0?(openBlock(),createElementBlock(Fragment,{key:2},[createBaseVNode("div",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(bf),(Lf,jf)=>(openBlock(),createElementBlock("div",{key:jf,style:normalizeStyle(unref(Pd)(Lf.position)),class:normalizeClass([unref(td).e("stop"),unref(td).e("marks-stop")])},null,6))),128))]),createBaseVNode("div",{class:normalizeClass(unref(td).e("marks"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(bf),(Lf,jf)=>(openBlock(),createBlock(unref(SliderMarker),{key:jf,mark:Lf.mark,style:normalizeStyle(unref(Pd)(Lf.position)),onMousedown:withModifiers(xf=>unref(Rd)(Lf.position),["stop"])},null,8,["mark","style","onMousedown"]))),128))],2)],64)):createCommentVNode("v-if",!0)],46,["onMousedown","onTouchstartPassive"]),Zd.showInput&&!Zd.range?(openBlock(),createBlock(unref(ElInputNumber),{key:0,ref:"input","model-value":unref(Ef),class:normalizeClass(unref(td).e("input")),step:Zd.step,disabled:unref(gd),controls:Zd.showInputControls,min:Zd.min,max:Zd.max,precision:unref(kf),debounce:Zd.debounce,size:unref(qd),"onUpdate:modelValue":unref(Md),onChange:unref(Ad)},null,8,["model-value","class","step","disabled","controls","min","max","precision","debounce","size","onUpdate:modelValue","onChange"])):createCommentVNode("v-if",!0)],10,["id","role","aria-label","aria-labelledby"])}}});var Slider=_export_sfc$1(_sfc_main$1b,[["__file","slider.vue"]]);const ElSlider=withInstall(Slider),spaceItemProps=buildProps({prefixCls:{type:String}}),SpaceItem=defineComponent({name:"ElSpaceItem",props:spaceItemProps,setup(Ra,{slots:qa}){const Ja=useNamespace("space"),ed=computed(()=>`${Ra.prefixCls||Ja.b()}__item`);return()=>h$2("div",{class:ed.value},renderSlot(qa,"default"))}}),SIZE_MAP={small:8,default:12,large:16};function useSpace(Ra){const qa=useNamespace("space"),Ja=computed(()=>[qa.b(),qa.m(Ra.direction),Ra.class]),ed=ref$1(0),td=ref$1(0),rd=computed(()=>{const sd=Ra.wrap||Ra.fill?{flexWrap:"wrap"}:{},ld={alignItems:Ra.alignment},cd={rowGap:`${td.value}px`,columnGap:`${ed.value}px`};return[sd,ld,cd,Ra.style]}),od=computed(()=>Ra.fill?{flexGrow:1,minWidth:`${Ra.fillRatio}%`}:{});return watchEffect(()=>{const{size:sd="small",wrap:ld,direction:cd,fill:ud}=Ra;if(isArray$2(sd)){const[gd=0,_d=0]=sd;ed.value=gd,td.value=_d}else{let gd;isNumber$3(sd)?gd=sd:gd=SIZE_MAP[sd||"small"]||SIZE_MAP.small,(ld||ud)&&cd==="horizontal"?ed.value=td.value=gd:cd==="horizontal"?(ed.value=gd,td.value=0):(td.value=gd,ed.value=0)}}),{classes:Ja,containerStyle:rd,itemStyle:od}}const spaceProps=buildProps({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:Ra=>isVNode(Ra)||isNumber$3(Ra)||isString$3(Ra)},wrap:Boolean,fill:Boolean,fillRatio:{type:Number,default:100},size:{type:[String,Array,Number],values:componentSizes,validator:Ra=>isNumber$3(Ra)||isArray$2(Ra)&&Ra.length===2&&Ra.every(isNumber$3)}}),Space=defineComponent({name:"ElSpace",props:spaceProps,setup(Ra,{slots:qa}){const{classes:Ja,containerStyle:ed,itemStyle:td}=useSpace(Ra);function rd(od,sd="",ld=[]){const{prefixCls:cd}=Ra;return od.forEach((ud,gd)=>{isFragment(ud)?isArray$2(ud.children)&&ud.children.forEach((_d,yd)=>{isFragment(_d)&&isArray$2(_d.children)?rd(_d.children,`${sd+yd}-`,ld):ld.push(createVNode(SpaceItem,{style:td.value,prefixCls:cd,key:`nested-${sd+yd}`},{default:()=>[_d]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}):isValidElementNode(ud)&&ld.push(createVNode(SpaceItem,{style:td.value,prefixCls:cd,key:`LoopKey${sd+gd}`},{default:()=>[ud]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}),ld}return()=>{var od;const{spacer:sd,direction:ld}=Ra,cd=renderSlot(qa,"default",{key:0},()=>[]);if(((od=cd.children)!=null?od:[]).length===0)return null;if(isArray$2(cd.children)){let ud=rd(cd.children);if(sd){const gd=ud.length-1;ud=ud.reduce((_d,yd,Ed)=>{const Td=[..._d,yd];return Ed!==gd&&Td.push(createVNode("span",{style:[td.value,ld==="vertical"?"width: 100%":null],key:Ed},[isVNode(sd)?sd:createTextVNode(sd,PatchFlags.TEXT)],PatchFlags.STYLE)),Td},[])}return createVNode("div",{class:Ja.value,style:ed.value},ud,PatchFlags.STYLE|PatchFlags.CLASS)}return cd.children}}}),ElSpace=withInstall(Space),statisticProps=buildProps({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])}}),__default__$z=defineComponent({name:"ElStatistic"}),_sfc_main$1a=defineComponent({...__default__$z,props:statisticProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=useNamespace("statistic"),td=computed(()=>{const{value:rd,formatter:od,precision:sd,decimalSeparator:ld,groupSeparator:cd}=Ja;if(isFunction$4(od))return od(rd);if(!isNumber$3(rd)||Number.isNaN(rd))return rd;let[ud,gd=""]=String(rd).split(".");return gd=gd.padEnd(sd,"0").slice(0,sd>0?sd:0),ud=ud.replace(/\B(?=(\d{3})+(?!\d))/g,cd),[ud,gd].join(gd?ld:"")});return qa({displayValue:td}),(rd,od)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(ed).b())},[rd.$slots.title||rd.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ed).e("head"))},[renderSlot(rd.$slots,"title",{},()=>[createTextVNode(toDisplayString(rd.title),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(ed).e("content"))},[rd.$slots.prefix||rd.prefix?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ed).e("prefix"))},[renderSlot(rd.$slots,"prefix",{},()=>[createBaseVNode("span",null,toDisplayString(rd.prefix),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{class:normalizeClass(unref(ed).e("number")),style:normalizeStyle(rd.valueStyle)},toDisplayString(unref(td)),7),rd.$slots.suffix||rd.suffix?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(ed).e("suffix"))},[renderSlot(rd.$slots,"suffix",{},()=>[createBaseVNode("span",null,toDisplayString(rd.suffix),1)])],2)):createCommentVNode("v-if",!0)],2)],2))}});var Statistic=_export_sfc$1(_sfc_main$1a,[["__file","statistic.vue"]]);const ElStatistic=withInstall(Statistic),countdownProps=buildProps({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]:Ra=>isNumber$3(Ra)},timeUnits=[["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=Ra=>isNumber$3(Ra)?new Date(Ra).getTime():Ra.valueOf(),formatTime$1=(Ra,qa)=>{let Ja=Ra;const ed=/\[([^\]]*)]/g;return timeUnits.reduce((rd,[od,sd])=>{const ld=new RegExp(`${od}+(?![^\\[\\]]*\\])`,"g");if(ld.test(rd)){const cd=Math.floor(Ja/sd);return Ja-=cd*sd,rd.replace(ld,ud=>String(cd).padStart(ud.length,"0"))}return rd},qa).replace(ed,"$1")},__default__$y=defineComponent({name:"ElCountdown"}),_sfc_main$19=defineComponent({...__default__$y,props:countdownProps,emits:countdownEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra;let td;const rd=ref$1(0),od=computed(()=>formatTime$1(rd.value,ed.format)),sd=ud=>formatTime$1(ud,ed.format),ld=()=>{td&&(cAF(td),td=void 0)},cd=()=>{const ud=getTime(ed.value),gd=()=>{let _d=ud-Date.now();Ja("change",_d),_d<=0?(_d=0,ld(),Ja("finish")):td=rAF(gd),rd.value=_d};td=rAF(gd)};return onMounted(()=>{rd.value=getTime(ed.value)-Date.now(),watch(()=>[ed.value,ed.format],()=>{ld(),cd()},{immediate:!0})}),onBeforeUnmount(()=>{ld()}),qa({displayValue:od}),(ud,gd)=>(openBlock(),createBlock(unref(ElStatistic),{value:rd.value,title:ud.title,prefix:ud.prefix,suffix:ud.suffix,"value-style":ud.valueStyle,formatter:sd},createSlots({_:2},[renderList(ud.$slots,(_d,yd)=>({name:yd,fn:withCtx(()=>[renderSlot(ud.$slots,yd)])}))]),1032,["value","title","prefix","suffix","value-style"]))}});var Countdown=_export_sfc$1(_sfc_main$19,[["__file","countdown.vue"]]);const ElCountdown=withInstall(Countdown),stepsProps=buildProps({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]:(Ra,qa)=>[Ra,qa].every(isNumber$3)},__default__$x=defineComponent({name:"ElSteps"}),_sfc_main$18=defineComponent({...__default__$x,props:stepsProps,emits:stepsEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("steps"),{children:td,addChild:rd,removeChild:od}=useOrderedChildren(getCurrentInstance(),"ElStep");return watch(td,()=>{td.value.forEach((sd,ld)=>{sd.setIndex(ld)})}),provide("ElSteps",{props:Ja,steps:td,addStep:rd,removeStep:od}),watch(()=>Ja.active,(sd,ld)=>{qa(CHANGE_EVENT,sd,ld)}),(sd,ld)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(ed).b(),unref(ed).m(sd.simple?"simple":sd.direction)])},[renderSlot(sd.$slots,"default")],2))}});var Steps=_export_sfc$1(_sfc_main$18,[["__file","steps.vue"]]);const stepProps=buildProps({title:{type:String,default:""},icon:{type:iconPropType},description:{type:String,default:""},status:{type:String,values:["","wait","process","finish","error","success"],default:""}}),__default__$w=defineComponent({name:"ElStep"}),_sfc_main$17=defineComponent({...__default__$w,props:stepProps,setup(Ra){const qa=Ra,Ja=useNamespace("step"),ed=ref$1(-1),td=ref$1({}),rd=ref$1(""),od=inject("ElSteps"),sd=getCurrentInstance();onMounted(()=>{watch([()=>od.props.active,()=>od.props.processStatus,()=>od.props.finishStatus],([Md])=>{Id(Md)},{immediate:!0})}),onBeforeUnmount(()=>{od.removeStep(Rd.uid)});const ld=computed(()=>qa.status||rd.value),cd=computed(()=>{const Md=od.steps.value[ed.value-1];return Md?Md.currentStatus:"wait"}),ud=computed(()=>od.props.alignCenter),gd=computed(()=>od.props.direction==="vertical"),_d=computed(()=>od.props.simple),yd=computed(()=>od.steps.value.length),Ed=computed(()=>{var Md;return((Md=od.steps.value[yd.value-1])==null?void 0:Md.uid)===(sd==null?void 0:sd.uid)}),Td=computed(()=>_d.value?"":od.props.space),Od=computed(()=>[Ja.b(),Ja.is(_d.value?"simple":od.props.direction),Ja.is("flex",Ed.value&&!Td.value&&!ud.value),Ja.is("center",ud.value&&!gd.value&&!_d.value)]),Ad=computed(()=>{const Md={flexBasis:isNumber$3(Td.value)?`${Td.value}px`:Td.value?Td.value:`${100/(yd.value-(ud.value?0:1))}%`};return gd.value||Ed.value&&(Md.maxWidth=`${100/yd.value}%`),Md}),Nd=Md=>{ed.value=Md},kd=Md=>{const Ld=Md==="wait",jd={transitionDelay:`${Ld?"-":""}${150*ed.value}ms`},Pd=Md===od.props.processStatus||Ld?0:100;jd.borderWidth=Pd&&!_d.value?"1px":0,jd[od.props.direction==="vertical"?"height":"width"]=`${Pd}%`,td.value=jd},Id=Md=>{Md>ed.value?rd.value=od.props.finishStatus:Md===ed.value&&cd.value!=="error"?rd.value=od.props.processStatus:rd.value="wait";const Ld=od.steps.value[ed.value-1];Ld&&Ld.calcProgress(rd.value)},Rd=reactive({uid:sd.uid,currentStatus:ld,setIndex:Nd,calcProgress:kd});return od.addStep(Rd),(Md,Ld)=>(openBlock(),createElementBlock("div",{style:normalizeStyle(unref(Ad)),class:normalizeClass(unref(Od))},[createCommentVNode(" icon & line "),createBaseVNode("div",{class:normalizeClass([unref(Ja).e("head"),unref(Ja).is(unref(ld))])},[unref(_d)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ja).e("line"))},[createBaseVNode("i",{class:normalizeClass(unref(Ja).e("line-inner")),style:normalizeStyle(td.value)},null,6)],2)),createBaseVNode("div",{class:normalizeClass([unref(Ja).e("icon"),unref(Ja).is(Md.icon||Md.$slots.icon?"icon":"text")])},[renderSlot(Md.$slots,"icon",{},()=>[Md.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(Ja).e("icon-inner"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Md.icon)))]),_:1},8,["class"])):unref(ld)==="success"?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(Ja).e("icon-inner"),unref(Ja).is("status")])},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1},8,["class"])):unref(ld)==="error"?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(Ja).e("icon-inner"),unref(Ja).is("status")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"])):unref(_d)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:3,class:normalizeClass(unref(Ja).e("icon-inner"))},toDisplayString(ed.value+1),3))])],2)],2),createCommentVNode(" title & description "),createBaseVNode("div",{class:normalizeClass(unref(Ja).e("main"))},[createBaseVNode("div",{class:normalizeClass([unref(Ja).e("title"),unref(Ja).is(unref(ld))])},[renderSlot(Md.$slots,"title",{},()=>[createTextVNode(toDisplayString(Md.title),1)])],2),unref(_d)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ja).e("arrow"))},null,2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(Ja).e("description"),unref(Ja).is(unref(ld))])},[renderSlot(Md.$slots,"description",{},()=>[createTextVNode(toDisplayString(Md.description),1)])],2))],2)],6))}});var Step$1=_export_sfc$1(_sfc_main$17,[["__file","item.vue"]]);const ElSteps=withInstall(Steps,{Step:Step$1}),ElStep=withNoopInstall(Step$1),switchProps=buildProps({modelValue:{type:[Boolean,String,Number],default:!1},disabled:Boolean,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]:Ra=>isBoolean$3(Ra)||isString$3(Ra)||isNumber$3(Ra),[CHANGE_EVENT]:Ra=>isBoolean$3(Ra)||isString$3(Ra)||isNumber$3(Ra),[INPUT_EVENT]:Ra=>isBoolean$3(Ra)||isString$3(Ra)||isNumber$3(Ra)},COMPONENT_NAME$8="ElSwitch",__default__$v=defineComponent({name:COMPONENT_NAME$8}),_sfc_main$16=defineComponent({...__default__$v,props:switchProps,emits:switchEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,{formItem:td}=useFormItem(),rd=useFormSize(),od=useNamespace("switch"),{inputId:sd}=useFormItemInputId(ed,{formItemContext:td}),ld=useFormDisabled(computed(()=>ed.loading)),cd=ref$1(ed.modelValue!==!1),ud=ref$1(),gd=ref$1(),_d=computed(()=>[od.b(),od.m(rd.value),od.is("disabled",ld.value),od.is("checked",Ad.value)]),yd=computed(()=>[od.e("label"),od.em("label","left"),od.is("active",!Ad.value)]),Ed=computed(()=>[od.e("label"),od.em("label","right"),od.is("active",Ad.value)]),Td=computed(()=>({width:addUnit(ed.width)}));watch(()=>ed.modelValue,()=>{cd.value=!0});const Od=computed(()=>cd.value?ed.modelValue:!1),Ad=computed(()=>Od.value===ed.activeValue);[ed.activeValue,ed.inactiveValue].includes(Od.value)||(Ja(UPDATE_MODEL_EVENT,ed.inactiveValue),Ja(CHANGE_EVENT,ed.inactiveValue),Ja(INPUT_EVENT,ed.inactiveValue)),watch(Ad,Rd=>{var Md;ud.value.checked=Rd,ed.validateEvent&&((Md=td==null?void 0:td.validate)==null||Md.call(td,"change").catch(Ld=>void 0))});const Nd=()=>{const Rd=Ad.value?ed.inactiveValue:ed.activeValue;Ja(UPDATE_MODEL_EVENT,Rd),Ja(CHANGE_EVENT,Rd),Ja(INPUT_EVENT,Rd),nextTick$1(()=>{ud.value.checked=Ad.value})},kd=()=>{if(ld.value)return;const{beforeChange:Rd}=ed;if(!Rd){Nd();return}const Md=Rd();[isPromise(Md),isBoolean$3(Md)].includes(!0)||throwError$1(COMPONENT_NAME$8,"beforeChange must return type `Promise<boolean>` or `boolean`"),isPromise(Md)?Md.then(jd=>{jd&&Nd()}).catch(jd=>{}):Md&&Nd()},Id=()=>{var Rd,Md;(Md=(Rd=ud.value)==null?void 0:Rd.focus)==null||Md.call(Rd)};return onMounted(()=>{ud.value.checked=Ad.value}),qa({focus:Id,checked:Ad}),(Rd,Md)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(_d)),onClick:withModifiers(kd,["prevent"])},[createBaseVNode("input",{id:unref(sd),ref_key:"input",ref:ud,class:normalizeClass(unref(od).e("input")),type:"checkbox",role:"switch","aria-checked":unref(Ad),"aria-disabled":unref(ld),"aria-label":Rd.ariaLabel,name:Rd.name,"true-value":Rd.activeValue,"false-value":Rd.inactiveValue,disabled:unref(ld),tabindex:Rd.tabindex,onChange:Nd,onKeydown:withKeys(kd,["enter"])},null,42,["id","aria-checked","aria-disabled","aria-label","name","true-value","false-value","disabled","tabindex","onKeydown"]),!Rd.inlinePrompt&&(Rd.inactiveIcon||Rd.inactiveText)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(yd))},[Rd.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Rd.inactiveIcon)))]),_:1})):createCommentVNode("v-if",!0),!Rd.inactiveIcon&&Rd.inactiveText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":unref(Ad)},toDisplayString(Rd.inactiveText),9,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{ref_key:"core",ref:gd,class:normalizeClass(unref(od).e("core")),style:normalizeStyle(unref(Td))},[Rd.inlinePrompt?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(od).e("inner"))},[Rd.activeIcon||Rd.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(od).is("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ad)?Rd.activeIcon:Rd.inactiveIcon)))]),_:1},8,["class"])):Rd.activeText||Rd.inactiveText?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(od).is("text")),"aria-hidden":!unref(Ad)},toDisplayString(unref(Ad)?Rd.activeText:Rd.inactiveText),11,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(od).e("action"))},[Rd.loading?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(od).is("loading"))},{default:withCtx(()=>[createVNode(unref(loading_default))]),_:1},8,["class"])):unref(Ad)?renderSlot(Rd.$slots,"active-action",{key:1},()=>[Rd.activeActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Rd.activeActionIcon)))]),_:1})):createCommentVNode("v-if",!0)]):unref(Ad)?createCommentVNode("v-if",!0):renderSlot(Rd.$slots,"inactive-action",{key:2},()=>[Rd.inactiveActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Rd.inactiveActionIcon)))]),_:1})):createCommentVNode("v-if",!0)])],2)],6),!Rd.inlinePrompt&&(Rd.activeIcon||Rd.activeText)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(Ed))},[Rd.activeIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Rd.activeIcon)))]),_:1})):createCommentVNode("v-if",!0),!Rd.activeIcon&&Rd.activeText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":!unref(Ad)},toDisplayString(Rd.activeText),9,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],10,["onClick"]))}});var Switch=_export_sfc$1(_sfc_main$16,[["__file","switch.vue"]]);const ElSwitch=withInstall(Switch),getCell=function(Ra){var qa;return(qa=Ra.target)==null?void 0:qa.closest("td")},orderBy=function(Ra,qa,Ja,ed,td){if(!qa&&!ed&&(!td||Array.isArray(td)&&!td.length))return Ra;typeof Ja=="string"?Ja=Ja==="descending"?-1:1:Ja=Ja&&Ja<0?-1:1;const rd=ed?null:function(sd,ld){return td?(Array.isArray(td)||(td=[td]),td.map(cd=>typeof cd=="string"?get$2(sd,cd):cd(sd,ld,Ra))):(qa!=="$key"&&isObject$5(sd)&&"$value"in sd&&(sd=sd.$value),[isObject$5(sd)?get$2(sd,qa):sd])},od=function(sd,ld){if(ed)return ed(sd.value,ld.value);for(let cd=0,ud=sd.key.length;cd<ud;cd++){if(sd.key[cd]<ld.key[cd])return-1;if(sd.key[cd]>ld.key[cd])return 1}return 0};return Ra.map((sd,ld)=>({value:sd,index:ld,key:rd?rd(sd,ld):null})).sort((sd,ld)=>{let cd=od(sd,ld);return cd||(cd=sd.index-ld.index),cd*+Ja}).map(sd=>sd.value)},getColumnById=function(Ra,qa){let Ja=null;return Ra.columns.forEach(ed=>{ed.id===qa&&(Ja=ed)}),Ja},getColumnByKey=function(Ra,qa){let Ja=null;for(let ed=0;ed<Ra.columns.length;ed++){const td=Ra.columns[ed];if(td.columnKey===qa){Ja=td;break}}return Ja||throwError$1("ElTable",`No column matching with column-key: ${qa}`),Ja},getColumnByCell=function(Ra,qa,Ja){const ed=(qa.className||"").match(new RegExp(`${Ja}-table_[^\\s]+`,"gm"));return ed?getColumnById(Ra,ed[0]):null},getRowIdentity=(Ra,qa)=>{if(!Ra)throw new Error("Row is required when get row identity");if(typeof qa=="string"){if(!qa.includes("."))return`${Ra[qa]}`;const Ja=qa.split(".");let ed=Ra;for(const td of Ja)ed=ed[td];return`${ed}`}else if(typeof qa=="function")return qa.call(null,Ra)},getKeysMap=function(Ra,qa){const Ja={};return(Ra||[]).forEach((ed,td)=>{Ja[getRowIdentity(ed,qa)]={row:ed,index:td}}),Ja};function mergeOptions$1(Ra,qa){const Ja={};let ed;for(ed in Ra)Ja[ed]=Ra[ed];for(ed in qa)if(hasOwn$1(qa,ed)){const td=qa[ed];typeof td<"u"&&(Ja[ed]=td)}return Ja}function parseWidth(Ra){return Ra===""||Ra!==void 0&&(Ra=Number.parseInt(Ra,10),Number.isNaN(Ra)&&(Ra="")),Ra}function parseMinWidth(Ra){return Ra===""||Ra!==void 0&&(Ra=parseWidth(Ra),Number.isNaN(Ra)&&(Ra=80)),Ra}function parseHeight(Ra){return typeof Ra=="number"?Ra:typeof Ra=="string"?/^\d+(?:px)?$/.test(Ra)?Number.parseInt(Ra,10):Ra:null}function compose$1(...Ra){return Ra.length===0?qa=>qa:Ra.length===1?Ra[0]:Ra.reduce((qa,Ja)=>(...ed)=>qa(Ja(...ed)))}function toggleRowStatus(Ra,qa,Ja,ed,td,rd){let od=rd??0,sd=!1;const ld=Ra.indexOf(qa),cd=ld!==-1,ud=td==null?void 0:td.call(null,qa,rd),gd=yd=>{yd==="add"?Ra.push(qa):Ra.splice(ld,1),sd=!0},_d=yd=>{let Ed=0;const Td=(ed==null?void 0:ed.children)&&yd[ed.children];return Td&&isArray$2(Td)&&(Ed+=Td.length,Td.forEach(Od=>{Ed+=_d(Od)})),Ed};return(!td||ud)&&(isBoolean$3(Ja)?Ja&&!cd?gd("add"):!Ja&&cd&&gd("remove"):gd(cd?"remove":"add")),!(ed!=null&&ed.checkStrictly)&&(ed!=null&&ed.children)&&isArray$2(qa[ed.children])&&qa[ed.children].forEach(yd=>{toggleRowStatus(Ra,yd,Ja??!cd,ed,td,od+1),od+=_d(yd)+1}),sd}function walkTreeNode(Ra,qa,Ja="children",ed="hasChildren"){const td=od=>!(Array.isArray(od)&&od.length);function rd(od,sd,ld){qa(od,sd,ld),sd.forEach(cd=>{if(cd[ed]){qa(cd,null,ld+1);return}const ud=cd[Ja];td(ud)||rd(cd,ud,ld+1)})}Ra.forEach(od=>{if(od[ed]){qa(od,null,0);return}const sd=od[Ja];td(sd)||rd(od,sd,0)})}let removePopper=null;function createTablePopper(Ra,qa,Ja,ed){if((removePopper==null?void 0:removePopper.trigger)===Ja)return;removePopper==null||removePopper();const td=ed==null?void 0:ed.refs.tableWrapper,rd=td==null?void 0:td.dataset.prefix,od={strategy:"fixed",...Ra.popperOptions},sd=createVNode(ElTooltip,{content:qa,virtualTriggering:!0,virtualRef:Ja,appendTo:td,placement:"top",transition:"none",offset:0,hideAfter:0,...Ra,popperOptions:od,onHide:()=>{removePopper==null||removePopper()}});sd.appContext={...ed.appContext,...ed};const ld=document.createElement("div");render$3(sd,ld),sd.component.exposed.onOpen();const cd=td==null?void 0:td.querySelector(`.${rd}-scrollbar__wrap`);removePopper=()=>{render$3(null,ld),cd==null||cd.removeEventListener("scroll",removePopper),removePopper=null},removePopper.trigger=Ja,cd==null||cd.addEventListener("scroll",removePopper)}function getCurrentColumns(Ra){return Ra.children?flatMap(Ra.children,getCurrentColumns):[Ra]}function getColSpan(Ra,qa){return Ra+qa.colSpan}const isFixedColumn=(Ra,qa,Ja,ed)=>{let td=0,rd=Ra;const od=Ja.states.columns.value;if(ed){const ld=getCurrentColumns(ed[Ra]);td=od.slice(0,od.indexOf(ld[0])).reduce(getColSpan,0),rd=td+ld.reduce(getColSpan,0)-1}else td=Ra;let sd;switch(qa){case"left":rd<Ja.states.fixedLeafColumnsLength.value&&(sd="left");break;case"right":td>=od.length-Ja.states.rightFixedLeafColumnsLength.value&&(sd="right");break;default:rd<Ja.states.fixedLeafColumnsLength.value?sd="left":td>=od.length-Ja.states.rightFixedLeafColumnsLength.value&&(sd="right")}return sd?{direction:sd,start:td,after:rd}:{}},getFixedColumnsClass=(Ra,qa,Ja,ed,td,rd=0)=>{const od=[],{direction:sd,start:ld,after:cd}=isFixedColumn(qa,Ja,ed,td);if(sd){const ud=sd==="left";od.push(`${Ra}-fixed-column--${sd}`),ud&&cd+rd===ed.states.fixedLeafColumnsLength.value-1?od.push("is-last-column"):!ud&&ld-rd===ed.states.columns.value.length-ed.states.rightFixedLeafColumnsLength.value&&od.push("is-first-column")}return od};function getOffset(Ra,qa){return Ra+(qa.realWidth===null||Number.isNaN(qa.realWidth)?Number(qa.width):qa.realWidth)}const getFixedColumnOffset=(Ra,qa,Ja,ed)=>{const{direction:td,start:rd=0,after:od=0}=isFixedColumn(Ra,qa,Ja,ed);if(!td)return;const sd={},ld=td==="left",cd=Ja.states.columns.value;return ld?sd.left=cd.slice(0,rd).reduce(getOffset,0):sd.right=cd.slice(od+1).reverse().reduce(getOffset,0),sd},ensurePosition=(Ra,qa)=>{Ra&&(Number.isNaN(Ra[qa])||(Ra[qa]=`${Ra[qa]}px`))};function useExpand(Ra){const qa=getCurrentInstance(),Ja=ref$1(!1),ed=ref$1([]);return{updateExpandRows:()=>{const ld=Ra.data.value||[],cd=Ra.rowKey.value;if(Ja.value)ed.value=ld.slice();else if(cd){const ud=getKeysMap(ed.value,cd);ed.value=ld.reduce((gd,_d)=>{const yd=getRowIdentity(_d,cd);return ud[yd]&&gd.push(_d),gd},[])}else ed.value=[]},toggleRowExpansion:(ld,cd)=>{toggleRowStatus(ed.value,ld,cd)&&qa.emit("expand-change",ld,ed.value.slice())},setExpandRowKeys:ld=>{qa.store.assertRowKey();const cd=Ra.data.value||[],ud=Ra.rowKey.value,gd=getKeysMap(cd,ud);ed.value=ld.reduce((_d,yd)=>{const Ed=gd[yd];return Ed&&_d.push(Ed.row),_d},[])},isRowExpanded:ld=>{const cd=Ra.rowKey.value;return cd?!!getKeysMap(ed.value,cd)[getRowIdentity(ld,cd)]:ed.value.includes(ld)},states:{expandRows:ed,defaultExpandAll:Ja}}}function useCurrent(Ra){const qa=getCurrentInstance(),Ja=ref$1(null),ed=ref$1(null),td=cd=>{qa.store.assertRowKey(),Ja.value=cd,od(cd)},rd=()=>{Ja.value=null},od=cd=>{const{data:ud,rowKey:gd}=Ra;let _d=null;gd.value&&(_d=(unref(ud)||[]).find(yd=>getRowIdentity(yd,gd.value)===cd)),ed.value=_d,qa.emit("current-change",ed.value,null)};return{setCurrentRowKey:td,restoreCurrentRowKey:rd,setCurrentRowByKey:od,updateCurrentRow:cd=>{const ud=ed.value;if(cd&&cd!==ud){ed.value=cd,qa.emit("current-change",ed.value,ud);return}!cd&&ud&&(ed.value=null,qa.emit("current-change",null,ud))},updateCurrentRowData:()=>{const cd=Ra.rowKey.value,ud=Ra.data.value||[],gd=ed.value;if(!ud.includes(gd)&&gd){if(cd){const _d=getRowIdentity(gd,cd);od(_d)}else ed.value=null;ed.value===null&&qa.emit("current-change",null,gd)}else Ja.value&&(od(Ja.value),rd())},states:{_currentRowKey:Ja,currentRow:ed}}}function useTree$2(Ra){const qa=ref$1([]),Ja=ref$1({}),ed=ref$1(16),td=ref$1(!1),rd=ref$1({}),od=ref$1("hasChildren"),sd=ref$1("children"),ld=ref$1(!1),cd=getCurrentInstance(),ud=computed(()=>{if(!Ra.rowKey.value)return{};const Nd=Ra.data.value||[];return _d(Nd)}),gd=computed(()=>{const Nd=Ra.rowKey.value,kd=Object.keys(rd.value),Id={};return kd.length&&kd.forEach(Rd=>{if(rd.value[Rd].length){const Md={children:[]};rd.value[Rd].forEach(Ld=>{const jd=getRowIdentity(Ld,Nd);Md.children.push(jd),Ld[od.value]&&!Id[jd]&&(Id[jd]={children:[]})}),Id[Rd]=Md}}),Id}),_d=Nd=>{const kd=Ra.rowKey.value,Id={};return walkTreeNode(Nd,(Rd,Md,Ld)=>{const jd=getRowIdentity(Rd,kd);Array.isArray(Md)?Id[jd]={children:Md.map(Pd=>getRowIdentity(Pd,kd)),level:Ld}:td.value&&(Id[jd]={children:[],lazy:!0,level:Ld})},sd.value,od.value),Id},yd=(Nd=!1,kd=(Id=>(Id=cd.store)==null?void 0:Id.states.defaultExpandAll.value)())=>{var Id;const Rd=ud.value,Md=gd.value,Ld=Object.keys(Rd),jd={};if(Ld.length){const Pd=unref(Ja),Fd=[],Ud=(qd,Wd)=>{if(Nd)return qa.value?kd||qa.value.includes(Wd):!!(kd||qd!=null&&qd.expanded);{const zd=kd||qa.value&&qa.value.includes(Wd);return!!(qd!=null&&qd.expanded||zd)}};Ld.forEach(qd=>{const Wd=Pd[qd],zd={...Rd[qd]};if(zd.expanded=Ud(Wd,qd),zd.lazy){const{loaded:Kd=!1,loading:Qd=!1}=Wd||{};zd.loaded=!!Kd,zd.loading=!!Qd,Fd.push(qd)}jd[qd]=zd});const Vd=Object.keys(Md);td.value&&Vd.length&&Fd.length&&Vd.forEach(qd=>{const Wd=Pd[qd],zd=Md[qd].children;if(Fd.includes(qd)){if(jd[qd].children.length!==0)throw new Error("[ElTable]children must be an empty array.");jd[qd].children=zd}else{const{loaded:Kd=!1,loading:Qd=!1}=Wd||{};jd[qd]={lazy:!0,loaded:!!Kd,loading:!!Qd,expanded:Ud(Wd,qd),children:zd,level:""}}})}Ja.value=jd,(Id=cd.store)==null||Id.updateTableScrollY()};watch(()=>qa.value,()=>{yd(!0)}),watch(()=>ud.value,()=>{yd()}),watch(()=>gd.value,()=>{yd()});const Ed=Nd=>{qa.value=Nd,yd()},Td=(Nd,kd)=>{cd.store.assertRowKey();const Id=Ra.rowKey.value,Rd=getRowIdentity(Nd,Id),Md=Rd&&Ja.value[Rd];if(Rd&&Md&&"expanded"in Md){const Ld=Md.expanded;kd=typeof kd>"u"?!Md.expanded:kd,Ja.value[Rd].expanded=kd,Ld!==kd&&cd.emit("expand-change",Nd,kd),cd.store.updateTableScrollY()}},Od=Nd=>{cd.store.assertRowKey();const kd=Ra.rowKey.value,Id=getRowIdentity(Nd,kd),Rd=Ja.value[Id];td.value&&Rd&&"loaded"in Rd&&!Rd.loaded?Ad(Nd,Id,Rd):Td(Nd,void 0)},Ad=(Nd,kd,Id)=>{const{load:Rd}=cd.props;Rd&&!Ja.value[kd].loaded&&(Ja.value[kd].loading=!0,Rd(Nd,Id,Md=>{if(!Array.isArray(Md))throw new TypeError("[ElTable] data must be an array");Ja.value[kd].loading=!1,Ja.value[kd].loaded=!0,Ja.value[kd].expanded=!0,Md.length&&(rd.value[kd]=Md),cd.emit("expand-change",Nd,!0)}))};return{loadData:Ad,loadOrToggle:Od,toggleTreeExpansion:Td,updateTreeExpandKeys:Ed,updateTreeData:yd,normalize:_d,states:{expandRowKeys:qa,treeData:Ja,indent:ed,lazy:td,lazyTreeNodeMap:rd,lazyColumnIdentifier:od,childrenColumnName:sd,checkStrictly:ld}}}const sortData=(Ra,qa)=>{const Ja=qa.sortingColumn;return!Ja||typeof Ja.sortable=="string"?Ra:orderBy(Ra,qa.sortProp,qa.sortOrder,Ja.sortMethod,Ja.sortBy)},doFlattenColumns=Ra=>{const qa=[];return Ra.forEach(Ja=>{Ja.children&&Ja.children.length>0?qa.push.apply(qa,doFlattenColumns(Ja.children)):qa.push(Ja)}),qa};function useWatcher$1(){var Ra;const qa=getCurrentInstance(),{size:Ja}=toRefs((Ra=qa.proxy)==null?void 0:Ra.$props),ed=ref$1(null),td=ref$1([]),rd=ref$1([]),od=ref$1(!1),sd=ref$1([]),ld=ref$1([]),cd=ref$1([]),ud=ref$1([]),gd=ref$1([]),_d=ref$1([]),yd=ref$1([]),Ed=ref$1([]),Td=[],Od=ref$1(0),Ad=ref$1(0),Nd=ref$1(0),kd=ref$1(!1),Id=ref$1([]),Rd=ref$1(!1),Md=ref$1(!1),Ld=ref$1(null),jd=ref$1({}),Pd=ref$1(null),Fd=ref$1(null),Ud=ref$1(null),Vd=ref$1(null),qd=ref$1(null);watch(td,()=>qa.state&&Qd(!1),{deep:!0});const Wd=()=>{if(!ed.value)throw new Error("[ElTable] prop row-key is required")},zd=oh=>{var Vf;(Vf=oh.children)==null||Vf.forEach(Rf=>{Rf.fixed=oh.fixed,zd(Rf)})},Kd=()=>{sd.value.forEach(Jf=>{zd(Jf)}),ud.value=sd.value.filter(Jf=>Jf.fixed===!0||Jf.fixed==="left"),gd.value=sd.value.filter(Jf=>Jf.fixed==="right"),ud.value.length>0&&sd.value[0]&&sd.value[0].type==="selection"&&!sd.value[0].fixed&&(sd.value[0].fixed=!0,ud.value.unshift(sd.value[0]));const oh=sd.value.filter(Jf=>!Jf.fixed);ld.value=[].concat(ud.value).concat(oh).concat(gd.value);const Vf=doFlattenColumns(oh),Rf=doFlattenColumns(ud.value),Zf=doFlattenColumns(gd.value);Od.value=Vf.length,Ad.value=Rf.length,Nd.value=Zf.length,cd.value=[].concat(Rf).concat(Vf).concat(Zf),od.value=ud.value.length>0||gd.value.length>0},Qd=(oh,Vf=!1)=>{oh&&Kd(),Vf?qa.state.doLayout():qa.state.debouncedUpdateLayout()},hf=oh=>Id.value.some(Vf=>isEqual$1(Vf,oh)),gf=()=>{kd.value=!1;const oh=Id.value;Id.value=[],oh.length&&qa.emit("selection-change",[])},bf=()=>{let oh;if(ed.value){oh=[];const Vf=getKeysMap(Id.value,ed.value),Rf=getKeysMap(td.value,ed.value);for(const Zf in Vf)hasOwn$1(Vf,Zf)&&!Rf[Zf]&&oh.push(Vf[Zf].row)}else oh=Id.value.filter(Vf=>!td.value.includes(Vf));if(oh.length){const Vf=Id.value.filter(Rf=>!oh.includes(Rf));Id.value=Vf,qa.emit("selection-change",Vf.slice())}},kf=()=>(Id.value||[]).slice(),Cf=(oh,Vf,Rf=!0)=>{var Zf,Jf,Th,Ah;const Gh={children:(Jf=(Zf=qa==null?void 0:qa.store)==null?void 0:Zf.states)==null?void 0:Jf.childrenColumnName.value,checkStrictly:(Ah=(Th=qa==null?void 0:qa.store)==null?void 0:Th.states)==null?void 0:Ah.checkStrictly.value};if(toggleRowStatus(Id.value,oh,Vf,Gh)){const kh=(Id.value||[]).slice();Rf&&qa.emit("select",kh,oh),qa.emit("selection-change",kh)}},Ef=()=>{var oh,Vf;const Rf=Md.value?!kd.value:!(kd.value||Id.value.length);kd.value=Rf;let Zf=!1,Jf=0;const Th=(Vf=(oh=qa==null?void 0:qa.store)==null?void 0:oh.states)==null?void 0:Vf.rowKey.value,{childrenColumnName:Ah}=qa.store.states,Gh={children:Ah.value,checkStrictly:!1};td.value.forEach((sm,kh)=>{const Rh=kh+Jf;toggleRowStatus(Id.value,sm,Rf,Gh,Ld.value,Rh)&&(Zf=!0),Jf+=Af(getRowIdentity(sm,Th))}),Zf&&qa.emit("selection-change",Id.value?Id.value.slice():[]),qa.emit("select-all",(Id.value||[]).slice())},yf=()=>{const oh=getKeysMap(Id.value,ed.value);td.value.forEach(Vf=>{const Rf=getRowIdentity(Vf,ed.value),Zf=oh[Rf];Zf&&(Id.value[Zf.index]=Vf)})},Mf=()=>{var oh;if(((oh=td.value)==null?void 0:oh.length)===0){kd.value=!1;return}const{childrenColumnName:Vf}=qa.store.states,Rf=ed.value?getKeysMap(Id.value,ed.value):void 0;let Zf=0,Jf=0;const Th=sm=>Rf?!!Rf[getRowIdentity(sm,ed.value)]:Id.value.includes(sm),Ah=sm=>{var kh;for(const Rh of sm){const jh=Ld.value&&Ld.value.call(null,Rh,Zf);if(Th(Rh))Jf++;else if(!Ld.value||jh)return!1;if(Zf++,(kh=Rh[Vf.value])!=null&&kh.length&&!Ah(Rh[Vf.value]))return!1}return!0},Gh=Ah(td.value||[]);kd.value=Jf===0?!1:Gh},Af=oh=>{var Vf;if(!qa||!qa.store)return 0;const{treeData:Rf}=qa.store.states;let Zf=0;const Jf=(Vf=Rf.value[oh])==null?void 0:Vf.children;return Jf&&(Zf+=Jf.length,Jf.forEach(Th=>{Zf+=Af(Th)})),Zf},Zd=(oh,Vf)=>{Array.isArray(oh)||(oh=[oh]);const Rf={};return oh.forEach(Zf=>{jd.value[Zf.id]=Vf,Rf[Zf.columnKey||Zf.id]=Vf}),Rf},mf=(oh,Vf,Rf)=>{Fd.value&&Fd.value!==oh&&(Fd.value.order=null),Fd.value=oh,Ud.value=Vf,Vd.value=Rf},Pf=()=>{let oh=unref(rd);Object.keys(jd.value).forEach(Vf=>{const Rf=jd.value[Vf];if(!Rf||Rf.length===0)return;const Zf=getColumnById({columns:cd.value},Vf);Zf&&Zf.filterMethod&&(oh=oh.filter(Jf=>Rf.some(Th=>Zf.filterMethod.call(null,Th,Jf,Zf))))}),Pd.value=oh},Ff=()=>{td.value=sortData(Pd.value,{sortingColumn:Fd.value,sortProp:Ud.value,sortOrder:Vd.value})},Lf=(oh=void 0)=>{oh&&oh.filter||Pf(),Ff()},jf=oh=>{const{tableHeaderRef:Vf}=qa.refs;if(!Vf)return;const Rf=Object.assign({},Vf.filterPanels),Zf=Object.keys(Rf);if(Zf.length)if(typeof oh=="string"&&(oh=[oh]),Array.isArray(oh)){const Jf=oh.map(Th=>getColumnByKey({columns:cd.value},Th));Zf.forEach(Th=>{const Ah=Jf.find(Gh=>Gh.id===Th);Ah&&(Ah.filteredValue=[])}),qa.store.commit("filterChange",{column:Jf,values:[],silent:!0,multi:!0})}else Zf.forEach(Jf=>{const Th=cd.value.find(Ah=>Ah.id===Jf);Th&&(Th.filteredValue=[])}),jd.value={},qa.store.commit("filterChange",{column:{},values:[],silent:!0})},xf=()=>{Fd.value&&(mf(null,null,null),qa.store.commit("changeSortCondition",{silent:!0}))},{setExpandRowKeys:Nf,toggleRowExpansion:Bf,updateExpandRows:Tf,states:wf,isRowExpanded:Of}=useExpand({data:td,rowKey:ed}),{updateTreeExpandKeys:$f,toggleTreeExpansion:Wf,updateTreeData:Kf,loadOrToggle:Df,states:qf}=useTree$2({data:td,rowKey:ed}),{updateCurrentRowData:Xf,updateCurrentRow:hh,setCurrentRowKey:Mh,states:wh}=useCurrent({data:td,rowKey:ed});return{assertRowKey:Wd,updateColumns:Kd,scheduleLayout:Qd,isSelected:hf,clearSelection:gf,cleanSelection:bf,getSelectionRows:kf,toggleRowSelection:Cf,_toggleAllSelection:Ef,toggleAllSelection:null,updateSelectionByRowKey:yf,updateAllSelected:Mf,updateFilters:Zd,updateCurrentRow:hh,updateSort:mf,execFilter:Pf,execSort:Ff,execQuery:Lf,clearFilter:jf,clearSort:xf,toggleRowExpansion:Bf,setExpandRowKeysAdapter:oh=>{Nf(oh),$f(oh)},setCurrentRowKey:Mh,toggleRowExpansionAdapter:(oh,Vf)=>{cd.value.some(({type:Zf})=>Zf==="expand")?Bf(oh,Vf):Wf(oh,Vf)},isRowExpanded:Of,updateExpandRows:Tf,updateCurrentRowData:Xf,loadOrToggle:Df,updateTreeData:Kf,states:{tableSize:Ja,rowKey:ed,data:td,_data:rd,isComplex:od,_columns:sd,originColumns:ld,columns:cd,fixedColumns:ud,rightFixedColumns:gd,leafColumns:_d,fixedLeafColumns:yd,rightFixedLeafColumns:Ed,updateOrderFns:Td,leafColumnsLength:Od,fixedLeafColumnsLength:Ad,rightFixedLeafColumnsLength:Nd,isAllSelected:kd,selection:Id,reserveSelection:Rd,selectOnIndeterminate:Md,selectable:Ld,filters:jd,filteredData:Pd,sortingColumn:Fd,sortProp:Ud,sortOrder:Vd,hoverRow:qd,...wf,...qf,...wh}}}function replaceColumn(Ra,qa){return Ra.map(Ja=>{var ed;return Ja.id===qa.id?qa:((ed=Ja.children)!=null&&ed.length&&(Ja.children=replaceColumn(Ja.children,qa)),Ja)})}function sortColumn(Ra){Ra.forEach(qa=>{var Ja,ed;qa.no=(Ja=qa.getColumnIndex)==null?void 0:Ja.call(qa),(ed=qa.children)!=null&&ed.length&&sortColumn(qa.children)}),Ra.sort((qa,Ja)=>qa.no-Ja.no)}function useStore$1(){const Ra=getCurrentInstance(),qa=useWatcher$1();return{ns:useNamespace("table"),...qa,mutations:{setData(od,sd){const ld=unref(od._data)!==sd;od.data.value=sd,od._data.value=sd,Ra.store.execQuery(),Ra.store.updateCurrentRowData(),Ra.store.updateExpandRows(),Ra.store.updateTreeData(Ra.store.states.defaultExpandAll.value),unref(od.reserveSelection)?(Ra.store.assertRowKey(),Ra.store.updateSelectionByRowKey()):ld?Ra.store.clearSelection():Ra.store.cleanSelection(),Ra.store.updateAllSelected(),Ra.$ready&&Ra.store.scheduleLayout()},insertColumn(od,sd,ld,cd){const ud=unref(od._columns);let gd=[];ld?(ld&&!ld.children&&(ld.children=[]),ld.children.push(sd),gd=replaceColumn(ud,ld)):(ud.push(sd),gd=ud),sortColumn(gd),od._columns.value=gd,od.updateOrderFns.push(cd),sd.type==="selection"&&(od.selectable.value=sd.selectable,od.reserveSelection.value=sd.reserveSelection),Ra.$ready&&(Ra.store.updateColumns(),Ra.store.scheduleLayout())},updateColumnOrder(od,sd){var ld;((ld=sd.getColumnIndex)==null?void 0:ld.call(sd))!==sd.no&&(sortColumn(od._columns.value),Ra.$ready&&Ra.store.updateColumns())},removeColumn(od,sd,ld,cd){const ud=unref(od._columns)||[];if(ld)ld.children.splice(ld.children.findIndex(_d=>_d.id===sd.id),1),nextTick$1(()=>{var _d;((_d=ld.children)==null?void 0:_d.length)===0&&delete ld.children}),od._columns.value=replaceColumn(ud,ld);else{const _d=ud.indexOf(sd);_d>-1&&(ud.splice(_d,1),od._columns.value=ud)}const gd=od.updateOrderFns.indexOf(cd);gd>-1&&od.updateOrderFns.splice(gd,1),Ra.$ready&&(Ra.store.updateColumns(),Ra.store.scheduleLayout())},sort(od,sd){const{prop:ld,order:cd,init:ud}=sd;if(ld){const gd=unref(od.columns).find(_d=>_d.property===ld);gd&&(gd.order=cd,Ra.store.updateSort(gd,ld,cd),Ra.store.commit("changeSortCondition",{init:ud}))}},changeSortCondition(od,sd){const{sortingColumn:ld,sortProp:cd,sortOrder:ud}=od,gd=unref(ld),_d=unref(cd),yd=unref(ud);yd===null&&(od.sortingColumn.value=null,od.sortProp.value=null);const Ed={filter:!0};Ra.store.execQuery(Ed),(!sd||!(sd.silent||sd.init))&&Ra.emit("sort-change",{column:gd,prop:_d,order:yd}),Ra.store.updateTableScrollY()},filterChange(od,sd){const{column:ld,values:cd,silent:ud}=sd,gd=Ra.store.updateFilters(ld,cd);Ra.store.execQuery(),ud||Ra.emit("filter-change",gd),Ra.store.updateTableScrollY()},toggleAllSelection(){Ra.store.toggleAllSelection()},rowSelectedChanged(od,sd){Ra.store.toggleRowSelection(sd),Ra.store.updateAllSelected()},setHoverRow(od,sd){od.hoverRow.value=sd},setCurrentRow(od,sd){Ra.store.updateCurrentRow(sd)}},commit:function(od,...sd){const ld=Ra.store.mutations;if(ld[od])ld[od].apply(Ra,[Ra.store.states].concat(sd));else throw new Error(`Action not found: ${od}`)},updateTableScrollY:function(){nextTick$1(()=>Ra.layout.updateScrollY.apply(Ra.layout))}}}const InitialStateMap={rowKey:"rowKey",defaultExpandAll:"defaultExpandAll",selectOnIndeterminate:"selectOnIndeterminate",indent:"indent",lazy:"lazy",data:"data","treeProps.hasChildren":{key:"lazyColumnIdentifier",default:"hasChildren"},"treeProps.children":{key:"childrenColumnName",default:"children"},"treeProps.checkStrictly":{key:"checkStrictly",default:!1}};function createStore(Ra,qa){if(!Ra)throw new Error("Table is required.");const Ja=useStore$1();return Ja.toggleAllSelection=debounce(Ja._toggleAllSelection,10),Object.keys(InitialStateMap).forEach(ed=>{handleValue(getArrKeysValue(qa,ed),ed,Ja)}),proxyTableProps(Ja,qa),Ja}function proxyTableProps(Ra,qa){Object.keys(InitialStateMap).forEach(Ja=>{watch(()=>getArrKeysValue(qa,Ja),ed=>{handleValue(ed,Ja,Ra)})})}function handleValue(Ra,qa,Ja){let ed=Ra,td=InitialStateMap[qa];typeof InitialStateMap[qa]=="object"&&(td=td.key,ed=ed||InitialStateMap[qa].default),Ja.states[td].value=ed}function getArrKeysValue(Ra,qa){if(qa.includes(".")){const Ja=qa.split(".");let ed=Ra;return Ja.forEach(td=>{ed=ed[td]}),ed}else return Ra[qa]}class TableLayout{constructor(qa){this.observers=[],this.table=null,this.store=null,this.columns=[],this.fit=!0,this.showHeader=!0,this.height=ref$1(null),this.scrollX=ref$1(!1),this.scrollY=ref$1(!1),this.bodyWidth=ref$1(null),this.fixedWidth=ref$1(null),this.rightFixedWidth=ref$1(null),this.gutterWidth=0;for(const Ja in qa)hasOwn$1(qa,Ja)&&(isRef(this[Ja])?this[Ja].value=qa[Ja]:this[Ja]=qa[Ja]);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(){if(this.height.value===null)return!1;const Ja=this.table.refs.scrollBarRef;if(this.table.vnode.el&&(Ja!=null&&Ja.wrapRef)){let ed=!0;const td=this.scrollY.value;return ed=Ja.wrapRef.scrollHeight>Ja.wrapRef.clientHeight,this.scrollY.value=ed,td!==ed}return!1}setHeight(qa,Ja="height"){if(!isClient)return;const ed=this.table.vnode.el;if(qa=parseHeight(qa),this.height.value=Number(qa),!ed&&(qa||qa===0))return nextTick$1(()=>this.setHeight(qa,Ja));typeof qa=="number"?(ed.style[Ja]=`${qa}px`,this.updateElsHeight()):typeof qa=="string"&&(ed.style[Ja]=qa,this.updateElsHeight())}setMaxHeight(qa){this.setHeight(qa,"max-height")}getFlattenColumns(){const qa=[];return this.table.store.states.columns.value.forEach(ed=>{ed.isColumnGroup?qa.push.apply(qa,ed.columns):qa.push(ed)}),qa}updateElsHeight(){this.updateScrollY(),this.notifyObservers("scrollable")}headerDisplayNone(qa){if(!qa)return!0;let Ja=qa;for(;Ja.tagName!=="DIV";){if(getComputedStyle(Ja).display==="none")return!0;Ja=Ja.parentElement}return!1}updateColumnsWidth(){if(!isClient)return;const qa=this.fit,Ja=this.table.vnode.el.clientWidth;let ed=0;const td=this.getFlattenColumns(),rd=td.filter(ld=>typeof ld.width!="number");if(td.forEach(ld=>{typeof ld.width=="number"&&ld.realWidth&&(ld.realWidth=null)}),rd.length>0&&qa){if(td.forEach(ld=>{ed+=Number(ld.width||ld.minWidth||80)}),ed<=Ja){this.scrollX.value=!1;const ld=Ja-ed;if(rd.length===1)rd[0].realWidth=Number(rd[0].minWidth||80)+ld;else{const cd=rd.reduce((_d,yd)=>_d+Number(yd.minWidth||80),0),ud=ld/cd;let gd=0;rd.forEach((_d,yd)=>{if(yd===0)return;const Ed=Math.floor(Number(_d.minWidth||80)*ud);gd+=Ed,_d.realWidth=Number(_d.minWidth||80)+Ed}),rd[0].realWidth=Number(rd[0].minWidth||80)+ld-gd}}else this.scrollX.value=!0,rd.forEach(ld=>{ld.realWidth=Number(ld.minWidth)});this.bodyWidth.value=Math.max(ed,Ja),this.table.state.resizeState.value.width=this.bodyWidth.value}else td.forEach(ld=>{!ld.width&&!ld.minWidth?ld.realWidth=80:ld.realWidth=Number(ld.width||ld.minWidth),ed+=ld.realWidth}),this.scrollX.value=ed>Ja,this.bodyWidth.value=ed;const od=this.store.states.fixedColumns.value;if(od.length>0){let ld=0;od.forEach(cd=>{ld+=Number(cd.realWidth||cd.width)}),this.fixedWidth.value=ld}const sd=this.store.states.rightFixedColumns.value;if(sd.length>0){let ld=0;sd.forEach(cd=>{ld+=Number(cd.realWidth||cd.width)}),this.rightFixedWidth.value=ld}this.notifyObservers("columns")}addObserver(qa){this.observers.push(qa)}removeObserver(qa){const Ja=this.observers.indexOf(qa);Ja!==-1&&this.observers.splice(Ja,1)}notifyObservers(qa){this.observers.forEach(ed=>{var td,rd;switch(qa){case"columns":(td=ed.state)==null||td.onColumnsChange(this);break;case"scrollable":(rd=ed.state)==null||rd.onScrollableChange(this);break;default:throw new Error(`Table Layout don't have event ${qa}.`)}})}}const{CheckboxGroup:ElCheckboxGroup}=ElCheckbox,_sfc_main$15=defineComponent({name:"ElTableFilterPanel",components:{ElCheckbox,ElCheckboxGroup,ElScrollbar,ElTooltip,ElIcon,ArrowDown:arrow_down_default,ArrowUp:arrow_up_default},directives:{ClickOutside},props:{placement:{type:String,default:"bottom-start"},store:{type:Object},column:{type:Object},upDataColumn:{type:Function}},setup(Ra){const qa=getCurrentInstance(),{t:Ja}=useLocale(),ed=useNamespace("table-filter"),td=qa==null?void 0:qa.parent;td.filterPanels.value[Ra.column.id]||(td.filterPanels.value[Ra.column.id]=qa);const rd=ref$1(!1),od=ref$1(null),sd=computed(()=>Ra.column&&Ra.column.filters),ld=computed(()=>Ra.column.filterClassName?`${ed.b()} ${Ra.column.filterClassName}`:ed.b()),cd=computed({get:()=>{var Rd;return(((Rd=Ra.column)==null?void 0:Rd.filteredValue)||[])[0]},set:Rd=>{ud.value&&(typeof Rd<"u"&&Rd!==null?ud.value.splice(0,1,Rd):ud.value.splice(0,1))}}),ud=computed({get(){return Ra.column?Ra.column.filteredValue||[]:[]},set(Rd){Ra.column&&Ra.upDataColumn("filteredValue",Rd)}}),gd=computed(()=>Ra.column?Ra.column.filterMultiple:!0),_d=Rd=>Rd.value===cd.value,yd=()=>{rd.value=!1},Ed=Rd=>{Rd.stopPropagation(),rd.value=!rd.value},Td=()=>{rd.value=!1},Od=()=>{kd(ud.value),yd()},Ad=()=>{ud.value=[],kd(ud.value),yd()},Nd=Rd=>{cd.value=Rd,kd(typeof Rd<"u"&&Rd!==null?ud.value:[]),yd()},kd=Rd=>{Ra.store.commit("filterChange",{column:Ra.column,values:Rd}),Ra.store.updateAllSelected()};watch(rd,Rd=>{Ra.column&&Ra.upDataColumn("filterOpened",Rd)},{immediate:!0});const Id=computed(()=>{var Rd,Md;return(Md=(Rd=od.value)==null?void 0:Rd.popperRef)==null?void 0:Md.contentRef});return{tooltipVisible:rd,multiple:gd,filterClassName:ld,filteredValue:ud,filterValue:cd,filters:sd,handleConfirm:Od,handleReset:Ad,handleSelect:Nd,isActive:_d,t:Ja,ns:ed,showFilterPanel:Ed,hideFilterPanel:Td,popperPaneRef:Id,tooltip:od}}});function _sfc_render$4(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-checkbox"),sd=resolveComponent("el-checkbox-group"),ld=resolveComponent("el-scrollbar"),cd=resolveComponent("arrow-up"),ud=resolveComponent("arrow-down"),gd=resolveComponent("el-icon"),_d=resolveComponent("el-tooltip"),yd=resolveDirective("click-outside");return openBlock(),createBlock(_d,{ref:"tooltip",visible:Ra.tooltipVisible,offset:0,placement:Ra.placement,"show-arrow":!1,"stop-popper-mouse-event":!1,teleported:"",effect:"light",pure:"","popper-class":Ra.filterClassName,persistent:""},{content:withCtx(()=>[Ra.multiple?(openBlock(),createElementBlock("div",{key:0},[createBaseVNode("div",{class:normalizeClass(Ra.ns.e("content"))},[createVNode(ld,{"wrap-class":Ra.ns.e("wrap")},{default:withCtx(()=>[createVNode(sd,{modelValue:Ra.filteredValue,"onUpdate:modelValue":Ed=>Ra.filteredValue=Ed,class:normalizeClass(Ra.ns.e("checkbox-group"))},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.filters,Ed=>(openBlock(),createBlock(od,{key:Ed.value,value:Ed.value},{default:withCtx(()=>[createTextVNode(toDisplayString(Ed.text),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","class"])]),_:1},8,["wrap-class"])],2),createBaseVNode("div",{class:normalizeClass(Ra.ns.e("bottom"))},[createBaseVNode("button",{class:normalizeClass({[Ra.ns.is("disabled")]:Ra.filteredValue.length===0}),disabled:Ra.filteredValue.length===0,type:"button",onClick:Ra.handleConfirm},toDisplayString(Ra.t("el.table.confirmFilter")),11,["disabled","onClick"]),createBaseVNode("button",{type:"button",onClick:Ra.handleReset},toDisplayString(Ra.t("el.table.resetFilter")),9,["onClick"])],2)])):(openBlock(),createElementBlock("ul",{key:1,class:normalizeClass(Ra.ns.e("list"))},[createBaseVNode("li",{class:normalizeClass([Ra.ns.e("list-item"),{[Ra.ns.is("active")]:Ra.filterValue===void 0||Ra.filterValue===null}]),onClick:Ed=>Ra.handleSelect(null)},toDisplayString(Ra.t("el.table.clearFilter")),11,["onClick"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.filters,Ed=>(openBlock(),createElementBlock("li",{key:Ed.value,class:normalizeClass([Ra.ns.e("list-item"),Ra.ns.is("active",Ra.isActive(Ed))]),label:Ed.value,onClick:Td=>Ra.handleSelect(Ed.value)},toDisplayString(Ed.text),11,["label","onClick"]))),128))],2))]),default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass([`${Ra.ns.namespace.value}-table__column-filter-trigger`,`${Ra.ns.namespace.value}-none-outline`]),onClick:Ra.showFilterPanel},[createVNode(gd,null,{default:withCtx(()=>[renderSlot(Ra.$slots,"filter-icon",{},()=>[Ra.column.filterOpened?(openBlock(),createBlock(cd,{key:0})):(openBlock(),createBlock(ud,{key:1}))])]),_:3})],10,["onClick"])),[[yd,Ra.hideFilterPanel,Ra.popperPaneRef]])]),_:3},8,["visible","placement","popper-class"])}var FilterPanel=_export_sfc$1(_sfc_main$15,[["render",_sfc_render$4],["__file","filter-panel.vue"]]);function useLayoutObserver(Ra){const qa=getCurrentInstance();onBeforeMount(()=>{Ja.value.addObserver(qa)}),onMounted(()=>{ed(Ja.value),td(Ja.value)}),onUpdated(()=>{ed(Ja.value),td(Ja.value)}),onUnmounted(()=>{Ja.value.removeObserver(qa)});const Ja=computed(()=>{const rd=Ra.layout;if(!rd)throw new Error("Can not find table layout.");return rd}),ed=rd=>{var od;const sd=((od=Ra.vnode.el)==null?void 0:od.querySelectorAll("colgroup > col"))||[];if(!sd.length)return;const ld=rd.getFlattenColumns(),cd={};ld.forEach(ud=>{cd[ud.id]=ud});for(let ud=0,gd=sd.length;ud<gd;ud++){const _d=sd[ud],yd=_d.getAttribute("name"),Ed=cd[yd];Ed&&_d.setAttribute("width",Ed.realWidth||Ed.width)}},td=rd=>{var od,sd;const ld=((od=Ra.vnode.el)==null?void 0:od.querySelectorAll("colgroup > col[name=gutter]"))||[];for(let ud=0,gd=ld.length;ud<gd;ud++)ld[ud].setAttribute("width",rd.scrollY.value?rd.gutterWidth:"0");const cd=((sd=Ra.vnode.el)==null?void 0:sd.querySelectorAll("th.gutter"))||[];for(let ud=0,gd=cd.length;ud<gd;ud++){const _d=cd[ud];_d.style.width=rd.scrollY.value?`${rd.gutterWidth}px`:"0",_d.style.display=rd.scrollY.value?"":"none"}};return{tableLayout:Ja.value,onColumnsChange:ed,onScrollableChange:td}}const TABLE_INJECTION_KEY=Symbol("ElTable");function useEvent(Ra,qa){const Ja=getCurrentInstance(),ed=inject(TABLE_INJECTION_KEY),td=Td=>{Td.stopPropagation()},rd=(Td,Od)=>{!Od.filters&&Od.sortable?Ed(Td,Od,!1):Od.filterable&&!Od.sortable&&td(Td),ed==null||ed.emit("header-click",Od,Td)},od=(Td,Od)=>{ed==null||ed.emit("header-contextmenu",Od,Td)},sd=ref$1(null),ld=ref$1(!1),cd=ref$1({}),ud=(Td,Od)=>{if(isClient&&!(Od.children&&Od.children.length>0)&&sd.value&&Ra.border){ld.value=!0;const Ad=ed;qa("set-drag-visible",!0);const kd=(Ad==null?void 0:Ad.vnode.el).getBoundingClientRect().left,Id=Ja.vnode.el.querySelector(`th.${Od.id}`),Rd=Id.getBoundingClientRect(),Md=Rd.left-kd+30;addClass(Id,"noclick"),cd.value={startMouseLeft:Td.clientX,startLeft:Rd.right-kd,startColumnLeft:Rd.left-kd,tableLeft:kd};const Ld=Ad==null?void 0:Ad.refs.resizeProxy;Ld.style.left=`${cd.value.startLeft}px`,document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};const jd=Fd=>{const Ud=Fd.clientX-cd.value.startMouseLeft,Vd=cd.value.startLeft+Ud;Ld.style.left=`${Math.max(Md,Vd)}px`},Pd=()=>{if(ld.value){const{startColumnLeft:Fd,startLeft:Ud}=cd.value,qd=Number.parseInt(Ld.style.left,10)-Fd;Od.width=Od.realWidth=qd,Ad==null||Ad.emit("header-dragend",Od.width,Ud-Fd,Od,Td),requestAnimationFrame(()=>{Ra.store.scheduleLayout(!1,!0)}),document.body.style.cursor="",ld.value=!1,sd.value=null,cd.value={},qa("set-drag-visible",!1)}document.removeEventListener("mousemove",jd),document.removeEventListener("mouseup",Pd),document.onselectstart=null,document.ondragstart=null,setTimeout(()=>{removeClass(Id,"noclick")},0)};document.addEventListener("mousemove",jd),document.addEventListener("mouseup",Pd)}},gd=(Td,Od)=>{if(Od.children&&Od.children.length>0)return;const Ad=Td.target;if(!isElement$2(Ad))return;const Nd=Ad==null?void 0:Ad.closest("th");if(!(!Od||!Od.resizable)&&!ld.value&&Ra.border){const kd=Nd.getBoundingClientRect(),Id=document.body.style;kd.width>12&&kd.right-Td.pageX<8?(Id.cursor="col-resize",hasClass(Nd,"is-sortable")&&(Nd.style.cursor="col-resize"),sd.value=Od):ld.value||(Id.cursor="",hasClass(Nd,"is-sortable")&&(Nd.style.cursor="pointer"),sd.value=null)}},_d=()=>{isClient&&(document.body.style.cursor="")},yd=({order:Td,sortOrders:Od})=>{if(Td==="")return Od[0];const Ad=Od.indexOf(Td||null);return Od[Ad>Od.length-2?0:Ad+1]},Ed=(Td,Od,Ad)=>{var Nd;Td.stopPropagation();const kd=Od.order===Ad?null:Ad||yd(Od),Id=(Nd=Td.target)==null?void 0:Nd.closest("th");if(Id&&hasClass(Id,"noclick")){removeClass(Id,"noclick");return}if(!Od.sortable)return;const Rd=Td.currentTarget;if(["ascending","descending"].some(Fd=>hasClass(Rd,Fd)&&!Od.sortOrders.includes(Fd)))return;const Md=Ra.store.states;let Ld=Md.sortProp.value,jd;const Pd=Md.sortingColumn.value;(Pd!==Od||Pd===Od&&Pd.order===null)&&(Pd&&(Pd.order=null),Md.sortingColumn.value=Od,Ld=Od.property),kd?jd=Od.order=kd:jd=Od.order=null,Md.sortProp.value=Ld,Md.sortOrder.value=jd,ed==null||ed.store.commit("changeSortCondition")};return{handleHeaderClick:rd,handleHeaderContextMenu:od,handleMouseDown:ud,handleMouseMove:gd,handleMouseOut:_d,handleSortClick:Ed,handleFilterClick:td}}function useStyle$2(Ra){const qa=inject(TABLE_INJECTION_KEY),Ja=useNamespace("table");return{getHeaderRowStyle:sd=>{const ld=qa==null?void 0:qa.props.headerRowStyle;return typeof ld=="function"?ld.call(null,{rowIndex:sd}):ld},getHeaderRowClass:sd=>{const ld=[],cd=qa==null?void 0:qa.props.headerRowClassName;return typeof cd=="string"?ld.push(cd):typeof cd=="function"&&ld.push(cd.call(null,{rowIndex:sd})),ld.join(" ")},getHeaderCellStyle:(sd,ld,cd,ud)=>{var gd;let _d=(gd=qa==null?void 0:qa.props.headerCellStyle)!=null?gd:{};typeof _d=="function"&&(_d=_d.call(null,{rowIndex:sd,columnIndex:ld,row:cd,column:ud}));const yd=getFixedColumnOffset(ld,ud.fixed,Ra.store,cd);return ensurePosition(yd,"left"),ensurePosition(yd,"right"),Object.assign({},_d,yd)},getHeaderCellClass:(sd,ld,cd,ud)=>{const gd=getFixedColumnsClass(Ja.b(),ld,ud.fixed,Ra.store,cd),_d=[ud.id,ud.order,ud.headerAlign,ud.className,ud.labelClassName,...gd];ud.children||_d.push("is-leaf"),ud.sortable&&_d.push("is-sortable");const yd=qa==null?void 0:qa.props.headerCellClassName;return typeof yd=="string"?_d.push(yd):typeof yd=="function"&&_d.push(yd.call(null,{rowIndex:sd,columnIndex:ld,row:cd,column:ud})),_d.push(Ja.e("cell")),_d.filter(Ed=>!!Ed).join(" ")}}}const getAllColumns=Ra=>{const qa=[];return Ra.forEach(Ja=>{Ja.children?(qa.push(Ja),qa.push.apply(qa,getAllColumns(Ja.children))):qa.push(Ja)}),qa},convertToRows=Ra=>{let qa=1;const Ja=(rd,od)=>{if(od&&(rd.level=od.level+1,qa<rd.level&&(qa=rd.level)),rd.children){let sd=0;rd.children.forEach(ld=>{Ja(ld,rd),sd+=ld.colSpan}),rd.colSpan=sd}else rd.colSpan=1};Ra.forEach(rd=>{rd.level=1,Ja(rd,void 0)});const ed=[];for(let rd=0;rd<qa;rd++)ed.push([]);return getAllColumns(Ra).forEach(rd=>{rd.children?(rd.rowSpan=1,rd.children.forEach(od=>od.isSubColumn=!0)):rd.rowSpan=qa-rd.level+1,ed[rd.level-1].push(rd)}),ed};function useUtils$1(Ra){const qa=inject(TABLE_INJECTION_KEY),Ja=computed(()=>convertToRows(Ra.store.states.originColumns.value));return{isGroup:computed(()=>{const rd=Ja.value.length>1;return rd&&qa&&(qa.state.isGroup.value=!0),rd}),toggleAllSelection:rd=>{rd.stopPropagation(),qa==null||qa.store.commit("toggleAllSelection")},columnRows:Ja}}var TableHeader=defineComponent({name:"ElTableHeader",components:{ElCheckbox},props:{fixed:{type:String,default:""},store:{required:!0,type:Object},border:Boolean,defaultSort:{type:Object,default:()=>({prop:"",order:""})}},setup(Ra,{emit:qa}){const Ja=getCurrentInstance(),ed=inject(TABLE_INJECTION_KEY),td=useNamespace("table"),rd=ref$1({}),{onColumnsChange:od,onScrollableChange:sd}=useLayoutObserver(ed);onMounted(async()=>{await nextTick$1(),await nextTick$1();const{prop:Md,order:Ld}=Ra.defaultSort;ed==null||ed.store.commit("sort",{prop:Md,order:Ld,init:!0})});const{handleHeaderClick:ld,handleHeaderContextMenu:cd,handleMouseDown:ud,handleMouseMove:gd,handleMouseOut:_d,handleSortClick:yd,handleFilterClick:Ed}=useEvent(Ra,qa),{getHeaderRowStyle:Td,getHeaderRowClass:Od,getHeaderCellStyle:Ad,getHeaderCellClass:Nd}=useStyle$2(Ra),{isGroup:kd,toggleAllSelection:Id,columnRows:Rd}=useUtils$1(Ra);return Ja.state={onColumnsChange:od,onScrollableChange:sd},Ja.filterPanels=rd,{ns:td,filterPanels:rd,onColumnsChange:od,onScrollableChange:sd,columnRows:Rd,getHeaderRowClass:Od,getHeaderRowStyle:Td,getHeaderCellClass:Nd,getHeaderCellStyle:Ad,handleHeaderClick:ld,handleHeaderContextMenu:cd,handleMouseDown:ud,handleMouseMove:gd,handleMouseOut:_d,handleSortClick:yd,handleFilterClick:Ed,isGroup:kd,toggleAllSelection:Id}},render(){const{ns:Ra,isGroup:qa,columnRows:Ja,getHeaderCellStyle:ed,getHeaderCellClass:td,getHeaderRowClass:rd,getHeaderRowStyle:od,handleHeaderClick:sd,handleHeaderContextMenu:ld,handleMouseDown:cd,handleMouseMove:ud,handleSortClick:gd,handleMouseOut:_d,store:yd,$parent:Ed}=this;let Td=1;return h$2("thead",{class:{[Ra.is("group")]:qa}},Ja.map((Od,Ad)=>h$2("tr",{class:rd(Ad),key:Ad,style:od(Ad)},Od.map((Nd,kd)=>(Nd.rowSpan>Td&&(Td=Nd.rowSpan),h$2("th",{class:td(Ad,kd,Od,Nd),colspan:Nd.colSpan,key:`${Nd.id}-thead`,rowspan:Nd.rowSpan,style:ed(Ad,kd,Od,Nd),onClick:Id=>{Id.currentTarget.classList.contains("noclick")||sd(Id,Nd)},onContextmenu:Id=>ld(Id,Nd),onMousedown:Id=>cd(Id,Nd),onMousemove:Id=>ud(Id,Nd),onMouseout:_d},[h$2("div",{class:["cell",Nd.filteredValue&&Nd.filteredValue.length>0?"highlight":""]},[Nd.renderHeader?Nd.renderHeader({column:Nd,$index:kd,store:yd,_self:Ed}):Nd.label,Nd.sortable&&h$2("span",{onClick:Id=>gd(Id,Nd),class:"caret-wrapper"},[h$2("i",{onClick:Id=>gd(Id,Nd,"ascending"),class:"sort-caret ascending"}),h$2("i",{onClick:Id=>gd(Id,Nd,"descending"),class:"sort-caret descending"})]),Nd.filterable&&h$2(FilterPanel,{store:yd,placement:Nd.filterPlacement||"bottom-start",column:Nd,upDataColumn:(Id,Rd)=>{Nd[Id]=Rd}},{"filter-icon":()=>Nd.renderFilterIcon?Nd.renderFilterIcon({filterOpened:Nd.filterOpened}):null})])]))))))}});function isGreaterThan(Ra,qa,Ja=.03){return Ra-qa>Ja}function useEvents(Ra){const qa=inject(TABLE_INJECTION_KEY),Ja=ref$1(""),ed=ref$1(h$2("div")),td=(Ed,Td,Od)=>{var Ad;const Nd=qa,kd=getCell(Ed);let Id;const Rd=(Ad=Nd==null?void 0:Nd.vnode.el)==null?void 0:Ad.dataset.prefix;kd&&(Id=getColumnByCell({columns:Ra.store.states.columns.value},kd,Rd),Id&&(Nd==null||Nd.emit(`cell-${Od}`,Td,Id,kd,Ed))),Nd==null||Nd.emit(`row-${Od}`,Td,Id,Ed)},rd=(Ed,Td)=>{td(Ed,Td,"dblclick")},od=(Ed,Td)=>{Ra.store.commit("setCurrentRow",Td),td(Ed,Td,"click")},sd=(Ed,Td)=>{td(Ed,Td,"contextmenu")},ld=debounce(Ed=>{Ra.store.commit("setHoverRow",Ed)},30),cd=debounce(()=>{Ra.store.commit("setHoverRow",null)},30),ud=Ed=>{const Td=window.getComputedStyle(Ed,null),Od=Number.parseInt(Td.paddingLeft,10)||0,Ad=Number.parseInt(Td.paddingRight,10)||0,Nd=Number.parseInt(Td.paddingTop,10)||0,kd=Number.parseInt(Td.paddingBottom,10)||0;return{left:Od,right:Ad,top:Nd,bottom:kd}},gd=(Ed,Td,Od)=>{let Ad=Td.target.parentNode;for(;Ed>1&&(Ad=Ad==null?void 0:Ad.nextSibling,!(!Ad||Ad.nodeName!=="TR"));)Od(Ad,"hover-row hover-fixed-row"),Ed--};return{handleDoubleClick:rd,handleClick:od,handleContextMenu:sd,handleMouseEnter:ld,handleMouseLeave:cd,handleCellMouseEnter:(Ed,Td,Od)=>{var Ad;const Nd=qa,kd=getCell(Ed),Id=(Ad=Nd==null?void 0:Nd.vnode.el)==null?void 0:Ad.dataset.prefix;if(kd){const Qd=getColumnByCell({columns:Ra.store.states.columns.value},kd,Id);kd.rowSpan>1&&gd(kd.rowSpan,Ed,addClass);const hf=Nd.hoverState={cell:kd,column:Qd,row:Td};Nd==null||Nd.emit("cell-mouse-enter",hf.row,hf.column,hf.cell,Ed)}if(!Od)return;const Rd=Ed.target.querySelector(".cell");if(!(hasClass(Rd,`${Id}-tooltip`)&&Rd.childNodes.length))return;const Md=document.createRange();Md.setStart(Rd,0),Md.setEnd(Rd,Rd.childNodes.length);const{width:Ld,height:jd}=Md.getBoundingClientRect(),{width:Pd,height:Fd}=Rd.getBoundingClientRect(),{top:Ud,left:Vd,right:qd,bottom:Wd}=ud(Rd),zd=Vd+qd,Kd=Ud+Wd;(isGreaterThan(Ld+zd,Pd)||isGreaterThan(jd+Kd,Fd)||isGreaterThan(Rd.scrollWidth,Pd))&&createTablePopper(Od,kd.innerText||kd.textContent,kd,Nd)},handleCellMouseLeave:Ed=>{const Td=getCell(Ed);if(!Td)return;Td.rowSpan>1&&gd(Td.rowSpan,Ed,removeClass);const Od=qa==null?void 0:qa.hoverState;qa==null||qa.emit("cell-mouse-leave",Od==null?void 0:Od.row,Od==null?void 0:Od.column,Od==null?void 0:Od.cell,Ed)},tooltipContent:Ja,tooltipTrigger:ed}}function useStyles$1(Ra){const qa=inject(TABLE_INJECTION_KEY),Ja=useNamespace("table");return{getRowStyle:(cd,ud)=>{const gd=qa==null?void 0:qa.props.rowStyle;return typeof gd=="function"?gd.call(null,{row:cd,rowIndex:ud}):gd||null},getRowClass:(cd,ud)=>{const gd=[Ja.e("row")];qa!=null&&qa.props.highlightCurrentRow&&cd===Ra.store.states.currentRow.value&&gd.push("current-row"),Ra.stripe&&ud%2===1&&gd.push(Ja.em("row","striped"));const _d=qa==null?void 0:qa.props.rowClassName;return typeof _d=="string"?gd.push(_d):typeof _d=="function"&&gd.push(_d.call(null,{row:cd,rowIndex:ud})),gd},getCellStyle:(cd,ud,gd,_d)=>{const yd=qa==null?void 0:qa.props.cellStyle;let Ed=yd??{};typeof yd=="function"&&(Ed=yd.call(null,{rowIndex:cd,columnIndex:ud,row:gd,column:_d}));const Td=getFixedColumnOffset(ud,Ra==null?void 0:Ra.fixed,Ra.store);return ensurePosition(Td,"left"),ensurePosition(Td,"right"),Object.assign({},Ed,Td)},getCellClass:(cd,ud,gd,_d,yd)=>{const Ed=getFixedColumnsClass(Ja.b(),ud,Ra==null?void 0:Ra.fixed,Ra.store,void 0,yd),Td=[_d.id,_d.align,_d.className,...Ed],Od=qa==null?void 0:qa.props.cellClassName;return typeof Od=="string"?Td.push(Od):typeof Od=="function"&&Td.push(Od.call(null,{rowIndex:cd,columnIndex:ud,row:gd,column:_d})),Td.push(Ja.e("cell")),Td.filter(Ad=>!!Ad).join(" ")},getSpan:(cd,ud,gd,_d)=>{let yd=1,Ed=1;const Td=qa==null?void 0:qa.props.spanMethod;if(typeof Td=="function"){const Od=Td({row:cd,column:ud,rowIndex:gd,columnIndex:_d});Array.isArray(Od)?(yd=Od[0],Ed=Od[1]):typeof Od=="object"&&(yd=Od.rowspan,Ed=Od.colspan)}return{rowspan:yd,colspan:Ed}},getColspanRealWidth:(cd,ud,gd)=>{if(ud<1)return cd[gd].realWidth;const _d=cd.map(({realWidth:yd,width:Ed})=>yd||Ed).slice(gd,gd+ud);return Number(_d.reduce((yd,Ed)=>Number(yd)+Number(Ed),-1))}}}function useRender$1(Ra){const qa=inject(TABLE_INJECTION_KEY),Ja=useNamespace("table"),{handleDoubleClick:ed,handleClick:td,handleContextMenu:rd,handleMouseEnter:od,handleMouseLeave:sd,handleCellMouseEnter:ld,handleCellMouseLeave:cd,tooltipContent:ud,tooltipTrigger:gd}=useEvents(Ra),{getRowStyle:_d,getRowClass:yd,getCellStyle:Ed,getCellClass:Td,getSpan:Od,getColspanRealWidth:Ad}=useStyles$1(Ra),Nd=computed(()=>Ra.store.states.columns.value.findIndex(({type:Ld})=>Ld==="default")),kd=(Ld,jd)=>{const Pd=qa.props.rowKey;return Pd?getRowIdentity(Ld,Pd):jd},Id=(Ld,jd,Pd,Fd=!1)=>{const{tooltipEffect:Ud,tooltipOptions:Vd,store:qd}=Ra,{indent:Wd,columns:zd}=qd.states,Kd=yd(Ld,jd);let Qd=!0;return Pd&&(Kd.push(Ja.em("row",`level-${Pd.level}`)),Qd=Pd.display),h$2("tr",{style:[Qd?null:{display:"none"},_d(Ld,jd)],class:Kd,key:kd(Ld,jd),onDblclick:gf=>ed(gf,Ld),onClick:gf=>td(gf,Ld),onContextmenu:gf=>rd(gf,Ld),onMouseenter:()=>od(jd),onMouseleave:sd},zd.value.map((gf,bf)=>{const{rowspan:kf,colspan:Cf}=Od(Ld,gf,jd,bf);if(!kf||!Cf)return null;const Ef=Object.assign({},gf);Ef.realWidth=Ad(zd.value,Cf,bf);const yf={store:Ra.store,_self:Ra.context||qa,column:Ef,row:Ld,$index:jd,cellIndex:bf,expanded:Fd};bf===Nd.value&&Pd&&(yf.treeNode={indent:Pd.level*Wd.value,level:Pd.level},typeof Pd.expanded=="boolean"&&(yf.treeNode.expanded=Pd.expanded,"loading"in Pd&&(yf.treeNode.loading=Pd.loading),"noLazyChildren"in Pd&&(yf.treeNode.noLazyChildren=Pd.noLazyChildren)));const Mf=`${kd(Ld,jd)},${bf}`,Af=Ef.columnKey||Ef.rawColumnKey||"",Zd=Rd(bf,gf,yf),mf=gf.showOverflowTooltip&&merge$3({effect:Ud},Vd,gf.showOverflowTooltip);return h$2("td",{style:Ed(jd,bf,Ld,gf),class:Td(jd,bf,Ld,gf,Cf-1),key:`${Af}${Mf}`,rowspan:kf,colspan:Cf,onMouseenter:Pf=>ld(Pf,Ld,mf),onMouseleave:cd},[Zd])}))},Rd=(Ld,jd,Pd)=>jd.renderCell(Pd);return{wrappedRowRender:(Ld,jd)=>{const Pd=Ra.store,{isRowExpanded:Fd,assertRowKey:Ud}=Pd,{treeData:Vd,lazyTreeNodeMap:qd,childrenColumnName:Wd,rowKey:zd}=Pd.states,Kd=Pd.states.columns.value;if(Kd.some(({type:hf})=>hf==="expand")){const hf=Fd(Ld),gf=Id(Ld,jd,void 0,hf),bf=qa.renderExpanded;return hf?bf?[[gf,h$2("tr",{key:`expanded-row__${gf.key}`},[h$2("td",{colspan:Kd.length,class:`${Ja.e("cell")} ${Ja.e("expanded-cell")}`},[bf({row:Ld,$index:jd,store:Pd,expanded:hf})])])]]:(console.error("[Element Error]renderExpanded is required."),gf):[[gf]]}else if(Object.keys(Vd.value).length){Ud();const hf=getRowIdentity(Ld,zd.value);let gf=Vd.value[hf],bf=null;gf&&(bf={expanded:gf.expanded,level:gf.level,display:!0},typeof gf.lazy=="boolean"&&(typeof gf.loaded=="boolean"&&gf.loaded&&(bf.noLazyChildren=!(gf.children&&gf.children.length)),bf.loading=gf.loading));const kf=[Id(Ld,jd,bf)];if(gf){let Cf=0;const Ef=(Mf,Af)=>{Mf&&Mf.length&&Af&&Mf.forEach(Zd=>{const mf={display:Af.display&&Af.expanded,level:Af.level+1,expanded:!1,noLazyChildren:!1,loading:!1},Pf=getRowIdentity(Zd,zd.value);if(Pf==null)throw new Error("For nested data item, row-key is required.");if(gf={...Vd.value[Pf]},gf&&(mf.expanded=gf.expanded,gf.level=gf.level||mf.level,gf.display=!!(gf.expanded&&mf.display),typeof gf.lazy=="boolean"&&(typeof gf.loaded=="boolean"&&gf.loaded&&(mf.noLazyChildren=!(gf.children&&gf.children.length)),mf.loading=gf.loading)),Cf++,kf.push(Id(Zd,jd+Cf,mf)),gf){const Ff=qd.value[Pf]||Zd[Wd.value];Ef(Ff,gf)}})};gf.display=!0;const yf=qd.value[hf]||Ld[Wd.value];Ef(yf,gf)}return kf}else return Id(Ld,jd,void 0)},tooltipContent:ud,tooltipTrigger:gd}}const defaultProps$2={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 TableBody=defineComponent({name:"ElTableBody",props:defaultProps$2,setup(Ra){const qa=getCurrentInstance(),Ja=inject(TABLE_INJECTION_KEY),ed=useNamespace("table"),{wrappedRowRender:td,tooltipContent:rd,tooltipTrigger:od}=useRender$1(Ra),{onColumnsChange:sd,onScrollableChange:ld}=useLayoutObserver(Ja),cd=[];return watch(Ra.store.states.hoverRow,(ud,gd)=>{var _d;const yd=qa==null?void 0:qa.vnode.el,Ed=Array.from((yd==null?void 0:yd.children)||[]).filter(Ad=>Ad==null?void 0:Ad.classList.contains(`${ed.e("row")}`));let Td=ud;const Od=(_d=Ed[Td])==null?void 0:_d.childNodes;if(Od!=null&&Od.length){let Ad=0;Array.from(Od).reduce((kd,Id,Rd)=>{var Md,Ld;return((Md=Od[Rd])==null?void 0:Md.colSpan)>1&&(Ad=(Ld=Od[Rd])==null?void 0:Ld.colSpan),Id.nodeName!=="TD"&&Ad===0&&kd.push(Rd),Ad>0&&Ad--,kd},[]).forEach(kd=>{var Id;for(Td=ud;Td>0;){const Rd=(Id=Ed[Td-1])==null?void 0:Id.childNodes;if(Rd[kd]&&Rd[kd].nodeName==="TD"&&Rd[kd].rowSpan>1){addClass(Rd[kd],"hover-cell"),cd.push(Rd[kd]);break}Td--}})}else cd.forEach(Ad=>removeClass(Ad,"hover-cell")),cd.length=0;!Ra.store.states.isComplex.value||!isClient||rAF(()=>{const Ad=Ed[gd],Nd=Ed[ud];Ad&&!Ad.classList.contains("hover-fixed-row")&&removeClass(Ad,"hover-row"),Nd&&addClass(Nd,"hover-row")})}),onUnmounted(()=>{var ud;(ud=removePopper)==null||ud()}),{ns:ed,onColumnsChange:sd,onScrollableChange:ld,wrappedRowRender:td,tooltipContent:rd,tooltipTrigger:od}},render(){const{wrappedRowRender:Ra,store:qa}=this,Ja=qa.states.data.value||[];return h$2("tbody",{tabIndex:-1},[Ja.reduce((ed,td)=>ed.concat(Ra(td,ed.length)),[])])}});function useMapState(){const Ra=inject(TABLE_INJECTION_KEY),qa=Ra==null?void 0:Ra.store,Ja=computed(()=>qa.states.fixedLeafColumnsLength.value),ed=computed(()=>qa.states.rightFixedColumns.value.length),td=computed(()=>qa.states.columns.value.length),rd=computed(()=>qa.states.fixedColumns.value.length),od=computed(()=>qa.states.rightFixedColumns.value.length);return{leftFixedLeafCount:Ja,rightFixedLeafCount:ed,columnsCount:td,leftFixedCount:rd,rightFixedCount:od,columns:qa.states.columns}}function useStyle$1(Ra){const{columns:qa}=useMapState(),Ja=useNamespace("table");return{getCellClasses:(rd,od)=>{const sd=rd[od],ld=[Ja.e("cell"),sd.id,sd.align,sd.labelClassName,...getFixedColumnsClass(Ja.b(),od,sd.fixed,Ra.store)];return sd.className&&ld.push(sd.className),sd.children||ld.push(Ja.is("leaf")),ld},getCellStyles:(rd,od)=>{const sd=getFixedColumnOffset(od,rd.fixed,Ra.store);return ensurePosition(sd,"left"),ensurePosition(sd,"right"),sd},columns:qa}}var TableFooter=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(Ra){const{getCellClasses:qa,getCellStyles:Ja,columns:ed}=useStyle$1(Ra);return{ns:useNamespace("table"),getCellClasses:qa,getCellStyles:Ja,columns:ed}},render(){const{columns:Ra,getCellStyles:qa,getCellClasses:Ja,summaryMethod:ed,sumText:td}=this,rd=this.store.states.data.value;let od=[];return ed?od=ed({columns:Ra,data:rd}):Ra.forEach((sd,ld)=>{if(ld===0){od[ld]=td;return}const cd=rd.map(yd=>Number(yd[sd.property])),ud=[];let gd=!0;cd.forEach(yd=>{if(!Number.isNaN(+yd)){gd=!1;const Ed=`${yd}`.split(".")[1];ud.push(Ed?Ed.length:0)}});const _d=Math.max.apply(null,ud);gd?od[ld]="":od[ld]=cd.reduce((yd,Ed)=>{const Td=Number(Ed);return Number.isNaN(+Td)?yd:Number.parseFloat((yd+Ed).toFixed(Math.min(_d,20)))},0)}),h$2(h$2("tfoot",[h$2("tr",{},[...Ra.map((sd,ld)=>h$2("td",{key:ld,colspan:sd.colSpan,rowspan:sd.rowSpan,class:Ja(Ra,ld),style:qa(sd,ld)},[h$2("div",{class:["cell",sd.labelClassName]},[od[ld]])]))])]))}});function useUtils(Ra){return{setCurrentRow:ud=>{Ra.commit("setCurrentRow",ud)},getSelectionRows:()=>Ra.getSelectionRows(),toggleRowSelection:(ud,gd)=>{Ra.toggleRowSelection(ud,gd,!1),Ra.updateAllSelected()},clearSelection:()=>{Ra.clearSelection()},clearFilter:ud=>{Ra.clearFilter(ud)},toggleAllSelection:()=>{Ra.commit("toggleAllSelection")},toggleRowExpansion:(ud,gd)=>{Ra.toggleRowExpansionAdapter(ud,gd)},clearSort:()=>{Ra.clearSort()},sort:(ud,gd)=>{Ra.commit("sort",{prop:ud,order:gd})}}}function useStyle(Ra,qa,Ja,ed){const td=ref$1(!1),rd=ref$1(null),od=ref$1(!1),sd=gf=>{od.value=gf},ld=ref$1({width:null,height:null,headerHeight:null}),cd=ref$1(!1),ud={display:"inline-block",verticalAlign:"middle"},gd=ref$1(),_d=ref$1(0),yd=ref$1(0),Ed=ref$1(0),Td=ref$1(0),Od=ref$1(0);watchEffect(()=>{qa.setHeight(Ra.height)}),watchEffect(()=>{qa.setMaxHeight(Ra.maxHeight)}),watch(()=>[Ra.currentRowKey,Ja.states.rowKey],([gf,bf])=>{!unref(bf)||!unref(gf)||Ja.setCurrentRowKey(`${gf}`)},{immediate:!0}),watch(()=>Ra.data,gf=>{ed.store.commit("setData",gf)},{immediate:!0,deep:!0}),watchEffect(()=>{Ra.expandRowKeys&&Ja.setExpandRowKeysAdapter(Ra.expandRowKeys)});const Ad=()=>{ed.store.commit("setHoverRow",null),ed.hoverState&&(ed.hoverState=null)},Nd=(gf,bf)=>{const{pixelX:kf,pixelY:Cf}=bf;Math.abs(kf)>=Math.abs(Cf)&&(ed.refs.bodyWrapper.scrollLeft+=bf.pixelX/5)},kd=computed(()=>Ra.height||Ra.maxHeight||Ja.states.fixedColumns.value.length>0||Ja.states.rightFixedColumns.value.length>0),Id=computed(()=>({width:qa.bodyWidth.value?`${qa.bodyWidth.value}px`:""})),Rd=()=>{kd.value&&qa.updateElsHeight(),qa.updateColumnsWidth(),requestAnimationFrame(Pd)};onMounted(async()=>{await nextTick$1(),Ja.updateColumns(),Fd(),requestAnimationFrame(Rd);const gf=ed.vnode.el,bf=ed.refs.headerWrapper;Ra.flexible&&gf&&gf.parentElement&&(gf.parentElement.style.minWidth="0"),ld.value={width:gd.value=gf.offsetWidth,height:gf.offsetHeight,headerHeight:Ra.showHeader&&bf?bf.offsetHeight:null},Ja.states.columns.value.forEach(kf=>{kf.filteredValue&&kf.filteredValue.length&&ed.store.commit("filterChange",{column:kf,values:kf.filteredValue,silent:!0})}),ed.$ready=!0});const Md=(gf,bf)=>{if(!gf)return;const kf=Array.from(gf.classList).filter(Cf=>!Cf.startsWith("is-scrolling-"));kf.push(qa.scrollX.value?bf:"is-scrolling-none"),gf.className=kf.join(" ")},Ld=gf=>{const{tableWrapper:bf}=ed.refs;Md(bf,gf)},jd=gf=>{const{tableWrapper:bf}=ed.refs;return!!(bf&&bf.classList.contains(gf))},Pd=function(){if(!ed.refs.scrollBarRef)return;if(!qa.scrollX.value){const Af="is-scrolling-none";jd(Af)||Ld(Af);return}const gf=ed.refs.scrollBarRef.wrapRef;if(!gf)return;const{scrollLeft:bf,offsetWidth:kf,scrollWidth:Cf}=gf,{headerWrapper:Ef,footerWrapper:yf}=ed.refs;Ef&&(Ef.scrollLeft=bf),yf&&(yf.scrollLeft=bf);const Mf=Cf-kf-1;bf>=Mf?Ld("is-scrolling-right"):Ld(bf===0?"is-scrolling-left":"is-scrolling-middle")},Fd=()=>{ed.refs.scrollBarRef&&(ed.refs.scrollBarRef.wrapRef&&useEventListener(ed.refs.scrollBarRef.wrapRef,"scroll",Pd,{passive:!0}),Ra.fit?useResizeObserver(ed.vnode.el,Ud):useEventListener(window,"resize",Ud),useResizeObserver(ed.refs.bodyWrapper,()=>{var gf,bf;Ud(),(bf=(gf=ed.refs)==null?void 0:gf.scrollBarRef)==null||bf.update()}))},Ud=()=>{var gf,bf,kf,Cf;const Ef=ed.vnode.el;if(!ed.$ready||!Ef)return;let yf=!1;const{width:Mf,height:Af,headerHeight:Zd}=ld.value,mf=gd.value=Ef.offsetWidth;Mf!==mf&&(yf=!0);const Pf=Ef.offsetHeight;(Ra.height||kd.value)&&Af!==Pf&&(yf=!0);const Ff=Ra.tableLayout==="fixed"?ed.refs.headerWrapper:(gf=ed.refs.tableHeaderRef)==null?void 0:gf.$el;Ra.showHeader&&(Ff==null?void 0:Ff.offsetHeight)!==Zd&&(yf=!0),_d.value=((bf=ed.refs.tableWrapper)==null?void 0:bf.scrollHeight)||0,Ed.value=(Ff==null?void 0:Ff.scrollHeight)||0,Td.value=((kf=ed.refs.footerWrapper)==null?void 0:kf.offsetHeight)||0,Od.value=((Cf=ed.refs.appendWrapper)==null?void 0:Cf.offsetHeight)||0,yd.value=_d.value-Ed.value-Td.value-Od.value,yf&&(ld.value={width:mf,height:Pf,headerHeight:Ra.showHeader&&(Ff==null?void 0:Ff.offsetHeight)||0},Rd())},Vd=useFormSize(),qd=computed(()=>{const{bodyWidth:gf,scrollY:bf,gutterWidth:kf}=qa;return gf.value?`${gf.value-(bf.value?kf:0)}px`:""}),Wd=computed(()=>Ra.maxHeight?"fixed":Ra.tableLayout),zd=computed(()=>{if(Ra.data&&Ra.data.length)return null;let gf="100%";Ra.height&&yd.value&&(gf=`${yd.value}px`);const bf=gd.value;return{width:bf?`${bf}px`:"",height:gf}}),Kd=computed(()=>Ra.height?{height:Number.isNaN(Number(Ra.height))?Ra.height:`${Ra.height}px`}:Ra.maxHeight?{maxHeight:Number.isNaN(Number(Ra.maxHeight))?Ra.maxHeight:`${Ra.maxHeight}px`}:{}),Qd=computed(()=>Ra.height?{height:"100%"}:Ra.maxHeight?Number.isNaN(Number(Ra.maxHeight))?{maxHeight:`calc(${Ra.maxHeight} - ${Ed.value+Td.value}px)`}:{maxHeight:`${Ra.maxHeight-Ed.value-Td.value}px`}:{});return{isHidden:td,renderExpanded:rd,setDragVisible:sd,isGroup:cd,handleMouseLeave:Ad,handleHeaderFooterMousewheel:Nd,tableSize:Vd,emptyBlockStyle:zd,handleFixedMousewheel:(gf,bf)=>{const kf=ed.refs.bodyWrapper;if(Math.abs(bf.spinY)>0){const Cf=kf.scrollTop;bf.pixelY<0&&Cf!==0&&gf.preventDefault(),bf.pixelY>0&&kf.scrollHeight-kf.clientHeight>Cf&&gf.preventDefault(),kf.scrollTop+=Math.ceil(bf.pixelY/5)}else kf.scrollLeft+=Math.ceil(bf.pixelX/5)},resizeProxyVisible:od,bodyWidth:qd,resizeState:ld,doLayout:Rd,tableBodyStyles:Id,tableLayout:Wd,scrollbarViewStyle:ud,tableInnerStyle:Kd,scrollbarStyle:Qd}}function useKeyRender(Ra){const qa=ref$1(),Ja=()=>{const td=Ra.vnode.el.querySelector(".hidden-columns"),rd={childList:!0,subtree:!0},od=Ra.store.states.updateOrderFns;qa.value=new MutationObserver(()=>{od.forEach(sd=>sd())}),qa.value.observe(td,rd)};onMounted(()=>{Ja()}),onUnmounted(()=>{var ed;(ed=qa.value)==null||ed.disconnect()})}var defaultProps$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,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:Object,default:()=>({})},className:{type:String,default:""},tableLayout:{type:String,default:"fixed"},scrollbarAlwaysOn:Boolean,flexible:Boolean,showOverflowTooltip:[Boolean,Object]};function hColgroup(Ra){const qa=Ra.tableLayout==="auto";let Ja=Ra.columns||[];qa&&Ja.every(td=>td.width===void 0)&&(Ja=[]);const ed=td=>{const rd={key:`${Ra.tableLayout}_${td.id}`,style:{},name:void 0};return qa?rd.style={width:`${td.width}px`}:rd.name=td.id,rd};return h$2("colgroup",{},Ja.map(td=>h$2("col",ed(td))))}hColgroup.props=["columns","tableLayout"];const useScrollbar$1=()=>{const Ra=ref$1(),qa=(rd,od)=>{const sd=Ra.value;sd&&sd.scrollTo(rd,od)},Ja=(rd,od)=>{const sd=Ra.value;sd&&isNumber$3(od)&&["Top","Left"].includes(rd)&&sd[`setScroll${rd}`](od)};return{scrollBarRef:Ra,scrollTo:qa,setScrollTop:rd=>Ja("Top",rd),setScrollLeft:rd=>Ja("Left",rd)}};let tableIdSeed=1;const _sfc_main$14=defineComponent({name:"ElTable",directives:{Mousewheel},components:{TableHeader,TableBody,TableFooter,ElScrollbar,hColgroup},props:defaultProps$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"],setup(Ra){const{t:qa}=useLocale(),Ja=useNamespace("table"),ed=getCurrentInstance();provide(TABLE_INJECTION_KEY,ed);const td=createStore(ed,Ra);ed.store=td;const rd=new TableLayout({store:ed.store,table:ed,fit:Ra.fit,showHeader:Ra.showHeader});ed.layout=rd;const od=computed(()=>(td.states.data.value||[]).length===0),{setCurrentRow:sd,getSelectionRows:ld,toggleRowSelection:cd,clearSelection:ud,clearFilter:gd,toggleAllSelection:_d,toggleRowExpansion:yd,clearSort:Ed,sort:Td}=useUtils(td),{isHidden:Od,renderExpanded:Ad,setDragVisible:Nd,isGroup:kd,handleMouseLeave:Id,handleHeaderFooterMousewheel:Rd,tableSize:Md,emptyBlockStyle:Ld,handleFixedMousewheel:jd,resizeProxyVisible:Pd,bodyWidth:Fd,resizeState:Ud,doLayout:Vd,tableBodyStyles:qd,tableLayout:Wd,scrollbarViewStyle:zd,tableInnerStyle:Kd,scrollbarStyle:Qd}=useStyle(Ra,rd,td,ed),{scrollBarRef:hf,scrollTo:gf,setScrollLeft:bf,setScrollTop:kf}=useScrollbar$1(),Cf=debounce(Vd,50),Ef=`${Ja.namespace.value}-table_${tableIdSeed++}`;ed.tableId=Ef,ed.state={isGroup:kd,resizeState:Ud,doLayout:Vd,debouncedUpdateLayout:Cf};const yf=computed(()=>{var Zd;return(Zd=Ra.sumText)!=null?Zd:qa("el.table.sumText")}),Mf=computed(()=>{var Zd;return(Zd=Ra.emptyText)!=null?Zd:qa("el.table.emptyText")}),Af=computed(()=>convertToRows(td.states.originColumns.value)[0]);return useKeyRender(ed),{ns:Ja,layout:rd,store:td,columns:Af,handleHeaderFooterMousewheel:Rd,handleMouseLeave:Id,tableId:Ef,tableSize:Md,isHidden:Od,isEmpty:od,renderExpanded:Ad,resizeProxyVisible:Pd,resizeState:Ud,isGroup:kd,bodyWidth:Fd,tableBodyStyles:qd,emptyBlockStyle:Ld,debouncedUpdateLayout:Cf,handleFixedMousewheel:jd,setCurrentRow:sd,getSelectionRows:ld,toggleRowSelection:cd,clearSelection:ud,clearFilter:gd,toggleAllSelection:_d,toggleRowExpansion:yd,clearSort:Ed,doLayout:Vd,sort:Td,t:qa,setDragVisible:Nd,context:ed,computedSumText:yf,computedEmptyText:Mf,tableLayout:Wd,scrollbarViewStyle:zd,tableInnerStyle:Kd,scrollbarStyle:Qd,scrollBarRef:hf,scrollTo:gf,setScrollLeft:bf,setScrollTop:kf}}});function _sfc_render$3(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("hColgroup"),sd=resolveComponent("table-header"),ld=resolveComponent("table-body"),cd=resolveComponent("table-footer"),ud=resolveComponent("el-scrollbar"),gd=resolveDirective("mousewheel");return openBlock(),createElementBlock("div",{ref:"tableWrapper",class:normalizeClass([{[Ra.ns.m("fit")]:Ra.fit,[Ra.ns.m("striped")]:Ra.stripe,[Ra.ns.m("border")]:Ra.border||Ra.isGroup,[Ra.ns.m("hidden")]:Ra.isHidden,[Ra.ns.m("group")]:Ra.isGroup,[Ra.ns.m("fluid-height")]:Ra.maxHeight,[Ra.ns.m("scrollable-x")]:Ra.layout.scrollX.value,[Ra.ns.m("scrollable-y")]:Ra.layout.scrollY.value,[Ra.ns.m("enable-row-hover")]:!Ra.store.states.isComplex.value,[Ra.ns.m("enable-row-transition")]:(Ra.store.states.data.value||[]).length!==0&&(Ra.store.states.data.value||[]).length<100,"has-footer":Ra.showSummary},Ra.ns.m(Ra.tableSize),Ra.className,Ra.ns.b(),Ra.ns.m(`layout-${Ra.tableLayout}`)]),style:normalizeStyle(Ra.style),"data-prefix":Ra.ns.namespace.value,onMouseleave:Ra.handleMouseLeave},[createBaseVNode("div",{class:normalizeClass(Ra.ns.e("inner-wrapper")),style:normalizeStyle(Ra.tableInnerStyle)},[createBaseVNode("div",{ref:"hiddenColumns",class:"hidden-columns"},[renderSlot(Ra.$slots,"default")],512),Ra.showHeader&&Ra.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:0,ref:"headerWrapper",class:normalizeClass(Ra.ns.e("header-wrapper"))},[createBaseVNode("table",{ref:"tableHeader",class:normalizeClass(Ra.ns.e("header")),style:normalizeStyle(Ra.tableBodyStyles),border:"0",cellpadding:"0",cellspacing:"0"},[createVNode(od,{columns:Ra.store.states.columns.value,"table-layout":Ra.tableLayout},null,8,["columns","table-layout"]),createVNode(sd,{ref:"tableHeaderRef",border:Ra.border,"default-sort":Ra.defaultSort,store:Ra.store,onSetDragVisible:Ra.setDragVisible},null,8,["border","default-sort","store","onSetDragVisible"])],6)],2)),[[gd,Ra.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),createBaseVNode("div",{ref:"bodyWrapper",class:normalizeClass(Ra.ns.e("body-wrapper"))},[createVNode(ud,{ref:"scrollBarRef","view-style":Ra.scrollbarViewStyle,"wrap-style":Ra.scrollbarStyle,always:Ra.scrollbarAlwaysOn},{default:withCtx(()=>[createBaseVNode("table",{ref:"tableBody",class:normalizeClass(Ra.ns.e("body")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle({width:Ra.bodyWidth,tableLayout:Ra.tableLayout})},[createVNode(od,{columns:Ra.store.states.columns.value,"table-layout":Ra.tableLayout},null,8,["columns","table-layout"]),Ra.showHeader&&Ra.tableLayout==="auto"?(openBlock(),createBlock(sd,{key:0,ref:"tableHeaderRef",class:normalizeClass(Ra.ns.e("body-header")),border:Ra.border,"default-sort":Ra.defaultSort,store:Ra.store,onSetDragVisible:Ra.setDragVisible},null,8,["class","border","default-sort","store","onSetDragVisible"])):createCommentVNode("v-if",!0),createVNode(ld,{context:Ra.context,highlight:Ra.highlightCurrentRow,"row-class-name":Ra.rowClassName,"tooltip-effect":Ra.tooltipEffect,"tooltip-options":Ra.tooltipOptions,"row-style":Ra.rowStyle,store:Ra.store,stripe:Ra.stripe},null,8,["context","highlight","row-class-name","tooltip-effect","tooltip-options","row-style","store","stripe"]),Ra.showSummary&&Ra.tableLayout==="auto"?(openBlock(),createBlock(cd,{key:1,class:normalizeClass(Ra.ns.e("body-footer")),border:Ra.border,"default-sort":Ra.defaultSort,store:Ra.store,"sum-text":Ra.computedSumText,"summary-method":Ra.summaryMethod},null,8,["class","border","default-sort","store","sum-text","summary-method"])):createCommentVNode("v-if",!0)],6),Ra.isEmpty?(openBlock(),createElementBlock("div",{key:0,ref:"emptyBlock",style:normalizeStyle(Ra.emptyBlockStyle),class:normalizeClass(Ra.ns.e("empty-block"))},[createBaseVNode("span",{class:normalizeClass(Ra.ns.e("empty-text"))},[renderSlot(Ra.$slots,"empty",{},()=>[createTextVNode(toDisplayString(Ra.computedEmptyText),1)])],2)],6)):createCommentVNode("v-if",!0),Ra.$slots.append?(openBlock(),createElementBlock("div",{key:1,ref:"appendWrapper",class:normalizeClass(Ra.ns.e("append-wrapper"))},[renderSlot(Ra.$slots,"append")],2)):createCommentVNode("v-if",!0)]),_:3},8,["view-style","wrap-style","always"])],2),Ra.showSummary&&Ra.tableLayout==="fixed"?withDirectives((openBlock(),createElementBlock("div",{key:1,ref:"footerWrapper",class:normalizeClass(Ra.ns.e("footer-wrapper"))},[createBaseVNode("table",{class:normalizeClass(Ra.ns.e("footer")),cellspacing:"0",cellpadding:"0",border:"0",style:normalizeStyle(Ra.tableBodyStyles)},[createVNode(od,{columns:Ra.store.states.columns.value,"table-layout":Ra.tableLayout},null,8,["columns","table-layout"]),createVNode(cd,{border:Ra.border,"default-sort":Ra.defaultSort,store:Ra.store,"sum-text":Ra.computedSumText,"summary-method":Ra.summaryMethod},null,8,["border","default-sort","store","sum-text","summary-method"])],6)],2)),[[vShow,!Ra.isEmpty],[gd,Ra.handleHeaderFooterMousewheel]]):createCommentVNode("v-if",!0),Ra.border||Ra.isGroup?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(Ra.ns.e("border-left-patch"))},null,2)):createCommentVNode("v-if",!0)],6),withDirectives(createBaseVNode("div",{ref:"resizeProxy",class:normalizeClass(Ra.ns.e("column-resize-proxy"))},null,2),[[vShow,Ra.resizeProxyVisible]])],46,["data-prefix","onMouseleave"])}var Table=_export_sfc$1(_sfc_main$14,[["render",_sfc_render$3],["__file","table.vue"]]);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=Ra=>defaultClassNames[Ra]||"",cellForced={selection:{renderHeader({store:Ra,column:qa}){function Ja(){return Ra.states.data.value&&Ra.states.data.value.length===0}return h$2(ElCheckbox,{disabled:Ja(),size:Ra.states.tableSize.value,indeterminate:Ra.states.selection.value.length>0&&!Ra.states.isAllSelected.value,"onUpdate:modelValue":Ra.toggleAllSelection,modelValue:Ra.states.isAllSelected.value,ariaLabel:qa.label})},renderCell({row:Ra,column:qa,store:Ja,$index:ed}){return h$2(ElCheckbox,{disabled:qa.selectable?!qa.selectable.call(null,Ra,ed):!1,size:Ja.states.tableSize.value,onChange:()=>{Ja.commit("rowSelectedChanged",Ra)},onClick:td=>td.stopPropagation(),modelValue:Ja.isSelected(Ra),ariaLabel:qa.label})},sortable:!1,resizable:!1},index:{renderHeader({column:Ra}){return Ra.label||"#"},renderCell({column:Ra,$index:qa}){let Ja=qa+1;const ed=Ra.index;return typeof ed=="number"?Ja=qa+ed:typeof ed=="function"&&(Ja=ed(qa)),h$2("div",{},[Ja])},sortable:!1},expand:{renderHeader({column:Ra}){return Ra.label||""},renderCell({row:Ra,store:qa,expanded:Ja}){const{ns:ed}=qa,td=[ed.e("expand-icon")];return Ja&&td.push(ed.em("expand-icon","expanded")),h$2("div",{class:td,onClick:function(od){od.stopPropagation(),qa.toggleRowExpansion(Ra)}},{default:()=>[h$2(ElIcon,null,{default:()=>[h$2(arrow_right_default)]})]})},sortable:!1,resizable:!1}};function defaultRenderCell({row:Ra,column:qa,$index:Ja}){var ed;const td=qa.property,rd=td&&getProp(Ra,td).value;return qa&&qa.formatter?qa.formatter(Ra,qa,rd,Ja):((ed=rd==null?void 0:rd.toString)==null?void 0:ed.call(rd))||""}function treeCellPrefix({row:Ra,treeNode:qa,store:Ja},ed=!1){const{ns:td}=Ja;if(!qa)return ed?[h$2("span",{class:td.e("placeholder")})]:null;const rd=[],od=function(sd){sd.stopPropagation(),!qa.loading&&Ja.loadOrToggle(Ra)};if(qa.indent&&rd.push(h$2("span",{class:td.e("indent"),style:{"padding-left":`${qa.indent}px`}})),typeof qa.expanded=="boolean"&&!qa.noLazyChildren){const sd=[td.e("expand-icon"),qa.expanded?td.em("expand-icon","expanded"):""];let ld=arrow_right_default;qa.loading&&(ld=loading_default),rd.push(h$2("div",{class:sd,onClick:od},{default:()=>[h$2(ElIcon,{class:{[td.is("loading")]:qa.loading}},{default:()=>[h$2(ld)]})]}))}else rd.push(h$2("span",{class:td.e("placeholder")}));return rd}function getAllAliases(Ra,qa){return Ra.reduce((Ja,ed)=>(Ja[ed]=ed,Ja),qa)}function useWatcher(Ra,qa){const Ja=getCurrentInstance();return{registerComplexWatchers:()=>{const rd=["fixed"],od={realWidth:"width",realMinWidth:"minWidth"},sd=getAllAliases(rd,od);Object.keys(sd).forEach(ld=>{const cd=od[ld];hasOwn$1(qa,cd)&&watch(()=>qa[cd],ud=>{let gd=ud;cd==="width"&&ld==="realWidth"&&(gd=parseWidth(ud)),cd==="minWidth"&&ld==="realMinWidth"&&(gd=parseMinWidth(ud)),Ja.columnConfig.value[cd]=gd,Ja.columnConfig.value[ld]=gd;const _d=cd==="fixed";Ra.value.store.scheduleLayout(_d)})})},registerNormalWatchers:()=>{const rd=["label","filters","filterMultiple","filteredValue","sortable","index","formatter","className","labelClassName","filterClassName","showOverflowTooltip"],od={property:"prop",align:"realAlign",headerAlign:"realHeaderAlign"},sd=getAllAliases(rd,od);Object.keys(sd).forEach(ld=>{const cd=od[ld];hasOwn$1(qa,cd)&&watch(()=>qa[cd],ud=>{Ja.columnConfig.value[ld]=ud})})}}}function useRender(Ra,qa,Ja){const ed=getCurrentInstance(),td=ref$1(""),rd=ref$1(!1),od=ref$1(),sd=ref$1(),ld=useNamespace("table");watchEffect(()=>{od.value=Ra.align?`is-${Ra.align}`:null,od.value}),watchEffect(()=>{sd.value=Ra.headerAlign?`is-${Ra.headerAlign}`:od.value,sd.value});const cd=computed(()=>{let Id=ed.vnode.vParent||ed.parent;for(;Id&&!Id.tableId&&!Id.columnId;)Id=Id.vnode.vParent||Id.parent;return Id}),ud=computed(()=>{const{store:Id}=ed.parent;if(!Id)return!1;const{treeData:Rd}=Id.states,Md=Rd.value;return Md&&Object.keys(Md).length>0}),gd=ref$1(parseWidth(Ra.width)),_d=ref$1(parseMinWidth(Ra.minWidth)),yd=Id=>(gd.value&&(Id.width=gd.value),_d.value&&(Id.minWidth=_d.value),!gd.value&&_d.value&&(Id.width=void 0),Id.minWidth||(Id.minWidth=80),Id.realWidth=Number(Id.width===void 0?Id.minWidth:Id.width),Id),Ed=Id=>{const Rd=Id.type,Md=cellForced[Rd]||{};Object.keys(Md).forEach(jd=>{const Pd=Md[jd];jd!=="className"&&Pd!==void 0&&(Id[jd]=Pd)});const Ld=getDefaultClassName(Rd);if(Ld){const jd=`${unref(ld.namespace)}-${Ld}`;Id.className=Id.className?`${Id.className} ${jd}`:jd}return Id},Td=Id=>{Array.isArray(Id)?Id.forEach(Md=>Rd(Md)):Rd(Id);function Rd(Md){var Ld;((Ld=Md==null?void 0:Md.type)==null?void 0:Ld.name)==="ElTableColumn"&&(Md.vParent=ed)}};return{columnId:td,realAlign:od,isSubColumn:rd,realHeaderAlign:sd,columnOrTableParent:cd,setColumnWidth:yd,setColumnForcedProps:Ed,setColumnRenders:Id=>{Ra.renderHeader||Id.type!=="selection"&&(Id.renderHeader=Md=>(ed.columnConfig.value.label,renderSlot(qa,"header",Md,()=>[Id.label]))),qa["filter-icon"]&&(Id.renderFilterIcon=Md=>renderSlot(qa,"filter-icon",Md));let Rd=Id.renderCell;return Id.type==="expand"?(Id.renderCell=Md=>h$2("div",{class:"cell"},[Rd(Md)]),Ja.value.renderExpanded=Md=>qa.default?qa.default(Md):qa.default):(Rd=Rd||defaultRenderCell,Id.renderCell=Md=>{let Ld=null;if(qa.default){const qd=qa.default(Md);Ld=qd.some(Wd=>Wd.type!==Comment)?qd:Rd(Md)}else Ld=Rd(Md);const{columns:jd}=Ja.value.store.states,Pd=jd.value.findIndex(qd=>qd.type==="default"),Fd=ud.value&&Md.cellIndex===Pd,Ud=treeCellPrefix(Md,Fd),Vd={class:"cell",style:{}};return Id.showOverflowTooltip&&(Vd.class=`${Vd.class} ${unref(ld.namespace)}-tooltip`,Vd.style={width:`${(Md.column.realWidth||Number(Md.column.width))-1}px`}),Td(Ld),h$2("div",Vd,[Ud,Ld])}),Id},getPropsData:(...Id)=>Id.reduce((Rd,Md)=>(Array.isArray(Md)&&Md.forEach(Ld=>{Rd[Ld]=Ra[Ld]}),Rd),{}),getColumnElIndex:(Id,Rd)=>Array.prototype.indexOf.call(Id,Rd),updateColumnOrder:()=>{Ja.value.store.commit("updateColumnOrder",ed.columnConfig.value)}}}var defaultProps={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},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:Ra=>Ra.every(qa=>["ascending","descending",null].includes(qa))}};let columnIdSeed=1;var ElTableColumn$1=defineComponent({name:"ElTableColumn",components:{ElCheckbox},props:defaultProps,setup(Ra,{slots:qa}){const Ja=getCurrentInstance(),ed=ref$1({}),td=computed(()=>{let kd=Ja.parent;for(;kd&&!kd.tableId;)kd=kd.parent;return kd}),{registerNormalWatchers:rd,registerComplexWatchers:od}=useWatcher(td,Ra),{columnId:sd,isSubColumn:ld,realHeaderAlign:cd,columnOrTableParent:ud,setColumnWidth:gd,setColumnForcedProps:_d,setColumnRenders:yd,getPropsData:Ed,getColumnElIndex:Td,realAlign:Od,updateColumnOrder:Ad}=useRender(Ra,qa,td),Nd=ud.value;sd.value=`${Nd.tableId||Nd.columnId}_column_${columnIdSeed++}`,onBeforeMount(()=>{ld.value=td.value!==Nd;const kd=Ra.type||"default",Id=Ra.sortable===""?!0:Ra.sortable,Rd=isUndefined$1(Ra.showOverflowTooltip)?Nd.props.showOverflowTooltip:Ra.showOverflowTooltip,Md={...cellStarts[kd],id:sd.value,type:kd,property:Ra.prop||Ra.property,align:Od,headerAlign:cd,showOverflowTooltip:Rd,filterable:Ra.filters||Ra.filterMethod,filteredValue:[],filterPlacement:"",filterClassName:"",isColumnGroup:!1,isSubColumn:!1,filterOpened:!1,sortable:Id,index:Ra.index,rawColumnKey:Ja.vnode.key};let Ud=Ed(["columnKey","label","className","labelClassName","type","renderHeader","formatter","fixed","resizable"],["sortMethod","sortBy","sortOrders"],["selectable","reserveSelection"],["filterMethod","filters","filterMultiple","filterOpened","filteredValue","filterPlacement","filterClassName"]);Ud=mergeOptions$1(Md,Ud),Ud=compose$1(yd,gd,_d)(Ud),ed.value=Ud,rd(),od()}),onMounted(()=>{var kd;const Id=ud.value,Rd=ld.value?Id.vnode.el.children:(kd=Id.refs.hiddenColumns)==null?void 0:kd.children,Md=()=>Td(Rd||[],Ja.vnode.el);ed.value.getColumnIndex=Md,Md()>-1&&td.value.store.commit("insertColumn",ed.value,ld.value?Id.columnConfig.value:null,Ad)}),onBeforeUnmount(()=>{ed.value.getColumnIndex()>-1&&td.value.store.commit("removeColumn",ed.value,ld.value?Nd.columnConfig.value:null,Ad)}),Ja.columnId=sd.value,Ja.columnConfig=ed},render(){var Ra,qa,Ja;try{const ed=(qa=(Ra=this.$slots).default)==null?void 0:qa.call(Ra,{row:{},column:{},$index:-1}),td=[];if(Array.isArray(ed))for(const od of ed)((Ja=od.type)==null?void 0:Ja.name)==="ElTableColumn"||od.shapeFlag&2?td.push(od):od.type===Fragment&&Array.isArray(od.children)&&od.children.forEach(sd=>{(sd==null?void 0:sd.patchFlag)!==1024&&!isString$3(sd==null?void 0:sd.children)&&td.push(sd)});return h$2("div",td)}catch{return h$2("div",[])}}});const ElTable=withInstall(Table,{TableColumn:ElTableColumn$1}),ElTableColumn=withNoopInstall(ElTableColumn$1);var SortOrder=(Ra=>(Ra.ASC="asc",Ra.DESC="desc",Ra))(SortOrder||{}),Alignment=(Ra=>(Ra.CENTER="center",Ra.RIGHT="right",Ra))(Alignment||{}),FixedDir=(Ra=>(Ra.LEFT="left",Ra.RIGHT="right",Ra))(FixedDir||{});const oppositeOrderMap={asc:"desc",desc:"asc"},placeholderSign=Symbol("placeholder"),calcColumnStyle=(Ra,qa,Ja)=>{var ed;const td={flexGrow:0,flexShrink:0,...Ja?{}:{flexGrow:Ra.flexGrow||0,flexShrink:Ra.flexShrink||1}};Ja||(td.flexShrink=1);const rd={...(ed=Ra.style)!=null?ed:{},...td,flexBasis:"auto",width:Ra.width};return qa||(Ra.maxWidth&&(rd.maxWidth=Ra.maxWidth),Ra.minWidth&&(rd.minWidth=Ra.minWidth)),rd};function useColumns(Ra,qa,Ja){const ed=computed(()=>unref(qa).filter(Td=>!Td.hidden)),td=computed(()=>unref(ed).filter(Td=>Td.fixed==="left"||Td.fixed===!0)),rd=computed(()=>unref(ed).filter(Td=>Td.fixed==="right")),od=computed(()=>unref(ed).filter(Td=>!Td.fixed)),sd=computed(()=>{const Td=[];return unref(td).forEach(Od=>{Td.push({...Od,placeholderSign})}),unref(od).forEach(Od=>{Td.push(Od)}),unref(rd).forEach(Od=>{Td.push({...Od,placeholderSign})}),Td}),ld=computed(()=>unref(td).length||unref(rd).length),cd=computed(()=>unref(qa).reduce((Od,Ad)=>(Od[Ad.key]=calcColumnStyle(Ad,unref(Ja),Ra.fixed),Od),{})),ud=computed(()=>unref(ed).reduce((Td,Od)=>Td+Od.width,0)),gd=Td=>unref(qa).find(Od=>Od.key===Td),_d=Td=>unref(cd)[Td],yd=(Td,Od)=>{Td.width=Od};function Ed(Td){var Od;const{key:Ad}=Td.currentTarget.dataset;if(!Ad)return;const{sortState:Nd,sortBy:kd}=Ra;let Id=SortOrder.ASC;isObject$5(Nd)?Id=oppositeOrderMap[Nd[Ad]]:Id=oppositeOrderMap[kd.order],(Od=Ra.onColumnSort)==null||Od.call(Ra,{column:gd(Ad),key:Ad,order:Id})}return{columns:qa,columnsStyles:cd,columnsTotalWidth:ud,fixedColumnsOnLeft:td,fixedColumnsOnRight:rd,hasFixedColumns:ld,mainColumns:sd,normalColumns:od,visibleColumns:ed,getColumn:gd,getColumnStyle:_d,updateColumnWidth:yd,onColumnSorted:Ed}}const useScrollbar=(Ra,{mainTableRef:qa,leftTableRef:Ja,rightTableRef:ed,onMaybeEndReached:td})=>{const rd=ref$1({scrollLeft:0,scrollTop:0});function od(yd){var Ed,Td,Od;const{scrollTop:Ad}=yd;(Ed=qa.value)==null||Ed.scrollTo(yd),(Td=Ja.value)==null||Td.scrollToTop(Ad),(Od=ed.value)==null||Od.scrollToTop(Ad)}function sd(yd){rd.value=yd,od(yd)}function ld(yd){rd.value.scrollTop=yd,od(unref(rd))}function cd(yd){var Ed,Td;rd.value.scrollLeft=yd,(Td=(Ed=qa.value)==null?void 0:Ed.scrollTo)==null||Td.call(Ed,unref(rd))}function ud(yd){var Ed;sd(yd),(Ed=Ra.onScroll)==null||Ed.call(Ra,yd)}function gd({scrollTop:yd}){const{scrollTop:Ed}=unref(rd);yd!==Ed&&ld(yd)}function _d(yd,Ed="auto"){var Td;(Td=qa.value)==null||Td.scrollToRow(yd,Ed)}return watch(()=>unref(rd).scrollTop,(yd,Ed)=>{yd>Ed&&td()}),{scrollPos:rd,scrollTo:sd,scrollToLeft:cd,scrollToTop:ld,scrollToRow:_d,onScroll:ud,onVerticalScroll:gd}},useRow=(Ra,{mainTableRef:qa,leftTableRef:Ja,rightTableRef:ed,tableInstance:td,ns:rd,isScrolling:od})=>{const sd=getCurrentInstance(),{emit:ld}=sd,cd=shallowRef(!1),ud=ref$1(Ra.defaultExpandedRowKeys||[]),gd=ref$1(-1),_d=shallowRef(null),yd=ref$1({}),Ed=ref$1({}),Td=shallowRef({}),Od=shallowRef({}),Ad=shallowRef({}),Nd=computed(()=>isNumber$3(Ra.estimatedRowHeight));function kd(Fd){var Ud;(Ud=Ra.onRowsRendered)==null||Ud.call(Ra,Fd),Fd.rowCacheEnd>unref(gd)&&(gd.value=Fd.rowCacheEnd)}function Id({hovered:Fd,rowKey:Ud}){if(od.value)return;td.vnode.el.querySelectorAll(`[rowkey="${String(Ud)}"]`).forEach(Wd=>{Fd?Wd.classList.add(rd.is("hovered")):Wd.classList.remove(rd.is("hovered"))})}function Rd({expanded:Fd,rowData:Ud,rowIndex:Vd,rowKey:qd}){var Wd,zd;const Kd=[...unref(ud)],Qd=Kd.indexOf(qd);Fd?Qd===-1&&Kd.push(qd):Qd>-1&&Kd.splice(Qd,1),ud.value=Kd,ld("update:expandedRowKeys",Kd),(Wd=Ra.onRowExpand)==null||Wd.call(Ra,{expanded:Fd,rowData:Ud,rowIndex:Vd,rowKey:qd}),(zd=Ra.onExpandedRowsChange)==null||zd.call(Ra,Kd)}const Md=debounce(()=>{var Fd,Ud,Vd,qd;cd.value=!0,yd.value={...unref(yd),...unref(Ed)},Ld(unref(_d),!1),Ed.value={},_d.value=null,(Fd=qa.value)==null||Fd.forceUpdate(),(Ud=Ja.value)==null||Ud.forceUpdate(),(Vd=ed.value)==null||Vd.forceUpdate(),(qd=sd.proxy)==null||qd.$forceUpdate(),cd.value=!1},0);function Ld(Fd,Ud=!1){unref(Nd)&&[qa,Ja,ed].forEach(Vd=>{const qd=unref(Vd);qd&&qd.resetAfterRowIndex(Fd,Ud)})}function jd(Fd,Ud,Vd){const qd=unref(_d);(qd===null||qd>Vd)&&(_d.value=Vd),Ed.value[Fd]=Ud}function Pd({rowKey:Fd,height:Ud,rowIndex:Vd},qd){qd?qd===FixedDir.RIGHT?Ad.value[Fd]=Ud:Td.value[Fd]=Ud:Od.value[Fd]=Ud;const Wd=Math.max(...[Td,Ad,Od].map(zd=>zd.value[Fd]||0));unref(yd)[Fd]!==Wd&&(jd(Fd,Wd,Vd),Md())}return{expandedRowKeys:ud,lastRenderedRowIndex:gd,isDynamic:Nd,isResetting:cd,rowHeights:yd,resetAfterIndex:Ld,onRowExpanded:Rd,onRowHovered:Id,onRowsRendered:kd,onRowHeightChange:Pd}},useData=(Ra,{expandedRowKeys:qa,lastRenderedRowIndex:Ja,resetAfterIndex:ed})=>{const td=ref$1({}),rd=computed(()=>{const sd={},{data:ld,rowKey:cd}=Ra,ud=unref(qa);if(!ud||!ud.length)return ld;const gd=[],_d=new Set;ud.forEach(Ed=>_d.add(Ed));let yd=ld.slice();for(yd.forEach(Ed=>sd[Ed[cd]]=0);yd.length>0;){const Ed=yd.shift();gd.push(Ed),_d.has(Ed[cd])&&Array.isArray(Ed.children)&&Ed.children.length>0&&(yd=[...Ed.children,...yd],Ed.children.forEach(Td=>sd[Td[cd]]=sd[Ed[cd]]+1))}return td.value=sd,gd}),od=computed(()=>{const{data:sd,expandColumnKey:ld}=Ra;return ld?unref(rd):sd});return watch(od,(sd,ld)=>{sd!==ld&&(Ja.value=-1,ed(0,!0))}),{data:od,depthMap:td}},sumReducer=(Ra,qa)=>Ra+qa,sum$3=Ra=>isArray$2(Ra)?Ra.reduce(sumReducer,0):Ra,tryCall=(Ra,qa,Ja={})=>isFunction$4(Ra)?Ra(qa):Ra??Ja,enforceUnit=Ra=>(["width","maxWidth","minWidth","height"].forEach(qa=>{Ra[qa]=addUnit(Ra[qa])}),Ra),componentToSlot=Ra=>isVNode(Ra)?qa=>h$2(Ra,qa):Ra,useStyles=(Ra,{columnsTotalWidth:qa,data:Ja,fixedColumnsOnLeft:ed,fixedColumnsOnRight:td})=>{const rd=computed(()=>{const{fixed:kd,width:Id,vScrollbarSize:Rd}=Ra,Md=Id-Rd;return kd?Math.max(Math.round(unref(qa)),Md):Md}),od=computed(()=>unref(rd)+Ra.vScrollbarSize),sd=computed(()=>{const{height:kd=0,maxHeight:Id=0,footerHeight:Rd,hScrollbarSize:Md}=Ra;if(Id>0){const Ld=unref(Ed),jd=unref(ld),Fd=unref(yd)+Ld+jd+Md;return Math.min(Fd,Id-Rd)}return kd-Rd}),ld=computed(()=>{const{rowHeight:kd,estimatedRowHeight:Id}=Ra,Rd=unref(Ja);return isNumber$3(Id)?Rd.length*Id:Rd.length*kd}),cd=computed(()=>{const{maxHeight:kd}=Ra,Id=unref(sd);if(isNumber$3(kd)&&kd>0)return Id;const Rd=unref(ld)+unref(yd)+unref(Ed);return Math.min(Id,Rd)}),ud=kd=>kd.width,gd=computed(()=>sum$3(unref(ed).map(ud))),_d=computed(()=>sum$3(unref(td).map(ud))),yd=computed(()=>sum$3(Ra.headerHeight)),Ed=computed(()=>{var kd;return(((kd=Ra.fixedData)==null?void 0:kd.length)||0)*Ra.rowHeight}),Td=computed(()=>unref(sd)-unref(yd)-unref(Ed)),Od=computed(()=>{const{style:kd={},height:Id,width:Rd}=Ra;return enforceUnit({...kd,height:Id,width:Rd})}),Ad=computed(()=>enforceUnit({height:Ra.footerHeight})),Nd=computed(()=>({top:addUnit(unref(yd)),bottom:addUnit(Ra.footerHeight),width:addUnit(Ra.width)}));return{bodyWidth:rd,fixedTableHeight:cd,mainTableHeight:sd,leftTableWidth:gd,rightTableWidth:_d,headerWidth:od,rowsHeight:ld,windowHeight:Td,footerHeight:Ad,emptyStyle:Nd,rootStyle:Od,headerHeight:yd}},useAutoResize=Ra=>{const qa=ref$1(),Ja=ref$1(0),ed=ref$1(0);let td;return onMounted(()=>{td=useResizeObserver(qa,([rd])=>{const{width:od,height:sd}=rd.contentRect,{paddingLeft:ld,paddingRight:cd,paddingTop:ud,paddingBottom:gd}=getComputedStyle(rd.target),_d=Number.parseInt(ld)||0,yd=Number.parseInt(cd)||0,Ed=Number.parseInt(ud)||0,Td=Number.parseInt(gd)||0;Ja.value=od-_d-yd,ed.value=sd-Ed-Td}).stop}),onBeforeUnmount(()=>{td==null||td()}),watch([Ja,ed],([rd,od])=>{var sd;(sd=Ra.onResize)==null||sd.call(Ra,{width:rd,height:od})}),{sizer:qa,width:Ja,height:ed}};function useTable(Ra){const qa=ref$1(),Ja=ref$1(),ed=ref$1(),{columns:td,columnsStyles:rd,columnsTotalWidth:od,fixedColumnsOnLeft:sd,fixedColumnsOnRight:ld,hasFixedColumns:cd,mainColumns:ud,onColumnSorted:gd}=useColumns(Ra,toRef$1(Ra,"columns"),toRef$1(Ra,"fixed")),{scrollTo:_d,scrollToLeft:yd,scrollToTop:Ed,scrollToRow:Td,onScroll:Od,onVerticalScroll:Ad,scrollPos:Nd}=useScrollbar(Ra,{mainTableRef:qa,leftTableRef:Ja,rightTableRef:ed,onMaybeEndReached:xf}),kd=useNamespace("table-v2"),Id=getCurrentInstance(),Rd=shallowRef(!1),{expandedRowKeys:Md,lastRenderedRowIndex:Ld,isDynamic:jd,isResetting:Pd,rowHeights:Fd,resetAfterIndex:Ud,onRowExpanded:Vd,onRowHeightChange:qd,onRowHovered:Wd,onRowsRendered:zd}=useRow(Ra,{mainTableRef:qa,leftTableRef:Ja,rightTableRef:ed,tableInstance:Id,ns:kd,isScrolling:Rd}),{data:Kd,depthMap:Qd}=useData(Ra,{expandedRowKeys:Md,lastRenderedRowIndex:Ld,resetAfterIndex:Ud}),{bodyWidth:hf,fixedTableHeight:gf,mainTableHeight:bf,leftTableWidth:kf,rightTableWidth:Cf,headerWidth:Ef,rowsHeight:yf,windowHeight:Mf,footerHeight:Af,emptyStyle:Zd,rootStyle:mf,headerHeight:Pf}=useStyles(Ra,{columnsTotalWidth:od,data:Kd,fixedColumnsOnLeft:sd,fixedColumnsOnRight:ld}),Ff=ref$1(),Lf=computed(()=>{const Nf=unref(Kd).length===0;return isArray$2(Ra.fixedData)?Ra.fixedData.length===0&&Nf:Nf});function jf(Nf){const{estimatedRowHeight:Bf,rowHeight:Tf,rowKey:wf}=Ra;return Bf?unref(Fd)[unref(Kd)[Nf][wf]]||Bf:Tf}function xf(){const{onEndReached:Nf}=Ra;if(!Nf)return;const{scrollTop:Bf}=unref(Nd),Tf=unref(yf),wf=unref(Mf),Of=Tf-(Bf+wf)+Ra.hScrollbarSize;unref(Ld)>=0&&Tf===Bf+unref(bf)-unref(Pf)&&Nf(Of)}return watch(()=>Ra.expandedRowKeys,Nf=>Md.value=Nf,{deep:!0}),{columns:td,containerRef:Ff,mainTableRef:qa,leftTableRef:Ja,rightTableRef:ed,isDynamic:jd,isResetting:Pd,isScrolling:Rd,hasFixedColumns:cd,columnsStyles:rd,columnsTotalWidth:od,data:Kd,expandedRowKeys:Md,depthMap:Qd,fixedColumnsOnLeft:sd,fixedColumnsOnRight:ld,mainColumns:ud,bodyWidth:hf,emptyStyle:Zd,rootStyle:mf,headerWidth:Ef,footerHeight:Af,mainTableHeight:bf,fixedTableHeight:gf,leftTableWidth:kf,rightTableWidth:Cf,showEmpty:Lf,getRowHeight:jf,onColumnSorted:gd,onRowHovered:Wd,onRowExpanded:Vd,onRowsRendered:zd,onRowHeightChange:qd,scrollTo:_d,scrollToLeft:yd,scrollToTop:Ed,scrollToRow:Td,onScroll:Od,onVerticalScroll:Ad}}const TableV2InjectionKey=Symbol("tableV2"),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({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({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({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({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}),TableV2Cell=(Ra,{slots:qa})=>{var Ja;const{cellData:ed,style:td}=Ra,rd=((Ja=ed==null?void 0:ed.toString)==null?void 0:Ja.call(ed))||"",od=renderSlot(qa,"default",Ra,()=>[rd]);return createVNode("div",{class:Ra.class,title:rd,style:td},[od])};TableV2Cell.displayName="ElTableV2Cell";TableV2Cell.inheritAttrs=!1;const HeaderCell=(Ra,{slots:qa})=>renderSlot(qa,"default",Ra,()=>{var Ja,ed;return[createVNode("div",{class:Ra.class,title:(Ja=Ra.column)==null?void 0:Ja.title},[(ed=Ra.column)==null?void 0:ed.title])]});HeaderCell.displayName="ElTableV2HeaderCell";HeaderCell.inheritAttrs=!1;const tableV2HeaderRowProps=buildProps({class:String,columns,columnsStyles:{type:definePropType(Object),required:!0},headerIndex:Number,style:{type:definePropType(Object)}}),TableV2HeaderRow=defineComponent({name:"ElTableV2HeaderRow",props:tableV2HeaderRowProps,setup(Ra,{slots:qa}){return()=>{const{columns:Ja,columnsStyles:ed,headerIndex:td,style:rd}=Ra;let od=Ja.map((sd,ld)=>qa.cell({columns:Ja,column:sd,columnIndex:ld,headerIndex:td,style:ed[sd.key]}));return qa.header&&(od=qa.header({cells:od.map(sd=>isArray$2(sd)&&sd.length===1?sd[0]:sd),columns:Ja,headerIndex:td})),createVNode("div",{class:Ra.class,style:rd,role:"row"},[od])}}}),COMPONENT_NAME$7="ElTableV2Header",TableV2Header=defineComponent({name:COMPONENT_NAME$7,props:tableV2HeaderProps,setup(Ra,{slots:qa,expose:Ja}){const ed=useNamespace("table-v2"),td=ref$1(),rd=computed(()=>enforceUnit({width:Ra.width,height:Ra.height})),od=computed(()=>enforceUnit({width:Ra.rowWidth,height:Ra.height})),sd=computed(()=>castArray$1(unref(Ra.headerHeight))),ld=gd=>{const _d=unref(td);nextTick$1(()=>{_d!=null&&_d.scroll&&_d.scroll({left:gd})})},cd=()=>{const gd=ed.e("fixed-header-row"),{columns:_d,fixedHeaderData:yd,rowHeight:Ed}=Ra;return yd==null?void 0:yd.map((Td,Od)=>{var Ad;const Nd=enforceUnit({height:Ed,width:"100%"});return(Ad=qa.fixed)==null?void 0:Ad.call(qa,{class:gd,columns:_d,rowData:Td,rowIndex:-(Od+1),style:Nd})})},ud=()=>{const gd=ed.e("dynamic-header-row"),{columns:_d}=Ra;return unref(sd).map((yd,Ed)=>{var Td;const Od=enforceUnit({width:"100%",height:yd});return(Td=qa.dynamic)==null?void 0:Td.call(qa,{class:gd,columns:_d,headerIndex:Ed,style:Od})})};return Ja({scrollToLeft:ld}),()=>{if(!(Ra.height<=0))return createVNode("div",{ref:td,class:Ra.class,style:unref(rd),role:"rowgroup"},[createVNode("div",{style:unref(od),class:ed.e("header")},[ud(),cd()])])}}}),useTableRow=Ra=>{const{isScrolling:qa}=inject(TableV2InjectionKey),Ja=ref$1(!1),ed=ref$1(),td=computed(()=>isNumber$3(Ra.estimatedRowHeight)&&Ra.rowIndex>=0),rd=(ld=!1)=>{const cd=unref(ed);if(!cd)return;const{columns:ud,onRowHeightChange:gd,rowKey:_d,rowIndex:yd,style:Ed}=Ra,{height:Td}=cd.getBoundingClientRect();Ja.value=!0,nextTick$1(()=>{if(ld||Td!==Number.parseInt(Ed.height)){const Od=ud[0],Ad=(Od==null?void 0:Od.placeholderSign)===placeholderSign;gd==null||gd({rowKey:_d,height:Td,rowIndex:yd},Od&&!Ad&&Od.fixed)}})},od=computed(()=>{const{rowData:ld,rowIndex:cd,rowKey:ud,onRowHover:gd}=Ra,_d=Ra.rowEventHandlers||{},yd={};return Object.entries(_d).forEach(([Ed,Td])=>{isFunction$4(Td)&&(yd[Ed]=Od=>{Td({event:Od,rowData:ld,rowIndex:cd,rowKey:ud})})}),gd&&[{name:"onMouseleave",hovered:!1},{name:"onMouseenter",hovered:!0}].forEach(({name:Ed,hovered:Td})=>{const Od=yd[Ed];yd[Ed]=Ad=>{gd({event:Ad,hovered:Td,rowData:ld,rowIndex:cd,rowKey:ud}),Od==null||Od(Ad)}}),yd}),sd=ld=>{const{onRowExpand:cd,rowData:ud,rowIndex:gd,rowKey:_d}=Ra;cd==null||cd({expanded:ld,rowData:ud,rowIndex:gd,rowKey:_d})};return onMounted(()=>{unref(td)&&rd(!0)}),{isScrolling:qa,measurable:td,measured:Ja,rowRef:ed,eventHandlers:od,onExpand:sd}},COMPONENT_NAME$6="ElTableV2TableRow",TableV2Row=defineComponent({name:COMPONENT_NAME$6,props:tableV2RowProps,setup(Ra,{expose:qa,slots:Ja,attrs:ed}){const{eventHandlers:td,isScrolling:rd,measurable:od,measured:sd,rowRef:ld,onExpand:cd}=useTableRow(Ra);return qa({onExpand:cd}),()=>{const{columns:ud,columnsStyles:gd,expandColumnKey:_d,depth:yd,rowData:Ed,rowIndex:Td,style:Od}=Ra;let Ad=ud.map((Nd,kd)=>{const Id=isArray$2(Ed.children)&&Ed.children.length>0&&Nd.key===_d;return Ja.cell({column:Nd,columns:ud,columnIndex:kd,depth:yd,style:gd[Nd.key],rowData:Ed,rowIndex:Td,isScrolling:unref(rd),expandIconProps:Id?{rowData:Ed,rowIndex:Td,onExpand:cd}:void 0})});if(Ja.row&&(Ad=Ja.row({cells:Ad.map(Nd=>isArray$2(Nd)&&Nd.length===1?Nd[0]:Nd),style:Od,columns:ud,depth:yd,rowData:Ed,rowIndex:Td,isScrolling:unref(rd)})),unref(od)){const{height:Nd,...kd}=Od||{},Id=unref(sd);return createVNode("div",mergeProps({ref:ld,class:Ra.class,style:Id?Od:kd,role:"row"},ed,unref(td)),[Ad])}return createVNode("div",mergeProps(ed,{ref:ld,class:Ra.class,style:Od,role:"row"},unref(td)),[Ad])}}}),SortIcon=Ra=>{const{sortOrder:qa}=Ra;return createVNode(ElIcon,{size:14,class:Ra.class},{default:()=>[qa===SortOrder.ASC?createVNode(sort_up_default,null,null):createVNode(sort_down_default,null,null)]})},ExpandIcon=Ra=>{const{expanded:qa,expandable:Ja,onExpand:ed,style:td,size:rd}=Ra,od={onClick:Ja?()=>ed(!qa):void 0,class:Ra.class};return createVNode(ElIcon,mergeProps(od,{size:rd,style:td}),{default:()=>[createVNode(arrow_right_default,null,null)]})},COMPONENT_NAME$5="ElTableV2Grid",useTableGrid=Ra=>{const qa=ref$1(),Ja=ref$1(),ed=computed(()=>{const{data:Td,rowHeight:Od,estimatedRowHeight:Ad}=Ra;if(!Ad)return Td.length*Od}),td=computed(()=>{const{fixedData:Td,rowHeight:Od}=Ra;return((Td==null?void 0:Td.length)||0)*Od}),rd=computed(()=>sum$3(Ra.headerHeight)),od=computed(()=>{const{height:Td}=Ra;return Math.max(0,Td-unref(rd)-unref(td))}),sd=computed(()=>unref(rd)+unref(td)>0),ld=({data:Td,rowIndex:Od})=>Td[Od][Ra.rowKey];function cd({rowCacheStart:Td,rowCacheEnd:Od,rowVisibleStart:Ad,rowVisibleEnd:Nd}){var kd;(kd=Ra.onRowsRendered)==null||kd.call(Ra,{rowCacheStart:Td,rowCacheEnd:Od,rowVisibleStart:Ad,rowVisibleEnd:Nd})}function ud(Td,Od){var Ad;(Ad=Ja.value)==null||Ad.resetAfterRowIndex(Td,Od)}function gd(Td,Od){const Ad=unref(qa),Nd=unref(Ja);isObject$5(Td)?(Ad==null||Ad.scrollToLeft(Td.scrollLeft),Nd==null||Nd.scrollTo(Td)):(Ad==null||Ad.scrollToLeft(Td),Nd==null||Nd.scrollTo({scrollLeft:Td,scrollTop:Od}))}function _d(Td){var Od;(Od=unref(Ja))==null||Od.scrollTo({scrollTop:Td})}function yd(Td,Od){var Ad;(Ad=unref(Ja))==null||Ad.scrollToItem(Td,1,Od)}function Ed(){var Td,Od;(Td=unref(Ja))==null||Td.$forceUpdate(),(Od=unref(qa))==null||Od.$forceUpdate()}return{bodyRef:Ja,forceUpdate:Ed,fixedRowHeight:td,gridHeight:od,hasHeader:sd,headerHeight:rd,headerRef:qa,totalHeight:ed,itemKey:ld,onItemRendered:cd,resetAfterRowIndex:ud,scrollTo:gd,scrollToTop:_d,scrollToRow:yd}},TableGrid=defineComponent({name:COMPONENT_NAME$5,props:tableV2GridProps,setup(Ra,{slots:qa,expose:Ja}){const{ns:ed}=inject(TableV2InjectionKey),{bodyRef:td,fixedRowHeight:rd,gridHeight:od,hasHeader:sd,headerRef:ld,headerHeight:cd,totalHeight:ud,forceUpdate:gd,itemKey:_d,onItemRendered:yd,resetAfterRowIndex:Ed,scrollTo:Td,scrollToTop:Od,scrollToRow:Ad}=useTableGrid(Ra);Ja({forceUpdate:gd,totalHeight:ud,scrollTo:Td,scrollToTop:Od,scrollToRow:Ad,resetAfterRowIndex:Ed});const Nd=()=>Ra.bodyWidth;return()=>{const{cache:kd,columns:Id,data:Rd,fixedData:Md,useIsScrolling:Ld,scrollbarAlwaysOn:jd,scrollbarEndGap:Pd,scrollbarStartGap:Fd,style:Ud,rowHeight:Vd,bodyWidth:qd,estimatedRowHeight:Wd,headerWidth:zd,height:Kd,width:Qd,getRowHeight:hf,onScroll:gf}=Ra,bf=isNumber$3(Wd),kf=bf?DynamicSizeGrid:FixedSizeGrid,Cf=unref(cd);return createVNode("div",{role:"table",class:[ed.e("table"),Ra.class],style:Ud},[createVNode(kf,{ref:td,data:Rd,useIsScrolling:Ld,itemKey:_d,columnCache:0,columnWidth:bf?Nd:qd,totalColumn:1,totalRow:Rd.length,rowCache:kd,rowHeight:bf?hf:Vd,width:Qd,height:unref(od),class:ed.e("body"),role:"rowgroup",scrollbarStartGap:Fd,scrollbarEndGap:Pd,scrollbarAlwaysOn:jd,onScroll:gf,onItemRendered:yd,perfMode:!1},{default:Ef=>{var yf;const Mf=Rd[Ef.rowIndex];return(yf=qa.row)==null?void 0:yf.call(qa,{...Ef,columns:Id,rowData:Mf})}}),unref(sd)&&createVNode(TableV2Header,{ref:ld,class:ed.e("header-wrapper"),columns:Id,headerData:Rd,headerHeight:Ra.headerHeight,fixedHeaderData:Md,rowWidth:zd,rowHeight:Vd,width:Qd,height:Math.min(Cf+unref(rd),Kd)},{dynamic:qa.header,fixed:qa.row})])}}});function _isSlot$5(Ra){return typeof Ra=="function"||Object.prototype.toString.call(Ra)==="[object Object]"&&!isVNode(Ra)}const MainTable=(Ra,{slots:qa})=>{const{mainTableRef:Ja,...ed}=Ra;return createVNode(TableGrid,mergeProps({ref:Ja},ed),_isSlot$5(qa)?qa:{default:()=>[qa]})};function _isSlot$4(Ra){return typeof Ra=="function"||Object.prototype.toString.call(Ra)==="[object Object]"&&!isVNode(Ra)}const LeftTable$1=(Ra,{slots:qa})=>{if(!Ra.columns.length)return;const{leftTableRef:Ja,...ed}=Ra;return createVNode(TableGrid,mergeProps({ref:Ja},ed),_isSlot$4(qa)?qa:{default:()=>[qa]})};function _isSlot$3(Ra){return typeof Ra=="function"||Object.prototype.toString.call(Ra)==="[object Object]"&&!isVNode(Ra)}const LeftTable=(Ra,{slots:qa})=>{if(!Ra.columns.length)return;const{rightTableRef:Ja,...ed}=Ra;return createVNode(TableGrid,mergeProps({ref:Ja},ed),_isSlot$3(qa)?qa:{default:()=>[qa]})};function _isSlot$2(Ra){return typeof Ra=="function"||Object.prototype.toString.call(Ra)==="[object Object]"&&!isVNode(Ra)}const RowRenderer=(Ra,{slots:qa})=>{const{columns:Ja,columnsStyles:ed,depthMap:td,expandColumnKey:rd,expandedRowKeys:od,estimatedRowHeight:sd,hasFixedColumns:ld,rowData:cd,rowIndex:ud,style:gd,isScrolling:_d,rowProps:yd,rowClass:Ed,rowKey:Td,rowEventHandlers:Od,ns:Ad,onRowHovered:Nd,onRowExpanded:kd}=Ra,Id=tryCall(Ed,{columns:Ja,rowData:cd,rowIndex:ud},""),Rd=tryCall(yd,{columns:Ja,rowData:cd,rowIndex:ud}),Md=cd[Td],Ld=td[Md]||0,jd=!!rd,Pd=ud<0,Fd=[Ad.e("row"),Id,{[Ad.e(`row-depth-${Ld}`)]:jd&&ud>=0,[Ad.is("expanded")]:jd&&od.includes(Md),[Ad.is("fixed")]:!Ld&&Pd,[Ad.is("customized")]:!!qa.row}],Ud=ld?Nd:void 0,Vd={...Rd,columns:Ja,columnsStyles:ed,class:Fd,depth:Ld,expandColumnKey:rd,estimatedRowHeight:Pd?void 0:sd,isScrolling:_d,rowIndex:ud,rowData:cd,rowKey:Md,rowEventHandlers:Od,style:gd};return createVNode(TableV2Row,mergeProps(Vd,{onRowExpand:kd,onMouseenter:zd=>{Ud==null||Ud({hovered:!0,rowKey:Md,event:zd,rowData:cd,rowIndex:ud})},onMouseleave:zd=>{Ud==null||Ud({hovered:!1,rowKey:Md,event:zd,rowData:cd,rowIndex:ud})},rowkey:Md}),_isSlot$2(qa)?qa:{default:()=>[qa]})},CellRenderer=({columns:Ra,column:qa,columnIndex:Ja,depth:ed,expandIconProps:td,isScrolling:rd,rowData:od,rowIndex:sd,style:ld,expandedRowKeys:cd,ns:ud,cellProps:gd,expandColumnKey:_d,indentSize:yd,iconSize:Ed,rowKey:Td},{slots:Od})=>{const Ad=enforceUnit(ld);if(qa.placeholderSign===placeholderSign)return createVNode("div",{class:ud.em("row-cell","placeholder"),style:Ad},null);const{cellRenderer:Nd,dataKey:kd,dataGetter:Id}=qa,Rd=isFunction$4(Id)?Id({columns:Ra,column:qa,columnIndex:Ja,rowData:od,rowIndex:sd}):get$2(od,kd??""),Md=tryCall(gd,{cellData:Rd,columns:Ra,column:qa,columnIndex:Ja,rowIndex:sd,rowData:od}),Ld={class:ud.e("cell-text"),columns:Ra,column:qa,columnIndex:Ja,cellData:Rd,isScrolling:rd,rowData:od,rowIndex:sd},jd=componentToSlot(Nd),Pd=jd?jd(Ld):renderSlot(Od,"default",Ld,()=>[createVNode(TableV2Cell,Ld,null)]),Fd=[ud.e("row-cell"),qa.class,qa.align===Alignment.CENTER&&ud.is("align-center"),qa.align===Alignment.RIGHT&&ud.is("align-right")],Ud=sd>=0&&_d&&qa.key===_d,Vd=sd>=0&&cd.includes(od[Td]);let qd;const Wd=`margin-inline-start: ${ed*yd}px;`;return Ud&&(isObject$5(td)?qd=createVNode(ExpandIcon,mergeProps(td,{class:[ud.e("expand-icon"),ud.is("expanded",Vd)],size:Ed,expanded:Vd,style:Wd,expandable:!0}),null):qd=createVNode("div",{style:[Wd,`width: ${Ed}px; height: ${Ed}px;`].join(" ")},null)),createVNode("div",mergeProps({class:Fd,style:Ad},Md,{role:"cell"}),[qd,Pd])};CellRenderer.inheritAttrs=!1;function _isSlot$1(Ra){return typeof Ra=="function"||Object.prototype.toString.call(Ra)==="[object Object]"&&!isVNode(Ra)}const HeaderRenderer=({columns:Ra,columnsStyles:qa,headerIndex:Ja,style:ed,headerClass:td,headerProps:rd,ns:od},{slots:sd})=>{const ld={columns:Ra,headerIndex:Ja},cd=[od.e("header-row"),tryCall(td,ld,""),{[od.is("customized")]:!!sd.header}],ud={...tryCall(rd,ld),columnsStyles:qa,class:cd,columns:Ra,headerIndex:Ja,style:ed};return createVNode(TableV2HeaderRow,ud,_isSlot$1(sd)?sd:{default:()=>[sd]})},HeaderCellRenderer=(Ra,{slots:qa})=>{const{column:Ja,ns:ed,style:td,onColumnSorted:rd}=Ra,od=enforceUnit(td);if(Ja.placeholderSign===placeholderSign)return createVNode("div",{class:ed.em("header-row-cell","placeholder"),style:od},null);const{headerCellRenderer:sd,headerClass:ld,sortable:cd}=Ja,ud={...Ra,class:ed.e("header-cell-text")},gd=componentToSlot(sd),_d=gd?gd(ud):renderSlot(qa,"default",ud,()=>[createVNode(HeaderCell,ud,null)]),{sortBy:yd,sortState:Ed,headerCellProps:Td}=Ra;let Od,Ad;if(Ed){const Id=Ed[Ja.key];Od=!!oppositeOrderMap[Id],Ad=Od?Id:SortOrder.ASC}else Od=Ja.key===yd.key,Ad=Od?yd.order:SortOrder.ASC;const Nd=[ed.e("header-cell"),tryCall(ld,Ra,""),Ja.align===Alignment.CENTER&&ed.is("align-center"),Ja.align===Alignment.RIGHT&&ed.is("align-right"),cd&&ed.is("sortable")],kd={...tryCall(Td,Ra),onClick:Ja.sortable?rd:void 0,class:Nd,style:od,"data-key":Ja.key};return createVNode("div",mergeProps(kd,{role:"columnheader"}),[_d,cd&&createVNode(SortIcon,{class:[ed.e("sort-icon"),Od&&ed.is("sorting")],sortOrder:Ad},null)])},Footer$1=(Ra,{slots:qa})=>{var Ja;return createVNode("div",{class:Ra.class,style:Ra.style},[(Ja=qa.default)==null?void 0:Ja.call(qa)])};Footer$1.displayName="ElTableV2Footer";const Footer=(Ra,{slots:qa})=>{const Ja=renderSlot(qa,"default",{},()=>[createVNode(ElEmpty,null,null)]);return createVNode("div",{class:Ra.class,style:Ra.style},[Ja])};Footer.displayName="ElTableV2Empty";const Overlay=(Ra,{slots:qa})=>{var Ja;return createVNode("div",{class:Ra.class,style:Ra.style},[(Ja=qa.default)==null?void 0:Ja.call(qa)])};Overlay.displayName="ElTableV2Overlay";function _isSlot(Ra){return typeof Ra=="function"||Object.prototype.toString.call(Ra)==="[object Object]"&&!isVNode(Ra)}const COMPONENT_NAME$4="ElTableV2",TableV2=defineComponent({name:COMPONENT_NAME$4,props:tableV2Props,setup(Ra,{slots:qa,expose:Ja}){const ed=useNamespace("table-v2"),{columnsStyles:td,fixedColumnsOnLeft:rd,fixedColumnsOnRight:od,mainColumns:sd,mainTableHeight:ld,fixedTableHeight:cd,leftTableWidth:ud,rightTableWidth:gd,data:_d,depthMap:yd,expandedRowKeys:Ed,hasFixedColumns:Td,mainTableRef:Od,leftTableRef:Ad,rightTableRef:Nd,isDynamic:kd,isResetting:Id,isScrolling:Rd,bodyWidth:Md,emptyStyle:Ld,rootStyle:jd,headerWidth:Pd,footerHeight:Fd,showEmpty:Ud,scrollTo:Vd,scrollToLeft:qd,scrollToTop:Wd,scrollToRow:zd,getRowHeight:Kd,onColumnSorted:Qd,onRowHeightChange:hf,onRowHovered:gf,onRowExpanded:bf,onRowsRendered:kf,onScroll:Cf,onVerticalScroll:Ef}=useTable(Ra);return Ja({scrollTo:Vd,scrollToLeft:qd,scrollToTop:Wd,scrollToRow:zd}),provide(TableV2InjectionKey,{ns:ed,isResetting:Id,isScrolling:Rd}),()=>{const{cache:yf,cellProps:Mf,estimatedRowHeight:Af,expandColumnKey:Zd,fixedData:mf,headerHeight:Pf,headerClass:Ff,headerProps:Lf,headerCellProps:jf,sortBy:xf,sortState:Nf,rowHeight:Bf,rowClass:Tf,rowEventHandlers:wf,rowKey:Of,rowProps:$f,scrollbarAlwaysOn:Wf,indentSize:Kf,iconSize:Df,useIsScrolling:qf,vScrollbarSize:Xf,width:hh}=Ra,Mh=unref(_d),wh={cache:yf,class:ed.e("main"),columns:unref(sd),data:Mh,fixedData:mf,estimatedRowHeight:Af,bodyWidth:unref(Md)+Xf,headerHeight:Pf,headerWidth:unref(Pd),height:unref(ld),mainTableRef:Od,rowKey:Of,rowHeight:Bf,scrollbarAlwaysOn:Wf,scrollbarStartGap:2,scrollbarEndGap:Xf,useIsScrolling:qf,width:hh,getRowHeight:Kd,onRowsRendered:kf,onScroll:Cf},Bh=unref(ud),Uh=unref(cd),oh={cache:yf,class:ed.e("left"),columns:unref(rd),data:Mh,estimatedRowHeight:Af,leftTableRef:Ad,rowHeight:Bf,bodyWidth:Bh,headerWidth:Bh,headerHeight:Pf,height:Uh,rowKey:Of,scrollbarAlwaysOn:Wf,scrollbarStartGap:2,scrollbarEndGap:Xf,useIsScrolling:qf,width:Bh,getRowHeight:Kd,onScroll:Ef},Rf=unref(gd)+Xf,Zf={cache:yf,class:ed.e("right"),columns:unref(od),data:Mh,estimatedRowHeight:Af,rightTableRef:Nd,rowHeight:Bf,bodyWidth:Rf,headerWidth:Rf,headerHeight:Pf,height:Uh,rowKey:Of,scrollbarAlwaysOn:Wf,scrollbarStartGap:2,scrollbarEndGap:Xf,width:Rf,style:`--${unref(ed.namespace)}-table-scrollbar-size: ${Xf}px`,useIsScrolling:qf,getRowHeight:Kd,onScroll:Ef},Jf=unref(td),Th={ns:ed,depthMap:unref(yd),columnsStyles:Jf,expandColumnKey:Zd,expandedRowKeys:unref(Ed),estimatedRowHeight:Af,hasFixedColumns:unref(Td),rowProps:$f,rowClass:Tf,rowKey:Of,rowEventHandlers:wf,onRowHovered:gf,onRowExpanded:bf,onRowHeightChange:hf},Ah={cellProps:Mf,expandColumnKey:Zd,indentSize:Kf,iconSize:Df,rowKey:Of,expandedRowKeys:unref(Ed),ns:ed},Gh={ns:ed,headerClass:Ff,headerProps:Lf,columnsStyles:Jf},sm={ns:ed,sortBy:xf,sortState:Nf,headerCellProps:jf,onColumnSorted:Qd},kh={row:cm=>createVNode(RowRenderer,mergeProps(cm,Th),{row:qa.row,cell:Tm=>{let Fm;return qa.cell?createVNode(CellRenderer,mergeProps(Tm,Ah,{style:Jf[Tm.column.key]}),_isSlot(Fm=qa.cell(Tm))?Fm:{default:()=>[Fm]}):createVNode(CellRenderer,mergeProps(Tm,Ah,{style:Jf[Tm.column.key]}),null)}}),header:cm=>createVNode(HeaderRenderer,mergeProps(cm,Gh),{header:qa.header,cell:Tm=>{let Fm;return qa["header-cell"]?createVNode(HeaderCellRenderer,mergeProps(Tm,sm,{style:Jf[Tm.column.key]}),_isSlot(Fm=qa["header-cell"](Tm))?Fm:{default:()=>[Fm]}):createVNode(HeaderCellRenderer,mergeProps(Tm,sm,{style:Jf[Tm.column.key]}),null)}})},Rh=[Ra.class,ed.b(),ed.e("root"),{[ed.is("dynamic")]:unref(kd)}],jh={class:ed.e("footer"),style:unref(Fd)};return createVNode("div",{class:Rh,style:unref(jd)},[createVNode(MainTable,wh,_isSlot(kh)?kh:{default:()=>[kh]}),createVNode(LeftTable$1,oh,_isSlot(kh)?kh:{default:()=>[kh]}),createVNode(LeftTable,Zf,_isSlot(kh)?kh:{default:()=>[kh]}),qa.footer&&createVNode(Footer$1,jh,{default:qa.footer}),unref(Ud)&&createVNode(Footer,{class:ed.e("empty"),style:unref(Ld)},{default:qa.empty}),qa.overlay&&createVNode(Overlay,{class:ed.e("overlay")},{default:qa.overlay})])}}}),autoResizerProps=buildProps({disableWidth:Boolean,disableHeight:Boolean,onResize:{type:definePropType(Function)}}),AutoResizer=defineComponent({name:"ElAutoResizer",props:autoResizerProps,setup(Ra,{slots:qa}){const Ja=useNamespace("auto-resizer"),{height:ed,width:td,sizer:rd}=useAutoResize(Ra),od={width:"100%",height:"100%"};return()=>{var sd;return createVNode("div",{ref:rd,class:Ja.b(),style:od},[(sd=qa.default)==null?void 0:sd.call(qa,{height:ed.value,width:td.value})])}}}),ElTableV2=withInstall(TableV2),ElAutoResizer=withInstall(AutoResizer),tabsRootContextKey=Symbol("tabsRootContextKey"),tabBarProps=buildProps({tabs:{type:definePropType(Array),default:()=>mutable([])}}),COMPONENT_NAME$3="ElTabBar",__default__$u=defineComponent({name:COMPONENT_NAME$3}),_sfc_main$13=defineComponent({...__default__$u,props:tabBarProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=getCurrentInstance(),td=inject(tabsRootContextKey);td||throwError$1(COMPONENT_NAME$3,"<el-tabs><el-tab-bar /></el-tabs>");const rd=useNamespace("tabs"),od=ref$1(),sd=ref$1(),ld=()=>{let ud=0,gd=0;const _d=["top","bottom"].includes(td.props.tabPosition)?"width":"height",yd=_d==="width"?"x":"y",Ed=yd==="x"?"left":"top";return Ja.tabs.every(Td=>{var Od,Ad;const Nd=(Ad=(Od=ed.parent)==null?void 0:Od.refs)==null?void 0:Ad[`tab-${Td.uid}`];if(!Nd)return!1;if(!Td.active)return!0;ud=Nd[`offset${capitalize(Ed)}`],gd=Nd[`client${capitalize(_d)}`];const kd=window.getComputedStyle(Nd);return _d==="width"&&(gd-=Number.parseFloat(kd.paddingLeft)+Number.parseFloat(kd.paddingRight),ud+=Number.parseFloat(kd.paddingLeft)),!1}),{[_d]:`${gd}px`,transform:`translate${capitalize(yd)}(${ud}px)`}},cd=()=>sd.value=ld();return watch(()=>Ja.tabs,async()=>{await nextTick$1(),cd()},{immediate:!0}),useResizeObserver(od,()=>cd()),qa({ref:od,update:cd}),(ud,gd)=>(openBlock(),createElementBlock("div",{ref_key:"barRef",ref:od,class:normalizeClass([unref(rd).e("active-bar"),unref(rd).is(unref(td).props.tabPosition)]),style:normalizeStyle(sd.value)},null,6))}});var TabBar=_export_sfc$1(_sfc_main$13,[["__file","tab-bar.vue"]]);const tabNavProps=buildProps({panes:{type:definePropType(Array),default:()=>mutable([])},currentName:{type:[String,Number],default:""},editable:Boolean,type:{type:String,values:["card","border-card",""],default:""},stretch:Boolean}),tabNavEmits={tabClick:(Ra,qa,Ja)=>Ja instanceof Event,tabRemove:(Ra,qa)=>qa instanceof Event},COMPONENT_NAME$2="ElTabNav",TabNav=defineComponent({name:COMPONENT_NAME$2,props:tabNavProps,emits:tabNavEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=inject(tabsRootContextKey);ed||throwError$1(COMPONENT_NAME$2,"<el-tabs><tab-nav /></el-tabs>");const td=useNamespace("tabs"),rd=useDocumentVisibility(),od=useWindowFocus(),sd=ref$1(),ld=ref$1(),cd=ref$1(),ud=ref$1(),gd=ref$1(!1),_d=ref$1(0),yd=ref$1(!1),Ed=ref$1(!0),Td=computed(()=>["top","bottom"].includes(ed.props.tabPosition)?"width":"height"),Od=computed(()=>({transform:`translate${Td.value==="width"?"X":"Y"}(-${_d.value}px)`})),Ad=()=>{if(!sd.value)return;const jd=sd.value[`offset${capitalize(Td.value)}`],Pd=_d.value;if(!Pd)return;const Fd=Pd>jd?Pd-jd:0;_d.value=Fd},Nd=()=>{if(!sd.value||!ld.value)return;const jd=ld.value[`offset${capitalize(Td.value)}`],Pd=sd.value[`offset${capitalize(Td.value)}`],Fd=_d.value;if(jd-Fd<=Pd)return;const Ud=jd-Fd>Pd*2?Fd+Pd:jd-Pd;_d.value=Ud},kd=async()=>{const jd=ld.value;if(!gd.value||!cd.value||!sd.value||!jd)return;await nextTick$1();const Pd=cd.value.querySelector(".is-active");if(!Pd)return;const Fd=sd.value,Ud=["top","bottom"].includes(ed.props.tabPosition),Vd=Pd.getBoundingClientRect(),qd=Fd.getBoundingClientRect(),Wd=Ud?jd.offsetWidth-qd.width:jd.offsetHeight-qd.height,zd=_d.value;let Kd=zd;Ud?(Vd.left<qd.left&&(Kd=zd-(qd.left-Vd.left)),Vd.right>qd.right&&(Kd=zd+Vd.right-qd.right)):(Vd.top<qd.top&&(Kd=zd-(qd.top-Vd.top)),Vd.bottom>qd.bottom&&(Kd=zd+(Vd.bottom-qd.bottom))),Kd=Math.max(Kd,0),_d.value=Math.min(Kd,Wd)},Id=()=>{var jd;if(!ld.value||!sd.value)return;Ra.stretch&&((jd=ud.value)==null||jd.update());const Pd=ld.value[`offset${capitalize(Td.value)}`],Fd=sd.value[`offset${capitalize(Td.value)}`],Ud=_d.value;Fd<Pd?(gd.value=gd.value||{},gd.value.prev=Ud,gd.value.next=Ud+Fd<Pd,Pd-Ud<Fd&&(_d.value=Pd-Fd)):(gd.value=!1,Ud>0&&(_d.value=0))},Rd=jd=>{const Pd=jd.code,{up:Fd,down:Ud,left:Vd,right:qd}=EVENT_CODE;if(![Fd,Ud,Vd,qd].includes(Pd))return;const Wd=Array.from(jd.currentTarget.querySelectorAll("[role=tab]:not(.is-disabled)")),zd=Wd.indexOf(jd.target);let Kd;Pd===Vd||Pd===Fd?zd===0?Kd=Wd.length-1:Kd=zd-1:zd<Wd.length-1?Kd=zd+1:Kd=0,Wd[Kd].focus({preventScroll:!0}),Wd[Kd].click(),Md()},Md=()=>{Ed.value&&(yd.value=!0)},Ld=()=>yd.value=!1;return watch(rd,jd=>{jd==="hidden"?Ed.value=!1:jd==="visible"&&setTimeout(()=>Ed.value=!0,50)}),watch(od,jd=>{jd?setTimeout(()=>Ed.value=!0,50):Ed.value=!1}),useResizeObserver(cd,Id),onMounted(()=>setTimeout(()=>kd(),0)),onUpdated(()=>Id()),qa({scrollToActiveTab:kd,removeFocus:Ld}),()=>{const jd=gd.value?[createVNode("span",{class:[td.e("nav-prev"),td.is("disabled",!gd.value.prev)],onClick:Ad},[createVNode(ElIcon,null,{default:()=>[createVNode(arrow_left_default,null,null)]})]),createVNode("span",{class:[td.e("nav-next"),td.is("disabled",!gd.value.next)],onClick:Nd},[createVNode(ElIcon,null,{default:()=>[createVNode(arrow_right_default,null,null)]})])]:null,Pd=Ra.panes.map((Fd,Ud)=>{var Vd,qd,Wd,zd;const Kd=Fd.uid,Qd=Fd.props.disabled,hf=(qd=(Vd=Fd.props.name)!=null?Vd:Fd.index)!=null?qd:`${Ud}`,gf=!Qd&&(Fd.isClosable||Ra.editable);Fd.index=`${Ud}`;const bf=gf?createVNode(ElIcon,{class:"is-icon-close",onClick:Ef=>Ja("tabRemove",Fd,Ef)},{default:()=>[createVNode(close_default,null,null)]}):null,kf=((zd=(Wd=Fd.slots).label)==null?void 0:zd.call(Wd))||Fd.props.label,Cf=!Qd&&Fd.active?0:-1;return createVNode("div",{ref:`tab-${Kd}`,class:[td.e("item"),td.is(ed.props.tabPosition),td.is("active",Fd.active),td.is("disabled",Qd),td.is("closable",gf),td.is("focus",yd.value)],id:`tab-${hf}`,key:`tab-${Kd}`,"aria-controls":`pane-${hf}`,role:"tab","aria-selected":Fd.active,tabindex:Cf,onFocus:()=>Md(),onBlur:()=>Ld(),onClick:Ef=>{Ld(),Ja("tabClick",Fd,hf,Ef)},onKeydown:Ef=>{gf&&(Ef.code===EVENT_CODE.delete||Ef.code===EVENT_CODE.backspace)&&Ja("tabRemove",Fd,Ef)}},[kf,bf])});return createVNode("div",{ref:cd,class:[td.e("nav-wrap"),td.is("scrollable",!!gd.value),td.is(ed.props.tabPosition)]},[jd,createVNode("div",{class:td.e("nav-scroll"),ref:sd},[createVNode("div",{class:[td.e("nav"),td.is(ed.props.tabPosition),td.is("stretch",Ra.stretch&&["top","bottom"].includes(ed.props.tabPosition))],ref:ld,style:Od.value,role:"tablist",onKeydown:Rd},[Ra.type?null:createVNode(TabBar,{ref:ud,tabs:[...Ra.panes]},null),Pd])])])}}}),tabsProps=buildProps({type:{type:String,values:["card","border-card",""],default:""},closable:Boolean,addable:Boolean,modelValue:{type:[String,Number]},editable:Boolean,tabPosition:{type:String,values:["top","right","bottom","left"],default:"top"},beforeLeave:{type:definePropType(Function),default:()=>!0},stretch:Boolean}),isPaneName=Ra=>isString$3(Ra)||isNumber$3(Ra),tabsEmits={[UPDATE_MODEL_EVENT]:Ra=>isPaneName(Ra),tabClick:(Ra,qa)=>qa instanceof Event,tabChange:Ra=>isPaneName(Ra),edit:(Ra,qa)=>["remove","add"].includes(qa),tabRemove:Ra=>isPaneName(Ra),tabAdd:()=>!0},Tabs=defineComponent({name:"ElTabs",props:tabsProps,emits:tabsEmits,setup(Ra,{emit:qa,slots:Ja,expose:ed}){var td;const rd=useNamespace("tabs"),od=computed(()=>["left","right"].includes(Ra.tabPosition)),{children:sd,addChild:ld,removeChild:cd}=useOrderedChildren(getCurrentInstance(),"ElTabPane"),ud=ref$1(),gd=ref$1((td=Ra.modelValue)!=null?td:"0"),_d=async(Ad,Nd=!1)=>{var kd,Id,Rd;if(!(gd.value===Ad||isUndefined$1(Ad)))try{await((kd=Ra.beforeLeave)==null?void 0:kd.call(Ra,Ad,gd.value))!==!1&&(gd.value=Ad,Nd&&(qa(UPDATE_MODEL_EVENT,Ad),qa("tabChange",Ad)),(Rd=(Id=ud.value)==null?void 0:Id.removeFocus)==null||Rd.call(Id))}catch{}},yd=(Ad,Nd,kd)=>{Ad.props.disabled||(_d(Nd,!0),qa("tabClick",Ad,kd))},Ed=(Ad,Nd)=>{Ad.props.disabled||isUndefined$1(Ad.props.name)||(Nd.stopPropagation(),qa("edit",Ad.props.name,"remove"),qa("tabRemove",Ad.props.name))},Td=()=>{qa("edit",void 0,"add"),qa("tabAdd")};watch(()=>Ra.modelValue,Ad=>_d(Ad)),watch(gd,async()=>{var Ad;await nextTick$1(),(Ad=ud.value)==null||Ad.scrollToActiveTab()}),provide(tabsRootContextKey,{props:Ra,currentName:gd,registerPane:Ad=>{sd.value.push(Ad)},sortPane:ld,unregisterPane:cd}),ed({currentName:gd});const Od=({render:Ad})=>Ad();return()=>{const Ad=Ja["add-icon"],Nd=Ra.editable||Ra.addable?createVNode("div",{class:[rd.e("new-tab"),od.value&&rd.e("new-tab-vertical")],tabindex:"0",onClick:Td,onKeydown:Rd=>{Rd.code===EVENT_CODE.enter&&Td()}},[Ad?renderSlot(Ja,"add-icon"):createVNode(ElIcon,{class:rd.is("icon-plus")},{default:()=>[createVNode(plus_default,null,null)]})]):null,kd=createVNode("div",{class:[rd.e("header"),od.value&&rd.e("header-vertical"),rd.is(Ra.tabPosition)]},[createVNode(Od,{render:()=>{const Rd=sd.value.some(Md=>Md.slots.label);return createVNode(TabNav,{ref:ud,currentName:gd.value,editable:Ra.editable,type:Ra.type,panes:sd.value,stretch:Ra.stretch,onTabClick:yd,onTabRemove:Ed},{$stable:!Rd})}},null),Nd]),Id=createVNode("div",{class:rd.e("content")},[renderSlot(Ja,"default")]);return createVNode("div",{class:[rd.b(),rd.m(Ra.tabPosition),{[rd.m("card")]:Ra.type==="card",[rd.m("border-card")]:Ra.type==="border-card"}]},[Id,kd])}}}),tabPaneProps=buildProps({label:{type:String,default:""},name:{type:[String,Number]},closable:Boolean,disabled:Boolean,lazy:Boolean}),COMPONENT_NAME$1="ElTabPane",__default__$t=defineComponent({name:COMPONENT_NAME$1}),_sfc_main$12=defineComponent({...__default__$t,props:tabPaneProps,setup(Ra){const qa=Ra,Ja=getCurrentInstance(),ed=useSlots(),td=inject(tabsRootContextKey);td||throwError$1(COMPONENT_NAME$1,"usage: <el-tabs><el-tab-pane /></el-tabs/>");const rd=useNamespace("tab-pane"),od=ref$1(),sd=computed(()=>qa.closable||td.props.closable),ld=computedEager(()=>{var yd;return td.currentName.value===((yd=qa.name)!=null?yd:od.value)}),cd=ref$1(ld.value),ud=computed(()=>{var yd;return(yd=qa.name)!=null?yd:od.value}),gd=computedEager(()=>!qa.lazy||cd.value||ld.value);watch(ld,yd=>{yd&&(cd.value=!0)});const _d=reactive({uid:Ja.uid,slots:ed,props:qa,paneName:ud,active:ld,index:od,isClosable:sd});return td.registerPane(_d),onMounted(()=>{td.sortPane(_d)}),onUnmounted(()=>{td.unregisterPane(_d.uid)}),(yd,Ed)=>unref(gd)?withDirectives((openBlock(),createElementBlock("div",{key:0,id:`pane-${unref(ud)}`,class:normalizeClass(unref(rd).b()),role:"tabpanel","aria-hidden":!unref(ld),"aria-labelledby":`tab-${unref(ud)}`},[renderSlot(yd.$slots,"default")],10,["id","aria-hidden","aria-labelledby"])),[[vShow,unref(ld)]]):createCommentVNode("v-if",!0)}});var TabPane=_export_sfc$1(_sfc_main$12,[["__file","tab-pane.vue"]]);const ElTabs=withInstall(Tabs,{TabPane}),ElTabPane=withNoopInstall(TabPane),textProps=buildProps({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"}}),__default__$s=defineComponent({name:"ElText"}),_sfc_main$11=defineComponent({...__default__$s,props:textProps,setup(Ra){const qa=Ra,Ja=useFormSize(),ed=useNamespace("text"),td=computed(()=>[ed.b(),ed.m(qa.type),ed.m(Ja.value),ed.is("truncated",qa.truncated),ed.is("line-clamp",!isUndefined$1(qa.lineClamp))]);return(rd,od)=>(openBlock(),createBlock(resolveDynamicComponent(rd.tag),{class:normalizeClass(unref(td)),style:normalizeStyle({"-webkit-line-clamp":rd.lineClamp})},{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},8,["class","style"]))}});var Text=_export_sfc$1(_sfc_main$11,[["__file","text.vue"]]);const ElText=withInstall(Text),timeSelectProps=buildProps({format:{type:String,default:"HH:mm"},modelValue:String,disabled:Boolean,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:"00:30"},minTime:String,maxTime:String,name:String,prefixIcon:{type:definePropType([String,Object]),default:()=>clock_default},clearIcon:{type:definePropType([String,Object]),default:()=>circle_close_default},...useEmptyValuesProps}),parseTime=Ra=>{const qa=(Ra||"").split(":");if(qa.length>=2){let Ja=Number.parseInt(qa[0],10);const ed=Number.parseInt(qa[1],10),td=Ra.toUpperCase();return td.includes("AM")&&Ja===12?Ja=0:td.includes("PM")&&Ja!==12&&(Ja+=12),{hours:Ja,minutes:ed}}return null},compareTime=(Ra,qa)=>{const Ja=parseTime(Ra);if(!Ja)return-1;const ed=parseTime(qa);if(!ed)return-1;const td=Ja.minutes+Ja.hours*60,rd=ed.minutes+ed.hours*60;return td===rd?0:td>rd?1:-1},padTime=Ra=>`${Ra}`.padStart(2,"0"),formatTime=Ra=>`${padTime(Ra.hours)}:${padTime(Ra.minutes)}`,nextTime=(Ra,qa)=>{const Ja=parseTime(Ra);if(!Ja)return"";const ed=parseTime(qa);if(!ed)return"";const td={hours:Ja.hours,minutes:Ja.minutes};return td.minutes+=ed.minutes,td.hours+=ed.hours,td.hours+=Math.floor(td.minutes/60),td.minutes=td.minutes%60,formatTime(td)},__default__$r=defineComponent({name:"ElTimeSelect"}),_sfc_main$10=defineComponent({...__default__$r,props:timeSelectProps,emits:["change","blur","focus","clear","update:modelValue"],setup(Ra,{expose:qa}){const Ja=Ra;dayjs2.extend(dayjsCustomParseFormat);const{Option:ed}=ElSelect,td=useNamespace("input"),rd=ref$1(),od=useFormDisabled(),{lang:sd}=useLocale(),ld=computed(()=>Ja.modelValue),cd=computed(()=>{const Ad=parseTime(Ja.start);return Ad?formatTime(Ad):null}),ud=computed(()=>{const Ad=parseTime(Ja.end);return Ad?formatTime(Ad):null}),gd=computed(()=>{const Ad=parseTime(Ja.step);return Ad?formatTime(Ad):null}),_d=computed(()=>{const Ad=parseTime(Ja.minTime||"");return Ad?formatTime(Ad):null}),yd=computed(()=>{const Ad=parseTime(Ja.maxTime||"");return Ad?formatTime(Ad):null}),Ed=computed(()=>{const Ad=[];if(Ja.start&&Ja.end&&Ja.step){let Nd=cd.value,kd;for(;Nd&&ud.value&&compareTime(Nd,ud.value)<=0;)kd=dayjs2(Nd,"HH:mm").locale(sd.value).format(Ja.format),Ad.push({value:kd,disabled:compareTime(Nd,_d.value||"-1:-1")<=0||compareTime(Nd,yd.value||"100:100")>=0}),Nd=nextTime(Nd,gd.value)}return Ad});return qa({blur:()=>{var Ad,Nd;(Nd=(Ad=rd.value)==null?void 0:Ad.blur)==null||Nd.call(Ad)},focus:()=>{var Ad,Nd;(Nd=(Ad=rd.value)==null?void 0:Ad.focus)==null||Nd.call(Ad)}}),(Ad,Nd)=>(openBlock(),createBlock(unref(ElSelect),{ref_key:"select",ref:rd,"model-value":unref(ld),disabled:unref(od),clearable:Ad.clearable,"clear-icon":Ad.clearIcon,size:Ad.size,effect:Ad.effect,placeholder:Ad.placeholder,"default-first-option":"",filterable:Ad.editable,"empty-values":Ad.emptyValues,"value-on-clear":Ad.valueOnClear,"onUpdate:modelValue":kd=>Ad.$emit("update:modelValue",kd),onChange:kd=>Ad.$emit("change",kd),onBlur:kd=>Ad.$emit("blur",kd),onFocus:kd=>Ad.$emit("focus",kd),onClear:()=>Ad.$emit("clear")},{prefix:withCtx(()=>[Ad.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(td).e("prefix-icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ad.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ed),kd=>(openBlock(),createBlock(unref(ed),{key:kd.value,label:kd.value,value:kd.value,disabled:kd.disabled},null,8,["label","value","disabled"]))),128))]),_:1},8,["model-value","disabled","clearable","clear-icon","size","effect","placeholder","filterable","empty-values","value-on-clear","onUpdate:modelValue","onChange","onBlur","onFocus","onClear"]))}});var TimeSelect=_export_sfc$1(_sfc_main$10,[["__file","time-select.vue"]]);const ElTimeSelect=withInstall(TimeSelect),Timeline=defineComponent({name:"ElTimeline",setup(Ra,{slots:qa}){const Ja=useNamespace("timeline");return provide("timeline",qa),()=>h$2("ul",{class:[Ja.b()]},[renderSlot(qa,"default")])}}),timelineItemProps=buildProps({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}),__default__$q=defineComponent({name:"ElTimelineItem"}),_sfc_main$$=defineComponent({...__default__$q,props:timelineItemProps,setup(Ra){const qa=Ra,Ja=useNamespace("timeline-item"),ed=computed(()=>[Ja.e("node"),Ja.em("node",qa.size||""),Ja.em("node",qa.type||""),Ja.is("hollow",qa.hollow)]);return(td,rd)=>(openBlock(),createElementBlock("li",{class:normalizeClass([unref(Ja).b(),{[unref(Ja).e("center")]:td.center}])},[createBaseVNode("div",{class:normalizeClass(unref(Ja).e("tail"))},null,2),td.$slots.dot?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ed)),style:normalizeStyle({backgroundColor:td.color})},[td.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(Ja).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(td.icon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],6)),td.$slots.dot?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(Ja).e("dot"))},[renderSlot(td.$slots,"dot")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(Ja).e("wrapper"))},[!td.hideTimestamp&&td.placement==="top"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(Ja).e("timestamp"),unref(Ja).is("top")])},toDisplayString(td.timestamp),3)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(Ja).e("content"))},[renderSlot(td.$slots,"default")],2),!td.hideTimestamp&&td.placement==="bottom"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(Ja).e("timestamp"),unref(Ja).is("bottom")])},toDisplayString(td.timestamp),3)):createCommentVNode("v-if",!0)],2)],2))}});var TimelineItem=_export_sfc$1(_sfc_main$$,[["__file","timeline-item.vue"]]);const ElTimeline=withInstall(Timeline,{TimelineItem}),ElTimelineItem=withNoopInstall(TimelineItem),tooltipV2CommonProps=buildProps({nowrap:Boolean});var TooltipV2Sides=(Ra=>(Ra.top="top",Ra.bottom="bottom",Ra.left="left",Ra.right="right",Ra))(TooltipV2Sides||{});const tooltipV2Sides=Object.values(TooltipV2Sides),tooltipV2ArrowProps=buildProps({width:{type:Number,default:10},height:{type:Number,default:10},style:{type:definePropType(Object),default:null}}),tooltipV2ArrowSpecialProps=buildProps({side:{type:definePropType(String),values:tooltipV2Sides,required:!0}}),tooltipV2Strategies=["absolute","fixed"],tooltipV2Placements=["top-start","top-end","top","bottom-start","bottom-end","bottom","left-start","left-end","left","right-start","right-end","right"],tooltipV2ContentProps=buildProps({arrowPadding:{type:definePropType(Number),default:5},effect:{type:definePropType(String),default:"light"},contentClass:String,placement:{type:definePropType(String),values:tooltipV2Placements,default:"bottom"},reference:{type:definePropType(Object),default:null},offset:{type:Number,default:8},strategy:{type:definePropType(String),values:tooltipV2Strategies,default:"absolute"},showArrow:Boolean,...useAriaProps(["ariaLabel"])}),tooltipV2RootProps=buildProps({delayDuration:{type:Number,default:300},defaultOpen:Boolean,open:{type:Boolean,default:void 0},onOpenChange:{type:definePropType(Function)},"onUpdate:open":{type:definePropType(Function)}}),EventHandler={type:definePropType(Function)},tooltipV2TriggerProps=buildProps({onBlur:EventHandler,onClick:EventHandler,onFocus:EventHandler,onMouseDown:EventHandler,onMouseEnter:EventHandler,onMouseLeave:EventHandler}),tooltipV2Props=buildProps({...tooltipV2RootProps,...tooltipV2ArrowProps,...tooltipV2TriggerProps,...tooltipV2ContentProps,alwaysOn:Boolean,fullTransition:Boolean,transitionProps:{type:definePropType(Object),default:null},teleported:Boolean,to:{type:definePropType(String),default:"body"}}),tooltipV2RootKey=Symbol("tooltipV2"),tooltipV2ContentKey=Symbol("tooltipV2Content"),TOOLTIP_V2_OPEN="tooltip_v2.open",__default__$p=defineComponent({name:"ElTooltipV2Root"}),_sfc_main$_=defineComponent({...__default__$p,props:tooltipV2RootProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=ref$1(Ja.defaultOpen),td=ref$1(null),rd=computed({get:()=>isPropAbsent(Ja.open)?ed.value:Ja.open,set:Od=>{var Ad;ed.value=Od,(Ad=Ja["onUpdate:open"])==null||Ad.call(Ja,Od)}}),od=computed(()=>isNumber$3(Ja.delayDuration)&&Ja.delayDuration>0),{start:sd,stop:ld}=useTimeoutFn(()=>{rd.value=!0},computed(()=>Ja.delayDuration),{immediate:!1}),cd=useNamespace("tooltip-v2"),ud=useId(),gd=()=>{ld(),rd.value=!0},_d=()=>{unref(od)?sd():gd()},yd=gd,Ed=()=>{ld(),rd.value=!1};return watch(rd,Od=>{var Ad;Od&&(document.dispatchEvent(new CustomEvent(TOOLTIP_V2_OPEN)),yd()),(Ad=Ja.onOpenChange)==null||Ad.call(Ja,Od)}),onMounted(()=>{document.addEventListener(TOOLTIP_V2_OPEN,Ed)}),onBeforeUnmount(()=>{ld(),document.removeEventListener(TOOLTIP_V2_OPEN,Ed)}),provide(tooltipV2RootKey,{contentId:ud,triggerRef:td,ns:cd,onClose:Ed,onDelayOpen:_d,onOpen:yd}),qa({onOpen:yd,onClose:Ed}),(Od,Ad)=>renderSlot(Od.$slots,"default",{open:unref(rd)})}});var TooltipV2Root=_export_sfc$1(_sfc_main$_,[["__file","root.vue"]]);const __default__$o=defineComponent({name:"ElTooltipV2Arrow"}),_sfc_main$Z=defineComponent({...__default__$o,props:{...tooltipV2ArrowProps,...tooltipV2ArrowSpecialProps},setup(Ra){const qa=Ra,{ns:Ja}=inject(tooltipV2RootKey),{arrowRef:ed}=inject(tooltipV2ContentKey),td=computed(()=>{const{style:rd,width:od,height:sd}=qa,ld=Ja.namespace.value;return{[`--${ld}-tooltip-v2-arrow-width`]:`${od}px`,[`--${ld}-tooltip-v2-arrow-height`]:`${sd}px`,[`--${ld}-tooltip-v2-arrow-border-width`]:`${od/2}px`,[`--${ld}-tooltip-v2-arrow-cover-width`]:od/2-1,...rd||{}}});return(rd,od)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:ed,style:normalizeStyle(unref(td)),class:normalizeClass(unref(Ja).e("arrow"))},null,6))}});var TooltipV2Arrow=_export_sfc$1(_sfc_main$Z,[["__file","arrow.vue"]]);const visualHiddenProps=buildProps({style:{type:definePropType([String,Object,Array]),default:()=>({})}}),__default__$n=defineComponent({name:"ElVisuallyHidden"}),_sfc_main$Y=defineComponent({...__default__$n,props:visualHiddenProps,setup(Ra){const qa=Ra,Ja=computed(()=>[qa.style,{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}]);return(ed,td)=>(openBlock(),createElementBlock("span",mergeProps(ed.$attrs,{style:unref(Ja)}),[renderSlot(ed.$slots,"default")],16))}});var ElVisuallyHidden=_export_sfc$1(_sfc_main$Y,[["__file","visual-hidden.vue"]]);const __default__$m=defineComponent({name:"ElTooltipV2Content"}),_sfc_main$X=defineComponent({...__default__$m,props:{...tooltipV2ContentProps,...tooltipV2CommonProps},setup(Ra){const qa=Ra,{triggerRef:Ja,contentId:ed}=inject(tooltipV2RootKey),td=ref$1(qa.placement),rd=ref$1(qa.strategy),od=ref$1(null),{referenceRef:sd,contentRef:ld,middlewareData:cd,x:ud,y:gd,update:_d}=useFloating$2({placement:td,strategy:rd,middleware:computed(()=>{const kd=[offset(qa.offset)];return qa.showArrow&&kd.push(arrowMiddleware({arrowRef:od})),kd})}),yd=useZIndex().nextZIndex(),Ed=useNamespace("tooltip-v2"),Td=computed(()=>td.value.split("-")[0]),Od=computed(()=>({position:unref(rd),top:`${unref(gd)||0}px`,left:`${unref(ud)||0}px`,zIndex:yd})),Ad=computed(()=>{if(!qa.showArrow)return{};const{arrow:kd}=unref(cd);return{[`--${Ed.namespace.value}-tooltip-v2-arrow-x`]:`${kd==null?void 0:kd.x}px`||"",[`--${Ed.namespace.value}-tooltip-v2-arrow-y`]:`${kd==null?void 0:kd.y}px`||""}}),Nd=computed(()=>[Ed.e("content"),Ed.is("dark",qa.effect==="dark"),Ed.is(unref(rd)),qa.contentClass]);return watch(od,()=>_d()),watch(()=>qa.placement,kd=>td.value=kd),onMounted(()=>{watch(()=>qa.reference||Ja.value,kd=>{sd.value=kd||void 0},{immediate:!0})}),provide(tooltipV2ContentKey,{arrowRef:od}),(kd,Id)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:ld,style:normalizeStyle(unref(Od)),"data-tooltip-v2-root":""},[kd.nowrap?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,"data-side":unref(Td),class:normalizeClass(unref(Nd))},[renderSlot(kd.$slots,"default",{contentStyle:unref(Od),contentClass:unref(Nd)}),createVNode(unref(ElVisuallyHidden),{id:unref(ed),role:"tooltip"},{default:withCtx(()=>[kd.ariaLabel?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(kd.ariaLabel),1)],64)):renderSlot(kd.$slots,"default",{key:1})]),_:3},8,["id"]),renderSlot(kd.$slots,"arrow",{style:normalizeStyle(unref(Ad)),side:unref(Td)})],10,["data-side"]))],4))}});var TooltipV2Content=_export_sfc$1(_sfc_main$X,[["__file","content.vue"]]);const forwardRefProps=buildProps({setRef:{type:definePropType(Function),required:!0},onlyChild:Boolean});var ForwardRef=defineComponent({props:forwardRefProps,setup(Ra,{slots:qa}){const Ja=ref$1(),ed=composeRefs(Ja,td=>{td?Ra.setRef(td.nextElementSibling):Ra.setRef(null)});return()=>{var td;const[rd]=((td=qa.default)==null?void 0:td.call(qa))||[],od=Ra.onlyChild?ensureOnlyChild(rd.children):rd.children;return createVNode(Fragment,{ref:ed},[od])}}});const __default__$l=defineComponent({name:"ElTooltipV2Trigger"}),_sfc_main$W=defineComponent({...__default__$l,props:{...tooltipV2CommonProps,...tooltipV2TriggerProps},setup(Ra){const qa=Ra,{onClose:Ja,onOpen:ed,onDelayOpen:td,triggerRef:rd,contentId:od}=inject(tooltipV2RootKey);let sd=!1;const ld=Nd=>{rd.value=Nd},cd=()=>{sd=!1},ud=composeEventHandlers(qa.onMouseEnter,td),gd=composeEventHandlers(qa.onMouseLeave,Ja),_d=composeEventHandlers(qa.onMouseDown,()=>{Ja(),sd=!0,document.addEventListener("mouseup",cd,{once:!0})}),yd=composeEventHandlers(qa.onFocus,()=>{sd||ed()}),Ed=composeEventHandlers(qa.onBlur,Ja),Td=composeEventHandlers(qa.onClick,Nd=>{Nd.detail===0&&Ja()}),Od={blur:Ed,click:Td,focus:yd,mousedown:_d,mouseenter:ud,mouseleave:gd},Ad=(Nd,kd,Id)=>{Nd&&Object.entries(kd).forEach(([Rd,Md])=>{Nd[Id](Rd,Md)})};return watch(rd,(Nd,kd)=>{Ad(Nd,Od,"addEventListener"),Ad(kd,Od,"removeEventListener"),Nd&&Nd.setAttribute("aria-describedby",od.value)}),onBeforeUnmount(()=>{Ad(rd.value,Od,"removeEventListener"),document.removeEventListener("mouseup",cd)}),(Nd,kd)=>Nd.nowrap?(openBlock(),createBlock(unref(ForwardRef),{key:0,"set-ref":ld,"only-child":""},{default:withCtx(()=>[renderSlot(Nd.$slots,"default")]),_:3})):(openBlock(),createElementBlock("button",mergeProps({key:1,ref_key:"triggerRef",ref:rd},Nd.$attrs),[renderSlot(Nd.$slots,"default")],16))}});var TooltipV2Trigger=_export_sfc$1(_sfc_main$W,[["__file","trigger.vue"]]);const __default__$k=defineComponent({name:"ElTooltipV2"}),_sfc_main$V=defineComponent({...__default__$k,props:tooltipV2Props,setup(Ra){const Ja=toRefs(Ra),ed=reactive(pick(Ja,Object.keys(tooltipV2ArrowProps))),td=reactive(pick(Ja,Object.keys(tooltipV2ContentProps))),rd=reactive(pick(Ja,Object.keys(tooltipV2RootProps))),od=reactive(pick(Ja,Object.keys(tooltipV2TriggerProps)));return(sd,ld)=>(openBlock(),createBlock(TooltipV2Root,normalizeProps(guardReactiveProps(rd)),{default:withCtx(({open:cd})=>[createVNode(TooltipV2Trigger,mergeProps(od,{nowrap:""}),{default:withCtx(()=>[renderSlot(sd.$slots,"trigger")]),_:3},16),createVNode(unref(ElTeleport),{to:sd.to,disabled:!sd.teleported},{default:withCtx(()=>[sd.fullTransition?(openBlock(),createBlock(Transition$1,normalizeProps(mergeProps({key:0},sd.transitionProps)),{default:withCtx(()=>[sd.alwaysOn||cd?(openBlock(),createBlock(TooltipV2Content,normalizeProps(mergeProps({key:0},td)),{arrow:withCtx(({style:ud,side:gd})=>[sd.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},ed,{style:ud,side:gd}),null,16,["style","side"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[renderSlot(sd.$slots,"default")]),_:3},16)):createCommentVNode("v-if",!0)]),_:2},1040)):(openBlock(),createElementBlock(Fragment,{key:1},[sd.alwaysOn||cd?(openBlock(),createBlock(TooltipV2Content,normalizeProps(mergeProps({key:0},td)),{arrow:withCtx(({style:ud,side:gd})=>[sd.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},ed,{style:ud,side:gd}),null,16,["style","side"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[renderSlot(sd.$slots,"default")]),_:3},16)):createCommentVNode("v-if",!0)],64))]),_:2},1032,["to","disabled"])]),_:3},16))}});var TooltipV2=_export_sfc$1(_sfc_main$V,[["__file","tooltip.vue"]]);const ElTooltipV2=withInstall(TooltipV2),LEFT_CHECK_CHANGE_EVENT="left-check-change",RIGHT_CHECK_CHANGE_EVENT="right-check-change",transferProps=buildProps({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=(Ra,qa)=>[Ra,qa].every(isArray$2)||isArray$2(Ra)&&isNil(qa),transferEmits={[CHANGE_EVENT]:(Ra,qa,Ja)=>[Ra,Ja].every(isArray$2)&&["left","right"].includes(qa),[UPDATE_MODEL_EVENT]:Ra=>isArray$2(Ra),[LEFT_CHECK_CHANGE_EVENT]:transferCheckedChangeFn,[RIGHT_CHECK_CHANGE_EVENT]:transferCheckedChangeFn},CHECKED_CHANGE_EVENT="checked-change",transferPanelProps=buildProps({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},usePropsAlias=Ra=>{const qa={label:"label",key:"key",disabled:"disabled"};return computed(()=>({...qa,...Ra.props}))},useCheck$1=(Ra,qa,Ja)=>{const ed=usePropsAlias(Ra),td=computed(()=>Ra.data.filter(ud=>isFunction$4(Ra.filterMethod)?Ra.filterMethod(qa.query,ud):String(ud[ed.value.label]||ud[ed.value.key]).toLowerCase().includes(qa.query.toLowerCase()))),rd=computed(()=>td.value.filter(ud=>!ud[ed.value.disabled])),od=computed(()=>{const ud=qa.checked.length,gd=Ra.data.length,{noChecked:_d,hasChecked:yd}=Ra.format;return _d&&yd?ud>0?yd.replace(/\${checked}/g,ud.toString()).replace(/\${total}/g,gd.toString()):_d.replace(/\${total}/g,gd.toString()):`${ud}/${gd}`}),sd=computed(()=>{const ud=qa.checked.length;return ud>0&&ud<rd.value.length}),ld=()=>{const ud=rd.value.map(gd=>gd[ed.value.key]);qa.allChecked=ud.length>0&&ud.every(gd=>qa.checked.includes(gd))},cd=ud=>{qa.checked=ud?rd.value.map(gd=>gd[ed.value.key]):[]};return watch(()=>qa.checked,(ud,gd)=>{if(ld(),qa.checkChangeByUser){const _d=ud.concat(gd).filter(yd=>!ud.includes(yd)||!gd.includes(yd));Ja(CHECKED_CHANGE_EVENT,ud,_d)}else Ja(CHECKED_CHANGE_EVENT,ud),qa.checkChangeByUser=!0}),watch(rd,()=>{ld()}),watch(()=>Ra.data,()=>{const ud=[],gd=td.value.map(_d=>_d[ed.value.key]);qa.checked.forEach(_d=>{gd.includes(_d)&&ud.push(_d)}),qa.checkChangeByUser=!1,qa.checked=ud}),watch(()=>Ra.defaultChecked,(ud,gd)=>{if(gd&&ud.length===gd.length&&ud.every(Ed=>gd.includes(Ed)))return;const _d=[],yd=rd.value.map(Ed=>Ed[ed.value.key]);ud.forEach(Ed=>{yd.includes(Ed)&&_d.push(Ed)}),qa.checkChangeByUser=!1,qa.checked=_d},{immediate:!0}),{filteredData:td,checkableData:rd,checkedSummary:od,isIndeterminate:sd,updateAllChecked:ld,handleAllCheckedChange:cd}},useCheckedChange=(Ra,qa)=>({onSourceCheckedChange:(td,rd)=>{Ra.leftChecked=td,rd&&qa(LEFT_CHECK_CHANGE_EVENT,td,rd)},onTargetCheckedChange:(td,rd)=>{Ra.rightChecked=td,rd&&qa(RIGHT_CHECK_CHANGE_EVENT,td,rd)}}),useComputedData=Ra=>{const qa=usePropsAlias(Ra),Ja=computed(()=>Ra.data.reduce((rd,od)=>(rd[od[qa.value.key]]=od)&&rd,{})),ed=computed(()=>Ra.data.filter(rd=>!Ra.modelValue.includes(rd[qa.value.key]))),td=computed(()=>Ra.targetOrder==="original"?Ra.data.filter(rd=>Ra.modelValue.includes(rd[qa.value.key])):Ra.modelValue.reduce((rd,od)=>{const sd=Ja.value[od];return sd&&rd.push(sd),rd},[]));return{sourceData:ed,targetData:td}},useMove=(Ra,qa,Ja)=>{const ed=usePropsAlias(Ra),td=(sd,ld,cd)=>{Ja(UPDATE_MODEL_EVENT,sd),Ja(CHANGE_EVENT,sd,ld,cd)};return{addToLeft:()=>{const sd=Ra.modelValue.slice();qa.rightChecked.forEach(ld=>{const cd=sd.indexOf(ld);cd>-1&&sd.splice(cd,1)}),td(sd,"left",qa.rightChecked)},addToRight:()=>{let sd=Ra.modelValue.slice();const ld=Ra.data.filter(cd=>{const ud=cd[ed.value.key];return qa.leftChecked.includes(ud)&&!Ra.modelValue.includes(ud)}).map(cd=>cd[ed.value.key]);sd=Ra.targetOrder==="unshift"?ld.concat(sd):sd.concat(ld),Ra.targetOrder==="original"&&(sd=Ra.data.filter(cd=>sd.includes(cd[ed.value.key])).map(cd=>cd[ed.value.key])),td(sd,"right",qa.leftChecked)}}},__default__$j=defineComponent({name:"ElTransferPanel"}),_sfc_main$U=defineComponent({...__default__$j,props:transferPanelProps,emits:transferPanelEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useSlots(),rd=({option:kd})=>kd,{t:od}=useLocale(),sd=useNamespace("transfer"),ld=reactive({checked:[],allChecked:!1,query:"",checkChangeByUser:!0}),cd=usePropsAlias(ed),{filteredData:ud,checkedSummary:gd,isIndeterminate:_d,handleAllCheckedChange:yd}=useCheck$1(ed,ld,Ja),Ed=computed(()=>!isEmpty$1(ld.query)&&isEmpty$1(ud.value)),Td=computed(()=>!isEmpty$1(td.default()[0].children)),{checked:Od,allChecked:Ad,query:Nd}=toRefs(ld);return qa({query:Nd}),(kd,Id)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(sd).b("panel"))},[createBaseVNode("p",{class:normalizeClass(unref(sd).be("panel","header"))},[createVNode(unref(ElCheckbox),{modelValue:unref(Ad),"onUpdate:modelValue":Rd=>isRef(Ad)?Ad.value=Rd:null,indeterminate:unref(_d),"validate-event":!1,onChange:unref(yd)},{default:withCtx(()=>[createTextVNode(toDisplayString(kd.title)+" ",1),createBaseVNode("span",null,toDisplayString(unref(gd)),1)]),_:1},8,["modelValue","onUpdate:modelValue","indeterminate","onChange"])],2),createBaseVNode("div",{class:normalizeClass([unref(sd).be("panel","body"),unref(sd).is("with-footer",unref(Td))])},[kd.filterable?(openBlock(),createBlock(unref(ElInput),{key:0,modelValue:unref(Nd),"onUpdate:modelValue":Rd=>isRef(Nd)?Nd.value=Rd:null,class:normalizeClass(unref(sd).be("panel","filter")),size:"default",placeholder:kd.placeholder,"prefix-icon":unref(search_default),clearable:"","validate-event":!1},null,8,["modelValue","onUpdate:modelValue","class","placeholder","prefix-icon"])):createCommentVNode("v-if",!0),withDirectives(createVNode(unref(ElCheckboxGroup$1),{modelValue:unref(Od),"onUpdate:modelValue":Rd=>isRef(Od)?Od.value=Rd:null,"validate-event":!1,class:normalizeClass([unref(sd).is("filterable",kd.filterable),unref(sd).be("panel","list")])},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(ud),Rd=>(openBlock(),createBlock(unref(ElCheckbox),{key:Rd[unref(cd).key],class:normalizeClass(unref(sd).be("panel","item")),value:Rd[unref(cd).key],disabled:Rd[unref(cd).disabled],"validate-event":!1},{default:withCtx(()=>{var Md;return[createVNode(rd,{option:(Md=kd.optionRender)==null?void 0:Md.call(kd,Rd)},null,8,["option"])]}),_:2},1032,["class","value","disabled"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","class"]),[[vShow,!unref(Ed)&&!unref(isEmpty$1)(kd.data)]]),withDirectives(createBaseVNode("p",{class:normalizeClass(unref(sd).be("panel","empty"))},toDisplayString(unref(Ed)?unref(od)("el.transfer.noMatch"):unref(od)("el.transfer.noData")),3),[[vShow,unref(Ed)||unref(isEmpty$1)(kd.data)]])],2),unref(Td)?(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(sd).be("panel","footer"))},[renderSlot(kd.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var TransferPanel=_export_sfc$1(_sfc_main$U,[["__file","transfer-panel.vue"]]);const __default__$i=defineComponent({name:"ElTransfer"}),_sfc_main$T=defineComponent({...__default__$i,props:transferProps,emits:transferEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useSlots(),{t:rd}=useLocale(),od=useNamespace("transfer"),{formItem:sd}=useFormItem(),ld=reactive({leftChecked:[],rightChecked:[]}),cd=usePropsAlias(ed),{sourceData:ud,targetData:gd}=useComputedData(ed),{onSourceCheckedChange:_d,onTargetCheckedChange:yd}=useCheckedChange(ld,Ja),{addToLeft:Ed,addToRight:Td}=useMove(ed,ld,Ja),Od=ref$1(),Ad=ref$1(),Nd=jd=>{switch(jd){case"left":Od.value.query="";break;case"right":Ad.value.query="";break}},kd=computed(()=>ed.buttonTexts.length===2),Id=computed(()=>ed.titles[0]||rd("el.transfer.titles.0")),Rd=computed(()=>ed.titles[1]||rd("el.transfer.titles.1")),Md=computed(()=>ed.filterPlaceholder||rd("el.transfer.filterPlaceholder"));watch(()=>ed.modelValue,()=>{var jd;ed.validateEvent&&((jd=sd==null?void 0:sd.validate)==null||jd.call(sd,"change").catch(Pd=>void 0))});const Ld=computed(()=>jd=>ed.renderContent?ed.renderContent(h$2,jd):td.default?td.default({option:jd}):h$2("span",jd[cd.value.label]||jd[cd.value.key]));return qa({clearQuery:Nd,leftPanel:Od,rightPanel:Ad}),(jd,Pd)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(od).b())},[createVNode(TransferPanel,{ref_key:"leftPanel",ref:Od,data:unref(ud),"option-render":unref(Ld),placeholder:unref(Md),title:unref(Id),filterable:jd.filterable,format:jd.format,"filter-method":jd.filterMethod,"default-checked":jd.leftDefaultChecked,props:ed.props,onCheckedChange:unref(_d)},{default:withCtx(()=>[renderSlot(jd.$slots,"left-footer")]),_:3},8,["data","option-render","placeholder","title","filterable","format","filter-method","default-checked","props","onCheckedChange"]),createBaseVNode("div",{class:normalizeClass(unref(od).e("buttons"))},[createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref(od).e("button"),unref(od).is("with-texts",unref(kd))]),disabled:unref(isEmpty$1)(ld.rightChecked),onClick:unref(Ed)},{default:withCtx(()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1}),unref(isUndefined$1)(jd.buttonTexts[0])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0},toDisplayString(jd.buttonTexts[0]),1))]),_:1},8,["class","disabled","onClick"]),createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref(od).e("button"),unref(od).is("with-texts",unref(kd))]),disabled:unref(isEmpty$1)(ld.leftChecked),onClick:unref(Td)},{default:withCtx(()=>[unref(isUndefined$1)(jd.buttonTexts[1])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0},toDisplayString(jd.buttonTexts[1]),1)),createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})]),_:1},8,["class","disabled","onClick"])],2),createVNode(TransferPanel,{ref_key:"rightPanel",ref:Ad,data:unref(gd),"option-render":unref(Ld),placeholder:unref(Md),filterable:jd.filterable,format:jd.format,"filter-method":jd.filterMethod,title:unref(Rd),"default-checked":jd.rightDefaultChecked,props:ed.props,onCheckedChange:unref(yd)},{default:withCtx(()=>[renderSlot(jd.$slots,"right-footer")]),_:3},8,["data","option-render","placeholder","filterable","format","filter-method","title","default-checked","props","onCheckedChange"])],2))}});var Transfer=_export_sfc$1(_sfc_main$T,[["__file","transfer.vue"]]);const ElTransfer=withInstall(Transfer),NODE_KEY="$treeNodeId",markNodeData=function(Ra,qa){!qa||qa[NODE_KEY]||Object.defineProperty(qa,NODE_KEY,{value:Ra.id,enumerable:!1,configurable:!1,writable:!1})},getNodeKey=function(Ra,qa){return Ra?qa[Ra]:qa[NODE_KEY]},handleCurrentChange=(Ra,qa,Ja)=>{const ed=Ra.value.currentNode;Ja();const td=Ra.value.currentNode;ed!==td&&qa("current-change",td?td.data:null,td)},getChildState=Ra=>{let qa=!0,Ja=!0,ed=!0;for(let td=0,rd=Ra.length;td<rd;td++){const od=Ra[td];(od.checked!==!0||od.indeterminate)&&(qa=!1,od.disabled||(ed=!1)),(od.checked!==!1||od.indeterminate)&&(Ja=!1)}return{all:qa,none:Ja,allWithoutDisable:ed,half:!qa&&!Ja}},reInitChecked=function(Ra){if(Ra.childNodes.length===0||Ra.loading)return;const{all:qa,none:Ja,half:ed}=getChildState(Ra.childNodes);qa?(Ra.checked=!0,Ra.indeterminate=!1):ed?(Ra.checked=!1,Ra.indeterminate=!0):Ja&&(Ra.checked=!1,Ra.indeterminate=!1);const td=Ra.parent;!td||td.level===0||Ra.store.checkStrictly||reInitChecked(td)},getPropertyFromData=function(Ra,qa){const Ja=Ra.store.props,ed=Ra.data||{},td=Ja[qa];if(typeof td=="function")return td(ed,Ra);if(typeof td=="string")return ed[td];if(typeof td>"u"){const rd=ed[qa];return rd===void 0?"":rd}};let nodeIdSeed=0,Node$1=class E2{constructor(qa){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 Ja in qa)hasOwn$1(qa,Ja)&&(this[Ja]=qa[Ja]);this.level=0,this.loaded=!1,this.childNodes=[],this.loading=!1,this.parent&&(this.level=this.parent.level+1)}initialize(){const qa=this.store;if(!qa)throw new Error("[Node]store is required!");qa.registerNode(this);const Ja=qa.props;if(Ja&&typeof Ja.isLeaf<"u"){const rd=getPropertyFromData(this,"isLeaf");typeof rd=="boolean"&&(this.isLeafByUser=rd)}if(qa.lazy!==!0&&this.data?(this.setData(this.data),qa.defaultExpandAll&&(this.expanded=!0,this.canFocus=!0)):this.level>0&&qa.lazy&&qa.defaultExpandAll&&!this.isLeafByUser&&this.expand(),Array.isArray(this.data)||markNodeData(this,this.data),!this.data)return;const ed=qa.defaultExpandedKeys,td=qa.key;td&&ed&&ed.includes(this.key)&&this.expand(null,qa.autoExpandParent),td&&qa.currentNodeKey!==void 0&&this.key===qa.currentNodeKey&&(qa.currentNode=this,qa.currentNode.isCurrent=!0),qa.lazy&&qa._initDefaultCheckedNode(this),this.updateLeafState(),this.parent&&(this.level===1||this.parent.expanded===!0)&&(this.canFocus=!0)}setData(qa){Array.isArray(qa)||markNodeData(this,qa),this.data=qa,this.childNodes=[];let Ja;this.level===0&&Array.isArray(this.data)?Ja=this.data:Ja=getPropertyFromData(this,"children")||[];for(let ed=0,td=Ja.length;ed<td;ed++)this.insertChild({data:Ja[ed]})}get label(){return getPropertyFromData(this,"label")}get key(){const qa=this.store.key;return this.data?this.data[qa]:null}get disabled(){return getPropertyFromData(this,"disabled")}get nextSibling(){const qa=this.parent;if(qa){const Ja=qa.childNodes.indexOf(this);if(Ja>-1)return qa.childNodes[Ja+1]}return null}get previousSibling(){const qa=this.parent;if(qa){const Ja=qa.childNodes.indexOf(this);if(Ja>-1)return Ja>0?qa.childNodes[Ja-1]:null}return null}contains(qa,Ja=!0){return(this.childNodes||[]).some(ed=>ed===qa||Ja&&ed.contains(qa))}remove(){const qa=this.parent;qa&&qa.removeChild(this)}insertChild(qa,Ja,ed){if(!qa)throw new Error("InsertChild error: child is required.");if(!(qa instanceof E2)){if(!ed){const td=this.getChildren(!0);td.includes(qa.data)||(typeof Ja>"u"||Ja<0?td.push(qa.data):td.splice(Ja,0,qa.data))}Object.assign(qa,{parent:this,store:this.store}),qa=reactive(new E2(qa)),qa instanceof E2&&qa.initialize()}qa.level=this.level+1,typeof Ja>"u"||Ja<0?this.childNodes.push(qa):this.childNodes.splice(Ja,0,qa),this.updateLeafState()}insertBefore(qa,Ja){let ed;Ja&&(ed=this.childNodes.indexOf(Ja)),this.insertChild(qa,ed)}insertAfter(qa,Ja){let ed;Ja&&(ed=this.childNodes.indexOf(Ja),ed!==-1&&(ed+=1)),this.insertChild(qa,ed)}removeChild(qa){const Ja=this.getChildren()||[],ed=Ja.indexOf(qa.data);ed>-1&&Ja.splice(ed,1);const td=this.childNodes.indexOf(qa);td>-1&&(this.store&&this.store.deregisterNode(qa),qa.parent=null,this.childNodes.splice(td,1)),this.updateLeafState()}removeChildByData(qa){let Ja=null;for(let ed=0;ed<this.childNodes.length;ed++)if(this.childNodes[ed].data===qa){Ja=this.childNodes[ed];break}Ja&&this.removeChild(Ja)}expand(qa,Ja){const ed=()=>{if(Ja){let td=this.parent;for(;td.level>0;)td.expanded=!0,td=td.parent}this.expanded=!0,qa&&qa(),this.childNodes.forEach(td=>{td.canFocus=!0})};this.shouldLoadData()?this.loadData(td=>{Array.isArray(td)&&(this.checked?this.setChecked(!0,!0):this.store.checkStrictly||reInitChecked(this),ed())}):ed()}doCreateChildren(qa,Ja={}){qa.forEach(ed=>{this.insertChild(Object.assign({data:ed},Ja),void 0,!0)})}collapse(){this.expanded=!1,this.childNodes.forEach(qa=>{qa.canFocus=!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;return}const qa=this.childNodes;if(!this.store.lazy||this.store.lazy===!0&&this.loaded===!0){this.isLeaf=!qa||qa.length===0;return}this.isLeaf=!1}setChecked(qa,Ja,ed,td){if(this.indeterminate=qa==="half",this.checked=qa===!0,this.store.checkStrictly)return;if(!(this.shouldLoadData()&&!this.store.checkDescendants)){const{all:od,allWithoutDisable:sd}=getChildState(this.childNodes);!this.isLeaf&&!od&&sd&&(this.checked=!1,qa=!1);const ld=()=>{if(Ja){const cd=this.childNodes;for(let _d=0,yd=cd.length;_d<yd;_d++){const Ed=cd[_d];td=td||qa!==!1;const Td=Ed.disabled?Ed.checked:td;Ed.setChecked(Td,Ja,!0,td)}const{half:ud,all:gd}=getChildState(cd);gd||(this.checked=gd,this.indeterminate=ud)}};if(this.shouldLoadData()){this.loadData(()=>{ld(),reInitChecked(this)},{checked:qa!==!1});return}else ld()}const rd=this.parent;!rd||rd.level===0||ed||reInitChecked(rd)}getChildren(qa=!1){if(this.level===0)return this.data;const Ja=this.data;if(!Ja)return null;const ed=this.store.props;let td="children";return ed&&(td=ed.children||"children"),Ja[td]===void 0&&(Ja[td]=null),qa&&!Ja[td]&&(Ja[td]=[]),Ja[td]}updateChildren(){const qa=this.getChildren()||[],Ja=this.childNodes.map(rd=>rd.data),ed={},td=[];qa.forEach((rd,od)=>{const sd=rd[NODE_KEY];!!sd&&Ja.findIndex(cd=>cd[NODE_KEY]===sd)>=0?ed[sd]={index:od,data:rd}:td.push({index:od,data:rd})}),this.store.lazy||Ja.forEach(rd=>{ed[rd[NODE_KEY]]||this.removeChildByData(rd)}),td.forEach(({index:rd,data:od})=>{this.insertChild({data:od},rd)}),this.updateLeafState()}loadData(qa,Ja={}){if(this.store.lazy===!0&&this.store.load&&!this.loaded&&(!this.loading||Object.keys(Ja).length)){this.loading=!0;const ed=rd=>{this.childNodes=[],this.doCreateChildren(rd,Ja),this.loaded=!0,this.loading=!1,this.updateLeafState(),qa&&qa.call(this,rd)},td=()=>{this.loading=!1};this.store.load(this,ed,td)}else qa&&qa.call(this)}eachNode(qa){const Ja=[this];for(;Ja.length;){const ed=Ja.shift();Ja.unshift(...ed.childNodes),qa(ed)}}reInitChecked(){this.store.checkStrictly||reInitChecked(this)}};class TreeStore{constructor(qa){this.currentNode=null,this.currentNodeKey=null;for(const Ja in qa)hasOwn$1(qa,Ja)&&(this[Ja]=qa[Ja]);this.nodesMap={}}initialize(){if(this.root=new Node$1({data:this.data,store:this}),this.root.initialize(),this.lazy&&this.load){const qa=this.load;qa(this.root,Ja=>{this.root.doCreateChildren(Ja),this._initDefaultCheckedNodes()})}else this._initDefaultCheckedNodes()}filter(qa){const Ja=this.filterNodeMethod,ed=this.lazy,td=function(rd){const od=rd.root?rd.root.childNodes:rd.childNodes;if(od.forEach(sd=>{sd.visible=Ja.call(sd,qa,sd.data,sd),td(sd)}),!rd.visible&&od.length){let sd=!0;sd=!od.some(ld=>ld.visible),rd.root?rd.root.visible=sd===!1:rd.visible=sd===!1}qa&&rd.visible&&!rd.isLeaf&&(!ed||rd.loaded)&&rd.expand()};td(this)}setData(qa){qa!==this.root.data?(this.nodesMap={},this.root.setData(qa),this._initDefaultCheckedNodes()):this.root.updateChildren()}getNode(qa){if(qa instanceof Node$1)return qa;const Ja=isObject$5(qa)?getNodeKey(this.key,qa):qa;return this.nodesMap[Ja]||null}insertBefore(qa,Ja){const ed=this.getNode(Ja);ed.parent.insertBefore({data:qa},ed)}insertAfter(qa,Ja){const ed=this.getNode(Ja);ed.parent.insertAfter({data:qa},ed)}remove(qa){const Ja=this.getNode(qa);Ja&&Ja.parent&&(Ja===this.currentNode&&(this.currentNode=null),Ja.parent.removeChild(Ja))}append(qa,Ja){const ed=isPropAbsent(Ja)?this.root:this.getNode(Ja);ed&&ed.insertChild({data:qa})}_initDefaultCheckedNodes(){const qa=this.defaultCheckedKeys||[],Ja=this.nodesMap;qa.forEach(ed=>{const td=Ja[ed];td&&td.setChecked(!0,!this.checkStrictly)})}_initDefaultCheckedNode(qa){(this.defaultCheckedKeys||[]).includes(qa.key)&&qa.setChecked(!0,!this.checkStrictly)}setDefaultCheckedKey(qa){qa!==this.defaultCheckedKeys&&(this.defaultCheckedKeys=qa,this._initDefaultCheckedNodes())}registerNode(qa){const Ja=this.key;!qa||!qa.data||(Ja?qa.key!==void 0&&(this.nodesMap[qa.key]=qa):this.nodesMap[qa.id]=qa)}deregisterNode(qa){!this.key||!qa||!qa.data||(qa.childNodes.forEach(ed=>{this.deregisterNode(ed)}),delete this.nodesMap[qa.key])}getCheckedNodes(qa=!1,Ja=!1){const ed=[],td=function(rd){(rd.root?rd.root.childNodes:rd.childNodes).forEach(sd=>{(sd.checked||Ja&&sd.indeterminate)&&(!qa||qa&&sd.isLeaf)&&ed.push(sd.data),td(sd)})};return td(this),ed}getCheckedKeys(qa=!1){return this.getCheckedNodes(qa).map(Ja=>(Ja||{})[this.key])}getHalfCheckedNodes(){const qa=[],Ja=function(ed){(ed.root?ed.root.childNodes:ed.childNodes).forEach(rd=>{rd.indeterminate&&qa.push(rd.data),Ja(rd)})};return Ja(this),qa}getHalfCheckedKeys(){return this.getHalfCheckedNodes().map(qa=>(qa||{})[this.key])}_getAllNodes(){const qa=[],Ja=this.nodesMap;for(const ed in Ja)hasOwn$1(Ja,ed)&&qa.push(Ja[ed]);return qa}updateChildren(qa,Ja){const ed=this.nodesMap[qa];if(!ed)return;const td=ed.childNodes;for(let rd=td.length-1;rd>=0;rd--){const od=td[rd];this.remove(od.data)}for(let rd=0,od=Ja.length;rd<od;rd++){const sd=Ja[rd];this.append(sd,ed.data)}}_setCheckedKeys(qa,Ja=!1,ed){const td=this._getAllNodes().sort((ld,cd)=>ld.level-cd.level),rd=Object.create(null),od=Object.keys(ed);td.forEach(ld=>ld.setChecked(!1,!1));const sd=ld=>{ld.childNodes.forEach(cd=>{var ud;rd[cd.data[qa]]=!0,(ud=cd.childNodes)!=null&&ud.length&&sd(cd)})};for(let ld=0,cd=td.length;ld<cd;ld++){const ud=td[ld],gd=ud.data[qa].toString();if(!od.includes(gd)){ud.checked&&!rd[gd]&&ud.setChecked(!1,!1);continue}if(ud.childNodes.length&&sd(ud),ud.isLeaf||this.checkStrictly){ud.setChecked(!0,!1);continue}if(ud.setChecked(!0,!0),Ja){ud.setChecked(!1,!1);const yd=function(Ed){Ed.childNodes.forEach(Od=>{Od.isLeaf||Od.setChecked(!1,!1),yd(Od)})};yd(ud)}}}setCheckedNodes(qa,Ja=!1){const ed=this.key,td={};qa.forEach(rd=>{td[(rd||{})[ed]]=!0}),this._setCheckedKeys(ed,Ja,td)}setCheckedKeys(qa,Ja=!1){this.defaultCheckedKeys=qa;const ed=this.key,td={};qa.forEach(rd=>{td[rd]=!0}),this._setCheckedKeys(ed,Ja,td)}setDefaultExpandedKeys(qa){qa=qa||[],this.defaultExpandedKeys=qa,qa.forEach(Ja=>{const ed=this.getNode(Ja);ed&&ed.expand(null,this.autoExpandParent)})}setChecked(qa,Ja,ed){const td=this.getNode(qa);td&&td.setChecked(!!Ja,ed)}getCurrentNode(){return this.currentNode}setCurrentNode(qa){const Ja=this.currentNode;Ja&&(Ja.isCurrent=!1),this.currentNode=qa,this.currentNode.isCurrent=!0}setUserCurrentNode(qa,Ja=!0){const ed=qa[this.key],td=this.nodesMap[ed];this.setCurrentNode(td),Ja&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0)}setCurrentNodeKey(qa,Ja=!0){if(qa==null){this.currentNode&&(this.currentNode.isCurrent=!1),this.currentNode=null;return}const ed=this.getNode(qa);ed&&(this.setCurrentNode(ed),Ja&&this.currentNode.level>1&&this.currentNode.parent.expand(null,!0))}}const _sfc_main$S=defineComponent({name:"ElTreeNodeContent",props:{node:{type:Object,required:!0},renderContent:Function},setup(Ra){const qa=useNamespace("tree"),Ja=inject("NodeInstance"),ed=inject("RootTree");return()=>{const td=Ra.node,{data:rd,store:od}=td;return Ra.renderContent?Ra.renderContent(h$2,{_self:Ja,node:td,data:rd,store:od}):renderSlot(ed.ctx.slots,"default",{node:td,data:rd},()=>[h$2("span",{class:qa.be("node","label")},[td.label])])}}});var NodeContent=_export_sfc$1(_sfc_main$S,[["__file","tree-node-content.vue"]]);function useNodeExpandEventBroadcast(Ra){const qa=inject("TreeNodeMap",null),Ja={treeNodeExpand:ed=>{Ra.node!==ed&&Ra.node.collapse()},children:[]};return qa&&qa.children.push(Ja),provide("TreeNodeMap",Ja),{broadcastExpanded:ed=>{if(Ra.accordion)for(const td of Ja.children)td.treeNodeExpand(ed)}}}const dragEventsKey=Symbol("dragEvents");function useDragNodeHandler({props:Ra,ctx:qa,el$:Ja,dropIndicator$:ed,store:td}){const rd=useNamespace("tree"),od=ref$1({showDropIndicator:!1,draggingNode:null,dropNode:null,allowDrop:!0,dropType:null});return provide(dragEventsKey,{treeNodeDragStart:({event:ud,treeNode:gd})=>{if(typeof Ra.allowDrag=="function"&&!Ra.allowDrag(gd.node))return ud.preventDefault(),!1;ud.dataTransfer.effectAllowed="move";try{ud.dataTransfer.setData("text/plain","")}catch{}od.value.draggingNode=gd,qa.emit("node-drag-start",gd.node,ud)},treeNodeDragOver:({event:ud,treeNode:gd})=>{const _d=gd,yd=od.value.dropNode;yd&&yd.node.id!==_d.node.id&&removeClass(yd.$el,rd.is("drop-inner"));const Ed=od.value.draggingNode;if(!Ed||!_d)return;let Td=!0,Od=!0,Ad=!0,Nd=!0;typeof Ra.allowDrop=="function"&&(Td=Ra.allowDrop(Ed.node,_d.node,"prev"),Nd=Od=Ra.allowDrop(Ed.node,_d.node,"inner"),Ad=Ra.allowDrop(Ed.node,_d.node,"next")),ud.dataTransfer.dropEffect=Od||Td||Ad?"move":"none",(Td||Od||Ad)&&(yd==null?void 0:yd.node.id)!==_d.node.id&&(yd&&qa.emit("node-drag-leave",Ed.node,yd.node,ud),qa.emit("node-drag-enter",Ed.node,_d.node,ud)),Td||Od||Ad?od.value.dropNode=_d:od.value.dropNode=null,_d.node.nextSibling===Ed.node&&(Ad=!1),_d.node.previousSibling===Ed.node&&(Td=!1),_d.node.contains(Ed.node,!1)&&(Od=!1),(Ed.node===_d.node||Ed.node.contains(_d.node))&&(Td=!1,Od=!1,Ad=!1);const kd=_d.$el.querySelector(`.${rd.be("node","content")}`).getBoundingClientRect(),Id=Ja.value.getBoundingClientRect();let Rd;const Md=Td?Od?.25:Ad?.45:1:-1,Ld=Ad?Od?.75:Td?.55:0:1;let jd=-9999;const Pd=ud.clientY-kd.top;Pd<kd.height*Md?Rd="before":Pd>kd.height*Ld?Rd="after":Od?Rd="inner":Rd="none";const Fd=_d.$el.querySelector(`.${rd.be("node","expand-icon")}`).getBoundingClientRect(),Ud=ed.value;Rd==="before"?jd=Fd.top-Id.top:Rd==="after"&&(jd=Fd.bottom-Id.top),Ud.style.top=`${jd}px`,Ud.style.left=`${Fd.right-Id.left}px`,Rd==="inner"?addClass(_d.$el,rd.is("drop-inner")):removeClass(_d.$el,rd.is("drop-inner")),od.value.showDropIndicator=Rd==="before"||Rd==="after",od.value.allowDrop=od.value.showDropIndicator||Nd,od.value.dropType=Rd,qa.emit("node-drag-over",Ed.node,_d.node,ud)},treeNodeDragEnd:ud=>{const{draggingNode:gd,dropType:_d,dropNode:yd}=od.value;if(ud.preventDefault(),ud.dataTransfer&&(ud.dataTransfer.dropEffect="move"),gd&&yd){const Ed={data:gd.node.data};_d!=="none"&&gd.node.remove(),_d==="before"?yd.node.parent.insertBefore(Ed,yd.node):_d==="after"?yd.node.parent.insertAfter(Ed,yd.node):_d==="inner"&&yd.node.insertChild(Ed),_d!=="none"&&(td.value.registerNode(Ed),td.value.key&&gd.node.eachNode(Td=>{var Od;(Od=td.value.nodesMap[Td.data[td.value.key]])==null||Od.setChecked(Td.checked,!td.value.checkStrictly)})),removeClass(yd.$el,rd.is("drop-inner")),qa.emit("node-drag-end",gd.node,yd.node,_d,ud),_d!=="none"&&qa.emit("node-drop",gd.node,yd.node,_d,ud)}gd&&!yd&&qa.emit("node-drag-end",gd.node,null,_d,ud),od.value.showDropIndicator=!1,od.value.draggingNode=null,od.value.dropNode=null,od.value.allowDrop=!0}}),{dragState:od}}const _sfc_main$R=defineComponent({name:"ElTreeNode",components:{ElCollapseTransition,ElCheckbox,NodeContent,ElIcon,Loading:loading_default},props:{node:{type:Node$1,default:()=>({})},props:{type:Object,default:()=>({})},accordion:Boolean,renderContent:Function,renderAfterExpand:Boolean,showCheckbox:{type:Boolean,default:!1}},emits:["node-expand"],setup(Ra,qa){const Ja=useNamespace("tree"),{broadcastExpanded:ed}=useNodeExpandEventBroadcast(Ra),td=inject("RootTree"),rd=ref$1(!1),od=ref$1(!1),sd=ref$1(null),ld=ref$1(null),cd=ref$1(null),ud=inject(dragEventsKey),gd=getCurrentInstance();provide("NodeInstance",gd),Ra.node.expanded&&(rd.value=!0,od.value=!0);const _d=td.props.props.children||"children";watch(()=>{const Pd=Ra.node.data[_d];return Pd&&[...Pd]},()=>{Ra.node.updateChildren()}),watch(()=>Ra.node.indeterminate,Pd=>{Td(Ra.node.checked,Pd)}),watch(()=>Ra.node.checked,Pd=>{Td(Pd,Ra.node.indeterminate)}),watch(()=>Ra.node.childNodes.length,()=>Ra.node.reInitChecked()),watch(()=>Ra.node.expanded,Pd=>{nextTick$1(()=>rd.value=Pd),Pd&&(od.value=!0)});const yd=Pd=>getNodeKey(td.props.nodeKey,Pd.data),Ed=Pd=>{const Fd=Ra.props.class;if(!Fd)return{};let Ud;if(isFunction$4(Fd)){const{data:Vd}=Pd;Ud=Fd(Vd,Pd)}else Ud=Fd;return isString$3(Ud)?{[Ud]:!0}:Ud},Td=(Pd,Fd)=>{(sd.value!==Pd||ld.value!==Fd)&&td.ctx.emit("check-change",Ra.node.data,Pd,Fd),sd.value=Pd,ld.value=Fd},Od=Pd=>{handleCurrentChange(td.store,td.ctx.emit,()=>td.store.value.setCurrentNode(Ra.node)),td.currentNode.value=Ra.node,td.props.expandOnClickNode&&Nd(),td.props.checkOnClickNode&&!Ra.node.disabled&&kd(null,{target:{checked:!Ra.node.checked}}),td.ctx.emit("node-click",Ra.node.data,Ra.node,gd,Pd)},Ad=Pd=>{td.instance.vnode.props.onNodeContextmenu&&(Pd.stopPropagation(),Pd.preventDefault()),td.ctx.emit("node-contextmenu",Pd,Ra.node.data,Ra.node,gd)},Nd=()=>{Ra.node.isLeaf||(rd.value?(td.ctx.emit("node-collapse",Ra.node.data,Ra.node,gd),Ra.node.collapse()):(Ra.node.expand(),qa.emit("node-expand",Ra.node.data,Ra.node,gd)))},kd=(Pd,Fd)=>{Ra.node.setChecked(Fd.target.checked,!td.props.checkStrictly),nextTick$1(()=>{const Ud=td.store.value;td.ctx.emit("check",Ra.node.data,{checkedNodes:Ud.getCheckedNodes(),checkedKeys:Ud.getCheckedKeys(),halfCheckedNodes:Ud.getHalfCheckedNodes(),halfCheckedKeys:Ud.getHalfCheckedKeys()})})};return{ns:Ja,node$:cd,tree:td,expanded:rd,childNodeRendered:od,oldChecked:sd,oldIndeterminate:ld,getNodeKey:yd,getNodeClass:Ed,handleSelectChange:Td,handleClick:Od,handleContextMenu:Ad,handleExpandIconClick:Nd,handleCheckChange:kd,handleChildNodeExpand:(Pd,Fd,Ud)=>{ed(Fd),td.ctx.emit("node-expand",Pd,Fd,Ud)},handleDragStart:Pd=>{td.props.draggable&&ud.treeNodeDragStart({event:Pd,treeNode:Ra})},handleDragOver:Pd=>{Pd.preventDefault(),td.props.draggable&&ud.treeNodeDragOver({event:Pd,treeNode:{$el:cd.value,node:Ra.node}})},handleDrop:Pd=>{Pd.preventDefault()},handleDragEnd:Pd=>{td.props.draggable&&ud.treeNodeDragEnd(Pd)},CaretRight:caret_right_default}}});function _sfc_render$2(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-icon"),sd=resolveComponent("el-checkbox"),ld=resolveComponent("loading"),cd=resolveComponent("node-content"),ud=resolveComponent("el-tree-node"),gd=resolveComponent("el-collapse-transition");return withDirectives((openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([Ra.ns.b("node"),Ra.ns.is("expanded",Ra.expanded),Ra.ns.is("current",Ra.node.isCurrent),Ra.ns.is("hidden",!Ra.node.visible),Ra.ns.is("focusable",!Ra.node.disabled),Ra.ns.is("checked",!Ra.node.disabled&&Ra.node.checked),Ra.getNodeClass(Ra.node)]),role:"treeitem",tabindex:"-1","aria-expanded":Ra.expanded,"aria-disabled":Ra.node.disabled,"aria-checked":Ra.node.checked,draggable:Ra.tree.props.draggable,"data-key":Ra.getNodeKey(Ra.node),onClick:withModifiers(Ra.handleClick,["stop"]),onContextmenu:Ra.handleContextMenu,onDragstart:withModifiers(Ra.handleDragStart,["stop"]),onDragover:withModifiers(Ra.handleDragOver,["stop"]),onDragend:withModifiers(Ra.handleDragEnd,["stop"]),onDrop:withModifiers(Ra.handleDrop,["stop"])},[createBaseVNode("div",{class:normalizeClass(Ra.ns.be("node","content")),style:normalizeStyle({paddingLeft:(Ra.node.level-1)*Ra.tree.props.indent+"px"})},[Ra.tree.props.icon||Ra.CaretRight?(openBlock(),createBlock(od,{key:0,class:normalizeClass([Ra.ns.be("node","expand-icon"),Ra.ns.is("leaf",Ra.node.isLeaf),{expanded:!Ra.node.isLeaf&&Ra.expanded}]),onClick:withModifiers(Ra.handleExpandIconClick,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.tree.props.icon||Ra.CaretRight)))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),Ra.showCheckbox?(openBlock(),createBlock(sd,{key:1,"model-value":Ra.node.checked,indeterminate:Ra.node.indeterminate,disabled:!!Ra.node.disabled,onClick:withModifiers(()=>{},["stop"]),onChange:Ra.handleCheckChange},null,8,["model-value","indeterminate","disabled","onClick","onChange"])):createCommentVNode("v-if",!0),Ra.node.loading?(openBlock(),createBlock(od,{key:2,class:normalizeClass([Ra.ns.be("node","loading-icon"),Ra.ns.is("loading")])},{default:withCtx(()=>[createVNode(ld)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode(cd,{node:Ra.node,"render-content":Ra.renderContent},null,8,["node","render-content"])],6),createVNode(gd,null,{default:withCtx(()=>[!Ra.renderAfterExpand||Ra.childNodeRendered?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(Ra.ns.be("node","children")),role:"group","aria-expanded":Ra.expanded},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.node.childNodes,_d=>(openBlock(),createBlock(ud,{key:Ra.getNodeKey(_d),"render-content":Ra.renderContent,"render-after-expand":Ra.renderAfterExpand,"show-checkbox":Ra.showCheckbox,node:_d,accordion:Ra.accordion,props:Ra.props,onNodeExpand:Ra.handleChildNodeExpand},null,8,["render-content","render-after-expand","show-checkbox","node","accordion","props","onNodeExpand"]))),128))],10,["aria-expanded"])),[[vShow,Ra.expanded]]):createCommentVNode("v-if",!0)]),_:1})],42,["aria-expanded","aria-disabled","aria-checked","draggable","data-key","onClick","onContextmenu","onDragstart","onDragover","onDragend","onDrop"])),[[vShow,Ra.node.visible]])}var ElTreeNode$1=_export_sfc$1(_sfc_main$R,[["render",_sfc_render$2],["__file","tree-node.vue"]]);function useKeydown({el$:Ra},qa){const Ja=useNamespace("tree"),ed=shallowRef([]),td=shallowRef([]);onMounted(()=>{od()}),onUpdated(()=>{ed.value=Array.from(Ra.value.querySelectorAll("[role=treeitem]")),td.value=Array.from(Ra.value.querySelectorAll("input[type=checkbox]"))}),watch(td,sd=>{sd.forEach(ld=>{ld.setAttribute("tabindex","-1")})}),useEventListener(Ra,"keydown",sd=>{const ld=sd.target;if(!ld.className.includes(Ja.b("node")))return;const cd=sd.code;ed.value=Array.from(Ra.value.querySelectorAll(`.${Ja.is("focusable")}[role=treeitem]`));const ud=ed.value.indexOf(ld);let gd;if([EVENT_CODE.up,EVENT_CODE.down].includes(cd)){if(sd.preventDefault(),cd===EVENT_CODE.up){gd=ud===-1?0:ud!==0?ud-1:ed.value.length-1;const yd=gd;for(;!qa.value.getNode(ed.value[gd].dataset.key).canFocus;){if(gd--,gd===yd){gd=-1;break}gd<0&&(gd=ed.value.length-1)}}else{gd=ud===-1?0:ud<ed.value.length-1?ud+1:0;const yd=gd;for(;!qa.value.getNode(ed.value[gd].dataset.key).canFocus;){if(gd++,gd===yd){gd=-1;break}gd>=ed.value.length&&(gd=0)}}gd!==-1&&ed.value[gd].focus()}[EVENT_CODE.left,EVENT_CODE.right].includes(cd)&&(sd.preventDefault(),ld.click());const _d=ld.querySelector('[type="checkbox"]');[EVENT_CODE.enter,EVENT_CODE.space].includes(cd)&&_d&&(sd.preventDefault(),_d.click())});const od=()=>{var sd;ed.value=Array.from(Ra.value.querySelectorAll(`.${Ja.is("focusable")}[role=treeitem]`)),td.value=Array.from(Ra.value.querySelectorAll("input[type=checkbox]"));const ld=Ra.value.querySelectorAll(`.${Ja.is("checked")}[role=treeitem]`);if(ld.length){ld[0].setAttribute("tabindex","0");return}(sd=ed.value[0])==null||sd.setAttribute("tabindex","0")}}const _sfc_main$Q=defineComponent({name:"ElTree",components:{ElTreeNode:ElTreeNode$1},props:{data:{type:Array,default:()=>[]},emptyText:{type:String},renderAfterExpand:{type:Boolean,default:!0},nodeKey:String,checkStrictly:Boolean,defaultExpandAll:Boolean,expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:Boolean,checkDescendants:{type:Boolean,default:!1},autoExpandParent:{type:Boolean,default:!0},defaultCheckedKeys:Array,defaultExpandedKeys:Array,currentNodeKey:[String,Number],renderContent:Function,showCheckbox:{type:Boolean,default:!1},draggable:{type:Boolean,default:!1},allowDrag:Function,allowDrop:Function,props:{type:Object,default:()=>({children:"children",label:"label",disabled:"disabled"})},lazy:{type:Boolean,default:!1},highlightCurrent:Boolean,load:Function,filterNodeMethod:Function,accordion:Boolean,indent:{type:Number,default:18},icon:{type:iconPropType}},emits:["check-change","current-change","node-click","node-contextmenu","node-collapse","node-expand","check","node-drag-start","node-drag-end","node-drop","node-drag-leave","node-drag-enter","node-drag-over"],setup(Ra,qa){const{t:Ja}=useLocale(),ed=useNamespace("tree"),td=inject(selectKey,null),rd=ref$1(new TreeStore({key:Ra.nodeKey,data:Ra.data,lazy:Ra.lazy,props:Ra.props,load:Ra.load,currentNodeKey:Ra.currentNodeKey,checkStrictly:Ra.checkStrictly,checkDescendants:Ra.checkDescendants,defaultCheckedKeys:Ra.defaultCheckedKeys,defaultExpandedKeys:Ra.defaultExpandedKeys,autoExpandParent:Ra.autoExpandParent,defaultExpandAll:Ra.defaultExpandAll,filterNodeMethod:Ra.filterNodeMethod}));rd.value.initialize();const od=ref$1(rd.value.root),sd=ref$1(null),ld=ref$1(null),cd=ref$1(null),{broadcastExpanded:ud}=useNodeExpandEventBroadcast(Ra),{dragState:gd}=useDragNodeHandler({props:Ra,ctx:qa,el$:ld,dropIndicator$:cd,store:rd});useKeydown({el$:ld},rd);const _d=computed(()=>{const{childNodes:hf}=od.value,gf=td?td.hasFilteredOptions!==0:!1;return(!hf||hf.length===0||hf.every(({visible:bf})=>!bf))&&!gf});watch(()=>Ra.currentNodeKey,hf=>{rd.value.setCurrentNodeKey(hf)}),watch(()=>Ra.defaultCheckedKeys,hf=>{rd.value.setDefaultCheckedKey(hf)}),watch(()=>Ra.defaultExpandedKeys,hf=>{rd.value.setDefaultExpandedKeys(hf)}),watch(()=>Ra.data,hf=>{rd.value.setData(hf)},{deep:!0}),watch(()=>Ra.checkStrictly,hf=>{rd.value.checkStrictly=hf});const yd=hf=>{if(!Ra.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");rd.value.filter(hf)},Ed=hf=>getNodeKey(Ra.nodeKey,hf.data),Td=hf=>{if(!Ra.nodeKey)throw new Error("[Tree] nodeKey is required in getNodePath");const gf=rd.value.getNode(hf);if(!gf)return[];const bf=[gf.data];let kf=gf.parent;for(;kf&&kf!==od.value;)bf.push(kf.data),kf=kf.parent;return bf.reverse()},Od=(hf,gf)=>rd.value.getCheckedNodes(hf,gf),Ad=hf=>rd.value.getCheckedKeys(hf),Nd=()=>{const hf=rd.value.getCurrentNode();return hf?hf.data:null},kd=()=>{if(!Ra.nodeKey)throw new Error("[Tree] nodeKey is required in getCurrentKey");const hf=Nd();return hf?hf[Ra.nodeKey]:null},Id=(hf,gf)=>{if(!Ra.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedNodes");rd.value.setCheckedNodes(hf,gf)},Rd=(hf,gf)=>{if(!Ra.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedKeys");rd.value.setCheckedKeys(hf,gf)},Md=(hf,gf,bf)=>{rd.value.setChecked(hf,gf,bf)},Ld=()=>rd.value.getHalfCheckedNodes(),jd=()=>rd.value.getHalfCheckedKeys(),Pd=(hf,gf=!0)=>{if(!Ra.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentNode");handleCurrentChange(rd,qa.emit,()=>{ud(hf),rd.value.setUserCurrentNode(hf,gf)})},Fd=(hf,gf=!0)=>{if(!Ra.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentKey");handleCurrentChange(rd,qa.emit,()=>{ud(),rd.value.setCurrentNodeKey(hf,gf)})},Ud=hf=>rd.value.getNode(hf),Vd=hf=>{rd.value.remove(hf)},qd=(hf,gf)=>{rd.value.append(hf,gf)},Wd=(hf,gf)=>{rd.value.insertBefore(hf,gf)},zd=(hf,gf)=>{rd.value.insertAfter(hf,gf)},Kd=(hf,gf,bf)=>{ud(gf),qa.emit("node-expand",hf,gf,bf)},Qd=(hf,gf)=>{if(!Ra.nodeKey)throw new Error("[Tree] nodeKey is required in updateKeyChild");rd.value.updateChildren(hf,gf)};return provide("RootTree",{ctx:qa,props:Ra,store:rd,root:od,currentNode:sd,instance:getCurrentInstance()}),provide(formItemContextKey,void 0),{ns:ed,store:rd,root:od,currentNode:sd,dragState:gd,el$:ld,dropIndicator$:cd,isEmpty:_d,filter:yd,getNodeKey:Ed,getNodePath:Td,getCheckedNodes:Od,getCheckedKeys:Ad,getCurrentNode:Nd,getCurrentKey:kd,setCheckedNodes:Id,setCheckedKeys:Rd,setChecked:Md,getHalfCheckedNodes:Ld,getHalfCheckedKeys:jd,setCurrentNode:Pd,setCurrentKey:Fd,t:Ja,getNode:Ud,remove:Vd,append:qd,insertBefore:Wd,insertAfter:zd,handleNodeExpand:Kd,updateKeyChildren:Qd}}});function _sfc_render$1(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-tree-node");return openBlock(),createElementBlock("div",{ref:"el$",class:normalizeClass([Ra.ns.b(),Ra.ns.is("dragging",!!Ra.dragState.draggingNode),Ra.ns.is("drop-not-allow",!Ra.dragState.allowDrop),Ra.ns.is("drop-inner",Ra.dragState.dropType==="inner"),{[Ra.ns.m("highlight-current")]:Ra.highlightCurrent}]),role:"tree"},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.root.childNodes,sd=>(openBlock(),createBlock(od,{key:Ra.getNodeKey(sd),node:sd,props:Ra.props,accordion:Ra.accordion,"render-after-expand":Ra.renderAfterExpand,"show-checkbox":Ra.showCheckbox,"render-content":Ra.renderContent,onNodeExpand:Ra.handleNodeExpand},null,8,["node","props","accordion","render-after-expand","show-checkbox","render-content","onNodeExpand"]))),128)),Ra.isEmpty?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(Ra.ns.e("empty-block"))},[renderSlot(Ra.$slots,"empty",{},()=>{var sd;return[createBaseVNode("span",{class:normalizeClass(Ra.ns.e("empty-text"))},toDisplayString((sd=Ra.emptyText)!=null?sd:Ra.t("el.tree.emptyText")),3)]})],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{ref:"dropIndicator$",class:normalizeClass(Ra.ns.e("drop-indicator"))},null,2),[[vShow,Ra.dragState.showDropIndicator]])],2)}var Tree=_export_sfc$1(_sfc_main$Q,[["render",_sfc_render$1],["__file","tree.vue"]]);const ElTree=withInstall(Tree),useSelect=(Ra,{attrs:qa,emit:Ja},{select:ed,tree:td,key:rd})=>{const od=useNamespace("tree-select");return watch(()=>Ra.data,()=>{Ra.filterable&&nextTick$1(()=>{var ld,cd;(cd=td.value)==null||cd.filter((ld=ed.value)==null?void 0:ld.states.inputValue)})},{flush:"post"}),{...pick(toRefs(Ra),Object.keys(ElSelect.props)),...qa,"onUpdate:modelValue":ld=>Ja(UPDATE_MODEL_EVENT,ld),valueKey:rd,popperClass:computed(()=>{const ld=[od.e("popper")];return Ra.popperClass&&ld.push(Ra.popperClass),ld.join(" ")}),filterMethod:(ld="")=>{var cd;Ra.filterMethod?Ra.filterMethod(ld):Ra.remoteMethod?Ra.remoteMethod(ld):(cd=td.value)==null||cd.filter(ld)}}},component=defineComponent({extends:ElOption,setup(Ra,qa){const Ja=ElOption.setup(Ra,qa);delete Ja.selectOptionClick;const ed=getCurrentInstance().proxy;return nextTick$1(()=>{Ja.select.states.cachedOptions.get(ed.value)||Ja.select.onOptionCreate(ed)}),watch(()=>qa.attrs.visible,td=>{Ja.states.visible=td},{immediate:!0}),Ja},methods:{selectOptionClick(){this.$el.parentElement.click()}}});function isValidValue(Ra){return Ra||Ra===0}function isValidArray(Ra){return Array.isArray(Ra)&&Ra.length}function toValidArray(Ra){return Array.isArray(Ra)?Ra:isValidValue(Ra)?[Ra]:[]}function treeFind(Ra,qa,Ja,ed,td){for(let rd=0;rd<Ra.length;rd++){const od=Ra[rd];if(qa(od,rd,Ra,td))return ed?ed(od,rd,Ra,td):od;{const sd=Ja(od);if(isValidArray(sd)){const ld=treeFind(sd,qa,Ja,ed,od);if(ld)return ld}}}}function treeEach(Ra,qa,Ja,ed){for(let td=0;td<Ra.length;td++){const rd=Ra[td];qa(rd,td,Ra,ed);const od=Ja(rd);isValidArray(od)&&treeEach(od,qa,Ja,rd)}}const useTree$1=(Ra,{attrs:qa,slots:Ja,emit:ed},{select:td,tree:rd,key:od})=>{watch(()=>Ra.modelValue,()=>{Ra.showCheckbox&&nextTick$1(()=>{const gd=rd.value;gd&&!isEqual$1(gd.getCheckedKeys(),toValidArray(Ra.modelValue))&&gd.setCheckedKeys(toValidArray(Ra.modelValue))})},{immediate:!0,deep:!0});const sd=computed(()=>({value:od.value,label:"label",children:"children",disabled:"disabled",isLeaf:"isLeaf",...Ra.props})),ld=(gd,_d)=>{var yd;const Ed=sd.value[gd];return isFunction$4(Ed)?Ed(_d,(yd=rd.value)==null?void 0:yd.getNode(ld("value",_d))):_d[Ed]},cd=toValidArray(Ra.modelValue).map(gd=>treeFind(Ra.data||[],_d=>ld("value",_d)===gd,_d=>ld("children",_d),(_d,yd,Ed,Td)=>Td&&ld("value",Td))).filter(gd=>isValidValue(gd)),ud=computed(()=>{if(!Ra.renderAfterExpand&&!Ra.lazy)return[];const gd=[];return treeEach(Ra.data.concat(Ra.cacheData),_d=>{const yd=ld("value",_d);gd.push({value:yd,currentLabel:ld("label",_d),isDisabled:ld("disabled",_d)})},_d=>ld("children",_d)),gd});return{...pick(toRefs(Ra),Object.keys(ElTree.props)),...qa,nodeKey:od,expandOnClickNode:computed(()=>!Ra.checkStrictly&&Ra.expandOnClickNode),defaultExpandedKeys:computed(()=>Ra.defaultExpandedKeys?Ra.defaultExpandedKeys.concat(cd):cd),renderContent:(gd,{node:_d,data:yd,store:Ed})=>gd(component,{value:ld("value",yd),label:ld("label",yd),disabled:ld("disabled",yd),visible:_d.visible},Ra.renderContent?()=>Ra.renderContent(gd,{node:_d,data:yd,store:Ed}):Ja.default?()=>Ja.default({node:_d,data:yd,store:Ed}):void 0),filterNodeMethod:(gd,_d,yd)=>Ra.filterNodeMethod?Ra.filterNodeMethod(gd,_d,yd):gd?new RegExp(escapeStringRegexp(gd),"i").test(ld("label",_d)||""):!0,onNodeClick:(gd,_d,yd)=>{var Ed,Td,Od,Ad;if((Ed=qa.onNodeClick)==null||Ed.call(qa,gd,_d,yd),!(Ra.showCheckbox&&Ra.checkOnClickNode)){if(!Ra.showCheckbox&&(Ra.checkStrictly||_d.isLeaf)){if(!ld("disabled",gd)){const Nd=(Td=td.value)==null?void 0:Td.states.options.get(ld("value",gd));(Od=td.value)==null||Od.handleOptionSelect(Nd)}}else Ra.expandOnClickNode&&yd.proxy.handleExpandIconClick();(Ad=td.value)==null||Ad.focus()}},onCheck:(gd,_d)=>{var yd;if(!Ra.showCheckbox)return;const Ed=ld("value",gd),Td={};treeEach([rd.value.store.root],kd=>Td[kd.key]=kd,kd=>kd.childNodes);const Od=_d.checkedKeys,Ad=Ra.multiple?toValidArray(Ra.modelValue).filter(kd=>!(kd in Td)&&!Od.includes(kd)):[],Nd=Ad.concat(Od);if(Ra.checkStrictly)ed(UPDATE_MODEL_EVENT,Ra.multiple?Nd:Nd.includes(Ed)?Ed:void 0);else if(Ra.multiple)ed(UPDATE_MODEL_EVENT,Ad.concat(rd.value.getCheckedKeys(!0)));else{const kd=treeFind([gd],Md=>!isValidArray(ld("children",Md))&&!ld("disabled",Md),Md=>ld("children",Md)),Id=kd?ld("value",kd):void 0,Rd=isValidValue(Ra.modelValue)&&!!treeFind([gd],Md=>ld("value",Md)===Ra.modelValue,Md=>ld("children",Md));ed(UPDATE_MODEL_EVENT,Id===Ra.modelValue||Rd?void 0:Id)}nextTick$1(()=>{var kd;const Id=toValidArray(Ra.modelValue);rd.value.setCheckedKeys(Id),(kd=qa.onCheck)==null||kd.call(qa,gd,{checkedKeys:rd.value.getCheckedKeys(),checkedNodes:rd.value.getCheckedNodes(),halfCheckedKeys:rd.value.getHalfCheckedKeys(),halfCheckedNodes:rd.value.getHalfCheckedNodes()})}),(yd=td.value)==null||yd.focus()},cacheOptions:ud}};var CacheOptions=defineComponent({props:{data:{type:Array,default:()=>[]}},setup(Ra){const qa=inject(selectKey);return watch(()=>Ra.data,()=>{var Ja;Ra.data.forEach(td=>{qa.states.cachedOptions.has(td.value)||qa.states.cachedOptions.set(td.value,td)});const ed=((Ja=qa.selectRef)==null?void 0:Ja.querySelectorAll("input"))||[];isClient&&!Array.from(ed).includes(document.activeElement)&&qa.setSelected()},{flush:"post",immediate:!0}),()=>{}}});const _sfc_main$P=defineComponent({name:"ElTreeSelect",inheritAttrs:!1,props:{...ElSelect.props,...ElTree.props,cacheData:{type:Array,default:()=>[]}},setup(Ra,qa){const{slots:Ja,expose:ed}=qa,td=ref$1(),rd=ref$1(),od=computed(()=>Ra.nodeKey||Ra.valueKey||"value"),sd=useSelect(Ra,qa,{select:td,tree:rd,key:od}),{cacheOptions:ld,...cd}=useTree$1(Ra,qa,{select:td,tree:rd,key:od}),ud=reactive({});return ed(ud),onMounted(()=>{Object.assign(ud,{...pick(rd.value,["filter","updateKeyChildren","getCheckedNodes","setCheckedNodes","getCheckedKeys","setCheckedKeys","setChecked","getHalfCheckedNodes","getHalfCheckedKeys","getCurrentKey","getCurrentNode","setCurrentKey","setCurrentNode","getNode","remove","append","insertBefore","insertAfter"]),...pick(td.value,["focus","blur"])})}),()=>h$2(ElSelect,reactive({...sd,ref:gd=>td.value=gd}),{...Ja,default:()=>[h$2(CacheOptions,{data:ld.value}),h$2(ElTree,reactive({...cd,ref:gd=>rd.value=gd}))]})}});var TreeSelect=_export_sfc$1(_sfc_main$P,[["__file","tree-select.vue"]]);const ElTreeSelect=withInstall(TreeSelect),ROOT_TREE_INJECTION_KEY=Symbol(),EMPTY_NODE={key:-1,level:-1,data:{}};var TreeOptionsEnum=(Ra=>(Ra.KEY="id",Ra.LABEL="label",Ra.CHILDREN="children",Ra.DISABLED="disabled",Ra))(TreeOptionsEnum||{}),SetOperationEnum=(Ra=>(Ra.ADD="add",Ra.DELETE="delete",Ra))(SetOperationEnum||{});const itemSize={type:Number,default:26},treeProps=buildProps({data:{type:definePropType(Array),default:()=>mutable([])},emptyText:{type:String},height:{type:Number,default:200},props:{type:definePropType(Object),default:()=>mutable({children:"children",label:"label",disabled:"disabled",value:"id"})},highlightCurrent:{type:Boolean,default:!1},showCheckbox:{type:Boolean,default:!1},defaultCheckedKeys:{type:definePropType(Array),default:()=>mutable([])},checkStrictly:{type:Boolean,default:!1},defaultExpandedKeys:{type:definePropType(Array),default:()=>mutable([])},indent:{type:Number,default:16},itemSize,icon:{type:iconPropType},expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:{type:Boolean,default:!1},currentNodeKey:{type:definePropType([String,Number])},accordion:{type:Boolean,default:!1},filterMethod:{type:definePropType(Function)},perfMode:{type:Boolean,default:!0}}),treeNodeProps=buildProps({node:{type:definePropType(Object),default:()=>mutable(EMPTY_NODE)},expanded:{type:Boolean,default:!1},checked:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1},showCheckbox:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},current:{type:Boolean,default:!1},hiddenExpandIcon:{type:Boolean,default:!1},itemSize}),treeNodeContentProps=buildProps({node:{type:definePropType(Object),required:!0}}),NODE_CLICK="node-click",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]:(Ra,qa,Ja)=>Ra&&qa&&Ja,[NODE_EXPAND]:(Ra,qa)=>Ra&&qa,[NODE_COLLAPSE]:(Ra,qa)=>Ra&&qa,[CURRENT_CHANGE]:(Ra,qa)=>Ra&&qa,[NODE_CHECK]:(Ra,qa)=>Ra&&qa,[NODE_CHECK_CHANGE]:(Ra,qa)=>Ra&&typeof qa=="boolean",[NODE_CONTEXTMENU]:(Ra,qa,Ja)=>Ra&&qa&&Ja},treeNodeEmits={click:(Ra,qa)=>!!(Ra&&qa),toggle:Ra=>!!Ra,check:(Ra,qa)=>Ra&&typeof qa=="boolean"};function useCheck(Ra,qa){const Ja=ref$1(new Set),ed=ref$1(new Set),{emit:td}=getCurrentInstance();watch([()=>qa.value,()=>Ra.defaultCheckedKeys],()=>nextTick$1(()=>{Nd(Ra.defaultCheckedKeys)}),{immediate:!0});const rd=()=>{if(!qa.value||!Ra.showCheckbox||Ra.checkStrictly)return;const{levelTreeNodeMap:kd,maxLevel:Id}=qa.value,Rd=Ja.value,Md=new Set;for(let Ld=Id-1;Ld>=1;--Ld){const jd=kd.get(Ld);jd&&jd.forEach(Pd=>{const Fd=Pd.children;if(Fd){let Ud=!0,Vd=!1;for(const qd of Fd){const Wd=qd.key;if(Rd.has(Wd))Vd=!0;else if(Md.has(Wd)){Ud=!1,Vd=!0;break}else Ud=!1}Ud?Rd.add(Pd.key):Vd?(Md.add(Pd.key),Rd.delete(Pd.key)):(Rd.delete(Pd.key),Md.delete(Pd.key))}})}ed.value=Md},od=kd=>Ja.value.has(kd.key),sd=kd=>ed.value.has(kd.key),ld=(kd,Id,Rd=!0)=>{const Md=Ja.value,Ld=(jd,Pd)=>{Md[Pd?SetOperationEnum.ADD:SetOperationEnum.DELETE](jd.key);const Fd=jd.children;!Ra.checkStrictly&&Fd&&Fd.forEach(Ud=>{Ud.disabled||Ld(Ud,Pd)})};Ld(kd,Id),rd(),Rd&&cd(kd,Id)},cd=(kd,Id)=>{const{checkedNodes:Rd,checkedKeys:Md}=Ed(),{halfCheckedNodes:Ld,halfCheckedKeys:jd}=Td();td(NODE_CHECK,kd.data,{checkedKeys:Md,checkedNodes:Rd,halfCheckedKeys:jd,halfCheckedNodes:Ld}),td(NODE_CHECK_CHANGE,kd.data,Id)};function ud(kd=!1){return Ed(kd).checkedKeys}function gd(kd=!1){return Ed(kd).checkedNodes}function _d(){return Td().halfCheckedKeys}function yd(){return Td().halfCheckedNodes}function Ed(kd=!1){const Id=[],Rd=[];if(qa!=null&&qa.value&&Ra.showCheckbox){const{treeNodeMap:Md}=qa.value;Ja.value.forEach(Ld=>{const jd=Md.get(Ld);jd&&(!kd||kd&&jd.isLeaf)&&(Rd.push(Ld),Id.push(jd.data))})}return{checkedKeys:Rd,checkedNodes:Id}}function Td(){const kd=[],Id=[];if(qa!=null&&qa.value&&Ra.showCheckbox){const{treeNodeMap:Rd}=qa.value;ed.value.forEach(Md=>{const Ld=Rd.get(Md);Ld&&(Id.push(Md),kd.push(Ld.data))})}return{halfCheckedNodes:kd,halfCheckedKeys:Id}}function Od(kd){Ja.value.clear(),ed.value.clear(),nextTick$1(()=>{Nd(kd)})}function Ad(kd,Id){if(qa!=null&&qa.value&&Ra.showCheckbox){const Rd=qa.value.treeNodeMap.get(kd);Rd&&ld(Rd,Id,!1)}}function Nd(kd){if(qa!=null&&qa.value){const{treeNodeMap:Id}=qa.value;if(Ra.showCheckbox&&Id&&kd)for(const Rd of kd){const Md=Id.get(Rd);Md&&!od(Md)&&ld(Md,!0,!1)}}}return{updateCheckedKeys:rd,toggleCheckbox:ld,isChecked:od,isIndeterminate:sd,getCheckedKeys:ud,getCheckedNodes:gd,getHalfCheckedKeys:_d,getHalfCheckedNodes:yd,setChecked:Ad,setCheckedKeys:Od}}function useFilter(Ra,qa){const Ja=ref$1(new Set([])),ed=ref$1(new Set([])),td=computed(()=>isFunction$4(Ra.filterMethod));function rd(sd){var ld;if(!td.value)return;const cd=new Set,ud=ed.value,gd=Ja.value,_d=[],yd=((ld=qa.value)==null?void 0:ld.treeNodes)||[],Ed=Ra.filterMethod;gd.clear();function Td(Od){Od.forEach(Ad=>{_d.push(Ad),Ed!=null&&Ed(sd,Ad.data)?_d.forEach(kd=>{cd.add(kd.key)}):Ad.isLeaf&&gd.add(Ad.key);const Nd=Ad.children;if(Nd&&Td(Nd),!Ad.isLeaf){if(!cd.has(Ad.key))gd.add(Ad.key);else if(Nd){let kd=!0;for(const Id of Nd)if(!gd.has(Id.key)){kd=!1;break}kd?ud.add(Ad.key):ud.delete(Ad.key)}}_d.pop()})}return Td(yd),cd}function od(sd){return ed.value.has(sd.key)}return{hiddenExpandIconKeySet:ed,hiddenNodeKeySet:Ja,doFilter:rd,isForceHiddenExpandIcon:od}}function useTree(Ra,qa){const Ja=ref$1(new Set(Ra.defaultExpandedKeys)),ed=ref$1(),td=shallowRef(),rd=ref$1();watch(()=>Ra.currentNodeKey,Lf=>{ed.value=Lf},{immediate:!0}),watch(()=>Ra.data,Lf=>{Zd(Lf)},{immediate:!0});const{isIndeterminate:od,isChecked:sd,toggleCheckbox:ld,getCheckedKeys:cd,getCheckedNodes:ud,getHalfCheckedKeys:gd,getHalfCheckedNodes:_d,setChecked:yd,setCheckedKeys:Ed}=useCheck(Ra,td),{doFilter:Td,hiddenNodeKeySet:Od,isForceHiddenExpandIcon:Ad}=useFilter(Ra,td),Nd=computed(()=>{var Lf;return((Lf=Ra.props)==null?void 0:Lf.value)||TreeOptionsEnum.KEY}),kd=computed(()=>{var Lf;return((Lf=Ra.props)==null?void 0:Lf.children)||TreeOptionsEnum.CHILDREN}),Id=computed(()=>{var Lf;return((Lf=Ra.props)==null?void 0:Lf.disabled)||TreeOptionsEnum.DISABLED}),Rd=computed(()=>{var Lf;return((Lf=Ra.props)==null?void 0:Lf.label)||TreeOptionsEnum.LABEL}),Md=computed(()=>{const Lf=Ja.value,jf=Od.value,xf=[],Nf=td.value&&td.value.treeNodes||[];function Bf(){const Tf=[];for(let wf=Nf.length-1;wf>=0;--wf)Tf.push(Nf[wf]);for(;Tf.length;){const wf=Tf.pop();if(wf&&(jf.has(wf.key)||xf.push(wf),Lf.has(wf.key))){const Of=wf.children;if(Of){const $f=Of.length;for(let Wf=$f-1;Wf>=0;--Wf)Tf.push(Of[Wf])}}}}return Bf(),xf}),Ld=computed(()=>Md.value.length>0);function jd(Lf){const jf=new Map,xf=new Map;let Nf=1;function Bf(wf,Of=1,$f=void 0){var Wf;const Kf=[];for(const Df of wf){const qf=Ud(Df),Xf={level:Of,key:qf,data:Df};Xf.label=qd(Df),Xf.parent=$f;const hh=Fd(Df);Xf.disabled=Vd(Df),Xf.isLeaf=!hh||hh.length===0,hh&&hh.length&&(Xf.children=Bf(hh,Of+1,Xf)),Kf.push(Xf),jf.set(qf,Xf),xf.has(Of)||xf.set(Of,[]),(Wf=xf.get(Of))==null||Wf.push(Xf)}return Of>Nf&&(Nf=Of),Kf}const Tf=Bf(Lf);return{treeNodeMap:jf,levelTreeNodeMap:xf,maxLevel:Nf,treeNodes:Tf}}function Pd(Lf){const jf=Td(Lf);jf&&(Ja.value=jf)}function Fd(Lf){return Lf[kd.value]}function Ud(Lf){return Lf?Lf[Nd.value]:""}function Vd(Lf){return Lf[Id.value]}function qd(Lf){return Lf[Rd.value]}function Wd(Lf){Ja.value.has(Lf.key)?bf(Lf):gf(Lf)}function zd(Lf){Ja.value=new Set(Lf)}function Kd(Lf,jf){qa(NODE_CLICK,Lf.data,Lf,jf),Qd(Lf),Ra.expandOnClickNode&&Wd(Lf),Ra.showCheckbox&&Ra.checkOnClickNode&&!Lf.disabled&&ld(Lf,!sd(Lf),!0)}function Qd(Lf){Ef(Lf)||(ed.value=Lf.key,qa(CURRENT_CHANGE,Lf.data,Lf))}function hf(Lf,jf){ld(Lf,jf)}function gf(Lf){const jf=Ja.value;if(td.value&&Ra.accordion){const{treeNodeMap:xf}=td.value;jf.forEach(Nf=>{const Bf=xf.get(Nf);Lf&&Lf.level===(Bf==null?void 0:Bf.level)&&jf.delete(Nf)})}jf.add(Lf.key),qa(NODE_EXPAND,Lf.data,Lf)}function bf(Lf){Ja.value.delete(Lf.key),qa(NODE_COLLAPSE,Lf.data,Lf)}function kf(Lf){return Ja.value.has(Lf.key)}function Cf(Lf){return!!Lf.disabled}function Ef(Lf){const jf=ed.value;return jf!==void 0&&jf===Lf.key}function yf(){var Lf,jf;if(ed.value)return(jf=(Lf=td.value)==null?void 0:Lf.treeNodeMap.get(ed.value))==null?void 0:jf.data}function Mf(){return ed.value}function Af(Lf){ed.value=Lf}function Zd(Lf){nextTick$1(()=>td.value=jd(Lf))}function mf(Lf){var jf;const xf=isObject$5(Lf)?Ud(Lf):Lf;return(jf=td.value)==null?void 0:jf.treeNodeMap.get(xf)}function Pf(Lf,jf="auto"){const xf=mf(Lf);xf&&rd.value&&rd.value.scrollToItem(Md.value.indexOf(xf),jf)}function Ff(Lf){var jf;(jf=rd.value)==null||jf.scrollTo(Lf)}return{tree:td,flattenTree:Md,isNotEmpty:Ld,listRef:rd,getKey:Ud,getChildren:Fd,toggleExpand:Wd,toggleCheckbox:ld,isExpanded:kf,isChecked:sd,isIndeterminate:od,isDisabled:Cf,isCurrent:Ef,isForceHiddenExpandIcon:Ad,handleNodeClick:Kd,handleNodeCheck:hf,getCurrentNode:yf,getCurrentKey:Mf,setCurrentKey:Af,getCheckedKeys:cd,getCheckedNodes:ud,getHalfCheckedKeys:gd,getHalfCheckedNodes:_d,setChecked:yd,setCheckedKeys:Ed,filter:Pd,setData:Zd,getNode:mf,expandNode:gf,collapseNode:bf,setExpandedKeys:zd,scrollToNode:Pf,scrollTo:Ff}}var ElNodeContent=defineComponent({name:"ElTreeNodeContent",props:treeNodeContentProps,setup(Ra){const qa=inject(ROOT_TREE_INJECTION_KEY),Ja=useNamespace("tree");return()=>{const ed=Ra.node,{data:td}=ed;return qa!=null&&qa.ctx.slots.default?qa.ctx.slots.default({node:ed,data:td}):h$2("span",{class:Ja.be("node","label")},[ed==null?void 0:ed.label])}}});const __default__$h=defineComponent({name:"ElTreeNode"}),_sfc_main$O=defineComponent({...__default__$h,props:treeNodeProps,emits:treeNodeEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=inject(ROOT_TREE_INJECTION_KEY),td=useNamespace("tree"),rd=computed(()=>{var gd;return(gd=ed==null?void 0:ed.props.indent)!=null?gd:16}),od=computed(()=>{var gd;return(gd=ed==null?void 0:ed.props.icon)!=null?gd:caret_right_default}),sd=gd=>{qa("click",Ja.node,gd)},ld=()=>{qa("toggle",Ja.node)},cd=gd=>{qa("check",Ja.node,gd)},ud=gd=>{var _d,yd,Ed,Td;(Ed=(yd=(_d=ed==null?void 0:ed.instance)==null?void 0:_d.vnode)==null?void 0:yd.props)!=null&&Ed.onNodeContextmenu&&(gd.stopPropagation(),gd.preventDefault()),ed==null||ed.ctx.emit(NODE_CONTEXTMENU,gd,(Td=Ja.node)==null?void 0:Td.data,Ja.node)};return(gd,_d)=>{var yd,Ed,Td;return openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([unref(td).b("node"),unref(td).is("expanded",gd.expanded),unref(td).is("current",gd.current),unref(td).is("focusable",!gd.disabled),unref(td).is("checked",!gd.disabled&&gd.checked)]),role:"treeitem",tabindex:"-1","aria-expanded":gd.expanded,"aria-disabled":gd.disabled,"aria-checked":gd.checked,"data-key":(yd=gd.node)==null?void 0:yd.key,onClick:withModifiers(sd,["stop"]),onContextmenu:ud},[createBaseVNode("div",{class:normalizeClass(unref(td).be("node","content")),style:normalizeStyle({paddingLeft:`${(gd.node.level-1)*unref(rd)}px`,height:gd.itemSize+"px"})},[unref(od)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(td).is("leaf",!!((Ed=gd.node)!=null&&Ed.isLeaf)),unref(td).is("hidden",gd.hiddenExpandIcon),{expanded:!((Td=gd.node)!=null&&Td.isLeaf)&&gd.expanded},unref(td).be("node","expand-icon")]),onClick:withModifiers(ld,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(od))))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),gd.showCheckbox?(openBlock(),createBlock(unref(ElCheckbox),{key:1,"model-value":gd.checked,indeterminate:gd.indeterminate,disabled:gd.disabled,onChange:cd,onClick:withModifiers(()=>{},["stop"])},null,8,["model-value","indeterminate","disabled","onClick"])):createCommentVNode("v-if",!0),createVNode(unref(ElNodeContent),{node:gd.node},null,8,["node"])],6)],42,["aria-expanded","aria-disabled","aria-checked","data-key","onClick"])}}});var ElTreeNode=_export_sfc$1(_sfc_main$O,[["__file","tree-node.vue"]]);const __default__$g=defineComponent({name:"ElTreeV2"}),_sfc_main$N=defineComponent({...__default__$g,props:treeProps,emits:treeEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useSlots(),rd=computed(()=>ed.itemSize);provide(ROOT_TREE_INJECTION_KEY,{ctx:{emit:Ja,slots:td},props:ed,instance:getCurrentInstance()}),provide(formItemContextKey,void 0);const{t:od}=useLocale(),sd=useNamespace("tree"),{flattenTree:ld,isNotEmpty:cd,listRef:ud,toggleExpand:gd,isExpanded:_d,isIndeterminate:yd,isChecked:Ed,isDisabled:Td,isCurrent:Od,isForceHiddenExpandIcon:Ad,handleNodeClick:Nd,handleNodeCheck:kd,toggleCheckbox:Id,getCurrentNode:Rd,getCurrentKey:Md,setCurrentKey:Ld,getCheckedKeys:jd,getCheckedNodes:Pd,getHalfCheckedKeys:Fd,getHalfCheckedNodes:Ud,setChecked:Vd,setCheckedKeys:qd,filter:Wd,setData:zd,getNode:Kd,expandNode:Qd,collapseNode:hf,setExpandedKeys:gf,scrollToNode:bf,scrollTo:kf}=useTree(ed,Ja);return qa({toggleCheckbox:Id,getCurrentNode:Rd,getCurrentKey:Md,setCurrentKey:Ld,getCheckedKeys:jd,getCheckedNodes:Pd,getHalfCheckedKeys:Fd,getHalfCheckedNodes:Ud,setChecked:Vd,setCheckedKeys:qd,filter:Wd,setData:zd,getNode:Kd,expandNode:Qd,collapseNode:hf,setExpandedKeys:gf,scrollToNode:bf,scrollTo:kf}),(Cf,Ef)=>{var yf;return openBlock(),createElementBlock("div",{class:normalizeClass([unref(sd).b(),{[unref(sd).m("highlight-current")]:Cf.highlightCurrent}]),role:"tree"},[unref(cd)?(openBlock(),createBlock(unref(FixedSizeList),{key:0,ref_key:"listRef",ref:ud,"class-name":unref(sd).b("virtual-list"),data:unref(ld),total:unref(ld).length,height:Cf.height,"item-size":unref(rd),"perf-mode":Cf.perfMode},{default:withCtx(({data:Mf,index:Af,style:Zd})=>[(openBlock(),createBlock(ElTreeNode,{key:Mf[Af].key,style:normalizeStyle(Zd),node:Mf[Af],expanded:unref(_d)(Mf[Af]),"show-checkbox":Cf.showCheckbox,checked:unref(Ed)(Mf[Af]),indeterminate:unref(yd)(Mf[Af]),"item-size":unref(rd),disabled:unref(Td)(Mf[Af]),current:unref(Od)(Mf[Af]),"hidden-expand-icon":unref(Ad)(Mf[Af]),onClick:unref(Nd),onToggle:unref(gd),onCheck:unref(kd)},null,8,["style","node","expanded","show-checkbox","checked","indeterminate","item-size","disabled","current","hidden-expand-icon","onClick","onToggle","onCheck"]))]),_:1},8,["class-name","data","total","height","item-size","perf-mode"])):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(sd).e("empty-block"))},[createBaseVNode("span",{class:normalizeClass(unref(sd).e("empty-text"))},toDisplayString((yf=Cf.emptyText)!=null?yf:unref(od)("el.tree.emptyText")),3)],2))],2)}}});var TreeV2=_export_sfc$1(_sfc_main$N,[["__file","tree.vue"]]);const ElTreeV2=withInstall(TreeV2),uploadContextKey=Symbol("uploadContextKey"),SCOPE$2="ElUpload";class UploadAjaxError extends Error{constructor(qa,Ja,ed,td){super(qa),this.name="UploadAjaxError",this.status=Ja,this.method=ed,this.url=td}}function getError(Ra,qa,Ja){let ed;return Ja.response?ed=`${Ja.response.error||Ja.response}`:Ja.responseText?ed=`${Ja.responseText}`:ed=`fail to ${qa.method} ${Ra} ${Ja.status}`,new UploadAjaxError(ed,Ja.status,qa.method,Ra)}function getBody(Ra){const qa=Ra.responseText||Ra.response;if(!qa)return qa;try{return JSON.parse(qa)}catch{return qa}}const ajaxUpload=Ra=>{typeof XMLHttpRequest>"u"&&throwError$1(SCOPE$2,"XMLHttpRequest is undefined");const qa=new XMLHttpRequest,Ja=Ra.action;qa.upload&&qa.upload.addEventListener("progress",rd=>{const od=rd;od.percent=rd.total>0?rd.loaded/rd.total*100:0,Ra.onProgress(od)});const ed=new FormData;if(Ra.data)for(const[rd,od]of Object.entries(Ra.data))isArray$2(od)&&od.length?ed.append(rd,...od):ed.append(rd,od);ed.append(Ra.filename,Ra.file,Ra.file.name),qa.addEventListener("error",()=>{Ra.onError(getError(Ja,Ra,qa))}),qa.addEventListener("load",()=>{if(qa.status<200||qa.status>=300)return Ra.onError(getError(Ja,Ra,qa));Ra.onSuccess(getBody(qa))}),qa.open(Ra.method,Ja,!0),Ra.withCredentials&&"withCredentials"in qa&&(qa.withCredentials=!0);const td=Ra.headers||{};if(td instanceof Headers)td.forEach((rd,od)=>qa.setRequestHeader(od,rd));else for(const[rd,od]of Object.entries(td))isNil(od)||qa.setRequestHeader(rd,String(od));return qa.send(ed),qa},uploadListTypes=["text","picture","picture-card"];let fileId=1;const genFileId=()=>Date.now()+fileId++,uploadBaseProps=buildProps({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:Boolean,limit:Number}),uploadProps=buildProps({...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)}}),uploadListProps=buildProps({files:{type:definePropType(Array),default:()=>mutable([])},disabled:{type:Boolean,default:!1},handlePreview:{type:definePropType(Function),default:NOOP},listType:{type:String,values:uploadListTypes,default:"text"},crossorigin:{type:definePropType(String)}}),uploadListEmits={remove:Ra=>!!Ra},__default__$f=defineComponent({name:"ElUploadList"}),_sfc_main$M=defineComponent({...__default__$f,props:uploadListProps,emits:uploadListEmits,setup(Ra,{emit:qa}){const Ja=Ra,{t:ed}=useLocale(),td=useNamespace("upload"),rd=useNamespace("icon"),od=useNamespace("list"),sd=useFormDisabled(),ld=ref$1(!1),cd=computed(()=>[td.b("list"),td.bm("list",Ja.listType),td.is("disabled",Ja.disabled)]),ud=gd=>{qa("remove",gd)};return(gd,_d)=>(openBlock(),createBlock(TransitionGroup,{tag:"ul",class:normalizeClass(unref(cd)),name:unref(od).b()},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(gd.files,(yd,Ed)=>(openBlock(),createElementBlock("li",{key:yd.uid||yd.name,class:normalizeClass([unref(td).be("list","item"),unref(td).is(yd.status),{focusing:ld.value}]),tabindex:"0",onKeydown:withKeys(Td=>!unref(sd)&&ud(yd),["delete"]),onFocus:Td=>ld.value=!0,onBlur:Td=>ld.value=!1,onClick:Td=>ld.value=!1},[renderSlot(gd.$slots,"default",{file:yd,index:Ed},()=>[gd.listType==="picture"||yd.status!=="uploading"&&gd.listType==="picture-card"?(openBlock(),createElementBlock("img",{key:0,class:normalizeClass(unref(td).be("list","item-thumbnail")),src:yd.url,crossorigin:gd.crossorigin,alt:""},null,10,["src","crossorigin"])):createCommentVNode("v-if",!0),yd.status==="uploading"||gd.listType!=="picture-card"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(td).be("list","item-info"))},[createBaseVNode("a",{class:normalizeClass(unref(td).be("list","item-name")),onClick:withModifiers(Td=>gd.handlePreview(yd),["prevent"])},[createVNode(unref(ElIcon),{class:normalizeClass(unref(rd).m("document"))},{default:withCtx(()=>[createVNode(unref(document_default))]),_:1},8,["class"]),createBaseVNode("span",{class:normalizeClass(unref(td).be("list","item-file-name")),title:yd.name},toDisplayString(yd.name),11,["title"])],10,["onClick"]),yd.status==="uploading"?(openBlock(),createBlock(unref(ElProgress),{key:0,type:gd.listType==="picture-card"?"circle":"line","stroke-width":gd.listType==="picture-card"?6:2,percentage:Number(yd.percentage),style:normalizeStyle(gd.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(td).be("list","item-status-label"))},[gd.listType==="text"?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(rd).m("upload-success"),unref(rd).m("circle-check")])},{default:withCtx(()=>[createVNode(unref(circle_check_default))]),_:1},8,["class"])):["picture-card","picture"].includes(gd.listType)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(rd).m("upload-success"),unref(rd).m("check")])},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2),unref(sd)?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(rd).m("close")),onClick:Td=>ud(yd)},{default:withCtx(()=>[createVNode(unref(close_default))]),_:2},1032,["class","onClick"])),createCommentVNode(" Due to close btn only appears when li gets focused disappears after li gets blurred, thus keyboard navigation can never reach close btn"),createCommentVNode(" This is a bug which needs to be fixed "),createCommentVNode(" TODO: Fix the incorrect navigation interaction "),unref(sd)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("i",{key:3,class:normalizeClass(unref(rd).m("close-tip"))},toDisplayString(unref(ed)("el.upload.deleteTip")),3)),gd.listType==="picture-card"?(openBlock(),createElementBlock("span",{key:4,class:normalizeClass(unref(td).be("list","item-actions"))},[createBaseVNode("span",{class:normalizeClass(unref(td).be("list","item-preview")),onClick:Td=>gd.handlePreview(yd)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(rd).m("zoom-in"))},{default:withCtx(()=>[createVNode(unref(zoom_in_default))]),_:1},8,["class"])],10,["onClick"]),unref(sd)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(td).be("list","item-delete")),onClick:Td=>ud(yd)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(rd).m("delete"))},{default:withCtx(()=>[createVNode(unref(delete_default))]),_:1},8,["class"])],10,["onClick"]))],2)):createCommentVNode("v-if",!0)])],42,["onKeydown","onFocus","onBlur","onClick"]))),128)),renderSlot(gd.$slots,"append")]),_:3},8,["class","name"]))}});var UploadList=_export_sfc$1(_sfc_main$M,[["__file","upload-list.vue"]]);const uploadDraggerProps=buildProps({disabled:{type:Boolean,default:!1}}),uploadDraggerEmits={file:Ra=>isArray$2(Ra)},COMPONENT_NAME="ElUploadDrag",__default__$e=defineComponent({name:COMPONENT_NAME}),_sfc_main$L=defineComponent({...__default__$e,props:uploadDraggerProps,emits:uploadDraggerEmits,setup(Ra,{emit:qa}){inject(uploadContextKey)||throwError$1(COMPONENT_NAME,"usage: <el-upload><el-upload-dragger /></el-upload>");const ed=useNamespace("upload"),td=ref$1(!1),rd=useFormDisabled(),od=ld=>{if(rd.value)return;td.value=!1,ld.stopPropagation();const cd=Array.from(ld.dataTransfer.files);qa("file",cd)},sd=()=>{rd.value||(td.value=!0)};return(ld,cd)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(ed).b("dragger"),unref(ed).is("dragover",td.value)]),onDrop:withModifiers(od,["prevent"]),onDragover:withModifiers(sd,["prevent"]),onDragleave:withModifiers(ud=>td.value=!1,["prevent"])},[renderSlot(ld.$slots,"default")],42,["onDrop","onDragover","onDragleave"]))}});var UploadDragger=_export_sfc$1(_sfc_main$L,[["__file","upload-dragger.vue"]]);const uploadContentProps=buildProps({...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}}),__default__$d=defineComponent({name:"ElUploadContent",inheritAttrs:!1}),_sfc_main$K=defineComponent({...__default__$d,props:uploadContentProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=useNamespace("upload"),td=useFormDisabled(),rd=shallowRef({}),od=shallowRef(),sd=Td=>{if(Td.length===0)return;const{autoUpload:Od,limit:Ad,fileList:Nd,multiple:kd,onStart:Id,onExceed:Rd}=Ja;if(Ad&&Nd.length+Td.length>Ad){Rd(Td,Nd);return}kd||(Td=Td.slice(0,1));for(const Md of Td){const Ld=Md;Ld.uid=genFileId(),Id(Ld),Od&&ld(Ld)}},ld=async Td=>{if(od.value.value="",!Ja.beforeUpload)return ud(Td);let Od,Ad={};try{const kd=Ja.data,Id=Ja.beforeUpload(Td);Ad=isPlainObject$3(Ja.data)?cloneDeep$1(Ja.data):Ja.data,Od=await Id,isPlainObject$3(Ja.data)&&isEqual$1(kd,Ad)&&(Ad=cloneDeep$1(Ja.data))}catch{Od=!1}if(Od===!1){Ja.onRemove(Td);return}let Nd=Td;Od instanceof Blob&&(Od instanceof File?Nd=Od:Nd=new File([Od],Td.name,{type:Td.type})),ud(Object.assign(Nd,{uid:Td.uid}),Ad)},cd=async(Td,Od)=>isFunction$4(Td)?Td(Od):Td,ud=async(Td,Od)=>{const{headers:Ad,data:Nd,method:kd,withCredentials:Id,name:Rd,action:Md,onProgress:Ld,onSuccess:jd,onError:Pd,httpRequest:Fd}=Ja;try{Od=await cd(Od??Nd,Td)}catch{Ja.onRemove(Td);return}const{uid:Ud}=Td,Vd={headers:Ad||{},withCredentials:Id,file:Td,data:Od,method:kd,filename:Rd,action:Md,onProgress:Wd=>{Ld(Wd,Td)},onSuccess:Wd=>{jd(Wd,Td),delete rd.value[Ud]},onError:Wd=>{Pd(Wd,Td),delete rd.value[Ud]}},qd=Fd(Vd);rd.value[Ud]=qd,qd instanceof Promise&&qd.then(Vd.onSuccess,Vd.onError)},gd=Td=>{const Od=Td.target.files;Od&&sd(Array.from(Od))},_d=()=>{td.value||(od.value.value="",od.value.click())},yd=()=>{_d()};return qa({abort:Td=>{entriesOf(rd.value).filter(Td?([Ad])=>String(Td.uid)===Ad:()=>!0).forEach(([Ad,Nd])=>{Nd instanceof XMLHttpRequest&&Nd.abort(),delete rd.value[Ad]})},upload:ld}),(Td,Od)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(ed).b(),unref(ed).m(Td.listType),unref(ed).is("drag",Td.drag),unref(ed).is("disabled",unref(td))]),tabindex:unref(td)?"-1":"0",onClick:_d,onKeydown:withKeys(withModifiers(yd,["self"]),["enter","space"])},[Td.drag?(openBlock(),createBlock(UploadDragger,{key:0,disabled:unref(td),onFile:sd},{default:withCtx(()=>[renderSlot(Td.$slots,"default")]),_:3},8,["disabled"])):renderSlot(Td.$slots,"default",{key:1}),createBaseVNode("input",{ref_key:"inputRef",ref:od,class:normalizeClass(unref(ed).e("input")),name:Td.name,disabled:unref(td),multiple:Td.multiple,accept:Td.accept,type:"file",onChange:gd,onClick:withModifiers(()=>{},["stop"])},null,42,["name","disabled","multiple","accept","onClick"])],42,["tabindex","onKeydown"]))}});var UploadContent=_export_sfc$1(_sfc_main$K,[["__file","upload-content.vue"]]);const SCOPE$1="ElUpload",revokeFileObjectURL=Ra=>{var qa;(qa=Ra.url)!=null&&qa.startsWith("blob:")&&URL.revokeObjectURL(Ra.url)},useHandlers=(Ra,qa)=>{const Ja=useVModel(Ra,"fileList",void 0,{passive:!0}),ed=yd=>Ja.value.find(Ed=>Ed.uid===yd.uid);function td(yd){var Ed;(Ed=qa.value)==null||Ed.abort(yd)}function rd(yd=["ready","uploading","success","fail"]){Ja.value=Ja.value.filter(Ed=>!yd.includes(Ed.status))}function od(yd){Ja.value=Ja.value.filter(Ed=>Ed!==yd)}const sd=(yd,Ed)=>{const Td=ed(Ed);Td&&(console.error(yd),Td.status="fail",od(Td),Ra.onError(yd,Td,Ja.value),Ra.onChange(Td,Ja.value))},ld=(yd,Ed)=>{const Td=ed(Ed);Td&&(Ra.onProgress(yd,Td,Ja.value),Td.status="uploading",Td.percentage=Math.round(yd.percent))},cd=(yd,Ed)=>{const Td=ed(Ed);Td&&(Td.status="success",Td.response=yd,Ra.onSuccess(yd,Td,Ja.value),Ra.onChange(Td,Ja.value))},ud=yd=>{isNil(yd.uid)&&(yd.uid=genFileId());const Ed={name:yd.name,percentage:0,status:"ready",size:yd.size,raw:yd,uid:yd.uid};if(Ra.listType==="picture-card"||Ra.listType==="picture")try{Ed.url=URL.createObjectURL(yd)}catch(Td){Td.message,Ra.onError(Td,Ed,Ja.value)}Ja.value=[...Ja.value,Ed],Ra.onChange(Ed,Ja.value)},gd=async yd=>{const Ed=yd instanceof File?ed(yd):yd;Ed||throwError$1(SCOPE$1,"file to be removed not found");const Td=Od=>{td(Od),od(Od),Ra.onRemove(Od,Ja.value),revokeFileObjectURL(Od)};Ra.beforeRemove?await Ra.beforeRemove(Ed,Ja.value)!==!1&&Td(Ed):Td(Ed)};function _d(){Ja.value.filter(({status:yd})=>yd==="ready").forEach(({raw:yd})=>{var Ed;return yd&&((Ed=qa.value)==null?void 0:Ed.upload(yd))})}return watch(()=>Ra.listType,yd=>{yd!=="picture-card"&&yd!=="picture"||(Ja.value=Ja.value.map(Ed=>{const{raw:Td,url:Od}=Ed;if(!Od&&Td)try{Ed.url=URL.createObjectURL(Td)}catch(Ad){Ra.onError(Ad,Ed,Ja.value)}return Ed}))}),watch(Ja,yd=>{for(const Ed of yd)Ed.uid||(Ed.uid=genFileId()),Ed.status||(Ed.status="success")},{immediate:!0,deep:!0}),{uploadFiles:Ja,abort:td,clearFiles:rd,handleError:sd,handleProgress:ld,handleStart:ud,handleSuccess:cd,handleRemove:gd,submit:_d,revokeFileObjectURL}},__default__$c=defineComponent({name:"ElUpload"}),_sfc_main$J=defineComponent({...__default__$c,props:uploadProps,setup(Ra,{expose:qa}){const Ja=Ra,ed=useFormDisabled(),td=shallowRef(),{abort:rd,submit:od,clearFiles:sd,uploadFiles:ld,handleStart:cd,handleError:ud,handleRemove:gd,handleSuccess:_d,handleProgress:yd,revokeFileObjectURL:Ed}=useHandlers(Ja,td),Td=computed(()=>Ja.listType==="picture-card"),Od=computed(()=>({...Ja,fileList:ld.value,onStart:cd,onProgress:yd,onSuccess:_d,onError:ud,onRemove:gd}));return onBeforeUnmount(()=>{ld.value.forEach(Ed)}),provide(uploadContextKey,{accept:toRef$1(Ja,"accept")}),qa({abort:rd,submit:od,clearFiles:sd,handleStart:cd,handleRemove:gd}),(Ad,Nd)=>(openBlock(),createElementBlock("div",null,[unref(Td)&&Ad.showFileList?(openBlock(),createBlock(UploadList,{key:0,disabled:unref(ed),"list-type":Ad.listType,files:unref(ld),crossorigin:Ad.crossorigin,"handle-preview":Ad.onPreview,onRemove:unref(gd)},createSlots({append:withCtx(()=>[createVNode(UploadContent,mergeProps({ref_key:"uploadRef",ref:td},unref(Od)),{default:withCtx(()=>[Ad.$slots.trigger?renderSlot(Ad.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!Ad.$slots.trigger&&Ad.$slots.default?renderSlot(Ad.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)]),_:2},[Ad.$slots.file?{name:"default",fn:withCtx(({file:kd,index:Id})=>[renderSlot(Ad.$slots,"file",{file:kd,index:Id})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0),!unref(Td)||unref(Td)&&!Ad.showFileList?(openBlock(),createBlock(UploadContent,mergeProps({key:1,ref_key:"uploadRef",ref:td},unref(Od)),{default:withCtx(()=>[Ad.$slots.trigger?renderSlot(Ad.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!Ad.$slots.trigger&&Ad.$slots.default?renderSlot(Ad.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)):createCommentVNode("v-if",!0),Ad.$slots.trigger?renderSlot(Ad.$slots,"default",{key:2}):createCommentVNode("v-if",!0),renderSlot(Ad.$slots,"tip"),!unref(Td)&&Ad.showFileList?(openBlock(),createBlock(UploadList,{key:3,disabled:unref(ed),"list-type":Ad.listType,files:unref(ld),crossorigin:Ad.crossorigin,"handle-preview":Ad.onPreview,onRemove:unref(gd)},createSlots({_:2},[Ad.$slots.file?{name:"default",fn:withCtx(({file:kd,index:Id})=>[renderSlot(Ad.$slots,"file",{file:kd,index:Id})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0)]))}});var Upload=_export_sfc$1(_sfc_main$J,[["__file","upload.vue"]]);const ElUpload=withInstall(Upload),watermarkProps=buildProps({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(Ra){return Ra.replace(/([A-Z])/g,"-$1").toLowerCase()}function getStyleStr(Ra){return Object.keys(Ra).map(qa=>`${toLowercaseSeparator(qa)}: ${Ra[qa]};`).join(" ")}function getPixelRatio(){return window.devicePixelRatio||1}const reRendering=(Ra,qa)=>{let Ja=!1;return Ra.removedNodes.length&&qa&&(Ja=Array.from(Ra.removedNodes).includes(qa)),Ra.type==="attributes"&&Ra.target===qa&&(Ja=!0),Ja},FontGap=3;function prepareCanvas(Ra,qa,Ja=1){const ed=document.createElement("canvas"),td=ed.getContext("2d"),rd=Ra*Ja,od=qa*Ja;return ed.setAttribute("width",`${rd}px`),ed.setAttribute("height",`${od}px`),td.save(),[td,ed,rd,od]}function useClips(){function Ra(qa,Ja,ed,td,rd,od,sd,ld){const[cd,ud,gd,_d]=prepareCanvas(td,rd,ed);if(qa instanceof HTMLImageElement)cd.drawImage(qa,0,0,gd,_d);else{const{color:kf,fontSize:Cf,fontStyle:Ef,fontWeight:yf,fontFamily:Mf,textAlign:Af,textBaseline:Zd}=od,mf=Number(Cf)*ed;cd.font=`${Ef} normal ${yf} ${mf}px/${rd}px ${Mf}`,cd.fillStyle=kf,cd.textAlign=Af,cd.textBaseline=Zd;const Pf=Array.isArray(qa)?qa:[qa];Pf==null||Pf.forEach((Ff,Lf)=>{cd.fillText(Ff??"",gd/2,Lf*(mf+FontGap*ed))})}const yd=Math.PI/180*Number(Ja),Ed=Math.max(td,rd),[Td,Od,Ad]=prepareCanvas(Ed,Ed,ed);Td.translate(Ad/2,Ad/2),Td.rotate(yd),gd>0&&_d>0&&Td.drawImage(ud,-gd/2,-_d/2);function Nd(kf,Cf){const Ef=kf*Math.cos(yd)-Cf*Math.sin(yd),yf=kf*Math.sin(yd)+Cf*Math.cos(yd);return[Ef,yf]}let kd=0,Id=0,Rd=0,Md=0;const Ld=gd/2,jd=_d/2;[[0-Ld,0-jd],[0+Ld,0-jd],[0+Ld,0+jd],[0-Ld,0+jd]].forEach(([kf,Cf])=>{const[Ef,yf]=Nd(kf,Cf);kd=Math.min(kd,Ef),Id=Math.max(Id,Ef),Rd=Math.min(Rd,yf),Md=Math.max(Md,yf)});const Fd=kd+Ad/2,Ud=Rd+Ad/2,Vd=Id-kd,qd=Md-Rd,Wd=sd*ed,zd=ld*ed,Kd=(Vd+Wd)*2,Qd=qd+zd,[hf,gf]=prepareCanvas(Kd,Qd);function bf(kf=0,Cf=0){hf.drawImage(Od,Fd,Ud,Vd,qd,kf,Cf,Vd,qd)}return bf(),bf(Vd+Wd,-qd/2-zd/2),bf(Vd+Wd,+qd/2+zd/2),[gf.toDataURL(),Kd/ed,Qd/ed]}return Ra}const __default__$b=defineComponent({name:"ElWatermark"}),_sfc_main$I=defineComponent({...__default__$b,props:watermarkProps,setup(Ra){const qa=Ra,Ja={position:"relative"},ed=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.font)==null?void 0:Fd.color)!=null?Ud:"rgba(0,0,0,.15)"}),td=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.font)==null?void 0:Fd.fontSize)!=null?Ud:16}),rd=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.font)==null?void 0:Fd.fontWeight)!=null?Ud:"normal"}),od=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.font)==null?void 0:Fd.fontStyle)!=null?Ud:"normal"}),sd=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.font)==null?void 0:Fd.fontFamily)!=null?Ud:"sans-serif"}),ld=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.font)==null?void 0:Fd.textAlign)!=null?Ud:"center"}),cd=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.font)==null?void 0:Fd.textBaseline)!=null?Ud:"hanging"}),ud=computed(()=>qa.gap[0]),gd=computed(()=>qa.gap[1]),_d=computed(()=>ud.value/2),yd=computed(()=>gd.value/2),Ed=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.offset)==null?void 0:Fd[0])!=null?Ud:_d.value}),Td=computed(()=>{var Fd,Ud;return(Ud=(Fd=qa.offset)==null?void 0:Fd[1])!=null?Ud:yd.value}),Od=()=>{const Fd={zIndex:qa.zIndex,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let Ud=Ed.value-_d.value,Vd=Td.value-yd.value;return Ud>0&&(Fd.left=`${Ud}px`,Fd.width=`calc(100% - ${Ud}px)`,Ud=0),Vd>0&&(Fd.top=`${Vd}px`,Fd.height=`calc(100% - ${Vd}px)`,Vd=0),Fd.backgroundPosition=`${Ud}px ${Vd}px`,Fd},Ad=shallowRef(null),Nd=shallowRef(),kd=ref$1(!1),Id=()=>{Nd.value&&(Nd.value.remove(),Nd.value=void 0)},Rd=(Fd,Ud)=>{var Vd;Ad.value&&Nd.value&&(kd.value=!0,Nd.value.setAttribute("style",getStyleStr({...Od(),backgroundImage:`url('${Fd}')`,backgroundSize:`${Math.floor(Ud)}px`})),(Vd=Ad.value)==null||Vd.append(Nd.value),setTimeout(()=>{kd.value=!1}))},Md=Fd=>{let Ud=120,Vd=64;const qd=qa.image,Wd=qa.content,zd=qa.width,Kd=qa.height;if(!qd&&Fd.measureText){Fd.font=`${Number(td.value)}px ${sd.value}`;const Qd=Array.isArray(Wd)?Wd:[Wd],hf=Qd.map(gf=>{const bf=Fd.measureText(gf);return[bf.width,bf.fontBoundingBoxAscent!==void 0?bf.fontBoundingBoxAscent+bf.fontBoundingBoxDescent:bf.actualBoundingBoxAscent+bf.actualBoundingBoxDescent]});Ud=Math.ceil(Math.max(...hf.map(gf=>gf[0]))),Vd=Math.ceil(Math.max(...hf.map(gf=>gf[1])))*Qd.length+(Qd.length-1)*FontGap}return[zd??Ud,Kd??Vd]},Ld=useClips(),jd=()=>{const Ud=document.createElement("canvas").getContext("2d"),Vd=qa.image,qd=qa.content,Wd=qa.rotate;if(Ud){Nd.value||(Nd.value=document.createElement("div"));const zd=getPixelRatio(),[Kd,Qd]=Md(Ud),hf=gf=>{const[bf,kf]=Ld(gf||"",Wd,zd,Kd,Qd,{color:ed.value,fontSize:td.value,fontStyle:od.value,fontWeight:rd.value,fontFamily:sd.value,textAlign:ld.value,textBaseline:cd.value},ud.value,gd.value);Rd(bf,kf)};if(Vd){const gf=new Image;gf.onload=()=>{hf(gf)},gf.onerror=()=>{hf(qd)},gf.crossOrigin="anonymous",gf.referrerPolicy="no-referrer",gf.src=Vd}else hf(qd)}};return onMounted(()=>{jd()}),watch(()=>qa,()=>{jd()},{deep:!0,flush:"post"}),onBeforeUnmount(()=>{Id()}),useMutationObserver(Ad,Fd=>{kd.value||Fd.forEach(Ud=>{reRendering(Ud,Nd.value)&&(Id(),jd())})},{attributes:!0,subtree:!0,childList:!0}),(Fd,Ud)=>(openBlock(),createElementBlock("div",{ref_key:"containerRef",ref:Ad,style:normalizeStyle([Ja])},[renderSlot(Fd.$slots,"default")],4))}});var Watermark=_export_sfc$1(_sfc_main$I,[["__file","watermark.vue"]]);const ElWatermark=withInstall(Watermark),maskProps=buildProps({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}}),useTarget=(Ra,qa,Ja,ed,td)=>{const rd=ref$1(null),od=()=>{let gd;return isString$3(Ra.value)?gd=document.querySelector(Ra.value):isFunction$4(Ra.value)?gd=Ra.value():gd=Ra.value,gd},sd=()=>{const gd=od();if(!gd||!qa.value){rd.value=null;return}!isInViewPort(gd)&&qa.value&&gd.scrollIntoView(td.value);const{left:_d,top:yd,width:Ed,height:Td}=gd.getBoundingClientRect();rd.value={left:_d,top:yd,width:Ed,height:Td,radius:0}};onMounted(()=>{watch([qa,Ra],()=>{sd()},{immediate:!0}),window.addEventListener("resize",sd)}),onBeforeUnmount(()=>{window.removeEventListener("resize",sd)});const ld=gd=>{var _d;return(_d=isArray$2(Ja.value.offset)?Ja.value.offset[gd]:Ja.value.offset)!=null?_d:6},cd=computed(()=>{var gd;if(!rd.value)return rd.value;const _d=ld(0),yd=ld(1),Ed=((gd=Ja.value)==null?void 0:gd.radius)||2;return{left:rd.value.left-_d,top:rd.value.top-yd,width:rd.value.width+_d*2,height:rd.value.height+yd*2,radius:Ed}}),ud=computed(()=>{const gd=od();return!ed.value||!gd||!window.DOMRect?gd||void 0:{getBoundingClientRect(){var _d,yd,Ed,Td;return window.DOMRect.fromRect({width:((_d=cd.value)==null?void 0:_d.width)||0,height:((yd=cd.value)==null?void 0:yd.height)||0,x:((Ed=cd.value)==null?void 0:Ed.left)||0,y:((Td=cd.value)==null?void 0:Td.top)||0})}}});return{mergedPosInfo:cd,triggerTarget:ud}},tourKey=Symbol("ElTour");function isInViewPort(Ra){const qa=window.innerWidth||document.documentElement.clientWidth,Ja=window.innerHeight||document.documentElement.clientHeight,{top:ed,right:td,bottom:rd,left:od}=Ra.getBoundingClientRect();return ed>=0&&od>=0&&td<=qa&&rd<=Ja}const useFloating$1=(Ra,qa,Ja,ed,td,rd,od,sd)=>{const ld=ref$1(),cd=ref$1(),ud=ref$1({}),gd={x:ld,y:cd,placement:ed,strategy:td,middlewareData:ud},_d=computed(()=>{const Ad=[offset(unref(rd)),flip(),shift(),overflowMiddleware()];return unref(sd)&&unref(Ja)&&Ad.push(arrow$1({element:unref(Ja)})),Ad}),yd=async()=>{if(!isClient)return;const Ad=unref(Ra),Nd=unref(qa);if(!Ad||!Nd)return;const kd=await computePosition(Ad,Nd,{placement:unref(ed),strategy:unref(td),middleware:unref(_d)});keysOf(gd).forEach(Id=>{gd[Id].value=kd[Id]})},Ed=computed(()=>{if(!unref(Ra))return{position:"fixed",top:"50%",left:"50%",transform:"translate3d(-50%, -50%, 0)",maxWidth:"100vw",zIndex:unref(od)};const{overflow:Ad}=unref(ud);return{position:unref(td),zIndex:unref(od),top:unref(cd)!=null?`${unref(cd)}px`:"",left:unref(ld)!=null?`${unref(ld)}px`:"",maxWidth:Ad!=null&&Ad.maxWidth?`${Ad==null?void 0:Ad.maxWidth}px`:""}}),Td=computed(()=>{if(!unref(sd))return{};const{arrow:Ad}=unref(ud);return{left:(Ad==null?void 0:Ad.x)!=null?`${Ad==null?void 0:Ad.x}px`:"",top:(Ad==null?void 0:Ad.y)!=null?`${Ad==null?void 0:Ad.y}px`:""}});let Od;return onMounted(()=>{const Ad=unref(Ra),Nd=unref(qa);Ad&&Nd&&(Od=autoUpdate(Ad,Nd,yd)),watchEffect(()=>{yd()})}),onBeforeUnmount(()=>{Od&&Od()}),{update:yd,contentStyle:Ed,arrowStyle:Td}},overflowMiddleware=()=>({name:"overflow",async fn(Ra){const qa=await detectOverflow(Ra);let Ja=0;return qa.left>0&&(Ja=qa.left),qa.right>0&&(Ja=qa.right),{data:{maxWidth:Ra.rects.floating.width-Ja}}}}),__default__$a=defineComponent({name:"ElTourMask",inheritAttrs:!1}),_sfc_main$H=defineComponent({...__default__$a,props:maskProps,setup(Ra){const qa=Ra,{ns:Ja}=inject(tourKey),ed=computed(()=>{var sd,ld;return(ld=(sd=qa.pos)==null?void 0:sd.radius)!=null?ld:2}),td=computed(()=>{const sd=ed.value,ld=`a${sd},${sd} 0 0 1`;return{topRight:`${ld} ${sd},${sd}`,bottomRight:`${ld} ${-sd},${sd}`,bottomLeft:`${ld} ${-sd},${-sd}`,topLeft:`${ld} ${sd},${-sd}`}}),rd=computed(()=>{const sd=window.innerWidth,ld=window.innerHeight,cd=td.value,ud=`M${sd},0 L0,0 L0,${ld} L${sd},${ld} L${sd},0 Z`,gd=ed.value;return qa.pos?`${ud} M${qa.pos.left+gd},${qa.pos.top} h${qa.pos.width-gd*2} ${cd.topRight} v${qa.pos.height-gd*2} ${cd.bottomRight} h${-qa.pos.width+gd*2} ${cd.bottomLeft} v${-qa.pos.height+gd*2} ${cd.topLeft} z`:ud}),od=computed(()=>({fill:qa.fill,pointerEvents:"auto",cursor:"auto"}));return useLockscreen(toRef$1(qa,"visible"),{ns:Ja}),(sd,ld)=>sd.visible?(openBlock(),createElementBlock("div",mergeProps({key:0,class:unref(Ja).e("mask"),style:{position:"fixed",left:0,right:0,top:0,bottom:0,zIndex:sd.zIndex,pointerEvents:sd.pos&&sd.targetAreaClickable?"none":"auto"}},sd.$attrs),[(openBlock(),createElementBlock("svg",{style:{width:"100%",height:"100%"}},[createBaseVNode("path",{class:normalizeClass(unref(Ja).e("hollow")),style:normalizeStyle(unref(od)),d:unref(rd)},null,14,["d"])]))],16)):createCommentVNode("v-if",!0)}});var ElTourMask=_export_sfc$1(_sfc_main$H,[["__file","mask.vue"]]);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({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},__default__$9=defineComponent({name:"ElTourContent"}),_sfc_main$G=defineComponent({...__default__$9,props:tourContentProps,emits:tourContentEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=ref$1(Ja.placement),td=ref$1(Ja.strategy),rd=ref$1(null),od=ref$1(null);watch(()=>Ja.placement,()=>{ed.value=Ja.placement});const{contentStyle:sd,arrowStyle:ld}=useFloating$1(toRef$1(Ja,"reference"),rd,od,ed,td,toRef$1(Ja,"offset"),toRef$1(Ja,"zIndex"),toRef$1(Ja,"showArrow")),cd=computed(()=>ed.value.split("-")[0]),{ns:ud}=inject(tourKey),gd=()=>{qa("close")},_d=yd=>{yd.detail.focusReason==="pointer"&&yd.preventDefault()};return(yd,Ed)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:rd,style:normalizeStyle(unref(sd)),class:normalizeClass(unref(ud).e("content")),"data-side":unref(cd),tabindex:"-1"},[createVNode(unref(ElFocusTrap),{loop:"",trapped:"","focus-start-el":"container","focus-trap-el":rd.value||void 0,onReleaseRequested:gd,onFocusoutPrevented:_d},{default:withCtx(()=>[renderSlot(yd.$slots,"default")]),_:3},8,["focus-trap-el"]),yd.showArrow?(openBlock(),createElementBlock("span",{key:0,ref_key:"arrowRef",ref:od,style:normalizeStyle(unref(ld)),class:normalizeClass(unref(ud).e("arrow"))},null,6)):createCommentVNode("v-if",!0)],14,["data-side"]))}});var ElTourContent=_export_sfc$1(_sfc_main$G,[["__file","content.vue"]]),ElTourSteps=defineComponent({name:"ElTourSteps",props:{current:{type:Number,default:0}},emits:["update-total"],setup(Ra,{slots:qa,emit:Ja}){let ed=0;return()=>{var td,rd;const od=(td=qa.default)==null?void 0:td.call(qa),sd=[];let ld=0;function cd(ud){isArray$2(ud)&&ud.forEach(gd=>{var _d;((_d=(gd==null?void 0:gd.type)||{})==null?void 0:_d.name)==="ElTourStep"&&(sd.push(gd),ld+=1)})}return od.length&&cd(flattedChildren((rd=od[0])==null?void 0:rd.children)),ed!==ld&&(ed=ld,Ja("update-total",ld)),sd.length?sd[Ra.current]:null}}});const tourProps=buildProps({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:definePropType([String,Object]),default:"body"},closeOnPressEscape:{type:Boolean,default:!0},targetAreaClickable:{type:Boolean,default:!0}}),tourEmits={[UPDATE_MODEL_EVENT]:Ra=>isBoolean$3(Ra),"update:current":Ra=>isNumber$3(Ra),close:Ra=>isNumber$3(Ra),finish:()=>!0,change:Ra=>isNumber$3(Ra)},__default__$8=defineComponent({name:"ElTour"}),_sfc_main$F=defineComponent({...__default__$8,props:tourProps,emits:tourEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("tour"),td=ref$1(0),rd=ref$1(),od=useVModel(Ja,"current",qa,{passive:!0}),sd=computed(()=>{var Pd;return(Pd=rd.value)==null?void 0:Pd.target}),ld=computed(()=>[ed.b(),Od.value==="primary"?ed.m("primary"):""]),cd=computed(()=>{var Pd;return((Pd=rd.value)==null?void 0:Pd.placement)||Ja.placement}),ud=computed(()=>{var Pd,Fd;return(Fd=(Pd=rd.value)==null?void 0:Pd.contentStyle)!=null?Fd:Ja.contentStyle}),gd=computed(()=>{var Pd,Fd;return(Fd=(Pd=rd.value)==null?void 0:Pd.mask)!=null?Fd:Ja.mask}),_d=computed(()=>!!gd.value&&Ja.modelValue),yd=computed(()=>isBoolean$3(gd.value)?void 0:gd.value),Ed=computed(()=>{var Pd,Fd;return!!sd.value&&((Fd=(Pd=rd.value)==null?void 0:Pd.showArrow)!=null?Fd:Ja.showArrow)}),Td=computed(()=>{var Pd,Fd;return(Fd=(Pd=rd.value)==null?void 0:Pd.scrollIntoViewOptions)!=null?Fd:Ja.scrollIntoViewOptions}),Od=computed(()=>{var Pd,Fd;return(Fd=(Pd=rd.value)==null?void 0:Pd.type)!=null?Fd:Ja.type}),{nextZIndex:Ad}=useZIndex(),Nd=Ad(),kd=computed(()=>{var Pd;return(Pd=Ja.zIndex)!=null?Pd:Nd}),{mergedPosInfo:Id,triggerTarget:Rd}=useTarget(sd,toRef$1(Ja,"modelValue"),toRef$1(Ja,"gap"),gd,Td);watch(()=>Ja.modelValue,Pd=>{Pd||(od.value=0)});const Md=()=>{Ja.closeOnPressEscape&&(qa("update:modelValue",!1),qa("close",od.value))},Ld=Pd=>{td.value=Pd},jd=useSlots();return provide(tourKey,{currentStep:rd,current:od,total:td,showClose:toRef$1(Ja,"showClose"),closeIcon:toRef$1(Ja,"closeIcon"),mergedType:Od,ns:ed,slots:jd,updateModelValue(Pd){qa("update:modelValue",Pd)},onClose(){qa("close",od.value)},onFinish(){qa("finish")},onChange(){qa("change",od.value)}}),(Pd,Fd)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(unref(ElTeleport),{to:Pd.appendTo},{default:withCtx(()=>{var Ud,Vd;return[createBaseVNode("div",mergeProps({class:unref(ld)},Pd.$attrs),[createVNode(ElTourMask,{visible:unref(_d),fill:(Ud=unref(yd))==null?void 0:Ud.color,style:normalizeStyle((Vd=unref(yd))==null?void 0:Vd.style),pos:unref(Id),"z-index":unref(kd),"target-area-clickable":Pd.targetAreaClickable},null,8,["visible","fill","style","pos","z-index","target-area-clickable"]),Pd.modelValue?(openBlock(),createBlock(ElTourContent,{key:unref(od),reference:unref(Rd),placement:unref(cd),"show-arrow":unref(Ed),"z-index":unref(kd),style:normalizeStyle(unref(ud)),onClose:Md},{default:withCtx(()=>[createVNode(unref(ElTourSteps),{current:unref(od),onUpdateTotal:Ld},{default:withCtx(()=>[renderSlot(Pd.$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))}});var Tour=_export_sfc$1(_sfc_main$F,[["__file","tour.vue"]]);const tourStepProps=buildProps({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},__default__$7=defineComponent({name:"ElTourStep"}),_sfc_main$E=defineComponent({...__default__$7,props:tourStepProps,emits:tourStepEmits,setup(Ra,{emit:qa}){const Ja=Ra,{Close:ed}=CloseComponents,{t:td}=useLocale(),{currentStep:rd,current:od,total:sd,showClose:ld,closeIcon:cd,mergedType:ud,ns:gd,slots:_d,updateModelValue:yd,onClose:Ed,onFinish:Td,onChange:Od}=inject(tourKey);watch(Ja,jd=>{rd.value=jd},{immediate:!0});const Ad=computed(()=>{var jd;return(jd=Ja.showClose)!=null?jd:ld.value}),Nd=computed(()=>{var jd,Pd;return(Pd=(jd=Ja.closeIcon)!=null?jd:cd.value)!=null?Pd:ed}),kd=jd=>{if(jd)return omit(jd,["children","onClick"])},Id=()=>{var jd,Pd;od.value-=1,(jd=Ja.prevButtonProps)!=null&&jd.onClick&&((Pd=Ja.prevButtonProps)==null||Pd.onClick()),Od()},Rd=()=>{var jd;od.value>=sd.value-1?Md():od.value+=1,(jd=Ja.nextButtonProps)!=null&&jd.onClick&&Ja.nextButtonProps.onClick(),Od()},Md=()=>{Ld(),Td()},Ld=()=>{yd(!1),Ed(),qa("close")};return(jd,Pd)=>(openBlock(),createElementBlock(Fragment,null,[unref(Ad)?(openBlock(),createElementBlock("button",{key:0,"aria-label":"Close",class:normalizeClass(unref(gd).e("closebtn")),type:"button",onClick:Ld},[createVNode(unref(ElIcon),{class:normalizeClass(unref(gd).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Nd))))]),_:1},8,["class"])],2)):createCommentVNode("v-if",!0),createBaseVNode("header",{class:normalizeClass([unref(gd).e("header"),{"show-close":unref(ld)}])},[renderSlot(jd.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading",class:normalizeClass(unref(gd).e("title"))},toDisplayString(jd.title),3)])],2),createBaseVNode("div",{class:normalizeClass(unref(gd).e("body"))},[renderSlot(jd.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(jd.description),1)])],2),createBaseVNode("footer",{class:normalizeClass(unref(gd).e("footer"))},[createBaseVNode("div",{class:normalizeClass(unref(gd).b("indicators"))},[unref(_d).indicators?(openBlock(),createBlock(resolveDynamicComponent(unref(_d).indicators),{key:0,current:unref(od),total:unref(sd)},null,8,["current","total"])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(sd),(Fd,Ud)=>(openBlock(),createElementBlock("span",{key:Fd,class:normalizeClass([unref(gd).b("indicator"),Ud===unref(od)?"is-active":""])},null,2))),128))],2),createBaseVNode("div",{class:normalizeClass(unref(gd).b("buttons"))},[unref(od)>0?(openBlock(),createBlock(unref(ElButton),mergeProps({key:0,size:"small",type:unref(ud)},kd(jd.prevButtonProps),{onClick:Id}),{default:withCtx(()=>{var Fd,Ud;return[createTextVNode(toDisplayString((Ud=(Fd=jd.prevButtonProps)==null?void 0:Fd.children)!=null?Ud:unref(td)("el.tour.previous")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0),unref(od)<=unref(sd)-1?(openBlock(),createBlock(unref(ElButton),mergeProps({key:1,size:"small",type:unref(ud)==="primary"?"default":"primary"},kd(jd.nextButtonProps),{onClick:Rd}),{default:withCtx(()=>{var Fd,Ud;return[createTextVNode(toDisplayString((Ud=(Fd=jd.nextButtonProps)==null?void 0:Fd.children)!=null?Ud:unref(od)===unref(sd)-1?unref(td)("el.tour.finish"):unref(td)("el.tour.next")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0)],2)],2)],64))}});var TourStep=_export_sfc$1(_sfc_main$E,[["__file","step.vue"]]);const ElTour=withInstall(Tour,{TourStep}),ElTourStep=withNoopInstall(TourStep),anchorProps=buildProps({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"}}),anchorEmits={change:Ra=>isString$3(Ra),click:(Ra,qa)=>Ra instanceof MouseEvent&&(isString$3(qa)||isUndefined$1(qa))},anchorKey=Symbol("anchor"),__default__$6=defineComponent({name:"ElAnchor"}),_sfc_main$D=defineComponent({...__default__$6,props:anchorProps,emits:anchorEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=ref$1(""),rd=ref$1(null),od=ref$1(null),sd=ref$1(),ld={};let cd=!1,ud=0;const gd=useNamespace("anchor"),_d=computed(()=>[gd.b(),ed.type==="underline"?gd.m("underline"):"",gd.m(ed.direction)]),yd=jd=>{ld[jd.href]=jd.el},Ed=jd=>{delete ld[jd]},Td=jd=>{td.value!==jd&&(td.value=jd,Ja("change",jd))};let Od=null;const Ad=jd=>{if(!sd.value)return;const Pd=getElement(jd);if(!Pd)return;Od&&Od(),cd=!0;const Fd=getScrollElement(Pd,sd.value),Ud=getOffsetTopDistance(Pd,Fd),Vd=Fd.scrollHeight-Fd.clientHeight,qd=Math.min(Ud-ed.offset,Vd);Od=animateScrollTo(sd.value,ud,qd,ed.duration,()=>{setTimeout(()=>{cd=!1},20)})},Nd=jd=>{jd&&(Td(jd),Ad(jd))},kd=(jd,Pd)=>{Ja("click",jd,Pd),Nd(Pd)},Id=throttleByRaf(()=>{sd.value&&(ud=getScrollTop(sd.value));const jd=Rd();cd||isUndefined$1(jd)||Td(jd)}),Rd=()=>{if(!sd.value)return;const jd=getScrollTop(sd.value),Pd=[];for(const Fd of Object.keys(ld)){const Ud=getElement(Fd);if(!Ud)continue;const Vd=getScrollElement(Ud,sd.value),qd=getOffsetTopDistance(Ud,Vd);Pd.push({top:qd-ed.offset-ed.bound,href:Fd})}Pd.sort((Fd,Ud)=>Fd.top-Ud.top);for(let Fd=0;Fd<Pd.length;Fd++){const Ud=Pd[Fd],Vd=Pd[Fd+1];if(Fd===0&&jd===0)return"";if(Ud.top<=jd&&(!Vd||Vd.top>jd))return Ud.href}},Md=()=>{const jd=getElement(ed.container);!jd||isWindow(jd)?sd.value=window:sd.value=jd};useEventListener(sd,"scroll",Id);const Ld=computed(()=>{if(!rd.value||!od.value||!td.value)return{};const jd=ld[td.value];if(!jd)return{};const Pd=rd.value.getBoundingClientRect(),Fd=od.value.getBoundingClientRect(),Ud=jd.getBoundingClientRect();return ed.direction==="horizontal"?{left:`${Ud.left-Pd.left}px`,width:`${Ud.width}px`,opacity:1}:{top:`${Ud.top-Pd.top+(Ud.height-Fd.height)/2}px`,opacity:1}});return onMounted(()=>{Md();const jd=decodeURIComponent(window.location.hash);getElement(jd)?Nd(jd):Id()}),watch(()=>ed.container,()=>{Md()}),provide(anchorKey,{ns:gd,direction:ed.direction,currentAnchor:td,addLink:yd,removeLink:Ed,handleClick:kd}),qa({scrollTo:Nd}),(jd,Pd)=>(openBlock(),createElementBlock("div",{ref_key:"anchorRef",ref:rd,class:normalizeClass(unref(_d))},[jd.marker?(openBlock(),createElementBlock("div",{key:0,ref_key:"markerRef",ref:od,class:normalizeClass(unref(gd).e("marker")),style:normalizeStyle(unref(Ld))},null,6)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(gd).e("list"))},[renderSlot(jd.$slots,"default")],2)],2))}});var Anchor$1=_export_sfc$1(_sfc_main$D,[["__file","anchor.vue"]]);const anchorLinkProps=buildProps({title:String,href:String}),__default__$5=defineComponent({name:"ElAnchorLink"}),_sfc_main$C=defineComponent({...__default__$5,props:anchorLinkProps,setup(Ra){const qa=Ra,Ja=ref$1(null),{ns:ed,direction:td,currentAnchor:rd,addLink:od,removeLink:sd,handleClick:ld}=inject(anchorKey),cd=computed(()=>[ed.e("link"),ed.is("active",rd.value===qa.href)]),ud=gd=>{ld(gd,qa.href)};return watch(()=>qa.href,(gd,_d)=>{nextTick$1(()=>{_d&&sd(_d),gd&&od({href:gd,el:Ja.value})})}),onMounted(()=>{const{href:gd}=qa;gd&&od({href:gd,el:Ja.value})}),onBeforeUnmount(()=>{const{href:gd}=qa;gd&&sd(gd)}),(gd,_d)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(ed).e("item"))},[createBaseVNode("a",{ref_key:"linkRef",ref:Ja,class:normalizeClass(unref(cd)),href:gd.href,onClick:ud},[renderSlot(gd.$slots,"default",{},()=>[createTextVNode(toDisplayString(gd.title),1)])],10,["href"]),gd.$slots["sub-link"]&&unref(td)==="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(ed).e("list"))},[renderSlot(gd.$slots,"sub-link")],2)):createCommentVNode("v-if",!0)],2))}});var AnchorLink=_export_sfc$1(_sfc_main$C,[["__file","anchor-link.vue"]]);const ElAnchor=withInstall(Anchor$1,{AnchorLink}),ElAnchorLink=withNoopInstall(AnchorLink),segmentedProps=buildProps({options:{type:definePropType(Array),default:()=>[]},modelValue:{type:[String,Number,Boolean],default:void 0},block:Boolean,size:useSizeProp,disabled:Boolean,validateEvent:{type:Boolean,default:!0},id:String,name:String,...useAriaProps(["ariaLabel"])}),segmentedEmits={[UPDATE_MODEL_EVENT]:Ra=>isString$3(Ra)||isNumber$3(Ra)||isBoolean$3(Ra),[CHANGE_EVENT]:Ra=>isString$3(Ra)||isNumber$3(Ra)||isBoolean$3(Ra)},__default__$4=defineComponent({name:"ElSegmented"}),_sfc_main$B=defineComponent({...__default__$4,props:segmentedProps,emits:segmentedEmits,setup(Ra,{emit:qa}){const Ja=Ra,ed=useNamespace("segmented"),td=useId(),rd=useFormSize(),od=useFormDisabled(),{formItem:sd}=useFormItem(),{inputId:ld,isLabeledByFormItem:cd}=useFormItemInputId(Ja,{formItemContext:sd}),ud=ref$1(null),gd=useActiveElement(),_d=reactive({isInit:!1,width:0,translateX:0,focusVisible:!1}),yd=Pd=>{const Fd=Ed(Pd);qa(UPDATE_MODEL_EVENT,Fd),qa(CHANGE_EVENT,Fd)},Ed=Pd=>isObject$5(Pd)?Pd.value:Pd,Td=Pd=>isObject$5(Pd)?Pd.label:Pd,Od=Pd=>!!(od.value||isObject$5(Pd)&&Pd.disabled),Ad=Pd=>Ja.modelValue===Ed(Pd),Nd=Pd=>Ja.options.find(Fd=>Ed(Fd)===Pd),kd=Pd=>[ed.e("item"),ed.is("selected",Ad(Pd)),ed.is("disabled",Od(Pd))],Id=()=>{if(!ud.value)return;const Pd=ud.value.querySelector(".is-selected"),Fd=ud.value.querySelector(".is-selected input");if(!Pd||!Fd){_d.width=0,_d.translateX=0,_d.focusVisible=!1;return}const Ud=Pd.getBoundingClientRect();_d.isInit=!0,_d.width=Ud.width,_d.translateX=Pd.offsetLeft;try{_d.focusVisible=Fd.matches(":focus-visible")}catch{}},Rd=computed(()=>[ed.b(),ed.m(rd.value),ed.is("block",Ja.block)]),Md=computed(()=>({width:`${_d.width}px`,transform:`translateX(${_d.translateX}px)`,display:_d.isInit?"block":"none"})),Ld=computed(()=>[ed.e("item-selected"),ed.is("disabled",Od(Nd(Ja.modelValue))),ed.is("focus-visible",_d.focusVisible)]),jd=computed(()=>Ja.name||td.value);return useResizeObserver(ud,Id),watch(gd,Id),watch(()=>Ja.modelValue,()=>{var Pd;Id(),Ja.validateEvent&&((Pd=sd==null?void 0:sd.validate)==null||Pd.call(sd,"change").catch(Fd=>void 0))},{flush:"post"}),(Pd,Fd)=>(openBlock(),createElementBlock("div",{id:unref(ld),ref_key:"segmentedRef",ref:ud,class:normalizeClass(unref(Rd)),role:"radiogroup","aria-label":unref(cd)?void 0:Pd.ariaLabel||"segmented","aria-labelledby":unref(cd)?unref(sd).labelId:void 0},[createBaseVNode("div",{class:normalizeClass(unref(ed).e("group"))},[createBaseVNode("div",{style:normalizeStyle(unref(Md)),class:normalizeClass(unref(Ld))},null,6),(openBlock(!0),createElementBlock(Fragment,null,renderList(Pd.options,(Ud,Vd)=>(openBlock(),createElementBlock("label",{key:Vd,class:normalizeClass(kd(Ud))},[createBaseVNode("input",{class:normalizeClass(unref(ed).e("item-input")),type:"radio",name:unref(jd),disabled:Od(Ud),checked:Ad(Ud),onChange:qd=>yd(Ud)},null,42,["name","disabled","checked","onChange"]),createBaseVNode("div",{class:normalizeClass(unref(ed).e("item-label"))},[renderSlot(Pd.$slots,"default",{item:Ud},()=>[createTextVNode(toDisplayString(Td(Ud)),1)])],2)],2))),128))],2)],10,["id","aria-label","aria-labelledby"]))}});var Segmented=_export_sfc$1(_sfc_main$B,[["__file","segmented.vue"]]);const ElSegmented=withInstall(Segmented),filterOption=(Ra,qa)=>{const Ja=Ra.toLowerCase();return(qa.label||qa.value).toLowerCase().includes(Ja)},getMentionCtx=(Ra,qa,Ja)=>{const{selectionEnd:ed}=Ra;if(ed===null)return;const td=Ra.value,rd=castArray$1(qa);let od=-1,sd;for(let ld=ed-1;ld>=0;--ld){const cd=td[ld];if(cd===Ja||cd===`
`||cd==="\r"){od=ld;continue}if(rd.includes(cd)){const ud=od===-1?ed:od;sd={pattern:td.slice(ld+1,ud),start:ld+1,end:ud,prefix:cd,prefixIndex:ld,splitIndex:od,selectionEnd:ed};break}}return sd},getCursorPosition=(Ra,qa={debug:!1,useSelectionEnd:!1})=>{const Ja=Ra.selectionStart!==null?Ra.selectionStart:0,ed=Ra.selectionEnd!==null?Ra.selectionEnd:0,td=qa.useSelectionEnd?ed:Ja,rd=["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(qa.debug){const _d=document.querySelector("#input-textarea-caret-position-mirror-div");_d!=null&&_d.parentNode&&_d.parentNode.removeChild(_d)}const od=document.createElement("div");od.id="input-textarea-caret-position-mirror-div",document.body.appendChild(od);const sd=od.style,ld=window.getComputedStyle(Ra),cd=Ra.nodeName==="INPUT";sd.whiteSpace=cd?"nowrap":"pre-wrap",cd||(sd.wordWrap="break-word"),sd.position="absolute",qa.debug||(sd.visibility="hidden"),rd.forEach(_d=>{if(cd&&_d==="lineHeight")if(ld.boxSizing==="border-box"){const yd=Number.parseInt(ld.height),Ed=Number.parseInt(ld.paddingTop)+Number.parseInt(ld.paddingBottom)+Number.parseInt(ld.borderTopWidth)+Number.parseInt(ld.borderBottomWidth),Td=Ed+Number.parseInt(ld.lineHeight);yd>Td?sd.lineHeight=`${yd-Ed}px`:yd===Td?sd.lineHeight=ld.lineHeight:sd.lineHeight="0"}else sd.lineHeight=ld.height;else sd[_d]=ld[_d]}),isFirefox()?Ra.scrollHeight>Number.parseInt(ld.height)&&(sd.overflowY="scroll"):sd.overflow="hidden",od.textContent=Ra.value.slice(0,Math.max(0,td)),cd&&od.textContent&&(od.textContent=od.textContent.replace(/\s/g," "));const ud=document.createElement("span");ud.textContent=Ra.value.slice(Math.max(0,td))||".",ud.style.position="relative",ud.style.left=`${-Ra.scrollLeft}px`,ud.style.top=`${-Ra.scrollTop}px`,od.appendChild(ud);const gd={top:ud.offsetTop+Number.parseInt(ld.borderTopWidth),left:ud.offsetLeft+Number.parseInt(ld.borderLeftWidth),height:Number.parseInt(ld.fontSize)*1.5};return qa.debug?ud.style.backgroundColor="#aaa":document.body.removeChild(od),gd.left>=Ra.clientWidth&&(gd.left=Ra.clientWidth),gd},mentionProps=buildProps({...inputProps,options:{type:definePropType(Array),default:()=>[]},prefix:{type:definePropType([String,Array]),default:"@",validator:Ra=>isString$3(Ra)?Ra.length===1:Ra.every(qa=>isString$3(qa)&&qa.length===1)},split:{type:String,default:" ",validator:Ra=>Ra.length===1},filterOption:{type:definePropType([Boolean,Function]),default:()=>filterOption,validator:Ra=>Ra===!1?!0:isFunction$4(Ra)},placement:{type:definePropType(String),default:"bottom"},showArrow:Boolean,offset:{type:Number,default:0},whole:Boolean,checkIsWhole:{type:definePropType(Function)},modelValue:String,loading:Boolean,popperClass:{type:String,default:""},popperOptions:{type:definePropType(Object),default:()=>({})}}),mentionEmits={[UPDATE_MODEL_EVENT]:Ra=>isString$3(Ra),search:(Ra,qa)=>isString$3(Ra)&&isString$3(qa),select:(Ra,qa)=>isString$3(Ra.value)&&isString$3(qa),focus:Ra=>Ra instanceof FocusEvent,blur:Ra=>Ra instanceof FocusEvent},mentionDropdownProps=buildProps({options:{type:definePropType(Array),default:()=>[]},loading:Boolean,disabled:Boolean,contentId:String,ariaLabel:String}),mentionDropdownEmits={select:Ra=>isString$3(Ra.value)},__default__$3=defineComponent({name:"ElMentionDropdown"}),_sfc_main$A=defineComponent({...__default__$3,props:mentionDropdownProps,emits:mentionDropdownEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=useNamespace("mention"),{t:rd}=useLocale(),od=ref$1(-1),sd=ref$1(),ld=ref$1(),cd=ref$1(),ud=(kd,Id)=>[td.be("dropdown","item"),td.is("hovering",od.value===Id),td.is("disabled",kd.disabled||ed.disabled)],gd=kd=>{kd.disabled||ed.disabled||Ja("select",kd)},_d=kd=>{od.value=kd},yd=computed(()=>ed.disabled||ed.options.every(kd=>kd.disabled)),Ed=computed(()=>ed.options[od.value]),Td=()=>{Ed.value&&Ja("select",Ed.value)},Od=kd=>{const{options:Id}=ed;if(Id.length===0||yd.value)return;kd==="next"?(od.value++,od.value===Id.length&&(od.value=0)):kd==="prev"&&(od.value--,od.value<0&&(od.value=Id.length-1));const Rd=Id[od.value];if(Rd.disabled){Od(kd);return}nextTick$1(()=>Ad(Rd))},Ad=kd=>{var Id,Rd,Md,Ld;const{options:jd}=ed,Pd=jd.findIndex(Ud=>Ud.value===kd.value),Fd=(Id=ld.value)==null?void 0:Id[Pd];if(Fd){const Ud=(Md=(Rd=cd.value)==null?void 0:Rd.querySelector)==null?void 0:Md.call(Rd,`.${td.be("dropdown","wrap")}`);Ud&&scrollIntoView(Ud,Fd)}(Ld=sd.value)==null||Ld.handleScroll()};return watch(()=>ed.options,()=>{yd.value||ed.options.length===0?od.value=-1:od.value=0},{immediate:!0}),qa({hoveringIndex:od,navigateOptions:Od,selectHoverOption:Td,hoverOption:Ed}),(kd,Id)=>(openBlock(),createElementBlock("div",{ref_key:"dropdownRef",ref:cd,class:normalizeClass(unref(td).b("dropdown"))},[kd.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(td).be("dropdown","header"))},[renderSlot(kd.$slots,"header")],2)):createCommentVNode("v-if",!0),withDirectives(createVNode(unref(ElScrollbar),{id:kd.contentId,ref_key:"scrollbarRef",ref:sd,tag:"ul","wrap-class":unref(td).be("dropdown","wrap"),"view-class":unref(td).be("dropdown","list"),role:"listbox","aria-label":kd.ariaLabel,"aria-orientation":"vertical"},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(kd.options,(Rd,Md)=>(openBlock(),createElementBlock("li",{id:`${kd.contentId}-${Md}`,ref_for:!0,ref_key:"optionRefs",ref:ld,key:Rd.value,class:normalizeClass(ud(Rd,Md)),role:"option","aria-disabled":Rd.disabled||kd.disabled||void 0,"aria-selected":od.value===Md,onMouseenter:Ld=>_d(Md),onClick:withModifiers(Ld=>gd(Rd),["stop"])},[renderSlot(kd.$slots,"label",{item:Rd,index:Md},()=>{var Ld;return[createBaseVNode("span",null,toDisplayString((Ld=Rd.label)!=null?Ld:Rd.value),1)]})],42,["id","aria-disabled","aria-selected","onMouseenter","onClick"]))),128))]),_:3},8,["id","wrap-class","view-class","aria-label"]),[[vShow,kd.options.length>0&&!kd.loading]]),kd.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(td).be("dropdown","loading"))},[renderSlot(kd.$slots,"loading",{},()=>[createTextVNode(toDisplayString(unref(rd)("el.mention.loading")),1)])],2)):createCommentVNode("v-if",!0),kd.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(td).be("dropdown","footer"))},[renderSlot(kd.$slots,"footer")],2)):createCommentVNode("v-if",!0)],2))}});var ElMentionDropdown=_export_sfc$1(_sfc_main$A,[["__file","mention-dropdown.vue"]]);const __default__$2=defineComponent({name:"ElMention"}),_sfc_main$z=defineComponent({...__default__$2,props:mentionProps,emits:mentionEmits,setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=computed(()=>pick(ed,Object.keys(inputProps))),rd=useNamespace("mention"),od=useId(),sd=ref$1(),ld=ref$1(),cd=ref$1(),ud=ref$1(!1),gd=ref$1(),_d=ref$1(),yd=computed(()=>ed.showArrow?ed.placement:`${ed.placement}-start`),Ed=computed(()=>ed.showArrow?["bottom","top"]:["bottom-start","top-start"]),Td=computed(()=>{const{filterOption:Ud,options:Vd}=ed;return!_d.value||!Ud?Vd:Vd.filter(qd=>Ud(_d.value.pattern,qd))}),Od=computed(()=>ud.value&&(!!Td.value.length||ed.loading)),Ad=computed(()=>{var Ud;return`${od.value}-${(Ud=cd.value)==null?void 0:Ud.hoveringIndex}`}),Nd=Ud=>{Ja("update:modelValue",Ud),jd()},kd=Ud=>{var Vd,qd,Wd,zd;if("key"in Ud&&!((Vd=sd.value)!=null&&Vd.isComposing)){if(["ArrowLeft","ArrowRight"].includes(Ud.key))jd();else if(["ArrowUp","ArrowDown"].includes(Ud.key)){if(!ud.value)return;Ud.preventDefault();const Kd=Ud.key==="ArrowUp"?"prev":"next";(qd=cd.value)==null||qd.navigateOptions(Kd)}else if(["Enter"].includes(Ud.key)){if(!ud.value)return;Ud.preventDefault(),(Wd=cd.value)!=null&&Wd.hoverOption?(zd=cd.value)==null||zd.selectHoverOption():ud.value=!1}else if(["Escape"].includes(Ud.key)){if(!ud.value)return;Ud.preventDefault(),ud.value=!1}else if(["Backspace"].includes(Ud.key)&&ed.whole&&_d.value){const{splitIndex:Kd,selectionEnd:Qd,pattern:hf,prefixIndex:gf,prefix:bf}=_d.value,kf=Ld();if(!kf)return;const Cf=kf.value,Ef=ed.options.find(Mf=>Mf.value===hf);if((isFunction$4(ed.checkIsWhole)?ed.checkIsWhole(hf,bf):Ef)&&Kd!==-1&&Kd+1===Qd){Ud.preventDefault();const Mf=Cf.slice(0,gf)+Cf.slice(Kd+1);Ja(UPDATE_MODEL_EVENT,Mf);const Af=gf;nextTick$1(()=>{kf.selectionStart=Af,kf.selectionEnd=Af,Fd()})}}}},{wrapperRef:Id}=useFocusController(sd,{afterFocus(){jd()},beforeBlur(Ud){var Vd;return(Vd=ld.value)==null?void 0:Vd.isFocusInsideContent(Ud)},afterBlur(){ud.value=!1}}),Rd=()=>{jd()},Md=Ud=>{if(!_d.value)return;const Vd=Ld();if(!Vd)return;const qd=Vd.value,{split:Wd}=ed,zd=qd.slice(_d.value.end),Kd=zd.startsWith(Wd),Qd=`${Ud.value}${Kd?"":Wd}`,hf=qd.slice(0,_d.value.start)+Qd+zd;Ja(UPDATE_MODEL_EVENT,hf),Ja("select",Ud,_d.value.prefix);const gf=_d.value.start+Qd.length+(Kd?1:0);nextTick$1(()=>{Vd.selectionStart=gf,Vd.selectionEnd=gf,Vd.focus(),Fd()})},Ld=()=>{var Ud,Vd;return ed.type==="textarea"?(Ud=sd.value)==null?void 0:Ud.textarea:(Vd=sd.value)==null?void 0:Vd.input},jd=()=>{setTimeout(()=>{Pd(),Fd(),nextTick$1(()=>{var Ud;return(Ud=ld.value)==null?void 0:Ud.updatePopper()})},0)},Pd=()=>{const Ud=Ld();if(!Ud)return;const Vd=getCursorPosition(Ud),qd=Ud.getBoundingClientRect(),Wd=sd.value.$el.getBoundingClientRect();gd.value={position:"absolute",width:0,height:`${Vd.height}px`,left:`${Vd.left+qd.left-Wd.left}px`,top:`${Vd.top+qd.top-Wd.top}px`}},Fd=()=>{const Ud=Ld();if(document.activeElement!==Ud){ud.value=!1;return}const{prefix:Vd,split:qd}=ed;if(_d.value=getMentionCtx(Ud,Vd,qd),_d.value&&_d.value.splitIndex===-1){ud.value=!0,Ja("search",_d.value.pattern,_d.value.prefix);return}ud.value=!1};return qa({input:sd,tooltip:ld}),(Ud,Vd)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:Id,class:normalizeClass(unref(rd).b())},[createVNode(unref(ElInput),mergeProps(mergeProps(unref(td),Ud.$attrs),{ref_key:"elInputRef",ref:sd,"model-value":Ud.modelValue,role:unref(Od)?"combobox":void 0,"aria-activedescendant":unref(Od)?unref(Ad)||"":void 0,"aria-controls":unref(Od)?unref(od):void 0,"aria-expanded":unref(Od)||void 0,"aria-label":Ud.ariaLabel,"aria-autocomplete":unref(Od)?"none":void 0,"aria-haspopup":unref(Od)?"listbox":void 0,onInput:Nd,onKeydown:kd,onMousedown:Rd}),createSlots({_:2},[renderList(Ud.$slots,(qd,Wd)=>({name:Wd,fn:withCtx(zd=>[renderSlot(Ud.$slots,Wd,normalizeProps(guardReactiveProps(zd)))])}))]),1040,["model-value","role","aria-activedescendant","aria-controls","aria-expanded","aria-label","aria-autocomplete","aria-haspopup"]),createVNode(unref(ElTooltip),{ref_key:"tooltipRef",ref:ld,visible:unref(Od),"popper-class":[unref(rd).e("popper"),Ud.popperClass],"popper-options":Ud.popperOptions,placement:unref(yd),"fallback-placements":unref(Ed),effect:"light",pure:"",offset:Ud.offset,"show-arrow":Ud.showArrow},{default:withCtx(()=>[createBaseVNode("div",{style:normalizeStyle(gd.value)},null,4)]),content:withCtx(()=>{var qd;return[createVNode(ElMentionDropdown,{ref_key:"dropdownRef",ref:cd,options:unref(Td),disabled:Ud.disabled,loading:Ud.loading,"content-id":unref(od),"aria-label":Ud.ariaLabel,onSelect:Md,onClick:withModifiers((qd=sd.value)==null?void 0:qd.focus,["stop"])},createSlots({_:2},[renderList(Ud.$slots,(Wd,zd)=>({name:zd,fn:withCtx(Kd=>[renderSlot(Ud.$slots,zd,normalizeProps(guardReactiveProps(Kd)))])}))]),1032,["options","disabled","loading","content-id","aria-label","onClick"])]}),_:3},8,["visible","popper-class","popper-options","placement","fallback-placements","offset","show-arrow"])],2))}});var Mention=_export_sfc$1(_sfc_main$z,[["__file","mention.vue"]]);const ElMention=withInstall(Mention);var Components=[ElAffix,ElAlert,ElAutocomplete,ElAutoResizer,ElAvatar,ElBacktop,ElBadge,ElBreadcrumb,ElBreadcrumbItem,ElButton,ElButtonGroup$1,ElCalendar,ElCard,ElCarousel,ElCarouselItem,ElCascader,ElCascaderPanel,ElCheckTag,ElCheckbox,ElCheckboxButton,ElCheckboxGroup$1,ElCol,ElCollapse,ElCollapseItem,ElCollapseTransition,ElColorPicker,ElConfigProvider,ElContainer,ElAside,ElFooter,ElHeader,ElMain,ElDatePicker,ElDescriptions,ElDescriptionsItem,ElDialog,ElDivider,ElDrawer,ElDropdown,ElDropdownItem,ElDropdownMenu,ElEmpty,ElForm,ElFormItem,ElIcon,ElImage,ElImageViewer,ElInput,ElInputNumber,ElLink,ElMenu,ElMenuItem,ElMenuItemGroup,ElSubMenu,ElPageHeader,ElPagination,ElPopconfirm,ElPopover,ElPopper,ElProgress,ElRadio,ElRadioButton,ElRadioGroup,ElRate,ElResult,ElRow,ElScrollbar,ElSelect,ElOption,ElOptionGroup,ElSelectV2,ElSkeleton,ElSkeletonItem,ElSlider,ElSpace,ElStatistic,ElCountdown,ElSteps,ElStep,ElSwitch,ElTable,ElTableColumn,ElTableV2,ElTabs,ElTabPane,ElTag,ElText,ElTimePicker,ElTimeSelect,ElTimeline,ElTimelineItem,ElTooltip,ElTooltipV2,ElTransfer,ElTree,ElTreeSelect,ElTreeV2,ElUpload,ElWatermark,ElTour,ElTourStep,ElAnchor,ElAnchorLink,ElSegmented,ElMention];const SCOPE="ElInfiniteScroll",CHECK_INTERVAL=50,DEFAULT_DELAY=200,DEFAULT_DISTANCE=0,attributes$2={delay:{type:Number,default:DEFAULT_DELAY},distance:{type:Number,default:DEFAULT_DISTANCE},disabled:{type:Boolean,default:!1},immediate:{type:Boolean,default:!0}},getScrollOptions=(Ra,qa)=>Object.entries(attributes$2).reduce((Ja,[ed,td])=>{var rd,od;const{type:sd,default:ld}=td,cd=Ra.getAttribute(`infinite-scroll-${ed}`);let ud=(od=(rd=qa[cd])!=null?rd:cd)!=null?od:ld;return ud=ud==="false"?!1:ud,ud=sd(ud),Ja[ed]=Number.isNaN(ud)?ld:ud,Ja},{}),destroyObserver=Ra=>{const{observer:qa}=Ra[SCOPE];qa&&(qa.disconnect(),delete Ra[SCOPE].observer)},handleScroll=(Ra,qa)=>{const{container:Ja,containerEl:ed,instance:td,observer:rd,lastScrollTop:od}=Ra[SCOPE],{disabled:sd,distance:ld}=getScrollOptions(Ra,td),{clientHeight:cd,scrollHeight:ud,scrollTop:gd}=ed,_d=gd-od;if(Ra[SCOPE].lastScrollTop=gd,rd||sd||_d<0)return;let yd=!1;if(Ja===Ra)yd=ud-(cd+gd)<=ld;else{const{clientTop:Ed,scrollHeight:Td}=Ra,Od=getOffsetTopDistance(Ra,ed);yd=gd+cd>=Od+Ed+Td-ld}yd&&qa.call(td)};function checkFull(Ra,qa){const{containerEl:Ja,instance:ed}=Ra[SCOPE],{disabled:td}=getScrollOptions(Ra,ed);td||Ja.clientHeight===0||(Ja.scrollHeight<=Ja.clientHeight?qa.call(ed):destroyObserver(Ra))}const InfiniteScroll={async mounted(Ra,qa){const{instance:Ja,value:ed}=qa;isFunction$4(ed)||throwError$1(SCOPE,"'v-infinite-scroll' binding value must be a function"),await nextTick$1();const{delay:td,immediate:rd}=getScrollOptions(Ra,Ja),od=getScrollContainer(Ra,!0),sd=od===window?document.documentElement:od,ld=throttle$1(handleScroll.bind(null,Ra,ed),td);if(od){if(Ra[SCOPE]={instance:Ja,container:od,containerEl:sd,delay:td,cb:ed,onScroll:ld,lastScrollTop:sd.scrollTop},rd){const cd=new MutationObserver(throttle$1(checkFull.bind(null,Ra,ed),CHECK_INTERVAL));Ra[SCOPE].observer=cd,cd.observe(Ra,{childList:!0,subtree:!0}),checkFull(Ra,ed)}od.addEventListener("scroll",ld)}},unmounted(Ra){if(!Ra[SCOPE])return;const{container:qa,onScroll:Ja}=Ra[SCOPE];qa==null||qa.removeEventListener("scroll",Ja),destroyObserver(Ra)},async updated(Ra){if(!Ra[SCOPE])await nextTick$1();else{const{containerEl:qa,cb:Ja,observer:ed}=Ra[SCOPE];qa.clientHeight&&ed&&checkFull(Ra,Ja)}}},_InfiniteScroll=InfiniteScroll;_InfiniteScroll.install=Ra=>{Ra.directive("InfiniteScroll",_InfiniteScroll)};const ElInfiniteScroll=_InfiniteScroll;function createLoadingComponent(Ra){let qa;const Ja=ref$1(!1),ed=reactive({...Ra,originalPosition:"",originalOverflow:"",visible:!1});function td(_d){ed.text=_d}function rd(){const _d=ed.parent,yd=gd.ns;if(!_d.vLoadingAddClassList){let Ed=_d.getAttribute("loading-number");Ed=Number.parseInt(Ed)-1,Ed?_d.setAttribute("loading-number",Ed.toString()):(removeClass(_d,yd.bm("parent","relative")),_d.removeAttribute("loading-number")),removeClass(_d,yd.bm("parent","hidden"))}od(),ud.unmount()}function od(){var _d,yd;(yd=(_d=gd.$el)==null?void 0:_d.parentNode)==null||yd.removeChild(gd.$el)}function sd(){var _d;Ra.beforeClose&&!Ra.beforeClose()||(Ja.value=!0,clearTimeout(qa),qa=setTimeout(ld,400),ed.visible=!1,(_d=Ra.closed)==null||_d.call(Ra))}function ld(){if(!Ja.value)return;const _d=ed.parent;Ja.value=!1,_d.vLoadingAddClassList=void 0,rd()}const ud=createApp(defineComponent({name:"ElLoading",setup(_d,{expose:yd}){const{ns:Ed,zIndex:Td}=useGlobalComponentSettings("loading");return yd({ns:Ed,zIndex:Td}),()=>{const Od=ed.spinner||ed.svg,Ad=h$2("svg",{class:"circular",viewBox:ed.svgViewBox?ed.svgViewBox:"0 0 50 50",...Od?{innerHTML:Od}:{}},[h$2("circle",{class:"path",cx:"25",cy:"25",r:"20",fill:"none"})]),Nd=ed.text?h$2("p",{class:Ed.b("text")},[ed.text]):void 0;return h$2(Transition$1,{name:Ed.b("fade"),onAfterLeave:ld},{default:withCtx(()=>[withDirectives(createVNode("div",{style:{backgroundColor:ed.background||""},class:[Ed.b("mask"),ed.customClass,ed.fullscreen?"is-fullscreen":""]},[h$2("div",{class:Ed.b("spinner")},[Ad,Nd])]),[[vShow,ed.visible]])])})}}})),gd=ud.mount(document.createElement("div"));return{...toRefs(ed),setText:td,removeElLoadingChild:od,close:sd,handleAfterLeave:ld,vm:gd,get $el(){return gd.$el}}}let fullscreenInstance;const Loading=function(Ra={}){if(!isClient)return;const qa=resolveOptions(Ra);if(qa.fullscreen&&fullscreenInstance)return fullscreenInstance;const Ja=createLoadingComponent({...qa,closed:()=>{var td;(td=qa.closed)==null||td.call(qa),qa.fullscreen&&(fullscreenInstance=void 0)}});addStyle(qa,qa.parent,Ja),addClassList(qa,qa.parent,Ja),qa.parent.vLoadingAddClassList=()=>addClassList(qa,qa.parent,Ja);let ed=qa.parent.getAttribute("loading-number");return ed?ed=`${Number.parseInt(ed)+1}`:ed="1",qa.parent.setAttribute("loading-number",ed),qa.parent.appendChild(Ja.$el),nextTick$1(()=>Ja.visible.value=qa.visible),qa.fullscreen&&(fullscreenInstance=Ja),Ja},resolveOptions=Ra=>{var qa,Ja,ed,td;let rd;return isString$3(Ra.target)?rd=(qa=document.querySelector(Ra.target))!=null?qa:document.body:rd=Ra.target||document.body,{parent:rd===document.body||Ra.body?document.body:rd,background:Ra.background||"",svg:Ra.svg||"",svgViewBox:Ra.svgViewBox||"",spinner:Ra.spinner||!1,text:Ra.text||"",fullscreen:rd===document.body&&((Ja=Ra.fullscreen)!=null?Ja:!0),lock:(ed=Ra.lock)!=null?ed:!1,customClass:Ra.customClass||"",visible:(td=Ra.visible)!=null?td:!0,beforeClose:Ra.beforeClose,closed:Ra.closed,target:rd}},addStyle=async(Ra,qa,Ja)=>{const{nextZIndex:ed}=Ja.vm.zIndex||Ja.vm._.exposed.zIndex,td={};if(Ra.fullscreen)Ja.originalPosition.value=getStyle(document.body,"position"),Ja.originalOverflow.value=getStyle(document.body,"overflow"),td.zIndex=ed();else if(Ra.parent===document.body){Ja.originalPosition.value=getStyle(document.body,"position"),await nextTick$1();for(const rd of["top","left"]){const od=rd==="top"?"scrollTop":"scrollLeft";td[rd]=`${Ra.target.getBoundingClientRect()[rd]+document.body[od]+document.documentElement[od]-Number.parseInt(getStyle(document.body,`margin-${rd}`),10)}px`}for(const rd of["height","width"])td[rd]=`${Ra.target.getBoundingClientRect()[rd]}px`}else Ja.originalPosition.value=getStyle(qa,"position");for(const[rd,od]of Object.entries(td))Ja.$el.style[rd]=od},addClassList=(Ra,qa,Ja)=>{const ed=Ja.vm.ns||Ja.vm._.exposed.ns;["absolute","fixed","sticky"].includes(Ja.originalPosition.value)?removeClass(qa,ed.bm("parent","relative")):addClass(qa,ed.bm("parent","relative")),Ra.fullscreen&&Ra.lock?addClass(qa,ed.bm("parent","hidden")):removeClass(qa,ed.bm("parent","hidden"))},INSTANCE_KEY=Symbol("ElLoading"),createInstance$1=(Ra,qa)=>{var Ja,ed,td,rd;const od=qa.instance,sd=_d=>isObject$5(qa.value)?qa.value[_d]:void 0,ld=_d=>{const yd=isString$3(_d)&&(od==null?void 0:od[_d])||_d;return yd&&ref$1(yd)},cd=_d=>ld(sd(_d)||Ra.getAttribute(`element-loading-${hyphenate$1(_d)}`)),ud=(Ja=sd("fullscreen"))!=null?Ja:qa.modifiers.fullscreen,gd={text:cd("text"),svg:cd("svg"),svgViewBox:cd("svgViewBox"),spinner:cd("spinner"),background:cd("background"),customClass:cd("customClass"),fullscreen:ud,target:(ed=sd("target"))!=null?ed:ud?void 0:Ra,body:(td=sd("body"))!=null?td:qa.modifiers.body,lock:(rd=sd("lock"))!=null?rd:qa.modifiers.lock};Ra[INSTANCE_KEY]={options:gd,instance:Loading(gd)}},updateOptions=(Ra,qa)=>{for(const Ja of Object.keys(qa))isRef(qa[Ja])&&(qa[Ja].value=Ra[Ja])},vLoading={mounted(Ra,qa){qa.value&&createInstance$1(Ra,qa)},updated(Ra,qa){const Ja=Ra[INSTANCE_KEY];qa.oldValue!==qa.value&&(qa.value&&!qa.oldValue?createInstance$1(Ra,qa):qa.value&&qa.oldValue?isObject$5(qa.value)&&updateOptions(qa.value,Ja.options):Ja==null||Ja.instance.close())},unmounted(Ra){var qa;(qa=Ra[INSTANCE_KEY])==null||qa.instance.close(),Ra[INSTANCE_KEY]=null}},ElLoading={install(Ra){Ra.directive("loading",vLoading),Ra.config.globalProperties.$loading=Loading},directive:vLoading,service:Loading},messageTypes=["success","info","warning","error"],messageDefaults=mutable({customClass:"",center:!1,dangerouslyUseHTMLString:!1,duration:3e3,icon:void 0,id:"",message:"",onClose:void 0,showClose:!1,type:"info",plain:!1,offset:16,zIndex:0,grouping:!1,repeatNum:1,appendTo:isClient?document.body:void 0}),messageProps=buildProps({customClass:{type:String,default:messageDefaults.customClass},center:{type:Boolean,default:messageDefaults.center},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},zIndex:{type:Number,default:messageDefaults.zIndex},grouping:{type:Boolean,default:messageDefaults.grouping},repeatNum:{type:Number,default:messageDefaults.repeatNum}}),messageEmits={destroy:()=>!0},instances=shallowReactive([]),getInstance=Ra=>{const qa=instances.findIndex(td=>td.id===Ra),Ja=instances[qa];let ed;return qa>0&&(ed=instances[qa-1]),{current:Ja,prev:ed}},getLastOffset=Ra=>{const{prev:qa}=getInstance(Ra);return qa?qa.vm.exposed.bottom.value:0},getOffsetOrSpace=(Ra,qa)=>instances.findIndex(ed=>ed.id===Ra)>0?16:qa,__default__$1=defineComponent({name:"ElMessage"}),_sfc_main$y=defineComponent({...__default__$1,props:messageProps,emits:messageEmits,setup(Ra,{expose:qa}){const Ja=Ra,{Close:ed}=TypeComponents,{ns:td,zIndex:rd}=useGlobalComponentSettings("message"),{currentZIndex:od,nextZIndex:sd}=rd,ld=ref$1(),cd=ref$1(!1),ud=ref$1(0);let gd;const _d=computed(()=>Ja.type?Ja.type==="error"?"danger":Ja.type:"info"),yd=computed(()=>{const Ld=Ja.type;return{[td.bm("icon",Ld)]:Ld&&TypeComponentsMap[Ld]}}),Ed=computed(()=>Ja.icon||TypeComponentsMap[Ja.type]||""),Td=computed(()=>getLastOffset(Ja.id)),Od=computed(()=>getOffsetOrSpace(Ja.id,Ja.offset)+Td.value),Ad=computed(()=>ud.value+Od.value),Nd=computed(()=>({top:`${Od.value}px`,zIndex:od.value}));function kd(){Ja.duration!==0&&({stop:gd}=useTimeoutFn(()=>{Rd()},Ja.duration))}function Id(){gd==null||gd()}function Rd(){cd.value=!1}function Md({code:Ld}){Ld===EVENT_CODE.esc&&Rd()}return onMounted(()=>{kd(),sd(),cd.value=!0}),watch(()=>Ja.repeatNum,()=>{Id(),kd()}),useEventListener(document,"keydown",Md),useResizeObserver(ld,()=>{ud.value=ld.value.getBoundingClientRect().height}),qa({visible:cd,bottom:Ad,close:Rd}),(Ld,jd)=>(openBlock(),createBlock(Transition$1,{name:unref(td).b("fade"),onBeforeLeave:Ld.onClose,onAfterLeave:Pd=>Ld.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:Ld.id,ref_key:"messageRef",ref:ld,class:normalizeClass([unref(td).b(),{[unref(td).m(Ld.type)]:Ld.type},unref(td).is("center",Ld.center),unref(td).is("closable",Ld.showClose),unref(td).is("plain",Ld.plain),Ld.customClass]),style:normalizeStyle(unref(Nd)),role:"alert",onMouseenter:Id,onMouseleave:kd},[Ld.repeatNum>1?(openBlock(),createBlock(unref(ElBadge),{key:0,value:Ld.repeatNum,type:unref(_d),class:normalizeClass(unref(td).e("badge"))},null,8,["value","type","class"])):createCommentVNode("v-if",!0),unref(Ed)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(td).e("icon"),unref(yd)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ed))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),renderSlot(Ld.$slots,"default",{},()=>[Ld.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{class:normalizeClass(unref(td).e("content")),innerHTML:Ld.message},null,10,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(td).e("content"))},toDisplayString(Ld.message),3))]),Ld.showClose?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(td).e("closeBtn")),onClick:withModifiers(Rd,["stop"])},{default:withCtx(()=>[createVNode(unref(ed))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],46,["id"]),[[vShow,cd.value]])]),_:3},8,["name","onBeforeLeave","onAfterLeave"]))}});var MessageConstructor=_export_sfc$1(_sfc_main$y,[["__file","message.vue"]]);let seed$1=1;const normalizeOptions=Ra=>{const qa=!Ra||isString$3(Ra)||isVNode(Ra)||isFunction$4(Ra)?{message:Ra}:Ra,Ja={...messageDefaults,...qa};if(!Ja.appendTo)Ja.appendTo=document.body;else if(isString$3(Ja.appendTo)){let ed=document.querySelector(Ja.appendTo);isElement$2(ed)||(ed=document.body),Ja.appendTo=ed}return Ja},closeMessage=Ra=>{const qa=instances.indexOf(Ra);if(qa===-1)return;instances.splice(qa,1);const{handler:Ja}=Ra;Ja.close()},createMessage=({appendTo:Ra,...qa},Ja)=>{const ed=`message_${seed$1++}`,td=qa.onClose,rd=document.createElement("div"),od={...qa,id:ed,onClose:()=>{td==null||td(),closeMessage(ud)},onDestroy:()=>{render$3(null,rd)}},sd=createVNode(MessageConstructor,od,isFunction$4(od.message)||isVNode(od.message)?{default:isFunction$4(od.message)?od.message:()=>od.message}:null);sd.appContext=Ja||message._context,render$3(sd,rd),Ra.appendChild(rd.firstElementChild);const ld=sd.component,ud={id:ed,vnode:sd,vm:ld,handler:{close:()=>{ld.exposed.visible.value=!1}},props:sd.component.props};return ud},message=(Ra={},qa)=>{if(!isClient)return{close:()=>{}};if(isNumber$3(messageConfig.max)&&instances.length>=messageConfig.max)return{close:()=>{}};const Ja=normalizeOptions(Ra);if(Ja.grouping&&instances.length){const td=instances.find(({vnode:rd})=>{var od;return((od=rd.props)==null?void 0:od.message)===Ja.message});if(td)return td.props.repeatNum+=1,td.props.type=Ja.type,td.handler}const ed=createMessage(Ja,qa);return instances.push(ed),ed.handler};messageTypes.forEach(Ra=>{message[Ra]=(qa={},Ja)=>{const ed=normalizeOptions(qa);return message({...ed,type:Ra},Ja)}});function closeAll$1(Ra){for(const qa of instances)(!Ra||Ra===qa.props.type)&&qa.handler.close()}message.closeAll=closeAll$1;message._context=null;const ElMessage=withInstallFunction(message,"$message"),_sfc_main$x=defineComponent({name:"ElMessageBox",directives:{TrapFocus},components:{ElButton,ElFocusTrap,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:{default:!1,type:Boolean},container:{type:String,default:"body"},boxType:{type:String,default:""}},emits:["vanish","action"],setup(Ra,{emit:qa}){const{locale:Ja,zIndex:ed,ns:td,size:rd}=useGlobalComponentSettings("message-box",computed(()=>Ra.buttonSize)),{t:od}=Ja,{nextZIndex:sd}=ed,ld=ref$1(!1),cd=reactive({autofocus:!0,beforeClose:null,callback:null,cancelButtonText:"",cancelButtonClass:"",confirmButtonText:"",confirmButtonClass:"",customClass:"",customStyle:{},dangerouslyUseHTMLString:!1,distinguishCancelAndClose:!1,icon:"",inputPattern:null,inputPlaceholder:"",inputType:"text",inputValue:null,inputValidator:null,inputErrorMessage:"",message:null,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:sd()}),ud=computed(()=>{const Kd=cd.type;return{[td.bm("icon",Kd)]:Kd&&TypeComponentsMap[Kd]}}),gd=useId(),_d=useId(),yd=computed(()=>cd.icon||TypeComponentsMap[cd.type]||""),Ed=computed(()=>!!cd.message),Td=ref$1(),Od=ref$1(),Ad=ref$1(),Nd=ref$1(),kd=ref$1(),Id=computed(()=>cd.confirmButtonClass);watch(()=>cd.inputValue,async Kd=>{await nextTick$1(),Ra.boxType==="prompt"&&Kd!==null&&Vd()},{immediate:!0}),watch(()=>ld.value,Kd=>{var Qd,hf;Kd&&(Ra.boxType!=="prompt"&&(cd.autofocus?Ad.value=(hf=(Qd=kd.value)==null?void 0:Qd.$el)!=null?hf:Td.value:Ad.value=Td.value),cd.zIndex=sd()),Ra.boxType==="prompt"&&(Kd?nextTick$1().then(()=>{var gf;Nd.value&&Nd.value.$el&&(cd.autofocus?Ad.value=(gf=qd())!=null?gf:Td.value:Ad.value=Td.value)}):(cd.editorErrorMessage="",cd.validateError=!1))});const Rd=computed(()=>Ra.draggable),Md=computed(()=>Ra.overflow);useDraggable(Td,Od,Rd,Md),onMounted(async()=>{await nextTick$1(),Ra.closeOnHashChange&&window.addEventListener("hashchange",Ld)}),onBeforeUnmount(()=>{Ra.closeOnHashChange&&window.removeEventListener("hashchange",Ld)});function Ld(){ld.value&&(ld.value=!1,nextTick$1(()=>{cd.action&&qa("action",cd.action)}))}const jd=()=>{Ra.closeOnClickModal&&Ud(cd.distinguishCancelAndClose?"close":"cancel")},Pd=useSameTarget(jd),Fd=Kd=>{if(cd.inputType!=="textarea")return Kd.preventDefault(),Ud("confirm")},Ud=Kd=>{var Qd;Ra.boxType==="prompt"&&Kd==="confirm"&&!Vd()||(cd.action=Kd,cd.beforeClose?(Qd=cd.beforeClose)==null||Qd.call(cd,Kd,cd,Ld):Ld())},Vd=()=>{if(Ra.boxType==="prompt"){const Kd=cd.inputPattern;if(Kd&&!Kd.test(cd.inputValue||""))return cd.editorErrorMessage=cd.inputErrorMessage||od("el.messagebox.error"),cd.validateError=!0,!1;const Qd=cd.inputValidator;if(typeof Qd=="function"){const hf=Qd(cd.inputValue);if(hf===!1)return cd.editorErrorMessage=cd.inputErrorMessage||od("el.messagebox.error"),cd.validateError=!0,!1;if(typeof hf=="string")return cd.editorErrorMessage=hf,cd.validateError=!0,!1}}return cd.editorErrorMessage="",cd.validateError=!1,!0},qd=()=>{const Kd=Nd.value.$refs;return Kd.input||Kd.textarea},Wd=()=>{Ud("close")},zd=()=>{Ra.closeOnPressEscape&&Wd()};return Ra.lockScroll&&useLockscreen(ld),{...toRefs(cd),ns:td,overlayEvent:Pd,visible:ld,hasMessage:Ed,typeClass:ud,contentId:gd,inputId:_d,btnSize:rd,iconComponent:yd,confirmButtonClasses:Id,rootRef:Td,focusStartRef:Ad,headerRef:Od,inputRef:Nd,confirmRef:kd,doClose:Ld,handleClose:Wd,onCloseRequested:zd,handleWrapperClick:jd,handleInputEnter:Fd,handleAction:Ud,t:od}}});function _sfc_render(Ra,qa,Ja,ed,td,rd){const od=resolveComponent("el-icon"),sd=resolveComponent("close"),ld=resolveComponent("el-input"),cd=resolveComponent("el-button"),ud=resolveComponent("el-focus-trap"),gd=resolveComponent("el-overlay");return openBlock(),createBlock(Transition$1,{name:"fade-in-linear",onAfterLeave:_d=>Ra.$emit("vanish"),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(gd,{"z-index":Ra.zIndex,"overlay-class":[Ra.ns.is("message-box"),Ra.modalClass],mask:Ra.modal},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-label":Ra.title,"aria-modal":"true","aria-describedby":Ra.showInput?void 0:Ra.contentId,class:normalizeClass(`${Ra.ns.namespace.value}-overlay-message-box`),onClick:Ra.overlayEvent.onClick,onMousedown:Ra.overlayEvent.onMousedown,onMouseup:Ra.overlayEvent.onMouseup},[createVNode(ud,{loop:"",trapped:Ra.visible,"focus-trap-el":Ra.rootRef,"focus-start-el":Ra.focusStartRef,onReleaseRequested:Ra.onCloseRequested},{default:withCtx(()=>[createBaseVNode("div",{ref:"rootRef",class:normalizeClass([Ra.ns.b(),Ra.customClass,Ra.ns.is("draggable",Ra.draggable),{[Ra.ns.m("center")]:Ra.center}]),style:normalizeStyle(Ra.customStyle),tabindex:"-1",onClick:withModifiers(()=>{},["stop"])},[Ra.title!==null&&Ra.title!==void 0?(openBlock(),createElementBlock("div",{key:0,ref:"headerRef",class:normalizeClass([Ra.ns.e("header"),{"show-close":Ra.showClose}])},[createBaseVNode("div",{class:normalizeClass(Ra.ns.e("title"))},[Ra.iconComponent&&Ra.center?(openBlock(),createBlock(od,{key:0,class:normalizeClass([Ra.ns.e("status"),Ra.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("span",null,toDisplayString(Ra.title),1)],2),Ra.showClose?(openBlock(),createElementBlock("button",{key:0,type:"button",class:normalizeClass(Ra.ns.e("headerbtn")),"aria-label":Ra.t("el.messagebox.close"),onClick:_d=>Ra.handleAction(Ra.distinguishCancelAndClose?"close":"cancel"),onKeydown:withKeys(withModifiers(_d=>Ra.handleAction(Ra.distinguishCancelAndClose?"close":"cancel"),["prevent"]),["enter"])},[createVNode(od,{class:normalizeClass(Ra.ns.e("close"))},{default:withCtx(()=>[createVNode(sd)]),_:1},8,["class"])],42,["aria-label","onClick","onKeydown"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{id:Ra.contentId,class:normalizeClass(Ra.ns.e("content"))},[createBaseVNode("div",{class:normalizeClass(Ra.ns.e("container"))},[Ra.iconComponent&&!Ra.center&&Ra.hasMessage?(openBlock(),createBlock(od,{key:0,class:normalizeClass([Ra.ns.e("status"),Ra.typeClass])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ra.iconComponent)))]),_:1},8,["class"])):createCommentVNode("v-if",!0),Ra.hasMessage?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(Ra.ns.e("message"))},[renderSlot(Ra.$slots,"default",{},()=>[Ra.dangerouslyUseHTMLString?(openBlock(),createBlock(resolveDynamicComponent(Ra.showInput?"label":"p"),{key:1,for:Ra.showInput?Ra.inputId:void 0,innerHTML:Ra.message},null,8,["for","innerHTML"])):(openBlock(),createBlock(resolveDynamicComponent(Ra.showInput?"label":"p"),{key:0,for:Ra.showInput?Ra.inputId:void 0},{default:withCtx(()=>[createTextVNode(toDisplayString(Ra.dangerouslyUseHTMLString?"":Ra.message),1)]),_:1},8,["for"]))])],2)):createCommentVNode("v-if",!0)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(Ra.ns.e("input"))},[createVNode(ld,{id:Ra.inputId,ref:"inputRef",modelValue:Ra.inputValue,"onUpdate:modelValue":_d=>Ra.inputValue=_d,type:Ra.inputType,placeholder:Ra.inputPlaceholder,"aria-invalid":Ra.validateError,class:normalizeClass({invalid:Ra.validateError}),onKeydown:withKeys(Ra.handleInputEnter,["enter"])},null,8,["id","modelValue","onUpdate:modelValue","type","placeholder","aria-invalid","class","onKeydown"]),createBaseVNode("div",{class:normalizeClass(Ra.ns.e("errormsg")),style:normalizeStyle({visibility:Ra.editorErrorMessage?"visible":"hidden"})},toDisplayString(Ra.editorErrorMessage),7)],2),[[vShow,Ra.showInput]])],10,["id"]),createBaseVNode("div",{class:normalizeClass(Ra.ns.e("btns"))},[Ra.showCancelButton?(openBlock(),createBlock(cd,{key:0,loading:Ra.cancelButtonLoading,"loading-icon":Ra.cancelButtonLoadingIcon,class:normalizeClass([Ra.cancelButtonClass]),round:Ra.roundButton,size:Ra.btnSize,onClick:_d=>Ra.handleAction("cancel"),onKeydown:withKeys(withModifiers(_d=>Ra.handleAction("cancel"),["prevent"]),["enter"])},{default:withCtx(()=>[createTextVNode(toDisplayString(Ra.cancelButtonText||Ra.t("el.messagebox.cancel")),1)]),_:1},8,["loading","loading-icon","class","round","size","onClick","onKeydown"])):createCommentVNode("v-if",!0),withDirectives(createVNode(cd,{ref:"confirmRef",type:"primary",loading:Ra.confirmButtonLoading,"loading-icon":Ra.confirmButtonLoadingIcon,class:normalizeClass([Ra.confirmButtonClasses]),round:Ra.roundButton,disabled:Ra.confirmButtonDisabled,size:Ra.btnSize,onClick:_d=>Ra.handleAction("confirm"),onKeydown:withKeys(withModifiers(_d=>Ra.handleAction("confirm"),["prevent"]),["enter"])},{default:withCtx(()=>[createTextVNode(toDisplayString(Ra.confirmButtonText||Ra.t("el.messagebox.confirm")),1)]),_:1},8,["loading","loading-icon","class","round","disabled","size","onClick","onKeydown"]),[[vShow,Ra.showConfirmButton]])],2)],14,["onClick"])]),_:3},8,["trapped","focus-trap-el","focus-start-el","onReleaseRequested"])],42,["aria-label","aria-describedby","onClick","onMousedown","onMouseup"])]),_:3},8,["z-index","overlay-class","mask"]),[[vShow,Ra.visible]])]),_:3},8,["onAfterLeave"])}var MessageBoxConstructor=_export_sfc$1(_sfc_main$x,[["render",_sfc_render],["__file","index.vue"]]);const messageInstance=new Map,getAppendToElement=Ra=>{let qa=document.body;return Ra.appendTo&&(isString$3(Ra.appendTo)&&(qa=document.querySelector(Ra.appendTo)),isElement$2(Ra.appendTo)&&(qa=Ra.appendTo),isElement$2(qa)||(qa=document.body)),qa},initInstance=(Ra,qa,Ja=null)=>{const ed=createVNode(MessageBoxConstructor,Ra,isFunction$4(Ra.message)||isVNode(Ra.message)?{default:isFunction$4(Ra.message)?Ra.message:()=>Ra.message}:null);return ed.appContext=Ja,render$3(ed,qa),getAppendToElement(Ra).appendChild(qa.firstElementChild),ed.component},genContainer=()=>document.createElement("div"),showMessage=(Ra,qa)=>{const Ja=genContainer();Ra.onVanish=()=>{render$3(null,Ja),messageInstance.delete(td)},Ra.onAction=rd=>{const od=messageInstance.get(td);let sd;Ra.showInput?sd={value:td.inputValue,action:rd}:sd=rd,Ra.callback?Ra.callback(sd,ed.proxy):rd==="cancel"||rd==="close"?Ra.distinguishCancelAndClose&&rd!=="cancel"?od.reject("close"):od.reject("cancel"):od.resolve(sd)};const ed=initInstance(Ra,Ja,qa),td=ed.proxy;for(const rd in Ra)hasOwn$1(Ra,rd)&&!hasOwn$1(td.$props,rd)&&(td[rd]=Ra[rd]);return td.visible=!0,td};function MessageBox(Ra,qa=null){if(!isClient)return Promise.reject();let Ja;return isString$3(Ra)||isVNode(Ra)?Ra={message:Ra}:Ja=Ra.callback,new Promise((ed,td)=>{const rd=showMessage(Ra,qa??MessageBox._context);messageInstance.set(rd,{options:Ra,callback:Ja,resolve:ed,reject:td})})}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(Ra=>{MessageBox[Ra]=messageBoxFactory(Ra)});function messageBoxFactory(Ra){return(qa,Ja,ed,td)=>{let rd="";return isObject$5(Ja)?(ed=Ja,rd=""):isUndefined$1(Ja)?rd="":rd=Ja,MessageBox(Object.assign({title:rd,message:qa,type:"",...MESSAGE_BOX_DEFAULT_OPTS[Ra]},ed,{boxType:Ra}),td)}}MessageBox.close=()=>{messageInstance.forEach((Ra,qa)=>{qa.doClose()}),messageInstance.clear()};MessageBox._context=null;const _MessageBox=MessageBox;_MessageBox.install=Ra=>{_MessageBox._context=Ra._context,Ra.config.globalProperties.$msgbox=_MessageBox,Ra.config.globalProperties.$messageBox=_MessageBox,Ra.config.globalProperties.$alert=_MessageBox.alert,Ra.config.globalProperties.$confirm=_MessageBox.confirm,Ra.config.globalProperties.$prompt=_MessageBox.prompt};const ElMessageBox=_MessageBox,notificationTypes=["success","info","warning","error"],notificationProps=buildProps({customClass:{type:String,default:""},dangerouslyUseHTMLString:Boolean,duration:{type:Number,default:4500},icon:{type:iconPropType},id:{type:String,default:""},message:{type:definePropType([String,Object]),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}),notificationEmits={destroy:()=>!0},__default__=defineComponent({name:"ElNotification"}),_sfc_main$w=defineComponent({...__default__,props:notificationProps,emits:notificationEmits,setup(Ra,{expose:qa}){const Ja=Ra,{ns:ed,zIndex:td}=useGlobalComponentSettings("notification"),{nextZIndex:rd,currentZIndex:od}=td,{Close:sd}=CloseComponents,ld=ref$1(!1);let cd;const ud=computed(()=>{const kd=Ja.type;return kd&&TypeComponentsMap[Ja.type]?ed.m(kd):""}),gd=computed(()=>Ja.type&&TypeComponentsMap[Ja.type]||Ja.icon),_d=computed(()=>Ja.position.endsWith("right")?"right":"left"),yd=computed(()=>Ja.position.startsWith("top")?"top":"bottom"),Ed=computed(()=>{var kd;return{[yd.value]:`${Ja.offset}px`,zIndex:(kd=Ja.zIndex)!=null?kd:od.value}});function Td(){Ja.duration>0&&({stop:cd}=useTimeoutFn(()=>{ld.value&&Ad()},Ja.duration))}function Od(){cd==null||cd()}function Ad(){ld.value=!1}function Nd({code:kd}){kd===EVENT_CODE.delete||kd===EVENT_CODE.backspace?Od():kd===EVENT_CODE.esc?ld.value&&Ad():Td()}return onMounted(()=>{Td(),rd(),ld.value=!0}),useEventListener(document,"keydown",Nd),qa({visible:ld,close:Ad}),(kd,Id)=>(openBlock(),createBlock(Transition$1,{name:unref(ed).b("fade"),onBeforeLeave:kd.onClose,onAfterLeave:Rd=>kd.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:kd.id,class:normalizeClass([unref(ed).b(),kd.customClass,unref(_d)]),style:normalizeStyle(unref(Ed)),role:"alert",onMouseenter:Od,onMouseleave:Td,onClick:kd.onClick},[unref(gd)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(ed).e("icon"),unref(ud)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(gd))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(ed).e("group"))},[createBaseVNode("h2",{class:normalizeClass(unref(ed).e("title")),textContent:toDisplayString(kd.title)},null,10,["textContent"]),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(ed).e("content")),style:normalizeStyle(kd.title?void 0:{margin:0})},[renderSlot(kd.$slots,"default",{},()=>[kd.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{innerHTML:kd.message},null,8,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0},toDisplayString(kd.message),1))])],6),[[vShow,kd.message]]),kd.showClose?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(ed).e("closeBtn")),onClick:withModifiers(Ad,["stop"])},{default:withCtx(()=>[createVNode(unref(sd))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],2)],46,["id","onClick"]),[[vShow,ld.value]])]),_:3},8,["name","onBeforeLeave","onAfterLeave"]))}});var NotificationConstructor=_export_sfc$1(_sfc_main$w,[["__file","notification.vue"]]);const notifications={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]},GAP_SIZE=16;let seed=1;const notify=function(Ra={},qa=null){if(!isClient)return{close:()=>{}};(typeof Ra=="string"||isVNode(Ra))&&(Ra={message:Ra});const Ja=Ra.position||"top-right";let ed=Ra.offset||0;notifications[Ja].forEach(({vm:ud})=>{var gd;ed+=(((gd=ud.el)==null?void 0:gd.offsetHeight)||0)+GAP_SIZE}),ed+=GAP_SIZE;const td=`notification_${seed++}`,rd=Ra.onClose,od={...Ra,offset:ed,id:td,onClose:()=>{close$1(td,Ja,rd)}};let sd=document.body;isElement$2(Ra.appendTo)?sd=Ra.appendTo:isString$3(Ra.appendTo)&&(sd=document.querySelector(Ra.appendTo)),isElement$2(sd)||(sd=document.body);const ld=document.createElement("div"),cd=createVNode(NotificationConstructor,od,isVNode(od.message)?{default:()=>od.message}:null);return cd.appContext=qa??notify._context,cd.props.onDestroy=()=>{render$3(null,ld)},render$3(cd,ld),notifications[Ja].push({vm:cd}),sd.appendChild(ld.firstElementChild),{close:()=>{cd.component.exposed.visible.value=!1}}};notificationTypes.forEach(Ra=>{notify[Ra]=(qa={})=>((typeof qa=="string"||isVNode(qa))&&(qa={message:qa}),notify({...qa,type:Ra}))});function close$1(Ra,qa,Ja){const ed=notifications[qa],td=ed.findIndex(({vm:cd})=>{var ud;return((ud=cd.component)==null?void 0:ud.props.id)===Ra});if(td===-1)return;const{vm:rd}=ed[td];if(!rd)return;Ja==null||Ja(rd);const od=rd.el.offsetHeight,sd=qa.split("-")[0];ed.splice(td,1);const ld=ed.length;if(!(ld<1))for(let cd=td;cd<ld;cd++){const{el:ud,component:gd}=ed[cd].vm,_d=Number.parseInt(ud.style[sd],10)-od-GAP_SIZE;gd.props.offset=_d}}function closeAll(){for(const Ra of Object.values(notifications))Ra.forEach(({vm:qa})=>{qa.component.exposed.visible.value=!1})}notify.closeAll=closeAll;notify._context=null;const ElNotification=withInstallFunction(notify,"$notify");var Plugins=[ElInfiniteScroll,ElLoading,ElMessage,ElMessageBox,ElNotification,ElPopoverDirective],installer=makeInstaller([...Components,...Plugins]);const githubConfig={username:"bucketio",repoList:Array.from({length:20},(Ra,qa)=>`img${qa}`),branch:"main",accessTokenList:["ghp_sqQg5y7XC7Fy8XdoocsmdVEYRiRiTZPvbwzTL4MRjQc","ghp_jB5JXzBjpGbgzdoocsmdogWfSHhfCKGVstozw1cAsPv","ghp_zvy8wkHo259g7doocsmdJnUKOQd1WO1SPzZ9G0O9cJD","ghp_DnCJc2Ms0RVZ1doocsmdiWOAN78FurfSeD1Pv2Y28pO","ghp_EsMYDv9WVjXWP5doocsmd1nnDml2DEP95rOiz44bSo0","ghp_L4isHf01nllOOdoocsmdHBGoDG6jscCA09WV44QDvlg","ghp_qWciwYXHPakAUGdoocsmdBOBZdRcV08JThKey3mBZNJ","ghp_rxkvIO08wVL2DMdoocsmd2jDEhcatp2rfVyhd3A7RiS","ghp_1RvkWKboSxr0yVdoocsmd7OtBCpecYwoV6deh3utifJ","ghp_cduanDnAug60ngdoocsmdF1uDstXUi6S9RMhY1qdada","ghp_q6mxuJIkqAcsCXdoocsmdkkjWvzGlMVRuy5zI0IWNDx","ghp_Pv4npPeJpChKFMTdoocsmdCQneopUcqJrqrjl3vrt9A","ghp_gKMCFqMaQiLTqhjdoocsmd7BJE8RyK6AdRw4b42CutS","ghp_2oShgb33qFlqBmadoocsmdludmuLYxBFY5bao1XrsVo","ghp_eYyd3kxWTZmsV8doocsmdDFbAa7AEGQTJgmOd0GUmtY"]},giteeConfig={username:"filesss",repoList:Array.from({length:20},(Ra,qa)=>`img${qa}`),branch:"main",accessTokenList:["ed5fc9866bd6c2fdoocsmddd433f806fd2f399c","5448ffebbbf1151doocsmdc4e337cf814fc8a62","25b05efd2557ca2doocsmd75b5c0835e3395911","11628c7a5aef015doocsmd2eeff9fb9566f0458","cb2f5145ed938dedoocsmdbd063b4ed244eecf8","d8c0b57500672c1doocsmd55f48b866b5ebcd98","78c56eadb88e453doocsmd43ddd95753351771a","03e1a688003948fdoocsmda16fcf41e6f03f1f0","c49121cf4d191fbdoocsmdd6a7877ed537e474a","adfeb2fadcdc4aadoocsmdfe1ee869ac9c968ff","116c94549ca4a0ddoocsmd192653af5c0694616","ecf30ed7f2eb184doocsmd51ea4ec8300371d9e","5837cf2bd5afd93doocsmd73904bed31934949e","b5b7e1c7d57e01fdoocsmd5266f552574297d78","684d55564ffbd0bdoocsmd7d747e5cc23aed6d6","3fc04a9d272ab71doocsmd010c56cb57d88d2ba"]},fontFamilyOptions=[{label:"无衬线",value:"-apple-system-font,BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB , Microsoft YaHei UI , Microsoft YaHei ,Arial,sans-serif",desc:"字体123Abc"},{label:"衬线",value:"Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif",desc:"字体123Abc"},{label:"等宽",value:"Menlo, Monaco, 'Courier New', monospace",desc:"字体123Abc"}],fontSizeOptions=[{label:"12px",value:"12px",desc:"更小"},{label:"13px",value:"13px",desc:"稍小"},{label:"14px",value:"14px",desc:"推荐"},{label:"15px",value:"15px",desc:"稍大"},{label:"16px",value:"16px",desc:"更大"}],colorOptions=[{label:"经典蓝",value:"#0F4C81",desc:"最新流行"},{label:"翡翠绿",value:"#009874",desc:"优雅清新"},{label:"活力橘",value:"#FA5151",desc:"热情活泼"},{label:"柠檬黄",value:"#FECE00",desc:"明亮温暖"},{label:"樱桃红",value:"#FF445F",desc:"浪漫热情"},{label:"浅紫色",value:"#92617E",desc:"优雅高贵"},{label:"天空蓝",value:"#55C9EA",desc:"清新脱俗"}],codeBlockUrlPrefix="https://cdn.bootcdn.net/ajax/libs/highlight.js/11.10.0/styles/",codeBlockThemeList=["1c-light.min.css","a11y-dark.min.css","a11y-light.min.css","agate.min.css","an-old-hope.min.css","androidstudio.min.css","arduino-light.min.css","arta.min.css","ascetic.min.css","atom-one-dark-reasonable.min.css","atom-one-dark.min.css","atom-one-light.min.css","brown-paper.min.css","codepen-embed.min.css","color-brewer.min.css","dark.min.css","default.min.css","devibeans.min.css","docco.min.css","far.min.css","felipec.min.css","foundation.min.css","github-dark-dimmed.min.css","github-dark.min.css","github.min.css","gml.min.css","googlecode.min.css","gradient-dark.min.css","gradient-light.min.css","grayscale.min.css","hybrid.min.css","idea.min.css","intellij-light.min.css","ir-black.min.css","isbl-editor-dark.min.css","isbl-editor-light.min.css","kimbie-dark.min.css","kimbie-light.min.css","lightfair.min.css","lioshi.min.css","magula.min.css","mono-blue.min.css","monokai-sublime.min.css","monokai.min.css","night-owl.min.css","nnfx-dark.min.css","nnfx-light.min.css","nord.min.css","obsidian.min.css","panda-syntax-dark.min.css","panda-syntax-light.min.css","paraiso-dark.min.css","paraiso-light.min.css","pojoaque.min.css","purebasic.min.css","qtcreator-dark.min.css","qtcreator-light.min.css","rainbow.min.css","routeros.min.css","school-book.min.css","shades-of-purple.min.css","srcery.min.css","stackoverflow-dark.min.css","stackoverflow-light.min.css","sunburst.min.css","tokyo-night-dark.min.css","tokyo-night-light.min.css","tomorrow-night-blue.min.css","tomorrow-night-bright.min.css","vs.min.css","vs2015.min.css","xcode.min.css","xt256.min.css"].sort(),codeBlockThemeOptions=codeBlockThemeList.map(Ra=>{const qa=Ra.replace(".min.css",""),Ja=`${codeBlockUrlPrefix}${Ra}`;return{label:qa,value:Ja,desc:""}}),legendOptions=[{label:"title 优先",value:"title-alt",desc:""},{label:"alt 优先",value:"alt-title",desc:""},{label:"只显示 title",value:"title",desc:""},{label:"只显示 alt",value:"alt",desc:""},{label:"不显示",value:"none",desc:""}];var buffer$1={},base64Js$1={};base64Js$1.byteLength=byteLength$1;base64Js$1.toByteArray=toByteArray$1;base64Js$1.fromByteArray=fromByteArray$1;var lookup$1=[],revLookup$1=[],Arr$1=typeof Uint8Array<"u"?Uint8Array:Array,code$1="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var i$5=0,len$1=code$1.length;i$5<len$1;++i$5)lookup$1[i$5]=code$1[i$5],revLookup$1[code$1.charCodeAt(i$5)]=i$5;revLookup$1[45]=62;revLookup$1[95]=63;function getLens$1(Ra){var qa=Ra.length;if(qa%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var Ja=Ra.indexOf("=");Ja===-1&&(Ja=qa);var ed=Ja===qa?0:4-Ja%4;return[Ja,ed]}function byteLength$1(Ra){var qa=getLens$1(Ra),Ja=qa[0],ed=qa[1];return(Ja+ed)*3/4-ed}function _byteLength$1(Ra,qa,Ja){return(qa+Ja)*3/4-Ja}function toByteArray$1(Ra){var qa,Ja=getLens$1(Ra),ed=Ja[0],td=Ja[1],rd=new Arr$1(_byteLength$1(Ra,ed,td)),od=0,sd=td>0?ed-4:ed,ld;for(ld=0;ld<sd;ld+=4)qa=revLookup$1[Ra.charCodeAt(ld)]<<18|revLookup$1[Ra.charCodeAt(ld+1)]<<12|revLookup$1[Ra.charCodeAt(ld+2)]<<6|revLookup$1[Ra.charCodeAt(ld+3)],rd[od++]=qa>>16&255,rd[od++]=qa>>8&255,rd[od++]=qa&255;return td===2&&(qa=revLookup$1[Ra.charCodeAt(ld)]<<2|revLookup$1[Ra.charCodeAt(ld+1)]>>4,rd[od++]=qa&255),td===1&&(qa=revLookup$1[Ra.charCodeAt(ld)]<<10|revLookup$1[Ra.charCodeAt(ld+1)]<<4|revLookup$1[Ra.charCodeAt(ld+2)]>>2,rd[od++]=qa>>8&255,rd[od++]=qa&255),rd}function tripletToBase64$1(Ra){return lookup$1[Ra>>18&63]+lookup$1[Ra>>12&63]+lookup$1[Ra>>6&63]+lookup$1[Ra&63]}function encodeChunk$1(Ra,qa,Ja){for(var ed,td=[],rd=qa;rd<Ja;rd+=3)ed=(Ra[rd]<<16&16711680)+(Ra[rd+1]<<8&65280)+(Ra[rd+2]&255),td.push(tripletToBase64$1(ed));return td.join("")}function fromByteArray$1(Ra){for(var qa,Ja=Ra.length,ed=Ja%3,td=[],rd=16383,od=0,sd=Ja-ed;od<sd;od+=rd)td.push(encodeChunk$1(Ra,od,od+rd>sd?sd:od+rd));return ed===1?(qa=Ra[Ja-1],td.push(lookup$1[qa>>2]+lookup$1[qa<<4&63]+"==")):ed===2&&(qa=(Ra[Ja-2]<<8)+Ra[Ja-1],td.push(lookup$1[qa>>10]+lookup$1[qa>>4&63]+lookup$1[qa<<2&63]+"=")),td.join("")}var ieee754$1={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ieee754$1.read=function(Ra,qa,Ja,ed,td){var rd,od,sd=td*8-ed-1,ld=(1<<sd)-1,cd=ld>>1,ud=-7,gd=Ja?td-1:0,_d=Ja?-1:1,yd=Ra[qa+gd];for(gd+=_d,rd=yd&(1<<-ud)-1,yd>>=-ud,ud+=sd;ud>0;rd=rd*256+Ra[qa+gd],gd+=_d,ud-=8);for(od=rd&(1<<-ud)-1,rd>>=-ud,ud+=ed;ud>0;od=od*256+Ra[qa+gd],gd+=_d,ud-=8);if(rd===0)rd=1-cd;else{if(rd===ld)return od?NaN:(yd?-1:1)*(1/0);od=od+Math.pow(2,ed),rd=rd-cd}return(yd?-1:1)*od*Math.pow(2,rd-ed)};ieee754$1.write=function(Ra,qa,Ja,ed,td,rd){var od,sd,ld,cd=rd*8-td-1,ud=(1<<cd)-1,gd=ud>>1,_d=td===23?Math.pow(2,-24)-Math.pow(2,-77):0,yd=ed?0:rd-1,Ed=ed?1:-1,Td=qa<0||qa===0&&1/qa<0?1:0;for(qa=Math.abs(qa),isNaN(qa)||qa===1/0?(sd=isNaN(qa)?1:0,od=ud):(od=Math.floor(Math.log(qa)/Math.LN2),qa*(ld=Math.pow(2,-od))<1&&(od--,ld*=2),od+gd>=1?qa+=_d/ld:qa+=_d*Math.pow(2,1-gd),qa*ld>=2&&(od++,ld/=2),od+gd>=ud?(sd=0,od=ud):od+gd>=1?(sd=(qa*ld-1)*Math.pow(2,td),od=od+gd):(sd=qa*Math.pow(2,gd-1)*Math.pow(2,td),od=0));td>=8;Ra[Ja+yd]=sd&255,yd+=Ed,sd/=256,td-=8);for(od=od<<td|sd,cd+=td;cd>0;Ra[Ja+yd]=od&255,yd+=Ed,od/=256,cd-=8);Ra[Ja+yd-Ed]|=Td*128};/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/(function(Ra){const qa=base64Js$1,Ja=ieee754$1,ed=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Ra.Buffer=ud,Ra.SlowBuffer=Rd,Ra.INSPECT_MAX_BYTES=50;const td=2147483647;Ra.kMaxLength=td;const{Uint8Array:rd,ArrayBuffer:od,SharedArrayBuffer:sd}=globalThis;ud.TYPED_ARRAY_SUPPORT=ld(),!ud.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ld(){try{const oh=new rd(1),Vf={foo:function(){return 42}};return Object.setPrototypeOf(Vf,rd.prototype),Object.setPrototypeOf(oh,Vf),oh.foo()===42}catch{return!1}}Object.defineProperty(ud.prototype,"parent",{enumerable:!0,get:function(){if(ud.isBuffer(this))return this.buffer}}),Object.defineProperty(ud.prototype,"offset",{enumerable:!0,get:function(){if(ud.isBuffer(this))return this.byteOffset}});function cd(oh){if(oh>td)throw new RangeError('The value "'+oh+'" is invalid for option "size"');const Vf=new rd(oh);return Object.setPrototypeOf(Vf,ud.prototype),Vf}function ud(oh,Vf,Rf){if(typeof oh=="number"){if(typeof Vf=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ed(oh)}return gd(oh,Vf,Rf)}ud.poolSize=8192;function gd(oh,Vf,Rf){if(typeof oh=="string")return Td(oh,Vf);if(od.isView(oh))return Ad(oh);if(oh==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof oh);if(hh(oh,od)||oh&&hh(oh.buffer,od)||typeof sd<"u"&&(hh(oh,sd)||oh&&hh(oh.buffer,sd)))return Nd(oh,Vf,Rf);if(typeof oh=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const Zf=oh.valueOf&&oh.valueOf();if(Zf!=null&&Zf!==oh)return ud.from(Zf,Vf,Rf);const Jf=kd(oh);if(Jf)return Jf;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof oh[Symbol.toPrimitive]=="function")return ud.from(oh[Symbol.toPrimitive]("string"),Vf,Rf);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof oh)}ud.from=function(oh,Vf,Rf){return gd(oh,Vf,Rf)},Object.setPrototypeOf(ud.prototype,rd.prototype),Object.setPrototypeOf(ud,rd);function _d(oh){if(typeof oh!="number")throw new TypeError('"size" argument must be of type number');if(oh<0)throw new RangeError('The value "'+oh+'" is invalid for option "size"')}function yd(oh,Vf,Rf){return _d(oh),oh<=0?cd(oh):Vf!==void 0?typeof Rf=="string"?cd(oh).fill(Vf,Rf):cd(oh).fill(Vf):cd(oh)}ud.alloc=function(oh,Vf,Rf){return yd(oh,Vf,Rf)};function Ed(oh){return _d(oh),cd(oh<0?0:Id(oh)|0)}ud.allocUnsafe=function(oh){return Ed(oh)},ud.allocUnsafeSlow=function(oh){return Ed(oh)};function Td(oh,Vf){if((typeof Vf!="string"||Vf==="")&&(Vf="utf8"),!ud.isEncoding(Vf))throw new TypeError("Unknown encoding: "+Vf);const Rf=Md(oh,Vf)|0;let Zf=cd(Rf);const Jf=Zf.write(oh,Vf);return Jf!==Rf&&(Zf=Zf.slice(0,Jf)),Zf}function Od(oh){const Vf=oh.length<0?0:Id(oh.length)|0,Rf=cd(Vf);for(let Zf=0;Zf<Vf;Zf+=1)Rf[Zf]=oh[Zf]&255;return Rf}function Ad(oh){if(hh(oh,rd)){const Vf=new rd(oh);return Nd(Vf.buffer,Vf.byteOffset,Vf.byteLength)}return Od(oh)}function Nd(oh,Vf,Rf){if(Vf<0||oh.byteLength<Vf)throw new RangeError('"offset" is outside of buffer bounds');if(oh.byteLength<Vf+(Rf||0))throw new RangeError('"length" is outside of buffer bounds');let Zf;return Vf===void 0&&Rf===void 0?Zf=new rd(oh):Rf===void 0?Zf=new rd(oh,Vf):Zf=new rd(oh,Vf,Rf),Object.setPrototypeOf(Zf,ud.prototype),Zf}function kd(oh){if(ud.isBuffer(oh)){const Vf=Id(oh.length)|0,Rf=cd(Vf);return Rf.length===0||oh.copy(Rf,0,0,Vf),Rf}if(oh.length!==void 0)return typeof oh.length!="number"||Mh(oh.length)?cd(0):Od(oh);if(oh.type==="Buffer"&&Array.isArray(oh.data))return Od(oh.data)}function Id(oh){if(oh>=td)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+td.toString(16)+" bytes");return oh|0}function Rd(oh){return+oh!=oh&&(oh=0),ud.alloc(+oh)}ud.isBuffer=function(Vf){return Vf!=null&&Vf._isBuffer===!0&&Vf!==ud.prototype},ud.compare=function(Vf,Rf){if(hh(Vf,rd)&&(Vf=ud.from(Vf,Vf.offset,Vf.byteLength)),hh(Rf,rd)&&(Rf=ud.from(Rf,Rf.offset,Rf.byteLength)),!ud.isBuffer(Vf)||!ud.isBuffer(Rf))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Vf===Rf)return 0;let Zf=Vf.length,Jf=Rf.length;for(let Th=0,Ah=Math.min(Zf,Jf);Th<Ah;++Th)if(Vf[Th]!==Rf[Th]){Zf=Vf[Th],Jf=Rf[Th];break}return Zf<Jf?-1:Jf<Zf?1:0},ud.isEncoding=function(Vf){switch(String(Vf).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},ud.concat=function(Vf,Rf){if(!Array.isArray(Vf))throw new TypeError('"list" argument must be an Array of Buffers');if(Vf.length===0)return ud.alloc(0);let Zf;if(Rf===void 0)for(Rf=0,Zf=0;Zf<Vf.length;++Zf)Rf+=Vf[Zf].length;const Jf=ud.allocUnsafe(Rf);let Th=0;for(Zf=0;Zf<Vf.length;++Zf){let Ah=Vf[Zf];if(hh(Ah,rd))Th+Ah.length>Jf.length?(ud.isBuffer(Ah)||(Ah=ud.from(Ah)),Ah.copy(Jf,Th)):rd.prototype.set.call(Jf,Ah,Th);else if(ud.isBuffer(Ah))Ah.copy(Jf,Th);else throw new TypeError('"list" argument must be an Array of Buffers');Th+=Ah.length}return Jf};function Md(oh,Vf){if(ud.isBuffer(oh))return oh.length;if(od.isView(oh)||hh(oh,od))return oh.byteLength;if(typeof oh!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof oh);const Rf=oh.length,Zf=arguments.length>2&&arguments[2]===!0;if(!Zf&&Rf===0)return 0;let Jf=!1;for(;;)switch(Vf){case"ascii":case"latin1":case"binary":return Rf;case"utf8":case"utf-8":return Wf(oh).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Rf*2;case"hex":return Rf>>>1;case"base64":return qf(oh).length;default:if(Jf)return Zf?-1:Wf(oh).length;Vf=(""+Vf).toLowerCase(),Jf=!0}}ud.byteLength=Md;function Ld(oh,Vf,Rf){let Zf=!1;if((Vf===void 0||Vf<0)&&(Vf=0),Vf>this.length||((Rf===void 0||Rf>this.length)&&(Rf=this.length),Rf<=0)||(Rf>>>=0,Vf>>>=0,Rf<=Vf))return"";for(oh||(oh="utf8");;)switch(oh){case"hex":return Cf(this,Vf,Rf);case"utf8":case"utf-8":return Qd(this,Vf,Rf);case"ascii":return bf(this,Vf,Rf);case"latin1":case"binary":return kf(this,Vf,Rf);case"base64":return Kd(this,Vf,Rf);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ef(this,Vf,Rf);default:if(Zf)throw new TypeError("Unknown encoding: "+oh);oh=(oh+"").toLowerCase(),Zf=!0}}ud.prototype._isBuffer=!0;function jd(oh,Vf,Rf){const Zf=oh[Vf];oh[Vf]=oh[Rf],oh[Rf]=Zf}ud.prototype.swap16=function(){const Vf=this.length;if(Vf%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let Rf=0;Rf<Vf;Rf+=2)jd(this,Rf,Rf+1);return this},ud.prototype.swap32=function(){const Vf=this.length;if(Vf%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let Rf=0;Rf<Vf;Rf+=4)jd(this,Rf,Rf+3),jd(this,Rf+1,Rf+2);return this},ud.prototype.swap64=function(){const Vf=this.length;if(Vf%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let Rf=0;Rf<Vf;Rf+=8)jd(this,Rf,Rf+7),jd(this,Rf+1,Rf+6),jd(this,Rf+2,Rf+5),jd(this,Rf+3,Rf+4);return this},ud.prototype.toString=function(){const Vf=this.length;return Vf===0?"":arguments.length===0?Qd(this,0,Vf):Ld.apply(this,arguments)},ud.prototype.toLocaleString=ud.prototype.toString,ud.prototype.equals=function(Vf){if(!ud.isBuffer(Vf))throw new TypeError("Argument must be a Buffer");return this===Vf?!0:ud.compare(this,Vf)===0},ud.prototype.inspect=function(){let Vf="";const Rf=Ra.INSPECT_MAX_BYTES;return Vf=this.toString("hex",0,Rf).replace(/(.{2})/g,"$1 ").trim(),this.length>Rf&&(Vf+=" ... "),"<Buffer "+Vf+">"},ed&&(ud.prototype[ed]=ud.prototype.inspect),ud.prototype.compare=function(Vf,Rf,Zf,Jf,Th){if(hh(Vf,rd)&&(Vf=ud.from(Vf,Vf.offset,Vf.byteLength)),!ud.isBuffer(Vf))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Vf);if(Rf===void 0&&(Rf=0),Zf===void 0&&(Zf=Vf?Vf.length:0),Jf===void 0&&(Jf=0),Th===void 0&&(Th=this.length),Rf<0||Zf>Vf.length||Jf<0||Th>this.length)throw new RangeError("out of range index");if(Jf>=Th&&Rf>=Zf)return 0;if(Jf>=Th)return-1;if(Rf>=Zf)return 1;if(Rf>>>=0,Zf>>>=0,Jf>>>=0,Th>>>=0,this===Vf)return 0;let Ah=Th-Jf,Gh=Zf-Rf;const sm=Math.min(Ah,Gh),kh=this.slice(Jf,Th),Rh=Vf.slice(Rf,Zf);for(let jh=0;jh<sm;++jh)if(kh[jh]!==Rh[jh]){Ah=kh[jh],Gh=Rh[jh];break}return Ah<Gh?-1:Gh<Ah?1:0};function Pd(oh,Vf,Rf,Zf,Jf){if(oh.length===0)return-1;if(typeof Rf=="string"?(Zf=Rf,Rf=0):Rf>2147483647?Rf=2147483647:Rf<-2147483648&&(Rf=-2147483648),Rf=+Rf,Mh(Rf)&&(Rf=Jf?0:oh.length-1),Rf<0&&(Rf=oh.length+Rf),Rf>=oh.length){if(Jf)return-1;Rf=oh.length-1}else if(Rf<0)if(Jf)Rf=0;else return-1;if(typeof Vf=="string"&&(Vf=ud.from(Vf,Zf)),ud.isBuffer(Vf))return Vf.length===0?-1:Fd(oh,Vf,Rf,Zf,Jf);if(typeof Vf=="number")return Vf=Vf&255,typeof rd.prototype.indexOf=="function"?Jf?rd.prototype.indexOf.call(oh,Vf,Rf):rd.prototype.lastIndexOf.call(oh,Vf,Rf):Fd(oh,[Vf],Rf,Zf,Jf);throw new TypeError("val must be string, number or Buffer")}function Fd(oh,Vf,Rf,Zf,Jf){let Th=1,Ah=oh.length,Gh=Vf.length;if(Zf!==void 0&&(Zf=String(Zf).toLowerCase(),Zf==="ucs2"||Zf==="ucs-2"||Zf==="utf16le"||Zf==="utf-16le")){if(oh.length<2||Vf.length<2)return-1;Th=2,Ah/=2,Gh/=2,Rf/=2}function sm(Rh,jh){return Th===1?Rh[jh]:Rh.readUInt16BE(jh*Th)}let kh;if(Jf){let Rh=-1;for(kh=Rf;kh<Ah;kh++)if(sm(oh,kh)===sm(Vf,Rh===-1?0:kh-Rh)){if(Rh===-1&&(Rh=kh),kh-Rh+1===Gh)return Rh*Th}else Rh!==-1&&(kh-=kh-Rh),Rh=-1}else for(Rf+Gh>Ah&&(Rf=Ah-Gh),kh=Rf;kh>=0;kh--){let Rh=!0;for(let jh=0;jh<Gh;jh++)if(sm(oh,kh+jh)!==sm(Vf,jh)){Rh=!1;break}if(Rh)return kh}return-1}ud.prototype.includes=function(Vf,Rf,Zf){return this.indexOf(Vf,Rf,Zf)!==-1},ud.prototype.indexOf=function(Vf,Rf,Zf){return Pd(this,Vf,Rf,Zf,!0)},ud.prototype.lastIndexOf=function(Vf,Rf,Zf){return Pd(this,Vf,Rf,Zf,!1)};function Ud(oh,Vf,Rf,Zf){Rf=Number(Rf)||0;const Jf=oh.length-Rf;Zf?(Zf=Number(Zf),Zf>Jf&&(Zf=Jf)):Zf=Jf;const Th=Vf.length;Zf>Th/2&&(Zf=Th/2);let Ah;for(Ah=0;Ah<Zf;++Ah){const Gh=parseInt(Vf.substr(Ah*2,2),16);if(Mh(Gh))return Ah;oh[Rf+Ah]=Gh}return Ah}function Vd(oh,Vf,Rf,Zf){return Xf(Wf(Vf,oh.length-Rf),oh,Rf,Zf)}function qd(oh,Vf,Rf,Zf){return Xf(Kf(Vf),oh,Rf,Zf)}function Wd(oh,Vf,Rf,Zf){return Xf(qf(Vf),oh,Rf,Zf)}function zd(oh,Vf,Rf,Zf){return Xf(Df(Vf,oh.length-Rf),oh,Rf,Zf)}ud.prototype.write=function(Vf,Rf,Zf,Jf){if(Rf===void 0)Jf="utf8",Zf=this.length,Rf=0;else if(Zf===void 0&&typeof Rf=="string")Jf=Rf,Zf=this.length,Rf=0;else if(isFinite(Rf))Rf=Rf>>>0,isFinite(Zf)?(Zf=Zf>>>0,Jf===void 0&&(Jf="utf8")):(Jf=Zf,Zf=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Th=this.length-Rf;if((Zf===void 0||Zf>Th)&&(Zf=Th),Vf.length>0&&(Zf<0||Rf<0)||Rf>this.length)throw new RangeError("Attempt to write outside buffer bounds");Jf||(Jf="utf8");let Ah=!1;for(;;)switch(Jf){case"hex":return Ud(this,Vf,Rf,Zf);case"utf8":case"utf-8":return Vd(this,Vf,Rf,Zf);case"ascii":case"latin1":case"binary":return qd(this,Vf,Rf,Zf);case"base64":return Wd(this,Vf,Rf,Zf);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return zd(this,Vf,Rf,Zf);default:if(Ah)throw new TypeError("Unknown encoding: "+Jf);Jf=(""+Jf).toLowerCase(),Ah=!0}},ud.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Kd(oh,Vf,Rf){return Vf===0&&Rf===oh.length?qa.fromByteArray(oh):qa.fromByteArray(oh.slice(Vf,Rf))}function Qd(oh,Vf,Rf){Rf=Math.min(oh.length,Rf);const Zf=[];let Jf=Vf;for(;Jf<Rf;){const Th=oh[Jf];let Ah=null,Gh=Th>239?4:Th>223?3:Th>191?2:1;if(Jf+Gh<=Rf){let sm,kh,Rh,jh;switch(Gh){case 1:Th<128&&(Ah=Th);break;case 2:sm=oh[Jf+1],(sm&192)===128&&(jh=(Th&31)<<6|sm&63,jh>127&&(Ah=jh));break;case 3:sm=oh[Jf+1],kh=oh[Jf+2],(sm&192)===128&&(kh&192)===128&&(jh=(Th&15)<<12|(sm&63)<<6|kh&63,jh>2047&&(jh<55296||jh>57343)&&(Ah=jh));break;case 4:sm=oh[Jf+1],kh=oh[Jf+2],Rh=oh[Jf+3],(sm&192)===128&&(kh&192)===128&&(Rh&192)===128&&(jh=(Th&15)<<18|(sm&63)<<12|(kh&63)<<6|Rh&63,jh>65535&&jh<1114112&&(Ah=jh))}}Ah===null?(Ah=65533,Gh=1):Ah>65535&&(Ah-=65536,Zf.push(Ah>>>10&1023|55296),Ah=56320|Ah&1023),Zf.push(Ah),Jf+=Gh}return gf(Zf)}const hf=4096;function gf(oh){const Vf=oh.length;if(Vf<=hf)return String.fromCharCode.apply(String,oh);let Rf="",Zf=0;for(;Zf<Vf;)Rf+=String.fromCharCode.apply(String,oh.slice(Zf,Zf+=hf));return Rf}function bf(oh,Vf,Rf){let Zf="";Rf=Math.min(oh.length,Rf);for(let Jf=Vf;Jf<Rf;++Jf)Zf+=String.fromCharCode(oh[Jf]&127);return Zf}function kf(oh,Vf,Rf){let Zf="";Rf=Math.min(oh.length,Rf);for(let Jf=Vf;Jf<Rf;++Jf)Zf+=String.fromCharCode(oh[Jf]);return Zf}function Cf(oh,Vf,Rf){const Zf=oh.length;(!Vf||Vf<0)&&(Vf=0),(!Rf||Rf<0||Rf>Zf)&&(Rf=Zf);let Jf="";for(let Th=Vf;Th<Rf;++Th)Jf+=wh[oh[Th]];return Jf}function Ef(oh,Vf,Rf){const Zf=oh.slice(Vf,Rf);let Jf="";for(let Th=0;Th<Zf.length-1;Th+=2)Jf+=String.fromCharCode(Zf[Th]+Zf[Th+1]*256);return Jf}ud.prototype.slice=function(Vf,Rf){const Zf=this.length;Vf=~~Vf,Rf=Rf===void 0?Zf:~~Rf,Vf<0?(Vf+=Zf,Vf<0&&(Vf=0)):Vf>Zf&&(Vf=Zf),Rf<0?(Rf+=Zf,Rf<0&&(Rf=0)):Rf>Zf&&(Rf=Zf),Rf<Vf&&(Rf=Vf);const Jf=this.subarray(Vf,Rf);return Object.setPrototypeOf(Jf,ud.prototype),Jf};function yf(oh,Vf,Rf){if(oh%1!==0||oh<0)throw new RangeError("offset is not uint");if(oh+Vf>Rf)throw new RangeError("Trying to access beyond buffer length")}ud.prototype.readUintLE=ud.prototype.readUIntLE=function(Vf,Rf,Zf){Vf=Vf>>>0,Rf=Rf>>>0,Zf||yf(Vf,Rf,this.length);let Jf=this[Vf],Th=1,Ah=0;for(;++Ah<Rf&&(Th*=256);)Jf+=this[Vf+Ah]*Th;return Jf},ud.prototype.readUintBE=ud.prototype.readUIntBE=function(Vf,Rf,Zf){Vf=Vf>>>0,Rf=Rf>>>0,Zf||yf(Vf,Rf,this.length);let Jf=this[Vf+--Rf],Th=1;for(;Rf>0&&(Th*=256);)Jf+=this[Vf+--Rf]*Th;return Jf},ud.prototype.readUint8=ud.prototype.readUInt8=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,1,this.length),this[Vf]},ud.prototype.readUint16LE=ud.prototype.readUInt16LE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,2,this.length),this[Vf]|this[Vf+1]<<8},ud.prototype.readUint16BE=ud.prototype.readUInt16BE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,2,this.length),this[Vf]<<8|this[Vf+1]},ud.prototype.readUint32LE=ud.prototype.readUInt32LE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,4,this.length),(this[Vf]|this[Vf+1]<<8|this[Vf+2]<<16)+this[Vf+3]*16777216},ud.prototype.readUint32BE=ud.prototype.readUInt32BE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,4,this.length),this[Vf]*16777216+(this[Vf+1]<<16|this[Vf+2]<<8|this[Vf+3])},ud.prototype.readBigUInt64LE=Bh(function(Vf){Vf=Vf>>>0,Tf(Vf,"offset");const Rf=this[Vf],Zf=this[Vf+7];(Rf===void 0||Zf===void 0)&&wf(Vf,this.length-8);const Jf=Rf+this[++Vf]*2**8+this[++Vf]*2**16+this[++Vf]*2**24,Th=this[++Vf]+this[++Vf]*2**8+this[++Vf]*2**16+Zf*2**24;return BigInt(Jf)+(BigInt(Th)<<BigInt(32))}),ud.prototype.readBigUInt64BE=Bh(function(Vf){Vf=Vf>>>0,Tf(Vf,"offset");const Rf=this[Vf],Zf=this[Vf+7];(Rf===void 0||Zf===void 0)&&wf(Vf,this.length-8);const Jf=Rf*2**24+this[++Vf]*2**16+this[++Vf]*2**8+this[++Vf],Th=this[++Vf]*2**24+this[++Vf]*2**16+this[++Vf]*2**8+Zf;return(BigInt(Jf)<<BigInt(32))+BigInt(Th)}),ud.prototype.readIntLE=function(Vf,Rf,Zf){Vf=Vf>>>0,Rf=Rf>>>0,Zf||yf(Vf,Rf,this.length);let Jf=this[Vf],Th=1,Ah=0;for(;++Ah<Rf&&(Th*=256);)Jf+=this[Vf+Ah]*Th;return Th*=128,Jf>=Th&&(Jf-=Math.pow(2,8*Rf)),Jf},ud.prototype.readIntBE=function(Vf,Rf,Zf){Vf=Vf>>>0,Rf=Rf>>>0,Zf||yf(Vf,Rf,this.length);let Jf=Rf,Th=1,Ah=this[Vf+--Jf];for(;Jf>0&&(Th*=256);)Ah+=this[Vf+--Jf]*Th;return Th*=128,Ah>=Th&&(Ah-=Math.pow(2,8*Rf)),Ah},ud.prototype.readInt8=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,1,this.length),this[Vf]&128?(255-this[Vf]+1)*-1:this[Vf]},ud.prototype.readInt16LE=function(Vf,Rf){Vf=Vf>>>0,Rf||yf(Vf,2,this.length);const Zf=this[Vf]|this[Vf+1]<<8;return Zf&32768?Zf|4294901760:Zf},ud.prototype.readInt16BE=function(Vf,Rf){Vf=Vf>>>0,Rf||yf(Vf,2,this.length);const Zf=this[Vf+1]|this[Vf]<<8;return Zf&32768?Zf|4294901760:Zf},ud.prototype.readInt32LE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,4,this.length),this[Vf]|this[Vf+1]<<8|this[Vf+2]<<16|this[Vf+3]<<24},ud.prototype.readInt32BE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,4,this.length),this[Vf]<<24|this[Vf+1]<<16|this[Vf+2]<<8|this[Vf+3]},ud.prototype.readBigInt64LE=Bh(function(Vf){Vf=Vf>>>0,Tf(Vf,"offset");const Rf=this[Vf],Zf=this[Vf+7];(Rf===void 0||Zf===void 0)&&wf(Vf,this.length-8);const Jf=this[Vf+4]+this[Vf+5]*2**8+this[Vf+6]*2**16+(Zf<<24);return(BigInt(Jf)<<BigInt(32))+BigInt(Rf+this[++Vf]*2**8+this[++Vf]*2**16+this[++Vf]*2**24)}),ud.prototype.readBigInt64BE=Bh(function(Vf){Vf=Vf>>>0,Tf(Vf,"offset");const Rf=this[Vf],Zf=this[Vf+7];(Rf===void 0||Zf===void 0)&&wf(Vf,this.length-8);const Jf=(Rf<<24)+this[++Vf]*2**16+this[++Vf]*2**8+this[++Vf];return(BigInt(Jf)<<BigInt(32))+BigInt(this[++Vf]*2**24+this[++Vf]*2**16+this[++Vf]*2**8+Zf)}),ud.prototype.readFloatLE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,4,this.length),Ja.read(this,Vf,!0,23,4)},ud.prototype.readFloatBE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,4,this.length),Ja.read(this,Vf,!1,23,4)},ud.prototype.readDoubleLE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,8,this.length),Ja.read(this,Vf,!0,52,8)},ud.prototype.readDoubleBE=function(Vf,Rf){return Vf=Vf>>>0,Rf||yf(Vf,8,this.length),Ja.read(this,Vf,!1,52,8)};function Mf(oh,Vf,Rf,Zf,Jf,Th){if(!ud.isBuffer(oh))throw new TypeError('"buffer" argument must be a Buffer instance');if(Vf>Jf||Vf<Th)throw new RangeError('"value" argument is out of bounds');if(Rf+Zf>oh.length)throw new RangeError("Index out of range")}ud.prototype.writeUintLE=ud.prototype.writeUIntLE=function(Vf,Rf,Zf,Jf){if(Vf=+Vf,Rf=Rf>>>0,Zf=Zf>>>0,!Jf){const Gh=Math.pow(2,8*Zf)-1;Mf(this,Vf,Rf,Zf,Gh,0)}let Th=1,Ah=0;for(this[Rf]=Vf&255;++Ah<Zf&&(Th*=256);)this[Rf+Ah]=Vf/Th&255;return Rf+Zf},ud.prototype.writeUintBE=ud.prototype.writeUIntBE=function(Vf,Rf,Zf,Jf){if(Vf=+Vf,Rf=Rf>>>0,Zf=Zf>>>0,!Jf){const Gh=Math.pow(2,8*Zf)-1;Mf(this,Vf,Rf,Zf,Gh,0)}let Th=Zf-1,Ah=1;for(this[Rf+Th]=Vf&255;--Th>=0&&(Ah*=256);)this[Rf+Th]=Vf/Ah&255;return Rf+Zf},ud.prototype.writeUint8=ud.prototype.writeUInt8=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,1,255,0),this[Rf]=Vf&255,Rf+1},ud.prototype.writeUint16LE=ud.prototype.writeUInt16LE=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,2,65535,0),this[Rf]=Vf&255,this[Rf+1]=Vf>>>8,Rf+2},ud.prototype.writeUint16BE=ud.prototype.writeUInt16BE=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,2,65535,0),this[Rf]=Vf>>>8,this[Rf+1]=Vf&255,Rf+2},ud.prototype.writeUint32LE=ud.prototype.writeUInt32LE=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,4,4294967295,0),this[Rf+3]=Vf>>>24,this[Rf+2]=Vf>>>16,this[Rf+1]=Vf>>>8,this[Rf]=Vf&255,Rf+4},ud.prototype.writeUint32BE=ud.prototype.writeUInt32BE=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,4,4294967295,0),this[Rf]=Vf>>>24,this[Rf+1]=Vf>>>16,this[Rf+2]=Vf>>>8,this[Rf+3]=Vf&255,Rf+4};function Af(oh,Vf,Rf,Zf,Jf){Bf(Vf,Zf,Jf,oh,Rf,7);let Th=Number(Vf&BigInt(4294967295));oh[Rf++]=Th,Th=Th>>8,oh[Rf++]=Th,Th=Th>>8,oh[Rf++]=Th,Th=Th>>8,oh[Rf++]=Th;let Ah=Number(Vf>>BigInt(32)&BigInt(4294967295));return oh[Rf++]=Ah,Ah=Ah>>8,oh[Rf++]=Ah,Ah=Ah>>8,oh[Rf++]=Ah,Ah=Ah>>8,oh[Rf++]=Ah,Rf}function Zd(oh,Vf,Rf,Zf,Jf){Bf(Vf,Zf,Jf,oh,Rf,7);let Th=Number(Vf&BigInt(4294967295));oh[Rf+7]=Th,Th=Th>>8,oh[Rf+6]=Th,Th=Th>>8,oh[Rf+5]=Th,Th=Th>>8,oh[Rf+4]=Th;let Ah=Number(Vf>>BigInt(32)&BigInt(4294967295));return oh[Rf+3]=Ah,Ah=Ah>>8,oh[Rf+2]=Ah,Ah=Ah>>8,oh[Rf+1]=Ah,Ah=Ah>>8,oh[Rf]=Ah,Rf+8}ud.prototype.writeBigUInt64LE=Bh(function(Vf,Rf=0){return Af(this,Vf,Rf,BigInt(0),BigInt("0xffffffffffffffff"))}),ud.prototype.writeBigUInt64BE=Bh(function(Vf,Rf=0){return Zd(this,Vf,Rf,BigInt(0),BigInt("0xffffffffffffffff"))}),ud.prototype.writeIntLE=function(Vf,Rf,Zf,Jf){if(Vf=+Vf,Rf=Rf>>>0,!Jf){const sm=Math.pow(2,8*Zf-1);Mf(this,Vf,Rf,Zf,sm-1,-sm)}let Th=0,Ah=1,Gh=0;for(this[Rf]=Vf&255;++Th<Zf&&(Ah*=256);)Vf<0&&Gh===0&&this[Rf+Th-1]!==0&&(Gh=1),this[Rf+Th]=(Vf/Ah>>0)-Gh&255;return Rf+Zf},ud.prototype.writeIntBE=function(Vf,Rf,Zf,Jf){if(Vf=+Vf,Rf=Rf>>>0,!Jf){const sm=Math.pow(2,8*Zf-1);Mf(this,Vf,Rf,Zf,sm-1,-sm)}let Th=Zf-1,Ah=1,Gh=0;for(this[Rf+Th]=Vf&255;--Th>=0&&(Ah*=256);)Vf<0&&Gh===0&&this[Rf+Th+1]!==0&&(Gh=1),this[Rf+Th]=(Vf/Ah>>0)-Gh&255;return Rf+Zf},ud.prototype.writeInt8=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,1,127,-128),Vf<0&&(Vf=255+Vf+1),this[Rf]=Vf&255,Rf+1},ud.prototype.writeInt16LE=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,2,32767,-32768),this[Rf]=Vf&255,this[Rf+1]=Vf>>>8,Rf+2},ud.prototype.writeInt16BE=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,2,32767,-32768),this[Rf]=Vf>>>8,this[Rf+1]=Vf&255,Rf+2},ud.prototype.writeInt32LE=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,4,2147483647,-2147483648),this[Rf]=Vf&255,this[Rf+1]=Vf>>>8,this[Rf+2]=Vf>>>16,this[Rf+3]=Vf>>>24,Rf+4},ud.prototype.writeInt32BE=function(Vf,Rf,Zf){return Vf=+Vf,Rf=Rf>>>0,Zf||Mf(this,Vf,Rf,4,2147483647,-2147483648),Vf<0&&(Vf=4294967295+Vf+1),this[Rf]=Vf>>>24,this[Rf+1]=Vf>>>16,this[Rf+2]=Vf>>>8,this[Rf+3]=Vf&255,Rf+4},ud.prototype.writeBigInt64LE=Bh(function(Vf,Rf=0){return Af(this,Vf,Rf,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),ud.prototype.writeBigInt64BE=Bh(function(Vf,Rf=0){return Zd(this,Vf,Rf,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function mf(oh,Vf,Rf,Zf,Jf,Th){if(Rf+Zf>oh.length)throw new RangeError("Index out of range");if(Rf<0)throw new RangeError("Index out of range")}function Pf(oh,Vf,Rf,Zf,Jf){return Vf=+Vf,Rf=Rf>>>0,Jf||mf(oh,Vf,Rf,4),Ja.write(oh,Vf,Rf,Zf,23,4),Rf+4}ud.prototype.writeFloatLE=function(Vf,Rf,Zf){return Pf(this,Vf,Rf,!0,Zf)},ud.prototype.writeFloatBE=function(Vf,Rf,Zf){return Pf(this,Vf,Rf,!1,Zf)};function Ff(oh,Vf,Rf,Zf,Jf){return Vf=+Vf,Rf=Rf>>>0,Jf||mf(oh,Vf,Rf,8),Ja.write(oh,Vf,Rf,Zf,52,8),Rf+8}ud.prototype.writeDoubleLE=function(Vf,Rf,Zf){return Ff(this,Vf,Rf,!0,Zf)},ud.prototype.writeDoubleBE=function(Vf,Rf,Zf){return Ff(this,Vf,Rf,!1,Zf)},ud.prototype.copy=function(Vf,Rf,Zf,Jf){if(!ud.isBuffer(Vf))throw new TypeError("argument should be a Buffer");if(Zf||(Zf=0),!Jf&&Jf!==0&&(Jf=this.length),Rf>=Vf.length&&(Rf=Vf.length),Rf||(Rf=0),Jf>0&&Jf<Zf&&(Jf=Zf),Jf===Zf||Vf.length===0||this.length===0)return 0;if(Rf<0)throw new RangeError("targetStart out of bounds");if(Zf<0||Zf>=this.length)throw new RangeError("Index out of range");if(Jf<0)throw new RangeError("sourceEnd out of bounds");Jf>this.length&&(Jf=this.length),Vf.length-Rf<Jf-Zf&&(Jf=Vf.length-Rf+Zf);const Th=Jf-Zf;return this===Vf&&typeof rd.prototype.copyWithin=="function"?this.copyWithin(Rf,Zf,Jf):rd.prototype.set.call(Vf,this.subarray(Zf,Jf),Rf),Th},ud.prototype.fill=function(Vf,Rf,Zf,Jf){if(typeof Vf=="string"){if(typeof Rf=="string"?(Jf=Rf,Rf=0,Zf=this.length):typeof Zf=="string"&&(Jf=Zf,Zf=this.length),Jf!==void 0&&typeof Jf!="string")throw new TypeError("encoding must be a string");if(typeof Jf=="string"&&!ud.isEncoding(Jf))throw new TypeError("Unknown encoding: "+Jf);if(Vf.length===1){const Ah=Vf.charCodeAt(0);(Jf==="utf8"&&Ah<128||Jf==="latin1")&&(Vf=Ah)}}else typeof Vf=="number"?Vf=Vf&255:typeof Vf=="boolean"&&(Vf=Number(Vf));if(Rf<0||this.length<Rf||this.length<Zf)throw new RangeError("Out of range index");if(Zf<=Rf)return this;Rf=Rf>>>0,Zf=Zf===void 0?this.length:Zf>>>0,Vf||(Vf=0);let Th;if(typeof Vf=="number")for(Th=Rf;Th<Zf;++Th)this[Th]=Vf;else{const Ah=ud.isBuffer(Vf)?Vf:ud.from(Vf,Jf),Gh=Ah.length;if(Gh===0)throw new TypeError('The value "'+Vf+'" is invalid for argument "value"');for(Th=0;Th<Zf-Rf;++Th)this[Th+Rf]=Ah[Th%Gh]}return this};const Lf={};function jf(oh,Vf,Rf){Lf[oh]=class extends Rf{constructor(){super(),Object.defineProperty(this,"message",{value:Vf.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${oh}]`,this.stack,delete this.name}get code(){return oh}set code(Jf){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:Jf,writable:!0})}toString(){return`${this.name} [${oh}]: ${this.message}`}}}jf("ERR_BUFFER_OUT_OF_BOUNDS",function(oh){return oh?`${oh} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),jf("ERR_INVALID_ARG_TYPE",function(oh,Vf){return`The "${oh}" argument must be of type number. Received type ${typeof Vf}`},TypeError),jf("ERR_OUT_OF_RANGE",function(oh,Vf,Rf){let Zf=`The value of "${oh}" is out of range.`,Jf=Rf;return Number.isInteger(Rf)&&Math.abs(Rf)>2**32?Jf=xf(String(Rf)):typeof Rf=="bigint"&&(Jf=String(Rf),(Rf>BigInt(2)**BigInt(32)||Rf<-(BigInt(2)**BigInt(32)))&&(Jf=xf(Jf)),Jf+="n"),Zf+=` It must be ${Vf}. Received ${Jf}`,Zf},RangeError);function xf(oh){let Vf="",Rf=oh.length;const Zf=oh[0]==="-"?1:0;for(;Rf>=Zf+4;Rf-=3)Vf=`_${oh.slice(Rf-3,Rf)}${Vf}`;return`${oh.slice(0,Rf)}${Vf}`}function Nf(oh,Vf,Rf){Tf(Vf,"offset"),(oh[Vf]===void 0||oh[Vf+Rf]===void 0)&&wf(Vf,oh.length-(Rf+1))}function Bf(oh,Vf,Rf,Zf,Jf,Th){if(oh>Rf||oh<Vf){const Ah=typeof Vf=="bigint"?"n":"";let Gh;throw Vf===0||Vf===BigInt(0)?Gh=`>= 0${Ah} and < 2${Ah} ** ${(Th+1)*8}${Ah}`:Gh=`>= -(2${Ah} ** ${(Th+1)*8-1}${Ah}) and < 2 ** ${(Th+1)*8-1}${Ah}`,new Lf.ERR_OUT_OF_RANGE("value",Gh,oh)}Nf(Zf,Jf,Th)}function Tf(oh,Vf){if(typeof oh!="number")throw new Lf.ERR_INVALID_ARG_TYPE(Vf,"number",oh)}function wf(oh,Vf,Rf){throw Math.floor(oh)!==oh?(Tf(oh,Rf),new Lf.ERR_OUT_OF_RANGE("offset","an integer",oh)):Vf<0?new Lf.ERR_BUFFER_OUT_OF_BOUNDS:new Lf.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${Vf}`,oh)}const Of=/[^+/0-9A-Za-z-_]/g;function $f(oh){if(oh=oh.split("=")[0],oh=oh.trim().replace(Of,""),oh.length<2)return"";for(;oh.length%4!==0;)oh=oh+"=";return oh}function Wf(oh,Vf){Vf=Vf||1/0;let Rf;const Zf=oh.length;let Jf=null;const Th=[];for(let Ah=0;Ah<Zf;++Ah){if(Rf=oh.charCodeAt(Ah),Rf>55295&&Rf<57344){if(!Jf){if(Rf>56319){(Vf-=3)>-1&&Th.push(239,191,189);continue}else if(Ah+1===Zf){(Vf-=3)>-1&&Th.push(239,191,189);continue}Jf=Rf;continue}if(Rf<56320){(Vf-=3)>-1&&Th.push(239,191,189),Jf=Rf;continue}Rf=(Jf-55296<<10|Rf-56320)+65536}else Jf&&(Vf-=3)>-1&&Th.push(239,191,189);if(Jf=null,Rf<128){if((Vf-=1)<0)break;Th.push(Rf)}else if(Rf<2048){if((Vf-=2)<0)break;Th.push(Rf>>6|192,Rf&63|128)}else if(Rf<65536){if((Vf-=3)<0)break;Th.push(Rf>>12|224,Rf>>6&63|128,Rf&63|128)}else if(Rf<1114112){if((Vf-=4)<0)break;Th.push(Rf>>18|240,Rf>>12&63|128,Rf>>6&63|128,Rf&63|128)}else throw new Error("Invalid code point")}return Th}function Kf(oh){const Vf=[];for(let Rf=0;Rf<oh.length;++Rf)Vf.push(oh.charCodeAt(Rf)&255);return Vf}function Df(oh,Vf){let Rf,Zf,Jf;const Th=[];for(let Ah=0;Ah<oh.length&&!((Vf-=2)<0);++Ah)Rf=oh.charCodeAt(Ah),Zf=Rf>>8,Jf=Rf%256,Th.push(Jf),Th.push(Zf);return Th}function qf(oh){return qa.toByteArray($f(oh))}function Xf(oh,Vf,Rf,Zf){let Jf;for(Jf=0;Jf<Zf&&!(Jf+Rf>=Vf.length||Jf>=oh.length);++Jf)Vf[Jf+Rf]=oh[Jf];return Jf}function hh(oh,Vf){return oh instanceof Vf||oh!=null&&oh.constructor!=null&&oh.constructor.name!=null&&oh.constructor.name===Vf.name}function Mh(oh){return oh!==oh}const wh=function(){const oh="0123456789abcdef",Vf=new Array(256);for(let Rf=0;Rf<16;++Rf){const Zf=Rf*16;for(let Jf=0;Jf<16;++Jf)Vf[Zf+Jf]=oh[Rf]+oh[Jf]}return Vf}();function Bh(oh){return typeof BigInt>"u"?Uh:oh}function Uh(){throw new Error("BigInt not supported")}})(buffer$1);const Buffer$2=buffer$1.Buffer;function isPrimitive(Ra){return Ra==null||typeof Ra!="object"&&typeof Ra!="function"}function isTypedArray$2(Ra){return Ra instanceof Uint8Array||Ra instanceof Uint8ClampedArray||Ra instanceof Uint16Array||Ra instanceof Uint32Array||Ra instanceof BigUint64Array||Ra instanceof Int8Array||Ra instanceof Int16Array||Ra instanceof Int32Array||Ra instanceof BigInt64Array||Ra instanceof Float32Array||Ra instanceof Float64Array}function cloneDeep(Ra){return cloneDeepImpl(Ra)}function cloneDeepImpl(Ra,qa=new Map){if(isPrimitive(Ra))return Ra;if(qa.has(Ra))return qa.get(Ra);if(Array.isArray(Ra)){const Ja=new Array(Ra.length);qa.set(Ra,Ja);for(let ed=0;ed<Ra.length;ed++)Ja[ed]=cloneDeepImpl(Ra[ed],qa);return Object.prototype.hasOwnProperty.call(Ra,"index")&&(Ja.index=Ra.index),Object.prototype.hasOwnProperty.call(Ra,"input")&&(Ja.input=Ra.input),Ja}if(Ra instanceof Date)return new Date(Ra.getTime());if(Ra instanceof RegExp){const Ja=new RegExp(Ra.source,Ra.flags);return Ja.lastIndex=Ra.lastIndex,Ja}if(Ra instanceof Map){const Ja=new Map;qa.set(Ra,Ja);for(const[ed,td]of Ra.entries())Ja.set(ed,cloneDeepImpl(td,qa));return Ja}if(Ra instanceof Set){const Ja=new Set;qa.set(Ra,Ja);for(const ed of Ra.values())Ja.add(cloneDeepImpl(ed,qa));return Ja}if(typeof Buffer$2<"u"&&Buffer$2.isBuffer(Ra))return Ra.subarray();if(isTypedArray$2(Ra)){const Ja=new(Object.getPrototypeOf(Ra)).constructor(Ra.length);qa.set(Ra,Ja);for(let ed=0;ed<Ra.length;ed++)Ja[ed]=cloneDeepImpl(Ra[ed],qa);return Ja}if(Ra instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&Ra instanceof SharedArrayBuffer)return Ra.slice(0);if(Ra instanceof DataView){const Ja=new DataView(Ra.buffer.slice(0));return qa.set(Ra,Ja),copyProperties(Ja,Ra,qa),Ja}if(typeof File<"u"&&Ra instanceof File){const Ja=new File([Ra],Ra.name,{type:Ra.type});return qa.set(Ra,Ja),copyProperties(Ja,Ra,qa),Ja}if(Ra instanceof Blob){const Ja=new Blob([Ra],{type:Ra.type});return qa.set(Ra,Ja),copyProperties(Ja,Ra,qa),Ja}if(Ra instanceof Error){const Ja=new Ra.constructor;return qa.set(Ra,Ja),Ja.message=Ra.message,Ja.name=Ra.name,Ja.stack=Ra.stack,Ja.cause=Ra.cause,copyProperties(Ja,Ra,qa),Ja}if(typeof Ra=="object"&&Ra!==null){const Ja={};return qa.set(Ra,Ja),copyProperties(Ja,Ra,qa),Ja}return Ra}function copyProperties(Ra,qa,Ja){const ed=Object.keys(qa);for(let td=0;td<ed.length;td++){const rd=ed[td],od=Object.getOwnPropertyDescriptor(qa,rd);(od!=null&&od.writable||od!=null&&od.set)&&(Ra[rd]=cloneDeepImpl(qa[rd],Ja))}}function isObjectLike(Ra){return typeof Ra=="object"&&Ra!==null}function merge$2(Ra,qa){const Ja=Object.keys(qa);for(let ed=0;ed<Ja.length;ed++){const td=Ja[ed],rd=qa[td],od=Ra[td];Array.isArray(rd)?Ra[td]=merge$2(od??[],rd):isObjectLike(od)&&isObjectLike(rd)?Ra[td]=merge$2(od??{},rd):(od===void 0||rd!==void 0)&&(Ra[td]=rd)}return Ra}function toMerged(Ra,qa){return merge$2(cloneDeep(Ra),qa)}const defaultTheme={base:{"--md-primary-color":"#000000","text-align":"left","line-height":"1.75"},block:{h1:{display:"table",padding:"0 1em","border-bottom":"2px solid var(--md-primary-color)",margin:"2em auto 1em",color:"var(--el-text-color-regular)","font-size":"1.2em","font-weight":"bold","text-align":"center"},h2:{display:"table",padding:"0 0.2em",margin:"4em auto 2em",color:"#fff",background:"var(--md-primary-color)","font-size":"1.2em","font-weight":"bold","text-align":"center"},h3:{"padding-left":"8px","border-left":"3px solid var(--md-primary-color)",margin:"2em 8px 0.75em 0",color:"var(--el-text-color-regular)","font-size":"1.1em","font-weight":"bold","line-height":"1.2"},h4:{margin:"2em 8px 0.5em",color:"var(--md-primary-color)","font-size":"1em","font-weight":"bold"},p:{margin:"1.5em 8px","letter-spacing":"0.1em",color:"var(--el-text-color-regular)","text-align":"justify"},blockquote:{"font-style":"normal","border-left":"none",padding:"1em","border-radius":"8px",color:"rgba(0,0,0,0.5)",background:"#f7f7f7",margin:"2em 8px"},blockquote_p:{display:"block","font-size":"1em","letter-spacing":"0.1em",color:"rgb(80, 80, 80)"},code_pre:{"font-size":"14px","overflow-x":"auto","border-radius":"8px",padding:"1em","line-height":"1.5",margin:"10px 8px"},code:{margin:0,"white-space":"nowrap","font-family":"Menlo, Operator Mono, Consolas, Monaco, monospace"},image:{display:"block",width:"100% !important",margin:"0.1em auto 0.5em","border-radius":"4px"},ol:{"padding-left":"1em","margin-left":"0",color:"var(--el-text-color-regular)"},ul:{"list-style":"circle","padding-left":"1em","margin-left":"0",color:"var(--el-text-color-regular)"},footnotes:{margin:"0.5em 8px","font-size":"80%",color:"var(--el-text-color-regular)"},figure:{margin:"1.5em 8px",color:"var(--el-text-color-regular)"},hr:{"border-style":"solid","border-width":"1px 0 0","border-color":"rgba(0,0,0,0.1)","-webkit-transform-origin":"0 0","-webkit-transform":"scale(1, 0.5)","transform-origin":"0 0",transform:"scale(1, 0.5)"}},inline:{listitem:{"text-indent":"-1em",display:"block",margin:"0.2em 8px",color:"var(--el-text-color-regular)"},codespan:{"font-size":"90%",color:"#d14",background:"rgba(27,31,35,.05)",padding:"3px 5px","border-radius":"4px"},link:{color:"#576b95"},wx_link:{color:"#576b95","text-decoration":"none"},strong:{color:"var(--md-primary-color)","font-weight":"bold"},table:{"border-collapse":"collapse","text-align":"center",margin:"1em 8px",color:"var(--el-text-color-regular)"},thead:{background:"rgba(0, 0, 0, 0.05)","font-weight":"bold",color:"var(--el-text-color-regular)"},td:{border:"1px solid #dfdfdf",padding:"0.25em 0.5em",color:"#3f3f3f"},footnote:{"font-size":"12px",color:"var(--el-text-color-regular)"},figcaption:{"text-align":"center",color:"#888","font-size":"0.8em"}}},graceTheme=toMerged(defaultTheme,{base:{},block:{h1:{padding:"0.5em 1em","border-bottom":"2px solid var(--md-primary-color)","font-size":"1.4em","text-shadow":"2px 2px 4px rgba(0,0,0,0.1)"},h2:{padding:"0.3em 1em","border-radius":"8px","font-size":"1.3em","box-shadow":"0 4px 6px rgba(0,0,0,0.1)"},h3:{"padding-left":"12px","font-size":"1.2em","border-left":"4px solid var(--md-primary-color)","border-bottom":"1px dashed var(--md-primary-color)"},h4:{"font-size":"1.1em"},p:{},blockquote:{"font-style":"italic",padding:"1em 1em 1em 2em","border-left":"4px solid var(--md-primary-color)","border-radius":"6px",color:"rgba(0,0,0,0.6)",background:"linear-gradient(to right, #f7f7f7, #ffffff)","box-shadow":"0 4px 6px rgba(0,0,0,0.05)"},blockquote_p:{},code_pre:{"box-shadow":"inset 0 0 10px rgba(0,0,0,0.05)"},code:{"white-space":"pre-wrap","font-family":"'Fira Code', Menlo, Operator Mono, Consolas, Monaco, monospace"},image:{"border-radius":"8px","box-shadow":"0 4px 8px rgba(0,0,0,0.1)"},ol:{"padding-left":"1.5em"},ul:{"list-style":"none","padding-left":"1.5em"},footnotes:{},figure:{},hr:{height:"1px",border:"none",margin:"2em 0",background:"linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0))"}},inline:{listitem:{margin:"0.5em 8px"},codespan:{},link:{},wx_link:{},strong:{},table:{"border-collapse":"separate","border-spacing":"0","border-radius":"8px",margin:"1em 8px",color:"var(--el-text-color-regular)","box-shadow":"0 4px 6px rgba(0,0,0,0.1)",overflow:"hidden"},thead:{color:"#fff"},td:{padding:"0.5em 1em"},footnote:{color:"rgba(0,0,0,0.5)"},figcaption:{}}}),themeOptions=[{label:"经典",value:"default",desc:""},{label:"优雅",value:"grace",desc:""}],themeMap={default:defaultTheme,grace:graceTheme},prefix="MD",isMac=/Mac/i.test(navigator.userAgent),ctrlKey=isMac?"Cmd":"Ctrl",altKey="Alt",shiftKey="Shift",ctrlSign=isMac?"⌘":"Ctrl",altSign=isMac?"⌥":"Alt",shiftSign=isMac?"⇧":"Shift";function deepFreeze(Ra){return Ra instanceof Map?Ra.clear=Ra.delete=Ra.set=function(){throw new Error("map is read-only")}:Ra instanceof Set&&(Ra.add=Ra.clear=Ra.delete=function(){throw new Error("set is read-only")}),Object.freeze(Ra),Object.getOwnPropertyNames(Ra).forEach(qa=>{const Ja=Ra[qa],ed=typeof Ja;(ed==="object"||ed==="function")&&!Object.isFrozen(Ja)&&deepFreeze(Ja)}),Ra}let Response$1=class{constructor(qa){qa.data===void 0&&(qa.data={}),this.data=qa.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}};function escapeHTML(Ra){return Ra.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function inherit$1(Ra,...qa){const Ja=Object.create(null);for(const ed in Ra)Ja[ed]=Ra[ed];return qa.forEach(function(ed){for(const td in ed)Ja[td]=ed[td]}),Ja}const SPAN_CLOSE="</span>",emitsWrappingTags=Ra=>!!Ra.scope,scopeToCSSClass=(Ra,{prefix:qa})=>{if(Ra.startsWith("language:"))return Ra.replace("language:","language-");if(Ra.includes(".")){const Ja=Ra.split(".");return[`${qa}${Ja.shift()}`,...Ja.map((ed,td)=>`${ed}${"_".repeat(td+1)}`)].join(" ")}return`${qa}${Ra}`};class HTMLRenderer{constructor(qa,Ja){this.buffer="",this.classPrefix=Ja.classPrefix,qa.walk(this)}addText(qa){this.buffer+=escapeHTML(qa)}openNode(qa){if(!emitsWrappingTags(qa))return;const Ja=scopeToCSSClass(qa.scope,{prefix:this.classPrefix});this.span(Ja)}closeNode(qa){emitsWrappingTags(qa)&&(this.buffer+=SPAN_CLOSE)}value(){return this.buffer}span(qa){this.buffer+=`<span class="${qa}">`}}const newNode=(Ra={})=>{const qa={children:[]};return Object.assign(qa,Ra),qa};class TokenTree{constructor(){this.rootNode=newNode(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(qa){this.top.children.push(qa)}openNode(qa){const Ja=newNode({scope:qa});this.add(Ja),this.stack.push(Ja)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(qa){return this.constructor._walk(qa,this.rootNode)}static _walk(qa,Ja){return typeof Ja=="string"?qa.addText(Ja):Ja.children&&(qa.openNode(Ja),Ja.children.forEach(ed=>this._walk(qa,ed)),qa.closeNode(Ja)),qa}static _collapse(qa){typeof qa!="string"&&qa.children&&(qa.children.every(Ja=>typeof Ja=="string")?qa.children=[qa.children.join("")]:qa.children.forEach(Ja=>{TokenTree._collapse(Ja)}))}}class TokenTreeEmitter extends TokenTree{constructor(qa){super(),this.options=qa}addText(qa){qa!==""&&this.add(qa)}startScope(qa){this.openNode(qa)}endScope(){this.closeNode()}__addSublanguage(qa,Ja){const ed=qa.root;Ja&&(ed.scope=`language:${Ja}`),this.add(ed)}toHTML(){return new HTMLRenderer(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function source(Ra){return Ra?typeof Ra=="string"?Ra:Ra.source:null}function lookahead(Ra){return concat$2("(?=",Ra,")")}function anyNumberOfTimes(Ra){return concat$2("(?:",Ra,")*")}function optional(Ra){return concat$2("(?:",Ra,")?")}function concat$2(...Ra){return Ra.map(Ja=>source(Ja)).join("")}function stripOptionsFromArgs(Ra){const qa=Ra[Ra.length-1];return typeof qa=="object"&&qa.constructor===Object?(Ra.splice(Ra.length-1,1),qa):{}}function either(...Ra){return"("+(stripOptionsFromArgs(Ra).capture?"":"?:")+Ra.map(ed=>source(ed)).join("|")+")"}function countMatchGroups(Ra){return new RegExp(Ra.toString()+"|").exec("").length-1}function startsWith$1(Ra,qa){const Ja=Ra&&Ra.exec(qa);return Ja&&Ja.index===0}const BACKREF_RE=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function _rewriteBackreferences(Ra,{joinWith:qa}){let Ja=0;return Ra.map(ed=>{Ja+=1;const td=Ja;let rd=source(ed),od="";for(;rd.length>0;){const sd=BACKREF_RE.exec(rd);if(!sd){od+=rd;break}od+=rd.substring(0,sd.index),rd=rd.substring(sd.index+sd[0].length),sd[0][0]==="\\"&&sd[1]?od+="\\"+String(Number(sd[1])+td):(od+=sd[0],sd[0]==="("&&Ja++)}return od}).map(ed=>`(${ed})`).join(qa)}const MATCH_NOTHING_RE=/\b\B/,IDENT_RE="[a-zA-Z]\\w*",UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",NUMBER_RE="\\b\\d+(\\.\\d+)?",C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",BINARY_NUMBER_RE="\\b(0b[01]+)",RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG=(Ra={})=>{const qa=/^#![ ]*\//;return Ra.binary&&(Ra.begin=concat$2(qa,/.*\b/,Ra.binary,/\b.*/)),inherit$1({scope:"meta",begin:qa,end:/$/,relevance:0,"on:begin":(Ja,ed)=>{Ja.index!==0&&ed.ignoreMatch()}},Ra)},BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},APOS_STRING_MODE={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[BACKSLASH_ESCAPE]},QUOTE_STRING_MODE={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[BACKSLASH_ESCAPE]},PHRASAL_WORDS_MODE={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/},COMMENT$1=function(Ra,qa,Ja={}){const ed=inherit$1({scope:"comment",begin:Ra,end:qa,contains:[]},Ja);ed.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 td=either("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 ed.contains.push({begin:concat$2(/[ ]+/,"(",td,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),ed},C_LINE_COMMENT_MODE=COMMENT$1("//","$"),C_BLOCK_COMMENT_MODE=COMMENT$1("/\\*","\\*/"),HASH_COMMENT_MODE=COMMENT$1("#","$"),NUMBER_MODE={scope:"number",begin:NUMBER_RE,relevance:0},C_NUMBER_MODE={scope:"number",begin:C_NUMBER_RE,relevance:0},BINARY_NUMBER_MODE={scope:"number",begin:BINARY_NUMBER_RE,relevance:0},REGEXP_MODE={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[BACKSLASH_ESCAPE]}]},TITLE_MODE={scope:"title",begin:IDENT_RE,relevance:0},UNDERSCORE_TITLE_MODE={scope:"title",begin:UNDERSCORE_IDENT_RE,relevance:0},METHOD_GUARD={begin:"\\.\\s*"+UNDERSCORE_IDENT_RE,relevance:0},END_SAME_AS_BEGIN=function(Ra){return Object.assign(Ra,{"on:begin":(qa,Ja)=>{Ja.data._beginMatch=qa[1]},"on:end":(qa,Ja)=>{Ja.data._beginMatch!==qa[1]&&Ja.ignoreMatch()}})};var MODES=Object.freeze({__proto__:null,APOS_STRING_MODE,BACKSLASH_ESCAPE,BINARY_NUMBER_MODE,BINARY_NUMBER_RE,COMMENT:COMMENT$1,C_BLOCK_COMMENT_MODE,C_LINE_COMMENT_MODE,C_NUMBER_MODE,C_NUMBER_RE,END_SAME_AS_BEGIN,HASH_COMMENT_MODE,IDENT_RE,MATCH_NOTHING_RE,METHOD_GUARD,NUMBER_MODE,NUMBER_RE,PHRASAL_WORDS_MODE,QUOTE_STRING_MODE,REGEXP_MODE,RE_STARTERS_RE,SHEBANG,TITLE_MODE,UNDERSCORE_IDENT_RE,UNDERSCORE_TITLE_MODE});function skipIfHasPrecedingDot(Ra,qa){Ra.input[Ra.index-1]==="."&&qa.ignoreMatch()}function scopeClassName(Ra,qa){Ra.className!==void 0&&(Ra.scope=Ra.className,delete Ra.className)}function beginKeywords(Ra,qa){qa&&Ra.beginKeywords&&(Ra.begin="\\b("+Ra.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",Ra.__beforeBegin=skipIfHasPrecedingDot,Ra.keywords=Ra.keywords||Ra.beginKeywords,delete Ra.beginKeywords,Ra.relevance===void 0&&(Ra.relevance=0))}function compileIllegal(Ra,qa){Array.isArray(Ra.illegal)&&(Ra.illegal=either(...Ra.illegal))}function compileMatch(Ra,qa){if(Ra.match){if(Ra.begin||Ra.end)throw new Error("begin & end are not supported with match");Ra.begin=Ra.match,delete Ra.match}}function compileRelevance(Ra,qa){Ra.relevance===void 0&&(Ra.relevance=1)}const beforeMatchExt=(Ra,qa)=>{if(!Ra.beforeMatch)return;if(Ra.starts)throw new Error("beforeMatch cannot be used with starts");const Ja=Object.assign({},Ra);Object.keys(Ra).forEach(ed=>{delete Ra[ed]}),Ra.keywords=Ja.keywords,Ra.begin=concat$2(Ja.beforeMatch,lookahead(Ja.begin)),Ra.starts={relevance:0,contains:[Object.assign(Ja,{endsParent:!0})]},Ra.relevance=0,delete Ja.beforeMatch},COMMON_KEYWORDS=["of","and","for","in","not","or","if","then","parent","list","value"],DEFAULT_KEYWORD_SCOPE="keyword";function compileKeywords(Ra,qa,Ja=DEFAULT_KEYWORD_SCOPE){const ed=Object.create(null);return typeof Ra=="string"?td(Ja,Ra.split(" ")):Array.isArray(Ra)?td(Ja,Ra):Object.keys(Ra).forEach(function(rd){Object.assign(ed,compileKeywords(Ra[rd],qa,rd))}),ed;function td(rd,od){qa&&(od=od.map(sd=>sd.toLowerCase())),od.forEach(function(sd){const ld=sd.split("|");ed[ld[0]]=[rd,scoreForKeyword(ld[0],ld[1])]})}}function scoreForKeyword(Ra,qa){return qa?Number(qa):commonKeyword(Ra)?0:1}function commonKeyword(Ra){return COMMON_KEYWORDS.includes(Ra.toLowerCase())}const seenDeprecations={},error=Ra=>{console.error(Ra)},warn=(Ra,...qa)=>{console.log(`WARN: ${Ra}`,...qa)},deprecated=(Ra,qa)=>{seenDeprecations[`${Ra}/${qa}`]||(console.log(`Deprecated as of ${Ra}. ${qa}`),seenDeprecations[`${Ra}/${qa}`]=!0)},MultiClassError=new Error;function remapScopeNames(Ra,qa,{key:Ja}){let ed=0;const td=Ra[Ja],rd={},od={};for(let sd=1;sd<=qa.length;sd++)od[sd+ed]=td[sd],rd[sd+ed]=!0,ed+=countMatchGroups(qa[sd-1]);Ra[Ja]=od,Ra[Ja]._emit=rd,Ra[Ja]._multi=!0}function beginMultiClass(Ra){if(Array.isArray(Ra.begin)){if(Ra.skip||Ra.excludeBegin||Ra.returnBegin)throw error("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),MultiClassError;if(typeof Ra.beginScope!="object"||Ra.beginScope===null)throw error("beginScope must be object"),MultiClassError;remapScopeNames(Ra,Ra.begin,{key:"beginScope"}),Ra.begin=_rewriteBackreferences(Ra.begin,{joinWith:""})}}function endMultiClass(Ra){if(Array.isArray(Ra.end)){if(Ra.skip||Ra.excludeEnd||Ra.returnEnd)throw error("skip, excludeEnd, returnEnd not compatible with endScope: {}"),MultiClassError;if(typeof Ra.endScope!="object"||Ra.endScope===null)throw error("endScope must be object"),MultiClassError;remapScopeNames(Ra,Ra.end,{key:"endScope"}),Ra.end=_rewriteBackreferences(Ra.end,{joinWith:""})}}function scopeSugar(Ra){Ra.scope&&typeof Ra.scope=="object"&&Ra.scope!==null&&(Ra.beginScope=Ra.scope,delete Ra.scope)}function MultiClass(Ra){scopeSugar(Ra),typeof Ra.beginScope=="string"&&(Ra.beginScope={_wrap:Ra.beginScope}),typeof Ra.endScope=="string"&&(Ra.endScope={_wrap:Ra.endScope}),beginMultiClass(Ra),endMultiClass(Ra)}function compileLanguage(Ra){function qa(od,sd){return new RegExp(source(od),"m"+(Ra.case_insensitive?"i":"")+(Ra.unicodeRegex?"u":"")+(sd?"g":""))}class Ja{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(sd,ld){ld.position=this.position++,this.matchIndexes[this.matchAt]=ld,this.regexes.push([ld,sd]),this.matchAt+=countMatchGroups(sd)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const sd=this.regexes.map(ld=>ld[1]);this.matcherRe=qa(_rewriteBackreferences(sd,{joinWith:"|"}),!0),this.lastIndex=0}exec(sd){this.matcherRe.lastIndex=this.lastIndex;const ld=this.matcherRe.exec(sd);if(!ld)return null;const cd=ld.findIndex((gd,_d)=>_d>0&&gd!==void 0),ud=this.matchIndexes[cd];return ld.splice(0,cd),Object.assign(ld,ud)}}class ed{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(sd){if(this.multiRegexes[sd])return this.multiRegexes[sd];const ld=new Ja;return this.rules.slice(sd).forEach(([cd,ud])=>ld.addRule(cd,ud)),ld.compile(),this.multiRegexes[sd]=ld,ld}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(sd,ld){this.rules.push([sd,ld]),ld.type==="begin"&&this.count++}exec(sd){const ld=this.getMatcher(this.regexIndex);ld.lastIndex=this.lastIndex;let cd=ld.exec(sd);if(this.resumingScanAtSamePosition()&&!(cd&&cd.index===this.lastIndex)){const ud=this.getMatcher(0);ud.lastIndex=this.lastIndex+1,cd=ud.exec(sd)}return cd&&(this.regexIndex+=cd.position+1,this.regexIndex===this.count&&this.considerAll()),cd}}function td(od){const sd=new ed;return od.contains.forEach(ld=>sd.addRule(ld.begin,{rule:ld,type:"begin"})),od.terminatorEnd&&sd.addRule(od.terminatorEnd,{type:"end"}),od.illegal&&sd.addRule(od.illegal,{type:"illegal"}),sd}function rd(od,sd){const ld=od;if(od.isCompiled)return ld;[scopeClassName,compileMatch,MultiClass,beforeMatchExt].forEach(ud=>ud(od,sd)),Ra.compilerExtensions.forEach(ud=>ud(od,sd)),od.__beforeBegin=null,[beginKeywords,compileIllegal,compileRelevance].forEach(ud=>ud(od,sd)),od.isCompiled=!0;let cd=null;return typeof od.keywords=="object"&&od.keywords.$pattern&&(od.keywords=Object.assign({},od.keywords),cd=od.keywords.$pattern,delete od.keywords.$pattern),cd=cd||/\w+/,od.keywords&&(od.keywords=compileKeywords(od.keywords,Ra.case_insensitive)),ld.keywordPatternRe=qa(cd,!0),sd&&(od.begin||(od.begin=/\B|\b/),ld.beginRe=qa(ld.begin),!od.end&&!od.endsWithParent&&(od.end=/\B|\b/),od.end&&(ld.endRe=qa(ld.end)),ld.terminatorEnd=source(ld.end)||"",od.endsWithParent&&sd.terminatorEnd&&(ld.terminatorEnd+=(od.end?"|":"")+sd.terminatorEnd)),od.illegal&&(ld.illegalRe=qa(od.illegal)),od.contains||(od.contains=[]),od.contains=[].concat(...od.contains.map(function(ud){return expandOrCloneMode(ud==="self"?od:ud)})),od.contains.forEach(function(ud){rd(ud,ld)}),od.starts&&rd(od.starts,sd),ld.matcher=td(ld),ld}if(Ra.compilerExtensions||(Ra.compilerExtensions=[]),Ra.contains&&Ra.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return Ra.classNameAliases=inherit$1(Ra.classNameAliases||{}),rd(Ra)}function dependencyOnParent(Ra){return Ra?Ra.endsWithParent||dependencyOnParent(Ra.starts):!1}function expandOrCloneMode(Ra){return Ra.variants&&!Ra.cachedVariants&&(Ra.cachedVariants=Ra.variants.map(function(qa){return inherit$1(Ra,{variants:null},qa)})),Ra.cachedVariants?Ra.cachedVariants:dependencyOnParent(Ra)?inherit$1(Ra,{starts:Ra.starts?inherit$1(Ra.starts):null}):Object.isFrozen(Ra)?inherit$1(Ra):Ra}var version$1="11.10.0";class HTMLInjectionError extends Error{constructor(qa,Ja){super(qa),this.name="HTMLInjectionError",this.html=Ja}}const escape$4=escapeHTML,inherit$2=inherit$1,NO_MATCH=Symbol("nomatch"),MAX_KEYWORD_HITS=7,HLJS=function(Ra){const qa=Object.create(null),Ja=Object.create(null),ed=[];let td=!0;const rd="Could not find the language '{}', did you forget to load/include a language module?",od={disableAutodetect:!0,name:"Plain text",contains:[]};let sd={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:TokenTreeEmitter};function ld(Qd){return sd.noHighlightRe.test(Qd)}function cd(Qd){let hf=Qd.className+" ";hf+=Qd.parentNode?Qd.parentNode.className:"";const gf=sd.languageDetectRe.exec(hf);if(gf){const bf=Pd(gf[1]);return bf||(warn(rd.replace("{}",gf[1])),warn("Falling back to no-highlight mode for this block.",Qd)),bf?gf[1]:"no-highlight"}return hf.split(/\s+/).find(bf=>ld(bf)||Pd(bf))}function ud(Qd,hf,gf){let bf="",kf="";typeof hf=="object"?(bf=Qd,gf=hf.ignoreIllegals,kf=hf.language):(deprecated("10.7.0","highlight(lang, code, ...args) has been deprecated."),deprecated("10.7.0",`Please use highlight(code, options) instead.
https://github.com/highlightjs/highlight.js/issues/2277`),kf=Qd,bf=hf),gf===void 0&&(gf=!0);const Cf={code:bf,language:kf};zd("before:highlight",Cf);const Ef=Cf.result?Cf.result:gd(Cf.language,Cf.code,gf);return Ef.code=Cf.code,zd("after:highlight",Ef),Ef}function gd(Qd,hf,gf,bf){const kf=Object.create(null);function Cf(wh,Bh){return wh.keywords[Bh]}function Ef(){if(!$f.keywords){Kf.addText(Df);return}let wh=0;$f.keywordPatternRe.lastIndex=0;let Bh=$f.keywordPatternRe.exec(Df),Uh="";for(;Bh;){Uh+=Df.substring(wh,Bh.index);const oh=Tf.case_insensitive?Bh[0].toLowerCase():Bh[0],Vf=Cf($f,oh);if(Vf){const[Rf,Zf]=Vf;if(Kf.addText(Uh),Uh="",kf[oh]=(kf[oh]||0)+1,kf[oh]<=MAX_KEYWORD_HITS&&(qf+=Zf),Rf.startsWith("_"))Uh+=Bh[0];else{const Jf=Tf.classNameAliases[Rf]||Rf;Af(Bh[0],Jf)}}else Uh+=Bh[0];wh=$f.keywordPatternRe.lastIndex,Bh=$f.keywordPatternRe.exec(Df)}Uh+=Df.substring(wh),Kf.addText(Uh)}function yf(){if(Df==="")return;let wh=null;if(typeof $f.subLanguage=="string"){if(!qa[$f.subLanguage]){Kf.addText(Df);return}wh=gd($f.subLanguage,Df,!0,Wf[$f.subLanguage]),Wf[$f.subLanguage]=wh._top}else wh=yd(Df,$f.subLanguage.length?$f.subLanguage:null);$f.relevance>0&&(qf+=wh.relevance),Kf.__addSublanguage(wh._emitter,wh.language)}function Mf(){$f.subLanguage!=null?yf():Ef(),Df=""}function Af(wh,Bh){wh!==""&&(Kf.startScope(Bh),Kf.addText(wh),Kf.endScope())}function Zd(wh,Bh){let Uh=1;const oh=Bh.length-1;for(;Uh<=oh;){if(!wh._emit[Uh]){Uh++;continue}const Vf=Tf.classNameAliases[wh[Uh]]||wh[Uh],Rf=Bh[Uh];Vf?Af(Rf,Vf):(Df=Rf,Ef(),Df=""),Uh++}}function mf(wh,Bh){return wh.scope&&typeof wh.scope=="string"&&Kf.openNode(Tf.classNameAliases[wh.scope]||wh.scope),wh.beginScope&&(wh.beginScope._wrap?(Af(Df,Tf.classNameAliases[wh.beginScope._wrap]||wh.beginScope._wrap),Df=""):wh.beginScope._multi&&(Zd(wh.beginScope,Bh),Df="")),$f=Object.create(wh,{parent:{value:$f}}),$f}function Pf(wh,Bh,Uh){let oh=startsWith$1(wh.endRe,Uh);if(oh){if(wh["on:end"]){const Vf=new Response$1(wh);wh["on:end"](Bh,Vf),Vf.isMatchIgnored&&(oh=!1)}if(oh){for(;wh.endsParent&&wh.parent;)wh=wh.parent;return wh}}if(wh.endsWithParent)return Pf(wh.parent,Bh,Uh)}function Ff(wh){return $f.matcher.regexIndex===0?(Df+=wh[0],1):(Mh=!0,0)}function Lf(wh){const Bh=wh[0],Uh=wh.rule,oh=new Response$1(Uh),Vf=[Uh.__beforeBegin,Uh["on:begin"]];for(const Rf of Vf)if(Rf&&(Rf(wh,oh),oh.isMatchIgnored))return Ff(Bh);return Uh.skip?Df+=Bh:(Uh.excludeBegin&&(Df+=Bh),Mf(),!Uh.returnBegin&&!Uh.excludeBegin&&(Df=Bh)),mf(Uh,wh),Uh.returnBegin?0:Bh.length}function jf(wh){const Bh=wh[0],Uh=hf.substring(wh.index),oh=Pf($f,wh,Uh);if(!oh)return NO_MATCH;const Vf=$f;$f.endScope&&$f.endScope._wrap?(Mf(),Af(Bh,$f.endScope._wrap)):$f.endScope&&$f.endScope._multi?(Mf(),Zd($f.endScope,wh)):Vf.skip?Df+=Bh:(Vf.returnEnd||Vf.excludeEnd||(Df+=Bh),Mf(),Vf.excludeEnd&&(Df=Bh));do $f.scope&&Kf.closeNode(),!$f.skip&&!$f.subLanguage&&(qf+=$f.relevance),$f=$f.parent;while($f!==oh.parent);return oh.starts&&mf(oh.starts,wh),Vf.returnEnd?0:Bh.length}function xf(){const wh=[];for(let Bh=$f;Bh!==Tf;Bh=Bh.parent)Bh.scope&&wh.unshift(Bh.scope);wh.forEach(Bh=>Kf.openNode(Bh))}let Nf={};function Bf(wh,Bh){const Uh=Bh&&Bh[0];if(Df+=wh,Uh==null)return Mf(),0;if(Nf.type==="begin"&&Bh.type==="end"&&Nf.index===Bh.index&&Uh===""){if(Df+=hf.slice(Bh.index,Bh.index+1),!td){const oh=new Error(`0 width match regex (${Qd})`);throw oh.languageName=Qd,oh.badRule=Nf.rule,oh}return 1}if(Nf=Bh,Bh.type==="begin")return Lf(Bh);if(Bh.type==="illegal"&&!gf){const oh=new Error('Illegal lexeme "'+Uh+'" for mode "'+($f.scope||"<unnamed>")+'"');throw oh.mode=$f,oh}else if(Bh.type==="end"){const oh=jf(Bh);if(oh!==NO_MATCH)return oh}if(Bh.type==="illegal"&&Uh==="")return 1;if(hh>1e5&&hh>Bh.index*3)throw new Error("potential infinite loop, way more iterations than matches");return Df+=Uh,Uh.length}const Tf=Pd(Qd);if(!Tf)throw error(rd.replace("{}",Qd)),new Error('Unknown language: "'+Qd+'"');const wf=compileLanguage(Tf);let Of="",$f=bf||wf;const Wf={},Kf=new sd.__emitter(sd);xf();let Df="",qf=0,Xf=0,hh=0,Mh=!1;try{if(Tf.__emitTokens)Tf.__emitTokens(hf,Kf);else{for($f.matcher.considerAll();;){hh++,Mh?Mh=!1:$f.matcher.considerAll(),$f.matcher.lastIndex=Xf;const wh=$f.matcher.exec(hf);if(!wh)break;const Bh=hf.substring(Xf,wh.index),Uh=Bf(Bh,wh);Xf=wh.index+Uh}Bf(hf.substring(Xf))}return Kf.finalize(),Of=Kf.toHTML(),{language:Qd,value:Of,relevance:qf,illegal:!1,_emitter:Kf,_top:$f}}catch(wh){if(wh.message&&wh.message.includes("Illegal"))return{language:Qd,value:escape$4(hf),illegal:!0,relevance:0,_illegalBy:{message:wh.message,index:Xf,context:hf.slice(Xf-100,Xf+100),mode:wh.mode,resultSoFar:Of},_emitter:Kf};if(td)return{language:Qd,value:escape$4(hf),illegal:!1,relevance:0,errorRaised:wh,_emitter:Kf,_top:$f};throw wh}}function _d(Qd){const hf={value:escape$4(Qd),illegal:!1,relevance:0,_top:od,_emitter:new sd.__emitter(sd)};return hf._emitter.addText(Qd),hf}function yd(Qd,hf){hf=hf||sd.languages||Object.keys(qa);const gf=_d(Qd),bf=hf.filter(Pd).filter(Ud).map(Mf=>gd(Mf,Qd,!1));bf.unshift(gf);const kf=bf.sort((Mf,Af)=>{if(Mf.relevance!==Af.relevance)return Af.relevance-Mf.relevance;if(Mf.language&&Af.language){if(Pd(Mf.language).supersetOf===Af.language)return 1;if(Pd(Af.language).supersetOf===Mf.language)return-1}return 0}),[Cf,Ef]=kf,yf=Cf;return yf.secondBest=Ef,yf}function Ed(Qd,hf,gf){const bf=hf&&Ja[hf]||gf;Qd.classList.add("hljs"),Qd.classList.add(`language-${bf}`)}function Td(Qd){let hf=null;const gf=cd(Qd);if(ld(gf))return;if(zd("before:highlightElement",{el:Qd,language:gf}),Qd.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",Qd);return}if(Qd.children.length>0&&(sd.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(Qd)),sd.throwUnescapedHTML))throw new HTMLInjectionError("One of your code blocks includes unescaped HTML.",Qd.innerHTML);hf=Qd;const bf=hf.textContent,kf=gf?ud(bf,{language:gf,ignoreIllegals:!0}):yd(bf);Qd.innerHTML=kf.value,Qd.dataset.highlighted="yes",Ed(Qd,gf,kf.language),Qd.result={language:kf.language,re:kf.relevance,relevance:kf.relevance},kf.secondBest&&(Qd.secondBest={language:kf.secondBest.language,relevance:kf.secondBest.relevance}),zd("after:highlightElement",{el:Qd,result:kf,text:bf})}function Od(Qd){sd=inherit$2(sd,Qd)}const Ad=()=>{Id(),deprecated("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function Nd(){Id(),deprecated("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let kd=!1;function Id(){if(document.readyState==="loading"){kd=!0;return}document.querySelectorAll(sd.cssSelector).forEach(Td)}function Rd(){kd&&Id()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",Rd,!1);function Md(Qd,hf){let gf=null;try{gf=hf(Ra)}catch(bf){if(error("Language definition for '{}' could not be registered.".replace("{}",Qd)),td)error(bf);else throw bf;gf=od}gf.name||(gf.name=Qd),qa[Qd]=gf,gf.rawDefinition=hf.bind(null,Ra),gf.aliases&&Fd(gf.aliases,{languageName:Qd})}function Ld(Qd){delete qa[Qd];for(const hf of Object.keys(Ja))Ja[hf]===Qd&&delete Ja[hf]}function jd(){return Object.keys(qa)}function Pd(Qd){return Qd=(Qd||"").toLowerCase(),qa[Qd]||qa[Ja[Qd]]}function Fd(Qd,{languageName:hf}){typeof Qd=="string"&&(Qd=[Qd]),Qd.forEach(gf=>{Ja[gf.toLowerCase()]=hf})}function Ud(Qd){const hf=Pd(Qd);return hf&&!hf.disableAutodetect}function Vd(Qd){Qd["before:highlightBlock"]&&!Qd["before:highlightElement"]&&(Qd["before:highlightElement"]=hf=>{Qd["before:highlightBlock"](Object.assign({block:hf.el},hf))}),Qd["after:highlightBlock"]&&!Qd["after:highlightElement"]&&(Qd["after:highlightElement"]=hf=>{Qd["after:highlightBlock"](Object.assign({block:hf.el},hf))})}function qd(Qd){Vd(Qd),ed.push(Qd)}function Wd(Qd){const hf=ed.indexOf(Qd);hf!==-1&&ed.splice(hf,1)}function zd(Qd,hf){const gf=Qd;ed.forEach(function(bf){bf[gf]&&bf[gf](hf)})}function Kd(Qd){return deprecated("10.7.0","highlightBlock will be removed entirely in v12.0"),deprecated("10.7.0","Please use highlightElement now."),Td(Qd)}Object.assign(Ra,{highlight:ud,highlightAuto:yd,highlightAll:Id,highlightElement:Td,highlightBlock:Kd,configure:Od,initHighlighting:Ad,initHighlightingOnLoad:Nd,registerLanguage:Md,unregisterLanguage:Ld,listLanguages:jd,getLanguage:Pd,registerAliases:Fd,autoDetection:Ud,inherit:inherit$2,addPlugin:qd,removePlugin:Wd}),Ra.debugMode=function(){td=!1},Ra.safeMode=function(){td=!0},Ra.versionString=version$1,Ra.regex={concat:concat$2,lookahead,either,optional,anyNumberOfTimes};for(const Qd in MODES)typeof MODES[Qd]=="object"&&deepFreeze(MODES[Qd]);return Object.assign(Ra,MODES),Ra},highlight=HLJS({});highlight.newInstance=()=>HLJS({});var core$2=highlight;highlight.HighlightJS=highlight;highlight.default=highlight;var _1c_1,hasRequired_1c;function require_1c(){if(hasRequired_1c)return _1c_1;hasRequired_1c=1;function Ra(qa){const Ja="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+",rd="далее "+"возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ",ld="загрузитьизфайла "+"вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент ",yd="разделительстраниц разделительстрок символтабуляции "+"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 файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ",bf="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 типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты",Ef="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 деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив ",yf="null истина ложь неопределено",Mf=qa.inherit(qa.NUMBER_MODE),Af={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},Zd={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},mf={match:/[;()+\-:=,]/,className:"punctuation",relevance:0},Pf=qa.inherit(qa.C_LINE_COMMENT_MODE),Ff={className:"meta",begin:"#|&",end:"$",keywords:{$pattern:Ja,keyword:rd+ld},contains:[Pf]},Lf={className:"symbol",begin:"~",end:";|:",excludeEnd:!0},jf={className:"function",variants:[{begin:"процедура|функция",end:"\\)",keywords:"процедура функция"},{begin:"конецпроцедуры|конецфункции",keywords:"конецпроцедуры конецфункции"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",begin:Ja,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{$pattern:Ja,keyword:"знач",literal:yf},contains:[Mf,Af,Zd]},Pf]},qa.inherit(qa.TITLE_MODE,{begin:Ja})]};return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:Ja,keyword:rd,built_in:yd,class:bf,type:Ef,literal:yf},contains:[Ff,jf,Pf,Lf,Mf,Af,Zd,mf]}}return _1c_1=Ra,_1c_1}var abnf_1,hasRequiredAbnf;function requireAbnf(){if(hasRequiredAbnf)return abnf_1;hasRequiredAbnf=1;function Ra(qa){const Ja=qa.regex,ed=/^[a-zA-Z][a-zA-Z0-9-]*/,td=["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],rd=qa.COMMENT(/;/,/$/),od={scope:"symbol",match:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+)?/},sd={scope:"symbol",match:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+)?/},ld={scope:"symbol",match:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+)?/},cd={scope:"symbol",match:/%[si](?=".*")/},ud={scope:"attribute",match:Ja.concat(ed,/(?=\s*=)/)};return{name:"Augmented Backus-Naur Form",illegal:/[!@#$^&',?+~`|:]/,keywords:td,contains:[{scope:"operator",match:/=\/?/},ud,rd,od,sd,ld,cd,qa.QUOTE_STRING_MODE,qa.NUMBER_MODE]}}return abnf_1=Ra,abnf_1}var accesslog_1,hasRequiredAccesslog;function requireAccesslog(){if(hasRequiredAccesslog)return accesslog_1;hasRequiredAccesslog=1;function Ra(qa){const Ja=qa.regex,ed=["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:Ja.concat(/"/,Ja.either(...ed)),end:/"/,keywords:ed,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=Ra,accesslog_1}var actionscript_1,hasRequiredActionscript;function requireActionscript(){if(hasRequiredActionscript)return actionscript_1;hasRequiredActionscript=1;function Ra(qa){const Ja=qa.regex,ed=/[a-zA-Z_$][a-zA-Z0-9_$]*/,td=Ja.concat(ed,Ja.concat("(\\.",ed,")*")),rd=/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/,od={className:"rest_arg",begin:/[.]{3}/,end:ed,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:[qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.C_NUMBER_MODE,{match:[/\bpackage/,/\s+/,td],className:{1:"keyword",3:"title.class"}},{match:[/\b(?:class|interface|extends|implements)/,/\s+/,ed],className:{1:"keyword",3:"title.class"}},{className:"meta",beginKeywords:"import include",end:/;/,keywords:{keyword:"import include"}},{beginKeywords:"function",end:/[{;]/,excludeEnd:!0,illegal:/\S/,contains:[qa.inherit(qa.TITLE_MODE,{className:"title.function"}),{className:"params",begin:/\(/,end:/\)/,contains:[qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,od]},{begin:Ja.concat(/:\s*/,rd)}]},qa.METHOD_GUARD],illegal:/#/}}return actionscript_1=Ra,actionscript_1}var ada_1,hasRequiredAda;function requireAda(){if(hasRequiredAda)return ada_1;hasRequiredAda=1;function Ra(qa){const Ja="\\d(_|\\d)*",ed="[eE][-+]?"+Ja,td=Ja+"(\\."+Ja+")?("+ed+")?",rd="\\w+",sd="\\b("+(Ja+"#"+rd+"(\\."+rd+")?#("+ed+")?")+"|"+td+")",ld="[A-Za-z](_?[A-Za-z0-9.])*",cd=`[]\\{\\}%#'"`,ud=qa.COMMENT("--","$"),gd={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:cd,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:ld,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:[ud,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:sd,relevance:0},{className:"symbol",begin:"'"+ld},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:cd},{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:[ud,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:cd},gd,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:cd}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:cd},gd]}}return ada_1=Ra,ada_1}var angelscript_1,hasRequiredAngelscript;function requireAngelscript(){if(hasRequiredAngelscript)return angelscript_1;hasRequiredAngelscript=1;function Ra(qa){const Ja={className:"built_in",begin:"\\b(void|bool|int8|int16|int32|int64|int|uint8|uint16|uint32|uint64|uint|string|ref|array|double|float|auto|dictionary)"},ed={className:"symbol",begin:"[a-zA-Z0-9_]+@"},td={className:"keyword",begin:"<",end:">",contains:[Ja,ed]};return Ja.contains=[td],ed.contains=[td],{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:[qa.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[qa.BACKSLASH_ESCAPE],relevance:0},qa.C_LINE_COMMENT_MODE,qa.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_]+"}]}]}]},Ja,ed,{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=Ra,angelscript_1}var apache_1,hasRequiredApache;function requireApache(){if(hasRequiredApache)return apache_1;hasRequiredApache=1;function Ra(qa){const Ja={className:"number",begin:/[$%]\d+/},ed={className:"number",begin:/\b\d+/},td={className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/},rd={className:"number",begin:/:\d{1,5}/};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,contains:[qa.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,contains:[td,rd,qa.inherit(qa.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:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable",begin:/[\$%]\{/,end:/\}/,contains:["self",Ja]},td,ed,qa.QUOTE_STRING_MODE]}}],illegal:/\S/}}return apache_1=Ra,apache_1}var applescript_1,hasRequiredApplescript;function requireApplescript(){if(hasRequiredApplescript)return applescript_1;hasRequiredApplescript=1;function Ra(qa){const Ja=qa.regex,ed=qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null}),td={className:"params",begin:/\(/,end:/\)/,contains:["self",qa.C_NUMBER_MODE,ed]},rd=qa.COMMENT(/--/,/$/),od=qa.COMMENT(/\(\*/,/\*\)/,{contains:["self",rd]}),sd=[rd,od,qa.HASH_COMMENT_MODE],ld=[/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/],cd=[/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:[ed,qa.C_NUMBER_MODE,{className:"built_in",begin:Ja.concat(/\b/,Ja.either(...cd),/\b/)},{className:"built_in",begin:/^\s*return\b/},{className:"literal",begin:/\b(text item delimiters|current application|missing value)\b/},{className:"keyword",begin:Ja.concat(/\b/,Ja.either(...ld),/\b/)},{beginKeywords:"on",illegal:/[${=;\n]/,contains:[qa.UNDERSCORE_TITLE_MODE,td]},...sd],illegal:/\/\/|->|=>|\[\[/}}return applescript_1=Ra,applescript_1}var arcade_1,hasRequiredArcade;function requireArcade(){if(hasRequiredArcade)return arcade_1;hasRequiredArcade=1;function Ra(qa){const Ja=qa.regex,ed="[A-Za-z_][0-9A-Za-z_]*",td={keyword:["break","case","catch","continue","debugger","do","else","export","for","function","if","import","in","new","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","Distinct","Domain","DomainCode","DomainName","EnvelopeIntersects","Equals","Erase","Exp","Expects","Extent","Feature","FeatureSet","FeatureSetByAssociation","FeatureSetById","FeatureSetByName","FeatureSetByPortalItem","FeatureSetByRelationshipClass","FeatureSetByRelationshipName","Filter","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","Left|0","Length","Length3D","LengthGeodetic","Log","Lower","Map","Max","Mean","Mid","Millisecond","Min","Minute","Month","MultiPartToSinglePart","Multipoint","NearestCoordinate","NearestVertex","NextSequenceValue","None","Now","Number","Offset","OrderBy","Overlaps","Point","Polygon","Polyline","Pop","Portal","Pow","Proper","Push","Random","Reduce","Relate","Replace","Resize","Reverse","Right|0","RingIsClockwise","Rotate","Round","Schema","Second","SetGeometry","Simplify","Sin","Slice","Sort","Splice","Split","Sqrt","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"]},rd=["aggregatedFeatures","analytic","config","datapoint","datastore","editcontext","feature","featureSet","feedfeature","fencefeature","fencenotificationtype","join","layer","locationupdate","map","measure","measure","originalFeature","record","reference","rowindex","sourcedatastore","sourcefeature","sourcelayer","target","targetdatastore","targetfeature","targetlayer","value","view"],od={className:"symbol",begin:"\\$"+Ja.either(...rd)},sd={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:qa.C_NUMBER_RE}],relevance:0},ld={className:"subst",begin:"\\$\\{",end:"\\}",keywords:td,contains:[]},cd={className:"string",begin:"`",end:"`",contains:[qa.BACKSLASH_ESCAPE,ld]};ld.contains=[qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,cd,sd,qa.REGEXP_MODE];const ud=ld.contains.concat([qa.C_BLOCK_COMMENT_MODE,qa.C_LINE_COMMENT_MODE]);return{name:"ArcGIS Arcade",case_insensitive:!0,keywords:td,contains:[qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,cd,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,od,sd,{begin:/[{,]\s*/,relevance:0,contains:[{begin:ed+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:ed,relevance:0}]}]},{begin:"("+qa.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+ed+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:ed},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:td,contains:ud}]}]}],relevance:0},{beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[qa.inherit(qa.TITLE_MODE,{className:"title.function",begin:ed}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:ud}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}return arcade_1=Ra,arcade_1}var arduino_1,hasRequiredArduino;function requireArduino(){if(hasRequiredArduino)return arduino_1;hasRequiredArduino=1;function Ra(Ja){const ed=Ja.regex,td=Ja.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),rd="decltype\\(auto\\)",od="[a-zA-Z_]\\w*::",ld="(?!struct)("+rd+"|"+ed.optional(od)+"[a-zA-Z_]\\w*"+ed.optional("<[^<>]+>")+")",cd={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},gd={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[Ja.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:"."},Ja.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},_d={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},yd={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},Ja.inherit(gd,{className:"string"}),{className:"string",begin:/<.*?>/},td,Ja.C_BLOCK_COMMENT_MODE]},Ed={className:"title",begin:ed.optional(od)+Ja.IDENT_RE,relevance:0},Td=ed.optional(od)+Ja.IDENT_RE+"\\s*\\(",Od=["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"],Ad=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],Nd=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","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"],kd=["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"],Md={type:Ad,keyword:Od,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:Nd},Ld={className:"function.dispatch",relevance:0,keywords:{_hint:kd},begin:ed.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,Ja.IDENT_RE,ed.lookahead(/(<[^<>]+>|)\s*\(/))},jd=[Ld,yd,cd,td,Ja.C_BLOCK_COMMENT_MODE,_d,gd],Pd={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Md,contains:jd.concat([{begin:/\(/,end:/\)/,keywords:Md,contains:jd.concat(["self"]),relevance:0}]),relevance:0},Fd={className:"function",begin:"("+ld+"[\\*&\\s]+)+"+Td,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Md,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:rd,keywords:Md,relevance:0},{begin:Td,returnBegin:!0,contains:[Ed],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[gd,_d]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:Md,relevance:0,contains:[td,Ja.C_BLOCK_COMMENT_MODE,gd,_d,cd,{begin:/\(/,end:/\)/,keywords:Md,relevance:0,contains:["self",td,Ja.C_BLOCK_COMMENT_MODE,gd,_d,cd]}]},cd,td,Ja.C_BLOCK_COMMENT_MODE,yd]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:Md,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(Pd,Fd,Ld,jd,[yd,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",end:">",keywords:Md,contains:["self",cd]},{begin:Ja.IDENT_RE+"::",keywords:Md},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function qa(Ja){const ed={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"]},td=Ra(Ja),rd=td.keywords;return rd.type=[...rd.type,...ed.type],rd.literal=[...rd.literal,...ed.literal],rd.built_in=[...rd.built_in,...ed.built_in],rd._hints=ed._hints,td.name="Arduino",td.aliases=["ino"],td.supersetOf="cpp",td}return arduino_1=qa,arduino_1}var armasm_1,hasRequiredArmasm;function requireArmasm(){if(hasRequiredArmasm)return armasm_1;hasRequiredArmasm=1;function Ra(qa){const Ja={variants:[qa.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0}),qa.COMMENT("[;@]","$",{relevance:0}),qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+qa.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)"},Ja,qa.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=Ra,armasm_1}var xml_1,hasRequiredXml$1;function requireXml$1(){if(hasRequiredXml$1)return xml_1;hasRequiredXml$1=1;function Ra(qa){const Ja=qa.regex,ed=Ja.concat(/[\p{L}_]/u,Ja.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),td=/[\p{L}0-9._:-]+/u,rd={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},od={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},sd=qa.inherit(od,{begin:/\(/,end:/\)/}),ld=qa.inherit(qa.APOS_STRING_MODE,{className:"string"}),cd=qa.inherit(qa.QUOTE_STRING_MODE,{className:"string"}),ud={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:td,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[rd]},{begin:/'/,end:/'/,contains:[rd]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[od,cd,ld,sd,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[od,sd,cd,ld]}]}]},qa.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},rd,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[cd]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[ud],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[ud],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:Ja.concat(/</,Ja.lookahead(Ja.concat(ed,Ja.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:ed,relevance:0,starts:ud}]},{className:"tag",begin:Ja.concat(/<\//,Ja.lookahead(Ja.concat(ed,/>/))),contains:[{className:"name",begin:ed,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}return xml_1=Ra,xml_1}var asciidoc_1,hasRequiredAsciidoc;function requireAsciidoc(){if(hasRequiredAsciidoc)return asciidoc_1;hasRequiredAsciidoc=1;function Ra(qa){const Ja=qa.regex,ed={begin:"^'{3,}[ \\t]*$",relevance:10},td=[{begin:/\\[*_`]/},{begin:/\\\\\*{2}[^\n]*?\*{2}/},{begin:/\\\\_{2}[^\n]*_{2}/},{begin:/\\\\`{2}[^\n]*`{2}/},{begin:/[:;}][*_`](?![*_`])/}],rd=[{className:"strong",begin:/\*{2}([^\n]+?)\*{2}/},{className:"strong",begin:Ja.concat(/\*\*/,/((\*(?!\*)|\\[^\n]|[^*\n\\])+\n)+/,/(\*(?!\*)|\\[^\n]|[^*\n\\])*/,/\*\*/),relevance:0},{className:"strong",begin:/\B\*(\S|\S[^\n]*?\S)\*(?!\w)/},{className:"strong",begin:/\*[^\s]([^\n]+\n)+([^\n]+)\*/}],od=[{className:"emphasis",begin:/_{2}([^\n]+?)_{2}/},{className:"emphasis",begin:Ja.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}],sd={className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},ld={className:"bullet",begin:"^(\\*+|-+|\\.+|[^\\n]+?::)\\s+"};return{name:"AsciiDoc",aliases:["adoc"],contains:[qa.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),qa.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},ld,sd,...td,...rd,...od,{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},ed,{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=Ra,asciidoc_1}var aspectj_1,hasRequiredAspectj;function requireAspectj(){if(hasRequiredAspectj)return aspectj_1;hasRequiredAspectj=1;function Ra(qa){const Ja=qa.regex,ed=["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"],td=["get","set","args","call"];return{name:"AspectJ",keywords:ed,illegal:/<\/|#/,contains:[qa.COMMENT(/\/\*\*/,/\*\//,{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:/@[A-Za-z]+/}]}),qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},qa.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:ed.concat(td),excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},qa.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:Ja.concat(qa.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,contains:[qa.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:ed,illegal:/["\[\]]/,contains:[{begin:Ja.concat(qa.UNDERSCORE_IDENT_RE,/\s*\(/),keywords:ed.concat(td),relevance:0},qa.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.\w+)?\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:ed,excludeEnd:!0,contains:[{begin:Ja.concat(qa.UNDERSCORE_IDENT_RE,/\s*\(/),returnBegin:!0,relevance:0,contains:[qa.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:ed,contains:[qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE,qa.C_BLOCK_COMMENT_MODE]},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},qa.C_NUMBER_MODE,{className:"meta",begin:/@[A-Za-z]+/}]}}return aspectj_1=Ra,aspectj_1}var autohotkey_1,hasRequiredAutohotkey;function requireAutohotkey(){if(hasRequiredAutohotkey)return autohotkey_1;hasRequiredAutohotkey=1;function Ra(qa){const Ja={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:[Ja,qa.inherit(qa.QUOTE_STRING_MODE,{contains:[Ja]}),qa.COMMENT(";","$",{relevance:0}),qa.C_BLOCK_COMMENT_MODE,{className:"number",begin:qa.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=Ra,autohotkey_1}var autoit_1,hasRequiredAutoit;function requireAutoit(){if(hasRequiredAutoit)return autoit_1;hasRequiredAutoit=1;function Ra(qa){const Ja="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",ed=["EndRegion","forcedef","forceref","ignorefunc","include","include-once","NoTrayIcon","OnAutoItStartRegister","pragma","Region","RequireAdmin","Tidy_Off","Tidy_On","Tidy_Parameters"],td="True False And Null Not Or Default",rd="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",od={variants:[qa.COMMENT(";","$",{relevance:0}),qa.COMMENT("#cs","#ce"),qa.COMMENT("#comments-start","#comments-end")]},sd={begin:"\\$[A-z0-9_]+"},ld={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},cd={variants:[qa.BINARY_NUMBER_MODE,qa.C_NUMBER_MODE]},ud={className:"meta",begin:"#",end:"$",keywords:{keyword:ed},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{keyword:"include"},end:"$",contains:[ld,{className:"string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},ld,od]},gd={className:"symbol",begin:"@[A-z0-9_]+"},_d={beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[qa.inherit(qa.UNDERSCORE_TITLE_MODE,{className:"title.function"}),{className:"params",begin:"\\(",end:"\\)",contains:[sd,ld,cd]}]};return{name:"AutoIt",case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:Ja,built_in:rd,literal:td},contains:[od,sd,ld,cd,ud,gd,_d]}}return autoit_1=Ra,autoit_1}var avrasm_1,hasRequiredAvrasm;function requireAvrasm(){if(hasRequiredAvrasm)return avrasm_1;hasRequiredAvrasm=1;function Ra(qa){return{name:"AVR Assembly",case_insensitive:!0,keywords:{$pattern:"\\.?"+qa.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:[qa.C_BLOCK_COMMENT_MODE,qa.COMMENT(";","$",{relevance:0}),qa.C_NUMBER_MODE,qa.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},qa.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=Ra,avrasm_1}var awk_1,hasRequiredAwk;function requireAwk(){if(hasRequiredAwk)return awk_1;hasRequiredAwk=1;function Ra(qa){const Ja={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},ed="BEGIN END if else while do for in break continue delete next nextfile function func exit|10",td={className:"string",contains:[qa.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:/"/},qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE]};return{name:"Awk",keywords:{keyword:ed},contains:[Ja,td,qa.REGEXP_MODE,qa.HASH_COMMENT_MODE,qa.NUMBER_MODE]}}return awk_1=Ra,awk_1}var axapta_1,hasRequiredAxapta;function requireAxapta(){if(hasRequiredAxapta)return axapta_1;hasRequiredAxapta=1;function Ra(qa){const Ja=qa.UNDERSCORE_IDENT_RE,od={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"]},sd={variants:[{match:[/(class|interface)\s+/,Ja,/\s+(extends|implements)\s+/,Ja]},{match:[/class\s+/,Ja]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:od};return{name:"X++",aliases:["x++"],keywords:od,contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},sd]}}return axapta_1=Ra,axapta_1}var bash_1,hasRequiredBash;function requireBash(){if(hasRequiredBash)return bash_1;hasRequiredBash=1;function Ra(qa){const Ja=qa.regex,ed={},td={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[ed]}]};Object.assign(ed,{className:"variable",variants:[{begin:Ja.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},td]});const rd={className:"subst",begin:/\$\(/,end:/\)/,contains:[qa.BACKSLASH_ESCAPE]},od=qa.inherit(qa.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:"comment"}}),sd={begin:/<<-?\s*(?=\w+)/,starts:{contains:[qa.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},ld={className:"string",begin:/"/,end:/"/,contains:[qa.BACKSLASH_ESCAPE,ed,rd]};rd.contains.push(ld);const cd={match:/\\"/},ud={className:"string",begin:/'/,end:/'/},gd={match:/\\'/},_d={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},qa.NUMBER_MODE,ed]},yd=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],Ed=qa.SHEBANG({binary:`(${yd.join("|")})`,relevance:10}),Td={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[qa.inherit(qa.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},Od=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],Ad=["true","false"],Nd={match:/(\/[a-z._-]+)+/},kd=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],Id=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","sudo","type","typeset","ulimit","unalias"],Rd=["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"],Md=["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:Od,literal:Ad,built_in:[...kd,...Id,"set","shopt",...Rd,...Md]},contains:[Ed,qa.SHEBANG(),Td,_d,od,sd,Nd,ld,cd,ud,gd,ed]}}return bash_1=Ra,bash_1}var basic_1,hasRequiredBasic;function requireBasic(){if(hasRequiredBasic)return basic_1;hasRequiredBasic=1;function Ra(qa){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:[qa.QUOTE_STRING_MODE,qa.COMMENT("REM","$",{relevance:10}),qa.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=Ra,basic_1}var bnf_1,hasRequiredBnf;function requireBnf(){if(hasRequiredBnf)return bnf_1;hasRequiredBnf=1;function Ra(qa){return{name:"BackusNaur Form",contains:[{className:"attribute",begin:/</,end:/>/},{begin:/::=/,end:/$/,contains:[{begin:/</,end:/>/},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE]}]}}return bnf_1=Ra,bnf_1}var brainfuck_1,hasRequiredBrainfuck;function requireBrainfuck(){if(hasRequiredBrainfuck)return brainfuck_1;hasRequiredBrainfuck=1;function Ra(qa){const Ja={className:"literal",begin:/[+-]+/,relevance:0};return{name:"Brainfuck",aliases:["bf"],contains:[qa.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:[Ja]},Ja]}}return brainfuck_1=Ra,brainfuck_1}var c_1,hasRequiredC;function requireC(){if(hasRequiredC)return c_1;hasRequiredC=1;function Ra(qa){const Ja=qa.regex,ed=qa.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),td="decltype\\(auto\\)",rd="[a-zA-Z_]\\w*::",sd="("+td+"|"+Ja.optional(rd)+"[a-zA-Z_]\\w*"+Ja.optional("<[^<>]+>")+")",ld={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},ud={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[qa.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:"."},qa.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},gd={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},_d={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},qa.inherit(ud,{className:"string"}),{className:"string",begin:/<.*?>/},ed,qa.C_BLOCK_COMMENT_MODE]},yd={className:"title",begin:Ja.optional(rd)+qa.IDENT_RE,relevance:0},Ed=Ja.optional(rd)+qa.IDENT_RE+"\\s*\\(",Ad={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"},Nd=[_d,ld,ed,qa.C_BLOCK_COMMENT_MODE,gd,ud],kd={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Ad,contains:Nd.concat([{begin:/\(/,end:/\)/,keywords:Ad,contains:Nd.concat(["self"]),relevance:0}]),relevance:0},Id={begin:"("+sd+"[\\*&\\s]+)+"+Ed,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Ad,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:td,keywords:Ad,relevance:0},{begin:Ed,returnBegin:!0,contains:[qa.inherit(yd,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:Ad,relevance:0,contains:[ed,qa.C_BLOCK_COMMENT_MODE,ud,gd,ld,{begin:/\(/,end:/\)/,keywords:Ad,relevance:0,contains:["self",ed,qa.C_BLOCK_COMMENT_MODE,ud,gd,ld]}]},ld,ed,qa.C_BLOCK_COMMENT_MODE,_d]};return{name:"C",aliases:["h"],keywords:Ad,disableAutodetect:!0,illegal:"</",contains:[].concat(kd,Id,Nd,[_d,{begin:qa.IDENT_RE+"::",keywords:Ad},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},qa.TITLE_MODE]}]),exports:{preprocessor:_d,strings:ud,keywords:Ad}}}return c_1=Ra,c_1}var cal_1,hasRequiredCal;function requireCal(){if(hasRequiredCal)return cal_1;hasRequiredCal=1;function Ra(qa){const Ja=qa.regex,ed=["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"],td="false true",rd=[qa.C_LINE_COMMENT_MODE,qa.COMMENT(/\{/,/\}/,{relevance:0}),qa.COMMENT(/\(\*/,/\*\)/,{relevance:10})],od={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},sd={className:"string",begin:/(#\d+)+/},ld={className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},cd={className:"string",begin:'"',end:'"'},ud={match:[/procedure/,/\s+/,/[a-zA-Z_][\w@]*/,/\s*/],scope:{1:"keyword",3:"title.function"},contains:[{className:"params",begin:/\(/,end:/\)/,keywords:ed,contains:[od,sd,qa.NUMBER_MODE]},...rd]},gd=["Table","Form","Report","Dataport","Codeunit","XMLport","MenuSuite","Page","Query"],_d={match:[/OBJECT/,/\s+/,Ja.either(...gd),/\s+/,/\d+/,/\s+(?=[^\s])/,/.*/,/$/],relevance:3,scope:{1:"keyword",3:"type",5:"number",7:"title"}};return{name:"C/AL",case_insensitive:!0,keywords:{keyword:ed,literal:td},illegal:/\/\*/,contains:[{match:/[\w]+(?=\=)/,scope:"attribute",relevance:0},od,sd,ld,cd,qa.NUMBER_MODE,_d,ud]}}return cal_1=Ra,cal_1}var capnproto_1,hasRequiredCapnproto;function requireCapnproto(){if(hasRequiredCapnproto)return capnproto_1;hasRequiredCapnproto=1;function Ra(qa){const Ja=["struct","enum","interface","union","group","import","using","const","annotation","extends","in","of","on","as","with","from","fixed"],ed=["Void","Bool","Int8","Int16","Int32","Int64","UInt8","UInt16","UInt32","UInt64","Float32","Float64","Text","Data","AnyPointer","AnyStruct","Capability","List"],td=["true","false"],rd={variants:[{match:[/(struct|enum|interface)/,/\s+/,qa.IDENT_RE]},{match:[/extends/,/\s*\(/,qa.IDENT_RE,/\s*\)/]}],scope:{1:"keyword",3:"title.class"}};return{name:"Capn Proto",aliases:["capnp"],keywords:{keyword:Ja,type:ed,literal:td},contains:[qa.QUOTE_STRING_MODE,qa.NUMBER_MODE,qa.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},rd]}}return capnproto_1=Ra,capnproto_1}var ceylon_1,hasRequiredCeylon;function requireCeylon(){if(hasRequiredCeylon)return ceylon_1;hasRequiredCeylon=1;function Ra(qa){const Ja=["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"],ed=["shared","abstract","formal","default","actual","variable","late","native","deprecated","final","sealed","annotation","suppressWarnings","small"],td=["doc","by","license","see","throws","tagged"],rd={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:Ja,relevance:10},od=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[rd]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return rd.contains=od,{name:"Ceylon",keywords:{keyword:Ja.concat(ed),meta:td},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[qa.C_LINE_COMMENT_MODE,qa.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat(od)}}return ceylon_1=Ra,ceylon_1}var clean_1,hasRequiredClean;function requireClean(){if(hasRequiredClean)return clean_1;hasRequiredClean=1;function Ra(qa){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:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE,{begin:"->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"}]}}return clean_1=Ra,clean_1}var clojure_1,hasRequiredClojure;function requireClojure(){if(hasRequiredClojure)return clojure_1;hasRequiredClojure=1;function Ra(qa){const Ja="a-zA-Z_\\-!.?+*=<>&'",ed="[#]?["+Ja+"]["+Ja+"0-9/;:$#]*",td="def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",rd={$pattern:ed,built_in:td+" 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"},od={begin:ed,relevance:0},sd={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?/}]},ld={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}]},cd={scope:"regex",begin:/#"/,end:/"/,contains:[qa.BACKSLASH_ESCAPE]},ud=qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null}),gd={scope:"punctuation",match:/,/,relevance:0},_d=qa.COMMENT(";","$",{relevance:0}),yd={className:"literal",begin:/\b(true|false|nil)\b/},Ed={begin:"\\[|(#::?"+ed+")?\\{",end:"[\\]\\}]",relevance:0},Td={className:"symbol",begin:"[:]{1,2}"+ed},Od={begin:"\\(",end:"\\)"},Ad={endsWithParent:!0,relevance:0},Nd={keywords:rd,className:"name",begin:ed,relevance:0,starts:Ad},kd=[gd,Od,ld,cd,ud,_d,Td,Ed,sd,yd,od],Id={beginKeywords:td,keywords:{$pattern:ed,keyword:td},end:'(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',contains:[{className:"title",begin:ed,relevance:0,excludeEnd:!0,endsParent:!0}].concat(kd)};return Od.contains=[Id,Nd,Ad],Ad.contains=kd,Ed.contains=kd,{name:"Clojure",aliases:["clj","edn"],illegal:/\S/,contains:[gd,Od,ld,cd,ud,_d,Td,Ed,sd,yd]}}return clojure_1=Ra,clojure_1}var clojureRepl_1,hasRequiredClojureRepl;function requireClojureRepl(){if(hasRequiredClojureRepl)return clojureRepl_1;hasRequiredClojureRepl=1;function Ra(qa){return{name:"Clojure REPL",contains:[{className:"meta.prompt",begin:/^([\w.-]+|\s*#_)?=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}return clojureRepl_1=Ra,clojureRepl_1}var cmake_1,hasRequiredCmake;function requireCmake(){if(hasRequiredCmake)return cmake_1;hasRequiredCmake=1;function Ra(qa){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:/\}/},qa.COMMENT(/#\[\[/,/]]/),qa.HASH_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.NUMBER_MODE]}}return cmake_1=Ra,cmake_1}var coffeescript_1,hasRequiredCoffeescript;function requireCoffeescript(){if(hasRequiredCoffeescript)return coffeescript_1;hasRequiredCoffeescript=1;const Ra=["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"],qa=["true","false","null","undefined","NaN","Infinity"],Ja=["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"],ed=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],td=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],rd=[].concat(td,Ja,ed);function od(sd){const ld=["npm","print"],cd=["yes","no","on","off"],ud=["then","unless","until","loop","by","when","and","or","is","isnt","not"],gd=["var","const","let","function","static"],_d=Rd=>Md=>!Rd.includes(Md),yd={keyword:Ra.concat(ud).filter(_d(gd)),literal:qa.concat(cd),built_in:rd.concat(ld)},Ed="[A-Za-z$_][0-9A-Za-z$_]*",Td={className:"subst",begin:/#\{/,end:/\}/,keywords:yd},Od=[sd.BINARY_NUMBER_MODE,sd.inherit(sd.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[sd.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[sd.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[sd.BACKSLASH_ESCAPE,Td]},{begin:/"/,end:/"/,contains:[sd.BACKSLASH_ESCAPE,Td]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[Td,sd.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+Ed},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];Td.contains=Od;const Ad=sd.inherit(sd.TITLE_MODE,{begin:Ed}),Nd="(\\(.*\\)\\s*)?\\B[-=]>",kd={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:yd,contains:["self"].concat(Od)}]},Id={variants:[{match:[/class\s+/,Ed,/\s+extends\s+/,Ed]},{match:[/class\s+/,Ed]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:yd};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:yd,illegal:/\/\*/,contains:[...Od,sd.COMMENT("###","###"),sd.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+Ed+"\\s*=\\s*"+Nd,end:"[-=]>",returnBegin:!0,contains:[Ad,kd]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:Nd,end:"[-=]>",returnBegin:!0,contains:[kd]}]},Id,{begin:Ed+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}]}}return coffeescript_1=od,coffeescript_1}var coq_1,hasRequiredCoq;function requireCoq(){if(hasRequiredCoq)return coq_1;hasRequiredCoq=1;function Ra(qa){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:[qa.QUOTE_STRING_MODE,qa.COMMENT("\\(\\*","\\*\\)"),qa.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}return coq_1=Ra,coq_1}var cos_1,hasRequiredCos;function requireCos(){if(hasRequiredCos)return cos_1;hasRequiredCos=1;function Ra(qa){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}]}]},qa.C_LINE_COMMENT_MODE,qa.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)</,end:/>/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*</,end:/>\s*>/,subLanguage:"xml"}]}}return cos_1=Ra,cos_1}var cpp_1,hasRequiredCpp;function requireCpp(){if(hasRequiredCpp)return cpp_1;hasRequiredCpp=1;function Ra(qa){const Ja=qa.regex,ed=qa.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),td="decltype\\(auto\\)",rd="[a-zA-Z_]\\w*::",sd="(?!struct)("+td+"|"+Ja.optional(rd)+"[a-zA-Z_]\\w*"+Ja.optional("<[^<>]+>")+")",ld={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},ud={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[qa.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:"."},qa.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},gd={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},_d={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},qa.inherit(ud,{className:"string"}),{className:"string",begin:/<.*?>/},ed,qa.C_BLOCK_COMMENT_MODE]},yd={className:"title",begin:Ja.optional(rd)+qa.IDENT_RE,relevance:0},Ed=Ja.optional(rd)+qa.IDENT_RE+"\\s*\\(",Td=["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"],Od=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],Ad=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","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"],Nd=["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"],Rd={type:Od,keyword:Td,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:Ad},Md={className:"function.dispatch",relevance:0,keywords:{_hint:Nd},begin:Ja.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,qa.IDENT_RE,Ja.lookahead(/(<[^<>]+>|)\s*\(/))},Ld=[Md,_d,ld,ed,qa.C_BLOCK_COMMENT_MODE,gd,ud],jd={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Rd,contains:Ld.concat([{begin:/\(/,end:/\)/,keywords:Rd,contains:Ld.concat(["self"]),relevance:0}]),relevance:0},Pd={className:"function",begin:"("+sd+"[\\*&\\s]+)+"+Ed,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Rd,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:td,keywords:Rd,relevance:0},{begin:Ed,returnBegin:!0,contains:[yd],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[ud,gd]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:Rd,relevance:0,contains:[ed,qa.C_BLOCK_COMMENT_MODE,ud,gd,ld,{begin:/\(/,end:/\)/,keywords:Rd,relevance:0,contains:["self",ed,qa.C_BLOCK_COMMENT_MODE,ud,gd,ld]}]},ld,ed,qa.C_BLOCK_COMMENT_MODE,_d]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:Rd,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(jd,Pd,Md,Ld,[_d,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\s*<(?!<)",end:">",keywords:Rd,contains:["self",ld]},{begin:qa.IDENT_RE+"::",keywords:Rd},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}return cpp_1=Ra,cpp_1}var crmsh_1,hasRequiredCrmsh;function requireCrmsh(){if(hasRequiredCrmsh)return crmsh_1;hasRequiredCrmsh=1;function Ra(qa){const Ja="primitive rsc_template",ed="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:[qa.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:Ja,starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+ed.split(" ").join("|")+")\\s+",keywords:ed,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:"property rsc_defaults op_defaults",starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},qa.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:"</?",end:"/?>",relevance:0}]}}return crmsh_1=Ra,crmsh_1}var crystal_1,hasRequiredCrystal;function requireCrystal(){if(hasRequiredCrystal)return crystal_1;hasRequiredCrystal=1;function Ra(qa){const Ja="(_?[ui](8|16|32|64|128))?",ed="(_?f(32|64))?",td="[a-zA-Z_]\\w*[!?=]?",rd="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",od="[A-Za-z_]\\w*(::\\w+)*(\\?|!)?",sd={$pattern:td,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"},ld={className:"subst",begin:/#\{/,end:/\}/,keywords:sd},cd={className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},ud={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:sd};function gd(Nd,kd){const Id=[{begin:Nd,end:kd}];return Id[0].contains=Id,Id}const _d={className:"string",contains:[qa.BACKSLASH_ESCAPE,ld],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[Qwi]?\\(",end:"\\)",contains:gd("\\(","\\)")},{begin:"%[Qwi]?\\[",end:"\\]",contains:gd("\\[","\\]")},{begin:"%[Qwi]?\\{",end:/\}/,contains:gd(/\{/,/\}/)},{begin:"%[Qwi]?<",end:">",contains:gd("<",">")},{begin:"%[Qwi]?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},yd={className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:gd("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:gd("\\[","\\]")},{begin:"%q\\{",end:/\}/,contains:gd(/\{/,/\}/)},{begin:"%q<",end:">",contains:gd("<",">")},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},Ed={begin:"(?!%\\})("+qa.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:[qa.BACKSLASH_ESCAPE,ld],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/(?!\\/)",end:"/[a-z]*"}]}],relevance:0},Td={className:"regexp",contains:[qa.BACKSLASH_ESCAPE,ld],variants:[{begin:"%r\\(",end:"\\)",contains:gd("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:gd("\\[","\\]")},{begin:"%r\\{",end:/\}/,contains:gd(/\{/,/\}/)},{begin:"%r<",end:">",contains:gd("<",">")},{begin:"%r\\|",end:"\\|"}],relevance:0},Od={className:"meta",begin:"@\\[",end:"\\]",contains:[qa.inherit(qa.QUOTE_STRING_MODE,{className:"string"})]},Ad=[ud,_d,yd,Td,Ed,Od,cd,qa.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[qa.HASH_COMMENT_MODE,qa.inherit(qa.TITLE_MODE,{begin:od}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[qa.HASH_COMMENT_MODE,qa.inherit(qa.TITLE_MODE,{begin:od})]},{beginKeywords:"annotation",end:"$|;",illegal:/=/,contains:[qa.HASH_COMMENT_MODE,qa.inherit(qa.TITLE_MODE,{begin:od})],relevance:2},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[qa.inherit(qa.TITLE_MODE,{begin:rd,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[qa.inherit(qa.TITLE_MODE,{begin:rd,endsParent:!0})],relevance:2},{className:"symbol",begin:qa.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[_d,{begin:rd}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]+)"+Ja},{begin:"\\b0o([0-7_]+)"+Ja},{begin:"\\b0x([A-Fa-f0-9_]+)"+Ja},{begin:"\\b([1-9][0-9_]*[0-9]|[0-9])(\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?"+ed+"(?!_)"},{begin:"\\b([1-9][0-9_]*|0)"+Ja}],relevance:0}];return ld.contains=Ad,ud.contains=Ad.slice(1),{name:"Crystal",aliases:["cr"],keywords:sd,contains:Ad}}return crystal_1=Ra,crystal_1}var csharp_1,hasRequiredCsharp;function requireCsharp(){if(hasRequiredCsharp)return csharp_1;hasRequiredCsharp=1;function Ra(qa){const Ja=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],ed=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],td=["default","false","null","true"],rd=["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"],od=["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"],sd={keyword:rd.concat(od),built_in:Ja,literal:td},ld=qa.inherit(qa.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),cd={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},ud={className:"string",begin:/"""("*)(?!")(.|\n)*?"""\1/,relevance:1},gd={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},_d=qa.inherit(gd,{illegal:/\n/}),yd={className:"subst",begin:/\{/,end:/\}/,keywords:sd},Ed=qa.inherit(yd,{illegal:/\n/}),Td={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},qa.BACKSLASH_ESCAPE,Ed]},Od={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},yd]},Ad=qa.inherit(Od,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},Ed]});yd.contains=[Od,Td,gd,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,cd,qa.C_BLOCK_COMMENT_MODE],Ed.contains=[Ad,Td,_d,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,cd,qa.inherit(qa.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const Nd={variants:[ud,Od,Td,gd,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE]},kd={begin:"<",end:">",contains:[{beginKeywords:"in out"},ld]},Id=qa.IDENT_RE+"(<"+qa.IDENT_RE+"(\\s*,\\s*"+qa.IDENT_RE+")*>)?(\\[\\])?",Rd={begin:"@"+qa.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:sd,illegal:/::/,contains:[qa.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"<!--|-->"},{begin:"</?",end:">"}]}]}),qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},Nd,cd,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},ld,kd,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[ld,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[ld,kd,qa.C_LINE_COMMENT_MODE,qa.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:"("+Id+"\\s+)+"+qa.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:sd,contains:[{beginKeywords:ed.join(" "),relevance:0},{begin:qa.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[qa.TITLE_MODE,kd],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:sd,relevance:0,contains:[Nd,cd,qa.C_BLOCK_COMMENT_MODE]},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},Rd]}}return csharp_1=Ra,csharp_1}var csp_1,hasRequiredCsp;function requireCsp(){if(hasRequiredCsp)return csp_1;hasRequiredCsp=1;function Ra(qa){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=Ra,csp_1}var css_1,hasRequiredCss$1;function requireCss$1(){if(hasRequiredCss$1)return css_1;hasRequiredCss$1=1;const Ra=cd=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:cd.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:[cd.APOS_STRING_MODE,cd.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:cd.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_-]*/}}),qa=["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"],Ja=["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"],ed=[...qa,...Ja],td=["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(),rd=["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(),od=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),sd=["accent-color","align-content","align-items","align-self","alignment-baseline","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","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-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-end-end-radius","border-end-start-radius","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-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","cx","cy","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","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","empty-cells","enable-background","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","flood-color","flood-opacity","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","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","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","kerning","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","marker","marker-end","marker-mid","marker-start","mask","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","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","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","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-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-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","scale","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","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","speak","speak-as","src","tab-size","table-layout","text-anchor","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","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-transform","text-underline-offset","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","vector-effect","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index"].sort().reverse();function ld(cd){const ud=cd.regex,gd=Ra(cd),_d={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},yd="and or not only",Ed=/@-?\w[\w]*(-\w+)*/,Td="[a-zA-Z-][a-zA-Z0-9_-]*",Od=[cd.APOS_STRING_MODE,cd.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[gd.BLOCK_COMMENT,_d,gd.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+Td,relevance:0},gd.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+rd.join("|")+")"},{begin:":(:)?("+od.join("|")+")"}]},gd.CSS_VARIABLE,{className:"attribute",begin:"\\b("+sd.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[gd.BLOCK_COMMENT,gd.HEXCOLOR,gd.IMPORTANT,gd.CSS_NUMBER_MODE,...Od,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...Od,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},gd.FUNCTION_DISPATCH]},{begin:ud.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:Ed},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:yd,attribute:td.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...Od,gd.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+ed.join("|")+")\\b"}]}}return css_1=ld,css_1}var d_1,hasRequiredD;function requireD(){if(hasRequiredD)return d_1;hasRequiredD=1;function Ra(qa){const Ja={$pattern:qa.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"},ed="(0|[1-9][\\d_]*)",td="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",rd="0[bB][01_]+",od="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",sd="0[xX]"+od,ld="([eE][+-]?"+td+")",cd="("+td+"(\\.\\d*|"+ld+")|\\d+\\."+td+"|\\."+ed+ld+"?)",ud="(0[xX]("+od+"\\."+od+"|\\.?"+od+")[pP][+-]?"+td+")",gd="("+ed+"|"+rd+"|"+sd+")",_d="("+ud+"|"+cd+")",yd=`\\\\(['"\\?\\\\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,};`,Ed={className:"number",begin:"\\b"+gd+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},Td={className:"number",begin:"\\b("+_d+"([fF]|L|i|[fF]i|Li)?|"+gd+"(i|[fF]i|Li))",relevance:0},Od={className:"string",begin:"'("+yd+"|.)",end:"'",illegal:"."},Nd={className:"string",begin:'"',contains:[{begin:yd,relevance:0}],end:'"[cwd]?'},kd={className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},Id={className:"string",begin:"`",end:"`[cwd]?"},Rd={className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},Md={className:"string",begin:'q"\\{',end:'\\}"'},Ld={className:"meta",begin:"^#!",end:"$",relevance:5},jd={className:"meta",begin:"#(line)",end:"$",relevance:5},Pd={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},Fd=qa.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:Ja,contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,Fd,Rd,Nd,kd,Id,Md,Td,Ed,Od,Ld,jd,Pd]}}return d_1=Ra,d_1}var markdown_1,hasRequiredMarkdown;function requireMarkdown(){if(hasRequiredMarkdown)return markdown_1;hasRequiredMarkdown=1;function Ra(qa){const Ja=qa.regex,ed={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},td={begin:"^[-\\*]{3,}",end:"$"},rd={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}]},od={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},sd={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},ld=/[A-Za-z][A-Za-z0-9+.-]*/,cd={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:Ja.concat(/\[.+?\]\(/,ld,/:\/\/.*?\)/),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}]},ud={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},gd={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},_d=qa.inherit(ud,{contains:[]}),yd=qa.inherit(gd,{contains:[]});ud.contains.push(yd),gd.contains.push(_d);let Ed=[ed,cd];return[ud,gd,_d,yd].forEach(Nd=>{Nd.contains=Nd.contains.concat(Ed)}),Ed=Ed.concat(ud,gd),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:Ed},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:Ed}]}]},ed,od,ud,gd,{className:"quote",begin:"^>\\s+",contains:Ed,end:"$"},rd,td,cd,sd,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}return markdown_1=Ra,markdown_1}var dart_1,hasRequiredDart;function requireDart(){if(hasRequiredDart)return dart_1;hasRequiredDart=1;function Ra(qa){const Ja={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"}]},ed={className:"subst",variants:[{begin:/\$\{/,end:/\}/}],keywords:"true false null this is new super"},td={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[qa.BACKSLASH_ESCAPE,Ja,ed]},{begin:'"""',end:'"""',contains:[qa.BACKSLASH_ESCAPE,Ja,ed]},{begin:"'",end:"'",illegal:"\\n",contains:[qa.BACKSLASH_ESCAPE,Ja,ed]},{begin:'"',end:'"',illegal:"\\n",contains:[qa.BACKSLASH_ESCAPE,Ja,ed]}]};ed.contains=[qa.C_NUMBER_MODE,td];const rd=["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"],od=rd.map(cd=>`${cd}?`);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:rd.concat(od).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[td,qa.COMMENT(/\/\*\*(?!\/)/,/\*\//,{subLanguage:"markdown",relevance:0}),qa.COMMENT(/\/{3,} ?/,/$/,{contains:[{subLanguage:"markdown",begin:".",end:"$",relevance:0}]}),qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},qa.UNDERSCORE_TITLE_MODE]},qa.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}return dart_1=Ra,dart_1}var delphi_1,hasRequiredDelphi;function requireDelphi(){if(hasRequiredDelphi)return delphi_1;hasRequiredDelphi=1;function Ra(qa){const Ja=["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"],ed=[qa.C_LINE_COMMENT_MODE,qa.COMMENT(/\{/,/\}/,{relevance:0}),qa.COMMENT(/\(\*/,/\*\)/,{relevance:10})],td={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},rd={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},od={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}]},sd={className:"string",variants:[{match:/#\d[\d_]*/},{match:/#\$[\dA-Fa-f][\dA-Fa-f_]*/},{match:/#&[0-7][0-7_]*/},{match:/#%[01][01_]*/}]},ld={begin:qa.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[qa.TITLE_MODE]},cd={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[qa.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:Ja,contains:[rd,sd,td].concat(ed)},td].concat(ed)};return{name:"Delphi",aliases:["dpr","dfm","pas","pascal"],case_insensitive:!0,keywords:Ja,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[rd,sd,od,ld,cd,td].concat(ed)}}return delphi_1=Ra,delphi_1}var diff_1,hasRequiredDiff;function requireDiff(){if(hasRequiredDiff)return diff_1;hasRequiredDiff=1;function Ra(qa){const Ja=qa.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:Ja.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:Ja.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=Ra,diff_1}var django_1,hasRequiredDjango;function requireDjango(){if(hasRequiredDjango)return django_1;hasRequiredDjango=1;function Ra(qa){const Ja={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:[qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE]};return{name:"Django",aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[qa.COMMENT(/\{%\s*comment\s*%\}/,/\{%\s*endcomment\s*%\}/),qa.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:[Ja],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[Ja]}]}}return django_1=Ra,django_1}var dns_1,hasRequiredDns;function requireDns(){if(hasRequiredDns)return dns_1;hasRequiredDns=1;function Ra(qa){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:[qa.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"},qa.inherit(qa.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}return dns_1=Ra,dns_1}var dockerfile_1,hasRequiredDockerfile;function requireDockerfile(){if(hasRequiredDockerfile)return dockerfile_1;hasRequiredDockerfile=1;function Ra(qa){return{name:"Dockerfile",aliases:["docker"],case_insensitive:!0,keywords:["from","maintainer","expose","env","arg","user","onbuild","stopsignal"],contains:[qa.HASH_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"</"}}return dockerfile_1=Ra,dockerfile_1}var dos_1,hasRequiredDos;function requireDos(){if(hasRequiredDos)return dos_1;hasRequiredDos=1;function Ra(qa){const Ja=qa.COMMENT(/^\s*@?rem\b/,/$/,{relevance:10});return{name:"Batch file (DOS)",aliases:["bat","cmd"],case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:["if","else","goto","for","in","do","call","exit","not","exist","errorlevel","defined","equ","neq","lss","leq","gtr","geq"],built_in:["prn","nul","lpt3","lpt2","lpt1","con","com4","com3","com2","com1","aux","shift","cd","dir","echo","setlocal","endlocal","set","pause","copy","append","assoc","at","attrib","break","cacls","cd","chcp","chdir","chkdsk","chkntfs","cls","cmd","color","comp","compact","convert","date","dir","diskcomp","diskcopy","doskey","erase","fs","find","findstr","format","ftype","graftabl","help","keyb","label","md","mkdir","mode","more","move","path","pause","print","popd","pushd","promt","rd","recover","rem","rename","replace","restore","rmdir","shift","sort","start","subst","time","title","tree","type","ver","verify","vol","ping","net","ipconfig","taskkill","xcopy","ren","del"]},contains:[{className:"variable",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{className:"function",begin:{className:"symbol",begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",relevance:0}.begin,end:"goto:eof",contains:[qa.inherit(qa.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),Ja]},{className:"number",begin:"\\b\\d+",relevance:0},Ja]}}return dos_1=Ra,dos_1}var dsconfig_1,hasRequiredDsconfig;function requireDsconfig(){if(hasRequiredDsconfig)return dsconfig_1;hasRequiredDsconfig=1;function Ra(qa){return{keywords:"dsconfig",contains:[{className:"keyword",begin:"^dsconfig",end:/\s/,excludeEnd:!0,relevance:10},{className:"built_in",begin:/(list|create|get|set|delete)-(\w+)/,end:/\s/,excludeEnd:!0,illegal:"!@#$%^&*()",relevance:10},{className:"built_in",begin:/--(\w+)/,end:/\s/,excludeEnd:!0},{className:"string",begin:/"/,end:/"/},{className:"string",begin:/'/,end:/'/},{className:"string",begin:/[\w\-?]+:\w+/,end:/\W/,relevance:0},{className:"string",begin:/\w+(\-\w+)*/,end:/(?=\W)/,relevance:0},qa.HASH_COMMENT_MODE]}}return dsconfig_1=Ra,dsconfig_1}var dts_1,hasRequiredDts;function requireDts(){if(hasRequiredDts)return dts_1;hasRequiredDts=1;function Ra(qa){const Ja={className:"string",variants:[qa.inherit(qa.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',contains:[qa.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},ed={className:"number",variants:[{begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:qa.C_NUMBER_RE}],relevance:0},td={className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef ifdef ifndef"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{keyword:"include"},contains:[qa.inherit(Ja,{className:"string"}),{className:"string",begin:"<",end:">",illegal:"\\n"}]},Ja,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},rd={className:"variable",begin:/&[a-z\d_]*\b/},od={className:"keyword",begin:"/[a-z][a-z\\d-]*/"},sd={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},ld={className:"params",relevance:0,begin:"<",end:">",contains:[ed,rd]},cd={className:"title.class",begin:/[a-zA-Z_][a-zA-Z\d_@-]*(?=\s\{)/,relevance:.2},ud={className:"title.class",begin:/^\/(?=\s*\{)/,relevance:10},gd={match:/[a-z][a-z-,]+(?=;)/,relevance:0,scope:"attr"},_d={relevance:0,match:[/[a-z][a-z-,]+/,/\s*/,/=/],scope:{1:"attr",3:"operator"}},yd={scope:"punctuation",relevance:0,match:/\};|[;{}]/};return{name:"Device Tree",contains:[ud,rd,od,sd,cd,_d,gd,ld,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,ed,Ja,td,yd,{begin:qa.IDENT_RE+"::",keywords:""}]}}return dts_1=Ra,dts_1}var dust_1,hasRequiredDust;function requireDust(){if(hasRequiredDust)return dust_1;hasRequiredDust=1;function Ra(qa){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:[qa.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:"if eq ne lt lte gt gte select default math sep"}]}}return dust_1=Ra,dust_1}var ebnf_1,hasRequiredEbnf;function requireEbnf(){if(hasRequiredEbnf)return ebnf_1;hasRequiredEbnf=1;function Ra(qa){const Ja=qa.COMMENT(/\(\*/,/\*\)/),ed={className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},rd={begin:/=/,end:/[.;]/,contains:[Ja,{className:"meta",begin:/\?.*\?/},{className:"string",variants:[qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]};return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[Ja,ed,rd]}}return ebnf_1=Ra,ebnf_1}var elixir_1,hasRequiredElixir;function requireElixir(){if(hasRequiredElixir)return elixir_1;hasRequiredElixir=1;function Ra(qa){const Ja=qa.regex,ed="[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?",td="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",sd={$pattern:ed,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"]},ld={className:"subst",begin:/#\{/,end:/\}/,keywords:sd},cd={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},gd={match:/\\[\s\S]/,scope:"char.escape",relevance:0},_d=`[/|([{<"']`,yd=[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin:/</,end:/>/}],Ed=Md=>({scope:"char.escape",begin:Ja.concat(/\\/,Md),relevance:0}),Td={className:"string",begin:"~[a-z](?="+_d+")",contains:yd.map(Md=>qa.inherit(Md,{contains:[Ed(Md.end),gd,ld]}))},Od={className:"string",begin:"~[A-Z](?="+_d+")",contains:yd.map(Md=>qa.inherit(Md,{contains:[Ed(Md.end)]}))},Ad={className:"regex",variants:[{begin:"~r(?="+_d+")",contains:yd.map(Md=>qa.inherit(Md,{end:Ja.concat(Md.end,/[uismxfU]{0,7}/),contains:[Ed(Md.end),gd,ld]}))},{begin:"~R(?="+_d+")",contains:yd.map(Md=>qa.inherit(Md,{end:Ja.concat(Md.end,/[uismxfU]{0,7}/),contains:[Ed(Md.end)]}))}]},Nd={className:"string",contains:[qa.BACKSLASH_ESCAPE,ld],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:/"/}]},kd={className:"function",beginKeywords:"def defp defmacro defmacrop",end:/\B\b/,contains:[qa.inherit(qa.TITLE_MODE,{begin:ed,endsParent:!0})]},Id=qa.inherit(kd,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),Rd=[Nd,Ad,Od,Td,qa.HASH_COMMENT_MODE,Id,kd,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[Nd,{begin:td}],relevance:0},{className:"symbol",begin:ed+":(?!:)",relevance:0},{className:"title.class",begin:/(\b[A-Z][a-zA-Z0-9_]+)/,relevance:0},cd,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))"}];return ld.contains=Rd,{name:"Elixir",aliases:["ex","exs"],keywords:sd,contains:Rd}}return elixir_1=Ra,elixir_1}var elm_1,hasRequiredElm;function requireElm(){if(hasRequiredElm)return elm_1;hasRequiredElm=1;function Ra(qa){const Ja={variants:[qa.COMMENT("--","$"),qa.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},ed={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},td={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},Ja]},rd={begin:/\{/,end:/\}/,contains:td.contains},od={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:[td,Ja],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[td,Ja],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[ed,td,rd,Ja]},{beginKeywords:"infix infixl infixr",end:"$",contains:[qa.C_NUMBER_MODE,Ja]},{begin:"port",end:"$",keywords:"port",contains:[Ja]},od,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE,ed,qa.inherit(qa.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),Ja,{begin:"->|<-"}],illegal:/;/}}return elm_1=Ra,elm_1}var ruby_1,hasRequiredRuby;function requireRuby(){if(hasRequiredRuby)return ruby_1;hasRequiredRuby=1;function Ra(qa){const Ja=qa.regex,ed="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",td=Ja.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),rd=Ja.concat(td,/(::\w+)*/),sd={"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"]},ld={className:"doctag",begin:"@[A-Za-z]+"},cd={begin:"#<",end:">"},ud=[qa.COMMENT("#","$",{contains:[ld]}),qa.COMMENT("^=begin","^=end",{contains:[ld],relevance:10}),qa.COMMENT("^__END__",qa.MATCH_NOTHING_RE)],gd={className:"subst",begin:/#\{/,end:/\}/,keywords:sd},_d={className:"string",contains:[qa.BACKSLASH_ESCAPE,gd],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?</,end:/>/},{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:Ja.concat(/<<[-~]?'?/,Ja.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[qa.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[qa.BACKSLASH_ESCAPE,gd]})]}]},yd="[1-9](_?[0-9])*|0",Ed="[0-9](_?[0-9])*",Td={className:"number",relevance:0,variants:[{begin:`\\b(${yd})(\\.(${Ed}))?([eE][+-]?(${Ed})|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"}]},Od={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:sd}]},Ld=[_d,{variants:[{match:[/class\s+/,rd,/\s+<\s+/,rd]},{match:[/\b(class|module)\s+/,rd]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:sd},{match:[/(include|extend)\s+/,rd],scope:{2:"title.class"},keywords:sd},{relevance:0,match:[rd,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:td,scope:"title.class"},{match:[/def/,/\s+/,ed],scope:{1:"keyword",3:"title.function"},contains:[Od]},{begin:qa.IDENT_RE+"::"},{className:"symbol",begin:qa.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[_d,{begin:ed}],relevance:0},Td,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:sd},{begin:"("+qa.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[qa.BACKSLASH_ESCAPE,gd],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(cd,ud),relevance:0}].concat(cd,ud);gd.contains=Ld,Od.contains=Ld;const Ud=[{begin:/^\s*=>/,starts:{end:"$",contains:Ld}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:sd,contains:Ld}}];return ud.unshift(cd),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:sd,illegal:/\/\*/,contains:[qa.SHEBANG({binary:"ruby"})].concat(Ud).concat(ud).concat(Ld)}}return ruby_1=Ra,ruby_1}var erb_1,hasRequiredErb;function requireErb(){if(hasRequiredErb)return erb_1;hasRequiredErb=1;function Ra(qa){return{name:"ERB",subLanguage:"xml",contains:[qa.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return erb_1=Ra,erb_1}var erlangRepl_1,hasRequiredErlangRepl;function requireErlangRepl(){if(hasRequiredErlangRepl)return erlangRepl_1;hasRequiredErlangRepl=1;function Ra(qa){const Ja=qa.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},qa.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,{begin:Ja.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=Ra,erlangRepl_1}var erlang_1,hasRequiredErlang;function requireErlang(){if(hasRequiredErlang)return erlang_1;hasRequiredErlang=1;function Ra(qa){const Ja="[a-z'][a-zA-Z0-9_']*",ed="("+Ja+":"+Ja+"|"+Ja+")",td={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",literal:"false true"},rd=qa.COMMENT("%","$"),od={className:"number",begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",relevance:0},sd={begin:"fun\\s+"+Ja+"/\\d+"},ld={begin:ed+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:ed,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},cd={begin:/\{/,end:/\}/,relevance:0},ud={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},gd={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},_d={begin:"#"+qa.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+qa.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},yd={scope:"string",match:/\$(\\([^0-9]|[0-9]{1,3}|)|.)/},Ed={beginKeywords:"fun receive if try case",end:"end",keywords:td};Ed.contains=[rd,sd,qa.inherit(qa.APOS_STRING_MODE,{className:""}),Ed,ld,qa.QUOTE_STRING_MODE,od,cd,ud,gd,_d,yd];const Td=[rd,sd,Ed,ld,qa.QUOTE_STRING_MODE,od,cd,ud,gd,_d,yd];ld.contains[1].contains=Td,cd.contains=Td,_d.contains[1].contains=Td;const Od=["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec"],Ad={className:"params",begin:"\\(",end:"\\)",contains:Td};return{name:"Erlang",aliases:["erl"],keywords:td,illegal:"(</|\\*=|\\+=|-=|/\\*|\\*/|\\(\\*|\\*\\))",contains:[{className:"function",begin:"^"+Ja+"\\s*\\(",end:"->",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[Ad,qa.inherit(qa.TITLE_MODE,{begin:Ja})],starts:{end:";|\\.",keywords:td,contains:Td}},rd,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+qa.IDENT_RE,keyword:Od.map(Nd=>`${Nd}|1.5`).join(" ")},contains:[Ad]},od,qa.QUOTE_STRING_MODE,_d,ud,gd,cd,yd,{begin:/\.$/}]}}return erlang_1=Ra,erlang_1}var excel_1,hasRequiredExcel;function requireExcel(){if(hasRequiredExcel)return excel_1;hasRequiredExcel=1;function Ra(qa){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","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","CALL","CEILING","CEILING.MATH","CEILING.PRECISE","CELL","CHAR","CHIDIST","CHIINV","CHITEST","CHISQ.DIST","CHISQ.DIST.RT","CHISQ.INV","CHISQ.INV.RT","CHISQ.TEST","CHOOSE","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","DSTDEV","DSTDEVP","DSUM","DURATION","DVAR","DVARP","EDATE","EFFECT","ENCODEURL","EOMONTH","ERF","ERF.PRECISE","ERFC","ERFC.PRECISE","ERROR.TYPE","EUROCONVERT","EVEN","EXACT","EXP","EXPON.DIST","EXPONDIST","FACT","FACTDOUBLE","FALSE|0","F.DIST","FDIST","F.DIST.RT","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","HYPERLINK","HYPGEOM.DIST","HYPGEOMDIST","IF","IFERROR","IFNA","IFS","IMABS","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","ISREF","ISTEXT","ISO.CEILING","ISOWEEKNUM","ISPMT","JIS","KURT","LARGE","LCM","LEFT","LEFTB","LEN","LENB","LINEST","LN","LOG","LOG10","LOGEST","LOGINV","LOGNORM.DIST","LOGNORMDIST","LOGNORM.INV","LOOKUP","LOWER","MATCH","MAX","MAXA","MAXIFS","MDETERM","MDURATION","MEDIAN","MID","MIDBs","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","RANDBETWEEN","RANK.AVG","RANK.EQ","RANK","RATE","RECEIVED","REGISTER.ID","REPLACE","REPLACEB","REPT","RIGHT","RIGHTB","ROMAN","ROUND","ROUNDDOWN","ROUNDUP","ROW","ROWS","RRI","RSQ","RTD","SEARCH","SEARCHB","SEC","SECH","SECOND","SERIESSUM","SHEET","SHEETS","SIGN","SIN","SINH","SKEW","SKEW.P","SLN","SLOPE","SMALL","SQL.REQUEST","SQRT","SQRTPI","STANDARDIZE","STDEV","STDEV.P","STDEV.S","STDEVA","STDEVP","STDEVPA","STEYX","SUBSTITUTE","SUBTOTAL","SUM","SUMIF","SUMIFS","SUMPRODUCT","SUMSQ","SUMX2MY2","SUMX2PY2","SUMXMY2","SWITCH","SYD","T","TAN","TANH","TBILLEQ","TBILLPRICE","TBILLYIELD","T.DIST","T.DIST.2T","T.DIST.RT","TDIST","TEXT","TEXTJOIN","TIME","TIMEVALUE","T.INV","T.INV.2T","TINV","TODAY","TRANSPOSE","TREND","TRIM","TRIMMEAN","TRUE|0","TRUNC","T.TEST","TTEST","TYPE","UNICHAR","UNICODE","UPPER","VALUE","VAR","VAR.P","VAR.S","VARA","VARP","VARPA","VDB","VLOOKUP","WEBSERVICE","WEEKDAY","WEEKNUM","WEIBULL","WEIBULL.DIST","WORKDAY","WORKDAY.INTL","XIRR","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},qa.BACKSLASH_ESCAPE,qa.QUOTE_STRING_MODE,{className:"number",begin:qa.NUMBER_RE+"(%)?",relevance:0},qa.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}return excel_1=Ra,excel_1}var fix_1,hasRequiredFix;function requireFix(){if(hasRequiredFix)return fix_1;hasRequiredFix=1;function Ra(qa){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=Ra,fix_1}var flix_1,hasRequiredFlix;function requireFlix(){if(hasRequiredFlix)return flix_1;hasRequiredFlix=1;function Ra(qa){const Ja={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},ed={className:"string",variants:[{begin:'"',end:'"'}]},rd={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:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,Ja,ed,rd,qa.C_NUMBER_MODE]}}return flix_1=Ra,flix_1}var fortran_1,hasRequiredFortran;function requireFortran(){if(hasRequiredFortran)return fortran_1;hasRequiredFortran=1;function Ra(qa){const Ja=qa.regex,ed={className:"params",begin:"\\(",end:"\\)"},td={variants:[qa.COMMENT("!","$",{relevance:0}),qa.COMMENT("^C[ ]","$",{relevance:0}),qa.COMMENT("^C$","$",{relevance:0})]},rd=/(_[a-z_\d]+)?/,od=/([de][+-]?\d+)?/,sd={className:"number",variants:[{begin:Ja.concat(/\b\d+/,/\.(\d*)/,od,rd)},{begin:Ja.concat(/\b\d+/,od,rd)},{begin:Ja.concat(/\.\d+/,od,rd)}],relevance:0},ld={className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[qa.UNDERSCORE_TITLE_MODE,ed]},cd={className:"string",relevance:0,variants:[qa.APOS_STRING_MODE,qa.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:[cd,ld,{begin:/^C\s*=(?!=)/,relevance:0},td,sd]}}return fortran_1=Ra,fortran_1}var fsharp_1,hasRequiredFsharp;function requireFsharp(){if(hasRequiredFsharp)return fsharp_1;hasRequiredFsharp=1;function Ra(sd){return new RegExp(sd.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function qa(sd){return sd?typeof sd=="string"?sd:sd.source:null}function Ja(sd){return ed("(?=",sd,")")}function ed(...sd){return sd.map(cd=>qa(cd)).join("")}function td(sd){const ld=sd[sd.length-1];return typeof ld=="object"&&ld.constructor===Object?(sd.splice(sd.length-1,1),ld):{}}function rd(...sd){return"("+(td(sd).capture?"":"?:")+sd.map(ud=>qa(ud)).join("|")+")"}function od(sd){const ld=["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"],cd={scope:"keyword",match:/\b(yield|return|let|do|match|use)!/},ud=["if","else","endif","line","nowarn","light","r","i","I","load","time","help","quit"],gd=["true","false","null","Some","None","Ok","Error","infinity","infinityf","nan","nanf"],_d=["__LINE__","__SOURCE_DIRECTORY__","__SOURCE_FILE__"],yd=["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"],Td={keyword:ld,literal:gd,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":_d},Ad={variants:[sd.COMMENT(/\(\*(?!\))/,/\*\)/,{contains:["self"]}),sd.C_LINE_COMMENT_MODE]},Nd=/[a-zA-Z_](\w|')*/,kd={scope:"variable",begin:/``/,end:/``/},Id=/\B('|\^)/,Rd={scope:"symbol",variants:[{match:ed(Id,/``.*?``/)},{match:ed(Id,sd.UNDERSCORE_IDENT_RE)}],relevance:0},Md=function({includeEqual:Mf}){let Af;Mf?Af="!%&*+-/<=>@^|~?":Af="!%&*+-/<>@^|~?";const Zd=Array.from(Af),mf=ed("[",...Zd.map(Ra),"]"),Pf=rd(mf,/\./),Ff=ed(Pf,Ja(Pf)),Lf=rd(ed(Ff,Pf,"*"),ed(mf,"+"));return{scope:"operator",match:rd(Lf,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},Ld=Md({includeEqual:!0}),jd=Md({includeEqual:!1}),Pd=function(Mf,Af){return{begin:ed(Mf,Ja(ed(/\s*/,rd(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:Af,end:Ja(rd(/\n/,/=/)),relevance:0,keywords:sd.inherit(Td,{type:yd}),contains:[Ad,Rd,sd.inherit(kd,{scope:null}),jd]}},Fd=Pd(/:/,"operator"),Ud=Pd(/\bof\b/,"keyword"),Vd={begin:[/(^|\s+)/,/type/,/\s+/,Nd],beginScope:{2:"keyword",4:"title.class"},end:Ja(/\(|=|$/),keywords:Td,contains:[Ad,sd.inherit(kd,{scope:null}),Rd,{scope:"operator",match:/<|>/},Fd]},qd={scope:"computation-expression",match:/\b[_a-z]\w*(?=\s*\{)/},Wd={begin:[/^\s*/,ed(/#/,rd(...ud)),/\b/],beginScope:{2:"meta"},end:Ja(/\s|$/)},zd={variants:[sd.BINARY_NUMBER_MODE,sd.C_NUMBER_MODE]},Kd={scope:"string",begin:/"/,end:/"/,contains:[sd.BACKSLASH_ESCAPE]},Qd={scope:"string",begin:/@"/,end:/"/,contains:[{match:/""/},sd.BACKSLASH_ESCAPE]},hf={scope:"string",begin:/"""/,end:/"""/,relevance:2},gf={scope:"subst",begin:/\{/,end:/\}/,keywords:Td},bf={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},sd.BACKSLASH_ESCAPE,gf]},kf={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},sd.BACKSLASH_ESCAPE,gf]},Cf={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},gf],relevance:2},Ef={scope:"string",match:ed(/'/,rd(/[^\\']/,/\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/),/'/)};return gf.contains=[kf,bf,Qd,Kd,Ef,cd,Ad,kd,Fd,qd,Wd,zd,Rd,Ld],{name:"F#",aliases:["fs","f#"],keywords:Td,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[cd,{variants:[Cf,kf,bf,hf,Qd,Kd,Ef]},Ad,kd,Vd,{scope:"meta",begin:/\[</,end:/>\]/,relevance:2,contains:[kd,hf,Qd,Kd,Ef,zd]},Ud,Fd,qd,Wd,zd,Rd,Ld]}}return fsharp_1=od,fsharp_1}var gams_1,hasRequiredGams;function requireGams(){if(hasRequiredGams)return gams_1;hasRequiredGams=1;function Ra(qa){const Ja=qa.regex,ed={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"},td={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},rd={className:"symbol",variants:[{begin:/=[lgenxc]=/},{begin:/\$/}]},od={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[qa.BACKSLASH_ESCAPE]},sd={begin:"/",end:"/",keywords:ed,contains:[od,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,qa.C_NUMBER_MODE]},ld=/[a-z0-9&#*=?@\\><:,()$[\]_.{}!+%^-]+/,cd={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[od,sd,{className:"comment",begin:Ja.concat(ld,Ja.anyNumberOfTimes(Ja.concat(/[ ]+/,ld))),relevance:0}]};return{name:"GAMS",aliases:["gms"],case_insensitive:!0,keywords:ed,contains:[qa.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"keyword",begin:"^\\$[a-z0-9]+"}]},qa.COMMENT("^\\*","$"),qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[qa.COMMENT("^\\*","$"),qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,sd,cd]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[cd]},qa.COMMENT("^\\*","$"),qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,qa.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},td,rd]},qa.C_NUMBER_MODE,rd]}}return gams_1=Ra,gams_1}var gauss_1,hasRequiredGauss;function requireGauss(){if(hasRequiredGauss)return gauss_1;hasRequiredGauss=1;function Ra(qa){const Ja={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"},ed=qa.COMMENT("@","@"),td={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"}]},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,ed]},rd={begin:/\bstruct\s+/,end:/\s/,keywords:"struct",contains:[{className:"type",begin:qa.UNDERSCORE_IDENT_RE,relevance:0}]},od=[{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\.\.\./},qa.C_NUMBER_MODE,qa.C_BLOCK_COMMENT_MODE,ed,rd]}],sd={className:"title",begin:qa.UNDERSCORE_IDENT_RE,relevance:0},ld=function(yd,Ed,Td){const Od=qa.inherit({className:"function",beginKeywords:yd,end:Ed,excludeEnd:!0,contains:[].concat(od)},{});return Od.contains.push(sd),Od.contains.push(qa.C_NUMBER_MODE),Od.contains.push(qa.C_BLOCK_COMMENT_MODE),Od.contains.push(ed),Od},cd={className:"built_in",begin:"\\b("+Ja.built_in.split(" ").join("|")+")\\b"},ud={className:"string",begin:'"',end:'"',contains:[qa.BACKSLASH_ESCAPE],relevance:0},gd={begin:qa.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,keywords:Ja,relevance:0,contains:[{beginKeywords:Ja.keyword},cd,{className:"built_in",begin:qa.UNDERSCORE_IDENT_RE,relevance:0}]},_d={begin:/\(/,end:/\)/,relevance:0,keywords:{built_in:Ja.built_in,literal:Ja.literal},contains:[qa.C_NUMBER_MODE,qa.C_BLOCK_COMMENT_MODE,ed,cd,gd,ud,"self"]};return gd.contains.push(_d),{name:"GAUSS",aliases:["gss"],case_insensitive:!0,keywords:Ja,illegal:/(\{[%#]|[%#]\}| <- )/,contains:[qa.C_NUMBER_MODE,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,ed,ud,td,{className:"keyword",begin:/\bexternal (matrix|string|array|sparse matrix|struct|proc|keyword|fn)/},ld("proc keyword",";"),ld("fn","="),{beginKeywords:"for threadfor",end:/;/,relevance:0,contains:[qa.C_BLOCK_COMMENT_MODE,ed,_d]},{variants:[{begin:qa.UNDERSCORE_IDENT_RE+"\\."+qa.UNDERSCORE_IDENT_RE},{begin:qa.UNDERSCORE_IDENT_RE+"\\s*="}],relevance:0},gd,rd]}}return gauss_1=Ra,gauss_1}var gcode_1,hasRequiredGcode;function requireGcode(){if(hasRequiredGcode)return gcode_1;hasRequiredGcode=1;function Ra(qa){const Ja="[A-Z_][A-Z0-9_.]*",ed="%",td={$pattern:Ja,keyword:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR"},rd={className:"meta",begin:"([O])([0-9]+)"},od=qa.inherit(qa.C_NUMBER_MODE,{begin:"([-+]?((\\.\\d+)|(\\d+)(\\.\\d*)?))|"+qa.C_NUMBER_RE}),sd=[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.COMMENT(/\(/,/\)/),od,qa.inherit(qa.APOS_STRING_MODE,{illegal:null}),qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",contains:[od],end:"\\]"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{name:"G-code (ISO 6983)",aliases:["nc"],case_insensitive:!0,keywords:td,contains:[{className:"meta",begin:ed},rd].concat(sd)}}return gcode_1=Ra,gcode_1}var gherkin_1,hasRequiredGherkin;function requireGherkin(){if(hasRequiredGherkin)return gherkin_1;hasRequiredGherkin=1;function Ra(qa){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:">"},qa.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},qa.QUOTE_STRING_MODE]}}return gherkin_1=Ra,gherkin_1}var glsl_1,hasRequiredGlsl;function requireGlsl(){if(hasRequiredGlsl)return glsl_1;hasRequiredGlsl=1;function Ra(qa){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:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}return glsl_1=Ra,glsl_1}var gml_1,hasRequiredGml;function requireGml(){if(hasRequiredGml)return gml_1;hasRequiredGml=1;function Ra(qa){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:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE]}}return gml_1=Ra,gml_1}var go_1,hasRequiredGo;function requireGo(){if(hasRequiredGo)return go_1;hasRequiredGo=1;function Ra(qa){const od={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:od,illegal:"</",contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,{className:"string",variants:[qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,{begin:"`",end:"`"}]},{className:"number",variants:[{match:/-?\b0[xX]\.[a-fA-F0-9](_?[a-fA-F0-9])*[pP][+-]?\d(_?\d)*i?/,relevance:0},{match:/-?\b0[xX](_?[a-fA-F0-9])+((\.([a-fA-F0-9](_?[a-fA-F0-9])*)?)?[pP][+-]?\d(_?\d)*)?i?/,relevance:0},{match:/-?\b0[oO](_?[0-7])*i?/,relevance:0},{match:/-?\.\d(_?\d)*([eE][+-]?\d(_?\d)*)?i?/,relevance:0},{match:/-?\b\d(_?\d)*(\.(\d(_?\d)*)?)?([eE][+-]?\d(_?\d)*)?i?/,relevance:0}]},{begin:/:=/},{className:"function",beginKeywords:"func",end:"\\s*(\\{|$)",excludeEnd:!0,contains:[qa.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:od,illegal:/["']/}]}]}}return go_1=Ra,go_1}var golo_1,hasRequiredGolo;function requireGolo(){if(hasRequiredGolo)return golo_1;hasRequiredGolo=1;function Ra(qa){return{name:"Golo",keywords:{keyword:["println","readln","print","import","module","function","local","return","let","var","while","for","foreach","times","in","case","when","match","with","break","continue","augment","augmentation","each","find","filter","reduce","if","then","else","otherwise","try","catch","finally","raise","throw","orIfNull","DynamicObject|10","DynamicVariable","struct","Observable","map","set","vector","list","array"],literal:["true","false","null"]},contains:[qa.HASH_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}return golo_1=Ra,golo_1}var gradle_1,hasRequiredGradle;function requireGradle(){if(hasRequiredGradle)return gradle_1;hasRequiredGradle=1;function Ra(qa){return{name:"Gradle",case_insensitive:!0,keywords:["task","project","allprojects","subprojects","artifacts","buildscript","configurations","dependencies","repositories","sourceSets","description","delete","from","into","include","exclude","source","classpath","destinationDir","includes","options","sourceCompatibility","targetCompatibility","group","flatDir","doLast","doFirst","flatten","todir","fromdir","ant","def","abstract","break","case","catch","continue","default","do","else","extends","final","finally","for","if","implements","instanceof","native","new","private","protected","public","return","static","switch","synchronized","throw","throws","transient","try","volatile","while","strictfp","package","import","false","null","super","this","true","antlrtask","checkstyle","codenarc","copy","boolean","byte","char","class","double","float","int","interface","long","short","void","compile","runTime","file","fileTree","abs","any","append","asList","asWritable","call","collect","compareTo","count","div","dump","each","eachByte","eachFile","eachLine","every","find","findAll","flatten","getAt","getErr","getIn","getOut","getText","grep","immutable","inject","inspect","intersect","invokeMethods","isCase","join","leftShift","minus","multiply","newInputStream","newOutputStream","newPrintWriter","newReader","newWriter","next","plus","pop","power","previous","print","println","push","putAt","read","readBytes","readLines","reverse","reverseEach","round","size","sort","splitEachLine","step","subMap","times","toInteger","toList","tokenize","upto","waitForOrKill","withPrintWriter","withReader","withStream","withWriter","withWriterAppend","write","writeLine"],contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.NUMBER_MODE,qa.REGEXP_MODE]}}return gradle_1=Ra,gradle_1}var graphql_1,hasRequiredGraphql;function requireGraphql(){if(hasRequiredGraphql)return graphql_1;hasRequiredGraphql=1;function Ra(qa){const Ja=qa.regex,ed=/[_A-Za-z][_0-9A-Za-z]*/;return{name:"GraphQL",aliases:["gql"],case_insensitive:!0,disableAutodetect:!1,keywords:{keyword:["query","mutation","subscription","type","input","schema","directive","interface","union","scalar","fragment","enum","on"],literal:["true","false","null"]},contains:[qa.HASH_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.NUMBER_MODE,{scope:"punctuation",match:/[.]{3}/,relevance:0},{scope:"punctuation",begin:/[\!\(\)\:\=\[\]\{\|\}]{1}/,relevance:0},{scope:"variable",begin:/\$/,end:/\W/,excludeEnd:!0,relevance:0},{scope:"meta",match:/@\w+/,excludeEnd:!0},{scope:"symbol",begin:Ja.concat(ed,Ja.lookahead(/\s*:/)),relevance:0}],illegal:[/[;<']/,/BEGIN/]}}return graphql_1=Ra,graphql_1}var groovy_1,hasRequiredGroovy;function requireGroovy(){if(hasRequiredGroovy)return groovy_1;hasRequiredGroovy=1;function Ra(Ja,ed={}){return ed.variants=Ja,ed}function qa(Ja){const ed=Ja.regex,td="[A-Za-z0-9_$]+",rd=Ra([Ja.C_LINE_COMMENT_MODE,Ja.C_BLOCK_COMMENT_MODE,Ja.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]})]),od={className:"regexp",begin:/~?\/[^\/\n]+\//,contains:[Ja.BACKSLASH_ESCAPE]},sd=Ra([Ja.BINARY_NUMBER_MODE,Ja.C_NUMBER_MODE]),ld=Ra([{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:"\\$/",end:"/\\$",relevance:10},Ja.APOS_STRING_MODE,Ja.QUOTE_STRING_MODE],{className:"string"}),cd={match:[/(class|interface|trait|enum|record|extends|implements)/,/\s+/,Ja.UNDERSCORE_IDENT_RE],scope:{1:"keyword",3:"title.class"}};return{name:"Groovy",keywords:{"variable.language":"this super",literal:"true false null",type:["byte","short","char","int","long","boolean","float","double","void"],keyword:["def","as","in","assert","trait","abstract","static","volatile","transient","public","private","protected","synchronized","final","class","interface","enum","if","else","for","while","switch","case","break","default","continue","throw","throws","try","catch","finally","implements","extends","new","import","package","return","instanceof","var"]},contains:[Ja.SHEBANG({binary:"groovy",relevance:10}),rd,ld,od,sd,cd,{className:"meta",begin:"@[A-Za-z]+",relevance:0},{className:"attr",begin:td+"[ ]*:",relevance:0},{begin:/\?/,end:/:/,relevance:0,contains:[rd,ld,od,sd,"self"]},{className:"symbol",begin:"^[ ]*"+ed.lookahead(td+":"),excludeBegin:!0,end:td+":",relevance:0}],illegal:/#|<\//}}return groovy_1=qa,groovy_1}var haml_1,hasRequiredHaml;function requireHaml(){if(hasRequiredHaml)return haml_1;hasRequiredHaml=1;function Ra(qa){return{name:"HAML",case_insensitive:!0,contains:[{className:"meta",begin:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",relevance:10},qa.COMMENT("^\\s*(!=#|=#|-#|/).*$",null,{relevance:0}),{begin:"^\\s*(-|=|!=)(?!#)",end:/$/,subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0},{className:"tag",begin:"^\\s*%",contains:[{className:"selector-tag",begin:"\\w+"},{className:"selector-id",begin:"#[\\w-]+"},{className:"selector-class",begin:"\\.[\\w-]+"},{begin:/\{\s*/,end:/\s*\}/,contains:[{begin:":\\w+\\s*=>",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},qa.APOS_STRING_MODE,qa.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},qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:/#\{/,end:/\}/,subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}return haml_1=Ra,haml_1}var handlebars_1,hasRequiredHandlebars;function requireHandlebars(){if(hasRequiredHandlebars)return handlebars_1;hasRequiredHandlebars=1;function Ra(qa){const Ja=qa.regex,ed={$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"]},td={$pattern:/[\w.\/]+/,literal:["true","false","undefined","null"]},rd=/""|"[^"]+"/,od=/''|'[^']+'/,sd=/\[\]|\[[^\]]+\]/,ld=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,cd=/(\.|\/)/,ud=Ja.either(rd,od,sd,ld),gd=Ja.concat(Ja.optional(/\.|\.\/|\//),ud,Ja.anyNumberOfTimes(Ja.concat(cd,ud))),_d=Ja.concat("(",sd,"|",ld,")(?==)"),yd={begin:gd},Ed=qa.inherit(yd,{keywords:td}),Td={begin:/\(/,end:/\)/},Od={className:"attr",begin:_d,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[qa.NUMBER_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,Ed,Td]}}},Ad={begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},Nd={contains:[qa.NUMBER_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,Ad,Od,Ed,Td],returnEnd:!0},kd=qa.inherit(yd,{className:"name",keywords:ed,starts:qa.inherit(Nd,{end:/\)/})});Td.contains=[kd];const Id=qa.inherit(yd,{keywords:ed,className:"name",starts:qa.inherit(Nd,{end:/\}\}/})}),Rd=qa.inherit(yd,{keywords:ed,className:"name"}),Md=qa.inherit(yd,{className:"name",keywords:ed,starts:qa.inherit(Nd,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},qa.COMMENT(/\{\{!--/,/--\}\}/),qa.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[Id],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[Rd]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[Id]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[Rd]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[Md]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[Md]}]}}return handlebars_1=Ra,handlebars_1}var haskell_1,hasRequiredHaskell;function requireHaskell(){if(hasRequiredHaskell)return haskell_1;hasRequiredHaskell=1;function Ra(qa){const Ja="([0-9]_*)+",ed="([0-9a-fA-F]_*)+",td="([01]_*)+",rd="([0-7]_*)+",cd="([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",ud={variants:[qa.COMMENT("--+","$"),qa.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},gd={className:"meta",begin:/\{-#/,end:/#-\}/},_d={className:"meta",begin:"^#",end:"$"},yd={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},Ed={begin:"\\(",end:"\\)",illegal:'"',contains:[gd,_d,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},qa.inherit(qa.TITLE_MODE,{begin:"[_a-z][\\w']*"}),ud]},Td={begin:/\{/,end:/\}/,contains:Ed.contains},Od={className:"number",relevance:0,variants:[{match:`\\b(${Ja})(\\.(${Ja}))?([eE][+-]?(${Ja}))?\\b`},{match:`\\b0[xX]_*(${ed})(\\.(${ed}))?([pP][+-]?(${Ja}))?\\b`},{match:`\\b0[oO](${rd})\\b`},{match:`\\b0[bB](${td})\\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:[Ed,ud],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[Ed,ud],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[yd,Ed,ud]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[gd,yd,Ed,Td,ud]},{beginKeywords:"default",end:"$",contains:[yd,Ed,ud]},{beginKeywords:"infix infixl infixr",end:"$",contains:[qa.C_NUMBER_MODE,ud]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[yd,qa.QUOTE_STRING_MODE,ud]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},gd,_d,{scope:"string",begin:/'(?=\\?.')/,end:/'/,contains:[{scope:"char.escape",match:/\\./}]},qa.QUOTE_STRING_MODE,Od,yd,qa.inherit(qa.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),{begin:`(?!-)${cd}--+|--+(?!-)${cd}`},ud,{begin:"->|<-"}]}}return haskell_1=Ra,haskell_1}var haxe_1,hasRequiredHaxe;function requireHaxe(){if(hasRequiredHaxe)return haxe_1;hasRequiredHaxe=1;function Ra(qa){const Ja="[a-zA-Z_$][a-zA-Z0-9_$]*",ed=/(-?)(\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:[qa.BACKSLASH_ESCAPE,{className:"subst",begin:/\$\{/,end:/\}/},{className:"subst",begin:/\$/,end:/\W\}/}]},qa.QUOTE_STRING_MODE,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,{className:"number",begin:ed,relevance:0},{className:"variable",begin:"\\$"+Ja},{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:[qa.TITLE_MODE]},{className:"title.class",begin:"\\babstract\\b(?=\\s*"+qa.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},qa.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:qa.IDENT_RE,relevance:0}]},qa.TITLE_MODE]},{className:"title.function",beginKeywords:"function",end:/\(/,excludeEnd:!0,illegal:/\S/,contains:[qa.TITLE_MODE]}],illegal:/<\//}}return haxe_1=Ra,haxe_1}var hsp_1,hasRequiredHsp;function requireHsp(){if(hasRequiredHsp)return hsp_1;hasRequiredHsp=1;function Ra(qa){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:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,{className:"string",begin:/\{"/,end:/"\}/,contains:[qa.BACKSLASH_ESCAPE]},qa.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:[qa.inherit(qa.QUOTE_STRING_MODE,{className:"string"}),qa.NUMBER_MODE,qa.C_NUMBER_MODE,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},qa.NUMBER_MODE,qa.C_NUMBER_MODE]}}return hsp_1=Ra,hsp_1}var http_1,hasRequiredHttp;function requireHttp(){if(hasRequiredHttp)return http_1;hasRequiredHttp=1;function Ra(qa){const Ja=qa.regex,ed="HTTP/([32]|1\\.[01])",td=/[A-Za-z][A-Za-z0-9-]*/,rd={className:"attribute",begin:Ja.concat("^",td,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},od=[rd,{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}];return{name:"HTTP",aliases:["https"],illegal:/\S/,contains:[{begin:"^(?="+ed+" \\d{3})",end:/$/,contains:[{className:"meta",begin:ed},{className:"number",begin:"\\b\\d{3}\\b"}],starts:{end:/\b\B/,illegal:/\S/,contains:od}},{begin:"(?=^[A-Z]+ (.*?) "+ed+"$)",end:/$/,contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{className:"meta",begin:ed},{className:"keyword",begin:"[A-Z]+"}],starts:{end:/\b\B/,illegal:/\S/,contains:od}},qa.inherit(rd,{relevance:0})]}}return http_1=Ra,http_1}var hy_1,hasRequiredHy;function requireHy(){if(hasRequiredHy)return hy_1;hasRequiredHy=1;function Ra(qa){const Ja="a-zA-Z_\\-!.?+*=<>&#'",ed="["+Ja+"]["+Ja+"0-9/;:]*",td={$pattern:ed,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 | |= ~"},rd="[-+]?\\d+(\\.\\d+)?",od={begin:ed,relevance:0},sd={className:"number",begin:rd,relevance:0},ld=qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null}),cd=qa.COMMENT(";","$",{relevance:0}),ud={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},gd={begin:"[\\[\\{]",end:"[\\]\\}]",relevance:0},_d={className:"comment",begin:"\\^"+ed},yd=qa.COMMENT("\\^\\{","\\}"),Ed={className:"symbol",begin:"[:]{1,2}"+ed},Td={begin:"\\(",end:"\\)"},Od={endsWithParent:!0,relevance:0},Ad={className:"name",relevance:0,keywords:td,begin:ed,starts:Od},Nd=[Td,ld,_d,yd,cd,Ed,gd,sd,ud,od];return Td.contains=[qa.COMMENT("comment",""),Ad,Od],Od.contains=Nd,gd.contains=Nd,{name:"Hy",aliases:["hylang"],illegal:/\S/,contains:[qa.SHEBANG(),Td,ld,_d,yd,cd,Ed,gd,sd,ud]}}return hy_1=Ra,hy_1}var inform7_1,hasRequiredInform7;function requireInform7(){if(hasRequiredInform7)return inform7_1;hasRequiredInform7=1;function Ra(qa){const Ja="\\[",ed="\\]";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:Ja,end:ed}]},{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:Ja,end:ed,contains:["self"]}]}}return inform7_1=Ra,inform7_1}var ini_1,hasRequiredIni;function requireIni(){if(hasRequiredIni)return ini_1;hasRequiredIni=1;function Ra(qa){const Ja=qa.regex,ed={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:qa.NUMBER_RE}]},td=qa.COMMENT();td.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const rd={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},od={className:"literal",begin:/\bon|off|true|false|yes|no\b/},sd={className:"string",contains:[qa.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},ld={begin:/\[/,end:/\]/,contains:[td,od,rd,sd,ed,"self"],relevance:0},cd=/[A-Za-z0-9_-]+/,ud=/"(\\"|[^"])*"/,gd=/'[^']*'/,_d=Ja.either(cd,ud,gd),yd=Ja.concat(_d,"(\\s*\\.\\s*",_d,")*",Ja.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[td,{className:"section",begin:/\[+/,end:/\]+/},{begin:yd,className:"attr",starts:{end:/$/,contains:[td,ld,od,rd,sd,ed]}}]}}return ini_1=Ra,ini_1}var irpf90_1,hasRequiredIrpf90;function requireIrpf90(){if(hasRequiredIrpf90)return irpf90_1;hasRequiredIrpf90=1;function Ra(qa){const Ja=qa.regex,ed={className:"params",begin:"\\(",end:"\\)"},td=/(_[a-z_\d]+)?/,rd=/([de][+-]?\d+)?/,od={className:"number",variants:[{begin:Ja.concat(/\b\d+/,/\.(\d*)/,rd,td)},{begin:Ja.concat(/\b\d+/,rd,td)},{begin:Ja.concat(/\.\d+/,rd,td)}],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:[qa.inherit(qa.APOS_STRING_MODE,{className:"string",relevance:0}),qa.inherit(qa.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[qa.UNDERSCORE_TITLE_MODE,ed]},qa.COMMENT("!","$",{relevance:0}),qa.COMMENT("begin_doc","end_doc",{relevance:10}),od]}}return irpf90_1=Ra,irpf90_1}var isbl_1,hasRequiredIsbl;function requireIsbl(){if(hasRequiredIsbl)return isbl_1;hasRequiredIsbl=1;function Ra(qa){const Ja="[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*",ed="[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*",td="and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока except exitfor finally foreach все if если in в not не or или try while пока ",Mf="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 ",d0="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 ",tg="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Дат ФмтДат ФмтСтр ФмтЧсл Формат ЦМассивЭлемент ЦНаборДанныхРеквизит ЦПодстр ",vg="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 ВызовСпособ ИмяОтчета РеквЗнач ",S0="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 ",rg=Mf+d0,l_=vg,Kg="null true false nil ",u1={className:"number",begin:qa.NUMBER_RE,relevance:0},bg={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},v0={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},c_={className:"comment",begin:"//",end:"$",relevance:0,contains:[qa.PHRASAL_WORDS_MODE,v0]},E_={className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[qa.PHRASAL_WORDS_MODE,v0]},yg={variants:[c_,E_]},kg={$pattern:Ja,keyword:td,built_in:rg,class:l_,literal:Kg},p0={begin:"\\.\\s*"+qa.UNDERSCORE_IDENT_RE,keywords:kg,relevance:0},W0={className:"type",begin:":[ \\t]*("+S0.trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},sg={className:"variable",keywords:kg,begin:Ja,relevance:0,contains:[W0,p0]},ng=ed+"\\(";return{name:"ISBL",case_insensitive:!0,keywords:kg,illegal:"\\$|\\?|%|,|;$|~|#|@|</",contains:[{className:"function",begin:ng,end:"\\)$",returnBegin:!0,keywords:kg,illegal:"[\\[\\]\\|\\$\\?%,~#@]",contains:[{className:"title",keywords:{$pattern:Ja,built_in:tg},begin:ng,end:"\\(",returnBegin:!0,excludeEnd:!0},p0,sg,bg,u1,yg]},W0,p0,sg,bg,u1,yg]}}return isbl_1=Ra,isbl_1}var java_1,hasRequiredJava;function requireJava(){if(hasRequiredJava)return java_1;hasRequiredJava=1;var Ra="[0-9](_*[0-9])*",qa=`\\.(${Ra})`,Ja="[0-9a-fA-F](_*[0-9a-fA-F])*",ed={className:"number",variants:[{begin:`(\\b(${Ra})((${qa})|\\.)?|(${qa}))[eE][+-]?(${Ra})[fFdD]?\\b`},{begin:`\\b(${Ra})((${qa})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${qa})[fFdD]?\\b`},{begin:`\\b(${Ra})[fFdD]\\b`},{begin:`\\b0[xX]((${Ja})\\.?|(${Ja})?\\.(${Ja}))[pP][+-]?(${Ra})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${Ja})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function td(od,sd,ld){return ld===-1?"":od.replace(sd,cd=>td(od,sd,ld-1))}function rd(od){const sd=od.regex,ld="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",cd=ld+td("(?:<"+ld+"~~~(?:\\s*,\\s*"+ld+"~~~)*>)?",/~~~/g,2),Ed={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"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},Td={className:"meta",begin:"@"+ld,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},Od={className:"params",begin:/\(/,end:/\)/,keywords:Ed,relevance:0,contains:[od.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:Ed,illegal:/<\/|#/,contains:[od.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},od.C_LINE_COMMENT_MODE,od.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[od.BACKSLASH_ESCAPE]},od.APOS_STRING_MODE,od.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,ld],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[sd.concat(/(?!else)/,ld),/\s+/,ld,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,ld],className:{1:"keyword",3:"title.class"},contains:[Od,od.C_LINE_COMMENT_MODE,od.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+cd+"\\s+)",od.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:Ed,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:Ed,relevance:0,contains:[Td,od.APOS_STRING_MODE,od.QUOTE_STRING_MODE,ed,od.C_BLOCK_COMMENT_MODE]},od.C_LINE_COMMENT_MODE,od.C_BLOCK_COMMENT_MODE]},ed,Td]}}return java_1=rd,java_1}var javascript_1,hasRequiredJavascript;function requireJavascript(){if(hasRequiredJavascript)return javascript_1;hasRequiredJavascript=1;const Ra="[A-Za-z$_][0-9A-Za-z$_]*",qa=["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"],Ja=["true","false","null","undefined","NaN","Infinity"],ed=["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"],td=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],rd=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],od=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],sd=[].concat(rd,ed,td);function ld(cd){const ud=cd.regex,gd=(Zd,{after:mf})=>{const Pf="</"+Zd[0].slice(1);return Zd.input.indexOf(Pf,mf)!==-1},_d=Ra,yd={begin:"<>",end:"</>"},Ed=/<[A-Za-z0-9\\._:-]+\s*\/>/,Td={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(Zd,mf)=>{const Pf=Zd[0].length+Zd.index,Ff=Zd.input[Pf];if(Ff==="<"||Ff===","){mf.ignoreMatch();return}Ff===">"&&(gd(Zd,{after:Pf})||mf.ignoreMatch());let Lf;const jf=Zd.input.substring(Pf);if(Lf=jf.match(/^\s*=/)){mf.ignoreMatch();return}if((Lf=jf.match(/^\s+extends\s+/))&&Lf.index===0){mf.ignoreMatch();return}}},Od={$pattern:Ra,keyword:qa,literal:Ja,built_in:sd,"variable.language":od},Ad="[0-9](_?[0-9])*",Nd=`\\.(${Ad})`,kd="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",Id={className:"number",variants:[{begin:`(\\b(${kd})((${Nd})|\\.)?|(${Nd}))[eE][+-]?(${Ad})\\b`},{begin:`\\b(${kd})\\b((${Nd})\\b|\\.)?|(${Nd})\\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},Rd={className:"subst",begin:"\\$\\{",end:"\\}",keywords:Od,contains:[]},Md={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[cd.BACKSLASH_ESCAPE,Rd],subLanguage:"xml"}},Ld={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[cd.BACKSLASH_ESCAPE,Rd],subLanguage:"css"}},jd={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[cd.BACKSLASH_ESCAPE,Rd],subLanguage:"graphql"}},Pd={className:"string",begin:"`",end:"`",contains:[cd.BACKSLASH_ESCAPE,Rd]},Ud={className:"comment",variants:[cd.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:_d+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),cd.C_BLOCK_COMMENT_MODE,cd.C_LINE_COMMENT_MODE]},Vd=[cd.APOS_STRING_MODE,cd.QUOTE_STRING_MODE,Md,Ld,jd,Pd,{match:/\$\d+/},Id];Rd.contains=Vd.concat({begin:/\{/,end:/\}/,keywords:Od,contains:["self"].concat(Vd)});const qd=[].concat(Ud,Rd.contains),Wd=qd.concat([{begin:/(\s*)\(/,end:/\)/,keywords:Od,contains:["self"].concat(qd)}]),zd={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Od,contains:Wd},Kd={variants:[{match:[/class/,/\s+/,_d,/\s+/,/extends/,/\s+/,ud.concat(_d,"(",ud.concat(/\./,_d),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,_d],scope:{1:"keyword",3:"title.class"}}]},Qd={relevance:0,match:ud.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:{_:[...ed,...td]}},hf={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},gf={variants:[{match:[/function/,/\s+/,_d,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[zd],illegal:/%/},bf={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function kf(Zd){return ud.concat("(?!",Zd.join("|"),")")}const Cf={match:ud.concat(/\b/,kf([...rd,"super","import"].map(Zd=>`${Zd}\\s*\\(`)),_d,ud.lookahead(/\s*\(/)),className:"title.function",relevance:0},Ef={begin:ud.concat(/\./,ud.lookahead(ud.concat(_d,/(?![0-9A-Za-z$_(])/))),end:_d,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},yf={match:[/get|set/,/\s+/,_d,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},zd]},Mf="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+cd.UNDERSCORE_IDENT_RE+")\\s*=>",Af={match:[/const|var|let/,/\s+/,_d,/\s*/,/=\s*/,/(async\s*)?/,ud.lookahead(Mf)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[zd]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:Od,exports:{PARAMS_CONTAINS:Wd,CLASS_REFERENCE:Qd},illegal:/#(?![$_A-z])/,contains:[cd.SHEBANG({label:"shebang",binary:"node",relevance:5}),hf,cd.APOS_STRING_MODE,cd.QUOTE_STRING_MODE,Md,Ld,jd,Pd,Ud,{match:/\$\d+/},Id,Qd,{className:"attr",begin:_d+ud.lookahead(":"),relevance:0},Af,{begin:"("+cd.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[Ud,cd.REGEXP_MODE,{className:"function",begin:Mf,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:cd.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Od,contains:Wd}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:yd.begin,end:yd.end},{match:Ed},{begin:Td.begin,"on:begin":Td.isTrulyOpeningTag,end:Td.end}],subLanguage:"xml",contains:[{begin:Td.begin,end:Td.end,skip:!0,contains:["self"]}]}]},gf,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+cd.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[zd,cd.inherit(cd.TITLE_MODE,{begin:_d,className:"title.function"})]},{match:/\.\.\./,relevance:0},Ef,{match:"\\$"+_d,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[zd]},Cf,bf,Kd,yf,{match:/\$[(.]/}]}}return javascript_1=ld,javascript_1}var jbossCli_1,hasRequiredJbossCli;function requireJbossCli(){if(hasRequiredJbossCli)return jbossCli_1;hasRequiredJbossCli=1;function Ra(qa){const ed={className:"params",begin:/\(/,end:/\)/,contains:[{begin:/[\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[\w-]+/}]}],relevance:0},td={className:"function",begin:/:[\w\-.]+/,relevance:0},rd={className:"string",begin:/\B([\/.])[\w\-.\/=]+/},od={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:[qa.HASH_COMMENT_MODE,qa.QUOTE_STRING_MODE,od,td,rd,ed]}}return jbossCli_1=Ra,jbossCli_1}var json_1,hasRequiredJson;function requireJson(){if(hasRequiredJson)return json_1;hasRequiredJson=1;function Ra(qa){const Ja={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},ed={match:/[{}[\],:]/,className:"punctuation",relevance:0},td=["true","false","null"],rd={scope:"literal",beginKeywords:td.join(" ")};return{name:"JSON",aliases:["jsonc"],keywords:{literal:td},contains:[Ja,ed,qa.QUOTE_STRING_MODE,rd,qa.C_NUMBER_MODE,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}return json_1=Ra,json_1}var julia_1,hasRequiredJulia;function requireJulia(){if(hasRequiredJulia)return julia_1;hasRequiredJulia=1;function Ra(qa){const Ja="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",od={$pattern:Ja,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"]},sd={keywords:od,illegal:/<\//},ld={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},cd={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},ud={className:"subst",begin:/\$\(/,end:/\)/,keywords:od},gd={className:"variable",begin:"\\$"+Ja},_d={className:"string",contains:[qa.BACKSLASH_ESCAPE,ud,gd],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},yd={className:"string",contains:[qa.BACKSLASH_ESCAPE,ud,gd],begin:"`",end:"`"},Ed={className:"meta",begin:"@"+Ja},Td={className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]};return sd.name="Julia",sd.contains=[ld,cd,_d,yd,Ed,Td,qa.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],ud.contains=sd.contains,sd}return julia_1=Ra,julia_1}var juliaRepl_1,hasRequiredJuliaRepl;function requireJuliaRepl(){if(hasRequiredJuliaRepl)return juliaRepl_1;hasRequiredJuliaRepl=1;function Ra(qa){return{name:"Julia REPL",contains:[{className:"meta.prompt",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"}}],aliases:["jldoctest"]}}return juliaRepl_1=Ra,juliaRepl_1}var kotlin_1,hasRequiredKotlin;function requireKotlin(){if(hasRequiredKotlin)return kotlin_1;hasRequiredKotlin=1;var Ra="[0-9](_*[0-9])*",qa=`\\.(${Ra})`,Ja="[0-9a-fA-F](_*[0-9a-fA-F])*",ed={className:"number",variants:[{begin:`(\\b(${Ra})((${qa})|\\.)?|(${qa}))[eE][+-]?(${Ra})[fFdD]?\\b`},{begin:`\\b(${Ra})((${qa})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${qa})[fFdD]?\\b`},{begin:`\\b(${Ra})[fFdD]\\b`},{begin:`\\b0[xX]((${Ja})\\.?|(${Ja})?\\.(${Ja}))[pP][+-]?(${Ra})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${Ja})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function td(rd){const od={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"},sd={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},ld={className:"symbol",begin:rd.UNDERSCORE_IDENT_RE+"@"},cd={className:"subst",begin:/\$\{/,end:/\}/,contains:[rd.C_NUMBER_MODE]},ud={className:"variable",begin:"\\$"+rd.UNDERSCORE_IDENT_RE},gd={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[ud,cd]},{begin:"'",end:"'",illegal:/\n/,contains:[rd.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[rd.BACKSLASH_ESCAPE,ud,cd]}]};cd.contains.push(gd);const _d={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+rd.UNDERSCORE_IDENT_RE+")?"},yd={className:"meta",begin:"@"+rd.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[rd.inherit(gd,{className:"string"}),"self"]}]},Ed=ed,Td=rd.COMMENT("/\\*","\\*/",{contains:[rd.C_BLOCK_COMMENT_MODE]}),Od={variants:[{className:"type",begin:rd.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},Ad=Od;return Ad.variants[1].contains=[Od],Od.variants[1].contains=[Ad],{name:"Kotlin",aliases:["kt","kts"],keywords:od,contains:[rd.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),rd.C_LINE_COMMENT_MODE,Td,sd,ld,_d,yd,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:od,relevance:5,contains:[{begin:rd.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[rd.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:od,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[Od,rd.C_LINE_COMMENT_MODE,Td],relevance:0},rd.C_LINE_COMMENT_MODE,Td,_d,yd,gd,rd.C_NUMBER_MODE]},Td]},{begin:[/class|interface|trait/,/\s+/,rd.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},rd.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},_d,yd]},gd,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:`
`},Ed]}}return kotlin_1=td,kotlin_1}var lasso_1,hasRequiredLasso;function requireLasso(){if(hasRequiredLasso)return lasso_1;hasRequiredLasso=1;function Ra(qa){const Ja="[a-zA-Z_][\\w.]*",ed="<\\?(lasso(script)?|=)",td="\\]|\\?>",rd={$pattern:Ja+"|&[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"},od=qa.COMMENT("<!--","-->",{relevance:0}),sd={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[od]}},ld={className:"meta",begin:"\\[/noprocess|"+ed},cd={className:"symbol",begin:"'"+Ja+"'"},ud=[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.inherit(qa.C_NUMBER_MODE,{begin:qa.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),qa.inherit(qa.APOS_STRING_MODE,{illegal:null}),qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$]"+Ja},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:Ja,illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)"+Ja,relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[cd]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[qa.inherit(qa.TITLE_MODE,{begin:Ja+"(=(?!>))?|[-+*/%](?!>)"})]}];return{name:"Lasso",aliases:["ls","lassoscript"],case_insensitive:!0,keywords:rd,contains:[{className:"meta",begin:td,relevance:0,starts:{end:"\\[|"+ed,returnEnd:!0,relevance:0,contains:[od]}},sd,ld,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",keywords:rd,contains:[{className:"meta",begin:td,relevance:0,starts:{end:"\\[noprocess\\]|"+ed,returnEnd:!0,contains:[od]}},sd,ld].concat(ud)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(ud)}}return lasso_1=Ra,lasso_1}var latex_1,hasRequiredLatex;function requireLatex(){if(hasRequiredLatex)return latex_1;hasRequiredLatex=1;function Ra(qa){const ed=qa.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(Ud=>Ud+"(?![a-zA-Z@:_])")),td=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(Ud=>Ud+"(?![a-zA-Z:_])").join("|")),rd=[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}],od=[{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]/}],sd={className:"keyword",begin:/\\/,relevance:0,contains:[{endsParent:!0,begin:ed},{endsParent:!0,begin:td},{endsParent:!0,variants:od},{endsParent:!0,relevance:0,variants:rd}]},ld={className:"params",relevance:0,begin:/#+\d?/},cd={variants:od},ud={className:"built_in",relevance:0,begin:/[$&^_]/},gd={className:"meta",begin:/% ?!(T[eE]X|tex|BIB|bib)/,end:"$",relevance:10},_d=qa.COMMENT("%","$",{relevance:0}),yd=[sd,ld,cd,ud,gd,_d],Ed={begin:/\{/,end:/\}/,relevance:0,contains:["self",...yd]},Td=qa.inherit(Ed,{relevance:0,endsParent:!0,contains:[Ed,...yd]}),Od={begin:/\[/,end:/\]/,endsParent:!0,relevance:0,contains:[Ed,...yd]},Ad={begin:/\s+/,relevance:0},Nd=[Td],kd=[Od],Id=function(Ud,Vd){return{contains:[Ad],starts:{relevance:0,contains:Ud,starts:Vd}}},Rd=function(Ud,Vd){return{begin:"\\\\"+Ud+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+Ud},relevance:0,contains:[Ad],starts:Vd}},Md=function(Ud,Vd){return qa.inherit({begin:"\\\\begin(?=[ ]*(\\r?\\n[ ]*)?\\{"+Ud+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},Id(Nd,Vd))},Ld=(Ud="string")=>qa.END_SAME_AS_BEGIN({className:Ud,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),jd=function(Ud){return{className:"string",end:"(?=\\\\end\\{"+Ud+"\\})"}},Pd=(Ud="string")=>({relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:Ud,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}}),Fd=[...["verb","lstinline"].map(Ud=>Rd(Ud,{contains:[Ld()]})),Rd("mint",Id(Nd,{contains:[Ld()]})),Rd("mintinline",Id(Nd,{contains:[Pd(),Ld()]})),Rd("url",{contains:[Pd("link"),Pd("link")]}),Rd("hyperref",{contains:[Pd("link")]}),Rd("href",Id(kd,{contains:[Pd("link")]})),...[].concat(...["","\\*"].map(Ud=>[Md("verbatim"+Ud,jd("verbatim"+Ud)),Md("filecontents"+Ud,Id(Nd,jd("filecontents"+Ud))),...["","B","L"].map(Vd=>Md(Vd+"Verbatim"+Ud,Id(kd,jd(Vd+"Verbatim"+Ud))))])),Md("minted",Id(kd,Id(Nd,jd("minted"))))];return{name:"LaTeX",aliases:["tex"],contains:[...Fd,...yd]}}return latex_1=Ra,latex_1}var ldif_1,hasRequiredLdif;function requireLdif(){if(hasRequiredLdif)return ldif_1;hasRequiredLdif=1;function Ra(qa){return{name:"LDIF",contains:[{className:"attribute",match:"^dn(?=:)",relevance:10},{className:"attribute",match:"^\\w+(?=:)"},{className:"literal",match:"^-"},qa.HASH_COMMENT_MODE]}}return ldif_1=Ra,ldif_1}var leaf_1,hasRequiredLeaf;function requireLeaf(){if(hasRequiredLeaf)return leaf_1;hasRequiredLeaf=1;function Ra(qa){const Ja=/([A-Za-z_][A-Za-z_0-9]*)?/,td={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:/\+|\-|\*|\/|\%|\=\=|\=|\!|\>|\<|\&\&|\|\|/}]},rd={match:[Ja,/(?=\()/],scope:{1:"keyword"},contains:[td]};return td.contains.unshift(rd),{name:"Leaf",contains:[{match:[/#+/,Ja,/(?=\()/],scope:{1:"punctuation",2:"keyword"},starts:{contains:[{match:/\:/,scope:"punctuation"}]},contains:[td]},{match:[/#+/,Ja,/:?/],scope:{1:"punctuation",2:"keyword",3:"punctuation"}}]}}return leaf_1=Ra,leaf_1}var less_1,hasRequiredLess;function requireLess(){if(hasRequiredLess)return less_1;hasRequiredLess=1;const Ra=ud=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:ud.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:[ud.APOS_STRING_MODE,ud.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:ud.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_-]*/}}),qa=["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"],Ja=["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"],ed=[...qa,...Ja],td=["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(),rd=["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(),od=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),sd=["accent-color","align-content","align-items","align-self","alignment-baseline","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","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-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-end-end-radius","border-end-start-radius","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-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","cx","cy","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","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","empty-cells","enable-background","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","flood-color","flood-opacity","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","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","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","kerning","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","marker","marker-end","marker-mid","marker-start","mask","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","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","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","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-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-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","scale","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","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","speak","speak-as","src","tab-size","table-layout","text-anchor","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","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-transform","text-underline-offset","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","vector-effect","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index"].sort().reverse(),ld=rd.concat(od).sort().reverse();function cd(ud){const gd=Ra(ud),_d=ld,yd="and or not only",Ed="[\\w-]+",Td="("+Ed+"|@\\{"+Ed+"\\})",Od=[],Ad=[],Nd=function(qd){return{className:"string",begin:"~?"+qd+".*?"+qd}},kd=function(qd,Wd,zd){return{className:qd,begin:Wd,relevance:zd}},Id={$pattern:/[a-z-]+/,keyword:yd,attribute:td.join(" ")},Rd={begin:"\\(",end:"\\)",contains:Ad,keywords:Id,relevance:0};Ad.push(ud.C_LINE_COMMENT_MODE,ud.C_BLOCK_COMMENT_MODE,Nd("'"),Nd('"'),gd.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},gd.HEXCOLOR,Rd,kd("variable","@@?"+Ed,10),kd("variable","@\\{"+Ed+"\\}"),kd("built_in","~?`[^`]*?`"),{className:"attribute",begin:Ed+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},gd.IMPORTANT,{beginKeywords:"and not"},gd.FUNCTION_DISPATCH);const Md=Ad.concat({begin:/\{/,end:/\}/,contains:Od}),Ld={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(Ad)},jd={begin:Td+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},gd.CSS_VARIABLE,{className:"attribute",begin:"\\b("+sd.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:Ad}}]},Pd={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:Id,returnEnd:!0,contains:Ad,relevance:0}},Fd={className:"variable",variants:[{begin:"@"+Ed+"\\s*:",relevance:15},{begin:"@"+Ed}],starts:{end:"[;}]",returnEnd:!0,contains:Md}},Ud={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:Td,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[ud.C_LINE_COMMENT_MODE,ud.C_BLOCK_COMMENT_MODE,Ld,kd("keyword","all\\b"),kd("variable","@\\{"+Ed+"\\}"),{begin:"\\b("+ed.join("|")+")\\b",className:"selector-tag"},gd.CSS_NUMBER_MODE,kd("selector-tag",Td,0),kd("selector-id","#"+Td),kd("selector-class","\\."+Td,0),kd("selector-tag","&",0),gd.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+rd.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+od.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:Md},{begin:"!important"},gd.FUNCTION_DISPATCH]},Vd={begin:Ed+`:(:)?(${_d.join("|")})`,returnBegin:!0,contains:[Ud]};return Od.push(ud.C_LINE_COMMENT_MODE,ud.C_BLOCK_COMMENT_MODE,Pd,Fd,Vd,jd,Ud,Ld,gd.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:Od}}return less_1=cd,less_1}var lisp_1,hasRequiredLisp;function requireLisp(){if(hasRequiredLisp)return lisp_1;hasRequiredLisp=1;function Ra(qa){const Ja="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",ed="\\|[^]*?\\|",td="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",rd={className:"literal",begin:"\\b(t{1}|nil)\\b"},od={className:"number",variants:[{begin:td,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)\\("+td+" +"+td,end:"\\)"}]},sd=qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null}),ld=qa.COMMENT(";","$",{relevance:0}),cd={begin:"\\*",end:"\\*"},ud={className:"symbol",begin:"[:&]"+Ja},gd={begin:Ja,relevance:0},_d={begin:ed},Ed={contains:[od,sd,cd,ud,{begin:"\\(",end:"\\)",contains:["self",rd,sd,od,gd]},gd],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+ed}]},Td={variants:[{begin:"'"+Ja},{begin:"#'"+Ja+"(::"+Ja+")*"}]},Od={begin:"\\(\\s*",end:"\\)"},Ad={endsWithParent:!0,relevance:0};return Od.contains=[{className:"name",variants:[{begin:Ja,relevance:0},{begin:ed}]},Ad],Ad.contains=[Ed,Td,Od,rd,od,sd,ld,cd,ud,_d,gd],{name:"Lisp",illegal:/\S/,contains:[od,qa.SHEBANG(),rd,sd,ld,Ed,Td,Od,gd]}}return lisp_1=Ra,lisp_1}var livecodeserver_1,hasRequiredLivecodeserver;function requireLivecodeserver(){if(hasRequiredLivecodeserver)return livecodeserver_1;hasRequiredLivecodeserver=1;function Ra(qa){const Ja={className:"variable",variants:[{begin:"\\b([gtps][A-Z]{1}[a-zA-Z0-9]*)(\\[.+\\])?(?:\\s*?)"},{begin:"\\$_[A-Z]+"}],relevance:0},ed=[qa.C_BLOCK_COMMENT_MODE,qa.HASH_COMMENT_MODE,qa.COMMENT("--","$"),qa.COMMENT("[^:]//","$")],td=qa.inherit(qa.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z][A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),rd=qa.inherit(qa.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:[Ja,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[Ja,rd,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.BINARY_NUMBER_MODE,qa.C_NUMBER_MODE,td]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[rd,td],relevance:0},{beginKeywords:"command on",end:"$",contains:[Ja,rd,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.BINARY_NUMBER_MODE,qa.C_NUMBER_MODE,td]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.BINARY_NUMBER_MODE,qa.C_NUMBER_MODE,td].concat(ed),illegal:";$|^\\[|^=|&|\\{"}}return livecodeserver_1=Ra,livecodeserver_1}var livescript_1,hasRequiredLivescript;function requireLivescript(){if(hasRequiredLivescript)return livescript_1;hasRequiredLivescript=1;const Ra=["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"],qa=["true","false","null","undefined","NaN","Infinity"],Ja=["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"],ed=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],td=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],rd=[].concat(td,Ja,ed);function od(sd){const ld=["npm","print"],cd=["yes","no","on","off","it","that","void"],ud=["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"],gd={keyword:Ra.concat(ud),literal:qa.concat(cd),built_in:rd.concat(ld)},_d="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",yd=sd.inherit(sd.TITLE_MODE,{begin:_d}),Ed={className:"subst",begin:/#\{/,end:/\}/,keywords:gd},Td={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:gd},Od=[sd.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:[sd.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[sd.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[sd.BACKSLASH_ESCAPE,Ed,Td]},{begin:/"/,end:/"/,contains:[sd.BACKSLASH_ESCAPE,Ed,Td]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[Ed,sd.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\.|[^\\\n])*?\/[gim]*(?=\W)/}]},{begin:"@"+_d},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];Ed.contains=Od;const Ad={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:gd,contains:["self"].concat(Od)}]},Nd={begin:"(#=>|=>|\\|>>|-?->|!->)"},kd={variants:[{match:[/class\s+/,_d,/\s+extends\s+/,_d]},{match:[/class\s+/,_d]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:gd};return{name:"LiveScript",aliases:["ls"],keywords:gd,illegal:/\/\*/,contains:Od.concat([sd.COMMENT("\\/\\*","\\*\\/"),sd.HASH_COMMENT_MODE,Nd,{className:"function",contains:[yd,Ad],returnBegin:!0,variants:[{begin:"("+_d+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B->\\*?",end:"->\\*?"},{begin:"("+_d+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\)\\s*)?\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+_d+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},kd,{begin:_d+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return livescript_1=od,livescript_1}var llvm_1,hasRequiredLlvm;function requireLlvm(){if(hasRequiredLlvm)return llvm_1;hasRequiredLlvm=1;function Ra(qa){const Ja=qa.regex,ed=/([-a-zA-Z$._][\w$.-]*)/,td={className:"type",begin:/\bi\d+(?=\s|\b)/},rd={className:"operator",relevance:0,begin:/=/},od={className:"punctuation",relevance:0,begin:/,/},sd={className:"number",variants:[{begin:/[su]?0[xX][KMLHR]?[a-fA-F0-9]+/},{begin:/[-+]?\d+(?:[.]\d+)?(?:[eE][-+]?\d+(?:[.]\d+)?)?/}],relevance:0},ld={className:"symbol",variants:[{begin:/^\s*[a-z]+:/}],relevance:0},cd={className:"variable",variants:[{begin:Ja.concat(/%/,ed)},{begin:/%\d+/},{begin:/#\d+/}]},ud={className:"title",variants:[{begin:Ja.concat(/@/,ed)},{begin:/@\d+/},{begin:Ja.concat(/!/,ed)},{begin:Ja.concat(/!\d+/,ed)},{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:[td,qa.COMMENT(/;\s*$/,null,{relevance:0}),qa.COMMENT(/;/,/$/),{className:"string",begin:/"/,end:/"/,contains:[{className:"char.escape",match:/\\\d\d/}]},ud,od,rd,cd,ld,sd]}}return llvm_1=Ra,llvm_1}var lsl_1,hasRequiredLsl;function requireLsl(){if(hasRequiredLsl)return lsl_1;hasRequiredLsl=1;function Ra(qa){const ed={className:"string",begin:'"',end:'"',contains:[{className:"subst",begin:/\\[tn"\\]/}]},td={className:"number",relevance:0,begin:qa.C_NUMBER_RE},rd={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"}]},od={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:[ed,{className:"comment",variants:[qa.COMMENT("//","$"),qa.COMMENT("/\\*","\\*/")],relevance:0},td,{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"}]},od,rd,{className:"type",begin:"\\b(integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}return lsl_1=Ra,lsl_1}var lua_1,hasRequiredLua;function requireLua(){if(hasRequiredLua)return lua_1;hasRequiredLua=1;function Ra(qa){const Ja="\\[=*\\[",ed="\\]=*\\]",td={begin:Ja,end:ed,contains:["self"]},rd=[qa.COMMENT("--(?!"+Ja+")","$"),qa.COMMENT("--"+Ja,ed,{contains:[td],relevance:10})];return{name:"Lua",keywords:{$pattern:qa.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:rd.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[qa.inherit(qa.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:rd}].concat(rd)},qa.C_NUMBER_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,{className:"string",begin:Ja,end:ed,contains:[td],relevance:5}])}}return lua_1=Ra,lua_1}var makefile_1,hasRequiredMakefile;function requireMakefile(){if(hasRequiredMakefile)return makefile_1;hasRequiredMakefile=1;function Ra(qa){const Ja={className:"variable",variants:[{begin:"\\$\\("+qa.UNDERSCORE_IDENT_RE+"\\)",contains:[qa.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},ed={className:"string",begin:/"/,end:/"/,contains:[qa.BACKSLASH_ESCAPE,Ja]},td={className:"variable",begin:/\$\([\w-]+\s/,end:/\)/,keywords:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},contains:[Ja]},rd={begin:"^"+qa.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},od={className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{$pattern:/[\.\w]+/,keyword:".PHONY"}},sd={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[Ja]};return{name:"Makefile",aliases:["mk","mak","make"],keywords:{$pattern:/[\w-]+/,keyword:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"},contains:[qa.HASH_COMMENT_MODE,Ja,ed,td,rd,od,sd]}}return makefile_1=Ra,makefile_1}var mathematica_1,hasRequiredMathematica;function requireMathematica(){if(hasRequiredMathematica)return mathematica_1;hasRequiredMathematica=1;const Ra=["AASTriangle","AbelianGroup","Abort","AbortKernels","AbortProtect","AbortScheduledTask","Above","Abs","AbsArg","AbsArgPlot","Absolute","AbsoluteCorrelation","AbsoluteCorrelationFunction","AbsoluteCurrentValue","AbsoluteDashing","AbsoluteFileName","AbsoluteOptions","AbsolutePointSize","AbsoluteThickness","AbsoluteTime","AbsoluteTiming","AcceptanceThreshold","AccountingForm","Accumulate","Accuracy","AccuracyGoal","AcousticAbsorbingValue","AcousticImpedanceValue","AcousticNormalVelocityValue","AcousticPDEComponent","AcousticPressureCondition","AcousticRadiationValue","AcousticSoundHardValue","AcousticSoundSoftCondition","ActionDelay","ActionMenu","ActionMenuBox","ActionMenuBoxOptions","Activate","Active","ActiveClassification","ActiveClassificationObject","ActiveItem","ActivePrediction","ActivePredictionObject","ActiveStyle","AcyclicGraphQ","AddOnHelpPath","AddSides","AddTo","AddToSearchIndex","AddUsers","AdjacencyGraph","AdjacencyList","AdjacencyMatrix","AdjacentMeshCells","Adjugate","AdjustmentBox","AdjustmentBoxOptions","AdjustTimeSeriesForecast","AdministrativeDivisionData","AffineHalfSpace","AffineSpace","AffineStateSpaceModel","AffineTransform","After","AggregatedEntityClass","AggregationLayer","AircraftData","AirportData","AirPressureData","AirSoundAttenuation","AirTemperatureData","AiryAi","AiryAiPrime","AiryAiZero","AiryBi","AiryBiPrime","AiryBiZero","AlgebraicIntegerQ","AlgebraicNumber","AlgebraicNumberDenominator","AlgebraicNumberNorm","AlgebraicNumberPolynomial","AlgebraicNumberTrace","AlgebraicRules","AlgebraicRulesData","Algebraics","AlgebraicUnitQ","Alignment","AlignmentMarker","AlignmentPoint","All","AllowAdultContent","AllowChatServices","AllowedCloudExtraParameters","AllowedCloudParameterExtensions","AllowedDimensions","AllowedFrequencyRange","AllowedHeads","AllowGroupClose","AllowIncomplete","AllowInlineCells","AllowKernelInitialization","AllowLooseGrammar","AllowReverseGroupClose","AllowScriptLevelChange","AllowVersionUpdate","AllTrue","Alphabet","AlphabeticOrder","AlphabeticSort","AlphaChannel","AlternateImage","AlternatingFactorial","AlternatingGroup","AlternativeHypothesis","Alternatives","AltitudeMethod","AmbientLight","AmbiguityFunction","AmbiguityList","Analytic","AnatomyData","AnatomyForm","AnatomyPlot3D","AnatomySkinStyle","AnatomyStyling","AnchoredSearch","And","AndersonDarlingTest","AngerJ","AngleBisector","AngleBracket","AnglePath","AnglePath3D","AngleVector","AngularGauge","Animate","AnimatedImage","AnimationCycleOffset","AnimationCycleRepetitions","AnimationDirection","AnimationDisplayTime","AnimationRate","AnimationRepetitions","AnimationRunning","AnimationRunTime","AnimationTimeIndex","AnimationVideo","Animator","AnimatorBox","AnimatorBoxOptions","AnimatorElements","Annotate","Annotation","AnnotationDelete","AnnotationKeys","AnnotationRules","AnnotationValue","Annuity","AnnuityDue","Annulus","AnomalyDetection","AnomalyDetector","AnomalyDetectorFunction","Anonymous","Antialiasing","Antihermitian","AntihermitianMatrixQ","Antisymmetric","AntisymmetricMatrixQ","Antonyms","AnyOrder","AnySubset","AnyTrue","Apart","ApartSquareFree","APIFunction","Appearance","AppearanceElements","AppearanceRules","AppellF1","Append","AppendCheck","AppendLayer","AppendTo","Application","Apply","ApplyReaction","ApplySides","ApplyTo","ArcCos","ArcCosh","ArcCot","ArcCoth","ArcCsc","ArcCsch","ArcCurvature","ARCHProcess","ArcLength","ArcSec","ArcSech","ArcSin","ArcSinDistribution","ArcSinh","ArcTan","ArcTanh","Area","Arg","ArgMax","ArgMin","ArgumentCountQ","ArgumentsOptions","ARIMAProcess","ArithmeticGeometricMean","ARMAProcess","Around","AroundReplace","ARProcess","Array","ArrayComponents","ArrayDepth","ArrayFilter","ArrayFlatten","ArrayMesh","ArrayPad","ArrayPlot","ArrayPlot3D","ArrayQ","ArrayReduce","ArrayResample","ArrayReshape","ArrayRules","Arrays","Arrow","Arrow3DBox","ArrowBox","Arrowheads","ASATriangle","Ask","AskAppend","AskConfirm","AskDisplay","AskedQ","AskedValue","AskFunction","AskState","AskTemplateDisplay","AspectRatio","AspectRatioFixed","Assert","AssessmentFunction","AssessmentResultObject","AssociateTo","Association","AssociationFormat","AssociationMap","AssociationQ","AssociationThread","AssumeDeterministic","Assuming","Assumptions","AstroAngularSeparation","AstroBackground","AstroCenter","AstroDistance","AstroGraphics","AstroGridLines","AstroGridLinesStyle","AstronomicalData","AstroPosition","AstroProjection","AstroRange","AstroRangePadding","AstroReferenceFrame","AstroStyling","AstroZoomLevel","Asymptotic","AsymptoticDSolveValue","AsymptoticEqual","AsymptoticEquivalent","AsymptoticExpectation","AsymptoticGreater","AsymptoticGreaterEqual","AsymptoticIntegrate","AsymptoticLess","AsymptoticLessEqual","AsymptoticOutputTracker","AsymptoticProbability","AsymptoticProduct","AsymptoticRSolveValue","AsymptoticSolve","AsymptoticSum","Asynchronous","AsynchronousTaskObject","AsynchronousTasks","Atom","AtomCoordinates","AtomCount","AtomDiagramCoordinates","AtomLabels","AtomLabelStyle","AtomList","AtomQ","AttachCell","AttachedCell","AttentionLayer","Attributes","Audio","AudioAmplify","AudioAnnotate","AudioAnnotationLookup","AudioBlockMap","AudioCapture","AudioChannelAssignment","AudioChannelCombine","AudioChannelMix","AudioChannels","AudioChannelSeparate","AudioData","AudioDelay","AudioDelete","AudioDevice","AudioDistance","AudioEncoding","AudioFade","AudioFrequencyShift","AudioGenerator","AudioIdentify","AudioInputDevice","AudioInsert","AudioInstanceQ","AudioIntervals","AudioJoin","AudioLabel","AudioLength","AudioLocalMeasurements","AudioLooping","AudioLoudness","AudioMeasurements","AudioNormalize","AudioOutputDevice","AudioOverlay","AudioPad","AudioPan","AudioPartition","AudioPause","AudioPitchShift","AudioPlay","AudioPlot","AudioQ","AudioRecord","AudioReplace","AudioResample","AudioReverb","AudioReverse","AudioSampleRate","AudioSpectralMap","AudioSpectralTransformation","AudioSplit","AudioStop","AudioStream","AudioStreams","AudioTimeStretch","AudioTrackApply","AudioTrackSelection","AudioTrim","AudioType","AugmentedPolyhedron","AugmentedSymmetricPolynomial","Authenticate","Authentication","AuthenticationDialog","AutoAction","Autocomplete","AutocompletionFunction","AutoCopy","AutocorrelationTest","AutoDelete","AutoEvaluateEvents","AutoGeneratedPackage","AutoIndent","AutoIndentSpacings","AutoItalicWords","AutoloadPath","AutoMatch","Automatic","AutomaticImageSize","AutoMultiplicationSymbol","AutoNumberFormatting","AutoOpenNotebooks","AutoOpenPalettes","AutoOperatorRenderings","AutoQuoteCharacters","AutoRefreshed","AutoRemove","AutorunSequencing","AutoScaling","AutoScroll","AutoSpacing","AutoStyleOptions","AutoStyleWords","AutoSubmitting","Axes","AxesEdge","AxesLabel","AxesOrigin","AxesStyle","AxiomaticTheory","Axis","Axis3DBox","Axis3DBoxOptions","AxisBox","AxisBoxOptions","AxisLabel","AxisObject","AxisStyle","BabyMonsterGroupB","Back","BackFaceColor","BackFaceGlowColor","BackFaceOpacity","BackFaceSpecularColor","BackFaceSpecularExponent","BackFaceSurfaceAppearance","BackFaceTexture","Background","BackgroundAppearance","BackgroundTasksSettings","Backslash","Backsubstitution","Backward","Ball","Band","BandpassFilter","BandstopFilter","BarabasiAlbertGraphDistribution","BarChart","BarChart3D","BarcodeImage","BarcodeRecognize","BaringhausHenzeTest","BarLegend","BarlowProschanImportance","BarnesG","BarOrigin","BarSpacing","BartlettHannWindow","BartlettWindow","BaseDecode","BaseEncode","BaseForm","Baseline","BaselinePosition","BaseStyle","BasicRecurrentLayer","BatchNormalizationLayer","BatchSize","BatesDistribution","BattleLemarieWavelet","BayesianMaximization","BayesianMaximizationObject","BayesianMinimization","BayesianMinimizationObject","Because","BeckmannDistribution","Beep","Before","Begin","BeginDialogPacket","BeginPackage","BellB","BellY","Below","BenfordDistribution","BeniniDistribution","BenktanderGibratDistribution","BenktanderWeibullDistribution","BernoulliB","BernoulliDistribution","BernoulliGraphDistribution","BernoulliProcess","BernsteinBasis","BesagL","BesselFilterModel","BesselI","BesselJ","BesselJZero","BesselK","BesselY","BesselYZero","Beta","BetaBinomialDistribution","BetaDistribution","BetaNegativeBinomialDistribution","BetaPrimeDistribution","BetaRegularized","Between","BetweennessCentrality","Beveled","BeveledPolyhedron","BezierCurve","BezierCurve3DBox","BezierCurve3DBoxOptions","BezierCurveBox","BezierCurveBoxOptions","BezierFunction","BilateralFilter","BilateralLaplaceTransform","BilateralZTransform","Binarize","BinaryDeserialize","BinaryDistance","BinaryFormat","BinaryImageQ","BinaryRead","BinaryReadList","BinarySerialize","BinaryWrite","BinCounts","BinLists","BinnedVariogramList","Binomial","BinomialDistribution","BinomialPointProcess","BinomialProcess","BinormalDistribution","BiorthogonalSplineWavelet","BioSequence","BioSequenceBackTranslateList","BioSequenceComplement","BioSequenceInstances","BioSequenceModify","BioSequencePlot","BioSequenceQ","BioSequenceReverseComplement","BioSequenceTranscribe","BioSequenceTranslate","BipartiteGraphQ","BiquadraticFilterModel","BirnbaumImportance","BirnbaumSaundersDistribution","BitAnd","BitClear","BitGet","BitLength","BitNot","BitOr","BitRate","BitSet","BitShiftLeft","BitShiftRight","BitXor","BiweightLocation","BiweightMidvariance","Black","BlackmanHarrisWindow","BlackmanNuttallWindow","BlackmanWindow","Blank","BlankForm","BlankNullSequence","BlankSequence","Blend","Block","BlockchainAddressData","BlockchainBase","BlockchainBlockData","BlockchainContractValue","BlockchainData","BlockchainGet","BlockchainKeyEncode","BlockchainPut","BlockchainTokenData","BlockchainTransaction","BlockchainTransactionData","BlockchainTransactionSign","BlockchainTransactionSubmit","BlockDiagonalMatrix","BlockLowerTriangularMatrix","BlockMap","BlockRandom","BlockUpperTriangularMatrix","BlomqvistBeta","BlomqvistBetaTest","Blue","Blur","Blurring","BodePlot","BohmanWindow","Bold","Bond","BondCount","BondLabels","BondLabelStyle","BondList","BondQ","Bookmarks","Boole","BooleanConsecutiveFunction","BooleanConvert","BooleanCountingFunction","BooleanFunction","BooleanGraph","BooleanMaxterms","BooleanMinimize","BooleanMinterms","BooleanQ","BooleanRegion","Booleans","BooleanStrings","BooleanTable","BooleanVariables","BorderDimensions","BorelTannerDistribution","Bottom","BottomHatTransform","BoundaryDiscretizeGraphics","BoundaryDiscretizeRegion","BoundaryMesh","BoundaryMeshRegion","BoundaryMeshRegionQ","BoundaryStyle","BoundedRegionQ","BoundingRegion","Bounds","Box","BoxBaselineShift","BoxData","BoxDimensions","Boxed","Boxes","BoxForm","BoxFormFormatTypes","BoxFrame","BoxID","BoxMargins","BoxMatrix","BoxObject","BoxRatios","BoxRotation","BoxRotationPoint","BoxStyle","BoxWhiskerChart","Bra","BracketingBar","BraKet","BrayCurtisDistance","BreadthFirstScan","Break","BridgeData","BrightnessEqualize","BroadcastStationData","Brown","BrownForsytheTest","BrownianBridgeProcess","BrowserCategory","BSplineBasis","BSplineCurve","BSplineCurve3DBox","BSplineCurve3DBoxOptions","BSplineCurveBox","BSplineCurveBoxOptions","BSplineFunction","BSplineSurface","BSplineSurface3DBox","BSplineSurface3DBoxOptions","BubbleChart","BubbleChart3D","BubbleScale","BubbleSizes","BuckyballGraph","BuildCompiledComponent","BuildingData","BulletGauge","BusinessDayQ","ButterflyGraph","ButterworthFilterModel","Button","ButtonBar","ButtonBox","ButtonBoxOptions","ButtonCell","ButtonContents","ButtonData","ButtonEvaluator","ButtonExpandable","ButtonFrame","ButtonFunction","ButtonMargins","ButtonMinHeight","ButtonNote","ButtonNotebook","ButtonSource","ButtonStyle","ButtonStyleMenuListing","Byte","ByteArray","ByteArrayFormat","ByteArrayFormatQ","ByteArrayQ","ByteArrayToString","ByteCount","ByteOrdering","C","CachedValue","CacheGraphics","CachePersistence","CalendarConvert","CalendarData","CalendarType","Callout","CalloutMarker","CalloutStyle","CallPacket","CanberraDistance","Cancel","CancelButton","CandlestickChart","CanonicalGraph","CanonicalizePolygon","CanonicalizePolyhedron","CanonicalizeRegion","CanonicalName","CanonicalWarpingCorrespondence","CanonicalWarpingDistance","CantorMesh","CantorStaircase","Canvas","Cap","CapForm","CapitalDifferentialD","Capitalize","CapsuleShape","CaptureRunning","CaputoD","CardinalBSplineBasis","CarlemanLinearize","CarlsonRC","CarlsonRD","CarlsonRE","CarlsonRF","CarlsonRG","CarlsonRJ","CarlsonRK","CarlsonRM","CarmichaelLambda","CaseOrdering","Cases","CaseSensitive","Cashflow","Casoratian","Cast","Catalan","CatalanNumber","Catch","CategoricalDistribution","Catenate","CatenateLayer","CauchyDistribution","CauchyMatrix","CauchyPointProcess","CauchyWindow","CayleyGraph","CDF","CDFDeploy","CDFInformation","CDFWavelet","Ceiling","CelestialSystem","Cell","CellAutoOverwrite","CellBaseline","CellBoundingBox","CellBracketOptions","CellChangeTimes","CellContents","CellContext","CellDingbat","CellDingbatMargin","CellDynamicExpression","CellEditDuplicate","CellElementsBoundingBox","CellElementSpacings","CellEpilog","CellEvaluationDuplicate","CellEvaluationFunction","CellEvaluationLanguage","CellEventActions","CellFrame","CellFrameColor","CellFrameLabelMargins","CellFrameLabels","CellFrameMargins","CellFrameStyle","CellGroup","CellGroupData","CellGrouping","CellGroupingRules","CellHorizontalScrolling","CellID","CellInsertionPointCell","CellLabel","CellLabelAutoDelete","CellLabelMargins","CellLabelPositioning","CellLabelStyle","CellLabelTemplate","CellMargins","CellObject","CellOpen","CellPrint","CellProlog","Cells","CellSize","CellStyle","CellTags","CellTrayPosition","CellTrayWidgets","CellularAutomaton","CensoredDistribution","Censoring","Center","CenterArray","CenterDot","CenteredInterval","CentralFeature","CentralMoment","CentralMomentGeneratingFunction","Cepstrogram","CepstrogramArray","CepstrumArray","CForm","ChampernowneNumber","ChangeOptions","ChannelBase","ChannelBrokerAction","ChannelDatabin","ChannelHistoryLength","ChannelListen","ChannelListener","ChannelListeners","ChannelListenerWait","ChannelObject","ChannelPreSendFunction","ChannelReceiverFunction","ChannelSend","ChannelSubscribers","ChanVeseBinarize","Character","CharacterCounts","CharacterEncoding","CharacterEncodingsPath","CharacteristicFunction","CharacteristicPolynomial","CharacterName","CharacterNormalize","CharacterRange","Characters","ChartBaseStyle","ChartElementData","ChartElementDataFunction","ChartElementFunction","ChartElements","ChartLabels","ChartLayout","ChartLegends","ChartStyle","Chebyshev1FilterModel","Chebyshev2FilterModel","ChebyshevDistance","ChebyshevT","ChebyshevU","Check","CheckAbort","CheckAll","CheckArguments","Checkbox","CheckboxBar","CheckboxBox","CheckboxBoxOptions","ChemicalConvert","ChemicalData","ChemicalFormula","ChemicalInstance","ChemicalReaction","ChessboardDistance","ChiDistribution","ChineseRemainder","ChiSquareDistribution","ChoiceButtons","ChoiceDialog","CholeskyDecomposition","Chop","ChromaticityPlot","ChromaticityPlot3D","ChromaticPolynomial","Circle","CircleBox","CircleDot","CircleMinus","CirclePlus","CirclePoints","CircleThrough","CircleTimes","CirculantGraph","CircularArcThrough","CircularOrthogonalMatrixDistribution","CircularQuaternionMatrixDistribution","CircularRealMatrixDistribution","CircularSymplecticMatrixDistribution","CircularUnitaryMatrixDistribution","Circumsphere","CityData","ClassifierFunction","ClassifierInformation","ClassifierMeasurements","ClassifierMeasurementsObject","Classify","ClassPriors","Clear","ClearAll","ClearAttributes","ClearCookies","ClearPermissions","ClearSystemCache","ClebschGordan","ClickPane","ClickToCopy","ClickToCopyEnabled","Clip","ClipboardNotebook","ClipFill","ClippingStyle","ClipPlanes","ClipPlanesStyle","ClipRange","Clock","ClockGauge","ClockwiseContourIntegral","Close","Closed","CloseKernels","ClosenessCentrality","Closing","ClosingAutoSave","ClosingEvent","CloudAccountData","CloudBase","CloudConnect","CloudConnections","CloudDeploy","CloudDirectory","CloudDisconnect","CloudEvaluate","CloudExport","CloudExpression","CloudExpressions","CloudFunction","CloudGet","CloudImport","CloudLoggingData","CloudObject","CloudObjectInformation","CloudObjectInformationData","CloudObjectNameFormat","CloudObjects","CloudObjectURLType","CloudPublish","CloudPut","CloudRenderingMethod","CloudSave","CloudShare","CloudSubmit","CloudSymbol","CloudUnshare","CloudUserID","ClusterClassify","ClusterDissimilarityFunction","ClusteringComponents","ClusteringMeasurements","ClusteringTree","CMYKColor","Coarse","CodeAssistOptions","Coefficient","CoefficientArrays","CoefficientDomain","CoefficientList","CoefficientRules","CoifletWavelet","Collect","CollinearPoints","Colon","ColonForm","ColorBalance","ColorCombine","ColorConvert","ColorCoverage","ColorData","ColorDataFunction","ColorDetect","ColorDistance","ColorFunction","ColorFunctionBinning","ColorFunctionScaling","Colorize","ColorNegate","ColorOutput","ColorProfileData","ColorQ","ColorQuantize","ColorReplace","ColorRules","ColorSelectorSettings","ColorSeparate","ColorSetter","ColorSetterBox","ColorSetterBoxOptions","ColorSlider","ColorsNear","ColorSpace","ColorToneMapping","Column","ColumnAlignments","ColumnBackgrounds","ColumnForm","ColumnLines","ColumnsEqual","ColumnSpacings","ColumnWidths","CombinatorB","CombinatorC","CombinatorI","CombinatorK","CombinatorS","CombinatorW","CombinatorY","CombinedEntityClass","CombinerFunction","CometData","CommonDefaultFormatTypes","Commonest","CommonestFilter","CommonName","CommonUnits","CommunityBoundaryStyle","CommunityGraphPlot","CommunityLabels","CommunityRegionStyle","CompanyData","CompatibleUnitQ","CompilationOptions","CompilationTarget","Compile","Compiled","CompiledCodeFunction","CompiledComponent","CompiledExpressionDeclaration","CompiledFunction","CompiledLayer","CompilerCallback","CompilerEnvironment","CompilerEnvironmentAppend","CompilerEnvironmentAppendTo","CompilerEnvironmentObject","CompilerOptions","Complement","ComplementedEntityClass","CompleteGraph","CompleteGraphQ","CompleteIntegral","CompleteKaryTree","CompletionsListPacket","Complex","ComplexArrayPlot","ComplexContourPlot","Complexes","ComplexExpand","ComplexInfinity","ComplexityFunction","ComplexListPlot","ComplexPlot","ComplexPlot3D","ComplexRegionPlot","ComplexStreamPlot","ComplexVectorPlot","ComponentMeasurements","ComponentwiseContextMenu","Compose","ComposeList","ComposeSeries","CompositeQ","Composition","CompoundElement","CompoundExpression","CompoundPoissonDistribution","CompoundPoissonProcess","CompoundRenewalProcess","Compress","CompressedData","CompressionLevel","ComputeUncertainty","ConcaveHullMesh","Condition","ConditionalExpression","Conditioned","Cone","ConeBox","ConfidenceLevel","ConfidenceRange","ConfidenceTransform","ConfigurationPath","Confirm","ConfirmAssert","ConfirmBy","ConfirmMatch","ConfirmQuiet","ConformationMethod","ConformAudio","ConformImages","Congruent","ConicGradientFilling","ConicHullRegion","ConicHullRegion3DBox","ConicHullRegion3DBoxOptions","ConicHullRegionBox","ConicHullRegionBoxOptions","ConicOptimization","Conjugate","ConjugateTranspose","Conjunction","Connect","ConnectedComponents","ConnectedGraphComponents","ConnectedGraphQ","ConnectedMeshComponents","ConnectedMoleculeComponents","ConnectedMoleculeQ","ConnectionSettings","ConnectLibraryCallbackFunction","ConnectSystemModelComponents","ConnectSystemModelController","ConnesWindow","ConoverTest","ConservativeConvectionPDETerm","ConsoleMessage","Constant","ConstantArray","ConstantArrayLayer","ConstantImage","ConstantPlusLayer","ConstantRegionQ","Constants","ConstantTimesLayer","ConstellationData","ConstrainedMax","ConstrainedMin","Construct","Containing","ContainsAll","ContainsAny","ContainsExactly","ContainsNone","ContainsOnly","ContentDetectorFunction","ContentFieldOptions","ContentLocationFunction","ContentObject","ContentPadding","ContentsBoundingBox","ContentSelectable","ContentSize","Context","ContextMenu","Contexts","ContextToFileName","Continuation","Continue","ContinuedFraction","ContinuedFractionK","ContinuousAction","ContinuousMarkovProcess","ContinuousTask","ContinuousTimeModelQ","ContinuousWaveletData","ContinuousWaveletTransform","ContourDetect","ContourGraphics","ContourIntegral","ContourLabels","ContourLines","ContourPlot","ContourPlot3D","Contours","ContourShading","ContourSmoothing","ContourStyle","ContraharmonicMean","ContrastiveLossLayer","Control","ControlActive","ControlAlignment","ControlGroupContentsBox","ControllabilityGramian","ControllabilityMatrix","ControllableDecomposition","ControllableModelQ","ControllerDuration","ControllerInformation","ControllerInformationData","ControllerLinking","ControllerManipulate","ControllerMethod","ControllerPath","ControllerState","ControlPlacement","ControlsRendering","ControlType","ConvectionPDETerm","Convergents","ConversionOptions","ConversionRules","ConvertToPostScript","ConvertToPostScriptPacket","ConvexHullMesh","ConvexHullRegion","ConvexOptimization","ConvexPolygonQ","ConvexPolyhedronQ","ConvexRegionQ","ConvolutionLayer","Convolve","ConwayGroupCo1","ConwayGroupCo2","ConwayGroupCo3","CookieFunction","Cookies","CoordinateBoundingBox","CoordinateBoundingBoxArray","CoordinateBounds","CoordinateBoundsArray","CoordinateChartData","CoordinatesToolOptions","CoordinateTransform","CoordinateTransformData","CoplanarPoints","CoprimeQ","Coproduct","CopulaDistribution","Copyable","CopyDatabin","CopyDirectory","CopyFile","CopyFunction","CopyTag","CopyToClipboard","CoreNilpotentDecomposition","CornerFilter","CornerNeighbors","Correlation","CorrelationDistance","CorrelationFunction","CorrelationTest","Cos","Cosh","CoshIntegral","CosineDistance","CosineWindow","CosIntegral","Cot","Coth","CoulombF","CoulombG","CoulombH1","CoulombH2","Count","CountDistinct","CountDistinctBy","CounterAssignments","CounterBox","CounterBoxOptions","CounterClockwiseContourIntegral","CounterEvaluator","CounterFunction","CounterIncrements","CounterStyle","CounterStyleMenuListing","CountRoots","CountryData","Counts","CountsBy","Covariance","CovarianceEstimatorFunction","CovarianceFunction","CoxianDistribution","CoxIngersollRossProcess","CoxModel","CoxModelFit","CramerVonMisesTest","CreateArchive","CreateCellID","CreateChannel","CreateCloudExpression","CreateCompilerEnvironment","CreateDatabin","CreateDataStructure","CreateDataSystemModel","CreateDialog","CreateDirectory","CreateDocument","CreateFile","CreateIntermediateDirectories","CreateLicenseEntitlement","CreateManagedLibraryExpression","CreateNotebook","CreatePacletArchive","CreatePalette","CreatePermissionsGroup","CreateScheduledTask","CreateSearchIndex","CreateSystemModel","CreateTemporary","CreateTypeInstance","CreateUUID","CreateWindow","CriterionFunction","CriticalityFailureImportance","CriticalitySuccessImportance","CriticalSection","Cross","CrossEntropyLossLayer","CrossingCount","CrossingDetect","CrossingPolygon","CrossMatrix","Csc","Csch","CSGRegion","CSGRegionQ","CSGRegionTree","CTCLossLayer","Cube","CubeRoot","Cubics","Cuboid","CuboidBox","CuboidBoxOptions","Cumulant","CumulantGeneratingFunction","CumulativeFeatureImpactPlot","Cup","CupCap","Curl","CurlyDoubleQuote","CurlyQuote","CurrencyConvert","CurrentDate","CurrentImage","CurrentNotebookImage","CurrentScreenImage","CurrentValue","Curry","CurryApplied","CurvatureFlowFilter","CurveClosed","Cyan","CycleGraph","CycleIndexPolynomial","Cycles","CyclicGroup","Cyclotomic","Cylinder","CylinderBox","CylinderBoxOptions","CylindricalDecomposition","CylindricalDecompositionFunction","D","DagumDistribution","DamData","DamerauLevenshteinDistance","DampingFactor","Darker","Dashed","Dashing","DatabaseConnect","DatabaseDisconnect","DatabaseReference","Databin","DatabinAdd","DatabinRemove","Databins","DatabinSubmit","DatabinUpload","DataCompression","DataDistribution","DataRange","DataReversed","Dataset","DatasetDisplayPanel","DatasetTheme","DataStructure","DataStructureQ","Date","DateBounds","Dated","DateDelimiters","DateDifference","DatedUnit","DateFormat","DateFunction","DateGranularity","DateHistogram","DateInterval","DateList","DateListLogPlot","DateListPlot","DateListStepPlot","DateObject","DateObjectQ","DateOverlapsQ","DatePattern","DatePlus","DateRange","DateReduction","DateScale","DateSelect","DateString","DateTicksFormat","DateValue","DateWithinQ","DaubechiesWavelet","DavisDistribution","DawsonF","DayCount","DayCountConvention","DayHemisphere","DaylightQ","DayMatchQ","DayName","DayNightTerminator","DayPlus","DayRange","DayRound","DeBruijnGraph","DeBruijnSequence","Debug","DebugTag","Decapitalize","Decimal","DecimalForm","DeclareCompiledComponent","DeclareKnownSymbols","DeclarePackage","Decompose","DeconvolutionLayer","Decrement","Decrypt","DecryptFile","DedekindEta","DeepSpaceProbeData","Default","Default2DTool","Default3DTool","DefaultAttachedCellStyle","DefaultAxesStyle","DefaultBaseStyle","DefaultBoxStyle","DefaultButton","DefaultColor","DefaultControlPlacement","DefaultDockedCellStyle","DefaultDuplicateCellStyle","DefaultDuration","DefaultElement","DefaultFaceGridsStyle","DefaultFieldHintStyle","DefaultFont","DefaultFontProperties","DefaultFormatType","DefaultFrameStyle","DefaultFrameTicksStyle","DefaultGridLinesStyle","DefaultInlineFormatType","DefaultInputFormatType","DefaultLabelStyle","DefaultMenuStyle","DefaultNaturalLanguage","DefaultNewCellStyle","DefaultNewInlineCellStyle","DefaultNotebook","DefaultOptions","DefaultOutputFormatType","DefaultPrintPrecision","DefaultStyle","DefaultStyleDefinitions","DefaultTextFormatType","DefaultTextInlineFormatType","DefaultTicksStyle","DefaultTooltipStyle","DefaultValue","DefaultValues","Defer","DefineExternal","DefineInputStreamMethod","DefineOutputStreamMethod","DefineResourceFunction","Definition","Degree","DegreeCentrality","DegreeGraphDistribution","DegreeLexicographic","DegreeReverseLexicographic","DEigensystem","DEigenvalues","Deinitialization","Del","DelaunayMesh","Delayed","Deletable","Delete","DeleteAdjacentDuplicates","DeleteAnomalies","DeleteBorderComponents","DeleteCases","DeleteChannel","DeleteCloudExpression","DeleteContents","DeleteDirectory","DeleteDuplicates","DeleteDuplicatesBy","DeleteElements","DeleteFile","DeleteMissing","DeleteObject","DeletePermissionsKey","DeleteSearchIndex","DeleteSmallComponents","DeleteStopwords","DeleteWithContents","DeletionWarning","DelimitedArray","DelimitedSequence","Delimiter","DelimiterAutoMatching","DelimiterFlashTime","DelimiterMatching","Delimiters","DeliveryFunction","Dendrogram","Denominator","DensityGraphics","DensityHistogram","DensityPlot","DensityPlot3D","DependentVariables","Deploy","Deployed","Depth","DepthFirstScan","Derivative","DerivativeFilter","DerivativePDETerm","DerivedKey","DescriptorStateSpace","DesignMatrix","DestroyAfterEvaluation","Det","DeviceClose","DeviceConfigure","DeviceExecute","DeviceExecuteAsynchronous","DeviceObject","DeviceOpen","DeviceOpenQ","DeviceRead","DeviceReadBuffer","DeviceReadLatest","DeviceReadList","DeviceReadTimeSeries","Devices","DeviceStreams","DeviceWrite","DeviceWriteBuffer","DGaussianWavelet","DiacriticalPositioning","Diagonal","DiagonalizableMatrixQ","DiagonalMatrix","DiagonalMatrixQ","Dialog","DialogIndent","DialogInput","DialogLevel","DialogNotebook","DialogProlog","DialogReturn","DialogSymbols","Diamond","DiamondMatrix","DiceDissimilarity","DictionaryLookup","DictionaryWordQ","DifferenceDelta","DifferenceOrder","DifferenceQuotient","DifferenceRoot","DifferenceRootReduce","Differences","DifferentialD","DifferentialRoot","DifferentialRootReduce","DifferentiatorFilter","DiffusionPDETerm","DiggleGatesPointProcess","DiggleGrattonPointProcess","DigitalSignature","DigitBlock","DigitBlockMinimum","DigitCharacter","DigitCount","DigitQ","DihedralAngle","DihedralGroup","Dilation","DimensionalCombinations","DimensionalMeshComponents","DimensionReduce","DimensionReducerFunction","DimensionReduction","Dimensions","DiracComb","DiracDelta","DirectedEdge","DirectedEdges","DirectedGraph","DirectedGraphQ","DirectedInfinity","Direction","DirectionalLight","Directive","Directory","DirectoryName","DirectoryQ","DirectoryStack","DirichletBeta","DirichletCharacter","DirichletCondition","DirichletConvolve","DirichletDistribution","DirichletEta","DirichletL","DirichletLambda","DirichletTransform","DirichletWindow","DisableConsolePrintPacket","DisableFormatting","DiscreteAsymptotic","DiscreteChirpZTransform","DiscreteConvolve","DiscreteDelta","DiscreteHadamardTransform","DiscreteIndicator","DiscreteInputOutputModel","DiscreteLimit","DiscreteLQEstimatorGains","DiscreteLQRegulatorGains","DiscreteLyapunovSolve","DiscreteMarkovProcess","DiscreteMaxLimit","DiscreteMinLimit","DiscretePlot","DiscretePlot3D","DiscreteRatio","DiscreteRiccatiSolve","DiscreteShift","DiscreteTimeModelQ","DiscreteUniformDistribution","DiscreteVariables","DiscreteWaveletData","DiscreteWaveletPacketTransform","DiscreteWaveletTransform","DiscretizeGraphics","DiscretizeRegion","Discriminant","DisjointQ","Disjunction","Disk","DiskBox","DiskBoxOptions","DiskMatrix","DiskSegment","Dispatch","DispatchQ","DispersionEstimatorFunction","Display","DisplayAllSteps","DisplayEndPacket","DisplayForm","DisplayFunction","DisplayPacket","DisplayRules","DisplayString","DisplayTemporary","DisplayWith","DisplayWithRef","DisplayWithVariable","DistanceFunction","DistanceMatrix","DistanceTransform","Distribute","Distributed","DistributedContexts","DistributeDefinitions","DistributionChart","DistributionDomain","DistributionFitTest","DistributionParameterAssumptions","DistributionParameterQ","Dithering","Div","Divergence","Divide","DivideBy","Dividers","DivideSides","Divisible","Divisors","DivisorSigma","DivisorSum","DMSList","DMSString","Do","DockedCell","DockedCells","DocumentGenerator","DocumentGeneratorInformation","DocumentGeneratorInformationData","DocumentGenerators","DocumentNotebook","DocumentWeightingRules","Dodecahedron","DomainRegistrationInformation","DominantColors","DominatorTreeGraph","DominatorVertexList","DOSTextFormat","Dot","DotDashed","DotEqual","DotLayer","DotPlusLayer","Dotted","DoubleBracketingBar","DoubleContourIntegral","DoubleDownArrow","DoubleLeftArrow","DoubleLeftRightArrow","DoubleLeftTee","DoubleLongLeftArrow","DoubleLongLeftRightArrow","DoubleLongRightArrow","DoubleRightArrow","DoubleRightTee","DoubleUpArrow","DoubleUpDownArrow","DoubleVerticalBar","DoublyInfinite","Down","DownArrow","DownArrowBar","DownArrowUpArrow","DownLeftRightVector","DownLeftTeeVector","DownLeftVector","DownLeftVectorBar","DownRightTeeVector","DownRightVector","DownRightVectorBar","Downsample","DownTee","DownTeeArrow","DownValues","DownValuesFunction","DragAndDrop","DrawBackFaces","DrawEdges","DrawFrontFaces","DrawHighlighted","DrazinInverse","Drop","DropoutLayer","DropShadowing","DSolve","DSolveChangeVariables","DSolveValue","Dt","DualLinearProgramming","DualPlanarGraph","DualPolyhedron","DualSystemsModel","DumpGet","DumpSave","DuplicateFreeQ","Duration","Dynamic","DynamicBox","DynamicBoxOptions","DynamicEvaluationTimeout","DynamicGeoGraphics","DynamicImage","DynamicLocation","DynamicModule","DynamicModuleBox","DynamicModuleBoxOptions","DynamicModuleParent","DynamicModuleValues","DynamicName","DynamicNamespace","DynamicReference","DynamicSetting","DynamicUpdating","DynamicWrapper","DynamicWrapperBox","DynamicWrapperBoxOptions","E","EarthImpactData","EarthquakeData","EccentricityCentrality","Echo","EchoEvaluation","EchoFunction","EchoLabel","EchoTiming","EclipseType","EdgeAdd","EdgeBetweennessCentrality","EdgeCapacity","EdgeCapForm","EdgeChromaticNumber","EdgeColor","EdgeConnectivity","EdgeContract","EdgeCost","EdgeCount","EdgeCoverQ","EdgeCycleMatrix","EdgeDashing","EdgeDelete","EdgeDetect","EdgeForm","EdgeIndex","EdgeJoinForm","EdgeLabeling","EdgeLabels","EdgeLabelStyle","EdgeList","EdgeOpacity","EdgeQ","EdgeRenderingFunction","EdgeRules","EdgeShapeFunction","EdgeStyle","EdgeTaggedGraph","EdgeTaggedGraphQ","EdgeTags","EdgeThickness","EdgeTransitiveGraphQ","EdgeValueRange","EdgeValueSizes","EdgeWeight","EdgeWeightedGraphQ","Editable","EditButtonSettings","EditCellTagsSettings","EditDistance","EffectiveInterest","Eigensystem","Eigenvalues","EigenvectorCentrality","Eigenvectors","Element","ElementData","ElementwiseLayer","ElidedForms","Eliminate","EliminationOrder","Ellipsoid","EllipticE","EllipticExp","EllipticExpPrime","EllipticF","EllipticFilterModel","EllipticK","EllipticLog","EllipticNomeQ","EllipticPi","EllipticReducedHalfPeriods","EllipticTheta","EllipticThetaPrime","EmbedCode","EmbeddedHTML","EmbeddedService","EmbeddedSQLEntityClass","EmbeddedSQLExpression","EmbeddingLayer","EmbeddingObject","EmitSound","EmphasizeSyntaxErrors","EmpiricalDistribution","Empty","EmptyGraphQ","EmptyRegion","EmptySpaceF","EnableConsolePrintPacket","Enabled","Enclose","Encode","Encrypt","EncryptedObject","EncryptFile","End","EndAdd","EndDialogPacket","EndOfBuffer","EndOfFile","EndOfLine","EndOfString","EndPackage","EngineEnvironment","EngineeringForm","Enter","EnterExpressionPacket","EnterTextPacket","Entity","EntityClass","EntityClassList","EntityCopies","EntityFunction","EntityGroup","EntityInstance","EntityList","EntityPrefetch","EntityProperties","EntityProperty","EntityPropertyClass","EntityRegister","EntityStore","EntityStores","EntityTypeName","EntityUnregister","EntityValue","Entropy","EntropyFilter","Environment","Epilog","EpilogFunction","Equal","EqualColumns","EqualRows","EqualTilde","EqualTo","EquatedTo","Equilibrium","EquirippleFilterKernel","Equivalent","Erf","Erfc","Erfi","ErlangB","ErlangC","ErlangDistribution","Erosion","ErrorBox","ErrorBoxOptions","ErrorNorm","ErrorPacket","ErrorsDialogSettings","EscapeRadius","EstimatedBackground","EstimatedDistribution","EstimatedPointNormals","EstimatedPointProcess","EstimatedProcess","EstimatedVariogramModel","EstimatorGains","EstimatorRegulator","EuclideanDistance","EulerAngles","EulerCharacteristic","EulerE","EulerGamma","EulerianGraphQ","EulerMatrix","EulerPhi","Evaluatable","Evaluate","Evaluated","EvaluatePacket","EvaluateScheduledTask","EvaluationBox","EvaluationCell","EvaluationCompletionAction","EvaluationData","EvaluationElements","EvaluationEnvironment","EvaluationMode","EvaluationMonitor","EvaluationNotebook","EvaluationObject","EvaluationOrder","EvaluationPrivileges","EvaluationRateLimit","Evaluator","EvaluatorNames","EvenQ","EventData","EventEvaluator","EventHandler","EventHandlerTag","EventLabels","EventSeries","ExactBlackmanWindow","ExactNumberQ","ExactRootIsolation","ExampleData","Except","ExcludedContexts","ExcludedForms","ExcludedLines","ExcludedPhysicalQuantities","ExcludePods","Exclusions","ExclusionsStyle","Exists","Exit","ExitDialog","ExoplanetData","Exp","Expand","ExpandAll","ExpandDenominator","ExpandFileName","ExpandNumerator","Expectation","ExpectationE","ExpectedValue","ExpGammaDistribution","ExpIntegralE","ExpIntegralEi","ExpirationDate","Exponent","ExponentFunction","ExponentialDistribution","ExponentialFamily","ExponentialGeneratingFunction","ExponentialMovingAverage","ExponentialPowerDistribution","ExponentPosition","ExponentStep","Export","ExportAutoReplacements","ExportByteArray","ExportForm","ExportPacket","ExportString","Expression","ExpressionCell","ExpressionGraph","ExpressionPacket","ExpressionTree","ExpressionUUID","ExpToTrig","ExtendedEntityClass","ExtendedGCD","Extension","ExtentElementFunction","ExtentMarkers","ExtentSize","ExternalBundle","ExternalCall","ExternalDataCharacterEncoding","ExternalEvaluate","ExternalFunction","ExternalFunctionName","ExternalIdentifier","ExternalObject","ExternalOptions","ExternalSessionObject","ExternalSessions","ExternalStorageBase","ExternalStorageDownload","ExternalStorageGet","ExternalStorageObject","ExternalStoragePut","ExternalStorageUpload","ExternalTypeSignature","ExternalValue","Extract","ExtractArchive","ExtractLayer","ExtractPacletArchive","ExtremeValueDistribution","FaceAlign","FaceForm","FaceGrids","FaceGridsStyle","FaceRecognize","FacialFeatures","Factor","FactorComplete","Factorial","Factorial2","FactorialMoment","FactorialMomentGeneratingFunction","FactorialPower","FactorInteger","FactorList","FactorSquareFree","FactorSquareFreeList","FactorTerms","FactorTermsList","Fail","Failure","FailureAction","FailureDistribution","FailureQ","False","FareySequence","FARIMAProcess","FeatureDistance","FeatureExtract","FeatureExtraction","FeatureExtractor","FeatureExtractorFunction","FeatureImpactPlot","FeatureNames","FeatureNearest","FeatureSpacePlot","FeatureSpacePlot3D","FeatureTypes","FeatureValueDependencyPlot","FeatureValueImpactPlot","FEDisableConsolePrintPacket","FeedbackLinearize","FeedbackSector","FeedbackSectorStyle","FeedbackType","FEEnableConsolePrintPacket","FetalGrowthData","Fibonacci","Fibonorial","FieldCompletionFunction","FieldHint","FieldHintStyle","FieldMasked","FieldSize","File","FileBaseName","FileByteCount","FileConvert","FileDate","FileExistsQ","FileExtension","FileFormat","FileFormatProperties","FileFormatQ","FileHandler","FileHash","FileInformation","FileName","FileNameDepth","FileNameDialogSettings","FileNameDrop","FileNameForms","FileNameJoin","FileNames","FileNameSetter","FileNameSplit","FileNameTake","FileNameToFormatList","FilePrint","FileSize","FileSystemMap","FileSystemScan","FileSystemTree","FileTemplate","FileTemplateApply","FileType","FilledCurve","FilledCurveBox","FilledCurveBoxOptions","FilledTorus","FillForm","Filling","FillingStyle","FillingTransform","FilteredEntityClass","FilterRules","FinancialBond","FinancialData","FinancialDerivative","FinancialIndicator","Find","FindAnomalies","FindArgMax","FindArgMin","FindChannels","FindClique","FindClusters","FindCookies","FindCurvePath","FindCycle","FindDevices","FindDistribution","FindDistributionParameters","FindDivisions","FindEdgeColoring","FindEdgeCover","FindEdgeCut","FindEdgeIndependentPaths","FindEquationalProof","FindEulerianCycle","FindExternalEvaluators","FindFaces","FindFile","FindFit","FindFormula","FindFundamentalCycles","FindGeneratingFunction","FindGeoLocation","FindGeometricConjectures","FindGeometricTransform","FindGraphCommunities","FindGraphIsomorphism","FindGraphPartition","FindHamiltonianCycle","FindHamiltonianPath","FindHiddenMarkovStates","FindImageText","FindIndependentEdgeSet","FindIndependentVertexSet","FindInstance","FindIntegerNullVector","FindIsomers","FindIsomorphicSubgraph","FindKClan","FindKClique","FindKClub","FindKPlex","FindLibrary","FindLinearRecurrence","FindList","FindMatchingColor","FindMaximum","FindMaximumCut","FindMaximumFlow","FindMaxValue","FindMeshDefects","FindMinimum","FindMinimumCostFlow","FindMinimumCut","FindMinValue","FindMoleculeSubstructure","FindPath","FindPeaks","FindPermutation","FindPlanarColoring","FindPointProcessParameters","FindPostmanTour","FindProcessParameters","FindRegionTransform","FindRepeat","FindRoot","FindSequenceFunction","FindSettings","FindShortestPath","FindShortestTour","FindSpanningTree","FindSubgraphIsomorphism","FindSystemModelEquilibrium","FindTextualAnswer","FindThreshold","FindTransientRepeat","FindVertexColoring","FindVertexCover","FindVertexCut","FindVertexIndependentPaths","Fine","FinishDynamic","FiniteAbelianGroupCount","FiniteGroupCount","FiniteGroupData","First","FirstCase","FirstPassageTimeDistribution","FirstPosition","FischerGroupFi22","FischerGroupFi23","FischerGroupFi24Prime","FisherHypergeometricDistribution","FisherRatioTest","FisherZDistribution","Fit","FitAll","FitRegularization","FittedModel","FixedOrder","FixedPoint","FixedPointList","FlashSelection","Flat","FlatShading","Flatten","FlattenAt","FlattenLayer","FlatTopWindow","FlightData","FlipView","Floor","FlowPolynomial","Fold","FoldList","FoldPair","FoldPairList","FoldWhile","FoldWhileList","FollowRedirects","Font","FontColor","FontFamily","FontForm","FontName","FontOpacity","FontPostScriptName","FontProperties","FontReencoding","FontSize","FontSlant","FontSubstitutions","FontTracking","FontVariations","FontWeight","For","ForAll","ForAllType","ForceVersionInstall","Format","FormatRules","FormatType","FormatTypeAutoConvert","FormatValues","FormBox","FormBoxOptions","FormControl","FormFunction","FormLayoutFunction","FormObject","FormPage","FormProtectionMethod","FormTheme","FormulaData","FormulaLookup","FortranForm","Forward","ForwardBackward","ForwardCloudCredentials","Fourier","FourierCoefficient","FourierCosCoefficient","FourierCosSeries","FourierCosTransform","FourierDCT","FourierDCTFilter","FourierDCTMatrix","FourierDST","FourierDSTMatrix","FourierMatrix","FourierParameters","FourierSequenceTransform","FourierSeries","FourierSinCoefficient","FourierSinSeries","FourierSinTransform","FourierTransform","FourierTrigSeries","FoxH","FoxHReduce","FractionalBrownianMotionProcess","FractionalD","FractionalGaussianNoiseProcess","FractionalPart","FractionBox","FractionBoxOptions","FractionLine","Frame","FrameBox","FrameBoxOptions","Framed","FrameInset","FrameLabel","Frameless","FrameListVideo","FrameMargins","FrameRate","FrameStyle","FrameTicks","FrameTicksStyle","FRatioDistribution","FrechetDistribution","FreeQ","FrenetSerretSystem","FrequencySamplingFilterKernel","FresnelC","FresnelF","FresnelG","FresnelS","Friday","FrobeniusNumber","FrobeniusSolve","FromAbsoluteTime","FromCharacterCode","FromCoefficientRules","FromContinuedFraction","FromDate","FromDateString","FromDigits","FromDMS","FromEntity","FromJulianDate","FromLetterNumber","FromPolarCoordinates","FromRawPointer","FromRomanNumeral","FromSphericalCoordinates","FromUnixTime","Front","FrontEndDynamicExpression","FrontEndEventActions","FrontEndExecute","FrontEndObject","FrontEndResource","FrontEndResourceString","FrontEndStackSize","FrontEndToken","FrontEndTokenExecute","FrontEndValueCache","FrontEndVersion","FrontFaceColor","FrontFaceGlowColor","FrontFaceOpacity","FrontFaceSpecularColor","FrontFaceSpecularExponent","FrontFaceSurfaceAppearance","FrontFaceTexture","Full","FullAxes","FullDefinition","FullForm","FullGraphics","FullInformationOutputRegulator","FullOptions","FullRegion","FullSimplify","Function","FunctionAnalytic","FunctionBijective","FunctionCompile","FunctionCompileExport","FunctionCompileExportByteArray","FunctionCompileExportLibrary","FunctionCompileExportString","FunctionContinuous","FunctionConvexity","FunctionDeclaration","FunctionDiscontinuities","FunctionDomain","FunctionExpand","FunctionInjective","FunctionInterpolation","FunctionLayer","FunctionMeromorphic","FunctionMonotonicity","FunctionPeriod","FunctionPoles","FunctionRange","FunctionSign","FunctionSingularities","FunctionSpace","FunctionSurjective","FussellVeselyImportance","GaborFilter","GaborMatrix","GaborWavelet","GainMargins","GainPhaseMargins","GalaxyData","GalleryView","Gamma","GammaDistribution","GammaRegularized","GapPenalty","GARCHProcess","GatedRecurrentLayer","Gather","GatherBy","GaugeFaceElementFunction","GaugeFaceStyle","GaugeFrameElementFunction","GaugeFrameSize","GaugeFrameStyle","GaugeLabels","GaugeMarkers","GaugeStyle","GaussianFilter","GaussianIntegers","GaussianMatrix","GaussianOrthogonalMatrixDistribution","GaussianSymplecticMatrixDistribution","GaussianUnitaryMatrixDistribution","GaussianWindow","GCD","GegenbauerC","General","GeneralizedLinearModelFit","GenerateAsymmetricKeyPair","GenerateConditions","GeneratedAssetFormat","GeneratedAssetLocation","GeneratedCell","GeneratedCellStyles","GeneratedDocumentBinding","GenerateDerivedKey","GenerateDigitalSignature","GenerateDocument","GeneratedParameters","GeneratedQuantityMagnitudes","GenerateFileSignature","GenerateHTTPResponse","GenerateSecuredAuthenticationKey","GenerateSymmetricKey","GeneratingFunction","GeneratorDescription","GeneratorHistoryLength","GeneratorOutputType","Generic","GenericCylindricalDecomposition","GenomeData","GenomeLookup","GeoAntipode","GeoArea","GeoArraySize","GeoBackground","GeoBoundary","GeoBoundingBox","GeoBounds","GeoBoundsRegion","GeoBoundsRegionBoundary","GeoBubbleChart","GeoCenter","GeoCircle","GeoContourPlot","GeoDensityPlot","GeodesicClosing","GeodesicDilation","GeodesicErosion","GeodesicOpening","GeodesicPolyhedron","GeoDestination","GeodesyData","GeoDirection","GeoDisk","GeoDisplacement","GeoDistance","GeoDistanceList","GeoElevationData","GeoEntities","GeoGraphics","GeoGraphPlot","GeoGraphValuePlot","GeogravityModelData","GeoGridDirectionDifference","GeoGridLines","GeoGridLinesStyle","GeoGridPosition","GeoGridRange","GeoGridRangePadding","GeoGridUnitArea","GeoGridUnitDistance","GeoGridVector","GeoGroup","GeoHemisphere","GeoHemisphereBoundary","GeoHistogram","GeoIdentify","GeoImage","GeoLabels","GeoLength","GeoListPlot","GeoLocation","GeologicalPeriodData","GeomagneticModelData","GeoMarker","GeometricAssertion","GeometricBrownianMotionProcess","GeometricDistribution","GeometricMean","GeometricMeanFilter","GeometricOptimization","GeometricScene","GeometricStep","GeometricStylingRules","GeometricTest","GeometricTransformation","GeometricTransformation3DBox","GeometricTransformation3DBoxOptions","GeometricTransformationBox","GeometricTransformationBoxOptions","GeoModel","GeoNearest","GeoOrientationData","GeoPath","GeoPolygon","GeoPosition","GeoPositionENU","GeoPositionXYZ","GeoProjection","GeoProjectionData","GeoRange","GeoRangePadding","GeoRegionValuePlot","GeoResolution","GeoScaleBar","GeoServer","GeoSmoothHistogram","GeoStreamPlot","GeoStyling","GeoStylingImageFunction","GeoVariant","GeoVector","GeoVectorENU","GeoVectorPlot","GeoVectorXYZ","GeoVisibleRegion","GeoVisibleRegionBoundary","GeoWithinQ","GeoZoomLevel","GestureHandler","GestureHandlerTag","Get","GetContext","GetEnvironment","GetFileName","GetLinebreakInformationPacket","GibbsPointProcess","Glaisher","GlobalClusteringCoefficient","GlobalPreferences","GlobalSession","Glow","GoldenAngle","GoldenRatio","GompertzMakehamDistribution","GoochShading","GoodmanKruskalGamma","GoodmanKruskalGammaTest","Goto","GouraudShading","Grad","Gradient","GradientFilter","GradientFittedMesh","GradientOrientationFilter","GrammarApply","GrammarRules","GrammarToken","Graph","Graph3D","GraphAssortativity","GraphAutomorphismGroup","GraphCenter","GraphComplement","GraphData","GraphDensity","GraphDiameter","GraphDifference","GraphDisjointUnion","GraphDistance","GraphDistanceMatrix","GraphEmbedding","GraphHighlight","GraphHighlightStyle","GraphHub","Graphics","Graphics3D","Graphics3DBox","Graphics3DBoxOptions","GraphicsArray","GraphicsBaseline","GraphicsBox","GraphicsBoxOptions","GraphicsColor","GraphicsColumn","GraphicsComplex","GraphicsComplex3DBox","GraphicsComplex3DBoxOptions","GraphicsComplexBox","GraphicsComplexBoxOptions","GraphicsContents","GraphicsData","GraphicsGrid","GraphicsGridBox","GraphicsGroup","GraphicsGroup3DBox","GraphicsGroup3DBoxOptions","GraphicsGroupBox","GraphicsGroupBoxOptions","GraphicsGrouping","GraphicsHighlightColor","GraphicsRow","GraphicsSpacing","GraphicsStyle","GraphIntersection","GraphJoin","GraphLayerLabels","GraphLayers","GraphLayerStyle","GraphLayout","GraphLinkEfficiency","GraphPeriphery","GraphPlot","GraphPlot3D","GraphPower","GraphProduct","GraphPropertyDistribution","GraphQ","GraphRadius","GraphReciprocity","GraphRoot","GraphStyle","GraphSum","GraphTree","GraphUnion","Gray","GrayLevel","Greater","GreaterEqual","GreaterEqualLess","GreaterEqualThan","GreaterFullEqual","GreaterGreater","GreaterLess","GreaterSlantEqual","GreaterThan","GreaterTilde","GreekStyle","Green","GreenFunction","Grid","GridBaseline","GridBox","GridBoxAlignment","GridBoxBackground","GridBoxDividers","GridBoxFrame","GridBoxItemSize","GridBoxItemStyle","GridBoxOptions","GridBoxSpacings","GridCreationSettings","GridDefaultElement","GridElementStyleOptions","GridFrame","GridFrameMargins","GridGraph","GridLines","GridLinesStyle","GridVideo","GroebnerBasis","GroupActionBase","GroupBy","GroupCentralizer","GroupElementFromWord","GroupElementPosition","GroupElementQ","GroupElements","GroupElementToWord","GroupGenerators","Groupings","GroupMultiplicationTable","GroupOpenerColor","GroupOpenerInsideFrame","GroupOrbits","GroupOrder","GroupPageBreakWithin","GroupSetwiseStabilizer","GroupStabilizer","GroupStabilizerChain","GroupTogetherGrouping","GroupTogetherNestedGrouping","GrowCutComponents","Gudermannian","GuidedFilter","GumbelDistribution","HaarWavelet","HadamardMatrix","HalfLine","HalfNormalDistribution","HalfPlane","HalfSpace","HalftoneShading","HamiltonianGraphQ","HammingDistance","HammingWindow","HandlerFunctions","HandlerFunctionsKeys","HankelH1","HankelH2","HankelMatrix","HankelTransform","HannPoissonWindow","HannWindow","HaradaNortonGroupHN","HararyGraph","HardcorePointProcess","HarmonicMean","HarmonicMeanFilter","HarmonicNumber","Hash","HatchFilling","HatchShading","Haversine","HazardFunction","Head","HeadCompose","HeaderAlignment","HeaderBackground","HeaderDisplayFunction","HeaderLines","Headers","HeaderSize","HeaderStyle","Heads","HeatFluxValue","HeatInsulationValue","HeatOutflowValue","HeatRadiationValue","HeatSymmetryValue","HeatTemperatureCondition","HeatTransferPDEComponent","HeatTransferValue","HeavisideLambda","HeavisidePi","HeavisideTheta","HeldGroupHe","HeldPart","HelmholtzPDEComponent","HelpBrowserLookup","HelpBrowserNotebook","HelpBrowserSettings","HelpViewerSettings","Here","HermiteDecomposition","HermiteH","Hermitian","HermitianMatrixQ","HessenbergDecomposition","Hessian","HeunB","HeunBPrime","HeunC","HeunCPrime","HeunD","HeunDPrime","HeunG","HeunGPrime","HeunT","HeunTPrime","HexadecimalCharacter","Hexahedron","HexahedronBox","HexahedronBoxOptions","HiddenItems","HiddenMarkovProcess","HiddenSurface","Highlighted","HighlightGraph","HighlightImage","HighlightMesh","HighlightString","HighpassFilter","HigmanSimsGroupHS","HilbertCurve","HilbertFilter","HilbertMatrix","Histogram","Histogram3D","HistogramDistribution","HistogramList","HistogramPointDensity","HistogramTransform","HistogramTransformInterpolation","HistoricalPeriodData","HitMissTransform","HITSCentrality","HjorthDistribution","HodgeDual","HoeffdingD","HoeffdingDTest","Hold","HoldAll","HoldAllComplete","HoldComplete","HoldFirst","HoldForm","HoldPattern","HoldRest","HolidayCalendar","HomeDirectory","HomePage","Horizontal","HorizontalForm","HorizontalGauge","HorizontalScrollPosition","HornerForm","HostLookup","HotellingTSquareDistribution","HoytDistribution","HTMLSave","HTTPErrorResponse","HTTPRedirect","HTTPRequest","HTTPRequestData","HTTPResponse","Hue","HumanGrowthData","HumpDownHump","HumpEqual","HurwitzLerchPhi","HurwitzZeta","HyperbolicDistribution","HypercubeGraph","HyperexponentialDistribution","Hyperfactorial","Hypergeometric0F1","Hypergeometric0F1Regularized","Hypergeometric1F1","Hypergeometric1F1Regularized","Hypergeometric2F1","Hypergeometric2F1Regularized","HypergeometricDistribution","HypergeometricPFQ","HypergeometricPFQRegularized","HypergeometricU","Hyperlink","HyperlinkAction","HyperlinkCreationSettings","Hyperplane","Hyphenation","HyphenationOptions","HypoexponentialDistribution","HypothesisTestData","I","IconData","Iconize","IconizedObject","IconRules","Icosahedron","Identity","IdentityMatrix","If","IfCompiled","IgnoreCase","IgnoreDiacritics","IgnoreIsotopes","IgnorePunctuation","IgnoreSpellCheck","IgnoreStereochemistry","IgnoringInactive","Im","Image","Image3D","Image3DProjection","Image3DSlices","ImageAccumulate","ImageAdd","ImageAdjust","ImageAlign","ImageApply","ImageApplyIndexed","ImageAspectRatio","ImageAssemble","ImageAugmentationLayer","ImageBoundingBoxes","ImageCache","ImageCacheValid","ImageCapture","ImageCaptureFunction","ImageCases","ImageChannels","ImageClip","ImageCollage","ImageColorSpace","ImageCompose","ImageContainsQ","ImageContents","ImageConvolve","ImageCooccurrence","ImageCorners","ImageCorrelate","ImageCorrespondingPoints","ImageCrop","ImageData","ImageDeconvolve","ImageDemosaic","ImageDifference","ImageDimensions","ImageDisplacements","ImageDistance","ImageEditMode","ImageEffect","ImageExposureCombine","ImageFeatureTrack","ImageFileApply","ImageFileFilter","ImageFileScan","ImageFilter","ImageFocusCombine","ImageForestingComponents","ImageFormattingWidth","ImageForwardTransformation","ImageGraphics","ImageHistogram","ImageIdentify","ImageInstanceQ","ImageKeypoints","ImageLabels","ImageLegends","ImageLevels","ImageLines","ImageMargins","ImageMarker","ImageMarkers","ImageMeasurements","ImageMesh","ImageMultiply","ImageOffset","ImagePad","ImagePadding","ImagePartition","ImagePeriodogram","ImagePerspectiveTransformation","ImagePosition","ImagePreviewFunction","ImagePyramid","ImagePyramidApply","ImageQ","ImageRangeCache","ImageRecolor","ImageReflect","ImageRegion","ImageResize","ImageResolution","ImageRestyle","ImageRotate","ImageRotated","ImageSaliencyFilter","ImageScaled","ImageScan","ImageSize","ImageSizeAction","ImageSizeCache","ImageSizeMultipliers","ImageSizeRaw","ImageStitch","ImageSubtract","ImageTake","ImageTransformation","ImageTrim","ImageType","ImageValue","ImageValuePositions","ImageVectorscopePlot","ImageWaveformPlot","ImagingDevice","ImplicitD","ImplicitRegion","Implies","Import","ImportAutoReplacements","ImportByteArray","ImportedObject","ImportOptions","ImportString","ImprovementImportance","In","Inactivate","Inactive","InactiveStyle","IncidenceGraph","IncidenceList","IncidenceMatrix","IncludeAromaticBonds","IncludeConstantBasis","IncludedContexts","IncludeDefinitions","IncludeDirectories","IncludeFileExtension","IncludeGeneratorTasks","IncludeHydrogens","IncludeInflections","IncludeMetaInformation","IncludePods","IncludeQuantities","IncludeRelatedTables","IncludeSingularSolutions","IncludeSingularTerm","IncludeWindowTimes","Increment","IndefiniteMatrixQ","Indent","IndentingNewlineSpacings","IndentMaxFraction","IndependenceTest","IndependentEdgeSetQ","IndependentPhysicalQuantity","IndependentUnit","IndependentUnitDimension","IndependentVertexSetQ","Indeterminate","IndeterminateThreshold","IndexCreationOptions","Indexed","IndexEdgeTaggedGraph","IndexGraph","IndexTag","Inequality","InertEvaluate","InertExpression","InexactNumberQ","InexactNumbers","InfiniteFuture","InfiniteLine","InfiniteLineThrough","InfinitePast","InfinitePlane","Infinity","Infix","InflationAdjust","InflationMethod","Information","InformationData","InformationDataGrid","Inherited","InheritScope","InhomogeneousPoissonPointProcess","InhomogeneousPoissonProcess","InitialEvaluationHistory","Initialization","InitializationCell","InitializationCellEvaluation","InitializationCellWarning","InitializationObject","InitializationObjects","InitializationValue","Initialize","InitialSeeding","InlineCounterAssignments","InlineCounterIncrements","InlineRules","Inner","InnerPolygon","InnerPolyhedron","Inpaint","Input","InputAliases","InputAssumptions","InputAutoReplacements","InputField","InputFieldBox","InputFieldBoxOptions","InputForm","InputGrouping","InputNamePacket","InputNotebook","InputPacket","InputPorts","InputSettings","InputStream","InputString","InputStringPacket","InputToBoxFormPacket","Insert","InsertionFunction","InsertionPointObject","InsertLinebreaks","InsertResults","Inset","Inset3DBox","Inset3DBoxOptions","InsetBox","InsetBoxOptions","Insphere","Install","InstallService","InstanceNormalizationLayer","InString","Integer","IntegerDigits","IntegerExponent","IntegerLength","IntegerName","IntegerPart","IntegerPartitions","IntegerQ","IntegerReverse","Integers","IntegerString","Integral","Integrate","IntegrateChangeVariables","Interactive","InteractiveTradingChart","InterfaceSwitched","Interlaced","Interleaving","InternallyBalancedDecomposition","InterpolatingFunction","InterpolatingPolynomial","Interpolation","InterpolationOrder","InterpolationPoints","InterpolationPrecision","Interpretation","InterpretationBox","InterpretationBoxOptions","InterpretationFunction","Interpreter","InterpretTemplate","InterquartileRange","Interrupt","InterruptSettings","IntersectedEntityClass","IntersectingQ","Intersection","Interval","IntervalIntersection","IntervalMarkers","IntervalMarkersStyle","IntervalMemberQ","IntervalSlider","IntervalUnion","Into","Inverse","InverseBetaRegularized","InverseBilateralLaplaceTransform","InverseBilateralZTransform","InverseCDF","InverseChiSquareDistribution","InverseContinuousWaveletTransform","InverseDistanceTransform","InverseEllipticNomeQ","InverseErf","InverseErfc","InverseFourier","InverseFourierCosTransform","InverseFourierSequenceTransform","InverseFourierSinTransform","InverseFourierTransform","InverseFunction","InverseFunctions","InverseGammaDistribution","InverseGammaRegularized","InverseGaussianDistribution","InverseGudermannian","InverseHankelTransform","InverseHaversine","InverseImagePyramid","InverseJacobiCD","InverseJacobiCN","InverseJacobiCS","InverseJacobiDC","InverseJacobiDN","InverseJacobiDS","InverseJacobiNC","InverseJacobiND","InverseJacobiNS","InverseJacobiSC","InverseJacobiSD","InverseJacobiSN","InverseLaplaceTransform","InverseMellinTransform","InversePermutation","InverseRadon","InverseRadonTransform","InverseSeries","InverseShortTimeFourier","InverseSpectrogram","InverseSurvivalFunction","InverseTransformedRegion","InverseWaveletTransform","InverseWeierstrassP","InverseWishartMatrixDistribution","InverseZTransform","Invisible","InvisibleApplication","InvisibleTimes","IPAddress","IrreduciblePolynomialQ","IslandData","IsolatingInterval","IsomorphicGraphQ","IsomorphicSubgraphQ","IsotopeData","Italic","Item","ItemAspectRatio","ItemBox","ItemBoxOptions","ItemDisplayFunction","ItemSize","ItemStyle","ItoProcess","JaccardDissimilarity","JacobiAmplitude","Jacobian","JacobiCD","JacobiCN","JacobiCS","JacobiDC","JacobiDN","JacobiDS","JacobiEpsilon","JacobiNC","JacobiND","JacobiNS","JacobiP","JacobiSC","JacobiSD","JacobiSN","JacobiSymbol","JacobiZeta","JacobiZN","JankoGroupJ1","JankoGroupJ2","JankoGroupJ3","JankoGroupJ4","JarqueBeraALMTest","JohnsonDistribution","Join","JoinAcross","Joined","JoinedCurve","JoinedCurveBox","JoinedCurveBoxOptions","JoinForm","JordanDecomposition","JordanModelDecomposition","JulianDate","JuliaSetBoettcher","JuliaSetIterationCount","JuliaSetPlot","JuliaSetPoints","K","KagiChart","KaiserBesselWindow","KaiserWindow","KalmanEstimator","KalmanFilter","KarhunenLoeveDecomposition","KaryTree","KatzCentrality","KCoreComponents","KDistribution","KEdgeConnectedComponents","KEdgeConnectedGraphQ","KeepExistingVersion","KelvinBei","KelvinBer","KelvinKei","KelvinKer","KendallTau","KendallTauTest","KernelConfiguration","KernelExecute","KernelFunction","KernelMixtureDistribution","KernelObject","Kernels","Ket","Key","KeyCollisionFunction","KeyComplement","KeyDrop","KeyDropFrom","KeyExistsQ","KeyFreeQ","KeyIntersection","KeyMap","KeyMemberQ","KeypointStrength","Keys","KeySelect","KeySort","KeySortBy","KeyTake","KeyUnion","KeyValueMap","KeyValuePattern","Khinchin","KillProcess","KirchhoffGraph","KirchhoffMatrix","KleinInvariantJ","KnapsackSolve","KnightTourGraph","KnotData","KnownUnitQ","KochCurve","KolmogorovSmirnovTest","KroneckerDelta","KroneckerModelDecomposition","KroneckerProduct","KroneckerSymbol","KuiperTest","KumaraswamyDistribution","Kurtosis","KuwaharaFilter","KVertexConnectedComponents","KVertexConnectedGraphQ","LABColor","Label","Labeled","LabeledSlider","LabelingFunction","LabelingSize","LabelStyle","LabelVisibility","LaguerreL","LakeData","LambdaComponents","LambertW","LameC","LameCPrime","LameEigenvalueA","LameEigenvalueB","LameS","LameSPrime","LaminaData","LanczosWindow","LandauDistribution","Language","LanguageCategory","LanguageData","LanguageIdentify","LanguageOptions","LaplaceDistribution","LaplaceTransform","Laplacian","LaplacianFilter","LaplacianGaussianFilter","LaplacianPDETerm","Large","Larger","Last","Latitude","LatitudeLongitude","LatticeData","LatticeReduce","Launch","LaunchKernels","LayeredGraphPlot","LayeredGraphPlot3D","LayerSizeFunction","LayoutInformation","LCHColor","LCM","LeaderSize","LeafCount","LeapVariant","LeapYearQ","LearnDistribution","LearnedDistribution","LearningRate","LearningRateMultipliers","LeastSquares","LeastSquaresFilterKernel","Left","LeftArrow","LeftArrowBar","LeftArrowRightArrow","LeftDownTeeVector","LeftDownVector","LeftDownVectorBar","LeftRightArrow","LeftRightVector","LeftTee","LeftTeeArrow","LeftTeeVector","LeftTriangle","LeftTriangleBar","LeftTriangleEqual","LeftUpDownVector","LeftUpTeeVector","LeftUpVector","LeftUpVectorBar","LeftVector","LeftVectorBar","LegendAppearance","Legended","LegendFunction","LegendLabel","LegendLayout","LegendMargins","LegendMarkers","LegendMarkerSize","LegendreP","LegendreQ","LegendreType","Length","LengthWhile","LerchPhi","Less","LessEqual","LessEqualGreater","LessEqualThan","LessFullEqual","LessGreater","LessLess","LessSlantEqual","LessThan","LessTilde","LetterCharacter","LetterCounts","LetterNumber","LetterQ","Level","LeveneTest","LeviCivitaTensor","LevyDistribution","Lexicographic","LexicographicOrder","LexicographicSort","LibraryDataType","LibraryFunction","LibraryFunctionDeclaration","LibraryFunctionError","LibraryFunctionInformation","LibraryFunctionLoad","LibraryFunctionUnload","LibraryLoad","LibraryUnload","LicenseEntitlementObject","LicenseEntitlements","LicenseID","LicensingSettings","LiftingFilterData","LiftingWaveletTransform","LightBlue","LightBrown","LightCyan","Lighter","LightGray","LightGreen","Lighting","LightingAngle","LightMagenta","LightOrange","LightPink","LightPurple","LightRed","LightSources","LightYellow","Likelihood","Limit","LimitsPositioning","LimitsPositioningTokens","LindleyDistribution","Line","Line3DBox","Line3DBoxOptions","LinearFilter","LinearFractionalOptimization","LinearFractionalTransform","LinearGradientFilling","LinearGradientImage","LinearizingTransformationData","LinearLayer","LinearModelFit","LinearOffsetFunction","LinearOptimization","LinearProgramming","LinearRecurrence","LinearSolve","LinearSolveFunction","LineBox","LineBoxOptions","LineBreak","LinebreakAdjustments","LineBreakChart","LinebreakSemicolonWeighting","LineBreakWithin","LineColor","LineGraph","LineIndent","LineIndentMaxFraction","LineIntegralConvolutionPlot","LineIntegralConvolutionScale","LineLegend","LineOpacity","LineSpacing","LineWrapParts","LinkActivate","LinkClose","LinkConnect","LinkConnectedQ","LinkCreate","LinkError","LinkFlush","LinkFunction","LinkHost","LinkInterrupt","LinkLaunch","LinkMode","LinkObject","LinkOpen","LinkOptions","LinkPatterns","LinkProtocol","LinkRankCentrality","LinkRead","LinkReadHeld","LinkReadyQ","Links","LinkService","LinkWrite","LinkWriteHeld","LiouvilleLambda","List","Listable","ListAnimate","ListContourPlot","ListContourPlot3D","ListConvolve","ListCorrelate","ListCurvePathPlot","ListDeconvolve","ListDensityPlot","ListDensityPlot3D","Listen","ListFormat","ListFourierSequenceTransform","ListInterpolation","ListLineIntegralConvolutionPlot","ListLinePlot","ListLinePlot3D","ListLogLinearPlot","ListLogLogPlot","ListLogPlot","ListPicker","ListPickerBox","ListPickerBoxBackground","ListPickerBoxOptions","ListPlay","ListPlot","ListPlot3D","ListPointPlot3D","ListPolarPlot","ListQ","ListSliceContourPlot3D","ListSliceDensityPlot3D","ListSliceVectorPlot3D","ListStepPlot","ListStreamDensityPlot","ListStreamPlot","ListStreamPlot3D","ListSurfacePlot3D","ListVectorDensityPlot","ListVectorDisplacementPlot","ListVectorDisplacementPlot3D","ListVectorPlot","ListVectorPlot3D","ListZTransform","Literal","LiteralSearch","LiteralType","LoadCompiledComponent","LocalAdaptiveBinarize","LocalCache","LocalClusteringCoefficient","LocalEvaluate","LocalizeDefinitions","LocalizeVariables","LocalObject","LocalObjects","LocalResponseNormalizationLayer","LocalSubmit","LocalSymbol","LocalTime","LocalTimeZone","LocationEquivalenceTest","LocationTest","Locator","LocatorAutoCreate","LocatorBox","LocatorBoxOptions","LocatorCentering","LocatorPane","LocatorPaneBox","LocatorPaneBoxOptions","LocatorRegion","Locked","Log","Log10","Log2","LogBarnesG","LogGamma","LogGammaDistribution","LogicalExpand","LogIntegral","LogisticDistribution","LogisticSigmoid","LogitModelFit","LogLikelihood","LogLinearPlot","LogLogisticDistribution","LogLogPlot","LogMultinormalDistribution","LogNormalDistribution","LogPlot","LogRankTest","LogSeriesDistribution","LongEqual","Longest","LongestCommonSequence","LongestCommonSequencePositions","LongestCommonSubsequence","LongestCommonSubsequencePositions","LongestMatch","LongestOrderedSequence","LongForm","Longitude","LongLeftArrow","LongLeftRightArrow","LongRightArrow","LongShortTermMemoryLayer","Lookup","Loopback","LoopFreeGraphQ","Looping","LossFunction","LowerCaseQ","LowerLeftArrow","LowerRightArrow","LowerTriangularize","LowerTriangularMatrix","LowerTriangularMatrixQ","LowpassFilter","LQEstimatorGains","LQGRegulator","LQOutputRegulatorGains","LQRegulatorGains","LUBackSubstitution","LucasL","LuccioSamiComponents","LUDecomposition","LunarEclipse","LUVColor","LyapunovSolve","LyonsGroupLy","MachineID","MachineName","MachineNumberQ","MachinePrecision","MacintoshSystemPageSetup","Magenta","Magnification","Magnify","MailAddressValidation","MailExecute","MailFolder","MailItem","MailReceiverFunction","MailResponseFunction","MailSearch","MailServerConnect","MailServerConnection","MailSettings","MainSolve","MaintainDynamicCaches","Majority","MakeBoxes","MakeExpression","MakeRules","ManagedLibraryExpressionID","ManagedLibraryExpressionQ","MandelbrotSetBoettcher","MandelbrotSetDistance","MandelbrotSetIterationCount","MandelbrotSetMemberQ","MandelbrotSetPlot","MangoldtLambda","ManhattanDistance","Manipulate","Manipulator","MannedSpaceMissionData","MannWhitneyTest","MantissaExponent","Manual","Map","MapAll","MapApply","MapAt","MapIndexed","MAProcess","MapThread","MarchenkoPasturDistribution","MarcumQ","MardiaCombinedTest","MardiaKurtosisTest","MardiaSkewnessTest","MarginalDistribution","MarkovProcessProperties","Masking","MassConcentrationCondition","MassFluxValue","MassImpermeableBoundaryValue","MassOutflowValue","MassSymmetryValue","MassTransferValue","MassTransportPDEComponent","MatchingDissimilarity","MatchLocalNameQ","MatchLocalNames","MatchQ","Material","MaterialShading","MaternPointProcess","MathematicalFunctionData","MathematicaNotation","MathieuC","MathieuCharacteristicA","MathieuCharacteristicB","MathieuCharacteristicExponent","MathieuCPrime","MathieuGroupM11","MathieuGroupM12","MathieuGroupM22","MathieuGroupM23","MathieuGroupM24","MathieuS","MathieuSPrime","MathMLForm","MathMLText","Matrices","MatrixExp","MatrixForm","MatrixFunction","MatrixLog","MatrixNormalDistribution","MatrixPlot","MatrixPower","MatrixPropertyDistribution","MatrixQ","MatrixRank","MatrixTDistribution","Max","MaxBend","MaxCellMeasure","MaxColorDistance","MaxDate","MaxDetect","MaxDisplayedChildren","MaxDuration","MaxExtraBandwidths","MaxExtraConditions","MaxFeatureDisplacement","MaxFeatures","MaxFilter","MaximalBy","Maximize","MaxItems","MaxIterations","MaxLimit","MaxMemoryUsed","MaxMixtureKernels","MaxOverlapFraction","MaxPlotPoints","MaxPoints","MaxRecursion","MaxStableDistribution","MaxStepFraction","MaxSteps","MaxStepSize","MaxTrainingRounds","MaxValue","MaxwellDistribution","MaxWordGap","McLaughlinGroupMcL","Mean","MeanAbsoluteLossLayer","MeanAround","MeanClusteringCoefficient","MeanDegreeConnectivity","MeanDeviation","MeanFilter","MeanGraphDistance","MeanNeighborDegree","MeanPointDensity","MeanShift","MeanShiftFilter","MeanSquaredLossLayer","Median","MedianDeviation","MedianFilter","MedicalTestData","Medium","MeijerG","MeijerGReduce","MeixnerDistribution","MellinConvolve","MellinTransform","MemberQ","MemoryAvailable","MemoryConstrained","MemoryConstraint","MemoryInUse","MengerMesh","Menu","MenuAppearance","MenuCommandKey","MenuEvaluator","MenuItem","MenuList","MenuPacket","MenuSortingValue","MenuStyle","MenuView","Merge","MergeDifferences","MergingFunction","MersennePrimeExponent","MersennePrimeExponentQ","Mesh","MeshCellCentroid","MeshCellCount","MeshCellHighlight","MeshCellIndex","MeshCellLabel","MeshCellMarker","MeshCellMeasure","MeshCellQuality","MeshCells","MeshCellShapeFunction","MeshCellStyle","MeshConnectivityGraph","MeshCoordinates","MeshFunctions","MeshPrimitives","MeshQualityGoal","MeshRange","MeshRefinementFunction","MeshRegion","MeshRegionQ","MeshShading","MeshStyle","Message","MessageDialog","MessageList","MessageName","MessageObject","MessageOptions","MessagePacket","Messages","MessagesNotebook","MetaCharacters","MetaInformation","MeteorShowerData","Method","MethodOptions","MexicanHatWavelet","MeyerWavelet","Midpoint","MIMETypeToFormatList","Min","MinColorDistance","MinDate","MinDetect","MineralData","MinFilter","MinimalBy","MinimalPolynomial","MinimalStateSpaceModel","Minimize","MinimumTimeIncrement","MinIntervalSize","MinkowskiQuestionMark","MinLimit","MinMax","MinorPlanetData","Minors","MinPointSeparation","MinRecursion","MinSize","MinStableDistribution","Minus","MinusPlus","MinValue","Missing","MissingBehavior","MissingDataMethod","MissingDataRules","MissingQ","MissingString","MissingStyle","MissingValuePattern","MissingValueSynthesis","MittagLefflerE","MixedFractionParts","MixedGraphQ","MixedMagnitude","MixedRadix","MixedRadixQuantity","MixedUnit","MixtureDistribution","Mod","Modal","Mode","ModelPredictiveController","Modular","ModularInverse","ModularLambda","Module","Modulus","MoebiusMu","Molecule","MoleculeAlign","MoleculeContainsQ","MoleculeDraw","MoleculeEquivalentQ","MoleculeFreeQ","MoleculeGraph","MoleculeMatchQ","MoleculeMaximumCommonSubstructure","MoleculeModify","MoleculeName","MoleculePattern","MoleculePlot","MoleculePlot3D","MoleculeProperty","MoleculeQ","MoleculeRecognize","MoleculeSubstructureCount","MoleculeValue","Moment","MomentConvert","MomentEvaluate","MomentGeneratingFunction","MomentOfInertia","Monday","Monitor","MonomialList","MonomialOrder","MonsterGroupM","MoonPhase","MoonPosition","MorletWavelet","MorphologicalBinarize","MorphologicalBranchPoints","MorphologicalComponents","MorphologicalEulerNumber","MorphologicalGraph","MorphologicalPerimeter","MorphologicalTransform","MortalityData","Most","MountainData","MouseAnnotation","MouseAppearance","MouseAppearanceTag","MouseButtons","Mouseover","MousePointerNote","MousePosition","MovieData","MovingAverage","MovingMap","MovingMedian","MoyalDistribution","MultiaxisArrangement","Multicolumn","MultiedgeStyle","MultigraphQ","MultilaunchWarning","MultiLetterItalics","MultiLetterStyle","MultilineFunction","Multinomial","MultinomialDistribution","MultinormalDistribution","MultiplicativeOrder","Multiplicity","MultiplySides","MultiscriptBoxOptions","Multiselection","MultivariateHypergeometricDistribution","MultivariatePoissonDistribution","MultivariateTDistribution","N","NakagamiDistribution","NameQ","Names","NamespaceBox","NamespaceBoxOptions","Nand","NArgMax","NArgMin","NBernoulliB","NBodySimulation","NBodySimulationData","NCache","NCaputoD","NDEigensystem","NDEigenvalues","NDSolve","NDSolveValue","Nearest","NearestFunction","NearestMeshCells","NearestNeighborG","NearestNeighborGraph","NearestTo","NebulaData","NeedlemanWunschSimilarity","Needs","Negative","NegativeBinomialDistribution","NegativeDefiniteMatrixQ","NegativeIntegers","NegativelyOrientedPoints","NegativeMultinomialDistribution","NegativeRationals","NegativeReals","NegativeSemidefiniteMatrixQ","NeighborhoodData","NeighborhoodGraph","Nest","NestedGreaterGreater","NestedLessLess","NestedScriptRules","NestGraph","NestList","NestTree","NestWhile","NestWhileList","NetAppend","NetArray","NetArrayLayer","NetBidirectionalOperator","NetChain","NetDecoder","NetDelete","NetDrop","NetEncoder","NetEvaluationMode","NetExternalObject","NetExtract","NetFlatten","NetFoldOperator","NetGANOperator","NetGraph","NetInformation","NetInitialize","NetInsert","NetInsertSharedArrays","NetJoin","NetMapOperator","NetMapThreadOperator","NetMeasurements","NetModel","NetNestOperator","NetPairEmbeddingOperator","NetPort","NetPortGradient","NetPrepend","NetRename","NetReplace","NetReplacePart","NetSharedArray","NetStateObject","NetTake","NetTrain","NetTrainResultsObject","NetUnfold","NetworkPacketCapture","NetworkPacketRecording","NetworkPacketRecordingDuring","NetworkPacketTrace","NeumannValue","NevilleThetaC","NevilleThetaD","NevilleThetaN","NevilleThetaS","NewPrimitiveStyle","NExpectation","Next","NextCell","NextDate","NextPrime","NextScheduledTaskTime","NeymanScottPointProcess","NFractionalD","NHoldAll","NHoldFirst","NHoldRest","NicholsGridLines","NicholsPlot","NightHemisphere","NIntegrate","NMaximize","NMaxValue","NMinimize","NMinValue","NominalScale","NominalVariables","NonAssociative","NoncentralBetaDistribution","NoncentralChiSquareDistribution","NoncentralFRatioDistribution","NoncentralStudentTDistribution","NonCommutativeMultiply","NonConstants","NondimensionalizationTransform","None","NoneTrue","NonlinearModelFit","NonlinearStateSpaceModel","NonlocalMeansFilter","NonNegative","NonNegativeIntegers","NonNegativeRationals","NonNegativeReals","NonPositive","NonPositiveIntegers","NonPositiveRationals","NonPositiveReals","Nor","NorlundB","Norm","Normal","NormalDistribution","NormalGrouping","NormalizationLayer","Normalize","Normalized","NormalizedSquaredEuclideanDistance","NormalMatrixQ","NormalsFunction","NormFunction","Not","NotCongruent","NotCupCap","NotDoubleVerticalBar","Notebook","NotebookApply","NotebookAutoSave","NotebookBrowseDirectory","NotebookClose","NotebookConvertSettings","NotebookCreate","NotebookDefault","NotebookDelete","NotebookDirectory","NotebookDynamicExpression","NotebookEvaluate","NotebookEventActions","NotebookFileName","NotebookFind","NotebookGet","NotebookImport","NotebookInformation","NotebookInterfaceObject","NotebookLocate","NotebookObject","NotebookOpen","NotebookPath","NotebookPrint","NotebookPut","NotebookRead","Notebooks","NotebookSave","NotebookSelection","NotebooksMenu","NotebookTemplate","NotebookWrite","NotElement","NotEqualTilde","NotExists","NotGreater","NotGreaterEqual","NotGreaterFullEqual","NotGreaterGreater","NotGreaterLess","NotGreaterSlantEqual","NotGreaterTilde","Nothing","NotHumpDownHump","NotHumpEqual","NotificationFunction","NotLeftTriangle","NotLeftTriangleBar","NotLeftTriangleEqual","NotLess","NotLessEqual","NotLessFullEqual","NotLessGreater","NotLessLess","NotLessSlantEqual","NotLessTilde","NotNestedGreaterGreater","NotNestedLessLess","NotPrecedes","NotPrecedesEqual","NotPrecedesSlantEqual","NotPrecedesTilde","NotReverseElement","NotRightTriangle","NotRightTriangleBar","NotRightTriangleEqual","NotSquareSubset","NotSquareSubsetEqual","NotSquareSuperset","NotSquareSupersetEqual","NotSubset","NotSubsetEqual","NotSucceeds","NotSucceedsEqual","NotSucceedsSlantEqual","NotSucceedsTilde","NotSuperset","NotSupersetEqual","NotTilde","NotTildeEqual","NotTildeFullEqual","NotTildeTilde","NotVerticalBar","Now","NoWhitespace","NProbability","NProduct","NProductFactors","NRoots","NSolve","NSolveValues","NSum","NSumTerms","NuclearExplosionData","NuclearReactorData","Null","NullRecords","NullSpace","NullWords","Number","NumberCompose","NumberDecompose","NumberDigit","NumberExpand","NumberFieldClassNumber","NumberFieldDiscriminant","NumberFieldFundamentalUnits","NumberFieldIntegralBasis","NumberFieldNormRepresentatives","NumberFieldRegulator","NumberFieldRootsOfUnity","NumberFieldSignature","NumberForm","NumberFormat","NumberLinePlot","NumberMarks","NumberMultiplier","NumberPadding","NumberPoint","NumberQ","NumberSeparator","NumberSigns","NumberString","Numerator","NumeratorDenominator","NumericalOrder","NumericalSort","NumericArray","NumericArrayQ","NumericArrayType","NumericFunction","NumericQ","NuttallWindow","NValues","NyquistGridLines","NyquistPlot","O","ObjectExistsQ","ObservabilityGramian","ObservabilityMatrix","ObservableDecomposition","ObservableModelQ","OceanData","Octahedron","OddQ","Off","Offset","OLEData","On","ONanGroupON","Once","OneIdentity","Opacity","OpacityFunction","OpacityFunctionScaling","Open","OpenAppend","Opener","OpenerBox","OpenerBoxOptions","OpenerView","OpenFunctionInspectorPacket","Opening","OpenRead","OpenSpecialOptions","OpenTemporary","OpenWrite","Operate","OperatingSystem","OperatorApplied","OptimumFlowData","Optional","OptionalElement","OptionInspectorSettings","OptionQ","Options","OptionsPacket","OptionsPattern","OptionValue","OptionValueBox","OptionValueBoxOptions","Or","Orange","Order","OrderDistribution","OrderedQ","Ordering","OrderingBy","OrderingLayer","Orderless","OrderlessPatternSequence","OrdinalScale","OrnsteinUhlenbeckProcess","Orthogonalize","OrthogonalMatrixQ","Out","Outer","OuterPolygon","OuterPolyhedron","OutputAutoOverwrite","OutputControllabilityMatrix","OutputControllableModelQ","OutputForm","OutputFormData","OutputGrouping","OutputMathEditExpression","OutputNamePacket","OutputPorts","OutputResponse","OutputSizeLimit","OutputStream","Over","OverBar","OverDot","Overflow","OverHat","Overlaps","Overlay","OverlayBox","OverlayBoxOptions","OverlayVideo","Overscript","OverscriptBox","OverscriptBoxOptions","OverTilde","OverVector","OverwriteTarget","OwenT","OwnValues","Package","PackingMethod","PackPaclet","PacletDataRebuild","PacletDirectoryAdd","PacletDirectoryLoad","PacletDirectoryRemove","PacletDirectoryUnload","PacletDisable","PacletEnable","PacletFind","PacletFindRemote","PacletInformation","PacletInstall","PacletInstallSubmit","PacletNewerQ","PacletObject","PacletObjectQ","PacletSite","PacletSiteObject","PacletSiteRegister","PacletSites","PacletSiteUnregister","PacletSiteUpdate","PacletSymbol","PacletUninstall","PacletUpdate","PaddedForm","Padding","PaddingLayer","PaddingSize","PadeApproximant","PadLeft","PadRight","PageBreakAbove","PageBreakBelow","PageBreakWithin","PageFooterLines","PageFooters","PageHeaderLines","PageHeaders","PageHeight","PageRankCentrality","PageTheme","PageWidth","Pagination","PairCorrelationG","PairedBarChart","PairedHistogram","PairedSmoothHistogram","PairedTTest","PairedZTest","PaletteNotebook","PalettePath","PalettesMenuSettings","PalindromeQ","Pane","PaneBox","PaneBoxOptions","Panel","PanelBox","PanelBoxOptions","Paneled","PaneSelector","PaneSelectorBox","PaneSelectorBoxOptions","PaperWidth","ParabolicCylinderD","ParagraphIndent","ParagraphSpacing","ParallelArray","ParallelAxisPlot","ParallelCombine","ParallelDo","Parallelepiped","ParallelEvaluate","Parallelization","Parallelize","ParallelKernels","ParallelMap","ParallelNeeds","Parallelogram","ParallelProduct","ParallelSubmit","ParallelSum","ParallelTable","ParallelTry","Parameter","ParameterEstimator","ParameterMixtureDistribution","ParameterVariables","ParametricConvexOptimization","ParametricFunction","ParametricNDSolve","ParametricNDSolveValue","ParametricPlot","ParametricPlot3D","ParametricRampLayer","ParametricRegion","ParentBox","ParentCell","ParentConnect","ParentDirectory","ParentEdgeLabel","ParentEdgeLabelFunction","ParentEdgeLabelStyle","ParentEdgeShapeFunction","ParentEdgeStyle","ParentEdgeStyleFunction","ParentForm","Parenthesize","ParentList","ParentNotebook","ParetoDistribution","ParetoPickandsDistribution","ParkData","Part","PartBehavior","PartialCorrelationFunction","PartialD","ParticleAcceleratorData","ParticleData","Partition","PartitionGranularity","PartitionsP","PartitionsQ","PartLayer","PartOfSpeech","PartProtection","ParzenWindow","PascalDistribution","PassEventsDown","PassEventsUp","Paste","PasteAutoQuoteCharacters","PasteBoxFormInlineCells","PasteButton","Path","PathGraph","PathGraphQ","Pattern","PatternFilling","PatternReaction","PatternSequence","PatternTest","PauliMatrix","PaulWavelet","Pause","PausedTime","PDF","PeakDetect","PeanoCurve","PearsonChiSquareTest","PearsonCorrelationTest","PearsonDistribution","PenttinenPointProcess","PercentForm","PerfectNumber","PerfectNumberQ","PerformanceGoal","Perimeter","PeriodicBoundaryCondition","PeriodicInterpolation","Periodogram","PeriodogramArray","Permanent","Permissions","PermissionsGroup","PermissionsGroupMemberQ","PermissionsGroups","PermissionsKey","PermissionsKeys","PermutationCycles","PermutationCyclesQ","PermutationGroup","PermutationLength","PermutationList","PermutationListQ","PermutationMatrix","PermutationMax","PermutationMin","PermutationOrder","PermutationPower","PermutationProduct","PermutationReplace","Permutations","PermutationSupport","Permute","PeronaMalikFilter","Perpendicular","PerpendicularBisector","PersistenceLocation","PersistenceTime","PersistentObject","PersistentObjects","PersistentSymbol","PersistentValue","PersonData","PERTDistribution","PetersenGraph","PhaseMargins","PhaseRange","PhongShading","PhysicalSystemData","Pi","Pick","PickedElements","PickMode","PIDData","PIDDerivativeFilter","PIDFeedforward","PIDTune","Piecewise","PiecewiseExpand","PieChart","PieChart3D","PillaiTrace","PillaiTraceTest","PingTime","Pink","PitchRecognize","Pivoting","PixelConstrained","PixelValue","PixelValuePositions","Placed","Placeholder","PlaceholderLayer","PlaceholderReplace","Plain","PlanarAngle","PlanarFaceList","PlanarGraph","PlanarGraphQ","PlanckRadiationLaw","PlaneCurveData","PlanetaryMoonData","PlanetData","PlantData","Play","PlaybackSettings","PlayRange","Plot","Plot3D","Plot3Matrix","PlotDivision","PlotJoined","PlotLabel","PlotLabels","PlotLayout","PlotLegends","PlotMarkers","PlotPoints","PlotRange","PlotRangeClipping","PlotRangeClipPlanesStyle","PlotRangePadding","PlotRegion","PlotStyle","PlotTheme","Pluralize","Plus","PlusMinus","Pochhammer","PodStates","PodWidth","Point","Point3DBox","Point3DBoxOptions","PointBox","PointBoxOptions","PointCountDistribution","PointDensity","PointDensityFunction","PointFigureChart","PointLegend","PointLight","PointProcessEstimator","PointProcessFitTest","PointProcessParameterAssumptions","PointProcessParameterQ","PointSize","PointStatisticFunction","PointValuePlot","PoissonConsulDistribution","PoissonDistribution","PoissonPDEComponent","PoissonPointProcess","PoissonProcess","PoissonWindow","PolarAxes","PolarAxesOrigin","PolarGridLines","PolarPlot","PolarTicks","PoleZeroMarkers","PolyaAeppliDistribution","PolyGamma","Polygon","Polygon3DBox","Polygon3DBoxOptions","PolygonalNumber","PolygonAngle","PolygonBox","PolygonBoxOptions","PolygonCoordinates","PolygonDecomposition","PolygonHoleScale","PolygonIntersections","PolygonScale","Polyhedron","PolyhedronAngle","PolyhedronBox","PolyhedronBoxOptions","PolyhedronCoordinates","PolyhedronData","PolyhedronDecomposition","PolyhedronGenus","PolyLog","PolynomialExpressionQ","PolynomialExtendedGCD","PolynomialForm","PolynomialGCD","PolynomialLCM","PolynomialMod","PolynomialQ","PolynomialQuotient","PolynomialQuotientRemainder","PolynomialReduce","PolynomialRemainder","Polynomials","PolynomialSumOfSquaresList","PoolingLayer","PopupMenu","PopupMenuBox","PopupMenuBoxOptions","PopupView","PopupWindow","Position","PositionIndex","PositionLargest","PositionSmallest","Positive","PositiveDefiniteMatrixQ","PositiveIntegers","PositivelyOrientedPoints","PositiveRationals","PositiveReals","PositiveSemidefiniteMatrixQ","PossibleZeroQ","Postfix","PostScript","Power","PowerDistribution","PowerExpand","PowerMod","PowerModList","PowerRange","PowerSpectralDensity","PowersRepresentations","PowerSymmetricPolynomial","Precedence","PrecedenceForm","Precedes","PrecedesEqual","PrecedesSlantEqual","PrecedesTilde","Precision","PrecisionGoal","PreDecrement","Predict","PredictionRoot","PredictorFunction","PredictorInformation","PredictorMeasurements","PredictorMeasurementsObject","PreemptProtect","PreferencesPath","PreferencesSettings","Prefix","PreIncrement","Prepend","PrependLayer","PrependTo","PreprocessingRules","PreserveColor","PreserveImageOptions","Previous","PreviousCell","PreviousDate","PriceGraphDistribution","PrimaryPlaceholder","Prime","PrimeNu","PrimeOmega","PrimePi","PrimePowerQ","PrimeQ","Primes","PrimeZetaP","PrimitivePolynomialQ","PrimitiveRoot","PrimitiveRootList","PrincipalComponents","PrincipalValue","Print","PrintableASCIIQ","PrintAction","PrintForm","PrintingCopies","PrintingOptions","PrintingPageRange","PrintingStartingPageNumber","PrintingStyleEnvironment","Printout3D","Printout3DPreviewer","PrintPrecision","PrintTemporary","Prism","PrismBox","PrismBoxOptions","PrivateCellOptions","PrivateEvaluationOptions","PrivateFontOptions","PrivateFrontEndOptions","PrivateKey","PrivateNotebookOptions","PrivatePaths","Probability","ProbabilityDistribution","ProbabilityPlot","ProbabilityPr","ProbabilityScalePlot","ProbitModelFit","ProcessConnection","ProcessDirectory","ProcessEnvironment","Processes","ProcessEstimator","ProcessInformation","ProcessObject","ProcessParameterAssumptions","ProcessParameterQ","ProcessStateDomain","ProcessStatus","ProcessTimeDomain","Product","ProductDistribution","ProductLog","ProgressIndicator","ProgressIndicatorBox","ProgressIndicatorBoxOptions","ProgressReporting","Projection","Prolog","PromptForm","ProofObject","PropagateAborts","Properties","Property","PropertyList","PropertyValue","Proportion","Proportional","Protect","Protected","ProteinData","Pruning","PseudoInverse","PsychrometricPropertyData","PublicKey","PublisherID","PulsarData","PunctuationCharacter","Purple","Put","PutAppend","Pyramid","PyramidBox","PyramidBoxOptions","QBinomial","QFactorial","QGamma","QHypergeometricPFQ","QnDispersion","QPochhammer","QPolyGamma","QRDecomposition","QuadraticIrrationalQ","QuadraticOptimization","Quantile","QuantilePlot","Quantity","QuantityArray","QuantityDistribution","QuantityForm","QuantityMagnitude","QuantityQ","QuantityUnit","QuantityVariable","QuantityVariableCanonicalUnit","QuantityVariableDimensions","QuantityVariableIdentifier","QuantityVariablePhysicalQuantity","Quartics","QuartileDeviation","Quartiles","QuartileSkewness","Query","QuestionGenerator","QuestionInterface","QuestionObject","QuestionSelector","QueueingNetworkProcess","QueueingProcess","QueueProperties","Quiet","QuietEcho","Quit","Quotient","QuotientRemainder","RadialAxisPlot","RadialGradientFilling","RadialGradientImage","RadialityCentrality","RadicalBox","RadicalBoxOptions","RadioButton","RadioButtonBar","RadioButtonBox","RadioButtonBoxOptions","Radon","RadonTransform","RamanujanTau","RamanujanTauL","RamanujanTauTheta","RamanujanTauZ","Ramp","Random","RandomArrayLayer","RandomChoice","RandomColor","RandomComplex","RandomDate","RandomEntity","RandomFunction","RandomGeneratorState","RandomGeoPosition","RandomGraph","RandomImage","RandomInstance","RandomInteger","RandomPermutation","RandomPoint","RandomPointConfiguration","RandomPolygon","RandomPolyhedron","RandomPrime","RandomReal","RandomSample","RandomSeed","RandomSeeding","RandomTime","RandomTree","RandomVariate","RandomWalkProcess","RandomWord","Range","RangeFilter","RangeSpecification","RankedMax","RankedMin","RarerProbability","Raster","Raster3D","Raster3DBox","Raster3DBoxOptions","RasterArray","RasterBox","RasterBoxOptions","Rasterize","RasterSize","Rational","RationalExpressionQ","RationalFunctions","Rationalize","Rationals","Ratios","RawArray","RawBoxes","RawData","RawMedium","RayleighDistribution","Re","ReactionBalance","ReactionBalancedQ","ReactionPDETerm","Read","ReadByteArray","ReadLine","ReadList","ReadProtected","ReadString","Real","RealAbs","RealBlockDiagonalForm","RealDigits","RealExponent","Reals","RealSign","Reap","RebuildPacletData","RecalibrationFunction","RecognitionPrior","RecognitionThreshold","ReconstructionMesh","Record","RecordLists","RecordSeparators","Rectangle","RectangleBox","RectangleBoxOptions","RectangleChart","RectangleChart3D","RectangularRepeatingElement","RecurrenceFilter","RecurrenceTable","RecurringDigitsForm","Red","Reduce","RefBox","ReferenceLineStyle","ReferenceMarkers","ReferenceMarkerStyle","Refine","ReflectionMatrix","ReflectionTransform","Refresh","RefreshRate","Region","RegionBinarize","RegionBoundary","RegionBoundaryStyle","RegionBounds","RegionCentroid","RegionCongruent","RegionConvert","RegionDifference","RegionDilation","RegionDimension","RegionDisjoint","RegionDistance","RegionDistanceFunction","RegionEmbeddingDimension","RegionEqual","RegionErosion","RegionFillingStyle","RegionFit","RegionFunction","RegionImage","RegionIntersection","RegionMeasure","RegionMember","RegionMemberFunction","RegionMoment","RegionNearest","RegionNearestFunction","RegionPlot","RegionPlot3D","RegionProduct","RegionQ","RegionResize","RegionSimilar","RegionSize","RegionSymmetricDifference","RegionUnion","RegionWithin","RegisterExternalEvaluator","RegularExpression","Regularization","RegularlySampledQ","RegularPolygon","ReIm","ReImLabels","ReImPlot","ReImStyle","Reinstall","RelationalDatabase","RelationGraph","Release","ReleaseHold","ReliabilityDistribution","ReliefImage","ReliefPlot","RemoteAuthorizationCaching","RemoteBatchJobAbort","RemoteBatchJobObject","RemoteBatchJobs","RemoteBatchMapSubmit","RemoteBatchSubmissionEnvironment","RemoteBatchSubmit","RemoteConnect","RemoteConnectionObject","RemoteEvaluate","RemoteFile","RemoteInputFiles","RemoteKernelObject","RemoteProviderSettings","RemoteRun","RemoteRunProcess","RemovalConditions","Remove","RemoveAlphaChannel","RemoveAsynchronousTask","RemoveAudioStream","RemoveBackground","RemoveChannelListener","RemoveChannelSubscribers","Removed","RemoveDiacritics","RemoveInputStreamMethod","RemoveOutputStreamMethod","RemoveProperty","RemoveScheduledTask","RemoveUsers","RemoveVideoStream","RenameDirectory","RenameFile","RenderAll","RenderingOptions","RenewalProcess","RenkoChart","RepairMesh","Repeated","RepeatedNull","RepeatedString","RepeatedTiming","RepeatingElement","Replace","ReplaceAll","ReplaceAt","ReplaceHeldPart","ReplaceImageValue","ReplaceList","ReplacePart","ReplacePixelValue","ReplaceRepeated","ReplicateLayer","RequiredPhysicalQuantities","Resampling","ResamplingAlgorithmData","ResamplingMethod","Rescale","RescalingTransform","ResetDirectory","ResetScheduledTask","ReshapeLayer","Residue","ResidueSum","ResizeLayer","Resolve","ResolveContextAliases","ResourceAcquire","ResourceData","ResourceFunction","ResourceObject","ResourceRegister","ResourceRemove","ResourceSearch","ResourceSubmissionObject","ResourceSubmit","ResourceSystemBase","ResourceSystemPath","ResourceUpdate","ResourceVersion","ResponseForm","Rest","RestartInterval","Restricted","Resultant","ResumePacket","Return","ReturnCreatesNewCell","ReturnEntersInput","ReturnExpressionPacket","ReturnInputFormPacket","ReturnPacket","ReturnReceiptFunction","ReturnTextPacket","Reverse","ReverseApplied","ReverseBiorthogonalSplineWavelet","ReverseElement","ReverseEquilibrium","ReverseGraph","ReverseSort","ReverseSortBy","ReverseUpEquilibrium","RevolutionAxis","RevolutionPlot3D","RGBColor","RiccatiSolve","RiceDistribution","RidgeFilter","RiemannR","RiemannSiegelTheta","RiemannSiegelZ","RiemannXi","Riffle","Right","RightArrow","RightArrowBar","RightArrowLeftArrow","RightComposition","RightCosetRepresentative","RightDownTeeVector","RightDownVector","RightDownVectorBar","RightTee","RightTeeArrow","RightTeeVector","RightTriangle","RightTriangleBar","RightTriangleEqual","RightUpDownVector","RightUpTeeVector","RightUpVector","RightUpVectorBar","RightVector","RightVectorBar","RipleyK","RipleyRassonRegion","RiskAchievementImportance","RiskReductionImportance","RobustConvexOptimization","RogersTanimotoDissimilarity","RollPitchYawAngles","RollPitchYawMatrix","RomanNumeral","Root","RootApproximant","RootIntervals","RootLocusPlot","RootMeanSquare","RootOfUnityQ","RootReduce","Roots","RootSum","RootTree","Rotate","RotateLabel","RotateLeft","RotateRight","RotationAction","RotationBox","RotationBoxOptions","RotationMatrix","RotationTransform","Round","RoundImplies","RoundingRadius","Row","RowAlignments","RowBackgrounds","RowBox","RowHeights","RowLines","RowMinHeight","RowReduce","RowsEqual","RowSpacings","RSolve","RSolveValue","RudinShapiro","RudvalisGroupRu","Rule","RuleCondition","RuleDelayed","RuleForm","RulePlot","RulerUnits","RulesTree","Run","RunProcess","RunScheduledTask","RunThrough","RuntimeAttributes","RuntimeOptions","RussellRaoDissimilarity","SameAs","SameQ","SameTest","SameTestProperties","SampledEntityClass","SampleDepth","SampledSoundFunction","SampledSoundList","SampleRate","SamplingPeriod","SARIMAProcess","SARMAProcess","SASTriangle","SatelliteData","SatisfiabilityCount","SatisfiabilityInstances","SatisfiableQ","Saturday","Save","Saveable","SaveAutoDelete","SaveConnection","SaveDefinitions","SavitzkyGolayMatrix","SawtoothWave","Scale","Scaled","ScaleDivisions","ScaledMousePosition","ScaleOrigin","ScalePadding","ScaleRanges","ScaleRangeStyle","ScalingFunctions","ScalingMatrix","ScalingTransform","Scan","ScheduledTask","ScheduledTaskActiveQ","ScheduledTaskInformation","ScheduledTaskInformationData","ScheduledTaskObject","ScheduledTasks","SchurDecomposition","ScientificForm","ScientificNotationThreshold","ScorerGi","ScorerGiPrime","ScorerHi","ScorerHiPrime","ScreenRectangle","ScreenStyleEnvironment","ScriptBaselineShifts","ScriptForm","ScriptLevel","ScriptMinSize","ScriptRules","ScriptSizeMultipliers","Scrollbars","ScrollingOptions","ScrollPosition","SearchAdjustment","SearchIndexObject","SearchIndices","SearchQueryString","SearchResultObject","Sec","Sech","SechDistribution","SecondOrderConeOptimization","SectionGrouping","SectorChart","SectorChart3D","SectorOrigin","SectorSpacing","SecuredAuthenticationKey","SecuredAuthenticationKeys","SecurityCertificate","SeedRandom","Select","Selectable","SelectComponents","SelectedCells","SelectedNotebook","SelectFirst","Selection","SelectionAnimate","SelectionCell","SelectionCellCreateCell","SelectionCellDefaultStyle","SelectionCellParentStyle","SelectionCreateCell","SelectionDebuggerTag","SelectionEvaluate","SelectionEvaluateCreateCell","SelectionMove","SelectionPlaceholder","SelectWithContents","SelfLoops","SelfLoopStyle","SemanticImport","SemanticImportString","SemanticInterpretation","SemialgebraicComponentInstances","SemidefiniteOptimization","SendMail","SendMessage","Sequence","SequenceAlignment","SequenceAttentionLayer","SequenceCases","SequenceCount","SequenceFold","SequenceFoldList","SequenceForm","SequenceHold","SequenceIndicesLayer","SequenceLastLayer","SequenceMostLayer","SequencePosition","SequencePredict","SequencePredictorFunction","SequenceReplace","SequenceRestLayer","SequenceReverseLayer","SequenceSplit","Series","SeriesCoefficient","SeriesData","SeriesTermGoal","ServiceConnect","ServiceDisconnect","ServiceExecute","ServiceObject","ServiceRequest","ServiceResponse","ServiceSubmit","SessionSubmit","SessionTime","Set","SetAccuracy","SetAlphaChannel","SetAttributes","Setbacks","SetCloudDirectory","SetCookies","SetDelayed","SetDirectory","SetEnvironment","SetFileDate","SetFileFormatProperties","SetOptions","SetOptionsPacket","SetPermissions","SetPrecision","SetProperty","SetSecuredAuthenticationKey","SetSelectedNotebook","SetSharedFunction","SetSharedVariable","SetStreamPosition","SetSystemModel","SetSystemOptions","Setter","SetterBar","SetterBox","SetterBoxOptions","Setting","SetUsers","Shading","Shallow","ShannonWavelet","ShapiroWilkTest","Share","SharingList","Sharpen","ShearingMatrix","ShearingTransform","ShellRegion","ShenCastanMatrix","ShiftedGompertzDistribution","ShiftRegisterSequence","Short","ShortDownArrow","Shortest","ShortestMatch","ShortestPathFunction","ShortLeftArrow","ShortRightArrow","ShortTimeFourier","ShortTimeFourierData","ShortUpArrow","Show","ShowAutoConvert","ShowAutoSpellCheck","ShowAutoStyles","ShowCellBracket","ShowCellLabel","ShowCellTags","ShowClosedCellArea","ShowCodeAssist","ShowContents","ShowControls","ShowCursorTracker","ShowGroupOpenCloseIcon","ShowGroupOpener","ShowInvisibleCharacters","ShowPageBreaks","ShowPredictiveInterface","ShowSelection","ShowShortBoxForm","ShowSpecialCharacters","ShowStringCharacters","ShowSyntaxStyles","ShrinkingDelay","ShrinkWrapBoundingBox","SiderealTime","SiegelTheta","SiegelTukeyTest","SierpinskiCurve","SierpinskiMesh","Sign","Signature","SignedRankTest","SignedRegionDistance","SignificanceLevel","SignPadding","SignTest","SimilarityRules","SimpleGraph","SimpleGraphQ","SimplePolygonQ","SimplePolyhedronQ","Simplex","Simplify","Sin","Sinc","SinghMaddalaDistribution","SingleEvaluation","SingleLetterItalics","SingleLetterStyle","SingularValueDecomposition","SingularValueList","SingularValuePlot","SingularValues","Sinh","SinhIntegral","SinIntegral","SixJSymbol","Skeleton","SkeletonTransform","SkellamDistribution","Skewness","SkewNormalDistribution","SkinStyle","Skip","SliceContourPlot3D","SliceDensityPlot3D","SliceDistribution","SliceVectorPlot3D","Slider","Slider2D","Slider2DBox","Slider2DBoxOptions","SliderBox","SliderBoxOptions","SlideShowVideo","SlideView","Slot","SlotSequence","Small","SmallCircle","Smaller","SmithDecomposition","SmithDelayCompensator","SmithWatermanSimilarity","SmoothDensityHistogram","SmoothHistogram","SmoothHistogram3D","SmoothKernelDistribution","SmoothPointDensity","SnDispersion","Snippet","SnippetsVideo","SnubPolyhedron","SocialMediaData","Socket","SocketConnect","SocketListen","SocketListener","SocketObject","SocketOpen","SocketReadMessage","SocketReadyQ","Sockets","SocketWaitAll","SocketWaitNext","SoftmaxLayer","SokalSneathDissimilarity","SolarEclipse","SolarSystemFeatureData","SolarTime","SolidAngle","SolidBoundaryLoadValue","SolidData","SolidDisplacementCondition","SolidFixedCondition","SolidMechanicsPDEComponent","SolidMechanicsStrain","SolidMechanicsStress","SolidRegionQ","Solve","SolveAlways","SolveDelayed","SolveValues","Sort","SortBy","SortedBy","SortedEntityClass","Sound","SoundAndGraphics","SoundNote","SoundVolume","SourceLink","SourcePDETerm","Sow","Space","SpaceCurveData","SpaceForm","Spacer","Spacings","Span","SpanAdjustments","SpanCharacterRounding","SpanFromAbove","SpanFromBoth","SpanFromLeft","SpanLineThickness","SpanMaxSize","SpanMinSize","SpanningCharacters","SpanSymmetric","SparseArray","SparseArrayQ","SpatialBinnedPointData","SpatialBoundaryCorrection","SpatialEstimate","SpatialEstimatorFunction","SpatialGraphDistribution","SpatialJ","SpatialMedian","SpatialNoiseLevel","SpatialObservationRegionQ","SpatialPointData","SpatialPointSelect","SpatialRandomnessTest","SpatialTransformationLayer","SpatialTrendFunction","Speak","SpeakerMatchQ","SpearmanRankTest","SpearmanRho","SpeciesData","SpecificityGoal","SpectralLineData","Spectrogram","SpectrogramArray","Specularity","SpeechCases","SpeechInterpreter","SpeechRecognize","SpeechSynthesize","SpellingCorrection","SpellingCorrectionList","SpellingDictionaries","SpellingDictionariesPath","SpellingOptions","Sphere","SphereBox","SphereBoxOptions","SpherePoints","SphericalBesselJ","SphericalBesselY","SphericalHankelH1","SphericalHankelH2","SphericalHarmonicY","SphericalPlot3D","SphericalRegion","SphericalShell","SpheroidalEigenvalue","SpheroidalJoiningFactor","SpheroidalPS","SpheroidalPSPrime","SpheroidalQS","SpheroidalQSPrime","SpheroidalRadialFactor","SpheroidalS1","SpheroidalS1Prime","SpheroidalS2","SpheroidalS2Prime","Splice","SplicedDistribution","SplineClosed","SplineDegree","SplineKnots","SplineWeights","Split","SplitBy","SpokenString","SpotLight","Sqrt","SqrtBox","SqrtBoxOptions","Square","SquaredEuclideanDistance","SquareFreeQ","SquareIntersection","SquareMatrixQ","SquareRepeatingElement","SquaresR","SquareSubset","SquareSubsetEqual","SquareSuperset","SquareSupersetEqual","SquareUnion","SquareWave","SSSTriangle","StabilityMargins","StabilityMarginsStyle","StableDistribution","Stack","StackBegin","StackComplete","StackedDateListPlot","StackedListPlot","StackInhibit","StadiumShape","StandardAtmosphereData","StandardDeviation","StandardDeviationFilter","StandardForm","Standardize","Standardized","StandardOceanData","StandbyDistribution","Star","StarClusterData","StarData","StarGraph","StartAsynchronousTask","StartExternalSession","StartingStepSize","StartOfLine","StartOfString","StartProcess","StartScheduledTask","StartupSound","StartWebSession","StateDimensions","StateFeedbackGains","StateOutputEstimator","StateResponse","StateSpaceModel","StateSpaceRealization","StateSpaceTransform","StateTransformationLinearize","StationaryDistribution","StationaryWaveletPacketTransform","StationaryWaveletTransform","StatusArea","StatusCentrality","StepMonitor","StereochemistryElements","StieltjesGamma","StippleShading","StirlingS1","StirlingS2","StopAsynchronousTask","StoppingPowerData","StopScheduledTask","StrataVariables","StratonovichProcess","StraussHardcorePointProcess","StraussPointProcess","StreamColorFunction","StreamColorFunctionScaling","StreamDensityPlot","StreamMarkers","StreamPlot","StreamPlot3D","StreamPoints","StreamPosition","Streams","StreamScale","StreamStyle","StrictInequalities","String","StringBreak","StringByteCount","StringCases","StringContainsQ","StringCount","StringDelete","StringDrop","StringEndsQ","StringExpression","StringExtract","StringForm","StringFormat","StringFormatQ","StringFreeQ","StringInsert","StringJoin","StringLength","StringMatchQ","StringPadLeft","StringPadRight","StringPart","StringPartition","StringPosition","StringQ","StringRepeat","StringReplace","StringReplaceList","StringReplacePart","StringReverse","StringRiffle","StringRotateLeft","StringRotateRight","StringSkeleton","StringSplit","StringStartsQ","StringTake","StringTakeDrop","StringTemplate","StringToByteArray","StringToStream","StringTrim","StripBoxes","StripOnInput","StripStyleOnPaste","StripWrapperBoxes","StrokeForm","Struckthrough","StructuralImportance","StructuredArray","StructuredArrayHeadQ","StructuredSelection","StruveH","StruveL","Stub","StudentTDistribution","Style","StyleBox","StyleBoxAutoDelete","StyleData","StyleDefinitions","StyleForm","StyleHints","StyleKeyMapping","StyleMenuListing","StyleNameDialogSettings","StyleNames","StylePrint","StyleSheetPath","Subdivide","Subfactorial","Subgraph","SubMinus","SubPlus","SubresultantPolynomialRemainders","SubresultantPolynomials","Subresultants","Subscript","SubscriptBox","SubscriptBoxOptions","Subscripted","Subsequences","Subset","SubsetCases","SubsetCount","SubsetEqual","SubsetMap","SubsetPosition","SubsetQ","SubsetReplace","Subsets","SubStar","SubstitutionSystem","Subsuperscript","SubsuperscriptBox","SubsuperscriptBoxOptions","SubtitleEncoding","SubtitleTrackSelection","Subtract","SubtractFrom","SubtractSides","SubValues","Succeeds","SucceedsEqual","SucceedsSlantEqual","SucceedsTilde","Success","SuchThat","Sum","SumConvergence","SummationLayer","Sunday","SunPosition","Sunrise","Sunset","SuperDagger","SuperMinus","SupernovaData","SuperPlus","Superscript","SuperscriptBox","SuperscriptBoxOptions","Superset","SupersetEqual","SuperStar","Surd","SurdForm","SurfaceAppearance","SurfaceArea","SurfaceColor","SurfaceData","SurfaceGraphics","SurvivalDistribution","SurvivalFunction","SurvivalModel","SurvivalModelFit","SuspendPacket","SuzukiDistribution","SuzukiGroupSuz","SwatchLegend","Switch","Symbol","SymbolName","SymletWavelet","Symmetric","SymmetricDifference","SymmetricGroup","SymmetricKey","SymmetricMatrixQ","SymmetricPolynomial","SymmetricReduction","Symmetrize","SymmetrizedArray","SymmetrizedArrayRules","SymmetrizedDependentComponents","SymmetrizedIndependentComponents","SymmetrizedReplacePart","SynchronousInitialization","SynchronousUpdating","Synonyms","Syntax","SyntaxForm","SyntaxInformation","SyntaxLength","SyntaxPacket","SyntaxQ","SynthesizeMissingValues","SystemCredential","SystemCredentialData","SystemCredentialKey","SystemCredentialKeys","SystemCredentialStoreObject","SystemDialogInput","SystemException","SystemGet","SystemHelpPath","SystemInformation","SystemInformationData","SystemInstall","SystemModel","SystemModeler","SystemModelExamples","SystemModelLinearize","SystemModelMeasurements","SystemModelParametricSimulate","SystemModelPlot","SystemModelProgressReporting","SystemModelReliability","SystemModels","SystemModelSimulate","SystemModelSimulateSensitivity","SystemModelSimulationData","SystemOpen","SystemOptions","SystemProcessData","SystemProcesses","SystemsConnectionsModel","SystemsModelControllerData","SystemsModelDelay","SystemsModelDelayApproximate","SystemsModelDelete","SystemsModelDimensions","SystemsModelExtract","SystemsModelFeedbackConnect","SystemsModelLabels","SystemsModelLinearity","SystemsModelMerge","SystemsModelOrder","SystemsModelParallelConnect","SystemsModelSeriesConnect","SystemsModelStateFeedbackConnect","SystemsModelVectorRelativeOrders","SystemStub","SystemTest","Tab","TabFilling","Table","TableAlignments","TableDepth","TableDirections","TableForm","TableHeadings","TableSpacing","TableView","TableViewBox","TableViewBoxAlignment","TableViewBoxBackground","TableViewBoxHeaders","TableViewBoxItemSize","TableViewBoxItemStyle","TableViewBoxOptions","TabSpacings","TabView","TabViewBox","TabViewBoxOptions","TagBox","TagBoxNote","TagBoxOptions","TaggingRules","TagSet","TagSetDelayed","TagStyle","TagUnset","Take","TakeDrop","TakeLargest","TakeLargestBy","TakeList","TakeSmallest","TakeSmallestBy","TakeWhile","Tally","Tan","Tanh","TargetDevice","TargetFunctions","TargetSystem","TargetUnits","TaskAbort","TaskExecute","TaskObject","TaskRemove","TaskResume","Tasks","TaskSuspend","TaskWait","TautologyQ","TelegraphProcess","TemplateApply","TemplateArgBox","TemplateBox","TemplateBoxOptions","TemplateEvaluate","TemplateExpression","TemplateIf","TemplateObject","TemplateSequence","TemplateSlot","TemplateSlotSequence","TemplateUnevaluated","TemplateVerbatim","TemplateWith","TemporalData","TemporalRegularity","Temporary","TemporaryVariable","TensorContract","TensorDimensions","TensorExpand","TensorProduct","TensorQ","TensorRank","TensorReduce","TensorSymmetry","TensorTranspose","TensorWedge","TerminatedEvaluation","TernaryListPlot","TernaryPlotCorners","TestID","TestReport","TestReportObject","TestResultObject","Tetrahedron","TetrahedronBox","TetrahedronBoxOptions","TeXForm","TeXSave","Text","Text3DBox","Text3DBoxOptions","TextAlignment","TextBand","TextBoundingBox","TextBox","TextCases","TextCell","TextClipboardType","TextContents","TextData","TextElement","TextForm","TextGrid","TextJustification","TextLine","TextPacket","TextParagraph","TextPosition","TextRecognize","TextSearch","TextSearchReport","TextSentences","TextString","TextStructure","TextStyle","TextTranslation","Texture","TextureCoordinateFunction","TextureCoordinateScaling","TextWords","Therefore","ThermodynamicData","ThermometerGauge","Thick","Thickness","Thin","Thinning","ThisLink","ThomasPointProcess","ThompsonGroupTh","Thread","Threaded","ThreadingLayer","ThreeJSymbol","Threshold","Through","Throw","ThueMorse","Thumbnail","Thursday","TickDirection","TickLabelOrientation","TickLabelPositioning","TickLabels","TickLengths","TickPositions","Ticks","TicksStyle","TideData","Tilde","TildeEqual","TildeFullEqual","TildeTilde","TimeConstrained","TimeConstraint","TimeDirection","TimeFormat","TimeGoal","TimelinePlot","TimeObject","TimeObjectQ","TimeRemaining","Times","TimesBy","TimeSeries","TimeSeriesAggregate","TimeSeriesForecast","TimeSeriesInsert","TimeSeriesInvertibility","TimeSeriesMap","TimeSeriesMapThread","TimeSeriesModel","TimeSeriesModelFit","TimeSeriesResample","TimeSeriesRescale","TimeSeriesShift","TimeSeriesThread","TimeSeriesWindow","TimeSystem","TimeSystemConvert","TimeUsed","TimeValue","TimeWarpingCorrespondence","TimeWarpingDistance","TimeZone","TimeZoneConvert","TimeZoneOffset","Timing","Tiny","TitleGrouping","TitsGroupT","ToBoxes","ToCharacterCode","ToColor","ToContinuousTimeModel","ToDate","Today","ToDiscreteTimeModel","ToEntity","ToeplitzMatrix","ToExpression","ToFileName","Together","Toggle","ToggleFalse","Toggler","TogglerBar","TogglerBox","TogglerBoxOptions","ToHeldExpression","ToInvertibleTimeSeries","TokenWords","Tolerance","ToLowerCase","Tomorrow","ToNumberField","TooBig","Tooltip","TooltipBox","TooltipBoxOptions","TooltipDelay","TooltipStyle","ToonShading","Top","TopHatTransform","ToPolarCoordinates","TopologicalSort","ToRadicals","ToRawPointer","ToRules","Torus","TorusGraph","ToSphericalCoordinates","ToString","Total","TotalHeight","TotalLayer","TotalVariationFilter","TotalWidth","TouchPosition","TouchscreenAutoZoom","TouchscreenControlPlacement","ToUpperCase","TourVideo","Tr","Trace","TraceAbove","TraceAction","TraceBackward","TraceDepth","TraceDialog","TraceForward","TraceInternal","TraceLevel","TraceOff","TraceOn","TraceOriginal","TracePrint","TraceScan","TrackCellChangeTimes","TrackedSymbols","TrackingFunction","TracyWidomDistribution","TradingChart","TraditionalForm","TraditionalFunctionNotation","TraditionalNotation","TraditionalOrder","TrainImageContentDetector","TrainingProgressCheckpointing","TrainingProgressFunction","TrainingProgressMeasurements","TrainingProgressReporting","TrainingStoppingCriterion","TrainingUpdateSchedule","TrainTextContentDetector","TransferFunctionCancel","TransferFunctionExpand","TransferFunctionFactor","TransferFunctionModel","TransferFunctionPoles","TransferFunctionTransform","TransferFunctionZeros","TransformationClass","TransformationFunction","TransformationFunctions","TransformationMatrix","TransformedDistribution","TransformedField","TransformedProcess","TransformedRegion","TransitionDirection","TransitionDuration","TransitionEffect","TransitiveClosureGraph","TransitiveReductionGraph","Translate","TranslationOptions","TranslationTransform","Transliterate","Transparent","TransparentColor","Transpose","TransposeLayer","TrapEnterKey","TrapSelection","TravelDirections","TravelDirectionsData","TravelDistance","TravelDistanceList","TravelMethod","TravelTime","Tree","TreeCases","TreeChildren","TreeCount","TreeData","TreeDelete","TreeDepth","TreeElementCoordinates","TreeElementLabel","TreeElementLabelFunction","TreeElementLabelStyle","TreeElementShape","TreeElementShapeFunction","TreeElementSize","TreeElementSizeFunction","TreeElementStyle","TreeElementStyleFunction","TreeExpression","TreeExtract","TreeFold","TreeForm","TreeGraph","TreeGraphQ","TreeInsert","TreeLayout","TreeLeafCount","TreeLeafQ","TreeLeaves","TreeLevel","TreeMap","TreeMapAt","TreeOutline","TreePlot","TreePosition","TreeQ","TreeReplacePart","TreeRules","TreeScan","TreeSelect","TreeSize","TreeTraversalOrder","TrendStyle","Triangle","TriangleCenter","TriangleConstruct","TriangleMeasurement","TriangleWave","TriangularDistribution","TriangulateMesh","Trig","TrigExpand","TrigFactor","TrigFactorList","Trigger","TrigReduce","TrigToExp","TrimmedMean","TrimmedVariance","TropicalStormData","True","TrueQ","TruncatedDistribution","TruncatedPolyhedron","TsallisQExponentialDistribution","TsallisQGaussianDistribution","TTest","Tube","TubeBezierCurveBox","TubeBezierCurveBoxOptions","TubeBox","TubeBoxOptions","TubeBSplineCurveBox","TubeBSplineCurveBoxOptions","Tuesday","TukeyLambdaDistribution","TukeyWindow","TunnelData","Tuples","TuranGraph","TuringMachine","TuttePolynomial","TwoWayRule","Typed","TypeDeclaration","TypeEvaluate","TypeHint","TypeOf","TypeSpecifier","UnateQ","Uncompress","UnconstrainedParameters","Undefined","UnderBar","Underflow","Underlined","Underoverscript","UnderoverscriptBox","UnderoverscriptBoxOptions","Underscript","UnderscriptBox","UnderscriptBoxOptions","UnderseaFeatureData","UndirectedEdge","UndirectedGraph","UndirectedGraphQ","UndoOptions","UndoTrackedVariables","Unequal","UnequalTo","Unevaluated","UniformDistribution","UniformGraphDistribution","UniformPolyhedron","UniformSumDistribution","Uninstall","Union","UnionedEntityClass","UnionPlus","Unique","UniqueElements","UnitaryMatrixQ","UnitBox","UnitConvert","UnitDimensions","Unitize","UnitRootTest","UnitSimplify","UnitStep","UnitSystem","UnitTriangle","UnitVector","UnitVectorLayer","UnityDimensions","UniverseModelData","UniversityData","UnixTime","UnlabeledTree","UnmanageObject","Unprotect","UnregisterExternalEvaluator","UnsameQ","UnsavedVariables","Unset","UnsetShared","Until","UntrackedVariables","Up","UpArrow","UpArrowBar","UpArrowDownArrow","Update","UpdateDynamicObjects","UpdateDynamicObjectsSynchronous","UpdateInterval","UpdatePacletSites","UpdateSearchIndex","UpDownArrow","UpEquilibrium","UpperCaseQ","UpperLeftArrow","UpperRightArrow","UpperTriangularize","UpperTriangularMatrix","UpperTriangularMatrixQ","Upsample","UpSet","UpSetDelayed","UpTee","UpTeeArrow","UpTo","UpValues","URL","URLBuild","URLDecode","URLDispatcher","URLDownload","URLDownloadSubmit","URLEncode","URLExecute","URLExpand","URLFetch","URLFetchAsynchronous","URLParse","URLQueryDecode","URLQueryEncode","URLRead","URLResponseTime","URLSave","URLSaveAsynchronous","URLShorten","URLSubmit","UseEmbeddedLibrary","UseGraphicsRange","UserDefinedWavelet","Using","UsingFrontEnd","UtilityFunction","V2Get","ValenceErrorHandling","ValenceFilling","ValidationLength","ValidationSet","ValueBox","ValueBoxOptions","ValueDimensions","ValueForm","ValuePreprocessingFunction","ValueQ","Values","ValuesData","VandermondeMatrix","Variables","Variance","VarianceEquivalenceTest","VarianceEstimatorFunction","VarianceGammaDistribution","VarianceGammaPointProcess","VarianceTest","VariogramFunction","VariogramModel","VectorAngle","VectorAround","VectorAspectRatio","VectorColorFunction","VectorColorFunctionScaling","VectorDensityPlot","VectorDisplacementPlot","VectorDisplacementPlot3D","VectorGlyphData","VectorGreater","VectorGreaterEqual","VectorLess","VectorLessEqual","VectorMarkers","VectorPlot","VectorPlot3D","VectorPoints","VectorQ","VectorRange","Vectors","VectorScale","VectorScaling","VectorSizes","VectorStyle","Vee","Verbatim","Verbose","VerificationTest","VerifyConvergence","VerifyDerivedKey","VerifyDigitalSignature","VerifyFileSignature","VerifyInterpretation","VerifySecurityCertificates","VerifySolutions","VerifyTestAssumptions","VersionedPreferences","VertexAdd","VertexCapacity","VertexChromaticNumber","VertexColors","VertexComponent","VertexConnectivity","VertexContract","VertexCoordinateRules","VertexCoordinates","VertexCorrelationSimilarity","VertexCosineSimilarity","VertexCount","VertexCoverQ","VertexDataCoordinates","VertexDegree","VertexDelete","VertexDiceSimilarity","VertexEccentricity","VertexInComponent","VertexInComponentGraph","VertexInDegree","VertexIndex","VertexJaccardSimilarity","VertexLabeling","VertexLabels","VertexLabelStyle","VertexList","VertexNormals","VertexOutComponent","VertexOutComponentGraph","VertexOutDegree","VertexQ","VertexRenderingFunction","VertexReplace","VertexShape","VertexShapeFunction","VertexSize","VertexStyle","VertexTextureCoordinates","VertexTransitiveGraphQ","VertexWeight","VertexWeightedGraphQ","Vertical","VerticalBar","VerticalForm","VerticalGauge","VerticalSeparator","VerticalSlider","VerticalTilde","Video","VideoCapture","VideoCombine","VideoDelete","VideoEncoding","VideoExtractFrames","VideoFrameList","VideoFrameMap","VideoGenerator","VideoInsert","VideoIntervals","VideoJoin","VideoMap","VideoMapList","VideoMapTimeSeries","VideoPadding","VideoPause","VideoPlay","VideoQ","VideoRecord","VideoReplace","VideoScreenCapture","VideoSplit","VideoStop","VideoStream","VideoStreams","VideoTimeStretch","VideoTrackSelection","VideoTranscode","VideoTransparency","VideoTrim","ViewAngle","ViewCenter","ViewMatrix","ViewPoint","ViewPointSelectorSettings","ViewPort","ViewProjection","ViewRange","ViewVector","ViewVertical","VirtualGroupData","Visible","VisibleCell","VoiceStyleData","VoigtDistribution","VolcanoData","Volume","VonMisesDistribution","VoronoiMesh","WaitAll","WaitAsynchronousTask","WaitNext","WaitUntil","WakebyDistribution","WalleniusHypergeometricDistribution","WaringYuleDistribution","WarpingCorrespondence","WarpingDistance","WatershedComponents","WatsonUSquareTest","WattsStrogatzGraphDistribution","WaveletBestBasis","WaveletFilterCoefficients","WaveletImagePlot","WaveletListPlot","WaveletMapIndexed","WaveletMatrixPlot","WaveletPhi","WaveletPsi","WaveletScale","WaveletScalogram","WaveletThreshold","WavePDEComponent","WeaklyConnectedComponents","WeaklyConnectedGraphComponents","WeaklyConnectedGraphQ","WeakStationarity","WeatherData","WeatherForecastData","WebAudioSearch","WebColumn","WebElementObject","WeberE","WebExecute","WebImage","WebImageSearch","WebItem","WebPageMetaInformation","WebRow","WebSearch","WebSessionObject","WebSessions","WebWindowObject","Wedge","Wednesday","WeibullDistribution","WeierstrassE1","WeierstrassE2","WeierstrassE3","WeierstrassEta1","WeierstrassEta2","WeierstrassEta3","WeierstrassHalfPeriods","WeierstrassHalfPeriodW1","WeierstrassHalfPeriodW2","WeierstrassHalfPeriodW3","WeierstrassInvariantG2","WeierstrassInvariantG3","WeierstrassInvariants","WeierstrassP","WeierstrassPPrime","WeierstrassSigma","WeierstrassZeta","WeightedAdjacencyGraph","WeightedAdjacencyMatrix","WeightedData","WeightedGraphQ","Weights","WelchWindow","WheelGraph","WhenEvent","Which","While","White","WhiteNoiseProcess","WhitePoint","Whitespace","WhitespaceCharacter","WhittakerM","WhittakerW","WholeCellGroupOpener","WienerFilter","WienerProcess","WignerD","WignerSemicircleDistribution","WikidataData","WikidataSearch","WikipediaData","WikipediaSearch","WilksW","WilksWTest","WindDirectionData","WindingCount","WindingPolygon","WindowClickSelect","WindowElements","WindowFloating","WindowFrame","WindowFrameElements","WindowMargins","WindowMovable","WindowOpacity","WindowPersistentStyles","WindowSelected","WindowSize","WindowStatusArea","WindowTitle","WindowToolbars","WindowWidth","WindSpeedData","WindVectorData","WinsorizedMean","WinsorizedVariance","WishartMatrixDistribution","With","WithCleanup","WithLock","WolframAlpha","WolframAlphaDate","WolframAlphaQuantity","WolframAlphaResult","WolframCloudSettings","WolframLanguageData","Word","WordBoundary","WordCharacter","WordCloud","WordCount","WordCounts","WordData","WordDefinition","WordFrequency","WordFrequencyData","WordList","WordOrientation","WordSearch","WordSelectionFunction","WordSeparators","WordSpacings","WordStem","WordTranslation","WorkingPrecision","WrapAround","Write","WriteLine","WriteString","Wronskian","XMLElement","XMLObject","XMLTemplate","Xnor","Xor","XYZColor","Yellow","Yesterday","YuleDissimilarity","ZernikeR","ZeroSymmetric","ZeroTest","ZeroWidthTimes","Zeta","ZetaZero","ZIPCodeData","ZipfDistribution","ZoomCenter","ZoomFactor","ZTest","ZTransform","$Aborted","$ActivationGroupID","$ActivationKey","$ActivationUserRegistered","$AddOnsDirectory","$AllowDataUpdates","$AllowExternalChannelFunctions","$AllowInternet","$AssertFunction","$Assumptions","$AsynchronousTask","$AudioDecoders","$AudioEncoders","$AudioInputDevices","$AudioOutputDevices","$BaseDirectory","$BasePacletsDirectory","$BatchInput","$BatchOutput","$BlockchainBase","$BoxForms","$ByteOrdering","$CacheBaseDirectory","$Canceled","$ChannelBase","$CharacterEncoding","$CharacterEncodings","$CloudAccountName","$CloudBase","$CloudConnected","$CloudConnection","$CloudCreditsAvailable","$CloudEvaluation","$CloudExpressionBase","$CloudObjectNameFormat","$CloudObjectURLType","$CloudRootDirectory","$CloudSymbolBase","$CloudUserID","$CloudUserUUID","$CloudVersion","$CloudVersionNumber","$CloudWolframEngineVersionNumber","$CommandLine","$CompilationTarget","$CompilerEnvironment","$ConditionHold","$ConfiguredKernels","$Context","$ContextAliases","$ContextPath","$ControlActiveSetting","$Cookies","$CookieStore","$CreationDate","$CryptographicEllipticCurveNames","$CurrentLink","$CurrentTask","$CurrentWebSession","$DataStructures","$DateStringFormat","$DefaultAudioInputDevice","$DefaultAudioOutputDevice","$DefaultFont","$DefaultFrontEnd","$DefaultImagingDevice","$DefaultKernels","$DefaultLocalBase","$DefaultLocalKernel","$DefaultMailbox","$DefaultNetworkInterface","$DefaultPath","$DefaultProxyRules","$DefaultRemoteBatchSubmissionEnvironment","$DefaultRemoteKernel","$DefaultSystemCredentialStore","$Display","$DisplayFunction","$DistributedContexts","$DynamicEvaluation","$Echo","$EmbedCodeEnvironments","$EmbeddableServices","$EntityStores","$Epilog","$EvaluationCloudBase","$EvaluationCloudObject","$EvaluationEnvironment","$ExportFormats","$ExternalIdentifierTypes","$ExternalStorageBase","$Failed","$FinancialDataSource","$FontFamilies","$FormatType","$FrontEnd","$FrontEndSession","$GeneratedAssetLocation","$GeoEntityTypes","$GeoLocation","$GeoLocationCity","$GeoLocationCountry","$GeoLocationPrecision","$GeoLocationSource","$HistoryLength","$HomeDirectory","$HTMLExportRules","$HTTPCookies","$HTTPRequest","$IgnoreEOF","$ImageFormattingWidth","$ImageResolution","$ImagingDevice","$ImagingDevices","$ImportFormats","$IncomingMailSettings","$InitialDirectory","$Initialization","$InitializationContexts","$Input","$InputFileName","$InputStreamMethods","$Inspector","$InstallationDate","$InstallationDirectory","$InterfaceEnvironment","$InterpreterTypes","$IterationLimit","$KernelCount","$KernelID","$Language","$LaunchDirectory","$LibraryPath","$LicenseExpirationDate","$LicenseID","$LicenseProcesses","$LicenseServer","$LicenseSubprocesses","$LicenseType","$Line","$Linked","$LinkSupported","$LoadedFiles","$LocalBase","$LocalSymbolBase","$MachineAddresses","$MachineDomain","$MachineDomains","$MachineEpsilon","$MachineID","$MachineName","$MachinePrecision","$MachineType","$MaxDisplayedChildren","$MaxExtraPrecision","$MaxLicenseProcesses","$MaxLicenseSubprocesses","$MaxMachineNumber","$MaxNumber","$MaxPiecewiseCases","$MaxPrecision","$MaxRootDegree","$MessageGroups","$MessageList","$MessagePrePrint","$Messages","$MinMachineNumber","$MinNumber","$MinorReleaseNumber","$MinPrecision","$MobilePhone","$ModuleNumber","$NetworkConnected","$NetworkInterfaces","$NetworkLicense","$NewMessage","$NewSymbol","$NotebookInlineStorageLimit","$Notebooks","$NoValue","$NumberMarks","$Off","$OperatingSystem","$Output","$OutputForms","$OutputSizeLimit","$OutputStreamMethods","$Packages","$ParentLink","$ParentProcessID","$PasswordFile","$PatchLevelID","$Path","$PathnameSeparator","$PerformanceGoal","$Permissions","$PermissionsGroupBase","$PersistenceBase","$PersistencePath","$PipeSupported","$PlotTheme","$Post","$Pre","$PreferencesDirectory","$PreInitialization","$PrePrint","$PreRead","$PrintForms","$PrintLiteral","$Printout3DPreviewer","$ProcessID","$ProcessorCount","$ProcessorType","$ProductInformation","$ProgramName","$ProgressReporting","$PublisherID","$RandomGeneratorState","$RandomState","$RecursionLimit","$RegisteredDeviceClasses","$RegisteredUserName","$ReleaseNumber","$RequesterAddress","$RequesterCloudUserID","$RequesterCloudUserUUID","$RequesterWolframID","$RequesterWolframUUID","$ResourceSystemBase","$ResourceSystemPath","$RootDirectory","$ScheduledTask","$ScriptCommandLine","$ScriptInputString","$SecuredAuthenticationKeyTokens","$ServiceCreditsAvailable","$Services","$SessionID","$SetParentLink","$SharedFunctions","$SharedVariables","$SoundDisplay","$SoundDisplayFunction","$SourceLink","$SSHAuthentication","$SubtitleDecoders","$SubtitleEncoders","$SummaryBoxDataSizeLimit","$SuppressInputFormHeads","$SynchronousEvaluation","$SyntaxHandler","$System","$SystemCharacterEncoding","$SystemCredentialStore","$SystemID","$SystemMemory","$SystemShell","$SystemTimeZone","$SystemWordLength","$TargetSystems","$TemplatePath","$TemporaryDirectory","$TemporaryPrefix","$TestFileName","$TextStyle","$TimedOut","$TimeUnit","$TimeZone","$TimeZoneEntity","$TopDirectory","$TraceOff","$TraceOn","$TracePattern","$TracePostAction","$TracePreAction","$UnitSystem","$Urgent","$UserAddOnsDirectory","$UserAgentLanguages","$UserAgentMachine","$UserAgentName","$UserAgentOperatingSystem","$UserAgentString","$UserAgentVersion","$UserBaseDirectory","$UserBasePacletsDirectory","$UserDocumentsDirectory","$Username","$UserName","$UserURLBase","$Version","$VersionNumber","$VideoDecoders","$VideoEncoders","$VoiceStyles","$WolframDocumentsDirectory","$WolframID","$WolframUUID"];function qa(Ja){const ed=Ja.regex,td=/([2-9]|[1-2]\d|[3][0-5])\^\^/,rd=/(\w*\.\w+|\w+\.\w*|\w+)/,od=/(\d*\.\d+|\d+\.\d*|\d+)/,sd=ed.either(ed.concat(td,rd),od),ld=/``[+-]?(\d*\.\d+|\d+\.\d*|\d+)/,cd=/`([+-]?(\d*\.\d+|\d+\.\d*|\d+))?/,ud=ed.either(ld,cd),gd=/\*\^[+-]?\d+/,yd={className:"number",relevance:0,begin:ed.concat(sd,ed.optional(ud),ed.optional(gd))},Ed=/[a-zA-Z$][a-zA-Z0-9$]*/,Td=new Set(Ra),Od={variants:[{className:"builtin-symbol",begin:Ed,"on:begin":(Ld,jd)=>{Td.has(Ld[0])||jd.ignoreMatch()}},{className:"symbol",relevance:0,begin:Ed}]},Ad={className:"named-character",begin:/\\\[[$a-zA-Z][$a-zA-Z0-9]+\]/},Nd={className:"operator",relevance:0,begin:/[+\-*/,;.:@~=><&|_`'^?!%]+/},kd={className:"pattern",relevance:0,begin:/([a-zA-Z$][a-zA-Z0-9$]*)?_+([a-zA-Z$][a-zA-Z0-9$]*)?/},Id={className:"slot",relevance:0,begin:/#[a-zA-Z$][a-zA-Z0-9$]*|#+[0-9]?/},Rd={className:"brace",relevance:0,begin:/[[\](){}]/},Md={className:"message-name",relevance:0,begin:ed.concat("::",Ed)};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:[Ja.COMMENT(/\(\*/,/\*\)/,{contains:["self"]}),kd,Id,Md,Od,Ad,Ja.QUOTE_STRING_MODE,yd,Nd,Rd]}}return mathematica_1=qa,mathematica_1}var matlab_1,hasRequiredMatlab;function requireMatlab(){if(hasRequiredMatlab)return matlab_1;hasRequiredMatlab=1;function Ra(qa){const Ja="('|\\.')+",ed={relevance:0,contains:[{begin:Ja}]};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:[qa.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{className:"built_in",begin:/true|false/,relevance:0,starts:ed},{begin:"[a-zA-Z][a-zA-Z_0-9]*"+Ja,relevance:0},{className:"number",begin:qa.C_NUMBER_RE,relevance:0,starts:ed},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{begin:/\]|\}|\)/,relevance:0,starts:ed},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}],starts:ed},qa.COMMENT("^\\s*%\\{\\s*$","^\\s*%\\}\\s*$"),qa.COMMENT("%","$")]}}return matlab_1=Ra,matlab_1}var maxima_1,hasRequiredMaxima;function requireMaxima(){if(hasRequiredMaxima)return maxima_1;hasRequiredMaxima=1;function Ra(qa){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"]},qa.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=Ra,maxima_1}var mel_1,hasRequiredMel;function requireMel(){if(hasRequiredMel)return mel_1;hasRequiredMel=1;function Ra(qa){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:"</",contains:[qa.C_NUMBER_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[qa.BACKSLASH_ESCAPE]},{begin:/[$%@](\^\w\b|#\w+|[^\s\w{]|\{\w+\}|\w+)/},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]}}return mel_1=Ra,mel_1}var mercury_1,hasRequiredMercury;function requireMercury(){if(hasRequiredMercury)return mercury_1;hasRequiredMercury=1;function Ra(qa){const Ja={keyword:"module use_module import_module include_module end_module initialise mutable initialize finalize finalise interface implementation pred mode func type inst solver any_pred any_func is semidet det nondet multi erroneous failure cc_nondet cc_multi typeclass instance where pragma promise external trace atomic or_else require_complete_switch require_det require_semidet require_multi require_nondet require_cc_multi require_cc_nondet require_erroneous require_failure",meta:"inline no_inline type_spec source_file fact_table obsolete memo loop_check minimal_model terminates does_not_terminate check_termination promise_equivalent_clauses foreign_proc foreign_decl foreign_code foreign_type foreign_import_module foreign_export_enum foreign_export foreign_enum may_call_mercury will_not_call_mercury thread_safe not_thread_safe maybe_thread_safe promise_pure promise_semipure tabled_for_io local untrailed trailed attach_to_io_state can_pass_as_mercury_type stable will_not_throw_exception may_modify_trail will_not_modify_trail may_duplicate may_not_duplicate affects_liveness does_not_affect_liveness doesnt_affect_liveness no_sharing unknown_sharing sharing",built_in:"some all not if then else true fail false try catch catch_any semidet_true semidet_false semidet_fail impure_true impure semipure"},ed=qa.COMMENT("%","$"),td={className:"number",begin:"0'.\\|0[box][0-9a-fA-F]*"},rd=qa.inherit(qa.APOS_STRING_MODE,{relevance:0}),od=qa.inherit(qa.QUOTE_STRING_MODE,{relevance:0}),sd={className:"subst",begin:"\\\\[abfnrtv]\\|\\\\x[0-9a-fA-F]*\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]",relevance:0};return od.contains=od.contains.slice(),od.contains.push(sd),{name:"Mercury",aliases:["m","moo"],keywords:Ja,contains:[{className:"built_in",variants:[{begin:"<=>"},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},{className:"built_in",variants:[{begin:":-\\|-->"},{begin:"=",relevance:0}]},ed,qa.C_BLOCK_COMMENT_MODE,td,qa.NUMBER_MODE,rd,od,{begin:/:-/},{begin:/\.$/}]}}return mercury_1=Ra,mercury_1}var mipsasm_1,hasRequiredMipsasm;function requireMipsasm(){if(hasRequiredMipsasm)return mipsasm_1;hasRequiredMipsasm=1;function Ra(qa){return{name:"MIPS Assembly",case_insensitive:!0,aliases:["mips"],keywords:{$pattern:"\\.?"+qa.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"},qa.COMMENT("[;#](?!\\s*$)","$"),qa.C_BLOCK_COMMENT_MODE,qa.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=Ra,mipsasm_1}var mizar_1,hasRequiredMizar;function requireMizar(){if(hasRequiredMizar)return mizar_1;hasRequiredMizar=1;function Ra(qa){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:[qa.COMMENT("::","$")]}}return mizar_1=Ra,mizar_1}var perl_1,hasRequiredPerl;function requirePerl(){if(hasRequiredPerl)return perl_1;hasRequiredPerl=1;function Ra(qa){const Ja=qa.regex,ed=["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"],td=/[dualxmsipngr]{0,12}/,rd={$pattern:/[\w.]+/,keyword:ed.join(" ")},od={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:rd},sd={begin:/->\{/,end:/\}/},ld={scope:"attr",match:/\s+:\s*\w+(\s*\(.*?\))?/},cd={scope:"variable",variants:[{begin:/\$\d/},{begin:Ja.concat(/[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@](?!")[^\s\w{=]|\$=/,relevance:0}],contains:[ld]},ud={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},gd=[qa.BACKSLASH_ESCAPE,od,cd],_d=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],yd=(Od,Ad,Nd="\\1")=>{const kd=Nd==="\\1"?Nd:Ja.concat(Nd,Ad);return Ja.concat(Ja.concat("(?:",Od,")"),Ad,/(?:\\.|[^\\\/])*?/,kd,/(?:\\.|[^\\\/])*?/,Nd,td)},Ed=(Od,Ad,Nd)=>Ja.concat(Ja.concat("(?:",Od,")"),Ad,/(?:\\.|[^\\\/])*?/,Nd,td),Td=[cd,qa.HASH_COMMENT_MODE,qa.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),sd,{className:"string",contains:gd,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:[qa.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[qa.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},ud,{begin:"(\\/\\/|"+qa.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[qa.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:yd("s|tr|y",Ja.either(..._d,{capture:!0}))},{begin:yd("s|tr|y","\\(","\\)")},{begin:yd("s|tr|y","\\[","\\]")},{begin:yd("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:Ed("(?:m|qr)?",/\//,/\//)},{begin:Ed("m|qr",Ja.either(..._d,{capture:!0}),/\1/)},{begin:Ed("m|qr",/\(/,/\)/)},{begin:Ed("m|qr",/\[/,/\]/)},{begin:Ed("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub method",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[qa.TITLE_MODE,ld]},{className:"class",beginKeywords:"class",end:"[;{]",excludeEnd:!0,relevance:5,contains:[qa.TITLE_MODE,ld,ud]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return od.contains=Td,sd.contains=Td,{name:"Perl",aliases:["pl","pm"],keywords:rd,contains:Td}}return perl_1=Ra,perl_1}var mojolicious_1,hasRequiredMojolicious;function requireMojolicious(){if(hasRequiredMojolicious)return mojolicious_1;hasRequiredMojolicious=1;function Ra(qa){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=Ra,mojolicious_1}var monkey_1,hasRequiredMonkey;function requireMonkey(){if(hasRequiredMonkey)return monkey_1;hasRequiredMonkey=1;function Ra(qa){const Ja={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},qa.NUMBER_MODE]},ed={variants:[{match:[/(function|method)/,/\s+/,qa.UNDERSCORE_IDENT_RE]}],scope:{1:"keyword",3:"title.function"}},td={variants:[{match:[/(class|interface|extends|implements)/,/\s+/,qa.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:[qa.COMMENT("#rem","#end"),qa.COMMENT("'","$",{relevance:0}),ed,td,{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:[qa.UNDERSCORE_TITLE_MODE]},qa.QUOTE_STRING_MODE,Ja]}}return monkey_1=Ra,monkey_1}var moonscript_1,hasRequiredMoonscript;function requireMoonscript(){if(hasRequiredMoonscript)return moonscript_1;hasRequiredMoonscript=1;function Ra(qa){const Ja={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"},ed="[A-Za-z$_][0-9A-Za-z$_]*",td={className:"subst",begin:/#\{/,end:/\}/,keywords:Ja},rd=[qa.inherit(qa.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[qa.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[qa.BACKSLASH_ESCAPE,td]}]},{className:"built_in",begin:"@__"+qa.IDENT_RE},{begin:"@"+qa.IDENT_RE},{begin:qa.IDENT_RE+"\\\\"+qa.IDENT_RE}];td.contains=rd;const od=qa.inherit(qa.TITLE_MODE,{begin:ed}),sd="(\\(.*\\)\\s*)?\\B[-=]>",ld={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:Ja,contains:["self"].concat(rd)}]};return{name:"MoonScript",aliases:["moon"],keywords:Ja,illegal:/\/\*/,contains:rd.concat([qa.COMMENT("--","$"),{className:"function",begin:"^\\s*"+ed+"\\s*=\\s*"+sd,end:"[-=]>",returnBegin:!0,contains:[od,ld]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:sd,end:"[-=]>",returnBegin:!0,contains:[ld]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[od]},od]},{className:"name",begin:ed+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return moonscript_1=Ra,moonscript_1}var n1ql_1,hasRequiredN1ql;function requireN1ql(){if(hasRequiredN1ql)return n1ql_1;hasRequiredN1ql=1;function Ra(qa){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:[qa.BACKSLASH_ESCAPE]},{className:"string",begin:'"',end:'"',contains:[qa.BACKSLASH_ESCAPE]},{className:"symbol",begin:"`",end:"`",contains:[qa.BACKSLASH_ESCAPE]},qa.C_NUMBER_MODE,qa.C_BLOCK_COMMENT_MODE]},qa.C_BLOCK_COMMENT_MODE]}}return n1ql_1=Ra,n1ql_1}var nestedtext_1,hasRequiredNestedtext;function requireNestedtext(){if(hasRequiredNestedtext)return nestedtext_1;hasRequiredNestedtext=1;function Ra(qa){const Ja={match:[/^\s*(?=\S)/,/[^:]+/,/:\s*/,/$/],className:{2:"attribute",3:"punctuation"}},ed={match:[/^\s*(?=\S)/,/[^:]*[^: ]/,/[ ]*:/,/[ ]/,/.*$/],className:{2:"attribute",3:"punctuation",5:"string"}},td={match:[/^\s*/,/>/,/[ ]/,/.*$/],className:{2:"punctuation",4:"string"}},rd={variants:[{match:[/^\s*/,/-/,/[ ]/,/.*$/]},{match:[/^\s*/,/-$/]}],className:{2:"bullet",4:"string"}};return{name:"Nested Text",aliases:["nt"],contains:[qa.inherit(qa.HASH_COMMENT_MODE,{begin:/^\s*(?=#)/,excludeBegin:!0}),rd,td,Ja,ed]}}return nestedtext_1=Ra,nestedtext_1}var nginx_1,hasRequiredNginx;function requireNginx(){if(hasRequiredNginx)return nginx_1;hasRequiredNginx=1;function Ra(qa){const Ja=qa.regex,ed={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{\w+\}/},{begin:Ja.concat(/[$@]/,qa.UNDERSCORE_IDENT_RE)}]},rd={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:[qa.HASH_COMMENT_MODE,{className:"string",contains:[qa.BACKSLASH_ESCAPE,ed],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[ed]},{className:"regexp",contains:[qa.BACKSLASH_ESCAPE,ed],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},ed]};return{name:"Nginx config",aliases:["nginxconf"],contains:[qa.HASH_COMMENT_MODE,{beginKeywords:"upstream location",end:/;|\{/,contains:rd.contains,keywords:{section:"upstream location"}},{className:"section",begin:Ja.concat(qa.UNDERSCORE_IDENT_RE+Ja.lookahead(/\s+\{/)),relevance:0},{begin:Ja.lookahead(qa.UNDERSCORE_IDENT_RE+"\\s"),end:";|\\{",contains:[{className:"attribute",begin:qa.UNDERSCORE_IDENT_RE,starts:rd}],relevance:0}],illegal:"[^\\s\\}\\{]"}}return nginx_1=Ra,nginx_1}var nim_1,hasRequiredNim;function requireNim(){if(hasRequiredNim)return nim_1;hasRequiredNim=1;function Ra(qa){return{name:"Nim",keywords:{keyword:["addr","and","as","asm","bind","block","break","case","cast","const","continue","converter","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:/"""/},qa.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))?/}]},qa.HASH_COMMENT_MODE]}}return nim_1=Ra,nim_1}var nix_1,hasRequiredNix;function requireNix(){if(hasRequiredNix)return nix_1;hasRequiredNix=1;function Ra(qa){const Ja={keyword:["rec","with","let","in","inherit","assert","if","else","then"],literal:["true","false","or","and","null"],built_in:["import","abort","baseNameOf","dirOf","isNull","builtins","map","removeAttrs","throw","toString","derivation"]},ed={className:"subst",begin:/\$\{/,end:/\}/,keywords:Ja},td={className:"char.escape",begin:/''\$/},rd={begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/,relevance:.2}]},od={className:"string",contains:[td,ed],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},sd=[qa.NUMBER_MODE,qa.HASH_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,od,rd];return ed.contains=sd,{name:"Nix",aliases:["nixos"],keywords:Ja,contains:sd}}return nix_1=Ra,nix_1}var nodeRepl_1,hasRequiredNodeRepl;function requireNodeRepl(){if(hasRequiredNodeRepl)return nodeRepl_1;hasRequiredNodeRepl=1;function Ra(qa){return{name:"Node REPL",contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"javascript"}},variants:[{begin:/^>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return nodeRepl_1=Ra,nodeRepl_1}var nsis_1,hasRequiredNsis;function requireNsis(){if(hasRequiredNsis)return nsis_1;hasRequiredNsis=1;function Ra(qa){const Ja=qa.regex,ed=["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"],td=["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"],rd=["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"],od={className:"variable.constant",begin:Ja.concat(/\$/,Ja.either(...ed))},sd={className:"variable",begin:/\$+\{[\!\w.:-]+\}/},ld={className:"variable",begin:/\$+\w[\w\.]*/,illegal:/\(\)\{\}/},cd={className:"variable",begin:/\$+\([\w^.:!-]+\)/},ud={className:"params",begin:Ja.either(...td)},gd={className:"keyword",begin:Ja.concat(/!/,Ja.either(...rd))},_d={className:"char.escape",begin:/\$(\\[nrt]|\$)/},yd={className:"title.function",begin:/\w+::\w+/},Ed={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[_d,od,sd,ld,cd]},Td=["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"],Od=["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"],Ad={match:[/Function/,/\s+/,Ja.concat(/(\.)?/,qa.IDENT_RE)],scope:{1:"keyword",3:"title.function"}},kd={match:[/Var/,/\s+/,/(?:\/GLOBAL\s+)?/,/[A-Za-z][\w.]*/],scope:{1:"keyword",3:"params",4:"variable"}};return{name:"NSIS",case_insensitive:!0,keywords:{keyword:Td,literal:Od},contains:[qa.HASH_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.COMMENT(";","$",{relevance:0}),kd,Ad,{beginKeywords:"Function PageEx Section SectionGroup FunctionEnd SectionEnd"},Ed,gd,sd,ld,cd,ud,yd,qa.NUMBER_MODE]}}return nsis_1=Ra,nsis_1}var objectivec_1,hasRequiredObjectivec;function requireObjectivec(){if(hasRequiredObjectivec)return objectivec_1;hasRequiredObjectivec=1;function Ra(qa){const Ja={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+"},ed=/[a-zA-Z@][a-zA-Z0-9_]*/,ld={"variable.language":["this","super"],$pattern:ed,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"]},cd={$pattern:ed,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:ld,illegal:"</",contains:[Ja,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.C_NUMBER_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[qa.BACKSLASH_ESCAPE]}]},{className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},qa.inherit(qa.QUOTE_STRING_MODE,{className:"string"}),{className:"string",begin:/<.*?>/,end:/$/,illegal:"\\n"},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+cd.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:cd,contains:[qa.UNDERSCORE_TITLE_MODE]},{begin:"\\."+qa.UNDERSCORE_IDENT_RE,relevance:0}]}}return objectivec_1=Ra,objectivec_1}var ocaml_1,hasRequiredOcaml;function requireOcaml(){if(hasRequiredOcaml)return ocaml_1;hasRequiredOcaml=1;function Ra(qa){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},qa.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},qa.inherit(qa.APOS_STRING_MODE,{className:"string",relevance:0}),qa.inherit(qa.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=Ra,ocaml_1}var openscad_1,hasRequiredOpenscad;function requireOpenscad(){if(hasRequiredOpenscad)return openscad_1;hasRequiredOpenscad=1;function Ra(qa){const Ja={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},ed={className:"literal",begin:"false|true|PI|undef"},td={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},rd=qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null}),od={className:"meta",keywords:{keyword:"include use"},begin:"include|use <",end:">"},sd={className:"params",begin:"\\(",end:"\\)",contains:["self",td,rd,Ja,ed]},ld={begin:"[*!#%]",relevance:0},cd={className:"function",beginKeywords:"module function",end:/=|\{/,contains:[sd,qa.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:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,td,od,rd,Ja,ld,cd]}}return openscad_1=Ra,openscad_1}var oxygene_1,hasRequiredOxygene;function requireOxygene(){if(hasRequiredOxygene)return oxygene_1;hasRequiredOxygene=1;function Ra(qa){const Ja={$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"},ed=qa.COMMENT(/\{/,/\}/,{relevance:0}),td=qa.COMMENT("\\(\\*","\\*\\)",{relevance:10}),rd={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},od={className:"string",begin:"(#\\d+)+"},sd={beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[qa.inherit(qa.TITLE_MODE,{scope:"title.function"}),{className:"params",begin:"\\(",end:"\\)",keywords:Ja,contains:[rd,od]},ed,td]},ld={scope:"punctuation",match:/;/,relevance:0};return{name:"Oxygene",case_insensitive:!0,keywords:Ja,illegal:'("|\\$[G-Zg-z]|\\/\\*|</|=>|->)',contains:[ed,td,qa.C_LINE_COMMENT_MODE,rd,od,qa.NUMBER_MODE,sd,ld]}}return oxygene_1=Ra,oxygene_1}var parser3_1,hasRequiredParser3;function requireParser3(){if(hasRequiredParser3)return parser3_1;hasRequiredParser3=1;function Ra(qa){const Ja=qa.COMMENT(/\{/,/\}/,{contains:["self"]});return{name:"Parser3",subLanguage:"xml",relevance:0,contains:[qa.COMMENT("^#","$"),qa.COMMENT(/\^rem\{/,/\}/,{relevance:10,contains:[Ja]}),{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]+"},qa.C_NUMBER_MODE]}}return parser3_1=Ra,parser3_1}var pf_1,hasRequiredPf;function requirePf(){if(hasRequiredPf)return pf_1;hasRequiredPf=1;function Ra(qa){const Ja={className:"variable",begin:/\$[\w\d#@][\w\d_]*/,relevance:0},ed={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:[qa.HASH_COMMENT_MODE,qa.NUMBER_MODE,qa.QUOTE_STRING_MODE,Ja,ed]}}return pf_1=Ra,pf_1}var pgsql_1,hasRequiredPgsql;function requirePgsql(){if(hasRequiredPgsql)return pgsql_1;hasRequiredPgsql=1;function Ra(qa){const Ja=qa.COMMENT("--","$"),ed="[a-zA-Z_][a-zA-Z_0-9$]*",td="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",rd="<<\\s*"+ed+"\\s*>>",od="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 ",sd="SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",ld="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 ",cd="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 ",ud=cd.trim().split(" ").map(function(Od){return Od.split("|")[0]}).join("|"),gd="CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC ",_d="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 ",yd="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 ",Td="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(Od){return Od.split("|")[0]}).join("|");return{name:"PostgreSQL",aliases:["postgres","postgresql"],supersetOf:"sql",case_insensitive:!0,keywords:{keyword:od+ld+sd,built_in:gd+_d+yd},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:qa.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("+Td+")\\s*\\("},{begin:"\\.("+ud+")\\b"},{begin:"\\b("+ud+")\\s+PATH\\b",keywords:{keyword:"PATH",type:cd.replace("PATH ","")}},{className:"type",begin:"\\b("+ud+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},qa.END_SAME_AS_BEGIN({begin:td,end:td,contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]}),{begin:'"',end:'"',contains:[{begin:'""'}]},qa.C_NUMBER_MODE,qa.C_BLOCK_COMMENT_MODE,Ja,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:rd,relevance:10}]}}return pgsql_1=Ra,pgsql_1}var php_1,hasRequiredPhp;function requirePhp(){if(hasRequiredPhp)return php_1;hasRequiredPhp=1;function Ra(qa){const Ja=qa.regex,ed=/(?![A-Za-z0-9])(?![$])/,td=Ja.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,ed),rd=Ja.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,ed),od={scope:"variable",match:"\\$+"+td},sd={scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},ld={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},cd=qa.inherit(qa.APOS_STRING_MODE,{illegal:null}),ud=qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null,contains:qa.QUOTE_STRING_MODE.contains.concat(ld)}),gd={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:qa.QUOTE_STRING_MODE.contains.concat(ld),"on:begin":(Wd,zd)=>{zd.data._beginMatch=Wd[1]||Wd[2]},"on:end":(Wd,zd)=>{zd.data._beginMatch!==Wd[1]&&zd.ignoreMatch()}},_d=qa.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),yd=`[
]`,Ed={scope:"string",variants:[ud,cd,gd,_d]},Td={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},Od=["false","null","true"],Ad=["__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"],Nd=["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"],Id={keyword:Ad,literal:(Wd=>{const zd=[];return Wd.forEach(Kd=>{zd.push(Kd),Kd.toLowerCase()===Kd?zd.push(Kd.toUpperCase()):zd.push(Kd.toLowerCase())}),zd})(Od),built_in:Nd},Rd=Wd=>Wd.map(zd=>zd.replace(/\|\d+$/,"")),Md={variants:[{match:[/new/,Ja.concat(yd,"+"),Ja.concat("(?!",Rd(Nd).join("\\b|"),"\\b)"),rd],scope:{1:"keyword",4:"title.class"}}]},Ld=Ja.concat(td,"\\b(?!\\()"),jd={variants:[{match:[Ja.concat(/::/,Ja.lookahead(/(?!class\b)/)),Ld],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[rd,Ja.concat(/::/,Ja.lookahead(/(?!class\b)/)),Ld],scope:{1:"title.class",3:"variable.constant"}},{match:[rd,Ja.concat("::",Ja.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[rd,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},Pd={scope:"attr",match:Ja.concat(td,Ja.lookahead(":"),Ja.lookahead(/(?!::)/))},Fd={relevance:0,begin:/\(/,end:/\)/,keywords:Id,contains:[Pd,od,jd,qa.C_BLOCK_COMMENT_MODE,Ed,Td,Md]},Ud={relevance:0,match:[/\b/,Ja.concat("(?!fn\\b|function\\b|",Rd(Ad).join("\\b|"),"|",Rd(Nd).join("\\b|"),"\\b)"),td,Ja.concat(yd,"*"),Ja.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[Fd]};Fd.contains.push(Ud);const Vd=[Pd,jd,qa.C_BLOCK_COMMENT_MODE,Ed,Td,Md],qd={begin:Ja.concat(/#\[\s*/,rd),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:Od,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:Od,keyword:["new","array"]},contains:["self",...Vd]},...Vd,{scope:"meta",match:rd}]};return{case_insensitive:!1,keywords:Id,contains:[qd,qa.HASH_COMMENT_MODE,qa.COMMENT("//","$"),qa.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:qa.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},sd,{scope:"variable.language",match:/\$this\b/},od,Ud,jd,{match:[/const/,/\s/,td],scope:{1:"keyword",3:"variable.constant"}},Md,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},qa.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:Id,contains:["self",od,jd,qa.C_BLOCK_COMMENT_MODE,Ed,Td]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},qa.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[qa.inherit(qa.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},qa.UNDERSCORE_TITLE_MODE]},Ed,Td]}}return php_1=Ra,php_1}var phpTemplate_1,hasRequiredPhpTemplate;function requirePhpTemplate(){if(hasRequiredPhpTemplate)return phpTemplate_1;hasRequiredPhpTemplate=1;function Ra(qa){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},qa.inherit(qa.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}return phpTemplate_1=Ra,phpTemplate_1}var plaintext_1,hasRequiredPlaintext;function requirePlaintext(){if(hasRequiredPlaintext)return plaintext_1;hasRequiredPlaintext=1;function Ra(qa){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}return plaintext_1=Ra,plaintext_1}var pony_1,hasRequiredPony;function requirePony(){if(hasRequiredPony)return pony_1;hasRequiredPony=1;function Ra(qa){const Ja={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"},ed={className:"string",begin:'"""',end:'"""',relevance:10},td={className:"string",begin:'"',end:'"',contains:[qa.BACKSLASH_ESCAPE]},rd={className:"string",begin:"'",end:"'",contains:[qa.BACKSLASH_ESCAPE],relevance:0},od={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},sd={begin:qa.IDENT_RE+"'",relevance:0};return{name:"Pony",keywords:Ja,contains:[od,ed,td,rd,sd,{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|\\b0[bB][01]+|(\\b\\d+(_\\d+)?(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",relevance:0},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]}}return pony_1=Ra,pony_1}var powershell_1,hasRequiredPowershell;function requirePowershell(){if(hasRequiredPowershell)return powershell_1;hasRequiredPowershell=1;function Ra(qa){const Ja=["string","char","byte","int","long","bool","decimal","single","double","DateTime","xml","array","hashtable","void"],ed="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",td="-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",rd={$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"},od=/\w[\w\d]*((-)[\w\d]+)*/,sd={begin:"`[\\s\\S]",relevance:0},ld={className:"variable",variants:[{begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]},cd={className:"literal",begin:/\$(null|true|false)\b/},ud={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[sd,ld,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},gd={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},_d={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},yd=qa.inherit(qa.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[_d]}),Ed={className:"built_in",variants:[{begin:"(".concat(ed,")+(-)[\\w\\d]+")}]},Td={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[qa.TITLE_MODE]},Od={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:od,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[ld]}]},Ad={begin:/using\s/,end:/$/,returnBegin:!0,contains:[ud,gd,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},Nd={variants:[{className:"operator",begin:"(".concat(td,")\\b")},{className:"literal",begin:/(-){1,2}[\w\d-]+/,relevance:0}]},kd={className:"selector-tag",begin:/@\B/,relevance:0},Id={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(rd.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},qa.inherit(qa.TITLE_MODE,{endsParent:!0})]},Rd=[Id,yd,sd,qa.NUMBER_MODE,ud,gd,Ed,ld,cd,kd],Md={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",Rd,{begin:"("+Ja.join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return Id.contains.unshift(Md),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:rd,contains:Rd.concat(Td,Od,Ad,Nd,Md)}}return powershell_1=Ra,powershell_1}var processing_1,hasRequiredProcessing;function requireProcessing(){if(hasRequiredProcessing)return processing_1;hasRequiredProcessing=1;function Ra(qa){const Ja=qa.regex,ed=["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"],td=qa.IDENT_RE,rd={variants:[{match:Ja.concat(Ja.either(...ed),Ja.lookahead(/\s*\(/)),className:"built_in"},{relevance:0,match:Ja.concat(/\b(?!for|if|while)/,td,Ja.lookahead(/\s*\(/)),className:"title.function"}]},od={match:[/new\s+/,td],className:{1:"keyword",2:"class.title"}},sd={relevance:0,match:[/\./,td],className:{2:"property"}},ld={variants:[{match:[/class/,/\s+/,td,/\s+/,/extends/,/\s+/,td]},{match:[/class/,/\s+/,td]}],className:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},cd=["boolean","byte","char","color","double","float","int","long","short"],ud=["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:[...ed,...ud],type:cd},contains:[ld,od,rd,sd,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE]}}return processing_1=Ra,processing_1}var profile_1,hasRequiredProfile;function requireProfile(){if(hasRequiredProfile)return profile_1;hasRequiredProfile=1;function Ra(qa){return{name:"Python profiler",contains:[qa.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:[qa.C_NUMBER_MODE],relevance:10},qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}return profile_1=Ra,profile_1}var prolog_1,hasRequiredProlog;function requireProlog(){if(hasRequiredProlog)return prolog_1;hasRequiredProlog=1;function Ra(qa){const Ja={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},ed={className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},td={begin:/\(/,end:/\)/,relevance:0},rd={begin:/\[/,end:/\]/},od={className:"comment",begin:/%/,end:/$/,contains:[qa.PHRASAL_WORDS_MODE]},sd={className:"string",begin:/`/,end:/`/,contains:[qa.BACKSLASH_ESCAPE]},ld={className:"string",begin:/0'(\\'|.)/},cd={className:"string",begin:/0'\\s/},gd=[Ja,ed,td,{begin:/:-/},rd,od,qa.C_BLOCK_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,sd,ld,cd,qa.C_NUMBER_MODE];return td.contains=gd,rd.contains=gd,{name:"Prolog",contains:gd.concat([{begin:/\.$/}])}}return prolog_1=Ra,prolog_1}var properties_1,hasRequiredProperties;function requireProperties(){if(hasRequiredProperties)return properties_1;hasRequiredProperties=1;function Ra(qa){const Ja="[ \\t\\f]*",ed="[ \\t\\f]+",td=Ja+"[:=]"+Ja,rd=ed,od="("+td+"|"+rd+")",sd="([^\\\\:= \\t\\f\\n]|\\\\.)+",ld={end:od,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{begin:"\\\\\\n"}]}};return{name:".properties",disableAutodetect:!0,case_insensitive:!0,illegal:/\S/,contains:[qa.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:sd+td},{begin:sd+rd}],contains:[{className:"attr",begin:sd,endsParent:!0}],starts:ld},{className:"attr",begin:sd+Ja+"$"}]}}return properties_1=Ra,properties_1}var protobuf_1,hasRequiredProtobuf;function requireProtobuf(){if(hasRequiredProtobuf)return protobuf_1;hasRequiredProtobuf=1;function Ra(qa){const Ja=["package","import","option","optional","required","repeated","group","oneof"],ed=["double","float","int32","int64","uint32","uint64","sint32","sint64","fixed32","fixed64","sfixed32","sfixed64","bool","string","bytes"],td={match:[/(message|enum|service)\s+/,qa.IDENT_RE],scope:{1:"keyword",2:"title.class"}};return{name:"Protocol Buffers",aliases:["proto"],keywords:{keyword:Ja,type:ed,literal:["true","false"]},contains:[qa.QUOTE_STRING_MODE,qa.NUMBER_MODE,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,td,{className:"function",beginKeywords:"rpc",end:/[{;]/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+(?=\s*=[^\n]+;$)/}]}}return protobuf_1=Ra,protobuf_1}var puppet_1,hasRequiredPuppet;function requirePuppet(){if(hasRequiredPuppet)return puppet_1;hasRequiredPuppet=1;function Ra(qa){const Ja={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"},ed=qa.COMMENT("#","$"),td="([A-Za-z_]|::)(\\w|::)*",rd=qa.inherit(qa.TITLE_MODE,{begin:td}),od={className:"variable",begin:"\\$"+td},sd={className:"string",contains:[qa.BACKSLASH_ESCAPE,od],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{name:"Puppet",aliases:["pp"],contains:[ed,od,sd,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[rd,ed]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:qa.IDENT_RE,endsParent:!0}]},{begin:qa.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:qa.IDENT_RE,relevance:.2},{begin:/\{/,end:/\}/,keywords:Ja,relevance:0,contains:[sd,ed,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:qa.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},od]}],relevance:0}]}}return puppet_1=Ra,puppet_1}var purebasic_1,hasRequiredPurebasic;function requirePurebasic(){if(hasRequiredPurebasic)return purebasic_1;hasRequiredPurebasic=1;function Ra(qa){const Ja={className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},ed={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:[qa.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*"},qa.UNDERSCORE_TITLE_MODE]},Ja,ed]}}return purebasic_1=Ra,purebasic_1}var python_1,hasRequiredPython;function requirePython(){if(hasRequiredPython)return python_1;hasRequiredPython=1;function Ra(qa){const Ja=qa.regex,ed=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),td=["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"],ld={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:td,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"]},cd={className:"meta",begin:/^(>>>|\.\.\.) /},ud={className:"subst",begin:/\{/,end:/\}/,keywords:ld,illegal:/#/},gd={begin:/\{\{/,relevance:0},_d={className:"string",contains:[qa.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[qa.BACKSLASH_ESCAPE,cd],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[qa.BACKSLASH_ESCAPE,cd],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[qa.BACKSLASH_ESCAPE,cd,gd,ud]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[qa.BACKSLASH_ESCAPE,cd,gd,ud]},{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:[qa.BACKSLASH_ESCAPE,gd,ud]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[qa.BACKSLASH_ESCAPE,gd,ud]},qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE]},yd="[0-9](_?[0-9])*",Ed=`(\\b(${yd}))?\\.(${yd})|\\b(${yd})\\.`,Td=`\\b|${td.join("|")}`,Od={className:"number",relevance:0,variants:[{begin:`(\\b(${yd})|(${Ed}))[eE][+-]?(${yd})[jJ]?(?=${Td})`},{begin:`(${Ed})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${Td})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${Td})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${Td})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${Td})`},{begin:`\\b(${yd})[jJ](?=${Td})`}]},Ad={className:"comment",begin:Ja.lookahead(/# type:/),end:/$/,keywords:ld,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},Nd={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:ld,contains:["self",cd,Od,_d,qa.HASH_COMMENT_MODE]}]};return ud.contains=[_d,Od,cd],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:ld,illegal:/(<\/|\?)|=>/,contains:[cd,Od,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},_d,Ad,qa.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,ed],scope:{1:"keyword",3:"title.function"},contains:[Nd]},{variants:[{match:[/\bclass/,/\s+/,ed,/\s*/,/\(\s*/,ed,/\s*\)/]},{match:[/\bclass/,/\s+/,ed]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[Od,Nd,_d]}]}}return python_1=Ra,python_1}var pythonRepl_1,hasRequiredPythonRepl;function requirePythonRepl(){if(hasRequiredPythonRepl)return pythonRepl_1;hasRequiredPythonRepl=1;function Ra(qa){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return pythonRepl_1=Ra,pythonRepl_1}var q_1,hasRequiredQ;function requireQ(){if(hasRequiredQ)return q_1;hasRequiredQ=1;function Ra(qa){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:[qa.C_LINE_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE]}}return q_1=Ra,q_1}var qml_1,hasRequiredQml;function requireQml(){if(hasRequiredQml)return qml_1;hasRequiredQml=1;function Ra(qa){const Ja=qa.regex,ed={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"},td="[a-zA-Z_][a-zA-Z0-9\\._]*",rd={className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},od={className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},sd={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:td,returnEnd:!1}},ld={begin:td+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:td,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},cd={begin:Ja.concat(td,/\s*\{/),end:/\{/,returnBegin:!0,relevance:0,contains:[qa.inherit(qa.TITLE_MODE,{begin:td})]};return{name:"QML",aliases:["qt"],case_insensitive:!1,keywords:ed,contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[qa.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:qa.C_NUMBER_RE}],relevance:0},{begin:"("+qa.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.REGEXP_MODE,{begin:/</,end:/>\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},od,rd,{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[qa.inherit(qa.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+qa.IDENT_RE,relevance:0},sd,ld,cd],illegal:/#/}}return qml_1=Ra,qml_1}var r_1,hasRequiredR;function requireR(){if(hasRequiredR)return r_1;hasRequiredR=1;function Ra(qa){const Ja=qa.regex,ed=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,td=Ja.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]?/),rd=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,od=Ja.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:ed,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:[qa.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:Ja.lookahead(Ja.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:ed},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),qa.HASH_COMMENT_MODE,{scope:"string",contains:[qa.BACKSLASH_ESCAPE],variants:[qa.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),qa.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),qa.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),qa.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),qa.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),qa.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[rd,td]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,td]},{scope:{1:"punctuation",2:"number"},match:[od,td]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,td]}]},{scope:{3:"operator"},match:[ed,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:rd},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:od},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}return r_1=Ra,r_1}var reasonml_1,hasRequiredReasonml;function requireReasonml(){if(hasRequiredReasonml)return reasonml_1;hasRequiredReasonml=1;function Ra(qa){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},qa.C_LINE_COMMENT_MODE,qa.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},qa.inherit(qa.APOS_STRING_MODE,{scope:"string",relevance:0}),qa.inherit(qa.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=Ra,reasonml_1}var rib_1,hasRequiredRib;function requireRib(){if(hasRequiredRib)return rib_1;hasRequiredRib=1;function Ra(qa){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:"</",contains:[qa.HASH_COMMENT_MODE,qa.C_NUMBER_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE]}}return rib_1=Ra,rib_1}var roboconf_1,hasRequiredRoboconf;function requireRoboconf(){if(hasRequiredRoboconf)return roboconf_1;hasRequiredRoboconf=1;function Ra(qa){const Ja="[a-zA-Z-_][^\\n{]+\\{",ed={className:"attribute",begin:/[a-zA-Z-_]+/,end:/\s*:/,excludeEnd:!0,starts:{end:";",relevance:0,contains:[{className:"variable",begin:/\.[a-zA-Z-_]+/},{className:"keyword",begin:/\(optional\)/}]}};return{name:"Roboconf",aliases:["graph","instances"],case_insensitive:!0,keywords:"import",contains:[{begin:"^facet "+Ja,end:/\}/,keywords:"facet",contains:[ed,qa.HASH_COMMENT_MODE]},{begin:"^\\s*instance of "+Ja,end:/\}/,keywords:"name count channels instance-data instance-state instance of",illegal:/\S/,contains:["self",ed,qa.HASH_COMMENT_MODE]},{begin:"^"+Ja,end:/\}/,contains:[ed,qa.HASH_COMMENT_MODE]},qa.HASH_COMMENT_MODE]}}return roboconf_1=Ra,roboconf_1}var routeros_1,hasRequiredRouteros;function requireRouteros(){if(hasRequiredRouteros)return routeros_1;hasRequiredRouteros=1;function Ra(qa){const Ja="foreach do while for if from to step else on-error and or not in",ed="global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime",td="add remove enable disable set get print export edit find run debug error info warning",rd="true false yes no nothing nil null",od="traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw",sd={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},ld={className:"string",begin:/"/,end:/"/,contains:[qa.BACKSLASH_ESCAPE,sd,{className:"variable",begin:/\$\(/,end:/\)/,contains:[qa.BACKSLASH_ESCAPE]}]},cd={className:"string",begin:/'/,end:/'/};return{name:"MikroTik RouterOS script",aliases:["mikrotik"],case_insensitive:!0,keywords:{$pattern:/:?[\w-]+/,literal:rd,keyword:Ja+" :"+Ja.split(" ").join(" :")+" :"+ed.split(" ").join(" :")},contains:[{variants:[{begin:/\/\*/,end:/\*\//},{begin:/\/\//,end:/$/},{begin:/<\//,end:/>/}],illegal:/./},qa.COMMENT("^#","$"),ld,cd,sd,{begin:/[\w-]+=([^\s{}[\]()>]+)/,relevance:0,returnBegin:!0,contains:[{className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[ld,cd,sd,{className:"literal",begin:"\\b("+rd.split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s{}[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+td.split(" ").join("|")+")([\\s[(\\]|])",returnBegin:!0,contains:[{className:"built_in",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+od.split(" ").join("|")+");?\\s)+"},{begin:/\.\./,relevance:0}]}]}}return routeros_1=Ra,routeros_1}var rsl_1,hasRequiredRsl;function requireRsl(){if(hasRequiredRsl)return rsl_1;hasRequiredRsl=1;function Ra(qa){const Ja=["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"],ed=["matrix","float","color","point","normal","vector"],td=["while","for","if","do","return","else","break","extern","continue"],rd={match:[/(surface|displacement|light|volume|imager)/,/\s+/,qa.IDENT_RE],scope:{1:"keyword",3:"title.class"}};return{name:"RenderMan RSL",keywords:{keyword:td,built_in:Ja,type:ed},illegal:"</",contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.QUOTE_STRING_MODE,qa.APOS_STRING_MODE,qa.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},rd,{beginKeywords:"illuminate illuminance gather",end:"\\("}]}}return rsl_1=Ra,rsl_1}var ruleslanguage_1,hasRequiredRuleslanguage;function requireRuleslanguage(){if(hasRequiredRuleslanguage)return ruleslanguage_1;hasRequiredRuleslanguage=1;function Ra(qa){return{name:"Oracle Rules Language",keywords:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE,{className:"literal",variants:[{begin:"#\\s+",relevance:0},{begin:"#[a-zA-Z .]+"}]}]}}return ruleslanguage_1=Ra,ruleslanguage_1}var rust_1,hasRequiredRust;function requireRust(){if(hasRequiredRust)return rust_1;hasRequiredRust=1;function Ra(qa){const Ja=qa.regex,ed=/(r#)?/,td=Ja.concat(ed,qa.UNDERSCORE_IDENT_RE),rd=Ja.concat(ed,qa.IDENT_RE),od={className:"title.function.invoke",relevance:0,begin:Ja.concat(/\b/,/(?!let|for|while|if|else|match\b)/,rd,Ja.lookahead(/\s*\(/))},sd="([ui](8|16|32|64|128|size)|f(32|64))?",ld=["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","union","unsafe","unsized","use","virtual","where","while","yield"],cd=["true","false","Some","None","Ok","Err"],ud=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","eprintln!","panic!","file!","format!","format_args!","include_bytes!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"],gd=["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"];return{name:"Rust",aliases:["rs"],keywords:{$pattern:qa.IDENT_RE+"!?",type:gd,keyword:ld,literal:cd,built_in:ud},illegal:"</",contains:[qa.C_LINE_COMMENT_MODE,qa.COMMENT("/\\*","\\*/",{contains:["self"]}),qa.inherit(qa.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{className:"string",variants:[{begin:/b?r(#*)"(.|\n)*?"\1(?!#)/},{begin:/b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/}]},{className:"symbol",begin:/'[a-zA-Z_][a-zA-Z0-9_]*/},{className:"number",variants:[{begin:"\\b0b([01_]+)"+sd},{begin:"\\b0o([0-7_]+)"+sd},{begin:"\\b0x([A-Fa-f0-9_]+)"+sd},{begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+sd}],relevance:0},{begin:[/fn/,/\s+/,td],className:{1:"keyword",3:"title.function"}},{className:"meta",begin:"#!?\\[",end:"\\]",contains:[{className:"string",begin:/"/,end:/"/,contains:[qa.BACKSLASH_ESCAPE]}]},{begin:[/let/,/\s+/,/(?:mut\s+)?/,td],className:{1:"keyword",3:"keyword",4:"variable"}},{begin:[/for/,/\s+/,td,/\s+/,/in/],className:{1:"keyword",3:"variable",5:"keyword"}},{begin:[/type/,/\s+/,td],className:{1:"keyword",3:"title.class"}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\s+/,td],className:{1:"keyword",3:"title.class"}},{begin:qa.IDENT_RE+"::",keywords:{keyword:"Self",built_in:ud,type:gd}},{className:"punctuation",begin:"->"},od]}}return rust_1=Ra,rust_1}var sas_1,hasRequiredSas;function requireSas(){if(hasRequiredSas)return sas_1;hasRequiredSas=1;function Ra(qa){const Ja=qa.regex,ed=["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"],td=["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"],rd=["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:ed},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:"%"+Ja.either(...rd)},{className:"title.function",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:Ja.either(...td)+"(?=\\()"},{className:"string",variants:[qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE]},qa.COMMENT("\\*",";"),qa.C_BLOCK_COMMENT_MODE]}}return sas_1=Ra,sas_1}var scala_1,hasRequiredScala;function requireScala(){if(hasRequiredScala)return scala_1;hasRequiredScala=1;function Ra(qa){const Ja=qa.regex,ed={className:"meta",begin:"@[A-Za-z]+"},td={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]},rd={className:"string",variants:[{begin:'"""',end:'"""'},{begin:'"',end:'"',illegal:"\\n",contains:[qa.BACKSLASH_ESCAPE]},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[qa.BACKSLASH_ESCAPE,td]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[td],relevance:10}]},od={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},sd={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},ld={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[od,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[od,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]},sd]},cd={className:"function",beginKeywords:"def",end:Ja.lookahead(/[:={\[(\n;]/),contains:[sd]},ud={begin:[/^\s*/,"extension",/\s+(?=[[(])/],beginScope:{2:"keyword"}},gd={begin:[/^\s*/,/end/,/\s+/,/(extension\b)?/],beginScope:{2:"keyword",4:"keyword"}},_d=[{match:/\.inline\b/},{begin:/\binline(?=\s)/,keywords:"inline"}],yd={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+/}]},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,rd,od,cd,ld,qa.C_NUMBER_MODE,ud,gd,..._d,yd,ed]}}return scala_1=Ra,scala_1}var scheme_1,hasRequiredScheme;function requireScheme(){if(hasRequiredScheme)return scheme_1;hasRequiredScheme=1;function Ra(qa){const Ja="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",ed="(-|\\+)?\\d+([./]\\d+)?",td=ed+"[+\\-]"+ed+"i",rd={$pattern:Ja,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-ci>=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char<? 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-ci>=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string<? 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?"},od={className:"literal",begin:"(#t|#f|#\\\\"+Ja+"|#\\\\.)"},sd={className:"number",variants:[{begin:ed,relevance:0},{begin:td,relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},ld=qa.QUOTE_STRING_MODE,cd=[qa.COMMENT(";","$",{relevance:0}),qa.COMMENT("#\\|","\\|#")],ud={begin:Ja,relevance:0},gd={className:"symbol",begin:"'"+Ja},_d={endsWithParent:!0,relevance:0},yd={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",od,ld,sd,ud,gd]}]},Ed={className:"name",relevance:0,begin:Ja,keywords:rd},Od={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[Ed,{endsParent:!0,variants:[{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/}],contains:[ud]}]},Ed,_d]};return _d.contains=[od,sd,ld,ud,gd,yd,Od].concat(cd),{name:"Scheme",aliases:["scm"],illegal:/\S/,contains:[qa.SHEBANG(),sd,ld,gd,yd,Od].concat(cd)}}return scheme_1=Ra,scheme_1}var scilab_1,hasRequiredScilab;function requireScilab(){if(hasRequiredScilab)return scilab_1;hasRequiredScilab=1;function Ra(qa){const Ja=[qa.C_NUMBER_MODE,{className:"string",begin:`'|"`,end:`'|"`,contains:[qa.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:[qa.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*[\\.']+",relevance:0},{begin:"\\[",end:"\\][\\.']*",relevance:0,contains:Ja},qa.COMMENT("//","$")].concat(Ja)}}return scilab_1=Ra,scilab_1}var scss_1,hasRequiredScss;function requireScss(){if(hasRequiredScss)return scss_1;hasRequiredScss=1;const Ra=cd=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:cd.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:[cd.APOS_STRING_MODE,cd.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:cd.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_-]*/}}),qa=["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"],Ja=["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"],ed=[...qa,...Ja],td=["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(),rd=["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(),od=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),sd=["accent-color","align-content","align-items","align-self","alignment-baseline","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","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-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-end-end-radius","border-end-start-radius","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-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","cx","cy","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","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","empty-cells","enable-background","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","flood-color","flood-opacity","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","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","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","kerning","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","marker","marker-end","marker-mid","marker-start","mask","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","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","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","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-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-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","scale","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","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","speak","speak-as","src","tab-size","table-layout","text-anchor","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","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-transform","text-underline-offset","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","vector-effect","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index"].sort().reverse();function ld(cd){const ud=Ra(cd),gd=od,_d=rd,yd="@[a-z-]+",Ed="and or not only",Od={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[cd.C_LINE_COMMENT_MODE,cd.C_BLOCK_COMMENT_MODE,ud.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},ud.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+ed.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+_d.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+gd.join("|")+")"},Od,{begin:/\(/,end:/\)/,contains:[ud.CSS_NUMBER_MODE]},ud.CSS_VARIABLE,{className:"attribute",begin:"\\b("+sd.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:[ud.BLOCK_COMMENT,Od,ud.HEXCOLOR,ud.CSS_NUMBER_MODE,cd.QUOTE_STRING_MODE,cd.APOS_STRING_MODE,ud.IMPORTANT,ud.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:yd,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:Ed,attribute:td.join(" ")},contains:[{begin:yd,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},Od,cd.QUOTE_STRING_MODE,cd.APOS_STRING_MODE,ud.HEXCOLOR,ud.CSS_NUMBER_MODE]},ud.FUNCTION_DISPATCH]}}return scss_1=ld,scss_1}var shell_1,hasRequiredShell;function requireShell(){if(hasRequiredShell)return shell_1;hasRequiredShell=1;function Ra(qa){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=Ra,shell_1}var smali_1,hasRequiredSmali;function requireSmali(){if(hasRequiredSmali)return smali_1;hasRequiredSmali=1;function Ra(qa){const Ja=["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"],ed=["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"],td=["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"];return{name:"Smali",contains:[{className:"string",begin:'"',end:'"',relevance:0},qa.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("+td.join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+Ja.join("|")+")\\s"},{begin:"\\s("+Ja.join("|")+")((-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+ed.join("|")+")((-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:`L[^(;:
]*;`,relevance:0},{begin:"[vp][0-9]+"}]}}return smali_1=Ra,smali_1}var smalltalk_1,hasRequiredSmalltalk;function requireSmalltalk(){if(hasRequiredSmalltalk)return smalltalk_1;hasRequiredSmalltalk=1;function Ra(qa){const Ja="[a-z][a-zA-Z0-9_]*",ed={className:"string",begin:"\\$.{1}"},td={className:"symbol",begin:"#"+qa.UNDERSCORE_IDENT_RE};return{name:"Smalltalk",aliases:["st"],keywords:["self","super","nil","true","false","thisContext"],contains:[qa.COMMENT('"','"'),qa.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:Ja+":",relevance:0},qa.C_NUMBER_MODE,td,ed,{begin:"\\|[ ]*"+Ja+"([ ]+"+Ja+")*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?"+Ja}]},{begin:"#\\(",end:"\\)",contains:[qa.APOS_STRING_MODE,ed,qa.C_NUMBER_MODE,td]}]}}return smalltalk_1=Ra,smalltalk_1}var sml_1,hasRequiredSml;function requireSml(){if(hasRequiredSml)return sml_1;hasRequiredSml=1;function Ra(qa){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},qa.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']*"},qa.inherit(qa.APOS_STRING_MODE,{className:"string",relevance:0}),qa.inherit(qa.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=Ra,sml_1}var sqf_1,hasRequiredSqf;function requireSqf(){if(hasRequiredSqf)return sqf_1;hasRequiredSqf=1;function Ra(qa){const Ja={className:"variable",begin:/\b_+[a-zA-Z]\w*/},ed={className:"title",begin:/[a-zA-Z][a-zA-Z_0-9]*_fnc_[a-zA-Z_0-9]+/},td={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]},rd=["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"],od=["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"],sd=["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"],ld={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:"define undef ifdef ifndef else endif include if",contains:[{begin:/\\\n/,relevance:0},qa.inherit(td,{className:"string"}),{begin:/<[^\n>]*>/,end:/$/,illegal:"\\n"},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]};return{name:"SQF",case_insensitive:!0,keywords:{keyword:rd,built_in:sd,literal:od},contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.NUMBER_MODE,Ja,ed,td,ld],illegal:[/\$[^a-fA-F0-9]/,/\w\$/,/\?/,/@/,/ \| /,/[a-zA-Z_]\./,/\:\=/,/\[\:/]}}return sqf_1=Ra,sqf_1}var sql_1,hasRequiredSql;function requireSql(){if(hasRequiredSql)return sql_1;hasRequiredSql=1;function Ra(qa){const Ja=qa.regex,ed=qa.COMMENT("--","$"),td={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},rd={begin:/"/,end:/"/,contains:[{begin:/""/}]},od=["true","false","unknown"],sd=["double precision","large object","with timezone","without timezone"],ld=["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"],cd=["add","asc","collation","desc","final","first","last","view"],ud=["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"],gd=["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"],_d=["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"],yd=["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"],Ed=gd,Td=[...ud,...cd].filter(Id=>!gd.includes(Id)),Od={className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},Ad={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},Nd={begin:Ja.concat(/\b/,Ja.either(...Ed),/\s*\(/),relevance:0,keywords:{built_in:Ed}};function kd(Id,{exceptions:Rd,when:Md}={}){const Ld=Md;return Rd=Rd||[],Id.map(jd=>jd.match(/\|\d+$/)||Rd.includes(jd)?jd:Ld(jd)?`${jd}|0`:jd)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:kd(Td,{when:Id=>Id.length<3}),literal:od,type:ld,built_in:_d},contains:[{begin:Ja.either(...yd),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:Td.concat(yd),literal:od,type:ld}},{className:"type",begin:Ja.either(...sd)},Nd,Od,td,rd,qa.C_NUMBER_MODE,qa.C_BLOCK_COMMENT_MODE,ed,Ad]}}return sql_1=Ra,sql_1}var stan_1,hasRequiredStan;function requireStan(){if(hasRequiredStan)return stan_1;hasRequiredStan=1;function Ra(qa){const Ja=qa.regex,ed=["functions","model","data","parameters","quantities","transformed","generated"],td=["for","in","if","else","while","break","continue","return"],rd=["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"],od=["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"],sd=["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"],ld=qa.COMMENT(/\/\*/,/\*\//,{relevance:0,contains:[{scope:"doctag",match:/@(return|param)/}]}),cd={scope:"meta",begin:/#include\b/,end:/$/,contains:[{match:/[a-z][a-z-._]+/,scope:"string"},qa.C_LINE_COMMENT_MODE]},ud=["lower","upper","offset","multiplier"];return{name:"Stan",aliases:["stanfuncs"],keywords:{$pattern:qa.IDENT_RE,title:ed,type:rd,keyword:td,built_in:od},contains:[qa.C_LINE_COMMENT_MODE,cd,qa.HASH_COMMENT_MODE,ld,{scope:"built_in",match:/\s(pi|e|sqrt2|log2|log10)(?=\()/,relevance:0},{match:Ja.concat(/[<,]\s*/,Ja.either(...ud),/\s*=/),keywords:ud},{scope:"keyword",match:/\btarget(?=\s*\+=)/},{match:[/~\s*/,Ja.either(...sd),/(?:\(\))/,/\s*T(?=\s*\[)/],scope:{2:"built_in",4:"keyword"}},{scope:"built_in",keywords:sd,begin:Ja.concat(/\w*/,Ja.either(...sd),/(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/)},{begin:[/~/,/\s*/,Ja.concat(Ja.either(...sd),/(?=\s*[\(.*\)])/)],scope:{3:"built_in"}},{begin:[/~/,/\s*\w+(?=\s*[\(.*\)])/,"(?!.*/\b("+Ja.either(...sd)+")\b)"],scope:{2:"title.function"}},{scope:"title.function",begin:/\w*(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\s*[\(.*\)])/},{scope:"number",match:Ja.concat(/(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)/,/(?:[eE][+-]?\d+(?:_\d+)*)?i?(?!\w)/),relevance:0},{scope:"string",begin:/"/,end:/"/}]}}return stan_1=Ra,stan_1}var stata_1,hasRequiredStata;function requireStata(){if(hasRequiredStata)return stata_1;hasRequiredStata=1;function Ra(qa){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)(?=\\()"}]},qa.COMMENT("^[ ]*\\*.*$",!1),qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE]}}return stata_1=Ra,stata_1}var step21_1,hasRequiredStep21;function requireStep21(){if(hasRequiredStep21)return step21_1;hasRequiredStep21=1;function Ra(qa){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},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,qa.COMMENT("/\\*\\*!","\\*/"),qa.C_NUMBER_MODE,qa.inherit(qa.APOS_STRING_MODE,{illegal:null}),qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"'",end:"'"},{className:"symbol",variants:[{begin:"#",end:"\\d+",illegal:"\\W"}]}]}}return step21_1=Ra,step21_1}var stylus_1,hasRequiredStylus;function requireStylus(){if(hasRequiredStylus)return stylus_1;hasRequiredStylus=1;const Ra=cd=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:cd.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:[cd.APOS_STRING_MODE,cd.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:cd.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_-]*/}}),qa=["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"],Ja=["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"],ed=[...qa,...Ja],td=["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(),rd=["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(),od=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),sd=["accent-color","align-content","align-items","align-self","alignment-baseline","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","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-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-end-end-radius","border-end-start-radius","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-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","cx","cy","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","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","empty-cells","enable-background","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","flood-color","flood-opacity","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","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","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","kerning","justify-content","justify-items","justify-self","left","letter-spacing","lighting-color","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","marker","marker-end","marker-mid","marker-start","mask","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","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","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","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-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-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","scale","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","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","speak","speak-as","src","tab-size","table-layout","text-anchor","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","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-transform","text-underline-offset","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","vector-effect","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index"].sort().reverse();function ld(cd){const ud=Ra(cd),gd="and or not only",_d={className:"variable",begin:"\\$"+cd.IDENT_RE},yd=["charset","css","debug","extend","font-face","for","import","include","keyframes","media","mixin","page","warn","while"],Ed="(?=[.\\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:[cd.QUOTE_STRING_MODE,cd.APOS_STRING_MODE,cd.C_LINE_COMMENT_MODE,cd.C_BLOCK_COMMENT_MODE,ud.HEXCOLOR,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+Ed,className:"selector-class"},{begin:"#[a-zA-Z][a-zA-Z0-9_-]*"+Ed,className:"selector-id"},{begin:"\\b("+ed.join("|")+")"+Ed,className:"selector-tag"},{className:"selector-pseudo",begin:"&?:("+rd.join("|")+")"+Ed},{className:"selector-pseudo",begin:"&?:(:)?("+od.join("|")+")"+Ed},ud.ATTRIBUTE_SELECTOR_MODE,{className:"keyword",begin:/@media/,starts:{end:/[{;}]/,keywords:{$pattern:/[a-z-]+/,keyword:gd,attribute:td.join(" ")},contains:[ud.CSS_NUMBER_MODE]}},{className:"keyword",begin:"@((-(o|moz|ms|webkit)-)?("+yd.join("|")+"))\\b"},_d,ud.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:[ud.HEXCOLOR,_d,cd.APOS_STRING_MODE,ud.CSS_NUMBER_MODE,cd.QUOTE_STRING_MODE]}]},ud.CSS_VARIABLE,{className:"attribute",begin:"\\b("+sd.join("|")+")\\b",starts:{end:/;|$/,contains:[ud.HEXCOLOR,_d,cd.APOS_STRING_MODE,cd.QUOTE_STRING_MODE,ud.CSS_NUMBER_MODE,cd.C_BLOCK_COMMENT_MODE,ud.IMPORTANT,ud.FUNCTION_DISPATCH],illegal:/\./,relevance:0}},ud.FUNCTION_DISPATCH]}}return stylus_1=ld,stylus_1}var subunit_1,hasRequiredSubunit;function requireSubunit(){if(hasRequiredSubunit)return subunit_1;hasRequiredSubunit=1;function Ra(qa){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=Ra,subunit_1}var swift_1,hasRequiredSwift;function requireSwift(){if(hasRequiredSwift)return swift_1;hasRequiredSwift=1;function Ra(jd){return jd?typeof jd=="string"?jd:jd.source:null}function qa(jd){return Ja("(?=",jd,")")}function Ja(...jd){return jd.map(Fd=>Ra(Fd)).join("")}function ed(jd){const Pd=jd[jd.length-1];return typeof Pd=="object"&&Pd.constructor===Object?(jd.splice(jd.length-1,1),Pd):{}}function td(...jd){return"("+(ed(jd).capture?"":"?:")+jd.map(Ud=>Ra(Ud)).join("|")+")"}const rd=jd=>Ja(/\b/,jd,/\w$/.test(jd)?/\b/:/\B/),od=["Protocol","Type"].map(rd),sd=["init","self"].map(rd),ld=["Any","Self"],cd=["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"],ud=["false","nil","true"],gd=["assignment","associativity","higherThan","left","lowerThan","none","right"],_d=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],yd=["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"],Ed=td(/[/=\-+!*%<>&|^~?]/,/[\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]/),Td=td(Ed,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),Od=Ja(Ed,Td,"*"),Ad=td(/[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]/),Nd=td(Ad,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),kd=Ja(Ad,Nd,"*"),Id=Ja(/[A-Z]/,Nd,"*"),Rd=["attached","autoclosure",Ja(/convention\(/,td("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",Ja(/objc\(/,kd,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],Md=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function Ld(jd){const Pd={match:/\s+/,relevance:0},Fd=jd.COMMENT("/\\*","\\*/",{contains:["self"]}),Ud=[jd.C_LINE_COMMENT_MODE,Fd],Vd={match:[/\./,td(...od,...sd)],className:{2:"keyword"}},qd={match:Ja(/\./,td(...cd)),relevance:0},Wd=cd.filter(sm=>typeof sm=="string").concat(["_|0"]),zd=cd.filter(sm=>typeof sm!="string").concat(ld).map(rd),Kd={variants:[{className:"keyword",match:td(...zd,...sd)}]},Qd={$pattern:td(/\b\w+/,/#\w+/),keyword:Wd.concat(_d),literal:ud},hf=[Vd,qd,Kd],gf={match:Ja(/\./,td(...yd)),relevance:0},bf={className:"built_in",match:Ja(/\b/,td(...yd),/(?=\()/)},kf=[gf,bf],Cf={match:/->/,relevance:0},Ef={className:"operator",relevance:0,variants:[{match:Od},{match:`\\.(\\.|${Td})+`}]},yf=[Cf,Ef],Mf="([0-9]_*)+",Af="([0-9a-fA-F]_*)+",Zd={className:"number",relevance:0,variants:[{match:`\\b(${Mf})(\\.(${Mf}))?([eE][+-]?(${Mf}))?\\b`},{match:`\\b0x(${Af})(\\.(${Af}))?([pP][+-]?(${Mf}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},mf=(sm="")=>({className:"subst",variants:[{match:Ja(/\\/,sm,/[0\\tnr"']/)},{match:Ja(/\\/,sm,/u\{[0-9a-fA-F]{1,8}\}/)}]}),Pf=(sm="")=>({className:"subst",match:Ja(/\\/,sm,/[\t ]*(?:[\r\n]|\r\n)/)}),Ff=(sm="")=>({className:"subst",label:"interpol",begin:Ja(/\\/,sm,/\(/),end:/\)/}),Lf=(sm="")=>({begin:Ja(sm,/"""/),end:Ja(/"""/,sm),contains:[mf(sm),Pf(sm),Ff(sm)]}),jf=(sm="")=>({begin:Ja(sm,/"/),end:Ja(/"/,sm),contains:[mf(sm),Ff(sm)]}),xf={className:"string",variants:[Lf(),Lf("#"),Lf("##"),Lf("###"),jf(),jf("#"),jf("##"),jf("###")]},Nf=[jd.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[jd.BACKSLASH_ESCAPE]}],Bf={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:Nf},Tf=sm=>{const kh=Ja(sm,/\//),Rh=Ja(/\//,sm);return{begin:kh,end:Rh,contains:[...Nf,{scope:"comment",begin:`#(?!.*${Rh})`,end:/$/}]}},wf={scope:"regexp",variants:[Tf("###"),Tf("##"),Tf("#"),Bf]},Of={match:Ja(/`/,kd,/`/)},$f={className:"variable",match:/\$\d+/},Wf={className:"variable",match:`\\$${Nd}+`},Kf=[Of,$f,Wf],Df={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:Md,contains:[...yf,Zd,xf]}]}},qf={scope:"keyword",match:Ja(/@/,td(...Rd),qa(td(/\(/,/\s+/)))},Xf={scope:"meta",match:Ja(/@/,kd)},hh=[Df,qf,Xf],Mh={match:qa(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:Ja(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,Nd,"+")},{className:"type",match:Id,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:Ja(/\s+&\s+/,qa(Id)),relevance:0}]},wh={begin:/</,end:/>/,keywords:Qd,contains:[...Ud,...hf,...hh,Cf,Mh]};Mh.contains.push(wh);const Bh={match:Ja(kd,/\s*:/),keywords:"_|0",relevance:0},Uh={begin:/\(/,end:/\)/,relevance:0,keywords:Qd,contains:["self",Bh,...Ud,wf,...hf,...kf,...yf,Zd,xf,...Kf,...hh,Mh]},oh={begin:/</,end:/>/,keywords:"repeat each",contains:[...Ud,Mh]},Vf={begin:td(qa(Ja(kd,/\s*:/)),qa(Ja(kd,/\s+/,kd,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:kd}]},Rf={begin:/\(/,end:/\)/,keywords:Qd,contains:[Vf,...Ud,...hf,...yf,Zd,xf,...hh,Mh,Uh],endsParent:!0,illegal:/["']/},Zf={match:[/(func|macro)/,/\s+/,td(Of.match,kd,Od)],className:{1:"keyword",3:"title.function"},contains:[oh,Rf,Pd],illegal:[/\[/,/%/]},Jf={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[oh,Rf,Pd],illegal:/\[|%/},Th={match:[/operator/,/\s+/,Od],className:{1:"keyword",3:"title"}},Ah={begin:[/precedencegroup/,/\s+/,Id],className:{1:"keyword",3:"title"},contains:[Mh],keywords:[...gd,...ud],end:/}/},Gh={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,kd,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:Qd,contains:[oh,...hf,{begin:/:/,end:/\{/,keywords:Qd,contains:[{scope:"title.class.inherited",match:Id},...hf],relevance:0}]};for(const sm of xf.variants){const kh=sm.contains.find(jh=>jh.label==="interpol");kh.keywords=Qd;const Rh=[...hf,...kf,...yf,Zd,xf,...Kf];kh.contains=[...Rh,{begin:/\(/,end:/\)/,contains:["self",...Rh]}]}return{name:"Swift",keywords:Qd,contains:[...Ud,Zf,Jf,Gh,Th,Ah,{beginKeywords:"import",end:/$/,contains:[...Ud],relevance:0},wf,...hf,...kf,...yf,Zd,xf,...Kf,...hh,Mh,Uh]}}return swift_1=Ld,swift_1}var taggerscript_1,hasRequiredTaggerscript;function requireTaggerscript(){if(hasRequiredTaggerscript)return taggerscript_1;hasRequiredTaggerscript=1;function Ra(qa){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=Ra,taggerscript_1}var yaml_1,hasRequiredYaml;function requireYaml(){if(hasRequiredYaml)return yaml_1;hasRequiredYaml=1;function Ra(qa){const Ja="true false yes no null",ed="[\\w#;/?:@&=+$,.~*'()[\\]]+",td={className:"attr",variants:[{begin:/\w[\w :()\./-]*:(?=[ \t]|$)/},{begin:/"\w[\w :()\./-]*":(?=[ \t]|$)/},{begin:/'\w[\w :()\./-]*':(?=[ \t]|$)/}]},rd={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},od={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[qa.BACKSLASH_ESCAPE,rd]},sd=qa.inherit(od,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),_d={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"},yd={end:",",endsWithParent:!0,excludeEnd:!0,keywords:Ja,relevance:0},Ed={begin:/\{/,end:/\}/,contains:[yd],illegal:"\\n",relevance:0},Td={begin:"\\[",end:"\\]",contains:[yd],illegal:"\\n",relevance:0},Od=[td,{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+!"+ed},{className:"type",begin:"!<"+ed+">"},{className:"type",begin:"!"+ed},{className:"type",begin:"!!"+ed},{className:"meta",begin:"&"+qa.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+qa.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},qa.HASH_COMMENT_MODE,{beginKeywords:Ja,keywords:{literal:Ja}},_d,{className:"number",begin:qa.C_NUMBER_RE+"\\b",relevance:0},Ed,Td,od],Ad=[...Od];return Ad.pop(),Ad.push(sd),yd.contains=Ad,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:Od}}return yaml_1=Ra,yaml_1}var tap_1,hasRequiredTap;function requireTap(){if(hasRequiredTap)return tap_1;hasRequiredTap=1;function Ra(qa){return{name:"Test Anything Protocol",case_insensitive:!0,contains:[qa.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=Ra,tap_1}var tcl_1,hasRequiredTcl;function requireTcl(){if(hasRequiredTcl)return tcl_1;hasRequiredTcl=1;function Ra(qa){const Ja=qa.regex,ed=/[a-zA-Z_][a-zA-Z0-9_]*/,td={className:"number",variants:[qa.BINARY_NUMBER_MODE,qa.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:[qa.COMMENT(";[ \\t]*#","$"),qa.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:Ja.concat(/\$/,Ja.optional(/::/),ed,"(::",ed,")*")},{begin:"\\$\\{(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"\\}",contains:[td]}]},{className:"string",contains:[qa.BACKSLASH_ESCAPE],variants:[qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null})]},td]}}return tcl_1=Ra,tcl_1}var thrift_1,hasRequiredThrift;function requireThrift(){if(hasRequiredThrift)return thrift_1;hasRequiredThrift=1;function Ra(qa){const Ja=["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:Ja,literal:"true false"},contains:[qa.QUOTE_STRING_MODE,qa.NUMBER_MODE,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[qa.inherit(qa.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",keywords:{type:[...Ja,"set","list","map"]},end:">",contains:["self"]}]}}return thrift_1=Ra,thrift_1}var tp_1,hasRequiredTp;function requireTp(){if(hasRequiredTp)return tp_1;hasRequiredTp=1;function Ra(qa){const Ja={className:"number",begin:"[1-9][0-9]*",relevance:0},ed={className:"symbol",begin:":[^\\]]+"},td={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",Ja,ed]},rd={className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",Ja,qa.QUOTE_STRING_MODE,ed]};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:[td,rd,{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},qa.COMMENT("//","[;$]"),qa.COMMENT("!","[;$]"),qa.COMMENT("--eg:","$"),qa.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},qa.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}return tp_1=Ra,tp_1}var twig_1,hasRequiredTwig;function requireTwig(){if(hasRequiredTwig)return twig_1;hasRequiredTwig=1;function Ra(qa){const Ja=qa.regex,ed=["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"],td=["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 rd=["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"];rd=rd.concat(rd.map(Td=>`end${Td}`));const od={scope:"string",variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},sd={scope:"number",match:/\d+/},ld={begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[od,sd]},cd={beginKeywords:ed.join(" "),keywords:{name:ed},relevance:0,contains:[ld]},ud={match:/\|(?=[A-Za-z_]+:?)/,beginScope:"punctuation",relevance:0,contains:[{match:/[A-Za-z_]+:?/,keywords:td}]},gd=(Td,{relevance:Od})=>({beginScope:{1:"template-tag",3:"name"},relevance:Od||2,endScope:"template-tag",begin:[/\{%/,/\s*/,Ja.either(...Td)],end:/%\}/,keywords:"in",contains:[ud,cd,od,sd]}),_d=/[a-z_]+/,yd=gd(rd,{relevance:2}),Ed=gd([_d],{relevance:1});return{name:"Twig",aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[qa.COMMENT(/\{#/,/#\}/),yd,Ed,{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:["self",ud,cd,od,sd]}]}}return twig_1=Ra,twig_1}var typescript_1,hasRequiredTypescript;function requireTypescript(){if(hasRequiredTypescript)return typescript_1;hasRequiredTypescript=1;const Ra="[A-Za-z$_][0-9A-Za-z$_]*",qa=["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"],Ja=["true","false","null","undefined","NaN","Infinity"],ed=["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"],td=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],rd=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],od=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],sd=[].concat(rd,ed,td);function ld(ud){const gd=ud.regex,_d=(mf,{after:Pf})=>{const Ff="</"+mf[0].slice(1);return mf.input.indexOf(Ff,Pf)!==-1},yd=Ra,Ed={begin:"<>",end:"</>"},Td=/<[A-Za-z0-9\\._:-]+\s*\/>/,Od={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(mf,Pf)=>{const Ff=mf[0].length+mf.index,Lf=mf.input[Ff];if(Lf==="<"||Lf===","){Pf.ignoreMatch();return}Lf===">"&&(_d(mf,{after:Ff})||Pf.ignoreMatch());let jf;const xf=mf.input.substring(Ff);if(jf=xf.match(/^\s*=/)){Pf.ignoreMatch();return}if((jf=xf.match(/^\s+extends\s+/))&&jf.index===0){Pf.ignoreMatch();return}}},Ad={$pattern:Ra,keyword:qa,literal:Ja,built_in:sd,"variable.language":od},Nd="[0-9](_?[0-9])*",kd=`\\.(${Nd})`,Id="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",Rd={className:"number",variants:[{begin:`(\\b(${Id})((${kd})|\\.)?|(${kd}))[eE][+-]?(${Nd})\\b`},{begin:`\\b(${Id})\\b((${kd})\\b|\\.)?|(${kd})\\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},Md={className:"subst",begin:"\\$\\{",end:"\\}",keywords:Ad,contains:[]},Ld={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[ud.BACKSLASH_ESCAPE,Md],subLanguage:"xml"}},jd={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[ud.BACKSLASH_ESCAPE,Md],subLanguage:"css"}},Pd={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[ud.BACKSLASH_ESCAPE,Md],subLanguage:"graphql"}},Fd={className:"string",begin:"`",end:"`",contains:[ud.BACKSLASH_ESCAPE,Md]},Vd={className:"comment",variants:[ud.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:yd+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),ud.C_BLOCK_COMMENT_MODE,ud.C_LINE_COMMENT_MODE]},qd=[ud.APOS_STRING_MODE,ud.QUOTE_STRING_MODE,Ld,jd,Pd,Fd,{match:/\$\d+/},Rd];Md.contains=qd.concat({begin:/\{/,end:/\}/,keywords:Ad,contains:["self"].concat(qd)});const Wd=[].concat(Vd,Md.contains),zd=Wd.concat([{begin:/(\s*)\(/,end:/\)/,keywords:Ad,contains:["self"].concat(Wd)}]),Kd={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ad,contains:zd},Qd={variants:[{match:[/class/,/\s+/,yd,/\s+/,/extends/,/\s+/,gd.concat(yd,"(",gd.concat(/\./,yd),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,yd],scope:{1:"keyword",3:"title.class"}}]},hf={relevance:0,match:gd.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:{_:[...ed,...td]}},gf={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},bf={variants:[{match:[/function/,/\s+/,yd,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[Kd],illegal:/%/},kf={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function Cf(mf){return gd.concat("(?!",mf.join("|"),")")}const Ef={match:gd.concat(/\b/,Cf([...rd,"super","import"].map(mf=>`${mf}\\s*\\(`)),yd,gd.lookahead(/\s*\(/)),className:"title.function",relevance:0},yf={begin:gd.concat(/\./,gd.lookahead(gd.concat(yd,/(?![0-9A-Za-z$_(])/))),end:yd,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},Mf={match:[/get|set/,/\s+/,yd,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},Kd]},Af="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+ud.UNDERSCORE_IDENT_RE+")\\s*=>",Zd={match:[/const|var|let/,/\s+/,yd,/\s*/,/=\s*/,/(async\s*)?/,gd.lookahead(Af)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[Kd]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:Ad,exports:{PARAMS_CONTAINS:zd,CLASS_REFERENCE:hf},illegal:/#(?![$_A-z])/,contains:[ud.SHEBANG({label:"shebang",binary:"node",relevance:5}),gf,ud.APOS_STRING_MODE,ud.QUOTE_STRING_MODE,Ld,jd,Pd,Fd,Vd,{match:/\$\d+/},Rd,hf,{className:"attr",begin:yd+gd.lookahead(":"),relevance:0},Zd,{begin:"("+ud.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[Vd,ud.REGEXP_MODE,{className:"function",begin:Af,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:ud.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ad,contains:zd}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:Ed.begin,end:Ed.end},{match:Td},{begin:Od.begin,"on:begin":Od.isTrulyOpeningTag,end:Od.end}],subLanguage:"xml",contains:[{begin:Od.begin,end:Od.end,skip:!0,contains:["self"]}]}]},bf,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+ud.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[Kd,ud.inherit(ud.TITLE_MODE,{begin:yd,className:"title.function"})]},{match:/\.\.\./,relevance:0},yf,{match:"\\$"+yd,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[Kd]},Ef,kf,Qd,Mf,{match:/\$[(.]/}]}}function cd(ud){const gd=ld(ud),_d=Ra,yd=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],Ed={begin:[/namespace/,/\s+/,ud.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},Td={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:yd},contains:[gd.exports.CLASS_REFERENCE]},Od={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},Ad=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],Nd={$pattern:Ra,keyword:qa.concat(Ad),literal:Ja,built_in:sd.concat(yd),"variable.language":od},kd={className:"meta",begin:"@"+_d},Id=(Ld,jd,Pd)=>{const Fd=Ld.contains.findIndex(Ud=>Ud.label===jd);if(Fd===-1)throw new Error("can not find mode to replace");Ld.contains.splice(Fd,1,Pd)};Object.assign(gd.keywords,Nd),gd.exports.PARAMS_CONTAINS.push(kd);const Rd=gd.contains.find(Ld=>Ld.className==="attr");gd.exports.PARAMS_CONTAINS.push([gd.exports.CLASS_REFERENCE,Rd]),gd.contains=gd.contains.concat([kd,Ed,Td]),Id(gd,"shebang",ud.SHEBANG()),Id(gd,"use_strict",Od);const Md=gd.contains.find(Ld=>Ld.label==="func.def");return Md.relevance=0,Object.assign(gd,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),gd}return typescript_1=cd,typescript_1}var vala_1,hasRequiredVala;function requireVala(){if(hasRequiredVala)return vala_1;hasRequiredVala=1;function Ra(qa){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:[qa.UNDERSCORE_TITLE_MODE]},qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},qa.APOS_STRING_MODE,qa.QUOTE_STRING_MODE,qa.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$"}]}}return vala_1=Ra,vala_1}var vbnet_1,hasRequiredVbnet;function requireVbnet(){if(hasRequiredVbnet)return vbnet_1;hasRequiredVbnet=1;function Ra(qa){const Ja=qa.regex,ed={className:"string",begin:/"(""|[^/n])"C\b/},td={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},rd=/\d{1,2}\/\d{1,2}\/\d{4}/,od=/\d{4}-\d{1,2}-\d{1,2}/,sd=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,ld=/\d{1,2}(:\d{1,2}){1,2}/,cd={className:"literal",variants:[{begin:Ja.concat(/# */,Ja.either(od,rd),/ *#/)},{begin:Ja.concat(/# */,ld,/ *#/)},{begin:Ja.concat(/# */,sd,/ *#/)},{begin:Ja.concat(/# */,Ja.either(od,rd),/ +/,Ja.either(sd,ld),/ *#/)}]},ud={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])|[%&])?/}]},gd={className:"label",begin:/^\w+:/},_d=qa.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),yd=qa.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:[ed,td,cd,ud,gd,_d,yd,{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:[yd]}]}}return vbnet_1=Ra,vbnet_1}var vbscript_1,hasRequiredVbscript;function requireVbscript(){if(hasRequiredVbscript)return vbscript_1;hasRequiredVbscript=1;function Ra(qa){const Ja=qa.regex,ed=["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"],td=["server","response","request","scriptengine","scriptenginebuildversion","scriptengineminorversion","scriptenginemajorversion"],rd={begin:Ja.concat(Ja.either(...ed),"\\s*\\("),relevance:0,keywords:{built_in:ed}};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:td,literal:["true","false","null","nothing","empty"]},illegal:"//",contains:[rd,qa.inherit(qa.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),qa.COMMENT(/'/,/$/,{relevance:0}),qa.C_NUMBER_MODE]}}return vbscript_1=Ra,vbscript_1}var vbscriptHtml_1,hasRequiredVbscriptHtml;function requireVbscriptHtml(){if(hasRequiredVbscriptHtml)return vbscriptHtml_1;hasRequiredVbscriptHtml=1;function Ra(qa){return{name:"VBScript in HTML",subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}return vbscriptHtml_1=Ra,vbscriptHtml_1}var verilog_1,hasRequiredVerilog;function requireVerilog(){if(hasRequiredVerilog)return verilog_1;hasRequiredVerilog=1;function Ra(qa){const Ja=qa.regex,ed={$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"]},td=["__FILE__","__LINE__"],rd=["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:ed,contains:[qa.C_BLOCK_COMMENT_MODE,qa.C_LINE_COMMENT_MODE,qa.QUOTE_STRING_MODE,{scope:"number",contains:[qa.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:Ja.concat(/`/,Ja.either(...td))},{scope:"meta",begin:Ja.concat(/`/,Ja.either(...rd)),end:/$|\/\/|\/\*/,returnEnd:!0,keywords:rd}]}}return verilog_1=Ra,verilog_1}var vhdl_1,hasRequiredVhdl;function requireVhdl(){if(hasRequiredVhdl)return vhdl_1;hasRequiredVhdl=1;function Ra(qa){const Ja="\\d(_|\\d)*",ed="[eE][-+]?"+Ja,td=Ja+"(\\."+Ja+")?("+ed+")?",rd="\\w+",sd="\\b("+(Ja+"#"+rd+"(\\."+rd+")?#("+ed+")?")+"|"+td+")";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:[qa.C_BLOCK_COMMENT_MODE,qa.COMMENT("--","$"),qa.QUOTE_STRING_MODE,{className:"number",begin:sd,relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[qa.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[qa.BACKSLASH_ESCAPE]}]}}return vhdl_1=Ra,vhdl_1}var vim_1,hasRequiredVim;function requireVim(){if(hasRequiredVim)return vim_1;hasRequiredVim=1;function Ra(qa){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:[qa.NUMBER_MODE,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},qa.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]+/},{begin:[/\b(?:function|function!)/,/\s+/,qa.IDENT_RE],className:{1:"keyword",3:"title"},end:"$",relevance:0,contains:[{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}return vim_1=Ra,vim_1}var wasm_1,hasRequiredWasm;function requireWasm(){if(hasRequiredWasm)return wasm_1;hasRequiredWasm=1;function Ra(qa){qa.regex;const Ja=qa.COMMENT(/\(;/,/;\)/);Ja.contains.push("self");const ed=qa.COMMENT(/;;/,/$/),td=["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"],rd={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},od={className:"variable",begin:/\$[\w_]+/},sd={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},ld={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/},cd={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},ud={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:td},contains:[ed,Ja,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},od,sd,rd,qa.QUOTE_STRING_MODE,cd,ud,ld]}}return wasm_1=Ra,wasm_1}var wren_1,hasRequiredWren;function requireWren(){if(hasRequiredWren)return wren_1;hasRequiredWren=1;function Ra(qa){const Ja=qa.regex,ed=/[a-zA-Z]\w*/,td=["as","break","class","construct","continue","else","for","foreign","if","import","in","is","return","static","var","while"],rd=["true","false","null"],od=["this","super"],sd=["Bool","Class","Fiber","Fn","List","Map","Null","Num","Object","Range","Sequence","String","System"],ld=["-","~",/\*/,"%",/\.\.\./,/\.\./,/\+/,"<<",">>",">=","<=","<",">",/\^/,/!=/,/!/,/\bis\b/,"==","&&","&",/\|\|/,/\|/,/\?:/,"="],cd={relevance:0,match:Ja.concat(/\b(?!(if|while|for|else|super)\b)/,ed,/(?=\s*[({])/),className:"title.function"},ud={match:Ja.concat(Ja.either(Ja.concat(/\b(?!(if|while|for|else|super)\b)/,ed),Ja.either(...ld)),/(?=\s*\([^)]+\)\s*\{)/),className:"title.function",starts:{contains:[{begin:/\(/,end:/\)/,contains:[{relevance:0,scope:"params",match:ed}]}]}},gd={variants:[{match:[/class\s+/,ed,/\s+is\s+/,ed]},{match:[/class\s+/,ed]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:td},_d={relevance:0,match:Ja.either(...ld),className:"operator"},yd={className:"string",begin:/"""/,end:/"""/},Ed={className:"property",begin:Ja.concat(/\./,Ja.lookahead(ed)),end:ed,excludeBegin:!0,relevance:0},Td={relevance:0,match:Ja.concat(/\b_/,ed),scope:"variable"},Od={relevance:0,match:/\b[A-Z]+[a-z]+([A-Z]+[a-z]+)*/,scope:"title.class",keywords:{_:sd}},Ad=qa.C_NUMBER_MODE,Nd={match:[ed,/\s*/,/=/,/\s*/,/\(/,ed,/\)\s*\{/],scope:{1:"title.function",3:"operator",6:"params"}},kd=qa.COMMENT(/\/\*\*/,/\*\//,{contains:[{match:/@[a-z]+/,scope:"doctag"},"self"]}),Id={scope:"subst",begin:/%\(/,end:/\)/,contains:[Ad,Od,cd,Td,_d]},Rd={scope:"string",begin:/"/,end:/"/,contains:[Id,{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}/}]}]};Id.contains.push(Rd);const Md=[...td,...od,...rd],Ld={relevance:0,match:Ja.concat("\\b(?!",Md.join("|"),"\\b)",/[a-zA-Z_]\w*(?:[?!]|\b)/),className:"variable"};return{name:"Wren",keywords:{keyword:td,"variable.language":od,literal:rd},contains:[{scope:"comment",variants:[{begin:[/#!?/,/[A-Za-z_]+(?=\()/],beginScope:{},keywords:{literal:rd},contains:[],end:/\)/},{begin:[/#!?/,/[A-Za-z_]+/],beginScope:{},end:/$/}]},Ad,Rd,yd,kd,qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,Od,gd,Nd,ud,cd,_d,Td,Ed,Ld]}}return wren_1=Ra,wren_1}var x86asm_1,hasRequiredX86asm;function requireX86asm(){if(hasRequiredX86asm)return x86asm_1;hasRequiredX86asm=1;function Ra(qa){return{name:"Intel x86 Assembly",case_insensitive:!0,keywords:{$pattern:"[.%]?"+qa.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:[qa.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"}]},qa.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=Ra,x86asm_1}var xl_1,hasRequiredXl;function requireXl(){if(hasRequiredXl)return xl_1;hasRequiredXl=1;function Ra(qa){const Ja=["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"],ed=["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"],td=["ObjectLoader","Animate","MovieCredits","Slides","Filters","Shading","Materials","LensFlare","Mapping","VLCAudioVideo","StereoDecoder","PointCloud","NetworkAccess","RemoteControl","RegExp","ChromaKey","Snowfall","NodeJS","Speech","Charts"],od={$pattern:/[a-zA-Z][a-zA-Z0-9_?]*/,keyword:Ja,literal:["true","false","nil"],built_in:ed.concat(td)},sd={className:"string",begin:'"',end:'"',illegal:"\\n"},ld={className:"string",begin:"'",end:"'",illegal:"\\n"},cd={className:"string",begin:"<<",end:">>"},ud={className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},gd={beginKeywords:"import",end:"$",keywords:od,contains:[sd]},_d={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[qa.inherit(qa.TITLE_MODE,{starts:{endsWithParent:!0,keywords:od}})]};return{name:"XL",aliases:["tao"],keywords:od,contains:[qa.C_LINE_COMMENT_MODE,qa.C_BLOCK_COMMENT_MODE,sd,ld,cd,_d,gd,ud,qa.NUMBER_MODE]}}return xl_1=Ra,xl_1}var xquery_1,hasRequiredXquery;function requireXquery(){if(hasRequiredXquery)return xquery_1;hasRequiredXquery=1;function Ra(qa){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:/[^</$:'"-]\b(?:abs|accumulator-(?:after|before)|adjust-(?:date(?:Time)?|time)-to-timezone|analyze-string|apply|available-(?:environment-variables|system-properties)|avg|base-uri|boolean|ceiling|codepoints?-(?:equal|to-string)|collation-key|collection|compare|concat|contains(?:-token)?|copy-of|count|current(?:-)?(?:date(?:Time)?|time|group(?:ing-key)?|output-uri|merge-(?:group|key))?data|dateTime|days?-from-(?:date(?:Time)?|duration)|deep-equal|default-(?:collation|language)|distinct-values|document(?:-uri)?|doc(?:-available)?|element-(?:available|with-id)|empty|encode-for-uri|ends-with|environment-variable|error|escape-html-uri|exactly-one|exists|false|filter|floor|fold-(?:left|right)|for-each(?:-pair)?|format-(?:date(?:Time)?|time|integer|number)|function-(?:arity|available|lookup|name)|generate-id|has-children|head|hours-from-(?:dateTime|duration|time)|id(?:ref)?|implicit-timezone|in-scope-prefixes|index-of|innermost|insert-before|iri-to-uri|json-(?:doc|to-xml)|key|lang|last|load-xquery-module|local-name(?:-from-QName)?|(?:lower|upper)-case|matches|max|minutes-from-(?:dateTime|duration|time)|min|months?-from-(?:date(?:Time)?|duration)|name(?:space-uri-?(?:for-prefix|from-QName)?)?|nilled|node-name|normalize-(?:space|unicode)|not|number|one-or-more|outermost|parse-(?:ietf-date|json)|path|position|(?:prefix-from-)?QName|random-number-generator|regex-group|remove|replace|resolve-(?:QName|uri)|reverse|root|round(?:-half-to-even)?|seconds-from-(?:dateTime|duration|time)|snapshot|sort|starts-with|static-base-uri|stream-available|string-?(?:join|length|to-codepoints)?|subsequence|substring-?(?:after|before)?|sum|system-property|tail|timezone-from-(?:date(?:Time)?|time)|tokenize|trace|trans(?:form|late)|true|type-available|unordered|unparsed-(?:entity|text)?-?(?:public-id|uri|available|lines)?|uri-collection|xml-to-json|years?-from-(?:date(?:Time)?|duration)|zero-or-one)\b/},{begin:/\blocal:/,end:/\(/,excludeEnd:!0},{begin:/\bzip:/,end:/(?:zip-file|(?:xml|html|text|binary)-entry| (?:update-)?entries)\b/},{begin:/\b(?:util|db|functx|app|xdmp|xmldb):/,end:/\(/,excludeEnd:!0}]},{className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},{className:"number",begin:/(\b0[0-7_]+)|(\b0x[0-9a-fA-F_]+)|(\b[1-9][0-9_]*(\.[0-9_]+)?)|[0_]\b/,relevance:0},{className:"comment",begin:/\(:/,end:/:\)/,relevance:10,contains:[{className:"doctag",begin:/@\w+/}]},{className:"meta",begin:/%[\w\-:]+/},{className:"title",begin:/\bxquery version "[13]\.[01]"\s?(?:encoding ".+")?/,end:/;/},{beginKeywords:"element attribute comment document processing-instruction",end:/\{/,excludeEnd:!0},{begin:/<([\w._:-]+)(\s+\S*=('|").*('|"))?>/,end:/(\/[\w._:-]+>)/,subLanguage:"xml",contains:[{begin:/\{/,end:/\}/,subLanguage:"xquery"},"self"]}]}}return xquery_1=Ra,xquery_1}var zephir_1,hasRequiredZephir;function requireZephir(){if(hasRequiredZephir)return zephir_1;hasRequiredZephir=1;function Ra(qa){const Ja={className:"string",contains:[qa.BACKSLASH_ESCAPE],variants:[qa.inherit(qa.APOS_STRING_MODE,{illegal:null}),qa.inherit(qa.QUOTE_STRING_MODE,{illegal:null})]},ed=qa.UNDERSCORE_TITLE_MODE,td={variants:[qa.BINARY_NUMBER_MODE,qa.C_NUMBER_MODE]},rd="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:rd,contains:[qa.C_LINE_COMMENT_MODE,qa.COMMENT(/\/\*/,/\*\//,{contains:[{className:"doctag",begin:/@[A-Za-z]+/}]}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;/,contains:[qa.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function fn",end:/[;{]/,excludeEnd:!0,illegal:/\$|\[|%/,contains:[ed,{className:"params",begin:/\(/,end:/\)/,keywords:rd,contains:["self",qa.C_BLOCK_COMMENT_MODE,Ja,td]}]},{className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,illegal:/[:($"]/,contains:[{beginKeywords:"extends implements"},ed]},{beginKeywords:"namespace",end:/;/,illegal:/[.']/,contains:[ed]},{beginKeywords:"use",end:/;/,contains:[ed]},{begin:/=>/},Ja,td]}}return zephir_1=Ra,zephir_1}var hljs=core$2;hljs.registerLanguage("1c",require_1c());hljs.registerLanguage("abnf",requireAbnf());hljs.registerLanguage("accesslog",requireAccesslog());hljs.registerLanguage("actionscript",requireActionscript());hljs.registerLanguage("ada",requireAda());hljs.registerLanguage("angelscript",requireAngelscript());hljs.registerLanguage("apache",requireApache());hljs.registerLanguage("applescript",requireApplescript());hljs.registerLanguage("arcade",requireArcade());hljs.registerLanguage("arduino",requireArduino());hljs.registerLanguage("armasm",requireArmasm());hljs.registerLanguage("xml",requireXml$1());hljs.registerLanguage("asciidoc",requireAsciidoc());hljs.registerLanguage("aspectj",requireAspectj());hljs.registerLanguage("autohotkey",requireAutohotkey());hljs.registerLanguage("autoit",requireAutoit());hljs.registerLanguage("avrasm",requireAvrasm());hljs.registerLanguage("awk",requireAwk());hljs.registerLanguage("axapta",requireAxapta());hljs.registerLanguage("bash",requireBash());hljs.registerLanguage("basic",requireBasic());hljs.registerLanguage("bnf",requireBnf());hljs.registerLanguage("brainfuck",requireBrainfuck());hljs.registerLanguage("c",requireC());hljs.registerLanguage("cal",requireCal());hljs.registerLanguage("capnproto",requireCapnproto());hljs.registerLanguage("ceylon",requireCeylon());hljs.registerLanguage("clean",requireClean());hljs.registerLanguage("clojure",requireClojure());hljs.registerLanguage("clojure-repl",requireClojureRepl());hljs.registerLanguage("cmake",requireCmake());hljs.registerLanguage("coffeescript",requireCoffeescript());hljs.registerLanguage("coq",requireCoq());hljs.registerLanguage("cos",requireCos());hljs.registerLanguage("cpp",requireCpp());hljs.registerLanguage("crmsh",requireCrmsh());hljs.registerLanguage("crystal",requireCrystal());hljs.registerLanguage("csharp",requireCsharp());hljs.registerLanguage("csp",requireCsp());hljs.registerLanguage("css",requireCss$1());hljs.registerLanguage("d",requireD());hljs.registerLanguage("markdown",requireMarkdown());hljs.registerLanguage("dart",requireDart());hljs.registerLanguage("delphi",requireDelphi());hljs.registerLanguage("diff",requireDiff());hljs.registerLanguage("django",requireDjango());hljs.registerLanguage("dns",requireDns());hljs.registerLanguage("dockerfile",requireDockerfile());hljs.registerLanguage("dos",requireDos());hljs.registerLanguage("dsconfig",requireDsconfig());hljs.registerLanguage("dts",requireDts());hljs.registerLanguage("dust",requireDust());hljs.registerLanguage("ebnf",requireEbnf());hljs.registerLanguage("elixir",requireElixir());hljs.registerLanguage("elm",requireElm());hljs.registerLanguage("ruby",requireRuby());hljs.registerLanguage("erb",requireErb());hljs.registerLanguage("erlang-repl",requireErlangRepl());hljs.registerLanguage("erlang",requireErlang());hljs.registerLanguage("excel",requireExcel());hljs.registerLanguage("fix",requireFix());hljs.registerLanguage("flix",requireFlix());hljs.registerLanguage("fortran",requireFortran());hljs.registerLanguage("fsharp",requireFsharp());hljs.registerLanguage("gams",requireGams());hljs.registerLanguage("gauss",requireGauss());hljs.registerLanguage("gcode",requireGcode());hljs.registerLanguage("gherkin",requireGherkin());hljs.registerLanguage("glsl",requireGlsl());hljs.registerLanguage("gml",requireGml());hljs.registerLanguage("go",requireGo());hljs.registerLanguage("golo",requireGolo());hljs.registerLanguage("gradle",requireGradle());hljs.registerLanguage("graphql",requireGraphql());hljs.registerLanguage("groovy",requireGroovy());hljs.registerLanguage("haml",requireHaml());hljs.registerLanguage("handlebars",requireHandlebars());hljs.registerLanguage("haskell",requireHaskell());hljs.registerLanguage("haxe",requireHaxe());hljs.registerLanguage("hsp",requireHsp());hljs.registerLanguage("http",requireHttp());hljs.registerLanguage("hy",requireHy());hljs.registerLanguage("inform7",requireInform7());hljs.registerLanguage("ini",requireIni());hljs.registerLanguage("irpf90",requireIrpf90());hljs.registerLanguage("isbl",requireIsbl());hljs.registerLanguage("java",requireJava());hljs.registerLanguage("javascript",requireJavascript());hljs.registerLanguage("jboss-cli",requireJbossCli());hljs.registerLanguage("json",requireJson());hljs.registerLanguage("julia",requireJulia());hljs.registerLanguage("julia-repl",requireJuliaRepl());hljs.registerLanguage("kotlin",requireKotlin());hljs.registerLanguage("lasso",requireLasso());hljs.registerLanguage("latex",requireLatex());hljs.registerLanguage("ldif",requireLdif());hljs.registerLanguage("leaf",requireLeaf());hljs.registerLanguage("less",requireLess());hljs.registerLanguage("lisp",requireLisp());hljs.registerLanguage("livecodeserver",requireLivecodeserver());hljs.registerLanguage("livescript",requireLivescript());hljs.registerLanguage("llvm",requireLlvm());hljs.registerLanguage("lsl",requireLsl());hljs.registerLanguage("lua",requireLua());hljs.registerLanguage("makefile",requireMakefile());hljs.registerLanguage("mathematica",requireMathematica());hljs.registerLanguage("matlab",requireMatlab());hljs.registerLanguage("maxima",requireMaxima());hljs.registerLanguage("mel",requireMel());hljs.registerLanguage("mercury",requireMercury());hljs.registerLanguage("mipsasm",requireMipsasm());hljs.registerLanguage("mizar",requireMizar());hljs.registerLanguage("perl",requirePerl());hljs.registerLanguage("mojolicious",requireMojolicious());hljs.registerLanguage("monkey",requireMonkey());hljs.registerLanguage("moonscript",requireMoonscript());hljs.registerLanguage("n1ql",requireN1ql());hljs.registerLanguage("nestedtext",requireNestedtext());hljs.registerLanguage("nginx",requireNginx());hljs.registerLanguage("nim",requireNim());hljs.registerLanguage("nix",requireNix());hljs.registerLanguage("node-repl",requireNodeRepl());hljs.registerLanguage("nsis",requireNsis());hljs.registerLanguage("objectivec",requireObjectivec());hljs.registerLanguage("ocaml",requireOcaml());hljs.registerLanguage("openscad",requireOpenscad());hljs.registerLanguage("oxygene",requireOxygene());hljs.registerLanguage("parser3",requireParser3());hljs.registerLanguage("pf",requirePf());hljs.registerLanguage("pgsql",requirePgsql());hljs.registerLanguage("php",requirePhp());hljs.registerLanguage("php-template",requirePhpTemplate());hljs.registerLanguage("plaintext",requirePlaintext());hljs.registerLanguage("pony",requirePony());hljs.registerLanguage("powershell",requirePowershell());hljs.registerLanguage("processing",requireProcessing());hljs.registerLanguage("profile",requireProfile());hljs.registerLanguage("prolog",requireProlog());hljs.registerLanguage("properties",requireProperties());hljs.registerLanguage("protobuf",requireProtobuf());hljs.registerLanguage("puppet",requirePuppet());hljs.registerLanguage("purebasic",requirePurebasic());hljs.registerLanguage("python",requirePython());hljs.registerLanguage("python-repl",requirePythonRepl());hljs.registerLanguage("q",requireQ());hljs.registerLanguage("qml",requireQml());hljs.registerLanguage("r",requireR());hljs.registerLanguage("reasonml",requireReasonml());hljs.registerLanguage("rib",requireRib());hljs.registerLanguage("roboconf",requireRoboconf());hljs.registerLanguage("routeros",requireRouteros());hljs.registerLanguage("rsl",requireRsl());hljs.registerLanguage("ruleslanguage",requireRuleslanguage());hljs.registerLanguage("rust",requireRust());hljs.registerLanguage("sas",requireSas());hljs.registerLanguage("scala",requireScala());hljs.registerLanguage("scheme",requireScheme());hljs.registerLanguage("scilab",requireScilab());hljs.registerLanguage("scss",requireScss());hljs.registerLanguage("shell",requireShell());hljs.registerLanguage("smali",requireSmali());hljs.registerLanguage("smalltalk",requireSmalltalk());hljs.registerLanguage("sml",requireSml());hljs.registerLanguage("sqf",requireSqf());hljs.registerLanguage("sql",requireSql());hljs.registerLanguage("stan",requireStan());hljs.registerLanguage("stata",requireStata());hljs.registerLanguage("step21",requireStep21());hljs.registerLanguage("stylus",requireStylus());hljs.registerLanguage("subunit",requireSubunit());hljs.registerLanguage("swift",requireSwift());hljs.registerLanguage("taggerscript",requireTaggerscript());hljs.registerLanguage("yaml",requireYaml());hljs.registerLanguage("tap",requireTap());hljs.registerLanguage("tcl",requireTcl());hljs.registerLanguage("thrift",requireThrift());hljs.registerLanguage("tp",requireTp());hljs.registerLanguage("twig",requireTwig());hljs.registerLanguage("typescript",requireTypescript());hljs.registerLanguage("vala",requireVala());hljs.registerLanguage("vbnet",requireVbnet());hljs.registerLanguage("vbscript",requireVbscript());hljs.registerLanguage("vbscript-html",requireVbscriptHtml());hljs.registerLanguage("verilog",requireVerilog());hljs.registerLanguage("vhdl",requireVhdl());hljs.registerLanguage("vim",requireVim());hljs.registerLanguage("wasm",requireWasm());hljs.registerLanguage("wren",requireWren());hljs.registerLanguage("x86asm",requireX86asm());hljs.registerLanguage("xl",requireXl());hljs.registerLanguage("xquery",requireXquery());hljs.registerLanguage("zephir",requireZephir());hljs.HighlightJS=hljs;hljs.default=hljs;var lib$e=hljs;const HighlightJS=getDefaultExportFromCjs(lib$e);class SourceLocation{constructor(qa,Ja,ed){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=qa,this.start=Ja,this.end=ed}static range(qa,Ja){return Ja?!qa||!qa.loc||!Ja.loc||qa.loc.lexer!==Ja.loc.lexer?null:new SourceLocation(qa.loc.lexer,qa.loc.start,Ja.loc.end):qa&&qa.loc}}class Token{constructor(qa,Ja){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=qa,this.loc=Ja}range(qa,Ja){return new Token(Ja,SourceLocation.range(this,qa))}}class ParseError{constructor(qa,Ja){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var ed="KaTeX parse error: "+qa,td,rd,od=Ja&&Ja.loc;if(od&&od.start<=od.end){var sd=od.lexer.input;td=od.start,rd=od.end,td===sd.length?ed+=" at end of input: ":ed+=" at position "+(td+1)+": ";var ld=sd.slice(td,rd).replace(/[^]/g,"$&̲"),cd;td>15?cd="…"+sd.slice(td-15,td):cd=sd.slice(0,td);var ud;rd+15<sd.length?ud=sd.slice(rd,rd+15)+"…":ud=sd.slice(rd),ed+=cd+ld+ud}var gd=new Error(ed);return gd.name="ParseError",gd.__proto__=ParseError.prototype,gd.position=td,td!=null&&rd!=null&&(gd.length=rd-td),gd.rawMessage=qa,gd}}ParseError.prototype.__proto__=Error.prototype;var contains=function(qa,Ja){return qa.indexOf(Ja)!==-1},deflt=function(qa,Ja){return qa===void 0?Ja:qa},uppercase=/([A-Z])/g,hyphenate=function(qa){return qa.replace(uppercase,"-$1").toLowerCase()},ESCAPE_LOOKUP={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},ESCAPE_REGEX=/[&><"']/g;function escape$3(Ra){return String(Ra).replace(ESCAPE_REGEX,qa=>ESCAPE_LOOKUP[qa])}var getBaseElem=function Ra(qa){return qa.type==="ordgroup"||qa.type==="color"?qa.body.length===1?Ra(qa.body[0]):qa:qa.type==="font"?Ra(qa.body):qa},isCharacterBox=function(qa){var Ja=getBaseElem(qa);return Ja.type==="mathord"||Ja.type==="textord"||Ja.type==="atom"},assert=function(qa){if(!qa)throw new Error("Expected non-null, but got "+String(qa));return qa},protocolFromUrl=function(qa){var Ja=/^[\x00-\x20]*([^\\/#?]*?)(:|&#0*58|&#x0*3a|&colon)/i.exec(qa);return Ja?Ja[2]!==":"||!/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(Ja[1])?null:Ja[1].toLowerCase():"_relative"},utils$5={contains,deflt,escape:escape$3,hyphenate,getBaseElem,isCharacterBox,protocolFromUrl},SETTINGS_SCHEMA={displayMode:{type:"boolean",description:"Render math in display mode, which puts the math in display style (so \\int and \\sum are large, for example), and centers the math on the page on its own line.",cli:"-d, --display-mode"},output:{type:{enum:["htmlAndMathml","html","mathml"]},description:"Determines the markup language of the output.",cli:"-F, --format <type>"},leqno:{type:"boolean",description:"Render display math in leqno style (left-justified tags)."},fleqn:{type:"boolean",description:"Render display math flush left."},throwOnError:{type:"boolean",default:!0,cli:"-t, --no-throw-on-error",cliDescription:"Render errors (in the color given by --error-color) instead of throwing a ParseError exception when encountering an error."},errorColor:{type:"string",default:"#cc0000",cli:"-c, --error-color <color>",cliDescription:"A color string given in the format 'rgb' or 'rrggbb' (no #). This option determines the color of errors rendered by the -t option.",cliProcessor:Ra=>"#"+Ra},macros:{type:"object",cli:"-m, --macro <def>",cliDescription:"Define custom macro of the form '\\foo:expansion' (use multiple -m arguments for multiple macros).",cliDefault:[],cliProcessor:(Ra,qa)=>(qa.push(Ra),qa)},minRuleThickness:{type:"number",description:"Specifies a minimum thickness, in ems, for fraction lines, `\\sqrt` top lines, `{array}` vertical lines, `\\hline`, `\\hdashline`, `\\underline`, `\\overline`, and the borders of `\\fbox`, `\\boxed`, and `\\fcolorbox`.",processor:Ra=>Math.max(0,Ra),cli:"--min-rule-thickness <size>",cliProcessor:parseFloat},colorIsTextColor:{type:"boolean",description:"Makes \\color behave like LaTeX's 2-argument \\textcolor, instead of LaTeX's one-argument \\color mode change.",cli:"-b, --color-is-text-color"},strict:{type:[{enum:["warn","ignore","error"]},"boolean","function"],description:"Turn on strict / LaTeX faithfulness mode, which throws an error if the input uses features that are not supported by LaTeX.",cli:"-S, --strict",cliDefault:!1},trust:{type:["boolean","function"],description:"Trust the input, enabling all HTML features such as \\url.",cli:"-T, --trust"},maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, elements and spaces can be arbitrarily large",processor:Ra=>Math.max(0,Ra),cli:"-s, --max-size <n>",cliProcessor:parseInt},maxExpand:{type:"number",default:1e3,description:"Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.",processor:Ra=>Math.max(0,Ra),cli:"-e, --max-expand <n>",cliProcessor:Ra=>Ra==="Infinity"?1/0:parseInt(Ra)},globalGroup:{type:"boolean",cli:!1}};function getDefaultValue(Ra){if(Ra.default)return Ra.default;var qa=Ra.type,Ja=Array.isArray(qa)?qa[0]:qa;if(typeof Ja!="string")return Ja.enum[0];switch(Ja){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class Settings{constructor(qa){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,qa=qa||{};for(var Ja in SETTINGS_SCHEMA)if(SETTINGS_SCHEMA.hasOwnProperty(Ja)){var ed=SETTINGS_SCHEMA[Ja];this[Ja]=qa[Ja]!==void 0?ed.processor?ed.processor(qa[Ja]):qa[Ja]:getDefaultValue(ed)}}reportNonstrict(qa,Ja,ed){var td=this.strict;if(typeof td=="function"&&(td=td(qa,Ja,ed)),!(!td||td==="ignore")){if(td===!0||td==="error")throw new ParseError("LaTeX-incompatible input and strict mode is set to 'error': "+(Ja+" ["+qa+"]"),ed);td==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(Ja+" ["+qa+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+td+"': "+Ja+" ["+qa+"]"))}}useStrictBehavior(qa,Ja,ed){var td=this.strict;if(typeof td=="function")try{td=td(qa,Ja,ed)}catch{td="error"}return!td||td==="ignore"?!1:td===!0||td==="error"?!0:td==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(Ja+" ["+qa+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+td+"': "+Ja+" ["+qa+"]")),!1)}isTrusted(qa){if(qa.url&&!qa.protocol){var Ja=utils$5.protocolFromUrl(qa.url);if(Ja==null)return!1;qa.protocol=Ja}var ed=typeof this.trust=="function"?this.trust(qa):this.trust;return!!ed}}class Style{constructor(qa,Ja,ed){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=qa,this.size=Ja,this.cramped=ed}sup(){return styles[sup$2[this.id]]}sub(){return styles[sub$2[this.id]]}fracNum(){return styles[fracNum[this.id]]}fracDen(){return styles[fracDen[this.id]]}cramp(){return styles[cramp[this.id]]}text(){return styles[text$1[this.id]]}isTight(){return this.size>=2}}var D$3=0,Dc$1=1,T$3=2,Tc$1=3,S$2=4,Sc$3=5,SS=6,SSc=7,styles=[new Style(D$3,0,!1),new Style(Dc$1,0,!0),new Style(T$3,1,!1),new Style(Tc$1,1,!0),new Style(S$2,2,!1),new Style(Sc$3,2,!0),new Style(SS,3,!1),new Style(SSc,3,!0)],sup$2=[S$2,Sc$3,S$2,Sc$3,SS,SSc,SS,SSc],sub$2=[Sc$3,Sc$3,Sc$3,Sc$3,SSc,SSc,SSc,SSc],fracNum=[T$3,Tc$1,S$2,Sc$3,SS,SSc,SS,SSc],fracDen=[Tc$1,Tc$1,Sc$3,Sc$3,SSc,SSc,SSc,SSc],cramp=[Dc$1,Dc$1,Tc$1,Tc$1,Sc$3,Sc$3,SSc,SSc],text$1=[D$3,Dc$1,T$3,Tc$1,T$3,Tc$1,T$3,Tc$1],Style$1={DISPLAY:styles[D$3],TEXT:styles[T$3],SCRIPT:styles[S$2],SCRIPTSCRIPT:styles[SS]},scriptData=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function scriptFromCodepoint(Ra){for(var qa=0;qa<scriptData.length;qa++)for(var Ja=scriptData[qa],ed=0;ed<Ja.blocks.length;ed++){var td=Ja.blocks[ed];if(Ra>=td[0]&&Ra<=td[1])return Ja.name}return null}var allBlocks=[];scriptData.forEach(Ra=>Ra.blocks.forEach(qa=>allBlocks.push(...qa)));function supportedCodepoint(Ra){for(var qa=0;qa<allBlocks.length;qa+=2)if(Ra>=allBlocks[qa]&&Ra<=allBlocks[qa+1])return!0;return!1}var hLinePad=80,sqrtMain=function(qa,Ja){return"M95,"+(622+qa+Ja)+`
c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
c44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10
s173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429
c69,-144,104.5,-217.7,106.5,-221
l`+qa/2.075+" -"+qa+`
c5.3,-9.3,12,-14,20,-14
H400000v`+(40+qa)+`H845.2724
s-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7
c-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z
M`+(834+qa)+" "+Ja+"h400000v"+(40+qa)+"h-400000z"},sqrtSize1=function(qa,Ja){return"M263,"+(601+qa+Ja)+`c0.7,0,18,39.7,52,119
c34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120
c340,-704.7,510.7,-1060.3,512,-1067
l`+qa/2.084+" -"+qa+`
c4.7,-7.3,11,-11,19,-11
H40000v`+(40+qa)+`H1012.3
s-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232
c-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1
s-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26
c-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z
M`+(1001+qa)+" "+Ja+"h400000v"+(40+qa)+"h-400000z"},sqrtSize2=function(qa,Ja){return"M983 "+(10+qa+Ja)+`
l`+qa/3.13+" -"+qa+`
c4,-6.7,10,-10,18,-10 H400000v`+(40+qa)+`
H1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7
s-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744
c-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30
c26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722
c56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5
c53.7,-170.3,84.5,-266.8,92.5,-289.5z
M`+(1001+qa)+" "+Ja+"h400000v"+(40+qa)+"h-400000z"},sqrtSize3=function(qa,Ja){return"M424,"+(2398+qa+Ja)+`
c-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514
c0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20
s-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121
s209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081
l`+qa/4.223+" -"+qa+`c4,-6.7,10,-10,18,-10 H400000
v`+(40+qa)+`H1014.6
s-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185
c-2,6,-10,9,-24,9
c-8,0,-12,-0.7,-12,-2z M`+(1001+qa)+" "+Ja+`
h400000v`+(40+qa)+"h-400000z"},sqrtSize4=function(qa,Ja){return"M473,"+(2713+qa+Ja)+`
c339.3,-1799.3,509.3,-2700,510,-2702 l`+qa/5.298+" -"+qa+`
c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+qa)+`H1017.7
s-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9
c-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200
c0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26
s76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,
606zM`+(1001+qa)+" "+Ja+"h400000v"+(40+qa)+"H1017.7z"},phasePath=function(qa){var Ja=qa/2;return"M400000 "+qa+" H0 L"+Ja+" 0 l65 45 L145 "+(qa-80)+" H400000z"},sqrtTall=function(qa,Ja,ed){var td=ed-54-Ja-qa;return"M702 "+(qa+Ja)+"H400000"+(40+qa)+`
H742v`+td+`l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1
h-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170
c-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667
219 661 l218 661zM702 `+Ja+"H400000v"+(40+qa)+"H742z"},sqrtPath=function(qa,Ja,ed){Ja=1e3*Ja;var td="";switch(qa){case"sqrtMain":td=sqrtMain(Ja,hLinePad);break;case"sqrtSize1":td=sqrtSize1(Ja,hLinePad);break;case"sqrtSize2":td=sqrtSize2(Ja,hLinePad);break;case"sqrtSize3":td=sqrtSize3(Ja,hLinePad);break;case"sqrtSize4":td=sqrtSize4(Ja,hLinePad);break;case"sqrtTall":td=sqrtTall(Ja,hLinePad,ed)}return td},innerPath=function(qa,Ja){switch(qa){case"⎜":return"M291 0 H417 V"+Ja+" H291z M291 0 H417 V"+Ja+" H291z";case"":return"M145 0 H188 V"+Ja+" H145z M145 0 H188 V"+Ja+" H145z";case"∥":return"M145 0 H188 V"+Ja+" H145z M145 0 H188 V"+Ja+" H145z"+("M367 0 H410 V"+Ja+" H367z M367 0 H410 V"+Ja+" H367z");case"⎟":return"M457 0 H583 V"+Ja+" H457z M457 0 H583 V"+Ja+" H457z";case"⎢":return"M319 0 H403 V"+Ja+" H319z M319 0 H403 V"+Ja+" H319z";case"⎥":return"M263 0 H347 V"+Ja+" H263z M263 0 H347 V"+Ja+" H263z";case"⎪":return"M384 0 H504 V"+Ja+" H384z M384 0 H504 V"+Ja+" H384z";case"⏐":return"M312 0 H355 V"+Ja+" H312z M312 0 H355 V"+Ja+" H312z";case"‖":return"M257 0 H300 V"+Ja+" H257z M257 0 H300 V"+Ja+" H257z"+("M478 0 H521 V"+Ja+" H478z M478 0 H521 V"+Ja+" H478z");default:return""}},path={doubleleftarrow:`M262 157
l10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3
0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28
14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5
c2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5
157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87
-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7
-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z
m8 0v40h399730v-40zm0 194v40h399730v-40z`,doublerightarrow:`M399738 392l
-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5
14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88
-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68
-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18
-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782
c-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3
-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z`,leftarrow:`M400000 241H110l3-3c68.7-52.7 113.7-120
135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8
-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247
c-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208
490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3
1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202
l-3-3h399890zM100 241v40h399900v-40z`,leftbrace:`M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117
-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7
5-6 9-10 13-.7 1-7.3 1-20 1H6z`,leftbraceunder:`M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13
35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688
0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7
-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z`,leftgroup:`M400000 80
H435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0
435 0h399565z`,leftgroupunder:`M400000 262
H435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219
435 219h399565z`,leftharpoon:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3
-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5
-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7
-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z`,leftharpoonplus:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5
20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3
-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7
-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z
m0 0v40h400000v-40z`,leftharpoondown:`M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333
5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5
1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667
-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z`,leftharpoondownplus:`M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12
10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7
-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0
v40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z`,lefthook:`M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5
-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3
-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21
71.5 23h399859zM103 281v-40h399897v40z`,leftlinesegment:`M40 281 V428 H0 V94 H40 V241 H400000 v40z
M40 281 V428 H0 V94 H40 V241 H400000 v40z`,leftmapsto:`M40 281 V448H0V74H40V241H400000v40z
M40 281 V448H0V74H40V241H400000v40z`,leftToFrom:`M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23
-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8
c28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3
68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z`,longequal:`M0 50 h400000 v40H0z m0 194h40000v40H0z
M0 50 h400000 v40H0z m0 194h40000v40H0z`,midbrace:`M200428 334
c-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14
-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7
311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11
12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z`,midbraceunder:`M199572 214
c100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14
53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3
11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0
-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z`,oiintSize1:`M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6
-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z
m368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8
60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z`,oiintSize2:`M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8
-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z
m502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2
c0 110 84 276 504 276s502.4-166 502.4-276z`,oiiintSize1:`M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6
-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z
m525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0
85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z`,oiiintSize2:`M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8
-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z
m770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1
c0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z`,rightarrow:`M0 241v40h399891c-47.3 35.3-84 78-110 128
-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20
11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7
39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85
-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
151.7 139 205zm0 0v40h399900v-40z`,rightbrace:`M400000 542l
-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5
s-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1
c124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z`,rightbraceunder:`M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3
28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237
-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z`,rightgroup:`M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0
3-1 3-3v-38c-76-158-257-219-435-219H0z`,rightgroupunder:`M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18
0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z`,rightharpoon:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3
-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2
-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58
69.2 92 94.5zm0 0v40h399900v-40z`,rightharpoonplus:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11
-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7
2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z
m0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z`,rightharpoondown:`M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8
8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5
-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95
-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z`,rightharpoondownplus:`M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8
15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3
8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3
-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z
m0-194v40h400000v-40zm0 0v40h400000v-40z`,righthook:`M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3
15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0
-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21
66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z`,rightlinesegment:`M399960 241 V94 h40 V428 h-40 V281 H0 v-40z
M399960 241 V94 h40 V428 h-40 V281 H0 v-40z`,rightToFrom:`M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23
1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32
-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142
-167z M100 147v40h399900v-40zM0 341v40h399900v-40z`,twoheadleftarrow:`M0 167c68 40
115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69
-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3
-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19
-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101
10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z`,twoheadrightarrow:`M400000 167
c-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3
41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42
18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333
-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70
101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z`,tilde1:`M200 55.538c-77 0-168 73.953-177 73.953-3 0-7
-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0
114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0
4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128
-68.267.847-113-73.952-191-73.952z`,tilde2:`M344 55.266c-142 0-300.638 81.316-311.5 86.418
-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9
31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114
c1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751
181.476 676 181.476c-149 0-189-126.21-332-126.21z`,tilde3:`M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457
-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0
411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697
16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696
-338 0-409-156.573-744-156.573z`,tilde4:`M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345
-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409
177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9
14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409
-175.236-744-175.236z`,vec:`M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5
3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11
10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63
-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1
-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59
H213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359
c-16-25.333-24-45-24-59z`,widehat1:`M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22
c-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z`,widehat2:`M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat3:`M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat4:`M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widecheck1:`M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,
-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z`,widecheck2:`M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck3:`M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck4:`M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,baraboveleftarrow:`M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202
c4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5
c-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130
s-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47
121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6
s2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11
c0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z
M100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z`,rightarrowabovebar:`M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32
-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0
13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39
-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5
-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z`,baraboveshortleftharpoon:`M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17
c2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21
c-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40
c-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z
M0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z`,rightharpoonaboveshortbar:`M0,241 l0,40c399126,0,399993,0,399993,0
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
M0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z`,shortbaraboveleftharpoon:`M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,
1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,
-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z
M93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z`,shortrightharpoonabovebar:`M53,241l0,40c398570,0,399437,0,399437,0
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
M500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z`},tallDelim=function(qa,Ja){switch(qa){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+Ja+` v1759 h347 v-84
H403z M403 1759 V0 H319 V1759 v`+Ja+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+Ja+` v1759 H0 v84 H347z
M347 1759 V0 H263 V1759 v`+Ja+" v1759 h84z";case"vert":return"M145 15 v585 v"+Ja+` v585 c2.667,10,9.667,15,21,15
c10,0,16.667,-5,20,-15 v-585 v`+-Ja+` v-585 c-2.667,-10,-9.667,-15,-21,-15
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+Ja+" v585 h43z";case"doublevert":return"M145 15 v585 v"+Ja+` v585 c2.667,10,9.667,15,21,15
c10,0,16.667,-5,20,-15 v-585 v`+-Ja+` v-585 c-2.667,-10,-9.667,-15,-21,-15
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+Ja+` v585 h43z
M367 15 v585 v`+Ja+` v585 c2.667,10,9.667,15,21,15
c10,0,16.667,-5,20,-15 v-585 v`+-Ja+` v-585 c-2.667,-10,-9.667,-15,-21,-15
c-10,0,-16.667,5,-20,15z M410 15 H367 v585 v`+Ja+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+Ja+` v1715 h263 v84 H319z
MM319 602 V0 H403 V602 v`+Ja+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+Ja+` v1799 H0 v-84 H319z
MM319 602 V0 H403 V602 v`+Ja+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+Ja+` v602 h84z
M403 1759 V0 H319 V1759 v`+Ja+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+Ja+` v602 h84z
M347 1759 V0 h-84 V1759 v`+Ja+" v602 h84z";case"lparen":return`M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1
c-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,
-36,557 l0,`+(Ja+84)+`c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,
949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9
c0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,
-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189
l0,-`+(Ja+92)+`c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,
-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z`;case"rparen":return`M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,
63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5
c11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,`+(Ja+9)+`
c-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664
c-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11
c0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17
c242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558
l0,-`+(Ja+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z`;default:throw new Error("Unknown stretchy delimiter.")}};class DocumentFragment{constructor(qa){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=qa,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(qa){return utils$5.contains(this.classes,qa)}toNode(){for(var qa=document.createDocumentFragment(),Ja=0;Ja<this.children.length;Ja++)qa.appendChild(this.children[Ja].toNode());return qa}toMarkup(){for(var qa="",Ja=0;Ja<this.children.length;Ja++)qa+=this.children[Ja].toMarkup();return qa}toText(){var qa=Ja=>Ja.toText();return this.children.map(qa).join("")}}var fontMetricsData={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},sigmasAndXis={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},extraCharacterMap={Å:"A",Ð:"D",Þ:"o",å:"a",ð:"d",þ:"o",А:"A",Б:"B",В:"B",Г:"F",Д:"A",Е:"E",Ж:"K",З:"3",И:"N",Й:"N",К:"K",Л:"N",М:"M",Н:"H",О:"O",П:"N",Р:"P",С:"C",Т:"T",У:"y",Ф:"O",Х:"X",Ц:"U",Ч:"h",Ш:"W",Щ:"W",Ъ:"B",Ы:"X",Ь:"B",Э:"3",Ю:"X",Я:"R",а:"a",б:"b",в:"a",г:"r",д:"y",е:"e",ж:"m",з:"e",и:"n",й:"n",к:"n",л:"n",м:"m",н:"n",о:"o",п:"n",р:"p",с:"c",т:"o",у:"y",ф:"b",х:"x",ц:"n",ч:"n",ш:"w",щ:"w",ъ:"a",ы:"m",ь:"a",э:"e",ю:"m",я:"r"};function setFontMetrics(Ra,qa){fontMetricsData[Ra]=qa}function getCharacterMetrics(Ra,qa,Ja){if(!fontMetricsData[qa])throw new Error("Font metrics not found for font: "+qa+".");var ed=Ra.charCodeAt(0),td=fontMetricsData[qa][ed];if(!td&&Ra[0]in extraCharacterMap&&(ed=extraCharacterMap[Ra[0]].charCodeAt(0),td=fontMetricsData[qa][ed]),!td&&Ja==="text"&&supportedCodepoint(ed)&&(td=fontMetricsData[qa][77]),td)return{depth:td[0],height:td[1],italic:td[2],skew:td[3],width:td[4]}}var fontMetricsBySizeIndex={};function getGlobalMetrics(Ra){var qa;if(Ra>=5?qa=0:Ra>=3?qa=1:qa=2,!fontMetricsBySizeIndex[qa]){var Ja=fontMetricsBySizeIndex[qa]={cssEmPerMu:sigmasAndXis.quad[qa]/18};for(var ed in sigmasAndXis)sigmasAndXis.hasOwnProperty(ed)&&(Ja[ed]=sigmasAndXis[ed][qa])}return fontMetricsBySizeIndex[qa]}var sizeStyleMap=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],sizeMultipliers=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],sizeAtStyle=function(qa,Ja){return Ja.size<2?qa:sizeStyleMap[qa-1][Ja.size-1]};class Options{constructor(qa){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=qa.style,this.color=qa.color,this.size=qa.size||Options.BASESIZE,this.textSize=qa.textSize||this.size,this.phantom=!!qa.phantom,this.font=qa.font||"",this.fontFamily=qa.fontFamily||"",this.fontWeight=qa.fontWeight||"",this.fontShape=qa.fontShape||"",this.sizeMultiplier=sizeMultipliers[this.size-1],this.maxSize=qa.maxSize,this.minRuleThickness=qa.minRuleThickness,this._fontMetrics=void 0}extend(qa){var Ja={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var ed in qa)qa.hasOwnProperty(ed)&&(Ja[ed]=qa[ed]);return new Options(Ja)}havingStyle(qa){return this.style===qa?this:this.extend({style:qa,size:sizeAtStyle(this.textSize,qa)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(qa){return this.size===qa&&this.textSize===qa?this:this.extend({style:this.style.text(),size:qa,textSize:qa,sizeMultiplier:sizeMultipliers[qa-1]})}havingBaseStyle(qa){qa=qa||this.style.text();var Ja=sizeAtStyle(Options.BASESIZE,qa);return this.size===Ja&&this.textSize===Options.BASESIZE&&this.style===qa?this:this.extend({style:qa,size:Ja})}havingBaseSizing(){var qa;switch(this.style.id){case 4:case 5:qa=3;break;case 6:case 7:qa=1;break;default:qa=6}return this.extend({style:this.style.text(),size:qa})}withColor(qa){return this.extend({color:qa})}withPhantom(){return this.extend({phantom:!0})}withFont(qa){return this.extend({font:qa})}withTextFontFamily(qa){return this.extend({fontFamily:qa,font:""})}withTextFontWeight(qa){return this.extend({fontWeight:qa,font:""})}withTextFontShape(qa){return this.extend({fontShape:qa,font:""})}sizingClasses(qa){return qa.size!==this.size?["sizing","reset-size"+qa.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==Options.BASESIZE?["sizing","reset-size"+this.size,"size"+Options.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=getGlobalMetrics(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}Options.BASESIZE=6;var ptPerUnit={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},relativeUnit={ex:!0,em:!0,mu:!0},validUnit=function(qa){return typeof qa!="string"&&(qa=qa.unit),qa in ptPerUnit||qa in relativeUnit||qa==="ex"},calculateSize=function(qa,Ja){var ed;if(qa.unit in ptPerUnit)ed=ptPerUnit[qa.unit]/Ja.fontMetrics().ptPerEm/Ja.sizeMultiplier;else if(qa.unit==="mu")ed=Ja.fontMetrics().cssEmPerMu;else{var td;if(Ja.style.isTight()?td=Ja.havingStyle(Ja.style.text()):td=Ja,qa.unit==="ex")ed=td.fontMetrics().xHeight;else if(qa.unit==="em")ed=td.fontMetrics().quad;else throw new ParseError("Invalid unit: '"+qa.unit+"'");td!==Ja&&(ed*=td.sizeMultiplier/Ja.sizeMultiplier)}return Math.min(qa.number*ed,Ja.maxSize)},makeEm=function(qa){return+qa.toFixed(4)+"em"},createClass=function(qa){return qa.filter(Ja=>Ja).join(" ")},initNode=function(qa,Ja,ed){if(this.classes=qa||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=ed||{},Ja){Ja.style.isTight()&&this.classes.push("mtight");var td=Ja.getColor();td&&(this.style.color=td)}},toNode=function(qa){var Ja=document.createElement(qa);Ja.className=createClass(this.classes);for(var ed in this.style)this.style.hasOwnProperty(ed)&&(Ja.style[ed]=this.style[ed]);for(var td in this.attributes)this.attributes.hasOwnProperty(td)&&Ja.setAttribute(td,this.attributes[td]);for(var rd=0;rd<this.children.length;rd++)Ja.appendChild(this.children[rd].toNode());return Ja},toMarkup=function(qa){var Ja="<"+qa;this.classes.length&&(Ja+=' class="'+utils$5.escape(createClass(this.classes))+'"');var ed="";for(var td in this.style)this.style.hasOwnProperty(td)&&(ed+=utils$5.hyphenate(td)+":"+this.style[td]+";");ed&&(Ja+=' style="'+utils$5.escape(ed)+'"');for(var rd in this.attributes)this.attributes.hasOwnProperty(rd)&&(Ja+=" "+rd+'="'+utils$5.escape(this.attributes[rd])+'"');Ja+=">";for(var od=0;od<this.children.length;od++)Ja+=this.children[od].toMarkup();return Ja+="</"+qa+">",Ja};class Span{constructor(qa,Ja,ed,td){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,initNode.call(this,qa,ed,td),this.children=Ja||[]}setAttribute(qa,Ja){this.attributes[qa]=Ja}hasClass(qa){return utils$5.contains(this.classes,qa)}toNode(){return toNode.call(this,"span")}toMarkup(){return toMarkup.call(this,"span")}}class Anchor{constructor(qa,Ja,ed,td){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,initNode.call(this,Ja,td),this.children=ed||[],this.setAttribute("href",qa)}setAttribute(qa,Ja){this.attributes[qa]=Ja}hasClass(qa){return utils$5.contains(this.classes,qa)}toNode(){return toNode.call(this,"a")}toMarkup(){return toMarkup.call(this,"a")}}class Img{constructor(qa,Ja,ed){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=Ja,this.src=qa,this.classes=["mord"],this.style=ed}hasClass(qa){return utils$5.contains(this.classes,qa)}toNode(){var qa=document.createElement("img");qa.src=this.src,qa.alt=this.alt,qa.className="mord";for(var Ja in this.style)this.style.hasOwnProperty(Ja)&&(qa.style[Ja]=this.style[Ja]);return qa}toMarkup(){var qa='<img src="'+utils$5.escape(this.src)+'"'+(' alt="'+utils$5.escape(this.alt)+'"'),Ja="";for(var ed in this.style)this.style.hasOwnProperty(ed)&&(Ja+=utils$5.hyphenate(ed)+":"+this.style[ed]+";");return Ja&&(qa+=' style="'+utils$5.escape(Ja)+'"'),qa+="'/>",qa}}var iCombinations={î:"ı̂",ï:"ı̈",í:"ı́",ì:"ı̀"};class SymbolNode{constructor(qa,Ja,ed,td,rd,od,sd,ld){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=qa,this.height=Ja||0,this.depth=ed||0,this.italic=td||0,this.skew=rd||0,this.width=od||0,this.classes=sd||[],this.style=ld||{},this.maxFontSize=0;var cd=scriptFromCodepoint(this.text.charCodeAt(0));cd&&this.classes.push(cd+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=iCombinations[this.text])}hasClass(qa){return utils$5.contains(this.classes,qa)}toNode(){var qa=document.createTextNode(this.text),Ja=null;this.italic>0&&(Ja=document.createElement("span"),Ja.style.marginRight=makeEm(this.italic)),this.classes.length>0&&(Ja=Ja||document.createElement("span"),Ja.className=createClass(this.classes));for(var ed in this.style)this.style.hasOwnProperty(ed)&&(Ja=Ja||document.createElement("span"),Ja.style[ed]=this.style[ed]);return Ja?(Ja.appendChild(qa),Ja):qa}toMarkup(){var qa=!1,Ja="<span";this.classes.length&&(qa=!0,Ja+=' class="',Ja+=utils$5.escape(createClass(this.classes)),Ja+='"');var ed="";this.italic>0&&(ed+="margin-right:"+this.italic+"em;");for(var td in this.style)this.style.hasOwnProperty(td)&&(ed+=utils$5.hyphenate(td)+":"+this.style[td]+";");ed&&(qa=!0,Ja+=' style="'+utils$5.escape(ed)+'"');var rd=utils$5.escape(this.text);return qa?(Ja+=">",Ja+=rd,Ja+="</span>",Ja):rd}}class SvgNode{constructor(qa,Ja){this.children=void 0,this.attributes=void 0,this.children=qa||[],this.attributes=Ja||{}}toNode(){var qa="http://www.w3.org/2000/svg",Ja=document.createElementNS(qa,"svg");for(var ed in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,ed)&&Ja.setAttribute(ed,this.attributes[ed]);for(var td=0;td<this.children.length;td++)Ja.appendChild(this.children[td].toNode());return Ja}toMarkup(){var qa='<svg xmlns="http://www.w3.org/2000/svg"';for(var Ja in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ja)&&(qa+=" "+Ja+'="'+utils$5.escape(this.attributes[Ja])+'"');qa+=">";for(var ed=0;ed<this.children.length;ed++)qa+=this.children[ed].toMarkup();return qa+="</svg>",qa}}class PathNode{constructor(qa,Ja){this.pathName=void 0,this.alternate=void 0,this.pathName=qa,this.alternate=Ja}toNode(){var qa="http://www.w3.org/2000/svg",Ja=document.createElementNS(qa,"path");return this.alternate?Ja.setAttribute("d",this.alternate):Ja.setAttribute("d",path[this.pathName]),Ja}toMarkup(){return this.alternate?'<path d="'+utils$5.escape(this.alternate)+'"/>':'<path d="'+utils$5.escape(path[this.pathName])+'"/>'}}class LineNode{constructor(qa){this.attributes=void 0,this.attributes=qa||{}}toNode(){var qa="http://www.w3.org/2000/svg",Ja=document.createElementNS(qa,"line");for(var ed in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,ed)&&Ja.setAttribute(ed,this.attributes[ed]);return Ja}toMarkup(){var qa="<line";for(var Ja in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ja)&&(qa+=" "+Ja+'="'+utils$5.escape(this.attributes[Ja])+'"');return qa+="/>",qa}}function assertSymbolDomNode(Ra){if(Ra instanceof SymbolNode)return Ra;throw new Error("Expected symbolNode but got "+String(Ra)+".")}function assertSpan(Ra){if(Ra instanceof Span)return Ra;throw new Error("Expected span<HtmlDomNode> but got "+String(Ra)+".")}var ATOMS={bin:1,close:1,inner:1,open:1,punct:1,rel:1},NON_ATOMS={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},symbols={math:{},text:{}};function defineSymbol(Ra,qa,Ja,ed,td,rd){symbols[Ra][td]={font:qa,group:Ja,replace:ed},rd&&ed&&(symbols[Ra][ed]=symbols[Ra][td])}var math="math",text$2="text",main$1="main",ams="ams",accent="accent-token",bin="bin",close="close",inner="inner",mathord="mathord",op$2="op-token",open="open",punct="punct",rel="rel",spacing="spacing",textord="textord";defineSymbol(math,main$1,rel,"≡","\\equiv",!0);defineSymbol(math,main$1,rel,"≺","\\prec",!0);defineSymbol(math,main$1,rel,"≻","\\succ",!0);defineSymbol(math,main$1,rel,"","\\sim",!0);defineSymbol(math,main$1,rel,"⊥","\\perp");defineSymbol(math,main$1,rel,"⪯","\\preceq",!0);defineSymbol(math,main$1,rel,"⪰","\\succeq",!0);defineSymbol(math,main$1,rel,"≃","\\simeq",!0);defineSymbol(math,main$1,rel,"","\\mid",!0);defineSymbol(math,main$1,rel,"≪","\\ll",!0);defineSymbol(math,main$1,rel,"≫","\\gg",!0);defineSymbol(math,main$1,rel,"≍","\\asymp",!0);defineSymbol(math,main$1,rel,"∥","\\parallel");defineSymbol(math,main$1,rel,"⋈","\\bowtie",!0);defineSymbol(math,main$1,rel,"⌣","\\smile",!0);defineSymbol(math,main$1,rel,"⊑","\\sqsubseteq",!0);defineSymbol(math,main$1,rel,"⊒","\\sqsupseteq",!0);defineSymbol(math,main$1,rel,"≐","\\doteq",!0);defineSymbol(math,main$1,rel,"⌢","\\frown",!0);defineSymbol(math,main$1,rel,"∋","\\ni",!0);defineSymbol(math,main$1,rel,"∝","\\propto",!0);defineSymbol(math,main$1,rel,"⊢","\\vdash",!0);defineSymbol(math,main$1,rel,"⊣","\\dashv",!0);defineSymbol(math,main$1,rel,"∋","\\owns");defineSymbol(math,main$1,punct,".","\\ldotp");defineSymbol(math,main$1,punct,"⋅","\\cdotp");defineSymbol(math,main$1,textord,"#","\\#");defineSymbol(text$2,main$1,textord,"#","\\#");defineSymbol(math,main$1,textord,"&","\\&");defineSymbol(text$2,main$1,textord,"&","\\&");defineSymbol(math,main$1,textord,"ℵ","\\aleph",!0);defineSymbol(math,main$1,textord,"∀","\\forall",!0);defineSymbol(math,main$1,textord,"ℏ","\\hbar",!0);defineSymbol(math,main$1,textord,"∃","\\exists",!0);defineSymbol(math,main$1,textord,"∇","\\nabla",!0);defineSymbol(math,main$1,textord,"♭","\\flat",!0);defineSymbol(math,main$1,textord,"","\\ell",!0);defineSymbol(math,main$1,textord,"♮","\\natural",!0);defineSymbol(math,main$1,textord,"♣","\\clubsuit",!0);defineSymbol(math,main$1,textord,"℘","\\wp",!0);defineSymbol(math,main$1,textord,"♯","\\sharp",!0);defineSymbol(math,main$1,textord,"♢","\\diamondsuit",!0);defineSymbol(math,main$1,textord,"","\\Re",!0);defineSymbol(math,main$1,textord,"♡","\\heartsuit",!0);defineSymbol(math,main$1,textord,"","\\Im",!0);defineSymbol(math,main$1,textord,"♠","\\spadesuit",!0);defineSymbol(math,main$1,textord,"§","\\S",!0);defineSymbol(text$2,main$1,textord,"§","\\S");defineSymbol(math,main$1,textord,"¶","\\P",!0);defineSymbol(text$2,main$1,textord,"¶","\\P");defineSymbol(math,main$1,textord,"†","\\dag");defineSymbol(text$2,main$1,textord,"†","\\dag");defineSymbol(text$2,main$1,textord,"†","\\textdagger");defineSymbol(math,main$1,textord,"‡","\\ddag");defineSymbol(text$2,main$1,textord,"‡","\\ddag");defineSymbol(text$2,main$1,textord,"‡","\\textdaggerdbl");defineSymbol(math,main$1,close,"⎱","\\rmoustache",!0);defineSymbol(math,main$1,open,"⎰","\\lmoustache",!0);defineSymbol(math,main$1,close,"⟯","\\rgroup",!0);defineSymbol(math,main$1,open,"⟮","\\lgroup",!0);defineSymbol(math,main$1,bin,"∓","\\mp",!0);defineSymbol(math,main$1,bin,"⊖","\\ominus",!0);defineSymbol(math,main$1,bin,"⊎","\\uplus",!0);defineSymbol(math,main$1,bin,"⊓","\\sqcap",!0);defineSymbol(math,main$1,bin,"","\\ast");defineSymbol(math,main$1,bin,"⊔","\\sqcup",!0);defineSymbol(math,main$1,bin,"◯","\\bigcirc",!0);defineSymbol(math,main$1,bin,"∙","\\bullet",!0);defineSymbol(math,main$1,bin,"‡","\\ddagger");defineSymbol(math,main$1,bin,"≀","\\wr",!0);defineSymbol(math,main$1,bin,"⨿","\\amalg");defineSymbol(math,main$1,bin,"&","\\And");defineSymbol(math,main$1,rel,"⟵","\\longleftarrow",!0);defineSymbol(math,main$1,rel,"⇐","\\Leftarrow",!0);defineSymbol(math,main$1,rel,"⟸","\\Longleftarrow",!0);defineSymbol(math,main$1,rel,"⟶","\\longrightarrow",!0);defineSymbol(math,main$1,rel,"⇒","\\Rightarrow",!0);defineSymbol(math,main$1,rel,"⟹","\\Longrightarrow",!0);defineSymbol(math,main$1,rel,"↔","\\leftrightarrow",!0);defineSymbol(math,main$1,rel,"⟷","\\longleftrightarrow",!0);defineSymbol(math,main$1,rel,"⇔","\\Leftrightarrow",!0);defineSymbol(math,main$1,rel,"⟺","\\Longleftrightarrow",!0);defineSymbol(math,main$1,rel,"↦","\\mapsto",!0);defineSymbol(math,main$1,rel,"⟼","\\longmapsto",!0);defineSymbol(math,main$1,rel,"↗","\\nearrow",!0);defineSymbol(math,main$1,rel,"↩","\\hookleftarrow",!0);defineSymbol(math,main$1,rel,"↪","\\hookrightarrow",!0);defineSymbol(math,main$1,rel,"↘","\\searrow",!0);defineSymbol(math,main$1,rel,"↼","\\leftharpoonup",!0);defineSymbol(math,main$1,rel,"⇀","\\rightharpoonup",!0);defineSymbol(math,main$1,rel,"↙","\\swarrow",!0);defineSymbol(math,main$1,rel,"↽","\\leftharpoondown",!0);defineSymbol(math,main$1,rel,"⇁","\\rightharpoondown",!0);defineSymbol(math,main$1,rel,"↖","\\nwarrow",!0);defineSymbol(math,main$1,rel,"⇌","\\rightleftharpoons",!0);defineSymbol(math,ams,rel,"≮","\\nless",!0);defineSymbol(math,ams,rel,"","\\@nleqslant");defineSymbol(math,ams,rel,"","\\@nleqq");defineSymbol(math,ams,rel,"⪇","\\lneq",!0);defineSymbol(math,ams,rel,"≨","\\lneqq",!0);defineSymbol(math,ams,rel,"","\\@lvertneqq");defineSymbol(math,ams,rel,"⋦","\\lnsim",!0);defineSymbol(math,ams,rel,"⪉","\\lnapprox",!0);defineSymbol(math,ams,rel,"⊀","\\nprec",!0);defineSymbol(math,ams,rel,"⋠","\\npreceq",!0);defineSymbol(math,ams,rel,"⋨","\\precnsim",!0);defineSymbol(math,ams,rel,"⪹","\\precnapprox",!0);defineSymbol(math,ams,rel,"≁","\\nsim",!0);defineSymbol(math,ams,rel,"","\\@nshortmid");defineSymbol(math,ams,rel,"∤","\\nmid",!0);defineSymbol(math,ams,rel,"⊬","\\nvdash",!0);defineSymbol(math,ams,rel,"⊭","\\nvDash",!0);defineSymbol(math,ams,rel,"⋪","\\ntriangleleft");defineSymbol(math,ams,rel,"⋬","\\ntrianglelefteq",!0);defineSymbol(math,ams,rel,"⊊","\\subsetneq",!0);defineSymbol(math,ams,rel,"","\\@varsubsetneq");defineSymbol(math,ams,rel,"⫋","\\subsetneqq",!0);defineSymbol(math,ams,rel,"","\\@varsubsetneqq");defineSymbol(math,ams,rel,"≯","\\ngtr",!0);defineSymbol(math,ams,rel,"","\\@ngeqslant");defineSymbol(math,ams,rel,"","\\@ngeqq");defineSymbol(math,ams,rel,"⪈","\\gneq",!0);defineSymbol(math,ams,rel,"≩","\\gneqq",!0);defineSymbol(math,ams,rel,"","\\@gvertneqq");defineSymbol(math,ams,rel,"⋧","\\gnsim",!0);defineSymbol(math,ams,rel,"⪊","\\gnapprox",!0);defineSymbol(math,ams,rel,"⊁","\\nsucc",!0);defineSymbol(math,ams,rel,"⋡","\\nsucceq",!0);defineSymbol(math,ams,rel,"⋩","\\succnsim",!0);defineSymbol(math,ams,rel,"⪺","\\succnapprox",!0);defineSymbol(math,ams,rel,"≆","\\ncong",!0);defineSymbol(math,ams,rel,"","\\@nshortparallel");defineSymbol(math,ams,rel,"∦","\\nparallel",!0);defineSymbol(math,ams,rel,"⊯","\\nVDash",!0);defineSymbol(math,ams,rel,"⋫","\\ntriangleright");defineSymbol(math,ams,rel,"⋭","\\ntrianglerighteq",!0);defineSymbol(math,ams,rel,"","\\@nsupseteqq");defineSymbol(math,ams,rel,"⊋","\\supsetneq",!0);defineSymbol(math,ams,rel,"","\\@varsupsetneq");defineSymbol(math,ams,rel,"⫌","\\supsetneqq",!0);defineSymbol(math,ams,rel,"","\\@varsupsetneqq");defineSymbol(math,ams,rel,"⊮","\\nVdash",!0);defineSymbol(math,ams,rel,"⪵","\\precneqq",!0);defineSymbol(math,ams,rel,"⪶","\\succneqq",!0);defineSymbol(math,ams,rel,"","\\@nsubseteqq");defineSymbol(math,ams,bin,"⊴","\\unlhd");defineSymbol(math,ams,bin,"⊵","\\unrhd");defineSymbol(math,ams,rel,"↚","\\nleftarrow",!0);defineSymbol(math,ams,rel,"↛","\\nrightarrow",!0);defineSymbol(math,ams,rel,"⇍","\\nLeftarrow",!0);defineSymbol(math,ams,rel,"⇏","\\nRightarrow",!0);defineSymbol(math,ams,rel,"↮","\\nleftrightarrow",!0);defineSymbol(math,ams,rel,"⇎","\\nLeftrightarrow",!0);defineSymbol(math,ams,rel,"△","\\vartriangle");defineSymbol(math,ams,textord,"ℏ","\\hslash");defineSymbol(math,ams,textord,"▽","\\triangledown");defineSymbol(math,ams,textord,"◊","\\lozenge");defineSymbol(math,ams,textord,"Ⓢ","\\circledS");defineSymbol(math,ams,textord,"®","\\circledR");defineSymbol(text$2,ams,textord,"®","\\circledR");defineSymbol(math,ams,textord,"∡","\\measuredangle",!0);defineSymbol(math,ams,textord,"∄","\\nexists");defineSymbol(math,ams,textord,"℧","\\mho");defineSymbol(math,ams,textord,"Ⅎ","\\Finv",!0);defineSymbol(math,ams,textord,"⅁","\\Game",!0);defineSymbol(math,ams,textord,"","\\backprime");defineSymbol(math,ams,textord,"▲","\\blacktriangle");defineSymbol(math,ams,textord,"▼","\\blacktriangledown");defineSymbol(math,ams,textord,"■","\\blacksquare");defineSymbol(math,ams,textord,"⧫","\\blacklozenge");defineSymbol(math,ams,textord,"★","\\bigstar");defineSymbol(math,ams,textord,"∢","\\sphericalangle",!0);defineSymbol(math,ams,textord,"∁","\\complement",!0);defineSymbol(math,ams,textord,"ð","\\eth",!0);defineSymbol(text$2,main$1,textord,"ð","ð");defineSymbol(math,ams,textord,"","\\diagup");defineSymbol(math,ams,textord,"╲","\\diagdown");defineSymbol(math,ams,textord,"□","\\square");defineSymbol(math,ams,textord,"□","\\Box");defineSymbol(math,ams,textord,"◊","\\Diamond");defineSymbol(math,ams,textord,"¥","\\yen",!0);defineSymbol(text$2,ams,textord,"¥","\\yen",!0);defineSymbol(math,ams,textord,"✓","\\checkmark",!0);defineSymbol(text$2,ams,textord,"✓","\\checkmark");defineSymbol(math,ams,textord,"ℶ","\\beth",!0);defineSymbol(math,ams,textord,"ℸ","\\daleth",!0);defineSymbol(math,ams,textord,"ℷ","\\gimel",!0);defineSymbol(math,ams,textord,"ϝ","\\digamma",!0);defineSymbol(math,ams,textord,"ϰ","\\varkappa");defineSymbol(math,ams,open,"┌","\\@ulcorner",!0);defineSymbol(math,ams,close,"┐","\\@urcorner",!0);defineSymbol(math,ams,open,"└","\\@llcorner",!0);defineSymbol(math,ams,close,"┘","\\@lrcorner",!0);defineSymbol(math,ams,rel,"≦","\\leqq",!0);defineSymbol(math,ams,rel,"⩽","\\leqslant",!0);defineSymbol(math,ams,rel,"⪕","\\eqslantless",!0);defineSymbol(math,ams,rel,"≲","\\lesssim",!0);defineSymbol(math,ams,rel,"⪅","\\lessapprox",!0);defineSymbol(math,ams,rel,"≊","\\approxeq",!0);defineSymbol(math,ams,bin,"⋖","\\lessdot");defineSymbol(math,ams,rel,"⋘","\\lll",!0);defineSymbol(math,ams,rel,"≶","\\lessgtr",!0);defineSymbol(math,ams,rel,"⋚","\\lesseqgtr",!0);defineSymbol(math,ams,rel,"⪋","\\lesseqqgtr",!0);defineSymbol(math,ams,rel,"≑","\\doteqdot");defineSymbol(math,ams,rel,"≓","\\risingdotseq",!0);defineSymbol(math,ams,rel,"≒","\\fallingdotseq",!0);defineSymbol(math,ams,rel,"∽","\\backsim",!0);defineSymbol(math,ams,rel,"⋍","\\backsimeq",!0);defineSymbol(math,ams,rel,"⫅","\\subseteqq",!0);defineSymbol(math,ams,rel,"⋐","\\Subset",!0);defineSymbol(math,ams,rel,"⊏","\\sqsubset",!0);defineSymbol(math,ams,rel,"≼","\\preccurlyeq",!0);defineSymbol(math,ams,rel,"⋞","\\curlyeqprec",!0);defineSymbol(math,ams,rel,"≾","\\precsim",!0);defineSymbol(math,ams,rel,"⪷","\\precapprox",!0);defineSymbol(math,ams,rel,"⊲","\\vartriangleleft");defineSymbol(math,ams,rel,"⊴","\\trianglelefteq");defineSymbol(math,ams,rel,"⊨","\\vDash",!0);defineSymbol(math,ams,rel,"⊪","\\Vvdash",!0);defineSymbol(math,ams,rel,"⌣","\\smallsmile");defineSymbol(math,ams,rel,"⌢","\\smallfrown");defineSymbol(math,ams,rel,"≏","\\bumpeq",!0);defineSymbol(math,ams,rel,"≎","\\Bumpeq",!0);defineSymbol(math,ams,rel,"≧","\\geqq",!0);defineSymbol(math,ams,rel,"⩾","\\geqslant",!0);defineSymbol(math,ams,rel,"⪖","\\eqslantgtr",!0);defineSymbol(math,ams,rel,"≳","\\gtrsim",!0);defineSymbol(math,ams,rel,"⪆","\\gtrapprox",!0);defineSymbol(math,ams,bin,"⋗","\\gtrdot");defineSymbol(math,ams,rel,"⋙","\\ggg",!0);defineSymbol(math,ams,rel,"≷","\\gtrless",!0);defineSymbol(math,ams,rel,"⋛","\\gtreqless",!0);defineSymbol(math,ams,rel,"⪌","\\gtreqqless",!0);defineSymbol(math,ams,rel,"≖","\\eqcirc",!0);defineSymbol(math,ams,rel,"≗","\\circeq",!0);defineSymbol(math,ams,rel,"≜","\\triangleq",!0);defineSymbol(math,ams,rel,"","\\thicksim");defineSymbol(math,ams,rel,"≈","\\thickapprox");defineSymbol(math,ams,rel,"⫆","\\supseteqq",!0);defineSymbol(math,ams,rel,"⋑","\\Supset",!0);defineSymbol(math,ams,rel,"⊐","\\sqsupset",!0);defineSymbol(math,ams,rel,"≽","\\succcurlyeq",!0);defineSymbol(math,ams,rel,"⋟","\\curlyeqsucc",!0);defineSymbol(math,ams,rel,"≿","\\succsim",!0);defineSymbol(math,ams,rel,"⪸","\\succapprox",!0);defineSymbol(math,ams,rel,"⊳","\\vartriangleright");defineSymbol(math,ams,rel,"⊵","\\trianglerighteq");defineSymbol(math,ams,rel,"⊩","\\Vdash",!0);defineSymbol(math,ams,rel,"","\\shortmid");defineSymbol(math,ams,rel,"∥","\\shortparallel");defineSymbol(math,ams,rel,"≬","\\between",!0);defineSymbol(math,ams,rel,"⋔","\\pitchfork",!0);defineSymbol(math,ams,rel,"∝","\\varpropto");defineSymbol(math,ams,rel,"◀","\\blacktriangleleft");defineSymbol(math,ams,rel,"∴","\\therefore",!0);defineSymbol(math,ams,rel,"∍","\\backepsilon");defineSymbol(math,ams,rel,"▶","\\blacktriangleright");defineSymbol(math,ams,rel,"∵","\\because",!0);defineSymbol(math,ams,rel,"⋘","\\llless");defineSymbol(math,ams,rel,"⋙","\\gggtr");defineSymbol(math,ams,bin,"⊲","\\lhd");defineSymbol(math,ams,bin,"⊳","\\rhd");defineSymbol(math,ams,rel,"≂","\\eqsim",!0);defineSymbol(math,main$1,rel,"⋈","\\Join");defineSymbol(math,ams,rel,"≑","\\Doteq",!0);defineSymbol(math,ams,bin,"∔","\\dotplus",!0);defineSymbol(math,ams,bin,"","\\smallsetminus");defineSymbol(math,ams,bin,"⋒","\\Cap",!0);defineSymbol(math,ams,bin,"⋓","\\Cup",!0);defineSymbol(math,ams,bin,"⩞","\\doublebarwedge",!0);defineSymbol(math,ams,bin,"⊟","\\boxminus",!0);defineSymbol(math,ams,bin,"⊞","\\boxplus",!0);defineSymbol(math,ams,bin,"⋇","\\divideontimes",!0);defineSymbol(math,ams,bin,"⋉","\\ltimes",!0);defineSymbol(math,ams,bin,"⋊","\\rtimes",!0);defineSymbol(math,ams,bin,"⋋","\\leftthreetimes",!0);defineSymbol(math,ams,bin,"⋌","\\rightthreetimes",!0);defineSymbol(math,ams,bin,"⋏","\\curlywedge",!0);defineSymbol(math,ams,bin,"⋎","\\curlyvee",!0);defineSymbol(math,ams,bin,"⊝","\\circleddash",!0);defineSymbol(math,ams,bin,"⊛","\\circledast",!0);defineSymbol(math,ams,bin,"⋅","\\centerdot");defineSymbol(math,ams,bin,"⊺","\\intercal",!0);defineSymbol(math,ams,bin,"⋒","\\doublecap");defineSymbol(math,ams,bin,"⋓","\\doublecup");defineSymbol(math,ams,bin,"⊠","\\boxtimes",!0);defineSymbol(math,ams,rel,"⇢","\\dashrightarrow",!0);defineSymbol(math,ams,rel,"⇠","\\dashleftarrow",!0);defineSymbol(math,ams,rel,"⇇","\\leftleftarrows",!0);defineSymbol(math,ams,rel,"⇆","\\leftrightarrows",!0);defineSymbol(math,ams,rel,"⇚","\\Lleftarrow",!0);defineSymbol(math,ams,rel,"↞","\\twoheadleftarrow",!0);defineSymbol(math,ams,rel,"↢","\\leftarrowtail",!0);defineSymbol(math,ams,rel,"↫","\\looparrowleft",!0);defineSymbol(math,ams,rel,"⇋","\\leftrightharpoons",!0);defineSymbol(math,ams,rel,"↶","\\curvearrowleft",!0);defineSymbol(math,ams,rel,"↺","\\circlearrowleft",!0);defineSymbol(math,ams,rel,"↰","\\Lsh",!0);defineSymbol(math,ams,rel,"⇈","\\upuparrows",!0);defineSymbol(math,ams,rel,"↿","\\upharpoonleft",!0);defineSymbol(math,ams,rel,"⇃","\\downharpoonleft",!0);defineSymbol(math,main$1,rel,"⊶","\\origof",!0);defineSymbol(math,main$1,rel,"⊷","\\imageof",!0);defineSymbol(math,ams,rel,"⊸","\\multimap",!0);defineSymbol(math,ams,rel,"↭","\\leftrightsquigarrow",!0);defineSymbol(math,ams,rel,"⇉","\\rightrightarrows",!0);defineSymbol(math,ams,rel,"⇄","\\rightleftarrows",!0);defineSymbol(math,ams,rel,"↠","\\twoheadrightarrow",!0);defineSymbol(math,ams,rel,"↣","\\rightarrowtail",!0);defineSymbol(math,ams,rel,"↬","\\looparrowright",!0);defineSymbol(math,ams,rel,"↷","\\curvearrowright",!0);defineSymbol(math,ams,rel,"↻","\\circlearrowright",!0);defineSymbol(math,ams,rel,"↱","\\Rsh",!0);defineSymbol(math,ams,rel,"⇊","\\downdownarrows",!0);defineSymbol(math,ams,rel,"↾","\\upharpoonright",!0);defineSymbol(math,ams,rel,"⇂","\\downharpoonright",!0);defineSymbol(math,ams,rel,"⇝","\\rightsquigarrow",!0);defineSymbol(math,ams,rel,"⇝","\\leadsto");defineSymbol(math,ams,rel,"⇛","\\Rrightarrow",!0);defineSymbol(math,ams,rel,"↾","\\restriction");defineSymbol(math,main$1,textord,"","`");defineSymbol(math,main$1,textord,"$","\\$");defineSymbol(text$2,main$1,textord,"$","\\$");defineSymbol(text$2,main$1,textord,"$","\\textdollar");defineSymbol(math,main$1,textord,"%","\\%");defineSymbol(text$2,main$1,textord,"%","\\%");defineSymbol(math,main$1,textord,"_","\\_");defineSymbol(text$2,main$1,textord,"_","\\_");defineSymbol(text$2,main$1,textord,"_","\\textunderscore");defineSymbol(math,main$1,textord,"∠","\\angle",!0);defineSymbol(math,main$1,textord,"∞","\\infty",!0);defineSymbol(math,main$1,textord,"","\\prime");defineSymbol(math,main$1,textord,"△","\\triangle");defineSymbol(math,main$1,textord,"Γ","\\Gamma",!0);defineSymbol(math,main$1,textord,"Δ","\\Delta",!0);defineSymbol(math,main$1,textord,"Θ","\\Theta",!0);defineSymbol(math,main$1,textord,"Λ","\\Lambda",!0);defineSymbol(math,main$1,textord,"Ξ","\\Xi",!0);defineSymbol(math,main$1,textord,"Π","\\Pi",!0);defineSymbol(math,main$1,textord,"Σ","\\Sigma",!0);defineSymbol(math,main$1,textord,"Υ","\\Upsilon",!0);defineSymbol(math,main$1,textord,"Φ","\\Phi",!0);defineSymbol(math,main$1,textord,"Ψ","\\Psi",!0);defineSymbol(math,main$1,textord,"Ω","\\Omega",!0);defineSymbol(math,main$1,textord,"A","Α");defineSymbol(math,main$1,textord,"B","Β");defineSymbol(math,main$1,textord,"E","Ε");defineSymbol(math,main$1,textord,"Z","Ζ");defineSymbol(math,main$1,textord,"H","Η");defineSymbol(math,main$1,textord,"I","Ι");defineSymbol(math,main$1,textord,"K","Κ");defineSymbol(math,main$1,textord,"M","Μ");defineSymbol(math,main$1,textord,"N","Ν");defineSymbol(math,main$1,textord,"O","Ο");defineSymbol(math,main$1,textord,"P","Ρ");defineSymbol(math,main$1,textord,"T","Τ");defineSymbol(math,main$1,textord,"X","Χ");defineSymbol(math,main$1,textord,"¬","\\neg",!0);defineSymbol(math,main$1,textord,"¬","\\lnot");defineSymbol(math,main$1,textord,"","\\top");defineSymbol(math,main$1,textord,"⊥","\\bot");defineSymbol(math,main$1,textord,"∅","\\emptyset");defineSymbol(math,ams,textord,"∅","\\varnothing");defineSymbol(math,main$1,mathord,"α","\\alpha",!0);defineSymbol(math,main$1,mathord,"β","\\beta",!0);defineSymbol(math,main$1,mathord,"γ","\\gamma",!0);defineSymbol(math,main$1,mathord,"δ","\\delta",!0);defineSymbol(math,main$1,mathord,"ϵ","\\epsilon",!0);defineSymbol(math,main$1,mathord,"ζ","\\zeta",!0);defineSymbol(math,main$1,mathord,"η","\\eta",!0);defineSymbol(math,main$1,mathord,"θ","\\theta",!0);defineSymbol(math,main$1,mathord,"ι","\\iota",!0);defineSymbol(math,main$1,mathord,"κ","\\kappa",!0);defineSymbol(math,main$1,mathord,"λ","\\lambda",!0);defineSymbol(math,main$1,mathord,"μ","\\mu",!0);defineSymbol(math,main$1,mathord,"ν","\\nu",!0);defineSymbol(math,main$1,mathord,"ξ","\\xi",!0);defineSymbol(math,main$1,mathord,"ο","\\omicron",!0);defineSymbol(math,main$1,mathord,"π","\\pi",!0);defineSymbol(math,main$1,mathord,"ρ","\\rho",!0);defineSymbol(math,main$1,mathord,"σ","\\sigma",!0);defineSymbol(math,main$1,mathord,"τ","\\tau",!0);defineSymbol(math,main$1,mathord,"υ","\\upsilon",!0);defineSymbol(math,main$1,mathord,"ϕ","\\phi",!0);defineSymbol(math,main$1,mathord,"χ","\\chi",!0);defineSymbol(math,main$1,mathord,"ψ","\\psi",!0);defineSymbol(math,main$1,mathord,"ω","\\omega",!0);defineSymbol(math,main$1,mathord,"ε","\\varepsilon",!0);defineSymbol(math,main$1,mathord,"ϑ","\\vartheta",!0);defineSymbol(math,main$1,mathord,"ϖ","\\varpi",!0);defineSymbol(math,main$1,mathord,"ϱ","\\varrho",!0);defineSymbol(math,main$1,mathord,"ς","\\varsigma",!0);defineSymbol(math,main$1,mathord,"φ","\\varphi",!0);defineSymbol(math,main$1,bin,"","*",!0);defineSymbol(math,main$1,bin,"+","+");defineSymbol(math,main$1,bin,"","-",!0);defineSymbol(math,main$1,bin,"⋅","\\cdot",!0);defineSymbol(math,main$1,bin,"∘","\\circ",!0);defineSymbol(math,main$1,bin,"÷","\\div",!0);defineSymbol(math,main$1,bin,"±","\\pm",!0);defineSymbol(math,main$1,bin,"×","\\times",!0);defineSymbol(math,main$1,bin,"∩","\\cap",!0);defineSymbol(math,main$1,bin,"","\\cup",!0);defineSymbol(math,main$1,bin,"","\\setminus",!0);defineSymbol(math,main$1,bin,"∧","\\land");defineSymbol(math,main$1,bin,"","\\lor");defineSymbol(math,main$1,bin,"∧","\\wedge",!0);defineSymbol(math,main$1,bin,"","\\vee",!0);defineSymbol(math,main$1,textord,"√","\\surd");defineSymbol(math,main$1,open,"⟨","\\langle",!0);defineSymbol(math,main$1,open,"","\\lvert");defineSymbol(math,main$1,open,"∥","\\lVert");defineSymbol(math,main$1,close,"?","?");defineSymbol(math,main$1,close,"!","!");defineSymbol(math,main$1,close,"⟩","\\rangle",!0);defineSymbol(math,main$1,close,"","\\rvert");defineSymbol(math,main$1,close,"∥","\\rVert");defineSymbol(math,main$1,rel,"=","=");defineSymbol(math,main$1,rel,":",":");defineSymbol(math,main$1,rel,"≈","\\approx",!0);defineSymbol(math,main$1,rel,"≅","\\cong",!0);defineSymbol(math,main$1,rel,"≥","\\ge");defineSymbol(math,main$1,rel,"≥","\\geq",!0);defineSymbol(math,main$1,rel,"←","\\gets");defineSymbol(math,main$1,rel,">","\\gt",!0);defineSymbol(math,main$1,rel,"∈","\\in",!0);defineSymbol(math,main$1,rel,"","\\@not");defineSymbol(math,main$1,rel,"⊂","\\subset",!0);defineSymbol(math,main$1,rel,"⊃","\\supset",!0);defineSymbol(math,main$1,rel,"⊆","\\subseteq",!0);defineSymbol(math,main$1,rel,"⊇","\\supseteq",!0);defineSymbol(math,ams,rel,"⊈","\\nsubseteq",!0);defineSymbol(math,ams,rel,"⊉","\\nsupseteq",!0);defineSymbol(math,main$1,rel,"⊨","\\models");defineSymbol(math,main$1,rel,"←","\\leftarrow",!0);defineSymbol(math,main$1,rel,"≤","\\le");defineSymbol(math,main$1,rel,"≤","\\leq",!0);defineSymbol(math,main$1,rel,"<","\\lt",!0);defineSymbol(math,main$1,rel,"→","\\rightarrow",!0);defineSymbol(math,main$1,rel,"→","\\to");defineSymbol(math,ams,rel,"≱","\\ngeq",!0);defineSymbol(math,ams,rel,"≰","\\nleq",!0);defineSymbol(math,main$1,spacing," ","\\ ");defineSymbol(math,main$1,spacing," ","\\space");defineSymbol(math,main$1,spacing," ","\\nobreakspace");defineSymbol(text$2,main$1,spacing," ","\\ ");defineSymbol(text$2,main$1,spacing," "," ");defineSymbol(text$2,main$1,spacing," ","\\space");defineSymbol(text$2,main$1,spacing," ","\\nobreakspace");defineSymbol(math,main$1,spacing,null,"\\nobreak");defineSymbol(math,main$1,spacing,null,"\\allowbreak");defineSymbol(math,main$1,punct,",",",");defineSymbol(math,main$1,punct,";",";");defineSymbol(math,ams,bin,"⊼","\\barwedge",!0);defineSymbol(math,ams,bin,"⊻","\\veebar",!0);defineSymbol(math,main$1,bin,"⊙","\\odot",!0);defineSymbol(math,main$1,bin,"⊕","\\oplus",!0);defineSymbol(math,main$1,bin,"⊗","\\otimes",!0);defineSymbol(math,main$1,textord,"∂","\\partial",!0);defineSymbol(math,main$1,bin,"⊘","\\oslash",!0);defineSymbol(math,ams,bin,"⊚","\\circledcirc",!0);defineSymbol(math,ams,bin,"⊡","\\boxdot",!0);defineSymbol(math,main$1,bin,"△","\\bigtriangleup");defineSymbol(math,main$1,bin,"▽","\\bigtriangledown");defineSymbol(math,main$1,bin,"†","\\dagger");defineSymbol(math,main$1,bin,"⋄","\\diamond");defineSymbol(math,main$1,bin,"⋆","\\star");defineSymbol(math,main$1,bin,"◃","\\triangleleft");defineSymbol(math,main$1,bin,"▹","\\triangleright");defineSymbol(math,main$1,open,"{","\\{");defineSymbol(text$2,main$1,textord,"{","\\{");defineSymbol(text$2,main$1,textord,"{","\\textbraceleft");defineSymbol(math,main$1,close,"}","\\}");defineSymbol(text$2,main$1,textord,"}","\\}");defineSymbol(text$2,main$1,textord,"}","\\textbraceright");defineSymbol(math,main$1,open,"{","\\lbrace");defineSymbol(math,main$1,close,"}","\\rbrace");defineSymbol(math,main$1,open,"[","\\lbrack",!0);defineSymbol(text$2,main$1,textord,"[","\\lbrack",!0);defineSymbol(math,main$1,close,"]","\\rbrack",!0);defineSymbol(text$2,main$1,textord,"]","\\rbrack",!0);defineSymbol(math,main$1,open,"(","\\lparen",!0);defineSymbol(math,main$1,close,")","\\rparen",!0);defineSymbol(text$2,main$1,textord,"<","\\textless",!0);defineSymbol(text$2,main$1,textord,">","\\textgreater",!0);defineSymbol(math,main$1,open,"⌊","\\lfloor",!0);defineSymbol(math,main$1,close,"⌋","\\rfloor",!0);defineSymbol(math,main$1,open,"⌈","\\lceil",!0);defineSymbol(math,main$1,close,"⌉","\\rceil",!0);defineSymbol(math,main$1,textord,"\\","\\backslash");defineSymbol(math,main$1,textord,"","|");defineSymbol(math,main$1,textord,"","\\vert");defineSymbol(text$2,main$1,textord,"|","\\textbar",!0);defineSymbol(math,main$1,textord,"∥","\\|");defineSymbol(math,main$1,textord,"∥","\\Vert");defineSymbol(text$2,main$1,textord,"∥","\\textbardbl");defineSymbol(text$2,main$1,textord,"~","\\textasciitilde");defineSymbol(text$2,main$1,textord,"\\","\\textbackslash");defineSymbol(text$2,main$1,textord,"^","\\textasciicircum");defineSymbol(math,main$1,rel,"↑","\\uparrow",!0);defineSymbol(math,main$1,rel,"⇑","\\Uparrow",!0);defineSymbol(math,main$1,rel,"↓","\\downarrow",!0);defineSymbol(math,main$1,rel,"⇓","\\Downarrow",!0);defineSymbol(math,main$1,rel,"↕","\\updownarrow",!0);defineSymbol(math,main$1,rel,"⇕","\\Updownarrow",!0);defineSymbol(math,main$1,op$2,"∐","\\coprod");defineSymbol(math,main$1,op$2,"","\\bigvee");defineSymbol(math,main$1,op$2,"⋀","\\bigwedge");defineSymbol(math,main$1,op$2,"⨄","\\biguplus");defineSymbol(math,main$1,op$2,"⋂","\\bigcap");defineSymbol(math,main$1,op$2,"","\\bigcup");defineSymbol(math,main$1,op$2,"∫","\\int");defineSymbol(math,main$1,op$2,"∫","\\intop");defineSymbol(math,main$1,op$2,"∬","\\iint");defineSymbol(math,main$1,op$2,"∭","\\iiint");defineSymbol(math,main$1,op$2,"∏","\\prod");defineSymbol(math,main$1,op$2,"∑","\\sum");defineSymbol(math,main$1,op$2,"⨂","\\bigotimes");defineSymbol(math,main$1,op$2,"⨁","\\bigoplus");defineSymbol(math,main$1,op$2,"⨀","\\bigodot");defineSymbol(math,main$1,op$2,"∮","\\oint");defineSymbol(math,main$1,op$2,"∯","\\oiint");defineSymbol(math,main$1,op$2,"∰","\\oiiint");defineSymbol(math,main$1,op$2,"⨆","\\bigsqcup");defineSymbol(math,main$1,op$2,"∫","\\smallint");defineSymbol(text$2,main$1,inner,"…","\\textellipsis");defineSymbol(math,main$1,inner,"…","\\mathellipsis");defineSymbol(text$2,main$1,inner,"…","\\ldots",!0);defineSymbol(math,main$1,inner,"…","\\ldots",!0);defineSymbol(math,main$1,inner,"⋯","\\@cdots",!0);defineSymbol(math,main$1,inner,"⋱","\\ddots",!0);defineSymbol(math,main$1,textord,"⋮","\\varvdots");defineSymbol(math,main$1,accent,"ˊ","\\acute");defineSymbol(math,main$1,accent,"ˋ","\\grave");defineSymbol(math,main$1,accent,"¨","\\ddot");defineSymbol(math,main$1,accent,"~","\\tilde");defineSymbol(math,main$1,accent,"ˉ","\\bar");defineSymbol(math,main$1,accent,"˘","\\breve");defineSymbol(math,main$1,accent,"ˇ","\\check");defineSymbol(math,main$1,accent,"^","\\hat");defineSymbol(math,main$1,accent,"⃗","\\vec");defineSymbol(math,main$1,accent,"˙","\\dot");defineSymbol(math,main$1,accent,"˚","\\mathring");defineSymbol(math,main$1,mathord,"","\\@imath");defineSymbol(math,main$1,mathord,"","\\@jmath");defineSymbol(math,main$1,textord,"ı","ı");defineSymbol(math,main$1,textord,"ȷ","ȷ");defineSymbol(text$2,main$1,textord,"ı","\\i",!0);defineSymbol(text$2,main$1,textord,"ȷ","\\j",!0);defineSymbol(text$2,main$1,textord,"ß","\\ss",!0);defineSymbol(text$2,main$1,textord,"æ","\\ae",!0);defineSymbol(text$2,main$1,textord,"œ","\\oe",!0);defineSymbol(text$2,main$1,textord,"ø","\\o",!0);defineSymbol(text$2,main$1,textord,"Æ","\\AE",!0);defineSymbol(text$2,main$1,textord,"Œ","\\OE",!0);defineSymbol(text$2,main$1,textord,"Ø","\\O",!0);defineSymbol(text$2,main$1,accent,"ˊ","\\'");defineSymbol(text$2,main$1,accent,"ˋ","\\`");defineSymbol(text$2,main$1,accent,"ˆ","\\^");defineSymbol(text$2,main$1,accent,"˜","\\~");defineSymbol(text$2,main$1,accent,"ˉ","\\=");defineSymbol(text$2,main$1,accent,"˘","\\u");defineSymbol(text$2,main$1,accent,"˙","\\.");defineSymbol(text$2,main$1,accent,"¸","\\c");defineSymbol(text$2,main$1,accent,"˚","\\r");defineSymbol(text$2,main$1,accent,"ˇ","\\v");defineSymbol(text$2,main$1,accent,"¨",'\\"');defineSymbol(text$2,main$1,accent,"˝","\\H");defineSymbol(text$2,main$1,accent,"◯","\\textcircled");var ligatures={"--":!0,"---":!0,"``":!0,"''":!0};defineSymbol(text$2,main$1,textord,"","--",!0);defineSymbol(text$2,main$1,textord,"","\\textendash");defineSymbol(text$2,main$1,textord,"—","---",!0);defineSymbol(text$2,main$1,textord,"—","\\textemdash");defineSymbol(text$2,main$1,textord,"","`",!0);defineSymbol(text$2,main$1,textord,"","\\textquoteleft");defineSymbol(text$2,main$1,textord,"","'",!0);defineSymbol(text$2,main$1,textord,"","\\textquoteright");defineSymbol(text$2,main$1,textord,"“","``",!0);defineSymbol(text$2,main$1,textord,"“","\\textquotedblleft");defineSymbol(text$2,main$1,textord,"”","''",!0);defineSymbol(text$2,main$1,textord,"”","\\textquotedblright");defineSymbol(math,main$1,textord,"°","\\degree",!0);defineSymbol(text$2,main$1,textord,"°","\\degree");defineSymbol(text$2,main$1,textord,"°","\\textdegree",!0);defineSymbol(math,main$1,textord,"£","\\pounds");defineSymbol(math,main$1,textord,"£","\\mathsterling",!0);defineSymbol(text$2,main$1,textord,"£","\\pounds");defineSymbol(text$2,main$1,textord,"£","\\textsterling",!0);defineSymbol(math,ams,textord,"✠","\\maltese");defineSymbol(text$2,ams,textord,"✠","\\maltese");var mathTextSymbols='0123456789/@."';for(var i$4=0;i$4<mathTextSymbols.length;i$4++){var ch=mathTextSymbols.charAt(i$4);defineSymbol(math,main$1,textord,ch,ch)}var textSymbols='0123456789!@*()-=+";:?/.,';for(var _i$3=0;_i$3<textSymbols.length;_i$3++){var _ch=textSymbols.charAt(_i$3);defineSymbol(text$2,main$1,textord,_ch,_ch)}var letters="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";for(var _i2=0;_i2<letters.length;_i2++){var _ch2=letters.charAt(_i2);defineSymbol(math,main$1,mathord,_ch2,_ch2),defineSymbol(text$2,main$1,textord,_ch2,_ch2)}defineSymbol(math,ams,textord,"C","");defineSymbol(text$2,ams,textord,"C","");defineSymbol(math,ams,textord,"H","");defineSymbol(text$2,ams,textord,"H","");defineSymbol(math,ams,textord,"N","");defineSymbol(text$2,ams,textord,"N","");defineSymbol(math,ams,textord,"P","");defineSymbol(text$2,ams,textord,"P","");defineSymbol(math,ams,textord,"Q","");defineSymbol(text$2,ams,textord,"Q","");defineSymbol(math,ams,textord,"R","");defineSymbol(text$2,ams,textord,"R","");defineSymbol(math,ams,textord,"Z","");defineSymbol(text$2,ams,textord,"Z","");defineSymbol(math,main$1,mathord,"h","");defineSymbol(text$2,main$1,mathord,"h","");var wideChar="";for(var _i3=0;_i3<letters.length;_i3++){var _ch3=letters.charAt(_i3);wideChar=String.fromCharCode(55349,56320+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56372+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56424+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56580+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56684+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56736+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56788+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56840+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56944+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),_i3<26&&(wideChar=String.fromCharCode(55349,56632+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56476+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text$2,main$1,textord,_ch3,wideChar))}wideChar="𝕜";defineSymbol(math,main$1,mathord,"k",wideChar);defineSymbol(text$2,main$1,textord,"k",wideChar);for(var _i4=0;_i4<10;_i4++){var _ch4=_i4.toString();wideChar=String.fromCharCode(55349,57294+_i4),defineSymbol(math,main$1,mathord,_ch4,wideChar),defineSymbol(text$2,main$1,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57314+_i4),defineSymbol(math,main$1,mathord,_ch4,wideChar),defineSymbol(text$2,main$1,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57324+_i4),defineSymbol(math,main$1,mathord,_ch4,wideChar),defineSymbol(text$2,main$1,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57334+_i4),defineSymbol(math,main$1,mathord,_ch4,wideChar),defineSymbol(text$2,main$1,textord,_ch4,wideChar)}var extraLatin="ÐÞþ";for(var _i5=0;_i5<extraLatin.length;_i5++){var _ch5=extraLatin.charAt(_i5);defineSymbol(math,main$1,mathord,_ch5,_ch5),defineSymbol(text$2,main$1,textord,_ch5,_ch5)}var wideLatinLetterData=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],wideNumeralData=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],wideCharacterFont=function(qa,Ja){var ed=qa.charCodeAt(0),td=qa.charCodeAt(1),rd=(ed-55296)*1024+(td-56320)+65536,od=Ja==="math"?0:1;if(119808<=rd&&rd<120484){var sd=Math.floor((rd-119808)/26);return[wideLatinLetterData[sd][2],wideLatinLetterData[sd][od]]}else if(120782<=rd&&rd<=120831){var ld=Math.floor((rd-120782)/10);return[wideNumeralData[ld][2],wideNumeralData[ld][od]]}else{if(rd===120485||rd===120486)return[wideLatinLetterData[0][2],wideLatinLetterData[0][od]];if(120486<rd&&rd<120782)return["",""];throw new ParseError("Unsupported character: "+qa)}},lookupSymbol=function(qa,Ja,ed){return symbols[ed][qa]&&symbols[ed][qa].replace&&(qa=symbols[ed][qa].replace),{value:qa,metrics:getCharacterMetrics(qa,Ja,ed)}},makeSymbol=function(qa,Ja,ed,td,rd){var od=lookupSymbol(qa,Ja,ed),sd=od.metrics;qa=od.value;var ld;if(sd){var cd=sd.italic;(ed==="text"||td&&td.font==="mathit")&&(cd=0),ld=new SymbolNode(qa,sd.height,sd.depth,cd,sd.skew,sd.width,rd)}else typeof console<"u"&&console.warn("No character metrics "+("for '"+qa+"' in style '"+Ja+"' and mode '"+ed+"'")),ld=new SymbolNode(qa,0,0,0,0,0,rd);if(td){ld.maxFontSize=td.sizeMultiplier,td.style.isTight()&&ld.classes.push("mtight");var ud=td.getColor();ud&&(ld.style.color=ud)}return ld},mathsym=function(qa,Ja,ed,td){return td===void 0&&(td=[]),ed.font==="boldsymbol"&&lookupSymbol(qa,"Main-Bold",Ja).metrics?makeSymbol(qa,"Main-Bold",Ja,ed,td.concat(["mathbf"])):qa==="\\"||symbols[Ja][qa].font==="main"?makeSymbol(qa,"Main-Regular",Ja,ed,td):makeSymbol(qa,"AMS-Regular",Ja,ed,td.concat(["amsrm"]))},boldsymbol=function(qa,Ja,ed,td,rd){return rd!=="textord"&&lookupSymbol(qa,"Math-BoldItalic",Ja).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},makeOrd=function(qa,Ja,ed){var td=qa.mode,rd=qa.text,od=["mord"],sd=td==="math"||td==="text"&&Ja.font,ld=sd?Ja.font:Ja.fontFamily,cd="",ud="";if(rd.charCodeAt(0)===55349&&([cd,ud]=wideCharacterFont(rd,td)),cd.length>0)return makeSymbol(rd,cd,td,Ja,od.concat(ud));if(ld){var gd,_d;if(ld==="boldsymbol"){var yd=boldsymbol(rd,td,Ja,od,ed);gd=yd.fontName,_d=[yd.fontClass]}else sd?(gd=fontMap[ld].fontName,_d=[ld]):(gd=retrieveTextFontName(ld,Ja.fontWeight,Ja.fontShape),_d=[ld,Ja.fontWeight,Ja.fontShape]);if(lookupSymbol(rd,gd,td).metrics)return makeSymbol(rd,gd,td,Ja,od.concat(_d));if(ligatures.hasOwnProperty(rd)&&gd.slice(0,10)==="Typewriter"){for(var Ed=[],Td=0;Td<rd.length;Td++)Ed.push(makeSymbol(rd[Td],gd,td,Ja,od.concat(_d)));return makeFragment(Ed)}}if(ed==="mathord")return makeSymbol(rd,"Math-Italic",td,Ja,od.concat(["mathnormal"]));if(ed==="textord"){var Od=symbols[td][rd]&&symbols[td][rd].font;if(Od==="ams"){var Ad=retrieveTextFontName("amsrm",Ja.fontWeight,Ja.fontShape);return makeSymbol(rd,Ad,td,Ja,od.concat("amsrm",Ja.fontWeight,Ja.fontShape))}else if(Od==="main"||!Od){var Nd=retrieveTextFontName("textrm",Ja.fontWeight,Ja.fontShape);return makeSymbol(rd,Nd,td,Ja,od.concat(Ja.fontWeight,Ja.fontShape))}else{var kd=retrieveTextFontName(Od,Ja.fontWeight,Ja.fontShape);return makeSymbol(rd,kd,td,Ja,od.concat(kd,Ja.fontWeight,Ja.fontShape))}}else throw new Error("unexpected type: "+ed+" in makeOrd")},canCombine=(Ra,qa)=>{if(createClass(Ra.classes)!==createClass(qa.classes)||Ra.skew!==qa.skew||Ra.maxFontSize!==qa.maxFontSize)return!1;if(Ra.classes.length===1){var Ja=Ra.classes[0];if(Ja==="mbin"||Ja==="mord")return!1}for(var ed in Ra.style)if(Ra.style.hasOwnProperty(ed)&&Ra.style[ed]!==qa.style[ed])return!1;for(var td in qa.style)if(qa.style.hasOwnProperty(td)&&Ra.style[td]!==qa.style[td])return!1;return!0},tryCombineChars=Ra=>{for(var qa=0;qa<Ra.length-1;qa++){var Ja=Ra[qa],ed=Ra[qa+1];Ja instanceof SymbolNode&&ed instanceof SymbolNode&&canCombine(Ja,ed)&&(Ja.text+=ed.text,Ja.height=Math.max(Ja.height,ed.height),Ja.depth=Math.max(Ja.depth,ed.depth),Ja.italic=ed.italic,Ra.splice(qa+1,1),qa--)}return Ra},sizeElementFromChildren=function(qa){for(var Ja=0,ed=0,td=0,rd=0;rd<qa.children.length;rd++){var od=qa.children[rd];od.height>Ja&&(Ja=od.height),od.depth>ed&&(ed=od.depth),od.maxFontSize>td&&(td=od.maxFontSize)}qa.height=Ja,qa.depth=ed,qa.maxFontSize=td},makeSpan$2=function(qa,Ja,ed,td){var rd=new Span(qa,Ja,ed,td);return sizeElementFromChildren(rd),rd},makeSvgSpan=(Ra,qa,Ja,ed)=>new Span(Ra,qa,Ja,ed),makeLineSpan=function(qa,Ja,ed){var td=makeSpan$2([qa],[],Ja);return td.height=Math.max(ed||Ja.fontMetrics().defaultRuleThickness,Ja.minRuleThickness),td.style.borderBottomWidth=makeEm(td.height),td.maxFontSize=1,td},makeAnchor=function(qa,Ja,ed,td){var rd=new Anchor(qa,Ja,ed,td);return sizeElementFromChildren(rd),rd},makeFragment=function(qa){var Ja=new DocumentFragment(qa);return sizeElementFromChildren(Ja),Ja},wrapFragment=function(qa,Ja){return qa instanceof DocumentFragment?makeSpan$2([],[qa],Ja):qa},getVListChildrenAndDepth=function(qa){if(qa.positionType==="individualShift"){for(var Ja=qa.children,ed=[Ja[0]],td=-Ja[0].shift-Ja[0].elem.depth,rd=td,od=1;od<Ja.length;od++){var sd=-Ja[od].shift-rd-Ja[od].elem.depth,ld=sd-(Ja[od-1].elem.height+Ja[od-1].elem.depth);rd=rd+sd,ed.push({type:"kern",size:ld}),ed.push(Ja[od])}return{children:ed,depth:td}}var cd;if(qa.positionType==="top"){for(var ud=qa.positionData,gd=0;gd<qa.children.length;gd++){var _d=qa.children[gd];ud-=_d.type==="kern"?_d.size:_d.elem.height+_d.elem.depth}cd=ud}else if(qa.positionType==="bottom")cd=-qa.positionData;else{var yd=qa.children[0];if(yd.type!=="elem")throw new Error('First child must have type "elem".');if(qa.positionType==="shift")cd=-yd.elem.depth-qa.positionData;else if(qa.positionType==="firstBaseline")cd=-yd.elem.depth;else throw new Error("Invalid positionType "+qa.positionType+".")}return{children:qa.children,depth:cd}},makeVList=function(qa,Ja){for(var{children:ed,depth:td}=getVListChildrenAndDepth(qa),rd=0,od=0;od<ed.length;od++){var sd=ed[od];if(sd.type==="elem"){var ld=sd.elem;rd=Math.max(rd,ld.maxFontSize,ld.height)}}rd+=2;var cd=makeSpan$2(["pstrut"],[]);cd.style.height=makeEm(rd);for(var ud=[],gd=td,_d=td,yd=td,Ed=0;Ed<ed.length;Ed++){var Td=ed[Ed];if(Td.type==="kern")yd+=Td.size;else{var Od=Td.elem,Ad=Td.wrapperClasses||[],Nd=Td.wrapperStyle||{},kd=makeSpan$2(Ad,[cd,Od],void 0,Nd);kd.style.top=makeEm(-rd-yd-Od.depth),Td.marginLeft&&(kd.style.marginLeft=Td.marginLeft),Td.marginRight&&(kd.style.marginRight=Td.marginRight),ud.push(kd),yd+=Od.height+Od.depth}gd=Math.min(gd,yd),_d=Math.max(_d,yd)}var Id=makeSpan$2(["vlist"],ud);Id.style.height=makeEm(_d);var Rd;if(gd<0){var Md=makeSpan$2([],[]),Ld=makeSpan$2(["vlist"],[Md]);Ld.style.height=makeEm(-gd);var jd=makeSpan$2(["vlist-s"],[new SymbolNode("")]);Rd=[makeSpan$2(["vlist-r"],[Id,jd]),makeSpan$2(["vlist-r"],[Ld])]}else Rd=[makeSpan$2(["vlist-r"],[Id])];var Pd=makeSpan$2(["vlist-t"],Rd);return Rd.length===2&&Pd.classes.push("vlist-t2"),Pd.height=_d,Pd.depth=-gd,Pd},makeGlue=(Ra,qa)=>{var Ja=makeSpan$2(["mspace"],[],qa),ed=calculateSize(Ra,qa);return Ja.style.marginRight=makeEm(ed),Ja},retrieveTextFontName=function(qa,Ja,ed){var td="";switch(qa){case"amsrm":td="AMS";break;case"textrm":td="Main";break;case"textsf":td="SansSerif";break;case"texttt":td="Typewriter";break;default:td=qa}var rd;return Ja==="textbf"&&ed==="textit"?rd="BoldItalic":Ja==="textbf"?rd="Bold":Ja==="textit"?rd="Italic":rd="Regular",td+"-"+rd},fontMap={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathnormal:{variant:"italic",fontName:"Math-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},svgData={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},staticSvg=function(qa,Ja){var[ed,td,rd]=svgData[qa],od=new PathNode(ed),sd=new SvgNode([od],{width:makeEm(td),height:makeEm(rd),style:"width:"+makeEm(td),viewBox:"0 0 "+1e3*td+" "+1e3*rd,preserveAspectRatio:"xMinYMin"}),ld=makeSvgSpan(["overlay"],[sd],Ja);return ld.height=rd,ld.style.height=makeEm(rd),ld.style.width=makeEm(td),ld},buildCommon={fontMap,makeSymbol,mathsym,makeSpan:makeSpan$2,makeSvgSpan,makeLineSpan,makeAnchor,makeFragment,wrapFragment,makeVList,makeOrd,makeGlue,staticSvg,svgData,tryCombineChars},thinspace={number:3,unit:"mu"},mediumspace={number:4,unit:"mu"},thickspace={number:5,unit:"mu"},spacings={mord:{mop:thinspace,mbin:mediumspace,mrel:thickspace,minner:thinspace},mop:{mord:thinspace,mop:thinspace,mrel:thickspace,minner:thinspace},mbin:{mord:mediumspace,mop:mediumspace,mopen:mediumspace,minner:mediumspace},mrel:{mord:thickspace,mop:thickspace,mopen:thickspace,minner:thickspace},mopen:{},mclose:{mop:thinspace,mbin:mediumspace,mrel:thickspace,minner:thinspace},mpunct:{mord:thinspace,mop:thinspace,mrel:thickspace,mopen:thinspace,mclose:thinspace,mpunct:thinspace,minner:thinspace},minner:{mord:thinspace,mop:thinspace,mbin:mediumspace,mrel:thickspace,mopen:thinspace,mpunct:thinspace,minner:thinspace}},tightSpacings={mord:{mop:thinspace},mop:{mord:thinspace,mop:thinspace},mbin:{},mrel:{},mopen:{},mclose:{mop:thinspace},mpunct:{},minner:{mop:thinspace}},_functions={},_htmlGroupBuilders={},_mathmlGroupBuilders={};function defineFunction(Ra){for(var{type:qa,names:Ja,props:ed,handler:td,htmlBuilder:rd,mathmlBuilder:od}=Ra,sd={type:qa,numArgs:ed.numArgs,argTypes:ed.argTypes,allowedInArgument:!!ed.allowedInArgument,allowedInText:!!ed.allowedInText,allowedInMath:ed.allowedInMath===void 0?!0:ed.allowedInMath,numOptionalArgs:ed.numOptionalArgs||0,infix:!!ed.infix,primitive:!!ed.primitive,handler:td},ld=0;ld<Ja.length;++ld)_functions[Ja[ld]]=sd;qa&&(rd&&(_htmlGroupBuilders[qa]=rd),od&&(_mathmlGroupBuilders[qa]=od))}function defineFunctionBuilders(Ra){var{type:qa,htmlBuilder:Ja,mathmlBuilder:ed}=Ra;defineFunction({type:qa,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:Ja,mathmlBuilder:ed})}var normalizeArgument=function(qa){return qa.type==="ordgroup"&&qa.body.length===1?qa.body[0]:qa},ordargument=function(qa){return qa.type==="ordgroup"?qa.body:[qa]},makeSpan$1=buildCommon.makeSpan,binLeftCanceller=["leftmost","mbin","mopen","mrel","mop","mpunct"],binRightCanceller=["rightmost","mrel","mclose","mpunct"],styleMap$1={display:Style$1.DISPLAY,text:Style$1.TEXT,script:Style$1.SCRIPT,scriptscript:Style$1.SCRIPTSCRIPT},DomEnum={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},buildExpression$1=function(qa,Ja,ed,td){td===void 0&&(td=[null,null]);for(var rd=[],od=0;od<qa.length;od++){var sd=buildGroup$1(qa[od],Ja);if(sd instanceof DocumentFragment){var ld=sd.children;rd.push(...ld)}else rd.push(sd)}if(buildCommon.tryCombineChars(rd),!ed)return rd;var cd=Ja;if(qa.length===1){var ud=qa[0];ud.type==="sizing"?cd=Ja.havingSize(ud.size):ud.type==="styling"&&(cd=Ja.havingStyle(styleMap$1[ud.style]))}var gd=makeSpan$1([td[0]||"leftmost"],[],Ja),_d=makeSpan$1([td[1]||"rightmost"],[],Ja),yd=ed==="root";return traverseNonSpaceNodes(rd,(Ed,Td)=>{var Od=Td.classes[0],Ad=Ed.classes[0];Od==="mbin"&&utils$5.contains(binRightCanceller,Ad)?Td.classes[0]="mord":Ad==="mbin"&&utils$5.contains(binLeftCanceller,Od)&&(Ed.classes[0]="mord")},{node:gd},_d,yd),traverseNonSpaceNodes(rd,(Ed,Td)=>{var Od=getTypeOfDomTree(Td),Ad=getTypeOfDomTree(Ed),Nd=Od&&Ad?Ed.hasClass("mtight")?tightSpacings[Od][Ad]:spacings[Od][Ad]:null;if(Nd)return buildCommon.makeGlue(Nd,cd)},{node:gd},_d,yd),rd},traverseNonSpaceNodes=function Ra(qa,Ja,ed,td,rd){td&&qa.push(td);for(var od=0;od<qa.length;od++){var sd=qa[od],ld=checkPartialGroup(sd);if(ld){Ra(ld.children,Ja,ed,null,rd);continue}var cd=!sd.hasClass("mspace");if(cd){var ud=Ja(sd,ed.node);ud&&(ed.insertAfter?ed.insertAfter(ud):(qa.unshift(ud),od++))}cd?ed.node=sd:rd&&sd.hasClass("newline")&&(ed.node=makeSpan$1(["leftmost"])),ed.insertAfter=(gd=>_d=>{qa.splice(gd+1,0,_d),od++})(od)}td&&qa.pop()},checkPartialGroup=function(qa){return qa instanceof DocumentFragment||qa instanceof Anchor||qa instanceof Span&&qa.hasClass("enclosing")?qa:null},getOutermostNode=function Ra(qa,Ja){var ed=checkPartialGroup(qa);if(ed){var td=ed.children;if(td.length){if(Ja==="right")return Ra(td[td.length-1],"right");if(Ja==="left")return Ra(td[0],"left")}}return qa},getTypeOfDomTree=function(qa,Ja){return qa?(Ja&&(qa=getOutermostNode(qa,Ja)),DomEnum[qa.classes[0]]||null):null},makeNullDelimiter=function(qa,Ja){var ed=["nulldelimiter"].concat(qa.baseSizingClasses());return makeSpan$1(Ja.concat(ed))},buildGroup$1=function(qa,Ja,ed){if(!qa)return makeSpan$1();if(_htmlGroupBuilders[qa.type]){var td=_htmlGroupBuilders[qa.type](qa,Ja);if(ed&&Ja.size!==ed.size){td=makeSpan$1(Ja.sizingClasses(ed),[td],Ja);var rd=Ja.sizeMultiplier/ed.sizeMultiplier;td.height*=rd,td.depth*=rd}return td}else throw new ParseError("Got group of unknown type: '"+qa.type+"'")};function buildHTMLUnbreakable(Ra,qa){var Ja=makeSpan$1(["base"],Ra,qa),ed=makeSpan$1(["strut"]);return ed.style.height=makeEm(Ja.height+Ja.depth),Ja.depth&&(ed.style.verticalAlign=makeEm(-Ja.depth)),Ja.children.unshift(ed),Ja}function buildHTML(Ra,qa){var Ja=null;Ra.length===1&&Ra[0].type==="tag"&&(Ja=Ra[0].tag,Ra=Ra[0].body);var ed=buildExpression$1(Ra,qa,"root"),td;ed.length===2&&ed[1].hasClass("tag")&&(td=ed.pop());for(var rd=[],od=[],sd=0;sd<ed.length;sd++)if(od.push(ed[sd]),ed[sd].hasClass("mbin")||ed[sd].hasClass("mrel")||ed[sd].hasClass("allowbreak")){for(var ld=!1;sd<ed.length-1&&ed[sd+1].hasClass("mspace")&&!ed[sd+1].hasClass("newline");)sd++,od.push(ed[sd]),ed[sd].hasClass("nobreak")&&(ld=!0);ld||(rd.push(buildHTMLUnbreakable(od,qa)),od=[])}else ed[sd].hasClass("newline")&&(od.pop(),od.length>0&&(rd.push(buildHTMLUnbreakable(od,qa)),od=[]),rd.push(ed[sd]));od.length>0&&rd.push(buildHTMLUnbreakable(od,qa));var cd;Ja?(cd=buildHTMLUnbreakable(buildExpression$1(Ja,qa,!0)),cd.classes=["tag"],rd.push(cd)):td&&rd.push(td);var ud=makeSpan$1(["katex-html"],rd);if(ud.setAttribute("aria-hidden","true"),cd){var gd=cd.children[0];gd.style.height=makeEm(ud.height+ud.depth),ud.depth&&(gd.style.verticalAlign=makeEm(-ud.depth))}return ud}function newDocumentFragment(Ra){return new DocumentFragment(Ra)}class MathNode{constructor(qa,Ja,ed){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=qa,this.attributes={},this.children=Ja||[],this.classes=ed||[]}setAttribute(qa,Ja){this.attributes[qa]=Ja}getAttribute(qa){return this.attributes[qa]}toNode(){var qa=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var Ja in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ja)&&qa.setAttribute(Ja,this.attributes[Ja]);this.classes.length>0&&(qa.className=createClass(this.classes));for(var ed=0;ed<this.children.length;ed++)qa.appendChild(this.children[ed].toNode());return qa}toMarkup(){var qa="<"+this.type;for(var Ja in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ja)&&(qa+=" "+Ja+'="',qa+=utils$5.escape(this.attributes[Ja]),qa+='"');this.classes.length>0&&(qa+=' class ="'+utils$5.escape(createClass(this.classes))+'"'),qa+=">";for(var ed=0;ed<this.children.length;ed++)qa+=this.children[ed].toMarkup();return qa+="</"+this.type+">",qa}toText(){return this.children.map(qa=>qa.toText()).join("")}}class TextNode{constructor(qa){this.text=void 0,this.text=qa}toNode(){return document.createTextNode(this.text)}toMarkup(){return utils$5.escape(this.toText())}toText(){return this.text}}class SpaceNode{constructor(qa){this.width=void 0,this.character=void 0,this.width=qa,qa>=.05555&&qa<=.05556?this.character="":qa>=.1666&&qa<=.1667?this.character="":qa>=.2222&&qa<=.2223?this.character="":qa>=.2777&&qa<=.2778?this.character="":qa>=-.05556&&qa<=-.05555?this.character="":qa>=-.1667&&qa<=-.1666?this.character="":qa>=-.2223&&qa<=-.2222?this.character="":qa>=-.2778&&qa<=-.2777?this.character="":this.character=null}toNode(){if(this.character)return document.createTextNode(this.character);var qa=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return qa.setAttribute("width",makeEm(this.width)),qa}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+makeEm(this.width)+'"/>'}toText(){return this.character?this.character:" "}}var mathMLTree={MathNode,TextNode,SpaceNode,newDocumentFragment},makeText=function(qa,Ja,ed){return symbols[Ja][qa]&&symbols[Ja][qa].replace&&qa.charCodeAt(0)!==55349&&!(ligatures.hasOwnProperty(qa)&&ed&&(ed.fontFamily&&ed.fontFamily.slice(4,6)==="tt"||ed.font&&ed.font.slice(4,6)==="tt"))&&(qa=symbols[Ja][qa].replace),new mathMLTree.TextNode(qa)},makeRow=function(qa){return qa.length===1?qa[0]:new mathMLTree.MathNode("mrow",qa)},getVariant=function(qa,Ja){if(Ja.fontFamily==="texttt")return"monospace";if(Ja.fontFamily==="textsf")return Ja.fontShape==="textit"&&Ja.fontWeight==="textbf"?"sans-serif-bold-italic":Ja.fontShape==="textit"?"sans-serif-italic":Ja.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(Ja.fontShape==="textit"&&Ja.fontWeight==="textbf")return"bold-italic";if(Ja.fontShape==="textit")return"italic";if(Ja.fontWeight==="textbf")return"bold";var ed=Ja.font;if(!ed||ed==="mathnormal")return null;var td=qa.mode;if(ed==="mathit")return"italic";if(ed==="boldsymbol")return qa.type==="textord"?"bold":"bold-italic";if(ed==="mathbf")return"bold";if(ed==="mathbb")return"double-struck";if(ed==="mathfrak")return"fraktur";if(ed==="mathscr"||ed==="mathcal")return"script";if(ed==="mathsf")return"sans-serif";if(ed==="mathtt")return"monospace";var rd=qa.text;if(utils$5.contains(["\\imath","\\jmath"],rd))return null;symbols[td][rd]&&symbols[td][rd].replace&&(rd=symbols[td][rd].replace);var od=buildCommon.fontMap[ed].fontName;return getCharacterMetrics(rd,od,td)?buildCommon.fontMap[ed].variant:null},buildExpression2=function(qa,Ja,ed){if(qa.length===1){var td=buildGroup2(qa[0],Ja);return ed&&td instanceof MathNode&&td.type==="mo"&&(td.setAttribute("lspace","0em"),td.setAttribute("rspace","0em")),[td]}for(var rd=[],od,sd=0;sd<qa.length;sd++){var ld=buildGroup2(qa[sd],Ja);if(ld instanceof MathNode&&od instanceof MathNode){if(ld.type==="mtext"&&od.type==="mtext"&&ld.getAttribute("mathvariant")===od.getAttribute("mathvariant")){od.children.push(...ld.children);continue}else if(ld.type==="mn"&&od.type==="mn"){od.children.push(...ld.children);continue}else if(ld.type==="mi"&&ld.children.length===1&&od.type==="mn"){var cd=ld.children[0];if(cd instanceof TextNode&&cd.text==="."){od.children.push(...ld.children);continue}}else if(od.type==="mi"&&od.children.length===1){var ud=od.children[0];if(ud instanceof TextNode&&ud.text==="̸"&&(ld.type==="mo"||ld.type==="mi"||ld.type==="mn")){var gd=ld.children[0];gd instanceof TextNode&&gd.text.length>0&&(gd.text=gd.text.slice(0,1)+"̸"+gd.text.slice(1),rd.pop())}}}rd.push(ld),od=ld}return rd},buildExpressionRow=function(qa,Ja,ed){return makeRow(buildExpression2(qa,Ja,ed))},buildGroup2=function(qa,Ja){if(!qa)return new mathMLTree.MathNode("mrow");if(_mathmlGroupBuilders[qa.type]){var ed=_mathmlGroupBuilders[qa.type](qa,Ja);return ed}else throw new ParseError("Got group of unknown type: '"+qa.type+"'")};function buildMathML(Ra,qa,Ja,ed,td){var rd=buildExpression2(Ra,Ja),od;rd.length===1&&rd[0]instanceof MathNode&&utils$5.contains(["mrow","mtable"],rd[0].type)?od=rd[0]:od=new mathMLTree.MathNode("mrow",rd);var sd=new mathMLTree.MathNode("annotation",[new mathMLTree.TextNode(qa)]);sd.setAttribute("encoding","application/x-tex");var ld=new mathMLTree.MathNode("semantics",[od,sd]),cd=new mathMLTree.MathNode("math",[ld]);cd.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),ed&&cd.setAttribute("display","block");var ud=td?"katex":"katex-mathml";return buildCommon.makeSpan([ud],[cd])}var optionsFromSettings=function(qa){return new Options({style:qa.displayMode?Style$1.DISPLAY:Style$1.TEXT,maxSize:qa.maxSize,minRuleThickness:qa.minRuleThickness})},displayWrap=function(qa,Ja){if(Ja.displayMode){var ed=["katex-display"];Ja.leqno&&ed.push("leqno"),Ja.fleqn&&ed.push("fleqn"),qa=buildCommon.makeSpan(ed,[qa])}return qa},buildTree=function(qa,Ja,ed){var td=optionsFromSettings(ed),rd;if(ed.output==="mathml")return buildMathML(qa,Ja,td,ed.displayMode,!0);if(ed.output==="html"){var od=buildHTML(qa,td);rd=buildCommon.makeSpan(["katex"],[od])}else{var sd=buildMathML(qa,Ja,td,ed.displayMode,!1),ld=buildHTML(qa,td);rd=buildCommon.makeSpan(["katex"],[sd,ld])}return displayWrap(rd,ed)},buildHTMLTree=function(qa,Ja,ed){var td=optionsFromSettings(ed),rd=buildHTML(qa,td),od=buildCommon.makeSpan(["katex"],[rd]);return displayWrap(od,ed)},stretchyCodePoint={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋","\\cdrightarrow":"→","\\cdleftarrow":"←","\\cdlongequal":"="},mathMLnode=function(qa){var Ja=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(stretchyCodePoint[qa.replace(/^\\/,"")])]);return Ja.setAttribute("stretchy","true"),Ja},katexImagesData={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},groupLength=function(qa){return qa.type==="ordgroup"?qa.body.length:1},svgSpan=function(qa,Ja){function ed(){var sd=4e5,ld=qa.label.slice(1);if(utils$5.contains(["widehat","widecheck","widetilde","utilde"],ld)){var cd=qa,ud=groupLength(cd.base),gd,_d,yd;if(ud>5)ld==="widehat"||ld==="widecheck"?(gd=420,sd=2364,yd=.42,_d=ld+"4"):(gd=312,sd=2340,yd=.34,_d="tilde4");else{var Ed=[1,1,2,2,3,3][ud];ld==="widehat"||ld==="widecheck"?(sd=[0,1062,2364,2364,2364][Ed],gd=[0,239,300,360,420][Ed],yd=[0,.24,.3,.3,.36,.42][Ed],_d=ld+Ed):(sd=[0,600,1033,2339,2340][Ed],gd=[0,260,286,306,312][Ed],yd=[0,.26,.286,.3,.306,.34][Ed],_d="tilde"+Ed)}var Td=new PathNode(_d),Od=new SvgNode([Td],{width:"100%",height:makeEm(yd),viewBox:"0 0 "+sd+" "+gd,preserveAspectRatio:"none"});return{span:buildCommon.makeSvgSpan([],[Od],Ja),minWidth:0,height:yd}}else{var Ad=[],Nd=katexImagesData[ld],[kd,Id,Rd]=Nd,Md=Rd/1e3,Ld=kd.length,jd,Pd;if(Ld===1){var Fd=Nd[3];jd=["hide-tail"],Pd=[Fd]}else if(Ld===2)jd=["halfarrow-left","halfarrow-right"],Pd=["xMinYMin","xMaxYMin"];else if(Ld===3)jd=["brace-left","brace-center","brace-right"],Pd=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
`+Ld+" children.");for(var Ud=0;Ud<Ld;Ud++){var Vd=new PathNode(kd[Ud]),qd=new SvgNode([Vd],{width:"400em",height:makeEm(Md),viewBox:"0 0 "+sd+" "+Rd,preserveAspectRatio:Pd[Ud]+" slice"}),Wd=buildCommon.makeSvgSpan([jd[Ud]],[qd],Ja);if(Ld===1)return{span:Wd,minWidth:Id,height:Md};Wd.style.height=makeEm(Md),Ad.push(Wd)}return{span:buildCommon.makeSpan(["stretchy"],Ad,Ja),minWidth:Id,height:Md}}}var{span:td,minWidth:rd,height:od}=ed();return td.height=od,td.style.height=makeEm(od),rd>0&&(td.style.minWidth=makeEm(rd)),td},encloseSpan=function(qa,Ja,ed,td,rd){var od,sd=qa.height+qa.depth+ed+td;if(/fbox|color|angl/.test(Ja)){if(od=buildCommon.makeSpan(["stretchy",Ja],[],rd),Ja==="fbox"){var ld=rd.color&&rd.getColor();ld&&(od.style.borderColor=ld)}}else{var cd=[];/^[bx]cancel$/.test(Ja)&&cd.push(new LineNode({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(Ja)&&cd.push(new LineNode({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var ud=new SvgNode(cd,{width:"100%",height:makeEm(sd)});od=buildCommon.makeSvgSpan([],[ud],rd)}return od.height=sd,od.style.height=makeEm(sd),od},stretchy={encloseSpan,mathMLnode,svgSpan};function assertNodeType(Ra,qa){if(!Ra||Ra.type!==qa)throw new Error("Expected node of type "+qa+", but got "+(Ra?"node of type "+Ra.type:String(Ra)));return Ra}function assertSymbolNodeType(Ra){var qa=checkSymbolNodeType(Ra);if(!qa)throw new Error("Expected node of symbol group type, but got "+(Ra?"node of type "+Ra.type:String(Ra)));return qa}function checkSymbolNodeType(Ra){return Ra&&(Ra.type==="atom"||NON_ATOMS.hasOwnProperty(Ra.type))?Ra:null}var htmlBuilder$a=(Ra,qa)=>{var Ja,ed,td;Ra&&Ra.type==="supsub"?(ed=assertNodeType(Ra.base,"accent"),Ja=ed.base,Ra.base=Ja,td=assertSpan(buildGroup$1(Ra,qa)),Ra.base=ed):(ed=assertNodeType(Ra,"accent"),Ja=ed.base);var rd=buildGroup$1(Ja,qa.havingCrampedStyle()),od=ed.isShifty&&utils$5.isCharacterBox(Ja),sd=0;if(od){var ld=utils$5.getBaseElem(Ja),cd=buildGroup$1(ld,qa.havingCrampedStyle());sd=assertSymbolDomNode(cd).skew}var ud=ed.label==="\\c",gd=ud?rd.height+rd.depth:Math.min(rd.height,qa.fontMetrics().xHeight),_d;if(ed.isStretchy)_d=stretchy.svgSpan(ed,qa),_d=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:rd},{type:"elem",elem:_d,wrapperClasses:["svg-align"],wrapperStyle:sd>0?{width:"calc(100% - "+makeEm(2*sd)+")",marginLeft:makeEm(2*sd)}:void 0}]},qa);else{var yd,Ed;ed.label==="\\vec"?(yd=buildCommon.staticSvg("vec",qa),Ed=buildCommon.svgData.vec[1]):(yd=buildCommon.makeOrd({mode:ed.mode,text:ed.label},qa,"textord"),yd=assertSymbolDomNode(yd),yd.italic=0,Ed=yd.width,ud&&(gd+=yd.depth)),_d=buildCommon.makeSpan(["accent-body"],[yd]);var Td=ed.label==="\\textcircled";Td&&(_d.classes.push("accent-full"),gd=rd.height);var Od=sd;Td||(Od-=Ed/2),_d.style.left=makeEm(Od),ed.label==="\\textcircled"&&(_d.style.top=".2em"),_d=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:rd},{type:"kern",size:-gd},{type:"elem",elem:_d}]},qa)}var Ad=buildCommon.makeSpan(["mord","accent"],[_d],qa);return td?(td.children[0]=Ad,td.height=Math.max(Ad.height,td.height),td.classes[0]="mord",td):Ad},mathmlBuilder$9=(Ra,qa)=>{var Ja=Ra.isStretchy?stretchy.mathMLnode(Ra.label):new mathMLTree.MathNode("mo",[makeText(Ra.label,Ra.mode)]),ed=new mathMLTree.MathNode("mover",[buildGroup2(Ra.base,qa),Ja]);return ed.setAttribute("accent","true"),ed},NON_STRETCHY_ACCENT_REGEX=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(Ra=>"\\"+Ra).join("|"));defineFunction({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(Ra,qa)=>{var Ja=normalizeArgument(qa[0]),ed=!NON_STRETCHY_ACCENT_REGEX.test(Ra.funcName),td=!ed||Ra.funcName==="\\widehat"||Ra.funcName==="\\widetilde"||Ra.funcName==="\\widecheck";return{type:"accent",mode:Ra.parser.mode,label:Ra.funcName,isStretchy:ed,isShifty:td,base:Ja}},htmlBuilder:htmlBuilder$a,mathmlBuilder:mathmlBuilder$9});defineFunction({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(Ra,qa)=>{var Ja=qa[0],ed=Ra.parser.mode;return ed==="math"&&(Ra.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+Ra.funcName+" works only in text mode"),ed="text"),{type:"accent",mode:ed,label:Ra.funcName,isStretchy:!1,isShifty:!0,base:Ja}},htmlBuilder:htmlBuilder$a,mathmlBuilder:mathmlBuilder$9});defineFunction({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed}=Ra,td=qa[0];return{type:"accentUnder",mode:Ja.mode,label:ed,base:td}},htmlBuilder:(Ra,qa)=>{var Ja=buildGroup$1(Ra.base,qa),ed=stretchy.svgSpan(Ra,qa),td=Ra.label==="\\utilde"?.12:0,rd=buildCommon.makeVList({positionType:"top",positionData:Ja.height,children:[{type:"elem",elem:ed,wrapperClasses:["svg-align"]},{type:"kern",size:td},{type:"elem",elem:Ja}]},qa);return buildCommon.makeSpan(["mord","accentunder"],[rd],qa)},mathmlBuilder:(Ra,qa)=>{var Ja=stretchy.mathMLnode(Ra.label),ed=new mathMLTree.MathNode("munder",[buildGroup2(Ra.base,qa),Ja]);return ed.setAttribute("accentunder","true"),ed}});var paddedNode=Ra=>{var qa=new mathMLTree.MathNode("mpadded",Ra?[Ra]:[]);return qa.setAttribute("width","+0.6em"),qa.setAttribute("lspace","0.3em"),qa};defineFunction({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(Ra,qa,Ja){var{parser:ed,funcName:td}=Ra;return{type:"xArrow",mode:ed.mode,label:td,body:qa[0],below:Ja[0]}},htmlBuilder(Ra,qa){var Ja=qa.style,ed=qa.havingStyle(Ja.sup()),td=buildCommon.wrapFragment(buildGroup$1(Ra.body,ed,qa),qa),rd=Ra.label.slice(0,2)==="\\x"?"x":"cd";td.classes.push(rd+"-arrow-pad");var od;Ra.below&&(ed=qa.havingStyle(Ja.sub()),od=buildCommon.wrapFragment(buildGroup$1(Ra.below,ed,qa),qa),od.classes.push(rd+"-arrow-pad"));var sd=stretchy.svgSpan(Ra,qa),ld=-qa.fontMetrics().axisHeight+.5*sd.height,cd=-qa.fontMetrics().axisHeight-.5*sd.height-.111;(td.depth>.25||Ra.label==="\\xleftequilibrium")&&(cd-=td.depth);var ud;if(od){var gd=-qa.fontMetrics().axisHeight+od.height+.5*sd.height+.111;ud=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:td,shift:cd},{type:"elem",elem:sd,shift:ld},{type:"elem",elem:od,shift:gd}]},qa)}else ud=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:td,shift:cd},{type:"elem",elem:sd,shift:ld}]},qa);return ud.children[0].children[0].children[1].classes.push("svg-align"),buildCommon.makeSpan(["mrel","x-arrow"],[ud],qa)},mathmlBuilder(Ra,qa){var Ja=stretchy.mathMLnode(Ra.label);Ja.setAttribute("minsize",Ra.label.charAt(0)==="x"?"1.75em":"3.0em");var ed;if(Ra.body){var td=paddedNode(buildGroup2(Ra.body,qa));if(Ra.below){var rd=paddedNode(buildGroup2(Ra.below,qa));ed=new mathMLTree.MathNode("munderover",[Ja,rd,td])}else ed=new mathMLTree.MathNode("mover",[Ja,td])}else if(Ra.below){var od=paddedNode(buildGroup2(Ra.below,qa));ed=new mathMLTree.MathNode("munder",[Ja,od])}else ed=paddedNode(),ed=new mathMLTree.MathNode("mover",[Ja,ed]);return ed}});var makeSpan2=buildCommon.makeSpan;function htmlBuilder$9(Ra,qa){var Ja=buildExpression$1(Ra.body,qa,!0);return makeSpan2([Ra.mclass],Ja,qa)}function mathmlBuilder$8(Ra,qa){var Ja,ed=buildExpression2(Ra.body,qa);return Ra.mclass==="minner"?Ja=new mathMLTree.MathNode("mpadded",ed):Ra.mclass==="mord"?Ra.isCharacterBox?(Ja=ed[0],Ja.type="mi"):Ja=new mathMLTree.MathNode("mi",ed):(Ra.isCharacterBox?(Ja=ed[0],Ja.type="mo"):Ja=new mathMLTree.MathNode("mo",ed),Ra.mclass==="mbin"?(Ja.attributes.lspace="0.22em",Ja.attributes.rspace="0.22em"):Ra.mclass==="mpunct"?(Ja.attributes.lspace="0em",Ja.attributes.rspace="0.17em"):Ra.mclass==="mopen"||Ra.mclass==="mclose"?(Ja.attributes.lspace="0em",Ja.attributes.rspace="0em"):Ra.mclass==="minner"&&(Ja.attributes.lspace="0.0556em",Ja.attributes.width="+0.1111em")),Ja}defineFunction({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(Ra,qa){var{parser:Ja,funcName:ed}=Ra,td=qa[0];return{type:"mclass",mode:Ja.mode,mclass:"m"+ed.slice(5),body:ordargument(td),isCharacterBox:utils$5.isCharacterBox(td)}},htmlBuilder:htmlBuilder$9,mathmlBuilder:mathmlBuilder$8});var binrelClass=Ra=>{var qa=Ra.type==="ordgroup"&&Ra.body.length?Ra.body[0]:Ra;return qa.type==="atom"&&(qa.family==="bin"||qa.family==="rel")?"m"+qa.family:"mord"};defineFunction({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(Ra,qa){var{parser:Ja}=Ra;return{type:"mclass",mode:Ja.mode,mclass:binrelClass(qa[0]),body:ordargument(qa[1]),isCharacterBox:utils$5.isCharacterBox(qa[1])}}});defineFunction({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(Ra,qa){var{parser:Ja,funcName:ed}=Ra,td=qa[1],rd=qa[0],od;ed!=="\\stackrel"?od=binrelClass(td):od="mrel";var sd={type:"op",mode:td.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:ed!=="\\stackrel",body:ordargument(td)},ld={type:"supsub",mode:rd.mode,base:sd,sup:ed==="\\underset"?null:rd,sub:ed==="\\underset"?rd:null};return{type:"mclass",mode:Ja.mode,mclass:od,body:[ld],isCharacterBox:utils$5.isCharacterBox(ld)}},htmlBuilder:htmlBuilder$9,mathmlBuilder:mathmlBuilder$8});defineFunction({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(Ra,qa){var{parser:Ja}=Ra;return{type:"pmb",mode:Ja.mode,mclass:binrelClass(qa[0]),body:ordargument(qa[0])}},htmlBuilder(Ra,qa){var Ja=buildExpression$1(Ra.body,qa,!0),ed=buildCommon.makeSpan([Ra.mclass],Ja,qa);return ed.style.textShadow="0.02em 0.01em 0.04px",ed},mathmlBuilder(Ra,qa){var Ja=buildExpression2(Ra.body,qa),ed=new mathMLTree.MathNode("mstyle",Ja);return ed.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),ed}});var cdArrowFunctionName={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},newCell=()=>({type:"styling",body:[],mode:"math",style:"display"}),isStartOfArrow=Ra=>Ra.type==="textord"&&Ra.text==="@",isLabelEnd=(Ra,qa)=>(Ra.type==="mathord"||Ra.type==="atom")&&Ra.text===qa;function cdArrow(Ra,qa,Ja){var ed=cdArrowFunctionName[Ra];switch(ed){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return Ja.callFunction(ed,[qa[0]],[qa[1]]);case"\\uparrow":case"\\downarrow":{var td=Ja.callFunction("\\\\cdleft",[qa[0]],[]),rd={type:"atom",text:ed,mode:"math",family:"rel"},od=Ja.callFunction("\\Big",[rd],[]),sd=Ja.callFunction("\\\\cdright",[qa[1]],[]),ld={type:"ordgroup",mode:"math",body:[td,od,sd]};return Ja.callFunction("\\\\cdparent",[ld],[])}case"\\\\cdlongequal":return Ja.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{var cd={type:"textord",text:"\\Vert",mode:"math"};return Ja.callFunction("\\Big",[cd],[])}default:return{type:"textord",text:" ",mode:"math"}}}function parseCD(Ra){var qa=[];for(Ra.gullet.beginGroup(),Ra.gullet.macros.set("\\cr","\\\\\\relax"),Ra.gullet.beginGroup();;){qa.push(Ra.parseExpression(!1,"\\\\")),Ra.gullet.endGroup(),Ra.gullet.beginGroup();var Ja=Ra.fetch().text;if(Ja==="&"||Ja==="\\\\")Ra.consume();else if(Ja==="\\end"){qa[qa.length-1].length===0&&qa.pop();break}else throw new ParseError("Expected \\\\ or \\cr or \\end",Ra.nextToken)}for(var ed=[],td=[ed],rd=0;rd<qa.length;rd++){for(var od=qa[rd],sd=newCell(),ld=0;ld<od.length;ld++)if(!isStartOfArrow(od[ld]))sd.body.push(od[ld]);else{ed.push(sd),ld+=1;var cd=assertSymbolNodeType(od[ld]).text,ud=new Array(2);if(ud[0]={type:"ordgroup",mode:"math",body:[]},ud[1]={type:"ordgroup",mode:"math",body:[]},!("=|.".indexOf(cd)>-1))if("<>AV".indexOf(cd)>-1)for(var gd=0;gd<2;gd++){for(var _d=!0,yd=ld+1;yd<od.length;yd++){if(isLabelEnd(od[yd],cd)){_d=!1,ld=yd;break}if(isStartOfArrow(od[yd]))throw new ParseError("Missing a "+cd+" character to complete a CD arrow.",od[yd]);ud[gd].body.push(od[yd])}if(_d)throw new ParseError("Missing a "+cd+" character to complete a CD arrow.",od[ld])}else throw new ParseError('Expected one of "<>AV=|." after @',od[ld]);var Ed=cdArrow(cd,ud,Ra),Td={type:"styling",body:[Ed],mode:"math",style:"display"};ed.push(Td),sd=newCell()}rd%2===0?ed.push(sd):ed.shift(),ed=[],td.push(ed)}Ra.gullet.endGroup(),Ra.gullet.endGroup();var Od=new Array(td[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:td,arraystretch:1,addJot:!0,rowGaps:[null],cols:Od,colSeparationType:"CD",hLinesBeforeRow:new Array(td.length+1).fill([])}}defineFunction({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(Ra,qa){var{parser:Ja,funcName:ed}=Ra;return{type:"cdlabel",mode:Ja.mode,side:ed.slice(4),label:qa[0]}},htmlBuilder(Ra,qa){var Ja=qa.havingStyle(qa.style.sup()),ed=buildCommon.wrapFragment(buildGroup$1(Ra.label,Ja,qa),qa);return ed.classes.push("cd-label-"+Ra.side),ed.style.bottom=makeEm(.8-ed.depth),ed.height=0,ed.depth=0,ed},mathmlBuilder(Ra,qa){var Ja=new mathMLTree.MathNode("mrow",[buildGroup2(Ra.label,qa)]);return Ja=new mathMLTree.MathNode("mpadded",[Ja]),Ja.setAttribute("width","0"),Ra.side==="left"&&Ja.setAttribute("lspace","-1width"),Ja.setAttribute("voffset","0.7em"),Ja=new mathMLTree.MathNode("mstyle",[Ja]),Ja.setAttribute("displaystyle","false"),Ja.setAttribute("scriptlevel","1"),Ja}});defineFunction({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(Ra,qa){var{parser:Ja}=Ra;return{type:"cdlabelparent",mode:Ja.mode,fragment:qa[0]}},htmlBuilder(Ra,qa){var Ja=buildCommon.wrapFragment(buildGroup$1(Ra.fragment,qa),qa);return Ja.classes.push("cd-vert-arrow"),Ja},mathmlBuilder(Ra,qa){return new mathMLTree.MathNode("mrow",[buildGroup2(Ra.fragment,qa)])}});defineFunction({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(Ra,qa){for(var{parser:Ja}=Ra,ed=assertNodeType(qa[0],"ordgroup"),td=ed.body,rd="",od=0;od<td.length;od++){var sd=assertNodeType(td[od],"textord");rd+=sd.text}var ld=parseInt(rd),cd;if(isNaN(ld))throw new ParseError("\\@char has non-numeric argument "+rd);if(ld<0||ld>=1114111)throw new ParseError("\\@char with invalid code point "+rd);return ld<=65535?cd=String.fromCharCode(ld):(ld-=65536,cd=String.fromCharCode((ld>>10)+55296,(ld&1023)+56320)),{type:"textord",mode:Ja.mode,text:cd}}});var htmlBuilder$8=(Ra,qa)=>{var Ja=buildExpression$1(Ra.body,qa.withColor(Ra.color),!1);return buildCommon.makeFragment(Ja)},mathmlBuilder$7=(Ra,qa)=>{var Ja=buildExpression2(Ra.body,qa.withColor(Ra.color)),ed=new mathMLTree.MathNode("mstyle",Ja);return ed.setAttribute("mathcolor",Ra.color),ed};defineFunction({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(Ra,qa){var{parser:Ja}=Ra,ed=assertNodeType(qa[0],"color-token").color,td=qa[1];return{type:"color",mode:Ja.mode,color:ed,body:ordargument(td)}},htmlBuilder:htmlBuilder$8,mathmlBuilder:mathmlBuilder$7});defineFunction({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(Ra,qa){var{parser:Ja,breakOnTokenText:ed}=Ra,td=assertNodeType(qa[0],"color-token").color;Ja.gullet.macros.set("\\current@color",td);var rd=Ja.parseExpression(!0,ed);return{type:"color",mode:Ja.mode,color:td,body:rd}},htmlBuilder:htmlBuilder$8,mathmlBuilder:mathmlBuilder$7});defineFunction({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(Ra,qa,Ja){var{parser:ed}=Ra,td=ed.gullet.future().text==="["?ed.parseSizeGroup(!0):null,rd=!ed.settings.displayMode||!ed.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:ed.mode,newLine:rd,size:td&&assertNodeType(td,"size").value}},htmlBuilder(Ra,qa){var Ja=buildCommon.makeSpan(["mspace"],[],qa);return Ra.newLine&&(Ja.classes.push("newline"),Ra.size&&(Ja.style.marginTop=makeEm(calculateSize(Ra.size,qa)))),Ja},mathmlBuilder(Ra,qa){var Ja=new mathMLTree.MathNode("mspace");return Ra.newLine&&(Ja.setAttribute("linebreak","newline"),Ra.size&&Ja.setAttribute("height",makeEm(calculateSize(Ra.size,qa)))),Ja}});var globalMap={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},checkControlSequence=Ra=>{var qa=Ra.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(qa))throw new ParseError("Expected a control sequence",Ra);return qa},getRHS=Ra=>{var qa=Ra.gullet.popToken();return qa.text==="="&&(qa=Ra.gullet.popToken(),qa.text===" "&&(qa=Ra.gullet.popToken())),qa},letCommand=(Ra,qa,Ja,ed)=>{var td=Ra.gullet.macros.get(Ja.text);td==null&&(Ja.noexpand=!0,td={tokens:[Ja],numArgs:0,unexpandable:!Ra.gullet.isExpandable(Ja.text)}),Ra.gullet.macros.set(qa,td,ed)};defineFunction({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(Ra){var{parser:qa,funcName:Ja}=Ra;qa.consumeSpaces();var ed=qa.fetch();if(globalMap[ed.text])return(Ja==="\\global"||Ja==="\\\\globallong")&&(ed.text=globalMap[ed.text]),assertNodeType(qa.parseFunction(),"internal");throw new ParseError("Invalid token after macro prefix",ed)}});defineFunction({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(Ra){var{parser:qa,funcName:Ja}=Ra,ed=qa.gullet.popToken(),td=ed.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(td))throw new ParseError("Expected a control sequence",ed);for(var rd=0,od,sd=[[]];qa.gullet.future().text!=="{";)if(ed=qa.gullet.popToken(),ed.text==="#"){if(qa.gullet.future().text==="{"){od=qa.gullet.future(),sd[rd].push("{");break}if(ed=qa.gullet.popToken(),!/^[1-9]$/.test(ed.text))throw new ParseError('Invalid argument number "'+ed.text+'"');if(parseInt(ed.text)!==rd+1)throw new ParseError('Argument number "'+ed.text+'" out of order');rd++,sd.push([])}else{if(ed.text==="EOF")throw new ParseError("Expected a macro definition");sd[rd].push(ed.text)}var{tokens:ld}=qa.gullet.consumeArg();return od&&ld.unshift(od),(Ja==="\\edef"||Ja==="\\xdef")&&(ld=qa.gullet.expandTokens(ld),ld.reverse()),qa.gullet.macros.set(td,{tokens:ld,numArgs:rd,delimiters:sd},Ja===globalMap[Ja]),{type:"internal",mode:qa.mode}}});defineFunction({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(Ra){var{parser:qa,funcName:Ja}=Ra,ed=checkControlSequence(qa.gullet.popToken());qa.gullet.consumeSpaces();var td=getRHS(qa);return letCommand(qa,ed,td,Ja==="\\\\globallet"),{type:"internal",mode:qa.mode}}});defineFunction({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(Ra){var{parser:qa,funcName:Ja}=Ra,ed=checkControlSequence(qa.gullet.popToken()),td=qa.gullet.popToken(),rd=qa.gullet.popToken();return letCommand(qa,ed,rd,Ja==="\\\\globalfuture"),qa.gullet.pushToken(rd),qa.gullet.pushToken(td),{type:"internal",mode:qa.mode}}});var getMetrics=function(qa,Ja,ed){var td=symbols.math[qa]&&symbols.math[qa].replace,rd=getCharacterMetrics(td||qa,Ja,ed);if(!rd)throw new Error("Unsupported symbol "+qa+" and font size "+Ja+".");return rd},styleWrap=function(qa,Ja,ed,td){var rd=ed.havingBaseStyle(Ja),od=buildCommon.makeSpan(td.concat(rd.sizingClasses(ed)),[qa],ed),sd=rd.sizeMultiplier/ed.sizeMultiplier;return od.height*=sd,od.depth*=sd,od.maxFontSize=rd.sizeMultiplier,od},centerSpan=function(qa,Ja,ed){var td=Ja.havingBaseStyle(ed),rd=(1-Ja.sizeMultiplier/td.sizeMultiplier)*Ja.fontMetrics().axisHeight;qa.classes.push("delimcenter"),qa.style.top=makeEm(rd),qa.height-=rd,qa.depth+=rd},makeSmallDelim=function(qa,Ja,ed,td,rd,od){var sd=buildCommon.makeSymbol(qa,"Main-Regular",rd,td),ld=styleWrap(sd,Ja,td,od);return ed&&centerSpan(ld,td,Ja),ld},mathrmSize=function(qa,Ja,ed,td){return buildCommon.makeSymbol(qa,"Size"+Ja+"-Regular",ed,td)},makeLargeDelim=function(qa,Ja,ed,td,rd,od){var sd=mathrmSize(qa,Ja,rd,td),ld=styleWrap(buildCommon.makeSpan(["delimsizing","size"+Ja],[sd],td),Style$1.TEXT,td,od);return ed&&centerSpan(ld,td,Style$1.TEXT),ld},makeGlyphSpan=function(qa,Ja,ed){var td;Ja==="Size1-Regular"?td="delim-size1":td="delim-size4";var rd=buildCommon.makeSpan(["delimsizinginner",td],[buildCommon.makeSpan([],[buildCommon.makeSymbol(qa,Ja,ed)])]);return{type:"elem",elem:rd}},makeInner=function(qa,Ja,ed){var td=fontMetricsData["Size4-Regular"][qa.charCodeAt(0)]?fontMetricsData["Size4-Regular"][qa.charCodeAt(0)][4]:fontMetricsData["Size1-Regular"][qa.charCodeAt(0)][4],rd=new PathNode("inner",innerPath(qa,Math.round(1e3*Ja))),od=new SvgNode([rd],{width:makeEm(td),height:makeEm(Ja),style:"width:"+makeEm(td),viewBox:"0 0 "+1e3*td+" "+Math.round(1e3*Ja),preserveAspectRatio:"xMinYMin"}),sd=buildCommon.makeSvgSpan([],[od],ed);return sd.height=Ja,sd.style.height=makeEm(Ja),sd.style.width=makeEm(td),{type:"elem",elem:sd}},lapInEms=.008,lap$2={type:"kern",size:-1*lapInEms},verts=["|","\\lvert","\\rvert","\\vert"],doubleVerts=["\\|","\\lVert","\\rVert","\\Vert"],makeStackedDelim=function(qa,Ja,ed,td,rd,od){var sd,ld,cd,ud,gd="",_d=0;sd=cd=ud=qa,ld=null;var yd="Size1-Regular";qa==="\\uparrow"?cd=ud="⏐":qa==="\\Uparrow"?cd=ud="‖":qa==="\\downarrow"?sd=cd="⏐":qa==="\\Downarrow"?sd=cd="‖":qa==="\\updownarrow"?(sd="\\uparrow",cd="⏐",ud="\\downarrow"):qa==="\\Updownarrow"?(sd="\\Uparrow",cd="‖",ud="\\Downarrow"):utils$5.contains(verts,qa)?(cd="",gd="vert",_d=333):utils$5.contains(doubleVerts,qa)?(cd="∥",gd="doublevert",_d=556):qa==="["||qa==="\\lbrack"?(sd="⎡",cd="⎢",ud="⎣",yd="Size4-Regular",gd="lbrack",_d=667):qa==="]"||qa==="\\rbrack"?(sd="⎤",cd="⎥",ud="⎦",yd="Size4-Regular",gd="rbrack",_d=667):qa==="\\lfloor"||qa==="⌊"?(cd=sd="⎢",ud="⎣",yd="Size4-Regular",gd="lfloor",_d=667):qa==="\\lceil"||qa==="⌈"?(sd="⎡",cd=ud="⎢",yd="Size4-Regular",gd="lceil",_d=667):qa==="\\rfloor"||qa==="⌋"?(cd=sd="⎥",ud="⎦",yd="Size4-Regular",gd="rfloor",_d=667):qa==="\\rceil"||qa==="⌉"?(sd="⎤",cd=ud="⎥",yd="Size4-Regular",gd="rceil",_d=667):qa==="("||qa==="\\lparen"?(sd="⎛",cd="⎜",ud="⎝",yd="Size4-Regular",gd="lparen",_d=875):qa===")"||qa==="\\rparen"?(sd="⎞",cd="⎟",ud="⎠",yd="Size4-Regular",gd="rparen",_d=875):qa==="\\{"||qa==="\\lbrace"?(sd="⎧",ld="⎨",ud="⎩",cd="⎪",yd="Size4-Regular"):qa==="\\}"||qa==="\\rbrace"?(sd="⎫",ld="⎬",ud="⎭",cd="⎪",yd="Size4-Regular"):qa==="\\lgroup"||qa==="⟮"?(sd="⎧",ud="⎩",cd="⎪",yd="Size4-Regular"):qa==="\\rgroup"||qa==="⟯"?(sd="⎫",ud="⎭",cd="⎪",yd="Size4-Regular"):qa==="\\lmoustache"||qa==="⎰"?(sd="⎧",ud="⎭",cd="⎪",yd="Size4-Regular"):(qa==="\\rmoustache"||qa==="⎱")&&(sd="⎫",ud="⎩",cd="⎪",yd="Size4-Regular");var Ed=getMetrics(sd,yd,rd),Td=Ed.height+Ed.depth,Od=getMetrics(cd,yd,rd),Ad=Od.height+Od.depth,Nd=getMetrics(ud,yd,rd),kd=Nd.height+Nd.depth,Id=0,Rd=1;if(ld!==null){var Md=getMetrics(ld,yd,rd);Id=Md.height+Md.depth,Rd=2}var Ld=Td+kd+Id,jd=Math.max(0,Math.ceil((Ja-Ld)/(Rd*Ad))),Pd=Ld+jd*Rd*Ad,Fd=td.fontMetrics().axisHeight;ed&&(Fd*=td.sizeMultiplier);var Ud=Pd/2-Fd,Vd=[];if(gd.length>0){var qd=Pd-Td-kd,Wd=Math.round(Pd*1e3),zd=tallDelim(gd,Math.round(qd*1e3)),Kd=new PathNode(gd,zd),Qd=(_d/1e3).toFixed(3)+"em",hf=(Wd/1e3).toFixed(3)+"em",gf=new SvgNode([Kd],{width:Qd,height:hf,viewBox:"0 0 "+_d+" "+Wd}),bf=buildCommon.makeSvgSpan([],[gf],td);bf.height=Wd/1e3,bf.style.width=Qd,bf.style.height=hf,Vd.push({type:"elem",elem:bf})}else{if(Vd.push(makeGlyphSpan(ud,yd,rd)),Vd.push(lap$2),ld===null){var kf=Pd-Td-kd+2*lapInEms;Vd.push(makeInner(cd,kf,td))}else{var Cf=(Pd-Td-kd-Id)/2+2*lapInEms;Vd.push(makeInner(cd,Cf,td)),Vd.push(lap$2),Vd.push(makeGlyphSpan(ld,yd,rd)),Vd.push(lap$2),Vd.push(makeInner(cd,Cf,td))}Vd.push(lap$2),Vd.push(makeGlyphSpan(sd,yd,rd))}var Ef=td.havingBaseStyle(Style$1.TEXT),yf=buildCommon.makeVList({positionType:"bottom",positionData:Ud,children:Vd},Ef);return styleWrap(buildCommon.makeSpan(["delimsizing","mult"],[yf],Ef),Style$1.TEXT,td,od)},vbPad=80,emPad=.08,sqrtSvg=function(qa,Ja,ed,td,rd){var od=sqrtPath(qa,td,ed),sd=new PathNode(qa,od),ld=new SvgNode([sd],{width:"400em",height:makeEm(Ja),viewBox:"0 0 400000 "+ed,preserveAspectRatio:"xMinYMin slice"});return buildCommon.makeSvgSpan(["hide-tail"],[ld],rd)},makeSqrtImage=function(qa,Ja){var ed=Ja.havingBaseSizing(),td=traverseSequence("\\surd",qa*ed.sizeMultiplier,stackLargeDelimiterSequence,ed),rd=ed.sizeMultiplier,od=Math.max(0,Ja.minRuleThickness-Ja.fontMetrics().sqrtRuleThickness),sd,ld=0,cd=0,ud=0,gd;return td.type==="small"?(ud=1e3+1e3*od+vbPad,qa<1?rd=1:qa<1.4&&(rd=.7),ld=(1+od+emPad)/rd,cd=(1+od)/rd,sd=sqrtSvg("sqrtMain",ld,ud,od,Ja),sd.style.minWidth="0.853em",gd=.833/rd):td.type==="large"?(ud=(1e3+vbPad)*sizeToMaxHeight[td.size],cd=(sizeToMaxHeight[td.size]+od)/rd,ld=(sizeToMaxHeight[td.size]+od+emPad)/rd,sd=sqrtSvg("sqrtSize"+td.size,ld,ud,od,Ja),sd.style.minWidth="1.02em",gd=1/rd):(ld=qa+od+emPad,cd=qa+od,ud=Math.floor(1e3*qa+od)+vbPad,sd=sqrtSvg("sqrtTall",ld,ud,od,Ja),sd.style.minWidth="0.742em",gd=1.056),sd.height=cd,sd.style.height=makeEm(ld),{span:sd,advanceWidth:gd,ruleWidth:(Ja.fontMetrics().sqrtRuleThickness+od)*rd}},stackLargeDelimiters=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],stackAlwaysDelimiters=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],stackNeverDelimiters=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],sizeToMaxHeight=[0,1.2,1.8,2.4,3],makeSizedDelim=function(qa,Ja,ed,td,rd){if(qa==="<"||qa==="\\lt"||qa==="⟨"?qa="\\langle":(qa===">"||qa==="\\gt"||qa==="⟩")&&(qa="\\rangle"),utils$5.contains(stackLargeDelimiters,qa)||utils$5.contains(stackNeverDelimiters,qa))return makeLargeDelim(qa,Ja,!1,ed,td,rd);if(utils$5.contains(stackAlwaysDelimiters,qa))return makeStackedDelim(qa,sizeToMaxHeight[Ja],!1,ed,td,rd);throw new ParseError("Illegal delimiter: '"+qa+"'")},stackNeverDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],stackAlwaysDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"stack"}],stackLargeDelimiterSequence=[{type:"small",style:Style$1.SCRIPTSCRIPT},{type:"small",style:Style$1.SCRIPT},{type:"small",style:Style$1.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],delimTypeToFont=function(qa){if(qa.type==="small")return"Main-Regular";if(qa.type==="large")return"Size"+qa.size+"-Regular";if(qa.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+qa.type+"' here.")},traverseSequence=function(qa,Ja,ed,td){for(var rd=Math.min(2,3-td.style.size),od=rd;od<ed.length&&ed[od].type!=="stack";od++){var sd=getMetrics(qa,delimTypeToFont(ed[od]),"math"),ld=sd.height+sd.depth;if(ed[od].type==="small"){var cd=td.havingBaseStyle(ed[od].style);ld*=cd.sizeMultiplier}if(ld>Ja)return ed[od]}return ed[ed.length-1]},makeCustomSizedDelim=function(qa,Ja,ed,td,rd,od){qa==="<"||qa==="\\lt"||qa==="⟨"?qa="\\langle":(qa===">"||qa==="\\gt"||qa==="⟩")&&(qa="\\rangle");var sd;utils$5.contains(stackNeverDelimiters,qa)?sd=stackNeverDelimiterSequence:utils$5.contains(stackLargeDelimiters,qa)?sd=stackLargeDelimiterSequence:sd=stackAlwaysDelimiterSequence;var ld=traverseSequence(qa,Ja,sd,td);return ld.type==="small"?makeSmallDelim(qa,ld.style,ed,td,rd,od):ld.type==="large"?makeLargeDelim(qa,ld.size,ed,td,rd,od):makeStackedDelim(qa,Ja,ed,td,rd,od)},makeLeftRightDelim=function(qa,Ja,ed,td,rd,od){var sd=td.fontMetrics().axisHeight*td.sizeMultiplier,ld=901,cd=5/td.fontMetrics().ptPerEm,ud=Math.max(Ja-sd,ed+sd),gd=Math.max(ud/500*ld,2*ud-cd);return makeCustomSizedDelim(qa,gd,!0,td,rd,od)},delimiter$1={sqrtImage:makeSqrtImage,sizedDelim:makeSizedDelim,sizeToMaxHeight,customSizedDelim:makeCustomSizedDelim,leftRightDelim:makeLeftRightDelim},delimiterSizes={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},delimiters=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function checkDelimiter(Ra,qa){var Ja=checkSymbolNodeType(Ra);if(Ja&&utils$5.contains(delimiters,Ja.text))return Ja;throw Ja?new ParseError("Invalid delimiter '"+Ja.text+"' after '"+qa.funcName+"'",Ra):new ParseError("Invalid delimiter type '"+Ra.type+"'",Ra)}defineFunction({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:(Ra,qa)=>{var Ja=checkDelimiter(qa[0],Ra);return{type:"delimsizing",mode:Ra.parser.mode,size:delimiterSizes[Ra.funcName].size,mclass:delimiterSizes[Ra.funcName].mclass,delim:Ja.text}},htmlBuilder:(Ra,qa)=>Ra.delim==="."?buildCommon.makeSpan([Ra.mclass]):delimiter$1.sizedDelim(Ra.delim,Ra.size,qa,Ra.mode,[Ra.mclass]),mathmlBuilder:Ra=>{var qa=[];Ra.delim!=="."&&qa.push(makeText(Ra.delim,Ra.mode));var Ja=new mathMLTree.MathNode("mo",qa);Ra.mclass==="mopen"||Ra.mclass==="mclose"?Ja.setAttribute("fence","true"):Ja.setAttribute("fence","false"),Ja.setAttribute("stretchy","true");var ed=makeEm(delimiter$1.sizeToMaxHeight[Ra.size]);return Ja.setAttribute("minsize",ed),Ja.setAttribute("maxsize",ed),Ja}});function assertParsed(Ra){if(!Ra.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}defineFunction({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(Ra,qa)=>{var Ja=Ra.parser.gullet.macros.get("\\current@color");if(Ja&&typeof Ja!="string")throw new ParseError("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:Ra.parser.mode,delim:checkDelimiter(qa[0],Ra).text,color:Ja}}});defineFunction({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(Ra,qa)=>{var Ja=checkDelimiter(qa[0],Ra),ed=Ra.parser;++ed.leftrightDepth;var td=ed.parseExpression(!1);--ed.leftrightDepth,ed.expect("\\right",!1);var rd=assertNodeType(ed.parseFunction(),"leftright-right");return{type:"leftright",mode:ed.mode,body:td,left:Ja.text,right:rd.delim,rightColor:rd.color}},htmlBuilder:(Ra,qa)=>{assertParsed(Ra);for(var Ja=buildExpression$1(Ra.body,qa,!0,["mopen","mclose"]),ed=0,td=0,rd=!1,od=0;od<Ja.length;od++)Ja[od].isMiddle?rd=!0:(ed=Math.max(Ja[od].height,ed),td=Math.max(Ja[od].depth,td));ed*=qa.sizeMultiplier,td*=qa.sizeMultiplier;var sd;if(Ra.left==="."?sd=makeNullDelimiter(qa,["mopen"]):sd=delimiter$1.leftRightDelim(Ra.left,ed,td,qa,Ra.mode,["mopen"]),Ja.unshift(sd),rd)for(var ld=1;ld<Ja.length;ld++){var cd=Ja[ld],ud=cd.isMiddle;ud&&(Ja[ld]=delimiter$1.leftRightDelim(ud.delim,ed,td,ud.options,Ra.mode,[]))}var gd;if(Ra.right===".")gd=makeNullDelimiter(qa,["mclose"]);else{var _d=Ra.rightColor?qa.withColor(Ra.rightColor):qa;gd=delimiter$1.leftRightDelim(Ra.right,ed,td,_d,Ra.mode,["mclose"])}return Ja.push(gd),buildCommon.makeSpan(["minner"],Ja,qa)},mathmlBuilder:(Ra,qa)=>{assertParsed(Ra);var Ja=buildExpression2(Ra.body,qa);if(Ra.left!=="."){var ed=new mathMLTree.MathNode("mo",[makeText(Ra.left,Ra.mode)]);ed.setAttribute("fence","true"),Ja.unshift(ed)}if(Ra.right!=="."){var td=new mathMLTree.MathNode("mo",[makeText(Ra.right,Ra.mode)]);td.setAttribute("fence","true"),Ra.rightColor&&td.setAttribute("mathcolor",Ra.rightColor),Ja.push(td)}return makeRow(Ja)}});defineFunction({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(Ra,qa)=>{var Ja=checkDelimiter(qa[0],Ra);if(!Ra.parser.leftrightDepth)throw new ParseError("\\middle without preceding \\left",Ja);return{type:"middle",mode:Ra.parser.mode,delim:Ja.text}},htmlBuilder:(Ra,qa)=>{var Ja;if(Ra.delim===".")Ja=makeNullDelimiter(qa,[]);else{Ja=delimiter$1.sizedDelim(Ra.delim,1,qa,Ra.mode,[]);var ed={delim:Ra.delim,options:qa};Ja.isMiddle=ed}return Ja},mathmlBuilder:(Ra,qa)=>{var Ja=Ra.delim==="\\vert"||Ra.delim==="|"?makeText("|","text"):makeText(Ra.delim,Ra.mode),ed=new mathMLTree.MathNode("mo",[Ja]);return ed.setAttribute("fence","true"),ed.setAttribute("lspace","0.05em"),ed.setAttribute("rspace","0.05em"),ed}});var htmlBuilder$7=(Ra,qa)=>{var Ja=buildCommon.wrapFragment(buildGroup$1(Ra.body,qa),qa),ed=Ra.label.slice(1),td=qa.sizeMultiplier,rd,od=0,sd=utils$5.isCharacterBox(Ra.body);if(ed==="sout")rd=buildCommon.makeSpan(["stretchy","sout"]),rd.height=qa.fontMetrics().defaultRuleThickness/td,od=-.5*qa.fontMetrics().xHeight;else if(ed==="phase"){var ld=calculateSize({number:.6,unit:"pt"},qa),cd=calculateSize({number:.35,unit:"ex"},qa),ud=qa.havingBaseSizing();td=td/ud.sizeMultiplier;var gd=Ja.height+Ja.depth+ld+cd;Ja.style.paddingLeft=makeEm(gd/2+ld);var _d=Math.floor(1e3*gd*td),yd=phasePath(_d),Ed=new SvgNode([new PathNode("phase",yd)],{width:"400em",height:makeEm(_d/1e3),viewBox:"0 0 400000 "+_d,preserveAspectRatio:"xMinYMin slice"});rd=buildCommon.makeSvgSpan(["hide-tail"],[Ed],qa),rd.style.height=makeEm(gd),od=Ja.depth+ld+cd}else{/cancel/.test(ed)?sd||Ja.classes.push("cancel-pad"):ed==="angl"?Ja.classes.push("anglpad"):Ja.classes.push("boxpad");var Td=0,Od=0,Ad=0;/box/.test(ed)?(Ad=Math.max(qa.fontMetrics().fboxrule,qa.minRuleThickness),Td=qa.fontMetrics().fboxsep+(ed==="colorbox"?0:Ad),Od=Td):ed==="angl"?(Ad=Math.max(qa.fontMetrics().defaultRuleThickness,qa.minRuleThickness),Td=4*Ad,Od=Math.max(0,.25-Ja.depth)):(Td=sd?.2:0,Od=Td),rd=stretchy.encloseSpan(Ja,ed,Td,Od,qa),/fbox|boxed|fcolorbox/.test(ed)?(rd.style.borderStyle="solid",rd.style.borderWidth=makeEm(Ad)):ed==="angl"&&Ad!==.049&&(rd.style.borderTopWidth=makeEm(Ad),rd.style.borderRightWidth=makeEm(Ad)),od=Ja.depth+Od,Ra.backgroundColor&&(rd.style.backgroundColor=Ra.backgroundColor,Ra.borderColor&&(rd.style.borderColor=Ra.borderColor))}var Nd;if(Ra.backgroundColor)Nd=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:rd,shift:od},{type:"elem",elem:Ja,shift:0}]},qa);else{var kd=/cancel|phase/.test(ed)?["svg-align"]:[];Nd=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ja,shift:0},{type:"elem",elem:rd,shift:od,wrapperClasses:kd}]},qa)}return/cancel/.test(ed)&&(Nd.height=Ja.height,Nd.depth=Ja.depth),/cancel/.test(ed)&&!sd?buildCommon.makeSpan(["mord","cancel-lap"],[Nd],qa):buildCommon.makeSpan(["mord"],[Nd],qa)},mathmlBuilder$6=(Ra,qa)=>{var Ja=0,ed=new mathMLTree.MathNode(Ra.label.indexOf("colorbox")>-1?"mpadded":"menclose",[buildGroup2(Ra.body,qa)]);switch(Ra.label){case"\\cancel":ed.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":ed.setAttribute("notation","downdiagonalstrike");break;case"\\phase":ed.setAttribute("notation","phasorangle");break;case"\\sout":ed.setAttribute("notation","horizontalstrike");break;case"\\fbox":ed.setAttribute("notation","box");break;case"\\angl":ed.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(Ja=qa.fontMetrics().fboxsep*qa.fontMetrics().ptPerEm,ed.setAttribute("width","+"+2*Ja+"pt"),ed.setAttribute("height","+"+2*Ja+"pt"),ed.setAttribute("lspace",Ja+"pt"),ed.setAttribute("voffset",Ja+"pt"),Ra.label==="\\fcolorbox"){var td=Math.max(qa.fontMetrics().fboxrule,qa.minRuleThickness);ed.setAttribute("style","border: "+td+"em solid "+String(Ra.borderColor))}break;case"\\xcancel":ed.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return Ra.backgroundColor&&ed.setAttribute("mathbackground",Ra.backgroundColor),ed};defineFunction({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(Ra,qa,Ja){var{parser:ed,funcName:td}=Ra,rd=assertNodeType(qa[0],"color-token").color,od=qa[1];return{type:"enclose",mode:ed.mode,label:td,backgroundColor:rd,body:od}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(Ra,qa,Ja){var{parser:ed,funcName:td}=Ra,rd=assertNodeType(qa[0],"color-token").color,od=assertNodeType(qa[1],"color-token").color,sd=qa[2];return{type:"enclose",mode:ed.mode,label:td,backgroundColor:od,borderColor:rd,body:sd}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(Ra,qa){var{parser:Ja}=Ra;return{type:"enclose",mode:Ja.mode,label:"\\fbox",body:qa[0]}}});defineFunction({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(Ra,qa){var{parser:Ja,funcName:ed}=Ra,td=qa[0];return{type:"enclose",mode:Ja.mode,label:ed,body:td}},htmlBuilder:htmlBuilder$7,mathmlBuilder:mathmlBuilder$6});defineFunction({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(Ra,qa){var{parser:Ja}=Ra;return{type:"enclose",mode:Ja.mode,label:"\\angl",body:qa[0]}}});var _environments={};function defineEnvironment(Ra){for(var{type:qa,names:Ja,props:ed,handler:td,htmlBuilder:rd,mathmlBuilder:od}=Ra,sd={type:qa,numArgs:ed.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:td},ld=0;ld<Ja.length;++ld)_environments[Ja[ld]]=sd;rd&&(_htmlGroupBuilders[qa]=rd),od&&(_mathmlGroupBuilders[qa]=od)}var _macros={};function defineMacro(Ra,qa){_macros[Ra]=qa}function getHLines(Ra){var qa=[];Ra.consumeSpaces();var Ja=Ra.fetch().text;for(Ja==="\\relax"&&(Ra.consume(),Ra.consumeSpaces(),Ja=Ra.fetch().text);Ja==="\\hline"||Ja==="\\hdashline";)Ra.consume(),qa.push(Ja==="\\hdashline"),Ra.consumeSpaces(),Ja=Ra.fetch().text;return qa}var validateAmsEnvironmentContext=Ra=>{var qa=Ra.parser.settings;if(!qa.displayMode)throw new ParseError("{"+Ra.envName+"} can be used only in display mode.")};function getAutoTag(Ra){if(Ra.indexOf("ed")===-1)return Ra.indexOf("*")===-1}function parseArray(Ra,qa,Ja){var{hskipBeforeAndAfter:ed,addJot:td,cols:rd,arraystretch:od,colSeparationType:sd,autoTag:ld,singleRow:cd,emptySingleRow:ud,maxNumCols:gd,leqno:_d}=qa;if(Ra.gullet.beginGroup(),cd||Ra.gullet.macros.set("\\cr","\\\\\\relax"),!od){var yd=Ra.gullet.expandMacroAsText("\\arraystretch");if(yd==null)od=1;else if(od=parseFloat(yd),!od||od<0)throw new ParseError("Invalid \\arraystretch: "+yd)}Ra.gullet.beginGroup();var Ed=[],Td=[Ed],Od=[],Ad=[],Nd=ld!=null?[]:void 0;function kd(){ld&&Ra.gullet.macros.set("\\@eqnsw","1",!0)}function Id(){Nd&&(Ra.gullet.macros.get("\\df@tag")?(Nd.push(Ra.subparse([new Token("\\df@tag")])),Ra.gullet.macros.set("\\df@tag",void 0,!0)):Nd.push(!!ld&&Ra.gullet.macros.get("\\@eqnsw")==="1"))}for(kd(),Ad.push(getHLines(Ra));;){var Rd=Ra.parseExpression(!1,cd?"\\end":"\\\\");Ra.gullet.endGroup(),Ra.gullet.beginGroup(),Rd={type:"ordgroup",mode:Ra.mode,body:Rd},Ja&&(Rd={type:"styling",mode:Ra.mode,style:Ja,body:[Rd]}),Ed.push(Rd);var Md=Ra.fetch().text;if(Md==="&"){if(gd&&Ed.length===gd){if(cd||sd)throw new ParseError("Too many tab characters: &",Ra.nextToken);Ra.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}Ra.consume()}else if(Md==="\\end"){Id(),Ed.length===1&&Rd.type==="styling"&&Rd.body[0].body.length===0&&(Td.length>1||!ud)&&Td.pop(),Ad.length<Td.length+1&&Ad.push([]);break}else if(Md==="\\\\"){Ra.consume();var Ld=void 0;Ra.gullet.future().text!==" "&&(Ld=Ra.parseSizeGroup(!0)),Od.push(Ld?Ld.value:null),Id(),Ad.push(getHLines(Ra)),Ed=[],Td.push(Ed),kd()}else throw new ParseError("Expected & or \\\\ or \\cr or \\end",Ra.nextToken)}return Ra.gullet.endGroup(),Ra.gullet.endGroup(),{type:"array",mode:Ra.mode,addJot:td,arraystretch:od,body:Td,cols:rd,rowGaps:Od,hskipBeforeAndAfter:ed,hLinesBeforeRow:Ad,colSeparationType:sd,tags:Nd,leqno:_d}}function dCellStyle(Ra){return Ra.slice(0,1)==="d"?"display":"text"}var htmlBuilder$6=function(qa,Ja){var ed,td,rd=qa.body.length,od=qa.hLinesBeforeRow,sd=0,ld=new Array(rd),cd=[],ud=Math.max(Ja.fontMetrics().arrayRuleWidth,Ja.minRuleThickness),gd=1/Ja.fontMetrics().ptPerEm,_d=5*gd;if(qa.colSeparationType&&qa.colSeparationType==="small"){var yd=Ja.havingStyle(Style$1.SCRIPT).sizeMultiplier;_d=.2778*(yd/Ja.sizeMultiplier)}var Ed=qa.colSeparationType==="CD"?calculateSize({number:3,unit:"ex"},Ja):12*gd,Td=3*gd,Od=qa.arraystretch*Ed,Ad=.7*Od,Nd=.3*Od,kd=0;function Id(Of){for(var $f=0;$f<Of.length;++$f)$f>0&&(kd+=.25),cd.push({pos:kd,isDashed:Of[$f]})}for(Id(od[0]),ed=0;ed<qa.body.length;++ed){var Rd=qa.body[ed],Md=Ad,Ld=Nd;sd<Rd.length&&(sd=Rd.length);var jd=new Array(Rd.length);for(td=0;td<Rd.length;++td){var Pd=buildGroup$1(Rd[td],Ja);Ld<Pd.depth&&(Ld=Pd.depth),Md<Pd.height&&(Md=Pd.height),jd[td]=Pd}var Fd=qa.rowGaps[ed],Ud=0;Fd&&(Ud=calculateSize(Fd,Ja),Ud>0&&(Ud+=Nd,Ld<Ud&&(Ld=Ud),Ud=0)),qa.addJot&&(Ld+=Td),jd.height=Md,jd.depth=Ld,kd+=Md,jd.pos=kd,kd+=Ld+Ud,ld[ed]=jd,Id(od[ed+1])}var Vd=kd/2+Ja.fontMetrics().axisHeight,qd=qa.cols||[],Wd=[],zd,Kd,Qd=[];if(qa.tags&&qa.tags.some(Of=>Of))for(ed=0;ed<rd;++ed){var hf=ld[ed],gf=hf.pos-Vd,bf=qa.tags[ed],kf=void 0;bf===!0?kf=buildCommon.makeSpan(["eqn-num"],[],Ja):bf===!1?kf=buildCommon.makeSpan([],[],Ja):kf=buildCommon.makeSpan([],buildExpression$1(bf,Ja,!0),Ja),kf.depth=hf.depth,kf.height=hf.height,Qd.push({type:"elem",elem:kf,shift:gf})}for(td=0,Kd=0;td<sd||Kd<qd.length;++td,++Kd){for(var Cf=qd[Kd]||{},Ef=!0;Cf.type==="separator";){if(Ef||(zd=buildCommon.makeSpan(["arraycolsep"],[]),zd.style.width=makeEm(Ja.fontMetrics().doubleRuleSep),Wd.push(zd)),Cf.separator==="|"||Cf.separator===":"){var yf=Cf.separator==="|"?"solid":"dashed",Mf=buildCommon.makeSpan(["vertical-separator"],[],Ja);Mf.style.height=makeEm(kd),Mf.style.borderRightWidth=makeEm(ud),Mf.style.borderRightStyle=yf,Mf.style.margin="0 "+makeEm(-ud/2);var Af=kd-Vd;Af&&(Mf.style.verticalAlign=makeEm(-Af)),Wd.push(Mf)}else throw new ParseError("Invalid separator type: "+Cf.separator);Kd++,Cf=qd[Kd]||{},Ef=!1}if(!(td>=sd)){var Zd=void 0;(td>0||qa.hskipBeforeAndAfter)&&(Zd=utils$5.deflt(Cf.pregap,_d),Zd!==0&&(zd=buildCommon.makeSpan(["arraycolsep"],[]),zd.style.width=makeEm(Zd),Wd.push(zd)));var mf=[];for(ed=0;ed<rd;++ed){var Pf=ld[ed],Ff=Pf[td];if(Ff){var Lf=Pf.pos-Vd;Ff.depth=Pf.depth,Ff.height=Pf.height,mf.push({type:"elem",elem:Ff,shift:Lf})}}mf=buildCommon.makeVList({positionType:"individualShift",children:mf},Ja),mf=buildCommon.makeSpan(["col-align-"+(Cf.align||"c")],[mf]),Wd.push(mf),(td<sd-1||qa.hskipBeforeAndAfter)&&(Zd=utils$5.deflt(Cf.postgap,_d),Zd!==0&&(zd=buildCommon.makeSpan(["arraycolsep"],[]),zd.style.width=makeEm(Zd),Wd.push(zd)))}}if(ld=buildCommon.makeSpan(["mtable"],Wd),cd.length>0){for(var jf=buildCommon.makeLineSpan("hline",Ja,ud),xf=buildCommon.makeLineSpan("hdashline",Ja,ud),Nf=[{type:"elem",elem:ld,shift:0}];cd.length>0;){var Bf=cd.pop(),Tf=Bf.pos-Vd;Bf.isDashed?Nf.push({type:"elem",elem:xf,shift:Tf}):Nf.push({type:"elem",elem:jf,shift:Tf})}ld=buildCommon.makeVList({positionType:"individualShift",children:Nf},Ja)}if(Qd.length===0)return buildCommon.makeSpan(["mord"],[ld],Ja);var wf=buildCommon.makeVList({positionType:"individualShift",children:Qd},Ja);return wf=buildCommon.makeSpan(["tag"],[wf],Ja),buildCommon.makeFragment([ld,wf])},alignMap={c:"center ",l:"left ",r:"right "},mathmlBuilder$5=function(qa,Ja){for(var ed=[],td=new mathMLTree.MathNode("mtd",[],["mtr-glue"]),rd=new mathMLTree.MathNode("mtd",[],["mml-eqn-num"]),od=0;od<qa.body.length;od++){for(var sd=qa.body[od],ld=[],cd=0;cd<sd.length;cd++)ld.push(new mathMLTree.MathNode("mtd",[buildGroup2(sd[cd],Ja)]));qa.tags&&qa.tags[od]&&(ld.unshift(td),ld.push(td),qa.leqno?ld.unshift(rd):ld.push(rd)),ed.push(new mathMLTree.MathNode("mtr",ld))}var ud=new mathMLTree.MathNode("mtable",ed),gd=qa.arraystretch===.5?.1:.16+qa.arraystretch-1+(qa.addJot?.09:0);ud.setAttribute("rowspacing",makeEm(gd));var _d="",yd="";if(qa.cols&&qa.cols.length>0){var Ed=qa.cols,Td="",Od=!1,Ad=0,Nd=Ed.length;Ed[0].type==="separator"&&(_d+="top ",Ad=1),Ed[Ed.length-1].type==="separator"&&(_d+="bottom ",Nd-=1);for(var kd=Ad;kd<Nd;kd++)Ed[kd].type==="align"?(yd+=alignMap[Ed[kd].align],Od&&(Td+="none "),Od=!0):Ed[kd].type==="separator"&&Od&&(Td+=Ed[kd].separator==="|"?"solid ":"dashed ",Od=!1);ud.setAttribute("columnalign",yd.trim()),/[sd]/.test(Td)&&ud.setAttribute("columnlines",Td.trim())}if(qa.colSeparationType==="align"){for(var Id=qa.cols||[],Rd="",Md=1;Md<Id.length;Md++)Rd+=Md%2?"0em ":"1em ";ud.setAttribute("columnspacing",Rd.trim())}else qa.colSeparationType==="alignat"||qa.colSeparationType==="gather"?ud.setAttribute("columnspacing","0em"):qa.colSeparationType==="small"?ud.setAttribute("columnspacing","0.2778em"):qa.colSeparationType==="CD"?ud.setAttribute("columnspacing","0.5em"):ud.setAttribute("columnspacing","1em");var Ld="",jd=qa.hLinesBeforeRow;_d+=jd[0].length>0?"left ":"",_d+=jd[jd.length-1].length>0?"right ":"";for(var Pd=1;Pd<jd.length-1;Pd++)Ld+=jd[Pd].length===0?"none ":jd[Pd][0]?"dashed ":"solid ";return/[sd]/.test(Ld)&&ud.setAttribute("rowlines",Ld.trim()),_d!==""&&(ud=new mathMLTree.MathNode("menclose",[ud]),ud.setAttribute("notation",_d.trim())),qa.arraystretch&&qa.arraystretch<1&&(ud=new mathMLTree.MathNode("mstyle",[ud]),ud.setAttribute("scriptlevel","1")),ud},alignedHandler=function(qa,Ja){qa.envName.indexOf("ed")===-1&&validateAmsEnvironmentContext(qa);var ed=[],td=qa.envName.indexOf("at")>-1?"alignat":"align",rd=qa.envName==="split",od=parseArray(qa.parser,{cols:ed,addJot:!0,autoTag:rd?void 0:getAutoTag(qa.envName),emptySingleRow:!0,colSeparationType:td,maxNumCols:rd?2:void 0,leqno:qa.parser.settings.leqno},"display"),sd,ld=0,cd={type:"ordgroup",mode:qa.mode,body:[]};if(Ja[0]&&Ja[0].type==="ordgroup"){for(var ud="",gd=0;gd<Ja[0].body.length;gd++){var _d=assertNodeType(Ja[0].body[gd],"textord");ud+=_d.text}sd=Number(ud),ld=sd*2}var yd=!ld;od.body.forEach(function(Ad){for(var Nd=1;Nd<Ad.length;Nd+=2){var kd=assertNodeType(Ad[Nd],"styling"),Id=assertNodeType(kd.body[0],"ordgroup");Id.body.unshift(cd)}if(yd)ld<Ad.length&&(ld=Ad.length);else{var Rd=Ad.length/2;if(sd<Rd)throw new ParseError("Too many math in a row: "+("expected "+sd+", but got "+Rd),Ad[0])}});for(var Ed=0;Ed<ld;++Ed){var Td="r",Od=0;Ed%2===1?Td="l":Ed>0&&yd&&(Od=1),ed[Ed]={type:"align",align:Td,pregap:Od,postgap:0}}return od.colSeparationType=yd?"align":"alignat",od};defineEnvironment({type:"array",names:["array","darray"],props:{numArgs:1},handler(Ra,qa){var Ja=checkSymbolNodeType(qa[0]),ed=Ja?[qa[0]]:assertNodeType(qa[0],"ordgroup").body,td=ed.map(function(od){var sd=assertSymbolNodeType(od),ld=sd.text;if("lcr".indexOf(ld)!==-1)return{type:"align",align:ld};if(ld==="|")return{type:"separator",separator:"|"};if(ld===":")return{type:"separator",separator:":"};throw new ParseError("Unknown column alignment: "+ld,od)}),rd={cols:td,hskipBeforeAndAfter:!0,maxNumCols:td.length};return parseArray(Ra.parser,rd,dCellStyle(Ra.envName))},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(Ra){var qa={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[Ra.envName.replace("*","")],Ja="c",ed={hskipBeforeAndAfter:!1,cols:[{type:"align",align:Ja}]};if(Ra.envName.charAt(Ra.envName.length-1)==="*"){var td=Ra.parser;if(td.consumeSpaces(),td.fetch().text==="["){if(td.consume(),td.consumeSpaces(),Ja=td.fetch().text,"lcr".indexOf(Ja)===-1)throw new ParseError("Expected l or c or r",td.nextToken);td.consume(),td.consumeSpaces(),td.expect("]"),td.consume(),ed.cols=[{type:"align",align:Ja}]}}var rd=parseArray(Ra.parser,ed,dCellStyle(Ra.envName)),od=Math.max(0,...rd.body.map(sd=>sd.length));return rd.cols=new Array(od).fill({type:"align",align:Ja}),qa?{type:"leftright",mode:Ra.mode,body:[rd],left:qa[0],right:qa[1],rightColor:void 0}:rd},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(Ra){var qa={arraystretch:.5},Ja=parseArray(Ra.parser,qa,"script");return Ja.colSeparationType="small",Ja},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["subarray"],props:{numArgs:1},handler(Ra,qa){var Ja=checkSymbolNodeType(qa[0]),ed=Ja?[qa[0]]:assertNodeType(qa[0],"ordgroup").body,td=ed.map(function(od){var sd=assertSymbolNodeType(od),ld=sd.text;if("lc".indexOf(ld)!==-1)return{type:"align",align:ld};throw new ParseError("Unknown column alignment: "+ld,od)});if(td.length>1)throw new ParseError("{subarray} can contain only one column");var rd={cols:td,hskipBeforeAndAfter:!1,arraystretch:.5};if(rd=parseArray(Ra.parser,rd,"script"),rd.body.length>0&&rd.body[0].length>1)throw new ParseError("{subarray} can contain only one column");return rd},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(Ra){var qa={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},Ja=parseArray(Ra.parser,qa,dCellStyle(Ra.envName));return{type:"leftright",mode:Ra.mode,body:[Ja],left:Ra.envName.indexOf("r")>-1?".":"\\{",right:Ra.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:alignedHandler,htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(Ra){utils$5.contains(["gather","gather*"],Ra.envName)&&validateAmsEnvironmentContext(Ra);var qa={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:getAutoTag(Ra.envName),emptySingleRow:!0,leqno:Ra.parser.settings.leqno};return parseArray(Ra.parser,qa,"display")},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:alignedHandler,htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(Ra){validateAmsEnvironmentContext(Ra);var qa={autoTag:getAutoTag(Ra.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:Ra.parser.settings.leqno};return parseArray(Ra.parser,qa,"display")},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineEnvironment({type:"array",names:["CD"],props:{numArgs:0},handler(Ra){return validateAmsEnvironmentContext(Ra),parseCD(Ra.parser)},htmlBuilder:htmlBuilder$6,mathmlBuilder:mathmlBuilder$5});defineMacro("\\nonumber","\\gdef\\@eqnsw{0}");defineMacro("\\notag","\\nonumber");defineFunction({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(Ra,qa){throw new ParseError(Ra.funcName+" valid only within array environment")}});var environments=_environments;defineFunction({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(Ra,qa){var{parser:Ja,funcName:ed}=Ra,td=qa[0];if(td.type!=="ordgroup")throw new ParseError("Invalid environment name",td);for(var rd="",od=0;od<td.body.length;++od)rd+=assertNodeType(td.body[od],"textord").text;if(ed==="\\begin"){if(!environments.hasOwnProperty(rd))throw new ParseError("No such environment: "+rd,td);var sd=environments[rd],{args:ld,optArgs:cd}=Ja.parseArguments("\\begin{"+rd+"}",sd),ud={mode:Ja.mode,envName:rd,parser:Ja},gd=sd.handler(ud,ld,cd);Ja.expect("\\end",!1);var _d=Ja.nextToken,yd=assertNodeType(Ja.parseFunction(),"environment");if(yd.name!==rd)throw new ParseError("Mismatch: \\begin{"+rd+"} matched by \\end{"+yd.name+"}",_d);return gd}return{type:"environment",mode:Ja.mode,name:rd,nameGroup:td}}});var htmlBuilder$5=(Ra,qa)=>{var Ja=Ra.font,ed=qa.withFont(Ja);return buildGroup$1(Ra.body,ed)},mathmlBuilder$4=(Ra,qa)=>{var Ja=Ra.font,ed=qa.withFont(Ja);return buildGroup2(Ra.body,ed)},fontAliases={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};defineFunction({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed}=Ra,td=normalizeArgument(qa[0]),rd=ed;return rd in fontAliases&&(rd=fontAliases[rd]),{type:"font",mode:Ja.mode,font:rd.slice(1),body:td}},htmlBuilder:htmlBuilder$5,mathmlBuilder:mathmlBuilder$4});defineFunction({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(Ra,qa)=>{var{parser:Ja}=Ra,ed=qa[0],td=utils$5.isCharacterBox(ed);return{type:"mclass",mode:Ja.mode,mclass:binrelClass(ed),body:[{type:"font",mode:Ja.mode,font:"boldsymbol",body:ed}],isCharacterBox:td}}});defineFunction({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed,breakOnTokenText:td}=Ra,{mode:rd}=Ja,od=Ja.parseExpression(!0,td),sd="math"+ed.slice(1);return{type:"font",mode:rd,font:sd,body:{type:"ordgroup",mode:Ja.mode,body:od}}},htmlBuilder:htmlBuilder$5,mathmlBuilder:mathmlBuilder$4});var adjustStyle=(Ra,qa)=>{var Ja=qa;return Ra==="display"?Ja=Ja.id>=Style$1.SCRIPT.id?Ja.text():Style$1.DISPLAY:Ra==="text"&&Ja.size===Style$1.DISPLAY.size?Ja=Style$1.TEXT:Ra==="script"?Ja=Style$1.SCRIPT:Ra==="scriptscript"&&(Ja=Style$1.SCRIPTSCRIPT),Ja},htmlBuilder$4=(Ra,qa)=>{var Ja=adjustStyle(Ra.size,qa.style),ed=Ja.fracNum(),td=Ja.fracDen(),rd;rd=qa.havingStyle(ed);var od=buildGroup$1(Ra.numer,rd,qa);if(Ra.continued){var sd=8.5/qa.fontMetrics().ptPerEm,ld=3.5/qa.fontMetrics().ptPerEm;od.height=od.height<sd?sd:od.height,od.depth=od.depth<ld?ld:od.depth}rd=qa.havingStyle(td);var cd=buildGroup$1(Ra.denom,rd,qa),ud,gd,_d;Ra.hasBarLine?(Ra.barSize?(gd=calculateSize(Ra.barSize,qa),ud=buildCommon.makeLineSpan("frac-line",qa,gd)):ud=buildCommon.makeLineSpan("frac-line",qa),gd=ud.height,_d=ud.height):(ud=null,gd=0,_d=qa.fontMetrics().defaultRuleThickness);var yd,Ed,Td;Ja.size===Style$1.DISPLAY.size||Ra.size==="display"?(yd=qa.fontMetrics().num1,gd>0?Ed=3*_d:Ed=7*_d,Td=qa.fontMetrics().denom1):(gd>0?(yd=qa.fontMetrics().num2,Ed=_d):(yd=qa.fontMetrics().num3,Ed=3*_d),Td=qa.fontMetrics().denom2);var Od;if(ud){var Nd=qa.fontMetrics().axisHeight;yd-od.depth-(Nd+.5*gd)<Ed&&(yd+=Ed-(yd-od.depth-(Nd+.5*gd))),Nd-.5*gd-(cd.height-Td)<Ed&&(Td+=Ed-(Nd-.5*gd-(cd.height-Td)));var kd=-(Nd-.5*gd);Od=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:cd,shift:Td},{type:"elem",elem:ud,shift:kd},{type:"elem",elem:od,shift:-yd}]},qa)}else{var Ad=yd-od.depth-(cd.height-Td);Ad<Ed&&(yd+=.5*(Ed-Ad),Td+=.5*(Ed-Ad)),Od=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:cd,shift:Td},{type:"elem",elem:od,shift:-yd}]},qa)}rd=qa.havingStyle(Ja),Od.height*=rd.sizeMultiplier/qa.sizeMultiplier,Od.depth*=rd.sizeMultiplier/qa.sizeMultiplier;var Id;Ja.size===Style$1.DISPLAY.size?Id=qa.fontMetrics().delim1:Ja.size===Style$1.SCRIPTSCRIPT.size?Id=qa.havingStyle(Style$1.SCRIPT).fontMetrics().delim2:Id=qa.fontMetrics().delim2;var Rd,Md;return Ra.leftDelim==null?Rd=makeNullDelimiter(qa,["mopen"]):Rd=delimiter$1.customSizedDelim(Ra.leftDelim,Id,!0,qa.havingStyle(Ja),Ra.mode,["mopen"]),Ra.continued?Md=buildCommon.makeSpan([]):Ra.rightDelim==null?Md=makeNullDelimiter(qa,["mclose"]):Md=delimiter$1.customSizedDelim(Ra.rightDelim,Id,!0,qa.havingStyle(Ja),Ra.mode,["mclose"]),buildCommon.makeSpan(["mord"].concat(rd.sizingClasses(qa)),[Rd,buildCommon.makeSpan(["mfrac"],[Od]),Md],qa)},mathmlBuilder$3=(Ra,qa)=>{var Ja=new mathMLTree.MathNode("mfrac",[buildGroup2(Ra.numer,qa),buildGroup2(Ra.denom,qa)]);if(!Ra.hasBarLine)Ja.setAttribute("linethickness","0px");else if(Ra.barSize){var ed=calculateSize(Ra.barSize,qa);Ja.setAttribute("linethickness",makeEm(ed))}var td=adjustStyle(Ra.size,qa.style);if(td.size!==qa.style.size){Ja=new mathMLTree.MathNode("mstyle",[Ja]);var rd=td.size===Style$1.DISPLAY.size?"true":"false";Ja.setAttribute("displaystyle",rd),Ja.setAttribute("scriptlevel","0")}if(Ra.leftDelim!=null||Ra.rightDelim!=null){var od=[];if(Ra.leftDelim!=null){var sd=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(Ra.leftDelim.replace("\\",""))]);sd.setAttribute("fence","true"),od.push(sd)}if(od.push(Ja),Ra.rightDelim!=null){var ld=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(Ra.rightDelim.replace("\\",""))]);ld.setAttribute("fence","true"),od.push(ld)}return makeRow(od)}return Ja};defineFunction({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed}=Ra,td=qa[0],rd=qa[1],od,sd=null,ld=null,cd="auto";switch(ed){case"\\dfrac":case"\\frac":case"\\tfrac":od=!0;break;case"\\\\atopfrac":od=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":od=!1,sd="(",ld=")";break;case"\\\\bracefrac":od=!1,sd="\\{",ld="\\}";break;case"\\\\brackfrac":od=!1,sd="[",ld="]";break;default:throw new Error("Unrecognized genfrac command")}switch(ed){case"\\dfrac":case"\\dbinom":cd="display";break;case"\\tfrac":case"\\tbinom":cd="text";break}return{type:"genfrac",mode:Ja.mode,continued:!1,numer:td,denom:rd,hasBarLine:od,leftDelim:sd,rightDelim:ld,size:cd,barSize:null}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});defineFunction({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed}=Ra,td=qa[0],rd=qa[1];return{type:"genfrac",mode:Ja.mode,continued:!0,numer:td,denom:rd,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}});defineFunction({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(Ra){var{parser:qa,funcName:Ja,token:ed}=Ra,td;switch(Ja){case"\\over":td="\\frac";break;case"\\choose":td="\\binom";break;case"\\atop":td="\\\\atopfrac";break;case"\\brace":td="\\\\bracefrac";break;case"\\brack":td="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:qa.mode,replaceWith:td,token:ed}}});var stylArray=["display","text","script","scriptscript"],delimFromValue=function(qa){var Ja=null;return qa.length>0&&(Ja=qa,Ja=Ja==="."?null:Ja),Ja};defineFunction({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(Ra,qa){var{parser:Ja}=Ra,ed=qa[4],td=qa[5],rd=normalizeArgument(qa[0]),od=rd.type==="atom"&&rd.family==="open"?delimFromValue(rd.text):null,sd=normalizeArgument(qa[1]),ld=sd.type==="atom"&&sd.family==="close"?delimFromValue(sd.text):null,cd=assertNodeType(qa[2],"size"),ud,gd=null;cd.isBlank?ud=!0:(gd=cd.value,ud=gd.number>0);var _d="auto",yd=qa[3];if(yd.type==="ordgroup"){if(yd.body.length>0){var Ed=assertNodeType(yd.body[0],"textord");_d=stylArray[Number(Ed.text)]}}else yd=assertNodeType(yd,"textord"),_d=stylArray[Number(yd.text)];return{type:"genfrac",mode:Ja.mode,numer:ed,denom:td,continued:!1,hasBarLine:ud,barSize:gd,leftDelim:od,rightDelim:ld,size:_d}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});defineFunction({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(Ra,qa){var{parser:Ja,funcName:ed,token:td}=Ra;return{type:"infix",mode:Ja.mode,replaceWith:"\\\\abovefrac",size:assertNodeType(qa[0],"size").value,token:td}}});defineFunction({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed}=Ra,td=qa[0],rd=assert(assertNodeType(qa[1],"infix").size),od=qa[2],sd=rd.number>0;return{type:"genfrac",mode:Ja.mode,numer:td,denom:od,continued:!1,hasBarLine:sd,barSize:rd,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});var htmlBuilder$3=(Ra,qa)=>{var Ja=qa.style,ed,td;Ra.type==="supsub"?(ed=Ra.sup?buildGroup$1(Ra.sup,qa.havingStyle(Ja.sup()),qa):buildGroup$1(Ra.sub,qa.havingStyle(Ja.sub()),qa),td=assertNodeType(Ra.base,"horizBrace")):td=assertNodeType(Ra,"horizBrace");var rd=buildGroup$1(td.base,qa.havingBaseStyle(Style$1.DISPLAY)),od=stretchy.svgSpan(td,qa),sd;if(td.isOver?(sd=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:rd},{type:"kern",size:.1},{type:"elem",elem:od}]},qa),sd.children[0].children[0].children[1].classes.push("svg-align")):(sd=buildCommon.makeVList({positionType:"bottom",positionData:rd.depth+.1+od.height,children:[{type:"elem",elem:od},{type:"kern",size:.1},{type:"elem",elem:rd}]},qa),sd.children[0].children[0].children[0].classes.push("svg-align")),ed){var ld=buildCommon.makeSpan(["mord",td.isOver?"mover":"munder"],[sd],qa);td.isOver?sd=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ld},{type:"kern",size:.2},{type:"elem",elem:ed}]},qa):sd=buildCommon.makeVList({positionType:"bottom",positionData:ld.depth+.2+ed.height+ed.depth,children:[{type:"elem",elem:ed},{type:"kern",size:.2},{type:"elem",elem:ld}]},qa)}return buildCommon.makeSpan(["mord",td.isOver?"mover":"munder"],[sd],qa)},mathmlBuilder$2=(Ra,qa)=>{var Ja=stretchy.mathMLnode(Ra.label);return new mathMLTree.MathNode(Ra.isOver?"mover":"munder",[buildGroup2(Ra.base,qa),Ja])};defineFunction({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(Ra,qa){var{parser:Ja,funcName:ed}=Ra;return{type:"horizBrace",mode:Ja.mode,label:ed,isOver:/^\\over/.test(ed),base:qa[0]}},htmlBuilder:htmlBuilder$3,mathmlBuilder:mathmlBuilder$2});defineFunction({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja}=Ra,ed=qa[1],td=assertNodeType(qa[0],"url").url;return Ja.settings.isTrusted({command:"\\href",url:td})?{type:"href",mode:Ja.mode,href:td,body:ordargument(ed)}:Ja.formatUnsupportedCmd("\\href")},htmlBuilder:(Ra,qa)=>{var Ja=buildExpression$1(Ra.body,qa,!1);return buildCommon.makeAnchor(Ra.href,[],Ja,qa)},mathmlBuilder:(Ra,qa)=>{var Ja=buildExpressionRow(Ra.body,qa);return Ja instanceof MathNode||(Ja=new MathNode("mrow",[Ja])),Ja.setAttribute("href",Ra.href),Ja}});defineFunction({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja}=Ra,ed=assertNodeType(qa[0],"url").url;if(!Ja.settings.isTrusted({command:"\\url",url:ed}))return Ja.formatUnsupportedCmd("\\url");for(var td=[],rd=0;rd<ed.length;rd++){var od=ed[rd];od==="~"&&(od="\\textasciitilde"),td.push({type:"textord",mode:"text",text:od})}var sd={type:"text",mode:Ja.mode,font:"\\texttt",body:td};return{type:"href",mode:Ja.mode,href:ed,body:ordargument(sd)}}});defineFunction({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(Ra,qa){var{parser:Ja}=Ra;return{type:"hbox",mode:Ja.mode,body:ordargument(qa[0])}},htmlBuilder(Ra,qa){var Ja=buildExpression$1(Ra.body,qa,!1);return buildCommon.makeFragment(Ja)},mathmlBuilder(Ra,qa){return new mathMLTree.MathNode("mrow",buildExpression2(Ra.body,qa))}});defineFunction({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed,token:td}=Ra,rd=assertNodeType(qa[0],"raw").string,od=qa[1];Ja.settings.strict&&Ja.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var sd,ld={};switch(ed){case"\\htmlClass":ld.class=rd,sd={command:"\\htmlClass",class:rd};break;case"\\htmlId":ld.id=rd,sd={command:"\\htmlId",id:rd};break;case"\\htmlStyle":ld.style=rd,sd={command:"\\htmlStyle",style:rd};break;case"\\htmlData":{for(var cd=rd.split(","),ud=0;ud<cd.length;ud++){var gd=cd[ud].split("=");if(gd.length!==2)throw new ParseError("Error parsing key-value for \\htmlData");ld["data-"+gd[0].trim()]=gd[1].trim()}sd={command:"\\htmlData",attributes:ld};break}default:throw new Error("Unrecognized html command")}return Ja.settings.isTrusted(sd)?{type:"html",mode:Ja.mode,attributes:ld,body:ordargument(od)}:Ja.formatUnsupportedCmd(ed)},htmlBuilder:(Ra,qa)=>{var Ja=buildExpression$1(Ra.body,qa,!1),ed=["enclosing"];Ra.attributes.class&&ed.push(...Ra.attributes.class.trim().split(/\s+/));var td=buildCommon.makeSpan(ed,Ja,qa);for(var rd in Ra.attributes)rd!=="class"&&Ra.attributes.hasOwnProperty(rd)&&td.setAttribute(rd,Ra.attributes[rd]);return td},mathmlBuilder:(Ra,qa)=>buildExpressionRow(Ra.body,qa)});defineFunction({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja}=Ra;return{type:"htmlmathml",mode:Ja.mode,html:ordargument(qa[0]),mathml:ordargument(qa[1])}},htmlBuilder:(Ra,qa)=>{var Ja=buildExpression$1(Ra.html,qa,!1);return buildCommon.makeFragment(Ja)},mathmlBuilder:(Ra,qa)=>buildExpressionRow(Ra.mathml,qa)});var sizeData=function(qa){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(qa))return{number:+qa,unit:"bp"};var Ja=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(qa);if(!Ja)throw new ParseError("Invalid size: '"+qa+"' in \\includegraphics");var ed={number:+(Ja[1]+Ja[2]),unit:Ja[3]};if(!validUnit(ed))throw new ParseError("Invalid unit: '"+ed.unit+"' in \\includegraphics.");return ed};defineFunction({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(Ra,qa,Ja)=>{var{parser:ed}=Ra,td={number:0,unit:"em"},rd={number:.9,unit:"em"},od={number:0,unit:"em"},sd="";if(Ja[0])for(var ld=assertNodeType(Ja[0],"raw").string,cd=ld.split(","),ud=0;ud<cd.length;ud++){var gd=cd[ud].split("=");if(gd.length===2){var _d=gd[1].trim();switch(gd[0].trim()){case"alt":sd=_d;break;case"width":td=sizeData(_d);break;case"height":rd=sizeData(_d);break;case"totalheight":od=sizeData(_d);break;default:throw new ParseError("Invalid key: '"+gd[0]+"' in \\includegraphics.")}}}var yd=assertNodeType(qa[0],"url").url;return sd===""&&(sd=yd,sd=sd.replace(/^.*[\\/]/,""),sd=sd.substring(0,sd.lastIndexOf("."))),ed.settings.isTrusted({command:"\\includegraphics",url:yd})?{type:"includegraphics",mode:ed.mode,alt:sd,width:td,height:rd,totalheight:od,src:yd}:ed.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(Ra,qa)=>{var Ja=calculateSize(Ra.height,qa),ed=0;Ra.totalheight.number>0&&(ed=calculateSize(Ra.totalheight,qa)-Ja);var td=0;Ra.width.number>0&&(td=calculateSize(Ra.width,qa));var rd={height:makeEm(Ja+ed)};td>0&&(rd.width=makeEm(td)),ed>0&&(rd.verticalAlign=makeEm(-ed));var od=new Img(Ra.src,Ra.alt,rd);return od.height=Ja,od.depth=ed,od},mathmlBuilder:(Ra,qa)=>{var Ja=new mathMLTree.MathNode("mglyph",[]);Ja.setAttribute("alt",Ra.alt);var ed=calculateSize(Ra.height,qa),td=0;if(Ra.totalheight.number>0&&(td=calculateSize(Ra.totalheight,qa)-ed,Ja.setAttribute("valign",makeEm(-td))),Ja.setAttribute("height",makeEm(ed+td)),Ra.width.number>0){var rd=calculateSize(Ra.width,qa);Ja.setAttribute("width",makeEm(rd))}return Ja.setAttribute("src",Ra.src),Ja}});defineFunction({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(Ra,qa){var{parser:Ja,funcName:ed}=Ra,td=assertNodeType(qa[0],"size");if(Ja.settings.strict){var rd=ed[1]==="m",od=td.value.unit==="mu";rd?(od||Ja.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+ed+" supports only mu units, "+("not "+td.value.unit+" units")),Ja.mode!=="math"&&Ja.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+ed+" works only in math mode")):od&&Ja.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+ed+" doesn't support mu units")}return{type:"kern",mode:Ja.mode,dimension:td.value}},htmlBuilder(Ra,qa){return buildCommon.makeGlue(Ra.dimension,qa)},mathmlBuilder(Ra,qa){var Ja=calculateSize(Ra.dimension,qa);return new mathMLTree.SpaceNode(Ja)}});defineFunction({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed}=Ra,td=qa[0];return{type:"lap",mode:Ja.mode,alignment:ed.slice(5),body:td}},htmlBuilder:(Ra,qa)=>{var Ja;Ra.alignment==="clap"?(Ja=buildCommon.makeSpan([],[buildGroup$1(Ra.body,qa)]),Ja=buildCommon.makeSpan(["inner"],[Ja],qa)):Ja=buildCommon.makeSpan(["inner"],[buildGroup$1(Ra.body,qa)]);var ed=buildCommon.makeSpan(["fix"],[]),td=buildCommon.makeSpan([Ra.alignment],[Ja,ed],qa),rd=buildCommon.makeSpan(["strut"]);return rd.style.height=makeEm(td.height+td.depth),td.depth&&(rd.style.verticalAlign=makeEm(-td.depth)),td.children.unshift(rd),td=buildCommon.makeSpan(["thinbox"],[td],qa),buildCommon.makeSpan(["mord","vbox"],[td],qa)},mathmlBuilder:(Ra,qa)=>{var Ja=new mathMLTree.MathNode("mpadded",[buildGroup2(Ra.body,qa)]);if(Ra.alignment!=="rlap"){var ed=Ra.alignment==="llap"?"-1":"-0.5";Ja.setAttribute("lspace",ed+"width")}return Ja.setAttribute("width","0px"),Ja}});defineFunction({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(Ra,qa){var{funcName:Ja,parser:ed}=Ra,td=ed.mode;ed.switchMode("math");var rd=Ja==="\\("?"\\)":"$",od=ed.parseExpression(!1,rd);return ed.expect(rd),ed.switchMode(td),{type:"styling",mode:ed.mode,style:"text",body:od}}});defineFunction({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(Ra,qa){throw new ParseError("Mismatched "+Ra.funcName)}});var chooseMathStyle=(Ra,qa)=>{switch(qa.style.size){case Style$1.DISPLAY.size:return Ra.display;case Style$1.TEXT.size:return Ra.text;case Style$1.SCRIPT.size:return Ra.script;case Style$1.SCRIPTSCRIPT.size:return Ra.scriptscript;default:return Ra.text}};defineFunction({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(Ra,qa)=>{var{parser:Ja}=Ra;return{type:"mathchoice",mode:Ja.mode,display:ordargument(qa[0]),text:ordargument(qa[1]),script:ordargument(qa[2]),scriptscript:ordargument(qa[3])}},htmlBuilder:(Ra,qa)=>{var Ja=chooseMathStyle(Ra,qa),ed=buildExpression$1(Ja,qa,!1);return buildCommon.makeFragment(ed)},mathmlBuilder:(Ra,qa)=>{var Ja=chooseMathStyle(Ra,qa);return buildExpressionRow(Ja,qa)}});var assembleSupSub=(Ra,qa,Ja,ed,td,rd,od)=>{Ra=buildCommon.makeSpan([],[Ra]);var sd=Ja&&utils$5.isCharacterBox(Ja),ld,cd;if(qa){var ud=buildGroup$1(qa,ed.havingStyle(td.sup()),ed);cd={elem:ud,kern:Math.max(ed.fontMetrics().bigOpSpacing1,ed.fontMetrics().bigOpSpacing3-ud.depth)}}if(Ja){var gd=buildGroup$1(Ja,ed.havingStyle(td.sub()),ed);ld={elem:gd,kern:Math.max(ed.fontMetrics().bigOpSpacing2,ed.fontMetrics().bigOpSpacing4-gd.height)}}var _d;if(cd&&ld){var yd=ed.fontMetrics().bigOpSpacing5+ld.elem.height+ld.elem.depth+ld.kern+Ra.depth+od;_d=buildCommon.makeVList({positionType:"bottom",positionData:yd,children:[{type:"kern",size:ed.fontMetrics().bigOpSpacing5},{type:"elem",elem:ld.elem,marginLeft:makeEm(-rd)},{type:"kern",size:ld.kern},{type:"elem",elem:Ra},{type:"kern",size:cd.kern},{type:"elem",elem:cd.elem,marginLeft:makeEm(rd)},{type:"kern",size:ed.fontMetrics().bigOpSpacing5}]},ed)}else if(ld){var Ed=Ra.height-od;_d=buildCommon.makeVList({positionType:"top",positionData:Ed,children:[{type:"kern",size:ed.fontMetrics().bigOpSpacing5},{type:"elem",elem:ld.elem,marginLeft:makeEm(-rd)},{type:"kern",size:ld.kern},{type:"elem",elem:Ra}]},ed)}else if(cd){var Td=Ra.depth+od;_d=buildCommon.makeVList({positionType:"bottom",positionData:Td,children:[{type:"elem",elem:Ra},{type:"kern",size:cd.kern},{type:"elem",elem:cd.elem,marginLeft:makeEm(rd)},{type:"kern",size:ed.fontMetrics().bigOpSpacing5}]},ed)}else return Ra;var Od=[_d];if(ld&&rd!==0&&!sd){var Ad=buildCommon.makeSpan(["mspace"],[],ed);Ad.style.marginRight=makeEm(rd),Od.unshift(Ad)}return buildCommon.makeSpan(["mop","op-limits"],Od,ed)},noSuccessor=["\\smallint"],htmlBuilder$2=(Ra,qa)=>{var Ja,ed,td=!1,rd;Ra.type==="supsub"?(Ja=Ra.sup,ed=Ra.sub,rd=assertNodeType(Ra.base,"op"),td=!0):rd=assertNodeType(Ra,"op");var od=qa.style,sd=!1;od.size===Style$1.DISPLAY.size&&rd.symbol&&!utils$5.contains(noSuccessor,rd.name)&&(sd=!0);var ld;if(rd.symbol){var cd=sd?"Size2-Regular":"Size1-Regular",ud="";if((rd.name==="\\oiint"||rd.name==="\\oiiint")&&(ud=rd.name.slice(1),rd.name=ud==="oiint"?"\\iint":"\\iiint"),ld=buildCommon.makeSymbol(rd.name,cd,"math",qa,["mop","op-symbol",sd?"large-op":"small-op"]),ud.length>0){var gd=ld.italic,_d=buildCommon.staticSvg(ud+"Size"+(sd?"2":"1"),qa);ld=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:ld,shift:0},{type:"elem",elem:_d,shift:sd?.08:0}]},qa),rd.name="\\"+ud,ld.classes.unshift("mop"),ld.italic=gd}}else if(rd.body){var yd=buildExpression$1(rd.body,qa,!0);yd.length===1&&yd[0]instanceof SymbolNode?(ld=yd[0],ld.classes[0]="mop"):ld=buildCommon.makeSpan(["mop"],yd,qa)}else{for(var Ed=[],Td=1;Td<rd.name.length;Td++)Ed.push(buildCommon.mathsym(rd.name[Td],rd.mode,qa));ld=buildCommon.makeSpan(["mop"],Ed,qa)}var Od=0,Ad=0;return(ld instanceof SymbolNode||rd.name==="\\oiint"||rd.name==="\\oiiint")&&!rd.suppressBaseShift&&(Od=(ld.height-ld.depth)/2-qa.fontMetrics().axisHeight,Ad=ld.italic),td?assembleSupSub(ld,Ja,ed,qa,od,Ad,Od):(Od&&(ld.style.position="relative",ld.style.top=makeEm(Od)),ld)},mathmlBuilder$1=(Ra,qa)=>{var Ja;if(Ra.symbol)Ja=new MathNode("mo",[makeText(Ra.name,Ra.mode)]),utils$5.contains(noSuccessor,Ra.name)&&Ja.setAttribute("largeop","false");else if(Ra.body)Ja=new MathNode("mo",buildExpression2(Ra.body,qa));else{Ja=new MathNode("mi",[new TextNode(Ra.name.slice(1))]);var ed=new MathNode("mo",[makeText("","text")]);Ra.parentIsSupSub?Ja=new MathNode("mrow",[Ja,ed]):Ja=newDocumentFragment([Ja,ed])}return Ja},singleCharBigOps={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","":"\\bigvee","⋂":"\\bigcap","":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};defineFunction({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","","⋂","","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed}=Ra,td=ed;return td.length===1&&(td=singleCharBigOps[td]),{type:"op",mode:Ja.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:td}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(Ra,qa)=>{var{parser:Ja}=Ra,ed=qa[0];return{type:"op",mode:Ja.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:ordargument(ed)}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});var singleCharIntegrals={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};defineFunction({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(Ra){var{parser:qa,funcName:Ja}=Ra;return{type:"op",mode:qa.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:Ja}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(Ra){var{parser:qa,funcName:Ja}=Ra;return{type:"op",mode:qa.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:Ja}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});defineFunction({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler(Ra){var{parser:qa,funcName:Ja}=Ra,ed=Ja;return ed.length===1&&(ed=singleCharIntegrals[ed]),{type:"op",mode:qa.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:ed}},htmlBuilder:htmlBuilder$2,mathmlBuilder:mathmlBuilder$1});var htmlBuilder$1=(Ra,qa)=>{var Ja,ed,td=!1,rd;Ra.type==="supsub"?(Ja=Ra.sup,ed=Ra.sub,rd=assertNodeType(Ra.base,"operatorname"),td=!0):rd=assertNodeType(Ra,"operatorname");var od;if(rd.body.length>0){for(var sd=rd.body.map(gd=>{var _d=gd.text;return typeof _d=="string"?{type:"textord",mode:gd.mode,text:_d}:gd}),ld=buildExpression$1(sd,qa.withFont("mathrm"),!0),cd=0;cd<ld.length;cd++){var ud=ld[cd];ud instanceof SymbolNode&&(ud.text=ud.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}od=buildCommon.makeSpan(["mop"],ld,qa)}else od=buildCommon.makeSpan(["mop"],[],qa);return td?assembleSupSub(od,Ja,ed,qa,qa.style,0,0):od},mathmlBuilder2=(Ra,qa)=>{for(var Ja=buildExpression2(Ra.body,qa.withFont("mathrm")),ed=!0,td=0;td<Ja.length;td++){var rd=Ja[td];if(!(rd instanceof mathMLTree.SpaceNode))if(rd instanceof mathMLTree.MathNode)switch(rd.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var od=rd.children[0];rd.children.length===1&&od instanceof mathMLTree.TextNode?od.text=od.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):ed=!1;break}default:ed=!1}else ed=!1}if(ed){var sd=Ja.map(ud=>ud.toText()).join("");Ja=[new mathMLTree.TextNode(sd)]}var ld=new mathMLTree.MathNode("mi",Ja);ld.setAttribute("mathvariant","normal");var cd=new mathMLTree.MathNode("mo",[makeText("","text")]);return Ra.parentIsSupSub?new mathMLTree.MathNode("mrow",[ld,cd]):mathMLTree.newDocumentFragment([ld,cd])};defineFunction({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(Ra,qa)=>{var{parser:Ja,funcName:ed}=Ra,td=qa[0];return{type:"operatorname",mode:Ja.mode,body:ordargument(td),alwaysHandleSupSub:ed==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:htmlBuilder$1,mathmlBuilder:mathmlBuilder2});defineMacro("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@");defineFunctionBuilders({type:"ordgroup",htmlBuilder(Ra,qa){return Ra.semisimple?buildCommon.makeFragment(buildExpression$1(Ra.body,qa,!1)):buildCommon.makeSpan(["mord"],buildExpression$1(Ra.body,qa,!0),qa)},mathmlBuilder(Ra,qa){return buildExpressionRow(Ra.body,qa,!0)}});defineFunction({type:"overline",names:["\\overline"],props:{numArgs:1},handler(Ra,qa){var{parser:Ja}=Ra,ed=qa[0];return{type:"overline",mode:Ja.mode,body:ed}},htmlBuilder(Ra,qa){var Ja=buildGroup$1(Ra.body,qa.havingCrampedStyle()),ed=buildCommon.makeLineSpan("overline-line",qa),td=qa.fontMetrics().defaultRuleThickness,rd=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Ja},{type:"kern",size:3*td},{type:"elem",elem:ed},{type:"kern",size:td}]},qa);return buildCommon.makeSpan(["mord","overline"],[rd],qa)},mathmlBuilder(Ra,qa){var Ja=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode("‾")]);Ja.setAttribute("stretchy","true");var ed=new mathMLTree.MathNode("mover",[buildGroup2(Ra.body,qa),Ja]);return ed.setAttribute("accent","true"),ed}});defineFunction({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja}=Ra,ed=qa[0];return{type:"phantom",mode:Ja.mode,body:ordargument(ed)}},htmlBuilder:(Ra,qa)=>{var Ja=buildExpression$1(Ra.body,qa.withPhantom(),!1);return buildCommon.makeFragment(Ja)},mathmlBuilder:(Ra,qa)=>{var Ja=buildExpression2(Ra.body,qa);return new mathMLTree.MathNode("mphantom",Ja)}});defineFunction({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja}=Ra,ed=qa[0];return{type:"hphantom",mode:Ja.mode,body:ed}},htmlBuilder:(Ra,qa)=>{var Ja=buildCommon.makeSpan([],[buildGroup$1(Ra.body,qa.withPhantom())]);if(Ja.height=0,Ja.depth=0,Ja.children)for(var ed=0;ed<Ja.children.length;ed++)Ja.children[ed].height=0,Ja.children[ed].depth=0;return Ja=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Ja}]},qa),buildCommon.makeSpan(["mord"],[Ja],qa)},mathmlBuilder:(Ra,qa)=>{var Ja=buildExpression2(ordargument(Ra.body),qa),ed=new mathMLTree.MathNode("mphantom",Ja),td=new mathMLTree.MathNode("mpadded",[ed]);return td.setAttribute("height","0px"),td.setAttribute("depth","0px"),td}});defineFunction({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(Ra,qa)=>{var{parser:Ja}=Ra,ed=qa[0];return{type:"vphantom",mode:Ja.mode,body:ed}},htmlBuilder:(Ra,qa)=>{var Ja=buildCommon.makeSpan(["inner"],[buildGroup$1(Ra.body,qa.withPhantom())]),ed=buildCommon.makeSpan(["fix"],[]);return buildCommon.makeSpan(["mord","rlap"],[Ja,ed],qa)},mathmlBuilder:(Ra,qa)=>{var Ja=buildExpression2(ordargument(Ra.body),qa),ed=new mathMLTree.MathNode("mphantom",Ja),td=new mathMLTree.MathNode("mpadded",[ed]);return td.setAttribute("width","0px"),td}});defineFunction({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(Ra,qa){var{parser:Ja}=Ra,ed=assertNodeType(qa[0],"size").value,td=qa[1];return{type:"raisebox",mode:Ja.mode,dy:ed,body:td}},htmlBuilder(Ra,qa){var Ja=buildGroup$1(Ra.body,qa),ed=calculateSize(Ra.dy,qa);return buildCommon.makeVList({positionType:"shift",positionData:-ed,children:[{type:"elem",elem:Ja}]},qa)},mathmlBuilder(Ra,qa){var Ja=new mathMLTree.MathNode("mpadded",[buildGroup2(Ra.body,qa)]),ed=Ra.dy.number+Ra.dy.unit;return Ja.setAttribute("voffset",ed),Ja}});defineFunction({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(Ra){var{parser:qa}=Ra;return{type:"internal",mode:qa.mode}}});defineFunction({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(Ra,qa,Ja){var{parser:ed}=Ra,td=Ja[0],rd=assertNodeType(qa[0],"size"),od=assertNodeType(qa[1],"size");return{type:"rule",mode:ed.mode,shift:td&&assertNodeType(td,"size").value,width:rd.value,height:od.value}},htmlBuilder(Ra,qa){var Ja=buildCommon.makeSpan(["mord","rule"],[],qa),ed=calculateSize(Ra.width,qa),td=calculateSize(Ra.height,qa),rd=Ra.shift?calculateSize(Ra.shift,qa):0;return Ja.style.borderRightWidth=makeEm(ed),Ja.style.borderTopWidth=makeEm(td),Ja.style.bottom=makeEm(rd),Ja.width=ed,Ja.height=td+rd,Ja.depth=-rd,Ja.maxFontSize=td*1.125*qa.sizeMultiplier,Ja},mathmlBuilder(Ra,qa){var Ja=calculateSize(Ra.width,qa),ed=calculateSize(Ra.height,qa),td=Ra.shift?calculateSize(Ra.shift,qa):0,rd=qa.color&&qa.getColor()||"black",od=new mathMLTree.MathNode("mspace");od.setAttribute("mathbackground",rd),od.setAttribute("width",makeEm(Ja)),od.setAttribute("height",makeEm(ed));var sd=new mathMLTree.MathNode("mpadded",[od]);return td>=0?sd.setAttribute("height",makeEm(td)):(sd.setAttribute("height",makeEm(td)),sd.setAttribute("depth",makeEm(-td))),sd.setAttribute("voffset",makeEm(td)),sd}});function sizingGroup(Ra,qa,Ja){for(var ed=buildExpression$1(Ra,qa,!1),td=qa.sizeMultiplier/Ja.sizeMultiplier,rd=0;rd<ed.length;rd++){var od=ed[rd].classes.indexOf("sizing");od<0?Array.prototype.push.apply(ed[rd].classes,qa.sizingClasses(Ja)):ed[rd].classes[od+1]==="reset-size"+qa.size&&(ed[rd].classes[od+1]="reset-size"+Ja.size),ed[rd].height*=td,ed[rd].depth*=td}return buildCommon.makeFragment(ed)}var sizeFuncs=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],htmlBuilder2=(Ra,qa)=>{var Ja=qa.havingSize(Ra.size);return sizingGroup(Ra.body,Ja,qa)};defineFunction({type:"sizing",names:sizeFuncs,props:{numArgs:0,allowedInText:!0},handler:(Ra,qa)=>{var{breakOnTokenText:Ja,funcName:ed,parser:td}=Ra,rd=td.parseExpression(!1,Ja);return{type:"sizing",mode:td.mode,size:sizeFuncs.indexOf(ed)+1,body:rd}},htmlBuilder:htmlBuilder2,mathmlBuilder:(Ra,qa)=>{var Ja=qa.havingSize(Ra.size),ed=buildExpression2(Ra.body,Ja),td=new mathMLTree.MathNode("mstyle",ed);return td.setAttribute("mathsize",makeEm(Ja.sizeMultiplier)),td}});defineFunction({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(Ra,qa,Ja)=>{var{parser:ed}=Ra,td=!1,rd=!1,od=Ja[0]&&assertNodeType(Ja[0],"ordgroup");if(od)for(var sd="",ld=0;ld<od.body.length;++ld){var cd=od.body[ld];if(sd=cd.text,sd==="t")td=!0;else if(sd==="b")rd=!0;else{td=!1,rd=!1;break}}else td=!0,rd=!0;var ud=qa[0];return{type:"smash",mode:ed.mode,body:ud,smashHeight:td,smashDepth:rd}},htmlBuilder:(Ra,qa)=>{var Ja=buildCommon.makeSpan([],[buildGroup$1(Ra.body,qa)]);if(!Ra.smashHeight&&!Ra.smashDepth)return Ja;if(Ra.smashHeight&&(Ja.height=0,Ja.children))for(var ed=0;ed<Ja.children.length;ed++)Ja.children[ed].height=0;if(Ra.smashDepth&&(Ja.depth=0,Ja.children))for(var td=0;td<Ja.children.length;td++)Ja.children[td].depth=0;var rd=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Ja}]},qa);return buildCommon.makeSpan(["mord"],[rd],qa)},mathmlBuilder:(Ra,qa)=>{var Ja=new mathMLTree.MathNode("mpadded",[buildGroup2(Ra.body,qa)]);return Ra.smashHeight&&Ja.setAttribute("height","0px"),Ra.smashDepth&&Ja.setAttribute("depth","0px"),Ja}});defineFunction({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(Ra,qa,Ja){var{parser:ed}=Ra,td=Ja[0],rd=qa[0];return{type:"sqrt",mode:ed.mode,body:rd,index:td}},htmlBuilder(Ra,qa){var Ja=buildGroup$1(Ra.body,qa.havingCrampedStyle());Ja.height===0&&(Ja.height=qa.fontMetrics().xHeight),Ja=buildCommon.wrapFragment(Ja,qa);var ed=qa.fontMetrics(),td=ed.defaultRuleThickness,rd=td;qa.style.id<Style$1.TEXT.id&&(rd=qa.fontMetrics().xHeight);var od=td+rd/4,sd=Ja.height+Ja.depth+od+td,{span:ld,ruleWidth:cd,advanceWidth:ud}=delimiter$1.sqrtImage(sd,qa),gd=ld.height-cd;gd>Ja.height+Ja.depth+od&&(od=(od+gd-Ja.height-Ja.depth)/2);var _d=ld.height-Ja.height-od-cd;Ja.style.paddingLeft=makeEm(ud);var yd=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Ja,wrapperClasses:["svg-align"]},{type:"kern",size:-(Ja.height+_d)},{type:"elem",elem:ld},{type:"kern",size:cd}]},qa);if(Ra.index){var Ed=qa.havingStyle(Style$1.SCRIPTSCRIPT),Td=buildGroup$1(Ra.index,Ed,qa),Od=.6*(yd.height-yd.depth),Ad=buildCommon.makeVList({positionType:"shift",positionData:-Od,children:[{type:"elem",elem:Td}]},qa),Nd=buildCommon.makeSpan(["root"],[Ad]);return buildCommon.makeSpan(["mord","sqrt"],[Nd,yd],qa)}else return buildCommon.makeSpan(["mord","sqrt"],[yd],qa)},mathmlBuilder(Ra,qa){var{body:Ja,index:ed}=Ra;return ed?new mathMLTree.MathNode("mroot",[buildGroup2(Ja,qa),buildGroup2(ed,qa)]):new mathMLTree.MathNode("msqrt",[buildGroup2(Ja,qa)])}});var styleMap={display:Style$1.DISPLAY,text:Style$1.TEXT,script:Style$1.SCRIPT,scriptscript:Style$1.SCRIPTSCRIPT};defineFunction({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(Ra,qa){var{breakOnTokenText:Ja,funcName:ed,parser:td}=Ra,rd=td.parseExpression(!0,Ja),od=ed.slice(1,ed.length-5);return{type:"styling",mode:td.mode,style:od,body:rd}},htmlBuilder(Ra,qa){var Ja=styleMap[Ra.style],ed=qa.havingStyle(Ja).withFont("");return sizingGroup(Ra.body,ed,qa)},mathmlBuilder(Ra,qa){var Ja=styleMap[Ra.style],ed=qa.havingStyle(Ja),td=buildExpression2(Ra.body,ed),rd=new mathMLTree.MathNode("mstyle",td),od={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},sd=od[Ra.style];return rd.setAttribute("scriptlevel",sd[0]),rd.setAttribute("displaystyle",sd[1]),rd}});var htmlBuilderDelegate=function(qa,Ja){var ed=qa.base;if(ed)if(ed.type==="op"){var td=ed.limits&&(Ja.style.size===Style$1.DISPLAY.size||ed.alwaysHandleSupSub);return td?htmlBuilder$2:null}else if(ed.type==="operatorname"){var rd=ed.alwaysHandleSupSub&&(Ja.style.size===Style$1.DISPLAY.size||ed.limits);return rd?htmlBuilder$1:null}else{if(ed.type==="accent")return utils$5.isCharacterBox(ed.base)?htmlBuilder$a:null;if(ed.type==="horizBrace"){var od=!qa.sub;return od===ed.isOver?htmlBuilder$3:null}else return null}else return null};defineFunctionBuilders({type:"supsub",htmlBuilder(Ra,qa){var Ja=htmlBuilderDelegate(Ra,qa);if(Ja)return Ja(Ra,qa);var{base:ed,sup:td,sub:rd}=Ra,od=buildGroup$1(ed,qa),sd,ld,cd=qa.fontMetrics(),ud=0,gd=0,_d=ed&&utils$5.isCharacterBox(ed);if(td){var yd=qa.havingStyle(qa.style.sup());sd=buildGroup$1(td,yd,qa),_d||(ud=od.height-yd.fontMetrics().supDrop*yd.sizeMultiplier/qa.sizeMultiplier)}if(rd){var Ed=qa.havingStyle(qa.style.sub());ld=buildGroup$1(rd,Ed,qa),_d||(gd=od.depth+Ed.fontMetrics().subDrop*Ed.sizeMultiplier/qa.sizeMultiplier)}var Td;qa.style===Style$1.DISPLAY?Td=cd.sup1:qa.style.cramped?Td=cd.sup3:Td=cd.sup2;var Od=qa.sizeMultiplier,Ad=makeEm(.5/cd.ptPerEm/Od),Nd=null;if(ld){var kd=Ra.base&&Ra.base.type==="op"&&Ra.base.name&&(Ra.base.name==="\\oiint"||Ra.base.name==="\\oiiint");(od instanceof SymbolNode||kd)&&(Nd=makeEm(-od.italic))}var Id;if(sd&&ld){ud=Math.max(ud,Td,sd.depth+.25*cd.xHeight),gd=Math.max(gd,cd.sub2);var Rd=cd.defaultRuleThickness,Md=4*Rd;if(ud-sd.depth-(ld.height-gd)<Md){gd=Md-(ud-sd.depth)+ld.height;var Ld=.8*cd.xHeight-(ud-sd.depth);Ld>0&&(ud+=Ld,gd-=Ld)}var jd=[{type:"elem",elem:ld,shift:gd,marginRight:Ad,marginLeft:Nd},{type:"elem",elem:sd,shift:-ud,marginRight:Ad}];Id=buildCommon.makeVList({positionType:"individualShift",children:jd},qa)}else if(ld){gd=Math.max(gd,cd.sub1,ld.height-.8*cd.xHeight);var Pd=[{type:"elem",elem:ld,marginLeft:Nd,marginRight:Ad}];Id=buildCommon.makeVList({positionType:"shift",positionData:gd,children:Pd},qa)}else if(sd)ud=Math.max(ud,Td,sd.depth+.25*cd.xHeight),Id=buildCommon.makeVList({positionType:"shift",positionData:-ud,children:[{type:"elem",elem:sd,marginRight:Ad}]},qa);else throw new Error("supsub must have either sup or sub.");var Fd=getTypeOfDomTree(od,"right")||"mord";return buildCommon.makeSpan([Fd],[od,buildCommon.makeSpan(["msupsub"],[Id])],qa)},mathmlBuilder(Ra,qa){var Ja=!1,ed,td;Ra.base&&Ra.base.type==="horizBrace"&&(td=!!Ra.sup,td===Ra.base.isOver&&(Ja=!0,ed=Ra.base.isOver)),Ra.base&&(Ra.base.type==="op"||Ra.base.type==="operatorname")&&(Ra.base.parentIsSupSub=!0);var rd=[buildGroup2(Ra.base,qa)];Ra.sub&&rd.push(buildGroup2(Ra.sub,qa)),Ra.sup&&rd.push(buildGroup2(Ra.sup,qa));var od;if(Ja)od=ed?"mover":"munder";else if(Ra.sub)if(Ra.sup){var cd=Ra.base;cd&&cd.type==="op"&&cd.limits&&qa.style===Style$1.DISPLAY||cd&&cd.type==="operatorname"&&cd.alwaysHandleSupSub&&(qa.style===Style$1.DISPLAY||cd.limits)?od="munderover":od="msubsup"}else{var ld=Ra.base;ld&&ld.type==="op"&&ld.limits&&(qa.style===Style$1.DISPLAY||ld.alwaysHandleSupSub)||ld&&ld.type==="operatorname"&&ld.alwaysHandleSupSub&&(ld.limits||qa.style===Style$1.DISPLAY)?od="munder":od="msub"}else{var sd=Ra.base;sd&&sd.type==="op"&&sd.limits&&(qa.style===Style$1.DISPLAY||sd.alwaysHandleSupSub)||sd&&sd.type==="operatorname"&&sd.alwaysHandleSupSub&&(sd.limits||qa.style===Style$1.DISPLAY)?od="mover":od="msup"}return new mathMLTree.MathNode(od,rd)}});defineFunctionBuilders({type:"atom",htmlBuilder(Ra,qa){return buildCommon.mathsym(Ra.text,Ra.mode,qa,["m"+Ra.family])},mathmlBuilder(Ra,qa){var Ja=new mathMLTree.MathNode("mo",[makeText(Ra.text,Ra.mode)]);if(Ra.family==="bin"){var ed=getVariant(Ra,qa);ed==="bold-italic"&&Ja.setAttribute("mathvariant",ed)}else Ra.family==="punct"?Ja.setAttribute("separator","true"):(Ra.family==="open"||Ra.family==="close")&&Ja.setAttribute("stretchy","false");return Ja}});var defaultVariant={mi:"italic",mn:"normal",mtext:"normal"};defineFunctionBuilders({type:"mathord",htmlBuilder(Ra,qa){return buildCommon.makeOrd(Ra,qa,"mathord")},mathmlBuilder(Ra,qa){var Ja=new mathMLTree.MathNode("mi",[makeText(Ra.text,Ra.mode,qa)]),ed=getVariant(Ra,qa)||"italic";return ed!==defaultVariant[Ja.type]&&Ja.setAttribute("mathvariant",ed),Ja}});defineFunctionBuilders({type:"textord",htmlBuilder(Ra,qa){return buildCommon.makeOrd(Ra,qa,"textord")},mathmlBuilder(Ra,qa){var Ja=makeText(Ra.text,Ra.mode,qa),ed=getVariant(Ra,qa)||"normal",td;return Ra.mode==="text"?td=new mathMLTree.MathNode("mtext",[Ja]):/[0-9]/.test(Ra.text)?td=new mathMLTree.MathNode("mn",[Ja]):Ra.text==="\\prime"?td=new mathMLTree.MathNode("mo",[Ja]):td=new mathMLTree.MathNode("mi",[Ja]),ed!==defaultVariant[td.type]&&td.setAttribute("mathvariant",ed),td}});var cssSpace={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},regularSpace={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};defineFunctionBuilders({type:"spacing",htmlBuilder(Ra,qa){if(regularSpace.hasOwnProperty(Ra.text)){var Ja=regularSpace[Ra.text].className||"";if(Ra.mode==="text"){var ed=buildCommon.makeOrd(Ra,qa,"textord");return ed.classes.push(Ja),ed}else return buildCommon.makeSpan(["mspace",Ja],[buildCommon.mathsym(Ra.text,Ra.mode,qa)],qa)}else{if(cssSpace.hasOwnProperty(Ra.text))return buildCommon.makeSpan(["mspace",cssSpace[Ra.text]],[],qa);throw new ParseError('Unknown type of space "'+Ra.text+'"')}},mathmlBuilder(Ra,qa){var Ja;if(regularSpace.hasOwnProperty(Ra.text))Ja=new mathMLTree.MathNode("mtext",[new mathMLTree.TextNode(" ")]);else{if(cssSpace.hasOwnProperty(Ra.text))return new mathMLTree.MathNode("mspace");throw new ParseError('Unknown type of space "'+Ra.text+'"')}return Ja}});var pad=()=>{var Ra=new mathMLTree.MathNode("mtd",[]);return Ra.setAttribute("width","50%"),Ra};defineFunctionBuilders({type:"tag",mathmlBuilder(Ra,qa){var Ja=new mathMLTree.MathNode("mtable",[new mathMLTree.MathNode("mtr",[pad(),new mathMLTree.MathNode("mtd",[buildExpressionRow(Ra.body,qa)]),pad(),new mathMLTree.MathNode("mtd",[buildExpressionRow(Ra.tag,qa)])])]);return Ja.setAttribute("width","100%"),Ja}});var textFontFamilies={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},textFontWeights={"\\textbf":"textbf","\\textmd":"textmd"},textFontShapes={"\\textit":"textit","\\textup":"textup"},optionsWithFont=(Ra,qa)=>{var Ja=Ra.font;if(Ja){if(textFontFamilies[Ja])return qa.withTextFontFamily(textFontFamilies[Ja]);if(textFontWeights[Ja])return qa.withTextFontWeight(textFontWeights[Ja]);if(Ja==="\\emph")return qa.fontShape==="textit"?qa.withTextFontShape("textup"):qa.withTextFontShape("textit")}else return qa;return qa.withTextFontShape(textFontShapes[Ja])};defineFunction({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(Ra,qa){var{parser:Ja,funcName:ed}=Ra,td=qa[0];return{type:"text",mode:Ja.mode,body:ordargument(td),font:ed}},htmlBuilder(Ra,qa){var Ja=optionsWithFont(Ra,qa),ed=buildExpression$1(Ra.body,Ja,!0);return buildCommon.makeSpan(["mord","text"],ed,Ja)},mathmlBuilder(Ra,qa){var Ja=optionsWithFont(Ra,qa);return buildExpressionRow(Ra.body,Ja)}});defineFunction({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(Ra,qa){var{parser:Ja}=Ra;return{type:"underline",mode:Ja.mode,body:qa[0]}},htmlBuilder(Ra,qa){var Ja=buildGroup$1(Ra.body,qa),ed=buildCommon.makeLineSpan("underline-line",qa),td=qa.fontMetrics().defaultRuleThickness,rd=buildCommon.makeVList({positionType:"top",positionData:Ja.height,children:[{type:"kern",size:td},{type:"elem",elem:ed},{type:"kern",size:3*td},{type:"elem",elem:Ja}]},qa);return buildCommon.makeSpan(["mord","underline"],[rd],qa)},mathmlBuilder(Ra,qa){var Ja=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode("‾")]);Ja.setAttribute("stretchy","true");var ed=new mathMLTree.MathNode("munder",[buildGroup2(Ra.body,qa),Ja]);return ed.setAttribute("accentunder","true"),ed}});defineFunction({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(Ra,qa){var{parser:Ja}=Ra;return{type:"vcenter",mode:Ja.mode,body:qa[0]}},htmlBuilder(Ra,qa){var Ja=buildGroup$1(Ra.body,qa),ed=qa.fontMetrics().axisHeight,td=.5*(Ja.height-ed-(Ja.depth+ed));return buildCommon.makeVList({positionType:"shift",positionData:td,children:[{type:"elem",elem:Ja}]},qa)},mathmlBuilder(Ra,qa){return new mathMLTree.MathNode("mpadded",[buildGroup2(Ra.body,qa)],["vcenter"])}});defineFunction({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(Ra,qa,Ja){throw new ParseError("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(Ra,qa){for(var Ja=makeVerb(Ra),ed=[],td=qa.havingStyle(qa.style.text()),rd=0;rd<Ja.length;rd++){var od=Ja[rd];od==="~"&&(od="\\textasciitilde"),ed.push(buildCommon.makeSymbol(od,"Typewriter-Regular",Ra.mode,td,["mord","texttt"]))}return buildCommon.makeSpan(["mord","text"].concat(td.sizingClasses(qa)),buildCommon.tryCombineChars(ed),td)},mathmlBuilder(Ra,qa){var Ja=new mathMLTree.TextNode(makeVerb(Ra)),ed=new mathMLTree.MathNode("mtext",[Ja]);return ed.setAttribute("mathvariant","monospace"),ed}});var makeVerb=Ra=>Ra.body.replace(/ /g,Ra.star?"␣":" "),functions=_functions,spaceRegexString=`[ \r
]`,controlWordRegexString="\\\\[a-zA-Z@]+",controlSymbolRegexString="\\\\[^\uD800-\uDFFF]",controlWordWhitespaceRegexString="("+controlWordRegexString+")"+spaceRegexString+"*",controlSpaceRegexString=`\\\\(
|[ \r ]+
?)[ \r ]*`,combiningDiacriticalMarkString="[̀-ͯ]",combiningDiacriticalMarksEndRegex=new RegExp(combiningDiacriticalMarkString+"+$"),tokenRegexString="("+spaceRegexString+"+)|"+(controlSpaceRegexString+"|")+"([!-\\[\\]-‧‪-퟿豈-￿]"+(combiningDiacriticalMarkString+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(combiningDiacriticalMarkString+"*")+"|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5"+("|"+controlWordWhitespaceRegexString)+("|"+controlSymbolRegexString+")");class Lexer{constructor(qa,Ja){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=qa,this.settings=Ja,this.tokenRegex=new RegExp(tokenRegexString,"g"),this.catcodes={"%":14,"~":13}}setCatcode(qa,Ja){this.catcodes[qa]=Ja}lex(){var qa=this.input,Ja=this.tokenRegex.lastIndex;if(Ja===qa.length)return new Token("EOF",new SourceLocation(this,Ja,Ja));var ed=this.tokenRegex.exec(qa);if(ed===null||ed.index!==Ja)throw new ParseError("Unexpected character: '"+qa[Ja]+"'",new Token(qa[Ja],new SourceLocation(this,Ja,Ja+1)));var td=ed[6]||ed[3]||(ed[2]?"\\ ":" ");if(this.catcodes[td]===14){var rd=qa.indexOf(`
`,this.tokenRegex.lastIndex);return rd===-1?(this.tokenRegex.lastIndex=qa.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=rd+1,this.lex()}return new Token(td,new SourceLocation(this,Ja,this.tokenRegex.lastIndex))}}class Namespace{constructor(qa,Ja){qa===void 0&&(qa={}),Ja===void 0&&(Ja={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=Ja,this.builtins=qa,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(this.undefStack.length===0)throw new ParseError("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var qa=this.undefStack.pop();for(var Ja in qa)qa.hasOwnProperty(Ja)&&(qa[Ja]==null?delete this.current[Ja]:this.current[Ja]=qa[Ja])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(qa){return this.current.hasOwnProperty(qa)||this.builtins.hasOwnProperty(qa)}get(qa){return this.current.hasOwnProperty(qa)?this.current[qa]:this.builtins[qa]}set(qa,Ja,ed){if(ed===void 0&&(ed=!1),ed){for(var td=0;td<this.undefStack.length;td++)delete this.undefStack[td][qa];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][qa]=Ja)}else{var rd=this.undefStack[this.undefStack.length-1];rd&&!rd.hasOwnProperty(qa)&&(rd[qa]=this.current[qa])}Ja==null?delete this.current[qa]:this.current[qa]=Ja}}var macros=_macros;defineMacro("\\noexpand",function(Ra){var qa=Ra.popToken();return Ra.isExpandable(qa.text)&&(qa.noexpand=!0,qa.treatAsRelax=!0),{tokens:[qa],numArgs:0}});defineMacro("\\expandafter",function(Ra){var qa=Ra.popToken();return Ra.expandOnce(!0),{tokens:[qa],numArgs:0}});defineMacro("\\@firstoftwo",function(Ra){var qa=Ra.consumeArgs(2);return{tokens:qa[0],numArgs:0}});defineMacro("\\@secondoftwo",function(Ra){var qa=Ra.consumeArgs(2);return{tokens:qa[1],numArgs:0}});defineMacro("\\@ifnextchar",function(Ra){var qa=Ra.consumeArgs(3);Ra.consumeSpaces();var Ja=Ra.future();return qa[0].length===1&&qa[0][0].text===Ja.text?{tokens:qa[1],numArgs:0}:{tokens:qa[2],numArgs:0}});defineMacro("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}");defineMacro("\\TextOrMath",function(Ra){var qa=Ra.consumeArgs(2);return Ra.mode==="text"?{tokens:qa[0],numArgs:0}:{tokens:qa[1],numArgs:0}});var digitToNumber={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};defineMacro("\\char",function(Ra){var qa=Ra.popToken(),Ja,ed="";if(qa.text==="'")Ja=8,qa=Ra.popToken();else if(qa.text==='"')Ja=16,qa=Ra.popToken();else if(qa.text==="`")if(qa=Ra.popToken(),qa.text[0]==="\\")ed=qa.text.charCodeAt(1);else{if(qa.text==="EOF")throw new ParseError("\\char` missing argument");ed=qa.text.charCodeAt(0)}else Ja=10;if(Ja){if(ed=digitToNumber[qa.text],ed==null||ed>=Ja)throw new ParseError("Invalid base-"+Ja+" digit "+qa.text);for(var td;(td=digitToNumber[Ra.future().text])!=null&&td<Ja;)ed*=Ja,ed+=td,Ra.popToken()}return"\\@char{"+ed+"}"});var newcommand=(Ra,qa,Ja)=>{var ed=Ra.consumeArg().tokens;if(ed.length!==1)throw new ParseError("\\newcommand's first argument must be a macro name");var td=ed[0].text,rd=Ra.isDefined(td);if(rd&&!qa)throw new ParseError("\\newcommand{"+td+"} attempting to redefine "+(td+"; use \\renewcommand"));if(!rd&&!Ja)throw new ParseError("\\renewcommand{"+td+"} when command "+td+" does not yet exist; use \\newcommand");var od=0;if(ed=Ra.consumeArg().tokens,ed.length===1&&ed[0].text==="["){for(var sd="",ld=Ra.expandNextToken();ld.text!=="]"&&ld.text!=="EOF";)sd+=ld.text,ld=Ra.expandNextToken();if(!sd.match(/^\s*[0-9]+\s*$/))throw new ParseError("Invalid number of arguments: "+sd);od=parseInt(sd),ed=Ra.consumeArg().tokens}return Ra.macros.set(td,{tokens:ed,numArgs:od}),""};defineMacro("\\newcommand",Ra=>newcommand(Ra,!1,!0));defineMacro("\\renewcommand",Ra=>newcommand(Ra,!0,!1));defineMacro("\\providecommand",Ra=>newcommand(Ra,!0,!0));defineMacro("\\message",Ra=>{var qa=Ra.consumeArgs(1)[0];return console.log(qa.reverse().map(Ja=>Ja.text).join("")),""});defineMacro("\\errmessage",Ra=>{var qa=Ra.consumeArgs(1)[0];return console.error(qa.reverse().map(Ja=>Ja.text).join("")),""});defineMacro("\\show",Ra=>{var qa=Ra.popToken(),Ja=qa.text;return console.log(qa,Ra.macros.get(Ja),functions[Ja],symbols.math[Ja],symbols.text[Ja]),""});defineMacro("\\bgroup","{");defineMacro("\\egroup","}");defineMacro("~","\\nobreakspace");defineMacro("\\lq","`");defineMacro("\\rq","'");defineMacro("\\aa","\\r a");defineMacro("\\AA","\\r A");defineMacro("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}");defineMacro("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}");defineMacro("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}");defineMacro("","\\mathscr{B}");defineMacro("","\\mathscr{E}");defineMacro("","\\mathscr{F}");defineMacro("","\\mathscr{H}");defineMacro("","\\mathscr{I}");defineMacro("","\\mathscr{L}");defineMacro("","\\mathscr{M}");defineMacro("","\\mathscr{R}");defineMacro("","\\mathfrak{C}");defineMacro("","\\mathfrak{H}");defineMacro("","\\mathfrak{Z}");defineMacro("\\Bbbk","\\Bbb{k}");defineMacro("·","\\cdotp");defineMacro("\\llap","\\mathllap{\\textrm{#1}}");defineMacro("\\rlap","\\mathrlap{\\textrm{#1}}");defineMacro("\\clap","\\mathclap{\\textrm{#1}}");defineMacro("\\mathstrut","\\vphantom{(}");defineMacro("\\underbar","\\underline{\\text{#1}}");defineMacro("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}');defineMacro("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}");defineMacro("\\ne","\\neq");defineMacro("≠","\\neq");defineMacro("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}");defineMacro("∉","\\notin");defineMacro("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}");defineMacro("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}");defineMacro("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}");defineMacro("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}");defineMacro("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}");defineMacro("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}");defineMacro("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}");defineMacro("⟂","\\perp");defineMacro("‼","\\mathclose{!\\mkern-0.8mu!}");defineMacro("∌","\\notni");defineMacro("⌜","\\ulcorner");defineMacro("⌝","\\urcorner");defineMacro("⌞","\\llcorner");defineMacro("⌟","\\lrcorner");defineMacro("©","\\copyright");defineMacro("®","\\textregistered");defineMacro("","\\textregistered");defineMacro("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}');defineMacro("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}');defineMacro("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}');defineMacro("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}');defineMacro("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}");defineMacro("⋮","\\vdots");defineMacro("\\varGamma","\\mathit{\\Gamma}");defineMacro("\\varDelta","\\mathit{\\Delta}");defineMacro("\\varTheta","\\mathit{\\Theta}");defineMacro("\\varLambda","\\mathit{\\Lambda}");defineMacro("\\varXi","\\mathit{\\Xi}");defineMacro("\\varPi","\\mathit{\\Pi}");defineMacro("\\varSigma","\\mathit{\\Sigma}");defineMacro("\\varUpsilon","\\mathit{\\Upsilon}");defineMacro("\\varPhi","\\mathit{\\Phi}");defineMacro("\\varPsi","\\mathit{\\Psi}");defineMacro("\\varOmega","\\mathit{\\Omega}");defineMacro("\\substack","\\begin{subarray}{c}#1\\end{subarray}");defineMacro("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax");defineMacro("\\boxed","\\fbox{$\\displaystyle{#1}$}");defineMacro("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;");defineMacro("\\implies","\\DOTSB\\;\\Longrightarrow\\;");defineMacro("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var dotsByToken={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};defineMacro("\\dots",function(Ra){var qa="\\dotso",Ja=Ra.expandAfterFuture().text;return Ja in dotsByToken?qa=dotsByToken[Ja]:(Ja.slice(0,4)==="\\not"||Ja in symbols.math&&utils$5.contains(["bin","rel"],symbols.math[Ja].group))&&(qa="\\dotsb"),qa});var spaceAfterDots={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};defineMacro("\\dotso",function(Ra){var qa=Ra.future().text;return qa in spaceAfterDots?"\\ldots\\,":"\\ldots"});defineMacro("\\dotsc",function(Ra){var qa=Ra.future().text;return qa in spaceAfterDots&&qa!==","?"\\ldots\\,":"\\ldots"});defineMacro("\\cdots",function(Ra){var qa=Ra.future().text;return qa in spaceAfterDots?"\\@cdots\\,":"\\@cdots"});defineMacro("\\dotsb","\\cdots");defineMacro("\\dotsm","\\cdots");defineMacro("\\dotsi","\\!\\cdots");defineMacro("\\dotsx","\\ldots\\,");defineMacro("\\DOTSI","\\relax");defineMacro("\\DOTSB","\\relax");defineMacro("\\DOTSX","\\relax");defineMacro("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax");defineMacro("\\,","\\tmspace+{3mu}{.1667em}");defineMacro("\\thinspace","\\,");defineMacro("\\>","\\mskip{4mu}");defineMacro("\\:","\\tmspace+{4mu}{.2222em}");defineMacro("\\medspace","\\:");defineMacro("\\;","\\tmspace+{5mu}{.2777em}");defineMacro("\\thickspace","\\;");defineMacro("\\!","\\tmspace-{3mu}{.1667em}");defineMacro("\\negthinspace","\\!");defineMacro("\\negmedspace","\\tmspace-{4mu}{.2222em}");defineMacro("\\negthickspace","\\tmspace-{5mu}{.277em}");defineMacro("\\enspace","\\kern.5em ");defineMacro("\\enskip","\\hskip.5em\\relax");defineMacro("\\quad","\\hskip1em\\relax");defineMacro("\\qquad","\\hskip2em\\relax");defineMacro("\\tag","\\@ifstar\\tag@literal\\tag@paren");defineMacro("\\tag@paren","\\tag@literal{({#1})}");defineMacro("\\tag@literal",Ra=>{if(Ra.macros.get("\\df@tag"))throw new ParseError("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"});defineMacro("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}");defineMacro("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)");defineMacro("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}");defineMacro("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1");defineMacro("\\newline","\\\\\\relax");defineMacro("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var latexRaiseA=makeEm(fontMetricsData["Main-Regular"][84][1]-.7*fontMetricsData["Main-Regular"][65][1]);defineMacro("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+latexRaiseA+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}");defineMacro("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+latexRaiseA+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}");defineMacro("\\hspace","\\@ifstar\\@hspacer\\@hspace");defineMacro("\\@hspace","\\hskip #1\\relax");defineMacro("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax");defineMacro("\\ordinarycolon",":");defineMacro("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}");defineMacro("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}');defineMacro("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}');defineMacro("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}');defineMacro("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}');defineMacro("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}');defineMacro("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}');defineMacro("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}');defineMacro("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}');defineMacro("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}');defineMacro("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}');defineMacro("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}');defineMacro("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}');defineMacro("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}');defineMacro("∷","\\dblcolon");defineMacro("∹","\\eqcolon");defineMacro("≔","\\coloneqq");defineMacro("≕","\\eqqcolon");defineMacro("⩴","\\Coloneqq");defineMacro("\\ratio","\\vcentcolon");defineMacro("\\coloncolon","\\dblcolon");defineMacro("\\colonequals","\\coloneqq");defineMacro("\\coloncolonequals","\\Coloneqq");defineMacro("\\equalscolon","\\eqqcolon");defineMacro("\\equalscoloncolon","\\Eqqcolon");defineMacro("\\colonminus","\\coloneq");defineMacro("\\coloncolonminus","\\Coloneq");defineMacro("\\minuscolon","\\eqcolon");defineMacro("\\minuscoloncolon","\\Eqcolon");defineMacro("\\coloncolonapprox","\\Colonapprox");defineMacro("\\coloncolonsim","\\Colonsim");defineMacro("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}");defineMacro("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}");defineMacro("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}");defineMacro("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}");defineMacro("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}");defineMacro("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}");defineMacro("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}");defineMacro("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}");defineMacro("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}");defineMacro("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}");defineMacro("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}");defineMacro("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}");defineMacro("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}");defineMacro("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}");defineMacro("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}");defineMacro("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}");defineMacro("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}");defineMacro("\\nleqq","\\html@mathml{\\@nleqq}{≰}");defineMacro("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}");defineMacro("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}");defineMacro("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}");defineMacro("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}");defineMacro("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}");defineMacro("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}");defineMacro("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}");defineMacro("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}");defineMacro("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}");defineMacro("\\imath","\\html@mathml{\\@imath}{ı}");defineMacro("\\jmath","\\html@mathml{\\@jmath}{ȷ}");defineMacro("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}");defineMacro("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}");defineMacro("⟦","\\llbracket");defineMacro("⟧","\\rrbracket");defineMacro("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}");defineMacro("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}");defineMacro("⦃","\\lBrace");defineMacro("⦄","\\rBrace");defineMacro("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}");defineMacro("⦵","\\minuso");defineMacro("\\darr","\\downarrow");defineMacro("\\dArr","\\Downarrow");defineMacro("\\Darr","\\Downarrow");defineMacro("\\lang","\\langle");defineMacro("\\rang","\\rangle");defineMacro("\\uarr","\\uparrow");defineMacro("\\uArr","\\Uparrow");defineMacro("\\Uarr","\\Uparrow");defineMacro("\\N","\\mathbb{N}");defineMacro("\\R","\\mathbb{R}");defineMacro("\\Z","\\mathbb{Z}");defineMacro("\\alef","\\aleph");defineMacro("\\alefsym","\\aleph");defineMacro("\\Alpha","\\mathrm{A}");defineMacro("\\Beta","\\mathrm{B}");defineMacro("\\bull","\\bullet");defineMacro("\\Chi","\\mathrm{X}");defineMacro("\\clubs","\\clubsuit");defineMacro("\\cnums","\\mathbb{C}");defineMacro("\\Complex","\\mathbb{C}");defineMacro("\\Dagger","\\ddagger");defineMacro("\\diamonds","\\diamondsuit");defineMacro("\\empty","\\emptyset");defineMacro("\\Epsilon","\\mathrm{E}");defineMacro("\\Eta","\\mathrm{H}");defineMacro("\\exist","\\exists");defineMacro("\\harr","\\leftrightarrow");defineMacro("\\hArr","\\Leftrightarrow");defineMacro("\\Harr","\\Leftrightarrow");defineMacro("\\hearts","\\heartsuit");defineMacro("\\image","\\Im");defineMacro("\\infin","\\infty");defineMacro("\\Iota","\\mathrm{I}");defineMacro("\\isin","\\in");defineMacro("\\Kappa","\\mathrm{K}");defineMacro("\\larr","\\leftarrow");defineMacro("\\lArr","\\Leftarrow");defineMacro("\\Larr","\\Leftarrow");defineMacro("\\lrarr","\\leftrightarrow");defineMacro("\\lrArr","\\Leftrightarrow");defineMacro("\\Lrarr","\\Leftrightarrow");defineMacro("\\Mu","\\mathrm{M}");defineMacro("\\natnums","\\mathbb{N}");defineMacro("\\Nu","\\mathrm{N}");defineMacro("\\Omicron","\\mathrm{O}");defineMacro("\\plusmn","\\pm");defineMacro("\\rarr","\\rightarrow");defineMacro("\\rArr","\\Rightarrow");defineMacro("\\Rarr","\\Rightarrow");defineMacro("\\real","\\Re");defineMacro("\\reals","\\mathbb{R}");defineMacro("\\Reals","\\mathbb{R}");defineMacro("\\Rho","\\mathrm{P}");defineMacro("\\sdot","\\cdot");defineMacro("\\sect","\\S");defineMacro("\\spades","\\spadesuit");defineMacro("\\sub","\\subset");defineMacro("\\sube","\\subseteq");defineMacro("\\supe","\\supseteq");defineMacro("\\Tau","\\mathrm{T}");defineMacro("\\thetasym","\\vartheta");defineMacro("\\weierp","\\wp");defineMacro("\\Zeta","\\mathrm{Z}");defineMacro("\\argmin","\\DOTSB\\operatorname*{arg\\,min}");defineMacro("\\argmax","\\DOTSB\\operatorname*{arg\\,max}");defineMacro("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits");defineMacro("\\bra","\\mathinner{\\langle{#1}|}");defineMacro("\\ket","\\mathinner{|{#1}\\rangle}");defineMacro("\\braket","\\mathinner{\\langle{#1}\\rangle}");defineMacro("\\Bra","\\left\\langle#1\\right|");defineMacro("\\Ket","\\left|#1\\right\\rangle");var braketHelper=Ra=>qa=>{var Ja=qa.consumeArg().tokens,ed=qa.consumeArg().tokens,td=qa.consumeArg().tokens,rd=qa.consumeArg().tokens,od=qa.macros.get("|"),sd=qa.macros.get("\\|");qa.macros.beginGroup();var ld=gd=>_d=>{Ra&&(_d.macros.set("|",od),td.length&&_d.macros.set("\\|",sd));var yd=gd;if(!gd&&td.length){var Ed=_d.future();Ed.text==="|"&&(_d.popToken(),yd=!0)}return{tokens:yd?td:ed,numArgs:0}};qa.macros.set("|",ld(!1)),td.length&&qa.macros.set("\\|",ld(!0));var cd=qa.consumeArg().tokens,ud=qa.expandTokens([...rd,...cd,...Ja]);return qa.macros.endGroup(),{tokens:ud.reverse(),numArgs:0}};defineMacro("\\bra@ket",braketHelper(!1));defineMacro("\\bra@set",braketHelper(!0));defineMacro("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}");defineMacro("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}");defineMacro("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}");defineMacro("\\angln","{\\angl n}");defineMacro("\\blue","\\textcolor{##6495ed}{#1}");defineMacro("\\orange","\\textcolor{##ffa500}{#1}");defineMacro("\\pink","\\textcolor{##ff00af}{#1}");defineMacro("\\red","\\textcolor{##df0030}{#1}");defineMacro("\\green","\\textcolor{##28ae7b}{#1}");defineMacro("\\gray","\\textcolor{gray}{#1}");defineMacro("\\purple","\\textcolor{##9d38bd}{#1}");defineMacro("\\blueA","\\textcolor{##ccfaff}{#1}");defineMacro("\\blueB","\\textcolor{##80f6ff}{#1}");defineMacro("\\blueC","\\textcolor{##63d9ea}{#1}");defineMacro("\\blueD","\\textcolor{##11accd}{#1}");defineMacro("\\blueE","\\textcolor{##0c7f99}{#1}");defineMacro("\\tealA","\\textcolor{##94fff5}{#1}");defineMacro("\\tealB","\\textcolor{##26edd5}{#1}");defineMacro("\\tealC","\\textcolor{##01d1c1}{#1}");defineMacro("\\tealD","\\textcolor{##01a995}{#1}");defineMacro("\\tealE","\\textcolor{##208170}{#1}");defineMacro("\\greenA","\\textcolor{##b6ffb0}{#1}");defineMacro("\\greenB","\\textcolor{##8af281}{#1}");defineMacro("\\greenC","\\textcolor{##74cf70}{#1}");defineMacro("\\greenD","\\textcolor{##1fab54}{#1}");defineMacro("\\greenE","\\textcolor{##0d923f}{#1}");defineMacro("\\goldA","\\textcolor{##ffd0a9}{#1}");defineMacro("\\goldB","\\textcolor{##ffbb71}{#1}");defineMacro("\\goldC","\\textcolor{##ff9c39}{#1}");defineMacro("\\goldD","\\textcolor{##e07d10}{#1}");defineMacro("\\goldE","\\textcolor{##a75a05}{#1}");defineMacro("\\redA","\\textcolor{##fca9a9}{#1}");defineMacro("\\redB","\\textcolor{##ff8482}{#1}");defineMacro("\\redC","\\textcolor{##f9685d}{#1}");defineMacro("\\redD","\\textcolor{##e84d39}{#1}");defineMacro("\\redE","\\textcolor{##bc2612}{#1}");defineMacro("\\maroonA","\\textcolor{##ffbde0}{#1}");defineMacro("\\maroonB","\\textcolor{##ff92c6}{#1}");defineMacro("\\maroonC","\\textcolor{##ed5fa6}{#1}");defineMacro("\\maroonD","\\textcolor{##ca337c}{#1}");defineMacro("\\maroonE","\\textcolor{##9e034e}{#1}");defineMacro("\\purpleA","\\textcolor{##ddd7ff}{#1}");defineMacro("\\purpleB","\\textcolor{##c6b9fc}{#1}");defineMacro("\\purpleC","\\textcolor{##aa87ff}{#1}");defineMacro("\\purpleD","\\textcolor{##7854ab}{#1}");defineMacro("\\purpleE","\\textcolor{##543b78}{#1}");defineMacro("\\mintA","\\textcolor{##f5f9e8}{#1}");defineMacro("\\mintB","\\textcolor{##edf2df}{#1}");defineMacro("\\mintC","\\textcolor{##e0e5cc}{#1}");defineMacro("\\grayA","\\textcolor{##f6f7f7}{#1}");defineMacro("\\grayB","\\textcolor{##f0f1f2}{#1}");defineMacro("\\grayC","\\textcolor{##e3e5e6}{#1}");defineMacro("\\grayD","\\textcolor{##d6d8da}{#1}");defineMacro("\\grayE","\\textcolor{##babec2}{#1}");defineMacro("\\grayF","\\textcolor{##888d93}{#1}");defineMacro("\\grayG","\\textcolor{##626569}{#1}");defineMacro("\\grayH","\\textcolor{##3b3e40}{#1}");defineMacro("\\grayI","\\textcolor{##21242c}{#1}");defineMacro("\\kaBlue","\\textcolor{##314453}{#1}");defineMacro("\\kaGreen","\\textcolor{##71B307}{#1}");var implicitCommands={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class MacroExpander{constructor(qa,Ja,ed){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=Ja,this.expansionCount=0,this.feed(qa),this.macros=new Namespace(macros,Ja.macros),this.mode=ed,this.stack=[]}feed(qa){this.lexer=new Lexer(qa,this.settings)}switchMode(qa){this.mode=qa}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return this.stack.length===0&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(qa){this.stack.push(qa)}pushTokens(qa){this.stack.push(...qa)}scanArgument(qa){var Ja,ed,td;if(qa){if(this.consumeSpaces(),this.future().text!=="[")return null;Ja=this.popToken(),{tokens:td,end:ed}=this.consumeArg(["]"])}else({tokens:td,start:Ja,end:ed}=this.consumeArg());return this.pushToken(new Token("EOF",ed.loc)),this.pushTokens(td),Ja.range(ed,"")}consumeSpaces(){for(;;){var qa=this.future();if(qa.text===" ")this.stack.pop();else break}}consumeArg(qa){var Ja=[],ed=qa&&qa.length>0;ed||this.consumeSpaces();var td=this.future(),rd,od=0,sd=0;do{if(rd=this.popToken(),Ja.push(rd),rd.text==="{")++od;else if(rd.text==="}"){if(--od,od===-1)throw new ParseError("Extra }",rd)}else if(rd.text==="EOF")throw new ParseError("Unexpected end of input in a macro argument, expected '"+(qa&&ed?qa[sd]:"}")+"'",rd);if(qa&&ed)if((od===0||od===1&&qa[sd]==="{")&&rd.text===qa[sd]){if(++sd,sd===qa.length){Ja.splice(-sd,sd);break}}else sd=0}while(od!==0||ed);return td.text==="{"&&Ja[Ja.length-1].text==="}"&&(Ja.pop(),Ja.shift()),Ja.reverse(),{tokens:Ja,start:td,end:rd}}consumeArgs(qa,Ja){if(Ja){if(Ja.length!==qa+1)throw new ParseError("The length of delimiters doesn't match the number of args!");for(var ed=Ja[0],td=0;td<ed.length;td++){var rd=this.popToken();if(ed[td]!==rd.text)throw new ParseError("Use of the macro doesn't match its definition",rd)}}for(var od=[],sd=0;sd<qa;sd++)od.push(this.consumeArg(Ja&&Ja[sd+1]).tokens);return od}countExpansion(qa){if(this.expansionCount+=qa,this.expansionCount>this.settings.maxExpand)throw new ParseError("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(qa){var Ja=this.popToken(),ed=Ja.text,td=Ja.noexpand?null:this._getExpansion(ed);if(td==null||qa&&td.unexpandable){if(qa&&td==null&&ed[0]==="\\"&&!this.isDefined(ed))throw new ParseError("Undefined control sequence: "+ed);return this.pushToken(Ja),!1}this.countExpansion(1);var rd=td.tokens,od=this.consumeArgs(td.numArgs,td.delimiters);if(td.numArgs){rd=rd.slice();for(var sd=rd.length-1;sd>=0;--sd){var ld=rd[sd];if(ld.text==="#"){if(sd===0)throw new ParseError("Incomplete placeholder at end of macro body",ld);if(ld=rd[--sd],ld.text==="#")rd.splice(sd+1,1);else if(/^[1-9]$/.test(ld.text))rd.splice(sd,2,...od[+ld.text-1]);else throw new ParseError("Not a valid argument number",ld)}}}return this.pushTokens(rd),rd.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){var qa=this.stack.pop();return qa.treatAsRelax&&(qa.text="\\relax"),qa}throw new Error}expandMacro(qa){return this.macros.has(qa)?this.expandTokens([new Token(qa)]):void 0}expandTokens(qa){var Ja=[],ed=this.stack.length;for(this.pushTokens(qa);this.stack.length>ed;)if(this.expandOnce(!0)===!1){var td=this.stack.pop();td.treatAsRelax&&(td.noexpand=!1,td.treatAsRelax=!1),Ja.push(td)}return this.countExpansion(Ja.length),Ja}expandMacroAsText(qa){var Ja=this.expandMacro(qa);return Ja&&Ja.map(ed=>ed.text).join("")}_getExpansion(qa){var Ja=this.macros.get(qa);if(Ja==null)return Ja;if(qa.length===1){var ed=this.lexer.catcodes[qa];if(ed!=null&&ed!==13)return}var td=typeof Ja=="function"?Ja(this):Ja;if(typeof td=="string"){var rd=0;if(td.indexOf("#")!==-1)for(var od=td.replace(/##/g,"");od.indexOf("#"+(rd+1))!==-1;)++rd;for(var sd=new Lexer(td,this.settings),ld=[],cd=sd.lex();cd.text!=="EOF";)ld.push(cd),cd=sd.lex();ld.reverse();var ud={tokens:ld,numArgs:rd};return ud}return td}isDefined(qa){return this.macros.has(qa)||functions.hasOwnProperty(qa)||symbols.math.hasOwnProperty(qa)||symbols.text.hasOwnProperty(qa)||implicitCommands.hasOwnProperty(qa)}isExpandable(qa){var Ja=this.macros.get(qa);return Ja!=null?typeof Ja=="string"||typeof Ja=="function"||!Ja.unexpandable:functions.hasOwnProperty(qa)&&!functions[qa].primitive}}var unicodeSubRegEx=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,uSubsAndSups=Object.freeze({"₊":"+","₋":"-","₌":"=","₍":"(","₎":")","₀":"0","₁":"1","₂":"2","₃":"3","₄":"4","₅":"5","₆":"6","₇":"7","₈":"8","₉":"9","ₐ":"a","ₑ":"e","ₕ":"h","ᵢ":"i","ⱼ":"j","ₖ":"k","ₗ":"l","ₘ":"m","ₙ":"n","ₒ":"o","ₚ":"p","ᵣ":"r","ₛ":"s","ₜ":"t","ᵤ":"u","ᵥ":"v","ₓ":"x","ᵦ":"β","ᵧ":"γ","ᵨ":"ρ","ᵩ":"ϕ","ᵪ":"χ","⁺":"+","⁻":"-","⁼":"=","⁽":"(","⁾":")","⁰":"0","¹":"1","²":"2","³":"3","⁴":"4","⁵":"5","⁶":"6","⁷":"7","⁸":"8","⁹":"9","ᴬ":"A","ᴮ":"B","ᴰ":"D","ᴱ":"E","ᴳ":"G","ᴴ":"H","ᴵ":"I","ᴶ":"J","ᴷ":"K","ᴸ":"L","ᴹ":"M","ᴺ":"N","ᴼ":"O","ᴾ":"P","ᴿ":"R","ᵀ":"T","ᵁ":"U","ⱽ":"V","ᵂ":"W","ᵃ":"a","ᵇ":"b","ᶜ":"c","ᵈ":"d","ᵉ":"e","ᶠ":"f","ᵍ":"g",ʰ:"h","ⁱ":"i",ʲ:"j","ᵏ":"k",ˡ:"l","ᵐ":"m",ⁿ:"n","ᵒ":"o","ᵖ":"p",ʳ:"r",ˢ:"s","ᵗ":"t","ᵘ":"u","ᵛ":"v",ʷ:"w",ˣ:"x",ʸ:"y","ᶻ":"z","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),unicodeAccents={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"},"̧":{text:"\\c"}},unicodeSymbols={á:"á",à:"à",ä:"ä",ǟ:"ǟ",ã:"ã",ā:"ā",ă:"ă",ắ:"ắ",ằ:"ằ",ẵ:"ẵ",ǎ:"ǎ",â:"â",ấ:"ấ",ầ:"ầ",ẫ:"ẫ",ȧ:"ȧ",ǡ:"ǡ",å:"å",ǻ:"ǻ",ḃ:"ḃ",ć:"ć",ḉ:"ḉ",č:"č",ĉ:"ĉ",ċ:"ċ",ç:"ç",ď:"ď",ḋ:"ḋ",ḑ:"ḑ",é:"é",è:"è",ë:"ë",ẽ:"ẽ",ē:"ē",ḗ:"ḗ",ḕ:"ḕ",ĕ:"ĕ",ḝ:"ḝ",ě:"ě",ê:"ê",ế:"ế",ề:"ề",ễ:"ễ",ė:"ė",ȩ:"ȩ",ḟ:"ḟ",ǵ:"ǵ",ḡ:"ḡ",ğ:"ğ",ǧ:"ǧ",ĝ:"ĝ",ġ:"ġ",ģ:"ģ",ḧ:"ḧ",ȟ:"ȟ",ĥ:"ĥ",ḣ:"ḣ",ḩ:"ḩ",í:"í",ì:"ì",ï:"ï",ḯ:"ḯ",ĩ:"ĩ",ī:"ī",ĭ:"ĭ",ǐ:"ǐ",î:"î",ǰ:"ǰ",ĵ:"ĵ",ḱ:"ḱ",ǩ:"ǩ",ķ:"ķ",ĺ:"ĺ",ľ:"ľ",ļ:"ļ",ḿ:"ḿ",ṁ:"ṁ",ń:"ń",ǹ:"ǹ",ñ:"ñ",ň:"ň",ṅ:"ṅ",ņ:"ņ",ó:"ó",ò:"ò",ö:"ö",ȫ:"ȫ",õ:"õ",ṍ:"ṍ",ṏ:"ṏ",ȭ:"ȭ",ō:"ō",ṓ:"ṓ",ṑ:"ṑ",ŏ:"ŏ",ǒ:"ǒ",ô:"ô",ố:"ố",ồ:"ồ",ỗ:"ỗ",ȯ:"ȯ",ȱ:"ȱ",ő:"ő",ṕ:"ṕ",ṗ:"ṗ",ŕ:"ŕ",ř:"ř",ṙ:"ṙ",ŗ:"ŗ",ś:"ś",ṥ:"ṥ",š:"š",ṧ:"ṧ",ŝ:"ŝ",ṡ:"ṡ",ş:"ş",ẗ:"ẗ",ť:"ť",ṫ:"ṫ",ţ:"ţ",ú:"ú",ù:"ù",ü:"ü",ǘ:"ǘ",ǜ:"ǜ",ǖ:"ǖ",ǚ:"ǚ",ũ:"ũ",ṹ:"ṹ",ū:"ū",ṻ:"ṻ",ŭ:"ŭ",ǔ:"ǔ",û:"û",ů:"ů",ű:"ű",ṽ:"ṽ",ẃ:"ẃ",ẁ:"ẁ",ẅ:"ẅ",ŵ:"ŵ",ẇ:"ẇ",ẘ:"ẘ",ẍ:"ẍ",ẋ:"ẋ",ý:"ý",ỳ:"ỳ",ÿ:"ÿ",ỹ:"ỹ",ȳ:"ȳ",ŷ:"ŷ",ẏ:"ẏ",ẙ:"ẙ",ź:"ź",ž:"ž",ẑ:"ẑ",ż:"ż",Á:"Á",À:"À",Ä:"Ä",Ǟ:"Ǟ",Ã:"Ã",Ā:"Ā",Ă:"Ă",Ắ:"Ắ",Ằ:"Ằ",Ẵ:"Ẵ",Ǎ:"Ǎ",Â:"Â",Ấ:"Ấ",Ầ:"Ầ",Ẫ:"Ẫ",Ȧ:"Ȧ",Ǡ:"Ǡ",Å:"Å",Ǻ:"Ǻ",Ḃ:"Ḃ",Ć:"Ć",Ḉ:"Ḉ",Č:"Č",Ĉ:"Ĉ",Ċ:"Ċ",Ç:"Ç",Ď:"Ď",Ḋ:"Ḋ",Ḑ:"Ḑ",É:"É",È:"È",Ë:"Ë",Ẽ:"Ẽ",Ē:"Ē",Ḗ:"Ḗ",Ḕ:"Ḕ",Ĕ:"Ĕ",Ḝ:"Ḝ",Ě:"Ě",Ê:"Ê",Ế:"Ế",Ề:"Ề",Ễ:"Ễ",Ė:"Ė",Ȩ:"Ȩ",Ḟ:"Ḟ",Ǵ:"Ǵ",Ḡ:"Ḡ",Ğ:"Ğ",Ǧ:"Ǧ",Ĝ:"Ĝ",Ġ:"Ġ",Ģ:"Ģ",Ḧ:"Ḧ",Ȟ:"Ȟ",Ĥ:"Ĥ",Ḣ:"Ḣ",Ḩ:"Ḩ",Í:"Í",Ì:"Ì",Ï:"Ï",Ḯ:"Ḯ",Ĩ:"Ĩ",Ī:"Ī",Ĭ:"Ĭ",Ǐ:"Ǐ",Î:"Î",İ:"İ",Ĵ:"Ĵ",Ḱ:"Ḱ",Ǩ:"Ǩ",Ķ:"Ķ",Ĺ:"Ĺ",Ľ:"Ľ",Ļ:"Ļ",Ḿ:"Ḿ",Ṁ:"Ṁ",Ń:"Ń",Ǹ:"Ǹ",Ñ:"Ñ",Ň:"Ň",Ṅ:"Ṅ",Ņ:"Ņ",Ó:"Ó",Ò:"Ò",Ö:"Ö",Ȫ:"Ȫ",Õ:"Õ",Ṍ:"Ṍ",Ṏ:"Ṏ",Ȭ:"Ȭ",Ō:"Ō",Ṓ:"Ṓ",Ṑ:"Ṑ",Ŏ:"Ŏ",Ǒ:"Ǒ",Ô:"Ô",Ố:"Ố",Ồ:"Ồ",Ỗ:"Ỗ",Ȯ:"Ȯ",Ȱ:"Ȱ",Ő:"Ő",Ṕ:"Ṕ",Ṗ:"Ṗ",Ŕ:"Ŕ",Ř:"Ř",Ṙ:"Ṙ",Ŗ:"Ŗ",Ś:"Ś",Ṥ:"Ṥ",Š:"Š",Ṧ:"Ṧ",Ŝ:"Ŝ",Ṡ:"Ṡ",Ş:"Ş",Ť:"Ť",Ṫ:"Ṫ",Ţ:"Ţ",Ú:"Ú",Ù:"Ù",Ü:"Ü",Ǘ:"Ǘ",Ǜ:"Ǜ",Ǖ:"Ǖ",Ǚ:"Ǚ",Ũ:"Ũ",Ṹ:"Ṹ",Ū:"Ū",Ṻ:"Ṻ",Ŭ:"Ŭ",Ǔ:"Ǔ",Û:"Û",Ů:"Ů",Ű:"Ű",Ṽ:"Ṽ",Ẃ:"Ẃ",Ẁ:"Ẁ",Ẅ:"Ẅ",Ŵ:"Ŵ",Ẇ:"Ẇ",Ẍ:"Ẍ",Ẋ:"Ẋ",Ý:"Ý",Ỳ:"Ỳ",Ÿ:"Ÿ",Ỹ:"Ỹ",Ȳ:"Ȳ",Ŷ:"Ŷ",Ẏ:"Ẏ",Ź:"Ź",Ž:"Ž",Ẑ:"Ẑ",Ż:"Ż",ά:"ά",ὰ:"ὰ",ᾱ:"ᾱ",ᾰ:"ᾰ",έ:"έ",ὲ:"ὲ",ή:"ή",ὴ:"ὴ",ί:"ί",ὶ:"ὶ",ϊ:"ϊ",ΐ:"ΐ",ῒ:"ῒ",ῑ:"ῑ",ῐ:"ῐ",ό:"ό",ὸ:"ὸ",ύ:"ύ",ὺ:"ὺ",ϋ:"ϋ",ΰ:"ΰ",ῢ:"ῢ",ῡ:"ῡ",ῠ:"ῠ",ώ:"ώ",ὼ:"ὼ",Ύ:"Ύ",Ὺ:"Ὺ",Ϋ:"Ϋ",Ῡ:"Ῡ",Ῠ:"Ῠ",Ώ:"Ώ",Ὼ:"Ὼ"};let Parser$1=class ZS{constructor(qa,Ja){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new MacroExpander(qa,Ja,this.mode),this.settings=Ja,this.leftrightDepth=0}expect(qa,Ja){if(Ja===void 0&&(Ja=!0),this.fetch().text!==qa)throw new ParseError("Expected '"+qa+"', got '"+this.fetch().text+"'",this.fetch());Ja&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(qa){this.mode=qa,this.gullet.switchMode(qa)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var qa=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),qa}finally{this.gullet.endGroups()}}subparse(qa){var Ja=this.nextToken;this.consume(),this.gullet.pushToken(new Token("}")),this.gullet.pushTokens(qa);var ed=this.parseExpression(!1);return this.expect("}"),this.nextToken=Ja,ed}parseExpression(qa,Ja){for(var ed=[];;){this.mode==="math"&&this.consumeSpaces();var td=this.fetch();if(ZS.endOfExpression.indexOf(td.text)!==-1||Ja&&td.text===Ja||qa&&functions[td.text]&&functions[td.text].infix)break;var rd=this.parseAtom(Ja);if(rd){if(rd.type==="internal")continue}else break;ed.push(rd)}return this.mode==="text"&&this.formLigatures(ed),this.handleInfixNodes(ed)}handleInfixNodes(qa){for(var Ja=-1,ed,td=0;td<qa.length;td++)if(qa[td].type==="infix"){if(Ja!==-1)throw new ParseError("only one infix operator per group",qa[td].token);Ja=td,ed=qa[td].replaceWith}if(Ja!==-1&&ed){var rd,od,sd=qa.slice(0,Ja),ld=qa.slice(Ja+1);sd.length===1&&sd[0].type==="ordgroup"?rd=sd[0]:rd={type:"ordgroup",mode:this.mode,body:sd},ld.length===1&&ld[0].type==="ordgroup"?od=ld[0]:od={type:"ordgroup",mode:this.mode,body:ld};var cd;return ed==="\\\\abovefrac"?cd=this.callFunction(ed,[rd,qa[Ja],od],[]):cd=this.callFunction(ed,[rd,od],[]),[cd]}else return qa}handleSupSubscript(qa){var Ja=this.fetch(),ed=Ja.text;this.consume(),this.consumeSpaces();var td=this.parseGroup(qa);if(!td)throw new ParseError("Expected group after '"+ed+"'",Ja);return td}formatUnsupportedCmd(qa){for(var Ja=[],ed=0;ed<qa.length;ed++)Ja.push({type:"textord",mode:"text",text:qa[ed]});var td={type:"text",mode:this.mode,body:Ja},rd={type:"color",mode:this.mode,color:this.settings.errorColor,body:[td]};return rd}parseAtom(qa){var Ja=this.parseGroup("atom",qa);if(this.mode==="text")return Ja;for(var ed,td;;){this.consumeSpaces();var rd=this.fetch();if(rd.text==="\\limits"||rd.text==="\\nolimits"){if(Ja&&Ja.type==="op"){var od=rd.text==="\\limits";Ja.limits=od,Ja.alwaysHandleSupSub=!0}else if(Ja&&Ja.type==="operatorname")Ja.alwaysHandleSupSub&&(Ja.limits=rd.text==="\\limits");else throw new ParseError("Limit controls must follow a math operator",rd);this.consume()}else if(rd.text==="^"){if(ed)throw new ParseError("Double superscript",rd);ed=this.handleSupSubscript("superscript")}else if(rd.text==="_"){if(td)throw new ParseError("Double subscript",rd);td=this.handleSupSubscript("subscript")}else if(rd.text==="'"){if(ed)throw new ParseError("Double superscript",rd);var sd={type:"textord",mode:this.mode,text:"\\prime"},ld=[sd];for(this.consume();this.fetch().text==="'";)ld.push(sd),this.consume();this.fetch().text==="^"&&ld.push(this.handleSupSubscript("superscript")),ed={type:"ordgroup",mode:this.mode,body:ld}}else if(uSubsAndSups[rd.text]){var cd=unicodeSubRegEx.test(rd.text),ud=[];for(ud.push(new Token(uSubsAndSups[rd.text])),this.consume();;){var gd=this.fetch().text;if(!uSubsAndSups[gd]||unicodeSubRegEx.test(gd)!==cd)break;ud.unshift(new Token(uSubsAndSups[gd])),this.consume()}var _d=this.subparse(ud);cd?td={type:"ordgroup",mode:"math",body:_d}:ed={type:"ordgroup",mode:"math",body:_d}}else break}return ed||td?{type:"supsub",mode:this.mode,base:Ja,sup:ed,sub:td}:Ja}parseFunction(qa,Ja){var ed=this.fetch(),td=ed.text,rd=functions[td];if(!rd)return null;if(this.consume(),Ja&&Ja!=="atom"&&!rd.allowedInArgument)throw new ParseError("Got function '"+td+"' with no arguments"+(Ja?" as "+Ja:""),ed);if(this.mode==="text"&&!rd.allowedInText)throw new ParseError("Can't use function '"+td+"' in text mode",ed);if(this.mode==="math"&&rd.allowedInMath===!1)throw new ParseError("Can't use function '"+td+"' in math mode",ed);var{args:od,optArgs:sd}=this.parseArguments(td,rd);return this.callFunction(td,od,sd,ed,qa)}callFunction(qa,Ja,ed,td,rd){var od={funcName:qa,parser:this,token:td,breakOnTokenText:rd},sd=functions[qa];if(sd&&sd.handler)return sd.handler(od,Ja,ed);throw new ParseError("No function handler for "+qa)}parseArguments(qa,Ja){var ed=Ja.numArgs+Ja.numOptionalArgs;if(ed===0)return{args:[],optArgs:[]};for(var td=[],rd=[],od=0;od<ed;od++){var sd=Ja.argTypes&&Ja.argTypes[od],ld=od<Ja.numOptionalArgs;(Ja.primitive&&sd==null||Ja.type==="sqrt"&&od===1&&rd[0]==null)&&(sd="primitive");var cd=this.parseGroupOfType("argument to '"+qa+"'",sd,ld);if(ld)rd.push(cd);else if(cd!=null)td.push(cd);else throw new ParseError("Null argument, please report this as a bug")}return{args:td,optArgs:rd}}parseGroupOfType(qa,Ja,ed){switch(Ja){case"color":return this.parseColorGroup(ed);case"size":return this.parseSizeGroup(ed);case"url":return this.parseUrlGroup(ed);case"math":case"text":return this.parseArgumentGroup(ed,Ja);case"hbox":{var td=this.parseArgumentGroup(ed,"text");return td!=null?{type:"styling",mode:td.mode,body:[td],style:"text"}:null}case"raw":{var rd=this.parseStringGroup("raw",ed);return rd!=null?{type:"raw",mode:"text",string:rd.text}:null}case"primitive":{if(ed)throw new ParseError("A primitive argument cannot be optional");var od=this.parseGroup(qa);if(od==null)throw new ParseError("Expected group as "+qa,this.fetch());return od}case"original":case null:case void 0:return this.parseArgumentGroup(ed);default:throw new ParseError("Unknown group type as "+qa,this.fetch())}}consumeSpaces(){for(;this.fetch().text===" ";)this.consume()}parseStringGroup(qa,Ja){var ed=this.gullet.scanArgument(Ja);if(ed==null)return null;for(var td="",rd;(rd=this.fetch()).text!=="EOF";)td+=rd.text,this.consume();return this.consume(),ed.text=td,ed}parseRegexGroup(qa,Ja){for(var ed=this.fetch(),td=ed,rd="",od;(od=this.fetch()).text!=="EOF"&&qa.test(rd+od.text);)td=od,rd+=td.text,this.consume();if(rd==="")throw new ParseError("Invalid "+Ja+": '"+ed.text+"'",ed);return ed.range(td,rd)}parseColorGroup(qa){var Ja=this.parseStringGroup("color",qa);if(Ja==null)return null;var ed=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(Ja.text);if(!ed)throw new ParseError("Invalid color: '"+Ja.text+"'",Ja);var td=ed[0];return/^[0-9a-f]{6}$/i.test(td)&&(td="#"+td),{type:"color-token",mode:this.mode,color:td}}parseSizeGroup(qa){var Ja,ed=!1;if(this.gullet.consumeSpaces(),!qa&&this.gullet.future().text!=="{"?Ja=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):Ja=this.parseStringGroup("size",qa),!Ja)return null;!qa&&Ja.text.length===0&&(Ja.text="0pt",ed=!0);var td=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(Ja.text);if(!td)throw new ParseError("Invalid size: '"+Ja.text+"'",Ja);var rd={number:+(td[1]+td[2]),unit:td[3]};if(!validUnit(rd))throw new ParseError("Invalid unit: '"+rd.unit+"'",Ja);return{type:"size",mode:this.mode,value:rd,isBlank:ed}}parseUrlGroup(qa){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var Ja=this.parseStringGroup("url",qa);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),Ja==null)return null;var ed=Ja.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:ed}}parseArgumentGroup(qa,Ja){var ed=this.gullet.scanArgument(qa);if(ed==null)return null;var td=this.mode;Ja&&this.switchMode(Ja),this.gullet.beginGroup();var rd=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var od={type:"ordgroup",mode:this.mode,loc:ed.loc,body:rd};return Ja&&this.switchMode(td),od}parseGroup(qa,Ja){var ed=this.fetch(),td=ed.text,rd;if(td==="{"||td==="\\begingroup"){this.consume();var od=td==="{"?"}":"\\endgroup";this.gullet.beginGroup();var sd=this.parseExpression(!1,od),ld=this.fetch();this.expect(od),this.gullet.endGroup(),rd={type:"ordgroup",mode:this.mode,loc:SourceLocation.range(ed,ld),body:sd,semisimple:td==="\\begingroup"||void 0}}else if(rd=this.parseFunction(Ja,qa)||this.parseSymbol(),rd==null&&td[0]==="\\"&&!implicitCommands.hasOwnProperty(td)){if(this.settings.throwOnError)throw new ParseError("Undefined control sequence: "+td,ed);rd=this.formatUnsupportedCmd(td),this.consume()}return rd}formLigatures(qa){for(var Ja=qa.length-1,ed=0;ed<Ja;++ed){var td=qa[ed],rd=td.text;rd==="-"&&qa[ed+1].text==="-"&&(ed+1<Ja&&qa[ed+2].text==="-"?(qa.splice(ed,3,{type:"textord",mode:"text",loc:SourceLocation.range(td,qa[ed+2]),text:"---"}),Ja-=2):(qa.splice(ed,2,{type:"textord",mode:"text",loc:SourceLocation.range(td,qa[ed+1]),text:"--"}),Ja-=1)),(rd==="'"||rd==="`")&&qa[ed+1].text===rd&&(qa.splice(ed,2,{type:"textord",mode:"text",loc:SourceLocation.range(td,qa[ed+1]),text:rd+rd}),Ja-=1)}}parseSymbol(){var qa=this.fetch(),Ja=qa.text;if(/^\\verb[^a-zA-Z]/.test(Ja)){this.consume();var ed=Ja.slice(5),td=ed.charAt(0)==="*";if(td&&(ed=ed.slice(1)),ed.length<2||ed.charAt(0)!==ed.slice(-1))throw new ParseError(`\\verb assertion failed --
please report what input caused this bug`);return ed=ed.slice(1,-1),{type:"verb",mode:"text",body:ed,star:td}}unicodeSymbols.hasOwnProperty(Ja[0])&&!symbols[this.mode][Ja[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+Ja[0]+'" used in math mode',qa),Ja=unicodeSymbols[Ja[0]]+Ja.slice(1));var rd=combiningDiacriticalMarksEndRegex.exec(Ja);rd&&(Ja=Ja.substring(0,rd.index),Ja==="i"?Ja="ı":Ja==="j"&&(Ja="ȷ"));var od;if(symbols[this.mode][Ja]){this.settings.strict&&this.mode==="math"&&extraLatin.indexOf(Ja)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+Ja[0]+'" used in math mode',qa);var sd=symbols[this.mode][Ja].group,ld=SourceLocation.range(qa),cd;if(ATOMS.hasOwnProperty(sd)){var ud=sd;cd={type:"atom",mode:this.mode,family:ud,loc:ld,text:Ja}}else cd={type:sd,mode:this.mode,loc:ld,text:Ja};od=cd}else if(Ja.charCodeAt(0)>=128)this.settings.strict&&(supportedCodepoint(Ja.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+Ja[0]+'" used in math mode',qa):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+Ja[0]+'"'+(" ("+Ja.charCodeAt(0)+")"),qa)),od={type:"textord",mode:"text",loc:SourceLocation.range(qa),text:Ja};else return null;if(this.consume(),rd)for(var gd=0;gd<rd[0].length;gd++){var _d=rd[0][gd];if(!unicodeAccents[_d])throw new ParseError("Unknown accent ' "+_d+"'",qa);var yd=unicodeAccents[_d][this.mode]||unicodeAccents[_d].text;if(!yd)throw new ParseError("Accent "+_d+" unsupported in "+this.mode+" mode",qa);od={type:"accent",mode:this.mode,loc:SourceLocation.range(qa),label:yd,isStretchy:!1,isShifty:!0,base:od}}return od}};Parser$1.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var parseTree=function(qa,Ja){if(!(typeof qa=="string"||qa instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var ed=new Parser$1(qa,Ja);delete ed.gullet.macros.current["\\df@tag"];var td=ed.parse();if(delete ed.gullet.macros.current["\\current@color"],delete ed.gullet.macros.current["\\color"],ed.gullet.macros.get("\\df@tag")){if(!Ja.displayMode)throw new ParseError("\\tag works only in display equations");td=[{type:"tag",mode:"text",body:td,tag:ed.subparse([new Token("\\df@tag")])}]}return td},render$2=function(qa,Ja,ed){Ja.textContent="";var td=renderToDomTree(qa,ed).toNode();Ja.appendChild(td)};typeof document<"u"&&document.compatMode!=="CSS1Compat"&&(typeof console<"u"&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),render$2=function(){throw new ParseError("KaTeX doesn't work in quirks mode.")});var renderToString=function(qa,Ja){var ed=renderToDomTree(qa,Ja).toMarkup();return ed},generateParseTree=function(qa,Ja){var ed=new Settings(Ja);return parseTree(qa,ed)},renderError=function(qa,Ja,ed){if(ed.throwOnError||!(qa instanceof ParseError))throw qa;var td=buildCommon.makeSpan(["katex-error"],[new SymbolNode(Ja)]);return td.setAttribute("title",qa.toString()),td.setAttribute("style","color:"+ed.errorColor),td},renderToDomTree=function(qa,Ja){var ed=new Settings(Ja);try{var td=parseTree(qa,ed);return buildTree(td,qa,ed)}catch(rd){return renderError(rd,qa,ed)}},renderToHTMLTree=function(qa,Ja){var ed=new Settings(Ja);try{var td=parseTree(qa,ed);return buildHTMLTree(td,qa,ed)}catch(rd){return renderError(rd,qa,ed)}},katex={version:"0.16.11",render:render$2,renderToString,ParseError,SETTINGS_SCHEMA,__parse:generateParseTree,__renderToDomTree:renderToDomTree,__renderToHTMLTree:renderToHTMLTree,__setFontMetrics:setFontMetrics,__defineSymbol:defineSymbol,__defineFunction:defineFunction,__defineMacro:defineMacro,__domTree:{Span,Anchor,SymbolNode,SvgNode,PathNode,LineNode}};const katex$1=Object.freeze(Object.defineProperty({__proto__:null,default:katex},Symbol.toStringTag,{value:"Module"})),inlineRule=/^(\${1,2})(?!\$)((?:\\.|[^\\\n])*?(?:\\.|[^\\\n\$]))\1(?=[\s?!\.,:?!。,:]|$)/,inlineRuleNonStandard=/^(\${1,2})(?!\$)((?:\\.|[^\\\n])*?(?:\\.|[^\\\n\$]))\1/,blockRule=/^(\${1,2})\n((?:\\[^]|[^\\])+?)\n\1(?:\n|$)/;function markedKatex(Ra={}){return{extensions:[inlineKatex(Ra,createRenderer(Ra,!1)),blockKatex(Ra,createRenderer(Ra,!0))]}}function createRenderer(Ra,qa){return Ja=>katex.renderToString(Ja.text,{...Ra,displayMode:Ja.displayMode})+(qa?`
`:"")}function inlineKatex(Ra,qa){const Ja=Ra&&Ra.nonStandard,ed=Ja?inlineRuleNonStandard:inlineRule;return{name:"inlineKatex",level:"inline",start(td){let rd,od=td;for(;od;){if(rd=od.indexOf("$"),rd===-1)return;if((Ja?rd>-1:rd===0||od.charAt(rd-1)===" ")&&od.substring(rd).match(ed))return rd;od=od.substring(rd+1).replace(/^\$+/,"")}},tokenizer(td,rd){const od=td.match(ed);if(od)return{type:"inlineKatex",raw:od[0],text:od[2].trim(),displayMode:od[1].length===2}},renderer:qa}}function blockKatex(Ra,qa){return{name:"blockKatex",level:"block",tokenizer(Ja,ed){const td=Ja.match(blockRule);if(td)return{type:"blockKatex",raw:td[0],text:td[2].trim(),displayMode:td[1].length===2}},renderer:qa}}const scriptRel="modulepreload",assetsURL=function(Ra){return"/md/"+Ra},seen={},__vitePreload=function(qa,Ja,ed){let td=Promise.resolve();if(Ja&&Ja.length>0){document.getElementsByTagName("link");const rd=document.querySelector("meta[property=csp-nonce]"),od=(rd==null?void 0:rd.nonce)||(rd==null?void 0:rd.getAttribute("nonce"));td=Promise.all(Ja.map(sd=>{if(sd=assetsURL(sd),sd in seen)return;seen[sd]=!0;const ld=sd.endsWith(".css"),cd=ld?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${sd}"]${cd}`))return;const ud=document.createElement("link");if(ud.rel=ld?"stylesheet":scriptRel,ld||(ud.as="script",ud.crossOrigin=""),ud.href=sd,od&&ud.setAttribute("nonce",od),document.head.appendChild(ud),ld)return new Promise((gd,_d)=>{ud.addEventListener("load",gd),ud.addEventListener("error",()=>_d(new Error(`Unable to preload CSS for ${sd}`)))})}))}return td.then(()=>qa()).catch(rd=>{const od=new Event("vite:preloadError",{cancelable:!0});if(od.payload=rd,window.dispatchEvent(od),!od.defaultPrevented)throw rd})},Channel={min:{r:0,g:0,b:0,s:0,l:0,a:0},max:{r:255,g:255,b:255,h:360,s:100,l:100,a:1},clamp:{r:Ra=>Ra>=255?255:Ra<0?0:Ra,g:Ra=>Ra>=255?255:Ra<0?0:Ra,b:Ra=>Ra>=255?255:Ra<0?0:Ra,h:Ra=>Ra%360,s:Ra=>Ra>=100?100:Ra<0?0:Ra,l:Ra=>Ra>=100?100:Ra<0?0:Ra,a:Ra=>Ra>=1?1:Ra<0?0:Ra},toLinear:Ra=>{const qa=Ra/255;return Ra>.03928?Math.pow((qa+.055)/1.055,2.4):qa/12.92},hue2rgb:(Ra,qa,Ja)=>(Ja<0&&(Ja+=1),Ja>1&&(Ja-=1),Ja<1/6?Ra+(qa-Ra)*6*Ja:Ja<1/2?qa:Ja<2/3?Ra+(qa-Ra)*(2/3-Ja)*6:Ra),hsl2rgb:({h:Ra,s:qa,l:Ja},ed)=>{if(!qa)return Ja*2.55;Ra/=360,qa/=100,Ja/=100;const td=Ja<.5?Ja*(1+qa):Ja+qa-Ja*qa,rd=2*Ja-td;switch(ed){case"r":return Channel.hue2rgb(rd,td,Ra+1/3)*255;case"g":return Channel.hue2rgb(rd,td,Ra)*255;case"b":return Channel.hue2rgb(rd,td,Ra-1/3)*255}},rgb2hsl:({r:Ra,g:qa,b:Ja},ed)=>{Ra/=255,qa/=255,Ja/=255;const td=Math.max(Ra,qa,Ja),rd=Math.min(Ra,qa,Ja),od=(td+rd)/2;if(ed==="l")return od*100;if(td===rd)return 0;const sd=td-rd,ld=od>.5?sd/(2-td-rd):sd/(td+rd);if(ed==="s")return ld*100;switch(td){case Ra:return((qa-Ja)/sd+(qa<Ja?6:0))*60;case qa:return((Ja-Ra)/sd+2)*60;case Ja:return((Ra-qa)/sd+4)*60;default:return-1}}},Lang$2={clamp:(Ra,qa,Ja)=>qa>Ja?Math.min(qa,Math.max(Ja,Ra)):Math.min(Ja,Math.max(qa,Ra)),round:Ra=>Math.round(Ra*1e10)/1e10},Unit={dec2hex:Ra=>{const qa=Math.round(Ra).toString(16);return qa.length>1?qa:`0${qa}`}},Utils={channel:Channel,lang:Lang$2,unit:Unit},DEC2HEX={};for(let Ra=0;Ra<=255;Ra++)DEC2HEX[Ra]=Utils.unit.dec2hex(Ra);const TYPE={ALL:0,RGB:1,HSL:2};class Type{constructor(){this.type=TYPE.ALL}get(){return this.type}set(qa){if(this.type&&this.type!==qa)throw new Error("Cannot change both RGB and HSL channels at the same time");this.type=qa}reset(){this.type=TYPE.ALL}is(qa){return this.type===qa}}class Channels{constructor(qa,Ja){this.color=Ja,this.changed=!1,this.data=qa,this.type=new Type}set(qa,Ja){return this.color=Ja,this.changed=!1,this.data=qa,this.type.type=TYPE.ALL,this}_ensureHSL(){const qa=this.data,{h:Ja,s:ed,l:td}=qa;Ja===void 0&&(qa.h=Utils.channel.rgb2hsl(qa,"h")),ed===void 0&&(qa.s=Utils.channel.rgb2hsl(qa,"s")),td===void 0&&(qa.l=Utils.channel.rgb2hsl(qa,"l"))}_ensureRGB(){const qa=this.data,{r:Ja,g:ed,b:td}=qa;Ja===void 0&&(qa.r=Utils.channel.hsl2rgb(qa,"r")),ed===void 0&&(qa.g=Utils.channel.hsl2rgb(qa,"g")),td===void 0&&(qa.b=Utils.channel.hsl2rgb(qa,"b"))}get r(){const qa=this.data,Ja=qa.r;return!this.type.is(TYPE.HSL)&&Ja!==void 0?Ja:(this._ensureHSL(),Utils.channel.hsl2rgb(qa,"r"))}get g(){const qa=this.data,Ja=qa.g;return!this.type.is(TYPE.HSL)&&Ja!==void 0?Ja:(this._ensureHSL(),Utils.channel.hsl2rgb(qa,"g"))}get b(){const qa=this.data,Ja=qa.b;return!this.type.is(TYPE.HSL)&&Ja!==void 0?Ja:(this._ensureHSL(),Utils.channel.hsl2rgb(qa,"b"))}get h(){const qa=this.data,Ja=qa.h;return!this.type.is(TYPE.RGB)&&Ja!==void 0?Ja:(this._ensureRGB(),Utils.channel.rgb2hsl(qa,"h"))}get s(){const qa=this.data,Ja=qa.s;return!this.type.is(TYPE.RGB)&&Ja!==void 0?Ja:(this._ensureRGB(),Utils.channel.rgb2hsl(qa,"s"))}get l(){const qa=this.data,Ja=qa.l;return!this.type.is(TYPE.RGB)&&Ja!==void 0?Ja:(this._ensureRGB(),Utils.channel.rgb2hsl(qa,"l"))}get a(){return this.data.a}set r(qa){this.type.set(TYPE.RGB),this.changed=!0,this.data.r=qa}set g(qa){this.type.set(TYPE.RGB),this.changed=!0,this.data.g=qa}set b(qa){this.type.set(TYPE.RGB),this.changed=!0,this.data.b=qa}set h(qa){this.type.set(TYPE.HSL),this.changed=!0,this.data.h=qa}set s(qa){this.type.set(TYPE.HSL),this.changed=!0,this.data.s=qa}set l(qa){this.type.set(TYPE.HSL),this.changed=!0,this.data.l=qa}set a(qa){this.changed=!0,this.data.a=qa}}const channels=new Channels({r:0,g:0,b:0,a:0},"transparent"),Hex={re:/^#((?:[a-f0-9]{2}){2,4}|[a-f0-9]{3})$/i,parse:Ra=>{if(Ra.charCodeAt(0)!==35)return;const qa=Ra.match(Hex.re);if(!qa)return;const Ja=qa[1],ed=parseInt(Ja,16),td=Ja.length,rd=td%4===0,od=td>4,sd=od?1:17,ld=od?8:4,cd=rd?0:-1,ud=od?255:15;return channels.set({r:(ed>>ld*(cd+3)&ud)*sd,g:(ed>>ld*(cd+2)&ud)*sd,b:(ed>>ld*(cd+1)&ud)*sd,a:rd?(ed&ud)*sd/255:1},Ra)},stringify:Ra=>{const{r:qa,g:Ja,b:ed,a:td}=Ra;return td<1?`#${DEC2HEX[Math.round(qa)]}${DEC2HEX[Math.round(Ja)]}${DEC2HEX[Math.round(ed)]}${DEC2HEX[Math.round(td*255)]}`:`#${DEC2HEX[Math.round(qa)]}${DEC2HEX[Math.round(Ja)]}${DEC2HEX[Math.round(ed)]}`}},HSL={re:/^hsla?\(\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?(?:deg|grad|rad|turn)?)\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?%)\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?%)(?:\s*?(?:,|\/)\s*?\+?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e-?\d+)?(%)?))?\s*?\)$/i,hueRe:/^(.+?)(deg|grad|rad|turn)$/i,_hue2deg:Ra=>{const qa=Ra.match(HSL.hueRe);if(qa){const[,Ja,ed]=qa;switch(ed){case"grad":return Utils.channel.clamp.h(parseFloat(Ja)*.9);case"rad":return Utils.channel.clamp.h(parseFloat(Ja)*180/Math.PI);case"turn":return Utils.channel.clamp.h(parseFloat(Ja)*360)}}return Utils.channel.clamp.h(parseFloat(Ra))},parse:Ra=>{const qa=Ra.charCodeAt(0);if(qa!==104&&qa!==72)return;const Ja=Ra.match(HSL.re);if(!Ja)return;const[,ed,td,rd,od,sd]=Ja;return channels.set({h:HSL._hue2deg(ed),s:Utils.channel.clamp.s(parseFloat(td)),l:Utils.channel.clamp.l(parseFloat(rd)),a:od?Utils.channel.clamp.a(sd?parseFloat(od)/100:parseFloat(od)):1},Ra)},stringify:Ra=>{const{h:qa,s:Ja,l:ed,a:td}=Ra;return td<1?`hsla(${Utils.lang.round(qa)}, ${Utils.lang.round(Ja)}%, ${Utils.lang.round(ed)}%, ${td})`:`hsl(${Utils.lang.round(qa)}, ${Utils.lang.round(Ja)}%, ${Utils.lang.round(ed)}%)`}},Keyword={colors:{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",cyanaqua:"#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",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",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",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",transparent:"#00000000",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},parse:Ra=>{Ra=Ra.toLowerCase();const qa=Keyword.colors[Ra];if(qa)return Hex.parse(qa)},stringify:Ra=>{const qa=Hex.stringify(Ra);for(const Ja in Keyword.colors)if(Keyword.colors[Ja]===qa)return Ja}},RGB={re:/^rgba?\(\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))\s*?(?:,|\s)\s*?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?))(?:\s*?(?:,|\/)\s*?\+?(-?(?:\d+(?:\.\d+)?|(?:\.\d+))(?:e\d+)?(%?)))?\s*?\)$/i,parse:Ra=>{const qa=Ra.charCodeAt(0);if(qa!==114&&qa!==82)return;const Ja=Ra.match(RGB.re);if(!Ja)return;const[,ed,td,rd,od,sd,ld,cd,ud]=Ja;return channels.set({r:Utils.channel.clamp.r(td?parseFloat(ed)*2.55:parseFloat(ed)),g:Utils.channel.clamp.g(od?parseFloat(rd)*2.55:parseFloat(rd)),b:Utils.channel.clamp.b(ld?parseFloat(sd)*2.55:parseFloat(sd)),a:cd?Utils.channel.clamp.a(ud?parseFloat(cd)/100:parseFloat(cd)):1},Ra)},stringify:Ra=>{const{r:qa,g:Ja,b:ed,a:td}=Ra;return td<1?`rgba(${Utils.lang.round(qa)}, ${Utils.lang.round(Ja)}, ${Utils.lang.round(ed)}, ${Utils.lang.round(td)})`:`rgb(${Utils.lang.round(qa)}, ${Utils.lang.round(Ja)}, ${Utils.lang.round(ed)})`}},Color$1={format:{keyword:Keyword,hex:Hex,rgb:RGB,rgba:RGB,hsl:HSL,hsla:HSL},parse:Ra=>{if(typeof Ra!="string")return Ra;const qa=Hex.parse(Ra)||RGB.parse(Ra)||HSL.parse(Ra)||Keyword.parse(Ra);if(qa)return qa;throw new Error(`Unsupported color format: "${Ra}"`)},stringify:Ra=>!Ra.changed&&Ra.color?Ra.color:Ra.type.is(TYPE.HSL)||Ra.data.r===void 0?HSL.stringify(Ra):Ra.a<1||!Number.isInteger(Ra.r)||!Number.isInteger(Ra.g)||!Number.isInteger(Ra.b)?RGB.stringify(Ra):Hex.stringify(Ra)},change=(Ra,qa)=>{const Ja=Color$1.parse(Ra);for(const ed in qa)Ja[ed]=Utils.channel.clamp[ed](qa[ed]);return Color$1.stringify(Ja)},rgba$1=(Ra,qa,Ja=0,ed=1)=>{if(typeof Ra!="number")return change(Ra,{a:qa});const td=channels.set({r:Utils.channel.clamp.r(Ra),g:Utils.channel.clamp.g(qa),b:Utils.channel.clamp.b(Ja),a:Utils.channel.clamp.a(ed)});return Color$1.stringify(td)},luminance=Ra=>{const{r:qa,g:Ja,b:ed}=Color$1.parse(Ra),td=.2126*Utils.channel.toLinear(qa)+.7152*Utils.channel.toLinear(Ja)+.0722*Utils.channel.toLinear(ed);return Utils.lang.round(td)},isLight=Ra=>luminance(Ra)>=.5,isDark=Ra=>!isLight(Ra),adjustChannel=(Ra,qa,Ja)=>{const ed=Color$1.parse(Ra),td=ed[qa],rd=Utils.channel.clamp[qa](td+Ja);return td!==rd&&(ed[qa]=rd),Color$1.stringify(ed)},lighten=(Ra,qa)=>adjustChannel(Ra,"l",qa),darken=(Ra,qa)=>adjustChannel(Ra,"l",-qa),adjust=(Ra,qa)=>{const Ja=Color$1.parse(Ra),ed={};for(const td in qa)qa[td]&&(ed[td]=Ja[td]+qa[td]);return change(Ra,ed)},mix=(Ra,qa,Ja=50)=>{const{r:ed,g:td,b:rd,a:od}=Color$1.parse(Ra),{r:sd,g:ld,b:cd,a:ud}=Color$1.parse(qa),gd=Ja/100,_d=gd*2-1,yd=od-ud,Td=((_d*yd===-1?_d:(_d+yd)/(1+_d*yd))+1)/2,Od=1-Td,Ad=ed*Td+sd*Od,Nd=td*Td+ld*Od,kd=rd*Td+cd*Od,Id=od*gd+ud*(1-gd);return rgba$1(Ad,Nd,kd,Id)},invert=(Ra,qa=100)=>{const Ja=Color$1.parse(Ra);return Ja.r=255-Ja.r,Ja.g=255-Ja.g,Ja.b=255-Ja.b,mix(Ja,Ra,qa)};/*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */const{entries,setPrototypeOf,isFrozen,getPrototypeOf:getPrototypeOf$2,getOwnPropertyDescriptor}=Object;let{freeze,seal,create:create$1}=Object,{apply:apply$1,construct}=typeof Reflect<"u"&&Reflect;freeze||(freeze=function(qa){return qa});seal||(seal=function(qa){return qa});apply$1||(apply$1=function(qa,Ja,ed){return qa.apply(Ja,ed)});construct||(construct=function(qa,Ja){return new qa(...Ja)});const arrayForEach=unapply(Array.prototype.forEach),arrayPop=unapply(Array.prototype.pop),arrayPush=unapply(Array.prototype.push),stringToLowerCase=unapply(String.prototype.toLowerCase),stringToString=unapply(String.prototype.toString),stringMatch=unapply(String.prototype.match),stringReplace=unapply(String.prototype.replace),stringIndexOf=unapply(String.prototype.indexOf),stringTrim=unapply(String.prototype.trim),objectHasOwnProperty=unapply(Object.prototype.hasOwnProperty),regExpTest=unapply(RegExp.prototype.test),typeErrorCreate=unconstruct(TypeError);function unapply(Ra){return function(qa){for(var Ja=arguments.length,ed=new Array(Ja>1?Ja-1:0),td=1;td<Ja;td++)ed[td-1]=arguments[td];return apply$1(Ra,qa,ed)}}function unconstruct(Ra){return function(){for(var qa=arguments.length,Ja=new Array(qa),ed=0;ed<qa;ed++)Ja[ed]=arguments[ed];return construct(Ra,Ja)}}function addToSet(Ra,qa){let Ja=arguments.length>2&&arguments[2]!==void 0?arguments[2]:stringToLowerCase;setPrototypeOf&&setPrototypeOf(Ra,null);let ed=qa.length;for(;ed--;){let td=qa[ed];if(typeof td=="string"){const rd=Ja(td);rd!==td&&(isFrozen(qa)||(qa[ed]=rd),td=rd)}Ra[td]=!0}return Ra}function cleanArray(Ra){for(let qa=0;qa<Ra.length;qa++)objectHasOwnProperty(Ra,qa)||(Ra[qa]=null);return Ra}function clone(Ra){const qa=create$1(null);for(const[Ja,ed]of entries(Ra))objectHasOwnProperty(Ra,Ja)&&(Array.isArray(ed)?qa[Ja]=cleanArray(ed):ed&&typeof ed=="object"&&ed.constructor===Object?qa[Ja]=clone(ed):qa[Ja]=ed);return qa}function lookupGetter(Ra,qa){for(;Ra!==null;){const ed=getOwnPropertyDescriptor(Ra,qa);if(ed){if(ed.get)return unapply(ed.get);if(typeof ed.value=="function")return unapply(ed.value)}Ra=getPrototypeOf$2(Ra)}function Ja(){return null}return Ja}const html$1$1=freeze(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),svg$1=freeze(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),svgFilters=freeze(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),svgDisallowed=freeze(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),mathMl$1=freeze(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),mathMlDisallowed=freeze(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),text=freeze(["#text"]),html$2=freeze(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),svg=freeze(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),mathMl=freeze(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),xml$3=freeze(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),MUSTACHE_EXPR=seal(/\{\{[\w\W]*|[\w\W]*\}\}/gm),ERB_EXPR=seal(/<%[\w\W]*|[\w\W]*%>/gm),TMPLIT_EXPR=seal(/\${[\w\W]*}/gm),DATA_ATTR=seal(/^data-[\-\w.\u00B7-\uFFFF]/),ARIA_ATTR=seal(/^aria-[\-\w]+$/),IS_ALLOWED_URI=seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),IS_SCRIPT_OR_DATA=seal(/^(?:\w+script|data):/i),ATTR_WHITESPACE=seal(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),DOCTYPE_NAME=seal(/^html$/i),CUSTOM_ELEMENT=seal(/^[a-z][.\w]*(-[.\w]+)+$/i);var EXPRESSIONS=Object.freeze({__proto__:null,MUSTACHE_EXPR,ERB_EXPR,TMPLIT_EXPR,DATA_ATTR,ARIA_ATTR,IS_ALLOWED_URI,IS_SCRIPT_OR_DATA,ATTR_WHITESPACE,DOCTYPE_NAME,CUSTOM_ELEMENT});const NODE_TYPE={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},getGlobal=function(){return typeof window>"u"?null:window},_createTrustedTypesPolicy=function(qa,Ja){if(typeof qa!="object"||typeof qa.createPolicy!="function")return null;let ed=null;const td="data-tt-policy-suffix";Ja&&Ja.hasAttribute(td)&&(ed=Ja.getAttribute(td));const rd="dompurify"+(ed?"#"+ed:"");try{return qa.createPolicy(rd,{createHTML(od){return od},createScriptURL(od){return od}})}catch{return console.warn("TrustedTypes policy "+rd+" could not be created."),null}};function createDOMPurify(){let Ra=arguments.length>0&&arguments[0]!==void 0?arguments[0]:getGlobal();const qa=Yh=>createDOMPurify(Yh);if(qa.version="3.1.6",qa.removed=[],!Ra||!Ra.document||Ra.document.nodeType!==NODE_TYPE.document)return qa.isSupported=!1,qa;let{document:Ja}=Ra;const ed=Ja,td=ed.currentScript,{DocumentFragment:rd,HTMLTemplateElement:od,Node:sd,Element:ld,NodeFilter:cd,NamedNodeMap:ud=Ra.NamedNodeMap||Ra.MozNamedAttrMap,HTMLFormElement:gd,DOMParser:_d,trustedTypes:yd}=Ra,Ed=ld.prototype,Td=lookupGetter(Ed,"cloneNode"),Od=lookupGetter(Ed,"remove"),Ad=lookupGetter(Ed,"nextSibling"),Nd=lookupGetter(Ed,"childNodes"),kd=lookupGetter(Ed,"parentNode");if(typeof od=="function"){const Yh=Ja.createElement("template");Yh.content&&Yh.content.ownerDocument&&(Ja=Yh.content.ownerDocument)}let Id,Rd="";const{implementation:Md,createNodeIterator:Ld,createDocumentFragment:jd,getElementsByTagName:Pd}=Ja,{importNode:Fd}=ed;let Ud={};qa.isSupported=typeof entries=="function"&&typeof kd=="function"&&Md&&Md.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:Vd,ERB_EXPR:qd,TMPLIT_EXPR:Wd,DATA_ATTR:zd,ARIA_ATTR:Kd,IS_SCRIPT_OR_DATA:Qd,ATTR_WHITESPACE:hf,CUSTOM_ELEMENT:gf}=EXPRESSIONS;let{IS_ALLOWED_URI:bf}=EXPRESSIONS,kf=null;const Cf=addToSet({},[...html$1$1,...svg$1,...svgFilters,...mathMl$1,...text]);let Ef=null;const yf=addToSet({},[...html$2,...svg,...mathMl,...xml$3]);let Mf=Object.seal(create$1(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Af=null,Zd=null,mf=!0,Pf=!0,Ff=!1,Lf=!0,jf=!1,xf=!0,Nf=!1,Bf=!1,Tf=!1,wf=!1,Of=!1,$f=!1,Wf=!0,Kf=!1;const Df="user-content-";let qf=!0,Xf=!1,hh={},Mh=null;const wh=addToSet({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Bh=null;const Uh=addToSet({},["audio","video","img","source","image","track"]);let oh=null;const Vf=addToSet({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Rf="http://www.w3.org/1998/Math/MathML",Zf="http://www.w3.org/2000/svg",Jf="http://www.w3.org/1999/xhtml";let Th=Jf,Ah=!1,Gh=null;const sm=addToSet({},[Rf,Zf,Jf],stringToString);let kh=null;const Rh=["application/xhtml+xml","text/html"],jh="text/html";let cm=null,Tm=null;const Fm=Ja.createElement("form"),Gm=function(Fh){return Fh instanceof RegExp||Fh instanceof Function},s1=function(){let Fh=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Tm&&Tm===Fh)){if((!Fh||typeof Fh!="object")&&(Fh={}),Fh=clone(Fh),kh=Rh.indexOf(Fh.PARSER_MEDIA_TYPE)===-1?jh:Fh.PARSER_MEDIA_TYPE,cm=kh==="application/xhtml+xml"?stringToString:stringToLowerCase,kf=objectHasOwnProperty(Fh,"ALLOWED_TAGS")?addToSet({},Fh.ALLOWED_TAGS,cm):Cf,Ef=objectHasOwnProperty(Fh,"ALLOWED_ATTR")?addToSet({},Fh.ALLOWED_ATTR,cm):yf,Gh=objectHasOwnProperty(Fh,"ALLOWED_NAMESPACES")?addToSet({},Fh.ALLOWED_NAMESPACES,stringToString):sm,oh=objectHasOwnProperty(Fh,"ADD_URI_SAFE_ATTR")?addToSet(clone(Vf),Fh.ADD_URI_SAFE_ATTR,cm):Vf,Bh=objectHasOwnProperty(Fh,"ADD_DATA_URI_TAGS")?addToSet(clone(Uh),Fh.ADD_DATA_URI_TAGS,cm):Uh,Mh=objectHasOwnProperty(Fh,"FORBID_CONTENTS")?addToSet({},Fh.FORBID_CONTENTS,cm):wh,Af=objectHasOwnProperty(Fh,"FORBID_TAGS")?addToSet({},Fh.FORBID_TAGS,cm):{},Zd=objectHasOwnProperty(Fh,"FORBID_ATTR")?addToSet({},Fh.FORBID_ATTR,cm):{},hh=objectHasOwnProperty(Fh,"USE_PROFILES")?Fh.USE_PROFILES:!1,mf=Fh.ALLOW_ARIA_ATTR!==!1,Pf=Fh.ALLOW_DATA_ATTR!==!1,Ff=Fh.ALLOW_UNKNOWN_PROTOCOLS||!1,Lf=Fh.ALLOW_SELF_CLOSE_IN_ATTR!==!1,jf=Fh.SAFE_FOR_TEMPLATES||!1,xf=Fh.SAFE_FOR_XML!==!1,Nf=Fh.WHOLE_DOCUMENT||!1,wf=Fh.RETURN_DOM||!1,Of=Fh.RETURN_DOM_FRAGMENT||!1,$f=Fh.RETURN_TRUSTED_TYPE||!1,Tf=Fh.FORCE_BODY||!1,Wf=Fh.SANITIZE_DOM!==!1,Kf=Fh.SANITIZE_NAMED_PROPS||!1,qf=Fh.KEEP_CONTENT!==!1,Xf=Fh.IN_PLACE||!1,bf=Fh.ALLOWED_URI_REGEXP||IS_ALLOWED_URI,Th=Fh.NAMESPACE||Jf,Mf=Fh.CUSTOM_ELEMENT_HANDLING||{},Fh.CUSTOM_ELEMENT_HANDLING&&Gm(Fh.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Mf.tagNameCheck=Fh.CUSTOM_ELEMENT_HANDLING.tagNameCheck),Fh.CUSTOM_ELEMENT_HANDLING&&Gm(Fh.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Mf.attributeNameCheck=Fh.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),Fh.CUSTOM_ELEMENT_HANDLING&&typeof Fh.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(Mf.allowCustomizedBuiltInElements=Fh.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),jf&&(Pf=!1),Of&&(wf=!0),hh&&(kf=addToSet({},text),Ef=[],hh.html===!0&&(addToSet(kf,html$1$1),addToSet(Ef,html$2)),hh.svg===!0&&(addToSet(kf,svg$1),addToSet(Ef,svg),addToSet(Ef,xml$3)),hh.svgFilters===!0&&(addToSet(kf,svgFilters),addToSet(Ef,svg),addToSet(Ef,xml$3)),hh.mathMl===!0&&(addToSet(kf,mathMl$1),addToSet(Ef,mathMl),addToSet(Ef,xml$3))),Fh.ADD_TAGS&&(kf===Cf&&(kf=clone(kf)),addToSet(kf,Fh.ADD_TAGS,cm)),Fh.ADD_ATTR&&(Ef===yf&&(Ef=clone(Ef)),addToSet(Ef,Fh.ADD_ATTR,cm)),Fh.ADD_URI_SAFE_ATTR&&addToSet(oh,Fh.ADD_URI_SAFE_ATTR,cm),Fh.FORBID_CONTENTS&&(Mh===wh&&(Mh=clone(Mh)),addToSet(Mh,Fh.FORBID_CONTENTS,cm)),qf&&(kf["#text"]=!0),Nf&&addToSet(kf,["html","head","body"]),kf.table&&(addToSet(kf,["tbody"]),delete Af.tbody),Fh.TRUSTED_TYPES_POLICY){if(typeof Fh.TRUSTED_TYPES_POLICY.createHTML!="function")throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof Fh.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw typeErrorCreate('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');Id=Fh.TRUSTED_TYPES_POLICY,Rd=Id.createHTML("")}else Id===void 0&&(Id=_createTrustedTypesPolicy(yd,td)),Id!==null&&typeof Rd=="string"&&(Rd=Id.createHTML(""));freeze&&freeze(Fh),Tm=Fh}},Km=addToSet({},["mi","mo","mn","ms","mtext"]),v1=addToSet({},["foreignobject","annotation-xml"]),h1=addToSet({},["title","style","font","a","script"]),F1=addToSet({},[...svg$1,...svgFilters,...svgDisallowed]),M1=addToSet({},[...mathMl$1,...mathMlDisallowed]),E1=function(Fh){let zh=kd(Fh);(!zh||!zh.tagName)&&(zh={namespaceURI:Th,tagName:"template"});const om=stringToLowerCase(Fh.tagName),fm=stringToLowerCase(zh.tagName);return Gh[Fh.namespaceURI]?Fh.namespaceURI===Zf?zh.namespaceURI===Jf?om==="svg":zh.namespaceURI===Rf?om==="svg"&&(fm==="annotation-xml"||Km[fm]):!!F1[om]:Fh.namespaceURI===Rf?zh.namespaceURI===Jf?om==="math":zh.namespaceURI===Zf?om==="math"&&v1[fm]:!!M1[om]:Fh.namespaceURI===Jf?zh.namespaceURI===Zf&&!v1[fm]||zh.namespaceURI===Rf&&!Km[fm]?!1:!M1[om]&&(h1[om]||!F1[om]):!!(kh==="application/xhtml+xml"&&Gh[Fh.namespaceURI]):!1},O1=function(Fh){arrayPush(qa.removed,{element:Fh});try{kd(Fh).removeChild(Fh)}catch{Od(Fh)}},Hm=function(Fh,zh){try{arrayPush(qa.removed,{attribute:zh.getAttributeNode(Fh),from:zh})}catch{arrayPush(qa.removed,{attribute:null,from:zh})}if(zh.removeAttribute(Fh),Fh==="is"&&!Ef[Fh])if(wf||Of)try{O1(zh)}catch{}else try{zh.setAttribute(Fh,"")}catch{}},b1=function(Fh){let zh=null,om=null;if(Tf)Fh="<remove></remove>"+Fh;else{const Om=stringMatch(Fh,/^[\r\n\t ]+/);om=Om&&Om[0]}kh==="application/xhtml+xml"&&Th===Jf&&(Fh='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+Fh+"</body></html>");const fm=Id?Id.createHTML(Fh):Fh;if(Th===Jf)try{zh=new _d().parseFromString(fm,kh)}catch{}if(!zh||!zh.documentElement){zh=Md.createDocument(Th,"template",null);try{zh.documentElement.innerHTML=Ah?Rd:fm}catch{}}const uh=zh.body||zh.documentElement;return Fh&&om&&uh.insertBefore(Ja.createTextNode(om),uh.childNodes[0]||null),Th===Jf?Pd.call(zh,Nf?"html":"body")[0]:Nf?zh.documentElement:uh},K1=function(Fh){return Ld.call(Fh.ownerDocument||Fh,Fh,cd.SHOW_ELEMENT|cd.SHOW_COMMENT|cd.SHOW_TEXT|cd.SHOW_PROCESSING_INSTRUCTION|cd.SHOW_CDATA_SECTION,null)},I1=function(Fh){return Fh instanceof gd&&(typeof Fh.nodeName!="string"||typeof Fh.textContent!="string"||typeof Fh.removeChild!="function"||!(Fh.attributes instanceof ud)||typeof Fh.removeAttribute!="function"||typeof Fh.setAttribute!="function"||typeof Fh.namespaceURI!="string"||typeof Fh.insertBefore!="function"||typeof Fh.hasChildNodes!="function")},zf=function(Fh){return typeof sd=="function"&&Fh instanceof sd},Dh=function(Fh,zh,om){Ud[Fh]&&arrayForEach(Ud[Fh],fm=>{fm.call(qa,zh,om,Tm)})},yh=function(Fh){let zh=null;if(Dh("beforeSanitizeElements",Fh,null),I1(Fh))return O1(Fh),!0;const om=cm(Fh.nodeName);if(Dh("uponSanitizeElement",Fh,{tagName:om,allowedTags:kf}),Fh.hasChildNodes()&&!zf(Fh.firstElementChild)&&regExpTest(/<[/\w]/g,Fh.innerHTML)&&regExpTest(/<[/\w]/g,Fh.textContent)||Fh.nodeType===NODE_TYPE.progressingInstruction||xf&&Fh.nodeType===NODE_TYPE.comment&&regExpTest(/<[/\w]/g,Fh.data))return O1(Fh),!0;if(!kf[om]||Af[om]){if(!Af[om]&&Xh(om)&&(Mf.tagNameCheck instanceof RegExp&&regExpTest(Mf.tagNameCheck,om)||Mf.tagNameCheck instanceof Function&&Mf.tagNameCheck(om)))return!1;if(qf&&!Mh[om]){const fm=kd(Fh)||Fh.parentNode,uh=Nd(Fh)||Fh.childNodes;if(uh&&fm){const Om=uh.length;for(let l1=Om-1;l1>=0;--l1){const y1=Td(uh[l1],!0);y1.__removalCount=(Fh.__removalCount||0)+1,fm.insertBefore(y1,Ad(Fh))}}}return O1(Fh),!0}return Fh instanceof ld&&!E1(Fh)||(om==="noscript"||om==="noembed"||om==="noframes")&&regExpTest(/<\/no(script|embed|frames)/i,Fh.innerHTML)?(O1(Fh),!0):(jf&&Fh.nodeType===NODE_TYPE.text&&(zh=Fh.textContent,arrayForEach([Vd,qd,Wd],fm=>{zh=stringReplace(zh,fm," ")}),Fh.textContent!==zh&&(arrayPush(qa.removed,{element:Fh.cloneNode()}),Fh.textContent=zh)),Dh("afterSanitizeElements",Fh,null),!1)},Ih=function(Fh,zh,om){if(Wf&&(zh==="id"||zh==="name")&&(om in Ja||om in Fm))return!1;if(!(Pf&&!Zd[zh]&&regExpTest(zd,zh))){if(!(mf&&regExpTest(Kd,zh))){if(!Ef[zh]||Zd[zh]){if(!(Xh(Fh)&&(Mf.tagNameCheck instanceof RegExp&&regExpTest(Mf.tagNameCheck,Fh)||Mf.tagNameCheck instanceof Function&&Mf.tagNameCheck(Fh))&&(Mf.attributeNameCheck instanceof RegExp&&regExpTest(Mf.attributeNameCheck,zh)||Mf.attributeNameCheck instanceof Function&&Mf.attributeNameCheck(zh))||zh==="is"&&Mf.allowCustomizedBuiltInElements&&(Mf.tagNameCheck instanceof RegExp&&regExpTest(Mf.tagNameCheck,om)||Mf.tagNameCheck instanceof Function&&Mf.tagNameCheck(om))))return!1}else if(!oh[zh]){if(!regExpTest(bf,stringReplace(om,hf,""))){if(!((zh==="src"||zh==="xlink:href"||zh==="href")&&Fh!=="script"&&stringIndexOf(om,"data:")===0&&Bh[Fh])){if(!(Ff&&!regExpTest(Qd,stringReplace(om,hf,"")))){if(om)return!1}}}}}}return!0},Xh=function(Fh){return Fh!=="annotation-xml"&&stringMatch(Fh,gf)},qh=function(Fh){Dh("beforeSanitizeAttributes",Fh,null);const{attributes:zh}=Fh;if(!zh)return;const om={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Ef};let fm=zh.length;for(;fm--;){const uh=zh[fm],{name:Om,namespaceURI:l1,value:y1}=uh,c1=cm(Om);let Pm=Om==="value"?y1:stringTrim(y1);if(om.attrName=c1,om.attrValue=Pm,om.keepAttr=!0,om.forceKeepAttr=void 0,Dh("uponSanitizeAttribute",Fh,om),Pm=om.attrValue,xf&&regExpTest(/((--!?|])>)|<\/(style|title)/i,Pm)){Hm(Om,Fh);continue}if(om.forceKeepAttr||(Hm(Om,Fh),!om.keepAttr))continue;if(!Lf&&regExpTest(/\/>/i,Pm)){Hm(Om,Fh);continue}jf&&arrayForEach([Vd,qd,Wd],m1=>{Pm=stringReplace(Pm,m1," ")});const C1=cm(Fh.nodeName);if(Ih(C1,c1,Pm)){if(Kf&&(c1==="id"||c1==="name")&&(Hm(Om,Fh),Pm=Df+Pm),Id&&typeof yd=="object"&&typeof yd.getAttributeType=="function"&&!l1)switch(yd.getAttributeType(C1,c1)){case"TrustedHTML":{Pm=Id.createHTML(Pm);break}case"TrustedScriptURL":{Pm=Id.createScriptURL(Pm);break}}try{l1?Fh.setAttributeNS(l1,Om,Pm):Fh.setAttribute(Om,Pm),I1(Fh)?O1(Fh):arrayPop(qa.removed)}catch{}}}Dh("afterSanitizeAttributes",Fh,null)},Zh=function Yh(Fh){let zh=null;const om=K1(Fh);for(Dh("beforeSanitizeShadowDOM",Fh,null);zh=om.nextNode();)Dh("uponSanitizeShadowNode",zh,null),!yh(zh)&&(zh.content instanceof rd&&Yh(zh.content),qh(zh));Dh("afterSanitizeShadowDOM",Fh,null)};return qa.sanitize=function(Yh){let Fh=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},zh=null,om=null,fm=null,uh=null;if(Ah=!Yh,Ah&&(Yh="<!-->"),typeof Yh!="string"&&!zf(Yh))if(typeof Yh.toString=="function"){if(Yh=Yh.toString(),typeof Yh!="string")throw typeErrorCreate("dirty is not a string, aborting")}else throw typeErrorCreate("toString is not a function");if(!qa.isSupported)return Yh;if(Bf||s1(Fh),qa.removed=[],typeof Yh=="string"&&(Xf=!1),Xf){if(Yh.nodeName){const y1=cm(Yh.nodeName);if(!kf[y1]||Af[y1])throw typeErrorCreate("root node is forbidden and cannot be sanitized in-place")}}else if(Yh instanceof sd)zh=b1("<!---->"),om=zh.ownerDocument.importNode(Yh,!0),om.nodeType===NODE_TYPE.element&&om.nodeName==="BODY"||om.nodeName==="HTML"?zh=om:zh.appendChild(om);else{if(!wf&&!jf&&!Nf&&Yh.indexOf("<")===-1)return Id&&$f?Id.createHTML(Yh):Yh;if(zh=b1(Yh),!zh)return wf?null:$f?Rd:""}zh&&Tf&&O1(zh.firstChild);const Om=K1(Xf?Yh:zh);for(;fm=Om.nextNode();)yh(fm)||(fm.content instanceof rd&&Zh(fm.content),qh(fm));if(Xf)return Yh;if(wf){if(Of)for(uh=jd.call(zh.ownerDocument);zh.firstChild;)uh.appendChild(zh.firstChild);else uh=zh;return(Ef.shadowroot||Ef.shadowrootmode)&&(uh=Fd.call(ed,uh,!0)),uh}let l1=Nf?zh.outerHTML:zh.innerHTML;return Nf&&kf["!doctype"]&&zh.ownerDocument&&zh.ownerDocument.doctype&&zh.ownerDocument.doctype.name&&regExpTest(DOCTYPE_NAME,zh.ownerDocument.doctype.name)&&(l1="<!DOCTYPE "+zh.ownerDocument.doctype.name+`>
`+l1),jf&&arrayForEach([Vd,qd,Wd],y1=>{l1=stringReplace(l1,y1," ")}),Id&&$f?Id.createHTML(l1):l1},qa.setConfig=function(){let Yh=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};s1(Yh),Bf=!0},qa.clearConfig=function(){Tm=null,Bf=!1},qa.isValidAttribute=function(Yh,Fh,zh){Tm||s1({});const om=cm(Yh),fm=cm(Fh);return Ih(om,fm,zh)},qa.addHook=function(Yh,Fh){typeof Fh=="function"&&(Ud[Yh]=Ud[Yh]||[],arrayPush(Ud[Yh],Fh))},qa.removeHook=function(Yh){if(Ud[Yh])return arrayPop(Ud[Yh])},qa.removeHooks=function(Yh){Ud[Yh]&&(Ud[Yh]=[])},qa.removeAllHooks=function(){Ud={}},qa}var purify=createDOMPurify(),__defProp=Object.defineProperty,__name=(Ra,qa)=>__defProp(Ra,"name",{value:qa,configurable:!0}),__export=(Ra,qa)=>{for(var Ja in qa)__defProp(Ra,Ja,{get:qa[Ja],enumerable:!0})},LEVELS={trace:0,debug:1,info:2,warn:3,error:4,fatal:5},log$1={trace:__name((...Ra)=>{},"trace"),debug:__name((...Ra)=>{},"debug"),info:__name((...Ra)=>{},"info"),warn:__name((...Ra)=>{},"warn"),error:__name((...Ra)=>{},"error"),fatal:__name((...Ra)=>{},"fatal")},setLogLevel=__name(function(Ra="fatal"){let qa=LEVELS.fatal;typeof Ra=="string"?Ra.toLowerCase()in LEVELS&&(qa=LEVELS[Ra]):typeof Ra=="number"&&(qa=Ra),log$1.trace=()=>{},log$1.debug=()=>{},log$1.info=()=>{},log$1.warn=()=>{},log$1.error=()=>{},log$1.fatal=()=>{},qa<=LEVELS.fatal&&(log$1.fatal=console.error?console.error.bind(console,format$1("FATAL"),"color: orange"):console.log.bind(console,"\x1B[35m",format$1("FATAL"))),qa<=LEVELS.error&&(log$1.error=console.error?console.error.bind(console,format$1("ERROR"),"color: orange"):console.log.bind(console,"\x1B[31m",format$1("ERROR"))),qa<=LEVELS.warn&&(log$1.warn=console.warn?console.warn.bind(console,format$1("WARN"),"color: orange"):console.log.bind(console,"\x1B[33m",format$1("WARN"))),qa<=LEVELS.info&&(log$1.info=console.info?console.info.bind(console,format$1("INFO"),"color: lightblue"):console.log.bind(console,"\x1B[34m",format$1("INFO"))),qa<=LEVELS.debug&&(log$1.debug=console.debug?console.debug.bind(console,format$1("DEBUG"),"color: lightgreen"):console.log.bind(console,"\x1B[32m",format$1("DEBUG"))),qa<=LEVELS.trace&&(log$1.trace=console.debug?console.debug.bind(console,format$1("TRACE"),"color: lightgreen"):console.log.bind(console,"\x1B[32m",format$1("TRACE")))},"setLogLevel"),format$1=__name(Ra=>`%c${dayjs2().format("ss.SSS")} : ${Ra} : `,"format"),frontMatterRegex=/^-{3}\s*[\n\r](.*?)[\n\r]-{3}\s*[\n\r]+/s,directiveRegex=/%{2}{\s*(?:(\w+)\s*:|(\w+))\s*(?:(\w+)|((?:(?!}%{2}).|\r?\n)*))?\s*(?:}%{2})?/gi,anyCommentRegex=/\s*%%.*\n/gm,sy,UnknownDiagramError=(sy=class extends Error{constructor(qa){super(qa),this.name="UnknownDiagramError"}},__name(sy,"UnknownDiagramError"),sy),detectors={},detectType=__name(function(Ra,qa){Ra=Ra.replace(frontMatterRegex,"").replace(directiveRegex,"").replace(anyCommentRegex,`
`);for(const[Ja,{detector:ed}]of Object.entries(detectors))if(ed(Ra,qa))return Ja;throw new UnknownDiagramError(`No diagram type detected matching given configuration for text: ${Ra}`)},"detectType"),registerLazyLoadedDiagrams=__name((...Ra)=>{for(const{id:qa,detector:Ja,loader:ed}of Ra)addDetector(qa,Ja,ed)},"registerLazyLoadedDiagrams"),addDetector=__name((Ra,qa,Ja)=>{detectors[Ra]&&log$1.warn(`Detector with key ${Ra} already exists. Overwriting.`),detectors[Ra]={detector:qa,loader:Ja},log$1.debug(`Detector with key ${Ra} added${Ja?" with loader":""}`)},"addDetector"),getDiagramLoader=__name(Ra=>detectors[Ra].loader,"getDiagramLoader"),assignWithDepth=__name((Ra,qa,{depth:Ja=2,clobber:ed=!1}={})=>{const td={depth:Ja,clobber:ed};return Array.isArray(qa)&&!Array.isArray(Ra)?(qa.forEach(rd=>assignWithDepth(Ra,rd,td)),Ra):Array.isArray(qa)&&Array.isArray(Ra)?(qa.forEach(rd=>{Ra.includes(rd)||Ra.push(rd)}),Ra):Ra===void 0||Ja<=0?Ra!=null&&typeof Ra=="object"&&typeof qa=="object"?Object.assign(Ra,qa):qa:(qa!==void 0&&typeof Ra=="object"&&typeof qa=="object"&&Object.keys(qa).forEach(rd=>{typeof qa[rd]=="object"&&(Ra[rd]===void 0||typeof Ra[rd]=="object")?(Ra[rd]===void 0&&(Ra[rd]=Array.isArray(qa[rd])?[]:{}),Ra[rd]=assignWithDepth(Ra[rd],qa[rd],{depth:Ja-1,clobber:ed})):(ed||typeof Ra[rd]!="object"&&typeof qa[rd]!="object")&&(Ra[rd]=qa[rd])}),Ra)},"assignWithDepth"),assignWithDepth_default=assignWithDepth,oldAttributeBackgroundColorOdd="#ffffff",oldAttributeBackgroundColorEven="#f2f2f2",mkBorder=__name((Ra,qa)=>qa?adjust(Ra,{s:-40,l:10}):adjust(Ra,{s:-40,l:-10}),"mkBorder"),uy,Theme=(uy=class{constructor(){this.background="#f4f4f4",this.primaryColor="#fff4dd",this.noteBkgColor="#fff5ad",this.noteTextColor="#333",this.THEME_COLOR_LIMIT=12,this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px"}updateColors(){var Ja,ed,td,rd,od,sd,ld,cd,ud,gd,_d;if(this.primaryTextColor=this.primaryTextColor||(this.darkMode?"#eee":"#333"),this.secondaryColor=this.secondaryColor||adjust(this.primaryColor,{h:-120}),this.tertiaryColor=this.tertiaryColor||adjust(this.primaryColor,{h:180,l:5}),this.primaryBorderColor=this.primaryBorderColor||mkBorder(this.primaryColor,this.darkMode),this.secondaryBorderColor=this.secondaryBorderColor||mkBorder(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=this.tertiaryBorderColor||mkBorder(this.tertiaryColor,this.darkMode),this.noteBorderColor=this.noteBorderColor||mkBorder(this.noteBkgColor,this.darkMode),this.noteBkgColor=this.noteBkgColor||"#fff5ad",this.noteTextColor=this.noteTextColor||"#333",this.secondaryTextColor=this.secondaryTextColor||invert(this.secondaryColor),this.tertiaryTextColor=this.tertiaryTextColor||invert(this.tertiaryColor),this.lineColor=this.lineColor||invert(this.background),this.arrowheadColor=this.arrowheadColor||invert(this.background),this.textColor=this.textColor||this.primaryTextColor,this.border2=this.border2||this.tertiaryBorderColor,this.nodeBkg=this.nodeBkg||this.primaryColor,this.mainBkg=this.mainBkg||this.primaryColor,this.nodeBorder=this.nodeBorder||this.primaryBorderColor,this.clusterBkg=this.clusterBkg||this.tertiaryColor,this.clusterBorder=this.clusterBorder||this.tertiaryBorderColor,this.defaultLinkColor=this.defaultLinkColor||this.lineColor,this.titleColor=this.titleColor||this.tertiaryTextColor,this.edgeLabelBackground=this.edgeLabelBackground||(this.darkMode?darken(this.secondaryColor,30):this.secondaryColor),this.nodeTextColor=this.nodeTextColor||this.primaryTextColor,this.actorBorder=this.actorBorder||this.primaryBorderColor,this.actorBkg=this.actorBkg||this.mainBkg,this.actorTextColor=this.actorTextColor||this.primaryTextColor,this.actorLineColor=this.actorLineColor||this.actorBorder,this.labelBoxBkgColor=this.labelBoxBkgColor||this.actorBkg,this.signalColor=this.signalColor||this.textColor,this.signalTextColor=this.signalTextColor||this.textColor,this.labelBoxBorderColor=this.labelBoxBorderColor||this.actorBorder,this.labelTextColor=this.labelTextColor||this.actorTextColor,this.loopTextColor=this.loopTextColor||this.actorTextColor,this.activationBorderColor=this.activationBorderColor||darken(this.secondaryColor,10),this.activationBkgColor=this.activationBkgColor||this.secondaryColor,this.sequenceNumberColor=this.sequenceNumberColor||invert(this.lineColor),this.sectionBkgColor=this.sectionBkgColor||this.tertiaryColor,this.altSectionBkgColor=this.altSectionBkgColor||"white",this.sectionBkgColor=this.sectionBkgColor||this.secondaryColor,this.sectionBkgColor2=this.sectionBkgColor2||this.primaryColor,this.excludeBkgColor=this.excludeBkgColor||"#eeeeee",this.taskBorderColor=this.taskBorderColor||this.primaryBorderColor,this.taskBkgColor=this.taskBkgColor||this.primaryColor,this.activeTaskBorderColor=this.activeTaskBorderColor||this.primaryColor,this.activeTaskBkgColor=this.activeTaskBkgColor||lighten(this.primaryColor,23),this.gridColor=this.gridColor||"lightgrey",this.doneTaskBkgColor=this.doneTaskBkgColor||"lightgrey",this.doneTaskBorderColor=this.doneTaskBorderColor||"grey",this.critBorderColor=this.critBorderColor||"#ff8888",this.critBkgColor=this.critBkgColor||"red",this.todayLineColor=this.todayLineColor||"red",this.taskTextColor=this.taskTextColor||this.textColor,this.taskTextOutsideColor=this.taskTextOutsideColor||this.textColor,this.taskTextLightColor=this.taskTextLightColor||this.textColor,this.taskTextColor=this.taskTextColor||this.primaryTextColor,this.taskTextDarkColor=this.taskTextDarkColor||this.textColor,this.taskTextClickableColor=this.taskTextClickableColor||"#003163",this.personBorder=this.personBorder||this.primaryBorderColor,this.personBkg=this.personBkg||this.mainBkg,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||this.tertiaryColor,this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.nodeBorder,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.specialStateColor=this.lineColor,this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||adjust(this.primaryColor,{h:30}),this.cScale4=this.cScale4||adjust(this.primaryColor,{h:60}),this.cScale5=this.cScale5||adjust(this.primaryColor,{h:90}),this.cScale6=this.cScale6||adjust(this.primaryColor,{h:120}),this.cScale7=this.cScale7||adjust(this.primaryColor,{h:150}),this.cScale8=this.cScale8||adjust(this.primaryColor,{h:210,l:150}),this.cScale9=this.cScale9||adjust(this.primaryColor,{h:270}),this.cScale10=this.cScale10||adjust(this.primaryColor,{h:300}),this.cScale11=this.cScale11||adjust(this.primaryColor,{h:330}),this.darkMode)for(let yd=0;yd<this.THEME_COLOR_LIMIT;yd++)this["cScale"+yd]=darken(this["cScale"+yd],75);else for(let yd=0;yd<this.THEME_COLOR_LIMIT;yd++)this["cScale"+yd]=darken(this["cScale"+yd],25);for(let yd=0;yd<this.THEME_COLOR_LIMIT;yd++)this["cScaleInv"+yd]=this["cScaleInv"+yd]||invert(this["cScale"+yd]);for(let yd=0;yd<this.THEME_COLOR_LIMIT;yd++)this.darkMode?this["cScalePeer"+yd]=this["cScalePeer"+yd]||lighten(this["cScale"+yd],10):this["cScalePeer"+yd]=this["cScalePeer"+yd]||darken(this["cScale"+yd],10);this.scaleLabelColor=this.scaleLabelColor||this.labelTextColor;for(let yd=0;yd<this.THEME_COLOR_LIMIT;yd++)this["cScaleLabel"+yd]=this["cScaleLabel"+yd]||this.scaleLabelColor;const qa=this.darkMode?-4:-1;for(let yd=0;yd<5;yd++)this["surface"+yd]=this["surface"+yd]||adjust(this.mainBkg,{h:180,s:-15,l:qa*(5+yd*3)}),this["surfacePeer"+yd]=this["surfacePeer"+yd]||adjust(this.mainBkg,{h:180,s:-15,l:qa*(8+yd*3)});this.classText=this.classText||this.textColor,this.fillType0=this.fillType0||this.primaryColor,this.fillType1=this.fillType1||this.secondaryColor,this.fillType2=this.fillType2||adjust(this.primaryColor,{h:64}),this.fillType3=this.fillType3||adjust(this.secondaryColor,{h:64}),this.fillType4=this.fillType4||adjust(this.primaryColor,{h:-64}),this.fillType5=this.fillType5||adjust(this.secondaryColor,{h:-64}),this.fillType6=this.fillType6||adjust(this.primaryColor,{h:128}),this.fillType7=this.fillType7||adjust(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||this.tertiaryColor,this.pie4=this.pie4||adjust(this.primaryColor,{l:-10}),this.pie5=this.pie5||adjust(this.secondaryColor,{l:-10}),this.pie6=this.pie6||adjust(this.tertiaryColor,{l:-10}),this.pie7=this.pie7||adjust(this.primaryColor,{h:60,l:-10}),this.pie8=this.pie8||adjust(this.primaryColor,{h:-60,l:-10}),this.pie9=this.pie9||adjust(this.primaryColor,{h:120,l:0}),this.pie10=this.pie10||adjust(this.primaryColor,{h:60,l:-20}),this.pie11=this.pie11||adjust(this.primaryColor,{h:-60,l:-20}),this.pie12=this.pie12||adjust(this.primaryColor,{h:120,l:-10}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||adjust(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||adjust(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||adjust(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||adjust(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||adjust(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||adjust(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||isDark(this.quadrant1Fill)?lighten(this.quadrant1Fill):darken(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((Ja=this.xyChart)==null?void 0:Ja.backgroundColor)||this.background,titleColor:((ed=this.xyChart)==null?void 0:ed.titleColor)||this.primaryTextColor,xAxisTitleColor:((td=this.xyChart)==null?void 0:td.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((rd=this.xyChart)==null?void 0:rd.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((od=this.xyChart)==null?void 0:od.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((sd=this.xyChart)==null?void 0:sd.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((ld=this.xyChart)==null?void 0:ld.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((cd=this.xyChart)==null?void 0:cd.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((ud=this.xyChart)==null?void 0:ud.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((gd=this.xyChart)==null?void 0:gd.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((_d=this.xyChart)==null?void 0:_d.plotColorPalette)||"#FFF4DD,#FFD8B1,#FFA07A,#ECEFF1,#D6DBDF,#C3E0A8,#FFB6A4,#FFD74D,#738FA7,#FFFFF0"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||(this.darkMode?darken(this.secondaryColor,30):this.secondaryColor),this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||adjust(this.primaryColor,{h:-30}),this.git4=this.git4||adjust(this.primaryColor,{h:-60}),this.git5=this.git5||adjust(this.primaryColor,{h:-90}),this.git6=this.git6||adjust(this.primaryColor,{h:60}),this.git7=this.git7||adjust(this.primaryColor,{h:120}),this.darkMode?(this.git0=lighten(this.git0,25),this.git1=lighten(this.git1,25),this.git2=lighten(this.git2,25),this.git3=lighten(this.git3,25),this.git4=lighten(this.git4,25),this.git5=lighten(this.git5,25),this.git6=lighten(this.git6,25),this.git7=lighten(this.git7,25)):(this.git0=darken(this.git0,25),this.git1=darken(this.git1,25),this.git2=darken(this.git2,25),this.git3=darken(this.git3,25),this.git4=darken(this.git4,25),this.git5=darken(this.git5,25),this.git6=darken(this.git6,25),this.git7=darken(this.git7,25)),this.gitInv0=this.gitInv0||invert(this.git0),this.gitInv1=this.gitInv1||invert(this.git1),this.gitInv2=this.gitInv2||invert(this.git2),this.gitInv3=this.gitInv3||invert(this.git3),this.gitInv4=this.gitInv4||invert(this.git4),this.gitInv5=this.gitInv5||invert(this.git5),this.gitInv6=this.gitInv6||invert(this.git6),this.gitInv7=this.gitInv7||invert(this.git7),this.branchLabelColor=this.branchLabelColor||(this.darkMode?"black":this.labelTextColor),this.gitBranchLabel0=this.gitBranchLabel0||this.branchLabelColor,this.gitBranchLabel1=this.gitBranchLabel1||this.branchLabelColor,this.gitBranchLabel2=this.gitBranchLabel2||this.branchLabelColor,this.gitBranchLabel3=this.gitBranchLabel3||this.branchLabelColor,this.gitBranchLabel4=this.gitBranchLabel4||this.branchLabelColor,this.gitBranchLabel5=this.gitBranchLabel5||this.branchLabelColor,this.gitBranchLabel6=this.gitBranchLabel6||this.branchLabelColor,this.gitBranchLabel7=this.gitBranchLabel7||this.branchLabelColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||oldAttributeBackgroundColorOdd,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||oldAttributeBackgroundColorEven}calculate(qa){if(typeof qa!="object"){this.updateColors();return}const Ja=Object.keys(qa);Ja.forEach(ed=>{this[ed]=qa[ed]}),this.updateColors(),Ja.forEach(ed=>{this[ed]=qa[ed]})}},__name(uy,"Theme"),uy),getThemeVariables=__name(Ra=>{const qa=new Theme;return qa.calculate(Ra),qa},"getThemeVariables"),Sy,Theme2=(Sy=class{constructor(){this.background="#333",this.primaryColor="#1f2020",this.secondaryColor=lighten(this.primaryColor,16),this.tertiaryColor=adjust(this.primaryColor,{h:-160}),this.primaryBorderColor=invert(this.background),this.secondaryBorderColor=mkBorder(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=mkBorder(this.tertiaryColor,this.darkMode),this.primaryTextColor=invert(this.primaryColor),this.secondaryTextColor=invert(this.secondaryColor),this.tertiaryTextColor=invert(this.tertiaryColor),this.lineColor=invert(this.background),this.textColor=invert(this.background),this.mainBkg="#1f2020",this.secondBkg="calculated",this.mainContrastColor="lightgrey",this.darkTextColor=lighten(invert("#323D47"),10),this.lineColor="calculated",this.border1="#ccc",this.border2=rgba$1(255,255,255,.25),this.arrowheadColor="calculated",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.labelBackground="#181818",this.textColor="#ccc",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="#F9FFFE",this.edgeLabelBackground="calculated",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="calculated",this.actorLineColor="calculated",this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="calculated",this.activationBkgColor="calculated",this.sequenceNumberColor="black",this.sectionBkgColor=darken("#EAE8D9",30),this.altSectionBkgColor="calculated",this.sectionBkgColor2="#EAE8D9",this.excludeBkgColor=darken(this.sectionBkgColor,10),this.taskBorderColor=rgba$1(255,255,255,70),this.taskBkgColor="calculated",this.taskTextColor="calculated",this.taskTextLightColor="calculated",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor=rgba$1(255,255,255,50),this.activeTaskBkgColor="#81B1DB",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="grey",this.critBorderColor="#E83737",this.critBkgColor="#E83737",this.taskTextDarkColor="calculated",this.todayLineColor="#DB5757",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.labelColor="calculated",this.errorBkgColor="#a44141",this.errorTextColor="#ddd"}updateColors(){var qa,Ja,ed,td,rd,od,sd,ld,cd,ud,gd;this.secondBkg=lighten(this.mainBkg,16),this.lineColor=this.mainContrastColor,this.arrowheadColor=this.mainContrastColor,this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.edgeLabelBackground=lighten(this.labelBackground,25),this.actorBorder=this.border1,this.actorBkg=this.mainBkg,this.actorTextColor=this.mainContrastColor,this.actorLineColor=this.actorBorder,this.signalColor=this.mainContrastColor,this.signalTextColor=this.mainContrastColor,this.labelBoxBkgColor=this.actorBkg,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.mainContrastColor,this.loopTextColor=this.mainContrastColor,this.noteBorderColor=this.secondaryBorderColor,this.noteBkgColor=this.secondBkg,this.noteTextColor=this.secondaryTextColor,this.activationBorderColor=this.border1,this.activationBkgColor=this.secondBkg,this.altSectionBkgColor=this.background,this.taskBkgColor=lighten(this.mainBkg,23),this.taskTextColor=this.darkTextColor,this.taskTextLightColor=this.mainContrastColor,this.taskTextOutsideColor=this.taskTextLightColor,this.gridColor=this.mainContrastColor,this.doneTaskBkgColor=this.mainContrastColor,this.taskTextDarkColor=this.darkTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#555",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.primaryBorderColor,this.specialStateColor="#f4f4f4",this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=adjust(this.primaryColor,{h:64}),this.fillType3=adjust(this.secondaryColor,{h:64}),this.fillType4=adjust(this.primaryColor,{h:-64}),this.fillType5=adjust(this.secondaryColor,{h:-64}),this.fillType6=adjust(this.primaryColor,{h:128}),this.fillType7=adjust(this.secondaryColor,{h:128}),this.cScale1=this.cScale1||"#0b0000",this.cScale2=this.cScale2||"#4d1037",this.cScale3=this.cScale3||"#3f5258",this.cScale4=this.cScale4||"#4f2f1b",this.cScale5=this.cScale5||"#6e0a0a",this.cScale6=this.cScale6||"#3b0048",this.cScale7=this.cScale7||"#995a01",this.cScale8=this.cScale8||"#154706",this.cScale9=this.cScale9||"#161722",this.cScale10=this.cScale10||"#00296f",this.cScale11=this.cScale11||"#01629c",this.cScale12=this.cScale12||"#010029",this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||adjust(this.primaryColor,{h:30}),this.cScale4=this.cScale4||adjust(this.primaryColor,{h:60}),this.cScale5=this.cScale5||adjust(this.primaryColor,{h:90}),this.cScale6=this.cScale6||adjust(this.primaryColor,{h:120}),this.cScale7=this.cScale7||adjust(this.primaryColor,{h:150}),this.cScale8=this.cScale8||adjust(this.primaryColor,{h:210}),this.cScale9=this.cScale9||adjust(this.primaryColor,{h:270}),this.cScale10=this.cScale10||adjust(this.primaryColor,{h:300}),this.cScale11=this.cScale11||adjust(this.primaryColor,{h:330});for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScaleInv"+_d]=this["cScaleInv"+_d]||invert(this["cScale"+_d]);for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScalePeer"+_d]=this["cScalePeer"+_d]||lighten(this["cScale"+_d],10);for(let _d=0;_d<5;_d++)this["surface"+_d]=this["surface"+_d]||adjust(this.mainBkg,{h:30,s:-30,l:-(-10+_d*4)}),this["surfacePeer"+_d]=this["surfacePeer"+_d]||adjust(this.mainBkg,{h:30,s:-30,l:-(-7+_d*4)});this.scaleLabelColor=this.scaleLabelColor||(this.darkMode?"black":this.labelTextColor);for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScaleLabel"+_d]=this["cScaleLabel"+_d]||this.scaleLabelColor;for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["pie"+_d]=this["cScale"+_d];this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||adjust(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||adjust(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||adjust(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||adjust(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||adjust(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||adjust(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||isDark(this.quadrant1Fill)?lighten(this.quadrant1Fill):darken(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((qa=this.xyChart)==null?void 0:qa.backgroundColor)||this.background,titleColor:((Ja=this.xyChart)==null?void 0:Ja.titleColor)||this.primaryTextColor,xAxisTitleColor:((ed=this.xyChart)==null?void 0:ed.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((td=this.xyChart)==null?void 0:td.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((rd=this.xyChart)==null?void 0:rd.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((od=this.xyChart)==null?void 0:od.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((sd=this.xyChart)==null?void 0:sd.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((ld=this.xyChart)==null?void 0:ld.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((cd=this.xyChart)==null?void 0:cd.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((ud=this.xyChart)==null?void 0:ud.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((gd=this.xyChart)==null?void 0:gd.plotColorPalette)||"#3498db,#2ecc71,#e74c3c,#f1c40f,#bdc3c7,#ffffff,#34495e,#9b59b6,#1abc9c,#e67e22"},this.packet={startByteColor:this.primaryTextColor,endByteColor:this.primaryTextColor,labelColor:this.primaryTextColor,titleColor:this.primaryTextColor,blockStrokeColor:this.primaryTextColor,blockFillColor:this.background},this.classText=this.primaryTextColor,this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||(this.darkMode?darken(this.secondaryColor,30):this.secondaryColor),this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=lighten(this.secondaryColor,20),this.git1=lighten(this.pie2||this.secondaryColor,20),this.git2=lighten(this.pie3||this.tertiaryColor,20),this.git3=lighten(this.pie4||adjust(this.primaryColor,{h:-30}),20),this.git4=lighten(this.pie5||adjust(this.primaryColor,{h:-60}),20),this.git5=lighten(this.pie6||adjust(this.primaryColor,{h:-90}),10),this.git6=lighten(this.pie7||adjust(this.primaryColor,{h:60}),10),this.git7=lighten(this.pie8||adjust(this.primaryColor,{h:120}),20),this.gitInv0=this.gitInv0||invert(this.git0),this.gitInv1=this.gitInv1||invert(this.git1),this.gitInv2=this.gitInv2||invert(this.git2),this.gitInv3=this.gitInv3||invert(this.git3),this.gitInv4=this.gitInv4||invert(this.git4),this.gitInv5=this.gitInv5||invert(this.git5),this.gitInv6=this.gitInv6||invert(this.git6),this.gitInv7=this.gitInv7||invert(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||invert(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||invert(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||lighten(this.background,12),this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||lighten(this.background,2),this.nodeBorder=this.nodeBorder||"#999"}calculate(qa){if(typeof qa!="object"){this.updateColors();return}const Ja=Object.keys(qa);Ja.forEach(ed=>{this[ed]=qa[ed]}),this.updateColors(),Ja.forEach(ed=>{this[ed]=qa[ed]})}},__name(Sy,"Theme"),Sy),getThemeVariables2=__name(Ra=>{const qa=new Theme2;return qa.calculate(Ra),qa},"getThemeVariables"),Ty,Theme3=(Ty=class{constructor(){this.background="#f4f4f4",this.primaryColor="#ECECFF",this.secondaryColor=adjust(this.primaryColor,{h:120}),this.secondaryColor="#ffffde",this.tertiaryColor=adjust(this.primaryColor,{h:-160}),this.primaryBorderColor=mkBorder(this.primaryColor,this.darkMode),this.secondaryBorderColor=mkBorder(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=mkBorder(this.tertiaryColor,this.darkMode),this.primaryTextColor=invert(this.primaryColor),this.secondaryTextColor=invert(this.secondaryColor),this.tertiaryTextColor=invert(this.tertiaryColor),this.lineColor=invert(this.background),this.textColor=invert(this.background),this.background="white",this.mainBkg="#ECECFF",this.secondBkg="#ffffde",this.lineColor="#333333",this.border1="#9370DB",this.border2="#aaaa33",this.arrowheadColor="#333333",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.labelBackground="rgba(232,232,232, 0.8)",this.textColor="#333",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="calculated",this.edgeLabelBackground="calculated",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="black",this.actorLineColor="calculated",this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="calculated",this.altSectionBkgColor="calculated",this.sectionBkgColor2="calculated",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="calculated",this.taskTextLightColor="calculated",this.taskTextColor=this.taskTextLightColor,this.taskTextDarkColor="calculated",this.taskTextOutsideColor=this.taskTextDarkColor,this.taskTextClickableColor="calculated",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="calculated",this.critBorderColor="calculated",this.critBkgColor="calculated",this.todayLineColor="calculated",this.sectionBkgColor=rgba$1(102,102,255,.49),this.altSectionBkgColor="white",this.sectionBkgColor2="#fff400",this.taskBorderColor="#534fbc",this.taskBkgColor="#8a90dd",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="black",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="#534fbc",this.activeTaskBkgColor="#bfc7ff",this.gridColor="lightgrey",this.doneTaskBkgColor="lightgrey",this.doneTaskBorderColor="grey",this.critBorderColor="#ff8888",this.critBkgColor="red",this.todayLineColor="red",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222",this.updateColors()}updateColors(){var qa,Ja,ed,td,rd,od,sd,ld,cd,ud,gd;this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||adjust(this.primaryColor,{h:30}),this.cScale4=this.cScale4||adjust(this.primaryColor,{h:60}),this.cScale5=this.cScale5||adjust(this.primaryColor,{h:90}),this.cScale6=this.cScale6||adjust(this.primaryColor,{h:120}),this.cScale7=this.cScale7||adjust(this.primaryColor,{h:150}),this.cScale8=this.cScale8||adjust(this.primaryColor,{h:210}),this.cScale9=this.cScale9||adjust(this.primaryColor,{h:270}),this.cScale10=this.cScale10||adjust(this.primaryColor,{h:300}),this.cScale11=this.cScale11||adjust(this.primaryColor,{h:330}),this.cScalePeer1=this.cScalePeer1||darken(this.secondaryColor,45),this.cScalePeer2=this.cScalePeer2||darken(this.tertiaryColor,40);for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScale"+_d]=darken(this["cScale"+_d],10),this["cScalePeer"+_d]=this["cScalePeer"+_d]||darken(this["cScale"+_d],25);for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScaleInv"+_d]=this["cScaleInv"+_d]||adjust(this["cScale"+_d],{h:180});for(let _d=0;_d<5;_d++)this["surface"+_d]=this["surface"+_d]||adjust(this.mainBkg,{h:30,l:-(5+_d*5)}),this["surfacePeer"+_d]=this["surfacePeer"+_d]||adjust(this.mainBkg,{h:30,l:-(7+_d*5)});if(this.scaleLabelColor=this.scaleLabelColor!=="calculated"&&this.scaleLabelColor?this.scaleLabelColor:this.labelTextColor,this.labelTextColor!=="calculated"){this.cScaleLabel0=this.cScaleLabel0||invert(this.labelTextColor),this.cScaleLabel3=this.cScaleLabel3||invert(this.labelTextColor);for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScaleLabel"+_d]=this["cScaleLabel"+_d]||this.labelTextColor}this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.titleColor=this.textColor,this.edgeLabelBackground=this.labelBackground,this.actorBorder=lighten(this.border1,23),this.actorBkg=this.mainBkg,this.labelBoxBkgColor=this.actorBkg,this.signalColor=this.textColor,this.signalTextColor=this.textColor,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.actorTextColor,this.loopTextColor=this.actorTextColor,this.noteBorderColor=this.border2,this.noteTextColor=this.actorTextColor,this.actorLineColor=this.actorBorder,this.taskTextColor=this.taskTextLightColor,this.taskTextOutsideColor=this.taskTextDarkColor,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f0f0f0",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.nodeBorder,this.specialStateColor=this.lineColor,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=adjust(this.primaryColor,{h:64}),this.fillType3=adjust(this.secondaryColor,{h:64}),this.fillType4=adjust(this.primaryColor,{h:-64}),this.fillType5=adjust(this.secondaryColor,{h:-64}),this.fillType6=adjust(this.primaryColor,{h:128}),this.fillType7=adjust(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||adjust(this.tertiaryColor,{l:-40}),this.pie4=this.pie4||adjust(this.primaryColor,{l:-10}),this.pie5=this.pie5||adjust(this.secondaryColor,{l:-30}),this.pie6=this.pie6||adjust(this.tertiaryColor,{l:-20}),this.pie7=this.pie7||adjust(this.primaryColor,{h:60,l:-20}),this.pie8=this.pie8||adjust(this.primaryColor,{h:-60,l:-40}),this.pie9=this.pie9||adjust(this.primaryColor,{h:120,l:-40}),this.pie10=this.pie10||adjust(this.primaryColor,{h:60,l:-40}),this.pie11=this.pie11||adjust(this.primaryColor,{h:-90,l:-40}),this.pie12=this.pie12||adjust(this.primaryColor,{h:120,l:-30}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||adjust(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||adjust(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||adjust(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||adjust(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||adjust(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||adjust(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||isDark(this.quadrant1Fill)?lighten(this.quadrant1Fill):darken(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((qa=this.xyChart)==null?void 0:qa.backgroundColor)||this.background,titleColor:((Ja=this.xyChart)==null?void 0:Ja.titleColor)||this.primaryTextColor,xAxisTitleColor:((ed=this.xyChart)==null?void 0:ed.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((td=this.xyChart)==null?void 0:td.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((rd=this.xyChart)==null?void 0:rd.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((od=this.xyChart)==null?void 0:od.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((sd=this.xyChart)==null?void 0:sd.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((ld=this.xyChart)==null?void 0:ld.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((cd=this.xyChart)==null?void 0:cd.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((ud=this.xyChart)==null?void 0:ud.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((gd=this.xyChart)==null?void 0:gd.plotColorPalette)||"#ECECFF,#8493A6,#FFC3A0,#DCDDE1,#B8E994,#D1A36F,#C3CDE6,#FFB6C1,#496078,#F8F3E3"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.labelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||adjust(this.primaryColor,{h:-30}),this.git4=this.git4||adjust(this.primaryColor,{h:-60}),this.git5=this.git5||adjust(this.primaryColor,{h:-90}),this.git6=this.git6||adjust(this.primaryColor,{h:60}),this.git7=this.git7||adjust(this.primaryColor,{h:120}),this.darkMode?(this.git0=lighten(this.git0,25),this.git1=lighten(this.git1,25),this.git2=lighten(this.git2,25),this.git3=lighten(this.git3,25),this.git4=lighten(this.git4,25),this.git5=lighten(this.git5,25),this.git6=lighten(this.git6,25),this.git7=lighten(this.git7,25)):(this.git0=darken(this.git0,25),this.git1=darken(this.git1,25),this.git2=darken(this.git2,25),this.git3=darken(this.git3,25),this.git4=darken(this.git4,25),this.git5=darken(this.git5,25),this.git6=darken(this.git6,25),this.git7=darken(this.git7,25)),this.gitInv0=this.gitInv0||darken(invert(this.git0),25),this.gitInv1=this.gitInv1||invert(this.git1),this.gitInv2=this.gitInv2||invert(this.git2),this.gitInv3=this.gitInv3||invert(this.git3),this.gitInv4=this.gitInv4||invert(this.git4),this.gitInv5=this.gitInv5||invert(this.git5),this.gitInv6=this.gitInv6||invert(this.git6),this.gitInv7=this.gitInv7||invert(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||invert(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||invert(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||oldAttributeBackgroundColorOdd,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||oldAttributeBackgroundColorEven}calculate(qa){if(typeof qa!="object"){this.updateColors();return}const Ja=Object.keys(qa);Ja.forEach(ed=>{this[ed]=qa[ed]}),this.updateColors(),Ja.forEach(ed=>{this[ed]=qa[ed]})}},__name(Ty,"Theme"),Ty),getThemeVariables3=__name(Ra=>{const qa=new Theme3;return qa.calculate(Ra),qa},"getThemeVariables"),Cy,Theme4=(Cy=class{constructor(){this.background="#f4f4f4",this.primaryColor="#cde498",this.secondaryColor="#cdffb2",this.background="white",this.mainBkg="#cde498",this.secondBkg="#cdffb2",this.lineColor="green",this.border1="#13540c",this.border2="#6eaa49",this.arrowheadColor="green",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.tertiaryColor=lighten("#cde498",10),this.primaryBorderColor=mkBorder(this.primaryColor,this.darkMode),this.secondaryBorderColor=mkBorder(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=mkBorder(this.tertiaryColor,this.darkMode),this.primaryTextColor=invert(this.primaryColor),this.secondaryTextColor=invert(this.secondaryColor),this.tertiaryTextColor=invert(this.primaryColor),this.lineColor=invert(this.background),this.textColor=invert(this.background),this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="#333",this.edgeLabelBackground="#e8e8e8",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="black",this.actorLineColor="calculated",this.signalColor="#333",this.signalTextColor="#333",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="#326932",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="#fff5ad",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="#6eaa49",this.altSectionBkgColor="white",this.sectionBkgColor2="#6eaa49",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="#487e3a",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="black",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="lightgrey",this.doneTaskBkgColor="lightgrey",this.doneTaskBorderColor="grey",this.critBorderColor="#ff8888",this.critBkgColor="red",this.todayLineColor="red",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222"}updateColors(){var qa,Ja,ed,td,rd,od,sd,ld,cd,ud,gd;this.actorBorder=darken(this.mainBkg,20),this.actorBkg=this.mainBkg,this.labelBoxBkgColor=this.actorBkg,this.labelTextColor=this.actorTextColor,this.loopTextColor=this.actorTextColor,this.noteBorderColor=this.border2,this.noteTextColor=this.actorTextColor,this.actorLineColor=this.actorBorder,this.cScale0=this.cScale0||this.primaryColor,this.cScale1=this.cScale1||this.secondaryColor,this.cScale2=this.cScale2||this.tertiaryColor,this.cScale3=this.cScale3||adjust(this.primaryColor,{h:30}),this.cScale4=this.cScale4||adjust(this.primaryColor,{h:60}),this.cScale5=this.cScale5||adjust(this.primaryColor,{h:90}),this.cScale6=this.cScale6||adjust(this.primaryColor,{h:120}),this.cScale7=this.cScale7||adjust(this.primaryColor,{h:150}),this.cScale8=this.cScale8||adjust(this.primaryColor,{h:210}),this.cScale9=this.cScale9||adjust(this.primaryColor,{h:270}),this.cScale10=this.cScale10||adjust(this.primaryColor,{h:300}),this.cScale11=this.cScale11||adjust(this.primaryColor,{h:330}),this.cScalePeer1=this.cScalePeer1||darken(this.secondaryColor,45),this.cScalePeer2=this.cScalePeer2||darken(this.tertiaryColor,40);for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScale"+_d]=darken(this["cScale"+_d],10),this["cScalePeer"+_d]=this["cScalePeer"+_d]||darken(this["cScale"+_d],25);for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScaleInv"+_d]=this["cScaleInv"+_d]||adjust(this["cScale"+_d],{h:180});this.scaleLabelColor=this.scaleLabelColor!=="calculated"&&this.scaleLabelColor?this.scaleLabelColor:this.labelTextColor;for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScaleLabel"+_d]=this["cScaleLabel"+_d]||this.scaleLabelColor;for(let _d=0;_d<5;_d++)this["surface"+_d]=this["surface"+_d]||adjust(this.mainBkg,{h:30,s:-30,l:-(5+_d*5)}),this["surfacePeer"+_d]=this["surfacePeer"+_d]||adjust(this.mainBkg,{h:30,s:-30,l:-(8+_d*5)});this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.taskBorderColor=this.border1,this.taskTextColor=this.taskTextLightColor,this.taskTextOutsideColor=this.taskTextDarkColor,this.activeTaskBorderColor=this.taskBorderColor,this.activeTaskBkgColor=this.mainBkg,this.transitionColor=this.transitionColor||this.lineColor,this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f0f0f0",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.compositeBorder=this.compositeBorder||this.nodeBorder,this.innerEndBackground=this.primaryBorderColor,this.specialStateColor=this.lineColor,this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.transitionColor=this.transitionColor||this.lineColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=adjust(this.primaryColor,{h:64}),this.fillType3=adjust(this.secondaryColor,{h:64}),this.fillType4=adjust(this.primaryColor,{h:-64}),this.fillType5=adjust(this.secondaryColor,{h:-64}),this.fillType6=adjust(this.primaryColor,{h:128}),this.fillType7=adjust(this.secondaryColor,{h:128}),this.pie1=this.pie1||this.primaryColor,this.pie2=this.pie2||this.secondaryColor,this.pie3=this.pie3||this.tertiaryColor,this.pie4=this.pie4||adjust(this.primaryColor,{l:-30}),this.pie5=this.pie5||adjust(this.secondaryColor,{l:-30}),this.pie6=this.pie6||adjust(this.tertiaryColor,{h:40,l:-40}),this.pie7=this.pie7||adjust(this.primaryColor,{h:60,l:-10}),this.pie8=this.pie8||adjust(this.primaryColor,{h:-60,l:-10}),this.pie9=this.pie9||adjust(this.primaryColor,{h:120,l:0}),this.pie10=this.pie10||adjust(this.primaryColor,{h:60,l:-50}),this.pie11=this.pie11||adjust(this.primaryColor,{h:-60,l:-50}),this.pie12=this.pie12||adjust(this.primaryColor,{h:120,l:-50}),this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||adjust(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||adjust(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||adjust(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||adjust(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||adjust(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||adjust(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||isDark(this.quadrant1Fill)?lighten(this.quadrant1Fill):darken(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.packet={startByteColor:this.primaryTextColor,endByteColor:this.primaryTextColor,labelColor:this.primaryTextColor,titleColor:this.primaryTextColor,blockStrokeColor:this.primaryTextColor,blockFillColor:this.mainBkg},this.xyChart={backgroundColor:((qa=this.xyChart)==null?void 0:qa.backgroundColor)||this.background,titleColor:((Ja=this.xyChart)==null?void 0:Ja.titleColor)||this.primaryTextColor,xAxisTitleColor:((ed=this.xyChart)==null?void 0:ed.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((td=this.xyChart)==null?void 0:td.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((rd=this.xyChart)==null?void 0:rd.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((od=this.xyChart)==null?void 0:od.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((sd=this.xyChart)==null?void 0:sd.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((ld=this.xyChart)==null?void 0:ld.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((cd=this.xyChart)==null?void 0:cd.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((ud=this.xyChart)==null?void 0:ud.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((gd=this.xyChart)==null?void 0:gd.plotColorPalette)||"#CDE498,#FF6B6B,#A0D2DB,#D7BDE2,#F0F0F0,#FFC3A0,#7FD8BE,#FF9A8B,#FAF3E0,#FFF176"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.edgeLabelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=this.git0||this.primaryColor,this.git1=this.git1||this.secondaryColor,this.git2=this.git2||this.tertiaryColor,this.git3=this.git3||adjust(this.primaryColor,{h:-30}),this.git4=this.git4||adjust(this.primaryColor,{h:-60}),this.git5=this.git5||adjust(this.primaryColor,{h:-90}),this.git6=this.git6||adjust(this.primaryColor,{h:60}),this.git7=this.git7||adjust(this.primaryColor,{h:120}),this.darkMode?(this.git0=lighten(this.git0,25),this.git1=lighten(this.git1,25),this.git2=lighten(this.git2,25),this.git3=lighten(this.git3,25),this.git4=lighten(this.git4,25),this.git5=lighten(this.git5,25),this.git6=lighten(this.git6,25),this.git7=lighten(this.git7,25)):(this.git0=darken(this.git0,25),this.git1=darken(this.git1,25),this.git2=darken(this.git2,25),this.git3=darken(this.git3,25),this.git4=darken(this.git4,25),this.git5=darken(this.git5,25),this.git6=darken(this.git6,25),this.git7=darken(this.git7,25)),this.gitInv0=this.gitInv0||invert(this.git0),this.gitInv1=this.gitInv1||invert(this.git1),this.gitInv2=this.gitInv2||invert(this.git2),this.gitInv3=this.gitInv3||invert(this.git3),this.gitInv4=this.gitInv4||invert(this.git4),this.gitInv5=this.gitInv5||invert(this.git5),this.gitInv6=this.gitInv6||invert(this.git6),this.gitInv7=this.gitInv7||invert(this.git7),this.gitBranchLabel0=this.gitBranchLabel0||invert(this.labelTextColor),this.gitBranchLabel1=this.gitBranchLabel1||this.labelTextColor,this.gitBranchLabel2=this.gitBranchLabel2||this.labelTextColor,this.gitBranchLabel3=this.gitBranchLabel3||invert(this.labelTextColor),this.gitBranchLabel4=this.gitBranchLabel4||this.labelTextColor,this.gitBranchLabel5=this.gitBranchLabel5||this.labelTextColor,this.gitBranchLabel6=this.gitBranchLabel6||this.labelTextColor,this.gitBranchLabel7=this.gitBranchLabel7||this.labelTextColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||oldAttributeBackgroundColorOdd,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||oldAttributeBackgroundColorEven}calculate(qa){if(typeof qa!="object"){this.updateColors();return}const Ja=Object.keys(qa);Ja.forEach(ed=>{this[ed]=qa[ed]}),this.updateColors(),Ja.forEach(ed=>{this[ed]=qa[ed]})}},__name(Cy,"Theme"),Cy),getThemeVariables4=__name(Ra=>{const qa=new Theme4;return qa.calculate(Ra),qa},"getThemeVariables"),Ny,Theme5=(Ny=class{constructor(){this.primaryColor="#eee",this.contrast="#707070",this.secondaryColor=lighten(this.contrast,55),this.background="#ffffff",this.tertiaryColor=adjust(this.primaryColor,{h:-160}),this.primaryBorderColor=mkBorder(this.primaryColor,this.darkMode),this.secondaryBorderColor=mkBorder(this.secondaryColor,this.darkMode),this.tertiaryBorderColor=mkBorder(this.tertiaryColor,this.darkMode),this.primaryTextColor=invert(this.primaryColor),this.secondaryTextColor=invert(this.secondaryColor),this.tertiaryTextColor=invert(this.tertiaryColor),this.lineColor=invert(this.background),this.textColor=invert(this.background),this.mainBkg="#eee",this.secondBkg="calculated",this.lineColor="#666",this.border1="#999",this.border2="calculated",this.note="#ffa",this.text="#333",this.critical="#d42",this.done="#bbb",this.arrowheadColor="#333333",this.fontFamily='"trebuchet ms", verdana, arial, sans-serif',this.fontSize="16px",this.THEME_COLOR_LIMIT=12,this.nodeBkg="calculated",this.nodeBorder="calculated",this.clusterBkg="calculated",this.clusterBorder="calculated",this.defaultLinkColor="calculated",this.titleColor="calculated",this.edgeLabelBackground="white",this.actorBorder="calculated",this.actorBkg="calculated",this.actorTextColor="calculated",this.actorLineColor=this.actorBorder,this.signalColor="calculated",this.signalTextColor="calculated",this.labelBoxBkgColor="calculated",this.labelBoxBorderColor="calculated",this.labelTextColor="calculated",this.loopTextColor="calculated",this.noteBorderColor="calculated",this.noteBkgColor="calculated",this.noteTextColor="calculated",this.activationBorderColor="#666",this.activationBkgColor="#f4f4f4",this.sequenceNumberColor="white",this.sectionBkgColor="calculated",this.altSectionBkgColor="white",this.sectionBkgColor2="calculated",this.excludeBkgColor="#eeeeee",this.taskBorderColor="calculated",this.taskBkgColor="calculated",this.taskTextLightColor="white",this.taskTextColor="calculated",this.taskTextDarkColor="calculated",this.taskTextOutsideColor="calculated",this.taskTextClickableColor="#003163",this.activeTaskBorderColor="calculated",this.activeTaskBkgColor="calculated",this.gridColor="calculated",this.doneTaskBkgColor="calculated",this.doneTaskBorderColor="calculated",this.critBkgColor="calculated",this.critBorderColor="calculated",this.todayLineColor="calculated",this.personBorder=this.primaryBorderColor,this.personBkg=this.mainBkg,this.labelColor="black",this.errorBkgColor="#552222",this.errorTextColor="#552222"}updateColors(){var qa,Ja,ed,td,rd,od,sd,ld,cd,ud,gd;this.secondBkg=lighten(this.contrast,55),this.border2=this.contrast,this.actorBorder=lighten(this.border1,23),this.actorBkg=this.mainBkg,this.actorTextColor=this.text,this.actorLineColor=this.actorBorder,this.signalColor=this.text,this.signalTextColor=this.text,this.labelBoxBkgColor=this.actorBkg,this.labelBoxBorderColor=this.actorBorder,this.labelTextColor=this.text,this.loopTextColor=this.text,this.noteBorderColor="#999",this.noteBkgColor="#666",this.noteTextColor="#fff",this.cScale0=this.cScale0||"#555",this.cScale1=this.cScale1||"#F4F4F4",this.cScale2=this.cScale2||"#555",this.cScale3=this.cScale3||"#BBB",this.cScale4=this.cScale4||"#777",this.cScale5=this.cScale5||"#999",this.cScale6=this.cScale6||"#DDD",this.cScale7=this.cScale7||"#FFF",this.cScale8=this.cScale8||"#DDD",this.cScale9=this.cScale9||"#BBB",this.cScale10=this.cScale10||"#999",this.cScale11=this.cScale11||"#777";for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScaleInv"+_d]=this["cScaleInv"+_d]||invert(this["cScale"+_d]);for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this.darkMode?this["cScalePeer"+_d]=this["cScalePeer"+_d]||lighten(this["cScale"+_d],10):this["cScalePeer"+_d]=this["cScalePeer"+_d]||darken(this["cScale"+_d],10);this.scaleLabelColor=this.scaleLabelColor||(this.darkMode?"black":this.labelTextColor),this.cScaleLabel0=this.cScaleLabel0||this.cScale1,this.cScaleLabel2=this.cScaleLabel2||this.cScale1;for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["cScaleLabel"+_d]=this["cScaleLabel"+_d]||this.scaleLabelColor;for(let _d=0;_d<5;_d++)this["surface"+_d]=this["surface"+_d]||adjust(this.mainBkg,{l:-(5+_d*5)}),this["surfacePeer"+_d]=this["surfacePeer"+_d]||adjust(this.mainBkg,{l:-(8+_d*5)});this.nodeBkg=this.mainBkg,this.nodeBorder=this.border1,this.clusterBkg=this.secondBkg,this.clusterBorder=this.border2,this.defaultLinkColor=this.lineColor,this.titleColor=this.text,this.sectionBkgColor=lighten(this.contrast,30),this.sectionBkgColor2=lighten(this.contrast,30),this.taskBorderColor=darken(this.contrast,10),this.taskBkgColor=this.contrast,this.taskTextColor=this.taskTextLightColor,this.taskTextDarkColor=this.text,this.taskTextOutsideColor=this.taskTextDarkColor,this.activeTaskBorderColor=this.taskBorderColor,this.activeTaskBkgColor=this.mainBkg,this.gridColor=lighten(this.border1,30),this.doneTaskBkgColor=this.done,this.doneTaskBorderColor=this.lineColor,this.critBkgColor=this.critical,this.critBorderColor=darken(this.critBkgColor,10),this.todayLineColor=this.critBkgColor,this.transitionColor=this.transitionColor||"#000",this.transitionLabelColor=this.transitionLabelColor||this.textColor,this.stateLabelColor=this.stateLabelColor||this.stateBkg||this.primaryTextColor,this.stateBkg=this.stateBkg||this.mainBkg,this.labelBackgroundColor=this.labelBackgroundColor||this.stateBkg,this.compositeBackground=this.compositeBackground||this.background||this.tertiaryColor,this.altBackground=this.altBackground||"#f4f4f4",this.compositeTitleBackground=this.compositeTitleBackground||this.mainBkg,this.stateBorder=this.stateBorder||"#000",this.innerEndBackground=this.primaryBorderColor,this.specialStateColor="#222",this.errorBkgColor=this.errorBkgColor||this.tertiaryColor,this.errorTextColor=this.errorTextColor||this.tertiaryTextColor,this.classText=this.primaryTextColor,this.fillType0=this.primaryColor,this.fillType1=this.secondaryColor,this.fillType2=adjust(this.primaryColor,{h:64}),this.fillType3=adjust(this.secondaryColor,{h:64}),this.fillType4=adjust(this.primaryColor,{h:-64}),this.fillType5=adjust(this.secondaryColor,{h:-64}),this.fillType6=adjust(this.primaryColor,{h:128}),this.fillType7=adjust(this.secondaryColor,{h:128});for(let _d=0;_d<this.THEME_COLOR_LIMIT;_d++)this["pie"+_d]=this["cScale"+_d];this.pie12=this.pie0,this.pieTitleTextSize=this.pieTitleTextSize||"25px",this.pieTitleTextColor=this.pieTitleTextColor||this.taskTextDarkColor,this.pieSectionTextSize=this.pieSectionTextSize||"17px",this.pieSectionTextColor=this.pieSectionTextColor||this.textColor,this.pieLegendTextSize=this.pieLegendTextSize||"17px",this.pieLegendTextColor=this.pieLegendTextColor||this.taskTextDarkColor,this.pieStrokeColor=this.pieStrokeColor||"black",this.pieStrokeWidth=this.pieStrokeWidth||"2px",this.pieOuterStrokeWidth=this.pieOuterStrokeWidth||"2px",this.pieOuterStrokeColor=this.pieOuterStrokeColor||"black",this.pieOpacity=this.pieOpacity||"0.7",this.quadrant1Fill=this.quadrant1Fill||this.primaryColor,this.quadrant2Fill=this.quadrant2Fill||adjust(this.primaryColor,{r:5,g:5,b:5}),this.quadrant3Fill=this.quadrant3Fill||adjust(this.primaryColor,{r:10,g:10,b:10}),this.quadrant4Fill=this.quadrant4Fill||adjust(this.primaryColor,{r:15,g:15,b:15}),this.quadrant1TextFill=this.quadrant1TextFill||this.primaryTextColor,this.quadrant2TextFill=this.quadrant2TextFill||adjust(this.primaryTextColor,{r:-5,g:-5,b:-5}),this.quadrant3TextFill=this.quadrant3TextFill||adjust(this.primaryTextColor,{r:-10,g:-10,b:-10}),this.quadrant4TextFill=this.quadrant4TextFill||adjust(this.primaryTextColor,{r:-15,g:-15,b:-15}),this.quadrantPointFill=this.quadrantPointFill||isDark(this.quadrant1Fill)?lighten(this.quadrant1Fill):darken(this.quadrant1Fill),this.quadrantPointTextFill=this.quadrantPointTextFill||this.primaryTextColor,this.quadrantXAxisTextFill=this.quadrantXAxisTextFill||this.primaryTextColor,this.quadrantYAxisTextFill=this.quadrantYAxisTextFill||this.primaryTextColor,this.quadrantInternalBorderStrokeFill=this.quadrantInternalBorderStrokeFill||this.primaryBorderColor,this.quadrantExternalBorderStrokeFill=this.quadrantExternalBorderStrokeFill||this.primaryBorderColor,this.quadrantTitleFill=this.quadrantTitleFill||this.primaryTextColor,this.xyChart={backgroundColor:((qa=this.xyChart)==null?void 0:qa.backgroundColor)||this.background,titleColor:((Ja=this.xyChart)==null?void 0:Ja.titleColor)||this.primaryTextColor,xAxisTitleColor:((ed=this.xyChart)==null?void 0:ed.xAxisTitleColor)||this.primaryTextColor,xAxisLabelColor:((td=this.xyChart)==null?void 0:td.xAxisLabelColor)||this.primaryTextColor,xAxisTickColor:((rd=this.xyChart)==null?void 0:rd.xAxisTickColor)||this.primaryTextColor,xAxisLineColor:((od=this.xyChart)==null?void 0:od.xAxisLineColor)||this.primaryTextColor,yAxisTitleColor:((sd=this.xyChart)==null?void 0:sd.yAxisTitleColor)||this.primaryTextColor,yAxisLabelColor:((ld=this.xyChart)==null?void 0:ld.yAxisLabelColor)||this.primaryTextColor,yAxisTickColor:((cd=this.xyChart)==null?void 0:cd.yAxisTickColor)||this.primaryTextColor,yAxisLineColor:((ud=this.xyChart)==null?void 0:ud.yAxisLineColor)||this.primaryTextColor,plotColorPalette:((gd=this.xyChart)==null?void 0:gd.plotColorPalette)||"#EEE,#6BB8E4,#8ACB88,#C7ACD6,#E8DCC2,#FFB2A8,#FFF380,#7E8D91,#FFD8B1,#FAF3E0"},this.requirementBackground=this.requirementBackground||this.primaryColor,this.requirementBorderColor=this.requirementBorderColor||this.primaryBorderColor,this.requirementBorderSize=this.requirementBorderSize||"1",this.requirementTextColor=this.requirementTextColor||this.primaryTextColor,this.relationColor=this.relationColor||this.lineColor,this.relationLabelBackground=this.relationLabelBackground||this.edgeLabelBackground,this.relationLabelColor=this.relationLabelColor||this.actorTextColor,this.git0=darken(this.pie1,25)||this.primaryColor,this.git1=this.pie2||this.secondaryColor,this.git2=this.pie3||this.tertiaryColor,this.git3=this.pie4||adjust(this.primaryColor,{h:-30}),this.git4=this.pie5||adjust(this.primaryColor,{h:-60}),this.git5=this.pie6||adjust(this.primaryColor,{h:-90}),this.git6=this.pie7||adjust(this.primaryColor,{h:60}),this.git7=this.pie8||adjust(this.primaryColor,{h:120}),this.gitInv0=this.gitInv0||invert(this.git0),this.gitInv1=this.gitInv1||invert(this.git1),this.gitInv2=this.gitInv2||invert(this.git2),this.gitInv3=this.gitInv3||invert(this.git3),this.gitInv4=this.gitInv4||invert(this.git4),this.gitInv5=this.gitInv5||invert(this.git5),this.gitInv6=this.gitInv6||invert(this.git6),this.gitInv7=this.gitInv7||invert(this.git7),this.branchLabelColor=this.branchLabelColor||this.labelTextColor,this.gitBranchLabel0=this.branchLabelColor,this.gitBranchLabel1="white",this.gitBranchLabel2=this.branchLabelColor,this.gitBranchLabel3="white",this.gitBranchLabel4=this.branchLabelColor,this.gitBranchLabel5=this.branchLabelColor,this.gitBranchLabel6=this.branchLabelColor,this.gitBranchLabel7=this.branchLabelColor,this.tagLabelColor=this.tagLabelColor||this.primaryTextColor,this.tagLabelBackground=this.tagLabelBackground||this.primaryColor,this.tagLabelBorder=this.tagBorder||this.primaryBorderColor,this.tagLabelFontSize=this.tagLabelFontSize||"10px",this.commitLabelColor=this.commitLabelColor||this.secondaryTextColor,this.commitLabelBackground=this.commitLabelBackground||this.secondaryColor,this.commitLabelFontSize=this.commitLabelFontSize||"10px",this.attributeBackgroundColorOdd=this.attributeBackgroundColorOdd||oldAttributeBackgroundColorOdd,this.attributeBackgroundColorEven=this.attributeBackgroundColorEven||oldAttributeBackgroundColorEven}calculate(qa){if(typeof qa!="object"){this.updateColors();return}const Ja=Object.keys(qa);Ja.forEach(ed=>{this[ed]=qa[ed]}),this.updateColors(),Ja.forEach(ed=>{this[ed]=qa[ed]})}},__name(Ny,"Theme"),Ny),getThemeVariables5=__name(Ra=>{const qa=new Theme5;return qa.calculate(Ra),qa},"getThemeVariables"),themes_default={base:{getThemeVariables},dark:{getThemeVariables:getThemeVariables2},default:{getThemeVariables:getThemeVariables3},forest:{getThemeVariables:getThemeVariables4},neutral:{getThemeVariables:getThemeVariables5}},config_schema_default={flowchart:{useMaxWidth:!0,titleTopMargin:25,subGraphTitleMargin:{top:0,bottom:0},diagramPadding:8,htmlLabels:!0,nodeSpacing:50,rankSpacing:50,curve:"basis",padding:15,defaultRenderer:"dagre-wrapper",wrappingWidth:200},sequence:{useMaxWidth:!0,hideUnusedParticipants:!1,activationWidth:10,diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",mirrorActors:!0,forceMenus:!1,bottomMarginAdj:1,rightAngles:!1,showSequenceNumbers:!1,actorFontSize:14,actorFontFamily:'"Open Sans", sans-serif',actorFontWeight:400,noteFontSize:14,noteFontFamily:'"trebuchet ms", verdana, arial, sans-serif',noteFontWeight:400,noteAlign:"center",messageFontSize:16,messageFontFamily:'"trebuchet ms", verdana, arial, sans-serif',messageFontWeight:400,wrap:!1,wrapPadding:10,labelBoxWidth:50,labelBoxHeight:20},gantt:{useMaxWidth:!0,titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,rightPadding:75,leftPadding:75,gridLineStartPadding:35,fontSize:11,sectionFontSize:11,numberSectionStyles:4,axisFormat:"%Y-%m-%d",topAxis:!1,displayMode:"",weekday:"sunday"},journey:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,leftMargin:150,width:150,height:50,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",bottomMarginAdj:1,rightAngles:!1,taskFontSize:14,taskFontFamily:'"Open Sans", sans-serif',taskMargin:50,activationWidth:10,textPlacement:"fo",actorColours:["#8FBC8F","#7CFC00","#00FFFF","#20B2AA","#B0E0E6","#FFFFE0"],sectionFills:["#191970","#8B008B","#4B0082","#2F4F4F","#800000","#8B4513","#00008B"],sectionColours:["#fff"]},class:{useMaxWidth:!0,titleTopMargin:25,arrowMarkerAbsolute:!1,dividerMargin:10,padding:5,textHeight:10,defaultRenderer:"dagre-wrapper",htmlLabels:!1},state:{useMaxWidth:!0,titleTopMargin:25,dividerMargin:10,sizeUnit:5,padding:8,textHeight:10,titleShift:-15,noteMargin:10,forkWidth:70,forkHeight:7,miniPadding:2,fontSizeFactor:5.02,fontSize:24,labelHeight:16,edgeLengthFactor:"20",compositTitleSize:35,radius:5,defaultRenderer:"dagre-wrapper"},er:{useMaxWidth:!0,titleTopMargin:25,diagramPadding:20,layoutDirection:"TB",minEntityWidth:100,minEntityHeight:75,entityPadding:15,stroke:"gray",fill:"honeydew",fontSize:12},pie:{useMaxWidth:!0,textPosition:.75},quadrantChart:{useMaxWidth:!0,chartWidth:500,chartHeight:500,titleFontSize:20,titlePadding:10,quadrantPadding:5,xAxisLabelPadding:5,yAxisLabelPadding:5,xAxisLabelFontSize:16,yAxisLabelFontSize:16,quadrantLabelFontSize:16,quadrantTextTopPadding:5,pointTextPadding:5,pointLabelFontSize:12,pointRadius:5,xAxisPosition:"top",yAxisPosition:"left",quadrantInternalBorderStrokeWidth:1,quadrantExternalBorderStrokeWidth:2},xyChart:{useMaxWidth:!0,width:700,height:500,titleFontSize:20,titlePadding:10,showTitle:!0,xAxis:{$ref:"#/$defs/XYChartAxisConfig",showLabel:!0,labelFontSize:14,labelPadding:5,showTitle:!0,titleFontSize:16,titlePadding:5,showTick:!0,tickLength:5,tickWidth:2,showAxisLine:!0,axisLineWidth:2},yAxis:{$ref:"#/$defs/XYChartAxisConfig",showLabel:!0,labelFontSize:14,labelPadding:5,showTitle:!0,titleFontSize:16,titlePadding:5,showTick:!0,tickLength:5,tickWidth:2,showAxisLine:!0,axisLineWidth:2},chartOrientation:"vertical",plotReservedSpacePercent:50},requirement:{useMaxWidth:!0,rect_fill:"#f9f9f9",text_color:"#333",rect_border_size:"0.5px",rect_border_color:"#bbb",rect_min_width:200,rect_min_height:200,fontSize:14,rect_padding:10,line_height:20},mindmap:{useMaxWidth:!0,padding:10,maxNodeWidth:200},timeline:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,leftMargin:150,width:150,height:50,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,messageAlign:"center",bottomMarginAdj:1,rightAngles:!1,taskFontSize:14,taskFontFamily:'"Open Sans", sans-serif',taskMargin:50,activationWidth:10,textPlacement:"fo",actorColours:["#8FBC8F","#7CFC00","#00FFFF","#20B2AA","#B0E0E6","#FFFFE0"],sectionFills:["#191970","#8B008B","#4B0082","#2F4F4F","#800000","#8B4513","#00008B"],sectionColours:["#fff"],disableMulticolor:!1},gitGraph:{useMaxWidth:!0,titleTopMargin:25,diagramPadding:8,nodeLabel:{width:75,height:100,x:-25,y:0},mainBranchName:"main",mainBranchOrder:0,showCommitLabel:!0,showBranches:!0,rotateCommitLabel:!0,parallelCommits:!1,arrowMarkerAbsolute:!1},c4:{useMaxWidth:!0,diagramMarginX:50,diagramMarginY:10,c4ShapeMargin:50,c4ShapePadding:20,width:216,height:60,boxMargin:10,c4ShapeInRow:4,nextLinePaddingX:0,c4BoundaryInRow:2,personFontSize:14,personFontFamily:'"Open Sans", sans-serif',personFontWeight:"normal",external_personFontSize:14,external_personFontFamily:'"Open Sans", sans-serif',external_personFontWeight:"normal",systemFontSize:14,systemFontFamily:'"Open Sans", sans-serif',systemFontWeight:"normal",external_systemFontSize:14,external_systemFontFamily:'"Open Sans", sans-serif',external_systemFontWeight:"normal",system_dbFontSize:14,system_dbFontFamily:'"Open Sans", sans-serif',system_dbFontWeight:"normal",external_system_dbFontSize:14,external_system_dbFontFamily:'"Open Sans", sans-serif',external_system_dbFontWeight:"normal",system_queueFontSize:14,system_queueFontFamily:'"Open Sans", sans-serif',system_queueFontWeight:"normal",external_system_queueFontSize:14,external_system_queueFontFamily:'"Open Sans", sans-serif',external_system_queueFontWeight:"normal",boundaryFontSize:14,boundaryFontFamily:'"Open Sans", sans-serif',boundaryFontWeight:"normal",messageFontSize:12,messageFontFamily:'"Open Sans", sans-serif',messageFontWeight:"normal",containerFontSize:14,containerFontFamily:'"Open Sans", sans-serif',containerFontWeight:"normal",external_containerFontSize:14,external_containerFontFamily:'"Open Sans", sans-serif',external_containerFontWeight:"normal",container_dbFontSize:14,container_dbFontFamily:'"Open Sans", sans-serif',container_dbFontWeight:"normal",external_container_dbFontSize:14,external_container_dbFontFamily:'"Open Sans", sans-serif',external_container_dbFontWeight:"normal",container_queueFontSize:14,container_queueFontFamily:'"Open Sans", sans-serif',container_queueFontWeight:"normal",external_container_queueFontSize:14,external_container_queueFontFamily:'"Open Sans", sans-serif',external_container_queueFontWeight:"normal",componentFontSize:14,componentFontFamily:'"Open Sans", sans-serif',componentFontWeight:"normal",external_componentFontSize:14,external_componentFontFamily:'"Open Sans", sans-serif',external_componentFontWeight:"normal",component_dbFontSize:14,component_dbFontFamily:'"Open Sans", sans-serif',component_dbFontWeight:"normal",external_component_dbFontSize:14,external_component_dbFontFamily:'"Open Sans", sans-serif',external_component_dbFontWeight:"normal",component_queueFontSize:14,component_queueFontFamily:'"Open Sans", sans-serif',component_queueFontWeight:"normal",external_component_queueFontSize:14,external_component_queueFontFamily:'"Open Sans", sans-serif',external_component_queueFontWeight:"normal",wrap:!0,wrapPadding:10,person_bg_color:"#08427B",person_border_color:"#073B6F",external_person_bg_color:"#686868",external_person_border_color:"#8A8A8A",system_bg_color:"#1168BD",system_border_color:"#3C7FC0",system_db_bg_color:"#1168BD",system_db_border_color:"#3C7FC0",system_queue_bg_color:"#1168BD",system_queue_border_color:"#3C7FC0",external_system_bg_color:"#999999",external_system_border_color:"#8A8A8A",external_system_db_bg_color:"#999999",external_system_db_border_color:"#8A8A8A",external_system_queue_bg_color:"#999999",external_system_queue_border_color:"#8A8A8A",container_bg_color:"#438DD5",container_border_color:"#3C7FC0",container_db_bg_color:"#438DD5",container_db_border_color:"#3C7FC0",container_queue_bg_color:"#438DD5",container_queue_border_color:"#3C7FC0",external_container_bg_color:"#B3B3B3",external_container_border_color:"#A6A6A6",external_container_db_bg_color:"#B3B3B3",external_container_db_border_color:"#A6A6A6",external_container_queue_bg_color:"#B3B3B3",external_container_queue_border_color:"#A6A6A6",component_bg_color:"#85BBF0",component_border_color:"#78A8D8",component_db_bg_color:"#85BBF0",component_db_border_color:"#78A8D8",component_queue_bg_color:"#85BBF0",component_queue_border_color:"#78A8D8",external_component_bg_color:"#CCCCCC",external_component_border_color:"#BFBFBF",external_component_db_bg_color:"#CCCCCC",external_component_db_border_color:"#BFBFBF",external_component_queue_bg_color:"#CCCCCC",external_component_queue_border_color:"#BFBFBF"},sankey:{useMaxWidth:!0,width:600,height:400,linkColor:"gradient",nodeAlignment:"justify",showValues:!0,prefix:"",suffix:""},block:{useMaxWidth:!0,padding:8},packet:{useMaxWidth:!0,rowHeight:32,bitWidth:32,bitsPerRow:32,showBits:!0,paddingX:5,paddingY:5},theme:"default",look:"classic",handDrawnSeed:0,layout:"dagre",maxTextSize:5e4,maxEdges:500,darkMode:!1,fontFamily:'"trebuchet ms", verdana, arial, sans-serif;',logLevel:5,securityLevel:"strict",startOnLoad:!0,arrowMarkerAbsolute:!1,secure:["secure","securityLevel","startOnLoad","maxTextSize","suppressErrorRendering","maxEdges"],legacyMathML:!1,forceLegacyMathML:!1,deterministicIds:!1,fontSize:16,markdownAutoWrap:!0,suppressErrorRendering:!1},config$1={...config_schema_default,deterministicIDSeed:void 0,elk:{mergeEdges:!1,nodePlacementStrategy:"SIMPLE"},themeCSS:void 0,themeVariables:themes_default.default.getThemeVariables(),sequence:{...config_schema_default.sequence,messageFont:__name(function(){return{fontFamily:this.messageFontFamily,fontSize:this.messageFontSize,fontWeight:this.messageFontWeight}},"messageFont"),noteFont:__name(function(){return{fontFamily:this.noteFontFamily,fontSize:this.noteFontSize,fontWeight:this.noteFontWeight}},"noteFont"),actorFont:__name(function(){return{fontFamily:this.actorFontFamily,fontSize:this.actorFontSize,fontWeight:this.actorFontWeight}},"actorFont")},gantt:{...config_schema_default.gantt,tickInterval:void 0,useWidth:void 0},c4:{...config_schema_default.c4,useWidth:void 0,personFont:__name(function(){return{fontFamily:this.personFontFamily,fontSize:this.personFontSize,fontWeight:this.personFontWeight}},"personFont"),external_personFont:__name(function(){return{fontFamily:this.external_personFontFamily,fontSize:this.external_personFontSize,fontWeight:this.external_personFontWeight}},"external_personFont"),systemFont:__name(function(){return{fontFamily:this.systemFontFamily,fontSize:this.systemFontSize,fontWeight:this.systemFontWeight}},"systemFont"),external_systemFont:__name(function(){return{fontFamily:this.external_systemFontFamily,fontSize:this.external_systemFontSize,fontWeight:this.external_systemFontWeight}},"external_systemFont"),system_dbFont:__name(function(){return{fontFamily:this.system_dbFontFamily,fontSize:this.system_dbFontSize,fontWeight:this.system_dbFontWeight}},"system_dbFont"),external_system_dbFont:__name(function(){return{fontFamily:this.external_system_dbFontFamily,fontSize:this.external_system_dbFontSize,fontWeight:this.external_system_dbFontWeight}},"external_system_dbFont"),system_queueFont:__name(function(){return{fontFamily:this.system_queueFontFamily,fontSize:this.system_queueFontSize,fontWeight:this.system_queueFontWeight}},"system_queueFont"),external_system_queueFont:__name(function(){return{fontFamily:this.external_system_queueFontFamily,fontSize:this.external_system_queueFontSize,fontWeight:this.external_system_queueFontWeight}},"external_system_queueFont"),containerFont:__name(function(){return{fontFamily:this.containerFontFamily,fontSize:this.containerFontSize,fontWeight:this.containerFontWeight}},"containerFont"),external_containerFont:__name(function(){return{fontFamily:this.external_containerFontFamily,fontSize:this.external_containerFontSize,fontWeight:this.external_containerFontWeight}},"external_containerFont"),container_dbFont:__name(function(){return{fontFamily:this.container_dbFontFamily,fontSize:this.container_dbFontSize,fontWeight:this.container_dbFontWeight}},"container_dbFont"),external_container_dbFont:__name(function(){return{fontFamily:this.external_container_dbFontFamily,fontSize:this.external_container_dbFontSize,fontWeight:this.external_container_dbFontWeight}},"external_container_dbFont"),container_queueFont:__name(function(){return{fontFamily:this.container_queueFontFamily,fontSize:this.container_queueFontSize,fontWeight:this.container_queueFontWeight}},"container_queueFont"),external_container_queueFont:__name(function(){return{fontFamily:this.external_container_queueFontFamily,fontSize:this.external_container_queueFontSize,fontWeight:this.external_container_queueFontWeight}},"external_container_queueFont"),componentFont:__name(function(){return{fontFamily:this.componentFontFamily,fontSize:this.componentFontSize,fontWeight:this.componentFontWeight}},"componentFont"),external_componentFont:__name(function(){return{fontFamily:this.external_componentFontFamily,fontSize:this.external_componentFontSize,fontWeight:this.external_componentFontWeight}},"external_componentFont"),component_dbFont:__name(function(){return{fontFamily:this.component_dbFontFamily,fontSize:this.component_dbFontSize,fontWeight:this.component_dbFontWeight}},"component_dbFont"),external_component_dbFont:__name(function(){return{fontFamily:this.external_component_dbFontFamily,fontSize:this.external_component_dbFontSize,fontWeight:this.external_component_dbFontWeight}},"external_component_dbFont"),component_queueFont:__name(function(){return{fontFamily:this.component_queueFontFamily,fontSize:this.component_queueFontSize,fontWeight:this.component_queueFontWeight}},"component_queueFont"),external_component_queueFont:__name(function(){return{fontFamily:this.external_component_queueFontFamily,fontSize:this.external_component_queueFontSize,fontWeight:this.external_component_queueFontWeight}},"external_component_queueFont"),boundaryFont:__name(function(){return{fontFamily:this.boundaryFontFamily,fontSize:this.boundaryFontSize,fontWeight:this.boundaryFontWeight}},"boundaryFont"),messageFont:__name(function(){return{fontFamily:this.messageFontFamily,fontSize:this.messageFontSize,fontWeight:this.messageFontWeight}},"messageFont")},pie:{...config_schema_default.pie,useWidth:984},xyChart:{...config_schema_default.xyChart,useWidth:void 0},requirement:{...config_schema_default.requirement,useWidth:void 0},packet:{...config_schema_default.packet}},keyify=__name((Ra,qa="")=>Object.keys(Ra).reduce((Ja,ed)=>Array.isArray(Ra[ed])?Ja:typeof Ra[ed]=="object"&&Ra[ed]!==null?[...Ja,qa+ed,...keyify(Ra[ed],"")]:[...Ja,qa+ed],[]),"keyify"),configKeys=new Set(keyify(config$1,"")),defaultConfig_default=config$1,sanitizeDirective=__name(Ra=>{if(log$1.debug("sanitizeDirective called with",Ra),!(typeof Ra!="object"||Ra==null)){if(Array.isArray(Ra)){Ra.forEach(qa=>sanitizeDirective(qa));return}for(const qa of Object.keys(Ra)){if(log$1.debug("Checking key",qa),qa.startsWith("__")||qa.includes("proto")||qa.includes("constr")||!configKeys.has(qa)||Ra[qa]==null){log$1.debug("sanitize deleting key: ",qa),delete Ra[qa];continue}if(typeof Ra[qa]=="object"){log$1.debug("sanitizing object",qa),sanitizeDirective(Ra[qa]);continue}const Ja=["themeCSS","fontFamily","altFontFamily"];for(const ed of Ja)qa.includes(ed)&&(log$1.debug("sanitizing css option",qa),Ra[qa]=sanitizeCss(Ra[qa]))}if(Ra.themeVariables)for(const qa of Object.keys(Ra.themeVariables)){const Ja=Ra.themeVariables[qa];Ja!=null&&Ja.match&&!Ja.match(/^[\d "#%(),.;A-Za-z]+$/)&&(Ra.themeVariables[qa]="")}log$1.debug("After sanitization",Ra)}},"sanitizeDirective"),sanitizeCss=__name(Ra=>{let qa=0,Ja=0;for(const ed of Ra){if(qa<Ja)return"{ /* ERROR: Unbalanced CSS */ }";ed==="{"?qa++:ed==="}"&&Ja++}return qa!==Ja?"{ /* ERROR: Unbalanced CSS */ }":Ra},"sanitizeCss"),defaultConfig=Object.freeze(defaultConfig_default),siteConfig=assignWithDepth_default({},defaultConfig),configFromInitialize,directives=[],currentConfig=assignWithDepth_default({},defaultConfig),updateCurrentConfig=__name((Ra,qa)=>{let Ja=assignWithDepth_default({},Ra),ed={};for(const td of qa)sanitize(td),ed=assignWithDepth_default(ed,td);if(Ja=assignWithDepth_default(Ja,ed),ed.theme&&ed.theme in themes_default){const td=assignWithDepth_default({},configFromInitialize),rd=assignWithDepth_default(td.themeVariables||{},ed.themeVariables);Ja.theme&&Ja.theme in themes_default&&(Ja.themeVariables=themes_default[Ja.theme].getThemeVariables(rd))}return currentConfig=Ja,checkConfig(currentConfig),currentConfig},"updateCurrentConfig"),setSiteConfig=__name(Ra=>(siteConfig=assignWithDepth_default({},defaultConfig),siteConfig=assignWithDepth_default(siteConfig,Ra),Ra.theme&&themes_default[Ra.theme]&&(siteConfig.themeVariables=themes_default[Ra.theme].getThemeVariables(Ra.themeVariables)),updateCurrentConfig(siteConfig,directives),siteConfig),"setSiteConfig"),saveConfigFromInitialize=__name(Ra=>{configFromInitialize=assignWithDepth_default({},Ra)},"saveConfigFromInitialize"),updateSiteConfig=__name(Ra=>(siteConfig=assignWithDepth_default(siteConfig,Ra),updateCurrentConfig(siteConfig,directives),siteConfig),"updateSiteConfig"),getSiteConfig=__name(()=>assignWithDepth_default({},siteConfig),"getSiteConfig"),setConfig=__name(Ra=>(checkConfig(Ra),assignWithDepth_default(currentConfig,Ra),getConfig$1()),"setConfig"),getConfig$1=__name(()=>assignWithDepth_default({},currentConfig),"getConfig"),sanitize=__name(Ra=>{Ra&&(["secure",...siteConfig.secure??[]].forEach(qa=>{Object.hasOwn(Ra,qa)&&(log$1.debug(`Denied attempt to modify a secure key ${qa}`,Ra[qa]),delete Ra[qa])}),Object.keys(Ra).forEach(qa=>{qa.startsWith("__")&&delete Ra[qa]}),Object.keys(Ra).forEach(qa=>{typeof Ra[qa]=="string"&&(Ra[qa].includes("<")||Ra[qa].includes(">")||Ra[qa].includes("url(data:"))&&delete Ra[qa],typeof Ra[qa]=="object"&&sanitize(Ra[qa])}))},"sanitize"),addDirective=__name(Ra=>{var qa;sanitizeDirective(Ra),Ra.fontFamily&&!((qa=Ra.themeVariables)!=null&&qa.fontFamily)&&(Ra.themeVariables={...Ra.themeVariables,fontFamily:Ra.fontFamily}),directives.push(Ra),updateCurrentConfig(siteConfig,directives)},"addDirective"),reset=__name((Ra=siteConfig)=>{directives=[],updateCurrentConfig(Ra,directives)},"reset"),ConfigWarning={LAZY_LOAD_DEPRECATED:"The configuration options lazyLoadedDiagrams and loadExternalDiagramsAtStartup are deprecated. Please use registerExternalDiagrams instead."},issuedWarnings={},issueWarning=__name(Ra=>{issuedWarnings[Ra]||(log$1.warn(ConfigWarning[Ra]),issuedWarnings[Ra]=!0)},"issueWarning"),checkConfig=__name(Ra=>{Ra&&(Ra.lazyLoadedDiagrams||Ra.loadExternalDiagramsAtStartup)&&issueWarning("LAZY_LOAD_DEPRECATED")},"checkConfig"),lineBreakRegex=/<br\s*\/?>/gi,getRows=__name(Ra=>Ra?breakToPlaceholder(Ra).replace(/\\n/g,"#br#").split("#br#"):[""],"getRows"),setupDompurifyHooksIfNotSetup=(()=>{let Ra=!1;return()=>{Ra||(setupDompurifyHooks(),Ra=!0)}})();function setupDompurifyHooks(){const Ra="data-temp-href-target";purify.addHook("beforeSanitizeAttributes",qa=>{qa.tagName==="A"&&qa.hasAttribute("target")&&qa.setAttribute(Ra,qa.getAttribute("target")??"")}),purify.addHook("afterSanitizeAttributes",qa=>{qa.tagName==="A"&&qa.hasAttribute(Ra)&&(qa.setAttribute("target",qa.getAttribute(Ra)??""),qa.removeAttribute(Ra),qa.getAttribute("target")==="_blank"&&qa.setAttribute("rel","noopener"))})}__name(setupDompurifyHooks,"setupDompurifyHooks");var removeScript=__name(Ra=>(setupDompurifyHooksIfNotSetup(),purify.sanitize(Ra)),"removeScript"),sanitizeMore=__name((Ra,qa)=>{var Ja;if(((Ja=qa.flowchart)==null?void 0:Ja.htmlLabels)!==!1){const ed=qa.securityLevel;ed==="antiscript"||ed==="strict"?Ra=removeScript(Ra):ed!=="loose"&&(Ra=breakToPlaceholder(Ra),Ra=Ra.replace(/</g,"&lt;").replace(/>/g,"&gt;"),Ra=Ra.replace(/=/g,"&equals;"),Ra=placeholderToBreak(Ra))}return Ra},"sanitizeMore"),sanitizeText=__name((Ra,qa)=>Ra&&(qa.dompurifyConfig?Ra=purify.sanitize(sanitizeMore(Ra,qa),qa.dompurifyConfig).toString():Ra=purify.sanitize(sanitizeMore(Ra,qa),{FORBID_TAGS:["style"]}).toString(),Ra),"sanitizeText"),sanitizeTextOrArray=__name((Ra,qa)=>typeof Ra=="string"?sanitizeText(Ra,qa):Ra.flat().map(Ja=>sanitizeText(Ja,qa)),"sanitizeTextOrArray"),hasBreaks=__name(Ra=>lineBreakRegex.test(Ra),"hasBreaks"),splitBreaks=__name(Ra=>Ra.split(lineBreakRegex),"splitBreaks"),placeholderToBreak=__name(Ra=>Ra.replace(/#br#/g,"<br/>"),"placeholderToBreak"),breakToPlaceholder=__name(Ra=>Ra.replace(lineBreakRegex,"#br#"),"breakToPlaceholder"),getUrl=__name(Ra=>{let qa="";return Ra&&(qa=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,qa=qa.replaceAll(/\(/g,"\\("),qa=qa.replaceAll(/\)/g,"\\)")),qa},"getUrl"),evaluate=__name(Ra=>!(Ra===!1||["false","null","0"].includes(String(Ra).trim().toLowerCase())),"evaluate"),getMax=__name(function(...Ra){const qa=Ra.filter(Ja=>!isNaN(Ja));return Math.max(...qa)},"getMax"),getMin=__name(function(...Ra){const qa=Ra.filter(Ja=>!isNaN(Ja));return Math.min(...qa)},"getMin"),parseGenericTypes=__name(function(Ra){const qa=Ra.split(/(,)/),Ja=[];for(let ed=0;ed<qa.length;ed++){let td=qa[ed];if(td===","&&ed>0&&ed+1<qa.length){const rd=qa[ed-1],od=qa[ed+1];shouldCombineSets(rd,od)&&(td=rd+","+od,ed++,Ja.pop())}Ja.push(processSet(td))}return Ja.join("")},"parseGenericTypes"),countOccurrence=__name((Ra,qa)=>Math.max(0,Ra.split(qa).length-1),"countOccurrence"),shouldCombineSets=__name((Ra,qa)=>{const Ja=countOccurrence(Ra,"~"),ed=countOccurrence(qa,"~");return Ja===1&&ed===1},"shouldCombineSets"),processSet=__name(Ra=>{const qa=countOccurrence(Ra,"~");let Ja=!1;if(qa<=1)return Ra;qa%2!==0&&Ra.startsWith("~")&&(Ra=Ra.substring(1),Ja=!0);const ed=[...Ra];let td=ed.indexOf("~"),rd=ed.lastIndexOf("~");for(;td!==-1&&rd!==-1&&td!==rd;)ed[td]="<",ed[rd]=">",td=ed.indexOf("~"),rd=ed.lastIndexOf("~");return Ja&&ed.unshift("~"),ed.join("")},"processSet"),isMathMLSupported=__name(()=>window.MathMLElement!==void 0,"isMathMLSupported"),katexRegex=/\$\$(.*)\$\$/g,hasKatex=__name(Ra=>{var qa;return(((qa=Ra.match(katexRegex))==null?void 0:qa.length)??0)>0},"hasKatex"),calculateMathMLDimensions=__name(async(Ra,qa)=>{Ra=await renderKatex(Ra,qa);const Ja=document.createElement("div");Ja.innerHTML=Ra,Ja.id="katex-temp",Ja.style.visibility="hidden",Ja.style.position="absolute",Ja.style.top="0";const ed=document.querySelector("body");ed==null||ed.insertAdjacentElement("beforeend",Ja);const td={width:Ja.clientWidth,height:Ja.clientHeight};return Ja.remove(),td},"calculateMathMLDimensions"),renderKatex=__name(async(Ra,qa)=>{if(!hasKatex(Ra))return Ra;if(!(isMathMLSupported()||qa.legacyMathML||qa.forceLegacyMathML))return Ra.replace(katexRegex,"MathML is unsupported in this environment.");const{default:Ja}=await __vitePreload(async()=>{const{default:td}=await Promise.resolve().then(()=>katex$1);return{default:td}},void 0),ed=qa.forceLegacyMathML||!isMathMLSupported()&&qa.legacyMathML?"htmlAndMathml":"mathml";return Ra.split(lineBreakRegex).map(td=>hasKatex(td)?`<div style="display: flex; align-items: center; justify-content: center; white-space: nowrap;">${td}</div>`:`<div>${td}</div>`).join("").replace(katexRegex,(td,rd)=>Ja.renderToString(rd,{throwOnError:!0,displayMode:!0,output:ed}).replace(/\n/g," ").replace(/<annotation.*<\/annotation>/g,""))},"renderKatex"),common_default={getRows,sanitizeText,sanitizeTextOrArray,hasBreaks,splitBreaks,lineBreakRegex,removeScript,getUrl,evaluate,getMax,getMin},d3Attrs=__name(function(Ra,qa){for(let Ja of qa)Ra.attr(Ja[0],Ja[1])},"d3Attrs"),calculateSvgSizeAttrs=__name(function(Ra,qa,Ja){let ed=new Map;return Ja?(ed.set("width","100%"),ed.set("style",`max-width: ${qa}px;`)):(ed.set("height",Ra),ed.set("width",qa)),ed},"calculateSvgSizeAttrs"),configureSvgSize=__name(function(Ra,qa,Ja,ed){const td=calculateSvgSizeAttrs(qa,Ja,ed);d3Attrs(Ra,td)},"configureSvgSize"),setupGraphViewbox=__name(function(Ra,qa,Ja,ed){const td=qa.node().getBBox(),rd=td.width,od=td.height;log$1.info(`SVG bounds: ${rd}x${od}`,td);let sd=0,ld=0;log$1.info(`Graph bounds: ${sd}x${ld}`,Ra),sd=rd+Ja*2,ld=od+Ja*2,log$1.info(`Calculated bounds: ${sd}x${ld}`),configureSvgSize(qa,ld,sd,ed);const cd=`${td.x-Ja} ${td.y-Ja} ${td.width+2*Ja} ${td.height+2*Ja}`;qa.attr("viewBox",cd)},"setupGraphViewbox"),themes={},getStyles=__name((Ra,qa,Ja)=>{let ed="";return Ra in themes&&themes[Ra]?ed=themes[Ra](Ja):log$1.warn(`No theme found for ${Ra}`),` & {
font-family: ${Ja.fontFamily};
font-size: ${Ja.fontSize};
fill: ${Ja.textColor}
}
/* Classes common for multiple diagrams */
& .error-icon {
fill: ${Ja.errorBkgColor};
}
& .error-text {
fill: ${Ja.errorTextColor};
stroke: ${Ja.errorTextColor};
}
& .edge-thickness-normal {
stroke-width: 1px;
}
& .edge-thickness-thick {
stroke-width: 3.5px
}
& .edge-pattern-solid {
stroke-dasharray: 0;
}
& .edge-thickness-invisible {
stroke-width: 0;
fill: none;
}
& .edge-pattern-dashed{
stroke-dasharray: 3;
}
.edge-pattern-dotted {
stroke-dasharray: 2;
}
& .marker {
fill: ${Ja.lineColor};
stroke: ${Ja.lineColor};
}
& .marker.cross {
stroke: ${Ja.lineColor};
}
& svg {
font-family: ${Ja.fontFamily};
font-size: ${Ja.fontSize};
}
& p {
margin: 0
}
${ed}
${qa}
`},"getStyles"),addStylesForDiagram=__name((Ra,qa)=>{qa!==void 0&&(themes[Ra]=qa)},"addStylesForDiagram"),styles_default=getStyles,commonDb_exports={};__export(commonDb_exports,{clear:()=>clear$1,getAccDescription:()=>getAccDescription,getAccTitle:()=>getAccTitle,getDiagramTitle:()=>getDiagramTitle,setAccDescription:()=>setAccDescription,setAccTitle:()=>setAccTitle,setDiagramTitle:()=>setDiagramTitle});var accTitle="",diagramTitle="",accDescription="",sanitizeText2=__name(Ra=>sanitizeText(Ra,getConfig$1()),"sanitizeText"),clear$1=__name(()=>{accTitle="",accDescription="",diagramTitle=""},"clear"),setAccTitle=__name(Ra=>{accTitle=sanitizeText2(Ra).replace(/^\s+/g,"")},"setAccTitle"),getAccTitle=__name(()=>accTitle,"getAccTitle"),setAccDescription=__name(Ra=>{accDescription=sanitizeText2(Ra).replace(/\n\s+/g,`
`)},"setAccDescription"),getAccDescription=__name(()=>accDescription,"getAccDescription"),setDiagramTitle=__name(Ra=>{diagramTitle=sanitizeText2(Ra)},"setDiagramTitle"),getDiagramTitle=__name(()=>diagramTitle,"getDiagramTitle"),log2=log$1,setLogLevel2=setLogLevel,getConfig2=getConfig$1,setConfig2=setConfig,defaultConfig2=defaultConfig,sanitizeText3=__name(Ra=>sanitizeText(Ra,getConfig2()),"sanitizeText"),setupGraphViewbox2=setupGraphViewbox,getCommonDb=__name(()=>commonDb_exports,"getCommonDb"),diagrams={},registerDiagram=__name((Ra,qa,Ja)=>{var ed;diagrams[Ra]&&log2.warn(`Diagram with id ${Ra} already registered. Overwriting.`),diagrams[Ra]=qa,Ja&&addDetector(Ra,Ja),addStylesForDiagram(Ra,qa.styles),(ed=qa.injectUtils)==null||ed.call(qa,log2,setLogLevel2,getConfig2,sanitizeText3,setupGraphViewbox2,getCommonDb(),()=>{})},"registerDiagram"),getDiagram=__name(Ra=>{if(Ra in diagrams)return diagrams[Ra];throw new DiagramNotFoundError(Ra)},"getDiagram"),Ay,DiagramNotFoundError=(Ay=class extends Error{constructor(qa){super(`Diagram ${qa} not found.`)}},__name(Ay,"DiagramNotFoundError"),Ay),getSubGraphTitleMargins=__name(({flowchart:Ra})=>{var td,rd;const qa=((td=Ra==null?void 0:Ra.subGraphTitleMargin)==null?void 0:td.top)??0,Ja=((rd=Ra==null?void 0:Ra.subGraphTitleMargin)==null?void 0:rd.bottom)??0,ed=qa+Ja;return{subGraphTitleTopMargin:qa,subGraphTitleBottomMargin:Ja,subGraphTitleTotalMargin:ed}},"getSubGraphTitleMargins"),markerOffsets={aggregation:18,extension:18,composition:18,dependency:6,lollipop:13.5,arrow_point:4};function calculateDeltaAndAngle(Ra,qa){if(Ra===void 0||qa===void 0)return{angle:0,deltaX:0,deltaY:0};Ra=pointTransformer(Ra),qa=pointTransformer(qa);const[Ja,ed]=[Ra.x,Ra.y],[td,rd]=[qa.x,qa.y],od=td-Ja,sd=rd-ed;return{angle:Math.atan(sd/od),deltaX:od,deltaY:sd}}__name(calculateDeltaAndAngle,"calculateDeltaAndAngle");var pointTransformer=__name(Ra=>Array.isArray(Ra)?{x:Ra[0],y:Ra[1]}:Ra,"pointTransformer"),getLineFunctionsWithOffset=__name(Ra=>({x:__name(function(qa,Ja,ed){let td=0;if(Ja===0&&Object.hasOwn(markerOffsets,Ra.arrowTypeStart)){const{angle:rd,deltaX:od}=calculateDeltaAndAngle(ed[0],ed[1]);td=markerOffsets[Ra.arrowTypeStart]*Math.cos(rd)*(od>=0?1:-1)}else if(Ja===ed.length-1&&Object.hasOwn(markerOffsets,Ra.arrowTypeEnd)){const{angle:rd,deltaX:od}=calculateDeltaAndAngle(ed[ed.length-1],ed[ed.length-2]);td=markerOffsets[Ra.arrowTypeEnd]*Math.cos(rd)*(od>=0?1:-1)}return pointTransformer(qa).x+td},"x"),y:__name(function(qa,Ja,ed){let td=0;if(Ja===0&&Object.hasOwn(markerOffsets,Ra.arrowTypeStart)){const{angle:rd,deltaY:od}=calculateDeltaAndAngle(ed[0],ed[1]);td=markerOffsets[Ra.arrowTypeStart]*Math.abs(Math.sin(rd))*(od>=0?1:-1)}else if(Ja===ed.length-1&&Object.hasOwn(markerOffsets,Ra.arrowTypeEnd)){const{angle:rd,deltaY:od}=calculateDeltaAndAngle(ed[ed.length-1],ed[ed.length-2]);td=markerOffsets[Ra.arrowTypeEnd]*Math.abs(Math.sin(rd))*(od>=0?1:-1)}return pointTransformer(qa).y+td},"y")}),"getLineFunctionsWithOffset"),dist={},constants={};Object.defineProperty(constants,"__esModule",{value:!0});constants.BLANK_URL=constants.relativeFirstCharacters=constants.whitespaceEscapeCharsRegex=constants.urlSchemeRegex=constants.ctrlCharactersRegex=constants.htmlCtrlEntityRegex=constants.htmlEntitiesRegex=constants.invalidProtocolRegex=void 0;constants.invalidProtocolRegex=/^([^\w]*)(javascript|data|vbscript)/im;constants.htmlEntitiesRegex=/&#(\w+)(^\w|;)?/g;constants.htmlCtrlEntityRegex=/&(newline|tab);/gi;constants.ctrlCharactersRegex=/[\u0000-\u001F\u007F-\u009F\u2000-\u200D\uFEFF]/gim;constants.urlSchemeRegex=/^.+(:|&colon;)/gim;constants.whitespaceEscapeCharsRegex=/(\\|%5[cC])((%(6[eE]|72|74))|[nrt])/g;constants.relativeFirstCharacters=[".","/"];constants.BLANK_URL="about:blank";Object.defineProperty(dist,"__esModule",{value:!0});var sanitizeUrl_1=dist.sanitizeUrl=void 0,constants_1=constants;function isRelativeUrlWithoutProtocol(Ra){return constants_1.relativeFirstCharacters.indexOf(Ra[0])>-1}function decodeHtmlCharacters(Ra){var qa=Ra.replace(constants_1.ctrlCharactersRegex,"");return qa.replace(constants_1.htmlEntitiesRegex,function(Ja,ed){return String.fromCharCode(ed)})}function isValidUrl(Ra){return URL.canParse(Ra)}function decodeURI$1(Ra){try{return decodeURIComponent(Ra)}catch{return Ra}}function sanitizeUrl(Ra){if(!Ra)return constants_1.BLANK_URL;var qa,Ja=decodeURI$1(Ra.trim());do Ja=decodeHtmlCharacters(Ja).replace(constants_1.htmlCtrlEntityRegex,"").replace(constants_1.ctrlCharactersRegex,"").replace(constants_1.whitespaceEscapeCharsRegex,"").trim(),Ja=decodeURI$1(Ja),qa=Ja.match(constants_1.ctrlCharactersRegex)||Ja.match(constants_1.htmlEntitiesRegex)||Ja.match(constants_1.htmlCtrlEntityRegex)||Ja.match(constants_1.whitespaceEscapeCharsRegex);while(qa&&qa.length>0);var ed=Ja;if(!ed)return constants_1.BLANK_URL;if(isRelativeUrlWithoutProtocol(ed))return ed;var td=ed.trimStart(),rd=td.match(constants_1.urlSchemeRegex);if(!rd)return ed;var od=rd[0].toLowerCase().trim();if(constants_1.invalidProtocolRegex.test(od))return constants_1.BLANK_URL;var sd=td.replace(/\\/g,"/");if(od==="mailto:"||od.includes("://"))return sd;if(od==="http:"||od==="https:"){if(!isValidUrl(sd))return constants_1.BLANK_URL;var ld=new URL(sd);return ld.protocol=ld.protocol.toLowerCase(),ld.hostname=ld.hostname.toLowerCase(),ld.toString()}return sd}sanitizeUrl_1=dist.sanitizeUrl=sanitizeUrl;var noop$4={value:()=>{}};function dispatch(){for(var Ra=0,qa=arguments.length,Ja={},ed;Ra<qa;++Ra){if(!(ed=arguments[Ra]+"")||ed in Ja||/[\s.]/.test(ed))throw new Error("illegal type: "+ed);Ja[ed]=[]}return new Dispatch(Ja)}function Dispatch(Ra){this._=Ra}function parseTypenames$1(Ra,qa){return Ra.trim().split(/^|\s+/).map(function(Ja){var ed="",td=Ja.indexOf(".");if(td>=0&&(ed=Ja.slice(td+1),Ja=Ja.slice(0,td)),Ja&&!qa.hasOwnProperty(Ja))throw new Error("unknown type: "+Ja);return{type:Ja,name:ed}})}Dispatch.prototype=dispatch.prototype={constructor:Dispatch,on:function(Ra,qa){var Ja=this._,ed=parseTypenames$1(Ra+"",Ja),td,rd=-1,od=ed.length;if(arguments.length<2){for(;++rd<od;)if((td=(Ra=ed[rd]).type)&&(td=get$1(Ja[td],Ra.name)))return td;return}if(qa!=null&&typeof qa!="function")throw new Error("invalid callback: "+qa);for(;++rd<od;)if(td=(Ra=ed[rd]).type)Ja[td]=set$2(Ja[td],Ra.name,qa);else if(qa==null)for(td in Ja)Ja[td]=set$2(Ja[td],Ra.name,null);return this},copy:function(){var Ra={},qa=this._;for(var Ja in qa)Ra[Ja]=qa[Ja].slice();return new Dispatch(Ra)},call:function(Ra,qa){if((td=arguments.length-2)>0)for(var Ja=new Array(td),ed=0,td,rd;ed<td;++ed)Ja[ed]=arguments[ed+2];if(!this._.hasOwnProperty(Ra))throw new Error("unknown type: "+Ra);for(rd=this._[Ra],ed=0,td=rd.length;ed<td;++ed)rd[ed].value.apply(qa,Ja)},apply:function(Ra,qa,Ja){if(!this._.hasOwnProperty(Ra))throw new Error("unknown type: "+Ra);for(var ed=this._[Ra],td=0,rd=ed.length;td<rd;++td)ed[td].value.apply(qa,Ja)}};function get$1(Ra,qa){for(var Ja=0,ed=Ra.length,td;Ja<ed;++Ja)if((td=Ra[Ja]).name===qa)return td.value}function set$2(Ra,qa,Ja){for(var ed=0,td=Ra.length;ed<td;++ed)if(Ra[ed].name===qa){Ra[ed]=noop$4,Ra=Ra.slice(0,ed).concat(Ra.slice(ed+1));break}return Ja!=null&&Ra.push({name:qa,value:Ja}),Ra}var xhtml="http://www.w3.org/1999/xhtml";const namespaces={svg:"http://www.w3.org/2000/svg",xhtml,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function namespace(Ra){var qa=Ra+="",Ja=qa.indexOf(":");return Ja>=0&&(qa=Ra.slice(0,Ja))!=="xmlns"&&(Ra=Ra.slice(Ja+1)),namespaces.hasOwnProperty(qa)?{space:namespaces[qa],local:Ra}:Ra}function creatorInherit(Ra){return function(){var qa=this.ownerDocument,Ja=this.namespaceURI;return Ja===xhtml&&qa.documentElement.namespaceURI===xhtml?qa.createElement(Ra):qa.createElementNS(Ja,Ra)}}function creatorFixed(Ra){return function(){return this.ownerDocument.createElementNS(Ra.space,Ra.local)}}function creator(Ra){var qa=namespace(Ra);return(qa.local?creatorFixed:creatorInherit)(qa)}function none(){}function selector$1(Ra){return Ra==null?none:function(){return this.querySelector(Ra)}}function selection_select(Ra){typeof Ra!="function"&&(Ra=selector$1(Ra));for(var qa=this._groups,Ja=qa.length,ed=new Array(Ja),td=0;td<Ja;++td)for(var rd=qa[td],od=rd.length,sd=ed[td]=new Array(od),ld,cd,ud=0;ud<od;++ud)(ld=rd[ud])&&(cd=Ra.call(ld,ld.__data__,ud,rd))&&("__data__"in ld&&(cd.__data__=ld.__data__),sd[ud]=cd);return new Selection$1(ed,this._parents)}function array$1(Ra){return Ra==null?[]:Array.isArray(Ra)?Ra:Array.from(Ra)}function empty$2(){return[]}function selectorAll(Ra){return Ra==null?empty$2:function(){return this.querySelectorAll(Ra)}}function arrayAll(Ra){return function(){return array$1(Ra.apply(this,arguments))}}function selection_selectAll(Ra){typeof Ra=="function"?Ra=arrayAll(Ra):Ra=selectorAll(Ra);for(var qa=this._groups,Ja=qa.length,ed=[],td=[],rd=0;rd<Ja;++rd)for(var od=qa[rd],sd=od.length,ld,cd=0;cd<sd;++cd)(ld=od[cd])&&(ed.push(Ra.call(ld,ld.__data__,cd,od)),td.push(ld));return new Selection$1(ed,td)}function matcher(Ra){return function(){return this.matches(Ra)}}function childMatcher(Ra){return function(qa){return qa.matches(Ra)}}var find=Array.prototype.find;function childFind(Ra){return function(){return find.call(this.children,Ra)}}function childFirst(){return this.firstElementChild}function selection_selectChild(Ra){return this.select(Ra==null?childFirst:childFind(typeof Ra=="function"?Ra:childMatcher(Ra)))}var filter$2=Array.prototype.filter;function children$1(){return Array.from(this.children)}function childrenFilter(Ra){return function(){return filter$2.call(this.children,Ra)}}function selection_selectChildren(Ra){return this.selectAll(Ra==null?children$1:childrenFilter(typeof Ra=="function"?Ra:childMatcher(Ra)))}function selection_filter(Ra){typeof Ra!="function"&&(Ra=matcher(Ra));for(var qa=this._groups,Ja=qa.length,ed=new Array(Ja),td=0;td<Ja;++td)for(var rd=qa[td],od=rd.length,sd=ed[td]=[],ld,cd=0;cd<od;++cd)(ld=rd[cd])&&Ra.call(ld,ld.__data__,cd,rd)&&sd.push(ld);return new Selection$1(ed,this._parents)}function sparse(Ra){return new Array(Ra.length)}function selection_enter(){return new Selection$1(this._enter||this._groups.map(sparse),this._parents)}function EnterNode(Ra,qa){this.ownerDocument=Ra.ownerDocument,this.namespaceURI=Ra.namespaceURI,this._next=null,this._parent=Ra,this.__data__=qa}EnterNode.prototype={constructor:EnterNode,appendChild:function(Ra){return this._parent.insertBefore(Ra,this._next)},insertBefore:function(Ra,qa){return this._parent.insertBefore(Ra,qa)},querySelector:function(Ra){return this._parent.querySelector(Ra)},querySelectorAll:function(Ra){return this._parent.querySelectorAll(Ra)}};function constant$4(Ra){return function(){return Ra}}function bindIndex(Ra,qa,Ja,ed,td,rd){for(var od=0,sd,ld=qa.length,cd=rd.length;od<cd;++od)(sd=qa[od])?(sd.__data__=rd[od],ed[od]=sd):Ja[od]=new EnterNode(Ra,rd[od]);for(;od<ld;++od)(sd=qa[od])&&(td[od]=sd)}function bindKey(Ra,qa,Ja,ed,td,rd,od){var sd,ld,cd=new Map,ud=qa.length,gd=rd.length,_d=new Array(ud),yd;for(sd=0;sd<ud;++sd)(ld=qa[sd])&&(_d[sd]=yd=od.call(ld,ld.__data__,sd,qa)+"",cd.has(yd)?td[sd]=ld:cd.set(yd,ld));for(sd=0;sd<gd;++sd)yd=od.call(Ra,rd[sd],sd,rd)+"",(ld=cd.get(yd))?(ed[sd]=ld,ld.__data__=rd[sd],cd.delete(yd)):Ja[sd]=new EnterNode(Ra,rd[sd]);for(sd=0;sd<ud;++sd)(ld=qa[sd])&&cd.get(_d[sd])===ld&&(td[sd]=ld)}function datum(Ra){return Ra.__data__}function selection_data(Ra,qa){if(!arguments.length)return Array.from(this,datum);var Ja=qa?bindKey:bindIndex,ed=this._parents,td=this._groups;typeof Ra!="function"&&(Ra=constant$4(Ra));for(var rd=td.length,od=new Array(rd),sd=new Array(rd),ld=new Array(rd),cd=0;cd<rd;++cd){var ud=ed[cd],gd=td[cd],_d=gd.length,yd=arraylike(Ra.call(ud,ud&&ud.__data__,cd,ed)),Ed=yd.length,Td=sd[cd]=new Array(Ed),Od=od[cd]=new Array(Ed),Ad=ld[cd]=new Array(_d);Ja(ud,gd,Td,Od,Ad,yd,qa);for(var Nd=0,kd=0,Id,Rd;Nd<Ed;++Nd)if(Id=Td[Nd]){for(Nd>=kd&&(kd=Nd+1);!(Rd=Od[kd])&&++kd<Ed;);Id._next=Rd||null}}return od=new Selection$1(od,ed),od._enter=sd,od._exit=ld,od}function arraylike(Ra){return typeof Ra=="object"&&"length"in Ra?Ra:Array.from(Ra)}function selection_exit(){return new Selection$1(this._exit||this._groups.map(sparse),this._parents)}function selection_join(Ra,qa,Ja){var ed=this.enter(),td=this,rd=this.exit();return typeof Ra=="function"?(ed=Ra(ed),ed&&(ed=ed.selection())):ed=ed.append(Ra+""),qa!=null&&(td=qa(td),td&&(td=td.selection())),Ja==null?rd.remove():Ja(rd),ed&&td?ed.merge(td).order():td}function selection_merge(Ra){for(var qa=Ra.selection?Ra.selection():Ra,Ja=this._groups,ed=qa._groups,td=Ja.length,rd=ed.length,od=Math.min(td,rd),sd=new Array(td),ld=0;ld<od;++ld)for(var cd=Ja[ld],ud=ed[ld],gd=cd.length,_d=sd[ld]=new Array(gd),yd,Ed=0;Ed<gd;++Ed)(yd=cd[Ed]||ud[Ed])&&(_d[Ed]=yd);for(;ld<td;++ld)sd[ld]=Ja[ld];return new Selection$1(sd,this._parents)}function selection_order(){for(var Ra=this._groups,qa=-1,Ja=Ra.length;++qa<Ja;)for(var ed=Ra[qa],td=ed.length-1,rd=ed[td],od;--td>=0;)(od=ed[td])&&(rd&&od.compareDocumentPosition(rd)^4&&rd.parentNode.insertBefore(od,rd),rd=od);return this}function selection_sort(Ra){Ra||(Ra=ascending);function qa(gd,_d){return gd&&_d?Ra(gd.__data__,_d.__data__):!gd-!_d}for(var Ja=this._groups,ed=Ja.length,td=new Array(ed),rd=0;rd<ed;++rd){for(var od=Ja[rd],sd=od.length,ld=td[rd]=new Array(sd),cd,ud=0;ud<sd;++ud)(cd=od[ud])&&(ld[ud]=cd);ld.sort(qa)}return new Selection$1(td,this._parents).order()}function ascending(Ra,qa){return Ra<qa?-1:Ra>qa?1:Ra>=qa?0:NaN}function selection_call(){var Ra=arguments[0];return arguments[0]=this,Ra.apply(null,arguments),this}function selection_nodes(){return Array.from(this)}function selection_node(){for(var Ra=this._groups,qa=0,Ja=Ra.length;qa<Ja;++qa)for(var ed=Ra[qa],td=0,rd=ed.length;td<rd;++td){var od=ed[td];if(od)return od}return null}function selection_size(){let Ra=0;for(const qa of this)++Ra;return Ra}function selection_empty(){return!this.node()}function selection_each(Ra){for(var qa=this._groups,Ja=0,ed=qa.length;Ja<ed;++Ja)for(var td=qa[Ja],rd=0,od=td.length,sd;rd<od;++rd)(sd=td[rd])&&Ra.call(sd,sd.__data__,rd,td);return this}function attrRemove$1(Ra){return function(){this.removeAttribute(Ra)}}function attrRemoveNS$1(Ra){return function(){this.removeAttributeNS(Ra.space,Ra.local)}}function attrConstant$1(Ra,qa){return function(){this.setAttribute(Ra,qa)}}function attrConstantNS$1(Ra,qa){return function(){this.setAttributeNS(Ra.space,Ra.local,qa)}}function attrFunction$1(Ra,qa){return function(){var Ja=qa.apply(this,arguments);Ja==null?this.removeAttribute(Ra):this.setAttribute(Ra,Ja)}}function attrFunctionNS$1(Ra,qa){return function(){var Ja=qa.apply(this,arguments);Ja==null?this.removeAttributeNS(Ra.space,Ra.local):this.setAttributeNS(Ra.space,Ra.local,Ja)}}function selection_attr(Ra,qa){var Ja=namespace(Ra);if(arguments.length<2){var ed=this.node();return Ja.local?ed.getAttributeNS(Ja.space,Ja.local):ed.getAttribute(Ja)}return this.each((qa==null?Ja.local?attrRemoveNS$1:attrRemove$1:typeof qa=="function"?Ja.local?attrFunctionNS$1:attrFunction$1:Ja.local?attrConstantNS$1:attrConstant$1)(Ja,qa))}function defaultView(Ra){return Ra.ownerDocument&&Ra.ownerDocument.defaultView||Ra.document&&Ra||Ra.defaultView}function styleRemove$1(Ra){return function(){this.style.removeProperty(Ra)}}function styleConstant$1(Ra,qa,Ja){return function(){this.style.setProperty(Ra,qa,Ja)}}function styleFunction$1(Ra,qa,Ja){return function(){var ed=qa.apply(this,arguments);ed==null?this.style.removeProperty(Ra):this.style.setProperty(Ra,ed,Ja)}}function selection_style(Ra,qa,Ja){return arguments.length>1?this.each((qa==null?styleRemove$1:typeof qa=="function"?styleFunction$1:styleConstant$1)(Ra,qa,Ja??"")):styleValue(this.node(),Ra)}function styleValue(Ra,qa){return Ra.style.getPropertyValue(qa)||defaultView(Ra).getComputedStyle(Ra,null).getPropertyValue(qa)}function propertyRemove(Ra){return function(){delete this[Ra]}}function propertyConstant(Ra,qa){return function(){this[Ra]=qa}}function propertyFunction(Ra,qa){return function(){var Ja=qa.apply(this,arguments);Ja==null?delete this[Ra]:this[Ra]=Ja}}function selection_property(Ra,qa){return arguments.length>1?this.each((qa==null?propertyRemove:typeof qa=="function"?propertyFunction:propertyConstant)(Ra,qa)):this.node()[Ra]}function classArray(Ra){return Ra.trim().split(/^|\s+/)}function classList(Ra){return Ra.classList||new ClassList(Ra)}function ClassList(Ra){this._node=Ra,this._names=classArray(Ra.getAttribute("class")||"")}ClassList.prototype={add:function(Ra){var qa=this._names.indexOf(Ra);qa<0&&(this._names.push(Ra),this._node.setAttribute("class",this._names.join(" ")))},remove:function(Ra){var qa=this._names.indexOf(Ra);qa>=0&&(this._names.splice(qa,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(Ra){return this._names.indexOf(Ra)>=0}};function classedAdd(Ra,qa){for(var Ja=classList(Ra),ed=-1,td=qa.length;++ed<td;)Ja.add(qa[ed])}function classedRemove(Ra,qa){for(var Ja=classList(Ra),ed=-1,td=qa.length;++ed<td;)Ja.remove(qa[ed])}function classedTrue(Ra){return function(){classedAdd(this,Ra)}}function classedFalse(Ra){return function(){classedRemove(this,Ra)}}function classedFunction(Ra,qa){return function(){(qa.apply(this,arguments)?classedAdd:classedRemove)(this,Ra)}}function selection_classed(Ra,qa){var Ja=classArray(Ra+"");if(arguments.length<2){for(var ed=classList(this.node()),td=-1,rd=Ja.length;++td<rd;)if(!ed.contains(Ja[td]))return!1;return!0}return this.each((typeof qa=="function"?classedFunction:qa?classedTrue:classedFalse)(Ja,qa))}function textRemove(){this.textContent=""}function textConstant$1(Ra){return function(){this.textContent=Ra}}function textFunction$1(Ra){return function(){var qa=Ra.apply(this,arguments);this.textContent=qa??""}}function selection_text(Ra){return arguments.length?this.each(Ra==null?textRemove:(typeof Ra=="function"?textFunction$1:textConstant$1)(Ra)):this.node().textContent}function htmlRemove(){this.innerHTML=""}function htmlConstant(Ra){return function(){this.innerHTML=Ra}}function htmlFunction(Ra){return function(){var qa=Ra.apply(this,arguments);this.innerHTML=qa??""}}function selection_html(Ra){return arguments.length?this.each(Ra==null?htmlRemove:(typeof Ra=="function"?htmlFunction:htmlConstant)(Ra)):this.node().innerHTML}function raise(){this.nextSibling&&this.parentNode.appendChild(this)}function selection_raise(){return this.each(raise)}function lower(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function selection_lower(){return this.each(lower)}function selection_append(Ra){var qa=typeof Ra=="function"?Ra:creator(Ra);return this.select(function(){return this.appendChild(qa.apply(this,arguments))})}function constantNull(){return null}function selection_insert(Ra,qa){var Ja=typeof Ra=="function"?Ra:creator(Ra),ed=qa==null?constantNull:typeof qa=="function"?qa:selector$1(qa);return this.select(function(){return this.insertBefore(Ja.apply(this,arguments),ed.apply(this,arguments)||null)})}function remove(){var Ra=this.parentNode;Ra&&Ra.removeChild(this)}function selection_remove(){return this.each(remove)}function selection_cloneShallow(){var Ra=this.cloneNode(!1),qa=this.parentNode;return qa?qa.insertBefore(Ra,this.nextSibling):Ra}function selection_cloneDeep(){var Ra=this.cloneNode(!0),qa=this.parentNode;return qa?qa.insertBefore(Ra,this.nextSibling):Ra}function selection_clone(Ra){return this.select(Ra?selection_cloneDeep:selection_cloneShallow)}function selection_datum(Ra){return arguments.length?this.property("__data__",Ra):this.node().__data__}function contextListener(Ra){return function(qa){Ra.call(this,qa,this.__data__)}}function parseTypenames(Ra){return Ra.trim().split(/^|\s+/).map(function(qa){var Ja="",ed=qa.indexOf(".");return ed>=0&&(Ja=qa.slice(ed+1),qa=qa.slice(0,ed)),{type:qa,name:Ja}})}function onRemove(Ra){return function(){var qa=this.__on;if(qa){for(var Ja=0,ed=-1,td=qa.length,rd;Ja<td;++Ja)rd=qa[Ja],(!Ra.type||rd.type===Ra.type)&&rd.name===Ra.name?this.removeEventListener(rd.type,rd.listener,rd.options):qa[++ed]=rd;++ed?qa.length=ed:delete this.__on}}}function onAdd(Ra,qa,Ja){return function(){var ed=this.__on,td,rd=contextListener(qa);if(ed){for(var od=0,sd=ed.length;od<sd;++od)if((td=ed[od]).type===Ra.type&&td.name===Ra.name){this.removeEventListener(td.type,td.listener,td.options),this.addEventListener(td.type,td.listener=rd,td.options=Ja),td.value=qa;return}}this.addEventListener(Ra.type,rd,Ja),td={type:Ra.type,name:Ra.name,value:qa,listener:rd,options:Ja},ed?ed.push(td):this.__on=[td]}}function selection_on(Ra,qa,Ja){var ed=parseTypenames(Ra+""),td,rd=ed.length,od;if(arguments.length<2){var sd=this.node().__on;if(sd){for(var ld=0,cd=sd.length,ud;ld<cd;++ld)for(td=0,ud=sd[ld];td<rd;++td)if((od=ed[td]).type===ud.type&&od.name===ud.name)return ud.value}return}for(sd=qa?onAdd:onRemove,td=0;td<rd;++td)this.each(sd(ed[td],qa,Ja));return this}function dispatchEvent(Ra,qa,Ja){var ed=defaultView(Ra),td=ed.CustomEvent;typeof td=="function"?td=new td(qa,Ja):(td=ed.document.createEvent("Event"),Ja?(td.initEvent(qa,Ja.bubbles,Ja.cancelable),td.detail=Ja.detail):td.initEvent(qa,!1,!1)),Ra.dispatchEvent(td)}function dispatchConstant(Ra,qa){return function(){return dispatchEvent(this,Ra,qa)}}function dispatchFunction(Ra,qa){return function(){return dispatchEvent(this,Ra,qa.apply(this,arguments))}}function selection_dispatch(Ra,qa){return this.each((typeof qa=="function"?dispatchFunction:dispatchConstant)(Ra,qa))}function*selection_iterator(){for(var Ra=this._groups,qa=0,Ja=Ra.length;qa<Ja;++qa)for(var ed=Ra[qa],td=0,rd=ed.length,od;td<rd;++td)(od=ed[td])&&(yield od)}var root=[null];function Selection$1(Ra,qa){this._groups=Ra,this._parents=qa}function selection(){return new Selection$1([[document.documentElement]],root)}function selection_selection(){return this}Selection$1.prototype=selection.prototype={constructor:Selection$1,select:selection_select,selectAll:selection_selectAll,selectChild:selection_selectChild,selectChildren:selection_selectChildren,filter:selection_filter,data:selection_data,enter:selection_enter,exit:selection_exit,join:selection_join,merge:selection_merge,selection:selection_selection,order:selection_order,sort:selection_sort,call:selection_call,nodes:selection_nodes,node:selection_node,size:selection_size,empty:selection_empty,each:selection_each,attr:selection_attr,style:selection_style,property:selection_property,classed:selection_classed,text:selection_text,html:selection_html,raise:selection_raise,lower:selection_lower,append:selection_append,insert:selection_insert,remove:selection_remove,clone:selection_clone,datum:selection_datum,on:selection_on,dispatch:selection_dispatch,[Symbol.iterator]:selection_iterator};function d3select(Ra){return typeof Ra=="string"?new Selection$1([[document.querySelector(Ra)]],[document.documentElement]):new Selection$1([[Ra]],root)}function define$1(Ra,qa,Ja){Ra.prototype=qa.prototype=Ja,Ja.constructor=Ra}function extend$2(Ra,qa){var Ja=Object.create(Ra.prototype);for(var ed in qa)Ja[ed]=qa[ed];return Ja}function Color(){}var darker=.7,brighter=1/darker,reI="\\s*([+-]?\\d+)\\s*",reN="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",reP="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",reHex=/^#([0-9a-f]{3,8})$/,reRgbInteger=new RegExp(`^rgb\\(${reI},${reI},${reI}\\)$`),reRgbPercent=new RegExp(`^rgb\\(${reP},${reP},${reP}\\)$`),reRgbaInteger=new RegExp(`^rgba\\(${reI},${reI},${reI},${reN}\\)$`),reRgbaPercent=new RegExp(`^rgba\\(${reP},${reP},${reP},${reN}\\)$`),reHslPercent=new RegExp(`^hsl\\(${reN},${reP},${reP}\\)$`),reHslaPercent=new RegExp(`^hsla\\(${reN},${reP},${reP},${reN}\\)$`),named={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};define$1(Color,color,{copy(Ra){return Object.assign(new this.constructor,this,Ra)},displayable(){return this.rgb().displayable()},hex:color_formatHex,formatHex:color_formatHex,formatHex8:color_formatHex8,formatHsl:color_formatHsl,formatRgb:color_formatRgb,toString:color_formatRgb});function color_formatHex(){return this.rgb().formatHex()}function color_formatHex8(){return this.rgb().formatHex8()}function color_formatHsl(){return hslConvert(this).formatHsl()}function color_formatRgb(){return this.rgb().formatRgb()}function color(Ra){var qa,Ja;return Ra=(Ra+"").trim().toLowerCase(),(qa=reHex.exec(Ra))?(Ja=qa[1].length,qa=parseInt(qa[1],16),Ja===6?rgbn(qa):Ja===3?new Rgb(qa>>8&15|qa>>4&240,qa>>4&15|qa&240,(qa&15)<<4|qa&15,1):Ja===8?rgba(qa>>24&255,qa>>16&255,qa>>8&255,(qa&255)/255):Ja===4?rgba(qa>>12&15|qa>>8&240,qa>>8&15|qa>>4&240,qa>>4&15|qa&240,((qa&15)<<4|qa&15)/255):null):(qa=reRgbInteger.exec(Ra))?new Rgb(qa[1],qa[2],qa[3],1):(qa=reRgbPercent.exec(Ra))?new Rgb(qa[1]*255/100,qa[2]*255/100,qa[3]*255/100,1):(qa=reRgbaInteger.exec(Ra))?rgba(qa[1],qa[2],qa[3],qa[4]):(qa=reRgbaPercent.exec(Ra))?rgba(qa[1]*255/100,qa[2]*255/100,qa[3]*255/100,qa[4]):(qa=reHslPercent.exec(Ra))?hsla(qa[1],qa[2]/100,qa[3]/100,1):(qa=reHslaPercent.exec(Ra))?hsla(qa[1],qa[2]/100,qa[3]/100,qa[4]):named.hasOwnProperty(Ra)?rgbn(named[Ra]):Ra==="transparent"?new Rgb(NaN,NaN,NaN,0):null}function rgbn(Ra){return new Rgb(Ra>>16&255,Ra>>8&255,Ra&255,1)}function rgba(Ra,qa,Ja,ed){return ed<=0&&(Ra=qa=Ja=NaN),new Rgb(Ra,qa,Ja,ed)}function rgbConvert(Ra){return Ra instanceof Color||(Ra=color(Ra)),Ra?(Ra=Ra.rgb(),new Rgb(Ra.r,Ra.g,Ra.b,Ra.opacity)):new Rgb}function rgb(Ra,qa,Ja,ed){return arguments.length===1?rgbConvert(Ra):new Rgb(Ra,qa,Ja,ed??1)}function Rgb(Ra,qa,Ja,ed){this.r=+Ra,this.g=+qa,this.b=+Ja,this.opacity=+ed}define$1(Rgb,rgb,extend$2(Color,{brighter(Ra){return Ra=Ra==null?brighter:Math.pow(brighter,Ra),new Rgb(this.r*Ra,this.g*Ra,this.b*Ra,this.opacity)},darker(Ra){return Ra=Ra==null?darker:Math.pow(darker,Ra),new Rgb(this.r*Ra,this.g*Ra,this.b*Ra,this.opacity)},rgb(){return this},clamp(){return new Rgb(clampi(this.r),clampi(this.g),clampi(this.b),clampa(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:rgb_formatHex,formatHex:rgb_formatHex,formatHex8:rgb_formatHex8,formatRgb:rgb_formatRgb,toString:rgb_formatRgb}));function rgb_formatHex(){return`#${hex(this.r)}${hex(this.g)}${hex(this.b)}`}function rgb_formatHex8(){return`#${hex(this.r)}${hex(this.g)}${hex(this.b)}${hex((isNaN(this.opacity)?1:this.opacity)*255)}`}function rgb_formatRgb(){const Ra=clampa(this.opacity);return`${Ra===1?"rgb(":"rgba("}${clampi(this.r)}, ${clampi(this.g)}, ${clampi(this.b)}${Ra===1?")":`, ${Ra})`}`}function clampa(Ra){return isNaN(Ra)?1:Math.max(0,Math.min(1,Ra))}function clampi(Ra){return Math.max(0,Math.min(255,Math.round(Ra)||0))}function hex(Ra){return Ra=clampi(Ra),(Ra<16?"0":"")+Ra.toString(16)}function hsla(Ra,qa,Ja,ed){return ed<=0?Ra=qa=Ja=NaN:Ja<=0||Ja>=1?Ra=qa=NaN:qa<=0&&(Ra=NaN),new Hsl(Ra,qa,Ja,ed)}function hslConvert(Ra){if(Ra instanceof Hsl)return new Hsl(Ra.h,Ra.s,Ra.l,Ra.opacity);if(Ra instanceof Color||(Ra=color(Ra)),!Ra)return new Hsl;if(Ra instanceof Hsl)return Ra;Ra=Ra.rgb();var qa=Ra.r/255,Ja=Ra.g/255,ed=Ra.b/255,td=Math.min(qa,Ja,ed),rd=Math.max(qa,Ja,ed),od=NaN,sd=rd-td,ld=(rd+td)/2;return sd?(qa===rd?od=(Ja-ed)/sd+(Ja<ed)*6:Ja===rd?od=(ed-qa)/sd+2:od=(qa-Ja)/sd+4,sd/=ld<.5?rd+td:2-rd-td,od*=60):sd=ld>0&&ld<1?0:od,new Hsl(od,sd,ld,Ra.opacity)}function hsl(Ra,qa,Ja,ed){return arguments.length===1?hslConvert(Ra):new Hsl(Ra,qa,Ja,ed??1)}function Hsl(Ra,qa,Ja,ed){this.h=+Ra,this.s=+qa,this.l=+Ja,this.opacity=+ed}define$1(Hsl,hsl,extend$2(Color,{brighter(Ra){return Ra=Ra==null?brighter:Math.pow(brighter,Ra),new Hsl(this.h,this.s,this.l*Ra,this.opacity)},darker(Ra){return Ra=Ra==null?darker:Math.pow(darker,Ra),new Hsl(this.h,this.s,this.l*Ra,this.opacity)},rgb(){var Ra=this.h%360+(this.h<0)*360,qa=isNaN(Ra)||isNaN(this.s)?0:this.s,Ja=this.l,ed=Ja+(Ja<.5?Ja:1-Ja)*qa,td=2*Ja-ed;return new Rgb(hsl2rgb(Ra>=240?Ra-240:Ra+120,td,ed),hsl2rgb(Ra,td,ed),hsl2rgb(Ra<120?Ra+240:Ra-120,td,ed),this.opacity)},clamp(){return new Hsl(clamph(this.h),clampt(this.s),clampt(this.l),clampa(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const Ra=clampa(this.opacity);return`${Ra===1?"hsl(":"hsla("}${clamph(this.h)}, ${clampt(this.s)*100}%, ${clampt(this.l)*100}%${Ra===1?")":`, ${Ra})`}`}}));function clamph(Ra){return Ra=(Ra||0)%360,Ra<0?Ra+360:Ra}function clampt(Ra){return Math.max(0,Math.min(1,Ra||0))}function hsl2rgb(Ra,qa,Ja){return(Ra<60?qa+(Ja-qa)*Ra/60:Ra<180?Ja:Ra<240?qa+(Ja-qa)*(240-Ra)/60:qa)*255}const constant$3=Ra=>()=>Ra;function linear(Ra,qa){return function(Ja){return Ra+Ja*qa}}function exponential(Ra,qa,Ja){return Ra=Math.pow(Ra,Ja),qa=Math.pow(qa,Ja)-Ra,Ja=1/Ja,function(ed){return Math.pow(Ra+ed*qa,Ja)}}function hue(Ra,qa){var Ja=qa-Ra;return Ja?linear(Ra,Ja>180||Ja<-180?Ja-360*Math.round(Ja/360):Ja):constant$3(isNaN(Ra)?qa:Ra)}function gamma$2(Ra){return(Ra=+Ra)==1?nogamma:function(qa,Ja){return Ja-qa?exponential(qa,Ja,Ra):constant$3(isNaN(qa)?Ja:qa)}}function nogamma(Ra,qa){var Ja=qa-Ra;return Ja?linear(Ra,Ja):constant$3(isNaN(Ra)?qa:Ra)}const interpolateRgb=function Ra(qa){var Ja=gamma$2(qa);function ed(td,rd){var od=Ja((td=rgb(td)).r,(rd=rgb(rd)).r),sd=Ja(td.g,rd.g),ld=Ja(td.b,rd.b),cd=nogamma(td.opacity,rd.opacity);return function(ud){return td.r=od(ud),td.g=sd(ud),td.b=ld(ud),td.opacity=cd(ud),td+""}}return ed.gamma=Ra,ed}(1);function interpolateNumber(Ra,qa){return Ra=+Ra,qa=+qa,function(Ja){return Ra*(1-Ja)+qa*Ja}}var reA=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,reB=new RegExp(reA.source,"g");function zero(Ra){return function(){return Ra}}function one(Ra){return function(qa){return Ra(qa)+""}}function interpolateString(Ra,qa){var Ja=reA.lastIndex=reB.lastIndex=0,ed,td,rd,od=-1,sd=[],ld=[];for(Ra=Ra+"",qa=qa+"";(ed=reA.exec(Ra))&&(td=reB.exec(qa));)(rd=td.index)>Ja&&(rd=qa.slice(Ja,rd),sd[od]?sd[od]+=rd:sd[++od]=rd),(ed=ed[0])===(td=td[0])?sd[od]?sd[od]+=td:sd[++od]=td:(sd[++od]=null,ld.push({i:od,x:interpolateNumber(ed,td)})),Ja=reB.lastIndex;return Ja<qa.length&&(rd=qa.slice(Ja),sd[od]?sd[od]+=rd:sd[++od]=rd),sd.length<2?ld[0]?one(ld[0].x):zero(qa):(qa=ld.length,function(cd){for(var ud=0,gd;ud<qa;++ud)sd[(gd=ld[ud]).i]=gd.x(cd);return sd.join("")})}var degrees=180/Math.PI,identity={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function decompose(Ra,qa,Ja,ed,td,rd){var od,sd,ld;return(od=Math.sqrt(Ra*Ra+qa*qa))&&(Ra/=od,qa/=od),(ld=Ra*Ja+qa*ed)&&(Ja-=Ra*ld,ed-=qa*ld),(sd=Math.sqrt(Ja*Ja+ed*ed))&&(Ja/=sd,ed/=sd,ld/=sd),Ra*ed<qa*Ja&&(Ra=-Ra,qa=-qa,ld=-ld,od=-od),{translateX:td,translateY:rd,rotate:Math.atan2(qa,Ra)*degrees,skewX:Math.atan(ld)*degrees,scaleX:od,scaleY:sd}}var svgNode;function parseCss(Ra){const qa=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(Ra+"");return qa.isIdentity?identity:decompose(qa.a,qa.b,qa.c,qa.d,qa.e,qa.f)}function parseSvg(Ra){return Ra==null||(svgNode||(svgNode=document.createElementNS("http://www.w3.org/2000/svg","g")),svgNode.setAttribute("transform",Ra),!(Ra=svgNode.transform.baseVal.consolidate()))?identity:(Ra=Ra.matrix,decompose(Ra.a,Ra.b,Ra.c,Ra.d,Ra.e,Ra.f))}function interpolateTransform(Ra,qa,Ja,ed){function td(cd){return cd.length?cd.pop()+" ":""}function rd(cd,ud,gd,_d,yd,Ed){if(cd!==gd||ud!==_d){var Td=yd.push("translate(",null,qa,null,Ja);Ed.push({i:Td-4,x:interpolateNumber(cd,gd)},{i:Td-2,x:interpolateNumber(ud,_d)})}else(gd||_d)&&yd.push("translate("+gd+qa+_d+Ja)}function od(cd,ud,gd,_d){cd!==ud?(cd-ud>180?ud+=360:ud-cd>180&&(cd+=360),_d.push({i:gd.push(td(gd)+"rotate(",null,ed)-2,x:interpolateNumber(cd,ud)})):ud&&gd.push(td(gd)+"rotate("+ud+ed)}function sd(cd,ud,gd,_d){cd!==ud?_d.push({i:gd.push(td(gd)+"skewX(",null,ed)-2,x:interpolateNumber(cd,ud)}):ud&&gd.push(td(gd)+"skewX("+ud+ed)}function ld(cd,ud,gd,_d,yd,Ed){if(cd!==gd||ud!==_d){var Td=yd.push(td(yd)+"scale(",null,",",null,")");Ed.push({i:Td-4,x:interpolateNumber(cd,gd)},{i:Td-2,x:interpolateNumber(ud,_d)})}else(gd!==1||_d!==1)&&yd.push(td(yd)+"scale("+gd+","+_d+")")}return function(cd,ud){var gd=[],_d=[];return cd=Ra(cd),ud=Ra(ud),rd(cd.translateX,cd.translateY,ud.translateX,ud.translateY,gd,_d),od(cd.rotate,ud.rotate,gd,_d),sd(cd.skewX,ud.skewX,gd,_d),ld(cd.scaleX,cd.scaleY,ud.scaleX,ud.scaleY,gd,_d),cd=ud=null,function(yd){for(var Ed=-1,Td=_d.length,Od;++Ed<Td;)gd[(Od=_d[Ed]).i]=Od.x(yd);return gd.join("")}}}var interpolateTransformCss=interpolateTransform(parseCss,"px, ","px)","deg)"),interpolateTransformSvg=interpolateTransform(parseSvg,", ",")",")"),frame=0,timeout$2=0,interval=0,pokeDelay=1e3,taskHead,taskTail,clockLast=0,clockNow=0,clockSkew=0,clock=typeof performance=="object"&&performance.now?performance:Date,setFrame=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(Ra){setTimeout(Ra,17)};function now(){return clockNow||(setFrame(clearNow),clockNow=clock.now()+clockSkew)}function clearNow(){clockNow=0}function Timer(){this._call=this._time=this._next=null}Timer.prototype=timer.prototype={constructor:Timer,restart:function(Ra,qa,Ja){if(typeof Ra!="function")throw new TypeError("callback is not a function");Ja=(Ja==null?now():+Ja)+(qa==null?0:+qa),!this._next&&taskTail!==this&&(taskTail?taskTail._next=this:taskHead=this,taskTail=this),this._call=Ra,this._time=Ja,sleep()},stop:function(){this._call&&(this._call=null,this._time=1/0,sleep())}};function timer(Ra,qa,Ja){var ed=new Timer;return ed.restart(Ra,qa,Ja),ed}function timerFlush(){now(),++frame;for(var Ra=taskHead,qa;Ra;)(qa=clockNow-Ra._time)>=0&&Ra._call.call(void 0,qa),Ra=Ra._next;--frame}function wake(){clockNow=(clockLast=clock.now())+clockSkew,frame=timeout$2=0;try{timerFlush()}finally{frame=0,nap$2(),clockNow=0}}function poke(){var Ra=clock.now(),qa=Ra-clockLast;qa>pokeDelay&&(clockSkew-=qa,clockLast=Ra)}function nap$2(){for(var Ra,qa=taskHead,Ja,ed=1/0;qa;)qa._call?(ed>qa._time&&(ed=qa._time),Ra=qa,qa=qa._next):(Ja=qa._next,qa._next=null,qa=Ra?Ra._next=Ja:taskHead=Ja);taskTail=Ra,sleep(ed)}function sleep(Ra){if(!frame){timeout$2&&(timeout$2=clearTimeout(timeout$2));var qa=Ra-clockNow;qa>24?(Ra<1/0&&(timeout$2=setTimeout(wake,Ra-clock.now()-clockSkew)),interval&&(interval=clearInterval(interval))):(interval||(clockLast=clock.now(),interval=setInterval(poke,pokeDelay)),frame=1,setFrame(wake))}}function timeout$1(Ra,qa,Ja){var ed=new Timer;return qa=qa==null?0:+qa,ed.restart(td=>{ed.stop(),Ra(td+qa)},qa,Ja),ed}var emptyOn=dispatch("start","end","cancel","interrupt"),emptyTween=[],CREATED=0,SCHEDULED=1,STARTING=2,STARTED=3,RUNNING=4,ENDING=5,ENDED=6;function schedule(Ra,qa,Ja,ed,td,rd){var od=Ra.__transition;if(!od)Ra.__transition={};else if(Ja in od)return;create(Ra,Ja,{name:qa,index:ed,group:td,on:emptyOn,tween:emptyTween,time:rd.time,delay:rd.delay,duration:rd.duration,ease:rd.ease,timer:null,state:CREATED})}function init$1(Ra,qa){var Ja=get(Ra,qa);if(Ja.state>CREATED)throw new Error("too late; already scheduled");return Ja}function set$1(Ra,qa){var Ja=get(Ra,qa);if(Ja.state>STARTED)throw new Error("too late; already running");return Ja}function get(Ra,qa){var Ja=Ra.__transition;if(!Ja||!(Ja=Ja[qa]))throw new Error("transition not found");return Ja}function create(Ra,qa,Ja){var ed=Ra.__transition,td;ed[qa]=Ja,Ja.timer=timer(rd,0,Ja.time);function rd(cd){Ja.state=SCHEDULED,Ja.timer.restart(od,Ja.delay,Ja.time),Ja.delay<=cd&&od(cd-Ja.delay)}function od(cd){var ud,gd,_d,yd;if(Ja.state!==SCHEDULED)return ld();for(ud in ed)if(yd=ed[ud],yd.name===Ja.name){if(yd.state===STARTED)return timeout$1(od);yd.state===RUNNING?(yd.state=ENDED,yd.timer.stop(),yd.on.call("interrupt",Ra,Ra.__data__,yd.index,yd.group),delete ed[ud]):+ud<qa&&(yd.state=ENDED,yd.timer.stop(),yd.on.call("cancel",Ra,Ra.__data__,yd.index,yd.group),delete ed[ud])}if(timeout$1(function(){Ja.state===STARTED&&(Ja.state=RUNNING,Ja.timer.restart(sd,Ja.delay,Ja.time),sd(cd))}),Ja.state=STARTING,Ja.on.call("start",Ra,Ra.__data__,Ja.index,Ja.group),Ja.state===STARTING){for(Ja.state=STARTED,td=new Array(_d=Ja.tween.length),ud=0,gd=-1;ud<_d;++ud)(yd=Ja.tween[ud].value.call(Ra,Ra.__data__,Ja.index,Ja.group))&&(td[++gd]=yd);td.length=gd+1}}function sd(cd){for(var ud=cd<Ja.duration?Ja.ease.call(null,cd/Ja.duration):(Ja.timer.restart(ld),Ja.state=ENDING,1),gd=-1,_d=td.length;++gd<_d;)td[gd].call(Ra,ud);Ja.state===ENDING&&(Ja.on.call("end",Ra,Ra.__data__,Ja.index,Ja.group),ld())}function ld(){Ja.state=ENDED,Ja.timer.stop(),delete ed[qa];for(var cd in ed)return;delete Ra.__transition}}function interrupt(Ra,qa){var Ja=Ra.__transition,ed,td,rd=!0,od;if(Ja){qa=qa==null?null:qa+"";for(od in Ja){if((ed=Ja[od]).name!==qa){rd=!1;continue}td=ed.state>STARTING&&ed.state<ENDING,ed.state=ENDED,ed.timer.stop(),ed.on.call(td?"interrupt":"cancel",Ra,Ra.__data__,ed.index,ed.group),delete Ja[od]}rd&&delete Ra.__transition}}function selection_interrupt(Ra){return this.each(function(){interrupt(this,Ra)})}function tweenRemove(Ra,qa){var Ja,ed;return function(){var td=set$1(this,Ra),rd=td.tween;if(rd!==Ja){ed=Ja=rd;for(var od=0,sd=ed.length;od<sd;++od)if(ed[od].name===qa){ed=ed.slice(),ed.splice(od,1);break}}td.tween=ed}}function tweenFunction(Ra,qa,Ja){var ed,td;if(typeof Ja!="function")throw new Error;return function(){var rd=set$1(this,Ra),od=rd.tween;if(od!==ed){td=(ed=od).slice();for(var sd={name:qa,value:Ja},ld=0,cd=td.length;ld<cd;++ld)if(td[ld].name===qa){td[ld]=sd;break}ld===cd&&td.push(sd)}rd.tween=td}}function transition_tween(Ra,qa){var Ja=this._id;if(Ra+="",arguments.length<2){for(var ed=get(this.node(),Ja).tween,td=0,rd=ed.length,od;td<rd;++td)if((od=ed[td]).name===Ra)return od.value;return null}return this.each((qa==null?tweenRemove:tweenFunction)(Ja,Ra,qa))}function tweenValue(Ra,qa,Ja){var ed=Ra._id;return Ra.each(function(){var td=set$1(this,ed);(td.value||(td.value={}))[qa]=Ja.apply(this,arguments)}),function(td){return get(td,ed).value[qa]}}function interpolate(Ra,qa){var Ja;return(typeof qa=="number"?interpolateNumber:qa instanceof color?interpolateRgb:(Ja=color(qa))?(qa=Ja,interpolateRgb):interpolateString)(Ra,qa)}function attrRemove(Ra){return function(){this.removeAttribute(Ra)}}function attrRemoveNS(Ra){return function(){this.removeAttributeNS(Ra.space,Ra.local)}}function attrConstant(Ra,qa,Ja){var ed,td=Ja+"",rd;return function(){var od=this.getAttribute(Ra);return od===td?null:od===ed?rd:rd=qa(ed=od,Ja)}}function attrConstantNS(Ra,qa,Ja){var ed,td=Ja+"",rd;return function(){var od=this.getAttributeNS(Ra.space,Ra.local);return od===td?null:od===ed?rd:rd=qa(ed=od,Ja)}}function attrFunction(Ra,qa,Ja){var ed,td,rd;return function(){var od,sd=Ja(this),ld;return sd==null?void this.removeAttribute(Ra):(od=this.getAttribute(Ra),ld=sd+"",od===ld?null:od===ed&&ld===td?rd:(td=ld,rd=qa(ed=od,sd)))}}function attrFunctionNS(Ra,qa,Ja){var ed,td,rd;return function(){var od,sd=Ja(this),ld;return sd==null?void this.removeAttributeNS(Ra.space,Ra.local):(od=this.getAttributeNS(Ra.space,Ra.local),ld=sd+"",od===ld?null:od===ed&&ld===td?rd:(td=ld,rd=qa(ed=od,sd)))}}function transition_attr(Ra,qa){var Ja=namespace(Ra),ed=Ja==="transform"?interpolateTransformSvg:interpolate;return this.attrTween(Ra,typeof qa=="function"?(Ja.local?attrFunctionNS:attrFunction)(Ja,ed,tweenValue(this,"attr."+Ra,qa)):qa==null?(Ja.local?attrRemoveNS:attrRemove)(Ja):(Ja.local?attrConstantNS:attrConstant)(Ja,ed,qa))}function attrInterpolate(Ra,qa){return function(Ja){this.setAttribute(Ra,qa.call(this,Ja))}}function attrInterpolateNS(Ra,qa){return function(Ja){this.setAttributeNS(Ra.space,Ra.local,qa.call(this,Ja))}}function attrTweenNS(Ra,qa){var Ja,ed;function td(){var rd=qa.apply(this,arguments);return rd!==ed&&(Ja=(ed=rd)&&attrInterpolateNS(Ra,rd)),Ja}return td._value=qa,td}function attrTween(Ra,qa){var Ja,ed;function td(){var rd=qa.apply(this,arguments);return rd!==ed&&(Ja=(ed=rd)&&attrInterpolate(Ra,rd)),Ja}return td._value=qa,td}function transition_attrTween(Ra,qa){var Ja="attr."+Ra;if(arguments.length<2)return(Ja=this.tween(Ja))&&Ja._value;if(qa==null)return this.tween(Ja,null);if(typeof qa!="function")throw new Error;var ed=namespace(Ra);return this.tween(Ja,(ed.local?attrTweenNS:attrTween)(ed,qa))}function delayFunction(Ra,qa){return function(){init$1(this,Ra).delay=+qa.apply(this,arguments)}}function delayConstant(Ra,qa){return qa=+qa,function(){init$1(this,Ra).delay=qa}}function transition_delay(Ra){var qa=this._id;return arguments.length?this.each((typeof Ra=="function"?delayFunction:delayConstant)(qa,Ra)):get(this.node(),qa).delay}function durationFunction(Ra,qa){return function(){set$1(this,Ra).duration=+qa.apply(this,arguments)}}function durationConstant(Ra,qa){return qa=+qa,function(){set$1(this,Ra).duration=qa}}function transition_duration(Ra){var qa=this._id;return arguments.length?this.each((typeof Ra=="function"?durationFunction:durationConstant)(qa,Ra)):get(this.node(),qa).duration}function easeConstant(Ra,qa){if(typeof qa!="function")throw new Error;return function(){set$1(this,Ra).ease=qa}}function transition_ease(Ra){var qa=this._id;return arguments.length?this.each(easeConstant(qa,Ra)):get(this.node(),qa).ease}function easeVarying(Ra,qa){return function(){var Ja=qa.apply(this,arguments);if(typeof Ja!="function")throw new Error;set$1(this,Ra).ease=Ja}}function transition_easeVarying(Ra){if(typeof Ra!="function")throw new Error;return this.each(easeVarying(this._id,Ra))}function transition_filter(Ra){typeof Ra!="function"&&(Ra=matcher(Ra));for(var qa=this._groups,Ja=qa.length,ed=new Array(Ja),td=0;td<Ja;++td)for(var rd=qa[td],od=rd.length,sd=ed[td]=[],ld,cd=0;cd<od;++cd)(ld=rd[cd])&&Ra.call(ld,ld.__data__,cd,rd)&&sd.push(ld);return new Transition(ed,this._parents,this._name,this._id)}function transition_merge(Ra){if(Ra._id!==this._id)throw new Error;for(var qa=this._groups,Ja=Ra._groups,ed=qa.length,td=Ja.length,rd=Math.min(ed,td),od=new Array(ed),sd=0;sd<rd;++sd)for(var ld=qa[sd],cd=Ja[sd],ud=ld.length,gd=od[sd]=new Array(ud),_d,yd=0;yd<ud;++yd)(_d=ld[yd]||cd[yd])&&(gd[yd]=_d);for(;sd<ed;++sd)od[sd]=qa[sd];return new Transition(od,this._parents,this._name,this._id)}function start(Ra){return(Ra+"").trim().split(/^|\s+/).every(function(qa){var Ja=qa.indexOf(".");return Ja>=0&&(qa=qa.slice(0,Ja)),!qa||qa==="start"})}function onFunction(Ra,qa,Ja){var ed,td,rd=start(qa)?init$1:set$1;return function(){var od=rd(this,Ra),sd=od.on;sd!==ed&&(td=(ed=sd).copy()).on(qa,Ja),od.on=td}}function transition_on(Ra,qa){var Ja=this._id;return arguments.length<2?get(this.node(),Ja).on.on(Ra):this.each(onFunction(Ja,Ra,qa))}function removeFunction(Ra){return function(){var qa=this.parentNode;for(var Ja in this.__transition)if(+Ja!==Ra)return;qa&&qa.removeChild(this)}}function transition_remove(){return this.on("end.remove",removeFunction(this._id))}function transition_select(Ra){var qa=this._name,Ja=this._id;typeof Ra!="function"&&(Ra=selector$1(Ra));for(var ed=this._groups,td=ed.length,rd=new Array(td),od=0;od<td;++od)for(var sd=ed[od],ld=sd.length,cd=rd[od]=new Array(ld),ud,gd,_d=0;_d<ld;++_d)(ud=sd[_d])&&(gd=Ra.call(ud,ud.__data__,_d,sd))&&("__data__"in ud&&(gd.__data__=ud.__data__),cd[_d]=gd,schedule(cd[_d],qa,Ja,_d,cd,get(ud,Ja)));return new Transition(rd,this._parents,qa,Ja)}function transition_selectAll(Ra){var qa=this._name,Ja=this._id;typeof Ra!="function"&&(Ra=selectorAll(Ra));for(var ed=this._groups,td=ed.length,rd=[],od=[],sd=0;sd<td;++sd)for(var ld=ed[sd],cd=ld.length,ud,gd=0;gd<cd;++gd)if(ud=ld[gd]){for(var _d=Ra.call(ud,ud.__data__,gd,ld),yd,Ed=get(ud,Ja),Td=0,Od=_d.length;Td<Od;++Td)(yd=_d[Td])&&schedule(yd,qa,Ja,Td,_d,Ed);rd.push(_d),od.push(ud)}return new Transition(rd,od,qa,Ja)}var Selection=selection.prototype.constructor;function transition_selection(){return new Selection(this._groups,this._parents)}function styleNull(Ra,qa){var Ja,ed,td;return function(){var rd=styleValue(this,Ra),od=(this.style.removeProperty(Ra),styleValue(this,Ra));return rd===od?null:rd===Ja&&od===ed?td:td=qa(Ja=rd,ed=od)}}function styleRemove(Ra){return function(){this.style.removeProperty(Ra)}}function styleConstant(Ra,qa,Ja){var ed,td=Ja+"",rd;return function(){var od=styleValue(this,Ra);return od===td?null:od===ed?rd:rd=qa(ed=od,Ja)}}function styleFunction(Ra,qa,Ja){var ed,td,rd;return function(){var od=styleValue(this,Ra),sd=Ja(this),ld=sd+"";return sd==null&&(ld=sd=(this.style.removeProperty(Ra),styleValue(this,Ra))),od===ld?null:od===ed&&ld===td?rd:(td=ld,rd=qa(ed=od,sd))}}function styleMaybeRemove(Ra,qa){var Ja,ed,td,rd="style."+qa,od="end."+rd,sd;return function(){var ld=set$1(this,Ra),cd=ld.on,ud=ld.value[rd]==null?sd||(sd=styleRemove(qa)):void 0;(cd!==Ja||td!==ud)&&(ed=(Ja=cd).copy()).on(od,td=ud),ld.on=ed}}function transition_style(Ra,qa,Ja){var ed=(Ra+="")=="transform"?interpolateTransformCss:interpolate;return qa==null?this.styleTween(Ra,styleNull(Ra,ed)).on("end.style."+Ra,styleRemove(Ra)):typeof qa=="function"?this.styleTween(Ra,styleFunction(Ra,ed,tweenValue(this,"style."+Ra,qa))).each(styleMaybeRemove(this._id,Ra)):this.styleTween(Ra,styleConstant(Ra,ed,qa),Ja).on("end.style."+Ra,null)}function styleInterpolate(Ra,qa,Ja){return function(ed){this.style.setProperty(Ra,qa.call(this,ed),Ja)}}function styleTween(Ra,qa,Ja){var ed,td;function rd(){var od=qa.apply(this,arguments);return od!==td&&(ed=(td=od)&&styleInterpolate(Ra,od,Ja)),ed}return rd._value=qa,rd}function transition_styleTween(Ra,qa,Ja){var ed="style."+(Ra+="");if(arguments.length<2)return(ed=this.tween(ed))&&ed._value;if(qa==null)return this.tween(ed,null);if(typeof qa!="function")throw new Error;return this.tween(ed,styleTween(Ra,qa,Ja??""))}function textConstant(Ra){return function(){this.textContent=Ra}}function textFunction(Ra){return function(){var qa=Ra(this);this.textContent=qa??""}}function transition_text(Ra){return this.tween("text",typeof Ra=="function"?textFunction(tweenValue(this,"text",Ra)):textConstant(Ra==null?"":Ra+""))}function textInterpolate(Ra){return function(qa){this.textContent=Ra.call(this,qa)}}function textTween(Ra){var qa,Ja;function ed(){var td=Ra.apply(this,arguments);return td!==Ja&&(qa=(Ja=td)&&textInterpolate(td)),qa}return ed._value=Ra,ed}function transition_textTween(Ra){var qa="text";if(arguments.length<1)return(qa=this.tween(qa))&&qa._value;if(Ra==null)return this.tween(qa,null);if(typeof Ra!="function")throw new Error;return this.tween(qa,textTween(Ra))}function transition_transition(){for(var Ra=this._name,qa=this._id,Ja=newId(),ed=this._groups,td=ed.length,rd=0;rd<td;++rd)for(var od=ed[rd],sd=od.length,ld,cd=0;cd<sd;++cd)if(ld=od[cd]){var ud=get(ld,qa);schedule(ld,Ra,Ja,cd,od,{time:ud.time+ud.delay+ud.duration,delay:0,duration:ud.duration,ease:ud.ease})}return new Transition(ed,this._parents,Ra,Ja)}function transition_end(){var Ra,qa,Ja=this,ed=Ja._id,td=Ja.size();return new Promise(function(rd,od){var sd={value:od},ld={value:function(){--td===0&&rd()}};Ja.each(function(){var cd=set$1(this,ed),ud=cd.on;ud!==Ra&&(qa=(Ra=ud).copy(),qa._.cancel.push(sd),qa._.interrupt.push(sd),qa._.end.push(ld)),cd.on=qa}),td===0&&rd()})}var id$1=0;function Transition(Ra,qa,Ja,ed){this._groups=Ra,this._parents=qa,this._name=Ja,this._id=ed}function newId(){return++id$1}var selection_prototype=selection.prototype;Transition.prototype={constructor:Transition,select:transition_select,selectAll:transition_selectAll,selectChild:selection_prototype.selectChild,selectChildren:selection_prototype.selectChildren,filter:transition_filter,merge:transition_merge,selection:transition_selection,transition:transition_transition,call:selection_prototype.call,nodes:selection_prototype.nodes,node:selection_prototype.node,size:selection_prototype.size,empty:selection_prototype.empty,each:selection_prototype.each,on:transition_on,attr:transition_attr,attrTween:transition_attrTween,style:transition_style,styleTween:transition_styleTween,text:transition_text,textTween:transition_textTween,remove:transition_remove,tween:transition_tween,delay:transition_delay,duration:transition_duration,ease:transition_ease,easeVarying:transition_easeVarying,end:transition_end,[Symbol.iterator]:selection_prototype[Symbol.iterator]};function cubicInOut(Ra){return((Ra*=2)<=1?Ra*Ra*Ra:(Ra-=2)*Ra*Ra+2)/2}var defaultTiming={time:null,delay:0,duration:250,ease:cubicInOut};function inherit(Ra,qa){for(var Ja;!(Ja=Ra.__transition)||!(Ja=Ja[qa]);)if(!(Ra=Ra.parentNode))throw new Error(`transition ${qa} not found`);return Ja}function selection_transition(Ra){var qa,Ja;Ra instanceof Transition?(qa=Ra._id,Ra=Ra._name):(qa=newId(),(Ja=defaultTiming).time=now(),Ra=Ra==null?null:Ra+"");for(var ed=this._groups,td=ed.length,rd=0;rd<td;++rd)for(var od=ed[rd],sd=od.length,ld,cd=0;cd<sd;++cd)(ld=od[cd])&&schedule(ld,Ra,qa,cd,od,Ja||inherit(ld,qa));return new Transition(ed,this._parents,Ra,qa)}selection.prototype.interrupt=selection_interrupt;selection.prototype.transition=selection_transition;const pi$8=Math.PI,tau$3=2*pi$8,epsilon$3=1e-6,tauEpsilon=tau$3-epsilon$3;function append$1(Ra){this._+=Ra[0];for(let qa=1,Ja=Ra.length;qa<Ja;++qa)this._+=arguments[qa]+Ra[qa]}function appendRound(Ra){let qa=Math.floor(Ra);if(!(qa>=0))throw new Error(`invalid digits: ${Ra}`);if(qa>15)return append$1;const Ja=10**qa;return function(ed){this._+=ed[0];for(let td=1,rd=ed.length;td<rd;++td)this._+=Math.round(arguments[td]*Ja)/Ja+ed[td]}}class Path{constructor(qa){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=qa==null?append$1:appendRound(qa)}moveTo(qa,Ja){this._append`M${this._x0=this._x1=+qa},${this._y0=this._y1=+Ja}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(qa,Ja){this._append`L${this._x1=+qa},${this._y1=+Ja}`}quadraticCurveTo(qa,Ja,ed,td){this._append`Q${+qa},${+Ja},${this._x1=+ed},${this._y1=+td}`}bezierCurveTo(qa,Ja,ed,td,rd,od){this._append`C${+qa},${+Ja},${+ed},${+td},${this._x1=+rd},${this._y1=+od}`}arcTo(qa,Ja,ed,td,rd){if(qa=+qa,Ja=+Ja,ed=+ed,td=+td,rd=+rd,rd<0)throw new Error(`negative radius: ${rd}`);let od=this._x1,sd=this._y1,ld=ed-qa,cd=td-Ja,ud=od-qa,gd=sd-Ja,_d=ud*ud+gd*gd;if(this._x1===null)this._append`M${this._x1=qa},${this._y1=Ja}`;else if(_d>epsilon$3)if(!(Math.abs(gd*ld-cd*ud)>epsilon$3)||!rd)this._append`L${this._x1=qa},${this._y1=Ja}`;else{let yd=ed-od,Ed=td-sd,Td=ld*ld+cd*cd,Od=yd*yd+Ed*Ed,Ad=Math.sqrt(Td),Nd=Math.sqrt(_d),kd=rd*Math.tan((pi$8-Math.acos((Td+_d-Od)/(2*Ad*Nd)))/2),Id=kd/Nd,Rd=kd/Ad;Math.abs(Id-1)>epsilon$3&&this._append`L${qa+Id*ud},${Ja+Id*gd}`,this._append`A${rd},${rd},0,0,${+(gd*yd>ud*Ed)},${this._x1=qa+Rd*ld},${this._y1=Ja+Rd*cd}`}}arc(qa,Ja,ed,td,rd,od){if(qa=+qa,Ja=+Ja,ed=+ed,od=!!od,ed<0)throw new Error(`negative radius: ${ed}`);let sd=ed*Math.cos(td),ld=ed*Math.sin(td),cd=qa+sd,ud=Ja+ld,gd=1^od,_d=od?td-rd:rd-td;this._x1===null?this._append`M${cd},${ud}`:(Math.abs(this._x1-cd)>epsilon$3||Math.abs(this._y1-ud)>epsilon$3)&&this._append`L${cd},${ud}`,ed&&(_d<0&&(_d=_d%tau$3+tau$3),_d>tauEpsilon?this._append`A${ed},${ed},0,1,${gd},${qa-sd},${Ja-ld}A${ed},${ed},0,1,${gd},${this._x1=cd},${this._y1=ud}`:_d>epsilon$3&&this._append`A${ed},${ed},0,${+(_d>=pi$8)},${gd},${this._x1=qa+ed*Math.cos(rd)},${this._y1=Ja+ed*Math.sin(rd)}`)}rect(qa,Ja,ed,td){this._append`M${this._x0=this._x1=+qa},${this._y0=this._y1=+Ja}h${ed=+ed}v${+td}h${-ed}Z`}toString(){return this._}}function constant$2(Ra){return function(){return Ra}}const abs$1=Math.abs,atan2=Math.atan2,cos=Math.cos,max$1=Math.max,min=Math.min,sin=Math.sin,sqrt=Math.sqrt,epsilon$2=1e-12,pi$7=Math.PI,halfPi=pi$7/2,tau$2=2*pi$7;function acos(Ra){return Ra>1?0:Ra<-1?pi$7:Math.acos(Ra)}function asin(Ra){return Ra>=1?halfPi:Ra<=-1?-halfPi:Math.asin(Ra)}function withPath(Ra){let qa=3;return Ra.digits=function(Ja){if(!arguments.length)return qa;if(Ja==null)qa=null;else{const ed=Math.floor(Ja);if(!(ed>=0))throw new RangeError(`invalid digits: ${Ja}`);qa=ed}return Ra},()=>new Path(qa)}function array(Ra){return typeof Ra=="object"&&"length"in Ra?Ra:Array.from(Ra)}function Linear(Ra){this._context=Ra}Linear.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(Ra,qa){switch(Ra=+Ra,qa=+qa,this._point){case 0:this._point=1,this._line?this._context.lineTo(Ra,qa):this._context.moveTo(Ra,qa);break;case 1:this._point=2;default:this._context.lineTo(Ra,qa);break}}};function curveLinear(Ra){return new Linear(Ra)}function x$3(Ra){return Ra[0]}function y$3(Ra){return Ra[1]}function line$1(Ra,qa){var Ja=constant$2(!0),ed=null,td=curveLinear,rd=null,od=withPath(sd);Ra=typeof Ra=="function"?Ra:Ra===void 0?x$3:constant$2(Ra),qa=typeof qa=="function"?qa:qa===void 0?y$3:constant$2(qa);function sd(ld){var cd,ud=(ld=array(ld)).length,gd,_d=!1,yd;for(ed==null&&(rd=td(yd=od())),cd=0;cd<=ud;++cd)!(cd<ud&&Ja(gd=ld[cd],cd,ld))===_d&&((_d=!_d)?rd.lineStart():rd.lineEnd()),_d&&rd.point(+Ra(gd,cd,ld),+qa(gd,cd,ld));if(yd)return rd=null,yd+""||null}return sd.x=function(ld){return arguments.length?(Ra=typeof ld=="function"?ld:constant$2(+ld),sd):Ra},sd.y=function(ld){return arguments.length?(qa=typeof ld=="function"?ld:constant$2(+ld),sd):qa},sd.defined=function(ld){return arguments.length?(Ja=typeof ld=="function"?ld:constant$2(!!ld),sd):Ja},sd.curve=function(ld){return arguments.length?(td=ld,ed!=null&&(rd=td(ed)),sd):td},sd.context=function(ld){return arguments.length?(ld==null?ed=rd=null:rd=td(ed=ld),sd):ed},sd}class Bump{constructor(qa,Ja){this._context=qa,this._x=Ja}areaStart(){this._line=0}areaEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line}point(qa,Ja){switch(qa=+qa,Ja=+Ja,this._point){case 0:{this._point=1,this._line?this._context.lineTo(qa,Ja):this._context.moveTo(qa,Ja);break}case 1:this._point=2;default:{this._x?this._context.bezierCurveTo(this._x0=(this._x0+qa)/2,this._y0,this._x0,Ja,qa,Ja):this._context.bezierCurveTo(this._x0,this._y0=(this._y0+Ja)/2,qa,this._y0,qa,Ja);break}}this._x0=qa,this._y0=Ja}}function bumpX(Ra){return new Bump(Ra,!0)}function bumpY(Ra){return new Bump(Ra,!1)}function noop$3(){}function point$4(Ra,qa,Ja){Ra._context.bezierCurveTo((2*Ra._x0+Ra._x1)/3,(2*Ra._y0+Ra._y1)/3,(Ra._x0+2*Ra._x1)/3,(Ra._y0+2*Ra._y1)/3,(Ra._x0+4*Ra._x1+qa)/6,(Ra._y0+4*Ra._y1+Ja)/6)}function Basis(Ra){this._context=Ra}Basis.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:point$4(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(Ra,qa){switch(Ra=+Ra,qa=+qa,this._point){case 0:this._point=1,this._line?this._context.lineTo(Ra,qa):this._context.moveTo(Ra,qa);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:point$4(this,Ra,qa);break}this._x0=this._x1,this._x1=Ra,this._y0=this._y1,this._y1=qa}};function curveBasis(Ra){return new Basis(Ra)}function BasisClosed(Ra){this._context=Ra}BasisClosed.prototype={areaStart:noop$3,areaEnd:noop$3,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2),this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break}case 3:{this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4);break}}},point:function(Ra,qa){switch(Ra=+Ra,qa=+qa,this._point){case 0:this._point=1,this._x2=Ra,this._y2=qa;break;case 1:this._point=2,this._x3=Ra,this._y3=qa;break;case 2:this._point=3,this._x4=Ra,this._y4=qa,this._context.moveTo((this._x0+4*this._x1+Ra)/6,(this._y0+4*this._y1+qa)/6);break;default:point$4(this,Ra,qa);break}this._x0=this._x1,this._x1=Ra,this._y0=this._y1,this._y1=qa}};function curveBasisClosed(Ra){return new BasisClosed(Ra)}function BasisOpen(Ra){this._context=Ra}BasisOpen.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(Ra,qa){switch(Ra=+Ra,qa=+qa,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var Ja=(this._x0+4*this._x1+Ra)/6,ed=(this._y0+4*this._y1+qa)/6;this._line?this._context.lineTo(Ja,ed):this._context.moveTo(Ja,ed);break;case 3:this._point=4;default:point$4(this,Ra,qa);break}this._x0=this._x1,this._x1=Ra,this._y0=this._y1,this._y1=qa}};function curveBasisOpen(Ra){return new BasisOpen(Ra)}function Bundle(Ra,qa){this._basis=new Basis(Ra),this._beta=qa}Bundle.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var Ra=this._x,qa=this._y,Ja=Ra.length-1;if(Ja>0)for(var ed=Ra[0],td=qa[0],rd=Ra[Ja]-ed,od=qa[Ja]-td,sd=-1,ld;++sd<=Ja;)ld=sd/Ja,this._basis.point(this._beta*Ra[sd]+(1-this._beta)*(ed+ld*rd),this._beta*qa[sd]+(1-this._beta)*(td+ld*od));this._x=this._y=null,this._basis.lineEnd()},point:function(Ra,qa){this._x.push(+Ra),this._y.push(+qa)}};const curveBundle=function Ra(qa){function Ja(ed){return qa===1?new Basis(ed):new Bundle(ed,qa)}return Ja.beta=function(ed){return Ra(+ed)},Ja}(.85);function point$3(Ra,qa,Ja){Ra._context.bezierCurveTo(Ra._x1+Ra._k*(Ra._x2-Ra._x0),Ra._y1+Ra._k*(Ra._y2-Ra._y0),Ra._x2+Ra._k*(Ra._x1-qa),Ra._y2+Ra._k*(Ra._y1-Ja),Ra._x2,Ra._y2)}function Cardinal(Ra,qa){this._context=Ra,this._k=(1-qa)/6}Cardinal.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:point$3(this,this._x1,this._y1);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(Ra,qa){switch(Ra=+Ra,qa=+qa,this._point){case 0:this._point=1,this._line?this._context.lineTo(Ra,qa):this._context.moveTo(Ra,qa);break;case 1:this._point=2,this._x1=Ra,this._y1=qa;break;case 2:this._point=3;default:point$3(this,Ra,qa);break}this._x0=this._x1,this._x1=this._x2,this._x2=Ra,this._y0=this._y1,this._y1=this._y2,this._y2=qa}};const curveCardinal=function Ra(qa){function Ja(ed){return new Cardinal(ed,qa)}return Ja.tension=function(ed){return Ra(+ed)},Ja}(0);function CardinalClosed(Ra,qa){this._context=Ra,this._k=(1-qa)/6}CardinalClosed.prototype={areaStart:noop$3,areaEnd:noop$3,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(Ra,qa){switch(Ra=+Ra,qa=+qa,this._point){case 0:this._point=1,this._x3=Ra,this._y3=qa;break;case 1:this._point=2,this._context.moveTo(this._x4=Ra,this._y4=qa);break;case 2:this._point=3,this._x5=Ra,this._y5=qa;break;default:point$3(this,Ra,qa);break}this._x0=this._x1,this._x1=this._x2,this._x2=Ra,this._y0=this._y1,this._y1=this._y2,this._y2=qa}};const curveCardinalClosed=function Ra(qa){function Ja(ed){return new CardinalClosed(ed,qa)}return Ja.tension=function(ed){return Ra(+ed)},Ja}(0);function CardinalOpen(Ra,qa){this._context=Ra,this._k=(1-qa)/6}CardinalOpen.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(Ra,qa){switch(Ra=+Ra,qa=+qa,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:point$3(this,Ra,qa);break}this._x0=this._x1,this._x1=this._x2,this._x2=Ra,this._y0=this._y1,this._y1=this._y2,this._y2=qa}};const curveCardinalOpen=function Ra(qa){function Ja(ed){return new CardinalOpen(ed,qa)}return Ja.tension=function(ed){return Ra(+ed)},Ja}(0);function point$2(Ra,qa,Ja){var ed=Ra._x1,td=Ra._y1,rd=Ra._x2,od=Ra._y2;if(Ra._l01_a>epsilon$2){var sd=2*Ra._l01_2a+3*Ra._l01_a*Ra._l12_a+Ra._l12_2a,ld=3*Ra._l01_a*(Ra._l01_a+Ra._l12_a);ed=(ed*sd-Ra._x0*Ra._l12_2a+Ra._x2*Ra._l01_2a)/ld,td=(td*sd-Ra._y0*Ra._l12_2a+Ra._y2*Ra._l01_2a)/ld}if(Ra._l23_a>epsilon$2){var cd=2*Ra._l23_2a+3*Ra._l23_a*Ra._l12_a+Ra._l12_2a,ud=3*Ra._l23_a*(Ra._l23_a+Ra._l12_a);rd=(rd*cd+Ra._x1*Ra._l23_2a-qa*Ra._l12_2a)/ud,od=(od*cd+Ra._y1*Ra._l23_2a-Ja*Ra._l12_2a)/ud}Ra._context.bezierCurveTo(ed,td,rd,od,Ra._x2,Ra._y2)}function CatmullRom(Ra,qa){this._context=Ra,this._alpha=qa}CatmullRom.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(Ra,qa){if(Ra=+Ra,qa=+qa,this._point){var Ja=this._x2-Ra,ed=this._y2-qa;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(Ja*Ja+ed*ed,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(Ra,qa):this._context.moveTo(Ra,qa);break;case 1:this._point=2;break;case 2:this._point=3;default:point$2(this,Ra,qa);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=Ra,this._y0=this._y1,this._y1=this._y2,this._y2=qa}};const curveCatmullRom=function Ra(qa){function Ja(ed){return qa?new CatmullRom(ed,qa):new Cardinal(ed,0)}return Ja.alpha=function(ed){return Ra(+ed)},Ja}(.5);function CatmullRomClosed(Ra,qa){this._context=Ra,this._alpha=qa}CatmullRomClosed.prototype={areaStart:noop$3,areaEnd:noop$3,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3),this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3),this._context.closePath();break}case 3:{this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5);break}}},point:function(Ra,qa){if(Ra=+Ra,qa=+qa,this._point){var Ja=this._x2-Ra,ed=this._y2-qa;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(Ja*Ja+ed*ed,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=Ra,this._y3=qa;break;case 1:this._point=2,this._context.moveTo(this._x4=Ra,this._y4=qa);break;case 2:this._point=3,this._x5=Ra,this._y5=qa;break;default:point$2(this,Ra,qa);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=Ra,this._y0=this._y1,this._y1=this._y2,this._y2=qa}};const curveCatmullRomClosed=function Ra(qa){function Ja(ed){return qa?new CatmullRomClosed(ed,qa):new CardinalClosed(ed,0)}return Ja.alpha=function(ed){return Ra(+ed)},Ja}(.5);function CatmullRomOpen(Ra,qa){this._context=Ra,this._alpha=qa}CatmullRomOpen.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===3)&&this._context.closePath(),this._line=1-this._line},point:function(Ra,qa){if(Ra=+Ra,qa=+qa,this._point){var Ja=this._x2-Ra,ed=this._y2-qa;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(Ja*Ja+ed*ed,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:point$2(this,Ra,qa);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=Ra,this._y0=this._y1,this._y1=this._y2,this._y2=qa}};const curveCatmullRomOpen=function Ra(qa){function Ja(ed){return qa?new CatmullRomOpen(ed,qa):new CardinalOpen(ed,0)}return Ja.alpha=function(ed){return Ra(+ed)},Ja}(.5);function LinearClosed(Ra){this._context=Ra}LinearClosed.prototype={areaStart:noop$3,areaEnd:noop$3,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(Ra,qa){Ra=+Ra,qa=+qa,this._point?this._context.lineTo(Ra,qa):(this._point=1,this._context.moveTo(Ra,qa))}};function curveLinearClosed(Ra){return new LinearClosed(Ra)}function sign(Ra){return Ra<0?-1:1}function slope3(Ra,qa,Ja){var ed=Ra._x1-Ra._x0,td=qa-Ra._x1,rd=(Ra._y1-Ra._y0)/(ed||td<0&&-0),od=(Ja-Ra._y1)/(td||ed<0&&-0),sd=(rd*td+od*ed)/(ed+td);return(sign(rd)+sign(od))*Math.min(Math.abs(rd),Math.abs(od),.5*Math.abs(sd))||0}function slope2(Ra,qa){var Ja=Ra._x1-Ra._x0;return Ja?(3*(Ra._y1-Ra._y0)/Ja-qa)/2:qa}function point$1(Ra,qa,Ja){var ed=Ra._x0,td=Ra._y0,rd=Ra._x1,od=Ra._y1,sd=(rd-ed)/3;Ra._context.bezierCurveTo(ed+sd,td+sd*qa,rd-sd,od-sd*Ja,rd,od)}function MonotoneX(Ra){this._context=Ra}MonotoneX.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:point$1(this,this._t0,slope2(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(Ra,qa){var Ja=NaN;if(Ra=+Ra,qa=+qa,!(Ra===this._x1&&qa===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(Ra,qa):this._context.moveTo(Ra,qa);break;case 1:this._point=2;break;case 2:this._point=3,point$1(this,slope2(this,Ja=slope3(this,Ra,qa)),Ja);break;default:point$1(this,this._t0,Ja=slope3(this,Ra,qa));break}this._x0=this._x1,this._x1=Ra,this._y0=this._y1,this._y1=qa,this._t0=Ja}}};function MonotoneY(Ra){this._context=new ReflectContext(Ra)}(MonotoneY.prototype=Object.create(MonotoneX.prototype)).point=function(Ra,qa){MonotoneX.prototype.point.call(this,qa,Ra)};function ReflectContext(Ra){this._context=Ra}ReflectContext.prototype={moveTo:function(Ra,qa){this._context.moveTo(qa,Ra)},closePath:function(){this._context.closePath()},lineTo:function(Ra,qa){this._context.lineTo(qa,Ra)},bezierCurveTo:function(Ra,qa,Ja,ed,td,rd){this._context.bezierCurveTo(qa,Ra,ed,Ja,rd,td)}};function monotoneX(Ra){return new MonotoneX(Ra)}function monotoneY(Ra){return new MonotoneY(Ra)}function Natural(Ra){this._context=Ra}Natural.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var Ra=this._x,qa=this._y,Ja=Ra.length;if(Ja)if(this._line?this._context.lineTo(Ra[0],qa[0]):this._context.moveTo(Ra[0],qa[0]),Ja===2)this._context.lineTo(Ra[1],qa[1]);else for(var ed=controlPoints(Ra),td=controlPoints(qa),rd=0,od=1;od<Ja;++rd,++od)this._context.bezierCurveTo(ed[0][rd],td[0][rd],ed[1][rd],td[1][rd],Ra[od],qa[od]);(this._line||this._line!==0&&Ja===1)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(Ra,qa){this._x.push(+Ra),this._y.push(+qa)}};function controlPoints(Ra){var qa,Ja=Ra.length-1,ed,td=new Array(Ja),rd=new Array(Ja),od=new Array(Ja);for(td[0]=0,rd[0]=2,od[0]=Ra[0]+2*Ra[1],qa=1;qa<Ja-1;++qa)td[qa]=1,rd[qa]=4,od[qa]=4*Ra[qa]+2*Ra[qa+1];for(td[Ja-1]=2,rd[Ja-1]=7,od[Ja-1]=8*Ra[Ja-1]+Ra[Ja],qa=1;qa<Ja;++qa)ed=td[qa]/rd[qa-1],rd[qa]-=ed,od[qa]-=ed*od[qa-1];for(td[Ja-1]=od[Ja-1]/rd[Ja-1],qa=Ja-2;qa>=0;--qa)td[qa]=(od[qa]-td[qa+1])/rd[qa];for(rd[Ja-1]=(Ra[Ja]+td[Ja-1])/2,qa=0;qa<Ja-1;++qa)rd[qa]=2*Ra[qa+1]-td[qa+1];return[td,rd]}function curveNatural(Ra){return new Natural(Ra)}function Step(Ra,qa){this._context=Ra,this._t=qa}Step.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&this._point===2&&this._context.lineTo(this._x,this._y),(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(Ra,qa){switch(Ra=+Ra,qa=+qa,this._point){case 0:this._point=1,this._line?this._context.lineTo(Ra,qa):this._context.moveTo(Ra,qa);break;case 1:this._point=2;default:{if(this._t<=0)this._context.lineTo(this._x,qa),this._context.lineTo(Ra,qa);else{var Ja=this._x*(1-this._t)+Ra*this._t;this._context.lineTo(Ja,this._y),this._context.lineTo(Ja,qa)}break}}this._x=Ra,this._y=qa}};function curveStep(Ra){return new Step(Ra,.5)}function stepBefore(Ra){return new Step(Ra,0)}function stepAfter(Ra){return new Step(Ra,1)}function Transform$4(Ra,qa,Ja){this.k=Ra,this.x=qa,this.y=Ja}Transform$4.prototype={constructor:Transform$4,scale:function(Ra){return Ra===1?this:new Transform$4(this.k*Ra,this.x,this.y)},translate:function(Ra,qa){return Ra===0&qa===0?this:new Transform$4(this.k,this.x+this.k*Ra,this.y+this.k*qa)},apply:function(Ra){return[Ra[0]*this.k+this.x,Ra[1]*this.k+this.y]},applyX:function(Ra){return Ra*this.k+this.x},applyY:function(Ra){return Ra*this.k+this.y},invert:function(Ra){return[(Ra[0]-this.x)/this.k,(Ra[1]-this.y)/this.k]},invertX:function(Ra){return(Ra-this.x)/this.k},invertY:function(Ra){return(Ra-this.y)/this.k},rescaleX:function(Ra){return Ra.copy().domain(Ra.range().map(this.invertX,this).map(Ra.invert,Ra))},rescaleY:function(Ra){return Ra.copy().domain(Ra.range().map(this.invertY,this).map(Ra.invert,Ra))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}};Transform$4.prototype;var ZERO_WIDTH_SPACE="",d3CurveTypes={curveBasis,curveBasisClosed,curveBasisOpen,curveBumpX:bumpX,curveBumpY:bumpY,curveBundle,curveCardinalClosed,curveCardinalOpen,curveCardinal,curveCatmullRomClosed,curveCatmullRomOpen,curveCatmullRom,curveLinear,curveLinearClosed,curveMonotoneX:monotoneX,curveMonotoneY:monotoneY,curveNatural,curveStep,curveStepAfter:stepAfter,curveStepBefore:stepBefore},directiveWithoutOpen=/\s*(?:(\w+)(?=:):|(\w+))\s*(?:(\w+)|((?:(?!}%{2}).|\r?\n)*))?\s*(?:}%{2})?/gi,detectInit=__name(function(Ra,qa){const Ja=detectDirective(Ra,/(?:init\b)|(?:initialize\b)/);let ed={};if(Array.isArray(Ja)){const od=Ja.map(sd=>sd.args);sanitizeDirective(od),ed=assignWithDepth_default(ed,[...od])}else ed=Ja.args;if(!ed)return;let td=detectType(Ra,qa);const rd="config";return ed[rd]!==void 0&&(td==="flowchart-v2"&&(td="flowchart"),ed[td]=ed[rd],delete ed[rd]),ed},"detectInit"),detectDirective=__name(function(Ra,qa=null){var Ja,ed;try{const td=new RegExp(`[%]{2}(?![{]${directiveWithoutOpen.source})(?=[}][%]{2}).*
`,"ig");Ra=Ra.trim().replace(td,"").replace(/'/gm,'"'),log$1.debug(`Detecting diagram directive${qa!==null?" type:"+qa:""} based on the text:${Ra}`);let rd;const od=[];for(;(rd=directiveRegex.exec(Ra))!==null;)if(rd.index===directiveRegex.lastIndex&&directiveRegex.lastIndex++,rd&&!qa||qa&&((Ja=rd[1])!=null&&Ja.match(qa))||qa&&((ed=rd[2])!=null&&ed.match(qa))){const sd=rd[1]?rd[1]:rd[2],ld=rd[3]?rd[3].trim():rd[4]?JSON.parse(rd[4].trim()):null;od.push({type:sd,args:ld})}return od.length===0?{type:Ra,args:null}:od.length===1?od[0]:od}catch(td){return log$1.error(`ERROR: ${td.message} - Unable to parse directive type: '${qa}' based on the text: '${Ra}'`),{type:void 0,args:null}}},"detectDirective"),removeDirectives=__name(function(Ra){return Ra.replace(directiveRegex,"")},"removeDirectives"),isSubstringInArray=__name(function(Ra,qa){for(const[Ja,ed]of qa.entries())if(ed.match(Ra))return Ja;return-1},"isSubstringInArray");function interpolateToCurve(Ra,qa){if(!Ra)return qa;const Ja=`curve${Ra.charAt(0).toUpperCase()+Ra.slice(1)}`;return d3CurveTypes[Ja]??qa}__name(interpolateToCurve,"interpolateToCurve");function formatUrl(Ra,qa){const Ja=Ra.trim();if(Ja)return qa.securityLevel!=="loose"?sanitizeUrl_1(Ja):Ja}__name(formatUrl,"formatUrl");var runFunc=__name((Ra,...qa)=>{const Ja=Ra.split("."),ed=Ja.length-1,td=Ja[ed];let rd=window;for(let od=0;od<ed;od++)if(rd=rd[Ja[od]],!rd){log$1.error(`Function name: ${Ra} not found in window`);return}rd[td](...qa)},"runFunc");function distance(Ra,qa){return!Ra||!qa?0:Math.sqrt(Math.pow(qa.x-Ra.x,2)+Math.pow(qa.y-Ra.y,2))}__name(distance,"distance");function traverseEdge(Ra){let qa,Ja=0;Ra.forEach(td=>{Ja+=distance(td,qa),qa=td});const ed=Ja/2;return calculatePoint(Ra,ed)}__name(traverseEdge,"traverseEdge");function calcLabelPosition(Ra){return Ra.length===1?Ra[0]:traverseEdge(Ra)}__name(calcLabelPosition,"calcLabelPosition");var roundNumber=__name((Ra,qa=2)=>{const Ja=Math.pow(10,qa);return Math.round(Ra*Ja)/Ja},"roundNumber"),calculatePoint=__name((Ra,qa)=>{let Ja,ed=qa;for(const td of Ra){if(Ja){const rd=distance(td,Ja);if(rd<ed)ed-=rd;else{const od=ed/rd;if(od<=0)return Ja;if(od>=1)return{x:td.x,y:td.y};if(od>0&&od<1)return{x:roundNumber((1-od)*Ja.x+od*td.x,5),y:roundNumber((1-od)*Ja.y+od*td.y,5)}}}Ja=td}throw new Error("Could not find a suitable point for the given distance")},"calculatePoint"),calcCardinalityPosition=__name((Ra,qa,Ja)=>{log$1.info(`our points ${JSON.stringify(qa)}`),qa[0]!==Ja&&(qa=qa.reverse());const td=calculatePoint(qa,25),rd=Ra?10:5,od=Math.atan2(qa[0].y-td.y,qa[0].x-td.x),sd={x:0,y:0};return sd.x=Math.sin(od)*rd+(qa[0].x+td.x)/2,sd.y=-Math.cos(od)*rd+(qa[0].y+td.y)/2,sd},"calcCardinalityPosition");function calcTerminalLabelPosition(Ra,qa,Ja){const ed=structuredClone(Ja);log$1.info("our points",ed),qa!=="start_left"&&qa!=="start_right"&&ed.reverse();const td=25+Ra,rd=calculatePoint(ed,td),od=10+Ra*.5,sd=Math.atan2(ed[0].y-rd.y,ed[0].x-rd.x),ld={x:0,y:0};return qa==="start_left"?(ld.x=Math.sin(sd+Math.PI)*od+(ed[0].x+rd.x)/2,ld.y=-Math.cos(sd+Math.PI)*od+(ed[0].y+rd.y)/2):qa==="end_right"?(ld.x=Math.sin(sd-Math.PI)*od+(ed[0].x+rd.x)/2-5,ld.y=-Math.cos(sd-Math.PI)*od+(ed[0].y+rd.y)/2-5):qa==="end_left"?(ld.x=Math.sin(sd)*od+(ed[0].x+rd.x)/2-5,ld.y=-Math.cos(sd)*od+(ed[0].y+rd.y)/2-5):(ld.x=Math.sin(sd)*od+(ed[0].x+rd.x)/2,ld.y=-Math.cos(sd)*od+(ed[0].y+rd.y)/2),ld}__name(calcTerminalLabelPosition,"calcTerminalLabelPosition");function getStylesFromArray(Ra){let qa="",Ja="";for(const ed of Ra)ed!==void 0&&(ed.startsWith("color:")||ed.startsWith("text-align:")?Ja=Ja+ed+";":qa=qa+ed+";");return{style:qa,labelStyle:Ja}}__name(getStylesFromArray,"getStylesFromArray");var cnt=0,generateId=__name(()=>(cnt++,"id-"+Math.random().toString(36).substr(2,12)+"-"+cnt),"generateId");function makeRandomHex(Ra){let qa="";const Ja="0123456789abcdef",ed=Ja.length;for(let td=0;td<Ra;td++)qa+=Ja.charAt(Math.floor(Math.random()*ed));return qa}__name(makeRandomHex,"makeRandomHex");var random=__name(Ra=>makeRandomHex(Ra.length),"random"),getTextObj=__name(function(){return{x:0,y:0,fill:void 0,anchor:"start",style:"#666",width:100,height:100,textMargin:0,rx:0,ry:0,valign:void 0,text:""}},"getTextObj"),drawSimpleText=__name(function(Ra,qa){const Ja=qa.text.replace(common_default.lineBreakRegex," "),[,ed]=parseFontSize(qa.fontSize),td=Ra.append("text");td.attr("x",qa.x),td.attr("y",qa.y),td.style("text-anchor",qa.anchor),td.style("font-family",qa.fontFamily),td.style("font-size",ed),td.style("font-weight",qa.fontWeight),td.attr("fill",qa.fill),qa.class!==void 0&&td.attr("class",qa.class);const rd=td.append("tspan");return rd.attr("x",qa.x+qa.textMargin*2),rd.attr("fill",qa.fill),rd.text(Ja),td},"drawSimpleText"),wrapLabel=memoize$1((Ra,qa,Ja)=>{if(!Ra||(Ja=Object.assign({fontSize:12,fontWeight:400,fontFamily:"Arial",joinWith:"<br/>"},Ja),common_default.lineBreakRegex.test(Ra)))return Ra;const ed=Ra.split(" ").filter(Boolean),td=[];let rd="";return ed.forEach((od,sd)=>{const ld=calculateTextWidth(`${od} `,Ja),cd=calculateTextWidth(rd,Ja);if(ld>qa){const{hyphenatedStrings:_d,remainingWord:yd}=breakString(od,qa,"-",Ja);td.push(rd,..._d),rd=yd}else cd+ld>=qa?(td.push(rd),rd=od):rd=[rd,od].filter(Boolean).join(" ");sd+1===ed.length&&td.push(rd)}),td.filter(od=>od!=="").join(Ja.joinWith)},(Ra,qa,Ja)=>`${Ra}${qa}${Ja.fontSize}${Ja.fontWeight}${Ja.fontFamily}${Ja.joinWith}`),breakString=memoize$1((Ra,qa,Ja="-",ed)=>{ed=Object.assign({fontSize:12,fontWeight:400,fontFamily:"Arial",margin:0},ed);const td=[...Ra],rd=[];let od="";return td.forEach((sd,ld)=>{const cd=`${od}${sd}`;if(calculateTextWidth(cd,ed)>=qa){const gd=ld+1,_d=td.length===gd,yd=`${cd}${Ja}`;rd.push(_d?cd:yd),od=""}else od=cd}),{hyphenatedStrings:rd,remainingWord:od}},(Ra,qa,Ja="-",ed)=>`${Ra}${qa}${Ja}${ed.fontSize}${ed.fontWeight}${ed.fontFamily}`);function calculateTextHeight(Ra,qa){return calculateTextDimensions(Ra,qa).height}__name(calculateTextHeight,"calculateTextHeight");function calculateTextWidth(Ra,qa){return calculateTextDimensions(Ra,qa).width}__name(calculateTextWidth,"calculateTextWidth");var calculateTextDimensions=memoize$1((Ra,qa)=>{const{fontSize:Ja=12,fontFamily:ed="Arial",fontWeight:td=400}=qa;if(!Ra)return{width:0,height:0};const[,rd]=parseFontSize(Ja),od=["sans-serif",ed],sd=Ra.split(common_default.lineBreakRegex),ld=[],cd=d3select("body");if(!cd.remove)return{width:0,height:0,lineHeight:0};const ud=cd.append("svg");for(const _d of od){let yd=0;const Ed={width:0,height:0,lineHeight:0};for(const Td of sd){const Od=getTextObj();Od.text=Td||ZERO_WIDTH_SPACE;const Ad=drawSimpleText(ud,Od).style("font-size",rd).style("font-weight",td).style("font-family",_d),Nd=(Ad._groups||Ad)[0][0].getBBox();if(Nd.width===0&&Nd.height===0)throw new Error("svg element not in render tree");Ed.width=Math.round(Math.max(Ed.width,Nd.width)),yd=Math.round(Nd.height),Ed.height+=yd,Ed.lineHeight=Math.round(Math.max(Ed.lineHeight,yd))}ld.push(Ed)}ud.remove();const gd=isNaN(ld[1].height)||isNaN(ld[1].width)||isNaN(ld[1].lineHeight)||ld[0].height>ld[1].height&&ld[0].width>ld[1].width&&ld[0].lineHeight>ld[1].lineHeight?0:1;return ld[gd]},(Ra,qa)=>`${Ra}${qa.fontSize}${qa.fontWeight}${qa.fontFamily}`),Dy,InitIDGenerator=(Dy=class{constructor(qa=!1,Ja){this.count=0,this.count=Ja?Ja.length:0,this.next=qa?()=>this.count++:()=>Date.now()}},__name(Dy,"InitIDGenerator"),Dy),decoder,entityDecode=__name(function(Ra){return decoder=decoder||document.createElement("div"),Ra=escape(Ra).replace(/%26/g,"&").replace(/%23/g,"#").replace(/%3B/g,";"),decoder.innerHTML=Ra,unescape(decoder.textContent)},"entityDecode");function isDetailedError(Ra){return"str"in Ra}__name(isDetailedError,"isDetailedError");var insertTitle=__name((Ra,qa,Ja,ed)=>{var rd;if(!ed)return;const td=(rd=Ra.node())==null?void 0:rd.getBBox();td&&Ra.append("text").text(ed).attr("x",td.x+td.width/2).attr("y",-Ja).attr("class",qa)},"insertTitle"),parseFontSize=__name(Ra=>{if(typeof Ra=="number")return[Ra,Ra+"px"];const qa=parseInt(Ra??"",10);return Number.isNaN(qa)?[void 0,void 0]:Ra===String(qa)?[qa,Ra+"px"]:[qa,Ra]},"parseFontSize");function cleanAndMerge(Ra,qa){return merge$3({},Ra,qa)}__name(cleanAndMerge,"cleanAndMerge");var utils_default={assignWithDepth:assignWithDepth_default,wrapLabel,calculateTextHeight,calculateTextWidth,calculateTextDimensions,cleanAndMerge,detectInit,detectDirective,isSubstringInArray,interpolateToCurve,calcLabelPosition,calcCardinalityPosition,calcTerminalLabelPosition,formatUrl,getStylesFromArray,generateId,random,runFunc,entityDecode,insertTitle,parseFontSize,InitIDGenerator},encodeEntities=__name(function(Ra){let qa=Ra;return qa=qa.replace(/style.*:\S*#.*;/g,function(Ja){return Ja.substring(0,Ja.length-1)}),qa=qa.replace(/classDef.*:\S*#.*;/g,function(Ja){return Ja.substring(0,Ja.length-1)}),qa=qa.replace(/#\w+;/g,function(Ja){const ed=Ja.substring(1,Ja.length-1);return/^\+?\d+$/.test(ed)?"fl°°"+ed+"¶ß":"fl°"+ed+"¶ß"}),qa},"encodeEntities"),decodeEntities=__name(function(Ra){return Ra.replace(/fl°°/g,"&#").replace(/fl°/g,"&").replace(/¶ß/g,";")},"decodeEntities"),getEdgeId=__name((Ra,qa,{counter:Ja=0,prefix:ed,suffix:td})=>`${ed?`${ed}_`:""}${Ra}_${qa}_${Ja}${td?`_${td}`:""}`,"getEdgeId");function _getDefaults(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}let _defaults=_getDefaults();function changeDefaults(Ra){_defaults=Ra}const escapeTest=/[&<>"']/,escapeReplace=new RegExp(escapeTest.source,"g"),escapeTestNoEncode=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode=new RegExp(escapeTestNoEncode.source,"g"),escapeReplacements={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},getEscapeReplacement=Ra=>escapeReplacements[Ra];function escape$1$1(Ra,qa){if(qa){if(escapeTest.test(Ra))return Ra.replace(escapeReplace,getEscapeReplacement)}else if(escapeTestNoEncode.test(Ra))return Ra.replace(escapeReplaceNoEncode,getEscapeReplacement);return Ra}const unescapeTest=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function unescape$2(Ra){return Ra.replace(unescapeTest,(qa,Ja)=>(Ja=Ja.toLowerCase(),Ja==="colon"?":":Ja.charAt(0)==="#"?Ja.charAt(1)==="x"?String.fromCharCode(parseInt(Ja.substring(2),16)):String.fromCharCode(+Ja.substring(1)):""))}const caret$3=/(^|[^\[])\^/g;function edit(Ra,qa){let Ja=typeof Ra=="string"?Ra:Ra.source;qa=qa||"";const ed={replace:(td,rd)=>{let od=typeof rd=="string"?rd:rd.source;return od=od.replace(caret$3,"$1"),Ja=Ja.replace(td,od),ed},getRegex:()=>new RegExp(Ja,qa)};return ed}function cleanUrl(Ra){try{Ra=encodeURI(Ra).replace(/%25/g,"%")}catch{return null}return Ra}const noopTest={exec:()=>null};function splitCells(Ra,qa){const Ja=Ra.replace(/\|/g,(rd,od,sd)=>{let ld=!1,cd=od;for(;--cd>=0&&sd[cd]==="\\";)ld=!ld;return ld?"|":" |"}),ed=Ja.split(/ \|/);let td=0;if(ed[0].trim()||ed.shift(),ed.length>0&&!ed[ed.length-1].trim()&&ed.pop(),qa)if(ed.length>qa)ed.splice(qa);else for(;ed.length<qa;)ed.push("");for(;td<ed.length;td++)ed[td]=ed[td].trim().replace(/\\\|/g,"|");return ed}function rtrim(Ra,qa,Ja){const ed=Ra.length;if(ed===0)return"";let td=0;for(;td<ed;){const rd=Ra.charAt(ed-td-1);if(rd===qa&&!Ja)td++;else if(rd!==qa&&Ja)td++;else break}return Ra.slice(0,ed-td)}function findClosingBracket(Ra,qa){if(Ra.indexOf(qa[1])===-1)return-1;let Ja=0;for(let ed=0;ed<Ra.length;ed++)if(Ra[ed]==="\\")ed++;else if(Ra[ed]===qa[0])Ja++;else if(Ra[ed]===qa[1]&&(Ja--,Ja<0))return ed;return-1}function outputLink(Ra,qa,Ja,ed){const td=qa.href,rd=qa.title?escape$1$1(qa.title):null,od=Ra[1].replace(/\\([\[\]])/g,"$1");if(Ra[0].charAt(0)!=="!"){ed.state.inLink=!0;const sd={type:"link",raw:Ja,href:td,title:rd,text:od,tokens:ed.inlineTokens(od)};return ed.state.inLink=!1,sd}return{type:"image",raw:Ja,href:td,title:rd,text:escape$1$1(od)}}function indentCodeCompensation(Ra,qa){const Ja=Ra.match(/^(\s+)(?:```)/);if(Ja===null)return qa;const ed=Ja[1];return qa.split(`
`).map(td=>{const rd=td.match(/^\s+/);if(rd===null)return td;const[od]=rd;return od.length>=ed.length?td.slice(ed.length):td}).join(`
`)}class _Tokenizer{constructor(qa){t1(this,"options");t1(this,"rules");t1(this,"lexer");this.options=qa||_defaults}space(qa){const Ja=this.rules.block.newline.exec(qa);if(Ja&&Ja[0].length>0)return{type:"space",raw:Ja[0]}}code(qa){const Ja=this.rules.block.code.exec(qa);if(Ja){const ed=Ja[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:Ja[0],codeBlockStyle:"indented",text:this.options.pedantic?ed:rtrim(ed,`
`)}}}fences(qa){const Ja=this.rules.block.fences.exec(qa);if(Ja){const ed=Ja[0],td=indentCodeCompensation(ed,Ja[3]||"");return{type:"code",raw:ed,lang:Ja[2]?Ja[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):Ja[2],text:td}}}heading(qa){const Ja=this.rules.block.heading.exec(qa);if(Ja){let ed=Ja[2].trim();if(/#$/.test(ed)){const td=rtrim(ed,"#");(this.options.pedantic||!td||/ $/.test(td))&&(ed=td.trim())}return{type:"heading",raw:Ja[0],depth:Ja[1].length,text:ed,tokens:this.lexer.inline(ed)}}}hr(qa){const Ja=this.rules.block.hr.exec(qa);if(Ja)return{type:"hr",raw:rtrim(Ja[0],`
`)}}blockquote(qa){const Ja=this.rules.block.blockquote.exec(qa);if(Ja){let ed=rtrim(Ja[0],`
`).split(`
`),td="",rd="";const od=[];for(;ed.length>0;){let sd=!1;const ld=[];let cd;for(cd=0;cd<ed.length;cd++)if(/^ {0,3}>/.test(ed[cd]))ld.push(ed[cd]),sd=!0;else if(!sd)ld.push(ed[cd]);else break;ed=ed.slice(cd);const ud=ld.join(`
`),gd=ud.replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,`
$1`).replace(/^ {0,3}>[ \t]?/gm,"");td=td?`${td}
${ud}`:ud,rd=rd?`${rd}
${gd}`:gd;const _d=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(gd,od,!0),this.lexer.state.top=_d,ed.length===0)break;const yd=od[od.length-1];if((yd==null?void 0:yd.type)==="code")break;if((yd==null?void 0:yd.type)==="blockquote"){const Ed=yd,Td=Ed.raw+`
`+ed.join(`
`),Od=this.blockquote(Td);od[od.length-1]=Od,td=td.substring(0,td.length-Ed.raw.length)+Od.raw,rd=rd.substring(0,rd.length-Ed.text.length)+Od.text;break}else if((yd==null?void 0:yd.type)==="list"){const Ed=yd,Td=Ed.raw+`
`+ed.join(`
`),Od=this.list(Td);od[od.length-1]=Od,td=td.substring(0,td.length-yd.raw.length)+Od.raw,rd=rd.substring(0,rd.length-Ed.raw.length)+Od.raw,ed=Td.substring(od[od.length-1].raw.length).split(`
`);continue}}return{type:"blockquote",raw:td,tokens:od,text:rd}}}list(qa){let Ja=this.rules.block.list.exec(qa);if(Ja){let ed=Ja[1].trim();const td=ed.length>1,rd={type:"list",raw:"",ordered:td,start:td?+ed.slice(0,-1):"",loose:!1,items:[]};ed=td?`\\d{1,9}\\${ed.slice(-1)}`:`\\${ed}`,this.options.pedantic&&(ed=td?ed:"[*+-]");const od=new RegExp(`^( {0,3}${ed})((?:[ ][^\\n]*)?(?:\\n|$))`);let sd=!1;for(;qa;){let ld=!1,cd="",ud="";if(!(Ja=od.exec(qa))||this.rules.block.hr.test(qa))break;cd=Ja[0],qa=qa.substring(cd.length);let gd=Ja[2].split(`
`,1)[0].replace(/^\t+/,Ad=>" ".repeat(3*Ad.length)),_d=qa.split(`
`,1)[0],yd=!gd.trim(),Ed=0;if(this.options.pedantic?(Ed=2,ud=gd.trimStart()):yd?Ed=Ja[1].length+1:(Ed=Ja[2].search(/[^ ]/),Ed=Ed>4?1:Ed,ud=gd.slice(Ed),Ed+=Ja[1].length),yd&&/^ *$/.test(_d)&&(cd+=_d+`
`,qa=qa.substring(_d.length+1),ld=!0),!ld){const Ad=new RegExp(`^ {0,${Math.min(3,Ed-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),Nd=new RegExp(`^ {0,${Math.min(3,Ed-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),kd=new RegExp(`^ {0,${Math.min(3,Ed-1)}}(?:\`\`\`|~~~)`),Id=new RegExp(`^ {0,${Math.min(3,Ed-1)}}#`);for(;qa;){const Rd=qa.split(`
`,1)[0];if(_d=Rd,this.options.pedantic&&(_d=_d.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),kd.test(_d)||Id.test(_d)||Ad.test(_d)||Nd.test(qa))break;if(_d.search(/[^ ]/)>=Ed||!_d.trim())ud+=`
`+_d.slice(Ed);else{if(yd||gd.search(/[^ ]/)>=4||kd.test(gd)||Id.test(gd)||Nd.test(gd))break;ud+=`
`+_d}!yd&&!_d.trim()&&(yd=!0),cd+=Rd+`
`,qa=qa.substring(Rd.length+1),gd=_d.slice(Ed)}}rd.loose||(sd?rd.loose=!0:/\n *\n *$/.test(cd)&&(sd=!0));let Td=null,Od;this.options.gfm&&(Td=/^\[[ xX]\] /.exec(ud),Td&&(Od=Td[0]!=="[ ] ",ud=ud.replace(/^\[[ xX]\] +/,""))),rd.items.push({type:"list_item",raw:cd,task:!!Td,checked:Od,loose:!1,text:ud,tokens:[]}),rd.raw+=cd}rd.items[rd.items.length-1].raw=rd.items[rd.items.length-1].raw.trimEnd(),rd.items[rd.items.length-1].text=rd.items[rd.items.length-1].text.trimEnd(),rd.raw=rd.raw.trimEnd();for(let ld=0;ld<rd.items.length;ld++)if(this.lexer.state.top=!1,rd.items[ld].tokens=this.lexer.blockTokens(rd.items[ld].text,[]),!rd.loose){const cd=rd.items[ld].tokens.filter(gd=>gd.type==="space"),ud=cd.length>0&&cd.some(gd=>/\n.*\n/.test(gd.raw));rd.loose=ud}if(rd.loose)for(let ld=0;ld<rd.items.length;ld++)rd.items[ld].loose=!0;return rd}}html(qa){const Ja=this.rules.block.html.exec(qa);if(Ja)return{type:"html",block:!0,raw:Ja[0],pre:Ja[1]==="pre"||Ja[1]==="script"||Ja[1]==="style",text:Ja[0]}}def(qa){const Ja=this.rules.block.def.exec(qa);if(Ja){const ed=Ja[1].toLowerCase().replace(/\s+/g," "),td=Ja[2]?Ja[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",rd=Ja[3]?Ja[3].substring(1,Ja[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):Ja[3];return{type:"def",tag:ed,raw:Ja[0],href:td,title:rd}}}table(qa){const Ja=this.rules.block.table.exec(qa);if(!Ja||!/[:|]/.test(Ja[2]))return;const ed=splitCells(Ja[1]),td=Ja[2].replace(/^\||\| *$/g,"").split("|"),rd=Ja[3]&&Ja[3].trim()?Ja[3].replace(/\n[ \t]*$/,"").split(`
`):[],od={type:"table",raw:Ja[0],header:[],align:[],rows:[]};if(ed.length===td.length){for(const sd of td)/^ *-+: *$/.test(sd)?od.align.push("right"):/^ *:-+: *$/.test(sd)?od.align.push("center"):/^ *:-+ *$/.test(sd)?od.align.push("left"):od.align.push(null);for(let sd=0;sd<ed.length;sd++)od.header.push({text:ed[sd],tokens:this.lexer.inline(ed[sd]),header:!0,align:od.align[sd]});for(const sd of rd)od.rows.push(splitCells(sd,od.header.length).map((ld,cd)=>({text:ld,tokens:this.lexer.inline(ld),header:!1,align:od.align[cd]})));return od}}lheading(qa){const Ja=this.rules.block.lheading.exec(qa);if(Ja)return{type:"heading",raw:Ja[0],depth:Ja[2].charAt(0)==="="?1:2,text:Ja[1],tokens:this.lexer.inline(Ja[1])}}paragraph(qa){const Ja=this.rules.block.paragraph.exec(qa);if(Ja){const ed=Ja[1].charAt(Ja[1].length-1)===`
`?Ja[1].slice(0,-1):Ja[1];return{type:"paragraph",raw:Ja[0],text:ed,tokens:this.lexer.inline(ed)}}}text(qa){const Ja=this.rules.block.text.exec(qa);if(Ja)return{type:"text",raw:Ja[0],text:Ja[0],tokens:this.lexer.inline(Ja[0])}}escape(qa){const Ja=this.rules.inline.escape.exec(qa);if(Ja)return{type:"escape",raw:Ja[0],text:escape$1$1(Ja[1])}}tag(qa){const Ja=this.rules.inline.tag.exec(qa);if(Ja)return!this.lexer.state.inLink&&/^<a /i.test(Ja[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(Ja[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(Ja[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(Ja[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:Ja[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:Ja[0]}}link(qa){const Ja=this.rules.inline.link.exec(qa);if(Ja){const ed=Ja[2].trim();if(!this.options.pedantic&&/^</.test(ed)){if(!/>$/.test(ed))return;const od=rtrim(ed.slice(0,-1),"\\");if((ed.length-od.length)%2===0)return}else{const od=findClosingBracket(Ja[2],"()");if(od>-1){const ld=(Ja[0].indexOf("!")===0?5:4)+Ja[1].length+od;Ja[2]=Ja[2].substring(0,od),Ja[0]=Ja[0].substring(0,ld).trim(),Ja[3]=""}}let td=Ja[2],rd="";if(this.options.pedantic){const od=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(td);od&&(td=od[1],rd=od[3])}else rd=Ja[3]?Ja[3].slice(1,-1):"";return td=td.trim(),/^</.test(td)&&(this.options.pedantic&&!/>$/.test(ed)?td=td.slice(1):td=td.slice(1,-1)),outputLink(Ja,{href:td&&td.replace(this.rules.inline.anyPunctuation,"$1"),title:rd&&rd.replace(this.rules.inline.anyPunctuation,"$1")},Ja[0],this.lexer)}}reflink(qa,Ja){let ed;if((ed=this.rules.inline.reflink.exec(qa))||(ed=this.rules.inline.nolink.exec(qa))){const td=(ed[2]||ed[1]).replace(/\s+/g," "),rd=Ja[td.toLowerCase()];if(!rd){const od=ed[0].charAt(0);return{type:"text",raw:od,text:od}}return outputLink(ed,rd,ed[0],this.lexer)}}emStrong(qa,Ja,ed=""){let td=this.rules.inline.emStrongLDelim.exec(qa);if(!td||td[3]&&ed.match(/[\p{L}\p{N}]/u))return;if(!(td[1]||td[2]||"")||!ed||this.rules.inline.punctuation.exec(ed)){const od=[...td[0]].length-1;let sd,ld,cd=od,ud=0;const gd=td[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(gd.lastIndex=0,Ja=Ja.slice(-1*qa.length+od);(td=gd.exec(Ja))!=null;){if(sd=td[1]||td[2]||td[3]||td[4]||td[5]||td[6],!sd)continue;if(ld=[...sd].length,td[3]||td[4]){cd+=ld;continue}else if((td[5]||td[6])&&od%3&&!((od+ld)%3)){ud+=ld;continue}if(cd-=ld,cd>0)continue;ld=Math.min(ld,ld+cd+ud);const _d=[...td[0]][0].length,yd=qa.slice(0,od+td.index+_d+ld);if(Math.min(od,ld)%2){const Td=yd.slice(1,-1);return{type:"em",raw:yd,text:Td,tokens:this.lexer.inlineTokens(Td)}}const Ed=yd.slice(2,-2);return{type:"strong",raw:yd,text:Ed,tokens:this.lexer.inlineTokens(Ed)}}}}codespan(qa){const Ja=this.rules.inline.code.exec(qa);if(Ja){let ed=Ja[2].replace(/\n/g," ");const td=/[^ ]/.test(ed),rd=/^ /.test(ed)&&/ $/.test(ed);return td&&rd&&(ed=ed.substring(1,ed.length-1)),ed=escape$1$1(ed,!0),{type:"codespan",raw:Ja[0],text:ed}}}br(qa){const Ja=this.rules.inline.br.exec(qa);if(Ja)return{type:"br",raw:Ja[0]}}del(qa){const Ja=this.rules.inline.del.exec(qa);if(Ja)return{type:"del",raw:Ja[0],text:Ja[2],tokens:this.lexer.inlineTokens(Ja[2])}}autolink(qa){const Ja=this.rules.inline.autolink.exec(qa);if(Ja){let ed,td;return Ja[2]==="@"?(ed=escape$1$1(Ja[1]),td="mailto:"+ed):(ed=escape$1$1(Ja[1]),td=ed),{type:"link",raw:Ja[0],text:ed,href:td,tokens:[{type:"text",raw:ed,text:ed}]}}}url(qa){var ed;let Ja;if(Ja=this.rules.inline.url.exec(qa)){let td,rd;if(Ja[2]==="@")td=escape$1$1(Ja[0]),rd="mailto:"+td;else{let od;do od=Ja[0],Ja[0]=((ed=this.rules.inline._backpedal.exec(Ja[0]))==null?void 0:ed[0])??"";while(od!==Ja[0]);td=escape$1$1(Ja[0]),Ja[1]==="www."?rd="http://"+Ja[0]:rd=Ja[0]}return{type:"link",raw:Ja[0],text:td,href:rd,tokens:[{type:"text",raw:td,text:td}]}}}inlineText(qa){const Ja=this.rules.inline.text.exec(qa);if(Ja){let ed;return this.lexer.state.inRawBlock?ed=Ja[0]:ed=escape$1$1(Ja[0]),{type:"text",raw:Ja[0],text:ed}}}}const newline=/^(?: *(?:\n|$))+/,blockCode=/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr$2=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,bullet$2=/(?:[*+-]|\d{1,9}[.)])/,lheading=edit(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,bullet$2).replace(/blockCode/g,/ {4}/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),_paragraph=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,blockText=/^[^\n]+/,_blockLabel=/(?!\s*\])(?:\\.|[^\[\]\\])+/,def=edit(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",_blockLabel).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),list=edit(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,bullet$2).getRegex(),_tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",_comment=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,html$1=edit("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",_comment).replace("tag",_tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),paragraph=edit(_paragraph).replace("hr",hr$2).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_tag).getRegex(),blockquote=edit(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",paragraph).getRegex(),blockNormal={blockquote,code:blockCode,def,fences,heading,hr:hr$2,html:html$1,lheading,list,newline,paragraph,table:noopTest,text:blockText},gfmTable=edit("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",hr$2).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_tag).getRegex(),blockGfm={...blockNormal,table:gfmTable,paragraph:edit(_paragraph).replace("hr",hr$2).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",gfmTable).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",_tag).getRegex()},blockPedantic={...blockNormal,html:edit(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",_comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:noopTest,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:edit(_paragraph).replace("hr",hr$2).replace("heading",` *#{1,6} *[^
]`).replace("lheading",lheading).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},escape$2=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,inlineCode=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br$3=/^( {2,}|\\)\n(?!\s*$)/,inlineText=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,_punctuation="\\p{P}\\p{S}",punctuation=edit(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,_punctuation).getRegex(),blockSkip=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,emStrongLDelim=edit(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,_punctuation).getRegex(),emStrongRDelimAst=edit("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,_punctuation).getRegex(),emStrongRDelimUnd=edit("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,_punctuation).getRegex(),anyPunctuation=edit(/\\([punct])/,"gu").replace(/punct/g,_punctuation).getRegex(),autolink=edit(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),_inlineComment=edit(_comment).replace("(?:-->|$)","-->").getRegex(),tag=edit("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",_inlineComment).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),_inlineLabel=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,link=edit(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",_inlineLabel).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),reflink=edit(/^!?\[(label)\]\[(ref)\]/).replace("label",_inlineLabel).replace("ref",_blockLabel).getRegex(),nolink=edit(/^!?\[(ref)\](?:\[\])?/).replace("ref",_blockLabel).getRegex(),reflinkSearch=edit("reflink|nolink(?!\\()","g").replace("reflink",reflink).replace("nolink",nolink).getRegex(),inlineNormal={_backpedal:noopTest,anyPunctuation,autolink,blockSkip,br:br$3,code:inlineCode,del:noopTest,emStrongLDelim,emStrongRDelimAst,emStrongRDelimUnd,escape:escape$2,link,nolink,punctuation,reflink,reflinkSearch,tag,text:inlineText,url:noopTest},inlinePedantic={...inlineNormal,link:edit(/^!?\[(label)\]\((.*?)\)/).replace("label",_inlineLabel).getRegex(),reflink:edit(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",_inlineLabel).getRegex()},inlineGfm={...inlineNormal,escape:edit(escape$2).replace("])","~|])").getRegex(),url:edit(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},inlineBreaks={...inlineGfm,br:edit(br$3).replace("{2,}","*").getRegex(),text:edit(inlineGfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},block$2={normal:blockNormal,gfm:blockGfm,pedantic:blockPedantic},inline$1={normal:inlineNormal,gfm:inlineGfm,breaks:inlineBreaks,pedantic:inlinePedantic};class _Lexer{constructor(qa){t1(this,"tokens");t1(this,"options");t1(this,"state");t1(this,"tokenizer");t1(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=qa||_defaults,this.options.tokenizer=this.options.tokenizer||new _Tokenizer,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const Ja={block:block$2.normal,inline:inline$1.normal};this.options.pedantic?(Ja.block=block$2.pedantic,Ja.inline=inline$1.pedantic):this.options.gfm&&(Ja.block=block$2.gfm,this.options.breaks?Ja.inline=inline$1.breaks:Ja.inline=inline$1.gfm),this.tokenizer.rules=Ja}static get rules(){return{block:block$2,inline:inline$1}}static lex(qa,Ja){return new _Lexer(Ja).lex(qa)}static lexInline(qa,Ja){return new _Lexer(Ja).inlineTokens(qa)}lex(qa){qa=qa.replace(/\r\n|\r/g,`
`),this.blockTokens(qa,this.tokens);for(let Ja=0;Ja<this.inlineQueue.length;Ja++){const ed=this.inlineQueue[Ja];this.inlineTokens(ed.src,ed.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(qa,Ja=[],ed=!1){this.options.pedantic?qa=qa.replace(/\t/g," ").replace(/^ +$/gm,""):qa=qa.replace(/^( *)(\t+)/gm,(sd,ld,cd)=>ld+" ".repeat(cd.length));let td,rd,od;for(;qa;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(sd=>(td=sd.call({lexer:this},qa,Ja))?(qa=qa.substring(td.raw.length),Ja.push(td),!0):!1))){if(td=this.tokenizer.space(qa)){qa=qa.substring(td.raw.length),td.raw.length===1&&Ja.length>0?Ja[Ja.length-1].raw+=`
`:Ja.push(td);continue}if(td=this.tokenizer.code(qa)){qa=qa.substring(td.raw.length),rd=Ja[Ja.length-1],rd&&(rd.type==="paragraph"||rd.type==="text")?(rd.raw+=`
`+td.raw,rd.text+=`
`+td.text,this.inlineQueue[this.inlineQueue.length-1].src=rd.text):Ja.push(td);continue}if(td=this.tokenizer.fences(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.heading(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.hr(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.blockquote(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.list(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.html(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.def(qa)){qa=qa.substring(td.raw.length),rd=Ja[Ja.length-1],rd&&(rd.type==="paragraph"||rd.type==="text")?(rd.raw+=`
`+td.raw,rd.text+=`
`+td.raw,this.inlineQueue[this.inlineQueue.length-1].src=rd.text):this.tokens.links[td.tag]||(this.tokens.links[td.tag]={href:td.href,title:td.title});continue}if(td=this.tokenizer.table(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(td=this.tokenizer.lheading(qa)){qa=qa.substring(td.raw.length),Ja.push(td);continue}if(od=qa,this.options.extensions&&this.options.extensions.startBlock){let sd=1/0;const ld=qa.slice(1);let cd;this.options.extensions.startBlock.forEach(ud=>{cd=ud.call({lexer:this},ld),typeof cd=="number"&&cd>=0&&(sd=Math.min(sd,cd))}),sd<1/0&&sd>=0&&(od=qa.substring(0,sd+1))}if(this.state.top&&(td=this.tokenizer.paragraph(od))){rd=Ja[Ja.length-1],ed&&(rd==null?void 0:rd.type)==="paragraph"?(rd.raw+=`
`+td.raw,rd.text+=`
`+td.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=rd.text):Ja.push(td),ed=od.length!==qa.length,qa=qa.substring(td.raw.length);continue}if(td=this.tokenizer.text(qa)){qa=qa.substring(td.raw.length),rd=Ja[Ja.length-1],rd&&rd.type==="text"?(rd.raw+=`
`+td.raw,rd.text+=`
`+td.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=rd.text):Ja.push(td);continue}if(qa){const sd="Infinite loop on byte: "+qa.charCodeAt(0);if(this.options.silent){console.error(sd);break}else throw new Error(sd)}}return this.state.top=!0,Ja}inline(qa,Ja=[]){return this.inlineQueue.push({src:qa,tokens:Ja}),Ja}inlineTokens(qa,Ja=[]){let ed,td,rd,od=qa,sd,ld,cd;if(this.tokens.links){const ud=Object.keys(this.tokens.links);if(ud.length>0)for(;(sd=this.tokenizer.rules.inline.reflinkSearch.exec(od))!=null;)ud.includes(sd[0].slice(sd[0].lastIndexOf("[")+1,-1))&&(od=od.slice(0,sd.index)+"["+"a".repeat(sd[0].length-2)+"]"+od.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(sd=this.tokenizer.rules.inline.blockSkip.exec(od))!=null;)od=od.slice(0,sd.index)+"["+"a".repeat(sd[0].length-2)+"]"+od.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(sd=this.tokenizer.rules.inline.anyPunctuation.exec(od))!=null;)od=od.slice(0,sd.index)+"++"+od.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;qa;)if(ld||(cd=""),ld=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(ud=>(ed=ud.call({lexer:this},qa,Ja))?(qa=qa.substring(ed.raw.length),Ja.push(ed),!0):!1))){if(ed=this.tokenizer.escape(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.tag(qa)){qa=qa.substring(ed.raw.length),td=Ja[Ja.length-1],td&&ed.type==="text"&&td.type==="text"?(td.raw+=ed.raw,td.text+=ed.text):Ja.push(ed);continue}if(ed=this.tokenizer.link(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.reflink(qa,this.tokens.links)){qa=qa.substring(ed.raw.length),td=Ja[Ja.length-1],td&&ed.type==="text"&&td.type==="text"?(td.raw+=ed.raw,td.text+=ed.text):Ja.push(ed);continue}if(ed=this.tokenizer.emStrong(qa,od,cd)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.codespan(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.br(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.del(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(ed=this.tokenizer.autolink(qa)){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(!this.state.inLink&&(ed=this.tokenizer.url(qa))){qa=qa.substring(ed.raw.length),Ja.push(ed);continue}if(rd=qa,this.options.extensions&&this.options.extensions.startInline){let ud=1/0;const gd=qa.slice(1);let _d;this.options.extensions.startInline.forEach(yd=>{_d=yd.call({lexer:this},gd),typeof _d=="number"&&_d>=0&&(ud=Math.min(ud,_d))}),ud<1/0&&ud>=0&&(rd=qa.substring(0,ud+1))}if(ed=this.tokenizer.inlineText(rd)){qa=qa.substring(ed.raw.length),ed.raw.slice(-1)!=="_"&&(cd=ed.raw.slice(-1)),ld=!0,td=Ja[Ja.length-1],td&&td.type==="text"?(td.raw+=ed.raw,td.text+=ed.text):Ja.push(ed);continue}if(qa){const ud="Infinite loop on byte: "+qa.charCodeAt(0);if(this.options.silent){console.error(ud);break}else throw new Error(ud)}}return Ja}}class _Renderer{constructor(qa){t1(this,"options");t1(this,"parser");this.options=qa||_defaults}space(qa){return""}code({text:qa,lang:Ja,escaped:ed}){var od;const td=(od=(Ja||"").match(/^\S*/))==null?void 0:od[0],rd=qa.replace(/\n$/,"")+`
`;return td?'<pre><code class="language-'+escape$1$1(td)+'">'+(ed?rd:escape$1$1(rd,!0))+`</code></pre>
`:"<pre><code>"+(ed?rd:escape$1$1(rd,!0))+`</code></pre>
`}blockquote({tokens:qa}){return`<blockquote>
${this.parser.parse(qa)}</blockquote>
`}html({text:qa}){return qa}heading({tokens:qa,depth:Ja}){return`<h${Ja}>${this.parser.parseInline(qa)}</h${Ja}>
`}hr(qa){return`<hr>
`}list(qa){const Ja=qa.ordered,ed=qa.start;let td="";for(let sd=0;sd<qa.items.length;sd++){const ld=qa.items[sd];td+=this.listitem(ld)}const rd=Ja?"ol":"ul",od=Ja&&ed!==1?' start="'+ed+'"':"";return"<"+rd+od+`>
`+td+"</"+rd+`>
`}listitem(qa){let Ja="";if(qa.task){const ed=this.checkbox({checked:!!qa.checked});qa.loose?qa.tokens.length>0&&qa.tokens[0].type==="paragraph"?(qa.tokens[0].text=ed+" "+qa.tokens[0].text,qa.tokens[0].tokens&&qa.tokens[0].tokens.length>0&&qa.tokens[0].tokens[0].type==="text"&&(qa.tokens[0].tokens[0].text=ed+" "+qa.tokens[0].tokens[0].text)):qa.tokens.unshift({type:"text",raw:ed+" ",text:ed+" "}):Ja+=ed+" "}return Ja+=this.parser.parse(qa.tokens,!!qa.loose),`<li>${Ja}</li>
`}checkbox({checked:qa}){return"<input "+(qa?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:qa}){return`<p>${this.parser.parseInline(qa)}</p>
`}table(qa){let Ja="",ed="";for(let rd=0;rd<qa.header.length;rd++)ed+=this.tablecell(qa.header[rd]);Ja+=this.tablerow({text:ed});let td="";for(let rd=0;rd<qa.rows.length;rd++){const od=qa.rows[rd];ed="";for(let sd=0;sd<od.length;sd++)ed+=this.tablecell(od[sd]);td+=this.tablerow({text:ed})}return td&&(td=`<tbody>${td}</tbody>`),`<table>
<thead>
`+Ja+`</thead>
`+td+`</table>
`}tablerow({text:qa}){return`<tr>
${qa}</tr>
`}tablecell(qa){const Ja=this.parser.parseInline(qa.tokens),ed=qa.header?"th":"td";return(qa.align?`<${ed} align="${qa.align}">`:`<${ed}>`)+Ja+`</${ed}>
`}strong({tokens:qa}){return`<strong>${this.parser.parseInline(qa)}</strong>`}em({tokens:qa}){return`<em>${this.parser.parseInline(qa)}</em>`}codespan({text:qa}){return`<code>${qa}</code>`}br(qa){return"<br>"}del({tokens:qa}){return`<del>${this.parser.parseInline(qa)}</del>`}link({href:qa,title:Ja,tokens:ed}){const td=this.parser.parseInline(ed),rd=cleanUrl(qa);if(rd===null)return td;qa=rd;let od='<a href="'+qa+'"';return Ja&&(od+=' title="'+Ja+'"'),od+=">"+td+"</a>",od}image({href:qa,title:Ja,text:ed}){const td=cleanUrl(qa);if(td===null)return ed;qa=td;let rd=`<img src="${qa}" alt="${ed}"`;return Ja&&(rd+=` title="${Ja}"`),rd+=">",rd}text(qa){return"tokens"in qa&&qa.tokens?this.parser.parseInline(qa.tokens):qa.text}}class _TextRenderer{strong({text:qa}){return qa}em({text:qa}){return qa}codespan({text:qa}){return qa}del({text:qa}){return qa}html({text:qa}){return qa}text({text:qa}){return qa}link({text:qa}){return""+qa}image({text:qa}){return""+qa}br(){return""}}class _Parser{constructor(qa){t1(this,"options");t1(this,"renderer");t1(this,"textRenderer");this.options=qa||_defaults,this.options.renderer=this.options.renderer||new _Renderer,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new _TextRenderer}static parse(qa,Ja){return new _Parser(Ja).parse(qa)}static parseInline(qa,Ja){return new _Parser(Ja).parseInline(qa)}parse(qa,Ja=!0){let ed="";for(let td=0;td<qa.length;td++){const rd=qa[td];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[rd.type]){const sd=rd,ld=this.options.extensions.renderers[sd.type].call({parser:this},sd);if(ld!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(sd.type)){ed+=ld||"";continue}}const od=rd;switch(od.type){case"space":{ed+=this.renderer.space(od);continue}case"hr":{ed+=this.renderer.hr(od);continue}case"heading":{ed+=this.renderer.heading(od);continue}case"code":{ed+=this.renderer.code(od);continue}case"table":{ed+=this.renderer.table(od);continue}case"blockquote":{ed+=this.renderer.blockquote(od);continue}case"list":{ed+=this.renderer.list(od);continue}case"html":{ed+=this.renderer.html(od);continue}case"paragraph":{ed+=this.renderer.paragraph(od);continue}case"text":{let sd=od,ld=this.renderer.text(sd);for(;td+1<qa.length&&qa[td+1].type==="text";)sd=qa[++td],ld+=`
`+this.renderer.text(sd);Ja?ed+=this.renderer.paragraph({type:"paragraph",raw:ld,text:ld,tokens:[{type:"text",raw:ld,text:ld}]}):ed+=ld;continue}default:{const sd='Token with "'+od.type+'" type was not found.';if(this.options.silent)return console.error(sd),"";throw new Error(sd)}}}return ed}parseInline(qa,Ja){Ja=Ja||this.renderer;let ed="";for(let td=0;td<qa.length;td++){const rd=qa[td];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[rd.type]){const sd=this.options.extensions.renderers[rd.type].call({parser:this},rd);if(sd!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(rd.type)){ed+=sd||"";continue}}const od=rd;switch(od.type){case"escape":{ed+=Ja.text(od);break}case"html":{ed+=Ja.html(od);break}case"link":{ed+=Ja.link(od);break}case"image":{ed+=Ja.image(od);break}case"strong":{ed+=Ja.strong(od);break}case"em":{ed+=Ja.em(od);break}case"codespan":{ed+=Ja.codespan(od);break}case"br":{ed+=Ja.br(od);break}case"del":{ed+=Ja.del(od);break}case"text":{ed+=Ja.text(od);break}default:{const sd='Token with "'+od.type+'" type was not found.';if(this.options.silent)return console.error(sd),"";throw new Error(sd)}}}return ed}}class _Hooks{constructor(qa){t1(this,"options");this.options=qa||_defaults}preprocess(qa){return qa}postprocess(qa){return qa}processAllTokens(qa){return qa}}t1(_Hooks,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));var gv,eT,vS,tT;class Marked{constructor(...qa){JS(this,gv);t1(this,"defaults",_getDefaults());t1(this,"options",this.setOptions);t1(this,"parse",_E(this,gv,vS).call(this,_Lexer.lex,_Parser.parse));t1(this,"parseInline",_E(this,gv,vS).call(this,_Lexer.lexInline,_Parser.parseInline));t1(this,"Parser",_Parser);t1(this,"Renderer",_Renderer);t1(this,"TextRenderer",_TextRenderer);t1(this,"Lexer",_Lexer);t1(this,"Tokenizer",_Tokenizer);t1(this,"Hooks",_Hooks);this.use(...qa)}walkTokens(qa,Ja){var td,rd;let ed=[];for(const od of qa)switch(ed=ed.concat(Ja.call(this,od)),od.type){case"table":{const sd=od;for(const ld of sd.header)ed=ed.concat(this.walkTokens(ld.tokens,Ja));for(const ld of sd.rows)for(const cd of ld)ed=ed.concat(this.walkTokens(cd.tokens,Ja));break}case"list":{const sd=od;ed=ed.concat(this.walkTokens(sd.items,Ja));break}default:{const sd=od;(rd=(td=this.defaults.extensions)==null?void 0:td.childTokens)!=null&&rd[sd.type]?this.defaults.extensions.childTokens[sd.type].forEach(ld=>{const cd=sd[ld].flat(1/0);ed=ed.concat(this.walkTokens(cd,Ja))}):sd.tokens&&(ed=ed.concat(this.walkTokens(sd.tokens,Ja)))}}return ed}use(...qa){const Ja=this.defaults.extensions||{renderers:{},childTokens:{}};return qa.forEach(ed=>{const td={...ed};if(td.async=this.defaults.async||td.async||!1,ed.extensions&&(ed.extensions.forEach(rd=>{if(!rd.name)throw new Error("extension name required");if("renderer"in rd){const od=Ja.renderers[rd.name];od?Ja.renderers[rd.name]=function(...sd){let ld=rd.renderer.apply(this,sd);return ld===!1&&(ld=od.apply(this,sd)),ld}:Ja.renderers[rd.name]=rd.renderer}if("tokenizer"in rd){if(!rd.level||rd.level!=="block"&&rd.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");const od=Ja[rd.level];od?od.unshift(rd.tokenizer):Ja[rd.level]=[rd.tokenizer],rd.start&&(rd.level==="block"?Ja.startBlock?Ja.startBlock.push(rd.start):Ja.startBlock=[rd.start]:rd.level==="inline"&&(Ja.startInline?Ja.startInline.push(rd.start):Ja.startInline=[rd.start]))}"childTokens"in rd&&rd.childTokens&&(Ja.childTokens[rd.name]=rd.childTokens)}),td.extensions=Ja),ed.renderer){const rd=this.defaults.renderer||new _Renderer(this.defaults);for(const od in ed.renderer){if(!(od in rd))throw new Error(`renderer '${od}' does not exist`);if(["options","parser"].includes(od))continue;const sd=od;let ld=ed.renderer[sd];ed.useNewRenderer||(ld=_E(this,gv,eT).call(this,ld,sd,rd));const cd=rd[sd];rd[sd]=(...ud)=>{let gd=ld.apply(rd,ud);return gd===!1&&(gd=cd.apply(rd,ud)),gd||""}}td.renderer=rd}if(ed.tokenizer){const rd=this.defaults.tokenizer||new _Tokenizer(this.defaults);for(const od in ed.tokenizer){if(!(od in rd))throw new Error(`tokenizer '${od}' does not exist`);if(["options","rules","lexer"].includes(od))continue;const sd=od,ld=ed.tokenizer[sd],cd=rd[sd];rd[sd]=(...ud)=>{let gd=ld.apply(rd,ud);return gd===!1&&(gd=cd.apply(rd,ud)),gd}}td.tokenizer=rd}if(ed.hooks){const rd=this.defaults.hooks||new _Hooks;for(const od in ed.hooks){if(!(od in rd))throw new Error(`hook '${od}' does not exist`);if(od==="options")continue;const sd=od,ld=ed.hooks[sd],cd=rd[sd];_Hooks.passThroughHooks.has(od)?rd[sd]=ud=>{if(this.defaults.async)return Promise.resolve(ld.call(rd,ud)).then(_d=>cd.call(rd,_d));const gd=ld.call(rd,ud);return cd.call(rd,gd)}:rd[sd]=(...ud)=>{let gd=ld.apply(rd,ud);return gd===!1&&(gd=cd.apply(rd,ud)),gd}}td.hooks=rd}if(ed.walkTokens){const rd=this.defaults.walkTokens,od=ed.walkTokens;td.walkTokens=function(sd){let ld=[];return ld.push(od.call(this,sd)),rd&&(ld=ld.concat(rd.call(this,sd))),ld}}this.defaults={...this.defaults,...td}}),this}setOptions(qa){return this.defaults={...this.defaults,...qa},this}lexer(qa,Ja){return _Lexer.lex(qa,Ja??this.defaults)}parser(qa,Ja){return _Parser.parse(qa,Ja??this.defaults)}}gv=new WeakSet,eT=function(qa,Ja,ed){switch(Ja){case"heading":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,ed.parser.parseInline(td.tokens),td.depth,unescape$2(ed.parser.parseInline(td.tokens,ed.parser.textRenderer)))};case"code":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,td.text,td.lang,!!td.escaped)};case"table":return function(td){if(!td.type||td.type!==Ja)return qa.apply(this,arguments);let rd="",od="";for(let ld=0;ld<td.header.length;ld++)od+=this.tablecell({text:td.header[ld].text,tokens:td.header[ld].tokens,header:!0,align:td.align[ld]});rd+=this.tablerow({text:od});let sd="";for(let ld=0;ld<td.rows.length;ld++){const cd=td.rows[ld];od="";for(let ud=0;ud<cd.length;ud++)od+=this.tablecell({text:cd[ud].text,tokens:cd[ud].tokens,header:!1,align:td.align[ud]});sd+=this.tablerow({text:od})}return qa.call(this,rd,sd)};case"blockquote":return function(td){if(!td.type||td.type!==Ja)return qa.apply(this,arguments);const rd=this.parser.parse(td.tokens);return qa.call(this,rd)};case"list":return function(td){if(!td.type||td.type!==Ja)return qa.apply(this,arguments);const rd=td.ordered,od=td.start,sd=td.loose;let ld="";for(let cd=0;cd<td.items.length;cd++){const ud=td.items[cd],gd=ud.checked,_d=ud.task;let yd="";if(ud.task){const Ed=this.checkbox({checked:!!gd});sd?ud.tokens.length>0&&ud.tokens[0].type==="paragraph"?(ud.tokens[0].text=Ed+" "+ud.tokens[0].text,ud.tokens[0].tokens&&ud.tokens[0].tokens.length>0&&ud.tokens[0].tokens[0].type==="text"&&(ud.tokens[0].tokens[0].text=Ed+" "+ud.tokens[0].tokens[0].text)):ud.tokens.unshift({type:"text",text:Ed+" "}):yd+=Ed+" "}yd+=this.parser.parse(ud.tokens,sd),ld+=this.listitem({type:"list_item",raw:yd,text:yd,task:_d,checked:!!gd,loose:sd,tokens:ud.tokens})}return qa.call(this,ld,rd,od)};case"html":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,td.text,td.block)};case"paragraph":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,this.parser.parseInline(td.tokens))};case"escape":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,td.text)};case"link":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,td.href,td.title,this.parser.parseInline(td.tokens))};case"image":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,td.href,td.title,td.text)};case"strong":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,this.parser.parseInline(td.tokens))};case"em":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,this.parser.parseInline(td.tokens))};case"codespan":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,td.text)};case"del":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,this.parser.parseInline(td.tokens))};case"text":return function(td){return!td.type||td.type!==Ja?qa.apply(this,arguments):qa.call(this,td.text)}}return qa},vS=function(qa,Ja){return(ed,td)=>{const rd={...td},od={...this.defaults,...rd};this.defaults.async===!0&&rd.async===!1&&(od.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),od.async=!0);const sd=_E(this,gv,tT).call(this,!!od.silent,!!od.async);if(typeof ed>"u"||ed===null)return sd(new Error("marked(): input parameter is undefined or null"));if(typeof ed!="string")return sd(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(ed)+", string expected"));if(od.hooks&&(od.hooks.options=od),od.async)return Promise.resolve(od.hooks?od.hooks.preprocess(ed):ed).then(ld=>qa(ld,od)).then(ld=>od.hooks?od.hooks.processAllTokens(ld):ld).then(ld=>od.walkTokens?Promise.all(this.walkTokens(ld,od.walkTokens)).then(()=>ld):ld).then(ld=>Ja(ld,od)).then(ld=>od.hooks?od.hooks.postprocess(ld):ld).catch(sd);try{od.hooks&&(ed=od.hooks.preprocess(ed));let ld=qa(ed,od);od.hooks&&(ld=od.hooks.processAllTokens(ld)),od.walkTokens&&this.walkTokens(ld,od.walkTokens);let cd=Ja(ld,od);return od.hooks&&(cd=od.hooks.postprocess(cd)),cd}catch(ld){return sd(ld)}}},tT=function(qa,Ja){return ed=>{if(ed.message+=`
Please report this to https://github.com/markedjs/marked.`,qa){const td="<p>An error occurred:</p><pre>"+escape$1$1(ed.message+"",!0)+"</pre>";return Ja?Promise.resolve(td):td}if(Ja)return Promise.reject(ed);throw ed}};const markedInstance=new Marked;function marked(Ra,qa){return markedInstance.parse(Ra,qa)}marked.options=marked.setOptions=function(Ra){return markedInstance.setOptions(Ra),marked.defaults=markedInstance.defaults,changeDefaults(marked.defaults),marked};marked.getDefaults=_getDefaults;marked.defaults=_defaults;marked.use=function(...Ra){return markedInstance.use(...Ra),marked.defaults=markedInstance.defaults,changeDefaults(marked.defaults),marked};marked.walkTokens=function(Ra,qa){return markedInstance.walkTokens(Ra,qa)};marked.parseInline=markedInstance.parseInline;marked.Parser=_Parser;marked.parser=_Parser.parse;marked.Renderer=_Renderer;marked.TextRenderer=_TextRenderer;marked.Lexer=_Lexer;marked.lexer=_Lexer.lex;marked.Tokenizer=_Tokenizer;marked.Hooks=_Hooks;marked.parse=marked;marked.options;marked.setOptions;marked.use;marked.walkTokens;marked.parseInline;_Parser.parse;_Lexer.lex;function dedent(Ra){for(var qa=[],Ja=1;Ja<arguments.length;Ja++)qa[Ja-1]=arguments[Ja];var ed=Array.from(typeof Ra=="string"?[Ra]:Ra);ed[ed.length-1]=ed[ed.length-1].replace(/\r?\n([\t ]*)$/,"");var td=ed.reduce(function(sd,ld){var cd=ld.match(/\n([\t ]+|(?!\s).)/g);return cd?sd.concat(cd.map(function(ud){var gd,_d;return(_d=(gd=ud.match(/[\t ]/g))===null||gd===void 0?void 0:gd.length)!==null&&_d!==void 0?_d:0})):sd},[]);if(td.length){var rd=new RegExp(`
[ ]{`+Math.min.apply(Math,td)+"}","g");ed=ed.map(function(sd){return sd.replace(rd,`
`)})}ed[0]=ed[0].replace(/^\r?\n/,"");var od=ed[0];return qa.forEach(function(sd,ld){var cd=od.match(/(?:^|\n)( *)$/),ud=cd?cd[1]:"",gd=sd;typeof sd=="string"&&sd.includes(`
`)&&(gd=String(sd).split(`
`).map(function(_d,yd){return yd===0?_d:""+ud+_d}).join(`
`)),od+=gd+ed[ld+1]}),od}function preprocessMarkdown(Ra,{markdownAutoWrap:qa}){const ed=Ra.replace(/<br\/>/g,`
`).replace(/\n{2,}/g,`
`),td=dedent(ed);return qa===!1?td.replace(/ /g,"&nbsp;"):td}__name(preprocessMarkdown,"preprocessMarkdown");function markdownToLines(Ra,qa={}){const Ja=preprocessMarkdown(Ra,qa),ed=marked.lexer(Ja),td=[[]];let rd=0;function od(sd,ld="normal"){sd.type==="text"?sd.text.split(`
`).forEach((ud,gd)=>{gd!==0&&(rd++,td.push([])),ud.split(" ").forEach(_d=>{_d&&td[rd].push({content:_d,type:ld})})}):sd.type==="strong"||sd.type==="em"?sd.tokens.forEach(cd=>{od(cd,sd.type)}):sd.type==="html"&&td[rd].push({content:sd.text,type:"normal"})}return __name(od,"processNode"),ed.forEach(sd=>{var ld;sd.type==="paragraph"?(ld=sd.tokens)==null||ld.forEach(cd=>{od(cd)}):sd.type==="html"&&td[rd].push({content:sd.text,type:"normal"})}),td}__name(markdownToLines,"markdownToLines");function markdownToHTML(Ra,{markdownAutoWrap:qa}={}){const Ja=marked.lexer(Ra);function ed(td){var rd,od,sd;return td.type==="text"?qa===!1?td.text.replace(/\n */g,"<br/>").replace(/ /g,"&nbsp;"):td.text.replace(/\n */g,"<br/>"):td.type==="strong"?`<strong>${(rd=td.tokens)==null?void 0:rd.map(ed).join("")}</strong>`:td.type==="em"?`<em>${(od=td.tokens)==null?void 0:od.map(ed).join("")}</em>`:td.type==="paragraph"?`<p>${(sd=td.tokens)==null?void 0:sd.map(ed).join("")}</p>`:td.type==="space"?"":td.type==="html"?`${td.text}`:`Unsupported markdown: ${td.type}`}return __name(ed,"output"),Ja.map(ed).join("")}__name(markdownToHTML,"markdownToHTML");function splitTextToChars(Ra){return Intl.Segmenter?[...new Intl.Segmenter().segment(Ra)].map(qa=>qa.segment):[...Ra]}__name(splitTextToChars,"splitTextToChars");function splitWordToFitWidth(Ra,qa){const Ja=splitTextToChars(qa.content);return splitWordToFitWidthRecursion(Ra,[],Ja,qa.type)}__name(splitWordToFitWidth,"splitWordToFitWidth");function splitWordToFitWidthRecursion(Ra,qa,Ja,ed){if(Ja.length===0)return[{content:qa.join(""),type:ed},{content:"",type:ed}];const[td,...rd]=Ja,od=[...qa,td];return Ra([{content:od.join(""),type:ed}])?splitWordToFitWidthRecursion(Ra,od,rd,ed):(qa.length===0&&td&&(qa.push(td),Ja.shift()),[{content:qa.join(""),type:ed},{content:Ja.join(""),type:ed}])}__name(splitWordToFitWidthRecursion,"splitWordToFitWidthRecursion");function splitLineToFitWidth(Ra,qa){if(Ra.some(({content:Ja})=>Ja.includes(`
`)))throw new Error("splitLineToFitWidth does not support newlines in the line");return splitLineToFitWidthRecursion(Ra,qa)}__name(splitLineToFitWidth,"splitLineToFitWidth");function splitLineToFitWidthRecursion(Ra,qa,Ja=[],ed=[]){if(Ra.length===0)return ed.length>0&&Ja.push(ed),Ja.length>0?Ja:[];let td="";Ra[0].content===" "&&(td=" ",Ra.shift());const rd=Ra.shift()??{content:" ",type:"normal"},od=[...ed];if(td!==""&&od.push({content:td,type:"normal"}),od.push(rd),qa(od))return splitLineToFitWidthRecursion(Ra,qa,Ja,od);if(ed.length>0)Ja.push(ed),Ra.unshift(rd);else if(rd.content){const[sd,ld]=splitWordToFitWidth(qa,rd);Ja.push([sd]),ld.content&&Ra.unshift(ld)}return splitLineToFitWidthRecursion(Ra,qa,Ja)}__name(splitLineToFitWidthRecursion,"splitLineToFitWidthRecursion");function applyStyle$1(Ra,qa){qa&&Ra.attr("style",qa)}__name(applyStyle$1,"applyStyle");async function addHtmlSpan(Ra,qa,Ja,ed,td=!1){const rd=Ra.append("foreignObject"),od=rd.append("xhtml:div");let sd=qa.label;qa.label&&hasKatex(qa.label)&&(sd=await renderKatex(qa.label.replace(common_default.lineBreakRegex,`
`),getConfig2()));const ld=qa.isNode?"nodeLabel":"edgeLabel",cd=od.append("span");cd.html(sd),applyStyle$1(cd,qa.labelStyle),cd.attr("class",`${ld} ${ed}`),applyStyle$1(od,qa.labelStyle),od.style("display","table-cell"),od.style("white-space","nowrap"),od.style("line-height","1.5"),od.style("max-width",Ja+"px"),od.style("text-align","center"),od.attr("xmlns","http://www.w3.org/1999/xhtml"),td&&od.attr("class","labelBkg");let ud=od.node().getBoundingClientRect();return ud.width===Ja&&(od.style("display","table"),od.style("white-space","break-spaces"),od.style("width",Ja+"px"),ud=od.node().getBoundingClientRect()),rd.node()}__name(addHtmlSpan,"addHtmlSpan");function createTspan(Ra,qa,Ja){return Ra.append("tspan").attr("class","text-outer-tspan").attr("x",0).attr("y",qa*Ja-.1+"em").attr("dy",Ja+"em")}__name(createTspan,"createTspan");function computeWidthOfText(Ra,qa,Ja){const ed=Ra.append("text"),td=createTspan(ed,1,qa);updateTextContentAndStyles(td,Ja);const rd=td.node().getComputedTextLength();return ed.remove(),rd}__name(computeWidthOfText,"computeWidthOfText");function computeDimensionOfText(Ra,qa,Ja){var od;const ed=Ra.append("text"),td=createTspan(ed,1,qa);updateTextContentAndStyles(td,[{content:Ja,type:"normal"}]);const rd=(od=td.node())==null?void 0:od.getBoundingClientRect();return rd&&ed.remove(),rd}__name(computeDimensionOfText,"computeDimensionOfText");function createFormattedText(Ra,qa,Ja,ed=!1){const rd=qa.append("g"),od=rd.insert("rect").attr("class","background").attr("style","stroke: none"),sd=rd.append("text").attr("y","-10.1");let ld=0;for(const cd of Ja){const ud=__name(_d=>computeWidthOfText(rd,1.1,_d)<=Ra,"checkWidth"),gd=ud(cd)?[cd]:splitLineToFitWidth(cd,ud);for(const _d of gd){const yd=createTspan(sd,ld,1.1);updateTextContentAndStyles(yd,_d),ld++}}if(ed){const cd=sd.node().getBBox(),ud=2;return od.attr("x",-ud).attr("y",-ud).attr("width",cd.width+2*ud).attr("height",cd.height+2*ud),rd.node()}else return sd.node()}__name(createFormattedText,"createFormattedText");function updateTextContentAndStyles(Ra,qa){Ra.text(""),qa.forEach((Ja,ed)=>{const td=Ra.append("tspan").attr("font-style",Ja.type==="em"?"italic":"normal").attr("class","text-inner-tspan").attr("font-weight",Ja.type==="strong"?"bold":"normal");ed===0?td.text(Ja.content):td.text(" "+Ja.content)})}__name(updateTextContentAndStyles,"updateTextContentAndStyles");function replaceIconSubstring(Ra){return Ra.replace(/fa[bklrs]?:fa-[\w-]+/g,qa=>`<i class='${qa.replace(":"," ")}'></i>`)}__name(replaceIconSubstring,"replaceIconSubstring");var createText=__name(async(Ra,qa="",{style:Ja="",isTitle:ed=!1,classes:td="",useHtmlLabels:rd=!0,isNode:od=!0,width:sd=200,addSvgBackground:ld=!1}={},cd)=>{if(log$1.info("XYZ createText",qa,Ja,ed,td,rd,od,"addSvgBackground: ",ld),rd){const ud=markdownToHTML(qa,cd),gd=replaceIconSubstring(decodeEntities(ud)),_d=qa.replace(/\\\\/g,"\\"),yd={isNode:od,label:hasKatex(qa)?_d:gd,labelStyle:Ja.replace("fill:","color:")};return await addHtmlSpan(Ra,yd,sd,td,ld)}else{const ud=qa.replace(/<br\s*\/?>/g,"<br/>"),gd=markdownToLines(ud.replace("<br>","<br/>"),cd),_d=createFormattedText(sd,Ra,gd,qa?ld:!1);if(od){/stroke:/.exec(Ja)&&(Ja=Ja.replace("stroke:","lineColor:"));const yd=Ja.replace(/stroke:[^;]+;?/g,"").replace(/stroke-width:[^;]+;?/g,"").replace(/fill:[^;]+;?/g,"").replace(/color:/g,"fill:");d3select(_d).attr("style",yd)}else{const yd=Ja.replace(/stroke:[^;]+;?/g,"").replace(/stroke-width:[^;]+;?/g,"").replace(/fill:[^;]+;?/g,"").replace(/background:/g,"fill:");d3select(_d).select("rect").attr("style",yd.replace(/background:/g,"fill:"));const Ed=Ja.replace(/stroke:[^;]+;?/g,"").replace(/stroke-width:[^;]+;?/g,"").replace(/fill:[^;]+;?/g,"").replace(/color:/g,"fill:");d3select(_d).select("text").attr("style",Ed)}return _d}},"createText");function t(Ra,qa,Ja){if(Ra&&Ra.length){const[ed,td]=qa,rd=Math.PI/180*Ja,od=Math.cos(rd),sd=Math.sin(rd);for(const ld of Ra){const[cd,ud]=ld;ld[0]=(cd-ed)*od-(ud-td)*sd+ed,ld[1]=(cd-ed)*sd+(ud-td)*od+td}}}function e(Ra,qa){return Ra[0]===qa[0]&&Ra[1]===qa[1]}function s(Ra,qa,Ja,ed=1){const td=Ja,rd=Math.max(qa,.1),od=Ra[0]&&Ra[0][0]&&typeof Ra[0][0]=="number"?[Ra]:Ra,sd=[0,0];if(td)for(const cd of od)t(cd,sd,td);const ld=function(cd,ud,gd){const _d=[];for(const Nd of cd){const kd=[...Nd];e(kd[0],kd[kd.length-1])||kd.push([kd[0][0],kd[0][1]]),kd.length>2&&_d.push(kd)}const yd=[];ud=Math.max(ud,.1);const Ed=[];for(const Nd of _d)for(let kd=0;kd<Nd.length-1;kd++){const Id=Nd[kd],Rd=Nd[kd+1];if(Id[1]!==Rd[1]){const Md=Math.min(Id[1],Rd[1]);Ed.push({ymin:Md,ymax:Math.max(Id[1],Rd[1]),x:Md===Id[1]?Id[0]:Rd[0],islope:(Rd[0]-Id[0])/(Rd[1]-Id[1])})}}if(Ed.sort((Nd,kd)=>Nd.ymin<kd.ymin?-1:Nd.ymin>kd.ymin?1:Nd.x<kd.x?-1:Nd.x>kd.x?1:Nd.ymax===kd.ymax?0:(Nd.ymax-kd.ymax)/Math.abs(Nd.ymax-kd.ymax)),!Ed.length)return yd;let Td=[],Od=Ed[0].ymin,Ad=0;for(;Td.length||Ed.length;){if(Ed.length){let Nd=-1;for(let kd=0;kd<Ed.length&&!(Ed[kd].ymin>Od);kd++)Nd=kd;Ed.splice(0,Nd+1).forEach(kd=>{Td.push({s:Od,edge:kd})})}if(Td=Td.filter(Nd=>!(Nd.edge.ymax<=Od)),Td.sort((Nd,kd)=>Nd.edge.x===kd.edge.x?0:(Nd.edge.x-kd.edge.x)/Math.abs(Nd.edge.x-kd.edge.x)),(gd!==1||Ad%ud==0)&&Td.length>1)for(let Nd=0;Nd<Td.length;Nd+=2){const kd=Nd+1;if(kd>=Td.length)break;const Id=Td[Nd].edge,Rd=Td[kd].edge;yd.push([[Math.round(Id.x),Od],[Math.round(Rd.x),Od]])}Od+=gd,Td.forEach(Nd=>{Nd.edge.x=Nd.edge.x+gd*Nd.edge.islope}),Ad++}return yd}(od,rd,ed);if(td){for(const cd of od)t(cd,sd,-td);(function(cd,ud,gd){const _d=[];cd.forEach(yd=>_d.push(...yd)),t(_d,ud,gd)})(ld,sd,-td)}return ld}function n(Ra,qa){var Ja;const ed=qa.hachureAngle+90;let td=qa.hachureGap;td<0&&(td=4*qa.strokeWidth),td=Math.round(Math.max(td,.1));let rd=1;return qa.roughness>=1&&(((Ja=qa.randomizer)===null||Ja===void 0?void 0:Ja.next())||Math.random())>.7&&(rd=td),s(Ra,td,ed,rd||1)}class o{constructor(qa){this.helper=qa}fillPolygons(qa,Ja){return this._fillPolygons(qa,Ja)}_fillPolygons(qa,Ja){const ed=n(qa,Ja);return{type:"fillSketch",ops:this.renderLines(ed,Ja)}}renderLines(qa,Ja){const ed=[];for(const td of qa)ed.push(...this.helper.doubleLineOps(td[0][0],td[0][1],td[1][0],td[1][1],Ja));return ed}}function a(Ra){const qa=Ra[0],Ja=Ra[1];return Math.sqrt(Math.pow(qa[0]-Ja[0],2)+Math.pow(qa[1]-Ja[1],2))}class h extends o{fillPolygons(qa,Ja){let ed=Ja.hachureGap;ed<0&&(ed=4*Ja.strokeWidth),ed=Math.max(ed,.1);const td=n(qa,Object.assign({},Ja,{hachureGap:ed})),rd=Math.PI/180*Ja.hachureAngle,od=[],sd=.5*ed*Math.cos(rd),ld=.5*ed*Math.sin(rd);for(const[cd,ud]of td)a([cd,ud])&&od.push([[cd[0]-sd,cd[1]+ld],[...ud]],[[cd[0]+sd,cd[1]-ld],[...ud]]);return{type:"fillSketch",ops:this.renderLines(od,Ja)}}}let r$1=class extends o{fillPolygons(qa,Ja){const ed=this._fillPolygons(qa,Ja),td=Object.assign({},Ja,{hachureAngle:Ja.hachureAngle+90}),rd=this._fillPolygons(qa,td);return ed.ops=ed.ops.concat(rd.ops),ed}},i$3=class{constructor(qa){this.helper=qa}fillPolygons(qa,Ja){const ed=n(qa,Ja=Object.assign({},Ja,{hachureAngle:0}));return this.dotsOnLines(ed,Ja)}dotsOnLines(qa,Ja){const ed=[];let td=Ja.hachureGap;td<0&&(td=4*Ja.strokeWidth),td=Math.max(td,.1);let rd=Ja.fillWeight;rd<0&&(rd=Ja.strokeWidth/2);const od=td/4;for(const sd of qa){const ld=a(sd),cd=ld/td,ud=Math.ceil(cd)-1,gd=ld-ud*td,_d=(sd[0][0]+sd[1][0])/2-td/4,yd=Math.min(sd[0][1],sd[1][1]);for(let Ed=0;Ed<ud;Ed++){const Td=yd+gd+Ed*td,Od=_d-od+2*Math.random()*od,Ad=Td-od+2*Math.random()*od,Nd=this.helper.ellipse(Od,Ad,rd,rd,Ja);ed.push(...Nd.ops)}}return{type:"fillSketch",ops:ed}}};class c{constructor(qa){this.helper=qa}fillPolygons(qa,Ja){const ed=n(qa,Ja);return{type:"fillSketch",ops:this.dashedLine(ed,Ja)}}dashedLine(qa,Ja){const ed=Ja.dashOffset<0?Ja.hachureGap<0?4*Ja.strokeWidth:Ja.hachureGap:Ja.dashOffset,td=Ja.dashGap<0?Ja.hachureGap<0?4*Ja.strokeWidth:Ja.hachureGap:Ja.dashGap,rd=[];return qa.forEach(od=>{const sd=a(od),ld=Math.floor(sd/(ed+td)),cd=(sd+td-ld*(ed+td))/2;let ud=od[0],gd=od[1];ud[0]>gd[0]&&(ud=od[1],gd=od[0]);const _d=Math.atan((gd[1]-ud[1])/(gd[0]-ud[0]));for(let yd=0;yd<ld;yd++){const Ed=yd*(ed+td),Td=Ed+ed,Od=[ud[0]+Ed*Math.cos(_d)+cd*Math.cos(_d),ud[1]+Ed*Math.sin(_d)+cd*Math.sin(_d)],Ad=[ud[0]+Td*Math.cos(_d)+cd*Math.cos(_d),ud[1]+Td*Math.sin(_d)+cd*Math.sin(_d)];rd.push(...this.helper.doubleLineOps(Od[0],Od[1],Ad[0],Ad[1],Ja))}}),rd}}let l$1=class{constructor(qa){this.helper=qa}fillPolygons(qa,Ja){const ed=Ja.hachureGap<0?4*Ja.strokeWidth:Ja.hachureGap,td=Ja.zigzagOffset<0?ed:Ja.zigzagOffset,rd=n(qa,Ja=Object.assign({},Ja,{hachureGap:ed+td}));return{type:"fillSketch",ops:this.zigzagLines(rd,td,Ja)}}zigzagLines(qa,Ja,ed){const td=[];return qa.forEach(rd=>{const od=a(rd),sd=Math.round(od/(2*Ja));let ld=rd[0],cd=rd[1];ld[0]>cd[0]&&(ld=rd[1],cd=rd[0]);const ud=Math.atan((cd[1]-ld[1])/(cd[0]-ld[0]));for(let gd=0;gd<sd;gd++){const _d=2*gd*Ja,yd=2*(gd+1)*Ja,Ed=Math.sqrt(2*Math.pow(Ja,2)),Td=[ld[0]+_d*Math.cos(ud),ld[1]+_d*Math.sin(ud)],Od=[ld[0]+yd*Math.cos(ud),ld[1]+yd*Math.sin(ud)],Ad=[Td[0]+Ed*Math.cos(ud+Math.PI/4),Td[1]+Ed*Math.sin(ud+Math.PI/4)];td.push(...this.helper.doubleLineOps(Td[0],Td[1],Ad[0],Ad[1],ed),...this.helper.doubleLineOps(Ad[0],Ad[1],Od[0],Od[1],ed))}}),td}};const u={};class p{constructor(qa){this.seed=qa}next(){return this.seed?(2**31-1&(this.seed=Math.imul(48271,this.seed)))/2**31:Math.random()}}const f$1=0,d$1=1,g$3=2,M$4={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0};function k$1(Ra,qa){return Ra.type===qa}function b$2(Ra){const qa=[],Ja=function(od){const sd=new Array;for(;od!=="";)if(od.match(/^([ \t\r\n,]+)/))od=od.substr(RegExp.$1.length);else if(od.match(/^([aAcChHlLmMqQsStTvVzZ])/))sd[sd.length]={type:f$1,text:RegExp.$1},od=od.substr(RegExp.$1.length);else{if(!od.match(/^(([-+]?[0-9]+(\.[0-9]*)?|[-+]?\.[0-9]+)([eE][-+]?[0-9]+)?)/))return[];sd[sd.length]={type:d$1,text:`${parseFloat(RegExp.$1)}`},od=od.substr(RegExp.$1.length)}return sd[sd.length]={type:g$3,text:""},sd}(Ra);let ed="BOD",td=0,rd=Ja[td];for(;!k$1(rd,g$3);){let od=0;const sd=[];if(ed==="BOD"){if(rd.text!=="M"&&rd.text!=="m")return b$2("M0,0"+Ra);td++,od=M$4[rd.text],ed=rd.text}else k$1(rd,d$1)?od=M$4[ed]:(td++,od=M$4[rd.text],ed=rd.text);if(!(td+od<Ja.length))throw new Error("Path data ended short");for(let ld=td;ld<td+od;ld++){const cd=Ja[ld];if(!k$1(cd,d$1))throw new Error("Param not a number: "+ed+","+cd.text);sd[sd.length]=+cd.text}if(typeof M$4[ed]!="number")throw new Error("Bad segment: "+ed);{const ld={key:ed,data:sd};qa.push(ld),td+=od,rd=Ja[td],ed==="M"&&(ed="L"),ed==="m"&&(ed="l")}}return qa}function y$2(Ra){let qa=0,Ja=0,ed=0,td=0;const rd=[];for(const{key:od,data:sd}of Ra)switch(od){case"M":rd.push({key:"M",data:[...sd]}),[qa,Ja]=sd,[ed,td]=sd;break;case"m":qa+=sd[0],Ja+=sd[1],rd.push({key:"M",data:[qa,Ja]}),ed=qa,td=Ja;break;case"L":rd.push({key:"L",data:[...sd]}),[qa,Ja]=sd;break;case"l":qa+=sd[0],Ja+=sd[1],rd.push({key:"L",data:[qa,Ja]});break;case"C":rd.push({key:"C",data:[...sd]}),qa=sd[4],Ja=sd[5];break;case"c":{const ld=sd.map((cd,ud)=>ud%2?cd+Ja:cd+qa);rd.push({key:"C",data:ld}),qa=ld[4],Ja=ld[5];break}case"Q":rd.push({key:"Q",data:[...sd]}),qa=sd[2],Ja=sd[3];break;case"q":{const ld=sd.map((cd,ud)=>ud%2?cd+Ja:cd+qa);rd.push({key:"Q",data:ld}),qa=ld[2],Ja=ld[3];break}case"A":rd.push({key:"A",data:[...sd]}),qa=sd[5],Ja=sd[6];break;case"a":qa+=sd[5],Ja+=sd[6],rd.push({key:"A",data:[sd[0],sd[1],sd[2],sd[3],sd[4],qa,Ja]});break;case"H":rd.push({key:"H",data:[...sd]}),qa=sd[0];break;case"h":qa+=sd[0],rd.push({key:"H",data:[qa]});break;case"V":rd.push({key:"V",data:[...sd]}),Ja=sd[0];break;case"v":Ja+=sd[0],rd.push({key:"V",data:[Ja]});break;case"S":rd.push({key:"S",data:[...sd]}),qa=sd[2],Ja=sd[3];break;case"s":{const ld=sd.map((cd,ud)=>ud%2?cd+Ja:cd+qa);rd.push({key:"S",data:ld}),qa=ld[2],Ja=ld[3];break}case"T":rd.push({key:"T",data:[...sd]}),qa=sd[0],Ja=sd[1];break;case"t":qa+=sd[0],Ja+=sd[1],rd.push({key:"T",data:[qa,Ja]});break;case"Z":case"z":rd.push({key:"Z",data:[]}),qa=ed,Ja=td}return rd}function m(Ra){const qa=[];let Ja="",ed=0,td=0,rd=0,od=0,sd=0,ld=0;for(const{key:cd,data:ud}of Ra){switch(cd){case"M":qa.push({key:"M",data:[...ud]}),[ed,td]=ud,[rd,od]=ud;break;case"C":qa.push({key:"C",data:[...ud]}),ed=ud[4],td=ud[5],sd=ud[2],ld=ud[3];break;case"L":qa.push({key:"L",data:[...ud]}),[ed,td]=ud;break;case"H":ed=ud[0],qa.push({key:"L",data:[ed,td]});break;case"V":td=ud[0],qa.push({key:"L",data:[ed,td]});break;case"S":{let gd=0,_d=0;Ja==="C"||Ja==="S"?(gd=ed+(ed-sd),_d=td+(td-ld)):(gd=ed,_d=td),qa.push({key:"C",data:[gd,_d,...ud]}),sd=ud[0],ld=ud[1],ed=ud[2],td=ud[3];break}case"T":{const[gd,_d]=ud;let yd=0,Ed=0;Ja==="Q"||Ja==="T"?(yd=ed+(ed-sd),Ed=td+(td-ld)):(yd=ed,Ed=td);const Td=ed+2*(yd-ed)/3,Od=td+2*(Ed-td)/3,Ad=gd+2*(yd-gd)/3,Nd=_d+2*(Ed-_d)/3;qa.push({key:"C",data:[Td,Od,Ad,Nd,gd,_d]}),sd=yd,ld=Ed,ed=gd,td=_d;break}case"Q":{const[gd,_d,yd,Ed]=ud,Td=ed+2*(gd-ed)/3,Od=td+2*(_d-td)/3,Ad=yd+2*(gd-yd)/3,Nd=Ed+2*(_d-Ed)/3;qa.push({key:"C",data:[Td,Od,Ad,Nd,yd,Ed]}),sd=gd,ld=_d,ed=yd,td=Ed;break}case"A":{const gd=Math.abs(ud[0]),_d=Math.abs(ud[1]),yd=ud[2],Ed=ud[3],Td=ud[4],Od=ud[5],Ad=ud[6];gd===0||_d===0?(qa.push({key:"C",data:[ed,td,Od,Ad,Od,Ad]}),ed=Od,td=Ad):(ed!==Od||td!==Ad)&&(x$2(ed,td,Od,Ad,gd,_d,yd,Ed,Td).forEach(function(Nd){qa.push({key:"C",data:Nd})}),ed=Od,td=Ad);break}case"Z":qa.push({key:"Z",data:[]}),ed=rd,td=od}Ja=cd}return qa}function w$1(Ra,qa,Ja){return[Ra*Math.cos(Ja)-qa*Math.sin(Ja),Ra*Math.sin(Ja)+qa*Math.cos(Ja)]}function x$2(Ra,qa,Ja,ed,td,rd,od,sd,ld,cd){const ud=(gd=od,Math.PI*gd/180);var gd;let _d=[],yd=0,Ed=0,Td=0,Od=0;if(cd)[yd,Ed,Td,Od]=cd;else{[Ra,qa]=w$1(Ra,qa,-ud),[Ja,ed]=w$1(Ja,ed,-ud);const qd=(Ra-Ja)/2,Wd=(qa-ed)/2;let zd=qd*qd/(td*td)+Wd*Wd/(rd*rd);zd>1&&(zd=Math.sqrt(zd),td*=zd,rd*=zd);const Kd=td*td,Qd=rd*rd,hf=Kd*Qd-Kd*Wd*Wd-Qd*qd*qd,gf=Kd*Wd*Wd+Qd*qd*qd,bf=(sd===ld?-1:1)*Math.sqrt(Math.abs(hf/gf));Td=bf*td*Wd/rd+(Ra+Ja)/2,Od=bf*-rd*qd/td+(qa+ed)/2,yd=Math.asin(parseFloat(((qa-Od)/rd).toFixed(9))),Ed=Math.asin(parseFloat(((ed-Od)/rd).toFixed(9))),Ra<Td&&(yd=Math.PI-yd),Ja<Td&&(Ed=Math.PI-Ed),yd<0&&(yd=2*Math.PI+yd),Ed<0&&(Ed=2*Math.PI+Ed),ld&&yd>Ed&&(yd-=2*Math.PI),!ld&&Ed>yd&&(Ed-=2*Math.PI)}let Ad=Ed-yd;if(Math.abs(Ad)>120*Math.PI/180){const qd=Ed,Wd=Ja,zd=ed;Ed=ld&&Ed>yd?yd+120*Math.PI/180*1:yd+120*Math.PI/180*-1,_d=x$2(Ja=Td+td*Math.cos(Ed),ed=Od+rd*Math.sin(Ed),Wd,zd,td,rd,od,0,ld,[Ed,qd,Td,Od])}Ad=Ed-yd;const Nd=Math.cos(yd),kd=Math.sin(yd),Id=Math.cos(Ed),Rd=Math.sin(Ed),Md=Math.tan(Ad/4),Ld=4/3*td*Md,jd=4/3*rd*Md,Pd=[Ra,qa],Fd=[Ra+Ld*kd,qa-jd*Nd],Ud=[Ja+Ld*Rd,ed-jd*Id],Vd=[Ja,ed];if(Fd[0]=2*Pd[0]-Fd[0],Fd[1]=2*Pd[1]-Fd[1],cd)return[Fd,Ud,Vd].concat(_d);{_d=[Fd,Ud,Vd].concat(_d);const qd=[];for(let Wd=0;Wd<_d.length;Wd+=3){const zd=w$1(_d[Wd][0],_d[Wd][1],ud),Kd=w$1(_d[Wd+1][0],_d[Wd+1][1],ud),Qd=w$1(_d[Wd+2][0],_d[Wd+2][1],ud);qd.push([zd[0],zd[1],Kd[0],Kd[1],Qd[0],Qd[1]])}return qd}}const P$3={randOffset:function(Ra,qa){return G$4(Ra,qa)},randOffsetWithRange:function(Ra,qa,Ja){return E$2(Ra,qa,Ja)},ellipse:function(Ra,qa,Ja,ed,td){const rd=T$2(Ja,ed,td);return D$2(Ra,qa,td,rd).opset},doubleLineOps:function(Ra,qa,Ja,ed,td){return $$2(Ra,qa,Ja,ed,td,!0)}};function v$1(Ra,qa,Ja,ed,td){return{type:"path",ops:$$2(Ra,qa,Ja,ed,td)}}function S$1(Ra,qa,Ja){const ed=(Ra||[]).length;if(ed>2){const td=[];for(let rd=0;rd<ed-1;rd++)td.push(...$$2(Ra[rd][0],Ra[rd][1],Ra[rd+1][0],Ra[rd+1][1],Ja));return qa&&td.push(...$$2(Ra[ed-1][0],Ra[ed-1][1],Ra[0][0],Ra[0][1],Ja)),{type:"path",ops:td}}return ed===2?v$1(Ra[0][0],Ra[0][1],Ra[1][0],Ra[1][1],Ja):{type:"path",ops:[]}}function O$3(Ra,qa,Ja,ed,td){return function(rd,od){return S$1(rd,!0,od)}([[Ra,qa],[Ra+Ja,qa],[Ra+Ja,qa+ed],[Ra,qa+ed]],td)}function L$4(Ra,qa){if(Ra.length){const Ja=typeof Ra[0][0]=="number"?[Ra]:Ra,ed=j$1(Ja[0],1*(1+.2*qa.roughness),qa),td=qa.disableMultiStroke?[]:j$1(Ja[0],1.5*(1+.22*qa.roughness),z$3(qa));for(let rd=1;rd<Ja.length;rd++){const od=Ja[rd];if(od.length){const sd=j$1(od,1*(1+.2*qa.roughness),qa),ld=qa.disableMultiStroke?[]:j$1(od,1.5*(1+.22*qa.roughness),z$3(qa));for(const cd of sd)cd.op!=="move"&&ed.push(cd);for(const cd of ld)cd.op!=="move"&&td.push(cd)}}return{type:"path",ops:ed.concat(td)}}return{type:"path",ops:[]}}function T$2(Ra,qa,Ja){const ed=Math.sqrt(2*Math.PI*Math.sqrt((Math.pow(Ra/2,2)+Math.pow(qa/2,2))/2)),td=Math.ceil(Math.max(Ja.curveStepCount,Ja.curveStepCount/Math.sqrt(200)*ed)),rd=2*Math.PI/td;let od=Math.abs(Ra/2),sd=Math.abs(qa/2);const ld=1-Ja.curveFitting;return od+=G$4(od*ld,Ja),sd+=G$4(sd*ld,Ja),{increment:rd,rx:od,ry:sd}}function D$2(Ra,qa,Ja,ed){const[td,rd]=F$1(ed.increment,Ra,qa,ed.rx,ed.ry,1,ed.increment*E$2(.1,E$2(.4,1,Ja),Ja),Ja);let od=q$3(td,null,Ja);if(!Ja.disableMultiStroke&&Ja.roughness!==0){const[sd]=F$1(ed.increment,Ra,qa,ed.rx,ed.ry,1.5,0,Ja),ld=q$3(sd,null,Ja);od=od.concat(ld)}return{estimatedPoints:rd,opset:{type:"path",ops:od}}}function A$1(Ra,qa,Ja,ed,td,rd,od,sd,ld){const cd=Ra,ud=qa;let gd=Math.abs(Ja/2),_d=Math.abs(ed/2);gd+=G$4(.01*gd,ld),_d+=G$4(.01*_d,ld);let yd=td,Ed=rd;for(;yd<0;)yd+=2*Math.PI,Ed+=2*Math.PI;Ed-yd>2*Math.PI&&(yd=0,Ed=2*Math.PI);const Td=2*Math.PI/ld.curveStepCount,Od=Math.min(Td/2,(Ed-yd)/2),Ad=V$5(Od,cd,ud,gd,_d,yd,Ed,1,ld);if(!ld.disableMultiStroke){const Nd=V$5(Od,cd,ud,gd,_d,yd,Ed,1.5,ld);Ad.push(...Nd)}return od&&(sd?Ad.push(...$$2(cd,ud,cd+gd*Math.cos(yd),ud+_d*Math.sin(yd),ld),...$$2(cd,ud,cd+gd*Math.cos(Ed),ud+_d*Math.sin(Ed),ld)):Ad.push({op:"lineTo",data:[cd,ud]},{op:"lineTo",data:[cd+gd*Math.cos(yd),ud+_d*Math.sin(yd)]})),{type:"path",ops:Ad}}function _$3(Ra,qa){const Ja=m(y$2(b$2(Ra))),ed=[];let td=[0,0],rd=[0,0];for(const{key:od,data:sd}of Ja)switch(od){case"M":rd=[sd[0],sd[1]],td=[sd[0],sd[1]];break;case"L":ed.push(...$$2(rd[0],rd[1],sd[0],sd[1],qa)),rd=[sd[0],sd[1]];break;case"C":{const[ld,cd,ud,gd,_d,yd]=sd;ed.push(...Z$2(ld,cd,ud,gd,_d,yd,rd,qa)),rd=[_d,yd];break}case"Z":ed.push(...$$2(rd[0],rd[1],td[0],td[1],qa)),rd=[td[0],td[1]]}return{type:"path",ops:ed}}function I$1(Ra,qa){const Ja=[];for(const ed of Ra)if(ed.length){const td=qa.maxRandomnessOffset||0,rd=ed.length;if(rd>2){Ja.push({op:"move",data:[ed[0][0]+G$4(td,qa),ed[0][1]+G$4(td,qa)]});for(let od=1;od<rd;od++)Ja.push({op:"lineTo",data:[ed[od][0]+G$4(td,qa),ed[od][1]+G$4(td,qa)]})}}return{type:"fillPath",ops:Ja}}function C$1(Ra,qa){return function(Ja,ed){let td=Ja.fillStyle||"hachure";if(!u[td])switch(td){case"zigzag":u[td]||(u[td]=new h(ed));break;case"cross-hatch":u[td]||(u[td]=new r$1(ed));break;case"dots":u[td]||(u[td]=new i$3(ed));break;case"dashed":u[td]||(u[td]=new c(ed));break;case"zigzag-line":u[td]||(u[td]=new l$1(ed));break;default:td="hachure",u[td]||(u[td]=new o(ed))}return u[td]}(qa,P$3).fillPolygons(Ra,qa)}function z$3(Ra){const qa=Object.assign({},Ra);return qa.randomizer=void 0,Ra.seed&&(qa.seed=Ra.seed+1),qa}function W$3(Ra){return Ra.randomizer||(Ra.randomizer=new p(Ra.seed||0)),Ra.randomizer.next()}function E$2(Ra,qa,Ja,ed=1){return Ja.roughness*ed*(W$3(Ja)*(qa-Ra)+Ra)}function G$4(Ra,qa,Ja=1){return E$2(-Ra,Ra,qa,Ja)}function $$2(Ra,qa,Ja,ed,td,rd=!1){const od=rd?td.disableMultiStrokeFill:td.disableMultiStroke,sd=R$3(Ra,qa,Ja,ed,td,!0,!1);if(od)return sd;const ld=R$3(Ra,qa,Ja,ed,td,!0,!0);return sd.concat(ld)}function R$3(Ra,qa,Ja,ed,td,rd,od){const sd=Math.pow(Ra-Ja,2)+Math.pow(qa-ed,2),ld=Math.sqrt(sd);let cd=1;cd=ld<200?1:ld>500?.4:-.0016668*ld+1.233334;let ud=td.maxRandomnessOffset||0;ud*ud*100>sd&&(ud=ld/10);const gd=ud/2,_d=.2+.2*W$3(td);let yd=td.bowing*td.maxRandomnessOffset*(ed-qa)/200,Ed=td.bowing*td.maxRandomnessOffset*(Ra-Ja)/200;yd=G$4(yd,td,cd),Ed=G$4(Ed,td,cd);const Td=[],Od=()=>G$4(gd,td,cd),Ad=()=>G$4(ud,td,cd),Nd=td.preserveVertices;return od?Td.push({op:"move",data:[Ra+(Nd?0:Od()),qa+(Nd?0:Od())]}):Td.push({op:"move",data:[Ra+(Nd?0:G$4(ud,td,cd)),qa+(Nd?0:G$4(ud,td,cd))]}),od?Td.push({op:"bcurveTo",data:[yd+Ra+(Ja-Ra)*_d+Od(),Ed+qa+(ed-qa)*_d+Od(),yd+Ra+2*(Ja-Ra)*_d+Od(),Ed+qa+2*(ed-qa)*_d+Od(),Ja+(Nd?0:Od()),ed+(Nd?0:Od())]}):Td.push({op:"bcurveTo",data:[yd+Ra+(Ja-Ra)*_d+Ad(),Ed+qa+(ed-qa)*_d+Ad(),yd+Ra+2*(Ja-Ra)*_d+Ad(),Ed+qa+2*(ed-qa)*_d+Ad(),Ja+(Nd?0:Ad()),ed+(Nd?0:Ad())]}),Td}function j$1(Ra,qa,Ja){if(!Ra.length)return[];const ed=[];ed.push([Ra[0][0]+G$4(qa,Ja),Ra[0][1]+G$4(qa,Ja)]),ed.push([Ra[0][0]+G$4(qa,Ja),Ra[0][1]+G$4(qa,Ja)]);for(let td=1;td<Ra.length;td++)ed.push([Ra[td][0]+G$4(qa,Ja),Ra[td][1]+G$4(qa,Ja)]),td===Ra.length-1&&ed.push([Ra[td][0]+G$4(qa,Ja),Ra[td][1]+G$4(qa,Ja)]);return q$3(ed,null,Ja)}function q$3(Ra,qa,Ja){const ed=Ra.length,td=[];if(ed>3){const rd=[],od=1-Ja.curveTightness;td.push({op:"move",data:[Ra[1][0],Ra[1][1]]});for(let sd=1;sd+2<ed;sd++){const ld=Ra[sd];rd[0]=[ld[0],ld[1]],rd[1]=[ld[0]+(od*Ra[sd+1][0]-od*Ra[sd-1][0])/6,ld[1]+(od*Ra[sd+1][1]-od*Ra[sd-1][1])/6],rd[2]=[Ra[sd+1][0]+(od*Ra[sd][0]-od*Ra[sd+2][0])/6,Ra[sd+1][1]+(od*Ra[sd][1]-od*Ra[sd+2][1])/6],rd[3]=[Ra[sd+1][0],Ra[sd+1][1]],td.push({op:"bcurveTo",data:[rd[1][0],rd[1][1],rd[2][0],rd[2][1],rd[3][0],rd[3][1]]})}}else ed===3?(td.push({op:"move",data:[Ra[1][0],Ra[1][1]]}),td.push({op:"bcurveTo",data:[Ra[1][0],Ra[1][1],Ra[2][0],Ra[2][1],Ra[2][0],Ra[2][1]]})):ed===2&&td.push(...R$3(Ra[0][0],Ra[0][1],Ra[1][0],Ra[1][1],Ja,!0,!0));return td}function F$1(Ra,qa,Ja,ed,td,rd,od,sd){const ld=[],cd=[];if(sd.roughness===0){Ra/=4,cd.push([qa+ed*Math.cos(-Ra),Ja+td*Math.sin(-Ra)]);for(let ud=0;ud<=2*Math.PI;ud+=Ra){const gd=[qa+ed*Math.cos(ud),Ja+td*Math.sin(ud)];ld.push(gd),cd.push(gd)}cd.push([qa+ed*Math.cos(0),Ja+td*Math.sin(0)]),cd.push([qa+ed*Math.cos(Ra),Ja+td*Math.sin(Ra)])}else{const ud=G$4(.5,sd)-Math.PI/2;cd.push([G$4(rd,sd)+qa+.9*ed*Math.cos(ud-Ra),G$4(rd,sd)+Ja+.9*td*Math.sin(ud-Ra)]);const gd=2*Math.PI+ud-.01;for(let _d=ud;_d<gd;_d+=Ra){const yd=[G$4(rd,sd)+qa+ed*Math.cos(_d),G$4(rd,sd)+Ja+td*Math.sin(_d)];ld.push(yd),cd.push(yd)}cd.push([G$4(rd,sd)+qa+ed*Math.cos(ud+2*Math.PI+.5*od),G$4(rd,sd)+Ja+td*Math.sin(ud+2*Math.PI+.5*od)]),cd.push([G$4(rd,sd)+qa+.98*ed*Math.cos(ud+od),G$4(rd,sd)+Ja+.98*td*Math.sin(ud+od)]),cd.push([G$4(rd,sd)+qa+.9*ed*Math.cos(ud+.5*od),G$4(rd,sd)+Ja+.9*td*Math.sin(ud+.5*od)])}return[cd,ld]}function V$5(Ra,qa,Ja,ed,td,rd,od,sd,ld){const cd=rd+G$4(.1,ld),ud=[];ud.push([G$4(sd,ld)+qa+.9*ed*Math.cos(cd-Ra),G$4(sd,ld)+Ja+.9*td*Math.sin(cd-Ra)]);for(let gd=cd;gd<=od;gd+=Ra)ud.push([G$4(sd,ld)+qa+ed*Math.cos(gd),G$4(sd,ld)+Ja+td*Math.sin(gd)]);return ud.push([qa+ed*Math.cos(od),Ja+td*Math.sin(od)]),ud.push([qa+ed*Math.cos(od),Ja+td*Math.sin(od)]),q$3(ud,null,ld)}function Z$2(Ra,qa,Ja,ed,td,rd,od,sd){const ld=[],cd=[sd.maxRandomnessOffset||1,(sd.maxRandomnessOffset||1)+.3];let ud=[0,0];const gd=sd.disableMultiStroke?1:2,_d=sd.preserveVertices;for(let yd=0;yd<gd;yd++)yd===0?ld.push({op:"move",data:[od[0],od[1]]}):ld.push({op:"move",data:[od[0]+(_d?0:G$4(cd[0],sd)),od[1]+(_d?0:G$4(cd[0],sd))]}),ud=_d?[td,rd]:[td+G$4(cd[yd],sd),rd+G$4(cd[yd],sd)],ld.push({op:"bcurveTo",data:[Ra+G$4(cd[yd],sd),qa+G$4(cd[yd],sd),Ja+G$4(cd[yd],sd),ed+G$4(cd[yd],sd),ud[0],ud[1]]});return ld}function Q$4(Ra){return[...Ra]}function H$3(Ra,qa=0){const Ja=Ra.length;if(Ja<3)throw new Error("A curve must have at least three points.");const ed=[];if(Ja===3)ed.push(Q$4(Ra[0]),Q$4(Ra[1]),Q$4(Ra[2]),Q$4(Ra[2]));else{const td=[];td.push(Ra[0],Ra[0]);for(let sd=1;sd<Ra.length;sd++)td.push(Ra[sd]),sd===Ra.length-1&&td.push(Ra[sd]);const rd=[],od=1-qa;ed.push(Q$4(td[0]));for(let sd=1;sd+2<td.length;sd++){const ld=td[sd];rd[0]=[ld[0],ld[1]],rd[1]=[ld[0]+(od*td[sd+1][0]-od*td[sd-1][0])/6,ld[1]+(od*td[sd+1][1]-od*td[sd-1][1])/6],rd[2]=[td[sd+1][0]+(od*td[sd][0]-od*td[sd+2][0])/6,td[sd+1][1]+(od*td[sd][1]-od*td[sd+2][1])/6],rd[3]=[td[sd+1][0],td[sd+1][1]],ed.push(rd[1],rd[2],rd[3])}}return ed}function N$4(Ra,qa){return Math.pow(Ra[0]-qa[0],2)+Math.pow(Ra[1]-qa[1],2)}function B$2(Ra,qa,Ja){const ed=N$4(qa,Ja);if(ed===0)return N$4(Ra,qa);let td=((Ra[0]-qa[0])*(Ja[0]-qa[0])+(Ra[1]-qa[1])*(Ja[1]-qa[1]))/ed;return td=Math.max(0,Math.min(1,td)),N$4(Ra,J$3(qa,Ja,td))}function J$3(Ra,qa,Ja){return[Ra[0]+(qa[0]-Ra[0])*Ja,Ra[1]+(qa[1]-Ra[1])*Ja]}function K$3(Ra,qa,Ja,ed){const td=ed||[];if(function(sd,ld){const cd=sd[ld+0],ud=sd[ld+1],gd=sd[ld+2],_d=sd[ld+3];let yd=3*ud[0]-2*cd[0]-_d[0];yd*=yd;let Ed=3*ud[1]-2*cd[1]-_d[1];Ed*=Ed;let Td=3*gd[0]-2*_d[0]-cd[0];Td*=Td;let Od=3*gd[1]-2*_d[1]-cd[1];return Od*=Od,yd<Td&&(yd=Td),Ed<Od&&(Ed=Od),yd+Ed}(Ra,qa)<Ja){const sd=Ra[qa+0];td.length?(rd=td[td.length-1],od=sd,Math.sqrt(N$4(rd,od))>1&&td.push(sd)):td.push(sd),td.push(Ra[qa+3])}else{const ld=Ra[qa+0],cd=Ra[qa+1],ud=Ra[qa+2],gd=Ra[qa+3],_d=J$3(ld,cd,.5),yd=J$3(cd,ud,.5),Ed=J$3(ud,gd,.5),Td=J$3(_d,yd,.5),Od=J$3(yd,Ed,.5),Ad=J$3(Td,Od,.5);K$3([ld,_d,Td,Ad],0,Ja,td),K$3([Ad,Od,Ed,gd],0,Ja,td)}var rd,od;return td}function U$3(Ra,qa){return X$3(Ra,0,Ra.length,qa)}function X$3(Ra,qa,Ja,ed,td){const rd=td||[],od=Ra[qa],sd=Ra[Ja-1];let ld=0,cd=1;for(let ud=qa+1;ud<Ja-1;++ud){const gd=B$2(Ra[ud],od,sd);gd>ld&&(ld=gd,cd=ud)}return Math.sqrt(ld)>ed?(X$3(Ra,qa,cd+1,ed,rd),X$3(Ra,cd,Ja,ed,rd)):(rd.length||rd.push(od),rd.push(sd)),rd}function Y$3(Ra,qa=.15,Ja){const ed=[],td=(Ra.length-1)/3;for(let rd=0;rd<td;rd++)K$3(Ra,3*rd,qa,ed);return Ja&&Ja>0?X$3(ed,0,ed.length,Ja):ed}const tt$3="none";let et$3=class{constructor(qa){this.defaultOptions={maxRandomnessOffset:2,roughness:1,bowing:1,stroke:"#000",strokeWidth:1,curveTightness:0,curveFitting:.95,curveStepCount:9,fillStyle:"hachure",fillWeight:-1,hachureAngle:-41,hachureGap:-1,dashOffset:-1,dashGap:-1,zigzagOffset:-1,seed:0,disableMultiStroke:!1,disableMultiStrokeFill:!1,preserveVertices:!1,fillShapeRoughnessGain:.8},this.config=qa||{},this.config.options&&(this.defaultOptions=this._o(this.config.options))}static newSeed(){return Math.floor(Math.random()*2**31)}_o(qa){return qa?Object.assign({},this.defaultOptions,qa):this.defaultOptions}_d(qa,Ja,ed){return{shape:qa,sets:Ja||[],options:ed||this.defaultOptions}}line(qa,Ja,ed,td,rd){const od=this._o(rd);return this._d("line",[v$1(qa,Ja,ed,td,od)],od)}rectangle(qa,Ja,ed,td,rd){const od=this._o(rd),sd=[],ld=O$3(qa,Ja,ed,td,od);if(od.fill){const cd=[[qa,Ja],[qa+ed,Ja],[qa+ed,Ja+td],[qa,Ja+td]];od.fillStyle==="solid"?sd.push(I$1([cd],od)):sd.push(C$1([cd],od))}return od.stroke!==tt$3&&sd.push(ld),this._d("rectangle",sd,od)}ellipse(qa,Ja,ed,td,rd){const od=this._o(rd),sd=[],ld=T$2(ed,td,od),cd=D$2(qa,Ja,od,ld);if(od.fill)if(od.fillStyle==="solid"){const ud=D$2(qa,Ja,od,ld).opset;ud.type="fillPath",sd.push(ud)}else sd.push(C$1([cd.estimatedPoints],od));return od.stroke!==tt$3&&sd.push(cd.opset),this._d("ellipse",sd,od)}circle(qa,Ja,ed,td){const rd=this.ellipse(qa,Ja,ed,ed,td);return rd.shape="circle",rd}linearPath(qa,Ja){const ed=this._o(Ja);return this._d("linearPath",[S$1(qa,!1,ed)],ed)}arc(qa,Ja,ed,td,rd,od,sd=!1,ld){const cd=this._o(ld),ud=[],gd=A$1(qa,Ja,ed,td,rd,od,sd,!0,cd);if(sd&&cd.fill)if(cd.fillStyle==="solid"){const _d=Object.assign({},cd);_d.disableMultiStroke=!0;const yd=A$1(qa,Ja,ed,td,rd,od,!0,!1,_d);yd.type="fillPath",ud.push(yd)}else ud.push(function(_d,yd,Ed,Td,Od,Ad,Nd){const kd=_d,Id=yd;let Rd=Math.abs(Ed/2),Md=Math.abs(Td/2);Rd+=G$4(.01*Rd,Nd),Md+=G$4(.01*Md,Nd);let Ld=Od,jd=Ad;for(;Ld<0;)Ld+=2*Math.PI,jd+=2*Math.PI;jd-Ld>2*Math.PI&&(Ld=0,jd=2*Math.PI);const Pd=(jd-Ld)/Nd.curveStepCount,Fd=[];for(let Ud=Ld;Ud<=jd;Ud+=Pd)Fd.push([kd+Rd*Math.cos(Ud),Id+Md*Math.sin(Ud)]);return Fd.push([kd+Rd*Math.cos(jd),Id+Md*Math.sin(jd)]),Fd.push([kd,Id]),C$1([Fd],Nd)}(qa,Ja,ed,td,rd,od,cd));return cd.stroke!==tt$3&&ud.push(gd),this._d("arc",ud,cd)}curve(qa,Ja){const ed=this._o(Ja),td=[],rd=L$4(qa,ed);if(ed.fill&&ed.fill!==tt$3)if(ed.fillStyle==="solid"){const od=L$4(qa,Object.assign(Object.assign({},ed),{disableMultiStroke:!0,roughness:ed.roughness?ed.roughness+ed.fillShapeRoughnessGain:0}));td.push({type:"fillPath",ops:this._mergedShape(od.ops)})}else{const od=[],sd=qa;if(sd.length){const ld=typeof sd[0][0]=="number"?[sd]:sd;for(const cd of ld)cd.length<3?od.push(...cd):cd.length===3?od.push(...Y$3(H$3([cd[0],cd[0],cd[1],cd[2]]),10,(1+ed.roughness)/2)):od.push(...Y$3(H$3(cd),10,(1+ed.roughness)/2))}od.length&&td.push(C$1([od],ed))}return ed.stroke!==tt$3&&td.push(rd),this._d("curve",td,ed)}polygon(qa,Ja){const ed=this._o(Ja),td=[],rd=S$1(qa,!0,ed);return ed.fill&&(ed.fillStyle==="solid"?td.push(I$1([qa],ed)):td.push(C$1([qa],ed))),ed.stroke!==tt$3&&td.push(rd),this._d("polygon",td,ed)}path(qa,Ja){const ed=this._o(Ja),td=[];if(!qa)return this._d("path",td,ed);qa=(qa||"").replace(/\n/g," ").replace(/(-\s)/g,"-").replace("/(ss)/g"," ");const rd=ed.fill&&ed.fill!=="transparent"&&ed.fill!==tt$3,od=ed.stroke!==tt$3,sd=!!(ed.simplification&&ed.simplification<1),ld=function(ud,gd,_d){const yd=m(y$2(b$2(ud))),Ed=[];let Td=[],Od=[0,0],Ad=[];const Nd=()=>{Ad.length>=4&&Td.push(...Y$3(Ad,gd)),Ad=[]},kd=()=>{Nd(),Td.length&&(Ed.push(Td),Td=[])};for(const{key:Rd,data:Md}of yd)switch(Rd){case"M":kd(),Od=[Md[0],Md[1]],Td.push(Od);break;case"L":Nd(),Td.push([Md[0],Md[1]]);break;case"C":if(!Ad.length){const Ld=Td.length?Td[Td.length-1]:Od;Ad.push([Ld[0],Ld[1]])}Ad.push([Md[0],Md[1]]),Ad.push([Md[2],Md[3]]),Ad.push([Md[4],Md[5]]);break;case"Z":Nd(),Td.push([Od[0],Od[1]])}if(kd(),!_d)return Ed;const Id=[];for(const Rd of Ed){const Md=U$3(Rd,_d);Md.length&&Id.push(Md)}return Id}(qa,1,sd?4-4*(ed.simplification||1):(1+ed.roughness)/2),cd=_$3(qa,ed);if(rd)if(ed.fillStyle==="solid")if(ld.length===1){const ud=_$3(qa,Object.assign(Object.assign({},ed),{disableMultiStroke:!0,roughness:ed.roughness?ed.roughness+ed.fillShapeRoughnessGain:0}));td.push({type:"fillPath",ops:this._mergedShape(ud.ops)})}else td.push(I$1(ld,ed));else td.push(C$1(ld,ed));return od&&(sd?ld.forEach(ud=>{td.push(S$1(ud,!1,ed))}):td.push(cd)),this._d("path",td,ed)}opsToPath(qa,Ja){let ed="";for(const td of qa.ops){const rd=typeof Ja=="number"&&Ja>=0?td.data.map(od=>+od.toFixed(Ja)):td.data;switch(td.op){case"move":ed+=`M${rd[0]} ${rd[1]} `;break;case"bcurveTo":ed+=`C${rd[0]} ${rd[1]}, ${rd[2]} ${rd[3]}, ${rd[4]} ${rd[5]} `;break;case"lineTo":ed+=`L${rd[0]} ${rd[1]} `}}return ed.trim()}toPaths(qa){const Ja=qa.sets||[],ed=qa.options||this.defaultOptions,td=[];for(const rd of Ja){let od=null;switch(rd.type){case"path":od={d:this.opsToPath(rd),stroke:ed.stroke,strokeWidth:ed.strokeWidth,fill:tt$3};break;case"fillPath":od={d:this.opsToPath(rd),stroke:tt$3,strokeWidth:0,fill:ed.fill||tt$3};break;case"fillSketch":od=this.fillSketch(rd,ed)}od&&td.push(od)}return td}fillSketch(qa,Ja){let ed=Ja.fillWeight;return ed<0&&(ed=Ja.strokeWidth/2),{d:this.opsToPath(qa),stroke:Ja.fill||tt$3,strokeWidth:ed,fill:tt$3}}_mergedShape(qa){return qa.filter((Ja,ed)=>ed===0||Ja.op!=="move")}},st$2=class{constructor(qa,Ja){this.canvas=qa,this.ctx=this.canvas.getContext("2d"),this.gen=new et$3(Ja)}draw(qa){const Ja=qa.sets||[],ed=qa.options||this.getDefaultOptions(),td=this.ctx,rd=qa.options.fixedDecimalPlaceDigits;for(const od of Ja)switch(od.type){case"path":td.save(),td.strokeStyle=ed.stroke==="none"?"transparent":ed.stroke,td.lineWidth=ed.strokeWidth,ed.strokeLineDash&&td.setLineDash(ed.strokeLineDash),ed.strokeLineDashOffset&&(td.lineDashOffset=ed.strokeLineDashOffset),this._drawToContext(td,od,rd),td.restore();break;case"fillPath":{td.save(),td.fillStyle=ed.fill||"";const sd=qa.shape==="curve"||qa.shape==="polygon"||qa.shape==="path"?"evenodd":"nonzero";this._drawToContext(td,od,rd,sd),td.restore();break}case"fillSketch":this.fillSketch(td,od,ed)}}fillSketch(qa,Ja,ed){let td=ed.fillWeight;td<0&&(td=ed.strokeWidth/2),qa.save(),ed.fillLineDash&&qa.setLineDash(ed.fillLineDash),ed.fillLineDashOffset&&(qa.lineDashOffset=ed.fillLineDashOffset),qa.strokeStyle=ed.fill||"",qa.lineWidth=td,this._drawToContext(qa,Ja,ed.fixedDecimalPlaceDigits),qa.restore()}_drawToContext(qa,Ja,ed,td="nonzero"){qa.beginPath();for(const rd of Ja.ops){const od=typeof ed=="number"&&ed>=0?rd.data.map(sd=>+sd.toFixed(ed)):rd.data;switch(rd.op){case"move":qa.moveTo(od[0],od[1]);break;case"bcurveTo":qa.bezierCurveTo(od[0],od[1],od[2],od[3],od[4],od[5]);break;case"lineTo":qa.lineTo(od[0],od[1])}}Ja.type==="fillPath"?qa.fill(td):qa.stroke()}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}line(qa,Ja,ed,td,rd){const od=this.gen.line(qa,Ja,ed,td,rd);return this.draw(od),od}rectangle(qa,Ja,ed,td,rd){const od=this.gen.rectangle(qa,Ja,ed,td,rd);return this.draw(od),od}ellipse(qa,Ja,ed,td,rd){const od=this.gen.ellipse(qa,Ja,ed,td,rd);return this.draw(od),od}circle(qa,Ja,ed,td){const rd=this.gen.circle(qa,Ja,ed,td);return this.draw(rd),rd}linearPath(qa,Ja){const ed=this.gen.linearPath(qa,Ja);return this.draw(ed),ed}polygon(qa,Ja){const ed=this.gen.polygon(qa,Ja);return this.draw(ed),ed}arc(qa,Ja,ed,td,rd,od,sd=!1,ld){const cd=this.gen.arc(qa,Ja,ed,td,rd,od,sd,ld);return this.draw(cd),cd}curve(qa,Ja){const ed=this.gen.curve(qa,Ja);return this.draw(ed),ed}path(qa,Ja){const ed=this.gen.path(qa,Ja);return this.draw(ed),ed}};const nt$2="http://www.w3.org/2000/svg";let ot$2=class{constructor(qa,Ja){this.svg=qa,this.gen=new et$3(Ja)}draw(qa){const Ja=qa.sets||[],ed=qa.options||this.getDefaultOptions(),td=this.svg.ownerDocument||window.document,rd=td.createElementNS(nt$2,"g"),od=qa.options.fixedDecimalPlaceDigits;for(const sd of Ja){let ld=null;switch(sd.type){case"path":ld=td.createElementNS(nt$2,"path"),ld.setAttribute("d",this.opsToPath(sd,od)),ld.setAttribute("stroke",ed.stroke),ld.setAttribute("stroke-width",ed.strokeWidth+""),ld.setAttribute("fill","none"),ed.strokeLineDash&&ld.setAttribute("stroke-dasharray",ed.strokeLineDash.join(" ").trim()),ed.strokeLineDashOffset&&ld.setAttribute("stroke-dashoffset",`${ed.strokeLineDashOffset}`);break;case"fillPath":ld=td.createElementNS(nt$2,"path"),ld.setAttribute("d",this.opsToPath(sd,od)),ld.setAttribute("stroke","none"),ld.setAttribute("stroke-width","0"),ld.setAttribute("fill",ed.fill||""),qa.shape!=="curve"&&qa.shape!=="polygon"||ld.setAttribute("fill-rule","evenodd");break;case"fillSketch":ld=this.fillSketch(td,sd,ed)}ld&&rd.appendChild(ld)}return rd}fillSketch(qa,Ja,ed){let td=ed.fillWeight;td<0&&(td=ed.strokeWidth/2);const rd=qa.createElementNS(nt$2,"path");return rd.setAttribute("d",this.opsToPath(Ja,ed.fixedDecimalPlaceDigits)),rd.setAttribute("stroke",ed.fill||""),rd.setAttribute("stroke-width",td+""),rd.setAttribute("fill","none"),ed.fillLineDash&&rd.setAttribute("stroke-dasharray",ed.fillLineDash.join(" ").trim()),ed.fillLineDashOffset&&rd.setAttribute("stroke-dashoffset",`${ed.fillLineDashOffset}`),rd}get generator(){return this.gen}getDefaultOptions(){return this.gen.defaultOptions}opsToPath(qa,Ja){return this.gen.opsToPath(qa,Ja)}line(qa,Ja,ed,td,rd){const od=this.gen.line(qa,Ja,ed,td,rd);return this.draw(od)}rectangle(qa,Ja,ed,td,rd){const od=this.gen.rectangle(qa,Ja,ed,td,rd);return this.draw(od)}ellipse(qa,Ja,ed,td,rd){const od=this.gen.ellipse(qa,Ja,ed,td,rd);return this.draw(od)}circle(qa,Ja,ed,td){const rd=this.gen.circle(qa,Ja,ed,td);return this.draw(rd)}linearPath(qa,Ja){const ed=this.gen.linearPath(qa,Ja);return this.draw(ed)}polygon(qa,Ja){const ed=this.gen.polygon(qa,Ja);return this.draw(ed)}arc(qa,Ja,ed,td,rd,od,sd=!1,ld){const cd=this.gen.arc(qa,Ja,ed,td,rd,od,sd,ld);return this.draw(cd)}curve(qa,Ja){const ed=this.gen.curve(qa,Ja);return this.draw(ed)}path(qa,Ja){const ed=this.gen.path(qa,Ja);return this.draw(ed)}};var at$3={canvas:(Ra,qa)=>new st$2(Ra,qa),svg:(Ra,qa)=>new ot$2(Ra,qa),generator:Ra=>new et$3(Ra),newSeed:()=>et$3.newSeed()},intersectRect=__name((Ra,qa)=>{var Ja=Ra.x,ed=Ra.y,td=qa.x-Ja,rd=qa.y-ed,od=Ra.width/2,sd=Ra.height/2,ld,cd;return Math.abs(rd)*od>Math.abs(td)*sd?(rd<0&&(sd=-sd),ld=rd===0?0:sd*td/rd,cd=sd):(td<0&&(od=-od),ld=od,cd=td===0?0:od*rd/td),{x:Ja+ld,y:ed+cd}},"intersectRect"),intersect_rect_default=intersectRect;function applyStyle(Ra,qa){qa&&Ra.attr("style",qa)}__name(applyStyle,"applyStyle");async function addHtmlLabel(Ra){const qa=d3select(document.createElementNS("http://www.w3.org/2000/svg","foreignObject")),Ja=qa.append("xhtml:div");let ed=Ra.label;Ra.label&&hasKatex(Ra.label)&&(ed=await renderKatex(Ra.label.replace(common_default.lineBreakRegex,`
`),getConfig2()));const td=Ra.isNode?"nodeLabel":"edgeLabel";return Ja.html('<span class="'+td+'" '+(Ra.labelStyle?'style="'+Ra.labelStyle+'"':"")+">"+ed+"</span>"),applyStyle(Ja,Ra.labelStyle),Ja.style("display","inline-block"),Ja.style("padding-right","1px"),Ja.style("white-space","nowrap"),Ja.attr("xmlns","http://www.w3.org/1999/xhtml"),qa.node()}__name(addHtmlLabel,"addHtmlLabel");var createLabel=__name(async(Ra,qa,Ja,ed)=>{let td=Ra||"";if(typeof td=="object"&&(td=td[0]),evaluate(getConfig2().flowchart.htmlLabels)){td=td.replace(/\\n|\n/g,"<br />"),log$1.info("vertexText"+td);const rd={isNode:ed,label:decodeEntities(td).replace(/fa[blrs]?:fa-[\w-]+/g,sd=>`<i class='${sd.replace(":"," ")}'></i>`),labelStyle:qa&&qa.replace("fill:","color:")};return await addHtmlLabel(rd)}else{const rd=document.createElementNS("http://www.w3.org/2000/svg","text");rd.setAttribute("style",qa.replace("color:","fill:"));let od=[];typeof td=="string"?od=td.split(/\\n|\n|<br\s*\/?>/gi):Array.isArray(td)?od=td:od=[];for(const sd of od){const ld=document.createElementNS("http://www.w3.org/2000/svg","tspan");ld.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),ld.setAttribute("dy","1em"),ld.setAttribute("x","0"),Ja?ld.setAttribute("class","title-row"):ld.setAttribute("class","row"),ld.textContent=sd.trim(),rd.appendChild(ld)}return rd}},"createLabel"),createLabel_default=createLabel,createRoundedRectPathD=__name((Ra,qa,Ja,ed,td)=>["M",Ra+td,qa,"H",Ra+Ja-td,"A",td,td,0,0,1,Ra+Ja,qa+td,"V",qa+ed-td,"A",td,td,0,0,1,Ra+Ja-td,qa+ed,"H",Ra+td,"A",td,td,0,0,1,Ra,qa+ed-td,"V",qa+td,"A",td,td,0,0,1,Ra+td,qa,"Z"].join(" "),"createRoundedRectPathD"),solidStateFill=__name(Ra=>{const{handDrawnSeed:qa}=getConfig2();return{fill:Ra,hachureAngle:120,hachureGap:4,fillWeight:2,roughness:.7,stroke:Ra,seed:qa}},"solidStateFill"),compileStyles=__name(Ra=>{const qa=styles2Map([...Ra.cssCompiledStyles||[],...Ra.cssStyles||[]]);return{stylesMap:qa,stylesArray:[...qa]}},"compileStyles"),styles2Map=__name(Ra=>{const qa=new Map;return Ra.forEach(Ja=>{const[ed,td]=Ja.split(":");qa.set(ed.trim(),td==null?void 0:td.trim())}),qa},"styles2Map"),styles2String=__name(Ra=>{const{stylesArray:qa}=compileStyles(Ra),Ja=[],ed=[],td=[],rd=[];return qa.forEach(od=>{const sd=od[0];sd==="color"||sd==="font-size"||sd==="font-family"||sd==="font-weight"||sd==="font-style"||sd==="text-decoration"||sd==="text-align"||sd==="text-transform"||sd==="line-height"||sd==="letter-spacing"||sd==="word-spacing"||sd==="text-shadow"||sd==="text-overflow"||sd==="white-space"||sd==="word-wrap"||sd==="word-break"||sd==="overflow-wrap"||sd==="hyphens"?Ja.push(od.join(":")+" !important"):(ed.push(od.join(":")+" !important"),sd.includes("stroke")&&td.push(od.join(":")+" !important"),sd==="fill"&&rd.push(od.join(":")+" !important"))}),{labelStyles:Ja.join(";"),nodeStyles:ed.join(";"),stylesArray:qa,borderStyles:td,backgroundStyles:rd}},"styles2String"),userNodeOverrides=__name((Ra,qa)=>{const{themeVariables:Ja,handDrawnSeed:ed}=getConfig2(),{nodeBorder:td,mainBkg:rd}=Ja,{stylesMap:od}=compileStyles(Ra);return Object.assign({roughness:.7,fill:od.get("fill")||rd,fillStyle:"hachure",fillWeight:4,stroke:od.get("stroke")||td,seed:ed,strokeWidth:1.3},qa)},"userNodeOverrides"),rect$2=__name(async(Ra,qa)=>{log$1.info("Creating subgraph rect for ",qa.id,qa);const Ja=getConfig2(),{themeVariables:ed,handDrawnSeed:td}=Ja,{clusterBkg:rd,clusterBorder:od}=ed,{labelStyles:sd,nodeStyles:ld,borderStyles:cd,backgroundStyles:ud}=styles2String(qa),gd=Ra.insert("g").attr("class","cluster "+qa.cssClasses).attr("id",qa.id).attr("data-look",qa.look),_d=evaluate(Ja.flowchart.htmlLabels),yd=gd.insert("g").attr("class","cluster-label "),Ed=await createText(yd,qa.label,{style:qa.labelStyle,useHtmlLabels:_d,isNode:!0});let Td=Ed.getBBox();if(evaluate(Ja.flowchart.htmlLabels)){const Ld=Ed.children[0],jd=d3select(Ed);Td=Ld.getBoundingClientRect(),jd.attr("width",Td.width),jd.attr("height",Td.height)}const Od=qa.width<=Td.width+qa.padding?Td.width+qa.padding:qa.width;qa.width<=Td.width+qa.padding?qa.diff=(Od-qa.width)/2-qa.padding:qa.diff=-qa.padding;const Ad=qa.height,Nd=qa.x-Od/2,kd=qa.y-Ad/2;log$1.trace("Data ",qa,JSON.stringify(qa));let Id;if(qa.look==="handDrawn"){const Ld=at$3.svg(gd),jd=userNodeOverrides(qa,{roughness:.7,fill:rd,stroke:od,fillWeight:3,seed:td}),Pd=Ld.path(createRoundedRectPathD(Nd,kd,Od,Ad,0),jd);Id=gd.insert(()=>(log$1.debug("Rough node insert CXC",Pd),Pd),":first-child"),Id.select("path:nth-child(2)").attr("style",cd.join(";")),Id.select("path").attr("style",ud.join(";").replace("fill","stroke"))}else Id=gd.insert("rect",":first-child"),Id.attr("style",ld).attr("rx",qa.rx).attr("ry",qa.ry).attr("x",Nd).attr("y",kd).attr("width",Od).attr("height",Ad);const{subGraphTitleTopMargin:Rd}=getSubGraphTitleMargins(Ja);if(yd.attr("transform",`translate(${qa.x-Td.width/2}, ${qa.y-qa.height/2+Rd})`),sd){const Ld=yd.select("span");Ld&&Ld.attr("style",sd)}const Md=Id.node().getBBox();return qa.offsetX=0,qa.width=Md.width,qa.height=Md.height,qa.offsetY=Td.height-qa.padding/2,qa.intersect=function(Ld){return intersect_rect_default(qa,Ld)},{cluster:gd,labelBBox:Td}},"rect"),noteGroup=__name((Ra,qa)=>{const Ja=Ra.insert("g").attr("class","note-cluster").attr("id",qa.id),ed=Ja.insert("rect",":first-child"),td=0*qa.padding,rd=td/2;ed.attr("rx",qa.rx).attr("ry",qa.ry).attr("x",qa.x-qa.width/2-rd).attr("y",qa.y-qa.height/2-rd).attr("width",qa.width+td).attr("height",qa.height+td).attr("fill","none");const od=ed.node().getBBox();return qa.width=od.width,qa.height=od.height,qa.intersect=function(sd){return intersect_rect_default(qa,sd)},{cluster:Ja,labelBBox:{width:0,height:0}}},"noteGroup"),roundedWithTitle=__name(async(Ra,qa)=>{const Ja=getConfig2(),{themeVariables:ed,handDrawnSeed:td}=Ja,{altBackground:rd,compositeBackground:od,compositeTitleBackground:sd,nodeBorder:ld}=ed,cd=Ra.insert("g").attr("class",qa.cssClasses).attr("id",qa.id).attr("data-id",qa.id).attr("data-look",qa.look),ud=cd.insert("g",":first-child"),gd=cd.insert("g").attr("class","cluster-label");let _d=cd.append("rect");const yd=gd.node().appendChild(await createLabel_default(qa.label,qa.labelStyle,void 0,!0));let Ed=yd.getBBox();if(evaluate(Ja.flowchart.htmlLabels)){const Pd=yd.children[0],Fd=d3select(yd);Ed=Pd.getBoundingClientRect(),Fd.attr("width",Ed.width),Fd.attr("height",Ed.height)}const Td=0*qa.padding,Od=Td/2,Ad=(qa.width<=Ed.width+qa.padding?Ed.width+qa.padding:qa.width)+Td;qa.width<=Ed.width+qa.padding?qa.diff=(Ad-qa.width)/2-qa.padding:qa.diff=-qa.padding;const Nd=qa.height+Td,kd=qa.height+Td-Ed.height-6,Id=qa.x-Ad/2,Rd=qa.y-Nd/2;qa.width=Ad;const Md=qa.y-qa.height/2-Od+Ed.height+2;let Ld;if(qa.look==="handDrawn"){const Pd=qa.cssClasses.includes("statediagram-cluster-alt"),Fd=at$3.svg(cd),Ud=qa.rx||qa.ry?Fd.path(createRoundedRectPathD(Id,Rd,Ad,Nd,10),{roughness:.7,fill:sd,fillStyle:"solid",stroke:ld,seed:td}):Fd.rectangle(Id,Rd,Ad,Nd,{seed:td});Ld=cd.insert(()=>Ud,":first-child");const Vd=Fd.rectangle(Id,Md,Ad,kd,{fill:Pd?rd:od,fillStyle:Pd?"hachure":"solid",stroke:ld,seed:td});Ld=cd.insert(()=>Ud,":first-child"),_d=cd.insert(()=>Vd)}else Ld=ud.insert("rect",":first-child"),Ld.attr("class","outer").attr("x",Id).attr("y",Rd).attr("width",Ad).attr("height",Nd).attr("data-look",qa.look),_d.attr("class","inner").attr("x",Id).attr("y",Md).attr("width",Ad).attr("height",kd);gd.attr("transform",`translate(${qa.x-Ed.width/2}, ${Rd+1-(evaluate(Ja.flowchart.htmlLabels)?0:3)})`);const jd=Ld.node().getBBox();return qa.height=jd.height,qa.offsetX=0,qa.offsetY=Ed.height-qa.padding/2,qa.labelBBox=Ed,qa.intersect=function(Pd){return intersect_rect_default(qa,Pd)},{cluster:cd,labelBBox:Ed}},"roundedWithTitle"),divider=__name((Ra,qa)=>{const Ja=getConfig2(),{themeVariables:ed,handDrawnSeed:td}=Ja,{nodeBorder:rd}=ed,od=Ra.insert("g").attr("class",qa.cssClasses).attr("id",qa.id).attr("data-look",qa.look),sd=od.insert("g",":first-child"),ld=0*qa.padding,cd=qa.width+ld;qa.diff=-qa.padding;const ud=qa.height+ld,gd=qa.x-cd/2,_d=qa.y-ud/2;qa.width=cd;let yd;if(qa.look==="handDrawn"){const Od=at$3.svg(od).rectangle(gd,_d,cd,ud,{fill:"lightgrey",roughness:.5,strokeLineDash:[5],stroke:rd,seed:td});yd=od.insert(()=>Od,":first-child")}else yd=sd.insert("rect",":first-child"),yd.attr("class","divider").attr("x",gd).attr("y",_d).attr("width",cd).attr("height",ud).attr("data-look",qa.look);const Ed=yd.node().getBBox();return qa.height=Ed.height,qa.offsetX=0,qa.offsetY=0,qa.intersect=function(Td){return intersect_rect_default(qa,Td)},{cluster:od,labelBBox:{}}},"divider"),squareRect=rect$2,shapes={rect:rect$2,squareRect,roundedWithTitle,noteGroup,divider},clusterElems=new Map,insertCluster=__name(async(Ra,qa)=>{const Ja=qa.shape||"rect",ed=await shapes[Ja](Ra,qa);return clusterElems.set(qa.id,ed),ed},"insertCluster"),clear=__name(()=>{clusterElems=new Map},"clear"),addEdgeMarkers=__name((Ra,qa,Ja,ed,td)=>{qa.arrowTypeStart&&addEdgeMarker(Ra,"start",qa.arrowTypeStart,Ja,ed,td),qa.arrowTypeEnd&&addEdgeMarker(Ra,"end",qa.arrowTypeEnd,Ja,ed,td)},"addEdgeMarkers"),arrowTypesMap={arrow_cross:"cross",arrow_point:"point",arrow_barb:"barb",arrow_circle:"circle",aggregation:"aggregation",extension:"extension",composition:"composition",dependency:"dependency",lollipop:"lollipop"},addEdgeMarker=__name((Ra,qa,Ja,ed,td,rd)=>{const od=arrowTypesMap[Ja];if(!od){log$1.warn(`Unknown arrow type: ${Ja}`);return}const sd=qa==="start"?"Start":"End";Ra.attr(`marker-${qa}`,`url(${ed}#${td}_${rd}-${od}${sd})`)},"addEdgeMarker"),edgeLabels=new Map,terminalLabels=new Map,clear2=__name(()=>{edgeLabels.clear(),terminalLabels.clear()},"clear"),getLabelStyles=__name(Ra=>Ra?Ra.reduce((Ja,ed)=>Ja+";"+ed,""):"","getLabelStyles"),insertEdgeLabel=__name(async(Ra,qa)=>{let Ja=evaluate(getConfig2().flowchart.htmlLabels);const ed=await createText(Ra,qa.label,{style:getLabelStyles(qa.labelStyle),useHtmlLabels:Ja,addSvgBackground:!0,isNode:!1});log$1.info("abc82",qa,qa.labelType);const td=Ra.insert("g").attr("class","edgeLabel"),rd=td.insert("g").attr("class","label");rd.node().appendChild(ed);let od=ed.getBBox();if(Ja){const ld=ed.children[0],cd=d3select(ed);od=ld.getBoundingClientRect(),cd.attr("width",od.width),cd.attr("height",od.height)}rd.attr("transform","translate("+-od.width/2+", "+-od.height/2+")"),edgeLabels.set(qa.id,td),qa.width=od.width,qa.height=od.height;let sd;if(qa.startLabelLeft){const ld=await createLabel_default(qa.startLabelLeft,getLabelStyles(qa.labelStyle)),cd=Ra.insert("g").attr("class","edgeTerminals"),ud=cd.insert("g").attr("class","inner");sd=ud.node().appendChild(ld);const gd=ld.getBBox();ud.attr("transform","translate("+-gd.width/2+", "+-gd.height/2+")"),terminalLabels.get(qa.id)||terminalLabels.set(qa.id,{}),terminalLabels.get(qa.id).startLeft=cd,setTerminalWidth(sd,qa.startLabelLeft)}if(qa.startLabelRight){const ld=await createLabel_default(qa.startLabelRight,getLabelStyles(qa.labelStyle)),cd=Ra.insert("g").attr("class","edgeTerminals"),ud=cd.insert("g").attr("class","inner");sd=cd.node().appendChild(ld),ud.node().appendChild(ld);const gd=ld.getBBox();ud.attr("transform","translate("+-gd.width/2+", "+-gd.height/2+")"),terminalLabels.get(qa.id)||terminalLabels.set(qa.id,{}),terminalLabels.get(qa.id).startRight=cd,setTerminalWidth(sd,qa.startLabelRight)}if(qa.endLabelLeft){const ld=await createLabel_default(qa.endLabelLeft,getLabelStyles(qa.labelStyle)),cd=Ra.insert("g").attr("class","edgeTerminals"),ud=cd.insert("g").attr("class","inner");sd=ud.node().appendChild(ld);const gd=ld.getBBox();ud.attr("transform","translate("+-gd.width/2+", "+-gd.height/2+")"),cd.node().appendChild(ld),terminalLabels.get(qa.id)||terminalLabels.set(qa.id,{}),terminalLabels.get(qa.id).endLeft=cd,setTerminalWidth(sd,qa.endLabelLeft)}if(qa.endLabelRight){const ld=await createLabel_default(qa.endLabelRight,getLabelStyles(qa.labelStyle)),cd=Ra.insert("g").attr("class","edgeTerminals"),ud=cd.insert("g").attr("class","inner");sd=ud.node().appendChild(ld);const gd=ld.getBBox();ud.attr("transform","translate("+-gd.width/2+", "+-gd.height/2+")"),cd.node().appendChild(ld),terminalLabels.get(qa.id)||terminalLabels.set(qa.id,{}),terminalLabels.get(qa.id).endRight=cd,setTerminalWidth(sd,qa.endLabelRight)}return ed},"insertEdgeLabel");function setTerminalWidth(Ra,qa){getConfig2().flowchart.htmlLabels&&Ra&&(Ra.style.width=qa.length*9+"px",Ra.style.height="12px")}__name(setTerminalWidth,"setTerminalWidth");var positionEdgeLabel=__name((Ra,qa)=>{log$1.debug("Moving label abc88 ",Ra.id,Ra.label,edgeLabels.get(Ra.id),qa);let Ja=qa.updatedPath?qa.updatedPath:qa.originalPath;const ed=getConfig2(),{subGraphTitleTotalMargin:td}=getSubGraphTitleMargins(ed);if(Ra.label){const rd=edgeLabels.get(Ra.id);let od=Ra.x,sd=Ra.y;if(Ja){const ld=utils_default.calcLabelPosition(Ja);log$1.debug("Moving label "+Ra.label+" from (",od,",",sd,") to (",ld.x,",",ld.y,") abc88"),qa.updatedPath&&(od=ld.x,sd=ld.y)}rd.attr("transform",`translate(${od}, ${sd+td/2})`)}if(Ra.startLabelLeft){const rd=terminalLabels.get(Ra.id).startLeft;let od=Ra.x,sd=Ra.y;if(Ja){const ld=utils_default.calcTerminalLabelPosition(Ra.arrowTypeStart?10:0,"start_left",Ja);od=ld.x,sd=ld.y}rd.attr("transform",`translate(${od}, ${sd})`)}if(Ra.startLabelRight){const rd=terminalLabels.get(Ra.id).startRight;let od=Ra.x,sd=Ra.y;if(Ja){const ld=utils_default.calcTerminalLabelPosition(Ra.arrowTypeStart?10:0,"start_right",Ja);od=ld.x,sd=ld.y}rd.attr("transform",`translate(${od}, ${sd})`)}if(Ra.endLabelLeft){const rd=terminalLabels.get(Ra.id).endLeft;let od=Ra.x,sd=Ra.y;if(Ja){const ld=utils_default.calcTerminalLabelPosition(Ra.arrowTypeEnd?10:0,"end_left",Ja);od=ld.x,sd=ld.y}rd.attr("transform",`translate(${od}, ${sd})`)}if(Ra.endLabelRight){const rd=terminalLabels.get(Ra.id).endRight;let od=Ra.x,sd=Ra.y;if(Ja){const ld=utils_default.calcTerminalLabelPosition(Ra.arrowTypeEnd?10:0,"end_right",Ja);od=ld.x,sd=ld.y}rd.attr("transform",`translate(${od}, ${sd})`)}},"positionEdgeLabel"),outsideNode=__name((Ra,qa)=>{const Ja=Ra.x,ed=Ra.y,td=Math.abs(qa.x-Ja),rd=Math.abs(qa.y-ed),od=Ra.width/2,sd=Ra.height/2;return td>=od||rd>=sd},"outsideNode"),intersection=__name((Ra,qa,Ja)=>{log$1.debug(`intersection calc abc89:
outsidePoint: ${JSON.stringify(qa)}
insidePoint : ${JSON.stringify(Ja)}
node : x:${Ra.x} y:${Ra.y} w:${Ra.width} h:${Ra.height}`);const ed=Ra.x,td=Ra.y,rd=Math.abs(ed-Ja.x),od=Ra.width/2;let sd=Ja.x<qa.x?od-rd:od+rd;const ld=Ra.height/2,cd=Math.abs(qa.y-Ja.y),ud=Math.abs(qa.x-Ja.x);if(Math.abs(td-qa.y)*od>Math.abs(ed-qa.x)*ld){let gd=Ja.y<qa.y?qa.y-ld-td:td-ld-qa.y;sd=ud*gd/cd;const _d={x:Ja.x<qa.x?Ja.x+sd:Ja.x-ud+sd,y:Ja.y<qa.y?Ja.y+cd-gd:Ja.y-cd+gd};return sd===0&&(_d.x=qa.x,_d.y=qa.y),ud===0&&(_d.x=qa.x),cd===0&&(_d.y=qa.y),log$1.debug(`abc89 top/bottom calc, Q ${cd}, q ${gd}, R ${ud}, r ${sd}`,_d),_d}else{Ja.x<qa.x?sd=qa.x-od-ed:sd=ed-od-qa.x;let gd=cd*sd/ud,_d=Ja.x<qa.x?Ja.x+ud-sd:Ja.x-ud+sd,yd=Ja.y<qa.y?Ja.y+gd:Ja.y-gd;return log$1.debug(`sides calc abc89, Q ${cd}, q ${gd}, R ${ud}, r ${sd}`,{_x:_d,_y:yd}),sd===0&&(_d=qa.x,yd=qa.y),ud===0&&(_d=qa.x),cd===0&&(yd=qa.y),{x:_d,y:yd}}},"intersection"),cutPathAtIntersect=__name((Ra,qa)=>{log$1.warn("abc88 cutPathAtIntersect",Ra,qa);let Ja=[],ed=Ra[0],td=!1;return Ra.forEach(rd=>{if(log$1.info("abc88 checking point",rd,qa),!outsideNode(qa,rd)&&!td){const od=intersection(qa,ed,rd);log$1.debug("abc88 inside",rd,ed,od),log$1.debug("abc88 intersection",od,qa);let sd=!1;Ja.forEach(ld=>{sd=sd||ld.x===od.x&&ld.y===od.y}),Ja.some(ld=>ld.x===od.x&&ld.y===od.y)?log$1.warn("abc88 no intersect",od,Ja):Ja.push(od),td=!0}else log$1.warn("abc88 outside",rd,ed),ed=rd,td||Ja.push(rd)}),log$1.debug("returning points",Ja),Ja},"cutPathAtIntersect");function extractCornerPoints(Ra){const qa=[],Ja=[];for(let ed=1;ed<Ra.length-1;ed++){const td=Ra[ed-1],rd=Ra[ed],od=Ra[ed+1];(td.x===rd.x&&rd.y===od.y&&Math.abs(rd.x-od.x)>5&&Math.abs(rd.y-td.y)>5||td.y===rd.y&&rd.x===od.x&&Math.abs(rd.x-td.x)>5&&Math.abs(rd.y-od.y)>5)&&(qa.push(rd),Ja.push(ed))}return{cornerPoints:qa,cornerPointPositions:Ja}}__name(extractCornerPoints,"extractCornerPoints");var findAdjacentPoint=__name(function(Ra,qa,Ja){const ed=qa.x-Ra.x,td=qa.y-Ra.y,rd=Math.sqrt(ed*ed+td*td),od=Ja/rd;return{x:qa.x-od*ed,y:qa.y-od*td}},"findAdjacentPoint"),fixCorners=__name(function(Ra){const{cornerPointPositions:qa}=extractCornerPoints(Ra),Ja=[];for(let ed=0;ed<Ra.length;ed++)if(qa.includes(ed)){const td=Ra[ed-1],rd=Ra[ed+1],od=Ra[ed],sd=findAdjacentPoint(td,od,5),ld=findAdjacentPoint(rd,od,5),cd=ld.x-sd.x,ud=ld.y-sd.y;Ja.push(sd);const gd=Math.sqrt(2)*2;let _d={x:od.x,y:od.y};if(Math.abs(rd.x-td.x)>10&&Math.abs(rd.y-td.y)>=10){log$1.debug("Corner point fixing",Math.abs(rd.x-td.x),Math.abs(rd.y-td.y));const yd=5;od.x===sd.x?_d={x:cd<0?sd.x-yd+gd:sd.x+yd-gd,y:ud<0?sd.y-gd:sd.y+gd}:_d={x:cd<0?sd.x-gd:sd.x+gd,y:ud<0?sd.y-yd+gd:sd.y+yd-gd}}else log$1.debug("Corner point skipping fixing",Math.abs(rd.x-td.x),Math.abs(rd.y-td.y));Ja.push(_d,ld)}else Ja.push(Ra[ed]);return Ja},"fixCorners"),insertEdge=__name(function(Ra,qa,Ja,ed,td,rd,od){const{handDrawnSeed:sd}=getConfig2();let ld=qa.points,cd=!1;const ud=td;var gd=rd;gd.intersect&&ud.intersect&&(ld=ld.slice(1,qa.points.length-1),ld.unshift(ud.intersect(ld[0])),log$1.debug("Last point APA12",qa.start,"-->",qa.end,ld[ld.length-1],gd,gd.intersect(ld[ld.length-1])),ld.push(gd.intersect(ld[ld.length-1]))),qa.toCluster&&(log$1.info("to cluster abc88",Ja.get(qa.toCluster)),ld=cutPathAtIntersect(qa.points,Ja.get(qa.toCluster).node),cd=!0),qa.fromCluster&&(log$1.debug("from cluster abc88",Ja.get(qa.fromCluster),JSON.stringify(ld,null,2)),ld=cutPathAtIntersect(ld.reverse(),Ja.get(qa.fromCluster).node).reverse(),cd=!0);let _d=ld.filter(jd=>!Number.isNaN(jd.y));_d=fixCorners(_d);let yd=_d[_d.length-1];if(_d.length>1){yd=_d[_d.length-1];const jd=_d[_d.length-2],Pd=(yd.x-jd.x)/2,Fd=(yd.y-jd.y)/2,Ud={x:jd.x+Pd,y:jd.y+Fd};_d.splice(-1,0,Ud)}let Ed=curveBasis;qa.curve&&(Ed=qa.curve);const{x:Td,y:Od}=getLineFunctionsWithOffset(qa),Ad=line$1().x(Td).y(Od).curve(Ed);let Nd;switch(qa.thickness){case"normal":Nd="edge-thickness-normal";break;case"thick":Nd="edge-thickness-thick";break;case"invisible":Nd="edge-thickness-invisible";break;default:Nd="edge-thickness-normal"}switch(qa.pattern){case"solid":Nd+=" edge-pattern-solid";break;case"dotted":Nd+=" edge-pattern-dotted";break;case"dashed":Nd+=" edge-pattern-dashed";break;default:Nd+=" edge-pattern-solid"}let kd,Id=Ad(_d);const Rd=Array.isArray(qa.style)?qa.style:[qa.style];if(qa.look==="handDrawn"){const jd=at$3.svg(Ra);Object.assign([],_d);const Pd=jd.path(Id,{roughness:.3,seed:sd});Nd+=" transition",kd=d3select(Pd).select("path").attr("id",qa.id).attr("class"," "+Nd+(qa.classes?" "+qa.classes:"")).attr("style",Rd?Rd.reduce((Ud,Vd)=>Ud+";"+Vd,""):"");let Fd=kd.attr("d");kd.attr("d",Fd),Ra.node().appendChild(kd.node())}else kd=Ra.append("path").attr("d",Id).attr("id",qa.id).attr("class"," "+Nd+(qa.classes?" "+qa.classes:"")).attr("style",Rd?Rd.reduce((jd,Pd)=>jd+";"+Pd,""):"");let Md="";(getConfig2().flowchart.arrowMarkerAbsolute||getConfig2().state.arrowMarkerAbsolute)&&(Md=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,Md=Md.replace(/\(/g,"\\(").replace(/\)/g,"\\)")),log$1.info("arrowTypeStart",qa.arrowTypeStart),log$1.info("arrowTypeEnd",qa.arrowTypeEnd),addEdgeMarkers(kd,qa,Md,od,ed);let Ld={};return cd&&(Ld.updatedPath=ld),Ld.originalPath=qa.points,Ld},"insertEdge"),insertMarkers=__name((Ra,qa,Ja,ed)=>{qa.forEach(td=>{markers[td](Ra,Ja,ed)})},"insertMarkers"),extension=__name((Ra,qa,Ja)=>{log$1.trace("Making markers for ",Ja),Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-extensionStart").attr("class","marker extension "+qa).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 1,7 L18,13 V 1 Z"),Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-extensionEnd").attr("class","marker extension "+qa).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 1,1 V 13 L18,7 Z")},"extension"),composition=__name((Ra,qa,Ja)=>{Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-compositionStart").attr("class","marker composition "+qa).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-compositionEnd").attr("class","marker composition "+qa).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z")},"composition"),aggregation=__name((Ra,qa,Ja)=>{Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-aggregationStart").attr("class","marker aggregation "+qa).attr("refX",18).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z"),Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-aggregationEnd").attr("class","marker aggregation "+qa).attr("refX",1).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z")},"aggregation"),dependency=__name((Ra,qa,Ja)=>{Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-dependencyStart").attr("class","marker dependency "+qa).attr("refX",6).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 5,7 L9,13 L1,7 L9,1 Z"),Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-dependencyEnd").attr("class","marker dependency "+qa).attr("refX",13).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L14,7 L9,1 Z")},"dependency"),lollipop=__name((Ra,qa,Ja)=>{Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-lollipopStart").attr("class","marker lollipop "+qa).attr("refX",13).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("circle").attr("stroke","black").attr("fill","transparent").attr("cx",7).attr("cy",7).attr("r",6),Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-lollipopEnd").attr("class","marker lollipop "+qa).attr("refX",1).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("circle").attr("stroke","black").attr("fill","transparent").attr("cx",7).attr("cy",7).attr("r",6)},"lollipop"),point=__name((Ra,qa,Ja)=>{Ra.append("marker").attr("id",Ja+"_"+qa+"-pointEnd").attr("class","marker "+qa).attr("viewBox","0 0 10 10").attr("refX",5).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",8).attr("markerHeight",8).attr("orient","auto").append("path").attr("d","M 0 0 L 10 5 L 0 10 z").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0"),Ra.append("marker").attr("id",Ja+"_"+qa+"-pointStart").attr("class","marker "+qa).attr("viewBox","0 0 10 10").attr("refX",4.5).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",8).attr("markerHeight",8).attr("orient","auto").append("path").attr("d","M 0 5 L 10 10 L 10 0 z").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0")},"point"),circle=__name((Ra,qa,Ja)=>{Ra.append("marker").attr("id",Ja+"_"+qa+"-circleEnd").attr("class","marker "+qa).attr("viewBox","0 0 10 10").attr("refX",11).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("circle").attr("cx","5").attr("cy","5").attr("r","5").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0"),Ra.append("marker").attr("id",Ja+"_"+qa+"-circleStart").attr("class","marker "+qa).attr("viewBox","0 0 10 10").attr("refX",-1).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("circle").attr("cx","5").attr("cy","5").attr("r","5").attr("class","arrowMarkerPath").style("stroke-width",1).style("stroke-dasharray","1,0")},"circle"),cross$2=__name((Ra,qa,Ja)=>{Ra.append("marker").attr("id",Ja+"_"+qa+"-crossEnd").attr("class","marker cross "+qa).attr("viewBox","0 0 11 11").attr("refX",12).attr("refY",5.2).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("path").attr("d","M 1,1 l 9,9 M 10,1 l -9,9").attr("class","arrowMarkerPath").style("stroke-width",2).style("stroke-dasharray","1,0"),Ra.append("marker").attr("id",Ja+"_"+qa+"-crossStart").attr("class","marker cross "+qa).attr("viewBox","0 0 11 11").attr("refX",-1).attr("refY",5.2).attr("markerUnits","userSpaceOnUse").attr("markerWidth",11).attr("markerHeight",11).attr("orient","auto").append("path").attr("d","M 1,1 l 9,9 M 10,1 l -9,9").attr("class","arrowMarkerPath").style("stroke-width",2).style("stroke-dasharray","1,0")},"cross"),barb=__name((Ra,qa,Ja)=>{Ra.append("defs").append("marker").attr("id",Ja+"_"+qa+"-barbEnd").attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",14).attr("markerUnits","userSpaceOnUse").attr("orient","auto").append("path").attr("d","M 19,7 L9,13 L14,7 L9,1 Z")},"barb"),markers={extension,composition,aggregation,dependency,lollipop,point,circle,cross:cross$2,barb},markers_default=insertMarkers,labelHelper=__name(async(Ra,qa,Ja)=>{let ed;const td=qa.useHtmlLabels||evaluate(getConfig2().flowchart.htmlLabels);Ja?ed=Ja:ed="node default";const rd=Ra.insert("g").attr("class",ed).attr("id",qa.domId||qa.id),od=rd.insert("g").attr("class","label").attr("style",qa.labelStyle);let sd;qa.label===void 0?sd="":sd=typeof qa.label=="string"?qa.label:qa.label[0];let ld;ld=await createText(od,sanitizeText(decodeEntities(sd),getConfig2()),{useHtmlLabels:td,width:qa.width||getConfig2().flowchart.wrappingWidth,cssClasses:"markdown-node-label",style:qa.labelStyle});let cd=ld.getBBox();const ud=qa.padding/2;if(evaluate(getConfig2().flowchart.htmlLabels)){const gd=ld.children[0],_d=d3select(ld),yd=gd.getElementsByTagName("img");if(yd){const Ed=sd.replace(/<img[^>]*>/g,"").trim()==="";await Promise.all([...yd].map(Td=>new Promise(Od=>{function Ad(){if(Td.style.display="flex",Td.style.flexDirection="column",Ed){const Nd=getConfig2().fontSize?getConfig2().fontSize:window.getComputedStyle(document.body).fontSize,Id=parseInt(Nd,10)*5+"px";Td.style.minWidth=Id,Td.style.maxWidth=Id}else Td.style.width="100%";Od(Td)}__name(Ad,"setupImage"),setTimeout(()=>{Td.complete&&Ad()}),Td.addEventListener("error",Ad),Td.addEventListener("load",Ad)})))}cd=gd.getBoundingClientRect(),_d.attr("width",cd.width),_d.attr("height",cd.height)}return td?od.attr("transform","translate("+-cd.width/2+", "+-cd.height/2+")"):od.attr("transform","translate(0, "+-cd.height/2+")"),qa.centerLabel&&od.attr("transform","translate("+-cd.width/2+", "+-cd.height/2+")"),od.insert("rect",":first-child"),{shapeSvg:rd,bbox:cd,halfPadding:ud,label:od}},"labelHelper"),updateNodeBounds=__name((Ra,qa)=>{const Ja=qa.node().getBBox();Ra.width=Ja.width,Ra.height=Ja.height},"updateNodeBounds"),getNodeClasses=__name((Ra,qa)=>(Ra.look==="handDrawn"?"rough-node":"node")+" "+Ra.cssClasses+" "+(qa||""),"getNodeClasses");function intersectNode(Ra,qa){return Ra.intersect(qa)}__name(intersectNode,"intersectNode");var intersect_node_default=intersectNode;function intersectEllipse(Ra,qa,Ja,ed){var td=Ra.x,rd=Ra.y,od=td-ed.x,sd=rd-ed.y,ld=Math.sqrt(qa*qa*sd*sd+Ja*Ja*od*od),cd=Math.abs(qa*Ja*od/ld);ed.x<td&&(cd=-cd);var ud=Math.abs(qa*Ja*sd/ld);return ed.y<rd&&(ud=-ud),{x:td+cd,y:rd+ud}}__name(intersectEllipse,"intersectEllipse");var intersect_ellipse_default=intersectEllipse;function intersectCircle(Ra,qa,Ja){return intersect_ellipse_default(Ra,qa,qa,Ja)}__name(intersectCircle,"intersectCircle");var intersect_circle_default=intersectCircle;function intersectLine(Ra,qa,Ja,ed){var td,rd,od,sd,ld,cd,ud,gd,_d,yd,Ed,Td,Od,Ad,Nd;if(td=qa.y-Ra.y,od=Ra.x-qa.x,ld=qa.x*Ra.y-Ra.x*qa.y,_d=td*Ja.x+od*Ja.y+ld,yd=td*ed.x+od*ed.y+ld,!(_d!==0&&yd!==0&&sameSign(_d,yd))&&(rd=ed.y-Ja.y,sd=Ja.x-ed.x,cd=ed.x*Ja.y-Ja.x*ed.y,ud=rd*Ra.x+sd*Ra.y+cd,gd=rd*qa.x+sd*qa.y+cd,!(ud!==0&&gd!==0&&sameSign(ud,gd))&&(Ed=td*sd-rd*od,Ed!==0)))return Td=Math.abs(Ed/2),Od=od*cd-sd*ld,Ad=Od<0?(Od-Td)/Ed:(Od+Td)/Ed,Od=rd*ld-td*cd,Nd=Od<0?(Od-Td)/Ed:(Od+Td)/Ed,{x:Ad,y:Nd}}__name(intersectLine,"intersectLine");function sameSign(Ra,qa){return Ra*qa>0}__name(sameSign,"sameSign");var intersect_line_default=intersectLine;function intersectPolygon(Ra,qa,Ja){let ed=Ra.x,td=Ra.y,rd=[],od=Number.POSITIVE_INFINITY,sd=Number.POSITIVE_INFINITY;typeof qa.forEach=="function"?qa.forEach(function(ud){od=Math.min(od,ud.x),sd=Math.min(sd,ud.y)}):(od=Math.min(od,qa.x),sd=Math.min(sd,qa.y));let ld=ed-Ra.width/2-od,cd=td-Ra.height/2-sd;for(let ud=0;ud<qa.length;ud++){let gd=qa[ud],_d=qa[ud<qa.length-1?ud+1:0],yd=intersect_line_default(Ra,Ja,{x:ld+gd.x,y:cd+gd.y},{x:ld+_d.x,y:cd+_d.y});yd&&rd.push(yd)}return rd.length?(rd.length>1&&rd.sort(function(ud,gd){let _d=ud.x-Ja.x,yd=ud.y-Ja.y,Ed=Math.sqrt(_d*_d+yd*yd),Td=gd.x-Ja.x,Od=gd.y-Ja.y,Ad=Math.sqrt(Td*Td+Od*Od);return Ed<Ad?-1:Ed===Ad?0:1}),rd[0]):Ra}__name(intersectPolygon,"intersectPolygon");var intersect_polygon_default=intersectPolygon,intersect_default={node:intersect_node_default,circle:intersect_circle_default,ellipse:intersect_ellipse_default,polygon:intersect_polygon_default,rect:intersect_rect_default},drawRect=__name(async(Ra,qa,Ja)=>{const{labelStyles:ed,nodeStyles:td}=styles2String(qa);qa.labelStyle=ed;const{shapeSvg:rd,bbox:od}=await labelHelper(Ra,qa,getNodeClasses(qa)),sd=Math.max(od.width+Ja.labelPaddingX*2,(qa==null?void 0:qa.width)||0),ld=Math.max(od.height+Ja.labelPaddingY*2,(qa==null?void 0:qa.height)||0),cd=-sd/2,ud=-ld/2;let gd,{rx:_d,ry:yd}=qa;const{cssStyles:Ed}=qa;if(Ja!=null&&Ja.rx&&Ja.ry&&(_d=Ja.rx,yd=Ja.ry),qa.look==="handDrawn"){const Td=at$3.svg(rd),Od=userNodeOverrides(qa,{}),Ad=_d||yd?Td.path(createRoundedRectPathD(cd,ud,sd,ld,_d||0),Od):Td.rectangle(cd,ud,sd,ld,Od);gd=rd.insert(()=>Ad,":first-child"),gd.attr("class","basic label-container").attr("style",Ed)}else gd=rd.insert("rect",":first-child"),gd.attr("class","basic label-container").attr("style",td).attr("rx",_d).attr("data-id","abc").attr("data-et","node").attr("ry",yd).attr("x",cd).attr("y",ud).attr("width",sd).attr("height",ld);return updateNodeBounds(qa,gd),qa.intersect=function(Td){return intersect_default.rect(qa,Td)},rd},"drawRect"),state$1=__name(async(Ra,qa)=>drawRect(Ra,qa,{rx:5,ry:5,classes:"flowchart-node"}),"state"),roundedRect=__name(async(Ra,qa)=>{const Ja={rx:5,ry:5,classes:"",labelPaddingX:((qa==null?void 0:qa.padding)||0)*1,labelPaddingY:((qa==null?void 0:qa.padding)||0)*1};return drawRect(Ra,qa,Ja)},"roundedRect"),squareRect2=__name(async(Ra,qa)=>{const Ja={rx:0,ry:0,classes:"",labelPaddingX:((qa==null?void 0:qa.padding)||0)*2,labelPaddingY:((qa==null?void 0:qa.padding)||0)*1};return drawRect(Ra,qa,Ja)},"squareRect"),stateStart=__name((Ra,qa)=>{const{themeVariables:Ja}=getConfig2(),{lineColor:ed}=Ja,td=Ra.insert("g").attr("class","node default").attr("id",qa.domId||qa.id);let rd;if(qa.look==="handDrawn"){const sd=at$3.svg(td).circle(0,0,14,solidStateFill(ed));rd=td.insert(()=>sd)}else rd=td.insert("circle",":first-child");return rd.attr("class","state-start").attr("r",7).attr("width",14).attr("height",14),updateNodeBounds(qa,rd),qa.intersect=function(od){return intersect_default.circle(qa,7,od)},td},"stateStart"),stateEnd=__name((Ra,qa)=>{const{themeVariables:Ja}=getConfig2(),{lineColor:ed}=Ja,td=Ra.insert("g").attr("class","node default").attr("id",qa.domId||qa.id);let rd,od;if(qa.look==="handDrawn"){const sd=at$3.svg(td),ld=sd.circle(0,0,14,{...solidStateFill(ed),roughness:.5}),cd=sd.circle(0,0,5,{...solidStateFill(ed),fillStyle:"solid"});rd=td.insert(()=>ld),od=td.insert(()=>cd)}else od=td.insert("circle",":first-child"),rd=td.insert("circle",":first-child"),rd.attr("class","state-start").attr("r",7).attr("width",14).attr("height",14),od.attr("class","state-end").attr("r",5).attr("width",10).attr("height",10);return updateNodeBounds(qa,rd),qa.intersect=function(sd){return intersect_default.circle(qa,7,sd)},td},"stateEnd"),forkJoin=__name((Ra,qa,Ja)=>{const{themeVariables:ed}=getConfig2(),{lineColor:td}=ed,rd=Ra.insert("g").attr("class","node default").attr("id",qa.domId||qa.id);let od=70,sd=10;Ja==="LR"&&(od=10,sd=70);const ld=-1*od/2,cd=-1*sd/2;let ud;if(qa.look==="handDrawn"){const Td=at$3.svg(rd).rectangle(ld,cd,od,sd,solidStateFill(td));ud=rd.insert(()=>Td)}else ud=rd.append("rect").attr("x",ld).attr("y",cd).attr("width",od).attr("height",sd).attr("class","fork-join");updateNodeBounds(qa,ud);let gd=0,_d=0,yd=10;return qa.height&&(gd=qa.height),qa.width&&(_d=qa.width),qa.padding&&(yd=qa.padding),qa.height=gd+yd/2,qa.width=_d+yd/2,qa.intersect=function(Ed){return intersect_default.rect(qa,Ed)},rd},"forkJoin"),choice=__name((Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{themeVariables:td}=getConfig2(),{lineColor:rd}=td,od=Ra.insert("g").attr("class","node default").attr("id",qa.domId||qa.id),sd=28,ld=[{x:0,y:sd/2},{x:sd/2,y:0},{x:0,y:-sd/2},{x:-sd/2,y:0}];let cd;if(qa.look==="handDrawn"){const ud=at$3.svg(od),gd=ld.map(function(yd){return[yd.x,yd.y]}),_d=ud.polygon(gd,solidStateFill(rd));cd=od.insert(()=>_d)}else cd=od.insert("polygon",":first-child").attr("points",ld.map(function(ud){return ud.x+","+ud.y}).join(" "));return cd.attr("class","state-start").attr("r",7).attr("width",28).attr("height",28).attr("style",ed),qa.width=28,qa.height=28,qa.intersect=function(ud){return intersect_default.circle(qa,14,ud)},od},"choice"),note=__name(async(Ra,qa)=>{const{themeVariables:Ja,handDrawnSeed:ed}=getConfig2(),{noteBorderColor:td,noteBkgColor:rd}=Ja;qa.useHtmlLabels||(qa.centerLabel=!0);const{shapeSvg:sd,bbox:ld}=await labelHelper(Ra,qa,"node "+qa.cssClasses);log$1.info("Classes = ",qa.cssClasses);const{cssStyles:cd}=qa;let ud;const gd=ld.width+qa.padding,_d=ld.height+qa.padding,yd=-gd/2,Ed=-_d/2;if(qa.look==="handDrawn"){const Od=at$3.svg(sd).rectangle(yd,Ed,gd,_d,{roughness:.7,fill:rd,fillWeight:3,seed:ed,stroke:td});ud=sd.insert(()=>Od,":first-child"),ud.attr("class","basic label-container").attr("style",cd)}else ud=sd.insert("rect",":first-child"),ud.attr("rx",qa.rx).attr("ry",qa.ry).attr("x",yd).attr("y",Ed).attr("width",gd).attr("height",_d);return updateNodeBounds(qa,ud),qa.intersect=function(Td){return intersect_default.rect(qa,Td)},sd},"note"),stadium=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=rd.height+qa.padding,sd=rd.width+od/4+qa.padding;let ld;const{cssStyles:cd}=qa;if(qa.look==="handDrawn"){const ud=at$3.svg(td),gd=userNodeOverrides(qa,{}),_d=createRoundedRectPathD(-sd/2,-od/2,sd,od,od/2),yd=ud.path(_d,gd);ld=td.insert(()=>yd,":first-child"),ld.attr("class","basic label-container").attr("style",cd)}else ld=td.insert("rect",":first-child"),ld.attr("class","basic label-container").attr("style",ed).attr("rx",od/2).attr("ry",od/2).attr("x",-sd/2).attr("y",-od/2).attr("width",sd).attr("height",od);return updateNodeBounds(qa,ld),qa.intersect=function(ud){return intersect_default.rect(qa,ud)},td},"stadium"),rectWithTitle=__name(async(Ra,qa)=>{var jd,Pd;const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;let td;qa.cssClasses?td="node "+qa.cssClasses:td="node default";const rd=Ra.insert("g").attr("class",td).attr("id",qa.domId||qa.id),od=rd.insert("g"),sd=rd.insert("g").attr("class","label").attr("style",ed),ld=qa.description,cd=qa.label,ud=sd.node().appendChild(await createLabel_default(cd,qa.labelStyle,!0,!0));let gd={width:0,height:0};if(evaluate((Pd=(jd=getConfig2())==null?void 0:jd.flowchart)==null?void 0:Pd.htmlLabels)){const Fd=ud.children[0],Ud=d3select(ud);gd=Fd.getBoundingClientRect(),Ud.attr("width",gd.width),Ud.attr("height",gd.height)}log$1.info("Text 2",ld);const _d=ld||[],yd=ud.getBBox(),Ed=sd.node().appendChild(await createLabel_default(_d.join?_d.join("<br/>"):_d,qa.labelStyle,!0,!0)),Td=Ed.children[0],Od=d3select(Ed);gd=Td.getBoundingClientRect(),Od.attr("width",gd.width),Od.attr("height",gd.height);const Ad=(qa.padding||0)/2;d3select(Ed).attr("transform","translate( "+(gd.width>yd.width?0:(yd.width-gd.width)/2)+", "+(yd.height+Ad+5)+")"),d3select(ud).attr("transform","translate( "+(gd.width<yd.width?0:-(yd.width-gd.width)/2)+", 0)"),gd=sd.node().getBBox(),sd.attr("transform","translate("+-gd.width/2+", "+(-gd.height/2-Ad+3)+")");const Nd=gd.width+(qa.padding||0),kd=gd.height+(qa.padding||0),Id=-gd.width/2-Ad,Rd=-gd.height/2-Ad;let Md,Ld;if(qa.look==="handDrawn"){const Fd=at$3.svg(rd),Ud=userNodeOverrides(qa,{}),Vd=Fd.path(createRoundedRectPathD(Id,Rd,Nd,kd,qa.rx||0),Ud),qd=Fd.line(-gd.width/2-Ad,-gd.height/2-Ad+yd.height+Ad,gd.width/2+Ad,-gd.height/2-Ad+yd.height+Ad,Ud);Ld=rd.insert(()=>(log$1.debug("Rough node insert CXC",Vd),qd),":first-child"),Md=rd.insert(()=>(log$1.debug("Rough node insert CXC",Vd),Vd),":first-child")}else Md=od.insert("rect",":first-child"),Ld=od.insert("line"),Md.attr("class","outer title-state").attr("style",ed).attr("x",-gd.width/2-Ad).attr("y",-gd.height/2-Ad).attr("width",gd.width+(qa.padding||0)).attr("height",gd.height+(qa.padding||0)),Ld.attr("class","divider").attr("x1",-gd.width/2-Ad).attr("x2",gd.width/2+Ad).attr("y1",-gd.height/2-Ad+yd.height+Ad).attr("y2",-gd.height/2-Ad+yd.height+Ad);return updateNodeBounds(qa,Md),qa.intersect=function(Fd){return intersect_default.rect(qa,Fd)},rd},"rectWithTitle");function insertPolygonShape(Ra,qa,Ja,ed){return Ra.insert("polygon",":first-child").attr("points",ed.map(function(td){return td.x+","+td.y}).join(" ")).attr("class","label-container").attr("transform","translate("+-qa/2+","+Ja/2+")")}__name(insertPolygonShape,"insertPolygonShape");var subroutine=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=((qa==null?void 0:qa.padding)||0)/2,sd=rd.width+qa.padding,ld=rd.height+qa.padding,cd=-rd.width/2-od,ud=-rd.height/2-od,gd=[{x:0,y:0},{x:sd,y:0},{x:sd,y:-ld},{x:0,y:-ld},{x:0,y:0},{x:-8,y:0},{x:sd+8,y:0},{x:sd+8,y:-ld},{x:-8,y:-ld},{x:-8,y:0}];if(qa.look==="handDrawn"){const _d=at$3.svg(td),yd=userNodeOverrides(qa,{}),Ed=_d.rectangle(cd-8,ud,sd+16,ld,yd),Td=_d.line(cd,ud,cd,ud+ld,yd),Od=_d.line(cd+sd,ud,cd+sd,ud+ld,yd);td.insert(()=>Td,":first-child"),td.insert(()=>Od,":first-child");const Ad=td.insert(()=>Ed,":first-child"),{cssStyles:Nd}=qa;Ad.attr("class","basic label-container").attr("style",Nd),updateNodeBounds(qa,Ad)}else{const _d=insertPolygonShape(td,sd,ld,gd);ed&&_d.attr("style",ed),updateNodeBounds(qa,_d)}return qa.intersect=function(_d){return intersect_default.polygon(qa,gd,_d)},td},"subroutine"),createCylinderPathD=__name((Ra,qa,Ja,ed,td,rd)=>[`M${Ra},${qa+rd}`,`a${td},${rd} 0,0,0 ${Ja},0`,`a${td},${rd} 0,0,0 ${-Ja},0`,`l0,${ed}`,`a${td},${rd} 0,0,0 ${Ja},0`,`l0,${-ed}`].join(" "),"createCylinderPathD"),createOuterCylinderPathD=__name((Ra,qa,Ja,ed,td,rd)=>[`M${Ra},${qa+rd}`,`M${Ra+Ja},${qa+rd}`,`a${td},${rd} 0,0,0 ${-Ja},0`,`l0,${ed}`,`a${td},${rd} 0,0,0 ${Ja},0`,`l0,${-ed}`].join(" "),"createOuterCylinderPathD"),createInnerCylinderPathD=__name((Ra,qa,Ja,ed,td,rd)=>[`M${Ra-Ja/2},${-ed/2}`,`a${td},${rd} 0,0,0 ${Ja},0`].join(" "),"createInnerCylinderPathD"),cylinder=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=rd.width+qa.padding,sd=od/2,ld=sd/(2.5+od/50),cd=rd.height+ld+qa.padding;let ud;const{cssStyles:gd}=qa;if(qa.look==="handDrawn"){const _d=at$3.svg(td),yd=createOuterCylinderPathD(0,0,od,cd,sd,ld),Ed=createInnerCylinderPathD(0,ld,od,cd,sd,ld),Td=_d.path(yd,userNodeOverrides(qa,{})),Od=_d.path(Ed,userNodeOverrides(qa,{fill:"none"}));ud=td.insert(()=>Od,":first-child"),ud=td.insert(()=>Td,":first-child"),ud.attr("class","basic label-container"),gd&&ud.attr("style",gd)}else{const _d=createCylinderPathD(0,0,od,cd,sd,ld);ud=td.insert("path",":first-child").attr("d",_d).attr("class","basic label-container").attr("style",gd).attr("style",ed)}return ud.attr("label-offset-y",ld),ud.attr("transform",`translate(${-od/2}, ${-(cd/2+ld)})`),updateNodeBounds(qa,ud),qa.intersect=function(_d){const yd=intersect_default.rect(qa,_d),Ed=yd.x-(qa.x??0);if(sd!=0&&(Math.abs(Ed)<(qa.width??0)/2||Math.abs(Ed)==(qa.width??0)/2&&Math.abs(yd.y-(qa.y??0))>(qa.height??0)/2-ld)){let Td=ld*ld*(1-Ed*Ed/(sd*sd));Td>0&&(Td=Math.sqrt(Td)),Td=ld-Td,_d.y-(qa.y??0)>0&&(Td=-Td),yd.y+=Td}return yd},td},"cylinder"),circle2=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd,halfPadding:od}=await labelHelper(Ra,qa,getNodeClasses(qa)),sd=rd.width/2+od;let ld;const{cssStyles:cd}=qa;if(qa.look==="handDrawn"){const ud=at$3.svg(td),gd=userNodeOverrides(qa,{}),_d=ud.circle(0,0,sd*2,gd);ld=td.insert(()=>_d,":first-child"),ld.attr("class","basic label-container").attr("style",cd)}else ld=td.insert("circle",":first-child").attr("class","basic label-container").attr("style",ed).attr("r",sd).attr("cx",0).attr("cy",0);return updateNodeBounds(qa,ld),qa.intersect=function(ud){return log$1.info("Circle intersect",qa,sd,ud),intersect_default.circle(qa,sd,ud)},td},"circle"),doublecircle=__name(async(Ra,qa)=>{var _d,yd;const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd,halfPadding:od}=await labelHelper(Ra,qa,getNodeClasses(qa)),ld=rd.width/2+od+5,cd=rd.width/2+od;let ud;const{cssStyles:gd}=qa;if(qa.look==="handDrawn"){const Ed=at$3.svg(td),Td=userNodeOverrides(qa,{roughness:.2,strokeWidth:2.5}),Od=userNodeOverrides(qa,{roughness:.2,strokeWidth:1.5}),Ad=Ed.circle(0,0,ld*2,Td),Nd=Ed.circle(0,0,cd*2,Od);ud=td.insert("g",":first-child"),ud.attr("class",qa.cssClasses).attr("style",gd),(_d=ud.node())==null||_d.appendChild(Ad),(yd=ud.node())==null||yd.appendChild(Nd)}else{ud=td.insert("g",":first-child");const Ed=ud.insert("circle",":first-child"),Td=ud.insert("circle");ud.attr("class","basic label-container").attr("style",ed),Ed.attr("class","outer-circle").attr("style",ed).attr("r",ld).attr("cx",0).attr("cy",0),Td.attr("class","inner-circle").attr("style",ed).attr("r",cd).attr("cx",0).attr("cy",0)}return updateNodeBounds(qa,ud),qa.intersect=function(Ed){return log$1.info("DoubleCircle intersect",qa,ld,Ed),intersect_default.circle(qa,ld,Ed)},td},"doublecircle"),createPolygonPathD=__name((Ra,qa,Ja,ed)=>[`M${Ra-ed/2},${qa}`,`L${Ra+Ja},${qa}`,`L${Ra+Ja},${qa-ed}`,`L${Ra-ed/2},${qa-ed}`,`L${Ra},${qa-ed/2}`,"Z"].join(" "),"createPolygonPathD"),rect_left_inv_arrow=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=rd.width+qa.padding,sd=rd.height+qa.padding,ld=[{x:-sd/2,y:0},{x:od,y:0},{x:od,y:-sd},{x:-sd/2,y:-sd},{x:0,y:-sd/2}];let cd;const{cssStyles:ud}=qa;if(qa.look==="handDrawn"){const gd=at$3.svg(td),_d=userNodeOverrides(qa,{}),yd=createPolygonPathD(0,0,od,sd),Ed=gd.path(yd,_d);cd=td.insert(()=>Ed,":first-child").attr("transform",`translate(${-od/2}, ${sd/2})`),ud&&cd.attr("style",ud)}else cd=insertPolygonShape(td,od,sd,ld);return ed&&cd.attr("style",ed),qa.width=od+sd,qa.height=sd,updateNodeBounds(qa,cd),qa.intersect=function(gd){return intersect_default.polygon(qa,ld,gd)},td},"rect_left_inv_arrow"),createDecisionBoxPathD=__name((Ra,qa,Ja)=>[`M${Ra+Ja/2},${qa}`,`L${Ra+Ja},${qa-Ja/2}`,`L${Ra+Ja/2},${qa-Ja}`,`L${Ra},${qa-Ja/2}`,"Z"].join(" "),"createDecisionBoxPathD"),question=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=rd.width+qa.padding,sd=rd.height+qa.padding,ld=od+sd,cd=[{x:ld/2,y:0},{x:ld,y:-ld/2},{x:ld/2,y:-ld},{x:0,y:-ld/2}];let ud;const{cssStyles:gd}=qa;if(qa.look==="handDrawn"){const _d=at$3.svg(td),yd=userNodeOverrides(qa,{}),Ed=createDecisionBoxPathD(0,0,ld),Td=_d.path(Ed,yd);ud=td.insert(()=>Td,":first-child").attr("transform",`translate(${-ld/2}, ${ld/2})`),gd&&ud.attr("style",gd)}else ud=insertPolygonShape(td,ld,ld,cd);return ed&&ud.attr("style",ed),updateNodeBounds(qa,ud),qa.intersect=function(_d){return log$1.debug(`APA12 Intersect called SPLIT
point:`,_d,`
node:
`,qa,`
res:`,intersect_default.polygon(qa,cd,_d)),intersect_default.polygon(qa,cd,_d)},td},"question"),createHexagonPathD=__name((Ra,qa,Ja,ed,td)=>[`M${Ra+td},${qa}`,`L${Ra+Ja-td},${qa}`,`L${Ra+Ja},${qa-ed/2}`,`L${Ra+Ja-td},${qa-ed}`,`L${Ra+td},${qa-ed}`,`L${Ra},${qa-ed/2}`,"Z"].join(" "),"createHexagonPathD"),hexagon=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=4,sd=rd.height+qa.padding,ld=sd/od,cd=rd.width+2*ld+qa.padding,ud=[{x:ld,y:0},{x:cd-ld,y:0},{x:cd,y:-sd/2},{x:cd-ld,y:-sd},{x:ld,y:-sd},{x:0,y:-sd/2}];let gd;const{cssStyles:_d}=qa;if(qa.look==="handDrawn"){const yd=at$3.svg(td),Ed=userNodeOverrides(qa,{}),Td=createHexagonPathD(0,0,cd,sd,ld),Od=yd.path(Td,Ed);gd=td.insert(()=>Od,":first-child").attr("transform",`translate(${-cd/2}, ${sd/2})`),_d&&gd.attr("style",_d)}else gd=insertPolygonShape(td,cd,sd,ud);return ed&&gd.attr("style",ed),qa.width=cd,qa.height=sd,updateNodeBounds(qa,gd),qa.intersect=function(yd){return intersect_default.polygon(qa,ud,yd)},td},"hexagon"),createLeanRightPathD=__name((Ra,qa,Ja,ed)=>[`M${Ra-2*ed/6},${qa}`,`L${Ra+Ja-ed/6},${qa}`,`L${Ra+Ja+2*ed/6},${qa-ed}`,`L${Ra+ed/6},${qa-ed}`,"Z"].join(" "),"createLeanRightPathD"),lean_right=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=rd.width+qa.padding,sd=rd.height+qa.padding,ld=[{x:-2*sd/6,y:0},{x:od-sd/6,y:0},{x:od+2*sd/6,y:-sd},{x:sd/6,y:-sd}];let cd;const{cssStyles:ud}=qa;if(qa.look==="handDrawn"){const gd=at$3.svg(td),_d=userNodeOverrides(qa,{}),yd=createLeanRightPathD(0,0,od,sd),Ed=gd.path(yd,_d);cd=td.insert(()=>Ed,":first-child").attr("transform",`translate(${-od/2}, ${sd/2})`),ud&&cd.attr("style",ud)}else cd=insertPolygonShape(td,od,sd,ld);return ed&&cd.attr("style",ed),qa.width=od,qa.height=sd,updateNodeBounds(qa,cd),qa.intersect=function(gd){return intersect_default.polygon(qa,ld,gd)},td},"lean_right"),createLeanLeftPathD=__name((Ra,qa,Ja,ed)=>[`M${Ra+2*ed/6},${qa}`,`L${Ra+Ja+ed/6},${qa}`,`L${Ra+Ja-2*ed/6},${qa-ed}`,`L${Ra-ed/6},${qa-ed}`,"Z"].join(" "),"createLeanLeftPathD"),lean_left=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=rd.width+qa.padding,sd=rd.height+qa.padding,ld=[{x:2*sd/6,y:0},{x:od+sd/6,y:0},{x:od-2*sd/6,y:-sd},{x:-sd/6,y:-sd}];let cd;const{cssStyles:ud}=qa;if(qa.look==="handDrawn"){const gd=at$3.svg(td),_d=userNodeOverrides(qa,{}),yd=createLeanLeftPathD(0,0,od,sd),Ed=gd.path(yd,_d);cd=td.insert(()=>Ed,":first-child").attr("transform",`translate(${-od/2}, ${sd/2})`),ud&&cd.attr("style",ud)}else cd=insertPolygonShape(td,od,sd,ld);return ed&&cd.attr("style",ed),qa.width=od,qa.height=sd,updateNodeBounds(qa,cd),qa.intersect=function(gd){return intersect_default.polygon(qa,ld,gd)},td},"lean_left"),createTrapezoidPathD=__name((Ra,qa,Ja,ed)=>[`M${Ra-2*ed/6},${qa}`,`L${Ra+Ja+2*ed/6},${qa}`,`L${Ra+Ja-ed/6},${qa-ed}`,`L${Ra+ed/6},${qa-ed}`,"Z"].join(" "),"createTrapezoidPathD"),trapezoid=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=rd.width+qa.padding,sd=rd.height+qa.padding,ld=[{x:-2*sd/6,y:0},{x:od+2*sd/6,y:0},{x:od-sd/6,y:-sd},{x:sd/6,y:-sd}];let cd;const{cssStyles:ud}=qa;if(qa.look==="handDrawn"){const gd=at$3.svg(td),_d=userNodeOverrides(qa,{}),yd=createTrapezoidPathD(0,0,od,sd),Ed=gd.path(yd,_d);cd=td.insert(()=>Ed,":first-child").attr("transform",`translate(${-od/2}, ${sd/2})`),ud&&cd.attr("style",ud)}else cd=insertPolygonShape(td,od,sd,ld);return ed&&cd.attr("style",ed),qa.width=od,qa.height=sd,updateNodeBounds(qa,cd),qa.intersect=function(gd){return intersect_default.polygon(qa,ld,gd)},td},"trapezoid"),createInvertedTrapezoidPathD=__name((Ra,qa,Ja,ed)=>[`M${Ra+ed/6},${qa}`,`L${Ra+Ja-ed/6},${qa}`,`L${Ra+Ja+2*ed/6},${qa-ed}`,`L${Ra-2*ed/6},${qa-ed}`,"Z"].join(" "),"createInvertedTrapezoidPathD"),inv_trapezoid=__name(async(Ra,qa)=>{const{labelStyles:Ja,nodeStyles:ed}=styles2String(qa);qa.labelStyle=Ja;const{shapeSvg:td,bbox:rd}=await labelHelper(Ra,qa,getNodeClasses(qa)),od=rd.width+qa.padding,sd=rd.height+qa.padding,ld=[{x:sd/6,y:0},{x:od-sd/6,y:0},{x:od+2*sd/6,y:-sd},{x:-2*sd/6,y:-sd}];let cd;const{cssStyles:ud}=qa;if(qa.look==="handDrawn"){const gd=at$3.svg(td),_d=userNodeOverrides(qa,{}),yd=createInvertedTrapezoidPathD(0,0,od,sd),Ed=gd.path(yd,_d);cd=td.insert(()=>Ed,":first-child").attr("transform",`translate(${-od/2}, ${sd/2})`),ud&&cd.attr("style",ud)}else cd=insertPolygonShape(td,od,sd,ld);return ed&&cd.attr("style",ed),qa.width=od,qa.height=sd,updateNodeBounds(qa,cd),qa.intersect=function(gd){return intersect_default.polygon(qa,ld,gd)},td},"inv_trapezoid"),labelRect=__name(async(Ra,qa)=>{const{shapeSvg:Ja}=await labelHelper(Ra,qa,"label"),ed=Ja.insert("rect",":first-child");return ed.attr("width",.1).attr("height",.1),Ja.attr("class","label edgeLabel"),updateNodeBounds(qa,ed),qa.intersect=function(od){return intersect_default.rect(qa,od)},Ja},"labelRect"),shapes2={state:state$1,stateStart,stateEnd,fork:forkJoin,join:forkJoin,choice,note,roundedRect,rectWithTitle,squareRect:squareRect2,stadium,subroutine,cylinder,circle:circle2,doublecircle,odd:rect_left_inv_arrow,diamond:question,hexagon,lean_right,lean_left,trapezoid,inv_trapezoid,labelRect},nodeElems=new Map,insertNode=__name(async(Ra,qa,Ja)=>{let ed,td;if(qa.shape==="rect"&&(qa.rx&&qa.ry?qa.shape="roundedRect":qa.shape="squareRect"),qa.link){let rd;getConfig2().securityLevel==="sandbox"?rd="_top":qa.linkTarget&&(rd=qa.linkTarget||"_blank"),ed=Ra.insert("svg:a").attr("xlink:href",qa.link).attr("target",rd),td=await shapes2[qa.shape](ed,qa,Ja)}else td=await shapes2[qa.shape](Ra,qa,Ja),ed=td;return qa.tooltip&&td.attr("title",qa.tooltip),nodeElems.set(qa.id,ed),qa.haveCallback&&nodeElems.get(qa.id).attr("class",nodeElems.get(qa.id).attr("class")+" clickable"),ed},"insertNode"),setNodeElem=__name((Ra,qa)=>{nodeElems.set(qa.id,Ra)},"setNodeElem"),clear3=__name(()=>{nodeElems.clear()},"clear"),positionNode=__name(Ra=>{const qa=nodeElems.get(Ra.id);log$1.trace("Transforming node",Ra.diff,Ra,"translate("+(Ra.x-Ra.width/2-5)+", "+Ra.width/2+")");const Ja=8,ed=Ra.diff||0;return Ra.clusterNode?qa.attr("transform","translate("+(Ra.x+ed-Ra.width/2)+", "+(Ra.y-Ra.height/2-Ja)+")"):qa.attr("transform","translate("+Ra.x+", "+Ra.y+")"),ed},"positionNode"),internalHelpers={common:common_default,getConfig:getConfig$1,insertCluster,insertEdge,insertEdgeLabel,insertMarkers:markers_default,insertNode,interpolateToCurve,labelHelper,log:log$1,positionEdgeLabel},layoutAlgorithms={},registerLayoutLoaders=__name(Ra=>{for(const qa of Ra)layoutAlgorithms[qa.name]=qa},"registerLayoutLoaders"),registerDefaultLayoutLoaders=__name(()=>{registerLayoutLoaders([{name:"dagre",loader:__name(async()=>await __vitePreload(()=>import("./dagre-CQ6OS2HX-bbbRWuRB.js"),__vite__mapDeps([0,1,2,3,4,5])),"loader")}])},"registerDefaultLayoutLoaders");registerDefaultLayoutLoaders();var render$1=__name(async(Ra,qa)=>{if(!(Ra.layoutAlgorithm in layoutAlgorithms))throw new Error(`Unknown layout algorithm: ${Ra.layoutAlgorithm}`);const Ja=layoutAlgorithms[Ra.layoutAlgorithm];return(await Ja.loader()).render(Ra,qa,internalHelpers,{algorithm:Ja.algorithm})},"render"),getRegisteredLayoutAlgorithm=__name((Ra="",{fallback:qa="dagre"}={})=>{if(Ra in layoutAlgorithms)return Ra;if(qa in layoutAlgorithms)return log$1.warn(`Layout algorithm ${Ra} is not registered. Using ${qa} as fallback.`),qa;throw new Error(`Both layout algorithms ${Ra} and ${qa} are not registered.`)},"getRegisteredLayoutAlgorithm"),version="11.0.2",selectSvgElement=__name(Ra=>{var td;const{securityLevel:qa}=getConfig2();let Ja=d3select("body");if(qa==="sandbox"){const od=((td=d3select(`#i${Ra}`).node())==null?void 0:td.contentDocument)??document;Ja=d3select(od.body)}return Ja.select(`#${Ra}`)},"selectSvgElement"),COMMENT="comm",RULESET="rule",DECLARATION="decl",IMPORT="@import",KEYFRAMES="@keyframes",LAYER="@layer",abs=Math.abs,from=String.fromCharCode;function trim$1(Ra){return Ra.trim()}function replace(Ra,qa,Ja){return Ra.replace(qa,Ja)}function indexof(Ra,qa,Ja){return Ra.indexOf(qa,Ja)}function charat(Ra,qa){return Ra.charCodeAt(qa)|0}function substr(Ra,qa,Ja){return Ra.slice(qa,Ja)}function strlen(Ra){return Ra.length}function sizeof(Ra){return Ra.length}function append(Ra,qa){return qa.push(Ra),Ra}var line=1,column=1,length=0,position=0,character=0,characters="";function node$1(Ra,qa,Ja,ed,td,rd,od,sd){return{value:Ra,root:qa,parent:Ja,type:ed,props:td,children:rd,line,column,length:od,return:"",siblings:sd}}function char(){return character}function prev(){return character=position>0?charat(characters,--position):0,column--,character===10&&(column=1,line--),character}function next(){return character=position<length?charat(characters,position++):0,column++,character===10&&(column=1,line++),character}function peek(){return charat(characters,position)}function caret$2(){return position}function slice(Ra,qa){return substr(characters,Ra,qa)}function token$1(Ra){switch(Ra){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function alloc(Ra){return line=column=1,length=strlen(characters=Ra),position=0,[]}function dealloc(Ra){return characters="",Ra}function delimit(Ra){return trim$1(slice(position-1,delimiter(Ra===91?Ra+2:Ra===40?Ra+1:Ra)))}function whitespace(Ra){for(;(character=peek())&&character<33;)next();return token$1(Ra)>2||token$1(character)>3?"":" "}function escaping(Ra,qa){for(;--qa&&next()&&!(character<48||character>102||character>57&&character<65||character>70&&character<97););return slice(Ra,caret$2()+(qa<6&&peek()==32&&next()==32))}function delimiter(Ra){for(;next();)switch(character){case Ra:return position;case 34:case 39:Ra!==34&&Ra!==39&&delimiter(character);break;case 40:Ra===41&&delimiter(Ra);break;case 92:next();break}return position}function commenter(Ra,qa){for(;next()&&Ra+character!==57;)if(Ra+character===84&&peek()===47)break;return"/*"+slice(qa,position-1)+"*"+from(Ra===47?Ra:next())}function identifier(Ra){for(;!token$1(peek());)next();return slice(Ra,position)}function compile$2(Ra){return dealloc(parse$5("",null,null,null,[""],Ra=alloc(Ra),0,[0],Ra))}function parse$5(Ra,qa,Ja,ed,td,rd,od,sd,ld){for(var cd=0,ud=0,gd=od,_d=0,yd=0,Ed=0,Td=1,Od=1,Ad=1,Nd=0,kd="",Id=td,Rd=rd,Md=ed,Ld=kd;Od;)switch(Ed=Nd,Nd=next()){case 40:if(Ed!=108&&charat(Ld,gd-1)==58){indexof(Ld+=replace(delimit(Nd),"&","&\f"),"&\f",abs(cd?sd[cd-1]:0))!=-1&&(Ad=-1);break}case 34:case 39:case 91:Ld+=delimit(Nd);break;case 9:case 10:case 13:case 32:Ld+=whitespace(Ed);break;case 92:Ld+=escaping(caret$2()-1,7);continue;case 47:switch(peek()){case 42:case 47:append(comment(commenter(next(),caret$2()),qa,Ja,ld),ld),(token$1(Ed||1)==5||token$1(peek()||1)==5)&&strlen(Ld)&&substr(Ld,-1,void 0)!==" "&&(Ld+=" ");break;default:Ld+="/"}break;case 123*Td:sd[cd++]=strlen(Ld)*Ad;case 125*Td:case 59:case 0:switch(Nd){case 0:case 125:Od=0;case 59+ud:Ad==-1&&(Ld=replace(Ld,/\f/g,"")),yd>0&&(strlen(Ld)-gd||Td===0&&Ed===47)&&append(yd>32?declaration(Ld+";",ed,Ja,gd-1,ld):declaration(replace(Ld," ","")+";",ed,Ja,gd-2,ld),ld);break;case 59:Ld+=";";default:if(append(Md=ruleset(Ld,qa,Ja,cd,ud,td,sd,kd,Id=[],Rd=[],gd,rd),rd),Nd===123)if(ud===0)parse$5(Ld,qa,Md,Md,Id,rd,gd,sd,Rd);else switch(_d===99&&charat(Ld,3)===110?100:_d){case 100:case 108:case 109:case 115:parse$5(Ra,Md,Md,ed&&append(ruleset(Ra,Md,Md,0,0,td,sd,kd,td,Id=[],gd,Rd),Rd),td,Rd,gd,sd,ed?Id:Rd);break;default:parse$5(Ld,Md,Md,Md,[""],Rd,0,sd,Rd)}}cd=ud=yd=0,Td=Ad=1,kd=Ld="",gd=od;break;case 58:gd=1+strlen(Ld),yd=Ed;default:if(Td<1){if(Nd==123)--Td;else if(Nd==125&&Td++==0&&prev()==125)continue}switch(Ld+=from(Nd),Nd*Td){case 38:Ad=ud>0?1:(Ld+="\f",-1);break;case 44:sd[cd++]=(strlen(Ld)-1)*Ad,Ad=1;break;case 64:peek()===45&&(Ld+=delimit(next())),_d=peek(),ud=gd=strlen(kd=Ld+=identifier(caret$2())),Nd++;break;case 45:Ed===45&&strlen(Ld)==2&&(Td=0)}}return rd}function ruleset(Ra,qa,Ja,ed,td,rd,od,sd,ld,cd,ud,gd){for(var _d=td-1,yd=td===0?rd:[""],Ed=sizeof(yd),Td=0,Od=0,Ad=0;Td<ed;++Td)for(var Nd=0,kd=substr(Ra,_d+1,_d=abs(Od=od[Td])),Id=Ra;Nd<Ed;++Nd)(Id=trim$1(Od>0?yd[Nd]+" "+kd:replace(kd,/&\f/g,yd[Nd])))&&(ld[Ad++]=Id);return node$1(Ra,qa,Ja,td===0?RULESET:sd,ld,cd,ud,gd)}function comment(Ra,qa,Ja,ed){return node$1(Ra,qa,Ja,COMMENT,from(char()),substr(Ra,2,-2),0,ed)}function declaration(Ra,qa,Ja,ed,td){return node$1(Ra,qa,Ja,DECLARATION,substr(Ra,0,ed),substr(Ra,ed+1,-1),ed,td)}function serialize(Ra,qa){for(var Ja="",ed=0;ed<Ra.length;ed++)Ja+=qa(Ra[ed],ed,Ra,qa)||"";return Ja}function stringify$4(Ra,qa,Ja,ed){switch(Ra.type){case LAYER:if(Ra.children.length)break;case IMPORT:case DECLARATION:return Ra.return=Ra.return||Ra.value;case COMMENT:return"";case KEYFRAMES:return Ra.return=Ra.value+"{"+serialize(Ra.children,ed)+"}";case RULESET:if(!strlen(Ra.value=Ra.props.join(",")))return""}return strlen(Ja=serialize(Ra.children,ed))?Ra.return=Ra.value+"{"+Ja+"}":""}var id="c4",detector=__name(Ra=>/^\s*C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/.test(Ra),"detector"),loader=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./c4Diagram-ZHOUKFWV-Bf_w6bC_.js");return{diagram:qa}},__vite__mapDeps([6,7]));return{id,diagram:Ra}},"loader"),plugin={id,detector,loader},c4Detector_default=plugin,id2="flowchart",detector2=__name((Ra,qa)=>{var Ja,ed;return((Ja=qa==null?void 0:qa.flowchart)==null?void 0:Ja.defaultRenderer)==="dagre-wrapper"||((ed=qa==null?void 0:qa.flowchart)==null?void 0:ed.defaultRenderer)==="elk"?!1:/^\s*graph/.test(Ra)},"detector"),loader2=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./flowDiagram-TGP4CI55-BOb0WobI.js");return{diagram:qa}},__vite__mapDeps([8,9,10,11]));return{id:id2,diagram:Ra}},"loader"),plugin2={id:id2,detector:detector2,loader:loader2},flowDetector_default=plugin2,id3="flowchart-v2",detector3=__name((Ra,qa)=>{var Ja,ed,td;return((Ja=qa==null?void 0:qa.flowchart)==null?void 0:Ja.defaultRenderer)==="dagre-d3"||((ed=qa==null?void 0:qa.flowchart)==null?void 0:ed.defaultRenderer)==="elk"?!1:/^\s*graph/.test(Ra)&&((td=qa==null?void 0:qa.flowchart)==null?void 0:td.defaultRenderer)==="dagre-wrapper"?!0:/^\s*flowchart/.test(Ra)},"detector"),loader3=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./flowDiagram-TGP4CI55-BOb0WobI.js");return{diagram:qa}},__vite__mapDeps([8,9,10,11]));return{id:id3,diagram:Ra}},"loader"),plugin3={id:id3,detector:detector3,loader:loader3},flowDetector_v2_default=plugin3,id4="er",detector4=__name(Ra=>/^\s*erDiagram/.test(Ra),"detector"),loader4=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./erDiagram-762WSSOR-DHm6z2Zz.js");return{diagram:qa}},__vite__mapDeps([12,1,2,3,4]));return{id:id4,diagram:Ra}},"loader"),plugin4={id:id4,detector:detector4,loader:loader4},erDetector_default=plugin4,id5="gitGraph",detector5=__name(Ra=>/^\s*gitGraph/.test(Ra),"detector"),loader5=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./gitGraphDiagram-LGD5RUNZ-DNwYB0tJ.js");return{diagram:qa}},__vite__mapDeps([13,14,15,16,2,4]));return{id:id5,diagram:Ra}},"loader"),plugin5={id:id5,detector:detector5,loader:loader5},gitGraphDetector_default=plugin5,id6="gantt",detector6=__name(Ra=>/^\s*gantt/.test(Ra),"detector"),loader6=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./ganttDiagram-GAYIUD5S-DcYIvxqv.js");return{diagram:qa}},__vite__mapDeps([17,18,19]));return{id:id6,diagram:Ra}},"loader"),plugin6={id:id6,detector:detector6,loader:loader6},ganttDetector_default=plugin6,id7="info",detector7=__name(Ra=>/^\s*info/.test(Ra),"detector"),loader7=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./infoDiagram-GSXZ5C4N-6glsYS5p.js");return{diagram:qa}},__vite__mapDeps([20,16,2,4]));return{id:id7,diagram:Ra}},"loader"),info={id:id7,detector:detector7,loader:loader7},id8="pie",detector8=__name(Ra=>/^\s*pie/.test(Ra),"detector"),loader8=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./pieDiagram-WEX7LNAG-BFYHHULy.js");return{diagram:qa}},__vite__mapDeps([21,14,16,2,4,22,23,19]));return{id:id8,diagram:Ra}},"loader"),pie={id:id8,detector:detector8,loader:loader8},id9="quadrantChart",detector9=__name(Ra=>/^\s*quadrantChart/.test(Ra),"detector"),loader9=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./quadrantDiagram-SRYJ5FP7-DVq3QF3B.js");return{diagram:qa}},__vite__mapDeps([24,18,19]));return{id:id9,diagram:Ra}},"loader"),plugin7={id:id9,detector:detector9,loader:loader9},quadrantDetector_default=plugin7,id10="xychart",detector10=__name(Ra=>/^\s*xychart-beta/.test(Ra),"detector"),loader10=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./xychartDiagram-BZZU7QT5-BQ7Yzxdi.js");return{diagram:qa}},__vite__mapDeps([25,19,23,18]));return{id:id10,diagram:Ra}},"loader"),plugin8={id:id10,detector:detector10,loader:loader10},xychartDetector_default=plugin8,id11="requirement",detector11=__name(Ra=>/^\s*requirement(Diagram)?/.test(Ra),"detector"),loader11=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./requirementDiagram-V7TESSIR-BXVoxD8o.js");return{diagram:qa}},__vite__mapDeps([26,1,2,3,4]));return{id:id11,diagram:Ra}},"loader"),plugin9={id:id11,detector:detector11,loader:loader11},requirementDetector_default=plugin9,id12="sequence",detector12=__name(Ra=>/^\s*sequenceDiagram/.test(Ra),"detector"),loader12=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./sequenceDiagram-6SD7JOPP-B37cakY3.js");return{diagram:qa}},__vite__mapDeps([27,7,15]));return{id:id12,diagram:Ra}},"loader"),plugin10={id:id12,detector:detector12,loader:loader12},sequenceDetector_default=plugin10,id13="class",detector13=__name((Ra,qa)=>{var Ja;return((Ja=qa==null?void 0:qa.class)==null?void 0:Ja.defaultRenderer)==="dagre-wrapper"?!1:/^\s*classDiagram/.test(Ra)},"detector"),loader13=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./classDiagram-MQQPYQM5-BOZkV7LT.js");return{diagram:qa}},__vite__mapDeps([28,29,1,2,3,4]));return{id:id13,diagram:Ra}},"loader"),plugin11={id:id13,detector:detector13,loader:loader13},classDetector_default=plugin11,id14="classDiagram",detector14=__name((Ra,qa)=>{var Ja;return/^\s*classDiagram/.test(Ra)&&((Ja=qa==null?void 0:qa.class)==null?void 0:Ja.defaultRenderer)==="dagre-wrapper"?!0:/^\s*classDiagram-v2/.test(Ra)},"detector"),loader14=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./classDiagram-v2-4S5WAI72-meXuxdgn.js");return{diagram:qa}},__vite__mapDeps([30,31,10,29,1,2,3,4,5]));return{id:id14,diagram:Ra}},"loader"),plugin12={id:id14,detector:detector14,loader:loader14},classDetector_V2_default=plugin12,id15="state",detector15=__name((Ra,qa)=>{var Ja;return((Ja=qa==null?void 0:qa.state)==null?void 0:Ja.defaultRenderer)==="dagre-wrapper"?!1:/^\s*stateDiagram/.test(Ra)},"detector"),loader15=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./stateDiagram-N22R6T2Y-0-xMuIkG.js");return{diagram:qa}},__vite__mapDeps([32,33,9,10,1,2,3,4]));return{id:id15,diagram:Ra}},"loader"),plugin13={id:id15,detector:detector15,loader:loader15},stateDetector_default=plugin13,id16="stateDiagram",detector16=__name((Ra,qa)=>{var Ja;return!!(/^\s*stateDiagram-v2/.test(Ra)||/^\s*stateDiagram/.test(Ra)&&((Ja=qa==null?void 0:qa.state)==null?void 0:Ja.defaultRenderer)==="dagre-wrapper")},"detector"),loader16=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./stateDiagram-v2-QXVA2PVL-CzeAz2W1.js");return{diagram:qa}},__vite__mapDeps([34,33,9,10]));return{id:id16,diagram:Ra}},"loader"),plugin14={id:id16,detector:detector16,loader:loader16},stateDetector_V2_default=plugin14,id17="journey",detector17=__name(Ra=>/^\s*journey/.test(Ra),"detector"),loader17=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./journeyDiagram-35ZZFJAM-D9hV1P71.js");return{diagram:qa}},__vite__mapDeps([35,7,22]));return{id:id17,diagram:Ra}},"loader"),plugin15={id:id17,detector:detector17,loader:loader17},journeyDetector_default=plugin15,draw=__name((Ra,qa,Ja)=>{log$1.debug(`rendering svg for syntax error
`);const ed=selectSvgElement(qa),td=ed.append("g");ed.attr("viewBox","0 0 2412 512"),configureSvgSize(ed,100,512,!0),td.append("path").attr("class","error-icon").attr("d","m411.313,123.313c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32-9.375,9.375-20.688-20.688c-12.484-12.5-32.766-12.5-45.25,0l-16,16c-1.261,1.261-2.304,2.648-3.31,4.051-21.739-8.561-45.324-13.426-70.065-13.426-105.867,0-192,86.133-192,192s86.133,192 192,192 192-86.133 192-192c0-24.741-4.864-48.327-13.426-70.065 1.402-1.007 2.79-2.049 4.051-3.31l16-16c12.5-12.492 12.5-32.758 0-45.25l-20.688-20.688 9.375-9.375 32.001-31.999zm-219.313,100.687c-52.938,0-96,43.063-96,96 0,8.836-7.164,16-16,16s-16-7.164-16-16c0-70.578 57.422-128 128-128 8.836,0 16,7.164 16,16s-7.164,16-16,16z"),td.append("path").attr("class","error-icon").attr("d","m459.02,148.98c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l16,16c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16.001-16z"),td.append("path").attr("class","error-icon").attr("d","m340.395,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16-16c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l15.999,16z"),td.append("path").attr("class","error-icon").attr("d","m400,64c8.844,0 16-7.164 16-16v-32c0-8.836-7.156-16-16-16-8.844,0-16,7.164-16,16v32c0,8.836 7.156,16 16,16z"),td.append("path").attr("class","error-icon").attr("d","m496,96.586h-32c-8.844,0-16,7.164-16,16 0,8.836 7.156,16 16,16h32c8.844,0 16-7.164 16-16 0-8.836-7.156-16-16-16z"),td.append("path").attr("class","error-icon").attr("d","m436.98,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688l32-32c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32c-6.251,6.25-6.251,16.375-0.001,22.625z"),td.append("text").attr("class","error-text").attr("x",1440).attr("y",250).attr("font-size","150px").style("text-anchor","middle").text("Syntax error in text"),td.append("text").attr("class","error-text").attr("x",1250).attr("y",400).attr("font-size","100px").style("text-anchor","middle").text(`mermaid version ${Ja}`)},"draw"),renderer={draw},errorRenderer_default=renderer,diagram={db:{},renderer,parser:{parse:__name(()=>{},"parse")}},errorDiagram_default=diagram,id18="flowchart-elk",detector18=__name((Ra,qa={})=>{var Ja;return/^\s*flowchart-elk/.test(Ra)||/^\s*flowchart|graph/.test(Ra)&&((Ja=qa==null?void 0:qa.flowchart)==null?void 0:Ja.defaultRenderer)==="elk"?(qa.layout="elk",!0):!1},"detector"),loader18=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./flowDiagram-TGP4CI55-BOb0WobI.js");return{diagram:qa}},__vite__mapDeps([8,9,10,11]));return{id:id18,diagram:Ra}},"loader"),plugin16={id:id18,detector:detector18,loader:loader18},detector_default=plugin16,id19="timeline",detector19=__name(Ra=>/^\s*timeline/.test(Ra),"detector"),loader19=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./timeline-definition-SFF34UE4-FOdYxJIB.js");return{diagram:qa}},__vite__mapDeps([36,22]));return{id:id19,diagram:Ra}},"loader"),plugin17={id:id19,detector:detector19,loader:loader19},detector_default2=plugin17,id20="mindmap",detector20=__name(Ra=>/^\s*mindmap/.test(Ra),"detector"),loader20=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./mindmap-definition-6NGNQFMS-C2NwYPvs.js");return{diagram:qa}},[]);return{id:id20,diagram:Ra}},"loader"),plugin18={id:id20,detector:detector20,loader:loader20},detector_default3=plugin18,id21="sankey",detector21=__name(Ra=>/^\s*sankey-beta/.test(Ra),"detector"),loader21=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./sankeyDiagram-XVFEVEVI-DBEx7oKn.js");return{diagram:qa}},__vite__mapDeps([37,23,19]));return{id:id21,diagram:Ra}},"loader"),plugin19={id:id21,detector:detector21,loader:loader21},sankeyDetector_default=plugin19,id22="packet",detector22=__name(Ra=>/^\s*packet-beta/.test(Ra),"detector"),loader22=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./diagram-KYCGQLJB-CIuOFcYu.js");return{diagram:qa}},__vite__mapDeps([38,14,16,2,4]));return{id:id22,diagram:Ra}},"loader"),packet={id:id22,detector:detector22,loader:loader22},id23="block",detector23=__name(Ra=>/^\s*block-beta/.test(Ra),"detector"),loader23=__name(async()=>{const{diagram:Ra}=await __vitePreload(async()=>{const{diagram:qa}=await import("./blockDiagram-V6UOASA5-C3JuhUxt.js");return{diagram:qa}},__vite__mapDeps([39,31,10,1,2,11]));return{id:id23,diagram:Ra}},"loader"),plugin20={id:id23,detector:detector23,loader:loader23},blockDetector_default=plugin20,hasLoadedDiagrams=!1,addDiagrams=__name(()=>{hasLoadedDiagrams||(hasLoadedDiagrams=!0,registerDiagram("error",errorDiagram_default,Ra=>Ra.toLowerCase().trim()==="error"),registerDiagram("---",{db:{clear:__name(()=>{},"clear")},styles:{},renderer:{draw:__name(()=>{},"draw")},parser:{parse:__name(()=>{throw new Error("Diagrams beginning with --- are not valid. If you were trying to use a YAML front-matter, please ensure that you've correctly opened and closed the YAML front-matter with un-indented `---` blocks")},"parse")},init:__name(()=>null,"init")},Ra=>Ra.toLowerCase().trimStart().startsWith("---")),registerLazyLoadedDiagrams(c4Detector_default,classDetector_V2_default,classDetector_default,erDetector_default,ganttDetector_default,info,pie,requirementDetector_default,sequenceDetector_default,detector_default,flowDetector_v2_default,flowDetector_default,detector_default3,detector_default2,gitGraphDetector_default,stateDetector_V2_default,stateDetector_default,journeyDetector_default,quadrantDetector_default,sankeyDetector_default,packet,xychartDetector_default,blockDetector_default))},"addDiagrams"),loadRegisteredDiagrams=__name(async()=>{log$1.debug("Loading registered diagrams");const qa=(await Promise.allSettled(Object.entries(detectors).map(async([Ja,{detector:ed,loader:td}])=>{if(td)try{getDiagram(Ja)}catch{try{const{diagram:rd,id:od}=await td();registerDiagram(od,rd,ed)}catch(rd){throw log$1.error(`Failed to load external diagram with key ${Ja}. Removing from detectors.`),delete detectors[Ja],rd}}}))).filter(Ja=>Ja.status==="rejected");if(qa.length>0){log$1.error(`Failed to load ${qa.length} external diagrams`);for(const Ja of qa)log$1.error(Ja);throw new Error(`Failed to load ${qa.length} external diagrams`)}},"loadRegisteredDiagrams"),Nb,Diagram=(Nb=class{constructor(qa,Ja,ed,td,rd){this.type=qa,this.text=Ja,this.db=ed,this.parser=td,this.renderer=rd}static async fromText(qa,Ja={}){var cd,ud;const ed=getConfig$1(),td=detectType(qa,ed);qa=encodeEntities(qa)+`
`;try{getDiagram(td)}catch{const gd=getDiagramLoader(td);if(!gd)throw new UnknownDiagramError(`Diagram ${td} not found.`);const{id:_d,diagram:yd}=await gd();registerDiagram(_d,yd)}const{db:rd,parser:od,renderer:sd,init:ld}=getDiagram(td);return od.parser&&(od.parser.yy=rd),(cd=rd.clear)==null||cd.call(rd),ld==null||ld(ed),Ja.title&&((ud=rd.setDiagramTitle)==null||ud.call(rd,Ja.title)),await od.parse(qa),new Nb(td,qa,rd,od,sd)}async render(qa,Ja){await this.renderer.draw(this.text,qa,Ja,this)}getParser(){return this.parser}getType(){return this.type}},__name(Nb,"Diagram"),Nb),interactionFunctions=[],attachFunctions=__name(()=>{interactionFunctions.forEach(Ra=>{Ra()}),interactionFunctions=[]},"attachFunctions"),SVG_ROLE="graphics-document document";function setA11yDiagramInfo(Ra,qa){Ra.attr("role",SVG_ROLE),qa!==""&&Ra.attr("aria-roledescription",qa)}__name(setA11yDiagramInfo,"setA11yDiagramInfo");function addSVGa11yTitleDescription(Ra,qa,Ja,ed){if(Ra.insert!==void 0){if(Ja){const td=`chart-desc-${ed}`;Ra.attr("aria-describedby",td),Ra.insert("desc",":first-child").attr("id",td).text(Ja)}if(qa){const td=`chart-title-${ed}`;Ra.attr("aria-labelledby",td),Ra.insert("title",":first-child").attr("id",td).text(qa)}}}__name(addSVGa11yTitleDescription,"addSVGa11yTitleDescription");var cleanupComments=__name(Ra=>Ra.replace(/^\s*%%(?!{)[^\n]+\n?/gm,"").trimStart(),"cleanupComments");function isNothing(Ra){return typeof Ra>"u"||Ra===null}__name(isNothing,"isNothing");function isObject$2(Ra){return typeof Ra=="object"&&Ra!==null}__name(isObject$2,"isObject");function toArray$2(Ra){return Array.isArray(Ra)?Ra:isNothing(Ra)?[]:[Ra]}__name(toArray$2,"toArray");function extend$1(Ra,qa){var Ja,ed,td,rd;if(qa)for(rd=Object.keys(qa),Ja=0,ed=rd.length;Ja<ed;Ja+=1)td=rd[Ja],Ra[td]=qa[td];return Ra}__name(extend$1,"extend");function repeat(Ra,qa){var Ja="",ed;for(ed=0;ed<qa;ed+=1)Ja+=Ra;return Ja}__name(repeat,"repeat");function isNegativeZero(Ra){return Ra===0&&Number.NEGATIVE_INFINITY===1/Ra}__name(isNegativeZero,"isNegativeZero");var isNothing_1=isNothing,isObject_1=isObject$2,toArray_1=toArray$2,repeat_1=repeat,isNegativeZero_1=isNegativeZero,extend_1=extend$1,common={isNothing:isNothing_1,isObject:isObject_1,toArray:toArray_1,repeat:repeat_1,isNegativeZero:isNegativeZero_1,extend:extend_1};function formatError(Ra,qa){var Ja="",ed=Ra.reason||"(unknown reason)";return Ra.mark?(Ra.mark.name&&(Ja+='in "'+Ra.mark.name+'" '),Ja+="("+(Ra.mark.line+1)+":"+(Ra.mark.column+1)+")",!qa&&Ra.mark.snippet&&(Ja+=`
`+Ra.mark.snippet),ed+" "+Ja):ed}__name(formatError,"formatError");function YAMLException$1(Ra,qa){Error.call(this),this.name="YAMLException",this.reason=Ra,this.mark=qa,this.message=formatError(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}__name(YAMLException$1,"YAMLException$1");YAMLException$1.prototype=Object.create(Error.prototype);YAMLException$1.prototype.constructor=YAMLException$1;YAMLException$1.prototype.toString=__name(function(qa){return this.name+": "+formatError(this,qa)},"toString");var exception=YAMLException$1;function getLine(Ra,qa,Ja,ed,td){var rd="",od="",sd=Math.floor(td/2)-1;return ed-qa>sd&&(rd=" ... ",qa=ed-sd+rd.length),Ja-ed>sd&&(od=" ...",Ja=ed+sd-od.length),{str:rd+Ra.slice(qa,Ja).replace(/\t/g,"→")+od,pos:ed-qa+rd.length}}__name(getLine,"getLine");function padStart(Ra,qa){return common.repeat(" ",qa-Ra.length)+Ra}__name(padStart,"padStart");function makeSnippet(Ra,qa){if(qa=Object.create(qa||null),!Ra.buffer)return null;qa.maxLength||(qa.maxLength=79),typeof qa.indent!="number"&&(qa.indent=1),typeof qa.linesBefore!="number"&&(qa.linesBefore=3),typeof qa.linesAfter!="number"&&(qa.linesAfter=2);for(var Ja=/\r?\n|\r|\0/g,ed=[0],td=[],rd,od=-1;rd=Ja.exec(Ra.buffer);)td.push(rd.index),ed.push(rd.index+rd[0].length),Ra.position<=rd.index&&od<0&&(od=ed.length-2);od<0&&(od=ed.length-1);var sd="",ld,cd,ud=Math.min(Ra.line+qa.linesAfter,td.length).toString().length,gd=qa.maxLength-(qa.indent+ud+3);for(ld=1;ld<=qa.linesBefore&&!(od-ld<0);ld++)cd=getLine(Ra.buffer,ed[od-ld],td[od-ld],Ra.position-(ed[od]-ed[od-ld]),gd),sd=common.repeat(" ",qa.indent)+padStart((Ra.line-ld+1).toString(),ud)+" | "+cd.str+`
`+sd;for(cd=getLine(Ra.buffer,ed[od],td[od],Ra.position,gd),sd+=common.repeat(" ",qa.indent)+padStart((Ra.line+1).toString(),ud)+" | "+cd.str+`
`,sd+=common.repeat("-",qa.indent+ud+3+cd.pos)+`^
`,ld=1;ld<=qa.linesAfter&&!(od+ld>=td.length);ld++)cd=getLine(Ra.buffer,ed[od+ld],td[od+ld],Ra.position-(ed[od]-ed[od+ld]),gd),sd+=common.repeat(" ",qa.indent)+padStart((Ra.line+ld+1).toString(),ud)+" | "+cd.str+`
`;return sd.replace(/\n$/,"")}__name(makeSnippet,"makeSnippet");var snippet=makeSnippet,TYPE_CONSTRUCTOR_OPTIONS=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],YAML_NODE_KINDS=["scalar","sequence","mapping"];function compileStyleAliases(Ra){var qa={};return Ra!==null&&Object.keys(Ra).forEach(function(Ja){Ra[Ja].forEach(function(ed){qa[String(ed)]=Ja})}),qa}__name(compileStyleAliases,"compileStyleAliases");function Type$1(Ra,qa){if(qa=qa||{},Object.keys(qa).forEach(function(Ja){if(TYPE_CONSTRUCTOR_OPTIONS.indexOf(Ja)===-1)throw new exception('Unknown option "'+Ja+'" is met in definition of "'+Ra+'" YAML type.')}),this.options=qa,this.tag=Ra,this.kind=qa.kind||null,this.resolve=qa.resolve||function(){return!0},this.construct=qa.construct||function(Ja){return Ja},this.instanceOf=qa.instanceOf||null,this.predicate=qa.predicate||null,this.represent=qa.represent||null,this.representName=qa.representName||null,this.defaultStyle=qa.defaultStyle||null,this.multi=qa.multi||!1,this.styleAliases=compileStyleAliases(qa.styleAliases||null),YAML_NODE_KINDS.indexOf(this.kind)===-1)throw new exception('Unknown kind "'+this.kind+'" is specified for "'+Ra+'" YAML type.')}__name(Type$1,"Type$1");var type$1=Type$1;function compileList(Ra,qa){var Ja=[];return Ra[qa].forEach(function(ed){var td=Ja.length;Ja.forEach(function(rd,od){rd.tag===ed.tag&&rd.kind===ed.kind&&rd.multi===ed.multi&&(td=od)}),Ja[td]=ed}),Ja}__name(compileList,"compileList");function compileMap(){var Ra={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},qa,Ja;function ed(td){td.multi?(Ra.multi[td.kind].push(td),Ra.multi.fallback.push(td)):Ra[td.kind][td.tag]=Ra.fallback[td.tag]=td}for(__name(ed,"collectType"),qa=0,Ja=arguments.length;qa<Ja;qa+=1)arguments[qa].forEach(ed);return Ra}__name(compileMap,"compileMap");function Schema$1(Ra){return this.extend(Ra)}__name(Schema$1,"Schema$1");Schema$1.prototype.extend=__name(function(qa){var Ja=[],ed=[];if(qa instanceof type$1)ed.push(qa);else if(Array.isArray(qa))ed=ed.concat(qa);else if(qa&&(Array.isArray(qa.implicit)||Array.isArray(qa.explicit)))qa.implicit&&(Ja=Ja.concat(qa.implicit)),qa.explicit&&(ed=ed.concat(qa.explicit));else throw new exception("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");Ja.forEach(function(rd){if(!(rd instanceof type$1))throw new exception("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(rd.loadKind&&rd.loadKind!=="scalar")throw new exception("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(rd.multi)throw new exception("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),ed.forEach(function(rd){if(!(rd instanceof type$1))throw new exception("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var td=Object.create(Schema$1.prototype);return td.implicit=(this.implicit||[]).concat(Ja),td.explicit=(this.explicit||[]).concat(ed),td.compiledImplicit=compileList(td,"implicit"),td.compiledExplicit=compileList(td,"explicit"),td.compiledTypeMap=compileMap(td.compiledImplicit,td.compiledExplicit),td},"extend");var schema=Schema$1,str=new type$1("tag:yaml.org,2002:str",{kind:"scalar",construct:__name(function(Ra){return Ra!==null?Ra:""},"construct")}),seq$1=new type$1("tag:yaml.org,2002:seq",{kind:"sequence",construct:__name(function(Ra){return Ra!==null?Ra:[]},"construct")}),map$4=new type$1("tag:yaml.org,2002:map",{kind:"mapping",construct:__name(function(Ra){return Ra!==null?Ra:{}},"construct")}),failsafe=new schema({explicit:[str,seq$1,map$4]});function resolveYamlNull(Ra){if(Ra===null)return!0;var qa=Ra.length;return qa===1&&Ra==="~"||qa===4&&(Ra==="null"||Ra==="Null"||Ra==="NULL")}__name(resolveYamlNull,"resolveYamlNull");function constructYamlNull(){return null}__name(constructYamlNull,"constructYamlNull");function isNull(Ra){return Ra===null}__name(isNull,"isNull");var _null=new type$1("tag:yaml.org,2002:null",{kind:"scalar",resolve:resolveYamlNull,construct:constructYamlNull,predicate:isNull,represent:{canonical:__name(function(){return"~"},"canonical"),lowercase:__name(function(){return"null"},"lowercase"),uppercase:__name(function(){return"NULL"},"uppercase"),camelcase:__name(function(){return"Null"},"camelcase"),empty:__name(function(){return""},"empty")},defaultStyle:"lowercase"});function resolveYamlBoolean(Ra){if(Ra===null)return!1;var qa=Ra.length;return qa===4&&(Ra==="true"||Ra==="True"||Ra==="TRUE")||qa===5&&(Ra==="false"||Ra==="False"||Ra==="FALSE")}__name(resolveYamlBoolean,"resolveYamlBoolean");function constructYamlBoolean(Ra){return Ra==="true"||Ra==="True"||Ra==="TRUE"}__name(constructYamlBoolean,"constructYamlBoolean");function isBoolean$2(Ra){return Object.prototype.toString.call(Ra)==="[object Boolean]"}__name(isBoolean$2,"isBoolean");var bool=new type$1("tag:yaml.org,2002:bool",{kind:"scalar",resolve:resolveYamlBoolean,construct:constructYamlBoolean,predicate:isBoolean$2,represent:{lowercase:__name(function(Ra){return Ra?"true":"false"},"lowercase"),uppercase:__name(function(Ra){return Ra?"TRUE":"FALSE"},"uppercase"),camelcase:__name(function(Ra){return Ra?"True":"False"},"camelcase")},defaultStyle:"lowercase"});function isHexCode(Ra){return 48<=Ra&&Ra<=57||65<=Ra&&Ra<=70||97<=Ra&&Ra<=102}__name(isHexCode,"isHexCode");function isOctCode(Ra){return 48<=Ra&&Ra<=55}__name(isOctCode,"isOctCode");function isDecCode(Ra){return 48<=Ra&&Ra<=57}__name(isDecCode,"isDecCode");function resolveYamlInteger(Ra){if(Ra===null)return!1;var qa=Ra.length,Ja=0,ed=!1,td;if(!qa)return!1;if(td=Ra[Ja],(td==="-"||td==="+")&&(td=Ra[++Ja]),td==="0"){if(Ja+1===qa)return!0;if(td=Ra[++Ja],td==="b"){for(Ja++;Ja<qa;Ja++)if(td=Ra[Ja],td!=="_"){if(td!=="0"&&td!=="1")return!1;ed=!0}return ed&&td!=="_"}if(td==="x"){for(Ja++;Ja<qa;Ja++)if(td=Ra[Ja],td!=="_"){if(!isHexCode(Ra.charCodeAt(Ja)))return!1;ed=!0}return ed&&td!=="_"}if(td==="o"){for(Ja++;Ja<qa;Ja++)if(td=Ra[Ja],td!=="_"){if(!isOctCode(Ra.charCodeAt(Ja)))return!1;ed=!0}return ed&&td!=="_"}}if(td==="_")return!1;for(;Ja<qa;Ja++)if(td=Ra[Ja],td!=="_"){if(!isDecCode(Ra.charCodeAt(Ja)))return!1;ed=!0}return!(!ed||td==="_")}__name(resolveYamlInteger,"resolveYamlInteger");function constructYamlInteger(Ra){var qa=Ra,Ja=1,ed;if(qa.indexOf("_")!==-1&&(qa=qa.replace(/_/g,"")),ed=qa[0],(ed==="-"||ed==="+")&&(ed==="-"&&(Ja=-1),qa=qa.slice(1),ed=qa[0]),qa==="0")return 0;if(ed==="0"){if(qa[1]==="b")return Ja*parseInt(qa.slice(2),2);if(qa[1]==="x")return Ja*parseInt(qa.slice(2),16);if(qa[1]==="o")return Ja*parseInt(qa.slice(2),8)}return Ja*parseInt(qa,10)}__name(constructYamlInteger,"constructYamlInteger");function isInteger$1(Ra){return Object.prototype.toString.call(Ra)==="[object Number]"&&Ra%1===0&&!common.isNegativeZero(Ra)}__name(isInteger$1,"isInteger");var int$2=new type$1("tag:yaml.org,2002:int",{kind:"scalar",resolve:resolveYamlInteger,construct:constructYamlInteger,predicate:isInteger$1,represent:{binary:__name(function(Ra){return Ra>=0?"0b"+Ra.toString(2):"-0b"+Ra.toString(2).slice(1)},"binary"),octal:__name(function(Ra){return Ra>=0?"0o"+Ra.toString(8):"-0o"+Ra.toString(8).slice(1)},"octal"),decimal:__name(function(Ra){return Ra.toString(10)},"decimal"),hexadecimal:__name(function(Ra){return Ra>=0?"0x"+Ra.toString(16).toUpperCase():"-0x"+Ra.toString(16).toUpperCase().slice(1)},"hexadecimal")},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),YAML_FLOAT_PATTERN=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function resolveYamlFloat(Ra){return!(Ra===null||!YAML_FLOAT_PATTERN.test(Ra)||Ra[Ra.length-1]==="_")}__name(resolveYamlFloat,"resolveYamlFloat");function constructYamlFloat(Ra){var qa,Ja;return qa=Ra.replace(/_/g,"").toLowerCase(),Ja=qa[0]==="-"?-1:1,"+-".indexOf(qa[0])>=0&&(qa=qa.slice(1)),qa===".inf"?Ja===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:qa===".nan"?NaN:Ja*parseFloat(qa,10)}__name(constructYamlFloat,"constructYamlFloat");var SCIENTIFIC_WITHOUT_DOT=/^[-+]?[0-9]+e/;function representYamlFloat(Ra,qa){var Ja;if(isNaN(Ra))switch(qa){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===Ra)switch(qa){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===Ra)switch(qa){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(common.isNegativeZero(Ra))return"-0.0";return Ja=Ra.toString(10),SCIENTIFIC_WITHOUT_DOT.test(Ja)?Ja.replace("e",".e"):Ja}__name(representYamlFloat,"representYamlFloat");function isFloat(Ra){return Object.prototype.toString.call(Ra)==="[object Number]"&&(Ra%1!==0||common.isNegativeZero(Ra))}__name(isFloat,"isFloat");var float=new type$1("tag:yaml.org,2002:float",{kind:"scalar",resolve:resolveYamlFloat,construct:constructYamlFloat,predicate:isFloat,represent:representYamlFloat,defaultStyle:"lowercase"}),json=failsafe.extend({implicit:[_null,bool,int$2,float]}),core$1=json,YAML_DATE_REGEXP=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),YAML_TIMESTAMP_REGEXP=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function resolveYamlTimestamp(Ra){return Ra===null?!1:YAML_DATE_REGEXP.exec(Ra)!==null||YAML_TIMESTAMP_REGEXP.exec(Ra)!==null}__name(resolveYamlTimestamp,"resolveYamlTimestamp");function constructYamlTimestamp(Ra){var qa,Ja,ed,td,rd,od,sd,ld=0,cd=null,ud,gd,_d;if(qa=YAML_DATE_REGEXP.exec(Ra),qa===null&&(qa=YAML_TIMESTAMP_REGEXP.exec(Ra)),qa===null)throw new Error("Date resolve error");if(Ja=+qa[1],ed=+qa[2]-1,td=+qa[3],!qa[4])return new Date(Date.UTC(Ja,ed,td));if(rd=+qa[4],od=+qa[5],sd=+qa[6],qa[7]){for(ld=qa[7].slice(0,3);ld.length<3;)ld+="0";ld=+ld}return qa[9]&&(ud=+qa[10],gd=+(qa[11]||0),cd=(ud*60+gd)*6e4,qa[9]==="-"&&(cd=-cd)),_d=new Date(Date.UTC(Ja,ed,td,rd,od,sd,ld)),cd&&_d.setTime(_d.getTime()-cd),_d}__name(constructYamlTimestamp,"constructYamlTimestamp");function representYamlTimestamp(Ra){return Ra.toISOString()}__name(representYamlTimestamp,"representYamlTimestamp");var timestamp=new type$1("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:resolveYamlTimestamp,construct:constructYamlTimestamp,instanceOf:Date,represent:representYamlTimestamp});function resolveYamlMerge(Ra){return Ra==="<<"||Ra===null}__name(resolveYamlMerge,"resolveYamlMerge");var merge$1=new type$1("tag:yaml.org,2002:merge",{kind:"scalar",resolve:resolveYamlMerge}),BASE64_MAP=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
\r`;function resolveYamlBinary(Ra){if(Ra===null)return!1;var qa,Ja,ed=0,td=Ra.length,rd=BASE64_MAP;for(Ja=0;Ja<td;Ja++)if(qa=rd.indexOf(Ra.charAt(Ja)),!(qa>64)){if(qa<0)return!1;ed+=6}return ed%8===0}__name(resolveYamlBinary,"resolveYamlBinary");function constructYamlBinary(Ra){var qa,Ja,ed=Ra.replace(/[\r\n=]/g,""),td=ed.length,rd=BASE64_MAP,od=0,sd=[];for(qa=0;qa<td;qa++)qa%4===0&&qa&&(sd.push(od>>16&255),sd.push(od>>8&255),sd.push(od&255)),od=od<<6|rd.indexOf(ed.charAt(qa));return Ja=td%4*6,Ja===0?(sd.push(od>>16&255),sd.push(od>>8&255),sd.push(od&255)):Ja===18?(sd.push(od>>10&255),sd.push(od>>2&255)):Ja===12&&sd.push(od>>4&255),new Uint8Array(sd)}__name(constructYamlBinary,"constructYamlBinary");function representYamlBinary(Ra){var qa="",Ja=0,ed,td,rd=Ra.length,od=BASE64_MAP;for(ed=0;ed<rd;ed++)ed%3===0&&ed&&(qa+=od[Ja>>18&63],qa+=od[Ja>>12&63],qa+=od[Ja>>6&63],qa+=od[Ja&63]),Ja=(Ja<<8)+Ra[ed];return td=rd%3,td===0?(qa+=od[Ja>>18&63],qa+=od[Ja>>12&63],qa+=od[Ja>>6&63],qa+=od[Ja&63]):td===2?(qa+=od[Ja>>10&63],qa+=od[Ja>>4&63],qa+=od[Ja<<2&63],qa+=od[64]):td===1&&(qa+=od[Ja>>2&63],qa+=od[Ja<<4&63],qa+=od[64],qa+=od[64]),qa}__name(representYamlBinary,"representYamlBinary");function isBinary(Ra){return Object.prototype.toString.call(Ra)==="[object Uint8Array]"}__name(isBinary,"isBinary");var binary=new type$1("tag:yaml.org,2002:binary",{kind:"scalar",resolve:resolveYamlBinary,construct:constructYamlBinary,predicate:isBinary,represent:representYamlBinary}),_hasOwnProperty$3=Object.prototype.hasOwnProperty,_toString$2=Object.prototype.toString;function resolveYamlOmap(Ra){if(Ra===null)return!0;var qa=[],Ja,ed,td,rd,od,sd=Ra;for(Ja=0,ed=sd.length;Ja<ed;Ja+=1){if(td=sd[Ja],od=!1,_toString$2.call(td)!=="[object Object]")return!1;for(rd in td)if(_hasOwnProperty$3.call(td,rd))if(!od)od=!0;else return!1;if(!od)return!1;if(qa.indexOf(rd)===-1)qa.push(rd);else return!1}return!0}__name(resolveYamlOmap,"resolveYamlOmap");function constructYamlOmap(Ra){return Ra!==null?Ra:[]}__name(constructYamlOmap,"constructYamlOmap");var omap=new type$1("tag:yaml.org,2002:omap",{kind:"sequence",resolve:resolveYamlOmap,construct:constructYamlOmap}),_toString$1=Object.prototype.toString;function resolveYamlPairs(Ra){if(Ra===null)return!0;var qa,Ja,ed,td,rd,od=Ra;for(rd=new Array(od.length),qa=0,Ja=od.length;qa<Ja;qa+=1){if(ed=od[qa],_toString$1.call(ed)!=="[object Object]"||(td=Object.keys(ed),td.length!==1))return!1;rd[qa]=[td[0],ed[td[0]]]}return!0}__name(resolveYamlPairs,"resolveYamlPairs");function constructYamlPairs(Ra){if(Ra===null)return[];var qa,Ja,ed,td,rd,od=Ra;for(rd=new Array(od.length),qa=0,Ja=od.length;qa<Ja;qa+=1)ed=od[qa],td=Object.keys(ed),rd[qa]=[td[0],ed[td[0]]];return rd}__name(constructYamlPairs,"constructYamlPairs");var pairs=new type$1("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:resolveYamlPairs,construct:constructYamlPairs}),_hasOwnProperty$2=Object.prototype.hasOwnProperty;function resolveYamlSet(Ra){if(Ra===null)return!0;var qa,Ja=Ra;for(qa in Ja)if(_hasOwnProperty$2.call(Ja,qa)&&Ja[qa]!==null)return!1;return!0}__name(resolveYamlSet,"resolveYamlSet");function constructYamlSet(Ra){return Ra!==null?Ra:{}}__name(constructYamlSet,"constructYamlSet");var set=new type$1("tag:yaml.org,2002:set",{kind:"mapping",resolve:resolveYamlSet,construct:constructYamlSet}),_default$1=core$1.extend({implicit:[timestamp,merge$1],explicit:[binary,omap,pairs,set]}),_hasOwnProperty$1=Object.prototype.hasOwnProperty,CONTEXT_FLOW_IN=1,CONTEXT_FLOW_OUT=2,CONTEXT_BLOCK_IN=3,CONTEXT_BLOCK_OUT=4,CHOMPING_CLIP=1,CHOMPING_STRIP=2,CHOMPING_KEEP=3,PATTERN_NON_PRINTABLE=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,PATTERN_NON_ASCII_LINE_BREAKS=/[\x85\u2028\u2029]/,PATTERN_FLOW_INDICATORS=/[,\[\]\{\}]/,PATTERN_TAG_HANDLE=/^(?:!|!!|![a-z\-]+!)$/i,PATTERN_TAG_URI=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function _class(Ra){return Object.prototype.toString.call(Ra)}__name(_class,"_class");function is_EOL(Ra){return Ra===10||Ra===13}__name(is_EOL,"is_EOL");function is_WHITE_SPACE(Ra){return Ra===9||Ra===32}__name(is_WHITE_SPACE,"is_WHITE_SPACE");function is_WS_OR_EOL(Ra){return Ra===9||Ra===32||Ra===10||Ra===13}__name(is_WS_OR_EOL,"is_WS_OR_EOL");function is_FLOW_INDICATOR(Ra){return Ra===44||Ra===91||Ra===93||Ra===123||Ra===125}__name(is_FLOW_INDICATOR,"is_FLOW_INDICATOR");function fromHexCode(Ra){var qa;return 48<=Ra&&Ra<=57?Ra-48:(qa=Ra|32,97<=qa&&qa<=102?qa-97+10:-1)}__name(fromHexCode,"fromHexCode");function escapedHexLen(Ra){return Ra===120?2:Ra===117?4:Ra===85?8:0}__name(escapedHexLen,"escapedHexLen");function fromDecimalCode(Ra){return 48<=Ra&&Ra<=57?Ra-48:-1}__name(fromDecimalCode,"fromDecimalCode");function simpleEscapeSequence(Ra){return Ra===48?"\0":Ra===97?"\x07":Ra===98?"\b":Ra===116||Ra===9?" ":Ra===110?`
`:Ra===118?"\v":Ra===102?"\f":Ra===114?"\r":Ra===101?"\x1B":Ra===32?" ":Ra===34?'"':Ra===47?"/":Ra===92?"\\":Ra===78?"…":Ra===95?" ":Ra===76?"\u2028":Ra===80?"\u2029":""}__name(simpleEscapeSequence,"simpleEscapeSequence");function charFromCodepoint(Ra){return Ra<=65535?String.fromCharCode(Ra):String.fromCharCode((Ra-65536>>10)+55296,(Ra-65536&1023)+56320)}__name(charFromCodepoint,"charFromCodepoint");var simpleEscapeCheck=new Array(256),simpleEscapeMap=new Array(256);for(i$2=0;i$2<256;i$2++)simpleEscapeCheck[i$2]=simpleEscapeSequence(i$2)?1:0,simpleEscapeMap[i$2]=simpleEscapeSequence(i$2);var i$2;function State$1(Ra,qa){this.input=Ra,this.filename=qa.filename||null,this.schema=qa.schema||_default$1,this.onWarning=qa.onWarning||null,this.legacy=qa.legacy||!1,this.json=qa.json||!1,this.listener=qa.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=Ra.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}__name(State$1,"State$1");function generateError(Ra,qa){var Ja={name:Ra.filename,buffer:Ra.input.slice(0,-1),position:Ra.position,line:Ra.line,column:Ra.position-Ra.lineStart};return Ja.snippet=snippet(Ja),new exception(qa,Ja)}__name(generateError,"generateError");function throwError(Ra,qa){throw generateError(Ra,qa)}__name(throwError,"throwError");function throwWarning(Ra,qa){Ra.onWarning&&Ra.onWarning.call(null,generateError(Ra,qa))}__name(throwWarning,"throwWarning");var directiveHandlers={YAML:__name(function(qa,Ja,ed){var td,rd,od;qa.version!==null&&throwError(qa,"duplication of %YAML directive"),ed.length!==1&&throwError(qa,"YAML directive accepts exactly one argument"),td=/^([0-9]+)\.([0-9]+)$/.exec(ed[0]),td===null&&throwError(qa,"ill-formed argument of the YAML directive"),rd=parseInt(td[1],10),od=parseInt(td[2],10),rd!==1&&throwError(qa,"unacceptable YAML version of the document"),qa.version=ed[0],qa.checkLineBreaks=od<2,od!==1&&od!==2&&throwWarning(qa,"unsupported YAML version of the document")},"handleYamlDirective"),TAG:__name(function(qa,Ja,ed){var td,rd;ed.length!==2&&throwError(qa,"TAG directive accepts exactly two arguments"),td=ed[0],rd=ed[1],PATTERN_TAG_HANDLE.test(td)||throwError(qa,"ill-formed tag handle (first argument) of the TAG directive"),_hasOwnProperty$1.call(qa.tagMap,td)&&throwError(qa,'there is a previously declared suffix for "'+td+'" tag handle'),PATTERN_TAG_URI.test(rd)||throwError(qa,"ill-formed tag prefix (second argument) of the TAG directive");try{rd=decodeURIComponent(rd)}catch{throwError(qa,"tag prefix is malformed: "+rd)}qa.tagMap[td]=rd},"handleTagDirective")};function captureSegment(Ra,qa,Ja,ed){var td,rd,od,sd;if(qa<Ja){if(sd=Ra.input.slice(qa,Ja),ed)for(td=0,rd=sd.length;td<rd;td+=1)od=sd.charCodeAt(td),od===9||32<=od&&od<=1114111||throwError(Ra,"expected valid JSON character");else PATTERN_NON_PRINTABLE.test(sd)&&throwError(Ra,"the stream contains non-printable characters");Ra.result+=sd}}__name(captureSegment,"captureSegment");function mergeMappings(Ra,qa,Ja,ed){var td,rd,od,sd;for(common.isObject(Ja)||throwError(Ra,"cannot merge mappings; the provided source object is unacceptable"),td=Object.keys(Ja),od=0,sd=td.length;od<sd;od+=1)rd=td[od],_hasOwnProperty$1.call(qa,rd)||(qa[rd]=Ja[rd],ed[rd]=!0)}__name(mergeMappings,"mergeMappings");function storeMappingPair(Ra,qa,Ja,ed,td,rd,od,sd,ld){var cd,ud;if(Array.isArray(td))for(td=Array.prototype.slice.call(td),cd=0,ud=td.length;cd<ud;cd+=1)Array.isArray(td[cd])&&throwError(Ra,"nested arrays are not supported inside keys"),typeof td=="object"&&_class(td[cd])==="[object Object]"&&(td[cd]="[object Object]");if(typeof td=="object"&&_class(td)==="[object Object]"&&(td="[object Object]"),td=String(td),qa===null&&(qa={}),ed==="tag:yaml.org,2002:merge")if(Array.isArray(rd))for(cd=0,ud=rd.length;cd<ud;cd+=1)mergeMappings(Ra,qa,rd[cd],Ja);else mergeMappings(Ra,qa,rd,Ja);else!Ra.json&&!_hasOwnProperty$1.call(Ja,td)&&_hasOwnProperty$1.call(qa,td)&&(Ra.line=od||Ra.line,Ra.lineStart=sd||Ra.lineStart,Ra.position=ld||Ra.position,throwError(Ra,"duplicated mapping key")),td==="__proto__"?Object.defineProperty(qa,td,{configurable:!0,enumerable:!0,writable:!0,value:rd}):qa[td]=rd,delete Ja[td];return qa}__name(storeMappingPair,"storeMappingPair");function readLineBreak(Ra){var qa;qa=Ra.input.charCodeAt(Ra.position),qa===10?Ra.position++:qa===13?(Ra.position++,Ra.input.charCodeAt(Ra.position)===10&&Ra.position++):throwError(Ra,"a line break is expected"),Ra.line+=1,Ra.lineStart=Ra.position,Ra.firstTabInLine=-1}__name(readLineBreak,"readLineBreak");function skipSeparationSpace(Ra,qa,Ja){for(var ed=0,td=Ra.input.charCodeAt(Ra.position);td!==0;){for(;is_WHITE_SPACE(td);)td===9&&Ra.firstTabInLine===-1&&(Ra.firstTabInLine=Ra.position),td=Ra.input.charCodeAt(++Ra.position);if(qa&&td===35)do td=Ra.input.charCodeAt(++Ra.position);while(td!==10&&td!==13&&td!==0);if(is_EOL(td))for(readLineBreak(Ra),td=Ra.input.charCodeAt(Ra.position),ed++,Ra.lineIndent=0;td===32;)Ra.lineIndent++,td=Ra.input.charCodeAt(++Ra.position);else break}return Ja!==-1&&ed!==0&&Ra.lineIndent<Ja&&throwWarning(Ra,"deficient indentation"),ed}__name(skipSeparationSpace,"skipSeparationSpace");function testDocumentSeparator(Ra){var qa=Ra.position,Ja;return Ja=Ra.input.charCodeAt(qa),!!((Ja===45||Ja===46)&&Ja===Ra.input.charCodeAt(qa+1)&&Ja===Ra.input.charCodeAt(qa+2)&&(qa+=3,Ja=Ra.input.charCodeAt(qa),Ja===0||is_WS_OR_EOL(Ja)))}__name(testDocumentSeparator,"testDocumentSeparator");function writeFoldedLines(Ra,qa){qa===1?Ra.result+=" ":qa>1&&(Ra.result+=common.repeat(`
`,qa-1))}__name(writeFoldedLines,"writeFoldedLines");function readPlainScalar(Ra,qa,Ja){var ed,td,rd,od,sd,ld,cd,ud,gd=Ra.kind,_d=Ra.result,yd;if(yd=Ra.input.charCodeAt(Ra.position),is_WS_OR_EOL(yd)||is_FLOW_INDICATOR(yd)||yd===35||yd===38||yd===42||yd===33||yd===124||yd===62||yd===39||yd===34||yd===37||yd===64||yd===96||(yd===63||yd===45)&&(td=Ra.input.charCodeAt(Ra.position+1),is_WS_OR_EOL(td)||Ja&&is_FLOW_INDICATOR(td)))return!1;for(Ra.kind="scalar",Ra.result="",rd=od=Ra.position,sd=!1;yd!==0;){if(yd===58){if(td=Ra.input.charCodeAt(Ra.position+1),is_WS_OR_EOL(td)||Ja&&is_FLOW_INDICATOR(td))break}else if(yd===35){if(ed=Ra.input.charCodeAt(Ra.position-1),is_WS_OR_EOL(ed))break}else{if(Ra.position===Ra.lineStart&&testDocumentSeparator(Ra)||Ja&&is_FLOW_INDICATOR(yd))break;if(is_EOL(yd))if(ld=Ra.line,cd=Ra.lineStart,ud=Ra.lineIndent,skipSeparationSpace(Ra,!1,-1),Ra.lineIndent>=qa){sd=!0,yd=Ra.input.charCodeAt(Ra.position);continue}else{Ra.position=od,Ra.line=ld,Ra.lineStart=cd,Ra.lineIndent=ud;break}}sd&&(captureSegment(Ra,rd,od,!1),writeFoldedLines(Ra,Ra.line-ld),rd=od=Ra.position,sd=!1),is_WHITE_SPACE(yd)||(od=Ra.position+1),yd=Ra.input.charCodeAt(++Ra.position)}return captureSegment(Ra,rd,od,!1),Ra.result?!0:(Ra.kind=gd,Ra.result=_d,!1)}__name(readPlainScalar,"readPlainScalar");function readSingleQuotedScalar(Ra,qa){var Ja,ed,td;if(Ja=Ra.input.charCodeAt(Ra.position),Ja!==39)return!1;for(Ra.kind="scalar",Ra.result="",Ra.position++,ed=td=Ra.position;(Ja=Ra.input.charCodeAt(Ra.position))!==0;)if(Ja===39)if(captureSegment(Ra,ed,Ra.position,!0),Ja=Ra.input.charCodeAt(++Ra.position),Ja===39)ed=Ra.position,Ra.position++,td=Ra.position;else return!0;else is_EOL(Ja)?(captureSegment(Ra,ed,td,!0),writeFoldedLines(Ra,skipSeparationSpace(Ra,!1,qa)),ed=td=Ra.position):Ra.position===Ra.lineStart&&testDocumentSeparator(Ra)?throwError(Ra,"unexpected end of the document within a single quoted scalar"):(Ra.position++,td=Ra.position);throwError(Ra,"unexpected end of the stream within a single quoted scalar")}__name(readSingleQuotedScalar,"readSingleQuotedScalar");function readDoubleQuotedScalar(Ra,qa){var Ja,ed,td,rd,od,sd;if(sd=Ra.input.charCodeAt(Ra.position),sd!==34)return!1;for(Ra.kind="scalar",Ra.result="",Ra.position++,Ja=ed=Ra.position;(sd=Ra.input.charCodeAt(Ra.position))!==0;){if(sd===34)return captureSegment(Ra,Ja,Ra.position,!0),Ra.position++,!0;if(sd===92){if(captureSegment(Ra,Ja,Ra.position,!0),sd=Ra.input.charCodeAt(++Ra.position),is_EOL(sd))skipSeparationSpace(Ra,!1,qa);else if(sd<256&&simpleEscapeCheck[sd])Ra.result+=simpleEscapeMap[sd],Ra.position++;else if((od=escapedHexLen(sd))>0){for(td=od,rd=0;td>0;td--)sd=Ra.input.charCodeAt(++Ra.position),(od=fromHexCode(sd))>=0?rd=(rd<<4)+od:throwError(Ra,"expected hexadecimal character");Ra.result+=charFromCodepoint(rd),Ra.position++}else throwError(Ra,"unknown escape sequence");Ja=ed=Ra.position}else is_EOL(sd)?(captureSegment(Ra,Ja,ed,!0),writeFoldedLines(Ra,skipSeparationSpace(Ra,!1,qa)),Ja=ed=Ra.position):Ra.position===Ra.lineStart&&testDocumentSeparator(Ra)?throwError(Ra,"unexpected end of the document within a double quoted scalar"):(Ra.position++,ed=Ra.position)}throwError(Ra,"unexpected end of the stream within a double quoted scalar")}__name(readDoubleQuotedScalar,"readDoubleQuotedScalar");function readFlowCollection(Ra,qa){var Ja=!0,ed,td,rd,od=Ra.tag,sd,ld=Ra.anchor,cd,ud,gd,_d,yd,Ed=Object.create(null),Td,Od,Ad,Nd;if(Nd=Ra.input.charCodeAt(Ra.position),Nd===91)ud=93,yd=!1,sd=[];else if(Nd===123)ud=125,yd=!0,sd={};else return!1;for(Ra.anchor!==null&&(Ra.anchorMap[Ra.anchor]=sd),Nd=Ra.input.charCodeAt(++Ra.position);Nd!==0;){if(skipSeparationSpace(Ra,!0,qa),Nd=Ra.input.charCodeAt(Ra.position),Nd===ud)return Ra.position++,Ra.tag=od,Ra.anchor=ld,Ra.kind=yd?"mapping":"sequence",Ra.result=sd,!0;Ja?Nd===44&&throwError(Ra,"expected the node content, but found ','"):throwError(Ra,"missed comma between flow collection entries"),Od=Td=Ad=null,gd=_d=!1,Nd===63&&(cd=Ra.input.charCodeAt(Ra.position+1),is_WS_OR_EOL(cd)&&(gd=_d=!0,Ra.position++,skipSeparationSpace(Ra,!0,qa))),ed=Ra.line,td=Ra.lineStart,rd=Ra.position,composeNode(Ra,qa,CONTEXT_FLOW_IN,!1,!0),Od=Ra.tag,Td=Ra.result,skipSeparationSpace(Ra,!0,qa),Nd=Ra.input.charCodeAt(Ra.position),(_d||Ra.line===ed)&&Nd===58&&(gd=!0,Nd=Ra.input.charCodeAt(++Ra.position),skipSeparationSpace(Ra,!0,qa),composeNode(Ra,qa,CONTEXT_FLOW_IN,!1,!0),Ad=Ra.result),yd?storeMappingPair(Ra,sd,Ed,Od,Td,Ad,ed,td,rd):gd?sd.push(storeMappingPair(Ra,null,Ed,Od,Td,Ad,ed,td,rd)):sd.push(Td),skipSeparationSpace(Ra,!0,qa),Nd=Ra.input.charCodeAt(Ra.position),Nd===44?(Ja=!0,Nd=Ra.input.charCodeAt(++Ra.position)):Ja=!1}throwError(Ra,"unexpected end of the stream within a flow collection")}__name(readFlowCollection,"readFlowCollection");function readBlockScalar(Ra,qa){var Ja,ed,td=CHOMPING_CLIP,rd=!1,od=!1,sd=qa,ld=0,cd=!1,ud,gd;if(gd=Ra.input.charCodeAt(Ra.position),gd===124)ed=!1;else if(gd===62)ed=!0;else return!1;for(Ra.kind="scalar",Ra.result="";gd!==0;)if(gd=Ra.input.charCodeAt(++Ra.position),gd===43||gd===45)CHOMPING_CLIP===td?td=gd===43?CHOMPING_KEEP:CHOMPING_STRIP:throwError(Ra,"repeat of a chomping mode identifier");else if((ud=fromDecimalCode(gd))>=0)ud===0?throwError(Ra,"bad explicit indentation width of a block scalar; it cannot be less than one"):od?throwError(Ra,"repeat of an indentation width identifier"):(sd=qa+ud-1,od=!0);else break;if(is_WHITE_SPACE(gd)){do gd=Ra.input.charCodeAt(++Ra.position);while(is_WHITE_SPACE(gd));if(gd===35)do gd=Ra.input.charCodeAt(++Ra.position);while(!is_EOL(gd)&&gd!==0)}for(;gd!==0;){for(readLineBreak(Ra),Ra.lineIndent=0,gd=Ra.input.charCodeAt(Ra.position);(!od||Ra.lineIndent<sd)&&gd===32;)Ra.lineIndent++,gd=Ra.input.charCodeAt(++Ra.position);if(!od&&Ra.lineIndent>sd&&(sd=Ra.lineIndent),is_EOL(gd)){ld++;continue}if(Ra.lineIndent<sd){td===CHOMPING_KEEP?Ra.result+=common.repeat(`
`,rd?1+ld:ld):td===CHOMPING_CLIP&&rd&&(Ra.result+=`
`);break}for(ed?is_WHITE_SPACE(gd)?(cd=!0,Ra.result+=common.repeat(`
`,rd?1+ld:ld)):cd?(cd=!1,Ra.result+=common.repeat(`
`,ld+1)):ld===0?rd&&(Ra.result+=" "):Ra.result+=common.repeat(`
`,ld):Ra.result+=common.repeat(`
`,rd?1+ld:ld),rd=!0,od=!0,ld=0,Ja=Ra.position;!is_EOL(gd)&&gd!==0;)gd=Ra.input.charCodeAt(++Ra.position);captureSegment(Ra,Ja,Ra.position,!1)}return!0}__name(readBlockScalar,"readBlockScalar");function readBlockSequence(Ra,qa){var Ja,ed=Ra.tag,td=Ra.anchor,rd=[],od,sd=!1,ld;if(Ra.firstTabInLine!==-1)return!1;for(Ra.anchor!==null&&(Ra.anchorMap[Ra.anchor]=rd),ld=Ra.input.charCodeAt(Ra.position);ld!==0&&(Ra.firstTabInLine!==-1&&(Ra.position=Ra.firstTabInLine,throwError(Ra,"tab characters must not be used in indentation")),!(ld!==45||(od=Ra.input.charCodeAt(Ra.position+1),!is_WS_OR_EOL(od))));){if(sd=!0,Ra.position++,skipSeparationSpace(Ra,!0,-1)&&Ra.lineIndent<=qa){rd.push(null),ld=Ra.input.charCodeAt(Ra.position);continue}if(Ja=Ra.line,composeNode(Ra,qa,CONTEXT_BLOCK_IN,!1,!0),rd.push(Ra.result),skipSeparationSpace(Ra,!0,-1),ld=Ra.input.charCodeAt(Ra.position),(Ra.line===Ja||Ra.lineIndent>qa)&&ld!==0)throwError(Ra,"bad indentation of a sequence entry");else if(Ra.lineIndent<qa)break}return sd?(Ra.tag=ed,Ra.anchor=td,Ra.kind="sequence",Ra.result=rd,!0):!1}__name(readBlockSequence,"readBlockSequence");function readBlockMapping(Ra,qa,Ja){var ed,td,rd,od,sd,ld,cd=Ra.tag,ud=Ra.anchor,gd={},_d=Object.create(null),yd=null,Ed=null,Td=null,Od=!1,Ad=!1,Nd;if(Ra.firstTabInLine!==-1)return!1;for(Ra.anchor!==null&&(Ra.anchorMap[Ra.anchor]=gd),Nd=Ra.input.charCodeAt(Ra.position);Nd!==0;){if(!Od&&Ra.firstTabInLine!==-1&&(Ra.position=Ra.firstTabInLine,throwError(Ra,"tab characters must not be used in indentation")),ed=Ra.input.charCodeAt(Ra.position+1),rd=Ra.line,(Nd===63||Nd===58)&&is_WS_OR_EOL(ed))Nd===63?(Od&&(storeMappingPair(Ra,gd,_d,yd,Ed,null,od,sd,ld),yd=Ed=Td=null),Ad=!0,Od=!0,td=!0):Od?(Od=!1,td=!0):throwError(Ra,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),Ra.position+=1,Nd=ed;else{if(od=Ra.line,sd=Ra.lineStart,ld=Ra.position,!composeNode(Ra,Ja,CONTEXT_FLOW_OUT,!1,!0))break;if(Ra.line===rd){for(Nd=Ra.input.charCodeAt(Ra.position);is_WHITE_SPACE(Nd);)Nd=Ra.input.charCodeAt(++Ra.position);if(Nd===58)Nd=Ra.input.charCodeAt(++Ra.position),is_WS_OR_EOL(Nd)||throwError(Ra,"a whitespace character is expected after the key-value separator within a block mapping"),Od&&(storeMappingPair(Ra,gd,_d,yd,Ed,null,od,sd,ld),yd=Ed=Td=null),Ad=!0,Od=!1,td=!1,yd=Ra.tag,Ed=Ra.result;else if(Ad)throwError(Ra,"can not read an implicit mapping pair; a colon is missed");else return Ra.tag=cd,Ra.anchor=ud,!0}else if(Ad)throwError(Ra,"can not read a block mapping entry; a multiline key may not be an implicit key");else return Ra.tag=cd,Ra.anchor=ud,!0}if((Ra.line===rd||Ra.lineIndent>qa)&&(Od&&(od=Ra.line,sd=Ra.lineStart,ld=Ra.position),composeNode(Ra,qa,CONTEXT_BLOCK_OUT,!0,td)&&(Od?Ed=Ra.result:Td=Ra.result),Od||(storeMappingPair(Ra,gd,_d,yd,Ed,Td,od,sd,ld),yd=Ed=Td=null),skipSeparationSpace(Ra,!0,-1),Nd=Ra.input.charCodeAt(Ra.position)),(Ra.line===rd||Ra.lineIndent>qa)&&Nd!==0)throwError(Ra,"bad indentation of a mapping entry");else if(Ra.lineIndent<qa)break}return Od&&storeMappingPair(Ra,gd,_d,yd,Ed,null,od,sd,ld),Ad&&(Ra.tag=cd,Ra.anchor=ud,Ra.kind="mapping",Ra.result=gd),Ad}__name(readBlockMapping,"readBlockMapping");function readTagProperty(Ra){var qa,Ja=!1,ed=!1,td,rd,od;if(od=Ra.input.charCodeAt(Ra.position),od!==33)return!1;if(Ra.tag!==null&&throwError(Ra,"duplication of a tag property"),od=Ra.input.charCodeAt(++Ra.position),od===60?(Ja=!0,od=Ra.input.charCodeAt(++Ra.position)):od===33?(ed=!0,td="!!",od=Ra.input.charCodeAt(++Ra.position)):td="!",qa=Ra.position,Ja){do od=Ra.input.charCodeAt(++Ra.position);while(od!==0&&od!==62);Ra.position<Ra.length?(rd=Ra.input.slice(qa,Ra.position),od=Ra.input.charCodeAt(++Ra.position)):throwError(Ra,"unexpected end of the stream within a verbatim tag")}else{for(;od!==0&&!is_WS_OR_EOL(od);)od===33&&(ed?throwError(Ra,"tag suffix cannot contain exclamation marks"):(td=Ra.input.slice(qa-1,Ra.position+1),PATTERN_TAG_HANDLE.test(td)||throwError(Ra,"named tag handle cannot contain such characters"),ed=!0,qa=Ra.position+1)),od=Ra.input.charCodeAt(++Ra.position);rd=Ra.input.slice(qa,Ra.position),PATTERN_FLOW_INDICATORS.test(rd)&&throwError(Ra,"tag suffix cannot contain flow indicator characters")}rd&&!PATTERN_TAG_URI.test(rd)&&throwError(Ra,"tag name cannot contain such characters: "+rd);try{rd=decodeURIComponent(rd)}catch{throwError(Ra,"tag name is malformed: "+rd)}return Ja?Ra.tag=rd:_hasOwnProperty$1.call(Ra.tagMap,td)?Ra.tag=Ra.tagMap[td]+rd:td==="!"?Ra.tag="!"+rd:td==="!!"?Ra.tag="tag:yaml.org,2002:"+rd:throwError(Ra,'undeclared tag handle "'+td+'"'),!0}__name(readTagProperty,"readTagProperty");function readAnchorProperty(Ra){var qa,Ja;if(Ja=Ra.input.charCodeAt(Ra.position),Ja!==38)return!1;for(Ra.anchor!==null&&throwError(Ra,"duplication of an anchor property"),Ja=Ra.input.charCodeAt(++Ra.position),qa=Ra.position;Ja!==0&&!is_WS_OR_EOL(Ja)&&!is_FLOW_INDICATOR(Ja);)Ja=Ra.input.charCodeAt(++Ra.position);return Ra.position===qa&&throwError(Ra,"name of an anchor node must contain at least one character"),Ra.anchor=Ra.input.slice(qa,Ra.position),!0}__name(readAnchorProperty,"readAnchorProperty");function readAlias(Ra){var qa,Ja,ed;if(ed=Ra.input.charCodeAt(Ra.position),ed!==42)return!1;for(ed=Ra.input.charCodeAt(++Ra.position),qa=Ra.position;ed!==0&&!is_WS_OR_EOL(ed)&&!is_FLOW_INDICATOR(ed);)ed=Ra.input.charCodeAt(++Ra.position);return Ra.position===qa&&throwError(Ra,"name of an alias node must contain at least one character"),Ja=Ra.input.slice(qa,Ra.position),_hasOwnProperty$1.call(Ra.anchorMap,Ja)||throwError(Ra,'unidentified alias "'+Ja+'"'),Ra.result=Ra.anchorMap[Ja],skipSeparationSpace(Ra,!0,-1),!0}__name(readAlias,"readAlias");function composeNode(Ra,qa,Ja,ed,td){var rd,od,sd,ld=1,cd=!1,ud=!1,gd,_d,yd,Ed,Td,Od;if(Ra.listener!==null&&Ra.listener("open",Ra),Ra.tag=null,Ra.anchor=null,Ra.kind=null,Ra.result=null,rd=od=sd=CONTEXT_BLOCK_OUT===Ja||CONTEXT_BLOCK_IN===Ja,ed&&skipSeparationSpace(Ra,!0,-1)&&(cd=!0,Ra.lineIndent>qa?ld=1:Ra.lineIndent===qa?ld=0:Ra.lineIndent<qa&&(ld=-1)),ld===1)for(;readTagProperty(Ra)||readAnchorProperty(Ra);)skipSeparationSpace(Ra,!0,-1)?(cd=!0,sd=rd,Ra.lineIndent>qa?ld=1:Ra.lineIndent===qa?ld=0:Ra.lineIndent<qa&&(ld=-1)):sd=!1;if(sd&&(sd=cd||td),(ld===1||CONTEXT_BLOCK_OUT===Ja)&&(CONTEXT_FLOW_IN===Ja||CONTEXT_FLOW_OUT===Ja?Td=qa:Td=qa+1,Od=Ra.position-Ra.lineStart,ld===1?sd&&(readBlockSequence(Ra,Od)||readBlockMapping(Ra,Od,Td))||readFlowCollection(Ra,Td)?ud=!0:(od&&readBlockScalar(Ra,Td)||readSingleQuotedScalar(Ra,Td)||readDoubleQuotedScalar(Ra,Td)?ud=!0:readAlias(Ra)?(ud=!0,(Ra.tag!==null||Ra.anchor!==null)&&throwError(Ra,"alias node should not have any properties")):readPlainScalar(Ra,Td,CONTEXT_FLOW_IN===Ja)&&(ud=!0,Ra.tag===null&&(Ra.tag="?")),Ra.anchor!==null&&(Ra.anchorMap[Ra.anchor]=Ra.result)):ld===0&&(ud=sd&&readBlockSequence(Ra,Od))),Ra.tag===null)Ra.anchor!==null&&(Ra.anchorMap[Ra.anchor]=Ra.result);else if(Ra.tag==="?"){for(Ra.result!==null&&Ra.kind!=="scalar"&&throwError(Ra,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+Ra.kind+'"'),gd=0,_d=Ra.implicitTypes.length;gd<_d;gd+=1)if(Ed=Ra.implicitTypes[gd],Ed.resolve(Ra.result)){Ra.result=Ed.construct(Ra.result),Ra.tag=Ed.tag,Ra.anchor!==null&&(Ra.anchorMap[Ra.anchor]=Ra.result);break}}else if(Ra.tag!=="!"){if(_hasOwnProperty$1.call(Ra.typeMap[Ra.kind||"fallback"],Ra.tag))Ed=Ra.typeMap[Ra.kind||"fallback"][Ra.tag];else for(Ed=null,yd=Ra.typeMap.multi[Ra.kind||"fallback"],gd=0,_d=yd.length;gd<_d;gd+=1)if(Ra.tag.slice(0,yd[gd].tag.length)===yd[gd].tag){Ed=yd[gd];break}Ed||throwError(Ra,"unknown tag !<"+Ra.tag+">"),Ra.result!==null&&Ed.kind!==Ra.kind&&throwError(Ra,"unacceptable node kind for !<"+Ra.tag+'> tag; it should be "'+Ed.kind+'", not "'+Ra.kind+'"'),Ed.resolve(Ra.result,Ra.tag)?(Ra.result=Ed.construct(Ra.result,Ra.tag),Ra.anchor!==null&&(Ra.anchorMap[Ra.anchor]=Ra.result)):throwError(Ra,"cannot resolve a node with !<"+Ra.tag+"> explicit tag")}return Ra.listener!==null&&Ra.listener("close",Ra),Ra.tag!==null||Ra.anchor!==null||ud}__name(composeNode,"composeNode");function readDocument(Ra){var qa=Ra.position,Ja,ed,td,rd=!1,od;for(Ra.version=null,Ra.checkLineBreaks=Ra.legacy,Ra.tagMap=Object.create(null),Ra.anchorMap=Object.create(null);(od=Ra.input.charCodeAt(Ra.position))!==0&&(skipSeparationSpace(Ra,!0,-1),od=Ra.input.charCodeAt(Ra.position),!(Ra.lineIndent>0||od!==37));){for(rd=!0,od=Ra.input.charCodeAt(++Ra.position),Ja=Ra.position;od!==0&&!is_WS_OR_EOL(od);)od=Ra.input.charCodeAt(++Ra.position);for(ed=Ra.input.slice(Ja,Ra.position),td=[],ed.length<1&&throwError(Ra,"directive name must not be less than one character in length");od!==0;){for(;is_WHITE_SPACE(od);)od=Ra.input.charCodeAt(++Ra.position);if(od===35){do od=Ra.input.charCodeAt(++Ra.position);while(od!==0&&!is_EOL(od));break}if(is_EOL(od))break;for(Ja=Ra.position;od!==0&&!is_WS_OR_EOL(od);)od=Ra.input.charCodeAt(++Ra.position);td.push(Ra.input.slice(Ja,Ra.position))}od!==0&&readLineBreak(Ra),_hasOwnProperty$1.call(directiveHandlers,ed)?directiveHandlers[ed](Ra,ed,td):throwWarning(Ra,'unknown document directive "'+ed+'"')}if(skipSeparationSpace(Ra,!0,-1),Ra.lineIndent===0&&Ra.input.charCodeAt(Ra.position)===45&&Ra.input.charCodeAt(Ra.position+1)===45&&Ra.input.charCodeAt(Ra.position+2)===45?(Ra.position+=3,skipSeparationSpace(Ra,!0,-1)):rd&&throwError(Ra,"directives end mark is expected"),composeNode(Ra,Ra.lineIndent-1,CONTEXT_BLOCK_OUT,!1,!0),skipSeparationSpace(Ra,!0,-1),Ra.checkLineBreaks&&PATTERN_NON_ASCII_LINE_BREAKS.test(Ra.input.slice(qa,Ra.position))&&throwWarning(Ra,"non-ASCII line breaks are interpreted as content"),Ra.documents.push(Ra.result),Ra.position===Ra.lineStart&&testDocumentSeparator(Ra)){Ra.input.charCodeAt(Ra.position)===46&&(Ra.position+=3,skipSeparationSpace(Ra,!0,-1));return}if(Ra.position<Ra.length-1)throwError(Ra,"end of the stream or a document separator is expected");else return}__name(readDocument,"readDocument");function loadDocuments(Ra,qa){Ra=String(Ra),qa=qa||{},Ra.length!==0&&(Ra.charCodeAt(Ra.length-1)!==10&&Ra.charCodeAt(Ra.length-1)!==13&&(Ra+=`
`),Ra.charCodeAt(0)===65279&&(Ra=Ra.slice(1)));var Ja=new State$1(Ra,qa),ed=Ra.indexOf("\0");for(ed!==-1&&(Ja.position=ed,throwError(Ja,"null byte is not allowed in input")),Ja.input+="\0";Ja.input.charCodeAt(Ja.position)===32;)Ja.lineIndent+=1,Ja.position+=1;for(;Ja.position<Ja.length-1;)readDocument(Ja);return Ja.documents}__name(loadDocuments,"loadDocuments");function loadAll$1(Ra,qa,Ja){qa!==null&&typeof qa=="object"&&typeof Ja>"u"&&(Ja=qa,qa=null);var ed=loadDocuments(Ra,Ja);if(typeof qa!="function")return ed;for(var td=0,rd=ed.length;td<rd;td+=1)qa(ed[td])}__name(loadAll$1,"loadAll$1");function load$1(Ra,qa){var Ja=loadDocuments(Ra,qa);if(Ja.length!==0){if(Ja.length===1)return Ja[0];throw new exception("expected a single document in the stream, but found more")}}__name(load$1,"load$1");var loadAll_1=loadAll$1,load_1=load$1,loader24={loadAll:loadAll_1,load:load_1},_toString=Object.prototype.toString,_hasOwnProperty=Object.prototype.hasOwnProperty,CHAR_BOM=65279,CHAR_TAB=9,CHAR_LINE_FEED=10,CHAR_CARRIAGE_RETURN=13,CHAR_SPACE=32,CHAR_EXCLAMATION=33,CHAR_DOUBLE_QUOTE=34,CHAR_SHARP=35,CHAR_PERCENT=37,CHAR_AMPERSAND=38,CHAR_SINGLE_QUOTE=39,CHAR_ASTERISK=42,CHAR_COMMA=44,CHAR_MINUS=45,CHAR_COLON=58,CHAR_EQUALS=61,CHAR_GREATER_THAN=62,CHAR_QUESTION=63,CHAR_COMMERCIAL_AT=64,CHAR_LEFT_SQUARE_BRACKET=91,CHAR_RIGHT_SQUARE_BRACKET=93,CHAR_GRAVE_ACCENT=96,CHAR_LEFT_CURLY_BRACKET=123,CHAR_VERTICAL_LINE=124,CHAR_RIGHT_CURLY_BRACKET=125,ESCAPE_SEQUENCES={};ESCAPE_SEQUENCES[0]="\\0";ESCAPE_SEQUENCES[7]="\\a";ESCAPE_SEQUENCES[8]="\\b";ESCAPE_SEQUENCES[9]="\\t";ESCAPE_SEQUENCES[10]="\\n";ESCAPE_SEQUENCES[11]="\\v";ESCAPE_SEQUENCES[12]="\\f";ESCAPE_SEQUENCES[13]="\\r";ESCAPE_SEQUENCES[27]="\\e";ESCAPE_SEQUENCES[34]='\\"';ESCAPE_SEQUENCES[92]="\\\\";ESCAPE_SEQUENCES[133]="\\N";ESCAPE_SEQUENCES[160]="\\_";ESCAPE_SEQUENCES[8232]="\\L";ESCAPE_SEQUENCES[8233]="\\P";var DEPRECATED_BOOLEANS_SYNTAX=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],DEPRECATED_BASE60_SYNTAX=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function compileStyleMap(Ra,qa){var Ja,ed,td,rd,od,sd,ld;if(qa===null)return{};for(Ja={},ed=Object.keys(qa),td=0,rd=ed.length;td<rd;td+=1)od=ed[td],sd=String(qa[od]),od.slice(0,2)==="!!"&&(od="tag:yaml.org,2002:"+od.slice(2)),ld=Ra.compiledTypeMap.fallback[od],ld&&_hasOwnProperty.call(ld.styleAliases,sd)&&(sd=ld.styleAliases[sd]),Ja[od]=sd;return Ja}__name(compileStyleMap,"compileStyleMap");function encodeHex(Ra){var qa,Ja,ed;if(qa=Ra.toString(16).toUpperCase(),Ra<=255)Ja="x",ed=2;else if(Ra<=65535)Ja="u",ed=4;else if(Ra<=4294967295)Ja="U",ed=8;else throw new exception("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+Ja+common.repeat("0",ed-qa.length)+qa}__name(encodeHex,"encodeHex");var QUOTING_TYPE_SINGLE=1,QUOTING_TYPE_DOUBLE=2;function State(Ra){this.schema=Ra.schema||_default$1,this.indent=Math.max(1,Ra.indent||2),this.noArrayIndent=Ra.noArrayIndent||!1,this.skipInvalid=Ra.skipInvalid||!1,this.flowLevel=common.isNothing(Ra.flowLevel)?-1:Ra.flowLevel,this.styleMap=compileStyleMap(this.schema,Ra.styles||null),this.sortKeys=Ra.sortKeys||!1,this.lineWidth=Ra.lineWidth||80,this.noRefs=Ra.noRefs||!1,this.noCompatMode=Ra.noCompatMode||!1,this.condenseFlow=Ra.condenseFlow||!1,this.quotingType=Ra.quotingType==='"'?QUOTING_TYPE_DOUBLE:QUOTING_TYPE_SINGLE,this.forceQuotes=Ra.forceQuotes||!1,this.replacer=typeof Ra.replacer=="function"?Ra.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}__name(State,"State");function indentString(Ra,qa){for(var Ja=common.repeat(" ",qa),ed=0,td=-1,rd="",od,sd=Ra.length;ed<sd;)td=Ra.indexOf(`
`,ed),td===-1?(od=Ra.slice(ed),ed=sd):(od=Ra.slice(ed,td+1),ed=td+1),od.length&&od!==`
`&&(rd+=Ja),rd+=od;return rd}__name(indentString,"indentString");function generateNextLine(Ra,qa){return`
`+common.repeat(" ",Ra.indent*qa)}__name(generateNextLine,"generateNextLine");function testImplicitResolving(Ra,qa){var Ja,ed,td;for(Ja=0,ed=Ra.implicitTypes.length;Ja<ed;Ja+=1)if(td=Ra.implicitTypes[Ja],td.resolve(qa))return!0;return!1}__name(testImplicitResolving,"testImplicitResolving");function isWhitespace$1(Ra){return Ra===CHAR_SPACE||Ra===CHAR_TAB}__name(isWhitespace$1,"isWhitespace");function isPrintable(Ra){return 32<=Ra&&Ra<=126||161<=Ra&&Ra<=55295&&Ra!==8232&&Ra!==8233||57344<=Ra&&Ra<=65533&&Ra!==CHAR_BOM||65536<=Ra&&Ra<=1114111}__name(isPrintable,"isPrintable");function isNsCharOrWhitespace(Ra){return isPrintable(Ra)&&Ra!==CHAR_BOM&&Ra!==CHAR_CARRIAGE_RETURN&&Ra!==CHAR_LINE_FEED}__name(isNsCharOrWhitespace,"isNsCharOrWhitespace");function isPlainSafe(Ra,qa,Ja){var ed=isNsCharOrWhitespace(Ra),td=ed&&!isWhitespace$1(Ra);return(Ja?ed:ed&&Ra!==CHAR_COMMA&&Ra!==CHAR_LEFT_SQUARE_BRACKET&&Ra!==CHAR_RIGHT_SQUARE_BRACKET&&Ra!==CHAR_LEFT_CURLY_BRACKET&&Ra!==CHAR_RIGHT_CURLY_BRACKET)&&Ra!==CHAR_SHARP&&!(qa===CHAR_COLON&&!td)||isNsCharOrWhitespace(qa)&&!isWhitespace$1(qa)&&Ra===CHAR_SHARP||qa===CHAR_COLON&&td}__name(isPlainSafe,"isPlainSafe");function isPlainSafeFirst(Ra){return isPrintable(Ra)&&Ra!==CHAR_BOM&&!isWhitespace$1(Ra)&&Ra!==CHAR_MINUS&&Ra!==CHAR_QUESTION&&Ra!==CHAR_COLON&&Ra!==CHAR_COMMA&&Ra!==CHAR_LEFT_SQUARE_BRACKET&&Ra!==CHAR_RIGHT_SQUARE_BRACKET&&Ra!==CHAR_LEFT_CURLY_BRACKET&&Ra!==CHAR_RIGHT_CURLY_BRACKET&&Ra!==CHAR_SHARP&&Ra!==CHAR_AMPERSAND&&Ra!==CHAR_ASTERISK&&Ra!==CHAR_EXCLAMATION&&Ra!==CHAR_VERTICAL_LINE&&Ra!==CHAR_EQUALS&&Ra!==CHAR_GREATER_THAN&&Ra!==CHAR_SINGLE_QUOTE&&Ra!==CHAR_DOUBLE_QUOTE&&Ra!==CHAR_PERCENT&&Ra!==CHAR_COMMERCIAL_AT&&Ra!==CHAR_GRAVE_ACCENT}__name(isPlainSafeFirst,"isPlainSafeFirst");function isPlainSafeLast(Ra){return!isWhitespace$1(Ra)&&Ra!==CHAR_COLON}__name(isPlainSafeLast,"isPlainSafeLast");function codePointAt(Ra,qa){var Ja=Ra.charCodeAt(qa),ed;return Ja>=55296&&Ja<=56319&&qa+1<Ra.length&&(ed=Ra.charCodeAt(qa+1),ed>=56320&&ed<=57343)?(Ja-55296)*1024+ed-56320+65536:Ja}__name(codePointAt,"codePointAt");function needIndentIndicator(Ra){var qa=/^\n* /;return qa.test(Ra)}__name(needIndentIndicator,"needIndentIndicator");var STYLE_PLAIN=1,STYLE_SINGLE=2,STYLE_LITERAL=3,STYLE_FOLDED=4,STYLE_DOUBLE=5;function chooseScalarStyle(Ra,qa,Ja,ed,td,rd,od,sd){var ld,cd=0,ud=null,gd=!1,_d=!1,yd=ed!==-1,Ed=-1,Td=isPlainSafeFirst(codePointAt(Ra,0))&&isPlainSafeLast(codePointAt(Ra,Ra.length-1));if(qa||od)for(ld=0;ld<Ra.length;cd>=65536?ld+=2:ld++){if(cd=codePointAt(Ra,ld),!isPrintable(cd))return STYLE_DOUBLE;Td=Td&&isPlainSafe(cd,ud,sd),ud=cd}else{for(ld=0;ld<Ra.length;cd>=65536?ld+=2:ld++){if(cd=codePointAt(Ra,ld),cd===CHAR_LINE_FEED)gd=!0,yd&&(_d=_d||ld-Ed-1>ed&&Ra[Ed+1]!==" ",Ed=ld);else if(!isPrintable(cd))return STYLE_DOUBLE;Td=Td&&isPlainSafe(cd,ud,sd),ud=cd}_d=_d||yd&&ld-Ed-1>ed&&Ra[Ed+1]!==" "}return!gd&&!_d?Td&&!od&&!td(Ra)?STYLE_PLAIN:rd===QUOTING_TYPE_DOUBLE?STYLE_DOUBLE:STYLE_SINGLE:Ja>9&&needIndentIndicator(Ra)?STYLE_DOUBLE:od?rd===QUOTING_TYPE_DOUBLE?STYLE_DOUBLE:STYLE_SINGLE:_d?STYLE_FOLDED:STYLE_LITERAL}__name(chooseScalarStyle,"chooseScalarStyle");function writeScalar(Ra,qa,Ja,ed,td){Ra.dump=function(){if(qa.length===0)return Ra.quotingType===QUOTING_TYPE_DOUBLE?'""':"''";if(!Ra.noCompatMode&&(DEPRECATED_BOOLEANS_SYNTAX.indexOf(qa)!==-1||DEPRECATED_BASE60_SYNTAX.test(qa)))return Ra.quotingType===QUOTING_TYPE_DOUBLE?'"'+qa+'"':"'"+qa+"'";var rd=Ra.indent*Math.max(1,Ja),od=Ra.lineWidth===-1?-1:Math.max(Math.min(Ra.lineWidth,40),Ra.lineWidth-rd),sd=ed||Ra.flowLevel>-1&&Ja>=Ra.flowLevel;function ld(cd){return testImplicitResolving(Ra,cd)}switch(__name(ld,"testAmbiguity"),chooseScalarStyle(qa,sd,Ra.indent,od,ld,Ra.quotingType,Ra.forceQuotes&&!ed,td)){case STYLE_PLAIN:return qa;case STYLE_SINGLE:return"'"+qa.replace(/'/g,"''")+"'";case STYLE_LITERAL:return"|"+blockHeader(qa,Ra.indent)+dropEndingNewline(indentString(qa,rd));case STYLE_FOLDED:return">"+blockHeader(qa,Ra.indent)+dropEndingNewline(indentString(foldString(qa,od),rd));case STYLE_DOUBLE:return'"'+escapeString(qa)+'"';default:throw new exception("impossible error: invalid scalar style")}}()}__name(writeScalar,"writeScalar");function blockHeader(Ra,qa){var Ja=needIndentIndicator(Ra)?String(qa):"",ed=Ra[Ra.length-1]===`
`,td=ed&&(Ra[Ra.length-2]===`
`||Ra===`
`),rd=td?"+":ed?"":"-";return Ja+rd+`
`}__name(blockHeader,"blockHeader");function dropEndingNewline(Ra){return Ra[Ra.length-1]===`
`?Ra.slice(0,-1):Ra}__name(dropEndingNewline,"dropEndingNewline");function foldString(Ra,qa){for(var Ja=/(\n+)([^\n]*)/g,ed=function(){var cd=Ra.indexOf(`
`);return cd=cd!==-1?cd:Ra.length,Ja.lastIndex=cd,foldLine(Ra.slice(0,cd),qa)}(),td=Ra[0]===`
`||Ra[0]===" ",rd,od;od=Ja.exec(Ra);){var sd=od[1],ld=od[2];rd=ld[0]===" ",ed+=sd+(!td&&!rd&&ld!==""?`
`:"")+foldLine(ld,qa),td=rd}return ed}__name(foldString,"foldString");function foldLine(Ra,qa){if(Ra===""||Ra[0]===" ")return Ra;for(var Ja=/ [^ ]/g,ed,td=0,rd,od=0,sd=0,ld="";ed=Ja.exec(Ra);)sd=ed.index,sd-td>qa&&(rd=od>td?od:sd,ld+=`
`+Ra.slice(td,rd),td=rd+1),od=sd;return ld+=`
`,Ra.length-td>qa&&od>td?ld+=Ra.slice(td,od)+`
`+Ra.slice(od+1):ld+=Ra.slice(td),ld.slice(1)}__name(foldLine,"foldLine");function escapeString(Ra){for(var qa="",Ja=0,ed,td=0;td<Ra.length;Ja>=65536?td+=2:td++)Ja=codePointAt(Ra,td),ed=ESCAPE_SEQUENCES[Ja],!ed&&isPrintable(Ja)?(qa+=Ra[td],Ja>=65536&&(qa+=Ra[td+1])):qa+=ed||encodeHex(Ja);return qa}__name(escapeString,"escapeString");function writeFlowSequence(Ra,qa,Ja){var ed="",td=Ra.tag,rd,od,sd;for(rd=0,od=Ja.length;rd<od;rd+=1)sd=Ja[rd],Ra.replacer&&(sd=Ra.replacer.call(Ja,String(rd),sd)),(writeNode(Ra,qa,sd,!1,!1)||typeof sd>"u"&&writeNode(Ra,qa,null,!1,!1))&&(ed!==""&&(ed+=","+(Ra.condenseFlow?"":" ")),ed+=Ra.dump);Ra.tag=td,Ra.dump="["+ed+"]"}__name(writeFlowSequence,"writeFlowSequence");function writeBlockSequence(Ra,qa,Ja,ed){var td="",rd=Ra.tag,od,sd,ld;for(od=0,sd=Ja.length;od<sd;od+=1)ld=Ja[od],Ra.replacer&&(ld=Ra.replacer.call(Ja,String(od),ld)),(writeNode(Ra,qa+1,ld,!0,!0,!1,!0)||typeof ld>"u"&&writeNode(Ra,qa+1,null,!0,!0,!1,!0))&&((!ed||td!=="")&&(td+=generateNextLine(Ra,qa)),Ra.dump&&CHAR_LINE_FEED===Ra.dump.charCodeAt(0)?td+="-":td+="- ",td+=Ra.dump);Ra.tag=rd,Ra.dump=td||"[]"}__name(writeBlockSequence,"writeBlockSequence");function writeFlowMapping(Ra,qa,Ja){var ed="",td=Ra.tag,rd=Object.keys(Ja),od,sd,ld,cd,ud;for(od=0,sd=rd.length;od<sd;od+=1)ud="",ed!==""&&(ud+=", "),Ra.condenseFlow&&(ud+='"'),ld=rd[od],cd=Ja[ld],Ra.replacer&&(cd=Ra.replacer.call(Ja,ld,cd)),writeNode(Ra,qa,ld,!1,!1)&&(Ra.dump.length>1024&&(ud+="? "),ud+=Ra.dump+(Ra.condenseFlow?'"':"")+":"+(Ra.condenseFlow?"":" "),writeNode(Ra,qa,cd,!1,!1)&&(ud+=Ra.dump,ed+=ud));Ra.tag=td,Ra.dump="{"+ed+"}"}__name(writeFlowMapping,"writeFlowMapping");function writeBlockMapping(Ra,qa,Ja,ed){var td="",rd=Ra.tag,od=Object.keys(Ja),sd,ld,cd,ud,gd,_d;if(Ra.sortKeys===!0)od.sort();else if(typeof Ra.sortKeys=="function")od.sort(Ra.sortKeys);else if(Ra.sortKeys)throw new exception("sortKeys must be a boolean or a function");for(sd=0,ld=od.length;sd<ld;sd+=1)_d="",(!ed||td!=="")&&(_d+=generateNextLine(Ra,qa)),cd=od[sd],ud=Ja[cd],Ra.replacer&&(ud=Ra.replacer.call(Ja,cd,ud)),writeNode(Ra,qa+1,cd,!0,!0,!0)&&(gd=Ra.tag!==null&&Ra.tag!=="?"||Ra.dump&&Ra.dump.length>1024,gd&&(Ra.dump&&CHAR_LINE_FEED===Ra.dump.charCodeAt(0)?_d+="?":_d+="? "),_d+=Ra.dump,gd&&(_d+=generateNextLine(Ra,qa)),writeNode(Ra,qa+1,ud,!0,gd)&&(Ra.dump&&CHAR_LINE_FEED===Ra.dump.charCodeAt(0)?_d+=":":_d+=": ",_d+=Ra.dump,td+=_d));Ra.tag=rd,Ra.dump=td||"{}"}__name(writeBlockMapping,"writeBlockMapping");function detectType2(Ra,qa,Ja){var ed,td,rd,od,sd,ld;for(td=Ja?Ra.explicitTypes:Ra.implicitTypes,rd=0,od=td.length;rd<od;rd+=1)if(sd=td[rd],(sd.instanceOf||sd.predicate)&&(!sd.instanceOf||typeof qa=="object"&&qa instanceof sd.instanceOf)&&(!sd.predicate||sd.predicate(qa))){if(Ja?sd.multi&&sd.representName?Ra.tag=sd.representName(qa):Ra.tag=sd.tag:Ra.tag="?",sd.represent){if(ld=Ra.styleMap[sd.tag]||sd.defaultStyle,_toString.call(sd.represent)==="[object Function]")ed=sd.represent(qa,ld);else if(_hasOwnProperty.call(sd.represent,ld))ed=sd.represent[ld](qa,ld);else throw new exception("!<"+sd.tag+'> tag resolver accepts not "'+ld+'" style');Ra.dump=ed}return!0}return!1}__name(detectType2,"detectType");function writeNode(Ra,qa,Ja,ed,td,rd,od){Ra.tag=null,Ra.dump=Ja,detectType2(Ra,Ja,!1)||detectType2(Ra,Ja,!0);var sd=_toString.call(Ra.dump),ld=ed,cd;ed&&(ed=Ra.flowLevel<0||Ra.flowLevel>qa);var ud=sd==="[object Object]"||sd==="[object Array]",gd,_d;if(ud&&(gd=Ra.duplicates.indexOf(Ja),_d=gd!==-1),(Ra.tag!==null&&Ra.tag!=="?"||_d||Ra.indent!==2&&qa>0)&&(td=!1),_d&&Ra.usedDuplicates[gd])Ra.dump="*ref_"+gd;else{if(ud&&_d&&!Ra.usedDuplicates[gd]&&(Ra.usedDuplicates[gd]=!0),sd==="[object Object]")ed&&Object.keys(Ra.dump).length!==0?(writeBlockMapping(Ra,qa,Ra.dump,td),_d&&(Ra.dump="&ref_"+gd+Ra.dump)):(writeFlowMapping(Ra,qa,Ra.dump),_d&&(Ra.dump="&ref_"+gd+" "+Ra.dump));else if(sd==="[object Array]")ed&&Ra.dump.length!==0?(Ra.noArrayIndent&&!od&&qa>0?writeBlockSequence(Ra,qa-1,Ra.dump,td):writeBlockSequence(Ra,qa,Ra.dump,td),_d&&(Ra.dump="&ref_"+gd+Ra.dump)):(writeFlowSequence(Ra,qa,Ra.dump),_d&&(Ra.dump="&ref_"+gd+" "+Ra.dump));else if(sd==="[object String]")Ra.tag!=="?"&&writeScalar(Ra,Ra.dump,qa,rd,ld);else{if(sd==="[object Undefined]")return!1;if(Ra.skipInvalid)return!1;throw new exception("unacceptable kind of an object to dump "+sd)}Ra.tag!==null&&Ra.tag!=="?"&&(cd=encodeURI(Ra.tag[0]==="!"?Ra.tag.slice(1):Ra.tag).replace(/!/g,"%21"),Ra.tag[0]==="!"?cd="!"+cd:cd.slice(0,18)==="tag:yaml.org,2002:"?cd="!!"+cd.slice(18):cd="!<"+cd+">",Ra.dump=cd+" "+Ra.dump)}return!0}__name(writeNode,"writeNode");function getDuplicateReferences(Ra,qa){var Ja=[],ed=[],td,rd;for(inspectNode(Ra,Ja,ed),td=0,rd=ed.length;td<rd;td+=1)qa.duplicates.push(Ja[ed[td]]);qa.usedDuplicates=new Array(rd)}__name(getDuplicateReferences,"getDuplicateReferences");function inspectNode(Ra,qa,Ja){var ed,td,rd;if(Ra!==null&&typeof Ra=="object")if(td=qa.indexOf(Ra),td!==-1)Ja.indexOf(td)===-1&&Ja.push(td);else if(qa.push(Ra),Array.isArray(Ra))for(td=0,rd=Ra.length;td<rd;td+=1)inspectNode(Ra[td],qa,Ja);else for(ed=Object.keys(Ra),td=0,rd=ed.length;td<rd;td+=1)inspectNode(Ra[ed[td]],qa,Ja)}__name(inspectNode,"inspectNode");function dump$1(Ra,qa){qa=qa||{};var Ja=new State(qa);Ja.noRefs||getDuplicateReferences(Ra,Ja);var ed=Ra;return Ja.replacer&&(ed=Ja.replacer.call({"":ed},"",ed)),writeNode(Ja,0,ed,!0,!0)?Ja.dump+`
`:""}__name(dump$1,"dump$1");function renamed(Ra,qa){return function(){throw new Error("Function yaml."+Ra+" is removed in js-yaml 4. Use yaml."+qa+" instead, which is now safe by default.")}}__name(renamed,"renamed");var JSON_SCHEMA=json,load$2=loader24.load;function extractFrontMatter(Ra){const qa=Ra.match(frontMatterRegex);if(!qa)return{text:Ra,metadata:{}};let Ja=load$2(qa[1],{schema:JSON_SCHEMA})??{};Ja=typeof Ja=="object"&&!Array.isArray(Ja)?Ja:{};const ed={};return Ja.displayMode&&(ed.displayMode=Ja.displayMode.toString()),Ja.title&&(ed.title=Ja.title.toString()),Ja.config&&(ed.config=Ja.config),{text:Ra.slice(qa[0].length),metadata:ed}}__name(extractFrontMatter,"extractFrontMatter");var cleanupText=__name(Ra=>Ra.replace(/\r\n?/g,`
`).replace(/<(\w+)([^>]*)>/g,(qa,Ja,ed)=>"<"+Ja+ed.replace(/="([^"]*)"/g,"='$1'")+">"),"cleanupText"),processFrontmatter=__name(Ra=>{const{text:qa,metadata:Ja}=extractFrontMatter(Ra),{displayMode:ed,title:td,config:rd={}}=Ja;return ed&&(rd.gantt||(rd.gantt={}),rd.gantt.displayMode=ed),{title:td,config:rd,text:qa}},"processFrontmatter"),processDirectives=__name(Ra=>{const qa=utils_default.detectInit(Ra)??{},Ja=utils_default.detectDirective(Ra,"wrap");return Array.isArray(Ja)?qa.wrap=Ja.some(({type:ed})=>ed==="wrap"):(Ja==null?void 0:Ja.type)==="wrap"&&(qa.wrap=!0),{text:removeDirectives(Ra),directive:qa}},"processDirectives");function preprocessDiagram(Ra){const qa=cleanupText(Ra),Ja=processFrontmatter(qa),ed=processDirectives(Ja.text),td=cleanAndMerge(Ja.config,ed.directive);return Ra=cleanupComments(ed.text),{code:Ra,title:Ja.title,config:td}}__name(preprocessDiagram,"preprocessDiagram");function toBase64$1(Ra){const qa=new TextEncoder().encode(Ra),Ja=Array.from(qa,ed=>String.fromCodePoint(ed)).join("");return btoa(Ja)}__name(toBase64$1,"toBase64");var MAX_TEXTLENGTH=5e4,MAX_TEXTLENGTH_EXCEEDED_MSG="graph TB;a[Maximum text size in diagram exceeded];style a fill:#faa",SECURITY_LVL_SANDBOX="sandbox",SECURITY_LVL_LOOSE="loose",XMLNS_SVG_STD="http://www.w3.org/2000/svg",XMLNS_XLINK_STD="http://www.w3.org/1999/xlink",XMLNS_XHTML_STD="http://www.w3.org/1999/xhtml",IFRAME_WIDTH="100%",IFRAME_HEIGHT="100%",IFRAME_STYLES="border:0;margin:0;",IFRAME_BODY_STYLE="margin:0",IFRAME_SANDBOX_OPTS="allow-top-navigation-by-user-activation allow-popups",IFRAME_NOT_SUPPORTED_MSG='The "iframe" tag is not supported by your browser.',DOMPURIFY_TAGS=["foreignobject"],DOMPURIFY_ATTR=["dominant-baseline"];function processAndSetConfigs(Ra){const qa=preprocessDiagram(Ra);return reset(),addDirective(qa.config??{}),qa}__name(processAndSetConfigs,"processAndSetConfigs");async function parse$4(Ra,qa){addDiagrams();try{const{code:Ja}=processAndSetConfigs(Ra);return{diagramType:(await getDiagramFromText(Ja)).type}}catch(Ja){if(qa!=null&&qa.suppressErrors)return!1;throw Ja}}__name(parse$4,"parse");var cssImportantStyles=__name((Ra,qa,Ja=[])=>`
.${Ra} ${qa} { ${Ja.join(" !important; ")} !important; }`,"cssImportantStyles"),createCssStyles=__name((Ra,qa=new Map)=>{var ed;let Ja="";if(Ra.themeCSS!==void 0&&(Ja+=`
${Ra.themeCSS}`),Ra.fontFamily!==void 0&&(Ja+=`
:root { --mermaid-font-family: ${Ra.fontFamily}}`),Ra.altFontFamily!==void 0&&(Ja+=`
:root { --mermaid-alt-font-family: ${Ra.altFontFamily}}`),qa instanceof Map){const sd=Ra.htmlLabels??((ed=Ra.flowchart)==null?void 0:ed.htmlLabels)?["> *","span"]:["rect","polygon","ellipse","circle","path"];qa.forEach(ld=>{isEmpty$2(ld.styles)||sd.forEach(cd=>{Ja+=cssImportantStyles(ld.id,cd,ld.styles)}),isEmpty$2(ld.textStyles)||(Ja+=cssImportantStyles(ld.id,"tspan",((ld==null?void 0:ld.textStyles)||[]).map(cd=>cd.replace("color","fill"))))})}return Ja},"createCssStyles"),createUserStyles=__name((Ra,qa,Ja,ed)=>{const td=createCssStyles(Ra,Ja),rd=styles_default(qa,td,Ra.themeVariables);return serialize(compile$2(`${ed}{${rd}}`),stringify$4)},"createUserStyles"),cleanUpSvgCode=__name((Ra="",qa,Ja)=>{let ed=Ra;return!Ja&&!qa&&(ed=ed.replace(/marker-end="url\([\d+./:=?A-Za-z-]*?#/g,'marker-end="url(#')),ed=decodeEntities(ed),ed=ed.replace(/<br>/g,"<br/>"),ed},"cleanUpSvgCode"),putIntoIFrame=__name((Ra="",qa)=>{var td,rd;const Ja=(rd=(td=qa==null?void 0:qa.viewBox)==null?void 0:td.baseVal)!=null&&rd.height?qa.viewBox.baseVal.height+"px":IFRAME_HEIGHT,ed=toBase64$1(`<body style="${IFRAME_BODY_STYLE}">${Ra}</body>`);return`<iframe style="width:${IFRAME_WIDTH};height:${Ja};${IFRAME_STYLES}" src="data:text/html;charset=UTF-8;base64,${ed}" sandbox="${IFRAME_SANDBOX_OPTS}">
${IFRAME_NOT_SUPPORTED_MSG}
</iframe>`},"putIntoIFrame"),appendDivSvgG=__name((Ra,qa,Ja,ed,td)=>{const rd=Ra.append("div");rd.attr("id",Ja),ed&&rd.attr("style",ed);const od=rd.append("svg").attr("id",qa).attr("width","100%").attr("xmlns",XMLNS_SVG_STD);return td&&od.attr("xmlns:xlink",td),od.append("g"),Ra},"appendDivSvgG");function sandboxedIframe(Ra,qa){return Ra.append("iframe").attr("id",qa).attr("style","width: 100%; height: 100%;").attr("sandbox","")}__name(sandboxedIframe,"sandboxedIframe");var removeExistingElements=__name((Ra,qa,Ja,ed)=>{var td,rd,od;(td=Ra.getElementById(qa))==null||td.remove(),(rd=Ra.getElementById(Ja))==null||rd.remove(),(od=Ra.getElementById(ed))==null||od.remove()},"removeExistingElements"),render=__name(async function(Ra,qa,Ja){var Vd,qd,Wd,zd,Kd,Qd;addDiagrams();const ed=processAndSetConfigs(qa);qa=ed.code;const td=getConfig$1();log$1.debug(td),qa.length>((td==null?void 0:td.maxTextSize)??MAX_TEXTLENGTH)&&(qa=MAX_TEXTLENGTH_EXCEEDED_MSG);const rd="#"+Ra,od="i"+Ra,sd="#"+od,ld="d"+Ra,cd="#"+ld,ud=__name(()=>{const gf=d3select(_d?sd:cd).node();gf&&"remove"in gf&&gf.remove()},"removeTempElements");let gd=d3select("body");const _d=td.securityLevel===SECURITY_LVL_SANDBOX,yd=td.securityLevel===SECURITY_LVL_LOOSE,Ed=td.fontFamily;if(Ja!==void 0){if(Ja&&(Ja.innerHTML=""),_d){const hf=sandboxedIframe(d3select(Ja),od);gd=d3select(hf.nodes()[0].contentDocument.body),gd.node().style.margin=0}else gd=d3select(Ja);appendDivSvgG(gd,Ra,ld,`font-family: ${Ed}`,XMLNS_XLINK_STD)}else{if(removeExistingElements(document,Ra,ld,od),_d){const hf=sandboxedIframe(d3select("body"),od);gd=d3select(hf.nodes()[0].contentDocument.body),gd.node().style.margin=0}else gd=d3select("body");appendDivSvgG(gd,Ra,ld)}let Td,Od;try{Td=await Diagram.fromText(qa,{title:ed.title})}catch(hf){if(td.suppressErrorRendering)throw ud(),hf;Td=await Diagram.fromText("error"),Od=hf}const Ad=gd.select(cd).node(),Nd=Td.type,kd=Ad.firstChild,Id=kd.firstChild,Rd=(qd=(Vd=Td.renderer).getClasses)==null?void 0:qd.call(Vd,qa,Td),Md=createUserStyles(td,Nd,Rd,rd),Ld=document.createElement("style");Ld.innerHTML=Md,kd.insertBefore(Ld,Id);try{await Td.renderer.draw(qa,Ra,version,Td)}catch(hf){throw td.suppressErrorRendering?ud():errorRenderer_default.draw(qa,Ra,version),hf}const jd=gd.select(`${cd} svg`),Pd=(zd=(Wd=Td.db).getAccTitle)==null?void 0:zd.call(Wd),Fd=(Qd=(Kd=Td.db).getAccDescription)==null?void 0:Qd.call(Kd);addA11yInfo(Nd,jd,Pd,Fd),gd.select(`[id="${Ra}"]`).selectAll("foreignobject > *").attr("xmlns",XMLNS_XHTML_STD);let Ud=gd.select(cd).node().innerHTML;if(log$1.debug("config.arrowMarkerAbsolute",td.arrowMarkerAbsolute),Ud=cleanUpSvgCode(Ud,_d,evaluate(td.arrowMarkerAbsolute)),_d){const hf=gd.select(cd+" svg").node();Ud=putIntoIFrame(Ud,hf)}else yd||(Ud=purify.sanitize(Ud,{ADD_TAGS:DOMPURIFY_TAGS,ADD_ATTR:DOMPURIFY_ATTR}));if(attachFunctions(),Od)throw Od;return ud(),{diagramType:Nd,svg:Ud,bindFunctions:Td.db.bindFunctions}},"render");function initialize(Ra={}){var ed;const qa=assignWithDepth_default({},Ra);qa!=null&&qa.fontFamily&&!((ed=qa.themeVariables)!=null&&ed.fontFamily)&&(qa.themeVariables||(qa.themeVariables={}),qa.themeVariables.fontFamily=qa.fontFamily),saveConfigFromInitialize(qa),qa!=null&&qa.theme&&qa.theme in themes_default?qa.themeVariables=themes_default[qa.theme].getThemeVariables(qa.themeVariables):qa&&(qa.themeVariables=themes_default.default.getThemeVariables(qa.themeVariables));const Ja=typeof qa=="object"?setSiteConfig(qa):getSiteConfig();setLogLevel(Ja.logLevel),addDiagrams()}__name(initialize,"initialize");var getDiagramFromText=__name((Ra,qa={})=>{const{code:Ja}=preprocessDiagram(Ra);return Diagram.fromText(Ja,qa)},"getDiagramFromText");function addA11yInfo(Ra,qa,Ja,ed){setA11yDiagramInfo(qa,Ra),addSVGa11yTitleDescription(qa,Ja,ed,qa.attr("id"))}__name(addA11yInfo,"addA11yInfo");var mermaidAPI=Object.freeze({render,parse:parse$4,getDiagramFromText,initialize,getConfig:getConfig$1,setConfig,getSiteConfig,updateSiteConfig,reset:__name(()=>{reset()},"reset"),globalReset:__name(()=>{reset(defaultConfig)},"globalReset"),defaultConfig});setLogLevel(getConfig$1().logLevel);reset(getConfig$1());var handleError=__name((Ra,qa,Ja)=>{log$1.warn(Ra),isDetailedError(Ra)?(Ja&&Ja(Ra.str,Ra.hash),qa.push({...Ra,message:Ra.str,error:Ra})):(Ja&&Ja(Ra),Ra instanceof Error&&qa.push({str:Ra.message,message:Ra.message,hash:Ra.name,error:Ra}))},"handleError"),run=__name(async function(Ra={querySelector:".mermaid"}){try{await runThrowsErrors(Ra)}catch(qa){if(isDetailedError(qa)&&log$1.error(qa.str),mermaid.parseError&&mermaid.parseError(qa),!Ra.suppressErrors)throw log$1.error("Use the suppressErrors option to suppress these errors"),qa}},"run"),runThrowsErrors=__name(async function({postRenderCallback:Ra,querySelector:qa,nodes:Ja}={querySelector:".mermaid"}){const ed=mermaidAPI.getConfig();log$1.debug(`${Ra?"":"No "}Callback function found`);let td;if(Ja)td=Ja;else if(qa)td=document.querySelectorAll(qa);else throw new Error("Nodes and querySelector are both undefined");log$1.debug(`Found ${td.length} diagrams`),(ed==null?void 0:ed.startOnLoad)!==void 0&&(log$1.debug("Start On Load: "+(ed==null?void 0:ed.startOnLoad)),mermaidAPI.updateSiteConfig({startOnLoad:ed==null?void 0:ed.startOnLoad}));const rd=new utils_default.InitIDGenerator(ed.deterministicIds,ed.deterministicIDSeed);let od;const sd=[];for(const ld of Array.from(td)){if(log$1.info("Rendering diagram: "+ld.id),ld.getAttribute("data-processed"))continue;ld.setAttribute("data-processed","true");const cd=`mermaid-${rd.next()}`;od=ld.innerHTML,od=dedent(utils_default.entityDecode(od)).trim().replace(/<br\s*\/?>/gi,"<br/>");const ud=utils_default.detectInit(od);ud&&log$1.debug("Detected early reinit: ",ud);try{const{svg:gd,bindFunctions:_d}=await render2(cd,od,ld);ld.innerHTML=gd,Ra&&await Ra(cd),_d&&_d(ld)}catch(gd){handleError(gd,sd,mermaid.parseError)}}if(sd.length>0)throw sd[0]},"runThrowsErrors"),initialize2=__name(function(Ra){mermaidAPI.initialize(Ra)},"initialize"),init=__name(async function(Ra,qa,Ja){log$1.warn("mermaid.init is deprecated. Please use run instead."),Ra&&initialize2(Ra);const ed={postRenderCallback:Ja,querySelector:".mermaid"};typeof qa=="string"?ed.querySelector=qa:qa&&(qa instanceof HTMLElement?ed.nodes=[qa]:ed.nodes=qa),await run(ed)},"init"),registerExternalDiagrams=__name(async(Ra,{lazyLoad:qa=!0}={})=>{addDiagrams(),registerLazyLoadedDiagrams(...Ra),qa===!1&&await loadRegisteredDiagrams()},"registerExternalDiagrams"),contentLoaded=__name(function(){if(mermaid.startOnLoad){const{startOnLoad:Ra}=mermaidAPI.getConfig();Ra&&mermaid.run().catch(qa=>log$1.error("Mermaid failed to initialize",qa))}},"contentLoaded");typeof document<"u"&&window.addEventListener("load",contentLoaded,!1);var setParseErrorHandler=__name(function(Ra){mermaid.parseError=Ra},"setParseErrorHandler"),executionQueue=[],executionQueueRunning=!1,executeQueue=__name(async()=>{if(!executionQueueRunning){for(executionQueueRunning=!0;executionQueue.length>0;){const Ra=executionQueue.shift();if(Ra)try{await Ra()}catch(qa){log$1.error("Error executing queue",qa)}}executionQueueRunning=!1}},"executeQueue"),parse2=__name(async(Ra,qa)=>new Promise((Ja,ed)=>{const td=__name(()=>new Promise((rd,od)=>{mermaidAPI.parse(Ra,qa).then(sd=>{rd(sd),Ja(sd)},sd=>{var ld;log$1.error("Error parsing",sd),(ld=mermaid.parseError)==null||ld.call(mermaid,sd),od(sd),ed(sd)})}),"performCall");executionQueue.push(td),executeQueue().catch(ed)}),"parse"),render2=__name((Ra,qa,Ja)=>new Promise((ed,td)=>{const rd=__name(()=>new Promise((od,sd)=>{mermaidAPI.render(Ra,qa,Ja).then(ld=>{od(ld),ed(ld)},ld=>{var cd;log$1.error("Error parsing",ld),(cd=mermaid.parseError)==null||cd.call(mermaid,ld),sd(ld),td(ld)})}),"performCall");executionQueue.push(rd),executeQueue().catch(td)}),"render"),mermaid={startOnLoad:!0,mermaidAPI,parse:parse2,render:render2,init,run,registerExternalDiagrams,registerLayoutLoaders,initialize:initialize2,parseError:void 0,contentLoaded,setParseErrorHandler,detectType},mermaid_default=mermaid;/*! Check if previously processed *//*!
* Wait for document loaded before starting the execution
*//*! Bundled license information:
js-yaml/dist/js-yaml.mjs:
(*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT *)
*/marked$1.use(markedKatex({throwOnError:!1,output:"html",nonStandard:!0}));class WxRenderer extends _Renderer$1{constructor(Ja){super();t1(this,"reset",()=>{this.footnotes=[],this.footnoteIndex=0});t1(this,"merge",(Ja,ed)=>({...Ja,...ed}));t1(this,"buildTheme",Ja=>{const ed=this.merge(Ja.base,{"font-family":this.opts.fonts,"font-size":this.opts.size});return{...Object.fromEntries(Object.entries(Ja.inline).map(([rd,od])=>[rd,this.merge(ed,od)])),...Object.fromEntries(Object.entries(Ja.block).map(([rd,od])=>[rd,this.merge(ed,od)]))}});t1(this,"getStyles",(Ja,ed="")=>{const td=this.styleMapping[Ja];return td?`style="${Object.entries(td).map(([od,sd])=>`${od}:${sd}`).join(";")}${ed}"`:""});t1(this,"styledContent",(Ja,ed,td=Ja)=>`<${td} ${this.getStyles(Ja)}>${ed}</${td}>`);t1(this,"addFootnote",(Ja,ed)=>(this.footnotes.push([++this.footnoteIndex,Ja,ed]),this.footnoteIndex));t1(this,"buildFootnotes",()=>{if(!this.footnotes.length)return"";const Ja=this.footnotes.map(([ed,td,rd])=>rd===td?`<code style="font-size: 90%; opacity: 0.6;">[${ed}]</code>: <i style="word-break: break-all">${td}</i><br/>`:`<code style="font-size: 90%; opacity: 0.6;">[${ed}]</code> ${td}: <i style="word-break: break-all">${rd}</i><br/>`).join(`
`);return this.styledContent("h4","引用链接")+this.styledContent("footnotes",Ja,"p")});t1(this,"buildAddition",()=>`
<style>
.preview-wrapper pre::before {
position: absolute;
top: 0;
right: 0;
color: #ccc;
text-align: center;
font-size: 0.8em;
padding: 5px 10px 0;
line-height: 15px;
height: 15px;
font-weight: 600;
}
</style>
`);t1(this,"setOptions",Ja=>{this.opts=this.merge(this.opts,Ja),this.styleMapping=this.buildTheme(this.opts.theme)});t1(this,"codeIndex",0);this.opts=Ja,this.footnotes=[],this.footnoteIndex=0,this.styleMapping=this.buildTheme(Ja.theme)}heading({tokens:Ja,depth:ed}){const td=this.parser.parseInline(Ja),rd=`h${ed}`;return this.styledContent(rd,td)}paragraph({tokens:Ja}){const ed=this.parser.parseInline(Ja),td=ed.includes("<figure")&&ed.includes("<img"),rd=ed.trim()==="";return td||rd?ed:this.styledContent("p",ed)}blockquote({tokens:Ja}){let ed=this.parser.parse(Ja);return ed=ed.replace(/<p.*?>/g,`<p ${this.getStyles("blockquote_p")}>`),this.styledContent("blockquote",ed)}code({text:Ja,lang:ed=""}){if(ed.startsWith("mermaid"))return clearTimeout(this.codeIndex),this.codeIndex=setTimeout(()=>{mermaid_default.run()},0),`<pre class="mermaid">${Ja}</pre>`;const td=ed.split(" ")[0],rd=HighlightJS.getLanguage(td)?td:"plaintext";let od=HighlightJS.highlight(Ja,{language:rd}).value;return od=od.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>").replace(/(>[^<]+)|(^[^<]+)/g,sd=>sd.replace(/\s/g,"&nbsp;")),`<pre class="hljs code__pre" ${this.getStyles("code_pre")}><code class="language-${ed}" ${this.getStyles("code")}>${od}</code></pre>`}codespan({text:Ja}){return this.styledContent("codespan",Ja,"code")}listitem(Ja,ed){return`<li ${this.getStyles("listitem")}>${ed}${this.parser.parseInline(Ja)}</li>`}list({ordered:Ja,items:ed}){const td=[];for(let od=0;od<ed.length;od++){const{tokens:sd}=ed[od],ld=Ja?`${od+1}. `:"• ";for(const cd of sd)cd.type==="list"?td.push(this.list(cd)):cd.type!=="space"&&td.push(this.listitem([cd],ld))}const rd=Ja?"ol":"ul";return this.styledContent(rd,td.join(""))}image({href:Ja,title:ed,text:td}){const rd=ud=>ud?`<figcaption ${this.getStyles("figcaption")}>${ud}</figcaption>`:"",od={alt:()=>td,title:()=>ed,"alt-title":()=>td||ed,"title-alt":()=>ed||td}[this.opts.legend]||(()=>""),sd=rd(od()),ld=this.getStyles("figure"),cd=this.getStyles("image");return`<figure ${ld}><img ${cd} src="${Ja}" title="${ed}" alt="${td}"/>${sd}</figure>`}link({href:Ja,title:ed,text:td}){if(Ja.startsWith("https://mp.weixin.qq.com"))return`<a href="${Ja}" title="${ed||td}" ${this.getStyles("wx_link")}>${td}</a>`;if(Ja===td)return td;if(this.opts.status){const rd=this.addFootnote(ed||td,Ja);return`<span ${this.getStyles("link")}>${td}<sup>[${rd}]</sup></span>`}return this.styledContent("link",td,"span")}strong({text:Ja}){return this.styledContent("strong",Ja)}em({text:Ja}){return`<span style="font-style: italic;">${Ja}</span>`}table({header:Ja,rows:ed}){const td=Ja.map(od=>this.styledContent("td",od.text)).join(""),rd=ed.map(od=>{const sd=od.map(ld=>this.styledContent("td",ld.text)).join("");return this.styledContent("tr",sd)}).join("");return`
<section style="padding:0 8px;">
<table class="preview-table">
<thead ${this.getStyles("thead")}>${td}</thead>
<tbody>${rd}</tbody>
</table>
</section>`}tablecell({text:Ja}){return this.styledContent("td",Ja)}hr(Ja){return this.styledContent("hr","")}}const DEFAULT_CONTENT=`# 示例文章Google 搜索的即时自动补全功能究竟是如何“工作”的?
> Google 搜索**自动补全功能**的强大,相信不少朋友都能感受到,它帮助我们更快地“补全”我们所要输入的搜索关键字。那么,它怎么知道我们要输入什么内容?它又是如何工作的?在这篇文章里,我们一起来看看。
## 使用自动补全
Google 搜索的自动补全功能可以在 Google 搜索应用的大多数位置使用,包括 [Google](https://www.google.com/) 主页、适用于 IOS 和 Android 的 Google 应用,我们只需要在 Google 搜索框上开始键入关键字,就可以看到联想词了。
![](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303019705-c161ce00-d245-446a-b81c-42ec91474a40.gif)
在上图示例中,我们可以看到,输入关键字 \`juej\`Google 搜索会联想到“掘金”、“掘金小册”、“绝句”等等,好处就是,我们无须输入完整的关键字即可轻松完成针对这些 topics 的搜索。
谷歌搜索的自动补全功能对于使用移动设备的用户来说特别有用,用户可以轻松在难以键入的小屏幕上完成搜索。当然,对于移动设备用户和台式机用户而言,这都节省了大量的时间。根据 Google 官方报告,自动补全功能可以减少大约 25% 的打字,累积起来,预计每天可以节省 200 多年的打字时间。是的,每天!
> 注意,本文所提到的“**联想词**”与“**预测**”,是同一个意思。
## 基于“预测”而非“建议”
Google 官方将自动补全功能称之为“预测”,而不是“建议”,为什么呢?其实是有充分理由的。自动补全功能是为了**帮助用户完成他们打算进行的搜索**,而不是建议用户要执行什么搜索。
那么Google 是如何确定这些“预测”的其实Google 会根据趋势搜索 [trends](https://trends.google.com/trends/?geo=US) 给到我们这些“预测”。简单来说,哪个热门、哪个搜索频率高,就更可能推给我们。当然,这也与我们当前所处的位置以及我们的搜索历史相关。
另外,这些“预测”也会随着我们键入的关键字的变更而更改。例如,当我们把键入的关键字从 \`juej\` 更改为 \`juex\` 时,与“掘金”相关的预测会“消失”,同时,与“觉醒”、“决心”相关联的词会出现。
![](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303068169-386a99cb-143b-4ded-a859-1b7a4c4b5bd3.gif)
## 为什么看不到某些联想词?
如果我们在输入某个关键字时看不到联想词,那么表明 Google 的算法可能检测到:
- 这个关键字不是热门字词;
- 搜索的字词太新了,我们可能需要等待几天或几周才能看到联想词;
- 这是一个侮辱性或敏感字词,这个搜索字词违反了 Google 的相关政策。更加详细的情况,可以了解 [Google 搜索自动补全政策](https://support.google.com/websearch/answer/7368877)。
## 为什么会看到某些不当的联想词?
Google 拥有专门设计的系统可以自动捕获不适当的预测结果而不显示出来。然而Google 每天需要处理数十亿次搜索,这意味着 Google 每天会显示数十亿甚至上百亿条预测。再好的系统,也可能存在缺陷,不正确的预测也可能随时会出现。
我们作为 Google 搜索的用户,如果认定某条预测违反了相关的搜索自动补全政策,可以进行举报反馈,点击右下角“**举报不当的联想查询**”并勾选相关选项即可。
![](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303098026-cac215dc-42c9-462a-a359-dcfb12ed3234.gif)
## 如何实现自动补全算法?
目前Google 官方似乎并没有公开搜索自动补全的算法实现,但是业界在这方面已经有了不少研究。
一个好的自动补全器必须是快速的,并且在用户键入下一个字符后立即更新联想词列表。**自动补全器的核心是一个函数,它接受输入的前缀,并搜索以给定前缀开头的词汇或语句列表**。通常来说,只需要返回少量的数目即可。
接下来,我们先从一个简单且低效的实现开始,并在此基础上逐步构建更高效的方法。
### 词汇表实现
一个**简单粗暴的实现方式**是:顺序查找词汇表,依次检查每个词汇,看它是否以给定的前缀开头。
但是,此方法需要将前缀与每个词汇进行匹配检查,若词汇量较少,这种方式可能勉强行得通。但是,如果词汇量规模较大,效率就太低了。
一个**更好的实现方式是**:让词汇按字典顺序排序。借助二分搜索算法,可以快速搜索有序词汇表中的前缀。由于二分搜索的每一步都会将搜索的范围减半,因此,总的搜索时间与词汇表中单词数量的对数成正比,即时间复杂度是 \`O(log N)\`。二分搜索的性能很好,但有没有更好的实现呢?当然有,往下看。
### 前缀树实现
通常来说,许多词汇都以相同的前缀开头,比如 \`need\`、\`nested\` 都以 \`ne\` 开头,\`seed\`、\`speed\` 都以 \`s\` 开头。要是为每个单词分别存储公共前缀似乎很浪费。
![](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303128008-93cf798d-2662-4eec-8f80-2e07436aebfe.png)
前缀树是一种利用公共前缀来加速补全速度的数据结构。前缀树在节点树中排列一组单词,单词沿着从根节点到叶子节点的路径存储,树的层次对应于前缀的字母位置。
前缀的补全是顺着前缀定义的路径来查找的。例如,在上图的前缀树中,前缀 \`ne\` 对应于从子节点取左边缘 \`N\` 和唯一边缘 \`E\` 的路径。然后可以通过继续遍历从 \`E\` 节点可以达到的所有叶节点来生成补全列表。在图中,\`ne\` 的补全可以是两个分支:\`-ed\` 和 \`-sted\`。如果在数中找不到由前缀定义的路径,则说明词汇表中不包含以该前缀开头的单词。
### 有限状态自动机(DFA)实现
前缀树可以有效处理公共前缀,但是,对于其他共享词部分,仍会分别存储在每个分支中。比如,后缀 \`ed\`、\`ing\`、\`tion\` 在英文单词中特别常见。在上一个例子中,\`e\`、\`d\` 分别存放在了每一个分支上。
有没有一种方法可以更加节省存储空间呢?有的,那就是 DFA。
<center>
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303158478-66a96e2d-6424-43d6-8cb3-2f7a39f960b8.gif" style="width: 50%;"></center>
在上面的例子中,单词 \`need\`、\`nested\`、\`seed\` 和 \`speed\` 仅由 9 个节点组成,而上一张图中的前缀树包含了 17 个节点。
可以看出,最小化前缀树 DFA 可以在很大程度上减少数据结构的大小。即使词汇量很大,最小化 DFA 通常也适合在内存中存储,避免昂贵的磁盘访问是实现快速自动补全的关键。
### 一些扩展
上面介绍了如何利用合理的数据结构实现基本的自动补全功能。这些数据结构可以通过多种方式进行扩展,从而改善用户体验。
通常,满足特定前缀的词汇可能很多,而用户界面上能够显示的却不多,我们更希望能显示最常搜索或者最有价值的词汇。这通常可以通过为词汇表中的每个单词增加一个代表单词值的**权重** \`weight\`,并且按照权重高低来排序自动补全列表。
- 对于排序后的词汇表来说,在词汇表每个元素上增加 \`weight\` 属性并不难;
- 对于前缀树来说,将 \`weight\` 存储在叶子节点中,也是很简单的一个实现;
- 对于 \`DFA\` 来说,则较为复杂。因为一个叶子节点可以通过多条路径到达。一种解决方案是将权重关联到路径而不是叶子节点。
目前有不少开源库都提供了这个功能,比如主流的搜索引擎框架 [Elasticsearch](https://www.elastic.co/products/elasticsearch)、[Solr](https://lucene.apache.org/solr/) 等,基于此,我们可以实现高效而强大的自动补全功能。
#### 推荐阅读
- [阿里又一个 20k+ stars 开源项目诞生,恭喜 fastjson](https://mp.weixin.qq.com/s/RNKDCK2KoyeuMeEs6GUrow)
- [刷掉 90% 候选人的互联网大厂海量数据面试题(附题解 + 方法总结)](https://mp.weixin.qq.com/s/rjGqxUvrEqJNlo09GrT1Dw)
- [好用!期待已久的文本块功能究竟如何在 Java 13 中发挥作用?](https://mp.weixin.qq.com/s/kalGv5T8AZGxTnLHr2wDsA)
- [2019 GitHub 开源贡献排行榜新鲜出炉!微软谷歌领头,阿里跻身前 12](https://mp.weixin.qq.com/s/_q812aGD1b9QvZ2WFI0Qgw)
---
欢迎关注我的公众号“**Doocs**”,原创技术文章第一时间推送。
<center>
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303220922-7e14aefa-816e-44c1-8604-ade709ca1c69.png" style="width: 100px;">
</center>
`,DEFAULT_CSS_CONTENT=`/**
* 按 Alt/Option + Shift + F 可格式化
* 如需使用主题色,请使用 var(--md-primary-color) 代替颜色值
* 如color: var(--md-primary-color);
*
* 召集令:如果你有好看的主题样式,欢迎分享,让更多人能够使用到你的主题。
* 提交区https://github.com/doocs/md/issues/363
*/
/* 一级标题样式 */
h1 {
}
/* 二级标题样式 */
h2 {
}
/* 三级标题样式 */
h3 {
}
/* 四级标题样式 */
h4 {
}
/* 图片样式 */
image {
}
/* 引用样式 */
blockquote {
}
/* 引用段落样式 */
blockquote_p {
}
/* 段落样式 */
p {
}
/* 分割线样式 */
hr {
}
/* 行内代码样式 */
codespan {
}
/* 粗体样式 */
strong {
}
/* 链接样式 */
link {
}
/* 微信链接样式 */
wx_link {
}
/* 有序列表样式 */
ol {
}
/* 无序列表样式 */
ul {
}
/* 列表项样式 */
li {
}
/* 代码块样式 */
code {
}
`;var cheerio$2={exports:{}},lib$d={},extendStatics=function(Ra,qa){return extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(Ja,ed){Ja.__proto__=ed}||function(Ja,ed){for(var td in ed)Object.prototype.hasOwnProperty.call(ed,td)&&(Ja[td]=ed[td])},extendStatics(Ra,qa)};function __extends$4(Ra,qa){if(typeof qa!="function"&&qa!==null)throw new TypeError("Class extends value "+String(qa)+" is not a constructor or null");extendStatics(Ra,qa);function Ja(){this.constructor=Ra}Ra.prototype=qa===null?Object.create(qa):(Ja.prototype=qa.prototype,new Ja)}var __assign$7=function(){return __assign$7=Object.assign||function(qa){for(var Ja,ed=1,td=arguments.length;ed<td;ed++){Ja=arguments[ed];for(var rd in Ja)Object.prototype.hasOwnProperty.call(Ja,rd)&&(qa[rd]=Ja[rd])}return qa},__assign$7.apply(this,arguments)};function __rest$1(Ra,qa){var Ja={};for(var ed in Ra)Object.prototype.hasOwnProperty.call(Ra,ed)&&qa.indexOf(ed)<0&&(Ja[ed]=Ra[ed]);if(Ra!=null&&typeof Object.getOwnPropertySymbols=="function")for(var td=0,ed=Object.getOwnPropertySymbols(Ra);td<ed.length;td++)qa.indexOf(ed[td])<0&&Object.prototype.propertyIsEnumerable.call(Ra,ed[td])&&(Ja[ed[td]]=Ra[ed[td]]);return Ja}function __decorate(Ra,qa,Ja,ed){var td=arguments.length,rd=td<3?qa:ed===null?ed=Object.getOwnPropertyDescriptor(qa,Ja):ed,od;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")rd=Reflect.decorate(Ra,qa,Ja,ed);else for(var sd=Ra.length-1;sd>=0;sd--)(od=Ra[sd])&&(rd=(td<3?od(rd):td>3?od(qa,Ja,rd):od(qa,Ja))||rd);return td>3&&rd&&Object.defineProperty(qa,Ja,rd),rd}function __param(Ra,qa){return function(Ja,ed){qa(Ja,ed,Ra)}}function __esDecorate(Ra,qa,Ja,ed,td,rd){function od(Ad){if(Ad!==void 0&&typeof Ad!="function")throw new TypeError("Function expected");return Ad}for(var sd=ed.kind,ld=sd==="getter"?"get":sd==="setter"?"set":"value",cd=!qa&&Ra?ed.static?Ra:Ra.prototype:null,ud=qa||(cd?Object.getOwnPropertyDescriptor(cd,ed.name):{}),gd,_d=!1,yd=Ja.length-1;yd>=0;yd--){var Ed={};for(var Td in ed)Ed[Td]=Td==="access"?{}:ed[Td];for(var Td in ed.access)Ed.access[Td]=ed.access[Td];Ed.addInitializer=function(Ad){if(_d)throw new TypeError("Cannot add initializers after decoration has completed");rd.push(od(Ad||null))};var Od=(0,Ja[yd])(sd==="accessor"?{get:ud.get,set:ud.set}:ud[ld],Ed);if(sd==="accessor"){if(Od===void 0)continue;if(Od===null||typeof Od!="object")throw new TypeError("Object expected");(gd=od(Od.get))&&(ud.get=gd),(gd=od(Od.set))&&(ud.set=gd),(gd=od(Od.init))&&td.unshift(gd)}else(gd=od(Od))&&(sd==="field"?td.unshift(gd):ud[ld]=gd)}cd&&Object.defineProperty(cd,ed.name,ud),_d=!0}function __runInitializers(Ra,qa,Ja){for(var ed=arguments.length>2,td=0;td<qa.length;td++)Ja=ed?qa[td].call(Ra,Ja):qa[td].call(Ra);return ed?Ja:void 0}function __propKey(Ra){return typeof Ra=="symbol"?Ra:"".concat(Ra)}function __setFunctionName(Ra,qa,Ja){return typeof qa=="symbol"&&(qa=qa.description?"[".concat(qa.description,"]"):""),Object.defineProperty(Ra,"name",{configurable:!0,value:Ja?"".concat(Ja," ",qa):qa})}function __metadata(Ra,qa){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(Ra,qa)}function __awaiter$8(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,qa||[])).next())})}function __generator$8(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return od.next=sd(0),od.throw=sd(1),od.return=sd(2),typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;od&&(od=0,cd[0]&&(Ja=0)),Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}}var __createBinding=Object.create?function(Ra,qa,Ja,ed){ed===void 0&&(ed=Ja);var td=Object.getOwnPropertyDescriptor(qa,Ja);(!td||("get"in td?!qa.__esModule:td.writable||td.configurable))&&(td={enumerable:!0,get:function(){return qa[Ja]}}),Object.defineProperty(Ra,ed,td)}:function(Ra,qa,Ja,ed){ed===void 0&&(ed=Ja),Ra[ed]=qa[Ja]};function __exportStar(Ra,qa){for(var Ja in Ra)Ja!=="default"&&!Object.prototype.hasOwnProperty.call(qa,Ja)&&__createBinding(qa,Ra,Ja)}function __values(Ra){var qa=typeof Symbol=="function"&&Symbol.iterator,Ja=qa&&Ra[qa],ed=0;if(Ja)return Ja.call(Ra);if(Ra&&typeof Ra.length=="number")return{next:function(){return Ra&&ed>=Ra.length&&(Ra=void 0),{value:Ra&&Ra[ed++],done:!Ra}}};throw new TypeError(qa?"Object is not iterable.":"Symbol.iterator is not defined.")}function __read$4(Ra,qa){var Ja=typeof Symbol=="function"&&Ra[Symbol.iterator];if(!Ja)return Ra;var ed=Ja.call(Ra),td,rd=[],od;try{for(;(qa===void 0||qa-- >0)&&!(td=ed.next()).done;)rd.push(td.value)}catch(sd){od={error:sd}}finally{try{td&&!td.done&&(Ja=ed.return)&&Ja.call(ed)}finally{if(od)throw od.error}}return rd}function __spread$4(){for(var Ra=[],qa=0;qa<arguments.length;qa++)Ra=Ra.concat(__read$4(arguments[qa]));return Ra}function __spreadArrays(){for(var Ra=0,qa=0,Ja=arguments.length;qa<Ja;qa++)Ra+=arguments[qa].length;for(var ed=Array(Ra),td=0,qa=0;qa<Ja;qa++)for(var rd=arguments[qa],od=0,sd=rd.length;od<sd;od++,td++)ed[td]=rd[od];return ed}function __spreadArray(Ra,qa,Ja){if(Ja||arguments.length===2)for(var ed=0,td=qa.length,rd;ed<td;ed++)(rd||!(ed in qa))&&(rd||(rd=Array.prototype.slice.call(qa,0,ed)),rd[ed]=qa[ed]);return Ra.concat(rd||Array.prototype.slice.call(qa))}function __await(Ra){return this instanceof __await?(this.v=Ra,this):new __await(Ra)}function __asyncGenerator(Ra,qa,Ja){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var ed=Ja.apply(Ra,qa||[]),td,rd=[];return td=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),sd("next"),sd("throw"),sd("return",od),td[Symbol.asyncIterator]=function(){return this},td;function od(yd){return function(Ed){return Promise.resolve(Ed).then(yd,gd)}}function sd(yd,Ed){ed[yd]&&(td[yd]=function(Td){return new Promise(function(Od,Ad){rd.push([yd,Td,Od,Ad])>1||ld(yd,Td)})},Ed&&(td[yd]=Ed(td[yd])))}function ld(yd,Ed){try{cd(ed[yd](Ed))}catch(Td){_d(rd[0][3],Td)}}function cd(yd){yd.value instanceof __await?Promise.resolve(yd.value.v).then(ud,gd):_d(rd[0][2],yd)}function ud(yd){ld("next",yd)}function gd(yd){ld("throw",yd)}function _d(yd,Ed){yd(Ed),rd.shift(),rd.length&&ld(rd[0][0],rd[0][1])}}function __asyncDelegator(Ra){var qa,Ja;return qa={},ed("next"),ed("throw",function(td){throw td}),ed("return"),qa[Symbol.iterator]=function(){return this},qa;function ed(td,rd){qa[td]=Ra[td]?function(od){return(Ja=!Ja)?{value:__await(Ra[td](od)),done:!1}:rd?rd(od):od}:rd}}function __asyncValues(Ra){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var qa=Ra[Symbol.asyncIterator],Ja;return qa?qa.call(Ra):(Ra=typeof __values=="function"?__values(Ra):Ra[Symbol.iterator](),Ja={},ed("next"),ed("throw"),ed("return"),Ja[Symbol.asyncIterator]=function(){return this},Ja);function ed(rd){Ja[rd]=Ra[rd]&&function(od){return new Promise(function(sd,ld){od=Ra[rd](od),td(sd,ld,od.done,od.value)})}}function td(rd,od,sd,ld){Promise.resolve(ld).then(function(cd){rd({value:cd,done:sd})},od)}}function __makeTemplateObject(Ra,qa){return Object.defineProperty?Object.defineProperty(Ra,"raw",{value:qa}):Ra.raw=qa,Ra}var __setModuleDefault=Object.create?function(Ra,qa){Object.defineProperty(Ra,"default",{enumerable:!0,value:qa})}:function(Ra,qa){Ra.default=qa};function __importStar(Ra){if(Ra&&Ra.__esModule)return Ra;var qa={};if(Ra!=null)for(var Ja in Ra)Ja!=="default"&&Object.prototype.hasOwnProperty.call(Ra,Ja)&&__createBinding(qa,Ra,Ja);return __setModuleDefault(qa,Ra),qa}function __importDefault(Ra){return Ra&&Ra.__esModule?Ra:{default:Ra}}function __classPrivateFieldGet(Ra,qa,Ja,ed){if(Ja==="a"&&!ed)throw new TypeError("Private accessor was defined without a getter");if(typeof qa=="function"?Ra!==qa||!ed:!qa.has(Ra))throw new TypeError("Cannot read private member from an object whose class did not declare it");return Ja==="m"?ed:Ja==="a"?ed.call(Ra):ed?ed.value:qa.get(Ra)}function __classPrivateFieldSet(Ra,qa,Ja,ed,td){if(ed==="m")throw new TypeError("Private method is not writable");if(ed==="a"&&!td)throw new TypeError("Private accessor was defined without a setter");if(typeof qa=="function"?Ra!==qa||!td:!qa.has(Ra))throw new TypeError("Cannot write private member to an object whose class did not declare it");return ed==="a"?td.call(Ra,Ja):td?td.value=Ja:qa.set(Ra,Ja),Ja}function __classPrivateFieldIn(Ra,qa){if(qa===null||typeof qa!="object"&&typeof qa!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof Ra=="function"?qa===Ra:Ra.has(qa)}function __addDisposableResource(Ra,qa,Ja){if(qa!=null){if(typeof qa!="object"&&typeof qa!="function")throw new TypeError("Object expected.");var ed,td;if(Ja){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");ed=qa[Symbol.asyncDispose]}if(ed===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");ed=qa[Symbol.dispose],Ja&&(td=ed)}if(typeof ed!="function")throw new TypeError("Object not disposable.");td&&(ed=function(){try{td.call(this)}catch(rd){return Promise.reject(rd)}}),Ra.stack.push({value:qa,dispose:ed,async:Ja})}else Ja&&Ra.stack.push({async:!0});return qa}var _SuppressedError=typeof SuppressedError=="function"?SuppressedError:function(Ra,qa,Ja){var ed=new Error(Ja);return ed.name="SuppressedError",ed.error=Ra,ed.suppressed=qa,ed};function __disposeResources(Ra){function qa(rd){Ra.error=Ra.hasError?new _SuppressedError(rd,Ra.error,"An error was suppressed during disposal."):rd,Ra.hasError=!0}var Ja,ed=0;function td(){for(;Ja=Ra.stack.pop();)try{if(!Ja.async&&ed===1)return ed=0,Ra.stack.push(Ja),Promise.resolve().then(td);if(Ja.dispose){var rd=Ja.dispose.call(Ja.value);if(Ja.async)return ed|=2,Promise.resolve(rd).then(td,function(od){return qa(od),td()})}else ed|=1}catch(od){qa(od)}if(ed===1)return Ra.hasError?Promise.reject(Ra.error):Promise.resolve();if(Ra.hasError)throw Ra.error}return td()}const tslib_es6={__extends:__extends$4,__assign:__assign$7,__rest:__rest$1,__decorate,__param,__metadata,__awaiter:__awaiter$8,__generator:__generator$8,__createBinding,__exportStar,__values,__read:__read$4,__spread:__spread$4,__spreadArrays,__spreadArray,__await,__asyncGenerator,__asyncDelegator,__asyncValues,__makeTemplateObject,__importStar,__importDefault,__classPrivateFieldGet,__classPrivateFieldSet,__classPrivateFieldIn,__addDisposableResource,__disposeResources},tslib_es6$1=Object.freeze(Object.defineProperty({__proto__:null,__addDisposableResource,get __assign(){return __assign$7},__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter:__awaiter$8,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,__createBinding,__decorate,__disposeResources,__esDecorate,__exportStar,__extends:__extends$4,__generator:__generator$8,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__propKey,__read:__read$4,__rest:__rest$1,__runInitializers,__setFunctionName,__spread:__spread$4,__spreadArray,__spreadArrays,__values,default:tslib_es6},Symbol.toStringTag,{value:"Module"})),require$$0$6=getAugmentedNamespace(tslib_es6$1);var types$1={},hasRequiredTypes;function requireTypes(){return hasRequiredTypes||(hasRequiredTypes=1,Object.defineProperty(types$1,"__esModule",{value:!0})),types$1}var load={},options={},hasRequiredOptions;function requireOptions(){if(hasRequiredOptions)return options;hasRequiredOptions=1,Object.defineProperty(options,"__esModule",{value:!0}),options.flatten=void 0;var Ra=require$$0$6,qa={xml:!1,decodeEntities:!0};options.default=qa;var Ja={_useHtmlParser2:!0,xmlMode:!0};function ed(td){return td!=null&&td.xml?typeof td.xml=="boolean"?Ja:Ra.__assign(Ra.__assign({},Ja),td.xml):td??void 0}return options.flatten=ed,options}var _static={},lib$c={},SelectorType;(function(Ra){Ra.Attribute="attribute",Ra.Pseudo="pseudo",Ra.PseudoElement="pseudo-element",Ra.Tag="tag",Ra.Universal="universal",Ra.Adjacent="adjacent",Ra.Child="child",Ra.Descendant="descendant",Ra.Parent="parent",Ra.Sibling="sibling",Ra.ColumnCombinator="column-combinator"})(SelectorType||(SelectorType={}));const IgnoreCaseMode={Unknown:null,QuirksMode:"quirks",IgnoreCase:!0,CaseSensitive:!1};var AttributeAction;(function(Ra){Ra.Any="any",Ra.Element="element",Ra.End="end",Ra.Equals="equals",Ra.Exists="exists",Ra.Hyphen="hyphen",Ra.Not="not",Ra.Start="start"})(AttributeAction||(AttributeAction={}));const reName=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,reEscape=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,actionTypes=new Map([[126,AttributeAction.Element],[94,AttributeAction.Start],[36,AttributeAction.End],[42,AttributeAction.Any],[33,AttributeAction.Not],[124,AttributeAction.Hyphen]]),unpackPseudos=new Set(["has","not","matches","is","where","host","host-context"]);function isTraversal(Ra){switch(Ra.type){case SelectorType.Adjacent:case SelectorType.Child:case SelectorType.Descendant:case SelectorType.Parent:case SelectorType.Sibling:case SelectorType.ColumnCombinator:return!0;default:return!1}}const stripQuotesFromPseudos=new Set(["contains","icontains"]);function funescape(Ra,qa,Ja){const ed=parseInt(qa,16)-65536;return ed!==ed||Ja?qa:ed<0?String.fromCharCode(ed+65536):String.fromCharCode(ed>>10|55296,ed&1023|56320)}function unescapeCSS(Ra){return Ra.replace(reEscape,funescape)}function isQuote(Ra){return Ra===39||Ra===34}function isWhitespace(Ra){return Ra===32||Ra===9||Ra===10||Ra===12||Ra===13}function parse$3(Ra){const qa=[],Ja=parseSelector(qa,`${Ra}`,0);if(Ja<Ra.length)throw new Error(`Unmatched selector: ${Ra.slice(Ja)}`);return qa}function parseSelector(Ra,qa,Ja){let ed=[];function td(_d){const yd=qa.slice(Ja+_d).match(reName);if(!yd)throw new Error(`Expected name, found ${qa.slice(Ja)}`);const[Ed]=yd;return Ja+=_d+Ed.length,unescapeCSS(Ed)}function rd(_d){for(Ja+=_d;Ja<qa.length&&isWhitespace(qa.charCodeAt(Ja));)Ja++}function od(){Ja+=1;const _d=Ja;let yd=1;for(;yd>0&&Ja<qa.length;Ja++)qa.charCodeAt(Ja)===40&&!sd(Ja)?yd++:qa.charCodeAt(Ja)===41&&!sd(Ja)&&yd--;if(yd)throw new Error("Parenthesis not matched");return unescapeCSS(qa.slice(_d,Ja-1))}function sd(_d){let yd=0;for(;qa.charCodeAt(--_d)===92;)yd++;return(yd&1)===1}function ld(){if(ed.length>0&&isTraversal(ed[ed.length-1]))throw new Error("Did not expect successive traversals.")}function cd(_d){if(ed.length>0&&ed[ed.length-1].type===SelectorType.Descendant){ed[ed.length-1].type=_d;return}ld(),ed.push({type:_d})}function ud(_d,yd){ed.push({type:SelectorType.Attribute,name:_d,action:yd,value:td(1),namespace:null,ignoreCase:"quirks"})}function gd(){if(ed.length&&ed[ed.length-1].type===SelectorType.Descendant&&ed.pop(),ed.length===0)throw new Error("Empty sub-selector");Ra.push(ed)}if(rd(0),qa.length===Ja)return Ja;e:for(;Ja<qa.length;){const _d=qa.charCodeAt(Ja);switch(_d){case 32:case 9:case 10:case 12:case 13:{(ed.length===0||ed[0].type!==SelectorType.Descendant)&&(ld(),ed.push({type:SelectorType.Descendant})),rd(1);break}case 62:{cd(SelectorType.Child),rd(1);break}case 60:{cd(SelectorType.Parent),rd(1);break}case 126:{cd(SelectorType.Sibling),rd(1);break}case 43:{cd(SelectorType.Adjacent),rd(1);break}case 46:{ud("class",AttributeAction.Element);break}case 35:{ud("id",AttributeAction.Equals);break}case 91:{rd(1);let yd,Ed=null;qa.charCodeAt(Ja)===124?yd=td(1):qa.startsWith("*|",Ja)?(Ed="*",yd=td(2)):(yd=td(0),qa.charCodeAt(Ja)===124&&qa.charCodeAt(Ja+1)!==61&&(Ed=yd,yd=td(1))),rd(0);let Td=AttributeAction.Exists;const Od=actionTypes.get(qa.charCodeAt(Ja));if(Od){if(Td=Od,qa.charCodeAt(Ja+1)!==61)throw new Error("Expected `=`");rd(2)}else qa.charCodeAt(Ja)===61&&(Td=AttributeAction.Equals,rd(1));let Ad="",Nd=null;if(Td!=="exists"){if(isQuote(qa.charCodeAt(Ja))){const Rd=qa.charCodeAt(Ja);let Md=Ja+1;for(;Md<qa.length&&(qa.charCodeAt(Md)!==Rd||sd(Md));)Md+=1;if(qa.charCodeAt(Md)!==Rd)throw new Error("Attribute value didn't end");Ad=unescapeCSS(qa.slice(Ja+1,Md)),Ja=Md+1}else{const Rd=Ja;for(;Ja<qa.length&&(!isWhitespace(qa.charCodeAt(Ja))&&qa.charCodeAt(Ja)!==93||sd(Ja));)Ja+=1;Ad=unescapeCSS(qa.slice(Rd,Ja))}rd(0);const Id=qa.charCodeAt(Ja)|32;Id===115?(Nd=!1,rd(1)):Id===105&&(Nd=!0,rd(1))}if(qa.charCodeAt(Ja)!==93)throw new Error("Attribute selector didn't terminate");Ja+=1;const kd={type:SelectorType.Attribute,name:yd,action:Td,value:Ad,namespace:Ed,ignoreCase:Nd};ed.push(kd);break}case 58:{if(qa.charCodeAt(Ja+1)===58){ed.push({type:SelectorType.PseudoElement,name:td(2).toLowerCase(),data:qa.charCodeAt(Ja)===40?od():null});continue}const yd=td(1).toLowerCase();let Ed=null;if(qa.charCodeAt(Ja)===40)if(unpackPseudos.has(yd)){if(isQuote(qa.charCodeAt(Ja+1)))throw new Error(`Pseudo-selector ${yd} cannot be quoted`);if(Ed=[],Ja=parseSelector(Ed,qa,Ja+1),qa.charCodeAt(Ja)!==41)throw new Error(`Missing closing parenthesis in :${yd} (${qa})`);Ja+=1}else{if(Ed=od(),stripQuotesFromPseudos.has(yd)){const Td=Ed.charCodeAt(0);Td===Ed.charCodeAt(Ed.length-1)&&isQuote(Td)&&(Ed=Ed.slice(1,-1))}Ed=unescapeCSS(Ed)}ed.push({type:SelectorType.Pseudo,name:yd,data:Ed});break}case 44:{gd(),ed=[],rd(1);break}default:{if(qa.startsWith("/*",Ja)){const Td=qa.indexOf("*/",Ja+2);if(Td<0)throw new Error("Comment was not terminated");Ja=Td+2,ed.length===0&&rd(0);break}let yd=null,Ed;if(_d===42)Ja+=1,Ed="*";else if(_d===124){if(Ed="",qa.charCodeAt(Ja+1)===124){cd(SelectorType.ColumnCombinator),rd(2);break}}else if(reName.test(qa.slice(Ja)))Ed=td(0);else break e;qa.charCodeAt(Ja)===124&&qa.charCodeAt(Ja+1)!==124&&(yd=Ed,qa.charCodeAt(Ja+1)===42?(Ed="*",Ja+=2):Ed=td(1)),ed.push(Ed==="*"?{type:SelectorType.Universal,namespace:yd}:{type:SelectorType.Tag,name:Ed,namespace:yd})}}}return gd(),Ja}const attribValChars=["\\",'"'],pseudoValChars=[...attribValChars,"(",")"],charsToEscapeInAttributeValue=new Set(attribValChars.map(Ra=>Ra.charCodeAt(0))),charsToEscapeInPseudoValue=new Set(pseudoValChars.map(Ra=>Ra.charCodeAt(0))),charsToEscapeInName=new Set([...pseudoValChars,"~","^","$","*","+","!","|",":","[","]"," ","."].map(Ra=>Ra.charCodeAt(0)));function stringify$3(Ra){return Ra.map(qa=>qa.map(stringifyToken).join("")).join(", ")}function stringifyToken(Ra,qa,Ja){switch(Ra.type){case SelectorType.Child:return qa===0?"> ":" > ";case SelectorType.Parent:return qa===0?"< ":" < ";case SelectorType.Sibling:return qa===0?"~ ":" ~ ";case SelectorType.Adjacent:return qa===0?"+ ":" + ";case SelectorType.Descendant:return" ";case SelectorType.ColumnCombinator:return qa===0?"|| ":" || ";case SelectorType.Universal:return Ra.namespace==="*"&&qa+1<Ja.length&&"name"in Ja[qa+1]?"":`${getNamespace(Ra.namespace)}*`;case SelectorType.Tag:return getNamespacedName(Ra);case SelectorType.PseudoElement:return`::${escapeName(Ra.name,charsToEscapeInName)}${Ra.data===null?"":`(${escapeName(Ra.data,charsToEscapeInPseudoValue)})`}`;case SelectorType.Pseudo:return`:${escapeName(Ra.name,charsToEscapeInName)}${Ra.data===null?"":`(${typeof Ra.data=="string"?escapeName(Ra.data,charsToEscapeInPseudoValue):stringify$3(Ra.data)})`}`;case SelectorType.Attribute:{if(Ra.name==="id"&&Ra.action===AttributeAction.Equals&&Ra.ignoreCase==="quirks"&&!Ra.namespace)return`#${escapeName(Ra.value,charsToEscapeInName)}`;if(Ra.name==="class"&&Ra.action===AttributeAction.Element&&Ra.ignoreCase==="quirks"&&!Ra.namespace)return`.${escapeName(Ra.value,charsToEscapeInName)}`;const ed=getNamespacedName(Ra);return Ra.action===AttributeAction.Exists?`[${ed}]`:`[${ed}${getActionValue(Ra.action)}="${escapeName(Ra.value,charsToEscapeInAttributeValue)}"${Ra.ignoreCase===null?"":Ra.ignoreCase?" i":" s"}]`}}}function getActionValue(Ra){switch(Ra){case AttributeAction.Equals:return"";case AttributeAction.Element:return"~";case AttributeAction.Start:return"^";case AttributeAction.End:return"$";case AttributeAction.Any:return"*";case AttributeAction.Not:return"!";case AttributeAction.Hyphen:return"|";case AttributeAction.Exists:throw new Error("Shouldn't be here")}}function getNamespacedName(Ra){return`${getNamespace(Ra.namespace)}${escapeName(Ra.name,charsToEscapeInName)}`}function getNamespace(Ra){return Ra!==null?`${Ra==="*"?"*":escapeName(Ra,charsToEscapeInName)}|`:""}function escapeName(Ra,qa){let Ja=0,ed="";for(let td=0;td<Ra.length;td++)qa.has(Ra.charCodeAt(td))&&(ed+=`${Ra.slice(Ja,td)}\\${Ra.charAt(td)}`,Ja=td+1);return ed.length>0?ed+Ra.slice(Ja):Ra}const es$2=Object.freeze(Object.defineProperty({__proto__:null,get AttributeAction(){return AttributeAction},IgnoreCaseMode,get SelectorType(){return SelectorType},isTraversal,parse:parse$3,stringify:stringify$3},Symbol.toStringTag,{value:"Module"})),require$$0$5=getAugmentedNamespace(es$2);var lib$b={},lib$a={},stringify$2={},lib$9={},lib$8={},hasRequiredLib$b;function requireLib$b(){return hasRequiredLib$b||(hasRequiredLib$b=1,function(Ra){Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.Doctype=Ra.CDATA=Ra.Tag=Ra.Style=Ra.Script=Ra.Comment=Ra.Directive=Ra.Text=Ra.Root=Ra.isTag=Ra.ElementType=void 0;var qa;(function(ed){ed.Root="root",ed.Text="text",ed.Directive="directive",ed.Comment="comment",ed.Script="script",ed.Style="style",ed.Tag="tag",ed.CDATA="cdata",ed.Doctype="doctype"})(qa=Ra.ElementType||(Ra.ElementType={}));function Ja(ed){return ed.type===qa.Tag||ed.type===qa.Script||ed.type===qa.Style}Ra.isTag=Ja,Ra.Root=qa.Root,Ra.Text=qa.Text,Ra.Directive=qa.Directive,Ra.Comment=qa.Comment,Ra.Script=qa.Script,Ra.Style=qa.Style,Ra.Tag=qa.Tag,Ra.CDATA=qa.CDATA,Ra.Doctype=qa.Doctype}(lib$8)),lib$8}var node={},hasRequiredNode;function requireNode(){if(hasRequiredNode)return node;hasRequiredNode=1;var Ra=commonjsGlobal&&commonjsGlobal.__extends||function(){var Rd=function(Md,Ld){return Rd=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(jd,Pd){jd.__proto__=Pd}||function(jd,Pd){for(var Fd in Pd)Object.prototype.hasOwnProperty.call(Pd,Fd)&&(jd[Fd]=Pd[Fd])},Rd(Md,Ld)};return function(Md,Ld){if(typeof Ld!="function"&&Ld!==null)throw new TypeError("Class extends value "+String(Ld)+" is not a constructor or null");Rd(Md,Ld);function jd(){this.constructor=Md}Md.prototype=Ld===null?Object.create(Ld):(jd.prototype=Ld.prototype,new jd)}}(),qa=commonjsGlobal&&commonjsGlobal.__assign||function(){return qa=Object.assign||function(Rd){for(var Md,Ld=1,jd=arguments.length;Ld<jd;Ld++){Md=arguments[Ld];for(var Pd in Md)Object.prototype.hasOwnProperty.call(Md,Pd)&&(Rd[Pd]=Md[Pd])}return Rd},qa.apply(this,arguments)};Object.defineProperty(node,"__esModule",{value:!0}),node.cloneNode=node.hasChildren=node.isDocument=node.isDirective=node.isComment=node.isText=node.isCDATA=node.isTag=node.Element=node.Document=node.NodeWithChildren=node.ProcessingInstruction=node.Comment=node.Text=node.DataNode=node.Node=void 0;var Ja=requireLib$b(),ed=new Map([[Ja.ElementType.Tag,1],[Ja.ElementType.Script,1],[Ja.ElementType.Style,1],[Ja.ElementType.Directive,1],[Ja.ElementType.Text,3],[Ja.ElementType.CDATA,4],[Ja.ElementType.Comment,8],[Ja.ElementType.Root,9]]),td=function(){function Rd(Md){this.type=Md,this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(Rd.prototype,"nodeType",{get:function(){var Md;return(Md=ed.get(this.type))!==null&&Md!==void 0?Md:1},enumerable:!1,configurable:!0}),Object.defineProperty(Rd.prototype,"parentNode",{get:function(){return this.parent},set:function(Md){this.parent=Md},enumerable:!1,configurable:!0}),Object.defineProperty(Rd.prototype,"previousSibling",{get:function(){return this.prev},set:function(Md){this.prev=Md},enumerable:!1,configurable:!0}),Object.defineProperty(Rd.prototype,"nextSibling",{get:function(){return this.next},set:function(Md){this.next=Md},enumerable:!1,configurable:!0}),Rd.prototype.cloneNode=function(Md){return Md===void 0&&(Md=!1),kd(this,Md)},Rd}();node.Node=td;var rd=function(Rd){Ra(Md,Rd);function Md(Ld,jd){var Pd=Rd.call(this,Ld)||this;return Pd.data=jd,Pd}return Object.defineProperty(Md.prototype,"nodeValue",{get:function(){return this.data},set:function(Ld){this.data=Ld},enumerable:!1,configurable:!0}),Md}(td);node.DataNode=rd;var od=function(Rd){Ra(Md,Rd);function Md(Ld){return Rd.call(this,Ja.ElementType.Text,Ld)||this}return Md}(rd);node.Text=od;var sd=function(Rd){Ra(Md,Rd);function Md(Ld){return Rd.call(this,Ja.ElementType.Comment,Ld)||this}return Md}(rd);node.Comment=sd;var ld=function(Rd){Ra(Md,Rd);function Md(Ld,jd){var Pd=Rd.call(this,Ja.ElementType.Directive,jd)||this;return Pd.name=Ld,Pd}return Md}(rd);node.ProcessingInstruction=ld;var cd=function(Rd){Ra(Md,Rd);function Md(Ld,jd){var Pd=Rd.call(this,Ld)||this;return Pd.children=jd,Pd}return Object.defineProperty(Md.prototype,"firstChild",{get:function(){var Ld;return(Ld=this.children[0])!==null&&Ld!==void 0?Ld:null},enumerable:!1,configurable:!0}),Object.defineProperty(Md.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(Md.prototype,"childNodes",{get:function(){return this.children},set:function(Ld){this.children=Ld},enumerable:!1,configurable:!0}),Md}(td);node.NodeWithChildren=cd;var ud=function(Rd){Ra(Md,Rd);function Md(Ld){return Rd.call(this,Ja.ElementType.Root,Ld)||this}return Md}(cd);node.Document=ud;var gd=function(Rd){Ra(Md,Rd);function Md(Ld,jd,Pd,Fd){Pd===void 0&&(Pd=[]),Fd===void 0&&(Fd=Ld==="script"?Ja.ElementType.Script:Ld==="style"?Ja.ElementType.Style:Ja.ElementType.Tag);var Ud=Rd.call(this,Fd,Pd)||this;return Ud.name=Ld,Ud.attribs=jd,Ud}return Object.defineProperty(Md.prototype,"tagName",{get:function(){return this.name},set:function(Ld){this.name=Ld},enumerable:!1,configurable:!0}),Object.defineProperty(Md.prototype,"attributes",{get:function(){var Ld=this;return Object.keys(this.attribs).map(function(jd){var Pd,Fd;return{name:jd,value:Ld.attribs[jd],namespace:(Pd=Ld["x-attribsNamespace"])===null||Pd===void 0?void 0:Pd[jd],prefix:(Fd=Ld["x-attribsPrefix"])===null||Fd===void 0?void 0:Fd[jd]}})},enumerable:!1,configurable:!0}),Md}(cd);node.Element=gd;function _d(Rd){return(0,Ja.isTag)(Rd)}node.isTag=_d;function yd(Rd){return Rd.type===Ja.ElementType.CDATA}node.isCDATA=yd;function Ed(Rd){return Rd.type===Ja.ElementType.Text}node.isText=Ed;function Td(Rd){return Rd.type===Ja.ElementType.Comment}node.isComment=Td;function Od(Rd){return Rd.type===Ja.ElementType.Directive}node.isDirective=Od;function Ad(Rd){return Rd.type===Ja.ElementType.Root}node.isDocument=Ad;function Nd(Rd){return Object.prototype.hasOwnProperty.call(Rd,"children")}node.hasChildren=Nd;function kd(Rd,Md){Md===void 0&&(Md=!1);var Ld;if(Ed(Rd))Ld=new od(Rd.data);else if(Td(Rd))Ld=new sd(Rd.data);else if(_d(Rd)){var jd=Md?Id(Rd.children):[],Pd=new gd(Rd.name,qa({},Rd.attribs),jd);jd.forEach(function(qd){return qd.parent=Pd}),Rd.namespace!=null&&(Pd.namespace=Rd.namespace),Rd["x-attribsNamespace"]&&(Pd["x-attribsNamespace"]=qa({},Rd["x-attribsNamespace"])),Rd["x-attribsPrefix"]&&(Pd["x-attribsPrefix"]=qa({},Rd["x-attribsPrefix"])),Ld=Pd}else if(yd(Rd)){var jd=Md?Id(Rd.children):[],Fd=new cd(Ja.ElementType.CDATA,jd);jd.forEach(function(Wd){return Wd.parent=Fd}),Ld=Fd}else if(Ad(Rd)){var jd=Md?Id(Rd.children):[],Ud=new ud(jd);jd.forEach(function(Wd){return Wd.parent=Ud}),Rd["x-mode"]&&(Ud["x-mode"]=Rd["x-mode"]),Ld=Ud}else if(Od(Rd)){var Vd=new ld(Rd.name,Rd.data);Rd["x-name"]!=null&&(Vd["x-name"]=Rd["x-name"],Vd["x-publicId"]=Rd["x-publicId"],Vd["x-systemId"]=Rd["x-systemId"]),Ld=Vd}else throw new Error("Not implemented yet: ".concat(Rd.type));return Ld.startIndex=Rd.startIndex,Ld.endIndex=Rd.endIndex,Rd.sourceCodeLocation!=null&&(Ld.sourceCodeLocation=Rd.sourceCodeLocation),Ld}node.cloneNode=kd;function Id(Rd){for(var Md=Rd.map(function(jd){return kd(jd,!0)}),Ld=1;Ld<Md.length;Ld++)Md[Ld].prev=Md[Ld-1],Md[Ld-1].next=Md[Ld];return Md}return node}var hasRequiredLib$a;function requireLib$a(){return hasRequiredLib$a||(hasRequiredLib$a=1,function(Ra){var qa=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(ld,cd,ud,gd){gd===void 0&&(gd=ud);var _d=Object.getOwnPropertyDescriptor(cd,ud);(!_d||("get"in _d?!cd.__esModule:_d.writable||_d.configurable))&&(_d={enumerable:!0,get:function(){return cd[ud]}}),Object.defineProperty(ld,gd,_d)}:function(ld,cd,ud,gd){gd===void 0&&(gd=ud),ld[gd]=cd[ud]}),Ja=commonjsGlobal&&commonjsGlobal.__exportStar||function(ld,cd){for(var ud in ld)ud!=="default"&&!Object.prototype.hasOwnProperty.call(cd,ud)&&qa(cd,ld,ud)};Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.DomHandler=void 0;var ed=requireLib$b(),td=requireNode();Ja(requireNode(),Ra);var rd=/\s+/g,od={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1,xmlMode:!1},sd=function(){function ld(cd,ud,gd){this.dom=[],this.root=new td.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof ud=="function"&&(gd=ud,ud=od),typeof cd=="object"&&(ud=cd,cd=void 0),this.callback=cd??null,this.options=ud??od,this.elementCB=gd??null}return ld.prototype.onparserinit=function(cd){this.parser=cd},ld.prototype.onreset=function(){this.dom=[],this.root=new td.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},ld.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},ld.prototype.onerror=function(cd){this.handleCallback(cd)},ld.prototype.onclosetag=function(){this.lastNode=null;var cd=this.tagStack.pop();this.options.withEndIndices&&(cd.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(cd)},ld.prototype.onopentag=function(cd,ud){var gd=this.options.xmlMode?ed.ElementType.Tag:void 0,_d=new td.Element(cd,ud,void 0,gd);this.addNode(_d),this.tagStack.push(_d)},ld.prototype.ontext=function(cd){var ud=this.options.normalizeWhitespace,gd=this.lastNode;if(gd&&gd.type===ed.ElementType.Text)ud?gd.data=(gd.data+cd).replace(rd," "):gd.data+=cd,this.options.withEndIndices&&(gd.endIndex=this.parser.endIndex);else{ud&&(cd=cd.replace(rd," "));var _d=new td.Text(cd);this.addNode(_d),this.lastNode=_d}},ld.prototype.oncomment=function(cd){if(this.lastNode&&this.lastNode.type===ed.ElementType.Comment){this.lastNode.data+=cd;return}var ud=new td.Comment(cd);this.addNode(ud),this.lastNode=ud},ld.prototype.oncommentend=function(){this.lastNode=null},ld.prototype.oncdatastart=function(){var cd=new td.Text(""),ud=new td.NodeWithChildren(ed.ElementType.CDATA,[cd]);this.addNode(ud),cd.parent=ud,this.lastNode=cd},ld.prototype.oncdataend=function(){this.lastNode=null},ld.prototype.onprocessinginstruction=function(cd,ud){var gd=new td.ProcessingInstruction(cd,ud);this.addNode(gd)},ld.prototype.handleCallback=function(cd){if(typeof this.callback=="function")this.callback(cd,this.dom);else if(cd)throw cd},ld.prototype.addNode=function(cd){var ud=this.tagStack[this.tagStack.length-1],gd=ud.children[ud.children.length-1];this.options.withStartIndices&&(cd.startIndex=this.parser.startIndex),this.options.withEndIndices&&(cd.endIndex=this.parser.endIndex),ud.children.push(cd),gd&&(cd.prev=gd,gd.next=cd),cd.parent=ud,this.lastNode=null},ld}();Ra.DomHandler=sd,Ra.default=sd}(lib$9)),lib$9}var lib$7={},lib$6={},decode$1={};const Aacute$3="Á",aacute$3="á",Abreve$1="Ă",abreve$1="ă",ac$3="∾",acd$1="∿",acE$1="∾̳",Acirc$3="Â",acirc$3="â",acute$3="´",Acy$1="А",acy$1="а",AElig$3="Æ",aelig$3="æ",af$2="",Afr$1="𝔄",afr$1="𝔞",Agrave$3="À",agrave$3="à",alefsym$1="ℵ",aleph$1="ℵ",Alpha$1="Α",alpha$1="α",Amacr$1="Ā",amacr$1="ā",amalg$1="⨿",amp$5="&",AMP$3="&",andand$1="⩕",And$1="⩓",and$1="∧",andd$1="⩜",andslope$1="⩘",andv$1="⩚",ang$1="∠",ange$1="⦤",angle$1="∠",angmsdaa$1="⦨",angmsdab$1="⦩",angmsdac$1="⦪",angmsdad$1="⦫",angmsdae$1="⦬",angmsdaf$1="⦭",angmsdag$1="⦮",angmsdah$1="⦯",angmsd$1="∡",angrt$1="∟",angrtvb$1="⊾",angrtvbd$1="⦝",angsph$1="∢",angst$1="Å",angzarr$1="⍼",Aogon$1="Ą",aogon$1="ą",Aopf$1="𝔸",aopf$1="𝕒",apacir$1="⩯",ap$3="≈",apE$1="⩰",ape$1="≊",apid$1="≋",apos$3="'",ApplyFunction$1="",approx$1="≈",approxeq$1="≊",Aring$3="Å",aring$3="å",Ascr$1="𝒜",ascr$1="𝒶",Assign$1="≔",ast$1="*",asymp$1="≈",asympeq$1="≍",Atilde$3="Ã",atilde$3="ã",Auml$3="Ä",auml$3="ä",awconint$1="∳",awint$1="⨑",backcong$1="≌",backepsilon$1="϶",backprime$1="",backsim$1="∽",backsimeq$1="⋍",Backslash$1="",Barv$1="⫧",barvee$1="⊽",barwed$1="⌅",Barwed$1="⌆",barwedge$1="⌅",bbrk$1="⎵",bbrktbrk$1="⎶",bcong$1="≌",Bcy$1="Б",bcy$1="б",bdquo$1="„",becaus$1="∵",because$1="∵",Because$1="∵",bemptyv$1="⦰",bepsi$1="϶",bernou$1="",Bernoullis$1="",Beta$1="Β",beta$1="β",beth$1="ℶ",between$1="≬",Bfr$1="𝔅",bfr$1="𝔟",bigcap$1="⋂",bigcirc$1="◯",bigcup$1="",bigodot$1="⨀",bigoplus$1="⨁",bigotimes$1="⨂",bigsqcup$1="⨆",bigstar$1="★",bigtriangledown$1="▽",bigtriangleup$1="△",biguplus$1="⨄",bigvee$1="",bigwedge$1="⋀",bkarow$1="⤍",blacklozenge$1="⧫",blacksquare$1="▪",blacktriangle$1="▴",blacktriangledown$1="▾",blacktriangleleft$1="◂",blacktriangleright$1="▸",blank$1="␣",blk12$1="▒",blk14$1="░",blk34$1="▓",block$1="█",bne$1="=⃥",bnequiv$1="≡⃥",bNot$1="⫭",bnot$1="⌐",Bopf$1="𝔹",bopf$1="𝕓",bot$1="⊥",bottom$1="⊥",bowtie$1="⋈",boxbox$1="⧉",boxdl$1="┐",boxdL$1="╕",boxDl$1="╖",boxDL$1="╗",boxdr$1="┌",boxdR$1="╒",boxDr$1="╓",boxDR$1="╔",boxh$1="─",boxH$1="═",boxhd$1="┬",boxHd$1="╤",boxhD$1="╥",boxHD$1="╦",boxhu$1="┴",boxHu$1="╧",boxhU$1="╨",boxHU$1="╩",boxminus$1="⊟",boxplus$1="⊞",boxtimes$1="⊠",boxul$1="┘",boxuL$1="╛",boxUl$1="╜",boxUL$1="╝",boxur$1="└",boxuR$1="╘",boxUr$1="╙",boxUR$1="╚",boxv$1="│",boxV$1="║",boxvh$1="┼",boxvH$1="╪",boxVh$1="╫",boxVH$1="╬",boxvl$1="┤",boxvL$1="╡",boxVl$1="╢",boxVL$1="╣",boxvr$1="├",boxvR$1="╞",boxVr$1="╟",boxVR$1="╠",bprime$1="",breve$1="˘",Breve$1="˘",brvbar$3="¦",bscr$1="𝒷",Bscr$1="",bsemi$1="⁏",bsim$1="∽",bsime$1="⋍",bsolb$1="⧅",bsol$1="\\",bsolhsub$1="⟈",bull$1="•",bullet$1="•",bump$1="≎",bumpE$1="⪮",bumpe$1="≏",Bumpeq$1="≎",bumpeq$1="≏",Cacute$1="Ć",cacute$1="ć",capand$1="⩄",capbrcup$1="⩉",capcap$1="⩋",cap$1="∩",Cap$1="⋒",capcup$1="⩇",capdot$1="⩀",CapitalDifferentialD$1="",caps$1="∩︀",caret$1="",caron$1="ˇ",Cayleys$1="",ccaps$1="⩍",Ccaron$1="Č",ccaron$1="č",Ccedil$3="Ç",ccedil$3="ç",Ccirc$1="Ĉ",ccirc$1="ĉ",Cconint$1="∰",ccups$1="⩌",ccupssm$1="⩐",Cdot$1="Ċ",cdot$1="ċ",cedil$3="¸",Cedilla$1="¸",cemptyv$1="⦲",cent$3="¢",centerdot$1="·",CenterDot$1="·",cfr$1="𝔠",Cfr$1="",CHcy$1="Ч",chcy$1="ч",check$1="✓",checkmark$1="✓",Chi$1="Χ",chi$1="χ",circ$1="ˆ",circeq$1="≗",circlearrowleft$1="↺",circlearrowright$1="↻",circledast$1="⊛",circledcirc$1="⊚",circleddash$1="⊝",CircleDot$1="⊙",circledR$1="®",circledS$1="Ⓢ",CircleMinus$1="⊖",CirclePlus$1="⊕",CircleTimes$1="⊗",cir$1="○",cirE$1="⧃",cire$1="≗",cirfnint$1="⨐",cirmid$1="⫯",cirscir$1="⧂",ClockwiseContourIntegral$1="∲",CloseCurlyDoubleQuote$1="”",CloseCurlyQuote$1="",clubs$1="♣",clubsuit$1="♣",colon$1=":",Colon$1="∷",Colone$1="⩴",colone$1="≔",coloneq$1="≔",comma$1=",",commat$1="@",comp$1="∁",compfn$1="∘",complement$1="∁",complexes$1="",cong$1="≅",congdot$1="⩭",Congruent$1="≡",conint$1="∮",Conint$1="∯",ContourIntegral$1="∮",copf$1="𝕔",Copf$1="",coprod$1="∐",Coproduct$1="∐",copy$3="©",COPY$3="©",copysr$1="℗",CounterClockwiseContourIntegral$1="∳",crarr$1="↵",cross$1="✗",Cross$1="",Cscr$1="𝒞",cscr$1="𝒸",csub$1="⫏",csube$1="⫑",csup$1="⫐",csupe$1="⫒",ctdot$1="⋯",cudarrl$1="⤸",cudarrr$1="⤵",cuepr$1="⋞",cuesc$1="⋟",cularr$1="↶",cularrp$1="⤽",cupbrcap$1="⩈",cupcap$1="⩆",CupCap$1="≍",cup$1="",Cup$1="⋓",cupcup$1="⩊",cupdot$1="⊍",cupor$1="⩅",cups$1="",curarr$1="↷",curarrm$1="⤼",curlyeqprec$1="⋞",curlyeqsucc$1="⋟",curlyvee$1="⋎",curlywedge$1="⋏",curren$3="¤",curvearrowleft$1="↶",curvearrowright$1="↷",cuvee$1="⋎",cuwed$1="⋏",cwconint$1="∲",cwint$1="∱",cylcty$1="⌭",dagger$1="†",Dagger$1="‡",daleth$1="ℸ",darr$1="↓",Darr$1="↡",dArr$1="⇓",dash$1="",Dashv$1="⫤",dashv$1="⊣",dbkarow$1="⤏",dblac$1="˝",Dcaron$1="Ď",dcaron$1="ď",Dcy$1="Д",dcy$1="д",ddagger$1="‡",ddarr$1="⇊",DD$1="",dd$1="",DDotrahd$1="⤑",ddotseq$1="⩷",deg$3="°",Del$1="∇",Delta$1="Δ",delta$1="δ",demptyv$1="⦱",dfisht$1="⥿",Dfr$1="𝔇",dfr$1="𝔡",dHar$1="⥥",dharl$1="⇃",dharr$1="⇂",DiacriticalAcute$1="´",DiacriticalDot$1="˙",DiacriticalDoubleAcute$1="˝",DiacriticalGrave$1="`",DiacriticalTilde$1="˜",diam$1="⋄",diamond$1="⋄",Diamond$1="⋄",diamondsuit$1="♦",diams$1="♦",die$1="¨",DifferentialD$1="",digamma$1="ϝ",disin$1="⋲",div$1="÷",divide$3="÷",divideontimes$1="⋇",divonx$1="⋇",DJcy$1="Ђ",djcy$1="ђ",dlcorn$1="⌞",dlcrop$1="⌍",dollar$1="$",Dopf$1="𝔻",dopf$1="𝕕",Dot$1="¨",dot$1="˙",DotDot$1="⃜",doteq$1="≐",doteqdot$1="≑",DotEqual$1="≐",dotminus$1="∸",dotplus$1="∔",dotsquare$1="⊡",doublebarwedge$1="⌆",DoubleContourIntegral$1="∯",DoubleDot$1="¨",DoubleDownArrow$1="⇓",DoubleLeftArrow$1="⇐",DoubleLeftRightArrow$1="⇔",DoubleLeftTee$1="⫤",DoubleLongLeftArrow$1="⟸",DoubleLongLeftRightArrow$1="⟺",DoubleLongRightArrow$1="⟹",DoubleRightArrow$1="⇒",DoubleRightTee$1="⊨",DoubleUpArrow$1="⇑",DoubleUpDownArrow$1="⇕",DoubleVerticalBar$1="∥",DownArrowBar$1="⤓",downarrow$1="↓",DownArrow$1="↓",Downarrow$1="⇓",DownArrowUpArrow$1="⇵",DownBreve$1="̑",downdownarrows$1="⇊",downharpoonleft$1="⇃",downharpoonright$1="⇂",DownLeftRightVector$1="⥐",DownLeftTeeVector$1="⥞",DownLeftVectorBar$1="⥖",DownLeftVector$1="↽",DownRightTeeVector$1="⥟",DownRightVectorBar$1="⥗",DownRightVector$1="⇁",DownTeeArrow$1="↧",DownTee$1="",drbkarow$1="⤐",drcorn$1="⌟",drcrop$1="⌌",Dscr$1="𝒟",dscr$1="𝒹",DScy$1="Ѕ",dscy$1="ѕ",dsol$1="⧶",Dstrok$1="Đ",dstrok$1="đ",dtdot$1="⋱",dtri$1="▿",dtrif$1="▾",duarr$1="⇵",duhar$1="⥯",dwangle$1="⦦",DZcy$1="Џ",dzcy$1="џ",dzigrarr$1="⟿",Eacute$3="É",eacute$3="é",easter$1="⩮",Ecaron$1="Ě",ecaron$1="ě",Ecirc$3="Ê",ecirc$3="ê",ecir$1="≖",ecolon$1="≕",Ecy$1="Э",ecy$1="э",eDDot$1="⩷",Edot$1="Ė",edot$1="ė",eDot$1="≑",ee$4="",efDot$1="≒",Efr$1="𝔈",efr$1="𝔢",eg$1="⪚",Egrave$3="È",egrave$3="è",egs$1="⪖",egsdot$1="⪘",el$4="⪙",Element$2="∈",elinters$1="⏧",ell$1="",els$1="⪕",elsdot$1="⪗",Emacr$1="Ē",emacr$1="ē",empty$1="∅",emptyset$1="∅",EmptySmallSquare$1="◻",emptyv$1="∅",EmptyVerySmallSquare$1="▫",emsp13$1="",emsp14$1="",emsp$1="",ENG$1="Ŋ",eng$1="ŋ",ensp$1="",Eogon$1="Ę",eogon$1="ę",Eopf$1="𝔼",eopf$1="𝕖",epar$1="⋕",eparsl$1="⧣",eplus$1="⩱",epsi$1="ε",Epsilon$1="Ε",epsilon$1="ε",epsiv$1="ϵ",eqcirc$1="≖",eqcolon$1="≕",eqsim$1="≂",eqslantgtr$1="⪖",eqslantless$1="⪕",Equal$1="⩵",equals$1="=",EqualTilde$1="≂",equest$1="≟",Equilibrium$1="⇌",equiv$1="≡",equivDD$1="⩸",eqvparsl$1="⧥",erarr$1="⥱",erDot$1="≓",escr$1="",Escr$1="",esdot$1="≐",Esim$1="⩳",esim$1="≂",Eta$1="Η",eta$1="η",ETH$3="Ð",eth$3="ð",Euml$3="Ë",euml$3="ë",euro$1="€",excl$1="!",exist$1="∃",Exists$1="∃",expectation$1="",exponentiale$1="",ExponentialE$1="",fallingdotseq$1="≒",Fcy$1="Ф",fcy$1="ф",female$1="♀",ffilig$1="ffi",fflig$1="ff",ffllig$1="ffl",Ffr$1="𝔉",ffr$1="𝔣",filig$1="fi",FilledSmallSquare$1="◼",FilledVerySmallSquare$1="▪",fjlig$1="fj",flat$1="♭",fllig$1="fl",fltns$1="▱",fnof$1="ƒ",Fopf$1="𝔽",fopf$1="𝕗",forall$1="∀",ForAll$1="∀",fork$1="⋔",forkv$1="⫙",Fouriertrf$1="",fpartint$1="⨍",frac12$3="½",frac13$1="⅓",frac14$3="¼",frac15$1="⅕",frac16$1="⅙",frac18$1="⅛",frac23$1="⅔",frac25$1="⅖",frac34$3="¾",frac35$1="⅗",frac38$1="⅜",frac45$1="⅘",frac56$1="⅚",frac58$1="⅝",frac78$1="⅞",frasl$1="",frown$1="⌢",fscr$1="𝒻",Fscr$1="",gacute$1="ǵ",Gamma$1="Γ",gamma$1="γ",Gammad$1="Ϝ",gammad$1="ϝ",gap$1="⪆",Gbreve$1="Ğ",gbreve$1="ğ",Gcedil$1="Ģ",Gcirc$1="Ĝ",gcirc$1="ĝ",Gcy$1="Г",gcy$1="г",Gdot$1="Ġ",gdot$1="ġ",ge$6="≥",gE$1="≧",gEl$1="⪌",gel$1="⋛",geq$1="≥",geqq$1="≧",geqslant$1="⩾",gescc$1="⪩",ges$1="⩾",gesdot$1="⪀",gesdoto$1="⪂",gesdotol$1="⪄",gesl$1="⋛︀",gesles$1="⪔",Gfr$1="𝔊",gfr$1="𝔤",gg$1="≫",Gg$1="⋙",ggg$1="⋙",gimel$1="ℷ",GJcy$1="Ѓ",gjcy$1="ѓ",gla$1="⪥",gl$4="≷",glE$1="⪒",glj$1="⪤",gnap$1="⪊",gnapprox$1="⪊",gne$1="⪈",gnE$1="≩",gneq$1="⪈",gneqq$1="≩",gnsim$1="⋧",Gopf$1="𝔾",gopf$1="𝕘",grave$1="`",GreaterEqual$1="≥",GreaterEqualLess$1="⋛",GreaterFullEqual$1="≧",GreaterGreater$1="⪢",GreaterLess$1="≷",GreaterSlantEqual$1="⩾",GreaterTilde$1="≳",Gscr$1="𝒢",gscr$1="",gsim$1="≳",gsime$1="⪎",gsiml$1="⪐",gtcc$1="⪧",gtcir$1="⩺",gt$8=">",GT$3=">",Gt$5="≫",gtdot$1="⋗",gtlPar$1="⦕",gtquest$1="⩼",gtrapprox$1="⪆",gtrarr$1="⥸",gtrdot$1="⋗",gtreqless$1="⋛",gtreqqless$1="⪌",gtrless$1="≷",gtrsim$1="≳",gvertneqq$1="≩︀",gvnE$1="≩︀",Hacek$1="ˇ",hairsp$1="",half$1="½",hamilt$1="",HARDcy$1="Ъ",hardcy$1="ъ",harrcir$1="⥈",harr$1="↔",hArr$1="⇔",harrw$1="↭",Hat$1="^",hbar$1="ℏ",Hcirc$1="Ĥ",hcirc$1="ĥ",hearts$1="♥",heartsuit$1="♥",hellip$1="…",hercon$1="⊹",hfr$1="𝔥",Hfr$1="",HilbertSpace$1="",hksearow$1="⤥",hkswarow$1="⤦",hoarr$1="⇿",homtht$1="∻",hookleftarrow$1="↩",hookrightarrow$1="↪",hopf$1="𝕙",Hopf$1="",horbar$1="―",HorizontalLine$1="─",hscr$1="𝒽",Hscr$1="",hslash$1="ℏ",Hstrok$1="Ħ",hstrok$1="ħ",HumpDownHump$1="≎",HumpEqual$1="≏",hybull$1="",hyphen$1="",Iacute$3="Í",iacute$3="í",ic$3="",Icirc$3="Î",icirc$3="î",Icy$1="И",icy$1="и",Idot$1="İ",IEcy$1="Е",iecy$1="е",iexcl$3="¡",iff$1="⇔",ifr$1="𝔦",Ifr$1="",Igrave$3="Ì",igrave$3="ì",ii$6="",iiiint$1="⨌",iiint$1="∭",iinfin$1="⧜",iiota$1="℩",IJlig$1="IJ",ijlig$1="ij",Imacr$1="Ī",imacr$1="ī",image$1="",ImaginaryI$1="",imagline$1="",imagpart$1="",imath$1="ı",Im$1="",imof$1="⊷",imped$1="Ƶ",Implies$1="⇒",incare$1="℅",infin$1="∞",infintie$1="⧝",inodot$1="ı",intcal$1="⊺",int$1="∫",Int$1="∬",integers$1="",Integral$1="∫",intercal$1="⊺",Intersection$1="⋂",intlarhk$1="⨗",intprod$1="⨼",InvisibleComma$1="",InvisibleTimes$1="",IOcy$1="Ё",iocy$1="ё",Iogon$1="Į",iogon$1="į",Iopf$1="𝕀",iopf$1="𝕚",Iota$1="Ι",iota$1="ι",iprod$1="⨼",iquest$3="¿",iscr$1="𝒾",Iscr$1="",isin$1="∈",isindot$1="⋵",isinE$1="⋹",isins$1="⋴",isinsv$1="⋳",isinv$1="∈",it$4="",Itilde$1="Ĩ",itilde$1="ĩ",Iukcy$1="І",iukcy$1="і",Iuml$3="Ï",iuml$3="ï",Jcirc$1="Ĵ",jcirc$1="ĵ",Jcy$1="Й",jcy$1="й",Jfr$1="𝔍",jfr$1="𝔧",jmath$1="ȷ",Jopf$1="𝕁",jopf$1="𝕛",Jscr$1="𝒥",jscr$1="𝒿",Jsercy$1="Ј",jsercy$1="ј",Jukcy$1="Є",jukcy$1="є",Kappa$1="Κ",kappa$1="κ",kappav$1="ϰ",Kcedil$1="Ķ",kcedil$1="ķ",Kcy$1="К",kcy$1="к",Kfr$1="𝔎",kfr$1="𝔨",kgreen$1="ĸ",KHcy$1="Х",khcy$1="х",KJcy$1="Ќ",kjcy$1="ќ",Kopf$1="𝕂",kopf$1="𝕜",Kscr$1="𝒦",kscr$1="𝓀",lAarr$1="⇚",Lacute$1="Ĺ",lacute$1="ĺ",laemptyv$1="⦴",lagran$1="",Lambda$1="Λ",lambda$1="λ",lang$1="⟨",Lang$1="⟪",langd$1="⦑",langle$1="⟨",lap$1="⪅",Laplacetrf$1="",laquo$3="«",larrb$1="⇤",larrbfs$1="⤟",larr$1="←",Larr$1="↞",lArr$1="⇐",larrfs$1="⤝",larrhk$1="↩",larrlp$1="↫",larrpl$1="⤹",larrsim$1="⥳",larrtl$1="↢",latail$1="⤙",lAtail$1="⤛",lat$1="⪫",late$1="⪭",lates$1="⪭︀",lbarr$1="⤌",lBarr$1="⤎",lbbrk$1="",lbrace$1="{",lbrack$1="[",lbrke$1="⦋",lbrksld$1="⦏",lbrkslu$1="⦍",Lcaron$1="Ľ",lcaron$1="ľ",Lcedil$1="Ļ",lcedil$1="ļ",lceil$1="⌈",lcub$1="{",Lcy$1="Л",lcy$1="л",ldca$1="⤶",ldquo$1="“",ldquor$1="„",ldrdhar$1="⥧",ldrushar$1="⥋",ldsh$1="↲",le$5="≤",lE$1="≦",LeftAngleBracket$1="⟨",LeftArrowBar$1="⇤",leftarrow$1="←",LeftArrow$1="←",Leftarrow$1="⇐",LeftArrowRightArrow$1="⇆",leftarrowtail$1="↢",LeftCeiling$1="⌈",LeftDoubleBracket$1="⟦",LeftDownTeeVector$1="⥡",LeftDownVectorBar$1="⥙",LeftDownVector$1="⇃",LeftFloor$1="⌊",leftharpoondown$1="↽",leftharpoonup$1="↼",leftleftarrows$1="⇇",leftrightarrow$1="↔",LeftRightArrow$1="↔",Leftrightarrow$1="⇔",leftrightarrows$1="⇆",leftrightharpoons$1="⇋",leftrightsquigarrow$1="↭",LeftRightVector$1="⥎",LeftTeeArrow$1="↤",LeftTee$1="⊣",LeftTeeVector$1="⥚",leftthreetimes$1="⋋",LeftTriangleBar$1="⧏",LeftTriangle$1="⊲",LeftTriangleEqual$1="⊴",LeftUpDownVector$1="⥑",LeftUpTeeVector$1="⥠",LeftUpVectorBar$1="⥘",LeftUpVector$1="↿",LeftVectorBar$1="⥒",LeftVector$1="↼",lEg$1="⪋",leg$1="⋚",leq$1="≤",leqq$1="≦",leqslant$1="⩽",lescc$1="⪨",les$1="⩽",lesdot$1="⩿",lesdoto$1="⪁",lesdotor$1="⪃",lesg$1="⋚︀",lesges$1="⪓",lessapprox$1="⪅",lessdot$1="⋖",lesseqgtr$1="⋚",lesseqqgtr$1="⪋",LessEqualGreater$1="⋚",LessFullEqual$1="≦",LessGreater$1="≶",lessgtr$1="≶",LessLess$1="⪡",lesssim$1="≲",LessSlantEqual$1="⩽",LessTilde$1="≲",lfisht$1="⥼",lfloor$1="⌊",Lfr$1="𝔏",lfr$1="𝔩",lg$1="≶",lgE$1="⪑",lHar$1="⥢",lhard$1="↽",lharu$1="↼",lharul$1="⥪",lhblk$1="▄",LJcy$1="Љ",ljcy$1="љ",llarr$1="⇇",ll$4="≪",Ll$5="⋘",llcorner$1="⌞",Lleftarrow$1="⇚",llhard$1="⥫",lltri$1="◺",Lmidot$1="Ŀ",lmidot$1="ŀ",lmoustache$1="⎰",lmoust$1="⎰",lnap$1="⪉",lnapprox$1="⪉",lne$1="⪇",lnE$1="≨",lneq$1="⪇",lneqq$1="≨",lnsim$1="⋦",loang$1="⟬",loarr$1="⇽",lobrk$1="⟦",longleftarrow$1="⟵",LongLeftArrow$1="⟵",Longleftarrow$1="⟸",longleftrightarrow$1="⟷",LongLeftRightArrow$1="⟷",Longleftrightarrow$1="⟺",longmapsto$1="⟼",longrightarrow$1="⟶",LongRightArrow$1="⟶",Longrightarrow$1="⟹",looparrowleft$1="↫",looparrowright$1="↬",lopar$1="⦅",Lopf$1="𝕃",lopf$1="𝕝",loplus$1="⨭",lotimes$1="⨴",lowast$1="",lowbar$1="_",LowerLeftArrow$1="↙",LowerRightArrow$1="↘",loz$1="◊",lozenge$1="◊",lozf$1="⧫",lpar$1="(",lparlt$1="⦓",lrarr$1="⇆",lrcorner$1="⌟",lrhar$1="⇋",lrhard$1="⥭",lrm$1="",lrtri$1="⊿",lsaquo$1="",lscr$1="𝓁",Lscr$1="",lsh$1="↰",Lsh$1="↰",lsim$1="≲",lsime$1="⪍",lsimg$1="⪏",lsqb$1="[",lsquo$1="",lsquor$1="",Lstrok$1="Ł",lstrok$1="ł",ltcc$1="⪦",ltcir$1="⩹",lt$8="<",LT$3="<",Lt$4="≪",ltdot$1="⋖",lthree$1="⋋",ltimes$1="⋉",ltlarr$1="⥶",ltquest$1="⩻",ltri$1="◃",ltrie$1="⊴",ltrif$1="◂",ltrPar$1="⦖",lurdshar$1="⥊",luruhar$1="⥦",lvertneqq$1="≨︀",lvnE$1="≨︀",macr$3="¯",male$1="♂",malt$1="✠",maltese$1="✠",map$3="↦",mapsto$1="↦",mapstodown$1="↧",mapstoleft$1="↤",mapstoup$1="↥",marker$1="▮",mcomma$1="⨩",Mcy$1="М",mcy$1="м",mdash$1="—",mDDot$1="∺",measuredangle$1="∡",MediumSpace$1="",Mellintrf$1="",Mfr$1="𝔐",mfr$1="𝔪",mho$1="℧",micro$3="µ",midast$1="*",midcir$1="⫰",mid$1="",middot$3="·",minusb$1="⊟",minus$1="",minusd$1="∸",minusdu$1="⨪",MinusPlus$1="∓",mlcp$1="⫛",mldr$1="…",mnplus$1="∓",models$1="⊧",Mopf$1="𝕄",mopf$1="𝕞",mp$2="∓",mscr$1="𝓂",Mscr$1="",mstpos$1="∾",Mu$4="Μ",mu$4="μ",multimap$1="⊸",mumap$1="⊸",nabla$1="∇",Nacute$1="Ń",nacute$1="ń",nang$1="∠⃒",nap$1="≉",napE$1="⩰̸",napid$1="≋̸",napos$1="ʼn",napprox$1="≉",natural$1="♮",naturals$1="",natur$1="♮",nbsp$3=" ",nbump$1="≎̸",nbumpe$1="≏̸",ncap$1="⩃",Ncaron$1="Ň",ncaron$1="ň",Ncedil$1="Ņ",ncedil$1="ņ",ncong$1="≇",ncongdot$1="⩭̸",ncup$1="⩂",Ncy$1="Н",ncy$1="н",ndash$1="",nearhk$1="⤤",nearr$1="↗",neArr$1="⇗",nearrow$1="↗",ne$5="≠",nedot$1="≐̸",NegativeMediumSpace$1="",NegativeThickSpace$1="",NegativeThinSpace$1="",NegativeVeryThinSpace$1="",nequiv$1="≢",nesear$1="⤨",nesim$1="≂̸",NestedGreaterGreater$1="≫",NestedLessLess$1="≪",NewLine$1=`
`,nexist$1="∄",nexists$1="∄",Nfr$1="𝔑",nfr$1="𝔫",ngE$1="≧̸",nge$1="≱",ngeq$1="≱",ngeqq$1="≧̸",ngeqslant$1="⩾̸",nges$1="⩾̸",nGg$1="⋙̸",ngsim$1="≵",nGt$1="≫⃒",ngt$1="≯",ngtr$1="≯",nGtv$1="≫̸",nharr$1="↮",nhArr$1="⇎",nhpar$1="⫲",ni$6="∋",nis$1="⋼",nisd$1="⋺",niv$1="∋",NJcy$1="Њ",njcy$1="њ",nlarr$1="↚",nlArr$1="⇍",nldr$1="‥",nlE$1="≦̸",nle$1="≰",nleftarrow$1="↚",nLeftarrow$1="⇍",nleftrightarrow$1="↮",nLeftrightarrow$1="⇎",nleq$1="≰",nleqq$1="≦̸",nleqslant$1="⩽̸",nles$1="⩽̸",nless$1="≮",nLl$1="⋘̸",nlsim$1="≴",nLt$1="≪⃒",nlt$1="≮",nltri$1="⋪",nltrie$1="⋬",nLtv$1="≪̸",nmid$1="∤",NoBreak$1="",NonBreakingSpace$1=" ",nopf$1="𝕟",Nopf$1="",Not$1="⫬",not$3="¬",NotCongruent$1="≢",NotCupCap$1="≭",NotDoubleVerticalBar$1="∦",NotElement$1="∉",NotEqual$1="≠",NotEqualTilde$1="≂̸",NotExists$1="∄",NotGreater$1="≯",NotGreaterEqual$1="≱",NotGreaterFullEqual$1="≧̸",NotGreaterGreater$1="≫̸",NotGreaterLess$1="≹",NotGreaterSlantEqual$1="⩾̸",NotGreaterTilde$1="≵",NotHumpDownHump$1="≎̸",NotHumpEqual$1="≏̸",notin$1="∉",notindot$1="⋵̸",notinE$1="⋹̸",notinva$1="∉",notinvb$1="⋷",notinvc$1="⋶",NotLeftTriangleBar$1="⧏̸",NotLeftTriangle$1="⋪",NotLeftTriangleEqual$1="⋬",NotLess$1="≮",NotLessEqual$1="≰",NotLessGreater$1="≸",NotLessLess$1="≪̸",NotLessSlantEqual$1="⩽̸",NotLessTilde$1="≴",NotNestedGreaterGreater$1="⪢̸",NotNestedLessLess$1="⪡̸",notni$1="∌",notniva$1="∌",notnivb$1="⋾",notnivc$1="⋽",NotPrecedes$1="⊀",NotPrecedesEqual$1="⪯̸",NotPrecedesSlantEqual$1="⋠",NotReverseElement$1="∌",NotRightTriangleBar$1="⧐̸",NotRightTriangle$1="⋫",NotRightTriangleEqual$1="⋭",NotSquareSubset$1="⊏̸",NotSquareSubsetEqual$1="⋢",NotSquareSuperset$1="⊐̸",NotSquareSupersetEqual$1="⋣",NotSubset$1="⊂⃒",NotSubsetEqual$1="⊈",NotSucceeds$1="⊁",NotSucceedsEqual$1="⪰̸",NotSucceedsSlantEqual$1="⋡",NotSucceedsTilde$1="≿̸",NotSuperset$1="⊃⃒",NotSupersetEqual$1="⊉",NotTilde$1="≁",NotTildeEqual$1="≄",NotTildeFullEqual$1="≇",NotTildeTilde$1="≉",NotVerticalBar$1="∤",nparallel$1="∦",npar$1="∦",nparsl$1="⫽⃥",npart$1="∂̸",npolint$1="⨔",npr$1="⊀",nprcue$1="⋠",nprec$1="⊀",npreceq$1="⪯̸",npre$1="⪯̸",nrarrc$1="⤳̸",nrarr$1="↛",nrArr$1="⇏",nrarrw$1="↝̸",nrightarrow$1="↛",nRightarrow$1="⇏",nrtri$1="⋫",nrtrie$1="⋭",nsc$1="⊁",nsccue$1="⋡",nsce$1="⪰̸",Nscr$1="𝒩",nscr$1="𝓃",nshortmid$1="∤",nshortparallel$1="∦",nsim$1="≁",nsime$1="≄",nsimeq$1="≄",nsmid$1="∤",nspar$1="∦",nsqsube$1="⋢",nsqsupe$1="⋣",nsub$1="⊄",nsubE$1="⫅̸",nsube$1="⊈",nsubset$1="⊂⃒",nsubseteq$1="⊈",nsubseteqq$1="⫅̸",nsucc$1="⊁",nsucceq$1="⪰̸",nsup$1="⊅",nsupE$1="⫆̸",nsupe$1="⊉",nsupset$1="⊃⃒",nsupseteq$1="⊉",nsupseteqq$1="⫆̸",ntgl$1="≹",Ntilde$3="Ñ",ntilde$3="ñ",ntlg$1="≸",ntriangleleft$1="⋪",ntrianglelefteq$1="⋬",ntriangleright$1="⋫",ntrianglerighteq$1="⋭",Nu$4="Ν",nu$6="ν",num$1="#",numero$1="№",numsp$1="",nvap$1="≍⃒",nvdash$1="⊬",nvDash$1="⊭",nVdash$1="⊮",nVDash$1="⊯",nvge$1="≥⃒",nvgt$1=">⃒",nvHarr$1="⤄",nvinfin$1="⧞",nvlArr$1="⤂",nvle$1="≤⃒",nvlt$1="<⃒",nvltrie$1="⊴⃒",nvrArr$1="⤃",nvrtrie$1="⊵⃒",nvsim$1="∼⃒",nwarhk$1="⤣",nwarr$1="↖",nwArr$1="⇖",nwarrow$1="↖",nwnear$1="⤧",Oacute$3="Ó",oacute$3="ó",oast$1="⊛",Ocirc$3="Ô",ocirc$3="ô",ocir$1="⊚",Ocy$1="О",ocy$1="о",odash$1="⊝",Odblac$1="Ő",odblac$1="ő",odiv$1="⨸",odot$1="⊙",odsold$1="⦼",OElig$1="Œ",oelig$1="œ",ofcir$1="⦿",Ofr$1="𝔒",ofr$1="𝔬",ogon$1="˛",Ograve$3="Ò",ograve$3="ò",ogt$1="⧁",ohbar$1="⦵",ohm$1="Ω",oint$1="∮",olarr$1="↺",olcir$1="⦾",olcross$1="⦻",oline$1="‾",olt$1="⧀",Omacr$1="Ō",omacr$1="ō",Omega$1="Ω",omega$1="ω",Omicron$1="Ο",omicron$1="ο",omid$1="⦶",ominus$1="⊖",Oopf$1="𝕆",oopf$1="𝕠",opar$1="⦷",OpenCurlyDoubleQuote$1="“",OpenCurlyQuote$1="",operp$1="⦹",oplus$1="⊕",orarr$1="↻",Or$5="⩔",or$4="",ord$1="⩝",order$1="",orderof$1="",ordf$3="ª",ordm$3="º",origof$1="⊶",oror$1="⩖",orslope$1="⩗",orv$1="⩛",oS$1="Ⓢ",Oscr$1="𝒪",oscr$1="",Oslash$3="Ø",oslash$3="ø",osol$1="⊘",Otilde$3="Õ",otilde$3="õ",otimesas$1="⨶",Otimes$1="⨷",otimes$1="⊗",Ouml$3="Ö",ouml$3="ö",ovbar$1="⌽",OverBar$1="‾",OverBrace$1="⏞",OverBracket$1="⎴",OverParenthesis$1="⏜",para$3="¶",parallel$2="∥",par$1="∥",parsim$1="⫳",parsl$1="⫽",part$1="∂",PartialD$1="∂",Pcy$1="П",pcy$1="п",percnt$1="%",period$1=".",permil$1="‰",perp$1="⊥",pertenk$1="‱",Pfr$1="𝔓",pfr$1="𝔭",Phi$1="Φ",phi$1="φ",phiv$1="ϕ",phmmat$1="",phone$1="☎",Pi$4="Π",pi$6="π",pitchfork$1="⋔",piv$1="ϖ",planck$1="ℏ",planckh$1="",plankv$1="ℏ",plusacir$1="⨣",plusb$1="⊞",pluscir$1="⨢",plus$1="+",plusdo$1="∔",plusdu$1="⨥",pluse$1="⩲",PlusMinus$1="±",plusmn$3="±",plussim$1="⨦",plustwo$1="⨧",pm$1="±",Poincareplane$1="",pointint$1="⨕",popf$1="𝕡",Popf$1="",pound$3="£",prap$1="⪷",Pr$5="⪻",pr$4="≺",prcue$1="≼",precapprox$1="⪷",prec$1="≺",preccurlyeq$1="≼",Precedes$1="≺",PrecedesEqual$1="⪯",PrecedesSlantEqual$1="≼",PrecedesTilde$1="≾",preceq$1="⪯",precnapprox$1="⪹",precneqq$1="⪵",precnsim$1="⋨",pre$1="⪯",prE$1="⪳",precsim$1="≾",prime$1="",Prime$1="″",primes$1="",prnap$1="⪹",prnE$1="⪵",prnsim$1="⋨",prod$1="∏",Product$1="∏",profalar$1="⌮",profline$1="⌒",profsurf$1="⌓",prop$1="∝",Proportional$1="∝",Proportion$1="∷",propto$1="∝",prsim$1="≾",prurel$1="⊰",Pscr$1="𝒫",pscr$1="𝓅",Psi$1="Ψ",psi$1="ψ",puncsp$1="",Qfr$1="𝔔",qfr$1="𝔮",qint$1="⨌",qopf$1="𝕢",Qopf$1="",qprime$1="⁗",Qscr$1="𝒬",qscr$1="𝓆",quaternions$1="",quatint$1="⨖",quest$1="?",questeq$1="≟",quot$5='"',QUOT$3='"',rAarr$1="⇛",race$3="∽̱",Racute$1="Ŕ",racute$1="ŕ",radic$1="√",raemptyv$1="⦳",rang$1="⟩",Rang$1="⟫",rangd$1="⦒",range$3="⦥",rangle$1="⟩",raquo$3="»",rarrap$1="⥵",rarrb$1="⇥",rarrbfs$1="⤠",rarrc$1="⤳",rarr$1="→",Rarr$1="↠",rArr$1="⇒",rarrfs$1="⤞",rarrhk$1="↪",rarrlp$1="↬",rarrpl$1="⥅",rarrsim$1="⥴",Rarrtl$1="⤖",rarrtl$1="↣",rarrw$1="↝",ratail$1="⤚",rAtail$1="⤜",ratio$1="",rationals$1="",rbarr$1="⤍",rBarr$1="⤏",RBarr$1="⤐",rbbrk$1="",rbrace$1="}",rbrack$1="]",rbrke$1="⦌",rbrksld$1="⦎",rbrkslu$1="⦐",Rcaron$1="Ř",rcaron$1="ř",Rcedil$1="Ŗ",rcedil$1="ŗ",rceil$1="⌉",rcub$1="}",Rcy$1="Р",rcy$1="р",rdca$1="⤷",rdldhar$1="⥩",rdquo$1="”",rdquor$1="”",rdsh$1="↳",real$1="",realine$1="",realpart$1="",reals$1="",Re$7="",rect$1="▭",reg$3="®",REG$3="®",ReverseElement$1="∋",ReverseEquilibrium$1="⇋",ReverseUpEquilibrium$1="⥯",rfisht$1="⥽",rfloor$1="⌋",rfr$1="𝔯",Rfr$1="",rHar$1="⥤",rhard$1="⇁",rharu$1="⇀",rharul$1="⥬",Rho$1="Ρ",rho$1="ρ",rhov$1="ϱ",RightAngleBracket$1="⟩",RightArrowBar$1="⇥",rightarrow$1="→",RightArrow$1="→",Rightarrow$1="⇒",RightArrowLeftArrow$1="⇄",rightarrowtail$1="↣",RightCeiling$1="⌉",RightDoubleBracket$1="⟧",RightDownTeeVector$1="⥝",RightDownVectorBar$1="⥕",RightDownVector$1="⇂",RightFloor$1="⌋",rightharpoondown$1="⇁",rightharpoonup$1="⇀",rightleftarrows$1="⇄",rightleftharpoons$1="⇌",rightrightarrows$1="⇉",rightsquigarrow$1="↝",RightTeeArrow$1="↦",RightTee$1="⊢",RightTeeVector$1="⥛",rightthreetimes$1="⋌",RightTriangleBar$1="⧐",RightTriangle$1="⊳",RightTriangleEqual$1="⊵",RightUpDownVector$1="⥏",RightUpTeeVector$1="⥜",RightUpVectorBar$1="⥔",RightUpVector$1="↾",RightVectorBar$1="⥓",RightVector$1="⇀",ring$1="˚",risingdotseq$1="≓",rlarr$1="⇄",rlhar$1="⇌",rlm$1="",rmoustache$1="⎱",rmoust$1="⎱",rnmid$1="⫮",roang$1="⟭",roarr$1="⇾",robrk$1="⟧",ropar$1="⦆",ropf$1="𝕣",Ropf$1="",roplus$1="⨮",rotimes$1="⨵",RoundImplies$1="⥰",rpar$1=")",rpargt$1="⦔",rppolint$1="⨒",rrarr$1="⇉",Rrightarrow$1="⇛",rsaquo$1="",rscr$1="𝓇",Rscr$1="",rsh$1="↱",Rsh$1="↱",rsqb$1="]",rsquo$1="",rsquor$1="",rthree$1="⋌",rtimes$1="⋊",rtri$1="▹",rtrie$1="⊵",rtrif$1="▸",rtriltri$1="⧎",RuleDelayed$1="⧴",ruluhar$1="⥨",rx$1="℞",Sacute$1="Ś",sacute$1="ś",sbquo$1="",scap$1="⪸",Scaron$1="Š",scaron$1="š",Sc$2="⪼",sc$3="≻",sccue$1="≽",sce$1="⪰",scE$1="⪴",Scedil$1="Ş",scedil$1="ş",Scirc$1="Ŝ",scirc$1="ŝ",scnap$1="⪺",scnE$1="⪶",scnsim$1="⋩",scpolint$1="⨓",scsim$1="≿",Scy$1="С",scy$1="с",sdotb$1="⊡",sdot$1="⋅",sdote$1="⩦",searhk$1="⤥",searr$1="↘",seArr$1="⇘",searrow$1="↘",sect$3="§",semi$1=";",seswar$1="⤩",setminus$1="",setmn$1="",sext$1="✶",Sfr$1="𝔖",sfr$1="𝔰",sfrown$1="⌢",sharp$1="♯",SHCHcy$1="Щ",shchcy$1="щ",SHcy$1="Ш",shcy$1="ш",ShortDownArrow$1="↓",ShortLeftArrow$1="←",shortmid$1="",shortparallel$1="∥",ShortRightArrow$1="→",ShortUpArrow$1="↑",shy$3="­",Sigma$1="Σ",sigma$1="σ",sigmaf$1="ς",sigmav$1="ς",sim$1="",simdot$1="⩪",sime$1="≃",simeq$1="≃",simg$1="⪞",simgE$1="⪠",siml$1="⪝",simlE$1="⪟",simne$1="≆",simplus$1="⨤",simrarr$1="⥲",slarr$1="←",SmallCircle$1="∘",smallsetminus$1="",smashp$1="⨳",smeparsl$1="⧤",smid$1="",smile$1="⌣",smt$1="⪪",smte$1="⪬",smtes$1="⪬︀",SOFTcy$1="Ь",softcy$1="ь",solbar$1="⌿",solb$1="⧄",sol$1="/",Sopf$1="𝕊",sopf$1="𝕤",spades$1="♠",spadesuit$1="♠",spar$1="∥",sqcap$1="⊓",sqcaps$1="⊓︀",sqcup$1="⊔",sqcups$1="⊔︀",Sqrt$1="√",sqsub$1="⊏",sqsube$1="⊑",sqsubset$1="⊏",sqsubseteq$1="⊑",sqsup$1="⊐",sqsupe$1="⊒",sqsupset$1="⊐",sqsupseteq$1="⊒",square$1="□",Square$1="□",SquareIntersection$1="⊓",SquareSubset$1="⊏",SquareSubsetEqual$1="⊑",SquareSuperset$1="⊐",SquareSupersetEqual$1="⊒",SquareUnion$1="⊔",squarf$1="▪",squ$1="□",squf$1="▪",srarr$1="→",Sscr$1="𝒮",sscr$1="𝓈",ssetmn$1="",ssmile$1="⌣",sstarf$1="⋆",Star$1="⋆",star$1="☆",starf$1="★",straightepsilon$1="ϵ",straightphi$1="ϕ",strns$1="¯",sub$1="⊂",Sub$1="⋐",subdot$1="⪽",subE$1="⫅",sube$1="⊆",subedot$1="⫃",submult$1="⫁",subnE$1="⫋",subne$1="⊊",subplus$1="⪿",subrarr$1="⥹",subset$1="⊂",Subset$1="⋐",subseteq$1="⊆",subseteqq$1="⫅",SubsetEqual$1="⊆",subsetneq$1="⊊",subsetneqq$1="⫋",subsim$1="⫇",subsub$1="⫕",subsup$1="⫓",succapprox$1="⪸",succ$1="≻",succcurlyeq$1="≽",Succeeds$1="≻",SucceedsEqual$1="⪰",SucceedsSlantEqual$1="≽",SucceedsTilde$1="≿",succeq$1="⪰",succnapprox$1="⪺",succneqq$1="⪶",succnsim$1="⋩",succsim$1="≿",SuchThat$1="∋",sum$2="∑",Sum$1="∑",sung$1="♪",sup1$3="¹",sup2$3="²",sup3$3="³",sup$1="⊃",Sup$1="⋑",supdot$1="⪾",supdsub$1="⫘",supE$1="⫆",supe$1="⊇",supedot$1="⫄",Superset$1="⊃",SupersetEqual$1="⊇",suphsol$1="⟉",suphsub$1="⫗",suplarr$1="⥻",supmult$1="⫂",supnE$1="⫌",supne$1="⊋",supplus$1="⫀",supset$1="⊃",Supset$1="⋑",supseteq$1="⊇",supseteqq$1="⫆",supsetneq$1="⊋",supsetneqq$1="⫌",supsim$1="⫈",supsub$1="⫔",supsup$1="⫖",swarhk$1="⤦",swarr$1="↙",swArr$1="⇙",swarrow$1="↙",swnwar$1="⤪",szlig$3="ß",Tab$1=" ",target$1="⌖",Tau$1="Τ",tau$1="τ",tbrk$1="⎴",Tcaron$1="Ť",tcaron$1="ť",Tcedil$1="Ţ",tcedil$1="ţ",Tcy$1="Т",tcy$1="т",tdot$1="⃛",telrec$1="⌕",Tfr$1="𝔗",tfr$1="𝔱",there4$1="∴",therefore$1="∴",Therefore$1="∴",Theta$1="Θ",theta$1="θ",thetasym$1="ϑ",thetav$1="ϑ",thickapprox$1="≈",thicksim$1="",ThickSpace$1="",ThinSpace$1="",thinsp$1="",thkap$1="≈",thksim$1="",THORN$3="Þ",thorn$3="þ",tilde$1="˜",Tilde$1="",TildeEqual$1="≃",TildeFullEqual$1="≅",TildeTilde$1="≈",timesbar$1="⨱",timesb$1="⊠",times$4="×",timesd$1="⨰",tint$1="∭",toea$1="⤨",topbot$1="⌶",topcir$1="⫱",top$1="",Topf$1="𝕋",topf$1="𝕥",topfork$1="⫚",tosa$1="⤩",tprime$1="‴",trade$1="™",TRADE$1="™",triangle$1="▵",triangledown$1="▿",triangleleft$1="◃",trianglelefteq$1="⊴",triangleq$1="≜",triangleright$1="▹",trianglerighteq$1="⊵",tridot$1="◬",trie$1="≜",triminus$1="⨺",TripleDot$1="⃛",triplus$1="⨹",trisb$1="⧍",tritime$1="⨻",trpezium$1="⏢",Tscr$1="𝒯",tscr$1="𝓉",TScy$1="Ц",tscy$1="ц",TSHcy$1="Ћ",tshcy$1="ћ",Tstrok$1="Ŧ",tstrok$1="ŧ",twixt$1="≬",twoheadleftarrow$1="↞",twoheadrightarrow$1="↠",Uacute$3="Ú",uacute$3="ú",uarr$1="↑",Uarr$1="↟",uArr$1="⇑",Uarrocir$1="⥉",Ubrcy$1="Ў",ubrcy$1="ў",Ubreve$1="Ŭ",ubreve$1="ŭ",Ucirc$3="Û",ucirc$3="û",Ucy$1="У",ucy$1="у",udarr$1="⇅",Udblac$1="Ű",udblac$1="ű",udhar$1="⥮",ufisht$1="⥾",Ufr$1="𝔘",ufr$1="𝔲",Ugrave$3="Ù",ugrave$3="ù",uHar$1="⥣",uharl$1="↿",uharr$1="↾",uhblk$1="▀",ulcorn$1="⌜",ulcorner$1="⌜",ulcrop$1="⌏",ultri$1="◸",Umacr$1="Ū",umacr$1="ū",uml$3="¨",UnderBar$1="_",UnderBrace$1="⏟",UnderBracket$1="⎵",UnderParenthesis$1="⏝",Union$1="",UnionPlus$1="⊎",Uogon$1="Ų",uogon$1="ų",Uopf$1="𝕌",uopf$1="𝕦",UpArrowBar$1="⤒",uparrow$1="↑",UpArrow$1="↑",Uparrow$1="⇑",UpArrowDownArrow$1="⇅",updownarrow$1="↕",UpDownArrow$1="↕",Updownarrow$1="⇕",UpEquilibrium$1="⥮",upharpoonleft$1="↿",upharpoonright$1="↾",uplus$1="⊎",UpperLeftArrow$1="↖",UpperRightArrow$1="↗",upsi$1="υ",Upsi$1="ϒ",upsih$1="ϒ",Upsilon$1="Υ",upsilon$1="υ",UpTeeArrow$1="↥",UpTee$1="⊥",upuparrows$1="⇈",urcorn$1="⌝",urcorner$1="⌝",urcrop$1="⌎",Uring$1="Ů",uring$1="ů",urtri$1="◹",Uscr$1="𝒰",uscr$1="𝓊",utdot$1="⋰",Utilde$1="Ũ",utilde$1="ũ",utri$1="▵",utrif$1="▴",uuarr$1="⇈",Uuml$3="Ü",uuml$3="ü",uwangle$1="⦧",vangrt$1="⦜",varepsilon$1="ϵ",varkappa$1="ϰ",varnothing$1="∅",varphi$1="ϕ",varpi$1="ϖ",varpropto$1="∝",varr$1="↕",vArr$1="⇕",varrho$1="ϱ",varsigma$1="ς",varsubsetneq$1="⊊︀",varsubsetneqq$1="⫋︀",varsupsetneq$1="⊋︀",varsupsetneqq$1="⫌︀",vartheta$1="ϑ",vartriangleleft$1="⊲",vartriangleright$1="⊳",vBar$1="⫨",Vbar$1="⫫",vBarv$1="⫩",Vcy$1="В",vcy$1="в",vdash$1="⊢",vDash$1="⊨",Vdash$1="⊩",VDash$1="⊫",Vdashl$1="⫦",veebar$1="⊻",vee$1="",Vee$1="",veeeq$1="≚",vellip$1="⋮",verbar$1="|",Verbar$1="‖",vert$1="|",Vert$1="‖",VerticalBar$1="",VerticalLine$1="|",VerticalSeparator$1="❘",VerticalTilde$1="≀",VeryThinSpace$1="",Vfr$1="𝔙",vfr$1="𝔳",vltri$1="⊲",vnsub$1="⊂⃒",vnsup$1="⊃⃒",Vopf$1="𝕍",vopf$1="𝕧",vprop$1="∝",vrtri$1="⊳",Vscr$1="𝒱",vscr$1="𝓋",vsubnE$1="⫋︀",vsubne$1="⊊︀",vsupnE$1="⫌︀",vsupne$1="⊋︀",Vvdash$1="⊪",vzigzag$1="⦚",Wcirc$1="Ŵ",wcirc$1="ŵ",wedbar$1="⩟",wedge$1="∧",Wedge$1="⋀",wedgeq$1="≙",weierp$1="℘",Wfr$1="𝔚",wfr$1="𝔴",Wopf$1="𝕎",wopf$1="𝕨",wp$2="℘",wr$5="≀",wreath$1="≀",Wscr$1="𝒲",wscr$1="𝓌",xcap$1="⋂",xcirc$1="◯",xcup$1="",xdtri$1="▽",Xfr$1="𝔛",xfr$1="𝔵",xharr$1="⟷",xhArr$1="⟺",Xi$3="Ξ",xi$4="ξ",xlarr$1="⟵",xlArr$1="⟸",xmap$1="⟼",xnis$1="⋻",xodot$1="⨀",Xopf$1="𝕏",xopf$1="𝕩",xoplus$1="⨁",xotime$1="⨂",xrarr$1="⟶",xrArr$1="⟹",Xscr$1="𝒳",xscr$1="𝓍",xsqcup$1="⨆",xuplus$1="⨄",xutri$1="△",xvee$1="",xwedge$1="⋀",Yacute$3="Ý",yacute$3="ý",YAcy$1="Я",yacy$1="я",Ycirc$1="Ŷ",ycirc$1="ŷ",Ycy$1="Ы",ycy$1="ы",yen$3="¥",Yfr$1="𝔜",yfr$1="𝔶",YIcy$1="Ї",yicy$1="ї",Yopf$1="𝕐",yopf$1="𝕪",Yscr$1="𝒴",yscr$1="𝓎",YUcy$1="Ю",yucy$1="ю",yuml$3="ÿ",Yuml$1="Ÿ",Zacute$1="Ź",zacute$1="ź",Zcaron$1="Ž",zcaron$1="ž",Zcy$1="З",zcy$1="з",Zdot$1="Ż",zdot$1="ż",zeetrf$1="",ZeroWidthSpace$1="",Zeta$1="Ζ",zeta$1="ζ",zfr$1="𝔷",Zfr$1="",ZHcy$1="Ж",zhcy$1="ж",zigrarr$1="⇝",zopf$1="𝕫",Zopf$1="",Zscr$1="𝒵",zscr$1="𝓏",zwj$1="",zwnj$1="",require$$1$2={Aacute:Aacute$3,aacute:aacute$3,Abreve:Abreve$1,abreve:abreve$1,ac:ac$3,acd:acd$1,acE:acE$1,Acirc:Acirc$3,acirc:acirc$3,acute:acute$3,Acy:Acy$1,acy:acy$1,AElig:AElig$3,aelig:aelig$3,af:af$2,Afr:Afr$1,afr:afr$1,Agrave:Agrave$3,agrave:agrave$3,alefsym:alefsym$1,aleph:aleph$1,Alpha:Alpha$1,alpha:alpha$1,Amacr:Amacr$1,amacr:amacr$1,amalg:amalg$1,amp:amp$5,AMP:AMP$3,andand:andand$1,And:And$1,and:and$1,andd:andd$1,andslope:andslope$1,andv:andv$1,ang:ang$1,ange:ange$1,angle:angle$1,angmsdaa:angmsdaa$1,angmsdab:angmsdab$1,angmsdac:angmsdac$1,angmsdad:angmsdad$1,angmsdae:angmsdae$1,angmsdaf:angmsdaf$1,angmsdag:angmsdag$1,angmsdah:angmsdah$1,angmsd:angmsd$1,angrt:angrt$1,angrtvb:angrtvb$1,angrtvbd:angrtvbd$1,angsph:angsph$1,angst:angst$1,angzarr:angzarr$1,Aogon:Aogon$1,aogon:aogon$1,Aopf:Aopf$1,aopf:aopf$1,apacir:apacir$1,ap:ap$3,apE:apE$1,ape:ape$1,apid:apid$1,apos:apos$3,ApplyFunction:ApplyFunction$1,approx:approx$1,approxeq:approxeq$1,Aring:Aring$3,aring:aring$3,Ascr:Ascr$1,ascr:ascr$1,Assign:Assign$1,ast:ast$1,asymp:asymp$1,asympeq:asympeq$1,Atilde:Atilde$3,atilde:atilde$3,Auml:Auml$3,auml:auml$3,awconint:awconint$1,awint:awint$1,backcong:backcong$1,backepsilon:backepsilon$1,backprime:backprime$1,backsim:backsim$1,backsimeq:backsimeq$1,Backslash:Backslash$1,Barv:Barv$1,barvee:barvee$1,barwed:barwed$1,Barwed:Barwed$1,barwedge:barwedge$1,bbrk:bbrk$1,bbrktbrk:bbrktbrk$1,bcong:bcong$1,Bcy:Bcy$1,bcy:bcy$1,bdquo:bdquo$1,becaus:becaus$1,because:because$1,Because:Because$1,bemptyv:bemptyv$1,bepsi:bepsi$1,bernou:bernou$1,Bernoullis:Bernoullis$1,Beta:Beta$1,beta:beta$1,beth:beth$1,between:between$1,Bfr:Bfr$1,bfr:bfr$1,bigcap:bigcap$1,bigcirc:bigcirc$1,bigcup:bigcup$1,bigodot:bigodot$1,bigoplus:bigoplus$1,bigotimes:bigotimes$1,bigsqcup:bigsqcup$1,bigstar:bigstar$1,bigtriangledown:bigtriangledown$1,bigtriangleup:bigtriangleup$1,biguplus:biguplus$1,bigvee:bigvee$1,bigwedge:bigwedge$1,bkarow:bkarow$1,blacklozenge:blacklozenge$1,blacksquare:blacksquare$1,blacktriangle:blacktriangle$1,blacktriangledown:blacktriangledown$1,blacktriangleleft:blacktriangleleft$1,blacktriangleright:blacktriangleright$1,blank:blank$1,blk12:blk12$1,blk14:blk14$1,blk34:blk34$1,block:block$1,bne:bne$1,bnequiv:bnequiv$1,bNot:bNot$1,bnot:bnot$1,Bopf:Bopf$1,bopf:bopf$1,bot:bot$1,bottom:bottom$1,bowtie:bowtie$1,boxbox:boxbox$1,boxdl:boxdl$1,boxdL:boxdL$1,boxDl:boxDl$1,boxDL:boxDL$1,boxdr:boxdr$1,boxdR:boxdR$1,boxDr:boxDr$1,boxDR:boxDR$1,boxh:boxh$1,boxH:boxH$1,boxhd:boxhd$1,boxHd:boxHd$1,boxhD:boxhD$1,boxHD:boxHD$1,boxhu:boxhu$1,boxHu:boxHu$1,boxhU:boxhU$1,boxHU:boxHU$1,boxminus:boxminus$1,boxplus:boxplus$1,boxtimes:boxtimes$1,boxul:boxul$1,boxuL:boxuL$1,boxUl:boxUl$1,boxUL:boxUL$1,boxur:boxur$1,boxuR:boxuR$1,boxUr:boxUr$1,boxUR:boxUR$1,boxv:boxv$1,boxV:boxV$1,boxvh:boxvh$1,boxvH:boxvH$1,boxVh:boxVh$1,boxVH:boxVH$1,boxvl:boxvl$1,boxvL:boxvL$1,boxVl:boxVl$1,boxVL:boxVL$1,boxvr:boxvr$1,boxvR:boxvR$1,boxVr:boxVr$1,boxVR:boxVR$1,bprime:bprime$1,breve:breve$1,Breve:Breve$1,brvbar:brvbar$3,bscr:bscr$1,Bscr:Bscr$1,bsemi:bsemi$1,bsim:bsim$1,bsime:bsime$1,bsolb:bsolb$1,bsol:bsol$1,bsolhsub:bsolhsub$1,bull:bull$1,bullet:bullet$1,bump:bump$1,bumpE:bumpE$1,bumpe:bumpe$1,Bumpeq:Bumpeq$1,bumpeq:bumpeq$1,Cacute:Cacute$1,cacute:cacute$1,capand:capand$1,capbrcup:capbrcup$1,capcap:capcap$1,cap:cap$1,Cap:Cap$1,capcup:capcup$1,capdot:capdot$1,CapitalDifferentialD:CapitalDifferentialD$1,caps:caps$1,caret:caret$1,caron:caron$1,Cayleys:Cayleys$1,ccaps:ccaps$1,Ccaron:Ccaron$1,ccaron:ccaron$1,Ccedil:Ccedil$3,ccedil:ccedil$3,Ccirc:Ccirc$1,ccirc:ccirc$1,Cconint:Cconint$1,ccups:ccups$1,ccupssm:ccupssm$1,Cdot:Cdot$1,cdot:cdot$1,cedil:cedil$3,Cedilla:Cedilla$1,cemptyv:cemptyv$1,cent:cent$3,centerdot:centerdot$1,CenterDot:CenterDot$1,cfr:cfr$1,Cfr:Cfr$1,CHcy:CHcy$1,chcy:chcy$1,check:check$1,checkmark:checkmark$1,Chi:Chi$1,chi:chi$1,circ:circ$1,circeq:circeq$1,circlearrowleft:circlearrowleft$1,circlearrowright:circlearrowright$1,circledast:circledast$1,circledcirc:circledcirc$1,circleddash:circleddash$1,CircleDot:CircleDot$1,circledR:circledR$1,circledS:circledS$1,CircleMinus:CircleMinus$1,CirclePlus:CirclePlus$1,CircleTimes:CircleTimes$1,cir:cir$1,cirE:cirE$1,cire:cire$1,cirfnint:cirfnint$1,cirmid:cirmid$1,cirscir:cirscir$1,ClockwiseContourIntegral:ClockwiseContourIntegral$1,CloseCurlyDoubleQuote:CloseCurlyDoubleQuote$1,CloseCurlyQuote:CloseCurlyQuote$1,clubs:clubs$1,clubsuit:clubsuit$1,colon:colon$1,Colon:Colon$1,Colone:Colone$1,colone:colone$1,coloneq:coloneq$1,comma:comma$1,commat:commat$1,comp:comp$1,compfn:compfn$1,complement:complement$1,complexes:complexes$1,cong:cong$1,congdot:congdot$1,Congruent:Congruent$1,conint:conint$1,Conint:Conint$1,ContourIntegral:ContourIntegral$1,copf:copf$1,Copf:Copf$1,coprod:coprod$1,Coproduct:Coproduct$1,copy:copy$3,COPY:COPY$3,copysr:copysr$1,CounterClockwiseContourIntegral:CounterClockwiseContourIntegral$1,crarr:crarr$1,cross:cross$1,Cross:Cross$1,Cscr:Cscr$1,cscr:cscr$1,csub:csub$1,csube:csube$1,csup:csup$1,csupe:csupe$1,ctdot:ctdot$1,cudarrl:cudarrl$1,cudarrr:cudarrr$1,cuepr:cuepr$1,cuesc:cuesc$1,cularr:cularr$1,cularrp:cularrp$1,cupbrcap:cupbrcap$1,cupcap:cupcap$1,CupCap:CupCap$1,cup:cup$1,Cup:Cup$1,cupcup:cupcup$1,cupdot:cupdot$1,cupor:cupor$1,cups:cups$1,curarr:curarr$1,curarrm:curarrm$1,curlyeqprec:curlyeqprec$1,curlyeqsucc:curlyeqsucc$1,curlyvee:curlyvee$1,curlywedge:curlywedge$1,curren:curren$3,curvearrowleft:curvearrowleft$1,curvearrowright:curvearrowright$1,cuvee:cuvee$1,cuwed:cuwed$1,cwconint:cwconint$1,cwint:cwint$1,cylcty:cylcty$1,dagger:dagger$1,Dagger:Dagger$1,daleth:daleth$1,darr:darr$1,Darr:Darr$1,dArr:dArr$1,dash:dash$1,Dashv:Dashv$1,dashv:dashv$1,dbkarow:dbkarow$1,dblac:dblac$1,Dcaron:Dcaron$1,dcaron:dcaron$1,Dcy:Dcy$1,dcy:dcy$1,ddagger:ddagger$1,ddarr:ddarr$1,DD:DD$1,dd:dd$1,DDotrahd:DDotrahd$1,ddotseq:ddotseq$1,deg:deg$3,Del:Del$1,Delta:Delta$1,delta:delta$1,demptyv:demptyv$1,dfisht:dfisht$1,Dfr:Dfr$1,dfr:dfr$1,dHar:dHar$1,dharl:dharl$1,dharr:dharr$1,DiacriticalAcute:DiacriticalAcute$1,DiacriticalDot:DiacriticalDot$1,DiacriticalDoubleAcute:DiacriticalDoubleAcute$1,DiacriticalGrave:DiacriticalGrave$1,DiacriticalTilde:DiacriticalTilde$1,diam:diam$1,diamond:diamond$1,Diamond:Diamond$1,diamondsuit:diamondsuit$1,diams:diams$1,die:die$1,DifferentialD:DifferentialD$1,digamma:digamma$1,disin:disin$1,div:div$1,divide:divide$3,divideontimes:divideontimes$1,divonx:divonx$1,DJcy:DJcy$1,djcy:djcy$1,dlcorn:dlcorn$1,dlcrop:dlcrop$1,dollar:dollar$1,Dopf:Dopf$1,dopf:dopf$1,Dot:Dot$1,dot:dot$1,DotDot:DotDot$1,doteq:doteq$1,doteqdot:doteqdot$1,DotEqual:DotEqual$1,dotminus:dotminus$1,dotplus:dotplus$1,dotsquare:dotsquare$1,doublebarwedge:doublebarwedge$1,DoubleContourIntegral:DoubleContourIntegral$1,DoubleDot:DoubleDot$1,DoubleDownArrow:DoubleDownArrow$1,DoubleLeftArrow:DoubleLeftArrow$1,DoubleLeftRightArrow:DoubleLeftRightArrow$1,DoubleLeftTee:DoubleLeftTee$1,DoubleLongLeftArrow:DoubleLongLeftArrow$1,DoubleLongLeftRightArrow:DoubleLongLeftRightArrow$1,DoubleLongRightArrow:DoubleLongRightArrow$1,DoubleRightArrow:DoubleRightArrow$1,DoubleRightTee:DoubleRightTee$1,DoubleUpArrow:DoubleUpArrow$1,DoubleUpDownArrow:DoubleUpDownArrow$1,DoubleVerticalBar:DoubleVerticalBar$1,DownArrowBar:DownArrowBar$1,downarrow:downarrow$1,DownArrow:DownArrow$1,Downarrow:Downarrow$1,DownArrowUpArrow:DownArrowUpArrow$1,DownBreve:DownBreve$1,downdownarrows:downdownarrows$1,downharpoonleft:downharpoonleft$1,downharpoonright:downharpoonright$1,DownLeftRightVector:DownLeftRightVector$1,DownLeftTeeVector:DownLeftTeeVector$1,DownLeftVectorBar:DownLeftVectorBar$1,DownLeftVector:DownLeftVector$1,DownRightTeeVector:DownRightTeeVector$1,DownRightVectorBar:DownRightVectorBar$1,DownRightVector:DownRightVector$1,DownTeeArrow:DownTeeArrow$1,DownTee:DownTee$1,drbkarow:drbkarow$1,drcorn:drcorn$1,drcrop:drcrop$1,Dscr:Dscr$1,dscr:dscr$1,DScy:DScy$1,dscy:dscy$1,dsol:dsol$1,Dstrok:Dstrok$1,dstrok:dstrok$1,dtdot:dtdot$1,dtri:dtri$1,dtrif:dtrif$1,duarr:duarr$1,duhar:duhar$1,dwangle:dwangle$1,DZcy:DZcy$1,dzcy:dzcy$1,dzigrarr:dzigrarr$1,Eacute:Eacute$3,eacute:eacute$3,easter:easter$1,Ecaron:Ecaron$1,ecaron:ecaron$1,Ecirc:Ecirc$3,ecirc:ecirc$3,ecir:ecir$1,ecolon:ecolon$1,Ecy:Ecy$1,ecy:ecy$1,eDDot:eDDot$1,Edot:Edot$1,edot:edot$1,eDot:eDot$1,ee:ee$4,efDot:efDot$1,Efr:Efr$1,efr:efr$1,eg:eg$1,Egrave:Egrave$3,egrave:egrave$3,egs:egs$1,egsdot:egsdot$1,el:el$4,Element:Element$2,elinters:elinters$1,ell:ell$1,els:els$1,elsdot:elsdot$1,Emacr:Emacr$1,emacr:emacr$1,empty:empty$1,emptyset:emptyset$1,EmptySmallSquare:EmptySmallSquare$1,emptyv:emptyv$1,EmptyVerySmallSquare:EmptyVerySmallSquare$1,emsp13:emsp13$1,emsp14:emsp14$1,emsp:emsp$1,ENG:ENG$1,eng:eng$1,ensp:ensp$1,Eogon:Eogon$1,eogon:eogon$1,Eopf:Eopf$1,eopf:eopf$1,epar:epar$1,eparsl:eparsl$1,eplus:eplus$1,epsi:epsi$1,Epsilon:Epsilon$1,epsilon:epsilon$1,epsiv:epsiv$1,eqcirc:eqcirc$1,eqcolon:eqcolon$1,eqsim:eqsim$1,eqslantgtr:eqslantgtr$1,eqslantless:eqslantless$1,Equal:Equal$1,equals:equals$1,EqualTilde:EqualTilde$1,equest:equest$1,Equilibrium:Equilibrium$1,equiv:equiv$1,equivDD:equivDD$1,eqvparsl:eqvparsl$1,erarr:erarr$1,erDot:erDot$1,escr:escr$1,Escr:Escr$1,esdot:esdot$1,Esim:Esim$1,esim:esim$1,Eta:Eta$1,eta:eta$1,ETH:ETH$3,eth:eth$3,Euml:Euml$3,euml:euml$3,euro:euro$1,excl:excl$1,exist:exist$1,Exists:Exists$1,expectation:expectation$1,exponentiale:exponentiale$1,ExponentialE:ExponentialE$1,fallingdotseq:fallingdotseq$1,Fcy:Fcy$1,fcy:fcy$1,female:female$1,ffilig:ffilig$1,fflig:fflig$1,ffllig:ffllig$1,Ffr:Ffr$1,ffr:ffr$1,filig:filig$1,FilledSmallSquare:FilledSmallSquare$1,FilledVerySmallSquare:FilledVerySmallSquare$1,fjlig:fjlig$1,flat:flat$1,fllig:fllig$1,fltns:fltns$1,fnof:fnof$1,Fopf:Fopf$1,fopf:fopf$1,forall:forall$1,ForAll:ForAll$1,fork:fork$1,forkv:forkv$1,Fouriertrf:Fouriertrf$1,fpartint:fpartint$1,frac12:frac12$3,frac13:frac13$1,frac14:frac14$3,frac15:frac15$1,frac16:frac16$1,frac18:frac18$1,frac23:frac23$1,frac25:frac25$1,frac34:frac34$3,frac35:frac35$1,frac38:frac38$1,frac45:frac45$1,frac56:frac56$1,frac58:frac58$1,frac78:frac78$1,frasl:frasl$1,frown:frown$1,fscr:fscr$1,Fscr:Fscr$1,gacute:gacute$1,Gamma:Gamma$1,gamma:gamma$1,Gammad:Gammad$1,gammad:gammad$1,gap:gap$1,Gbreve:Gbreve$1,gbreve:gbreve$1,Gcedil:Gcedil$1,Gcirc:Gcirc$1,gcirc:gcirc$1,Gcy:Gcy$1,gcy:gcy$1,Gdot:Gdot$1,gdot:gdot$1,ge:ge$6,gE:gE$1,gEl:gEl$1,gel:gel$1,geq:geq$1,geqq:geqq$1,geqslant:geqslant$1,gescc:gescc$1,ges:ges$1,gesdot:gesdot$1,gesdoto:gesdoto$1,gesdotol:gesdotol$1,gesl:gesl$1,gesles:gesles$1,Gfr:Gfr$1,gfr:gfr$1,gg:gg$1,Gg:Gg$1,ggg:ggg$1,gimel:gimel$1,GJcy:GJcy$1,gjcy:gjcy$1,gla:gla$1,gl:gl$4,glE:glE$1,glj:glj$1,gnap:gnap$1,gnapprox:gnapprox$1,gne:gne$1,gnE:gnE$1,gneq:gneq$1,gneqq:gneqq$1,gnsim:gnsim$1,Gopf:Gopf$1,gopf:gopf$1,grave:grave$1,GreaterEqual:GreaterEqual$1,GreaterEqualLess:GreaterEqualLess$1,GreaterFullEqual:GreaterFullEqual$1,GreaterGreater:GreaterGreater$1,GreaterLess:GreaterLess$1,GreaterSlantEqual:GreaterSlantEqual$1,GreaterTilde:GreaterTilde$1,Gscr:Gscr$1,gscr:gscr$1,gsim:gsim$1,gsime:gsime$1,gsiml:gsiml$1,gtcc:gtcc$1,gtcir:gtcir$1,gt:gt$8,GT:GT$3,Gt:Gt$5,gtdot:gtdot$1,gtlPar:gtlPar$1,gtquest:gtquest$1,gtrapprox:gtrapprox$1,gtrarr:gtrarr$1,gtrdot:gtrdot$1,gtreqless:gtreqless$1,gtreqqless:gtreqqless$1,gtrless:gtrless$1,gtrsim:gtrsim$1,gvertneqq:gvertneqq$1,gvnE:gvnE$1,Hacek:Hacek$1,hairsp:hairsp$1,half:half$1,hamilt:hamilt$1,HARDcy:HARDcy$1,hardcy:hardcy$1,harrcir:harrcir$1,harr:harr$1,hArr:hArr$1,harrw:harrw$1,Hat:Hat$1,hbar:hbar$1,Hcirc:Hcirc$1,hcirc:hcirc$1,hearts:hearts$1,heartsuit:heartsuit$1,hellip:hellip$1,hercon:hercon$1,hfr:hfr$1,Hfr:Hfr$1,HilbertSpace:HilbertSpace$1,hksearow:hksearow$1,hkswarow:hkswarow$1,hoarr:hoarr$1,homtht:homtht$1,hookleftarrow:hookleftarrow$1,hookrightarrow:hookrightarrow$1,hopf:hopf$1,Hopf:Hopf$1,horbar:horbar$1,HorizontalLine:HorizontalLine$1,hscr:hscr$1,Hscr:Hscr$1,hslash:hslash$1,Hstrok:Hstrok$1,hstrok:hstrok$1,HumpDownHump:HumpDownHump$1,HumpEqual:HumpEqual$1,hybull:hybull$1,hyphen:hyphen$1,Iacute:Iacute$3,iacute:iacute$3,ic:ic$3,Icirc:Icirc$3,icirc:icirc$3,Icy:Icy$1,icy:icy$1,Idot:Idot$1,IEcy:IEcy$1,iecy:iecy$1,iexcl:iexcl$3,iff:iff$1,ifr:ifr$1,Ifr:Ifr$1,Igrave:Igrave$3,igrave:igrave$3,ii:ii$6,iiiint:iiiint$1,iiint:iiint$1,iinfin:iinfin$1,iiota:iiota$1,IJlig:IJlig$1,ijlig:ijlig$1,Imacr:Imacr$1,imacr:imacr$1,image:image$1,ImaginaryI:ImaginaryI$1,imagline:imagline$1,imagpart:imagpart$1,imath:imath$1,Im:Im$1,imof:imof$1,imped:imped$1,Implies:Implies$1,incare:incare$1,in:"∈",infin:infin$1,infintie:infintie$1,inodot:inodot$1,intcal:intcal$1,int:int$1,Int:Int$1,integers:integers$1,Integral:Integral$1,intercal:intercal$1,Intersection:Intersection$1,intlarhk:intlarhk$1,intprod:intprod$1,InvisibleComma:InvisibleComma$1,InvisibleTimes:InvisibleTimes$1,IOcy:IOcy$1,iocy:iocy$1,Iogon:Iogon$1,iogon:iogon$1,Iopf:Iopf$1,iopf:iopf$1,Iota:Iota$1,iota:iota$1,iprod:iprod$1,iquest:iquest$3,iscr:iscr$1,Iscr:Iscr$1,isin:isin$1,isindot:isindot$1,isinE:isinE$1,isins:isins$1,isinsv:isinsv$1,isinv:isinv$1,it:it$4,Itilde:Itilde$1,itilde:itilde$1,Iukcy:Iukcy$1,iukcy:iukcy$1,Iuml:Iuml$3,iuml:iuml$3,Jcirc:Jcirc$1,jcirc:jcirc$1,Jcy:Jcy$1,jcy:jcy$1,Jfr:Jfr$1,jfr:jfr$1,jmath:jmath$1,Jopf:Jopf$1,jopf:jopf$1,Jscr:Jscr$1,jscr:jscr$1,Jsercy:Jsercy$1,jsercy:jsercy$1,Jukcy:Jukcy$1,jukcy:jukcy$1,Kappa:Kappa$1,kappa:kappa$1,kappav:kappav$1,Kcedil:Kcedil$1,kcedil:kcedil$1,Kcy:Kcy$1,kcy:kcy$1,Kfr:Kfr$1,kfr:kfr$1,kgreen:kgreen$1,KHcy:KHcy$1,khcy:khcy$1,KJcy:KJcy$1,kjcy:kjcy$1,Kopf:Kopf$1,kopf:kopf$1,Kscr:Kscr$1,kscr:kscr$1,lAarr:lAarr$1,Lacute:Lacute$1,lacute:lacute$1,laemptyv:laemptyv$1,lagran:lagran$1,Lambda:Lambda$1,lambda:lambda$1,lang:lang$1,Lang:Lang$1,langd:langd$1,langle:langle$1,lap:lap$1,Laplacetrf:Laplacetrf$1,laquo:laquo$3,larrb:larrb$1,larrbfs:larrbfs$1,larr:larr$1,Larr:Larr$1,lArr:lArr$1,larrfs:larrfs$1,larrhk:larrhk$1,larrlp:larrlp$1,larrpl:larrpl$1,larrsim:larrsim$1,larrtl:larrtl$1,latail:latail$1,lAtail:lAtail$1,lat:lat$1,late:late$1,lates:lates$1,lbarr:lbarr$1,lBarr:lBarr$1,lbbrk:lbbrk$1,lbrace:lbrace$1,lbrack:lbrack$1,lbrke:lbrke$1,lbrksld:lbrksld$1,lbrkslu:lbrkslu$1,Lcaron:Lcaron$1,lcaron:lcaron$1,Lcedil:Lcedil$1,lcedil:lcedil$1,lceil:lceil$1,lcub:lcub$1,Lcy:Lcy$1,lcy:lcy$1,ldca:ldca$1,ldquo:ldquo$1,ldquor:ldquor$1,ldrdhar:ldrdhar$1,ldrushar:ldrushar$1,ldsh:ldsh$1,le:le$5,lE:lE$1,LeftAngleBracket:LeftAngleBracket$1,LeftArrowBar:LeftArrowBar$1,leftarrow:leftarrow$1,LeftArrow:LeftArrow$1,Leftarrow:Leftarrow$1,LeftArrowRightArrow:LeftArrowRightArrow$1,leftarrowtail:leftarrowtail$1,LeftCeiling:LeftCeiling$1,LeftDoubleBracket:LeftDoubleBracket$1,LeftDownTeeVector:LeftDownTeeVector$1,LeftDownVectorBar:LeftDownVectorBar$1,LeftDownVector:LeftDownVector$1,LeftFloor:LeftFloor$1,leftharpoondown:leftharpoondown$1,leftharpoonup:leftharpoonup$1,leftleftarrows:leftleftarrows$1,leftrightarrow:leftrightarrow$1,LeftRightArrow:LeftRightArrow$1,Leftrightarrow:Leftrightarrow$1,leftrightarrows:leftrightarrows$1,leftrightharpoons:leftrightharpoons$1,leftrightsquigarrow:leftrightsquigarrow$1,LeftRightVector:LeftRightVector$1,LeftTeeArrow:LeftTeeArrow$1,LeftTee:LeftTee$1,LeftTeeVector:LeftTeeVector$1,leftthreetimes:leftthreetimes$1,LeftTriangleBar:LeftTriangleBar$1,LeftTriangle:LeftTriangle$1,LeftTriangleEqual:LeftTriangleEqual$1,LeftUpDownVector:LeftUpDownVector$1,LeftUpTeeVector:LeftUpTeeVector$1,LeftUpVectorBar:LeftUpVectorBar$1,LeftUpVector:LeftUpVector$1,LeftVectorBar:LeftVectorBar$1,LeftVector:LeftVector$1,lEg:lEg$1,leg:leg$1,leq:leq$1,leqq:leqq$1,leqslant:leqslant$1,lescc:lescc$1,les:les$1,lesdot:lesdot$1,lesdoto:lesdoto$1,lesdotor:lesdotor$1,lesg:lesg$1,lesges:lesges$1,lessapprox:lessapprox$1,lessdot:lessdot$1,lesseqgtr:lesseqgtr$1,lesseqqgtr:lesseqqgtr$1,LessEqualGreater:LessEqualGreater$1,LessFullEqual:LessFullEqual$1,LessGreater:LessGreater$1,lessgtr:lessgtr$1,LessLess:LessLess$1,lesssim:lesssim$1,LessSlantEqual:LessSlantEqual$1,LessTilde:LessTilde$1,lfisht:lfisht$1,lfloor:lfloor$1,Lfr:Lfr$1,lfr:lfr$1,lg:lg$1,lgE:lgE$1,lHar:lHar$1,lhard:lhard$1,lharu:lharu$1,lharul:lharul$1,lhblk:lhblk$1,LJcy:LJcy$1,ljcy:ljcy$1,llarr:llarr$1,ll:ll$4,Ll:Ll$5,llcorner:llcorner$1,Lleftarrow:Lleftarrow$1,llhard:llhard$1,lltri:lltri$1,Lmidot:Lmidot$1,lmidot:lmidot$1,lmoustache:lmoustache$1,lmoust:lmoust$1,lnap:lnap$1,lnapprox:lnapprox$1,lne:lne$1,lnE:lnE$1,lneq:lneq$1,lneqq:lneqq$1,lnsim:lnsim$1,loang:loang$1,loarr:loarr$1,lobrk:lobrk$1,longleftarrow:longleftarrow$1,LongLeftArrow:LongLeftArrow$1,Longleftarrow:Longleftarrow$1,longleftrightarrow:longleftrightarrow$1,LongLeftRightArrow:LongLeftRightArrow$1,Longleftrightarrow:Longleftrightarrow$1,longmapsto:longmapsto$1,longrightarrow:longrightarrow$1,LongRightArrow:LongRightArrow$1,Longrightarrow:Longrightarrow$1,looparrowleft:looparrowleft$1,looparrowright:looparrowright$1,lopar:lopar$1,Lopf:Lopf$1,lopf:lopf$1,loplus:loplus$1,lotimes:lotimes$1,lowast:lowast$1,lowbar:lowbar$1,LowerLeftArrow:LowerLeftArrow$1,LowerRightArrow:LowerRightArrow$1,loz:loz$1,lozenge:lozenge$1,lozf:lozf$1,lpar:lpar$1,lparlt:lparlt$1,lrarr:lrarr$1,lrcorner:lrcorner$1,lrhar:lrhar$1,lrhard:lrhard$1,lrm:lrm$1,lrtri:lrtri$1,lsaquo:lsaquo$1,lscr:lscr$1,Lscr:Lscr$1,lsh:lsh$1,Lsh:Lsh$1,lsim:lsim$1,lsime:lsime$1,lsimg:lsimg$1,lsqb:lsqb$1,lsquo:lsquo$1,lsquor:lsquor$1,Lstrok:Lstrok$1,lstrok:lstrok$1,ltcc:ltcc$1,ltcir:ltcir$1,lt:lt$8,LT:LT$3,Lt:Lt$4,ltdot:ltdot$1,lthree:lthree$1,ltimes:ltimes$1,ltlarr:ltlarr$1,ltquest:ltquest$1,ltri:ltri$1,ltrie:ltrie$1,ltrif:ltrif$1,ltrPar:ltrPar$1,lurdshar:lurdshar$1,luruhar:luruhar$1,lvertneqq:lvertneqq$1,lvnE:lvnE$1,macr:macr$3,male:male$1,malt:malt$1,maltese:maltese$1,Map:"⤅",map:map$3,mapsto:mapsto$1,mapstodown:mapstodown$1,mapstoleft:mapstoleft$1,mapstoup:mapstoup$1,marker:marker$1,mcomma:mcomma$1,Mcy:Mcy$1,mcy:mcy$1,mdash:mdash$1,mDDot:mDDot$1,measuredangle:measuredangle$1,MediumSpace:MediumSpace$1,Mellintrf:Mellintrf$1,Mfr:Mfr$1,mfr:mfr$1,mho:mho$1,micro:micro$3,midast:midast$1,midcir:midcir$1,mid:mid$1,middot:middot$3,minusb:minusb$1,minus:minus$1,minusd:minusd$1,minusdu:minusdu$1,MinusPlus:MinusPlus$1,mlcp:mlcp$1,mldr:mldr$1,mnplus:mnplus$1,models:models$1,Mopf:Mopf$1,mopf:mopf$1,mp:mp$2,mscr:mscr$1,Mscr:Mscr$1,mstpos:mstpos$1,Mu:Mu$4,mu:mu$4,multimap:multimap$1,mumap:mumap$1,nabla:nabla$1,Nacute:Nacute$1,nacute:nacute$1,nang:nang$1,nap:nap$1,napE:napE$1,napid:napid$1,napos:napos$1,napprox:napprox$1,natural:natural$1,naturals:naturals$1,natur:natur$1,nbsp:nbsp$3,nbump:nbump$1,nbumpe:nbumpe$1,ncap:ncap$1,Ncaron:Ncaron$1,ncaron:ncaron$1,Ncedil:Ncedil$1,ncedil:ncedil$1,ncong:ncong$1,ncongdot:ncongdot$1,ncup:ncup$1,Ncy:Ncy$1,ncy:ncy$1,ndash:ndash$1,nearhk:nearhk$1,nearr:nearr$1,neArr:neArr$1,nearrow:nearrow$1,ne:ne$5,nedot:nedot$1,NegativeMediumSpace:NegativeMediumSpace$1,NegativeThickSpace:NegativeThickSpace$1,NegativeThinSpace:NegativeThinSpace$1,NegativeVeryThinSpace:NegativeVeryThinSpace$1,nequiv:nequiv$1,nesear:nesear$1,nesim:nesim$1,NestedGreaterGreater:NestedGreaterGreater$1,NestedLessLess:NestedLessLess$1,NewLine:NewLine$1,nexist:nexist$1,nexists:nexists$1,Nfr:Nfr$1,nfr:nfr$1,ngE:ngE$1,nge:nge$1,ngeq:ngeq$1,ngeqq:ngeqq$1,ngeqslant:ngeqslant$1,nges:nges$1,nGg:nGg$1,ngsim:ngsim$1,nGt:nGt$1,ngt:ngt$1,ngtr:ngtr$1,nGtv:nGtv$1,nharr:nharr$1,nhArr:nhArr$1,nhpar:nhpar$1,ni:ni$6,nis:nis$1,nisd:nisd$1,niv:niv$1,NJcy:NJcy$1,njcy:njcy$1,nlarr:nlarr$1,nlArr:nlArr$1,nldr:nldr$1,nlE:nlE$1,nle:nle$1,nleftarrow:nleftarrow$1,nLeftarrow:nLeftarrow$1,nleftrightarrow:nleftrightarrow$1,nLeftrightarrow:nLeftrightarrow$1,nleq:nleq$1,nleqq:nleqq$1,nleqslant:nleqslant$1,nles:nles$1,nless:nless$1,nLl:nLl$1,nlsim:nlsim$1,nLt:nLt$1,nlt:nlt$1,nltri:nltri$1,nltrie:nltrie$1,nLtv:nLtv$1,nmid:nmid$1,NoBreak:NoBreak$1,NonBreakingSpace:NonBreakingSpace$1,nopf:nopf$1,Nopf:Nopf$1,Not:Not$1,not:not$3,NotCongruent:NotCongruent$1,NotCupCap:NotCupCap$1,NotDoubleVerticalBar:NotDoubleVerticalBar$1,NotElement:NotElement$1,NotEqual:NotEqual$1,NotEqualTilde:NotEqualTilde$1,NotExists:NotExists$1,NotGreater:NotGreater$1,NotGreaterEqual:NotGreaterEqual$1,NotGreaterFullEqual:NotGreaterFullEqual$1,NotGreaterGreater:NotGreaterGreater$1,NotGreaterLess:NotGreaterLess$1,NotGreaterSlantEqual:NotGreaterSlantEqual$1,NotGreaterTilde:NotGreaterTilde$1,NotHumpDownHump:NotHumpDownHump$1,NotHumpEqual:NotHumpEqual$1,notin:notin$1,notindot:notindot$1,notinE:notinE$1,notinva:notinva$1,notinvb:notinvb$1,notinvc:notinvc$1,NotLeftTriangleBar:NotLeftTriangleBar$1,NotLeftTriangle:NotLeftTriangle$1,NotLeftTriangleEqual:NotLeftTriangleEqual$1,NotLess:NotLess$1,NotLessEqual:NotLessEqual$1,NotLessGreater:NotLessGreater$1,NotLessLess:NotLessLess$1,NotLessSlantEqual:NotLessSlantEqual$1,NotLessTilde:NotLessTilde$1,NotNestedGreaterGreater:NotNestedGreaterGreater$1,NotNestedLessLess:NotNestedLessLess$1,notni:notni$1,notniva:notniva$1,notnivb:notnivb$1,notnivc:notnivc$1,NotPrecedes:NotPrecedes$1,NotPrecedesEqual:NotPrecedesEqual$1,NotPrecedesSlantEqual:NotPrecedesSlantEqual$1,NotReverseElement:NotReverseElement$1,NotRightTriangleBar:NotRightTriangleBar$1,NotRightTriangle:NotRightTriangle$1,NotRightTriangleEqual:NotRightTriangleEqual$1,NotSquareSubset:NotSquareSubset$1,NotSquareSubsetEqual:NotSquareSubsetEqual$1,NotSquareSuperset:NotSquareSuperset$1,NotSquareSupersetEqual:NotSquareSupersetEqual$1,NotSubset:NotSubset$1,NotSubsetEqual:NotSubsetEqual$1,NotSucceeds:NotSucceeds$1,NotSucceedsEqual:NotSucceedsEqual$1,NotSucceedsSlantEqual:NotSucceedsSlantEqual$1,NotSucceedsTilde:NotSucceedsTilde$1,NotSuperset:NotSuperset$1,NotSupersetEqual:NotSupersetEqual$1,NotTilde:NotTilde$1,NotTildeEqual:NotTildeEqual$1,NotTildeFullEqual:NotTildeFullEqual$1,NotTildeTilde:NotTildeTilde$1,NotVerticalBar:NotVerticalBar$1,nparallel:nparallel$1,npar:npar$1,nparsl:nparsl$1,npart:npart$1,npolint:npolint$1,npr:npr$1,nprcue:nprcue$1,nprec:nprec$1,npreceq:npreceq$1,npre:npre$1,nrarrc:nrarrc$1,nrarr:nrarr$1,nrArr:nrArr$1,nrarrw:nrarrw$1,nrightarrow:nrightarrow$1,nRightarrow:nRightarrow$1,nrtri:nrtri$1,nrtrie:nrtrie$1,nsc:nsc$1,nsccue:nsccue$1,nsce:nsce$1,Nscr:Nscr$1,nscr:nscr$1,nshortmid:nshortmid$1,nshortparallel:nshortparallel$1,nsim:nsim$1,nsime:nsime$1,nsimeq:nsimeq$1,nsmid:nsmid$1,nspar:nspar$1,nsqsube:nsqsube$1,nsqsupe:nsqsupe$1,nsub:nsub$1,nsubE:nsubE$1,nsube:nsube$1,nsubset:nsubset$1,nsubseteq:nsubseteq$1,nsubseteqq:nsubseteqq$1,nsucc:nsucc$1,nsucceq:nsucceq$1,nsup:nsup$1,nsupE:nsupE$1,nsupe:nsupe$1,nsupset:nsupset$1,nsupseteq:nsupseteq$1,nsupseteqq:nsupseteqq$1,ntgl:ntgl$1,Ntilde:Ntilde$3,ntilde:ntilde$3,ntlg:ntlg$1,ntriangleleft:ntriangleleft$1,ntrianglelefteq:ntrianglelefteq$1,ntriangleright:ntriangleright$1,ntrianglerighteq:ntrianglerighteq$1,Nu:Nu$4,nu:nu$6,num:num$1,numero:numero$1,numsp:numsp$1,nvap:nvap$1,nvdash:nvdash$1,nvDash:nvDash$1,nVdash:nVdash$1,nVDash:nVDash$1,nvge:nvge$1,nvgt:nvgt$1,nvHarr:nvHarr$1,nvinfin:nvinfin$1,nvlArr:nvlArr$1,nvle:nvle$1,nvlt:nvlt$1,nvltrie:nvltrie$1,nvrArr:nvrArr$1,nvrtrie:nvrtrie$1,nvsim:nvsim$1,nwarhk:nwarhk$1,nwarr:nwarr$1,nwArr:nwArr$1,nwarrow:nwarrow$1,nwnear:nwnear$1,Oacute:Oacute$3,oacute:oacute$3,oast:oast$1,Ocirc:Ocirc$3,ocirc:ocirc$3,ocir:ocir$1,Ocy:Ocy$1,ocy:ocy$1,odash:odash$1,Odblac:Odblac$1,odblac:odblac$1,odiv:odiv$1,odot:odot$1,odsold:odsold$1,OElig:OElig$1,oelig:oelig$1,ofcir:ofcir$1,Ofr:Ofr$1,ofr:ofr$1,ogon:ogon$1,Ograve:Ograve$3,ograve:ograve$3,ogt:ogt$1,ohbar:ohbar$1,ohm:ohm$1,oint:oint$1,olarr:olarr$1,olcir:olcir$1,olcross:olcross$1,oline:oline$1,olt:olt$1,Omacr:Omacr$1,omacr:omacr$1,Omega:Omega$1,omega:omega$1,Omicron:Omicron$1,omicron:omicron$1,omid:omid$1,ominus:ominus$1,Oopf:Oopf$1,oopf:oopf$1,opar:opar$1,OpenCurlyDoubleQuote:OpenCurlyDoubleQuote$1,OpenCurlyQuote:OpenCurlyQuote$1,operp:operp$1,oplus:oplus$1,orarr:orarr$1,Or:Or$5,or:or$4,ord:ord$1,order:order$1,orderof:orderof$1,ordf:ordf$3,ordm:ordm$3,origof:origof$1,oror:oror$1,orslope:orslope$1,orv:orv$1,oS:oS$1,Oscr:Oscr$1,oscr:oscr$1,Oslash:Oslash$3,oslash:oslash$3,osol:osol$1,Otilde:Otilde$3,otilde:otilde$3,otimesas:otimesas$1,Otimes:Otimes$1,otimes:otimes$1,Ouml:Ouml$3,ouml:ouml$3,ovbar:ovbar$1,OverBar:OverBar$1,OverBrace:OverBrace$1,OverBracket:OverBracket$1,OverParenthesis:OverParenthesis$1,para:para$3,parallel:parallel$2,par:par$1,parsim:parsim$1,parsl:parsl$1,part:part$1,PartialD:PartialD$1,Pcy:Pcy$1,pcy:pcy$1,percnt:percnt$1,period:period$1,permil:permil$1,perp:perp$1,pertenk:pertenk$1,Pfr:Pfr$1,pfr:pfr$1,Phi:Phi$1,phi:phi$1,phiv:phiv$1,phmmat:phmmat$1,phone:phone$1,Pi:Pi$4,pi:pi$6,pitchfork:pitchfork$1,piv:piv$1,planck:planck$1,planckh:planckh$1,plankv:plankv$1,plusacir:plusacir$1,plusb:plusb$1,pluscir:pluscir$1,plus:plus$1,plusdo:plusdo$1,plusdu:plusdu$1,pluse:pluse$1,PlusMinus:PlusMinus$1,plusmn:plusmn$3,plussim:plussim$1,plustwo:plustwo$1,pm:pm$1,Poincareplane:Poincareplane$1,pointint:pointint$1,popf:popf$1,Popf:Popf$1,pound:pound$3,prap:prap$1,Pr:Pr$5,pr:pr$4,prcue:prcue$1,precapprox:precapprox$1,prec:prec$1,preccurlyeq:preccurlyeq$1,Precedes:Precedes$1,PrecedesEqual:PrecedesEqual$1,PrecedesSlantEqual:PrecedesSlantEqual$1,PrecedesTilde:PrecedesTilde$1,preceq:preceq$1,precnapprox:precnapprox$1,precneqq:precneqq$1,precnsim:precnsim$1,pre:pre$1,prE:prE$1,precsim:precsim$1,prime:prime$1,Prime:Prime$1,primes:primes$1,prnap:prnap$1,prnE:prnE$1,prnsim:prnsim$1,prod:prod$1,Product:Product$1,profalar:profalar$1,profline:profline$1,profsurf:profsurf$1,prop:prop$1,Proportional:Proportional$1,Proportion:Proportion$1,propto:propto$1,prsim:prsim$1,prurel:prurel$1,Pscr:Pscr$1,pscr:pscr$1,Psi:Psi$1,psi:psi$1,puncsp:puncsp$1,Qfr:Qfr$1,qfr:qfr$1,qint:qint$1,qopf:qopf$1,Qopf:Qopf$1,qprime:qprime$1,Qscr:Qscr$1,qscr:qscr$1,quaternions:quaternions$1,quatint:quatint$1,quest:quest$1,questeq:questeq$1,quot:quot$5,QUOT:QUOT$3,rAarr:rAarr$1,race:race$3,Racute:Racute$1,racute:racute$1,radic:radic$1,raemptyv:raemptyv$1,rang:rang$1,Rang:Rang$1,rangd:rangd$1,range:range$3,rangle:rangle$1,raquo:raquo$3,rarrap:rarrap$1,rarrb:rarrb$1,rarrbfs:rarrbfs$1,rarrc:rarrc$1,rarr:rarr$1,Rarr:Rarr$1,rArr:rArr$1,rarrfs:rarrfs$1,rarrhk:rarrhk$1,rarrlp:rarrlp$1,rarrpl:rarrpl$1,rarrsim:rarrsim$1,Rarrtl:Rarrtl$1,rarrtl:rarrtl$1,rarrw:rarrw$1,ratail:ratail$1,rAtail:rAtail$1,ratio:ratio$1,rationals:rationals$1,rbarr:rbarr$1,rBarr:rBarr$1,RBarr:RBarr$1,rbbrk:rbbrk$1,rbrace:rbrace$1,rbrack:rbrack$1,rbrke:rbrke$1,rbrksld:rbrksld$1,rbrkslu:rbrkslu$1,Rcaron:Rcaron$1,rcaron:rcaron$1,Rcedil:Rcedil$1,rcedil:rcedil$1,rceil:rceil$1,rcub:rcub$1,Rcy:Rcy$1,rcy:rcy$1,rdca:rdca$1,rdldhar:rdldhar$1,rdquo:rdquo$1,rdquor:rdquor$1,rdsh:rdsh$1,real:real$1,realine:realine$1,realpart:realpart$1,reals:reals$1,Re:Re$7,rect:rect$1,reg:reg$3,REG:REG$3,ReverseElement:ReverseElement$1,ReverseEquilibrium:ReverseEquilibrium$1,ReverseUpEquilibrium:ReverseUpEquilibrium$1,rfisht:rfisht$1,rfloor:rfloor$1,rfr:rfr$1,Rfr:Rfr$1,rHar:rHar$1,rhard:rhard$1,rharu:rharu$1,rharul:rharul$1,Rho:Rho$1,rho:rho$1,rhov:rhov$1,RightAngleBracket:RightAngleBracket$1,RightArrowBar:RightArrowBar$1,rightarrow:rightarrow$1,RightArrow:RightArrow$1,Rightarrow:Rightarrow$1,RightArrowLeftArrow:RightArrowLeftArrow$1,rightarrowtail:rightarrowtail$1,RightCeiling:RightCeiling$1,RightDoubleBracket:RightDoubleBracket$1,RightDownTeeVector:RightDownTeeVector$1,RightDownVectorBar:RightDownVectorBar$1,RightDownVector:RightDownVector$1,RightFloor:RightFloor$1,rightharpoondown:rightharpoondown$1,rightharpoonup:rightharpoonup$1,rightleftarrows:rightleftarrows$1,rightleftharpoons:rightleftharpoons$1,rightrightarrows:rightrightarrows$1,rightsquigarrow:rightsquigarrow$1,RightTeeArrow:RightTeeArrow$1,RightTee:RightTee$1,RightTeeVector:RightTeeVector$1,rightthreetimes:rightthreetimes$1,RightTriangleBar:RightTriangleBar$1,RightTriangle:RightTriangle$1,RightTriangleEqual:RightTriangleEqual$1,RightUpDownVector:RightUpDownVector$1,RightUpTeeVector:RightUpTeeVector$1,RightUpVectorBar:RightUpVectorBar$1,RightUpVector:RightUpVector$1,RightVectorBar:RightVectorBar$1,RightVector:RightVector$1,ring:ring$1,risingdotseq:risingdotseq$1,rlarr:rlarr$1,rlhar:rlhar$1,rlm:rlm$1,rmoustache:rmoustache$1,rmoust:rmoust$1,rnmid:rnmid$1,roang:roang$1,roarr:roarr$1,robrk:robrk$1,ropar:ropar$1,ropf:ropf$1,Ropf:Ropf$1,roplus:roplus$1,rotimes:rotimes$1,RoundImplies:RoundImplies$1,rpar:rpar$1,rpargt:rpargt$1,rppolint:rppolint$1,rrarr:rrarr$1,Rrightarrow:Rrightarrow$1,rsaquo:rsaquo$1,rscr:rscr$1,Rscr:Rscr$1,rsh:rsh$1,Rsh:Rsh$1,rsqb:rsqb$1,rsquo:rsquo$1,rsquor:rsquor$1,rthree:rthree$1,rtimes:rtimes$1,rtri:rtri$1,rtrie:rtrie$1,rtrif:rtrif$1,rtriltri:rtriltri$1,RuleDelayed:RuleDelayed$1,ruluhar:ruluhar$1,rx:rx$1,Sacute:Sacute$1,sacute:sacute$1,sbquo:sbquo$1,scap:scap$1,Scaron:Scaron$1,scaron:scaron$1,Sc:Sc$2,sc:sc$3,sccue:sccue$1,sce:sce$1,scE:scE$1,Scedil:Scedil$1,scedil:scedil$1,Scirc:Scirc$1,scirc:scirc$1,scnap:scnap$1,scnE:scnE$1,scnsim:scnsim$1,scpolint:scpolint$1,scsim:scsim$1,Scy:Scy$1,scy:scy$1,sdotb:sdotb$1,sdot:sdot$1,sdote:sdote$1,searhk:searhk$1,searr:searr$1,seArr:seArr$1,searrow:searrow$1,sect:sect$3,semi:semi$1,seswar:seswar$1,setminus:setminus$1,setmn:setmn$1,sext:sext$1,Sfr:Sfr$1,sfr:sfr$1,sfrown:sfrown$1,sharp:sharp$1,SHCHcy:SHCHcy$1,shchcy:shchcy$1,SHcy:SHcy$1,shcy:shcy$1,ShortDownArrow:ShortDownArrow$1,ShortLeftArrow:ShortLeftArrow$1,shortmid:shortmid$1,shortparallel:shortparallel$1,ShortRightArrow:ShortRightArrow$1,ShortUpArrow:ShortUpArrow$1,shy:shy$3,Sigma:Sigma$1,sigma:sigma$1,sigmaf:sigmaf$1,sigmav:sigmav$1,sim:sim$1,simdot:simdot$1,sime:sime$1,simeq:simeq$1,simg:simg$1,simgE:simgE$1,siml:siml$1,simlE:simlE$1,simne:simne$1,simplus:simplus$1,simrarr:simrarr$1,slarr:slarr$1,SmallCircle:SmallCircle$1,smallsetminus:smallsetminus$1,smashp:smashp$1,smeparsl:smeparsl$1,smid:smid$1,smile:smile$1,smt:smt$1,smte:smte$1,smtes:smtes$1,SOFTcy:SOFTcy$1,softcy:softcy$1,solbar:solbar$1,solb:solb$1,sol:sol$1,Sopf:Sopf$1,sopf:sopf$1,spades:spades$1,spadesuit:spadesuit$1,spar:spar$1,sqcap:sqcap$1,sqcaps:sqcaps$1,sqcup:sqcup$1,sqcups:sqcups$1,Sqrt:Sqrt$1,sqsub:sqsub$1,sqsube:sqsube$1,sqsubset:sqsubset$1,sqsubseteq:sqsubseteq$1,sqsup:sqsup$1,sqsupe:sqsupe$1,sqsupset:sqsupset$1,sqsupseteq:sqsupseteq$1,square:square$1,Square:Square$1,SquareIntersection:SquareIntersection$1,SquareSubset:SquareSubset$1,SquareSubsetEqual:SquareSubsetEqual$1,SquareSuperset:SquareSuperset$1,SquareSupersetEqual:SquareSupersetEqual$1,SquareUnion:SquareUnion$1,squarf:squarf$1,squ:squ$1,squf:squf$1,srarr:srarr$1,Sscr:Sscr$1,sscr:sscr$1,ssetmn:ssetmn$1,ssmile:ssmile$1,sstarf:sstarf$1,Star:Star$1,star:star$1,starf:starf$1,straightepsilon:straightepsilon$1,straightphi:straightphi$1,strns:strns$1,sub:sub$1,Sub:Sub$1,subdot:subdot$1,subE:subE$1,sube:sube$1,subedot:subedot$1,submult:submult$1,subnE:subnE$1,subne:subne$1,subplus:subplus$1,subrarr:subrarr$1,subset:subset$1,Subset:Subset$1,subseteq:subseteq$1,subseteqq:subseteqq$1,SubsetEqual:SubsetEqual$1,subsetneq:subsetneq$1,subsetneqq:subsetneqq$1,subsim:subsim$1,subsub:subsub$1,subsup:subsup$1,succapprox:succapprox$1,succ:succ$1,succcurlyeq:succcurlyeq$1,Succeeds:Succeeds$1,SucceedsEqual:SucceedsEqual$1,SucceedsSlantEqual:SucceedsSlantEqual$1,SucceedsTilde:SucceedsTilde$1,succeq:succeq$1,succnapprox:succnapprox$1,succneqq:succneqq$1,succnsim:succnsim$1,succsim:succsim$1,SuchThat:SuchThat$1,sum:sum$2,Sum:Sum$1,sung:sung$1,sup1:sup1$3,sup2:sup2$3,sup3:sup3$3,sup:sup$1,Sup:Sup$1,supdot:supdot$1,supdsub:supdsub$1,supE:supE$1,supe:supe$1,supedot:supedot$1,Superset:Superset$1,SupersetEqual:SupersetEqual$1,suphsol:suphsol$1,suphsub:suphsub$1,suplarr:suplarr$1,supmult:supmult$1,supnE:supnE$1,supne:supne$1,supplus:supplus$1,supset:supset$1,Supset:Supset$1,supseteq:supseteq$1,supseteqq:supseteqq$1,supsetneq:supsetneq$1,supsetneqq:supsetneqq$1,supsim:supsim$1,supsub:supsub$1,supsup:supsup$1,swarhk:swarhk$1,swarr:swarr$1,swArr:swArr$1,swarrow:swarrow$1,swnwar:swnwar$1,szlig:szlig$3,Tab:Tab$1,target:target$1,Tau:Tau$1,tau:tau$1,tbrk:tbrk$1,Tcaron:Tcaron$1,tcaron:tcaron$1,Tcedil:Tcedil$1,tcedil:tcedil$1,Tcy:Tcy$1,tcy:tcy$1,tdot:tdot$1,telrec:telrec$1,Tfr:Tfr$1,tfr:tfr$1,there4:there4$1,therefore:therefore$1,Therefore:Therefore$1,Theta:Theta$1,theta:theta$1,thetasym:thetasym$1,thetav:thetav$1,thickapprox:thickapprox$1,thicksim:thicksim$1,ThickSpace:ThickSpace$1,ThinSpace:ThinSpace$1,thinsp:thinsp$1,thkap:thkap$1,thksim:thksim$1,THORN:THORN$3,thorn:thorn$3,tilde:tilde$1,Tilde:Tilde$1,TildeEqual:TildeEqual$1,TildeFullEqual:TildeFullEqual$1,TildeTilde:TildeTilde$1,timesbar:timesbar$1,timesb:timesb$1,times:times$4,timesd:timesd$1,tint:tint$1,toea:toea$1,topbot:topbot$1,topcir:topcir$1,top:top$1,Topf:Topf$1,topf:topf$1,topfork:topfork$1,tosa:tosa$1,tprime:tprime$1,trade:trade$1,TRADE:TRADE$1,triangle:triangle$1,triangledown:triangledown$1,triangleleft:triangleleft$1,trianglelefteq:trianglelefteq$1,triangleq:triangleq$1,triangleright:triangleright$1,trianglerighteq:trianglerighteq$1,tridot:tridot$1,trie:trie$1,triminus:triminus$1,TripleDot:TripleDot$1,triplus:triplus$1,trisb:trisb$1,tritime:tritime$1,trpezium:trpezium$1,Tscr:Tscr$1,tscr:tscr$1,TScy:TScy$1,tscy:tscy$1,TSHcy:TSHcy$1,tshcy:tshcy$1,Tstrok:Tstrok$1,tstrok:tstrok$1,twixt:twixt$1,twoheadleftarrow:twoheadleftarrow$1,twoheadrightarrow:twoheadrightarrow$1,Uacute:Uacute$3,uacute:uacute$3,uarr:uarr$1,Uarr:Uarr$1,uArr:uArr$1,Uarrocir:Uarrocir$1,Ubrcy:Ubrcy$1,ubrcy:ubrcy$1,Ubreve:Ubreve$1,ubreve:ubreve$1,Ucirc:Ucirc$3,ucirc:ucirc$3,Ucy:Ucy$1,ucy:ucy$1,udarr:udarr$1,Udblac:Udblac$1,udblac:udblac$1,udhar:udhar$1,ufisht:ufisht$1,Ufr:Ufr$1,ufr:ufr$1,Ugrave:Ugrave$3,ugrave:ugrave$3,uHar:uHar$1,uharl:uharl$1,uharr:uharr$1,uhblk:uhblk$1,ulcorn:ulcorn$1,ulcorner:ulcorner$1,ulcrop:ulcrop$1,ultri:ultri$1,Umacr:Umacr$1,umacr:umacr$1,uml:uml$3,UnderBar:UnderBar$1,UnderBrace:UnderBrace$1,UnderBracket:UnderBracket$1,UnderParenthesis:UnderParenthesis$1,Union:Union$1,UnionPlus:UnionPlus$1,Uogon:Uogon$1,uogon:uogon$1,Uopf:Uopf$1,uopf:uopf$1,UpArrowBar:UpArrowBar$1,uparrow:uparrow$1,UpArrow:UpArrow$1,Uparrow:Uparrow$1,UpArrowDownArrow:UpArrowDownArrow$1,updownarrow:updownarrow$1,UpDownArrow:UpDownArrow$1,Updownarrow:Updownarrow$1,UpEquilibrium:UpEquilibrium$1,upharpoonleft:upharpoonleft$1,upharpoonright:upharpoonright$1,uplus:uplus$1,UpperLeftArrow:UpperLeftArrow$1,UpperRightArrow:UpperRightArrow$1,upsi:upsi$1,Upsi:Upsi$1,upsih:upsih$1,Upsilon:Upsilon$1,upsilon:upsilon$1,UpTeeArrow:UpTeeArrow$1,UpTee:UpTee$1,upuparrows:upuparrows$1,urcorn:urcorn$1,urcorner:urcorner$1,urcrop:urcrop$1,Uring:Uring$1,uring:uring$1,urtri:urtri$1,Uscr:Uscr$1,uscr:uscr$1,utdot:utdot$1,Utilde:Utilde$1,utilde:utilde$1,utri:utri$1,utrif:utrif$1,uuarr:uuarr$1,Uuml:Uuml$3,uuml:uuml$3,uwangle:uwangle$1,vangrt:vangrt$1,varepsilon:varepsilon$1,varkappa:varkappa$1,varnothing:varnothing$1,varphi:varphi$1,varpi:varpi$1,varpropto:varpropto$1,varr:varr$1,vArr:vArr$1,varrho:varrho$1,varsigma:varsigma$1,varsubsetneq:varsubsetneq$1,varsubsetneqq:varsubsetneqq$1,varsupsetneq:varsupsetneq$1,varsupsetneqq:varsupsetneqq$1,vartheta:vartheta$1,vartriangleleft:vartriangleleft$1,vartriangleright:vartriangleright$1,vBar:vBar$1,Vbar:Vbar$1,vBarv:vBarv$1,Vcy:Vcy$1,vcy:vcy$1,vdash:vdash$1,vDash:vDash$1,Vdash:Vdash$1,VDash:VDash$1,Vdashl:Vdashl$1,veebar:veebar$1,vee:vee$1,Vee:Vee$1,veeeq:veeeq$1,vellip:vellip$1,verbar:verbar$1,Verbar:Verbar$1,vert:vert$1,Vert:Vert$1,VerticalBar:VerticalBar$1,VerticalLine:VerticalLine$1,VerticalSeparator:VerticalSeparator$1,VerticalTilde:VerticalTilde$1,VeryThinSpace:VeryThinSpace$1,Vfr:Vfr$1,vfr:vfr$1,vltri:vltri$1,vnsub:vnsub$1,vnsup:vnsup$1,Vopf:Vopf$1,vopf:vopf$1,vprop:vprop$1,vrtri:vrtri$1,Vscr:Vscr$1,vscr:vscr$1,vsubnE:vsubnE$1,vsubne:vsubne$1,vsupnE:vsupnE$1,vsupne:vsupne$1,Vvdash:Vvdash$1,vzigzag:vzigzag$1,Wcirc:Wcirc$1,wcirc:wcirc$1,wedbar:wedbar$1,wedge:wedge$1,Wedge:Wedge$1,wedgeq:wedgeq$1,weierp:weierp$1,Wfr:Wfr$1,wfr:wfr$1,Wopf:Wopf$1,wopf:wopf$1,wp:wp$2,wr:wr$5,wreath:wreath$1,Wscr:Wscr$1,wscr:wscr$1,xcap:xcap$1,xcirc:xcirc$1,xcup:xcup$1,xdtri:xdtri$1,Xfr:Xfr$1,xfr:xfr$1,xharr:xharr$1,xhArr:xhArr$1,Xi:Xi$3,xi:xi$4,xlarr:xlarr$1,xlArr:xlArr$1,xmap:xmap$1,xnis:xnis$1,xodot:xodot$1,Xopf:Xopf$1,xopf:xopf$1,xoplus:xoplus$1,xotime:xotime$1,xrarr:xrarr$1,xrArr:xrArr$1,Xscr:Xscr$1,xscr:xscr$1,xsqcup:xsqcup$1,xuplus:xuplus$1,xutri:xutri$1,xvee:xvee$1,xwedge:xwedge$1,Yacute:Yacute$3,yacute:yacute$3,YAcy:YAcy$1,yacy:yacy$1,Ycirc:Ycirc$1,ycirc:ycirc$1,Ycy:Ycy$1,ycy:ycy$1,yen:yen$3,Yfr:Yfr$1,yfr:yfr$1,YIcy:YIcy$1,yicy:yicy$1,Yopf:Yopf$1,yopf:yopf$1,Yscr:Yscr$1,yscr:yscr$1,YUcy:YUcy$1,yucy:yucy$1,yuml:yuml$3,Yuml:Yuml$1,Zacute:Zacute$1,zacute:zacute$1,Zcaron:Zcaron$1,zcaron:zcaron$1,Zcy:Zcy$1,zcy:zcy$1,Zdot:Zdot$1,zdot:zdot$1,zeetrf:zeetrf$1,ZeroWidthSpace:ZeroWidthSpace$1,Zeta:Zeta$1,zeta:zeta$1,zfr:zfr$1,Zfr:Zfr$1,ZHcy:ZHcy$1,zhcy:zhcy$1,zigrarr:zigrarr$1,zopf:zopf$1,Zopf:Zopf$1,Zscr:Zscr$1,zscr:zscr$1,zwj:zwj$1,zwnj:zwnj$1},Aacute$2="Á",aacute$2="á",Acirc$2="Â",acirc$2="â",acute$2="´",AElig$2="Æ",aelig$2="æ",Agrave$2="À",agrave$2="à",amp$4="&",AMP$2="&",Aring$2="Å",aring$2="å",Atilde$2="Ã",atilde$2="ã",Auml$2="Ä",auml$2="ä",brvbar$2="¦",Ccedil$2="Ç",ccedil$2="ç",cedil$2="¸",cent$2="¢",copy$2="©",COPY$2="©",curren$2="¤",deg$2="°",divide$2="÷",Eacute$2="É",eacute$2="é",Ecirc$2="Ê",ecirc$2="ê",Egrave$2="È",egrave$2="è",ETH$2="Ð",eth$2="ð",Euml$2="Ë",euml$2="ë",frac12$2="½",frac14$2="¼",frac34$2="¾",gt$7=">",GT$2=">",Iacute$2="Í",iacute$2="í",Icirc$2="Î",icirc$2="î",iexcl$2="¡",Igrave$2="Ì",igrave$2="ì",iquest$2="¿",Iuml$2="Ï",iuml$2="ï",laquo$2="«",lt$7="<",LT$2="<",macr$2="¯",micro$2="µ",middot$2="·",nbsp$2=" ",not$2="¬",Ntilde$2="Ñ",ntilde$2="ñ",Oacute$2="Ó",oacute$2="ó",Ocirc$2="Ô",ocirc$2="ô",Ograve$2="Ò",ograve$2="ò",ordf$2="ª",ordm$2="º",Oslash$2="Ø",oslash$2="ø",Otilde$2="Õ",otilde$2="õ",Ouml$2="Ö",ouml$2="ö",para$2="¶",plusmn$2="±",pound$2="£",quot$4='"',QUOT$2='"',raquo$2="»",reg$2="®",REG$2="®",sect$2="§",shy$2="­",sup1$2="¹",sup2$2="²",sup3$2="³",szlig$2="ß",THORN$2="Þ",thorn$2="þ",times$3="×",Uacute$2="Ú",uacute$2="ú",Ucirc$2="Û",ucirc$2="û",Ugrave$2="Ù",ugrave$2="ù",uml$2="¨",Uuml$2="Ü",uuml$2="ü",Yacute$2="Ý",yacute$2="ý",yen$2="¥",yuml$2="ÿ",require$$1$1={Aacute:Aacute$2,aacute:aacute$2,Acirc:Acirc$2,acirc:acirc$2,acute:acute$2,AElig:AElig$2,aelig:aelig$2,Agrave:Agrave$2,agrave:agrave$2,amp:amp$4,AMP:AMP$2,Aring:Aring$2,aring:aring$2,Atilde:Atilde$2,atilde:atilde$2,Auml:Auml$2,auml:auml$2,brvbar:brvbar$2,Ccedil:Ccedil$2,ccedil:ccedil$2,cedil:cedil$2,cent:cent$2,copy:copy$2,COPY:COPY$2,curren:curren$2,deg:deg$2,divide:divide$2,Eacute:Eacute$2,eacute:eacute$2,Ecirc:Ecirc$2,ecirc:ecirc$2,Egrave:Egrave$2,egrave:egrave$2,ETH:ETH$2,eth:eth$2,Euml:Euml$2,euml:euml$2,frac12:frac12$2,frac14:frac14$2,frac34:frac34$2,gt:gt$7,GT:GT$2,Iacute:Iacute$2,iacute:iacute$2,Icirc:Icirc$2,icirc:icirc$2,iexcl:iexcl$2,Igrave:Igrave$2,igrave:igrave$2,iquest:iquest$2,Iuml:Iuml$2,iuml:iuml$2,laquo:laquo$2,lt:lt$7,LT:LT$2,macr:macr$2,micro:micro$2,middot:middot$2,nbsp:nbsp$2,not:not$2,Ntilde:Ntilde$2,ntilde:ntilde$2,Oacute:Oacute$2,oacute:oacute$2,Ocirc:Ocirc$2,ocirc:ocirc$2,Ograve:Ograve$2,ograve:ograve$2,ordf:ordf$2,ordm:ordm$2,Oslash:Oslash$2,oslash:oslash$2,Otilde:Otilde$2,otilde:otilde$2,Ouml:Ouml$2,ouml:ouml$2,para:para$2,plusmn:plusmn$2,pound:pound$2,quot:quot$4,QUOT:QUOT$2,raquo:raquo$2,reg:reg$2,REG:REG$2,sect:sect$2,shy:shy$2,sup1:sup1$2,sup2:sup2$2,sup3:sup3$2,szlig:szlig$2,THORN:THORN$2,thorn:thorn$2,times:times$3,Uacute:Uacute$2,uacute:uacute$2,Ucirc:Ucirc$2,ucirc:ucirc$2,Ugrave:Ugrave$2,ugrave:ugrave$2,uml:uml$2,Uuml:Uuml$2,uuml:uuml$2,Yacute:Yacute$2,yacute:yacute$2,yen:yen$2,yuml:yuml$2},amp$3="&",apos$2="'",gt$6=">",lt$6="<",quot$3='"',require$$0$4={amp:amp$3,apos:apos$2,gt:gt$6,lt:lt$6,quot:quot$3};var decode_codepoint$1={};const require$$0$3={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};var hasRequiredDecode_codepoint$1;function requireDecode_codepoint$1(){if(hasRequiredDecode_codepoint$1)return decode_codepoint$1;hasRequiredDecode_codepoint$1=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(td){return td&&td.__esModule?td:{default:td}};Object.defineProperty(decode_codepoint$1,"__esModule",{value:!0});var qa=Ra(require$$0$3),Ja=String.fromCodePoint||function(td){var rd="";return td>65535&&(td-=65536,rd+=String.fromCharCode(td>>>10&1023|55296),td=56320|td&1023),rd+=String.fromCharCode(td),rd};function ed(td){return td>=55296&&td<=57343||td>1114111?"<22>":(td in qa.default&&(td=qa.default[td]),Ja(td))}return decode_codepoint$1.default=ed,decode_codepoint$1}var hasRequiredDecode;function requireDecode(){if(hasRequiredDecode)return decode$1;hasRequiredDecode=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(cd){return cd&&cd.__esModule?cd:{default:cd}};Object.defineProperty(decode$1,"__esModule",{value:!0}),decode$1.decodeHTML=decode$1.decodeHTMLStrict=decode$1.decodeXML=void 0;var qa=Ra(require$$1$2),Ja=Ra(require$$1$1),ed=Ra(require$$0$4),td=Ra(requireDecode_codepoint$1()),rd=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;decode$1.decodeXML=od(ed.default),decode$1.decodeHTMLStrict=od(qa.default);function od(cd){var ud=ld(cd);return function(gd){return String(gd).replace(rd,ud)}}var sd=function(cd,ud){return cd<ud?1:-1};decode$1.decodeHTML=function(){for(var cd=Object.keys(Ja.default).sort(sd),ud=Object.keys(qa.default).sort(sd),gd=0,_d=0;gd<ud.length;gd++)cd[_d]===ud[gd]?(ud[gd]+=";?",_d++):ud[gd]+=";";var yd=new RegExp("&(?:"+ud.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),Ed=ld(qa.default);function Td(Od){return Od.substr(-1)!==";"&&(Od+=";"),Ed(Od)}return function(Od){return String(Od).replace(yd,Td)}}();function ld(cd){return function(gd){if(gd.charAt(1)==="#"){var _d=gd.charAt(2);return _d==="X"||_d==="x"?td.default(parseInt(gd.substr(3),16)):td.default(parseInt(gd.substr(2),10))}return cd[gd.slice(1,-1)]||gd}}return decode$1}var encode$3={},hasRequiredEncode;function requireEncode(){if(hasRequiredEncode)return encode$3;hasRequiredEncode=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(Ad){return Ad&&Ad.__esModule?Ad:{default:Ad}};Object.defineProperty(encode$3,"__esModule",{value:!0}),encode$3.escapeUTF8=encode$3.escape=encode$3.encodeNonAsciiHTML=encode$3.encodeHTML=encode$3.encodeXML=void 0;var qa=Ra(require$$0$4),Ja=sd(qa.default),ed=ld(Ja);encode$3.encodeXML=Od(Ja);var td=Ra(require$$1$2),rd=sd(td.default),od=ld(rd);encode$3.encodeHTML=_d(rd,od),encode$3.encodeNonAsciiHTML=Od(rd);function sd(Ad){return Object.keys(Ad).sort().reduce(function(Nd,kd){return Nd[Ad[kd]]="&"+kd+";",Nd},{})}function ld(Ad){for(var Nd=[],kd=[],Id=0,Rd=Object.keys(Ad);Id<Rd.length;Id++){var Md=Rd[Id];Md.length===1?Nd.push("\\"+Md):kd.push(Md)}Nd.sort();for(var Ld=0;Ld<Nd.length-1;Ld++){for(var jd=Ld;jd<Nd.length-1&&Nd[jd].charCodeAt(1)+1===Nd[jd+1].charCodeAt(1);)jd+=1;var Pd=1+jd-Ld;Pd<3||Nd.splice(Ld,Pd,Nd[Ld]+"-"+Nd[jd])}return kd.unshift("["+Nd.join("")+"]"),new RegExp(kd.join("|"),"g")}var cd=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,ud=String.prototype.codePointAt!=null?function(Ad){return Ad.codePointAt(0)}:function(Ad){return(Ad.charCodeAt(0)-55296)*1024+Ad.charCodeAt(1)-56320+65536};function gd(Ad){return"&#x"+(Ad.length>1?ud(Ad):Ad.charCodeAt(0)).toString(16).toUpperCase()+";"}function _d(Ad,Nd){return function(kd){return kd.replace(Nd,function(Id){return Ad[Id]}).replace(cd,gd)}}var yd=new RegExp(ed.source+"|"+cd.source,"g");function Ed(Ad){return Ad.replace(yd,gd)}encode$3.escape=Ed;function Td(Ad){return Ad.replace(ed,gd)}encode$3.escapeUTF8=Td;function Od(Ad){return function(Nd){return Nd.replace(yd,function(kd){return Ad[kd]||gd(kd)})}}return encode$3}var hasRequiredLib$9;function requireLib$9(){return hasRequiredLib$9||(hasRequiredLib$9=1,function(Ra){Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.decodeXMLStrict=Ra.decodeHTML5Strict=Ra.decodeHTML4Strict=Ra.decodeHTML5=Ra.decodeHTML4=Ra.decodeHTMLStrict=Ra.decodeHTML=Ra.decodeXML=Ra.encodeHTML5=Ra.encodeHTML4=Ra.escapeUTF8=Ra.escape=Ra.encodeNonAsciiHTML=Ra.encodeHTML=Ra.encodeXML=Ra.encode=Ra.decodeStrict=Ra.decode=void 0;var qa=requireDecode(),Ja=requireEncode();function ed(ld,cd){return(!cd||cd<=0?qa.decodeXML:qa.decodeHTML)(ld)}Ra.decode=ed;function td(ld,cd){return(!cd||cd<=0?qa.decodeXML:qa.decodeHTMLStrict)(ld)}Ra.decodeStrict=td;function rd(ld,cd){return(!cd||cd<=0?Ja.encodeXML:Ja.encodeHTML)(ld)}Ra.encode=rd;var od=requireEncode();Object.defineProperty(Ra,"encodeXML",{enumerable:!0,get:function(){return od.encodeXML}}),Object.defineProperty(Ra,"encodeHTML",{enumerable:!0,get:function(){return od.encodeHTML}}),Object.defineProperty(Ra,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return od.encodeNonAsciiHTML}}),Object.defineProperty(Ra,"escape",{enumerable:!0,get:function(){return od.escape}}),Object.defineProperty(Ra,"escapeUTF8",{enumerable:!0,get:function(){return od.escapeUTF8}}),Object.defineProperty(Ra,"encodeHTML4",{enumerable:!0,get:function(){return od.encodeHTML}}),Object.defineProperty(Ra,"encodeHTML5",{enumerable:!0,get:function(){return od.encodeHTML}});var sd=requireDecode();Object.defineProperty(Ra,"decodeXML",{enumerable:!0,get:function(){return sd.decodeXML}}),Object.defineProperty(Ra,"decodeHTML",{enumerable:!0,get:function(){return sd.decodeHTML}}),Object.defineProperty(Ra,"decodeHTMLStrict",{enumerable:!0,get:function(){return sd.decodeHTMLStrict}}),Object.defineProperty(Ra,"decodeHTML4",{enumerable:!0,get:function(){return sd.decodeHTML}}),Object.defineProperty(Ra,"decodeHTML5",{enumerable:!0,get:function(){return sd.decodeHTML}}),Object.defineProperty(Ra,"decodeHTML4Strict",{enumerable:!0,get:function(){return sd.decodeHTMLStrict}}),Object.defineProperty(Ra,"decodeHTML5Strict",{enumerable:!0,get:function(){return sd.decodeHTMLStrict}}),Object.defineProperty(Ra,"decodeXMLStrict",{enumerable:!0,get:function(){return sd.decodeXML}})}(lib$6)),lib$6}var foreignNames={},hasRequiredForeignNames;function requireForeignNames(){return hasRequiredForeignNames||(hasRequiredForeignNames=1,Object.defineProperty(foreignNames,"__esModule",{value:!0}),foreignNames.attributeNames=foreignNames.elementNames=void 0,foreignNames.elementNames=new Map([["altglyph","altGlyph"],["altglyphdef","altGlyphDef"],["altglyphitem","altGlyphItem"],["animatecolor","animateColor"],["animatemotion","animateMotion"],["animatetransform","animateTransform"],["clippath","clipPath"],["feblend","feBlend"],["fecolormatrix","feColorMatrix"],["fecomponenttransfer","feComponentTransfer"],["fecomposite","feComposite"],["feconvolvematrix","feConvolveMatrix"],["fediffuselighting","feDiffuseLighting"],["fedisplacementmap","feDisplacementMap"],["fedistantlight","feDistantLight"],["fedropshadow","feDropShadow"],["feflood","feFlood"],["fefunca","feFuncA"],["fefuncb","feFuncB"],["fefuncg","feFuncG"],["fefuncr","feFuncR"],["fegaussianblur","feGaussianBlur"],["feimage","feImage"],["femerge","feMerge"],["femergenode","feMergeNode"],["femorphology","feMorphology"],["feoffset","feOffset"],["fepointlight","fePointLight"],["fespecularlighting","feSpecularLighting"],["fespotlight","feSpotLight"],["fetile","feTile"],["feturbulence","feTurbulence"],["foreignobject","foreignObject"],["glyphref","glyphRef"],["lineargradient","linearGradient"],["radialgradient","radialGradient"],["textpath","textPath"]]),foreignNames.attributeNames=new Map([["definitionurl","definitionURL"],["attributename","attributeName"],["attributetype","attributeType"],["basefrequency","baseFrequency"],["baseprofile","baseProfile"],["calcmode","calcMode"],["clippathunits","clipPathUnits"],["diffuseconstant","diffuseConstant"],["edgemode","edgeMode"],["filterunits","filterUnits"],["glyphref","glyphRef"],["gradienttransform","gradientTransform"],["gradientunits","gradientUnits"],["kernelmatrix","kernelMatrix"],["kernelunitlength","kernelUnitLength"],["keypoints","keyPoints"],["keysplines","keySplines"],["keytimes","keyTimes"],["lengthadjust","lengthAdjust"],["limitingconeangle","limitingConeAngle"],["markerheight","markerHeight"],["markerunits","markerUnits"],["markerwidth","markerWidth"],["maskcontentunits","maskContentUnits"],["maskunits","maskUnits"],["numoctaves","numOctaves"],["pathlength","pathLength"],["patterncontentunits","patternContentUnits"],["patterntransform","patternTransform"],["patternunits","patternUnits"],["pointsatx","pointsAtX"],["pointsaty","pointsAtY"],["pointsatz","pointsAtZ"],["preservealpha","preserveAlpha"],["preserveaspectratio","preserveAspectRatio"],["primitiveunits","primitiveUnits"],["refx","refX"],["refy","refY"],["repeatcount","repeatCount"],["repeatdur","repeatDur"],["requiredextensions","requiredExtensions"],["requiredfeatures","requiredFeatures"],["specularconstant","specularConstant"],["specularexponent","specularExponent"],["spreadmethod","spreadMethod"],["startoffset","startOffset"],["stddeviation","stdDeviation"],["stitchtiles","stitchTiles"],["surfacescale","surfaceScale"],["systemlanguage","systemLanguage"],["tablevalues","tableValues"],["targetx","targetX"],["targety","targetY"],["textlength","textLength"],["viewbox","viewBox"],["viewtarget","viewTarget"],["xchannelselector","xChannelSelector"],["ychannelselector","yChannelSelector"],["zoomandpan","zoomAndPan"]])),foreignNames}var hasRequiredLib$8;function requireLib$8(){if(hasRequiredLib$8)return lib$7;hasRequiredLib$8=1;var Ra=commonjsGlobal&&commonjsGlobal.__assign||function(){return Ra=Object.assign||function(kd){for(var Id,Rd=1,Md=arguments.length;Rd<Md;Rd++){Id=arguments[Rd];for(var Ld in Id)Object.prototype.hasOwnProperty.call(Id,Ld)&&(kd[Ld]=Id[Ld])}return kd},Ra.apply(this,arguments)},qa=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(kd,Id,Rd,Md){Md===void 0&&(Md=Rd),Object.defineProperty(kd,Md,{enumerable:!0,get:function(){return Id[Rd]}})}:function(kd,Id,Rd,Md){Md===void 0&&(Md=Rd),kd[Md]=Id[Rd]}),Ja=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(kd,Id){Object.defineProperty(kd,"default",{enumerable:!0,value:Id})}:function(kd,Id){kd.default=Id}),ed=commonjsGlobal&&commonjsGlobal.__importStar||function(kd){if(kd&&kd.__esModule)return kd;var Id={};if(kd!=null)for(var Rd in kd)Rd!=="default"&&Object.prototype.hasOwnProperty.call(kd,Rd)&&qa(Id,kd,Rd);return Ja(Id,kd),Id};Object.defineProperty(lib$7,"__esModule",{value:!0});var td=ed(requireLib$b()),rd=requireLib$9(),od=requireForeignNames(),sd=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function ld(kd,Id){if(kd)return Object.keys(kd).map(function(Rd){var Md,Ld,jd=(Md=kd[Rd])!==null&&Md!==void 0?Md:"";return Id.xmlMode==="foreign"&&(Rd=(Ld=od.attributeNames.get(Rd))!==null&&Ld!==void 0?Ld:Rd),!Id.emptyAttrs&&!Id.xmlMode&&jd===""?Rd:Rd+'="'+(Id.decodeEntities!==!1?rd.encodeXML(jd):jd.replace(/"/g,"&quot;"))+'"'}).join(" ")}var cd=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function ud(kd,Id){Id===void 0&&(Id={});for(var Rd=("length"in kd)?kd:[kd],Md="",Ld=0;Ld<Rd.length;Ld++)Md+=gd(Rd[Ld],Id);return Md}lib$7.default=ud;function gd(kd,Id){switch(kd.type){case td.Root:return ud(kd.children,Id);case td.Directive:case td.Doctype:return Td(kd);case td.Comment:return Nd(kd);case td.CDATA:return Ad(kd);case td.Script:case td.Style:case td.Tag:return Ed(kd,Id);case td.Text:return Od(kd,Id)}}var _d=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),yd=new Set(["svg","math"]);function Ed(kd,Id){var Rd;Id.xmlMode==="foreign"&&(kd.name=(Rd=od.elementNames.get(kd.name))!==null&&Rd!==void 0?Rd:kd.name,kd.parent&&_d.has(kd.parent.name)&&(Id=Ra(Ra({},Id),{xmlMode:!1}))),!Id.xmlMode&&yd.has(kd.name)&&(Id=Ra(Ra({},Id),{xmlMode:"foreign"}));var Md="<"+kd.name,Ld=ld(kd.attribs,Id);return Ld&&(Md+=" "+Ld),kd.children.length===0&&(Id.xmlMode?Id.selfClosingTags!==!1:Id.selfClosingTags&&cd.has(kd.name))?(Id.xmlMode||(Md+=" "),Md+="/>"):(Md+=">",kd.children.length>0&&(Md+=ud(kd.children,Id)),(Id.xmlMode||!cd.has(kd.name))&&(Md+="</"+kd.name+">")),Md}function Td(kd){return"<"+kd.data+">"}function Od(kd,Id){var Rd=kd.data||"";return Id.decodeEntities!==!1&&!(!Id.xmlMode&&kd.parent&&sd.has(kd.parent.name))&&(Rd=rd.encodeXML(Rd)),Rd}function Ad(kd){return"<![CDATA["+kd.children[0].data+"]]>"}function Nd(kd){return"<!--"+kd.data+"-->"}return lib$7}var hasRequiredStringify;function requireStringify(){if(hasRequiredStringify)return stringify$2;hasRequiredStringify=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(cd){return cd&&cd.__esModule?cd:{default:cd}};Object.defineProperty(stringify$2,"__esModule",{value:!0}),stringify$2.innerText=stringify$2.textContent=stringify$2.getText=stringify$2.getInnerHTML=stringify$2.getOuterHTML=void 0;var qa=requireLib$a(),Ja=Ra(requireLib$8()),ed=requireLib$b();function td(cd,ud){return(0,Ja.default)(cd,ud)}stringify$2.getOuterHTML=td;function rd(cd,ud){return(0,qa.hasChildren)(cd)?cd.children.map(function(gd){return td(gd,ud)}).join(""):""}stringify$2.getInnerHTML=rd;function od(cd){return Array.isArray(cd)?cd.map(od).join(""):(0,qa.isTag)(cd)?cd.name==="br"?`
`:od(cd.children):(0,qa.isCDATA)(cd)?od(cd.children):(0,qa.isText)(cd)?cd.data:""}stringify$2.getText=od;function sd(cd){return Array.isArray(cd)?cd.map(sd).join(""):(0,qa.hasChildren)(cd)&&!(0,qa.isComment)(cd)?sd(cd.children):(0,qa.isText)(cd)?cd.data:""}stringify$2.textContent=sd;function ld(cd){return Array.isArray(cd)?cd.map(ld).join(""):(0,qa.hasChildren)(cd)&&(cd.type===ed.ElementType.Tag||(0,qa.isCDATA)(cd))?ld(cd.children):(0,qa.isText)(cd)?cd.data:""}return stringify$2.innerText=ld,stringify$2}var traversal={},hasRequiredTraversal;function requireTraversal(){if(hasRequiredTraversal)return traversal;hasRequiredTraversal=1,Object.defineProperty(traversal,"__esModule",{value:!0}),traversal.prevElementSibling=traversal.nextElementSibling=traversal.getName=traversal.hasAttrib=traversal.getAttributeValue=traversal.getSiblings=traversal.getParent=traversal.getChildren=void 0;var Ra=requireLib$a(),qa=[];function Ja(ud){var gd;return(gd=ud.children)!==null&&gd!==void 0?gd:qa}traversal.getChildren=Ja;function ed(ud){return ud.parent||null}traversal.getParent=ed;function td(ud){var gd,_d,yd=ed(ud);if(yd!=null)return Ja(yd);for(var Ed=[ud],Td=ud.prev,Od=ud.next;Td!=null;)Ed.unshift(Td),gd=Td,Td=gd.prev;for(;Od!=null;)Ed.push(Od),_d=Od,Od=_d.next;return Ed}traversal.getSiblings=td;function rd(ud,gd){var _d;return(_d=ud.attribs)===null||_d===void 0?void 0:_d[gd]}traversal.getAttributeValue=rd;function od(ud,gd){return ud.attribs!=null&&Object.prototype.hasOwnProperty.call(ud.attribs,gd)&&ud.attribs[gd]!=null}traversal.hasAttrib=od;function sd(ud){return ud.name}traversal.getName=sd;function ld(ud){for(var gd,_d=ud.next;_d!==null&&!(0,Ra.isTag)(_d);)gd=_d,_d=gd.next;return _d}traversal.nextElementSibling=ld;function cd(ud){for(var gd,_d=ud.prev;_d!==null&&!(0,Ra.isTag)(_d);)gd=_d,_d=gd.prev;return _d}return traversal.prevElementSibling=cd,traversal}var manipulation$1={},hasRequiredManipulation$1;function requireManipulation$1(){if(hasRequiredManipulation$1)return manipulation$1;hasRequiredManipulation$1=1,Object.defineProperty(manipulation$1,"__esModule",{value:!0}),manipulation$1.prepend=manipulation$1.prependChild=manipulation$1.append=manipulation$1.appendChild=manipulation$1.replaceElement=manipulation$1.removeElement=void 0;function Ra(od){if(od.prev&&(od.prev.next=od.next),od.next&&(od.next.prev=od.prev),od.parent){var sd=od.parent.children;sd.splice(sd.lastIndexOf(od),1)}}manipulation$1.removeElement=Ra;function qa(od,sd){var ld=sd.prev=od.prev;ld&&(ld.next=sd);var cd=sd.next=od.next;cd&&(cd.prev=sd);var ud=sd.parent=od.parent;if(ud){var gd=ud.children;gd[gd.lastIndexOf(od)]=sd}}manipulation$1.replaceElement=qa;function Ja(od,sd){if(Ra(sd),sd.next=null,sd.parent=od,od.children.push(sd)>1){var ld=od.children[od.children.length-2];ld.next=sd,sd.prev=ld}else sd.prev=null}manipulation$1.appendChild=Ja;function ed(od,sd){Ra(sd);var ld=od.parent,cd=od.next;if(sd.next=cd,sd.prev=od,od.next=sd,sd.parent=ld,cd){if(cd.prev=sd,ld){var ud=ld.children;ud.splice(ud.lastIndexOf(cd),0,sd)}}else ld&&ld.children.push(sd)}manipulation$1.append=ed;function td(od,sd){if(Ra(sd),sd.parent=od,sd.prev=null,od.children.unshift(sd)!==1){var ld=od.children[1];ld.prev=sd,sd.next=ld}else sd.next=null}manipulation$1.prependChild=td;function rd(od,sd){Ra(sd);var ld=od.parent;if(ld){var cd=ld.children;cd.splice(cd.indexOf(od),0,sd)}od.prev&&(od.prev.next=sd),sd.parent=ld,sd.prev=od.prev,sd.next=od,od.prev=sd}return manipulation$1.prepend=rd,manipulation$1}var querying={},hasRequiredQuerying;function requireQuerying(){if(hasRequiredQuerying)return querying;hasRequiredQuerying=1,Object.defineProperty(querying,"__esModule",{value:!0}),querying.findAll=querying.existsOne=querying.findOne=querying.findOneChild=querying.find=querying.filter=void 0;var Ra=requireLib$a();function qa(sd,ld,cd,ud){return cd===void 0&&(cd=!0),ud===void 0&&(ud=1/0),Array.isArray(ld)||(ld=[ld]),Ja(sd,ld,cd,ud)}querying.filter=qa;function Ja(sd,ld,cd,ud){for(var gd=[],_d=0,yd=ld;_d<yd.length;_d++){var Ed=yd[_d];if(sd(Ed)&&(gd.push(Ed),--ud<=0))break;if(cd&&(0,Ra.hasChildren)(Ed)&&Ed.children.length>0){var Td=Ja(sd,Ed.children,cd,ud);if(gd.push.apply(gd,Td),ud-=Td.length,ud<=0)break}}return gd}querying.find=Ja;function ed(sd,ld){return ld.find(sd)}querying.findOneChild=ed;function td(sd,ld,cd){cd===void 0&&(cd=!0);for(var ud=null,gd=0;gd<ld.length&&!ud;gd++){var _d=ld[gd];if((0,Ra.isTag)(_d))sd(_d)?ud=_d:cd&&_d.children.length>0&&(ud=td(sd,_d.children));else continue}return ud}querying.findOne=td;function rd(sd,ld){return ld.some(function(cd){return(0,Ra.isTag)(cd)&&(sd(cd)||cd.children.length>0&&rd(sd,cd.children))})}querying.existsOne=rd;function od(sd,ld){for(var cd,ud=[],gd=ld.filter(Ra.isTag),_d;_d=gd.shift();){var yd=(cd=_d.children)===null||cd===void 0?void 0:cd.filter(Ra.isTag);yd&&yd.length>0&&gd.unshift.apply(gd,yd),sd(_d)&&ud.push(_d)}return ud}return querying.findAll=od,querying}var legacy={},hasRequiredLegacy;function requireLegacy(){if(hasRequiredLegacy)return legacy;hasRequiredLegacy=1,Object.defineProperty(legacy,"__esModule",{value:!0}),legacy.getElementsByTagType=legacy.getElementsByTagName=legacy.getElementById=legacy.getElements=legacy.testElement=void 0;var Ra=requireLib$a(),qa=requireQuerying(),Ja={tag_name:function(gd){return typeof gd=="function"?function(_d){return(0,Ra.isTag)(_d)&&gd(_d.name)}:gd==="*"?Ra.isTag:function(_d){return(0,Ra.isTag)(_d)&&_d.name===gd}},tag_type:function(gd){return typeof gd=="function"?function(_d){return gd(_d.type)}:function(_d){return _d.type===gd}},tag_contains:function(gd){return typeof gd=="function"?function(_d){return(0,Ra.isText)(_d)&&gd(_d.data)}:function(_d){return(0,Ra.isText)(_d)&&_d.data===gd}}};function ed(gd,_d){return typeof _d=="function"?function(yd){return(0,Ra.isTag)(yd)&&_d(yd.attribs[gd])}:function(yd){return(0,Ra.isTag)(yd)&&yd.attribs[gd]===_d}}function td(gd,_d){return function(yd){return gd(yd)||_d(yd)}}function rd(gd){var _d=Object.keys(gd).map(function(yd){var Ed=gd[yd];return Object.prototype.hasOwnProperty.call(Ja,yd)?Ja[yd](Ed):ed(yd,Ed)});return _d.length===0?null:_d.reduce(td)}function od(gd,_d){var yd=rd(gd);return yd?yd(_d):!0}legacy.testElement=od;function sd(gd,_d,yd,Ed){Ed===void 0&&(Ed=1/0);var Td=rd(gd);return Td?(0,qa.filter)(Td,_d,yd,Ed):[]}legacy.getElements=sd;function ld(gd,_d,yd){return yd===void 0&&(yd=!0),Array.isArray(_d)||(_d=[_d]),(0,qa.findOne)(ed("id",gd),_d,yd)}legacy.getElementById=ld;function cd(gd,_d,yd,Ed){return yd===void 0&&(yd=!0),Ed===void 0&&(Ed=1/0),(0,qa.filter)(Ja.tag_name(gd),_d,yd,Ed)}legacy.getElementsByTagName=cd;function ud(gd,_d,yd,Ed){return yd===void 0&&(yd=!0),Ed===void 0&&(Ed=1/0),(0,qa.filter)(Ja.tag_type(gd),_d,yd,Ed)}return legacy.getElementsByTagType=ud,legacy}var helpers$1={},hasRequiredHelpers$1;function requireHelpers$1(){if(hasRequiredHelpers$1)return helpers$1;hasRequiredHelpers$1=1,Object.defineProperty(helpers$1,"__esModule",{value:!0}),helpers$1.uniqueSort=helpers$1.compareDocumentPosition=helpers$1.removeSubsets=void 0;var Ra=requireLib$a();function qa(td){for(var rd=td.length;--rd>=0;){var od=td[rd];if(rd>0&&td.lastIndexOf(od,rd-1)>=0){td.splice(rd,1);continue}for(var sd=od.parent;sd;sd=sd.parent)if(td.includes(sd)){td.splice(rd,1);break}}return td}helpers$1.removeSubsets=qa;function Ja(td,rd){var od=[],sd=[];if(td===rd)return 0;for(var ld=(0,Ra.hasChildren)(td)?td:td.parent;ld;)od.unshift(ld),ld=ld.parent;for(ld=(0,Ra.hasChildren)(rd)?rd:rd.parent;ld;)sd.unshift(ld),ld=ld.parent;for(var cd=Math.min(od.length,sd.length),ud=0;ud<cd&&od[ud]===sd[ud];)ud++;if(ud===0)return 1;var gd=od[ud-1],_d=gd.children,yd=od[ud],Ed=sd[ud];return _d.indexOf(yd)>_d.indexOf(Ed)?gd===rd?20:4:gd===td?10:2}helpers$1.compareDocumentPosition=Ja;function ed(td){return td=td.filter(function(rd,od,sd){return!sd.includes(rd,od+1)}),td.sort(function(rd,od){var sd=Ja(rd,od);return sd&2?-1:sd&4?1:0}),td}return helpers$1.uniqueSort=ed,helpers$1}var feeds={},hasRequiredFeeds;function requireFeeds(){if(hasRequiredFeeds)return feeds;hasRequiredFeeds=1,Object.defineProperty(feeds,"__esModule",{value:!0}),feeds.getFeed=void 0;var Ra=requireStringify(),qa=requireLegacy();function Ja(_d){var yd=ld(gd,_d);return yd?yd.name==="feed"?ed(yd):td(yd):null}feeds.getFeed=Ja;function ed(_d){var yd,Ed=_d.children,Td={type:"atom",items:(0,qa.getElementsByTagName)("entry",Ed).map(function(Nd){var kd,Id=Nd.children,Rd={media:sd(Id)};ud(Rd,"id","id",Id),ud(Rd,"title","title",Id);var Md=(kd=ld("link",Id))===null||kd===void 0?void 0:kd.attribs.href;Md&&(Rd.link=Md);var Ld=cd("summary",Id)||cd("content",Id);Ld&&(Rd.description=Ld);var jd=cd("updated",Id);return jd&&(Rd.pubDate=new Date(jd)),Rd})};ud(Td,"id","id",Ed),ud(Td,"title","title",Ed);var Od=(yd=ld("link",Ed))===null||yd===void 0?void 0:yd.attribs.href;Od&&(Td.link=Od),ud(Td,"description","subtitle",Ed);var Ad=cd("updated",Ed);return Ad&&(Td.updated=new Date(Ad)),ud(Td,"author","email",Ed,!0),Td}function td(_d){var yd,Ed,Td=(Ed=(yd=ld("channel",_d.children))===null||yd===void 0?void 0:yd.children)!==null&&Ed!==void 0?Ed:[],Od={type:_d.name.substr(0,3),id:"",items:(0,qa.getElementsByTagName)("item",_d.children).map(function(Nd){var kd=Nd.children,Id={media:sd(kd)};ud(Id,"id","guid",kd),ud(Id,"title","title",kd),ud(Id,"link","link",kd),ud(Id,"description","description",kd);var Rd=cd("pubDate",kd);return Rd&&(Id.pubDate=new Date(Rd)),Id})};ud(Od,"title","title",Td),ud(Od,"link","link",Td),ud(Od,"description","description",Td);var Ad=cd("lastBuildDate",Td);return Ad&&(Od.updated=new Date(Ad)),ud(Od,"author","managingEditor",Td,!0),Od}var rd=["url","type","lang"],od=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function sd(_d){return(0,qa.getElementsByTagName)("media:content",_d).map(function(yd){for(var Ed=yd.attribs,Td={medium:Ed.medium,isDefault:!!Ed.isDefault},Od=0,Ad=rd;Od<Ad.length;Od++){var Nd=Ad[Od];Ed[Nd]&&(Td[Nd]=Ed[Nd])}for(var kd=0,Id=od;kd<Id.length;kd++){var Nd=Id[kd];Ed[Nd]&&(Td[Nd]=parseInt(Ed[Nd],10))}return Ed.expression&&(Td.expression=Ed.expression),Td})}function ld(_d,yd){return(0,qa.getElementsByTagName)(_d,yd,!0,1)[0]}function cd(_d,yd,Ed){return Ed===void 0&&(Ed=!1),(0,Ra.textContent)((0,qa.getElementsByTagName)(_d,yd,Ed,1)).trim()}function ud(_d,yd,Ed,Td,Od){Od===void 0&&(Od=!1);var Ad=cd(Ed,Td,Od);Ad&&(_d[yd]=Ad)}function gd(_d){return _d==="rss"||_d==="feed"||_d==="rdf:RDF"}return feeds}var hasRequiredLib$7;function requireLib$7(){return hasRequiredLib$7||(hasRequiredLib$7=1,function(Ra){var qa=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(td,rd,od,sd){sd===void 0&&(sd=od),Object.defineProperty(td,sd,{enumerable:!0,get:function(){return rd[od]}})}:function(td,rd,od,sd){sd===void 0&&(sd=od),td[sd]=rd[od]}),Ja=commonjsGlobal&&commonjsGlobal.__exportStar||function(td,rd){for(var od in td)od!=="default"&&!Object.prototype.hasOwnProperty.call(rd,od)&&qa(rd,td,od)};Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.hasChildren=Ra.isDocument=Ra.isComment=Ra.isText=Ra.isCDATA=Ra.isTag=void 0,Ja(requireStringify(),Ra),Ja(requireTraversal(),Ra),Ja(requireManipulation$1(),Ra),Ja(requireQuerying(),Ra),Ja(requireLegacy(),Ra),Ja(requireHelpers$1(),Ra),Ja(requireFeeds(),Ra);var ed=requireLib$a();Object.defineProperty(Ra,"isTag",{enumerable:!0,get:function(){return ed.isTag}}),Object.defineProperty(Ra,"isCDATA",{enumerable:!0,get:function(){return ed.isCDATA}}),Object.defineProperty(Ra,"isText",{enumerable:!0,get:function(){return ed.isText}}),Object.defineProperty(Ra,"isComment",{enumerable:!0,get:function(){return ed.isComment}}),Object.defineProperty(Ra,"isDocument",{enumerable:!0,get:function(){return ed.isDocument}}),Object.defineProperty(Ra,"hasChildren",{enumerable:!0,get:function(){return ed.hasChildren}})}(lib$a)),lib$a}var boolbase,hasRequiredBoolbase;function requireBoolbase(){return hasRequiredBoolbase||(hasRequiredBoolbase=1,boolbase={trueFunc:function(){return!0},falseFunc:function(){return!1}}),boolbase}var compile$1={},sort={},procedure={},hasRequiredProcedure;function requireProcedure(){return hasRequiredProcedure||(hasRequiredProcedure=1,function(Ra){Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.isTraversal=Ra.procedure=void 0,Ra.procedure={universal:50,tag:30,attribute:1,pseudo:0,"pseudo-element":0,"column-combinator":-1,descendant:-1,child:-1,parent:-1,sibling:-1,adjacent:-1,_flexibleDescendant:-1};function qa(Ja){return Ra.procedure[Ja.type]<0}Ra.isTraversal=qa}(procedure)),procedure}var hasRequiredSort;function requireSort(){if(hasRequiredSort)return sort;hasRequiredSort=1,Object.defineProperty(sort,"__esModule",{value:!0});var Ra=require$$0$5,qa=requireProcedure(),Ja={exists:10,equals:8,not:7,start:6,end:6,any:5,hyphen:4,element:4};function ed(rd){for(var od=rd.map(td),sd=1;sd<rd.length;sd++){var ld=od[sd];if(!(ld<0))for(var cd=sd-1;cd>=0&&ld<od[cd];cd--){var ud=rd[cd+1];rd[cd+1]=rd[cd],rd[cd]=ud,od[cd+1]=od[cd],od[cd]=ld}}}sort.default=ed;function td(rd){var od=qa.procedure[rd.type];if(rd.type===Ra.SelectorType.Attribute)od=Ja[rd.action],od===Ja.equals&&rd.name==="id"&&(od=9),rd.ignoreCase&&(od>>=1);else if(rd.type===Ra.SelectorType.Pseudo)if(!rd.data)od=3;else if(rd.name==="has"||rd.name==="contains")od=0;else if(Array.isArray(rd.data)){od=0;for(var sd=0;sd<rd.data.length;sd++)if(rd.data[sd].length===1){var ld=td(rd.data[sd][0]);if(ld===0){od=0;break}ld>od&&(od=ld)}rd.data.length>1&&od>0&&(od-=1)}else od=1;return od}return sort}var general={},attributes$1={},hasRequiredAttributes$1;function requireAttributes$1(){if(hasRequiredAttributes$1)return attributes$1;hasRequiredAttributes$1=1,Object.defineProperty(attributes$1,"__esModule",{value:!0}),attributes$1.attributeRules=void 0;var Ra=requireBoolbase(),qa=/[-[\]{}()*+?.,\\^$|#\s]/g;function Ja(rd){return rd.replace(qa,"\\$&")}var ed=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function td(rd,od){return typeof rd.ignoreCase=="boolean"?rd.ignoreCase:rd.ignoreCase==="quirks"?!!od.quirksMode:!od.xmlMode&&ed.has(rd.name)}return attributes$1.attributeRules={equals:function(rd,od,sd){var ld=sd.adapter,cd=od.name,ud=od.value;return td(od,sd)?(ud=ud.toLowerCase(),function(gd){var _d=ld.getAttributeValue(gd,cd);return _d!=null&&_d.length===ud.length&&_d.toLowerCase()===ud&&rd(gd)}):function(gd){return ld.getAttributeValue(gd,cd)===ud&&rd(gd)}},hyphen:function(rd,od,sd){var ld=sd.adapter,cd=od.name,ud=od.value,gd=ud.length;return td(od,sd)?(ud=ud.toLowerCase(),function(yd){var Ed=ld.getAttributeValue(yd,cd);return Ed!=null&&(Ed.length===gd||Ed.charAt(gd)==="-")&&Ed.substr(0,gd).toLowerCase()===ud&&rd(yd)}):function(yd){var Ed=ld.getAttributeValue(yd,cd);return Ed!=null&&(Ed.length===gd||Ed.charAt(gd)==="-")&&Ed.substr(0,gd)===ud&&rd(yd)}},element:function(rd,od,sd){var ld=sd.adapter,cd=od.name,ud=od.value;if(/\s/.test(ud))return Ra.falseFunc;var gd=new RegExp("(?:^|\\s)".concat(Ja(ud),"(?:$|\\s)"),td(od,sd)?"i":"");return function(yd){var Ed=ld.getAttributeValue(yd,cd);return Ed!=null&&Ed.length>=ud.length&&gd.test(Ed)&&rd(yd)}},exists:function(rd,od,sd){var ld=od.name,cd=sd.adapter;return function(ud){return cd.hasAttrib(ud,ld)&&rd(ud)}},start:function(rd,od,sd){var ld=sd.adapter,cd=od.name,ud=od.value,gd=ud.length;return gd===0?Ra.falseFunc:td(od,sd)?(ud=ud.toLowerCase(),function(_d){var yd=ld.getAttributeValue(_d,cd);return yd!=null&&yd.length>=gd&&yd.substr(0,gd).toLowerCase()===ud&&rd(_d)}):function(_d){var yd;return!!(!((yd=ld.getAttributeValue(_d,cd))===null||yd===void 0)&&yd.startsWith(ud))&&rd(_d)}},end:function(rd,od,sd){var ld=sd.adapter,cd=od.name,ud=od.value,gd=-ud.length;return gd===0?Ra.falseFunc:td(od,sd)?(ud=ud.toLowerCase(),function(_d){var yd;return((yd=ld.getAttributeValue(_d,cd))===null||yd===void 0?void 0:yd.substr(gd).toLowerCase())===ud&&rd(_d)}):function(_d){var yd;return!!(!((yd=ld.getAttributeValue(_d,cd))===null||yd===void 0)&&yd.endsWith(ud))&&rd(_d)}},any:function(rd,od,sd){var ld=sd.adapter,cd=od.name,ud=od.value;if(ud==="")return Ra.falseFunc;if(td(od,sd)){var gd=new RegExp(Ja(ud),"i");return function(yd){var Ed=ld.getAttributeValue(yd,cd);return Ed!=null&&Ed.length>=ud.length&&gd.test(Ed)&&rd(yd)}}return function(_d){var yd;return!!(!((yd=ld.getAttributeValue(_d,cd))===null||yd===void 0)&&yd.includes(ud))&&rd(_d)}},not:function(rd,od,sd){var ld=sd.adapter,cd=od.name,ud=od.value;return ud===""?function(gd){return!!ld.getAttributeValue(gd,cd)&&rd(gd)}:td(od,sd)?(ud=ud.toLowerCase(),function(gd){var _d=ld.getAttributeValue(gd,cd);return(_d==null||_d.length!==ud.length||_d.toLowerCase()!==ud)&&rd(gd)}):function(gd){return ld.getAttributeValue(gd,cd)!==ud&&rd(gd)}}},attributes$1}var pseudoSelectors={},filters={},lib$5={},parse$2={},hasRequiredParse$1;function requireParse$1(){if(hasRequiredParse$1)return parse$2;hasRequiredParse$1=1,Object.defineProperty(parse$2,"__esModule",{value:!0}),parse$2.parse=void 0;var Ra=new Set([9,10,12,13,32]),qa=48,Ja=57;function ed(td){if(td=td.trim().toLowerCase(),td==="even")return[2,0];if(td==="odd")return[2,1];var rd=0,od=0,sd=cd(),ld=ud();if(rd<td.length&&td.charAt(rd)==="n"&&(rd++,od=sd*(ld??1),gd(),rd<td.length?(sd=cd(),gd(),ld=ud()):sd=ld=0),ld===null||rd<td.length)throw new Error("n-th rule couldn't be parsed ('".concat(td,"')"));return[od,sd*ld];function cd(){return td.charAt(rd)==="-"?(rd++,-1):(td.charAt(rd)==="+"&&rd++,1)}function ud(){for(var _d=rd,yd=0;rd<td.length&&td.charCodeAt(rd)>=qa&&td.charCodeAt(rd)<=Ja;)yd=yd*10+(td.charCodeAt(rd)-qa),rd++;return rd===_d?null:yd}function gd(){for(;rd<td.length&&Ra.has(td.charCodeAt(rd));)rd++}}return parse$2.parse=ed,parse$2}var compile={},hasRequiredCompile$1;function requireCompile$1(){if(hasRequiredCompile$1)return compile;hasRequiredCompile$1=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(td){return td&&td.__esModule?td:{default:td}};Object.defineProperty(compile,"__esModule",{value:!0}),compile.generate=compile.compile=void 0;var qa=Ra(requireBoolbase());function Ja(td){var rd=td[0],od=td[1]-1;if(od<0&&rd<=0)return qa.default.falseFunc;if(rd===-1)return function(cd){return cd<=od};if(rd===0)return function(cd){return cd===od};if(rd===1)return od<0?qa.default.trueFunc:function(cd){return cd>=od};var sd=Math.abs(rd),ld=(od%sd+sd)%sd;return rd>1?function(cd){return cd>=od&&cd%sd===ld}:function(cd){return cd<=od&&cd%sd===ld}}compile.compile=Ja;function ed(td){var rd=td[0],od=td[1]-1,sd=0;if(rd<0){var ld=-rd,cd=(od%ld+ld)%ld;return function(){var ud=cd+ld*sd++;return ud>od?null:ud}}return rd===0?od<0?function(){return null}:function(){return sd++===0?od:null}:(od<0&&(od+=rd*Math.ceil(-od/rd)),function(){return rd*sd+++od})}return compile.generate=ed,compile}var hasRequiredLib$6;function requireLib$6(){return hasRequiredLib$6||(hasRequiredLib$6=1,function(Ra){Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.sequence=Ra.generate=Ra.compile=Ra.parse=void 0;var qa=requireParse$1();Object.defineProperty(Ra,"parse",{enumerable:!0,get:function(){return qa.parse}});var Ja=requireCompile$1();Object.defineProperty(Ra,"compile",{enumerable:!0,get:function(){return Ja.compile}}),Object.defineProperty(Ra,"generate",{enumerable:!0,get:function(){return Ja.generate}});function ed(rd){return(0,Ja.compile)((0,qa.parse)(rd))}Ra.default=ed;function td(rd){return(0,Ja.generate)((0,qa.parse)(rd))}Ra.sequence=td}(lib$5)),lib$5}var hasRequiredFilters;function requireFilters(){return hasRequiredFilters||(hasRequiredFilters=1,function(Ra){var qa=commonjsGlobal&&commonjsGlobal.__importDefault||function(od){return od&&od.__esModule?od:{default:od}};Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.filters=void 0;var Ja=qa(requireLib$6()),ed=requireBoolbase();function td(od,sd){return function(ld){var cd=sd.getParent(ld);return cd!=null&&sd.isTag(cd)&&od(ld)}}Ra.filters={contains:function(od,sd,ld){var cd=ld.adapter;return function(gd){return od(gd)&&cd.getText(gd).includes(sd)}},icontains:function(od,sd,ld){var cd=ld.adapter,ud=sd.toLowerCase();return function(_d){return od(_d)&&cd.getText(_d).toLowerCase().includes(ud)}},"nth-child":function(od,sd,ld){var cd=ld.adapter,ud=ld.equals,gd=(0,Ja.default)(sd);return gd===ed.falseFunc?ed.falseFunc:gd===ed.trueFunc?td(od,cd):function(yd){for(var Ed=cd.getSiblings(yd),Td=0,Od=0;Od<Ed.length&&!ud(yd,Ed[Od]);Od++)cd.isTag(Ed[Od])&&Td++;return gd(Td)&&od(yd)}},"nth-last-child":function(od,sd,ld){var cd=ld.adapter,ud=ld.equals,gd=(0,Ja.default)(sd);return gd===ed.falseFunc?ed.falseFunc:gd===ed.trueFunc?td(od,cd):function(yd){for(var Ed=cd.getSiblings(yd),Td=0,Od=Ed.length-1;Od>=0&&!ud(yd,Ed[Od]);Od--)cd.isTag(Ed[Od])&&Td++;return gd(Td)&&od(yd)}},"nth-of-type":function(od,sd,ld){var cd=ld.adapter,ud=ld.equals,gd=(0,Ja.default)(sd);return gd===ed.falseFunc?ed.falseFunc:gd===ed.trueFunc?td(od,cd):function(yd){for(var Ed=cd.getSiblings(yd),Td=0,Od=0;Od<Ed.length;Od++){var Ad=Ed[Od];if(ud(yd,Ad))break;cd.isTag(Ad)&&cd.getName(Ad)===cd.getName(yd)&&Td++}return gd(Td)&&od(yd)}},"nth-last-of-type":function(od,sd,ld){var cd=ld.adapter,ud=ld.equals,gd=(0,Ja.default)(sd);return gd===ed.falseFunc?ed.falseFunc:gd===ed.trueFunc?td(od,cd):function(yd){for(var Ed=cd.getSiblings(yd),Td=0,Od=Ed.length-1;Od>=0;Od--){var Ad=Ed[Od];if(ud(yd,Ad))break;cd.isTag(Ad)&&cd.getName(Ad)===cd.getName(yd)&&Td++}return gd(Td)&&od(yd)}},root:function(od,sd,ld){var cd=ld.adapter;return function(ud){var gd=cd.getParent(ud);return(gd==null||!cd.isTag(gd))&&od(ud)}},scope:function(od,sd,ld,cd){var ud=ld.equals;return!cd||cd.length===0?Ra.filters.root(od,sd,ld):cd.length===1?function(gd){return ud(cd[0],gd)&&od(gd)}:function(gd){return cd.includes(gd)&&od(gd)}},hover:rd("isHovered"),visited:rd("isVisited"),active:rd("isActive")};function rd(od){return function(ld,cd,ud){var gd=ud.adapter,_d=gd[od];return typeof _d!="function"?ed.falseFunc:function(Ed){return _d(Ed)&&ld(Ed)}}}}(filters)),filters}var pseudos={},hasRequiredPseudos;function requirePseudos(){if(hasRequiredPseudos)return pseudos;hasRequiredPseudos=1,Object.defineProperty(pseudos,"__esModule",{value:!0}),pseudos.verifyPseudoArgs=pseudos.pseudos=void 0,pseudos.pseudos={empty:function(qa,Ja){var ed=Ja.adapter;return!ed.getChildren(qa).some(function(td){return ed.isTag(td)||ed.getText(td)!==""})},"first-child":function(qa,Ja){var ed=Ja.adapter,td=Ja.equals,rd=ed.getSiblings(qa).find(function(od){return ed.isTag(od)});return rd!=null&&td(qa,rd)},"last-child":function(qa,Ja){for(var ed=Ja.adapter,td=Ja.equals,rd=ed.getSiblings(qa),od=rd.length-1;od>=0;od--){if(td(qa,rd[od]))return!0;if(ed.isTag(rd[od]))break}return!1},"first-of-type":function(qa,Ja){for(var ed=Ja.adapter,td=Ja.equals,rd=ed.getSiblings(qa),od=ed.getName(qa),sd=0;sd<rd.length;sd++){var ld=rd[sd];if(td(qa,ld))return!0;if(ed.isTag(ld)&&ed.getName(ld)===od)break}return!1},"last-of-type":function(qa,Ja){for(var ed=Ja.adapter,td=Ja.equals,rd=ed.getSiblings(qa),od=ed.getName(qa),sd=rd.length-1;sd>=0;sd--){var ld=rd[sd];if(td(qa,ld))return!0;if(ed.isTag(ld)&&ed.getName(ld)===od)break}return!1},"only-of-type":function(qa,Ja){var ed=Ja.adapter,td=Ja.equals,rd=ed.getName(qa);return ed.getSiblings(qa).every(function(od){return td(qa,od)||!ed.isTag(od)||ed.getName(od)!==rd})},"only-child":function(qa,Ja){var ed=Ja.adapter,td=Ja.equals;return ed.getSiblings(qa).every(function(rd){return td(qa,rd)||!ed.isTag(rd)})}};function Ra(qa,Ja,ed){if(ed===null){if(qa.length>2)throw new Error("pseudo-selector :".concat(Ja," requires an argument"))}else if(qa.length===2)throw new Error("pseudo-selector :".concat(Ja," doesn't have any arguments"))}return pseudos.verifyPseudoArgs=Ra,pseudos}var aliases={},hasRequiredAliases;function requireAliases(){return hasRequiredAliases||(hasRequiredAliases=1,Object.defineProperty(aliases,"__esModule",{value:!0}),aliases.aliases=void 0,aliases.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
:is(button, input, select, textarea, optgroup, option)[disabled],
optgroup[disabled] > option,
fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)
)`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}),aliases}var subselects={},hasRequiredSubselects;function requireSubselects(){return hasRequiredSubselects||(hasRequiredSubselects=1,function(Ra){var qa=commonjsGlobal&&commonjsGlobal.__spreadArray||function(sd,ld,cd){if(cd||arguments.length===2)for(var ud=0,gd=ld.length,_d;ud<gd;ud++)(_d||!(ud in ld))&&(_d||(_d=Array.prototype.slice.call(ld,0,ud)),_d[ud]=ld[ud]);return sd.concat(_d||Array.prototype.slice.call(ld))};Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.subselects=Ra.getNextSiblings=Ra.ensureIsTag=Ra.PLACEHOLDER_ELEMENT=void 0;var Ja=requireBoolbase(),ed=requireProcedure();Ra.PLACEHOLDER_ELEMENT={};function td(sd,ld){return sd===Ja.falseFunc?Ja.falseFunc:function(cd){return ld.isTag(cd)&&sd(cd)}}Ra.ensureIsTag=td;function rd(sd,ld){var cd=ld.getSiblings(sd);if(cd.length<=1)return[];var ud=cd.indexOf(sd);return ud<0||ud===cd.length-1?[]:cd.slice(ud+1).filter(ld.isTag)}Ra.getNextSiblings=rd;var od=function(sd,ld,cd,ud,gd){var _d={xmlMode:!!cd.xmlMode,adapter:cd.adapter,equals:cd.equals},yd=gd(ld,_d,ud);return function(Ed){return yd(Ed)&&sd(Ed)}};Ra.subselects={is:od,matches:od,where:od,not:function(sd,ld,cd,ud,gd){var _d={xmlMode:!!cd.xmlMode,adapter:cd.adapter,equals:cd.equals},yd=gd(ld,_d,ud);return yd===Ja.falseFunc?sd:yd===Ja.trueFunc?Ja.falseFunc:function(Td){return!yd(Td)&&sd(Td)}},has:function(sd,ld,cd,ud,gd){var _d=cd.adapter,yd={xmlMode:!!cd.xmlMode,adapter:_d,equals:cd.equals},Ed=ld.some(function(kd){return kd.some(ed.isTraversal)})?[Ra.PLACEHOLDER_ELEMENT]:void 0,Td=gd(ld,yd,Ed);if(Td===Ja.falseFunc)return Ja.falseFunc;if(Td===Ja.trueFunc)return function(kd){return _d.getChildren(kd).some(_d.isTag)&&sd(kd)};var Od=td(Td,_d),Ad=Td.shouldTestNextSiblings,Nd=Ad===void 0?!1:Ad;return Ed?function(kd){Ed[0]=kd;var Id=_d.getChildren(kd),Rd=Nd?qa(qa([],Id,!0),rd(kd,_d),!0):Id;return sd(kd)&&_d.existsOne(Od,Rd)}:function(kd){return sd(kd)&&_d.existsOne(Od,_d.getChildren(kd))}}}}(subselects)),subselects}var hasRequiredPseudoSelectors;function requirePseudoSelectors(){return hasRequiredPseudoSelectors||(hasRequiredPseudoSelectors=1,function(Ra){Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.compilePseudoSelector=Ra.aliases=Ra.pseudos=Ra.filters=void 0;var qa=requireBoolbase(),Ja=require$$0$5,ed=requireFilters();Object.defineProperty(Ra,"filters",{enumerable:!0,get:function(){return ed.filters}});var td=requirePseudos();Object.defineProperty(Ra,"pseudos",{enumerable:!0,get:function(){return td.pseudos}});var rd=requireAliases();Object.defineProperty(Ra,"aliases",{enumerable:!0,get:function(){return rd.aliases}});var od=requireSubselects();function sd(ld,cd,ud,gd,_d){var yd=cd.name,Ed=cd.data;if(Array.isArray(Ed))return od.subselects[yd](ld,Ed,ud,gd,_d);if(yd in rd.aliases){if(Ed!=null)throw new Error("Pseudo ".concat(yd," doesn't have any arguments"));var Td=(0,Ja.parse)(rd.aliases[yd]);return od.subselects.is(ld,Td,ud,gd,_d)}if(yd in ed.filters)return ed.filters[yd](ld,Ed,ud,gd);if(yd in td.pseudos){var Od=td.pseudos[yd];return(0,td.verifyPseudoArgs)(Od,yd,Ed),Od===qa.falseFunc?qa.falseFunc:ld===qa.trueFunc?function(Ad){return Od(Ad,ud,Ed)}:function(Ad){return Od(Ad,ud,Ed)&&ld(Ad)}}throw new Error("unmatched pseudo-class :".concat(yd))}Ra.compilePseudoSelector=sd}(pseudoSelectors)),pseudoSelectors}var hasRequiredGeneral;function requireGeneral(){if(hasRequiredGeneral)return general;hasRequiredGeneral=1,Object.defineProperty(general,"__esModule",{value:!0}),general.compileGeneralSelector=void 0;var Ra=requireAttributes$1(),qa=requirePseudoSelectors(),Ja=require$$0$5;function ed(td,rd,od,sd,ld){var cd=od.adapter,ud=od.equals;switch(rd.type){case Ja.SelectorType.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case Ja.SelectorType.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case Ja.SelectorType.Attribute:{if(rd.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!od.xmlMode||od.lowerCaseAttributeNames)&&(rd.name=rd.name.toLowerCase()),Ra.attributeRules[rd.action](td,rd,od)}case Ja.SelectorType.Pseudo:return(0,qa.compilePseudoSelector)(td,rd,od,sd,ld);case Ja.SelectorType.Tag:{if(rd.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");var gd=rd.name;return(!od.xmlMode||od.lowerCaseTags)&&(gd=gd.toLowerCase()),function(Ed){return cd.getName(Ed)===gd&&td(Ed)}}case Ja.SelectorType.Descendant:{if(od.cacheResults===!1||typeof WeakSet>"u")return function(Ed){for(var Td=Ed;Td=cd.getParent(Td);)if(cd.isTag(Td)&&td(Td))return!0;return!1};var _d=new WeakSet;return function(Ed){for(var Td=Ed;Td=cd.getParent(Td);)if(!_d.has(Td)){if(cd.isTag(Td)&&td(Td))return!0;_d.add(Td)}return!1}}case"_flexibleDescendant":return function(Ed){var Td=Ed;do if(cd.isTag(Td)&&td(Td))return!0;while(Td=cd.getParent(Td));return!1};case Ja.SelectorType.Parent:return function(Ed){return cd.getChildren(Ed).some(function(Td){return cd.isTag(Td)&&td(Td)})};case Ja.SelectorType.Child:return function(Ed){var Td=cd.getParent(Ed);return Td!=null&&cd.isTag(Td)&&td(Td)};case Ja.SelectorType.Sibling:return function(Ed){for(var Td=cd.getSiblings(Ed),Od=0;Od<Td.length;Od++){var Ad=Td[Od];if(ud(Ed,Ad))break;if(cd.isTag(Ad)&&td(Ad))return!0}return!1};case Ja.SelectorType.Adjacent:return cd.prevElementSibling?function(Ed){var Td=cd.prevElementSibling(Ed);return Td!=null&&td(Td)}:function(Ed){for(var Td=cd.getSiblings(Ed),Od,Ad=0;Ad<Td.length;Ad++){var Nd=Td[Ad];if(ud(Ed,Nd))break;cd.isTag(Nd)&&(Od=Nd)}return!!Od&&td(Od)};case Ja.SelectorType.Universal:{if(rd.namespace!=null&&rd.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return td}}}return general.compileGeneralSelector=ed,general}var hasRequiredCompile;function requireCompile(){if(hasRequiredCompile)return compile$1;hasRequiredCompile=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(Ad){return Ad&&Ad.__esModule?Ad:{default:Ad}};Object.defineProperty(compile$1,"__esModule",{value:!0}),compile$1.compileToken=compile$1.compileUnsafe=compile$1.compile=void 0;var qa=require$$0$5,Ja=requireBoolbase(),ed=Ra(requireSort()),td=requireProcedure(),rd=requireGeneral(),od=requireSubselects();function sd(Ad,Nd,kd){var Id=ld(Ad,Nd,kd);return(0,od.ensureIsTag)(Id,Nd.adapter)}compile$1.compile=sd;function ld(Ad,Nd,kd){var Id=typeof Ad=="string"?(0,qa.parse)(Ad):Ad;return Ed(Id,Nd,kd)}compile$1.compileUnsafe=ld;function cd(Ad){return Ad.type==="pseudo"&&(Ad.name==="scope"||Array.isArray(Ad.data)&&Ad.data.some(function(Nd){return Nd.some(cd)}))}var ud={type:qa.SelectorType.Descendant},gd={type:"_flexibleDescendant"},_d={type:qa.SelectorType.Pseudo,name:"scope",data:null};function yd(Ad,Nd,kd){for(var Id=Nd.adapter,Rd=!!(kd!=null&&kd.every(function(Pd){var Fd=Id.isTag(Pd)&&Id.getParent(Pd);return Pd===od.PLACEHOLDER_ELEMENT||Fd&&Id.isTag(Fd)})),Md=0,Ld=Ad;Md<Ld.length;Md++){var jd=Ld[Md];if(!(jd.length>0&&(0,td.isTraversal)(jd[0])&&jd[0].type!=="descendant"))if(Rd&&!jd.some(cd))jd.unshift(ud);else continue;jd.unshift(_d)}}function Ed(Ad,Nd,kd){var Id;Ad=Ad.filter(function(Pd){return Pd.length>0}),Ad.forEach(ed.default),kd=(Id=Nd.context)!==null&&Id!==void 0?Id:kd;var Rd=Array.isArray(kd),Md=kd&&(Array.isArray(kd)?kd:[kd]);yd(Ad,Nd,Md);var Ld=!1,jd=Ad.map(function(Pd){if(Pd.length>=2){var Fd=Pd[0],Ud=Pd[1];Fd.type!=="pseudo"||Fd.name!=="scope"||(Rd&&Ud.type==="descendant"?Pd[1]=gd:(Ud.type==="adjacent"||Ud.type==="sibling")&&(Ld=!0))}return Td(Pd,Nd,Md)}).reduce(Od,Ja.falseFunc);return jd.shouldTestNextSiblings=Ld,jd}compile$1.compileToken=Ed;function Td(Ad,Nd,kd){var Id;return Ad.reduce(function(Rd,Md){return Rd===Ja.falseFunc?Ja.falseFunc:(0,rd.compileGeneralSelector)(Rd,Md,Nd,kd,Ed)},(Id=Nd.rootFunc)!==null&&Id!==void 0?Id:Ja.trueFunc)}function Od(Ad,Nd){return Nd===Ja.falseFunc||Ad===Ja.trueFunc?Ad:Ad===Ja.falseFunc||Nd===Ja.trueFunc?Nd:function(Id){return Ad(Id)||Nd(Id)}}return compile$1}var hasRequiredLib$5;function requireLib$5(){return hasRequiredLib$5||(hasRequiredLib$5=1,function(Ra){var qa=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(Ad,Nd,kd,Id){Id===void 0&&(Id=kd);var Rd=Object.getOwnPropertyDescriptor(Nd,kd);(!Rd||("get"in Rd?!Nd.__esModule:Rd.writable||Rd.configurable))&&(Rd={enumerable:!0,get:function(){return Nd[kd]}}),Object.defineProperty(Ad,Id,Rd)}:function(Ad,Nd,kd,Id){Id===void 0&&(Id=kd),Ad[Id]=Nd[kd]}),Ja=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(Ad,Nd){Object.defineProperty(Ad,"default",{enumerable:!0,value:Nd})}:function(Ad,Nd){Ad.default=Nd}),ed=commonjsGlobal&&commonjsGlobal.__importStar||function(Ad){if(Ad&&Ad.__esModule)return Ad;var Nd={};if(Ad!=null)for(var kd in Ad)kd!=="default"&&Object.prototype.hasOwnProperty.call(Ad,kd)&&qa(Nd,Ad,kd);return Ja(Nd,Ad),Nd};Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.aliases=Ra.pseudos=Ra.filters=Ra.is=Ra.selectOne=Ra.selectAll=Ra.prepareContext=Ra._compileToken=Ra._compileUnsafe=Ra.compile=void 0;var td=ed(requireLib$7()),rd=requireBoolbase(),od=requireCompile(),sd=requireSubselects(),ld=function(Ad,Nd){return Ad===Nd},cd={adapter:td,equals:ld};function ud(Ad){var Nd,kd,Id,Rd,Md=Ad??cd;return(Nd=Md.adapter)!==null&&Nd!==void 0||(Md.adapter=td),(kd=Md.equals)!==null&&kd!==void 0||(Md.equals=(Rd=(Id=Md.adapter)===null||Id===void 0?void 0:Id.equals)!==null&&Rd!==void 0?Rd:ld),Md}function gd(Ad){return function(kd,Id,Rd){var Md=ud(Id);return Ad(kd,Md,Rd)}}Ra.compile=gd(od.compile),Ra._compileUnsafe=gd(od.compileUnsafe),Ra._compileToken=gd(od.compileToken);function _d(Ad){return function(kd,Id,Rd){var Md=ud(Rd);typeof kd!="function"&&(kd=(0,od.compileUnsafe)(kd,Md,Id));var Ld=yd(Id,Md.adapter,kd.shouldTestNextSiblings);return Ad(kd,Ld,Md)}}function yd(Ad,Nd,kd){return kd===void 0&&(kd=!1),kd&&(Ad=Ed(Ad,Nd)),Array.isArray(Ad)?Nd.removeSubsets(Ad):Nd.getChildren(Ad)}Ra.prepareContext=yd;function Ed(Ad,Nd){for(var kd=Array.isArray(Ad)?Ad.slice(0):[Ad],Id=kd.length,Rd=0;Rd<Id;Rd++){var Md=(0,sd.getNextSiblings)(kd[Rd],Nd);kd.push.apply(kd,Md)}return kd}Ra.selectAll=_d(function(Ad,Nd,kd){return Ad===rd.falseFunc||!Nd||Nd.length===0?[]:kd.adapter.findAll(Ad,Nd)}),Ra.selectOne=_d(function(Ad,Nd,kd){return Ad===rd.falseFunc||!Nd||Nd.length===0?null:kd.adapter.findOne(Ad,Nd)});function Td(Ad,Nd,kd){var Id=ud(kd);return(typeof Nd=="function"?Nd:(0,od.compile)(Nd,Id))(Ad)}Ra.is=Td,Ra.default=Ra.selectAll;var Od=requirePseudoSelectors();Object.defineProperty(Ra,"filters",{enumerable:!0,get:function(){return Od.filters}}),Object.defineProperty(Ra,"pseudos",{enumerable:!0,get:function(){return Od.pseudos}}),Object.defineProperty(Ra,"aliases",{enumerable:!0,get:function(){return Od.aliases}})}(lib$b)),lib$b}var helpers={},positionals={},hasRequiredPositionals;function requirePositionals(){return hasRequiredPositionals||(hasRequiredPositionals=1,function(Ra){Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.getLimit=Ra.isFilter=Ra.filterNames=void 0,Ra.filterNames=new Set(["first","last","eq","gt","nth","lt","even","odd"]);function qa(ed){return ed.type!=="pseudo"?!1:Ra.filterNames.has(ed.name)?!0:ed.name==="not"&&Array.isArray(ed.data)?ed.data.some(function(td){return td.some(qa)}):!1}Ra.isFilter=qa;function Ja(ed,td){var rd=td!=null?parseInt(td,10):NaN;switch(ed){case"first":return 1;case"nth":case"eq":return isFinite(rd)?rd>=0?rd+1:1/0:0;case"lt":return isFinite(rd)?rd>=0?rd:1/0:0;case"gt":return isFinite(rd)?1/0:0;default:return 1/0}}Ra.getLimit=Ja}(positionals)),positionals}var hasRequiredHelpers;function requireHelpers(){if(hasRequiredHelpers)return helpers;hasRequiredHelpers=1,Object.defineProperty(helpers,"__esModule",{value:!0}),helpers.groupSelectors=helpers.getDocumentRoot=void 0;var Ra=requirePositionals();function qa(ed){for(;ed.parent;)ed=ed.parent;return ed}helpers.getDocumentRoot=qa;function Ja(ed){for(var td=[],rd=[],od=0,sd=ed;od<sd.length;od++){var ld=sd[od];ld.some(Ra.isFilter)?td.push(ld):rd.push(ld)}return[rd,td]}return helpers.groupSelectors=Ja,helpers}var hasRequiredLib$4;function requireLib$4(){return hasRequiredLib$4||(hasRequiredLib$4=1,function(Ra){var qa=commonjsGlobal&&commonjsGlobal.__assign||function(){return qa=Object.assign||function(qd){for(var Wd,zd=1,Kd=arguments.length;zd<Kd;zd++){Wd=arguments[zd];for(var Qd in Wd)Object.prototype.hasOwnProperty.call(Wd,Qd)&&(qd[Qd]=Wd[Qd])}return qd},qa.apply(this,arguments)},Ja=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(qd,Wd,zd,Kd){Kd===void 0&&(Kd=zd);var Qd=Object.getOwnPropertyDescriptor(Wd,zd);(!Qd||("get"in Qd?!Wd.__esModule:Qd.writable||Qd.configurable))&&(Qd={enumerable:!0,get:function(){return Wd[zd]}}),Object.defineProperty(qd,Kd,Qd)}:function(qd,Wd,zd,Kd){Kd===void 0&&(Kd=zd),qd[Kd]=Wd[zd]}),ed=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(qd,Wd){Object.defineProperty(qd,"default",{enumerable:!0,value:Wd})}:function(qd,Wd){qd.default=Wd}),td=commonjsGlobal&&commonjsGlobal.__importStar||function(qd){if(qd&&qd.__esModule)return qd;var Wd={};if(qd!=null)for(var zd in qd)zd!=="default"&&Object.prototype.hasOwnProperty.call(qd,zd)&&Ja(Wd,qd,zd);return ed(Wd,qd),Wd},rd=commonjsGlobal&&commonjsGlobal.__spreadArray||function(qd,Wd,zd){if(zd||arguments.length===2)for(var Kd=0,Qd=Wd.length,hf;Kd<Qd;Kd++)(hf||!(Kd in Wd))&&(hf||(hf=Array.prototype.slice.call(Wd,0,Kd)),hf[Kd]=Wd[Kd]);return qd.concat(hf||Array.prototype.slice.call(Wd))};Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.select=Ra.filter=Ra.some=Ra.is=Ra.aliases=Ra.pseudos=Ra.filters=void 0;var od=require$$0$5,sd=requireLib$5(),ld=td(requireLib$7()),cd=requireHelpers(),ud=requirePositionals(),gd=requireLib$5();Object.defineProperty(Ra,"filters",{enumerable:!0,get:function(){return gd.filters}}),Object.defineProperty(Ra,"pseudos",{enumerable:!0,get:function(){return gd.pseudos}}),Object.defineProperty(Ra,"aliases",{enumerable:!0,get:function(){return gd.aliases}});var _d={type:od.SelectorType.Pseudo,name:"scope",data:null},yd=qa({},_d),Ed={type:od.SelectorType.Universal,namespace:null};function Td(qd,Wd,zd){return zd===void 0&&(zd={}),Od([qd],Wd,zd)}Ra.is=Td;function Od(qd,Wd,zd){if(zd===void 0&&(zd={}),typeof Wd=="function")return qd.some(Wd);var Kd=(0,cd.groupSelectors)((0,od.parse)(Wd)),Qd=Kd[0],hf=Kd[1];return Qd.length>0&&qd.some((0,sd._compileToken)(Qd,zd))||hf.some(function(gf){return Id(gf,qd,zd).length>0})}Ra.some=Od;function Ad(qd,Wd,zd,Kd){var Qd=typeof zd=="string"?parseInt(zd,10):NaN;switch(qd){case"first":case"lt":return Wd;case"last":return Wd.length>0?[Wd[Wd.length-1]]:Wd;case"nth":case"eq":return isFinite(Qd)&&Math.abs(Qd)<Wd.length?[Qd<0?Wd[Wd.length+Qd]:Wd[Qd]]:[];case"gt":return isFinite(Qd)?Wd.slice(Qd+1):[];case"even":return Wd.filter(function(gf,bf){return bf%2===0});case"odd":return Wd.filter(function(gf,bf){return bf%2===1});case"not":{var hf=new Set(kd(zd,Wd,Kd));return Wd.filter(function(gf){return!hf.has(gf)})}}}function Nd(qd,Wd,zd){return zd===void 0&&(zd={}),kd((0,od.parse)(qd),Wd,zd)}Ra.filter=Nd;function kd(qd,Wd,zd){if(Wd.length===0)return[];var Kd=(0,cd.groupSelectors)(qd),Qd=Kd[0],hf=Kd[1],gf;if(Qd.length){var bf=Vd(Wd,Qd,zd);if(hf.length===0)return bf;bf.length&&(gf=new Set(bf))}for(var kf=0;kf<hf.length&&(gf==null?void 0:gf.size)!==Wd.length;kf++){var Cf=hf[kf],Ef=gf?Wd.filter(function(Mf){return ld.isTag(Mf)&&!gf.has(Mf)}):Wd;if(Ef.length===0)break;var bf=Id(Cf,Wd,zd);if(bf.length)if(gf)bf.forEach(function(Mf){return gf.add(Mf)});else{if(kf===hf.length-1)return bf;gf=new Set(bf)}}return typeof gf<"u"?gf.size===Wd.length?Wd:Wd.filter(function(yf){return gf.has(yf)}):[]}function Id(qd,Wd,zd){var Kd;if(qd.some(od.isTraversal)){var Qd=(Kd=zd.root)!==null&&Kd!==void 0?Kd:(0,cd.getDocumentRoot)(Wd[0]),hf=rd(rd([],qd,!0),[yd],!1);return Pd(Qd,hf,zd,!0,Wd)}return Pd(Wd,qd,zd,!1)}function Rd(qd,Wd,zd){if(zd===void 0&&(zd={}),typeof qd=="function")return Ud(Wd,qd);var Kd=(0,cd.groupSelectors)((0,od.parse)(qd)),Qd=Kd[0],hf=Kd[1],gf=hf.map(function(bf){return Pd(Wd,bf,zd,!0)});return Qd.length&&gf.push(Fd(Wd,Qd,zd,1/0)),gf.length===0?[]:gf.length===1?gf[0]:ld.uniqueSort(gf.reduce(function(bf,kf){return rd(rd([],bf,!0),kf,!0)}))}Ra.select=Rd;var Md=new Set([od.SelectorType.Descendant,od.SelectorType.Adjacent]);function Ld(qd){return qd!==_d&&qd.type==="pseudo"&&(qd.name==="scope"||Array.isArray(qd.data)&&qd.data.some(function(Wd){return Wd.some(Ld)}))}function jd(qd,Wd,zd){return zd&&qd.some(Ld)?qa(qa({},Wd),{context:zd}):Wd}function Pd(qd,Wd,zd,Kd,Qd){var hf=Wd.findIndex(ud.isFilter),gf=Wd.slice(0,hf),bf=Wd[hf],kf=(0,ud.getLimit)(bf.name,bf.data);if(kf===0)return[];var Cf=jd(gf,zd,Qd),Ef=gf.length===0&&!Array.isArray(qd)?ld.getChildren(qd).filter(ld.isTag):gf.length===0||gf.length===1&&gf[0]===_d?(Array.isArray(qd)?qd:[qd]).filter(ld.isTag):Kd||gf.some(od.isTraversal)?Fd(qd,[gf],Cf,kf):Vd(qd,[gf],Cf),yf=Ef.slice(0,kf),Mf=Ad(bf.name,yf,bf.data,zd);if(Mf.length===0||Wd.length===hf+1)return Mf;var Af=Wd.slice(hf+1),Zd=Af.some(od.isTraversal),mf=jd(Af,zd,Qd);return Zd&&(Md.has(Af[0].type)&&Af.unshift(Ed),Af.unshift(_d)),Af.some(ud.isFilter)?Pd(Mf,Af,zd,!1,Qd):Zd?Fd(Mf,[Af],mf,1/0):Vd(Mf,[Af],mf)}function Fd(qd,Wd,zd,Kd){if(Kd===0)return[];var Qd=(0,sd._compileToken)(Wd,zd,qd);return Ud(qd,Qd,Kd)}function Ud(qd,Wd,zd){zd===void 0&&(zd=1/0);var Kd=(0,sd.prepareContext)(qd,ld,Wd.shouldTestNextSiblings);return ld.find(function(Qd){return ld.isTag(Qd)&&Wd(Qd)},Kd,!0,zd)}function Vd(qd,Wd,zd){var Kd=(Array.isArray(qd)?qd:[qd]).filter(ld.isTag);if(Kd.length===0)return Kd;var Qd=(0,sd._compileToken)(Wd,zd);return Kd.filter(Qd)}}(lib$c)),lib$c}var lib$4={},Parser={},Tokenizer={},decode_codepoint={};const require$$0$2={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};var hasRequiredDecode_codepoint;function requireDecode_codepoint(){if(hasRequiredDecode_codepoint)return decode_codepoint;hasRequiredDecode_codepoint=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(td){return td&&td.__esModule?td:{default:td}};Object.defineProperty(decode_codepoint,"__esModule",{value:!0});var qa=Ra(require$$0$2),Ja=String.fromCodePoint||function(td){var rd="";return td>65535&&(td-=65536,rd+=String.fromCharCode(td>>>10&1023|55296),td=56320|td&1023),rd+=String.fromCharCode(td),rd};function ed(td){return td>=55296&&td<=57343||td>1114111?"<22>":(td in qa.default&&(td=qa.default[td]),Ja(td))}return decode_codepoint.default=ed,decode_codepoint}const Aacute$1="Á",aacute$1="á",Abreve="Ă",abreve="ă",ac$2="∾",acd="∿",acE="∾̳",Acirc$1="Â",acirc$1="â",acute$1="´",Acy="А",acy="а",AElig$1="Æ",aelig$1="æ",af$1="",Afr="𝔄",afr="𝔞",Agrave$1="À",agrave$1="à",alefsym="ℵ",aleph="ℵ",Alpha="Α",alpha="α",Amacr="Ā",amacr="ā",amalg="⨿",amp$2="&",AMP$1="&",andand="⩕",And="⩓",and="∧",andd="⩜",andslope="⩘",andv="⩚",ang="∠",ange="⦤",angle="∠",angmsdaa="⦨",angmsdab="⦩",angmsdac="⦪",angmsdad="⦫",angmsdae="⦬",angmsdaf="⦭",angmsdag="⦮",angmsdah="⦯",angmsd="∡",angrt="∟",angrtvb="⊾",angrtvbd="⦝",angsph="∢",angst="Å",angzarr="⍼",Aogon="Ą",aogon="ą",Aopf="𝔸",aopf="𝕒",apacir="⩯",ap$2="≈",apE="⩰",ape="≊",apid="≋",apos$1="'",ApplyFunction="",approx="≈",approxeq="≊",Aring$1="Å",aring$1="å",Ascr="𝒜",ascr="𝒶",Assign="≔",ast="*",asymp="≈",asympeq="≍",Atilde$1="Ã",atilde$1="ã",Auml$1="Ä",auml$1="ä",awconint="∳",awint="⨑",backcong="≌",backepsilon="϶",backprime="",backsim="∽",backsimeq="⋍",Backslash="",Barv="⫧",barvee="⊽",barwed="⌅",Barwed="⌆",barwedge="⌅",bbrk="⎵",bbrktbrk="⎶",bcong="≌",Bcy="Б",bcy="б",bdquo="„",becaus="∵",because="∵",Because="∵",bemptyv="⦰",bepsi="϶",bernou="",Bernoullis="",Beta="Β",beta="β",beth="ℶ",between="≬",Bfr="𝔅",bfr="𝔟",bigcap="⋂",bigcirc="◯",bigcup="",bigodot="⨀",bigoplus="⨁",bigotimes="⨂",bigsqcup="⨆",bigstar="★",bigtriangledown="▽",bigtriangleup="△",biguplus="⨄",bigvee="",bigwedge="⋀",bkarow="⤍",blacklozenge="⧫",blacksquare="▪",blacktriangle="▴",blacktriangledown="▾",blacktriangleleft="◂",blacktriangleright="▸",blank="␣",blk12="▒",blk14="░",blk34="▓",block="█",bne="=⃥",bnequiv="≡⃥",bNot="⫭",bnot="⌐",Bopf="𝔹",bopf="𝕓",bot="⊥",bottom="⊥",bowtie="⋈",boxbox="⧉",boxdl="┐",boxdL="╕",boxDl="╖",boxDL="╗",boxdr="┌",boxdR="╒",boxDr="╓",boxDR="╔",boxh="─",boxH="═",boxhd="┬",boxHd="╤",boxhD="╥",boxHD="╦",boxhu="┴",boxHu="╧",boxhU="╨",boxHU="╩",boxminus="⊟",boxplus="⊞",boxtimes="⊠",boxul="┘",boxuL="╛",boxUl="╜",boxUL="╝",boxur="└",boxuR="╘",boxUr="╙",boxUR="╚",boxv="│",boxV="║",boxvh="┼",boxvH="╪",boxVh="╫",boxVH="╬",boxvl="┤",boxvL="╡",boxVl="╢",boxVL="╣",boxvr="├",boxvR="╞",boxVr="╟",boxVR="╠",bprime="",breve="˘",Breve="˘",brvbar$1="¦",bscr="𝒷",Bscr="",bsemi="⁏",bsim="∽",bsime="⋍",bsolb="⧅",bsol="\\",bsolhsub="⟈",bull="•",bullet="•",bump="≎",bumpE="⪮",bumpe="≏",Bumpeq="≎",bumpeq="≏",Cacute="Ć",cacute="ć",capand="⩄",capbrcup="⩉",capcap="⩋",cap="∩",Cap="⋒",capcup="⩇",capdot="⩀",CapitalDifferentialD="",caps="∩︀",caret="",caron="ˇ",Cayleys="",ccaps="⩍",Ccaron="Č",ccaron="č",Ccedil$1="Ç",ccedil$1="ç",Ccirc="Ĉ",ccirc="ĉ",Cconint="∰",ccups="⩌",ccupssm="⩐",Cdot="Ċ",cdot="ċ",cedil$1="¸",Cedilla="¸",cemptyv="⦲",cent$1="¢",centerdot="·",CenterDot="·",cfr="𝔠",Cfr="",CHcy="Ч",chcy="ч",check="✓",checkmark="✓",Chi="Χ",chi="χ",circ="ˆ",circeq="≗",circlearrowleft="↺",circlearrowright="↻",circledast="⊛",circledcirc="⊚",circleddash="⊝",CircleDot="⊙",circledR="®",circledS="Ⓢ",CircleMinus="⊖",CirclePlus="⊕",CircleTimes="⊗",cir="○",cirE="⧃",cire="≗",cirfnint="⨐",cirmid="⫯",cirscir="⧂",ClockwiseContourIntegral="∲",CloseCurlyDoubleQuote="”",CloseCurlyQuote="",clubs="♣",clubsuit="♣",colon=":",Colon="∷",Colone="⩴",colone="≔",coloneq="≔",comma=",",commat="@",comp="∁",compfn="∘",complement="∁",complexes="",cong="≅",congdot="⩭",Congruent="≡",conint="∮",Conint="∯",ContourIntegral="∮",copf="𝕔",Copf="",coprod="∐",Coproduct="∐",copy$1="©",COPY$1="©",copysr="℗",CounterClockwiseContourIntegral="∳",crarr="↵",cross="✗",Cross="",Cscr="𝒞",cscr="𝒸",csub="⫏",csube="⫑",csup="⫐",csupe="⫒",ctdot="⋯",cudarrl="⤸",cudarrr="⤵",cuepr="⋞",cuesc="⋟",cularr="↶",cularrp="⤽",cupbrcap="⩈",cupcap="⩆",CupCap="≍",cup="",Cup="⋓",cupcup="⩊",cupdot="⊍",cupor="⩅",cups="",curarr="↷",curarrm="⤼",curlyeqprec="⋞",curlyeqsucc="⋟",curlyvee="⋎",curlywedge="⋏",curren$1="¤",curvearrowleft="↶",curvearrowright="↷",cuvee="⋎",cuwed="⋏",cwconint="∲",cwint="∱",cylcty="⌭",dagger="†",Dagger="‡",daleth="ℸ",darr="↓",Darr="↡",dArr="⇓",dash="",Dashv="⫤",dashv="⊣",dbkarow="⤏",dblac="˝",Dcaron="Ď",dcaron="ď",Dcy="Д",dcy="д",ddagger="‡",ddarr="⇊",DD="",dd="",DDotrahd="⤑",ddotseq="⩷",deg$1="°",Del="∇",Delta="Δ",delta="δ",demptyv="⦱",dfisht="⥿",Dfr="𝔇",dfr="𝔡",dHar="⥥",dharl="⇃",dharr="⇂",DiacriticalAcute="´",DiacriticalDot="˙",DiacriticalDoubleAcute="˝",DiacriticalGrave="`",DiacriticalTilde="˜",diam="⋄",diamond="⋄",Diamond="⋄",diamondsuit="♦",diams="♦",die="¨",DifferentialD="",digamma="ϝ",disin="⋲",div="÷",divide$1="÷",divideontimes="⋇",divonx="⋇",DJcy="Ђ",djcy="ђ",dlcorn="⌞",dlcrop="⌍",dollar="$",Dopf="𝔻",dopf="𝕕",Dot="¨",dot="˙",DotDot="⃜",doteq="≐",doteqdot="≑",DotEqual="≐",dotminus="∸",dotplus="∔",dotsquare="⊡",doublebarwedge="⌆",DoubleContourIntegral="∯",DoubleDot="¨",DoubleDownArrow="⇓",DoubleLeftArrow="⇐",DoubleLeftRightArrow="⇔",DoubleLeftTee="⫤",DoubleLongLeftArrow="⟸",DoubleLongLeftRightArrow="⟺",DoubleLongRightArrow="⟹",DoubleRightArrow="⇒",DoubleRightTee="⊨",DoubleUpArrow="⇑",DoubleUpDownArrow="⇕",DoubleVerticalBar="∥",DownArrowBar="⤓",downarrow="↓",DownArrow="↓",Downarrow="⇓",DownArrowUpArrow="⇵",DownBreve="̑",downdownarrows="⇊",downharpoonleft="⇃",downharpoonright="⇂",DownLeftRightVector="⥐",DownLeftTeeVector="⥞",DownLeftVectorBar="⥖",DownLeftVector="↽",DownRightTeeVector="⥟",DownRightVectorBar="⥗",DownRightVector="⇁",DownTeeArrow="↧",DownTee="",drbkarow="⤐",drcorn="⌟",drcrop="⌌",Dscr="𝒟",dscr="𝒹",DScy="Ѕ",dscy="ѕ",dsol="⧶",Dstrok="Đ",dstrok="đ",dtdot="⋱",dtri="▿",dtrif="▾",duarr="⇵",duhar="⥯",dwangle="⦦",DZcy="Џ",dzcy="џ",dzigrarr="⟿",Eacute$1="É",eacute$1="é",easter="⩮",Ecaron="Ě",ecaron="ě",Ecirc$1="Ê",ecirc$1="ê",ecir="≖",ecolon="≕",Ecy="Э",ecy="э",eDDot="⩷",Edot="Ė",edot="ė",eDot="≑",ee$3="",efDot="≒",Efr="𝔈",efr="𝔢",eg="⪚",Egrave$1="È",egrave$1="è",egs="⪖",egsdot="⪘",el$3="⪙",Element$1="∈",elinters="⏧",ell="",els="⪕",elsdot="⪗",Emacr="Ē",emacr="ē",empty="∅",emptyset="∅",EmptySmallSquare="◻",emptyv="∅",EmptyVerySmallSquare="▫",emsp13="",emsp14="",emsp="",ENG="Ŋ",eng="ŋ",ensp="",Eogon="Ę",eogon="ę",Eopf="𝔼",eopf="𝕖",epar="⋕",eparsl="⧣",eplus="⩱",epsi="ε",Epsilon="Ε",epsilon="ε",epsiv="ϵ",eqcirc="≖",eqcolon="≕",eqsim="≂",eqslantgtr="⪖",eqslantless="⪕",Equal="⩵",equals="=",EqualTilde="≂",equest="≟",Equilibrium="⇌",equiv="≡",equivDD="⩸",eqvparsl="⧥",erarr="⥱",erDot="≓",escr="",Escr="",esdot="≐",Esim="⩳",esim="≂",Eta="Η",eta="η",ETH$1="Ð",eth$1="ð",Euml$1="Ë",euml$1="ë",euro="€",excl="!",exist="∃",Exists="∃",expectation="",exponentiale="",ExponentialE="",fallingdotseq="≒",Fcy="Ф",fcy="ф",female="♀",ffilig="ffi",fflig="ff",ffllig="ffl",Ffr="𝔉",ffr="𝔣",filig="fi",FilledSmallSquare="◼",FilledVerySmallSquare="▪",fjlig="fj",flat="♭",fllig="fl",fltns="▱",fnof="ƒ",Fopf="𝔽",fopf="𝕗",forall="∀",ForAll="∀",fork="⋔",forkv="⫙",Fouriertrf="",fpartint="⨍",frac12$1="½",frac13="⅓",frac14$1="¼",frac15="⅕",frac16="⅙",frac18="⅛",frac23="⅔",frac25="⅖",frac34$1="¾",frac35="⅗",frac38="⅜",frac45="⅘",frac56="⅚",frac58="⅝",frac78="⅞",frasl="",frown="⌢",fscr="𝒻",Fscr="",gacute="ǵ",Gamma="Γ",gamma="γ",Gammad="Ϝ",gammad="ϝ",gap="⪆",Gbreve="Ğ",gbreve="ğ",Gcedil="Ģ",Gcirc="Ĝ",gcirc="ĝ",Gcy="Г",gcy="г",Gdot="Ġ",gdot="ġ",ge$5="≥",gE="≧",gEl="⪌",gel="⋛",geq="≥",geqq="≧",geqslant="⩾",gescc="⪩",ges="⩾",gesdot="⪀",gesdoto="⪂",gesdotol="⪄",gesl="⋛︀",gesles="⪔",Gfr="𝔊",gfr="𝔤",gg="≫",Gg="⋙",ggg="⋙",gimel="ℷ",GJcy="Ѓ",gjcy="ѓ",gla="⪥",gl$3="≷",glE="⪒",glj="⪤",gnap="⪊",gnapprox="⪊",gne="⪈",gnE="≩",gneq="⪈",gneqq="≩",gnsim="⋧",Gopf="𝔾",gopf="𝕘",grave="`",GreaterEqual="≥",GreaterEqualLess="⋛",GreaterFullEqual="≧",GreaterGreater="⪢",GreaterLess="≷",GreaterSlantEqual="⩾",GreaterTilde="≳",Gscr="𝒢",gscr="",gsim="≳",gsime="⪎",gsiml="⪐",gtcc="⪧",gtcir="⩺",gt$5=">",GT$1=">",Gt$4="≫",gtdot="⋗",gtlPar="⦕",gtquest="⩼",gtrapprox="⪆",gtrarr="⥸",gtrdot="⋗",gtreqless="⋛",gtreqqless="⪌",gtrless="≷",gtrsim="≳",gvertneqq="≩︀",gvnE="≩︀",Hacek="ˇ",hairsp="",half="½",hamilt="",HARDcy="Ъ",hardcy="ъ",harrcir="⥈",harr="↔",hArr="⇔",harrw="↭",Hat="^",hbar="ℏ",Hcirc="Ĥ",hcirc="ĥ",hearts="♥",heartsuit="♥",hellip="…",hercon="⊹",hfr="𝔥",Hfr="",HilbertSpace="",hksearow="⤥",hkswarow="⤦",hoarr="⇿",homtht="∻",hookleftarrow="↩",hookrightarrow="↪",hopf="𝕙",Hopf="",horbar="―",HorizontalLine="─",hscr="𝒽",Hscr="",hslash="ℏ",Hstrok="Ħ",hstrok="ħ",HumpDownHump="≎",HumpEqual="≏",hybull="",hyphen="",Iacute$1="Í",iacute$1="í",ic$2="",Icirc$1="Î",icirc$1="î",Icy="И",icy="и",Idot="İ",IEcy="Е",iecy="е",iexcl$1="¡",iff="⇔",ifr="𝔦",Ifr="",Igrave$1="Ì",igrave$1="ì",ii$5="",iiiint="⨌",iiint="∭",iinfin="⧜",iiota="℩",IJlig="IJ",ijlig="ij",Imacr="Ī",imacr="ī",image="",ImaginaryI="",imagline="",imagpart="",imath="ı",Im="",imof="⊷",imped="Ƶ",Implies="⇒",incare="℅",infin="∞",infintie="⧝",inodot="ı",intcal="⊺",int="∫",Int="∬",integers="",Integral="∫",intercal="⊺",Intersection="⋂",intlarhk="⨗",intprod="⨼",InvisibleComma="",InvisibleTimes="",IOcy="Ё",iocy="ё",Iogon="Į",iogon="į",Iopf="𝕀",iopf="𝕚",Iota="Ι",iota="ι",iprod="⨼",iquest$1="¿",iscr="𝒾",Iscr="",isin="∈",isindot="⋵",isinE="⋹",isins="⋴",isinsv="⋳",isinv="∈",it$3="",Itilde="Ĩ",itilde="ĩ",Iukcy="І",iukcy="і",Iuml$1="Ï",iuml$1="ï",Jcirc="Ĵ",jcirc="ĵ",Jcy="Й",jcy="й",Jfr="𝔍",jfr="𝔧",jmath="ȷ",Jopf="𝕁",jopf="𝕛",Jscr="𝒥",jscr="𝒿",Jsercy="Ј",jsercy="ј",Jukcy="Є",jukcy="є",Kappa="Κ",kappa="κ",kappav="ϰ",Kcedil="Ķ",kcedil="ķ",Kcy="К",kcy="к",Kfr="𝔎",kfr="𝔨",kgreen="ĸ",KHcy="Х",khcy="х",KJcy="Ќ",kjcy="ќ",Kopf="𝕂",kopf="𝕜",Kscr="𝒦",kscr="𝓀",lAarr="⇚",Lacute="Ĺ",lacute="ĺ",laemptyv="⦴",lagran="",Lambda="Λ",lambda="λ",lang="⟨",Lang="⟪",langd="⦑",langle="⟨",lap="⪅",Laplacetrf="",laquo$1="«",larrb="⇤",larrbfs="⤟",larr="←",Larr="↞",lArr="⇐",larrfs="⤝",larrhk="↩",larrlp="↫",larrpl="⤹",larrsim="⥳",larrtl="↢",latail="⤙",lAtail="⤛",lat="⪫",late="⪭",lates="⪭︀",lbarr="⤌",lBarr="⤎",lbbrk="",lbrace="{",lbrack="[",lbrke="⦋",lbrksld="⦏",lbrkslu="⦍",Lcaron="Ľ",lcaron="ľ",Lcedil="Ļ",lcedil="ļ",lceil="⌈",lcub="{",Lcy="Л",lcy="л",ldca="⤶",ldquo="“",ldquor="„",ldrdhar="⥧",ldrushar="⥋",ldsh="↲",le$4="≤",lE="≦",LeftAngleBracket="⟨",LeftArrowBar="⇤",leftarrow="←",LeftArrow="←",Leftarrow="⇐",LeftArrowRightArrow="⇆",leftarrowtail="↢",LeftCeiling="⌈",LeftDoubleBracket="⟦",LeftDownTeeVector="⥡",LeftDownVectorBar="⥙",LeftDownVector="⇃",LeftFloor="⌊",leftharpoondown="↽",leftharpoonup="↼",leftleftarrows="⇇",leftrightarrow="↔",LeftRightArrow="↔",Leftrightarrow="⇔",leftrightarrows="⇆",leftrightharpoons="⇋",leftrightsquigarrow="↭",LeftRightVector="⥎",LeftTeeArrow="↤",LeftTee="⊣",LeftTeeVector="⥚",leftthreetimes="⋋",LeftTriangleBar="⧏",LeftTriangle="⊲",LeftTriangleEqual="⊴",LeftUpDownVector="⥑",LeftUpTeeVector="⥠",LeftUpVectorBar="⥘",LeftUpVector="↿",LeftVectorBar="⥒",LeftVector="↼",lEg="⪋",leg="⋚",leq="≤",leqq="≦",leqslant="⩽",lescc="⪨",les="⩽",lesdot="⩿",lesdoto="⪁",lesdotor="⪃",lesg="⋚︀",lesges="⪓",lessapprox="⪅",lessdot="⋖",lesseqgtr="⋚",lesseqqgtr="⪋",LessEqualGreater="⋚",LessFullEqual="≦",LessGreater="≶",lessgtr="≶",LessLess="⪡",lesssim="≲",LessSlantEqual="⩽",LessTilde="≲",lfisht="⥼",lfloor="⌊",Lfr="𝔏",lfr="𝔩",lg="≶",lgE="⪑",lHar="⥢",lhard="↽",lharu="↼",lharul="⥪",lhblk="▄",LJcy="Љ",ljcy="љ",llarr="⇇",ll$3="≪",Ll$4="⋘",llcorner="⌞",Lleftarrow="⇚",llhard="⥫",lltri="◺",Lmidot="Ŀ",lmidot="ŀ",lmoustache="⎰",lmoust="⎰",lnap="⪉",lnapprox="⪉",lne="⪇",lnE="≨",lneq="⪇",lneqq="≨",lnsim="⋦",loang="⟬",loarr="⇽",lobrk="⟦",longleftarrow="⟵",LongLeftArrow="⟵",Longleftarrow="⟸",longleftrightarrow="⟷",LongLeftRightArrow="⟷",Longleftrightarrow="⟺",longmapsto="⟼",longrightarrow="⟶",LongRightArrow="⟶",Longrightarrow="⟹",looparrowleft="↫",looparrowright="↬",lopar="⦅",Lopf="𝕃",lopf="𝕝",loplus="⨭",lotimes="⨴",lowast="",lowbar="_",LowerLeftArrow="↙",LowerRightArrow="↘",loz="◊",lozenge="◊",lozf="⧫",lpar="(",lparlt="⦓",lrarr="⇆",lrcorner="⌟",lrhar="⇋",lrhard="⥭",lrm="",lrtri="⊿",lsaquo="",lscr="𝓁",Lscr="",lsh="↰",Lsh="↰",lsim="≲",lsime="⪍",lsimg="⪏",lsqb="[",lsquo="",lsquor="",Lstrok="Ł",lstrok="ł",ltcc="⪦",ltcir="⩹",lt$5="<",LT$1="<",Lt$3="≪",ltdot="⋖",lthree="⋋",ltimes="⋉",ltlarr="⥶",ltquest="⩻",ltri="◃",ltrie="⊴",ltrif="◂",ltrPar="⦖",lurdshar="⥊",luruhar="⥦",lvertneqq="≨︀",lvnE="≨︀",macr$1="¯",male="♂",malt="✠",maltese="✠",map$2="↦",mapsto="↦",mapstodown="↧",mapstoleft="↤",mapstoup="↥",marker="▮",mcomma="⨩",Mcy="М",mcy="м",mdash="—",mDDot="∺",measuredangle="∡",MediumSpace="",Mellintrf="",Mfr="𝔐",mfr="𝔪",mho="℧",micro$1="µ",midast="*",midcir="⫰",mid="",middot$1="·",minusb="⊟",minus="",minusd="∸",minusdu="⨪",MinusPlus="∓",mlcp="⫛",mldr="…",mnplus="∓",models="⊧",Mopf="𝕄",mopf="𝕞",mp$1="∓",mscr="𝓂",Mscr="",mstpos="∾",Mu$3="Μ",mu$3="μ",multimap="⊸",mumap="⊸",nabla="∇",Nacute="Ń",nacute="ń",nang="∠⃒",nap="≉",napE="⩰̸",napid="≋̸",napos="ʼn",napprox="≉",natural="♮",naturals="",natur="♮",nbsp$1=" ",nbump="≎̸",nbumpe="≏̸",ncap="⩃",Ncaron="Ň",ncaron="ň",Ncedil="Ņ",ncedil="ņ",ncong="≇",ncongdot="⩭̸",ncup="⩂",Ncy="Н",ncy="н",ndash="",nearhk="⤤",nearr="↗",neArr="⇗",nearrow="↗",ne$4="≠",nedot="≐̸",NegativeMediumSpace="",NegativeThickSpace="",NegativeThinSpace="",NegativeVeryThinSpace="",nequiv="≢",nesear="⤨",nesim="≂̸",NestedGreaterGreater="≫",NestedLessLess="≪",NewLine=`
`,nexist="∄",nexists="∄",Nfr="𝔑",nfr="𝔫",ngE="≧̸",nge="≱",ngeq="≱",ngeqq="≧̸",ngeqslant="⩾̸",nges="⩾̸",nGg="⋙̸",ngsim="≵",nGt="≫⃒",ngt="≯",ngtr="≯",nGtv="≫̸",nharr="↮",nhArr="⇎",nhpar="⫲",ni$5="∋",nis="⋼",nisd="⋺",niv="∋",NJcy="Њ",njcy="њ",nlarr="↚",nlArr="⇍",nldr="‥",nlE="≦̸",nle="≰",nleftarrow="↚",nLeftarrow="⇍",nleftrightarrow="↮",nLeftrightarrow="⇎",nleq="≰",nleqq="≦̸",nleqslant="⩽̸",nles="⩽̸",nless="≮",nLl="⋘̸",nlsim="≴",nLt="≪⃒",nlt="≮",nltri="⋪",nltrie="⋬",nLtv="≪̸",nmid="∤",NoBreak="",NonBreakingSpace=" ",nopf="𝕟",Nopf="",Not="⫬",not$1="¬",NotCongruent="≢",NotCupCap="≭",NotDoubleVerticalBar="∦",NotElement="∉",NotEqual="≠",NotEqualTilde="≂̸",NotExists="∄",NotGreater="≯",NotGreaterEqual="≱",NotGreaterFullEqual="≧̸",NotGreaterGreater="≫̸",NotGreaterLess="≹",NotGreaterSlantEqual="⩾̸",NotGreaterTilde="≵",NotHumpDownHump="≎̸",NotHumpEqual="≏̸",notin="∉",notindot="⋵̸",notinE="⋹̸",notinva="∉",notinvb="⋷",notinvc="⋶",NotLeftTriangleBar="⧏̸",NotLeftTriangle="⋪",NotLeftTriangleEqual="⋬",NotLess="≮",NotLessEqual="≰",NotLessGreater="≸",NotLessLess="≪̸",NotLessSlantEqual="⩽̸",NotLessTilde="≴",NotNestedGreaterGreater="⪢̸",NotNestedLessLess="⪡̸",notni="∌",notniva="∌",notnivb="⋾",notnivc="⋽",NotPrecedes="⊀",NotPrecedesEqual="⪯̸",NotPrecedesSlantEqual="⋠",NotReverseElement="∌",NotRightTriangleBar="⧐̸",NotRightTriangle="⋫",NotRightTriangleEqual="⋭",NotSquareSubset="⊏̸",NotSquareSubsetEqual="⋢",NotSquareSuperset="⊐̸",NotSquareSupersetEqual="⋣",NotSubset="⊂⃒",NotSubsetEqual="⊈",NotSucceeds="⊁",NotSucceedsEqual="⪰̸",NotSucceedsSlantEqual="⋡",NotSucceedsTilde="≿̸",NotSuperset="⊃⃒",NotSupersetEqual="⊉",NotTilde="≁",NotTildeEqual="≄",NotTildeFullEqual="≇",NotTildeTilde="≉",NotVerticalBar="∤",nparallel="∦",npar="∦",nparsl="⫽⃥",npart="∂̸",npolint="⨔",npr="⊀",nprcue="⋠",nprec="⊀",npreceq="⪯̸",npre="⪯̸",nrarrc="⤳̸",nrarr="↛",nrArr="⇏",nrarrw="↝̸",nrightarrow="↛",nRightarrow="⇏",nrtri="⋫",nrtrie="⋭",nsc="⊁",nsccue="⋡",nsce="⪰̸",Nscr="𝒩",nscr="𝓃",nshortmid="∤",nshortparallel="∦",nsim="≁",nsime="≄",nsimeq="≄",nsmid="∤",nspar="∦",nsqsube="⋢",nsqsupe="⋣",nsub="⊄",nsubE="⫅̸",nsube="⊈",nsubset="⊂⃒",nsubseteq="⊈",nsubseteqq="⫅̸",nsucc="⊁",nsucceq="⪰̸",nsup="⊅",nsupE="⫆̸",nsupe="⊉",nsupset="⊃⃒",nsupseteq="⊉",nsupseteqq="⫆̸",ntgl="≹",Ntilde$1="Ñ",ntilde$1="ñ",ntlg="≸",ntriangleleft="⋪",ntrianglelefteq="⋬",ntriangleright="⋫",ntrianglerighteq="⋭",Nu$3="Ν",nu$5="ν",num="#",numero="№",numsp="",nvap="≍⃒",nvdash="⊬",nvDash="⊭",nVdash="⊮",nVDash="⊯",nvge="≥⃒",nvgt=">⃒",nvHarr="⤄",nvinfin="⧞",nvlArr="⤂",nvle="≤⃒",nvlt="<⃒",nvltrie="⊴⃒",nvrArr="⤃",nvrtrie="⊵⃒",nvsim="∼⃒",nwarhk="⤣",nwarr="↖",nwArr="⇖",nwarrow="↖",nwnear="⤧",Oacute$1="Ó",oacute$1="ó",oast="⊛",Ocirc$1="Ô",ocirc$1="ô",ocir="⊚",Ocy="О",ocy="о",odash="⊝",Odblac="Ő",odblac="ő",odiv="⨸",odot="⊙",odsold="⦼",OElig="Œ",oelig="œ",ofcir="⦿",Ofr="𝔒",ofr="𝔬",ogon="˛",Ograve$1="Ò",ograve$1="ò",ogt="⧁",ohbar="⦵",ohm="Ω",oint="∮",olarr="↺",olcir="⦾",olcross="⦻",oline="‾",olt="⧀",Omacr="Ō",omacr="ō",Omega="Ω",omega="ω",Omicron="Ο",omicron="ο",omid="⦶",ominus="⊖",Oopf="𝕆",oopf="𝕠",opar="⦷",OpenCurlyDoubleQuote="“",OpenCurlyQuote="",operp="⦹",oplus="⊕",orarr="↻",Or$4="⩔",or$3="",ord="⩝",order="",orderof="",ordf$1="ª",ordm$1="º",origof="⊶",oror="⩖",orslope="⩗",orv="⩛",oS="Ⓢ",Oscr="𝒪",oscr="",Oslash$1="Ø",oslash$1="ø",osol="⊘",Otilde$1="Õ",otilde$1="õ",otimesas="⨶",Otimes="⨷",otimes="⊗",Ouml$1="Ö",ouml$1="ö",ovbar="⌽",OverBar="‾",OverBrace="⏞",OverBracket="⎴",OverParenthesis="⏜",para$1="¶",parallel$1="∥",par="∥",parsim="⫳",parsl="⫽",part="∂",PartialD="∂",Pcy="П",pcy="п",percnt="%",period=".",permil="‰",perp="⊥",pertenk="‱",Pfr="𝔓",pfr="𝔭",Phi="Φ",phi="φ",phiv="ϕ",phmmat="",phone="☎",Pi$3="Π",pi$5="π",pitchfork="⋔",piv="ϖ",planck="ℏ",planckh="",plankv="ℏ",plusacir="⨣",plusb="⊞",pluscir="⨢",plus="+",plusdo="∔",plusdu="⨥",pluse="⩲",PlusMinus="±",plusmn$1="±",plussim="⨦",plustwo="⨧",pm="±",Poincareplane="",pointint="⨕",popf="𝕡",Popf="",pound$1="£",prap="⪷",Pr$4="⪻",pr$3="≺",prcue="≼",precapprox="⪷",prec="≺",preccurlyeq="≼",Precedes="≺",PrecedesEqual="⪯",PrecedesSlantEqual="≼",PrecedesTilde="≾",preceq="⪯",precnapprox="⪹",precneqq="⪵",precnsim="⋨",pre="⪯",prE="⪳",precsim="≾",prime="",Prime="″",primes="",prnap="⪹",prnE="⪵",prnsim="⋨",prod="∏",Product="∏",profalar="⌮",profline="⌒",profsurf="⌓",prop="∝",Proportional="∝",Proportion="∷",propto="∝",prsim="≾",prurel="⊰",Pscr="𝒫",pscr="𝓅",Psi="Ψ",psi="ψ",puncsp="",Qfr="𝔔",qfr="𝔮",qint="⨌",qopf="𝕢",Qopf="",qprime="⁗",Qscr="𝒬",qscr="𝓆",quaternions="",quatint="⨖",quest="?",questeq="≟",quot$2='"',QUOT$1='"',rAarr="⇛",race$2="∽̱",Racute="Ŕ",racute="ŕ",radic="√",raemptyv="⦳",rang="⟩",Rang="⟫",rangd="⦒",range$2="⦥",rangle="⟩",raquo$1="»",rarrap="⥵",rarrb="⇥",rarrbfs="⤠",rarrc="⤳",rarr="→",Rarr="↠",rArr="⇒",rarrfs="⤞",rarrhk="↪",rarrlp="↬",rarrpl="⥅",rarrsim="⥴",Rarrtl="⤖",rarrtl="↣",rarrw="↝",ratail="⤚",rAtail="⤜",ratio="",rationals="",rbarr="⤍",rBarr="⤏",RBarr="⤐",rbbrk="",rbrace="}",rbrack="]",rbrke="⦌",rbrksld="⦎",rbrkslu="⦐",Rcaron="Ř",rcaron="ř",Rcedil="Ŗ",rcedil="ŗ",rceil="⌉",rcub="}",Rcy="Р",rcy="р",rdca="⤷",rdldhar="⥩",rdquo="”",rdquor="”",rdsh="↳",real="",realine="",realpart="",reals="",Re$6="",rect="▭",reg$1="®",REG$1="®",ReverseElement="∋",ReverseEquilibrium="⇋",ReverseUpEquilibrium="⥯",rfisht="⥽",rfloor="⌋",rfr="𝔯",Rfr="",rHar="⥤",rhard="⇁",rharu="⇀",rharul="⥬",Rho="Ρ",rho="ρ",rhov="ϱ",RightAngleBracket="⟩",RightArrowBar="⇥",rightarrow="→",RightArrow="→",Rightarrow="⇒",RightArrowLeftArrow="⇄",rightarrowtail="↣",RightCeiling="⌉",RightDoubleBracket="⟧",RightDownTeeVector="⥝",RightDownVectorBar="⥕",RightDownVector="⇂",RightFloor="⌋",rightharpoondown="⇁",rightharpoonup="⇀",rightleftarrows="⇄",rightleftharpoons="⇌",rightrightarrows="⇉",rightsquigarrow="↝",RightTeeArrow="↦",RightTee="⊢",RightTeeVector="⥛",rightthreetimes="⋌",RightTriangleBar="⧐",RightTriangle="⊳",RightTriangleEqual="⊵",RightUpDownVector="⥏",RightUpTeeVector="⥜",RightUpVectorBar="⥔",RightUpVector="↾",RightVectorBar="⥓",RightVector="⇀",ring="˚",risingdotseq="≓",rlarr="⇄",rlhar="⇌",rlm="",rmoustache="⎱",rmoust="⎱",rnmid="⫮",roang="⟭",roarr="⇾",robrk="⟧",ropar="⦆",ropf="𝕣",Ropf="",roplus="⨮",rotimes="⨵",RoundImplies="⥰",rpar=")",rpargt="⦔",rppolint="⨒",rrarr="⇉",Rrightarrow="⇛",rsaquo="",rscr="𝓇",Rscr="",rsh="↱",Rsh="↱",rsqb="]",rsquo="",rsquor="",rthree="⋌",rtimes="⋊",rtri="▹",rtrie="⊵",rtrif="▸",rtriltri="⧎",RuleDelayed="⧴",ruluhar="⥨",rx="℞",Sacute="Ś",sacute="ś",sbquo="",scap="⪸",Scaron="Š",scaron="š",Sc$1="⪼",sc$2="≻",sccue="≽",sce="⪰",scE="⪴",Scedil="Ş",scedil="ş",Scirc="Ŝ",scirc="ŝ",scnap="⪺",scnE="⪶",scnsim="⋩",scpolint="⨓",scsim="≿",Scy="С",scy="с",sdotb="⊡",sdot="⋅",sdote="⩦",searhk="⤥",searr="↘",seArr="⇘",searrow="↘",sect$1="§",semi=";",seswar="⤩",setminus="",setmn="",sext="✶",Sfr="𝔖",sfr="𝔰",sfrown="⌢",sharp="♯",SHCHcy="Щ",shchcy="щ",SHcy="Ш",shcy="ш",ShortDownArrow="↓",ShortLeftArrow="←",shortmid="",shortparallel="∥",ShortRightArrow="→",ShortUpArrow="↑",shy$1="­",Sigma="Σ",sigma="σ",sigmaf="ς",sigmav="ς",sim="",simdot="⩪",sime="≃",simeq="≃",simg="⪞",simgE="⪠",siml="⪝",simlE="⪟",simne="≆",simplus="⨤",simrarr="⥲",slarr="←",SmallCircle="∘",smallsetminus="",smashp="⨳",smeparsl="⧤",smid="",smile="⌣",smt="⪪",smte="⪬",smtes="⪬︀",SOFTcy="Ь",softcy="ь",solbar="⌿",solb="⧄",sol="/",Sopf="𝕊",sopf="𝕤",spades="♠",spadesuit="♠",spar="∥",sqcap="⊓",sqcaps="⊓︀",sqcup="⊔",sqcups="⊔︀",Sqrt="√",sqsub="⊏",sqsube="⊑",sqsubset="⊏",sqsubseteq="⊑",sqsup="⊐",sqsupe="⊒",sqsupset="⊐",sqsupseteq="⊒",square="□",Square="□",SquareIntersection="⊓",SquareSubset="⊏",SquareSubsetEqual="⊑",SquareSuperset="⊐",SquareSupersetEqual="⊒",SquareUnion="⊔",squarf="▪",squ="□",squf="▪",srarr="→",Sscr="𝒮",sscr="𝓈",ssetmn="",ssmile="⌣",sstarf="⋆",Star="⋆",star="☆",starf="★",straightepsilon="ϵ",straightphi="ϕ",strns="¯",sub="⊂",Sub="⋐",subdot="⪽",subE="⫅",sube="⊆",subedot="⫃",submult="⫁",subnE="⫋",subne="⊊",subplus="⪿",subrarr="⥹",subset="⊂",Subset="⋐",subseteq="⊆",subseteqq="⫅",SubsetEqual="⊆",subsetneq="⊊",subsetneqq="⫋",subsim="⫇",subsub="⫕",subsup="⫓",succapprox="⪸",succ="≻",succcurlyeq="≽",Succeeds="≻",SucceedsEqual="⪰",SucceedsSlantEqual="≽",SucceedsTilde="≿",succeq="⪰",succnapprox="⪺",succneqq="⪶",succnsim="⋩",succsim="≿",SuchThat="∋",sum$1="∑",Sum="∑",sung="♪",sup1$1="¹",sup2$1="²",sup3$1="³",sup="⊃",Sup="⋑",supdot="⪾",supdsub="⫘",supE="⫆",supe="⊇",supedot="⫄",Superset="⊃",SupersetEqual="⊇",suphsol="⟉",suphsub="⫗",suplarr="⥻",supmult="⫂",supnE="⫌",supne="⊋",supplus="⫀",supset="⊃",Supset="⋑",supseteq="⊇",supseteqq="⫆",supsetneq="⊋",supsetneqq="⫌",supsim="⫈",supsub="⫔",supsup="⫖",swarhk="⤦",swarr="↙",swArr="⇙",swarrow="↙",swnwar="⤪",szlig$1="ß",Tab=" ",target="⌖",Tau="Τ",tau="τ",tbrk="⎴",Tcaron="Ť",tcaron="ť",Tcedil="Ţ",tcedil="ţ",Tcy="Т",tcy="т",tdot="⃛",telrec="⌕",Tfr="𝔗",tfr="𝔱",there4="∴",therefore="∴",Therefore="∴",Theta="Θ",theta="θ",thetasym="ϑ",thetav="ϑ",thickapprox="≈",thicksim="",ThickSpace="",ThinSpace="",thinsp="",thkap="≈",thksim="",THORN$1="Þ",thorn$1="þ",tilde="˜",Tilde="",TildeEqual="≃",TildeFullEqual="≅",TildeTilde="≈",timesbar="⨱",timesb="⊠",times$2="×",timesd="⨰",tint="∭",toea="⤨",topbot="⌶",topcir="⫱",top="",Topf="𝕋",topf="𝕥",topfork="⫚",tosa="⤩",tprime="‴",trade="™",TRADE="™",triangle="▵",triangledown="▿",triangleleft="◃",trianglelefteq="⊴",triangleq="≜",triangleright="▹",trianglerighteq="⊵",tridot="◬",trie="≜",triminus="⨺",TripleDot="⃛",triplus="⨹",trisb="⧍",tritime="⨻",trpezium="⏢",Tscr="𝒯",tscr="𝓉",TScy="Ц",tscy="ц",TSHcy="Ћ",tshcy="ћ",Tstrok="Ŧ",tstrok="ŧ",twixt="≬",twoheadleftarrow="↞",twoheadrightarrow="↠",Uacute$1="Ú",uacute$1="ú",uarr="↑",Uarr="↟",uArr="⇑",Uarrocir="⥉",Ubrcy="Ў",ubrcy="ў",Ubreve="Ŭ",ubreve="ŭ",Ucirc$1="Û",ucirc$1="û",Ucy="У",ucy="у",udarr="⇅",Udblac="Ű",udblac="ű",udhar="⥮",ufisht="⥾",Ufr="𝔘",ufr="𝔲",Ugrave$1="Ù",ugrave$1="ù",uHar="⥣",uharl="↿",uharr="↾",uhblk="▀",ulcorn="⌜",ulcorner="⌜",ulcrop="⌏",ultri="◸",Umacr="Ū",umacr="ū",uml$1="¨",UnderBar="_",UnderBrace="⏟",UnderBracket="⎵",UnderParenthesis="⏝",Union="",UnionPlus="⊎",Uogon="Ų",uogon="ų",Uopf="𝕌",uopf="𝕦",UpArrowBar="⤒",uparrow="↑",UpArrow="↑",Uparrow="⇑",UpArrowDownArrow="⇅",updownarrow="↕",UpDownArrow="↕",Updownarrow="⇕",UpEquilibrium="⥮",upharpoonleft="↿",upharpoonright="↾",uplus="⊎",UpperLeftArrow="↖",UpperRightArrow="↗",upsi="υ",Upsi="ϒ",upsih="ϒ",Upsilon="Υ",upsilon="υ",UpTeeArrow="↥",UpTee="⊥",upuparrows="⇈",urcorn="⌝",urcorner="⌝",urcrop="⌎",Uring="Ů",uring="ů",urtri="◹",Uscr="𝒰",uscr="𝓊",utdot="⋰",Utilde="Ũ",utilde="ũ",utri="▵",utrif="▴",uuarr="⇈",Uuml$1="Ü",uuml$1="ü",uwangle="⦧",vangrt="⦜",varepsilon="ϵ",varkappa="ϰ",varnothing="∅",varphi="ϕ",varpi="ϖ",varpropto="∝",varr="↕",vArr="⇕",varrho="ϱ",varsigma="ς",varsubsetneq="⊊︀",varsubsetneqq="⫋︀",varsupsetneq="⊋︀",varsupsetneqq="⫌︀",vartheta="ϑ",vartriangleleft="⊲",vartriangleright="⊳",vBar="⫨",Vbar="⫫",vBarv="⫩",Vcy="В",vcy="в",vdash="⊢",vDash="⊨",Vdash="⊩",VDash="⊫",Vdashl="⫦",veebar="⊻",vee="",Vee="",veeeq="≚",vellip="⋮",verbar="|",Verbar="‖",vert="|",Vert="‖",VerticalBar="",VerticalLine="|",VerticalSeparator="❘",VerticalTilde="≀",VeryThinSpace="",Vfr="𝔙",vfr="𝔳",vltri="⊲",vnsub="⊂⃒",vnsup="⊃⃒",Vopf="𝕍",vopf="𝕧",vprop="∝",vrtri="⊳",Vscr="𝒱",vscr="𝓋",vsubnE="⫋︀",vsubne="⊊︀",vsupnE="⫌︀",vsupne="⊋︀",Vvdash="⊪",vzigzag="⦚",Wcirc="Ŵ",wcirc="ŵ",wedbar="⩟",wedge="∧",Wedge="⋀",wedgeq="≙",weierp="℘",Wfr="𝔚",wfr="𝔴",Wopf="𝕎",wopf="𝕨",wp$1="℘",wr$4="≀",wreath="≀",Wscr="𝒲",wscr="𝓌",xcap="⋂",xcirc="◯",xcup="",xdtri="▽",Xfr="𝔛",xfr="𝔵",xharr="⟷",xhArr="⟺",Xi$2="Ξ",xi$3="ξ",xlarr="⟵",xlArr="⟸",xmap="⟼",xnis="⋻",xodot="⨀",Xopf="𝕏",xopf="𝕩",xoplus="⨁",xotime="⨂",xrarr="⟶",xrArr="⟹",Xscr="𝒳",xscr="𝓍",xsqcup="⨆",xuplus="⨄",xutri="△",xvee="",xwedge="⋀",Yacute$1="Ý",yacute$1="ý",YAcy="Я",yacy="я",Ycirc="Ŷ",ycirc="ŷ",Ycy="Ы",ycy="ы",yen$1="¥",Yfr="𝔜",yfr="𝔶",YIcy="Ї",yicy="ї",Yopf="𝕐",yopf="𝕪",Yscr="𝒴",yscr="𝓎",YUcy="Ю",yucy="ю",yuml$1="ÿ",Yuml="Ÿ",Zacute="Ź",zacute="ź",Zcaron="Ž",zcaron="ž",Zcy="З",zcy="з",Zdot="Ż",zdot="ż",zeetrf="",ZeroWidthSpace="",Zeta="Ζ",zeta="ζ",zfr="𝔷",Zfr="",ZHcy="Ж",zhcy="ж",zigrarr="⇝",zopf="𝕫",Zopf="",Zscr="𝒵",zscr="𝓏",zwj="",zwnj="",require$$1={Aacute:Aacute$1,aacute:aacute$1,Abreve,abreve,ac:ac$2,acd,acE,Acirc:Acirc$1,acirc:acirc$1,acute:acute$1,Acy,acy,AElig:AElig$1,aelig:aelig$1,af:af$1,Afr,afr,Agrave:Agrave$1,agrave:agrave$1,alefsym,aleph,Alpha,alpha,Amacr,amacr,amalg,amp:amp$2,AMP:AMP$1,andand,And,and,andd,andslope,andv,ang,ange,angle,angmsdaa,angmsdab,angmsdac,angmsdad,angmsdae,angmsdaf,angmsdag,angmsdah,angmsd,angrt,angrtvb,angrtvbd,angsph,angst,angzarr,Aogon,aogon,Aopf,aopf,apacir,ap:ap$2,apE,ape,apid,apos:apos$1,ApplyFunction,approx,approxeq,Aring:Aring$1,aring:aring$1,Ascr,ascr,Assign,ast,asymp,asympeq,Atilde:Atilde$1,atilde:atilde$1,Auml:Auml$1,auml:auml$1,awconint,awint,backcong,backepsilon,backprime,backsim,backsimeq,Backslash,Barv,barvee,barwed,Barwed,barwedge,bbrk,bbrktbrk,bcong,Bcy,bcy,bdquo,becaus,because,Because,bemptyv,bepsi,bernou,Bernoullis,Beta,beta,beth,between,Bfr,bfr,bigcap,bigcirc,bigcup,bigodot,bigoplus,bigotimes,bigsqcup,bigstar,bigtriangledown,bigtriangleup,biguplus,bigvee,bigwedge,bkarow,blacklozenge,blacksquare,blacktriangle,blacktriangledown,blacktriangleleft,blacktriangleright,blank,blk12,blk14,blk34,block,bne,bnequiv,bNot,bnot,Bopf,bopf,bot,bottom,bowtie,boxbox,boxdl,boxdL,boxDl,boxDL,boxdr,boxdR,boxDr,boxDR,boxh,boxH,boxhd,boxHd,boxhD,boxHD,boxhu,boxHu,boxhU,boxHU,boxminus,boxplus,boxtimes,boxul,boxuL,boxUl,boxUL,boxur,boxuR,boxUr,boxUR,boxv,boxV,boxvh,boxvH,boxVh,boxVH,boxvl,boxvL,boxVl,boxVL,boxvr,boxvR,boxVr,boxVR,bprime,breve,Breve,brvbar:brvbar$1,bscr,Bscr,bsemi,bsim,bsime,bsolb,bsol,bsolhsub,bull,bullet,bump,bumpE,bumpe,Bumpeq,bumpeq,Cacute,cacute,capand,capbrcup,capcap,cap,Cap,capcup,capdot,CapitalDifferentialD,caps,caret,caron,Cayleys,ccaps,Ccaron,ccaron,Ccedil:Ccedil$1,ccedil:ccedil$1,Ccirc,ccirc,Cconint,ccups,ccupssm,Cdot,cdot,cedil:cedil$1,Cedilla,cemptyv,cent:cent$1,centerdot,CenterDot,cfr,Cfr,CHcy,chcy,check,checkmark,Chi,chi,circ,circeq,circlearrowleft,circlearrowright,circledast,circledcirc,circleddash,CircleDot,circledR,circledS,CircleMinus,CirclePlus,CircleTimes,cir,cirE,cire,cirfnint,cirmid,cirscir,ClockwiseContourIntegral,CloseCurlyDoubleQuote,CloseCurlyQuote,clubs,clubsuit,colon,Colon,Colone,colone,coloneq,comma,commat,comp,compfn,complement,complexes,cong,congdot,Congruent,conint,Conint,ContourIntegral,copf,Copf,coprod,Coproduct,copy:copy$1,COPY:COPY$1,copysr,CounterClockwiseContourIntegral,crarr,cross,Cross,Cscr,cscr,csub,csube,csup,csupe,ctdot,cudarrl,cudarrr,cuepr,cuesc,cularr,cularrp,cupbrcap,cupcap,CupCap,cup,Cup,cupcup,cupdot,cupor,cups,curarr,curarrm,curlyeqprec,curlyeqsucc,curlyvee,curlywedge,curren:curren$1,curvearrowleft,curvearrowright,cuvee,cuwed,cwconint,cwint,cylcty,dagger,Dagger,daleth,darr,Darr,dArr,dash,Dashv,dashv,dbkarow,dblac,Dcaron,dcaron,Dcy,dcy,ddagger,ddarr,DD,dd,DDotrahd,ddotseq,deg:deg$1,Del,Delta,delta,demptyv,dfisht,Dfr,dfr,dHar,dharl,dharr,DiacriticalAcute,DiacriticalDot,DiacriticalDoubleAcute,DiacriticalGrave,DiacriticalTilde,diam,diamond,Diamond,diamondsuit,diams,die,DifferentialD,digamma,disin,div,divide:divide$1,divideontimes,divonx,DJcy,djcy,dlcorn,dlcrop,dollar,Dopf,dopf,Dot,dot,DotDot,doteq,doteqdot,DotEqual,dotminus,dotplus,dotsquare,doublebarwedge,DoubleContourIntegral,DoubleDot,DoubleDownArrow,DoubleLeftArrow,DoubleLeftRightArrow,DoubleLeftTee,DoubleLongLeftArrow,DoubleLongLeftRightArrow,DoubleLongRightArrow,DoubleRightArrow,DoubleRightTee,DoubleUpArrow,DoubleUpDownArrow,DoubleVerticalBar,DownArrowBar,downarrow,DownArrow,Downarrow,DownArrowUpArrow,DownBreve,downdownarrows,downharpoonleft,downharpoonright,DownLeftRightVector,DownLeftTeeVector,DownLeftVectorBar,DownLeftVector,DownRightTeeVector,DownRightVectorBar,DownRightVector,DownTeeArrow,DownTee,drbkarow,drcorn,drcrop,Dscr,dscr,DScy,dscy,dsol,Dstrok,dstrok,dtdot,dtri,dtrif,duarr,duhar,dwangle,DZcy,dzcy,dzigrarr,Eacute:Eacute$1,eacute:eacute$1,easter,Ecaron,ecaron,Ecirc:Ecirc$1,ecirc:ecirc$1,ecir,ecolon,Ecy,ecy,eDDot,Edot,edot,eDot,ee:ee$3,efDot,Efr,efr,eg,Egrave:Egrave$1,egrave:egrave$1,egs,egsdot,el:el$3,Element:Element$1,elinters,ell,els,elsdot,Emacr,emacr,empty,emptyset,EmptySmallSquare,emptyv,EmptyVerySmallSquare,emsp13,emsp14,emsp,ENG,eng,ensp,Eogon,eogon,Eopf,eopf,epar,eparsl,eplus,epsi,Epsilon,epsilon,epsiv,eqcirc,eqcolon,eqsim,eqslantgtr,eqslantless,Equal,equals,EqualTilde,equest,Equilibrium,equiv,equivDD,eqvparsl,erarr,erDot,escr,Escr,esdot,Esim,esim,Eta,eta,ETH:ETH$1,eth:eth$1,Euml:Euml$1,euml:euml$1,euro,excl,exist,Exists,expectation,exponentiale,ExponentialE,fallingdotseq,Fcy,fcy,female,ffilig,fflig,ffllig,Ffr,ffr,filig,FilledSmallSquare,FilledVerySmallSquare,fjlig,flat,fllig,fltns,fnof,Fopf,fopf,forall,ForAll,fork,forkv,Fouriertrf,fpartint,frac12:frac12$1,frac13,frac14:frac14$1,frac15,frac16,frac18,frac23,frac25,frac34:frac34$1,frac35,frac38,frac45,frac56,frac58,frac78,frasl,frown,fscr,Fscr,gacute,Gamma,gamma,Gammad,gammad,gap,Gbreve,gbreve,Gcedil,Gcirc,gcirc,Gcy,gcy,Gdot,gdot,ge:ge$5,gE,gEl,gel,geq,geqq,geqslant,gescc,ges,gesdot,gesdoto,gesdotol,gesl,gesles,Gfr,gfr,gg,Gg,ggg,gimel,GJcy,gjcy,gla,gl:gl$3,glE,glj,gnap,gnapprox,gne,gnE,gneq,gneqq,gnsim,Gopf,gopf,grave,GreaterEqual,GreaterEqualLess,GreaterFullEqual,GreaterGreater,GreaterLess,GreaterSlantEqual,GreaterTilde,Gscr,gscr,gsim,gsime,gsiml,gtcc,gtcir,gt:gt$5,GT:GT$1,Gt:Gt$4,gtdot,gtlPar,gtquest,gtrapprox,gtrarr,gtrdot,gtreqless,gtreqqless,gtrless,gtrsim,gvertneqq,gvnE,Hacek,hairsp,half,hamilt,HARDcy,hardcy,harrcir,harr,hArr,harrw,Hat,hbar,Hcirc,hcirc,hearts,heartsuit,hellip,hercon,hfr,Hfr,HilbertSpace,hksearow,hkswarow,hoarr,homtht,hookleftarrow,hookrightarrow,hopf,Hopf,horbar,HorizontalLine,hscr,Hscr,hslash,Hstrok,hstrok,HumpDownHump,HumpEqual,hybull,hyphen,Iacute:Iacute$1,iacute:iacute$1,ic:ic$2,Icirc:Icirc$1,icirc:icirc$1,Icy,icy,Idot,IEcy,iecy,iexcl:iexcl$1,iff,ifr,Ifr,Igrave:Igrave$1,igrave:igrave$1,ii:ii$5,iiiint,iiint,iinfin,iiota,IJlig,ijlig,Imacr,imacr,image,ImaginaryI,imagline,imagpart,imath,Im,imof,imped,Implies,incare,in:"∈",infin,infintie,inodot,intcal,int,Int,integers,Integral,intercal,Intersection,intlarhk,intprod,InvisibleComma,InvisibleTimes,IOcy,iocy,Iogon,iogon,Iopf,iopf,Iota,iota,iprod,iquest:iquest$1,iscr,Iscr,isin,isindot,isinE,isins,isinsv,isinv,it:it$3,Itilde,itilde,Iukcy,iukcy,Iuml:Iuml$1,iuml:iuml$1,Jcirc,jcirc,Jcy,jcy,Jfr,jfr,jmath,Jopf,jopf,Jscr,jscr,Jsercy,jsercy,Jukcy,jukcy,Kappa,kappa,kappav,Kcedil,kcedil,Kcy,kcy,Kfr,kfr,kgreen,KHcy,khcy,KJcy,kjcy,Kopf,kopf,Kscr,kscr,lAarr,Lacute,lacute,laemptyv,lagran,Lambda,lambda,lang,Lang,langd,langle,lap,Laplacetrf,laquo:laquo$1,larrb,larrbfs,larr,Larr,lArr,larrfs,larrhk,larrlp,larrpl,larrsim,larrtl,latail,lAtail,lat,late,lates,lbarr,lBarr,lbbrk,lbrace,lbrack,lbrke,lbrksld,lbrkslu,Lcaron,lcaron,Lcedil,lcedil,lceil,lcub,Lcy,lcy,ldca,ldquo,ldquor,ldrdhar,ldrushar,ldsh,le:le$4,lE,LeftAngleBracket,LeftArrowBar,leftarrow,LeftArrow,Leftarrow,LeftArrowRightArrow,leftarrowtail,LeftCeiling,LeftDoubleBracket,LeftDownTeeVector,LeftDownVectorBar,LeftDownVector,LeftFloor,leftharpoondown,leftharpoonup,leftleftarrows,leftrightarrow,LeftRightArrow,Leftrightarrow,leftrightarrows,leftrightharpoons,leftrightsquigarrow,LeftRightVector,LeftTeeArrow,LeftTee,LeftTeeVector,leftthreetimes,LeftTriangleBar,LeftTriangle,LeftTriangleEqual,LeftUpDownVector,LeftUpTeeVector,LeftUpVectorBar,LeftUpVector,LeftVectorBar,LeftVector,lEg,leg,leq,leqq,leqslant,lescc,les,lesdot,lesdoto,lesdotor,lesg,lesges,lessapprox,lessdot,lesseqgtr,lesseqqgtr,LessEqualGreater,LessFullEqual,LessGreater,lessgtr,LessLess,lesssim,LessSlantEqual,LessTilde,lfisht,lfloor,Lfr,lfr,lg,lgE,lHar,lhard,lharu,lharul,lhblk,LJcy,ljcy,llarr,ll:ll$3,Ll:Ll$4,llcorner,Lleftarrow,llhard,lltri,Lmidot,lmidot,lmoustache,lmoust,lnap,lnapprox,lne,lnE,lneq,lneqq,lnsim,loang,loarr,lobrk,longleftarrow,LongLeftArrow,Longleftarrow,longleftrightarrow,LongLeftRightArrow,Longleftrightarrow,longmapsto,longrightarrow,LongRightArrow,Longrightarrow,looparrowleft,looparrowright,lopar,Lopf,lopf,loplus,lotimes,lowast,lowbar,LowerLeftArrow,LowerRightArrow,loz,lozenge,lozf,lpar,lparlt,lrarr,lrcorner,lrhar,lrhard,lrm,lrtri,lsaquo,lscr,Lscr,lsh,Lsh,lsim,lsime,lsimg,lsqb,lsquo,lsquor,Lstrok,lstrok,ltcc,ltcir,lt:lt$5,LT:LT$1,Lt:Lt$3,ltdot,lthree,ltimes,ltlarr,ltquest,ltri,ltrie,ltrif,ltrPar,lurdshar,luruhar,lvertneqq,lvnE,macr:macr$1,male,malt,maltese,Map:"⤅",map:map$2,mapsto,mapstodown,mapstoleft,mapstoup,marker,mcomma,Mcy,mcy,mdash,mDDot,measuredangle,MediumSpace,Mellintrf,Mfr,mfr,mho,micro:micro$1,midast,midcir,mid,middot:middot$1,minusb,minus,minusd,minusdu,MinusPlus,mlcp,mldr,mnplus,models,Mopf,mopf,mp:mp$1,mscr,Mscr,mstpos,Mu:Mu$3,mu:mu$3,multimap,mumap,nabla,Nacute,nacute,nang,nap,napE,napid,napos,napprox,natural,naturals,natur,nbsp:nbsp$1,nbump,nbumpe,ncap,Ncaron,ncaron,Ncedil,ncedil,ncong,ncongdot,ncup,Ncy,ncy,ndash,nearhk,nearr,neArr,nearrow,ne:ne$4,nedot,NegativeMediumSpace,NegativeThickSpace,NegativeThinSpace,NegativeVeryThinSpace,nequiv,nesear,nesim,NestedGreaterGreater,NestedLessLess,NewLine,nexist,nexists,Nfr,nfr,ngE,nge,ngeq,ngeqq,ngeqslant,nges,nGg,ngsim,nGt,ngt,ngtr,nGtv,nharr,nhArr,nhpar,ni:ni$5,nis,nisd,niv,NJcy,njcy,nlarr,nlArr,nldr,nlE,nle,nleftarrow,nLeftarrow,nleftrightarrow,nLeftrightarrow,nleq,nleqq,nleqslant,nles,nless,nLl,nlsim,nLt,nlt,nltri,nltrie,nLtv,nmid,NoBreak,NonBreakingSpace,nopf,Nopf,Not,not:not$1,NotCongruent,NotCupCap,NotDoubleVerticalBar,NotElement,NotEqual,NotEqualTilde,NotExists,NotGreater,NotGreaterEqual,NotGreaterFullEqual,NotGreaterGreater,NotGreaterLess,NotGreaterSlantEqual,NotGreaterTilde,NotHumpDownHump,NotHumpEqual,notin,notindot,notinE,notinva,notinvb,notinvc,NotLeftTriangleBar,NotLeftTriangle,NotLeftTriangleEqual,NotLess,NotLessEqual,NotLessGreater,NotLessLess,NotLessSlantEqual,NotLessTilde,NotNestedGreaterGreater,NotNestedLessLess,notni,notniva,notnivb,notnivc,NotPrecedes,NotPrecedesEqual,NotPrecedesSlantEqual,NotReverseElement,NotRightTriangleBar,NotRightTriangle,NotRightTriangleEqual,NotSquareSubset,NotSquareSubsetEqual,NotSquareSuperset,NotSquareSupersetEqual,NotSubset,NotSubsetEqual,NotSucceeds,NotSucceedsEqual,NotSucceedsSlantEqual,NotSucceedsTilde,NotSuperset,NotSupersetEqual,NotTilde,NotTildeEqual,NotTildeFullEqual,NotTildeTilde,NotVerticalBar,nparallel,npar,nparsl,npart,npolint,npr,nprcue,nprec,npreceq,npre,nrarrc,nrarr,nrArr,nrarrw,nrightarrow,nRightarrow,nrtri,nrtrie,nsc,nsccue,nsce,Nscr,nscr,nshortmid,nshortparallel,nsim,nsime,nsimeq,nsmid,nspar,nsqsube,nsqsupe,nsub,nsubE,nsube,nsubset,nsubseteq,nsubseteqq,nsucc,nsucceq,nsup,nsupE,nsupe,nsupset,nsupseteq,nsupseteqq,ntgl,Ntilde:Ntilde$1,ntilde:ntilde$1,ntlg,ntriangleleft,ntrianglelefteq,ntriangleright,ntrianglerighteq,Nu:Nu$3,nu:nu$5,num,numero,numsp,nvap,nvdash,nvDash,nVdash,nVDash,nvge,nvgt,nvHarr,nvinfin,nvlArr,nvle,nvlt,nvltrie,nvrArr,nvrtrie,nvsim,nwarhk,nwarr,nwArr,nwarrow,nwnear,Oacute:Oacute$1,oacute:oacute$1,oast,Ocirc:Ocirc$1,ocirc:ocirc$1,ocir,Ocy,ocy,odash,Odblac,odblac,odiv,odot,odsold,OElig,oelig,ofcir,Ofr,ofr,ogon,Ograve:Ograve$1,ograve:ograve$1,ogt,ohbar,ohm,oint,olarr,olcir,olcross,oline,olt,Omacr,omacr,Omega,omega,Omicron,omicron,omid,ominus,Oopf,oopf,opar,OpenCurlyDoubleQuote,OpenCurlyQuote,operp,oplus,orarr,Or:Or$4,or:or$3,ord,order,orderof,ordf:ordf$1,ordm:ordm$1,origof,oror,orslope,orv,oS,Oscr,oscr,Oslash:Oslash$1,oslash:oslash$1,osol,Otilde:Otilde$1,otilde:otilde$1,otimesas,Otimes,otimes,Ouml:Ouml$1,ouml:ouml$1,ovbar,OverBar,OverBrace,OverBracket,OverParenthesis,para:para$1,parallel:parallel$1,par,parsim,parsl,part,PartialD,Pcy,pcy,percnt,period,permil,perp,pertenk,Pfr,pfr,Phi,phi,phiv,phmmat,phone,Pi:Pi$3,pi:pi$5,pitchfork,piv,planck,planckh,plankv,plusacir,plusb,pluscir,plus,plusdo,plusdu,pluse,PlusMinus,plusmn:plusmn$1,plussim,plustwo,pm,Poincareplane,pointint,popf,Popf,pound:pound$1,prap,Pr:Pr$4,pr:pr$3,prcue,precapprox,prec,preccurlyeq,Precedes,PrecedesEqual,PrecedesSlantEqual,PrecedesTilde,preceq,precnapprox,precneqq,precnsim,pre,prE,precsim,prime,Prime,primes,prnap,prnE,prnsim,prod,Product,profalar,profline,profsurf,prop,Proportional,Proportion,propto,prsim,prurel,Pscr,pscr,Psi,psi,puncsp,Qfr,qfr,qint,qopf,Qopf,qprime,Qscr,qscr,quaternions,quatint,quest,questeq,quot:quot$2,QUOT:QUOT$1,rAarr,race:race$2,Racute,racute,radic,raemptyv,rang,Rang,rangd,range:range$2,rangle,raquo:raquo$1,rarrap,rarrb,rarrbfs,rarrc,rarr,Rarr,rArr,rarrfs,rarrhk,rarrlp,rarrpl,rarrsim,Rarrtl,rarrtl,rarrw,ratail,rAtail,ratio,rationals,rbarr,rBarr,RBarr,rbbrk,rbrace,rbrack,rbrke,rbrksld,rbrkslu,Rcaron,rcaron,Rcedil,rcedil,rceil,rcub,Rcy,rcy,rdca,rdldhar,rdquo,rdquor,rdsh,real,realine,realpart,reals,Re:Re$6,rect,reg:reg$1,REG:REG$1,ReverseElement,ReverseEquilibrium,ReverseUpEquilibrium,rfisht,rfloor,rfr,Rfr,rHar,rhard,rharu,rharul,Rho,rho,rhov,RightAngleBracket,RightArrowBar,rightarrow,RightArrow,Rightarrow,RightArrowLeftArrow,rightarrowtail,RightCeiling,RightDoubleBracket,RightDownTeeVector,RightDownVectorBar,RightDownVector,RightFloor,rightharpoondown,rightharpoonup,rightleftarrows,rightleftharpoons,rightrightarrows,rightsquigarrow,RightTeeArrow,RightTee,RightTeeVector,rightthreetimes,RightTriangleBar,RightTriangle,RightTriangleEqual,RightUpDownVector,RightUpTeeVector,RightUpVectorBar,RightUpVector,RightVectorBar,RightVector,ring,risingdotseq,rlarr,rlhar,rlm,rmoustache,rmoust,rnmid,roang,roarr,robrk,ropar,ropf,Ropf,roplus,rotimes,RoundImplies,rpar,rpargt,rppolint,rrarr,Rrightarrow,rsaquo,rscr,Rscr,rsh,Rsh,rsqb,rsquo,rsquor,rthree,rtimes,rtri,rtrie,rtrif,rtriltri,RuleDelayed,ruluhar,rx,Sacute,sacute,sbquo,scap,Scaron,scaron,Sc:Sc$1,sc:sc$2,sccue,sce,scE,Scedil,scedil,Scirc,scirc,scnap,scnE,scnsim,scpolint,scsim,Scy,scy,sdotb,sdot,sdote,searhk,searr,seArr,searrow,sect:sect$1,semi,seswar,setminus,setmn,sext,Sfr,sfr,sfrown,sharp,SHCHcy,shchcy,SHcy,shcy,ShortDownArrow,ShortLeftArrow,shortmid,shortparallel,ShortRightArrow,ShortUpArrow,shy:shy$1,Sigma,sigma,sigmaf,sigmav,sim,simdot,sime,simeq,simg,simgE,siml,simlE,simne,simplus,simrarr,slarr,SmallCircle,smallsetminus,smashp,smeparsl,smid,smile,smt,smte,smtes,SOFTcy,softcy,solbar,solb,sol,Sopf,sopf,spades,spadesuit,spar,sqcap,sqcaps,sqcup,sqcups,Sqrt,sqsub,sqsube,sqsubset,sqsubseteq,sqsup,sqsupe,sqsupset,sqsupseteq,square,Square,SquareIntersection,SquareSubset,SquareSubsetEqual,SquareSuperset,SquareSupersetEqual,SquareUnion,squarf,squ,squf,srarr,Sscr,sscr,ssetmn,ssmile,sstarf,Star,star,starf,straightepsilon,straightphi,strns,sub,Sub,subdot,subE,sube,subedot,submult,subnE,subne,subplus,subrarr,subset,Subset,subseteq,subseteqq,SubsetEqual,subsetneq,subsetneqq,subsim,subsub,subsup,succapprox,succ,succcurlyeq,Succeeds,SucceedsEqual,SucceedsSlantEqual,SucceedsTilde,succeq,succnapprox,succneqq,succnsim,succsim,SuchThat,sum:sum$1,Sum,sung,sup1:sup1$1,sup2:sup2$1,sup3:sup3$1,sup,Sup,supdot,supdsub,supE,supe,supedot,Superset,SupersetEqual,suphsol,suphsub,suplarr,supmult,supnE,supne,supplus,supset,Supset,supseteq,supseteqq,supsetneq,supsetneqq,supsim,supsub,supsup,swarhk,swarr,swArr,swarrow,swnwar,szlig:szlig$1,Tab,target,Tau,tau,tbrk,Tcaron,tcaron,Tcedil,tcedil,Tcy,tcy,tdot,telrec,Tfr,tfr,there4,therefore,Therefore,Theta,theta,thetasym,thetav,thickapprox,thicksim,ThickSpace,ThinSpace,thinsp,thkap,thksim,THORN:THORN$1,thorn:thorn$1,tilde,Tilde,TildeEqual,TildeFullEqual,TildeTilde,timesbar,timesb,times:times$2,timesd,tint,toea,topbot,topcir,top,Topf,topf,topfork,tosa,tprime,trade,TRADE,triangle,triangledown,triangleleft,trianglelefteq,triangleq,triangleright,trianglerighteq,tridot,trie,triminus,TripleDot,triplus,trisb,tritime,trpezium,Tscr,tscr,TScy,tscy,TSHcy,tshcy,Tstrok,tstrok,twixt,twoheadleftarrow,twoheadrightarrow,Uacute:Uacute$1,uacute:uacute$1,uarr,Uarr,uArr,Uarrocir,Ubrcy,ubrcy,Ubreve,ubreve,Ucirc:Ucirc$1,ucirc:ucirc$1,Ucy,ucy,udarr,Udblac,udblac,udhar,ufisht,Ufr,ufr,Ugrave:Ugrave$1,ugrave:ugrave$1,uHar,uharl,uharr,uhblk,ulcorn,ulcorner,ulcrop,ultri,Umacr,umacr,uml:uml$1,UnderBar,UnderBrace,UnderBracket,UnderParenthesis,Union,UnionPlus,Uogon,uogon,Uopf,uopf,UpArrowBar,uparrow,UpArrow,Uparrow,UpArrowDownArrow,updownarrow,UpDownArrow,Updownarrow,UpEquilibrium,upharpoonleft,upharpoonright,uplus,UpperLeftArrow,UpperRightArrow,upsi,Upsi,upsih,Upsilon,upsilon,UpTeeArrow,UpTee,upuparrows,urcorn,urcorner,urcrop,Uring,uring,urtri,Uscr,uscr,utdot,Utilde,utilde,utri,utrif,uuarr,Uuml:Uuml$1,uuml:uuml$1,uwangle,vangrt,varepsilon,varkappa,varnothing,varphi,varpi,varpropto,varr,vArr,varrho,varsigma,varsubsetneq,varsubsetneqq,varsupsetneq,varsupsetneqq,vartheta,vartriangleleft,vartriangleright,vBar,Vbar,vBarv,Vcy,vcy,vdash,vDash,Vdash,VDash,Vdashl,veebar,vee,Vee,veeeq,vellip,verbar,Verbar,vert,Vert,VerticalBar,VerticalLine,VerticalSeparator,VerticalTilde,VeryThinSpace,Vfr,vfr,vltri,vnsub,vnsup,Vopf,vopf,vprop,vrtri,Vscr,vscr,vsubnE,vsubne,vsupnE,vsupne,Vvdash,vzigzag,Wcirc,wcirc,wedbar,wedge,Wedge,wedgeq,weierp,Wfr,wfr,Wopf,wopf,wp:wp$1,wr:wr$4,wreath,Wscr,wscr,xcap,xcirc,xcup,xdtri,Xfr,xfr,xharr,xhArr,Xi:Xi$2,xi:xi$3,xlarr,xlArr,xmap,xnis,xodot,Xopf,xopf,xoplus,xotime,xrarr,xrArr,Xscr,xscr,xsqcup,xuplus,xutri,xvee,xwedge,Yacute:Yacute$1,yacute:yacute$1,YAcy,yacy,Ycirc,ycirc,Ycy,ycy,yen:yen$1,Yfr,yfr,YIcy,yicy,Yopf,yopf,Yscr,yscr,YUcy,yucy,yuml:yuml$1,Yuml,Zacute,zacute,Zcaron,zcaron,Zcy,zcy,Zdot,zdot,zeetrf,ZeroWidthSpace,Zeta,zeta,zfr,Zfr,ZHcy,zhcy,zigrarr,zopf,Zopf,Zscr,zscr,zwj,zwnj},Aacute="Á",aacute="á",Acirc="Â",acirc="â",acute="´",AElig="Æ",aelig="æ",Agrave="À",agrave="à",amp$1="&",AMP="&",Aring="Å",aring="å",Atilde="Ã",atilde="ã",Auml="Ä",auml="ä",brvbar="¦",Ccedil="Ç",ccedil="ç",cedil="¸",cent="¢",copy="©",COPY="©",curren="¤",deg="°",divide="÷",Eacute="É",eacute="é",Ecirc="Ê",ecirc="ê",Egrave="È",egrave="è",ETH="Ð",eth="ð",Euml="Ë",euml="ë",frac12="½",frac14="¼",frac34="¾",gt$4=">",GT=">",Iacute="Í",iacute="í",Icirc="Î",icirc="î",iexcl="¡",Igrave="Ì",igrave="ì",iquest="¿",Iuml="Ï",iuml="ï",laquo="«",lt$4="<",LT="<",macr="¯",micro="µ",middot="·",nbsp=" ",not="¬",Ntilde="Ñ",ntilde="ñ",Oacute="Ó",oacute="ó",Ocirc="Ô",ocirc="ô",Ograve="Ò",ograve="ò",ordf="ª",ordm="º",Oslash="Ø",oslash="ø",Otilde="Õ",otilde="õ",Ouml="Ö",ouml="ö",para="¶",plusmn="±",pound="£",quot$1='"',QUOT='"',raquo="»",reg="®",REG="®",sect="§",shy="­",sup1="¹",sup2="²",sup3="³",szlig="ß",THORN="Þ",thorn="þ",times$1="×",Uacute="Ú",uacute="ú",Ucirc="Û",ucirc="û",Ugrave="Ù",ugrave="ù",uml="¨",Uuml="Ü",uuml="ü",Yacute="Ý",yacute="ý",yen="¥",yuml="ÿ",require$$2={Aacute,aacute,Acirc,acirc,acute,AElig,aelig,Agrave,agrave,amp:amp$1,AMP,Aring,aring,Atilde,atilde,Auml,auml,brvbar,Ccedil,ccedil,cedil,cent,copy,COPY,curren,deg,divide,Eacute,eacute,Ecirc,ecirc,Egrave,egrave,ETH,eth,Euml,euml,frac12,frac14,frac34,gt:gt$4,GT,Iacute,iacute,Icirc,icirc,iexcl,Igrave,igrave,iquest,Iuml,iuml,laquo,lt:lt$4,LT,macr,micro,middot,nbsp,not,Ntilde,ntilde,Oacute,oacute,Ocirc,ocirc,Ograve,ograve,ordf,ordm,Oslash,oslash,Otilde,otilde,Ouml,ouml,para,plusmn,pound,quot:quot$1,QUOT,raquo,reg,REG,sect,shy,sup1,sup2,sup3,szlig,THORN,thorn,times:times$1,Uacute,uacute,Ucirc,ucirc,Ugrave,ugrave,uml,Uuml,uuml,Yacute,yacute,yen,yuml},amp="&",apos="'",gt$3=">",lt$3="<",quot='"',require$$3={amp,apos,gt:gt$3,lt:lt$3,quot};var hasRequiredTokenizer$1;function requireTokenizer$1(){if(hasRequiredTokenizer$1)return Tokenizer;hasRequiredTokenizer$1=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(Ef){return Ef&&Ef.__esModule?Ef:{default:Ef}};Object.defineProperty(Tokenizer,"__esModule",{value:!0});var qa=Ra(requireDecode_codepoint()),Ja=Ra(require$$1),ed=Ra(require$$2),td=Ra(require$$3);function rd(Ef){return Ef===" "||Ef===`
`||Ef===" "||Ef==="\f"||Ef==="\r"}function od(Ef){return Ef>="a"&&Ef<="z"||Ef>="A"&&Ef<="Z"}function sd(Ef,yf,Mf){var Af=Ef.toLowerCase();return Ef===Af?function(Zd,mf){mf===Af?Zd._state=yf:(Zd._state=Mf,Zd._index--)}:function(Zd,mf){mf===Af||mf===Ef?Zd._state=yf:(Zd._state=Mf,Zd._index--)}}function ld(Ef,yf){var Mf=Ef.toLowerCase();return function(Af,Zd){Zd===Mf||Zd===Ef?Af._state=yf:(Af._state=3,Af._index--)}}var cd=sd("C",24,16),ud=sd("D",25,16),gd=sd("A",26,16),_d=sd("T",27,16),yd=sd("A",28,16),Ed=ld("R",35),Td=ld("I",36),Od=ld("P",37),Ad=ld("T",38),Nd=sd("R",40,1),kd=sd("I",41,1),Id=sd("P",42,1),Rd=sd("T",43,1),Md=ld("Y",45),Ld=ld("L",46),jd=ld("E",47),Pd=sd("Y",49,1),Fd=sd("L",50,1),Ud=sd("E",51,1),Vd=ld("I",54),qd=ld("T",55),Wd=ld("L",56),zd=ld("E",57),Kd=sd("I",58,1),Qd=sd("T",59,1),hf=sd("L",60,1),gf=sd("E",61,1),bf=sd("#",63,64),kf=sd("X",66,65),Cf=function(){function Ef(yf,Mf){var Af;this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1,this.cbs=Mf,this.xmlMode=!!(yf!=null&&yf.xmlMode),this.decodeEntities=(Af=yf==null?void 0:yf.decodeEntities)!==null&&Af!==void 0?Af:!0}return Ef.prototype.reset=function(){this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1},Ef.prototype.write=function(yf){this.ended&&this.cbs.onerror(Error(".write() after done!")),this.buffer+=yf,this.parse()},Ef.prototype.end=function(yf){this.ended&&this.cbs.onerror(Error(".end() after done!")),yf&&this.write(yf),this.ended=!0,this.running&&this.finish()},Ef.prototype.pause=function(){this.running=!1},Ef.prototype.resume=function(){this.running=!0,this._index<this.buffer.length&&this.parse(),this.ended&&this.finish()},Ef.prototype.getAbsoluteIndex=function(){return this.bufferOffset+this._index},Ef.prototype.stateText=function(yf){yf==="<"?(this._index>this.sectionStart&&this.cbs.ontext(this.getSection()),this._state=2,this.sectionStart=this._index):this.decodeEntities&&yf==="&"&&(this.special===1||this.special===4)&&(this._index>this.sectionStart&&this.cbs.ontext(this.getSection()),this.baseState=1,this._state=62,this.sectionStart=this._index)},Ef.prototype.isTagStartChar=function(yf){return od(yf)||this.xmlMode&&!rd(yf)&&yf!=="/"&&yf!==">"},Ef.prototype.stateBeforeTagName=function(yf){yf==="/"?this._state=5:yf==="<"?(this.cbs.ontext(this.getSection()),this.sectionStart=this._index):yf===">"||this.special!==1||rd(yf)?this._state=1:yf==="!"?(this._state=15,this.sectionStart=this._index+1):yf==="?"?(this._state=17,this.sectionStart=this._index+1):this.isTagStartChar(yf)?(this._state=!this.xmlMode&&(yf==="s"||yf==="S")?32:!this.xmlMode&&(yf==="t"||yf==="T")?52:3,this.sectionStart=this._index):this._state=1},Ef.prototype.stateInTagName=function(yf){(yf==="/"||yf===">"||rd(yf))&&(this.emitToken("onopentagname"),this._state=8,this._index--)},Ef.prototype.stateBeforeClosingTagName=function(yf){rd(yf)||(yf===">"?this._state=1:this.special!==1?this.special!==4&&(yf==="s"||yf==="S")?this._state=33:this.special===4&&(yf==="t"||yf==="T")?this._state=53:(this._state=1,this._index--):this.isTagStartChar(yf)?(this._state=6,this.sectionStart=this._index):(this._state=20,this.sectionStart=this._index))},Ef.prototype.stateInClosingTagName=function(yf){(yf===">"||rd(yf))&&(this.emitToken("onclosetag"),this._state=7,this._index--)},Ef.prototype.stateAfterClosingTagName=function(yf){yf===">"&&(this._state=1,this.sectionStart=this._index+1)},Ef.prototype.stateBeforeAttributeName=function(yf){yf===">"?(this.cbs.onopentagend(),this._state=1,this.sectionStart=this._index+1):yf==="/"?this._state=4:rd(yf)||(this._state=9,this.sectionStart=this._index)},Ef.prototype.stateInSelfClosingTag=function(yf){yf===">"?(this.cbs.onselfclosingtag(),this._state=1,this.sectionStart=this._index+1,this.special=1):rd(yf)||(this._state=8,this._index--)},Ef.prototype.stateInAttributeName=function(yf){(yf==="="||yf==="/"||yf===">"||rd(yf))&&(this.cbs.onattribname(this.getSection()),this.sectionStart=-1,this._state=10,this._index--)},Ef.prototype.stateAfterAttributeName=function(yf){yf==="="?this._state=11:yf==="/"||yf===">"?(this.cbs.onattribend(void 0),this._state=8,this._index--):rd(yf)||(this.cbs.onattribend(void 0),this._state=9,this.sectionStart=this._index)},Ef.prototype.stateBeforeAttributeValue=function(yf){yf==='"'?(this._state=12,this.sectionStart=this._index+1):yf==="'"?(this._state=13,this.sectionStart=this._index+1):rd(yf)||(this._state=14,this.sectionStart=this._index,this._index--)},Ef.prototype.handleInAttributeValue=function(yf,Mf){yf===Mf?(this.emitToken("onattribdata"),this.cbs.onattribend(Mf),this._state=8):this.decodeEntities&&yf==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},Ef.prototype.stateInAttributeValueDoubleQuotes=function(yf){this.handleInAttributeValue(yf,'"')},Ef.prototype.stateInAttributeValueSingleQuotes=function(yf){this.handleInAttributeValue(yf,"'")},Ef.prototype.stateInAttributeValueNoQuotes=function(yf){rd(yf)||yf===">"?(this.emitToken("onattribdata"),this.cbs.onattribend(null),this._state=8,this._index--):this.decodeEntities&&yf==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},Ef.prototype.stateBeforeDeclaration=function(yf){this._state=yf==="["?23:yf==="-"?18:16},Ef.prototype.stateInDeclaration=function(yf){yf===">"&&(this.cbs.ondeclaration(this.getSection()),this._state=1,this.sectionStart=this._index+1)},Ef.prototype.stateInProcessingInstruction=function(yf){yf===">"&&(this.cbs.onprocessinginstruction(this.getSection()),this._state=1,this.sectionStart=this._index+1)},Ef.prototype.stateBeforeComment=function(yf){yf==="-"?(this._state=19,this.sectionStart=this._index+1):this._state=16},Ef.prototype.stateInComment=function(yf){yf==="-"&&(this._state=21)},Ef.prototype.stateInSpecialComment=function(yf){yf===">"&&(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},Ef.prototype.stateAfterComment1=function(yf){yf==="-"?this._state=22:this._state=19},Ef.prototype.stateAfterComment2=function(yf){yf===">"?(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):yf!=="-"&&(this._state=19)},Ef.prototype.stateBeforeCdata6=function(yf){yf==="["?(this._state=29,this.sectionStart=this._index+1):(this._state=16,this._index--)},Ef.prototype.stateInCdata=function(yf){yf==="]"&&(this._state=30)},Ef.prototype.stateAfterCdata1=function(yf){yf==="]"?this._state=31:this._state=29},Ef.prototype.stateAfterCdata2=function(yf){yf===">"?(this.cbs.oncdata(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):yf!=="]"&&(this._state=29)},Ef.prototype.stateBeforeSpecialS=function(yf){yf==="c"||yf==="C"?this._state=34:yf==="t"||yf==="T"?this._state=44:(this._state=3,this._index--)},Ef.prototype.stateBeforeSpecialSEnd=function(yf){this.special===2&&(yf==="c"||yf==="C")?this._state=39:this.special===3&&(yf==="t"||yf==="T")?this._state=48:this._state=1},Ef.prototype.stateBeforeSpecialLast=function(yf,Mf){(yf==="/"||yf===">"||rd(yf))&&(this.special=Mf),this._state=3,this._index--},Ef.prototype.stateAfterSpecialLast=function(yf,Mf){yf===">"||rd(yf)?(this.special=1,this._state=6,this.sectionStart=this._index-Mf,this._index--):this._state=1},Ef.prototype.parseFixedEntity=function(yf){if(yf===void 0&&(yf=this.xmlMode?td.default:Ja.default),this.sectionStart+1<this._index){var Mf=this.buffer.substring(this.sectionStart+1,this._index);Object.prototype.hasOwnProperty.call(yf,Mf)&&(this.emitPartial(yf[Mf]),this.sectionStart=this._index+1)}},Ef.prototype.parseLegacyEntity=function(){for(var yf=this.sectionStart+1,Mf=Math.min(this._index-yf,6);Mf>=2;){var Af=this.buffer.substr(yf,Mf);if(Object.prototype.hasOwnProperty.call(ed.default,Af)){this.emitPartial(ed.default[Af]),this.sectionStart+=Mf+1;return}Mf--}},Ef.prototype.stateInNamedEntity=function(yf){yf===";"?(this.parseFixedEntity(),this.baseState===1&&this.sectionStart+1<this._index&&!this.xmlMode&&this.parseLegacyEntity(),this._state=this.baseState):(yf<"0"||yf>"9")&&!od(yf)&&(this.xmlMode||this.sectionStart+1===this._index||(this.baseState!==1?yf!=="="&&this.parseFixedEntity(ed.default):this.parseLegacyEntity()),this._state=this.baseState,this._index--)},Ef.prototype.decodeNumericEntity=function(yf,Mf,Af){var Zd=this.sectionStart+yf;if(Zd!==this._index){var mf=this.buffer.substring(Zd,this._index),Pf=parseInt(mf,Mf);this.emitPartial(qa.default(Pf)),this.sectionStart=Af?this._index+1:this._index}this._state=this.baseState},Ef.prototype.stateInNumericEntity=function(yf){yf===";"?this.decodeNumericEntity(2,10,!0):(yf<"0"||yf>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(2,10,!1),this._index--)},Ef.prototype.stateInHexEntity=function(yf){yf===";"?this.decodeNumericEntity(3,16,!0):(yf<"a"||yf>"f")&&(yf<"A"||yf>"F")&&(yf<"0"||yf>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(3,16,!1),this._index--)},Ef.prototype.cleanup=function(){this.sectionStart<0?(this.buffer="",this.bufferOffset+=this._index,this._index=0):this.running&&(this._state===1?(this.sectionStart!==this._index&&this.cbs.ontext(this.buffer.substr(this.sectionStart)),this.buffer="",this.bufferOffset+=this._index,this._index=0):this.sectionStart===this._index?(this.buffer="",this.bufferOffset+=this._index,this._index=0):(this.buffer=this.buffer.substr(this.sectionStart),this._index-=this.sectionStart,this.bufferOffset+=this.sectionStart),this.sectionStart=0)},Ef.prototype.parse=function(){for(;this._index<this.buffer.length&&this.running;){var yf=this.buffer.charAt(this._index);this._state===1?this.stateText(yf):this._state===12?this.stateInAttributeValueDoubleQuotes(yf):this._state===9?this.stateInAttributeName(yf):this._state===19?this.stateInComment(yf):this._state===20?this.stateInSpecialComment(yf):this._state===8?this.stateBeforeAttributeName(yf):this._state===3?this.stateInTagName(yf):this._state===6?this.stateInClosingTagName(yf):this._state===2?this.stateBeforeTagName(yf):this._state===10?this.stateAfterAttributeName(yf):this._state===13?this.stateInAttributeValueSingleQuotes(yf):this._state===11?this.stateBeforeAttributeValue(yf):this._state===5?this.stateBeforeClosingTagName(yf):this._state===7?this.stateAfterClosingTagName(yf):this._state===32?this.stateBeforeSpecialS(yf):this._state===21?this.stateAfterComment1(yf):this._state===14?this.stateInAttributeValueNoQuotes(yf):this._state===4?this.stateInSelfClosingTag(yf):this._state===16?this.stateInDeclaration(yf):this._state===15?this.stateBeforeDeclaration(yf):this._state===22?this.stateAfterComment2(yf):this._state===18?this.stateBeforeComment(yf):this._state===33?this.stateBeforeSpecialSEnd(yf):this._state===53?Kd(this,yf):this._state===39?Nd(this,yf):this._state===40?kd(this,yf):this._state===41?Id(this,yf):this._state===34?Ed(this,yf):this._state===35?Td(this,yf):this._state===36?Od(this,yf):this._state===37?Ad(this,yf):this._state===38?this.stateBeforeSpecialLast(yf,2):this._state===42?Rd(this,yf):this._state===43?this.stateAfterSpecialLast(yf,6):this._state===44?Md(this,yf):this._state===29?this.stateInCdata(yf):this._state===45?Ld(this,yf):this._state===46?jd(this,yf):this._state===47?this.stateBeforeSpecialLast(yf,3):this._state===48?Pd(this,yf):this._state===49?Fd(this,yf):this._state===50?Ud(this,yf):this._state===51?this.stateAfterSpecialLast(yf,5):this._state===52?Vd(this,yf):this._state===54?qd(this,yf):this._state===55?Wd(this,yf):this._state===56?zd(this,yf):this._state===57?this.stateBeforeSpecialLast(yf,4):this._state===58?Qd(this,yf):this._state===59?hf(this,yf):this._state===60?gf(this,yf):this._state===61?this.stateAfterSpecialLast(yf,5):this._state===17?this.stateInProcessingInstruction(yf):this._state===64?this.stateInNamedEntity(yf):this._state===23?cd(this,yf):this._state===62?bf(this,yf):this._state===24?ud(this,yf):this._state===25?gd(this,yf):this._state===30?this.stateAfterCdata1(yf):this._state===31?this.stateAfterCdata2(yf):this._state===26?_d(this,yf):this._state===27?yd(this,yf):this._state===28?this.stateBeforeCdata6(yf):this._state===66?this.stateInHexEntity(yf):this._state===65?this.stateInNumericEntity(yf):this._state===63?kf(this,yf):this.cbs.onerror(Error("unknown _state"),this._state),this._index++}this.cleanup()},Ef.prototype.finish=function(){this.sectionStart<this._index&&this.handleTrailingData(),this.cbs.onend()},Ef.prototype.handleTrailingData=function(){var yf=this.buffer.substr(this.sectionStart);this._state===29||this._state===30||this._state===31?this.cbs.oncdata(yf):this._state===19||this._state===21||this._state===22?this.cbs.oncomment(yf):this._state===64&&!this.xmlMode?(this.parseLegacyEntity(),this.sectionStart<this._index&&(this._state=this.baseState,this.handleTrailingData())):this._state===65&&!this.xmlMode?(this.decodeNumericEntity(2,10,!1),this.sectionStart<this._index&&(this._state=this.baseState,this.handleTrailingData())):this._state===66&&!this.xmlMode?(this.decodeNumericEntity(3,16,!1),this.sectionStart<this._index&&(this._state=this.baseState,this.handleTrailingData())):this._state!==3&&this._state!==8&&this._state!==11&&this._state!==10&&this._state!==9&&this._state!==13&&this._state!==12&&this._state!==14&&this._state!==6&&this.cbs.ontext(yf)},Ef.prototype.getSection=function(){return this.buffer.substring(this.sectionStart,this._index)},Ef.prototype.emitToken=function(yf){this.cbs[yf](this.getSection()),this.sectionStart=-1},Ef.prototype.emitPartial=function(yf){this.baseState!==1?this.cbs.onattribdata(yf):this.cbs.ontext(yf)},Ef}();return Tokenizer.default=Cf,Tokenizer}var hasRequiredParser$2;function requireParser$2(){if(hasRequiredParser$2)return Parser;hasRequiredParser$2=1;var Ra=commonjsGlobal&&commonjsGlobal.__importDefault||function(ud){return ud&&ud.__esModule?ud:{default:ud}};Object.defineProperty(Parser,"__esModule",{value:!0}),Parser.Parser=void 0;var qa=Ra(requireTokenizer$1()),Ja=new Set(["input","option","optgroup","select","button","datalist","textarea"]),ed=new Set(["p"]),td={tr:new Set(["tr","th","td"]),th:new Set(["th"]),td:new Set(["thead","th","td"]),body:new Set(["head","link","script"]),li:new Set(["li"]),p:ed,h1:ed,h2:ed,h3:ed,h4:ed,h5:ed,h6:ed,select:Ja,input:Ja,output:Ja,button:Ja,datalist:Ja,textarea:Ja,option:new Set(["option"]),optgroup:new Set(["optgroup","option"]),dd:new Set(["dt","dd"]),dt:new Set(["dt","dd"]),address:ed,article:ed,aside:ed,blockquote:ed,details:ed,div:ed,dl:ed,fieldset:ed,figcaption:ed,figure:ed,footer:ed,form:ed,header:ed,hr:ed,main:ed,nav:ed,ol:ed,pre:ed,section:ed,table:ed,ul:ed,rt:new Set(["rt","rp"]),rp:new Set(["rt","rp"]),tbody:new Set(["thead","tbody"]),tfoot:new Set(["thead","tbody"])},rd=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),od=new Set(["math","svg"]),sd=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),ld=/\s|\//,cd=function(){function ud(gd,_d){_d===void 0&&(_d={});var yd,Ed,Td,Od,Ad;this.startIndex=0,this.endIndex=null,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.options=_d,this.cbs=gd??{},this.lowerCaseTagNames=(yd=_d.lowerCaseTags)!==null&&yd!==void 0?yd:!_d.xmlMode,this.lowerCaseAttributeNames=(Ed=_d.lowerCaseAttributeNames)!==null&&Ed!==void 0?Ed:!_d.xmlMode,this.tokenizer=new((Td=_d.Tokenizer)!==null&&Td!==void 0?Td:qa.default)(this.options,this),(Ad=(Od=this.cbs).onparserinit)===null||Ad===void 0||Ad.call(Od,this)}return ud.prototype.updatePosition=function(gd){this.endIndex===null?this.tokenizer.sectionStart<=gd?this.startIndex=0:this.startIndex=this.tokenizer.sectionStart-gd:this.startIndex=this.endIndex+1,this.endIndex=this.tokenizer.getAbsoluteIndex()},ud.prototype.ontext=function(gd){var _d,yd;this.updatePosition(1),this.endIndex--,(yd=(_d=this.cbs).ontext)===null||yd===void 0||yd.call(_d,gd)},ud.prototype.onopentagname=function(gd){var _d,yd;if(this.lowerCaseTagNames&&(gd=gd.toLowerCase()),this.tagname=gd,!this.options.xmlMode&&Object.prototype.hasOwnProperty.call(td,gd))for(var Ed=void 0;this.stack.length>0&&td[gd].has(Ed=this.stack[this.stack.length-1]);)this.onclosetag(Ed);(this.options.xmlMode||!rd.has(gd))&&(this.stack.push(gd),od.has(gd)?this.foreignContext.push(!0):sd.has(gd)&&this.foreignContext.push(!1)),(yd=(_d=this.cbs).onopentagname)===null||yd===void 0||yd.call(_d,gd),this.cbs.onopentag&&(this.attribs={})},ud.prototype.onopentagend=function(){var gd,_d;this.updatePosition(1),this.attribs&&((_d=(gd=this.cbs).onopentag)===null||_d===void 0||_d.call(gd,this.tagname,this.attribs),this.attribs=null),!this.options.xmlMode&&this.cbs.onclosetag&&rd.has(this.tagname)&&this.cbs.onclosetag(this.tagname),this.tagname=""},ud.prototype.onclosetag=function(gd){if(this.updatePosition(1),this.lowerCaseTagNames&&(gd=gd.toLowerCase()),(od.has(gd)||sd.has(gd))&&this.foreignContext.pop(),this.stack.length&&(this.options.xmlMode||!rd.has(gd))){var _d=this.stack.lastIndexOf(gd);if(_d!==-1)if(this.cbs.onclosetag)for(_d=this.stack.length-_d;_d--;)this.cbs.onclosetag(this.stack.pop());else this.stack.length=_d;else gd==="p"&&!this.options.xmlMode&&(this.onopentagname(gd),this.closeCurrentTag())}else!this.options.xmlMode&&(gd==="br"||gd==="p")&&(this.onopentagname(gd),this.closeCurrentTag())},ud.prototype.onselfclosingtag=function(){this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?this.closeCurrentTag():this.onopentagend()},ud.prototype.closeCurrentTag=function(){var gd,_d,yd=this.tagname;this.onopentagend(),this.stack[this.stack.length-1]===yd&&((_d=(gd=this.cbs).onclosetag)===null||_d===void 0||_d.call(gd,yd),this.stack.pop())},ud.prototype.onattribname=function(gd){this.lowerCaseAttributeNames&&(gd=gd.toLowerCase()),this.attribname=gd},ud.prototype.onattribdata=function(gd){this.attribvalue+=gd},ud.prototype.onattribend=function(gd){var _d,yd;(yd=(_d=this.cbs).onattribute)===null||yd===void 0||yd.call(_d,this.attribname,this.attribvalue,gd),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribname="",this.attribvalue=""},ud.prototype.getInstructionName=function(gd){var _d=gd.search(ld),yd=_d<0?gd:gd.substr(0,_d);return this.lowerCaseTagNames&&(yd=yd.toLowerCase()),yd},ud.prototype.ondeclaration=function(gd){if(this.cbs.onprocessinginstruction){var _d=this.getInstructionName(gd);this.cbs.onprocessinginstruction("!"+_d,"!"+gd)}},ud.prototype.onprocessinginstruction=function(gd){if(this.cbs.onprocessinginstruction){var _d=this.getInstructionName(gd);this.cbs.onprocessinginstruction("?"+_d,"?"+gd)}},ud.prototype.oncomment=function(gd){var _d,yd,Ed,Td;this.updatePosition(4),(yd=(_d=this.cbs).oncomment)===null||yd===void 0||yd.call(_d,gd),(Td=(Ed=this.cbs).oncommentend)===null||Td===void 0||Td.call(Ed)},ud.prototype.oncdata=function(gd){var _d,yd,Ed,Td,Od,Ad;this.updatePosition(1),this.options.xmlMode||this.options.recognizeCDATA?((yd=(_d=this.cbs).oncdatastart)===null||yd===void 0||yd.call(_d),(Td=(Ed=this.cbs).ontext)===null||Td===void 0||Td.call(Ed,gd),(Ad=(Od=this.cbs).oncdataend)===null||Ad===void 0||Ad.call(Od)):this.oncomment("[CDATA["+gd+"]]")},ud.prototype.onerror=function(gd){var _d,yd;(yd=(_d=this.cbs).onerror)===null||yd===void 0||yd.call(_d,gd)},ud.prototype.onend=function(){var gd,_d;if(this.cbs.onclosetag)for(var yd=this.stack.length;yd>0;this.cbs.onclosetag(this.stack[--yd]));(_d=(gd=this.cbs).onend)===null||_d===void 0||_d.call(gd)},ud.prototype.reset=function(){var gd,_d,yd,Ed;(_d=(gd=this.cbs).onreset)===null||_d===void 0||_d.call(gd),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack=[],(Ed=(yd=this.cbs).onparserinit)===null||Ed===void 0||Ed.call(yd,this)},ud.prototype.parseComplete=function(gd){this.reset(),this.end(gd)},ud.prototype.write=function(gd){this.tokenizer.write(gd)},ud.prototype.end=function(gd){this.tokenizer.end(gd)},ud.prototype.pause=function(){this.tokenizer.pause()},ud.prototype.resume=function(){this.tokenizer.resume()},ud.prototype.parseChunk=function(gd){this.write(gd)},ud.prototype.done=function(gd){this.end(gd)},ud}();return Parser.Parser=cd,Parser}var FeedHandler={},hasRequiredFeedHandler;function requireFeedHandler(){if(hasRequiredFeedHandler)return FeedHandler;hasRequiredFeedHandler=1;var Ra=commonjsGlobal&&commonjsGlobal.__extends||function(){var kd=function(Id,Rd){return kd=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(Md,Ld){Md.__proto__=Ld}||function(Md,Ld){for(var jd in Ld)Object.prototype.hasOwnProperty.call(Ld,jd)&&(Md[jd]=Ld[jd])},kd(Id,Rd)};return function(Id,Rd){if(typeof Rd!="function"&&Rd!==null)throw new TypeError("Class extends value "+String(Rd)+" is not a constructor or null");kd(Id,Rd);function Md(){this.constructor=Id}Id.prototype=Rd===null?Object.create(Rd):(Md.prototype=Rd.prototype,new Md)}}(),qa=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(kd,Id,Rd,Md){Md===void 0&&(Md=Rd),Object.defineProperty(kd,Md,{enumerable:!0,get:function(){return Id[Rd]}})}:function(kd,Id,Rd,Md){Md===void 0&&(Md=Rd),kd[Md]=Id[Rd]}),Ja=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(kd,Id){Object.defineProperty(kd,"default",{enumerable:!0,value:Id})}:function(kd,Id){kd.default=Id}),ed=commonjsGlobal&&commonjsGlobal.__importStar||function(kd){if(kd&&kd.__esModule)return kd;var Id={};if(kd!=null)for(var Rd in kd)Rd!=="default"&&Object.prototype.hasOwnProperty.call(kd,Rd)&&qa(Id,kd,Rd);return Ja(Id,kd),Id},td=commonjsGlobal&&commonjsGlobal.__importDefault||function(kd){return kd&&kd.__esModule?kd:{default:kd}};Object.defineProperty(FeedHandler,"__esModule",{value:!0}),FeedHandler.parseFeed=FeedHandler.FeedHandler=void 0;var rd=td(requireLib$a()),od=ed(requireLib$7()),sd=requireParser$2(),ld;(function(kd){kd[kd.image=0]="image",kd[kd.audio=1]="audio",kd[kd.video=2]="video",kd[kd.document=3]="document",kd[kd.executable=4]="executable"})(ld||(ld={}));var cd;(function(kd){kd[kd.sample=0]="sample",kd[kd.full=1]="full",kd[kd.nonstop=2]="nonstop"})(cd||(cd={}));var ud=function(kd){Ra(Id,kd);function Id(Rd,Md){var Ld=this;return typeof Rd=="object"&&(Rd=void 0,Md=Rd),Ld=kd.call(this,Rd,Md)||this,Ld}return Id.prototype.onend=function(){var Rd,Md,Ld=yd(Ad,this.dom);if(!Ld){this.handleCallback(new Error("couldn't find root of feed"));return}var jd={};if(Ld.name==="feed"){var Pd=Ld.children;jd.type="atom",Od(jd,"id","id",Pd),Od(jd,"title","title",Pd);var Fd=Td("href",yd("link",Pd));Fd&&(jd.link=Fd),Od(jd,"description","subtitle",Pd);var Ud=Ed("updated",Pd);Ud&&(jd.updated=new Date(Ud)),Od(jd,"author","email",Pd,!0),jd.items=_d("entry",Pd).map(function(Vd){var qd={},Wd=Vd.children;Od(qd,"id","id",Wd),Od(qd,"title","title",Wd);var zd=Td("href",yd("link",Wd));zd&&(qd.link=zd);var Kd=Ed("summary",Wd)||Ed("content",Wd);Kd&&(qd.description=Kd);var Qd=Ed("updated",Wd);return Qd&&(qd.pubDate=new Date(Qd)),qd.media=gd(Wd),qd})}else{var Pd=(Md=(Rd=yd("channel",Ld.children))===null||Rd===void 0?void 0:Rd.children)!==null&&Md!==void 0?Md:[];jd.type=Ld.name.substr(0,3),jd.id="",Od(jd,"title","title",Pd),Od(jd,"link","link",Pd),Od(jd,"description","description",Pd);var Ud=Ed("lastBuildDate",Pd);Ud&&(jd.updated=new Date(Ud)),Od(jd,"author","managingEditor",Pd,!0),jd.items=_d("item",Ld.children).map(function(Wd){var zd={},Kd=Wd.children;Od(zd,"id","guid",Kd),Od(zd,"title","title",Kd),Od(zd,"link","link",Kd),Od(zd,"description","description",Kd);var Qd=Ed("pubDate",Kd);return Qd&&(zd.pubDate=new Date(Qd)),zd.media=gd(Kd),zd})}this.feed=jd,this.handleCallback(null)},Id}(rd.default);FeedHandler.FeedHandler=ud;function gd(kd){return _d("media:content",kd).map(function(Id){var Rd={medium:Id.attribs.medium,isDefault:!!Id.attribs.isDefault};return Id.attribs.url&&(Rd.url=Id.attribs.url),Id.attribs.fileSize&&(Rd.fileSize=parseInt(Id.attribs.fileSize,10)),Id.attribs.type&&(Rd.type=Id.attribs.type),Id.attribs.expression&&(Rd.expression=Id.attribs.expression),Id.attribs.bitrate&&(Rd.bitrate=parseInt(Id.attribs.bitrate,10)),Id.attribs.framerate&&(Rd.framerate=parseInt(Id.attribs.framerate,10)),Id.attribs.samplingrate&&(Rd.samplingrate=parseInt(Id.attribs.samplingrate,10)),Id.attribs.channels&&(Rd.channels=parseInt(Id.attribs.channels,10)),Id.attribs.duration&&(Rd.duration=parseInt(Id.attribs.duration,10)),Id.attribs.height&&(Rd.height=parseInt(Id.attribs.height,10)),Id.attribs.width&&(Rd.width=parseInt(Id.attribs.width,10)),Id.attribs.lang&&(Rd.lang=Id.attribs.lang),Rd})}function _d(kd,Id){return od.getElementsByTagName(kd,Id,!0)}function yd(kd,Id){return od.getElementsByTagName(kd,Id,!0,1)[0]}function Ed(kd,Id,Rd){return Rd===void 0&&(Rd=!1),od.getText(od.getElementsByTagName(kd,Id,Rd,1)).trim()}function Td(kd,Id){if(!Id)return null;var Rd=Id.attribs;return Rd[kd]}function Od(kd,Id,Rd,Md,Ld){Ld===void 0&&(Ld=!1);var jd=Ed(Rd,Md,Ld);jd&&(kd[Id]=jd)}function Ad(kd){return kd==="rss"||kd==="feed"||kd==="rdf:RDF"}function Nd(kd,Id){Id===void 0&&(Id={xmlMode:!0});var Rd=new ud(Id);return new sd.Parser(Rd,Id).end(kd),Rd.feed}return FeedHandler.parseFeed=Nd,FeedHandler}var hasRequiredLib$3;function requireLib$3(){return hasRequiredLib$3||(hasRequiredLib$3=1,function(Ra){var qa=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(Ed,Td,Od,Ad){Ad===void 0&&(Ad=Od),Object.defineProperty(Ed,Ad,{enumerable:!0,get:function(){return Td[Od]}})}:function(Ed,Td,Od,Ad){Ad===void 0&&(Ad=Od),Ed[Ad]=Td[Od]}),Ja=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(Ed,Td){Object.defineProperty(Ed,"default",{enumerable:!0,value:Td})}:function(Ed,Td){Ed.default=Td}),ed=commonjsGlobal&&commonjsGlobal.__importStar||function(Ed){if(Ed&&Ed.__esModule)return Ed;var Td={};if(Ed!=null)for(var Od in Ed)Od!=="default"&&Object.prototype.hasOwnProperty.call(Ed,Od)&&qa(Td,Ed,Od);return Ja(Td,Ed),Td},td=commonjsGlobal&&commonjsGlobal.__exportStar||function(Ed,Td){for(var Od in Ed)Od!=="default"&&!Object.prototype.hasOwnProperty.call(Td,Od)&&qa(Td,Ed,Od)},rd=commonjsGlobal&&commonjsGlobal.__importDefault||function(Ed){return Ed&&Ed.__esModule?Ed:{default:Ed}};Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.RssHandler=Ra.DefaultHandler=Ra.DomUtils=Ra.ElementType=Ra.Tokenizer=Ra.createDomStream=Ra.parseDOM=Ra.parseDocument=Ra.DomHandler=Ra.Parser=void 0;var od=requireParser$2();Object.defineProperty(Ra,"Parser",{enumerable:!0,get:function(){return od.Parser}});var sd=requireLib$a();Object.defineProperty(Ra,"DomHandler",{enumerable:!0,get:function(){return sd.DomHandler}}),Object.defineProperty(Ra,"DefaultHandler",{enumerable:!0,get:function(){return sd.DomHandler}});function ld(Ed,Td){var Od=new sd.DomHandler(void 0,Td);return new od.Parser(Od,Td).end(Ed),Od.root}Ra.parseDocument=ld;function cd(Ed,Td){return ld(Ed,Td).children}Ra.parseDOM=cd;function ud(Ed,Td,Od){var Ad=new sd.DomHandler(Ed,Td,Od);return new od.Parser(Ad,Td)}Ra.createDomStream=ud;var gd=requireTokenizer$1();Object.defineProperty(Ra,"Tokenizer",{enumerable:!0,get:function(){return rd(gd).default}});var _d=ed(requireLib$b());Ra.ElementType=_d,td(requireFeedHandler(),Ra),Ra.DomUtils=ed(requireLib$7());var yd=requireFeedHandler();Object.defineProperty(Ra,"RssHandler",{enumerable:!0,get:function(){return yd.FeedHandler}})}(lib$4)),lib$4}var parse5Adapter={},lib$3={},unicode={},hasRequiredUnicode;function requireUnicode(){if(hasRequiredUnicode)return unicode;hasRequiredUnicode=1;const Ra=[65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111];return unicode.REPLACEMENT_CHARACTER="<22>",unicode.CODE_POINTS={EOF:-1,NULL:0,TABULATION:9,CARRIAGE_RETURN:13,LINE_FEED:10,FORM_FEED:12,SPACE:32,EXCLAMATION_MARK:33,QUOTATION_MARK:34,NUMBER_SIGN:35,AMPERSAND:38,APOSTROPHE:39,HYPHEN_MINUS:45,SOLIDUS:47,DIGIT_0:48,DIGIT_9:57,SEMICOLON:59,LESS_THAN_SIGN:60,EQUALS_SIGN:61,GREATER_THAN_SIGN:62,QUESTION_MARK:63,LATIN_CAPITAL_A:65,LATIN_CAPITAL_F:70,LATIN_CAPITAL_X:88,LATIN_CAPITAL_Z:90,RIGHT_SQUARE_BRACKET:93,GRAVE_ACCENT:96,LATIN_SMALL_A:97,LATIN_SMALL_F:102,LATIN_SMALL_X:120,LATIN_SMALL_Z:122,REPLACEMENT_CHARACTER:65533},unicode.CODE_POINT_SEQUENCES={DASH_DASH_STRING:[45,45],DOCTYPE_STRING:[68,79,67,84,89,80,69],CDATA_START_STRING:[91,67,68,65,84,65,91],SCRIPT_STRING:[115,99,114,105,112,116],PUBLIC_STRING:[80,85,66,76,73,67],SYSTEM_STRING:[83,89,83,84,69,77]},unicode.isSurrogate=function(qa){return qa>=55296&&qa<=57343},unicode.isSurrogatePair=function(qa){return qa>=56320&&qa<=57343},unicode.getSurrogatePairCodePoint=function(qa,Ja){return(qa-55296)*1024+9216+Ja},unicode.isControlCodePoint=function(qa){return qa!==32&&qa!==10&&qa!==13&&qa!==9&&qa!==12&&qa>=1&&qa<=31||qa>=127&&qa<=159},unicode.isUndefinedCodePoint=function(qa){return qa>=64976&&qa<=65007||Ra.indexOf(qa)>-1},unicode}var errorCodes,hasRequiredErrorCodes;function requireErrorCodes(){return hasRequiredErrorCodes||(hasRequiredErrorCodes=1,errorCodes={controlCharacterInInputStream:"control-character-in-input-stream",noncharacterInInputStream:"noncharacter-in-input-stream",surrogateInInputStream:"surrogate-in-input-stream",nonVoidHtmlElementStartTagWithTrailingSolidus:"non-void-html-element-start-tag-with-trailing-solidus",endTagWithAttributes:"end-tag-with-attributes",endTagWithTrailingSolidus:"end-tag-with-trailing-solidus",unexpectedSolidusInTag:"unexpected-solidus-in-tag",unexpectedNullCharacter:"unexpected-null-character",unexpectedQuestionMarkInsteadOfTagName:"unexpected-question-mark-instead-of-tag-name",invalidFirstCharacterOfTagName:"invalid-first-character-of-tag-name",unexpectedEqualsSignBeforeAttributeName:"unexpected-equals-sign-before-attribute-name",missingEndTagName:"missing-end-tag-name",unexpectedCharacterInAttributeName:"unexpected-character-in-attribute-name",unknownNamedCharacterReference:"unknown-named-character-reference",missingSemicolonAfterCharacterReference:"missing-semicolon-after-character-reference",unexpectedCharacterAfterDoctypeSystemIdentifier:"unexpected-character-after-doctype-system-identifier",unexpectedCharacterInUnquotedAttributeValue:"unexpected-character-in-unquoted-attribute-value",eofBeforeTagName:"eof-before-tag-name",eofInTag:"eof-in-tag",missingAttributeValue:"missing-attribute-value",missingWhitespaceBetweenAttributes:"missing-whitespace-between-attributes",missingWhitespaceAfterDoctypePublicKeyword:"missing-whitespace-after-doctype-public-keyword",missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers:"missing-whitespace-between-doctype-public-and-system-identifiers",missingWhitespaceAfterDoctypeSystemKeyword:"missing-whitespace-after-doctype-system-keyword",missingQuoteBeforeDoctypePublicIdentifier:"missing-quote-before-doctype-public-identifier",missingQuoteBeforeDoctypeSystemIdentifier:"missing-quote-before-doctype-system-identifier",missingDoctypePublicIdentifier:"missing-doctype-public-identifier",missingDoctypeSystemIdentifier:"missing-doctype-system-identifier",abruptDoctypePublicIdentifier:"abrupt-doctype-public-identifier",abruptDoctypeSystemIdentifier:"abrupt-doctype-system-identifier",cdataInHtmlContent:"cdata-in-html-content",incorrectlyOpenedComment:"incorrectly-opened-comment",eofInScriptHtmlCommentLikeText:"eof-in-script-html-comment-like-text",eofInDoctype:"eof-in-doctype",nestedComment:"nested-comment",abruptClosingOfEmptyComment:"abrupt-closing-of-empty-comment",eofInComment:"eof-in-comment",incorrectlyClosedComment:"incorrectly-closed-comment",eofInCdata:"eof-in-cdata",absenceOfDigitsInNumericCharacterReference:"absence-of-digits-in-numeric-character-reference",nullCharacterReference:"null-character-reference",surrogateCharacterReference:"surrogate-character-reference",characterReferenceOutsideUnicodeRange:"character-reference-outside-unicode-range",controlCharacterReference:"control-character-reference",noncharacterCharacterReference:"noncharacter-character-reference",missingWhitespaceBeforeDoctypeName:"missing-whitespace-before-doctype-name",missingDoctypeName:"missing-doctype-name",invalidCharacterSequenceAfterDoctypeName:"invalid-character-sequence-after-doctype-name",duplicateAttribute:"duplicate-attribute",nonConformingDoctype:"non-conforming-doctype",missingDoctype:"missing-doctype",misplacedDoctype:"misplaced-doctype",endTagWithoutMatchingOpenElement:"end-tag-without-matching-open-element",closingOfElementWithOpenChildElements:"closing-of-element-with-open-child-elements",disallowedContentInNoscriptInHead:"disallowed-content-in-noscript-in-head",openElementsLeftAfterEof:"open-elements-left-after-eof",abandonedHeadElementChild:"abandoned-head-element-child",misplacedStartTagForHeadElement:"misplaced-start-tag-for-head-element",nestedNoscriptInHead:"nested-noscript-in-head",eofInElementThatCanContainOnlyText:"eof-in-element-that-can-contain-only-text"}),errorCodes}var preprocessor,hasRequiredPreprocessor;function requirePreprocessor(){if(hasRequiredPreprocessor)return preprocessor;hasRequiredPreprocessor=1;const Ra=requireUnicode(),qa=requireErrorCodes(),Ja=Ra.CODE_POINTS,ed=65536;class td{constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastCharPos=-1,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=ed}_err(){}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(od){if(this.pos!==this.lastCharPos){const sd=this.html.charCodeAt(this.pos+1);if(Ra.isSurrogatePair(sd))return this.pos++,this._addGap(),Ra.getSurrogatePairCodePoint(od,sd)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,Ja.EOF;return this._err(qa.surrogateInInputStream),od}dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=this.pos,this.html=this.html.substring(this.pos),this.pos=0,this.lastGapPos=-1,this.gapStack=[])}write(od,sd){this.html?this.html+=od:this.html=od,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=sd}insertHtmlAtCurrentPos(od){this.html=this.html.substring(0,this.pos+1)+od+this.html.substring(this.pos+1,this.html.length),this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1}advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChunkHit=!this.lastChunkWritten,Ja.EOF;let od=this.html.charCodeAt(this.pos);return this.skipNextNewLine&&od===Ja.LINE_FEED?(this.skipNextNewLine=!1,this._addGap(),this.advance()):od===Ja.CARRIAGE_RETURN?(this.skipNextNewLine=!0,Ja.LINE_FEED):(this.skipNextNewLine=!1,Ra.isSurrogate(od)&&(od=this._processSurrogate(od)),od>31&&od<127||od===Ja.LINE_FEED||od===Ja.CARRIAGE_RETURN||od>159&&od<64976||this._checkForProblematicCharacters(od),od)}_checkForProblematicCharacters(od){Ra.isControlCodePoint(od)?this._err(qa.controlCharacterInInputStream):Ra.isUndefinedCodePoint(od)&&this._err(qa.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}return preprocessor=td,preprocessor}var namedEntityData,hasRequiredNamedEntityData;function requireNamedEntityData(){return hasRequiredNamedEntityData||(hasRequiredNamedEntityData=1,namedEntityData=new Uint16Array([4,52,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,106,303,412,810,1432,1701,1796,1987,2114,2360,2420,2484,3170,3251,4140,4393,4575,4610,5106,5512,5728,6117,6274,6315,6345,6427,6516,7002,7910,8733,9323,9870,10170,10631,10893,11318,11386,11467,12773,13092,14474,14922,15448,15542,16419,17666,18166,18611,19004,19095,19298,19397,4,16,69,77,97,98,99,102,103,108,109,110,111,112,114,115,116,117,140,150,158,169,176,194,199,210,216,222,226,242,256,266,283,294,108,105,103,5,198,1,59,148,1,198,80,5,38,1,59,156,1,38,99,117,116,101,5,193,1,59,167,1,193,114,101,118,101,59,1,258,4,2,105,121,182,191,114,99,5,194,1,59,189,1,194,59,1,1040,114,59,3,55349,56580,114,97,118,101,5,192,1,59,208,1,192,112,104,97,59,1,913,97,99,114,59,1,256,100,59,1,10835,4,2,103,112,232,237,111,110,59,1,260,102,59,3,55349,56632,112,108,121,70,117,110,99,116,105,111,110,59,1,8289,105,110,103,5,197,1,59,264,1,197,4,2,99,115,272,277,114,59,3,55349,56476,105,103,110,59,1,8788,105,108,100,101,5,195,1,59,292,1,195,109,108,5,196,1,59,301,1,196,4,8,97,99,101,102,111,114,115,117,321,350,354,383,388,394,400,405,4,2,99,114,327,336,107,115,108,97,115,104,59,1,8726,4,2,118,119,342,345,59,1,10983,101,100,59,1,8966,121,59,1,1041,4,3,99,114,116,362,369,379,97,117,115,101,59,1,8757,110,111,117,108,108,105,115,59,1,8492,97,59,1,914,114,59,3,55349,56581,112,102,59,3,55349,56633,101,118,101,59,1,728,99,114,59,1,8492,109,112,101,113,59,1,8782,4,14,72,79,97,99,100,101,102,104,105,108,111,114,115,117,442,447,456,504,542,547,569,573,577,616,678,784,790,796,99,121,59,1,1063,80,89,5,169,1,59,454,1,169,4,3,99,112,121,464,470,497,117,116,101,59,1,262,4,2,59,105,476,478,1,8914,116,97,108,68,105,102,102,101,114,101,110,116,105,97,108,68,59,1,8517,108,101,121,115,59,1,8493,4,4,97,101,105,111,514,520,530,535,114,111,110,59,1,268,100,105,108,5,199,1,59,528,1,199,114,99,59,1,264,110,105,110,116,59,1,8752,111,116,59,1,266,4,2,100,110,553,560,105,108,108,97,59,1,184,116,101,114,68,111,116,59,1,183,114,59,1,8493,105,59,1,935,114,99,108,101,4,4,68,77,80,84,591,596,603,609,111,116,59,1,8857,105,110,117,115,59,1,8854,108,117,115,59,1,8853,105,109,101,115,59,1,8855,111,4,2,99,115,623,646,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8754,101,67,117,114,108,121,4,2,68,81,658,671,111,117,98,108,101,81,117,111,116,101,59,1,8221,117,111,116,101,59,1,8217,4,4,108,110,112,117,688,701,736,753,111,110,4,2,59,101,696,698,1,8759,59,1,10868,4,3,103,105,116,709,717,722,114,117,101,110,116,59,1,8801,110,116,59,1,8751,111,117,114,73,110,116,101,103,114,97,108,59,1,8750,4,2,102,114,742,745,59,1,8450,111,100,117,99,116,59,1,8720,110,116,101,114,67,108,111,99,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8755,111,115,115,59,1,10799,99,114,59,3,55349,56478,112,4,2,59,67,803,805,1,8915,97,112,59,1,8781,4,11,68,74,83,90,97,99,101,102,105,111,115,834,850,855,860,865,888,903,916,921,1011,1415,4,2,59,111,840,842,1,8517,116,114,97,104,100,59,1,10513,99,121,59,1,1026,99,121,59,1,1029,99,121,59,1,1039,4,3,103,114,115,873,879,883,103,101,114,59,1,8225,114,59,1,8609,104,118,59,1,10980,4,2,97,121,894,900,114,111,110,59,1,270,59,1,1044,108,4,2,59,116,910,912,1,8711,97,59,1,916,114,59,3,55349,56583,4,2,97,102,927,998,4,2,99,109,933,992,114,105,116,105,99,97,108,4,4,65,68,71,84,950,957,978,985,99,117,116,101,59,1,180,111,4,2,116,117,964,967,59,1,729,98,108,101,65,99,117,116,101,59,1,733,114,97,118,101,59,1,96,105,108,100,101,59,1,732,111,110,100,59,1,8900,102,101,114,101,110,116,105,97,108,68,59,1,8518,4,4,112,116,117,119,1021,1026,1048,1249,102,59,3,55349,56635,4,3,59,68,69,1034,1036,1041,1,168,111,116,59,1,8412,113,117,97,108,59,1,8784,98,108,101,4,6,67,68,76,82,85,86,1065,1082,1101,1189,1211,1236,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8751,111,4,2,116,119,1089,1092,59,1,168,110,65,114,114,111,119,59,1,8659,4,2,101,111,1107,1141,102,116,4,3,65,82,84,1117,1124,1136,114,114,111,119,59,1,8656,105,103,104,116,65,114,114,111,119,59,1,8660,101,101,59,1,10980,110,103,4,2,76,82,1149,1177,101,102,116,4,2,65,82,1158,1165,114,114,111,119,59,1,10232,105,103,104,116,65,114,114,111,119,59,1,10234,105,103,104,116,65,114,114,111,119,59,1,10233,105,103,104,116,4,2,65,84,1199,1206,114,114,111,119,59,1,8658,101,101,59,1,8872,112,4,2,65,68,1218,1225,114,114,111,119,59,1,8657,111,119,110,65,114,114,111,119,59,1,8661,101,114,116,105,99,97,108,66,97,114,59,1,8741,110,4,6,65,66,76,82,84,97,1264,1292,1299,1352,1391,1408,114,114,111,119,4,3,59,66,85,1276,1278,1283,1,8595,97,114,59,1,10515,112,65,114,114,111,119,59,1,8693,114,101,118,101,59,1,785,101,102,116,4,3,82,84,86,1310,1323,1334,105,103,104,116,86,101,99,116,111,114,59,1,10576,101,101,86,101,99,116,111,114,59,1,10590,101,99,116,111,114,4,2,59,66,1345,1347,1,8637,97,114,59,1,10582,105,103,104,116,4,2,84,86,1362,1373,101,101,86,101,99,116,111,114,59,1,10591,101,99,116,111,114,4,2,59,66,1384,1386,1,8641,97,114,59,1,10583,101,101,4,2,59,65,1399,1401,1,8868,114,114,111,119,59,1,8615,114,114,111,119,59,1,8659,4,2,99,116,1421,1426,114,59,3,55349,56479,114,111,107,59,1,272,4,16,78,84,97,99,100,102,103,108,109,111,112,113,115,116,117,120,1466,1470,1478,1489,1515,1520,1525,1536,1544,1593,1609,1617,1650,1664,1668,1677,71,59,1,330,72,5,208,1,59,1476,1,208,99,117,116,101,5,201,1,59,1487,1,201,4,3,97,105,121,1497,1503,1512,114,111,110,59,1,282,114,99,5,202,1,59,1510,1,202,59,1,1069,111,116,59,1,278,114,59,3,55349,56584,114,97,118,101,5,200,1,59,1534,1,200,101,109,101,110,116,59,1,8712,4,2,97,112,1550,1555,99,114,59,1,274,116,121,4,2,83,86,1563,1576,109,97,108,108,83,113,117,97,114,101,59,1,9723,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9643,4,2,103,112,1599,1604,111,110,59,1,280,102,59,3,55349,56636,115,105,108,111,110,59,1,917,117,4,2,97,105,1624,1640,108,4,2,59,84,1631,1633,1,10869,105,108,100,101,59,1,8770,108,105,98,114,105,117,109,59,1,8652,4,2,99,105,1656,1660,114,59,1,8496,109,59,1,10867,97,59,1,919,109,108,5,203,1,59,1675,1,203,4,2,105,112,1683,1689,115,116,115,59,1,8707,111,110,101,110,116,105,97,108,69,59,1,8519,4,5,99,102,105,111,115,1713,1717,1722,1762,1791,121,59,1,1060,114,59,3,55349,56585,108,108,101,100,4,2,83,86,1732,1745,109,97,108,108,83,113,117,97,114,101,59,1,9724,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9642,4,3,112,114,117,1770,1775,1781,102,59,3,55349,56637,65,108,108,59,1,8704,114,105,101,114,116,114,102,59,1,8497,99,114,59,1,8497,4,12,74,84,97,98,99,100,102,103,111,114,115,116,1822,1827,1834,1848,1855,1877,1882,1887,1890,1896,1978,1984,99,121,59,1,1027,5,62,1,59,1832,1,62,109,109,97,4,2,59,100,1843,1845,1,915,59,1,988,114,101,118,101,59,1,286,4,3,101,105,121,1863,1869,1874,100,105,108,59,1,290,114,99,59,1,284,59,1,1043,111,116,59,1,288,114,59,3,55349,56586,59,1,8921,112,102,59,3,55349,56638,101,97,116,101,114,4,6,69,70,71,76,83,84,1915,1933,1944,1953,1959,1971,113,117,97,108,4,2,59,76,1925,1927,1,8805,101,115,115,59,1,8923,117,108,108,69,113,117,97,108,59,1,8807,114,101,97,116,101,114,59,1,10914,101,115,115,59,1,8823,108,97,110,116,69,113,117,97,108,59,1,10878,105,108,100,101,59,1,8819,99,114,59,3,55349,56482,59,1,8811,4,8,65,97,99,102,105,111,115,117,2005,2012,2026,2032,2036,2049,2073,2089,82,68,99,121,59,1,1066,4,2,99,116,2018,2023,101,107,59,1,711,59,1,94,105,114,99,59,1,292,114,59,1,8460,108,98,101,114,116,83,112,97,99,101,59,1,8459,4,2,112,114,2055,2059,102,59,1,8461,105,122,111,110,116,97,108,76,105,110,101,59,1,9472,4,2,99,116,2079,2083,114,59,1,8459,114,111,107,59,1,294,109,112,4,2,68,69,2097,2107,111,119,110,72,117,109,112,59,1,8782,113,117,97,108,59,1,8783,4,14,69,74,79,97,99,100,102,103,109,110,111,115,116,117,2144,2149,2155,2160,2171,2189,2194,2198,2209,2245,2307,2329,2334,2341,99,121,59,1,1045,108,105,103,59,1,306,99,121,59,1,1025,99,117,116,101,5,205,1,59,2169,1,205,4,2,105,121,2177,2186,114,99,5,206,1,59,2184,1,206,59,1,1048,111,116,59,1,304,114,59,1,8465,114,97,118,101,5,204,1,59,2207,1,204,4,3,59,97,112,2217,2219,2238,1,8465,4,2,99,103,2225,2229,114,59,1,298,105,110,97,114,121,73,59,1,8520,108,105,101,115,59,1,8658,4,2,116,118,2251,2281,4,2,59,101,2257,2259,1,8748,4,2,103,114,2265,2271,114,97,108,59,1,8747,115,101,99,116,105,111,110,59,1,8898,105,115,105,98,108,101,4,2,67,84,2293,2300,111,109,109,97,59,1,8291,105,109,101,115,59,1,8290,4,3,103,112,116,2315,2320,2325,111,110,59,1,302,102,59,3,55349,56640,97,59,1,921,99,114,59,1,8464,105,108,100,101,59,1,296,4,2,107,109,2347,2352,99,121,59,1,1030,108,5,207,1,59,2358,1,207,4,5,99,102,111,115,117,2372,2386,2391,2397,2414,4,2,105,121,2378,2383,114,99,59,1,308,59,1,1049,114,59,3,55349,56589,112,102,59,3,55349,56641,4,2,99,101,2403,2408,114,59,3,55349,56485,114,99,121,59,1,1032,107,99,121,59,1,1028,4,7,72,74,97,99,102,111,115,2436,2441,2446,2452,2467,2472,2478,99,121,59,1,1061,99,121,59,1,1036,112,112,97,59,1,922,4,2,101,121,2458,2464,100,105,108,59,1,310,59,1,1050,114,59,3,55349,56590,112,102,59,3,55349,56642,99,114,59,3,55349,56486,4,11,74,84,97,99,101,102,108,109,111,115,116,2508,2513,2520,2562,2585,2981,2986,3004,3011,3146,3167,99,121,59,1,1033,5,60,1,59,2518,1,60,4,5,99,109,110,112,114,2532,2538,2544,2548,2558,117,116,101,59,1,313,98,100,97,59,1,923,103,59,1,10218,108,97,99,101,116,114,102,59,1,8466,114,59,1,8606,4,3,97,101,121,2570,2576,2582,114,111,110,59,1,317,100,105,108,59,1,315,59,1,1051,4,2,102,115,2591,2907,116,4,10,65,67,68,70,82,84,85,86,97,114,2614,2663,2672,2728,2735,2760,2820,2870,2888,2895,4,2,110,114,2620,2633,103,108,101,66,114,97,99,107,101,116,59,1,10216,114,111,119,4,3,59,66,82,2644,2646,2651,1,8592,97,114,59,1,8676,105,103,104,116,65,114,114,111,119,59,1,8646,101,105,108,105,110,103,59,1,8968,111,4,2,117,119,2679,2692,98,108,101,66,114,97,99,107,101,116,59,1,10214,110,4,2,84,86,2699,2710,101,101,86,101,99,116,111,114,59,1,10593,101,99,116,111,114,4,2,59,66,2721,2723,1,8643,97,114,59,1,10585,108,111,111,114,59,1,8970,105,103,104,116,4,2,65,86,2745,2752,114,114,111,119,59,1,8596,101,99,116,111,114,59,1,10574,4,2,101,114,2766,2792,101,4,3,59,65,86,2775,2777,2784,1,8867,114,114,111,119,59,1,8612,101,99,116,111,114,59,1,10586,105,97,110,103,108,101,4,3,59,66,69,2806,2808,2813,1,8882,97,114,59,1,10703,113,117,97,108,59,1,8884,112,4,3,68,84,86,2829,2841,2852,111,119,110,86,101,99,116,111,114,59,1,10577,101,101,86,101,99,116,111,114,59,1,10592,101,99,116,111,114,4,2,59,66,2863,2865,1,8639,97,114,59,1,10584,101,99,116,111,114,4,2,59,66,2881,2883,1,8636,97,114,59,1,10578,114,114,111,119,59,1,8656,105,103,104,116,97,114,114,111,119,59,1,8660,115,4,6,69,70,71,76,83,84,2922,2936,2947,2956,2962,2974,113,117,97,108,71,114,101,97,116,101,114,59,1,8922,117,108,108,69,113,117,97,108,59,1,8806,114,101,97,116,101,114,59,1,8822,101,115,115,59,1,10913,108,97,110,116,69,113,117,97,108,59,1,10877,105,108,100,101,59,1,8818,114,59,3,55349,56591,4,2,59,101,2992,2994,1,8920,102,116,97,114,114,111,119,59,1,8666,105,100,111,116,59,1,319,4,3,110,112,119,3019,3110,3115,103,4,4,76,82,108,114,3030,3058,3070,3098,101,102,116,4,2,65,82,3039,3046,114,114,111,119,59,1,10229,105,103,104,116,65,114,114,111,119,59,1,10231,105,103,104,116,65,114,114,111,119,59,1,10230,101,102,116,4,2,97,114,3079,3086,114,114,111,119,59,1,10232,105,103,104,116,97,114,114,111,119,59,1,10234,105,103,104,116,97,114,114,111,119,59,1,10233,102,59,3,55349,56643,101,114,4,2,76,82,3123,3134,101,102,116,65,114,114,111,119,59,1,8601,105,103,104,116,65,114,114,111,119,59,1,8600,4,3,99,104,116,3154,3158,3161,114,59,1,8466,59,1,8624,114,111,107,59,1,321,59,1,8810,4,8,97,99,101,102,105,111,115,117,3188,3192,3196,3222,3227,3237,3243,3248,112,59,1,10501,121,59,1,1052,4,2,100,108,3202,3213,105,117,109,83,112,97,99,101,59,1,8287,108,105,110,116,114,102,59,1,8499,114,59,3,55349,56592,110,117,115,80,108,117,115,59,1,8723,112,102,59,3,55349,56644,99,114,59,1,8499,59,1,924,4,9,74,97,99,101,102,111,115,116,117,3271,3276,3283,3306,3422,3427,4120,4126,4137,99,121,59,1,1034,99,117,116,101,59,1,323,4,3,97,101,121,3291,3297,3303,114,111,110,59,1,327,100,105,108,59,1,325,59,1,1053,4,3,103,115,119,3314,3380,3415,97,116,105,118,101,4,3,77,84,86,3327,3340,3365,101,100,105,117,109,83,112,97,99,101,59,1,8203,104,105,4,2,99,110,3348,3357,107,83,112,97,99,101,59,1,8203,83,112,97,99,101,59,1,8203,101,114,121,84,104,105,110,83,112,97,99,101,59,1,8203,116,101,100,4,2,71,76,3389,3405,114,101,97,116,101,114,71,114,101,97,116,101,114,59,1,8811,101,115,115,76,101,115,115,59,1,8810,76,105,110,101,59,1,10,114,59,3,55349,56593,4,4,66,110,112,116,3437,3444,3460,3464,114,101,97,107,59,1,8288,66,114,101,97,107,105,110,103,83,112,97,99,101,59,1,160,102,59,1,8469,4,13,59,67,68,69,71,72,76,78,80,82,83,84,86,3492,3494,3517,3536,3578,3657,3685,3784,3823,3860,3915,4066,4107,1,10988,4,2,111,117,3500,3510,110,103,114,117,101,110,116,59,1,8802,112,67,97,112,59,1,8813,111,117,98,108,101,86,101,114,116,105,99,97,108,66,97,114,59,1,8742,4,3,108,113,120,3544,3552,3571,101,109,101,110,116,59,1,8713,117,97,108,4,2,59,84,3561,3563,1,8800,105,108,100,101,59,3,8770,824,105,115,116,115,59,1,8708,114,101,97,116,101,114,4,7,59,69,70,71,76,83,84,3600,3602,3609,3621,3631,3637,3650,1,8815,113,117,97,108,59,1,8817,117,108,108,69,113,117,97,108,59,3,8807,824,114,101,97,116,101,114,59,3,8811,824,101,115,115,59,1,8825,108,97,110,116,69,113,117,97,108,59,3,10878,824,105,108,100,101,59,1,8821,117,109,112,4,2,68,69,3666,3677,111,119,110,72,117,109,112,59,3,8782,824,113,117,97,108,59,3,8783,824,101,4,2,102,115,3692,3724,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3709,3711,3717,1,8938,97,114,59,3,10703,824,113,117,97,108,59,1,8940,115,4,6,59,69,71,76,83,84,3739,3741,3748,3757,3764,3777,1,8814,113,117,97,108,59,1,8816,114,101,97,116,101,114,59,1,8824,101,115,115,59,3,8810,824,108,97,110,116,69,113,117,97,108,59,3,10877,824,105,108,100,101,59,1,8820,101,115,116,101,100,4,2,71,76,3795,3812,114,101,97,116,101,114,71,114,101,97,116,101,114,59,3,10914,824,101,115,115,76,101,115,115,59,3,10913,824,114,101,99,101,100,101,115,4,3,59,69,83,3838,3840,3848,1,8832,113,117,97,108,59,3,10927,824,108,97,110,116,69,113,117,97,108,59,1,8928,4,2,101,105,3866,3881,118,101,114,115,101,69,108,101,109,101,110,116,59,1,8716,103,104,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3900,3902,3908,1,8939,97,114,59,3,10704,824,113,117,97,108,59,1,8941,4,2,113,117,3921,3973,117,97,114,101,83,117,4,2,98,112,3933,3952,115,101,116,4,2,59,69,3942,3945,3,8847,824,113,117,97,108,59,1,8930,101,114,115,101,116,4,2,59,69,3963,3966,3,8848,824,113,117,97,108,59,1,8931,4,3,98,99,112,3981,4e3,4045,115,101,116,4,2,59,69,3990,3993,3,8834,8402,113,117,97,108,59,1,8840,99,101,101,100,115,4,4,59,69,83,84,4015,4017,4025,4037,1,8833,113,117,97,108,59,3,10928,824,108,97,110,116,69,113,117,97,108,59,1,8929,105,108,100,101,59,3,8831,824,101,114,115,101,116,4,2,59,69,4056,4059,3,8835,8402,113,117,97,108,59,1,8841,105,108,100,101,4,4,59,69,70,84,4080,4082,4089,4100,1,8769,113,117,97,108,59,1,8772,117,108,108,69,113,117,97,108,59,1,8775,105,108,100,101,59,1,8777,101,114,116,105,99,97,108,66,97,114,59,1,8740,99,114,59,3,55349,56489,105,108,100,101,5,209,1,59,4135,1,209,59,1,925,4,14,69,97,99,100,102,103,109,111,112,114,115,116,117,118,4170,4176,4187,4205,4212,4217,4228,4253,4259,4292,4295,4316,4337,4346,108,105,103,59,1,338,99,117,116,101,5,211,1,59,4185,1,211,4,2,105,121,4193,4202,114,99,5,212,1,59,4200,1,212,59,1,1054,98,108,97,99,59,1,336,114,59,3,55349,56594,114,97,118,101,5,210,1,59,4226,1,210,4,3,97,101,105,4236,4241,4246,99,114,59,1,332,103,97,59,1,937,99,114,111,110,59,1,927,112,102,59,3,55349,56646,101,110,67,117,114,108,121,4,2,68,81,4272,4285,111,117,98,108,101,81,117,111,116,101,59,1,8220,117,111,116,101,59,1,8216,59,1,10836,4,2,99,108,4301,4306,114,59,3,55349,56490,97,115,104,5,216,1,59,4314,1,216,105,4,2,108,109,4323,4332,100,101,5,213,1,59,4330,1,213,101,115,59,1,10807,109,108,5,214,1,59,4344,1,214,101,114,4,2,66,80,4354,4380,4,2,97,114,4360,4364,114,59,1,8254,97,99,4,2,101,107,4372,4375,59,1,9182,101,116,59,1,9140,97,114,101,110,116,104,101,115,105,115,59,1,9180,4,9,97,99,102,104,105,108,111,114,115,4413,4422,4426,4431,4435,4438,4448,4471,4561,114,116,105,97,108,68,59,1,8706,121,59,1,1055,114,59,3,55349,56595,105,59,1,934,59,1,928,117,115,77,105,110,117,115,59,1,177,4,2,105,112,4454,4467,110,99,97,114,101,112,108,97,110,101,59,1,8460,102,59,1,8473,4,4,59,101,105,111,4481,4483,4526,4531,1,10939,99,101,100,101,115,4,4,59,69,83,84,4498,4500,4507,4519,1,8826,113,117,97,108,59,1,10927,108,97,110,116,69,113,117,97,108,59,1,8828,105,108,100,101,59,1,8830,109,101,59,1,8243,4,2,100,112,4537,4543,117,99,116,59,1,8719,111,114,116,105,111,110,4,2,59,97,4555,4557,1,8759,108,59,1,8733,4,2,99,105,4567,4572,114,59,3,55349,56491,59,1,936,4,4,85,102,111,115,4585,4594,4599,4604,79,84,5,34,1,59,4592,1,34,114,59,3,55349,56596,112,102,59,1,8474,99,114,59,3,55349,56492,4,12,66,69,97,99,101,102,104,105,111,114,115,117,4636,4642,4650,4681,4704,4763,4767,4771,5047,5069,5081,5094,97,114,114,59,1,10512,71,5,174,1,59,4648,1,174,4,3,99,110,114,4658,4664,4668,117,116,101,59,1,340,103,59,1,10219,114,4,2,59,116,4675,4677,1,8608,108,59,1,10518,4,3,97,101,121,4689,4695,4701,114,111,110,59,1,344,100,105,108,59,1,342,59,1,1056,4,2,59,118,4710,4712,1,8476,101,114,115,101,4,2,69,85,4722,4748,4,2,108,113,4728,4736,101,109,101,110,116,59,1,8715,117,105,108,105,98,114,105,117,109,59,1,8651,112,69,113,117,105,108,105,98,114,105,117,109,59,1,10607,114,59,1,8476,111,59,1,929,103,104,116,4,8,65,67,68,70,84,85,86,97,4792,4840,4849,4905,4912,4972,5022,5040,4,2,110,114,4798,4811,103,108,101,66,114,97,99,107,101,116,59,1,10217,114,111,119,4,3,59,66,76,4822,4824,4829,1,8594,97,114,59,1,8677,101,102,116,65,114,114,111,119,59,1,8644,101,105,108,105,110,103,59,1,8969,111,4,2,117,119,4856,4869,98,108,101,66,114,97,99,107,101,116,59,1,10215,110,4,2,84,86,4876,4887,101,101,86,101,99,116,111,114,59,1,10589,101,99,116,111,114,4,2,59,66,4898,4900,1,8642,97,114,59,1,10581,108,111,111,114,59,1,8971,4,2,101,114,4918,4944,101,4,3,59,65,86,4927,4929,4936,1,8866,114,114,111,119,59,1,8614,101,99,116,111,114,59,1,10587,105,97,110,103,108,101,4,3,59,66,69,4958,4960,4965,1,8883,97,114,59,1,10704,113,117,97,108,59,1,8885,112,4,3,68,84,86,4981,4993,5004,111,119,110,86,101,99,116,111,114,59,1,10575,101,101,86,101,99,116,111,114,59,1,10588,101,99,116,111,114,4,2,59,66,5015,5017,1,8638,97,114,59,1,10580,101,99,116,111,114,4,2,59,66,5033,5035,1,8640,97,114,59,1,10579,114,114,111,119,59,1,8658,4,2,112,117,5053,5057,102,59,1,8477,110,100,73,109,112,108,105,101,115,59,1,10608,105,103,104,116,97,114,114,111,119,59,1,8667,4,2,99,104,5087,5091,114,59,1,8475,59,1,8625,108,101,68,101,108,97,121,101,100,59,1,10740,4,13,72,79,97,99,102,104,105,109,111,113,115,116,117,5134,5150,5157,5164,5198,5203,5259,5265,5277,5283,5374,5380,5385,4,2,67,99,5140,5146,72,99,121,59,1,1065,121,59,1,1064,70,84,99,121,59,1,1068,99,117,116,101,59,1,346,4,5,59,97,101,105,121,5176,5178,5184,5190,5195,1,10940,114,111,110,59,1,352,100,105,108,59,1,350,114,99,59,1,348,59,1,1057,114,59,3,55349,56598,111,114,116,4,4,68,76,82,85,5216,5227,5238,5250,111,119,110,65,114,114,111,119,59,1,8595,101,102,116,65,114,114,111,119,59,1,8592,105,103,104,116,65,114,114,111,119,59,1,8594,112,65,114,114,111,119,59,1,8593,103,109,97,59,1,931,97,108,108,67,105,114,99,108,101,59,1,8728,112,102,59,3,55349,56650,4,2,114,117,5289,5293,116,59,1,8730,97,114,101,4,4,59,73,83,85,5306,5308,5322,5367,1,9633,110,116,101,114,115,101,99,116,105,111,110,59,1,8851,117,4,2,98,112,5329,5347,115,101,116,4,2,59,69,5338,5340,1,8847,113,117,97,108,59,1,8849,101,114,115,101,116,4,2,59,69,5358,5360,1,8848,113,117,97,108,59,1,8850,110,105,111,110,59,1,8852,99,114,59,3,55349,56494,97,114,59,1,8902,4,4,98,99,109,112,5395,5420,5475,5478,4,2,59,115,5401,5403,1,8912,101,116,4,2,59,69,5411,5413,1,8912,113,117,97,108,59,1,8838,4,2,99,104,5426,5468,101,101,100,115,4,4,59,69,83,84,5440,5442,5449,5461,1,8827,113,117,97,108,59,1,10928,108,97,110,116,69,113,117,97,108,59,1,8829,105,108,100,101,59,1,8831,84,104,97,116,59,1,8715,59,1,8721,4,3,59,101,115,5486,5488,5507,1,8913,114,115,101,116,4,2,59,69,5498,5500,1,8835,113,117,97,108,59,1,8839,101,116,59,1,8913,4,11,72,82,83,97,99,102,104,105,111,114,115,5536,5546,5552,5567,5579,5602,5607,5655,5695,5701,5711,79,82,78,5,222,1,59,5544,1,222,65,68,69,59,1,8482,4,2,72,99,5558,5563,99,121,59,1,1035,121,59,1,1062,4,2,98,117,5573,5576,59,1,9,59,1,932,4,3,97,101,121,5587,5593,5599,114,111,110,59,1,356,100,105,108,59,1,354,59,1,1058,114,59,3,55349,56599,4,2,101,105,5613,5631,4,2,114,116,5619,5627,101,102,111,114,101,59,1,8756,97,59,1,920,4,2,99,110,5637,5647,107,83,112,97,99,101,59,3,8287,8202,83,112,97,99,101,59,1,8201,108,100,101,4,4,59,69,70,84,5668,5670,5677,5688,1,8764,113,117,97,108,59,1,8771,117,108,108,69,113,117,97,108,59,1,8773,105,108,100,101,59,1,8776,112,102,59,3,55349,56651,105,112,108,101,68,111,116,59,1,8411,4,2,99,116,5717,5722,114,59,3,55349,56495,114,111,107,59,1,358,4,14,97,98,99,100,102,103,109,110,111,112,114,115,116,117,5758,5789,5805,5823,5830,5835,5846,5852,5921,5937,6089,6095,6101,6108,4,2,99,114,5764,5774,117,116,101,5,218,1,59,5772,1,218,114,4,2,59,111,5781,5783,1,8607,99,105,114,59,1,10569,114,4,2,99,101,5796,5800,121,59,1,1038,118,101,59,1,364,4,2,105,121,5811,5820,114,99,5,219,1,59,5818,1,219,59,1,1059,98,108,97,99,59,1,368,114,59,3,55349,56600,114,97,118,101,5,217,1,59,5844,1,217,97,99,114,59,1,362,4,2,100,105,5858,5905,101,114,4,2,66,80,5866,5892,4,2,97,114,5872,5876,114,59,1,95,97,99,4,2,101,107,5884,5887,59,1,9183,101,116,59,1,9141,97,114,101,110,116,104,101,115,105,115,59,1,9181,111,110,4,2,59,80,5913,5915,1,8899,108,117,115,59,1,8846,4,2,103,112,5927,5932,111,110,59,1,370,102,59,3,55349,56652,4,8,65,68,69,84,97,100,112,115,5955,5985,5996,6009,6026,6033,6044,6075,114,114,111,119,4,3,59,66,68,5967,5969,5974,1,8593,97,114,59,1,10514,111,119,110,65,114,114,111,119,59,1,8645,111,119,110,65,114,114,111,119,59,1,8597,113,117,105,108,105,98,114,105,117,109,59,1,10606,101,101,4,2,59,65,6017,6019,1,8869,114,114,111,119,59,1,8613,114,114,111,119,59,1,8657,111,119,110,97,114,114,111,119,59,1,8661,101,114,4,2,76,82,6052,6063,101,102,116,65,114,114,111,119,59,1,8598,105,103,104,116,65,114,114,111,119,59,1,8599,105,4,2,59,108,6082,6084,1,978,111,110,59,1,933,105,110,103,59,1,366,99,114,59,3,55349,56496,105,108,100,101,59,1,360,109,108,5,220,1,59,6115,1,220,4,9,68,98,99,100,101,102,111,115,118,6137,6143,6148,6152,6166,6250,6255,6261,6267,97,115,104,59,1,8875,97,114,59,1,10987,121,59,1,1042,97,115,104,4,2,59,108,6161,6163,1,8873,59,1,10982,4,2,101,114,6172,6175,59,1,8897,4,3,98,116,121,6183,6188,6238,97,114,59,1,8214,4,2,59,105,6194,6196,1,8214,99,97,108,4,4,66,76,83,84,6209,6214,6220,6231,97,114,59,1,8739,105,110,101,59,1,124,101,112,97,114,97,116,111,114,59,1,10072,105,108,100,101,59,1,8768,84,104,105,110,83,112,97,99,101,59,1,8202,114,59,3,55349,56601,112,102,59,3,55349,56653,99,114,59,3,55349,56497,100,97,115,104,59,1,8874,4,5,99,101,102,111,115,6286,6292,6298,6303,6309,105,114,99,59,1,372,100,103,101,59,1,8896,114,59,3,55349,56602,112,102,59,3,55349,56654,99,114,59,3,55349,56498,4,4,102,105,111,115,6325,6330,6333,6339,114,59,3,55349,56603,59,1,926,112,102,59,3,55349,56655,99,114,59,3,55349,56499,4,9,65,73,85,97,99,102,111,115,117,6365,6370,6375,6380,6391,6405,6410,6416,6422,99,121,59,1,1071,99,121,59,1,1031,99,121,59,1,1070,99,117,116,101,5,221,1,59,6389,1,221,4,2,105,121,6397,6402,114,99,59,1,374,59,1,1067,114,59,3,55349,56604,112,102,59,3,55349,56656,99,114,59,3,55349,56500,109,108,59,1,376,4,8,72,97,99,100,101,102,111,115,6445,6450,6457,6472,6477,6501,6505,6510,99,121,59,1,1046,99,117,116,101,59,1,377,4,2,97,121,6463,6469,114,111,110,59,1,381,59,1,1047,111,116,59,1,379,4,2,114,116,6483,6497,111,87,105,100,116,104,83,112,97,99,101,59,1,8203,97,59,1,918,114,59,1,8488,112,102,59,1,8484,99,114,59,3,55349,56501,4,16,97,98,99,101,102,103,108,109,110,111,112,114,115,116,117,119,6550,6561,6568,6612,6622,6634,6645,6672,6699,6854,6870,6923,6933,6963,6974,6983,99,117,116,101,5,225,1,59,6559,1,225,114,101,118,101,59,1,259,4,6,59,69,100,105,117,121,6582,6584,6588,6591,6600,6609,1,8766,59,3,8766,819,59,1,8767,114,99,5,226,1,59,6598,1,226,116,101,5,180,1,59,6607,1,180,59,1,1072,108,105,103,5,230,1,59,6620,1,230,4,2,59,114,6628,6630,1,8289,59,3,55349,56606,114,97,118,101,5,224,1,59,6643,1,224,4,2,101,112,6651,6667,4,2,102,112,6657,6663,115,121,109,59,1,8501,104,59,1,8501,104,97,59,1,945,4,2,97,112,6678,6692,4,2,99,108,6684,6688,114,59,1,257,103,59,1,10815,5,38,1,59,6697,1,38,4,2,100,103,6705,6737,4,5,59,97,100,115,118,6717,6719,6724,6727,6734,1,8743,110,100,59,1,10837,59,1,10844,108,111,112,101,59,1,10840,59,1,10842,4,7,59,101,108,109,114,115,122,6753,6755,6758,6762,6814,6835,6848,1,8736,59,1,10660,101,59,1,8736,115,100,4,2,59,97,6770,6772,1,8737,4,8,97,98,99,100,101,102,103,104,6790,6793,6796,6799,6802,6805,6808,6811,59,1,10664,59,1,10665,59,1,10666,59,1,10667,59,1,10668,59,1,10669,59,1,10670,59,1,10671,116,4,2,59,118,6821,6823,1,8735,98,4,2,59,100,6830,6832,1,8894,59,1,10653,4,2,112,116,6841,6845,104,59,1,8738,59,1,197,97,114,114,59,1,9084,4,2,103,112,6860,6865,111,110,59,1,261,102,59,3,55349,56658,4,7,59,69,97,101,105,111,112,6886,6888,6891,6897,6900,6904,6908,1,8776,59,1,10864,99,105,114,59,1,10863,59,1,8778,100,59,1,8779,115,59,1,39,114,111,120,4,2,59,101,6917,6919,1,8776,113,59,1,8778,105,110,103,5,229,1,59,6931,1,229,4,3,99,116,121,6941,6946,6949,114,59,3,55349,56502,59,1,42,109,112,4,2,59,101,6957,6959,1,8776,113,59,1,8781,105,108,100,101,5,227,1,59,6972,1,227,109,108,5,228,1,59,6981,1,228,4,2,99,105,6989,6997,111,110,105,110,116,59,1,8755,110,116,59,1,10769,4,16,78,97,98,99,100,101,102,105,107,108,110,111,112,114,115,117,7036,7041,7119,7135,7149,7155,7219,7224,7347,7354,7463,7489,7786,7793,7814,7866,111,116,59,1,10989,4,2,99,114,7047,7094,107,4,4,99,101,112,115,7058,7064,7073,7080,111,110,103,59,1,8780,112,115,105,108,111,110,59,1,1014,114,105,109,101,59,1,8245,105,109,4,2,59,101,7088,7090,1,8765,113,59,1,8909,4,2,118,119,7100,7105,101,101,59,1,8893,101,100,4,2,59,103,7113,7115,1,8965,101,59,1,8965,114,107,4,2,59,116,7127,7129,1,9141,98,114,107,59,1,9142,4,2,111,121,7141,7146,110,103,59,1,8780,59,1,1073,113,117,111,59,1,8222,4,5,99,109,112,114,116,7167,7181,7188,7193,7199,97,117,115,4,2,59,101,7176,7178,1,8757,59,1,8757,112,116,121,118,59,1,10672,115,105,59,1,1014,110,111,117,59,1,8492,4,3,97,104,119,7207,7210,7213,59,1,946,59,1,8502,101,101,110,59,1,8812,114,59,3,55349,56607,103,4,7,99,111,115,116,117,118,119,7241,7262,7288,7305,7328,7335,7340,4,3,97,105,117,7249,7253,7258,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,4,3,100,112,116,7270,7275,7281,111,116,59,1,10752,108,117,115,59,1,10753,105,109,101,115,59,1,10754,4,2,113,116,7294,7300,99,117,112,59,1,10758,97,114,59,1,9733,114,105,97,110,103,108,101,4,2,100,117,7318,7324,111,119,110,59,1,9661,112,59,1,9651,112,108,117,115,59,1,10756,101,101,59,1,8897,101,100,103,101,59,1,8896,97,114,111,119,59,1,10509,4,3,97,107,111,7362,7436,7458,4,2,99,110,7368,7432,107,4,3,108,115,116,7377,7386,7394,111,122,101,110,103,101,59,1,10731,113,117,97,114,101,59,1,9642,114,105,97,110,103,108,101,4,4,59,100,108,114,7411,7413,7419,7425,1,9652,111,119,110,59,1,9662,101,102,116,59,1,9666,105,103,104,116,59,1,9656,107,59,1,9251,4,2,49,51,7442,7454,4,2,50,52,7448,7451,59,1,9618,59,1,9617,52,59,1,9619,99,107,59,1,9608,4,2,101,111,7469,7485,4,2,59,113,7475,7478,3,61,8421,117,105,118,59,3,8801,8421,116,59,1,8976,4,4,112,116,119,120,7499,7504,7517,7523,102,59,3,55349,56659,4,2,59,116,7510,7512,1,8869,111,109,59,1,8869,116,105,101,59,1,8904,4,12,68,72,85,86,98,100,104,109,112,116,117,118,7549,7571,7597,7619,7655,7660,7682,7708,7715,7721,7728,7750,4,4,76,82,108,114,7559,7562,7565,7568,59,1,9559,59,1,9556,59,1,9558,59,1,9555,4,5,59,68,85,100,117,7583,7585,7588,7591,7594,1,9552,59,1,9574,59,1,9577,59,1,9572,59,1,9575,4,4,76,82,108,114,7607,7610,7613,7616,59,1,9565,59,1,9562,59,1,9564,59,1,9561,4,7,59,72,76,82,104,108,114,7635,7637,7640,7643,7646,7649,7652,1,9553,59,1,9580,59,1,9571,59,1,9568,59,1,9579,59,1,9570,59,1,9567,111,120,59,1,10697,4,4,76,82,108,114,7670,7673,7676,7679,59,1,9557,59,1,9554,59,1,9488,59,1,9484,4,5,59,68,85,100,117,7694,7696,7699,7702,7705,1,9472,59,1,9573,59,1,9576,59,1,9516,59,1,9524,105,110,117,115,59,1,8863,108,117,115,59,1,8862,105,109,101,115,59,1,8864,4,4,76,82,108,114,7738,7741,7744,7747,59,1,9563,59,1,9560,59,1,9496,59,1,9492,4,7,59,72,76,82,104,108,114,7766,7768,7771,7774,7777,7780,7783,1,9474,59,1,9578,59,1,9569,59,1,9566,59,1,9532,59,1,9508,59,1,9500,114,105,109,101,59,1,8245,4,2,101,118,7799,7804,118,101,59,1,728,98,97,114,5,166,1,59,7812,1,166,4,4,99,101,105,111,7824,7829,7834,7846,114,59,3,55349,56503,109,105,59,1,8271,109,4,2,59,101,7841,7843,1,8765,59,1,8909,108,4,3,59,98,104,7855,7857,7860,1,92,59,1,10693,115,117,98,59,1,10184,4,2,108,109,7872,7885,108,4,2,59,101,7879,7881,1,8226,116,59,1,8226,112,4,3,59,69,101,7894,7896,7899,1,8782,59,1,10926,4,2,59,113,7905,7907,1,8783,59,1,8783,4,15,97,99,100,101,102,104,105,108,111,114,115,116,117,119,121,7942,8021,8075,8080,8121,8126,8157,8279,8295,8430,8446,8485,8491,8707,8726,4,3,99,112,114,7950,7956,8007,117,116,101,59,1,263,4,6,59,97,98,99,100,115,7970,7972,7977,7984,7998,8003,1,8745,110,100,59,1,10820,114,99,117,112,59,1,10825,4,2,97,117,7990,7994,112,59,1,10827,112,59,1,10823,111,116,59,1,10816,59,3,8745,65024,4,2,101,111,8013,8017,116,59,1,8257,110,59,1,711,4,4,97,101,105,117,8031,8046,8056,8061,4,2,112,114,8037,8041,115,59,1,10829,111,110,59,1,269,100,105,108,5,231,1,59,8054,1,231,114,99,59,1,265,112,115,4,2,59,115,8069,8071,1,10828,109,59,1,10832,111,116,59,1,267,4,3,100,109,110,8088,8097,8104,105,108,5,184,1,59,8095,1,184,112,116,121,118,59,1,10674,116,5,162,2,59,101,8112,8114,1,162,114,100,111,116,59,1,183,114,59,3,55349,56608,4,3,99,101,105,8134,8138,8154,121,59,1,1095,99,107,4,2,59,109,8146,8148,1,10003,97,114,107,59,1,10003,59,1,967,114,4,7,59,69,99,101,102,109,115,8174,8176,8179,8258,8261,8268,8273,1,9675,59,1,10691,4,3,59,101,108,8187,8189,8193,1,710,113,59,1,8791,101,4,2,97,100,8200,8223,114,114,111,119,4,2,108,114,8210,8216,101,102,116,59,1,8634,105,103,104,116,59,1,8635,4,5,82,83,97,99,100,8235,8238,8241,8246,8252,59,1,174,59,1,9416,115,116,59,1,8859,105,114,99,59,1,8858,97,115,104,59,1,8861,59,1,8791,110,105,110,116,59,1,10768,105,100,59,1,10991,99,105,114,59,1,10690,117,98,115,4,2,59,117,8288,8290,1,9827,105,116,59,1,9827,4,4,108,109,110,112,8305,8326,8376,8400,111,110,4,2,59,101,8313,8315,1,58,4,2,59,113,8321,8323,1,8788,59,1,8788,4,2,109,112,8332,8344,97,4,2,59,116,8339,8341,1,44,59,1,64,4,3,59,102,108,8352,8354,8358,1,8705,110,59,1,8728,101,4,2,109,120,8365,8371,101,110,116,59,1,8705,101,115,59,1,8450,4,2,103,105,8382,8395,4,2,59,100,8388,8390,1,8773,111,116,59,1,10861,110,116,59,1,8750,4,3,102,114,121,8408,8412,8417,59,3,55349,56660,111,100,59,1,8720,5,169,2,59,115,8424,8426,1,169,114,59,1,8471,4,2,97,111,8436,8441,114,114,59,1,8629,115,115,59,1,10007,4,2,99,117,8452,8457,114,59,3,55349,56504,4,2,98,112,8463,8474,4,2,59,101,8469,8471,1,10959,59,1,10961,4,2,59,101,8480,8482,1,10960,59,1,10962,100,111,116,59,1,8943,4,7,100,101,108,112,114,118,119,8507,8522,8536,8550,8600,8697,8702,97,114,114,4,2,108,114,8516,8519,59,1,10552,59,1,10549,4,2,112,115,8528,8532,114,59,1,8926,99,59,1,8927,97,114,114,4,2,59,112,8545,8547,1,8630,59,1,10557,4,6,59,98,99,100,111,115,8564,8566,8573,8587,8592,8596,1,8746,114,99,97,112,59,1,10824,4,2,97,117,8579,8583,112,59,1,10822,112,59,1,10826,111,116,59,1,8845,114,59,1,10821,59,3,8746,65024,4,4,97,108,114,118,8610,8623,8663,8672,114,114,4,2,59,109,8618,8620,1,8631,59,1,10556,121,4,3,101,118,119,8632,8651,8656,113,4,2,112,115,8639,8645,114,101,99,59,1,8926,117,99,99,59,1,8927,101,101,59,1,8910,101,100,103,101,59,1,8911,101,110,5,164,1,59,8670,1,164,101,97,114,114,111,119,4,2,108,114,8684,8690,101,102,116,59,1,8630,105,103,104,116,59,1,8631,101,101,59,1,8910,101,100,59,1,8911,4,2,99,105,8713,8721,111,110,105,110,116,59,1,8754,110,116,59,1,8753,108,99,116,121,59,1,9005,4,19,65,72,97,98,99,100,101,102,104,105,106,108,111,114,115,116,117,119,122,8773,8778,8783,8821,8839,8854,8887,8914,8930,8944,9036,9041,9058,9197,9227,9258,9281,9297,9305,114,114,59,1,8659,97,114,59,1,10597,4,4,103,108,114,115,8793,8799,8805,8809,103,101,114,59,1,8224,101,116,104,59,1,8504,114,59,1,8595,104,4,2,59,118,8816,8818,1,8208,59,1,8867,4,2,107,108,8827,8834,97,114,111,119,59,1,10511,97,99,59,1,733,4,2,97,121,8845,8851,114,111,110,59,1,271,59,1,1076,4,3,59,97,111,8862,8864,8880,1,8518,4,2,103,114,8870,8876,103,101,114,59,1,8225,114,59,1,8650,116,115,101,113,59,1,10871,4,3,103,108,109,8895,8902,8907,5,176,1,59,8900,1,176,116,97,59,1,948,112,116,121,118,59,1,10673,4,2,105,114,8920,8926,115,104,116,59,1,10623,59,3,55349,56609,97,114,4,2,108,114,8938,8941,59,1,8643,59,1,8642,4,5,97,101,103,115,118,8956,8986,8989,8996,9001,109,4,3,59,111,115,8965,8967,8983,1,8900,110,100,4,2,59,115,8975,8977,1,8900,117,105,116,59,1,9830,59,1,9830,59,1,168,97,109,109,97,59,1,989,105,110,59,1,8946,4,3,59,105,111,9009,9011,9031,1,247,100,101,5,247,2,59,111,9020,9022,1,247,110,116,105,109,101,115,59,1,8903,110,120,59,1,8903,99,121,59,1,1106,99,4,2,111,114,9048,9053,114,110,59,1,8990,111,112,59,1,8973,4,5,108,112,116,117,119,9070,9076,9081,9130,9144,108,97,114,59,1,36,102,59,3,55349,56661,4,5,59,101,109,112,115,9093,9095,9109,9116,9122,1,729,113,4,2,59,100,9102,9104,1,8784,111,116,59,1,8785,105,110,117,115,59,1,8760,108,117,115,59,1,8724,113,117,97,114,101,59,1,8865,98,108,101,98,97,114,119,101,100,103,101,59,1,8966,110,4,3,97,100,104,9153,9160,9172,114,114,111,119,59,1,8595,111,119,110,97,114,114,111,119,115,59,1,8650,97,114,112,111,111,110,4,2,108,114,9184,9190,101,102,116,59,1,8643,105,103,104,116,59,1,8642,4,2,98,99,9203,9211,107,97,114,111,119,59,1,10512,4,2,111,114,9217,9222,114,110,59,1,8991,111,112,59,1,8972,4,3,99,111,116,9235,9248,9252,4,2,114,121,9241,9245,59,3,55349,56505,59,1,1109,108,59,1,10742,114,111,107,59,1,273,4,2,100,114,9264,9269,111,116,59,1,8945,105,4,2,59,102,9276,9278,1,9663,59,1,9662,4,2,97,104,9287,9292,114,114,59,1,8693,97,114,59,1,10607,97,110,103,108,101,59,1,10662,4,2,99,105,9311,9315,121,59,1,1119,103,114,97,114,114,59,1,10239,4,18,68,97,99,100,101,102,103,108,109,110,111,112,113,114,115,116,117,120,9361,9376,9398,9439,9444,9447,9462,9495,9531,9585,9598,9614,9659,9755,9771,9792,9808,9826,4,2,68,111,9367,9372,111,116,59,1,10871,116,59,1,8785,4,2,99,115,9382,9392,117,116,101,5,233,1,59,9390,1,233,116,101,114,59,1,10862,4,4,97,105,111,121,9408,9414,9430,9436,114,111,110,59,1,283,114,4,2,59,99,9421,9423,1,8790,5,234,1,59,9428,1,234,108,111,110,59,1,8789,59,1,1101,111,116,59,1,279,59,1,8519,4,2,68,114,9453,9458,111,116,59,1,8786,59,3,55349,56610,4,3,59,114,115,9470,9472,9482,1,10906,97,118,101,5,232,1,59,9480,1,232,4,2,59,100,9488,9490,1,10902,111,116,59,1,10904,4,4,59,105,108,115,9505,9507,9515,9518,1,10905,110,116,101,114,115,59,1,9191,59,1,8467,4,2,59,100,9524,9526,1,10901,111,116,59,1,10903,4,3,97,112,115,9539,9544,9564,99,114,59,1,275,116,121,4,3,59,115,118,9554,9556,9561,1,8709,101,116,59,1,8709,59,1,8709,112,4,2,49,59,9571,9583,4,2,51,52,9577,9580,59,1,8196,59,1,8197,1,8195,4,2,103,115,9591,9594,59,1,331,112,59,1,8194,4,2,103,112,9604,9609,111,110,59,1,281,102,59,3,55349,56662,4,3,97,108,115,9622,9635,9640,114,4,2,59,115,9629,9631,1,8917,108,59,1,10723,117,115,59,1,10865,105,4,3,59,108,118,9649,9651,9656,1,949,111,110,59,1,949,59,1,1013,4,4,99,115,117,118,9669,9686,9716,9747,4,2,105,111,9675,9680,114,99,59,1,8790,108,111,110,59,1,8789,4,2,105,108,9692,9696,109,59,1,8770,97,110,116,4,2,103,108,9705,9710,116,114,59,1,10902,101,115,115,59,1,10901,4,3,97,101,105,9724,9729,9734,108,115,59,1,61,115,116,59,1,8799,118,4,2,59,68,9741,9743,1,8801,68,59,1,10872,112,97,114,115,108,59,1,10725,4,2,68,97,9761,9766,111,116,59,1,8787,114,114,59,1,10609,4,3,99,100,105,9779,9783,9788,114,59,1,8495,111,116,59,1,8784,109,59,1,8770,4,2,97,104,9798,9801,59,1,951,5,240,1,59,9806,1,240,4,2,109,114,9814,9822,108,5,235,1,59,9820,1,235,111,59,1,8364,4,3,99,105,112,9834,9838,9843,108,59,1,33,115,116,59,1,8707,4,2,101,111,9849,9859,99,116,97,116,105,111,110,59,1,8496,110,101,110,116,105,97,108,101,59,1,8519,4,12,97,99,101,102,105,106,108,110,111,112,114,115,9896,9910,9914,9921,9954,9960,9967,9989,9994,10027,10036,10164,108,108,105,110,103,100,111,116,115,101,113,59,1,8786,121,59,1,1092,109,97,108,101,59,1,9792,4,3,105,108,114,9929,9935,9950,108,105,103,59,1,64259,4,2,105,108,9941,9945,103,59,1,64256,105,103,59,1,64260,59,3,55349,56611,108,105,103,59,1,64257,108,105,103,59,3,102,106,4,3,97,108,116,9975,9979,9984,116,59,1,9837,105,103,59,1,64258,110,115,59,1,9649,111,102,59,1,402,4,2,112,114,1e4,10005,102,59,3,55349,56663,4,2,97,107,10011,10016,108,108,59,1,8704,4,2,59,118,10022,10024,1,8916,59,1,10969,97,114,116,105,110,116,59,1,10765,4,2,97,111,10042,10159,4,2,99,115,10048,10155,4,6,49,50,51,52,53,55,10062,10102,10114,10135,10139,10151,4,6,50,51,52,53,54,56,10076,10083,10086,10093,10096,10099,5,189,1,59,10081,1,189,59,1,8531,5,188,1,59,10091,1,188,59,1,8533,59,1,8537,59,1,8539,4,2,51,53,10108,10111,59,1,8532,59,1,8534,4,3,52,53,56,10122,10129,10132,5,190,1,59,10127,1,190,59,1,8535,59,1,8540,53,59,1,8536,4,2,54,56,10145,10148,59,1,8538,59,1,8541,56,59,1,8542,108,59,1,8260,119,110,59,1,8994,99,114,59,3,55349,56507,4,17,69,97,98,99,100,101,102,103,105,106,108,110,111,114,115,116,118,10206,10217,10247,10254,10268,10273,10358,10363,10374,10380,10385,10406,10458,10464,10470,10497,10610,4,2,59,108,10212,10214,1,8807,59,1,10892,4,3,99,109,112,10225,10231,10244,117,116,101,59,1,501,109,97,4,2,59,100,10239,10241,1,947,59,1,989,59,1,10886,114,101,118,101,59,1,287,4,2,105,121,10260,10265,114,99,59,1,285,59,1,1075,111,116,59,1,289,4,4,59,108,113,115,10283,10285,10288,10308,1,8805,59,1,8923,4,3,59,113,115,10296,10298,10301,1,8805,59,1,8807,108,97,110,116,59,1,10878,4,4,59,99,100,108,10318,10320,10324,10345,1,10878,99,59,1,10921,111,116,4,2,59,111,10332,10334,1,10880,4,2,59,108,10340,10342,1,10882,59,1,10884,4,2,59,101,10351,10354,3,8923,65024,115,59,1,10900,114,59,3,55349,56612,4,2,59,103,10369,10371,1,8811,59,1,8921,109,101,108,59,1,8503,99,121,59,1,1107,4,4,59,69,97,106,10395,10397,10400,10403,1,8823,59,1,10898,59,1,10917,59,1,10916,4,4,69,97,101,115,10416,10419,10434,10453,59,1,8809,112,4,2,59,112,10426,10428,1,10890,114,111,120,59,1,10890,4,2,59,113,10440,10442,1,10888,4,2,59,113,10448,10450,1,10888,59,1,8809,105,109,59,1,8935,112,102,59,3,55349,56664,97,118,101,59,1,96,4,2,99,105,10476,10480,114,59,1,8458,109,4,3,59,101,108,10489,10491,10494,1,8819,59,1,10894,59,1,10896,5,62,6,59,99,100,108,113,114,10512,10514,10527,10532,10538,10545,1,62,4,2,99,105,10520,10523,59,1,10919,114,59,1,10874,111,116,59,1,8919,80,97,114,59,1,10645,117,101,115,116,59,1,10876,4,5,97,100,101,108,115,10557,10574,10579,10599,10605,4,2,112,114,10563,10570,112,114,111,120,59,1,10886,114,59,1,10616,111,116,59,1,8919,113,4,2,108,113,10586,10592,101,115,115,59,1,8923,108,101,115,115,59,1,10892,101,115,115,59,1,8823,105,109,59,1,8819,4,2,101,110,10616,10626,114,116,110,101,113,113,59,3,8809,65024,69,59,3,8809,65024,4,10,65,97,98,99,101,102,107,111,115,121,10653,10658,10713,10718,10724,10760,10765,10786,10850,10875,114,114,59,1,8660,4,4,105,108,109,114,10668,10674,10678,10684,114,115,112,59,1,8202,102,59,1,189,105,108,116,59,1,8459,4,2,100,114,10690,10695,99,121,59,1,1098,4,3,59,99,119,10703,10705,10710,1,8596,105,114,59,1,10568,59,1,8621,97,114,59,1,8463,105,114,99,59,1,293,4,3,97,108,114,10732,10748,10754,114,116,115,4,2,59,117,10741,10743,1,9829,105,116,59,1,9829,108,105,112,59,1,8230,99,111,110,59,1,8889,114,59,3,55349,56613,115,4,2,101,119,10772,10779,97,114,111,119,59,1,10533,97,114,111,119,59,1,10534,4,5,97,109,111,112,114,10798,10803,10809,10839,10844,114,114,59,1,8703,116,104,116,59,1,8763,107,4,2,108,114,10816,10827,101,102,116,97,114,114,111,119,59,1,8617,105,103,104,116,97,114,114,111,119,59,1,8618,102,59,3,55349,56665,98,97,114,59,1,8213,4,3,99,108,116,10858,10863,10869,114,59,3,55349,56509,97,115,104,59,1,8463,114,111,107,59,1,295,4,2,98,112,10881,10887,117,108,108,59,1,8259,104,101,110,59,1,8208,4,15,97,99,101,102,103,105,106,109,110,111,112,113,115,116,117,10925,10936,10958,10977,10990,11001,11039,11045,11101,11192,11220,11226,11237,11285,11299,99,117,116,101,5,237,1,59,10934,1,237,4,3,59,105,121,10944,10946,10955,1,8291,114,99,5,238,1,59,10953,1,238,59,1,1080,4,2,99,120,10964,10968,121,59,1,1077,99,108,5,161,1,59,10975,1,161,4,2,102,114,10983,10986,59,1,8660,59,3,55349,56614,114,97,118,101,5,236,1,59,10999,1,236,4,4,59,105,110,111,11011,11013,11028,11034,1,8520,4,2,105,110,11019,11024,110,116,59,1,10764,116,59,1,8749,102,105,110,59,1,10716,116,97,59,1,8489,108,105,103,59,1,307,4,3,97,111,112,11053,11092,11096,4,3,99,103,116,11061,11065,11088,114,59,1,299,4,3,101,108,112,11073,11076,11082,59,1,8465,105,110,101,59,1,8464,97,114,116,59,1,8465,104,59,1,305,102,59,1,8887,101,100,59,1,437,4,5,59,99,102,111,116,11113,11115,11121,11136,11142,1,8712,97,114,101,59,1,8453,105,110,4,2,59,116,11129,11131,1,8734,105,101,59,1,10717,100,111,116,59,1,305,4,5,59,99,101,108,112,11154,11156,11161,11179,11186,1,8747,97,108,59,1,8890,4,2,103,114,11167,11173,101,114,115,59,1,8484,99,97,108,59,1,8890,97,114,104,107,59,1,10775,114,111,100,59,1,10812,4,4,99,103,112,116,11202,11206,11211,11216,121,59,1,1105,111,110,59,1,303,102,59,3,55349,56666,97,59,1,953,114,111,100,59,1,10812,117,101,115,116,5,191,1,59,11235,1,191,4,2,99,105,11243,11248,114,59,3,55349,56510,110,4,5,59,69,100,115,118,11261,11263,11266,11271,11282,1,8712,59,1,8953,111,116,59,1,8949,4,2,59,118,11277,11279,1,8948,59,1,8947,59,1,8712,4,2,59,105,11291,11293,1,8290,108,100,101,59,1,297,4,2,107,109,11305,11310,99,121,59,1,1110,108,5,239,1,59,11316,1,239,4,6,99,102,109,111,115,117,11332,11346,11351,11357,11363,11380,4,2,105,121,11338,11343,114,99,59,1,309,59,1,1081,114,59,3,55349,56615,97,116,104,59,1,567,112,102,59,3,55349,56667,4,2,99,101,11369,11374,114,59,3,55349,56511,114,99,121,59,1,1112,107,99,121,59,1,1108,4,8,97,99,102,103,104,106,111,115,11404,11418,11433,11438,11445,11450,11455,11461,112,112,97,4,2,59,118,11413,11415,1,954,59,1,1008,4,2,101,121,11424,11430,100,105,108,59,1,311,59,1,1082,114,59,3,55349,56616,114,101,101,110,59,1,312,99,121,59,1,1093,99,121,59,1,1116,112,102,59,3,55349,56668,99,114,59,3,55349,56512,4,23,65,66,69,72,97,98,99,100,101,102,103,104,106,108,109,110,111,112,114,115,116,117,118,11515,11538,11544,11555,11560,11721,11780,11818,11868,12136,12160,12171,12203,12208,12246,12275,12327,12509,12523,12569,12641,12732,12752,4,3,97,114,116,11523,11528,11532,114,114,59,1,8666,114,59,1,8656,97,105,108,59,1,10523,97,114,114,59,1,10510,4,2,59,103,11550,11552,1,8806,59,1,10891,97,114,59,1,10594,4,9,99,101,103,109,110,112,113,114,116,11580,11586,11594,11600,11606,11624,11627,11636,11694,117,116,101,59,1,314,109,112,116,121,118,59,1,10676,114,97,110,59,1,8466,98,100,97,59,1,955,103,4,3,59,100,108,11615,11617,11620,1,10216,59,1,10641,101,59,1,10216,59,1,10885,117,111,5,171,1,59,11634,1,171,114,4,8,59,98,102,104,108,112,115,116,11655,11657,11669,11673,11677,11681,11685,11690,1,8592,4,2,59,102,11663,11665,1,8676,115,59,1,10527,115,59,1,10525,107,59,1,8617,112,59,1,8619,108,59,1,10553,105,109,59,1,10611,108,59,1,8610,4,3,59,97,101,11702,11704,11709,1,10923,105,108,59,1,10521,4,2,59,115,11715,11717,1,10925,59,3,10925,65024,4,3,97,98,114,11729,11734,11739,114,114,59,1,10508,114,107,59,1,10098,4,2,97,107,11745,11758,99,4,2,101,107,11752,11755,59,1,123,59,1,91,4,2,101,115,11764,11767,59,1,10635,108,4,2,100,117,11774,11777,59,1,10639,59,1,10637,4,4,97,101,117,121,11790,11796,11811,11815,114,111,110,59,1,318,4,2,100,105,11802,11807,105,108,59,1,316,108,59,1,8968,98,59,1,123,59,1,1083,4,4,99,113,114,115,11828,11832,11845,11864,97,59,1,10550,117,111,4,2,59,114,11840,11842,1,8220,59,1,8222,4,2,100,117,11851,11857,104,97,114,59,1,10599,115,104,97,114,59,1,10571,104,59,1,8626,4,5,59,102,103,113,115,11880,11882,12008,12011,12031,1,8804,116,4,5,97,104,108,114,116,11895,11913,11935,11947,11996,114,114,111,119,4,2,59,116,11905,11907,1,8592,97,105,108,59,1,8610,97,114,112,111,111,110,4,2,100,117,11925,11931,111,119,110,59,1,8637,112,59,1,8636,101,102,116,97,114,114,111,119,115,59,1,8647,105,103,104,116,4,3,97,104,115,11959,11974,11984,114,114,111,119,4,2,59,115,11969,11971,1,8596,59,1,8646,97,114,112,111,111,110,115,59,1,8651,113,117,105,103,97,114,114,111,119,59,1,8621,104,114,101,101,116,105,109,101,115,59,1,8907,59,1,8922,4,3,59,113,115,12019,12021,12024,1,8804,59,1,8806,108,97,110,116,59,1,10877,4,5,59,99,100,103,115,12043,12045,12049,12070,12083,1,10877,99,59,1,10920,111,116,4,2,59,111,12057,12059,1,10879,4,2,59,114,12065,12067,1,10881,59,1,10883,4,2,59,101,12076,12079,3,8922,65024,115,59,1,10899,4,5,97,100,101,103,115,12095,12103,12108,12126,12131,112,112,114,111,120,59,1,10885,111,116,59,1,8918,113,4,2,103,113,12115,12120,116,114,59,1,8922,103,116,114,59,1,10891,116,114,59,1,8822,105,109,59,1,8818,4,3,105,108,114,12144,12150,12156,115,104,116,59,1,10620,111,111,114,59,1,8970,59,3,55349,56617,4,2,59,69,12166,12168,1,8822,59,1,10897,4,2,97,98,12177,12198,114,4,2,100,117,12184,12187,59,1,8637,4,2,59,108,12193,12195,1,8636,59,1,10602,108,107,59,1,9604,99,121,59,1,1113,4,5,59,97,99,104,116,12220,12222,12227,12235,12241,1,8810,114,114,59,1,8647,111,114,110,101,114,59,1,8990,97,114,100,59,1,10603,114,105,59,1,9722,4,2,105,111,12252,12258,100,111,116,59,1,320,117,115,116,4,2,59,97,12267,12269,1,9136,99,104,101,59,1,9136,4,4,69,97,101,115,12285,12288,12303,12322,59,1,8808,112,4,2,59,112,12295,12297,1,10889,114,111,120,59,1,10889,4,2,59,113,12309,12311,1,10887,4,2,59,113,12317,12319,1,10887,59,1,8808,105,109,59,1,8934,4,8,97,98,110,111,112,116,119,122,12345,12359,12364,12421,12446,12467,12474,12490,4,2,110,114,12351,12355,103,59,1,10220,114,59,1,8701,114,107,59,1,10214,103,4,3,108,109,114,12373,12401,12409,101,102,116,4,2,97,114,12382,12389,114,114,111,119,59,1,10229,105,103,104,116,97,114,114,111,119,59,1,10231,97,112,115,116,111,59,1,10236,105,103,104,116,97,114,114,111,119,59,1,10230,112,97,114,114,111,119,4,2,108,114,12433,12439,101,102,116,59,1,8619,105,103,104,116,59,1,8620,4,3,97,102,108,12454,12458,12462,114,59,1,10629,59,3,55349,56669,117,115,59,1,10797,105,109,101,115,59,1,10804,4,2,97,98,12480,12485,115,116,59,1,8727,97,114,59,1,95,4,3,59,101,102,12498,12500,12506,1,9674,110,103,101,59,1,9674,59,1,10731,97,114,4,2,59,108,12517,12519,1,40,116,59,1,10643,4,5,97,99,104,109,116,12535,12540,12548,12561,12564,114,114,59,1,8646,111,114,110,101,114,59,1,8991,97,114,4,2,59,100,12556,12558,1,8651,59,1,10605,59,1,8206,114,105,59,1,8895,4,6,97,99,104,105,113,116,12583,12589,12594,12597,12614,12635,113,117,111,59,1,8249,114,59,3,55349,56513,59,1,8624,109,4,3,59,101,103,12606,12608,12611,1,8818,59,1,10893,59,1,10895,4,2,98,117,12620,12623,59,1,91,111,4,2,59,114,12630,12632,1,8216,59,1,8218,114,111,107,59,1,322,5,60,8,59,99,100,104,105,108,113,114,12660,12662,12675,12680,12686,12692,12698,12705,1,60,4,2,99,105,12668,12671,59,1,10918,114,59,1,10873,111,116,59,1,8918,114,101,101,59,1,8907,109,101,115,59,1,8905,97,114,114,59,1,10614,117,101,115,116,59,1,10875,4,2,80,105,12711,12716,97,114,59,1,10646,4,3,59,101,102,12724,12726,12729,1,9667,59,1,8884,59,1,9666,114,4,2,100,117,12739,12746,115,104,97,114,59,1,10570,104,97,114,59,1,10598,4,2,101,110,12758,12768,114,116,110,101,113,113,59,3,8808,65024,69,59,3,8808,65024,4,14,68,97,99,100,101,102,104,105,108,110,111,112,115,117,12803,12809,12893,12908,12914,12928,12933,12937,13011,13025,13032,13049,13052,13069,68,111,116,59,1,8762,4,4,99,108,112,114,12819,12827,12849,12887,114,5,175,1,59,12825,1,175,4,2,101,116,12833,12836,59,1,9794,4,2,59,101,12842,12844,1,10016,115,101,59,1,10016,4,2,59,115,12855,12857,1,8614,116,111,4,4,59,100,108,117,12869,12871,12877,12883,1,8614,111,119,110,59,1,8615,101,102,116,59,1,8612,112,59,1,8613,107,101,114,59,1,9646,4,2,111,121,12899,12905,109,109,97,59,1,10793,59,1,1084,97,115,104,59,1,8212,97,115,117,114,101,100,97,110,103,108,101,59,1,8737,114,59,3,55349,56618,111,59,1,8487,4,3,99,100,110,12945,12954,12985,114,111,5,181,1,59,12952,1,181,4,4,59,97,99,100,12964,12966,12971,12976,1,8739,115,116,59,1,42,105,114,59,1,10992,111,116,5,183,1,59,12983,1,183,117,115,4,3,59,98,100,12995,12997,13e3,1,8722,59,1,8863,4,2,59,117,13006,13008,1,8760,59,1,10794,4,2,99,100,13017,13021,112,59,1,10971,114,59,1,8230,112,108,117,115,59,1,8723,4,2,100,112,13038,13044,101,108,115,59,1,8871,102,59,3,55349,56670,59,1,8723,4,2,99,116,13058,13063,114,59,3,55349,56514,112,111,115,59,1,8766,4,3,59,108,109,13077,13079,13087,1,956,116,105,109,97,112,59,1,8888,97,112,59,1,8888,4,24,71,76,82,86,97,98,99,100,101,102,103,104,105,106,108,109,111,112,114,115,116,117,118,119,13142,13165,13217,13229,13247,13330,13359,13414,13420,13508,13513,13579,13602,13626,13631,13762,13767,13855,13936,13995,14214,14285,14312,14432,4,2,103,116,13148,13152,59,3,8921,824,4,2,59,118,13158,13161,3,8811,8402,59,3,8811,824,4,3,101,108,116,13173,13200,13204,102,116,4,2,97,114,13181,13188,114,114,111,119,59,1,8653,105,103,104,116,97,114,114,111,119,59,1,8654,59,3,8920,824,4,2,59,118,13210,13213,3,8810,8402,59,3,8810,824,105,103,104,116,97,114,114,111,119,59,1,8655,4,2,68,100,13235,13241,97,115,104,59,1,8879,97,115,104,59,1,8878,4,5,98,99,110,112,116,13259,13264,13270,13275,13308,108,97,59,1,8711,117,116,101,59,1,324,103,59,3,8736,8402,4,5,59,69,105,111,112,13287,13289,13293,13298,13302,1,8777,59,3,10864,824,100,59,3,8779,824,115,59,1,329,114,111,120,59,1,8777,117,114,4,2,59,97,13316,13318,1,9838,108,4,2,59,115,13325,13327,1,9838,59,1,8469,4,2,115,117,13336,13344,112,5,160,1,59,13342,1,160,109,112,4,2,59,101,13352,13355,3,8782,824,59,3,8783,824,4,5,97,101,111,117,121,13371,13385,13391,13407,13411,4,2,112,114,13377,13380,59,1,10819,111,110,59,1,328,100,105,108,59,1,326,110,103,4,2,59,100,13399,13401,1,8775,111,116,59,3,10861,824,112,59,1,10818,59,1,1085,97,115,104,59,1,8211,4,7,59,65,97,100,113,115,120,13436,13438,13443,13466,13472,13478,13494,1,8800,114,114,59,1,8663,114,4,2,104,114,13450,13454,107,59,1,10532,4,2,59,111,13460,13462,1,8599,119,59,1,8599,111,116,59,3,8784,824,117,105,118,59,1,8802,4,2,101,105,13484,13489,97,114,59,1,10536,109,59,3,8770,824,105,115,116,4,2,59,115,13503,13505,1,8708,59,1,8708,114,59,3,55349,56619,4,4,69,101,115,116,13523,13527,13563,13568,59,3,8807,824,4,3,59,113,115,13535,13537,13559,1,8817,4,3,59,113,115,13545,13547,13551,1,8817,59,3,8807,824,108,97,110,116,59,3,10878,824,59,3,10878,824,105,109,59,1,8821,4,2,59,114,13574,13576,1,8815,59,1,8815,4,3,65,97,112,13587,13592,13597,114,114,59,1,8654,114,114,59,1,8622,97,114,59,1,10994,4,3,59,115,118,13610,13612,13623,1,8715,4,2,59,100,13618,13620,1,8956,59,1,8954,59,1,8715,99,121,59,1,1114,4,7,65,69,97,100,101,115,116,13647,13652,13656,13661,13665,13737,13742,114,114,59,1,8653,59,3,8806,824,114,114,59,1,8602,114,59,1,8229,4,4,59,102,113,115,13675,13677,13703,13725,1,8816,116,4,2,97,114,13684,13691,114,114,111,119,59,1,8602,105,103,104,116,97,114,114,111,119,59,1,8622,4,3,59,113,115,13711,13713,13717,1,8816,59,3,8806,824,108,97,110,116,59,3,10877,824,4,2,59,115,13731,13734,3,10877,824,59,1,8814,105,109,59,1,8820,4,2,59,114,13748,13750,1,8814,105,4,2,59,101,13757,13759,1,8938,59,1,8940,105,100,59,1,8740,4,2,112,116,13773,13778,102,59,3,55349,56671,5,172,3,59,105,110,13787,13789,13829,1,172,110,4,4,59,69,100,118,13800,13802,13806,13812,1,8713,59,3,8953,824,111,116,59,3,8949,824,4,3,97,98,99,13820,13823,13826,59,1,8713,59,1,8951,59,1,8950,105,4,2,59,118,13836,13838,1,8716,4,3,97,98,99,13846,13849,13852,59,1,8716,59,1,8958,59,1,8957,4,3,97,111,114,13863,13892,13899,114,4,4,59,97,115,116,13874,13876,13883,13888,1,8742,108,108,101,108,59,1,8742,108,59,3,11005,8421,59,3,8706,824,108,105,110,116,59,1,10772,4,3,59,99,101,13907,13909,13914,1,8832,117,101,59,1,8928,4,2,59,99,13920,13923,3,10927,824,4,2,59,101,13929,13931,1,8832,113,59,3,10927,824,4,4,65,97,105,116,13946,13951,13971,13982,114,114,59,1,8655,114,114,4,3,59,99,119,13961,13963,13967,1,8603,59,3,10547,824,59,3,8605,824,103,104,116,97,114,114,111,119,59,1,8603,114,105,4,2,59,101,13990,13992,1,8939,59,1,8941,4,7,99,104,105,109,112,113,117,14011,14036,14060,14080,14085,14090,14106,4,4,59,99,101,114,14021,14023,14028,14032,1,8833,117,101,59,1,8929,59,3,10928,824,59,3,55349,56515,111,114,116,4,2,109,112,14045,14050,105,100,59,1,8740,97,114,97,108,108,101,108,59,1,8742,109,4,2,59,101,14067,14069,1,8769,4,2,59,113,14075,14077,1,8772,59,1,8772,105,100,59,1,8740,97,114,59,1,8742,115,117,4,2,98,112,14098,14102,101,59,1,8930,101,59,1,8931,4,3,98,99,112,14114,14157,14171,4,4,59,69,101,115,14124,14126,14130,14133,1,8836,59,3,10949,824,59,1,8840,101,116,4,2,59,101,14141,14144,3,8834,8402,113,4,2,59,113,14151,14153,1,8840,59,3,10949,824,99,4,2,59,101,14164,14166,1,8833,113,59,3,10928,824,4,4,59,69,101,115,14181,14183,14187,14190,1,8837,59,3,10950,824,59,1,8841,101,116,4,2,59,101,14198,14201,3,8835,8402,113,4,2,59,113,14208,14210,1,8841,59,3,10950,824,4,4,103,105,108,114,14224,14228,14238,14242,108,59,1,8825,108,100,101,5,241,1,59,14236,1,241,103,59,1,8824,105,97,110,103,108,101,4,2,108,114,14254,14269,101,102,116,4,2,59,101,14263,14265,1,8938,113,59,1,8940,105,103,104,116,4,2,59,101,14279,14281,1,8939,113,59,1,8941,4,2,59,109,14291,14293,1,957,4,3,59,101,115,14301,14303,14308,1,35,114,111,59,1,8470,112,59,1,8199,4,9,68,72,97,100,103,105,108,114,115,14332,14338,14344,14349,14355,14369,14376,14408,14426,97,115,104,59,1,8877,97,114,114,59,1,10500,112,59,3,8781,8402,97,115,104,59,1,8876,4,2,101,116,14361,14365,59,3,8805,8402,59,3,62,8402,110,102,105,110,59,1,10718,4,3,65,101,116,14384,14389,14393,114,114,59,1,10498,59,3,8804,8402,4,2,59,114,14399,14402,3,60,8402,105,101,59,3,8884,8402,4,2,65,116,14414,14419,114,114,59,1,10499,114,105,101,59,3,8885,8402,105,109,59,3,8764,8402,4,3,65,97,110,14440,14445,14468,114,114,59,1,8662,114,4,2,104,114,14452,14456,107,59,1,10531,4,2,59,111,14462,14464,1,8598,119,59,1,8598,101,97,114,59,1,10535,4,18,83,97,99,100,101,102,103,104,105,108,109,111,112,114,115,116,117,118,14512,14515,14535,14560,14597,14603,14618,14643,14657,14662,14701,14741,14747,14769,14851,14877,14907,14916,59,1,9416,4,2,99,115,14521,14531,117,116,101,5,243,1,59,14529,1,243,116,59,1,8859,4,2,105,121,14541,14557,114,4,2,59,99,14548,14550,1,8858,5,244,1,59,14555,1,244,59,1,1086,4,5,97,98,105,111,115,14572,14577,14583,14587,14591,115,104,59,1,8861,108,97,99,59,1,337,118,59,1,10808,116,59,1,8857,111,108,100,59,1,10684,108,105,103,59,1,339,4,2,99,114,14609,14614,105,114,59,1,10687,59,3,55349,56620,4,3,111,114,116,14626,14630,14640,110,59,1,731,97,118,101,5,242,1,59,14638,1,242,59,1,10689,4,2,98,109,14649,14654,97,114,59,1,10677,59,1,937,110,116,59,1,8750,4,4,97,99,105,116,14672,14677,14693,14698,114,114,59,1,8634,4,2,105,114,14683,14687,114,59,1,10686,111,115,115,59,1,10683,110,101,59,1,8254,59,1,10688,4,3,97,101,105,14709,14714,14719,99,114,59,1,333,103,97,59,1,969,4,3,99,100,110,14727,14733,14736,114,111,110,59,1,959,59,1,10678,117,115,59,1,8854,112,102,59,3,55349,56672,4,3,97,101,108,14755,14759,14764,114,59,1,10679,114,112,59,1,10681,117,115,59,1,8853,4,7,59,97,100,105,111,115,118,14785,14787,14792,14831,14837,14841,14848,1,8744,114,114,59,1,8635,4,4,59,101,102,109,14802,14804,14817,14824,1,10845,114,4,2,59,111,14811,14813,1,8500,102,59,1,8500,5,170,1,59,14822,1,170,5,186,1,59,14829,1,186,103,111,102,59,1,8886,114,59,1,10838,108,111,112,101,59,1,10839,59,1,10843,4,3,99,108,111,14859,14863,14873,114,59,1,8500,97,115,104,5,248,1,59,14871,1,248,108,59,1,8856,105,4,2,108,109,14884,14893,100,101,5,245,1,59,14891,1,245,101,115,4,2,59,97,14901,14903,1,8855,115,59,1,10806,109,108,5,246,1,59,14914,1,246,98,97,114,59,1,9021,4,12,97,99,101,102,104,105,108,109,111,114,115,117,14948,14992,14996,15033,15038,15068,15090,15189,15192,15222,15427,15441,114,4,4,59,97,115,116,14959,14961,14976,14989,1,8741,5,182,2,59,108,14968,14970,1,182,108,101,108,59,1,8741,4,2,105,108,14982,14986,109,59,1,10995,59,1,11005,59,1,8706,121,59,1,1087,114,4,5,99,105,109,112,116,15009,15014,15019,15024,15027,110,116,59,1,37,111,100,59,1,46,105,108,59,1,8240,59,1,8869,101,110,107,59,1,8241,114,59,3,55349,56621,4,3,105,109,111,15046,15057,15063,4,2,59,118,15052,15054,1,966,59,1,981,109,97,116,59,1,8499,110,101,59,1,9742,4,3,59,116,118,15076,15078,15087,1,960,99,104,102,111,114,107,59,1,8916,59,1,982,4,2,97,117,15096,15119,110,4,2,99,107,15103,15115,107,4,2,59,104,15110,15112,1,8463,59,1,8462,118,59,1,8463,115,4,9,59,97,98,99,100,101,109,115,116,15140,15142,15148,15151,15156,15168,15171,15179,15184,1,43,99,105,114,59,1,10787,59,1,8862,105,114,59,1,10786,4,2,111,117,15162,15165,59,1,8724,59,1,10789,59,1,10866,110,5,177,1,59,15177,1,177,105,109,59,1,10790,119,111,59,1,10791,59,1,177,4,3,105,112,117,15200,15208,15213,110,116,105,110,116,59,1,10773,102,59,3,55349,56673,110,100,5,163,1,59,15220,1,163,4,10,59,69,97,99,101,105,110,111,115,117,15244,15246,15249,15253,15258,15334,15347,15367,15416,15421,1,8826,59,1,10931,112,59,1,10935,117,101,59,1,8828,4,2,59,99,15264,15266,1,10927,4,6,59,97,99,101,110,115,15280,15282,15290,15299,15303,15329,1,8826,112,112,114,111,120,59,1,10935,117,114,108,121,101,113,59,1,8828,113,59,1,10927,4,3,97,101,115,15311,15319,15324,112,112,114,111,120,59,1,10937,113,113,59,1,10933,105,109,59,1,8936,105,109,59,1,8830,109,101,4,2,59,115,15342,15344,1,8242,59,1,8473,4,3,69,97,115,15355,15358,15362,59,1,10933,112,59,1,10937,105,109,59,1,8936,4,3,100,102,112,15375,15378,15404,59,1,8719,4,3,97,108,115,15386,15392,15398,108,97,114,59,1,9006,105,110,101,59,1,8978,117,114,102,59,1,8979,4,2,59,116,15410,15412,1,8733,111,59,1,8733,105,109,59,1,8830,114,101,108,59,1,8880,4,2,99,105,15433,15438,114,59,3,55349,56517,59,1,968,110,99,115,112,59,1,8200,4,6,102,105,111,112,115,117,15462,15467,15472,15478,15485,15491,114,59,3,55349,56622,110,116,59,1,10764,112,102,59,3,55349,56674,114,105,109,101,59,1,8279,99,114,59,3,55349,56518,4,3,97,101,111,15499,15520,15534,116,4,2,101,105,15506,15515,114,110,105,111,110,115,59,1,8461,110,116,59,1,10774,115,116,4,2,59,101,15528,15530,1,63,113,59,1,8799,116,5,34,1,59,15540,1,34,4,21,65,66,72,97,98,99,100,101,102,104,105,108,109,110,111,112,114,115,116,117,120,15586,15609,15615,15620,15796,15855,15893,15931,15977,16001,16039,16183,16204,16222,16228,16285,16312,16318,16363,16408,16416,4,3,97,114,116,15594,15599,15603,114,114,59,1,8667,114,59,1,8658,97,105,108,59,1,10524,97,114,114,59,1,10511,97,114,59,1,10596,4,7,99,100,101,110,113,114,116,15636,15651,15656,15664,15687,15696,15770,4,2,101,117,15642,15646,59,3,8765,817,116,101,59,1,341,105,99,59,1,8730,109,112,116,121,118,59,1,10675,103,4,4,59,100,101,108,15675,15677,15680,15683,1,10217,59,1,10642,59,1,10661,101,59,1,10217,117,111,5,187,1,59,15694,1,187,114,4,11,59,97,98,99,102,104,108,112,115,116,119,15721,15723,15727,15739,15742,15746,15750,15754,15758,15763,15767,1,8594,112,59,1,10613,4,2,59,102,15733,15735,1,8677,115,59,1,10528,59,1,10547,115,59,1,10526,107,59,1,8618,112,59,1,8620,108,59,1,10565,105,109,59,1,10612,108,59,1,8611,59,1,8605,4,2,97,105,15776,15781,105,108,59,1,10522,111,4,2,59,110,15788,15790,1,8758,97,108,115,59,1,8474,4,3,97,98,114,15804,15809,15814,114,114,59,1,10509,114,107,59,1,10099,4,2,97,107,15820,15833,99,4,2,101,107,15827,15830,59,1,125,59,1,93,4,2,101,115,15839,15842,59,1,10636,108,4,2,100,117,15849,15852,59,1,10638,59,1,10640,4,4,97,101,117,121,15865,15871,15886,15890,114,111,110,59,1,345,4,2,100,105,15877,15882,105,108,59,1,343,108,59,1,8969,98,59,1,125,59,1,1088,4,4,99,108,113,115,15903,15907,15914,15927,97,59,1,10551,100,104,97,114,59,1,10601,117,111,4,2,59,114,15922,15924,1,8221,59,1,8221,104,59,1,8627,4,3,97,99,103,15939,15966,15970,108,4,4,59,105,112,115,15950,15952,15957,15963,1,8476,110,101,59,1,8475,97,114,116,59,1,8476,59,1,8477,116,59,1,9645,5,174,1,59,15975,1,174,4,3,105,108,114,15985,15991,15997,115,104,116,59,1,10621,111,111,114,59,1,8971,59,3,55349,56623,4,2,97,111,16007,16028,114,4,2,100,117,16014,16017,59,1,8641,4,2,59,108,16023,16025,1,8640,59,1,10604,4,2,59,118,16034,16036,1,961,59,1,1009,4,3,103,110,115,16047,16167,16171,104,116,4,6,97,104,108,114,115,116,16063,16081,16103,16130,16143,16155,114,114,111,119,4,2,59,116,16073,16075,1,8594,97,105,108,59,1,8611,97,114,112,111,111,110,4,2,100,117,16093,16099,111,119,110,59,1,8641,112,59,1,8640,101,102,116,4,2,97,104,16112,16120,114,114,111,119,115,59,1,8644,97,114,112,111,111,110,115,59,1,8652,105,103,104,116,97,114,114,111,119,115,59,1,8649,113,117,105,103,97,114,114,111,119,59,1,8605,104,114,101,101,116,105,109,101,115,59,1,8908,103,59,1,730,105,110,103,100,111,116,115,101,113,59,1,8787,4,3,97,104,109,16191,16196,16201,114,114,59,1,8644,97,114,59,1,8652,59,1,8207,111,117,115,116,4,2,59,97,16214,16216,1,9137,99,104,101,59,1,9137,109,105,100,59,1,10990,4,4,97,98,112,116,16238,16252,16257,16278,4,2,110,114,16244,16248,103,59,1,10221,114,59,1,8702,114,107,59,1,10215,4,3,97,102,108,16265,16269,16273,114,59,1,10630,59,3,55349,56675,117,115,59,1,10798,105,109,101,115,59,1,10805,4,2,97,112,16291,16304,114,4,2,59,103,16298,16300,1,41,116,59,1,10644,111,108,105,110,116,59,1,10770,97,114,114,59,1,8649,4,4,97,99,104,113,16328,16334,16339,16342,113,117,111,59,1,8250,114,59,3,55349,56519,59,1,8625,4,2,98,117,16348,16351,59,1,93,111,4,2,59,114,16358,16360,1,8217,59,1,8217,4,3,104,105,114,16371,16377,16383,114,101,101,59,1,8908,109,101,115,59,1,8906,105,4,4,59,101,102,108,16394,16396,16399,16402,1,9657,59,1,8885,59,1,9656,116,114,105,59,1,10702,108,117,104,97,114,59,1,10600,59,1,8478,4,19,97,98,99,100,101,102,104,105,108,109,111,112,113,114,115,116,117,119,122,16459,16466,16472,16572,16590,16672,16687,16746,16844,16850,16924,16963,16988,17115,17121,17154,17206,17614,17656,99,117,116,101,59,1,347,113,117,111,59,1,8218,4,10,59,69,97,99,101,105,110,112,115,121,16494,16496,16499,16513,16518,16531,16536,16556,16564,16569,1,8827,59,1,10932,4,2,112,114,16505,16508,59,1,10936,111,110,59,1,353,117,101,59,1,8829,4,2,59,100,16524,16526,1,10928,105,108,59,1,351,114,99,59,1,349,4,3,69,97,115,16544,16547,16551,59,1,10934,112,59,1,10938,105,109,59,1,8937,111,108,105,110,116,59,1,10771,105,109,59,1,8831,59,1,1089,111,116,4,3,59,98,101,16582,16584,16587,1,8901,59,1,8865,59,1,10854,4,7,65,97,99,109,115,116,120,16606,16611,16634,16642,16646,16652,16668,114,114,59,1,8664,114,4,2,104,114,16618,16622,107,59,1,10533,4,2,59,111,16628,16630,1,8600,119,59,1,8600,116,5,167,1,59,16640,1,167,105,59,1,59,119,97,114,59,1,10537,109,4,2,105,110,16659,16665,110,117,115,59,1,8726,59,1,8726,116,59,1,10038,114,4,2,59,111,16679,16682,3,55349,56624,119,110,59,1,8994,4,4,97,99,111,121,16697,16702,16716,16739,114,112,59,1,9839,4,2,104,121,16708,16713,99,121,59,1,1097,59,1,1096,114,116,4,2,109,112,16724,16729,105,100,59,1,8739,97,114,97,108,108,101,108,59,1,8741,5,173,1,59,16744,1,173,4,2,103,109,16752,16770,109,97,4,3,59,102,118,16762,16764,16767,1,963,59,1,962,59,1,962,4,8,59,100,101,103,108,110,112,114,16788,16790,16795,16806,16817,16828,16832,16838,1,8764,111,116,59,1,10858,4,2,59,113,16801,16803,1,8771,59,1,8771,4,2,59,69,16812,16814,1,10910,59,1,10912,4,2,59,69,16823,16825,1,10909,59,1,10911,101,59,1,8774,108,117,115,59,1,10788,97,114,114,59,1,10610,97,114,114,59,1,8592,4,4,97,101,105,116,16860,16883,16891,16904,4,2,108,115,16866,16878,108,115,101,116,109,105,110,117,115,59,1,8726,104,112,59,1,10803,112,97,114,115,108,59,1,10724,4,2,100,108,16897,16900,59,1,8739,101,59,1,8995,4,2,59,101,16910,16912,1,10922,4,2,59,115,16918,16920,1,10924,59,3,10924,65024,4,3,102,108,112,16932,16938,16958,116,99,121,59,1,1100,4,2,59,98,16944,16946,1,47,4,2,59,97,16952,16954,1,10692,114,59,1,9023,102,59,3,55349,56676,97,4,2,100,114,16970,16985,101,115,4,2,59,117,16978,16980,1,9824,105,116,59,1,9824,59,1,8741,4,3,99,115,117,16996,17028,17089,4,2,97,117,17002,17015,112,4,2,59,115,17009,17011,1,8851,59,3,8851,65024,112,4,2,59,115,17022,17024,1,8852,59,3,8852,65024,117,4,2,98,112,17035,17062,4,3,59,101,115,17043,17045,17048,1,8847,59,1,8849,101,116,4,2,59,101,17056,17058,1,8847,113,59,1,8849,4,3,59,101,115,17070,17072,17075,1,8848,59,1,8850,101,116,4,2,59,101,17083,17085,1,8848,113,59,1,8850,4,3,59,97,102,17097,17099,17112,1,9633,114,4,2,101,102,17106,17109,59,1,9633,59,1,9642,59,1,9642,97,114,114,59,1,8594,4,4,99,101,109,116,17131,17136,17142,17148,114,59,3,55349,56520,116,109,110,59,1,8726,105,108,101,59,1,8995,97,114,102,59,1,8902,4,2,97,114,17160,17172,114,4,2,59,102,17167,17169,1,9734,59,1,9733,4,2,97,110,17178,17202,105,103,104,116,4,2,101,112,17188,17197,112,115,105,108,111,110,59,1,1013,104,105,59,1,981,115,59,1,175,4,5,98,99,109,110,112,17218,17351,17420,17423,17427,4,9,59,69,100,101,109,110,112,114,115,17238,17240,17243,17248,17261,17267,17279,17285,17291,1,8834,59,1,10949,111,116,59,1,10941,4,2,59,100,17254,17256,1,8838,111,116,59,1,10947,117,108,116,59,1,10945,4,2,69,101,17273,17276,59,1,10955,59,1,8842,108,117,115,59,1,10943,97,114,114,59,1,10617,4,3,101,105,117,17299,17335,17339,116,4,3,59,101,110,17308,17310,17322,1,8834,113,4,2,59,113,17317,17319,1,8838,59,1,10949,101,113,4,2,59,113,17330,17332,1,8842,59,1,10955,109,59,1,10951,4,2,98,112,17345,17348,59,1,10965,59,1,10963,99,4,6,59,97,99,101,110,115,17366,17368,17376,17385,17389,17415,1,8827,112,112,114,111,120,59,1,10936,117,114,108,121,101,113,59,1,8829,113,59,1,10928,4,3,97,101,115,17397,17405,17410,112,112,114,111,120,59,1,10938,113,113,59,1,10934,105,109,59,1,8937,105,109,59,1,8831,59,1,8721,103,59,1,9834,4,13,49,50,51,59,69,100,101,104,108,109,110,112,115,17455,17462,17469,17476,17478,17481,17496,17509,17524,17530,17536,17548,17554,5,185,1,59,17460,1,185,5,178,1,59,17467,1,178,5,179,1,59,17474,1,179,1,8835,59,1,10950,4,2,111,115,17487,17491,116,59,1,10942,117,98,59,1,10968,4,2,59,100,17502,17504,1,8839,111,116,59,1,10948,115,4,2,111,117,17516,17520,108,59,1,10185,98,59,1,10967,97,114,114,59,1,10619,117,108,116,59,1,10946,4,2,69,101,17542,17545,59,1,10956,59,1,8843,108,117,115,59,1,10944,4,3,101,105,117,17562,17598,17602,116,4,3,59,101,110,17571,17573,17585,1,8835,113,4,2,59,113,17580,17582,1,8839,59,1,10950,101,113,4,2,59,113,17593,17595,1,8843,59,1,10956,109,59,1,10952,4,2,98,112,17608,17611,59,1,10964,59,1,10966,4,3,65,97,110,17622,17627,17650,114,114,59,1,8665,114,4,2,104,114,17634,17638,107,59,1,10534,4,2,59,111,17644,17646,1,8601,119,59,1,8601,119,97,114,59,1,10538,108,105,103,5,223,1,59,17664,1,223,4,13,97,98,99,100,101,102,104,105,111,112,114,115,119,17694,17709,17714,17737,17742,17749,17754,17860,17905,17957,17964,18090,18122,4,2,114,117,17700,17706,103,101,116,59,1,8982,59,1,964,114,107,59,1,9140,4,3,97,101,121,17722,17728,17734,114,111,110,59,1,357,100,105,108,59,1,355,59,1,1090,111,116,59,1,8411,108,114,101,99,59,1,8981,114,59,3,55349,56625,4,4,101,105,107,111,17764,17805,17836,17851,4,2,114,116,17770,17786,101,4,2,52,102,17777,17780,59,1,8756,111,114,101,59,1,8756,97,4,3,59,115,118,17795,17797,17802,1,952,121,109,59,1,977,59,1,977,4,2,99,110,17811,17831,107,4,2,97,115,17818,17826,112,112,114,111,120,59,1,8776,105,109,59,1,8764,115,112,59,1,8201,4,2,97,115,17842,17846,112,59,1,8776,105,109,59,1,8764,114,110,5,254,1,59,17858,1,254,4,3,108,109,110,17868,17873,17901,100,101,59,1,732,101,115,5,215,3,59,98,100,17884,17886,17898,1,215,4,2,59,97,17892,17894,1,8864,114,59,1,10801,59,1,10800,116,59,1,8749,4,3,101,112,115,17913,17917,17953,97,59,1,10536,4,4,59,98,99,102,17927,17929,17934,17939,1,8868,111,116,59,1,9014,105,114,59,1,10993,4,2,59,111,17945,17948,3,55349,56677,114,107,59,1,10970,97,59,1,10537,114,105,109,101,59,1,8244,4,3,97,105,112,17972,17977,18082,100,101,59,1,8482,4,7,97,100,101,109,112,115,116,17993,18051,18056,18059,18066,18072,18076,110,103,108,101,4,5,59,100,108,113,114,18009,18011,18017,18032,18035,1,9653,111,119,110,59,1,9663,101,102,116,4,2,59,101,18026,18028,1,9667,113,59,1,8884,59,1,8796,105,103,104,116,4,2,59,101,18045,18047,1,9657,113,59,1,8885,111,116,59,1,9708,59,1,8796,105,110,117,115,59,1,10810,108,117,115,59,1,10809,98,59,1,10701,105,109,101,59,1,10811,101,122,105,117,109,59,1,9186,4,3,99,104,116,18098,18111,18116,4,2,114,121,18104,18108,59,3,55349,56521,59,1,1094,99,121,59,1,1115,114,111,107,59,1,359,4,2,105,111,18128,18133,120,116,59,1,8812,104,101,97,100,4,2,108,114,18143,18154,101,102,116,97,114,114,111,119,59,1,8606,105,103,104,116,97,114,114,111,119,59,1,8608,4,18,65,72,97,98,99,100,102,103,104,108,109,111,112,114,115,116,117,119,18204,18209,18214,18234,18250,18268,18292,18308,18319,18343,18379,18397,18413,18504,18547,18553,18584,18603,114,114,59,1,8657,97,114,59,1,10595,4,2,99,114,18220,18230,117,116,101,5,250,1,59,18228,1,250,114,59,1,8593,114,4,2,99,101,18241,18245,121,59,1,1118,118,101,59,1,365,4,2,105,121,18256,18265,114,99,5,251,1,59,18263,1,251,59,1,1091,4,3,97,98,104,18276,18281,18287,114,114,59,1,8645,108,97,99,59,1,369,97,114,59,1,10606,4,2,105,114,18298,18304,115,104,116,59,1,10622,59,3,55349,56626,114,97,118,101,5,249,1,59,18317,1,249,4,2,97,98,18325,18338,114,4,2,108,114,18332,18335,59,1,8639,59,1,8638,108,107,59,1,9600,4,2,99,116,18349,18374,4,2,111,114,18355,18369,114,110,4,2,59,101,18363,18365,1,8988,114,59,1,8988,111,112,59,1,8975,114,105,59,1,9720,4,2,97,108,18385,18390,99,114,59,1,363,5,168,1,59,18395,1,168,4,2,103,112,18403,18408,111,110,59,1,371,102,59,3,55349,56678,4,6,97,100,104,108,115,117,18427,18434,18445,18470,18475,18494,114,114,111,119,59,1,8593,111,119,110,97,114,114,111,119,59,1,8597,97,114,112,111,111,110,4,2,108,114,18457,18463,101,102,116,59,1,8639,105,103,104,116,59,1,8638,117,115,59,1,8846,105,4,3,59,104,108,18484,18486,18489,1,965,59,1,978,111,110,59,1,965,112,97,114,114,111,119,115,59,1,8648,4,3,99,105,116,18512,18537,18542,4,2,111,114,18518,18532,114,110,4,2,59,101,18526,18528,1,8989,114,59,1,8989,111,112,59,1,8974,110,103,59,1,367,114,105,59,1,9721,99,114,59,3,55349,56522,4,3,100,105,114,18561,18566,18572,111,116,59,1,8944,108,100,101,59,1,361,105,4,2,59,102,18579,18581,1,9653,59,1,9652,4,2,97,109,18590,18595,114,114,59,1,8648,108,5,252,1,59,18601,1,252,97,110,103,108,101,59,1,10663,4,15,65,66,68,97,99,100,101,102,108,110,111,112,114,115,122,18643,18648,18661,18667,18847,18851,18857,18904,18909,18915,18931,18937,18943,18949,18996,114,114,59,1,8661,97,114,4,2,59,118,18656,18658,1,10984,59,1,10985,97,115,104,59,1,8872,4,2,110,114,18673,18679,103,114,116,59,1,10652,4,7,101,107,110,112,114,115,116,18695,18704,18711,18720,18742,18754,18810,112,115,105,108,111,110,59,1,1013,97,112,112,97,59,1,1008,111,116,104,105,110,103,59,1,8709,4,3,104,105,114,18728,18732,18735,105,59,1,981,59,1,982,111,112,116,111,59,1,8733,4,2,59,104,18748,18750,1,8597,111,59,1,1009,4,2,105,117,18760,18766,103,109,97,59,1,962,4,2,98,112,18772,18791,115,101,116,110,101,113,4,2,59,113,18784,18787,3,8842,65024,59,3,10955,65024,115,101,116,110,101,113,4,2,59,113,18803,18806,3,8843,65024,59,3,10956,65024,4,2,104,114,18816,18822,101,116,97,59,1,977,105,97,110,103,108,101,4,2,108,114,18834,18840,101,102,116,59,1,8882,105,103,104,116,59,1,8883,121,59,1,1074,97,115,104,59,1,8866,4,3,101,108,114,18865,18884,18890,4,3,59,98,101,18873,18875,18880,1,8744,97,114,59,1,8891,113,59,1,8794,108,105,112,59,1,8942,4,2,98,116,18896,18901,97,114,59,1,124,59,1,124,114,59,3,55349,56627,116,114,105,59,1,8882,115,117,4,2,98,112,18923,18927,59,3,8834,8402,59,3,8835,8402,112,102,59,3,55349,56679,114,111,112,59,1,8733,116,114,105,59,1,8883,4,2,99,117,18955,18960,114,59,3,55349,56523,4,2,98,112,18966,18981,110,4,2,69,101,18973,18977,59,3,10955,65024,59,3,8842,65024,110,4,2,69,101,18988,18992,59,3,10956,65024,59,3,8843,65024,105,103,122,97,103,59,1,10650,4,7,99,101,102,111,112,114,115,19020,19026,19061,19066,19072,19075,19089,105,114,99,59,1,373,4,2,100,105,19032,19055,4,2,98,103,19038,19043,97,114,59,1,10847,101,4,2,59,113,19050,19052,1,8743,59,1,8793,101,114,112,59,1,8472,114,59,3,55349,56628,112,102,59,3,55349,56680,59,1,8472,4,2,59,101,19081,19083,1,8768,97,116,104,59,1,8768,99,114,59,3,55349,56524,4,14,99,100,102,104,105,108,109,110,111,114,115,117,118,119,19125,19146,19152,19157,19173,19176,19192,19197,19202,19236,19252,19269,19286,19291,4,3,97,105,117,19133,19137,19142,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,116,114,105,59,1,9661,114,59,3,55349,56629,4,2,65,97,19163,19168,114,114,59,1,10234,114,114,59,1,10231,59,1,958,4,2,65,97,19182,19187,114,114,59,1,10232,114,114,59,1,10229,97,112,59,1,10236,105,115,59,1,8955,4,3,100,112,116,19210,19215,19230,111,116,59,1,10752,4,2,102,108,19221,19225,59,3,55349,56681,117,115,59,1,10753,105,109,101,59,1,10754,4,2,65,97,19242,19247,114,114,59,1,10233,114,114,59,1,10230,4,2,99,113,19258,19263,114,59,3,55349,56525,99,117,112,59,1,10758,4,2,112,116,19275,19281,108,117,115,59,1,10756,114,105,59,1,9651,101,101,59,1,8897,101,100,103,101,59,1,8896,4,8,97,99,101,102,105,111,115,117,19316,19335,19349,19357,19362,19367,19373,19379,99,4,2,117,121,19323,19332,116,101,5,253,1,59,19330,1,253,59,1,1103,4,2,105,121,19341,19346,114,99,59,1,375,59,1,1099,110,5,165,1,59,19355,1,165,114,59,3,55349,56630,99,121,59,1,1111,112,102,59,3,55349,56682,99,114,59,3,55349,56526,4,2,99,109,19385,19389,121,59,1,1102,108,5,255,1,59,19395,1,255,4,10,97,99,100,101,102,104,105,111,115,119,19419,19426,19441,19446,19462,19467,19472,19480,19486,19492,99,117,116,101,59,1,378,4,2,97,121,19432,19438,114,111,110,59,1,382,59,1,1079,111,116,59,1,380,4,2,101,116,19452,19458,116,114,102,59,1,8488,97,59,1,950,114,59,3,55349,56631,99,121,59,1,1078,103,114,97,114,114,59,1,8669,112,102,59,3,55349,56683,99,114,59,3,55349,56527,4,2,106,110,19498,19501,59,1,8205,106,59,1,8204])),namedEntityData}var tokenizer,hasRequiredTokenizer;function requireTokenizer(){if(hasRequiredTokenizer)return tokenizer;hasRequiredTokenizer=1;const Ra=requirePreprocessor(),qa=requireUnicode(),Ja=requireNamedEntityData(),ed=requireErrorCodes(),td=qa.CODE_POINTS,rd=qa.CODE_POINT_SEQUENCES,od={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376},sd=1,ld=2,cd=4,ud=sd|ld|cd,gd="DATA_STATE",_d="RCDATA_STATE",yd="RAWTEXT_STATE",Ed="SCRIPT_DATA_STATE",Td="PLAINTEXT_STATE",Od="TAG_OPEN_STATE",Ad="END_TAG_OPEN_STATE",Nd="TAG_NAME_STATE",kd="RCDATA_LESS_THAN_SIGN_STATE",Id="RCDATA_END_TAG_OPEN_STATE",Rd="RCDATA_END_TAG_NAME_STATE",Md="RAWTEXT_LESS_THAN_SIGN_STATE",Ld="RAWTEXT_END_TAG_OPEN_STATE",jd="RAWTEXT_END_TAG_NAME_STATE",Pd="SCRIPT_DATA_LESS_THAN_SIGN_STATE",Fd="SCRIPT_DATA_END_TAG_OPEN_STATE",Ud="SCRIPT_DATA_END_TAG_NAME_STATE",Vd="SCRIPT_DATA_ESCAPE_START_STATE",qd="SCRIPT_DATA_ESCAPE_START_DASH_STATE",Wd="SCRIPT_DATA_ESCAPED_STATE",zd="SCRIPT_DATA_ESCAPED_DASH_STATE",Kd="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",Qd="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",hf="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",gf="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",bf="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",kf="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",Cf="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",Ef="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",yf="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",Mf="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",Af="BEFORE_ATTRIBUTE_NAME_STATE",Zd="ATTRIBUTE_NAME_STATE",mf="AFTER_ATTRIBUTE_NAME_STATE",Pf="BEFORE_ATTRIBUTE_VALUE_STATE",Ff="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",Lf="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",jf="ATTRIBUTE_VALUE_UNQUOTED_STATE",xf="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",Nf="SELF_CLOSING_START_TAG_STATE",Bf="BOGUS_COMMENT_STATE",Tf="MARKUP_DECLARATION_OPEN_STATE",wf="COMMENT_START_STATE",Of="COMMENT_START_DASH_STATE",$f="COMMENT_STATE",Wf="COMMENT_LESS_THAN_SIGN_STATE",Kf="COMMENT_LESS_THAN_SIGN_BANG_STATE",Df="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",qf="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",Xf="COMMENT_END_DASH_STATE",hh="COMMENT_END_STATE",Mh="COMMENT_END_BANG_STATE",wh="DOCTYPE_STATE",Bh="BEFORE_DOCTYPE_NAME_STATE",Uh="DOCTYPE_NAME_STATE",oh="AFTER_DOCTYPE_NAME_STATE",Vf="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",Rf="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",Zf="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",Jf="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",Th="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",Ah="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",Gh="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",sm="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",kh="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",Rh="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",jh="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",cm="BOGUS_DOCTYPE_STATE",Tm="CDATA_SECTION_STATE",Fm="CDATA_SECTION_BRACKET_STATE",Gm="CDATA_SECTION_END_STATE",s1="CHARACTER_REFERENCE_STATE",Km="NAMED_CHARACTER_REFERENCE_STATE",v1="AMBIGUOS_AMPERSAND_STATE",h1="NUMERIC_CHARACTER_REFERENCE_STATE",F1="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",M1="DECIMAL_CHARACTER_REFERENCE_START_STATE",E1="HEXADEMICAL_CHARACTER_REFERENCE_STATE",O1="DECIMAL_CHARACTER_REFERENCE_STATE",Hm="NUMERIC_CHARACTER_REFERENCE_END_STATE";function b1(fm){return fm===td.SPACE||fm===td.LINE_FEED||fm===td.TABULATION||fm===td.FORM_FEED}function K1(fm){return fm>=td.DIGIT_0&&fm<=td.DIGIT_9}function I1(fm){return fm>=td.LATIN_CAPITAL_A&&fm<=td.LATIN_CAPITAL_Z}function zf(fm){return fm>=td.LATIN_SMALL_A&&fm<=td.LATIN_SMALL_Z}function Dh(fm){return zf(fm)||I1(fm)}function yh(fm){return Dh(fm)||K1(fm)}function Ih(fm){return fm>=td.LATIN_CAPITAL_A&&fm<=td.LATIN_CAPITAL_F}function Xh(fm){return fm>=td.LATIN_SMALL_A&&fm<=td.LATIN_SMALL_F}function qh(fm){return K1(fm)||Ih(fm)||Xh(fm)}function Zh(fm){return fm+32}function Yh(fm){return fm<=65535?String.fromCharCode(fm):(fm-=65536,String.fromCharCode(fm>>>10&1023|55296)+String.fromCharCode(56320|fm&1023))}function Fh(fm){return String.fromCharCode(Zh(fm))}function zh(fm,uh){const Om=Ja[++fm];let l1=++fm,y1=l1+Om-1;for(;l1<=y1;){const c1=l1+y1>>>1,Pm=Ja[c1];if(Pm<uh)l1=c1+1;else if(Pm>uh)y1=c1-1;else return Ja[c1+Om]}return-1}class om{constructor(){this.preprocessor=new Ra,this.tokenQueue=[],this.allowCDATA=!1,this.state=gd,this.returnState="",this.charRefCode=-1,this.tempBuff=[],this.lastStartTagName="",this.consumedAfterSnapshot=-1,this.active=!1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr=null}_err(){}_errOnNextCodePoint(uh){this._consume(),this._err(uh),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;const uh=this._consume();this._ensureHibernation()||this[this.state](uh)}return this.tokenQueue.shift()}write(uh,Om){this.active=!0,this.preprocessor.write(uh,Om)}insertHtmlAtCurrentPos(uh){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(uh)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:om.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(uh){this.state=uh,this._unconsume()}_consumeSequenceIfMatch(uh,Om,l1){let y1=0,c1=!0;const Pm=uh.length;let C1=0,m1=Om,d1;for(;C1<Pm;C1++){if(C1>0&&(m1=this._consume(),y1++),m1===td.EOF){c1=!1;break}if(d1=uh[C1],m1!==d1&&(l1||m1!==Zh(d1))){c1=!1;break}}if(!c1)for(;y1--;)this._unconsume();return c1}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==rd.SCRIPT_STRING.length)return!1;for(let uh=0;uh<this.tempBuff.length;uh++)if(this.tempBuff[uh]!==rd.SCRIPT_STRING[uh])return!1;return!0}_createStartTagToken(){this.currentToken={type:om.START_TAG_TOKEN,tagName:"",selfClosing:!1,ackSelfClosing:!1,attrs:[]}}_createEndTagToken(){this.currentToken={type:om.END_TAG_TOKEN,tagName:"",selfClosing:!1,attrs:[]}}_createCommentToken(){this.currentToken={type:om.COMMENT_TOKEN,data:""}}_createDoctypeToken(uh){this.currentToken={type:om.DOCTYPE_TOKEN,name:uh,forceQuirks:!1,publicId:null,systemId:null}}_createCharacterToken(uh,Om){this.currentCharacterToken={type:uh,chars:Om}}_createEOFToken(){this.currentToken={type:om.EOF_TOKEN}}_createAttr(uh){this.currentAttr={name:uh,value:""}}_leaveAttrName(uh){om.getTokenAttr(this.currentToken,this.currentAttr.name)===null?this.currentToken.attrs.push(this.currentAttr):this._err(ed.duplicateAttribute),this.state=uh}_leaveAttrValue(uh){this.state=uh}_emitCurrentToken(){this._emitCurrentCharacterToken();const uh=this.currentToken;this.currentToken=null,uh.type===om.START_TAG_TOKEN?this.lastStartTagName=uh.tagName:uh.type===om.END_TAG_TOKEN&&(uh.attrs.length>0&&this._err(ed.endTagWithAttributes),uh.selfClosing&&this._err(ed.endTagWithTrailingSolidus)),this.tokenQueue.push(uh)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(uh,Om){this.currentCharacterToken&&this.currentCharacterToken.type!==uh&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=Om:this._createCharacterToken(uh,Om)}_emitCodePoint(uh){let Om=om.CHARACTER_TOKEN;b1(uh)?Om=om.WHITESPACE_CHARACTER_TOKEN:uh===td.NULL&&(Om=om.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(Om,Yh(uh))}_emitSeveralCodePoints(uh){for(let Om=0;Om<uh.length;Om++)this._emitCodePoint(uh[Om])}_emitChars(uh){this._appendCharToCurrentCharacterToken(om.CHARACTER_TOKEN,uh)}_matchNamedCharacterReference(uh){let Om=null,l1=1,y1=zh(0,uh);for(this.tempBuff.push(uh);y1>-1;){const c1=Ja[y1],Pm=c1<ud;Pm&&c1&sd&&(Om=c1&ld?[Ja[++y1],Ja[++y1]]:[Ja[++y1]],l1=0);const m1=this._consume();if(this.tempBuff.push(m1),l1++,m1===td.EOF)break;Pm?y1=c1&cd?zh(y1,m1):-1:y1=m1===c1?++y1:-1}for(;l1--;)this.tempBuff.pop(),this._unconsume();return Om}_isCharacterReferenceInAttribute(){return this.returnState===Ff||this.returnState===Lf||this.returnState===jf}_isCharacterReferenceAttributeQuirk(uh){if(!uh&&this._isCharacterReferenceInAttribute()){const Om=this._consume();return this._unconsume(),Om===td.EQUALS_SIGN||yh(Om)}return!1}_flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterReferenceInAttribute())for(let uh=0;uh<this.tempBuff.length;uh++)this.currentAttr.value+=Yh(this.tempBuff[uh]);else this._emitSeveralCodePoints(this.tempBuff);this.tempBuff=[]}[gd](uh){this.preprocessor.dropParsedChunk(),uh===td.LESS_THAN_SIGN?this.state=Od:uh===td.AMPERSAND?(this.returnState=gd,this.state=s1):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this._emitCodePoint(uh)):uh===td.EOF?this._emitEOFToken():this._emitCodePoint(uh)}[_d](uh){this.preprocessor.dropParsedChunk(),uh===td.AMPERSAND?(this.returnState=_d,this.state=s1):uh===td.LESS_THAN_SIGN?this.state=kd:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?this._emitEOFToken():this._emitCodePoint(uh)}[yd](uh){this.preprocessor.dropParsedChunk(),uh===td.LESS_THAN_SIGN?this.state=Md:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?this._emitEOFToken():this._emitCodePoint(uh)}[Ed](uh){this.preprocessor.dropParsedChunk(),uh===td.LESS_THAN_SIGN?this.state=Pd:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?this._emitEOFToken():this._emitCodePoint(uh)}[Td](uh){this.preprocessor.dropParsedChunk(),uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?this._emitEOFToken():this._emitCodePoint(uh)}[Od](uh){uh===td.EXCLAMATION_MARK?this.state=Tf:uh===td.SOLIDUS?this.state=Ad:Dh(uh)?(this._createStartTagToken(),this._reconsumeInState(Nd)):uh===td.QUESTION_MARK?(this._err(ed.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(),this._reconsumeInState(Bf)):uh===td.EOF?(this._err(ed.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken()):(this._err(ed.invalidFirstCharacterOfTagName),this._emitChars("<"),this._reconsumeInState(gd))}[Ad](uh){Dh(uh)?(this._createEndTagToken(),this._reconsumeInState(Nd)):uh===td.GREATER_THAN_SIGN?(this._err(ed.missingEndTagName),this.state=gd):uh===td.EOF?(this._err(ed.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken()):(this._err(ed.invalidFirstCharacterOfTagName),this._createCommentToken(),this._reconsumeInState(Bf))}[Nd](uh){b1(uh)?this.state=Af:uh===td.SOLIDUS?this.state=Nf:uh===td.GREATER_THAN_SIGN?(this.state=gd,this._emitCurrentToken()):I1(uh)?this.currentToken.tagName+=Fh(uh):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentToken.tagName+=qa.REPLACEMENT_CHARACTER):uh===td.EOF?(this._err(ed.eofInTag),this._emitEOFToken()):this.currentToken.tagName+=Yh(uh)}[kd](uh){uh===td.SOLIDUS?(this.tempBuff=[],this.state=Id):(this._emitChars("<"),this._reconsumeInState(_d))}[Id](uh){Dh(uh)?(this._createEndTagToken(),this._reconsumeInState(Rd)):(this._emitChars("</"),this._reconsumeInState(_d))}[Rd](uh){if(I1(uh))this.currentToken.tagName+=Fh(uh),this.tempBuff.push(uh);else if(zf(uh))this.currentToken.tagName+=Yh(uh),this.tempBuff.push(uh);else{if(this.lastStartTagName===this.currentToken.tagName){if(b1(uh)){this.state=Af;return}if(uh===td.SOLIDUS){this.state=Nf;return}if(uh===td.GREATER_THAN_SIGN){this.state=gd,this._emitCurrentToken();return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(_d)}}[Md](uh){uh===td.SOLIDUS?(this.tempBuff=[],this.state=Ld):(this._emitChars("<"),this._reconsumeInState(yd))}[Ld](uh){Dh(uh)?(this._createEndTagToken(),this._reconsumeInState(jd)):(this._emitChars("</"),this._reconsumeInState(yd))}[jd](uh){if(I1(uh))this.currentToken.tagName+=Fh(uh),this.tempBuff.push(uh);else if(zf(uh))this.currentToken.tagName+=Yh(uh),this.tempBuff.push(uh);else{if(this.lastStartTagName===this.currentToken.tagName){if(b1(uh)){this.state=Af;return}if(uh===td.SOLIDUS){this.state=Nf;return}if(uh===td.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=gd;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(yd)}}[Pd](uh){uh===td.SOLIDUS?(this.tempBuff=[],this.state=Fd):uh===td.EXCLAMATION_MARK?(this.state=Vd,this._emitChars("<!")):(this._emitChars("<"),this._reconsumeInState(Ed))}[Fd](uh){Dh(uh)?(this._createEndTagToken(),this._reconsumeInState(Ud)):(this._emitChars("</"),this._reconsumeInState(Ed))}[Ud](uh){if(I1(uh))this.currentToken.tagName+=Fh(uh),this.tempBuff.push(uh);else if(zf(uh))this.currentToken.tagName+=Yh(uh),this.tempBuff.push(uh);else{if(this.lastStartTagName===this.currentToken.tagName){if(b1(uh)){this.state=Af;return}else if(uh===td.SOLIDUS){this.state=Nf;return}else if(uh===td.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=gd;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(Ed)}}[Vd](uh){uh===td.HYPHEN_MINUS?(this.state=qd,this._emitChars("-")):this._reconsumeInState(Ed)}[qd](uh){uh===td.HYPHEN_MINUS?(this.state=Kd,this._emitChars("-")):this._reconsumeInState(Ed)}[Wd](uh){uh===td.HYPHEN_MINUS?(this.state=zd,this._emitChars("-")):uh===td.LESS_THAN_SIGN?this.state=Qd:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?(this._err(ed.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(uh)}[zd](uh){uh===td.HYPHEN_MINUS?(this.state=Kd,this._emitChars("-")):uh===td.LESS_THAN_SIGN?this.state=Qd:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.state=Wd,this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?(this._err(ed.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=Wd,this._emitCodePoint(uh))}[Kd](uh){uh===td.HYPHEN_MINUS?this._emitChars("-"):uh===td.LESS_THAN_SIGN?this.state=Qd:uh===td.GREATER_THAN_SIGN?(this.state=Ed,this._emitChars(">")):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.state=Wd,this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?(this._err(ed.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=Wd,this._emitCodePoint(uh))}[Qd](uh){uh===td.SOLIDUS?(this.tempBuff=[],this.state=hf):Dh(uh)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(bf)):(this._emitChars("<"),this._reconsumeInState(Wd))}[hf](uh){Dh(uh)?(this._createEndTagToken(),this._reconsumeInState(gf)):(this._emitChars("</"),this._reconsumeInState(Wd))}[gf](uh){if(I1(uh))this.currentToken.tagName+=Fh(uh),this.tempBuff.push(uh);else if(zf(uh))this.currentToken.tagName+=Yh(uh),this.tempBuff.push(uh);else{if(this.lastStartTagName===this.currentToken.tagName){if(b1(uh)){this.state=Af;return}if(uh===td.SOLIDUS){this.state=Nf;return}if(uh===td.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=gd;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(Wd)}}[bf](uh){b1(uh)||uh===td.SOLIDUS||uh===td.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?kf:Wd,this._emitCodePoint(uh)):I1(uh)?(this.tempBuff.push(Zh(uh)),this._emitCodePoint(uh)):zf(uh)?(this.tempBuff.push(uh),this._emitCodePoint(uh)):this._reconsumeInState(Wd)}[kf](uh){uh===td.HYPHEN_MINUS?(this.state=Cf,this._emitChars("-")):uh===td.LESS_THAN_SIGN?(this.state=yf,this._emitChars("<")):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?(this._err(ed.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(uh)}[Cf](uh){uh===td.HYPHEN_MINUS?(this.state=Ef,this._emitChars("-")):uh===td.LESS_THAN_SIGN?(this.state=yf,this._emitChars("<")):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.state=kf,this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?(this._err(ed.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=kf,this._emitCodePoint(uh))}[Ef](uh){uh===td.HYPHEN_MINUS?this._emitChars("-"):uh===td.LESS_THAN_SIGN?(this.state=yf,this._emitChars("<")):uh===td.GREATER_THAN_SIGN?(this.state=Ed,this._emitChars(">")):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.state=kf,this._emitChars(qa.REPLACEMENT_CHARACTER)):uh===td.EOF?(this._err(ed.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=kf,this._emitCodePoint(uh))}[yf](uh){uh===td.SOLIDUS?(this.tempBuff=[],this.state=Mf,this._emitChars("/")):this._reconsumeInState(kf)}[Mf](uh){b1(uh)||uh===td.SOLIDUS||uh===td.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?Wd:kf,this._emitCodePoint(uh)):I1(uh)?(this.tempBuff.push(Zh(uh)),this._emitCodePoint(uh)):zf(uh)?(this.tempBuff.push(uh),this._emitCodePoint(uh)):this._reconsumeInState(kf)}[Af](uh){b1(uh)||(uh===td.SOLIDUS||uh===td.GREATER_THAN_SIGN||uh===td.EOF?this._reconsumeInState(mf):uh===td.EQUALS_SIGN?(this._err(ed.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=Zd):(this._createAttr(""),this._reconsumeInState(Zd)))}[Zd](uh){b1(uh)||uh===td.SOLIDUS||uh===td.GREATER_THAN_SIGN||uh===td.EOF?(this._leaveAttrName(mf),this._unconsume()):uh===td.EQUALS_SIGN?this._leaveAttrName(Pf):I1(uh)?this.currentAttr.name+=Fh(uh):uh===td.QUOTATION_MARK||uh===td.APOSTROPHE||uh===td.LESS_THAN_SIGN?(this._err(ed.unexpectedCharacterInAttributeName),this.currentAttr.name+=Yh(uh)):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentAttr.name+=qa.REPLACEMENT_CHARACTER):this.currentAttr.name+=Yh(uh)}[mf](uh){b1(uh)||(uh===td.SOLIDUS?this.state=Nf:uh===td.EQUALS_SIGN?this.state=Pf:uh===td.GREATER_THAN_SIGN?(this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(Zd)))}[Pf](uh){b1(uh)||(uh===td.QUOTATION_MARK?this.state=Ff:uh===td.APOSTROPHE?this.state=Lf:uh===td.GREATER_THAN_SIGN?(this._err(ed.missingAttributeValue),this.state=gd,this._emitCurrentToken()):this._reconsumeInState(jf))}[Ff](uh){uh===td.QUOTATION_MARK?this.state=xf:uh===td.AMPERSAND?(this.returnState=Ff,this.state=s1):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentAttr.value+=qa.REPLACEMENT_CHARACTER):uh===td.EOF?(this._err(ed.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Yh(uh)}[Lf](uh){uh===td.APOSTROPHE?this.state=xf:uh===td.AMPERSAND?(this.returnState=Lf,this.state=s1):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentAttr.value+=qa.REPLACEMENT_CHARACTER):uh===td.EOF?(this._err(ed.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Yh(uh)}[jf](uh){b1(uh)?this._leaveAttrValue(Af):uh===td.AMPERSAND?(this.returnState=jf,this.state=s1):uh===td.GREATER_THAN_SIGN?(this._leaveAttrValue(gd),this._emitCurrentToken()):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentAttr.value+=qa.REPLACEMENT_CHARACTER):uh===td.QUOTATION_MARK||uh===td.APOSTROPHE||uh===td.LESS_THAN_SIGN||uh===td.EQUALS_SIGN||uh===td.GRAVE_ACCENT?(this._err(ed.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=Yh(uh)):uh===td.EOF?(this._err(ed.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Yh(uh)}[xf](uh){b1(uh)?this._leaveAttrValue(Af):uh===td.SOLIDUS?this._leaveAttrValue(Nf):uh===td.GREATER_THAN_SIGN?(this._leaveAttrValue(gd),this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInTag),this._emitEOFToken()):(this._err(ed.missingWhitespaceBetweenAttributes),this._reconsumeInState(Af))}[Nf](uh){uh===td.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInTag),this._emitEOFToken()):(this._err(ed.unexpectedSolidusInTag),this._reconsumeInState(Af))}[Bf](uh){uh===td.GREATER_THAN_SIGN?(this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._emitCurrentToken(),this._emitEOFToken()):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentToken.data+=qa.REPLACEMENT_CHARACTER):this.currentToken.data+=Yh(uh)}[Tf](uh){this._consumeSequenceIfMatch(rd.DASH_DASH_STRING,uh,!0)?(this._createCommentToken(),this.state=wf):this._consumeSequenceIfMatch(rd.DOCTYPE_STRING,uh,!1)?this.state=wh:this._consumeSequenceIfMatch(rd.CDATA_START_STRING,uh,!0)?this.allowCDATA?this.state=Tm:(this._err(ed.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=Bf):this._ensureHibernation()||(this._err(ed.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(Bf))}[wf](uh){uh===td.HYPHEN_MINUS?this.state=Of:uh===td.GREATER_THAN_SIGN?(this._err(ed.abruptClosingOfEmptyComment),this.state=gd,this._emitCurrentToken()):this._reconsumeInState($f)}[Of](uh){uh===td.HYPHEN_MINUS?this.state=hh:uh===td.GREATER_THAN_SIGN?(this._err(ed.abruptClosingOfEmptyComment),this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState($f))}[$f](uh){uh===td.HYPHEN_MINUS?this.state=Xf:uh===td.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=Wf):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentToken.data+=qa.REPLACEMENT_CHARACTER):uh===td.EOF?(this._err(ed.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=Yh(uh)}[Wf](uh){uh===td.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=Kf):uh===td.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState($f)}[Kf](uh){uh===td.HYPHEN_MINUS?this.state=Df:this._reconsumeInState($f)}[Df](uh){uh===td.HYPHEN_MINUS?this.state=qf:this._reconsumeInState(Xf)}[qf](uh){uh!==td.GREATER_THAN_SIGN&&uh!==td.EOF&&this._err(ed.nestedComment),this._reconsumeInState(hh)}[Xf](uh){uh===td.HYPHEN_MINUS?this.state=hh:uh===td.EOF?(this._err(ed.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState($f))}[hh](uh){uh===td.GREATER_THAN_SIGN?(this.state=gd,this._emitCurrentToken()):uh===td.EXCLAMATION_MARK?this.state=Mh:uh===td.HYPHEN_MINUS?this.currentToken.data+="-":uh===td.EOF?(this._err(ed.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--",this._reconsumeInState($f))}[Mh](uh){uh===td.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=Xf):uh===td.GREATER_THAN_SIGN?(this._err(ed.incorrectlyClosedComment),this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--!",this._reconsumeInState($f))}[wh](uh){b1(uh)?this.state=Bh:uh===td.GREATER_THAN_SIGN?this._reconsumeInState(Bh):uh===td.EOF?(this._err(ed.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(ed.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(Bh))}[Bh](uh){b1(uh)||(I1(uh)?(this._createDoctypeToken(Fh(uh)),this.state=Uh):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this._createDoctypeToken(qa.REPLACEMENT_CHARACTER),this.state=Uh):uh===td.GREATER_THAN_SIGN?(this._err(ed.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=gd):uh===td.EOF?(this._err(ed.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(Yh(uh)),this.state=Uh))}[Uh](uh){b1(uh)?this.state=oh:uh===td.GREATER_THAN_SIGN?(this.state=gd,this._emitCurrentToken()):I1(uh)?this.currentToken.name+=Fh(uh):uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentToken.name+=qa.REPLACEMENT_CHARACTER):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=Yh(uh)}[oh](uh){b1(uh)||(uh===td.GREATER_THAN_SIGN?(this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(rd.PUBLIC_STRING,uh,!1)?this.state=Vf:this._consumeSequenceIfMatch(rd.SYSTEM_STRING,uh,!1)?this.state=Gh:this._ensureHibernation()||(this._err(ed.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(cm)))}[Vf](uh){b1(uh)?this.state=Rf:uh===td.QUOTATION_MARK?(this._err(ed.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=Zf):uh===td.APOSTROPHE?(this._err(ed.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=Jf):uh===td.GREATER_THAN_SIGN?(this._err(ed.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(ed.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(cm))}[Rf](uh){b1(uh)||(uh===td.QUOTATION_MARK?(this.currentToken.publicId="",this.state=Zf):uh===td.APOSTROPHE?(this.currentToken.publicId="",this.state=Jf):uh===td.GREATER_THAN_SIGN?(this._err(ed.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(ed.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(cm)))}[Zf](uh){uh===td.QUOTATION_MARK?this.state=Th:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentToken.publicId+=qa.REPLACEMENT_CHARACTER):uh===td.GREATER_THAN_SIGN?(this._err(ed.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=gd):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=Yh(uh)}[Jf](uh){uh===td.APOSTROPHE?this.state=Th:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentToken.publicId+=qa.REPLACEMENT_CHARACTER):uh===td.GREATER_THAN_SIGN?(this._err(ed.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=gd):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=Yh(uh)}[Th](uh){b1(uh)?this.state=Ah:uh===td.GREATER_THAN_SIGN?(this.state=gd,this._emitCurrentToken()):uh===td.QUOTATION_MARK?(this._err(ed.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=kh):uh===td.APOSTROPHE?(this._err(ed.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=Rh):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(ed.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(cm))}[Ah](uh){b1(uh)||(uh===td.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=gd):uh===td.QUOTATION_MARK?(this.currentToken.systemId="",this.state=kh):uh===td.APOSTROPHE?(this.currentToken.systemId="",this.state=Rh):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(ed.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(cm)))}[Gh](uh){b1(uh)?this.state=sm:uh===td.QUOTATION_MARK?(this._err(ed.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=kh):uh===td.APOSTROPHE?(this._err(ed.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=Rh):uh===td.GREATER_THAN_SIGN?(this._err(ed.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(ed.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(cm))}[sm](uh){b1(uh)||(uh===td.QUOTATION_MARK?(this.currentToken.systemId="",this.state=kh):uh===td.APOSTROPHE?(this.currentToken.systemId="",this.state=Rh):uh===td.GREATER_THAN_SIGN?(this._err(ed.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=gd,this._emitCurrentToken()):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(ed.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(cm)))}[kh](uh){uh===td.QUOTATION_MARK?this.state=jh:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentToken.systemId+=qa.REPLACEMENT_CHARACTER):uh===td.GREATER_THAN_SIGN?(this._err(ed.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=gd):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=Yh(uh)}[Rh](uh){uh===td.APOSTROPHE?this.state=jh:uh===td.NULL?(this._err(ed.unexpectedNullCharacter),this.currentToken.systemId+=qa.REPLACEMENT_CHARACTER):uh===td.GREATER_THAN_SIGN?(this._err(ed.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=gd):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=Yh(uh)}[jh](uh){b1(uh)||(uh===td.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=gd):uh===td.EOF?(this._err(ed.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(ed.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(cm)))}[cm](uh){uh===td.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=gd):uh===td.NULL?this._err(ed.unexpectedNullCharacter):uh===td.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[Tm](uh){uh===td.RIGHT_SQUARE_BRACKET?this.state=Fm:uh===td.EOF?(this._err(ed.eofInCdata),this._emitEOFToken()):this._emitCodePoint(uh)}[Fm](uh){uh===td.RIGHT_SQUARE_BRACKET?this.state=Gm:(this._emitChars("]"),this._reconsumeInState(Tm))}[Gm](uh){uh===td.GREATER_THAN_SIGN?this.state=gd:uh===td.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(Tm))}[s1](uh){this.tempBuff=[td.AMPERSAND],uh===td.NUMBER_SIGN?(this.tempBuff.push(uh),this.state=h1):yh(uh)?this._reconsumeInState(Km):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[Km](uh){const Om=this._matchNamedCharacterReference(uh);if(this._ensureHibernation())this.tempBuff=[td.AMPERSAND];else if(Om){const l1=this.tempBuff[this.tempBuff.length-1]===td.SEMICOLON;this._isCharacterReferenceAttributeQuirk(l1)||(l1||this._errOnNextCodePoint(ed.missingSemicolonAfterCharacterReference),this.tempBuff=Om),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=v1}[v1](uh){yh(uh)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=Yh(uh):this._emitCodePoint(uh):(uh===td.SEMICOLON&&this._err(ed.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[h1](uh){this.charRefCode=0,uh===td.LATIN_SMALL_X||uh===td.LATIN_CAPITAL_X?(this.tempBuff.push(uh),this.state=F1):this._reconsumeInState(M1)}[F1](uh){qh(uh)?this._reconsumeInState(E1):(this._err(ed.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[M1](uh){K1(uh)?this._reconsumeInState(O1):(this._err(ed.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[E1](uh){Ih(uh)?this.charRefCode=this.charRefCode*16+uh-55:Xh(uh)?this.charRefCode=this.charRefCode*16+uh-87:K1(uh)?this.charRefCode=this.charRefCode*16+uh-48:uh===td.SEMICOLON?this.state=Hm:(this._err(ed.missingSemicolonAfterCharacterReference),this._reconsumeInState(Hm))}[O1](uh){K1(uh)?this.charRefCode=this.charRefCode*10+uh-48:uh===td.SEMICOLON?this.state=Hm:(this._err(ed.missingSemicolonAfterCharacterReference),this._reconsumeInState(Hm))}[Hm](){if(this.charRefCode===td.NULL)this._err(ed.nullCharacterReference),this.charRefCode=td.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(ed.characterReferenceOutsideUnicodeRange),this.charRefCode=td.REPLACEMENT_CHARACTER;else if(qa.isSurrogate(this.charRefCode))this._err(ed.surrogateCharacterReference),this.charRefCode=td.REPLACEMENT_CHARACTER;else if(qa.isUndefinedCodePoint(this.charRefCode))this._err(ed.noncharacterCharacterReference);else if(qa.isControlCodePoint(this.charRefCode)||this.charRefCode===td.CARRIAGE_RETURN){this._err(ed.controlCharacterReference);const uh=od[this.charRefCode];uh&&(this.charRefCode=uh)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}return om.CHARACTER_TOKEN="CHARACTER_TOKEN",om.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",om.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",om.START_TAG_TOKEN="START_TAG_TOKEN",om.END_TAG_TOKEN="END_TAG_TOKEN",om.COMMENT_TOKEN="COMMENT_TOKEN",om.DOCTYPE_TOKEN="DOCTYPE_TOKEN",om.EOF_TOKEN="EOF_TOKEN",om.HIBERNATION_TOKEN="HIBERNATION_TOKEN",om.MODE={DATA:gd,RCDATA:_d,RAWTEXT:yd,SCRIPT_DATA:Ed,PLAINTEXT:Td},om.getTokenAttr=function(fm,uh){for(let Om=fm.attrs.length-1;Om>=0;Om--)if(fm.attrs[Om].name===uh)return fm.attrs[Om].value;return null},tokenizer=om,tokenizer}var html={},hasRequiredHtml;function requireHtml(){if(hasRequiredHtml)return html;hasRequiredHtml=1;const Ra=html.NAMESPACES={HTML:"http://www.w3.org/1999/xhtml",MATHML:"http://www.w3.org/1998/Math/MathML",SVG:"http://www.w3.org/2000/svg",XLINK:"http://www.w3.org/1999/xlink",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"};html.ATTRS={TYPE:"type",ACTION:"action",ENCODING:"encoding",PROMPT:"prompt",NAME:"name",COLOR:"color",FACE:"face",SIZE:"size"},html.DOCUMENT_MODE={NO_QUIRKS:"no-quirks",QUIRKS:"quirks",LIMITED_QUIRKS:"limited-quirks"};const qa=html.TAG_NAMES={A:"a",ADDRESS:"address",ANNOTATION_XML:"annotation-xml",APPLET:"applet",AREA:"area",ARTICLE:"article",ASIDE:"aside",B:"b",BASE:"base",BASEFONT:"basefont",BGSOUND:"bgsound",BIG:"big",BLOCKQUOTE:"blockquote",BODY:"body",BR:"br",BUTTON:"button",CAPTION:"caption",CENTER:"center",CODE:"code",COL:"col",COLGROUP:"colgroup",DD:"dd",DESC:"desc",DETAILS:"details",DIALOG:"dialog",DIR:"dir",DIV:"div",DL:"dl",DT:"dt",EM:"em",EMBED:"embed",FIELDSET:"fieldset",FIGCAPTION:"figcaption",FIGURE:"figure",FONT:"font",FOOTER:"footer",FOREIGN_OBJECT:"foreignObject",FORM:"form",FRAME:"frame",FRAMESET:"frameset",H1:"h1",H2:"h2",H3:"h3",H4:"h4",H5:"h5",H6:"h6",HEAD:"head",HEADER:"header",HGROUP:"hgroup",HR:"hr",HTML:"html",I:"i",IMG:"img",IMAGE:"image",INPUT:"input",IFRAME:"iframe",KEYGEN:"keygen",LABEL:"label",LI:"li",LINK:"link",LISTING:"listing",MAIN:"main",MALIGNMARK:"malignmark",MARQUEE:"marquee",MATH:"math",MENU:"menu",META:"meta",MGLYPH:"mglyph",MI:"mi",MO:"mo",MN:"mn",MS:"ms",MTEXT:"mtext",NAV:"nav",NOBR:"nobr",NOFRAMES:"noframes",NOEMBED:"noembed",NOSCRIPT:"noscript",OBJECT:"object",OL:"ol",OPTGROUP:"optgroup",OPTION:"option",P:"p",PARAM:"param",PLAINTEXT:"plaintext",PRE:"pre",RB:"rb",RP:"rp",RT:"rt",RTC:"rtc",RUBY:"ruby",S:"s",SCRIPT:"script",SECTION:"section",SELECT:"select",SOURCE:"source",SMALL:"small",SPAN:"span",STRIKE:"strike",STRONG:"strong",STYLE:"style",SUB:"sub",SUMMARY:"summary",SUP:"sup",TABLE:"table",TBODY:"tbody",TEMPLATE:"template",TEXTAREA:"textarea",TFOOT:"tfoot",TD:"td",TH:"th",THEAD:"thead",TITLE:"title",TR:"tr",TRACK:"track",TT:"tt",U:"u",UL:"ul",SVG:"svg",VAR:"var",WBR:"wbr",XMP:"xmp"};return html.SPECIAL_ELEMENTS={[Ra.HTML]:{[qa.ADDRESS]:!0,[qa.APPLET]:!0,[qa.AREA]:!0,[qa.ARTICLE]:!0,[qa.ASIDE]:!0,[qa.BASE]:!0,[qa.BASEFONT]:!0,[qa.BGSOUND]:!0,[qa.BLOCKQUOTE]:!0,[qa.BODY]:!0,[qa.BR]:!0,[qa.BUTTON]:!0,[qa.CAPTION]:!0,[qa.CENTER]:!0,[qa.COL]:!0,[qa.COLGROUP]:!0,[qa.DD]:!0,[qa.DETAILS]:!0,[qa.DIR]:!0,[qa.DIV]:!0,[qa.DL]:!0,[qa.DT]:!0,[qa.EMBED]:!0,[qa.FIELDSET]:!0,[qa.FIGCAPTION]:!0,[qa.FIGURE]:!0,[qa.FOOTER]:!0,[qa.FORM]:!0,[qa.FRAME]:!0,[qa.FRAMESET]:!0,[qa.H1]:!0,[qa.H2]:!0,[qa.H3]:!0,[qa.H4]:!0,[qa.H5]:!0,[qa.H6]:!0,[qa.HEAD]:!0,[qa.HEADER]:!0,[qa.HGROUP]:!0,[qa.HR]:!0,[qa.HTML]:!0,[qa.IFRAME]:!0,[qa.IMG]:!0,[qa.INPUT]:!0,[qa.LI]:!0,[qa.LINK]:!0,[qa.LISTING]:!0,[qa.MAIN]:!0,[qa.MARQUEE]:!0,[qa.MENU]:!0,[qa.META]:!0,[qa.NAV]:!0,[qa.NOEMBED]:!0,[qa.NOFRAMES]:!0,[qa.NOSCRIPT]:!0,[qa.OBJECT]:!0,[qa.OL]:!0,[qa.P]:!0,[qa.PARAM]:!0,[qa.PLAINTEXT]:!0,[qa.PRE]:!0,[qa.SCRIPT]:!0,[qa.SECTION]:!0,[qa.SELECT]:!0,[qa.SOURCE]:!0,[qa.STYLE]:!0,[qa.SUMMARY]:!0,[qa.TABLE]:!0,[qa.TBODY]:!0,[qa.TD]:!0,[qa.TEMPLATE]:!0,[qa.TEXTAREA]:!0,[qa.TFOOT]:!0,[qa.TH]:!0,[qa.THEAD]:!0,[qa.TITLE]:!0,[qa.TR]:!0,[qa.TRACK]:!0,[qa.UL]:!0,[qa.WBR]:!0,[qa.XMP]:!0},[Ra.MATHML]:{[qa.MI]:!0,[qa.MO]:!0,[qa.MN]:!0,[qa.MS]:!0,[qa.MTEXT]:!0,[qa.ANNOTATION_XML]:!0},[Ra.SVG]:{[qa.TITLE]:!0,[qa.FOREIGN_OBJECT]:!0,[qa.DESC]:!0}},html}var openElementStack,hasRequiredOpenElementStack;function requireOpenElementStack(){if(hasRequiredOpenElementStack)return openElementStack;hasRequiredOpenElementStack=1;const Ra=requireHtml(),qa=Ra.TAG_NAMES,Ja=Ra.NAMESPACES;function ed(sd){switch(sd.length){case 1:return sd===qa.P;case 2:return sd===qa.RB||sd===qa.RP||sd===qa.RT||sd===qa.DD||sd===qa.DT||sd===qa.LI;case 3:return sd===qa.RTC;case 6:return sd===qa.OPTION;case 8:return sd===qa.OPTGROUP}return!1}function td(sd){switch(sd.length){case 1:return sd===qa.P;case 2:return sd===qa.RB||sd===qa.RP||sd===qa.RT||sd===qa.DD||sd===qa.DT||sd===qa.LI||sd===qa.TD||sd===qa.TH||sd===qa.TR;case 3:return sd===qa.RTC;case 5:return sd===qa.TBODY||sd===qa.TFOOT||sd===qa.THEAD;case 6:return sd===qa.OPTION;case 7:return sd===qa.CAPTION;case 8:return sd===qa.OPTGROUP||sd===qa.COLGROUP}return!1}function rd(sd,ld){switch(sd.length){case 2:if(sd===qa.TD||sd===qa.TH)return ld===Ja.HTML;if(sd===qa.MI||sd===qa.MO||sd===qa.MN||sd===qa.MS)return ld===Ja.MATHML;break;case 4:if(sd===qa.HTML)return ld===Ja.HTML;if(sd===qa.DESC)return ld===Ja.SVG;break;case 5:if(sd===qa.TABLE)return ld===Ja.HTML;if(sd===qa.MTEXT)return ld===Ja.MATHML;if(sd===qa.TITLE)return ld===Ja.SVG;break;case 6:return(sd===qa.APPLET||sd===qa.OBJECT)&&ld===Ja.HTML;case 7:return(sd===qa.CAPTION||sd===qa.MARQUEE)&&ld===Ja.HTML;case 8:return sd===qa.TEMPLATE&&ld===Ja.HTML;case 13:return sd===qa.FOREIGN_OBJECT&&ld===Ja.SVG;case 14:return sd===qa.ANNOTATION_XML&&ld===Ja.MATHML}return!1}class od{constructor(ld,cd){this.stackTop=-1,this.items=[],this.current=ld,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=cd}_indexOf(ld){let cd=-1;for(let ud=this.stackTop;ud>=0;ud--)if(this.items[ud]===ld){cd=ud;break}return cd}_isInTemplate(){return this.currentTagName===qa.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===Ja.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagName=this.current&&this.treeAdapter.getTagName(this.current),this.currentTmplContent=this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):null}push(ld){this.items[++this.stackTop]=ld,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(ld,cd){const ud=this._indexOf(ld);this.items[ud]=cd,ud===this.stackTop&&this._updateCurrentElement()}insertAfter(ld,cd){const ud=this._indexOf(ld)+1;this.items.splice(ud,0,cd),ud===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(ld){for(;this.stackTop>-1;){const cd=this.currentTagName,ud=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),cd===ld&&ud===Ja.HTML)break}}popUntilElementPopped(ld){for(;this.stackTop>-1;){const cd=this.current;if(this.pop(),cd===ld)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){const ld=this.currentTagName,cd=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),ld===qa.H1||ld===qa.H2||ld===qa.H3||ld===qa.H4||ld===qa.H5||ld===qa.H6&&cd===Ja.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){const ld=this.currentTagName,cd=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),ld===qa.TD||ld===qa.TH&&cd===Ja.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==qa.TABLE&&this.currentTagName!==qa.TEMPLATE&&this.currentTagName!==qa.HTML||this.treeAdapter.getNamespaceURI(this.current)!==Ja.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==qa.TBODY&&this.currentTagName!==qa.TFOOT&&this.currentTagName!==qa.THEAD&&this.currentTagName!==qa.TEMPLATE&&this.currentTagName!==qa.HTML||this.treeAdapter.getNamespaceURI(this.current)!==Ja.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==qa.TR&&this.currentTagName!==qa.TEMPLATE&&this.currentTagName!==qa.HTML||this.treeAdapter.getNamespaceURI(this.current)!==Ja.HTML;)this.pop()}remove(ld){for(let cd=this.stackTop;cd>=0;cd--)if(this.items[cd]===ld){this.items.splice(cd,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){const ld=this.items[1];return ld&&this.treeAdapter.getTagName(ld)===qa.BODY?ld:null}contains(ld){return this._indexOf(ld)>-1}getCommonAncestor(ld){let cd=this._indexOf(ld);return--cd>=0?this.items[cd]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.currentTagName===qa.HTML}hasInScope(ld){for(let cd=this.stackTop;cd>=0;cd--){const ud=this.treeAdapter.getTagName(this.items[cd]),gd=this.treeAdapter.getNamespaceURI(this.items[cd]);if(ud===ld&&gd===Ja.HTML)return!0;if(rd(ud,gd))return!1}return!0}hasNumberedHeaderInScope(){for(let ld=this.stackTop;ld>=0;ld--){const cd=this.treeAdapter.getTagName(this.items[ld]),ud=this.treeAdapter.getNamespaceURI(this.items[ld]);if((cd===qa.H1||cd===qa.H2||cd===qa.H3||cd===qa.H4||cd===qa.H5||cd===qa.H6)&&ud===Ja.HTML)return!0;if(rd(cd,ud))return!1}return!0}hasInListItemScope(ld){for(let cd=this.stackTop;cd>=0;cd--){const ud=this.treeAdapter.getTagName(this.items[cd]),gd=this.treeAdapter.getNamespaceURI(this.items[cd]);if(ud===ld&&gd===Ja.HTML)return!0;if((ud===qa.UL||ud===qa.OL)&&gd===Ja.HTML||rd(ud,gd))return!1}return!0}hasInButtonScope(ld){for(let cd=this.stackTop;cd>=0;cd--){const ud=this.treeAdapter.getTagName(this.items[cd]),gd=this.treeAdapter.getNamespaceURI(this.items[cd]);if(ud===ld&&gd===Ja.HTML)return!0;if(ud===qa.BUTTON&&gd===Ja.HTML||rd(ud,gd))return!1}return!0}hasInTableScope(ld){for(let cd=this.stackTop;cd>=0;cd--){const ud=this.treeAdapter.getTagName(this.items[cd]);if(this.treeAdapter.getNamespaceURI(this.items[cd])===Ja.HTML){if(ud===ld)return!0;if(ud===qa.TABLE||ud===qa.TEMPLATE||ud===qa.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let ld=this.stackTop;ld>=0;ld--){const cd=this.treeAdapter.getTagName(this.items[ld]);if(this.treeAdapter.getNamespaceURI(this.items[ld])===Ja.HTML){if(cd===qa.TBODY||cd===qa.THEAD||cd===qa.TFOOT)return!0;if(cd===qa.TABLE||cd===qa.HTML)return!1}}return!0}hasInSelectScope(ld){for(let cd=this.stackTop;cd>=0;cd--){const ud=this.treeAdapter.getTagName(this.items[cd]);if(this.treeAdapter.getNamespaceURI(this.items[cd])===Ja.HTML){if(ud===ld)return!0;if(ud!==qa.OPTION&&ud!==qa.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;ed(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;td(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(ld){for(;ed(this.currentTagName)&&this.currentTagName!==ld;)this.pop()}}return openElementStack=od,openElementStack}var formattingElementList,hasRequiredFormattingElementList;function requireFormattingElementList(){if(hasRequiredFormattingElementList)return formattingElementList;hasRequiredFormattingElementList=1;const Ra=3;class qa{constructor(ed){this.length=0,this.entries=[],this.treeAdapter=ed,this.bookmark=null}_getNoahArkConditionCandidates(ed){const td=[];if(this.length>=Ra){const rd=this.treeAdapter.getAttrList(ed).length,od=this.treeAdapter.getTagName(ed),sd=this.treeAdapter.getNamespaceURI(ed);for(let ld=this.length-1;ld>=0;ld--){const cd=this.entries[ld];if(cd.type===qa.MARKER_ENTRY)break;const ud=cd.element,gd=this.treeAdapter.getAttrList(ud);this.treeAdapter.getTagName(ud)===od&&this.treeAdapter.getNamespaceURI(ud)===sd&&gd.length===rd&&td.push({idx:ld,attrs:gd})}}return td.length<Ra?[]:td}_ensureNoahArkCondition(ed){const td=this._getNoahArkConditionCandidates(ed);let rd=td.length;if(rd){const od=this.treeAdapter.getAttrList(ed),sd=od.length,ld=Object.create(null);for(let cd=0;cd<sd;cd++){const ud=od[cd];ld[ud.name]=ud.value}for(let cd=0;cd<sd;cd++)for(let ud=0;ud<rd;ud++){const gd=td[ud].attrs[cd];if(ld[gd.name]!==gd.value&&(td.splice(ud,1),rd--),td.length<Ra)return}for(let cd=rd-1;cd>=Ra-1;cd--)this.entries.splice(td[cd].idx,1),this.length--}}insertMarker(){this.entries.push({type:qa.MARKER_ENTRY}),this.length++}pushElement(ed,td){this._ensureNoahArkCondition(ed),this.entries.push({type:qa.ELEMENT_ENTRY,element:ed,token:td}),this.length++}insertElementAfterBookmark(ed,td){let rd=this.length-1;for(;rd>=0&&this.entries[rd]!==this.bookmark;rd--);this.entries.splice(rd+1,0,{type:qa.ELEMENT_ENTRY,element:ed,token:td}),this.length++}removeEntry(ed){for(let td=this.length-1;td>=0;td--)if(this.entries[td]===ed){this.entries.splice(td,1),this.length--;break}}clearToLastMarker(){for(;this.length;){const ed=this.entries.pop();if(this.length--,ed.type===qa.MARKER_ENTRY)break}}getElementEntryInScopeWithTagName(ed){for(let td=this.length-1;td>=0;td--){const rd=this.entries[td];if(rd.type===qa.MARKER_ENTRY)return null;if(this.treeAdapter.getTagName(rd.element)===ed)return rd}return null}getElementEntry(ed){for(let td=this.length-1;td>=0;td--){const rd=this.entries[td];if(rd.type===qa.ELEMENT_ENTRY&&rd.element===ed)return rd}return null}}return qa.MARKER_ENTRY="MARKER_ENTRY",qa.ELEMENT_ENTRY="ELEMENT_ENTRY",formattingElementList=qa,formattingElementList}var mixin,hasRequiredMixin;function requireMixin(){if(hasRequiredMixin)return mixin;hasRequiredMixin=1;class Ra{constructor(Ja){const ed={},td=this._getOverriddenMethods(this,ed);for(const rd of Object.keys(td))typeof td[rd]=="function"&&(ed[rd]=Ja[rd],Ja[rd]=td[rd])}_getOverriddenMethods(){throw new Error("Not implemented")}}return Ra.install=function(qa,Ja,ed){qa.__mixins||(qa.__mixins=[]);for(let rd=0;rd<qa.__mixins.length;rd++)if(qa.__mixins[rd].constructor===Ja)return qa.__mixins[rd];const td=new Ja(qa,ed);return qa.__mixins.push(td),td},mixin=Ra,mixin}var preprocessorMixin$1,hasRequiredPreprocessorMixin$1;function requirePreprocessorMixin$1(){if(hasRequiredPreprocessorMixin$1)return preprocessorMixin$1;hasRequiredPreprocessorMixin$1=1;const Ra=requireMixin();class qa extends Ra{constructor(ed){super(ed),this.preprocessor=ed,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.offset=0,this.col=0,this.line=1}_getOverriddenMethods(ed,td){return{advance(){const rd=this.pos+1,od=this.html[rd];return ed.isEol&&(ed.isEol=!1,ed.line++,ed.lineStartPos=rd),(od===`
`||od==="\r"&&this.html[rd+1]!==`
`)&&(ed.isEol=!0),ed.col=rd-ed.lineStartPos+1,ed.offset=ed.droppedBufferSize+rd,td.advance.call(this)},retreat(){td.retreat.call(this),ed.isEol=!1,ed.col=this.pos-ed.lineStartPos+1},dropParsedChunk(){const rd=this.pos;td.dropParsedChunk.call(this);const od=rd-this.pos;ed.lineStartPos-=od,ed.droppedBufferSize+=od,ed.offset=ed.droppedBufferSize+this.pos}}}}return preprocessorMixin$1=qa,preprocessorMixin$1}var tokenizerMixin$1,hasRequiredTokenizerMixin$1;function requireTokenizerMixin$1(){if(hasRequiredTokenizerMixin$1)return tokenizerMixin$1;hasRequiredTokenizerMixin$1=1;const Ra=requireMixin(),qa=requireTokenizer(),Ja=requirePreprocessorMixin$1();class ed extends Ra{constructor(rd){super(rd),this.tokenizer=rd,this.posTracker=Ra.install(rd.preprocessor,Ja),this.currentAttrLocation=null,this.ctLoc=null}_getCurrentLocation(){return{startLine:this.posTracker.line,startCol:this.posTracker.col,startOffset:this.posTracker.offset,endLine:-1,endCol:-1,endOffset:-1}}_attachCurrentAttrLocationInfo(){this.currentAttrLocation.endLine=this.posTracker.line,this.currentAttrLocation.endCol=this.posTracker.col,this.currentAttrLocation.endOffset=this.posTracker.offset;const rd=this.tokenizer.currentToken,od=this.tokenizer.currentAttr;rd.location.attrs||(rd.location.attrs=Object.create(null)),rd.location.attrs[od.name]=this.currentAttrLocation}_getOverriddenMethods(rd,od){const sd={_createStartTagToken(){od._createStartTagToken.call(this),this.currentToken.location=rd.ctLoc},_createEndTagToken(){od._createEndTagToken.call(this),this.currentToken.location=rd.ctLoc},_createCommentToken(){od._createCommentToken.call(this),this.currentToken.location=rd.ctLoc},_createDoctypeToken(ld){od._createDoctypeToken.call(this,ld),this.currentToken.location=rd.ctLoc},_createCharacterToken(ld,cd){od._createCharacterToken.call(this,ld,cd),this.currentCharacterToken.location=rd.ctLoc},_createEOFToken(){od._createEOFToken.call(this),this.currentToken.location=rd._getCurrentLocation()},_createAttr(ld){od._createAttr.call(this,ld),rd.currentAttrLocation=rd._getCurrentLocation()},_leaveAttrName(ld){od._leaveAttrName.call(this,ld),rd._attachCurrentAttrLocationInfo()},_leaveAttrValue(ld){od._leaveAttrValue.call(this,ld),rd._attachCurrentAttrLocationInfo()},_emitCurrentToken(){const ld=this.currentToken.location;this.currentCharacterToken&&(this.currentCharacterToken.location.endLine=ld.startLine,this.currentCharacterToken.location.endCol=ld.startCol,this.currentCharacterToken.location.endOffset=ld.startOffset),this.currentToken.type===qa.EOF_TOKEN?(ld.endLine=ld.startLine,ld.endCol=ld.startCol,ld.endOffset=ld.startOffset):(ld.endLine=rd.posTracker.line,ld.endCol=rd.posTracker.col+1,ld.endOffset=rd.posTracker.offset+1),od._emitCurrentToken.call(this)},_emitCurrentCharacterToken(){const ld=this.currentCharacterToken&&this.currentCharacterToken.location;ld&&ld.endOffset===-1&&(ld.endLine=rd.posTracker.line,ld.endCol=rd.posTracker.col,ld.endOffset=rd.posTracker.offset),od._emitCurrentCharacterToken.call(this)}};return Object.keys(qa.MODE).forEach(ld=>{const cd=qa.MODE[ld];sd[cd]=function(ud){rd.ctLoc=rd._getCurrentLocation(),od[cd].call(this,ud)}}),sd}}return tokenizerMixin$1=ed,tokenizerMixin$1}var openElementStackMixin,hasRequiredOpenElementStackMixin;function requireOpenElementStackMixin(){if(hasRequiredOpenElementStackMixin)return openElementStackMixin;hasRequiredOpenElementStackMixin=1;const Ra=requireMixin();class qa extends Ra{constructor(ed,td){super(ed),this.onItemPop=td.onItemPop}_getOverriddenMethods(ed,td){return{pop(){ed.onItemPop(this.current),td.pop.call(this)},popAllUpToHtmlElement(){for(let rd=this.stackTop;rd>0;rd--)ed.onItemPop(this.items[rd]);td.popAllUpToHtmlElement.call(this)},remove(rd){ed.onItemPop(this.current),td.remove.call(this,rd)}}}}return openElementStackMixin=qa,openElementStackMixin}var parserMixin$1,hasRequiredParserMixin$1;function requireParserMixin$1(){if(hasRequiredParserMixin$1)return parserMixin$1;hasRequiredParserMixin$1=1;const Ra=requireMixin(),qa=requireTokenizer(),Ja=requireTokenizerMixin$1(),ed=requireOpenElementStackMixin(),rd=requireHtml().TAG_NAMES;class od extends Ra{constructor(ld){super(ld),this.parser=ld,this.treeAdapter=this.parser.treeAdapter,this.posTracker=null,this.lastStartTagToken=null,this.lastFosterParentingLocation=null,this.currentToken=null}_setStartLocation(ld){let cd=null;this.lastStartTagToken&&(cd=Object.assign({},this.lastStartTagToken.location),cd.startTag=this.lastStartTagToken.location),this.treeAdapter.setNodeSourceCodeLocation(ld,cd)}_setEndLocation(ld,cd){if(this.treeAdapter.getNodeSourceCodeLocation(ld)&&cd.location){const gd=cd.location,_d=this.treeAdapter.getTagName(ld),yd=cd.type===qa.END_TAG_TOKEN&&_d===cd.tagName,Ed={};yd?(Ed.endTag=Object.assign({},gd),Ed.endLine=gd.endLine,Ed.endCol=gd.endCol,Ed.endOffset=gd.endOffset):(Ed.endLine=gd.startLine,Ed.endCol=gd.startCol,Ed.endOffset=gd.startOffset),this.treeAdapter.updateNodeSourceCodeLocation(ld,Ed)}}_getOverriddenMethods(ld,cd){return{_bootstrap(ud,gd){cd._bootstrap.call(this,ud,gd),ld.lastStartTagToken=null,ld.lastFosterParentingLocation=null,ld.currentToken=null;const _d=Ra.install(this.tokenizer,Ja);ld.posTracker=_d.posTracker,Ra.install(this.openElements,ed,{onItemPop:function(yd){ld._setEndLocation(yd,ld.currentToken)}})},_runParsingLoop(ud){cd._runParsingLoop.call(this,ud);for(let gd=this.openElements.stackTop;gd>=0;gd--)ld._setEndLocation(this.openElements.items[gd],ld.currentToken)},_processTokenInForeignContent(ud){ld.currentToken=ud,cd._processTokenInForeignContent.call(this,ud)},_processToken(ud){if(ld.currentToken=ud,cd._processToken.call(this,ud),ud.type===qa.END_TAG_TOKEN&&(ud.tagName===rd.HTML||ud.tagName===rd.BODY&&this.openElements.hasInScope(rd.BODY)))for(let _d=this.openElements.stackTop;_d>=0;_d--){const yd=this.openElements.items[_d];if(this.treeAdapter.getTagName(yd)===ud.tagName){ld._setEndLocation(yd,ud);break}}},_setDocumentType(ud){cd._setDocumentType.call(this,ud);const gd=this.treeAdapter.getChildNodes(this.document),_d=gd.length;for(let yd=0;yd<_d;yd++){const Ed=gd[yd];if(this.treeAdapter.isDocumentTypeNode(Ed)){this.treeAdapter.setNodeSourceCodeLocation(Ed,ud.location);break}}},_attachElementToTree(ud){ld._setStartLocation(ud),ld.lastStartTagToken=null,cd._attachElementToTree.call(this,ud)},_appendElement(ud,gd){ld.lastStartTagToken=ud,cd._appendElement.call(this,ud,gd)},_insertElement(ud,gd){ld.lastStartTagToken=ud,cd._insertElement.call(this,ud,gd)},_insertTemplate(ud){ld.lastStartTagToken=ud,cd._insertTemplate.call(this,ud);const gd=this.treeAdapter.getTemplateContent(this.openElements.current);this.treeAdapter.setNodeSourceCodeLocation(gd,null)},_insertFakeRootElement(){cd._insertFakeRootElement.call(this),this.treeAdapter.setNodeSourceCodeLocation(this.openElements.current,null)},_appendCommentNode(ud,gd){cd._appendCommentNode.call(this,ud,gd);const _d=this.treeAdapter.getChildNodes(gd),yd=_d[_d.length-1];this.treeAdapter.setNodeSourceCodeLocation(yd,ud.location)},_findFosterParentingLocation(){return ld.lastFosterParentingLocation=cd._findFosterParentingLocation.call(this),ld.lastFosterParentingLocation},_insertCharacters(ud){cd._insertCharacters.call(this,ud);const gd=this._shouldFosterParentOnInsertion(),_d=gd&&ld.lastFosterParentingLocation.parent||this.openElements.currentTmplContent||this.openElements.current,yd=this.treeAdapter.getChildNodes(_d),Ed=gd&&ld.lastFosterParentingLocation.beforeElement?yd.indexOf(ld.lastFosterParentingLocation.beforeElement)-1:yd.length-1,Td=yd[Ed];if(this.treeAdapter.getNodeSourceCodeLocation(Td)){const{endLine:Ad,endCol:Nd,endOffset:kd}=ud.location;this.treeAdapter.updateNodeSourceCodeLocation(Td,{endLine:Ad,endCol:Nd,endOffset:kd})}else this.treeAdapter.setNodeSourceCodeLocation(Td,ud.location)}}}}return parserMixin$1=od,parserMixin$1}var mixinBase,hasRequiredMixinBase;function requireMixinBase(){if(hasRequiredMixinBase)return mixinBase;hasRequiredMixinBase=1;const Ra=requireMixin();class qa extends Ra{constructor(ed,td){super(ed),this.posTracker=null,this.onParseError=td.onParseError}_setErrorLocation(ed){ed.startLine=ed.endLine=this.posTracker.line,ed.startCol=ed.endCol=this.posTracker.col,ed.startOffset=ed.endOffset=this.posTracker.offset}_reportError(ed){const td={code:ed,startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1};this._setErrorLocation(td),this.onParseError(td)}_getOverriddenMethods(ed){return{_err(td){ed._reportError(td)}}}}return mixinBase=qa,mixinBase}var preprocessorMixin,hasRequiredPreprocessorMixin;function requirePreprocessorMixin(){if(hasRequiredPreprocessorMixin)return preprocessorMixin;hasRequiredPreprocessorMixin=1;const Ra=requireMixinBase(),qa=requirePreprocessorMixin$1(),Ja=requireMixin();class ed extends Ra{constructor(rd,od){super(rd,od),this.posTracker=Ja.install(rd,qa),this.lastErrOffset=-1}_reportError(rd){this.lastErrOffset!==this.posTracker.offset&&(this.lastErrOffset=this.posTracker.offset,super._reportError(rd))}}return preprocessorMixin=ed,preprocessorMixin}var tokenizerMixin,hasRequiredTokenizerMixin;function requireTokenizerMixin(){if(hasRequiredTokenizerMixin)return tokenizerMixin;hasRequiredTokenizerMixin=1;const Ra=requireMixinBase(),qa=requirePreprocessorMixin(),Ja=requireMixin();class ed extends Ra{constructor(rd,od){super(rd,od);const sd=Ja.install(rd.preprocessor,qa,od);this.posTracker=sd.posTracker}}return tokenizerMixin=ed,tokenizerMixin}var parserMixin,hasRequiredParserMixin;function requireParserMixin(){if(hasRequiredParserMixin)return parserMixin;hasRequiredParserMixin=1;const Ra=requireMixinBase(),qa=requireTokenizerMixin(),Ja=requireTokenizerMixin$1(),ed=requireMixin();class td extends Ra{constructor(od,sd){super(od,sd),this.opts=sd,this.ctLoc=null,this.locBeforeToken=!1}_setErrorLocation(od){this.ctLoc&&(od.startLine=this.ctLoc.startLine,od.startCol=this.ctLoc.startCol,od.startOffset=this.ctLoc.startOffset,od.endLine=this.locBeforeToken?this.ctLoc.startLine:this.ctLoc.endLine,od.endCol=this.locBeforeToken?this.ctLoc.startCol:this.ctLoc.endCol,od.endOffset=this.locBeforeToken?this.ctLoc.startOffset:this.ctLoc.endOffset)}_getOverriddenMethods(od,sd){return{_bootstrap(ld,cd){sd._bootstrap.call(this,ld,cd),ed.install(this.tokenizer,qa,od.opts),ed.install(this.tokenizer,Ja)},_processInputToken(ld){od.ctLoc=ld.location,sd._processInputToken.call(this,ld)},_err(ld,cd){od.locBeforeToken=cd&&cd.beforeToken,od._reportError(ld)}}}}return parserMixin=td,parserMixin}var _default={},hasRequired_default;function require_default(){if(hasRequired_default)return _default;hasRequired_default=1;const{DOCUMENT_MODE:Ra}=requireHtml();_default.createDocument=function(){return{nodeName:"#document",mode:Ra.NO_QUIRKS,childNodes:[]}},_default.createDocumentFragment=function(){return{nodeName:"#document-fragment",childNodes:[]}},_default.createElement=function(td,rd,od){return{nodeName:td,tagName:td,attrs:od,namespaceURI:rd,childNodes:[],parentNode:null}},_default.createCommentNode=function(td){return{nodeName:"#comment",data:td,parentNode:null}};const qa=function(td){return{nodeName:"#text",value:td,parentNode:null}},Ja=_default.appendChild=function(td,rd){td.childNodes.push(rd),rd.parentNode=td},ed=_default.insertBefore=function(td,rd,od){const sd=td.childNodes.indexOf(od);td.childNodes.splice(sd,0,rd),rd.parentNode=td};return _default.setTemplateContent=function(td,rd){td.content=rd},_default.getTemplateContent=function(td){return td.content},_default.setDocumentType=function(td,rd,od,sd){let ld=null;for(let cd=0;cd<td.childNodes.length;cd++)if(td.childNodes[cd].nodeName==="#documentType"){ld=td.childNodes[cd];break}ld?(ld.name=rd,ld.publicId=od,ld.systemId=sd):Ja(td,{nodeName:"#documentType",name:rd,publicId:od,systemId:sd})},_default.setDocumentMode=function(td,rd){td.mode=rd},_default.getDocumentMode=function(td){return td.mode},_default.detachNode=function(td){if(td.parentNode){const rd=td.parentNode.childNodes.indexOf(td);td.parentNode.childNodes.splice(rd,1),td.parentNode=null}},_default.insertText=function(td,rd){if(td.childNodes.length){const od=td.childNodes[td.childNodes.length-1];if(od.nodeName==="#text"){od.value+=rd;return}}Ja(td,qa(rd))},_default.insertTextBefore=function(td,rd,od){const sd=td.childNodes[td.childNodes.indexOf(od)-1];sd&&sd.nodeName==="#text"?sd.value+=rd:ed(td,qa(rd),od)},_default.adoptAttributes=function(td,rd){const od=[];for(let sd=0;sd<td.attrs.length;sd++)od.push(td.attrs[sd].name);for(let sd=0;sd<rd.length;sd++)od.indexOf(rd[sd].name)===-1&&td.attrs.push(rd[sd])},_default.getFirstChild=function(td){return td.childNodes[0]},_default.getChildNodes=function(td){return td.childNodes},_default.getParentNode=function(td){return td.parentNode},_default.getAttrList=function(td){return td.attrs},_default.getTagName=function(td){return td.tagName},_default.getNamespaceURI=function(td){return td.namespaceURI},_default.getTextNodeContent=function(td){return td.value},_default.getCommentNodeContent=function(td){return td.data},_default.getDocumentTypeNodeName=function(td){return td.name},_default.getDocumentTypeNodePublicId=function(td){return td.publicId},_default.getDocumentTypeNodeSystemId=function(td){return td.systemId},_default.isTextNode=function(td){return td.nodeName==="#text"},_default.isCommentNode=function(td){return td.nodeName==="#comment"},_default.isDocumentTypeNode=function(td){return td.nodeName==="#documentType"},_default.isElementNode=function(td){return!!td.tagName},_default.setNodeSourceCodeLocation=function(td,rd){td.sourceCodeLocation=rd},_default.getNodeSourceCodeLocation=function(td){return td.sourceCodeLocation},_default.updateNodeSourceCodeLocation=function(td,rd){td.sourceCodeLocation=Object.assign(td.sourceCodeLocation,rd)},_default}var mergeOptions,hasRequiredMergeOptions;function requireMergeOptions(){return hasRequiredMergeOptions||(hasRequiredMergeOptions=1,mergeOptions=function(qa,Ja){return Ja=Ja||Object.create(null),[qa,Ja].reduce((ed,td)=>(Object.keys(td).forEach(rd=>{ed[rd]=td[rd]}),ed),Object.create(null))}),mergeOptions}var doctype={},hasRequiredDoctype;function requireDoctype(){if(hasRequiredDoctype)return doctype;hasRequiredDoctype=1;const{DOCUMENT_MODE:Ra}=requireHtml(),qa="html",Ja="about:legacy-compat",ed="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",td=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],rd=td.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),od=["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"],sd=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],ld=sd.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]);function cd(gd){const _d=gd.indexOf('"')!==-1?"'":'"';return _d+gd+_d}function ud(gd,_d){for(let yd=0;yd<_d.length;yd++)if(gd.indexOf(_d[yd])===0)return!0;return!1}return doctype.isConforming=function(gd){return gd.name===qa&&gd.publicId===null&&(gd.systemId===null||gd.systemId===Ja)},doctype.getDocumentMode=function(gd){if(gd.name!==qa)return Ra.QUIRKS;const _d=gd.systemId;if(_d&&_d.toLowerCase()===ed)return Ra.QUIRKS;let yd=gd.publicId;if(yd!==null){if(yd=yd.toLowerCase(),od.indexOf(yd)>-1)return Ra.QUIRKS;let Ed=_d===null?rd:td;if(ud(yd,Ed))return Ra.QUIRKS;if(Ed=_d===null?sd:ld,ud(yd,Ed))return Ra.LIMITED_QUIRKS}return Ra.NO_QUIRKS},doctype.serializeContent=function(gd,_d,yd){let Ed="!DOCTYPE ";return gd&&(Ed+=gd),_d?Ed+=" PUBLIC "+cd(_d):yd&&(Ed+=" SYSTEM"),yd!==null&&(Ed+=" "+cd(yd)),Ed},doctype}var foreignContent={},hasRequiredForeignContent;function requireForeignContent(){if(hasRequiredForeignContent)return foreignContent;hasRequiredForeignContent=1;const Ra=requireTokenizer(),qa=requireHtml(),Ja=qa.TAG_NAMES,ed=qa.NAMESPACES,td=qa.ATTRS,rd={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},od="definitionurl",sd="definitionURL",ld={attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},cd={"xlink:actuate":{prefix:"xlink",name:"actuate",namespace:ed.XLINK},"xlink:arcrole":{prefix:"xlink",name:"arcrole",namespace:ed.XLINK},"xlink:href":{prefix:"xlink",name:"href",namespace:ed.XLINK},"xlink:role":{prefix:"xlink",name:"role",namespace:ed.XLINK},"xlink:show":{prefix:"xlink",name:"show",namespace:ed.XLINK},"xlink:title":{prefix:"xlink",name:"title",namespace:ed.XLINK},"xlink:type":{prefix:"xlink",name:"type",namespace:ed.XLINK},"xml:base":{prefix:"xml",name:"base",namespace:ed.XML},"xml:lang":{prefix:"xml",name:"lang",namespace:ed.XML},"xml:space":{prefix:"xml",name:"space",namespace:ed.XML},xmlns:{prefix:"",name:"xmlns",namespace:ed.XMLNS},"xmlns:xlink":{prefix:"xmlns",name:"xlink",namespace:ed.XMLNS}},ud=foreignContent.SVG_TAG_NAMES_ADJUSTMENT_MAP={altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},gd={[Ja.B]:!0,[Ja.BIG]:!0,[Ja.BLOCKQUOTE]:!0,[Ja.BODY]:!0,[Ja.BR]:!0,[Ja.CENTER]:!0,[Ja.CODE]:!0,[Ja.DD]:!0,[Ja.DIV]:!0,[Ja.DL]:!0,[Ja.DT]:!0,[Ja.EM]:!0,[Ja.EMBED]:!0,[Ja.H1]:!0,[Ja.H2]:!0,[Ja.H3]:!0,[Ja.H4]:!0,[Ja.H5]:!0,[Ja.H6]:!0,[Ja.HEAD]:!0,[Ja.HR]:!0,[Ja.I]:!0,[Ja.IMG]:!0,[Ja.LI]:!0,[Ja.LISTING]:!0,[Ja.MENU]:!0,[Ja.META]:!0,[Ja.NOBR]:!0,[Ja.OL]:!0,[Ja.P]:!0,[Ja.PRE]:!0,[Ja.RUBY]:!0,[Ja.S]:!0,[Ja.SMALL]:!0,[Ja.SPAN]:!0,[Ja.STRONG]:!0,[Ja.STRIKE]:!0,[Ja.SUB]:!0,[Ja.SUP]:!0,[Ja.TABLE]:!0,[Ja.TT]:!0,[Ja.U]:!0,[Ja.UL]:!0,[Ja.VAR]:!0};foreignContent.causesExit=function(Ed){const Td=Ed.tagName;return Td===Ja.FONT&&(Ra.getTokenAttr(Ed,td.COLOR)!==null||Ra.getTokenAttr(Ed,td.SIZE)!==null||Ra.getTokenAttr(Ed,td.FACE)!==null)?!0:gd[Td]},foreignContent.adjustTokenMathMLAttrs=function(Ed){for(let Td=0;Td<Ed.attrs.length;Td++)if(Ed.attrs[Td].name===od){Ed.attrs[Td].name=sd;break}},foreignContent.adjustTokenSVGAttrs=function(Ed){for(let Td=0;Td<Ed.attrs.length;Td++){const Od=ld[Ed.attrs[Td].name];Od&&(Ed.attrs[Td].name=Od)}},foreignContent.adjustTokenXMLAttrs=function(Ed){for(let Td=0;Td<Ed.attrs.length;Td++){const Od=cd[Ed.attrs[Td].name];Od&&(Ed.attrs[Td].prefix=Od.prefix,Ed.attrs[Td].name=Od.name,Ed.attrs[Td].namespace=Od.namespace)}},foreignContent.adjustTokenSVGTagName=function(Ed){const Td=ud[Ed.tagName];Td&&(Ed.tagName=Td)};function _d(Ed,Td){return Td===ed.MATHML&&(Ed===Ja.MI||Ed===Ja.MO||Ed===Ja.MN||Ed===Ja.MS||Ed===Ja.MTEXT)}function yd(Ed,Td,Od){if(Td===ed.MATHML&&Ed===Ja.ANNOTATION_XML){for(let Ad=0;Ad<Od.length;Ad++)if(Od[Ad].name===td.ENCODING){const Nd=Od[Ad].value.toLowerCase();return Nd===rd.TEXT_HTML||Nd===rd.APPLICATION_XML}}return Td===ed.SVG&&(Ed===Ja.FOREIGN_OBJECT||Ed===Ja.DESC||Ed===Ja.TITLE)}return foreignContent.isIntegrationPoint=function(Ed,Td,Od,Ad){return!!((!Ad||Ad===ed.HTML)&&yd(Ed,Td,Od)||(!Ad||Ad===ed.MATHML)&&_d(Ed,Td))},foreignContent}var parser$3,hasRequiredParser$1;function requireParser$1(){if(hasRequiredParser$1)return parser$3;hasRequiredParser$1=1;const Ra=requireTokenizer(),qa=requireOpenElementStack(),Ja=requireFormattingElementList(),ed=requireParserMixin$1(),td=requireParserMixin(),rd=requireMixin(),od=require_default(),sd=requireMergeOptions(),ld=requireDoctype(),cd=requireForeignContent(),ud=requireErrorCodes(),gd=requireUnicode(),_d=requireHtml(),yd=_d.TAG_NAMES,Ed=_d.NAMESPACES,Td=_d.ATTRS,Od={scriptingEnabled:!0,sourceCodeLocationInfo:!1,onParseError:null,treeAdapter:od},Ad="hidden",Nd=8,kd=3,Id="INITIAL_MODE",Rd="BEFORE_HTML_MODE",Md="BEFORE_HEAD_MODE",Ld="IN_HEAD_MODE",jd="IN_HEAD_NO_SCRIPT_MODE",Pd="AFTER_HEAD_MODE",Fd="IN_BODY_MODE",Ud="TEXT_MODE",Vd="IN_TABLE_MODE",qd="IN_TABLE_TEXT_MODE",Wd="IN_CAPTION_MODE",zd="IN_COLUMN_GROUP_MODE",Kd="IN_TABLE_BODY_MODE",Qd="IN_ROW_MODE",hf="IN_CELL_MODE",gf="IN_SELECT_MODE",bf="IN_SELECT_IN_TABLE_MODE",kf="IN_TEMPLATE_MODE",Cf="AFTER_BODY_MODE",Ef="IN_FRAMESET_MODE",yf="AFTER_FRAMESET_MODE",Mf="AFTER_AFTER_BODY_MODE",Af="AFTER_AFTER_FRAMESET_MODE",Zd={[yd.TR]:Qd,[yd.TBODY]:Kd,[yd.THEAD]:Kd,[yd.TFOOT]:Kd,[yd.CAPTION]:Wd,[yd.COLGROUP]:zd,[yd.TABLE]:Vd,[yd.BODY]:Fd,[yd.FRAMESET]:Ef},mf={[yd.CAPTION]:Vd,[yd.COLGROUP]:Vd,[yd.TBODY]:Vd,[yd.TFOOT]:Vd,[yd.THEAD]:Vd,[yd.COL]:zd,[yd.TR]:Kd,[yd.TD]:Qd,[yd.TH]:Qd},Pf={[Id]:{[Ra.CHARACTER_TOKEN]:Mh,[Ra.NULL_CHARACTER_TOKEN]:Mh,[Ra.WHITESPACE_CHARACTER_TOKEN]:Of,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:hh,[Ra.START_TAG_TOKEN]:Mh,[Ra.END_TAG_TOKEN]:Mh,[Ra.EOF_TOKEN]:Mh},[Rd]:{[Ra.CHARACTER_TOKEN]:Uh,[Ra.NULL_CHARACTER_TOKEN]:Uh,[Ra.WHITESPACE_CHARACTER_TOKEN]:Of,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:wh,[Ra.END_TAG_TOKEN]:Bh,[Ra.EOF_TOKEN]:Uh},[Md]:{[Ra.CHARACTER_TOKEN]:Rf,[Ra.NULL_CHARACTER_TOKEN]:Rf,[Ra.WHITESPACE_CHARACTER_TOKEN]:Of,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:$f,[Ra.START_TAG_TOKEN]:oh,[Ra.END_TAG_TOKEN]:Vf,[Ra.EOF_TOKEN]:Rf},[Ld]:{[Ra.CHARACTER_TOKEN]:Th,[Ra.NULL_CHARACTER_TOKEN]:Th,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:$f,[Ra.START_TAG_TOKEN]:Zf,[Ra.END_TAG_TOKEN]:Jf,[Ra.EOF_TOKEN]:Th},[jd]:{[Ra.CHARACTER_TOKEN]:sm,[Ra.NULL_CHARACTER_TOKEN]:sm,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:$f,[Ra.START_TAG_TOKEN]:Ah,[Ra.END_TAG_TOKEN]:Gh,[Ra.EOF_TOKEN]:sm},[Pd]:{[Ra.CHARACTER_TOKEN]:jh,[Ra.NULL_CHARACTER_TOKEN]:jh,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:$f,[Ra.START_TAG_TOKEN]:kh,[Ra.END_TAG_TOKEN]:Rh,[Ra.EOF_TOKEN]:jh},[Fd]:{[Ra.CHARACTER_TOKEN]:Tm,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:cm,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:C1,[Ra.END_TAG_TOKEN]:A0,[Ra.EOF_TOKEN]:_0},[Ud]:{[Ra.CHARACTER_TOKEN]:qf,[Ra.NULL_CHARACTER_TOKEN]:qf,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Of,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:Of,[Ra.END_TAG_TOKEN]:S1,[Ra.EOF_TOKEN]:U0},[Vd]:{[Ra.CHARACTER_TOKEN]:H1,[Ra.NULL_CHARACTER_TOKEN]:H1,[Ra.WHITESPACE_CHARACTER_TOKEN]:H1,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:u1,[Ra.END_TAG_TOKEN]:bg,[Ra.EOF_TOKEN]:_0},[qd]:{[Ra.CHARACTER_TOKEN]:E_,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:c_,[Ra.COMMENT_TOKEN]:yg,[Ra.DOCTYPE_TOKEN]:yg,[Ra.START_TAG_TOKEN]:yg,[Ra.END_TAG_TOKEN]:yg,[Ra.EOF_TOKEN]:yg},[Wd]:{[Ra.CHARACTER_TOKEN]:Tm,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:cm,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:kg,[Ra.END_TAG_TOKEN]:p0,[Ra.EOF_TOKEN]:_0},[zd]:{[Ra.CHARACTER_TOKEN]:ng,[Ra.NULL_CHARACTER_TOKEN]:ng,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:W0,[Ra.END_TAG_TOKEN]:sg,[Ra.EOF_TOKEN]:_0},[Kd]:{[Ra.CHARACTER_TOKEN]:H1,[Ra.NULL_CHARACTER_TOKEN]:H1,[Ra.WHITESPACE_CHARACTER_TOKEN]:H1,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:Yg,[Ra.END_TAG_TOKEN]:_v,[Ra.EOF_TOKEN]:_0},[Qd]:{[Ra.CHARACTER_TOKEN]:H1,[Ra.NULL_CHARACTER_TOKEN]:H1,[Ra.WHITESPACE_CHARACTER_TOKEN]:H1,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:U_,[Ra.END_TAG_TOKEN]:vv,[Ra.EOF_TOKEN]:_0},[hf]:{[Ra.CHARACTER_TOKEN]:Tm,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:cm,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:Zv,[Ra.END_TAG_TOKEN]:H_,[Ra.EOF_TOKEN]:_0},[gf]:{[Ra.CHARACTER_TOKEN]:qf,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:V_,[Ra.END_TAG_TOKEN]:z_,[Ra.EOF_TOKEN]:_0},[bf]:{[Ra.CHARACTER_TOKEN]:qf,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:Ym,[Ra.END_TAG_TOKEN]:Z1,[Ra.EOF_TOKEN]:_0},[kf]:{[Ra.CHARACTER_TOKEN]:Tm,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:cm,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:u_,[Ra.END_TAG_TOKEN]:S_,[Ra.EOF_TOKEN]:T_},[Cf]:{[Ra.CHARACTER_TOKEN]:Eg,[Ra.NULL_CHARACTER_TOKEN]:Eg,[Ra.WHITESPACE_CHARACTER_TOKEN]:cm,[Ra.COMMENT_TOKEN]:Kf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:bv,[Ra.END_TAG_TOKEN]:yv,[Ra.EOF_TOKEN]:Xf},[Ef]:{[Ra.CHARACTER_TOKEN]:Of,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:Ev,[Ra.END_TAG_TOKEN]:q_,[Ra.EOF_TOKEN]:Xf},[yf]:{[Ra.CHARACTER_TOKEN]:Of,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:qf,[Ra.COMMENT_TOKEN]:Wf,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:Y1,[Ra.END_TAG_TOKEN]:G_,[Ra.EOF_TOKEN]:Xf},[Mf]:{[Ra.CHARACTER_TOKEN]:t0,[Ra.NULL_CHARACTER_TOKEN]:t0,[Ra.WHITESPACE_CHARACTER_TOKEN]:cm,[Ra.COMMENT_TOKEN]:Df,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:Og,[Ra.END_TAG_TOKEN]:t0,[Ra.EOF_TOKEN]:Xf},[Af]:{[Ra.CHARACTER_TOKEN]:Of,[Ra.NULL_CHARACTER_TOKEN]:Of,[Ra.WHITESPACE_CHARACTER_TOKEN]:cm,[Ra.COMMENT_TOKEN]:Df,[Ra.DOCTYPE_TOKEN]:Of,[Ra.START_TAG_TOKEN]:ig,[Ra.END_TAG_TOKEN]:Of,[Ra.EOF_TOKEN]:Xf}};class Ff{constructor(sh){this.options=sd(Od,sh),this.treeAdapter=this.options.treeAdapter,this.pendingScript=null,this.options.sourceCodeLocationInfo&&rd.install(this,ed),this.options.onParseError&&rd.install(this,td,{onParseError:this.options.onParseError})}parse(sh){const dh=this.treeAdapter.createDocument();return this._bootstrap(dh,null),this.tokenizer.write(sh,!0),this._runParsingLoop(null),dh}parseFragment(sh,dh){dh||(dh=this.treeAdapter.createElement(yd.TEMPLATE,Ed.HTML,[]));const Vm=this.treeAdapter.createElement("documentmock",Ed.HTML,[]);this._bootstrap(Vm,dh),this.treeAdapter.getTagName(dh)===yd.TEMPLATE&&this._pushTmplInsertionMode(kf),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(sh,!0),this._runParsingLoop(null);const g1=this.treeAdapter.getFirstChild(Vm),R1=this.treeAdapter.createDocumentFragment();return this._adoptNodes(g1,R1),R1}_bootstrap(sh,dh){this.tokenizer=new Ra(this.options),this.stopped=!1,this.insertionMode=Id,this.originalInsertionMode="",this.document=sh,this.fragmentContext=dh,this.headElement=null,this.formElement=null,this.openElements=new qa(this.document,this.treeAdapter),this.activeFormattingElements=new Ja(this.treeAdapter),this.tmplInsertionModeStack=[],this.tmplInsertionModeStackTop=-1,this.currentTmplInsertionMode=null,this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1}_err(){}_runParsingLoop(sh){for(;!this.stopped;){this._setupTokenizerCDATAMode();const dh=this.tokenizer.getNextToken();if(dh.type===Ra.HIBERNATION_TOKEN)break;if(this.skipNextNewLine&&(this.skipNextNewLine=!1,dh.type===Ra.WHITESPACE_CHARACTER_TOKEN&&dh.chars[0]===`
`)){if(dh.chars.length===1)continue;dh.chars=dh.chars.substr(1)}if(this._processInputToken(dh),sh&&this.pendingScript)break}}runParsingLoopForCurrentChunk(sh,dh){if(this._runParsingLoop(dh),dh&&this.pendingScript){const Vm=this.pendingScript;this.pendingScript=null,dh(Vm);return}sh&&sh()}_setupTokenizerCDATAMode(){const sh=this._getAdjustedCurrentElement();this.tokenizer.allowCDATA=sh&&sh!==this.document&&this.treeAdapter.getNamespaceURI(sh)!==Ed.HTML&&!this._isIntegrationPoint(sh)}_switchToTextParsing(sh,dh){this._insertElement(sh,Ed.HTML),this.tokenizer.state=dh,this.originalInsertionMode=this.insertionMode,this.insertionMode=Ud}switchToPlaintextParsing(){this.insertionMode=Ud,this.originalInsertionMode=Fd,this.tokenizer.state=Ra.MODE.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let sh=this.fragmentContext;do{if(this.treeAdapter.getTagName(sh)===yd.FORM){this.formElement=sh;break}sh=this.treeAdapter.getParentNode(sh)}while(sh)}_initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI(this.fragmentContext)===Ed.HTML){const sh=this.treeAdapter.getTagName(this.fragmentContext);sh===yd.TITLE||sh===yd.TEXTAREA?this.tokenizer.state=Ra.MODE.RCDATA:sh===yd.STYLE||sh===yd.XMP||sh===yd.IFRAME||sh===yd.NOEMBED||sh===yd.NOFRAMES||sh===yd.NOSCRIPT?this.tokenizer.state=Ra.MODE.RAWTEXT:sh===yd.SCRIPT?this.tokenizer.state=Ra.MODE.SCRIPT_DATA:sh===yd.PLAINTEXT&&(this.tokenizer.state=Ra.MODE.PLAINTEXT)}}_setDocumentType(sh){const dh=sh.name||"",Vm=sh.publicId||"",g1=sh.systemId||"";this.treeAdapter.setDocumentType(this.document,dh,Vm,g1)}_attachElementToTree(sh){if(this._shouldFosterParentOnInsertion())this._fosterParentElement(sh);else{const dh=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.appendChild(dh,sh)}}_appendElement(sh,dh){const Vm=this.treeAdapter.createElement(sh.tagName,dh,sh.attrs);this._attachElementToTree(Vm)}_insertElement(sh,dh){const Vm=this.treeAdapter.createElement(sh.tagName,dh,sh.attrs);this._attachElementToTree(Vm),this.openElements.push(Vm)}_insertFakeElement(sh){const dh=this.treeAdapter.createElement(sh,Ed.HTML,[]);this._attachElementToTree(dh),this.openElements.push(dh)}_insertTemplate(sh){const dh=this.treeAdapter.createElement(sh.tagName,Ed.HTML,sh.attrs),Vm=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(dh,Vm),this._attachElementToTree(dh),this.openElements.push(dh)}_insertFakeRootElement(){const sh=this.treeAdapter.createElement(yd.HTML,Ed.HTML,[]);this.treeAdapter.appendChild(this.openElements.current,sh),this.openElements.push(sh)}_appendCommentNode(sh,dh){const Vm=this.treeAdapter.createCommentNode(sh.data);this.treeAdapter.appendChild(dh,Vm)}_insertCharacters(sh){if(this._shouldFosterParentOnInsertion())this._fosterParentText(sh.chars);else{const dh=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.insertText(dh,sh.chars)}}_adoptNodes(sh,dh){for(let Vm=this.treeAdapter.getFirstChild(sh);Vm;Vm=this.treeAdapter.getFirstChild(sh))this.treeAdapter.detachNode(Vm),this.treeAdapter.appendChild(dh,Vm)}_shouldProcessTokenInForeignContent(sh){const dh=this._getAdjustedCurrentElement();if(!dh||dh===this.document)return!1;const Vm=this.treeAdapter.getNamespaceURI(dh);if(Vm===Ed.HTML||this.treeAdapter.getTagName(dh)===yd.ANNOTATION_XML&&Vm===Ed.MATHML&&sh.type===Ra.START_TAG_TOKEN&&sh.tagName===yd.SVG)return!1;const g1=sh.type===Ra.CHARACTER_TOKEN||sh.type===Ra.NULL_CHARACTER_TOKEN||sh.type===Ra.WHITESPACE_CHARACTER_TOKEN;return(sh.type===Ra.START_TAG_TOKEN&&sh.tagName!==yd.MGLYPH&&sh.tagName!==yd.MALIGNMARK||g1)&&this._isIntegrationPoint(dh,Ed.MATHML)||(sh.type===Ra.START_TAG_TOKEN||g1)&&this._isIntegrationPoint(dh,Ed.HTML)?!1:sh.type!==Ra.EOF_TOKEN}_processToken(sh){Pf[this.insertionMode][sh.type](this,sh)}_processTokenInBodyMode(sh){Pf[Fd][sh.type](this,sh)}_processTokenInForeignContent(sh){sh.type===Ra.CHARACTER_TOKEN?d_(this,sh):sh.type===Ra.NULL_CHARACTER_TOKEN?c0(this,sh):sh.type===Ra.WHITESPACE_CHARACTER_TOKEN?qf(this,sh):sh.type===Ra.COMMENT_TOKEN?Wf(this,sh):sh.type===Ra.START_TAG_TOKEN?ag(this,sh):sh.type===Ra.END_TAG_TOKEN&&Xg(this,sh)}_processInputToken(sh){this._shouldProcessTokenInForeignContent(sh)?this._processTokenInForeignContent(sh):this._processToken(sh),sh.type===Ra.START_TAG_TOKEN&&sh.selfClosing&&!sh.ackSelfClosing&&this._err(ud.nonVoidHtmlElementStartTagWithTrailingSolidus)}_isIntegrationPoint(sh,dh){const Vm=this.treeAdapter.getTagName(sh),g1=this.treeAdapter.getNamespaceURI(sh),R1=this.treeAdapter.getAttrList(sh);return cd.isIntegrationPoint(Vm,g1,R1,dh)}_reconstructActiveFormattingElements(){const sh=this.activeFormattingElements.length;if(sh){let dh=sh,Vm=null;do if(dh--,Vm=this.activeFormattingElements.entries[dh],Vm.type===Ja.MARKER_ENTRY||this.openElements.contains(Vm.element)){dh++;break}while(dh>0);for(let g1=dh;g1<sh;g1++)Vm=this.activeFormattingElements.entries[g1],this._insertElement(Vm.token,this.treeAdapter.getNamespaceURI(Vm.element)),Vm.element=this.openElements.current}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=Qd}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(yd.P),this.openElements.popUntilTagNamePopped(yd.P)}_resetInsertionMode(){for(let sh=this.openElements.stackTop,dh=!1;sh>=0;sh--){let Vm=this.openElements.items[sh];sh===0&&(dh=!0,this.fragmentContext&&(Vm=this.fragmentContext));const g1=this.treeAdapter.getTagName(Vm),R1=Zd[g1];if(R1){this.insertionMode=R1;break}else if(!dh&&(g1===yd.TD||g1===yd.TH)){this.insertionMode=hf;break}else if(!dh&&g1===yd.HEAD){this.insertionMode=Ld;break}else if(g1===yd.SELECT){this._resetInsertionModeForSelect(sh);break}else if(g1===yd.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}else if(g1===yd.HTML){this.insertionMode=this.headElement?Pd:Md;break}else if(dh){this.insertionMode=Fd;break}}}_resetInsertionModeForSelect(sh){if(sh>0)for(let dh=sh-1;dh>0;dh--){const Vm=this.openElements.items[dh],g1=this.treeAdapter.getTagName(Vm);if(g1===yd.TEMPLATE)break;if(g1===yd.TABLE){this.insertionMode=bf;return}}this.insertionMode=gf}_pushTmplInsertionMode(sh){this.tmplInsertionModeStack.push(sh),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=sh}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(sh){const dh=this.treeAdapter.getTagName(sh);return dh===yd.TABLE||dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD||dh===yd.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){const sh={parent:null,beforeElement:null};for(let dh=this.openElements.stackTop;dh>=0;dh--){const Vm=this.openElements.items[dh],g1=this.treeAdapter.getTagName(Vm),R1=this.treeAdapter.getNamespaceURI(Vm);if(g1===yd.TEMPLATE&&R1===Ed.HTML){sh.parent=this.treeAdapter.getTemplateContent(Vm);break}else if(g1===yd.TABLE){sh.parent=this.treeAdapter.getParentNode(Vm),sh.parent?sh.beforeElement=Vm:sh.parent=this.openElements.items[dh-1];break}}return sh.parent||(sh.parent=this.openElements.items[0]),sh}_fosterParentElement(sh){const dh=this._findFosterParentingLocation();dh.beforeElement?this.treeAdapter.insertBefore(dh.parent,sh,dh.beforeElement):this.treeAdapter.appendChild(dh.parent,sh)}_fosterParentText(sh){const dh=this._findFosterParentingLocation();dh.beforeElement?this.treeAdapter.insertTextBefore(dh.parent,sh,dh.beforeElement):this.treeAdapter.insertText(dh.parent,sh)}_isSpecialElement(sh){const dh=this.treeAdapter.getTagName(sh),Vm=this.treeAdapter.getNamespaceURI(sh);return _d.SPECIAL_ELEMENTS[Vm][dh]}}parser$3=Ff;function Lf(Yf,sh){let dh=Yf.activeFormattingElements.getElementEntryInScopeWithTagName(sh.tagName);return dh?Yf.openElements.contains(dh.element)?Yf.openElements.hasInScope(sh.tagName)||(dh=null):(Yf.activeFormattingElements.removeEntry(dh),dh=null):z1(Yf,sh),dh}function jf(Yf,sh){let dh=null;for(let Vm=Yf.openElements.stackTop;Vm>=0;Vm--){const g1=Yf.openElements.items[Vm];if(g1===sh.element)break;Yf._isSpecialElement(g1)&&(dh=g1)}return dh||(Yf.openElements.popUntilElementPopped(sh.element),Yf.activeFormattingElements.removeEntry(sh)),dh}function xf(Yf,sh,dh){let Vm=sh,g1=Yf.openElements.getCommonAncestor(sh);for(let R1=0,T0=g1;T0!==dh;R1++,T0=g1){g1=Yf.openElements.getCommonAncestor(T0);const cg=Yf.activeFormattingElements.getElementEntry(T0),ug=cg&&R1>=kd;!cg||ug?(ug&&Yf.activeFormattingElements.removeEntry(cg),Yf.openElements.remove(T0)):(T0=Nf(Yf,cg),Vm===sh&&(Yf.activeFormattingElements.bookmark=cg),Yf.treeAdapter.detachNode(Vm),Yf.treeAdapter.appendChild(T0,Vm),Vm=T0)}return Vm}function Nf(Yf,sh){const dh=Yf.treeAdapter.getNamespaceURI(sh.element),Vm=Yf.treeAdapter.createElement(sh.token.tagName,dh,sh.token.attrs);return Yf.openElements.replace(sh.element,Vm),sh.element=Vm,Vm}function Bf(Yf,sh,dh){if(Yf._isElementCausesFosterParenting(sh))Yf._fosterParentElement(dh);else{const Vm=Yf.treeAdapter.getTagName(sh),g1=Yf.treeAdapter.getNamespaceURI(sh);Vm===yd.TEMPLATE&&g1===Ed.HTML&&(sh=Yf.treeAdapter.getTemplateContent(sh)),Yf.treeAdapter.appendChild(sh,dh)}}function Tf(Yf,sh,dh){const Vm=Yf.treeAdapter.getNamespaceURI(dh.element),g1=dh.token,R1=Yf.treeAdapter.createElement(g1.tagName,Vm,g1.attrs);Yf._adoptNodes(sh,R1),Yf.treeAdapter.appendChild(sh,R1),Yf.activeFormattingElements.insertElementAfterBookmark(R1,dh.token),Yf.activeFormattingElements.removeEntry(dh),Yf.openElements.remove(dh.element),Yf.openElements.insertAfter(sh,R1)}function wf(Yf,sh){let dh;for(let Vm=0;Vm<Nd&&(dh=Lf(Yf,sh),!!dh);Vm++){const g1=jf(Yf,dh);if(!g1)break;Yf.activeFormattingElements.bookmark=dh;const R1=xf(Yf,g1,dh.element),T0=Yf.openElements.getCommonAncestor(dh.element);Yf.treeAdapter.detachNode(R1),Bf(Yf,T0,R1),Tf(Yf,g1,dh)}}function Of(){}function $f(Yf){Yf._err(ud.misplacedDoctype)}function Wf(Yf,sh){Yf._appendCommentNode(sh,Yf.openElements.currentTmplContent||Yf.openElements.current)}function Kf(Yf,sh){Yf._appendCommentNode(sh,Yf.openElements.items[0])}function Df(Yf,sh){Yf._appendCommentNode(sh,Yf.document)}function qf(Yf,sh){Yf._insertCharacters(sh)}function Xf(Yf){Yf.stopped=!0}function hh(Yf,sh){Yf._setDocumentType(sh);const dh=sh.forceQuirks?_d.DOCUMENT_MODE.QUIRKS:ld.getDocumentMode(sh);ld.isConforming(sh)||Yf._err(ud.nonConformingDoctype),Yf.treeAdapter.setDocumentMode(Yf.document,dh),Yf.insertionMode=Rd}function Mh(Yf,sh){Yf._err(ud.missingDoctype,{beforeToken:!0}),Yf.treeAdapter.setDocumentMode(Yf.document,_d.DOCUMENT_MODE.QUIRKS),Yf.insertionMode=Rd,Yf._processToken(sh)}function wh(Yf,sh){sh.tagName===yd.HTML?(Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=Md):Uh(Yf,sh)}function Bh(Yf,sh){const dh=sh.tagName;(dh===yd.HTML||dh===yd.HEAD||dh===yd.BODY||dh===yd.BR)&&Uh(Yf,sh)}function Uh(Yf,sh){Yf._insertFakeRootElement(),Yf.insertionMode=Md,Yf._processToken(sh)}function oh(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.HEAD?(Yf._insertElement(sh,Ed.HTML),Yf.headElement=Yf.openElements.current,Yf.insertionMode=Ld):Rf(Yf,sh)}function Vf(Yf,sh){const dh=sh.tagName;dh===yd.HEAD||dh===yd.BODY||dh===yd.HTML||dh===yd.BR?Rf(Yf,sh):Yf._err(ud.endTagWithoutMatchingOpenElement)}function Rf(Yf,sh){Yf._insertFakeElement(yd.HEAD),Yf.headElement=Yf.openElements.current,Yf.insertionMode=Ld,Yf._processToken(sh)}function Zf(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.BASE||dh===yd.BASEFONT||dh===yd.BGSOUND||dh===yd.LINK||dh===yd.META?(Yf._appendElement(sh,Ed.HTML),sh.ackSelfClosing=!0):dh===yd.TITLE?Yf._switchToTextParsing(sh,Ra.MODE.RCDATA):dh===yd.NOSCRIPT?Yf.options.scriptingEnabled?Yf._switchToTextParsing(sh,Ra.MODE.RAWTEXT):(Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=jd):dh===yd.NOFRAMES||dh===yd.STYLE?Yf._switchToTextParsing(sh,Ra.MODE.RAWTEXT):dh===yd.SCRIPT?Yf._switchToTextParsing(sh,Ra.MODE.SCRIPT_DATA):dh===yd.TEMPLATE?(Yf._insertTemplate(sh,Ed.HTML),Yf.activeFormattingElements.insertMarker(),Yf.framesetOk=!1,Yf.insertionMode=kf,Yf._pushTmplInsertionMode(kf)):dh===yd.HEAD?Yf._err(ud.misplacedStartTagForHeadElement):Th(Yf,sh)}function Jf(Yf,sh){const dh=sh.tagName;dh===yd.HEAD?(Yf.openElements.pop(),Yf.insertionMode=Pd):dh===yd.BODY||dh===yd.BR||dh===yd.HTML?Th(Yf,sh):dh===yd.TEMPLATE&&Yf.openElements.tmplCount>0?(Yf.openElements.generateImpliedEndTagsThoroughly(),Yf.openElements.currentTagName!==yd.TEMPLATE&&Yf._err(ud.closingOfElementWithOpenChildElements),Yf.openElements.popUntilTagNamePopped(yd.TEMPLATE),Yf.activeFormattingElements.clearToLastMarker(),Yf._popTmplInsertionMode(),Yf._resetInsertionMode()):Yf._err(ud.endTagWithoutMatchingOpenElement)}function Th(Yf,sh){Yf.openElements.pop(),Yf.insertionMode=Pd,Yf._processToken(sh)}function Ah(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.BASEFONT||dh===yd.BGSOUND||dh===yd.HEAD||dh===yd.LINK||dh===yd.META||dh===yd.NOFRAMES||dh===yd.STYLE?Zf(Yf,sh):dh===yd.NOSCRIPT?Yf._err(ud.nestedNoscriptInHead):sm(Yf,sh)}function Gh(Yf,sh){const dh=sh.tagName;dh===yd.NOSCRIPT?(Yf.openElements.pop(),Yf.insertionMode=Ld):dh===yd.BR?sm(Yf,sh):Yf._err(ud.endTagWithoutMatchingOpenElement)}function sm(Yf,sh){const dh=sh.type===Ra.EOF_TOKEN?ud.openElementsLeftAfterEof:ud.disallowedContentInNoscriptInHead;Yf._err(dh),Yf.openElements.pop(),Yf.insertionMode=Ld,Yf._processToken(sh)}function kh(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.BODY?(Yf._insertElement(sh,Ed.HTML),Yf.framesetOk=!1,Yf.insertionMode=Fd):dh===yd.FRAMESET?(Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=Ef):dh===yd.BASE||dh===yd.BASEFONT||dh===yd.BGSOUND||dh===yd.LINK||dh===yd.META||dh===yd.NOFRAMES||dh===yd.SCRIPT||dh===yd.STYLE||dh===yd.TEMPLATE||dh===yd.TITLE?(Yf._err(ud.abandonedHeadElementChild),Yf.openElements.push(Yf.headElement),Zf(Yf,sh),Yf.openElements.remove(Yf.headElement)):dh===yd.HEAD?Yf._err(ud.misplacedStartTagForHeadElement):jh(Yf,sh)}function Rh(Yf,sh){const dh=sh.tagName;dh===yd.BODY||dh===yd.HTML||dh===yd.BR?jh(Yf,sh):dh===yd.TEMPLATE?Jf(Yf,sh):Yf._err(ud.endTagWithoutMatchingOpenElement)}function jh(Yf,sh){Yf._insertFakeElement(yd.BODY),Yf.insertionMode=Fd,Yf._processToken(sh)}function cm(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf._insertCharacters(sh)}function Tm(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf._insertCharacters(sh),Yf.framesetOk=!1}function Fm(Yf,sh){Yf.openElements.tmplCount===0&&Yf.treeAdapter.adoptAttributes(Yf.openElements.items[0],sh.attrs)}function Gm(Yf,sh){const dh=Yf.openElements.tryPeekProperlyNestedBodyElement();dh&&Yf.openElements.tmplCount===0&&(Yf.framesetOk=!1,Yf.treeAdapter.adoptAttributes(dh,sh.attrs))}function s1(Yf,sh){const dh=Yf.openElements.tryPeekProperlyNestedBodyElement();Yf.framesetOk&&dh&&(Yf.treeAdapter.detachNode(dh),Yf.openElements.popAllUpToHtmlElement(),Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=Ef)}function Km(Yf,sh){Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._insertElement(sh,Ed.HTML)}function v1(Yf,sh){Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement();const dh=Yf.openElements.currentTagName;(dh===yd.H1||dh===yd.H2||dh===yd.H3||dh===yd.H4||dh===yd.H5||dh===yd.H6)&&Yf.openElements.pop(),Yf._insertElement(sh,Ed.HTML)}function h1(Yf,sh){Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._insertElement(sh,Ed.HTML),Yf.skipNextNewLine=!0,Yf.framesetOk=!1}function F1(Yf,sh){const dh=Yf.openElements.tmplCount>0;(!Yf.formElement||dh)&&(Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._insertElement(sh,Ed.HTML),dh||(Yf.formElement=Yf.openElements.current))}function M1(Yf,sh){Yf.framesetOk=!1;const dh=sh.tagName;for(let Vm=Yf.openElements.stackTop;Vm>=0;Vm--){const g1=Yf.openElements.items[Vm],R1=Yf.treeAdapter.getTagName(g1);let T0=null;if(dh===yd.LI&&R1===yd.LI?T0=yd.LI:(dh===yd.DD||dh===yd.DT)&&(R1===yd.DD||R1===yd.DT)&&(T0=R1),T0){Yf.openElements.generateImpliedEndTagsWithExclusion(T0),Yf.openElements.popUntilTagNamePopped(T0);break}if(R1!==yd.ADDRESS&&R1!==yd.DIV&&R1!==yd.P&&Yf._isSpecialElement(g1))break}Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._insertElement(sh,Ed.HTML)}function E1(Yf,sh){Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._insertElement(sh,Ed.HTML),Yf.tokenizer.state=Ra.MODE.PLAINTEXT}function O1(Yf,sh){Yf.openElements.hasInScope(yd.BUTTON)&&(Yf.openElements.generateImpliedEndTags(),Yf.openElements.popUntilTagNamePopped(yd.BUTTON)),Yf._reconstructActiveFormattingElements(),Yf._insertElement(sh,Ed.HTML),Yf.framesetOk=!1}function Hm(Yf,sh){const dh=Yf.activeFormattingElements.getElementEntryInScopeWithTagName(yd.A);dh&&(wf(Yf,sh),Yf.openElements.remove(dh.element),Yf.activeFormattingElements.removeEntry(dh)),Yf._reconstructActiveFormattingElements(),Yf._insertElement(sh,Ed.HTML),Yf.activeFormattingElements.pushElement(Yf.openElements.current,sh)}function b1(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf._insertElement(sh,Ed.HTML),Yf.activeFormattingElements.pushElement(Yf.openElements.current,sh)}function K1(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf.openElements.hasInScope(yd.NOBR)&&(wf(Yf,sh),Yf._reconstructActiveFormattingElements()),Yf._insertElement(sh,Ed.HTML),Yf.activeFormattingElements.pushElement(Yf.openElements.current,sh)}function I1(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf._insertElement(sh,Ed.HTML),Yf.activeFormattingElements.insertMarker(),Yf.framesetOk=!1}function zf(Yf,sh){Yf.treeAdapter.getDocumentMode(Yf.document)!==_d.DOCUMENT_MODE.QUIRKS&&Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._insertElement(sh,Ed.HTML),Yf.framesetOk=!1,Yf.insertionMode=Vd}function Dh(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf._appendElement(sh,Ed.HTML),Yf.framesetOk=!1,sh.ackSelfClosing=!0}function yh(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf._appendElement(sh,Ed.HTML);const dh=Ra.getTokenAttr(sh,Td.TYPE);(!dh||dh.toLowerCase()!==Ad)&&(Yf.framesetOk=!1),sh.ackSelfClosing=!0}function Ih(Yf,sh){Yf._appendElement(sh,Ed.HTML),sh.ackSelfClosing=!0}function Xh(Yf,sh){Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._appendElement(sh,Ed.HTML),Yf.framesetOk=!1,sh.ackSelfClosing=!0}function qh(Yf,sh){sh.tagName=yd.IMG,Dh(Yf,sh)}function Zh(Yf,sh){Yf._insertElement(sh,Ed.HTML),Yf.skipNextNewLine=!0,Yf.tokenizer.state=Ra.MODE.RCDATA,Yf.originalInsertionMode=Yf.insertionMode,Yf.framesetOk=!1,Yf.insertionMode=Ud}function Yh(Yf,sh){Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._reconstructActiveFormattingElements(),Yf.framesetOk=!1,Yf._switchToTextParsing(sh,Ra.MODE.RAWTEXT)}function Fh(Yf,sh){Yf.framesetOk=!1,Yf._switchToTextParsing(sh,Ra.MODE.RAWTEXT)}function zh(Yf,sh){Yf._switchToTextParsing(sh,Ra.MODE.RAWTEXT)}function om(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf._insertElement(sh,Ed.HTML),Yf.framesetOk=!1,Yf.insertionMode===Vd||Yf.insertionMode===Wd||Yf.insertionMode===Kd||Yf.insertionMode===Qd||Yf.insertionMode===hf?Yf.insertionMode=bf:Yf.insertionMode=gf}function fm(Yf,sh){Yf.openElements.currentTagName===yd.OPTION&&Yf.openElements.pop(),Yf._reconstructActiveFormattingElements(),Yf._insertElement(sh,Ed.HTML)}function uh(Yf,sh){Yf.openElements.hasInScope(yd.RUBY)&&Yf.openElements.generateImpliedEndTags(),Yf._insertElement(sh,Ed.HTML)}function Om(Yf,sh){Yf.openElements.hasInScope(yd.RUBY)&&Yf.openElements.generateImpliedEndTagsWithExclusion(yd.RTC),Yf._insertElement(sh,Ed.HTML)}function l1(Yf,sh){Yf.openElements.hasInButtonScope(yd.P)&&Yf._closePElement(),Yf._insertElement(sh,Ed.HTML)}function y1(Yf,sh){Yf._reconstructActiveFormattingElements(),cd.adjustTokenMathMLAttrs(sh),cd.adjustTokenXMLAttrs(sh),sh.selfClosing?Yf._appendElement(sh,Ed.MATHML):Yf._insertElement(sh,Ed.MATHML),sh.ackSelfClosing=!0}function c1(Yf,sh){Yf._reconstructActiveFormattingElements(),cd.adjustTokenSVGAttrs(sh),cd.adjustTokenXMLAttrs(sh),sh.selfClosing?Yf._appendElement(sh,Ed.SVG):Yf._insertElement(sh,Ed.SVG),sh.ackSelfClosing=!0}function Pm(Yf,sh){Yf._reconstructActiveFormattingElements(),Yf._insertElement(sh,Ed.HTML)}function C1(Yf,sh){const dh=sh.tagName;switch(dh.length){case 1:dh===yd.I||dh===yd.S||dh===yd.B||dh===yd.U?b1(Yf,sh):dh===yd.P?Km(Yf,sh):dh===yd.A?Hm(Yf,sh):Pm(Yf,sh);break;case 2:dh===yd.DL||dh===yd.OL||dh===yd.UL?Km(Yf,sh):dh===yd.H1||dh===yd.H2||dh===yd.H3||dh===yd.H4||dh===yd.H5||dh===yd.H6?v1(Yf,sh):dh===yd.LI||dh===yd.DD||dh===yd.DT?M1(Yf,sh):dh===yd.EM||dh===yd.TT?b1(Yf,sh):dh===yd.BR?Dh(Yf,sh):dh===yd.HR?Xh(Yf,sh):dh===yd.RB?uh(Yf,sh):dh===yd.RT||dh===yd.RP?Om(Yf,sh):dh!==yd.TH&&dh!==yd.TD&&dh!==yd.TR&&Pm(Yf,sh);break;case 3:dh===yd.DIV||dh===yd.DIR||dh===yd.NAV?Km(Yf,sh):dh===yd.PRE?h1(Yf,sh):dh===yd.BIG?b1(Yf,sh):dh===yd.IMG||dh===yd.WBR?Dh(Yf,sh):dh===yd.XMP?Yh(Yf,sh):dh===yd.SVG?c1(Yf,sh):dh===yd.RTC?uh(Yf,sh):dh!==yd.COL&&Pm(Yf,sh);break;case 4:dh===yd.HTML?Fm(Yf,sh):dh===yd.BASE||dh===yd.LINK||dh===yd.META?Zf(Yf,sh):dh===yd.BODY?Gm(Yf,sh):dh===yd.MAIN||dh===yd.MENU?Km(Yf,sh):dh===yd.FORM?F1(Yf,sh):dh===yd.CODE||dh===yd.FONT?b1(Yf,sh):dh===yd.NOBR?K1(Yf,sh):dh===yd.AREA?Dh(Yf,sh):dh===yd.MATH?y1(Yf,sh):dh===yd.MENU?l1(Yf,sh):dh!==yd.HEAD&&Pm(Yf,sh);break;case 5:dh===yd.STYLE||dh===yd.TITLE?Zf(Yf,sh):dh===yd.ASIDE?Km(Yf,sh):dh===yd.SMALL?b1(Yf,sh):dh===yd.TABLE?zf(Yf,sh):dh===yd.EMBED?Dh(Yf,sh):dh===yd.INPUT?yh(Yf,sh):dh===yd.PARAM||dh===yd.TRACK?Ih(Yf,sh):dh===yd.IMAGE?qh(Yf,sh):dh!==yd.FRAME&&dh!==yd.TBODY&&dh!==yd.TFOOT&&dh!==yd.THEAD&&Pm(Yf,sh);break;case 6:dh===yd.SCRIPT?Zf(Yf,sh):dh===yd.CENTER||dh===yd.FIGURE||dh===yd.FOOTER||dh===yd.HEADER||dh===yd.HGROUP||dh===yd.DIALOG?Km(Yf,sh):dh===yd.BUTTON?O1(Yf,sh):dh===yd.STRIKE||dh===yd.STRONG?b1(Yf,sh):dh===yd.APPLET||dh===yd.OBJECT?I1(Yf,sh):dh===yd.KEYGEN?Dh(Yf,sh):dh===yd.SOURCE?Ih(Yf,sh):dh===yd.IFRAME?Fh(Yf,sh):dh===yd.SELECT?om(Yf,sh):dh===yd.OPTION?fm(Yf,sh):Pm(Yf,sh);break;case 7:dh===yd.BGSOUND?Zf(Yf,sh):dh===yd.DETAILS||dh===yd.ADDRESS||dh===yd.ARTICLE||dh===yd.SECTION||dh===yd.SUMMARY?Km(Yf,sh):dh===yd.LISTING?h1(Yf,sh):dh===yd.MARQUEE?I1(Yf,sh):dh===yd.NOEMBED?zh(Yf,sh):dh!==yd.CAPTION&&Pm(Yf,sh);break;case 8:dh===yd.BASEFONT?Zf(Yf,sh):dh===yd.FRAMESET?s1(Yf,sh):dh===yd.FIELDSET?Km(Yf,sh):dh===yd.TEXTAREA?Zh(Yf,sh):dh===yd.TEMPLATE?Zf(Yf,sh):dh===yd.NOSCRIPT?Yf.options.scriptingEnabled?zh(Yf,sh):Pm(Yf,sh):dh===yd.OPTGROUP?fm(Yf,sh):dh!==yd.COLGROUP&&Pm(Yf,sh);break;case 9:dh===yd.PLAINTEXT?E1(Yf,sh):Pm(Yf,sh);break;case 10:dh===yd.BLOCKQUOTE||dh===yd.FIGCAPTION?Km(Yf,sh):Pm(Yf,sh);break;default:Pm(Yf,sh)}}function m1(Yf){Yf.openElements.hasInScope(yd.BODY)&&(Yf.insertionMode=Cf)}function d1(Yf,sh){Yf.openElements.hasInScope(yd.BODY)&&(Yf.insertionMode=Cf,Yf._processToken(sh))}function Ch(Yf,sh){const dh=sh.tagName;Yf.openElements.hasInScope(dh)&&(Yf.openElements.generateImpliedEndTags(),Yf.openElements.popUntilTagNamePopped(dh))}function Kh(Yf){const sh=Yf.openElements.tmplCount>0,dh=Yf.formElement;sh||(Yf.formElement=null),(dh||sh)&&Yf.openElements.hasInScope(yd.FORM)&&(Yf.openElements.generateImpliedEndTags(),sh?Yf.openElements.popUntilTagNamePopped(yd.FORM):Yf.openElements.remove(dh))}function Dm(Yf){Yf.openElements.hasInButtonScope(yd.P)||Yf._insertFakeElement(yd.P),Yf._closePElement()}function Um(Yf){Yf.openElements.hasInListItemScope(yd.LI)&&(Yf.openElements.generateImpliedEndTagsWithExclusion(yd.LI),Yf.openElements.popUntilTagNamePopped(yd.LI))}function _m(Yf,sh){const dh=sh.tagName;Yf.openElements.hasInScope(dh)&&(Yf.openElements.generateImpliedEndTagsWithExclusion(dh),Yf.openElements.popUntilTagNamePopped(dh))}function Xm(Yf){Yf.openElements.hasNumberedHeaderInScope()&&(Yf.openElements.generateImpliedEndTags(),Yf.openElements.popUntilNumberedHeaderPopped())}function w1(Yf,sh){const dh=sh.tagName;Yf.openElements.hasInScope(dh)&&(Yf.openElements.generateImpliedEndTags(),Yf.openElements.popUntilTagNamePopped(dh),Yf.activeFormattingElements.clearToLastMarker())}function n0(Yf){Yf._reconstructActiveFormattingElements(),Yf._insertFakeElement(yd.BR),Yf.openElements.pop(),Yf.framesetOk=!1}function z1(Yf,sh){const dh=sh.tagName;for(let Vm=Yf.openElements.stackTop;Vm>0;Vm--){const g1=Yf.openElements.items[Vm];if(Yf.treeAdapter.getTagName(g1)===dh){Yf.openElements.generateImpliedEndTagsWithExclusion(dh),Yf.openElements.popUntilElementPopped(g1);break}if(Yf._isSpecialElement(g1))break}}function A0(Yf,sh){const dh=sh.tagName;switch(dh.length){case 1:dh===yd.A||dh===yd.B||dh===yd.I||dh===yd.S||dh===yd.U?wf(Yf,sh):dh===yd.P?Dm(Yf):z1(Yf,sh);break;case 2:dh===yd.DL||dh===yd.UL||dh===yd.OL?Ch(Yf,sh):dh===yd.LI?Um(Yf):dh===yd.DD||dh===yd.DT?_m(Yf,sh):dh===yd.H1||dh===yd.H2||dh===yd.H3||dh===yd.H4||dh===yd.H5||dh===yd.H6?Xm(Yf):dh===yd.BR?n0(Yf):dh===yd.EM||dh===yd.TT?wf(Yf,sh):z1(Yf,sh);break;case 3:dh===yd.BIG?wf(Yf,sh):dh===yd.DIR||dh===yd.DIV||dh===yd.NAV||dh===yd.PRE?Ch(Yf,sh):z1(Yf,sh);break;case 4:dh===yd.BODY?m1(Yf):dh===yd.HTML?d1(Yf,sh):dh===yd.FORM?Kh(Yf):dh===yd.CODE||dh===yd.FONT||dh===yd.NOBR?wf(Yf,sh):dh===yd.MAIN||dh===yd.MENU?Ch(Yf,sh):z1(Yf,sh);break;case 5:dh===yd.ASIDE?Ch(Yf,sh):dh===yd.SMALL?wf(Yf,sh):z1(Yf,sh);break;case 6:dh===yd.CENTER||dh===yd.FIGURE||dh===yd.FOOTER||dh===yd.HEADER||dh===yd.HGROUP||dh===yd.DIALOG?Ch(Yf,sh):dh===yd.APPLET||dh===yd.OBJECT?w1(Yf,sh):dh===yd.STRIKE||dh===yd.STRONG?wf(Yf,sh):z1(Yf,sh);break;case 7:dh===yd.ADDRESS||dh===yd.ARTICLE||dh===yd.DETAILS||dh===yd.SECTION||dh===yd.SUMMARY||dh===yd.LISTING?Ch(Yf,sh):dh===yd.MARQUEE?w1(Yf,sh):z1(Yf,sh);break;case 8:dh===yd.FIELDSET?Ch(Yf,sh):dh===yd.TEMPLATE?Jf(Yf,sh):z1(Yf,sh);break;case 10:dh===yd.BLOCKQUOTE||dh===yd.FIGCAPTION?Ch(Yf,sh):z1(Yf,sh);break;default:z1(Yf,sh)}}function _0(Yf,sh){Yf.tmplInsertionModeStackTop>-1?T_(Yf,sh):Yf.stopped=!0}function S1(Yf,sh){sh.tagName===yd.SCRIPT&&(Yf.pendingScript=Yf.openElements.current),Yf.openElements.pop(),Yf.insertionMode=Yf.originalInsertionMode}function U0(Yf,sh){Yf._err(ud.eofInElementThatCanContainOnlyText),Yf.openElements.pop(),Yf.insertionMode=Yf.originalInsertionMode,Yf._processToken(sh)}function H1(Yf,sh){const dh=Yf.openElements.currentTagName;dh===yd.TABLE||dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD||dh===yd.TR?(Yf.pendingCharacterTokens=[],Yf.hasNonWhitespacePendingCharacterToken=!1,Yf.originalInsertionMode=Yf.insertionMode,Yf.insertionMode=qd,Yf._processToken(sh)):v0(Yf,sh)}function E0(Yf,sh){Yf.openElements.clearBackToTableContext(),Yf.activeFormattingElements.insertMarker(),Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=Wd}function d0(Yf,sh){Yf.openElements.clearBackToTableContext(),Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=zd}function tg(Yf,sh){Yf.openElements.clearBackToTableContext(),Yf._insertFakeElement(yd.COLGROUP),Yf.insertionMode=zd,Yf._processToken(sh)}function vg(Yf,sh){Yf.openElements.clearBackToTableContext(),Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=Kd}function S0(Yf,sh){Yf.openElements.clearBackToTableContext(),Yf._insertFakeElement(yd.TBODY),Yf.insertionMode=Kd,Yf._processToken(sh)}function rg(Yf,sh){Yf.openElements.hasInTableScope(yd.TABLE)&&(Yf.openElements.popUntilTagNamePopped(yd.TABLE),Yf._resetInsertionMode(),Yf._processToken(sh))}function l_(Yf,sh){const dh=Ra.getTokenAttr(sh,Td.TYPE);dh&&dh.toLowerCase()===Ad?Yf._appendElement(sh,Ed.HTML):v0(Yf,sh),sh.ackSelfClosing=!0}function Kg(Yf,sh){!Yf.formElement&&Yf.openElements.tmplCount===0&&(Yf._insertElement(sh,Ed.HTML),Yf.formElement=Yf.openElements.current,Yf.openElements.pop())}function u1(Yf,sh){const dh=sh.tagName;switch(dh.length){case 2:dh===yd.TD||dh===yd.TH||dh===yd.TR?S0(Yf,sh):v0(Yf,sh);break;case 3:dh===yd.COL?tg(Yf,sh):v0(Yf,sh);break;case 4:dh===yd.FORM?Kg(Yf,sh):v0(Yf,sh);break;case 5:dh===yd.TABLE?rg(Yf,sh):dh===yd.STYLE?Zf(Yf,sh):dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD?vg(Yf,sh):dh===yd.INPUT?l_(Yf,sh):v0(Yf,sh);break;case 6:dh===yd.SCRIPT?Zf(Yf,sh):v0(Yf,sh);break;case 7:dh===yd.CAPTION?E0(Yf,sh):v0(Yf,sh);break;case 8:dh===yd.COLGROUP?d0(Yf,sh):dh===yd.TEMPLATE?Zf(Yf,sh):v0(Yf,sh);break;default:v0(Yf,sh)}}function bg(Yf,sh){const dh=sh.tagName;dh===yd.TABLE?Yf.openElements.hasInTableScope(yd.TABLE)&&(Yf.openElements.popUntilTagNamePopped(yd.TABLE),Yf._resetInsertionMode()):dh===yd.TEMPLATE?Jf(Yf,sh):dh!==yd.BODY&&dh!==yd.CAPTION&&dh!==yd.COL&&dh!==yd.COLGROUP&&dh!==yd.HTML&&dh!==yd.TBODY&&dh!==yd.TD&&dh!==yd.TFOOT&&dh!==yd.TH&&dh!==yd.THEAD&&dh!==yd.TR&&v0(Yf,sh)}function v0(Yf,sh){const dh=Yf.fosterParentingEnabled;Yf.fosterParentingEnabled=!0,Yf._processTokenInBodyMode(sh),Yf.fosterParentingEnabled=dh}function c_(Yf,sh){Yf.pendingCharacterTokens.push(sh)}function E_(Yf,sh){Yf.pendingCharacterTokens.push(sh),Yf.hasNonWhitespacePendingCharacterToken=!0}function yg(Yf,sh){let dh=0;if(Yf.hasNonWhitespacePendingCharacterToken)for(;dh<Yf.pendingCharacterTokens.length;dh++)v0(Yf,Yf.pendingCharacterTokens[dh]);else for(;dh<Yf.pendingCharacterTokens.length;dh++)Yf._insertCharacters(Yf.pendingCharacterTokens[dh]);Yf.insertionMode=Yf.originalInsertionMode,Yf._processToken(sh)}function kg(Yf,sh){const dh=sh.tagName;dh===yd.CAPTION||dh===yd.COL||dh===yd.COLGROUP||dh===yd.TBODY||dh===yd.TD||dh===yd.TFOOT||dh===yd.TH||dh===yd.THEAD||dh===yd.TR?Yf.openElements.hasInTableScope(yd.CAPTION)&&(Yf.openElements.generateImpliedEndTags(),Yf.openElements.popUntilTagNamePopped(yd.CAPTION),Yf.activeFormattingElements.clearToLastMarker(),Yf.insertionMode=Vd,Yf._processToken(sh)):C1(Yf,sh)}function p0(Yf,sh){const dh=sh.tagName;dh===yd.CAPTION||dh===yd.TABLE?Yf.openElements.hasInTableScope(yd.CAPTION)&&(Yf.openElements.generateImpliedEndTags(),Yf.openElements.popUntilTagNamePopped(yd.CAPTION),Yf.activeFormattingElements.clearToLastMarker(),Yf.insertionMode=Vd,dh===yd.TABLE&&Yf._processToken(sh)):dh!==yd.BODY&&dh!==yd.COL&&dh!==yd.COLGROUP&&dh!==yd.HTML&&dh!==yd.TBODY&&dh!==yd.TD&&dh!==yd.TFOOT&&dh!==yd.TH&&dh!==yd.THEAD&&dh!==yd.TR&&A0(Yf,sh)}function W0(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.COL?(Yf._appendElement(sh,Ed.HTML),sh.ackSelfClosing=!0):dh===yd.TEMPLATE?Zf(Yf,sh):ng(Yf,sh)}function sg(Yf,sh){const dh=sh.tagName;dh===yd.COLGROUP?Yf.openElements.currentTagName===yd.COLGROUP&&(Yf.openElements.pop(),Yf.insertionMode=Vd):dh===yd.TEMPLATE?Jf(Yf,sh):dh!==yd.COL&&ng(Yf,sh)}function ng(Yf,sh){Yf.openElements.currentTagName===yd.COLGROUP&&(Yf.openElements.pop(),Yf.insertionMode=Vd,Yf._processToken(sh))}function Yg(Yf,sh){const dh=sh.tagName;dh===yd.TR?(Yf.openElements.clearBackToTableBodyContext(),Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=Qd):dh===yd.TH||dh===yd.TD?(Yf.openElements.clearBackToTableBodyContext(),Yf._insertFakeElement(yd.TR),Yf.insertionMode=Qd,Yf._processToken(sh)):dh===yd.CAPTION||dh===yd.COL||dh===yd.COLGROUP||dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD?Yf.openElements.hasTableBodyContextInTableScope()&&(Yf.openElements.clearBackToTableBodyContext(),Yf.openElements.pop(),Yf.insertionMode=Vd,Yf._processToken(sh)):u1(Yf,sh)}function _v(Yf,sh){const dh=sh.tagName;dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD?Yf.openElements.hasInTableScope(dh)&&(Yf.openElements.clearBackToTableBodyContext(),Yf.openElements.pop(),Yf.insertionMode=Vd):dh===yd.TABLE?Yf.openElements.hasTableBodyContextInTableScope()&&(Yf.openElements.clearBackToTableBodyContext(),Yf.openElements.pop(),Yf.insertionMode=Vd,Yf._processToken(sh)):(dh!==yd.BODY&&dh!==yd.CAPTION&&dh!==yd.COL&&dh!==yd.COLGROUP||dh!==yd.HTML&&dh!==yd.TD&&dh!==yd.TH&&dh!==yd.TR)&&bg(Yf,sh)}function U_(Yf,sh){const dh=sh.tagName;dh===yd.TH||dh===yd.TD?(Yf.openElements.clearBackToTableRowContext(),Yf._insertElement(sh,Ed.HTML),Yf.insertionMode=hf,Yf.activeFormattingElements.insertMarker()):dh===yd.CAPTION||dh===yd.COL||dh===yd.COLGROUP||dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD||dh===yd.TR?Yf.openElements.hasInTableScope(yd.TR)&&(Yf.openElements.clearBackToTableRowContext(),Yf.openElements.pop(),Yf.insertionMode=Kd,Yf._processToken(sh)):u1(Yf,sh)}function vv(Yf,sh){const dh=sh.tagName;dh===yd.TR?Yf.openElements.hasInTableScope(yd.TR)&&(Yf.openElements.clearBackToTableRowContext(),Yf.openElements.pop(),Yf.insertionMode=Kd):dh===yd.TABLE?Yf.openElements.hasInTableScope(yd.TR)&&(Yf.openElements.clearBackToTableRowContext(),Yf.openElements.pop(),Yf.insertionMode=Kd,Yf._processToken(sh)):dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD?(Yf.openElements.hasInTableScope(dh)||Yf.openElements.hasInTableScope(yd.TR))&&(Yf.openElements.clearBackToTableRowContext(),Yf.openElements.pop(),Yf.insertionMode=Kd,Yf._processToken(sh)):(dh!==yd.BODY&&dh!==yd.CAPTION&&dh!==yd.COL&&dh!==yd.COLGROUP||dh!==yd.HTML&&dh!==yd.TD&&dh!==yd.TH)&&bg(Yf,sh)}function Zv(Yf,sh){const dh=sh.tagName;dh===yd.CAPTION||dh===yd.COL||dh===yd.COLGROUP||dh===yd.TBODY||dh===yd.TD||dh===yd.TFOOT||dh===yd.TH||dh===yd.THEAD||dh===yd.TR?(Yf.openElements.hasInTableScope(yd.TD)||Yf.openElements.hasInTableScope(yd.TH))&&(Yf._closeTableCell(),Yf._processToken(sh)):C1(Yf,sh)}function H_(Yf,sh){const dh=sh.tagName;dh===yd.TD||dh===yd.TH?Yf.openElements.hasInTableScope(dh)&&(Yf.openElements.generateImpliedEndTags(),Yf.openElements.popUntilTagNamePopped(dh),Yf.activeFormattingElements.clearToLastMarker(),Yf.insertionMode=Qd):dh===yd.TABLE||dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD||dh===yd.TR?Yf.openElements.hasInTableScope(dh)&&(Yf._closeTableCell(),Yf._processToken(sh)):dh!==yd.BODY&&dh!==yd.CAPTION&&dh!==yd.COL&&dh!==yd.COLGROUP&&dh!==yd.HTML&&A0(Yf,sh)}function V_(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.OPTION?(Yf.openElements.currentTagName===yd.OPTION&&Yf.openElements.pop(),Yf._insertElement(sh,Ed.HTML)):dh===yd.OPTGROUP?(Yf.openElements.currentTagName===yd.OPTION&&Yf.openElements.pop(),Yf.openElements.currentTagName===yd.OPTGROUP&&Yf.openElements.pop(),Yf._insertElement(sh,Ed.HTML)):dh===yd.INPUT||dh===yd.KEYGEN||dh===yd.TEXTAREA||dh===yd.SELECT?Yf.openElements.hasInSelectScope(yd.SELECT)&&(Yf.openElements.popUntilTagNamePopped(yd.SELECT),Yf._resetInsertionMode(),dh!==yd.SELECT&&Yf._processToken(sh)):(dh===yd.SCRIPT||dh===yd.TEMPLATE)&&Zf(Yf,sh)}function z_(Yf,sh){const dh=sh.tagName;if(dh===yd.OPTGROUP){const Vm=Yf.openElements.items[Yf.openElements.stackTop-1],g1=Vm&&Yf.treeAdapter.getTagName(Vm);Yf.openElements.currentTagName===yd.OPTION&&g1===yd.OPTGROUP&&Yf.openElements.pop(),Yf.openElements.currentTagName===yd.OPTGROUP&&Yf.openElements.pop()}else dh===yd.OPTION?Yf.openElements.currentTagName===yd.OPTION&&Yf.openElements.pop():dh===yd.SELECT&&Yf.openElements.hasInSelectScope(yd.SELECT)?(Yf.openElements.popUntilTagNamePopped(yd.SELECT),Yf._resetInsertionMode()):dh===yd.TEMPLATE&&Jf(Yf,sh)}function Ym(Yf,sh){const dh=sh.tagName;dh===yd.CAPTION||dh===yd.TABLE||dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD||dh===yd.TR||dh===yd.TD||dh===yd.TH?(Yf.openElements.popUntilTagNamePopped(yd.SELECT),Yf._resetInsertionMode(),Yf._processToken(sh)):V_(Yf,sh)}function Z1(Yf,sh){const dh=sh.tagName;dh===yd.CAPTION||dh===yd.TABLE||dh===yd.TBODY||dh===yd.TFOOT||dh===yd.THEAD||dh===yd.TR||dh===yd.TD||dh===yd.TH?Yf.openElements.hasInTableScope(dh)&&(Yf.openElements.popUntilTagNamePopped(yd.SELECT),Yf._resetInsertionMode(),Yf._processToken(sh)):z_(Yf,sh)}function u_(Yf,sh){const dh=sh.tagName;if(dh===yd.BASE||dh===yd.BASEFONT||dh===yd.BGSOUND||dh===yd.LINK||dh===yd.META||dh===yd.NOFRAMES||dh===yd.SCRIPT||dh===yd.STYLE||dh===yd.TEMPLATE||dh===yd.TITLE)Zf(Yf,sh);else{const Vm=mf[dh]||Fd;Yf._popTmplInsertionMode(),Yf._pushTmplInsertionMode(Vm),Yf.insertionMode=Vm,Yf._processToken(sh)}}function S_(Yf,sh){sh.tagName===yd.TEMPLATE&&Jf(Yf,sh)}function T_(Yf,sh){Yf.openElements.tmplCount>0?(Yf.openElements.popUntilTagNamePopped(yd.TEMPLATE),Yf.activeFormattingElements.clearToLastMarker(),Yf._popTmplInsertionMode(),Yf._resetInsertionMode(),Yf._processToken(sh)):Yf.stopped=!0}function bv(Yf,sh){sh.tagName===yd.HTML?C1(Yf,sh):Eg(Yf,sh)}function yv(Yf,sh){sh.tagName===yd.HTML?Yf.fragmentContext||(Yf.insertionMode=Mf):Eg(Yf,sh)}function Eg(Yf,sh){Yf.insertionMode=Fd,Yf._processToken(sh)}function Ev(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.FRAMESET?Yf._insertElement(sh,Ed.HTML):dh===yd.FRAME?(Yf._appendElement(sh,Ed.HTML),sh.ackSelfClosing=!0):dh===yd.NOFRAMES&&Zf(Yf,sh)}function q_(Yf,sh){sh.tagName===yd.FRAMESET&&!Yf.openElements.isRootHtmlElementCurrent()&&(Yf.openElements.pop(),!Yf.fragmentContext&&Yf.openElements.currentTagName!==yd.FRAMESET&&(Yf.insertionMode=yf))}function Y1(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.NOFRAMES&&Zf(Yf,sh)}function G_(Yf,sh){sh.tagName===yd.HTML&&(Yf.insertionMode=Af)}function Og(Yf,sh){sh.tagName===yd.HTML?C1(Yf,sh):t0(Yf,sh)}function t0(Yf,sh){Yf.insertionMode=Fd,Yf._processToken(sh)}function ig(Yf,sh){const dh=sh.tagName;dh===yd.HTML?C1(Yf,sh):dh===yd.NOFRAMES&&Zf(Yf,sh)}function c0(Yf,sh){sh.chars=gd.REPLACEMENT_CHARACTER,Yf._insertCharacters(sh)}function d_(Yf,sh){Yf._insertCharacters(sh),Yf.framesetOk=!1}function ag(Yf,sh){if(cd.causesExit(sh)&&!Yf.fragmentContext){for(;Yf.treeAdapter.getNamespaceURI(Yf.openElements.current)!==Ed.HTML&&!Yf._isIntegrationPoint(Yf.openElements.current);)Yf.openElements.pop();Yf._processToken(sh)}else{const dh=Yf._getAdjustedCurrentElement(),Vm=Yf.treeAdapter.getNamespaceURI(dh);Vm===Ed.MATHML?cd.adjustTokenMathMLAttrs(sh):Vm===Ed.SVG&&(cd.adjustTokenSVGTagName(sh),cd.adjustTokenSVGAttrs(sh)),cd.adjustTokenXMLAttrs(sh),sh.selfClosing?Yf._appendElement(sh,Vm):Yf._insertElement(sh,Vm),sh.ackSelfClosing=!0}}function Xg(Yf,sh){for(let dh=Yf.openElements.stackTop;dh>0;dh--){const Vm=Yf.openElements.items[dh];if(Yf.treeAdapter.getNamespaceURI(Vm)===Ed.HTML){Yf._processToken(sh);break}if(Yf.treeAdapter.getTagName(Vm).toLowerCase()===sh.tagName){Yf.openElements.popUntilElementPopped(Vm);break}}}return parser$3}var serializer,hasRequiredSerializer;function requireSerializer(){if(hasRequiredSerializer)return serializer;hasRequiredSerializer=1;const Ra=require_default(),qa=requireMergeOptions(),Ja=requireDoctype(),ed=requireHtml(),td=ed.TAG_NAMES,rd=ed.NAMESPACES,od={treeAdapter:Ra},sd=/&/g,ld=/\u00a0/g,cd=/"/g,ud=/</g,gd=/>/g;class _d{constructor(Ed,Td){this.options=qa(od,Td),this.treeAdapter=this.options.treeAdapter,this.html="",this.startNode=Ed}serialize(){return this._serializeChildNodes(this.startNode),this.html}_serializeChildNodes(Ed){const Td=this.treeAdapter.getChildNodes(Ed);if(Td)for(let Od=0,Ad=Td.length;Od<Ad;Od++){const Nd=Td[Od];this.treeAdapter.isElementNode(Nd)?this._serializeElement(Nd):this.treeAdapter.isTextNode(Nd)?this._serializeTextNode(Nd):this.treeAdapter.isCommentNode(Nd)?this._serializeCommentNode(Nd):this.treeAdapter.isDocumentTypeNode(Nd)&&this._serializeDocumentTypeNode(Nd)}}_serializeElement(Ed){const Td=this.treeAdapter.getTagName(Ed),Od=this.treeAdapter.getNamespaceURI(Ed);if(this.html+="<"+Td,this._serializeAttributes(Ed),this.html+=">",Td!==td.AREA&&Td!==td.BASE&&Td!==td.BASEFONT&&Td!==td.BGSOUND&&Td!==td.BR&&Td!==td.COL&&Td!==td.EMBED&&Td!==td.FRAME&&Td!==td.HR&&Td!==td.IMG&&Td!==td.INPUT&&Td!==td.KEYGEN&&Td!==td.LINK&&Td!==td.META&&Td!==td.PARAM&&Td!==td.SOURCE&&Td!==td.TRACK&&Td!==td.WBR){const Ad=Td===td.TEMPLATE&&Od===rd.HTML?this.treeAdapter.getTemplateContent(Ed):Ed;this._serializeChildNodes(Ad),this.html+="</"+Td+">"}}_serializeAttributes(Ed){const Td=this.treeAdapter.getAttrList(Ed);for(let Od=0,Ad=Td.length;Od<Ad;Od++){const Nd=Td[Od],kd=_d.escapeString(Nd.value,!0);this.html+=" ",Nd.namespace?Nd.namespace===rd.XML?this.html+="xml:"+Nd.name:Nd.namespace===rd.XMLNS?(Nd.name!=="xmlns"&&(this.html+="xmlns:"),this.html+=Nd.name):Nd.namespace===rd.XLINK?this.html+="xlink:"+Nd.name:this.html+=Nd.prefix+":"+Nd.name:this.html+=Nd.name,this.html+='="'+kd+'"'}}_serializeTextNode(Ed){const Td=this.treeAdapter.getTextNodeContent(Ed),Od=this.treeAdapter.getParentNode(Ed);let Ad;Od&&this.treeAdapter.isElementNode(Od)&&(Ad=this.treeAdapter.getTagName(Od)),Ad===td.STYLE||Ad===td.SCRIPT||Ad===td.XMP||Ad===td.IFRAME||Ad===td.NOEMBED||Ad===td.NOFRAMES||Ad===td.PLAINTEXT||Ad===td.NOSCRIPT?this.html+=Td:this.html+=_d.escapeString(Td,!1)}_serializeCommentNode(Ed){this.html+="<!--"+this.treeAdapter.getCommentNodeContent(Ed)+"-->"}_serializeDocumentTypeNode(Ed){const Td=this.treeAdapter.getDocumentTypeNodeName(Ed);this.html+="<"+Ja.serializeContent(Td,null,null)+">"}}return _d.escapeString=function(yd,Ed){return yd=yd.replace(sd,"&amp;").replace(ld,"&nbsp;"),Ed?yd=yd.replace(cd,"&quot;"):yd=yd.replace(ud,"&lt;").replace(gd,"&gt;"),yd},serializer=_d,serializer}var hasRequiredLib$2;function requireLib$2(){if(hasRequiredLib$2)return lib$3;hasRequiredLib$2=1;const Ra=requireParser$1(),qa=requireSerializer();return lib$3.parse=function(ed,td){return new Ra(td).parse(ed)},lib$3.parseFragment=function(ed,td,rd){return typeof ed=="string"&&(rd=td,td=ed,ed=null),new Ra(rd).parseFragment(td,ed)},lib$3.serialize=function(Ja,ed){return new qa(Ja,ed).serialize()},lib$3}var lib$2={},hasRequiredLib$1;function requireLib$1(){if(hasRequiredLib$1)return lib$2;hasRequiredLib$1=1;const Ra=requireDoctype(),{DOCUMENT_MODE:qa}=requireHtml(),Ja={element:1,text:3,cdata:4,comment:8},ed={tagName:"name",childNodes:"children",parentNode:"parent",previousSibling:"prev",nextSibling:"next",nodeValue:"data"};class td{constructor(cd){for(const ud of Object.keys(cd))this[ud]=cd[ud]}get firstChild(){const cd=this.children;return cd&&cd[0]||null}get lastChild(){const cd=this.children;return cd&&cd[cd.length-1]||null}get nodeType(){return Ja[this.type]||Ja.element}}Object.keys(ed).forEach(ld=>{const cd=ed[ld];Object.defineProperty(td.prototype,ld,{get:function(){return this[cd]||null},set:function(ud){return this[cd]=ud,ud}})}),lib$2.createDocument=function(){return new td({type:"root",name:"root",parent:null,prev:null,next:null,children:[],"x-mode":qa.NO_QUIRKS})},lib$2.createDocumentFragment=function(){return new td({type:"root",name:"root",parent:null,prev:null,next:null,children:[]})},lib$2.createElement=function(ld,cd,ud){const gd=Object.create(null),_d=Object.create(null),yd=Object.create(null);for(let Ed=0;Ed<ud.length;Ed++){const Td=ud[Ed].name;gd[Td]=ud[Ed].value,_d[Td]=ud[Ed].namespace,yd[Td]=ud[Ed].prefix}return new td({type:ld==="script"||ld==="style"?ld:"tag",name:ld,namespace:cd,attribs:gd,"x-attribsNamespace":_d,"x-attribsPrefix":yd,children:[],parent:null,prev:null,next:null})},lib$2.createCommentNode=function(ld){return new td({type:"comment",data:ld,parent:null,prev:null,next:null})};const rd=function(ld){return new td({type:"text",data:ld,parent:null,prev:null,next:null})},od=lib$2.appendChild=function(ld,cd){const ud=ld.children[ld.children.length-1];ud&&(ud.next=cd,cd.prev=ud),ld.children.push(cd),cd.parent=ld},sd=lib$2.insertBefore=function(ld,cd,ud){const gd=ld.children.indexOf(ud),_d=ud.prev;_d&&(_d.next=cd,cd.prev=_d),ud.prev=cd,cd.next=ud,ld.children.splice(gd,0,cd),cd.parent=ld};return lib$2.setTemplateContent=function(ld,cd){od(ld,cd)},lib$2.getTemplateContent=function(ld){return ld.children[0]},lib$2.setDocumentType=function(ld,cd,ud,gd){const _d=Ra.serializeContent(cd,ud,gd);let yd=null;for(let Ed=0;Ed<ld.children.length;Ed++)if(ld.children[Ed].type==="directive"&&ld.children[Ed].name==="!doctype"){yd=ld.children[Ed];break}yd?(yd.data=_d,yd["x-name"]=cd,yd["x-publicId"]=ud,yd["x-systemId"]=gd):od(ld,new td({type:"directive",name:"!doctype",data:_d,"x-name":cd,"x-publicId":ud,"x-systemId":gd}))},lib$2.setDocumentMode=function(ld,cd){ld["x-mode"]=cd},lib$2.getDocumentMode=function(ld){return ld["x-mode"]},lib$2.detachNode=function(ld){if(ld.parent){const cd=ld.parent.children.indexOf(ld),ud=ld.prev,gd=ld.next;ld.prev=null,ld.next=null,ud&&(ud.next=gd),gd&&(gd.prev=ud),ld.parent.children.splice(cd,1),ld.parent=null}},lib$2.insertText=function(ld,cd){const ud=ld.children[ld.children.length-1];ud&&ud.type==="text"?ud.data+=cd:od(ld,rd(cd))},lib$2.insertTextBefore=function(ld,cd,ud){const gd=ld.children[ld.children.indexOf(ud)-1];gd&&gd.type==="text"?gd.data+=cd:sd(ld,rd(cd),ud)},lib$2.adoptAttributes=function(ld,cd){for(let ud=0;ud<cd.length;ud++){const gd=cd[ud].name;typeof ld.attribs[gd]>"u"&&(ld.attribs[gd]=cd[ud].value,ld["x-attribsNamespace"][gd]=cd[ud].namespace,ld["x-attribsPrefix"][gd]=cd[ud].prefix)}},lib$2.getFirstChild=function(ld){return ld.children[0]},lib$2.getChildNodes=function(ld){return ld.children},lib$2.getParentNode=function(ld){return ld.parent},lib$2.getAttrList=function(ld){const cd=[];for(const ud in ld.attribs)cd.push({name:ud,value:ld.attribs[ud],namespace:ld["x-attribsNamespace"][ud],prefix:ld["x-attribsPrefix"][ud]});return cd},lib$2.getTagName=function(ld){return ld.name},lib$2.getNamespaceURI=function(ld){return ld.namespace},lib$2.getTextNodeContent=function(ld){return ld.data},lib$2.getCommentNodeContent=function(ld){return ld.data},lib$2.getDocumentTypeNodeName=function(ld){return ld["x-name"]},lib$2.getDocumentTypeNodePublicId=function(ld){return ld["x-publicId"]},lib$2.getDocumentTypeNodeSystemId=function(ld){return ld["x-systemId"]},lib$2.isTextNode=function(ld){return ld.type==="text"},lib$2.isCommentNode=function(ld){return ld.type==="comment"},lib$2.isDocumentTypeNode=function(ld){return ld.type==="directive"&&ld.name==="!doctype"},lib$2.isElementNode=function(ld){return!!ld.attribs},lib$2.setNodeSourceCodeLocation=function(ld,cd){ld.sourceCodeLocation=cd},lib$2.getNodeSourceCodeLocation=function(ld){return ld.sourceCodeLocation},lib$2.updateNodeSourceCodeLocation=function(ld,cd){ld.sourceCodeLocation=Object.assign(ld.sourceCodeLocation,cd)},lib$2}var hasRequiredParse5Adapter;function requireParse5Adapter(){if(hasRequiredParse5Adapter)return parse5Adapter;hasRequiredParse5Adapter=1,Object.defineProperty(parse5Adapter,"__esModule",{value:!0}),parse5Adapter.render=parse5Adapter.parse=void 0;var Ra=require$$0$6,qa=requireLib$a(),Ja=requireLib$2(),ed=Ra.__importDefault(requireLib$1());function td(od,sd,ld){var cd={scriptingEnabled:typeof sd.scriptingEnabled=="boolean"?sd.scriptingEnabled:!0,treeAdapter:ed.default,sourceCodeLocationInfo:sd.sourceCodeLocationInfo},ud=sd.context;return ld?Ja.parse(od,cd):Ja.parseFragment(ud,od,cd)}parse5Adapter.parse=td;function rd(od){for(var sd,ld=("length"in od)?od:[od],cd=0;cd<ld.length;cd+=1){var ud=ld[cd];qa.isDocument(ud)&&(sd=Array.prototype.splice).call.apply(sd,Ra.__spreadArray([ld,cd,1],ud.children))}return Ja.serialize({children:ld},{treeAdapter:ed.default})}return parse5Adapter.render=rd,parse5Adapter}var htmlparser2Adapter={},hasRequiredHtmlparser2Adapter;function requireHtmlparser2Adapter(){return hasRequiredHtmlparser2Adapter||(hasRequiredHtmlparser2Adapter=1,function(Ra){var qa=commonjsGlobal&&commonjsGlobal.__importDefault||function(td){return td&&td.__esModule?td:{default:td}};Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.render=Ra.parse=void 0;var Ja=requireLib$3();Object.defineProperty(Ra,"parse",{enumerable:!0,get:function(){return Ja.parseDocument}});var ed=requireLib$8();Object.defineProperty(Ra,"render",{enumerable:!0,get:function(){return qa(ed).default}})}(htmlparser2Adapter)),htmlparser2Adapter}var hasRequired_static;function require_static(){if(hasRequired_static)return _static;hasRequired_static=1,Object.defineProperty(_static,"__esModule",{value:!0}),_static.merge=_static.contains=_static.root=_static.parseHTML=_static.text=_static.xml=_static.html=void 0;var Ra=require$$0$6,qa=Ra.__importStar(requireOptions()),Ja=requireLib$4(),ed=requireLib$3(),td=requireParse5Adapter(),rd=requireHtmlparser2Adapter();function od(Od,Ad,Nd){var kd,Id=Ad?typeof Ad=="string"?Ja.select(Ad,(kd=Od==null?void 0:Od._root)!==null&&kd!==void 0?kd:[],Nd):Ad:Od==null?void 0:Od._root.children;return Id?Nd.xmlMode||Nd._useHtmlParser2?rd.render(Id,Nd):td.render(Id):""}function sd(Od){return typeof Od=="object"&&Od!=null&&!("length"in Od)&&!("type"in Od)}function ld(Od,Ad){!Ad&&sd(Od)&&(Ad=Od,Od=void 0);var Nd=Ra.__assign(Ra.__assign(Ra.__assign({},qa.default),this?this._options:{}),qa.flatten(Ad??{}));return od(this||void 0,Od,Nd)}_static.html=ld;function cd(Od){var Ad=Ra.__assign(Ra.__assign({},this._options),{xmlMode:!0});return od(this,Od,Ad)}_static.xml=cd;function ud(Od){for(var Ad=Od||(this?this.root():[]),Nd="",kd=0;kd<Ad.length;kd++){var Id=Ad[kd];ed.DomUtils.isText(Id)?Nd+=Id.data:ed.DomUtils.hasChildren(Id)&&Id.type!==ed.ElementType.Comment&&Id.type!==ed.ElementType.Script&&Id.type!==ed.ElementType.Style&&(Nd+=ud(Id.children))}return Nd}_static.text=ud;function gd(Od,Ad,Nd){if(Nd===void 0&&(Nd=typeof Ad=="boolean"?Ad:!1),!Od||typeof Od!="string")return null;typeof Ad=="boolean"&&(Nd=Ad);var kd=this.load(Od,qa.default,!1);return Nd||kd("script").remove(),kd.root()[0].children.slice()}_static.parseHTML=gd;function _d(){return this(this._root)}_static.root=_d;function yd(Od,Ad){if(Ad===Od)return!1;for(var Nd=Ad;Nd&&Nd!==Nd.parent;)if(Nd=Nd.parent,Nd===Od)return!0;return!1}_static.contains=yd;function Ed(Od,Ad){if(!(!Td(Od)||!Td(Ad))){for(var Nd=Od.length,kd=+Ad.length,Id=0;Id<kd;Id++)Od[Nd++]=Ad[Id];return Od.length=Nd,Od}}_static.merge=Ed;function Td(Od){if(Array.isArray(Od))return!0;if(typeof Od!="object"||!Object.prototype.hasOwnProperty.call(Od,"length")||typeof Od.length!="number"||Od.length<0)return!1;for(var Ad=0;Ad<Od.length;Ad++)if(!(Ad in Od))return!1;return!0}return _static}var cheerio$1={},parse$1={},hasRequiredParse;function requireParse(){if(hasRequiredParse)return parse$1;hasRequiredParse=1,Object.defineProperty(parse$1,"__esModule",{value:!0}),parse$1.update=void 0;var Ra=requireLib$3(),qa=requireHtmlparser2Adapter(),Ja=requireParse5Adapter(),ed=requireLib$a();function td(od,sd,ld){if(typeof Buffer$2<"u"&&Buffer$2.isBuffer(od)&&(od=od.toString()),typeof od=="string")return sd.xmlMode||sd._useHtmlParser2?qa.parse(od,sd):Ja.parse(od,sd,ld);var cd=od;if(!Array.isArray(cd)&&ed.isDocument(cd))return cd;var ud=new ed.Document([]);return rd(cd,ud),ud}parse$1.default=td;function rd(od,sd){var ld=Array.isArray(od)?od:[od];sd?sd.children=ld:sd=null;for(var cd=0;cd<ld.length;cd++){var ud=ld[cd];ud.parent&&ud.parent.children!==ld&&Ra.DomUtils.removeElement(ud),sd?(ud.prev=ld[cd-1]||null,ud.next=ld[cd+1]||null):ud.prev=ud.next=null,ud.parent=sd}return sd}return parse$1.update=rd,parse$1}var utils$4={},hasRequiredUtils$1;function requireUtils$1(){if(hasRequiredUtils$1)return utils$4;hasRequiredUtils$1=1,Object.defineProperty(utils$4,"__esModule",{value:!0}),utils$4.isHtml=utils$4.cloneDom=utils$4.domEach=utils$4.cssCase=utils$4.camelCase=utils$4.isCheerio=utils$4.isTag=void 0;var Ra=requireLib$3(),qa=requireLib$a();utils$4.isTag=Ra.DomUtils.isTag;function Ja(cd){return cd.cheerio!=null}utils$4.isCheerio=Ja;function ed(cd){return cd.replace(/[_.-](\w|$)/g,function(ud,gd){return gd.toUpperCase()})}utils$4.camelCase=ed;function td(cd){return cd.replace(/[A-Z]/g,"-$&").toLowerCase()}utils$4.cssCase=td;function rd(cd,ud){for(var gd=cd.length,_d=0;_d<gd;_d++)ud(cd[_d],_d);return cd}utils$4.domEach=rd;function od(cd){var ud="length"in cd?Array.prototype.map.call(cd,function(_d){return qa.cloneNode(_d,!0)}):[qa.cloneNode(cd,!0)],gd=new qa.Document(ud);return ud.forEach(function(_d){_d.parent=gd}),ud}utils$4.cloneDom=od;var sd=/<[a-zA-Z][^]*>/;function ld(cd){return sd.test(cd)}return utils$4.isHtml=ld,utils$4}var attributes={},hasRequiredAttributes;function requireAttributes(){if(hasRequiredAttributes)return attributes;hasRequiredAttributes=1,Object.defineProperty(attributes,"__esModule",{value:!0}),attributes.toggleClass=attributes.removeClass=attributes.addClass=attributes.hasClass=attributes.removeAttr=attributes.val=attributes.data=attributes.prop=attributes.attr=void 0;var Ra=require_static(),qa=requireUtils$1(),Ja=Object.prototype.hasOwnProperty,ed=/\s+/,td="data-",rd={null:null,true:!0,false:!1},od=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,sd=/^{[^]*}$|^\[[^]*]$/;function ld(Pd,Fd,Ud){var Vd;if(!(!Pd||!qa.isTag(Pd))){if((Vd=Pd.attribs)!==null&&Vd!==void 0||(Pd.attribs={}),!Fd)return Pd.attribs;if(Ja.call(Pd.attribs,Fd))return!Ud&&od.test(Fd)?Fd:Pd.attribs[Fd];if(Pd.name==="option"&&Fd==="value")return Ra.text(Pd.children);if(Pd.name==="input"&&(Pd.attribs.type==="radio"||Pd.attribs.type==="checkbox")&&Fd==="value")return"on"}}function cd(Pd,Fd,Ud){Ud===null?Nd(Pd,Fd):Pd.attribs[Fd]=""+Ud}function ud(Pd,Fd){if(typeof Pd=="object"||Fd!==void 0){if(typeof Fd=="function"){if(typeof Pd!="string")throw new Error("Bad combination of arguments.");return qa.domEach(this,function(Ud,Vd){qa.isTag(Ud)&&cd(Ud,Pd,Fd.call(Ud,Vd,Ud.attribs[Pd]))})}return qa.domEach(this,function(Ud){qa.isTag(Ud)&&(typeof Pd=="object"?Object.keys(Pd).forEach(function(Vd){var qd=Pd[Vd];cd(Ud,Vd,qd)}):cd(Ud,Pd,Fd))})}return arguments.length>1?this:ld(this[0],Pd,this.options.xmlMode)}attributes.attr=ud;function gd(Pd,Fd,Ud){if(!(!Pd||!qa.isTag(Pd)))return Fd in Pd?Pd[Fd]:!Ud&&od.test(Fd)?ld(Pd,Fd,!1)!==void 0:ld(Pd,Fd,Ud)}function _d(Pd,Fd,Ud,Vd){Fd in Pd?Pd[Fd]=Ud:cd(Pd,Fd,!Vd&&od.test(Fd)?Ud?"":null:""+Ud)}function yd(Pd,Fd){var Ud=this;if(typeof Pd=="string"&&Fd===void 0)switch(Pd){case"style":{var Vd=this.css(),qd=Object.keys(Vd);return qd.forEach(function(zd,Kd){Vd[Kd]=zd}),Vd.length=qd.length,Vd}case"tagName":case"nodeName":{var Wd=this[0];return qa.isTag(Wd)?Wd.name.toUpperCase():void 0}case"outerHTML":return this.clone().wrap("<container />").parent().html();case"innerHTML":return this.html();default:return gd(this[0],Pd,this.options.xmlMode)}if(typeof Pd=="object"||Fd!==void 0){if(typeof Fd=="function"){if(typeof Pd=="object")throw new Error("Bad combination of arguments.");return qa.domEach(this,function(zd,Kd){qa.isTag(zd)&&_d(zd,Pd,Fd.call(zd,Kd,gd(zd,Pd,Ud.options.xmlMode)),Ud.options.xmlMode)})}return qa.domEach(this,function(zd){qa.isTag(zd)&&(typeof Pd=="object"?Object.keys(Pd).forEach(function(Kd){var Qd=Pd[Kd];_d(zd,Kd,Qd,Ud.options.xmlMode)}):_d(zd,Pd,Fd,Ud.options.xmlMode))})}}attributes.prop=yd;function Ed(Pd,Fd,Ud){var Vd,qd=Pd;(Vd=qd.data)!==null&&Vd!==void 0||(qd.data={}),typeof Fd=="object"?Object.assign(qd.data,Fd):typeof Fd=="string"&&Ud!==void 0&&(qd.data[Fd]=Ud)}function Td(Pd,Fd){var Ud,Vd,qd;Fd==null?(Ud=Object.keys(Pd.attribs).filter(function(Qd){return Qd.startsWith(td)}),Vd=Ud.map(function(Qd){return qa.camelCase(Qd.slice(td.length))})):(Ud=[td+qa.cssCase(Fd)],Vd=[Fd]);for(var Wd=0;Wd<Ud.length;++Wd){var zd=Ud[Wd],Kd=Vd[Wd];if(Ja.call(Pd.attribs,zd)&&!Ja.call(Pd.data,Kd)){if(qd=Pd.attribs[zd],Ja.call(rd,qd))qd=rd[qd];else if(qd===String(Number(qd)))qd=Number(qd);else if(sd.test(qd))try{qd=JSON.parse(qd)}catch{}Pd.data[Kd]=qd}}return Fd==null?Pd.data:qd}function Od(Pd,Fd){var Ud,Vd=this[0];if(!(!Vd||!qa.isTag(Vd))){var qd=Vd;return(Ud=qd.data)!==null&&Ud!==void 0||(qd.data={}),Pd?typeof Pd=="object"||Fd!==void 0?(qa.domEach(this,function(Wd){qa.isTag(Wd)&&(typeof Pd=="object"?Ed(Wd,Pd):Ed(Wd,Pd,Fd))}),this):Ja.call(qd.data,Pd)?qd.data[Pd]:Td(qd,Pd):Td(qd)}}attributes.data=Od;function Ad(Pd){var Fd=arguments.length===0,Ud=this[0];if(!Ud||!qa.isTag(Ud))return Fd?void 0:this;switch(Ud.name){case"textarea":return this.text(Pd);case"select":{var Vd=this.find("option:selected");if(!Fd){if(this.attr("multiple")==null&&typeof Pd=="object")return this;this.find("option").removeAttr("selected");for(var qd=typeof Pd!="object"?[Pd]:Pd,Wd=0;Wd<qd.length;Wd++)this.find('option[value="'+qd[Wd]+'"]').attr("selected","");return this}return this.attr("multiple")?Vd.toArray().map(function(zd){return Ra.text(zd.children)}):Vd.attr("value")}case"input":case"option":return Fd?this.attr("value"):this.attr("value",Pd)}}attributes.val=Ad;function Nd(Pd,Fd){!Pd.attribs||!Ja.call(Pd.attribs,Fd)||delete Pd.attribs[Fd]}function kd(Pd){return Pd?Pd.trim().split(ed):[]}function Id(Pd){for(var Fd=kd(Pd),Ud=function(Wd){qa.domEach(Vd,function(zd){qa.isTag(zd)&&Nd(zd,Fd[Wd])})},Vd=this,qd=0;qd<Fd.length;qd++)Ud(qd);return this}attributes.removeAttr=Id;function Rd(Pd){return this.toArray().some(function(Fd){var Ud=qa.isTag(Fd)&&Fd.attribs.class,Vd=-1;if(Ud&&Pd.length)for(;(Vd=Ud.indexOf(Pd,Vd+1))>-1;){var qd=Vd+Pd.length;if((Vd===0||ed.test(Ud[Vd-1]))&&(qd===Ud.length||ed.test(Ud[qd])))return!0}return!1})}attributes.hasClass=Rd;function Md(Pd){if(typeof Pd=="function")return qa.domEach(this,function(hf,gf){if(qa.isTag(hf)){var bf=hf.attribs.class||"";Md.call([hf],Pd.call(hf,gf,bf))}});if(!Pd||typeof Pd!="string")return this;for(var Fd=Pd.split(ed),Ud=this.length,Vd=0;Vd<Ud;Vd++){var qd=this[Vd];if(qa.isTag(qd)){var Wd=ld(qd,"class",!1);if(!Wd)cd(qd,"class",Fd.join(" ").trim());else{for(var zd=" "+Wd+" ",Kd=0;Kd<Fd.length;Kd++){var Qd=Fd[Kd]+" ";zd.includes(" "+Qd)||(zd+=Qd)}cd(qd,"class",zd.trim())}}}return this}attributes.addClass=Md;function Ld(Pd){if(typeof Pd=="function")return qa.domEach(this,function(qd,Wd){qa.isTag(qd)&&Ld.call([qd],Pd.call(qd,Wd,qd.attribs.class||""))});var Fd=kd(Pd),Ud=Fd.length,Vd=arguments.length===0;return qa.domEach(this,function(qd){if(qa.isTag(qd))if(Vd)qd.attribs.class="";else{for(var Wd=kd(qd.attribs.class),zd=!1,Kd=0;Kd<Ud;Kd++){var Qd=Wd.indexOf(Fd[Kd]);Qd>=0&&(Wd.splice(Qd,1),zd=!0,Kd--)}zd&&(qd.attribs.class=Wd.join(" "))}})}attributes.removeClass=Ld;function jd(Pd,Fd){if(typeof Pd=="function")return qa.domEach(this,function(bf,kf){qa.isTag(bf)&&jd.call([bf],Pd.call(bf,kf,bf.attribs.class||"",Fd),Fd)});if(!Pd||typeof Pd!="string")return this;for(var Ud=Pd.split(ed),Vd=Ud.length,qd=typeof Fd=="boolean"?Fd?1:-1:0,Wd=this.length,zd=0;zd<Wd;zd++){var Kd=this[zd];if(qa.isTag(Kd)){for(var Qd=kd(Kd.attribs.class),hf=0;hf<Vd;hf++){var gf=Qd.indexOf(Ud[hf]);qd>=0&&gf<0?Qd.push(Ud[hf]):qd<=0&&gf>=0&&Qd.splice(gf,1)}Kd.attribs.class=Qd.join(" ")}}return this}return attributes.toggleClass=jd,attributes}var traversing={},hasRequiredTraversing;function requireTraversing(){if(hasRequiredTraversing)return traversing;hasRequiredTraversing=1,Object.defineProperty(traversing,"__esModule",{value:!0}),traversing.addBack=traversing.add=traversing.end=traversing.slice=traversing.index=traversing.toArray=traversing.get=traversing.eq=traversing.last=traversing.first=traversing.has=traversing.not=traversing.is=traversing.filterArray=traversing.filter=traversing.map=traversing.each=traversing.contents=traversing.children=traversing.siblings=traversing.prevUntil=traversing.prevAll=traversing.prev=traversing.nextUntil=traversing.nextAll=traversing.next=traversing.closest=traversing.parentsUntil=traversing.parents=traversing.parent=traversing.find=void 0;var Ra=require$$0$6,qa=requireLib$a(),Ja=Ra.__importStar(requireLib$4()),ed=requireUtils$1(),td=require_static(),rd=requireLib$3(),od=rd.DomUtils.uniqueSort,sd=/^\s*[~+]/;function ld(hf){var gf;if(!hf)return this._make([]);var bf=this.toArray();if(typeof hf!="string"){var kf=ed.isCheerio(hf)?hf.toArray():[hf];return this._make(kf.filter(function(yf){return bf.some(function(Mf){return td.contains(Mf,yf)})}))}var Cf=sd.test(hf)?bf:this.children().toArray(),Ef={context:bf,root:(gf=this._root)===null||gf===void 0?void 0:gf[0],xmlMode:this.options.xmlMode};return this._make(Ja.select(hf,Cf,Ef))}traversing.find=ld;function cd(hf){return function(gf){for(var bf=[],kf=1;kf<arguments.length;kf++)bf[kf-1]=arguments[kf];return function(Cf){var Ef,yf=hf(gf,this);return Cf&&(yf=Id(yf,Cf,this.options.xmlMode,(Ef=this._root)===null||Ef===void 0?void 0:Ef[0])),this._make(this.length>1&&yf.length>1?bf.reduce(function(Mf,Af){return Af(Mf)},yf):yf)}}}var ud=cd(function(hf,gf){for(var bf,kf=[],Cf=0;Cf<gf.length;Cf++){var Ef=hf(gf[Cf]);kf.push(Ef)}return(bf=new Array).concat.apply(bf,kf)}),gd=cd(function(hf,gf){for(var bf=[],kf=0;kf<gf.length;kf++){var Cf=hf(gf[kf]);Cf!==null&&bf.push(Cf)}return bf});function _d(hf){for(var gf=[],bf=1;bf<arguments.length;bf++)gf[bf-1]=arguments[bf];var kf=null,Cf=cd(function(Ef,yf){var Mf=[];return ed.domEach(yf,function(Af){for(var Zd;(Zd=Ef(Af))&&!(kf!=null&&kf(Zd,Mf.length));Af=Zd)Mf.push(Zd)}),Mf}).apply(void 0,Ra.__spreadArray([hf],gf));return function(Ef,yf){var Mf=this;kf=typeof Ef=="string"?function(Zd){return Ja.is(Zd,Ef,Mf.options)}:Ef?Nd(Ef):null;var Af=Cf.call(this,yf);return kf=null,Af}}function yd(hf){return Array.from(new Set(hf))}traversing.parent=gd(function(hf){var gf=hf.parent;return gf&&!qa.isDocument(gf)?gf:null},yd),traversing.parents=ud(function(hf){for(var gf=[];hf.parent&&!qa.isDocument(hf.parent);)gf.push(hf.parent),hf=hf.parent;return gf},od,function(hf){return hf.reverse()}),traversing.parentsUntil=_d(function(hf){var gf=hf.parent;return gf&&!qa.isDocument(gf)?gf:null},od,function(hf){return hf.reverse()});function Ed(hf){var gf=this,bf=[];return hf?(ed.domEach(this,function(kf){for(var Cf;kf&&kf.type!=="root";){if(!hf||Id([kf],hf,gf.options.xmlMode,(Cf=gf._root)===null||Cf===void 0?void 0:Cf[0]).length){kf&&!bf.includes(kf)&&bf.push(kf);break}kf=kf.parent}}),this._make(bf)):this._make(bf)}traversing.closest=Ed,traversing.next=gd(function(hf){return rd.DomUtils.nextElementSibling(hf)}),traversing.nextAll=ud(function(hf){for(var gf=[];hf.next;)hf=hf.next,ed.isTag(hf)&&gf.push(hf);return gf},yd),traversing.nextUntil=_d(function(hf){return rd.DomUtils.nextElementSibling(hf)},yd),traversing.prev=gd(function(hf){return rd.DomUtils.prevElementSibling(hf)}),traversing.prevAll=ud(function(hf){for(var gf=[];hf.prev;)hf=hf.prev,ed.isTag(hf)&&gf.push(hf);return gf},yd),traversing.prevUntil=_d(function(hf){return rd.DomUtils.prevElementSibling(hf)},yd),traversing.siblings=ud(function(hf){return rd.DomUtils.getSiblings(hf).filter(function(gf){return ed.isTag(gf)&&gf!==hf})},od),traversing.children=ud(function(hf){return rd.DomUtils.getChildren(hf).filter(ed.isTag)},yd);function Td(){var hf=this.toArray().reduce(function(gf,bf){return qa.hasChildren(bf)?gf.concat(bf.children):gf},[]);return this._make(hf)}traversing.contents=Td;function Od(hf){for(var gf=0,bf=this.length;gf<bf&&hf.call(this[gf],gf,this[gf])!==!1;)++gf;return this}traversing.each=Od;function Ad(hf){for(var gf=[],bf=0;bf<this.length;bf++){var kf=this[bf],Cf=hf.call(kf,bf,kf);Cf!=null&&(gf=gf.concat(Cf))}return this._make(gf)}traversing.map=Ad;function Nd(hf){return typeof hf=="function"?function(gf,bf){return hf.call(gf,bf,gf)}:ed.isCheerio(hf)?function(gf){return Array.prototype.includes.call(hf,gf)}:function(gf){return hf===gf}}function kd(hf){var gf;return this._make(Id(this.toArray(),hf,this.options.xmlMode,(gf=this._root)===null||gf===void 0?void 0:gf[0]))}traversing.filter=kd;function Id(hf,gf,bf,kf){return typeof gf=="string"?Ja.filter(gf,hf,{xmlMode:bf,root:kf}):hf.filter(Nd(gf))}traversing.filterArray=Id;function Rd(hf){var gf=this.toArray();return typeof hf=="string"?Ja.some(gf.filter(ed.isTag),hf,this.options):hf?gf.some(Nd(hf)):!1}traversing.is=Rd;function Md(hf){var gf=this.toArray();if(typeof hf=="string"){var bf=new Set(Ja.filter(hf,gf,this.options));gf=gf.filter(function(Cf){return!bf.has(Cf)})}else{var kf=Nd(hf);gf=gf.filter(function(Cf,Ef){return!kf(Cf,Ef)})}return this._make(gf)}traversing.not=Md;function Ld(hf){var gf=this;return this.filter(typeof hf=="string"?":has("+hf+")":function(bf,kf){return gf._make(kf).find(hf).length>0})}traversing.has=Ld;function jd(){return this.length>1?this._make(this[0]):this}traversing.first=jd;function Pd(){return this.length>0?this._make(this[this.length-1]):this}traversing.last=Pd;function Fd(hf){var gf;return hf=+hf,hf===0&&this.length<=1?this:(hf<0&&(hf=this.length+hf),this._make((gf=this[hf])!==null&&gf!==void 0?gf:[]))}traversing.eq=Fd;function Ud(hf){return hf==null?this.toArray():this[hf<0?this.length+hf:hf]}traversing.get=Ud;function Vd(){return Array.prototype.slice.call(this)}traversing.toArray=Vd;function qd(hf){var gf,bf;return hf==null?(gf=this.parent().children(),bf=this[0]):typeof hf=="string"?(gf=this._make(hf),bf=this[0]):(gf=this,bf=ed.isCheerio(hf)?hf[0]:hf),Array.prototype.indexOf.call(gf,bf)}traversing.index=qd;function Wd(hf,gf){return this._make(Array.prototype.slice.call(this,hf,gf))}traversing.slice=Wd;function zd(){var hf;return(hf=this.prevObject)!==null&&hf!==void 0?hf:this._make([])}traversing.end=zd;function Kd(hf,gf){var bf=this._make(hf,gf),kf=od(Ra.__spreadArray(Ra.__spreadArray([],this.get()),bf.get()));return this._make(kf)}traversing.add=Kd;function Qd(hf){return this.prevObject?this.add(hf?this.prevObject.filter(hf):this.prevObject):this}return traversing.addBack=Qd,traversing}var manipulation={},hasRequiredManipulation;function requireManipulation(){if(hasRequiredManipulation)return manipulation;hasRequiredManipulation=1,Object.defineProperty(manipulation,"__esModule",{value:!0}),manipulation.clone=manipulation.text=manipulation.toString=manipulation.html=manipulation.empty=manipulation.replaceWith=manipulation.remove=manipulation.insertBefore=manipulation.before=manipulation.insertAfter=manipulation.after=manipulation.wrapAll=manipulation.unwrap=manipulation.wrapInner=manipulation.wrap=manipulation.prepend=manipulation.append=manipulation.prependTo=manipulation.appendTo=manipulation._makeDomArray=void 0;var Ra=require$$0$6,qa=requireLib$a(),Ja=requireLib$a(),ed=Ra.__importStar(requireParse()),td=require_static(),rd=requireUtils$1(),od=requireLib$3();function sd(Fd,Ud){var Vd=this;return Fd==null?[]:rd.isCheerio(Fd)?Ud?rd.cloneDom(Fd.get()):Fd.get():Array.isArray(Fd)?Fd.reduce(function(qd,Wd){return qd.concat(Vd._makeDomArray(Wd,Ud))},[]):typeof Fd=="string"?ed.default(Fd,this.options,!1).children:Ud?rd.cloneDom([Fd]):[Fd]}manipulation._makeDomArray=sd;function ld(Fd){return function(){for(var Ud=this,Vd=[],qd=0;qd<arguments.length;qd++)Vd[qd]=arguments[qd];var Wd=this.length-1;return rd.domEach(this,function(zd,Kd){if(qa.hasChildren(zd)){var Qd=typeof Vd[0]=="function"?Vd[0].call(zd,Kd,td.html(zd.children)):Vd,hf=Ud._makeDomArray(Qd,Kd<Wd);Fd(hf,zd.children,zd)}})}}function cd(Fd,Ud,Vd,qd,Wd){for(var zd,Kd,Qd=Ra.__spreadArray([Ud,Vd],qd),hf=Fd[Ud-1]||null,gf=Fd[Ud+Vd]||null,bf=0;bf<qd.length;++bf){var kf=qd[bf],Cf=kf.parent;if(Cf){var Ef=Cf.children.indexOf(qd[bf]);Ef>-1&&(Cf.children.splice(Ef,1),Wd===Cf&&Ud>Ef&&Qd[0]--)}kf.parent=Wd,kf.prev&&(kf.prev.next=(zd=kf.next)!==null&&zd!==void 0?zd:null),kf.next&&(kf.next.prev=(Kd=kf.prev)!==null&&Kd!==void 0?Kd:null),kf.prev=qd[bf-1]||hf,kf.next=qd[bf+1]||gf}return hf&&(hf.next=qd[0]),gf&&(gf.prev=qd[qd.length-1]),Fd.splice.apply(Fd,Qd)}function ud(Fd){var Ud=rd.isCheerio(Fd)?Fd:this._make(Fd);return Ud.append(this),this}manipulation.appendTo=ud;function gd(Fd){var Ud=rd.isCheerio(Fd)?Fd:this._make(Fd);return Ud.prepend(this),this}manipulation.prependTo=gd,manipulation.append=ld(function(Fd,Ud,Vd){cd(Ud,Ud.length,0,Fd,Vd)}),manipulation.prepend=ld(function(Fd,Ud,Vd){cd(Ud,0,0,Fd,Vd)});function _d(Fd){return function(Ud){for(var Vd=this.length-1,qd=this.parents().last(),Wd=0;Wd<this.length;Wd++){var zd=this[Wd],Kd=typeof Ud=="function"?Ud.call(zd,Wd,zd):typeof Ud=="string"&&!rd.isHtml(Ud)?qd.find(Ud).clone():Ud,Qd=this._makeDomArray(Kd,Wd<Vd)[0];if(!(!Qd||!od.DomUtils.hasChildren(Qd))){for(var hf=Qd,gf=0;gf<hf.children.length;){var bf=hf.children[gf];rd.isTag(bf)?(hf=bf,gf=0):gf++}Fd(zd,hf,[Qd])}}return this}}manipulation.wrap=_d(function(Fd,Ud,Vd){var qd=Fd.parent;if(qd){var Wd=qd.children,zd=Wd.indexOf(Fd);ed.update([Fd],Ud),cd(Wd,zd,0,Vd,qd)}}),manipulation.wrapInner=_d(function(Fd,Ud,Vd){qa.hasChildren(Fd)&&(ed.update(Fd.children,Ud),ed.update(Vd,Fd))});function yd(Fd){var Ud=this;return this.parent(Fd).not("body").each(function(Vd,qd){Ud._make(qd).replaceWith(qd.children)}),this}manipulation.unwrap=yd;function Ed(Fd){var Ud=this[0];if(Ud){for(var Vd=this._make(typeof Fd=="function"?Fd.call(Ud,0,Ud):Fd).insertBefore(Ud),qd=void 0,Wd=0;Wd<Vd.length;Wd++)Vd[Wd].type==="tag"&&(qd=Vd[Wd]);for(var zd=0;qd&&zd<qd.children.length;){var Kd=qd.children[zd];Kd.type==="tag"?(qd=Kd,zd=0):zd++}qd&&this._make(qd).append(this)}return this}manipulation.wrapAll=Ed;function Td(){for(var Fd=this,Ud=[],Vd=0;Vd<arguments.length;Vd++)Ud[Vd]=arguments[Vd];var qd=this.length-1;return rd.domEach(this,function(Wd,zd){var Kd=Wd.parent;if(!(!od.DomUtils.hasChildren(Wd)||!Kd)){var Qd=Kd.children,hf=Qd.indexOf(Wd);if(!(hf<0)){var gf=typeof Ud[0]=="function"?Ud[0].call(Wd,zd,td.html(Wd.children)):Ud,bf=Fd._makeDomArray(gf,zd<qd);cd(Qd,hf+1,0,bf,Kd)}}})}manipulation.after=Td;function Od(Fd){var Ud=this;typeof Fd=="string"&&(Fd=this._make(Fd)),this.remove();var Vd=[];return this._makeDomArray(Fd).forEach(function(qd){var Wd=Ud.clone().toArray(),zd=qd.parent;if(zd){var Kd=zd.children,Qd=Kd.indexOf(qd);Qd<0||(cd(Kd,Qd+1,0,Wd,zd),Vd.push.apply(Vd,Wd))}}),this._make(Vd)}manipulation.insertAfter=Od;function Ad(){for(var Fd=this,Ud=[],Vd=0;Vd<arguments.length;Vd++)Ud[Vd]=arguments[Vd];var qd=this.length-1;return rd.domEach(this,function(Wd,zd){var Kd=Wd.parent;if(!(!od.DomUtils.hasChildren(Wd)||!Kd)){var Qd=Kd.children,hf=Qd.indexOf(Wd);if(!(hf<0)){var gf=typeof Ud[0]=="function"?Ud[0].call(Wd,zd,td.html(Wd.children)):Ud,bf=Fd._makeDomArray(gf,zd<qd);cd(Qd,hf,0,bf,Kd)}}})}manipulation.before=Ad;function Nd(Fd){var Ud=this,Vd=this._make(Fd);this.remove();var qd=[];return rd.domEach(Vd,function(Wd){var zd=Ud.clone().toArray(),Kd=Wd.parent;if(Kd){var Qd=Kd.children,hf=Qd.indexOf(Wd);hf<0||(cd(Qd,hf,0,zd,Kd),qd.push.apply(qd,zd))}}),this._make(qd)}manipulation.insertBefore=Nd;function kd(Fd){var Ud=Fd?this.filter(Fd):this;return rd.domEach(Ud,function(Vd){od.DomUtils.removeElement(Vd),Vd.prev=Vd.next=Vd.parent=null}),this}manipulation.remove=kd;function Id(Fd){var Ud=this;return rd.domEach(this,function(Vd,qd){var Wd=Vd.parent;if(Wd){var zd=Wd.children,Kd=typeof Fd=="function"?Fd.call(Vd,qd,Vd):Fd,Qd=Ud._makeDomArray(Kd);ed.update(Qd,null);var hf=zd.indexOf(Vd);cd(zd,hf,1,Qd,Wd),Qd.includes(Vd)||(Vd.parent=Vd.prev=Vd.next=null)}})}manipulation.replaceWith=Id;function Rd(){return rd.domEach(this,function(Fd){od.DomUtils.hasChildren(Fd)&&(Fd.children.forEach(function(Ud){Ud.next=Ud.prev=Ud.parent=null}),Fd.children.length=0)})}manipulation.empty=Rd;function Md(Fd){if(Fd===void 0){var Ud=this[0];return!Ud||!od.DomUtils.hasChildren(Ud)?null:td.html(Ud.children,this.options)}var Vd=Ra.__assign(Ra.__assign({},this.options),{context:null});return rd.domEach(this,function(qd){if(od.DomUtils.hasChildren(qd)){qd.children.forEach(function(zd){zd.next=zd.prev=zd.parent=null}),Vd.context=qd;var Wd=rd.isCheerio(Fd)?Fd.toArray():ed.default(""+Fd,Vd,!1).children;ed.update(Wd,qd)}})}manipulation.html=Md;function Ld(){return td.html(this,this.options)}manipulation.toString=Ld;function jd(Fd){var Ud=this;return Fd===void 0?td.text(this):typeof Fd=="function"?rd.domEach(this,function(Vd,qd){jd.call(Ud._make(Vd),Fd.call(Vd,qd,td.text([Vd])))}):rd.domEach(this,function(Vd){if(od.DomUtils.hasChildren(Vd)){Vd.children.forEach(function(Wd){Wd.next=Wd.prev=Wd.parent=null});var qd=new Ja.Text(Fd);ed.update(qd,Vd)}})}manipulation.text=jd;function Pd(){return this._make(rd.cloneDom(this.get()))}return manipulation.clone=Pd,manipulation}var css$1={},hasRequiredCss;function requireCss(){if(hasRequiredCss)return css$1;hasRequiredCss=1,Object.defineProperty(css$1,"__esModule",{value:!0}),css$1.css=void 0;var Ra=requireUtils$1();function qa(od,sd){return od!=null&&sd!=null||typeof od=="object"&&!Array.isArray(od)?Ra.domEach(this,function(ld,cd){Ra.isTag(ld)&&Ja(ld,od,sd,cd)}):ed(this[0],od)}css$1.css=qa;function Ja(od,sd,ld,cd){if(typeof sd=="string"){var ud=ed(od),gd=typeof ld=="function"?ld.call(od,cd,ud[sd]):ld;gd===""?delete ud[sd]:gd!=null&&(ud[sd]=gd),od.attribs.style=td(ud)}else typeof sd=="object"&&Object.keys(sd).forEach(function(_d,yd){Ja(od,_d,sd[_d],yd)})}function ed(od,sd){if(!(!od||!Ra.isTag(od))){var ld=rd(od.attribs.style);if(typeof sd=="string")return ld[sd];if(Array.isArray(sd)){var cd={};return sd.forEach(function(ud){ld[ud]!=null&&(cd[ud]=ld[ud])}),cd}return ld}}function td(od){return Object.keys(od).reduce(function(sd,ld){return""+sd+(sd?" ":"")+ld+": "+od[ld]+";"},"")}function rd(od){return od=(od||"").trim(),od?od.split(";").reduce(function(sd,ld){var cd=ld.indexOf(":");return cd<1||cd===ld.length-1||(sd[ld.slice(0,cd).trim()]=ld.slice(cd+1).trim()),sd},{}):{}}return css$1}var forms={},hasRequiredForms;function requireForms(){if(hasRequiredForms)return forms;hasRequiredForms=1,Object.defineProperty(forms,"__esModule",{value:!0}),forms.serializeArray=forms.serialize=void 0;var Ra=requireUtils$1(),qa="input,select,textarea,keygen",Ja=/%20/g,ed=/\r?\n/g;function td(){var od=this.serializeArray(),sd=od.map(function(ld){return encodeURIComponent(ld.name)+"="+encodeURIComponent(ld.value)});return sd.join("&").replace(Ja,"+")}forms.serialize=td;function rd(){var od=this;return this.map(function(sd,ld){var cd=od._make(ld);return Ra.isTag(ld)&&ld.name==="form"?cd.find(qa).toArray():cd.filter(qa).toArray()}).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map(function(sd,ld){var cd,ud=od._make(ld),gd=ud.attr("name"),_d=(cd=ud.val())!==null&&cd!==void 0?cd:"";return Array.isArray(_d)?_d.map(function(yd){return{name:gd,value:yd.replace(ed,`\r
`)}}):{name:gd,value:_d.replace(ed,`\r
`)}}).toArray()}return forms.serializeArray=rd,forms}var hasRequiredCheerio;function requireCheerio(){if(hasRequiredCheerio)return cheerio$1;hasRequiredCheerio=1,Object.defineProperty(cheerio$1,"__esModule",{value:!0}),cheerio$1.Cheerio=void 0;var Ra=require$$0$6,qa=Ra.__importDefault(requireParse()),Ja=Ra.__importDefault(requireOptions()),ed=requireUtils$1(),td=Ra.__importStar(requireAttributes()),rd=Ra.__importStar(requireTraversing()),od=Ra.__importStar(requireManipulation()),sd=Ra.__importStar(requireCss()),ld=Ra.__importStar(requireForms()),cd=function(){function gd(_d,yd,Ed,Td){var Od=this;if(Td===void 0&&(Td=Ja.default),this.length=0,this.options=Td,!_d)return this;if(Ed&&(typeof Ed=="string"&&(Ed=qa.default(Ed,this.options,!1)),this._root=new this.constructor(Ed,null,null,this.options),this._root._root=this._root),ed.isCheerio(_d))return _d;var Ad=typeof _d=="string"&&ed.isHtml(_d)?qa.default(_d,this.options,!1).children:ud(_d)?[_d]:Array.isArray(_d)?_d:null;if(Ad)return Ad.forEach(function(Id,Rd){Od[Rd]=Id}),this.length=Ad.length,this;var Nd=_d,kd=yd?typeof yd=="string"?ed.isHtml(yd)?this._make(qa.default(yd,this.options,!1)):(Nd=yd+" "+Nd,this._root):ed.isCheerio(yd)?yd:this._make(yd):this._root;return kd?kd.find(Nd):this}return gd.prototype._make=function(_d,yd){var Ed=new this.constructor(_d,yd,this._root,this.options);return Ed.prevObject=this,Ed},gd}();cheerio$1.Cheerio=cd,cd.prototype.cheerio="[cheerio object]",cd.prototype.splice=Array.prototype.splice,cd.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(cd.prototype,td,rd,od,sd,ld);function ud(gd){return!!gd.name||gd.type==="root"||gd.type==="text"||gd.type==="comment"}return cheerio$1}var hasRequiredLoad;function requireLoad(){if(hasRequiredLoad)return load;hasRequiredLoad=1,Object.defineProperty(load,"__esModule",{value:!0}),load.load=void 0;var Ra=require$$0$6,qa=Ra.__importStar(requireOptions()),Ja=Ra.__importStar(require_static()),ed=requireCheerio(),td=Ra.__importDefault(requireParse());function rd(od,sd,ld){if(ld===void 0&&(ld=!0),od==null)throw new Error("cheerio.load() expects a string");var cd=Ra.__assign(Ra.__assign({},qa.default),qa.flatten(sd)),ud=td.default(od,cd,ld),gd=function(yd){Ra.__extends(Ed,yd);function Ed(){return yd!==null&&yd.apply(this,arguments)||this}return Ed}(ed.Cheerio);function _d(yd,Ed,Td,Od){return Td===void 0&&(Td=ud),new gd(yd,Ed,Td,Ra.__assign(Ra.__assign({},cd),qa.flatten(Od)))}return Object.assign(_d,Ja,{load:rd,_root:ud,_options:cd,fn:gd.prototype,prototype:gd.prototype}),_d}return load.load=rd,load}(function(Ra){Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.root=Ra.parseHTML=Ra.merge=Ra.contains=void 0;var qa=require$$0$6;qa.__exportStar(requireTypes(),Ra),qa.__exportStar(requireLoad(),Ra);var Ja=requireLoad();Ra.default=Ja.load([]);var ed=qa.__importStar(require_static());Ra.contains=ed.contains,Ra.merge=ed.merge,Ra.parseHTML=ed.parseHTML,Ra.root=ed.root})(lib$d);var utils$3={},lexer={exports:{}},debug={exports:{}};(function(Ra,qa){var Ja={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};Ra.exports=ed;function ed(rd){return td.bind(null,rd)}function td(rd){var od=[].slice.call(arguments,1);od.unshift("["+rd+"]"),Ja.stderr.write(od.join(" ")+`
`)}})(debug);var debugExports=debug.exports;(function(Ra,qa){debugExports("lex"),Ra.exports=Ja;function Ja(ed){var td="",rd,od=0,sd=-1,ld=0,cd=1,ud="before-selector",gd=[ud],_d={},yd=[],Ed=["media","keyframes",{name:"-webkit-keyframes",type:"keyframes",prefix:"-webkit-"},{name:"-moz-keyframes",type:"keyframes",prefix:"-moz-"},{name:"-ms-keyframes",type:"keyframes",prefix:"-ms-"},{name:"-o-keyframes",type:"keyframes",prefix:"-o-"},"font-face",{name:"import",state:"before-at-value"},{name:"charset",state:"before-at-value"},"supports","viewport",{name:"namespace",state:"before-at-value"},"document",{name:"-moz-document",type:"document",prefix:"-moz-"},"page"];function Td(){return jd(),ed[sd]}function Od(Qd){return Qd?gd[gd.length-1-Qd]:ud}function Ad(Qd){var hf=sd+1;return Qd===ed.slice(hf,hf+Qd.length)}function Nd(Qd){var hf=ed.slice(sd).indexOf(Qd);return hf>0?hf:!1}function kd(Qd){return Qd===Id(1)}function Id(Qd){return ed[sd+(Qd||1)]}function Rd(){var Qd=gd.pop();return ud=gd[gd.length-1],Qd}function Md(Qd){return ud=Qd,gd.push(ud),gd.length}function Ld(Qd){var hf=ud;return gd[gd.length-1]=ud=Qd,hf}function jd(Qd){if((Qd||1)==1)ed[sd]==`
`?(cd++,od=1):od++,sd++;else{var hf=ed.slice(sd,sd+Qd).split(`
`);hf.length>1&&(cd+=hf.length-1,od=1),od+=hf[hf.length-1].length,sd=sd+Qd}}function Pd(){_d.end={line:cd,col:od},yd.push(_d),td="",_d={}}function Fd(Qd){_d={type:Qd,start:{line:cd,col:od}}}for(;rd=Td();)switch(rd){case" ":switch(Od()){case"selector":case"value":case"value-paren":case"at-group":case"at-value":case"comment":case"double-string":case"single-string":td+=rd;break}break;case`
`:case" ":case"\r":case"\f":switch(Od()){case"value":case"value-paren":case"at-group":case"comment":case"single-string":case"double-string":case"selector":td+=rd;break;case"at-value":rd===`
`&&(_d.value=td.trim(),Pd(),Rd());break}break;case":":switch(Od()){case"name":_d.name=td.trim(),td="",Ld("before-value");break;case"before-selector":td+=rd,Fd("selector"),Md("selector");break;case"before-value":Ld("value"),td+=rd;break;default:td+=rd;break}break;case";":switch(Od()){case"name":case"before-value":case"value":td.trim().length>0&&(_d.value=td.trim(),Pd()),Ld("before-name");break;case"value-paren":td+=rd;break;case"at-value":_d.value=td.trim(),Pd(),Rd();break;case"before-name":break;default:td+=rd;break}break;case"{":switch(Od()){case"selector":if(Id(-1)==="\\"){td+=rd;break}_d.text=td.trim(),Pd(),Ld("before-name"),ld=ld+1;break;case"at-group":switch(_d.name=td.trim(),_d.type){case"font-face":case"viewport":case"page":Md("before-name");break;default:Md("before-selector")}Pd(),ld=ld+1;break;case"name":case"at-rule":_d.name=td.trim(),Pd(),Md("before-name"),ld=ld+1;break;case"comment":case"double-string":case"single-string":td+=rd;break;case"before-value":Ld("value"),td+=rd;break}break;case"}":switch(Od()){case"before-name":case"name":case"before-value":case"value":td&&(_d.value=td.trim()),_d.name&&_d.value&&Pd(),Fd("end"),Pd(),Rd(),Od()==="at-group"&&(Fd("at-group-end"),Pd(),Rd()),ld>0&&(ld=ld-1);break;case"at-group":case"before-selector":case"selector":if(Id(-1)==="\\"){td+=rd;break}ld>0&&Od(1)==="at-group"&&(Fd("at-group-end"),Pd()),ld>1&&Rd(),ld>0&&(ld=ld-1);break;case"double-string":case"single-string":case"comment":td+=rd;break}break;case'"':case"'":switch(Od()){case"double-string":rd==='"'&&Id(-1)!=="\\"&&Rd();break;case"single-string":rd==="'"&&Id(-1)!=="\\"&&Rd();break;case"before-at-value":Ld("at-value"),Md(rd==='"'?"double-string":"single-string");break;case"before-value":Ld("value"),Md(rd==='"'?"double-string":"single-string");break;case"comment":break;default:Id(-1)!=="\\"&&Md(rd==='"'?"double-string":"single-string")}td+=rd;break;case"/":switch(Od()){case"comment":case"double-string":case"single-string":td+=rd;break;case"before-value":case"selector":case"name":case"value":if(kd("*")){var Ud=Nd("*/");Ud&&jd(Ud+1)}else Od()=="before-value"&&Ld("value"),td+=rd;break;default:kd("*")?(Fd("comment"),Md("comment"),jd()):td+=rd;break}break;case"*":switch(Od()){case"comment":kd("/")?(_d.text=td,jd(),Pd(),Rd()):td+=rd;break;case"before-selector":td+=rd,Fd("selector"),Md("selector");break;case"before-value":Ld("value"),td+=rd;break;default:td+=rd}break;case"@":switch(Od()){case"comment":case"double-string":case"single-string":td+=rd;break;case"before-value":Ld("value"),td+=rd;break;default:for(var Vd=!1,qd,Wd,zd=0,Kd=Ed.length;!Vd&&zd<Kd;++zd)Wd=Ed[zd],qd=Wd.name||Wd,Ad(qd)&&(Vd=!0,Fd(qd),Md(Wd.state||"at-group"),jd(qd.length),Wd.prefix&&(_d.prefix=Wd.prefix),Wd.type&&(_d.type=Wd.type));Vd||(td+=rd);break}break;case"(":switch(Od()){case"value":Md("value-paren");break;case"before-value":Ld("value");break}td+=rd;break;case")":switch(Od()){case"value-paren":Rd();break;case"before-value":Ld("value");break}td+=rd;break;default:switch(Od()){case"before-selector":Fd("selector"),Md("selector");break;case"before-name":Fd("property"),Ld("name");break;case"before-value":Ld("value");break;case"before-at-value":Ld("at-value");break}td+=rd;break}return yd}})(lexer);var lexerExports=lexer.exports,parser$2={exports:{}};(function(Ra,qa){debugExports("parse");var Ja=lexerExports;Ra.exports=sd;var ed,td,rd,od;function sd(Rd,Md){Md||(Md={}),ed=!!Md.comments,rd=!!Md.position,td=0,od=Array.isArray(Rd)?Rd.slice():Ja(Rd);for(var Ld,jd=[],Pd;Pd=cd();)Ld=Ad(Pd),Ld&&jd.push(Ld);return{type:"stylesheet",stylesheet:{rules:jd}}}function ld(Rd,Md){Md||(Md={});for(var Ld,jd=["type","name","value"],Pd={},Fd=0;Fd<jd.length;++Fd)Ld=jd[Fd],Rd[Ld]&&(Pd[Ld]=Md[Ld]||Rd[Ld]);for(jd=Object.keys(Md),Fd=0;Fd<jd.length;++Fd)Ld=jd[Fd],Pd[Ld]||(Pd[Ld]=Md[Ld]);return rd&&(Pd.position={start:Rd.start,end:Rd.end}),Pd}function cd(){var Rd=od.shift();return Rd}function ud(Rd){td=td+1;var Md={};switch(Rd.type){case"font-face":case"viewport":Md.declarations=kd();break;case"page":Md.prefix=Rd.prefix,Md.declarations=kd();break;default:Md.prefix=Rd.prefix,Md.rules=Id()}return ld(Rd,Md)}function gd(Rd){return ld(Rd)}function _d(Rd){return ld(Rd)}function yd(Rd){return ld(Rd,{text:Rd.text})}function Ed(Rd){return ld(Rd)}function Td(Rd){return ld(Rd)}function Od(Rd){function Md(Ld){return Ld.trim()}return ld(Rd,{type:"rule",selectors:Rd.text.split(",").map(Md),declarations:kd()})}function Ad(Rd){switch(Rd.type){case"property":return Td(Rd);case"selector":return Od(Rd);case"at-group-end":td=td-1;return;case"media":case"keyframes":return ud(Rd);case"comment":if(ed)return yd(Rd);break;case"charset":return _d(Rd);case"import":return gd(Rd);case"namespace":return Ed(Rd);case"font-face":case"supports":case"viewport":case"document":case"page":return ud(Rd)}}function Nd(Rd){for(var Md,Ld=[],jd;(jd=cd())&&Rd&&Rd(jd);)Md=Ad(jd),Md&&Ld.push(Md);return jd&&jd.type!=="end"&&od.unshift(jd),Ld}function kd(){return Nd(function(Rd){return Rd.type==="property"||Rd.type==="comment"})}function Id(){return Nd(function(){return td})}})(parser$2);var parserExports=parser$2.exports,stringify$1={exports:{}};(function(Ra,qa){debugExports("stringify");var Ja,ed,td,rd,od,sd;Ra.exports=ld;function ld(Id,Rd){Rd||(Rd={}),td=Rd.indentation||"",ed=!!Rd.compress,Ja=!!Rd.comments,rd=1,ed?od=sd="":(od=`
`,sd=" ");var Md=Ed(Id.stylesheet.rules,Nd).join(`
`).trim();return Md}function cd(Id){if(Id){rd+=Id;return}return ed?"":Array(rd).join(td||"")}function ud(Id){return"@"+Id.type+" "+Id.value+";"+od}function gd(Id){var Rd="",Md=Id.prefix||"";Id.name&&(Rd=" "+Id.name);var Ld=Id.type!=="page";return"@"+Md+Id.type+Rd+sd+Td(Id,Ld)+od}function _d(Id){return Ja?"/*"+(Id.text||"")+"*/"+od:""}function yd(Id){var Rd;return Id.selectors?Rd=Id.selectors.join(","+od):(Rd="@"+Id.type,Rd+=Id.name?" "+Id.name:""),cd()+Rd+sd+Td(Id)+od}function Ed(Id,Rd){return Id.reduce(function(Md,Ld){var jd=Ld.type==="comment"?_d(Ld):Rd(Ld);return jd&&Md.push(jd),Md},[])}function Td(Id,Rd){var Md=Id.declarations,Ld=Ad;return Id.rules&&(Md=Id.rules,Ld=yd),Md=Od(Md,Ld),Md&&(Md=od+Md+(Rd?"":od)),"{"+Md+cd()+"}"}function Od(Id,Rd){if(!Id)return"";cd(1);var Md=Ed(Id,Rd);return cd(-1),Md.length?Md.join(od):""}function Ad(Id){if(Id.type==="property")return kd(Id)}function Nd(Id){switch(Id.type){case"rule":return yd(Id);case"media":case"keyframes":return gd(Id);case"comment":return _d(Id);case"import":case"charset":case"namespace":return ud(Id);case"font-face":case"supports":case"viewport":case"document":case"page":return gd(Id)}}function kd(Id){var Rd=Id.name?Id.name+":"+sd:"";return cd()+Rd+Id.value+";"}})(stringify$1);var stringifyExports=stringify$1.exports,mensch={lex:lexerExports,parse:parserExports,stringify:stringifyExports},selector={exports:{}},escapeRe=/([-.*+?^${}()|[\]\/\\])/g,unescapeRe=/\\/g,escape$1=function(Ra){return(Ra+"").replace(escapeRe,"\\$1")},unescape$1=function(Ra){return(Ra+"").replace(unescapeRe,"")},slickRe=RegExp(`^(?:\\s*(,)\\s*|\\s*(<combinator>+)\\s*|(\\s+)|(<unicode>+|\\*)|\\#(<unicode>+)|\\.(<unicode>+)|\\[\\s*(<unicode1>+)(?:\\s*([*^$!~|]?=)(?:\\s*(?:(["']?)(.*?)\\9)))?\\s*\\](?!\\])|(:+)(<unicode>+)(?:\\((?:(?:(["'])([^\\13]*)\\13)|((?:\\([^)]+\\)|[^()]*)+))\\))?)`.replace(/<combinator>/,"["+escape$1(">+~`!@$%^&={}\\;</")+"]").replace(/<unicode>/g,"(?:[\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])").replace(/<unicode1>/g,"(?:[:\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])")),Part=function(qa){this.combinator=qa||" ",this.tag="*"};Part.prototype.toString=function(){if(!this.raw){var Ra="",qa,Ja;if(Ra+=this.tag||"*",this.id&&(Ra+="#"+this.id),this.classes&&(Ra+="."+this.classList.join(".")),this.attributes)for(qa=0;Ja=this.attributes[qa++];)Ra+="["+Ja.name+(Ja.operator?Ja.operator+'"'+Ja.value+'"':"")+"]";if(this.pseudos)for(qa=0;Ja=this.pseudos[qa++];)Ra+=":"+Ja.name,Ja.value&&(Ra+="("+Ja.value+")");this.raw=Ra}return this.raw};var Expression=function(){this.length=0};Expression.prototype.toString=function(){if(!this.raw){for(var Ra="",qa=0,Ja;Ja=this[qa++];)qa!==1&&(Ra+=" "),Ja.combinator!==" "&&(Ra+=Ja.combinator+" "),Ra+=Ja;this.raw=Ra}return this.raw};var replacer=function(Ra,qa,Ja,ed,td,rd,od,sd,ld,cd,ud,gd,_d,yd,Ed,Td){var Od,Ad;if((qa||!this.length)&&(Od=this[this.length++]=new Expression,qa))return"";if(Od||(Od=this[this.length-1]),(Ja||ed||!Od.length)&&(Ad=Od[Od.length++]=new Part(Ja)),Ad||(Ad=Od[Od.length-1]),td)Ad.tag=unescape$1(td);else if(rd)Ad.id=unescape$1(rd);else if(od){var Nd=unescape$1(od),kd=Ad.classes||(Ad.classes={});if(!kd[Nd]){kd[Nd]=escape$1(od);var Id=Ad.classList||(Ad.classList=[]);Id.push(Nd),Id.sort()}}else _d?(Td=Td||Ed,(Ad.pseudos||(Ad.pseudos=[])).push({type:gd.length==1?"class":"element",name:unescape$1(_d),escapedName:escape$1(_d),value:Td?unescape$1(Td):null,escapedValue:Td?escape$1(Td):null})):sd&&(ud=ud?escape$1(ud):null,(Ad.attributes||(Ad.attributes=[])).push({operator:ld,name:unescape$1(sd),escapedName:escape$1(sd),value:ud?unescape$1(ud):null,escapedValue:ud?escape$1(ud):null}));return""},Expressions=function(qa){this.length=0;for(var Ja=this,ed=qa,td;qa;){if(td=qa.replace(slickRe,function(){return replacer.apply(Ja,arguments)}),td===qa)throw new Error(ed+" is an invalid expression");qa=td}};Expressions.prototype.toString=function(){if(!this.raw){for(var Ra=[],qa=0,Ja;Ja=this[qa++];)Ra.push(Ja);this.raw=Ra.join(", ")}return this.raw};var cache$1={},parse=function(Ra){return Ra==null?null:(Ra=(""+Ra).replace(/^\s+|\s+$/g,""),cache$1[Ra]||(cache$1[Ra]=new Expressions(Ra)))},parser$1=parse;(function(Ra,qa){var Ja=parser$1;Ra.exports=ed;function ed(rd,od){this.text=rd,this.spec=void 0,this.styleAttribute=od||!1}ed.prototype.parsed=function(){return this.tokens||(this.tokens=td(this.text)),this.tokens},ed.prototype.specificity=function(){var rd=this.styleAttribute;return this.spec||(this.spec=od(this.text,this.parsed())),this.spec;function od(sd,ld){for(var cd=ld||td(sd),ud=[rd?1:0,0,0,0],gd=[],_d=0;_d<cd.length;_d++){var yd=cd[_d],Ed=yd.pseudos;if(yd.id&&ud[1]++,yd.attributes&&(ud[2]+=yd.attributes.length),yd.classList&&(ud[2]+=yd.classList.length),yd.tag&&yd.tag!=="*"&&ud[3]++,Ed){ud[3]+=Ed.length;for(var Td=0;Td<Ed.length;Td++)Ed[Td].name==="not"&&(gd.push(Ed[Td].value),ud[3]--)}}for(var Od=gd.length;Od--;)for(var Ad=od(gd[Od]),Nd=4;Nd--;)ud[Nd]+=Ad[Nd];return ud}};function td(rd){try{return Ja(rd)[0]}catch{return[]}}})(selector);var selectorExports=selector.exports,property={exports:{}},hasRequiredProperty;function requireProperty(){return hasRequiredProperty||(hasRequiredProperty=1,function(Ra,qa){Ra.exports=ed;var Ja=requireUtils();function ed(td,rd,od,sd,ld){this.prop=td,this.value=rd,this.selector=od,this.priority=sd||0,this.additionalPriority=ld||[]}ed.prototype.compareFunc=function(td){var rd=[];rd.push.apply(rd,this.selector.specificity()),rd.push.apply(rd,this.additionalPriority),rd[0]+=this.priority;var od=[];return od.push.apply(od,td.selector.specificity()),od.push.apply(od,td.additionalPriority),od[0]+=td.priority,Ja.compareFunc(rd,od)},ed.prototype.compare=function(td){var rd=this.compareFunc(td);return rd===1?this:td},ed.prototype.toString=function(){return this.prop+": "+this.value.replace(/['"]+/g,"")+";"}}(property)),property.exports}var hasRequiredUtils;function requireUtils(){return hasRequiredUtils||(hasRequiredUtils=1,function(Ra){var qa=mensch,Ja=selectorExports,ed=requireProperty();Ra.Selector=Ja,Ra.Property=ed;/**
* Returns an array of the selectors.
*
* @license Sizzle CSS Selector Engine - MIT
* @param {String} selectorText from mensch
* @api public
*/Ra.extract=function(rd){for(var od=0,sd=[],ld="",cd=0,ud=rd.length;cd<ud;cd++){var gd=rd.charAt(cd);od?((gd==="]"||gd===")")&&od--,ld+=gd):gd===","?(sd.push(ld),ld=""):((gd==="["||gd==="(")&&od++,(ld.length||gd!==","&&gd!==`
`&&gd!==" ")&&(ld+=gd))}return ld.length&&sd.push(ld),sd},Ra.parseCSS=function(td){for(var rd=qa.parse(td,{position:!0,comments:!0}),od=typeof rd.stylesheet<"u"&&rd.stylesheet.rules?rd.stylesheet.rules:[],sd=[],ld=0,cd=od.length;ld<cd;ld++)if(od[ld].type=="rule")for(var ud=od[ld],gd=ud.selectors,_d=0,yd=gd.length;_d<yd;_d++)sd.push([gd[_d],ud.declarations]);return sd},Ra.getPreservedText=function(td,rd,od){for(var sd=qa.parse(td,{position:!0,comments:!0}),ld=typeof sd.stylesheet<"u"&&sd.stylesheet.rules?sd.stylesheet.rules:[],cd=[],ud=ld.length-1;ud>=0;ud--)(rd.fontFaces&&ld[ud].type==="font-face"||rd.mediaQueries&&ld[ud].type==="media"||rd.keyFrames&&ld[ud].type==="keyframes"||rd.pseudos&&ld[ud].selectors&&this.matchesPseudo(ld[ud].selectors[0],od))&&cd.unshift(qa.stringify({stylesheet:{rules:[ld[ud]]}},{comments:!1,indentation:" "})),ld[ud].position.start;return cd.length===0?!1:`
`+cd.join(`
`)+`
`},Ra.normalizeLineEndings=function(td){return td.replace(/\r\n/g,`
`).replace(/\n/g,`\r
`)},Ra.matchesPseudo=function(td,rd){return rd.find(function(od){return td.indexOf(od)>-1})},Ra.compareFunc=function(td,rd){for(var od=Math.min(td.length,rd.length),sd=0;sd<od;sd++)if(td[sd]!==rd[sd])return td[sd]>rd[sd]?1:-1;return td.length-rd.length},Ra.compare=function(td,rd){return Ra.compareFunc(td,rd)==1?td:rd},Ra.getDefaultOptions=function(td){var rd=Object.assign({extraCss:"",insertPreservedExtraCss:!0,applyStyleTags:!0,removeStyleTags:!0,preserveMediaQueries:!0,preserveFontFaces:!0,preserveKeyFrames:!0,preservePseudos:!0,applyWidthAttributes:!0,applyHeightAttributes:!0,applyAttributesTableElements:!0,url:""},td);return rd.webResources=rd.webResources||{},rd}}(utils$3)),utils$3}(function(Ra){var qa=lib$d;requireUtils();var Ja=function(td,rd,od){return rd=Object.assign({decodeEntities:!1,_useHtmlParser2:!0},rd),td=od(td),qa.load(td,rd)},ed=function(){var td=[],rd=function(sd){var ld=Ra.exports.codeBlocks;return Object.keys(ld).forEach(function(cd){var ud=new RegExp(ld[cd].start+"([\\S\\s]*?)"+ld[cd].end,"g");sd=sd.replace(ud,function(gd,_d){return td.push(gd),"JUICE_CODE_BLOCK_"+(td.length-1)+"_"})}),sd},od=function(sd){for(var ld=0;ld<td.length;ld++){var cd=new RegExp("JUICE_CODE_BLOCK_"+ld+'_(="")?',"gi");sd=sd.replace(cd,function(){return td[ld]})}return sd};return{encodeEntities:rd,decodeEntities:od}};Ra.exports=function(td,rd,od,sd){var ld=ed(),cd=Ja(td,rd,ld.encodeEntities),ud=[cd];ud.push.apply(ud,sd);var gd=od.apply(void 0,ud)||cd;return rd&&rd.xmlMode?ld.decodeEntities(gd.xml()):ld.decodeEntities(gd.html())},Ra.exports.codeBlocks={EJS:{start:"<%",end:"%>"},HBS:{start:"{{",end:"}}"}}})(cheerio$2);var cheerioExports=cheerio$2.exports,numbers$1={};numbers$1.romanize=function(Ra){if(isNaN(Ra))return NaN;for(var qa=String(+Ra).split(""),Ja=["","C","CC","CCC","CD","D","DC","DCC","DCCC","CM","","X","XX","XXX","XL","L","LX","LXX","LXXX","XC","","I","II","III","IV","V","VI","VII","VIII","IX"],ed="",td=3;td--;)ed=(Ja[+qa.pop()+td*10]||"")+ed;return Array(+qa.join("")+1).join("M")+ed};numbers$1.alphanumeric=function(Ra){for(var qa="",Ja;Ra>0;)Ja=(Ra-1)%26,qa=String.fromCharCode(65+Ja)+qa,Ra=(Ra-Ja)/26|0;return qa||void 0};var utils$2=requireUtils(),numbers=numbers$1,inline=function(qa){qa.ignoredPseudos=["hover","active","focus","visited","link"],qa.widthElements=["TABLE","TD","TH","IMG"],qa.heightElements=["TABLE","TD","TH","IMG"],qa.tableElements=["TABLE","TH","TR","TD","CAPTION","COLGROUP","COL","THEAD","TBODY","TFOOT"],qa.nonVisualElements=["HEAD","TITLE","BASE","LINK","STYLE","META","SCRIPT","NOSCRIPT"],qa.styleToAttribute={"background-color":"bgcolor","background-image":"background","text-align":"align","vertical-align":"valign"},qa.excludedProperties=[],qa.juiceDocument=ud,qa.inlineDocument=Ja;function Ja(yd,Ed,Td){Td=Td||{};var Od=utils$2.parseCSS(Ed),Ad=[],Nd="style",kd={};if(Td.styleAttributeName&&(Nd=Td.styleAttributeName),Od.forEach(Md),Ad.forEach(Ld),Td.inlinePseudoElements&&Ad.forEach(jd),Td.applyWidthAttributes&&Ad.forEach(function(Vd){Pd(Vd,"width")}),Td.applyHeightAttributes&&Ad.forEach(function(Vd){Pd(Vd,"height")}),Td.applyAttributesTableElements&&Ad.forEach(Ud),Td.insertPreservedExtraCss&&Td.extraCss){var Id=utils$2.getPreservedText(Td.extraCss,{mediaQueries:Td.preserveMediaQueries,fontFaces:Td.preserveFontFaces,keyFrames:Td.preserveKeyFrames});if(Id){var Rd=null;Td.insertPreservedExtraCss!==!0?Rd=yd(Td.insertPreservedExtraCss):(Rd=yd("head"),Rd.length||(Rd=yd("body")),Rd.length||(Rd=yd.root())),Rd.first().append("<style>"+Id+"</style>")}}function Md(Vd){var qd=Vd[0],Wd=Vd[1],zd=new utils$2.Selector(qd),Kd=zd.parsed();if(Kd){for(var Qd=sd(Kd),hf=0;hf<Kd.length;++hf){var gf=Kd[hf];if(gf.pseudos)for(var bf=0;bf<gf.pseudos.length;++bf){var kf=gf.pseudos[bf];if(qa.ignoredPseudos.indexOf(kf.name)>=0)return}}if(Qd){var Cf=Kd[Kd.length-1],Ef=Cf.pseudos;Cf.pseudos=cd(Cf.pseudos),qd=Kd.toString(),Cf.pseudos=Ef}var yf;try{yf=yd(qd)}catch{return}yf.each(function(){var Mf=this;if(Mf.name&&qa.nonVisualElements.indexOf(Mf.name.toUpperCase())>=0)return;if(Qd){var Af="pseudo"+Qd,Zd=Mf[Af];Zd||(Zd=Mf[Af]=yd("<span />").get(0),Zd.pseudoElementType=Qd,Zd.pseudoElementParent=Mf,Zd.counterProps=Mf.counterProps,Mf[Af]=Zd),Mf=Zd}if(!Mf.styleProps){if(Mf.styleProps={},yd(Mf).attr(Nd)){var mf="* { "+yd(Mf).attr(Nd)+" } ";Lf(utils$2.parseCSS(mf)[0][1],new utils$2.Selector("<style>",!0))}Ad.push(Mf)}Mf.counterProps||(Mf.counterProps=Mf.parent&&Mf.parent.counterProps?Object.create(Mf.parent.counterProps):{});function Pf(jf,xf){for(var Nf=xf.split(/\s+/),Bf=0;Bf<Nf.length;Bf++){var Tf=Nf[Bf],wf=parseInt(Nf[Bf+1],10);isNaN(wf)?jf.counterProps[Tf]=kd[Tf]=0:jf.counterProps[Tf]=kd[Nf[Bf++]]=wf}}function Ff(jf,xf){for(var Nf=xf.split(/\s+/),Bf=0;Bf<Nf.length;Bf++){var Tf=Nf[Bf];if(jf.counterProps[Tf]!==void 0){var wf=parseInt(Nf[Bf+1],10);isNaN(wf)?jf.counterProps[Tf]=kd[Tf]+=1:jf.counterProps[Tf]=kd[Nf[Bf++]]+=wf}}}function Lf(jf,xf){for(var Nf=0,Bf=jf.length;Nf<Bf;Nf++)if(jf[Nf].type=="property"){var Tf=jf[Nf].name,wf=jf[Nf].value;Tf==="counter-reset"&&Pf(Mf,wf),Tf==="counter-increment"&&Ff(Mf,wf);var Of=wf.match(/!important$/)!==null;Of&&!Td.preserveImportant&&(wf=ed(wf));var $f=[jf[Nf].position.start.line,jf[Nf].position.start.col],Wf=new utils$2.Property(Tf,wf,xf,Of?2:0,$f),Kf=Mf.styleProps[Tf];qa.excludedProperties.indexOf(Tf)<0&&(Kf&&Kf.compare(Wf)===Wf||!Kf)&&(Kf&&Kf.selector!==xf?delete Mf.styleProps[Tf]:Kf&&(Wf.nextProp=Kf),Mf.styleProps[Tf]=Wf)}}Lf(Wd,zd)})}}function Ld(Vd){Object.keys(Vd.styleProps).length;var qd=[];Object.keys(Vd.styleProps).forEach(function(zd){for(var Kd=Vd.styleProps[zd];typeof Kd<"u";)qd.push(Kd),Kd=Kd.nextProp}),qd.sort(function(zd,Kd){return zd.compareFunc(Kd)});var Wd=qd.filter(function(zd){return zd.prop!=="content"}).map(function(zd){return zd.prop+": "+zd.value.replace(/["]/g,"'")+";"}).join(" ");Wd&&yd(Vd).attr(Nd,Wd)}function jd(Vd){if(Vd.pseudoElementType&&Vd.styleProps.content){var qd=od(Vd);qd.img?(Vd.name="img",yd(Vd).attr("src",qd.img)):yd(Vd).text(qd);var Wd=Vd.pseudoElementParent;Vd.pseudoElementType==="before"?yd(Wd).prepend(Vd):yd(Wd).append(Vd)}}function Pd(Vd,qd){if(Vd.name){var Wd=Vd.name.toUpperCase();if(qa[qd+"Elements"].indexOf(Wd)>-1){for(var zd in Vd.styleProps)if(Vd.styleProps[zd].prop===qd){var Kd=Vd.styleProps[zd].value;if(Td.preserveImportant&&(Kd=ed(Kd)),Kd.match(/px/)){var Qd=Kd.replace("px","");yd(Vd).attr(qd,Qd);return}if(qa.tableElements.indexOf(Wd)>-1&&Kd.match(/\%/)){yd(Vd).attr(qd,Kd);return}}}}}function Fd(Vd){return Vd.indexOf("url(")!==0?Vd:Vd.replace(/^url\((["'])?([^"']+)\1\)$/,"$2")}function Ud(Vd){if(Vd.name){var qd=Vd.name.toUpperCase(),Wd=Object.keys(qa.styleToAttribute);if(qa.tableElements.indexOf(qd)>-1){for(var zd in Vd.styleProps)if(Wd.indexOf(Vd.styleProps[zd].prop)>-1){var Kd=qa.styleToAttribute[Vd.styleProps[zd].prop],Qd=Vd.styleProps[zd].value;if(Td.preserveImportant&&(Qd=ed(Qd)),Kd==="background"&&(Qd=Fd(Qd)),/(linear|radial)-gradient\(/i.test(Qd))continue;yd(Vd).attr(Kd,Qd)}}}}}function ed(yd){return yd.replace(/\s*!important$/,"")}function td(yd,Ed){for(;yd;){if(Ed in yd.styleProps)return yd.styleProps[Ed].value;var yd=yd.pseudoElementParent||yd.parent}}function rd(yd,Ed){switch(Ed){case"lower-roman":return numbers.romanize(yd).toLowerCase();case"upper-roman":return numbers.romanize(yd);case"lower-latin":case"lower-alpha":return numbers.alphanumeric(yd).toLowerCase();case"upper-latin":case"upper-alpha":return numbers.alphanumeric(yd);default:return yd.toString()}}function od(yd){var Ed=yd.styleProps.content.value;if(Ed==="none"||Ed==="normal")return"";var Td=Ed.match(/^\s*url\s*\(\s*(.*?)\s*\)\s*$/i);if(Td){var Od=Td[1].replace(/^['"]|['"]$/g,"");return{img:Od}}for(var Ad=[],Nd=Ed.split(/['"]/),kd=0;kd<Nd.length;kd++)if(Nd[kd]!==""){var Id=Nd[kd].match(/var\s*\(\s*(.*?)\s*(,\s*(.*?)\s*)?\s*\)/i);if(Id){var Rd=td(yd,Id[1])||Id[2];Ad.push(Rd.replace(/^['"]|['"]$/g,""));continue}var Md=Nd[kd].match(/counter\s*\(\s*(.*?)\s*(,\s*(.*?)\s*)?\s*\)/i);if(Md&&Md[1]in yd.counterProps){var Ld=yd.counterProps[Md[1]];Ad.push(rd(Ld,Md[3]));continue}var jd=Nd[kd].match(/attr\s*\(\s*(.*?)\s*\)/i);if(jd){var Pd=jd[1];Ad.push(yd.pseudoElementParent?yd.pseudoElementParent.attribs[Pd]:yd.attribs[Pd]);continue}Ad.push(Nd[kd])}return Ed=Ad.join(""),Ed=Ed.replace(/\\/g,""),Ed}function sd(yd){if(yd.length!==0){var Ed=yd[yd.length-1].pseudos;if(Ed){for(var Td=0;Td<Ed.length;Td++)if(ld(Ed[Td]))return Ed[Td].name}}}function ld(yd){return yd.name==="before"||yd.name==="after"}function cd(yd){return yd.filter(function(Ed){return!ld(Ed)})}function ud(yd,Ed){Ed=utils$2.getDefaultOptions(Ed);var Td=_d(yd,Ed);return Td+=`
`+Ed.extraCss,Ja(yd,Td,Ed),yd}function gd(yd,Ed){var Td=[],Od=yd("style"),Ad,Nd,kd;return Od.each(function(){kd=this;var Id=!!kd.childNodes;if(Ad=Id?kd.childNodes:kd.children,Ad.length!==1){Ed.removeStyleTags&&yd(kd).remove();return}if(Nd=Ad[0].data,Ed.applyStyleTags&&yd(kd).attr("data-embed")===void 0&&Td.push(Nd),Ed.removeStyleTags&&yd(kd).attr("data-embed")===void 0){var Rd=Id?kd.childNodes[0].nodeValue:kd.children[0].data,Md=utils$2.getPreservedText(Rd,{mediaQueries:Ed.preserveMediaQueries,fontFaces:Ed.preserveFontFaces,keyFrames:Ed.preserveKeyFrames,pseudos:Ed.preservePseudos},qa.ignoredPseudos);Md?Id?kd.childNodes[0].nodeValue=Md:kd.children[0].data=Md:yd(kd).remove()}yd(kd).removeAttr("data-embed")}),Td}function _d(yd,Ed){var Td=gd(yd,Ed),Od=Td.join(`
`);return Od}return qa},cheerio=cheerioExports,makeJuiceClient=inline,juiceClient=makeJuiceClient(function(Ra,qa){return cheerio(Ra,{xmlMode:qa&&qa.xmlMode},juiceDocument,[qa])}),juiceDocument=function(Ra,qa){return juiceClient.juiceDocument(Ra,qa)};juiceClient.inlineContent=function(Ra,qa,Ja){return cheerio(Ra,{xmlMode:Ja&&Ja.xmlMode},juiceClient.inlineDocument,[qa,Ja])};var client=juiceClient;const juice=getDefaultExportFromCjs(client);var yu$1=Object.create,He$2=Object.defineProperty,Au$1=Object.getOwnPropertyDescriptor,Bu$1=Object.getOwnPropertyNames,wu$2=Object.getPrototypeOf,xu$1=Object.prototype.hasOwnProperty,sr$2=Ra=>{throw TypeError(Ra)},_u$2=(Ra,qa)=>()=>(Ra&&(qa=Ra(Ra=0)),qa),At$5=(Ra,qa)=>()=>(qa||Ra((qa={exports:{}}).exports,qa),qa.exports),We$1=(Ra,qa)=>{for(var Ja in qa)He$2(Ra,Ja,{get:qa[Ja],enumerable:!0})},ar$2=(Ra,qa,Ja,ed)=>{if(qa&&typeof qa=="object"||typeof qa=="function")for(let td of Bu$1(qa))!xu$1.call(Ra,td)&&td!==Ja&&He$2(Ra,td,{get:()=>qa[td],enumerable:!(ed=Au$1(qa,td))||ed.enumerable});return Ra},Me$5=(Ra,qa,Ja)=>(Ja=Ra!=null?yu$1(wu$2(Ra)):{},ar$2(He$2(Ja,"default",{value:Ra,enumerable:!0}),Ra)),vu$2=Ra=>ar$2(He$2({},"__esModule",{value:!0}),Ra),bu$1=(Ra,qa,Ja)=>qa.has(Ra)||sr$2("Cannot "+Ja),Dr$2=(Ra,qa,Ja)=>qa.has(Ra)?sr$2("Cannot add the same private member more than once"):qa instanceof WeakSet?qa.add(Ra):qa.set(Ra,Ja),pe$1=(Ra,qa,Ja)=>(bu$1(Ra,qa,"access private method"),Ja),it$2=At$5((Ra,qa)=>{var Ja=new Proxy(String,{get:()=>Ja});qa.exports=Ja}),Tn$3={};We$1(Tn$3,{default:()=>_o$1,shouldHighlight:()=>xo$3});var xo$3,_o$1,kn$1=_u$2(()=>{xo$3=()=>!1,_o$1=String}),Pn$4=At$5((Ra,qa)=>{var Ja=String,ed=function(){return{isColorSupported:!1,reset:Ja,bold:Ja,dim:Ja,italic:Ja,underline:Ja,inverse:Ja,hidden:Ja,strikethrough:Ja,black:Ja,red:Ja,green:Ja,yellow:Ja,blue:Ja,magenta:Ja,cyan:Ja,white:Ja,gray:Ja,bgBlack:Ja,bgRed:Ja,bgGreen:Ja,bgYellow:Ja,bgBlue:Ja,bgMagenta:Ja,bgCyan:Ja,bgWhite:Ja}};qa.exports=ed(),qa.exports.createColors=ed}),$n$4=At$5(Ra=>{Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.codeFrameColumns=yd,Ra.default=Ed;var qa=(kn$1(),vu$2(Tn$3)),Ja=td(Pn$4(),!0);function ed(Td){if(typeof WeakMap!="function")return null;var Od=new WeakMap,Ad=new WeakMap;return(ed=function(Nd){return Nd?Ad:Od})(Td)}function td(Td,Od){if(Td===null||typeof Td!="object"&&typeof Td!="function")return{default:Td};var Ad=ed(Od);if(Ad&&Ad.has(Td))return Ad.get(Td);var Nd={__proto__:null},kd=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var Id in Td)if(Id!=="default"&&{}.hasOwnProperty.call(Td,Id)){var Rd=kd?Object.getOwnPropertyDescriptor(Td,Id):null;Rd&&(Rd.get||Rd.set)?Object.defineProperty(Nd,Id,Rd):Nd[Id]=Td[Id]}return Nd.default=Td,Ad&&Ad.set(Td,Nd),Nd}var rd=Ja.default,od=(Td,Od)=>Ad=>Td(Od(Ad)),sd;function ld(Td){return Td?(sd!=null||(sd=(0,Ja.createColors)(!0)),sd):rd}var cd=!1;function ud(Td){return{gutter:Td.gray,marker:od(Td.red,Td.bold),message:od(Td.red,Td.bold)}}var gd=/\r\n|[\n\r\u2028\u2029]/;function _d(Td,Od,Ad){let Nd=Object.assign({column:0,line:-1},Td.start),kd=Object.assign({},Nd,Td.end),{linesAbove:Id=2,linesBelow:Rd=3}=Ad||{},Md=Nd.line,Ld=Nd.column,jd=kd.line,Pd=kd.column,Fd=Math.max(Md-(Id+1),0),Ud=Math.min(Od.length,jd+Rd);Md===-1&&(Fd=0),jd===-1&&(Ud=Od.length);let Vd=jd-Md,qd={};if(Vd)for(let Wd=0;Wd<=Vd;Wd++){let zd=Wd+Md;if(!Ld)qd[zd]=!0;else if(Wd===0){let Kd=Od[zd-1].length;qd[zd]=[Ld,Kd-Ld+1]}else if(Wd===Vd)qd[zd]=[0,Pd];else{let Kd=Od[zd-Wd].length;qd[zd]=[0,Kd]}}else Ld===Pd?Ld?qd[Md]=[Ld,0]:qd[Md]=!0:qd[Md]=[Ld,Pd-Ld];return{start:Fd,end:Ud,markerLines:qd}}function yd(Td,Od,Ad={}){let Nd=(Ad.highlightCode||Ad.forceColor)&&(0,qa.shouldHighlight)(Ad),kd=ld(Ad.forceColor),Id=ud(kd),Rd=(qd,Wd)=>Nd?qd(Wd):Wd,Md=Td.split(gd),{start:Ld,end:jd,markerLines:Pd}=_d(Od,Md,Ad),Fd=Od.start&&typeof Od.start.column=="number",Ud=String(jd).length,Vd=(Nd?(0,qa.default)(Td,Ad):Td).split(gd,jd).slice(Ld,jd).map((qd,Wd)=>{let zd=Ld+1+Wd,Kd=` ${` ${zd}`.slice(-Ud)} |`,Qd=Pd[zd],hf=!Pd[zd+1];if(Qd){let gf="";if(Array.isArray(Qd)){let bf=qd.slice(0,Math.max(Qd[0]-1,0)).replace(/[^\t]/g," "),kf=Qd[1]||1;gf=[`
`,Rd(Id.gutter,Kd.replace(/\d/g," "))," ",bf,Rd(Id.marker,"^").repeat(kf)].join(""),hf&&Ad.message&&(gf+=" "+Rd(Id.message,Ad.message))}return[Rd(Id.marker,">"),Rd(Id.gutter,Kd),qd.length>0?` ${qd}`:"",gf].join("")}else return` ${Rd(Id.gutter,Kd)}${qd.length>0?` ${qd}`:""}`}).join(`
`);return Ad.message&&!Fd&&(Vd=`${" ".repeat(Ud+1)}${Ad.message}
${Vd}`),Nd?kd.reset(Vd):Vd}function Ed(Td,Od,Ad,Nd={}){if(!cd){cd=!0;let kd="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let Id=new Error(kd);Id.name="DeprecationWarning",console.warn(new Error(kd))}}return Ad=Math.max(Ad,0),yd(Td,{start:{column:Ad,line:Od}},Nd)}}),ir$3={};We$1(ir$3,{__debug:()=>di$3,check:()=>fi$3,doc:()=>nr$2,format:()=>gu$1,formatWithCursor:()=>Cu$2,getSupportInfo:()=>pi$4,util:()=>or$2,version:()=>fu$1});var Ou$2=(Ra,qa,Ja,ed)=>{if(!(Ra&&qa==null))return qa.replaceAll?qa.replaceAll(Ja,ed):Ja.global?qa.replace(Ja,ed):qa.split(Ja).join(ed)},ne$3=Ou$2;function Z$1(){}Z$1.prototype={diff:function(Ra,qa){var Ja,ed=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},td=ed.callback;typeof ed=="function"&&(td=ed,ed={}),this.options=ed;var rd=this;function od(kd){return td?(setTimeout(function(){td(void 0,kd)},0),!0):kd}Ra=this.castInput(Ra),qa=this.castInput(qa),Ra=this.removeEmpty(this.tokenize(Ra)),qa=this.removeEmpty(this.tokenize(qa));var sd=qa.length,ld=Ra.length,cd=1,ud=sd+ld;ed.maxEditLength&&(ud=Math.min(ud,ed.maxEditLength));var gd=(Ja=ed.timeout)!==null&&Ja!==void 0?Ja:1/0,_d=Date.now()+gd,yd=[{oldPos:-1,lastComponent:void 0}],Ed=this.extractCommon(yd[0],qa,Ra,0);if(yd[0].oldPos+1>=ld&&Ed+1>=sd)return od([{value:this.join(qa),count:qa.length}]);var Td=-1/0,Od=1/0;function Ad(){for(var kd=Math.max(Td,-cd);kd<=Math.min(Od,cd);kd+=2){var Id=void 0,Rd=yd[kd-1],Md=yd[kd+1];Rd&&(yd[kd-1]=void 0);var Ld=!1;if(Md){var jd=Md.oldPos-kd;Ld=Md&&0<=jd&&jd<sd}var Pd=Rd&&Rd.oldPos+1<ld;if(!Ld&&!Pd){yd[kd]=void 0;continue}if(!Pd||Ld&&Rd.oldPos+1<Md.oldPos?Id=rd.addToPath(Md,!0,void 0,0):Id=rd.addToPath(Rd,void 0,!0,1),Ed=rd.extractCommon(Id,qa,Ra,kd),Id.oldPos+1>=ld&&Ed+1>=sd)return od(Su$1(rd,Id.lastComponent,qa,Ra,rd.useLongestToken));yd[kd]=Id,Id.oldPos+1>=ld&&(Od=Math.min(Od,kd-1)),Ed+1>=sd&&(Td=Math.max(Td,kd+1))}cd++}if(td)(function kd(){setTimeout(function(){if(cd>ud||Date.now()>_d)return td();Ad()||kd()},0)})();else for(;cd<=ud&&Date.now()<=_d;){var Nd=Ad();if(Nd)return Nd}},addToPath:function(Ra,qa,Ja,ed){var td=Ra.lastComponent;return td&&td.added===qa&&td.removed===Ja?{oldPos:Ra.oldPos+ed,lastComponent:{count:td.count+1,added:qa,removed:Ja,previousComponent:td.previousComponent}}:{oldPos:Ra.oldPos+ed,lastComponent:{count:1,added:qa,removed:Ja,previousComponent:td}}},extractCommon:function(Ra,qa,Ja,ed){for(var td=qa.length,rd=Ja.length,od=Ra.oldPos,sd=od-ed,ld=0;sd+1<td&&od+1<rd&&this.equals(qa[sd+1],Ja[od+1]);)sd++,od++,ld++;return ld&&(Ra.lastComponent={count:ld,previousComponent:Ra.lastComponent}),Ra.oldPos=od,sd},equals:function(Ra,qa){return this.options.comparator?this.options.comparator(Ra,qa):Ra===qa||this.options.ignoreCase&&Ra.toLowerCase()===qa.toLowerCase()},removeEmpty:function(Ra){for(var qa=[],Ja=0;Ja<Ra.length;Ja++)Ra[Ja]&&qa.push(Ra[Ja]);return qa},castInput:function(Ra){return Ra},tokenize:function(Ra){return Ra.split("")},join:function(Ra){return Ra.join("")}};function Su$1(Ra,qa,Ja,ed,td){for(var rd=[],od;qa;)rd.push(qa),od=qa.previousComponent,delete qa.previousComponent,qa=od;rd.reverse();for(var sd=0,ld=rd.length,cd=0,ud=0;sd<ld;sd++){var gd=rd[sd];if(gd.removed){if(gd.value=Ra.join(ed.slice(ud,ud+gd.count)),ud+=gd.count,sd&&rd[sd-1].added){var _d=rd[sd-1];rd[sd-1]=rd[sd],rd[sd]=_d}}else{if(!gd.added&&td){var yd=Ja.slice(cd,cd+gd.count);yd=yd.map(function(Td,Od){var Ad=ed[ud+Od];return Ad.length>Td.length?Ad:Td}),gd.value=Ra.join(yd)}else gd.value=Ra.join(Ja.slice(cd,cd+gd.count));cd+=gd.count,gd.added||(ud+=gd.count)}}var Ed=rd[ld-1];return ld>1&&typeof Ed.value=="string"&&(Ed.added||Ed.removed)&&Ra.equals("",Ed.value)&&(rd[ld-2].value+=Ed.value,rd.pop()),rd}var lr$1=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,cr$2=/\S/,fr$1=new Z$1;fr$1.equals=function(Ra,qa){return this.options.ignoreCase&&(Ra=Ra.toLowerCase(),qa=qa.toLowerCase()),Ra===qa||this.options.ignoreWhitespace&&!cr$2.test(Ra)&&!cr$2.test(qa)};fr$1.tokenize=function(Ra){for(var qa=Ra.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),Ja=0;Ja<qa.length-1;Ja++)!qa[Ja+1]&&qa[Ja+2]&&lr$1.test(qa[Ja])&&lr$1.test(qa[Ja+2])&&(qa[Ja]+=qa[Ja+2],qa.splice(Ja+1,2),Ja--);return qa};var pr$2=new Z$1;pr$2.tokenize=function(Ra){this.options.stripTrailingCr&&(Ra=Ra.replace(/\r\n/g,`
`));var qa=[],Ja=Ra.split(/(\n|\r\n)/);Ja[Ja.length-1]||Ja.pop();for(var ed=0;ed<Ja.length;ed++){var td=Ja[ed];ed%2&&!this.options.newlineIsToken?qa[qa.length-1]+=td:(this.options.ignoreWhitespace&&(td=td.trim()),qa.push(td))}return qa};var Nu$2=new Z$1;Nu$2.tokenize=function(Ra){return Ra.split(/(\S.+?[.!?])(?=\s+|$)/)};var Tu$2=new Z$1;Tu$2.tokenize=function(Ra){return Ra.split(/([{}:;,]|\s+)/)};function $e$3(Ra){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?$e$3=function(qa){return typeof qa}:$e$3=function(qa){return qa&&typeof Symbol=="function"&&qa.constructor===Symbol&&qa!==Symbol.prototype?"symbol":typeof qa},$e$3(Ra)}var ku$1=Object.prototype.toString,Ae$2=new Z$1;Ae$2.useLongestToken=!0;Ae$2.tokenize=pr$2.tokenize;Ae$2.castInput=function(Ra){var qa=this.options,Ja=qa.undefinedReplacement,ed=qa.stringifyReplacer,td=ed===void 0?function(rd,od){return typeof od>"u"?Ja:od}:ed;return typeof Ra=="string"?Ra:JSON.stringify(Bt$4(Ra,null,null,td),td," ")};Ae$2.equals=function(Ra,qa){return Z$1.prototype.equals.call(Ae$2,Ra.replace(/,([\r\n])/g,"$1"),qa.replace(/,([\r\n])/g,"$1"))};function Bt$4(Ra,qa,Ja,ed,td){qa=qa||[],Ja=Ja||[],ed&&(Ra=ed(td,Ra));var rd;for(rd=0;rd<qa.length;rd+=1)if(qa[rd]===Ra)return Ja[rd];var od;if(ku$1.call(Ra)==="[object Array]"){for(qa.push(Ra),od=new Array(Ra.length),Ja.push(od),rd=0;rd<Ra.length;rd+=1)od[rd]=Bt$4(Ra[rd],qa,Ja,ed,td);return qa.pop(),Ja.pop(),od}if(Ra&&Ra.toJSON&&(Ra=Ra.toJSON()),$e$3(Ra)==="object"&&Ra!==null){qa.push(Ra),od={},Ja.push(od);var sd=[],ld;for(ld in Ra)Ra.hasOwnProperty(ld)&&sd.push(ld);for(sd.sort(),rd=0;rd<sd.length;rd+=1)ld=sd[rd],od[ld]=Bt$4(Ra[ld],qa,Ja,ed,ld);qa.pop(),Ja.pop()}else od=Ra;return od}var Ve$3=new Z$1;Ve$3.tokenize=function(Ra){return Ra.slice()};Ve$3.join=Ve$3.removeEmpty=function(Ra){return Ra};function dr$2(Ra,qa,Ja){return Ve$3.diff(Ra,qa,Ja)}function Fr$2(Ra){let qa=Ra.indexOf("\r");return qa>=0?Ra.charAt(qa+1)===`
`?"crlf":"cr":"lf"}function Be$4(Ra){switch(Ra){case"cr":return"\r";case"crlf":return`\r
`;default:return`
`}}function wt$2(Ra,qa){let Ja;switch(qa){case`
`:Ja=/\n/gu;break;case"\r":Ja=/\r/gu;break;case`\r
`:Ja=/\r\n/gu;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(qa)}.`)}let ed=Ra.match(Ja);return ed?ed.length:0}function mr$2(Ra){return ne$3(!1,Ra,/\r\n?/gu,`
`)}var U$2="string",W$2="array",z$2="cursor",L$3="indent",P$2="align",I="trim",x$1="group",S="fill",_$2="if-break",R$2="indent-if-break",Y$2="line-suffix",j="line-suffix-boundary",B$1="line",N$3="label",b$1="break-parent",Ue$4=new Set([z$2,L$3,P$2,I,x$1,S,_$2,R$2,Y$2,j,B$1,N$3,b$1]);function Lu$1(Ra){if(typeof Ra=="string")return U$2;if(Array.isArray(Ra))return W$2;if(!Ra)return;let{type:qa}=Ra;if(Ue$4.has(qa))return qa}var G$3=Lu$1,Pu$1=Ra=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(Ra);function Iu$2(Ra){let qa=Ra===null?"null":typeof Ra;if(qa!=="string"&&qa!=="object")return`Unexpected doc '${qa}',
Expected it to be 'string' or 'object'.`;if(G$3(Ra))throw new Error("doc is valid.");let Ja=Object.prototype.toString.call(Ra);if(Ja!=="[object Object]")return`Unexpected doc '${Ja}'.`;let ed=Pu$1([...Ue$4].map(td=>`'${td}'`));return`Unexpected doc.type '${Ra.type}'.
Expected it to be ${ed}.`}var xt=class extends Error{constructor(qa){super(Iu$2(qa));t1(this,"name","InvalidDocError");this.doc=qa}},Q$3=xt,Er$2={};function Ru$2(Ra,qa,Ja,ed){let td=[Ra];for(;td.length>0;){let rd=td.pop();if(rd===Er$2){Ja(td.pop());continue}Ja&&td.push(rd,Er$2);let od=G$3(rd);if(!od)throw new Q$3(rd);if((qa==null?void 0:qa(rd))!==!1)switch(od){case W$2:case S:{let sd=od===W$2?rd:rd.parts;for(let ld=sd.length,cd=ld-1;cd>=0;--cd)td.push(sd[cd]);break}case _$2:td.push(rd.flatContents,rd.breakContents);break;case x$1:if(ed&&rd.expandedStates)for(let sd=rd.expandedStates.length,ld=sd-1;ld>=0;--ld)td.push(rd.expandedStates[ld]);else td.push(rd.contents);break;case P$2:case L$3:case R$2:case N$3:case Y$2:td.push(rd.contents);break;case U$2:case z$2:case I:case j:case B$1:case b$1:break;default:throw new Q$3(rd)}}}var we$2=Ru$2,hr$1=()=>{},ze$3=hr$1;function De$2(Ra){return{type:L$3,contents:Ra}}function ae$2(Ra,qa){return{type:P$2,contents:qa,n:Ra}}function _t$2(Ra,qa={}){return ze$3(qa.expandedStates),{type:x$1,id:qa.id,contents:Ra,break:!!qa.shouldBreak,expandedStates:qa.expandedStates}}function Cr$1(Ra){return ae$2(Number.NEGATIVE_INFINITY,Ra)}function gr$2(Ra){return ae$2({type:"root"},Ra)}function yr$2(Ra){return ae$2(-1,Ra)}function Ar$2(Ra,qa){return _t$2(Ra[0],{...qa,expandedStates:Ra})}function Ge$2(Ra){return{type:S,parts:Ra}}function Br$4(Ra,qa="",Ja={}){return{type:_$2,breakContents:Ra,flatContents:qa,groupId:Ja.groupId}}function wr$3(Ra,qa){return{type:R$2,contents:Ra,groupId:qa.groupId,negate:qa.negate}}function xe$3(Ra){return{type:Y$2,contents:Ra}}var xr$3={type:j},de$2={type:b$1},_r$3={type:I},_e$4={type:B$1,hard:!0},vt$3={type:B$1,hard:!0,literal:!0},Ke$2={type:B$1},vr$2={type:B$1,soft:!0},q$2=[_e$4,de$2],qe$3=[vt$3,de$2],ve$3={type:z$2};function be$5(Ra,qa){let Ja=[];for(let ed=0;ed<qa.length;ed++)ed!==0&&Ja.push(Ra),Ja.push(qa[ed]);return Ja}function Je$2(Ra,qa,Ja){let ed=Ra;if(qa>0){for(let td=0;td<Math.floor(qa/Ja);++td)ed=De$2(ed);ed=ae$2(qa%Ja,ed),ed=ae$2(Number.NEGATIVE_INFINITY,ed)}return ed}function br$2(Ra,qa){return Ra?{type:N$3,label:Ra,contents:qa}:qa}function ee$2(Ra){var qa;if(!Ra)return"";if(Array.isArray(Ra)){let Ja=[];for(let ed of Ra)if(Array.isArray(ed))Ja.push(...ee$2(ed));else{let td=ee$2(ed);td!==""&&Ja.push(td)}return Ja}return Ra.type===_$2?{...Ra,breakContents:ee$2(Ra.breakContents),flatContents:ee$2(Ra.flatContents)}:Ra.type===x$1?{...Ra,contents:ee$2(Ra.contents),expandedStates:(qa=Ra.expandedStates)==null?void 0:qa.map(ee$2)}:Ra.type===S?{type:"fill",parts:Ra.parts.map(ee$2)}:Ra.contents?{...Ra,contents:ee$2(Ra.contents)}:Ra}function Or$3(Ra){let qa=Object.create(null),Ja=new Set;return ed(ee$2(Ra));function ed(rd,od,sd){var ld,cd;if(typeof rd=="string")return JSON.stringify(rd);if(Array.isArray(rd)){let ud=rd.map(ed).filter(Boolean);return ud.length===1?ud[0]:`[${ud.join(", ")}]`}if(rd.type===B$1){let ud=((ld=sd==null?void 0:sd[od+1])==null?void 0:ld.type)===b$1;return rd.literal?ud?"literalline":"literallineWithoutBreakParent":rd.hard?ud?"hardline":"hardlineWithoutBreakParent":rd.soft?"softline":"line"}if(rd.type===b$1)return((cd=sd==null?void 0:sd[od-1])==null?void 0:cd.type)===B$1&&sd[od-1].hard?void 0:"breakParent";if(rd.type===I)return"trim";if(rd.type===L$3)return"indent("+ed(rd.contents)+")";if(rd.type===P$2)return rd.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+ed(rd.contents)+")":rd.n<0?"dedent("+ed(rd.contents)+")":rd.n.type==="root"?"markAsRoot("+ed(rd.contents)+")":"align("+JSON.stringify(rd.n)+", "+ed(rd.contents)+")";if(rd.type===_$2)return"ifBreak("+ed(rd.breakContents)+(rd.flatContents?", "+ed(rd.flatContents):"")+(rd.groupId?(rd.flatContents?"":', ""')+`, { groupId: ${td(rd.groupId)} }`:"")+")";if(rd.type===R$2){let ud=[];rd.negate&&ud.push("negate: true"),rd.groupId&&ud.push(`groupId: ${td(rd.groupId)}`);let gd=ud.length>0?`, { ${ud.join(", ")} }`:"";return`indentIfBreak(${ed(rd.contents)}${gd})`}if(rd.type===x$1){let ud=[];rd.break&&rd.break!=="propagated"&&ud.push("shouldBreak: true"),rd.id&&ud.push(`id: ${td(rd.id)}`);let gd=ud.length>0?`, { ${ud.join(", ")} }`:"";return rd.expandedStates?`conditionalGroup([${rd.expandedStates.map(_d=>ed(_d)).join(",")}]${gd})`:`group(${ed(rd.contents)}${gd})`}if(rd.type===S)return`fill([${rd.parts.map(ud=>ed(ud)).join(", ")}])`;if(rd.type===Y$2)return"lineSuffix("+ed(rd.contents)+")";if(rd.type===j)return"lineSuffixBoundary";if(rd.type===N$3)return`label(${JSON.stringify(rd.label)}, ${ed(rd.contents)})`;throw new Error("Unknown doc type "+rd.type)}function td(rd){if(typeof rd!="symbol")return JSON.stringify(String(rd));if(rd in qa)return qa[rd];let od=rd.description||"symbol";for(let sd=0;;sd++){let ld=od+(sd>0?` #${sd}`:"");if(!Ja.has(ld))return Ja.add(ld),qa[rd]=`Symbol.for(${JSON.stringify(ld)})`}}}var Yu$2=(Ra,qa,Ja)=>{if(!(Ra&&qa==null))return Array.isArray(qa)||typeof qa=="string"?qa[Ja<0?qa.length+Ja:Ja]:qa.at(Ja)},y$1=Yu$2,Sr$3=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;function Nr$3(Ra){return Ra===12288||Ra>=65281&&Ra<=65376||Ra>=65504&&Ra<=65510}function Tr$3(Ra){return Ra>=4352&&Ra<=4447||Ra===8986||Ra===8987||Ra===9001||Ra===9002||Ra>=9193&&Ra<=9196||Ra===9200||Ra===9203||Ra===9725||Ra===9726||Ra===9748||Ra===9749||Ra>=9800&&Ra<=9811||Ra===9855||Ra===9875||Ra===9889||Ra===9898||Ra===9899||Ra===9917||Ra===9918||Ra===9924||Ra===9925||Ra===9934||Ra===9940||Ra===9962||Ra===9970||Ra===9971||Ra===9973||Ra===9978||Ra===9981||Ra===9989||Ra===9994||Ra===9995||Ra===10024||Ra===10060||Ra===10062||Ra>=10067&&Ra<=10069||Ra===10071||Ra>=10133&&Ra<=10135||Ra===10160||Ra===10175||Ra===11035||Ra===11036||Ra===11088||Ra===11093||Ra>=11904&&Ra<=11929||Ra>=11931&&Ra<=12019||Ra>=12032&&Ra<=12245||Ra>=12272&&Ra<=12287||Ra>=12289&&Ra<=12350||Ra>=12353&&Ra<=12438||Ra>=12441&&Ra<=12543||Ra>=12549&&Ra<=12591||Ra>=12593&&Ra<=12686||Ra>=12688&&Ra<=12771||Ra>=12783&&Ra<=12830||Ra>=12832&&Ra<=12871||Ra>=12880&&Ra<=19903||Ra>=19968&&Ra<=42124||Ra>=42128&&Ra<=42182||Ra>=43360&&Ra<=43388||Ra>=44032&&Ra<=55203||Ra>=63744&&Ra<=64255||Ra>=65040&&Ra<=65049||Ra>=65072&&Ra<=65106||Ra>=65108&&Ra<=65126||Ra>=65128&&Ra<=65131||Ra>=94176&&Ra<=94180||Ra===94192||Ra===94193||Ra>=94208&&Ra<=100343||Ra>=100352&&Ra<=101589||Ra>=101632&&Ra<=101640||Ra>=110576&&Ra<=110579||Ra>=110581&&Ra<=110587||Ra===110589||Ra===110590||Ra>=110592&&Ra<=110882||Ra===110898||Ra>=110928&&Ra<=110930||Ra===110933||Ra>=110948&&Ra<=110951||Ra>=110960&&Ra<=111355||Ra===126980||Ra===127183||Ra===127374||Ra>=127377&&Ra<=127386||Ra>=127488&&Ra<=127490||Ra>=127504&&Ra<=127547||Ra>=127552&&Ra<=127560||Ra===127568||Ra===127569||Ra>=127584&&Ra<=127589||Ra>=127744&&Ra<=127776||Ra>=127789&&Ra<=127797||Ra>=127799&&Ra<=127868||Ra>=127870&&Ra<=127891||Ra>=127904&&Ra<=127946||Ra>=127951&&Ra<=127955||Ra>=127968&&Ra<=127984||Ra===127988||Ra>=127992&&Ra<=128062||Ra===128064||Ra>=128066&&Ra<=128252||Ra>=128255&&Ra<=128317||Ra>=128331&&Ra<=128334||Ra>=128336&&Ra<=128359||Ra===128378||Ra===128405||Ra===128406||Ra===128420||Ra>=128507&&Ra<=128591||Ra>=128640&&Ra<=128709||Ra===128716||Ra>=128720&&Ra<=128722||Ra>=128725&&Ra<=128727||Ra>=128732&&Ra<=128735||Ra===128747||Ra===128748||Ra>=128756&&Ra<=128764||Ra>=128992&&Ra<=129003||Ra===129008||Ra>=129292&&Ra<=129338||Ra>=129340&&Ra<=129349||Ra>=129351&&Ra<=129535||Ra>=129648&&Ra<=129660||Ra>=129664&&Ra<=129672||Ra>=129680&&Ra<=129725||Ra>=129727&&Ra<=129733||Ra>=129742&&Ra<=129755||Ra>=129760&&Ra<=129768||Ra>=129776&&Ra<=129784||Ra>=131072&&Ra<=196605||Ra>=196608&&Ra<=262141}var kr$3=Ra=>!(Nr$3(Ra)||Tr$3(Ra)),ju$2=/[^\x20-\x7F]/u;function Hu$3(Ra){if(!Ra)return 0;if(!ju$2.test(Ra))return Ra.length;Ra=Ra.replace(Sr$3()," ");let qa=0;for(let Ja of Ra){let ed=Ja.codePointAt(0);ed<=31||ed>=127&&ed<=159||ed>=768&&ed<=879||(qa+=kr$3(ed)?1:2)}return qa}var Oe$4=Hu$3;function Ne$2(Ra,qa){if(typeof Ra=="string")return qa(Ra);let Ja=new Map;return ed(Ra);function ed(rd){if(Ja.has(rd))return Ja.get(rd);let od=td(rd);return Ja.set(rd,od),od}function td(rd){switch(G$3(rd)){case W$2:return qa(rd.map(ed));case S:return qa({...rd,parts:rd.parts.map(ed)});case _$2:return qa({...rd,breakContents:ed(rd.breakContents),flatContents:ed(rd.flatContents)});case x$1:{let{expandedStates:od,contents:sd}=rd;return od?(od=od.map(ed),sd=od[0]):sd=ed(sd),qa({...rd,contents:sd,expandedStates:od})}case P$2:case L$3:case R$2:case N$3:case Y$2:return qa({...rd,contents:ed(rd.contents)});case U$2:case z$2:case I:case j:case B$1:case b$1:return qa(rd);default:throw new Q$3(rd)}}}function Xe$2(Ra,qa,Ja){let ed=Ja,td=!1;function rd(od){if(td)return!1;let sd=qa(od);sd!==void 0&&(td=!0,ed=sd)}return we$2(Ra,rd),ed}function Wu$1(Ra){if(Ra.type===x$1&&Ra.break||Ra.type===B$1&&Ra.hard||Ra.type===b$1)return!0}function Ir$3(Ra){return Xe$2(Ra,Wu$1,!1)}function Lr$3(Ra){if(Ra.length>0){let qa=y$1(!1,Ra,-1);!qa.expandedStates&&!qa.break&&(qa.break="propagated")}return null}function Rr$2(Ra){let qa=new Set,Ja=[];function ed(rd){if(rd.type===b$1&&Lr$3(Ja),rd.type===x$1){if(Ja.push(rd),qa.has(rd))return!1;qa.add(rd)}}function td(rd){rd.type===x$1&&Ja.pop().break&&Lr$3(Ja)}we$2(Ra,ed,td,!0)}function Mu$2(Ra){return Ra.type===B$1&&!Ra.hard?Ra.soft?"":" ":Ra.type===_$2?Ra.flatContents:Ra}function Yr$4(Ra){return Ne$2(Ra,Mu$2)}function Pr$3(Ra){for(Ra=[...Ra];Ra.length>=2&&y$1(!1,Ra,-2).type===B$1&&y$1(!1,Ra,-1).type===b$1;)Ra.length-=2;if(Ra.length>0){let qa=Se$3(y$1(!1,Ra,-1));Ra[Ra.length-1]=qa}return Ra}function Se$3(Ra){switch(G$3(Ra)){case L$3:case R$2:case x$1:case Y$2:case N$3:{let qa=Se$3(Ra.contents);return{...Ra,contents:qa}}case _$2:return{...Ra,breakContents:Se$3(Ra.breakContents),flatContents:Se$3(Ra.flatContents)};case S:return{...Ra,parts:Pr$3(Ra.parts)};case W$2:return Pr$3(Ra);case U$2:return Ra.replace(/[\n\r]*$/u,"");case P$2:case z$2:case I:case j:case B$1:case b$1:break;default:throw new Q$3(Ra)}return Ra}function Ze$3(Ra){return Se$3(Vu$3(Ra))}function $u$2(Ra){switch(G$3(Ra)){case S:if(Ra.parts.every(qa=>qa===""))return"";break;case x$1:if(!Ra.contents&&!Ra.id&&!Ra.break&&!Ra.expandedStates)return"";if(Ra.contents.type===x$1&&Ra.contents.id===Ra.id&&Ra.contents.break===Ra.break&&Ra.contents.expandedStates===Ra.expandedStates)return Ra.contents;break;case P$2:case L$3:case R$2:case Y$2:if(!Ra.contents)return"";break;case _$2:if(!Ra.flatContents&&!Ra.breakContents)return"";break;case W$2:{let qa=[];for(let Ja of Ra){if(!Ja)continue;let[ed,...td]=Array.isArray(Ja)?Ja:[Ja];typeof ed=="string"&&typeof y$1(!1,qa,-1)=="string"?qa[qa.length-1]+=ed:qa.push(ed),qa.push(...td)}return qa.length===0?"":qa.length===1?qa[0]:qa}case U$2:case z$2:case I:case j:case B$1:case N$3:case b$1:break;default:throw new Q$3(Ra)}return Ra}function Vu$3(Ra){return Ne$2(Ra,qa=>$u$2(qa))}function jr$3(Ra,qa=qe$3){return Ne$2(Ra,Ja=>typeof Ja=="string"?be$5(qa,Ja.split(`
`)):Ja)}function Uu$3(Ra){if(Ra.type===B$1)return!0}function Hr$4(Ra){return Xe$2(Ra,Uu$3,!1)}function Qe$2(Ra,qa){return Ra.type===N$3?{...Ra,contents:qa(Ra.contents)}:qa(Ra)}var H$2=Symbol("MODE_BREAK"),J$2=Symbol("MODE_FLAT"),Te$3=Symbol("cursor");function Wr$3(){return{value:"",length:0,queue:[]}}function zu$1(Ra,qa){return bt$3(Ra,{type:"indent"},qa)}function Gu$2(Ra,qa,Ja){return qa===Number.NEGATIVE_INFINITY?Ra.root||Wr$3():qa<0?bt$3(Ra,{type:"dedent"},Ja):qa?qa.type==="root"?{...Ra,root:Ra}:bt$3(Ra,{type:typeof qa=="string"?"stringAlign":"numberAlign",n:qa},Ja):Ra}function bt$3(Ra,qa,Ja){let ed=qa.type==="dedent"?Ra.queue.slice(0,-1):[...Ra.queue,qa],td="",rd=0,od=0,sd=0;for(let Ed of ed)switch(Ed.type){case"indent":ud(),Ja.useTabs?ld(1):cd(Ja.tabWidth);break;case"stringAlign":ud(),td+=Ed.n,rd+=Ed.n.length;break;case"numberAlign":od+=1,sd+=Ed.n;break;default:throw new Error(`Unexpected type '${Ed.type}'`)}return _d(),{...Ra,value:td,length:rd,queue:ed};function ld(Ed){td+=" ".repeat(Ed),rd+=Ja.tabWidth*Ed}function cd(Ed){td+=" ".repeat(Ed),rd+=Ed}function ud(){Ja.useTabs?gd():_d()}function gd(){od>0&&ld(od),yd()}function _d(){sd>0&&cd(sd),yd()}function yd(){od=0,sd=0}}function Ot$3(Ra){let qa=0,Ja=0,ed=Ra.length;e:for(;ed--;){let td=Ra[ed];if(td===Te$3){Ja++;continue}for(let rd=td.length-1;rd>=0;rd--){let od=td[rd];if(od===" "||od===" ")qa++;else{Ra[ed]=td.slice(0,rd+1);break e}}}if(qa>0||Ja>0)for(Ra.length=ed+1;Ja-- >0;)Ra.push(Te$3);return qa}function et$2(Ra,qa,Ja,ed,td,rd){if(Ja===Number.POSITIVE_INFINITY)return!0;let od=qa.length,sd=[Ra],ld=[];for(;Ja>=0;){if(sd.length===0){if(od===0)return!0;sd.push(qa[--od]);continue}let{mode:cd,doc:ud}=sd.pop(),gd=G$3(ud);switch(gd){case U$2:ld.push(ud),Ja-=Oe$4(ud);break;case W$2:case S:{let _d=gd===W$2?ud:ud.parts;for(let yd=_d.length-1;yd>=0;yd--)sd.push({mode:cd,doc:_d[yd]});break}case L$3:case P$2:case R$2:case N$3:sd.push({mode:cd,doc:ud.contents});break;case I:Ja+=Ot$3(ld);break;case x$1:{if(rd&&ud.break)return!1;let _d=ud.break?H$2:cd,yd=ud.expandedStates&&_d===H$2?y$1(!1,ud.expandedStates,-1):ud.contents;sd.push({mode:_d,doc:yd});break}case _$2:{let _d=(ud.groupId?td[ud.groupId]||J$2:cd)===H$2?ud.breakContents:ud.flatContents;_d&&sd.push({mode:cd,doc:_d});break}case B$1:if(cd===H$2||ud.hard)return!0;ud.soft||(ld.push(" "),Ja--);break;case Y$2:ed=!0;break;case j:if(ed)return!1;break}}return!1}function Fe$2(Ra,qa){let Ja={},ed=qa.printWidth,td=Be$4(qa.endOfLine),rd=0,od=[{ind:Wr$3(),mode:H$2,doc:Ra}],sd=[],ld=!1,cd=[],ud=0;for(Rr$2(Ra);od.length>0;){let{ind:_d,mode:yd,doc:Ed}=od.pop();switch(G$3(Ed)){case U$2:{let Td=td!==`
`?ne$3(!1,Ed,`
`,td):Ed;sd.push(Td),od.length>0&&(rd+=Oe$4(Td));break}case W$2:for(let Td=Ed.length-1;Td>=0;Td--)od.push({ind:_d,mode:yd,doc:Ed[Td]});break;case z$2:if(ud>=2)throw new Error("There are too many 'cursor' in doc.");sd.push(Te$3),ud++;break;case L$3:od.push({ind:zu$1(_d,qa),mode:yd,doc:Ed.contents});break;case P$2:od.push({ind:Gu$2(_d,Ed.n,qa),mode:yd,doc:Ed.contents});break;case I:rd-=Ot$3(sd);break;case x$1:switch(yd){case J$2:if(!ld){od.push({ind:_d,mode:Ed.break?H$2:J$2,doc:Ed.contents});break}case H$2:{ld=!1;let Td={ind:_d,mode:J$2,doc:Ed.contents},Od=ed-rd,Ad=cd.length>0;if(!Ed.break&&et$2(Td,od,Od,Ad,Ja))od.push(Td);else if(Ed.expandedStates){let Nd=y$1(!1,Ed.expandedStates,-1);if(Ed.break){od.push({ind:_d,mode:H$2,doc:Nd});break}else for(let kd=1;kd<Ed.expandedStates.length+1;kd++)if(kd>=Ed.expandedStates.length){od.push({ind:_d,mode:H$2,doc:Nd});break}else{let Id=Ed.expandedStates[kd],Rd={ind:_d,mode:J$2,doc:Id};if(et$2(Rd,od,Od,Ad,Ja)){od.push(Rd);break}}}else od.push({ind:_d,mode:H$2,doc:Ed.contents});break}}Ed.id&&(Ja[Ed.id]=y$1(!1,od,-1).mode);break;case S:{let Td=ed-rd,{parts:Od}=Ed;if(Od.length===0)break;let[Ad,Nd]=Od,kd={ind:_d,mode:J$2,doc:Ad},Id={ind:_d,mode:H$2,doc:Ad},Rd=et$2(kd,[],Td,cd.length>0,Ja,!0);if(Od.length===1){Rd?od.push(kd):od.push(Id);break}let Md={ind:_d,mode:J$2,doc:Nd},Ld={ind:_d,mode:H$2,doc:Nd};if(Od.length===2){Rd?od.push(Md,kd):od.push(Ld,Id);break}Od.splice(0,2);let jd={ind:_d,mode:yd,doc:Ge$2(Od)},Pd=Od[0];et$2({ind:_d,mode:J$2,doc:[Ad,Nd,Pd]},[],Td,cd.length>0,Ja,!0)?od.push(jd,Md,kd):Rd?od.push(jd,Ld,kd):od.push(jd,Ld,Id);break}case _$2:case R$2:{let Td=Ed.groupId?Ja[Ed.groupId]:yd;if(Td===H$2){let Od=Ed.type===_$2?Ed.breakContents:Ed.negate?Ed.contents:De$2(Ed.contents);Od&&od.push({ind:_d,mode:yd,doc:Od})}if(Td===J$2){let Od=Ed.type===_$2?Ed.flatContents:Ed.negate?De$2(Ed.contents):Ed.contents;Od&&od.push({ind:_d,mode:yd,doc:Od})}break}case Y$2:cd.push({ind:_d,mode:yd,doc:Ed.contents});break;case j:cd.length>0&&od.push({ind:_d,mode:yd,doc:_e$4});break;case B$1:switch(yd){case J$2:if(Ed.hard)ld=!0;else{Ed.soft||(sd.push(" "),rd+=1);break}case H$2:if(cd.length>0){od.push({ind:_d,mode:yd,doc:Ed},...cd.reverse()),cd.length=0;break}Ed.literal?_d.root?(sd.push(td,_d.root.value),rd=_d.root.length):(sd.push(td),rd=0):(rd-=Ot$3(sd),sd.push(td+_d.value),rd=_d.length);break}break;case N$3:od.push({ind:_d,mode:yd,doc:Ed.contents});break;case b$1:break;default:throw new Q$3(Ed)}od.length===0&&cd.length>0&&(od.push(...cd.reverse()),cd.length=0)}let gd=sd.indexOf(Te$3);if(gd!==-1){let _d=sd.indexOf(Te$3,gd+1),yd=sd.slice(0,gd).join(""),Ed=sd.slice(gd+1,_d).join(""),Td=sd.slice(_d+1).join("");return{formatted:yd+Ed+Td,cursorNodeStart:yd.length,cursorNodeText:Ed}}return{formatted:sd.join("")}}function Ku$3(Ra,qa,Ja=0){let ed=0;for(let td=Ja;td<Ra.length;++td)Ra[td]===" "?ed=ed+qa-ed%qa:ed++;return ed}var me$1=Ku$3,te$3,Nt$3,tt$2,St$3=class{constructor(qa){Dr$2(this,te$3),this.stack=[qa]}get key(){let{stack:qa,siblings:Ja}=this;return y$1(!1,qa,Ja===null?-2:-4)??null}get index(){return this.siblings===null?null:y$1(!1,this.stack,-2)}get node(){return y$1(!1,this.stack,-1)}get parent(){return this.getNode(1)}get grandparent(){return this.getNode(2)}get isInArray(){return this.siblings!==null}get siblings(){let{stack:qa}=this,Ja=y$1(!1,qa,-3);return Array.isArray(Ja)?Ja:null}get next(){let{siblings:qa}=this;return qa===null?null:qa[this.index+1]}get previous(){let{siblings:qa}=this;return qa===null?null:qa[this.index-1]}get isFirst(){return this.index===0}get isLast(){let{siblings:qa,index:Ja}=this;return qa!==null&&Ja===qa.length-1}get isRoot(){return this.stack.length===1}get root(){return this.stack[0]}get ancestors(){return[...pe$1(this,te$3,tt$2).call(this)]}getName(){let{stack:qa}=this,{length:Ja}=qa;return Ja>1?y$1(!1,qa,-2):null}getValue(){return y$1(!1,this.stack,-1)}getNode(qa=0){let Ja=pe$1(this,te$3,Nt$3).call(this,qa);return Ja===-1?null:this.stack[Ja]}getParentNode(qa=0){return this.getNode(qa+1)}call(qa,...Ja){let{stack:ed}=this,{length:td}=ed,rd=y$1(!1,ed,-1);for(let od of Ja)rd=rd[od],ed.push(od,rd);try{return qa(this)}finally{ed.length=td}}callParent(qa,Ja=0){let ed=pe$1(this,te$3,Nt$3).call(this,Ja+1),td=this.stack.splice(ed+1);try{return qa(this)}finally{this.stack.push(...td)}}each(qa,...Ja){let{stack:ed}=this,{length:td}=ed,rd=y$1(!1,ed,-1);for(let od of Ja)rd=rd[od],ed.push(od,rd);try{for(let od=0;od<rd.length;++od)ed.push(od,rd[od]),qa(this,od,rd),ed.length-=2}finally{ed.length=td}}map(qa,...Ja){let ed=[];return this.each((td,rd,od)=>{ed[rd]=qa(td,rd,od)},...Ja),ed}match(...qa){let Ja=this.stack.length-1,ed=null,td=this.stack[Ja--];for(let rd of qa){if(td===void 0)return!1;let od=null;if(typeof ed=="number"&&(od=ed,ed=this.stack[Ja--],td=this.stack[Ja--]),rd&&!rd(td,ed,od))return!1;ed=this.stack[Ja--],td=this.stack[Ja--]}return!0}findAncestor(qa){for(let Ja of pe$1(this,te$3,tt$2).call(this))if(qa(Ja))return Ja}hasAncestor(qa){for(let Ja of pe$1(this,te$3,tt$2).call(this))if(qa(Ja))return!0;return!1}};te$3=new WeakSet,Nt$3=function(Ra){let{stack:qa}=this;for(let Ja=qa.length-1;Ja>=0;Ja-=2)if(!Array.isArray(qa[Ja])&&--Ra<0)return Ja;return-1},tt$2=function*(){let{stack:Ra}=this;for(let qa=Ra.length-3;qa>=0;qa-=2){let Ja=Ra[qa];Array.isArray(Ja)||(yield Ja)}};var Mr$3=St$3,$r$3=new Proxy(()=>{},{get:()=>$r$3}),ke$3=$r$3;function qu$3(Ra){return Ra!==null&&typeof Ra=="object"}var Vr$3=qu$3;function*Tt$3(Ra,qa){let{getVisitorKeys:Ja,filter:ed=()=>!0}=qa,td=rd=>Vr$3(rd)&&ed(rd);for(let rd of Ja(Ra)){let od=Ra[rd];if(Array.isArray(od))for(let sd of od)td(sd)&&(yield sd);else td(od)&&(yield od)}}function*Ur$3(Ra,qa){let Ja=[Ra];for(let ed=0;ed<Ja.length;ed++){let td=Ja[ed];for(let rd of Tt$3(td,qa))yield rd,Ja.push(rd)}}function Ee$3(Ra){return(qa,Ja,ed)=>{let td=!!(ed!=null&&ed.backwards);if(Ja===!1)return!1;let{length:rd}=qa,od=Ja;for(;od>=0&&od<rd;){let sd=qa.charAt(od);if(Ra instanceof RegExp){if(!Ra.test(sd))return od}else if(!Ra.includes(sd))return od;td?od--:od++}return od===-1||od===rd?od:!1}}var zr$3=Ee$3(/\s/u),T$1=Ee$3(" "),rt$2=Ee$3(",; "),nt$1=Ee$3(/[^\n\r]/u);function Ju$3(Ra,qa,Ja){let ed=!!(Ja!=null&&Ja.backwards);if(qa===!1)return!1;let td=Ra.charAt(qa);if(ed){if(Ra.charAt(qa-1)==="\r"&&td===`
`)return qa-2;if(td===`
`||td==="\r"||td==="\u2028"||td==="\u2029")return qa-1}else{if(td==="\r"&&Ra.charAt(qa+1)===`
`)return qa+2;if(td===`
`||td==="\r"||td==="\u2028"||td==="\u2029")return qa+1}return qa}var M$3=Ju$3;function Xu$3(Ra,qa,Ja={}){let ed=T$1(Ra,Ja.backwards?qa-1:qa,Ja),td=M$3(Ra,ed,Ja);return ed!==td}var V$4=Xu$3;function Zu$4(Ra){return Array.isArray(Ra)&&Ra.length>0}var kt$3=Zu$4,Gr$3=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),Qu$2=Ra=>Object.keys(Ra).filter(qa=>!Gr$3.has(qa));function eo$1(Ra){return Ra?qa=>Ra(qa,Gr$3):Qu$2}var X$2=eo$1;function to$1(Ra){let qa=Ra.type||Ra.kind||"(unknown type)",Ja=String(Ra.name||Ra.id&&(typeof Ra.id=="object"?Ra.id.name:Ra.id)||Ra.key&&(typeof Ra.key=="object"?Ra.key.name:Ra.key)||Ra.value&&(typeof Ra.value=="object"?"":String(Ra.value))||Ra.operator||"");return Ja.length>20&&(Ja=Ja.slice(0,19)+"…"),qa+(Ja?" "+Ja:"")}function Lt$2(Ra,qa){(Ra.comments??(Ra.comments=[])).push(qa),qa.printed=!1,qa.nodeDescription=to$1(Ra)}function ue$2(Ra,qa){qa.leading=!0,qa.trailing=!1,Lt$2(Ra,qa)}function re$4(Ra,qa,Ja){qa.leading=!1,qa.trailing=!1,Ja&&(qa.marker=Ja),Lt$2(Ra,qa)}function oe$3(Ra,qa){qa.leading=!1,qa.trailing=!0,Lt$2(Ra,qa)}var Pt$2=new WeakMap;function ut$1(Ra,qa){if(Pt$2.has(Ra))return Pt$2.get(Ra);let{printer:{getCommentChildNodes:Ja,canAttachComment:ed,getVisitorKeys:td},locStart:rd,locEnd:od}=qa;if(!ed)return[];let sd=((Ja==null?void 0:Ja(Ra,qa))??[...Tt$3(Ra,{getVisitorKeys:X$2(td)})]).flatMap(ld=>ed(ld)?[ld]:ut$1(ld,qa));return sd.sort((ld,cd)=>rd(ld)-rd(cd)||od(ld)-od(cd)),Pt$2.set(Ra,sd),sd}function qr$3(Ra,qa,Ja,ed){let{locStart:td,locEnd:rd}=Ja,od=td(qa),sd=rd(qa),ld=ut$1(Ra,Ja),cd,ud,gd=0,_d=ld.length;for(;gd<_d;){let yd=gd+_d>>1,Ed=ld[yd],Td=td(Ed),Od=rd(Ed);if(Td<=od&&sd<=Od)return qr$3(Ed,qa,Ja,Ed);if(Od<=od){cd=Ed,gd=yd+1;continue}if(sd<=Td){ud=Ed,_d=yd;continue}throw new Error("Comment location overlaps with node location")}if((ed==null?void 0:ed.type)==="TemplateLiteral"){let{quasis:yd}=ed,Ed=Rt$4(yd,qa,Ja);cd&&Rt$4(yd,cd,Ja)!==Ed&&(cd=null),ud&&Rt$4(yd,ud,Ja)!==Ed&&(ud=null)}return{enclosingNode:ed,precedingNode:cd,followingNode:ud}}var It$3=()=>!1;function Jr$3(Ra,qa){let{comments:Ja}=Ra;if(delete Ra.comments,!kt$3(Ja)||!qa.printer.canAttachComment)return;let ed=[],{locStart:td,locEnd:rd,printer:{experimentalFeatures:{avoidAstMutation:od=!1}={},handleComments:sd={}},originalText:ld}=qa,{ownLine:cd=It$3,endOfLine:ud=It$3,remaining:gd=It$3}=sd,_d=Ja.map((yd,Ed)=>({...qr$3(Ra,yd,qa),comment:yd,text:ld,options:qa,ast:Ra,isLastComment:Ja.length-1===Ed}));for(let[yd,Ed]of _d.entries()){let{comment:Td,precedingNode:Od,enclosingNode:Ad,followingNode:Nd,text:kd,options:Id,ast:Rd,isLastComment:Md}=Ed;if(Id.parser==="json"||Id.parser==="json5"||Id.parser==="jsonc"||Id.parser==="__js_expression"||Id.parser==="__ts_expression"||Id.parser==="__vue_expression"||Id.parser==="__vue_ts_expression"){if(td(Td)-td(Rd)<=0){ue$2(Rd,Td);continue}if(rd(Td)-rd(Rd)>=0){oe$3(Rd,Td);continue}}let Ld;if(od?Ld=[Ed]:(Td.enclosingNode=Ad,Td.precedingNode=Od,Td.followingNode=Nd,Ld=[Td,kd,Id,Rd,Md]),ro$1(kd,Id,_d,yd))Td.placement="ownLine",cd(...Ld)||(Nd?ue$2(Nd,Td):Od?oe$3(Od,Td):re$4(Ad||Rd,Td));else if(no$2(kd,Id,_d,yd))Td.placement="endOfLine",ud(...Ld)||(Od?oe$3(Od,Td):Nd?ue$2(Nd,Td):re$4(Ad||Rd,Td));else if(Td.placement="remaining",!gd(...Ld))if(Od&&Nd){let jd=ed.length;jd>0&&ed[jd-1].followingNode!==Nd&&Kr$4(ed,Id),ed.push(Ed)}else Od?oe$3(Od,Td):Nd?ue$2(Nd,Td):re$4(Ad||Rd,Td)}if(Kr$4(ed,qa),!od)for(let yd of Ja)delete yd.precedingNode,delete yd.enclosingNode,delete yd.followingNode}var Xr$3=Ra=>!/[\S\n\u2028\u2029]/u.test(Ra);function ro$1(Ra,qa,Ja,ed){let{comment:td,precedingNode:rd}=Ja[ed],{locStart:od,locEnd:sd}=qa,ld=od(td);if(rd)for(let cd=ed-1;cd>=0;cd--){let{comment:ud,precedingNode:gd}=Ja[cd];if(gd!==rd||!Xr$3(Ra.slice(sd(ud),ld)))break;ld=od(ud)}return V$4(Ra,ld,{backwards:!0})}function no$2(Ra,qa,Ja,ed){let{comment:td,followingNode:rd}=Ja[ed],{locStart:od,locEnd:sd}=qa,ld=sd(td);if(rd)for(let cd=ed+1;cd<Ja.length;cd++){let{comment:ud,followingNode:gd}=Ja[cd];if(gd!==rd||!Xr$3(Ra.slice(ld,od(ud))))break;ld=sd(ud)}return V$4(Ra,ld)}function Kr$4(Ra,qa){var Ja,ed;let td=Ra.length;if(td===0)return;let{precedingNode:rd,followingNode:od}=Ra[0],sd=qa.locStart(od),ld;for(ld=td;ld>0;--ld){let{comment:cd,precedingNode:ud,followingNode:gd}=Ra[ld-1];ke$3.strictEqual(ud,rd),ke$3.strictEqual(gd,od);let _d=qa.originalText.slice(qa.locEnd(cd),sd);if(((ed=(Ja=qa.printer).isGap)==null?void 0:ed.call(Ja,_d,qa))??/^[\s(]*$/u.test(_d))sd=qa.locStart(cd);else break}for(let[cd,{comment:ud}]of Ra.entries())cd<ld?oe$3(rd,ud):ue$2(od,ud);for(let cd of[rd,od])cd.comments&&cd.comments.length>1&&cd.comments.sort((ud,gd)=>qa.locStart(ud)-qa.locStart(gd));Ra.length=0}function Rt$4(Ra,qa,Ja){let ed=Ja.locStart(qa)-1;for(let td=1;td<Ra.length;++td)if(ed<Ja.locStart(Ra[td]))return td-1;return 0}function uo$3(Ra,qa){let Ja=qa-1;Ja=T$1(Ra,Ja,{backwards:!0}),Ja=M$3(Ra,Ja,{backwards:!0}),Ja=T$1(Ra,Ja,{backwards:!0});let ed=M$3(Ra,Ja,{backwards:!0});return Ja!==ed}var Le$3=uo$3;function Zr$3(Ra,qa){let Ja=Ra.node;return Ja.printed=!0,qa.printer.printComment(Ra,qa)}function oo$4(Ra,qa){var Ja;let ed=Ra.node,td=[Zr$3(Ra,qa)],{printer:rd,originalText:od,locStart:sd,locEnd:ld}=qa;if((Ja=rd.isBlockComment)!=null&&Ja.call(rd,ed)){let ud=V$4(od,ld(ed))?V$4(od,sd(ed),{backwards:!0})?q$2:Ke$2:" ";td.push(ud)}else td.push(q$2);let cd=M$3(od,T$1(od,ld(ed)));return cd!==!1&&V$4(od,cd)&&td.push(q$2),td}function io$2(Ra,qa,Ja){var ed;let td=Ra.node,rd=Zr$3(Ra,qa),{printer:od,originalText:sd,locStart:ld}=qa,cd=(ed=od.isBlockComment)==null?void 0:ed.call(od,td);if(Ja!=null&&Ja.hasLineSuffix&&!(Ja!=null&&Ja.isBlock)||V$4(sd,ld(td),{backwards:!0})){let ud=Le$3(sd,ld(td));return{doc:xe$3([q$2,ud?q$2:"",rd]),isBlock:cd,hasLineSuffix:!0}}return!cd||Ja!=null&&Ja.hasLineSuffix?{doc:[xe$3([" ",rd]),de$2],isBlock:cd,hasLineSuffix:!0}:{doc:[" ",rd],isBlock:cd,hasLineSuffix:!1}}function so$2(Ra,qa){let Ja=Ra.node;if(!Ja)return{};let ed=qa[Symbol.for("printedComments")];if((Ja.comments||[]).filter(sd=>!ed.has(sd)).length===0)return{leading:"",trailing:""};let td=[],rd=[],od;return Ra.each(()=>{let sd=Ra.node;if(ed!=null&&ed.has(sd))return;let{leading:ld,trailing:cd}=sd;ld?td.push(oo$4(Ra,qa)):cd&&(od=io$2(Ra,qa,od),rd.push(od.doc))},"comments"),{leading:td,trailing:rd}}function Qr$4(Ra,qa,Ja){let{leading:ed,trailing:td}=so$2(Ra,Ja);return!ed&&!td?qa:Qe$2(qa,rd=>[ed,rd,td])}function en$2(Ra){let{[Symbol.for("comments")]:qa,[Symbol.for("printedComments")]:Ja}=Ra;for(let ed of qa){if(!ed.printed&&!Ja.has(ed))throw new Error('Comment "'+ed.value.trim()+'" was not printed. Please report this error!');delete ed.printed}}var Pe$4=class extends Error{constructor(){super(...arguments);t1(this,"name","ConfigError")}},Ie$2=class extends Error{constructor(){super(...arguments);t1(this,"name","UndefinedParserError")}},rn$2={cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:`Maintain existing
(mixed values within one file are normalised by looking at what's used after the first line)`}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:Ra=>typeof Ra=="string"||typeof Ra=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:Ra=>typeof Ra=="string"||typeof Ra=="object",cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:`Format code ending at a given character offset (exclusive).
The range will extend forwards to the end of the selected statement.`,cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:`Format code starting at a given character offset.
The range will extend backwards to the start of the first line containing the selected statement.`,cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:`Require either '@prettier' or '@format' to be present in the file's first docblock comment
in order for it to be formatted.`,cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};function ot$1({plugins:Ra=[],showDeprecated:qa=!1}={}){let Ja=Ra.flatMap(td=>td.languages??[]),ed=[];for(let td of lo$3(Object.assign({},...Ra.map(({options:rd})=>rd),rn$2)))!qa&&td.deprecated||(Array.isArray(td.choices)&&(qa||(td.choices=td.choices.filter(rd=>!rd.deprecated)),td.name==="parser"&&(td.choices=[...td.choices,...Do$2(td.choices,Ja,Ra)])),td.pluginDefaults=Object.fromEntries(Ra.filter(rd=>{var od;return((od=rd.defaultOptions)==null?void 0:od[td.name])!==void 0}).map(rd=>[rd.name,rd.defaultOptions[td.name]])),ed.push(td));return{languages:Ja,options:ed}}function*Do$2(Ra,qa,Ja){let ed=new Set(Ra.map(td=>td.value));for(let td of qa)if(td.parsers){for(let rd of td.parsers)if(!ed.has(rd)){ed.add(rd);let od=Ja.find(ld=>ld.parsers&&Object.prototype.hasOwnProperty.call(ld.parsers,rd)),sd=td.name;od!=null&&od.name&&(sd+=` (plugin: ${od.name})`),yield{value:rd,description:sd}}}}function lo$3(Ra){let qa=[];for(let[Ja,ed]of Object.entries(Ra)){let td={name:Ja,...ed};Array.isArray(td.default)&&(td.default=y$1(!1,td.default,-1).value),qa.push(td)}return qa}var co$2=Ra=>String(Ra).split(/[/\\]/u).pop();function nn$2(Ra,qa){if(!qa)return;let Ja=co$2(qa).toLowerCase();return Ra.find(({filenames:ed})=>ed==null?void 0:ed.some(td=>td.toLowerCase()===Ja))??Ra.find(({extensions:ed})=>ed==null?void 0:ed.some(td=>Ja.endsWith(td)))}function fo$1(Ra,qa){if(qa)return Ra.find(({name:Ja})=>Ja.toLowerCase()===qa)??Ra.find(({aliases:Ja})=>Ja==null?void 0:Ja.includes(qa))??Ra.find(({extensions:Ja})=>Ja==null?void 0:Ja.includes(`.${qa}`))}function po$2(Ra,qa){let Ja=Ra.plugins.flatMap(td=>td.languages??[]),ed=fo$1(Ja,qa.language)??nn$2(Ja,qa.physicalFile)??nn$2(Ja,qa.file)??(qa.physicalFile,void 0);return ed==null?void 0:ed.parsers[0]}var un$2=po$2,ie$3={key:Ra=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(Ra)?Ra:JSON.stringify(Ra),value(Ra){if(Ra===null||typeof Ra!="object")return JSON.stringify(Ra);if(Array.isArray(Ra))return`[${Ra.map(Ja=>ie$3.value(Ja)).join(", ")}]`;let qa=Object.keys(Ra);return qa.length===0?"{}":`{ ${qa.map(Ja=>`${ie$3.key(Ja)}: ${ie$3.value(Ra[Ja])}`).join(", ")} }`},pair:({key:Ra,value:qa})=>ie$3.value({[Ra]:qa})},Yt$1=Me$5(it$2()),an$2=(Ra,qa,{descriptor:Ja})=>{let ed=[`${Yt$1.default.yellow(typeof Ra=="string"?Ja.key(Ra):Ja.pair(Ra))} is deprecated`];return qa&&ed.push(`we now treat it as ${Yt$1.default.blue(typeof qa=="string"?Ja.key(qa):Ja.pair(qa))}`),ed.join("; ")+"."},le$3=Me$5(it$2()),st$1=Symbol.for("vnopts.VALUE_NOT_EXIST"),he$2=Symbol.for("vnopts.VALUE_UNCHANGED"),Dn$3=" ".repeat(2),cn$3=(Ra,qa,Ja)=>{let{text:ed,list:td}=Ja.normalizeExpectedResult(Ja.schemas[Ra].expected(Ja)),rd=[];return ed&&rd.push(ln$2(Ra,qa,ed,Ja.descriptor)),td&&rd.push([ln$2(Ra,qa,td.title,Ja.descriptor)].concat(td.values.map(od=>fn$2(od,Ja.loggerPrintWidth))).join(`
`)),pn$2(rd,Ja.loggerPrintWidth)};function ln$2(Ra,qa,Ja,ed){return[`Invalid ${le$3.default.red(ed.key(Ra))} value.`,`Expected ${le$3.default.blue(Ja)},`,`but received ${qa===st$1?le$3.default.gray("nothing"):le$3.default.red(ed.value(qa))}.`].join(" ")}function fn$2({text:Ra,list:qa},Ja){let ed=[];return Ra&&ed.push(`- ${le$3.default.blue(Ra)}`),qa&&ed.push([`- ${le$3.default.blue(qa.title)}:`].concat(qa.values.map(td=>fn$2(td,Ja-Dn$3.length).replace(/^|\n/g,`$&${Dn$3}`))).join(`
`)),pn$2(ed,Ja)}function pn$2(Ra,qa){if(Ra.length===1)return Ra[0];let[Ja,ed]=Ra,[td,rd]=Ra.map(od=>od.split(`
`,1)[0].length);return td>qa&&td>rd?ed:Ja}var Wt$1=Me$5(it$2()),jt$2=[],dn$3=[];function Ht$2(Ra,qa){if(Ra===qa)return 0;let Ja=Ra;Ra.length>qa.length&&(Ra=qa,qa=Ja);let ed=Ra.length,td=qa.length;for(;ed>0&&Ra.charCodeAt(~-ed)===qa.charCodeAt(~-td);)ed--,td--;let rd=0;for(;rd<ed&&Ra.charCodeAt(rd)===qa.charCodeAt(rd);)rd++;if(ed-=rd,td-=rd,ed===0)return td;let od,sd,ld,cd,ud=0,gd=0;for(;ud<ed;)dn$3[ud]=Ra.charCodeAt(rd+ud),jt$2[ud]=++ud;for(;gd<td;)for(od=qa.charCodeAt(rd+gd),ld=gd++,sd=gd,ud=0;ud<ed;ud++)cd=od===dn$3[ud]?ld:ld+1,ld=jt$2[ud],sd=jt$2[ud]=ld>sd?cd>sd?sd+1:cd:cd>ld?ld+1:cd;return sd}var at$2=(Ra,qa,{descriptor:Ja,logger:ed,schemas:td})=>{let rd=[`Ignored unknown option ${Wt$1.default.yellow(Ja.pair({key:Ra,value:qa}))}.`],od=Object.keys(td).sort().find(sd=>Ht$2(Ra,sd)<3);od&&rd.push(`Did you mean ${Wt$1.default.blue(Ja.key(od))}?`),ed.warn(rd.join(" "))},Fo$2=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function mo$3(Ra,qa){let Ja=new Ra(qa),ed=Object.create(Ja);for(let td of Fo$2)td in qa&&(ed[td]=Eo$1(qa[td],Ja,O$2.prototype[td].length));return ed}var O$2=class{static create(qa){return mo$3(this,qa)}constructor(qa){this.name=qa.name}default(qa){}expected(qa){return"nothing"}validate(qa,Ja){return!1}deprecated(qa,Ja){return!1}forward(qa,Ja){}redirect(qa,Ja){}overlap(qa,Ja,ed){return qa}preprocess(qa,Ja){return qa}postprocess(qa,Ja){return he$2}};function Eo$1(Ra,qa,Ja){return typeof Ra=="function"?(...ed)=>Ra(...ed.slice(0,Ja-1),qa,...ed.slice(Ja-1)):()=>Ra}var Dt$4=class extends O$2{constructor(qa){super(qa),this._sourceName=qa.sourceName}expected(qa){return qa.schemas[this._sourceName].expected(qa)}validate(qa,Ja){return Ja.schemas[this._sourceName].validate(qa,Ja)}redirect(qa,Ja){return this._sourceName}},lt$2=class extends O$2{expected(){return"anything"}validate(){return!0}},ct$1=class extends O$2{constructor({valueSchema:qa,name:Ja=qa.name,...ed}){super({...ed,name:Ja}),this._valueSchema=qa}expected(qa){let{text:Ja,list:ed}=qa.normalizeExpectedResult(this._valueSchema.expected(qa));return{text:Ja&&`an array of ${Ja}`,list:ed&&{title:"an array of the following values",values:[{list:ed}]}}}validate(qa,Ja){if(!Array.isArray(qa))return!1;let ed=[];for(let td of qa){let rd=Ja.normalizeValidateResult(this._valueSchema.validate(td,Ja),td);rd!==!0&&ed.push(rd.value)}return ed.length===0?!0:{value:ed}}deprecated(qa,Ja){let ed=[];for(let td of qa){let rd=Ja.normalizeDeprecatedResult(this._valueSchema.deprecated(td,Ja),td);rd!==!1&&ed.push(...rd.map(({value:od})=>({value:[od]})))}return ed}forward(qa,Ja){let ed=[];for(let td of qa){let rd=Ja.normalizeForwardResult(this._valueSchema.forward(td,Ja),td);ed.push(...rd.map(Fn$2))}return ed}redirect(qa,Ja){let ed=[],td=[];for(let rd of qa){let od=Ja.normalizeRedirectResult(this._valueSchema.redirect(rd,Ja),rd);"remain"in od&&ed.push(od.remain),td.push(...od.redirect.map(Fn$2))}return ed.length===0?{redirect:td}:{redirect:td,remain:ed}}overlap(qa,Ja){return qa.concat(Ja)}};function Fn$2({from:Ra,to:qa}){return{from:[Ra],to:qa}}var ft$2=class extends O$2{expected(){return"true or false"}validate(qa){return typeof qa=="boolean"}};function En$2(Ra,qa){let Ja=Object.create(null);for(let ed of Ra){let td=ed[qa];if(Ja[td])throw new Error(`Duplicate ${qa} ${JSON.stringify(td)}`);Ja[td]=ed}return Ja}function hn$2(Ra,qa){let Ja=new Map;for(let ed of Ra){let td=ed[qa];if(Ja.has(td))throw new Error(`Duplicate ${qa} ${JSON.stringify(td)}`);Ja.set(td,ed)}return Ja}function Cn$3(){let Ra=Object.create(null);return qa=>{let Ja=JSON.stringify(qa);return Ra[Ja]?!0:(Ra[Ja]=!0,!1)}}function gn$3(Ra,qa){let Ja=[],ed=[];for(let td of Ra)qa(td)?Ja.push(td):ed.push(td);return[Ja,ed]}function yn$3(Ra){return Ra===Math.floor(Ra)}function An$2(Ra,qa){if(Ra===qa)return 0;let Ja=typeof Ra,ed=typeof qa,td=["undefined","object","boolean","number","string"];return Ja!==ed?td.indexOf(Ja)-td.indexOf(ed):Ja!=="string"?Number(Ra)-Number(qa):Ra.localeCompare(qa)}function Bn$3(Ra){return(...qa)=>{let Ja=Ra(...qa);return typeof Ja=="string"?new Error(Ja):Ja}}function Mt$3(Ra){return Ra===void 0?{}:Ra}function $t$3(Ra){if(typeof Ra=="string")return{text:Ra};let{text:qa,list:Ja}=Ra;return ho$2((qa||Ja)!==void 0,"Unexpected `expected` result, there should be at least one field."),Ja?{text:qa,list:{title:Ja.title,values:Ja.values.map($t$3)}}:{text:qa}}function Vt$2(Ra,qa){return Ra===!0?!0:Ra===!1?{value:qa}:Ra}function Ut$2(Ra,qa,Ja=!1){return Ra===!1?!1:Ra===!0?Ja?!0:[{value:qa}]:"value"in Ra?[Ra]:Ra.length===0?!1:Ra}function mn$2(Ra,qa){return typeof Ra=="string"||"key"in Ra?{from:qa,to:Ra}:"from"in Ra?{from:Ra.from,to:Ra.to}:{from:qa,to:Ra.to}}function pt$3(Ra,qa){return Ra===void 0?[]:Array.isArray(Ra)?Ra.map(Ja=>mn$2(Ja,qa)):[mn$2(Ra,qa)]}function zt(Ra,qa){let Ja=pt$3(typeof Ra=="object"&&"redirect"in Ra?Ra.redirect:Ra,qa);return Ja.length===0?{remain:qa,redirect:Ja}:typeof Ra=="object"&&"remain"in Ra?{remain:Ra.remain,redirect:Ja}:{redirect:Ja}}function ho$2(Ra,qa){if(!Ra)throw new Error(qa)}var dt$3=class extends O$2{constructor(qa){super(qa),this._choices=hn$2(qa.choices.map(Ja=>Ja&&typeof Ja=="object"?Ja:{value:Ja}),"value")}expected({descriptor:qa}){let Ja=Array.from(this._choices.keys()).map(rd=>this._choices.get(rd)).filter(({hidden:rd})=>!rd).map(rd=>rd.value).sort(An$2).map(qa.value),ed=Ja.slice(0,-2),td=Ja.slice(-2);return{text:ed.concat(td.join(" or ")).join(", "),list:{title:"one of the following values",values:Ja}}}validate(qa){return this._choices.has(qa)}deprecated(qa){let Ja=this._choices.get(qa);return Ja&&Ja.deprecated?{value:qa}:!1}forward(qa){let Ja=this._choices.get(qa);return Ja?Ja.forward:void 0}redirect(qa){let Ja=this._choices.get(qa);return Ja?Ja.redirect:void 0}},Ft$4=class extends O$2{expected(){return"a number"}validate(qa,Ja){return typeof qa=="number"}},mt$3=class extends Ft$4{expected(){return"an integer"}validate(qa,Ja){return Ja.normalizeValidateResult(super.validate(qa,Ja),qa)===!0&&yn$3(qa)}},Re$5=class extends O$2{expected(){return"a string"}validate(qa){return typeof qa=="string"}},wn$3=ie$3,xn$2=at$2,_n$3=cn$3,vn$2=an$2,Et$4=class{constructor(qa,Ja){let{logger:ed=console,loggerPrintWidth:td=80,descriptor:rd=wn$3,unknown:od=xn$2,invalid:sd=_n$3,deprecated:ld=vn$2,missing:cd=()=>!1,required:ud=()=>!1,preprocess:gd=yd=>yd,postprocess:_d=()=>he$2}=Ja||{};this._utils={descriptor:rd,logger:ed||{warn:()=>{}},loggerPrintWidth:td,schemas:En$2(qa,"name"),normalizeDefaultResult:Mt$3,normalizeExpectedResult:$t$3,normalizeDeprecatedResult:Ut$2,normalizeForwardResult:pt$3,normalizeRedirectResult:zt,normalizeValidateResult:Vt$2},this._unknownHandler=od,this._invalidHandler=Bn$3(sd),this._deprecatedHandler=ld,this._identifyMissing=(yd,Ed)=>!(yd in Ed)||cd(yd,Ed),this._identifyRequired=ud,this._preprocess=gd,this._postprocess=_d,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=Cn$3()}normalize(qa){let Ja={},ed=[this._preprocess(qa,this._utils)],td=()=>{for(;ed.length!==0;){let rd=ed.shift(),od=this._applyNormalization(rd,Ja);ed.push(...od)}};td();for(let rd of Object.keys(this._utils.schemas)){let od=this._utils.schemas[rd];if(!(rd in Ja)){let sd=Mt$3(od.default(this._utils));"value"in sd&&ed.push({[rd]:sd.value})}}td();for(let rd of Object.keys(this._utils.schemas)){if(!(rd in Ja))continue;let od=this._utils.schemas[rd],sd=Ja[rd],ld=od.postprocess(sd,this._utils);ld!==he$2&&(this._applyValidation(ld,rd,od),Ja[rd]=ld)}return this._applyPostprocess(Ja),this._applyRequiredCheck(Ja),Ja}_applyNormalization(qa,Ja){let ed=[],{knownKeys:td,unknownKeys:rd}=this._partitionOptionKeys(qa);for(let od of td){let sd=this._utils.schemas[od],ld=sd.preprocess(qa[od],this._utils);this._applyValidation(ld,od,sd);let cd=({from:_d,to:yd})=>{ed.push(typeof yd=="string"?{[yd]:_d}:{[yd.key]:yd.value})},ud=({value:_d,redirectTo:yd})=>{let Ed=Ut$2(sd.deprecated(_d,this._utils),ld,!0);if(Ed!==!1)if(Ed===!0)this._hasDeprecationWarned(od)||this._utils.logger.warn(this._deprecatedHandler(od,yd,this._utils));else for(let{value:Td}of Ed){let Od={key:od,value:Td};if(!this._hasDeprecationWarned(Od)){let Ad=typeof yd=="string"?{key:yd,value:Td}:yd;this._utils.logger.warn(this._deprecatedHandler(Od,Ad,this._utils))}}};pt$3(sd.forward(ld,this._utils),ld).forEach(cd);let gd=zt(sd.redirect(ld,this._utils),ld);if(gd.redirect.forEach(cd),"remain"in gd){let _d=gd.remain;Ja[od]=od in Ja?sd.overlap(Ja[od],_d,this._utils):_d,ud({value:_d})}for(let{from:_d,to:yd}of gd.redirect)ud({value:_d,redirectTo:yd})}for(let od of rd){let sd=qa[od];this._applyUnknownHandler(od,sd,Ja,(ld,cd)=>{ed.push({[ld]:cd})})}return ed}_applyRequiredCheck(qa){for(let Ja of Object.keys(this._utils.schemas))if(this._identifyMissing(Ja,qa)&&this._identifyRequired(Ja))throw this._invalidHandler(Ja,st$1,this._utils)}_partitionOptionKeys(qa){let[Ja,ed]=gn$3(Object.keys(qa).filter(td=>!this._identifyMissing(td,qa)),td=>td in this._utils.schemas);return{knownKeys:Ja,unknownKeys:ed}}_applyValidation(qa,Ja,ed){let td=Vt$2(ed.validate(qa,this._utils),qa);if(td!==!0)throw this._invalidHandler(Ja,td.value,this._utils)}_applyUnknownHandler(qa,Ja,ed,td){let rd=this._unknownHandler(qa,Ja,this._utils);if(rd)for(let od of Object.keys(rd)){if(this._identifyMissing(od,rd))continue;let sd=rd[od];od in this._utils.schemas?td(od,sd):ed[od]=sd}}_applyPostprocess(qa){let Ja=this._postprocess(qa,this._utils);if(Ja!==he$2){if(Ja.delete)for(let ed of Ja.delete)delete qa[ed];if(Ja.override){let{knownKeys:ed,unknownKeys:td}=this._partitionOptionKeys(Ja.override);for(let rd of ed){let od=Ja.override[rd];this._applyValidation(od,rd,this._utils.schemas[rd]),qa[rd]=od}for(let rd of td){let od=Ja.override[rd];this._applyUnknownHandler(rd,od,qa,(sd,ld)=>{let cd=this._utils.schemas[sd];this._applyValidation(ld,sd,cd),qa[sd]=ld})}}}}},Gt$3;function go$3(Ra,qa,{logger:Ja=!1,isCLI:ed=!1,passThrough:td=!1,FlagSchema:rd,descriptor:od}={}){if(ed){if(!rd)throw new Error("'FlagSchema' option is required.");if(!od)throw new Error("'descriptor' option is required.")}else od=ie$3;let sd=td?Array.isArray(td)?(_d,yd)=>td.includes(_d)?{[_d]:yd}:void 0:(_d,yd)=>({[_d]:yd}):(_d,yd,Ed)=>{let{_:Td,...Od}=Ed.schemas;return at$2(_d,yd,{...Ed,schemas:Od})},ld=yo$3(qa,{isCLI:ed,FlagSchema:rd}),cd=new Et$4(ld,{logger:Ja,unknown:sd,descriptor:od}),ud=Ja!==!1;ud&&Gt$3&&(cd._hasDeprecationWarned=Gt$3);let gd=cd.normalize(Ra);return ud&&(Gt$3=cd._hasDeprecationWarned),gd}function yo$3(Ra,{isCLI:qa,FlagSchema:Ja}){let ed=[];qa&&ed.push(lt$2.create({name:"_"}));for(let td of Ra)ed.push(Ao$1(td,{isCLI:qa,optionInfos:Ra,FlagSchema:Ja})),td.alias&&qa&&ed.push(Dt$4.create({name:td.alias,sourceName:td.name}));return ed}function Ao$1(Ra,{isCLI:qa,optionInfos:Ja,FlagSchema:ed}){let{name:td}=Ra,rd={name:td},od,sd={};switch(Ra.type){case"int":od=mt$3,qa&&(rd.preprocess=Number);break;case"string":od=Re$5;break;case"choice":od=dt$3,rd.choices=Ra.choices.map(ld=>ld!=null&&ld.redirect?{...ld,redirect:{to:{key:Ra.name,value:ld.redirect}}}:ld);break;case"boolean":od=ft$2;break;case"flag":od=ed,rd.flags=Ja.flatMap(ld=>[ld.alias,ld.description&&ld.name,ld.oppositeDescription&&`no-${ld.name}`].filter(Boolean));break;case"path":od=Re$5;break;default:throw new Error(`Unexpected type ${Ra.type}`)}if(Ra.exception?rd.validate=(ld,cd,ud)=>Ra.exception(ld)||cd.validate(ld,ud):rd.validate=(ld,cd,ud)=>ld===void 0||cd.validate(ld,ud),Ra.redirect&&(sd.redirect=ld=>ld?{to:typeof Ra.redirect=="string"?Ra.redirect:{key:Ra.redirect.option,value:Ra.redirect.value}}:void 0),Ra.deprecated&&(sd.deprecated=!0),qa&&!Ra.array){let ld=rd.preprocess||(cd=>cd);rd.preprocess=(cd,ud,gd)=>ud.preprocess(ld(Array.isArray(cd)?y$1(!1,cd,-1):cd),gd)}return Ra.array?ct$1.create({...qa?{preprocess:ld=>Array.isArray(ld)?ld:[ld]}:{},...sd,valueSchema:od.create(rd)}):od.create({...rd,...sd})}var bn$3=go$3,Bo$2=(Ra,qa,Ja)=>{if(!(Ra&&qa==null)){if(qa.findLast)return qa.findLast(Ja);for(let ed=qa.length-1;ed>=0;ed--){let td=qa[ed];if(Ja(td,ed,qa))return td}}},Kt$1=Bo$2;function qt$2(Ra,qa){if(!qa)throw new Error("parserName is required.");let Ja=Kt$1(!1,Ra,td=>td.parsers&&Object.prototype.hasOwnProperty.call(td.parsers,qa));if(Ja)return Ja;let ed=`Couldn't resolve parser "${qa}".`;throw ed+=" Plugins must be explicitly added to the standalone bundle.",new Pe$4(ed)}function On$3(Ra,qa){if(!qa)throw new Error("astFormat is required.");let Ja=Kt$1(!1,Ra,td=>td.printers&&Object.prototype.hasOwnProperty.call(td.printers,qa));if(Ja)return Ja;let ed=`Couldn't find plugin for AST format "${qa}".`;throw ed+=" Plugins must be explicitly added to the standalone bundle.",new Pe$4(ed)}function ht$3({plugins:Ra,parser:qa}){let Ja=qt$2(Ra,qa);return Jt$3(Ja,qa)}function Jt$3(Ra,qa){let Ja=Ra.parsers[qa];return typeof Ja=="function"?Ja():Ja}function Sn$3(Ra,qa){let Ja=Ra.printers[qa];return typeof Ja=="function"?Ja():Ja}var Nn$3={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};async function wo$2(Ra,qa={}){var Ja;let ed={...Ra};if(!ed.parser)if(ed.filepath){if(ed.parser=un$2(ed,{physicalFile:ed.filepath}),!ed.parser)throw new Ie$2(`No parser could be inferred for file "${ed.filepath}".`)}else throw new Ie$2("No parser and no file path given, couldn't infer a parser.");let td=ot$1({plugins:Ra.plugins,showDeprecated:!0}).options,rd={...Nn$3,...Object.fromEntries(td.filter(_d=>_d.default!==void 0).map(_d=>[_d.name,_d.default]))},od=qt$2(ed.plugins,ed.parser),sd=await Jt$3(od,ed.parser);ed.astFormat=sd.astFormat,ed.locEnd=sd.locEnd,ed.locStart=sd.locStart;let ld=(Ja=od.printers)!=null&&Ja[sd.astFormat]?od:On$3(ed.plugins,sd.astFormat),cd=await Sn$3(ld,sd.astFormat);ed.printer=cd;let ud=ld.defaultOptions?Object.fromEntries(Object.entries(ld.defaultOptions).filter(([,_d])=>_d!==void 0)):{},gd={...rd,...ud};for(let[_d,yd]of Object.entries(gd))(ed[_d]===null||ed[_d]===void 0)&&(ed[_d]=yd);return ed.parser==="json"&&(ed.trailingComma="none"),bn$3(ed,td,{passThrough:Object.keys(Nn$3),...qa})}var se$2=wo$2,Vn$3=Me$5($n$4());async function ko$1(Ra,qa){let Ja=await ht$3(qa),ed=Ja.preprocess?Ja.preprocess(Ra,qa):Ra;qa.originalText=ed;let td;try{td=await Ja.parse(ed,qa,qa)}catch(rd){Lo$3(rd,Ra)}return{text:ed,ast:td}}function Lo$3(Ra,qa){let{loc:Ja}=Ra;if(Ja){let ed=(0,Vn$3.codeFrameColumns)(qa,Ja,{highlightCode:!0});throw Ra.message+=`
`+ed,Ra.codeFrame=ed,Ra}throw Ra}var ce$3=ko$1;async function Un$3(Ra,qa,Ja,ed,td){let{embeddedLanguageFormatting:rd,printer:{embed:od,hasPrettierIgnore:sd=()=>!1,getVisitorKeys:ld}}=Ja;if(!od||rd!=="auto")return;if(od.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/en/plugins.html#optional-embed");let cd=X$2(od.getVisitorKeys??ld),ud=[];yd();let gd=Ra.stack;for(let{print:Ed,node:Td,pathStack:Od}of ud)try{Ra.stack=Od;let Ad=await Ed(_d,qa,Ra,Ja);Ad&&td.set(Td,Ad)}catch(Ad){if(globalThis.PRETTIER_DEBUG)throw Ad}Ra.stack=gd;function _d(Ed,Td){return Po$1(Ed,Td,Ja,ed)}function yd(){let{node:Ed}=Ra;if(Ed===null||typeof Ed!="object"||sd(Ra))return;for(let Od of cd(Ed))Array.isArray(Ed[Od])?Ra.each(yd,Od):Ra.call(yd,Od);let Td=od(Ra,Ja);if(Td){if(typeof Td=="function"){ud.push({print:Td,node:Ed,pathStack:[...Ra.stack]});return}td.set(Ed,Td)}}}async function Po$1(Ra,qa,Ja,ed){let td=await se$2({...Ja,...qa,parentParser:Ja.parser,originalText:Ra},{passThrough:!0}),{ast:rd}=await ce$3(Ra,td),od=await ed(rd,td);return Ze$3(od)}function Io$1(Ra,qa){let{originalText:Ja,[Symbol.for("comments")]:ed,locStart:td,locEnd:rd,[Symbol.for("printedComments")]:od}=qa,{node:sd}=Ra,ld=td(sd),cd=rd(sd);for(let ud of ed)td(ud)>=ld&&rd(ud)<=cd&&od.add(ud);return Ja.slice(ld,cd)}var zn$3=Io$1;async function Ye$2(Ra,qa){({ast:Ra}=await Qt$2(Ra,qa));let Ja=new Map,ed=new Mr$3(Ra),td=new Map;await Un$3(ed,od,qa,Ye$2,td);let rd=await Gn$4(ed,qa,od,void 0,td);return en$2(qa),rd;function od(ld,cd){return ld===void 0||ld===ed?sd(cd):Array.isArray(ld)?ed.call(()=>sd(cd),...ld):ed.call(()=>sd(cd),ld)}function sd(ld){let cd=ed.node;if(cd==null)return"";let ud=cd&&typeof cd=="object"&&ld===void 0;if(ud&&Ja.has(cd))return Ja.get(cd);let gd=Gn$4(ed,qa,od,ld,td);return ud&&Ja.set(cd,gd),gd}}function Gn$4(Ra,qa,Ja,ed,td){var rd;let{node:od}=Ra,{printer:sd}=qa,ld;return(rd=sd.hasPrettierIgnore)!=null&&rd.call(sd,Ra)?ld=zn$3(Ra,qa):td.has(od)?ld=td.get(od):ld=sd.print(Ra,qa,Ja,ed),od===qa.cursorNode&&(ld=Qe$2(ld,cd=>[ve$3,cd,ve$3])),sd.printComment&&(!sd.willPrintOwnComments||!sd.willPrintOwnComments(Ra,qa))&&(ld=Qr$4(Ra,ld,qa)),ld}async function Qt$2(Ra,qa){let Ja=Ra.comments??[];qa[Symbol.for("comments")]=Ja,qa[Symbol.for("tokens")]=Ra.tokens??[],qa[Symbol.for("printedComments")]=new Set,Jr$3(Ra,qa);let{printer:{preprocess:ed}}=qa;return Ra=ed?await ed(Ra,qa):Ra,{ast:Ra,comments:Ja}}function Ro$1(Ra,qa){let{cursorOffset:Ja,locStart:ed,locEnd:td}=qa,rd=X$2(qa.printer.getVisitorKeys),od=ld=>ed(ld)<=Ja&&td(ld)>=Ja,sd=Ra;for(let ld of Ur$3(Ra,{getVisitorKeys:rd,filter:od}))sd=ld;return sd}var Kn$3=Ro$1;function Yo$1(Ra,qa){let{printer:{massageAstNode:Ja,getVisitorKeys:ed}}=qa;if(!Ja)return Ra;let td=X$2(ed),rd=Ja.ignoredProperties??new Set;return od(Ra);function od(sd,ld){if(!(sd!==null&&typeof sd=="object"))return sd;if(Array.isArray(sd))return sd.map(_d=>od(_d,ld)).filter(Boolean);let cd={},ud=new Set(td(sd));for(let _d in sd)!Object.prototype.hasOwnProperty.call(sd,_d)||rd.has(_d)||(ud.has(_d)?cd[_d]=od(sd[_d],sd):cd[_d]=sd[_d]);let gd=Ja(sd,cd,ld);if(gd!==null)return gd??cd}}var qn$3=Yo$1,jo$2=(Ra,qa,Ja)=>{if(!(Ra&&qa==null)){if(qa.findLastIndex)return qa.findLastIndex(Ja);for(let ed=qa.length-1;ed>=0;ed--){let td=qa[ed];if(Ja(td,ed,qa))return ed}return-1}},Jn$4=jo$2,Ho$3=({parser:Ra})=>Ra==="json"||Ra==="json5"||Ra==="jsonc"||Ra==="json-stringify";function Wo$2(Ra,qa){let Ja=[Ra.node,...Ra.parentNodes],ed=new Set([qa.node,...qa.parentNodes]);return Ja.find(td=>Qn$4.has(td.type)&&ed.has(td))}function Xn$4(Ra){let qa=Jn$4(!1,Ra,Ja=>Ja.type!=="Program"&&Ja.type!=="File");return qa===-1?Ra:Ra.slice(0,qa+1)}function Mo$3(Ra,qa,{locStart:Ja,locEnd:ed}){let td=Ra.node,rd=qa.node;if(td===rd)return{startNode:td,endNode:rd};let od=Ja(Ra.node);for(let ld of Xn$4(qa.parentNodes))if(Ja(ld)>=od)rd=ld;else break;let sd=ed(qa.node);for(let ld of Xn$4(Ra.parentNodes)){if(ed(ld)<=sd)td=ld;else break;if(td===rd)break}return{startNode:td,endNode:rd}}function er$2(Ra,qa,Ja,ed,td=[],rd){let{locStart:od,locEnd:sd}=Ja,ld=od(Ra),cd=sd(Ra);if(!(qa>cd||qa<ld||rd==="rangeEnd"&&qa===ld||rd==="rangeStart"&&qa===cd)){for(let ud of ut$1(Ra,Ja)){let gd=er$2(ud,qa,Ja,ed,[Ra,...td],rd);if(gd)return gd}if(!ed||ed(Ra,td[0]))return{node:Ra,parentNodes:td}}}function $o$1(Ra,qa){return qa!=="DeclareExportDeclaration"&&Ra!=="TypeParameterDeclaration"&&(Ra==="Directive"||Ra==="TypeAlias"||Ra==="TSExportAssignment"||Ra.startsWith("Declare")||Ra.startsWith("TSDeclare")||Ra.endsWith("Statement")||Ra.endsWith("Declaration"))}var Qn$4=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),Vo$2=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function Zn$3(Ra,qa,Ja){if(!qa)return!1;switch(Ra.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return $o$1(qa.type,Ja==null?void 0:Ja.type);case"json":case"json5":case"jsonc":case"json-stringify":return Qn$4.has(qa.type);case"graphql":return Vo$2.has(qa.kind);case"vue":return qa.tag!=="root"}return!1}function eu$2(Ra,qa,Ja){let{rangeStart:ed,rangeEnd:td,locStart:rd,locEnd:od}=qa;ke$3.ok(td>ed);let sd=Ra.slice(ed,td).search(/\S/u),ld=sd===-1;if(!ld)for(ed+=sd;td>ed&&!/\S/u.test(Ra[td-1]);--td);let cd=er$2(Ja,ed,qa,(yd,Ed)=>Zn$3(qa,yd,Ed),[],"rangeStart"),ud=ld?cd:er$2(Ja,td,qa,yd=>Zn$3(qa,yd),[],"rangeEnd");if(!cd||!ud)return{rangeStart:0,rangeEnd:0};let gd,_d;if(Ho$3(qa)){let yd=Wo$2(cd,ud);gd=yd,_d=yd}else({startNode:gd,endNode:_d}=Mo$3(cd,ud,qa));return{rangeStart:Math.min(rd(gd),rd(_d)),rangeEnd:Math.max(od(gd),od(_d))}}var uu$4="\uFEFF",tu$3=Symbol("cursor");async function ou$3(Ra,qa,Ja=0){if(!Ra||Ra.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:ed,text:td}=await ce$3(Ra,qa);qa.cursorOffset>=0&&(qa.cursorNode=Kn$3(ed,qa));let rd=await Ye$2(ed,qa);Ja>0&&(rd=Je$2([q$2,rd],Ja,qa.tabWidth));let od=Fe$2(rd,qa);if(Ja>0){let ld=od.formatted.trim();od.cursorNodeStart!==void 0&&(od.cursorNodeStart-=od.formatted.indexOf(ld)),od.formatted=ld+Be$4(qa.endOfLine)}let sd=qa[Symbol.for("comments")];if(qa.cursorOffset>=0){let ld,cd,ud,gd,_d;if(qa.cursorNode&&od.cursorNodeText?(ld=qa.locStart(qa.cursorNode),cd=td.slice(ld,qa.locEnd(qa.cursorNode)),ud=qa.cursorOffset-ld,gd=od.cursorNodeStart,_d=od.cursorNodeText):(ld=0,cd=td,ud=qa.cursorOffset,gd=0,_d=od.formatted),cd===_d)return{formatted:od.formatted,cursorOffset:gd+ud,comments:sd};let yd=cd.split("");yd.splice(ud,0,tu$3);let Ed=_d.split(""),Td=dr$2(yd,Ed),Od=gd;for(let Ad of Td)if(Ad.removed){if(Ad.value.includes(tu$3))break}else Od+=Ad.count;return{formatted:od.formatted,cursorOffset:Od,comments:sd}}return{formatted:od.formatted,cursorOffset:-1,comments:sd}}async function Uo$3(Ra,qa){let{ast:Ja,text:ed}=await ce$3(Ra,qa),{rangeStart:td,rangeEnd:rd}=eu$2(ed,qa,Ja),od=ed.slice(td,rd),sd=Math.min(td,ed.lastIndexOf(`
`,td)+1),ld=ed.slice(sd,td).match(/^\s*/u)[0],cd=me$1(ld,qa.tabWidth),ud=await ou$3(od,{...qa,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:qa.cursorOffset>td&&qa.cursorOffset<=rd?qa.cursorOffset-td:-1,endOfLine:"lf"},cd),gd=ud.formatted.trimEnd(),{cursorOffset:_d}=qa;_d>rd?_d+=gd.length-od.length:ud.cursorOffset>=0&&(_d=ud.cursorOffset+td);let yd=ed.slice(0,td)+gd+ed.slice(rd);if(qa.endOfLine!=="lf"){let Ed=Be$4(qa.endOfLine);_d>=0&&Ed===`\r
`&&(_d+=wt$2(yd.slice(0,_d),`
`)),yd=ne$3(!1,yd,`
`,Ed)}return{formatted:yd,cursorOffset:_d,comments:ud.comments}}function tr$2(Ra,qa,Ja){return typeof qa!="number"||Number.isNaN(qa)||qa<0||qa>Ra.length?Ja:qa}function ru$3(Ra,qa){let{cursorOffset:Ja,rangeStart:ed,rangeEnd:td}=qa;return Ja=tr$2(Ra,Ja,-1),ed=tr$2(Ra,ed,0),td=tr$2(Ra,td,Ra.length),{...qa,cursorOffset:Ja,rangeStart:ed,rangeEnd:td}}function iu$2(Ra,qa){let{cursorOffset:Ja,rangeStart:ed,rangeEnd:td,endOfLine:rd}=ru$3(Ra,qa),od=Ra.charAt(0)===uu$4;if(od&&(Ra=Ra.slice(1),Ja--,ed--,td--),rd==="auto"&&(rd=Fr$2(Ra)),Ra.includes("\r")){let sd=ld=>wt$2(Ra.slice(0,Math.max(ld,0)),`\r
`);Ja-=sd(Ja),ed-=sd(ed),td-=sd(td),Ra=mr$2(Ra)}return{hasBOM:od,text:Ra,options:ru$3(Ra,{...qa,cursorOffset:Ja,rangeStart:ed,rangeEnd:td,endOfLine:rd})}}async function nu$4(Ra,qa){let Ja=await ht$3(qa);return!Ja.hasPragma||Ja.hasPragma(Ra)}async function rr$2(Ra,qa){let{hasBOM:Ja,text:ed,options:td}=iu$2(Ra,await se$2(qa));if(td.rangeStart>=td.rangeEnd&&ed!==""||td.requirePragma&&!await nu$4(ed,td))return{formatted:Ra,cursorOffset:qa.cursorOffset,comments:[]};let rd;return td.rangeStart>0||td.rangeEnd<ed.length?rd=await Uo$3(ed,td):(!td.requirePragma&&td.insertPragma&&td.printer.insertPragma&&!await nu$4(ed,td)&&(ed=td.printer.insertPragma(ed)),rd=await ou$3(ed,td)),Ja&&(rd.formatted=uu$4+rd.formatted,rd.cursorOffset>=0&&rd.cursorOffset++),rd}async function su$3(Ra,qa,Ja){let{text:ed,options:td}=iu$2(Ra,await se$2(qa)),rd=await ce$3(ed,td);return Ja&&(Ja.preprocessForPrint&&(rd.ast=await Qt$2(rd.ast,td)),Ja.massage&&(rd.ast=qn$3(rd.ast,td))),rd}async function au$3(Ra,qa){qa=await se$2(qa);let Ja=await Ye$2(Ra,qa);return Fe$2(Ja,qa)}async function Du$2(Ra,qa){let Ja=Or$3(Ra),{formatted:ed}=await rr$2(Ja,{...qa,parser:"__js_expression"});return ed}async function lu$3(Ra,qa){qa=await se$2(qa);let{ast:Ja}=await ce$3(Ra,qa);return Ye$2(Ja,qa)}async function cu$2(Ra,qa){return Fe$2(Ra,await se$2(qa))}var nr$2={};We$1(nr$2,{builders:()=>Go$1,printer:()=>Ko$2,utils:()=>qo$1});var Go$1={join:be$5,line:Ke$2,softline:vr$2,hardline:q$2,literalline:qe$3,group:_t$2,conditionalGroup:Ar$2,fill:Ge$2,lineSuffix:xe$3,lineSuffixBoundary:xr$3,cursor:ve$3,breakParent:de$2,ifBreak:Br$4,trim:_r$3,indent:De$2,indentIfBreak:wr$3,align:ae$2,addAlignmentToDoc:Je$2,markAsRoot:gr$2,dedentToRoot:Cr$1,dedent:yr$2,hardlineWithoutBreakParent:_e$4,literallineWithoutBreakParent:vt$3,label:br$2,concat:Ra=>Ra},Ko$2={printDocToString:Fe$2},qo$1={willBreak:Ir$3,traverseDoc:we$2,findInDoc:Xe$2,mapDoc:Ne$2,removeLines:Yr$4,stripTrailingHardline:Ze$3,replaceEndOfLine:jr$3,canBreak:Hr$4},fu$1="3.3.3",or$2={};We$1(or$2,{addDanglingComment:()=>re$4,addLeadingComment:()=>ue$2,addTrailingComment:()=>oe$3,getAlignmentSize:()=>me$1,getIndentSize:()=>pu$2,getMaxContinuousCount:()=>du$3,getNextNonSpaceNonCommentCharacter:()=>Fu$2,getNextNonSpaceNonCommentCharacterIndex:()=>si$4,getStringWidth:()=>Oe$4,hasNewline:()=>V$4,hasNewlineInRange:()=>mu$2,hasSpaces:()=>Eu$2,isNextLineEmpty:()=>ci$3,isNextLineEmptyAfterIndex:()=>gt$2,isPreviousLineEmpty:()=>Di$3,makeString:()=>hu$2,skip:()=>Ee$3,skipEverythingButNewLine:()=>nt$1,skipInlineComment:()=>Ce$2,skipNewline:()=>M$3,skipSpaces:()=>T$1,skipToLineEnd:()=>rt$2,skipTrailingComment:()=>ge$4,skipWhitespace:()=>zr$3});function Jo$2(Ra,qa){if(qa===!1)return!1;if(Ra.charAt(qa)==="/"&&Ra.charAt(qa+1)==="*"){for(let Ja=qa+2;Ja<Ra.length;++Ja)if(Ra.charAt(Ja)==="*"&&Ra.charAt(Ja+1)==="/")return Ja+2}return qa}var Ce$2=Jo$2;function Xo$1(Ra,qa){return qa===!1?!1:Ra.charAt(qa)==="/"&&Ra.charAt(qa+1)==="/"?nt$1(Ra,qa):qa}var ge$4=Xo$1;function Zo$2(Ra,qa){let Ja=null,ed=qa;for(;ed!==Ja;)Ja=ed,ed=T$1(Ra,ed),ed=Ce$2(Ra,ed),ed=ge$4(Ra,ed),ed=M$3(Ra,ed);return ed}var je$4=Zo$2;function Qo$2(Ra,qa){let Ja=null,ed=qa;for(;ed!==Ja;)Ja=ed,ed=rt$2(Ra,ed),ed=Ce$2(Ra,ed),ed=T$1(Ra,ed);return ed=ge$4(Ra,ed),ed=M$3(Ra,ed),ed!==!1&&V$4(Ra,ed)}var gt$2=Qo$2;function ei$3(Ra,qa){let Ja=Ra.lastIndexOf(`
`);return Ja===-1?0:me$1(Ra.slice(Ja+1).match(/^[\t ]*/u)[0],qa)}var pu$2=ei$3;function ur$2(Ra){if(typeof Ra!="string")throw new TypeError("Expected a string");return Ra.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function ti$4(Ra,qa){let Ja=Ra.match(new RegExp(`(${ur$2(qa)})+`,"gu"));return Ja===null?0:Ja.reduce((ed,td)=>Math.max(ed,td.length/qa.length),0)}var du$3=ti$4;function ri$4(Ra,qa){let Ja=je$4(Ra,qa);return Ja===!1?"":Ra.charAt(Ja)}var Fu$2=ri$4;function ni$4(Ra,qa,Ja){for(let ed=qa;ed<Ja;++ed)if(Ra.charAt(ed)===`
`)return!0;return!1}var mu$2=ni$4;function ui$3(Ra,qa,Ja={}){return T$1(Ra,Ja.backwards?qa-1:qa,Ja)!==qa}var Eu$2=ui$3;function oi$3(Ra,qa,Ja){let ed=qa==='"'?"'":'"',td=ne$3(!1,Ra,/\\(.)|(["'])/gsu,(rd,od,sd)=>od===ed?od:sd===qa?"\\"+sd:sd||(Ja&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(od)?od:"\\"+od));return qa+td+qa}var hu$2=oi$3;function ii$4(Ra,qa,Ja){return je$4(Ra,Ja(qa))}function si$4(Ra,qa){return arguments.length===2||typeof qa=="number"?je$4(Ra,qa):ii$4(...arguments)}function ai$4(Ra,qa,Ja){return Le$3(Ra,Ja(qa))}function Di$3(Ra,qa){return arguments.length===2||typeof qa=="number"?Le$3(Ra,qa):ai$4(...arguments)}function li$4(Ra,qa,Ja){return gt$2(Ra,Ja(qa))}function ci$3(Ra,qa){return arguments.length===2||typeof qa=="number"?gt$2(Ra,qa):li$4(...arguments)}function fe$3(Ra,qa=1){return async(...Ja)=>{let ed=Ja[qa]??{},td=ed.plugins??[];return Ja[qa]={...ed,plugins:Array.isArray(td)?td:Object.values(td)},Ra(...Ja)}}var Cu$2=fe$3(rr$2);async function gu$1(Ra,qa){let{formatted:Ja}=await Cu$2(Ra,{...qa,cursorOffset:-1});return Ja}async function fi$3(Ra,qa){return await gu$1(Ra,qa)===Ra}var pi$4=fe$3(ot$1,0),di$3={parse:fe$3(su$3),formatAST:fe$3(au$3),formatDoc:fe$3(Du$2),printToDoc:fe$3(lu$3),printDocToString:fe$3(cu$2)},el$2=Object.create,ft$1=Object.defineProperty,rl$2=Object.getOwnPropertyDescriptor,tl$2=Object.getOwnPropertyNames,nl$2=Object.getPrototypeOf,il$2=Object.prototype.hasOwnProperty,C=(Ra,qa)=>()=>(qa||Ra((qa={exports:{}}).exports,qa),qa.exports),Ln$3=(Ra,qa)=>{for(var Ja in qa)ft$1(Ra,Ja,{get:qa[Ja],enumerable:!0})},ul$2=(Ra,qa,Ja,ed)=>{if(qa&&typeof qa=="object"||typeof qa=="function")for(let td of tl$2(qa))!il$2.call(Ra,td)&&td!==Ja&&ft$1(Ra,td,{get:()=>qa[td],enumerable:!(ed=rl$2(qa,td))||ed.enumerable});return Ra},Ue$3=(Ra,qa,Ja)=>(Ja=Ra!=null?el$2(nl$2(Ra)):{},ul$2(ft$1(Ja,"default",{value:Ra,enumerable:!0}),Ra)),xr$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed){return String(ed).replace(/\s+/g," ")}}),Pi$2=C((Ra,qa)=>{qa.exports=Ed;var Ja=9,ed=10,td=32,rd=33,od=58,sd=91,ld=92,cd=93,ud=94,gd=96,_d=4,yd=1024;function Ed(Rd){var Md=this.Parser,Ld=this.Compiler;Td(Md)&&Ad(Md,Rd),Od(Ld)&&Nd(Ld)}function Td(Rd){return!!(Rd&&Rd.prototype&&Rd.prototype.blockTokenizers)}function Od(Rd){return!!(Rd&&Rd.prototype&&Rd.prototype.visitors)}function Ad(Rd,Md){for(var Ld=Md||{},jd=Rd.prototype,Pd=jd.blockTokenizers,Fd=jd.inlineTokenizers,Ud=jd.blockMethods,Vd=jd.inlineMethods,qd=Pd.definition,Wd=Fd.reference,zd=[],Kd=-1,Qd=Ud.length,hf;++Kd<Qd;)hf=Ud[Kd],!(hf==="newline"||hf==="indentedCode"||hf==="paragraph"||hf==="footnoteDefinition")&&zd.push([hf]);zd.push(["footnoteDefinition"]),Ld.inlineNotes&&(kd(Vd,"reference","inlineNote"),Fd.inlineNote=kf),kd(Ud,"definition","footnoteDefinition"),kd(Vd,"reference","footnoteCall"),Pd.definition=Ef,Pd.footnoteDefinition=gf,Fd.footnoteCall=bf,Fd.reference=Cf,jd.interruptFootnoteDefinition=zd,Cf.locator=Wd.locator,bf.locator=yf,kf.locator=Mf;function gf(Af,Zd,mf){for(var Pf=this,Ff=Pf.interruptFootnoteDefinition,Lf=Pf.offset,jf=Zd.length+1,xf=0,Nf=[],Bf,Tf,wf,Of,$f,Wf,Kf,Df,qf,Xf,hh,Mh,wh;xf<jf&&(Of=Zd.charCodeAt(xf),!(Of!==Ja&&Of!==td));)xf++;if(Zd.charCodeAt(xf++)===sd&&Zd.charCodeAt(xf++)===ud){for(Tf=xf;xf<jf;){if(Of=Zd.charCodeAt(xf),Of!==Of||Of===ed||Of===Ja||Of===td)return;if(Of===cd){wf=xf,xf++;break}xf++}if(!(wf===void 0||Tf===wf||Zd.charCodeAt(xf++)!==od)){if(mf)return!0;for(Bf=Zd.slice(Tf,wf),$f=Af.now(),qf=0,Xf=0,hh=xf,Mh=[];xf<jf;){if(Of=Zd.charCodeAt(xf),Of!==Of||Of===ed)wh={start:qf,contentStart:hh||xf,contentEnd:xf,end:xf},Mh.push(wh),Of===ed&&(qf=xf+1,Xf=0,hh=void 0,wh.end=qf);else if(Xf!==void 0)if(Of===td||Of===Ja)Xf+=Of===td?1:_d-Xf%_d,Xf>_d&&(Xf=void 0,hh=xf);else{if(Xf<_d&&wh&&(wh.contentStart===wh.contentEnd||Id(Ff,Pd,Pf,[Af,Zd.slice(xf,yd),!0])))break;Xf=void 0,hh=xf}xf++}for(xf=-1,jf=Mh.length;jf>0&&(wh=Mh[jf-1],wh.contentStart===wh.contentEnd);)jf--;for(Wf=Af(Zd.slice(0,wh.contentEnd));++xf<jf;)wh=Mh[xf],Lf[$f.line+xf]=(Lf[$f.line+xf]||0)+(wh.contentStart-wh.start),Nf.push(Zd.slice(wh.contentStart,wh.end));return Kf=Pf.enterBlock(),Df=Pf.tokenizeBlock(Nf.join(""),$f),Kf(),Wf({type:"footnoteDefinition",identifier:Bf.toLowerCase(),label:Bf,children:Df})}}}function bf(Af,Zd,mf){var Pf=Zd.length+1,Ff=0,Lf,jf,xf,Nf;if(Zd.charCodeAt(Ff++)===sd&&Zd.charCodeAt(Ff++)===ud){for(jf=Ff;Ff<Pf;){if(Nf=Zd.charCodeAt(Ff),Nf!==Nf||Nf===ed||Nf===Ja||Nf===td)return;if(Nf===cd){xf=Ff,Ff++;break}Ff++}if(!(xf===void 0||jf===xf))return mf?!0:(Lf=Zd.slice(jf,xf),Af(Zd.slice(0,Ff))({type:"footnoteReference",identifier:Lf.toLowerCase(),label:Lf}))}}function kf(Af,Zd,mf){var Pf=this,Ff=Zd.length+1,Lf=0,jf=0,xf,Nf,Bf,Tf,wf,Of,$f;if(Zd.charCodeAt(Lf++)===ud&&Zd.charCodeAt(Lf++)===sd){for(Bf=Lf;Lf<Ff;){if(Nf=Zd.charCodeAt(Lf),Nf!==Nf)return;if(Of===void 0)if(Nf===ld)Lf+=2;else if(Nf===sd)jf++,Lf++;else if(Nf===cd)if(jf===0){Tf=Lf,Lf++;break}else jf--,Lf++;else if(Nf===gd){for(wf=Lf,Of=1;Zd.charCodeAt(wf+Of)===gd;)Of++;Lf+=Of}else Lf++;else if(Nf===gd){for(wf=Lf,$f=1;Zd.charCodeAt(wf+$f)===gd;)$f++;Lf+=$f,Of===$f&&(Of=void 0),$f=void 0}else Lf++}if(Tf!==void 0)return mf?!0:(xf=Af.now(),xf.column+=2,xf.offset+=2,Af(Zd.slice(0,Lf))({type:"footnote",children:Pf.tokenizeInline(Zd.slice(Bf,Tf),xf)}))}}function Cf(Af,Zd,mf){var Pf=0;if(Zd.charCodeAt(Pf)===rd&&Pf++,Zd.charCodeAt(Pf)===sd&&Zd.charCodeAt(Pf+1)!==ud)return Wd.call(this,Af,Zd,mf)}function Ef(Af,Zd,mf){for(var Pf=0,Ff=Zd.charCodeAt(Pf);Ff===td||Ff===Ja;)Ff=Zd.charCodeAt(++Pf);if(Ff===sd&&Zd.charCodeAt(Pf+1)!==ud)return qd.call(this,Af,Zd,mf)}function yf(Af,Zd){return Af.indexOf("[",Zd)}function Mf(Af,Zd){return Af.indexOf("^[",Zd)}}function Nd(Rd){var Md=Rd.prototype.visitors,Ld=" ";Md.footnote=jd,Md.footnoteReference=Pd,Md.footnoteDefinition=Fd;function jd(Ud){return"^["+this.all(Ud).join("")+"]"}function Pd(Ud){return"[^"+(Ud.label||Ud.identifier)+"]"}function Fd(Ud){for(var Vd=this.all(Ud).join(`
`).split(`
`),qd=0,Wd=Vd.length,zd;++qd<Wd;)zd=Vd[qd],zd!==""&&(Vd[qd]=Ld+zd);return"[^"+(Ud.label||Ud.identifier)+"]: "+Vd.join(`
`)}}function kd(Rd,Md,Ld){Rd.splice(Rd.indexOf(Md),0,Ld)}function Id(Rd,Md,Ld,jd){for(var Pd=Rd.length,Fd=-1;++Fd<Pd;)if(Md[Rd[Fd][0]].apply(Ld,jd))return!0;return!1}}),Bt$3=C(Ra=>{Ra.isRemarkParser=qa,Ra.isRemarkCompiler=Ja;function qa(ed){return!!(ed&&ed.prototype&&ed.prototype.blockTokenizers)}function Ja(ed){return!!(ed&&ed.prototype&&ed.prototype.visitors)}}),Mi$1=C((Ra,qa)=>{var Ja=Bt$3();qa.exports=gd;var ed=9,td=32,rd=36,od=48,sd=57,ld=92,cd=["math","math-inline"],ud="math-display";function gd(Ed){let Td=this.Parser,Od=this.Compiler;Ja.isRemarkParser(Td)&&_d(Td,Ed),Ja.isRemarkCompiler(Od)&&yd(Od)}function _d(Ed,Td){let Od=Ed.prototype,Ad=Od.inlineMethods;kd.locator=Nd,Od.inlineTokenizers.math=kd,Ad.splice(Ad.indexOf("text"),0,"math");function Nd(Id,Rd){return Id.indexOf("$",Rd)}function kd(Id,Rd,Md){let Ld=Rd.length,jd=!1,Pd=!1,Fd=0,Ud,Vd,qd,Wd,zd,Kd,Qd;if(Rd.charCodeAt(Fd)===ld&&(Pd=!0,Fd++),Rd.charCodeAt(Fd)===rd){if(Fd++,Pd)return Md?!0:Id(Rd.slice(0,Fd))({type:"text",value:"$"});if(Rd.charCodeAt(Fd)===rd&&(jd=!0,Fd++),qd=Rd.charCodeAt(Fd),!(qd===td||qd===ed)){for(Wd=Fd;Fd<Ld;){if(Vd=qd,qd=Rd.charCodeAt(Fd+1),Vd===rd){if(Ud=Rd.charCodeAt(Fd-1),Ud!==td&&Ud!==ed&&(qd!==qd||qd<od||qd>sd)&&(!jd||qd===rd)){zd=Fd-1,Fd++,jd&&Fd++,Kd=Fd;break}}else Vd===ld&&(Fd++,qd=Rd.charCodeAt(Fd+1));Fd++}if(Kd!==void 0)return Md?!0:(Qd=Rd.slice(Wd,zd+1),Id(Rd.slice(0,Kd))({type:"inlineMath",value:Qd,data:{hName:"span",hProperties:{className:cd.concat(jd&&Td.inlineMathDouble?[ud]:[])},hChildren:[{type:"text",value:Qd}]}}))}}}}function yd(Ed){let Td=Ed.prototype;Td.visitors.inlineMath=Od;function Od(Ad){let Nd="$";return(Ad.data&&Ad.data.hProperties&&Ad.data.hProperties.className||[]).includes(ud)&&(Nd="$$"),Nd+Ad.value+Nd}}}),$i$2=C((Ra,qa)=>{var Ja=Bt$3();qa.exports=ud;var ed=10,td=32,rd=36,od=`
`,sd="$",ld=2,cd=["math","math-display"];function ud(){let yd=this.Parser,Ed=this.Compiler;Ja.isRemarkParser(yd)&&gd(yd),Ja.isRemarkCompiler(Ed)&&_d(Ed)}function gd(yd){let Ed=yd.prototype,Td=Ed.blockMethods,Od=Ed.interruptParagraph,Ad=Ed.interruptList,Nd=Ed.interruptBlockquote;Ed.blockTokenizers.math=kd,Td.splice(Td.indexOf("fencedCode")+1,0,"math"),Od.splice(Od.indexOf("fencedCode")+1,0,["math"]),Ad.splice(Ad.indexOf("fencedCode")+1,0,["math"]),Nd.splice(Nd.indexOf("fencedCode")+1,0,["math"]);function kd(Id,Rd,Md){var Ld=Rd.length,jd=0;let Pd,Fd,Ud,Vd,qd,Wd,zd,Kd,Qd,hf,gf;for(;jd<Ld&&Rd.charCodeAt(jd)===td;)jd++;for(qd=jd;jd<Ld&&Rd.charCodeAt(jd)===rd;)jd++;if(Wd=jd-qd,!(Wd<ld)){for(;jd<Ld&&Rd.charCodeAt(jd)===td;)jd++;for(zd=jd;jd<Ld;){if(Pd=Rd.charCodeAt(jd),Pd===rd)return;if(Pd===ed)break;jd++}if(Rd.charCodeAt(jd)===ed){if(Md)return!0;for(Fd=[],zd!==jd&&Fd.push(Rd.slice(zd,jd)),jd++,Ud=Rd.indexOf(od,jd+1),Ud=Ud===-1?Ld:Ud;jd<Ld;){for(Kd=!1,hf=jd,gf=Ud,Vd=Ud,Qd=0;Vd>hf&&Rd.charCodeAt(Vd-1)===td;)Vd--;for(;Vd>hf&&Rd.charCodeAt(Vd-1)===rd;)Qd++,Vd--;for(Wd<=Qd&&Rd.indexOf(sd,hf)===Vd&&(Kd=!0,gf=Vd);hf<=gf&&hf-jd<qd&&Rd.charCodeAt(hf)===td;)hf++;if(Kd)for(;gf>hf&&Rd.charCodeAt(gf-1)===td;)gf--;if((!Kd||hf!==gf)&&Fd.push(Rd.slice(hf,gf)),Kd)break;jd=Ud+1,Ud=Rd.indexOf(od,jd+1),Ud=Ud===-1?Ld:Ud}return Fd=Fd.join(`
`),Id(Rd.slice(0,Ud))({type:"math",value:Fd,data:{hName:"div",hProperties:{className:cd.concat()},hChildren:[{type:"text",value:Fd}]}})}}}}function _d(yd){let Ed=yd.prototype;Ed.visitors.math=Td;function Td(Od){return`$$
`+Od.value+`
$$`}}}),Wi$1=C((Ra,qa)=>{var Ja=Mi$1(),ed=$i$2();qa.exports=td;function td(rd){var od=rd||{};ed.call(this,od),Ja.call(this,od)}}),Ie$1=C((Ra,qa)=>{qa.exports=ed;var Ja=Object.prototype.hasOwnProperty;function ed(){for(var td={},rd=0;rd<arguments.length;rd++){var od=arguments[rd];for(var sd in od)Ja.call(od,sd)&&(td[sd]=od[sd])}return td}}),Ji$3=C((Ra,qa)=>{typeof Object.create=="function"?qa.exports=function(Ja,ed){ed&&(Ja.super_=ed,Ja.prototype=Object.create(ed.prototype,{constructor:{value:Ja,enumerable:!1,writable:!0,configurable:!0}}))}:qa.exports=function(Ja,ed){if(ed){Ja.super_=ed;var td=function(){};td.prototype=ed.prototype,Ja.prototype=new td,Ja.prototype.constructor=Ja}}}),Zi$1=C((Ra,qa)=>{var Ja=Ie$1(),ed=Ji$3();qa.exports=td;function td(rd){var od,sd,ld;ed(ud,rd),ed(cd,ud),od=ud.prototype;for(sd in od)ld=od[sd],ld&&typeof ld=="object"&&(od[sd]="concat"in ld?ld.concat():Ja(ld));return ud;function cd(gd){return rd.apply(this,gd)}function ud(){return this instanceof ud?rd.apply(this,arguments):new cd(arguments)}}}),ru$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td,rd){return od;function od(){var sd=rd||this,ld=sd[ed];return sd[ed]=!td,cd;function cd(){sd[ed]=ld}}}}),nu$3=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed){for(var td=String(ed),rd=[],od=/\r?\n|\r/g;od.exec(td);)rd.push(od.lastIndex);return rd.push(td.length+1),{toPoint:sd,toPosition:sd,toOffset:ld};function sd(cd){var ud=-1;if(cd>-1&&cd<rd[rd.length-1]){for(;++ud<rd.length;)if(rd[ud]>cd)return{line:ud+1,column:cd-(rd[ud-1]||0)+1,offset:cd}}return{}}function ld(cd){var ud=cd&&cd.line,gd=cd&&cd.column,_d;return!isNaN(ud)&&!isNaN(gd)&&ud-1 in rd&&(_d=(rd[ud-2]||0)+gd-1||0),_d>-1&&_d<rd[rd.length-1]?_d:-1}}}),uu$3=C((Ra,qa)=>{qa.exports=ed;var Ja="\\";function ed(td,rd){return od;function od(sd){for(var ld=0,cd=sd.indexOf(Ja),ud=td[rd],gd=[],_d;cd!==-1;)gd.push(sd.slice(ld,cd)),ld=cd+1,_d=sd.charAt(ld),(!_d||ud.indexOf(_d)===-1)&&gd.push(Ja),cd=sd.indexOf(Ja,ld+1);return gd.push(sd.slice(ld)),gd.join("")}}}),au$2=C((Ra,qa)=>{qa.exports={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}}),ou$2=C((Ra,qa)=>{qa.exports={0:"<22>",128:"€",130:"",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"",140:"Œ",142:"Ž",145:"",146:"",147:"“",148:"”",149:"•",150:"",151:"—",152:"˜",153:"™",154:"š",155:"",156:"œ",158:"ž",159:"Ÿ"}}),Ne$1=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed){var td=typeof ed=="string"?ed.charCodeAt(0):ed;return td>=48&&td<=57}}),lu$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed){var td=typeof ed=="string"?ed.charCodeAt(0):ed;return td>=97&&td<=102||td>=65&&td<=70||td>=48&&td<=57}}),Ve$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed){var td=typeof ed=="string"?ed.charCodeAt(0):ed;return td>=97&&td<=122||td>=65&&td<=90}}),pu$1=C((Ra,qa)=>{var Ja=Ve$2(),ed=Ne$1();qa.exports=td;function td(rd){return Ja(rd)||ed(rd)}}),du$2=C((Ra,qa)=>{qa.exports={AEli:"Æ",AElig:"Æ",AM:"&",AMP:"&",Aacut:"Á",Aacute:"Á",Abreve:"Ă",Acir:"Â",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrav:"À",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"",Arin:"Å",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atild:"Ã",Atilde:"Ã",Aum:"Ä",Auml:"Ä",Backslash:"",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"",Bumpeq:"≎",CHcy:"Ч",COP:"©",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"",Cayleys:"",Ccaron:"Č",Ccedi:"Ç",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ET:"Ð",ETH:"Ð",Eacut:"É",Eacute:"É",Ecaron:"Ě",Ecir:"Ê",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrav:"È",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"",Esim:"⩳",Eta:"Η",Eum:"Ë",Euml:"Ë",Exists:"∃",ExponentialE:"",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"",Fscr:"",GJcy:"Ѓ",G:">",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"",HilbertSpace:"",Hopf:"",HorizontalLine:"─",Hscr:"",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacut:"Í",Iacute:"Í",Icir:"Î",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"",Igrav:"Ì",Igrave:"Ì",Im:"",Imacr:"Ī",ImaginaryI:"",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"",InvisibleTimes:"",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"",Itilde:"Ĩ",Iukcy:"І",Ium:"Ï",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",L:"<",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:"",Mellintrf:"",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
`,Nfr:"𝔑",NoBreak:"",NonBreakingSpace:" ",Nopf:"",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntild:"Ñ",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacut:"Ó",Oacute:"Ó",Ocir:"Ô",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograv:"Ò",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"",Or:"⩔",Oscr:"𝒪",Oslas:"Ø",Oslash:"Ø",Otild:"Õ",Otilde:"Õ",Otimes:"⨷",Oum:"Ö",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"",Popf:"",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUO:'"',QUOT:'"',Qfr:"𝔔",Qopf:"",Qscr:"𝒬",RBarr:"⤐",RE:"®",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THOR:"Þ",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:" ",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:"",ThinSpace:"",Tilde:"",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacut:"Ú",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucir:"Û",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrav:"Ù",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uum:"Ü",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"",Verbar:"‖",Vert:"‖",VerticalBar:"",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:"",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacut:"Ý",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"",Zeta:"Ζ",Zfr:"",Zopf:"",Zscr:"𝒵",aacut:"á",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acir:"â",acirc:"â",acut:"´",acute:"´",acy:"а",aeli:"æ",aelig:"æ",af:"",afr:"𝔞",agrav:"à",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",am:"&",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",arin:"å",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atild:"ã",atilde:"ã",aum:"ä",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"",breve:"˘",brvba:"¦",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedi:"ç",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedi:"¸",cedil:"¸",cemptyv:"⦲",cen:"¢",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",cop:"©",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curre:"¤",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",de:"°",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divid:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacut:"é",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"ê",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"",efDot:"≒",efr:"𝔢",eg:"⪚",egrav:"è",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:"",emsp14:"",emsp:"",eng:"ŋ",ensp:"",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"",esdot:"≐",esim:"≂",eta:"η",et:"ð",eth:"ð",eum:"ë",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"",exponentiale:"",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac1:"¼",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac3:"¾",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"",gsim:"≳",gsime:"⪎",gsiml:"⪐",g:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:"",half:"½",hamilt:"",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"",hyphen:"",iacut:"í",iacute:"í",ic:"",icir:"î",icirc:"î",icy:"и",iecy:"е",iexc:"¡",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrav:"ì",igrave:"ì",ii:"",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"",imagline:"",imagpart:"",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iques:"¿",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",itilde:"ĩ",iukcy:"і",ium:"ï",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laqu:"«",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"",lsquor:"",lstrok:"ł",l:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",mac:"¯",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micr:"µ",micro:"µ",mid:"",midast:"*",midcir:"⫰",middo:"·",middot:"·",minus:"",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"",nbs:" ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",no:"¬",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntild:"ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:"",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacut:"ó",oacute:"ó",oast:"⊛",ocir:"ô",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograv:"ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"",orarr:"↻",ord:"º",order:"",orderof:"",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"",oslas:"ø",oslash:"ø",osol:"⊘",otild:"õ",otilde:"õ",otimes:"⊗",otimesas:"⨶",oum:"ö",ouml:"ö",ovbar:"⌽",par:"¶",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusm:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",poun:"£",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"",primes:"",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:"",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"",quatint:"⨖",quest:"?",questeq:"≟",quo:'"',quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raqu:"»",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"",rationals:"",rbarr:"⤍",rbbrk:"",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"",realine:"",realpart:"",reals:"",rect:"▭",re:"®",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"",rsquor:"",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sec:"§",sect:"§",semi:";",seswar:"⤩",setminus:"",setmn:"",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"",shortparallel:"∥",sh:"­",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"",smashp:"⨳",smeparsl:"⧤",smid:"",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szli:"ß",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"",thinsp:"",thkap:"≈",thksim:"",thor:"þ",thorn:"þ",tilde:"˜",time:"×",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacut:"ú",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucir:"û",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrav:"ù",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",um:"¨",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uum:"ü",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"",xwedge:"⋀",yacut:"ý",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",ye:"¥",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yum:"ÿ",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"",zwnj:""}}),Fu$1=C((Ra,qa)=>{var Ja=du$2();qa.exports=td;var ed={}.hasOwnProperty;function td(rd){return ed.call(Ja,rd)?Ja[rd]:!1}}),pr$1=C((Ra,qa)=>{var Ja=au$2(),ed=ou$2(),td=Ne$1(),rd=lu$2(),od=pu$1(),sd=Fu$1();qa.exports=kf;var ld={}.hasOwnProperty,cd=String.fromCharCode,ud=Function.prototype,gd={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},_d=9,yd=10,Ed=12,Td=32,Od=38,Ad=59,Nd=60,kd=61,Id=35,Rd=88,Md=120,Ld=65533,jd="named",Pd="hexadecimal",Fd="decimal",Ud={};Ud[Pd]=16,Ud[Fd]=10;var Vd={};Vd[jd]=od,Vd[Fd]=td,Vd[Pd]=rd;var qd=1,Wd=2,zd=3,Kd=4,Qd=5,hf=6,gf=7,bf={};bf[qd]="Named character references must be terminated by a semicolon",bf[Wd]="Numeric character references must be terminated by a semicolon",bf[zd]="Named character references cannot be empty",bf[Kd]="Numeric character references cannot be empty",bf[Qd]="Named character references must be known",bf[hf]="Numeric character references cannot be disallowed",bf[gf]="Numeric character references cannot be outside the permissible Unicode range";function kf(Mf,Af){var Zd={},mf,Pf;Af||(Af={});for(Pf in gd)mf=Af[Pf],Zd[Pf]=mf??gd[Pf];return(Zd.position.indent||Zd.position.start)&&(Zd.indent=Zd.position.indent||[],Zd.position=Zd.position.start),Cf(Mf,Zd)}function Cf(Mf,Af){var Zd=Af.additional,mf=Af.nonTerminated,Pf=Af.text,Ff=Af.reference,Lf=Af.warning,jf=Af.textContext,xf=Af.referenceContext,Nf=Af.warningContext,Bf=Af.position,Tf=Af.indent||[],wf=Mf.length,Of=0,$f=-1,Wf=Bf.column||1,Kf=Bf.line||1,Df="",qf=[],Xf,hh,Mh,wh,Bh,Uh,oh,Vf,Rf,Zf,Jf,Th,Ah,Gh,sm,kh,Rh,jh,cm;for(typeof Zd=="string"&&(Zd=Zd.charCodeAt(0)),kh=Tm(),Vf=Lf?Fm:ud,Of--,wf++;++Of<wf;)if(Bh===yd&&(Wf=Tf[$f]||1),Bh=Mf.charCodeAt(Of),Bh===Od){if(oh=Mf.charCodeAt(Of+1),oh===_d||oh===yd||oh===Ed||oh===Td||oh===Od||oh===Nd||oh!==oh||Zd&&oh===Zd){Df+=cd(Bh),Wf++;continue}for(Ah=Of+1,Th=Ah,cm=Ah,oh===Id?(cm=++Th,oh=Mf.charCodeAt(cm),oh===Rd||oh===Md?(Gh=Pd,cm=++Th):Gh=Fd):Gh=jd,Xf="",Jf="",wh="",sm=Vd[Gh],cm--;++cm<wf&&(oh=Mf.charCodeAt(cm),!!sm(oh));)wh+=cd(oh),Gh===jd&&ld.call(Ja,wh)&&(Xf=wh,Jf=Ja[wh]);Mh=Mf.charCodeAt(cm)===Ad,Mh&&(cm++,hh=Gh===jd?sd(wh):!1,hh&&(Xf=wh,Jf=hh)),jh=1+cm-Ah,!Mh&&!mf||(wh?Gh===jd?(Mh&&!Jf?Vf(Qd,1):(Xf!==wh&&(cm=Th+Xf.length,jh=1+cm-Th,Mh=!1),Mh||(Rf=Xf?qd:zd,Af.attribute?(oh=Mf.charCodeAt(cm),oh===kd?(Vf(Rf,jh),Jf=null):od(oh)?Jf=null:Vf(Rf,jh)):Vf(Rf,jh))),Uh=Jf):(Mh||Vf(Wd,jh),Uh=parseInt(wh,Ud[Gh]),Ef(Uh)?(Vf(gf,jh),Uh=cd(Ld)):Uh in ed?(Vf(hf,jh),Uh=ed[Uh]):(Zf="",yf(Uh)&&Vf(hf,jh),Uh>65535&&(Uh-=65536,Zf+=cd(Uh>>>10|55296),Uh=56320|Uh&1023),Uh=Zf+cd(Uh))):Gh!==jd&&Vf(Kd,jh)),Uh?(Gm(),kh=Tm(),Of=cm-1,Wf+=cm-Ah+1,qf.push(Uh),Rh=Tm(),Rh.offset++,Ff&&Ff.call(xf,Uh,{start:kh,end:Rh},Mf.slice(Ah-1,cm)),kh=Rh):(wh=Mf.slice(Ah-1,cm),Df+=wh,Wf+=wh.length,Of=cm-1)}else Bh===10&&(Kf++,$f++,Wf=0),Bh===Bh?(Df+=cd(Bh),Wf++):Gm();return qf.join("");function Tm(){return{line:Kf,column:Wf,offset:Of+(Bf.offset||0)}}function Fm(s1,Km){var v1=Tm();v1.column+=Km,v1.offset+=Km,Lf.call(Nf,bf[s1],v1,s1)}function Gm(){Df&&(qf.push(Df),Pf&&Pf.call(jf,Df,{start:kh,end:Tm()}),Df="")}}function Ef(Mf){return Mf>=55296&&Mf<=57343||Mf>1114111}function yf(Mf){return Mf>=1&&Mf<=8||Mf===11||Mf>=13&&Mf<=31||Mf>=127&&Mf<=159||Mf>=64976&&Mf<=65007||(Mf&65535)===65535||(Mf&65535)===65534}}),Ou$1=C((Ra,qa)=>{var Ja=Ie$1(),ed=pr$1();qa.exports=td;function td(rd){return sd.raw=ld,sd;function od(ud){for(var gd=rd.offset,_d=ud.line,yd=[];++_d&&_d in gd;)yd.push((gd[_d]||0)+1);return{start:ud,indent:yd}}function sd(ud,gd,_d){ed(ud,{position:od(gd),warning:cd,text:_d,reference:_d,textContext:rd,referenceContext:rd})}function ld(ud,gd,_d){return ed(ud,Ja(_d,{position:od(gd),warning:cd}))}function cd(ud,gd,_d){_d!==3&&rd.file.message(ud,gd)}}}),Iu$1=C((Ra,qa)=>{qa.exports=Ja;function Ja(od){return sd;function sd(ld,cd){var ud=this,gd=ud.offset,_d=[],yd=ud[od+"Methods"],Ed=ud[od+"Tokenizers"],Td=cd.line,Od=cd.column,Ad,Nd,kd,Id,Rd,Md;if(!ld)return _d;for(Wd.now=Pd,Wd.file=ud.file,Ld("");ld;){for(Ad=-1,Nd=yd.length,Rd=!1;++Ad<Nd&&(Id=yd[Ad],kd=Ed[Id],!(kd&&(!kd.onlyAtStart||ud.atStart)&&(!kd.notInList||!ud.inList)&&(!kd.notInBlock||!ud.inBlock)&&(!kd.notInLink||!ud.inLink)&&(Md=ld.length,kd.apply(ud,[Wd,ld]),Rd=Md!==ld.length,Rd))););Rd||ud.file.fail(new Error("Infinite loop"),Wd.now())}return ud.eof=Pd(),_d;function Ld(zd){for(var Kd=-1,Qd=zd.indexOf(`
`);Qd!==-1;)Td++,Kd=Qd,Qd=zd.indexOf(`
`,Qd+1);Kd===-1?Od+=zd.length:Od=zd.length-Kd,Td in gd&&(Kd!==-1?Od+=gd[Td]:Od<=gd[Td]&&(Od=gd[Td]+1))}function jd(){var zd=[],Kd=Td+1;return function(){for(var Qd=Td+1;Kd<Qd;)zd.push((gd[Kd]||0)+1),Kd++;return zd}}function Pd(){var zd={line:Td,column:Od};return zd.offset=ud.toOffset(zd),zd}function Fd(zd){this.start=zd,this.end=Pd()}function Ud(zd){ld.slice(0,zd.length)!==zd&&ud.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"),Pd())}function Vd(){var zd=Pd();return Kd;function Kd(Qd,hf){var gf=Qd.position,bf=gf?gf.start:zd,kf=[],Cf=gf&&gf.end.line,Ef=zd.line;if(Qd.position=new Fd(bf),gf&&hf&&gf.indent){if(kf=gf.indent,Cf<Ef){for(;++Cf<Ef;)kf.push((gd[Cf]||0)+1);kf.push(zd.column)}hf=kf.concat(hf)}return Qd.position.indent=hf||[],Qd}}function qd(zd,Kd){var Qd=Kd?Kd.children:_d,hf=Qd[Qd.length-1],gf;return hf&&zd.type===hf.type&&(zd.type==="text"||zd.type==="blockquote")&&ed(hf)&&ed(zd)&&(gf=zd.type==="text"?td:rd,zd=gf.call(ud,hf,zd)),zd!==hf&&Qd.push(zd),ud.atStart&&_d.length!==0&&ud.exitStart(),zd}function Wd(zd){var Kd=jd(),Qd=Vd(),hf=Pd();return Ud(zd),gf.reset=bf,bf.test=kf,gf.test=kf,ld=ld.slice(zd.length),Ld(zd),Kd=Kd(),gf;function gf(Cf,Ef){return Qd(qd(Qd(Cf),Ef),Kd)}function bf(){var Cf=gf.apply(null,arguments);return Td=hf.line,Od=hf.column,ld=zd+ld,Cf}function kf(){var Cf=Qd({});return Td=hf.line,Od=hf.column,ld=zd+ld,Cf.position}}}}function ed(od){var sd,ld;return od.type!=="text"||!od.position?!0:(sd=od.position.start,ld=od.position.end,sd.line!==ld.line||ld.column-sd.column===od.value.length)}function td(od,sd){return od.value+=sd.value,od}function rd(od,sd){return this.options.commonmark||this.options.gfm?sd:(od.children=od.children.concat(sd.children),od)}}),Uu$2=C((Ra,qa)=>{qa.exports=rd;var Ja=["\\","`","*","{","}","[","]","(",")","#","+","-",".","!","_",">"],ed=Ja.concat(["~","|"]),td=ed.concat([`
`,'"',"$","%","&","'",",","/",":",";","<","=","?","@","^"]);rd.default=Ja,rd.gfm=ed,rd.commonmark=td;function rd(od){var sd=od||{};return sd.commonmark?td:sd.gfm?ed:Ja}}),Mu$1=C((Ra,qa)=>{qa.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","legend","li","link","main","menu","menuitem","meta","nav","noframes","ol","optgroup","option","p","param","pre","section","source","title","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]}),Rt$3=C((Ra,qa)=>{qa.exports={position:!0,gfm:!0,commonmark:!1,pedantic:!1,blocks:Mu$1()}}),Vu$2=C((Ra,qa)=>{var Ja=Ie$1(),ed=Uu$2(),td=Rt$3();qa.exports=rd;function rd(od){var sd=this,ld=sd.options,cd,ud;if(od==null)od={};else if(typeof od=="object")od=Ja(od);else throw new Error("Invalid value `"+od+"` for setting `options`");for(cd in td){if(ud=od[cd],ud==null&&(ud=ld[cd]),cd!=="blocks"&&typeof ud!="boolean"||cd==="blocks"&&typeof ud!="object")throw new Error("Invalid value `"+ud+"` for setting `options."+cd+"`");od[cd]=ud}return sd.options=od,sd.escape=ed(od),sd}}),Hu$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(sd){if(sd==null)return od;if(typeof sd=="string")return rd(sd);if(typeof sd=="object")return"length"in sd?td(sd):ed(sd);if(typeof sd=="function")return sd;throw new Error("Expected function, string, or object as test")}function ed(sd){return ld;function ld(cd){var ud;for(ud in sd)if(cd[ud]!==sd[ud])return!1;return!0}}function td(sd){for(var ld=[],cd=-1;++cd<sd.length;)ld[cd]=Ja(sd[cd]);return ud;function ud(){for(var gd=-1;++gd<ld.length;)if(ld[gd].apply(this,arguments))return!0;return!1}}function rd(sd){return ld;function ld(cd){return!!(cd&&cd.type===sd)}}function od(){return!0}}),Ku$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed){return ed}}),Zu$3=C((Ra,qa)=>{qa.exports=sd;var Ja=Hu$2(),ed=Ku$2(),td=!0,rd="skip",od=!1;sd.CONTINUE=td,sd.SKIP=rd,sd.EXIT=od;function sd(cd,ud,gd,_d){var yd,Ed;typeof ud=="function"&&typeof gd!="function"&&(_d=gd,gd=ud,ud=null),Ed=Ja(ud),yd=_d?-1:1,Td(cd,null,[])();function Td(Od,Ad,Nd){var kd=typeof Od=="object"&&Od!==null?Od:{},Id;return typeof kd.type=="string"&&(Id=typeof kd.tagName=="string"?kd.tagName:typeof kd.name=="string"?kd.name:void 0,Rd.displayName="node ("+ed(kd.type+(Id?"<"+Id+">":""))+")"),Rd;function Rd(){var Md=Nd.concat(Od),Ld=[],jd,Pd;if((!ud||Ed(Od,Ad,Nd[Nd.length-1]||null))&&(Ld=ld(gd(Od,Nd)),Ld[0]===od))return Ld;if(Od.children&&Ld[0]!==rd)for(Pd=(_d?Od.children.length:-1)+yd;Pd>-1&&Pd<Od.children.length;){if(jd=Td(Od.children[Pd],Pd,Md)(),jd[0]===od)return jd;Pd=typeof jd[1]=="number"?jd[1]:Pd+yd}return Ld}}}function ld(cd){return cd!==null&&typeof cd=="object"&&"length"in cd?cd:typeof cd=="number"?[td,cd]:[cd]}}),ra$2=C((Ra,qa)=>{qa.exports=od;var Ja=Zu$3(),ed=Ja.CONTINUE,td=Ja.SKIP,rd=Ja.EXIT;od.CONTINUE=ed,od.SKIP=td,od.EXIT=rd;function od(sd,ld,cd,ud){typeof ld=="function"&&typeof cd!="function"&&(ud=cd,cd=ld,ld=null),Ja(sd,ld,gd,ud);function gd(_d,yd){var Ed=yd[yd.length-1],Td=Ed?Ed.children.indexOf(_d):null;return cd(_d,Td,Ed)}}}),na$1=C((Ra,qa)=>{var Ja=ra$2();qa.exports=ed;function ed(od,sd){return Ja(od,sd?td:rd),od}function td(od){delete od.position}function rd(od){od.position=void 0}}),aa$2=C((Ra,qa)=>{var Ja=Ie$1(),ed=na$1();qa.exports=od;var td=`
`,rd=/\r\n|\r/g;function od(){var sd=this,ld=String(sd.file),cd={line:1,column:1,offset:0},ud=Ja(cd),gd;return ld=ld.replace(rd,td),ld.charCodeAt(0)===65279&&(ld=ld.slice(1),ud.column++,ud.offset++),gd={type:"root",children:sd.tokenizeBlock(ld,ud),position:{start:cd,end:sd.eof||Ja(cd)}},sd.options.position||ed(gd,!0),gd}}),sa$1=C((Ra,qa)=>{var Ja=/^[ \t]*(\n|$)/;qa.exports=ed;function ed(td,rd,od){for(var sd,ld="",cd=0,ud=rd.length;cd<ud&&(sd=Ja.exec(rd.slice(cd)),sd!=null);)cd+=sd[0].length,ld+=sd[0];if(ld!==""){if(od)return!0;td(ld)}}}),Hr$3=C((Ra,qa)=>{var Ja="",ed;qa.exports=td;function td(rd,od){if(typeof rd!="string")throw new TypeError("expected a string");if(od===1)return rd;if(od===2)return rd+rd;var sd=rd.length*od;if(ed!==rd||typeof ed>"u")ed=rd,Ja="";else if(Ja.length>=sd)return Ja.substr(0,sd);for(;sd>Ja.length&&od>1;)od&1&&(Ja+=rd),od>>=1,rd+=rd;return Ja+=rd,Ja=Ja.substr(0,sd),Ja}}),Mt$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed){return String(ed).replace(/\n+$/,"")}}),pa$1=C((Ra,qa)=>{var Ja=Hr$3(),ed=Mt$2();qa.exports=cd;var td=`
`,rd=" ",od=" ",sd=4,ld=Ja(od,sd);function cd(ud,gd,_d){for(var yd=-1,Ed=gd.length,Td="",Od="",Ad="",Nd="",kd,Id,Rd;++yd<Ed;)if(kd=gd.charAt(yd),Rd)if(Rd=!1,Td+=Ad,Od+=Nd,Ad="",Nd="",kd===td)Ad=kd,Nd=kd;else for(Td+=kd,Od+=kd;++yd<Ed;){if(kd=gd.charAt(yd),!kd||kd===td){Nd=kd,Ad=kd;break}Td+=kd,Od+=kd}else if(kd===od&&gd.charAt(yd+1)===kd&&gd.charAt(yd+2)===kd&&gd.charAt(yd+3)===kd)Ad+=ld,yd+=3,Rd=!0;else if(kd===rd)Ad+=kd,Rd=!0;else{for(Id="";kd===rd||kd===od;)Id+=kd,kd=gd.charAt(++yd);if(kd!==td)break;Ad+=Id+kd,Nd+=kd}if(Od)return _d?!0:ud(Td)({type:"code",lang:null,meta:null,value:ed(Od)})}}),ma$1=C((Ra,qa)=>{qa.exports=cd;var Ja=`
`,ed=" ",td=" ",rd="~",od="`",sd=3,ld=4;function cd(ud,gd,_d){var yd=this,Ed=yd.options.gfm,Td=gd.length+1,Od=0,Ad="",Nd,kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd,qd,Wd;if(Ed){for(;Od<Td&&(Id=gd.charAt(Od),!(Id!==td&&Id!==ed));)Ad+=Id,Od++;if(qd=Od,Id=gd.charAt(Od),!(Id!==rd&&Id!==od)){for(Od++,kd=Id,Nd=1,Ad+=Id;Od<Td&&(Id=gd.charAt(Od),Id===kd);)Ad+=Id,Nd++,Od++;if(!(Nd<sd)){for(;Od<Td&&(Id=gd.charAt(Od),!(Id!==td&&Id!==ed));)Ad+=Id,Od++;for(Rd="",jd="";Od<Td&&(Id=gd.charAt(Od),!(Id===Ja||kd===od&&Id===kd));)Id===td||Id===ed?jd+=Id:(Rd+=jd+Id,jd=""),Od++;if(Id=gd.charAt(Od),!(Id&&Id!==Ja)){if(_d)return!0;Wd=ud.now(),Wd.column+=Ad.length,Wd.offset+=Ad.length,Ad+=Rd,Rd=yd.decode.raw(yd.unescape(Rd),Wd),jd&&(Ad+=jd),jd="",Ud="",Vd="",Pd="",Fd="";for(var zd=!0;Od<Td;){if(Id=gd.charAt(Od),Pd+=Ud,Fd+=Vd,Ud="",Vd="",Id!==Ja){Pd+=Id,Vd+=Id,Od++;continue}for(zd?(Ad+=Id,zd=!1):(Ud+=Id,Vd+=Id),jd="",Od++;Od<Td&&(Id=gd.charAt(Od),Id===td);)jd+=Id,Od++;if(Ud+=jd,Vd+=jd.slice(qd),!(jd.length>=ld)){for(jd="";Od<Td&&(Id=gd.charAt(Od),Id===kd);)jd+=Id,Od++;if(Ud+=jd,Vd+=jd,!(jd.length<Nd)){for(jd="";Od<Td&&(Id=gd.charAt(Od),!(Id!==td&&Id!==ed));)Ud+=Id,Vd+=Id,Od++;if(!Id||Id===Ja)break}}}for(Ad+=Pd+Ud,Od=-1,Td=Rd.length;++Od<Td;)if(Id=Rd.charAt(Od),Id===td||Id===ed)Md||(Md=Rd.slice(0,Od));else if(Md){Ld=Rd.slice(Od);break}return ud(Ad)({type:"code",lang:Md||Rd||null,meta:Ld||null,value:Fd})}}}}}}),Re$4=C((Ra,qa)=>{Ra=qa.exports=Ja;function Ja(ed){return ed.trim?ed.trim():Ra.right(Ra.left(ed))}Ra.left=function(ed){return ed.trimLeft?ed.trimLeft():ed.replace(/^\s\s*/,"")},Ra.right=function(ed){if(ed.trimRight)return ed.trimRight();for(var td=/\s/,rd=ed.length;td.test(ed.charAt(--rd)););return ed.slice(0,rd+1)}}),Kr$3=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td,rd,od){for(var sd=ed.length,ld=-1,cd,ud;++ld<sd;)if(cd=ed[ld],ud=cd[1]||{},!(ud.pedantic!==void 0&&ud.pedantic!==rd.options.pedantic)&&!(ud.commonmark!==void 0&&ud.commonmark!==rd.options.commonmark)&&td[cd[0]].apply(rd,od))return!0;return!1}}),ba$2=C((Ra,qa)=>{var Ja=Re$4(),ed=Kr$3();qa.exports=ld;var td=`
`,rd=" ",od=" ",sd=">";function ld(cd,ud,gd){for(var _d=this,yd=_d.offset,Ed=_d.blockTokenizers,Td=_d.interruptBlockquote,Od=cd.now(),Ad=Od.line,Nd=ud.length,kd=[],Id=[],Rd=[],Md,Ld=0,jd,Pd,Fd,Ud,Vd,qd,Wd,zd;Ld<Nd&&(jd=ud.charAt(Ld),!(jd!==od&&jd!==rd));)Ld++;if(ud.charAt(Ld)===sd){if(gd)return!0;for(Ld=0;Ld<Nd;){for(Fd=ud.indexOf(td,Ld),qd=Ld,Wd=!1,Fd===-1&&(Fd=Nd);Ld<Nd&&(jd=ud.charAt(Ld),!(jd!==od&&jd!==rd));)Ld++;if(ud.charAt(Ld)===sd?(Ld++,Wd=!0,ud.charAt(Ld)===od&&Ld++):Ld=qd,Ud=ud.slice(Ld,Fd),!Wd&&!Ja(Ud)){Ld=qd;break}if(!Wd&&(Pd=ud.slice(Ld),ed(Td,Ed,_d,[cd,Pd,!0])))break;Vd=qd===Ld?Ud:ud.slice(qd,Fd),Rd.push(Ld-qd),kd.push(Vd),Id.push(Ud),Ld=Fd+1}for(Ld=-1,Nd=Rd.length,Md=cd(kd.join(td));++Ld<Nd;)yd[Ad]=(yd[Ad]||0)+Rd[Ld],Ad++;return zd=_d.enterBlock(),Id=_d.tokenizeBlock(Id.join(td),Od),zd(),Md({type:"blockquote",children:Id})}}}),xa$2=C((Ra,qa)=>{qa.exports=sd;var Ja=`
`,ed=" ",td=" ",rd="#",od=6;function sd(ld,cd,ud){for(var gd=this,_d=gd.options.pedantic,yd=cd.length+1,Ed=-1,Td=ld.now(),Od="",Ad="",Nd,kd,Id;++Ed<yd;){if(Nd=cd.charAt(Ed),Nd!==td&&Nd!==ed){Ed--;break}Od+=Nd}for(Id=0;++Ed<=yd;){if(Nd=cd.charAt(Ed),Nd!==rd){Ed--;break}Od+=Nd,Id++}if(!(Id>od)&&!(!Id||!_d&&cd.charAt(Ed+1)===rd)){for(yd=cd.length+1,kd="";++Ed<yd;){if(Nd=cd.charAt(Ed),Nd!==td&&Nd!==ed){Ed--;break}kd+=Nd}if(!(!_d&&kd.length===0&&Nd&&Nd!==Ja)){if(ud)return!0;for(Od+=kd,kd="",Ad="";++Ed<yd&&(Nd=cd.charAt(Ed),!(!Nd||Nd===Ja));){if(Nd!==td&&Nd!==ed&&Nd!==rd){Ad+=kd+Nd,kd="";continue}for(;Nd===td||Nd===ed;)kd+=Nd,Nd=cd.charAt(++Ed);if(!_d&&Ad&&!kd&&Nd===rd){Ad+=Nd;continue}for(;Nd===rd;)kd+=Nd,Nd=cd.charAt(++Ed);for(;Nd===td||Nd===ed;)kd+=Nd,Nd=cd.charAt(++Ed);Ed--}return Td.column+=Od.length,Td.offset+=Od.length,Od+=Ad+kd,ld(Od)({type:"heading",depth:Id,children:gd.tokenizeInline(Ad,Td)})}}}}),Ba$1=C((Ra,qa)=>{qa.exports=cd;var Ja=" ",ed=`
`,td=" ",rd="*",od="-",sd="_",ld=3;function cd(ud,gd,_d){for(var yd=-1,Ed=gd.length+1,Td="",Od,Ad,Nd,kd;++yd<Ed&&(Od=gd.charAt(yd),!(Od!==Ja&&Od!==td));)Td+=Od;if(!(Od!==rd&&Od!==od&&Od!==sd))for(Ad=Od,Td+=Od,Nd=1,kd="";++yd<Ed;)if(Od=gd.charAt(yd),Od===Ad)Nd++,Td+=kd+Ad,kd="";else if(Od===td)kd+=Od;else return Nd>=ld&&(!Od||Od===ed)?(Td+=kd,_d?!0:ud(Td)({type:"thematicBreak"})):void 0}}),$t$2=C((Ra,qa)=>{qa.exports=od;var Ja=" ",ed=" ",td=1,rd=4;function od(sd){for(var ld=0,cd=0,ud=sd.charAt(ld),gd={},_d,yd=0;ud===Ja||ud===ed;){for(_d=ud===Ja?rd:td,cd+=_d,_d>1&&(cd=Math.floor(cd/_d)*_d);yd<cd;)gd[++yd]=ld;ud=sd.charAt(++ld)}return{indent:cd,stops:gd}}}),Oa$3=C((Ra,qa)=>{var Ja=Re$4(),ed=Hr$3(),td=$t$2();qa.exports=ld;var rd=`
`,od=" ",sd="!";function ld(cd,ud){var gd=cd.split(rd),_d=gd.length+1,yd=1/0,Ed=[],Td,Od,Ad;for(gd.unshift(ed(od,ud)+sd);_d--;)if(Od=td(gd[_d]),Ed[_d]=Od.stops,Ja(gd[_d]).length!==0)if(Od.indent)Od.indent>0&&Od.indent<yd&&(yd=Od.indent);else{yd=1/0;break}if(yd!==1/0)for(_d=gd.length;_d--;){for(Ad=Ed[_d],Td=yd;Td&&!(Td in Ad);)Td--;gd[_d]=gd[_d].slice(Ad[Td]+1)}return gd.shift(),gd.join(rd)}}),Ua$3=C((Ra,qa)=>{var Ja=Re$4(),ed=Hr$3(),td=Ne$1(),rd=$t$2(),od=Oa$3(),sd=Kr$3();qa.exports=jd;var ld="*",cd="_",ud="+",gd="-",_d=".",yd=" ",Ed=`
`,Td=" ",Od=")",Ad="x",Nd=4,kd=/\n\n(?!\s*$)/,Id=/^\[([ X\tx])][ \t]/,Rd=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,Md=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,Ld=/^( {1,4}|\t)?/gm;function jd(Vd,qd,Wd){for(var zd=this,Kd=zd.options.commonmark,Qd=zd.options.pedantic,hf=zd.blockTokenizers,gf=zd.interruptList,bf=0,kf=qd.length,Cf=null,Ef,yf,Mf,Af,Zd,mf,Pf,Ff,Lf,jf,xf,Nf,Bf,Tf,wf,Of,$f,Wf,Kf,Df=!1,qf,Xf,hh,Mh;bf<kf&&(Af=qd.charAt(bf),!(Af!==Td&&Af!==yd));)bf++;if(Af=qd.charAt(bf),Af===ld||Af===ud||Af===gd)Zd=Af,Mf=!1;else{for(Mf=!0,yf="";bf<kf&&(Af=qd.charAt(bf),!!td(Af));)yf+=Af,bf++;if(Af=qd.charAt(bf),!yf||!(Af===_d||Kd&&Af===Od)||Wd&&yf!=="1")return;Cf=parseInt(yf,10),Zd=Af}if(Af=qd.charAt(++bf),!(Af!==yd&&Af!==Td&&(Qd||Af!==Ed&&Af!==""))){if(Wd)return!0;for(bf=0,Tf=[],wf=[],Of=[];bf<kf;){for(mf=qd.indexOf(Ed,bf),Pf=bf,Ff=!1,Mh=!1,mf===-1&&(mf=kf),Ef=0;bf<kf;){if(Af=qd.charAt(bf),Af===Td)Ef+=Nd-Ef%Nd;else if(Af===yd)Ef++;else break;bf++}if($f&&Ef>=$f.indent&&(Mh=!0),Af=qd.charAt(bf),Lf=null,!Mh){if(Af===ld||Af===ud||Af===gd)Lf=Af,bf++,Ef++;else{for(yf="";bf<kf&&(Af=qd.charAt(bf),!!td(Af));)yf+=Af,bf++;Af=qd.charAt(bf),bf++,yf&&(Af===_d||Kd&&Af===Od)&&(Lf=Af,Ef+=yf.length+1)}if(Lf)if(Af=qd.charAt(bf),Af===Td)Ef+=Nd-Ef%Nd,bf++;else if(Af===yd){for(hh=bf+Nd;bf<hh&&qd.charAt(bf)===yd;)bf++,Ef++;bf===hh&&qd.charAt(bf)===yd&&(bf-=Nd-1,Ef-=Nd-1)}else Af!==Ed&&Af!==""&&(Lf=null)}if(Lf){if(!Qd&&Zd!==Lf)break;Ff=!0}else!Kd&&!Mh&&qd.charAt(Pf)===yd?Mh=!0:Kd&&$f&&(Mh=Ef>=$f.indent||Ef>Nd),Ff=!1,bf=Pf;if(xf=qd.slice(Pf,mf),jf=Pf===bf?xf:qd.slice(bf,mf),(Lf===ld||Lf===cd||Lf===gd)&&hf.thematicBreak.call(zd,Vd,xf,!0))break;if(Nf=Bf,Bf=!Ff&&!Ja(jf).length,Mh&&$f)$f.value=$f.value.concat(Of,xf),wf=wf.concat(Of,xf),Of=[];else if(Ff)Of.length!==0&&(Df=!0,$f.value.push(""),$f.trail=Of.concat()),$f={value:[xf],indent:Ef,trail:[]},Tf.push($f),wf=wf.concat(Of,xf),Of=[];else if(Bf){if(Nf&&!Kd)break;Of.push(xf)}else{if(Nf||sd(gf,hf,zd,[Vd,xf,!0]))break;$f.value=$f.value.concat(Of,xf),wf=wf.concat(Of,xf),Of=[]}bf=mf+1}for(qf=Vd(wf.join(Ed)).reset({type:"list",ordered:Mf,start:Cf,spread:Df,children:[]}),Wf=zd.enterList(),Kf=zd.enterBlock(),bf=-1,kf=Tf.length;++bf<kf;)$f=Tf[bf].value.join(Ed),Xf=Vd.now(),Vd($f)(Pd(zd,$f,Xf),qf),$f=Tf[bf].trail.join(Ed),bf!==kf-1&&($f+=Ed),Vd($f);return Wf(),Kf(),qf}}function Pd(Vd,qd,Wd){var zd=Vd.offset,Kd=Vd.options.pedantic?Fd:Ud,Qd=null,hf,gf;return qd=Kd.apply(null,arguments),Vd.options.gfm&&(hf=qd.match(Id),hf&&(gf=hf[0].length,Qd=hf[1].toLowerCase()===Ad,zd[Wd.line]+=gf,qd=qd.slice(gf))),{type:"listItem",spread:kd.test(qd),checked:Qd,children:Vd.tokenizeBlock(qd,Wd)}}function Fd(Vd,qd,Wd){var zd=Vd.offset,Kd=Wd.line;return qd=qd.replace(Md,Qd),Kd=Wd.line,qd.replace(Ld,Qd);function Qd(hf){return zd[Kd]=(zd[Kd]||0)+hf.length,Kd++,""}}function Ud(Vd,qd,Wd){var zd=Vd.offset,Kd=Wd.line,Qd,hf,gf,bf,kf,Cf,Ef;for(qd=qd.replace(Rd,yf),bf=qd.split(Ed),kf=od(qd,rd(Qd).indent).split(Ed),kf[0]=gf,zd[Kd]=(zd[Kd]||0)+hf.length,Kd++,Cf=0,Ef=bf.length;++Cf<Ef;)zd[Kd]=(zd[Kd]||0)+bf[Cf].length-kf[Cf].length,Kd++;return kf.join(Ed);function yf(Mf,Af,Zd,mf,Pf){return hf=Af+Zd+mf,gf=Pf,Number(Zd)<10&&hf.length%2===1&&(Zd=yd+Zd),Qd=Af+ed(yd,Zd.length)+mf,Qd+gf}}}),Ga$2=C((Ra,qa)=>{qa.exports=ud;var Ja=`
`,ed=" ",td=" ",rd="=",od="-",sd=3,ld=1,cd=2;function ud(gd,_d,yd){for(var Ed=this,Td=gd.now(),Od=_d.length,Ad=-1,Nd="",kd,Id,Rd,Md,Ld;++Ad<Od;){if(Rd=_d.charAt(Ad),Rd!==td||Ad>=sd){Ad--;break}Nd+=Rd}for(kd="",Id="";++Ad<Od;){if(Rd=_d.charAt(Ad),Rd===Ja){Ad--;break}Rd===td||Rd===ed?Id+=Rd:(kd+=Id+Rd,Id="")}if(Td.column+=Nd.length,Td.offset+=Nd.length,Nd+=kd+Id,Rd=_d.charAt(++Ad),Md=_d.charAt(++Ad),!(Rd!==Ja||Md!==rd&&Md!==od)){for(Nd+=Rd,Id=Md,Ld=Md===rd?ld:cd;++Ad<Od;){if(Rd=_d.charAt(Ad),Rd!==Md){if(Rd!==Ja)return;Ad--;break}Id+=Rd}return yd?!0:gd(Nd+Id)({type:"heading",depth:Ld,children:Ed.tokenizeInline(kd,Td)})}}}),Xt$2=C(Ra=>{var qa="[a-zA-Z_:][a-zA-Z0-9:._-]*",Ja="[^\"'=<>`\\u0000-\\u0020]+",ed="'[^']*'",td='"[^"]*"',rd="(?:"+Ja+"|"+ed+"|"+td+")",od="(?:\\s+"+qa+"(?:\\s*=\\s*"+rd+")?)",sd="<[A-Za-z][A-Za-z0-9\\-]*"+od+"*\\s*\\/?>",ld="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",cd="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",ud="<[?].*?[?]>",gd="<![A-Za-z]+\\s+[^>]*>",_d="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>";Ra.openCloseTag=new RegExp("^(?:"+sd+"|"+ld+")"),Ra.tag=new RegExp("^(?:"+sd+"|"+ld+"|"+cd+"|"+ud+"|"+gd+"|"+_d+")")}),Ka$1=C((Ra,qa)=>{var Ja=Xt$2().openCloseTag;qa.exports=kd;var ed=" ",td=" ",rd=`
`,od="<",sd=/^<(script|pre|style)(?=(\s|>|$))/i,ld=/<\/(script|pre|style)>/i,cd=/^<!--/,ud=/-->/,gd=/^<\?/,_d=/\?>/,yd=/^<![A-Za-z]/,Ed=/>/,Td=/^<!\[CDATA\[/,Od=/]]>/,Ad=/^$/,Nd=new RegExp(Ja.source+"\\s*$");function kd(Id,Rd,Md){for(var Ld=this,jd=Ld.options.blocks.join("|"),Pd=new RegExp("^</?("+jd+")(?=(\\s|/?>|$))","i"),Fd=Rd.length,Ud=0,Vd,qd,Wd,zd,Kd,Qd,hf,gf=[[sd,ld,!0],[cd,ud,!0],[gd,_d,!0],[yd,Ed,!0],[Td,Od,!0],[Pd,Ad,!0],[Nd,Ad,!1]];Ud<Fd&&(zd=Rd.charAt(Ud),!(zd!==ed&&zd!==td));)Ud++;if(Rd.charAt(Ud)===od){for(Vd=Rd.indexOf(rd,Ud+1),Vd=Vd===-1?Fd:Vd,qd=Rd.slice(Ud,Vd),Wd=-1,Kd=gf.length;++Wd<Kd;)if(gf[Wd][0].test(qd)){Qd=gf[Wd];break}if(Qd){if(Md)return Qd[2];if(Ud=Vd,!Qd[1].test(qd))for(;Ud<Fd;){if(Vd=Rd.indexOf(rd,Ud+1),Vd=Vd===-1?Fd:Vd,qd=Rd.slice(Ud+1,Vd),Qd[1].test(qd)){qd&&(Ud=Vd);break}Ud=Vd}return hf=Rd.slice(0,Ud),Id(hf)({type:"html",value:hf})}}}}),ue$1=C((Ra,qa)=>{qa.exports=td;var Ja=String.fromCharCode,ed=/\s/;function td(rd){return ed.test(typeof rd=="number"?Ja(rd):rd.charAt(0))}}),Qt$1=C((Ra,qa)=>{var Ja=xr$2();qa.exports=ed;function ed(td){return Ja(td).toLowerCase()}}),io$1=C((Ra,qa)=>{var Ja=ue$1(),ed=Qt$1();qa.exports=Ad;var td='"',rd="'",od="\\",sd=`
`,ld=" ",cd=" ",ud="[",gd="]",_d="(",yd=")",Ed=":",Td="<",Od=">";function Ad(Id,Rd,Md){for(var Ld=this,jd=Ld.options.commonmark,Pd=0,Fd=Rd.length,Ud="",Vd,qd,Wd,zd,Kd,Qd,hf,gf;Pd<Fd&&(zd=Rd.charAt(Pd),!(zd!==cd&&zd!==ld));)Ud+=zd,Pd++;if(zd=Rd.charAt(Pd),zd===ud){for(Pd++,Ud+=zd,Wd="";Pd<Fd&&(zd=Rd.charAt(Pd),zd!==gd);)zd===od&&(Wd+=zd,Pd++,zd=Rd.charAt(Pd)),Wd+=zd,Pd++;if(!(!Wd||Rd.charAt(Pd)!==gd||Rd.charAt(Pd+1)!==Ed)){for(Qd=Wd,Ud+=Wd+gd+Ed,Pd=Ud.length,Wd="";Pd<Fd&&(zd=Rd.charAt(Pd),!(zd!==ld&&zd!==cd&&zd!==sd));)Ud+=zd,Pd++;if(zd=Rd.charAt(Pd),Wd="",Vd=Ud,zd===Td){for(Pd++;Pd<Fd&&(zd=Rd.charAt(Pd),!!Nd(zd));)Wd+=zd,Pd++;if(zd=Rd.charAt(Pd),zd===Nd.delimiter)Ud+=Td+Wd+zd,Pd++;else{if(jd)return;Pd-=Wd.length+1,Wd=""}}if(!Wd){for(;Pd<Fd&&(zd=Rd.charAt(Pd),!!kd(zd));)Wd+=zd,Pd++;Ud+=Wd}if(Wd){for(hf=Wd,Wd="";Pd<Fd&&(zd=Rd.charAt(Pd),!(zd!==ld&&zd!==cd&&zd!==sd));)Wd+=zd,Pd++;if(zd=Rd.charAt(Pd),Kd=null,zd===td?Kd=td:zd===rd?Kd=rd:zd===_d&&(Kd=yd),!Kd)Wd="",Pd=Ud.length;else if(Wd){for(Ud+=Wd+zd,Pd=Ud.length,Wd="";Pd<Fd&&(zd=Rd.charAt(Pd),zd!==Kd);){if(zd===sd){if(Pd++,zd=Rd.charAt(Pd),zd===sd||zd===Kd)return;Wd+=sd}Wd+=zd,Pd++}if(zd=Rd.charAt(Pd),zd!==Kd)return;qd=Ud,Ud+=Wd+zd,Pd++,gf=Wd,Wd=""}else return;for(;Pd<Fd&&(zd=Rd.charAt(Pd),!(zd!==ld&&zd!==cd));)Ud+=zd,Pd++;if(zd=Rd.charAt(Pd),!zd||zd===sd)return Md?!0:(Vd=Id(Vd).test().end,hf=Ld.decode.raw(Ld.unescape(hf),Vd,{nonTerminated:!1}),gf&&(qd=Id(qd).test().end,gf=Ld.decode.raw(Ld.unescape(gf),qd)),Id(Ud)({type:"definition",identifier:ed(Qd),label:Qd,title:gf||null,url:hf}))}}}}function Nd(Id){return Id!==Od&&Id!==ud&&Id!==gd}Nd.delimiter=Od;function kd(Id){return Id!==ud&&Id!==gd&&!Ja(Id)}}),oo$3=C((Ra,qa)=>{var Ja=ue$1();qa.exports=Td;var ed=" ",td=`
`,rd=" ",od="-",sd=":",ld="\\",cd="|",ud=1,gd=2,_d="left",yd="center",Ed="right";function Td(Od,Ad,Nd){var kd=this,Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd,qd,Wd,zd,Kd,Qd,hf,gf,bf,kf,Cf,Ef,yf,Mf;if(kd.options.gfm){for(Id=0,gf=0,Pd=Ad.length+1,Fd=[];Id<Pd;){if(Ef=Ad.indexOf(td,Id),yf=Ad.indexOf(cd,Id+1),Ef===-1&&(Ef=Ad.length),yf===-1||yf>Ef){if(gf<gd)return;break}Fd.push(Ad.slice(Id,Ef)),gf++,Id=Ef+1}for(Ld=Fd.join(td),Rd=Fd.splice(1,1)[0]||[],Id=0,Pd=Rd.length,gf--,Md=!1,Wd=[];Id<Pd;){if(Vd=Rd.charAt(Id),Vd===cd){if(qd=null,Md===!1){if(Mf===!1)return}else Wd.push(Md),Md=!1;Mf=!1}else if(Vd===od)qd=!0,Md=Md||null;else if(Vd===sd)Md===_d?Md=yd:qd&&Md===null?Md=Ed:Md=_d;else if(!Ja(Vd))return;Id++}if(Md!==!1&&Wd.push(Md),!(Wd.length<ud)){if(Nd)return!0;for(hf=-1,kf=[],Cf=Od(Ld).reset({type:"table",align:Wd,children:kf});++hf<gf;){for(bf=Fd[hf],jd={type:"tableRow",children:[]},hf&&Od(td),Od(bf).reset(jd,Cf),Pd=bf.length+1,Id=0,Ud="",zd="",Kd=!0;Id<Pd;){if(Vd=bf.charAt(Id),Vd===ed||Vd===rd){zd?Ud+=Vd:Od(Vd),Id++;continue}Vd===""||Vd===cd?Kd?Od(Vd):((zd||Vd)&&!Kd&&(Ld=zd,Ud.length>1&&(Vd?(Ld+=Ud.slice(0,-1),Ud=Ud.charAt(Ud.length-1)):(Ld+=Ud,Ud="")),Qd=Od.now(),Od(Ld)({type:"tableCell",children:kd.tokenizeInline(zd,Qd)},jd)),Od(Ud+Vd),Ud="",zd=""):(Ud&&(zd+=Ud,Ud=""),zd+=Vd,Vd===ld&&Id!==Pd-2&&(zd+=bf.charAt(Id+1),Id++)),Kd=!1,Id++}hf||Od(td+Rd)}return Cf}}}}),lo$2=C((Ra,qa)=>{var Ja=Re$4(),ed=Mt$2(),td=Kr$3();qa.exports=cd;var rd=" ",od=`
`,sd=" ",ld=4;function cd(ud,gd,_d){for(var yd=this,Ed=yd.options,Td=Ed.commonmark,Od=yd.blockTokenizers,Ad=yd.interruptParagraph,Nd=gd.indexOf(od),kd=gd.length,Id,Rd,Md,Ld,jd;Nd<kd;){if(Nd===-1){Nd=kd;break}if(gd.charAt(Nd+1)===od)break;if(Td){for(Ld=0,Id=Nd+1;Id<kd;){if(Md=gd.charAt(Id),Md===rd){Ld=ld;break}else if(Md===sd)Ld++;else break;Id++}if(Ld>=ld&&Md!==od){Nd=gd.indexOf(od,Nd+1);continue}}if(Rd=gd.slice(Nd+1),td(Ad,Od,yd,[ud,Rd,!0]))break;if(Id=Nd,Nd=gd.indexOf(od,Nd+1),Nd!==-1&&Ja(gd.slice(Id,Nd))===""){Nd=Id;break}}return Rd=gd.slice(0,Nd),_d?!0:(jd=ud.now(),Rd=ed(Rd),ud(Rd)({type:"paragraph",children:yd.tokenizeInline(Rd,jd)}))}}),Do$1=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){return ed.indexOf("\\",td)}}),Fo$1=C((Ra,qa)=>{var Ja=Do$1();qa.exports=rd,rd.locator=Ja;var ed=`
`,td="\\";function rd(od,sd,ld){var cd=this,ud,gd;if(sd.charAt(0)===td&&(ud=sd.charAt(1),cd.escape.indexOf(ud)!==-1))return ld?!0:(ud===ed?gd={type:"break"}:gd={type:"text",value:ud},od(td+ud)(gd))}}),tn$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){return ed.indexOf("<",td)}}),yo$2=C((Ra,qa)=>{var Ja=ue$1(),ed=pr$1(),td=tn$2();qa.exports=gd,gd.locator=td,gd.notInLink=!0;var rd="<",od=">",sd="@",ld="/",cd="mailto:",ud=cd.length;function gd(_d,yd,Ed){var Td=this,Od="",Ad=yd.length,Nd=0,kd="",Id=!1,Rd="",Md,Ld,jd,Pd,Fd;if(yd.charAt(0)===rd){for(Nd++,Od=rd;Nd<Ad&&(Md=yd.charAt(Nd),!(Ja(Md)||Md===od||Md===sd||Md===":"&&yd.charAt(Nd+1)===ld));)kd+=Md,Nd++;if(kd){if(Rd+=kd,kd="",Md=yd.charAt(Nd),Rd+=Md,Nd++,Md===sd)Id=!0;else{if(Md!==":"||yd.charAt(Nd+1)!==ld)return;Rd+=ld,Nd++}for(;Nd<Ad&&(Md=yd.charAt(Nd),!(Ja(Md)||Md===od));)kd+=Md,Nd++;if(Md=yd.charAt(Nd),!(!kd||Md!==od))return Ed?!0:(Rd+=kd,jd=Rd,Od+=Rd+Md,Ld=_d.now(),Ld.column++,Ld.offset++,Id&&(Rd.slice(0,ud).toLowerCase()===cd?(jd=jd.slice(ud),Ld.column+=ud,Ld.offset+=ud):Rd=cd+Rd),Pd=Td.inlineTokenizers,Td.inlineTokenizers={text:Pd.text},Fd=Td.enterLink(),jd=Td.tokenizeInline(jd,Ld),Td.inlineTokenizers=Pd,Fd(),_d(Od)({type:"link",title:null,url:ed(Rd,{nonTerminated:!1}),children:jd}))}}}}),xo$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){var rd=String(ed),od=0,sd;if(typeof td!="string")throw new Error("Expected character");for(sd=rd.indexOf(td);sd!==-1;)od++,sd=rd.indexOf(td,sd+td.length);return od}}),Bo$1=C((Ra,qa)=>{qa.exports=ed;var Ja=["www.","http://","https://"];function ed(td,rd){var od=-1,sd,ld,cd;if(!this.options.gfm)return od;for(ld=Ja.length,sd=-1;++sd<ld;)cd=td.indexOf(Ja[sd],rd),cd!==-1&&(od===-1||cd<od)&&(od=cd);return od}}),Oo$1=C((Ra,qa)=>{var Ja=xo$2(),ed=pr$1(),td=Ne$1(),rd=Ve$2(),od=ue$1(),sd=Bo$1();qa.exports=Ld,Ld.locator=sd,Ld.notInLink=!0;var ld=33,cd=38,ud=41,gd=42,_d=44,yd=45,Ed=46,Td=58,Od=59,Ad=63,Nd=60,kd=95,Id=126,Rd="(",Md=")";function Ld(jd,Pd,Fd){var Ud=this,Vd=Ud.options.gfm,qd=Ud.inlineTokenizers,Wd=Pd.length,zd=-1,Kd=!1,Qd,hf,gf,bf,kf,Cf,Ef,yf,Mf,Af,Zd,mf,Pf,Ff;if(Vd){if(Pd.slice(0,4)==="www.")Kd=!0,bf=4;else if(Pd.slice(0,7).toLowerCase()==="http://")bf=7;else if(Pd.slice(0,8).toLowerCase()==="https://")bf=8;else return;for(zd=bf-1,gf=bf,Qd=[];bf<Wd;){if(Ef=Pd.charCodeAt(bf),Ef===Ed){if(zd===bf-1)break;Qd.push(bf),zd=bf,bf++;continue}if(td(Ef)||rd(Ef)||Ef===yd||Ef===kd){bf++;continue}break}if(Ef===Ed&&(Qd.pop(),bf--),Qd[0]!==void 0&&(hf=Qd.length<2?gf:Qd[Qd.length-2]+1,Pd.slice(hf,bf).indexOf("_")===-1)){if(Fd)return!0;for(yf=bf,kf=bf;bf<Wd&&(Ef=Pd.charCodeAt(bf),!(od(Ef)||Ef===Nd));)bf++,Ef===ld||Ef===gd||Ef===_d||Ef===Ed||Ef===Td||Ef===Ad||Ef===kd||Ef===Id||(yf=bf);if(bf=yf,Pd.charCodeAt(bf-1)===ud)for(Cf=Pd.slice(kf,bf),Mf=Ja(Cf,Rd),Af=Ja(Cf,Md);Af>Mf;)bf=kf+Cf.lastIndexOf(Md),Cf=Pd.slice(kf,bf),Af--;if(Pd.charCodeAt(bf-1)===Od&&(bf--,rd(Pd.charCodeAt(bf-1)))){for(yf=bf-2;rd(Pd.charCodeAt(yf));)yf--;Pd.charCodeAt(yf)===cd&&(bf=yf)}return Zd=Pd.slice(0,bf),Pf=ed(Zd,{nonTerminated:!1}),Kd&&(Pf="http://"+Pf),Ff=Ud.enterLink(),Ud.inlineTokenizers={text:qd.text},mf=Ud.tokenizeInline(Zd,jd.now()),Ud.inlineTokenizers=qd,Ff(),jd(Zd)({type:"link",title:null,url:Pf,children:mf})}}}}),No$1=C((Ra,qa)=>{var Ja=Ne$1(),ed=Ve$2(),td=43,rd=45,od=46,sd=95;qa.exports=ld;function ld(ud,gd){var _d=this,yd,Ed;if(!this.options.gfm||(yd=ud.indexOf("@",gd),yd===-1))return-1;if(Ed=yd,Ed===gd||!cd(ud.charCodeAt(Ed-1)))return ld.call(_d,ud,yd+1);for(;Ed>gd&&cd(ud.charCodeAt(Ed-1));)Ed--;return Ed}function cd(ud){return Ja(ud)||ed(ud)||ud===td||ud===rd||ud===od||ud===sd}}),Mo$2=C((Ra,qa)=>{var Ja=pr$1(),ed=Ne$1(),td=Ve$2(),rd=No$1();qa.exports=gd,gd.locator=rd,gd.notInLink=!0;var od=43,sd=45,ld=46,cd=64,ud=95;function gd(_d,yd,Ed){var Td=this,Od=Td.options.gfm,Ad=Td.inlineTokenizers,Nd=0,kd=yd.length,Id=-1,Rd,Md,Ld,jd;if(Od){for(Rd=yd.charCodeAt(Nd);ed(Rd)||td(Rd)||Rd===od||Rd===sd||Rd===ld||Rd===ud;)Rd=yd.charCodeAt(++Nd);if(Nd!==0&&Rd===cd){for(Nd++;Nd<kd;){if(Rd=yd.charCodeAt(Nd),ed(Rd)||td(Rd)||Rd===sd||Rd===ld||Rd===ud){Nd++,Id===-1&&Rd===ld&&(Id=Nd);continue}break}if(!(Id===-1||Id===Nd||Rd===sd||Rd===ud))return Rd===ld&&Nd--,Md=yd.slice(0,Nd),Ed?!0:(jd=Td.enterLink(),Td.inlineTokenizers={text:Ad.text},Ld=Td.tokenizeInline(Md,_d.now()),Td.inlineTokenizers=Ad,jd(),_d(Md)({type:"link",title:null,url:"mailto:"+Ja(Md,{nonTerminated:!1}),children:Ld}))}}}}),Vo$1=C((Ra,qa)=>{var Ja=Ve$2(),ed=tn$2(),td=Xt$2().tag;qa.exports=gd,gd.locator=ed;var rd="<",od="?",sd="!",ld="/",cd=/^<a /i,ud=/^<\/a>/i;function gd(_d,yd,Ed){var Td=this,Od=yd.length,Ad,Nd;if(!(yd.charAt(0)!==rd||Od<3)&&(Ad=yd.charAt(1),!(!Ja(Ad)&&Ad!==od&&Ad!==sd&&Ad!==ld)&&(Nd=yd.match(td),!!Nd)))return Ed?!0:(Nd=Nd[0],!Td.inLink&&cd.test(Nd)?Td.inLink=!0:Td.inLink&&ud.test(Nd)&&(Td.inLink=!1),_d(Nd)({type:"html",value:Nd}))}}),dn$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){var rd=ed.indexOf("[",td),od=ed.indexOf("![",td);return od===-1||rd<od?rd:od}}),Qo$1=C((Ra,qa)=>{var Ja=ue$1(),ed=dn$2();qa.exports=Od,Od.locator=ed;var td=`
`,rd="!",od='"',sd="'",ld="(",cd=")",ud="<",gd=">",_d="[",yd="\\",Ed="]",Td="`";function Od(Ad,Nd,kd){var Id=this,Rd="",Md=0,Ld=Nd.charAt(0),jd=Id.options.pedantic,Pd=Id.options.commonmark,Fd=Id.options.gfm,Ud,Vd,qd,Wd,zd,Kd,Qd,hf,gf,bf,kf,Cf,Ef,yf,Mf,Af,Zd,mf;if(Ld===rd&&(hf=!0,Rd=Ld,Ld=Nd.charAt(++Md)),Ld===_d&&!(!hf&&Id.inLink)){for(Rd+=Ld,yf="",Md++,kf=Nd.length,Af=Ad.now(),Ef=0,Af.column+=Md,Af.offset+=Md;Md<kf;){if(Ld=Nd.charAt(Md),Kd=Ld,Ld===Td){for(Vd=1;Nd.charAt(Md+1)===Td;)Kd+=Ld,Md++,Vd++;qd?Vd>=qd&&(qd=0):qd=Vd}else if(Ld===yd)Md++,Kd+=Nd.charAt(Md);else if((!qd||Fd)&&Ld===_d)Ef++;else if((!qd||Fd)&&Ld===Ed)if(Ef)Ef--;else{if(Nd.charAt(Md+1)!==ld)return;Kd+=ld,Ud=!0,Md++;break}yf+=Kd,Kd="",Md++}if(Ud){for(gf=yf,Rd+=yf+Kd,Md++;Md<kf&&(Ld=Nd.charAt(Md),!!Ja(Ld));)Rd+=Ld,Md++;if(Ld=Nd.charAt(Md),yf="",Wd=Rd,Ld===ud){for(Md++,Wd+=ud;Md<kf&&(Ld=Nd.charAt(Md),Ld!==gd);){if(Pd&&Ld===td)return;yf+=Ld,Md++}if(Nd.charAt(Md)!==gd)return;Rd+=ud+yf+gd,Mf=yf,Md++}else{for(Ld=null,Kd="";Md<kf&&(Ld=Nd.charAt(Md),!(Kd&&(Ld===od||Ld===sd||Pd&&Ld===ld)));){if(Ja(Ld)){if(!jd)break;Kd+=Ld}else{if(Ld===ld)Ef++;else if(Ld===cd){if(Ef===0)break;Ef--}yf+=Kd,Kd="",Ld===yd&&(yf+=yd,Ld=Nd.charAt(++Md)),yf+=Ld}Md++}Rd+=yf,Mf=yf,Md=Rd.length}for(yf="";Md<kf&&(Ld=Nd.charAt(Md),!!Ja(Ld));)yf+=Ld,Md++;if(Ld=Nd.charAt(Md),Rd+=yf,yf&&(Ld===od||Ld===sd||Pd&&Ld===ld))if(Md++,Rd+=Ld,yf="",bf=Ld===ld?cd:Ld,zd=Rd,Pd){for(;Md<kf&&(Ld=Nd.charAt(Md),Ld!==bf);)Ld===yd&&(yf+=yd,Ld=Nd.charAt(++Md)),Md++,yf+=Ld;if(Ld=Nd.charAt(Md),Ld!==bf)return;for(Cf=yf,Rd+=yf+Ld,Md++;Md<kf&&(Ld=Nd.charAt(Md),!!Ja(Ld));)Rd+=Ld,Md++}else for(Kd="";Md<kf;){if(Ld=Nd.charAt(Md),Ld===bf)Qd&&(yf+=bf+Kd,Kd=""),Qd=!0;else if(!Qd)yf+=Ld;else if(Ld===cd){Rd+=yf+bf+Kd,Cf=yf;break}else Ja(Ld)?Kd+=Ld:(yf+=bf+Kd+Ld,Kd="",Qd=!1);Md++}if(Nd.charAt(Md)===cd)return kd?!0:(Rd+=cd,Mf=Id.decode.raw(Id.unescape(Mf),Ad(Wd).test().end,{nonTerminated:!1}),Cf&&(zd=Ad(zd).test().end,Cf=Id.decode.raw(Id.unescape(Cf),zd)),mf={type:hf?"image":"link",title:Cf||null,url:Mf},hf?mf.alt=Id.decode.raw(Id.unescape(gf),Af)||null:(Zd=Id.enterLink(),mf.children=Id.tokenizeInline(gf,Af),Zd()),Ad(Rd)(mf))}}}}),rs$1=C((Ra,qa)=>{var Ja=ue$1(),ed=dn$2(),td=Qt$1();qa.exports=Ed,Ed.locator=ed;var rd="link",od="image",sd="shortcut",ld="collapsed",cd="full",ud="!",gd="[",_d="\\",yd="]";function Ed(Td,Od,Ad){var Nd=this,kd=Nd.options.commonmark,Id=Od.charAt(0),Rd=0,Md=Od.length,Ld="",jd="",Pd=rd,Fd=sd,Ud,Vd,qd,Wd,zd,Kd,Qd,hf;if(Id===ud&&(Pd=od,jd=Id,Id=Od.charAt(++Rd)),Id===gd){for(Rd++,jd+=Id,Kd="",hf=0;Rd<Md;){if(Id=Od.charAt(Rd),Id===gd)Qd=!0,hf++;else if(Id===yd){if(!hf)break;hf--}Id===_d&&(Kd+=_d,Id=Od.charAt(++Rd)),Kd+=Id,Rd++}if(Ld=Kd,Ud=Kd,Id=Od.charAt(Rd),Id===yd){if(Rd++,Ld+=Id,Kd="",!kd)for(;Rd<Md&&(Id=Od.charAt(Rd),!!Ja(Id));)Kd+=Id,Rd++;if(Id=Od.charAt(Rd),Id===gd){for(Vd="",Kd+=Id,Rd++;Rd<Md&&(Id=Od.charAt(Rd),!(Id===gd||Id===yd));)Id===_d&&(Vd+=_d,Id=Od.charAt(++Rd)),Vd+=Id,Rd++;Id=Od.charAt(Rd),Id===yd?(Fd=Vd?cd:ld,Kd+=Vd+Id,Rd++):Vd="",Ld+=Kd,Kd=""}else{if(!Ud)return;Vd=Ud}if(!(Fd!==cd&&Qd))return Ld=jd+Ld,Pd===rd&&Nd.inLink?null:Ad?!0:(qd=Td.now(),qd.column+=jd.length,qd.offset+=jd.length,Vd=Fd===cd?Vd:Ud,Wd={type:Pd+"Reference",identifier:td(Vd),label:Vd,referenceType:Fd},Pd===rd?(zd=Nd.enterLink(),Wd.children=Nd.tokenizeInline(Ud,qd),zd()):Wd.alt=Nd.decode.raw(Nd.unescape(Ud),qd)||null,Td(Ld)(Wd))}}}}),ns$1=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){var rd=ed.indexOf("**",td),od=ed.indexOf("__",td);return od===-1?rd:rd===-1||od<rd?od:rd}}),os$1=C((Ra,qa)=>{var Ja=Re$4(),ed=ue$1(),td=ns$1();qa.exports=ld,ld.locator=td;var rd="\\",od="*",sd="_";function ld(cd,ud,gd){var _d=this,yd=0,Ed=ud.charAt(yd),Td,Od,Ad,Nd,kd,Id,Rd;if(!(Ed!==od&&Ed!==sd||ud.charAt(++yd)!==Ed)&&(Od=_d.options.pedantic,Ad=Ed,kd=Ad+Ad,Id=ud.length,yd++,Nd="",Ed="",!(Od&&ed(ud.charAt(yd)))))for(;yd<Id;){if(Rd=Ed,Ed=ud.charAt(yd),Ed===Ad&&ud.charAt(yd+1)===Ad&&(!Od||!ed(Rd))&&(Ed=ud.charAt(yd+2),Ed!==Ad))return Ja(Nd)?gd?!0:(Td=cd.now(),Td.column+=2,Td.offset+=2,cd(kd+Nd+kd)({type:"strong",children:_d.tokenizeInline(Nd,Td)})):void 0;!Od&&Ed===rd&&(Nd+=Ed,Ed=ud.charAt(++yd)),Nd+=Ed,yd++}}}),cs$3=C((Ra,qa)=>{qa.exports=td;var Ja=String.fromCharCode,ed=/\w/;function td(rd){return ed.test(typeof rd=="number"?Ja(rd):rd.charAt(0))}}),fs$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){var rd=ed.indexOf("*",td),od=ed.indexOf("_",td);return od===-1?rd:rd===-1||od<rd?od:rd}}),ms$2=C((Ra,qa)=>{var Ja=Re$4(),ed=cs$3(),td=ue$1(),rd=fs$2();qa.exports=cd,cd.locator=rd;var od="*",sd="_",ld="\\";function cd(ud,gd,_d){var yd=this,Ed=0,Td=gd.charAt(Ed),Od,Ad,Nd,kd,Id,Rd,Md;if(!(Td!==od&&Td!==sd)&&(Ad=yd.options.pedantic,Id=Td,Nd=Td,Rd=gd.length,Ed++,kd="",Td="",!(Ad&&td(gd.charAt(Ed)))))for(;Ed<Rd;){if(Md=Td,Td=gd.charAt(Ed),Td===Nd&&(!Ad||!td(Md))){if(Td=gd.charAt(++Ed),Td!==Nd){if(!Ja(kd)||Md===Nd)return;if(!Ad&&Nd===sd&&ed(Td)){kd+=Nd;continue}return _d?!0:(Od=ud.now(),Od.column++,Od.offset++,ud(Id+kd+Nd)({type:"emphasis",children:yd.tokenizeInline(kd,Od)}))}kd+=Nd}!Ad&&Td===ld&&(kd+=Td,Td=gd.charAt(++Ed)),kd+=Td,Ed++}}}),gs$3=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){return ed.indexOf("~~",td)}}),ys$2=C((Ra,qa)=>{var Ja=ue$1(),ed=gs$3();qa.exports=od,od.locator=ed;var td="~",rd="~~";function od(sd,ld,cd){var ud=this,gd="",_d="",yd="",Ed="",Td,Od,Ad;if(!(!ud.options.gfm||ld.charAt(0)!==td||ld.charAt(1)!==td||Ja(ld.charAt(2))))for(Td=1,Od=ld.length,Ad=sd.now(),Ad.column+=2,Ad.offset+=2;++Td<Od;){if(gd=ld.charAt(Td),gd===td&&_d===td&&(!yd||!Ja(yd)))return cd?!0:sd(rd+Ed+rd)({type:"delete",children:ud.tokenizeInline(Ed,Ad)});Ed+=_d,yd=_d,_d=gd}}}),xs$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){return ed.indexOf("`",td)}}),Bs$2=C((Ra,qa)=>{var Ja=xs$2();qa.exports=od,od.locator=Ja;var ed=10,td=32,rd=96;function od(sd,ld,cd){for(var ud=ld.length,gd=0,_d,yd,Ed,Td,Od,Ad;gd<ud&&ld.charCodeAt(gd)===rd;)gd++;if(!(gd===0||gd===ud)){for(_d=gd,Od=ld.charCodeAt(gd);gd<ud;){if(Td=Od,Od=ld.charCodeAt(gd+1),Td===rd){if(yd===void 0&&(yd=gd),Ed=gd+1,Od!==rd&&Ed-yd===_d){Ad=!0;break}}else yd!==void 0&&(yd=void 0,Ed=void 0);gd++}if(Ad){if(cd)return!0;if(gd=_d,ud=yd,Td=ld.charCodeAt(gd),Od=ld.charCodeAt(ud-1),Ad=!1,ud-gd>2&&(Td===td||Td===ed)&&(Od===td||Od===ed)){for(gd++,ud--;gd<ud;){if(Td=ld.charCodeAt(gd),Td!==td&&Td!==ed){Ad=!0;break}gd++}Ad===!0&&(_d++,yd--)}return sd(ld.slice(0,Ed))({type:"inlineCode",value:ld.slice(_d,yd)})}}}}),Ts$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td){for(var rd=ed.indexOf(`
`,td);rd>td&&ed.charAt(rd-1)===" ";)rd--;return rd}}),Os$3=C((Ra,qa)=>{var Ja=Ts$2();qa.exports=od,od.locator=Ja;var ed=" ",td=`
`,rd=2;function od(sd,ld,cd){for(var ud=ld.length,gd=-1,_d="",yd;++gd<ud;){if(yd=ld.charAt(gd),yd===td)return gd<rd?void 0:cd?!0:(_d+=yd,sd(_d)({type:"break"}));if(yd!==ed)return;_d+=yd}}}),Ls$3=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed,td,rd){var od=this,sd,ld,cd,ud,gd,_d,yd,Ed,Td,Od;if(rd)return!0;for(sd=od.inlineMethods,ud=sd.length,ld=od.inlineTokenizers,cd=-1,Td=td.length;++cd<ud;)Ed=sd[cd],!(Ed==="text"||!ld[Ed])&&(yd=ld[Ed].locator,yd||ed.file.fail("Missing locator: `"+Ed+"`"),_d=yd.call(od,td,1),_d!==-1&&_d<Td&&(Td=_d));gd=td.slice(0,Td),Od=ed.now(),od.decode(gd,Od,Ad);function Ad(Nd,kd,Id){ed(Id||Nd)({type:"text",value:Nd})}}}),Us$2=C((Ra,qa)=>{var Ja=Ie$1(),ed=ru$2(),td=nu$3(),rd=uu$3(),od=Ou$1(),sd=Iu$1();qa.exports=ld;function ld(gd,_d){this.file=_d,this.offset={},this.options=Ja(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=td(_d).toOffset,this.unescape=rd(this,"escape"),this.decode=od(this)}var cd=ld.prototype;cd.setOptions=Vu$2(),cd.parse=aa$2(),cd.options=Rt$3(),cd.exitStart=ed("atStart",!0),cd.enterList=ed("inList",!1),cd.enterLink=ed("inLink",!1),cd.enterBlock=ed("inBlock",!1),cd.interruptParagraph=[["thematicBreak"],["list"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}]],cd.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}]],cd.interruptBlockquote=[["indentedCode",{commonmark:!0}],["fencedCode",{commonmark:!0}],["atxHeading",{commonmark:!0}],["setextHeading",{commonmark:!0}],["thematicBreak",{commonmark:!0}],["html",{commonmark:!0}],["list",{commonmark:!0}],["definition",{commonmark:!1}]],cd.blockTokenizers={blankLine:sa$1(),indentedCode:pa$1(),fencedCode:ma$1(),blockquote:ba$2(),atxHeading:xa$2(),thematicBreak:Ba$1(),list:Ua$3(),setextHeading:Ga$2(),html:Ka$1(),definition:io$1(),table:oo$3(),paragraph:lo$2()},cd.inlineTokenizers={escape:Fo$1(),autoLink:yo$2(),url:Oo$1(),email:Mo$2(),html:Vo$1(),link:Qo$1(),reference:rs$1(),strong:os$1(),emphasis:ms$2(),deletion:ys$2(),code:Bs$2(),break:Os$3(),text:Ls$3()},cd.blockMethods=ud(cd.blockTokenizers),cd.inlineMethods=ud(cd.inlineTokenizers),cd.tokenizeBlock=sd("block"),cd.tokenizeInline=sd("inline"),cd.tokenizeFactory=sd;function ud(gd){var _d=[],yd;for(yd in gd)_d.push(yd);return _d}}),Gs$1=C((Ra,qa)=>{var Ja=Zi$1(),ed=Ie$1(),td=Us$2();qa.exports=rd,rd.Parser=td;function rd(od){var sd=this.data("settings"),ld=Ja(td);ld.prototype.options=ed(ld.prototype.options,sd,od),this.Parser=ld}}),js$2=C((Ra,qa)=>{qa.exports=Ja;function Ja(ed){if(ed)throw ed}}),yn$2=C((Ra,qa)=>{qa.exports=function(Ja){return Ja!=null&&Ja.constructor!=null&&typeof Ja.constructor.isBuffer=="function"&&Ja.constructor.isBuffer(Ja)}}),rc$2=C((Ra,qa)=>{var Ja=Object.prototype.hasOwnProperty,ed=Object.prototype.toString,td=Object.defineProperty,rd=Object.getOwnPropertyDescriptor,od=function(ud){return typeof Array.isArray=="function"?Array.isArray(ud):ed.call(ud)==="[object Array]"},sd=function(ud){if(!ud||ed.call(ud)!=="[object Object]")return!1;var gd=Ja.call(ud,"constructor"),_d=ud.constructor&&ud.constructor.prototype&&Ja.call(ud.constructor.prototype,"isPrototypeOf");if(ud.constructor&&!gd&&!_d)return!1;var yd;for(yd in ud);return typeof yd>"u"||Ja.call(ud,yd)},ld=function(ud,gd){td&&gd.name==="__proto__"?td(ud,gd.name,{enumerable:!0,configurable:!0,value:gd.newValue,writable:!0}):ud[gd.name]=gd.newValue},cd=function(ud,gd){if(gd==="__proto__")if(Ja.call(ud,gd)){if(rd)return rd(ud,gd).value}else return;return ud[gd]};qa.exports=function ud(){var gd,_d,yd,Ed,Td,Od,Ad=arguments[0],Nd=1,kd=arguments.length,Id=!1;for(typeof Ad=="boolean"&&(Id=Ad,Ad=arguments[1]||{},Nd=2),(Ad==null||typeof Ad!="object"&&typeof Ad!="function")&&(Ad={});Nd<kd;++Nd)if(gd=arguments[Nd],gd!=null)for(_d in gd)yd=cd(Ad,_d),Ed=cd(gd,_d),Ad!==Ed&&(Id&&Ed&&(sd(Ed)||(Td=od(Ed)))?(Td?(Td=!1,Od=yd&&od(yd)?yd:[]):Od=yd&&sd(yd)?yd:{},ld(Ad,{name:_d,newValue:ud(Id,Od,Ed)})):typeof Ed<"u"&&ld(Ad,{name:_d,newValue:Ed}));return Ad}}),nc$3=C((Ra,qa)=>{qa.exports=Ja=>{if(Object.prototype.toString.call(Ja)!=="[object Object]")return!1;let ed=Object.getPrototypeOf(Ja);return ed===null||ed===Object.prototype}}),uc$2=C((Ra,qa)=>{var Ja=[].slice;qa.exports=ed;function ed(td,rd){var od;return sd;function sd(){var ud=Ja.call(arguments,0),gd=td.length>ud.length,_d;gd&&ud.push(ld);try{_d=td.apply(null,ud)}catch(yd){if(gd&&od)throw yd;return ld(yd)}gd||(_d&&typeof _d.then=="function"?_d.then(cd,ld):_d instanceof Error?ld(_d):cd(_d))}function ld(){od||(od=!0,rd.apply(null,arguments))}function cd(ud){ld(null,ud)}}}),lc$2=C((Ra,qa)=>{var Ja=uc$2();qa.exports=td,td.wrap=Ja;var ed=[].slice;function td(){var rd=[],od={};return od.run=sd,od.use=ld,od;function sd(){var cd=-1,ud=ed.call(arguments,0,-1),gd=arguments[arguments.length-1];if(typeof gd!="function")throw new Error("Expected function as last argument, not "+gd);_d.apply(null,[null].concat(ud));function _d(yd){var Ed=rd[++cd],Td=ed.call(arguments,0),Od=Td.slice(1),Ad=ud.length,Nd=-1;if(yd){gd(yd);return}for(;++Nd<Ad;)(Od[Nd]===null||Od[Nd]===void 0)&&(Od[Nd]=ud[Nd]);ud=Od,Ed?Ja(Ed,_d).apply(null,ud):gd.apply(null,[null].concat(ud))}}function ld(cd){if(typeof cd!="function")throw new Error("Expected `fn` to be a function, not "+cd);return rd.push(cd),od}}}),dc$1=C((Ra,qa)=>{var Ja={}.hasOwnProperty;qa.exports=ed;function ed(sd){return!sd||typeof sd!="object"?"":Ja.call(sd,"position")||Ja.call(sd,"type")?rd(sd.position):Ja.call(sd,"start")||Ja.call(sd,"end")?rd(sd):Ja.call(sd,"line")||Ja.call(sd,"column")?td(sd):""}function td(sd){return(!sd||typeof sd!="object")&&(sd={}),od(sd.line)+":"+od(sd.column)}function rd(sd){return(!sd||typeof sd!="object")&&(sd={}),td(sd.start)+"-"+td(sd.end)}function od(sd){return sd&&typeof sd=="number"?sd:1}}),Fc$1=C((Ra,qa)=>{var Ja=dc$1();qa.exports=rd;function ed(){}ed.prototype=Error.prototype,rd.prototype=new ed;var td=rd.prototype;td.file="",td.name="",td.reason="",td.message="",td.stack="",td.fatal=null,td.column=null,td.line=null;function rd(sd,ld,cd){var ud,gd,_d;typeof ld=="string"&&(cd=ld,ld=null),ud=od(cd),gd=Ja(ld)||"1:1",_d={start:{line:null,column:null},end:{line:null,column:null}},ld&&ld.position&&(ld=ld.position),ld&&(ld.start?(_d=ld,ld=ld.start):_d.start=ld),sd.stack&&(this.stack=sd.stack,sd=sd.message),this.message=sd,this.name=gd,this.reason=sd,this.line=ld?ld.line:null,this.column=ld?ld.column:null,this.location=_d,this.source=ud[0],this.ruleId=ud[1]}function od(sd){var ld=[null,null],cd;return typeof sd=="string"&&(cd=sd.indexOf(":"),cd===-1?ld[1]=sd:(ld[0]=sd.slice(0,cd),ld[1]=sd.slice(cd+1))),ld}}),gc$1=C(Ra=>{Ra.basename=qa,Ra.dirname=Ja,Ra.extname=ed,Ra.join=td,Ra.sep="/";function qa(ld,cd){var ud=0,gd=-1,_d,yd,Ed,Td;if(cd!==void 0&&typeof cd!="string")throw new TypeError('"ext" argument must be a string');if(sd(ld),_d=ld.length,cd===void 0||!cd.length||cd.length>ld.length){for(;_d--;)if(ld.charCodeAt(_d)===47){if(Ed){ud=_d+1;break}}else gd<0&&(Ed=!0,gd=_d+1);return gd<0?"":ld.slice(ud,gd)}if(cd===ld)return"";for(yd=-1,Td=cd.length-1;_d--;)if(ld.charCodeAt(_d)===47){if(Ed){ud=_d+1;break}}else yd<0&&(Ed=!0,yd=_d+1),Td>-1&&(ld.charCodeAt(_d)===cd.charCodeAt(Td--)?Td<0&&(gd=_d):(Td=-1,gd=yd));return ud===gd?gd=yd:gd<0&&(gd=ld.length),ld.slice(ud,gd)}function Ja(ld){var cd,ud,gd;if(sd(ld),!ld.length)return".";for(cd=-1,gd=ld.length;--gd;)if(ld.charCodeAt(gd)===47){if(ud){cd=gd;break}}else ud||(ud=!0);return cd<0?ld.charCodeAt(0)===47?"/":".":cd===1&&ld.charCodeAt(0)===47?"//":ld.slice(0,cd)}function ed(ld){var cd=-1,ud=0,gd=-1,_d=0,yd,Ed,Td;for(sd(ld),Td=ld.length;Td--;){if(Ed=ld.charCodeAt(Td),Ed===47){if(yd){ud=Td+1;break}continue}gd<0&&(yd=!0,gd=Td+1),Ed===46?cd<0?cd=Td:_d!==1&&(_d=1):cd>-1&&(_d=-1)}return cd<0||gd<0||_d===0||_d===1&&cd===gd-1&&cd===ud+1?"":ld.slice(cd,gd)}function td(){for(var ld=-1,cd;++ld<arguments.length;)sd(arguments[ld]),arguments[ld]&&(cd=cd===void 0?arguments[ld]:cd+"/"+arguments[ld]);return cd===void 0?".":rd(cd)}function rd(ld){var cd,ud;return sd(ld),cd=ld.charCodeAt(0)===47,ud=od(ld,!cd),!ud.length&&!cd&&(ud="."),ud.length&&ld.charCodeAt(ld.length-1)===47&&(ud+="/"),cd?"/"+ud:ud}function od(ld,cd){for(var ud="",gd=0,_d=-1,yd=0,Ed=-1,Td,Od;++Ed<=ld.length;){if(Ed<ld.length)Td=ld.charCodeAt(Ed);else{if(Td===47)break;Td=47}if(Td===47){if(!(_d===Ed-1||yd===1))if(_d!==Ed-1&&yd===2){if(ud.length<2||gd!==2||ud.charCodeAt(ud.length-1)!==46||ud.charCodeAt(ud.length-2)!==46){if(ud.length>2){if(Od=ud.lastIndexOf("/"),Od!==ud.length-1){Od<0?(ud="",gd=0):(ud=ud.slice(0,Od),gd=ud.length-1-ud.lastIndexOf("/")),_d=Ed,yd=0;continue}}else if(ud.length){ud="",gd=0,_d=Ed,yd=0;continue}}cd&&(ud=ud.length?ud+"/..":"..",gd=2)}else ud.length?ud+="/"+ld.slice(_d+1,Ed):ud=ld.slice(_d+1,Ed),gd=Ed-_d-1;_d=Ed,yd=0}else Td===46&&yd>-1?yd++:yd=-1}return ud}function sd(ld){if(typeof ld!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(ld))}}),Ec$1=C(Ra=>{Ra.cwd=qa;function qa(){return"/"}}),yc$1=C((Ra,qa)=>{var Ja=gc$1(),ed=Ec$1(),td=yn$2();qa.exports=sd;var rd={}.hasOwnProperty,od=["history","path","basename","stem","extname","dirname"];sd.prototype.toString=Nd,Object.defineProperty(sd.prototype,"path",{get:ld,set:cd}),Object.defineProperty(sd.prototype,"dirname",{get:ud,set:gd}),Object.defineProperty(sd.prototype,"basename",{get:_d,set:yd}),Object.defineProperty(sd.prototype,"extname",{get:Ed,set:Td}),Object.defineProperty(sd.prototype,"stem",{get:Od,set:Ad});function sd(Md){var Ld,jd;if(!Md)Md={};else if(typeof Md=="string"||td(Md))Md={contents:Md};else if("message"in Md&&"messages"in Md)return Md;if(!(this instanceof sd))return new sd(Md);for(this.data={},this.messages=[],this.history=[],this.cwd=ed.cwd(),jd=-1;++jd<od.length;)Ld=od[jd],rd.call(Md,Ld)&&(this[Ld]=Md[Ld]);for(Ld in Md)od.indexOf(Ld)<0&&(this[Ld]=Md[Ld])}function ld(){return this.history[this.history.length-1]}function cd(Md){Id(Md,"path"),this.path!==Md&&this.history.push(Md)}function ud(){return typeof this.path=="string"?Ja.dirname(this.path):void 0}function gd(Md){Rd(this.path,"dirname"),this.path=Ja.join(Md||"",this.basename)}function _d(){return typeof this.path=="string"?Ja.basename(this.path):void 0}function yd(Md){Id(Md,"basename"),kd(Md,"basename"),this.path=Ja.join(this.dirname||"",Md)}function Ed(){return typeof this.path=="string"?Ja.extname(this.path):void 0}function Td(Md){if(kd(Md,"extname"),Rd(this.path,"extname"),Md){if(Md.charCodeAt(0)!==46)throw new Error("`extname` must start with `.`");if(Md.indexOf(".",1)>-1)throw new Error("`extname` cannot contain multiple dots")}this.path=Ja.join(this.dirname,this.stem+(Md||""))}function Od(){return typeof this.path=="string"?Ja.basename(this.path,this.extname):void 0}function Ad(Md){Id(Md,"stem"),kd(Md,"stem"),this.path=Ja.join(this.dirname||"",Md+(this.extname||""))}function Nd(Md){return(this.contents||"").toString(Md)}function kd(Md,Ld){if(Md&&Md.indexOf(Ja.sep)>-1)throw new Error("`"+Ld+"` cannot be a path: did not expect `"+Ja.sep+"`")}function Id(Md,Ld){if(!Md)throw new Error("`"+Ld+"` cannot be empty")}function Rd(Md,Ld){if(!Md)throw new Error("Setting `"+Ld+"` requires `path` to be set too")}}),xc$1=C((Ra,qa)=>{var Ja=Fc$1(),ed=yc$1();qa.exports=ed,ed.prototype.message=td,ed.prototype.info=od,ed.prototype.fail=rd;function td(sd,ld,cd){var ud=new Ja(sd,ld,cd);return this.path&&(ud.name=this.path+":"+ud.name,ud.file=this.path),ud.fatal=!1,this.messages.push(ud),ud}function rd(){var sd=this.message.apply(this,arguments);throw sd.fatal=!0,sd}function od(){var sd=this.message.apply(this,arguments);return sd.fatal=null,sd}}),kc$1=C((Ra,qa)=>{qa.exports=xc$1()}),Ic$1=C((Ra,qa)=>{var Ja=js$2(),ed=yn$2(),td=rc$2(),rd=nc$3(),od=lc$2(),sd=kc$1();qa.exports=Ed().freeze();var ld=[].slice,cd={}.hasOwnProperty,ud=od().use(gd).use(_d).use(yd);function gd(Md,Ld){Ld.tree=Md.parse(Ld.file)}function _d(Md,Ld,jd){Md.run(Ld.tree,Ld.file,Pd);function Pd(Fd,Ud,Vd){Fd?jd(Fd):(Ld.tree=Ud,Ld.file=Vd,jd())}}function yd(Md,Ld){var jd=Md.stringify(Ld.tree,Ld.file);jd==null||(typeof jd=="string"||ed(jd)?("value"in Ld.file&&(Ld.file.value=jd),Ld.file.contents=jd):Ld.file.result=jd)}function Ed(){var Md=[],Ld=od(),jd={},Pd=-1,Fd;return Ud.data=qd,Ud.freeze=Vd,Ud.attachers=Md,Ud.use=Wd,Ud.parse=Kd,Ud.stringify=gf,Ud.run=Qd,Ud.runSync=hf,Ud.process=bf,Ud.processSync=kf,Ud;function Ud(){for(var Cf=Ed(),Ef=-1;++Ef<Md.length;)Cf.use.apply(null,Md[Ef]);return Cf.data(td(!0,{},jd)),Cf}function Vd(){var Cf,Ef;if(Fd)return Ud;for(;++Pd<Md.length;)Cf=Md[Pd],Cf[1]!==!1&&(Cf[1]===!0&&(Cf[1]=void 0),Ef=Cf[0].apply(Ud,Cf.slice(1)),typeof Ef=="function"&&Ld.use(Ef));return Fd=!0,Pd=1/0,Ud}function qd(Cf,Ef){return typeof Cf=="string"?arguments.length===2?(kd("data",Fd),jd[Cf]=Ef,Ud):cd.call(jd,Cf)&&jd[Cf]||null:Cf?(kd("data",Fd),jd=Cf,Ud):jd}function Wd(Cf){var Ef;if(kd("use",Fd),Cf!=null)if(typeof Cf=="function")Zd.apply(null,arguments);else if(typeof Cf=="object")"length"in Cf?Af(Cf):yf(Cf);else throw new Error("Expected usable value, not `"+Cf+"`");return Ef&&(jd.settings=td(jd.settings||{},Ef)),Ud;function yf(mf){Af(mf.plugins),mf.settings&&(Ef=td(Ef||{},mf.settings))}function Mf(mf){if(typeof mf=="function")Zd(mf);else if(typeof mf=="object")"length"in mf?Zd.apply(null,mf):yf(mf);else throw new Error("Expected usable value, not `"+mf+"`")}function Af(mf){var Pf=-1;if(mf!=null)if(typeof mf=="object"&&"length"in mf)for(;++Pf<mf.length;)Mf(mf[Pf]);else throw new Error("Expected a list of plugins, not `"+mf+"`")}function Zd(mf,Pf){var Ff=zd(mf);Ff?(rd(Ff[1])&&rd(Pf)&&(Pf=td(!0,Ff[1],Pf)),Ff[1]=Pf):Md.push(ld.call(arguments))}}function zd(Cf){for(var Ef=-1;++Ef<Md.length;)if(Md[Ef][0]===Cf)return Md[Ef]}function Kd(Cf){var Ef=sd(Cf),yf;return Vd(),yf=Ud.Parser,Ad("parse",yf),Td(yf,"parse")?new yf(String(Ef),Ef).parse():yf(String(Ef),Ef)}function Qd(Cf,Ef,yf){if(Id(Cf),Vd(),!yf&&typeof Ef=="function"&&(yf=Ef,Ef=null),!yf)return new Promise(Mf);Mf(null,yf);function Mf(Af,Zd){Ld.run(Cf,sd(Ef),mf);function mf(Pf,Ff,Lf){Ff=Ff||Cf,Pf?Zd(Pf):Af?Af(Ff):yf(null,Ff,Lf)}}}function hf(Cf,Ef){var yf,Mf;return Qd(Cf,Ef,Af),Rd("runSync","run",Mf),yf;function Af(Zd,mf){Mf=!0,yf=mf,Ja(Zd)}}function gf(Cf,Ef){var yf=sd(Ef),Mf;return Vd(),Mf=Ud.Compiler,Nd("stringify",Mf),Id(Cf),Td(Mf,"compile")?new Mf(Cf,yf).compile():Mf(Cf,yf)}function bf(Cf,Ef){if(Vd(),Ad("process",Ud.Parser),Nd("process",Ud.Compiler),!Ef)return new Promise(yf);yf(null,Ef);function yf(Mf,Af){var Zd=sd(Cf);ud.run(Ud,{file:Zd},mf);function mf(Pf){Pf?Af(Pf):Mf?Mf(Zd):Ef(null,Zd)}}}function kf(Cf){var Ef,yf;return Vd(),Ad("processSync",Ud.Parser),Nd("processSync",Ud.Compiler),Ef=sd(Cf),bf(Ef,Mf),Rd("processSync","process",yf),Ef;function Mf(Af){yf=!0,Ja(Af)}}}function Td(Md,Ld){return typeof Md=="function"&&Md.prototype&&(Od(Md.prototype)||Ld in Md.prototype)}function Od(Md){var Ld;for(Ld in Md)return!0;return!1}function Ad(Md,Ld){if(typeof Ld!="function")throw new Error("Cannot `"+Md+"` without `Parser`")}function Nd(Md,Ld){if(typeof Ld!="function")throw new Error("Cannot `"+Md+"` without `Compiler`")}function kd(Md,Ld){if(Ld)throw new Error("Cannot invoke `"+Md+"` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.")}function Id(Md){if(!Md||typeof Md.type!="string")throw new Error("Expected node, got `"+Md+"`")}function Rd(Md,Ld,jd){if(!jd)throw new Error("`"+Md+"` finished async. Use `"+Ld+"` instead")}}),Pn$3={};Ln$3(Pn$3,{languages:()=>_i$2,options:()=>Si$2,parsers:()=>On$2,printers:()=>qm});var al$2=(Ra,qa,Ja,ed)=>{if(!(Ra&&qa==null))return qa.replaceAll?qa.replaceAll(Ja,ed):Ja.global?qa.replace(Ja,ed):qa.split(Ja).join(ed)},N$2=al$2,ol$2=(Ra,qa,Ja)=>{if(!(Ra&&qa==null))return Array.isArray(qa)||typeof qa=="string"?qa[Ja<0?qa.length+Ja:Ja]:qa.at(Ja)},M$2=ol$2,qi$1=Ue$3(xr$2());function Be$3(Ra){if(typeof Ra!="string")throw new TypeError("Expected a string");return Ra.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var $$1="string",H$1="array",ge$3="cursor",ee$1="indent",re$3="align",oe$2="trim",K$2="group",J$1="fill",X$1="if-break",se$1="indent-if-break",ce$2="line-suffix",le$2="line-suffix-boundary",W$1="line",fe$2="label",te$2="break-parent",wr$2=new Set([ge$3,ee$1,re$3,oe$2,K$2,J$1,X$1,se$1,ce$2,le$2,W$1,fe$2,te$2]);function cl$2(Ra){if(typeof Ra=="string")return $$1;if(Array.isArray(Ra))return H$1;if(!Ra)return;let{type:qa}=Ra;if(wr$2.has(qa))return qa}var Y$1=cl$2,ll$2=Ra=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(Ra);function fl$2(Ra){let qa=Ra===null?"null":typeof Ra;if(qa!=="string"&&qa!=="object")return`Unexpected doc '${qa}',
Expected it to be 'string' or 'object'.`;if(Y$1(Ra))throw new Error("doc is valid.");let Ja=Object.prototype.toString.call(Ra);if(Ja!=="[object Object]")return`Unexpected doc '${Ja}'.`;let ed=ll$2([...wr$2].map(td=>`'${td}'`));return`Unexpected doc.type '${Ra.type}'.
Expected it to be ${ed}.`}var Dt$3=class extends Error{constructor(Ja){super(fl$2(Ja));t1(this,"name","InvalidDocError");this.doc=Ja}},qe$2=Dt$3,Nn$2={};function Dl$2(Ra,qa,Ja,ed){let td=[Ra];for(;td.length>0;){let rd=td.pop();if(rd===Nn$2){Ja(td.pop());continue}Ja&&td.push(rd,Nn$2);let od=Y$1(rd);if(!od)throw new qe$2(rd);if((qa==null?void 0:qa(rd))!==!1)switch(od){case H$1:case J$1:{let sd=od===H$1?rd:rd.parts;for(let ld=sd.length,cd=ld-1;cd>=0;--cd)td.push(sd[cd]);break}case X$1:td.push(rd.flatContents,rd.breakContents);break;case K$2:if(ed&&rd.expandedStates)for(let sd=rd.expandedStates.length,ld=sd-1;ld>=0;--ld)td.push(rd.expandedStates[ld]);else td.push(rd.contents);break;case re$3:case ee$1:case se$1:case fe$2:case ce$2:td.push(rd.contents);break;case $$1:case ge$3:case oe$2:case le$2:case W$1:case te$2:break;default:throw new qe$2(rd)}}}var Rn$2=Dl$2,Un$2=()=>{},kr$2=Un$2;function Ze$2(Ra){return{type:ee$1,contents:Ra}}function ve$2(Ra,qa){return{type:re$3,contents:qa,n:Ra}}function ze$2(Ra,qa={}){return kr$2(qa.expandedStates),{type:K$2,id:qa.id,contents:Ra,break:!!qa.shouldBreak,expandedStates:qa.expandedStates}}function _e$3(Ra){return ve$2({type:"root"},Ra)}function Ee$2(Ra){return{type:J$1,parts:Ra}}function zn$2(Ra,qa="",Ja={}){return{type:X$1,breakContents:Ra,flatContents:qa,groupId:Ja.groupId}}var er$1={type:te$2},rr$1={type:W$1,hard:!0},pl$2={type:W$1,hard:!0,literal:!0},Br$3={type:W$1},qr$2={type:W$1,soft:!0},L$2=[rr$1,er$1],tr$1=[pl$2,er$1];function Tr$2(Ra,qa){let Ja=[];for(let ed=0;ed<qa.length;ed++)ed!==0&&Ja.push(Ra),Ja.push(qa[ed]);return Ja}function dl$2(Ra,qa){if(typeof Ra=="string")return qa(Ra);let Ja=new Map;return ed(Ra);function ed(rd){if(Ja.has(rd))return Ja.get(rd);let od=td(rd);return Ja.set(rd,od),od}function td(rd){switch(Y$1(rd)){case H$1:return qa(rd.map(ed));case J$1:return qa({...rd,parts:rd.parts.map(ed)});case X$1:return qa({...rd,breakContents:ed(rd.breakContents),flatContents:ed(rd.flatContents)});case K$2:{let{expandedStates:od,contents:sd}=rd;return od?(od=od.map(ed),sd=od[0]):sd=ed(sd),qa({...rd,contents:sd,expandedStates:od})}case re$3:case ee$1:case se$1:case fe$2:case ce$2:return qa({...rd,contents:ed(rd.contents)});case $$1:case ge$3:case oe$2:case le$2:case W$1:case te$2:return qa(rd);default:throw new qe$2(rd)}}}function Mn$2(Ra){if(Ra.length>0){let qa=M$2(!1,Ra,-1);!qa.expandedStates&&!qa.break&&(qa.break="propagated")}return null}function Yn$3(Ra){let qa=new Set,Ja=[];function ed(rd){if(rd.type===te$2&&Mn$2(Ja),rd.type===K$2){if(Ja.push(rd),qa.has(rd))return!1;qa.add(rd)}}function td(rd){rd.type===K$2&&Ja.pop().break&&Mn$2(Ja)}Rn$2(Ra,ed,td,!0)}function Ce$1(Ra,qa=tr$1){return dl$2(Ra,Ja=>typeof Ja=="string"?Tr$2(qa,Ja.split(`
`)):Ja)}function hl$2(Ra,qa){let Ja=Ra.match(new RegExp(`(${Be$3(qa)})+`,"gu"));return Ja===null?0:Ja.reduce((ed,td)=>Math.max(ed,td.length/qa.length),0)}var _r$2=hl$2;function ml$2(Ra,qa){let Ja=Ra.match(new RegExp(`(${Be$3(qa)})+`,"gu"));if(Ja===null)return 0;let ed=new Map,td=0;for(let rd of Ja){let od=rd.length/qa.length;ed.set(od,!0),od>td&&(td=od)}for(let rd=1;rd<td;rd++)if(!ed.get(rd))return rd;return td+1}var Gn$3=ml$2,Sr$2="'",Vn$2='"';function Fl$3(Ra,qa){let Ja=qa===!0||qa===Sr$2?Sr$2:Vn$2,ed=Ja===Sr$2?Vn$2:Sr$2,td=0,rd=0;for(let od of Ra)od===Ja?td++:od===ed&&rd++;return td>rd?ed:Ja}var jn$3=Fl$3,pt$2=class extends Error{constructor(Ja,ed,td="type"){super(`Unexpected ${ed} node ${td}: ${JSON.stringify(Ja[td])}.`);t1(this,"name","UnexpectedNodeError");this.node=Ja}},$n$3=pt$2,Xn$3=Ue$3(xr$2());function gl$2(Ra){return(Ra==null?void 0:Ra.type)==="front-matter"}var Hn$2=gl$2,nr$1=3;function vl$2(Ra){let qa=Ra.slice(0,nr$1);if(qa!=="---"&&qa!=="+++")return;let Ja=Ra.indexOf(`
`,nr$1);if(Ja===-1)return;let ed=Ra.slice(nr$1,Ja).trim(),td=Ra.indexOf(`
${qa}`,Ja),rd=ed;if(rd||(rd=qa==="+++"?"toml":"yaml"),td===-1&&qa==="---"&&rd==="yaml"&&(td=Ra.indexOf(`
...`,Ja)),td===-1)return;let od=td+1+nr$1,sd=Ra.charAt(od+1);if(!/\s?/u.test(sd))return;let ld=Ra.slice(0,od);return{type:"front-matter",language:rd,explicitLanguage:ed,value:Ra.slice(Ja+1,td),startDelimiter:qa,endDelimiter:ld.slice(-nr$1),raw:ld}}function El$3(Ra){let qa=vl$2(Ra);if(!qa)return{content:Ra};let{raw:Ja}=qa;return{frontMatter:qa,content:N$2(!1,Ja,/[^\n]/gu," ")+Ra.slice(Ja.length)}}var ir$2=El$3,Wn$2=["format","prettier"];function dt$2(Ra){let qa=`@(${Wn$2.join("|")})`,Ja=new RegExp([`<!--\\s*${qa}\\s*-->`,`\\{\\s*\\/\\*\\s*${qa}\\s*\\*\\/\\s*\\}`,`<!--.*\r?
[\\s\\S]*(^|
)[^\\S
]*${qa}[^\\S
]*($|
)[\\s\\S]*
.*-->`].join("|"),"mu"),ed=Ra.match(Ja);return(ed==null?void 0:ed.index)===0}var Kn$2=Ra=>dt$2(ir$2(Ra).content.trimStart()),Jn$3=Ra=>{let qa=ir$2(Ra),Ja=`<!-- @${Wn$2[0]} -->`;return qa.frontMatter?`${qa.frontMatter.raw}
${Ja}
${qa.content}`:`${Ja}
${qa.content}`},Cl$2=new Set(["position","raw"]);function Qn$3(Ra,qa,Ja){if((Ra.type==="front-matter"||Ra.type==="code"||Ra.type==="yaml"||Ra.type==="import"||Ra.type==="export"||Ra.type==="jsx")&&delete qa.value,Ra.type==="list"&&delete qa.isAligned,(Ra.type==="list"||Ra.type==="listItem")&&delete qa.spread,Ra.type==="text")return null;if(Ra.type==="inlineCode"&&(qa.value=N$2(!1,Ra.value,`
`," ")),Ra.type==="wikiLink"&&(qa.value=N$2(!1,Ra.value.trim(),/[\t\n]+/gu," ")),(Ra.type==="definition"||Ra.type==="linkReference"||Ra.type==="imageReference")&&(qa.label=(0,Xn$3.default)(Ra.label)),(Ra.type==="link"||Ra.type==="image")&&Ra.url&&Ra.url.includes("("))for(let ed of"<>")qa.url=N$2(!1,Ra.url,ed,encodeURIComponent(ed));if((Ra.type==="definition"||Ra.type==="link"||Ra.type==="image")&&Ra.title&&(qa.title=N$2(!1,Ra.title,/\\(?=["')])/gu,"")),(Ja==null?void 0:Ja.type)==="root"&&Ja.children.length>0&&(Ja.children[0]===Ra||Hn$2(Ja.children[0])&&Ja.children[1]===Ra)&&Ra.type==="html"&&dt$2(Ra.value))return null}Qn$3.ignoredProperties=Cl$2;var Zn$2=Qn$3,ei$2=/(?:[\u02ea-\u02eb\u1100-\u11ff\u2e80-\u2e99\u2e9b-\u2ef3\u2f00-\u2fd5\u2ff0-\u303f\u3041-\u3096\u3099-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u3190-\u4dbf\u4e00-\u9fff\ua700-\ua707\ua960-\ua97c\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufe10-\ufe1f\ufe30-\ufe6f\uff00-\uffef]|[\ud840-\ud868\ud86a-\ud86c\ud86f-\ud872\ud874-\ud879\ud880-\ud883\ud885-\ud887][\udc00-\udfff]|\ud81b[\udfe3]|\ud82b[\udff0-\udff3\udff5-\udffb\udffd-\udffe]|\ud82c[\udc00-\udd22\udd32\udd50-\udd52\udd55\udd64-\udd67]|\ud83c[\ude00\ude50-\ude51]|\ud869[\udc00-\udedf\udf00-\udfff]|\ud86d[\udc00-\udf39\udf40-\udfff]|\ud86e[\udc00-\udc1d\udc20-\udfff]|\ud873[\udc00-\udea1\udeb0-\udfff]|\ud87a[\udc00-\udfe0]|\ud87e[\udc00-\ude1d]|\ud884[\udc00-\udf4a\udf50-\udfff]|\ud888[\udc00-\udfaf])(?:[\ufe00-\ufe0f]|\udb40[\udd00-\uddef])?/u,Se$2=new RegExp("(?:[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e]|\\p{General_Category=Connector_Punctuation}|\\p{General_Category=Dash_Punctuation}|\\p{General_Category=Close_Punctuation}|\\p{General_Category=Final_Punctuation}|\\p{General_Category=Initial_Punctuation}|\\p{General_Category=Other_Punctuation}|\\p{General_Category=Open_Punctuation})","u");async function bl$2(Ra,qa){if(Ra.language==="yaml"){let Ja=Ra.value.trim(),ed=Ja?await qa(Ja,{parser:"yaml"}):"";return _e$3([Ra.startDelimiter,Ra.explicitLanguage,L$2,ed,ed?L$2:"",Ra.endDelimiter])}}var ri$3=bl$2,yl$2=Ra=>String(Ra).split(/[/\\]/u).pop();function ti$3(Ra,qa){if(!qa)return;let Ja=yl$2(qa).toLowerCase();return Ra.find(({filenames:ed})=>ed==null?void 0:ed.some(td=>td.toLowerCase()===Ja))??Ra.find(({extensions:ed})=>ed==null?void 0:ed.some(td=>Ja.endsWith(td)))}function Al$3(Ra,qa){if(qa)return Ra.find(({name:Ja})=>Ja.toLowerCase()===qa)??Ra.find(({aliases:Ja})=>Ja==null?void 0:Ja.includes(qa))??Ra.find(({extensions:Ja})=>Ja==null?void 0:Ja.includes(`.${qa}`))}function xl$3(Ra,qa){let Ja=Ra.plugins.flatMap(td=>td.languages??[]),ed=Al$3(Ja,qa.language)??ti$3(Ja,qa.physicalFile)??ti$3(Ja,qa.file)??(qa.physicalFile,void 0);return ed==null?void 0:ed.parsers[0]}var ni$3=xl$3,wl$3=new Proxy(()=>{},{get:()=>wl$3});function Oe$3(Ra){return Ra.position.start.offset}function Pe$3(Ra){return Ra.position.end.offset}var ht$2=new Set(["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"]),Or$2=new Set([...ht$2,"tableCell","paragraph","heading"]),Le$2="non-cjk",De$1="cj-letter",be$4="k-letter",ur$1="cjk-punctuation",kl$2=new RegExp("\\p{Script_Extensions=Hangul}","u");function Pr$2(Ra){let qa=[],Ja=Ra.split(/([\t\n ]+)/u);for(let[td,rd]of Ja.entries()){if(td%2===1){qa.push({type:"whitespace",value:/\n/u.test(rd)?`
`:" "});continue}if((td===0||td===Ja.length-1)&&rd==="")continue;let od=rd.split(new RegExp(`(${ei$2.source})`,"u"));for(let[sd,ld]of od.entries())if(!((sd===0||sd===od.length-1)&&ld==="")){if(sd%2===0){ld!==""&&ed({type:"word",value:ld,kind:Le$2,hasLeadingPunctuation:Se$2.test(ld[0]),hasTrailingPunctuation:Se$2.test(M$2(!1,ld,-1))});continue}ed(Se$2.test(ld)?{type:"word",value:ld,kind:ur$1,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:ld,kind:kl$2.test(ld)?be$4:De$1,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return qa;function ed(td){let rd=M$2(!1,qa,-1);(rd==null?void 0:rd.type)==="word"&&!od(Le$2,ur$1)&&![rd.value,td.value].some(sd=>/\u3000/u.test(sd))&&qa.push({type:"whitespace",value:""}),qa.push(td);function od(sd,ld){return rd.kind===sd&&td.kind===ld||rd.kind===ld&&td.kind===sd}}}function Me$4(Ra,qa){let Ja=qa.originalText.slice(Ra.position.start.offset,Ra.position.end.offset),{numberText:ed,leadingSpaces:td}=Ja.match(/^\s*(?<numberText>\d+)(\.|\))(?<leadingSpaces>\s*)/u).groups;return{number:Number(ed),leadingSpaces:td}}function ii$3(Ra,qa){return!Ra.ordered||Ra.children.length<2||Me$4(Ra.children[1],qa).number!==1?!1:Me$4(Ra.children[0],qa).number!==0?!0:Ra.children.length>2&&Me$4(Ra.children[2],qa).number===1}function Lr$2(Ra,qa){let{value:Ja}=Ra;return Ra.position.end.offset===qa.length&&Ja.endsWith(`
`)&&qa.endsWith(`
`)?Ja.slice(0,-1):Ja}function ye$2(Ra,qa){return function Ja(ed,td,rd){let od={...qa(ed,td,rd)};return od.children&&(od.children=od.children.map((sd,ld)=>Ja(sd,ld,[od,...rd]))),od}(Ra,null,[])}function mt$2(Ra){if((Ra==null?void 0:Ra.type)!=="link"||Ra.children.length!==1)return!1;let[qa]=Ra.children;return Oe$3(Ra)===Oe$3(qa)&&Pe$3(Ra)===Pe$3(qa)}function Bl$2(Ra,qa){let{node:Ja}=Ra;if(Ja.type==="code"&&Ja.lang!==null){let ed=ni$3(qa,{language:Ja.lang});if(ed)return async td=>{let rd=qa.__inJsTemplate?"~":"`",od=rd.repeat(Math.max(3,_r$2(Ja.value,rd)+1)),sd={parser:ed};Ja.lang==="ts"||Ja.lang==="typescript"?sd.filepath="dummy.ts":Ja.lang==="tsx"&&(sd.filepath="dummy.tsx");let ld=await td(Lr$2(Ja,qa.originalText),sd);return _e$3([od,Ja.lang,Ja.meta?" "+Ja.meta:"",L$2,Ce$1(ld),L$2,od])}}switch(Ja.type){case"front-matter":return ed=>ri$3(Ja,ed);case"import":case"export":return ed=>ed(Ja.value,{parser:"babel"});case"jsx":return ed=>ed(`<$>${Ja.value}</$>`,{parser:"__js_expression",rootMarker:"mdx"})}return null}var ui$2=Bl$2,ar$1=null;function or$1(Ra){if(ar$1!==null&&typeof ar$1.property){let qa=ar$1;return ar$1=or$1.prototype=null,qa}return ar$1=or$1.prototype=Ra??Object.create(null),new or$1}var ql$3=10;for(let Ra=0;Ra<=ql$3;Ra++)or$1();function Ft$3(Ra){return or$1(Ra)}function Tl$3(Ra,qa="type"){Ft$3(Ra);function Ja(ed){let td=ed[qa],rd=Ra[td];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${td}'.`),{node:ed});return rd}return Ja}var ai$3=Tl$3,_l$2={"front-matter":[],root:["children"],paragraph:["children"],sentence:["children"],word:[],whitespace:[],emphasis:["children"],strong:["children"],delete:["children"],inlineCode:[],wikiLink:[],link:["children"],image:[],blockquote:["children"],heading:["children"],code:[],html:[],list:["children"],thematicBreak:[],linkReference:["children"],imageReference:[],definition:[],footnote:["children"],footnoteReference:[],footnoteDefinition:["children"],table:["children"],tableCell:["children"],break:[],liquidNode:[],import:[],export:[],esComment:[],jsx:[],math:[],inlineMath:[],tableRow:["children"],listItem:["children"],text:[]},oi$2=_l$2,Sl$3=ai$3(oi$2),si$3=Sl$3;function ci$2(Ra){switch(Ra){case"cr":return"\r";case"crlf":return`\r
`;default:return`
`}}var li$3=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;function fi$2(Ra){return Ra===12288||Ra>=65281&&Ra<=65376||Ra>=65504&&Ra<=65510}function Di$2(Ra){return Ra>=4352&&Ra<=4447||Ra===8986||Ra===8987||Ra===9001||Ra===9002||Ra>=9193&&Ra<=9196||Ra===9200||Ra===9203||Ra===9725||Ra===9726||Ra===9748||Ra===9749||Ra>=9800&&Ra<=9811||Ra===9855||Ra===9875||Ra===9889||Ra===9898||Ra===9899||Ra===9917||Ra===9918||Ra===9924||Ra===9925||Ra===9934||Ra===9940||Ra===9962||Ra===9970||Ra===9971||Ra===9973||Ra===9978||Ra===9981||Ra===9989||Ra===9994||Ra===9995||Ra===10024||Ra===10060||Ra===10062||Ra>=10067&&Ra<=10069||Ra===10071||Ra>=10133&&Ra<=10135||Ra===10160||Ra===10175||Ra===11035||Ra===11036||Ra===11088||Ra===11093||Ra>=11904&&Ra<=11929||Ra>=11931&&Ra<=12019||Ra>=12032&&Ra<=12245||Ra>=12272&&Ra<=12287||Ra>=12289&&Ra<=12350||Ra>=12353&&Ra<=12438||Ra>=12441&&Ra<=12543||Ra>=12549&&Ra<=12591||Ra>=12593&&Ra<=12686||Ra>=12688&&Ra<=12771||Ra>=12783&&Ra<=12830||Ra>=12832&&Ra<=12871||Ra>=12880&&Ra<=19903||Ra>=19968&&Ra<=42124||Ra>=42128&&Ra<=42182||Ra>=43360&&Ra<=43388||Ra>=44032&&Ra<=55203||Ra>=63744&&Ra<=64255||Ra>=65040&&Ra<=65049||Ra>=65072&&Ra<=65106||Ra>=65108&&Ra<=65126||Ra>=65128&&Ra<=65131||Ra>=94176&&Ra<=94180||Ra===94192||Ra===94193||Ra>=94208&&Ra<=100343||Ra>=100352&&Ra<=101589||Ra>=101632&&Ra<=101640||Ra>=110576&&Ra<=110579||Ra>=110581&&Ra<=110587||Ra===110589||Ra===110590||Ra>=110592&&Ra<=110882||Ra===110898||Ra>=110928&&Ra<=110930||Ra===110933||Ra>=110948&&Ra<=110951||Ra>=110960&&Ra<=111355||Ra===126980||Ra===127183||Ra===127374||Ra>=127377&&Ra<=127386||Ra>=127488&&Ra<=127490||Ra>=127504&&Ra<=127547||Ra>=127552&&Ra<=127560||Ra===127568||Ra===127569||Ra>=127584&&Ra<=127589||Ra>=127744&&Ra<=127776||Ra>=127789&&Ra<=127797||Ra>=127799&&Ra<=127868||Ra>=127870&&Ra<=127891||Ra>=127904&&Ra<=127946||Ra>=127951&&Ra<=127955||Ra>=127968&&Ra<=127984||Ra===127988||Ra>=127992&&Ra<=128062||Ra===128064||Ra>=128066&&Ra<=128252||Ra>=128255&&Ra<=128317||Ra>=128331&&Ra<=128334||Ra>=128336&&Ra<=128359||Ra===128378||Ra===128405||Ra===128406||Ra===128420||Ra>=128507&&Ra<=128591||Ra>=128640&&Ra<=128709||Ra===128716||Ra>=128720&&Ra<=128722||Ra>=128725&&Ra<=128727||Ra>=128732&&Ra<=128735||Ra===128747||Ra===128748||Ra>=128756&&Ra<=128764||Ra>=128992&&Ra<=129003||Ra===129008||Ra>=129292&&Ra<=129338||Ra>=129340&&Ra<=129349||Ra>=129351&&Ra<=129535||Ra>=129648&&Ra<=129660||Ra>=129664&&Ra<=129672||Ra>=129680&&Ra<=129725||Ra>=129727&&Ra<=129733||Ra>=129742&&Ra<=129755||Ra>=129760&&Ra<=129768||Ra>=129776&&Ra<=129784||Ra>=131072&&Ra<=196605||Ra>=196608&&Ra<=262141}var pi$3=Ra=>!(fi$2(Ra)||Di$2(Ra)),Ol$3=/[^\x20-\x7F]/u;function Pl$2(Ra){if(!Ra)return 0;if(!Ol$3.test(Ra))return Ra.length;Ra=Ra.replace(li$3()," ");let qa=0;for(let Ja of Ra){let ed=Ja.codePointAt(0);ed<=31||ed>=127&&ed<=159||ed>=768&&ed<=879||(qa+=pi$3(ed)?1:2)}return qa}var sr$1=Pl$2,G$2=Symbol("MODE_BREAK"),ne$2=Symbol("MODE_FLAT"),cr$1=Symbol("cursor");function di$2(){return{value:"",length:0,queue:[]}}function Ll$3(Ra,qa){return gt$1(Ra,{type:"indent"},qa)}function Il$3(Ra,qa,Ja){return qa===Number.NEGATIVE_INFINITY?Ra.root||di$2():qa<0?gt$1(Ra,{type:"dedent"},Ja):qa?qa.type==="root"?{...Ra,root:Ra}:gt$1(Ra,{type:typeof qa=="string"?"stringAlign":"numberAlign",n:qa},Ja):Ra}function gt$1(Ra,qa,Ja){let ed=qa.type==="dedent"?Ra.queue.slice(0,-1):[...Ra.queue,qa],td="",rd=0,od=0,sd=0;for(let Ed of ed)switch(Ed.type){case"indent":ud(),Ja.useTabs?ld(1):cd(Ja.tabWidth);break;case"stringAlign":ud(),td+=Ed.n,rd+=Ed.n.length;break;case"numberAlign":od+=1,sd+=Ed.n;break;default:throw new Error(`Unexpected type '${Ed.type}'`)}return _d(),{...Ra,value:td,length:rd,queue:ed};function ld(Ed){td+=" ".repeat(Ed),rd+=Ja.tabWidth*Ed}function cd(Ed){td+=" ".repeat(Ed),rd+=Ed}function ud(){Ja.useTabs?gd():_d()}function gd(){od>0&&ld(od),yd()}function _d(){sd>0&&cd(sd),yd()}function yd(){od=0,sd=0}}function vt$2(Ra){let qa=0,Ja=0,ed=Ra.length;e:for(;ed--;){let td=Ra[ed];if(td===cr$1){Ja++;continue}for(let rd=td.length-1;rd>=0;rd--){let od=td[rd];if(od===" "||od===" ")qa++;else{Ra[ed]=td.slice(0,rd+1);break e}}}if(qa>0||Ja>0)for(Ra.length=ed+1;Ja-- >0;)Ra.push(cr$1);return qa}function Ir$2(Ra,qa,Ja,ed,td,rd){if(Ja===Number.POSITIVE_INFINITY)return!0;let od=qa.length,sd=[Ra],ld=[];for(;Ja>=0;){if(sd.length===0){if(od===0)return!0;sd.push(qa[--od]);continue}let{mode:cd,doc:ud}=sd.pop(),gd=Y$1(ud);switch(gd){case $$1:ld.push(ud),Ja-=sr$1(ud);break;case H$1:case J$1:{let _d=gd===H$1?ud:ud.parts;for(let yd=_d.length-1;yd>=0;yd--)sd.push({mode:cd,doc:_d[yd]});break}case ee$1:case re$3:case se$1:case fe$2:sd.push({mode:cd,doc:ud.contents});break;case oe$2:Ja+=vt$2(ld);break;case K$2:{if(rd&&ud.break)return!1;let _d=ud.break?G$2:cd,yd=ud.expandedStates&&_d===G$2?M$2(!1,ud.expandedStates,-1):ud.contents;sd.push({mode:_d,doc:yd});break}case X$1:{let _d=(ud.groupId?td[ud.groupId]||ne$2:cd)===G$2?ud.breakContents:ud.flatContents;_d&&sd.push({mode:cd,doc:_d});break}case W$1:if(cd===G$2||ud.hard)return!0;ud.soft||(ld.push(" "),Ja--);break;case ce$2:ed=!0;break;case le$2:if(ed)return!1;break}}return!1}function hi$2(Ra,qa){let Ja={},ed=qa.printWidth,td=ci$2(qa.endOfLine),rd=0,od=[{ind:di$2(),mode:G$2,doc:Ra}],sd=[],ld=!1,cd=[],ud=0;for(Yn$3(Ra);od.length>0;){let{ind:_d,mode:yd,doc:Ed}=od.pop();switch(Y$1(Ed)){case $$1:{let Td=td!==`
`?N$2(!1,Ed,`
`,td):Ed;sd.push(Td),od.length>0&&(rd+=sr$1(Td));break}case H$1:for(let Td=Ed.length-1;Td>=0;Td--)od.push({ind:_d,mode:yd,doc:Ed[Td]});break;case ge$3:if(ud>=2)throw new Error("There are too many 'cursor' in doc.");sd.push(cr$1),ud++;break;case ee$1:od.push({ind:Ll$3(_d,qa),mode:yd,doc:Ed.contents});break;case re$3:od.push({ind:Il$3(_d,Ed.n,qa),mode:yd,doc:Ed.contents});break;case oe$2:rd-=vt$2(sd);break;case K$2:switch(yd){case ne$2:if(!ld){od.push({ind:_d,mode:Ed.break?G$2:ne$2,doc:Ed.contents});break}case G$2:{ld=!1;let Td={ind:_d,mode:ne$2,doc:Ed.contents},Od=ed-rd,Ad=cd.length>0;if(!Ed.break&&Ir$2(Td,od,Od,Ad,Ja))od.push(Td);else if(Ed.expandedStates){let Nd=M$2(!1,Ed.expandedStates,-1);if(Ed.break){od.push({ind:_d,mode:G$2,doc:Nd});break}else for(let kd=1;kd<Ed.expandedStates.length+1;kd++)if(kd>=Ed.expandedStates.length){od.push({ind:_d,mode:G$2,doc:Nd});break}else{let Id=Ed.expandedStates[kd],Rd={ind:_d,mode:ne$2,doc:Id};if(Ir$2(Rd,od,Od,Ad,Ja)){od.push(Rd);break}}}else od.push({ind:_d,mode:G$2,doc:Ed.contents});break}}Ed.id&&(Ja[Ed.id]=M$2(!1,od,-1).mode);break;case J$1:{let Td=ed-rd,{parts:Od}=Ed;if(Od.length===0)break;let[Ad,Nd]=Od,kd={ind:_d,mode:ne$2,doc:Ad},Id={ind:_d,mode:G$2,doc:Ad},Rd=Ir$2(kd,[],Td,cd.length>0,Ja,!0);if(Od.length===1){Rd?od.push(kd):od.push(Id);break}let Md={ind:_d,mode:ne$2,doc:Nd},Ld={ind:_d,mode:G$2,doc:Nd};if(Od.length===2){Rd?od.push(Md,kd):od.push(Ld,Id);break}Od.splice(0,2);let jd={ind:_d,mode:yd,doc:Ee$2(Od)},Pd=Od[0];Ir$2({ind:_d,mode:ne$2,doc:[Ad,Nd,Pd]},[],Td,cd.length>0,Ja,!0)?od.push(jd,Md,kd):Rd?od.push(jd,Ld,kd):od.push(jd,Ld,Id);break}case X$1:case se$1:{let Td=Ed.groupId?Ja[Ed.groupId]:yd;if(Td===G$2){let Od=Ed.type===X$1?Ed.breakContents:Ed.negate?Ed.contents:Ze$2(Ed.contents);Od&&od.push({ind:_d,mode:yd,doc:Od})}if(Td===ne$2){let Od=Ed.type===X$1?Ed.flatContents:Ed.negate?Ze$2(Ed.contents):Ed.contents;Od&&od.push({ind:_d,mode:yd,doc:Od})}break}case ce$2:cd.push({ind:_d,mode:yd,doc:Ed.contents});break;case le$2:cd.length>0&&od.push({ind:_d,mode:yd,doc:rr$1});break;case W$1:switch(yd){case ne$2:if(Ed.hard)ld=!0;else{Ed.soft||(sd.push(" "),rd+=1);break}case G$2:if(cd.length>0){od.push({ind:_d,mode:yd,doc:Ed},...cd.reverse()),cd.length=0;break}Ed.literal?_d.root?(sd.push(td,_d.root.value),rd=_d.root.length):(sd.push(td),rd=0):(rd-=vt$2(sd),sd.push(td+_d.value),rd=_d.length);break}break;case fe$2:od.push({ind:_d,mode:yd,doc:Ed.contents});break;case te$2:break;default:throw new qe$2(Ed)}od.length===0&&cd.length>0&&(od.push(...cd.reverse()),cd.length=0)}let gd=sd.indexOf(cr$1);if(gd!==-1){let _d=sd.indexOf(cr$1,gd+1),yd=sd.slice(0,gd).join(""),Ed=sd.slice(gd+1,_d).join(""),Td=sd.slice(_d+1).join("");return{formatted:yd+Ed+Td,cursorNodeStart:yd.length,cursorNodeText:Ed}}return{formatted:sd.join("")}}function mi$1(Ra,qa,Ja){let{node:ed}=Ra,td=[],rd=Ra.map(()=>Ra.map(({index:gd})=>{let _d=hi$2(Ja(),qa).formatted,yd=sr$1(_d);return td[gd]=Math.max(td[gd]??3,yd),{text:_d,width:yd}},"children"),"children"),od=ld(!1);if(qa.proseWrap!=="never")return[er$1,od];let sd=ld(!0);return[er$1,ze$2(zn$2(sd,od))];function ld(gd){return Tr$2(rr$1,[ud(rd[0],gd),cd(gd),...rd.slice(1).map(_d=>ud(_d,gd))].map(_d=>`| ${_d.join(" | ")} |`))}function cd(gd){return td.map((_d,yd)=>{let Ed=ed.align[yd],Td=Ed==="center"||Ed==="left"?":":"-",Od=Ed==="center"||Ed==="right"?":":"-",Ad=gd?"-":"-".repeat(_d-2);return`${Td}${Ad}${Od}`})}function ud(gd,_d){return gd.map(({text:yd,width:Ed},Td)=>{if(_d)return yd;let Od=td[Td]-Ed,Ad=ed.align[Td],Nd=0;Ad==="right"?Nd=Od:Ad==="center"&&(Nd=Math.floor(Od/2));let kd=Od-Nd;return`${" ".repeat(Nd)}${yd}${" ".repeat(kd)}`})}}function Fi$1(Ra,qa,Ja){let ed=Ra.map(Ja,"children");return Nl$3(ed)}function Nl$3(Ra){let qa=[""];return function Ja(ed){for(let td of ed){let rd=Y$1(td);if(rd===H$1){Ja(td);continue}let od=td,sd=[];rd===J$1&&([od,...sd]=td.parts),qa.push([qa.pop(),od],...sd)}}(Ra),Ee$2(qa)}var Rl$3=/^.$/su;function Ul$2(Ra,qa){return Ra=zl$3(Ra,qa),Ra=Yl$2(Ra),Ra=Vl$2(Ra,qa),Ra=jl$2(Ra,qa),Ra=Gl$3(Ra),Ra}function zl$3(Ra,qa){return ye$2(Ra,Ja=>Ja.type!=="text"||Ja.value==="*"||Ja.value==="_"||!Rl$3.test(Ja.value)||Ja.position.end.offset-Ja.position.start.offset===Ja.value.length?Ja:{...Ja,value:qa.originalText.slice(Ja.position.start.offset,Ja.position.end.offset)})}function Ml$2(Ra,qa,Ja){return ye$2(Ra,ed=>{if(!ed.children)return ed;let td=ed.children.reduce((rd,od)=>{let sd=M$2(!1,rd,-1);return sd&&qa(sd,od)?rd.splice(-1,1,Ja(sd,od)):rd.push(od),rd},[]);return{...ed,children:td}})}function Yl$2(Ra){return Ml$2(Ra,(qa,Ja)=>qa.type==="text"&&Ja.type==="text",(qa,Ja)=>({type:"text",value:qa.value+Ja.value,position:{start:qa.position.start,end:Ja.position.end}}))}function Gl$3(Ra){return ye$2(Ra,(qa,Ja,[ed])=>{if(qa.type!=="text")return qa;let{value:td}=qa;return ed.type==="paragraph"&&(Ja===0&&(td=td.trimStart()),Ja===ed.children.length-1&&(td=td.trimEnd())),{type:"sentence",position:qa.position,children:Pr$2(td)}})}function Vl$2(Ra,qa){return ye$2(Ra,(Ja,ed,td)=>{if(Ja.type==="code"){let rd=/^\n?(?: {4,}|\t)/u.test(qa.originalText.slice(Ja.position.start.offset,Ja.position.end.offset));if(Ja.isIndented=rd,rd)for(let od=0;od<td.length;od++){let sd=td[od];if(sd.hasIndentedCodeblock)break;sd.type==="list"&&(sd.hasIndentedCodeblock=!0)}}return Ja})}function jl$2(Ra,qa){return ye$2(Ra,(td,rd,od)=>{if(td.type==="list"&&td.children.length>0){for(let sd=0;sd<od.length;sd++){let ld=od[sd];if(ld.type==="list"&&!ld.isAligned)return td.isAligned=!1,td}td.isAligned=ed(td)}return td});function Ja(td){return td.children.length===0?-1:td.children[0].position.start.column-1}function ed(td){if(!td.ordered)return!0;let[rd,od]=td.children;if(Me$4(rd,qa).leadingSpaces.length>1)return!0;let sd=Ja(rd);if(sd===-1)return!1;if(td.children.length===1)return sd%qa.tabWidth===0;let ld=Ja(od);return sd!==ld?!1:sd%qa.tabWidth===0?!0:Me$4(od,qa).leadingSpaces.length>1}}var gi$2=Ul$2;function vi$2(Ra,qa){let Ja=[""];return Ra.each(()=>{let{node:ed}=Ra,td=qa();switch(ed.type){case"whitespace":if(Y$1(td)!==$$1){Ja.push(td,"");break}default:Ja.push([Ja.pop(),td])}},"children"),Ee$2(Ja)}var $l$2=new Set(["heading","tableCell","link","wikiLink"]),Hl$2=new Set(`$(£¥·'"〈《「『【〔〖〝﹙﹛$([{£¥[{‵︴︵︷︹︻︽︿﹁﹃﹏〘⦅«`),Wl$2=new Set(`!%),.:;?]}¢°·'"†‡›℃∶、。〃〆〕〗〞﹚﹜!"%'),.:;?]}~–—•〉》」︰︱︲︳﹐﹑﹒﹓﹔﹕﹖﹘︶︸︺︼︾﹀﹂﹗|、』】〙〟⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠〜~‼⁇⁈⁉・゙゚`),Ei$2=new Set("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~");function Kl$2({parent:Ra}){if(Ra.usesCJSpaces===void 0){let qa={" ":0,"":0},{children:Ja}=Ra;for(let ed=1;ed<Ja.length-1;++ed){let td=Ja[ed];if(td.type==="whitespace"&&(td.value===" "||td.value==="")){let rd=Ja[ed-1].kind,od=Ja[ed+1].kind;(rd===De$1&&od===Le$2||rd===Le$2&&od===De$1)&&++qa[td.value]}}Ra.usesCJSpaces=qa[" "]>qa[""]}return Ra.usesCJSpaces}function Jl$3(Ra,qa){if(qa)return!0;let{previous:Ja,next:ed}=Ra;if(!Ja||!ed)return!0;let td=Ja.kind,rd=ed.kind;return bi$2(td)&&bi$2(rd)||td===be$4&&rd===De$1||rd===be$4&&td===De$1?!0:td===ur$1||rd===ur$1||td===De$1&&rd===De$1?!1:Ei$2.has(ed.value[0])||Ei$2.has(M$2(!1,Ja.value,-1))?!0:Ja.hasTrailingPunctuation||ed.hasLeadingPunctuation?!1:Kl$2(Ra)}function Ci$2(Ra){return Ra===Le$2||Ra===De$1||Ra===be$4}function bi$2(Ra){return Ra===Le$2||Ra===be$4}function Xl$3(Ra,qa,Ja,ed,td){if(Ja!=="always"||Ra.hasAncestor(sd=>$l$2.has(sd.type)))return!1;if(ed)return qa!=="";if(qa===" ")return!0;let{previous:rd,next:od}=Ra;return!(qa===""&&((rd==null?void 0:rd.kind)===be$4&&Ci$2(od==null?void 0:od.kind)||(od==null?void 0:od.kind)===be$4&&Ci$2(rd==null?void 0:rd.kind))||!td&&(od&&Wl$2.has(od.value[0])||rd&&Hl$2.has(M$2(!1,rd.value,-1))))}function Et$3(Ra,qa,Ja,ed){if(Ja==="preserve"&&qa===`
`)return L$2;let td=qa===" "||qa===`
`&&Jl$3(Ra,ed);return Xl$3(Ra,qa,Ja,ed,td)?td?Br$3:qr$2:td?" ":""}var Ql$3=new Set(["listItem","definition"]);function Zl$2(Ra,qa,Ja){var ed,td;let{node:rd}=Ra;if(af(Ra)){let od=[""],sd=Pr$2(qa.originalText.slice(rd.position.start.offset,rd.position.end.offset));for(let ld of sd){if(ld.type==="word"){od.push([od.pop(),ld.value]);continue}let cd=Et$3(Ra,ld.value,qa.proseWrap,!0);if(Y$1(cd)===$$1){od.push([od.pop(),cd]);continue}od.push(cd)}return Ee$2(od)}switch(rd.type){case"front-matter":return qa.originalText.slice(rd.position.start.offset,rd.position.end.offset);case"root":return rd.children.length===0?"":[tf(Ra,qa,Ja),L$2];case"paragraph":return Fi$1(Ra,qa,Ja);case"sentence":return vi$2(Ra,Ja);case"word":{let od=N$2(!1,N$2(!1,rd.value,"*",String.raw`\*`),new RegExp([`(^|${Se$2.source})(_+)`,`(_+)(${Se$2.source}|$)`].join("|"),"gu"),(cd,ud,gd,_d,yd)=>N$2(!1,gd?`${ud}${gd}`:`${_d}${yd}`,"_",String.raw`\_`)),sd=(cd,ud,gd)=>cd.type==="sentence"&&gd===0,ld=(cd,ud,gd)=>mt$2(cd.children[gd-1]);return od!==rd.value&&(Ra.match(void 0,sd,ld)||Ra.match(void 0,sd,(cd,ud,gd)=>cd.type==="emphasis"&&gd===0,ld))&&(od=od.replace(/^(\\?[*_])+/u,cd=>N$2(!1,cd,"\\",""))),od}case"whitespace":{let{next:od}=Ra,sd=od&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/u.test(od.value)?"never":qa.proseWrap;return Et$3(Ra,rd.value,sd)}case"emphasis":{let od;if(mt$2(rd.children[0]))od=qa.originalText[rd.position.start.offset];else{let{previous:sd,next:ld}=Ra;od=(sd==null?void 0:sd.type)==="sentence"&&((ed=M$2(!1,sd.children,-1))==null?void 0:ed.type)==="word"&&!M$2(!1,sd.children,-1).hasTrailingPunctuation||(ld==null?void 0:ld.type)==="sentence"&&((td=ld.children[0])==null?void 0:td.type)==="word"&&!ld.children[0].hasLeadingPunctuation||Ra.hasAncestor(cd=>cd.type==="emphasis")?"*":"_"}return[od,V$3(Ra,qa,Ja),od]}case"strong":return["**",V$3(Ra,qa,Ja),"**"];case"delete":return["~~",V$3(Ra,qa,Ja),"~~"];case"inlineCode":{let od=qa.proseWrap==="preserve"?rd.value:N$2(!1,rd.value,`
`," "),sd=Gn$3(od,"`"),ld="`".repeat(sd||1),cd=od.startsWith("`")||od.endsWith("`")||/^[\n ]/u.test(od)&&/[\n ]$/u.test(od)&&/[^\n ]/u.test(od)?" ":"";return[ld,cd,od,cd,ld]}case"wikiLink":{let od="";return qa.proseWrap==="preserve"?od=rd.value:od=N$2(!1,rd.value,/[\t\n]+/gu," "),["[[",od,"]]"]}case"link":switch(qa.originalText[rd.position.start.offset]){case"<":{let od="mailto:";return["<",rd.url.startsWith(od)&&qa.originalText.slice(rd.position.start.offset+1,rd.position.start.offset+1+od.length)!==od?rd.url.slice(od.length):rd.url,">"]}case"[":return["[",V$3(Ra,qa,Ja),"](",Ct$3(rd.url,")"),Nr$2(rd.title,qa),")"];default:return qa.originalText.slice(rd.position.start.offset,rd.position.end.offset)}case"image":return["![",rd.alt||"","](",Ct$3(rd.url,")"),Nr$2(rd.title,qa),")"];case"blockquote":return["> ",ve$2("> ",V$3(Ra,qa,Ja))];case"heading":return["#".repeat(rd.depth)+" ",V$3(Ra,qa,Ja)];case"code":{if(rd.isIndented){let ld=" ".repeat(4);return ve$2(ld,[ld,Ce$1(rd.value,L$2)])}let od=qa.__inJsTemplate?"~":"`",sd=od.repeat(Math.max(3,_r$2(rd.value,od)+1));return[sd,rd.lang||"",rd.meta?" "+rd.meta:"",L$2,Ce$1(Lr$2(rd,qa.originalText),L$2),L$2,sd]}case"html":{let{parent:od,isLast:sd}=Ra,ld=od.type==="root"&&sd?rd.value.trimEnd():rd.value,cd=/^<!--.*-->$/su.test(ld);return Ce$1(ld,cd?L$2:_e$3(tr$1))}case"list":{let od=Ai$2(rd,Ra.parent),sd=ii$3(rd,qa);return V$3(Ra,qa,Ja,{processor(ld){let cd=gd(),ud=ld.node;if(ud.children.length===2&&ud.children[1].type==="html"&&ud.children[0].position.start.column!==ud.children[1].position.start.column)return[cd,yi$3(ld,qa,Ja,cd)];return[cd,ve$2(" ".repeat(cd.length),yi$3(ld,qa,Ja,cd))];function gd(){let _d=rd.ordered?(ld.isFirst?rd.start:sd?1:rd.start+ld.index)+(od%2===0?". ":") "):od%2===0?"- ":"* ";return rd.isAligned||rd.hasIndentedCodeblock?ef(_d,qa):_d}}})}case"thematicBreak":{let{ancestors:od}=Ra,sd=od.findIndex(ld=>ld.type==="list");return sd===-1?"---":Ai$2(od[sd],od[sd+1])%2===0?"***":"---"}case"linkReference":return["[",V$3(Ra,qa,Ja),"]",rd.referenceType==="full"?bt$2(rd):rd.referenceType==="collapsed"?"[]":""];case"imageReference":switch(rd.referenceType){case"full":return["![",rd.alt||"","]",bt$2(rd)];default:return["![",rd.alt,"]",rd.referenceType==="collapsed"?"[]":""]}case"definition":{let od=qa.proseWrap==="always"?Br$3:" ";return ze$2([bt$2(rd),":",Ze$2([od,Ct$3(rd.url),rd.title===null?"":[od,Nr$2(rd.title,qa,!1)]])])}case"footnote":return["[^",V$3(Ra,qa,Ja),"]"];case"footnoteReference":return Bi$2(rd);case"footnoteDefinition":{let od=rd.children.length===1&&rd.children[0].type==="paragraph"&&(qa.proseWrap==="never"||qa.proseWrap==="preserve"&&rd.children[0].position.start.line===rd.children[0].position.end.line);return[Bi$2(rd),": ",od?V$3(Ra,qa,Ja):ze$2([ve$2(" ".repeat(4),V$3(Ra,qa,Ja,{processor:({isFirst:sd})=>sd?ze$2([qr$2,Ja()]):Ja()}))])]}case"table":return mi$1(Ra,qa,Ja);case"tableCell":return V$3(Ra,qa,Ja);case"break":return/\s/u.test(qa.originalText[rd.position.start.offset])?[" ",_e$3(tr$1)]:["\\",L$2];case"liquidNode":return Ce$1(rd.value,L$2);case"import":case"export":case"jsx":return rd.value;case"esComment":return["{/* ",rd.value," */}"];case"math":return["$$",L$2,rd.value?[Ce$1(rd.value,L$2),L$2]:"","$$"];case"inlineMath":return qa.originalText.slice(Oe$3(rd),Pe$3(rd));case"tableRow":case"listItem":case"text":default:throw new $n$3(rd,"Markdown")}}function yi$3(Ra,qa,Ja,ed){let{node:td}=Ra,rd=td.checked===null?"":td.checked?"[x] ":"[ ] ";return[rd,V$3(Ra,qa,Ja,{processor({node:od,isFirst:sd}){if(sd&&od.type!=="list")return ve$2(" ".repeat(rd.length),Ja());let ld=" ".repeat(sf(qa.tabWidth-ed.length,0,3));return[ld,ve$2(ld,Ja())]}})]}function ef(Ra,qa){let Ja=ed();return Ra+" ".repeat(Ja>=4?0:Ja);function ed(){let td=Ra.length%qa.tabWidth;return td===0?0:qa.tabWidth-td}}function Ai$2(Ra,qa){return rf(Ra,qa,Ja=>Ja.ordered===Ra.ordered)}function rf(Ra,qa,Ja){let ed=-1;for(let td of qa.children)if(td.type===Ra.type&&Ja(td)?ed++:ed=-1,td===Ra)return ed}function tf(Ra,qa,Ja){let ed=[],td=null,{children:rd}=Ra.node;for(let[od,sd]of rd.entries())switch(yt$2(sd)){case"start":td===null&&(td={index:od,offset:sd.position.end.offset});break;case"end":td!==null&&(ed.push({start:td,end:{index:od,offset:sd.position.start.offset}}),td=null);break}return V$3(Ra,qa,Ja,{processor({index:od}){if(ed.length>0){let sd=ed[0];if(od===sd.start.index)return[xi$2(rd[sd.start.index]),qa.originalText.slice(sd.start.offset,sd.end.offset),xi$2(rd[sd.end.index])];if(sd.start.index<od&&od<sd.end.index)return!1;if(od===sd.end.index)return ed.shift(),!1}return Ja()}})}function V$3(Ra,qa,Ja,ed={}){let{processor:td=Ja}=ed,rd=[];return Ra.each(()=>{let od=td(Ra);od!==!1&&(rd.length>0&&nf(Ra)&&(rd.push(L$2),(uf(Ra,qa)||ki$2(Ra))&&rd.push(L$2),ki$2(Ra)&&rd.push(L$2)),rd.push(od))},"children"),rd}function xi$2(Ra){if(Ra.type==="html")return Ra.value;if(Ra.type==="paragraph"&&Array.isArray(Ra.children)&&Ra.children.length===1&&Ra.children[0].type==="esComment")return["{/* ",Ra.children[0].value," */}"]}function yt$2(Ra){let qa;if(Ra.type==="html")qa=Ra.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/u);else{let Ja;Ra.type==="esComment"?Ja=Ra:Ra.type==="paragraph"&&Ra.children.length===1&&Ra.children[0].type==="esComment"&&(Ja=Ra.children[0]),Ja&&(qa=Ja.value.match(/^prettier-ignore(?:-(start|end))?$/u))}return qa?qa[1]||"next":!1}function nf({node:Ra,parent:qa}){let Ja=ht$2.has(Ra.type),ed=Ra.type==="html"&&Or$2.has(qa.type);return!Ja&&!ed}function wi$2(Ra,qa){return Ra.type==="listItem"&&(Ra.spread||qa.originalText.charAt(Ra.position.end.offset-1)===`
`)}function uf({node:Ra,previous:qa,parent:Ja},ed){if(wi$2(qa,ed))return!0;let td=qa.type===Ra.type&&Ql$3.has(Ra.type),rd=Ja.type==="listItem"&&!wi$2(Ja,ed),od=yt$2(qa)==="next",sd=Ra.type==="html"&&qa.type==="html"&&qa.position.end.line+1===Ra.position.start.line,ld=Ra.type==="html"&&Ja.type==="listItem"&&qa.type==="paragraph"&&qa.position.end.line+1===Ra.position.start.line;return!(td||rd||od||sd||ld)}function ki$2({node:Ra,previous:qa}){let Ja=qa.type==="list",ed=Ra.type==="code"&&Ra.isIndented;return Ja&&ed}function af(Ra){let qa=Ra.findAncestor(Ja=>Ja.type==="linkReference"||Ja.type==="imageReference");return qa&&(qa.type!=="linkReference"||qa.referenceType!=="full")}var of=(Ra,qa)=>{for(let Ja of qa)Ra=N$2(!1,Ra,Ja,encodeURIComponent(Ja));return Ra};function Ct$3(Ra,qa=[]){let Ja=[" ",...Array.isArray(qa)?qa:[qa]];return new RegExp(Ja.map(ed=>Be$3(ed)).join("|"),"u").test(Ra)?`<${of(Ra,"<>")}>`:Ra}function Nr$2(Ra,qa,Ja=!0){if(!Ra)return"";if(Ja)return" "+Nr$2(Ra,qa,!1);if(Ra=N$2(!1,Ra,/\\(?=["')])/gu,""),Ra.includes('"')&&Ra.includes("'")&&!Ra.includes(")"))return`(${Ra})`;let ed=jn$3(Ra,qa.singleQuote);return Ra=N$2(!1,Ra,"\\","\\\\"),Ra=N$2(!1,Ra,ed,`\\${ed}`),`${ed}${Ra}${ed}`}function sf(Ra,qa,Ja){return Ra<qa?qa:Ra>Ja?Ja:Ra}function cf(Ra){return Ra.index>0&&yt$2(Ra.previous)==="next"}function bt$2(Ra){return`[${(0,qi$1.default)(Ra.label)}]`}function Bi$2(Ra){return`[^${Ra.label}]`}var lf={preprocess:gi$2,print:Zl$2,embed:ui$2,massageAstNode:Zn$2,hasPrettierIgnore:cf,insertPragma:Jn$3,getVisitorKeys:si$3},Ti$2=lf,_i$2=[{linguistLanguageId:222,name:"Markdown",type:"prose",color:"#083fa1",aliases:["md","pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".livemd",".markdown",".mdown",".mdwn",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr","README"],tmScope:"text.md",parsers:["markdown"],vscodeLanguageIds:["markdown"]},{linguistLanguageId:222,name:"MDX",type:"prose",color:"#083fa1",aliases:["md","pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".mdx"],filenames:[],tmScope:"text.md",parsers:["mdx"],vscodeLanguageIds:["mdx"]}],At$4={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},ff={proseWrap:At$4.proseWrap,singleQuote:At$4.singleQuote},Si$2=ff,On$2={};Ln$3(On$2,{markdown:()=>km,mdx:()=>Bm,remark:()=>km});var Wc$1=Ue$3(Pi$2()),Kc$1=Ue$3(Wi$1()),Jc$1=Ue$3(Gs$1()),Xc$1=Ue$3(Ic$1()),vm=/^import\s/u,Em=/^export\s/u,Nc$1=String.raw`[a-z][a-z0-9]*(\.[a-z][a-z0-9]*)*|`,Rc$1=/<!---->|<!---?[^>-](?:-?[^-])*-->/u,Cm=/^\{\s*\/\*(.*)\*\/\s*\}/u,bm$1=`
`,Uc$1=Ra=>vm.test(Ra),Sn$2=Ra=>Em.test(Ra),zc$1=(Ra,qa)=>{let Ja=qa.indexOf(bm$1),ed=qa.slice(0,Ja);if(Sn$2(ed)||Uc$1(ed))return Ra(ed)({type:Sn$2(ed)?"export":"import",value:ed})},Mc$1=(Ra,qa)=>{let Ja=Cm.exec(qa);if(Ja)return Ra(Ja[0])({type:"esComment",value:Ja[1].trim()})};zc$1.locator=Ra=>Sn$2(Ra)||Uc$1(Ra)?-1:1;Mc$1.locator=(Ra,qa)=>Ra.indexOf("{",qa);var Yc$1=function(){let{Parser:Ra}=this,{blockTokenizers:qa,blockMethods:Ja,inlineTokenizers:ed,inlineMethods:td}=Ra.prototype;qa.esSyntax=zc$1,ed.esComment=Mc$1,Ja.splice(Ja.indexOf("paragraph"),0,"esSyntax"),td.splice(td.indexOf("text"),0,"esComment")},ym=function(){let Ra=this.Parser.prototype;Ra.blockMethods=["frontMatter",...Ra.blockMethods],Ra.blockTokenizers.frontMatter=qa;function qa(Ja,ed){let td=ir$2(ed);if(td.frontMatter)return Ja(td.frontMatter.raw)(td.frontMatter)}qa.onlyAtStart=!0},Gc$1=ym;function Am(){return Ra=>ye$2(Ra,(qa,Ja,[ed])=>qa.type!=="html"||Rc$1.test(qa.value)||Or$2.has(ed.type)?qa:{...qa,type:"jsx"})}var Vc$1=Am,xm=function(){let Ra=this.Parser.prototype,qa=Ra.inlineMethods;qa.splice(qa.indexOf("text"),0,"liquid"),Ra.inlineTokenizers.liquid=Ja;function Ja(ed,td){let rd=td.match(/^(\{%.*?%\}|\{\{.*?\}\})/su);if(rd)return ed(rd[0])({type:"liquidNode",value:rd[0]})}Ja.locator=function(ed,td){return ed.indexOf("{",td)}},jc$1=xm,wm=function(){let Ra="wikiLink",qa=/^\[\[(?<linkContents>.+?)\]\]/su,Ja=this.Parser.prototype,ed=Ja.inlineMethods;ed.splice(ed.indexOf("link"),0,Ra),Ja.inlineTokenizers.wikiLink=td;function td(rd,od){let sd=qa.exec(od);if(sd){let ld=sd.groups.linkContents.trim();return rd(sd[0])({type:Ra,value:ld})}}td.locator=function(rd,od){return rd.indexOf("[",od)}},$c$1=wm;function Qc$1({isMDX:Ra}){return qa=>{let Ja=(0,Xc$1.default)().use(Jc$1.default,{commonmark:!0,...Ra&&{blocks:[Nc$1]}}).use(Wc$1.default).use(Gc$1).use(Kc$1.default).use(Ra?Yc$1:Hc$1).use(jc$1).use(Ra?Vc$1:Hc$1).use($c$1);return Ja.run(Ja.parse(qa))}}function Hc$1(){}var Zc$1={astFormat:"mdast",hasPragma:Kn$2,locStart:Oe$3,locEnd:Pe$3},km={...Zc$1,parse:Qc$1({isMDX:!1})},Bm={...Zc$1,parse:Qc$1({isMDX:!0})},qm={mdast:Ti$2},fC=Pn$3;const prettierPluginMarkdown=Object.freeze(Object.defineProperty({__proto__:null,default:fC,languages:_i$2,options:Si$2,parsers:On$2,printers:qm},Symbol.toStringTag,{value:"Module"}));var $s$1=Object.create,je$3=Object.defineProperty,Vs$1=Object.getOwnPropertyDescriptor,qs$3=Object.getOwnPropertyNames,zs$1=Object.getPrototypeOf,Ks$2=Object.prototype.hasOwnProperty,Hs$2=(Ra,qa)=>()=>(qa||Ra((qa={exports:{}}).exports,qa),qa.exports),Ws$1=(Ra,qa)=>{for(var Ja in qa)je$3(Ra,Ja,{get:qa[Ja],enumerable:!0})},Js$1=(Ra,qa,Ja,ed)=>{if(qa&&typeof qa=="object"||typeof qa=="function")for(let td of qs$3(qa))!Ks$2.call(Ra,td)&&td!==Ja&&je$3(Ra,td,{get:()=>qa[td],enumerable:!(ed=Vs$1(qa,td))||ed.enumerable});return Ra},vt$1=(Ra,qa,Ja)=>(Ja=Ra!=null?$s$1(zs$1(Ra)):{},Js$1(je$3(Ja,"default",{value:Ra,enumerable:!0}),Ra)),At$3=Hs$2(Ra=>{Object.defineProperty(Ra,"__esModule",{value:!0});function qa(Xd,Hd){if(Xd==null)return{};var Jd={},If=Object.keys(Xd),Qf,_h;for(_h=0;_h<If.length;_h++)Qf=If[_h],!(Hd.indexOf(Qf)>=0)&&(Jd[Qf]=Xd[Qf]);return Jd}var Ja=class{constructor(Xd,Hd,Jd){this.line=void 0,this.column=void 0,this.index=void 0,this.line=Xd,this.column=Hd,this.index=Jd}},ed=class{constructor(Xd,Hd){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=Xd,this.end=Hd}};function td(Xd,Hd){let{line:Jd,column:If,index:Qf}=Xd;return new Ja(Jd,If+Hd,Qf+Hd)}var rd="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",od={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:rd},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:rd}},sd={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},ld=Xd=>Xd.type==="UpdateExpression"?sd.UpdateExpression[`${Xd.prefix}`]:sd[Xd.type],cd={AccessorIsGenerator:({kind:Xd})=>`A ${Xd}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncFunction:"'await' is only allowed within async functions.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:Xd})=>`Missing initializer in ${Xd} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:Xd})=>`\`${Xd}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",DynamicImportPhaseRequiresImportExpressions:({phase:Xd})=>`'import.${Xd}(...)' can only be parsed when using the 'createImportExpressions' option.`,ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:Xd,exportName:Hd})=>`A string literal cannot be used as an exported binding without \`from\`.
- Did you mean \`export { '${Xd}' as '${Hd}' } from 'some-module'\`?`,ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:({type:Xd})=>`'${Xd==="ForInStatement"?"for-in":"for-of"}' loop variable declaration may not have an initializer.`,ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:({type:Xd})=>`Unsyntactic ${Xd==="BreakStatement"?"break":"continue"}.`,IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportAttributesUseAssert:"The `assert` keyword in import attributes is deprecated and it has been replaced by the `with` keyword. You can enable the `deprecatedAssertSyntax: true` option in the import attributes plugin to suppress this error.",ImportBindingIsString:({importName:Xd})=>`A string literal cannot be used as an imported binding.
- Did you mean \`import { "${Xd}" as foo }\`?`,ImportCallArgumentTrailingComma:"Trailing comma is disallowed inside import(...) arguments.",ImportCallArity:({maxArgumentCount:Xd})=>`\`import()\` requires exactly ${Xd===1?"one argument":"one or two arguments"}.`,ImportCallNotNewExpression:"Cannot use new with import(...).",ImportCallSpreadArgument:"`...` is not allowed in `import()`.",ImportJSONBindingNotDefault:"A JSON module can only be imported with `default`.",ImportReflectionHasAssertion:"`import module x` cannot have assertions.",ImportReflectionNotBinding:'Only `import module x from "./module"` is valid.',IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDecimal:"Invalid decimal.",InvalidDigit:({radix:Xd})=>`Expected number in radix ${Xd}.`,InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:({reservedWord:Xd})=>`Escape sequence in keyword ${Xd}.`,InvalidIdentifier:({identifierName:Xd})=>`Invalid identifier ${Xd}.`,InvalidLhs:({ancestor:Xd})=>`Invalid left-hand side in ${ld(Xd)}.`,InvalidLhsBinding:({ancestor:Xd})=>`Binding invalid left-hand side in ${ld(Xd)}.`,InvalidLhsOptionalChaining:({ancestor:Xd})=>`Invalid optional chaining in the left-hand side of ${ld(Xd)}.`,InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:({unexpected:Xd})=>`Unexpected character '${Xd}'.`,InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:({identifierName:Xd})=>`Private name #${Xd} is not defined.`,InvalidPropertyBindingPattern:"Binding member expression.",InvalidRecordProperty:"Only properties and spread elements are allowed in record definitions.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:({labelName:Xd})=>`Label '${Xd}' is already declared.`,LetInLexicalBinding:"'let' is disallowed as a lexically bound name.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:({missingPlugin:Xd})=>`This experimental syntax requires enabling the parser plugin: ${Xd.map(Hd=>JSON.stringify(Hd)).join(", ")}.`,MissingOneOfPlugins:({missingPlugin:Xd})=>`This experimental syntax requires enabling one of the following parser plugin(s): ${Xd.map(Hd=>JSON.stringify(Hd)).join(", ")}.`,MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeDifferentFromType:"The only accepted module attribute is `type`.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:({key:Xd})=>`Duplicate key "${Xd}" is not allowed in module attributes.`,ModuleExportNameHasLoneSurrogate:({surrogateCharCode:Xd})=>`An export name cannot include a lone surrogate, found '\\u${Xd.toString(16)}'.`,ModuleExportUndefined:({localName:Xd})=>`Export '${Xd}' is not defined.`,MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:({identifierName:Xd})=>`Private names are only allowed in property accesses (\`obj.#${Xd}\`) or in \`in\` expressions (\`#${Xd} in obj\`).`,PrivateNameRedeclaration:({identifierName:Xd})=>`Duplicate private name #${Xd}.`,RecordExpressionBarIncorrectEndSyntaxType:"Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionBarIncorrectStartSyntaxType:"Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionHashIncorrectStartSyntaxType:"Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",RecordNoProto:"'__proto__' is not allowed in Record expressions.",RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",SourcePhaseImportRequiresDefault:'Only `import source x from "./module"` is valid.',StaticPrototype:"Classes may not have static property named prototype.",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",TupleExpressionBarIncorrectEndSyntaxType:"Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionBarIncorrectStartSyntaxType:"Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionHashIncorrectStartSyntaxType:"Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedAwaitAfterPipelineBody:'Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.',UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:({keyword:Xd})=>`Unexpected keyword '${Xd}'.`,UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:({reservedWord:Xd})=>`Unexpected reserved word '${Xd}'.`,UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:({expected:Xd,unexpected:Hd})=>`Unexpected token${Hd?` '${Hd}'.`:""}${Xd?`, expected "${Xd}"`:""}`,UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script`.",UnsupportedBind:"Binding should be performed on object property.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:({target:Xd,onlyValidPropertyName:Hd})=>`The only valid meta property for ${Xd} is ${Xd}.${Hd}.`,UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationExport:"Using declaration cannot be exported.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:({identifierName:Xd})=>`Identifier '${Xd}' has already been declared.`,YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},ud={StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:({referenceName:Xd})=>`Assigning to '${Xd}' in strict mode.`,StrictEvalArgumentsBinding:({bindingName:Xd})=>`Binding '${Xd}' in strict mode.`,StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."},gd=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),_d={PipeBodyIsTighter:"Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.",PipeTopicRequiresHackPipes:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:({token:Xd})=>`Invalid topic token ${Xd}. In order to use ${Xd} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${Xd}" }.`,PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:({type:Xd})=>`Hack-style pipe body cannot be an unparenthesized ${ld({type:Xd})}; please wrap it in parentheses.`,PipelineBodyNoArrow:'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',PipelineBodySequenceExpression:"Pipeline body may not be a comma-separated sequence expression.",PipelineHeadSequenceExpression:"Pipeline head should not be a comma-separated sequence expression.",PipelineTopicUnused:"Pipeline is in topic style but does not use topic reference.",PrimaryTopicNotAllowed:"Topic reference was used in a lexical context without topic binding.",PrimaryTopicRequiresSmartPipeline:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'},yd=["toMessage"],Ed=["message"];function Td(Xd,Hd,Jd){Object.defineProperty(Xd,Hd,{enumerable:!1,configurable:!0,value:Jd})}function Od(Xd){let{toMessage:Hd}=Xd,Jd=qa(Xd,yd);return function If(Qf,_h){let $h=new SyntaxError;return Object.assign($h,Jd,{loc:Qf,pos:Qf.index}),"missingPlugin"in _h&&Object.assign($h,{missingPlugin:_h.missingPlugin}),Td($h,"clone",function(Vh={}){var im;let{line:Qh,column:$m,index:Qm}=(im=Vh.loc)!=null?im:Qf;return If(new Ja(Qh,$m,Qm),Object.assign({},_h,Vh.details))}),Td($h,"details",_h),Object.defineProperty($h,"message",{configurable:!0,get(){let Vh=`${Hd(_h)} (${Qf.line}:${Qf.column})`;return this.message=Vh,Vh},set(Vh){Object.defineProperty(this,"message",{value:Vh,writable:!0})}}),$h}}function Ad(Xd,Hd){if(Array.isArray(Xd))return If=>Ad(If,Xd[0]);let Jd={};for(let If of Object.keys(Xd)){let Qf=Xd[If],_h=typeof Qf=="string"?{message:()=>Qf}:typeof Qf=="function"?{message:Qf}:Qf,{message:$h}=_h,Vh=qa(_h,Ed),im=typeof $h=="string"?()=>$h:$h;Jd[If]=Od(Object.assign({code:"BABEL_PARSER_SYNTAX_ERROR",reasonCode:If,toMessage:im},Hd?{syntaxPlugin:Hd}:{},Vh))}return Jd}var Nd=Object.assign({},Ad(od),Ad(cd),Ad(ud),Ad`pipelineOperator`(_d)),{defineProperty:kd}=Object,Id=(Xd,Hd)=>{Xd&&kd(Xd,Hd,{enumerable:!1,value:Xd[Hd]})};function Rd(Xd){return Id(Xd.loc.start,"index"),Id(Xd.loc.end,"index"),Xd}var Md=Xd=>class extends Xd{parse(){let Hd=Rd(super.parse());return this.options.tokens&&(Hd.tokens=Hd.tokens.map(Rd)),Hd}parseRegExpLiteral({pattern:Hd,flags:Jd}){let If=null;try{If=new RegExp(Hd,Jd)}catch{}let Qf=this.estreeParseLiteral(If);return Qf.regex={pattern:Hd,flags:Jd},Qf}parseBigIntLiteral(Hd){let Jd;try{Jd=BigInt(Hd)}catch{Jd=null}let If=this.estreeParseLiteral(Jd);return If.bigint=String(If.value||Hd),If}parseDecimalLiteral(Hd){let Jd=this.estreeParseLiteral(null);return Jd.decimal=String(Jd.value||Hd),Jd}estreeParseLiteral(Hd){return this.parseLiteral(Hd,"Literal")}parseStringLiteral(Hd){return this.estreeParseLiteral(Hd)}parseNumericLiteral(Hd){return this.estreeParseLiteral(Hd)}parseNullLiteral(){return this.estreeParseLiteral(null)}parseBooleanLiteral(Hd){return this.estreeParseLiteral(Hd)}directiveToStmt(Hd){let Jd=Hd.value;delete Hd.value,Jd.type="Literal",Jd.raw=Jd.extra.raw,Jd.value=Jd.extra.expressionValue;let If=Hd;return If.type="ExpressionStatement",If.expression=Jd,If.directive=Jd.extra.rawValue,delete Jd.extra,If}initFunction(Hd,Jd){super.initFunction(Hd,Jd),Hd.expression=!1}checkDeclaration(Hd){Hd!=null&&this.isObjectProperty(Hd)?this.checkDeclaration(Hd.value):super.checkDeclaration(Hd)}getObjectOrClassMethodParams(Hd){return Hd.value.params}isValidDirective(Hd){var Jd;return Hd.type==="ExpressionStatement"&&Hd.expression.type==="Literal"&&typeof Hd.expression.value=="string"&&!((Jd=Hd.expression.extra)!=null&&Jd.parenthesized)}parseBlockBody(Hd,Jd,If,Qf,_h){super.parseBlockBody(Hd,Jd,If,Qf,_h);let $h=Hd.directives.map(Vh=>this.directiveToStmt(Vh));Hd.body=$h.concat(Hd.body),delete Hd.directives}pushClassMethod(Hd,Jd,If,Qf,_h,$h){this.parseMethod(Jd,If,Qf,_h,$h,"ClassMethod",!0),Jd.typeParameters&&(Jd.value.typeParameters=Jd.typeParameters,delete Jd.typeParameters),Hd.body.push(Jd)}parsePrivateName(){let Hd=super.parsePrivateName();return this.getPluginOption("estree","classFeatures")?this.convertPrivateNameToPrivateIdentifier(Hd):Hd}convertPrivateNameToPrivateIdentifier(Hd){let Jd=super.getPrivateNameSV(Hd);return Hd=Hd,delete Hd.id,Hd.name=Jd,Hd.type="PrivateIdentifier",Hd}isPrivateName(Hd){return this.getPluginOption("estree","classFeatures")?Hd.type==="PrivateIdentifier":super.isPrivateName(Hd)}getPrivateNameSV(Hd){return this.getPluginOption("estree","classFeatures")?Hd.name:super.getPrivateNameSV(Hd)}parseLiteral(Hd,Jd){let If=super.parseLiteral(Hd,Jd);return If.raw=If.extra.raw,delete If.extra,If}parseFunctionBody(Hd,Jd,If=!1){super.parseFunctionBody(Hd,Jd,If),Hd.expression=Hd.body.type!=="BlockStatement"}parseMethod(Hd,Jd,If,Qf,_h,$h,Vh=!1){let im=this.startNode();return im.kind=Hd.kind,im=super.parseMethod(im,Jd,If,Qf,_h,$h,Vh),im.type="FunctionExpression",delete im.kind,Hd.value=im,$h==="ClassPrivateMethod"&&(Hd.computed=!1),this.finishNode(Hd,"MethodDefinition")}nameIsConstructor(Hd){return Hd.type==="Literal"?Hd.value==="constructor":super.nameIsConstructor(Hd)}parseClassProperty(...Hd){let Jd=super.parseClassProperty(...Hd);return this.getPluginOption("estree","classFeatures")&&(Jd.type="PropertyDefinition"),Jd}parseClassPrivateProperty(...Hd){let Jd=super.parseClassPrivateProperty(...Hd);return this.getPluginOption("estree","classFeatures")&&(Jd.type="PropertyDefinition",Jd.computed=!1),Jd}parseObjectMethod(Hd,Jd,If,Qf,_h){let $h=super.parseObjectMethod(Hd,Jd,If,Qf,_h);return $h&&($h.type="Property",$h.kind==="method"&&($h.kind="init"),$h.shorthand=!1),$h}parseObjectProperty(Hd,Jd,If,Qf){let _h=super.parseObjectProperty(Hd,Jd,If,Qf);return _h&&(_h.kind="init",_h.type="Property"),_h}isValidLVal(Hd,Jd,If){return Hd==="Property"?"value":super.isValidLVal(Hd,Jd,If)}isAssignable(Hd,Jd){return Hd!=null&&this.isObjectProperty(Hd)?this.isAssignable(Hd.value,Jd):super.isAssignable(Hd,Jd)}toAssignable(Hd,Jd=!1){if(Hd!=null&&this.isObjectProperty(Hd)){let{key:If,value:Qf}=Hd;this.isPrivateName(If)&&this.classScope.usePrivateName(this.getPrivateNameSV(If),If.loc.start),this.toAssignable(Qf,Jd)}else super.toAssignable(Hd,Jd)}toAssignableObjectExpressionProp(Hd,Jd,If){Hd.type==="Property"&&(Hd.kind==="get"||Hd.kind==="set")?this.raise(Nd.PatternHasAccessor,Hd.key):Hd.type==="Property"&&Hd.method?this.raise(Nd.PatternHasMethod,Hd.key):super.toAssignableObjectExpressionProp(Hd,Jd,If)}finishCallExpression(Hd,Jd){let If=super.finishCallExpression(Hd,Jd);if(If.callee.type==="Import"){if(If.type="ImportExpression",If.source=If.arguments[0],this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions")){var Qf,_h;If.options=(Qf=If.arguments[1])!=null?Qf:null,If.attributes=(_h=If.arguments[1])!=null?_h:null}delete If.arguments,delete If.callee}return If}toReferencedArguments(Hd){Hd.type!=="ImportExpression"&&super.toReferencedArguments(Hd)}parseExport(Hd,Jd){let If=this.state.lastTokStartLoc,Qf=super.parseExport(Hd,Jd);switch(Qf.type){case"ExportAllDeclaration":Qf.exported=null;break;case"ExportNamedDeclaration":Qf.specifiers.length===1&&Qf.specifiers[0].type==="ExportNamespaceSpecifier"&&(Qf.type="ExportAllDeclaration",Qf.exported=Qf.specifiers[0].exported,delete Qf.specifiers);case"ExportDefaultDeclaration":{var _h;let{declaration:$h}=Qf;($h==null?void 0:$h.type)==="ClassDeclaration"&&((_h=$h.decorators)==null?void 0:_h.length)>0&&$h.start===Qf.start&&this.resetStartLocation(Qf,If)}break}return Qf}parseSubscript(Hd,Jd,If,Qf){let _h=super.parseSubscript(Hd,Jd,If,Qf);if(Qf.optionalChainMember){if((_h.type==="OptionalMemberExpression"||_h.type==="OptionalCallExpression")&&(_h.type=_h.type.substring(8)),Qf.stop){let $h=this.startNodeAtNode(_h);return $h.expression=_h,this.finishNode($h,"ChainExpression")}}else(_h.type==="MemberExpression"||_h.type==="CallExpression")&&(_h.optional=!1);return _h}isOptionalMemberExpression(Hd){return Hd.type==="ChainExpression"?Hd.expression.type==="MemberExpression":super.isOptionalMemberExpression(Hd)}hasPropertyAsPrivateName(Hd){return Hd.type==="ChainExpression"&&(Hd=Hd.expression),super.hasPropertyAsPrivateName(Hd)}isObjectProperty(Hd){return Hd.type==="Property"&&Hd.kind==="init"&&!Hd.method}isObjectMethod(Hd){return Hd.type==="Property"&&(Hd.method||Hd.kind==="get"||Hd.kind==="set")}finishNodeAt(Hd,Jd,If){return Rd(super.finishNodeAt(Hd,Jd,If))}resetStartLocation(Hd,Jd){super.resetStartLocation(Hd,Jd),Rd(Hd)}resetEndLocation(Hd,Jd=this.state.lastTokEndLoc){super.resetEndLocation(Hd,Jd),Rd(Hd)}},Ld=class{constructor(Xd,Hd){this.token=void 0,this.preserveSpace=void 0,this.token=Xd,this.preserveSpace=!!Hd}},jd={brace:new Ld("{"),j_oTag:new Ld("<tag"),j_cTag:new Ld("</tag"),j_expr:new Ld("<tag>...</tag>",!0)};jd.template=new Ld("`",!0);var Pd=!0,Fd=!0,Ud=!0,Vd=!0,qd=!0,Wd=!0,zd=class{constructor(Xd,Hd={}){this.label=void 0,this.keyword=void 0,this.beforeExpr=void 0,this.startsExpr=void 0,this.rightAssociative=void 0,this.isLoop=void 0,this.isAssign=void 0,this.prefix=void 0,this.postfix=void 0,this.binop=void 0,this.label=Xd,this.keyword=Hd.keyword,this.beforeExpr=!!Hd.beforeExpr,this.startsExpr=!!Hd.startsExpr,this.rightAssociative=!!Hd.rightAssociative,this.isLoop=!!Hd.isLoop,this.isAssign=!!Hd.isAssign,this.prefix=!!Hd.prefix,this.postfix=!!Hd.postfix,this.binop=Hd.binop!=null?Hd.binop:null,this.updateContext=null}},Kd=new Map;function Qd(Xd,Hd={}){Hd.keyword=Xd;let Jd=Af(Xd,Hd);return Kd.set(Xd,Jd),Jd}function hf(Xd,Hd){return Af(Xd,{beforeExpr:Pd,binop:Hd})}var gf=-1,bf=[],kf=[],Cf=[],Ef=[],yf=[],Mf=[];function Af(Xd,Hd={}){var Jd,If,Qf,_h;return++gf,kf.push(Xd),Cf.push((Jd=Hd.binop)!=null?Jd:-1),Ef.push((If=Hd.beforeExpr)!=null?If:!1),yf.push((Qf=Hd.startsExpr)!=null?Qf:!1),Mf.push((_h=Hd.prefix)!=null?_h:!1),bf.push(new zd(Xd,Hd)),gf}function Zd(Xd,Hd={}){var Jd,If,Qf,_h;return++gf,Kd.set(Xd,gf),kf.push(Xd),Cf.push((Jd=Hd.binop)!=null?Jd:-1),Ef.push((If=Hd.beforeExpr)!=null?If:!1),yf.push((Qf=Hd.startsExpr)!=null?Qf:!1),Mf.push((_h=Hd.prefix)!=null?_h:!1),bf.push(new zd("name",Hd)),gf}var mf={bracketL:Af("[",{beforeExpr:Pd,startsExpr:Fd}),bracketHashL:Af("#[",{beforeExpr:Pd,startsExpr:Fd}),bracketBarL:Af("[|",{beforeExpr:Pd,startsExpr:Fd}),bracketR:Af("]"),bracketBarR:Af("|]"),braceL:Af("{",{beforeExpr:Pd,startsExpr:Fd}),braceBarL:Af("{|",{beforeExpr:Pd,startsExpr:Fd}),braceHashL:Af("#{",{beforeExpr:Pd,startsExpr:Fd}),braceR:Af("}"),braceBarR:Af("|}"),parenL:Af("(",{beforeExpr:Pd,startsExpr:Fd}),parenR:Af(")"),comma:Af(",",{beforeExpr:Pd}),semi:Af(";",{beforeExpr:Pd}),colon:Af(":",{beforeExpr:Pd}),doubleColon:Af("::",{beforeExpr:Pd}),dot:Af("."),question:Af("?",{beforeExpr:Pd}),questionDot:Af("?."),arrow:Af("=>",{beforeExpr:Pd}),template:Af("template"),ellipsis:Af("...",{beforeExpr:Pd}),backQuote:Af("`",{startsExpr:Fd}),dollarBraceL:Af("${",{beforeExpr:Pd,startsExpr:Fd}),templateTail:Af("...`",{startsExpr:Fd}),templateNonTail:Af("...${",{beforeExpr:Pd,startsExpr:Fd}),at:Af("@"),hash:Af("#",{startsExpr:Fd}),interpreterDirective:Af("#!..."),eq:Af("=",{beforeExpr:Pd,isAssign:Vd}),assign:Af("_=",{beforeExpr:Pd,isAssign:Vd}),slashAssign:Af("_=",{beforeExpr:Pd,isAssign:Vd}),xorAssign:Af("_=",{beforeExpr:Pd,isAssign:Vd}),moduloAssign:Af("_=",{beforeExpr:Pd,isAssign:Vd}),incDec:Af("++/--",{prefix:qd,postfix:Wd,startsExpr:Fd}),bang:Af("!",{beforeExpr:Pd,prefix:qd,startsExpr:Fd}),tilde:Af("~",{beforeExpr:Pd,prefix:qd,startsExpr:Fd}),doubleCaret:Af("^^",{startsExpr:Fd}),doubleAt:Af("@@",{startsExpr:Fd}),pipeline:hf("|>",0),nullishCoalescing:hf("??",1),logicalOR:hf("||",1),logicalAND:hf("&&",2),bitwiseOR:hf("|",3),bitwiseXOR:hf("^",4),bitwiseAND:hf("&",5),equality:hf("==/!=/===/!==",6),lt:hf("</>/<=/>=",7),gt:hf("</>/<=/>=",7),relational:hf("</>/<=/>=",7),bitShift:hf("<</>>/>>>",8),bitShiftL:hf("<</>>/>>>",8),bitShiftR:hf("<</>>/>>>",8),plusMin:Af("+/-",{beforeExpr:Pd,binop:9,prefix:qd,startsExpr:Fd}),modulo:Af("%",{binop:10,startsExpr:Fd}),star:Af("*",{binop:10}),slash:hf("/",10),exponent:Af("**",{beforeExpr:Pd,binop:11,rightAssociative:!0}),_in:Qd("in",{beforeExpr:Pd,binop:7}),_instanceof:Qd("instanceof",{beforeExpr:Pd,binop:7}),_break:Qd("break"),_case:Qd("case",{beforeExpr:Pd}),_catch:Qd("catch"),_continue:Qd("continue"),_debugger:Qd("debugger"),_default:Qd("default",{beforeExpr:Pd}),_else:Qd("else",{beforeExpr:Pd}),_finally:Qd("finally"),_function:Qd("function",{startsExpr:Fd}),_if:Qd("if"),_return:Qd("return",{beforeExpr:Pd}),_switch:Qd("switch"),_throw:Qd("throw",{beforeExpr:Pd,prefix:qd,startsExpr:Fd}),_try:Qd("try"),_var:Qd("var"),_const:Qd("const"),_with:Qd("with"),_new:Qd("new",{beforeExpr:Pd,startsExpr:Fd}),_this:Qd("this",{startsExpr:Fd}),_super:Qd("super",{startsExpr:Fd}),_class:Qd("class",{startsExpr:Fd}),_extends:Qd("extends",{beforeExpr:Pd}),_export:Qd("export"),_import:Qd("import",{startsExpr:Fd}),_null:Qd("null",{startsExpr:Fd}),_true:Qd("true",{startsExpr:Fd}),_false:Qd("false",{startsExpr:Fd}),_typeof:Qd("typeof",{beforeExpr:Pd,prefix:qd,startsExpr:Fd}),_void:Qd("void",{beforeExpr:Pd,prefix:qd,startsExpr:Fd}),_delete:Qd("delete",{beforeExpr:Pd,prefix:qd,startsExpr:Fd}),_do:Qd("do",{isLoop:Ud,beforeExpr:Pd}),_for:Qd("for",{isLoop:Ud}),_while:Qd("while",{isLoop:Ud}),_as:Zd("as",{startsExpr:Fd}),_assert:Zd("assert",{startsExpr:Fd}),_async:Zd("async",{startsExpr:Fd}),_await:Zd("await",{startsExpr:Fd}),_defer:Zd("defer",{startsExpr:Fd}),_from:Zd("from",{startsExpr:Fd}),_get:Zd("get",{startsExpr:Fd}),_let:Zd("let",{startsExpr:Fd}),_meta:Zd("meta",{startsExpr:Fd}),_of:Zd("of",{startsExpr:Fd}),_sent:Zd("sent",{startsExpr:Fd}),_set:Zd("set",{startsExpr:Fd}),_source:Zd("source",{startsExpr:Fd}),_static:Zd("static",{startsExpr:Fd}),_using:Zd("using",{startsExpr:Fd}),_yield:Zd("yield",{startsExpr:Fd}),_asserts:Zd("asserts",{startsExpr:Fd}),_checks:Zd("checks",{startsExpr:Fd}),_exports:Zd("exports",{startsExpr:Fd}),_global:Zd("global",{startsExpr:Fd}),_implements:Zd("implements",{startsExpr:Fd}),_intrinsic:Zd("intrinsic",{startsExpr:Fd}),_infer:Zd("infer",{startsExpr:Fd}),_is:Zd("is",{startsExpr:Fd}),_mixins:Zd("mixins",{startsExpr:Fd}),_proto:Zd("proto",{startsExpr:Fd}),_require:Zd("require",{startsExpr:Fd}),_satisfies:Zd("satisfies",{startsExpr:Fd}),_keyof:Zd("keyof",{startsExpr:Fd}),_readonly:Zd("readonly",{startsExpr:Fd}),_unique:Zd("unique",{startsExpr:Fd}),_abstract:Zd("abstract",{startsExpr:Fd}),_declare:Zd("declare",{startsExpr:Fd}),_enum:Zd("enum",{startsExpr:Fd}),_module:Zd("module",{startsExpr:Fd}),_namespace:Zd("namespace",{startsExpr:Fd}),_interface:Zd("interface",{startsExpr:Fd}),_type:Zd("type",{startsExpr:Fd}),_opaque:Zd("opaque",{startsExpr:Fd}),name:Af("name",{startsExpr:Fd}),string:Af("string",{startsExpr:Fd}),num:Af("num",{startsExpr:Fd}),bigint:Af("bigint",{startsExpr:Fd}),decimal:Af("decimal",{startsExpr:Fd}),regexp:Af("regexp",{startsExpr:Fd}),privateName:Af("#name",{startsExpr:Fd}),eof:Af("eof"),jsxName:Af("jsxName"),jsxText:Af("jsxText",{beforeExpr:!0}),jsxTagStart:Af("jsxTagStart",{startsExpr:!0}),jsxTagEnd:Af("jsxTagEnd"),placeholder:Af("%%",{startsExpr:!0})};function Pf(Xd){return Xd>=93&&Xd<=132}function Ff(Xd){return Xd<=92}function Lf(Xd){return Xd>=58&&Xd<=132}function jf(Xd){return Xd>=58&&Xd<=136}function xf(Xd){return Ef[Xd]}function Nf(Xd){return yf[Xd]}function Bf(Xd){return Xd>=29&&Xd<=33}function Tf(Xd){return Xd>=129&&Xd<=131}function wf(Xd){return Xd>=90&&Xd<=92}function Of(Xd){return Xd>=58&&Xd<=92}function $f(Xd){return Xd>=39&&Xd<=59}function Wf(Xd){return Xd===34}function Kf(Xd){return Mf[Xd]}function Df(Xd){return Xd>=121&&Xd<=123}function qf(Xd){return Xd>=124&&Xd<=130}function Xf(Xd){return kf[Xd]}function hh(Xd){return Cf[Xd]}function Mh(Xd){return Xd===57}function wh(Xd){return Xd>=24&&Xd<=25}function Bh(Xd){return bf[Xd]}bf[8].updateContext=Xd=>{Xd.pop()},bf[5].updateContext=bf[7].updateContext=bf[23].updateContext=Xd=>{Xd.push(jd.brace)},bf[22].updateContext=Xd=>{Xd[Xd.length-1]===jd.template?Xd.pop():Xd.push(jd.template)},bf[142].updateContext=Xd=>{Xd.push(jd.j_expr,jd.j_oTag)};var Uh="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA--zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",oh="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‌‍‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍--9_・",Vf=new RegExp("["+Uh+"]"),Rf=new RegExp("["+Uh+oh+"]");Uh=oh=null;var Zf=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],Jf=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function Th(Xd,Hd){let Jd=65536;for(let If=0,Qf=Hd.length;If<Qf;If+=2){if(Jd+=Hd[If],Jd>Xd)return!1;if(Jd+=Hd[If+1],Jd>=Xd)return!0}return!1}function Ah(Xd){return Xd<65?Xd===36:Xd<=90?!0:Xd<97?Xd===95:Xd<=122?!0:Xd<=65535?Xd>=170&&Vf.test(String.fromCharCode(Xd)):Th(Xd,Zf)}function Gh(Xd){return Xd<48?Xd===36:Xd<58?!0:Xd<65?!1:Xd<=90?!0:Xd<97?Xd===95:Xd<=122?!0:Xd<=65535?Xd>=170&&Rf.test(String.fromCharCode(Xd)):Th(Xd,Zf)||Th(Xd,Jf)}var sm={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},kh=new Set(sm.keyword),Rh=new Set(sm.strict),jh=new Set(sm.strictBind);function cm(Xd,Hd){return Hd&&Xd==="await"||Xd==="enum"}function Tm(Xd,Hd){return cm(Xd,Hd)||Rh.has(Xd)}function Fm(Xd){return jh.has(Xd)}function Gm(Xd,Hd){return Tm(Xd,Hd)||Fm(Xd)}function s1(Xd){return kh.has(Xd)}function Km(Xd,Hd,Jd){return Xd===64&&Hd===64&&Ah(Jd)}var v1=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);function h1(Xd){return v1.has(Xd)}var F1=class{constructor(Xd){this.flags=0,this.names=new Map,this.firstLexicalName="",this.flags=Xd}},M1=class{constructor(Xd,Hd){this.parser=void 0,this.scopeStack=[],this.inModule=void 0,this.undefinedExports=new Map,this.parser=Xd,this.inModule=Hd}get inTopLevel(){return(this.currentScope().flags&1)>0}get inFunction(){return(this.currentVarScopeFlags()&2)>0}get allowSuper(){return(this.currentThisScopeFlags()&16)>0}get allowDirectSuper(){return(this.currentThisScopeFlags()&32)>0}get inClass(){return(this.currentThisScopeFlags()&64)>0}get inClassAndNotInNonArrowFunction(){let Xd=this.currentThisScopeFlags();return(Xd&64)>0&&(Xd&2)===0}get inStaticBlock(){for(let Xd=this.scopeStack.length-1;;Xd--){let{flags:Hd}=this.scopeStack[Xd];if(Hd&128)return!0;if(Hd&451)return!1}}get inNonArrowFunction(){return(this.currentThisScopeFlags()&2)>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}createScope(Xd){return new F1(Xd)}enter(Xd){this.scopeStack.push(this.createScope(Xd))}exit(){return this.scopeStack.pop().flags}treatFunctionsAsVarInScope(Xd){return!!(Xd.flags&130||!this.parser.inModule&&Xd.flags&1)}declareName(Xd,Hd,Jd){let If=this.currentScope();if(Hd&8||Hd&16){this.checkRedeclarationInScope(If,Xd,Hd,Jd);let Qf=If.names.get(Xd)||0;Hd&16?Qf=Qf|4:(If.firstLexicalName||(If.firstLexicalName=Xd),Qf=Qf|2),If.names.set(Xd,Qf),Hd&8&&this.maybeExportDefined(If,Xd)}else if(Hd&4)for(let Qf=this.scopeStack.length-1;Qf>=0&&(If=this.scopeStack[Qf],this.checkRedeclarationInScope(If,Xd,Hd,Jd),If.names.set(Xd,(If.names.get(Xd)||0)|1),this.maybeExportDefined(If,Xd),!(If.flags&387));--Qf);this.parser.inModule&&If.flags&1&&this.undefinedExports.delete(Xd)}maybeExportDefined(Xd,Hd){this.parser.inModule&&Xd.flags&1&&this.undefinedExports.delete(Hd)}checkRedeclarationInScope(Xd,Hd,Jd,If){this.isRedeclaredInScope(Xd,Hd,Jd)&&this.parser.raise(Nd.VarRedeclaration,If,{identifierName:Hd})}isRedeclaredInScope(Xd,Hd,Jd){if(!(Jd&1))return!1;if(Jd&8)return Xd.names.has(Hd);let If=Xd.names.get(Hd);return Jd&16?(If&2)>0||!this.treatFunctionsAsVarInScope(Xd)&&(If&1)>0:(If&2)>0&&!(Xd.flags&8&&Xd.firstLexicalName===Hd)||!this.treatFunctionsAsVarInScope(Xd)&&(If&4)>0}checkLocalExport(Xd){let{name:Hd}=Xd;this.scopeStack[0].names.has(Hd)||this.undefinedExports.set(Hd,Xd.loc.start)}currentScope(){return this.scopeStack[this.scopeStack.length-1]}currentVarScopeFlags(){for(let Xd=this.scopeStack.length-1;;Xd--){let{flags:Hd}=this.scopeStack[Xd];if(Hd&387)return Hd}}currentThisScopeFlags(){for(let Xd=this.scopeStack.length-1;;Xd--){let{flags:Hd}=this.scopeStack[Xd];if(Hd&451&&!(Hd&4))return Hd}}},E1=class extends F1{constructor(...Xd){super(...Xd),this.declareFunctions=new Set}},O1=class extends M1{createScope(Xd){return new E1(Xd)}declareName(Xd,Hd,Jd){let If=this.currentScope();if(Hd&2048){this.checkRedeclarationInScope(If,Xd,Hd,Jd),this.maybeExportDefined(If,Xd),If.declareFunctions.add(Xd);return}super.declareName(Xd,Hd,Jd)}isRedeclaredInScope(Xd,Hd,Jd){if(super.isRedeclaredInScope(Xd,Hd,Jd))return!0;if(Jd&2048&&!Xd.declareFunctions.has(Hd)){let If=Xd.names.get(Hd);return(If&4)>0||(If&2)>0}return!1}checkLocalExport(Xd){this.scopeStack[0].declareFunctions.has(Xd.name)||super.checkLocalExport(Xd)}},Hm=class{constructor(){this.sawUnambiguousESM=!1,this.ambiguousScriptDifferentAst=!1}hasPlugin(Xd){if(typeof Xd=="string")return this.plugins.has(Xd);{let[Hd,Jd]=Xd;if(!this.hasPlugin(Hd))return!1;let If=this.plugins.get(Hd);for(let Qf of Object.keys(Jd))if((If==null?void 0:If[Qf])!==Jd[Qf])return!1;return!0}}getPluginOption(Xd,Hd){var Jd;return(Jd=this.plugins.get(Xd))==null?void 0:Jd[Hd]}};function b1(Xd,Hd){Xd.trailingComments===void 0?Xd.trailingComments=Hd:Xd.trailingComments.unshift(...Hd)}function K1(Xd,Hd){Xd.leadingComments===void 0?Xd.leadingComments=Hd:Xd.leadingComments.unshift(...Hd)}function I1(Xd,Hd){Xd.innerComments===void 0?Xd.innerComments=Hd:Xd.innerComments.unshift(...Hd)}function zf(Xd,Hd,Jd){let If=null,Qf=Hd.length;for(;If===null&&Qf>0;)If=Hd[--Qf];If===null||If.start>Jd.start?I1(Xd,Jd.comments):b1(If,Jd.comments)}var Dh=class extends Hm{addComment(Xd){this.filename&&(Xd.loc.filename=this.filename);let{commentsLen:Hd}=this.state;this.comments.length!==Hd&&(this.comments.length=Hd),this.comments.push(Xd),this.state.commentsLen++}processComment(Xd){let{commentStack:Hd}=this.state,Jd=Hd.length;if(Jd===0)return;let If=Jd-1,Qf=Hd[If];Qf.start===Xd.end&&(Qf.leadingNode=Xd,If--);let{start:_h}=Xd;for(;If>=0;If--){let $h=Hd[If],Vh=$h.end;if(Vh>_h)$h.containingNode=Xd,this.finalizeComment($h),Hd.splice(If,1);else{Vh===_h&&($h.trailingNode=Xd);break}}}finalizeComment(Xd){let{comments:Hd}=Xd;if(Xd.leadingNode!==null||Xd.trailingNode!==null)Xd.leadingNode!==null&&b1(Xd.leadingNode,Hd),Xd.trailingNode!==null&&K1(Xd.trailingNode,Hd);else{let{containingNode:Jd,start:If}=Xd;if(this.input.charCodeAt(If-1)===44)switch(Jd.type){case"ObjectExpression":case"ObjectPattern":case"RecordExpression":zf(Jd,Jd.properties,Xd);break;case"CallExpression":case"OptionalCallExpression":zf(Jd,Jd.arguments,Xd);break;case"FunctionDeclaration":case"FunctionExpression":case"ArrowFunctionExpression":case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":zf(Jd,Jd.params,Xd);break;case"ArrayExpression":case"ArrayPattern":case"TupleExpression":zf(Jd,Jd.elements,Xd);break;case"ExportNamedDeclaration":case"ImportDeclaration":zf(Jd,Jd.specifiers,Xd);break;default:I1(Jd,Hd)}else I1(Jd,Hd)}}finalizeRemainingComments(){let{commentStack:Xd}=this.state;for(let Hd=Xd.length-1;Hd>=0;Hd--)this.finalizeComment(Xd[Hd]);this.state.commentStack=[]}resetPreviousNodeTrailingComments(Xd){let{commentStack:Hd}=this.state,{length:Jd}=Hd;if(Jd===0)return;let If=Hd[Jd-1];If.leadingNode===Xd&&(If.leadingNode=null)}resetPreviousIdentifierLeadingComments(Xd){let{commentStack:Hd}=this.state,{length:Jd}=Hd;Jd!==0&&(Hd[Jd-1].trailingNode===Xd?Hd[Jd-1].trailingNode=null:Jd>=2&&Hd[Jd-2].trailingNode===Xd&&(Hd[Jd-2].trailingNode=null))}takeSurroundingComments(Xd,Hd,Jd){let{commentStack:If}=this.state,Qf=If.length;if(Qf===0)return;let _h=Qf-1;for(;_h>=0;_h--){let $h=If[_h],Vh=$h.end;if($h.start===Jd)$h.leadingNode=Xd;else if(Vh===Hd)$h.trailingNode=Xd;else if(Vh<Hd)break}}},yh=/\r\n?|[\n\u2028\u2029]/,Ih=new RegExp(yh.source,"g");function Xh(Xd){switch(Xd){case 10:case 13:case 8232:case 8233:return!0;default:return!1}}var qh=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Zh=/(?:[^\S\n\r\u2028\u2029]|\/\/.*|\/\*.*?\*\/)*/g,Yh=new RegExp("(?=("+Zh.source+"))\\1"+/(?=[\n\r\u2028\u2029]|\/\*(?!.*?\*\/)|$)/.source,"y");function Fh(Xd){switch(Xd){case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return!0;default:return!1}}var zh=class rT{constructor(){this.flags=1024,this.curLine=void 0,this.lineStart=void 0,this.startLoc=void 0,this.endLoc=void 0,this.errors=[],this.potentialArrowAt=-1,this.noArrowAt=[],this.noArrowParamsConversionAt=[],this.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null},this.labels=[],this.commentsLen=0,this.commentStack=[],this.pos=0,this.type=139,this.value=null,this.start=0,this.end=0,this.lastTokEndLoc=null,this.lastTokStartLoc=null,this.context=[jd.brace],this.firstInvalidTemplateEscapePos=null,this.strictErrors=new Map,this.tokensLength=0}get strict(){return(this.flags&1)>0}set strict(Hd){Hd?this.flags|=1:this.flags&=-2}init({strictMode:Hd,sourceType:Jd,startLine:If,startColumn:Qf}){this.strict=Hd===!1?!1:Hd===!0?!0:Jd==="module",this.curLine=If,this.lineStart=-Qf,this.startLoc=this.endLoc=new Ja(If,Qf,0)}get maybeInArrowParameters(){return(this.flags&2)>0}set maybeInArrowParameters(Hd){Hd?this.flags|=2:this.flags&=-3}get inType(){return(this.flags&4)>0}set inType(Hd){Hd?this.flags|=4:this.flags&=-5}get noAnonFunctionType(){return(this.flags&8)>0}set noAnonFunctionType(Hd){Hd?this.flags|=8:this.flags&=-9}get hasFlowComment(){return(this.flags&16)>0}set hasFlowComment(Hd){Hd?this.flags|=16:this.flags&=-17}get isAmbientContext(){return(this.flags&32)>0}set isAmbientContext(Hd){Hd?this.flags|=32:this.flags&=-33}get inAbstractClass(){return(this.flags&64)>0}set inAbstractClass(Hd){Hd?this.flags|=64:this.flags&=-65}get inDisallowConditionalTypesContext(){return(this.flags&128)>0}set inDisallowConditionalTypesContext(Hd){Hd?this.flags|=128:this.flags&=-129}get soloAwait(){return(this.flags&256)>0}set soloAwait(Hd){Hd?this.flags|=256:this.flags&=-257}get inFSharpPipelineDirectBody(){return(this.flags&512)>0}set inFSharpPipelineDirectBody(Hd){Hd?this.flags|=512:this.flags&=-513}get canStartJSXElement(){return(this.flags&1024)>0}set canStartJSXElement(Hd){Hd?this.flags|=1024:this.flags&=-1025}get containsEsc(){return(this.flags&2048)>0}set containsEsc(Hd){Hd?this.flags|=2048:this.flags&=-2049}curPosition(){return new Ja(this.curLine,this.pos-this.lineStart,this.pos)}clone(){let Hd=new rT;return Hd.flags=this.flags,Hd.curLine=this.curLine,Hd.lineStart=this.lineStart,Hd.startLoc=this.startLoc,Hd.endLoc=this.endLoc,Hd.errors=this.errors.slice(),Hd.potentialArrowAt=this.potentialArrowAt,Hd.noArrowAt=this.noArrowAt.slice(),Hd.noArrowParamsConversionAt=this.noArrowParamsConversionAt.slice(),Hd.topicContext=this.topicContext,Hd.labels=this.labels.slice(),Hd.commentsLen=this.commentsLen,Hd.commentStack=this.commentStack.slice(),Hd.pos=this.pos,Hd.type=this.type,Hd.value=this.value,Hd.start=this.start,Hd.end=this.end,Hd.lastTokEndLoc=this.lastTokEndLoc,Hd.lastTokStartLoc=this.lastTokStartLoc,Hd.context=this.context.slice(),Hd.firstInvalidTemplateEscapePos=this.firstInvalidTemplateEscapePos,Hd.strictErrors=this.strictErrors,Hd.tokensLength=this.tokensLength,Hd}},om=function(Xd){return Xd>=48&&Xd<=57},fm={decBinOct:new Set([46,66,69,79,95,98,101,111]),hex:new Set([46,88,95,120])},uh={bin:Xd=>Xd===48||Xd===49,oct:Xd=>Xd>=48&&Xd<=55,dec:Xd=>Xd>=48&&Xd<=57,hex:Xd=>Xd>=48&&Xd<=57||Xd>=65&&Xd<=70||Xd>=97&&Xd<=102};function Om(Xd,Hd,Jd,If,Qf,_h){let $h=Jd,Vh=If,im=Qf,Qh="",$m=null,Qm=Jd,{length:r1}=Hd;for(;;){if(Jd>=r1){_h.unterminated($h,Vh,im),Qh+=Hd.slice(Qm,Jd);break}let a1=Hd.charCodeAt(Jd);if(l1(Xd,a1,Hd,Jd)){Qh+=Hd.slice(Qm,Jd);break}if(a1===92){Qh+=Hd.slice(Qm,Jd);let D1=y1(Hd,Jd,If,Qf,Xd==="template",_h);D1.ch===null&&!$m?$m={pos:Jd,lineStart:If,curLine:Qf}:Qh+=D1.ch,{pos:Jd,lineStart:If,curLine:Qf}=D1,Qm=Jd}else a1===8232||a1===8233?(++Jd,++Qf,If=Jd):a1===10||a1===13?Xd==="template"?(Qh+=Hd.slice(Qm,Jd)+`
`,++Jd,a1===13&&Hd.charCodeAt(Jd)===10&&++Jd,++Qf,Qm=If=Jd):_h.unterminated($h,Vh,im):++Jd}return{pos:Jd,str:Qh,firstInvalidLoc:$m,lineStart:If,curLine:Qf,containsInvalid:!!$m}}function l1(Xd,Hd,Jd,If){return Xd==="template"?Hd===96||Hd===36&&Jd.charCodeAt(If+1)===123:Hd===(Xd==="double"?34:39)}function y1(Xd,Hd,Jd,If,Qf,_h){let $h=!Qf;Hd++;let Vh=Qh=>({pos:Hd,ch:Qh,lineStart:Jd,curLine:If}),im=Xd.charCodeAt(Hd++);switch(im){case 110:return Vh(`
`);case 114:return Vh("\r");case 120:{let Qh;return{code:Qh,pos:Hd}=c1(Xd,Hd,Jd,If,2,!1,$h,_h),Vh(Qh===null?null:String.fromCharCode(Qh))}case 117:{let Qh;return{code:Qh,pos:Hd}=C1(Xd,Hd,Jd,If,$h,_h),Vh(Qh===null?null:String.fromCodePoint(Qh))}case 116:return Vh(" ");case 98:return Vh("\b");case 118:return Vh("\v");case 102:return Vh("\f");case 13:Xd.charCodeAt(Hd)===10&&++Hd;case 10:Jd=Hd,++If;case 8232:case 8233:return Vh("");case 56:case 57:if(Qf)return Vh(null);_h.strictNumericEscape(Hd-1,Jd,If);default:if(im>=48&&im<=55){let Qh=Hd-1,$m=/^[0-7]+/.exec(Xd.slice(Qh,Hd+2))[0],Qm=parseInt($m,8);Qm>255&&($m=$m.slice(0,-1),Qm=parseInt($m,8)),Hd+=$m.length-1;let r1=Xd.charCodeAt(Hd);if($m!=="0"||r1===56||r1===57){if(Qf)return Vh(null);_h.strictNumericEscape(Qh,Jd,If)}return Vh(String.fromCharCode(Qm))}return Vh(String.fromCharCode(im))}}function c1(Xd,Hd,Jd,If,Qf,_h,$h,Vh){let im=Hd,Qh;return{n:Qh,pos:Hd}=Pm(Xd,Hd,Jd,If,16,Qf,_h,!1,Vh,!$h),Qh===null&&($h?Vh.invalidEscapeSequence(im,Jd,If):Hd=im-1),{code:Qh,pos:Hd}}function Pm(Xd,Hd,Jd,If,Qf,_h,$h,Vh,im,Qh){let $m=Hd,Qm=Qf===16?fm.hex:fm.decBinOct,r1=Qf===16?uh.hex:Qf===10?uh.dec:Qf===8?uh.oct:uh.bin,a1=!1,D1=0;for(let f0=0,U1=_h??1/0;f0<U1;++f0){let X1=Xd.charCodeAt(Hd),R0;if(X1===95&&Vh!=="bail"){let K_=Xd.charCodeAt(Hd-1),Tv=Xd.charCodeAt(Hd+1);if(Vh){if(Number.isNaN(Tv)||!r1(Tv)||Qm.has(K_)||Qm.has(Tv)){if(Qh)return{n:null,pos:Hd};im.unexpectedNumericSeparator(Hd,Jd,If)}}else{if(Qh)return{n:null,pos:Hd};im.numericSeparatorInEscapeSequence(Hd,Jd,If)}++Hd;continue}if(X1>=97?R0=X1-97+10:X1>=65?R0=X1-65+10:om(X1)?R0=X1-48:R0=1/0,R0>=Qf){if(R0<=9&&Qh)return{n:null,pos:Hd};if(R0<=9&&im.invalidDigit(Hd,Jd,If,Qf))R0=0;else if($h)R0=0,a1=!0;else break}++Hd,D1=D1*Qf+R0}return Hd===$m||_h!=null&&Hd-$m!==_h||a1?{n:null,pos:Hd}:{n:D1,pos:Hd}}function C1(Xd,Hd,Jd,If,Qf,_h){let $h=Xd.charCodeAt(Hd),Vh;if($h===123){if(++Hd,{code:Vh,pos:Hd}=c1(Xd,Hd,Jd,If,Xd.indexOf("}",Hd)-Hd,!0,Qf,_h),++Hd,Vh!==null&&Vh>1114111)if(Qf)_h.invalidCodePoint(Hd,Jd,If);else return{code:null,pos:Hd}}else({code:Vh,pos:Hd}=c1(Xd,Hd,Jd,If,4,!1,Qf,_h));return{code:Vh,pos:Hd}}function m1(Xd,Hd,Jd){return new Ja(Jd,Xd-Hd,Xd)}var d1=new Set([103,109,115,105,121,117,100,118]),Ch=class{constructor(Xd){this.type=Xd.type,this.value=Xd.value,this.start=Xd.start,this.end=Xd.end,this.loc=new ed(Xd.startLoc,Xd.endLoc)}},Kh=class extends Dh{constructor(Xd,Hd){super(),this.isLookahead=void 0,this.tokens=[],this.errorHandlers_readInt={invalidDigit:(Jd,If,Qf,_h)=>this.options.errorRecovery?(this.raise(Nd.InvalidDigit,m1(Jd,If,Qf),{radix:_h}),!0):!1,numericSeparatorInEscapeSequence:this.errorBuilder(Nd.NumericSeparatorInEscapeSequence),unexpectedNumericSeparator:this.errorBuilder(Nd.UnexpectedNumericSeparator)},this.errorHandlers_readCodePoint=Object.assign({},this.errorHandlers_readInt,{invalidEscapeSequence:this.errorBuilder(Nd.InvalidEscapeSequence),invalidCodePoint:this.errorBuilder(Nd.InvalidCodePoint)}),this.errorHandlers_readStringContents_string=Object.assign({},this.errorHandlers_readCodePoint,{strictNumericEscape:(Jd,If,Qf)=>{this.recordStrictModeErrors(Nd.StrictNumericEscape,m1(Jd,If,Qf))},unterminated:(Jd,If,Qf)=>{throw this.raise(Nd.UnterminatedString,m1(Jd-1,If,Qf))}}),this.errorHandlers_readStringContents_template=Object.assign({},this.errorHandlers_readCodePoint,{strictNumericEscape:this.errorBuilder(Nd.StrictNumericEscape),unterminated:(Jd,If,Qf)=>{throw this.raise(Nd.UnterminatedTemplate,m1(Jd,If,Qf))}}),this.state=new zh,this.state.init(Xd),this.input=Hd,this.length=Hd.length,this.comments=[],this.isLookahead=!1}pushToken(Xd){this.tokens.length=this.state.tokensLength,this.tokens.push(Xd),++this.state.tokensLength}next(){this.checkKeywordEscapes(),this.options.tokens&&this.pushToken(new Ch(this.state)),this.state.lastTokEndLoc=this.state.endLoc,this.state.lastTokStartLoc=this.state.startLoc,this.nextToken()}eat(Xd){return this.match(Xd)?(this.next(),!0):!1}match(Xd){return this.state.type===Xd}createLookaheadState(Xd){return{pos:Xd.pos,value:null,type:Xd.type,start:Xd.start,end:Xd.end,context:[this.curContext()],inType:Xd.inType,startLoc:Xd.startLoc,lastTokEndLoc:Xd.lastTokEndLoc,curLine:Xd.curLine,lineStart:Xd.lineStart,curPosition:Xd.curPosition}}lookahead(){let Xd=this.state;this.state=this.createLookaheadState(Xd),this.isLookahead=!0,this.nextToken(),this.isLookahead=!1;let Hd=this.state;return this.state=Xd,Hd}nextTokenStart(){return this.nextTokenStartSince(this.state.pos)}nextTokenStartSince(Xd){return qh.lastIndex=Xd,qh.test(this.input)?qh.lastIndex:Xd}lookaheadCharCode(){return this.input.charCodeAt(this.nextTokenStart())}nextTokenInLineStart(){return this.nextTokenInLineStartSince(this.state.pos)}nextTokenInLineStartSince(Xd){return Zh.lastIndex=Xd,Zh.test(this.input)?Zh.lastIndex:Xd}lookaheadInLineCharCode(){return this.input.charCodeAt(this.nextTokenInLineStart())}codePointAtPos(Xd){let Hd=this.input.charCodeAt(Xd);if((Hd&64512)===55296&&++Xd<this.input.length){let Jd=this.input.charCodeAt(Xd);(Jd&64512)===56320&&(Hd=65536+((Hd&1023)<<10)+(Jd&1023))}return Hd}setStrict(Xd){this.state.strict=Xd,Xd&&(this.state.strictErrors.forEach(([Hd,Jd])=>this.raise(Hd,Jd)),this.state.strictErrors.clear())}curContext(){return this.state.context[this.state.context.length-1]}nextToken(){if(this.skipSpace(),this.state.start=this.state.pos,this.isLookahead||(this.state.startLoc=this.state.curPosition()),this.state.pos>=this.length){this.finishToken(139);return}this.getTokenFromCode(this.codePointAtPos(this.state.pos))}skipBlockComment(Xd){let Hd;this.isLookahead||(Hd=this.state.curPosition());let Jd=this.state.pos,If=this.input.indexOf(Xd,Jd+2);if(If===-1)throw this.raise(Nd.UnterminatedComment,this.state.curPosition());for(this.state.pos=If+Xd.length,Ih.lastIndex=Jd+2;Ih.test(this.input)&&Ih.lastIndex<=If;)++this.state.curLine,this.state.lineStart=Ih.lastIndex;if(this.isLookahead)return;let Qf={type:"CommentBlock",value:this.input.slice(Jd+2,If),start:Jd,end:If+Xd.length,loc:new ed(Hd,this.state.curPosition())};return this.options.tokens&&this.pushToken(Qf),Qf}skipLineComment(Xd){let Hd=this.state.pos,Jd;this.isLookahead||(Jd=this.state.curPosition());let If=this.input.charCodeAt(this.state.pos+=Xd);if(this.state.pos<this.length)for(;!Xh(If)&&++this.state.pos<this.length;)If=this.input.charCodeAt(this.state.pos);if(this.isLookahead)return;let Qf=this.state.pos,_h={type:"CommentLine",value:this.input.slice(Hd+Xd,Qf),start:Hd,end:Qf,loc:new ed(Jd,this.state.curPosition())};return this.options.tokens&&this.pushToken(_h),_h}skipSpace(){let Xd=this.state.pos,Hd=[];e:for(;this.state.pos<this.length;){let Jd=this.input.charCodeAt(this.state.pos);switch(Jd){case 32:case 160:case 9:++this.state.pos;break;case 13:this.input.charCodeAt(this.state.pos+1)===10&&++this.state.pos;case 10:case 8232:case 8233:++this.state.pos,++this.state.curLine,this.state.lineStart=this.state.pos;break;case 47:switch(this.input.charCodeAt(this.state.pos+1)){case 42:{let If=this.skipBlockComment("*/");If!==void 0&&(this.addComment(If),this.options.attachComment&&Hd.push(If));break}case 47:{let If=this.skipLineComment(2);If!==void 0&&(this.addComment(If),this.options.attachComment&&Hd.push(If));break}default:break e}break;default:if(Fh(Jd))++this.state.pos;else if(Jd===45&&!this.inModule&&this.options.annexB){let If=this.state.pos;if(this.input.charCodeAt(If+1)===45&&this.input.charCodeAt(If+2)===62&&(Xd===0||this.state.lineStart>Xd)){let Qf=this.skipLineComment(3);Qf!==void 0&&(this.addComment(Qf),this.options.attachComment&&Hd.push(Qf))}else break e}else if(Jd===60&&!this.inModule&&this.options.annexB){let If=this.state.pos;if(this.input.charCodeAt(If+1)===33&&this.input.charCodeAt(If+2)===45&&this.input.charCodeAt(If+3)===45){let Qf=this.skipLineComment(4);Qf!==void 0&&(this.addComment(Qf),this.options.attachComment&&Hd.push(Qf))}else break e}else break e}}if(Hd.length>0){let Jd=this.state.pos,If={start:Xd,end:Jd,comments:Hd,leadingNode:null,trailingNode:null,containingNode:null};this.state.commentStack.push(If)}}finishToken(Xd,Hd){this.state.end=this.state.pos,this.state.endLoc=this.state.curPosition();let Jd=this.state.type;this.state.type=Xd,this.state.value=Hd,this.isLookahead||this.updateContext(Jd)}replaceToken(Xd){this.state.type=Xd,this.updateContext()}readToken_numberSign(){if(this.state.pos===0&&this.readToken_interpreter())return;let Xd=this.state.pos+1,Hd=this.codePointAtPos(Xd);if(Hd>=48&&Hd<=57)throw this.raise(Nd.UnexpectedDigitAfterHash,this.state.curPosition());if(Hd===123||Hd===91&&this.hasPlugin("recordAndTuple")){if(this.expectPlugin("recordAndTuple"),this.getPluginOption("recordAndTuple","syntaxType")==="bar")throw this.raise(Hd===123?Nd.RecordExpressionHashIncorrectStartSyntaxType:Nd.TupleExpressionHashIncorrectStartSyntaxType,this.state.curPosition());this.state.pos+=2,Hd===123?this.finishToken(7):this.finishToken(1)}else Ah(Hd)?(++this.state.pos,this.finishToken(138,this.readWord1(Hd))):Hd===92?(++this.state.pos,this.finishToken(138,this.readWord1())):this.finishOp(27,1)}readToken_dot(){let Xd=this.input.charCodeAt(this.state.pos+1);if(Xd>=48&&Xd<=57){this.readNumber(!0);return}Xd===46&&this.input.charCodeAt(this.state.pos+2)===46?(this.state.pos+=3,this.finishToken(21)):(++this.state.pos,this.finishToken(16))}readToken_slash(){this.input.charCodeAt(this.state.pos+1)===61?this.finishOp(31,2):this.finishOp(56,1)}readToken_interpreter(){if(this.state.pos!==0||this.length<2)return!1;let Xd=this.input.charCodeAt(this.state.pos+1);if(Xd!==33)return!1;let Hd=this.state.pos;for(this.state.pos+=1;!Xh(Xd)&&++this.state.pos<this.length;)Xd=this.input.charCodeAt(this.state.pos);let Jd=this.input.slice(Hd+2,this.state.pos);return this.finishToken(28,Jd),!0}readToken_mult_modulo(Xd){let Hd=Xd===42?55:54,Jd=1,If=this.input.charCodeAt(this.state.pos+1);Xd===42&&If===42&&(Jd++,If=this.input.charCodeAt(this.state.pos+2),Hd=57),If===61&&!this.state.inType&&(Jd++,Hd=Xd===37?33:30),this.finishOp(Hd,Jd)}readToken_pipe_amp(Xd){let Hd=this.input.charCodeAt(this.state.pos+1);if(Hd===Xd){this.input.charCodeAt(this.state.pos+2)===61?this.finishOp(30,3):this.finishOp(Xd===124?41:42,2);return}if(Xd===124){if(Hd===62){this.finishOp(39,2);return}if(this.hasPlugin("recordAndTuple")&&Hd===125){if(this.getPluginOption("recordAndTuple","syntaxType")!=="bar")throw this.raise(Nd.RecordExpressionBarIncorrectEndSyntaxType,this.state.curPosition());this.state.pos+=2,this.finishToken(9);return}if(this.hasPlugin("recordAndTuple")&&Hd===93){if(this.getPluginOption("recordAndTuple","syntaxType")!=="bar")throw this.raise(Nd.TupleExpressionBarIncorrectEndSyntaxType,this.state.curPosition());this.state.pos+=2,this.finishToken(4);return}}if(Hd===61){this.finishOp(30,2);return}this.finishOp(Xd===124?43:45,1)}readToken_caret(){let Xd=this.input.charCodeAt(this.state.pos+1);Xd===61&&!this.state.inType?this.finishOp(32,2):Xd===94&&this.hasPlugin(["pipelineOperator",{proposal:"hack",topicToken:"^^"}])?(this.finishOp(37,2),this.input.codePointAt(this.state.pos)===94&&this.unexpected()):this.finishOp(44,1)}readToken_atSign(){this.input.charCodeAt(this.state.pos+1)===64&&this.hasPlugin(["pipelineOperator",{proposal:"hack",topicToken:"@@"}])?this.finishOp(38,2):this.finishOp(26,1)}readToken_plus_min(Xd){let Hd=this.input.charCodeAt(this.state.pos+1);if(Hd===Xd){this.finishOp(34,2);return}Hd===61?this.finishOp(30,2):this.finishOp(53,1)}readToken_lt(){let{pos:Xd}=this.state,Hd=this.input.charCodeAt(Xd+1);if(Hd===60){if(this.input.charCodeAt(Xd+2)===61){this.finishOp(30,3);return}this.finishOp(51,2);return}if(Hd===61){this.finishOp(49,2);return}this.finishOp(47,1)}readToken_gt(){let{pos:Xd}=this.state,Hd=this.input.charCodeAt(Xd+1);if(Hd===62){let Jd=this.input.charCodeAt(Xd+2)===62?3:2;if(this.input.charCodeAt(Xd+Jd)===61){this.finishOp(30,Jd+1);return}this.finishOp(52,Jd);return}if(Hd===61){this.finishOp(49,2);return}this.finishOp(48,1)}readToken_eq_excl(Xd){let Hd=this.input.charCodeAt(this.state.pos+1);if(Hd===61){this.finishOp(46,this.input.charCodeAt(this.state.pos+2)===61?3:2);return}if(Xd===61&&Hd===62){this.state.pos+=2,this.finishToken(19);return}this.finishOp(Xd===61?29:35,1)}readToken_question(){let Xd=this.input.charCodeAt(this.state.pos+1),Hd=this.input.charCodeAt(this.state.pos+2);Xd===63?Hd===61?this.finishOp(30,3):this.finishOp(40,2):Xd===46&&!(Hd>=48&&Hd<=57)?(this.state.pos+=2,this.finishToken(18)):(++this.state.pos,this.finishToken(17))}getTokenFromCode(Xd){switch(Xd){case 46:this.readToken_dot();return;case 40:++this.state.pos,this.finishToken(10);return;case 41:++this.state.pos,this.finishToken(11);return;case 59:++this.state.pos,this.finishToken(13);return;case 44:++this.state.pos,this.finishToken(12);return;case 91:if(this.hasPlugin("recordAndTuple")&&this.input.charCodeAt(this.state.pos+1)===124){if(this.getPluginOption("recordAndTuple","syntaxType")!=="bar")throw this.raise(Nd.TupleExpressionBarIncorrectStartSyntaxType,this.state.curPosition());this.state.pos+=2,this.finishToken(2)}else++this.state.pos,this.finishToken(0);return;case 93:++this.state.pos,this.finishToken(3);return;case 123:if(this.hasPlugin("recordAndTuple")&&this.input.charCodeAt(this.state.pos+1)===124){if(this.getPluginOption("recordAndTuple","syntaxType")!=="bar")throw this.raise(Nd.RecordExpressionBarIncorrectStartSyntaxType,this.state.curPosition());this.state.pos+=2,this.finishToken(6)}else++this.state.pos,this.finishToken(5);return;case 125:++this.state.pos,this.finishToken(8);return;case 58:this.hasPlugin("functionBind")&&this.input.charCodeAt(this.state.pos+1)===58?this.finishOp(15,2):(++this.state.pos,this.finishToken(14));return;case 63:this.readToken_question();return;case 96:this.readTemplateToken();return;case 48:{let Hd=this.input.charCodeAt(this.state.pos+1);if(Hd===120||Hd===88){this.readRadixNumber(16);return}if(Hd===111||Hd===79){this.readRadixNumber(8);return}if(Hd===98||Hd===66){this.readRadixNumber(2);return}}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:this.readNumber(!1);return;case 34:case 39:this.readString(Xd);return;case 47:this.readToken_slash();return;case 37:case 42:this.readToken_mult_modulo(Xd);return;case 124:case 38:this.readToken_pipe_amp(Xd);return;case 94:this.readToken_caret();return;case 43:case 45:this.readToken_plus_min(Xd);return;case 60:this.readToken_lt();return;case 62:this.readToken_gt();return;case 61:case 33:this.readToken_eq_excl(Xd);return;case 126:this.finishOp(36,1);return;case 64:this.readToken_atSign();return;case 35:this.readToken_numberSign();return;case 92:this.readWord();return;default:if(Ah(Xd)){this.readWord(Xd);return}}throw this.raise(Nd.InvalidOrUnexpectedToken,this.state.curPosition(),{unexpected:String.fromCodePoint(Xd)})}finishOp(Xd,Hd){let Jd=this.input.slice(this.state.pos,this.state.pos+Hd);this.state.pos+=Hd,this.finishToken(Xd,Jd)}readRegexp(){let Xd=this.state.startLoc,Hd=this.state.start+1,Jd,If,{pos:Qf}=this.state;for(;;++Qf){if(Qf>=this.length)throw this.raise(Nd.UnterminatedRegExp,td(Xd,1));let im=this.input.charCodeAt(Qf);if(Xh(im))throw this.raise(Nd.UnterminatedRegExp,td(Xd,1));if(Jd)Jd=!1;else{if(im===91)If=!0;else if(im===93&&If)If=!1;else if(im===47&&!If)break;Jd=im===92}}let _h=this.input.slice(Hd,Qf);++Qf;let $h="",Vh=()=>td(Xd,Qf+2-Hd);for(;Qf<this.length;){let im=this.codePointAtPos(Qf),Qh=String.fromCharCode(im);if(d1.has(im))im===118?$h.includes("u")&&this.raise(Nd.IncompatibleRegExpUVFlags,Vh()):im===117&&$h.includes("v")&&this.raise(Nd.IncompatibleRegExpUVFlags,Vh()),$h.includes(Qh)&&this.raise(Nd.DuplicateRegExpFlags,Vh());else if(Gh(im)||im===92)this.raise(Nd.MalformedRegExpFlags,Vh());else break;++Qf,$h+=Qh}this.state.pos=Qf,this.finishToken(137,{pattern:_h,flags:$h})}readInt(Xd,Hd,Jd=!1,If=!0){let{n:Qf,pos:_h}=Pm(this.input,this.state.pos,this.state.lineStart,this.state.curLine,Xd,Hd,Jd,If,this.errorHandlers_readInt,!1);return this.state.pos=_h,Qf}readRadixNumber(Xd){let Hd=this.state.curPosition(),Jd=!1;this.state.pos+=2;let If=this.readInt(Xd);If==null&&this.raise(Nd.InvalidDigit,td(Hd,2),{radix:Xd});let Qf=this.input.charCodeAt(this.state.pos);if(Qf===110)++this.state.pos,Jd=!0;else if(Qf===109)throw this.raise(Nd.InvalidDecimal,Hd);if(Ah(this.codePointAtPos(this.state.pos)))throw this.raise(Nd.NumberIdentifier,this.state.curPosition());if(Jd){let _h=this.input.slice(Hd.index,this.state.pos).replace(/[_n]/g,"");this.finishToken(135,_h);return}this.finishToken(134,If)}readNumber(Xd){let Hd=this.state.pos,Jd=this.state.curPosition(),If=!1,Qf=!1,_h=!1,$h=!1,Vh=!1;!Xd&&this.readInt(10)===null&&this.raise(Nd.InvalidNumber,this.state.curPosition());let im=this.state.pos-Hd>=2&&this.input.charCodeAt(Hd)===48;if(im){let r1=this.input.slice(Hd,this.state.pos);if(this.recordStrictModeErrors(Nd.StrictOctalLiteral,Jd),!this.state.strict){let a1=r1.indexOf("_");a1>0&&this.raise(Nd.ZeroDigitNumericSeparator,td(Jd,a1))}Vh=im&&!/[89]/.test(r1)}let Qh=this.input.charCodeAt(this.state.pos);if(Qh===46&&!Vh&&(++this.state.pos,this.readInt(10),If=!0,Qh=this.input.charCodeAt(this.state.pos)),(Qh===69||Qh===101)&&!Vh&&(Qh=this.input.charCodeAt(++this.state.pos),(Qh===43||Qh===45)&&++this.state.pos,this.readInt(10)===null&&this.raise(Nd.InvalidOrMissingExponent,Jd),If=!0,$h=!0,Qh=this.input.charCodeAt(this.state.pos)),Qh===110&&((If||im)&&this.raise(Nd.InvalidBigIntLiteral,Jd),++this.state.pos,Qf=!0),Qh===109&&(this.expectPlugin("decimal",this.state.curPosition()),($h||im)&&this.raise(Nd.InvalidDecimal,Jd),++this.state.pos,_h=!0),Ah(this.codePointAtPos(this.state.pos)))throw this.raise(Nd.NumberIdentifier,this.state.curPosition());let $m=this.input.slice(Hd,this.state.pos).replace(/[_mn]/g,"");if(Qf){this.finishToken(135,$m);return}if(_h){this.finishToken(136,$m);return}let Qm=Vh?parseInt($m,8):parseFloat($m);this.finishToken(134,Qm)}readCodePoint(Xd){let{code:Hd,pos:Jd}=C1(this.input,this.state.pos,this.state.lineStart,this.state.curLine,Xd,this.errorHandlers_readCodePoint);return this.state.pos=Jd,Hd}readString(Xd){let{str:Hd,pos:Jd,curLine:If,lineStart:Qf}=Om(Xd===34?"double":"single",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_string);this.state.pos=Jd+1,this.state.lineStart=Qf,this.state.curLine=If,this.finishToken(133,Hd)}readTemplateContinuation(){this.match(8)||this.unexpected(null,8),this.state.pos--,this.readTemplateToken()}readTemplateToken(){let Xd=this.input[this.state.pos],{str:Hd,firstInvalidLoc:Jd,pos:If,curLine:Qf,lineStart:_h}=Om("template",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_template);this.state.pos=If+1,this.state.lineStart=_h,this.state.curLine=Qf,Jd&&(this.state.firstInvalidTemplateEscapePos=new Ja(Jd.curLine,Jd.pos-Jd.lineStart,Jd.pos)),this.input.codePointAt(If)===96?this.finishToken(24,Jd?null:Xd+Hd+"`"):(this.state.pos++,this.finishToken(25,Jd?null:Xd+Hd+"${"))}recordStrictModeErrors(Xd,Hd){let Jd=Hd.index;this.state.strict&&!this.state.strictErrors.has(Jd)?this.raise(Xd,Hd):this.state.strictErrors.set(Jd,[Xd,Hd])}readWord1(Xd){this.state.containsEsc=!1;let Hd="",Jd=this.state.pos,If=this.state.pos;for(Xd!==void 0&&(this.state.pos+=Xd<=65535?1:2);this.state.pos<this.length;){let Qf=this.codePointAtPos(this.state.pos);if(Gh(Qf))this.state.pos+=Qf<=65535?1:2;else if(Qf===92){this.state.containsEsc=!0,Hd+=this.input.slice(If,this.state.pos);let _h=this.state.curPosition(),$h=this.state.pos===Jd?Ah:Gh;if(this.input.charCodeAt(++this.state.pos)!==117){this.raise(Nd.MissingUnicodeEscape,this.state.curPosition()),If=this.state.pos-1;continue}++this.state.pos;let Vh=this.readCodePoint(!0);Vh!==null&&($h(Vh)||this.raise(Nd.EscapedCharNotAnIdentifier,_h),Hd+=String.fromCodePoint(Vh)),If=this.state.pos}else break}return Hd+this.input.slice(If,this.state.pos)}readWord(Xd){let Hd=this.readWord1(Xd),Jd=Kd.get(Hd);Jd!==void 0?this.finishToken(Jd,Xf(Jd)):this.finishToken(132,Hd)}checkKeywordEscapes(){let{type:Xd}=this.state;Of(Xd)&&this.state.containsEsc&&this.raise(Nd.InvalidEscapedReservedWord,this.state.startLoc,{reservedWord:Xf(Xd)})}raise(Xd,Hd,Jd={}){let If=Hd instanceof Ja?Hd:Hd.loc.start,Qf=Xd(If,Jd);if(!this.options.errorRecovery)throw Qf;return this.isLookahead||this.state.errors.push(Qf),Qf}raiseOverwrite(Xd,Hd,Jd={}){let If=Hd instanceof Ja?Hd:Hd.loc.start,Qf=If.index,_h=this.state.errors;for(let $h=_h.length-1;$h>=0;$h--){let Vh=_h[$h];if(Vh.loc.index===Qf)return _h[$h]=Xd(If,Jd);if(Vh.loc.index<Qf)break}return this.raise(Xd,Hd,Jd)}updateContext(Xd){}unexpected(Xd,Hd){throw this.raise(Nd.UnexpectedToken,Xd??this.state.startLoc,{expected:Hd?Xf(Hd):null})}expectPlugin(Xd,Hd){if(this.hasPlugin(Xd))return!0;throw this.raise(Nd.MissingPlugin,Hd??this.state.startLoc,{missingPlugin:[Xd]})}expectOnePlugin(Xd){if(!Xd.some(Hd=>this.hasPlugin(Hd)))throw this.raise(Nd.MissingOneOfPlugins,this.state.startLoc,{missingPlugin:Xd})}errorBuilder(Xd){return(Hd,Jd,If)=>{this.raise(Xd,m1(Hd,Jd,If))}}},Dm=class{constructor(){this.privateNames=new Set,this.loneAccessors=new Map,this.undefinedPrivateNames=new Map}},Um=class{constructor(Xd){this.parser=void 0,this.stack=[],this.undefinedPrivateNames=new Map,this.parser=Xd}current(){return this.stack[this.stack.length-1]}enter(){this.stack.push(new Dm)}exit(){let Xd=this.stack.pop(),Hd=this.current();for(let[Jd,If]of Array.from(Xd.undefinedPrivateNames))Hd?Hd.undefinedPrivateNames.has(Jd)||Hd.undefinedPrivateNames.set(Jd,If):this.parser.raise(Nd.InvalidPrivateFieldResolution,If,{identifierName:Jd})}declarePrivateName(Xd,Hd,Jd){let{privateNames:If,loneAccessors:Qf,undefinedPrivateNames:_h}=this.current(),$h=If.has(Xd);if(Hd&3){let Vh=$h&&Qf.get(Xd);if(Vh){let im=Vh&4,Qh=Hd&4,$m=Vh&3,Qm=Hd&3;$h=$m===Qm||im!==Qh,$h||Qf.delete(Xd)}else $h||Qf.set(Xd,Hd)}$h&&this.parser.raise(Nd.PrivateNameRedeclaration,Jd,{identifierName:Xd}),If.add(Xd),_h.delete(Xd)}usePrivateName(Xd,Hd){let Jd;for(Jd of this.stack)if(Jd.privateNames.has(Xd))return;Jd?Jd.undefinedPrivateNames.set(Xd,Hd):this.parser.raise(Nd.InvalidPrivateFieldResolution,Hd,{identifierName:Xd})}},_m=class{constructor(Xd=0){this.type=Xd}canBeArrowParameterDeclaration(){return this.type===2||this.type===1}isCertainlyParameterDeclaration(){return this.type===3}},Xm=class extends _m{constructor(Xd){super(Xd),this.declarationErrors=new Map}recordDeclarationError(Xd,Hd){let Jd=Hd.index;this.declarationErrors.set(Jd,[Xd,Hd])}clearDeclarationError(Xd){this.declarationErrors.delete(Xd)}iterateErrors(Xd){this.declarationErrors.forEach(Xd)}},w1=class{constructor(Xd){this.parser=void 0,this.stack=[new _m],this.parser=Xd}enter(Xd){this.stack.push(Xd)}exit(){this.stack.pop()}recordParameterInitializerError(Xd,Hd){let Jd=Hd.loc.start,{stack:If}=this,Qf=If.length-1,_h=If[Qf];for(;!_h.isCertainlyParameterDeclaration();){if(_h.canBeArrowParameterDeclaration())_h.recordDeclarationError(Xd,Jd);else return;_h=If[--Qf]}this.parser.raise(Xd,Jd)}recordArrowParameterBindingError(Xd,Hd){let{stack:Jd}=this,If=Jd[Jd.length-1],Qf=Hd.loc.start;if(If.isCertainlyParameterDeclaration())this.parser.raise(Xd,Qf);else if(If.canBeArrowParameterDeclaration())If.recordDeclarationError(Xd,Qf);else return}recordAsyncArrowParametersError(Xd){let{stack:Hd}=this,Jd=Hd.length-1,If=Hd[Jd];for(;If.canBeArrowParameterDeclaration();)If.type===2&&If.recordDeclarationError(Nd.AwaitBindingIdentifier,Xd),If=Hd[--Jd]}validateAsPattern(){let{stack:Xd}=this,Hd=Xd[Xd.length-1];Hd.canBeArrowParameterDeclaration()&&Hd.iterateErrors(([Jd,If])=>{this.parser.raise(Jd,If);let Qf=Xd.length-2,_h=Xd[Qf];for(;_h.canBeArrowParameterDeclaration();)_h.clearDeclarationError(If.index),_h=Xd[--Qf]})}};function n0(){return new _m(3)}function z1(){return new Xm(1)}function A0(){return new Xm(2)}function _0(){return new _m}var S1=class{constructor(){this.stacks=[]}enter(Xd){this.stacks.push(Xd)}exit(){this.stacks.pop()}currentFlags(){return this.stacks[this.stacks.length-1]}get hasAwait(){return(this.currentFlags()&2)>0}get hasYield(){return(this.currentFlags()&1)>0}get hasReturn(){return(this.currentFlags()&4)>0}get hasIn(){return(this.currentFlags()&8)>0}};function U0(Xd,Hd){return(Xd?2:0)|(Hd?1:0)}var H1=class extends Kh{addExtra(Xd,Hd,Jd,If=!0){if(!Xd)return;let Qf=Xd.extra=Xd.extra||{};If?Qf[Hd]=Jd:Object.defineProperty(Qf,Hd,{enumerable:If,value:Jd})}isContextual(Xd){return this.state.type===Xd&&!this.state.containsEsc}isUnparsedContextual(Xd,Hd){let Jd=Xd+Hd.length;if(this.input.slice(Xd,Jd)===Hd){let If=this.input.charCodeAt(Jd);return!(Gh(If)||(If&64512)===55296)}return!1}isLookaheadContextual(Xd){let Hd=this.nextTokenStart();return this.isUnparsedContextual(Hd,Xd)}eatContextual(Xd){return this.isContextual(Xd)?(this.next(),!0):!1}expectContextual(Xd,Hd){if(!this.eatContextual(Xd)){if(Hd!=null)throw this.raise(Hd,this.state.startLoc);this.unexpected(null,Xd)}}canInsertSemicolon(){return this.match(139)||this.match(8)||this.hasPrecedingLineBreak()}hasPrecedingLineBreak(){return yh.test(this.input.slice(this.state.lastTokEndLoc.index,this.state.start))}hasFollowingLineBreak(){return Yh.lastIndex=this.state.end,Yh.test(this.input)}isLineTerminator(){return this.eat(13)||this.canInsertSemicolon()}semicolon(Xd=!0){(Xd?this.isLineTerminator():this.eat(13))||this.raise(Nd.MissingSemicolon,this.state.lastTokEndLoc)}expect(Xd,Hd){this.eat(Xd)||this.unexpected(Hd,Xd)}tryParse(Xd,Hd=this.state.clone()){let Jd={node:null};try{let If=Xd((Qf=null)=>{throw Jd.node=Qf,Jd});if(this.state.errors.length>Hd.errors.length){let Qf=this.state;return this.state=Hd,this.state.tokensLength=Qf.tokensLength,{node:If,error:Qf.errors[Hd.errors.length],thrown:!1,aborted:!1,failState:Qf}}return{node:If,error:null,thrown:!1,aborted:!1,failState:null}}catch(If){let Qf=this.state;if(this.state=Hd,If instanceof SyntaxError)return{node:null,error:If,thrown:!0,aborted:!1,failState:Qf};if(If===Jd)return{node:Jd.node,error:null,thrown:!1,aborted:!0,failState:Qf};throw If}}checkExpressionErrors(Xd,Hd){if(!Xd)return!1;let{shorthandAssignLoc:Jd,doubleProtoLoc:If,privateKeyLoc:Qf,optionalParametersLoc:_h}=Xd,$h=!!Jd||!!If||!!_h||!!Qf;if(!Hd)return $h;Jd!=null&&this.raise(Nd.InvalidCoverInitializedName,Jd),If!=null&&this.raise(Nd.DuplicateProto,If),Qf!=null&&this.raise(Nd.UnexpectedPrivateField,Qf),_h!=null&&this.unexpected(_h)}isLiteralPropertyName(){return jf(this.state.type)}isPrivateName(Xd){return Xd.type==="PrivateName"}getPrivateNameSV(Xd){return Xd.id.name}hasPropertyAsPrivateName(Xd){return(Xd.type==="MemberExpression"||Xd.type==="OptionalMemberExpression")&&this.isPrivateName(Xd.property)}isObjectProperty(Xd){return Xd.type==="ObjectProperty"}isObjectMethod(Xd){return Xd.type==="ObjectMethod"}initializeScopes(Xd=this.options.sourceType==="module"){let Hd=this.state.labels;this.state.labels=[];let Jd=this.exportedIdentifiers;this.exportedIdentifiers=new Set;let If=this.inModule;this.inModule=Xd;let Qf=this.scope,_h=this.getScopeHandler();this.scope=new _h(this,Xd);let $h=this.prodParam;this.prodParam=new S1;let Vh=this.classScope;this.classScope=new Um(this);let im=this.expressionScope;return this.expressionScope=new w1(this),()=>{this.state.labels=Hd,this.exportedIdentifiers=Jd,this.inModule=If,this.scope=Qf,this.prodParam=$h,this.classScope=Vh,this.expressionScope=im}}enterInitialScopes(){let Xd=0;this.inModule&&(Xd|=2),this.scope.enter(1),this.prodParam.enter(Xd)}checkDestructuringPrivate(Xd){let{privateKeyLoc:Hd}=Xd;Hd!==null&&this.expectPlugin("destructuringPrivate",Hd)}},E0=class{constructor(){this.shorthandAssignLoc=null,this.doubleProtoLoc=null,this.privateKeyLoc=null,this.optionalParametersLoc=null}},d0=class{constructor(Xd,Hd,Jd){this.type="",this.start=Hd,this.end=0,this.loc=new ed(Jd),Xd!=null&&Xd.options.ranges&&(this.range=[Hd,0]),Xd!=null&&Xd.filename&&(this.loc.filename=Xd.filename)}},tg=d0.prototype;tg.__clone=function(){let Xd=new d0(void 0,this.start,this.loc.start),Hd=Object.keys(this);for(let Jd=0,If=Hd.length;Jd<If;Jd++){let Qf=Hd[Jd];Qf!=="leadingComments"&&Qf!=="trailingComments"&&Qf!=="innerComments"&&(Xd[Qf]=this[Qf])}return Xd};function vg(Xd){return S0(Xd)}function S0(Xd){let{type:Hd,start:Jd,end:If,loc:Qf,range:_h,extra:$h,name:Vh}=Xd,im=Object.create(tg);return im.type=Hd,im.start=Jd,im.end=If,im.loc=Qf,im.range=_h,im.extra=$h,im.name=Vh,Hd==="Placeholder"&&(im.expectedNode=Xd.expectedNode),im}function rg(Xd){let{type:Hd,start:Jd,end:If,loc:Qf,range:_h,extra:$h}=Xd;if(Hd==="Placeholder")return vg(Xd);let Vh=Object.create(tg);return Vh.type=Hd,Vh.start=Jd,Vh.end=If,Vh.loc=Qf,Vh.range=_h,Xd.raw!==void 0?Vh.raw=Xd.raw:Vh.extra=$h,Vh.value=Xd.value,Vh}var l_=class extends H1{startNode(){let Xd=this.state.startLoc;return new d0(this,Xd.index,Xd)}startNodeAt(Xd){return new d0(this,Xd.index,Xd)}startNodeAtNode(Xd){return this.startNodeAt(Xd.loc.start)}finishNode(Xd,Hd){return this.finishNodeAt(Xd,Hd,this.state.lastTokEndLoc)}finishNodeAt(Xd,Hd,Jd){return Xd.type=Hd,Xd.end=Jd.index,Xd.loc.end=Jd,this.options.ranges&&(Xd.range[1]=Jd.index),this.options.attachComment&&this.processComment(Xd),Xd}resetStartLocation(Xd,Hd){Xd.start=Hd.index,Xd.loc.start=Hd,this.options.ranges&&(Xd.range[0]=Hd.index)}resetEndLocation(Xd,Hd=this.state.lastTokEndLoc){Xd.end=Hd.index,Xd.loc.end=Hd,this.options.ranges&&(Xd.range[1]=Hd.index)}resetStartLocationFromNode(Xd,Hd){this.resetStartLocation(Xd,Hd.loc.start)}},Kg=new Set(["_","any","bool","boolean","empty","extends","false","interface","mixed","null","number","static","string","true","typeof","void"]),u1=Ad`flow`({AmbiguousConditionalArrow:"Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.",AmbiguousDeclareModuleKind:"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.",AssignReservedType:({reservedType:Xd})=>`Cannot overwrite reserved type ${Xd}.`,DeclareClassElement:"The `declare` modifier can only appear on class fields.",DeclareClassFieldInitializer:"Initializers are not allowed in fields with the `declare` modifier.",DuplicateDeclareModuleExports:"Duplicate `declare module.exports` statement.",EnumBooleanMemberNotInitialized:({memberName:Xd,enumName:Hd})=>`Boolean enum members need to be initialized. Use either \`${Xd} = true,\` or \`${Xd} = false,\` in enum \`${Hd}\`.`,EnumDuplicateMemberName:({memberName:Xd,enumName:Hd})=>`Enum member names need to be unique, but the name \`${Xd}\` has already been used before in enum \`${Hd}\`.`,EnumInconsistentMemberValues:({enumName:Xd})=>`Enum \`${Xd}\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.`,EnumInvalidExplicitType:({invalidEnumType:Xd,enumName:Hd})=>`Enum type \`${Xd}\` is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${Hd}\`.`,EnumInvalidExplicitTypeUnknownSupplied:({enumName:Xd})=>`Supplied enum type is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${Xd}\`.`,EnumInvalidMemberInitializerPrimaryType:({enumName:Xd,memberName:Hd,explicitType:Jd})=>`Enum \`${Xd}\` has type \`${Jd}\`, so the initializer of \`${Hd}\` needs to be a ${Jd} literal.`,EnumInvalidMemberInitializerSymbolType:({enumName:Xd,memberName:Hd})=>`Symbol enum members cannot be initialized. Use \`${Hd},\` in enum \`${Xd}\`.`,EnumInvalidMemberInitializerUnknownType:({enumName:Xd,memberName:Hd})=>`The enum member initializer for \`${Hd}\` needs to be a literal (either a boolean, number, or string) in enum \`${Xd}\`.`,EnumInvalidMemberName:({enumName:Xd,memberName:Hd,suggestion:Jd})=>`Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \`${Hd}\`, consider using \`${Jd}\`, in enum \`${Xd}\`.`,EnumNumberMemberNotInitialized:({enumName:Xd,memberName:Hd})=>`Number enum members need to be initialized, e.g. \`${Hd} = 1\` in enum \`${Xd}\`.`,EnumStringMemberInconsistentlyInitialized:({enumName:Xd})=>`String enum members need to consistently either all use initializers, or use no initializers, in enum \`${Xd}\`.`,GetterMayNotHaveThisParam:"A getter cannot have a `this` parameter.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` or `typeof` keyword.",ImportTypeShorthandOnlyInPureImport:"The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.",InexactInsideExact:"Explicit inexact syntax cannot appear inside an explicit exact object type.",InexactInsideNonObject:"Explicit inexact syntax cannot appear in class or interface definitions.",InexactVariance:"Explicit inexact syntax cannot have variance.",InvalidNonTypeImportInDeclareModule:"Imports within a `declare module` body must always be `import type` or `import typeof`.",MissingTypeParamDefault:"Type parameter declaration needs a default, since a preceding type parameter declaration has a default.",NestedDeclareModule:"`declare module` cannot be used inside another `declare module`.",NestedFlowComment:"Cannot have a flow comment inside another flow comment.",PatternIsOptional:Object.assign({message:"A binding pattern parameter cannot be optional in an implementation signature."},{reasonCode:"OptionalBindingPattern"}),SetterMayNotHaveThisParam:"A setter cannot have a `this` parameter.",SpreadVariance:"Spread properties cannot have variance.",ThisParamAnnotationRequired:"A type annotation is required for the `this` parameter.",ThisParamBannedInConstructor:"Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.",ThisParamMayNotBeOptional:"The `this` parameter cannot be optional.",ThisParamMustBeFirst:"The `this` parameter must be the first function parameter.",ThisParamNoDefault:"The `this` parameter may not have a default value.",TypeBeforeInitializer:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeCastInPattern:"The type cast expression is expected to be wrapped with parenthesis.",UnexpectedExplicitInexactInObject:"Explicit inexact syntax must appear at the end of an inexact object.",UnexpectedReservedType:({reservedType:Xd})=>`Unexpected reserved type ${Xd}.`,UnexpectedReservedUnderscore:"`_` is only allowed as a type argument to call or new.",UnexpectedSpaceBetweenModuloChecks:"Spaces between `%` and `checks` are not allowed here.",UnexpectedSpreadType:"Spread operator cannot appear in class or interface definitions.",UnexpectedSubtractionOperand:'Unexpected token, expected "number" or "bigint".',UnexpectedTokenAfterTypeParameter:"Expected an arrow function after this type parameter declaration.",UnexpectedTypeParameterBeforeAsyncArrowFunction:"Type parameters must come after the async keyword, e.g. instead of `<T> async () => {}`, use `async <T>() => {}`.",UnsupportedDeclareExportKind:({unsupportedExportKind:Xd,suggestion:Hd})=>`\`declare export ${Xd}\` is not supported. Use \`${Hd}\` instead.`,UnsupportedStatementInDeclareModule:"Only declares and type imports are allowed inside declare module.",UnterminatedFlowComment:"Unterminated flow-comment."});function bg(Xd){return Xd.type==="DeclareExportAllDeclaration"||Xd.type==="DeclareExportDeclaration"&&(!Xd.declaration||Xd.declaration.type!=="TypeAlias"&&Xd.declaration.type!=="InterfaceDeclaration")}function v0(Xd){return Xd.importKind==="type"||Xd.importKind==="typeof"}var c_={const:"declare export var",let:"declare export var",type:"export type",interface:"export interface"};function E_(Xd,Hd){let Jd=[],If=[];for(let Qf=0;Qf<Xd.length;Qf++)(Hd(Xd[Qf],Qf,Xd)?Jd:If).push(Xd[Qf]);return[Jd,If]}var yg=/\*?\s*@((?:no)?flow)\b/,kg=Xd=>class extends Xd{constructor(...Hd){super(...Hd),this.flowPragma=void 0}getScopeHandler(){return O1}shouldParseTypes(){return this.getPluginOption("flow","all")||this.flowPragma==="flow"}shouldParseEnums(){return!!this.getPluginOption("flow","enums")}finishToken(Hd,Jd){Hd!==133&&Hd!==13&&Hd!==28&&this.flowPragma===void 0&&(this.flowPragma=null),super.finishToken(Hd,Jd)}addComment(Hd){if(this.flowPragma===void 0){let Jd=yg.exec(Hd.value);if(Jd)if(Jd[1]==="flow")this.flowPragma="flow";else if(Jd[1]==="noflow")this.flowPragma="noflow";else throw new Error("Unexpected flow pragma")}super.addComment(Hd)}flowParseTypeInitialiser(Hd){let Jd=this.state.inType;this.state.inType=!0,this.expect(Hd||14);let If=this.flowParseType();return this.state.inType=Jd,If}flowParsePredicate(){let Hd=this.startNode(),Jd=this.state.startLoc;return this.next(),this.expectContextual(110),this.state.lastTokStartLoc.index>Jd.index+1&&this.raise(u1.UnexpectedSpaceBetweenModuloChecks,Jd),this.eat(10)?(Hd.value=super.parseExpression(),this.expect(11),this.finishNode(Hd,"DeclaredPredicate")):this.finishNode(Hd,"InferredPredicate")}flowParseTypeAndPredicateInitialiser(){let Hd=this.state.inType;this.state.inType=!0,this.expect(14);let Jd=null,If=null;return this.match(54)?(this.state.inType=Hd,If=this.flowParsePredicate()):(Jd=this.flowParseType(),this.state.inType=Hd,this.match(54)&&(If=this.flowParsePredicate())),[Jd,If]}flowParseDeclareClass(Hd){return this.next(),this.flowParseInterfaceish(Hd,!0),this.finishNode(Hd,"DeclareClass")}flowParseDeclareFunction(Hd){this.next();let Jd=Hd.id=this.parseIdentifier(),If=this.startNode(),Qf=this.startNode();this.match(47)?If.typeParameters=this.flowParseTypeParameterDeclaration():If.typeParameters=null,this.expect(10);let _h=this.flowParseFunctionTypeParams();return If.params=_h.params,If.rest=_h.rest,If.this=_h._this,this.expect(11),[If.returnType,Hd.predicate]=this.flowParseTypeAndPredicateInitialiser(),Qf.typeAnnotation=this.finishNode(If,"FunctionTypeAnnotation"),Jd.typeAnnotation=this.finishNode(Qf,"TypeAnnotation"),this.resetEndLocation(Jd),this.semicolon(),this.scope.declareName(Hd.id.name,2048,Hd.id.loc.start),this.finishNode(Hd,"DeclareFunction")}flowParseDeclare(Hd,Jd){if(this.match(80))return this.flowParseDeclareClass(Hd);if(this.match(68))return this.flowParseDeclareFunction(Hd);if(this.match(74))return this.flowParseDeclareVariable(Hd);if(this.eatContextual(127))return this.match(16)?this.flowParseDeclareModuleExports(Hd):(Jd&&this.raise(u1.NestedDeclareModule,this.state.lastTokStartLoc),this.flowParseDeclareModule(Hd));if(this.isContextual(130))return this.flowParseDeclareTypeAlias(Hd);if(this.isContextual(131))return this.flowParseDeclareOpaqueType(Hd);if(this.isContextual(129))return this.flowParseDeclareInterface(Hd);if(this.match(82))return this.flowParseDeclareExportDeclaration(Hd,Jd);this.unexpected()}flowParseDeclareVariable(Hd){return this.next(),Hd.id=this.flowParseTypeAnnotatableIdentifier(!0),this.scope.declareName(Hd.id.name,5,Hd.id.loc.start),this.semicolon(),this.finishNode(Hd,"DeclareVariable")}flowParseDeclareModule(Hd){this.scope.enter(0),this.match(133)?Hd.id=super.parseExprAtom():Hd.id=this.parseIdentifier();let Jd=Hd.body=this.startNode(),If=Jd.body=[];for(this.expect(5);!this.match(8);){let $h=this.startNode();this.match(83)?(this.next(),!this.isContextual(130)&&!this.match(87)&&this.raise(u1.InvalidNonTypeImportInDeclareModule,this.state.lastTokStartLoc),super.parseImport($h)):(this.expectContextual(125,u1.UnsupportedStatementInDeclareModule),$h=this.flowParseDeclare($h,!0)),If.push($h)}this.scope.exit(),this.expect(8),this.finishNode(Jd,"BlockStatement");let Qf=null,_h=!1;return If.forEach($h=>{bg($h)?(Qf==="CommonJS"&&this.raise(u1.AmbiguousDeclareModuleKind,$h),Qf="ES"):$h.type==="DeclareModuleExports"&&(_h&&this.raise(u1.DuplicateDeclareModuleExports,$h),Qf==="ES"&&this.raise(u1.AmbiguousDeclareModuleKind,$h),Qf="CommonJS",_h=!0)}),Hd.kind=Qf||"CommonJS",this.finishNode(Hd,"DeclareModule")}flowParseDeclareExportDeclaration(Hd,Jd){if(this.expect(82),this.eat(65))return this.match(68)||this.match(80)?Hd.declaration=this.flowParseDeclare(this.startNode()):(Hd.declaration=this.flowParseType(),this.semicolon()),Hd.default=!0,this.finishNode(Hd,"DeclareExportDeclaration");if(this.match(75)||this.isLet()||(this.isContextual(130)||this.isContextual(129))&&!Jd){let If=this.state.value;throw this.raise(u1.UnsupportedDeclareExportKind,this.state.startLoc,{unsupportedExportKind:If,suggestion:c_[If]})}if(this.match(74)||this.match(68)||this.match(80)||this.isContextual(131))return Hd.declaration=this.flowParseDeclare(this.startNode()),Hd.default=!1,this.finishNode(Hd,"DeclareExportDeclaration");if(this.match(55)||this.match(5)||this.isContextual(129)||this.isContextual(130)||this.isContextual(131))return Hd=this.parseExport(Hd,null),Hd.type==="ExportNamedDeclaration"&&(Hd.type="ExportDeclaration",Hd.default=!1,delete Hd.exportKind),Hd.type="Declare"+Hd.type,Hd;this.unexpected()}flowParseDeclareModuleExports(Hd){return this.next(),this.expectContextual(111),Hd.typeAnnotation=this.flowParseTypeAnnotation(),this.semicolon(),this.finishNode(Hd,"DeclareModuleExports")}flowParseDeclareTypeAlias(Hd){this.next();let Jd=this.flowParseTypeAlias(Hd);return Jd.type="DeclareTypeAlias",Jd}flowParseDeclareOpaqueType(Hd){this.next();let Jd=this.flowParseOpaqueType(Hd,!0);return Jd.type="DeclareOpaqueType",Jd}flowParseDeclareInterface(Hd){return this.next(),this.flowParseInterfaceish(Hd,!1),this.finishNode(Hd,"DeclareInterface")}flowParseInterfaceish(Hd,Jd){if(Hd.id=this.flowParseRestrictedIdentifier(!Jd,!0),this.scope.declareName(Hd.id.name,Jd?17:8201,Hd.id.loc.start),this.match(47)?Hd.typeParameters=this.flowParseTypeParameterDeclaration():Hd.typeParameters=null,Hd.extends=[],this.eat(81))do Hd.extends.push(this.flowParseInterfaceExtends());while(!Jd&&this.eat(12));if(Jd){if(Hd.implements=[],Hd.mixins=[],this.eatContextual(117))do Hd.mixins.push(this.flowParseInterfaceExtends());while(this.eat(12));if(this.eatContextual(113))do Hd.implements.push(this.flowParseInterfaceExtends());while(this.eat(12))}Hd.body=this.flowParseObjectType({allowStatic:Jd,allowExact:!1,allowSpread:!1,allowProto:Jd,allowInexact:!1})}flowParseInterfaceExtends(){let Hd=this.startNode();return Hd.id=this.flowParseQualifiedTypeIdentifier(),this.match(47)?Hd.typeParameters=this.flowParseTypeParameterInstantiation():Hd.typeParameters=null,this.finishNode(Hd,"InterfaceExtends")}flowParseInterface(Hd){return this.flowParseInterfaceish(Hd,!1),this.finishNode(Hd,"InterfaceDeclaration")}checkNotUnderscore(Hd){Hd==="_"&&this.raise(u1.UnexpectedReservedUnderscore,this.state.startLoc)}checkReservedType(Hd,Jd,If){Kg.has(Hd)&&this.raise(If?u1.AssignReservedType:u1.UnexpectedReservedType,Jd,{reservedType:Hd})}flowParseRestrictedIdentifier(Hd,Jd){return this.checkReservedType(this.state.value,this.state.startLoc,Jd),this.parseIdentifier(Hd)}flowParseTypeAlias(Hd){return Hd.id=this.flowParseRestrictedIdentifier(!1,!0),this.scope.declareName(Hd.id.name,8201,Hd.id.loc.start),this.match(47)?Hd.typeParameters=this.flowParseTypeParameterDeclaration():Hd.typeParameters=null,Hd.right=this.flowParseTypeInitialiser(29),this.semicolon(),this.finishNode(Hd,"TypeAlias")}flowParseOpaqueType(Hd,Jd){return this.expectContextual(130),Hd.id=this.flowParseRestrictedIdentifier(!0,!0),this.scope.declareName(Hd.id.name,8201,Hd.id.loc.start),this.match(47)?Hd.typeParameters=this.flowParseTypeParameterDeclaration():Hd.typeParameters=null,Hd.supertype=null,this.match(14)&&(Hd.supertype=this.flowParseTypeInitialiser(14)),Hd.impltype=null,Jd||(Hd.impltype=this.flowParseTypeInitialiser(29)),this.semicolon(),this.finishNode(Hd,"OpaqueType")}flowParseTypeParameter(Hd=!1){let Jd=this.state.startLoc,If=this.startNode(),Qf=this.flowParseVariance(),_h=this.flowParseTypeAnnotatableIdentifier();return If.name=_h.name,If.variance=Qf,If.bound=_h.typeAnnotation,this.match(29)?(this.eat(29),If.default=this.flowParseType()):Hd&&this.raise(u1.MissingTypeParamDefault,Jd),this.finishNode(If,"TypeParameter")}flowParseTypeParameterDeclaration(){let Hd=this.state.inType,Jd=this.startNode();Jd.params=[],this.state.inType=!0,this.match(47)||this.match(142)?this.next():this.unexpected();let If=!1;do{let Qf=this.flowParseTypeParameter(If);Jd.params.push(Qf),Qf.default&&(If=!0),this.match(48)||this.expect(12)}while(!this.match(48));return this.expect(48),this.state.inType=Hd,this.finishNode(Jd,"TypeParameterDeclaration")}flowParseTypeParameterInstantiation(){let Hd=this.startNode(),Jd=this.state.inType;Hd.params=[],this.state.inType=!0,this.expect(47);let If=this.state.noAnonFunctionType;for(this.state.noAnonFunctionType=!1;!this.match(48);)Hd.params.push(this.flowParseType()),this.match(48)||this.expect(12);return this.state.noAnonFunctionType=If,this.expect(48),this.state.inType=Jd,this.finishNode(Hd,"TypeParameterInstantiation")}flowParseTypeParameterInstantiationCallOrNew(){let Hd=this.startNode(),Jd=this.state.inType;for(Hd.params=[],this.state.inType=!0,this.expect(47);!this.match(48);)Hd.params.push(this.flowParseTypeOrImplicitInstantiation()),this.match(48)||this.expect(12);return this.expect(48),this.state.inType=Jd,this.finishNode(Hd,"TypeParameterInstantiation")}flowParseInterfaceType(){let Hd=this.startNode();if(this.expectContextual(129),Hd.extends=[],this.eat(81))do Hd.extends.push(this.flowParseInterfaceExtends());while(this.eat(12));return Hd.body=this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!1,allowProto:!1,allowInexact:!1}),this.finishNode(Hd,"InterfaceTypeAnnotation")}flowParseObjectPropertyKey(){return this.match(134)||this.match(133)?super.parseExprAtom():this.parseIdentifier(!0)}flowParseObjectTypeIndexer(Hd,Jd,If){return Hd.static=Jd,this.lookahead().type===14?(Hd.id=this.flowParseObjectPropertyKey(),Hd.key=this.flowParseTypeInitialiser()):(Hd.id=null,Hd.key=this.flowParseType()),this.expect(3),Hd.value=this.flowParseTypeInitialiser(),Hd.variance=If,this.finishNode(Hd,"ObjectTypeIndexer")}flowParseObjectTypeInternalSlot(Hd,Jd){return Hd.static=Jd,Hd.id=this.flowParseObjectPropertyKey(),this.expect(3),this.expect(3),this.match(47)||this.match(10)?(Hd.method=!0,Hd.optional=!1,Hd.value=this.flowParseObjectTypeMethodish(this.startNodeAt(Hd.loc.start))):(Hd.method=!1,this.eat(17)&&(Hd.optional=!0),Hd.value=this.flowParseTypeInitialiser()),this.finishNode(Hd,"ObjectTypeInternalSlot")}flowParseObjectTypeMethodish(Hd){for(Hd.params=[],Hd.rest=null,Hd.typeParameters=null,Hd.this=null,this.match(47)&&(Hd.typeParameters=this.flowParseTypeParameterDeclaration()),this.expect(10),this.match(78)&&(Hd.this=this.flowParseFunctionTypeParam(!0),Hd.this.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)Hd.params.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(Hd.rest=this.flowParseFunctionTypeParam(!1)),this.expect(11),Hd.returnType=this.flowParseTypeInitialiser(),this.finishNode(Hd,"FunctionTypeAnnotation")}flowParseObjectTypeCallProperty(Hd,Jd){let If=this.startNode();return Hd.static=Jd,Hd.value=this.flowParseObjectTypeMethodish(If),this.finishNode(Hd,"ObjectTypeCallProperty")}flowParseObjectType({allowStatic:Hd,allowExact:Jd,allowSpread:If,allowProto:Qf,allowInexact:_h}){let $h=this.state.inType;this.state.inType=!0;let Vh=this.startNode();Vh.callProperties=[],Vh.properties=[],Vh.indexers=[],Vh.internalSlots=[];let im,Qh,$m=!1;for(Jd&&this.match(6)?(this.expect(6),im=9,Qh=!0):(this.expect(5),im=8,Qh=!1),Vh.exact=Qh;!this.match(im);){let r1=!1,a1=null,D1=null,f0=this.startNode();if(Qf&&this.isContextual(118)){let X1=this.lookahead();X1.type!==14&&X1.type!==17&&(this.next(),a1=this.state.startLoc,Hd=!1)}if(Hd&&this.isContextual(106)){let X1=this.lookahead();X1.type!==14&&X1.type!==17&&(this.next(),r1=!0)}let U1=this.flowParseVariance();if(this.eat(0))a1!=null&&this.unexpected(a1),this.eat(0)?(U1&&this.unexpected(U1.loc.start),Vh.internalSlots.push(this.flowParseObjectTypeInternalSlot(f0,r1))):Vh.indexers.push(this.flowParseObjectTypeIndexer(f0,r1,U1));else if(this.match(10)||this.match(47))a1!=null&&this.unexpected(a1),U1&&this.unexpected(U1.loc.start),Vh.callProperties.push(this.flowParseObjectTypeCallProperty(f0,r1));else{let X1="init";if(this.isContextual(99)||this.isContextual(104)){let K_=this.lookahead();jf(K_.type)&&(X1=this.state.value,this.next())}let R0=this.flowParseObjectTypeProperty(f0,r1,a1,U1,X1,If,_h??!Qh);R0===null?($m=!0,D1=this.state.lastTokStartLoc):Vh.properties.push(R0)}this.flowObjectTypeSemicolon(),D1&&!this.match(8)&&!this.match(9)&&this.raise(u1.UnexpectedExplicitInexactInObject,D1)}this.expect(im),If&&(Vh.inexact=$m);let Qm=this.finishNode(Vh,"ObjectTypeAnnotation");return this.state.inType=$h,Qm}flowParseObjectTypeProperty(Hd,Jd,If,Qf,_h,$h,Vh){if(this.eat(21))return this.match(12)||this.match(13)||this.match(8)||this.match(9)?($h?Vh||this.raise(u1.InexactInsideExact,this.state.lastTokStartLoc):this.raise(u1.InexactInsideNonObject,this.state.lastTokStartLoc),Qf&&this.raise(u1.InexactVariance,Qf),null):($h||this.raise(u1.UnexpectedSpreadType,this.state.lastTokStartLoc),If!=null&&this.unexpected(If),Qf&&this.raise(u1.SpreadVariance,Qf),Hd.argument=this.flowParseType(),this.finishNode(Hd,"ObjectTypeSpreadProperty"));{Hd.key=this.flowParseObjectPropertyKey(),Hd.static=Jd,Hd.proto=If!=null,Hd.kind=_h;let im=!1;return this.match(47)||this.match(10)?(Hd.method=!0,If!=null&&this.unexpected(If),Qf&&this.unexpected(Qf.loc.start),Hd.value=this.flowParseObjectTypeMethodish(this.startNodeAt(Hd.loc.start)),(_h==="get"||_h==="set")&&this.flowCheckGetterSetterParams(Hd),!$h&&Hd.key.name==="constructor"&&Hd.value.this&&this.raise(u1.ThisParamBannedInConstructor,Hd.value.this)):(_h!=="init"&&this.unexpected(),Hd.method=!1,this.eat(17)&&(im=!0),Hd.value=this.flowParseTypeInitialiser(),Hd.variance=Qf),Hd.optional=im,this.finishNode(Hd,"ObjectTypeProperty")}}flowCheckGetterSetterParams(Hd){let Jd=Hd.kind==="get"?0:1,If=Hd.value.params.length+(Hd.value.rest?1:0);Hd.value.this&&this.raise(Hd.kind==="get"?u1.GetterMayNotHaveThisParam:u1.SetterMayNotHaveThisParam,Hd.value.this),If!==Jd&&this.raise(Hd.kind==="get"?Nd.BadGetterArity:Nd.BadSetterArity,Hd),Hd.kind==="set"&&Hd.value.rest&&this.raise(Nd.BadSetterRestParameter,Hd)}flowObjectTypeSemicolon(){!this.eat(13)&&!this.eat(12)&&!this.match(8)&&!this.match(9)&&this.unexpected()}flowParseQualifiedTypeIdentifier(Hd,Jd){Hd!=null||(Hd=this.state.startLoc);let If=Jd||this.flowParseRestrictedIdentifier(!0);for(;this.eat(16);){let Qf=this.startNodeAt(Hd);Qf.qualification=If,Qf.id=this.flowParseRestrictedIdentifier(!0),If=this.finishNode(Qf,"QualifiedTypeIdentifier")}return If}flowParseGenericType(Hd,Jd){let If=this.startNodeAt(Hd);return If.typeParameters=null,If.id=this.flowParseQualifiedTypeIdentifier(Hd,Jd),this.match(47)&&(If.typeParameters=this.flowParseTypeParameterInstantiation()),this.finishNode(If,"GenericTypeAnnotation")}flowParseTypeofType(){let Hd=this.startNode();return this.expect(87),Hd.argument=this.flowParsePrimaryType(),this.finishNode(Hd,"TypeofTypeAnnotation")}flowParseTupleType(){let Hd=this.startNode();for(Hd.types=[],this.expect(0);this.state.pos<this.length&&!this.match(3)&&(Hd.types.push(this.flowParseType()),!this.match(3));)this.expect(12);return this.expect(3),this.finishNode(Hd,"TupleTypeAnnotation")}flowParseFunctionTypeParam(Hd){let Jd=null,If=!1,Qf=null,_h=this.startNode(),$h=this.lookahead(),Vh=this.state.type===78;return $h.type===14||$h.type===17?(Vh&&!Hd&&this.raise(u1.ThisParamMustBeFirst,_h),Jd=this.parseIdentifier(Vh),this.eat(17)&&(If=!0,Vh&&this.raise(u1.ThisParamMayNotBeOptional,_h)),Qf=this.flowParseTypeInitialiser()):Qf=this.flowParseType(),_h.name=Jd,_h.optional=If,_h.typeAnnotation=Qf,this.finishNode(_h,"FunctionTypeParam")}reinterpretTypeAsFunctionTypeParam(Hd){let Jd=this.startNodeAt(Hd.loc.start);return Jd.name=null,Jd.optional=!1,Jd.typeAnnotation=Hd,this.finishNode(Jd,"FunctionTypeParam")}flowParseFunctionTypeParams(Hd=[]){let Jd=null,If=null;for(this.match(78)&&(If=this.flowParseFunctionTypeParam(!0),If.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)Hd.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(Jd=this.flowParseFunctionTypeParam(!1)),{params:Hd,rest:Jd,_this:If}}flowIdentToTypeAnnotation(Hd,Jd,If){switch(If.name){case"any":return this.finishNode(Jd,"AnyTypeAnnotation");case"bool":case"boolean":return this.finishNode(Jd,"BooleanTypeAnnotation");case"mixed":return this.finishNode(Jd,"MixedTypeAnnotation");case"empty":return this.finishNode(Jd,"EmptyTypeAnnotation");case"number":return this.finishNode(Jd,"NumberTypeAnnotation");case"string":return this.finishNode(Jd,"StringTypeAnnotation");case"symbol":return this.finishNode(Jd,"SymbolTypeAnnotation");default:return this.checkNotUnderscore(If.name),this.flowParseGenericType(Hd,If)}}flowParsePrimaryType(){let Hd=this.state.startLoc,Jd=this.startNode(),If,Qf,_h=!1,$h=this.state.noAnonFunctionType;switch(this.state.type){case 5:return this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!0,allowProto:!1,allowInexact:!0});case 6:return this.flowParseObjectType({allowStatic:!1,allowExact:!0,allowSpread:!0,allowProto:!1,allowInexact:!1});case 0:return this.state.noAnonFunctionType=!1,Qf=this.flowParseTupleType(),this.state.noAnonFunctionType=$h,Qf;case 47:{let Vh=this.startNode();return Vh.typeParameters=this.flowParseTypeParameterDeclaration(),this.expect(10),If=this.flowParseFunctionTypeParams(),Vh.params=If.params,Vh.rest=If.rest,Vh.this=If._this,this.expect(11),this.expect(19),Vh.returnType=this.flowParseType(),this.finishNode(Vh,"FunctionTypeAnnotation")}case 10:{let Vh=this.startNode();if(this.next(),!this.match(11)&&!this.match(21))if(Pf(this.state.type)||this.match(78)){let im=this.lookahead().type;_h=im!==17&&im!==14}else _h=!0;if(_h){if(this.state.noAnonFunctionType=!1,Qf=this.flowParseType(),this.state.noAnonFunctionType=$h,this.state.noAnonFunctionType||!(this.match(12)||this.match(11)&&this.lookahead().type===19))return this.expect(11),Qf;this.eat(12)}return Qf?If=this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(Qf)]):If=this.flowParseFunctionTypeParams(),Vh.params=If.params,Vh.rest=If.rest,Vh.this=If._this,this.expect(11),this.expect(19),Vh.returnType=this.flowParseType(),Vh.typeParameters=null,this.finishNode(Vh,"FunctionTypeAnnotation")}case 133:return this.parseLiteral(this.state.value,"StringLiteralTypeAnnotation");case 85:case 86:return Jd.value=this.match(85),this.next(),this.finishNode(Jd,"BooleanLiteralTypeAnnotation");case 53:if(this.state.value==="-"){if(this.next(),this.match(134))return this.parseLiteralAtNode(-this.state.value,"NumberLiteralTypeAnnotation",Jd);if(this.match(135))return this.parseLiteralAtNode(-this.state.value,"BigIntLiteralTypeAnnotation",Jd);throw this.raise(u1.UnexpectedSubtractionOperand,this.state.startLoc)}this.unexpected();return;case 134:return this.parseLiteral(this.state.value,"NumberLiteralTypeAnnotation");case 135:return this.parseLiteral(this.state.value,"BigIntLiteralTypeAnnotation");case 88:return this.next(),this.finishNode(Jd,"VoidTypeAnnotation");case 84:return this.next(),this.finishNode(Jd,"NullLiteralTypeAnnotation");case 78:return this.next(),this.finishNode(Jd,"ThisTypeAnnotation");case 55:return this.next(),this.finishNode(Jd,"ExistsTypeAnnotation");case 87:return this.flowParseTypeofType();default:if(Of(this.state.type)){let Vh=Xf(this.state.type);return this.next(),super.createIdentifier(Jd,Vh)}else if(Pf(this.state.type))return this.isContextual(129)?this.flowParseInterfaceType():this.flowIdentToTypeAnnotation(Hd,Jd,this.parseIdentifier())}this.unexpected()}flowParsePostfixType(){let Hd=this.state.startLoc,Jd=this.flowParsePrimaryType(),If=!1;for(;(this.match(0)||this.match(18))&&!this.canInsertSemicolon();){let Qf=this.startNodeAt(Hd),_h=this.eat(18);If=If||_h,this.expect(0),!_h&&this.match(3)?(Qf.elementType=Jd,this.next(),Jd=this.finishNode(Qf,"ArrayTypeAnnotation")):(Qf.objectType=Jd,Qf.indexType=this.flowParseType(),this.expect(3),If?(Qf.optional=_h,Jd=this.finishNode(Qf,"OptionalIndexedAccessType")):Jd=this.finishNode(Qf,"IndexedAccessType"))}return Jd}flowParsePrefixType(){let Hd=this.startNode();return this.eat(17)?(Hd.typeAnnotation=this.flowParsePrefixType(),this.finishNode(Hd,"NullableTypeAnnotation")):this.flowParsePostfixType()}flowParseAnonFunctionWithoutParens(){let Hd=this.flowParsePrefixType();if(!this.state.noAnonFunctionType&&this.eat(19)){let Jd=this.startNodeAt(Hd.loc.start);return Jd.params=[this.reinterpretTypeAsFunctionTypeParam(Hd)],Jd.rest=null,Jd.this=null,Jd.returnType=this.flowParseType(),Jd.typeParameters=null,this.finishNode(Jd,"FunctionTypeAnnotation")}return Hd}flowParseIntersectionType(){let Hd=this.startNode();this.eat(45);let Jd=this.flowParseAnonFunctionWithoutParens();for(Hd.types=[Jd];this.eat(45);)Hd.types.push(this.flowParseAnonFunctionWithoutParens());return Hd.types.length===1?Jd:this.finishNode(Hd,"IntersectionTypeAnnotation")}flowParseUnionType(){let Hd=this.startNode();this.eat(43);let Jd=this.flowParseIntersectionType();for(Hd.types=[Jd];this.eat(43);)Hd.types.push(this.flowParseIntersectionType());return Hd.types.length===1?Jd:this.finishNode(Hd,"UnionTypeAnnotation")}flowParseType(){let Hd=this.state.inType;this.state.inType=!0;let Jd=this.flowParseUnionType();return this.state.inType=Hd,Jd}flowParseTypeOrImplicitInstantiation(){if(this.state.type===132&&this.state.value==="_"){let Hd=this.state.startLoc,Jd=this.parseIdentifier();return this.flowParseGenericType(Hd,Jd)}else return this.flowParseType()}flowParseTypeAnnotation(){let Hd=this.startNode();return Hd.typeAnnotation=this.flowParseTypeInitialiser(),this.finishNode(Hd,"TypeAnnotation")}flowParseTypeAnnotatableIdentifier(Hd){let Jd=Hd?this.parseIdentifier():this.flowParseRestrictedIdentifier();return this.match(14)&&(Jd.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(Jd)),Jd}typeCastToParameter(Hd){return Hd.expression.typeAnnotation=Hd.typeAnnotation,this.resetEndLocation(Hd.expression,Hd.typeAnnotation.loc.end),Hd.expression}flowParseVariance(){let Hd=null;return this.match(53)?(Hd=this.startNode(),this.state.value==="+"?Hd.kind="plus":Hd.kind="minus",this.next(),this.finishNode(Hd,"Variance")):Hd}parseFunctionBody(Hd,Jd,If=!1){if(Jd){this.forwardNoArrowParamsConversionAt(Hd,()=>super.parseFunctionBody(Hd,!0,If));return}super.parseFunctionBody(Hd,!1,If)}parseFunctionBodyAndFinish(Hd,Jd,If=!1){if(this.match(14)){let Qf=this.startNode();[Qf.typeAnnotation,Hd.predicate]=this.flowParseTypeAndPredicateInitialiser(),Hd.returnType=Qf.typeAnnotation?this.finishNode(Qf,"TypeAnnotation"):null}return super.parseFunctionBodyAndFinish(Hd,Jd,If)}parseStatementLike(Hd){if(this.state.strict&&this.isContextual(129)){let If=this.lookahead();if(Lf(If.type)){let Qf=this.startNode();return this.next(),this.flowParseInterface(Qf)}}else if(this.shouldParseEnums()&&this.isContextual(126)){let If=this.startNode();return this.next(),this.flowParseEnumDeclaration(If)}let Jd=super.parseStatementLike(Hd);return this.flowPragma===void 0&&!this.isValidDirective(Jd)&&(this.flowPragma=null),Jd}parseExpressionStatement(Hd,Jd,If){if(Jd.type==="Identifier"){if(Jd.name==="declare"){if(this.match(80)||Pf(this.state.type)||this.match(68)||this.match(74)||this.match(82))return this.flowParseDeclare(Hd)}else if(Pf(this.state.type)){if(Jd.name==="interface")return this.flowParseInterface(Hd);if(Jd.name==="type")return this.flowParseTypeAlias(Hd);if(Jd.name==="opaque")return this.flowParseOpaqueType(Hd,!1)}}return super.parseExpressionStatement(Hd,Jd,If)}shouldParseExportDeclaration(){let{type:Hd}=this.state;return Tf(Hd)||this.shouldParseEnums()&&Hd===126?!this.state.containsEsc:super.shouldParseExportDeclaration()}isExportDefaultSpecifier(){let{type:Hd}=this.state;return Tf(Hd)||this.shouldParseEnums()&&Hd===126?this.state.containsEsc:super.isExportDefaultSpecifier()}parseExportDefaultExpression(){if(this.shouldParseEnums()&&this.isContextual(126)){let Hd=this.startNode();return this.next(),this.flowParseEnumDeclaration(Hd)}return super.parseExportDefaultExpression()}parseConditional(Hd,Jd,If){if(!this.match(17))return Hd;if(this.state.maybeInArrowParameters){let Qm=this.lookaheadCharCode();if(Qm===44||Qm===61||Qm===58||Qm===41)return this.setOptionalParametersError(If),Hd}this.expect(17);let Qf=this.state.clone(),_h=this.state.noArrowAt,$h=this.startNodeAt(Jd),{consequent:Vh,failed:im}=this.tryParseConditionalConsequent(),[Qh,$m]=this.getArrowLikeExpressions(Vh);if(im||$m.length>0){let Qm=[..._h];if($m.length>0){this.state=Qf,this.state.noArrowAt=Qm;for(let r1=0;r1<$m.length;r1++)Qm.push($m[r1].start);({consequent:Vh,failed:im}=this.tryParseConditionalConsequent()),[Qh,$m]=this.getArrowLikeExpressions(Vh)}im&&Qh.length>1&&this.raise(u1.AmbiguousConditionalArrow,Qf.startLoc),im&&Qh.length===1&&(this.state=Qf,Qm.push(Qh[0].start),this.state.noArrowAt=Qm,{consequent:Vh,failed:im}=this.tryParseConditionalConsequent())}return this.getArrowLikeExpressions(Vh,!0),this.state.noArrowAt=_h,this.expect(14),$h.test=Hd,$h.consequent=Vh,$h.alternate=this.forwardNoArrowParamsConversionAt($h,()=>this.parseMaybeAssign(void 0,void 0)),this.finishNode($h,"ConditionalExpression")}tryParseConditionalConsequent(){this.state.noArrowParamsConversionAt.push(this.state.start);let Hd=this.parseMaybeAssignAllowIn(),Jd=!this.match(14);return this.state.noArrowParamsConversionAt.pop(),{consequent:Hd,failed:Jd}}getArrowLikeExpressions(Hd,Jd){let If=[Hd],Qf=[];for(;If.length!==0;){let _h=If.pop();_h.type==="ArrowFunctionExpression"&&_h.body.type!=="BlockStatement"?(_h.typeParameters||!_h.returnType?this.finishArrowValidation(_h):Qf.push(_h),If.push(_h.body)):_h.type==="ConditionalExpression"&&(If.push(_h.consequent),If.push(_h.alternate))}return Jd?(Qf.forEach(_h=>this.finishArrowValidation(_h)),[Qf,[]]):E_(Qf,_h=>_h.params.every($h=>this.isAssignable($h,!0)))}finishArrowValidation(Hd){var Jd;this.toAssignableList(Hd.params,(Jd=Hd.extra)==null?void 0:Jd.trailingCommaLoc,!1),this.scope.enter(6),super.checkParams(Hd,!1,!0),this.scope.exit()}forwardNoArrowParamsConversionAt(Hd,Jd){let If;return this.state.noArrowParamsConversionAt.includes(Hd.start)?(this.state.noArrowParamsConversionAt.push(this.state.start),If=Jd(),this.state.noArrowParamsConversionAt.pop()):If=Jd(),If}parseParenItem(Hd,Jd){let If=super.parseParenItem(Hd,Jd);if(this.eat(17)&&(If.optional=!0,this.resetEndLocation(Hd)),this.match(14)){let Qf=this.startNodeAt(Jd);return Qf.expression=If,Qf.typeAnnotation=this.flowParseTypeAnnotation(),this.finishNode(Qf,"TypeCastExpression")}return If}assertModuleNodeAllowed(Hd){Hd.type==="ImportDeclaration"&&(Hd.importKind==="type"||Hd.importKind==="typeof")||Hd.type==="ExportNamedDeclaration"&&Hd.exportKind==="type"||Hd.type==="ExportAllDeclaration"&&Hd.exportKind==="type"||super.assertModuleNodeAllowed(Hd)}parseExportDeclaration(Hd){if(this.isContextual(130)){Hd.exportKind="type";let Jd=this.startNode();return this.next(),this.match(5)?(Hd.specifiers=this.parseExportSpecifiers(!0),super.parseExportFrom(Hd),null):this.flowParseTypeAlias(Jd)}else if(this.isContextual(131)){Hd.exportKind="type";let Jd=this.startNode();return this.next(),this.flowParseOpaqueType(Jd,!1)}else if(this.isContextual(129)){Hd.exportKind="type";let Jd=this.startNode();return this.next(),this.flowParseInterface(Jd)}else if(this.shouldParseEnums()&&this.isContextual(126)){Hd.exportKind="value";let Jd=this.startNode();return this.next(),this.flowParseEnumDeclaration(Jd)}else return super.parseExportDeclaration(Hd)}eatExportStar(Hd){return super.eatExportStar(Hd)?!0:this.isContextual(130)&&this.lookahead().type===55?(Hd.exportKind="type",this.next(),this.next(),!0):!1}maybeParseExportNamespaceSpecifier(Hd){let{startLoc:Jd}=this.state,If=super.maybeParseExportNamespaceSpecifier(Hd);return If&&Hd.exportKind==="type"&&this.unexpected(Jd),If}parseClassId(Hd,Jd,If){super.parseClassId(Hd,Jd,If),this.match(47)&&(Hd.typeParameters=this.flowParseTypeParameterDeclaration())}parseClassMember(Hd,Jd,If){let{startLoc:Qf}=this.state;if(this.isContextual(125)){if(super.parseClassMemberFromModifier(Hd,Jd))return;Jd.declare=!0}super.parseClassMember(Hd,Jd,If),Jd.declare&&(Jd.type!=="ClassProperty"&&Jd.type!=="ClassPrivateProperty"&&Jd.type!=="PropertyDefinition"?this.raise(u1.DeclareClassElement,Qf):Jd.value&&this.raise(u1.DeclareClassFieldInitializer,Jd.value))}isIterator(Hd){return Hd==="iterator"||Hd==="asyncIterator"}readIterator(){let Hd=super.readWord1(),Jd="@@"+Hd;(!this.isIterator(Hd)||!this.state.inType)&&this.raise(Nd.InvalidIdentifier,this.state.curPosition(),{identifierName:Jd}),this.finishToken(132,Jd)}getTokenFromCode(Hd){let Jd=this.input.charCodeAt(this.state.pos+1);Hd===123&&Jd===124?this.finishOp(6,2):this.state.inType&&(Hd===62||Hd===60)?this.finishOp(Hd===62?48:47,1):this.state.inType&&Hd===63?Jd===46?this.finishOp(18,2):this.finishOp(17,1):Km(Hd,Jd,this.input.charCodeAt(this.state.pos+2))?(this.state.pos+=2,this.readIterator()):super.getTokenFromCode(Hd)}isAssignable(Hd,Jd){return Hd.type==="TypeCastExpression"?this.isAssignable(Hd.expression,Jd):super.isAssignable(Hd,Jd)}toAssignable(Hd,Jd=!1){!Jd&&Hd.type==="AssignmentExpression"&&Hd.left.type==="TypeCastExpression"&&(Hd.left=this.typeCastToParameter(Hd.left)),super.toAssignable(Hd,Jd)}toAssignableList(Hd,Jd,If){for(let Qf=0;Qf<Hd.length;Qf++){let _h=Hd[Qf];(_h==null?void 0:_h.type)==="TypeCastExpression"&&(Hd[Qf]=this.typeCastToParameter(_h))}super.toAssignableList(Hd,Jd,If)}toReferencedList(Hd,Jd){for(let Qf=0;Qf<Hd.length;Qf++){var If;let _h=Hd[Qf];_h&&_h.type==="TypeCastExpression"&&!((If=_h.extra)!=null&&If.parenthesized)&&(Hd.length>1||!Jd)&&this.raise(u1.TypeCastInPattern,_h.typeAnnotation)}return Hd}parseArrayLike(Hd,Jd,If,Qf){let _h=super.parseArrayLike(Hd,Jd,If,Qf);return Jd&&!this.state.maybeInArrowParameters&&this.toReferencedList(_h.elements),_h}isValidLVal(Hd,Jd,If){return Hd==="TypeCastExpression"||super.isValidLVal(Hd,Jd,If)}parseClassProperty(Hd){return this.match(14)&&(Hd.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassProperty(Hd)}parseClassPrivateProperty(Hd){return this.match(14)&&(Hd.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassPrivateProperty(Hd)}isClassMethod(){return this.match(47)||super.isClassMethod()}isClassProperty(){return this.match(14)||super.isClassProperty()}isNonstaticConstructor(Hd){return!this.match(14)&&super.isNonstaticConstructor(Hd)}pushClassMethod(Hd,Jd,If,Qf,_h,$h){if(Jd.variance&&this.unexpected(Jd.variance.loc.start),delete Jd.variance,this.match(47)&&(Jd.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassMethod(Hd,Jd,If,Qf,_h,$h),Jd.params&&_h){let Vh=Jd.params;Vh.length>0&&this.isThisParam(Vh[0])&&this.raise(u1.ThisParamBannedInConstructor,Jd)}else if(Jd.type==="MethodDefinition"&&_h&&Jd.value.params){let Vh=Jd.value.params;Vh.length>0&&this.isThisParam(Vh[0])&&this.raise(u1.ThisParamBannedInConstructor,Jd)}}pushClassPrivateMethod(Hd,Jd,If,Qf){Jd.variance&&this.unexpected(Jd.variance.loc.start),delete Jd.variance,this.match(47)&&(Jd.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassPrivateMethod(Hd,Jd,If,Qf)}parseClassSuper(Hd){if(super.parseClassSuper(Hd),Hd.superClass&&this.match(47)&&(Hd.superTypeParameters=this.flowParseTypeParameterInstantiation()),this.isContextual(113)){this.next();let Jd=Hd.implements=[];do{let If=this.startNode();If.id=this.flowParseRestrictedIdentifier(!0),this.match(47)?If.typeParameters=this.flowParseTypeParameterInstantiation():If.typeParameters=null,Jd.push(this.finishNode(If,"ClassImplements"))}while(this.eat(12))}}checkGetterSetterParams(Hd){super.checkGetterSetterParams(Hd);let Jd=this.getObjectOrClassMethodParams(Hd);if(Jd.length>0){let If=Jd[0];this.isThisParam(If)&&Hd.kind==="get"?this.raise(u1.GetterMayNotHaveThisParam,If):this.isThisParam(If)&&this.raise(u1.SetterMayNotHaveThisParam,If)}}parsePropertyNamePrefixOperator(Hd){Hd.variance=this.flowParseVariance()}parseObjPropValue(Hd,Jd,If,Qf,_h,$h,Vh){Hd.variance&&this.unexpected(Hd.variance.loc.start),delete Hd.variance;let im;this.match(47)&&!$h&&(im=this.flowParseTypeParameterDeclaration(),this.match(10)||this.unexpected());let Qh=super.parseObjPropValue(Hd,Jd,If,Qf,_h,$h,Vh);return im&&((Qh.value||Qh).typeParameters=im),Qh}parseAssignableListItemTypes(Hd){return this.eat(17)&&(Hd.type!=="Identifier"&&this.raise(u1.PatternIsOptional,Hd),this.isThisParam(Hd)&&this.raise(u1.ThisParamMayNotBeOptional,Hd),Hd.optional=!0),this.match(14)?Hd.typeAnnotation=this.flowParseTypeAnnotation():this.isThisParam(Hd)&&this.raise(u1.ThisParamAnnotationRequired,Hd),this.match(29)&&this.isThisParam(Hd)&&this.raise(u1.ThisParamNoDefault,Hd),this.resetEndLocation(Hd),Hd}parseMaybeDefault(Hd,Jd){let If=super.parseMaybeDefault(Hd,Jd);return If.type==="AssignmentPattern"&&If.typeAnnotation&&If.right.start<If.typeAnnotation.start&&this.raise(u1.TypeBeforeInitializer,If.typeAnnotation),If}checkImportReflection(Hd){super.checkImportReflection(Hd),Hd.module&&Hd.importKind!=="value"&&this.raise(u1.ImportReflectionHasImportType,Hd.specifiers[0].loc.start)}parseImportSpecifierLocal(Hd,Jd,If){Jd.local=v0(Hd)?this.flowParseRestrictedIdentifier(!0,!0):this.parseIdentifier(),Hd.specifiers.push(this.finishImportSpecifier(Jd,If))}isPotentialImportPhase(Hd){if(super.isPotentialImportPhase(Hd))return!0;if(this.isContextual(130)){if(!Hd)return!0;let Jd=this.lookaheadCharCode();return Jd===123||Jd===42}return!Hd&&this.isContextual(87)}applyImportPhase(Hd,Jd,If,Qf){if(super.applyImportPhase(Hd,Jd,If,Qf),Jd){if(!If&&this.match(65))return;Hd.exportKind=If==="type"?If:"value"}else If==="type"&&this.match(55)&&this.unexpected(),Hd.importKind=If==="type"||If==="typeof"?If:"value"}parseImportSpecifier(Hd,Jd,If,Qf,_h){let $h=Hd.imported,Vh=null;$h.type==="Identifier"&&($h.name==="type"?Vh="type":$h.name==="typeof"&&(Vh="typeof"));let im=!1;if(this.isContextual(93)&&!this.isLookaheadContextual("as")){let $m=this.parseIdentifier(!0);Vh!==null&&!Lf(this.state.type)?(Hd.imported=$m,Hd.importKind=Vh,Hd.local=S0($m)):(Hd.imported=$h,Hd.importKind=null,Hd.local=this.parseIdentifier())}else{if(Vh!==null&&Lf(this.state.type))Hd.imported=this.parseIdentifier(!0),Hd.importKind=Vh;else{if(Jd)throw this.raise(Nd.ImportBindingIsString,Hd,{importName:$h.value});Hd.imported=$h,Hd.importKind=null}this.eatContextual(93)?Hd.local=this.parseIdentifier():(im=!0,Hd.local=S0(Hd.imported))}let Qh=v0(Hd);return If&&Qh&&this.raise(u1.ImportTypeShorthandOnlyInPureImport,Hd),(If||Qh)&&this.checkReservedType(Hd.local.name,Hd.local.loc.start,!0),im&&!If&&!Qh&&this.checkReservedWord(Hd.local.name,Hd.loc.start,!0,!0),this.finishImportSpecifier(Hd,"ImportSpecifier")}parseBindingAtom(){switch(this.state.type){case 78:return this.parseIdentifier(!0);default:return super.parseBindingAtom()}}parseFunctionParams(Hd,Jd){let If=Hd.kind;If!=="get"&&If!=="set"&&this.match(47)&&(Hd.typeParameters=this.flowParseTypeParameterDeclaration()),super.parseFunctionParams(Hd,Jd)}parseVarId(Hd,Jd){super.parseVarId(Hd,Jd),this.match(14)&&(Hd.id.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(Hd.id))}parseAsyncArrowFromCallExpression(Hd,Jd){if(this.match(14)){let If=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0,Hd.returnType=this.flowParseTypeAnnotation(),this.state.noAnonFunctionType=If}return super.parseAsyncArrowFromCallExpression(Hd,Jd)}shouldParseAsyncArrow(){return this.match(14)||super.shouldParseAsyncArrow()}parseMaybeAssign(Hd,Jd){var If;let Qf=null,_h;if(this.hasPlugin("jsx")&&(this.match(142)||this.match(47))){if(Qf=this.state.clone(),_h=this.tryParse(()=>super.parseMaybeAssign(Hd,Jd),Qf),!_h.error)return _h.node;let{context:im}=this.state,Qh=im[im.length-1];(Qh===jd.j_oTag||Qh===jd.j_expr)&&im.pop()}if((If=_h)!=null&&If.error||this.match(47)){var $h,Vh;Qf=Qf||this.state.clone();let im,Qh=this.tryParse(Qm=>{var r1;im=this.flowParseTypeParameterDeclaration();let a1=this.forwardNoArrowParamsConversionAt(im,()=>{let f0=super.parseMaybeAssign(Hd,Jd);return this.resetStartLocationFromNode(f0,im),f0});(r1=a1.extra)!=null&&r1.parenthesized&&Qm();let D1=this.maybeUnwrapTypeCastExpression(a1);return D1.type!=="ArrowFunctionExpression"&&Qm(),D1.typeParameters=im,this.resetStartLocationFromNode(D1,im),a1},Qf),$m=null;if(Qh.node&&this.maybeUnwrapTypeCastExpression(Qh.node).type==="ArrowFunctionExpression"){if(!Qh.error&&!Qh.aborted)return Qh.node.async&&this.raise(u1.UnexpectedTypeParameterBeforeAsyncArrowFunction,im),Qh.node;$m=Qh.node}if(($h=_h)!=null&&$h.node)return this.state=_h.failState,_h.node;if($m)return this.state=Qh.failState,$m;throw(Vh=_h)!=null&&Vh.thrown?_h.error:Qh.thrown?Qh.error:this.raise(u1.UnexpectedTokenAfterTypeParameter,im)}return super.parseMaybeAssign(Hd,Jd)}parseArrow(Hd){if(this.match(14)){let Jd=this.tryParse(()=>{let If=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0;let Qf=this.startNode();return[Qf.typeAnnotation,Hd.predicate]=this.flowParseTypeAndPredicateInitialiser(),this.state.noAnonFunctionType=If,this.canInsertSemicolon()&&this.unexpected(),this.match(19)||this.unexpected(),Qf});if(Jd.thrown)return null;Jd.error&&(this.state=Jd.failState),Hd.returnType=Jd.node.typeAnnotation?this.finishNode(Jd.node,"TypeAnnotation"):null}return super.parseArrow(Hd)}shouldParseArrow(Hd){return this.match(14)||super.shouldParseArrow(Hd)}setArrowFunctionParameters(Hd,Jd){this.state.noArrowParamsConversionAt.includes(Hd.start)?Hd.params=Jd:super.setArrowFunctionParameters(Hd,Jd)}checkParams(Hd,Jd,If,Qf=!0){if(!(If&&this.state.noArrowParamsConversionAt.includes(Hd.start))){for(let _h=0;_h<Hd.params.length;_h++)this.isThisParam(Hd.params[_h])&&_h>0&&this.raise(u1.ThisParamMustBeFirst,Hd.params[_h]);super.checkParams(Hd,Jd,If,Qf)}}parseParenAndDistinguishExpression(Hd){return super.parseParenAndDistinguishExpression(Hd&&!this.state.noArrowAt.includes(this.state.start))}parseSubscripts(Hd,Jd,If){if(Hd.type==="Identifier"&&Hd.name==="async"&&this.state.noArrowAt.includes(Jd.index)){this.next();let Qf=this.startNodeAt(Jd);Qf.callee=Hd,Qf.arguments=super.parseCallExpressionArguments(11,!1),Hd=this.finishNode(Qf,"CallExpression")}else if(Hd.type==="Identifier"&&Hd.name==="async"&&this.match(47)){let Qf=this.state.clone(),_h=this.tryParse(Vh=>this.parseAsyncArrowWithTypeParameters(Jd)||Vh(),Qf);if(!_h.error&&!_h.aborted)return _h.node;let $h=this.tryParse(()=>super.parseSubscripts(Hd,Jd,If),Qf);if($h.node&&!$h.error)return $h.node;if(_h.node)return this.state=_h.failState,_h.node;if($h.node)return this.state=$h.failState,$h.node;throw _h.error||$h.error}return super.parseSubscripts(Hd,Jd,If)}parseSubscript(Hd,Jd,If,Qf){if(this.match(18)&&this.isLookaheadToken_lt()){if(Qf.optionalChainMember=!0,If)return Qf.stop=!0,Hd;this.next();let _h=this.startNodeAt(Jd);return _h.callee=Hd,_h.typeArguments=this.flowParseTypeParameterInstantiation(),this.expect(10),_h.arguments=this.parseCallExpressionArguments(11,!1),_h.optional=!0,this.finishCallExpression(_h,!0)}else if(!If&&this.shouldParseTypes()&&this.match(47)){let _h=this.startNodeAt(Jd);_h.callee=Hd;let $h=this.tryParse(()=>(_h.typeArguments=this.flowParseTypeParameterInstantiationCallOrNew(),this.expect(10),_h.arguments=super.parseCallExpressionArguments(11,!1),Qf.optionalChainMember&&(_h.optional=!1),this.finishCallExpression(_h,Qf.optionalChainMember)));if($h.node)return $h.error&&(this.state=$h.failState),$h.node}return super.parseSubscript(Hd,Jd,If,Qf)}parseNewCallee(Hd){super.parseNewCallee(Hd);let Jd=null;this.shouldParseTypes()&&this.match(47)&&(Jd=this.tryParse(()=>this.flowParseTypeParameterInstantiationCallOrNew()).node),Hd.typeArguments=Jd}parseAsyncArrowWithTypeParameters(Hd){let Jd=this.startNodeAt(Hd);if(this.parseFunctionParams(Jd,!1),!!this.parseArrow(Jd))return super.parseArrowExpression(Jd,void 0,!0)}readToken_mult_modulo(Hd){let Jd=this.input.charCodeAt(this.state.pos+1);if(Hd===42&&Jd===47&&this.state.hasFlowComment){this.state.hasFlowComment=!1,this.state.pos+=2,this.nextToken();return}super.readToken_mult_modulo(Hd)}readToken_pipe_amp(Hd){let Jd=this.input.charCodeAt(this.state.pos+1);if(Hd===124&&Jd===125){this.finishOp(9,2);return}super.readToken_pipe_amp(Hd)}parseTopLevel(Hd,Jd){let If=super.parseTopLevel(Hd,Jd);return this.state.hasFlowComment&&this.raise(u1.UnterminatedFlowComment,this.state.curPosition()),If}skipBlockComment(){if(this.hasPlugin("flowComments")&&this.skipFlowComment()){if(this.state.hasFlowComment)throw this.raise(u1.NestedFlowComment,this.state.startLoc);this.hasFlowCommentCompletion();let Hd=this.skipFlowComment();Hd&&(this.state.pos+=Hd,this.state.hasFlowComment=!0);return}return super.skipBlockComment(this.state.hasFlowComment?"*-/":"*/")}skipFlowComment(){let{pos:Hd}=this.state,Jd=2;for(;[32,9].includes(this.input.charCodeAt(Hd+Jd));)Jd++;let If=this.input.charCodeAt(Jd+Hd),Qf=this.input.charCodeAt(Jd+Hd+1);return If===58&&Qf===58?Jd+2:this.input.slice(Jd+Hd,Jd+Hd+12)==="flow-include"?Jd+12:If===58&&Qf!==58?Jd:!1}hasFlowCommentCompletion(){if(this.input.indexOf("*/",this.state.pos)===-1)throw this.raise(Nd.UnterminatedComment,this.state.curPosition())}flowEnumErrorBooleanMemberNotInitialized(Hd,{enumName:Jd,memberName:If}){this.raise(u1.EnumBooleanMemberNotInitialized,Hd,{memberName:If,enumName:Jd})}flowEnumErrorInvalidMemberInitializer(Hd,Jd){return this.raise(Jd.explicitType?Jd.explicitType==="symbol"?u1.EnumInvalidMemberInitializerSymbolType:u1.EnumInvalidMemberInitializerPrimaryType:u1.EnumInvalidMemberInitializerUnknownType,Hd,Jd)}flowEnumErrorNumberMemberNotInitialized(Hd,Jd){this.raise(u1.EnumNumberMemberNotInitialized,Hd,Jd)}flowEnumErrorStringMemberInconsistentlyInitialized(Hd,Jd){this.raise(u1.EnumStringMemberInconsistentlyInitialized,Hd,Jd)}flowEnumMemberInit(){let Hd=this.state.startLoc,Jd=()=>this.match(12)||this.match(8);switch(this.state.type){case 134:{let If=this.parseNumericLiteral(this.state.value);return Jd()?{type:"number",loc:If.loc.start,value:If}:{type:"invalid",loc:Hd}}case 133:{let If=this.parseStringLiteral(this.state.value);return Jd()?{type:"string",loc:If.loc.start,value:If}:{type:"invalid",loc:Hd}}case 85:case 86:{let If=this.parseBooleanLiteral(this.match(85));return Jd()?{type:"boolean",loc:If.loc.start,value:If}:{type:"invalid",loc:Hd}}default:return{type:"invalid",loc:Hd}}}flowEnumMemberRaw(){let Hd=this.state.startLoc,Jd=this.parseIdentifier(!0),If=this.eat(29)?this.flowEnumMemberInit():{type:"none",loc:Hd};return{id:Jd,init:If}}flowEnumCheckExplicitTypeMismatch(Hd,Jd,If){let{explicitType:Qf}=Jd;Qf!==null&&Qf!==If&&this.flowEnumErrorInvalidMemberInitializer(Hd,Jd)}flowEnumMembers({enumName:Hd,explicitType:Jd}){let If=new Set,Qf={booleanMembers:[],numberMembers:[],stringMembers:[],defaultedMembers:[]},_h=!1;for(;!this.match(8);){if(this.eat(21)){_h=!0;break}let $h=this.startNode(),{id:Vh,init:im}=this.flowEnumMemberRaw(),Qh=Vh.name;if(Qh==="")continue;/^[a-z]/.test(Qh)&&this.raise(u1.EnumInvalidMemberName,Vh,{memberName:Qh,suggestion:Qh[0].toUpperCase()+Qh.slice(1),enumName:Hd}),If.has(Qh)&&this.raise(u1.EnumDuplicateMemberName,Vh,{memberName:Qh,enumName:Hd}),If.add(Qh);let $m={enumName:Hd,explicitType:Jd,memberName:Qh};switch($h.id=Vh,im.type){case"boolean":{this.flowEnumCheckExplicitTypeMismatch(im.loc,$m,"boolean"),$h.init=im.value,Qf.booleanMembers.push(this.finishNode($h,"EnumBooleanMember"));break}case"number":{this.flowEnumCheckExplicitTypeMismatch(im.loc,$m,"number"),$h.init=im.value,Qf.numberMembers.push(this.finishNode($h,"EnumNumberMember"));break}case"string":{this.flowEnumCheckExplicitTypeMismatch(im.loc,$m,"string"),$h.init=im.value,Qf.stringMembers.push(this.finishNode($h,"EnumStringMember"));break}case"invalid":throw this.flowEnumErrorInvalidMemberInitializer(im.loc,$m);case"none":switch(Jd){case"boolean":this.flowEnumErrorBooleanMemberNotInitialized(im.loc,$m);break;case"number":this.flowEnumErrorNumberMemberNotInitialized(im.loc,$m);break;default:Qf.defaultedMembers.push(this.finishNode($h,"EnumDefaultedMember"))}}this.match(8)||this.expect(12)}return{members:Qf,hasUnknownMembers:_h}}flowEnumStringMembers(Hd,Jd,{enumName:If}){if(Hd.length===0)return Jd;if(Jd.length===0)return Hd;if(Jd.length>Hd.length){for(let Qf of Hd)this.flowEnumErrorStringMemberInconsistentlyInitialized(Qf,{enumName:If});return Jd}else{for(let Qf of Jd)this.flowEnumErrorStringMemberInconsistentlyInitialized(Qf,{enumName:If});return Hd}}flowEnumParseExplicitType({enumName:Hd}){if(!this.eatContextual(102))return null;if(!Pf(this.state.type))throw this.raise(u1.EnumInvalidExplicitTypeUnknownSupplied,this.state.startLoc,{enumName:Hd});let{value:Jd}=this.state;return this.next(),Jd!=="boolean"&&Jd!=="number"&&Jd!=="string"&&Jd!=="symbol"&&this.raise(u1.EnumInvalidExplicitType,this.state.startLoc,{enumName:Hd,invalidEnumType:Jd}),Jd}flowEnumBody(Hd,Jd){let If=Jd.name,Qf=Jd.loc.start,_h=this.flowEnumParseExplicitType({enumName:If});this.expect(5);let{members:$h,hasUnknownMembers:Vh}=this.flowEnumMembers({enumName:If,explicitType:_h});switch(Hd.hasUnknownMembers=Vh,_h){case"boolean":return Hd.explicitType=!0,Hd.members=$h.booleanMembers,this.expect(8),this.finishNode(Hd,"EnumBooleanBody");case"number":return Hd.explicitType=!0,Hd.members=$h.numberMembers,this.expect(8),this.finishNode(Hd,"EnumNumberBody");case"string":return Hd.explicitType=!0,Hd.members=this.flowEnumStringMembers($h.stringMembers,$h.defaultedMembers,{enumName:If}),this.expect(8),this.finishNode(Hd,"EnumStringBody");case"symbol":return Hd.members=$h.defaultedMembers,this.expect(8),this.finishNode(Hd,"EnumSymbolBody");default:{let im=()=>(Hd.members=[],this.expect(8),this.finishNode(Hd,"EnumStringBody"));Hd.explicitType=!1;let Qh=$h.booleanMembers.length,$m=$h.numberMembers.length,Qm=$h.stringMembers.length,r1=$h.defaultedMembers.length;if(!Qh&&!$m&&!Qm&&!r1)return im();if(!Qh&&!$m)return Hd.members=this.flowEnumStringMembers($h.stringMembers,$h.defaultedMembers,{enumName:If}),this.expect(8),this.finishNode(Hd,"EnumStringBody");if(!$m&&!Qm&&Qh>=r1){for(let a1 of $h.defaultedMembers)this.flowEnumErrorBooleanMemberNotInitialized(a1.loc.start,{enumName:If,memberName:a1.id.name});return Hd.members=$h.booleanMembers,this.expect(8),this.finishNode(Hd,"EnumBooleanBody")}else if(!Qh&&!Qm&&$m>=r1){for(let a1 of $h.defaultedMembers)this.flowEnumErrorNumberMemberNotInitialized(a1.loc.start,{enumName:If,memberName:a1.id.name});return Hd.members=$h.numberMembers,this.expect(8),this.finishNode(Hd,"EnumNumberBody")}else return this.raise(u1.EnumInconsistentMemberValues,Qf,{enumName:If}),im()}}}flowParseEnumDeclaration(Hd){let Jd=this.parseIdentifier();return Hd.id=Jd,Hd.body=this.flowEnumBody(this.startNode(),Jd),this.finishNode(Hd,"EnumDeclaration")}isLookaheadToken_lt(){let Hd=this.nextTokenStart();if(this.input.charCodeAt(Hd)===60){let Jd=this.input.charCodeAt(Hd+1);return Jd!==60&&Jd!==61}return!1}maybeUnwrapTypeCastExpression(Hd){return Hd.type==="TypeCastExpression"?Hd.expression:Hd}},p0=Ad`jsx`({AttributeIsEmpty:"JSX attributes must only be assigned a non-empty expression.",MissingClosingTagElement:({openingTagName:Xd})=>`Expected corresponding JSX closing tag for <${Xd}>.`,MissingClosingTagFragment:"Expected corresponding JSX closing tag for <>.",UnexpectedSequenceExpression:"Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?",UnexpectedToken:({unexpected:Xd,HTMLEntity:Hd})=>`Unexpected token \`${Xd}\`. Did you mean \`${Hd}\` or \`{'${Xd}'}\`?`,UnsupportedJsxValue:"JSX value should be either an expression or a quoted JSX text.",UnterminatedJsxContent:"Unterminated JSX contents.",UnwrappedAdjacentJSXElements:"Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>?"});function W0(Xd){return Xd?Xd.type==="JSXOpeningFragment"||Xd.type==="JSXClosingFragment":!1}function sg(Xd){if(Xd.type==="JSXIdentifier")return Xd.name;if(Xd.type==="JSXNamespacedName")return Xd.namespace.name+":"+Xd.name.name;if(Xd.type==="JSXMemberExpression")return sg(Xd.object)+"."+sg(Xd.property);throw new Error("Node had unexpected type: "+Xd.type)}var ng=Xd=>class extends Xd{jsxReadToken(){let Hd="",Jd=this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(p0.UnterminatedJsxContent,this.state.startLoc);let If=this.input.charCodeAt(this.state.pos);switch(If){case 60:case 123:if(this.state.pos===this.state.start){If===60&&this.state.canStartJSXElement?(++this.state.pos,this.finishToken(142)):super.getTokenFromCode(If);return}Hd+=this.input.slice(Jd,this.state.pos),this.finishToken(141,Hd);return;case 38:Hd+=this.input.slice(Jd,this.state.pos),Hd+=this.jsxReadEntity(),Jd=this.state.pos;break;case 62:case 125:default:Xh(If)?(Hd+=this.input.slice(Jd,this.state.pos),Hd+=this.jsxReadNewLine(!0),Jd=this.state.pos):++this.state.pos}}}jsxReadNewLine(Hd){let Jd=this.input.charCodeAt(this.state.pos),If;return++this.state.pos,Jd===13&&this.input.charCodeAt(this.state.pos)===10?(++this.state.pos,If=Hd?`
`:`\r
`):If=String.fromCharCode(Jd),++this.state.curLine,this.state.lineStart=this.state.pos,If}jsxReadString(Hd){let Jd="",If=++this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(Nd.UnterminatedString,this.state.startLoc);let Qf=this.input.charCodeAt(this.state.pos);if(Qf===Hd)break;Qf===38?(Jd+=this.input.slice(If,this.state.pos),Jd+=this.jsxReadEntity(),If=this.state.pos):Xh(Qf)?(Jd+=this.input.slice(If,this.state.pos),Jd+=this.jsxReadNewLine(!1),If=this.state.pos):++this.state.pos}Jd+=this.input.slice(If,this.state.pos++),this.finishToken(133,Jd)}jsxReadEntity(){let Hd=++this.state.pos;if(this.codePointAtPos(this.state.pos)===35){++this.state.pos;let Jd=10;this.codePointAtPos(this.state.pos)===120&&(Jd=16,++this.state.pos);let If=this.readInt(Jd,void 0,!1,"bail");if(If!==null&&this.codePointAtPos(this.state.pos)===59)return++this.state.pos,String.fromCodePoint(If)}else{let Jd=0,If=!1;for(;Jd++<10&&this.state.pos<this.length&&!(If=this.codePointAtPos(this.state.pos)===59);)++this.state.pos;if(If){this.input.slice(Hd,this.state.pos);let Qf;++this.state.pos}}return this.state.pos=Hd,"&"}jsxReadWord(){let Hd,Jd=this.state.pos;do Hd=this.input.charCodeAt(++this.state.pos);while(Gh(Hd)||Hd===45);this.finishToken(140,this.input.slice(Jd,this.state.pos))}jsxParseIdentifier(){let Hd=this.startNode();return this.match(140)?Hd.name=this.state.value:Of(this.state.type)?Hd.name=Xf(this.state.type):this.unexpected(),this.next(),this.finishNode(Hd,"JSXIdentifier")}jsxParseNamespacedName(){let Hd=this.state.startLoc,Jd=this.jsxParseIdentifier();if(!this.eat(14))return Jd;let If=this.startNodeAt(Hd);return If.namespace=Jd,If.name=this.jsxParseIdentifier(),this.finishNode(If,"JSXNamespacedName")}jsxParseElementName(){let Hd=this.state.startLoc,Jd=this.jsxParseNamespacedName();if(Jd.type==="JSXNamespacedName")return Jd;for(;this.eat(16);){let If=this.startNodeAt(Hd);If.object=Jd,If.property=this.jsxParseIdentifier(),Jd=this.finishNode(If,"JSXMemberExpression")}return Jd}jsxParseAttributeValue(){let Hd;switch(this.state.type){case 5:return Hd=this.startNode(),this.setContext(jd.brace),this.next(),Hd=this.jsxParseExpressionContainer(Hd,jd.j_oTag),Hd.expression.type==="JSXEmptyExpression"&&this.raise(p0.AttributeIsEmpty,Hd),Hd;case 142:case 133:return this.parseExprAtom();default:throw this.raise(p0.UnsupportedJsxValue,this.state.startLoc)}}jsxParseEmptyExpression(){let Hd=this.startNodeAt(this.state.lastTokEndLoc);return this.finishNodeAt(Hd,"JSXEmptyExpression",this.state.startLoc)}jsxParseSpreadChild(Hd){return this.next(),Hd.expression=this.parseExpression(),this.setContext(jd.j_expr),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(Hd,"JSXSpreadChild")}jsxParseExpressionContainer(Hd,Jd){if(this.match(8))Hd.expression=this.jsxParseEmptyExpression();else{let If=this.parseExpression();Hd.expression=If}return this.setContext(Jd),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(Hd,"JSXExpressionContainer")}jsxParseAttribute(){let Hd=this.startNode();return this.match(5)?(this.setContext(jd.brace),this.next(),this.expect(21),Hd.argument=this.parseMaybeAssignAllowIn(),this.setContext(jd.j_oTag),this.state.canStartJSXElement=!0,this.expect(8),this.finishNode(Hd,"JSXSpreadAttribute")):(Hd.name=this.jsxParseNamespacedName(),Hd.value=this.eat(29)?this.jsxParseAttributeValue():null,this.finishNode(Hd,"JSXAttribute"))}jsxParseOpeningElementAt(Hd){let Jd=this.startNodeAt(Hd);return this.eat(143)?this.finishNode(Jd,"JSXOpeningFragment"):(Jd.name=this.jsxParseElementName(),this.jsxParseOpeningElementAfterName(Jd))}jsxParseOpeningElementAfterName(Hd){let Jd=[];for(;!this.match(56)&&!this.match(143);)Jd.push(this.jsxParseAttribute());return Hd.attributes=Jd,Hd.selfClosing=this.eat(56),this.expect(143),this.finishNode(Hd,"JSXOpeningElement")}jsxParseClosingElementAt(Hd){let Jd=this.startNodeAt(Hd);return this.eat(143)?this.finishNode(Jd,"JSXClosingFragment"):(Jd.name=this.jsxParseElementName(),this.expect(143),this.finishNode(Jd,"JSXClosingElement"))}jsxParseElementAt(Hd){let Jd=this.startNodeAt(Hd),If=[],Qf=this.jsxParseOpeningElementAt(Hd),_h=null;if(!Qf.selfClosing){e:for(;;)switch(this.state.type){case 142:if(Hd=this.state.startLoc,this.next(),this.eat(56)){_h=this.jsxParseClosingElementAt(Hd);break e}If.push(this.jsxParseElementAt(Hd));break;case 141:If.push(this.parseLiteral(this.state.value,"JSXText"));break;case 5:{let $h=this.startNode();this.setContext(jd.brace),this.next(),this.match(21)?If.push(this.jsxParseSpreadChild($h)):If.push(this.jsxParseExpressionContainer($h,jd.j_expr));break}default:this.unexpected()}W0(Qf)&&!W0(_h)&&_h!==null?this.raise(p0.MissingClosingTagFragment,_h):!W0(Qf)&&W0(_h)?this.raise(p0.MissingClosingTagElement,_h,{openingTagName:sg(Qf.name)}):!W0(Qf)&&!W0(_h)&&sg(_h.name)!==sg(Qf.name)&&this.raise(p0.MissingClosingTagElement,_h,{openingTagName:sg(Qf.name)})}if(W0(Qf)?(Jd.openingFragment=Qf,Jd.closingFragment=_h):(Jd.openingElement=Qf,Jd.closingElement=_h),Jd.children=If,this.match(47))throw this.raise(p0.UnwrappedAdjacentJSXElements,this.state.startLoc);return W0(Qf)?this.finishNode(Jd,"JSXFragment"):this.finishNode(Jd,"JSXElement")}jsxParseElement(){let Hd=this.state.startLoc;return this.next(),this.jsxParseElementAt(Hd)}setContext(Hd){let{context:Jd}=this.state;Jd[Jd.length-1]=Hd}parseExprAtom(Hd){return this.match(142)?this.jsxParseElement():this.match(47)&&this.input.charCodeAt(this.state.pos)!==33?(this.replaceToken(142),this.jsxParseElement()):super.parseExprAtom(Hd)}skipSpace(){this.curContext().preserveSpace||super.skipSpace()}getTokenFromCode(Hd){let Jd=this.curContext();if(Jd===jd.j_expr){this.jsxReadToken();return}if(Jd===jd.j_oTag||Jd===jd.j_cTag){if(Ah(Hd)){this.jsxReadWord();return}if(Hd===62){++this.state.pos,this.finishToken(143);return}if((Hd===34||Hd===39)&&Jd===jd.j_oTag){this.jsxReadString(Hd);return}}if(Hd===60&&this.state.canStartJSXElement&&this.input.charCodeAt(this.state.pos+1)!==33){++this.state.pos,this.finishToken(142);return}super.getTokenFromCode(Hd)}updateContext(Hd){let{context:Jd,type:If}=this.state;if(If===56&&Hd===142)Jd.splice(-2,2,jd.j_cTag),this.state.canStartJSXElement=!1;else if(If===142)Jd.push(jd.j_oTag);else if(If===143){let Qf=Jd[Jd.length-1];Qf===jd.j_oTag&&Hd===56||Qf===jd.j_cTag?(Jd.pop(),this.state.canStartJSXElement=Jd[Jd.length-1]===jd.j_expr):(this.setContext(jd.j_expr),this.state.canStartJSXElement=!0)}else this.state.canStartJSXElement=xf(If)}},Yg=class extends F1{constructor(...Xd){super(...Xd),this.tsNames=new Map}},_v=class extends M1{constructor(...Xd){super(...Xd),this.importsStack=[]}createScope(Xd){return this.importsStack.push(new Set),new Yg(Xd)}enter(Xd){Xd===256&&this.importsStack.push(new Set),super.enter(Xd)}exit(){let Xd=super.exit();return Xd===256&&this.importsStack.pop(),Xd}hasImport(Xd,Hd){let Jd=this.importsStack.length;if(this.importsStack[Jd-1].has(Xd))return!0;if(!Hd&&Jd>1){for(let If=0;If<Jd-1;If++)if(this.importsStack[If].has(Xd))return!0}return!1}declareName(Xd,Hd,Jd){if(Hd&4096){this.hasImport(Xd,!0)&&this.parser.raise(Nd.VarRedeclaration,Jd,{identifierName:Xd}),this.importsStack[this.importsStack.length-1].add(Xd);return}let If=this.currentScope(),Qf=If.tsNames.get(Xd)||0;if(Hd&1024){this.maybeExportDefined(If,Xd),If.tsNames.set(Xd,Qf|16);return}super.declareName(Xd,Hd,Jd),Hd&2&&(Hd&1||(this.checkRedeclarationInScope(If,Xd,Hd,Jd),this.maybeExportDefined(If,Xd)),Qf=Qf|1),Hd&256&&(Qf=Qf|2),Hd&512&&(Qf=Qf|4),Hd&128&&(Qf=Qf|8),Qf&&If.tsNames.set(Xd,Qf)}isRedeclaredInScope(Xd,Hd,Jd){let If=Xd.tsNames.get(Hd);if((If&2)>0){if(Jd&256){let Qf=!!(Jd&512),_h=(If&4)>0;return Qf!==_h}return!0}return Jd&128&&(If&8)>0?Xd.names.get(Hd)&2?!!(Jd&1):!1:Jd&2&&(If&1)>0?!0:super.isRedeclaredInScope(Xd,Hd,Jd)}checkLocalExport(Xd){let{name:Hd}=Xd;if(this.hasImport(Hd))return;let Jd=this.scopeStack.length;for(let If=Jd-1;If>=0;If--){let Qf=this.scopeStack[If].tsNames.get(Hd);if((Qf&1)>0||(Qf&16)>0)return}super.checkLocalExport(Xd)}},U_=(Xd,Hd)=>hasOwnProperty.call(Xd,Hd)&&Xd[Hd],vv=Xd=>Xd.type==="ParenthesizedExpression"?vv(Xd.expression):Xd,Zv=class extends l_{toAssignable(Xd,Hd=!1){var Jd,If;let Qf;switch((Xd.type==="ParenthesizedExpression"||(Jd=Xd.extra)!=null&&Jd.parenthesized)&&(Qf=vv(Xd),Hd?Qf.type==="Identifier"?this.expressionScope.recordArrowParameterBindingError(Nd.InvalidParenthesizedAssignment,Xd):Qf.type!=="MemberExpression"&&!this.isOptionalMemberExpression(Qf)&&this.raise(Nd.InvalidParenthesizedAssignment,Xd):this.raise(Nd.InvalidParenthesizedAssignment,Xd)),Xd.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":Xd.type="ObjectPattern";for(let $h=0,Vh=Xd.properties.length,im=Vh-1;$h<Vh;$h++){var _h;let Qh=Xd.properties[$h],$m=$h===im;this.toAssignableObjectExpressionProp(Qh,$m,Hd),$m&&Qh.type==="RestElement"&&(_h=Xd.extra)!=null&&_h.trailingCommaLoc&&this.raise(Nd.RestTrailingComma,Xd.extra.trailingCommaLoc)}break;case"ObjectProperty":{let{key:$h,value:Vh}=Xd;this.isPrivateName($h)&&this.classScope.usePrivateName(this.getPrivateNameSV($h),$h.loc.start),this.toAssignable(Vh,Hd);break}case"SpreadElement":throw new Error("Internal @babel/parser error (this is a bug, please report it). SpreadElement should be converted by .toAssignable's caller.");case"ArrayExpression":Xd.type="ArrayPattern",this.toAssignableList(Xd.elements,(If=Xd.extra)==null?void 0:If.trailingCommaLoc,Hd);break;case"AssignmentExpression":Xd.operator!=="="&&this.raise(Nd.MissingEqInAssignment,Xd.left.loc.end),Xd.type="AssignmentPattern",delete Xd.operator,this.toAssignable(Xd.left,Hd);break;case"ParenthesizedExpression":this.toAssignable(Qf,Hd);break}}toAssignableObjectExpressionProp(Xd,Hd,Jd){if(Xd.type==="ObjectMethod")this.raise(Xd.kind==="get"||Xd.kind==="set"?Nd.PatternHasAccessor:Nd.PatternHasMethod,Xd.key);else if(Xd.type==="SpreadElement"){Xd.type="RestElement";let If=Xd.argument;this.checkToRestConversion(If,!1),this.toAssignable(If,Jd),Hd||this.raise(Nd.RestTrailingComma,Xd)}else this.toAssignable(Xd,Jd)}toAssignableList(Xd,Hd,Jd){let If=Xd.length-1;for(let Qf=0;Qf<=If;Qf++){let _h=Xd[Qf];if(_h){if(_h.type==="SpreadElement"){_h.type="RestElement";let $h=_h.argument;this.checkToRestConversion($h,!0),this.toAssignable($h,Jd)}else this.toAssignable(_h,Jd);_h.type==="RestElement"&&(Qf<If?this.raise(Nd.RestTrailingComma,_h):Hd&&this.raise(Nd.RestTrailingComma,Hd))}}}isAssignable(Xd,Hd){switch(Xd.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":return!0;case"ObjectExpression":{let Jd=Xd.properties.length-1;return Xd.properties.every((If,Qf)=>If.type!=="ObjectMethod"&&(Qf===Jd||If.type!=="SpreadElement")&&this.isAssignable(If))}case"ObjectProperty":return this.isAssignable(Xd.value);case"SpreadElement":return this.isAssignable(Xd.argument);case"ArrayExpression":return Xd.elements.every(Jd=>Jd===null||this.isAssignable(Jd));case"AssignmentExpression":return Xd.operator==="=";case"ParenthesizedExpression":return this.isAssignable(Xd.expression);case"MemberExpression":case"OptionalMemberExpression":return!Hd;default:return!1}}toReferencedList(Xd,Hd){return Xd}toReferencedListDeep(Xd,Hd){this.toReferencedList(Xd,Hd);for(let Jd of Xd)(Jd==null?void 0:Jd.type)==="ArrayExpression"&&this.toReferencedListDeep(Jd.elements)}parseSpread(Xd){let Hd=this.startNode();return this.next(),Hd.argument=this.parseMaybeAssignAllowIn(Xd,void 0),this.finishNode(Hd,"SpreadElement")}parseRestBinding(){let Xd=this.startNode();return this.next(),Xd.argument=this.parseBindingAtom(),this.finishNode(Xd,"RestElement")}parseBindingAtom(){switch(this.state.type){case 0:{let Xd=this.startNode();return this.next(),Xd.elements=this.parseBindingList(3,93,1),this.finishNode(Xd,"ArrayPattern")}case 5:return this.parseObjectLike(8,!0)}return this.parseIdentifier()}parseBindingList(Xd,Hd,Jd){let If=Jd&1,Qf=[],_h=!0;for(;!this.eat(Xd);)if(_h?_h=!1:this.expect(12),If&&this.match(12))Qf.push(null);else{if(this.eat(Xd))break;if(this.match(21)){if(Qf.push(this.parseAssignableListItemTypes(this.parseRestBinding(),Jd)),!this.checkCommaAfterRest(Hd)){this.expect(Xd);break}}else{let $h=[];for(this.match(26)&&this.hasPlugin("decorators")&&this.raise(Nd.UnsupportedParameterDecorator,this.state.startLoc);this.match(26);)$h.push(this.parseDecorator());Qf.push(this.parseAssignableListItem(Jd,$h))}}return Qf}parseBindingRestProperty(Xd){return this.next(),Xd.argument=this.parseIdentifier(),this.checkCommaAfterRest(125),this.finishNode(Xd,"RestElement")}parseBindingProperty(){let{type:Xd,startLoc:Hd}=this.state;if(Xd===21)return this.parseBindingRestProperty(this.startNode());let Jd=this.startNode();return Xd===138?(this.expectPlugin("destructuringPrivate",Hd),this.classScope.usePrivateName(this.state.value,Hd),Jd.key=this.parsePrivateName()):this.parsePropertyName(Jd),Jd.method=!1,this.parseObjPropValue(Jd,Hd,!1,!1,!0,!1)}parseAssignableListItem(Xd,Hd){let Jd=this.parseMaybeDefault();this.parseAssignableListItemTypes(Jd,Xd);let If=this.parseMaybeDefault(Jd.loc.start,Jd);return Hd.length&&(Jd.decorators=Hd),If}parseAssignableListItemTypes(Xd,Hd){return Xd}parseMaybeDefault(Xd,Hd){var Jd;if(Xd!=null||(Xd=this.state.startLoc),Hd=(Jd=Hd)!=null?Jd:this.parseBindingAtom(),!this.eat(29))return Hd;let If=this.startNodeAt(Xd);return If.left=Hd,If.right=this.parseMaybeAssignAllowIn(),this.finishNode(If,"AssignmentPattern")}isValidLVal(Xd,Hd,Jd){return U_({AssignmentPattern:"left",RestElement:"argument",ObjectProperty:"value",ParenthesizedExpression:"expression",ArrayPattern:"elements",ObjectPattern:"properties"},Xd)}isOptionalMemberExpression(Xd){return Xd.type==="OptionalMemberExpression"}checkLVal(Xd,{in:Hd,binding:Jd=64,checkClashes:If=!1,strictModeChanged:Qf=!1,hasParenthesizedAncestor:_h=!1}){var $h;let Vh=Xd.type;if(this.isObjectMethod(Xd))return;let im=this.isOptionalMemberExpression(Xd);if(im||Vh==="MemberExpression"){im&&(this.expectPlugin("optionalChainingAssign",Xd.loc.start),Hd.type!=="AssignmentExpression"&&this.raise(Nd.InvalidLhsOptionalChaining,Xd,{ancestor:Hd})),Jd!==64&&this.raise(Nd.InvalidPropertyBindingPattern,Xd);return}if(Vh==="Identifier"){this.checkIdentifier(Xd,Jd,Qf);let{name:a1}=Xd;If&&(If.has(a1)?this.raise(Nd.ParamDupe,Xd):If.add(a1));return}let Qh=this.isValidLVal(Vh,!(_h||($h=Xd.extra)!=null&&$h.parenthesized)&&Hd.type==="AssignmentExpression",Jd);if(Qh===!0)return;if(Qh===!1){let a1=Jd===64?Nd.InvalidLhs:Nd.InvalidLhsBinding;this.raise(a1,Xd,{ancestor:Hd});return}let[$m,Qm]=Array.isArray(Qh)?Qh:[Qh,Vh==="ParenthesizedExpression"],r1=Vh==="ArrayPattern"||Vh==="ObjectPattern"?{type:Vh}:Hd;for(let a1 of[].concat(Xd[$m]))a1&&this.checkLVal(a1,{in:r1,binding:Jd,checkClashes:If,strictModeChanged:Qf,hasParenthesizedAncestor:Qm})}checkIdentifier(Xd,Hd,Jd=!1){this.state.strict&&(Jd?Gm(Xd.name,this.inModule):Fm(Xd.name))&&(Hd===64?this.raise(Nd.StrictEvalArguments,Xd,{referenceName:Xd.name}):this.raise(Nd.StrictEvalArgumentsBinding,Xd,{bindingName:Xd.name})),Hd&8192&&Xd.name==="let"&&this.raise(Nd.LetInLexicalBinding,Xd),Hd&64||this.declareNameFromIdentifier(Xd,Hd)}declareNameFromIdentifier(Xd,Hd){this.scope.declareName(Xd.name,Hd,Xd.loc.start)}checkToRestConversion(Xd,Hd){switch(Xd.type){case"ParenthesizedExpression":this.checkToRestConversion(Xd.expression,Hd);break;case"Identifier":case"MemberExpression":break;case"ArrayExpression":case"ObjectExpression":if(Hd)break;default:this.raise(Nd.InvalidRestAssignmentPattern,Xd)}}checkCommaAfterRest(Xd){return this.match(12)?(this.raise(this.lookaheadCharCode()===Xd?Nd.RestTrailingComma:Nd.ElementAfterRest,this.state.startLoc),!0):!1}},H_=(Xd,Hd)=>hasOwnProperty.call(Xd,Hd)&&Xd[Hd];function V_(Xd){if(Xd==null)throw new Error(`Unexpected ${Xd} value.`);return Xd}function z_(Xd){if(!Xd)throw new Error("Assert fail")}var Ym=Ad`typescript`({AbstractMethodHasImplementation:({methodName:Xd})=>`Method '${Xd}' cannot have an implementation because it is marked abstract.`,AbstractPropertyHasInitializer:({propertyName:Xd})=>`Property '${Xd}' cannot have an initializer because it is marked abstract.`,AccesorCannotDeclareThisParameter:"'get' and 'set' accessors cannot declare 'this' parameters.",AccesorCannotHaveTypeParameters:"An accessor cannot have type parameters.",AccessorCannotBeOptional:"An 'accessor' property cannot be declared optional.",ClassMethodHasDeclare:"Class methods cannot have the 'declare' modifier.",ClassMethodHasReadonly:"Class methods cannot have the 'readonly' modifier.",ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference:"A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.",ConstructorHasTypeParameters:"Type parameters cannot appear on a constructor declaration.",DeclareAccessor:({kind:Xd})=>`'declare' is not allowed in ${Xd}ters.`,DeclareClassFieldHasInitializer:"Initializers are not allowed in ambient contexts.",DeclareFunctionHasImplementation:"An implementation cannot be declared in ambient contexts.",DuplicateAccessibilityModifier:({modifier:Xd})=>"Accessibility modifier already seen.",DuplicateModifier:({modifier:Xd})=>`Duplicate modifier: '${Xd}'.`,EmptyHeritageClauseType:({token:Xd})=>`'${Xd}' list cannot be empty.`,EmptyTypeArguments:"Type argument list cannot be empty.",EmptyTypeParameters:"Type parameter list cannot be empty.",ExpectedAmbientAfterExportDeclare:"'export declare' must be followed by an ambient declaration.",ImportAliasHasImportType:"An import alias can not use 'import type'.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` modifier",IncompatibleModifiers:({modifiers:Xd})=>`'${Xd[0]}' modifier cannot be used with '${Xd[1]}' modifier.`,IndexSignatureHasAbstract:"Index signatures cannot have the 'abstract' modifier.",IndexSignatureHasAccessibility:({modifier:Xd})=>`Index signatures cannot have an accessibility modifier ('${Xd}').`,IndexSignatureHasDeclare:"Index signatures cannot have the 'declare' modifier.",IndexSignatureHasOverride:"'override' modifier cannot appear on an index signature.",IndexSignatureHasStatic:"Index signatures cannot have the 'static' modifier.",InitializerNotAllowedInAmbientContext:"Initializers are not allowed in ambient contexts.",InvalidModifierOnTypeMember:({modifier:Xd})=>`'${Xd}' modifier cannot appear on a type member.`,InvalidModifierOnTypeParameter:({modifier:Xd})=>`'${Xd}' modifier cannot appear on a type parameter.`,InvalidModifierOnTypeParameterPositions:({modifier:Xd})=>`'${Xd}' modifier can only appear on a type parameter of a class, interface or type alias.`,InvalidModifiersOrder:({orderedModifiers:Xd})=>`'${Xd[0]}' modifier must precede '${Xd[1]}' modifier.`,InvalidPropertyAccessAfterInstantiationExpression:"Invalid property access after an instantiation expression. You can either wrap the instantiation expression in parentheses, or delete the type arguments.",InvalidTupleMemberLabel:"Tuple members must be labeled with a simple identifier.",MissingInterfaceName:"'interface' declarations must be followed by an identifier.",NonAbstractClassHasAbstractMethod:"Abstract methods can only appear within an abstract class.",NonClassMethodPropertyHasAbstractModifer:"'abstract' modifier can only appear on a class, method, or property declaration.",OptionalTypeBeforeRequired:"A required element cannot follow an optional element.",OverrideNotInSubClass:"This member cannot have an 'override' modifier because its containing class does not extend another class.",PatternIsOptional:"A binding pattern parameter cannot be optional in an implementation signature.",PrivateElementHasAbstract:"Private elements cannot have the 'abstract' modifier.",PrivateElementHasAccessibility:({modifier:Xd})=>`Private elements cannot have an accessibility modifier ('${Xd}').`,ReadonlyForMethodSignature:"'readonly' modifier can only appear on a property declaration or index signature.",ReservedArrowTypeParam:"This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `<T,>() => ...`.",ReservedTypeAssertion:"This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.",SetAccesorCannotHaveOptionalParameter:"A 'set' accessor cannot have an optional parameter.",SetAccesorCannotHaveRestParameter:"A 'set' accessor cannot have rest parameter.",SetAccesorCannotHaveReturnType:"A 'set' accessor cannot have a return type annotation.",SingleTypeParameterWithoutTrailingComma:({typeParameterName:Xd})=>`Single type parameter ${Xd} should have a trailing comma. Example usage: <${Xd},>.`,StaticBlockCannotHaveModifier:"Static class blocks cannot have any modifier.",TupleOptionalAfterType:"A labeled tuple optional element must be declared using a question mark after the name and before the colon (`name?: type`), rather than after the type (`name: type?`).",TypeAnnotationAfterAssign:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeImportCannotSpecifyDefaultAndNamed:"A type-only import can specify a default import or named bindings, but not both.",TypeModifierIsUsedInTypeExports:"The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.",TypeModifierIsUsedInTypeImports:"The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.",UnexpectedParameterModifier:"A parameter property is only allowed in a constructor implementation.",UnexpectedReadonly:"'readonly' type modifier is only permitted on array and tuple literal types.",UnexpectedTypeAnnotation:"Did not expect a type annotation here.",UnexpectedTypeCastInParameter:"Unexpected type cast in parameter position.",UnsupportedImportTypeArgument:"Argument in a type import must be a string literal.",UnsupportedParameterPropertyKind:"A parameter property may not be declared using a binding pattern.",UnsupportedSignatureParameterKind:({type:Xd})=>`Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${Xd}.`});function Z1(Xd){switch(Xd){case"any":return"TSAnyKeyword";case"boolean":return"TSBooleanKeyword";case"bigint":return"TSBigIntKeyword";case"never":return"TSNeverKeyword";case"number":return"TSNumberKeyword";case"object":return"TSObjectKeyword";case"string":return"TSStringKeyword";case"symbol":return"TSSymbolKeyword";case"undefined":return"TSUndefinedKeyword";case"unknown":return"TSUnknownKeyword";default:return}}function u_(Xd){return Xd==="private"||Xd==="public"||Xd==="protected"}function S_(Xd){return Xd==="in"||Xd==="out"}var T_=Xd=>class extends Xd{constructor(...Hd){super(...Hd),this.tsParseInOutModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out"],disallowedModifiers:["const","public","private","protected","readonly","declare","abstract","override"],errorTemplate:Ym.InvalidModifierOnTypeParameter}),this.tsParseConstModifier=this.tsParseModifiers.bind(this,{allowedModifiers:["const"],disallowedModifiers:["in","out"],errorTemplate:Ym.InvalidModifierOnTypeParameterPositions}),this.tsParseInOutConstModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out","const"],disallowedModifiers:["public","private","protected","readonly","declare","abstract","override"],errorTemplate:Ym.InvalidModifierOnTypeParameter})}getScopeHandler(){return _v}tsIsIdentifier(){return Pf(this.state.type)}tsTokenCanFollowModifier(){return(this.match(0)||this.match(5)||this.match(55)||this.match(21)||this.match(138)||this.isLiteralPropertyName())&&!this.hasPrecedingLineBreak()}tsNextTokenCanFollowModifier(){return this.next(),this.tsTokenCanFollowModifier()}tsParseModifier(Hd,Jd){if(!Pf(this.state.type)&&this.state.type!==58&&this.state.type!==75)return;let If=this.state.value;if(Hd.includes(If)){if(Jd&&this.tsIsStartOfStaticBlocks())return;if(this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this)))return If}}tsParseModifiers({allowedModifiers:Hd,disallowedModifiers:Jd,stopOnStartOfClassStaticBlock:If,errorTemplate:Qf=Ym.InvalidModifierOnTypeMember},_h){let $h=(im,Qh,$m,Qm)=>{Qh===$m&&_h[Qm]&&this.raise(Ym.InvalidModifiersOrder,im,{orderedModifiers:[$m,Qm]})},Vh=(im,Qh,$m,Qm)=>{(_h[$m]&&Qh===Qm||_h[Qm]&&Qh===$m)&&this.raise(Ym.IncompatibleModifiers,im,{modifiers:[$m,Qm]})};for(;;){let{startLoc:im}=this.state,Qh=this.tsParseModifier(Hd.concat(Jd??[]),If);if(!Qh)break;u_(Qh)?_h.accessibility?this.raise(Ym.DuplicateAccessibilityModifier,im,{modifier:Qh}):($h(im,Qh,Qh,"override"),$h(im,Qh,Qh,"static"),$h(im,Qh,Qh,"readonly"),_h.accessibility=Qh):S_(Qh)?(_h[Qh]&&this.raise(Ym.DuplicateModifier,im,{modifier:Qh}),_h[Qh]=!0,$h(im,Qh,"in","out")):(hasOwnProperty.call(_h,Qh)?this.raise(Ym.DuplicateModifier,im,{modifier:Qh}):($h(im,Qh,"static","readonly"),$h(im,Qh,"static","override"),$h(im,Qh,"override","readonly"),$h(im,Qh,"abstract","override"),Vh(im,Qh,"declare","override"),Vh(im,Qh,"static","abstract")),_h[Qh]=!0),Jd!=null&&Jd.includes(Qh)&&this.raise(Qf,im,{modifier:Qh})}}tsIsListTerminator(Hd){switch(Hd){case"EnumMembers":case"TypeMembers":return this.match(8);case"HeritageClauseElement":return this.match(5);case"TupleElementTypes":return this.match(3);case"TypeParametersOrArguments":return this.match(48)}}tsParseList(Hd,Jd){let If=[];for(;!this.tsIsListTerminator(Hd);)If.push(Jd());return If}tsParseDelimitedList(Hd,Jd,If){return V_(this.tsParseDelimitedListWorker(Hd,Jd,!0,If))}tsParseDelimitedListWorker(Hd,Jd,If,Qf){let _h=[],$h=-1;for(;!this.tsIsListTerminator(Hd);){$h=-1;let Vh=Jd();if(Vh==null)return;if(_h.push(Vh),this.eat(12)){$h=this.state.lastTokStartLoc.index;continue}if(this.tsIsListTerminator(Hd))break;If&&this.expect(12);return}return Qf&&(Qf.value=$h),_h}tsParseBracketedList(Hd,Jd,If,Qf,_h){Qf||(If?this.expect(0):this.expect(47));let $h=this.tsParseDelimitedList(Hd,Jd,_h);return If?this.expect(3):this.expect(48),$h}tsParseImportType(){let Hd=this.startNode();return this.expect(83),this.expect(10),this.match(133)||this.raise(Ym.UnsupportedImportTypeArgument,this.state.startLoc),Hd.argument=super.parseExprAtom(),(this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions"))&&(Hd.options=null),this.eat(12)&&(this.expectImportAttributesPlugin(),this.match(11)||(Hd.options=super.parseMaybeAssignAllowIn(),this.eat(12))),this.expect(11),this.eat(16)&&(Hd.qualifier=this.tsParseEntityName()),this.match(47)&&(Hd.typeParameters=this.tsParseTypeArguments()),this.finishNode(Hd,"TSImportType")}tsParseEntityName(Hd=!0){let Jd=this.parseIdentifier(Hd);for(;this.eat(16);){let If=this.startNodeAtNode(Jd);If.left=Jd,If.right=this.parseIdentifier(Hd),Jd=this.finishNode(If,"TSQualifiedName")}return Jd}tsParseTypeReference(){let Hd=this.startNode();return Hd.typeName=this.tsParseEntityName(),!this.hasPrecedingLineBreak()&&this.match(47)&&(Hd.typeParameters=this.tsParseTypeArguments()),this.finishNode(Hd,"TSTypeReference")}tsParseThisTypePredicate(Hd){this.next();let Jd=this.startNodeAtNode(Hd);return Jd.parameterName=Hd,Jd.typeAnnotation=this.tsParseTypeAnnotation(!1),Jd.asserts=!1,this.finishNode(Jd,"TSTypePredicate")}tsParseThisTypeNode(){let Hd=this.startNode();return this.next(),this.finishNode(Hd,"TSThisType")}tsParseTypeQuery(){let Hd=this.startNode();return this.expect(87),this.match(83)?Hd.exprName=this.tsParseImportType():Hd.exprName=this.tsParseEntityName(),!this.hasPrecedingLineBreak()&&this.match(47)&&(Hd.typeParameters=this.tsParseTypeArguments()),this.finishNode(Hd,"TSTypeQuery")}tsParseTypeParameter(Hd){let Jd=this.startNode();return Hd(Jd),Jd.name=this.tsParseTypeParameterName(),Jd.constraint=this.tsEatThenParseType(81),Jd.default=this.tsEatThenParseType(29),this.finishNode(Jd,"TSTypeParameter")}tsTryParseTypeParameters(Hd){if(this.match(47))return this.tsParseTypeParameters(Hd)}tsParseTypeParameters(Hd){let Jd=this.startNode();this.match(47)||this.match(142)?this.next():this.unexpected();let If={value:-1};return Jd.params=this.tsParseBracketedList("TypeParametersOrArguments",this.tsParseTypeParameter.bind(this,Hd),!1,!0,If),Jd.params.length===0&&this.raise(Ym.EmptyTypeParameters,Jd),If.value!==-1&&this.addExtra(Jd,"trailingComma",If.value),this.finishNode(Jd,"TSTypeParameterDeclaration")}tsFillSignature(Hd,Jd){let If=Hd===19,Qf="parameters",_h="typeAnnotation";Jd.typeParameters=this.tsTryParseTypeParameters(this.tsParseConstModifier),this.expect(10),Jd[Qf]=this.tsParseBindingListForSignature(),If?Jd[_h]=this.tsParseTypeOrTypePredicateAnnotation(Hd):this.match(Hd)&&(Jd[_h]=this.tsParseTypeOrTypePredicateAnnotation(Hd))}tsParseBindingListForSignature(){let Hd=super.parseBindingList(11,41,2);for(let Jd of Hd){let{type:If}=Jd;(If==="AssignmentPattern"||If==="TSParameterProperty")&&this.raise(Ym.UnsupportedSignatureParameterKind,Jd,{type:If})}return Hd}tsParseTypeMemberSemicolon(){!this.eat(12)&&!this.isLineTerminator()&&this.expect(13)}tsParseSignatureMember(Hd,Jd){return this.tsFillSignature(14,Jd),this.tsParseTypeMemberSemicolon(),this.finishNode(Jd,Hd)}tsIsUnambiguouslyIndexSignature(){return this.next(),Pf(this.state.type)?(this.next(),this.match(14)):!1}tsTryParseIndexSignature(Hd){if(!(this.match(0)&&this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this))))return;this.expect(0);let Jd=this.parseIdentifier();Jd.typeAnnotation=this.tsParseTypeAnnotation(),this.resetEndLocation(Jd),this.expect(3),Hd.parameters=[Jd];let If=this.tsTryParseTypeAnnotation();return If&&(Hd.typeAnnotation=If),this.tsParseTypeMemberSemicolon(),this.finishNode(Hd,"TSIndexSignature")}tsParsePropertyOrMethodSignature(Hd,Jd){this.eat(17)&&(Hd.optional=!0);let If=Hd;if(this.match(10)||this.match(47)){Jd&&this.raise(Ym.ReadonlyForMethodSignature,Hd);let Qf=If;Qf.kind&&this.match(47)&&this.raise(Ym.AccesorCannotHaveTypeParameters,this.state.curPosition()),this.tsFillSignature(14,Qf),this.tsParseTypeMemberSemicolon();let _h="parameters",$h="typeAnnotation";if(Qf.kind==="get")Qf[_h].length>0&&(this.raise(Nd.BadGetterArity,this.state.curPosition()),this.isThisParam(Qf[_h][0])&&this.raise(Ym.AccesorCannotDeclareThisParameter,this.state.curPosition()));else if(Qf.kind==="set"){if(Qf[_h].length!==1)this.raise(Nd.BadSetterArity,this.state.curPosition());else{let Vh=Qf[_h][0];this.isThisParam(Vh)&&this.raise(Ym.AccesorCannotDeclareThisParameter,this.state.curPosition()),Vh.type==="Identifier"&&Vh.optional&&this.raise(Ym.SetAccesorCannotHaveOptionalParameter,this.state.curPosition()),Vh.type==="RestElement"&&this.raise(Ym.SetAccesorCannotHaveRestParameter,this.state.curPosition())}Qf[$h]&&this.raise(Ym.SetAccesorCannotHaveReturnType,Qf[$h])}else Qf.kind="method";return this.finishNode(Qf,"TSMethodSignature")}else{let Qf=If;Jd&&(Qf.readonly=!0);let _h=this.tsTryParseTypeAnnotation();return _h&&(Qf.typeAnnotation=_h),this.tsParseTypeMemberSemicolon(),this.finishNode(Qf,"TSPropertySignature")}}tsParseTypeMember(){let Hd=this.startNode();if(this.match(10)||this.match(47))return this.tsParseSignatureMember("TSCallSignatureDeclaration",Hd);if(this.match(77)){let If=this.startNode();return this.next(),this.match(10)||this.match(47)?this.tsParseSignatureMember("TSConstructSignatureDeclaration",Hd):(Hd.key=this.createIdentifier(If,"new"),this.tsParsePropertyOrMethodSignature(Hd,!1))}return this.tsParseModifiers({allowedModifiers:["readonly"],disallowedModifiers:["declare","abstract","private","protected","public","static","override"]},Hd),this.tsTryParseIndexSignature(Hd)||(super.parsePropertyName(Hd),!Hd.computed&&Hd.key.type==="Identifier"&&(Hd.key.name==="get"||Hd.key.name==="set")&&this.tsTokenCanFollowModifier()&&(Hd.kind=Hd.key.name,super.parsePropertyName(Hd)),this.tsParsePropertyOrMethodSignature(Hd,!!Hd.readonly))}tsParseTypeLiteral(){let Hd=this.startNode();return Hd.members=this.tsParseObjectTypeMembers(),this.finishNode(Hd,"TSTypeLiteral")}tsParseObjectTypeMembers(){this.expect(5);let Hd=this.tsParseList("TypeMembers",this.tsParseTypeMember.bind(this));return this.expect(8),Hd}tsIsStartOfMappedType(){return this.next(),this.eat(53)?this.isContextual(122):(this.isContextual(122)&&this.next(),!this.match(0)||(this.next(),!this.tsIsIdentifier())?!1:(this.next(),this.match(58)))}tsParseMappedTypeParameter(){let Hd=this.startNode();return Hd.name=this.tsParseTypeParameterName(),Hd.constraint=this.tsExpectThenParseType(58),this.finishNode(Hd,"TSTypeParameter")}tsParseMappedType(){let Hd=this.startNode();return this.expect(5),this.match(53)?(Hd.readonly=this.state.value,this.next(),this.expectContextual(122)):this.eatContextual(122)&&(Hd.readonly=!0),this.expect(0),Hd.typeParameter=this.tsParseMappedTypeParameter(),Hd.nameType=this.eatContextual(93)?this.tsParseType():null,this.expect(3),this.match(53)?(Hd.optional=this.state.value,this.next(),this.expect(17)):this.eat(17)&&(Hd.optional=!0),Hd.typeAnnotation=this.tsTryParseType(),this.semicolon(),this.expect(8),this.finishNode(Hd,"TSMappedType")}tsParseTupleType(){let Hd=this.startNode();Hd.elementTypes=this.tsParseBracketedList("TupleElementTypes",this.tsParseTupleElementType.bind(this),!0,!1);let Jd=!1;return Hd.elementTypes.forEach(If=>{let{type:Qf}=If;Jd&&Qf!=="TSRestType"&&Qf!=="TSOptionalType"&&!(Qf==="TSNamedTupleMember"&&If.optional)&&this.raise(Ym.OptionalTypeBeforeRequired,If),Jd||(Jd=Qf==="TSNamedTupleMember"&&If.optional||Qf==="TSOptionalType")}),this.finishNode(Hd,"TSTupleType")}tsParseTupleElementType(){let{startLoc:Hd}=this.state,Jd=this.eat(21),If,Qf,_h,$h,Vh=Lf(this.state.type)?this.lookaheadCharCode():null;if(Vh===58)If=!0,_h=!1,Qf=this.parseIdentifier(!0),this.expect(14),$h=this.tsParseType();else if(Vh===63){_h=!0;let im=this.state.startLoc,Qh=this.state.value,$m=this.tsParseNonArrayType();this.lookaheadCharCode()===58?(If=!0,Qf=this.createIdentifier(this.startNodeAt(im),Qh),this.expect(17),this.expect(14),$h=this.tsParseType()):(If=!1,$h=$m,this.expect(17))}else $h=this.tsParseType(),_h=this.eat(17),If=this.eat(14);if(If){let im;Qf?(im=this.startNodeAtNode(Qf),im.optional=_h,im.label=Qf,im.elementType=$h,this.eat(17)&&(im.optional=!0,this.raise(Ym.TupleOptionalAfterType,this.state.lastTokStartLoc))):(im=this.startNodeAtNode($h),im.optional=_h,this.raise(Ym.InvalidTupleMemberLabel,$h),im.label=$h,im.elementType=this.tsParseType()),$h=this.finishNode(im,"TSNamedTupleMember")}else if(_h){let im=this.startNodeAtNode($h);im.typeAnnotation=$h,$h=this.finishNode(im,"TSOptionalType")}if(Jd){let im=this.startNodeAt(Hd);im.typeAnnotation=$h,$h=this.finishNode(im,"TSRestType")}return $h}tsParseParenthesizedType(){let Hd=this.startNode();return this.expect(10),Hd.typeAnnotation=this.tsParseType(),this.expect(11),this.finishNode(Hd,"TSParenthesizedType")}tsParseFunctionOrConstructorType(Hd,Jd){let If=this.startNode();return Hd==="TSConstructorType"&&(If.abstract=!!Jd,Jd&&this.next(),this.next()),this.tsInAllowConditionalTypesContext(()=>this.tsFillSignature(19,If)),this.finishNode(If,Hd)}tsParseLiteralTypeNode(){let Hd=this.startNode();switch(this.state.type){case 134:case 135:case 133:case 85:case 86:Hd.literal=super.parseExprAtom();break;default:this.unexpected()}return this.finishNode(Hd,"TSLiteralType")}tsParseTemplateLiteralType(){let Hd=this.startNode();return Hd.literal=super.parseTemplate(!1),this.finishNode(Hd,"TSLiteralType")}parseTemplateSubstitution(){return this.state.inType?this.tsParseType():super.parseTemplateSubstitution()}tsParseThisTypeOrThisTypePredicate(){let Hd=this.tsParseThisTypeNode();return this.isContextual(116)&&!this.hasPrecedingLineBreak()?this.tsParseThisTypePredicate(Hd):Hd}tsParseNonArrayType(){switch(this.state.type){case 133:case 134:case 135:case 85:case 86:return this.tsParseLiteralTypeNode();case 53:if(this.state.value==="-"){let Hd=this.startNode(),Jd=this.lookahead();return Jd.type!==134&&Jd.type!==135&&this.unexpected(),Hd.literal=this.parseMaybeUnary(),this.finishNode(Hd,"TSLiteralType")}break;case 78:return this.tsParseThisTypeOrThisTypePredicate();case 87:return this.tsParseTypeQuery();case 83:return this.tsParseImportType();case 5:return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this))?this.tsParseMappedType():this.tsParseTypeLiteral();case 0:return this.tsParseTupleType();case 10:return this.tsParseParenthesizedType();case 25:case 24:return this.tsParseTemplateLiteralType();default:{let{type:Hd}=this.state;if(Pf(Hd)||Hd===88||Hd===84){let Jd=Hd===88?"TSVoidKeyword":Hd===84?"TSNullKeyword":Z1(this.state.value);if(Jd!==void 0&&this.lookaheadCharCode()!==46){let If=this.startNode();return this.next(),this.finishNode(If,Jd)}return this.tsParseTypeReference()}}}this.unexpected()}tsParseArrayTypeOrHigher(){let Hd=this.tsParseNonArrayType();for(;!this.hasPrecedingLineBreak()&&this.eat(0);)if(this.match(3)){let Jd=this.startNodeAtNode(Hd);Jd.elementType=Hd,this.expect(3),Hd=this.finishNode(Jd,"TSArrayType")}else{let Jd=this.startNodeAtNode(Hd);Jd.objectType=Hd,Jd.indexType=this.tsParseType(),this.expect(3),Hd=this.finishNode(Jd,"TSIndexedAccessType")}return Hd}tsParseTypeOperator(){let Hd=this.startNode(),Jd=this.state.value;return this.next(),Hd.operator=Jd,Hd.typeAnnotation=this.tsParseTypeOperatorOrHigher(),Jd==="readonly"&&this.tsCheckTypeAnnotationForReadOnly(Hd),this.finishNode(Hd,"TSTypeOperator")}tsCheckTypeAnnotationForReadOnly(Hd){switch(Hd.typeAnnotation.type){case"TSTupleType":case"TSArrayType":return;default:this.raise(Ym.UnexpectedReadonly,Hd)}}tsParseInferType(){let Hd=this.startNode();this.expectContextual(115);let Jd=this.startNode();return Jd.name=this.tsParseTypeParameterName(),Jd.constraint=this.tsTryParse(()=>this.tsParseConstraintForInferType()),Hd.typeParameter=this.finishNode(Jd,"TSTypeParameter"),this.finishNode(Hd,"TSInferType")}tsParseConstraintForInferType(){if(this.eat(81)){let Hd=this.tsInDisallowConditionalTypesContext(()=>this.tsParseType());if(this.state.inDisallowConditionalTypesContext||!this.match(17))return Hd}}tsParseTypeOperatorOrHigher(){return Df(this.state.type)&&!this.state.containsEsc?this.tsParseTypeOperator():this.isContextual(115)?this.tsParseInferType():this.tsInAllowConditionalTypesContext(()=>this.tsParseArrayTypeOrHigher())}tsParseUnionOrIntersectionType(Hd,Jd,If){let Qf=this.startNode(),_h=this.eat(If),$h=[];do $h.push(Jd());while(this.eat(If));return $h.length===1&&!_h?$h[0]:(Qf.types=$h,this.finishNode(Qf,Hd))}tsParseIntersectionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSIntersectionType",this.tsParseTypeOperatorOrHigher.bind(this),45)}tsParseUnionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSUnionType",this.tsParseIntersectionTypeOrHigher.bind(this),43)}tsIsStartOfFunctionType(){return this.match(47)?!0:this.match(10)&&this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this))}tsSkipParameterStart(){if(Pf(this.state.type)||this.match(78))return this.next(),!0;if(this.match(5)){let{errors:Hd}=this.state,Jd=Hd.length;try{return this.parseObjectLike(8,!0),Hd.length===Jd}catch{return!1}}if(this.match(0)){this.next();let{errors:Hd}=this.state,Jd=Hd.length;try{return super.parseBindingList(3,93,1),Hd.length===Jd}catch{return!1}}return!1}tsIsUnambiguouslyStartOfFunctionType(){return this.next(),!!(this.match(11)||this.match(21)||this.tsSkipParameterStart()&&(this.match(14)||this.match(12)||this.match(17)||this.match(29)||this.match(11)&&(this.next(),this.match(19))))}tsParseTypeOrTypePredicateAnnotation(Hd){return this.tsInType(()=>{let Jd=this.startNode();this.expect(Hd);let If=this.startNode(),Qf=!!this.tsTryParse(this.tsParseTypePredicateAsserts.bind(this));if(Qf&&this.match(78)){let Vh=this.tsParseThisTypeOrThisTypePredicate();return Vh.type==="TSThisType"?(If.parameterName=Vh,If.asserts=!0,If.typeAnnotation=null,Vh=this.finishNode(If,"TSTypePredicate")):(this.resetStartLocationFromNode(Vh,If),Vh.asserts=!0),Jd.typeAnnotation=Vh,this.finishNode(Jd,"TSTypeAnnotation")}let _h=this.tsIsIdentifier()&&this.tsTryParse(this.tsParseTypePredicatePrefix.bind(this));if(!_h)return Qf?(If.parameterName=this.parseIdentifier(),If.asserts=Qf,If.typeAnnotation=null,Jd.typeAnnotation=this.finishNode(If,"TSTypePredicate"),this.finishNode(Jd,"TSTypeAnnotation")):this.tsParseTypeAnnotation(!1,Jd);let $h=this.tsParseTypeAnnotation(!1);return If.parameterName=_h,If.typeAnnotation=$h,If.asserts=Qf,Jd.typeAnnotation=this.finishNode(If,"TSTypePredicate"),this.finishNode(Jd,"TSTypeAnnotation")})}tsTryParseTypeOrTypePredicateAnnotation(){if(this.match(14))return this.tsParseTypeOrTypePredicateAnnotation(14)}tsTryParseTypeAnnotation(){if(this.match(14))return this.tsParseTypeAnnotation()}tsTryParseType(){return this.tsEatThenParseType(14)}tsParseTypePredicatePrefix(){let Hd=this.parseIdentifier();if(this.isContextual(116)&&!this.hasPrecedingLineBreak())return this.next(),Hd}tsParseTypePredicateAsserts(){if(this.state.type!==109)return!1;let Hd=this.state.containsEsc;return this.next(),!Pf(this.state.type)&&!this.match(78)?!1:(Hd&&this.raise(Nd.InvalidEscapedReservedWord,this.state.lastTokStartLoc,{reservedWord:"asserts"}),!0)}tsParseTypeAnnotation(Hd=!0,Jd=this.startNode()){return this.tsInType(()=>{Hd&&this.expect(14),Jd.typeAnnotation=this.tsParseType()}),this.finishNode(Jd,"TSTypeAnnotation")}tsParseType(){z_(this.state.inType);let Hd=this.tsParseNonConditionalType();if(this.state.inDisallowConditionalTypesContext||this.hasPrecedingLineBreak()||!this.eat(81))return Hd;let Jd=this.startNodeAtNode(Hd);return Jd.checkType=Hd,Jd.extendsType=this.tsInDisallowConditionalTypesContext(()=>this.tsParseNonConditionalType()),this.expect(17),Jd.trueType=this.tsInAllowConditionalTypesContext(()=>this.tsParseType()),this.expect(14),Jd.falseType=this.tsInAllowConditionalTypesContext(()=>this.tsParseType()),this.finishNode(Jd,"TSConditionalType")}isAbstractConstructorSignature(){return this.isContextual(124)&&this.lookahead().type===77}tsParseNonConditionalType(){return this.tsIsStartOfFunctionType()?this.tsParseFunctionOrConstructorType("TSFunctionType"):this.match(77)?this.tsParseFunctionOrConstructorType("TSConstructorType"):this.isAbstractConstructorSignature()?this.tsParseFunctionOrConstructorType("TSConstructorType",!0):this.tsParseUnionTypeOrHigher()}tsParseTypeAssertion(){this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(Ym.ReservedTypeAssertion,this.state.startLoc);let Hd=this.startNode();return Hd.typeAnnotation=this.tsInType(()=>(this.next(),this.match(75)?this.tsParseTypeReference():this.tsParseType())),this.expect(48),Hd.expression=this.parseMaybeUnary(),this.finishNode(Hd,"TSTypeAssertion")}tsParseHeritageClause(Hd){let Jd=this.state.startLoc,If=this.tsParseDelimitedList("HeritageClauseElement",()=>{let Qf=this.startNode();return Qf.expression=this.tsParseEntityName(),this.match(47)&&(Qf.typeParameters=this.tsParseTypeArguments()),this.finishNode(Qf,"TSExpressionWithTypeArguments")});return If.length||this.raise(Ym.EmptyHeritageClauseType,Jd,{token:Hd}),If}tsParseInterfaceDeclaration(Hd,Jd={}){if(this.hasFollowingLineBreak())return null;this.expectContextual(129),Jd.declare&&(Hd.declare=!0),Pf(this.state.type)?(Hd.id=this.parseIdentifier(),this.checkIdentifier(Hd.id,130)):(Hd.id=null,this.raise(Ym.MissingInterfaceName,this.state.startLoc)),Hd.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers),this.eat(81)&&(Hd.extends=this.tsParseHeritageClause("extends"));let If=this.startNode();return If.body=this.tsInType(this.tsParseObjectTypeMembers.bind(this)),Hd.body=this.finishNode(If,"TSInterfaceBody"),this.finishNode(Hd,"TSInterfaceDeclaration")}tsParseTypeAliasDeclaration(Hd){return Hd.id=this.parseIdentifier(),this.checkIdentifier(Hd.id,2),Hd.typeAnnotation=this.tsInType(()=>{if(Hd.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutModifiers),this.expect(29),this.isContextual(114)&&this.lookahead().type!==16){let Jd=this.startNode();return this.next(),this.finishNode(Jd,"TSIntrinsicKeyword")}return this.tsParseType()}),this.semicolon(),this.finishNode(Hd,"TSTypeAliasDeclaration")}tsInNoContext(Hd){let Jd=this.state.context;this.state.context=[Jd[0]];try{return Hd()}finally{this.state.context=Jd}}tsInType(Hd){let Jd=this.state.inType;this.state.inType=!0;try{return Hd()}finally{this.state.inType=Jd}}tsInDisallowConditionalTypesContext(Hd){let Jd=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!0;try{return Hd()}finally{this.state.inDisallowConditionalTypesContext=Jd}}tsInAllowConditionalTypesContext(Hd){let Jd=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!1;try{return Hd()}finally{this.state.inDisallowConditionalTypesContext=Jd}}tsEatThenParseType(Hd){if(this.match(Hd))return this.tsNextThenParseType()}tsExpectThenParseType(Hd){return this.tsInType(()=>(this.expect(Hd),this.tsParseType()))}tsNextThenParseType(){return this.tsInType(()=>(this.next(),this.tsParseType()))}tsParseEnumMember(){let Hd=this.startNode();return Hd.id=this.match(133)?super.parseStringLiteral(this.state.value):this.parseIdentifier(!0),this.eat(29)&&(Hd.initializer=super.parseMaybeAssignAllowIn()),this.finishNode(Hd,"TSEnumMember")}tsParseEnumDeclaration(Hd,Jd={}){return Jd.const&&(Hd.const=!0),Jd.declare&&(Hd.declare=!0),this.expectContextual(126),Hd.id=this.parseIdentifier(),this.checkIdentifier(Hd.id,Hd.const?8971:8459),this.expect(5),Hd.members=this.tsParseDelimitedList("EnumMembers",this.tsParseEnumMember.bind(this)),this.expect(8),this.finishNode(Hd,"TSEnumDeclaration")}tsParseModuleBlock(){let Hd=this.startNode();return this.scope.enter(0),this.expect(5),super.parseBlockOrModuleBlockBody(Hd.body=[],void 0,!0,8),this.scope.exit(),this.finishNode(Hd,"TSModuleBlock")}tsParseModuleOrNamespaceDeclaration(Hd,Jd=!1){if(Hd.id=this.parseIdentifier(),Jd||this.checkIdentifier(Hd.id,1024),this.eat(16)){let If=this.startNode();this.tsParseModuleOrNamespaceDeclaration(If,!0),Hd.body=If}else this.scope.enter(256),this.prodParam.enter(0),Hd.body=this.tsParseModuleBlock(),this.prodParam.exit(),this.scope.exit();return this.finishNode(Hd,"TSModuleDeclaration")}tsParseAmbientExternalModuleDeclaration(Hd){return this.isContextual(112)?(Hd.global=!0,Hd.id=this.parseIdentifier()):this.match(133)?Hd.id=super.parseStringLiteral(this.state.value):this.unexpected(),this.match(5)?(this.scope.enter(256),this.prodParam.enter(0),Hd.body=this.tsParseModuleBlock(),this.prodParam.exit(),this.scope.exit()):this.semicolon(),this.finishNode(Hd,"TSModuleDeclaration")}tsParseImportEqualsDeclaration(Hd,Jd,If){Hd.isExport=If||!1,Hd.id=Jd||this.parseIdentifier(),this.checkIdentifier(Hd.id,4096),this.expect(29);let Qf=this.tsParseModuleReference();return Hd.importKind==="type"&&Qf.type!=="TSExternalModuleReference"&&this.raise(Ym.ImportAliasHasImportType,Qf),Hd.moduleReference=Qf,this.semicolon(),this.finishNode(Hd,"TSImportEqualsDeclaration")}tsIsExternalModuleReference(){return this.isContextual(119)&&this.lookaheadCharCode()===40}tsParseModuleReference(){return this.tsIsExternalModuleReference()?this.tsParseExternalModuleReference():this.tsParseEntityName(!1)}tsParseExternalModuleReference(){let Hd=this.startNode();return this.expectContextual(119),this.expect(10),this.match(133)||this.unexpected(),Hd.expression=super.parseExprAtom(),this.expect(11),this.sawUnambiguousESM=!0,this.finishNode(Hd,"TSExternalModuleReference")}tsLookAhead(Hd){let Jd=this.state.clone(),If=Hd();return this.state=Jd,If}tsTryParseAndCatch(Hd){let Jd=this.tryParse(If=>Hd()||If());if(!(Jd.aborted||!Jd.node))return Jd.error&&(this.state=Jd.failState),Jd.node}tsTryParse(Hd){let Jd=this.state.clone(),If=Hd();if(If!==void 0&&If!==!1)return If;this.state=Jd}tsTryParseDeclare(Hd){if(this.isLineTerminator())return;let Jd=this.state.type,If;return this.isContextual(100)&&(Jd=74,If="let"),this.tsInAmbientContext(()=>{switch(Jd){case 68:return Hd.declare=!0,super.parseFunctionStatement(Hd,!1,!1);case 80:return Hd.declare=!0,this.parseClass(Hd,!0,!1);case 126:return this.tsParseEnumDeclaration(Hd,{declare:!0});case 112:return this.tsParseAmbientExternalModuleDeclaration(Hd);case 75:case 74:return!this.match(75)||!this.isLookaheadContextual("enum")?(Hd.declare=!0,this.parseVarStatement(Hd,If||this.state.value,!0)):(this.expect(75),this.tsParseEnumDeclaration(Hd,{const:!0,declare:!0}));case 129:{let Qf=this.tsParseInterfaceDeclaration(Hd,{declare:!0});if(Qf)return Qf}default:if(Pf(Jd))return this.tsParseDeclaration(Hd,this.state.value,!0,null)}})}tsTryParseExportDeclaration(){return this.tsParseDeclaration(this.startNode(),this.state.value,!0,null)}tsParseExpressionStatement(Hd,Jd,If){switch(Jd.name){case"declare":{let Qf=this.tsTryParseDeclare(Hd);return Qf&&(Qf.declare=!0),Qf}case"global":if(this.match(5)){this.scope.enter(256),this.prodParam.enter(0);let Qf=Hd;return Qf.global=!0,Qf.id=Jd,Qf.body=this.tsParseModuleBlock(),this.scope.exit(),this.prodParam.exit(),this.finishNode(Qf,"TSModuleDeclaration")}break;default:return this.tsParseDeclaration(Hd,Jd.name,!1,If)}}tsParseDeclaration(Hd,Jd,If,Qf){switch(Jd){case"abstract":if(this.tsCheckLineTerminator(If)&&(this.match(80)||Pf(this.state.type)))return this.tsParseAbstractDeclaration(Hd,Qf);break;case"module":if(this.tsCheckLineTerminator(If)){if(this.match(133))return this.tsParseAmbientExternalModuleDeclaration(Hd);if(Pf(this.state.type))return this.tsParseModuleOrNamespaceDeclaration(Hd)}break;case"namespace":if(this.tsCheckLineTerminator(If)&&Pf(this.state.type))return this.tsParseModuleOrNamespaceDeclaration(Hd);break;case"type":if(this.tsCheckLineTerminator(If)&&Pf(this.state.type))return this.tsParseTypeAliasDeclaration(Hd);break}}tsCheckLineTerminator(Hd){return Hd?this.hasFollowingLineBreak()?!1:(this.next(),!0):!this.isLineTerminator()}tsTryParseGenericAsyncArrowFunction(Hd){if(!this.match(47))return;let Jd=this.state.maybeInArrowParameters;this.state.maybeInArrowParameters=!0;let If=this.tsTryParseAndCatch(()=>{let Qf=this.startNodeAt(Hd);return Qf.typeParameters=this.tsParseTypeParameters(this.tsParseConstModifier),super.parseFunctionParams(Qf),Qf.returnType=this.tsTryParseTypeOrTypePredicateAnnotation(),this.expect(19),Qf});if(this.state.maybeInArrowParameters=Jd,!!If)return super.parseArrowExpression(If,null,!0)}tsParseTypeArgumentsInExpression(){if(this.reScan_lt()===47)return this.tsParseTypeArguments()}tsParseTypeArguments(){let Hd=this.startNode();return Hd.params=this.tsInType(()=>this.tsInNoContext(()=>(this.expect(47),this.tsParseDelimitedList("TypeParametersOrArguments",this.tsParseType.bind(this))))),Hd.params.length===0?this.raise(Ym.EmptyTypeArguments,Hd):!this.state.inType&&this.curContext()===jd.brace&&this.reScan_lt_gt(),this.expect(48),this.finishNode(Hd,"TSTypeParameterInstantiation")}tsIsDeclarationStart(){return qf(this.state.type)}isExportDefaultSpecifier(){return this.tsIsDeclarationStart()?!1:super.isExportDefaultSpecifier()}parseAssignableListItem(Hd,Jd){let If=this.state.startLoc,Qf={};this.tsParseModifiers({allowedModifiers:["public","private","protected","override","readonly"]},Qf);let _h=Qf.accessibility,$h=Qf.override,Vh=Qf.readonly;!(Hd&4)&&(_h||Vh||$h)&&this.raise(Ym.UnexpectedParameterModifier,If);let im=this.parseMaybeDefault();this.parseAssignableListItemTypes(im,Hd);let Qh=this.parseMaybeDefault(im.loc.start,im);if(_h||Vh||$h){let $m=this.startNodeAt(If);return Jd.length&&($m.decorators=Jd),_h&&($m.accessibility=_h),Vh&&($m.readonly=Vh),$h&&($m.override=$h),Qh.type!=="Identifier"&&Qh.type!=="AssignmentPattern"&&this.raise(Ym.UnsupportedParameterPropertyKind,$m),$m.parameter=Qh,this.finishNode($m,"TSParameterProperty")}return Jd.length&&(im.decorators=Jd),Qh}isSimpleParameter(Hd){return Hd.type==="TSParameterProperty"&&super.isSimpleParameter(Hd.parameter)||super.isSimpleParameter(Hd)}tsDisallowOptionalPattern(Hd){for(let Jd of Hd.params)Jd.type!=="Identifier"&&Jd.optional&&!this.state.isAmbientContext&&this.raise(Ym.PatternIsOptional,Jd)}setArrowFunctionParameters(Hd,Jd,If){super.setArrowFunctionParameters(Hd,Jd,If),this.tsDisallowOptionalPattern(Hd)}parseFunctionBodyAndFinish(Hd,Jd,If=!1){this.match(14)&&(Hd.returnType=this.tsParseTypeOrTypePredicateAnnotation(14));let Qf=Jd==="FunctionDeclaration"?"TSDeclareFunction":Jd==="ClassMethod"||Jd==="ClassPrivateMethod"?"TSDeclareMethod":void 0;return Qf&&!this.match(5)&&this.isLineTerminator()?this.finishNode(Hd,Qf):Qf==="TSDeclareFunction"&&this.state.isAmbientContext&&(this.raise(Ym.DeclareFunctionHasImplementation,Hd),Hd.declare)?super.parseFunctionBodyAndFinish(Hd,Qf,If):(this.tsDisallowOptionalPattern(Hd),super.parseFunctionBodyAndFinish(Hd,Jd,If))}registerFunctionStatementId(Hd){!Hd.body&&Hd.id?this.checkIdentifier(Hd.id,1024):super.registerFunctionStatementId(Hd)}tsCheckForInvalidTypeCasts(Hd){Hd.forEach(Jd=>{(Jd==null?void 0:Jd.type)==="TSTypeCastExpression"&&this.raise(Ym.UnexpectedTypeAnnotation,Jd.typeAnnotation)})}toReferencedList(Hd,Jd){return this.tsCheckForInvalidTypeCasts(Hd),Hd}parseArrayLike(Hd,Jd,If,Qf){let _h=super.parseArrayLike(Hd,Jd,If,Qf);return _h.type==="ArrayExpression"&&this.tsCheckForInvalidTypeCasts(_h.elements),_h}parseSubscript(Hd,Jd,If,Qf){if(!this.hasPrecedingLineBreak()&&this.match(35)){this.state.canStartJSXElement=!1,this.next();let $h=this.startNodeAt(Jd);return $h.expression=Hd,this.finishNode($h,"TSNonNullExpression")}let _h=!1;if(this.match(18)&&this.lookaheadCharCode()===60){if(If)return Qf.stop=!0,Hd;Qf.optionalChainMember=_h=!0,this.next()}if(this.match(47)||this.match(51)){let $h,Vh=this.tsTryParseAndCatch(()=>{if(!If&&this.atPossibleAsyncArrow(Hd)){let Qm=this.tsTryParseGenericAsyncArrowFunction(Jd);if(Qm)return Qm}let im=this.tsParseTypeArgumentsInExpression();if(!im)return;if(_h&&!this.match(10)){$h=this.state.curPosition();return}if(wh(this.state.type)){let Qm=super.parseTaggedTemplateExpression(Hd,Jd,Qf);return Qm.typeParameters=im,Qm}if(!If&&this.eat(10)){let Qm=this.startNodeAt(Jd);return Qm.callee=Hd,Qm.arguments=this.parseCallExpressionArguments(11,!1),this.tsCheckForInvalidTypeCasts(Qm.arguments),Qm.typeParameters=im,Qf.optionalChainMember&&(Qm.optional=_h),this.finishCallExpression(Qm,Qf.optionalChainMember)}let Qh=this.state.type;if(Qh===48||Qh===52||Qh!==10&&Nf(Qh)&&!this.hasPrecedingLineBreak())return;let $m=this.startNodeAt(Jd);return $m.expression=Hd,$m.typeParameters=im,this.finishNode($m,"TSInstantiationExpression")});if($h&&this.unexpected($h,10),Vh)return Vh.type==="TSInstantiationExpression"&&(this.match(16)||this.match(18)&&this.lookaheadCharCode()!==40)&&this.raise(Ym.InvalidPropertyAccessAfterInstantiationExpression,this.state.startLoc),Vh}return super.parseSubscript(Hd,Jd,If,Qf)}parseNewCallee(Hd){var Jd;super.parseNewCallee(Hd);let{callee:If}=Hd;If.type==="TSInstantiationExpression"&&!((Jd=If.extra)!=null&&Jd.parenthesized)&&(Hd.typeParameters=If.typeParameters,Hd.callee=If.expression)}parseExprOp(Hd,Jd,If){let Qf;if(hh(58)>If&&!this.hasPrecedingLineBreak()&&(this.isContextual(93)||(Qf=this.isContextual(120)))){let _h=this.startNodeAt(Jd);return _h.expression=Hd,_h.typeAnnotation=this.tsInType(()=>(this.next(),this.match(75)?(Qf&&this.raise(Nd.UnexpectedKeyword,this.state.startLoc,{keyword:"const"}),this.tsParseTypeReference()):this.tsParseType())),this.finishNode(_h,Qf?"TSSatisfiesExpression":"TSAsExpression"),this.reScan_lt_gt(),this.parseExprOp(_h,Jd,If)}return super.parseExprOp(Hd,Jd,If)}checkReservedWord(Hd,Jd,If,Qf){this.state.isAmbientContext||super.checkReservedWord(Hd,Jd,If,Qf)}checkImportReflection(Hd){super.checkImportReflection(Hd),Hd.module&&Hd.importKind!=="value"&&this.raise(Ym.ImportReflectionHasImportType,Hd.specifiers[0].loc.start)}checkDuplicateExports(){}isPotentialImportPhase(Hd){if(super.isPotentialImportPhase(Hd))return!0;if(this.isContextual(130)){let Jd=this.lookaheadCharCode();return Hd?Jd===123||Jd===42:Jd!==61}return!Hd&&this.isContextual(87)}applyImportPhase(Hd,Jd,If,Qf){super.applyImportPhase(Hd,Jd,If,Qf),Jd?Hd.exportKind=If==="type"?"type":"value":Hd.importKind=If==="type"||If==="typeof"?If:"value"}parseImport(Hd){if(this.match(133))return Hd.importKind="value",super.parseImport(Hd);let Jd;if(Pf(this.state.type)&&this.lookaheadCharCode()===61)return Hd.importKind="value",this.tsParseImportEqualsDeclaration(Hd);if(this.isContextual(130)){let If=this.parseMaybeImportPhase(Hd,!1);if(this.lookaheadCharCode()===61)return this.tsParseImportEqualsDeclaration(Hd,If);Jd=super.parseImportSpecifiersAndAfter(Hd,If)}else Jd=super.parseImport(Hd);return Jd.importKind==="type"&&Jd.specifiers.length>1&&Jd.specifiers[0].type==="ImportDefaultSpecifier"&&this.raise(Ym.TypeImportCannotSpecifyDefaultAndNamed,Jd),Jd}parseExport(Hd,Jd){if(this.match(83)){this.next();let If=Hd,Qf=null;return this.isContextual(130)&&this.isPotentialImportPhase(!1)?Qf=this.parseMaybeImportPhase(If,!1):If.importKind="value",this.tsParseImportEqualsDeclaration(If,Qf,!0)}else if(this.eat(29)){let If=Hd;return If.expression=super.parseExpression(),this.semicolon(),this.sawUnambiguousESM=!0,this.finishNode(If,"TSExportAssignment")}else if(this.eatContextual(93)){let If=Hd;return this.expectContextual(128),If.id=this.parseIdentifier(),this.semicolon(),this.finishNode(If,"TSNamespaceExportDeclaration")}else return super.parseExport(Hd,Jd)}isAbstractClass(){return this.isContextual(124)&&this.lookahead().type===80}parseExportDefaultExpression(){if(this.isAbstractClass()){let Hd=this.startNode();return this.next(),Hd.abstract=!0,this.parseClass(Hd,!0,!0)}if(this.match(129)){let Hd=this.tsParseInterfaceDeclaration(this.startNode());if(Hd)return Hd}return super.parseExportDefaultExpression()}parseVarStatement(Hd,Jd,If=!1){let{isAmbientContext:Qf}=this.state,_h=super.parseVarStatement(Hd,Jd,If||Qf);if(!Qf)return _h;for(let{id:$h,init:Vh}of _h.declarations)Vh&&(Jd!=="const"||$h.typeAnnotation?this.raise(Ym.InitializerNotAllowedInAmbientContext,Vh):yv(Vh,this.hasPlugin("estree"))||this.raise(Ym.ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference,Vh));return _h}parseStatementContent(Hd,Jd){if(this.match(75)&&this.isLookaheadContextual("enum")){let If=this.startNode();return this.expect(75),this.tsParseEnumDeclaration(If,{const:!0})}if(this.isContextual(126))return this.tsParseEnumDeclaration(this.startNode());if(this.isContextual(129)){let If=this.tsParseInterfaceDeclaration(this.startNode());if(If)return If}return super.parseStatementContent(Hd,Jd)}parseAccessModifier(){return this.tsParseModifier(["public","protected","private"])}tsHasSomeModifiers(Hd,Jd){return Jd.some(If=>u_(If)?Hd.accessibility===If:!!Hd[If])}tsIsStartOfStaticBlocks(){return this.isContextual(106)&&this.lookaheadCharCode()===123}parseClassMember(Hd,Jd,If){let Qf=["declare","private","public","protected","override","abstract","readonly","static"];this.tsParseModifiers({allowedModifiers:Qf,disallowedModifiers:["in","out"],stopOnStartOfClassStaticBlock:!0,errorTemplate:Ym.InvalidModifierOnTypeParameterPositions},Jd);let _h=()=>{this.tsIsStartOfStaticBlocks()?(this.next(),this.next(),this.tsHasSomeModifiers(Jd,Qf)&&this.raise(Ym.StaticBlockCannotHaveModifier,this.state.curPosition()),super.parseClassStaticBlock(Hd,Jd)):this.parseClassMemberWithIsStatic(Hd,Jd,If,!!Jd.static)};Jd.declare?this.tsInAmbientContext(_h):_h()}parseClassMemberWithIsStatic(Hd,Jd,If,Qf){let _h=this.tsTryParseIndexSignature(Jd);if(_h){Hd.body.push(_h),Jd.abstract&&this.raise(Ym.IndexSignatureHasAbstract,Jd),Jd.accessibility&&this.raise(Ym.IndexSignatureHasAccessibility,Jd,{modifier:Jd.accessibility}),Jd.declare&&this.raise(Ym.IndexSignatureHasDeclare,Jd),Jd.override&&this.raise(Ym.IndexSignatureHasOverride,Jd);return}!this.state.inAbstractClass&&Jd.abstract&&this.raise(Ym.NonAbstractClassHasAbstractMethod,Jd),Jd.override&&(If.hadSuperClass||this.raise(Ym.OverrideNotInSubClass,Jd)),super.parseClassMemberWithIsStatic(Hd,Jd,If,Qf)}parsePostMemberNameModifiers(Hd){this.eat(17)&&(Hd.optional=!0),Hd.readonly&&this.match(10)&&this.raise(Ym.ClassMethodHasReadonly,Hd),Hd.declare&&this.match(10)&&this.raise(Ym.ClassMethodHasDeclare,Hd)}parseExpressionStatement(Hd,Jd,If){return(Jd.type==="Identifier"?this.tsParseExpressionStatement(Hd,Jd,If):void 0)||super.parseExpressionStatement(Hd,Jd,If)}shouldParseExportDeclaration(){return this.tsIsDeclarationStart()?!0:super.shouldParseExportDeclaration()}parseConditional(Hd,Jd,If){if(!this.state.maybeInArrowParameters||!this.match(17))return super.parseConditional(Hd,Jd,If);let Qf=this.tryParse(()=>super.parseConditional(Hd,Jd));return Qf.node?(Qf.error&&(this.state=Qf.failState),Qf.node):(Qf.error&&super.setOptionalParametersError(If,Qf.error),Hd)}parseParenItem(Hd,Jd){let If=super.parseParenItem(Hd,Jd);if(this.eat(17)&&(If.optional=!0,this.resetEndLocation(Hd)),this.match(14)){let Qf=this.startNodeAt(Jd);return Qf.expression=Hd,Qf.typeAnnotation=this.tsParseTypeAnnotation(),this.finishNode(Qf,"TSTypeCastExpression")}return Hd}parseExportDeclaration(Hd){if(!this.state.isAmbientContext&&this.isContextual(125))return this.tsInAmbientContext(()=>this.parseExportDeclaration(Hd));let Jd=this.state.startLoc,If=this.eatContextual(125);if(If&&(this.isContextual(125)||!this.shouldParseExportDeclaration()))throw this.raise(Ym.ExpectedAmbientAfterExportDeclare,this.state.startLoc);let Qf=Pf(this.state.type)&&this.tsTryParseExportDeclaration()||super.parseExportDeclaration(Hd);return Qf?((Qf.type==="TSInterfaceDeclaration"||Qf.type==="TSTypeAliasDeclaration"||If)&&(Hd.exportKind="type"),If&&(this.resetStartLocation(Qf,Jd),Qf.declare=!0),Qf):null}parseClassId(Hd,Jd,If,Qf){if((!Jd||If)&&this.isContextual(113))return;super.parseClassId(Hd,Jd,If,Hd.declare?1024:8331);let _h=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers);_h&&(Hd.typeParameters=_h)}parseClassPropertyAnnotation(Hd){Hd.optional||(this.eat(35)?Hd.definite=!0:this.eat(17)&&(Hd.optional=!0));let Jd=this.tsTryParseTypeAnnotation();Jd&&(Hd.typeAnnotation=Jd)}parseClassProperty(Hd){if(this.parseClassPropertyAnnotation(Hd),this.state.isAmbientContext&&!(Hd.readonly&&!Hd.typeAnnotation)&&this.match(29)&&this.raise(Ym.DeclareClassFieldHasInitializer,this.state.startLoc),Hd.abstract&&this.match(29)){let{key:Jd}=Hd;this.raise(Ym.AbstractPropertyHasInitializer,this.state.startLoc,{propertyName:Jd.type==="Identifier"&&!Hd.computed?Jd.name:`[${this.input.slice(Jd.start,Jd.end)}]`})}return super.parseClassProperty(Hd)}parseClassPrivateProperty(Hd){return Hd.abstract&&this.raise(Ym.PrivateElementHasAbstract,Hd),Hd.accessibility&&this.raise(Ym.PrivateElementHasAccessibility,Hd,{modifier:Hd.accessibility}),this.parseClassPropertyAnnotation(Hd),super.parseClassPrivateProperty(Hd)}parseClassAccessorProperty(Hd){return this.parseClassPropertyAnnotation(Hd),Hd.optional&&this.raise(Ym.AccessorCannotBeOptional,Hd),super.parseClassAccessorProperty(Hd)}pushClassMethod(Hd,Jd,If,Qf,_h,$h){let Vh=this.tsTryParseTypeParameters(this.tsParseConstModifier);Vh&&_h&&this.raise(Ym.ConstructorHasTypeParameters,Vh);let{declare:im=!1,kind:Qh}=Jd;im&&(Qh==="get"||Qh==="set")&&this.raise(Ym.DeclareAccessor,Jd,{kind:Qh}),Vh&&(Jd.typeParameters=Vh),super.pushClassMethod(Hd,Jd,If,Qf,_h,$h)}pushClassPrivateMethod(Hd,Jd,If,Qf){let _h=this.tsTryParseTypeParameters(this.tsParseConstModifier);_h&&(Jd.typeParameters=_h),super.pushClassPrivateMethod(Hd,Jd,If,Qf)}declareClassPrivateMethodInScope(Hd,Jd){Hd.type!=="TSDeclareMethod"&&(Hd.type==="MethodDefinition"&&!hasOwnProperty.call(Hd.value,"body")||super.declareClassPrivateMethodInScope(Hd,Jd))}parseClassSuper(Hd){super.parseClassSuper(Hd),Hd.superClass&&(this.match(47)||this.match(51))&&(Hd.superTypeParameters=this.tsParseTypeArgumentsInExpression()),this.eatContextual(113)&&(Hd.implements=this.tsParseHeritageClause("implements"))}parseObjPropValue(Hd,Jd,If,Qf,_h,$h,Vh){let im=this.tsTryParseTypeParameters(this.tsParseConstModifier);return im&&(Hd.typeParameters=im),super.parseObjPropValue(Hd,Jd,If,Qf,_h,$h,Vh)}parseFunctionParams(Hd,Jd){let If=this.tsTryParseTypeParameters(this.tsParseConstModifier);If&&(Hd.typeParameters=If),super.parseFunctionParams(Hd,Jd)}parseVarId(Hd,Jd){super.parseVarId(Hd,Jd),Hd.id.type==="Identifier"&&!this.hasPrecedingLineBreak()&&this.eat(35)&&(Hd.definite=!0);let If=this.tsTryParseTypeAnnotation();If&&(Hd.id.typeAnnotation=If,this.resetEndLocation(Hd.id))}parseAsyncArrowFromCallExpression(Hd,Jd){return this.match(14)&&(Hd.returnType=this.tsParseTypeAnnotation()),super.parseAsyncArrowFromCallExpression(Hd,Jd)}parseMaybeAssign(Hd,Jd){var If,Qf,_h,$h,Vh;let im,Qh,$m;if(this.hasPlugin("jsx")&&(this.match(142)||this.match(47))){if(im=this.state.clone(),Qh=this.tryParse(()=>super.parseMaybeAssign(Hd,Jd),im),!Qh.error)return Qh.node;let{context:a1}=this.state,D1=a1[a1.length-1];(D1===jd.j_oTag||D1===jd.j_expr)&&a1.pop()}if(!((If=Qh)!=null&&If.error)&&!this.match(47))return super.parseMaybeAssign(Hd,Jd);(!im||im===this.state)&&(im=this.state.clone());let Qm,r1=this.tryParse(a1=>{var D1,f0;Qm=this.tsParseTypeParameters(this.tsParseConstModifier);let U1=super.parseMaybeAssign(Hd,Jd);return(U1.type!=="ArrowFunctionExpression"||(D1=U1.extra)!=null&&D1.parenthesized)&&a1(),((f0=Qm)==null?void 0:f0.params.length)!==0&&this.resetStartLocationFromNode(U1,Qm),U1.typeParameters=Qm,U1},im);if(!r1.error&&!r1.aborted)return Qm&&this.reportReservedArrowTypeParam(Qm),r1.node;if(!Qh&&(z_(!this.hasPlugin("jsx")),$m=this.tryParse(()=>super.parseMaybeAssign(Hd,Jd),im),!$m.error))return $m.node;if((Qf=Qh)!=null&&Qf.node)return this.state=Qh.failState,Qh.node;if(r1.node)return this.state=r1.failState,Qm&&this.reportReservedArrowTypeParam(Qm),r1.node;if((_h=$m)!=null&&_h.node)return this.state=$m.failState,$m.node;throw(($h=Qh)==null?void 0:$h.error)||r1.error||((Vh=$m)==null?void 0:Vh.error)}reportReservedArrowTypeParam(Hd){var Jd;Hd.params.length===1&&!Hd.params[0].constraint&&!((Jd=Hd.extra)!=null&&Jd.trailingComma)&&this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(Ym.ReservedArrowTypeParam,Hd)}parseMaybeUnary(Hd,Jd){return!this.hasPlugin("jsx")&&this.match(47)?this.tsParseTypeAssertion():super.parseMaybeUnary(Hd,Jd)}parseArrow(Hd){if(this.match(14)){let Jd=this.tryParse(If=>{let Qf=this.tsParseTypeOrTypePredicateAnnotation(14);return(this.canInsertSemicolon()||!this.match(19))&&If(),Qf});if(Jd.aborted)return;Jd.thrown||(Jd.error&&(this.state=Jd.failState),Hd.returnType=Jd.node)}return super.parseArrow(Hd)}parseAssignableListItemTypes(Hd,Jd){if(!(Jd&2))return Hd;this.eat(17)&&(Hd.optional=!0);let If=this.tsTryParseTypeAnnotation();return If&&(Hd.typeAnnotation=If),this.resetEndLocation(Hd),Hd}isAssignable(Hd,Jd){switch(Hd.type){case"TSTypeCastExpression":return this.isAssignable(Hd.expression,Jd);case"TSParameterProperty":return!0;default:return super.isAssignable(Hd,Jd)}}toAssignable(Hd,Jd=!1){switch(Hd.type){case"ParenthesizedExpression":this.toAssignableParenthesizedExpression(Hd,Jd);break;case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":Jd?this.expressionScope.recordArrowParameterBindingError(Ym.UnexpectedTypeCastInParameter,Hd):this.raise(Ym.UnexpectedTypeCastInParameter,Hd),this.toAssignable(Hd.expression,Jd);break;case"AssignmentExpression":!Jd&&Hd.left.type==="TSTypeCastExpression"&&(Hd.left=this.typeCastToParameter(Hd.left));default:super.toAssignable(Hd,Jd)}}toAssignableParenthesizedExpression(Hd,Jd){switch(Hd.expression.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":case"ParenthesizedExpression":this.toAssignable(Hd.expression,Jd);break;default:super.toAssignable(Hd,Jd)}}checkToRestConversion(Hd,Jd){switch(Hd.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":this.checkToRestConversion(Hd.expression,!1);break;default:super.checkToRestConversion(Hd,Jd)}}isValidLVal(Hd,Jd,If){return H_({TSTypeCastExpression:!0,TSParameterProperty:"parameter",TSNonNullExpression:"expression",TSInstantiationExpression:"expression",TSAsExpression:(If!==64||!Jd)&&["expression",!0],TSSatisfiesExpression:(If!==64||!Jd)&&["expression",!0],TSTypeAssertion:(If!==64||!Jd)&&["expression",!0]},Hd)||super.isValidLVal(Hd,Jd,If)}parseBindingAtom(){return this.state.type===78?this.parseIdentifier(!0):super.parseBindingAtom()}parseMaybeDecoratorArguments(Hd){if(this.match(47)||this.match(51)){let Jd=this.tsParseTypeArgumentsInExpression();if(this.match(10)){let If=super.parseMaybeDecoratorArguments(Hd);return If.typeParameters=Jd,If}this.unexpected(null,10)}return super.parseMaybeDecoratorArguments(Hd)}checkCommaAfterRest(Hd){return this.state.isAmbientContext&&this.match(12)&&this.lookaheadCharCode()===Hd?(this.next(),!1):super.checkCommaAfterRest(Hd)}isClassMethod(){return this.match(47)||super.isClassMethod()}isClassProperty(){return this.match(35)||this.match(14)||super.isClassProperty()}parseMaybeDefault(Hd,Jd){let If=super.parseMaybeDefault(Hd,Jd);return If.type==="AssignmentPattern"&&If.typeAnnotation&&If.right.start<If.typeAnnotation.start&&this.raise(Ym.TypeAnnotationAfterAssign,If.typeAnnotation),If}getTokenFromCode(Hd){if(this.state.inType){if(Hd===62){this.finishOp(48,1);return}if(Hd===60){this.finishOp(47,1);return}}super.getTokenFromCode(Hd)}reScan_lt_gt(){let{type:Hd}=this.state;Hd===47?(this.state.pos-=1,this.readToken_lt()):Hd===48&&(this.state.pos-=1,this.readToken_gt())}reScan_lt(){let{type:Hd}=this.state;return Hd===51?(this.state.pos-=2,this.finishOp(47,1),47):Hd}toAssignableList(Hd,Jd,If){for(let Qf=0;Qf<Hd.length;Qf++){let _h=Hd[Qf];(_h==null?void 0:_h.type)==="TSTypeCastExpression"&&(Hd[Qf]=this.typeCastToParameter(_h))}super.toAssignableList(Hd,Jd,If)}typeCastToParameter(Hd){return Hd.expression.typeAnnotation=Hd.typeAnnotation,this.resetEndLocation(Hd.expression,Hd.typeAnnotation.loc.end),Hd.expression}shouldParseArrow(Hd){return this.match(14)?Hd.every(Jd=>this.isAssignable(Jd,!0)):super.shouldParseArrow(Hd)}shouldParseAsyncArrow(){return this.match(14)||super.shouldParseAsyncArrow()}canHaveLeadingDecorator(){return super.canHaveLeadingDecorator()||this.isAbstractClass()}jsxParseOpeningElementAfterName(Hd){if(this.match(47)||this.match(51)){let Jd=this.tsTryParseAndCatch(()=>this.tsParseTypeArgumentsInExpression());Jd&&(Hd.typeParameters=Jd)}return super.jsxParseOpeningElementAfterName(Hd)}getGetterSetterExpectedParamCount(Hd){let Jd=super.getGetterSetterExpectedParamCount(Hd),If=this.getObjectOrClassMethodParams(Hd)[0];return If&&this.isThisParam(If)?Jd+1:Jd}parseCatchClauseParam(){let Hd=super.parseCatchClauseParam(),Jd=this.tsTryParseTypeAnnotation();return Jd&&(Hd.typeAnnotation=Jd,this.resetEndLocation(Hd)),Hd}tsInAmbientContext(Hd){let{isAmbientContext:Jd,strict:If}=this.state;this.state.isAmbientContext=!0,this.state.strict=!1;try{return Hd()}finally{this.state.isAmbientContext=Jd,this.state.strict=If}}parseClass(Hd,Jd,If){let Qf=this.state.inAbstractClass;this.state.inAbstractClass=!!Hd.abstract;try{return super.parseClass(Hd,Jd,If)}finally{this.state.inAbstractClass=Qf}}tsParseAbstractDeclaration(Hd,Jd){if(this.match(80))return Hd.abstract=!0,this.maybeTakeDecorators(Jd,this.parseClass(Hd,!0,!1));if(this.isContextual(129)){if(!this.hasFollowingLineBreak())return Hd.abstract=!0,this.raise(Ym.NonClassMethodPropertyHasAbstractModifer,Hd),this.tsParseInterfaceDeclaration(Hd)}else this.unexpected(null,80)}parseMethod(Hd,Jd,If,Qf,_h,$h,Vh){let im=super.parseMethod(Hd,Jd,If,Qf,_h,$h,Vh);if(im.abstract&&(this.hasPlugin("estree")?im.value.body:im.body)){let{key:Qh}=im;this.raise(Ym.AbstractMethodHasImplementation,im,{methodName:Qh.type==="Identifier"&&!im.computed?Qh.name:`[${this.input.slice(Qh.start,Qh.end)}]`})}return im}tsParseTypeParameterName(){return this.parseIdentifier().name}shouldParseAsAmbientContext(){return!!this.getPluginOption("typescript","dts")}parse(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.parse()}getExpression(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.getExpression()}parseExportSpecifier(Hd,Jd,If,Qf){return!Jd&&Qf?(this.parseTypeOnlyImportExportSpecifier(Hd,!1,If),this.finishNode(Hd,"ExportSpecifier")):(Hd.exportKind="value",super.parseExportSpecifier(Hd,Jd,If,Qf))}parseImportSpecifier(Hd,Jd,If,Qf,_h){return!Jd&&Qf?(this.parseTypeOnlyImportExportSpecifier(Hd,!0,If),this.finishNode(Hd,"ImportSpecifier")):(Hd.importKind="value",super.parseImportSpecifier(Hd,Jd,If,Qf,If?4098:4096))}parseTypeOnlyImportExportSpecifier(Hd,Jd,If){let Qf=Jd?"imported":"local",_h=Jd?"local":"exported",$h=Hd[Qf],Vh,im=!1,Qh=!0,$m=$h.loc.start;if(this.isContextual(93)){let r1=this.parseIdentifier();if(this.isContextual(93)){let a1=this.parseIdentifier();Lf(this.state.type)?(im=!0,$h=r1,Vh=Jd?this.parseIdentifier():this.parseModuleExportName(),Qh=!1):(Vh=a1,Qh=!1)}else Lf(this.state.type)?(Qh=!1,Vh=Jd?this.parseIdentifier():this.parseModuleExportName()):(im=!0,$h=r1)}else Lf(this.state.type)&&(im=!0,Jd?($h=this.parseIdentifier(!0),this.isContextual(93)||this.checkReservedWord($h.name,$h.loc.start,!0,!0)):$h=this.parseModuleExportName());im&&If&&this.raise(Jd?Ym.TypeModifierIsUsedInTypeImports:Ym.TypeModifierIsUsedInTypeExports,$m),Hd[Qf]=$h,Hd[_h]=Vh;let Qm=Jd?"importKind":"exportKind";Hd[Qm]=im?"type":"value",Qh&&this.eatContextual(93)&&(Hd[_h]=Jd?this.parseIdentifier():this.parseModuleExportName()),Hd[_h]||(Hd[_h]=S0(Hd[Qf])),Jd&&this.checkIdentifier(Hd[_h],im?4098:4096)}};function bv(Xd){if(Xd.type!=="MemberExpression")return!1;let{computed:Hd,property:Jd}=Xd;return Hd&&Jd.type!=="StringLiteral"&&(Jd.type!=="TemplateLiteral"||Jd.expressions.length>0)?!1:q_(Xd.object)}function yv(Xd,Hd){var Jd;let{type:If}=Xd;if((Jd=Xd.extra)!=null&&Jd.parenthesized)return!1;if(Hd){if(If==="Literal"){let{value:Qf}=Xd;if(typeof Qf=="string"||typeof Qf=="boolean")return!0}}else if(If==="StringLiteral"||If==="BooleanLiteral")return!0;return!!(Eg(Xd,Hd)||Ev(Xd,Hd)||If==="TemplateLiteral"&&Xd.expressions.length===0||bv(Xd))}function Eg(Xd,Hd){return Hd?Xd.type==="Literal"&&(typeof Xd.value=="number"||"bigint"in Xd):Xd.type==="NumericLiteral"||Xd.type==="BigIntLiteral"}function Ev(Xd,Hd){if(Xd.type==="UnaryExpression"){let{operator:Jd,argument:If}=Xd;if(Jd==="-"&&Eg(If,Hd))return!0}return!1}function q_(Xd){return Xd.type==="Identifier"?!0:Xd.type!=="MemberExpression"||Xd.computed?!1:q_(Xd.object)}var Y1=Ad`placeholders`({ClassNameIsRequired:"A class name is required.",UnexpectedSpace:"Unexpected space in placeholder."}),G_=Xd=>class extends Xd{parsePlaceholder(Hd){if(this.match(144)){let Jd=this.startNode();return this.next(),this.assertNoSpace(),Jd.name=super.parseIdentifier(!0),this.assertNoSpace(),this.expect(144),this.finishPlaceholder(Jd,Hd)}}finishPlaceholder(Hd,Jd){let If=Hd;return(!If.expectedNode||!If.type)&&(If=this.finishNode(If,"Placeholder")),If.expectedNode=Jd,If}getTokenFromCode(Hd){Hd===37&&this.input.charCodeAt(this.state.pos+1)===37?this.finishOp(144,2):super.getTokenFromCode(Hd)}parseExprAtom(Hd){return this.parsePlaceholder("Expression")||super.parseExprAtom(Hd)}parseIdentifier(Hd){return this.parsePlaceholder("Identifier")||super.parseIdentifier(Hd)}checkReservedWord(Hd,Jd,If,Qf){Hd!==void 0&&super.checkReservedWord(Hd,Jd,If,Qf)}parseBindingAtom(){return this.parsePlaceholder("Pattern")||super.parseBindingAtom()}isValidLVal(Hd,Jd,If){return Hd==="Placeholder"||super.isValidLVal(Hd,Jd,If)}toAssignable(Hd,Jd){Hd&&Hd.type==="Placeholder"&&Hd.expectedNode==="Expression"?Hd.expectedNode="Pattern":super.toAssignable(Hd,Jd)}chStartsBindingIdentifier(Hd,Jd){return!!(super.chStartsBindingIdentifier(Hd,Jd)||this.lookahead().type===144)}verifyBreakContinue(Hd,Jd){Hd.label&&Hd.label.type==="Placeholder"||super.verifyBreakContinue(Hd,Jd)}parseExpressionStatement(Hd,Jd){var If;if(Jd.type!=="Placeholder"||(If=Jd.extra)!=null&&If.parenthesized)return super.parseExpressionStatement(Hd,Jd);if(this.match(14)){let _h=Hd;return _h.label=this.finishPlaceholder(Jd,"Identifier"),this.next(),_h.body=super.parseStatementOrSloppyAnnexBFunctionDeclaration(),this.finishNode(_h,"LabeledStatement")}this.semicolon();let Qf=Hd;return Qf.name=Jd.name,this.finishPlaceholder(Qf,"Statement")}parseBlock(Hd,Jd,If){return this.parsePlaceholder("BlockStatement")||super.parseBlock(Hd,Jd,If)}parseFunctionId(Hd){return this.parsePlaceholder("Identifier")||super.parseFunctionId(Hd)}parseClass(Hd,Jd,If){let Qf=Jd?"ClassDeclaration":"ClassExpression";this.next();let _h=this.state.strict,$h=this.parsePlaceholder("Identifier");if($h)if(this.match(81)||this.match(144)||this.match(5))Hd.id=$h;else{if(If||!Jd)return Hd.id=null,Hd.body=this.finishPlaceholder($h,"ClassBody"),this.finishNode(Hd,Qf);throw this.raise(Y1.ClassNameIsRequired,this.state.startLoc)}else this.parseClassId(Hd,Jd,If);return super.parseClassSuper(Hd),Hd.body=this.parsePlaceholder("ClassBody")||super.parseClassBody(!!Hd.superClass,_h),this.finishNode(Hd,Qf)}parseExport(Hd,Jd){let If=this.parsePlaceholder("Identifier");if(!If)return super.parseExport(Hd,Jd);let Qf=Hd;if(!this.isContextual(98)&&!this.match(12))return Qf.specifiers=[],Qf.source=null,Qf.declaration=this.finishPlaceholder(If,"Declaration"),this.finishNode(Qf,"ExportNamedDeclaration");this.expectPlugin("exportDefaultFrom");let _h=this.startNode();return _h.exported=If,Qf.specifiers=[this.finishNode(_h,"ExportDefaultSpecifier")],super.parseExport(Qf,Jd)}isExportDefaultSpecifier(){if(this.match(65)){let Hd=this.nextTokenStart();if(this.isUnparsedContextual(Hd,"from")&&this.input.startsWith(Xf(144),this.nextTokenStartSince(Hd+4)))return!0}return super.isExportDefaultSpecifier()}maybeParseExportDefaultSpecifier(Hd,Jd){var If;return(If=Hd.specifiers)!=null&&If.length?!0:super.maybeParseExportDefaultSpecifier(Hd,Jd)}checkExport(Hd){let{specifiers:Jd}=Hd;Jd!=null&&Jd.length&&(Hd.specifiers=Jd.filter(If=>If.exported.type==="Placeholder")),super.checkExport(Hd),Hd.specifiers=Jd}parseImport(Hd){let Jd=this.parsePlaceholder("Identifier");if(!Jd)return super.parseImport(Hd);if(Hd.specifiers=[],!this.isContextual(98)&&!this.match(12))return Hd.source=this.finishPlaceholder(Jd,"StringLiteral"),this.semicolon(),this.finishNode(Hd,"ImportDeclaration");let If=this.startNodeAtNode(Jd);return If.local=Jd,Hd.specifiers.push(this.finishNode(If,"ImportDefaultSpecifier")),this.eat(12)&&(this.maybeParseStarImportSpecifier(Hd)||this.parseNamedImportSpecifiers(Hd)),this.expectContextual(98),Hd.source=this.parseImportSource(),this.semicolon(),this.finishNode(Hd,"ImportDeclaration")}parseImportSource(){return this.parsePlaceholder("StringLiteral")||super.parseImportSource()}assertNoSpace(){this.state.start>this.state.lastTokEndLoc.index&&this.raise(Y1.UnexpectedSpace,this.state.lastTokEndLoc)}},Og=Xd=>class extends Xd{parseV8Intrinsic(){if(this.match(54)){let Hd=this.state.startLoc,Jd=this.startNode();if(this.next(),Pf(this.state.type)){let If=this.parseIdentifierName(),Qf=this.createIdentifier(Jd,If);if(Qf.type="V8IntrinsicIdentifier",this.match(10))return Qf}this.unexpected(Hd)}}parseExprAtom(Hd){return this.parseV8Intrinsic()||super.parseExprAtom(Hd)}};function t0(Xd,Hd){let[Jd,If]=typeof Hd=="string"?[Hd,{}]:Hd,Qf=Object.keys(If),_h=Qf.length===0;return Xd.some($h=>{if(typeof $h=="string")return _h&&$h===Jd;{let[Vh,im]=$h;if(Vh!==Jd)return!1;for(let Qh of Qf)if(im[Qh]!==If[Qh])return!1;return!0}})}function ig(Xd,Hd,Jd){let If=Xd.find(Qf=>Array.isArray(Qf)?Qf[0]===Hd:Qf===Hd);return If&&Array.isArray(If)&&If.length>1?If[1][Jd]:null}var c0=["minimal","fsharp","hack","smart"],d_=["^^","@@","^","%","#"];function ag(Xd){if(t0(Xd,"decorators")){if(t0(Xd,"decorators-legacy"))throw new Error("Cannot use the decorators and decorators-legacy plugin together");let Hd=ig(Xd,"decorators","decoratorsBeforeExport");if(Hd!=null&&typeof Hd!="boolean")throw new Error("'decoratorsBeforeExport' must be a boolean, if specified.");let Jd=ig(Xd,"decorators","allowCallParenthesized");if(Jd!=null&&typeof Jd!="boolean")throw new Error("'allowCallParenthesized' must be a boolean.")}if(t0(Xd,"flow")&&t0(Xd,"typescript"))throw new Error("Cannot combine flow and typescript plugins.");if(t0(Xd,"placeholders")&&t0(Xd,"v8intrinsic"))throw new Error("Cannot combine placeholders and v8intrinsic plugins.");if(t0(Xd,"pipelineOperator")){let Hd=ig(Xd,"pipelineOperator","proposal");if(!c0.includes(Hd)){let Qf=c0.map(_h=>`"${_h}"`).join(", ");throw new Error(`"pipelineOperator" requires "proposal" option whose value must be one of: ${Qf}.`)}let Jd=["recordAndTuple",{syntaxType:"hash"}],If=t0(Xd,Jd);if(Hd==="hack"){if(t0(Xd,"placeholders"))throw new Error("Cannot combine placeholders plugin and Hack-style pipes.");if(t0(Xd,"v8intrinsic"))throw new Error("Cannot combine v8intrinsic plugin and Hack-style pipes.");let Qf=ig(Xd,"pipelineOperator","topicToken");if(!d_.includes(Qf)){let _h=d_.map($h=>`"${$h}"`).join(", ");throw new Error(`"pipelineOperator" in "proposal": "hack" mode also requires a "topicToken" option whose value must be one of: ${_h}.`)}if(Qf==="#"&&If)throw new Error(`Plugin conflict between \`["pipelineOperator", { proposal: "hack", topicToken: "#" }]\` and \`${JSON.stringify(Jd)}\`.`)}else if(Hd==="smart"&&If)throw new Error(`Plugin conflict between \`["pipelineOperator", { proposal: "smart" }]\` and \`${JSON.stringify(Jd)}\`.`)}if(t0(Xd,"moduleAttributes")){if(t0(Xd,"importAssertions")||t0(Xd,"importAttributes"))throw new Error("Cannot combine importAssertions, importAttributes and moduleAttributes plugins.");if(ig(Xd,"moduleAttributes","version")!=="may-2020")throw new Error("The 'moduleAttributes' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is 'may-2020'.")}if(t0(Xd,"importAssertions")&&t0(Xd,"importAttributes"))throw new Error("Cannot combine importAssertions and importAttributes plugins.");if(t0(Xd,"recordAndTuple")){let Hd=ig(Xd,"recordAndTuple","syntaxType");if(Hd!=null){let Jd=["hash","bar"];if(!Jd.includes(Hd))throw new Error("The 'syntaxType' option of the 'recordAndTuple' plugin must be one of: "+Jd.map(If=>`'${If}'`).join(", "))}}if(t0(Xd,"asyncDoExpressions")&&!t0(Xd,"doExpressions")){let Hd=new Error("'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins.");throw Hd.missingPlugins="doExpressions",Hd}if(t0(Xd,"optionalChainingAssign")&&ig(Xd,"optionalChainingAssign","version")!=="2023-07")throw new Error("The 'optionalChainingAssign' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is '2023-07'.")}var Xg={estree:Md,jsx:ng,flow:kg,typescript:T_,v8intrinsic:Og,placeholders:G_},Yf=Object.keys(Xg),sh={sourceType:"script",sourceFilename:void 0,startColumn:0,startLine:1,allowAwaitOutsideFunction:!1,allowReturnOutsideFunction:!1,allowNewTargetOutsideFunction:!1,allowImportExportEverywhere:!1,allowSuperOutsideMethod:!1,allowUndeclaredExports:!1,plugins:[],strictMode:null,ranges:!1,tokens:!1,createImportExpressions:!1,createParenthesizedExpressions:!1,errorRecovery:!1,attachComment:!0,annexB:!0};function dh(Xd){if(Xd==null)return Object.assign({},sh);if(Xd.annexB!=null&&Xd.annexB!==!1)throw new Error("The `annexB` option can only be set to `false`.");let Hd={};for(let If of Object.keys(sh)){var Jd;Hd[If]=(Jd=Xd[If])!=null?Jd:sh[If]}return Hd}var Vm=class extends Zv{checkProto(Xd,Hd,Jd,If){if(Xd.type==="SpreadElement"||this.isObjectMethod(Xd)||Xd.computed||Xd.shorthand)return;let Qf=Xd.key;if((Qf.type==="Identifier"?Qf.name:Qf.value)==="__proto__"){if(Hd){this.raise(Nd.RecordNoProto,Qf);return}Jd.used&&(If?If.doubleProtoLoc===null&&(If.doubleProtoLoc=Qf.loc.start):this.raise(Nd.DuplicateProto,Qf)),Jd.used=!0}}shouldExitDescending(Xd,Hd){return Xd.type==="ArrowFunctionExpression"&&Xd.start===Hd}getExpression(){this.enterInitialScopes(),this.nextToken();let Xd=this.parseExpression();return this.match(139)||this.unexpected(),this.finalizeRemainingComments(),Xd.comments=this.comments,Xd.errors=this.state.errors,this.options.tokens&&(Xd.tokens=this.tokens),Xd}parseExpression(Xd,Hd){return Xd?this.disallowInAnd(()=>this.parseExpressionBase(Hd)):this.allowInAnd(()=>this.parseExpressionBase(Hd))}parseExpressionBase(Xd){let Hd=this.state.startLoc,Jd=this.parseMaybeAssign(Xd);if(this.match(12)){let If=this.startNodeAt(Hd);for(If.expressions=[Jd];this.eat(12);)If.expressions.push(this.parseMaybeAssign(Xd));return this.toReferencedList(If.expressions),this.finishNode(If,"SequenceExpression")}return Jd}parseMaybeAssignDisallowIn(Xd,Hd){return this.disallowInAnd(()=>this.parseMaybeAssign(Xd,Hd))}parseMaybeAssignAllowIn(Xd,Hd){return this.allowInAnd(()=>this.parseMaybeAssign(Xd,Hd))}setOptionalParametersError(Xd,Hd){var Jd;Xd.optionalParametersLoc=(Jd=Hd==null?void 0:Hd.loc)!=null?Jd:this.state.startLoc}parseMaybeAssign(Xd,Hd){let Jd=this.state.startLoc;if(this.isContextual(108)&&this.prodParam.hasYield){let $h=this.parseYield();return Hd&&($h=Hd.call(this,$h,Jd)),$h}let If;Xd?If=!1:(Xd=new E0,If=!0);let{type:Qf}=this.state;(Qf===10||Pf(Qf))&&(this.state.potentialArrowAt=this.state.start);let _h=this.parseMaybeConditional(Xd);if(Hd&&(_h=Hd.call(this,_h,Jd)),Bf(this.state.type)){let $h=this.startNodeAt(Jd),Vh=this.state.value;if($h.operator=Vh,this.match(29)){this.toAssignable(_h,!0),$h.left=_h;let im=Jd.index;Xd.doubleProtoLoc!=null&&Xd.doubleProtoLoc.index>=im&&(Xd.doubleProtoLoc=null),Xd.shorthandAssignLoc!=null&&Xd.shorthandAssignLoc.index>=im&&(Xd.shorthandAssignLoc=null),Xd.privateKeyLoc!=null&&Xd.privateKeyLoc.index>=im&&(this.checkDestructuringPrivate(Xd),Xd.privateKeyLoc=null)}else $h.left=_h;return this.next(),$h.right=this.parseMaybeAssign(),this.checkLVal(_h,{in:this.finishNode($h,"AssignmentExpression")}),$h}else If&&this.checkExpressionErrors(Xd,!0);return _h}parseMaybeConditional(Xd){let Hd=this.state.startLoc,Jd=this.state.potentialArrowAt,If=this.parseExprOps(Xd);return this.shouldExitDescending(If,Jd)?If:this.parseConditional(If,Hd,Xd)}parseConditional(Xd,Hd,Jd){if(this.eat(17)){let If=this.startNodeAt(Hd);return If.test=Xd,If.consequent=this.parseMaybeAssignAllowIn(),this.expect(14),If.alternate=this.parseMaybeAssign(),this.finishNode(If,"ConditionalExpression")}return Xd}parseMaybeUnaryOrPrivate(Xd){return this.match(138)?this.parsePrivateName():this.parseMaybeUnary(Xd)}parseExprOps(Xd){let Hd=this.state.startLoc,Jd=this.state.potentialArrowAt,If=this.parseMaybeUnaryOrPrivate(Xd);return this.shouldExitDescending(If,Jd)?If:this.parseExprOp(If,Hd,-1)}parseExprOp(Xd,Hd,Jd){if(this.isPrivateName(Xd)){let Qf=this.getPrivateNameSV(Xd);(Jd>=hh(58)||!this.prodParam.hasIn||!this.match(58))&&this.raise(Nd.PrivateInExpectedIn,Xd,{identifierName:Qf}),this.classScope.usePrivateName(Qf,Xd.loc.start)}let If=this.state.type;if($f(If)&&(this.prodParam.hasIn||!this.match(58))){let Qf=hh(If);if(Qf>Jd){if(If===39){if(this.expectPlugin("pipelineOperator"),this.state.inFSharpPipelineDirectBody)return Xd;this.checkPipelineAtInfixOperator(Xd,Hd)}let _h=this.startNodeAt(Hd);_h.left=Xd,_h.operator=this.state.value;let $h=If===41||If===42,Vh=If===40;if(Vh&&(Qf=hh(42)),this.next(),If===39&&this.hasPlugin(["pipelineOperator",{proposal:"minimal"}])&&this.state.type===96&&this.prodParam.hasAwait)throw this.raise(Nd.UnexpectedAwaitAfterPipelineBody,this.state.startLoc);_h.right=this.parseExprOpRightExpr(If,Qf);let im=this.finishNode(_h,$h||Vh?"LogicalExpression":"BinaryExpression"),Qh=this.state.type;if(Vh&&(Qh===41||Qh===42)||$h&&Qh===40)throw this.raise(Nd.MixingCoalesceWithLogical,this.state.startLoc);return this.parseExprOp(im,Hd,Jd)}}return Xd}parseExprOpRightExpr(Xd,Hd){let Jd=this.state.startLoc;switch(Xd){case 39:switch(this.getPluginOption("pipelineOperator","proposal")){case"hack":return this.withTopicBindingContext(()=>this.parseHackPipeBody());case"smart":return this.withTopicBindingContext(()=>{if(this.prodParam.hasYield&&this.isContextual(108))throw this.raise(Nd.PipeBodyIsTighter,this.state.startLoc);return this.parseSmartPipelineBodyInStyle(this.parseExprOpBaseRightExpr(Xd,Hd),Jd)});case"fsharp":return this.withSoloAwaitPermittingContext(()=>this.parseFSharpPipelineBody(Hd))}default:return this.parseExprOpBaseRightExpr(Xd,Hd)}}parseExprOpBaseRightExpr(Xd,Hd){let Jd=this.state.startLoc;return this.parseExprOp(this.parseMaybeUnaryOrPrivate(),Jd,Mh(Xd)?Hd-1:Hd)}parseHackPipeBody(){var Xd;let{startLoc:Hd}=this.state,Jd=this.parseMaybeAssign();return gd.has(Jd.type)&&!((Xd=Jd.extra)!=null&&Xd.parenthesized)&&this.raise(Nd.PipeUnparenthesizedBody,Hd,{type:Jd.type}),this.topicReferenceWasUsedInCurrentContext()||this.raise(Nd.PipeTopicUnused,Hd),Jd}checkExponentialAfterUnary(Xd){this.match(57)&&this.raise(Nd.UnexpectedTokenUnaryExponentiation,Xd.argument)}parseMaybeUnary(Xd,Hd){let Jd=this.state.startLoc,If=this.isContextual(96);if(If&&this.isAwaitAllowed()){this.next();let Vh=this.parseAwait(Jd);return Hd||this.checkExponentialAfterUnary(Vh),Vh}let Qf=this.match(34),_h=this.startNode();if(Kf(this.state.type)){_h.operator=this.state.value,_h.prefix=!0,this.match(72)&&this.expectPlugin("throwExpressions");let Vh=this.match(89);if(this.next(),_h.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(Xd,!0),this.state.strict&&Vh){let im=_h.argument;im.type==="Identifier"?this.raise(Nd.StrictDelete,_h):this.hasPropertyAsPrivateName(im)&&this.raise(Nd.DeletePrivateField,_h)}if(!Qf)return Hd||this.checkExponentialAfterUnary(_h),this.finishNode(_h,"UnaryExpression")}let $h=this.parseUpdate(_h,Qf,Xd);if(If){let{type:Vh}=this.state;if((this.hasPlugin("v8intrinsic")?Nf(Vh):Nf(Vh)&&!this.match(54))&&!this.isAmbiguousAwait())return this.raiseOverwrite(Nd.AwaitNotInAsyncContext,Jd),this.parseAwait(Jd)}return $h}parseUpdate(Xd,Hd,Jd){if(Hd){let _h=Xd;return this.checkLVal(_h.argument,{in:this.finishNode(_h,"UpdateExpression")}),Xd}let If=this.state.startLoc,Qf=this.parseExprSubscripts(Jd);if(this.checkExpressionErrors(Jd,!1))return Qf;for(;Wf(this.state.type)&&!this.canInsertSemicolon();){let _h=this.startNodeAt(If);_h.operator=this.state.value,_h.prefix=!1,_h.argument=Qf,this.next(),this.checkLVal(Qf,{in:Qf=this.finishNode(_h,"UpdateExpression")})}return Qf}parseExprSubscripts(Xd){let Hd=this.state.startLoc,Jd=this.state.potentialArrowAt,If=this.parseExprAtom(Xd);return this.shouldExitDescending(If,Jd)?If:this.parseSubscripts(If,Hd)}parseSubscripts(Xd,Hd,Jd){let If={optionalChainMember:!1,maybeAsyncArrow:this.atPossibleAsyncArrow(Xd),stop:!1};do Xd=this.parseSubscript(Xd,Hd,Jd,If),If.maybeAsyncArrow=!1;while(!If.stop);return Xd}parseSubscript(Xd,Hd,Jd,If){let{type:Qf}=this.state;if(!Jd&&Qf===15)return this.parseBind(Xd,Hd,Jd,If);if(wh(Qf))return this.parseTaggedTemplateExpression(Xd,Hd,If);let _h=!1;if(Qf===18){if(Jd&&(this.raise(Nd.OptionalChainingNoNew,this.state.startLoc),this.lookaheadCharCode()===40))return If.stop=!0,Xd;If.optionalChainMember=_h=!0,this.next()}if(!Jd&&this.match(10))return this.parseCoverCallAndAsyncArrowHead(Xd,Hd,If,_h);{let $h=this.eat(0);return $h||_h||this.eat(16)?this.parseMember(Xd,Hd,If,$h,_h):(If.stop=!0,Xd)}}parseMember(Xd,Hd,Jd,If,Qf){let _h=this.startNodeAt(Hd);return _h.object=Xd,_h.computed=If,If?(_h.property=this.parseExpression(),this.expect(3)):this.match(138)?(Xd.type==="Super"&&this.raise(Nd.SuperPrivateField,Hd),this.classScope.usePrivateName(this.state.value,this.state.startLoc),_h.property=this.parsePrivateName()):_h.property=this.parseIdentifier(!0),Jd.optionalChainMember?(_h.optional=Qf,this.finishNode(_h,"OptionalMemberExpression")):this.finishNode(_h,"MemberExpression")}parseBind(Xd,Hd,Jd,If){let Qf=this.startNodeAt(Hd);return Qf.object=Xd,this.next(),Qf.callee=this.parseNoCallExpr(),If.stop=!0,this.parseSubscripts(this.finishNode(Qf,"BindExpression"),Hd,Jd)}parseCoverCallAndAsyncArrowHead(Xd,Hd,Jd,If){let Qf=this.state.maybeInArrowParameters,_h=null;this.state.maybeInArrowParameters=!0,this.next();let $h=this.startNodeAt(Hd);$h.callee=Xd;let{maybeAsyncArrow:Vh,optionalChainMember:im}=Jd;Vh&&(this.expressionScope.enter(A0()),_h=new E0),im&&($h.optional=If),If?$h.arguments=this.parseCallExpressionArguments(11):$h.arguments=this.parseCallExpressionArguments(11,Xd.type==="Import",Xd.type!=="Super",$h,_h);let Qh=this.finishCallExpression($h,im);return Vh&&this.shouldParseAsyncArrow()&&!If?(Jd.stop=!0,this.checkDestructuringPrivate(_h),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),Qh=this.parseAsyncArrowFromCallExpression(this.startNodeAt(Hd),Qh)):(Vh&&(this.checkExpressionErrors(_h,!0),this.expressionScope.exit()),this.toReferencedArguments(Qh)),this.state.maybeInArrowParameters=Qf,Qh}toReferencedArguments(Xd,Hd){this.toReferencedListDeep(Xd.arguments,Hd)}parseTaggedTemplateExpression(Xd,Hd,Jd){let If=this.startNodeAt(Hd);return If.tag=Xd,If.quasi=this.parseTemplate(!0),Jd.optionalChainMember&&this.raise(Nd.OptionalChainingNoTemplate,Hd),this.finishNode(If,"TaggedTemplateExpression")}atPossibleAsyncArrow(Xd){return Xd.type==="Identifier"&&Xd.name==="async"&&this.state.lastTokEndLoc.index===Xd.end&&!this.canInsertSemicolon()&&Xd.end-Xd.start===5&&Xd.start===this.state.potentialArrowAt}expectImportAttributesPlugin(){this.hasPlugin("importAssertions")||this.expectPlugin("importAttributes")}finishCallExpression(Xd,Hd){if(Xd.callee.type==="Import")if(Xd.arguments.length===2&&(this.hasPlugin("moduleAttributes")||this.expectImportAttributesPlugin()),Xd.arguments.length===0||Xd.arguments.length>2)this.raise(Nd.ImportCallArity,Xd,{maxArgumentCount:this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions")||this.hasPlugin("moduleAttributes")?2:1});else for(let Jd of Xd.arguments)Jd.type==="SpreadElement"&&this.raise(Nd.ImportCallSpreadArgument,Jd);return this.finishNode(Xd,Hd?"OptionalCallExpression":"CallExpression")}parseCallExpressionArguments(Xd,Hd,Jd,If,Qf){let _h=[],$h=!0,Vh=this.state.inFSharpPipelineDirectBody;for(this.state.inFSharpPipelineDirectBody=!1;!this.eat(Xd);){if($h)$h=!1;else if(this.expect(12),this.match(Xd)){Hd&&!this.hasPlugin("importAttributes")&&!this.hasPlugin("importAssertions")&&!this.hasPlugin("moduleAttributes")&&this.raise(Nd.ImportCallArgumentTrailingComma,this.state.lastTokStartLoc),If&&this.addTrailingCommaExtraToNode(If),this.next();break}_h.push(this.parseExprListItem(!1,Qf,Jd))}return this.state.inFSharpPipelineDirectBody=Vh,_h}shouldParseAsyncArrow(){return this.match(19)&&!this.canInsertSemicolon()}parseAsyncArrowFromCallExpression(Xd,Hd){var Jd;return this.resetPreviousNodeTrailingComments(Hd),this.expect(19),this.parseArrowExpression(Xd,Hd.arguments,!0,(Jd=Hd.extra)==null?void 0:Jd.trailingCommaLoc),Hd.innerComments&&I1(Xd,Hd.innerComments),Hd.callee.trailingComments&&I1(Xd,Hd.callee.trailingComments),Xd}parseNoCallExpr(){let Xd=this.state.startLoc;return this.parseSubscripts(this.parseExprAtom(),Xd,!0)}parseExprAtom(Xd){let Hd,Jd=null,{type:If}=this.state;switch(If){case 79:return this.parseSuper();case 83:return Hd=this.startNode(),this.next(),this.match(16)?this.parseImportMetaProperty(Hd):this.match(10)?this.options.createImportExpressions?this.parseImportCall(Hd):this.finishNode(Hd,"Import"):(this.raise(Nd.UnsupportedImport,this.state.lastTokStartLoc),this.finishNode(Hd,"Import"));case 78:return Hd=this.startNode(),this.next(),this.finishNode(Hd,"ThisExpression");case 90:return this.parseDo(this.startNode(),!1);case 56:case 31:return this.readRegexp(),this.parseRegExpLiteral(this.state.value);case 134:return this.parseNumericLiteral(this.state.value);case 135:return this.parseBigIntLiteral(this.state.value);case 136:return this.parseDecimalLiteral(this.state.value);case 133:return this.parseStringLiteral(this.state.value);case 84:return this.parseNullLiteral();case 85:return this.parseBooleanLiteral(!0);case 86:return this.parseBooleanLiteral(!1);case 10:{let Qf=this.state.potentialArrowAt===this.state.start;return this.parseParenAndDistinguishExpression(Qf)}case 2:case 1:return this.parseArrayLike(this.state.type===2?4:3,!1,!0);case 0:return this.parseArrayLike(3,!0,!1,Xd);case 6:case 7:return this.parseObjectLike(this.state.type===6?9:8,!1,!0);case 5:return this.parseObjectLike(8,!1,!1,Xd);case 68:return this.parseFunctionOrFunctionSent();case 26:Jd=this.parseDecorators();case 80:return this.parseClass(this.maybeTakeDecorators(Jd,this.startNode()),!1);case 77:return this.parseNewOrNewTarget();case 25:case 24:return this.parseTemplate(!1);case 15:{Hd=this.startNode(),this.next(),Hd.object=null;let Qf=Hd.callee=this.parseNoCallExpr();if(Qf.type==="MemberExpression")return this.finishNode(Hd,"BindExpression");throw this.raise(Nd.UnsupportedBind,Qf)}case 138:return this.raise(Nd.PrivateInExpectedIn,this.state.startLoc,{identifierName:this.state.value}),this.parsePrivateName();case 33:return this.parseTopicReferenceThenEqualsSign(54,"%");case 32:return this.parseTopicReferenceThenEqualsSign(44,"^");case 37:case 38:return this.parseTopicReference("hack");case 44:case 54:case 27:{let Qf=this.getPluginOption("pipelineOperator","proposal");if(Qf)return this.parseTopicReference(Qf);this.unexpected();break}case 47:{let Qf=this.input.codePointAt(this.nextTokenStart());Ah(Qf)||Qf===62?this.expectOnePlugin(["jsx","flow","typescript"]):this.unexpected();break}default:if(Pf(If)){if(this.isContextual(127)&&this.lookaheadInLineCharCode()===123)return this.parseModuleExpression();let Qf=this.state.potentialArrowAt===this.state.start,_h=this.state.containsEsc,$h=this.parseIdentifier();if(!_h&&$h.name==="async"&&!this.canInsertSemicolon()){let{type:Vh}=this.state;if(Vh===68)return this.resetPreviousNodeTrailingComments($h),this.next(),this.parseAsyncFunctionExpression(this.startNodeAtNode($h));if(Pf(Vh))return this.lookaheadCharCode()===61?this.parseAsyncArrowUnaryFunction(this.startNodeAtNode($h)):$h;if(Vh===90)return this.resetPreviousNodeTrailingComments($h),this.parseDo(this.startNodeAtNode($h),!0)}return Qf&&this.match(19)&&!this.canInsertSemicolon()?(this.next(),this.parseArrowExpression(this.startNodeAtNode($h),[$h],!1)):$h}else this.unexpected()}}parseTopicReferenceThenEqualsSign(Xd,Hd){let Jd=this.getPluginOption("pipelineOperator","proposal");if(Jd)return this.state.type=Xd,this.state.value=Hd,this.state.pos--,this.state.end--,this.state.endLoc=td(this.state.endLoc,-1),this.parseTopicReference(Jd);this.unexpected()}parseTopicReference(Xd){let Hd=this.startNode(),Jd=this.state.startLoc,If=this.state.type;return this.next(),this.finishTopicReference(Hd,Jd,Xd,If)}finishTopicReference(Xd,Hd,Jd,If){if(this.testTopicReferenceConfiguration(Jd,Hd,If)){let Qf=Jd==="smart"?"PipelinePrimaryTopicReference":"TopicReference";return this.topicReferenceIsAllowedInCurrentContext()||this.raise(Jd==="smart"?Nd.PrimaryTopicNotAllowed:Nd.PipeTopicUnbound,Hd),this.registerTopicReference(),this.finishNode(Xd,Qf)}else throw this.raise(Nd.PipeTopicUnconfiguredToken,Hd,{token:Xf(If)})}testTopicReferenceConfiguration(Xd,Hd,Jd){switch(Xd){case"hack":return this.hasPlugin(["pipelineOperator",{topicToken:Xf(Jd)}]);case"smart":return Jd===27;default:throw this.raise(Nd.PipeTopicRequiresHackPipes,Hd)}}parseAsyncArrowUnaryFunction(Xd){this.prodParam.enter(U0(!0,this.prodParam.hasYield));let Hd=[this.parseIdentifier()];return this.prodParam.exit(),this.hasPrecedingLineBreak()&&this.raise(Nd.LineTerminatorBeforeArrow,this.state.curPosition()),this.expect(19),this.parseArrowExpression(Xd,Hd,!0)}parseDo(Xd,Hd){this.expectPlugin("doExpressions"),Hd&&this.expectPlugin("asyncDoExpressions"),Xd.async=Hd,this.next();let Jd=this.state.labels;return this.state.labels=[],Hd?(this.prodParam.enter(2),Xd.body=this.parseBlock(),this.prodParam.exit()):Xd.body=this.parseBlock(),this.state.labels=Jd,this.finishNode(Xd,"DoExpression")}parseSuper(){let Xd=this.startNode();return this.next(),this.match(10)&&!this.scope.allowDirectSuper&&!this.options.allowSuperOutsideMethod?this.raise(Nd.SuperNotAllowed,Xd):!this.scope.allowSuper&&!this.options.allowSuperOutsideMethod&&this.raise(Nd.UnexpectedSuper,Xd),!this.match(10)&&!this.match(0)&&!this.match(16)&&this.raise(Nd.UnsupportedSuper,Xd),this.finishNode(Xd,"Super")}parsePrivateName(){let Xd=this.startNode(),Hd=this.startNodeAt(td(this.state.startLoc,1)),Jd=this.state.value;return this.next(),Xd.id=this.createIdentifier(Hd,Jd),this.finishNode(Xd,"PrivateName")}parseFunctionOrFunctionSent(){let Xd=this.startNode();if(this.next(),this.prodParam.hasYield&&this.match(16)){let Hd=this.createIdentifier(this.startNodeAtNode(Xd),"function");return this.next(),this.match(103)?this.expectPlugin("functionSent"):this.hasPlugin("functionSent")||this.unexpected(),this.parseMetaProperty(Xd,Hd,"sent")}return this.parseFunction(Xd)}parseMetaProperty(Xd,Hd,Jd){Xd.meta=Hd;let If=this.state.containsEsc;return Xd.property=this.parseIdentifier(!0),(Xd.property.name!==Jd||If)&&this.raise(Nd.UnsupportedMetaProperty,Xd.property,{target:Hd.name,onlyValidPropertyName:Jd}),this.finishNode(Xd,"MetaProperty")}parseImportMetaProperty(Xd){let Hd=this.createIdentifier(this.startNodeAtNode(Xd),"import");if(this.next(),this.isContextual(101))this.inModule||this.raise(Nd.ImportMetaOutsideModule,Hd),this.sawUnambiguousESM=!0;else if(this.isContextual(105)||this.isContextual(97)){let Jd=this.isContextual(105);if(Jd||this.unexpected(),this.expectPlugin(Jd?"sourcePhaseImports":"deferredImportEvaluation"),!this.options.createImportExpressions)throw this.raise(Nd.DynamicImportPhaseRequiresImportExpressions,this.state.startLoc,{phase:this.state.value});return this.next(),Xd.phase=Jd?"source":"defer",this.parseImportCall(Xd)}return this.parseMetaProperty(Xd,Hd,"meta")}parseLiteralAtNode(Xd,Hd,Jd){return this.addExtra(Jd,"rawValue",Xd),this.addExtra(Jd,"raw",this.input.slice(Jd.start,this.state.end)),Jd.value=Xd,this.next(),this.finishNode(Jd,Hd)}parseLiteral(Xd,Hd){let Jd=this.startNode();return this.parseLiteralAtNode(Xd,Hd,Jd)}parseStringLiteral(Xd){return this.parseLiteral(Xd,"StringLiteral")}parseNumericLiteral(Xd){return this.parseLiteral(Xd,"NumericLiteral")}parseBigIntLiteral(Xd){return this.parseLiteral(Xd,"BigIntLiteral")}parseDecimalLiteral(Xd){return this.parseLiteral(Xd,"DecimalLiteral")}parseRegExpLiteral(Xd){let Hd=this.startNode();return this.addExtra(Hd,"raw",this.input.slice(Hd.start,this.state.end)),Hd.pattern=Xd.pattern,Hd.flags=Xd.flags,this.next(),this.finishNode(Hd,"RegExpLiteral")}parseBooleanLiteral(Xd){let Hd=this.startNode();return Hd.value=Xd,this.next(),this.finishNode(Hd,"BooleanLiteral")}parseNullLiteral(){let Xd=this.startNode();return this.next(),this.finishNode(Xd,"NullLiteral")}parseParenAndDistinguishExpression(Xd){let Hd=this.state.startLoc,Jd;this.next(),this.expressionScope.enter(z1());let If=this.state.maybeInArrowParameters,Qf=this.state.inFSharpPipelineDirectBody;this.state.maybeInArrowParameters=!0,this.state.inFSharpPipelineDirectBody=!1;let _h=this.state.startLoc,$h=[],Vh=new E0,im=!0,Qh,$m;for(;!this.match(11);){if(im)im=!1;else if(this.expect(12,Vh.optionalParametersLoc===null?null:Vh.optionalParametersLoc),this.match(11)){$m=this.state.startLoc;break}if(this.match(21)){let a1=this.state.startLoc;if(Qh=this.state.startLoc,$h.push(this.parseParenItem(this.parseRestBinding(),a1)),!this.checkCommaAfterRest(41))break}else $h.push(this.parseMaybeAssignAllowIn(Vh,this.parseParenItem))}let Qm=this.state.lastTokEndLoc;this.expect(11),this.state.maybeInArrowParameters=If,this.state.inFSharpPipelineDirectBody=Qf;let r1=this.startNodeAt(Hd);return Xd&&this.shouldParseArrow($h)&&(r1=this.parseArrow(r1))?(this.checkDestructuringPrivate(Vh),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),this.parseArrowExpression(r1,$h,!1),r1):(this.expressionScope.exit(),$h.length||this.unexpected(this.state.lastTokStartLoc),$m&&this.unexpected($m),Qh&&this.unexpected(Qh),this.checkExpressionErrors(Vh,!0),this.toReferencedListDeep($h,!0),$h.length>1?(Jd=this.startNodeAt(_h),Jd.expressions=$h,this.finishNode(Jd,"SequenceExpression"),this.resetEndLocation(Jd,Qm)):Jd=$h[0],this.wrapParenthesis(Hd,Jd))}wrapParenthesis(Xd,Hd){if(!this.options.createParenthesizedExpressions)return this.addExtra(Hd,"parenthesized",!0),this.addExtra(Hd,"parenStart",Xd.index),this.takeSurroundingComments(Hd,Xd.index,this.state.lastTokEndLoc.index),Hd;let Jd=this.startNodeAt(Xd);return Jd.expression=Hd,this.finishNode(Jd,"ParenthesizedExpression")}shouldParseArrow(Xd){return!this.canInsertSemicolon()}parseArrow(Xd){if(this.eat(19))return Xd}parseParenItem(Xd,Hd){return Xd}parseNewOrNewTarget(){let Xd=this.startNode();if(this.next(),this.match(16)){let Hd=this.createIdentifier(this.startNodeAtNode(Xd),"new");this.next();let Jd=this.parseMetaProperty(Xd,Hd,"target");return!this.scope.inNonArrowFunction&&!this.scope.inClass&&!this.options.allowNewTargetOutsideFunction&&this.raise(Nd.UnexpectedNewTarget,Jd),Jd}return this.parseNew(Xd)}parseNew(Xd){if(this.parseNewCallee(Xd),this.eat(10)){let Hd=this.parseExprList(11);this.toReferencedList(Hd),Xd.arguments=Hd}else Xd.arguments=[];return this.finishNode(Xd,"NewExpression")}parseNewCallee(Xd){let Hd=this.match(83),Jd=this.parseNoCallExpr();Xd.callee=Jd,Hd&&(Jd.type==="Import"||Jd.type==="ImportExpression")&&this.raise(Nd.ImportCallNotNewExpression,Jd)}parseTemplateElement(Xd){let{start:Hd,startLoc:Jd,end:If,value:Qf}=this.state,_h=Hd+1,$h=this.startNodeAt(td(Jd,1));Qf===null&&(Xd||this.raise(Nd.InvalidEscapeSequenceTemplate,td(this.state.firstInvalidTemplateEscapePos,1)));let Vh=this.match(24),im=Vh?-1:-2,Qh=If+im;$h.value={raw:this.input.slice(_h,Qh).replace(/\r\n?/g,`
`),cooked:Qf===null?null:Qf.slice(1,im)},$h.tail=Vh,this.next();let $m=this.finishNode($h,"TemplateElement");return this.resetEndLocation($m,td(this.state.lastTokEndLoc,im)),$m}parseTemplate(Xd){let Hd=this.startNode(),Jd=this.parseTemplateElement(Xd),If=[Jd],Qf=[];for(;!Jd.tail;)Qf.push(this.parseTemplateSubstitution()),this.readTemplateContinuation(),If.push(Jd=this.parseTemplateElement(Xd));return Hd.expressions=Qf,Hd.quasis=If,this.finishNode(Hd,"TemplateLiteral")}parseTemplateSubstitution(){return this.parseExpression()}parseObjectLike(Xd,Hd,Jd,If){Jd&&this.expectPlugin("recordAndTuple");let Qf=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!1;let _h=Object.create(null),$h=!0,Vh=this.startNode();for(Vh.properties=[],this.next();!this.match(Xd);){if($h)$h=!1;else if(this.expect(12),this.match(Xd)){this.addTrailingCommaExtraToNode(Vh);break}let Qh;Hd?Qh=this.parseBindingProperty():(Qh=this.parsePropertyDefinition(If),this.checkProto(Qh,Jd,_h,If)),Jd&&!this.isObjectProperty(Qh)&&Qh.type!=="SpreadElement"&&this.raise(Nd.InvalidRecordProperty,Qh),Qh.shorthand&&this.addExtra(Qh,"shorthand",!0),Vh.properties.push(Qh)}this.next(),this.state.inFSharpPipelineDirectBody=Qf;let im="ObjectExpression";return Hd?im="ObjectPattern":Jd&&(im="RecordExpression"),this.finishNode(Vh,im)}addTrailingCommaExtraToNode(Xd){this.addExtra(Xd,"trailingComma",this.state.lastTokStartLoc.index),this.addExtra(Xd,"trailingCommaLoc",this.state.lastTokStartLoc,!1)}maybeAsyncOrAccessorProp(Xd){return!Xd.computed&&Xd.key.type==="Identifier"&&(this.isLiteralPropertyName()||this.match(0)||this.match(55))}parsePropertyDefinition(Xd){let Hd=[];if(this.match(26))for(this.hasPlugin("decorators")&&this.raise(Nd.UnsupportedPropertyDecorator,this.state.startLoc);this.match(26);)Hd.push(this.parseDecorator());let Jd=this.startNode(),If=!1,Qf=!1,_h;if(this.match(21))return Hd.length&&this.unexpected(),this.parseSpread();Hd.length&&(Jd.decorators=Hd,Hd=[]),Jd.method=!1,Xd&&(_h=this.state.startLoc);let $h=this.eat(55);this.parsePropertyNamePrefixOperator(Jd);let Vh=this.state.containsEsc;if(this.parsePropertyName(Jd,Xd),!$h&&!Vh&&this.maybeAsyncOrAccessorProp(Jd)){let{key:im}=Jd,Qh=im.name;Qh==="async"&&!this.hasPrecedingLineBreak()&&(If=!0,this.resetPreviousNodeTrailingComments(im),$h=this.eat(55),this.parsePropertyName(Jd)),(Qh==="get"||Qh==="set")&&(Qf=!0,this.resetPreviousNodeTrailingComments(im),Jd.kind=Qh,this.match(55)&&($h=!0,this.raise(Nd.AccessorIsGenerator,this.state.curPosition(),{kind:Qh}),this.next()),this.parsePropertyName(Jd))}return this.parseObjPropValue(Jd,_h,$h,If,!1,Qf,Xd)}getGetterSetterExpectedParamCount(Xd){return Xd.kind==="get"?0:1}getObjectOrClassMethodParams(Xd){return Xd.params}checkGetterSetterParams(Xd){var Hd;let Jd=this.getGetterSetterExpectedParamCount(Xd),If=this.getObjectOrClassMethodParams(Xd);If.length!==Jd&&this.raise(Xd.kind==="get"?Nd.BadGetterArity:Nd.BadSetterArity,Xd),Xd.kind==="set"&&((Hd=If[If.length-1])==null?void 0:Hd.type)==="RestElement"&&this.raise(Nd.BadSetterRestParameter,Xd)}parseObjectMethod(Xd,Hd,Jd,If,Qf){if(Qf){let _h=this.parseMethod(Xd,Hd,!1,!1,!1,"ObjectMethod");return this.checkGetterSetterParams(_h),_h}if(Jd||Hd||this.match(10))return If&&this.unexpected(),Xd.kind="method",Xd.method=!0,this.parseMethod(Xd,Hd,Jd,!1,!1,"ObjectMethod")}parseObjectProperty(Xd,Hd,Jd,If){if(Xd.shorthand=!1,this.eat(14))return Xd.value=Jd?this.parseMaybeDefault(this.state.startLoc):this.parseMaybeAssignAllowIn(If),this.finishNode(Xd,"ObjectProperty");if(!Xd.computed&&Xd.key.type==="Identifier"){if(this.checkReservedWord(Xd.key.name,Xd.key.loc.start,!0,!1),Jd)Xd.value=this.parseMaybeDefault(Hd,S0(Xd.key));else if(this.match(29)){let Qf=this.state.startLoc;If!=null?If.shorthandAssignLoc===null&&(If.shorthandAssignLoc=Qf):this.raise(Nd.InvalidCoverInitializedName,Qf),Xd.value=this.parseMaybeDefault(Hd,S0(Xd.key))}else Xd.value=S0(Xd.key);return Xd.shorthand=!0,this.finishNode(Xd,"ObjectProperty")}}parseObjPropValue(Xd,Hd,Jd,If,Qf,_h,$h){let Vh=this.parseObjectMethod(Xd,Jd,If,Qf,_h)||this.parseObjectProperty(Xd,Hd,Qf,$h);return Vh||this.unexpected(),Vh}parsePropertyName(Xd,Hd){if(this.eat(0))Xd.computed=!0,Xd.key=this.parseMaybeAssignAllowIn(),this.expect(3);else{let{type:Jd,value:If}=this.state,Qf;if(Lf(Jd))Qf=this.parseIdentifier(!0);else switch(Jd){case 134:Qf=this.parseNumericLiteral(If);break;case 133:Qf=this.parseStringLiteral(If);break;case 135:Qf=this.parseBigIntLiteral(If);break;case 136:Qf=this.parseDecimalLiteral(If);break;case 138:{let _h=this.state.startLoc;Hd!=null?Hd.privateKeyLoc===null&&(Hd.privateKeyLoc=_h):this.raise(Nd.UnexpectedPrivateField,_h),Qf=this.parsePrivateName();break}default:this.unexpected()}Xd.key=Qf,Jd!==138&&(Xd.computed=!1)}}initFunction(Xd,Hd){Xd.id=null,Xd.generator=!1,Xd.async=Hd}parseMethod(Xd,Hd,Jd,If,Qf,_h,$h=!1){this.initFunction(Xd,Jd),Xd.generator=Hd,this.scope.enter(18|($h?64:0)|(Qf?32:0)),this.prodParam.enter(U0(Jd,Xd.generator)),this.parseFunctionParams(Xd,If);let Vh=this.parseFunctionBodyAndFinish(Xd,_h,!0);return this.prodParam.exit(),this.scope.exit(),Vh}parseArrayLike(Xd,Hd,Jd,If){Jd&&this.expectPlugin("recordAndTuple");let Qf=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!1;let _h=this.startNode();return this.next(),_h.elements=this.parseExprList(Xd,!Jd,If,_h),this.state.inFSharpPipelineDirectBody=Qf,this.finishNode(_h,Jd?"TupleExpression":"ArrayExpression")}parseArrowExpression(Xd,Hd,Jd,If){this.scope.enter(6);let Qf=U0(Jd,!1);!this.match(5)&&this.prodParam.hasIn&&(Qf|=8),this.prodParam.enter(Qf),this.initFunction(Xd,Jd);let _h=this.state.maybeInArrowParameters;return Hd&&(this.state.maybeInArrowParameters=!0,this.setArrowFunctionParameters(Xd,Hd,If)),this.state.maybeInArrowParameters=!1,this.parseFunctionBody(Xd,!0),this.prodParam.exit(),this.scope.exit(),this.state.maybeInArrowParameters=_h,this.finishNode(Xd,"ArrowFunctionExpression")}setArrowFunctionParameters(Xd,Hd,Jd){this.toAssignableList(Hd,Jd,!1),Xd.params=Hd}parseFunctionBodyAndFinish(Xd,Hd,Jd=!1){return this.parseFunctionBody(Xd,!1,Jd),this.finishNode(Xd,Hd)}parseFunctionBody(Xd,Hd,Jd=!1){let If=Hd&&!this.match(5);if(this.expressionScope.enter(_0()),If)Xd.body=this.parseMaybeAssign(),this.checkParams(Xd,!1,Hd,!1);else{let Qf=this.state.strict,_h=this.state.labels;this.state.labels=[],this.prodParam.enter(this.prodParam.currentFlags()|4),Xd.body=this.parseBlock(!0,!1,$h=>{let Vh=!this.isSimpleParamList(Xd.params);$h&&Vh&&this.raise(Nd.IllegalLanguageModeDirective,(Xd.kind==="method"||Xd.kind==="constructor")&&Xd.key?Xd.key.loc.end:Xd);let im=!Qf&&this.state.strict;this.checkParams(Xd,!this.state.strict&&!Hd&&!Jd&&!Vh,Hd,im),this.state.strict&&Xd.id&&this.checkIdentifier(Xd.id,65,im)}),this.prodParam.exit(),this.state.labels=_h}this.expressionScope.exit()}isSimpleParameter(Xd){return Xd.type==="Identifier"}isSimpleParamList(Xd){for(let Hd=0,Jd=Xd.length;Hd<Jd;Hd++)if(!this.isSimpleParameter(Xd[Hd]))return!1;return!0}checkParams(Xd,Hd,Jd,If=!0){let Qf=!Hd&&new Set,_h={type:"FormalParameters"};for(let $h of Xd.params)this.checkLVal($h,{in:_h,binding:5,checkClashes:Qf,strictModeChanged:If})}parseExprList(Xd,Hd,Jd,If){let Qf=[],_h=!0;for(;!this.eat(Xd);){if(_h)_h=!1;else if(this.expect(12),this.match(Xd)){If&&this.addTrailingCommaExtraToNode(If),this.next();break}Qf.push(this.parseExprListItem(Hd,Jd))}return Qf}parseExprListItem(Xd,Hd,Jd){let If;if(this.match(12))Xd||this.raise(Nd.UnexpectedToken,this.state.curPosition(),{unexpected:","}),If=null;else if(this.match(21)){let Qf=this.state.startLoc;If=this.parseParenItem(this.parseSpread(Hd),Qf)}else if(this.match(17)){this.expectPlugin("partialApplication"),Jd||this.raise(Nd.UnexpectedArgumentPlaceholder,this.state.startLoc);let Qf=this.startNode();this.next(),If=this.finishNode(Qf,"ArgumentPlaceholder")}else If=this.parseMaybeAssignAllowIn(Hd,this.parseParenItem);return If}parseIdentifier(Xd){let Hd=this.startNode(),Jd=this.parseIdentifierName(Xd);return this.createIdentifier(Hd,Jd)}createIdentifier(Xd,Hd){return Xd.name=Hd,Xd.loc.identifierName=Hd,this.finishNode(Xd,"Identifier")}parseIdentifierName(Xd){let Hd,{startLoc:Jd,type:If}=this.state;Lf(If)?Hd=this.state.value:this.unexpected();let Qf=Ff(If);return Xd?Qf&&this.replaceToken(132):this.checkReservedWord(Hd,Jd,Qf,!1),this.next(),Hd}checkReservedWord(Xd,Hd,Jd,If){if(!(Xd.length>10||!h1(Xd))){if(Jd&&s1(Xd)){this.raise(Nd.UnexpectedKeyword,Hd,{keyword:Xd});return}if((this.state.strict?If?Gm:Tm:cm)(Xd,this.inModule)){this.raise(Nd.UnexpectedReservedWord,Hd,{reservedWord:Xd});return}else if(Xd==="yield"){if(this.prodParam.hasYield){this.raise(Nd.YieldBindingIdentifier,Hd);return}}else if(Xd==="await"){if(this.prodParam.hasAwait){this.raise(Nd.AwaitBindingIdentifier,Hd);return}if(this.scope.inStaticBlock){this.raise(Nd.AwaitBindingIdentifierInStaticBlock,Hd);return}this.expressionScope.recordAsyncArrowParametersError(Hd)}else if(Xd==="arguments"&&this.scope.inClassAndNotInNonArrowFunction){this.raise(Nd.ArgumentsInClass,Hd);return}}}isAwaitAllowed(){return!!(this.prodParam.hasAwait||this.options.allowAwaitOutsideFunction&&!this.scope.inFunction)}parseAwait(Xd){let Hd=this.startNodeAt(Xd);return this.expressionScope.recordParameterInitializerError(Nd.AwaitExpressionFormalParameter,Hd),this.eat(55)&&this.raise(Nd.ObsoleteAwaitStar,Hd),!this.scope.inFunction&&!this.options.allowAwaitOutsideFunction&&(this.isAmbiguousAwait()?this.ambiguousScriptDifferentAst=!0:this.sawUnambiguousESM=!0),this.state.soloAwait||(Hd.argument=this.parseMaybeUnary(null,!0)),this.finishNode(Hd,"AwaitExpression")}isAmbiguousAwait(){if(this.hasPrecedingLineBreak())return!0;let{type:Xd}=this.state;return Xd===53||Xd===10||Xd===0||wh(Xd)||Xd===102&&!this.state.containsEsc||Xd===137||Xd===56||this.hasPlugin("v8intrinsic")&&Xd===54}parseYield(){let Xd=this.startNode();this.expressionScope.recordParameterInitializerError(Nd.YieldInParameter,Xd),this.next();let Hd=!1,Jd=null;if(!this.hasPrecedingLineBreak())switch(Hd=this.eat(55),this.state.type){case 13:case 139:case 8:case 11:case 3:case 9:case 14:case 12:if(!Hd)break;default:Jd=this.parseMaybeAssign()}return Xd.delegate=Hd,Xd.argument=Jd,this.finishNode(Xd,"YieldExpression")}parseImportCall(Xd){return this.next(),Xd.source=this.parseMaybeAssignAllowIn(),(this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions"))&&(Xd.options=null),this.eat(12)&&(this.expectImportAttributesPlugin(),this.match(11)||(Xd.options=this.parseMaybeAssignAllowIn(),this.eat(12))),this.expect(11),this.finishNode(Xd,"ImportExpression")}checkPipelineAtInfixOperator(Xd,Hd){this.hasPlugin(["pipelineOperator",{proposal:"smart"}])&&Xd.type==="SequenceExpression"&&this.raise(Nd.PipelineHeadSequenceExpression,Hd)}parseSmartPipelineBodyInStyle(Xd,Hd){if(this.isSimpleReference(Xd)){let Jd=this.startNodeAt(Hd);return Jd.callee=Xd,this.finishNode(Jd,"PipelineBareFunction")}else{let Jd=this.startNodeAt(Hd);return this.checkSmartPipeTopicBodyEarlyErrors(Hd),Jd.expression=Xd,this.finishNode(Jd,"PipelineTopicExpression")}}isSimpleReference(Xd){switch(Xd.type){case"MemberExpression":return!Xd.computed&&this.isSimpleReference(Xd.object);case"Identifier":return!0;default:return!1}}checkSmartPipeTopicBodyEarlyErrors(Xd){if(this.match(19))throw this.raise(Nd.PipelineBodyNoArrow,this.state.startLoc);this.topicReferenceWasUsedInCurrentContext()||this.raise(Nd.PipelineTopicUnused,Xd)}withTopicBindingContext(Xd){let Hd=this.state.topicContext;this.state.topicContext={maxNumOfResolvableTopics:1,maxTopicIndex:null};try{return Xd()}finally{this.state.topicContext=Hd}}withSmartMixTopicForbiddingContext(Xd){if(this.hasPlugin(["pipelineOperator",{proposal:"smart"}])){let Hd=this.state.topicContext;this.state.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null};try{return Xd()}finally{this.state.topicContext=Hd}}else return Xd()}withSoloAwaitPermittingContext(Xd){let Hd=this.state.soloAwait;this.state.soloAwait=!0;try{return Xd()}finally{this.state.soloAwait=Hd}}allowInAnd(Xd){let Hd=this.prodParam.currentFlags();if(8&~Hd){this.prodParam.enter(Hd|8);try{return Xd()}finally{this.prodParam.exit()}}return Xd()}disallowInAnd(Xd){let Hd=this.prodParam.currentFlags();if(8&Hd){this.prodParam.enter(Hd&-9);try{return Xd()}finally{this.prodParam.exit()}}return Xd()}registerTopicReference(){this.state.topicContext.maxTopicIndex=0}topicReferenceIsAllowedInCurrentContext(){return this.state.topicContext.maxNumOfResolvableTopics>=1}topicReferenceWasUsedInCurrentContext(){return this.state.topicContext.maxTopicIndex!=null&&this.state.topicContext.maxTopicIndex>=0}parseFSharpPipelineBody(Xd){let Hd=this.state.startLoc;this.state.potentialArrowAt=this.state.start;let Jd=this.state.inFSharpPipelineDirectBody;this.state.inFSharpPipelineDirectBody=!0;let If=this.parseExprOp(this.parseMaybeUnaryOrPrivate(),Hd,Xd);return this.state.inFSharpPipelineDirectBody=Jd,If}parseModuleExpression(){this.expectPlugin("moduleBlocks");let Xd=this.startNode();this.next(),this.match(5)||this.unexpected(null,5);let Hd=this.startNodeAt(this.state.endLoc);this.next();let Jd=this.initializeScopes(!0);this.enterInitialScopes();try{Xd.body=this.parseProgram(Hd,8,"module")}finally{Jd()}return this.finishNode(Xd,"ModuleExpression")}parsePropertyNamePrefixOperator(Xd){}},g1={kind:1},R1={kind:2},T0=/[\uD800-\uDFFF]/u,cg=/in(?:stanceof)?/y;function ug(Xd,Hd){for(let Jd=0;Jd<Xd.length;Jd++){let If=Xd[Jd],{type:Qf}=If;if(typeof Qf=="number"){{if(Qf===138){let{loc:_h,start:$h,value:Vh,end:im}=If,Qh=$h+1,$m=td(_h.start,1);Xd.splice(Jd,1,new Ch({type:Bh(27),value:"#",start:$h,end:Qh,startLoc:_h.start,endLoc:$m}),new Ch({type:Bh(132),value:Vh,start:Qh,end:im,startLoc:$m,endLoc:_h.end})),Jd++;continue}if(wh(Qf)){let{loc:_h,start:$h,value:Vh,end:im}=If,Qh=$h+1,$m=td(_h.start,1),Qm;Hd.charCodeAt($h)===96?Qm=new Ch({type:Bh(22),value:"`",start:$h,end:Qh,startLoc:_h.start,endLoc:$m}):Qm=new Ch({type:Bh(8),value:"}",start:$h,end:Qh,startLoc:_h.start,endLoc:$m});let r1,a1,D1,f0;Qf===24?(a1=im-1,D1=td(_h.end,-1),r1=Vh===null?null:Vh.slice(1,-1),f0=new Ch({type:Bh(22),value:"`",start:a1,end:im,startLoc:D1,endLoc:_h.end})):(a1=im-2,D1=td(_h.end,-2),r1=Vh===null?null:Vh.slice(1,-2),f0=new Ch({type:Bh(23),value:"${",start:a1,end:im,startLoc:D1,endLoc:_h.end})),Xd.splice(Jd,1,Qm,new Ch({type:Bh(20),value:r1,start:Qh,end:a1,startLoc:$m,endLoc:D1}),f0),Jd+=2;continue}}If.type=Bh(Qf)}}return Xd}var W_=class extends Vm{parseTopLevel(Xd,Hd){return Xd.program=this.parseProgram(Hd),Xd.comments=this.comments,this.options.tokens&&(Xd.tokens=ug(this.tokens,this.input)),this.finishNode(Xd,"File")}parseProgram(Xd,Hd=139,Jd=this.options.sourceType){if(Xd.sourceType=Jd,Xd.interpreter=this.parseInterpreterDirective(),this.parseBlockBody(Xd,!0,!0,Hd),this.inModule&&!this.options.allowUndeclaredExports&&this.scope.undefinedExports.size>0)for(let[Qf,_h]of Array.from(this.scope.undefinedExports))this.raise(Nd.ModuleExportUndefined,_h,{localName:Qf});let If;return Hd===139?If=this.finishNode(Xd,"Program"):If=this.finishNodeAt(Xd,"Program",td(this.state.startLoc,-1)),If}stmtToDirective(Xd){let Hd=Xd;Hd.type="Directive",Hd.value=Hd.expression,delete Hd.expression;let Jd=Hd.value,If=Jd.value,Qf=this.input.slice(Jd.start,Jd.end),_h=Jd.value=Qf.slice(1,-1);return this.addExtra(Jd,"raw",Qf),this.addExtra(Jd,"rawValue",_h),this.addExtra(Jd,"expressionValue",If),Jd.type="DirectiveLiteral",Hd}parseInterpreterDirective(){if(!this.match(28))return null;let Xd=this.startNode();return Xd.value=this.state.value,this.next(),this.finishNode(Xd,"InterpreterDirective")}isLet(){return this.isContextual(100)?this.hasFollowingBindingAtom():!1}chStartsBindingIdentifier(Xd,Hd){if(Ah(Xd)){if(cg.lastIndex=Hd,cg.test(this.input)){let Jd=this.codePointAtPos(cg.lastIndex);if(!Gh(Jd)&&Jd!==92)return!1}return!0}else return Xd===92}chStartsBindingPattern(Xd){return Xd===91||Xd===123}hasFollowingBindingAtom(){let Xd=this.nextTokenStart(),Hd=this.codePointAtPos(Xd);return this.chStartsBindingPattern(Hd)||this.chStartsBindingIdentifier(Hd,Xd)}hasInLineFollowingBindingIdentifierOrBrace(){let Xd=this.nextTokenInLineStart(),Hd=this.codePointAtPos(Xd);return Hd===123||this.chStartsBindingIdentifier(Hd,Xd)}startsUsingForOf(){let{type:Xd,containsEsc:Hd}=this.lookahead();if(Xd===102&&!Hd)return!1;if(Pf(Xd)&&!this.hasFollowingLineBreak())return this.expectPlugin("explicitResourceManagement"),!0}startsAwaitUsing(){let Xd=this.nextTokenInLineStart();if(this.isUnparsedContextual(Xd,"using")){Xd=this.nextTokenInLineStartSince(Xd+5);let Hd=this.codePointAtPos(Xd);if(this.chStartsBindingIdentifier(Hd,Xd))return this.expectPlugin("explicitResourceManagement"),!0}return!1}parseModuleItem(){return this.parseStatementLike(15)}parseStatementListItem(){return this.parseStatementLike(6|(!this.options.annexB||this.state.strict?0:8))}parseStatementOrSloppyAnnexBFunctionDeclaration(Xd=!1){let Hd=0;return this.options.annexB&&!this.state.strict&&(Hd|=4,Xd&&(Hd|=8)),this.parseStatementLike(Hd)}parseStatement(){return this.parseStatementLike(0)}parseStatementLike(Xd){let Hd=null;return this.match(26)&&(Hd=this.parseDecorators(!0)),this.parseStatementContent(Xd,Hd)}parseStatementContent(Xd,Hd){let Jd=this.state.type,If=this.startNode(),Qf=!!(Xd&2),_h=!!(Xd&4),$h=Xd&1;switch(Jd){case 60:return this.parseBreakContinueStatement(If,!0);case 63:return this.parseBreakContinueStatement(If,!1);case 64:return this.parseDebuggerStatement(If);case 90:return this.parseDoWhileStatement(If);case 91:return this.parseForStatement(If);case 68:if(this.lookaheadCharCode()===46)break;return _h||this.raise(this.state.strict?Nd.StrictFunction:this.options.annexB?Nd.SloppyFunctionAnnexB:Nd.SloppyFunction,this.state.startLoc),this.parseFunctionStatement(If,!1,!Qf&&_h);case 80:return Qf||this.unexpected(),this.parseClass(this.maybeTakeDecorators(Hd,If),!0);case 69:return this.parseIfStatement(If);case 70:return this.parseReturnStatement(If);case 71:return this.parseSwitchStatement(If);case 72:return this.parseThrowStatement(If);case 73:return this.parseTryStatement(If);case 96:if(!this.state.containsEsc&&this.startsAwaitUsing())return this.isAwaitAllowed()?Qf||this.raise(Nd.UnexpectedLexicalDeclaration,If):this.raise(Nd.AwaitUsingNotInAsyncContext,If),this.next(),this.parseVarStatement(If,"await using");break;case 107:if(this.state.containsEsc||!this.hasInLineFollowingBindingIdentifierOrBrace())break;return this.expectPlugin("explicitResourceManagement"),!this.scope.inModule&&this.scope.inTopLevel?this.raise(Nd.UnexpectedUsingDeclaration,this.state.startLoc):Qf||this.raise(Nd.UnexpectedLexicalDeclaration,this.state.startLoc),this.parseVarStatement(If,"using");case 100:{if(this.state.containsEsc)break;let Qh=this.nextTokenStart(),$m=this.codePointAtPos(Qh);if($m!==91&&(!Qf&&this.hasFollowingLineBreak()||!this.chStartsBindingIdentifier($m,Qh)&&$m!==123))break}case 75:Qf||this.raise(Nd.UnexpectedLexicalDeclaration,this.state.startLoc);case 74:{let Qh=this.state.value;return this.parseVarStatement(If,Qh)}case 92:return this.parseWhileStatement(If);case 76:return this.parseWithStatement(If);case 5:return this.parseBlock();case 13:return this.parseEmptyStatement(If);case 83:{let Qh=this.lookaheadCharCode();if(Qh===40||Qh===46)break}case 82:{!this.options.allowImportExportEverywhere&&!$h&&this.raise(Nd.UnexpectedImportExport,this.state.startLoc),this.next();let Qh;return Jd===83?(Qh=this.parseImport(If),Qh.type==="ImportDeclaration"&&(!Qh.importKind||Qh.importKind==="value")&&(this.sawUnambiguousESM=!0)):(Qh=this.parseExport(If,Hd),(Qh.type==="ExportNamedDeclaration"&&(!Qh.exportKind||Qh.exportKind==="value")||Qh.type==="ExportAllDeclaration"&&(!Qh.exportKind||Qh.exportKind==="value")||Qh.type==="ExportDefaultDeclaration")&&(this.sawUnambiguousESM=!0)),this.assertModuleNodeAllowed(Qh),Qh}default:if(this.isAsyncFunction())return Qf||this.raise(Nd.AsyncFunctionInSingleStatementContext,this.state.startLoc),this.next(),this.parseFunctionStatement(If,!0,!Qf&&_h)}let Vh=this.state.value,im=this.parseExpression();return Pf(Jd)&&im.type==="Identifier"&&this.eat(14)?this.parseLabeledStatement(If,Vh,im,Xd):this.parseExpressionStatement(If,im,Hd)}assertModuleNodeAllowed(Xd){!this.options.allowImportExportEverywhere&&!this.inModule&&this.raise(Nd.ImportOutsideModule,Xd)}decoratorsEnabledBeforeExport(){return this.hasPlugin("decorators-legacy")?!0:this.hasPlugin("decorators")&&this.getPluginOption("decorators","decoratorsBeforeExport")!==!1}maybeTakeDecorators(Xd,Hd,Jd){return Xd&&(Hd.decorators&&Hd.decorators.length>0?(typeof this.getPluginOption("decorators","decoratorsBeforeExport")!="boolean"&&this.raise(Nd.DecoratorsBeforeAfterExport,Hd.decorators[0]),Hd.decorators.unshift(...Xd)):Hd.decorators=Xd,this.resetStartLocationFromNode(Hd,Xd[0]),Jd&&this.resetStartLocationFromNode(Jd,Hd)),Hd}canHaveLeadingDecorator(){return this.match(80)}parseDecorators(Xd){let Hd=[];do Hd.push(this.parseDecorator());while(this.match(26));if(this.match(82))Xd||this.unexpected(),this.decoratorsEnabledBeforeExport()||this.raise(Nd.DecoratorExportClass,this.state.startLoc);else if(!this.canHaveLeadingDecorator())throw this.raise(Nd.UnexpectedLeadingDecorator,this.state.startLoc);return Hd}parseDecorator(){this.expectOnePlugin(["decorators","decorators-legacy"]);let Xd=this.startNode();if(this.next(),this.hasPlugin("decorators")){let Hd=this.state.startLoc,Jd;if(this.match(10)){let If=this.state.startLoc;this.next(),Jd=this.parseExpression(),this.expect(11),Jd=this.wrapParenthesis(If,Jd);let Qf=this.state.startLoc;Xd.expression=this.parseMaybeDecoratorArguments(Jd),this.getPluginOption("decorators","allowCallParenthesized")===!1&&Xd.expression!==Jd&&this.raise(Nd.DecoratorArgumentsOutsideParentheses,Qf)}else{for(Jd=this.parseIdentifier(!1);this.eat(16);){let If=this.startNodeAt(Hd);If.object=Jd,this.match(138)?(this.classScope.usePrivateName(this.state.value,this.state.startLoc),If.property=this.parsePrivateName()):If.property=this.parseIdentifier(!0),If.computed=!1,Jd=this.finishNode(If,"MemberExpression")}Xd.expression=this.parseMaybeDecoratorArguments(Jd)}}else Xd.expression=this.parseExprSubscripts();return this.finishNode(Xd,"Decorator")}parseMaybeDecoratorArguments(Xd){if(this.eat(10)){let Hd=this.startNodeAtNode(Xd);return Hd.callee=Xd,Hd.arguments=this.parseCallExpressionArguments(11,!1),this.toReferencedList(Hd.arguments),this.finishNode(Hd,"CallExpression")}return Xd}parseBreakContinueStatement(Xd,Hd){return this.next(),this.isLineTerminator()?Xd.label=null:(Xd.label=this.parseIdentifier(),this.semicolon()),this.verifyBreakContinue(Xd,Hd),this.finishNode(Xd,Hd?"BreakStatement":"ContinueStatement")}verifyBreakContinue(Xd,Hd){let Jd;for(Jd=0;Jd<this.state.labels.length;++Jd){let If=this.state.labels[Jd];if((Xd.label==null||If.name===Xd.label.name)&&(If.kind!=null&&(Hd||If.kind===1)||Xd.label&&Hd))break}if(Jd===this.state.labels.length){let If=Hd?"BreakStatement":"ContinueStatement";this.raise(Nd.IllegalBreakContinue,Xd,{type:If})}}parseDebuggerStatement(Xd){return this.next(),this.semicolon(),this.finishNode(Xd,"DebuggerStatement")}parseHeaderExpression(){this.expect(10);let Xd=this.parseExpression();return this.expect(11),Xd}parseDoWhileStatement(Xd){return this.next(),this.state.labels.push(g1),Xd.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.state.labels.pop(),this.expect(92),Xd.test=this.parseHeaderExpression(),this.eat(13),this.finishNode(Xd,"DoWhileStatement")}parseForStatement(Xd){this.next(),this.state.labels.push(g1);let Hd=null;if(this.isAwaitAllowed()&&this.eatContextual(96)&&(Hd=this.state.lastTokStartLoc),this.scope.enter(0),this.expect(10),this.match(13))return Hd!==null&&this.unexpected(Hd),this.parseFor(Xd,null);let Jd=this.isContextual(100);{let Vh=this.isContextual(96)&&this.startsAwaitUsing(),im=Vh||this.isContextual(107)&&this.startsUsingForOf(),Qh=Jd&&this.hasFollowingBindingAtom()||im;if(this.match(74)||this.match(75)||Qh){let $m=this.startNode(),Qm;Vh?(Qm="await using",this.isAwaitAllowed()||this.raise(Nd.AwaitUsingNotInAsyncContext,this.state.startLoc),this.next()):Qm=this.state.value,this.next(),this.parseVar($m,!0,Qm);let r1=this.finishNode($m,"VariableDeclaration"),a1=this.match(58);return a1&&im&&this.raise(Nd.ForInUsing,r1),(a1||this.isContextual(102))&&r1.declarations.length===1?this.parseForIn(Xd,r1,Hd):(Hd!==null&&this.unexpected(Hd),this.parseFor(Xd,r1))}}let If=this.isContextual(95),Qf=new E0,_h=this.parseExpression(!0,Qf),$h=this.isContextual(102);if($h&&(Jd&&this.raise(Nd.ForOfLet,_h),Hd===null&&If&&_h.type==="Identifier"&&this.raise(Nd.ForOfAsync,_h)),$h||this.match(58)){this.checkDestructuringPrivate(Qf),this.toAssignable(_h,!0);let Vh=$h?"ForOfStatement":"ForInStatement";return this.checkLVal(_h,{in:{type:Vh}}),this.parseForIn(Xd,_h,Hd)}else this.checkExpressionErrors(Qf,!0);return Hd!==null&&this.unexpected(Hd),this.parseFor(Xd,_h)}parseFunctionStatement(Xd,Hd,Jd){return this.next(),this.parseFunction(Xd,1|(Jd?2:0)|(Hd?8:0))}parseIfStatement(Xd){return this.next(),Xd.test=this.parseHeaderExpression(),Xd.consequent=this.parseStatementOrSloppyAnnexBFunctionDeclaration(),Xd.alternate=this.eat(66)?this.parseStatementOrSloppyAnnexBFunctionDeclaration():null,this.finishNode(Xd,"IfStatement")}parseReturnStatement(Xd){return!this.prodParam.hasReturn&&!this.options.allowReturnOutsideFunction&&this.raise(Nd.IllegalReturn,this.state.startLoc),this.next(),this.isLineTerminator()?Xd.argument=null:(Xd.argument=this.parseExpression(),this.semicolon()),this.finishNode(Xd,"ReturnStatement")}parseSwitchStatement(Xd){this.next(),Xd.discriminant=this.parseHeaderExpression();let Hd=Xd.cases=[];this.expect(5),this.state.labels.push(R1),this.scope.enter(0);let Jd;for(let If;!this.match(8);)if(this.match(61)||this.match(65)){let Qf=this.match(61);Jd&&this.finishNode(Jd,"SwitchCase"),Hd.push(Jd=this.startNode()),Jd.consequent=[],this.next(),Qf?Jd.test=this.parseExpression():(If&&this.raise(Nd.MultipleDefaultsInSwitch,this.state.lastTokStartLoc),If=!0,Jd.test=null),this.expect(14)}else Jd?Jd.consequent.push(this.parseStatementListItem()):this.unexpected();return this.scope.exit(),Jd&&this.finishNode(Jd,"SwitchCase"),this.next(),this.state.labels.pop(),this.finishNode(Xd,"SwitchStatement")}parseThrowStatement(Xd){return this.next(),this.hasPrecedingLineBreak()&&this.raise(Nd.NewlineAfterThrow,this.state.lastTokEndLoc),Xd.argument=this.parseExpression(),this.semicolon(),this.finishNode(Xd,"ThrowStatement")}parseCatchClauseParam(){let Xd=this.parseBindingAtom();return this.scope.enter(this.options.annexB&&Xd.type==="Identifier"?8:0),this.checkLVal(Xd,{in:{type:"CatchClause"},binding:9}),Xd}parseTryStatement(Xd){if(this.next(),Xd.block=this.parseBlock(),Xd.handler=null,this.match(62)){let Hd=this.startNode();this.next(),this.match(10)?(this.expect(10),Hd.param=this.parseCatchClauseParam(),this.expect(11)):(Hd.param=null,this.scope.enter(0)),Hd.body=this.withSmartMixTopicForbiddingContext(()=>this.parseBlock(!1,!1)),this.scope.exit(),Xd.handler=this.finishNode(Hd,"CatchClause")}return Xd.finalizer=this.eat(67)?this.parseBlock():null,!Xd.handler&&!Xd.finalizer&&this.raise(Nd.NoCatchOrFinally,Xd),this.finishNode(Xd,"TryStatement")}parseVarStatement(Xd,Hd,Jd=!1){return this.next(),this.parseVar(Xd,!1,Hd,Jd),this.semicolon(),this.finishNode(Xd,"VariableDeclaration")}parseWhileStatement(Xd){return this.next(),Xd.test=this.parseHeaderExpression(),this.state.labels.push(g1),Xd.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.state.labels.pop(),this.finishNode(Xd,"WhileStatement")}parseWithStatement(Xd){return this.state.strict&&this.raise(Nd.StrictWith,this.state.startLoc),this.next(),Xd.object=this.parseHeaderExpression(),Xd.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.finishNode(Xd,"WithStatement")}parseEmptyStatement(Xd){return this.next(),this.finishNode(Xd,"EmptyStatement")}parseLabeledStatement(Xd,Hd,Jd,If){for(let _h of this.state.labels)_h.name===Hd&&this.raise(Nd.LabelRedeclaration,Jd,{labelName:Hd});let Qf=wf(this.state.type)?1:this.match(71)?2:null;for(let _h=this.state.labels.length-1;_h>=0;_h--){let $h=this.state.labels[_h];if($h.statementStart===Xd.start)$h.statementStart=this.state.start,$h.kind=Qf;else break}return this.state.labels.push({name:Hd,kind:Qf,statementStart:this.state.start}),Xd.body=If&8?this.parseStatementOrSloppyAnnexBFunctionDeclaration(!0):this.parseStatement(),this.state.labels.pop(),Xd.label=Jd,this.finishNode(Xd,"LabeledStatement")}parseExpressionStatement(Xd,Hd,Jd){return Xd.expression=Hd,this.semicolon(),this.finishNode(Xd,"ExpressionStatement")}parseBlock(Xd=!1,Hd=!0,Jd){let If=this.startNode();return Xd&&this.state.strictErrors.clear(),this.expect(5),Hd&&this.scope.enter(0),this.parseBlockBody(If,Xd,!1,8,Jd),Hd&&this.scope.exit(),this.finishNode(If,"BlockStatement")}isValidDirective(Xd){return Xd.type==="ExpressionStatement"&&Xd.expression.type==="StringLiteral"&&!Xd.expression.extra.parenthesized}parseBlockBody(Xd,Hd,Jd,If,Qf){let _h=Xd.body=[],$h=Xd.directives=[];this.parseBlockOrModuleBlockBody(_h,Hd?$h:void 0,Jd,If,Qf)}parseBlockOrModuleBlockBody(Xd,Hd,Jd,If,Qf){let _h=this.state.strict,$h=!1,Vh=!1;for(;!this.match(If);){let im=Jd?this.parseModuleItem():this.parseStatementListItem();if(Hd&&!Vh){if(this.isValidDirective(im)){let Qh=this.stmtToDirective(im);Hd.push(Qh),!$h&&Qh.value.value==="use strict"&&($h=!0,this.setStrict(!0));continue}Vh=!0,this.state.strictErrors.clear()}Xd.push(im)}Qf==null||Qf.call(this,$h),_h||this.setStrict(!1),this.next()}parseFor(Xd,Hd){return Xd.init=Hd,this.semicolon(!1),Xd.test=this.match(13)?null:this.parseExpression(),this.semicolon(!1),Xd.update=this.match(11)?null:this.parseExpression(),this.expect(11),Xd.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.scope.exit(),this.state.labels.pop(),this.finishNode(Xd,"ForStatement")}parseForIn(Xd,Hd,Jd){let If=this.match(58);return this.next(),If?Jd!==null&&this.unexpected(Jd):Xd.await=Jd!==null,Hd.type==="VariableDeclaration"&&Hd.declarations[0].init!=null&&(!If||!this.options.annexB||this.state.strict||Hd.kind!=="var"||Hd.declarations[0].id.type!=="Identifier")&&this.raise(Nd.ForInOfLoopInitializer,Hd,{type:If?"ForInStatement":"ForOfStatement"}),Hd.type==="AssignmentPattern"&&this.raise(Nd.InvalidLhs,Hd,{ancestor:{type:"ForStatement"}}),Xd.left=Hd,Xd.right=If?this.parseExpression():this.parseMaybeAssignAllowIn(),this.expect(11),Xd.body=this.withSmartMixTopicForbiddingContext(()=>this.parseStatement()),this.scope.exit(),this.state.labels.pop(),this.finishNode(Xd,If?"ForInStatement":"ForOfStatement")}parseVar(Xd,Hd,Jd,If=!1){let Qf=Xd.declarations=[];for(Xd.kind=Jd;;){let _h=this.startNode();if(this.parseVarId(_h,Jd),_h.init=this.eat(29)?Hd?this.parseMaybeAssignDisallowIn():this.parseMaybeAssignAllowIn():null,_h.init===null&&!If&&(_h.id.type!=="Identifier"&&!(Hd&&(this.match(58)||this.isContextual(102)))?this.raise(Nd.DeclarationMissingInitializer,this.state.lastTokEndLoc,{kind:"destructuring"}):(Jd==="const"||Jd==="using"||Jd==="await using")&&!(this.match(58)||this.isContextual(102))&&this.raise(Nd.DeclarationMissingInitializer,this.state.lastTokEndLoc,{kind:Jd})),Qf.push(this.finishNode(_h,"VariableDeclarator")),!this.eat(12))break}return Xd}parseVarId(Xd,Hd){let Jd=this.parseBindingAtom();(Hd==="using"||Hd==="await using")&&(Jd.type==="ArrayPattern"||Jd.type==="ObjectPattern")&&this.raise(Nd.UsingDeclarationHasBindingPattern,Jd.loc.start),this.checkLVal(Jd,{in:{type:"VariableDeclarator"},binding:Hd==="var"?5:8201}),Xd.id=Jd}parseAsyncFunctionExpression(Xd){return this.parseFunction(Xd,8)}parseFunction(Xd,Hd=0){let Jd=Hd&2,If=!!(Hd&1),Qf=If&&!(Hd&4),_h=!!(Hd&8);this.initFunction(Xd,_h),this.match(55)&&(Jd&&this.raise(Nd.GeneratorInSingleStatementContext,this.state.startLoc),this.next(),Xd.generator=!0),If&&(Xd.id=this.parseFunctionId(Qf));let $h=this.state.maybeInArrowParameters;return this.state.maybeInArrowParameters=!1,this.scope.enter(2),this.prodParam.enter(U0(_h,Xd.generator)),If||(Xd.id=this.parseFunctionId()),this.parseFunctionParams(Xd,!1),this.withSmartMixTopicForbiddingContext(()=>{this.parseFunctionBodyAndFinish(Xd,If?"FunctionDeclaration":"FunctionExpression")}),this.prodParam.exit(),this.scope.exit(),If&&!Jd&&this.registerFunctionStatementId(Xd),this.state.maybeInArrowParameters=$h,Xd}parseFunctionId(Xd){return Xd||Pf(this.state.type)?this.parseIdentifier():null}parseFunctionParams(Xd,Hd){this.expect(10),this.expressionScope.enter(n0()),Xd.params=this.parseBindingList(11,41,2|(Hd?4:0)),this.expressionScope.exit()}registerFunctionStatementId(Xd){Xd.id&&this.scope.declareName(Xd.id.name,!this.options.annexB||this.state.strict||Xd.generator||Xd.async?this.scope.treatFunctionsAsVar?5:8201:17,Xd.id.loc.start)}parseClass(Xd,Hd,Jd){this.next();let If=this.state.strict;return this.state.strict=!0,this.parseClassId(Xd,Hd,Jd),this.parseClassSuper(Xd),Xd.body=this.parseClassBody(!!Xd.superClass,If),this.finishNode(Xd,Hd?"ClassDeclaration":"ClassExpression")}isClassProperty(){return this.match(29)||this.match(13)||this.match(8)}isClassMethod(){return this.match(10)}nameIsConstructor(Xd){return Xd.type==="Identifier"&&Xd.name==="constructor"||Xd.type==="StringLiteral"&&Xd.value==="constructor"}isNonstaticConstructor(Xd){return!Xd.computed&&!Xd.static&&this.nameIsConstructor(Xd.key)}parseClassBody(Xd,Hd){this.classScope.enter();let Jd={hadConstructor:!1,hadSuperClass:Xd},If=[],Qf=this.startNode();if(Qf.body=[],this.expect(5),this.withSmartMixTopicForbiddingContext(()=>{for(;!this.match(8);){if(this.eat(13)){if(If.length>0)throw this.raise(Nd.DecoratorSemicolon,this.state.lastTokEndLoc);continue}if(this.match(26)){If.push(this.parseDecorator());continue}let _h=this.startNode();If.length&&(_h.decorators=If,this.resetStartLocationFromNode(_h,If[0]),If=[]),this.parseClassMember(Qf,_h,Jd),_h.kind==="constructor"&&_h.decorators&&_h.decorators.length>0&&this.raise(Nd.DecoratorConstructor,_h)}}),this.state.strict=Hd,this.next(),If.length)throw this.raise(Nd.TrailingDecorator,this.state.startLoc);return this.classScope.exit(),this.finishNode(Qf,"ClassBody")}parseClassMemberFromModifier(Xd,Hd){let Jd=this.parseIdentifier(!0);if(this.isClassMethod()){let If=Hd;return If.kind="method",If.computed=!1,If.key=Jd,If.static=!1,this.pushClassMethod(Xd,If,!1,!1,!1,!1),!0}else if(this.isClassProperty()){let If=Hd;return If.computed=!1,If.key=Jd,If.static=!1,Xd.body.push(this.parseClassProperty(If)),!0}return this.resetPreviousNodeTrailingComments(Jd),!1}parseClassMember(Xd,Hd,Jd){let If=this.isContextual(106);if(If){if(this.parseClassMemberFromModifier(Xd,Hd))return;if(this.eat(5)){this.parseClassStaticBlock(Xd,Hd);return}}this.parseClassMemberWithIsStatic(Xd,Hd,Jd,If)}parseClassMemberWithIsStatic(Xd,Hd,Jd,If){let Qf=Hd,_h=Hd,$h=Hd,Vh=Hd,im=Hd,Qh=Qf,$m=Qf;if(Hd.static=If,this.parsePropertyNamePrefixOperator(Hd),this.eat(55)){Qh.kind="method";let U1=this.match(138);if(this.parseClassElementName(Qh),U1){this.pushClassPrivateMethod(Xd,_h,!0,!1);return}this.isNonstaticConstructor(Qf)&&this.raise(Nd.ConstructorIsGenerator,Qf.key),this.pushClassMethod(Xd,Qf,!0,!1,!1,!1);return}let Qm=!this.state.containsEsc&&Pf(this.state.type),r1=this.parseClassElementName(Hd),a1=Qm?r1.name:null,D1=this.isPrivateName(r1),f0=this.state.startLoc;if(this.parsePostMemberNameModifiers($m),this.isClassMethod()){if(Qh.kind="method",D1){this.pushClassPrivateMethod(Xd,_h,!1,!1);return}let U1=this.isNonstaticConstructor(Qf),X1=!1;U1&&(Qf.kind="constructor",Jd.hadConstructor&&!this.hasPlugin("typescript")&&this.raise(Nd.DuplicateConstructor,r1),U1&&this.hasPlugin("typescript")&&Hd.override&&this.raise(Nd.OverrideOnConstructor,r1),Jd.hadConstructor=!0,X1=Jd.hadSuperClass),this.pushClassMethod(Xd,Qf,!1,!1,U1,X1)}else if(this.isClassProperty())D1?this.pushClassPrivateProperty(Xd,Vh):this.pushClassProperty(Xd,$h);else if(a1==="async"&&!this.isLineTerminator()){this.resetPreviousNodeTrailingComments(r1);let U1=this.eat(55);$m.optional&&this.unexpected(f0),Qh.kind="method";let X1=this.match(138);this.parseClassElementName(Qh),this.parsePostMemberNameModifiers($m),X1?this.pushClassPrivateMethod(Xd,_h,U1,!0):(this.isNonstaticConstructor(Qf)&&this.raise(Nd.ConstructorIsAsync,Qf.key),this.pushClassMethod(Xd,Qf,U1,!0,!1,!1))}else if((a1==="get"||a1==="set")&&!(this.match(55)&&this.isLineTerminator())){this.resetPreviousNodeTrailingComments(r1),Qh.kind=a1;let U1=this.match(138);this.parseClassElementName(Qf),U1?this.pushClassPrivateMethod(Xd,_h,!1,!1):(this.isNonstaticConstructor(Qf)&&this.raise(Nd.ConstructorIsAccessor,Qf.key),this.pushClassMethod(Xd,Qf,!1,!1,!1,!1)),this.checkGetterSetterParams(Qf)}else if(a1==="accessor"&&!this.isLineTerminator()){this.expectPlugin("decoratorAutoAccessors"),this.resetPreviousNodeTrailingComments(r1);let U1=this.match(138);this.parseClassElementName($h),this.pushClassAccessorProperty(Xd,im,U1)}else this.isLineTerminator()?D1?this.pushClassPrivateProperty(Xd,Vh):this.pushClassProperty(Xd,$h):this.unexpected()}parseClassElementName(Xd){let{type:Hd,value:Jd}=this.state;if((Hd===132||Hd===133)&&Xd.static&&Jd==="prototype"&&this.raise(Nd.StaticPrototype,this.state.startLoc),Hd===138){Jd==="constructor"&&this.raise(Nd.ConstructorClassPrivateField,this.state.startLoc);let If=this.parsePrivateName();return Xd.key=If,If}return this.parsePropertyName(Xd),Xd.key}parseClassStaticBlock(Xd,Hd){var Jd;this.scope.enter(208);let If=this.state.labels;this.state.labels=[],this.prodParam.enter(0);let Qf=Hd.body=[];this.parseBlockOrModuleBlockBody(Qf,void 0,!1,8),this.prodParam.exit(),this.scope.exit(),this.state.labels=If,Xd.body.push(this.finishNode(Hd,"StaticBlock")),(Jd=Hd.decorators)!=null&&Jd.length&&this.raise(Nd.DecoratorStaticBlock,Hd)}pushClassProperty(Xd,Hd){!Hd.computed&&this.nameIsConstructor(Hd.key)&&this.raise(Nd.ConstructorClassField,Hd.key),Xd.body.push(this.parseClassProperty(Hd))}pushClassPrivateProperty(Xd,Hd){let Jd=this.parseClassPrivateProperty(Hd);Xd.body.push(Jd),this.classScope.declarePrivateName(this.getPrivateNameSV(Jd.key),0,Jd.key.loc.start)}pushClassAccessorProperty(Xd,Hd,Jd){!Jd&&!Hd.computed&&this.nameIsConstructor(Hd.key)&&this.raise(Nd.ConstructorClassField,Hd.key);let If=this.parseClassAccessorProperty(Hd);Xd.body.push(If),Jd&&this.classScope.declarePrivateName(this.getPrivateNameSV(If.key),0,If.key.loc.start)}pushClassMethod(Xd,Hd,Jd,If,Qf,_h){Xd.body.push(this.parseMethod(Hd,Jd,If,Qf,_h,"ClassMethod",!0))}pushClassPrivateMethod(Xd,Hd,Jd,If){let Qf=this.parseMethod(Hd,Jd,If,!1,!1,"ClassPrivateMethod",!0);Xd.body.push(Qf);let _h=Qf.kind==="get"?Qf.static?6:2:Qf.kind==="set"?Qf.static?5:1:0;this.declareClassPrivateMethodInScope(Qf,_h)}declareClassPrivateMethodInScope(Xd,Hd){this.classScope.declarePrivateName(this.getPrivateNameSV(Xd.key),Hd,Xd.key.loc.start)}parsePostMemberNameModifiers(Xd){}parseClassPrivateProperty(Xd){return this.parseInitializer(Xd),this.semicolon(),this.finishNode(Xd,"ClassPrivateProperty")}parseClassProperty(Xd){return this.parseInitializer(Xd),this.semicolon(),this.finishNode(Xd,"ClassProperty")}parseClassAccessorProperty(Xd){return this.parseInitializer(Xd),this.semicolon(),this.finishNode(Xd,"ClassAccessorProperty")}parseInitializer(Xd){this.scope.enter(80),this.expressionScope.enter(_0()),this.prodParam.enter(0),Xd.value=this.eat(29)?this.parseMaybeAssignAllowIn():null,this.expressionScope.exit(),this.prodParam.exit(),this.scope.exit()}parseClassId(Xd,Hd,Jd,If=8331){if(Pf(this.state.type))Xd.id=this.parseIdentifier(),Hd&&this.declareNameFromIdentifier(Xd.id,If);else if(Jd||!Hd)Xd.id=null;else throw this.raise(Nd.MissingClassName,this.state.startLoc)}parseClassSuper(Xd){Xd.superClass=this.eat(81)?this.parseExprSubscripts():null}parseExport(Xd,Hd){let Jd=this.parseMaybeImportPhase(Xd,!0),If=this.maybeParseExportDefaultSpecifier(Xd,Jd),Qf=!If||this.eat(12),_h=Qf&&this.eatExportStar(Xd),$h=_h&&this.maybeParseExportNamespaceSpecifier(Xd),Vh=Qf&&(!$h||this.eat(12)),im=If||_h;if(_h&&!$h){if(If&&this.unexpected(),Hd)throw this.raise(Nd.UnsupportedDecoratorExport,Xd);return this.parseExportFrom(Xd,!0),this.finishNode(Xd,"ExportAllDeclaration")}let Qh=this.maybeParseExportNamedSpecifiers(Xd);If&&Qf&&!_h&&!Qh&&this.unexpected(null,5),$h&&Vh&&this.unexpected(null,98);let $m;if(im||Qh){if($m=!1,Hd)throw this.raise(Nd.UnsupportedDecoratorExport,Xd);this.parseExportFrom(Xd,im)}else $m=this.maybeParseExportDeclaration(Xd);if(im||Qh||$m){var Qm;let r1=Xd;if(this.checkExport(r1,!0,!1,!!r1.source),((Qm=r1.declaration)==null?void 0:Qm.type)==="ClassDeclaration")this.maybeTakeDecorators(Hd,r1.declaration,r1);else if(Hd)throw this.raise(Nd.UnsupportedDecoratorExport,Xd);return this.finishNode(r1,"ExportNamedDeclaration")}if(this.eat(65)){let r1=Xd,a1=this.parseExportDefaultExpression();if(r1.declaration=a1,a1.type==="ClassDeclaration")this.maybeTakeDecorators(Hd,a1,r1);else if(Hd)throw this.raise(Nd.UnsupportedDecoratorExport,Xd);return this.checkExport(r1,!0,!0),this.finishNode(r1,"ExportDefaultDeclaration")}this.unexpected(null,5)}eatExportStar(Xd){return this.eat(55)}maybeParseExportDefaultSpecifier(Xd,Hd){if(Hd||this.isExportDefaultSpecifier()){this.expectPlugin("exportDefaultFrom",Hd==null?void 0:Hd.loc.start);let Jd=Hd||this.parseIdentifier(!0),If=this.startNodeAtNode(Jd);return If.exported=Jd,Xd.specifiers=[this.finishNode(If,"ExportDefaultSpecifier")],!0}return!1}maybeParseExportNamespaceSpecifier(Xd){if(this.isContextual(93)){var Hd;(Hd=Xd).specifiers!=null||(Hd.specifiers=[]);let Jd=this.startNodeAt(this.state.lastTokStartLoc);return this.next(),Jd.exported=this.parseModuleExportName(),Xd.specifiers.push(this.finishNode(Jd,"ExportNamespaceSpecifier")),!0}return!1}maybeParseExportNamedSpecifiers(Xd){if(this.match(5)){let Hd=Xd;Hd.specifiers||(Hd.specifiers=[]);let Jd=Hd.exportKind==="type";return Hd.specifiers.push(...this.parseExportSpecifiers(Jd)),Hd.source=null,Hd.declaration=null,this.hasPlugin("importAssertions")&&(Hd.assertions=[]),!0}return!1}maybeParseExportDeclaration(Xd){return this.shouldParseExportDeclaration()?(Xd.specifiers=[],Xd.source=null,this.hasPlugin("importAssertions")&&(Xd.assertions=[]),Xd.declaration=this.parseExportDeclaration(Xd),!0):!1}isAsyncFunction(){if(!this.isContextual(95))return!1;let Xd=this.nextTokenInLineStart();return this.isUnparsedContextual(Xd,"function")}parseExportDefaultExpression(){let Xd=this.startNode();if(this.match(68))return this.next(),this.parseFunction(Xd,5);if(this.isAsyncFunction())return this.next(),this.next(),this.parseFunction(Xd,13);if(this.match(80))return this.parseClass(Xd,!0,!0);if(this.match(26))return this.hasPlugin("decorators")&&this.getPluginOption("decorators","decoratorsBeforeExport")===!0&&this.raise(Nd.DecoratorBeforeExport,this.state.startLoc),this.parseClass(this.maybeTakeDecorators(this.parseDecorators(!1),this.startNode()),!0,!0);if(this.match(75)||this.match(74)||this.isLet())throw this.raise(Nd.UnsupportedDefaultExport,this.state.startLoc);let Hd=this.parseMaybeAssignAllowIn();return this.semicolon(),Hd}parseExportDeclaration(Xd){return this.match(80)?this.parseClass(this.startNode(),!0,!1):this.parseStatementListItem()}isExportDefaultSpecifier(){let{type:Xd}=this.state;if(Pf(Xd)){if(Xd===95&&!this.state.containsEsc||Xd===100)return!1;if((Xd===130||Xd===129)&&!this.state.containsEsc){let{type:If}=this.lookahead();if(Pf(If)&&If!==98||If===5)return this.expectOnePlugin(["flow","typescript"]),!1}}else if(!this.match(65))return!1;let Hd=this.nextTokenStart(),Jd=this.isUnparsedContextual(Hd,"from");if(this.input.charCodeAt(Hd)===44||Pf(this.state.type)&&Jd)return!0;if(this.match(65)&&Jd){let If=this.input.charCodeAt(this.nextTokenStartSince(Hd+4));return If===34||If===39}return!1}parseExportFrom(Xd,Hd){this.eatContextual(98)?(Xd.source=this.parseImportSource(),this.checkExport(Xd),this.maybeParseImportAttributes(Xd),this.checkJSONModuleImport(Xd)):Hd&&this.unexpected(),this.semicolon()}shouldParseExportDeclaration(){let{type:Xd}=this.state;return Xd===26&&(this.expectOnePlugin(["decorators","decorators-legacy"]),this.hasPlugin("decorators"))?(this.getPluginOption("decorators","decoratorsBeforeExport")===!0&&this.raise(Nd.DecoratorBeforeExport,this.state.startLoc),!0):this.isContextual(107)?(this.raise(Nd.UsingDeclarationExport,this.state.startLoc),!0):this.isContextual(96)&&this.startsAwaitUsing()?(this.raise(Nd.UsingDeclarationExport,this.state.startLoc),!0):Xd===74||Xd===75||Xd===68||Xd===80||this.isLet()||this.isAsyncFunction()}checkExport(Xd,Hd,Jd,If){if(Hd){var Qf;if(Jd){if(this.checkDuplicateExports(Xd,"default"),this.hasPlugin("exportDefaultFrom")){var _h;let $h=Xd.declaration;$h.type==="Identifier"&&$h.name==="from"&&$h.end-$h.start===4&&!((_h=$h.extra)!=null&&_h.parenthesized)&&this.raise(Nd.ExportDefaultFromAsIdentifier,$h)}}else if((Qf=Xd.specifiers)!=null&&Qf.length)for(let $h of Xd.specifiers){let{exported:Vh}=$h,im=Vh.type==="Identifier"?Vh.name:Vh.value;if(this.checkDuplicateExports($h,im),!If&&$h.local){let{local:Qh}=$h;Qh.type!=="Identifier"?this.raise(Nd.ExportBindingIsString,$h,{localName:Qh.value,exportName:im}):(this.checkReservedWord(Qh.name,Qh.loc.start,!0,!1),this.scope.checkLocalExport(Qh))}}else if(Xd.declaration){let $h=Xd.declaration;if($h.type==="FunctionDeclaration"||$h.type==="ClassDeclaration"){let{id:Vh}=$h;if(!Vh)throw new Error("Assertion failure");this.checkDuplicateExports(Xd,Vh.name)}else if($h.type==="VariableDeclaration")for(let Vh of $h.declarations)this.checkDeclaration(Vh.id)}}}checkDeclaration(Xd){if(Xd.type==="Identifier")this.checkDuplicateExports(Xd,Xd.name);else if(Xd.type==="ObjectPattern")for(let Hd of Xd.properties)this.checkDeclaration(Hd);else if(Xd.type==="ArrayPattern")for(let Hd of Xd.elements)Hd&&this.checkDeclaration(Hd);else Xd.type==="ObjectProperty"?this.checkDeclaration(Xd.value):Xd.type==="RestElement"?this.checkDeclaration(Xd.argument):Xd.type==="AssignmentPattern"&&this.checkDeclaration(Xd.left)}checkDuplicateExports(Xd,Hd){this.exportedIdentifiers.has(Hd)&&(Hd==="default"?this.raise(Nd.DuplicateDefaultExport,Xd):this.raise(Nd.DuplicateExport,Xd,{exportName:Hd})),this.exportedIdentifiers.add(Hd)}parseExportSpecifiers(Xd){let Hd=[],Jd=!0;for(this.expect(5);!this.eat(8);){if(Jd)Jd=!1;else if(this.expect(12),this.eat(8))break;let If=this.isContextual(130),Qf=this.match(133),_h=this.startNode();_h.local=this.parseModuleExportName(),Hd.push(this.parseExportSpecifier(_h,Qf,Xd,If))}return Hd}parseExportSpecifier(Xd,Hd,Jd,If){return this.eatContextual(93)?Xd.exported=this.parseModuleExportName():Hd?Xd.exported=rg(Xd.local):Xd.exported||(Xd.exported=S0(Xd.local)),this.finishNode(Xd,"ExportSpecifier")}parseModuleExportName(){if(this.match(133)){let Xd=this.parseStringLiteral(this.state.value),Hd=T0.exec(Xd.value);return Hd&&this.raise(Nd.ModuleExportNameHasLoneSurrogate,Xd,{surrogateCharCode:Hd[0].charCodeAt(0)}),Xd}return this.parseIdentifier(!0)}isJSONModuleImport(Xd){return Xd.assertions!=null?Xd.assertions.some(({key:Hd,value:Jd})=>Jd.value==="json"&&(Hd.type==="Identifier"?Hd.name==="type":Hd.value==="type")):!1}checkImportReflection(Xd){let{specifiers:Hd}=Xd,Jd=Hd.length===1?Hd[0].type:null;if(Xd.phase==="source")Jd!=="ImportDefaultSpecifier"&&this.raise(Nd.SourcePhaseImportRequiresDefault,Hd[0].loc.start);else if(Xd.phase==="defer")Jd!=="ImportNamespaceSpecifier"&&this.raise(Nd.DeferImportRequiresNamespace,Hd[0].loc.start);else if(Xd.module){var If;Jd!=="ImportDefaultSpecifier"&&this.raise(Nd.ImportReflectionNotBinding,Hd[0].loc.start),((If=Xd.assertions)==null?void 0:If.length)>0&&this.raise(Nd.ImportReflectionHasAssertion,Hd[0].loc.start)}}checkJSONModuleImport(Xd){if(this.isJSONModuleImport(Xd)&&Xd.type!=="ExportAllDeclaration"){let{specifiers:Hd}=Xd;if(Hd!=null){let Jd=Hd.find(If=>{let Qf;if(If.type==="ExportSpecifier"?Qf=If.local:If.type==="ImportSpecifier"&&(Qf=If.imported),Qf!==void 0)return Qf.type==="Identifier"?Qf.name!=="default":Qf.value!=="default"});Jd!==void 0&&this.raise(Nd.ImportJSONBindingNotDefault,Jd.loc.start)}}}isPotentialImportPhase(Xd){return Xd?!1:this.isContextual(105)||this.isContextual(97)||this.isContextual(127)}applyImportPhase(Xd,Hd,Jd,If){Hd||(Jd==="module"?(this.expectPlugin("importReflection",If),Xd.module=!0):this.hasPlugin("importReflection")&&(Xd.module=!1),Jd==="source"?(this.expectPlugin("sourcePhaseImports",If),Xd.phase="source"):Jd==="defer"?(this.expectPlugin("deferredImportEvaluation",If),Xd.phase="defer"):this.hasPlugin("sourcePhaseImports")&&(Xd.phase=null))}parseMaybeImportPhase(Xd,Hd){if(!this.isPotentialImportPhase(Hd))return this.applyImportPhase(Xd,Hd,null),null;let Jd=this.parseIdentifier(!0),{type:If}=this.state;return(Lf(If)?If!==98||this.lookaheadCharCode()===102:If!==12)?(this.resetPreviousIdentifierLeadingComments(Jd),this.applyImportPhase(Xd,Hd,Jd.name,Jd.loc.start),null):(this.applyImportPhase(Xd,Hd,null),Jd)}isPrecedingIdImportPhase(Xd){let{type:Hd}=this.state;return Pf(Hd)?Hd!==98||this.lookaheadCharCode()===102:Hd!==12}parseImport(Xd){return this.match(133)?this.parseImportSourceAndAttributes(Xd):this.parseImportSpecifiersAndAfter(Xd,this.parseMaybeImportPhase(Xd,!1))}parseImportSpecifiersAndAfter(Xd,Hd){Xd.specifiers=[];let Jd=!this.maybeParseDefaultImportSpecifier(Xd,Hd)||this.eat(12),If=Jd&&this.maybeParseStarImportSpecifier(Xd);return Jd&&!If&&this.parseNamedImportSpecifiers(Xd),this.expectContextual(98),this.parseImportSourceAndAttributes(Xd)}parseImportSourceAndAttributes(Xd){return Xd.specifiers!=null||(Xd.specifiers=[]),Xd.source=this.parseImportSource(),this.maybeParseImportAttributes(Xd),this.checkImportReflection(Xd),this.checkJSONModuleImport(Xd),this.semicolon(),this.finishNode(Xd,"ImportDeclaration")}parseImportSource(){return this.match(133)||this.unexpected(),this.parseExprAtom()}parseImportSpecifierLocal(Xd,Hd,Jd){Hd.local=this.parseIdentifier(),Xd.specifiers.push(this.finishImportSpecifier(Hd,Jd))}finishImportSpecifier(Xd,Hd,Jd=8201){return this.checkLVal(Xd.local,{in:{type:Hd},binding:Jd}),this.finishNode(Xd,Hd)}parseImportAttributes(){this.expect(5);let Xd=[],Hd=new Set;do{if(this.match(8))break;let Jd=this.startNode(),If=this.state.value;if(Hd.has(If)&&this.raise(Nd.ModuleAttributesWithDuplicateKeys,this.state.startLoc,{key:If}),Hd.add(If),this.match(133)?Jd.key=this.parseStringLiteral(If):Jd.key=this.parseIdentifier(!0),this.expect(14),!this.match(133))throw this.raise(Nd.ModuleAttributeInvalidValue,this.state.startLoc);Jd.value=this.parseStringLiteral(this.state.value),Xd.push(this.finishNode(Jd,"ImportAttribute"))}while(this.eat(12));return this.expect(8),Xd}parseModuleAttributes(){let Xd=[],Hd=new Set;do{let Jd=this.startNode();if(Jd.key=this.parseIdentifier(!0),Jd.key.name!=="type"&&this.raise(Nd.ModuleAttributeDifferentFromType,Jd.key),Hd.has(Jd.key.name)&&this.raise(Nd.ModuleAttributesWithDuplicateKeys,Jd.key,{key:Jd.key.name}),Hd.add(Jd.key.name),this.expect(14),!this.match(133))throw this.raise(Nd.ModuleAttributeInvalidValue,this.state.startLoc);Jd.value=this.parseStringLiteral(this.state.value),Xd.push(this.finishNode(Jd,"ImportAttribute"))}while(this.eat(12));return Xd}maybeParseImportAttributes(Xd){let Hd,Jd=!1;if(this.match(76)){if(this.hasPrecedingLineBreak()&&this.lookaheadCharCode()===40)return;this.next(),this.hasPlugin("moduleAttributes")?Hd=this.parseModuleAttributes():(this.expectImportAttributesPlugin(),Hd=this.parseImportAttributes()),Jd=!0}else if(this.isContextual(94)&&!this.hasPrecedingLineBreak())this.hasPlugin("importAttributes")?(this.getPluginOption("importAttributes","deprecatedAssertSyntax")!==!0&&this.raise(Nd.ImportAttributesUseAssert,this.state.startLoc),this.addExtra(Xd,"deprecatedAssertSyntax",!0)):this.expectOnePlugin(["importAttributes","importAssertions"]),this.next(),Hd=this.parseImportAttributes();else if(this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions"))Hd=[];else if(this.hasPlugin("moduleAttributes"))Hd=[];else return;!Jd&&this.hasPlugin("importAssertions")?Xd.assertions=Hd:Xd.attributes=Hd}maybeParseDefaultImportSpecifier(Xd,Hd){if(Hd){let Jd=this.startNodeAtNode(Hd);return Jd.local=Hd,Xd.specifiers.push(this.finishImportSpecifier(Jd,"ImportDefaultSpecifier")),!0}else if(Lf(this.state.type))return this.parseImportSpecifierLocal(Xd,this.startNode(),"ImportDefaultSpecifier"),!0;return!1}maybeParseStarImportSpecifier(Xd){if(this.match(55)){let Hd=this.startNode();return this.next(),this.expectContextual(93),this.parseImportSpecifierLocal(Xd,Hd,"ImportNamespaceSpecifier"),!0}return!1}parseNamedImportSpecifiers(Xd){let Hd=!0;for(this.expect(5);!this.eat(8);){if(Hd)Hd=!1;else{if(this.eat(14))throw this.raise(Nd.DestructureNamedImport,this.state.startLoc);if(this.expect(12),this.eat(8))break}let Jd=this.startNode(),If=this.match(133),Qf=this.isContextual(130);Jd.imported=this.parseModuleExportName();let _h=this.parseImportSpecifier(Jd,If,Xd.importKind==="type"||Xd.importKind==="typeof",Qf,void 0);Xd.specifiers.push(_h)}}parseImportSpecifier(Xd,Hd,Jd,If,Qf){if(this.eatContextual(93))Xd.local=this.parseIdentifier();else{let{imported:_h}=Xd;if(Hd)throw this.raise(Nd.ImportBindingIsString,Xd,{importName:_h.value});this.checkReservedWord(_h.name,Xd.loc.start,!0,!0),Xd.local||(Xd.local=S0(_h))}return this.finishImportSpecifier(Xd,"ImportSpecifier",Qf)}isThisParam(Xd){return Xd.type==="Identifier"&&Xd.name==="this"}},Sv=class extends W_{constructor(Xd,Hd){Xd=dh(Xd),super(Xd,Hd),this.options=Xd,this.initializeScopes(),this.plugins=s0(this.options.plugins),this.filename=Xd.sourceFilename}getScopeHandler(){return M1}parse(){this.enterInitialScopes();let Xd=this.startNode(),Hd=this.startNode();return this.nextToken(),Xd.errors=null,this.parseTopLevel(Xd,Hd),Xd.errors=this.state.errors,Xd.comments.length=this.state.commentsLen,Xd}};function s0(Xd){let Hd=new Map;for(let Jd of Xd){let[If,Qf]=Array.isArray(Jd)?Jd:[Jd,{}];Hd.has(If)||Hd.set(If,Qf||{})}return Hd}function Ig(Xd,Hd){var Jd;if(((Jd=Hd)==null?void 0:Jd.sourceType)==="unambiguous"){Hd=Object.assign({},Hd);try{Hd.sourceType="module";let If=Sg(Hd,Xd),Qf=If.parse();if(If.sawUnambiguousESM)return Qf;if(If.ambiguousScriptDifferentAst)try{return Hd.sourceType="script",Sg(Hd,Xd).parse()}catch{}else Qf.program.sourceType="script";return Qf}catch(If){try{return Hd.sourceType="script",Sg(Hd,Xd).parse()}catch{}throw If}}else return Sg(Hd,Xd).parse()}function eb(Xd,Hd){let Jd=Sg(Hd,Xd);return Jd.options.strictMode&&(Jd.state.strict=!0),Jd.getExpression()}function Ab(Xd){let Hd={};for(let Jd of Object.keys(Xd))Hd[Jd]=Bh(Xd[Jd]);return Hd}var x_=Ab(mf);function Sg(Xd,Hd){let Jd=Sv;return Xd!=null&&Xd.plugins&&(ag(Xd.plugins),Jd=Oy(Xd.plugins)),new Jd(Xd,Hd)}var Db={};function Oy(Xd){let Hd=Yf.filter(Qf=>t0(Xd,Qf)),Jd=Hd.join("/"),If=Db[Jd];if(!If){If=Sv;for(let Qf of Hd)If=Xg[Qf](If);Db[Jd]=If}return If}Ra.parse=Ig,Ra.parseExpression=eb,Ra.tokTypes=x_}),kt$2={};Ws$1(kt$2,{parsers:()=>Qr$3});var _e$2=vt$1(At$3());function Me$3(Ra){return(qa,Ja,ed)=>{let td=!!(ed!=null&&ed.backwards);if(Ja===!1)return!1;let{length:rd}=qa,od=Ja;for(;od>=0&&od<rd;){let sd=qa.charAt(od);if(Ra instanceof RegExp){if(!Ra.test(sd))return od}else if(!Ra.includes(sd))return od;td?od--:od++}return od===-1||od===rd?od:!1}}var ls$2=Me$3(" "),cs$2=Me$3(/[^\n\r]/u);function dr$1(Ra,qa){if(qa===!1)return!1;if(Ra.charAt(qa)==="/"&&Ra.charAt(qa+1)==="*"){for(let Ja=qa+2;Ja<Ra.length;++Ja)if(Ra.charAt(Ja)==="*"&&Ra.charAt(Ja+1)==="/")return Ja+2}return qa}var ps$1=dr$1;function mr$1(Ra,qa,Ja){let ed=!!(Ja!=null&&Ja.backwards);if(qa===!1)return!1;let td=Ra.charAt(qa);if(ed){if(Ra.charAt(qa-1)==="\r"&&td===`
`)return qa-2;if(td===`
`||td==="\r"||td==="\u2028"||td==="\u2029")return qa-1}else{if(td==="\r"&&Ra.charAt(qa+1)===`
`)return qa+2;if(td===`
`||td==="\r"||td==="\u2028"||td==="\u2029")return qa+1}return qa}var us$2=mr$1;function yr$1(Ra,qa){return qa===!1?!1:Ra.charAt(qa)==="/"&&Ra.charAt(qa+1)==="/"?cs$2(Ra,qa):qa}var fs$1=yr$1;function xr$1(Ra,qa){let Ja=null,ed=qa;for(;ed!==Ja;)Ja=ed,ed=ls$2(Ra,ed),ed=ps$1(Ra,ed),ed=fs$1(Ra,ed),ed=us$2(Ra,ed);return ed}var ds$1=xr$1;function Pr$1(Ra){let qa=[];for(let Ja of Ra)try{return Ja()}catch(ed){qa.push(ed)}throw Object.assign(new Error("All combinations failed"),{errors:qa})}var ms$1=Pr$1;function gr$1(Ra){if(!Ra.startsWith("#!"))return"";let qa=Ra.indexOf(`
`);return qa===-1?Ra:Ra.slice(0,qa)}var Oe$2=gr$1,Tr$1=(Ra,qa,Ja)=>{if(!(Ra&&qa==null))return Array.isArray(qa)||typeof qa=="string"?qa[Ja<0?qa.length+Ja:Ja]:qa.at(Ja)},St$2=Tr$1;function br$1(Ra){return Array.isArray(Ra)&&Ra.length>0}var Pe$2=br$1;function D$1(Ra){var qa,Ja,ed;let td=((qa=Ra.range)==null?void 0:qa[0])??Ra.start,rd=(ed=((Ja=Ra.declaration)==null?void 0:Ja.decorators)??Ra.decorators)==null?void 0:ed[0];return rd?Math.min(D$1(rd),td):td}function B(Ra){var qa;return((qa=Ra.range)==null?void 0:qa[1])??Ra.end}function Ar$1(Ra){let qa=new Set(Ra);return Ja=>qa.has(Ja==null?void 0:Ja.type)}var ys$1=Ar$1,Sr$1=ys$1(["Block","CommentBlock","MultiLine"]),ge$2=Sr$1;function wr$1(Ra){let qa=`*${Ra.value}*`.split(`
`);return qa.length>1&&qa.every(Ja=>Ja.trimStart()[0]==="*")}var wt$1=wr$1;function Cr(Ra){return ge$2(Ra)&&Ra.value[0]==="*"&&/@(?:type|satisfies)\b/u.test(Ra.value)}var xs$1=Cr,Te$2=null;function be$3(Ra){if(Te$2!==null&&typeof Te$2.property){let qa=Te$2;return Te$2=be$3.prototype=null,qa}return Te$2=be$3.prototype=Ra??Object.create(null),new be$3}var Er$1=10;for(let Ra=0;Ra<=Er$1;Ra++)be$3();function Ct$2(Ra){return be$3(Ra)}function Ir$1(Ra,qa="type"){Ct$2(Ra);function Ja(ed){let td=ed[qa],rd=Ra[td];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${td}'.`),{node:ed});return rd}return Ja}var Ps$1=Ir$1,gs$2={ArrayExpression:["elements"],AssignmentExpression:["left","right"],BinaryExpression:["left","right"],InterpreterDirective:[],Directive:["value"],DirectiveLiteral:[],BlockStatement:["directives","body"],BreakStatement:["label"],CallExpression:["callee","arguments","typeParameters","typeArguments"],CatchClause:["param","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["test","body"],EmptyStatement:[],ExpressionStatement:["expression"],File:["program"],ForInStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body","returnType","typeParameters","predicate"],FunctionExpression:["id","params","body","returnType","typeParameters"],Identifier:["typeAnnotation","decorators"],IfStatement:["test","consequent","alternate"],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],NewExpression:["callee","arguments","typeParameters","typeArguments"],Program:["directives","body"],ObjectExpression:["properties"],ObjectMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectProperty:["key","value","decorators"],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:["argument"],SequenceExpression:["expressions"],ParenthesizedExpression:["expression"],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["params","body","returnType","typeParameters","predicate"],ClassBody:["body"],ClassExpression:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators","superTypeArguments"],ClassDeclaration:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators","superTypeArguments"],ExportAllDeclaration:["source","attributes","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],ExportSpecifier:["local","exported"],ForOfStatement:["left","right","body"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["local","imported"],ImportExpression:["source","options","attributes"],MetaProperty:["meta","property"],ClassMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectPattern:["properties","typeAnnotation","decorators"],SpreadElement:["argument"],Super:[],TaggedTemplateExpression:["tag","quasi","typeParameters","typeArguments"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:["argument"],AwaitExpression:["argument"],Import:[],BigIntLiteral:[],ExportNamespaceSpecifier:["exported"],OptionalMemberExpression:["object","property"],OptionalCallExpression:["callee","arguments","typeParameters","typeArguments"],ClassProperty:["key","value","typeAnnotation","decorators","variance"],ClassAccessorProperty:["key","value","typeAnnotation","decorators"],ClassPrivateProperty:["key","value","decorators","typeAnnotation","variance"],ClassPrivateMethod:["key","params","body","decorators","returnType","typeParameters"],PrivateName:["id"],StaticBlock:["body"],AnyTypeAnnotation:[],ArrayTypeAnnotation:["elementType"],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:["id","typeParameters"],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:["id","typeParameters","extends","body"],DeclareModule:["id","body"],DeclareModuleExports:["typeAnnotation"],DeclareTypeAlias:["id","typeParameters","right"],DeclareOpaqueType:["id","typeParameters","supertype"],DeclareVariable:["id"],DeclareExportDeclaration:["declaration","specifiers","source"],DeclareExportAllDeclaration:["source"],DeclaredPredicate:["value"],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","params","rest","returnType","this"],FunctionTypeParam:["name","typeAnnotation"],GenericTypeAnnotation:["id","typeParameters"],InferredPredicate:[],InterfaceExtends:["id","typeParameters"],InterfaceDeclaration:["id","typeParameters","extends","body"],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:["types"],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:["typeAnnotation"],NumberLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value"],ObjectTypeCallProperty:["value"],ObjectTypeIndexer:["id","key","value","variance"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:["argument"],OpaqueType:["id","typeParameters","supertype","impltype"],QualifiedTypeIdentifier:["id","qualification"],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:["types","elementTypes"],TypeofTypeAnnotation:["argument","typeArguments"],TypeAlias:["id","typeParameters","right"],TypeAnnotation:["typeAnnotation"],TypeCastExpression:["expression","typeAnnotation"],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:["params"],TypeParameterInstantiation:["params"],UnionTypeAnnotation:["types"],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:["id","body"],EnumBooleanBody:["members"],EnumNumberBody:["members"],EnumStringBody:["members"],EnumSymbolBody:["members"],EnumBooleanMember:["id","init"],EnumNumberMember:["id","init"],EnumStringMember:["id","init"],EnumDefaultedMember:["id"],IndexedAccessType:["objectType","indexType"],OptionalIndexedAccessType:["objectType","indexType"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXSpreadChild:["expression"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes","typeArguments","typeParameters"],JSXSpreadAttribute:["argument"],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Noop:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ImportAttribute:["key","value"],Decorator:["expression"],DoExpression:["body"],ExportDefaultSpecifier:["exported"],RecordExpression:["properties"],TupleExpression:["elements"],DecimalLiteral:[],ModuleExpression:["body"],TopicReference:[],PipelineTopicExpression:["expression"],PipelineBareFunction:["callee"],PipelinePrimaryTopicReference:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:["id","typeParameters","params","returnType","body"],TSDeclareMethod:["decorators","key","typeParameters","params","returnType"],TSQualifiedName:["left","right"],TSCallSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:["key","typeParameters","parameters","typeAnnotation","params","returnType"],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructorType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSTypeReference:["typeName","typeParameters","typeArguments"],TSTypePredicate:["parameterName","typeAnnotation"],TSTypeQuery:["exprName","typeParameters","typeArguments"],TSTypeLiteral:["members"],TSArrayType:["elementType"],TSTupleType:["elementTypes"],TSOptionalType:["typeAnnotation"],TSRestType:["typeAnnotation"],TSNamedTupleMember:["label","elementType"],TSUnionType:["types"],TSIntersectionType:["types"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSInferType:["typeParameter"],TSParenthesizedType:["typeAnnotation"],TSTypeOperator:["typeAnnotation"],TSIndexedAccessType:["objectType","indexType"],TSMappedType:["typeParameter","typeAnnotation","nameType"],TSLiteralType:["literal"],TSExpressionWithTypeArguments:["expression","typeParameters"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceBody:["body"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:["expression","typeParameters","typeArguments"],TSAsExpression:["expression","typeAnnotation"],TSSatisfiesExpression:["expression","typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSModuleDeclaration:["id","body"],TSModuleBlock:["body"],TSImportType:["argument","qualifier","typeParameters","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:["expression"],TSNonNullExpression:["expression"],TSExportAssignment:["expression"],TSNamespaceExportDeclaration:["id"],TSTypeAnnotation:["typeAnnotation"],TSTypeParameterInstantiation:["params"],TSTypeParameterDeclaration:["params"],TSTypeParameter:["constraint","default","name"],ChainExpression:["expression"],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],Literal:[],MethodDefinition:["decorators","key","value"],PrivateIdentifier:[],Property:["key","value"],PropertyDefinition:["decorators","key","typeAnnotation","value","variance"],AccessorProperty:["decorators","key","typeAnnotation","value"],TSAbstractAccessorProperty:["decorators","key","typeAnnotation"],TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:["decorators","key","typeAnnotation"],TSAsyncKeyword:[],TSClassImplements:["expression","typeArguments","typeParameters"],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSEnumBody:["members"],TSExportKeyword:[],TSInterfaceHeritage:["expression","typeArguments","typeParameters"],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],TSTemplateLiteralType:["quasis","types"],AsConstExpression:["expression"],AsExpression:["expression","typeAnnotation"],BigIntLiteralTypeAnnotation:[],BigIntTypeAnnotation:[],ComponentDeclaration:["id","params","body","typeParameters","rendersType"],ComponentParameter:["name","local"],ComponentTypeAnnotation:["params","rest","typeParameters","rendersType"],ComponentTypeParameter:["name","typeAnnotation"],ConditionalTypeAnnotation:["checkType","extendsType","trueType","falseType"],DeclareComponent:["id","params","rest","typeParameters","rendersType"],DeclareEnum:["id","body"],DeclareHook:["id"],DeclareNamespace:["id","body"],EnumBigIntBody:["members"],EnumBigIntMember:["id","init"],HookDeclaration:["id","params","body","typeParameters","returnType"],HookTypeAnnotation:["params","returnType","rest","typeParameters"],InferTypeAnnotation:["typeParameter"],KeyofTypeAnnotation:["argument"],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:["qualification","id"],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypeOperator:["typeAnnotation"],TypePredicate:["parameterName","typeAnnotation","asserts"],NGRoot:["node"],NGPipeExpression:["left","right","arguments"],NGChainedExpression:["expressions"],NGEmptyExpression:[],NGMicrosyntax:["body"],NGMicrosyntaxKey:[],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:["key","value"],NGMicrosyntaxAs:["key","alias"],JsExpressionRoot:["node"],JsonRoot:["node"],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:["typeAnnotation"],TSJSDocNonNullableType:["typeAnnotation"],NeverTypeAnnotation:[],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[],SatisfiesExpression:["expression","typeAnnotation"]},Nr$1=Ps$1(gs$2),Ts$1=Nr$1;function Et$2(Ra,qa){if(!(Ra!==null&&typeof Ra=="object"))return Ra;if(Array.isArray(Ra)){for(let ed=0;ed<Ra.length;ed++)Ra[ed]=Et$2(Ra[ed],qa);return Ra}let Ja=Ts$1(Ra);for(let ed=0;ed<Ja.length;ed++)Ra[Ja[ed]]=Et$2(Ra[Ja[ed]],qa);return qa(Ra)||Ra}var Fe$1=Et$2;function kr$1(Ra,qa){let{parser:Ja,text:ed}=qa;if(Ra.type==="File"&&Ra.program.interpreter){let{program:{interpreter:td},comments:rd}=Ra;delete Ra.program.interpreter,rd.unshift(td)}if(Ja==="babel"){let td=new Set;Ra=Fe$1(Ra,rd=>{var od;(od=rd.leadingComments)!=null&&od.some(xs$1)&&td.add(D$1(rd))}),Ra=Fe$1(Ra,rd=>{if(rd.type==="ParenthesizedExpression"){let{expression:od}=rd;if(od.type==="TypeCastExpression")return od.range=[...rd.range],od;let sd=D$1(rd);if(!td.has(sd))return od.extra={...od.extra,parenthesized:!0},od}})}if(Ra=Fe$1(Ra,td=>{var rd;switch(td.type){case"LogicalExpression":if(bs$1(td))return It$2(td);break;case"VariableDeclaration":{let od=St$2(!1,td.declarations,-1);od!=null&&od.init&&ed[B(od)]!==";"&&(td.range=[D$1(td),B(od)]);break}case"TSParenthesizedType":return td.typeAnnotation;case"TSTypeParameter":if(typeof td.name=="string"){let od=D$1(td);td.name={type:"Identifier",name:td.name,range:[od,od+td.name.length]}}break;case"TopicReference":Ra.extra={...Ra.extra,__isUsingHackPipeline:!0};break;case"ExportAllDeclaration":if(Ja==="meriyah"&&((rd=td.exported)==null?void 0:rd.type)==="Identifier"){let{exported:od}=td,sd=ed.slice(D$1(od),B(od));(sd.startsWith('"')||sd.startsWith("'"))&&(td.exported={...td.exported,type:"Literal",value:td.exported.name,raw:sd})}break;case"TSUnionType":case"TSIntersectionType":if(td.types.length===1)return td.types[0];break}}),Pe$2(Ra.comments)){let td=St$2(!1,Ra.comments,-1);for(let rd=Ra.comments.length-2;rd>=0;rd--){let od=Ra.comments[rd];B(od)===D$1(td)&&ge$2(od)&&ge$2(td)&&wt$1(od)&&wt$1(td)&&(Ra.comments.splice(rd+1,1),od.value+="*//*"+td.value,od.range=[D$1(od),B(td)]),td=od}}return Ra.type==="Program"&&(Ra.range=[0,ed.length]),Ra}function bs$1(Ra){return Ra.type==="LogicalExpression"&&Ra.right.type==="LogicalExpression"&&Ra.operator===Ra.right.operator}function It$2(Ra){return bs$1(Ra)?It$2({type:"LogicalExpression",operator:Ra.operator,left:It$2({type:"LogicalExpression",operator:Ra.operator,left:Ra.left,right:Ra.right.left,range:[D$1(Ra.left),B(Ra.right.left)]}),right:Ra.right.right,range:[D$1(Ra),B(Ra)]}):Ra}var As$2=kr$1;function vr$1(Ra,qa){let Ja=new SyntaxError(Ra+" ("+qa.loc.start.line+":"+qa.loc.start.column+")");return Object.assign(Ja,qa)}var Be$2=vr$1;function Lr$1(Ra){let{message:qa,loc:{line:Ja,column:ed},reasonCode:td}=Ra,rd=Ra;(td==="MissingPlugin"||td==="MissingOneOfPlugins")&&(qa="Unexpected token.",rd=void 0);let od=` (${Ja}:${ed})`;return qa.endsWith(od)&&(qa=qa.slice(0,-od.length)),Be$2(qa,{loc:{start:{line:Ja,column:ed+1}},cause:rd})}var Re$3=Lr$1,Dr$1=(Ra,qa,Ja,ed)=>{if(!(Ra&&qa==null))return qa.replaceAll?qa.replaceAll(Ja,ed):Ja.global?qa.replace(Ja,ed):qa.split(Ja).join(ed)},ie$2=Dr$1,Mr$2=/\*\/$/,Or$1=/^\/\*\*?/,Fr$1=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Br$2=/(^|\s+)\/\/([^\n\r]*)/g,Ss$1=/^(\r?\n)+/,Rr$1=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,ws$2=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,Ur$2=/(\r?\n|^) *\* ?/g,_r$1=[];function Cs$1(Ra){let qa=Ra.match(Fr$1);return qa?qa[0].trimStart():""}function Es$1(Ra){let qa=`
`;Ra=ie$2(!1,Ra.replace(Or$1,"").replace(Mr$2,""),Ur$2,"$1");let Ja="";for(;Ja!==Ra;)Ja=Ra,Ra=ie$2(!1,Ra,Rr$1,`${qa}$1 $2${qa}`);Ra=Ra.replace(Ss$1,"").trimEnd();let ed=Object.create(null),td=ie$2(!1,Ra,ws$2,"").replace(Ss$1,"").trimEnd(),rd;for(;rd=ws$2.exec(Ra);){let od=ie$2(!1,rd[2],Br$2,"");if(typeof ed[rd[1]]=="string"||Array.isArray(ed[rd[1]])){let sd=ed[rd[1]];ed[rd[1]]=[..._r$1,...Array.isArray(sd)?sd:[sd],od]}else ed[rd[1]]=od}return{comments:td,pragmas:ed}}function jr$2(Ra){let qa=Oe$2(Ra);qa&&(Ra=Ra.slice(qa.length+1));let Ja=Cs$1(Ra),{pragmas:ed,comments:td}=Es$1(Ja);return{shebang:qa,text:Ra,pragmas:ed,comments:td}}function Is$2(Ra){let{pragmas:qa}=jr$2(Ra);return Object.prototype.hasOwnProperty.call(qa,"prettier")||Object.prototype.hasOwnProperty.call(qa,"format")}function $r$2(Ra){return Ra=typeof Ra=="function"?{parse:Ra}:Ra,{astFormat:"estree",hasPragma:Is$2,locStart:D$1,locEnd:B,...Ra}}var G$1=$r$2;function Vr$2(Ra){let{filepath:qa}=Ra;if(qa){if(qa=qa.toLowerCase(),qa.endsWith(".cjs"))return"script";if(qa.endsWith(".mjs"))return"module"}}var Ns$1=Vr$2;function qr$1(Ra,qa){let{type:Ja="JsExpressionRoot",rootMarker:ed,text:td}=qa,{tokens:rd,comments:od}=Ra;return delete Ra.tokens,delete Ra.comments,{tokens:rd,comments:od,type:Ja,node:Ra,range:[0,td.length],rootMarker:ed}}var Ue$2=qr$1,re$2=Ra=>G$1(Jr$2(Ra)),zr$2={sourceType:"module",allowImportExportEverywhere:!0,allowReturnOutsideFunction:!0,allowNewTargetOutsideFunction:!0,allowSuperOutsideMethod:!0,allowUndeclaredExports:!0,errorRecovery:!0,createParenthesizedExpressions:!0,createImportExpressions:!0,plugins:["doExpressions","exportDefaultFrom","functionBind","functionSent","throwExpressions","partialApplication","decorators","decimal","moduleBlocks","asyncDoExpressions","destructuringPrivate","decoratorAutoAccessors","importReflection","explicitResourceManagement",["importAttributes",{deprecatedAssertSyntax:!0}],"sourcePhaseImports","deferredImportEvaluation",["optionalChainingAssign",{version:"2023-07"}],"recordAndTuple"],tokens:!0,ranges:!0},ks$1="v8intrinsic",vs$1=[["pipelineOperator",{proposal:"hack",topicToken:"%"}],["pipelineOperator",{proposal:"minimal"}],["pipelineOperator",{proposal:"fsharp"}]],V$2=(Ra,qa=zr$2)=>({...qa,plugins:[...qa.plugins,...Ra]}),Kr$2=/@(?:no)?flow\b/u;function Hr$2(Ra,qa){var Ja;if((Ja=qa.filepath)!=null&&Ja.endsWith(".js.flow"))return!0;let ed=Oe$2(Ra);ed&&(Ra=Ra.slice(ed.length));let td=ds$1(Ra,0);return td!==!1&&(Ra=Ra.slice(0,td)),Kr$2.test(Ra)}function Wr$2(Ra,qa,Ja){let ed=Ra(qa,Ja),td=ed.errors.find(rd=>!Xr$2.has(rd.reasonCode));if(td)throw td;return ed}function Jr$2({isExpression:Ra=!1,optionsCombinations:qa}){return(Ja,ed={})=>{if((ed.parser==="babel"||ed.parser==="__babel_estree")&&Hr$2(Ja,ed))return ed.parser="babel-flow",Bs$1.parse(Ja,ed);let td=qa;(ed.__babelSourceType??Ns$1(ed))==="script"&&(td=td.map(ld=>({...ld,sourceType:"script"})));let rd=/%[A-Z]/u.test(Ja);Ja.includes("|>")?td=(rd?[...vs$1,ks$1]:vs$1).flatMap(ld=>td.map(cd=>V$2([ld],cd))):rd&&(td=td.map(ld=>V$2([ks$1],ld)));let od=Ra?_e$2.parseExpression:_e$2.parse,sd;try{sd=ms$1(td.map(ld=>()=>Wr$2(od,Ja,ld)))}catch({errors:[ld]}){throw Re$3(ld)}return Ra&&(sd=Ue$2(sd,{text:Ja,rootMarker:ed.rootMarker})),As$2(sd,{parser:"babel",text:Ja})}}var Xr$2=new Set(["StrictNumericEscape","StrictWith","StrictOctalLiteral","StrictDelete","StrictEvalArguments","StrictEvalArgumentsBinding","StrictFunction","ForInOfLoopInitializer","EmptyTypeArguments","EmptyTypeParameters","ConstructorHasTypeParameters","UnsupportedParameterPropertyKind","DecoratorExportClass","ParamDupe","InvalidDecimal","RestTrailingComma","UnsupportedParameterDecorator","UnterminatedJsxContent","UnexpectedReservedWord","ModuleAttributesWithDuplicateKeys","LineTerminatorBeforeArrow","InvalidEscapeSequenceTemplate","NonAbstractClassHasAbstractMethod","OptionalTypeBeforeRequired","PatternIsOptional","OptionalBindingPattern","DeclareClassFieldHasInitializer","TypeImportCannotSpecifyDefaultAndNamed","ConstructorClassField","VarRedeclaration","InvalidPrivateFieldResolution","DuplicateExport"]),Fs$1=[V$2(["jsx"])],Ls$2=re$2({optionsCombinations:Fs$1}),Ds$2=re$2({optionsCombinations:[V$2(["jsx","typescript"]),V$2(["typescript"])]}),Ms=re$2({isExpression:!0,optionsCombinations:[V$2(["jsx"])]}),Os$2=re$2({isExpression:!0,optionsCombinations:[V$2(["typescript"])]}),Bs$1=re$2({optionsCombinations:[V$2(["jsx",["flow",{all:!0,enums:!0}],"flowComments"])]}),Gr$2=re$2({optionsCombinations:Fs$1.map(Ra=>V$2(["estree"],Ra))}),Rs={babel:Ls$2,"babel-flow":Bs$1,"babel-ts":Ds$2,__js_expression:Ms,__ts_expression:Os$2,__vue_expression:Ms,__vue_ts_expression:Os$2,__vue_event_binding:Ls$2,__vue_ts_event_binding:Ds$2,__babel_estree:Gr$2},Us$1=vt$1(At$3());function _s$2(Ra={}){let{allowComments:qa=!0}=Ra;return function(Ja){let ed;try{ed=(0,Us$1.parseExpression)(Ja,{tokens:!0,ranges:!0,attachComment:!1})}catch(td){throw Re$3(td)}if(!qa&&Pe$2(ed.comments))throw H(ed.comments[0],"Comment");return ae$1(ed),Ue$2(ed,{type:"JsonRoot",text:Ja})}}function H(Ra,qa){let[Ja,ed]=[Ra.loc.start,Ra.loc.end].map(({line:td,column:rd})=>({line:td,column:rd+1}));return Be$2(`${qa} is not allowed in JSON.`,{loc:{start:Ja,end:ed}})}function ae$1(Ra){switch(Ra.type){case"ArrayExpression":for(let qa of Ra.elements)qa!==null&&ae$1(qa);return;case"ObjectExpression":for(let qa of Ra.properties)ae$1(qa);return;case"ObjectProperty":if(Ra.computed)throw H(Ra.key,"Computed key");if(Ra.shorthand)throw H(Ra.key,"Shorthand property");Ra.key.type!=="Identifier"&&ae$1(Ra.key),ae$1(Ra.value);return;case"UnaryExpression":{let{operator:qa,argument:Ja}=Ra;if(qa!=="+"&&qa!=="-")throw H(Ra,`Operator '${Ra.operator}'`);if(Ja.type==="NumericLiteral"||Ja.type==="Identifier"&&(Ja.name==="Infinity"||Ja.name==="NaN"))return;throw H(Ja,`Operator '${qa}' before '${Ja.type}'`)}case"Identifier":if(Ra.name!=="Infinity"&&Ra.name!=="NaN"&&Ra.name!=="undefined")throw H(Ra,`Identifier '${Ra.name}'`);return;case"TemplateLiteral":if(Pe$2(Ra.expressions))throw H(Ra.expressions[0],"'TemplateLiteral' with expression");for(let qa of Ra.quasis)ae$1(qa);return;case"NullLiteral":case"BooleanLiteral":case"NumericLiteral":case"StringLiteral":case"TemplateElement":return;default:throw H(Ra,`'${Ra.type}'`)}}var Nt$2=_s$2(),Yr$3={json:G$1({parse:Nt$2,hasPragma(){return!0}}),json5:G$1(Nt$2),jsonc:G$1(Nt$2),"json-stringify":G$1({parse:_s$2({allowComments:!1}),astFormat:"estree-json"})},js$1=Yr$3,Qr$3={...Rs,...js$1},Ln$2=kt$2;const prettierPluginBabel=Object.freeze(Object.defineProperty({__proto__:null,default:Ln$2,parsers:Qr$3},Symbol.toStringTag,{value:"Module"}));var Wa=Object.defineProperty,Js=Ra=>{throw TypeError(Ra)},Ar=(Ra,qa)=>{for(var Ja in qa)Wa(Ra,Ja,{get:qa[Ja],enumerable:!0})},qs$2=(Ra,qa,Ja)=>qa.has(Ra)||Js("Cannot "+Ja),pt$1=(Ra,qa,Ja)=>(qs$2(Ra,qa,"read from private field"),qa.get(Ra)),Ws=(Ra,qa,Ja)=>qa.has(Ra)?Js("Cannot add the same private member more than once"):qa instanceof WeakSet?qa.add(Ra):qa.set(Ra,Ja),Gs=(Ra,qa,Ja,ed)=>(qs$2(Ra,qa,"write to private field"),qa.set(Ra,Ja),Ja),_s$1={};Ar(_s$1,{languages:()=>nm$1,options:()=>va,printers:()=>rm});var Us=[{linguistLanguageId:183,name:"JavaScript",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:["js","node"],extensions:[".js","._js",".bones",".cjs",".es",".es6",".frag",".gs",".jake",".javascript",".jsb",".jscad",".jsfl",".jslib",".jsm",".jspre",".jss",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib",".wxs"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell","zx"],parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"]},{linguistLanguageId:183,name:"Flow",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:[],extensions:[".js.flow"],filenames:[],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"]},{linguistLanguageId:183,name:"JSX",type:"programming",tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0,aliases:void 0,extensions:[".jsx"],filenames:void 0,interpreters:void 0,parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],group:"JavaScript"},{linguistLanguageId:378,name:"TypeScript",type:"programming",color:"#3178c6",aliases:["ts"],interpreters:["deno","ts-node"],extensions:[".ts",".cts",".mts"],tmScope:"source.ts",aceMode:"typescript",codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"]},{linguistLanguageId:94901924,name:"TSX",type:"programming",color:"#3178c6",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]}],ws$1={};Ar(ws$1,{canAttachComment:()=>fp,embed:()=>Qu$1,experimentalFeatures:()=>Kl$1,getCommentChildNodes:()=>Ep,getVisitorKeys:()=>gr,handleComments:()=>Kn$1,insertPragma:()=>pi$2,isBlockComment:()=>re$1,isGap:()=>Fp,massageAstNode:()=>Cu$1,print:()=>Ia$1,printComment:()=>Pu,willPrintOwnComments:()=>zn$1});var Ga$1=(Ra,qa,Ja,ed)=>{if(!(Ra&&qa==null))return qa.replaceAll?qa.replaceAll(Ja,ed):Ja.global?qa.replace(Ja,ed):qa.split(Ja).join(ed)},N$1=Ga$1,Ua$2=(Ra,qa,Ja)=>{if(!(Ra&&qa==null))return Array.isArray(qa)||typeof qa=="string"?qa[Ja<0?qa.length+Ja:Ja]:qa.at(Ja)},O$1=Ua$2;function Na(Ra){return Ra!==null&&typeof Ra=="object"}var Ns=Na;function*Xa$1(Ra,qa){let{getVisitorKeys:Ja,filter:ed=()=>!0}=qa,td=rd=>Ns(rd)&&ed(rd);for(let rd of Ja(Ra)){let od=Ra[rd];if(Array.isArray(od))for(let sd of od)td(sd)&&(yield sd);else td(od)&&(yield od)}}function*Ya$2(Ra,qa){let Ja=[Ra];for(let ed=0;ed<Ja.length;ed++){let td=Ja[ed];for(let rd of Xa$1(td,qa))yield rd,Ja.push(rd)}}function Xs$1(Ra,{getVisitorKeys:qa,predicate:Ja}){for(let ed of Ya$2(Ra,{getVisitorKeys:qa}))if(Ja(ed))return!0;return!1}var Ys=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;function Hs$1(Ra){return Ra===12288||Ra>=65281&&Ra<=65376||Ra>=65504&&Ra<=65510}function Vs(Ra){return Ra>=4352&&Ra<=4447||Ra===8986||Ra===8987||Ra===9001||Ra===9002||Ra>=9193&&Ra<=9196||Ra===9200||Ra===9203||Ra===9725||Ra===9726||Ra===9748||Ra===9749||Ra>=9800&&Ra<=9811||Ra===9855||Ra===9875||Ra===9889||Ra===9898||Ra===9899||Ra===9917||Ra===9918||Ra===9924||Ra===9925||Ra===9934||Ra===9940||Ra===9962||Ra===9970||Ra===9971||Ra===9973||Ra===9978||Ra===9981||Ra===9989||Ra===9994||Ra===9995||Ra===10024||Ra===10060||Ra===10062||Ra>=10067&&Ra<=10069||Ra===10071||Ra>=10133&&Ra<=10135||Ra===10160||Ra===10175||Ra===11035||Ra===11036||Ra===11088||Ra===11093||Ra>=11904&&Ra<=11929||Ra>=11931&&Ra<=12019||Ra>=12032&&Ra<=12245||Ra>=12272&&Ra<=12287||Ra>=12289&&Ra<=12350||Ra>=12353&&Ra<=12438||Ra>=12441&&Ra<=12543||Ra>=12549&&Ra<=12591||Ra>=12593&&Ra<=12686||Ra>=12688&&Ra<=12771||Ra>=12783&&Ra<=12830||Ra>=12832&&Ra<=12871||Ra>=12880&&Ra<=19903||Ra>=19968&&Ra<=42124||Ra>=42128&&Ra<=42182||Ra>=43360&&Ra<=43388||Ra>=44032&&Ra<=55203||Ra>=63744&&Ra<=64255||Ra>=65040&&Ra<=65049||Ra>=65072&&Ra<=65106||Ra>=65108&&Ra<=65126||Ra>=65128&&Ra<=65131||Ra>=94176&&Ra<=94180||Ra===94192||Ra===94193||Ra>=94208&&Ra<=100343||Ra>=100352&&Ra<=101589||Ra>=101632&&Ra<=101640||Ra>=110576&&Ra<=110579||Ra>=110581&&Ra<=110587||Ra===110589||Ra===110590||Ra>=110592&&Ra<=110882||Ra===110898||Ra>=110928&&Ra<=110930||Ra===110933||Ra>=110948&&Ra<=110951||Ra>=110960&&Ra<=111355||Ra===126980||Ra===127183||Ra===127374||Ra>=127377&&Ra<=127386||Ra>=127488&&Ra<=127490||Ra>=127504&&Ra<=127547||Ra>=127552&&Ra<=127560||Ra===127568||Ra===127569||Ra>=127584&&Ra<=127589||Ra>=127744&&Ra<=127776||Ra>=127789&&Ra<=127797||Ra>=127799&&Ra<=127868||Ra>=127870&&Ra<=127891||Ra>=127904&&Ra<=127946||Ra>=127951&&Ra<=127955||Ra>=127968&&Ra<=127984||Ra===127988||Ra>=127992&&Ra<=128062||Ra===128064||Ra>=128066&&Ra<=128252||Ra>=128255&&Ra<=128317||Ra>=128331&&Ra<=128334||Ra>=128336&&Ra<=128359||Ra===128378||Ra===128405||Ra===128406||Ra===128420||Ra>=128507&&Ra<=128591||Ra>=128640&&Ra<=128709||Ra===128716||Ra>=128720&&Ra<=128722||Ra>=128725&&Ra<=128727||Ra>=128732&&Ra<=128735||Ra===128747||Ra===128748||Ra>=128756&&Ra<=128764||Ra>=128992&&Ra<=129003||Ra===129008||Ra>=129292&&Ra<=129338||Ra>=129340&&Ra<=129349||Ra>=129351&&Ra<=129535||Ra>=129648&&Ra<=129660||Ra>=129664&&Ra<=129672||Ra>=129680&&Ra<=129725||Ra>=129727&&Ra<=129733||Ra>=129742&&Ra<=129755||Ra>=129760&&Ra<=129768||Ra>=129776&&Ra<=129784||Ra>=131072&&Ra<=196605||Ra>=196608&&Ra<=262141}var $s=Ra=>!(Hs$1(Ra)||Vs(Ra)),Ha=/[^\x20-\x7F]/u;function Va$1(Ra){if(!Ra)return 0;if(!Ha.test(Ra))return Ra.length;Ra=Ra.replace(Ys()," ");let qa=0;for(let Ja of Ra){let ed=Ja.codePointAt(0);ed<=31||ed>=127&&ed<=159||ed>=768&&ed<=879||(qa+=$s(ed)?1:2)}return qa}var et$1=Va$1;function Tr(Ra){return(qa,Ja,ed)=>{let td=!!(ed!=null&&ed.backwards);if(Ja===!1)return!1;let{length:rd}=qa,od=Ja;for(;od>=0&&od<rd;){let sd=qa.charAt(od);if(Ra instanceof RegExp){if(!Ra.test(sd))return od}else if(!Ra.includes(sd))return od;td?od--:od++}return od===-1||od===rd?od:!1}}var Ge$1=Tr(" "),Ks$1=Tr(",; "),zs=Tr(/[^\n\r]/u);function $a$2(Ra,qa,Ja){let ed=!!(Ja!=null&&Ja.backwards);if(qa===!1)return!1;let td=Ra.charAt(qa);if(ed){if(Ra.charAt(qa-1)==="\r"&&td===`
`)return qa-2;if(td===`
`||td==="\r"||td==="\u2028"||td==="\u2029")return qa-1}else{if(td==="\r"&&Ra.charAt(qa+1)===`
`)return qa+2;if(td===`
`||td==="\r"||td==="\u2028"||td==="\u2029")return qa+1}return qa}var Ue$1=$a$2;function Ka(Ra,qa,Ja={}){let ed=Ge$1(Ra,Ja.backwards?qa-1:qa,Ja),td=Ue$1(Ra,ed,Ja);return ed!==td}var te$1=Ka;function za(Ra,qa){if(qa===!1)return!1;if(Ra.charAt(qa)==="/"&&Ra.charAt(qa+1)==="*"){for(let Ja=qa+2;Ja<Ra.length;++Ja)if(Ra.charAt(Ja)==="*"&&Ra.charAt(Ja+1)==="/")return Ja+2}return qa}var Lt$1=za;function Qa(Ra,qa){return qa===!1?!1:Ra.charAt(qa)==="/"&&Ra.charAt(qa+1)==="/"?zs(Ra,qa):qa}var wt=Qa;function Za$1(Ra,qa){let Ja=null,ed=qa;for(;ed!==Ja;)Ja=ed,ed=Ks$1(Ra,ed),ed=Lt$1(Ra,ed),ed=Ge$1(Ra,ed);return ed=wt(Ra,ed),ed=Ue$1(Ra,ed),ed!==!1&&te$1(Ra,ed)}var Ot$2=Za$1;function eo(Ra){return Array.isArray(Ra)&&Ra.length>0}var w=eo,dr="'",Qs$1='"';function to(Ra,qa){let Ja=qa===!0||qa===dr?dr:Qs$1,ed=Ja===dr?Qs$1:dr,td=0,rd=0;for(let od of Ra)od===Ja?td++:od===ed&&rd++;return td>rd?ed:Ja}var xr=to;function ro(Ra,qa,Ja){let ed=qa==='"'?"'":'"',td=N$1(!1,Ra,/\\(.)|(["'])/gsu,(rd,od,sd)=>od===ed?od:sd===qa?"\\"+sd:sd||(Ja&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(od)?od:"\\"+od));return qa+td+qa}var Zs$1=ro;function no$1(Ra,qa){let Ja=Ra.slice(1,-1),ed=qa.parser==="json"||qa.parser==="jsonc"||qa.parser==="json5"&&qa.quoteProps==="preserve"&&!qa.singleQuote?'"':qa.__isInHtmlAttribute?"'":xr(Ja,qa.singleQuote);return Zs$1(Ja,ed,!(qa.parser==="css"||qa.parser==="less"||qa.parser==="scss"||qa.__embeddedInHtml))}var tt$1=no$1;function R$1(Ra){var qa,Ja,ed;let td=((qa=Ra.range)==null?void 0:qa[0])??Ra.start,rd=(ed=((Ja=Ra.declaration)==null?void 0:Ja.decorators)??Ra.decorators)==null?void 0:ed[0];return rd?Math.min(R$1(rd),td):td}function k(Ra){var qa;return((qa=Ra.range)==null?void 0:qa[1])??Ra.end}function ht$1(Ra,qa){let Ja=R$1(Ra);return Number.isInteger(Ja)&&Ja===R$1(qa)}function so$1(Ra,qa){let Ja=k(Ra);return Number.isInteger(Ja)&&Ja===k(qa)}function eu$1(Ra,qa){return ht$1(Ra,qa)&&so$1(Ra,qa)}var Qt=null;function Zt$2(Ra){if(Qt!==null&&typeof Qt.property){let qa=Qt;return Qt=Zt$2.prototype=null,qa}return Qt=Zt$2.prototype=Ra??Object.create(null),new Zt$2}var uo$2=10;for(let Ra=0;Ra<=uo$2;Ra++)Zt$2();function In$1(Ra){return Zt$2(Ra)}function io(Ra,qa="type"){In$1(Ra);function Ja(ed){let td=ed[qa],rd=Ra[td];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${td}'.`),{node:ed});return rd}return Ja}var hr=io,tu$2={ArrayExpression:["elements"],AssignmentExpression:["left","right"],BinaryExpression:["left","right"],InterpreterDirective:[],Directive:["value"],DirectiveLiteral:[],BlockStatement:["directives","body"],BreakStatement:["label"],CallExpression:["callee","arguments","typeParameters","typeArguments"],CatchClause:["param","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["test","body"],EmptyStatement:[],ExpressionStatement:["expression"],File:["program"],ForInStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body","returnType","typeParameters","predicate"],FunctionExpression:["id","params","body","returnType","typeParameters"],Identifier:["typeAnnotation","decorators"],IfStatement:["test","consequent","alternate"],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],NewExpression:["callee","arguments","typeParameters","typeArguments"],Program:["directives","body"],ObjectExpression:["properties"],ObjectMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectProperty:["key","value","decorators"],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:["argument"],SequenceExpression:["expressions"],ParenthesizedExpression:["expression"],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["params","body","returnType","typeParameters","predicate"],ClassBody:["body"],ClassExpression:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators","superTypeArguments"],ClassDeclaration:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators","superTypeArguments"],ExportAllDeclaration:["source","attributes","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],ExportSpecifier:["local","exported"],ForOfStatement:["left","right","body"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["local","imported"],ImportExpression:["source","options","attributes"],MetaProperty:["meta","property"],ClassMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectPattern:["properties","typeAnnotation","decorators"],SpreadElement:["argument"],Super:[],TaggedTemplateExpression:["tag","quasi","typeParameters","typeArguments"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:["argument"],AwaitExpression:["argument"],Import:[],BigIntLiteral:[],ExportNamespaceSpecifier:["exported"],OptionalMemberExpression:["object","property"],OptionalCallExpression:["callee","arguments","typeParameters","typeArguments"],ClassProperty:["key","value","typeAnnotation","decorators","variance"],ClassAccessorProperty:["key","value","typeAnnotation","decorators"],ClassPrivateProperty:["key","value","decorators","typeAnnotation","variance"],ClassPrivateMethod:["key","params","body","decorators","returnType","typeParameters"],PrivateName:["id"],StaticBlock:["body"],AnyTypeAnnotation:[],ArrayTypeAnnotation:["elementType"],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:["id","typeParameters"],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:["id","typeParameters","extends","body"],DeclareModule:["id","body"],DeclareModuleExports:["typeAnnotation"],DeclareTypeAlias:["id","typeParameters","right"],DeclareOpaqueType:["id","typeParameters","supertype"],DeclareVariable:["id"],DeclareExportDeclaration:["declaration","specifiers","source"],DeclareExportAllDeclaration:["source"],DeclaredPredicate:["value"],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","params","rest","returnType","this"],FunctionTypeParam:["name","typeAnnotation"],GenericTypeAnnotation:["id","typeParameters"],InferredPredicate:[],InterfaceExtends:["id","typeParameters"],InterfaceDeclaration:["id","typeParameters","extends","body"],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:["types"],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:["typeAnnotation"],NumberLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value"],ObjectTypeCallProperty:["value"],ObjectTypeIndexer:["id","key","value","variance"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:["argument"],OpaqueType:["id","typeParameters","supertype","impltype"],QualifiedTypeIdentifier:["id","qualification"],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:["types","elementTypes"],TypeofTypeAnnotation:["argument","typeArguments"],TypeAlias:["id","typeParameters","right"],TypeAnnotation:["typeAnnotation"],TypeCastExpression:["expression","typeAnnotation"],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:["params"],TypeParameterInstantiation:["params"],UnionTypeAnnotation:["types"],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:["id","body"],EnumBooleanBody:["members"],EnumNumberBody:["members"],EnumStringBody:["members"],EnumSymbolBody:["members"],EnumBooleanMember:["id","init"],EnumNumberMember:["id","init"],EnumStringMember:["id","init"],EnumDefaultedMember:["id"],IndexedAccessType:["objectType","indexType"],OptionalIndexedAccessType:["objectType","indexType"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXSpreadChild:["expression"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes","typeArguments","typeParameters"],JSXSpreadAttribute:["argument"],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Noop:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ImportAttribute:["key","value"],Decorator:["expression"],DoExpression:["body"],ExportDefaultSpecifier:["exported"],RecordExpression:["properties"],TupleExpression:["elements"],DecimalLiteral:[],ModuleExpression:["body"],TopicReference:[],PipelineTopicExpression:["expression"],PipelineBareFunction:["callee"],PipelinePrimaryTopicReference:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:["id","typeParameters","params","returnType","body"],TSDeclareMethod:["decorators","key","typeParameters","params","returnType"],TSQualifiedName:["left","right"],TSCallSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:["key","typeParameters","parameters","typeAnnotation","params","returnType"],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructorType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSTypeReference:["typeName","typeParameters","typeArguments"],TSTypePredicate:["parameterName","typeAnnotation"],TSTypeQuery:["exprName","typeParameters","typeArguments"],TSTypeLiteral:["members"],TSArrayType:["elementType"],TSTupleType:["elementTypes"],TSOptionalType:["typeAnnotation"],TSRestType:["typeAnnotation"],TSNamedTupleMember:["label","elementType"],TSUnionType:["types"],TSIntersectionType:["types"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSInferType:["typeParameter"],TSParenthesizedType:["typeAnnotation"],TSTypeOperator:["typeAnnotation"],TSIndexedAccessType:["objectType","indexType"],TSMappedType:["typeParameter","typeAnnotation","nameType"],TSLiteralType:["literal"],TSExpressionWithTypeArguments:["expression","typeParameters"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceBody:["body"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:["expression","typeParameters","typeArguments"],TSAsExpression:["expression","typeAnnotation"],TSSatisfiesExpression:["expression","typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSModuleDeclaration:["id","body"],TSModuleBlock:["body"],TSImportType:["argument","qualifier","typeParameters","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:["expression"],TSNonNullExpression:["expression"],TSExportAssignment:["expression"],TSNamespaceExportDeclaration:["id"],TSTypeAnnotation:["typeAnnotation"],TSTypeParameterInstantiation:["params"],TSTypeParameterDeclaration:["params"],TSTypeParameter:["constraint","default","name"],ChainExpression:["expression"],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],Literal:[],MethodDefinition:["decorators","key","value"],PrivateIdentifier:[],Property:["key","value"],PropertyDefinition:["decorators","key","typeAnnotation","value","variance"],AccessorProperty:["decorators","key","typeAnnotation","value"],TSAbstractAccessorProperty:["decorators","key","typeAnnotation"],TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:["decorators","key","typeAnnotation"],TSAsyncKeyword:[],TSClassImplements:["expression","typeArguments","typeParameters"],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSEnumBody:["members"],TSExportKeyword:[],TSInterfaceHeritage:["expression","typeArguments","typeParameters"],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],TSTemplateLiteralType:["quasis","types"],AsConstExpression:["expression"],AsExpression:["expression","typeAnnotation"],BigIntLiteralTypeAnnotation:[],BigIntTypeAnnotation:[],ComponentDeclaration:["id","params","body","typeParameters","rendersType"],ComponentParameter:["name","local"],ComponentTypeAnnotation:["params","rest","typeParameters","rendersType"],ComponentTypeParameter:["name","typeAnnotation"],ConditionalTypeAnnotation:["checkType","extendsType","trueType","falseType"],DeclareComponent:["id","params","rest","typeParameters","rendersType"],DeclareEnum:["id","body"],DeclareHook:["id"],DeclareNamespace:["id","body"],EnumBigIntBody:["members"],EnumBigIntMember:["id","init"],HookDeclaration:["id","params","body","typeParameters","returnType"],HookTypeAnnotation:["params","returnType","rest","typeParameters"],InferTypeAnnotation:["typeParameter"],KeyofTypeAnnotation:["argument"],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:["qualification","id"],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypeOperator:["typeAnnotation"],TypePredicate:["parameterName","typeAnnotation","asserts"],NGRoot:["node"],NGPipeExpression:["left","right","arguments"],NGChainedExpression:["expressions"],NGEmptyExpression:[],NGMicrosyntax:["body"],NGMicrosyntaxKey:[],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:["key","value"],NGMicrosyntaxAs:["key","alias"],JsExpressionRoot:["node"],JsonRoot:["node"],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:["typeAnnotation"],TSJSDocNonNullableType:["typeAnnotation"],NeverTypeAnnotation:[],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[],SatisfiesExpression:["expression","typeAnnotation"]},ao$1=hr(tu$2),gr=ao$1;function oo$2(Ra){let qa=new Set(Ra);return Ja=>qa.has(Ja==null?void 0:Ja.type)}var v=oo$2,po$1=v(["Block","CommentBlock","MultiLine"]),re$1=po$1,co$1=v(["AnyTypeAnnotation","ThisTypeAnnotation","NumberTypeAnnotation","VoidTypeAnnotation","BooleanTypeAnnotation","BigIntTypeAnnotation","SymbolTypeAnnotation","StringTypeAnnotation","NeverTypeAnnotation","UndefinedTypeAnnotation","UnknownTypeAnnotation","EmptyTypeAnnotation","MixedTypeAnnotation"]),Sr=co$1;function lo$1(Ra,qa){let Ja=qa.split(".");for(let ed=Ja.length-1;ed>=0;ed--){let td=Ja[ed];if(ed===0)return Ra.type==="Identifier"&&Ra.name===td;if(Ra.type!=="MemberExpression"||Ra.optional||Ra.computed||Ra.property.type!=="Identifier"||Ra.property.name!==td)return!1;Ra=Ra.object}}function mo$2(Ra,qa){return qa.some(Ja=>lo$1(Ra,Ja))}var ru$1=mo$2;function yo$1({type:Ra}){return Ra.startsWith("TS")&&Ra.endsWith("Keyword")}var Br$1=yo$1;function tr(Ra,qa){return qa(Ra)||Xs$1(Ra,{getVisitorKeys:gr,predicate:qa})}function jt$1(Ra){return Ra.type==="AssignmentExpression"||Ra.type==="BinaryExpression"||Ra.type==="LogicalExpression"||Ra.type==="NGPipeExpression"||Ra.type==="ConditionalExpression"||L$1(Ra)||q$1(Ra)||Ra.type==="SequenceExpression"||Ra.type==="TaggedTemplateExpression"||Ra.type==="BindExpression"||Ra.type==="UpdateExpression"&&!Ra.prefix||Te$1(Ra)||Ra.type==="TSNonNullExpression"||Ra.type==="ChainExpression"}function uu$2(Ra){return Ra.expressions?Ra.expressions[0]:Ra.left??Ra.test??Ra.callee??Ra.object??Ra.tag??Ra.argument??Ra.expression}function Pr(Ra){if(Ra.expressions)return["expressions",0];if(Ra.left)return["left"];if(Ra.test)return["test"];if(Ra.object)return["object"];if(Ra.callee)return["callee"];if(Ra.tag)return["tag"];if(Ra.argument)return["argument"];if(Ra.expression)return["expression"];throw new Error("Unexpected node has no left side.")}var vt=v(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose","Hashbang","InterpreterDirective"]),iu$1=v(["ExportDefaultDeclaration","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration","DeclareExportAllDeclaration"]),U$1=v(["ArrayExpression","TupleExpression"]),se=v(["ObjectExpression","RecordExpression"]);function au$1(Ra){return Ra.type==="LogicalExpression"&&Ra.operator==="??"}function Ce(Ra){return Ra.type==="NumericLiteral"||Ra.type==="Literal"&&typeof Ra.value=="number"}function jn$2(Ra){return Ra.type==="UnaryExpression"&&(Ra.operator==="+"||Ra.operator==="-")&&Ce(Ra.argument)}function Q$2(Ra){return!!(Ra&&(Ra.type==="StringLiteral"||Ra.type==="Literal"&&typeof Ra.value=="string"))}function vn$1(Ra){return Ra.type==="RegExpLiteral"||Ra.type==="Literal"&&!!Ra.regex}var kr=v(["Literal","BooleanLiteral","BigIntLiteral","DecimalLiteral","DirectiveLiteral","NullLiteral","NumericLiteral","RegExpLiteral","StringLiteral"]),Do=v(["Identifier","ThisExpression","Super","PrivateName","PrivateIdentifier","Import"]),we$1=v(["ObjectTypeAnnotation","TSTypeLiteral","TSMappedType"]),_t$1=v(["FunctionExpression","ArrowFunctionExpression"]);function fo(Ra){return Ra.type==="FunctionExpression"||Ra.type==="ArrowFunctionExpression"&&Ra.body.type==="BlockStatement"}function Ln$1(Ra){return L$1(Ra)&&Ra.callee.type==="Identifier"&&["async","inject","fakeAsync","waitForAsync"].includes(Ra.callee.name)}var X=v(["JSXElement","JSXFragment"]);function gt(Ra){return Ra.method&&Ra.kind==="init"||Ra.kind==="get"||Ra.kind==="set"}function Ir(Ra){return(Ra.type==="ObjectTypeProperty"||Ra.type==="ObjectTypeInternalSlot")&&!Ra.static&&!Ra.method&&Ra.kind!=="get"&&Ra.kind!=="set"&&Ra.value.type==="FunctionTypeAnnotation"}function ou$1(Ra){return(Ra.type==="TypeAnnotation"||Ra.type==="TSTypeAnnotation")&&Ra.typeAnnotation.type==="FunctionTypeAnnotation"&&!Ra.static&&!ht$1(Ra,Ra.typeAnnotation)}var De=v(["BinaryExpression","LogicalExpression","NGPipeExpression"]);function Ft$2(Ra){return q$1(Ra)||Ra.type==="BindExpression"&&!!Ra.object}var Eo=v(["TSThisType","NullLiteralTypeAnnotation","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType"]);function Mt$1(Ra){return Br$1(Ra)||Sr(Ra)||Eo(Ra)||(Ra.type==="GenericTypeAnnotation"||Ra.type==="TSTypeReference")&&!Ra.typeParameters&&!Ra.typeArguments}function Fo(Ra){return Ra.type==="Identifier"&&(Ra.name==="beforeEach"||Ra.name==="beforeAll"||Ra.name==="afterEach"||Ra.name==="afterAll")}var Co=["it","it.only","it.skip","describe","describe.only","describe.skip","test","test.only","test.skip","test.step","test.describe","test.describe.only","test.describe.parallel","test.describe.parallel.only","test.describe.serial","test.describe.serial.only","skip","xit","xdescribe","xtest","fit","fdescribe","ftest"];function Ao(Ra){return ru$1(Ra,Co)}function St$1(Ra,qa){if((Ra==null?void 0:Ra.type)!=="CallExpression"||Ra.optional)return!1;let Ja=oe$1(Ra);if(Ja.length===1){if(Ln$1(Ra)&&St$1(qa))return _t$1(Ja[0]);if(Fo(Ra.callee))return Ln$1(Ja[0])}else if((Ja.length===2||Ja.length===3)&&(Ja[0].type==="TemplateLiteral"||Q$2(Ja[0]))&&Ao(Ra.callee))return Ja[2]&&!Ce(Ja[2])?!1:(Ja.length===2?_t$1(Ja[1]):fo(Ja[1])&&K$1(Ja[1]).length<=1)||Ln$1(Ja[1]);return!1}var pu=Ra=>qa=>((qa==null?void 0:qa.type)==="ChainExpression"&&(qa=qa.expression),Ra(qa)),L$1=pu(v(["CallExpression","OptionalCallExpression"])),q$1=pu(v(["MemberExpression","OptionalMemberExpression"]));function Mn$1(Ra,qa=5){return cu$1(Ra,qa)<=qa}function cu$1(Ra,qa){let Ja=0;for(let ed in Ra){let td=Ra[ed];if(td&&typeof td=="object"&&typeof td.type=="string"&&(Ja++,Ja+=cu$1(td,qa-Ja)),Ja>qa)return Ja}return Ja}var To=.25;function rr(Ra,qa){let{printWidth:Ja}=qa;if(d(Ra))return!1;let ed=Ja*To;if(Ra.type==="ThisExpression"||Ra.type==="Identifier"&&Ra.name.length<=ed||jn$2(Ra)&&!d(Ra.argument))return!0;let td=Ra.type==="Literal"&&"regex"in Ra&&Ra.regex.pattern||Ra.type==="RegExpLiteral"&&Ra.pattern;return td?td.length<=ed:Q$2(Ra)?tt$1(fe$1(Ra),qa).length<=ed:Ra.type==="TemplateLiteral"?Ra.expressions.length===0&&Ra.quasis[0].value.raw.length<=ed&&!Ra.quasis[0].value.raw.includes(`
`):Ra.type==="UnaryExpression"?rr(Ra.argument,{printWidth:Ja}):Ra.type==="CallExpression"&&Ra.arguments.length===0&&Ra.callee.type==="Identifier"?Ra.callee.name.length<=ed-2:kr(Ra)}function Oe$1(Ra,qa){return X(qa)?Bt$2(qa):d(qa,g$2.Leading,Ja=>te$1(Ra,k(Ja)))}function nu$2(Ra){return Ra.quasis.some(qa=>qa.value.raw.includes(`
`))}function Lr(Ra,qa){return(Ra.type==="TemplateLiteral"&&nu$2(Ra)||Ra.type==="TaggedTemplateExpression"&&nu$2(Ra.quasi))&&!te$1(qa,R$1(Ra),{backwards:!0})}function wr(Ra){if(!d(Ra))return!1;let qa=O$1(!1,ct(Ra,g$2.Dangling),-1);return qa&&!re$1(qa)}function lu$1(Ra){if(Ra.length<=1)return!1;let qa=0;for(let Ja of Ra)if(_t$1(Ja)){if(qa+=1,qa>1)return!0}else if(L$1(Ja)){for(let ed of oe$1(Ja))if(_t$1(ed))return!0}return!1}function Or(Ra){let{node:qa,parent:Ja,key:ed}=Ra;return ed==="callee"&&L$1(qa)&&L$1(Ja)&&Ja.arguments.length>0&&qa.arguments.length>Ja.arguments.length}var xo$1=new Set(["!","-","+","~"]);function be$2(Ra,qa=2){if(qa<=0)return!1;if(Ra.type==="ChainExpression"||Ra.type==="TSNonNullExpression")return be$2(Ra.expression,qa);let Ja=ed=>be$2(ed,qa-1);if(vn$1(Ra))return et$1(Ra.pattern??Ra.regex.pattern)<=5;if(kr(Ra)||Do(Ra)||Ra.type==="ArgumentPlaceholder")return!0;if(Ra.type==="TemplateLiteral")return Ra.quasis.every(ed=>!ed.value.raw.includes(`
`))&&Ra.expressions.every(Ja);if(se(Ra))return Ra.properties.every(ed=>!ed.computed&&(ed.shorthand||ed.value&&Ja(ed.value)));if(U$1(Ra))return Ra.elements.every(ed=>ed===null||Ja(ed));if(lt$1(Ra)){if(Ra.type==="ImportExpression"||be$2(Ra.callee,qa)){let ed=oe$1(Ra);return ed.length<=qa&&ed.every(Ja)}return!1}return q$1(Ra)?be$2(Ra.object,qa)&&be$2(Ra.property,qa):Ra.type==="UnaryExpression"&&xo$1.has(Ra.operator)||Ra.type==="UpdateExpression"?be$2(Ra.argument,qa):!1}function fe$1(Ra){var qa;return((qa=Ra.extra)==null?void 0:qa.raw)??Ra.raw}function mu$1(Ra){return Ra}function ae(Ra,qa="es5"){return Ra.trailingComma==="es5"&&qa==="es5"||Ra.trailingComma==="all"&&(qa==="all"||qa==="es5")}function ie$1(Ra,qa){switch(Ra.type){case"BinaryExpression":case"LogicalExpression":case"AssignmentExpression":case"NGPipeExpression":return ie$1(Ra.left,qa);case"MemberExpression":case"OptionalMemberExpression":return ie$1(Ra.object,qa);case"TaggedTemplateExpression":return Ra.tag.type==="FunctionExpression"?!1:ie$1(Ra.tag,qa);case"CallExpression":case"OptionalCallExpression":return Ra.callee.type==="FunctionExpression"?!1:ie$1(Ra.callee,qa);case"ConditionalExpression":return ie$1(Ra.test,qa);case"UpdateExpression":return!Ra.prefix&&ie$1(Ra.argument,qa);case"BindExpression":return Ra.object&&ie$1(Ra.object,qa);case"SequenceExpression":return ie$1(Ra.expressions[0],qa);case"ChainExpression":case"TSSatisfiesExpression":case"TSAsExpression":case"TSNonNullExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return ie$1(Ra.expression,qa);default:return qa(Ra)}}var su$2={"==":!0,"!=":!0,"===":!0,"!==":!0},br={"*":!0,"/":!0,"%":!0},_n$2={">>":!0,">>>":!0,"<<":!0};function nr(Ra,qa){return!(er(qa)!==er(Ra)||Ra==="**"||su$2[Ra]&&su$2[qa]||qa==="%"&&br[Ra]||Ra==="%"&&br[qa]||qa!==Ra&&br[qa]&&br[Ra]||_n$2[Ra]&&_n$2[qa])}var ho$1=new Map([["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].flatMap((Ra,qa)=>Ra.map(Ja=>[Ja,qa])));function er(Ra){return ho$1.get(Ra)}function yu(Ra){return!!_n$2[Ra]||Ra==="|"||Ra==="^"||Ra==="&"}function Du$1(Ra){var qa;if(Ra.rest)return!0;let Ja=K$1(Ra);return((qa=O$1(!1,Ja,-1))==null?void 0:qa.type)==="RestElement"}var wn$2=new WeakMap;function K$1(Ra){if(wn$2.has(Ra))return wn$2.get(Ra);let qa=[];return Ra.this&&qa.push(Ra.this),Array.isArray(Ra.parameters)?qa.push(...Ra.parameters):Array.isArray(Ra.params)&&qa.push(...Ra.params),Ra.rest&&qa.push(Ra.rest),wn$2.set(Ra,qa),qa}function fu(Ra,qa){let{node:Ja}=Ra,ed=0,td=rd=>qa(rd,ed++);Ja.this&&Ra.call(td,"this"),Array.isArray(Ja.parameters)?Ra.each(td,"parameters"):Array.isArray(Ja.params)&&Ra.each(td,"params"),Ja.rest&&Ra.call(td,"rest")}var On$1=new WeakMap;function oe$1(Ra){if(On$1.has(Ra))return On$1.get(Ra);if(Ra.type==="ChainExpression")return oe$1(Ra.expression);let qa=Ra.arguments;return Ra.type==="ImportExpression"&&(qa=[Ra.source],Ra.attributes&&qa.push(Ra.attributes),Ra.options&&qa.push(Ra.options)),On$1.set(Ra,qa),qa}function Rt$2(Ra,qa){let{node:Ja}=Ra;if(Ja.type==="ChainExpression")return Ra.call(()=>Rt$2(Ra,qa),"expression");Ja.type==="ImportExpression"?(Ra.call(ed=>qa(ed,0),"source"),Ja.attributes&&Ra.call(ed=>qa(ed,1),"attributes"),Ja.options&&Ra.call(ed=>qa(ed,1),"options")):Ra.each(qa,"arguments")}function Rn$1(Ra,qa){let Ja=[];if(Ra.type==="ChainExpression"&&(Ra=Ra.expression,Ja.push("expression")),Ra.type==="ImportExpression"){if(qa===0||qa===(Ra.attributes||Ra.options?-2:-1))return[...Ja,"source"];if(Ra.attributes&&(qa===1||qa===-1))return[...Ja,"attributes"];if(Ra.options&&(qa===1||qa===-1))return[...Ja,"options"];throw new RangeError("Invalid argument index")}if(qa<0&&(qa=Ra.arguments.length+qa),qa<0||qa>=Ra.arguments.length)throw new RangeError("Invalid argument index");return[...Ja,"arguments",qa]}function sr(Ra){return Ra.value.trim()==="prettier-ignore"&&!Ra.unignore}function Bt$2(Ra){return(Ra==null?void 0:Ra.prettierIgnore)||d(Ra,g$2.PrettierIgnore)}var g$2={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},Eu$1=(Ra,qa)=>{if(typeof Ra=="function"&&(qa=Ra,Ra=0),Ra||qa)return(Ja,ed,td)=>!(Ra&g$2.Leading&&!Ja.leading||Ra&g$2.Trailing&&!Ja.trailing||Ra&g$2.Dangling&&(Ja.leading||Ja.trailing)||Ra&g$2.Block&&!re$1(Ja)||Ra&g$2.Line&&!vt(Ja)||Ra&g$2.First&&ed!==0||Ra&g$2.Last&&ed!==td.length-1||Ra&g$2.PrettierIgnore&&!sr(Ja)||qa&&!qa(Ja))};function d(Ra,qa,Ja){if(!w(Ra==null?void 0:Ra.comments))return!1;let ed=Eu$1(qa,Ja);return ed?Ra.comments.some(ed):!0}function ct(Ra,qa,Ja){if(!Array.isArray(Ra==null?void 0:Ra.comments))return[];let ed=Eu$1(qa,Ja);return ed?Ra.comments.filter(ed):Ra.comments}var pe=(Ra,{originalText:qa})=>Ot$2(qa,k(Ra));function lt$1(Ra){return L$1(Ra)||Ra.type==="NewExpression"||Ra.type==="ImportExpression"}function Ae$1(Ra){return Ra&&(Ra.type==="ObjectProperty"||Ra.type==="Property"&&!gt(Ra))}var Te$1=v(["TSAsExpression","TSSatisfiesExpression","AsExpression","AsConstExpression","SatisfiesExpression"]),Ne=v(["UnionTypeAnnotation","TSUnionType"]),_r=v(["IntersectionTypeAnnotation","TSIntersectionType"]),go$2=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),Jt$2=Ra=>{for(let qa of Ra.quasis)delete qa.value};function Fu(Ra,qa,Ja){var ed,td;if(Ra.type==="Program"&&delete qa.sourceType,(Ra.type==="BigIntLiteral"||Ra.type==="BigIntLiteralTypeAnnotation")&&Ra.value&&(qa.value=Ra.value.toLowerCase()),(Ra.type==="BigIntLiteral"||Ra.type==="Literal")&&Ra.bigint&&(qa.bigint=Ra.bigint.toLowerCase()),Ra.type==="DecimalLiteral"&&(qa.value=Number(Ra.value)),Ra.type==="Literal"&&qa.decimal&&(qa.decimal=Number(Ra.decimal)),Ra.type==="EmptyStatement"||Ra.type==="JSXText"||Ra.type==="JSXExpressionContainer"&&(Ra.expression.type==="Literal"||Ra.expression.type==="StringLiteral")&&Ra.expression.value===" ")return null;if((Ra.type==="Property"||Ra.type==="ObjectProperty"||Ra.type==="MethodDefinition"||Ra.type==="ClassProperty"||Ra.type==="ClassMethod"||Ra.type==="PropertyDefinition"||Ra.type==="TSDeclareMethod"||Ra.type==="TSPropertySignature"||Ra.type==="ObjectTypeProperty"||Ra.type==="ImportAttribute")&&Ra.key&&!Ra.computed){let{key:od}=Ra;Q$2(od)||Ce(od)?qa.key=String(od.value):od.type==="Identifier"&&(qa.key=od.name)}if(Ra.type==="JSXElement"&&Ra.openingElement.name.name==="style"&&Ra.openingElement.attributes.some(od=>od.type==="JSXAttribute"&&od.name.name==="jsx"))for(let{type:od,expression:sd}of qa.children)od==="JSXExpressionContainer"&&sd.type==="TemplateLiteral"&&Jt$2(sd);Ra.type==="JSXAttribute"&&Ra.name.name==="css"&&Ra.value.type==="JSXExpressionContainer"&&Ra.value.expression.type==="TemplateLiteral"&&Jt$2(qa.value.expression),Ra.type==="JSXAttribute"&&((ed=Ra.value)==null?void 0:ed.type)==="Literal"&&/["']|&quot;|&apos;/u.test(Ra.value.value)&&(qa.value.value=N$1(!1,Ra.value.value,/["']|&quot;|&apos;/gu,'"'));let rd=Ra.expression||Ra.callee;if(Ra.type==="Decorator"&&rd.type==="CallExpression"&&rd.callee.name==="Component"&&rd.arguments.length===1){let od=Ra.expression.arguments[0].properties;for(let[sd,ld]of qa.expression.arguments[0].properties.entries())switch(od[sd].key.name){case"styles":U$1(ld.value)&&Jt$2(ld.value.elements[0]);break;case"template":ld.value.type==="TemplateLiteral"&&Jt$2(ld.value);break}}Ra.type==="TaggedTemplateExpression"&&(Ra.tag.type==="MemberExpression"||Ra.tag.type==="Identifier"&&(Ra.tag.name==="gql"||Ra.tag.name==="graphql"||Ra.tag.name==="css"||Ra.tag.name==="md"||Ra.tag.name==="markdown"||Ra.tag.name==="html")||Ra.tag.type==="CallExpression")&&Jt$2(qa.quasi),Ra.type==="TemplateLiteral"&&((td=Ra.leadingComments)!=null&&td.some(od=>re$1(od)&&["GraphQL","HTML"].some(sd=>od.value===` ${sd} `))||Ja.type==="CallExpression"&&Ja.callee.name==="graphql"||!Ra.leadingComments)&&Jt$2(qa),Ra.type==="ChainExpression"&&Ra.expression.type==="TSNonNullExpression"&&(qa.type="TSNonNullExpression",qa.expression.type="ChainExpression"),Ra.type==="TSMappedType"&&(delete qa.key,delete qa.constraint),Ra.type==="TSEnumDeclaration"&&delete qa.body}Fu.ignoredProperties=go$2;var Cu$1=Fu,rt$1="string",_e$1="array",nt="cursor",Xe$1="indent",Ye$1="align",st="trim",le$1="group",Pe$1="fill",xe$2="if-break",He$1="indent-if-break",Ve$1="line-suffix",$e$2="line-suffix-boundary",me="line",je$2="label",ve$1="break-parent",jr$1=new Set([nt,Xe$1,Ye$1,st,le$1,Pe$1,xe$2,He$1,Ve$1,$e$2,me,je$2,ve$1]);function So(Ra){if(typeof Ra=="string")return rt$1;if(Array.isArray(Ra))return _e$1;if(!Ra)return;let{type:qa}=Ra;if(jr$1.has(qa))return qa}var ut=So,Bo=Ra=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(Ra);function bo$1(Ra){let qa=Ra===null?"null":typeof Ra;if(qa!=="string"&&qa!=="object")return`Unexpected doc '${qa}',
Expected it to be 'string' or 'object'.`;if(ut(Ra))throw new Error("doc is valid.");let Ja=Object.prototype.toString.call(Ra);if(Ja!=="[object Object]")return`Unexpected doc '${Ja}'.`;let ed=Bo([...jr$1].map(td=>`'${td}'`));return`Unexpected doc.type '${Ra.type}'.
Expected it to be ${ed}.`}var Jn$2=class extends Error{constructor(Ja){super(bo$1(Ja));t1(this,"name","InvalidDocError");this.doc=Ja}},Ct$1=Jn$2,Au={};function Po(Ra,qa,Ja,ed){let td=[Ra];for(;td.length>0;){let rd=td.pop();if(rd===Au){Ja(td.pop());continue}Ja&&td.push(rd,Au);let od=ut(rd);if(!od)throw new Ct$1(rd);if((qa==null?void 0:qa(rd))!==!1)switch(od){case _e$1:case Pe$1:{let sd=od===_e$1?rd:rd.parts;for(let ld=sd.length,cd=ld-1;cd>=0;--cd)td.push(sd[cd]);break}case xe$2:td.push(rd.flatContents,rd.breakContents);break;case le$1:if(ed&&rd.expandedStates)for(let sd=rd.expandedStates.length,ld=sd-1;ld>=0;--ld)td.push(rd.expandedStates[ld]);else td.push(rd.contents);break;case Ye$1:case Xe$1:case He$1:case je$2:case Ve$1:td.push(rd.contents);break;case rt$1:case nt:case st:case $e$2:case me:case ve$1:break;default:throw new Ct$1(rd)}}}var qn$2=Po,Tu$1=()=>{},vr=Tu$1;function f(Ra){return{type:Xe$1,contents:Ra}}function he$1(Ra,qa){return{type:Ye$1,contents:qa,n:Ra}}function l(Ra,qa={}){return vr(qa.expandedStates),{type:le$1,id:qa.id,contents:Ra,break:!!qa.shouldBreak,expandedStates:qa.expandedStates}}function du$1(Ra){return he$1(Number.NEGATIVE_INFINITY,Ra)}function Mr$1(Ra){return he$1(-1,Ra)}function ze$1(Ra,qa){return l(Ra[0],{...qa,expandedStates:Ra})}function qt$1(Ra){return{type:Pe$1,parts:Ra}}function b(Ra,qa="",Ja={}){return{type:xe$2,breakContents:Ra,flatContents:qa,groupId:Ja.groupId}}function At$2(Ra,qa){return{type:He$1,contents:Ra,groupId:qa.groupId,negate:qa.negate}}function Wn$1(Ra){return{type:Ve$1,contents:Ra}}var ke$2={type:$e$2},Ee$1={type:ve$1},Gn$2={type:me,hard:!0},ko={type:me,hard:!0,literal:!0},x={type:me},E$1={type:me,soft:!0},F=[Gn$2,Ee$1],Rr=[ko,Ee$1],Un$1={type:nt};function P$1(Ra,qa){let Ja=[];for(let ed=0;ed<qa.length;ed++)ed!==0&&Ja.push(Ra),Ja.push(qa[ed]);return Ja}function xu(Ra,qa,Ja){let ed=Ra;if(qa>0){for(let td=0;td<Math.floor(qa/Ja);++td)ed=f(ed);ed=he$1(qa%Ja,ed),ed=he$1(Number.NEGATIVE_INFINITY,ed)}return ed}function it$1(Ra,qa){return Ra?{type:je$2,label:Ra,contents:qa}:qa}function mt$1(Ra,qa){if(typeof Ra=="string")return qa(Ra);let Ja=new Map;return ed(Ra);function ed(rd){if(Ja.has(rd))return Ja.get(rd);let od=td(rd);return Ja.set(rd,od),od}function td(rd){switch(ut(rd)){case _e$1:return qa(rd.map(ed));case Pe$1:return qa({...rd,parts:rd.parts.map(ed)});case xe$2:return qa({...rd,breakContents:ed(rd.breakContents),flatContents:ed(rd.flatContents)});case le$1:{let{expandedStates:od,contents:sd}=rd;return od?(od=od.map(ed),sd=od[0]):sd=ed(sd),qa({...rd,contents:sd,expandedStates:od})}case Ye$1:case Xe$1:case He$1:case je$2:case Ve$1:return qa({...rd,contents:ed(rd.contents)});case rt$1:case nt:case st:case $e$2:case me:case ve$1:return qa(rd);default:throw new Ct$1(rd)}}}function gu(Ra,qa,Ja){let ed=Ja,td=!1;function rd(od){if(td)return!1;let sd=qa(od);sd!==void 0&&(td=!0,ed=sd)}return qn$2(Ra,rd),ed}function Io(Ra){if(Ra.type===le$1&&Ra.break||Ra.type===me&&Ra.hard||Ra.type===ve$1)return!0}function ne$1(Ra){return gu(Ra,Io,!1)}function hu$1(Ra){if(Ra.length>0){let qa=O$1(!1,Ra,-1);!qa.expandedStates&&!qa.break&&(qa.break="propagated")}return null}function Su(Ra){let qa=new Set,Ja=[];function ed(rd){if(rd.type===ve$1&&hu$1(Ja),rd.type===le$1){if(Ja.push(rd),qa.has(rd))return!1;qa.add(rd)}}function td(rd){rd.type===le$1&&Ja.pop().break&&hu$1(Ja)}qn$2(Ra,ed,td,!0)}function Lo$2(Ra){return Ra.type===me&&!Ra.hard?Ra.soft?"":" ":Ra.type===xe$2?Ra.flatContents:Ra}function ur(Ra){return mt$1(Ra,Lo$2)}function wo$1(Ra){switch(ut(Ra)){case Pe$1:if(Ra.parts.every(qa=>qa===""))return"";break;case le$1:if(!Ra.contents&&!Ra.id&&!Ra.break&&!Ra.expandedStates)return"";if(Ra.contents.type===le$1&&Ra.contents.id===Ra.id&&Ra.contents.break===Ra.break&&Ra.contents.expandedStates===Ra.expandedStates)return Ra.contents;break;case Ye$1:case Xe$1:case He$1:case Ve$1:if(!Ra.contents)return"";break;case xe$2:if(!Ra.flatContents&&!Ra.breakContents)return"";break;case _e$1:{let qa=[];for(let Ja of Ra){if(!Ja)continue;let[ed,...td]=Array.isArray(Ja)?Ja:[Ja];typeof ed=="string"&&typeof O$1(!1,qa,-1)=="string"?qa[qa.length-1]+=ed:qa.push(ed),qa.push(...td)}return qa.length===0?"":qa.length===1?qa[0]:qa}case rt$1:case nt:case st:case $e$2:case me:case je$2:case ve$1:break;default:throw new Ct$1(Ra)}return Ra}function Wt(Ra){return mt$1(Ra,qa=>wo$1(qa))}function Ie(Ra,qa=Rr){return mt$1(Ra,Ja=>typeof Ja=="string"?P$1(qa,Ja.split(`
`)):Ja)}function Oo(Ra){if(Ra.type===me)return!0}function Bu(Ra){return gu(Ra,Oo,!1)}function ir$1(Ra,qa){return Ra.type===je$2?{...Ra,contents:qa(Ra.contents)}:qa(Ra)}function _o(Ra){let qa=`*${Ra.value}*`.split(`
`);return qa.length>1&&qa.every(Ja=>Ja.trimStart()[0]==="*")}var bu=_o;function Pu(Ra,qa){let Ja=Ra.node;if(vt(Ja))return qa.originalText.slice(R$1(Ja),k(Ja)).trimEnd();if(re$1(Ja))return bu(Ja)?jo$1(Ja):["/*",Ie(Ja.value),"*/"];throw new Error("Not a comment: "+JSON.stringify(Ja))}function jo$1(Ra){let qa=Ra.value.split(`
`);return["/*",P$1(F,qa.map((Ja,ed)=>ed===0?Ja.trimEnd():" "+(ed<qa.length-1?Ja.trim():Ja.trimStart()))),"*/"]}var Kn$1={};Ar(Kn$1,{endOfLine:()=>Go,ownLine:()=>Wo$1,remaining:()=>Uo$2});function vo(Ra){let qa=Ra.type||Ra.kind||"(unknown type)",Ja=String(Ra.name||Ra.id&&(typeof Ra.id=="object"?Ra.id.name:Ra.id)||Ra.key&&(typeof Ra.key=="object"?Ra.key.name:Ra.key)||Ra.value&&(typeof Ra.value=="object"?"":String(Ra.value))||Ra.operator||"");return Ja.length>20&&(Ja=Ja.slice(0,19)+"…"),qa+(Ja?" "+Ja:"")}function Nn$1(Ra,qa){(Ra.comments??(Ra.comments=[])).push(qa),qa.printed=!1,qa.nodeDescription=vo(Ra)}function ce$1(Ra,qa){qa.leading=!0,qa.trailing=!1,Nn$1(Ra,qa)}function Le$1(Ra,qa,Ja){qa.leading=!1,qa.trailing=!1,Ja&&(qa.marker=Ja),Nn$1(Ra,qa)}function z$1(Ra,qa){qa.leading=!1,qa.trailing=!0,Nn$1(Ra,qa)}function Mo$1(Ra,qa){let Ja=null,ed=qa;for(;ed!==Ja;)Ja=ed,ed=Ge$1(Ra,ed),ed=Lt$1(Ra,ed),ed=wt(Ra,ed),ed=Ue$1(Ra,ed);return ed}var yt$1=Mo$1;function Ro(Ra,qa){let Ja=yt$1(Ra,qa);return Ja===!1?"":Ra.charAt(Ja)}var ge$1=Ro;function Jo$1(Ra,qa,Ja){for(let ed=qa;ed<Ja;++ed)if(Ra.charAt(ed)===`
`)return!0;return!1}var de$1=Jo$1;function qo(Ra){return re$1(Ra)&&Ra.value[0]==="*"&&/@(?:type|satisfies)\b/u.test(Ra.value)}var ku=qo;function Wo$1(Ra){return[Mu,Lu,_u$1,ep,Xo,Yn$2,Hn$1,Iu,wu$1,sp,rp,$n$2,vu$1,up,Ou,ju$1,Vn$1,Yo,yp].some(qa=>qa(Ra))}function Go(Ra){return[No,_u$1,Lu,vu$1,Yn$2,Hn$1,Iu,wu$1,ju$1,tp,np,$n$2,op$1,Vn$1,lp,mp].some(qa=>qa(Ra))}function Uo$2(Ra){return[Mu,Yn$2,Hn$1,Ho$2,Zo$1,Ou,$n$2,Qo,zo$1,cp,Vn$1,pp].some(qa=>qa(Ra))}function bt$1(Ra,qa){let Ja=(Ra.body||Ra.properties).find(({type:ed})=>ed!=="EmptyStatement");Ja?ce$1(Ja,qa):Le$1(Ra,qa)}function Xn$2(Ra,qa){Ra.type==="BlockStatement"?bt$1(Ra,qa):ce$1(Ra,qa)}function No({comment:Ra,followingNode:qa}){return qa&&ku(Ra)?(ce$1(qa,Ra),!0):!1}function Yn$2({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed,text:td}){if((Ja==null?void 0:Ja.type)!=="IfStatement"||!ed)return!1;if(ge$1(td,k(Ra))===")")return z$1(qa,Ra),!0;if(qa===Ja.consequent&&ed===Ja.alternate){if(qa.type==="BlockStatement")z$1(qa,Ra);else{let rd=vt(Ra)||Ra.loc.start.line===Ra.loc.end.line,od=Ra.loc.start.line===qa.loc.start.line;rd&&od?z$1(qa,Ra):Le$1(Ja,Ra)}return!0}return ed.type==="BlockStatement"?(bt$1(ed,Ra),!0):ed.type==="IfStatement"?(Xn$2(ed.consequent,Ra),!0):Ja.consequent===ed?(ce$1(ed,Ra),!0):!1}function Hn$1({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed,text:td}){return(Ja==null?void 0:Ja.type)!=="WhileStatement"||!ed?!1:ge$1(td,k(Ra))===")"?(z$1(qa,Ra),!0):ed.type==="BlockStatement"?(bt$1(ed,Ra),!0):Ja.body===ed?(ce$1(ed,Ra),!0):!1}function Iu({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed}){return(Ja==null?void 0:Ja.type)!=="TryStatement"&&(Ja==null?void 0:Ja.type)!=="CatchClause"||!ed?!1:Ja.type==="CatchClause"&&qa?(z$1(qa,Ra),!0):ed.type==="BlockStatement"?(bt$1(ed,Ra),!0):ed.type==="TryStatement"?(Xn$2(ed.finalizer,Ra),!0):ed.type==="CatchClause"?(Xn$2(ed.body,Ra),!0):!1}function Xo({comment:Ra,enclosingNode:qa,followingNode:Ja}){return q$1(qa)&&(Ja==null?void 0:Ja.type)==="Identifier"?(ce$1(qa,Ra),!0):!1}function Yo({comment:Ra,enclosingNode:qa,followingNode:Ja,options:ed}){return!ed.experimentalTernaries||!((qa==null?void 0:qa.type)==="ConditionalExpression"||(qa==null?void 0:qa.type)==="ConditionalTypeAnnotation"||(qa==null?void 0:qa.type)==="TSConditionalType")?!1:(Ja==null?void 0:Ja.type)==="ConditionalExpression"||(Ja==null?void 0:Ja.type)==="ConditionalTypeAnnotation"||(Ja==null?void 0:Ja.type)==="TSConditionalType"?(Le$1(qa,Ra),!0):!1}function Lu({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed,text:td,options:rd}){let od=qa&&!de$1(td,k(qa),R$1(Ra));return(!qa||!od)&&((Ja==null?void 0:Ja.type)==="ConditionalExpression"||(Ja==null?void 0:Ja.type)==="ConditionalTypeAnnotation"||(Ja==null?void 0:Ja.type)==="TSConditionalType")&&ed?rd.experimentalTernaries&&Ja.alternate===ed&&!(re$1(Ra)&&!de$1(rd.originalText,R$1(Ra),k(Ra)))?(Le$1(Ja,Ra),!0):(ce$1(ed,Ra),!0):!1}function Ho$2({comment:Ra,precedingNode:qa,enclosingNode:Ja}){return Ae$1(Ja)&&Ja.shorthand&&Ja.key===qa&&Ja.value.type==="AssignmentPattern"?(z$1(Ja.value.left,Ra),!0):!1}var Vo=new Set(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function wu$1({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed}){if(Vo.has(Ja==null?void 0:Ja.type)){if(w(Ja.decorators)&&(ed==null?void 0:ed.type)!=="Decorator")return z$1(O$1(!1,Ja.decorators,-1),Ra),!0;if(Ja.body&&ed===Ja.body)return bt$1(Ja.body,Ra),!0;if(ed){if(Ja.superClass&&ed===Ja.superClass&&qa&&(qa===Ja.id||qa===Ja.typeParameters))return z$1(qa,Ra),!0;for(let td of["implements","extends","mixins"])if(Ja[td]&&ed===Ja[td][0])return qa&&(qa===Ja.id||qa===Ja.typeParameters||qa===Ja.superClass)?z$1(qa,Ra):Le$1(Ja,Ra,td),!0}}return!1}var $o=new Set(["ClassMethod","ClassProperty","PropertyDefinition","TSAbstractPropertyDefinition","TSAbstractMethodDefinition","TSDeclareMethod","MethodDefinition","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty"]);function Ou({comment:Ra,precedingNode:qa,enclosingNode:Ja,text:ed}){return Ja&&qa&&ge$1(ed,k(Ra))==="("&&(Ja.type==="Property"||Ja.type==="TSDeclareMethod"||Ja.type==="TSAbstractMethodDefinition")&&qa.type==="Identifier"&&Ja.key===qa&&ge$1(ed,k(qa))!==":"||(qa==null?void 0:qa.type)==="Decorator"&&$o.has(Ja==null?void 0:Ja.type)?(z$1(qa,Ra),!0):!1}var Ko$1=new Set(["FunctionDeclaration","FunctionExpression","ClassMethod","MethodDefinition","ObjectMethod"]);function zo$1({comment:Ra,precedingNode:qa,enclosingNode:Ja,text:ed}){return ge$1(ed,k(Ra))!=="("?!1:qa&&Ko$1.has(Ja==null?void 0:Ja.type)?(z$1(qa,Ra),!0):!1}function Qo({comment:Ra,enclosingNode:qa,text:Ja}){if((qa==null?void 0:qa.type)!=="ArrowFunctionExpression")return!1;let ed=yt$1(Ja,k(Ra));return ed!==!1&&Ja.slice(ed,ed+2)==="=>"?(Le$1(qa,Ra),!0):!1}function Zo$1({comment:Ra,enclosingNode:qa,text:Ja}){return ge$1(Ja,k(Ra))!==")"?!1:qa&&(Ru$1(qa)&&K$1(qa).length===0||lt$1(qa)&&oe$1(qa).length===0)?(Le$1(qa,Ra),!0):((qa==null?void 0:qa.type)==="MethodDefinition"||(qa==null?void 0:qa.type)==="TSAbstractMethodDefinition")&&K$1(qa.value).length===0?(Le$1(qa.value,Ra),!0):!1}function ep({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed,text:td}){return(qa==null?void 0:qa.type)==="ComponentTypeParameter"&&((Ja==null?void 0:Ja.type)==="DeclareComponent"||(Ja==null?void 0:Ja.type)==="ComponentTypeAnnotation")&&(ed==null?void 0:ed.type)!=="ComponentTypeParameter"||((qa==null?void 0:qa.type)==="ComponentParameter"||(qa==null?void 0:qa.type)==="RestElement")&&(Ja==null?void 0:Ja.type)==="ComponentDeclaration"&&ge$1(td,k(Ra))===")"?(z$1(qa,Ra),!0):!1}function _u$1({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed,text:td}){return(qa==null?void 0:qa.type)==="FunctionTypeParam"&&(Ja==null?void 0:Ja.type)==="FunctionTypeAnnotation"&&(ed==null?void 0:ed.type)!=="FunctionTypeParam"||((qa==null?void 0:qa.type)==="Identifier"||(qa==null?void 0:qa.type)==="AssignmentPattern"||(qa==null?void 0:qa.type)==="ObjectPattern"||(qa==null?void 0:qa.type)==="ArrayPattern"||(qa==null?void 0:qa.type)==="RestElement"||(qa==null?void 0:qa.type)==="TSParameterProperty")&&Ru$1(Ja)&&ge$1(td,k(Ra))===")"?(z$1(qa,Ra),!0):!re$1(Ra)&&((Ja==null?void 0:Ja.type)==="FunctionDeclaration"||(Ja==null?void 0:Ja.type)==="FunctionExpression"||(Ja==null?void 0:Ja.type)==="ObjectMethod")&&(ed==null?void 0:ed.type)==="BlockStatement"&&Ja.body===ed&&yt$1(td,k(Ra))===R$1(ed)?(bt$1(ed,Ra),!0):!1}function ju$1({comment:Ra,enclosingNode:qa}){return(qa==null?void 0:qa.type)==="LabeledStatement"?(ce$1(qa,Ra),!0):!1}function Vn$1({comment:Ra,enclosingNode:qa}){return((qa==null?void 0:qa.type)==="ContinueStatement"||(qa==null?void 0:qa.type)==="BreakStatement")&&!qa.label?(z$1(qa,Ra),!0):!1}function tp({comment:Ra,precedingNode:qa,enclosingNode:Ja}){return L$1(Ja)&&qa&&Ja.callee===qa&&Ja.arguments.length>0?(ce$1(Ja.arguments[0],Ra),!0):!1}function rp({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed}){return Ne(Ja)?(sr(Ra)&&(ed.prettierIgnore=!0,Ra.unignore=!0),qa?(z$1(qa,Ra),!0):!1):(Ne(ed)&&sr(Ra)&&(ed.types[0].prettierIgnore=!0,Ra.unignore=!0),!1)}function np({comment:Ra,enclosingNode:qa}){return Ae$1(qa)?(ce$1(qa,Ra),!0):!1}function $n$2({comment:Ra,enclosingNode:qa,ast:Ja,isLastComment:ed}){var td;return((td=Ja==null?void 0:Ja.body)==null?void 0:td.length)===0?(ed?Le$1(Ja,Ra):ce$1(Ja,Ra),!0):(qa==null?void 0:qa.type)==="Program"&&qa.body.length===0&&!w(qa.directives)?(ed?Le$1(qa,Ra):ce$1(qa,Ra),!0):!1}function sp({comment:Ra,enclosingNode:qa}){return(qa==null?void 0:qa.type)==="ForInStatement"||(qa==null?void 0:qa.type)==="ForOfStatement"?(ce$1(qa,Ra),!0):!1}function vu$1({comment:Ra,precedingNode:qa,enclosingNode:Ja,text:ed}){if((Ja==null?void 0:Ja.type)==="ImportSpecifier"||(Ja==null?void 0:Ja.type)==="ExportSpecifier")return ce$1(Ja,Ra),!0;let td=(qa==null?void 0:qa.type)==="ImportSpecifier"&&(Ja==null?void 0:Ja.type)==="ImportDeclaration",rd=(qa==null?void 0:qa.type)==="ExportSpecifier"&&(Ja==null?void 0:Ja.type)==="ExportNamedDeclaration";return(td||rd)&&te$1(ed,k(Ra))?(z$1(qa,Ra),!0):!1}function up({comment:Ra,enclosingNode:qa}){return(qa==null?void 0:qa.type)==="AssignmentPattern"?(ce$1(qa,Ra),!0):!1}var ip=new Set(["VariableDeclarator","AssignmentExpression","TypeAlias","TSTypeAliasDeclaration"]),ap$1=new Set(["ObjectExpression","RecordExpression","ArrayExpression","TupleExpression","TemplateLiteral","TaggedTemplateExpression","ObjectTypeAnnotation","TSTypeLiteral"]);function op$1({comment:Ra,enclosingNode:qa,followingNode:Ja}){return ip.has(qa==null?void 0:qa.type)&&Ja&&(ap$1.has(Ja.type)||re$1(Ra))?(ce$1(Ja,Ra),!0):!1}function pp({comment:Ra,enclosingNode:qa,followingNode:Ja,text:ed}){return!Ja&&((qa==null?void 0:qa.type)==="TSMethodSignature"||(qa==null?void 0:qa.type)==="TSDeclareFunction"||(qa==null?void 0:qa.type)==="TSAbstractMethodDefinition")&&ge$1(ed,k(Ra))===";"?(z$1(qa,Ra),!0):!1}function Mu({comment:Ra,enclosingNode:qa,followingNode:Ja}){if(sr(Ra)&&(qa==null?void 0:qa.type)==="TSMappedType"&&(Ja==null?void 0:Ja.type)==="TSTypeParameter"&&Ja.constraint)return qa.prettierIgnore=!0,Ra.unignore=!0,!0}function cp({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed}){return(Ja==null?void 0:Ja.type)!=="TSMappedType"?!1:(ed==null?void 0:ed.type)==="TSTypeParameter"&&ed.name?(ce$1(ed.name,Ra),!0):(qa==null?void 0:qa.type)==="TSTypeParameter"&&qa.constraint?(z$1(qa.constraint,Ra),!0):!1}function lp({comment:Ra,enclosingNode:qa,followingNode:Ja}){return!qa||qa.type!=="SwitchCase"||qa.test||!Ja||Ja!==qa.consequent[0]?!1:(Ja.type==="BlockStatement"&&vt(Ra)?bt$1(Ja,Ra):Le$1(qa,Ra),!0)}function mp({comment:Ra,precedingNode:qa,enclosingNode:Ja,followingNode:ed}){return Ne(qa)&&((Ja.type==="TSArrayType"||Ja.type==="ArrayTypeAnnotation")&&!ed||_r(Ja))?(z$1(O$1(!1,qa.types,-1),Ra),!0):!1}function yp({comment:Ra,enclosingNode:qa,precedingNode:Ja,followingNode:ed}){if(((qa==null?void 0:qa.type)==="ObjectPattern"||(qa==null?void 0:qa.type)==="ArrayPattern")&&(ed==null?void 0:ed.type)==="TSTypeAnnotation")return Ja?z$1(Ja,Ra):Le$1(qa,Ra),!0}var Ru$1=v(["ArrowFunctionExpression","FunctionExpression","FunctionDeclaration","ObjectMethod","ClassMethod","TSDeclareFunction","TSCallSignatureDeclaration","TSConstructSignatureDeclaration","TSMethodSignature","TSConstructorType","TSFunctionType","TSDeclareMethod"]),Dp=new Set(["EmptyStatement","TemplateElement","Import","TSEmptyBodyFunctionExpression","ChainExpression"]);function fp(Ra){return!Dp.has(Ra.type)}function Ep(Ra,qa){var Ja;if((qa.parser==="typescript"||qa.parser==="flow"||qa.parser==="acorn"||qa.parser==="espree"||qa.parser==="meriyah"||qa.parser==="__babel_estree")&&Ra.type==="MethodDefinition"&&((Ja=Ra.value)==null?void 0:Ja.type)==="FunctionExpression"&&K$1(Ra.value).length===0&&!Ra.value.returnType&&!w(Ra.value.typeParameters)&&Ra.value.body)return[...Ra.decorators||[],Ra.key,Ra.value.body]}function zn$1(Ra){let{node:qa,parent:Ja}=Ra;return(X(qa)||Ja&&(Ja.type==="JSXSpreadAttribute"||Ja.type==="JSXSpreadChild"||Ne(Ja)||(Ja.type==="ClassDeclaration"||Ja.type==="ClassExpression")&&Ja.superClass===qa))&&(!Bt$2(qa)||Ne(Ja))}function Fp(Ra,{parser:qa}){if(qa==="flow"||qa==="babel-flow")return Ra=N$1(!1,Ra,/[\s(]/gu,""),Ra===""||Ra==="/*"||Ra==="/*::"}function Ju$2(Ra){switch(Ra){case"cr":return"\r";case"crlf":return`\r
`;default:return`
`}}var Se$1=Symbol("MODE_BREAK"),at$1=Symbol("MODE_FLAT"),ar=Symbol("cursor");function qu$2(){return{value:"",length:0,queue:[]}}function Cp(Ra,qa){return Qn$2(Ra,{type:"indent"},qa)}function Ap(Ra,qa,Ja){return qa===Number.NEGATIVE_INFINITY?Ra.root||qu$2():qa<0?Qn$2(Ra,{type:"dedent"},Ja):qa?qa.type==="root"?{...Ra,root:Ra}:Qn$2(Ra,{type:typeof qa=="string"?"stringAlign":"numberAlign",n:qa},Ja):Ra}function Qn$2(Ra,qa,Ja){let ed=qa.type==="dedent"?Ra.queue.slice(0,-1):[...Ra.queue,qa],td="",rd=0,od=0,sd=0;for(let Ed of ed)switch(Ed.type){case"indent":ud(),Ja.useTabs?ld(1):cd(Ja.tabWidth);break;case"stringAlign":ud(),td+=Ed.n,rd+=Ed.n.length;break;case"numberAlign":od+=1,sd+=Ed.n;break;default:throw new Error(`Unexpected type '${Ed.type}'`)}return _d(),{...Ra,value:td,length:rd,queue:ed};function ld(Ed){td+=" ".repeat(Ed),rd+=Ja.tabWidth*Ed}function cd(Ed){td+=" ".repeat(Ed),rd+=Ed}function ud(){Ja.useTabs?gd():_d()}function gd(){od>0&&ld(od),yd()}function _d(){sd>0&&cd(sd),yd()}function yd(){od=0,sd=0}}function Zn$1(Ra){let qa=0,Ja=0,ed=Ra.length;e:for(;ed--;){let td=Ra[ed];if(td===ar){Ja++;continue}for(let rd=td.length-1;rd>=0;rd--){let od=td[rd];if(od===" "||od===" ")qa++;else{Ra[ed]=td.slice(0,rd+1);break e}}}if(qa>0||Ja>0)for(Ra.length=ed+1;Ja-- >0;)Ra.push(ar);return qa}function Jr$1(Ra,qa,Ja,ed,td,rd){if(Ja===Number.POSITIVE_INFINITY)return!0;let od=qa.length,sd=[Ra],ld=[];for(;Ja>=0;){if(sd.length===0){if(od===0)return!0;sd.push(qa[--od]);continue}let{mode:cd,doc:ud}=sd.pop(),gd=ut(ud);switch(gd){case rt$1:ld.push(ud),Ja-=et$1(ud);break;case _e$1:case Pe$1:{let _d=gd===_e$1?ud:ud.parts;for(let yd=_d.length-1;yd>=0;yd--)sd.push({mode:cd,doc:_d[yd]});break}case Xe$1:case Ye$1:case He$1:case je$2:sd.push({mode:cd,doc:ud.contents});break;case st:Ja+=Zn$1(ld);break;case le$1:{if(rd&&ud.break)return!1;let _d=ud.break?Se$1:cd,yd=ud.expandedStates&&_d===Se$1?O$1(!1,ud.expandedStates,-1):ud.contents;sd.push({mode:_d,doc:yd});break}case xe$2:{let _d=(ud.groupId?td[ud.groupId]||at$1:cd)===Se$1?ud.breakContents:ud.flatContents;_d&&sd.push({mode:cd,doc:_d});break}case me:if(cd===Se$1||ud.hard)return!0;ud.soft||(ld.push(" "),Ja--);break;case Ve$1:ed=!0;break;case $e$2:if(ed)return!1;break}}return!1}function es$1(Ra,qa){let Ja={},ed=qa.printWidth,td=Ju$2(qa.endOfLine),rd=0,od=[{ind:qu$2(),mode:Se$1,doc:Ra}],sd=[],ld=!1,cd=[],ud=0;for(Su(Ra);od.length>0;){let{ind:_d,mode:yd,doc:Ed}=od.pop();switch(ut(Ed)){case rt$1:{let Td=td!==`
`?N$1(!1,Ed,`
`,td):Ed;sd.push(Td),od.length>0&&(rd+=et$1(Td));break}case _e$1:for(let Td=Ed.length-1;Td>=0;Td--)od.push({ind:_d,mode:yd,doc:Ed[Td]});break;case nt:if(ud>=2)throw new Error("There are too many 'cursor' in doc.");sd.push(ar),ud++;break;case Xe$1:od.push({ind:Cp(_d,qa),mode:yd,doc:Ed.contents});break;case Ye$1:od.push({ind:Ap(_d,Ed.n,qa),mode:yd,doc:Ed.contents});break;case st:rd-=Zn$1(sd);break;case le$1:switch(yd){case at$1:if(!ld){od.push({ind:_d,mode:Ed.break?Se$1:at$1,doc:Ed.contents});break}case Se$1:{ld=!1;let Td={ind:_d,mode:at$1,doc:Ed.contents},Od=ed-rd,Ad=cd.length>0;if(!Ed.break&&Jr$1(Td,od,Od,Ad,Ja))od.push(Td);else if(Ed.expandedStates){let Nd=O$1(!1,Ed.expandedStates,-1);if(Ed.break){od.push({ind:_d,mode:Se$1,doc:Nd});break}else for(let kd=1;kd<Ed.expandedStates.length+1;kd++)if(kd>=Ed.expandedStates.length){od.push({ind:_d,mode:Se$1,doc:Nd});break}else{let Id=Ed.expandedStates[kd],Rd={ind:_d,mode:at$1,doc:Id};if(Jr$1(Rd,od,Od,Ad,Ja)){od.push(Rd);break}}}else od.push({ind:_d,mode:Se$1,doc:Ed.contents});break}}Ed.id&&(Ja[Ed.id]=O$1(!1,od,-1).mode);break;case Pe$1:{let Td=ed-rd,{parts:Od}=Ed;if(Od.length===0)break;let[Ad,Nd]=Od,kd={ind:_d,mode:at$1,doc:Ad},Id={ind:_d,mode:Se$1,doc:Ad},Rd=Jr$1(kd,[],Td,cd.length>0,Ja,!0);if(Od.length===1){Rd?od.push(kd):od.push(Id);break}let Md={ind:_d,mode:at$1,doc:Nd},Ld={ind:_d,mode:Se$1,doc:Nd};if(Od.length===2){Rd?od.push(Md,kd):od.push(Ld,Id);break}Od.splice(0,2);let jd={ind:_d,mode:yd,doc:qt$1(Od)},Pd=Od[0];Jr$1({ind:_d,mode:at$1,doc:[Ad,Nd,Pd]},[],Td,cd.length>0,Ja,!0)?od.push(jd,Md,kd):Rd?od.push(jd,Ld,kd):od.push(jd,Ld,Id);break}case xe$2:case He$1:{let Td=Ed.groupId?Ja[Ed.groupId]:yd;if(Td===Se$1){let Od=Ed.type===xe$2?Ed.breakContents:Ed.negate?Ed.contents:f(Ed.contents);Od&&od.push({ind:_d,mode:yd,doc:Od})}if(Td===at$1){let Od=Ed.type===xe$2?Ed.flatContents:Ed.negate?f(Ed.contents):Ed.contents;Od&&od.push({ind:_d,mode:yd,doc:Od})}break}case Ve$1:cd.push({ind:_d,mode:yd,doc:Ed.contents});break;case $e$2:cd.length>0&&od.push({ind:_d,mode:yd,doc:Gn$2});break;case me:switch(yd){case at$1:if(Ed.hard)ld=!0;else{Ed.soft||(sd.push(" "),rd+=1);break}case Se$1:if(cd.length>0){od.push({ind:_d,mode:yd,doc:Ed},...cd.reverse()),cd.length=0;break}Ed.literal?_d.root?(sd.push(td,_d.root.value),rd=_d.root.length):(sd.push(td),rd=0):(rd-=Zn$1(sd),sd.push(td+_d.value),rd=_d.length);break}break;case je$2:od.push({ind:_d,mode:yd,doc:Ed.contents});break;case ve$1:break;default:throw new Ct$1(Ed)}od.length===0&&cd.length>0&&(od.push(...cd.reverse()),cd.length=0)}let gd=sd.indexOf(ar);if(gd!==-1){let _d=sd.indexOf(ar,gd+1),yd=sd.slice(0,gd).join(""),Ed=sd.slice(gd+1,_d).join(""),Td=sd.slice(_d+1).join("");return{formatted:yd+Ed+Td,cursorNodeStart:yd.length,cursorNodeText:Ed}}return{formatted:sd.join("")}}function Tp(Ra,qa,Ja=0){let ed=0;for(let td=Ja;td<Ra.length;++td)Ra[td]===" "?ed=ed+qa-ed%qa:ed++;return ed}var Wu=Tp;function dp(Ra,qa){let Ja=Ra.lastIndexOf(`
`);return Ja===-1?0:Wu(Ra.slice(Ja+1).match(/^[\t ]*/u)[0],qa)}var Gu$1=dp;function qr(Ra,qa,Ja){let{node:ed}=Ra;if(ed.type==="TemplateLiteral"&&gp(Ra)){let ld=xp(Ra,Ja,qa);if(ld)return ld}let td="expressions";ed.type==="TSTemplateLiteralType"&&(td="types");let rd=[],od=Ra.map(qa,td);rd.push(ke$2,"`");let sd=0;return Ra.each(({index:ld,node:cd})=>{if(rd.push(qa()),cd.tail)return;let{tabWidth:ud}=Ja,gd=cd.value.raw,_d=gd.includes(`
`)?Gu$1(gd,ud):sd;sd=_d;let yd=od[ld],Ed=ed[td][ld],Td=de$1(Ja.originalText,k(cd),R$1(ed.quasis[ld+1]));if(!Td){let Ad=es$1(yd,{...Ja,printWidth:Number.POSITIVE_INFINITY}).formatted;Ad.includes(`
`)?Td=!0:yd=Ad}Td&&(d(Ed)||Ed.type==="Identifier"||q$1(Ed)||Ed.type==="ConditionalExpression"||Ed.type==="SequenceExpression"||Te$1(Ed)||De(Ed))&&(yd=[f([E$1,yd]),E$1]);let Od=_d===0&&gd.endsWith(`
`)?he$1(Number.NEGATIVE_INFINITY,yd):xu(yd,_d,ud);rd.push(l(["${",Od,ke$2,"}"]))},"quasis"),rd.push("`"),rd}function Uu$1(Ra,qa){let Ja=qa("quasi");return it$1(Ja.label&&{tagged:!0,...Ja.label},[qa("tag"),qa(Ra.node.typeArguments?"typeArguments":"typeParameters"),ke$2,Ja])}function xp(Ra,qa,Ja){let{node:ed}=Ra,td=ed.quasis[0].value.raw.trim().split(/\s*\|\s*/u);if(td.length>1||td.some(rd=>rd.length>0)){qa.__inJestEach=!0;let rd=Ra.map(Ja,"expressions");qa.__inJestEach=!1;let od=[],sd=rd.map(_d=>"${"+es$1(_d,{...qa,printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"}).formatted+"}"),ld=[{hasLineBreak:!1,cells:[]}];for(let _d=1;_d<ed.quasis.length;_d++){let yd=O$1(!1,ld,-1),Ed=sd[_d-1];yd.cells.push(Ed),Ed.includes(`
`)&&(yd.hasLineBreak=!0),ed.quasis[_d].value.raw.includes(`
`)&&ld.push({hasLineBreak:!1,cells:[]})}let cd=Math.max(td.length,...ld.map(_d=>_d.cells.length)),ud=Array.from({length:cd}).fill(0),gd=[{cells:td},...ld.filter(_d=>_d.cells.length>0)];for(let{cells:_d}of gd.filter(yd=>!yd.hasLineBreak))for(let[yd,Ed]of _d.entries())ud[yd]=Math.max(ud[yd],et$1(Ed));return od.push(ke$2,"`",f([F,P$1(F,gd.map(_d=>P$1(" | ",_d.cells.map((yd,Ed)=>_d.hasLineBreak?yd:yd+" ".repeat(ud[Ed]-et$1(yd))))))]),F,"`"),od}}function hp(Ra,qa){let{node:Ja}=Ra,ed=qa();return d(Ja)&&(ed=l([f([E$1,ed]),E$1])),["${",ed,ke$2,"}"]}function Gt$2(Ra,qa){return Ra.map(Ja=>hp(Ja,qa),"expressions")}function Wr$1(Ra,qa){return mt$1(Ra,Ja=>typeof Ja=="string"?qa?N$1(!1,Ja,/(\\*)`/gu,"$1$1\\`"):ts$1(Ja):Ja)}function ts$1(Ra){return N$1(!1,Ra,/([\\`]|\$\{)/gu,String.raw`\$1`)}function gp({node:Ra,parent:qa}){let Ja=/^[fx]?(?:describe|it|test)$/u;return qa.type==="TaggedTemplateExpression"&&qa.quasi===Ra&&qa.tag.type==="MemberExpression"&&qa.tag.property.type==="Identifier"&&qa.tag.property.name==="each"&&(qa.tag.object.type==="Identifier"&&Ja.test(qa.tag.object.name)||qa.tag.object.type==="MemberExpression"&&qa.tag.object.property.type==="Identifier"&&(qa.tag.object.property.name==="only"||qa.tag.object.property.name==="skip")&&qa.tag.object.object.type==="Identifier"&&Ja.test(qa.tag.object.object.name))}var ns=[(Ra,qa)=>Ra.type==="ObjectExpression"&&qa==="properties",(Ra,qa)=>Ra.type==="CallExpression"&&Ra.callee.type==="Identifier"&&Ra.callee.name==="Component"&&qa==="arguments",(Ra,qa)=>Ra.type==="Decorator"&&qa==="expression"];function Nu$1(Ra){let qa=ed=>ed.type==="TemplateLiteral",Ja=(ed,td)=>Ae$1(ed)&&!ed.computed&&ed.key.type==="Identifier"&&ed.key.name==="styles"&&td==="value";return Ra.match(qa,(ed,td)=>U$1(ed)&&td==="elements",Ja,...ns)||Ra.match(qa,Ja,...ns)}function Xu$2(Ra){return Ra.match(qa=>qa.type==="TemplateLiteral",(qa,Ja)=>Ae$1(qa)&&!qa.computed&&qa.key.type==="Identifier"&&qa.key.name==="template"&&Ja==="value",...ns)}function rs(Ra,qa){return d(Ra,g$2.Block|g$2.Leading,({value:Ja})=>Ja===` ${qa} `)}function Gr$1({node:Ra,parent:qa},Ja){return rs(Ra,Ja)||Sp(qa)&&rs(qa,Ja)||qa.type==="ExpressionStatement"&&rs(qa,Ja)}function Sp(Ra){return Ra.type==="AsConstExpression"||Ra.type==="TSAsExpression"&&Ra.typeAnnotation.type==="TSTypeReference"&&Ra.typeAnnotation.typeName.type==="Identifier"&&Ra.typeAnnotation.typeName.name==="const"}async function Bp(Ra,qa,Ja){let{node:ed}=Ja,td=ed.quasis.map(ud=>ud.value.raw),rd=0,od=td.reduce((ud,gd,_d)=>_d===0?gd:ud+"@prettier-placeholder-"+rd+++"-id"+gd,""),sd=await Ra(od,{parser:"scss"}),ld=Gt$2(Ja,qa),cd=bp(sd,ld);if(!cd)throw new Error("Couldn't insert all the expressions");return["`",f([F,cd]),E$1,"`"]}function bp(Ra,qa){if(!w(qa))return Ra;let Ja=0,ed=mt$1(Wt(Ra),td=>typeof td!="string"||!td.includes("@prettier-placeholder")?td:td.split(/@prettier-placeholder-(\d+)-id/u).map((rd,od)=>od%2===0?Ie(rd):(Ja++,qa[rd])));return qa.length===Ja?ed:null}function Pp({node:Ra,parent:qa,grandparent:Ja}){return Ja&&Ra.quasis&&qa.type==="JSXExpressionContainer"&&Ja.type==="JSXElement"&&Ja.openingElement.name.name==="style"&&Ja.openingElement.attributes.some(ed=>ed.type==="JSXAttribute"&&ed.name.name==="jsx")||(qa==null?void 0:qa.type)==="TaggedTemplateExpression"&&qa.tag.type==="Identifier"&&qa.tag.name==="css"||(qa==null?void 0:qa.type)==="TaggedTemplateExpression"&&qa.tag.type==="MemberExpression"&&qa.tag.object.name==="css"&&(qa.tag.property.name==="global"||qa.tag.property.name==="resolve")}function Ur$1(Ra){return Ra.type==="Identifier"&&Ra.name==="styled"}function Yu$1(Ra){return/^[A-Z]/u.test(Ra.object.name)&&Ra.property.name==="extend"}function kp({parent:Ra}){if(!Ra||Ra.type!=="TaggedTemplateExpression")return!1;let qa=Ra.tag.type==="ParenthesizedExpression"?Ra.tag.expression:Ra.tag;switch(qa.type){case"MemberExpression":return Ur$1(qa.object)||Yu$1(qa);case"CallExpression":return Ur$1(qa.callee)||qa.callee.type==="MemberExpression"&&(qa.callee.object.type==="MemberExpression"&&(Ur$1(qa.callee.object.object)||Yu$1(qa.callee.object))||qa.callee.object.type==="CallExpression"&&Ur$1(qa.callee.object.callee));case"Identifier":return qa.name==="css";default:return!1}}function Ip({parent:Ra,grandparent:qa}){return(qa==null?void 0:qa.type)==="JSXAttribute"&&Ra.type==="JSXExpressionContainer"&&qa.name.type==="JSXIdentifier"&&qa.name.name==="css"}function Lp(Ra){if(Pp(Ra)||kp(Ra)||Ip(Ra)||Nu$1(Ra))return Bp}var Hu$1=Lp;async function wp(Ra,qa,Ja){let{node:ed}=Ja,td=ed.quasis.length,rd=Gt$2(Ja,qa),od=[];for(let sd=0;sd<td;sd++){let ld=ed.quasis[sd],cd=sd===0,ud=sd===td-1,gd=ld.value.cooked,_d=gd.split(`
`),yd=_d.length,Ed=rd[sd],Td=yd>2&&_d[0].trim()===""&&_d[1].trim()==="",Od=yd>2&&_d[yd-1].trim()===""&&_d[yd-2].trim()==="",Ad=_d.every(kd=>/^\s*(?:#[^\n\r]*)?$/u.test(kd));if(!ud&&/#[^\n\r]*$/u.test(_d[yd-1]))return null;let Nd=null;Ad?Nd=Op(_d):Nd=await Ra(gd,{parser:"graphql"}),Nd?(Nd=Wr$1(Nd,!1),!cd&&Td&&od.push(""),od.push(Nd),!ud&&Od&&od.push("")):!cd&&!ud&&Td&&od.push(""),Ed&&od.push(Ed)}return["`",f([F,P$1(F,od)]),F,"`"]}function Op(Ra){let qa=[],Ja=!1,ed=Ra.map(td=>td.trim());for(let[td,rd]of ed.entries())rd!==""&&(ed[td-1]===""&&Ja?qa.push([F,rd]):qa.push(rd),Ja=!0);return qa.length===0?null:P$1(F,qa)}function _p({node:Ra,parent:qa}){return Gr$1({node:Ra,parent:qa},"GraphQL")||qa&&(qa.type==="TaggedTemplateExpression"&&(qa.tag.type==="MemberExpression"&&qa.tag.object.name==="graphql"&&qa.tag.property.name==="experimental"||qa.tag.type==="Identifier"&&(qa.tag.name==="gql"||qa.tag.name==="graphql"))||qa.type==="CallExpression"&&qa.callee.type==="Identifier"&&qa.callee.name==="graphql")}function jp(Ra){if(_p(Ra))return wp}var Vu$1=jp,ss$1=0;async function $u$1(Ra,qa,Ja,ed,td){let{node:rd}=ed,od=ss$1;ss$1=ss$1+1>>>0;let sd=Ad=>`PRETTIER_HTML_PLACEHOLDER_${Ad}_${od}_IN_JS`,ld=rd.quasis.map((Ad,Nd,kd)=>Nd===kd.length-1?Ad.value.cooked:Ad.value.cooked+sd(Nd)).join(""),cd=Gt$2(ed,Ja),ud=new RegExp(sd(String.raw`(\d+)`),"gu"),gd=0,_d=await qa(ld,{parser:Ra,__onHtmlRoot(Ad){gd=Ad.children.length}}),yd=mt$1(_d,Ad=>{if(typeof Ad!="string")return Ad;let Nd=[],kd=Ad.split(ud);for(let Id=0;Id<kd.length;Id++){let Rd=kd[Id];if(Id%2===0){Rd&&(Rd=ts$1(Rd),td.__embeddedInHtml&&(Rd=N$1(!1,Rd,/<\/(?=script\b)/giu,String.raw`<\/`)),Nd.push(Rd));continue}let Md=Number(Rd);Nd.push(cd[Md])}return Nd}),Ed=/^\s/u.test(ld)?" ":"",Td=/\s$/u.test(ld)?" ":"",Od=td.htmlWhitespaceSensitivity==="ignore"?F:Ed&&Td?x:null;return Od?l(["`",f([Od,l(yd)]),Od,"`"]):it$1({hug:!1},l(["`",Ed,gd>1?f(l(yd)):l(yd),Td,"`"]))}function vp(Ra){return Gr$1(Ra,"HTML")||Ra.match(qa=>qa.type==="TemplateLiteral",(qa,Ja)=>qa.type==="TaggedTemplateExpression"&&qa.tag.type==="Identifier"&&qa.tag.name==="html"&&Ja==="quasi")}var Mp=$u$1.bind(void 0,"html"),Rp=$u$1.bind(void 0,"angular");function Jp(Ra){if(vp(Ra))return Mp;if(Xu$2(Ra))return Rp}var Ku$1=Jp;async function qp(Ra,qa,Ja){let{node:ed}=Ja,td=N$1(!1,ed.quasis[0].value.raw,/((?:\\\\)*)\\`/gu,(ld,cd)=>"\\".repeat(cd.length/2)+"`"),rd=Wp(td),od=rd!=="";od&&(td=N$1(!1,td,new RegExp(`^${rd}`,"gmu"),""));let sd=Wr$1(await Ra(td,{parser:"markdown",__inJsTemplate:!0}),!0);return["`",od?f([E$1,sd]):[Rr,du$1(sd)],E$1,"`"]}function Wp(Ra){let qa=Ra.match(/^([^\S\n]*)\S/mu);return qa===null?"":qa[1]}function Gp(Ra){if(Up(Ra))return qp}function Up({node:Ra,parent:qa}){return(qa==null?void 0:qa.type)==="TaggedTemplateExpression"&&Ra.quasis.length===1&&qa.tag.type==="Identifier"&&(qa.tag.name==="md"||qa.tag.name==="markdown")}var zu=Gp;function Np(Ra){let{node:qa}=Ra;if(qa.type!=="TemplateLiteral"||Xp(qa))return;let Ja;for(let ed of[Hu$1,Vu$1,Ku$1,zu])if(Ja=ed(Ra),!!Ja)return qa.quasis.length===1&&qa.quasis[0].value.raw.trim()===""?"``":async(...td)=>{let rd=await Ja(...td);return rd&&it$1({embed:!0,...rd.label},rd)}}function Xp({quasis:Ra}){return Ra.some(({value:{cooked:qa}})=>qa===null)}var Qu$1=Np,Yp=/\*\/$/,Hp=/^\/\*\*?/,ri$2=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Vp=/(^|\s+)\/\/([^\n\r]*)/g,Zu$2=/^(\r?\n)+/,$p=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,ei$1=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,Kp=/(\r?\n|^) *\* ?/g,ni$2=[];function si$2(Ra){let qa=Ra.match(ri$2);return qa?qa[0].trimStart():""}function ui$1(Ra){let qa=Ra.match(ri$2),Ja=qa==null?void 0:qa[0];return Ja==null?Ra:Ra.slice(Ja.length)}function ii$2(Ra){let qa=`
`;Ra=N$1(!1,Ra.replace(Hp,"").replace(Yp,""),Kp,"$1");let Ja="";for(;Ja!==Ra;)Ja=Ra,Ra=N$1(!1,Ra,$p,`${qa}$1 $2${qa}`);Ra=Ra.replace(Zu$2,"").trimEnd();let ed=Object.create(null),td=N$1(!1,Ra,ei$1,"").replace(Zu$2,"").trimEnd(),rd;for(;rd=ei$1.exec(Ra);){let od=N$1(!1,rd[2],Vp,"");if(typeof ed[rd[1]]=="string"||Array.isArray(ed[rd[1]])){let sd=ed[rd[1]];ed[rd[1]]=[...ni$2,...Array.isArray(sd)?sd:[sd],od]}else ed[rd[1]]=od}return{comments:td,pragmas:ed}}function ai$2({comments:Ra="",pragmas:qa={}}){let Ja=`
`,ed="/**",td=" *",rd=" */",od=Object.keys(qa),sd=od.flatMap(cd=>ti$2(cd,qa[cd])).map(cd=>`${td} ${cd}${Ja}`).join("");if(!Ra){if(od.length===0)return"";if(od.length===1&&!Array.isArray(qa[od[0]])){let cd=qa[od[0]];return`${ed} ${ti$2(od[0],cd)[0]}${rd}`}}let ld=Ra.split(Ja).map(cd=>`${td} ${cd}`).join(Ja)+Ja;return ed+Ja+(Ra?ld:"")+(Ra&&od.length>0?td+Ja:"")+sd+rd}function ti$2(Ra,qa){return[...ni$2,...Array.isArray(qa)?qa:[qa]].map(Ja=>`@${Ra} ${Ja}`.trim())}function zp(Ra){if(!Ra.startsWith("#!"))return"";let qa=Ra.indexOf(`
`);return qa===-1?Ra:Ra.slice(0,qa)}var oi$1=zp;function Qp(Ra){let qa=oi$1(Ra);qa&&(Ra=Ra.slice(qa.length+1));let Ja=si$2(Ra),{pragmas:ed,comments:td}=ii$2(Ja);return{shebang:qa,text:Ra,pragmas:ed,comments:td}}function pi$2(Ra){let{shebang:qa,text:Ja,pragmas:ed,comments:td}=Qp(Ra),rd=ui$1(Ja),od=ai$2({pragmas:{format:"",...ed},comments:td.trimStart()});return(qa?`${qa}
`:"")+od+(rd.startsWith(`
`)?`
`:`
`)+rd}function Zp(Ra,qa){let{originalText:Ja,[Symbol.for("comments")]:ed,locStart:td,locEnd:rd,[Symbol.for("printedComments")]:od}=qa,{node:sd}=Ra,ld=td(sd),cd=rd(sd);for(let ud of ed)td(ud)>=ld&&rd(ud)<=cd&&od.add(ud);return Ja.slice(ld,cd)}var ci$1=Zp;function us$1(Ra,qa){var Ja,ed,td,rd,od,sd,ld,cd,ud;if(Ra.isRoot)return!1;let{node:gd,key:_d,parent:yd}=Ra;if(qa.__isInHtmlInterpolation&&!qa.bracketSpacing&&nc$2(gd)&&or(Ra))return!0;if(ec$2(gd))return!1;if(gd.type==="Identifier"){if((Ja=gd.extra)!=null&&Ja.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/u.test(gd.name)||_d==="left"&&(gd.name==="async"&&!yd.await||gd.name==="let")&&yd.type==="ForOfStatement")return!0;if(gd.name==="let"){let Ed=(ed=Ra.findAncestor(Td=>Td.type==="ForOfStatement"))==null?void 0:ed.left;if(Ed&&ie$1(Ed,Td=>Td===gd))return!0}if(_d==="object"&&gd.name==="let"&&yd.type==="MemberExpression"&&yd.computed&&!yd.optional){let Ed=Ra.findAncestor(Od=>Od.type==="ExpressionStatement"||Od.type==="ForStatement"||Od.type==="ForInStatement"),Td=Ed?Ed.type==="ExpressionStatement"?Ed.expression:Ed.type==="ForStatement"?Ed.init:Ed.left:void 0;if(Td&&ie$1(Td,Od=>Od===gd))return!0}if(_d==="expression")switch(gd.name){case"await":case"interface":case"module":case"using":case"yield":case"let":case"component":case"hook":case"type":{let Ed=Ra.findAncestor(Td=>!Te$1(Td));if(Ed!==yd&&Ed.type==="ExpressionStatement")return!0}}return!1}if(gd.type==="ObjectExpression"||gd.type==="FunctionExpression"||gd.type==="ClassExpression"||gd.type==="DoExpression"){let Ed=(td=Ra.findAncestor(Td=>Td.type==="ExpressionStatement"))==null?void 0:td.expression;if(Ed&&ie$1(Ed,Td=>Td===gd))return!0}if(gd.type==="ObjectExpression"){let Ed=(rd=Ra.findAncestor(Td=>Td.type==="ArrowFunctionExpression"))==null?void 0:rd.body;if(Ed&&Ed.type!=="SequenceExpression"&&Ed.type!=="AssignmentExpression"&&ie$1(Ed,Td=>Td===gd))return!0}switch(yd.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":if(_d==="superClass"&&(gd.type==="ArrowFunctionExpression"||gd.type==="AssignmentExpression"||gd.type==="AwaitExpression"||gd.type==="BinaryExpression"||gd.type==="ConditionalExpression"||gd.type==="LogicalExpression"||gd.type==="NewExpression"||gd.type==="ObjectExpression"||gd.type==="SequenceExpression"||gd.type==="TaggedTemplateExpression"||gd.type==="UnaryExpression"||gd.type==="UpdateExpression"||gd.type==="YieldExpression"||gd.type==="TSNonNullExpression"||gd.type==="ClassExpression"&&w(gd.decorators)))return!0;break;case"ExportDefaultDeclaration":return li$2(Ra,qa)||gd.type==="SequenceExpression";case"Decorator":if(_d==="expression"&&!uc$1(gd))return!0;break;case"TypeAnnotation":if(Ra.match(void 0,void 0,(Ed,Td)=>Td==="returnType"&&Ed.type==="ArrowFunctionExpression")&&rc$1(gd))return!0;break;case"BinaryExpression":if(_d==="left"&&(yd.operator==="in"||yd.operator==="instanceof")&&gd.type==="UnaryExpression")return!0;break;case"VariableDeclarator":if(_d==="init"&&Ra.match(void 0,void 0,(Ed,Td)=>Td==="declarations"&&Ed.type==="VariableDeclaration",(Ed,Td)=>Td==="left"&&Ed.type==="ForInStatement"))return!0;break}switch(gd.type){case"UpdateExpression":if(yd.type==="UnaryExpression")return gd.prefix&&(gd.operator==="++"&&yd.operator==="+"||gd.operator==="--"&&yd.operator==="-");case"UnaryExpression":switch(yd.type){case"UnaryExpression":return gd.operator===yd.operator&&(gd.operator==="+"||gd.operator==="-");case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return _d==="object";case"TaggedTemplateExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return _d==="callee";case"BinaryExpression":return _d==="left"&&yd.operator==="**";case"TSNonNullExpression":return!0;default:return!1}case"BinaryExpression":if(yd.type==="UpdateExpression"||gd.operator==="in"&&tc$1(Ra))return!0;if(gd.operator==="|>"&&(od=gd.extra)!=null&&od.parenthesized){let Ed=Ra.grandparent;if(Ed.type==="BinaryExpression"&&Ed.operator==="|>")return!0}case"TSTypeAssertion":case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"LogicalExpression":switch(yd.type){case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return!Te$1(gd);case"ConditionalExpression":return Te$1(gd)||au$1(gd);case"CallExpression":case"NewExpression":case"OptionalCallExpression":return _d==="callee";case"ClassExpression":case"ClassDeclaration":return _d==="superClass";case"TSTypeAssertion":case"TaggedTemplateExpression":case"UnaryExpression":case"JSXSpreadAttribute":case"SpreadElement":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return _d==="object";case"AssignmentExpression":case"AssignmentPattern":return _d==="left"&&(gd.type==="TSTypeAssertion"||Te$1(gd));case"LogicalExpression":if(gd.type==="LogicalExpression")return yd.operator!==gd.operator;case"BinaryExpression":{let{operator:Ed,type:Td}=gd;if(!Ed&&Td!=="TSTypeAssertion")return!0;let Od=er(Ed),Ad=yd.operator,Nd=er(Ad);return Nd>Od||_d==="right"&&Nd===Od||Nd===Od&&!nr(Ad,Ed)?!0:Nd<Od&&Ed==="%"?Ad==="+"||Ad==="-":!!yu(Ad)}default:return!1}case"SequenceExpression":switch(yd.type){case"ReturnStatement":return!1;case"ForStatement":return!1;case"ExpressionStatement":return _d!=="expression";case"ArrowFunctionExpression":return _d!=="body";default:return!0}case"YieldExpression":if(yd.type==="AwaitExpression"||yd.type==="TSTypeAssertion")return!0;case"AwaitExpression":switch(yd.type){case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"SpreadElement":case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return _d==="object";case"NewExpression":case"CallExpression":case"OptionalCallExpression":return _d==="callee";case"ConditionalExpression":return _d==="test";case"BinaryExpression":return!(!gd.argument&&yd.operator==="|>");default:return!1}case"TSFunctionType":if(Ra.match(Ed=>Ed.type==="TSFunctionType",(Ed,Td)=>Td==="typeAnnotation"&&Ed.type==="TSTypeAnnotation",(Ed,Td)=>Td==="returnType"&&Ed.type==="ArrowFunctionExpression"))return!0;case"TSConditionalType":case"TSConstructorType":if(_d==="extendsType"&&yd.type==="TSConditionalType"){if(gd.type==="TSConditionalType")return!0;let{typeAnnotation:Ed}=gd.returnType||gd.typeAnnotation;if(Ed.type==="TSTypePredicate"&&Ed.typeAnnotation&&(Ed=Ed.typeAnnotation.typeAnnotation),Ed.type==="TSInferType"&&Ed.typeParameter.constraint)return!0}if(_d==="checkType"&&yd.type==="TSConditionalType")return!0;case"TSUnionType":case"TSIntersectionType":if((yd.type==="TSUnionType"||yd.type==="TSIntersectionType")&&yd.types.length>1&&(!gd.types||gd.types.length>1))return!0;case"TSInferType":if(gd.type==="TSInferType"){if(yd.type==="TSRestType")return!1;if(_d==="types"&&(yd.type==="TSUnionType"||yd.type==="TSIntersectionType")&&gd.typeParameter.type==="TSTypeParameter"&&gd.typeParameter.constraint)return!0}case"TSTypeOperator":return yd.type==="TSArrayType"||yd.type==="TSOptionalType"||yd.type==="TSRestType"||_d==="objectType"&&yd.type==="TSIndexedAccessType"||yd.type==="TSTypeOperator"||yd.type==="TSTypeAnnotation"&&Ra.grandparent.type.startsWith("TSJSDoc");case"TSTypeQuery":return _d==="objectType"&&yd.type==="TSIndexedAccessType"||_d==="elementType"&&yd.type==="TSArrayType";case"TypeOperator":return yd.type==="ArrayTypeAnnotation"||yd.type==="NullableTypeAnnotation"||_d==="objectType"&&(yd.type==="IndexedAccessType"||yd.type==="OptionalIndexedAccessType")||yd.type==="TypeOperator";case"TypeofTypeAnnotation":return _d==="objectType"&&(yd.type==="IndexedAccessType"||yd.type==="OptionalIndexedAccessType")||_d==="elementType"&&yd.type==="ArrayTypeAnnotation";case"ArrayTypeAnnotation":return yd.type==="NullableTypeAnnotation";case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return yd.type==="TypeOperator"||yd.type==="ArrayTypeAnnotation"||yd.type==="NullableTypeAnnotation"||yd.type==="IntersectionTypeAnnotation"||yd.type==="UnionTypeAnnotation"||_d==="objectType"&&(yd.type==="IndexedAccessType"||yd.type==="OptionalIndexedAccessType");case"InferTypeAnnotation":case"NullableTypeAnnotation":return yd.type==="ArrayTypeAnnotation"||_d==="objectType"&&(yd.type==="IndexedAccessType"||yd.type==="OptionalIndexedAccessType");case"ComponentTypeAnnotation":case"FunctionTypeAnnotation":{if(gd.type==="ComponentTypeAnnotation"&&(gd.rendersType===null||gd.rendersType===void 0))return!1;if(Ra.match(void 0,(Td,Od)=>Od==="typeAnnotation"&&Td.type==="TypeAnnotation",(Td,Od)=>Od==="returnType"&&Td.type==="ArrowFunctionExpression")||Ra.match(void 0,(Td,Od)=>Od==="typeAnnotation"&&Td.type==="TypePredicate",(Td,Od)=>Od==="typeAnnotation"&&Td.type==="TypeAnnotation",(Td,Od)=>Od==="returnType"&&Td.type==="ArrowFunctionExpression"))return!0;let Ed=yd.type==="NullableTypeAnnotation"?Ra.grandparent:yd;return Ed.type==="UnionTypeAnnotation"||Ed.type==="IntersectionTypeAnnotation"||Ed.type==="ArrayTypeAnnotation"||_d==="objectType"&&(Ed.type==="IndexedAccessType"||Ed.type==="OptionalIndexedAccessType")||_d==="checkType"&&yd.type==="ConditionalTypeAnnotation"||_d==="extendsType"&&yd.type==="ConditionalTypeAnnotation"&&((sd=gd.returnType)==null?void 0:sd.type)==="InferTypeAnnotation"&&((ld=gd.returnType)==null?void 0:ld.typeParameter.bound)||Ed.type==="NullableTypeAnnotation"||yd.type==="FunctionTypeParam"&&yd.name===null&&K$1(gd).some(Td=>{var Od;return((Od=Td.typeAnnotation)==null?void 0:Od.type)==="NullableTypeAnnotation"})}case"ConditionalTypeAnnotation":if(_d==="extendsType"&&yd.type==="ConditionalTypeAnnotation"&&gd.type==="ConditionalTypeAnnotation"||_d==="checkType"&&yd.type==="ConditionalTypeAnnotation")return!0;case"OptionalIndexedAccessType":return _d==="objectType"&&yd.type==="IndexedAccessType";case"StringLiteral":case"NumericLiteral":case"Literal":if(typeof gd.value=="string"&&yd.type==="ExpressionStatement"&&!yd.directive){let Ed=Ra.grandparent;return Ed.type==="Program"||Ed.type==="BlockStatement"}return _d==="object"&&yd.type==="MemberExpression"&&typeof gd.value=="number";case"AssignmentExpression":{let Ed=Ra.grandparent;return _d==="body"&&yd.type==="ArrowFunctionExpression"?!0:_d==="key"&&(yd.type==="ClassProperty"||yd.type==="PropertyDefinition")&&yd.computed||(_d==="init"||_d==="update")&&yd.type==="ForStatement"?!1:yd.type==="ExpressionStatement"?gd.left.type==="ObjectPattern":!(_d==="key"&&yd.type==="TSPropertySignature"||yd.type==="AssignmentExpression"||yd.type==="SequenceExpression"&&Ed.type==="ForStatement"&&(Ed.init===yd||Ed.update===yd)||_d==="value"&&yd.type==="Property"&&Ed.type==="ObjectPattern"&&Ed.properties.includes(yd)||yd.type==="NGChainedExpression")}case"ConditionalExpression":switch(yd.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"ExportDefaultDeclaration":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return _d==="callee";case"ConditionalExpression":return qa.experimentalTernaries?!1:_d==="test";case"MemberExpression":case"OptionalMemberExpression":return _d==="object";default:return!1}case"FunctionExpression":switch(yd.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return _d==="callee";case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(yd.type){case"BinaryExpression":return yd.operator!=="|>"||((cd=gd.extra)==null?void 0:cd.parenthesized);case"NewExpression":case"CallExpression":case"OptionalCallExpression":return _d==="callee";case"MemberExpression":case"OptionalMemberExpression":return _d==="object";case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return _d==="test";default:return!1}case"ClassExpression":switch(yd.type){case"NewExpression":return _d==="callee";default:return!1}case"OptionalMemberExpression":case"OptionalCallExpression":case"CallExpression":case"MemberExpression":if(sc$1(Ra))return!0;case"TaggedTemplateExpression":case"TSNonNullExpression":if(_d==="callee"&&(yd.type==="BindExpression"||yd.type==="NewExpression")){let Ed=gd;for(;Ed;)switch(Ed.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":Ed=Ed.object;break;case"TaggedTemplateExpression":Ed=Ed.tag;break;case"TSNonNullExpression":Ed=Ed.expression;break;default:return!1}}return!1;case"BindExpression":return _d==="callee"&&(yd.type==="BindExpression"||yd.type==="NewExpression")||_d==="object"&&q$1(yd);case"NGPipeExpression":return!(yd.type==="NGRoot"||yd.type==="NGMicrosyntaxExpression"||yd.type==="ObjectProperty"&&!((ud=gd.extra)!=null&&ud.parenthesized)||U$1(yd)||_d==="arguments"&&L$1(yd)||_d==="right"&&yd.type==="NGPipeExpression"||_d==="property"&&yd.type==="MemberExpression"||yd.type==="AssignmentExpression");case"JSXFragment":case"JSXElement":return _d==="callee"||_d==="left"&&yd.type==="BinaryExpression"&&yd.operator==="<"||!U$1(yd)&&yd.type!=="ArrowFunctionExpression"&&yd.type!=="AssignmentExpression"&&yd.type!=="AssignmentPattern"&&yd.type!=="BinaryExpression"&&yd.type!=="NewExpression"&&yd.type!=="ConditionalExpression"&&yd.type!=="ExpressionStatement"&&yd.type!=="JsExpressionRoot"&&yd.type!=="JSXAttribute"&&yd.type!=="JSXElement"&&yd.type!=="JSXExpressionContainer"&&yd.type!=="JSXFragment"&&yd.type!=="LogicalExpression"&&!L$1(yd)&&!Ae$1(yd)&&yd.type!=="ReturnStatement"&&yd.type!=="ThrowStatement"&&yd.type!=="TypeCastExpression"&&yd.type!=="VariableDeclarator"&&yd.type!=="YieldExpression";case"TSInstantiationExpression":return _d==="object"&&q$1(yd)}return!1}var ec$2=v(["BlockStatement","BreakStatement","ComponentDeclaration","ClassBody","ClassDeclaration","ClassMethod","ClassProperty","PropertyDefinition","ClassPrivateProperty","ContinueStatement","DebuggerStatement","DeclareComponent","DeclareClass","DeclareExportAllDeclaration","DeclareExportDeclaration","DeclareFunction","DeclareHook","DeclareInterface","DeclareModule","DeclareModuleExports","DeclareNamespace","DeclareVariable","DeclareEnum","DoWhileStatement","EnumDeclaration","ExportAllDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExpressionStatement","ForInStatement","ForOfStatement","ForStatement","FunctionDeclaration","HookDeclaration","IfStatement","ImportDeclaration","InterfaceDeclaration","LabeledStatement","MethodDefinition","ReturnStatement","SwitchStatement","ThrowStatement","TryStatement","TSDeclareFunction","TSEnumDeclaration","TSImportEqualsDeclaration","TSInterfaceDeclaration","TSModuleDeclaration","TSNamespaceExportDeclaration","TypeAlias","VariableDeclaration","WhileStatement","WithStatement"]);function tc$1(Ra){let qa=0,{node:Ja}=Ra;for(;Ja;){let ed=Ra.getParentNode(qa++);if((ed==null?void 0:ed.type)==="ForStatement"&&ed.init===Ja)return!0;Ja=ed}return!1}function rc$1(Ra){return tr(Ra,qa=>qa.type==="ObjectTypeAnnotation"&&tr(qa,Ja=>Ja.type==="FunctionTypeAnnotation"))}function nc$2(Ra){return se(Ra)}function or(Ra){let{parent:qa,key:Ja}=Ra;switch(qa.type){case"NGPipeExpression":if(Ja==="arguments"&&Ra.isLast)return Ra.callParent(or);break;case"ObjectProperty":if(Ja==="value")return Ra.callParent(()=>Ra.key==="properties"&&Ra.isLast);break;case"BinaryExpression":case"LogicalExpression":if(Ja==="right")return Ra.callParent(or);break;case"ConditionalExpression":if(Ja==="alternate")return Ra.callParent(or);break;case"UnaryExpression":if(qa.prefix)return Ra.callParent(or);break}return!1}function li$2(Ra,qa){let{node:Ja,parent:ed}=Ra;return Ja.type==="FunctionExpression"||Ja.type==="ClassExpression"?ed.type==="ExportDefaultDeclaration"||!us$1(Ra,qa):!jt$1(Ja)||ed.type!=="ExportDefaultDeclaration"&&us$1(Ra,qa)?!1:Ra.call(()=>li$2(Ra,qa),...Pr(Ja))}function sc$1(Ra){let{node:qa,parent:Ja,grandparent:ed,key:td}=Ra;return!!((qa.type==="OptionalMemberExpression"||qa.type==="OptionalCallExpression")&&(td==="object"&&Ja.type==="MemberExpression"||td==="callee"&&(Ja.type==="CallExpression"||Ja.type==="NewExpression")||Ja.type==="TSNonNullExpression"&&ed.type==="MemberExpression"&&ed.object===Ja)||Ra.match(()=>qa.type==="CallExpression"||qa.type==="MemberExpression",(rd,od)=>od==="expression"&&rd.type==="ChainExpression")&&(Ra.match(void 0,void 0,(rd,od)=>od==="callee"&&(rd.type==="CallExpression"&&!rd.optional||rd.type==="NewExpression")||od==="object"&&rd.type==="MemberExpression"&&!rd.optional)||Ra.match(void 0,void 0,(rd,od)=>od==="expression"&&rd.type==="TSNonNullExpression",(rd,od)=>od==="object"&&rd.type==="MemberExpression"))||Ra.match(()=>qa.type==="CallExpression"||qa.type==="MemberExpression",(rd,od)=>od==="expression"&&rd.type==="TSNonNullExpression",(rd,od)=>od==="expression"&&rd.type==="ChainExpression",(rd,od)=>od==="object"&&rd.type==="MemberExpression"))}function is(Ra){return Ra.type==="Identifier"?!0:q$1(Ra)?!Ra.computed&&!Ra.optional&&Ra.property.type==="Identifier"&&is(Ra.object):!1}function uc$1(Ra){return Ra.type==="ChainExpression"&&(Ra=Ra.expression),is(Ra)||L$1(Ra)&&!Ra.optional&&is(Ra.callee)}var Be$1=us$1;function ic$1(Ra,qa){let Ja=qa-1;Ja=Ge$1(Ra,Ja,{backwards:!0}),Ja=Ue$1(Ra,Ja,{backwards:!0}),Ja=Ge$1(Ra,Ja,{backwards:!0});let ed=Ue$1(Ra,Ja,{backwards:!0});return Ja!==ed}var mi=ic$1,ac$1=()=>!0;function as$1(Ra,qa){let Ja=Ra.node;return Ja.printed=!0,qa.printer.printComment(Ra,qa)}function oc$2(Ra,qa){var Ja;let ed=Ra.node,td=[as$1(Ra,qa)],{printer:rd,originalText:od,locStart:sd,locEnd:ld}=qa;if((Ja=rd.isBlockComment)!=null&&Ja.call(rd,ed)){let ud=te$1(od,ld(ed))?te$1(od,sd(ed),{backwards:!0})?F:x:" ";td.push(ud)}else td.push(F);let cd=Ue$1(od,Ge$1(od,ld(ed)));return cd!==!1&&te$1(od,cd)&&td.push(F),td}function pc(Ra,qa,Ja){var ed;let td=Ra.node,rd=as$1(Ra,qa),{printer:od,originalText:sd,locStart:ld}=qa,cd=(ed=od.isBlockComment)==null?void 0:ed.call(od,td);if(Ja!=null&&Ja.hasLineSuffix&&!(Ja!=null&&Ja.isBlock)||te$1(sd,ld(td),{backwards:!0})){let ud=mi(sd,ld(td));return{doc:Wn$1([F,ud?F:"",rd]),isBlock:cd,hasLineSuffix:!0}}return!cd||Ja!=null&&Ja.hasLineSuffix?{doc:[Wn$1([" ",rd]),Ee$1],isBlock:cd,hasLineSuffix:!0}:{doc:[" ",rd],isBlock:cd,hasLineSuffix:!1}}function M$1(Ra,qa,Ja={}){let{node:ed}=Ra;if(!w(ed==null?void 0:ed.comments))return"";let{indent:td=!1,marker:rd,filter:od=ac$1}=Ja,sd=[];if(Ra.each(({node:cd})=>{cd.leading||cd.trailing||cd.marker!==rd||!od(cd)||sd.push(as$1(Ra,qa))},"comments"),sd.length===0)return"";let ld=P$1(F,sd);return td?f([F,ld]):ld}function os(Ra,qa){let Ja=Ra.node;if(!Ja)return{};let ed=qa[Symbol.for("printedComments")];if((Ja.comments||[]).filter(sd=>!ed.has(sd)).length===0)return{leading:"",trailing:""};let td=[],rd=[],od;return Ra.each(()=>{let sd=Ra.node;if(ed!=null&&ed.has(sd))return;let{leading:ld,trailing:cd}=sd;ld?td.push(oc$2(Ra,qa)):cd&&(od=pc(Ra,qa,od),rd.push(od.doc))},"comments"),{leading:td,trailing:rd}}function ye$1(Ra,qa,Ja){let{leading:ed,trailing:td}=os(Ra,Ja);return!ed&&!td?qa:ir$1(qa,rd=>[ed,rd,td])}var ps=class extends Error{constructor(qa,Ja,ed="type"){super(`Unexpected ${Ja} node ${ed}: ${JSON.stringify(qa[ed])}.`);t1(this,"name","UnexpectedNodeError");this.node=qa}},Me$2=ps;function cs$1(Ra){if(typeof Ra!="string")throw new TypeError("Expected a string");return Ra.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var Re$2,ls$1=class{constructor(qa){Ws(this,Re$2),Gs(this,Re$2,new Set(qa))}getLeadingWhitespaceCount(qa){let Ja=pt$1(this,Re$2),ed=0;for(let td=0;td<qa.length&&Ja.has(qa.charAt(td));td++)ed++;return ed}getTrailingWhitespaceCount(qa){let Ja=pt$1(this,Re$2),ed=0;for(let td=qa.length-1;td>=0&&Ja.has(qa.charAt(td));td--)ed++;return ed}getLeadingWhitespace(qa){let Ja=this.getLeadingWhitespaceCount(qa);return qa.slice(0,Ja)}getTrailingWhitespace(qa){let Ja=this.getTrailingWhitespaceCount(qa);return qa.slice(qa.length-Ja)}hasLeadingWhitespace(qa){return pt$1(this,Re$2).has(qa.charAt(0))}hasTrailingWhitespace(qa){return pt$1(this,Re$2).has(O$1(!1,qa,-1))}trimStart(qa){let Ja=this.getLeadingWhitespaceCount(qa);return qa.slice(Ja)}trimEnd(qa){let Ja=this.getTrailingWhitespaceCount(qa);return qa.slice(0,qa.length-Ja)}trim(qa){return this.trimEnd(this.trimStart(qa))}split(qa,Ja=!1){let ed=`[${cs$1([...pt$1(this,Re$2)].join(""))}]+`,td=new RegExp(Ja?`(${ed})`:ed,"u");return qa.split(td)}hasWhitespaceCharacter(qa){let Ja=pt$1(this,Re$2);return Array.prototype.some.call(qa,ed=>Ja.has(ed))}hasNonWhitespaceCharacter(qa){let Ja=pt$1(this,Re$2);return Array.prototype.some.call(qa,ed=>!Ja.has(ed))}isWhitespaceOnly(qa){let Ja=pt$1(this,Re$2);return Array.prototype.every.call(qa,ed=>Ja.has(ed))}};Re$2=new WeakMap;var yi$2=ls$1,Nr=new yi$2(`
\r `),ms=Ra=>Ra===""||Ra===x||Ra===F||Ra===E$1;function cc(Ra,qa,Ja){var ed,td,rd;let{node:od}=Ra;if(od.type==="JSXElement"&&gc(od))return[Ja("openingElement"),Ja("closingElement")];let sd=od.type==="JSXElement"?Ja("openingElement"):Ja("openingFragment"),ld=od.type==="JSXElement"?Ja("closingElement"):Ja("closingFragment");if(od.children.length===1&&od.children[0].type==="JSXExpressionContainer"&&(od.children[0].expression.type==="TemplateLiteral"||od.children[0].expression.type==="TaggedTemplateExpression"))return[sd,...Ra.map(Ja,"children"),ld];od.children=od.children.map(Md=>Sc(Md)?{type:"JSXText",value:" ",raw:" "}:Md);let cd=od.children.some(X),ud=od.children.filter(Md=>Md.type==="JSXExpressionContainer").length>1,gd=od.type==="JSXElement"&&od.openingElement.attributes.length>1,_d=ne$1(sd)||cd||gd||ud,yd=Ra.parent.rootMarker==="mdx",Ed=qa.singleQuote?"{' '}":'{" "}',Td=yd?" ":b([Ed,E$1]," "),Od=((td=(ed=od.openingElement)==null?void 0:ed.name)==null?void 0:td.name)==="fbt",Ad=lc$1(Ra,qa,Ja,Td,Od),Nd=od.children.some(Md=>pr(Md));for(let Md=Ad.length-2;Md>=0;Md--){let Ld=Ad[Md]===""&&Ad[Md+1]==="",jd=Ad[Md]===F&&Ad[Md+1]===""&&Ad[Md+2]===F,Pd=(Ad[Md]===E$1||Ad[Md]===F)&&Ad[Md+1]===""&&Ad[Md+2]===Td,Fd=Ad[Md]===Td&&Ad[Md+1]===""&&(Ad[Md+2]===E$1||Ad[Md+2]===F),Ud=Ad[Md]===Td&&Ad[Md+1]===""&&Ad[Md+2]===Td,Vd=Ad[Md]===E$1&&Ad[Md+1]===""&&Ad[Md+2]===F||Ad[Md]===F&&Ad[Md+1]===""&&Ad[Md+2]===E$1;jd&&Nd||Ld||Pd||Ud||Vd?Ad.splice(Md,2):Fd&&Ad.splice(Md+1,2)}for(;Ad.length>0&&ms(O$1(!1,Ad,-1));)Ad.pop();for(;Ad.length>1&&ms(Ad[0])&&ms(Ad[1]);)Ad.shift(),Ad.shift();let kd=[];for(let[Md,Ld]of Ad.entries()){if(Ld===Td){if(Md===1&&Ad[Md-1]===""){if(Ad.length===2){kd.push(Ed);continue}kd.push([Ed,F]);continue}else if(Md===Ad.length-1){kd.push(Ed);continue}else if(Ad[Md-1]===""&&Ad[Md-2]===F){kd.push(Ed);continue}}kd.push(Ld),ne$1(Ld)&&(_d=!0)}let Id=Nd?qt$1(kd):l(kd,{shouldBreak:!0});if(((rd=qa.cursorNode)==null?void 0:rd.type)==="JSXText"&&od.children.includes(qa.cursorNode)&&(Id=[Un$1,Id,Un$1]),yd)return Id;let Rd=l([sd,f([F,Id]),F,ld]);return _d?Rd:ze$1([l([sd,...Ad,ld]),Rd])}function lc$1(Ra,qa,Ja,ed,td){let rd=[];return Ra.each(({node:od,next:sd})=>{if(od.type==="JSXText"){let ld=fe$1(od);if(pr(od)){let cd=Nr.split(ld,!0);cd[0]===""&&(rd.push(""),cd.shift(),/\n/u.test(cd[0])?rd.push(fi$1(td,cd[1],od,sd)):rd.push(ed),cd.shift());let ud;if(O$1(!1,cd,-1)===""&&(cd.pop(),ud=cd.pop()),cd.length===0)return;for(let[gd,_d]of cd.entries())gd%2===1?rd.push(x):rd.push(_d);ud!==void 0?/\n/u.test(ud)?rd.push(fi$1(td,O$1(!1,rd,-1),od,sd)):rd.push(ed):rd.push(Di$1(td,O$1(!1,rd,-1),od,sd))}else/\n/u.test(ld)?ld.match(/\n/gu).length>1&&rd.push("",F):rd.push("",ed)}else{let ld=Ja();if(rd.push(ld),sd&&pr(sd)){let cd=Nr.trim(fe$1(sd)),[ud]=Nr.split(cd);rd.push(Di$1(td,ud,od,sd))}else rd.push(F)}},"children"),rd}function Di$1(Ra,qa,Ja,ed){return Ra?"":Ja.type==="JSXElement"&&!Ja.closingElement||(ed==null?void 0:ed.type)==="JSXElement"&&!ed.closingElement?qa.length===1?E$1:F:E$1}function fi$1(Ra,qa,Ja,ed){return Ra?F:qa.length===1?Ja.type==="JSXElement"&&!Ja.closingElement||(ed==null?void 0:ed.type)==="JSXElement"&&!ed.closingElement?F:E$1:F}var mc=new Set(["ArrayExpression","TupleExpression","JSXAttribute","JSXElement","JSXExpressionContainer","JSXFragment","ExpressionStatement","CallExpression","OptionalCallExpression","ConditionalExpression","JsExpressionRoot"]);function yc(Ra,qa,Ja){let{parent:ed}=Ra;if(mc.has(ed.type))return qa;let td=Ra.match(void 0,od=>od.type==="ArrowFunctionExpression",L$1,od=>od.type==="JSXExpressionContainer"),rd=Be$1(Ra,Ja);return l([rd?"":b("("),f([E$1,qa]),E$1,rd?"":b(")")],{shouldBreak:td})}function Dc(Ra,qa,Ja){let{node:ed}=Ra,td=[];if(td.push(Ja("name")),ed.value){let rd;if(Q$2(ed.value)){let od=fe$1(ed.value),sd=N$1(!1,N$1(!1,od.slice(1,-1),"&apos;","'"),"&quot;",'"'),ld=xr(sd,qa.jsxSingleQuote);sd=ld==='"'?N$1(!1,sd,'"',"&quot;"):N$1(!1,sd,"'","&apos;"),rd=Ra.call(()=>ye$1(Ra,Ie(ld+sd+ld),qa),"value")}else rd=Ja("value");td.push("=",rd)}return td}function fc(Ra,qa,Ja){let{node:ed}=Ra,td=(rd,od)=>rd.type==="JSXEmptyExpression"||!d(rd)&&(U$1(rd)||se(rd)||rd.type==="ArrowFunctionExpression"||rd.type==="AwaitExpression"&&(td(rd.argument,rd)||rd.argument.type==="JSXElement")||L$1(rd)||rd.type==="ChainExpression"&&L$1(rd.expression)||rd.type==="FunctionExpression"||rd.type==="TemplateLiteral"||rd.type==="TaggedTemplateExpression"||rd.type==="DoExpression"||X(od)&&(rd.type==="ConditionalExpression"||De(rd)));return td(ed.expression,Ra.parent)?l(["{",Ja("expression"),ke$2,"}"]):l(["{",f([E$1,Ja("expression")]),E$1,ke$2,"}"])}function Ec(Ra,qa,Ja){var ed,td;let{node:rd}=Ra,od=d(rd.name)||d(rd.typeParameters)||d(rd.typeArguments);if(rd.selfClosing&&rd.attributes.length===0&&!od)return["<",Ja("name"),rd.typeArguments?Ja("typeArguments"):Ja("typeParameters")," />"];if(((ed=rd.attributes)==null?void 0:ed.length)===1&&Q$2(rd.attributes[0].value)&&!rd.attributes[0].value.value.includes(`
`)&&!od&&!d(rd.attributes[0]))return l(["<",Ja("name"),rd.typeArguments?Ja("typeArguments"):Ja("typeParameters")," ",...Ra.map(Ja,"attributes"),rd.selfClosing?" />":">"]);let sd=(td=rd.attributes)==null?void 0:td.some(cd=>Q$2(cd.value)&&cd.value.value.includes(`
`)),ld=qa.singleAttributePerLine&&rd.attributes.length>1?F:x;return l(["<",Ja("name"),rd.typeArguments?Ja("typeArguments"):Ja("typeParameters"),f(Ra.map(()=>[ld,Ja()],"attributes")),...Fc(rd,qa,od)],{shouldBreak:sd})}function Fc(Ra,qa,Ja){return Ra.selfClosing?[x,"/>"]:Cc(Ra,qa,Ja)?[">"]:[E$1,">"]}function Cc(Ra,qa,Ja){let ed=Ra.attributes.length>0&&d(O$1(!1,Ra.attributes,-1),g$2.Trailing);return Ra.attributes.length===0&&!Ja||(qa.bracketSameLine||qa.jsxBracketSameLine)&&(!Ja||Ra.attributes.length>0)&&!ed}function Ac(Ra,qa,Ja){let{node:ed}=Ra,td=[];td.push("</");let rd=Ja("name");return d(ed.name,g$2.Leading|g$2.Line)?td.push(f([F,rd]),F):d(ed.name,g$2.Leading|g$2.Block)?td.push(" ",rd):td.push(rd),td.push(">"),td}function Tc(Ra,qa){let{node:Ja}=Ra,ed=d(Ja),td=d(Ja,g$2.Line),rd=Ja.type==="JSXOpeningFragment";return[rd?"<":"</",f([td?F:ed&&!rd?" ":"",M$1(Ra,qa)]),td?F:"",">"]}function dc(Ra,qa,Ja){let ed=ye$1(Ra,cc(Ra,qa,Ja),qa);return yc(Ra,ed,qa)}function xc(Ra,qa){let{node:Ja}=Ra,ed=d(Ja,g$2.Line);return[M$1(Ra,qa,{indent:ed}),ed?F:""]}function hc(Ra,qa,Ja){let{node:ed}=Ra;return["{",Ra.call(({node:td})=>{let rd=["...",Ja()];return!d(td)||!zn$1(Ra)?rd:[f([E$1,ye$1(Ra,rd,qa)]),E$1]},ed.type==="JSXSpreadAttribute"?"argument":"expression"),"}"]}function Ei$1(Ra,qa,Ja){let{node:ed}=Ra;if(ed.type.startsWith("JSX"))switch(ed.type){case"JSXAttribute":return Dc(Ra,qa,Ja);case"JSXIdentifier":return ed.name;case"JSXNamespacedName":return P$1(":",[Ja("namespace"),Ja("name")]);case"JSXMemberExpression":return P$1(".",[Ja("object"),Ja("property")]);case"JSXSpreadAttribute":case"JSXSpreadChild":return hc(Ra,qa,Ja);case"JSXExpressionContainer":return fc(Ra,qa,Ja);case"JSXFragment":case"JSXElement":return dc(Ra,qa,Ja);case"JSXOpeningElement":return Ec(Ra,qa,Ja);case"JSXClosingElement":return Ac(Ra,qa,Ja);case"JSXOpeningFragment":case"JSXClosingFragment":return Tc(Ra,qa);case"JSXEmptyExpression":return xc(Ra,qa);case"JSXText":throw new Error("JSXText should be handled by JSXElement");default:throw new Me$2(ed,"JSX")}}function gc(Ra){if(Ra.children.length===0)return!0;if(Ra.children.length>1)return!1;let qa=Ra.children[0];return qa.type==="JSXText"&&!pr(qa)}function pr(Ra){return Ra.type==="JSXText"&&(Nr.hasNonWhitespaceCharacter(fe$1(Ra))||!/\n/u.test(fe$1(Ra)))}function Sc(Ra){return Ra.type==="JSXExpressionContainer"&&Q$2(Ra.expression)&&Ra.expression.value===" "&&!d(Ra.expression)}function Fi(Ra){let{node:qa,parent:Ja}=Ra;if(!X(qa)||!X(Ja))return!1;let{index:ed,siblings:td}=Ra,rd;for(let od=ed;od>0;od--){let sd=td[od-1];if(!(sd.type==="JSXText"&&!pr(sd))){rd=sd;break}}return(rd==null?void 0:rd.type)==="JSXExpressionContainer"&&rd.expression.type==="JSXEmptyExpression"&&Bt$2(rd.expression)}function Bc(Ra){return Bt$2(Ra.node)||Fi(Ra)}var Xr$1=Bc,bc=0;function Yr$2(Ra,qa,Ja){var ed;let{node:td,parent:rd,grandparent:od,key:sd}=Ra,ld=sd!=="body"&&(rd.type==="IfStatement"||rd.type==="WhileStatement"||rd.type==="SwitchStatement"||rd.type==="DoWhileStatement"),cd=td.operator==="|>"&&((ed=Ra.root.extra)==null?void 0:ed.__isUsingHackPipeline),ud=ys(Ra,Ja,qa,!1,ld);if(ld)return ud;if(cd)return l(ud);if(L$1(rd)&&rd.callee===td||rd.type==="UnaryExpression"||q$1(rd)&&!rd.computed)return l([f([E$1,...ud]),E$1]);let gd=rd.type==="ReturnStatement"||rd.type==="ThrowStatement"||rd.type==="JSXExpressionContainer"&&od.type==="JSXAttribute"||td.operator!=="|"&&rd.type==="JsExpressionRoot"||td.type!=="NGPipeExpression"&&(rd.type==="NGRoot"&&qa.parser==="__ng_binding"||rd.type==="NGMicrosyntaxExpression"&&od.type==="NGMicrosyntax"&&od.body.length===1)||td===rd.body&&rd.type==="ArrowFunctionExpression"||td!==rd.body&&rd.type==="ForStatement"||rd.type==="ConditionalExpression"&&od.type!=="ReturnStatement"&&od.type!=="ThrowStatement"&&!L$1(od)||rd.type==="TemplateLiteral",_d=rd.type==="AssignmentExpression"||rd.type==="VariableDeclarator"||rd.type==="ClassProperty"||rd.type==="PropertyDefinition"||rd.type==="TSAbstractPropertyDefinition"||rd.type==="ClassPrivateProperty"||Ae$1(rd),yd=De(td.left)&&nr(td.operator,td.left.operator);if(gd||Ut$1(td)&&!yd||!Ut$1(td)&&_d)return l(ud);if(ud.length===0)return"";let Ed=X(td.right),Td=ud.findIndex(Rd=>typeof Rd!="string"&&!Array.isArray(Rd)&&Rd.type===le$1),Od=ud.slice(0,Td===-1?1:Td+1),Ad=ud.slice(Od.length,Ed?-1:void 0),Nd=Symbol("logicalChain-"+ ++bc),kd=l([...Od,f(Ad)],{id:Nd});if(!Ed)return kd;let Id=O$1(!1,ud,-1);return l([kd,At$2(Id,{groupId:Nd})])}function ys(Ra,qa,Ja,ed,td){var rd;let{node:od}=Ra;if(!De(od))return[l(qa())];let sd=[];nr(od.operator,od.left.operator)?sd=Ra.call(Od=>ys(Od,qa,Ja,!0,td),"left"):sd.push(l(qa("left")));let ld=Ut$1(od),cd=(od.operator==="|>"||od.type==="NGPipeExpression"||Pc(Ra,Ja))&&!Oe$1(Ja.originalText,od.right),ud=od.type==="NGPipeExpression"?"|":od.operator,gd=od.type==="NGPipeExpression"&&od.arguments.length>0?l(f([E$1,": ",P$1([x,": "],Ra.map(()=>he$1(2,l(qa())),"arguments"))])):"",_d;if(ld)_d=[ud," ",qa("right"),gd];else{let Od=ud==="|>"&&((rd=Ra.root.extra)!=null&&rd.__isUsingHackPipeline)?Ra.call(Ad=>ys(Ad,qa,Ja,!0,td),"right"):qa("right");_d=[cd?x:"",ud,cd?" ":x,Od,gd]}let{parent:yd}=Ra,Ed=d(od.left,g$2.Trailing|g$2.Line),Td=Ed||!(td&&od.type==="LogicalExpression")&&yd.type!==od.type&&od.left.type!==od.type&&od.right.type!==od.type;if(sd.push(cd?"":" ",Td?l(_d,{shouldBreak:Ed}):_d),ed&&d(od)){let Od=Wt(ye$1(Ra,sd,Ja));return Od.type===Pe$1?Od.parts:Array.isArray(Od)?Od:[Od]}return sd}function Ut$1(Ra){return Ra.type!=="LogicalExpression"?!1:!!(se(Ra.right)&&Ra.right.properties.length>0||U$1(Ra.right)&&Ra.right.elements.length>0||X(Ra.right))}var Ci$1=Ra=>Ra.type==="BinaryExpression"&&Ra.operator==="|";function Pc(Ra,qa){return(qa.parser==="__vue_expression"||qa.parser==="__vue_ts_expression")&&Ci$1(Ra.node)&&!Ra.hasAncestor(Ja=>!Ci$1(Ja)&&Ja.type!=="JsExpressionRoot")}function Ti$1(Ra,qa,Ja){let{node:ed}=Ra;if(ed.type.startsWith("NG"))switch(ed.type){case"NGRoot":return[Ja("node"),d(ed.node)?" //"+ct(ed.node)[0].value.trimEnd():""];case"NGPipeExpression":return Yr$2(Ra,qa,Ja);case"NGChainedExpression":return l(P$1([";",x],Ra.map(()=>Ic(Ra)?Ja():["(",Ja(),")"],"expressions")));case"NGEmptyExpression":return"";case"NGMicrosyntax":return Ra.map(()=>[Ra.isFirst?"":Ai$1(Ra)?" ":[";",x],Ja()],"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/iu.test(ed.name)?ed.name:JSON.stringify(ed.name);case"NGMicrosyntaxExpression":return[Ja("expression"),ed.alias===null?"":[" as ",Ja("alias")]];case"NGMicrosyntaxKeyedExpression":{let{index:td,parent:rd}=Ra,od=Ai$1(Ra)||(td===1&&(ed.key.name==="then"||ed.key.name==="else"||ed.key.name==="as")||(td===2||td===3)&&(ed.key.name==="else"&&rd.body[td-1].type==="NGMicrosyntaxKeyedExpression"&&rd.body[td-1].key.name==="then"||ed.key.name==="track"))&&rd.body[0].type==="NGMicrosyntaxExpression";return[Ja("key"),od?" ":": ",Ja("expression")]}case"NGMicrosyntaxLet":return["let ",Ja("key"),ed.value===null?"":[" = ",Ja("value")]];case"NGMicrosyntaxAs":return[Ja("key")," as ",Ja("alias")];default:throw new Me$2(ed,"Angular")}}function Ai$1({node:Ra,index:qa}){return Ra.type==="NGMicrosyntaxKeyedExpression"&&Ra.key.name==="of"&&qa===1}var kc=v(["CallExpression","OptionalCallExpression","AssignmentExpression"]);function Ic({node:Ra}){return tr(Ra,kc)}function Ds$1(Ra,qa,Ja){let{node:ed}=Ra;return l([P$1(x,Ra.map(Ja,"decorators")),hi$1(ed,qa)?F:x])}function di$1(Ra,qa,Ja){return gi$1(Ra.node)?[P$1(F,Ra.map(Ja,"declaration","decorators")),F]:""}function xi$1(Ra,qa,Ja){let{node:ed,parent:td}=Ra,{decorators:rd}=ed;if(!w(rd)||gi$1(td)||Xr$1(Ra))return"";let od=ed.type==="ClassExpression"||ed.type==="ClassDeclaration"||hi$1(ed,qa);return[Ra.key==="declaration"&&iu$1(td)?F:od?Ee$1:"",P$1(x,Ra.map(Ja,"decorators")),x]}function hi$1(Ra,qa){return Ra.decorators.some(Ja=>te$1(qa.originalText,k(Ja)))}function gi$1(Ra){var qa;if(Ra.type!=="ExportDefaultDeclaration"&&Ra.type!=="ExportNamedDeclaration"&&Ra.type!=="DeclareExportDeclaration")return!1;let Ja=(qa=Ra.declaration)==null?void 0:qa.decorators;return w(Ja)&&ht$1(Ra,Ja[0])}var Dt$2=class extends Error{constructor(){super(...arguments);t1(this,"name","ArgExpansionBailout")}};function Lc(Ra,qa,Ja){let{node:ed}=Ra,td=oe$1(ed);if(td.length===0)return["(",M$1(Ra,qa),")"];let rd=td.length-1;if(_c(td)){let _d=["("];return Rt$2(Ra,(yd,Ed)=>{_d.push(Ja()),Ed!==rd&&_d.push(", ")}),_d.push(")"),_d}let od=!1,sd=[];Rt$2(Ra,({node:_d},yd)=>{let Ed=Ja();yd===rd||(pe(_d,qa)?(od=!0,Ed=[Ed,",",F,F]):Ed=[Ed,",",x]),sd.push(Ed)});let ld=ed.type==="ImportExpression"||ed.callee.type==="Import",cd=!qa.parser.startsWith("__ng_")&&!ld&&ae(qa,"all")?",":"";function ud(){return l(["(",f([x,...sd]),cd,x,")"],{shouldBreak:!0})}if(od||Ra.parent.type!=="Decorator"&&lu$1(td))return ud();if(Oc(td)){let _d=sd.slice(1);if(_d.some(ne$1))return ud();let yd;try{yd=Ja(Rn$1(ed,0),{expandFirstArg:!0})}catch(Ed){if(Ed instanceof Dt$2)return ud();throw Ed}return ne$1(yd)?[Ee$1,ze$1([["(",l(yd,{shouldBreak:!0}),", ",..._d,")"],ud()])]:ze$1([["(",yd,", ",..._d,")"],["(",l(yd,{shouldBreak:!0}),", ",..._d,")"],ud()])}if(wc(td,sd,qa)){let _d=sd.slice(0,-1);if(_d.some(ne$1))return ud();let yd;try{yd=Ja(Rn$1(ed,-1),{expandLastArg:!0})}catch(Ed){if(Ed instanceof Dt$2)return ud();throw Ed}return ne$1(yd)?[Ee$1,ze$1([["(",..._d,l(yd,{shouldBreak:!0}),")"],ud()])]:ze$1([["(",..._d,yd,")"],["(",..._d,l(yd,{shouldBreak:!0}),")"],ud()])}let gd=["(",f([E$1,...sd]),b(cd),E$1,")"];return Or(Ra)?gd:l(gd,{shouldBreak:sd.some(ne$1)||od})}function cr(Ra,qa=!1){return se(Ra)&&(Ra.properties.length>0||d(Ra))||U$1(Ra)&&(Ra.elements.length>0||d(Ra))||Ra.type==="TSTypeAssertion"&&cr(Ra.expression)||Te$1(Ra)&&cr(Ra.expression)||Ra.type==="FunctionExpression"||Ra.type==="ArrowFunctionExpression"&&(!Ra.returnType||!Ra.returnType.typeAnnotation||Ra.returnType.typeAnnotation.type!=="TSTypeReference"||jc(Ra.body))&&(Ra.body.type==="BlockStatement"||Ra.body.type==="ArrowFunctionExpression"&&cr(Ra.body,!0)||se(Ra.body)||U$1(Ra.body)||!qa&&(L$1(Ra.body)||Ra.body.type==="ConditionalExpression")||X(Ra.body))||Ra.type==="DoExpression"||Ra.type==="ModuleExpression"}function wc(Ra,qa,Ja){var ed,td;let rd=O$1(!1,Ra,-1);if(Ra.length===1){let sd=O$1(!1,qa,-1);if((ed=sd.label)!=null&&ed.embed&&((td=sd.label)==null?void 0:td.hug)!==!1)return!0}let od=O$1(!1,Ra,-2);return!d(rd,g$2.Leading)&&!d(rd,g$2.Trailing)&&cr(rd)&&(!od||od.type!==rd.type)&&(Ra.length!==2||od.type!=="ArrowFunctionExpression"||!U$1(rd))&&!(Ra.length>1&&fs(rd,Ja))}function Oc(Ra){if(Ra.length!==2)return!1;let[qa,Ja]=Ra;return qa.type==="ModuleExpression"&&vc(Ja)?!0:!d(qa)&&(qa.type==="FunctionExpression"||qa.type==="ArrowFunctionExpression"&&qa.body.type==="BlockStatement")&&Ja.type!=="FunctionExpression"&&Ja.type!=="ArrowFunctionExpression"&&Ja.type!=="ConditionalExpression"&&Bi$1(Ja)&&!cr(Ja)}function Bi$1(Ra){if(Ra.type==="ParenthesizedExpression")return Bi$1(Ra.expression);if(Te$1(Ra)||Ra.type==="TypeCastExpression"){let{typeAnnotation:qa}=Ra;if(qa.type==="TypeAnnotation"&&(qa=qa.typeAnnotation),qa.type==="TSArrayType"&&(qa=qa.elementType,qa.type==="TSArrayType"&&(qa=qa.elementType)),qa.type==="GenericTypeAnnotation"||qa.type==="TSTypeReference"){let Ja=qa.typeArguments??qa.typeParameters;(Ja==null?void 0:Ja.params.length)===1&&(qa=Ja.params[0])}return Mt$1(qa)&&be$2(Ra.expression,1)}return lt$1(Ra)&&oe$1(Ra).length>1?!1:De(Ra)?be$2(Ra.left,1)&&be$2(Ra.right,1):vn$1(Ra)||be$2(Ra)}function _c(Ra){return Ra.length===2?Si$1(Ra,0):Ra.length===3?Ra[0].type==="Identifier"&&Si$1(Ra,1):!1}function Si$1(Ra,qa){let Ja=Ra[qa],ed=Ra[qa+1];return Ja.type==="ArrowFunctionExpression"&&K$1(Ja).length===0&&Ja.body.type==="BlockStatement"&&ed.type==="ArrayExpression"&&!Ra.some(td=>d(td))}function jc(Ra){return Ra.type==="BlockStatement"&&(Ra.body.some(qa=>qa.type!=="EmptyStatement")||d(Ra,g$2.Dangling))}function vc(Ra){return Ra.type==="ObjectExpression"&&Ra.properties.length===1&&Ae$1(Ra.properties[0])&&Ra.properties[0].key.type==="Identifier"&&Ra.properties[0].key.name==="type"&&Q$2(Ra.properties[0].value)&&Ra.properties[0].value.value==="module"}var lr=Lc,Mc=Ra=>((Ra.type==="ChainExpression"||Ra.type==="TSNonNullExpression")&&(Ra=Ra.expression),L$1(Ra)&&oe$1(Ra).length>0);function bi$1(Ra,qa,Ja){var ed;let td=Ja("object"),rd=Es(Ra,qa,Ja),{node:od}=Ra,sd=Ra.findAncestor(ud=>!(q$1(ud)||ud.type==="TSNonNullExpression")),ld=Ra.findAncestor(ud=>!(ud.type==="ChainExpression"||ud.type==="TSNonNullExpression")),cd=sd&&(sd.type==="NewExpression"||sd.type==="BindExpression"||sd.type==="AssignmentExpression"&&sd.left.type!=="Identifier")||od.computed||od.object.type==="Identifier"&&od.property.type==="Identifier"&&!q$1(ld)||(ld.type==="AssignmentExpression"||ld.type==="VariableDeclarator")&&(Mc(od.object)||((ed=td.label)==null?void 0:ed.memberChain));return it$1(td.label,[td,cd?rd:l(f([E$1,rd]))])}function Es(Ra,qa,Ja){let ed=Ja("property"),{node:td}=Ra,rd=V$1(Ra);return td.computed?!td.property||Ce(td.property)?[rd,"[",ed,"]"]:l([rd,"[",f([E$1,ed]),E$1,"]"]):[rd,".",ed]}function Pi$1(Ra,qa,Ja){if(Ra.node.type==="ChainExpression")return Ra.call(()=>Pi$1(Ra,qa,Ja),"expression");let{parent:ed}=Ra,td=!ed||ed.type==="ExpressionStatement",rd=[];function od(Wd){let{originalText:zd}=qa,Kd=yt$1(zd,k(Wd));return zd.charAt(Kd)===")"?Kd!==!1&&Ot$2(zd,Kd+1):pe(Wd,qa)}function sd(Wd){let{node:zd}=Wd;if(zd.type==="ChainExpression")return Wd.call(()=>sd(Wd),"expression");if(L$1(zd)&&(Ft$2(zd.callee)||L$1(zd.callee))){let Kd=od(zd);rd.unshift({node:zd,hasTrailingEmptyLine:Kd,printed:[ye$1(Wd,[V$1(Wd),Qe$1(Wd,qa,Ja),lr(Wd,qa,Ja)],qa),Kd?F:""]}),Wd.call(Qd=>sd(Qd),"callee")}else Ft$2(zd)?(rd.unshift({node:zd,needsParens:Be$1(Wd,qa),printed:ye$1(Wd,q$1(zd)?Es(Wd,qa,Ja):Hr$1(Wd,qa,Ja),qa)}),Wd.call(Kd=>sd(Kd),"object")):zd.type==="TSNonNullExpression"?(rd.unshift({node:zd,printed:ye$1(Wd,"!",qa)}),Wd.call(Kd=>sd(Kd),"expression")):rd.unshift({node:zd,printed:Ja()})}let{node:ld}=Ra;rd.unshift({node:ld,printed:[V$1(Ra),Qe$1(Ra,qa,Ja),lr(Ra,qa,Ja)]}),ld.callee&&Ra.call(Wd=>sd(Wd),"callee");let cd=[],ud=[rd[0]],gd=1;for(;gd<rd.length&&(rd[gd].node.type==="TSNonNullExpression"||L$1(rd[gd].node)||q$1(rd[gd].node)&&rd[gd].node.computed&&Ce(rd[gd].node.property));++gd)ud.push(rd[gd]);if(!L$1(rd[0].node))for(;gd+1<rd.length&&Ft$2(rd[gd].node)&&Ft$2(rd[gd+1].node);++gd)ud.push(rd[gd]);cd.push(ud),ud=[];let _d=!1;for(;gd<rd.length;++gd){if(_d&&Ft$2(rd[gd].node)){if(rd[gd].node.computed&&Ce(rd[gd].node.property)){ud.push(rd[gd]);continue}cd.push(ud),ud=[],_d=!1}(L$1(rd[gd].node)||rd[gd].node.type==="ImportExpression")&&(_d=!0),ud.push(rd[gd]),d(rd[gd].node,g$2.Trailing)&&(cd.push(ud),ud=[],_d=!1)}ud.length>0&&cd.push(ud);function yd(Wd){return/^[A-Z]|^[$_]+$/u.test(Wd)}function Ed(Wd){return Wd.length<=qa.tabWidth}function Td(Wd){var zd;let Kd=(zd=Wd[1][0])==null?void 0:zd.node.computed;if(Wd[0].length===1){let hf=Wd[0][0].node;return hf.type==="ThisExpression"||hf.type==="Identifier"&&(yd(hf.name)||td&&Ed(hf.name)||Kd)}let Qd=O$1(!1,Wd[0],-1).node;return q$1(Qd)&&Qd.property.type==="Identifier"&&(yd(Qd.property.name)||Kd)}let Od=cd.length>=2&&!d(cd[1][0].node)&&Td(cd);function Ad(Wd){let zd=Wd.map(Kd=>Kd.printed);return Wd.length>0&&O$1(!1,Wd,-1).needsParens?["(",...zd,")"]:zd}function Nd(Wd){return Wd.length===0?"":f([F,P$1(F,Wd.map(Ad))])}let kd=cd.map(Ad),Id=kd,Rd=Od?3:2,Md=cd.flat(),Ld=Md.slice(1,-1).some(Wd=>d(Wd.node,g$2.Leading))||Md.slice(0,-1).some(Wd=>d(Wd.node,g$2.Trailing))||cd[Rd]&&d(cd[Rd][0].node,g$2.Leading);if(cd.length<=Rd&&!Ld&&!cd.some(Wd=>O$1(!1,Wd,-1).hasTrailingEmptyLine))return Or(Ra)?Id:l(Id);let jd=O$1(!1,cd[Od?1:0],-1).node,Pd=!L$1(jd)&&od(jd),Fd=[Ad(cd[0]),Od?cd.slice(1,2).map(Ad):"",Pd?F:"",Nd(cd.slice(Od?2:1))],Ud=rd.map(({node:Wd})=>Wd).filter(L$1);function Vd(){let Wd=O$1(!1,O$1(!1,cd,-1),-1).node,zd=O$1(!1,kd,-1);return L$1(Wd)&&ne$1(zd)&&Ud.slice(0,-1).some(Kd=>Kd.arguments.some(_t$1))}let qd;return Ld||Ud.length>2&&Ud.some(Wd=>!Wd.arguments.every(zd=>be$2(zd)))||kd.slice(0,-1).some(ne$1)||Vd()?qd=l(Fd):qd=[ne$1(Id)||Pd?Ee$1:"",ze$1([Id,Fd])],it$1({memberChain:!0},qd)}var ki$1=Pi$1;function Vr$1(Ra,qa,Ja){var ed;let{node:td}=Ra,rd=td.type==="NewExpression",od=td.type==="ImportExpression",sd=V$1(Ra),ld=oe$1(td),cd=ld.length===1&&Lr(ld[0],qa.originalText);if(cd||Rc(Ra)||St$1(td,Ra.parent)){let gd=[];if(Rt$2(Ra,()=>{gd.push(Ja())}),!(cd&&(ed=gd[0].label)!=null&&ed.embed))return[rd?"new ":"",Ii$1(Ra,Ja),sd,Qe$1(Ra,qa,Ja),"(",P$1(", ",gd),")"]}if(!od&&!rd&&Ft$2(td.callee)&&!Ra.call(gd=>Be$1(gd,qa),"callee",...td.callee.type==="ChainExpression"?["expression"]:[]))return ki$1(Ra,qa,Ja);let ud=[rd?"new ":"",Ii$1(Ra,Ja),sd,Qe$1(Ra,qa,Ja),lr(Ra,qa,Ja)];return od||L$1(td.callee)?l(ud):ud}function Ii$1(Ra,qa){let{node:Ja}=Ra;return Ja.type==="ImportExpression"?`import${Ja.phase?`.${Ja.phase}`:""}`:qa("callee")}function Rc(Ra){let{node:qa}=Ra;if(qa.type!=="CallExpression"||qa.optional||qa.callee.type!=="Identifier")return!1;let Ja=oe$1(qa);return qa.callee.name==="require"?Ja.length===1&&Q$2(Ja[0])||Ja.length>1:qa.callee.name==="define"&&Ra.parent.type==="ExpressionStatement"?Ja.length===1||Ja.length===2&&Ja[0].type==="ArrayExpression"||Ja.length===3&&Q$2(Ja[0])&&Ja[1].type==="ArrayExpression":!1}function Tt$2(Ra,qa,Ja,ed,td,rd){let od=Jc(Ra,qa,Ja,ed,rd),sd=rd?Ja(rd,{assignmentLayout:od}):"";switch(od){case"break-after-operator":return l([l(ed),td,l(f([x,sd]))]);case"never-break-after-operator":return l([l(ed),td," ",sd]);case"fluid":{let ld=Symbol("assignment");return l([l(ed),td,l(f(x),{id:ld}),ke$2,At$2(sd,{groupId:ld})])}case"break-lhs":return l([ed,td," ",l(sd)]);case"chain":return[l(ed),td,x,sd];case"chain-tail":return[l(ed),td,f([x,sd])];case"chain-tail-arrow-chain":return[l(ed),td,sd];case"only-left":return ed}}function wi$1(Ra,qa,Ja){let{node:ed}=Ra;return Tt$2(Ra,qa,Ja,Ja("left"),[" ",ed.operator],"right")}function Oi$1(Ra,qa,Ja){return Tt$2(Ra,qa,Ja,Ja("id")," =","init")}function Jc(Ra,qa,Ja,ed,td){let{node:rd}=Ra,od=rd[td];if(!od)return"only-left";let sd=!$r$1(od);if(Ra.match($r$1,_i$1,ud=>!sd||ud.type!=="ExpressionStatement"&&ud.type!=="VariableDeclaration"))return sd?od.type==="ArrowFunctionExpression"&&od.body.type==="ArrowFunctionExpression"?"chain-tail-arrow-chain":"chain-tail":"chain";if(!sd&&$r$1(od.right)||Oe$1(qa.originalText,od))return"break-after-operator";if(rd.type==="ImportAttribute"||od.type==="CallExpression"&&od.callee.name==="require"||qa.parser==="json5"||qa.parser==="jsonc"||qa.parser==="json")return"never-break-after-operator";let ld=Bu(ed);if(Wc(rd)||Xc(rd)||Fs(rd)&&ld)return"break-lhs";let cd=Hc(rd,ed,qa);return Ra.call(()=>qc(Ra,qa,Ja,cd),td)?"break-after-operator":Gc(rd)?"break-lhs":!ld&&(cd||od.type==="TemplateLiteral"||od.type==="TaggedTemplateExpression"||od.type==="BooleanLiteral"||Ce(od)||od.type==="ClassExpression")?"never-break-after-operator":"fluid"}function qc(Ra,qa,Ja,ed){let td=Ra.node;if(De(td)&&!Ut$1(td))return!0;switch(td.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"TSConditionalType":case"ConditionalTypeAnnotation":if(!qa.experimentalTernaries&&!Kc(td))break;return!0;case"ConditionalExpression":{if(!qa.experimentalTernaries){let{test:cd}=td;return De(cd)&&!Ut$1(cd)}let{consequent:sd,alternate:ld}=td;return sd.type==="ConditionalExpression"||ld.type==="ConditionalExpression"}case"ClassExpression":return w(td.decorators)}if(ed)return!1;let rd=td,od=[];for(;;)if(rd.type==="UnaryExpression"||rd.type==="AwaitExpression"||rd.type==="YieldExpression"&&rd.argument!==null)rd=rd.argument,od.push("argument");else if(rd.type==="TSNonNullExpression")rd=rd.expression,od.push("expression");else break;return!!(Q$2(rd)||Ra.call(()=>ji(Ra,qa,Ja),...od))}function Wc(Ra){if(_i$1(Ra)){let qa=Ra.left||Ra.id;return qa.type==="ObjectPattern"&&qa.properties.length>2&&qa.properties.some(Ja=>{var ed;return Ae$1(Ja)&&(!Ja.shorthand||((ed=Ja.value)==null?void 0:ed.type)==="AssignmentPattern")})}return!1}function $r$1(Ra){return Ra.type==="AssignmentExpression"}function _i$1(Ra){return $r$1(Ra)||Ra.type==="VariableDeclarator"}function Gc(Ra){let qa=Nc(Ra);if(w(qa)){let Ja=Ra.type==="TSTypeAliasDeclaration"?"constraint":"bound";if(qa.length>1&&qa.some(ed=>ed[Ja]||ed.default))return!0}return!1}var Uc=v(["TSTypeAliasDeclaration","TypeAlias"]);function Nc(Ra){var qa;if(Uc(Ra))return(qa=Ra.typeParameters)==null?void 0:qa.params}function Xc(Ra){if(Ra.type!=="VariableDeclarator")return!1;let{typeAnnotation:qa}=Ra.id;if(!qa||!qa.typeAnnotation)return!1;let Ja=Li$1(qa.typeAnnotation);return w(Ja)&&Ja.length>1&&Ja.some(ed=>w(Li$1(ed))||ed.type==="TSConditionalType")}function Fs(Ra){var qa;return Ra.type==="VariableDeclarator"&&((qa=Ra.init)==null?void 0:qa.type)==="ArrowFunctionExpression"}var Yc=v(["TSTypeReference","GenericTypeAnnotation"]);function Li$1(Ra){var qa;if(Yc(Ra))return(qa=Ra.typeArguments??Ra.typeParameters)==null?void 0:qa.params}function ji(Ra,qa,Ja,ed=!1){var td;let{node:rd}=Ra,od=()=>ji(Ra,qa,Ja,!0);if(rd.type==="ChainExpression"||rd.type==="TSNonNullExpression")return Ra.call(od,"expression");if(L$1(rd)){if((td=Vr$1(Ra,qa,Ja).label)!=null&&td.memberChain)return!1;let sd=oe$1(rd);return!(sd.length===0||sd.length===1&&rr(sd[0],qa))||Vc(rd,Ja)?!1:Ra.call(od,"callee")}return q$1(rd)?Ra.call(od,"object"):ed&&(rd.type==="Identifier"||rd.type==="ThisExpression")}function Hc(Ra,qa,Ja){return Ae$1(Ra)?(qa=Wt(qa),typeof qa=="string"&&et$1(qa)<Ja.tabWidth+3):!1}function Vc(Ra,qa){let Ja=$c(Ra);if(w(Ja)){if(Ja.length>1)return!0;if(Ja.length===1){let td=Ja[0];if(Ne(td)||_r(td)||td.type==="TSTypeLiteral"||td.type==="ObjectTypeAnnotation")return!0}let ed=Ra.typeParameters?"typeParameters":"typeArguments";if(ne$1(qa(ed)))return!0}return!1}function $c(Ra){var qa;return(qa=Ra.typeParameters??Ra.typeArguments)==null?void 0:qa.params}function Kc(Ra){function qa(Ja){switch(Ja.type){case"FunctionTypeAnnotation":case"GenericTypeAnnotation":case"TSFunctionType":return!!Ja.typeParameters;case"TSTypeReference":return!!(Ja.typeArguments??Ja.typeParameters);default:return!1}}return qa(Ra.checkType)||qa(Ra.extendsType)}function Je$1(Ra,qa,Ja,ed,td){let rd=Ra.node,od=K$1(rd),sd=td?Qe$1(Ra,Ja,qa):"";if(od.length===0)return[sd,"(",M$1(Ra,Ja,{filter:yd=>ge$1(Ja.originalText,k(yd))===")"}),")"];let{parent:ld}=Ra,cd=St$1(ld),ud=Cs(rd),gd=[];if(fu(Ra,(yd,Ed)=>{let Td=Ed===od.length-1;Td&&rd.rest&&gd.push("..."),gd.push(qa()),!Td&&(gd.push(","),cd||ud?gd.push(" "):pe(od[Ed],Ja)?gd.push(F,F):gd.push(x))}),ed&&!Qc(Ra)){if(ne$1(sd)||ne$1(gd))throw new Dt$2;return l([ur(sd),"(",ur(gd),")"])}let _d=od.every(yd=>!w(yd.decorators));return ud&&_d?[sd,"(",...gd,")"]:cd?[sd,"(",...gd,")"]:(Ir(ld)||ou$1(ld)||ld.type==="TypeAlias"||ld.type==="UnionTypeAnnotation"||ld.type==="IntersectionTypeAnnotation"||ld.type==="FunctionTypeAnnotation"&&ld.returnType===rd)&&od.length===1&&od[0].name===null&&rd.this!==od[0]&&od[0].typeAnnotation&&rd.typeParameters===null&&Mt$1(od[0].typeAnnotation)&&!rd.rest?Ja.arrowParens==="always"||rd.type==="HookTypeAnnotation"?["(",...gd,")"]:gd:[sd,"(",f([E$1,...gd]),b(!Du$1(rd)&&ae(Ja,"all")?",":""),E$1,")"]}function Cs(Ra){if(!Ra)return!1;let qa=K$1(Ra);if(qa.length!==1)return!1;let[Ja]=qa;return!d(Ja)&&(Ja.type==="ObjectPattern"||Ja.type==="ArrayPattern"||Ja.type==="Identifier"&&Ja.typeAnnotation&&(Ja.typeAnnotation.type==="TypeAnnotation"||Ja.typeAnnotation.type==="TSTypeAnnotation")&&we$1(Ja.typeAnnotation.typeAnnotation)||Ja.type==="FunctionTypeParam"&&we$1(Ja.typeAnnotation)&&Ja!==Ra.rest||Ja.type==="AssignmentPattern"&&(Ja.left.type==="ObjectPattern"||Ja.left.type==="ArrayPattern")&&(Ja.right.type==="Identifier"||se(Ja.right)&&Ja.right.properties.length===0||U$1(Ja.right)&&Ja.right.elements.length===0))}function zc(Ra){let qa;return Ra.returnType?(qa=Ra.returnType,qa.typeAnnotation&&(qa=qa.typeAnnotation)):Ra.typeAnnotation&&(qa=Ra.typeAnnotation),qa}function ot(Ra,qa){var Ja;let ed=zc(Ra);if(!ed)return!1;let td=(Ja=Ra.typeParameters)==null?void 0:Ja.params;if(td){if(td.length>1)return!1;if(td.length===1){let rd=td[0];if(rd.constraint||rd.default)return!1}}return K$1(Ra).length===1&&(we$1(ed)||ne$1(qa))}function Qc(Ra){return Ra.match(qa=>qa.type==="ArrowFunctionExpression"&&qa.body.type==="BlockStatement",(qa,Ja)=>{if(qa.type==="CallExpression"&&Ja==="arguments"&&qa.arguments.length===1&&qa.callee.type==="CallExpression"){let ed=qa.callee.callee;return ed.type==="Identifier"||ed.type==="MemberExpression"&&!ed.computed&&ed.object.type==="Identifier"&&ed.property.type==="Identifier"}return!1},(qa,Ja)=>qa.type==="VariableDeclarator"&&Ja==="init"||qa.type==="ExportDefaultDeclaration"&&Ja==="declaration"||qa.type==="TSExportAssignment"&&Ja==="expression"||qa.type==="AssignmentExpression"&&Ja==="right"&&qa.left.type==="MemberExpression"&&qa.left.object.type==="Identifier"&&qa.left.object.name==="module"&&qa.left.property.type==="Identifier"&&qa.left.property.name==="exports",qa=>qa.type!=="VariableDeclaration"||qa.kind==="const"&&qa.declarations.length===1)}function vi$1(Ra){let qa=K$1(Ra);return qa.length>1&&qa.some(Ja=>Ja.type==="TSParameterProperty")}var Zc=v(["VoidTypeAnnotation","TSVoidKeyword","NullLiteralTypeAnnotation","TSNullKeyword"]),el$1=v(["ObjectTypeAnnotation","TSTypeLiteral","GenericTypeAnnotation","TSTypeReference"]);function tl$1(Ra){let{types:qa}=Ra;if(qa.some(ed=>d(ed)))return!1;let Ja=qa.find(ed=>el$1(ed));return Ja?qa.every(ed=>ed===Ja||Zc(ed)):!1}function As$1(Ra){return Mt$1(Ra)||we$1(Ra)?!0:Ne(Ra)?tl$1(Ra):!1}function Mi(Ra,qa,Ja){let ed=qa.semi?";":"",{node:td}=Ra,rd=[$(Ra),"opaque type ",Ja("id"),Ja("typeParameters")];return td.supertype&&rd.push(": ",Ja("supertype")),td.impltype&&rd.push(" = ",Ja("impltype")),rd.push(ed),rd}function Kr$1(Ra,qa,Ja){let ed=qa.semi?";":"",{node:td}=Ra,rd=[$(Ra)];rd.push("type ",Ja("id"),Ja("typeParameters"));let od=td.type==="TSTypeAliasDeclaration"?"typeAnnotation":"right";return[Tt$2(Ra,qa,Ja,rd," =",od),ed]}function zr$1(Ra,qa,Ja){let ed=!1;return l(Ra.map(({isFirst:td,previous:rd,node:od,index:sd})=>{let ld=Ja();if(td)return ld;let cd=we$1(od),ud=we$1(rd);return ud&&cd?[" & ",ed?f(ld):ld]:!ud&&!cd?f([" &",x,ld]):(sd>1&&(ed=!0),[" & ",sd>1?f(ld):ld])},"types"))}function Qr$2(Ra,qa,Ja){let{node:ed}=Ra,{parent:td}=Ra,rd=td.type!=="TypeParameterInstantiation"&&(td.type!=="TSConditionalType"||!qa.experimentalTernaries)&&(td.type!=="ConditionalTypeAnnotation"||!qa.experimentalTernaries)&&td.type!=="TSTypeParameterInstantiation"&&td.type!=="GenericTypeAnnotation"&&td.type!=="TSTypeReference"&&td.type!=="TSTypeAssertion"&&td.type!=="TupleTypeAnnotation"&&td.type!=="TSTupleType"&&!(td.type==="FunctionTypeParam"&&!td.name&&Ra.grandparent.this!==td)&&!((td.type==="TypeAlias"||td.type==="VariableDeclarator"||td.type==="TSTypeAliasDeclaration")&&Oe$1(qa.originalText,ed)),od=As$1(ed),sd=Ra.map(ud=>{let gd=Ja();return od||(gd=he$1(2,gd)),ye$1(ud,gd,qa)},"types");if(od)return P$1(" | ",sd);let ld=rd&&!Oe$1(qa.originalText,ed),cd=[b([ld?x:"","| "]),P$1([x,"| "],sd)];return Be$1(Ra,qa)?l([f(cd),E$1]):(td.type==="TupleTypeAnnotation"||td.type==="TSTupleType")&&td[td.type==="TupleTypeAnnotation"&&td.types?"types":"elementTypes"].length>1?l([f([b(["(",E$1]),cd]),E$1,b(")")]):l(rd?f(cd):cd)}function rl$1(Ra){var qa;let{node:Ja,parent:ed}=Ra;return Ja.type==="FunctionTypeAnnotation"&&(Ir(ed)||!((ed.type==="ObjectTypeProperty"||ed.type==="ObjectTypeInternalSlot")&&!ed.variance&&!ed.optional&&ht$1(ed,Ja)||ed.type==="ObjectTypeCallProperty"||((qa=Ra.getParentNode(2))==null?void 0:qa.type)==="DeclareFunction"))}function Zr$2(Ra,qa,Ja){let{node:ed}=Ra,td=[Nt$1(Ra)];(ed.type==="TSConstructorType"||ed.type==="TSConstructSignatureDeclaration")&&td.push("new ");let rd=Je$1(Ra,Ja,qa,!1,!0),od=[];return ed.type==="FunctionTypeAnnotation"?od.push(rl$1(Ra)?" => ":": ",Ja("returnType")):od.push(Y(Ra,Ja,ed.returnType?"returnType":"typeAnnotation")),ot(ed,od)&&(rd=l(rd)),td.push(rd,od),l(td)}function en$1(Ra,qa,Ja){return[Ja("objectType"),V$1(Ra),"[",Ja("indexType"),"]"]}function tn$1(Ra,qa,Ja){return["infer ",Ja("typeParameter")]}function Ts(Ra,qa,Ja){let{node:ed}=Ra;return[ed.postfix?"":Ja,Y(Ra,qa),ed.postfix?Ja:""]}function rn$1(Ra,qa,Ja){let{node:ed}=Ra;return["...",...ed.type==="TupleTypeSpreadElement"&&ed.label?[Ja("label"),": "]:[],Ja("typeAnnotation")]}function nn$1(Ra,qa,Ja){let{node:ed}=Ra;return[ed.variance?Ja("variance"):"",Ja("label"),ed.optional?"?":"",": ",Ja("elementType")]}var nl$1=new WeakSet;function Y(Ra,qa,Ja="typeAnnotation"){let{node:{[Ja]:ed}}=Ra;if(!ed)return"";let td=!1;if(ed.type==="TSTypeAnnotation"||ed.type==="TypeAnnotation"){let rd=Ra.call(Ri$1,Ja);(rd==="=>"||rd===":"&&d(ed,g$2.Leading))&&(td=!0),nl$1.add(ed)}return td?[" ",qa(Ja)]:qa(Ja)}var Ri$1=Ra=>Ra.match(qa=>qa.type==="TSTypeAnnotation",(qa,Ja)=>(Ja==="returnType"||Ja==="typeAnnotation")&&(qa.type==="TSFunctionType"||qa.type==="TSConstructorType"))?"=>":Ra.match(qa=>qa.type==="TSTypeAnnotation",(qa,Ja)=>Ja==="typeAnnotation"&&(qa.type==="TSJSDocNullableType"||qa.type==="TSJSDocNonNullableType"||qa.type==="TSTypePredicate"))||Ra.match(qa=>qa.type==="TypeAnnotation",(qa,Ja)=>Ja==="typeAnnotation"&&qa.type==="Identifier",(qa,Ja)=>Ja==="id"&&qa.type==="DeclareFunction")||Ra.match(qa=>qa.type==="TypeAnnotation",(qa,Ja)=>Ja==="typeAnnotation"&&qa.type==="Identifier",(qa,Ja)=>Ja==="id"&&qa.type==="DeclareHook")||Ra.match(qa=>qa.type==="TypeAnnotation",(qa,Ja)=>Ja==="bound"&&qa.type==="TypeParameter"&&qa.usesExtendsBound)?"":":";function sn$1(Ra,qa,Ja){let ed=Ri$1(Ra);return ed?[ed," ",Ja("typeAnnotation")]:Ja("typeAnnotation")}function un$1(Ra){return[Ra("elementType"),"[]"]}function an$1({node:Ra},qa){let Ja=Ra.type==="TSTypeQuery"?"exprName":"argument",ed=Ra.type==="TypeofTypeAnnotation"||Ra.typeArguments?"typeArguments":"typeParameters";return["typeof ",qa(Ja),qa(ed)]}function on$1(Ra,qa){let{node:Ja}=Ra;return[Ja.type==="TSTypePredicate"&&Ja.asserts?"asserts ":Ja.type==="TypePredicate"&&Ja.kind?`${Ja.kind} `:"",qa("parameterName"),Ja.typeAnnotation?[" is ",Y(Ra,qa)]:""]}function V$1(Ra){let{node:qa}=Ra;return!qa.optional||qa.type==="Identifier"&&qa===Ra.parent.key?"":L$1(qa)||q$1(qa)&&qa.computed||qa.type==="OptionalIndexedAccessType"?"?.":"?"}function pn$1(Ra){return Ra.node.definite||Ra.match(void 0,(qa,Ja)=>Ja==="id"&&qa.type==="VariableDeclarator"&&qa.definite)?"!":""}var sl$1=new Set(["DeclareClass","DeclareComponent","DeclareFunction","DeclareHook","DeclareVariable","DeclareExportDeclaration","DeclareExportAllDeclaration","DeclareOpaqueType","DeclareTypeAlias","DeclareEnum","DeclareInterface"]);function $(Ra){let{node:qa}=Ra;return qa.declare||sl$1.has(qa.type)&&Ra.parent.type!=="DeclareExportDeclaration"?"declare ":""}var ul$1=new Set(["TSAbstractMethodDefinition","TSAbstractPropertyDefinition","TSAbstractAccessorProperty"]);function Nt$1({node:Ra}){return Ra.abstract||ul$1.has(Ra.type)?"abstract ":""}function Qe$1(Ra,qa,Ja){let ed=Ra.node;return ed.typeArguments?Ja("typeArguments"):ed.typeParameters?Ja("typeParameters"):""}function Hr$1(Ra,qa,Ja){return["::",Ja("callee")]}function ft(Ra,qa,Ja){return Ra.type==="EmptyStatement"?";":Ra.type==="BlockStatement"||Ja?[" ",qa]:f([x,qa])}function cn$2(Ra,qa){return["...",qa("argument"),Y(Ra,qa)]}function Xt$1(Ra){return Ra.accessibility?Ra.accessibility+" ":""}function il$1(Ra,qa,Ja,ed){let{node:td}=Ra,rd=td.inexact?"...":"";return d(td,g$2.Dangling)?l([Ja,rd,M$1(Ra,qa,{indent:!0}),E$1,ed]):[Ja,rd,ed]}function Yt(Ra,qa,Ja){let{node:ed}=Ra,td=[],rd=ed.type==="TupleExpression"?"#[":"[",od="]",sd=ed.type==="TupleTypeAnnotation"&&ed.types?"types":ed.type==="TSTupleType"||ed.type==="TupleTypeAnnotation"?"elementTypes":"elements",ld=ed[sd];if(ld.length===0)td.push(il$1(Ra,qa,rd,od));else{let cd=O$1(!1,ld,-1),ud=(cd==null?void 0:cd.type)!=="RestElement"&&!ed.inexact,gd=cd===null,_d=Symbol("array"),yd=!qa.__inJestEach&&ld.length>1&&ld.every((Od,Ad,Nd)=>{let kd=Od==null?void 0:Od.type;if(!U$1(Od)&&!se(Od))return!1;let Id=Nd[Ad+1];if(Id&&kd!==Id.type)return!1;let Rd=U$1(Od)?"elements":"properties";return Od[Rd]&&Od[Rd].length>1}),Ed=fs(ed,qa),Td=ud?gd?",":ae(qa)?Ed?b(",","",{groupId:_d}):b(","):"":"";td.push(l([rd,f([E$1,Ed?ol$1(Ra,qa,Ja,Td):[al$1(Ra,qa,sd,ed.inexact,Ja),Td],M$1(Ra,qa)]),E$1,od],{shouldBreak:yd,id:_d}))}return td.push(V$1(Ra),Y(Ra,Ja)),td}function fs(Ra,qa){return U$1(Ra)&&Ra.elements.length>1&&Ra.elements.every(Ja=>Ja&&(Ce(Ja)||jn$2(Ja)&&!d(Ja.argument))&&!d(Ja,g$2.Trailing|g$2.Line,ed=>!te$1(qa.originalText,R$1(ed),{backwards:!0})))}function Ji$2({node:Ra},{originalText:qa}){let Ja=td=>Lt$1(qa,wt(qa,td)),ed=td=>qa[td]===","?td:ed(Ja(td+1));return Ot$2(qa,ed(k(Ra)))}function al$1(Ra,qa,Ja,ed,td){let rd=[];return Ra.each(({node:od,isLast:sd})=>{rd.push(od?l(td()):""),(!sd||ed)&&rd.push([",",x,od&&Ji$2(Ra,qa)?E$1:""])},Ja),ed&&rd.push("..."),rd}function ol$1(Ra,qa,Ja,ed){let td=[];return Ra.each(({isLast:rd,next:od})=>{td.push([Ja(),rd?ed:","]),rd||td.push(Ji$2(Ra,qa)?[F,F]:d(od,g$2.Leading|g$2.Line)?F:x)},"elements"),qt$1(td)}var qi=new Proxy(()=>{},{get:()=>qi}),ln$1=qi,pl$1=/^[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC][\$0-9A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]*$/,cl$1=Ra=>pl$1.test(Ra),Wi=cl$1;function ll$1(Ra){return Ra.length===1?Ra:Ra.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(?=\d)/u,"$1$2").replace(/^([+-]?[\d.]+)e[+-]?0+$/u,"$1").replace(/^([+-])?\./u,"$10.").replace(/(\.\d+?)0+(?=e|$)/u,"$1").replace(/\.(?=e|$)/u,"")}var Ze$1=ll$1,mn$1=new WeakMap;function Ui(Ra){return/^(?:\d+|\d+\.\d+)$/u.test(Ra)}function Gi(Ra,qa){return qa.parser==="json"||qa.parser==="jsonc"||!Q$2(Ra.key)||tt$1(fe$1(Ra.key),qa).slice(1,-1)!==Ra.key.value?!1:!!(Wi(Ra.key.value)&&!(qa.parser==="babel-ts"&&Ra.type==="ClassProperty"||qa.parser==="typescript"&&Ra.type==="PropertyDefinition")||Ui(Ra.key.value)&&String(Number(Ra.key.value))===Ra.key.value&&Ra.type!=="ImportAttribute"&&(qa.parser==="babel"||qa.parser==="acorn"||qa.parser==="espree"||qa.parser==="meriyah"||qa.parser==="__babel_estree"))}function ml$1(Ra,qa){let{key:Ja}=Ra.node;return(Ja.type==="Identifier"||Ce(Ja)&&Ui(Ze$1(fe$1(Ja)))&&String(Ja.value)===Ze$1(fe$1(Ja))&&!(qa.parser==="typescript"||qa.parser==="babel-ts"))&&(qa.parser==="json"||qa.parser==="jsonc"||qa.quoteProps==="consistent"&&mn$1.get(Ra.parent))}function Et$1(Ra,qa,Ja){let{node:ed}=Ra;if(ed.computed)return["[",Ja("key"),"]"];let{parent:td}=Ra,{key:rd}=ed;if(qa.quoteProps==="consistent"&&!mn$1.has(td)){let od=Ra.siblings.some(sd=>!sd.computed&&Q$2(sd.key)&&!Gi(sd,qa));mn$1.set(td,od)}if(ml$1(Ra,qa)){let od=tt$1(JSON.stringify(rd.type==="Identifier"?rd.name:rd.value.toString()),qa);return Ra.call(sd=>ye$1(sd,od,qa),"key")}return Gi(ed,qa)&&(qa.quoteProps==="as-needed"||qa.quoteProps==="consistent"&&!mn$1.get(td))?Ra.call(od=>ye$1(od,/^\d/u.test(rd.value)?Ze$1(rd.value):rd.value,qa),"key"):Ja("key")}function yn$1(Ra,qa,Ja){let{node:ed}=Ra;return ed.shorthand?Ja("value"):Tt$2(Ra,qa,Ja,Et$1(Ra,qa,Ja),":","value")}var yl$1=({node:Ra,key:qa,parent:Ja})=>qa==="value"&&Ra.type==="FunctionExpression"&&(Ja.type==="ObjectMethod"||Ja.type==="ClassMethod"||Ja.type==="ClassPrivateMethod"||Ja.type==="MethodDefinition"||Ja.type==="TSAbstractMethodDefinition"||Ja.type==="TSDeclareMethod"||Ja.type==="Property"&&gt(Ja));function Dn$2(Ra,qa,Ja,ed){if(yl$1(Ra))return fn$1(Ra,Ja,qa);let{node:td}=Ra,rd=!1;if((td.type==="FunctionDeclaration"||td.type==="FunctionExpression")&&ed!=null&&ed.expandLastArg){let{parent:ud}=Ra;L$1(ud)&&(oe$1(ud).length>1||K$1(td).every(gd=>gd.type==="Identifier"&&!gd.typeAnnotation))&&(rd=!0)}let od=[$(Ra),td.async?"async ":"",`function${td.generator?"*":""} `,td.id?qa("id"):""],sd=Je$1(Ra,qa,Ja,rd),ld=Ht$1(Ra,qa),cd=ot(td,ld);return od.push(Qe$1(Ra,Ja,qa),l([cd?l(sd):sd,ld]),td.body?" ":"",qa("body")),Ja.semi&&(td.declare||!td.body)&&od.push(";"),od}function mr(Ra,qa,Ja){let{node:ed}=Ra,{kind:td}=ed,rd=ed.value||ed,od=[];return!td||td==="init"||td==="method"||td==="constructor"?rd.async&&od.push("async "):(ln$1.ok(td==="get"||td==="set"),od.push(td," ")),rd.generator&&od.push("*"),od.push(Et$1(Ra,qa,Ja),ed.optional||ed.key.optional?"?":"",ed===rd?fn$1(Ra,qa,Ja):Ja("value")),od}function fn$1(Ra,qa,Ja){let{node:ed}=Ra,td=Je$1(Ra,Ja,qa),rd=Ht$1(Ra,Ja),od=vi$1(ed),sd=ot(ed,rd),ld=[Qe$1(Ra,qa,Ja),l([od?l(td,{shouldBreak:!0}):sd?l(td):td,rd])];return ed.body?ld.push(" ",Ja("body")):ld.push(qa.semi?";":""),ld}function Dl$1(Ra){let qa=K$1(Ra);return qa.length===1&&!Ra.typeParameters&&!d(Ra,g$2.Dangling)&&qa[0].type==="Identifier"&&!qa[0].typeAnnotation&&!d(qa[0])&&!qa[0].optional&&!Ra.predicate&&!Ra.returnType}function En$1(Ra,qa){if(qa.arrowParens==="always")return!1;if(qa.arrowParens==="avoid"){let{node:Ja}=Ra;return Dl$1(Ja)}return!1}function Ht$1(Ra,qa){let{node:Ja}=Ra,ed=[Y(Ra,qa,"returnType")];return Ja.predicate&&ed.push(qa("predicate")),ed}function Ni(Ra,qa,Ja){let{node:ed}=Ra,td=qa.semi?";":"",rd=[];if(ed.argument){let ld=Ja("argument");fl$1(qa,ed.argument)?ld=["(",f([F,ld]),F,")"]:(De(ed.argument)||ed.argument.type==="SequenceExpression"||qa.experimentalTernaries&&ed.argument.type==="ConditionalExpression"&&(ed.argument.consequent.type==="ConditionalExpression"||ed.argument.alternate.type==="ConditionalExpression"))&&(ld=l([b("("),f([E$1,ld]),E$1,b(")")])),rd.push(" ",ld)}let od=d(ed,g$2.Dangling),sd=td&&od&&d(ed,g$2.Last|g$2.Line);return sd&&rd.push(td),od&&rd.push(" ",M$1(Ra,qa)),sd||rd.push(td),rd}function Xi$1(Ra,qa,Ja){return["return",Ni(Ra,qa,Ja)]}function Yi$1(Ra,qa,Ja){return["throw",Ni(Ra,qa,Ja)]}function fl$1(Ra,qa){if(Oe$1(Ra.originalText,qa)||d(qa,g$2.Leading,Ja=>de$1(Ra.originalText,R$1(Ja),k(Ja)))&&!X(qa))return!0;if(jt$1(qa)){let Ja=qa,ed;for(;ed=uu$2(Ja);)if(Ja=ed,Oe$1(Ra.originalText,Ja))return!0}return!1}var ds=new WeakMap;function Hi(Ra){return ds.has(Ra)||ds.set(Ra,Ra.type==="ConditionalExpression"&&!ie$1(Ra,qa=>qa.type==="ObjectExpression")),ds.get(Ra)}var Vi=Ra=>Ra.type==="SequenceExpression";function $i$1(Ra,qa,Ja,ed={}){let td=[],rd,od=[],sd=!1,ld=!ed.expandLastArg&&Ra.node.body.type==="ArrowFunctionExpression",cd;(function Od(){let{node:Ad}=Ra,Nd=El$2(Ra,qa,Ja,ed);if(td.length===0)td.push(Nd);else{let{leading:kd,trailing:Id}=os(Ra,qa);td.push([kd,Nd]),od.unshift(Id)}ld&&(sd||(sd=Ad.returnType&&K$1(Ad).length>0||Ad.typeParameters||K$1(Ad).some(kd=>kd.type!=="Identifier"))),!ld||Ad.body.type!=="ArrowFunctionExpression"?(rd=Ja("body",ed),cd=Ad.body):Ra.call(Od,"body")})();let ud=!Oe$1(qa.originalText,cd)&&(Vi(cd)||Fl$2(cd,rd,qa)||!sd&&Hi(cd)),gd=Ra.key==="callee"&&lt$1(Ra.parent),_d=Symbol("arrow-chain"),yd=Cl$1(Ra,ed,{signatureDocs:td,shouldBreak:sd}),Ed,Td=!1;return ld&&(gd||ed.assignmentLayout)&&(Td=!0,Ed=ed.assignmentLayout==="chain-tail-arrow-chain"||gd&&!ud),rd=Al$2(Ra,qa,ed,{bodyDoc:rd,bodyComments:od,functionBody:cd,shouldPutBodyOnSameLine:ud}),l([l(Td?f([E$1,yd]):yd,{shouldBreak:Ed,id:_d})," =>",ld?At$2(rd,{groupId:_d}):l(rd),ld&&gd?b(E$1,"",{groupId:_d}):""])}function El$2(Ra,qa,Ja,ed){let{node:td}=Ra,rd=[];if(td.async&&rd.push("async "),En$1(Ra,qa))rd.push(Ja(["params",0]));else{let sd=ed.expandLastArg||ed.expandFirstArg,ld=Ht$1(Ra,Ja);if(sd){if(ne$1(ld))throw new Dt$2;ld=l(ur(ld))}rd.push(l([Je$1(Ra,Ja,qa,sd,!0),ld]))}let od=M$1(Ra,qa,{filter(sd){let ld=yt$1(qa.originalText,k(sd));return ld!==!1&&qa.originalText.slice(ld,ld+2)==="=>"}});return od&&rd.push(" ",od),rd}function Fl$2(Ra,qa,Ja){var ed,td;return U$1(Ra)||se(Ra)||Ra.type==="ArrowFunctionExpression"||Ra.type==="DoExpression"||Ra.type==="BlockStatement"||X(Ra)||((ed=qa.label)==null?void 0:ed.hug)!==!1&&(((td=qa.label)==null?void 0:td.embed)||Lr(Ra,Ja.originalText))}function Cl$1(Ra,qa,{signatureDocs:Ja,shouldBreak:ed}){if(Ja.length===1)return Ja[0];let{parent:td,key:rd}=Ra;return rd!=="callee"&&lt$1(td)||De(td)?l([Ja[0]," =>",f([x,P$1([" =>",x],Ja.slice(1))])],{shouldBreak:ed}):rd==="callee"&&lt$1(td)||qa.assignmentLayout?l(P$1([" =>",x],Ja),{shouldBreak:ed}):l(f(P$1([" =>",x],Ja)),{shouldBreak:ed})}function Al$2(Ra,qa,Ja,{bodyDoc:ed,bodyComments:td,functionBody:rd,shouldPutBodyOnSameLine:od}){let{node:sd,parent:ld}=Ra,cd=Ja.expandLastArg&&ae(qa,"all")?b(","):"",ud=(Ja.expandLastArg||ld.type==="JSXExpressionContainer")&&!d(sd)?E$1:"";return od&&Hi(rd)?[" ",l([b("","("),f([E$1,ed]),b("",")"),cd,ud]),td]:(Vi(rd)&&(ed=l(["(",f([E$1,ed]),E$1,")"])),od?[" ",ed,td]:[f([x,ed,td]),cd,ud])}var Tl$2=(Ra,qa,Ja)=>{if(!(Ra&&qa==null)){if(qa.findLast)return qa.findLast(Ja);for(let ed=qa.length-1;ed>=0;ed--){let td=qa[ed];if(Ja(td,ed,qa))return td}}},Ki$1=Tl$2;function yr(Ra,qa,Ja,ed){let{node:td}=Ra,rd=[],od=Ki$1(!1,td[ed],sd=>sd.type!=="EmptyStatement");return Ra.each(({node:sd})=>{sd.type!=="EmptyStatement"&&(rd.push(Ja()),sd!==od&&(rd.push(F),pe(sd,qa)&&rd.push(F)))},ed),rd}function Fn$1(Ra,qa,Ja){let ed=dl$1(Ra,qa,Ja),{node:td,parent:rd}=Ra;if(td.type==="Program"&&(rd==null?void 0:rd.type)!=="ModuleExpression")return ed?[ed,F]:"";let od=[];if(td.type==="StaticBlock"&&od.push("static "),od.push("{"),ed)od.push(f([F,ed]),F);else{let sd=Ra.grandparent;rd.type==="ArrowFunctionExpression"||rd.type==="FunctionExpression"||rd.type==="FunctionDeclaration"||rd.type==="ComponentDeclaration"||rd.type==="HookDeclaration"||rd.type==="ObjectMethod"||rd.type==="ClassMethod"||rd.type==="ClassPrivateMethod"||rd.type==="ForStatement"||rd.type==="WhileStatement"||rd.type==="DoWhileStatement"||rd.type==="DoExpression"||rd.type==="ModuleExpression"||rd.type==="CatchClause"&&!sd.finalizer||rd.type==="TSModuleDeclaration"||td.type==="StaticBlock"||od.push(F)}return od.push("}"),od}function dl$1(Ra,qa,Ja){let{node:ed}=Ra,td=w(ed.directives),rd=ed.body.some(ld=>ld.type!=="EmptyStatement"),od=d(ed,g$2.Dangling);if(!td&&!rd&&!od)return"";let sd=[];return td&&(sd.push(yr(Ra,qa,Ja,"directives")),(rd||od)&&(sd.push(F),pe(O$1(!1,ed.directives,-1),qa)&&sd.push(F))),rd&&sd.push(yr(Ra,qa,Ja,"body")),od&&sd.push(M$1(Ra,qa)),sd}function xl$2(Ra){let qa=new WeakMap;return function(Ja){return qa.has(Ja)||qa.set(Ja,Symbol(Ra)),qa.get(Ja)}}var Cn$2=xl$2;function hl$1(Ra){switch(Ra){case null:return"";case"PlusOptional":return"+?";case"MinusOptional":return"-?";case"Optional":return"?"}}function zi(Ra,qa,Ja){let{node:ed}=Ra;return l([ed.variance?Ja("variance"):"","[",f([Ja("keyTparam")," in ",Ja("sourceType")]),"]",hl$1(ed.optional),": ",Ja("propType")])}function xs(Ra,qa){return Ra==="+"||Ra==="-"?Ra+qa:qa}function Qi$1(Ra,qa,Ja){let{node:ed}=Ra,td=de$1(qa.originalText,R$1(ed),R$1(ed.typeParameter));return l(["{",f([qa.bracketSpacing?x:E$1,l([Ja("typeParameter"),ed.optional?xs(ed.optional,"?"):"",ed.typeAnnotation?": ":"",Ja("typeAnnotation")]),qa.semi?b(";"):""]),M$1(Ra,qa),qa.bracketSpacing?x:E$1,"}"],{shouldBreak:td})}var Dr=Cn$2("typeParameters");function gl$1(Ra,qa,Ja){let{node:ed}=Ra;return K$1(ed).length===1&&ed.type.startsWith("TS")&&!ed[Ja][0].constraint&&Ra.parent.type==="ArrowFunctionExpression"&&!(qa.filepath&&/\.ts$/u.test(qa.filepath))}function Pt$1(Ra,qa,Ja,ed){let{node:td}=Ra;if(!td[ed])return"";if(!Array.isArray(td[ed]))return Ja(ed);let rd=St$1(Ra.grandparent),od=Ra.match(ld=>!(ld[ed].length===1&&we$1(ld[ed][0])),void 0,(ld,cd)=>cd==="typeAnnotation",ld=>ld.type==="Identifier",Fs);if(td[ed].length===0||!od&&(rd||td[ed].length===1&&(td[ed][0].type==="NullableTypeAnnotation"||As$1(td[ed][0]))))return["<",P$1(", ",Ra.map(Ja,ed)),Sl$2(Ra,qa),">"];let sd=td.type==="TSTypeParameterInstantiation"?"":gl$1(Ra,qa,ed)?",":ae(qa)?b(","):"";return l(["<",f([E$1,P$1([",",x],Ra.map(Ja,ed))]),sd,E$1,">"],{id:Dr(td)})}function Sl$2(Ra,qa){let{node:Ja}=Ra;if(!d(Ja,g$2.Dangling))return"";let ed=!d(Ja,g$2.Line),td=M$1(Ra,qa,{indent:!ed});return ed?td:[td,F]}function An$1(Ra,qa,Ja){let{node:ed,parent:td}=Ra,rd=[ed.type==="TSTypeParameter"&&ed.const?"const ":""],od=ed.type==="TSTypeParameter"?Ja("name"):ed.name;if(td.type==="TSMappedType")return td.readonly&&rd.push(xs(td.readonly,"readonly")," "),rd.push("[",od),ed.constraint&&rd.push(" in ",Ja("constraint")),td.nameType&&rd.push(" as ",Ra.callParent(()=>Ja("nameType"))),rd.push("]"),rd;if(ed.variance&&rd.push(Ja("variance")),ed.in&&rd.push("in "),ed.out&&rd.push("out "),rd.push(od),ed.bound&&(ed.usesExtendsBound&&rd.push(" extends "),rd.push(Y(Ra,Ja,"bound"))),ed.constraint){let sd=Symbol("constraint");rd.push(" extends",l(f(x),{id:sd}),ke$2,At$2(Ja("constraint"),{groupId:sd}))}return ed.default&&rd.push(" = ",Ja("default")),l(rd)}var Zi=v(["ClassProperty","PropertyDefinition","ClassPrivateProperty","ClassAccessorProperty","AccessorProperty","TSAbstractPropertyDefinition","TSAbstractAccessorProperty"]);function Tn$2(Ra,qa,Ja){let{node:ed}=Ra,td=[$(Ra),Nt$1(Ra),"class"],rd=d(ed.id,g$2.Trailing)||d(ed.typeParameters,g$2.Trailing)||d(ed.superClass)||w(ed.extends)||w(ed.mixins)||w(ed.implements),od=[],sd=[];if(ed.id&&od.push(" ",Ja("id")),od.push(Ja("typeParameters")),ed.superClass){let ld=[bl$1(Ra,qa,Ja),Ja(ed.superTypeArguments?"superTypeArguments":"superTypeParameters")],cd=Ra.call(ud=>["extends ",ye$1(ud,ld,qa)],"superClass");rd?sd.push(x,l(cd)):sd.push(" ",cd)}else sd.push(hs(Ra,qa,Ja,"extends"));if(sd.push(hs(Ra,qa,Ja,"mixins"),hs(Ra,qa,Ja,"implements")),rd){let ld;ta$1(ed)?ld=[...od,f(sd)]:ld=f([...od,sd]),td.push(l(ld,{id:ea(ed)}))}else td.push(...od,...sd);return td.push(" ",Ja("body")),td}var ea=Cn$2("heritageGroup");function gs$1(Ra){return b(F,"",{groupId:ea(Ra)})}function Bl$1(Ra){return["extends","mixins","implements"].reduce((qa,Ja)=>qa+(Array.isArray(Ra[Ja])?Ra[Ja].length:0),Ra.superClass?1:0)>1}function ta$1(Ra){return Ra.typeParameters&&!d(Ra.typeParameters,g$2.Trailing|g$2.Line)&&!Bl$1(Ra)}function hs(Ra,qa,Ja,ed){let{node:td}=Ra;if(!w(td[ed]))return"";let rd=M$1(Ra,qa,{marker:ed});return[ta$1(td)?b(" ",x,{groupId:Dr(td.typeParameters)}):x,rd,rd&&F,ed,l(f([x,P$1([",",x],Ra.map(Ja,ed))]))]}function bl$1(Ra,qa,Ja){let ed=Ja("superClass"),{parent:td}=Ra;return td.type==="AssignmentExpression"?l(b(["(",f([E$1,ed]),E$1,")"],ed)):ed}function dn$1(Ra,qa,Ja){let{node:ed}=Ra,td=[];return w(ed.decorators)&&td.push(Ds$1(Ra,qa,Ja)),td.push(Xt$1(ed)),ed.static&&td.push("static "),td.push(Nt$1(Ra)),ed.override&&td.push("override "),td.push(mr(Ra,qa,Ja)),td}function xn$1(Ra,qa,Ja){let{node:ed}=Ra,td=[],rd=qa.semi?";":"";w(ed.decorators)&&td.push(Ds$1(Ra,qa,Ja)),td.push(Xt$1(ed),$(Ra)),ed.static&&td.push("static "),td.push(Nt$1(Ra)),ed.override&&td.push("override "),ed.readonly&&td.push("readonly "),ed.variance&&td.push(Ja("variance")),(ed.type==="ClassAccessorProperty"||ed.type==="AccessorProperty"||ed.type==="TSAbstractAccessorProperty")&&td.push("accessor "),td.push(Et$1(Ra,qa,Ja),V$1(Ra),pn$1(Ra),Y(Ra,Ja));let od=ed.type==="TSAbstractPropertyDefinition"||ed.type==="TSAbstractAccessorProperty";return[Tt$2(Ra,qa,Ja,td," =",od?void 0:"value"),rd]}function ra$1(Ra,qa,Ja){let{node:ed}=Ra,td=[];return Ra.each(({node:rd,next:od,isLast:sd})=>{td.push(Ja()),!qa.semi&&Zi(rd)&&Pl$1(rd,od)&&td.push(";"),sd||(td.push(F),pe(rd,qa)&&td.push(F))},"body"),d(ed,g$2.Dangling)&&td.push(M$1(Ra,qa)),[w(ed.body)?gs$1(Ra.parent):"","{",td.length>0?[f([F,td]),F]:"","}"]}function Pl$1(Ra,qa){var Ja;let{type:ed,name:td}=Ra.key;if(!Ra.computed&&ed==="Identifier"&&(td==="static"||td==="get"||td==="set")&&!Ra.value&&!Ra.typeAnnotation)return!0;if(!qa||qa.static||qa.accessibility||qa.readonly)return!1;if(!qa.computed){let rd=(Ja=qa.key)==null?void 0:Ja.name;if(rd==="in"||rd==="instanceof")return!0}if(Zi(qa)&&qa.variance&&!qa.static&&!qa.declare)return!0;switch(qa.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return qa.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((qa.value?qa.value.async:qa.async)||qa.kind==="get"||qa.kind==="set")return!1;let rd=qa.value?qa.value.generator:qa.generator;return!!(qa.computed||rd)}case"TSIndexSignature":return!0}return!1}function na(Ra,qa){if(qa.semi||Ss(Ra,qa)||bs(Ra,qa))return!1;let{node:Ja,key:ed,parent:td}=Ra;return!!(Ja.type==="ExpressionStatement"&&(ed==="body"&&(td.type==="Program"||td.type==="BlockStatement"||td.type==="StaticBlock"||td.type==="TSModuleBlock")||ed==="consequent"&&td.type==="SwitchCase")&&Ra.call(()=>sa(Ra,qa),"expression"))}function sa(Ra,qa){let{node:Ja}=Ra;switch(Ja.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":if(!En$1(Ra,qa))return!0;break;case"UnaryExpression":{let{prefix:ed,operator:td}=Ja;if(ed&&(td==="+"||td==="-"))return!0;break}case"BindExpression":if(!Ja.object)return!0;break;case"Literal":if(Ja.regex)return!0;break;default:if(X(Ja))return!0}return Be$1(Ra,qa)?!0:jt$1(Ja)?Ra.call(()=>sa(Ra,qa),...Pr(Ja)):!1}function Ss({node:Ra,parent:qa},Ja){return(Ja.parentParser==="markdown"||Ja.parentParser==="mdx")&&Ra.type==="ExpressionStatement"&&X(Ra.expression)&&qa.type==="Program"&&qa.body.length===1}function Bs(Ra){switch(Ra.type){case"MemberExpression":switch(Ra.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return Bs(Ra.object)}return!1;case"Identifier":return!0;default:return!1}}function bs({node:Ra,parent:qa},Ja){return(Ja.parser==="__vue_event_binding"||Ja.parser==="__vue_ts_event_binding")&&Ra.type==="ExpressionStatement"&&qa.type==="Program"&&qa.body.length===1}function ua$2(Ra,qa,Ja){let ed=[Ja("expression")];return bs(Ra,qa)?Bs(Ra.node.expression)&&ed.push(";"):Ss(Ra,qa)||qa.semi&&ed.push(";"),ed}function ia$1(Ra,qa,Ja){if(qa.__isVueBindings||qa.__isVueForBindingLeft){let ed=Ra.map(Ja,"program","body",0,"params");if(ed.length===1)return ed[0];let td=P$1([",",x],ed);return qa.__isVueForBindingLeft?["(",f([E$1,l(td)]),E$1,")"]:td}if(qa.__isEmbeddedTypescriptGenericParameters){let ed=Ra.map(Ja,"program","body",0,"typeParameters","params");return P$1([",",x],ed)}}function pa(Ra,qa){let{node:Ja}=Ra;switch(Ja.type){case"RegExpLiteral":return aa$1(Ja);case"BigIntLiteral":return hn$1(Ja.extra.raw);case"NumericLiteral":return Ze$1(Ja.extra.raw);case"StringLiteral":return Ie(tt$1(Ja.extra.raw,qa));case"NullLiteral":return"null";case"BooleanLiteral":return String(Ja.value);case"DecimalLiteral":return Ze$1(Ja.value)+"m";case"DirectiveLiteral":return oa(Ja.extra.raw,qa);case"Literal":{if(Ja.regex)return aa$1(Ja.regex);if(Ja.bigint)return hn$1(Ja.raw);if(Ja.decimal)return Ze$1(Ja.decimal)+"m";let{value:ed}=Ja;return typeof ed=="number"?Ze$1(Ja.raw):typeof ed=="string"?kl$1(Ra)?oa(Ja.raw,qa):Ie(tt$1(Ja.raw,qa)):String(ed)}}}function kl$1(Ra){if(Ra.key!=="expression")return;let{parent:qa}=Ra;return qa.type==="ExpressionStatement"&&qa.directive}function hn$1(Ra){return Ra.toLowerCase()}function aa$1({pattern:Ra,flags:qa}){return qa=[...qa].sort().join(""),`/${Ra}/${qa}`}function oa(Ra,qa){let Ja=Ra.slice(1,-1);if(Ja.includes('"')||Ja.includes("'"))return Ra;let ed=qa.singleQuote?"'":'"';return ed+Ja+ed}function Il$2(Ra,qa,Ja){let ed=Ra.originalText.slice(qa,Ja);for(let td of Ra[Symbol.for("comments")]){let rd=R$1(td);if(rd>Ja)break;let od=k(td);if(od<qa)continue;let sd=od-rd;ed=ed.slice(0,rd-qa)+" ".repeat(sd)+ed.slice(od-qa)}return ed}var fr=Il$2;function ca$1(Ra,qa,Ja){let{node:ed}=Ra;return["import",ed.module?" module":"",ed.phase?` ${ed.phase}`:"",ks(ed),ya$1(Ra,qa,Ja),ma(Ra,qa,Ja),fa(Ra,qa,Ja),qa.semi?";":""]}var la$1=Ra=>Ra.type==="ExportDefaultDeclaration"||Ra.type==="DeclareExportDeclaration"&&Ra.default;function gn$2(Ra,qa,Ja){let{node:ed}=Ra,td=[di$1(Ra,qa,Ja),$(Ra),"export",la$1(ed)?" default":""],{declaration:rd,exported:od}=ed;return d(ed,g$2.Dangling)&&(td.push(" ",M$1(Ra,qa)),wr(ed)&&td.push(F)),rd?td.push(" ",Ja("declaration")):(td.push(Ol$2(ed)),ed.type==="ExportAllDeclaration"||ed.type==="DeclareExportAllDeclaration"?(td.push(" *"),od&&td.push(" as ",Ja("exported"))):td.push(ya$1(Ra,qa,Ja)),td.push(ma(Ra,qa,Ja),fa(Ra,qa,Ja))),td.push(wl$2(ed,qa)),td}var Ll$2=v(["ClassDeclaration","ComponentDeclaration","FunctionDeclaration","TSInterfaceDeclaration","DeclareClass","DeclareComponent","DeclareFunction","DeclareHook","HookDeclaration","TSDeclareFunction","EnumDeclaration"]);function wl$2(Ra,qa){return qa.semi&&(!Ra.declaration||la$1(Ra)&&!Ll$2(Ra.declaration))?";":""}function Ps(Ra,qa=!0){return Ra&&Ra!=="value"?`${qa?" ":""}${Ra}${qa?"":" "}`:""}function ks(Ra,qa){return Ps(Ra.importKind,qa)}function Ol$2(Ra){return Ps(Ra.exportKind)}function ma(Ra,qa,Ja){let{node:ed}=Ra;if(!ed.source)return"";let td=[];return Da$1(ed,qa)&&td.push(" from"),td.push(" ",Ja("source")),td}function ya$1(Ra,qa,Ja){let{node:ed}=Ra;if(!Da$1(ed,qa))return"";let td=[" "];if(w(ed.specifiers)){let rd=[],od=[];Ra.each(()=>{let sd=Ra.node.type;if(sd==="ExportNamespaceSpecifier"||sd==="ExportDefaultSpecifier"||sd==="ImportNamespaceSpecifier"||sd==="ImportDefaultSpecifier")rd.push(Ja());else if(sd==="ExportSpecifier"||sd==="ImportSpecifier")od.push(Ja());else throw new Me$2(ed,"specifier")},"specifiers"),td.push(P$1(", ",rd)),od.length>0&&(rd.length>0&&td.push(", "),od.length>1||rd.length>0||ed.specifiers.some(sd=>d(sd))?td.push(l(["{",f([qa.bracketSpacing?x:E$1,P$1([",",x],od)]),b(ae(qa)?",":""),qa.bracketSpacing?x:E$1,"}"])):td.push(["{",qa.bracketSpacing?" ":"",...od,qa.bracketSpacing?" ":"","}"]))}else td.push("{}");return td}function Da$1(Ra,qa){return Ra.type!=="ImportDeclaration"||w(Ra.specifiers)||Ra.importKind==="type"?!0:fr(qa,R$1(Ra),R$1(Ra.source)).trimEnd().endsWith("from")}function _l$1(Ra,qa){var Ja,ed;if((Ja=Ra.extra)!=null&&Ja.deprecatedAssertSyntax)return"assert";let td=fr(qa,k(Ra.source),(ed=Ra.attributes)!=null&&ed[0]?R$1(Ra.attributes[0]):k(Ra)).trimStart();return td.startsWith("assert")?"assert":td.startsWith("with")||w(Ra.attributes)?"with":void 0}function fa(Ra,qa,Ja){let{node:ed}=Ra;if(!ed.source)return"";let td=_l$1(ed,qa);if(!td)return"";let rd=[` ${td} {`];return w(ed.attributes)&&(qa.bracketSpacing&&rd.push(" "),rd.push(P$1(", ",Ra.map(Ja,"attributes"))),qa.bracketSpacing&&rd.push(" ")),rd.push("}"),rd}function Ea(Ra,qa,Ja){let{node:ed}=Ra,{type:td}=ed,rd=td.startsWith("Import"),od=rd?"imported":"local",sd=rd?"local":"exported",ld=ed[od],cd=ed[sd],ud="",gd="";return td==="ExportNamespaceSpecifier"||td==="ImportNamespaceSpecifier"?ud="*":ld&&(ud=Ja(od)),cd&&!jl$1(ed)&&(gd=Ja(sd)),[Ps(td==="ImportSpecifier"?ed.importKind:ed.exportKind,!1),ud,ud&&gd?" as ":"",gd]}function jl$1(Ra){if(Ra.type!=="ImportSpecifier"&&Ra.type!=="ExportSpecifier")return!1;let{local:qa,[Ra.type==="ImportSpecifier"?"imported":"exported"]:Ja}=Ra;if(qa.type!==Ja.type||!eu$1(qa,Ja))return!1;if(Q$2(qa))return qa.value===Ja.value&&fe$1(qa)===fe$1(Ja);switch(qa.type){case"Identifier":return qa.name===Ja.name;default:return!1}}function dt$1(Ra,qa,Ja){var ed;let td=qa.semi?";":"",{node:rd}=Ra,od=rd.type==="ObjectTypeAnnotation",sd=rd.type==="TSEnumDeclaration"||rd.type==="EnumBooleanBody"||rd.type==="EnumNumberBody"||rd.type==="EnumBigIntBody"||rd.type==="EnumStringBody"||rd.type==="EnumSymbolBody",ld=[rd.type==="TSTypeLiteral"||sd?"members":rd.type==="TSInterfaceBody"?"body":"properties"];od&&ld.push("indexers","callProperties","internalSlots");let cd=ld.flatMap(Md=>Ra.map(({node:Ld})=>({node:Ld,printed:Ja(),loc:R$1(Ld)}),Md));ld.length>1&&cd.sort((Md,Ld)=>Md.loc-Ld.loc);let{parent:ud,key:gd}=Ra,_d=od&&gd==="body"&&(ud.type==="InterfaceDeclaration"||ud.type==="DeclareInterface"||ud.type==="DeclareClass"),yd=rd.type==="TSInterfaceBody"||sd||_d||rd.type==="ObjectPattern"&&ud.type!=="FunctionDeclaration"&&ud.type!=="FunctionExpression"&&ud.type!=="ArrowFunctionExpression"&&ud.type!=="ObjectMethod"&&ud.type!=="ClassMethod"&&ud.type!=="ClassPrivateMethod"&&ud.type!=="AssignmentPattern"&&ud.type!=="CatchClause"&&rd.properties.some(Md=>Md.value&&(Md.value.type==="ObjectPattern"||Md.value.type==="ArrayPattern"))||rd.type!=="ObjectPattern"&&cd.length>0&&de$1(qa.originalText,R$1(rd),cd[0].loc),Ed=_d?";":rd.type==="TSInterfaceBody"||rd.type==="TSTypeLiteral"?b(td,";"):",",Td=rd.type==="RecordExpression"?"#{":rd.exact?"{|":"{",Od=rd.exact?"|}":"}",Ad=[],Nd=cd.map(Md=>{let Ld=[...Ad,l(Md.printed)];return Ad=[Ed,x],(Md.node.type==="TSPropertySignature"||Md.node.type==="TSMethodSignature"||Md.node.type==="TSConstructSignatureDeclaration"||Md.node.type==="TSCallSignatureDeclaration")&&d(Md.node,g$2.PrettierIgnore)&&Ad.shift(),pe(Md.node,qa)&&Ad.push(F),Ld});if(rd.inexact||rd.hasUnknownMembers){let Md;if(d(rd,g$2.Dangling)){let Ld=d(rd,g$2.Line);Md=[M$1(Ra,qa),Ld||te$1(qa.originalText,k(O$1(!1,ct(rd),-1)))?F:x,"..."]}else Md=["..."];Nd.push([...Ad,...Md])}let kd=(ed=O$1(!1,cd,-1))==null?void 0:ed.node,Id=!(rd.inexact||rd.hasUnknownMembers||kd&&(kd.type==="RestElement"||(kd.type==="TSPropertySignature"||kd.type==="TSCallSignatureDeclaration"||kd.type==="TSMethodSignature"||kd.type==="TSConstructSignatureDeclaration")&&d(kd,g$2.PrettierIgnore))),Rd;if(Nd.length===0){if(!d(rd,g$2.Dangling))return[Td,Od,Y(Ra,Ja)];Rd=l([Td,M$1(Ra,qa,{indent:!0}),E$1,Od,V$1(Ra),Y(Ra,Ja)])}else Rd=[_d&&w(rd.properties)?gs$1(ud):"",Td,f([qa.bracketSpacing?x:E$1,...Nd]),b(Id&&(Ed!==","||ae(qa))?Ed:""),qa.bracketSpacing?x:E$1,Od,V$1(Ra),Y(Ra,Ja)];return Ra.match(Md=>Md.type==="ObjectPattern"&&!w(Md.decorators),Is$1)||we$1(rd)&&(Ra.match(void 0,(Md,Ld)=>Ld==="typeAnnotation",(Md,Ld)=>Ld==="typeAnnotation",Is$1)||Ra.match(void 0,(Md,Ld)=>Md.type==="FunctionTypeParam"&&Ld==="typeAnnotation",Is$1))||!yd&&Ra.match(Md=>Md.type==="ObjectPattern",Md=>Md.type==="AssignmentExpression"||Md.type==="VariableDeclarator")?Rd:l(Rd,{shouldBreak:yd})}function Is$1(Ra,qa){return(qa==="params"||qa==="parameters"||qa==="this"||qa==="rest")&&Cs(Ra)}function vl$1(Ra){let qa=[Ra];for(let Ja=0;Ja<qa.length;Ja++){let ed=qa[Ja];for(let td of["test","consequent","alternate"]){let rd=ed[td];if(X(rd))return!0;rd.type==="ConditionalExpression"&&qa.push(rd)}}return!1}function Ml$1(Ra,qa,Ja){let{node:ed}=Ra,td=ed.type==="ConditionalExpression",rd=td?"alternate":"falseType",{parent:od}=Ra,sd=td?Ja("test"):[Ja("checkType")," ","extends"," ",Ja("extendsType")];return od.type===ed.type&&od[rd]===ed?he$1(2,sd):sd}var Rl$2=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"],["AwaitExpression","argument"]]);function Jl$2(Ra){let{node:qa}=Ra;if(qa.type!=="ConditionalExpression")return!1;let Ja,ed=qa;for(let td=0;!Ja;td++){let rd=Ra.getParentNode(td);if(rd.type==="ChainExpression"&&rd.expression===ed||L$1(rd)&&rd.callee===ed||q$1(rd)&&rd.object===ed||rd.type==="TSNonNullExpression"&&rd.expression===ed){ed=rd;continue}rd.type==="NewExpression"&&rd.callee===ed||Te$1(rd)&&rd.expression===ed?(Ja=Ra.getParentNode(td+1),ed=rd):Ja=rd}return ed===qa?!1:Ja[Rl$2.get(Ja.type)]===ed}function Fa(Ra,qa,Ja){let{node:ed}=Ra,td=ed.type==="ConditionalExpression",rd=td?"consequent":"trueType",od=td?"alternate":"falseType",sd=td?["test"]:["checkType","extendsType"],ld=ed[rd],cd=ed[od],ud=[],gd=!1,{parent:_d}=Ra,yd=_d.type===ed.type&&sd.some(Pd=>_d[Pd]===ed),Ed=_d.type===ed.type&&!yd,Td,Od,Ad=0;do Od=Td||ed,Td=Ra.getParentNode(Ad),Ad++;while(Td&&Td.type===ed.type&&sd.every(Pd=>Td[Pd]!==Od));let Nd=Td||_d,kd=Od;if(td&&(X(ed[sd[0]])||X(ld)||X(cd)||vl$1(kd))){gd=!0,Ed=!0;let Pd=Ud=>[b("("),f([E$1,Ud]),E$1,b(")")],Fd=Ud=>Ud.type==="NullLiteral"||Ud.type==="Literal"&&Ud.value===null||Ud.type==="Identifier"&&Ud.name==="undefined";ud.push(" ? ",Fd(ld)?Ja(rd):Pd(Ja(rd))," : ",cd.type===ed.type||Fd(cd)?Ja(od):Pd(Ja(od)))}else{let Pd=Ud=>qa.useTabs?f(Ja(Ud)):he$1(2,Ja(Ud)),Fd=[x,"? ",ld.type===ed.type?b("","("):"",Pd(rd),ld.type===ed.type?b("",")"):"",x,": ",Pd(od)];ud.push(_d.type!==ed.type||_d[od]===ed||yd?Fd:qa.useTabs?Mr$1(f(Fd)):he$1(Math.max(0,qa.tabWidth-2),Fd))}let Id=[rd,od,...sd].some(Pd=>d(ed[Pd],Fd=>re$1(Fd)&&de$1(qa.originalText,R$1(Fd),k(Fd)))),Rd=Pd=>_d===Nd?l(Pd,{shouldBreak:Id}):Id?[Pd,Ee$1]:Pd,Md=!gd&&(q$1(_d)||_d.type==="NGPipeExpression"&&_d.left===ed)&&!_d.computed,Ld=Jl$2(Ra),jd=Rd([Ml$1(Ra,qa,Ja),Ed?ud:f(ud),td&&Md&&!Ld?E$1:""]);return yd||Ld?l([f([E$1,jd]),E$1]):jd}function ql$2(Ra,qa){return(q$1(qa)||qa.type==="NGPipeExpression"&&qa.left===Ra)&&!qa.computed}function Wl$1(Ra,qa,Ja,ed){return[...Ra.map(td=>ct(td)),ct(qa),ct(Ja)].flat().some(td=>re$1(td)&&de$1(ed.originalText,R$1(td),k(td)))}var Gl$2=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"],["AwaitExpression","argument"]]);function Ul$1(Ra){let{node:qa}=Ra;if(qa.type!=="ConditionalExpression")return!1;let Ja,ed=qa;for(let td=0;!Ja;td++){let rd=Ra.getParentNode(td);if(rd.type==="ChainExpression"&&rd.expression===ed||L$1(rd)&&rd.callee===ed||q$1(rd)&&rd.object===ed||rd.type==="TSNonNullExpression"&&rd.expression===ed){ed=rd;continue}rd.type==="NewExpression"&&rd.callee===ed||Te$1(rd)&&rd.expression===ed?(Ja=Ra.getParentNode(td+1),ed=rd):Ja=rd}return ed===qa?!1:Ja[Gl$2.get(Ja.type)]===ed}var Ls$1=Ra=>[b("("),f([E$1,Ra]),E$1,b(")")];function Vt$1(Ra,qa,Ja,ed){if(!qa.experimentalTernaries)return Fa(Ra,qa,Ja);let{node:td}=Ra,rd=td.type==="ConditionalExpression",od=td.type==="TSConditionalType"||td.type==="ConditionalTypeAnnotation",sd=rd?"consequent":"trueType",ld=rd?"alternate":"falseType",cd=rd?["test"]:["checkType","extendsType"],ud=td[sd],gd=td[ld],_d=cd.map(jf=>td[jf]),{parent:yd}=Ra,Ed=yd.type===td.type,Td=Ed&&cd.some(jf=>yd[jf]===td),Od=Ed&&yd[ld]===td,Ad=ud.type===td.type,Nd=gd.type===td.type,kd=Nd||Od,Id=qa.tabWidth>2||qa.useTabs,Rd,Md,Ld=0;do Md=Rd||td,Rd=Ra.getParentNode(Ld),Ld++;while(Rd&&Rd.type===td.type&&cd.every(jf=>Rd[jf]!==Md));let jd=Rd||yd,Pd=ed&&ed.assignmentLayout&&ed.assignmentLayout!=="break-after-operator"&&(yd.type==="AssignmentExpression"||yd.type==="VariableDeclarator"||yd.type==="ClassProperty"||yd.type==="PropertyDefinition"||yd.type==="ClassPrivateProperty"||yd.type==="ObjectProperty"||yd.type==="Property"),Fd=(yd.type==="ReturnStatement"||yd.type==="ThrowStatement")&&!(Ad||Nd),Ud=rd&&jd.type==="JSXExpressionContainer"&&Ra.grandparent.type!=="JSXAttribute",Vd=Ul$1(Ra),qd=ql$2(td,yd),Wd=od&&Be$1(Ra,qa),zd=Id?qa.useTabs?" ":" ".repeat(qa.tabWidth-1):"",Kd=Wl$1(_d,ud,gd,qa)||Ad||Nd,Qd=!kd&&!Ed&&!od&&(Ud?ud.type==="NullLiteral"||ud.type==="Literal"&&ud.value===null:rr(ud,qa)&&Mn$1(td.test,3)),hf=kd||Od||od&&!Ed||Ed&&rd&&Mn$1(td.test,1)||Qd,gf=[];!Ad&&d(ud,g$2.Dangling)&&Ra.call(jf=>{gf.push(M$1(jf,qa),F)},"consequent");let bf=[];d(td.test,g$2.Dangling)&&Ra.call(jf=>{bf.push(M$1(jf,qa))},"test"),!Nd&&d(gd,g$2.Dangling)&&Ra.call(jf=>{bf.push(M$1(jf,qa))},"alternate"),d(td,g$2.Dangling)&&bf.push(M$1(Ra,qa));let kf=Symbol("test"),Cf=Symbol("consequent"),Ef=Symbol("test-and-consequent"),yf=rd?[Ls$1(Ja("test")),td.test.type==="ConditionalExpression"?Ee$1:""]:[Ja("checkType")," ","extends"," ",td.extendsType.type==="TSConditionalType"||td.extendsType.type==="ConditionalTypeAnnotation"||td.extendsType.type==="TSMappedType"?Ja("extendsType"):l(Ls$1(Ja("extendsType")))],Mf=l([yf," ?"],{id:kf}),Af=Ja(sd),Zd=f([Ad||Ud&&(X(ud)||Ed||kd)?F:x,gf,Af]),mf=hf?l([Mf,kd?Zd:b(Zd,l(Zd,{id:Cf}),{groupId:kf})],{id:Ef}):[Mf,Zd],Pf=Ja(ld),Ff=Qd?b(Pf,Mr$1(Ls$1(Pf)),{groupId:Ef}):Pf,Lf=[mf,bf.length>0?[f([F,bf]),F]:Nd?F:Qd?b(x," ",{groupId:Ef}):x,":",Nd?" ":Id?hf?b(zd,b(kd||Qd?" ":zd," "),{groupId:Ef}):b(zd," "):" ",Nd?Ff:l([f(Ff),Ud&&!Qd?E$1:""]),qd&&!Vd?E$1:"",Kd?Ee$1:""];return Pd&&!Kd?l(f([E$1,l(Lf)])):Pd||Fd?l(f(Lf)):Vd||od&&Td?l([f([E$1,Lf]),Wd?E$1:""]):yd===jd?l(Lf):Lf}function Ca$1(Ra,qa,Ja,ed){let{node:td}=Ra;if(kr(td))return pa(Ra,qa);let rd=qa.semi?";":"",od=[];switch(td.type){case"JsExpressionRoot":return Ja("node");case"JsonRoot":return[Ja("node"),F];case"File":return ia$1(Ra,qa,Ja)??Ja("program");case"EmptyStatement":return"";case"ExpressionStatement":return ua$2(Ra,qa,Ja);case"ChainExpression":return Ja("expression");case"ParenthesizedExpression":return!d(td.expression)&&(se(td.expression)||U$1(td.expression))?["(",Ja("expression"),")"]:l(["(",f([E$1,Ja("expression")]),E$1,")"]);case"AssignmentExpression":return wi$1(Ra,qa,Ja);case"VariableDeclarator":return Oi$1(Ra,qa,Ja);case"BinaryExpression":case"LogicalExpression":return Yr$2(Ra,qa,Ja);case"AssignmentPattern":return[Ja("left")," = ",Ja("right")];case"OptionalMemberExpression":case"MemberExpression":return bi$1(Ra,qa,Ja);case"MetaProperty":return[Ja("meta"),".",Ja("property")];case"BindExpression":return td.object&&od.push(Ja("object")),od.push(l(f([E$1,Hr$1(Ra,qa,Ja)]))),od;case"Identifier":return[td.name,V$1(Ra),pn$1(Ra),Y(Ra,Ja)];case"V8IntrinsicIdentifier":return["%",td.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadPropertyPattern":case"RestElement":return cn$2(Ra,Ja);case"FunctionDeclaration":case"FunctionExpression":return Dn$2(Ra,Ja,qa,ed);case"ArrowFunctionExpression":return $i$1(Ra,qa,Ja,ed);case"YieldExpression":return od.push("yield"),td.delegate&&od.push("*"),td.argument&&od.push(" ",Ja("argument")),od;case"AwaitExpression":if(od.push("await"),td.argument){od.push(" ",Ja("argument"));let{parent:sd}=Ra;if(L$1(sd)&&sd.callee===td||q$1(sd)&&sd.object===td){od=[f([E$1,...od]),E$1];let ld=Ra.findAncestor(cd=>cd.type==="AwaitExpression"||cd.type==="BlockStatement");if((ld==null?void 0:ld.type)!=="AwaitExpression"||!ie$1(ld.argument,cd=>cd===td))return l(od)}}return od;case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ExportAllDeclaration":return gn$2(Ra,qa,Ja);case"ImportDeclaration":return ca$1(Ra,qa,Ja);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return Ea(Ra,qa,Ja);case"ImportAttribute":return yn$1(Ra,qa,Ja);case"Import":return"import";case"Program":case"BlockStatement":case"StaticBlock":return Fn$1(Ra,qa,Ja);case"ClassBody":return ra$1(Ra,qa,Ja);case"ThrowStatement":return Yi$1(Ra,qa,Ja);case"ReturnStatement":return Xi$1(Ra,qa,Ja);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return Vr$1(Ra,qa,Ja);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return dt$1(Ra,qa,Ja);case"Property":return gt(td)?mr(Ra,qa,Ja):yn$1(Ra,qa,Ja);case"ObjectProperty":return yn$1(Ra,qa,Ja);case"ObjectMethod":return mr(Ra,qa,Ja);case"Decorator":return["@",Ja("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return Yt(Ra,qa,Ja);case"SequenceExpression":{let{parent:sd}=Ra;if(sd.type==="ExpressionStatement"||sd.type==="ForStatement"){let ld=[];return Ra.each(({isFirst:cd})=>{cd?ld.push(Ja()):ld.push(",",f([x,Ja()]))},"expressions"),l(ld)}return l(P$1([",",x],Ra.map(Ja,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[Ja("value"),rd];case"UnaryExpression":return od.push(td.operator),/[a-z]$/u.test(td.operator)&&od.push(" "),d(td.argument)?od.push(l(["(",f([E$1,Ja("argument")]),E$1,")"])):od.push(Ja("argument")),od;case"UpdateExpression":return[td.prefix?td.operator:"",Ja("argument"),td.prefix?"":td.operator];case"ConditionalExpression":return Vt$1(Ra,qa,Ja,ed);case"VariableDeclaration":{let sd=Ra.map(Ja,"declarations"),ld=Ra.parent,cd=ld.type==="ForStatement"||ld.type==="ForInStatement"||ld.type==="ForOfStatement",ud=td.declarations.some(_d=>_d.init),gd;return sd.length===1&&!d(td.declarations[0])?gd=sd[0]:sd.length>0&&(gd=f(sd[0])),od=[$(Ra),td.kind,gd?[" ",gd]:"",f(sd.slice(1).map(_d=>[",",ud&&!cd?F:x,_d]))],cd&&ld.body!==td||od.push(rd),l(od)}case"WithStatement":return l(["with (",Ja("object"),")",ft(td.body,Ja("body"))]);case"IfStatement":{let sd=ft(td.consequent,Ja("consequent")),ld=l(["if (",l([f([E$1,Ja("test")]),E$1]),")",sd]);if(od.push(ld),td.alternate){let cd=d(td.consequent,g$2.Trailing|g$2.Line)||wr(td),ud=td.consequent.type==="BlockStatement"&&!cd;od.push(ud?" ":F),d(td,g$2.Dangling)&&od.push(M$1(Ra,qa),cd?F:" "),od.push("else",l(ft(td.alternate,Ja("alternate"),td.alternate.type==="IfStatement")))}return od}case"ForStatement":{let sd=ft(td.body,Ja("body")),ld=M$1(Ra,qa),cd=ld?[ld,E$1]:"";return!td.init&&!td.test&&!td.update?[cd,l(["for (;;)",sd])]:[cd,l(["for (",l([f([E$1,Ja("init"),";",x,Ja("test"),";",x,Ja("update")]),E$1]),")",sd])]}case"WhileStatement":return l(["while (",l([f([E$1,Ja("test")]),E$1]),")",ft(td.body,Ja("body"))]);case"ForInStatement":return l(["for (",Ja("left")," in ",Ja("right"),")",ft(td.body,Ja("body"))]);case"ForOfStatement":return l(["for",td.await?" await":""," (",Ja("left")," of ",Ja("right"),")",ft(td.body,Ja("body"))]);case"DoWhileStatement":{let sd=ft(td.body,Ja("body"));return od=[l(["do",sd])],td.body.type==="BlockStatement"?od.push(" "):od.push(F),od.push("while (",l([f([E$1,Ja("test")]),E$1]),")",rd),od}case"DoExpression":return[td.async?"async ":"","do ",Ja("body")];case"BreakStatement":case"ContinueStatement":return od.push(td.type==="BreakStatement"?"break":"continue"),td.label&&od.push(" ",Ja("label")),od.push(rd),od;case"LabeledStatement":return td.body.type==="EmptyStatement"?[Ja("label"),":;"]:[Ja("label"),": ",Ja("body")];case"TryStatement":return["try ",Ja("block"),td.handler?[" ",Ja("handler")]:"",td.finalizer?[" finally ",Ja("finalizer")]:""];case"CatchClause":if(td.param){let sd=d(td.param,cd=>!re$1(cd)||cd.leading&&te$1(qa.originalText,k(cd))||cd.trailing&&te$1(qa.originalText,R$1(cd),{backwards:!0})),ld=Ja("param");return["catch ",sd?["(",f([E$1,ld]),E$1,") "]:["(",ld,") "],Ja("body")]}return["catch ",Ja("body")];case"SwitchStatement":return[l(["switch (",f([E$1,Ja("discriminant")]),E$1,")"])," {",td.cases.length>0?f([F,P$1(F,Ra.map(({node:sd,isLast:ld})=>[Ja(),!ld&&pe(sd,qa)?F:""],"cases"))]):"",F,"}"];case"SwitchCase":{td.test?od.push("case ",Ja("test"),":"):od.push("default:"),d(td,g$2.Dangling)&&od.push(" ",M$1(Ra,qa));let sd=td.consequent.filter(ld=>ld.type!=="EmptyStatement");if(sd.length>0){let ld=yr(Ra,qa,Ja,"consequent");od.push(sd.length===1&&sd[0].type==="BlockStatement"?[" ",ld]:f([F,ld]))}return od}case"DebuggerStatement":return["debugger",rd];case"ClassDeclaration":case"ClassExpression":return Tn$2(Ra,qa,Ja);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return dn$1(Ra,qa,Ja);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":case"ClassAccessorProperty":case"AccessorProperty":return xn$1(Ra,qa,Ja);case"TemplateElement":return Ie(td.value.raw);case"TemplateLiteral":return qr(Ra,Ja,qa);case"TaggedTemplateExpression":return Uu$1(Ra,Ja);case"PrivateIdentifier":return["#",td.name];case"PrivateName":return["#",Ja("id")];case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":return["module ",Ja("body")];case"InterpreterDirective":default:throw new Me$2(td,"ESTree")}}function Sn$1(Ra,qa,Ja){let{parent:ed,node:td,key:rd}=Ra,od=[Ja("expression")];switch(td.type){case"AsConstExpression":od.push(" as const");break;case"AsExpression":case"TSAsExpression":od.push(" as ",Ja("typeAnnotation"));break;case"SatisfiesExpression":case"TSSatisfiesExpression":od.push(" satisfies ",Ja("typeAnnotation"));break}return rd==="callee"&&L$1(ed)||rd==="object"&&q$1(ed)?l([f([E$1,...od]),E$1]):od}function Aa$1(Ra,qa,Ja){let{node:ed}=Ra,td=[$(Ra),"component"];ed.id&&td.push(" ",Ja("id")),td.push(Ja("typeParameters"));let rd=Nl$2(Ra,Ja,qa);return ed.rendersType?td.push(l([rd," ",Ja("rendersType")])):td.push(l([rd])),ed.body&&td.push(" ",Ja("body")),qa.semi&&ed.type==="DeclareComponent"&&td.push(";"),td}function Nl$2(Ra,qa,Ja){let{node:ed}=Ra,td=ed.params;if(ed.rest&&(td=[...td,ed.rest]),td.length===0)return["(",M$1(Ra,Ja,{filter:od=>ge$1(Ja.originalText,k(od))===")"}),")"];let rd=[];return Yl$1(Ra,(od,sd)=>{let ld=sd===td.length-1;ld&&ed.rest&&rd.push("..."),rd.push(qa()),!ld&&(rd.push(","),pe(td[sd],Ja)?rd.push(F,F):rd.push(x))}),["(",f([E$1,...rd]),b(ae(Ja,"all")&&!Xl$2(ed,td)?",":""),E$1,")"]}function Xl$2(Ra,qa){var Ja;return Ra.rest||((Ja=O$1(!1,qa,-1))==null?void 0:Ja.type)==="RestElement"}function Yl$1(Ra,qa){let{node:Ja}=Ra,ed=0,td=rd=>qa(rd,ed++);Ra.each(td,"params"),Ja.rest&&Ra.call(td,"rest")}function Ta(Ra,qa,Ja){let{node:ed}=Ra;return ed.shorthand?Ja("local"):[Ja("name")," as ",Ja("local")]}function da(Ra,qa,Ja){let{node:ed}=Ra,td=[];return ed.name&&td.push(Ja("name"),ed.optional?"?: ":": "),td.push(Ja("typeAnnotation")),td}function xa$1(Ra,qa,Ja){return dt$1(Ra,Ja,qa)}function Bn$2(Ra,qa){let{node:Ja}=Ra,ed=qa("id");Ja.computed&&(ed=["[",ed,"]"]);let td="";return Ja.initializer&&(td=qa("initializer")),Ja.init&&(td=qa("init")),td?[ed," = ",td]:ed}function ha$1(Ra,qa,Ja){let{node:ed}=Ra,td;if(ed.type==="EnumSymbolBody"||ed.explicitType)switch(ed.type){case"EnumBooleanBody":td="boolean";break;case"EnumNumberBody":td="number";break;case"EnumBigIntBody":td="bigint";break;case"EnumStringBody":td="string";break;case"EnumSymbolBody":td="symbol";break}return[td?`of ${td} `:"",xa$1(Ra,qa,Ja)]}function bn$2(Ra,qa,Ja){let{node:ed}=Ra;return[$(Ra),ed.const?"const ":"","enum ",qa("id")," ",ed.type==="TSEnumDeclaration"?xa$1(Ra,qa,Ja):qa("body")]}function Sa$1(Ra,qa,Ja){let{node:ed}=Ra,td=["hook"];ed.id&&td.push(" ",Ja("id"));let rd=Je$1(Ra,Ja,qa,!1,!0),od=Ht$1(Ra,Ja),sd=ot(ed,od);return td.push(l([sd?l(rd):rd,od]),ed.body?" ":"",Ja("body")),td}function Ba(Ra,qa,Ja){let{node:ed}=Ra,td=[$(Ra),"hook"];return ed.id&&td.push(" ",Ja("id")),qa.semi&&td.push(";"),td}function ga$2(Ra){var qa;let{node:Ja}=Ra;return Ja.type==="HookTypeAnnotation"&&((qa=Ra.getParentNode(2))==null?void 0:qa.type)==="DeclareHook"}function ba$1(Ra,qa,Ja){let{node:ed}=Ra,td=[];td.push(ga$2(Ra)?"":"hook ");let rd=Je$1(Ra,Ja,qa,!1,!0),od=[];return od.push(ga$2(Ra)?": ":" => ",Ja("returnType")),ot(ed,od)&&(rd=l(rd)),td.push(rd,od),l(td)}function Pn$2(Ra,qa,Ja){let{node:ed}=Ra,td=[$(Ra),"interface"],rd=[],od=[];ed.type!=="InterfaceTypeAnnotation"&&rd.push(" ",Ja("id"),Ja("typeParameters"));let sd=ed.typeParameters&&!d(ed.typeParameters,g$2.Trailing|g$2.Line);return w(ed.extends)&&od.push(sd?b(" ",x,{groupId:Dr(ed.typeParameters)}):x,"extends ",(ed.extends.length===1?mu$1:f)(P$1([",",x],Ra.map(Ja,"extends")))),d(ed.id,g$2.Trailing)||w(ed.extends)?sd?td.push(l([...rd,f(od)])):td.push(l(f([...rd,...od]))):td.push(...rd,...od),td.push(" ",Ja("body")),l(td)}function Pa$2(Ra,qa,Ja){let{node:ed}=Ra;if(Sr(ed))return ed.type.slice(0,-14).toLowerCase();let td=qa.semi?";":"";switch(ed.type){case"ComponentDeclaration":case"DeclareComponent":case"ComponentTypeAnnotation":return Aa$1(Ra,qa,Ja);case"ComponentParameter":return Ta(Ra,qa,Ja);case"ComponentTypeParameter":return da(Ra,qa,Ja);case"HookDeclaration":return Sa$1(Ra,qa,Ja);case"DeclareHook":return Ba(Ra,qa,Ja);case"HookTypeAnnotation":return ba$1(Ra,qa,Ja);case"DeclareClass":return Tn$2(Ra,qa,Ja);case"DeclareFunction":return[$(Ra),"function ",Ja("id"),Ja("predicate"),td];case"DeclareModule":return["declare module ",Ja("id")," ",Ja("body")];case"DeclareModuleExports":return["declare module.exports",Y(Ra,Ja),td];case"DeclareNamespace":return["declare namespace ",Ja("id")," ",Ja("body")];case"DeclareVariable":return[$(Ra),ed.kind??"var"," ",Ja("id"),td];case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":return gn$2(Ra,qa,Ja);case"DeclareOpaqueType":case"OpaqueType":return Mi(Ra,qa,Ja);case"DeclareTypeAlias":case"TypeAlias":return Kr$1(Ra,qa,Ja);case"IntersectionTypeAnnotation":return zr$1(Ra,qa,Ja);case"UnionTypeAnnotation":return Qr$2(Ra,qa,Ja);case"ConditionalTypeAnnotation":return Vt$1(Ra,qa,Ja);case"InferTypeAnnotation":return tn$1(Ra,qa,Ja);case"FunctionTypeAnnotation":return Zr$2(Ra,qa,Ja);case"TupleTypeAnnotation":return Yt(Ra,qa,Ja);case"TupleTypeLabeledElement":return nn$1(Ra,qa,Ja);case"TupleTypeSpreadElement":return rn$1(Ra,qa,Ja);case"GenericTypeAnnotation":return[Ja("id"),Pt$1(Ra,qa,Ja,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return en$1(Ra,qa,Ja);case"TypeAnnotation":return sn$1(Ra,qa,Ja);case"TypeParameter":return An$1(Ra,qa,Ja);case"TypeofTypeAnnotation":return an$1(Ra,Ja);case"ExistsTypeAnnotation":return"*";case"ArrayTypeAnnotation":return un$1(Ja);case"DeclareEnum":case"EnumDeclaration":return bn$2(Ra,Ja,qa);case"EnumBooleanBody":case"EnumNumberBody":case"EnumBigIntBody":case"EnumStringBody":case"EnumSymbolBody":return ha$1(Ra,Ja,qa);case"EnumBooleanMember":case"EnumNumberMember":case"EnumBigIntMember":case"EnumStringMember":case"EnumDefaultedMember":return Bn$2(Ra,Ja);case"FunctionTypeParam":{let rd=ed.name?Ja("name"):Ra.parent.this===ed?"this":"";return[rd,V$1(Ra),rd?": ":"",Ja("typeAnnotation")]}case"DeclareInterface":case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return Pn$2(Ra,qa,Ja);case"ClassImplements":case"InterfaceExtends":return[Ja("id"),Ja("typeParameters")];case"NullableTypeAnnotation":return["?",Ja("typeAnnotation")];case"Variance":{let{kind:rd}=ed;return ln$1.ok(rd==="plus"||rd==="minus"),rd==="plus"?"+":"-"}case"KeyofTypeAnnotation":return["keyof ",Ja("argument")];case"ObjectTypeCallProperty":return[ed.static?"static ":"",Ja("value")];case"ObjectTypeMappedTypeProperty":return zi(Ra,qa,Ja);case"ObjectTypeIndexer":return[ed.static?"static ":"",ed.variance?Ja("variance"):"","[",Ja("id"),ed.id?": ":"",Ja("key"),"]: ",Ja("value")];case"ObjectTypeProperty":{let rd="";return ed.proto?rd="proto ":ed.static&&(rd="static "),[rd,ed.kind!=="init"?ed.kind+" ":"",ed.variance?Ja("variance"):"",Et$1(Ra,qa,Ja),V$1(Ra),gt(ed)?"":": ",Ja("value")]}case"ObjectTypeAnnotation":return dt$1(Ra,qa,Ja);case"ObjectTypeInternalSlot":return[ed.static?"static ":"","[[",Ja("id"),"]]",V$1(Ra),ed.method?"":": ",Ja("value")];case"ObjectTypeSpreadProperty":return cn$2(Ra,Ja);case"QualifiedTypeofIdentifier":case"QualifiedTypeIdentifier":return[Ja("qualification"),".",Ja("id")];case"NullLiteralTypeAnnotation":return"null";case"BooleanLiteralTypeAnnotation":return String(ed.value);case"StringLiteralTypeAnnotation":return Ie(tt$1(fe$1(ed),qa));case"NumberLiteralTypeAnnotation":return Ze$1(ed.raw??ed.extra.raw);case"BigIntLiteralTypeAnnotation":return hn$1(ed.raw??ed.extra.raw);case"TypeCastExpression":return["(",Ja("expression"),Y(Ra,Ja),")"];case"TypePredicate":return on$1(Ra,Ja);case"TypeOperator":return[ed.operator," ",Ja("typeAnnotation")];case"TypeParameterDeclaration":case"TypeParameterInstantiation":return Pt$1(Ra,qa,Ja,"params");case"InferredPredicate":case"DeclaredPredicate":return[Ra.key==="predicate"&&Ra.parent.type!=="DeclareFunction"&&!Ra.parent.returnType?": ":" ","%checks",...ed.type==="DeclaredPredicate"?["(",Ja("value"),")"]:[]];case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return Sn$1(Ra,qa,Ja)}}function ka$1(Ra,qa,Ja){var ed;let{node:td}=Ra;if(!td.type.startsWith("TS"))return;if(Br$1(td))return td.type.slice(2,-7).toLowerCase();let rd=qa.semi?";":"",od=[];switch(td.type){case"TSThisType":return"this";case"TSTypeAssertion":{let sd=!(U$1(td.expression)||se(td.expression)),ld=l(["<",f([E$1,Ja("typeAnnotation")]),E$1,">"]),cd=[b("("),f([E$1,Ja("expression")]),E$1,b(")")];return sd?ze$1([[ld,Ja("expression")],[ld,l(cd,{shouldBreak:!0})],[ld,Ja("expression")]]):l([ld,Ja("expression")])}case"TSDeclareFunction":return Dn$2(Ra,Ja,qa);case"TSExportAssignment":return["export = ",Ja("expression"),rd];case"TSModuleBlock":return Fn$1(Ra,qa,Ja);case"TSInterfaceBody":case"TSTypeLiteral":return dt$1(Ra,qa,Ja);case"TSTypeAliasDeclaration":return Kr$1(Ra,qa,Ja);case"TSQualifiedName":return[Ja("left"),".",Ja("right")];case"TSAbstractMethodDefinition":case"TSDeclareMethod":return dn$1(Ra,qa,Ja);case"TSAbstractAccessorProperty":case"TSAbstractPropertyDefinition":return xn$1(Ra,qa,Ja);case"TSInterfaceHeritage":case"TSClassImplements":case"TSExpressionWithTypeArguments":case"TSInstantiationExpression":return[Ja("expression"),Ja(td.typeArguments?"typeArguments":"typeParameters")];case"TSTemplateLiteralType":return qr(Ra,Ja,qa);case"TSNamedTupleMember":return nn$1(Ra,qa,Ja);case"TSRestType":return rn$1(Ra,qa,Ja);case"TSOptionalType":return[Ja("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return Pn$2(Ra,qa,Ja);case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return Pt$1(Ra,qa,Ja,"params");case"TSTypeParameter":return An$1(Ra,qa,Ja);case"TSAsExpression":case"TSSatisfiesExpression":return Sn$1(Ra,qa,Ja);case"TSArrayType":return un$1(Ja);case"TSPropertySignature":return[td.readonly?"readonly ":"",Et$1(Ra,qa,Ja),V$1(Ra),Y(Ra,Ja)];case"TSParameterProperty":return[Xt$1(td),td.static?"static ":"",td.override?"override ":"",td.readonly?"readonly ":"",Ja("parameter")];case"TSTypeQuery":return an$1(Ra,Ja);case"TSIndexSignature":{let sd=td.parameters.length>1?b(ae(qa)?",":""):"",ld=l([f([E$1,P$1([", ",E$1],Ra.map(Ja,"parameters"))]),sd,E$1]),cd=Ra.parent.type==="ClassBody"&&Ra.key==="body";return[cd&&td.static?"static ":"",td.readonly?"readonly ":"","[",td.parameters?ld:"","]",Y(Ra,Ja),cd?rd:""]}case"TSTypePredicate":return on$1(Ra,Ja);case"TSNonNullExpression":return[Ja("expression"),"!"];case"TSImportType":return[td.isTypeOf?"typeof ":"","import(",Ja("argument"),")",td.qualifier?[".",Ja("qualifier")]:"",Pt$1(Ra,qa,Ja,td.typeArguments?"typeArguments":"typeParameters")];case"TSLiteralType":return Ja("literal");case"TSIndexedAccessType":return en$1(Ra,qa,Ja);case"TSTypeOperator":return[td.operator," ",Ja("typeAnnotation")];case"TSMappedType":return Qi$1(Ra,qa,Ja);case"TSMethodSignature":{let sd=td.kind&&td.kind!=="method"?`${td.kind} `:"";od.push(Xt$1(td),sd,td.computed?"[":"",Ja("key"),td.computed?"]":"",V$1(Ra));let ld=Je$1(Ra,Ja,qa,!1,!0),cd=td.returnType?"returnType":"typeAnnotation",ud=td[cd],gd=ud?Y(Ra,Ja,cd):"",_d=ot(td,gd);return od.push(_d?l(ld):ld),ud&&od.push(l(gd)),l(od)}case"TSNamespaceExportDeclaration":return["export as namespace ",Ja("id"),qa.semi?";":""];case"TSEnumDeclaration":return bn$2(Ra,Ja,qa);case"TSEnumMember":return Bn$2(Ra,Ja);case"TSImportEqualsDeclaration":return[td.isExport?"export ":"","import ",ks(td,!1),Ja("id")," = ",Ja("moduleReference"),qa.semi?";":""];case"TSExternalModuleReference":return["require(",Ja("expression"),")"];case"TSModuleDeclaration":{let{parent:sd}=Ra,ld=sd.type==="TSModuleDeclaration",cd=((ed=td.body)==null?void 0:ed.type)==="TSModuleDeclaration";if(ld)od.push(".");else if(od.push($(Ra)),!(td.kind==="global"||td.global)){let ud=td.kind??(Q$2(td.id)||fr(qa,R$1(td),R$1(td.id)).trim().endsWith("module")?"module":"namespace");od.push(ud," ")}return od.push(Ja("id")),cd?od.push(Ja("body")):td.body?od.push(" ",l(Ja("body"))):od.push(rd),od}case"TSConditionalType":return Vt$1(Ra,qa,Ja);case"TSInferType":return tn$1(Ra,qa,Ja);case"TSIntersectionType":return zr$1(Ra,qa,Ja);case"TSUnionType":return Qr$2(Ra,qa,Ja);case"TSFunctionType":case"TSCallSignatureDeclaration":case"TSConstructorType":case"TSConstructSignatureDeclaration":return Zr$2(Ra,qa,Ja);case"TSTupleType":return Yt(Ra,qa,Ja);case"TSTypeReference":return[Ja("typeName"),Pt$1(Ra,qa,Ja,td.typeArguments?"typeArguments":"typeParameters")];case"TSTypeAnnotation":return sn$1(Ra,qa,Ja);case"TSEmptyBodyFunctionExpression":return fn$1(Ra,qa,Ja);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return Ts(Ra,Ja,"?");case"TSJSDocNonNullableType":return Ts(Ra,Ja,"!");case"TSParenthesizedType":default:throw new Me$2(td,"TypeScript")}}function Hl$1(Ra,qa,Ja,ed){if(Xr$1(Ra))return ci$1(Ra,qa);for(let td of[Ti$1,Ei$1,Pa$2,ka$1,Ca$1]){let rd=td(Ra,qa,Ja,ed);if(rd!==void 0)return rd}}var Vl$1=v(["ClassMethod","ClassPrivateMethod","ClassProperty","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty","PropertyDefinition","TSAbstractPropertyDefinition","ClassPrivateProperty","MethodDefinition","TSAbstractMethodDefinition","TSDeclareMethod"]);function $l$1(Ra,qa,Ja,ed){var td;Ra.isRoot&&((td=qa.__onHtmlBindingRoot)==null||td.call(qa,Ra.node,qa));let rd=Hl$1(Ra,qa,Ja,ed);if(!rd)return"";let{node:od}=Ra;if(Vl$1(od))return rd;let sd=w(od.decorators),ld=xi$1(Ra,qa,Ja),cd=od.type==="ClassExpression";if(sd&&!cd)return ir$1(rd,_d=>l([ld,_d]));let ud=Be$1(Ra,qa),gd=na(Ra,qa);return!ld&&!ud&&!gd?rd:ir$1(rd,_d=>[gd?";":"",ud?"(":"",ud&&cd&&sd?[f([x,ld,_d]),x]:[ld,_d],ud?")":""])}var Ia$1=$l$1,Kl$1={avoidAstMutation:!0},La$1=[{linguistLanguageId:174,name:"JSON.stringify",type:"data",color:"#292929",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",aliases:["geojson","jsonl","topojson"],extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"],parsers:["json-stringify"],vscodeLanguageIds:["json"]},{linguistLanguageId:174,name:"JSON",type:"data",color:"#292929",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",aliases:["geojson","jsonl","topojson"],extensions:[".json",".4DForm",".4DProject",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".all-contributorsrc",".arcconfig",".auto-changelog",".c8rc",".htmlhintrc",".imgbotconfig",".nycrc",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","flake.lock","mcmod.info",".babelrc",".jscsrc",".jshintrc",".jslintrc",".swcrc"],parsers:["json"],vscodeLanguageIds:["json"]},{linguistLanguageId:423,name:"JSON with Comments",type:"data",color:"#292929",group:"JSON",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",aliases:["jsonc"],extensions:[".jsonc",".code-snippets",".code-workspace",".sublime-build",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[],parsers:["jsonc"],vscodeLanguageIds:["jsonc"]},{linguistLanguageId:175,name:"JSON5",type:"data",color:"#267CB9",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json5"],vscodeLanguageIds:["json5"]}],Os$1={};Ar(Os$1,{getVisitorKeys:()=>Oa$2,massageAstNode:()=>ja$1,print:()=>Zl$1});var zl$2={JsonRoot:["node"],ArrayExpression:["elements"],ObjectExpression:["properties"],ObjectProperty:["key","value"],UnaryExpression:["argument"],NullLiteral:[],BooleanLiteral:[],StringLiteral:[],NumericLiteral:[],Identifier:[],TemplateLiteral:["quasis"],TemplateElement:[]},wa$1=zl$2,Ql$2=hr(wa$1),Oa$2=Ql$2;function Zl$1(Ra,qa,Ja){let{node:ed}=Ra;switch(ed.type){case"JsonRoot":return[Ja("node"),F];case"ArrayExpression":{if(ed.elements.length===0)return"[]";let td=Ra.map(()=>Ra.node===null?"null":Ja(),"elements");return["[",f([F,P$1([",",F],td)]),F,"]"]}case"ObjectExpression":return ed.properties.length===0?"{}":["{",f([F,P$1([",",F],Ra.map(Ja,"properties"))]),F,"}"];case"ObjectProperty":return[Ja("key"),": ",Ja("value")];case"UnaryExpression":return[ed.operator==="+"?"":ed.operator,Ja("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return ed.value?"true":"false";case"StringLiteral":return JSON.stringify(ed.value);case"NumericLiteral":return _a$2(Ra)?JSON.stringify(String(ed.value)):JSON.stringify(ed.value);case"Identifier":return _a$2(Ra)?JSON.stringify(ed.name):ed.name;case"TemplateLiteral":return Ja(["quasis",0]);case"TemplateElement":return JSON.stringify(ed.value.cooked);default:throw new Me$2(ed,"JSON")}}function _a$2(Ra){return Ra.key==="key"&&Ra.parent.type==="ObjectProperty"}var em$1=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function ja$1(Ra,qa){let{type:Ja}=Ra;if(Ja==="ObjectProperty"){let{key:ed}=Ra;ed.type==="Identifier"?qa.key={type:"StringLiteral",value:ed.name}:ed.type==="NumericLiteral"&&(qa.key={type:"StringLiteral",value:String(ed.value)});return}if(Ja==="UnaryExpression"&&Ra.operator==="+")return qa.argument;if(Ja==="ArrayExpression"){for(let[ed,td]of Ra.elements.entries())td===null&&qa.elements.splice(ed,0,{type:"NullLiteral"});return}if(Ja==="TemplateLiteral")return{type:"StringLiteral",value:Ra.quasis[0].value.cooked}}ja$1.ignoredProperties=em$1;var Er={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},kt$1="JavaScript",tm$1={arrowParens:{category:kt$1,type:"choice",default:"always",description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:Er.bracketSameLine,bracketSpacing:Er.bracketSpacing,jsxBracketSameLine:{category:kt$1,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{category:kt$1,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},experimentalTernaries:{category:kt$1,type:"boolean",default:!1,description:"Use curious ternaries, with the question mark after the condition.",oppositeDescription:"Default behavior of ternaries; keep question marks on the same line as the consequent."},singleQuote:Er.singleQuote,jsxSingleQuote:{category:kt$1,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{category:kt$1,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{category:kt$1,type:"choice",default:"all",description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"all",description:"Trailing commas wherever possible (including function arguments)."},{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."}]},singleAttributePerLine:Er.singleAttributePerLine},va=tm$1,rm={estree:ws$1,"estree-json":Os$1},nm$1=[...Us,...La$1],$d$1=_s$1;const prettierPluginEstree=Object.freeze(Object.defineProperty({__proto__:null,default:$d$1,languages:nm$1,options:va,printers:rm},Symbol.toStringTag,{value:"Module"}));var al=Object.create,Ur=Object.defineProperty,ul=Object.getOwnPropertyDescriptor,ll=Object.getOwnPropertyNames,cl=Object.getPrototypeOf,fl=Object.prototype.hasOwnProperty,y=(Ra,qa)=>()=>(qa||Ra((qa={exports:{}}).exports,qa),qa.exports),Xs=(Ra,qa)=>{for(var Ja in qa)Ur(Ra,Ja,{get:qa[Ja],enumerable:!0})},pl=(Ra,qa,Ja,ed)=>{if(qa&&typeof qa=="object"||typeof qa=="function")for(let td of ll(qa))!fl.call(Ra,td)&&td!==Ja&&Ur(Ra,td,{get:()=>qa[td],enumerable:!(ed=ul(qa,td))||ed.enumerable});return Ra},ye=(Ra,qa,Ja)=>(Ja=Ra!=null?al(cl(Ra)):{},pl(Ur(Ja,"default",{value:Ra,enumerable:!0}),Ra)),Ut=y((Ra,qa)=>{qa.exports.isClean=Symbol("isClean"),qa.exports.my=Symbol("my")}),yi$1=y((Ra,qa)=>{var Ja=String,ed=function(){return{isColorSupported:!1,reset:Ja,bold:Ja,dim:Ja,italic:Ja,underline:Ja,inverse:Ja,hidden:Ja,strikethrough:Ja,black:Ja,red:Ja,green:Ja,yellow:Ja,blue:Ja,magenta:Ja,cyan:Ja,white:Ja,gray:Ja,bgBlack:Ja,bgRed:Ja,bgGreen:Ja,bgYellow:Ja,bgBlue:Ja,bgMagenta:Ja,bgCyan:Ja,bgWhite:Ja}};qa.exports=ed(),qa.exports.createColors=ed}),ss=y(()=>{}),Ft$1=y((Ra,qa)=>{var Ja=yi$1(),ed=ss(),td=class nT extends Error{constructor(od,sd,ld,cd,ud,gd){super(od),this.name="CssSyntaxError",this.reason=od,ud&&(this.file=ud),cd&&(this.source=cd),gd&&(this.plugin=gd),typeof sd<"u"&&typeof ld<"u"&&(typeof sd=="number"?(this.line=sd,this.column=ld):(this.line=sd.line,this.column=sd.column,this.endLine=ld.line,this.endColumn=ld.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,nT)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"<css input>",typeof this.line<"u"&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(od){if(!this.source)return"";let sd=this.source;od==null&&(od=Ja.isColorSupported),ed&&od&&(sd=ed(sd));let ld=sd.split(/\r?\n/),cd=Math.max(this.line-3,0),ud=Math.min(this.line+2,ld.length),gd=String(ud).length,_d,yd;if(od){let{bold:Ed,gray:Td,red:Od}=Ja.createColors(!0);_d=Ad=>Ed(Od(Ad)),yd=Ad=>Td(Ad)}else _d=yd=Ed=>Ed;return ld.slice(cd,ud).map((Ed,Td)=>{let Od=cd+1+Td,Ad=" "+(" "+Od).slice(-gd)+" | ";if(Od===this.line){let Nd=yd(Ad.replace(/\d/g," "))+Ed.slice(0,this.column-1).replace(/[^\t]/g," ");return _d(">")+yd(Ad)+Ed+`
`+Nd+_d("^")}return" "+yd(Ad)+Ed}).join(`
`)}toString(){let od=this.showSourceCode();return od&&(od=`
`+od+`
`),this.name+": "+this.message+od}};qa.exports=td,td.default=td}),$t$1=y((Ra,qa)=>{var Ja={after:`
`,beforeClose:`
`,beforeComment:`
`,beforeDecl:`
`,beforeOpen:" ",beforeRule:`
`,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function ed(rd){return rd[0].toUpperCase()+rd.slice(1)}var td=class{constructor(rd){this.builder=rd}atrule(rd,od){let sd="@"+rd.name,ld=rd.params?this.rawValue(rd,"params"):"";if(typeof rd.raws.afterName<"u"?sd+=rd.raws.afterName:ld&&(sd+=" "),rd.nodes)this.block(rd,sd+ld);else{let cd=(rd.raws.between||"")+(od?";":"");this.builder(sd+ld+cd,rd)}}beforeAfter(rd,od){let sd;rd.type==="decl"?sd=this.raw(rd,null,"beforeDecl"):rd.type==="comment"?sd=this.raw(rd,null,"beforeComment"):od==="before"?sd=this.raw(rd,null,"beforeRule"):sd=this.raw(rd,null,"beforeClose");let ld=rd.parent,cd=0;for(;ld&&ld.type!=="root";)cd+=1,ld=ld.parent;if(sd.includes(`
`)){let ud=this.raw(rd,null,"indent");if(ud.length)for(let gd=0;gd<cd;gd++)sd+=ud}return sd}block(rd,od){let sd=this.raw(rd,"between","beforeOpen");this.builder(od+sd+"{",rd,"start");let ld;rd.nodes&&rd.nodes.length?(this.body(rd),ld=this.raw(rd,"after")):ld=this.raw(rd,"after","emptyBody"),ld&&this.builder(ld),this.builder("}",rd,"end")}body(rd){let od=rd.nodes.length-1;for(;od>0&&rd.nodes[od].type==="comment";)od-=1;let sd=this.raw(rd,"semicolon");for(let ld=0;ld<rd.nodes.length;ld++){let cd=rd.nodes[ld],ud=this.raw(cd,"before");ud&&this.builder(ud),this.stringify(cd,od!==ld||sd)}}comment(rd){let od=this.raw(rd,"left","commentLeft"),sd=this.raw(rd,"right","commentRight");this.builder("/*"+od+rd.text+sd+"*/",rd)}decl(rd,od){let sd=this.raw(rd,"between","colon"),ld=rd.prop+sd+this.rawValue(rd,"value");rd.important&&(ld+=rd.raws.important||" !important"),od&&(ld+=";"),this.builder(ld,rd)}document(rd){this.body(rd)}raw(rd,od,sd){let ld;if(sd||(sd=od),od&&(ld=rd.raws[od],typeof ld<"u"))return ld;let cd=rd.parent;if(sd==="before"&&(!cd||cd.type==="root"&&cd.first===rd||cd&&cd.type==="document"))return"";if(!cd)return Ja[sd];let ud=rd.root();if(ud.rawCache||(ud.rawCache={}),typeof ud.rawCache[sd]<"u")return ud.rawCache[sd];if(sd==="before"||sd==="after")return this.beforeAfter(rd,sd);{let gd="raw"+ed(sd);this[gd]?ld=this[gd](ud,rd):ud.walk(_d=>{if(ld=_d.raws[od],typeof ld<"u")return!1})}return typeof ld>"u"&&(ld=Ja[sd]),ud.rawCache[sd]=ld,ld}rawBeforeClose(rd){let od;return rd.walk(sd=>{if(sd.nodes&&sd.nodes.length>0&&typeof sd.raws.after<"u")return od=sd.raws.after,od.includes(`
`)&&(od=od.replace(/[^\n]+$/,"")),!1}),od&&(od=od.replace(/\S/g,"")),od}rawBeforeComment(rd,od){let sd;return rd.walkComments(ld=>{if(typeof ld.raws.before<"u")return sd=ld.raws.before,sd.includes(`
`)&&(sd=sd.replace(/[^\n]+$/,"")),!1}),typeof sd>"u"?sd=this.raw(od,null,"beforeDecl"):sd&&(sd=sd.replace(/\S/g,"")),sd}rawBeforeDecl(rd,od){let sd;return rd.walkDecls(ld=>{if(typeof ld.raws.before<"u")return sd=ld.raws.before,sd.includes(`
`)&&(sd=sd.replace(/[^\n]+$/,"")),!1}),typeof sd>"u"?sd=this.raw(od,null,"beforeRule"):sd&&(sd=sd.replace(/\S/g,"")),sd}rawBeforeOpen(rd){let od;return rd.walk(sd=>{if(sd.type!=="decl"&&(od=sd.raws.between,typeof od<"u"))return!1}),od}rawBeforeRule(rd){let od;return rd.walk(sd=>{if(sd.nodes&&(sd.parent!==rd||rd.first!==sd)&&typeof sd.raws.before<"u")return od=sd.raws.before,od.includes(`
`)&&(od=od.replace(/[^\n]+$/,"")),!1}),od&&(od=od.replace(/\S/g,"")),od}rawColon(rd){let od;return rd.walkDecls(sd=>{if(typeof sd.raws.between<"u")return od=sd.raws.between.replace(/[^\s:]/g,""),!1}),od}rawEmptyBody(rd){let od;return rd.walk(sd=>{if(sd.nodes&&sd.nodes.length===0&&(od=sd.raws.after,typeof od<"u"))return!1}),od}rawIndent(rd){if(rd.raws.indent)return rd.raws.indent;let od;return rd.walk(sd=>{let ld=sd.parent;if(ld&&ld!==rd&&ld.parent&&ld.parent===rd&&typeof sd.raws.before<"u"){let cd=sd.raws.before.split(`
`);return od=cd[cd.length-1],od=od.replace(/\S/g,""),!1}}),od}rawSemicolon(rd){let od;return rd.walk(sd=>{if(sd.nodes&&sd.nodes.length&&sd.last.type==="decl"&&(od=sd.raws.semicolon,typeof od<"u"))return!1}),od}rawValue(rd,od){let sd=rd[od],ld=rd.raws[od];return ld&&ld.value===sd?ld.raw:sd}root(rd){this.body(rd),rd.raws.after&&this.builder(rd.raws.after)}rule(rd){this.block(rd,this.rawValue(rd,"selector")),rd.raws.ownSemicolon&&this.builder(rd.raws.ownSemicolon,rd,"end")}stringify(rd,od){if(!this[rd.type])throw new Error("Unknown AST node type "+rd.type+". Maybe you need to change PostCSS stringifier.");this[rd.type](rd,od)}};qa.exports=td,td.default=td}),it=y((Ra,qa)=>{var Ja=$t$1();function ed(td,rd){new Ja(rd).stringify(td)}qa.exports=ed,ed.default=ed}),at=y((Ra,qa)=>{var{isClean:Ja,my:ed}=Ut(),td=Ft$1(),rd=$t$1(),od=it();function sd(cd,ud){let gd=new cd.constructor;for(let _d in cd){if(!Object.prototype.hasOwnProperty.call(cd,_d)||_d==="proxyCache")continue;let yd=cd[_d],Ed=typeof yd;_d==="parent"&&Ed==="object"?ud&&(gd[_d]=ud):_d==="source"?gd[_d]=yd:Array.isArray(yd)?gd[_d]=yd.map(Td=>sd(Td,gd)):(Ed==="object"&&yd!==null&&(yd=sd(yd)),gd[_d]=yd)}return gd}var ld=class{constructor(cd={}){this.raws={},this[Ja]=!1,this[ed]=!0;for(let ud in cd)if(ud==="nodes"){this.nodes=[];for(let gd of cd[ud])typeof gd.clone=="function"?this.append(gd.clone()):this.append(gd)}else this[ud]=cd[ud]}addToError(cd){if(cd.postcssNode=this,cd.stack&&this.source&&/\n\s{4}at /.test(cd.stack)){let ud=this.source;cd.stack=cd.stack.replace(/\n\s{4}at /,`$&${ud.input.from}:${ud.start.line}:${ud.start.column}$&`)}return cd}after(cd){return this.parent.insertAfter(this,cd),this}assign(cd={}){for(let ud in cd)this[ud]=cd[ud];return this}before(cd){return this.parent.insertBefore(this,cd),this}cleanRaws(cd){delete this.raws.before,delete this.raws.after,cd||delete this.raws.between}clone(cd={}){let ud=sd(this);for(let gd in cd)ud[gd]=cd[gd];return ud}cloneAfter(cd={}){let ud=this.clone(cd);return this.parent.insertAfter(this,ud),ud}cloneBefore(cd={}){let ud=this.clone(cd);return this.parent.insertBefore(this,ud),ud}error(cd,ud={}){if(this.source){let{end:gd,start:_d}=this.rangeBy(ud);return this.source.input.error(cd,{column:_d.column,line:_d.line},{column:gd.column,line:gd.line},ud)}return new td(cd)}getProxyProcessor(){return{get(cd,ud){return ud==="proxyOf"?cd:ud==="root"?()=>cd.root().toProxy():cd[ud]},set(cd,ud,gd){return cd[ud]===gd||(cd[ud]=gd,(ud==="prop"||ud==="value"||ud==="name"||ud==="params"||ud==="important"||ud==="text")&&cd.markDirty()),!0}}}markDirty(){if(this[Ja]){this[Ja]=!1;let cd=this;for(;cd=cd.parent;)cd[Ja]=!1}}next(){if(!this.parent)return;let cd=this.parent.index(this);return this.parent.nodes[cd+1]}positionBy(cd,ud){let gd=this.source.start;if(cd.index)gd=this.positionInside(cd.index,ud);else if(cd.word){ud=this.toString();let _d=ud.indexOf(cd.word);_d!==-1&&(gd=this.positionInside(_d,ud))}return gd}positionInside(cd,ud){let gd=ud||this.toString(),_d=this.source.start.column,yd=this.source.start.line;for(let Ed=0;Ed<cd;Ed++)gd[Ed]===`
`?(_d=1,yd+=1):_d+=1;return{column:_d,line:yd}}prev(){if(!this.parent)return;let cd=this.parent.index(this);return this.parent.nodes[cd-1]}rangeBy(cd){let ud={column:this.source.start.column,line:this.source.start.line},gd=this.source.end?{column:this.source.end.column+1,line:this.source.end.line}:{column:ud.column+1,line:ud.line};if(cd.word){let _d=this.toString(),yd=_d.indexOf(cd.word);yd!==-1&&(ud=this.positionInside(yd,_d),gd=this.positionInside(yd+cd.word.length,_d))}else cd.start?ud={column:cd.start.column,line:cd.start.line}:cd.index&&(ud=this.positionInside(cd.index)),cd.end?gd={column:cd.end.column,line:cd.end.line}:typeof cd.endIndex=="number"?gd=this.positionInside(cd.endIndex):cd.index&&(gd=this.positionInside(cd.index+1));return(gd.line<ud.line||gd.line===ud.line&&gd.column<=ud.column)&&(gd={column:ud.column+1,line:ud.line}),{end:gd,start:ud}}raw(cd,ud){return new rd().raw(this,cd,ud)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...cd){if(this.parent){let ud=this,gd=!1;for(let _d of cd)_d===this?gd=!0:gd?(this.parent.insertAfter(ud,_d),ud=_d):this.parent.insertBefore(ud,_d);gd||this.remove()}return this}root(){let cd=this;for(;cd.parent&&cd.parent.type!=="document";)cd=cd.parent;return cd}toJSON(cd,ud){let gd={},_d=ud==null;ud=ud||new Map;let yd=0;for(let Ed in this){if(!Object.prototype.hasOwnProperty.call(this,Ed)||Ed==="parent"||Ed==="proxyCache")continue;let Td=this[Ed];if(Array.isArray(Td))gd[Ed]=Td.map(Od=>typeof Od=="object"&&Od.toJSON?Od.toJSON(null,ud):Od);else if(typeof Td=="object"&&Td.toJSON)gd[Ed]=Td.toJSON(null,ud);else if(Ed==="source"){let Od=ud.get(Td.input);Od==null&&(Od=yd,ud.set(Td.input,yd),yd++),gd[Ed]={end:Td.end,inputId:Od,start:Td.start}}else gd[Ed]=Td}return _d&&(gd.inputs=[...ud.keys()].map(Ed=>Ed.toJSON())),gd}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(cd=od){cd.stringify&&(cd=cd.stringify);let ud="";return cd(this,gd=>{ud+=gd}),ud}warn(cd,ud,gd){let _d={node:this};for(let yd in gd)_d[yd]=gd[yd];return cd.warn(ud,_d)}get proxyOf(){return this}};qa.exports=ld,ld.default=ld}),lt=y((Ra,qa)=>{var Ja=at(),ed=class extends Ja{constructor(td){td&&typeof td.value<"u"&&typeof td.value!="string"&&(td={...td,value:String(td.value)}),super(td),this.type="decl"}get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}};qa.exports=ed,ed.default=ed}),Oe=y((Ra,qa)=>{var Ja=at(),ed=class extends Ja{constructor(td){super(td),this.type="comment"}};qa.exports=ed,ed.default=ed}),re=y((Ra,qa)=>{var{isClean:Ja,my:ed}=Ut(),td=lt(),rd=Oe(),od=at(),sd,ld,cd,ud;function gd(Ed){return Ed.map(Td=>(Td.nodes&&(Td.nodes=gd(Td.nodes)),delete Td.source,Td))}function _d(Ed){if(Ed[Ja]=!1,Ed.proxyOf.nodes)for(let Td of Ed.proxyOf.nodes)_d(Td)}var yd=class iT extends od{append(...Td){for(let Od of Td){let Ad=this.normalize(Od,this.last);for(let Nd of Ad)this.proxyOf.nodes.push(Nd)}return this.markDirty(),this}cleanRaws(Td){if(super.cleanRaws(Td),this.nodes)for(let Od of this.nodes)Od.cleanRaws(Td)}each(Td){if(!this.proxyOf.nodes)return;let Od=this.getIterator(),Ad,Nd;for(;this.indexes[Od]<this.proxyOf.nodes.length&&(Ad=this.indexes[Od],Nd=Td(this.proxyOf.nodes[Ad],Ad),Nd!==!1);)this.indexes[Od]+=1;return delete this.indexes[Od],Nd}every(Td){return this.nodes.every(Td)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let Td=this.lastEach;return this.indexes[Td]=0,Td}getProxyProcessor(){return{get(Td,Od){return Od==="proxyOf"?Td:Td[Od]?Od==="each"||typeof Od=="string"&&Od.startsWith("walk")?(...Ad)=>Td[Od](...Ad.map(Nd=>typeof Nd=="function"?(kd,Id)=>Nd(kd.toProxy(),Id):Nd)):Od==="every"||Od==="some"?Ad=>Td[Od]((Nd,...kd)=>Ad(Nd.toProxy(),...kd)):Od==="root"?()=>Td.root().toProxy():Od==="nodes"?Td.nodes.map(Ad=>Ad.toProxy()):Od==="first"||Od==="last"?Td[Od].toProxy():Td[Od]:Td[Od]},set(Td,Od,Ad){return Td[Od]===Ad||(Td[Od]=Ad,(Od==="name"||Od==="params"||Od==="selector")&&Td.markDirty()),!0}}}index(Td){return typeof Td=="number"?Td:(Td.proxyOf&&(Td=Td.proxyOf),this.proxyOf.nodes.indexOf(Td))}insertAfter(Td,Od){let Ad=this.index(Td),Nd=this.normalize(Od,this.proxyOf.nodes[Ad]).reverse();Ad=this.index(Td);for(let Id of Nd)this.proxyOf.nodes.splice(Ad+1,0,Id);let kd;for(let Id in this.indexes)kd=this.indexes[Id],Ad<kd&&(this.indexes[Id]=kd+Nd.length);return this.markDirty(),this}insertBefore(Td,Od){let Ad=this.index(Td),Nd=Ad===0?"prepend":!1,kd=this.normalize(Od,this.proxyOf.nodes[Ad],Nd).reverse();Ad=this.index(Td);for(let Rd of kd)this.proxyOf.nodes.splice(Ad,0,Rd);let Id;for(let Rd in this.indexes)Id=this.indexes[Rd],Ad<=Id&&(this.indexes[Rd]=Id+kd.length);return this.markDirty(),this}normalize(Td,Od){if(typeof Td=="string")Td=gd(sd(Td).nodes);else if(typeof Td>"u")Td=[];else if(Array.isArray(Td)){Td=Td.slice(0);for(let Ad of Td)Ad.parent&&Ad.parent.removeChild(Ad,"ignore")}else if(Td.type==="root"&&this.type!=="document"){Td=Td.nodes.slice(0);for(let Ad of Td)Ad.parent&&Ad.parent.removeChild(Ad,"ignore")}else if(Td.type)Td=[Td];else if(Td.prop){if(typeof Td.value>"u")throw new Error("Value field is missed in node creation");typeof Td.value!="string"&&(Td.value=String(Td.value)),Td=[new td(Td)]}else if(Td.selector)Td=[new ld(Td)];else if(Td.name)Td=[new cd(Td)];else if(Td.text)Td=[new rd(Td)];else throw new Error("Unknown node type in node creation");return Td.map(Ad=>(Ad[ed]||iT.rebuild(Ad),Ad=Ad.proxyOf,Ad.parent&&Ad.parent.removeChild(Ad),Ad[Ja]&&_d(Ad),typeof Ad.raws.before>"u"&&Od&&typeof Od.raws.before<"u"&&(Ad.raws.before=Od.raws.before.replace(/\S/g,"")),Ad.parent=this.proxyOf,Ad))}prepend(...Td){Td=Td.reverse();for(let Od of Td){let Ad=this.normalize(Od,this.first,"prepend").reverse();for(let Nd of Ad)this.proxyOf.nodes.unshift(Nd);for(let Nd in this.indexes)this.indexes[Nd]=this.indexes[Nd]+Ad.length}return this.markDirty(),this}push(Td){return Td.parent=this,this.proxyOf.nodes.push(Td),this}removeAll(){for(let Td of this.proxyOf.nodes)Td.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(Td){Td=this.index(Td),this.proxyOf.nodes[Td].parent=void 0,this.proxyOf.nodes.splice(Td,1);let Od;for(let Ad in this.indexes)Od=this.indexes[Ad],Od>=Td&&(this.indexes[Ad]=Od-1);return this.markDirty(),this}replaceValues(Td,Od,Ad){return Ad||(Ad=Od,Od={}),this.walkDecls(Nd=>{Od.props&&!Od.props.includes(Nd.prop)||Od.fast&&!Nd.value.includes(Od.fast)||(Nd.value=Nd.value.replace(Td,Ad))}),this.markDirty(),this}some(Td){return this.nodes.some(Td)}walk(Td){return this.each((Od,Ad)=>{let Nd;try{Nd=Td(Od,Ad)}catch(kd){throw Od.addToError(kd)}return Nd!==!1&&Od.walk&&(Nd=Od.walk(Td)),Nd})}walkAtRules(Td,Od){return Od?Td instanceof RegExp?this.walk((Ad,Nd)=>{if(Ad.type==="atrule"&&Td.test(Ad.name))return Od(Ad,Nd)}):this.walk((Ad,Nd)=>{if(Ad.type==="atrule"&&Ad.name===Td)return Od(Ad,Nd)}):(Od=Td,this.walk((Ad,Nd)=>{if(Ad.type==="atrule")return Od(Ad,Nd)}))}walkComments(Td){return this.walk((Od,Ad)=>{if(Od.type==="comment")return Td(Od,Ad)})}walkDecls(Td,Od){return Od?Td instanceof RegExp?this.walk((Ad,Nd)=>{if(Ad.type==="decl"&&Td.test(Ad.prop))return Od(Ad,Nd)}):this.walk((Ad,Nd)=>{if(Ad.type==="decl"&&Ad.prop===Td)return Od(Ad,Nd)}):(Od=Td,this.walk((Ad,Nd)=>{if(Ad.type==="decl")return Od(Ad,Nd)}))}walkRules(Td,Od){return Od?Td instanceof RegExp?this.walk((Ad,Nd)=>{if(Ad.type==="rule"&&Td.test(Ad.selector))return Od(Ad,Nd)}):this.walk((Ad,Nd)=>{if(Ad.type==="rule"&&Ad.selector===Td)return Od(Ad,Nd)}):(Od=Td,this.walk((Ad,Nd)=>{if(Ad.type==="rule")return Od(Ad,Nd)}))}get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}};yd.registerParse=Ed=>{sd=Ed},yd.registerRule=Ed=>{ld=Ed},yd.registerAtRule=Ed=>{cd=Ed},yd.registerRoot=Ed=>{ud=Ed},qa.exports=yd,yd.default=yd,yd.rebuild=Ed=>{Ed.type==="atrule"?Object.setPrototypeOf(Ed,cd.prototype):Ed.type==="rule"?Object.setPrototypeOf(Ed,ld.prototype):Ed.type==="decl"?Object.setPrototypeOf(Ed,td.prototype):Ed.type==="comment"?Object.setPrototypeOf(Ed,rd.prototype):Ed.type==="root"&&Object.setPrototypeOf(Ed,ud.prototype),Ed[ed]=!0,Ed.nodes&&Ed.nodes.forEach(Td=>{yd.rebuild(Td)})}}),Vt=y((Ra,qa)=>{var Ja=/[\t\n\f\r "#'()/;[\\\]{}]/g,ed=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,td=/.[\r\n"'(/\\]/,rd=/[\da-f]/i;qa.exports=function(od,sd={}){let ld=od.css.valueOf(),cd=sd.ignoreErrors,ud,gd,_d,yd,Ed,Td,Od,Ad,Nd,kd,Id=ld.length,Rd=0,Md=[],Ld=[];function jd(){return Rd}function Pd(qd){throw od.error("Unclosed "+qd,Rd)}function Fd(){return Ld.length===0&&Rd>=Id}function Ud(qd){if(Ld.length)return Ld.pop();if(Rd>=Id)return;let Wd=qd?qd.ignoreUnclosed:!1;switch(ud=ld.charCodeAt(Rd),ud){case 10:case 32:case 9:case 13:case 12:{gd=Rd;do gd+=1,ud=ld.charCodeAt(gd);while(ud===32||ud===10||ud===9||ud===13||ud===12);kd=["space",ld.slice(Rd,gd)],Rd=gd-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let zd=String.fromCharCode(ud);kd=[zd,zd,Rd];break}case 40:{if(Ad=Md.length?Md.pop()[1]:"",Nd=ld.charCodeAt(Rd+1),Ad==="url"&&Nd!==39&&Nd!==34&&Nd!==32&&Nd!==10&&Nd!==9&&Nd!==12&&Nd!==13){gd=Rd;do{if(Td=!1,gd=ld.indexOf(")",gd+1),gd===-1)if(cd||Wd){gd=Rd;break}else Pd("bracket");for(Od=gd;ld.charCodeAt(Od-1)===92;)Od-=1,Td=!Td}while(Td);kd=["brackets",ld.slice(Rd,gd+1),Rd,gd],Rd=gd}else gd=ld.indexOf(")",Rd+1),yd=ld.slice(Rd,gd+1),gd===-1||td.test(yd)?kd=["(","(",Rd]:(kd=["brackets",yd,Rd,gd],Rd=gd);break}case 39:case 34:{_d=ud===39?"'":'"',gd=Rd;do{if(Td=!1,gd=ld.indexOf(_d,gd+1),gd===-1)if(cd||Wd){gd=Rd+1;break}else Pd("string");for(Od=gd;ld.charCodeAt(Od-1)===92;)Od-=1,Td=!Td}while(Td);kd=["string",ld.slice(Rd,gd+1),Rd,gd],Rd=gd;break}case 64:{Ja.lastIndex=Rd+1,Ja.test(ld),Ja.lastIndex===0?gd=ld.length-1:gd=Ja.lastIndex-2,kd=["at-word",ld.slice(Rd,gd+1),Rd,gd],Rd=gd;break}case 92:{for(gd=Rd,Ed=!0;ld.charCodeAt(gd+1)===92;)gd+=1,Ed=!Ed;if(ud=ld.charCodeAt(gd+1),Ed&&ud!==47&&ud!==32&&ud!==10&&ud!==9&&ud!==13&&ud!==12&&(gd+=1,rd.test(ld.charAt(gd)))){for(;rd.test(ld.charAt(gd+1));)gd+=1;ld.charCodeAt(gd+1)===32&&(gd+=1)}kd=["word",ld.slice(Rd,gd+1),Rd,gd],Rd=gd;break}default:{ud===47&&ld.charCodeAt(Rd+1)===42?(gd=ld.indexOf("*/",Rd+2)+1,gd===0&&(cd||Wd?gd=ld.length:Pd("comment")),kd=["comment",ld.slice(Rd,gd+1),Rd,gd],Rd=gd):(ed.lastIndex=Rd+1,ed.test(ld),ed.lastIndex===0?gd=ld.length-1:gd=ed.lastIndex-2,kd=["word",ld.slice(Rd,gd+1),Rd,gd],Md.push(kd),Rd=gd);break}}return Rd++,kd}function Vd(qd){Ld.push(qd)}return{back:Vd,endOfFile:Fd,nextToken:Ud,position:jd}}}),Gt$1=y((Ra,qa)=>{var Ja=re(),ed=class extends Ja{constructor(td){super(td),this.type="atrule"}append(...td){return this.proxyOf.nodes||(this.nodes=[]),super.append(...td)}prepend(...td){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...td)}};qa.exports=ed,ed.default=ed,Ja.registerAtRule(ed)}),Ae=y((Ra,qa)=>{var Ja=re(),ed,td,rd=class extends Ja{constructor(od){super(od),this.type="root",this.nodes||(this.nodes=[])}normalize(od,sd,ld){let cd=super.normalize(od);if(sd){if(ld==="prepend")this.nodes.length>1?sd.raws.before=this.nodes[1].raws.before:delete sd.raws.before;else if(this.first!==sd)for(let ud of cd)ud.raws.before=sd.raws.before}return cd}removeChild(od,sd){let ld=this.index(od);return!sd&&ld===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[ld].raws.before),super.removeChild(od)}toResult(od={}){return new ed(new td,this,od).stringify()}};rd.registerLazyResult=od=>{ed=od},rd.registerProcessor=od=>{td=od},qa.exports=rd,rd.default=rd,Ja.registerRoot(rd)}),us=y((Ra,qa)=>{var Ja={comma(ed){return Ja.split(ed,[","],!0)},space(ed){let td=[" ",`
`," "];return Ja.split(ed,td)},split(ed,td,rd){let od=[],sd="",ld=!1,cd=0,ud=!1,gd="",_d=!1;for(let yd of ed)_d?_d=!1:yd==="\\"?_d=!0:ud?yd===gd&&(ud=!1):yd==='"'||yd==="'"?(ud=!0,gd=yd):yd==="("?cd+=1:yd===")"?cd>0&&(cd-=1):cd===0&&td.includes(yd)&&(ld=!0),ld?(sd!==""&&od.push(sd.trim()),sd="",ld=!1):sd+=yd;return(rd||sd!=="")&&od.push(sd.trim()),od}};qa.exports=Ja,Ja.default=Ja}),jt=y((Ra,qa)=>{var Ja=re(),ed=us(),td=class extends Ja{constructor(rd){super(rd),this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return ed.comma(this.selector)}set selectors(rd){let od=this.selector?this.selector.match(/,\s*/):null,sd=od?od[0]:","+this.raw("between","beforeOpen");this.selector=rd.join(sd)}};qa.exports=td,td.default=td,Ja.registerRule(td)}),Ht=y((Ra,qa)=>{var Ja=lt(),ed=Vt(),td=Oe(),rd=Gt$1(),od=Ae(),sd=jt(),ld={empty:!0,space:!0};function cd(gd){for(let _d=gd.length-1;_d>=0;_d--){let yd=gd[_d],Ed=yd[3]||yd[2];if(Ed)return Ed}}var ud=class{constructor(gd){this.input=gd,this.root=new od,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:gd,start:{column:1,line:1,offset:0}}}atrule(gd){let _d=new rd;_d.name=gd[1].slice(1),_d.name===""&&this.unnamedAtrule(_d,gd),this.init(_d,gd[2]);let yd,Ed,Td,Od=!1,Ad=!1,Nd=[],kd=[];for(;!this.tokenizer.endOfFile();){if(gd=this.tokenizer.nextToken(),yd=gd[0],yd==="("||yd==="["?kd.push(yd==="("?")":"]"):yd==="{"&&kd.length>0?kd.push("}"):yd===kd[kd.length-1]&&kd.pop(),kd.length===0)if(yd===";"){_d.source.end=this.getPosition(gd[2]),_d.source.end.offset++,this.semicolon=!0;break}else if(yd==="{"){Ad=!0;break}else if(yd==="}"){if(Nd.length>0){for(Td=Nd.length-1,Ed=Nd[Td];Ed&&Ed[0]==="space";)Ed=Nd[--Td];Ed&&(_d.source.end=this.getPosition(Ed[3]||Ed[2]),_d.source.end.offset++)}this.end(gd);break}else Nd.push(gd);else Nd.push(gd);if(this.tokenizer.endOfFile()){Od=!0;break}}_d.raws.between=this.spacesAndCommentsFromEnd(Nd),Nd.length?(_d.raws.afterName=this.spacesAndCommentsFromStart(Nd),this.raw(_d,"params",Nd),Od&&(gd=Nd[Nd.length-1],_d.source.end=this.getPosition(gd[3]||gd[2]),_d.source.end.offset++,this.spaces=_d.raws.between,_d.raws.between="")):(_d.raws.afterName="",_d.params=""),Ad&&(_d.nodes=[],this.current=_d)}checkMissedSemicolon(gd){let _d=this.colon(gd);if(_d===!1)return;let yd=0,Ed;for(let Td=_d-1;Td>=0&&(Ed=gd[Td],!(Ed[0]!=="space"&&(yd+=1,yd===2)));Td--);throw this.input.error("Missed semicolon",Ed[0]==="word"?Ed[3]+1:Ed[2])}colon(gd){let _d=0,yd,Ed,Td;for(let[Od,Ad]of gd.entries()){if(yd=Ad,Ed=yd[0],Ed==="("&&(_d+=1),Ed===")"&&(_d-=1),_d===0&&Ed===":")if(!Td)this.doubleColon(yd);else{if(Td[0]==="word"&&Td[1]==="progid")continue;return Od}Td=yd}return!1}comment(gd){let _d=new td;this.init(_d,gd[2]),_d.source.end=this.getPosition(gd[3]||gd[2]),_d.source.end.offset++;let yd=gd[1].slice(2,-2);if(/^\s*$/.test(yd))_d.text="",_d.raws.left=yd,_d.raws.right="";else{let Ed=yd.match(/^(\s*)([^]*\S)(\s*)$/);_d.text=Ed[2],_d.raws.left=Ed[1],_d.raws.right=Ed[3]}}createTokenizer(){this.tokenizer=ed(this.input)}decl(gd,_d){let yd=new Ja;this.init(yd,gd[0][2]);let Ed=gd[gd.length-1];for(Ed[0]===";"&&(this.semicolon=!0,gd.pop()),yd.source.end=this.getPosition(Ed[3]||Ed[2]||cd(gd)),yd.source.end.offset++;gd[0][0]!=="word";)gd.length===1&&this.unknownWord(gd),yd.raws.before+=gd.shift()[1];for(yd.source.start=this.getPosition(gd[0][2]),yd.prop="";gd.length;){let Nd=gd[0][0];if(Nd===":"||Nd==="space"||Nd==="comment")break;yd.prop+=gd.shift()[1]}yd.raws.between="";let Td;for(;gd.length;)if(Td=gd.shift(),Td[0]===":"){yd.raws.between+=Td[1];break}else Td[0]==="word"&&/\w/.test(Td[1])&&this.unknownWord([Td]),yd.raws.between+=Td[1];(yd.prop[0]==="_"||yd.prop[0]==="*")&&(yd.raws.before+=yd.prop[0],yd.prop=yd.prop.slice(1));let Od=[],Ad;for(;gd.length&&(Ad=gd[0][0],!(Ad!=="space"&&Ad!=="comment"));)Od.push(gd.shift());this.precheckMissedSemicolon(gd);for(let Nd=gd.length-1;Nd>=0;Nd--){if(Td=gd[Nd],Td[1].toLowerCase()==="!important"){yd.important=!0;let kd=this.stringFrom(gd,Nd);kd=this.spacesFromEnd(gd)+kd,kd!==" !important"&&(yd.raws.important=kd);break}else if(Td[1].toLowerCase()==="important"){let kd=gd.slice(0),Id="";for(let Rd=Nd;Rd>0;Rd--){let Md=kd[Rd][0];if(Id.trim().indexOf("!")===0&&Md!=="space")break;Id=kd.pop()[1]+Id}Id.trim().indexOf("!")===0&&(yd.important=!0,yd.raws.important=Id,gd=kd)}if(Td[0]!=="space"&&Td[0]!=="comment")break}gd.some(Nd=>Nd[0]!=="space"&&Nd[0]!=="comment")&&(yd.raws.between+=Od.map(Nd=>Nd[1]).join(""),Od=[]),this.raw(yd,"value",Od.concat(gd),_d),yd.value.includes(":")&&!_d&&this.checkMissedSemicolon(gd)}doubleColon(gd){throw this.input.error("Double colon",{offset:gd[2]},{offset:gd[2]+gd[1].length})}emptyRule(gd){let _d=new sd;this.init(_d,gd[2]),_d.selector="",_d.raws.between="",this.current=_d}end(gd){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(gd[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(gd)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(gd){if(this.spaces+=gd[1],this.current.nodes){let _d=this.current.nodes[this.current.nodes.length-1];_d&&_d.type==="rule"&&!_d.raws.ownSemicolon&&(_d.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(gd){let _d=this.input.fromOffset(gd);return{column:_d.col,line:_d.line,offset:gd}}init(gd,_d){this.current.push(gd),gd.source={input:this.input,start:this.getPosition(_d)},gd.raws.before=this.spaces,this.spaces="",gd.type!=="comment"&&(this.semicolon=!1)}other(gd){let _d=!1,yd=null,Ed=!1,Td=null,Od=[],Ad=gd[1].startsWith("--"),Nd=[],kd=gd;for(;kd;){if(yd=kd[0],Nd.push(kd),yd==="("||yd==="[")Td||(Td=kd),Od.push(yd==="("?")":"]");else if(Ad&&Ed&&yd==="{")Td||(Td=kd),Od.push("}");else if(Od.length===0)if(yd===";")if(Ed){this.decl(Nd,Ad);return}else break;else if(yd==="{"){this.rule(Nd);return}else if(yd==="}"){this.tokenizer.back(Nd.pop()),_d=!0;break}else yd===":"&&(Ed=!0);else yd===Od[Od.length-1]&&(Od.pop(),Od.length===0&&(Td=null));kd=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(_d=!0),Od.length>0&&this.unclosedBracket(Td),_d&&Ed){if(!Ad)for(;Nd.length&&(kd=Nd[Nd.length-1][0],!(kd!=="space"&&kd!=="comment"));)this.tokenizer.back(Nd.pop());this.decl(Nd,Ad)}else this.unknownWord(Nd)}parse(){let gd;for(;!this.tokenizer.endOfFile();)switch(gd=this.tokenizer.nextToken(),gd[0]){case"space":this.spaces+=gd[1];break;case";":this.freeSemicolon(gd);break;case"}":this.end(gd);break;case"comment":this.comment(gd);break;case"at-word":this.atrule(gd);break;case"{":this.emptyRule(gd);break;default:this.other(gd);break}this.endFile()}precheckMissedSemicolon(){}raw(gd,_d,yd,Ed){let Td,Od,Ad=yd.length,Nd="",kd=!0,Id,Rd;for(let Md=0;Md<Ad;Md+=1)Td=yd[Md],Od=Td[0],Od==="space"&&Md===Ad-1&&!Ed?kd=!1:Od==="comment"?(Rd=yd[Md-1]?yd[Md-1][0]:"empty",Id=yd[Md+1]?yd[Md+1][0]:"empty",!ld[Rd]&&!ld[Id]?Nd.slice(-1)===","?kd=!1:Nd+=Td[1]:kd=!1):Nd+=Td[1];if(!kd){let Md=yd.reduce((Ld,jd)=>Ld+jd[1],"");gd.raws[_d]={raw:Md,value:Nd}}gd[_d]=Nd}rule(gd){gd.pop();let _d=new sd;this.init(_d,gd[0][2]),_d.raws.between=this.spacesAndCommentsFromEnd(gd),this.raw(_d,"selector",gd),this.current=_d}spacesAndCommentsFromEnd(gd){let _d,yd="";for(;gd.length&&(_d=gd[gd.length-1][0],!(_d!=="space"&&_d!=="comment"));)yd=gd.pop()[1]+yd;return yd}spacesAndCommentsFromStart(gd){let _d,yd="";for(;gd.length&&(_d=gd[0][0],!(_d!=="space"&&_d!=="comment"));)yd+=gd.shift()[1];return yd}spacesFromEnd(gd){let _d,yd="";for(;gd.length&&(_d=gd[gd.length-1][0],_d==="space");)yd=gd.pop()[1]+yd;return yd}stringFrom(gd,_d){let yd="";for(let Ed=_d;Ed<gd.length;Ed++)yd+=gd[Ed][1];return gd.splice(_d,gd.length-_d),yd}unclosedBlock(){let gd=this.current.source.start;throw this.input.error("Unclosed block",gd.line,gd.column)}unclosedBracket(gd){throw this.input.error("Unclosed bracket",{offset:gd[2]},{offset:gd[2]+1})}unexpectedClose(gd){throw this.input.error("Unexpected }",{offset:gd[2]},{offset:gd[2]+1})}unknownWord(gd){throw this.input.error("Unknown word",{offset:gd[0][2]},{offset:gd[0][2]+gd[0][1].length})}unnamedAtrule(gd,_d){throw this.input.error("At-rule without name",{offset:_d[2]},{offset:_d[2]+_d[1].length})}};qa.exports=ud}),Ki=y(()=>{}),Ji$1=y((Ra,qa)=>{var Ja="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",ed=(rd,od=21)=>(sd=od)=>{let ld="",cd=sd;for(;cd--;)ld+=rd[Math.random()*rd.length|0];return ld},td=(rd=21)=>{let od="",sd=rd;for(;sd--;)od+=Ja[Math.random()*64|0];return od};qa.exports={nanoid:td,customAlphabet:ed}}),cs=y((Ra,qa)=>{qa.exports=class{}}),Re$1=y((Ra,qa)=>{var{SourceMapConsumer:Ja,SourceMapGenerator:ed}=Ki(),{fileURLToPath:td,pathToFileURL:rd}={},{isAbsolute:od,resolve:sd}={},{nanoid:ld}=Ji$1(),cd=ss(),ud=Ft$1(),gd=cs(),_d=Symbol("fromOffsetCache"),yd=!!(Ja&&ed),Ed=!!(sd&&od),Td=class{constructor(Od,Ad={}){if(Od===null||typeof Od>"u"||typeof Od=="object"&&!Od.toString)throw new Error(`PostCSS received ${Od} instead of CSS string`);if(this.css=Od.toString(),this.css[0]==="\uFEFF"||this.css[0]==="￾"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,Ad.from&&(!Ed||/^\w+:\/\//.test(Ad.from)||od(Ad.from)?this.file=Ad.from:this.file=sd(Ad.from)),Ed&&yd){let Nd=new gd(this.css,Ad);if(Nd.text){this.map=Nd;let kd=Nd.consumer().file;!this.file&&kd&&(this.file=this.mapResolve(kd))}}this.file||(this.id="<input css "+ld(6)+">"),this.map&&(this.map.file=this.from)}error(Od,Ad,Nd,kd={}){let Id,Rd,Md;if(Ad&&typeof Ad=="object"){let jd=Ad,Pd=Nd;if(typeof jd.offset=="number"){let Fd=this.fromOffset(jd.offset);Ad=Fd.line,Nd=Fd.col}else Ad=jd.line,Nd=jd.column;if(typeof Pd.offset=="number"){let Fd=this.fromOffset(Pd.offset);Rd=Fd.line,Md=Fd.col}else Rd=Pd.line,Md=Pd.column}else if(!Nd){let jd=this.fromOffset(Ad);Ad=jd.line,Nd=jd.col}let Ld=this.origin(Ad,Nd,Rd,Md);return Ld?Id=new ud(Od,Ld.endLine===void 0?Ld.line:{column:Ld.column,line:Ld.line},Ld.endLine===void 0?Ld.column:{column:Ld.endColumn,line:Ld.endLine},Ld.source,Ld.file,kd.plugin):Id=new ud(Od,Rd===void 0?Ad:{column:Nd,line:Ad},Rd===void 0?Nd:{column:Md,line:Rd},this.css,this.file,kd.plugin),Id.input={column:Nd,endColumn:Md,endLine:Rd,line:Ad,source:this.css},this.file&&(rd&&(Id.input.url=rd(this.file).toString()),Id.input.file=this.file),Id}fromOffset(Od){let Ad,Nd;if(this[_d])Nd=this[_d];else{let Id=this.css.split(`
`);Nd=new Array(Id.length);let Rd=0;for(let Md=0,Ld=Id.length;Md<Ld;Md++)Nd[Md]=Rd,Rd+=Id[Md].length+1;this[_d]=Nd}Ad=Nd[Nd.length-1];let kd=0;if(Od>=Ad)kd=Nd.length-1;else{let Id=Nd.length-2,Rd;for(;kd<Id;)if(Rd=kd+(Id-kd>>1),Od<Nd[Rd])Id=Rd-1;else if(Od>=Nd[Rd+1])kd=Rd+1;else{kd=Rd;break}}return{col:Od-Nd[kd]+1,line:kd+1}}mapResolve(Od){return/^\w+:\/\//.test(Od)?Od:sd(this.map.consumer().sourceRoot||this.map.root||".",Od)}origin(Od,Ad,Nd,kd){if(!this.map)return!1;let Id=this.map.consumer(),Rd=Id.originalPositionFor({column:Ad,line:Od});if(!Rd.source)return!1;let Md;typeof Nd=="number"&&(Md=Id.originalPositionFor({column:kd,line:Nd}));let Ld;od(Rd.source)?Ld=rd(Rd.source):Ld=new URL(Rd.source,this.map.consumer().sourceRoot||rd(this.map.mapFile));let jd={column:Rd.column,endColumn:Md&&Md.column,endLine:Md&&Md.line,line:Rd.line,url:Ld.toString()};if(Ld.protocol==="file:")if(td)jd.file=td(Ld);else throw new Error("file: protocol is not available in this PostCSS build");let Pd=Id.sourceContentFor(Rd.source);return Pd&&(jd.source=Pd),jd}toJSON(){let Od={};for(let Ad of["hasBOM","css","file","id"])this[Ad]!=null&&(Od[Ad]=this[Ad]);return this.map&&(Od.map={...this.map},Od.map.consumerCache&&(Od.map.consumerCache=void 0)),Od}get from(){return this.file||this.id}};qa.exports=Td,Td.default=Td,cd&&cd.registerInput&&cd.registerInput(Td)}),pt=y((Ra,qa)=>{var Ja=re(),ed=Ht(),td=Re$1();function rd(od,sd){let ld=new td(od,sd),cd=new ed(ld);try{cd.parse()}catch(ud){throw ud}return cd.root}qa.exports=rd,rd.default=rd,Ja.registerParse(rd)}),no=y((Ra,qa)=>{var Ja=Vt(),ed=Re$1();qa.exports={isInlineComment(td){if(td[0]==="word"&&td[1].slice(0,2)==="//"){let rd=td,od=[],sd,ld;for(;td;){if(/\r?\n/.test(td[1])){if(/['"].*\r?\n/.test(td[1])){od.push(td[1].substring(0,td[1].indexOf(`
`))),ld=td[1].substring(td[1].indexOf(`
`));let ud=this.input.css.valueOf().substring(this.tokenizer.position());ld+=ud,sd=td[3]+ud.length-ld.length}else this.tokenizer.back(td);break}od.push(td[1]),sd=td[2],td=this.tokenizer.nextToken({ignoreUnclosed:!0})}let cd=["comment",od.join(""),rd[2],sd];return this.inlineComment(cd),ld&&(this.input=new ed(ld),this.tokenizer=Ja(this.input)),!0}else if(td[1]==="/"){let rd=this.tokenizer.nextToken({ignoreUnclosed:!0});if(rd[0]==="comment"&&/^\/\*/.test(rd[1]))return rd[0]="word",rd[1]=rd[1].slice(1),td[1]="//",this.tokenizer.back(rd),qa.exports.isInlineComment.bind(this)(td)}return!1}}}),oo$1=y((Ra,qa)=>{qa.exports={interpolation(Ja){let ed=[Ja,this.tokenizer.nextToken()],td=["word","}"];if(ed[0][1].length>1||ed[1][0]!=="{")return this.tokenizer.back(ed[1]),!1;for(Ja=this.tokenizer.nextToken();Ja&&td.includes(Ja[0]);)ed.push(Ja),Ja=this.tokenizer.nextToken();let rd=ed.map(cd=>cd[1]),[od]=ed,sd=ed.pop(),ld=["word",rd.join(""),od[2],sd[2]];return this.tokenizer.back(Ja),this.tokenizer.back(ld),!0}}}),uo$1=y((Ra,qa)=>{var Ja=/^#[0-9a-fA-F]{6}$|^#[0-9a-fA-F]{3}$/,ed=/\.[0-9]/,td=rd=>{let[,od]=rd,[sd]=od;return(sd==="."||sd==="#")&&Ja.test(od)===!1&&ed.test(od)===!1};qa.exports={isMixinToken:td}}),co=y((Ra,qa)=>{var Ja=Vt(),ed=/^url\((.+)\)/;qa.exports=td=>{let{name:rd,params:od=""}=td;if(rd==="import"&&od.length){td.import=!0;let sd=Ja({css:od});for(td.filename=od.replace(ed,"$1");!sd.endOfFile();){let[ld,cd]=sd.nextToken();if(ld==="word"&&cd==="url")return;if(ld==="brackets"){td.options=cd,td.filename=od.replace(cd,"").trim();break}}}}}),mo$1=y((Ra,qa)=>{var Ja=/:$/,ed=/^:(\s+)?/;qa.exports=td=>{let{name:rd,params:od=""}=td;if(td.name.slice(-1)===":"){if(Ja.test(rd)){let[sd]=rd.match(Ja);td.name=rd.replace(sd,""),td.raws.afterName=sd+(td.raws.afterName||""),td.variable=!0,td.value=td.params}if(ed.test(od)){let[sd]=od.match(ed);td.value=od.replace(sd,""),td.raws.afterName=(td.raws.afterName||"")+sd,td.variable=!0}}}}),go$1=y((Ra,qa)=>{var Ja=Oe(),ed=Ht(),{isInlineComment:td}=no(),{interpolation:rd}=oo$1(),{isMixinToken:od}=uo$1(),sd=co(),ld=mo$1(),cd=/(!\s*important)$/i;qa.exports=class extends ed{constructor(...ud){super(...ud),this.lastNode=null}atrule(ud){rd.bind(this)(ud)||(super.atrule(ud),sd(this.lastNode),ld(this.lastNode))}decl(...ud){super.decl(...ud),/extend\(.+\)/i.test(this.lastNode.value)&&(this.lastNode.extend=!0)}each(ud){ud[0][1]=` ${ud[0][1]}`;let gd=ud.findIndex(Td=>Td[0]==="("),_d=ud.reverse().find(Td=>Td[0]===")"),yd=ud.reverse().indexOf(_d),Ed=ud.splice(gd,yd).map(Td=>Td[1]).join("");for(let Td of ud.reverse())this.tokenizer.back(Td);this.atrule(this.tokenizer.nextToken()),this.lastNode.function=!0,this.lastNode.params=Ed}init(ud,gd,_d){super.init(ud,gd,_d),this.lastNode=ud}inlineComment(ud){let gd=new Ja,_d=ud[1].slice(2);if(this.init(gd,ud[2]),gd.source.end=this.getPosition(ud[3]||ud[2]),gd.inline=!0,gd.raws.begin="//",/^\s*$/.test(_d))gd.text="",gd.raws.left=_d,gd.raws.right="";else{let yd=_d.match(/^(\s*)([^]*[^\s])(\s*)$/);[,gd.raws.left,gd.text,gd.raws.right]=yd}}mixin(ud){let[gd]=ud,_d=gd[1].slice(0,1),yd=ud.findIndex(Nd=>Nd[0]==="brackets"),Ed=ud.findIndex(Nd=>Nd[0]==="("),Td="";if((yd<0||yd>3)&&Ed>0){let Nd=ud.reduce((Ud,Vd,qd)=>Vd[0]===")"?qd:Ud),kd=ud.slice(Ed,Nd+Ed).map(Ud=>Ud[1]).join(""),[Id]=ud.slice(Ed),Rd=[Id[2],Id[3]],[Md]=ud.slice(Nd,Nd+1),Ld=[Md[2],Md[3]],jd=["brackets",kd].concat(Rd,Ld),Pd=ud.slice(0,Ed),Fd=ud.slice(Nd+1);ud=Pd,ud.push(jd),ud=ud.concat(Fd)}let Od=[];for(let Nd of ud)if((Nd[1]==="!"||Od.length)&&Od.push(Nd),Nd[1]==="important")break;if(Od.length){let[Nd]=Od,kd=ud.indexOf(Nd),Id=Od[Od.length-1],Rd=[Nd[2],Nd[3]],Md=[Id[4],Id[5]],Ld=["word",Od.map(jd=>jd[1]).join("")].concat(Rd,Md);ud.splice(kd,Od.length,Ld)}let Ad=ud.findIndex(Nd=>cd.test(Nd[1]));Ad>0&&([,Td]=ud[Ad],ud.splice(Ad,1));for(let Nd of ud.reverse())this.tokenizer.back(Nd);this.atrule(this.tokenizer.nextToken()),this.lastNode.mixin=!0,this.lastNode.raws.identifier=_d,Td&&(this.lastNode.important=!0,this.lastNode.raws.important=Td)}other(ud){td.bind(this)(ud)||super.other(ud)}rule(ud){let gd=ud[ud.length-1],_d=ud[ud.length-2];if(_d[0]==="at-word"&&gd[0]==="{"&&(this.tokenizer.back(gd),rd.bind(this)(_d))){let yd=this.tokenizer.nextToken();ud=ud.slice(0,ud.length-2).concat([yd]);for(let Ed of ud.reverse())this.tokenizer.back(Ed);return}super.rule(ud),/:extend\(.+\)/i.test(this.lastNode.selector)&&(this.lastNode.extend=!0)}unknownWord(ud){let[gd]=ud;if(ud[0][1]==="each"&&ud[1][0]==="("){this.each(ud);return}if(od(gd)){this.mixin(ud);return}super.unknownWord(ud)}}}),xo=y((Ra,qa)=>{var Ja=$t$1();qa.exports=class extends Ja{atrule(ed,td){if(!ed.mixin&&!ed.variable&&!ed.function){super.atrule(ed,td);return}let rd=`${ed.function?"":ed.raws.identifier||"@"}${ed.name}`,od=ed.params?this.rawValue(ed,"params"):"",sd=ed.raws.important||"";if(ed.variable&&(od=ed.value),typeof ed.raws.afterName<"u"?rd+=ed.raws.afterName:od&&(rd+=" "),ed.nodes)this.block(ed,rd+od+sd);else{let ld=(ed.raws.between||"")+sd+(td?";":"");this.builder(rd+od+ld,ed)}}comment(ed){if(ed.inline){let td=this.raw(ed,"left","commentLeft"),rd=this.raw(ed,"right","commentRight");this.builder(`//${td}${ed.text}${rd}`,ed)}else super.comment(ed)}}}),bo=y((Ra,qa)=>{var Ja=Re$1(),ed=go$1(),td=xo();qa.exports={parse(rd,od){let sd=new Ja(rd,od),ld=new ed(sd);return ld.parse(),ld.root.walk(cd=>{let ud=sd.css.lastIndexOf(cd.source.input.css);if(ud===0)return;if(ud+cd.source.input.css.length!==sd.css.length)throw new Error("Invalid state detected in postcss-less");let gd=ud+cd.source.start.offset,_d=sd.fromOffset(ud+cd.source.start.offset);if(cd.source.start={offset:gd,line:_d.line,column:_d.col},cd.source.end){let yd=ud+cd.source.end.offset,Ed=sd.fromOffset(ud+cd.source.end.offset);cd.source.end={offset:yd,line:Ed.line,column:Ed.col}}}),ld.root},stringify(rd,od){new td(od).stringify(rd)},nodeToString(rd){let od="";return qa.exports.stringify(rd,sd=>{od+=sd}),od}}}),ws=y((Ra,qa)=>{qa.exports=class{generate(){}}}),Jt$1=y((Ra,qa)=>{var Ja=re(),ed,td,rd=class extends Ja{constructor(od){super({type:"document",...od}),this.nodes||(this.nodes=[])}toResult(od={}){return new ed(new td,this,od).stringify()}};rd.registerLazyResult=od=>{ed=od},rd.registerProcessor=od=>{td=od},qa.exports=rd,rd.default=rd}),gs=y((Ra,qa)=>{var Ja={};qa.exports=function(ed){Ja[ed]||(Ja[ed]=!0,typeof console<"u"&&console.warn&&console.warn(ed))}}),vs=y((Ra,qa)=>{var Ja=class{constructor(ed,td={}){if(this.type="warning",this.text=ed,td.node&&td.node.source){let rd=td.node.rangeBy(td);this.line=rd.start.line,this.column=rd.start.column,this.endLine=rd.end.line,this.endColumn=rd.end.column}for(let rd in td)this[rd]=td[rd]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}};qa.exports=Ja,Ja.default=Ja}),Xt=y((Ra,qa)=>{var Ja=vs(),ed=class{constructor(td,rd,od){this.processor=td,this.messages=[],this.root=rd,this.opts=od,this.css=void 0,this.map=void 0}toString(){return this.css}warn(td,rd={}){rd.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(rd.plugin=this.lastPlugin.postcssPlugin);let od=new Ja(td,rd);return this.messages.push(od),od}warnings(){return this.messages.filter(td=>td.type==="warning")}get content(){return this.css}};qa.exports=ed,ed.default=ed}),_s=y((Ra,qa)=>{var{isClean:Ja,my:ed}=Ut(),td=ws(),rd=it(),od=re(),sd=Jt$1();gs();var ld=Xt(),cd=pt(),ud=Ae(),gd={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},_d={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},yd={Once:!0,postcssPlugin:!0,prepare:!0},Ed=0;function Td(Rd){return typeof Rd=="object"&&typeof Rd.then=="function"}function Od(Rd){let Md=!1,Ld=gd[Rd.type];return Rd.type==="decl"?Md=Rd.prop.toLowerCase():Rd.type==="atrule"&&(Md=Rd.name.toLowerCase()),Md&&Rd.append?[Ld,Ld+"-"+Md,Ed,Ld+"Exit",Ld+"Exit-"+Md]:Md?[Ld,Ld+"-"+Md,Ld+"Exit",Ld+"Exit-"+Md]:Rd.append?[Ld,Ed,Ld+"Exit"]:[Ld,Ld+"Exit"]}function Ad(Rd){let Md;return Rd.type==="document"?Md=["Document",Ed,"DocumentExit"]:Rd.type==="root"?Md=["Root",Ed,"RootExit"]:Md=Od(Rd),{eventIndex:0,events:Md,iterator:0,node:Rd,visitorIndex:0,visitors:[]}}function Nd(Rd){return Rd[Ja]=!1,Rd.nodes&&Rd.nodes.forEach(Md=>Nd(Md)),Rd}var kd={},Id=class aT{constructor(Md,Ld,jd){this.stringified=!1,this.processed=!1;let Pd;if(typeof Ld=="object"&&Ld!==null&&(Ld.type==="root"||Ld.type==="document"))Pd=Nd(Ld);else if(Ld instanceof aT||Ld instanceof ld)Pd=Nd(Ld.root),Ld.map&&(typeof jd.map>"u"&&(jd.map={}),jd.map.inline||(jd.map.inline=!1),jd.map.prev=Ld.map);else{let Fd=cd;jd.syntax&&(Fd=jd.syntax.parse),jd.parser&&(Fd=jd.parser),Fd.parse&&(Fd=Fd.parse);try{Pd=Fd(Ld,jd)}catch(Ud){this.processed=!0,this.error=Ud}Pd&&!Pd[ed]&&od.rebuild(Pd)}this.result=new ld(Md,Pd,jd),this.helpers={...kd,postcss:kd,result:this.result},this.plugins=this.processor.plugins.map(Fd=>typeof Fd=="object"&&Fd.prepare?{...Fd,...Fd.prepare(this.result)}:Fd)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(Md){return this.async().catch(Md)}finally(Md){return this.async().then(Md,Md)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(Md,Ld){let jd=this.result.lastPlugin;try{Ld&&Ld.addToError(Md),this.error=Md,Md.name==="CssSyntaxError"&&!Md.plugin?(Md.plugin=jd.postcssPlugin,Md.setMessage()):jd.postcssVersion}catch(Pd){console&&console.error&&console.error(Pd)}return Md}prepareVisitors(){this.listeners={};let Md=(Ld,jd,Pd)=>{this.listeners[jd]||(this.listeners[jd]=[]),this.listeners[jd].push([Ld,Pd])};for(let Ld of this.plugins)if(typeof Ld=="object")for(let jd in Ld){if(!_d[jd]&&/^[A-Z]/.test(jd))throw new Error(`Unknown event ${jd} in ${Ld.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!yd[jd])if(typeof Ld[jd]=="object")for(let Pd in Ld[jd])Pd==="*"?Md(Ld,jd,Ld[jd][Pd]):Md(Ld,jd+"-"+Pd.toLowerCase(),Ld[jd][Pd]);else typeof Ld[jd]=="function"&&Md(Ld,jd,Ld[jd])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let Md=0;Md<this.plugins.length;Md++){let Ld=this.plugins[Md],jd=this.runOnRoot(Ld);if(Td(jd))try{await jd}catch(Pd){throw this.handleError(Pd)}}if(this.prepareVisitors(),this.hasListener){let Md=this.result.root;for(;!Md[Ja];){Md[Ja]=!0;let Ld=[Ad(Md)];for(;Ld.length>0;){let jd=this.visitTick(Ld);if(Td(jd))try{await jd}catch(Pd){let Fd=Ld[Ld.length-1].node;throw this.handleError(Pd,Fd)}}}if(this.listeners.OnceExit)for(let[Ld,jd]of this.listeners.OnceExit){this.result.lastPlugin=Ld;try{if(Md.type==="document"){let Pd=Md.nodes.map(Fd=>jd(Fd,this.helpers));await Promise.all(Pd)}else await jd(Md,this.helpers)}catch(Pd){throw this.handleError(Pd)}}}return this.processed=!0,this.stringify()}runOnRoot(Md){this.result.lastPlugin=Md;try{if(typeof Md=="object"&&Md.Once){if(this.result.root.type==="document"){let Ld=this.result.root.nodes.map(jd=>Md.Once(jd,this.helpers));return Td(Ld[0])?Promise.all(Ld):Ld}return Md.Once(this.result.root,this.helpers)}else if(typeof Md=="function")return Md(this.result.root,this.result)}catch(Ld){throw this.handleError(Ld)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let Md=this.result.opts,Ld=rd;Md.syntax&&(Ld=Md.syntax.stringify),Md.stringifier&&(Ld=Md.stringifier),Ld.stringify&&(Ld=Ld.stringify);let jd=new td(Ld,this.result.root,this.result.opts).generate();return this.result.css=jd[0],this.result.map=jd[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let Md of this.plugins){let Ld=this.runOnRoot(Md);if(Td(Ld))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let Md=this.result.root;for(;!Md[Ja];)Md[Ja]=!0,this.walkSync(Md);if(this.listeners.OnceExit)if(Md.type==="document")for(let Ld of Md.nodes)this.visitSync(this.listeners.OnceExit,Ld);else this.visitSync(this.listeners.OnceExit,Md)}return this.result}then(Md,Ld){return this.async().then(Md,Ld)}toString(){return this.css}visitSync(Md,Ld){for(let[jd,Pd]of Md){this.result.lastPlugin=jd;let Fd;try{Fd=Pd(Ld,this.helpers)}catch(Ud){throw this.handleError(Ud,Ld.proxyOf)}if(Ld.type!=="root"&&Ld.type!=="document"&&!Ld.parent)return!0;if(Td(Fd))throw this.getAsyncError()}}visitTick(Md){let Ld=Md[Md.length-1],{node:jd,visitors:Pd}=Ld;if(jd.type!=="root"&&jd.type!=="document"&&!jd.parent){Md.pop();return}if(Pd.length>0&&Ld.visitorIndex<Pd.length){let[Ud,Vd]=Pd[Ld.visitorIndex];Ld.visitorIndex+=1,Ld.visitorIndex===Pd.length&&(Ld.visitors=[],Ld.visitorIndex=0),this.result.lastPlugin=Ud;try{return Vd(jd.toProxy(),this.helpers)}catch(qd){throw this.handleError(qd,jd)}}if(Ld.iterator!==0){let Ud=Ld.iterator,Vd;for(;Vd=jd.nodes[jd.indexes[Ud]];)if(jd.indexes[Ud]+=1,!Vd[Ja]){Vd[Ja]=!0,Md.push(Ad(Vd));return}Ld.iterator=0,delete jd.indexes[Ud]}let Fd=Ld.events;for(;Ld.eventIndex<Fd.length;){let Ud=Fd[Ld.eventIndex];if(Ld.eventIndex+=1,Ud===Ed){jd.nodes&&jd.nodes.length&&(jd[Ja]=!0,Ld.iterator=jd.getIterator());return}else if(this.listeners[Ud]){Ld.visitors=this.listeners[Ud];return}}Md.pop()}walkSync(Md){Md[Ja]=!0;let Ld=Od(Md);for(let jd of Ld)if(jd===Ed)Md.nodes&&Md.each(Pd=>{Pd[Ja]||this.walkSync(Pd)});else{let Pd=this.listeners[jd];if(Pd&&this.visitSync(Pd,Md.toProxy()))return}}warnings(){return this.sync().warnings()}get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}};Id.registerPostcss=Rd=>{kd=Rd},qa.exports=Id,Id.default=Id,ud.registerLazyResult(Id),sd.registerLazyResult(Id)}),Lo$1=y((Ra,qa)=>{var Ja=ws(),ed=it();gs();var td=pt(),rd=Xt(),od=class{constructor(sd,ld,cd){ld=ld.toString(),this.stringified=!1,this._processor=sd,this._css=ld,this._opts=cd,this._map=void 0;let ud,gd=ed;this.result=new rd(this._processor,ud,this._opts),this.result.css=ld;let _d=this;Object.defineProperty(this.result,"root",{get(){return _d.root}});let yd=new Ja(gd,ud,this._opts,ld);if(yd.isMap()){let[Ed,Td]=yd.generate();Ed&&(this.result.css=Ed),Td&&(this.result.map=Td)}else yd.clearAnnotation(),this.result.css=yd.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(sd){return this.async().catch(sd)}finally(sd){return this.async().then(sd,sd)}sync(){if(this.error)throw this.error;return this.result}then(sd,ld){return this.async().then(sd,ld)}toString(){return this._css}warnings(){return[]}get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let sd,ld=td;try{sd=ld(this._css,this._opts)}catch(cd){this.error=cd}if(this.error)throw this.error;return this._root=sd,sd}get[Symbol.toStringTag](){return"NoWorkResult"}};qa.exports=od,od.default=od}),Mo=y((Ra,qa)=>{var Ja=Lo$1(),ed=_s(),td=Jt$1(),rd=Ae(),od=class{constructor(sd=[]){this.version="8.4.39",this.plugins=this.normalize(sd)}normalize(sd){let ld=[];for(let cd of sd)if(cd.postcss===!0?cd=cd():cd.postcss&&(cd=cd.postcss),typeof cd=="object"&&Array.isArray(cd.plugins))ld=ld.concat(cd.plugins);else if(typeof cd=="object"&&cd.postcssPlugin)ld.push(cd);else if(typeof cd=="function")ld.push(cd);else if(!(typeof cd=="object"&&(cd.parse||cd.stringify)))throw new Error(cd+" is not a PostCSS plugin");return ld}process(sd,ld={}){return!this.plugins.length&&!ld.parser&&!ld.stringifier&&!ld.syntax?new Ja(this,sd,ld):new ed(this,sd,ld)}use(sd){return this.plugins=this.plugins.concat(this.normalize([sd])),this}};qa.exports=od,od.default=od,rd.registerProcessor(od),td.registerProcessor(od)}),Uo$1=y((Ra,qa)=>{var Ja=lt(),ed=cs(),td=Oe(),rd=Gt$1(),od=Re$1(),sd=Ae(),ld=jt();function cd(ud,gd){if(Array.isArray(ud))return ud.map(Ed=>cd(Ed));let{inputs:_d,...yd}=ud;if(_d){gd=[];for(let Ed of _d){let Td={...Ed,__proto__:od.prototype};Td.map&&(Td.map={...Td.map,__proto__:ed.prototype}),gd.push(Td)}}if(yd.nodes&&(yd.nodes=ud.nodes.map(Ed=>cd(Ed,gd))),yd.source){let{inputId:Ed,...Td}=yd.source;yd.source=Td,Ed!=null&&(yd.source.input=gd[Ed])}if(yd.type==="root")return new sd(yd);if(yd.type==="decl")return new Ja(yd);if(yd.type==="rule")return new ld(yd);if(yd.type==="comment")return new td(yd);if(yd.type==="atrule")return new rd(yd);throw new Error("Unknown node type: "+ud.type)}qa.exports=cd,cd.default=cd}),Zt$1=y((Ra,qa)=>{var Ja=Ft$1(),ed=lt(),td=_s(),rd=re(),od=Mo(),sd=it(),ld=Uo$1(),cd=Jt$1(),ud=vs(),gd=Oe(),_d=Gt$1(),yd=Xt(),Ed=Re$1(),Td=pt(),Od=us(),Ad=jt(),Nd=Ae(),kd=at();function Id(...Rd){return Rd.length===1&&Array.isArray(Rd[0])&&(Rd=Rd[0]),new od(Rd)}Id.plugin=function(Rd,Md){let Ld=!1;function jd(...Fd){console&&console.warn&&!Ld&&(Ld=!0,console.warn(Rd+`: postcss.plugin was deprecated. Migration guide:
https://evilmartians.com/chronicles/postcss-8-plugin-migration`));let Ud=Md(...Fd);return Ud.postcssPlugin=Rd,Ud.postcssVersion=new od().version,Ud}let Pd;return Object.defineProperty(jd,"postcss",{get(){return Pd||(Pd=jd()),Pd}}),jd.process=function(Fd,Ud,Vd){return Id([jd(Vd)]).process(Fd,Ud)},jd},Id.stringify=sd,Id.parse=Td,Id.fromJSON=ld,Id.list=Od,Id.comment=Rd=>new gd(Rd),Id.atRule=Rd=>new _d(Rd),Id.decl=Rd=>new ed(Rd),Id.rule=Rd=>new Ad(Rd),Id.root=Rd=>new Nd(Rd),Id.document=Rd=>new cd(Rd),Id.CssSyntaxError=Ja,Id.Declaration=ed,Id.Container=rd,Id.Processor=od,Id.Document=cd,Id.Comment=gd,Id.Warning=ud,Id.AtRule=_d,Id.Result=yd,Id.Input=Ed,Id.Rule=Ad,Id.Root=Nd,Id.Node=kd,td.registerPostcss(Id),qa.exports=Id,Id.default=Id}),Ho$1=y((Ra,qa)=>{var{Container:Ja}=Zt$1(),ed=class extends Ja{constructor(td){super(td),this.type="decl",this.isNested=!0,this.nodes||(this.nodes=[])}};qa.exports=ed}),Jo=y((Ra,qa)=>{var Ja=/[\t\n\f\r "#'()/;[\\\]{}]/g,ed=/[,\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,td=/.[\r\n"'(/\\]/,rd=/[\da-f]/i,od=/[\n\f\r]/g;qa.exports=function(sd,ld={}){let cd=sd.css.valueOf(),ud=ld.ignoreErrors,gd,_d,yd,Ed,Td,Od,Ad,Nd,kd,Id=cd.length,Rd=0,Md=[],Ld=[],jd;function Pd(){return Rd}function Fd(zd){throw sd.error("Unclosed "+zd,Rd)}function Ud(){return Ld.length===0&&Rd>=Id}function Vd(){let zd=1,Kd=!1,Qd=!1;for(;zd>0;)_d+=1,cd.length<=_d&&Fd("interpolation"),gd=cd.charCodeAt(_d),Nd=cd.charCodeAt(_d+1),Kd?!Qd&&gd===Kd?(Kd=!1,Qd=!1):gd===92?Qd=!Qd:Qd&&(Qd=!1):gd===39||gd===34?Kd=gd:gd===125?zd-=1:gd===35&&Nd===123&&(zd+=1)}function qd(zd){if(Ld.length)return Ld.pop();if(Rd>=Id)return;let Kd=zd?zd.ignoreUnclosed:!1;switch(gd=cd.charCodeAt(Rd),gd){case 10:case 32:case 9:case 13:case 12:{_d=Rd;do _d+=1,gd=cd.charCodeAt(_d);while(gd===32||gd===10||gd===9||gd===13||gd===12);kd=["space",cd.slice(Rd,_d)],Rd=_d-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let Qd=String.fromCharCode(gd);kd=[Qd,Qd,Rd];break}case 44:{kd=["word",",",Rd,Rd+1];break}case 40:{if(Ad=Md.length?Md.pop()[1]:"",Nd=cd.charCodeAt(Rd+1),Ad==="url"&&Nd!==39&&Nd!==34){for(jd=1,Od=!1,_d=Rd+1;_d<=cd.length-1;){if(Nd=cd.charCodeAt(_d),Nd===92)Od=!Od;else if(Nd===40)jd+=1;else if(Nd===41&&(jd-=1,jd===0))break;_d+=1}Ed=cd.slice(Rd,_d+1),kd=["brackets",Ed,Rd,_d],Rd=_d}else _d=cd.indexOf(")",Rd+1),Ed=cd.slice(Rd,_d+1),_d===-1||td.test(Ed)?kd=["(","(",Rd]:(kd=["brackets",Ed,Rd,_d],Rd=_d);break}case 39:case 34:{for(yd=gd,_d=Rd,Od=!1;_d<Id&&(_d++,_d===Id&&Fd("string"),gd=cd.charCodeAt(_d),Nd=cd.charCodeAt(_d+1),!(!Od&&gd===yd));)gd===92?Od=!Od:Od?Od=!1:gd===35&&Nd===123&&Vd();kd=["string",cd.slice(Rd,_d+1),Rd,_d],Rd=_d;break}case 64:{Ja.lastIndex=Rd+1,Ja.test(cd),Ja.lastIndex===0?_d=cd.length-1:_d=Ja.lastIndex-2,kd=["at-word",cd.slice(Rd,_d+1),Rd,_d],Rd=_d;break}case 92:{for(_d=Rd,Td=!0;cd.charCodeAt(_d+1)===92;)_d+=1,Td=!Td;if(gd=cd.charCodeAt(_d+1),Td&&gd!==47&&gd!==32&&gd!==10&&gd!==9&&gd!==13&&gd!==12&&(_d+=1,rd.test(cd.charAt(_d)))){for(;rd.test(cd.charAt(_d+1));)_d+=1;cd.charCodeAt(_d+1)===32&&(_d+=1)}kd=["word",cd.slice(Rd,_d+1),Rd,_d],Rd=_d;break}default:Nd=cd.charCodeAt(Rd+1),gd===35&&Nd===123?(_d=Rd,Vd(),Ed=cd.slice(Rd,_d+1),kd=["word",Ed,Rd,_d],Rd=_d):gd===47&&Nd===42?(_d=cd.indexOf("*/",Rd+2)+1,_d===0&&(ud||Kd?_d=cd.length:Fd("comment")),kd=["comment",cd.slice(Rd,_d+1),Rd,_d],Rd=_d):gd===47&&Nd===47?(od.lastIndex=Rd+1,od.test(cd),od.lastIndex===0?_d=cd.length-1:_d=od.lastIndex-2,Ed=cd.slice(Rd,_d+1),kd=["comment",Ed,Rd,_d,"inline"],Rd=_d):(ed.lastIndex=Rd+1,ed.test(cd),ed.lastIndex===0?_d=cd.length-1:_d=ed.lastIndex-2,kd=["word",cd.slice(Rd,_d+1),Rd,_d],Md.push(kd),Rd=_d);break}return Rd++,kd}function Wd(zd){Ld.push(zd)}return{back:Wd,endOfFile:Ud,nextToken:qd,position:Pd}}}),Zo=y((Ra,qa)=>{var{Comment:Ja}=Zt$1(),ed=Ht(),td=Ho$1(),rd=Jo(),od=class extends ed{atrule(sd){let ld=sd[1],cd=sd;for(;!this.tokenizer.endOfFile();){let ud=this.tokenizer.nextToken();if(ud[0]==="word"&&ud[2]===cd[3]+1)ld+=ud[1],cd=ud;else{this.tokenizer.back(ud);break}}super.atrule(["at-word",ld,sd[2],cd[3]])}comment(sd){if(sd[4]==="inline"){let ld=new Ja;this.init(ld,sd[2]),ld.raws.inline=!0;let cd=this.input.fromOffset(sd[3]);ld.source.end={column:cd.col,line:cd.line,offset:sd[3]+1};let ud=sd[1].slice(2);if(/^\s*$/.test(ud))ld.text="",ld.raws.left=ud,ld.raws.right="";else{let gd=ud.match(/^(\s*)([^]*\S)(\s*)$/),_d=gd[2].replace(/(\*\/|\/\*)/g,"*//*");ld.text=_d,ld.raws.left=gd[1],ld.raws.right=gd[3],ld.raws.text=gd[2]}}else super.comment(sd)}createTokenizer(){this.tokenizer=rd(this.input)}raw(sd,ld,cd,ud){if(super.raw(sd,ld,cd,ud),sd.raws[ld]){let gd=sd.raws[ld].raw;sd.raws[ld].raw=cd.reduce((_d,yd)=>{if(yd[0]==="comment"&&yd[4]==="inline"){let Ed=yd[1].slice(2).replace(/(\*\/|\/\*)/g,"*//*");return _d+"/*"+Ed+"*/"}else return _d+yd[1]},""),gd!==sd.raws[ld].raw&&(sd.raws[ld].scss=gd)}}rule(sd){let ld=!1,cd=0,ud="";for(let gd of sd)if(ld)gd[0]!=="comment"&&gd[0]!=="{"&&(ud+=gd[1]);else{if(gd[0]==="space"&&gd[1].includes(`
`))break;gd[0]==="("?cd+=1:gd[0]===")"?cd-=1:cd===0&&gd[0]===":"&&(ld=!0)}if(!ld||ud.trim()===""||/^[#:A-Za-z-]/.test(ud))super.rule(sd);else{sd.pop();let gd=new td;this.init(gd,sd[0][2]);let _d;for(let Ed=sd.length-1;Ed>=0;Ed--)if(sd[Ed][0]!=="space"){_d=sd[Ed];break}if(_d[3]){let Ed=this.input.fromOffset(_d[3]);gd.source.end={column:Ed.col,line:Ed.line,offset:_d[3]+1}}else{let Ed=this.input.fromOffset(_d[2]);gd.source.end={column:Ed.col,line:Ed.line,offset:_d[2]+1}}for(;sd[0][0]!=="word";)gd.raws.before+=sd.shift()[1];if(sd[0][2]){let Ed=this.input.fromOffset(sd[0][2]);gd.source.start={column:Ed.col,line:Ed.line,offset:sd[0][2]}}for(gd.prop="";sd.length;){let Ed=sd[0][0];if(Ed===":"||Ed==="space"||Ed==="comment")break;gd.prop+=sd.shift()[1]}gd.raws.between="";let yd;for(;sd.length;)if(yd=sd.shift(),yd[0]===":"){gd.raws.between+=yd[1];break}else gd.raws.between+=yd[1];(gd.prop[0]==="_"||gd.prop[0]==="*")&&(gd.raws.before+=gd.prop[0],gd.prop=gd.prop.slice(1)),gd.raws.between+=this.spacesAndCommentsFromStart(sd),this.precheckMissedSemicolon(sd);for(let Ed=sd.length-1;Ed>0;Ed--){if(yd=sd[Ed],yd[1]==="!important"){gd.important=!0;let Td=this.stringFrom(sd,Ed);Td=this.spacesFromEnd(sd)+Td,Td!==" !important"&&(gd.raws.important=Td);break}else if(yd[1]==="important"){let Td=sd.slice(0),Od="";for(let Ad=Ed;Ad>0;Ad--){let Nd=Td[Ad][0];if(Od.trim().indexOf("!")===0&&Nd!=="space")break;Od=Td.pop()[1]+Od}Od.trim().indexOf("!")===0&&(gd.important=!0,gd.raws.important=Od,sd=Td)}if(yd[0]!=="space"&&yd[0]!=="comment")break}this.raw(gd,"value",sd),gd.value.includes(":")&&this.checkMissedSemicolon(sd),this.current=gd}}};qa.exports=od}),ta=y((Ra,qa)=>{var{Input:Ja}=Zt$1(),ed=Zo();qa.exports=function(td,rd){let od=new Ja(td,rd),sd=new ed(od);return sd.parse(),sd.root}}),Os=y(Ra=>{Object.defineProperty(Ra,"__esModule",{value:!0});function qa(Ja){this.after=Ja.after,this.before=Ja.before,this.type=Ja.type,this.value=Ja.value,this.sourceIndex=Ja.sourceIndex}Ra.default=qa}),As=y(Ra=>{Object.defineProperty(Ra,"__esModule",{value:!0});var qa=Os(),Ja=ed(qa);function ed(rd){return rd&&rd.__esModule?rd:{default:rd}}function td(rd){var od=this;this.constructor(rd),this.nodes=rd.nodes,this.after===void 0&&(this.after=this.nodes.length>0?this.nodes[this.nodes.length-1].after:""),this.before===void 0&&(this.before=this.nodes.length>0?this.nodes[0].before:""),this.sourceIndex===void 0&&(this.sourceIndex=this.before.length),this.nodes.forEach(function(sd){sd.parent=od})}td.prototype=Object.create(Ja.default.prototype),td.constructor=Ja.default,td.prototype.walk=function(rd,od){for(var sd=typeof rd=="string"||rd instanceof RegExp,ld=sd?od:rd,cd=typeof rd=="string"?new RegExp(rd):rd,ud=0;ud<this.nodes.length;ud++){var gd=this.nodes[ud],_d=sd?cd.test(gd.type):!0;if(_d&&ld&&ld(gd,ud,this.nodes)===!1||gd.nodes&&gd.walk(rd,od)===!1)return!1}return!0},td.prototype.each=function(){for(var rd=arguments.length<=0||arguments[0]===void 0?function(){}:arguments[0],od=0;od<this.nodes.length;od++){var sd=this.nodes[od];if(rd(sd,od,this.nodes)===!1)return!1}return!0},Ra.default=td}),aa=y(Ra=>{Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.parseMediaFeature=od,Ra.parseMediaQuery=sd,Ra.parseMediaList=ld;var qa=Os(),Ja=rd(qa),ed=As(),td=rd(ed);function rd(cd){return cd&&cd.__esModule?cd:{default:cd}}function od(cd){var ud=arguments.length<=1||arguments[1]===void 0?0:arguments[1],gd=[{mode:"normal",character:null}],_d=[],yd=0,Ed="",Td=null,Od=null,Ad=ud,Nd=cd;cd[0]==="("&&cd[cd.length-1]===")"&&(Nd=cd.substring(1,cd.length-1),Ad++);for(var kd=0;kd<Nd.length;kd++){var Id=Nd[kd];if((Id==="'"||Id==='"')&&(gd[yd].isCalculationEnabled===!0?(gd.push({mode:"string",isCalculationEnabled:!1,character:Id}),yd++):gd[yd].mode==="string"&&gd[yd].character===Id&&Nd[kd-1]!=="\\"&&(gd.pop(),yd--)),Id==="{"?(gd.push({mode:"interpolation",isCalculationEnabled:!0}),yd++):Id==="}"&&(gd.pop(),yd--),gd[yd].mode==="normal"&&Id===":"){var Rd=Nd.substring(kd+1);Od={type:"value",before:/^(\s*)/.exec(Rd)[1],after:/(\s*)$/.exec(Rd)[1],value:Rd.trim()},Od.sourceIndex=Od.before.length+kd+1+Ad,Td={type:"colon",sourceIndex:kd+Ad,after:Od.before,value:":"};break}Ed+=Id}return Ed={type:"media-feature",before:/^(\s*)/.exec(Ed)[1],after:/(\s*)$/.exec(Ed)[1],value:Ed.trim()},Ed.sourceIndex=Ed.before.length+Ad,_d.push(Ed),Td!==null&&(Td.before=Ed.after,_d.push(Td)),Od!==null&&_d.push(Od),_d}function sd(cd){var ud=arguments.length<=1||arguments[1]===void 0?0:arguments[1],gd=[],_d=0,yd=!1,Ed=void 0;function Td(){return{before:"",after:"",value:""}}Ed=Td();for(var Od=0;Od<cd.length;Od++){var Ad=cd[Od];yd?(Ed.value+=Ad,(Ad==="{"||Ad==="(")&&_d++,(Ad===")"||Ad==="}")&&_d--):Ad.search(/\s/)!==-1?Ed.before+=Ad:(Ad==="("&&(Ed.type="media-feature-expression",_d++),Ed.value=Ad,Ed.sourceIndex=ud+Od,yd=!0),yd&&_d===0&&(Ad===")"||Od===cd.length-1||cd[Od+1].search(/\s/)!==-1)&&(["not","only","and"].indexOf(Ed.value)!==-1&&(Ed.type="keyword"),Ed.type==="media-feature-expression"&&(Ed.nodes=od(Ed.value,Ed.sourceIndex)),gd.push(Array.isArray(Ed.nodes)?new td.default(Ed):new Ja.default(Ed)),Ed=Td(),yd=!1)}for(var Nd=0;Nd<gd.length;Nd++)if(Ed=gd[Nd],Nd>0&&(gd[Nd-1].after=Ed.before),Ed.type===void 0){if(Nd>0){if(gd[Nd-1].type==="media-feature-expression"){Ed.type="keyword";continue}if(gd[Nd-1].value==="not"||gd[Nd-1].value==="only"){Ed.type="media-type";continue}if(gd[Nd-1].value==="and"){Ed.type="media-feature-expression";continue}gd[Nd-1].type==="media-type"&&(gd[Nd+1]?Ed.type=gd[Nd+1].type==="media-feature-expression"?"keyword":"media-feature-expression":Ed.type="media-feature-expression")}if(Nd===0){if(!gd[Nd+1]){Ed.type="media-type";continue}if(gd[Nd+1]&&(gd[Nd+1].type==="media-feature-expression"||gd[Nd+1].type==="keyword")){Ed.type="media-type";continue}if(gd[Nd+2]){if(gd[Nd+2].type==="media-feature-expression"){Ed.type="media-type",gd[Nd+1].type="keyword";continue}if(gd[Nd+2].type==="keyword"){Ed.type="keyword",gd[Nd+1].type="media-type";continue}}if(gd[Nd+3]&&gd[Nd+3].type==="media-feature-expression"){Ed.type="keyword",gd[Nd+1].type="media-type",gd[Nd+2].type="keyword";continue}}}return gd}function ld(cd){var ud=[],gd=0,_d=0,yd=/^(\s*)url\s*\(/.exec(cd);if(yd!==null){for(var Ed=yd[0].length,Td=1;Td>0;){var Od=cd[Ed];Od==="("&&Td++,Od===")"&&Td--,Ed++}ud.unshift(new Ja.default({type:"url",value:cd.substring(0,Ed).trim(),sourceIndex:yd[1].length,before:yd[1],after:/^(\s*)/.exec(cd.substring(Ed))[1]})),gd=Ed}for(var Ad=gd;Ad<cd.length;Ad++){var Nd=cd[Ad];if(Nd==="("&&_d++,Nd===")"&&_d--,_d===0&&Nd===","){var kd=cd.substring(gd,Ad),Id=/^(\s*)/.exec(kd)[1];ud.push(new td.default({type:"media-query",value:kd.trim(),sourceIndex:gd+Id.length,nodes:sd(kd,gd),before:Id,after:/(\s*)$/.exec(kd)[1]})),gd=Ad+1}}var Rd=cd.substring(gd),Md=/^(\s*)/.exec(Rd)[1];return ud.push(new td.default({type:"media-query",value:Rd.trim(),sourceIndex:gd+Md.length,nodes:sd(Rd,gd),before:Md,after:/(\s*)$/.exec(Rd)[1]})),ud}}),ua$1=y(Ra=>{Object.defineProperty(Ra,"__esModule",{value:!0}),Ra.default=rd;var qa=As(),Ja=td(qa),ed=aa();function td(od){return od&&od.__esModule?od:{default:od}}function rd(od){return new Ja.default({nodes:(0,ed.parseMediaList)(od),type:"media-query-list",value:od.trim()})}}),qs$1=y((Ra,qa)=>{qa.exports=function(Ja,ed){if(ed=typeof ed=="number"?ed:1/0,!ed)return Array.isArray(Ja)?Ja.map(function(rd){return rd}):Ja;return td(Ja,1);function td(rd,od){return rd.reduce(function(sd,ld){return Array.isArray(ld)&&od<ed?sd.concat(td(ld,od+1)):sd.concat(ld)},[])}}}),Ls=y((Ra,qa)=>{qa.exports=function(Ja,ed){for(var td=-1,rd=[];(td=Ja.indexOf(ed,td+1))!==-1;)rd.push(td);return rd}}),Ds=y((Ra,qa)=>{function Ja(rd,od){for(var sd=1,ld=rd.length,cd=rd[0],ud=rd[0],gd=1;gd<ld;++gd)if(ud=cd,cd=rd[gd],od(cd,ud)){if(gd===sd){sd++;continue}rd[sd++]=cd}return rd.length=sd,rd}function ed(rd){for(var od=1,sd=rd.length,ld=rd[0],cd=rd[0],ud=1;ud<sd;++ud,cd=ld)if(cd=ld,ld=rd[ud],ld!==cd){if(ud===od){od++;continue}rd[od++]=ld}return rd.length=od,rd}function td(rd,od,sd){return rd.length===0?rd:od?(sd||rd.sort(od),Ja(rd,od)):(sd||rd.sort(),ed(rd))}qa.exports=td}),de=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(od){return typeof od}:function(od){return od&&typeof Symbol=="function"&&od.constructor===Symbol&&od!==Symbol.prototype?"symbol":typeof od};function ed(od,sd){if(!(od instanceof sd))throw new TypeError("Cannot call a class as a function")}var td=function od(sd,ld){if((typeof sd>"u"?"undefined":Ja(sd))!=="object")return sd;var cd=new sd.constructor;for(var ud in sd)if(sd.hasOwnProperty(ud)){var gd=sd[ud],_d=typeof gd>"u"?"undefined":Ja(gd);ud==="parent"&&_d==="object"?ld&&(cd[ud]=ld):gd instanceof Array?cd[ud]=gd.map(function(yd){return od(yd,cd)}):cd[ud]=od(gd,cd)}return cd},rd=function(){function od(){var sd=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ed(this,od);for(var ld in sd)this[ld]=sd[ld];var cd=sd.spaces;cd=cd===void 0?{}:cd;var ud=cd.before,gd=ud===void 0?"":ud,_d=cd.after,yd=_d===void 0?"":_d;this.spaces={before:gd,after:yd}}return od.prototype.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},od.prototype.replaceWith=function(){if(this.parent){for(var sd in arguments)this.parent.insertBefore(this,arguments[sd]);this.remove()}return this},od.prototype.next=function(){return this.parent.at(this.parent.index(this)+1)},od.prototype.prev=function(){return this.parent.at(this.parent.index(this)-1)},od.prototype.clone=function(){var sd=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ld=td(this);for(var cd in sd)ld[cd]=sd[cd];return ld},od.prototype.toString=function(){return[this.spaces.before,String(this.value),this.spaces.after].join("")},od}();Ra.default=rd,qa.exports=Ra.default}),D=y(Ra=>{Ra.__esModule=!0,Ra.TAG="tag",Ra.STRING="string",Ra.SELECTOR="selector",Ra.ROOT="root",Ra.PSEUDO="pseudo",Ra.NESTING="nesting",Ra.ID="id",Ra.COMMENT="comment",Ra.COMBINATOR="combinator",Ra.CLASS="class",Ra.ATTRIBUTE="attribute",Ra.UNIVERSAL="universal"}),ir=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=function(){function yd(Ed,Td){for(var Od=0;Od<Td.length;Od++){var Ad=Td[Od];Ad.enumerable=Ad.enumerable||!1,Ad.configurable=!0,"value"in Ad&&(Ad.writable=!0),Object.defineProperty(Ed,Ad.key,Ad)}}return function(Ed,Td,Od){return Td&&yd(Ed.prototype,Td),Od&&yd(Ed,Od),Ed}}(),ed=de(),td=ld(ed),rd=D(),od=sd(rd);function sd(yd){if(yd&&yd.__esModule)return yd;var Ed={};if(yd!=null)for(var Td in yd)Object.prototype.hasOwnProperty.call(yd,Td)&&(Ed[Td]=yd[Td]);return Ed.default=yd,Ed}function ld(yd){return yd&&yd.__esModule?yd:{default:yd}}function cd(yd,Ed){if(!(yd instanceof Ed))throw new TypeError("Cannot call a class as a function")}function ud(yd,Ed){if(!yd)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ed&&(typeof Ed=="object"||typeof Ed=="function")?Ed:yd}function gd(yd,Ed){if(typeof Ed!="function"&&Ed!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Ed);yd.prototype=Object.create(Ed&&Ed.prototype,{constructor:{value:yd,enumerable:!1,writable:!0,configurable:!0}}),Ed&&(Object.setPrototypeOf?Object.setPrototypeOf(yd,Ed):yd.__proto__=Ed)}var _d=function(yd){gd(Ed,yd);function Ed(Td){cd(this,Ed);var Od=ud(this,yd.call(this,Td));return Od.nodes||(Od.nodes=[]),Od}return Ed.prototype.append=function(Td){return Td.parent=this,this.nodes.push(Td),this},Ed.prototype.prepend=function(Td){return Td.parent=this,this.nodes.unshift(Td),this},Ed.prototype.at=function(Td){return this.nodes[Td]},Ed.prototype.index=function(Td){return typeof Td=="number"?Td:this.nodes.indexOf(Td)},Ed.prototype.removeChild=function(Td){Td=this.index(Td),this.at(Td).parent=void 0,this.nodes.splice(Td,1);var Od=void 0;for(var Ad in this.indexes)Od=this.indexes[Ad],Od>=Td&&(this.indexes[Ad]=Od-1);return this},Ed.prototype.removeAll=function(){for(var Ad=this.nodes,Td=Array.isArray(Ad),Od=0,Ad=Td?Ad:Ad[Symbol.iterator]();;){var Nd;if(Td){if(Od>=Ad.length)break;Nd=Ad[Od++]}else{if(Od=Ad.next(),Od.done)break;Nd=Od.value}var kd=Nd;kd.parent=void 0}return this.nodes=[],this},Ed.prototype.empty=function(){return this.removeAll()},Ed.prototype.insertAfter=function(Td,Od){var Ad=this.index(Td);this.nodes.splice(Ad+1,0,Od);var Nd=void 0;for(var kd in this.indexes)Nd=this.indexes[kd],Ad<=Nd&&(this.indexes[kd]=Nd+this.nodes.length);return this},Ed.prototype.insertBefore=function(Td,Od){var Ad=this.index(Td);this.nodes.splice(Ad,0,Od);var Nd=void 0;for(var kd in this.indexes)Nd=this.indexes[kd],Ad<=Nd&&(this.indexes[kd]=Nd+this.nodes.length);return this},Ed.prototype.each=function(Td){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var Od=this.lastEach;if(this.indexes[Od]=0,!!this.length){for(var Ad=void 0,Nd=void 0;this.indexes[Od]<this.length&&(Ad=this.indexes[Od],Nd=Td(this.at(Ad),Ad),Nd!==!1);)this.indexes[Od]+=1;if(delete this.indexes[Od],Nd===!1)return!1}},Ed.prototype.walk=function(Td){return this.each(function(Od,Ad){var Nd=Td(Od,Ad);if(Nd!==!1&&Od.length&&(Nd=Od.walk(Td)),Nd===!1)return!1})},Ed.prototype.walkAttributes=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.ATTRIBUTE)return Td.call(Od,Ad)})},Ed.prototype.walkClasses=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.CLASS)return Td.call(Od,Ad)})},Ed.prototype.walkCombinators=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.COMBINATOR)return Td.call(Od,Ad)})},Ed.prototype.walkComments=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.COMMENT)return Td.call(Od,Ad)})},Ed.prototype.walkIds=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.ID)return Td.call(Od,Ad)})},Ed.prototype.walkNesting=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.NESTING)return Td.call(Od,Ad)})},Ed.prototype.walkPseudos=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.PSEUDO)return Td.call(Od,Ad)})},Ed.prototype.walkTags=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.TAG)return Td.call(Od,Ad)})},Ed.prototype.walkUniversals=function(Td){var Od=this;return this.walk(function(Ad){if(Ad.type===od.UNIVERSAL)return Td.call(Od,Ad)})},Ed.prototype.split=function(Td){var Od=this,Ad=[];return this.reduce(function(Nd,kd,Id){var Rd=Td.call(Od,kd);return Ad.push(kd),Rd?(Nd.push(Ad),Ad=[]):Id===Od.length-1&&Nd.push(Ad),Nd},[])},Ed.prototype.map=function(Td){return this.nodes.map(Td)},Ed.prototype.reduce=function(Td,Od){return this.nodes.reduce(Td,Od)},Ed.prototype.every=function(Td){return this.nodes.every(Td)},Ed.prototype.some=function(Td){return this.nodes.some(Td)},Ed.prototype.filter=function(Td){return this.nodes.filter(Td)},Ed.prototype.sort=function(Td){return this.nodes.sort(Td)},Ed.prototype.toString=function(){return this.map(String).join("")},Ja(Ed,[{key:"first",get:function(){return this.at(0)}},{key:"last",get:function(){return this.at(this.length-1)}},{key:"length",get:function(){return this.nodes.length}}]),Ed}(td.default);Ra.default=_d,qa.exports=Ra.default}),ga$1=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=ir(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.ROOT,yd}return gd.prototype.toString=function(){var _d=this.reduce(function(yd,Ed){var Td=String(Ed);return Td?yd+Td+",":""},"").slice(0,-1);return this.trailingComma?_d+",":_d},gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),xa=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=ir(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.SELECTOR,yd}return gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),qe$1=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=function(){function ud(gd,_d){for(var yd=0;yd<_d.length;yd++){var Ed=_d[yd];Ed.enumerable=Ed.enumerable||!1,Ed.configurable=!0,"value"in Ed&&(Ed.writable=!0),Object.defineProperty(gd,Ed.key,Ed)}}return function(gd,_d,yd){return _d&&ud(gd.prototype,_d),yd&&ud(gd,yd),gd}}(),ed=de(),td=rd(ed);function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(){return od(this,gd),sd(this,ud.apply(this,arguments))}return gd.prototype.toString=function(){return[this.spaces.before,this.ns,String(this.value),this.spaces.after].join("")},Ja(gd,[{key:"ns",get:function(){var _d=this.namespace;return _d?(typeof _d=="string"?_d:"")+"|":""}}]),gd}(td.default);Ra.default=cd,qa.exports=Ra.default}),ka=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=qe$1(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.CLASS,yd}return gd.prototype.toString=function(){return[this.spaces.before,this.ns,"."+this.value,this.spaces.after].join("")},gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),Sa=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=de(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.COMMENT,yd}return gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),Oa$1=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=qe$1(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.ID,yd}return gd.prototype.toString=function(){return[this.spaces.before,this.ns,"#"+this.value,this.spaces.after].join("")},gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),Aa=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=qe$1(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.TAG,yd}return gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),Pa$1=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=de(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.STRING,yd}return gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),Ia=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=ir(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.PSEUDO,yd}return gd.prototype.toString=function(){var _d=this.length?"("+this.map(String).join(",")+")":"";return[this.spaces.before,String(this.value),_d,this.spaces.after].join("")},gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),La=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=qe$1(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.ATTRIBUTE,yd.raws={},yd}return gd.prototype.toString=function(){var _d=[this.spaces.before,"[",this.ns,this.attribute];return this.operator&&_d.push(this.operator),this.value&&_d.push(this.value),this.raws.insensitive?_d.push(this.raws.insensitive):this.insensitive&&_d.push(" i"),_d.push("]"),_d.concat(this.spaces.after).join("")},gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),Ma=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=qe$1(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.UNIVERSAL,yd.value="*",yd}return gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),Ua$1=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=de(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.COMBINATOR,yd}return gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),$a$1=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=de(),ed=rd(Ja),td=D();function rd(ud){return ud&&ud.__esModule?ud:{default:ud}}function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}function sd(ud,gd){if(!ud)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return gd&&(typeof gd=="object"||typeof gd=="function")?gd:ud}function ld(ud,gd){if(typeof gd!="function"&&gd!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof gd);ud.prototype=Object.create(gd&&gd.prototype,{constructor:{value:ud,enumerable:!1,writable:!0,configurable:!0}}),gd&&(Object.setPrototypeOf?Object.setPrototypeOf(ud,gd):ud.__proto__=gd)}var cd=function(ud){ld(gd,ud);function gd(_d){od(this,gd);var yd=sd(this,ud.call(this,_d));return yd.type=td.NESTING,yd.value="&",yd}return gd}(ed.default);Ra.default=cd,qa.exports=Ra.default}),Ya$1=y((Ra,qa)=>{Ra.__esModule=!0,Ra.default=Ja;function Ja(ed){return ed.sort(function(td,rd){return td-rd})}qa.exports=Ra.default}),Xa=y((Ra,qa)=>{Ra.__esModule=!0,Ra.default=Ud;var Ja=39,ed=34,td=92,rd=47,od=10,sd=32,ld=12,cd=9,ud=13,gd=43,_d=62,yd=126,Ed=124,Td=44,Od=40,Ad=41,Nd=91,kd=93,Id=59,Rd=42,Md=58,Ld=38,jd=64,Pd=/[ \n\t\r\{\(\)'"\\;/]/g,Fd=/[ \n\t\r\(\)\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g;function Ud(Vd){for(var qd=[],Wd=Vd.css.valueOf(),zd=void 0,Kd=void 0,Qd=void 0,hf=void 0,gf=void 0,bf=void 0,kf=void 0,Cf=void 0,Ef=void 0,yf=void 0,Mf=void 0,Af=Wd.length,Zd=-1,mf=1,Pf=0,Ff=function(Lf,jf){if(Vd.safe)Wd+=jf,Kd=Wd.length-1;else throw Vd.error("Unclosed "+Lf,mf,Pf-Zd,Pf)};Pf<Af;){switch(zd=Wd.charCodeAt(Pf),zd===od&&(Zd=Pf,mf+=1),zd){case od:case sd:case cd:case ud:case ld:Kd=Pf;do Kd+=1,zd=Wd.charCodeAt(Kd),zd===od&&(Zd=Kd,mf+=1);while(zd===sd||zd===od||zd===cd||zd===ud||zd===ld);qd.push(["space",Wd.slice(Pf,Kd),mf,Pf-Zd,Pf]),Pf=Kd-1;break;case gd:case _d:case yd:case Ed:Kd=Pf;do Kd+=1,zd=Wd.charCodeAt(Kd);while(zd===gd||zd===_d||zd===yd||zd===Ed);qd.push(["combinator",Wd.slice(Pf,Kd),mf,Pf-Zd,Pf]),Pf=Kd-1;break;case Rd:qd.push(["*","*",mf,Pf-Zd,Pf]);break;case Ld:qd.push(["&","&",mf,Pf-Zd,Pf]);break;case Td:qd.push([",",",",mf,Pf-Zd,Pf]);break;case Nd:qd.push(["[","[",mf,Pf-Zd,Pf]);break;case kd:qd.push(["]","]",mf,Pf-Zd,Pf]);break;case Md:qd.push([":",":",mf,Pf-Zd,Pf]);break;case Id:qd.push([";",";",mf,Pf-Zd,Pf]);break;case Od:qd.push(["(","(",mf,Pf-Zd,Pf]);break;case Ad:qd.push([")",")",mf,Pf-Zd,Pf]);break;case Ja:case ed:Qd=zd===Ja?"'":'"',Kd=Pf;do for(yf=!1,Kd=Wd.indexOf(Qd,Kd+1),Kd===-1&&Ff("quote",Qd),Mf=Kd;Wd.charCodeAt(Mf-1)===td;)Mf-=1,yf=!yf;while(yf);qd.push(["string",Wd.slice(Pf,Kd+1),mf,Pf-Zd,mf,Kd-Zd,Pf]),Pf=Kd;break;case jd:Pd.lastIndex=Pf+1,Pd.test(Wd),Pd.lastIndex===0?Kd=Wd.length-1:Kd=Pd.lastIndex-2,qd.push(["at-word",Wd.slice(Pf,Kd+1),mf,Pf-Zd,mf,Kd-Zd,Pf]),Pf=Kd;break;case td:for(Kd=Pf,kf=!0;Wd.charCodeAt(Kd+1)===td;)Kd+=1,kf=!kf;zd=Wd.charCodeAt(Kd+1),kf&&zd!==rd&&zd!==sd&&zd!==od&&zd!==cd&&zd!==ud&&zd!==ld&&(Kd+=1),qd.push(["word",Wd.slice(Pf,Kd+1),mf,Pf-Zd,mf,Kd-Zd,Pf]),Pf=Kd;break;default:zd===rd&&Wd.charCodeAt(Pf+1)===Rd?(Kd=Wd.indexOf("*/",Pf+2)+1,Kd===0&&Ff("comment","*/"),bf=Wd.slice(Pf,Kd+1),hf=bf.split(`
`),gf=hf.length-1,gf>0?(Cf=mf+gf,Ef=Kd-hf[gf].length):(Cf=mf,Ef=Zd),qd.push(["comment",bf,mf,Pf-Zd,Cf,Kd-Ef,Pf]),Zd=Ef,mf=Cf,Pf=Kd):(Fd.lastIndex=Pf+1,Fd.test(Wd),Fd.lastIndex===0?Kd=Wd.length-1:Kd=Fd.lastIndex-2,qd.push(["word",Wd.slice(Pf,Kd+1),mf,Pf-Zd,mf,Kd-Zd,Pf]),Pf=Kd);break}Pf++}return qd}qa.exports=Ra.default}),tu$1=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=function(){function Zd(mf,Pf){for(var Ff=0;Ff<Pf.length;Ff++){var Lf=Pf[Ff];Lf.enumerable=Lf.enumerable||!1,Lf.configurable=!0,"value"in Lf&&(Lf.writable=!0),Object.defineProperty(mf,Lf.key,Lf)}}return function(mf,Pf,Ff){return Pf&&Zd(mf.prototype,Pf),Ff&&Zd(mf,Ff),mf}}(),ed=qs$1(),td=yf(ed),rd=Ls(),od=yf(rd),sd=Ds(),ld=yf(sd),cd=ga$1(),ud=yf(cd),gd=xa(),_d=yf(gd),yd=ka(),Ed=yf(yd),Td=Sa(),Od=yf(Td),Ad=Oa$1(),Nd=yf(Ad),kd=Aa(),Id=yf(kd),Rd=Pa$1(),Md=yf(Rd),Ld=Ia(),jd=yf(Ld),Pd=La(),Fd=yf(Pd),Ud=Ma(),Vd=yf(Ud),qd=Ua$1(),Wd=yf(qd),zd=$a$1(),Kd=yf(zd),Qd=Ya$1(),hf=yf(Qd),gf=Xa(),bf=yf(gf),kf=D(),Cf=Ef(kf);function Ef(Zd){if(Zd&&Zd.__esModule)return Zd;var mf={};if(Zd!=null)for(var Pf in Zd)Object.prototype.hasOwnProperty.call(Zd,Pf)&&(mf[Pf]=Zd[Pf]);return mf.default=Zd,mf}function yf(Zd){return Zd&&Zd.__esModule?Zd:{default:Zd}}function Mf(Zd,mf){if(!(Zd instanceof mf))throw new TypeError("Cannot call a class as a function")}var Af=function(){function Zd(mf){Mf(this,Zd),this.input=mf,this.lossy=mf.options.lossless===!1,this.position=0,this.root=new ud.default;var Pf=new _d.default;return this.root.append(Pf),this.current=Pf,this.lossy?this.tokens=(0,bf.default)({safe:mf.safe,css:mf.css.trim()}):this.tokens=(0,bf.default)(mf),this.loop()}return Zd.prototype.attribute=function(){var mf="",Pf=void 0,Ff=this.currToken;for(this.position++;this.position<this.tokens.length&&this.currToken[0]!=="]";)mf+=this.tokens[this.position][1],this.position++;this.position===this.tokens.length&&!~mf.indexOf("]")&&this.error("Expected a closing square bracket.");var Lf=mf.split(/((?:[*~^$|]?=))([^]*)/),jf=Lf[0].split(/(\|)/g),xf={operator:Lf[1],value:Lf[2],source:{start:{line:Ff[2],column:Ff[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:Ff[4]};if(jf.length>1?(jf[0]===""&&(jf[0]=!0),xf.attribute=this.parseValue(jf[2]),xf.namespace=this.parseNamespace(jf[0])):xf.attribute=this.parseValue(Lf[0]),Pf=new Fd.default(xf),Lf[2]){var Nf=Lf[2].split(/(\s+i\s*?)$/),Bf=Nf[0].trim();Pf.value=this.lossy?Bf:Nf[0],Nf[1]&&(Pf.insensitive=!0,this.lossy||(Pf.raws.insensitive=Nf[1])),Pf.quoted=Bf[0]==="'"||Bf[0]==='"',Pf.raws.unquoted=Pf.quoted?Bf.slice(1,-1):Bf}this.newNode(Pf),this.position++},Zd.prototype.combinator=function(){if(this.currToken[1]==="|")return this.namespace();for(var mf=new Wd.default({value:"",source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]});this.position<this.tokens.length&&this.currToken&&(this.currToken[0]==="space"||this.currToken[0]==="combinator");)this.nextToken&&this.nextToken[0]==="combinator"?(mf.spaces.before=this.parseSpace(this.currToken[1]),mf.source.start.line=this.nextToken[2],mf.source.start.column=this.nextToken[3],mf.source.end.column=this.nextToken[3],mf.source.end.line=this.nextToken[2],mf.sourceIndex=this.nextToken[4]):this.prevToken&&this.prevToken[0]==="combinator"?mf.spaces.after=this.parseSpace(this.currToken[1]):this.currToken[0]==="combinator"?mf.value=this.currToken[1]:this.currToken[0]==="space"&&(mf.value=this.parseSpace(this.currToken[1]," ")),this.position++;return this.newNode(mf)},Zd.prototype.comma=function(){if(this.position===this.tokens.length-1){this.root.trailingComma=!0,this.position++;return}var mf=new _d.default;this.current.parent.append(mf),this.current=mf,this.position++},Zd.prototype.comment=function(){var mf=new Od.default({value:this.currToken[1],source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[4],column:this.currToken[5]}},sourceIndex:this.currToken[6]});this.newNode(mf),this.position++},Zd.prototype.error=function(mf){throw new this.input.error(mf)},Zd.prototype.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.")},Zd.prototype.missingParenthesis=function(){return this.error("Expected opening parenthesis.")},Zd.prototype.missingSquareBracket=function(){return this.error("Expected opening square bracket.")},Zd.prototype.namespace=function(){var mf=this.prevToken&&this.prevToken[1]||!0;if(this.nextToken[0]==="word")return this.position++,this.word(mf);if(this.nextToken[0]==="*")return this.position++,this.universal(mf)},Zd.prototype.nesting=function(){this.newNode(new Kd.default({value:this.currToken[1],source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]})),this.position++},Zd.prototype.parentheses=function(){var mf=this.current.last;if(mf&&mf.type===Cf.PSEUDO){var Pf=new _d.default,Ff=this.current;mf.append(Pf),this.current=Pf;var Lf=1;for(this.position++;this.position<this.tokens.length&&Lf;)this.currToken[0]==="("&&Lf++,this.currToken[0]===")"&&Lf--,Lf?this.parse():(Pf.parent.source.end.line=this.currToken[2],Pf.parent.source.end.column=this.currToken[3],this.position++);Lf&&this.error("Expected closing parenthesis."),this.current=Ff}else{var jf=1;for(this.position++,mf.value+="(";this.position<this.tokens.length&&jf;)this.currToken[0]==="("&&jf++,this.currToken[0]===")"&&jf--,mf.value+=this.parseParenthesisToken(this.currToken),this.position++;jf&&this.error("Expected closing parenthesis.")}},Zd.prototype.pseudo=function(){for(var mf=this,Pf="",Ff=this.currToken;this.currToken&&this.currToken[0]===":";)Pf+=this.currToken[1],this.position++;if(!this.currToken)return this.error("Expected pseudo-class or pseudo-element");if(this.currToken[0]==="word"){var Lf=void 0;this.splitWord(!1,function(jf,xf){Pf+=jf,Lf=new jd.default({value:Pf,source:{start:{line:Ff[2],column:Ff[3]},end:{line:mf.currToken[4],column:mf.currToken[5]}},sourceIndex:Ff[4]}),mf.newNode(Lf),xf>1&&mf.nextToken&&mf.nextToken[0]==="("&&mf.error("Misplaced parenthesis.")})}else this.error('Unexpected "'+this.currToken[0]+'" found.')},Zd.prototype.space=function(){var mf=this.currToken;this.position===0||this.prevToken[0]===","||this.prevToken[0]==="("?(this.spaces=this.parseSpace(mf[1]),this.position++):this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.spaces.after=this.parseSpace(mf[1]),this.position++):this.combinator()},Zd.prototype.string=function(){var mf=this.currToken;this.newNode(new Md.default({value:this.currToken[1],source:{start:{line:mf[2],column:mf[3]},end:{line:mf[4],column:mf[5]}},sourceIndex:mf[6]})),this.position++},Zd.prototype.universal=function(mf){var Pf=this.nextToken;if(Pf&&Pf[1]==="|")return this.position++,this.namespace();this.newNode(new Vd.default({value:this.currToken[1],source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]}),mf),this.position++},Zd.prototype.splitWord=function(mf,Pf){for(var Ff=this,Lf=this.nextToken,jf=this.currToken[1];Lf&&Lf[0]==="word";){this.position++;var xf=this.currToken[1];if(jf+=xf,xf.lastIndexOf("\\")===xf.length-1){var Nf=this.nextToken;Nf&&Nf[0]==="space"&&(jf+=this.parseSpace(Nf[1]," "),this.position++)}Lf=this.nextToken}var Bf=(0,od.default)(jf,"."),Tf=(0,od.default)(jf,"#"),wf=(0,od.default)(jf,"#{");wf.length&&(Tf=Tf.filter(function($f){return!~wf.indexOf($f)}));var Of=(0,hf.default)((0,ld.default)((0,td.default)([[0],Bf,Tf])));Of.forEach(function($f,Wf){var Kf=Of[Wf+1]||jf.length,Df=jf.slice($f,Kf);if(Wf===0&&Pf)return Pf.call(Ff,Df,Of.length);var qf=void 0;~Bf.indexOf($f)?qf=new Ed.default({value:Df.slice(1),source:{start:{line:Ff.currToken[2],column:Ff.currToken[3]+$f},end:{line:Ff.currToken[4],column:Ff.currToken[3]+(Kf-1)}},sourceIndex:Ff.currToken[6]+Of[Wf]}):~Tf.indexOf($f)?qf=new Nd.default({value:Df.slice(1),source:{start:{line:Ff.currToken[2],column:Ff.currToken[3]+$f},end:{line:Ff.currToken[4],column:Ff.currToken[3]+(Kf-1)}},sourceIndex:Ff.currToken[6]+Of[Wf]}):qf=new Id.default({value:Df,source:{start:{line:Ff.currToken[2],column:Ff.currToken[3]+$f},end:{line:Ff.currToken[4],column:Ff.currToken[3]+(Kf-1)}},sourceIndex:Ff.currToken[6]+Of[Wf]}),Ff.newNode(qf,mf)}),this.position++},Zd.prototype.word=function(mf){var Pf=this.nextToken;return Pf&&Pf[1]==="|"?(this.position++,this.namespace()):this.splitWord(mf)},Zd.prototype.loop=function(){for(;this.position<this.tokens.length;)this.parse(!0);return this.root},Zd.prototype.parse=function(mf){switch(this.currToken[0]){case"space":this.space();break;case"comment":this.comment();break;case"(":this.parentheses();break;case")":mf&&this.missingParenthesis();break;case"[":this.attribute();break;case"]":this.missingSquareBracket();break;case"at-word":case"word":this.word();break;case":":this.pseudo();break;case";":this.missingBackslash();break;case",":this.comma();break;case"*":this.universal();break;case"&":this.nesting();break;case"combinator":this.combinator();break;case"string":this.string();break}},Zd.prototype.parseNamespace=function(mf){if(this.lossy&&typeof mf=="string"){var Pf=mf.trim();return Pf.length?Pf:!0}return mf},Zd.prototype.parseSpace=function(mf,Pf){return this.lossy?Pf||"":mf},Zd.prototype.parseValue=function(mf){return this.lossy&&mf&&typeof mf=="string"?mf.trim():mf},Zd.prototype.parseParenthesisToken=function(mf){return this.lossy?mf[0]==="space"?this.parseSpace(mf[1]," "):this.parseValue(mf[1]):mf[1]},Zd.prototype.newNode=function(mf,Pf){return Pf&&(mf.namespace=this.parseNamespace(Pf)),this.spaces&&(mf.spaces.before=this.spaces,this.spaces=""),this.current.append(mf)},Ja(Zd,[{key:"currToken",get:function(){return this.tokens[this.position]}},{key:"nextToken",get:function(){return this.tokens[this.position+1]}},{key:"prevToken",get:function(){return this.tokens[this.position-1]}}]),Zd}();Ra.default=Af,qa.exports=Ra.default}),su$1=y((Ra,qa)=>{Ra.__esModule=!0;var Ja=function(){function ld(cd,ud){for(var gd=0;gd<ud.length;gd++){var _d=ud[gd];_d.enumerable=_d.enumerable||!1,_d.configurable=!0,"value"in _d&&(_d.writable=!0),Object.defineProperty(cd,_d.key,_d)}}return function(cd,ud,gd){return ud&&ld(cd.prototype,ud),gd&&ld(cd,gd),cd}}(),ed=tu$1(),td=rd(ed);function rd(ld){return ld&&ld.__esModule?ld:{default:ld}}function od(ld,cd){if(!(ld instanceof cd))throw new TypeError("Cannot call a class as a function")}var sd=function(){function ld(cd){return od(this,ld),this.func=cd||function(){},this}return ld.prototype.process=function(cd){var ud=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},gd=new td.default({css:cd,error:function(_d){throw new Error(_d)},options:ud});return this.res=gd,this.func(gd),this},Ja(ld,[{key:"result",get:function(){return String(this.res)}}]),ld}();Ra.default=sd,qa.exports=Ra.default}),z=y((Ra,qa)=>{var Ja=function(ed,td){let rd=new ed.constructor;for(let od in ed){if(!ed.hasOwnProperty(od))continue;let sd=ed[od],ld=typeof sd;od==="parent"&&ld==="object"?td&&(rd[od]=td):od==="source"?rd[od]=sd:sd instanceof Array?rd[od]=sd.map(cd=>Ja(cd,rd)):od!=="before"&&od!=="after"&&od!=="between"&&od!=="semicolon"&&(ld==="object"&&sd!==null&&(sd=Ja(sd)),rd[od]=sd)}return rd};qa.exports=class{constructor(ed){ed=ed||{},this.raws={before:"",after:""};for(let td in ed)this[td]=ed[td]}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}toString(){return[this.raws.before,String(this.value),this.raws.after].join("")}clone(ed){ed=ed||{};let td=Ja(this);for(let rd in ed)td[rd]=ed[rd];return td}cloneBefore(ed){ed=ed||{};let td=this.clone(ed);return this.parent.insertBefore(this,td),td}cloneAfter(ed){ed=ed||{};let td=this.clone(ed);return this.parent.insertAfter(this,td),td}replaceWith(){let ed=Array.prototype.slice.call(arguments);if(this.parent){for(let td of ed)this.parent.insertBefore(this,td);this.remove()}return this}moveTo(ed){return this.cleanRaws(this.root()===ed.root()),this.remove(),ed.append(this),this}moveBefore(ed){return this.cleanRaws(this.root()===ed.root()),this.remove(),ed.parent.insertBefore(ed,this),this}moveAfter(ed){return this.cleanRaws(this.root()===ed.root()),this.remove(),ed.parent.insertAfter(ed,this),this}next(){let ed=this.parent.index(this);return this.parent.nodes[ed+1]}prev(){let ed=this.parent.index(this);return this.parent.nodes[ed-1]}toJSON(){let ed={};for(let td in this){if(!this.hasOwnProperty(td)||td==="parent")continue;let rd=this[td];rd instanceof Array?ed[td]=rd.map(od=>typeof od=="object"&&od.toJSON?od.toJSON():od):typeof rd=="object"&&rd.toJSON?ed[td]=rd.toJSON():ed[td]=rd}return ed}root(){let ed=this;for(;ed.parent;)ed=ed.parent;return ed}cleanRaws(ed){delete this.raws.before,delete this.raws.after,ed||delete this.raws.between}positionInside(ed){let td=this.toString(),rd=this.source.start.column,od=this.source.start.line;for(let sd=0;sd<ed;sd++)td[sd]===`
`?(rd=1,od+=1):rd+=1;return{line:od,column:rd}}positionBy(ed){let td=this.source.start;if(Object(ed).index)td=this.positionInside(ed.index);else if(Object(ed).word){let rd=this.toString().indexOf(ed.word);rd!==-1&&(td=this.positionInside(rd))}return td}}}),U=y((Ra,qa)=>{var Ja=z(),ed=class extends Ja{constructor(td){super(td),this.nodes||(this.nodes=[])}push(td){return td.parent=this,this.nodes.push(td),this}each(td){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let rd=this.lastEach,od,sd;if(this.indexes[rd]=0,!!this.nodes){for(;this.indexes[rd]<this.nodes.length&&(od=this.indexes[rd],sd=td(this.nodes[od],od),sd!==!1);)this.indexes[rd]+=1;return delete this.indexes[rd],sd}}walk(td){return this.each((rd,od)=>{let sd=td(rd,od);return sd!==!1&&rd.walk&&(sd=rd.walk(td)),sd})}walkType(td,rd){if(!td||!rd)throw new Error("Parameters {type} and {callback} are required.");let od=typeof td=="function";return this.walk((sd,ld)=>{if(od&&sd instanceof td||!od&&sd.type===td)return rd.call(this,sd,ld)})}append(td){return td.parent=this,this.nodes.push(td),this}prepend(td){return td.parent=this,this.nodes.unshift(td),this}cleanRaws(td){if(super.cleanRaws(td),this.nodes)for(let rd of this.nodes)rd.cleanRaws(td)}insertAfter(td,rd){let od=this.index(td),sd;this.nodes.splice(od+1,0,rd);for(let ld in this.indexes)sd=this.indexes[ld],od<=sd&&(this.indexes[ld]=sd+this.nodes.length);return this}insertBefore(td,rd){let od=this.index(td),sd;this.nodes.splice(od,0,rd);for(let ld in this.indexes)sd=this.indexes[ld],od<=sd&&(this.indexes[ld]=sd+this.nodes.length);return this}removeChild(td){td=this.index(td),this.nodes[td].parent=void 0,this.nodes.splice(td,1);let rd;for(let od in this.indexes)rd=this.indexes[od],rd>=td&&(this.indexes[od]=rd-1);return this}removeAll(){for(let td of this.nodes)td.parent=void 0;return this.nodes=[],this}every(td){return this.nodes.every(td)}some(td){return this.nodes.some(td)}index(td){return typeof td=="number"?td:this.nodes.indexOf(td)}get first(){if(this.nodes)return this.nodes[0]}get last(){if(this.nodes)return this.nodes[this.nodes.length-1]}toString(){let td=this.nodes.map(String).join("");return this.value&&(td=this.value+td),this.raws.before&&(td=this.raws.before+td),this.raws.after&&(td+=this.raws.after),td}};ed.registerWalker=td=>{let rd="walk"+td.name;rd.lastIndexOf("s")!==rd.length-1&&(rd+="s"),!ed.prototype[rd]&&(ed.prototype[rd]=function(od){return this.walkType(td,od)})},qa.exports=ed}),uu$1=y((Ra,qa)=>{var Ja=U();qa.exports=class extends Ja{constructor(ed){super(ed),this.type="root"}}}),cu=y((Ra,qa)=>{var Ja=U();qa.exports=class extends Ja{constructor(ed){super(ed),this.type="value",this.unbalanced=0}}}),hu=y((Ra,qa)=>{var Ja=U(),ed=class extends Ja{constructor(td){super(td),this.type="atword"}toString(){return this.quoted&&this.raws.quote,[this.raws.before,"@",String.prototype.toString.call(this.value),this.raws.after].join("")}};Ja.registerWalker(ed),qa.exports=ed}),mu=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="colon"}};Ja.registerWalker(td),qa.exports=td}),wu=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="comma"}};Ja.registerWalker(td),qa.exports=td}),vu=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="comment",this.inline=Object(rd).inline||!1}toString(){return[this.raws.before,this.inline?"//":"/*",String(this.value),this.inline?"":"*/",this.raws.after].join("")}};Ja.registerWalker(td),qa.exports=td}),_u=y((Ra,qa)=>{var Ja=U(),ed=class extends Ja{constructor(td){super(td),this.type="func",this.unbalanced=-1}};Ja.registerWalker(ed),qa.exports=ed}),Eu=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="number",this.unit=Object(rd).unit||""}toString(){return[this.raws.before,String(this.value),this.unit,this.raws.after].join("")}};Ja.registerWalker(td),qa.exports=td}),Tu=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="operator"}};Ja.registerWalker(td),qa.exports=td}),Cu=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="paren",this.parenType=""}};Ja.registerWalker(td),qa.exports=td}),Nu=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="string"}toString(){let rd=this.quoted?this.raws.quote:"";return[this.raws.before,rd,this.value+"",rd,this.raws.after].join("")}};Ja.registerWalker(td),qa.exports=td}),Ru=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="word"}};Ja.registerWalker(td),qa.exports=td}),qu$1=y((Ra,qa)=>{var Ja=U(),ed=z(),td=class extends ed{constructor(rd){super(rd),this.type="unicode-range"}};Ja.registerWalker(td),qa.exports=td}),Du=y((Ra,qa)=>{var Ja=class extends Error{constructor(ed){super(ed),this.name=this.constructor.name,this.message=ed||"An error ocurred while tokzenizing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(ed).stack}};qa.exports=Ja}),Uu=y((Ra,qa)=>{var Ja=/[ \n\t\r\{\(\)'"\\;,/]/g,ed=/[ \n\t\r\(\)\{\}\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g,td=/[ \n\t\r\(\)\{\}\*:;@!&'"\-\+\|~>,\[\]\\]|\//g,rd=/^[a-z0-9]/i,od=/^[a-f0-9?\-]/i,sd=Du();qa.exports=function(ld,cd){cd=cd||{};let ud=[],gd=ld.valueOf(),_d=gd.length,yd=-1,Ed=1,Td=0,Od=0,Ad=null,Nd,kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd;function qd(Wd){let zd=`Unclosed ${Wd} at line: ${Ed}, column: ${Td-yd}, token: ${Td}`;throw new sd(zd)}for(;Td<_d;){switch(Nd=gd.charCodeAt(Td),Nd===10&&(yd=Td,Ed+=1),Nd){case 10:case 32:case 9:case 13:case 12:kd=Td;do kd+=1,Nd=gd.charCodeAt(kd),Nd===10&&(yd=kd,Ed+=1);while(Nd===32||Nd===10||Nd===9||Nd===13||Nd===12);ud.push(["space",gd.slice(Td,kd),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd-1;break;case 58:kd=Td+1,ud.push(["colon",gd.slice(Td,kd),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd-1;break;case 44:kd=Td+1,ud.push(["comma",gd.slice(Td,kd),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd-1;break;case 123:ud.push(["{","{",Ed,Td-yd,Ed,kd-yd,Td]);break;case 125:ud.push(["}","}",Ed,Td-yd,Ed,kd-yd,Td]);break;case 40:Od++,Ad=!Ad&&Od===1&&ud.length>0&&ud[ud.length-1][0]==="word"&&ud[ud.length-1][1]==="url",ud.push(["(","(",Ed,Td-yd,Ed,kd-yd,Td]);break;case 41:Od--,Ad=Ad&&Od>0,ud.push([")",")",Ed,Td-yd,Ed,kd-yd,Td]);break;case 39:case 34:Id=Nd===39?"'":'"',kd=Td;do for(Fd=!1,kd=gd.indexOf(Id,kd+1),kd===-1&&qd("quote"),Ud=kd;gd.charCodeAt(Ud-1)===92;)Ud-=1,Fd=!Fd;while(Fd);ud.push(["string",gd.slice(Td,kd+1),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd;break;case 64:Ja.lastIndex=Td+1,Ja.test(gd),Ja.lastIndex===0?kd=gd.length-1:kd=Ja.lastIndex-2,ud.push(["atword",gd.slice(Td,kd+1),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd;break;case 92:kd=Td,Nd=gd.charCodeAt(kd+1),ud.push(["word",gd.slice(Td,kd+1),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd;break;case 43:case 45:case 42:if(kd=Td+1,Vd=gd.slice(Td+1,kd+1),gd.slice(Td-1,Td),Nd===45&&Vd.charCodeAt(0)===45){kd++,ud.push(["word",gd.slice(Td,kd),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd-1;break}ud.push(["operator",gd.slice(Td,kd),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd-1;break;default:if(Nd===47&&(gd.charCodeAt(Td+1)===42||cd.loose&&!Ad&&gd.charCodeAt(Td+1)===47)){if(gd.charCodeAt(Td+1)===42)kd=gd.indexOf("*/",Td+2)+1,kd===0&&qd("comment");else{let Wd=gd.indexOf(`
`,Td+2);kd=Wd!==-1?Wd-1:_d}Ld=gd.slice(Td,kd+1),Rd=Ld.split(`
`),Md=Rd.length-1,Md>0?(jd=Ed+Md,Pd=kd-Rd[Md].length):(jd=Ed,Pd=yd),ud.push(["comment",Ld,Ed,Td-yd,jd,kd-Pd,Td]),yd=Pd,Ed=jd,Td=kd}else if(Nd===35&&!rd.test(gd.slice(Td+1,Td+2)))kd=Td+1,ud.push(["#",gd.slice(Td,kd),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd-1;else if((Nd===117||Nd===85)&&gd.charCodeAt(Td+1)===43){kd=Td+2;do kd+=1,Nd=gd.charCodeAt(kd);while(kd<_d&&od.test(gd.slice(kd,kd+1)));ud.push(["unicoderange",gd.slice(Td,kd),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd-1}else if(Nd===47)kd=Td+1,ud.push(["operator",gd.slice(Td,kd),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd-1;else{let Wd=ed;if(Nd>=48&&Nd<=57&&(Wd=td),Wd.lastIndex=Td+1,Wd.test(gd),Wd.lastIndex===0?kd=gd.length-1:kd=Wd.lastIndex-2,Wd===td||Nd===46){let zd=gd.charCodeAt(kd),Kd=gd.charCodeAt(kd+1),Qd=gd.charCodeAt(kd+2);(zd===101||zd===69)&&(Kd===45||Kd===43)&&Qd>=48&&Qd<=57&&(td.lastIndex=kd+2,td.test(gd),td.lastIndex===0?kd=gd.length-1:kd=td.lastIndex-2)}ud.push(["word",gd.slice(Td,kd+1),Ed,Td-yd,Ed,kd-yd,Td]),Td=kd}break}Td++}return ud}}),$u=y((Ra,qa)=>{var Ja=class extends Error{constructor(ed){super(ed),this.name=this.constructor.name,this.message=ed||"An error ocurred while parsing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(ed).stack}};qa.exports=Ja}),Vu=y((Ra,qa)=>{var Ja=uu$1(),ed=cu(),td=hu(),rd=mu(),od=wu(),sd=vu(),ld=_u(),cd=Eu(),ud=Tu(),gd=Cu(),_d=Nu(),yd=Ru(),Ed=qu$1(),Td=Uu(),Od=qs$1(),Ad=Ls(),Nd=Ds(),kd=$u();function Id(Rd){return Rd.sort((Md,Ld)=>Md-Ld)}qa.exports=class{constructor(Rd,Md){let Ld={loose:!1};this.cache=[],this.input=Rd,this.options=Object.assign({},Ld,Md),this.position=0,this.unbalanced=0,this.root=new Ja;let jd=new ed;this.root.append(jd),this.current=jd,this.tokens=Td(Rd,this.options)}parse(){return this.loop()}colon(){let Rd=this.currToken;this.newNode(new rd({value:Rd[1],source:{start:{line:Rd[2],column:Rd[3]},end:{line:Rd[4],column:Rd[5]}},sourceIndex:Rd[6]})),this.position++}comma(){let Rd=this.currToken;this.newNode(new od({value:Rd[1],source:{start:{line:Rd[2],column:Rd[3]},end:{line:Rd[4],column:Rd[5]}},sourceIndex:Rd[6]})),this.position++}comment(){let Rd=!1,Md=this.currToken[1].replace(/\/\*|\*\//g,""),Ld;this.options.loose&&Md.startsWith("//")&&(Md=Md.substring(2),Rd=!0),Ld=new sd({value:Md,inline:Rd,source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[4],column:this.currToken[5]}},sourceIndex:this.currToken[6]}),this.newNode(Ld),this.position++}error(Rd,Md){throw new kd(Rd+` at line: ${Md[2]}, column ${Md[3]}`)}loop(){for(;this.position<this.tokens.length;)this.parseTokens();return!this.current.last&&this.spaces?this.current.raws.before+=this.spaces:this.spaces&&(this.current.last.raws.after+=this.spaces),this.spaces="",this.root}operator(){let Rd=this.currToken[1],Md;if(Rd==="+"||Rd==="-"){if(this.options.loose||this.position>0&&(this.current.type==="func"&&this.current.value==="calc"?this.prevToken[0]!=="space"&&this.prevToken[0]!=="("?this.error("Syntax Error",this.currToken):this.nextToken[0]!=="space"&&this.nextToken[0]!=="word"?this.error("Syntax Error",this.currToken):this.nextToken[0]==="word"&&this.current.last.type!=="operator"&&this.current.last.value!=="("&&this.error("Syntax Error",this.currToken):(this.nextToken[0]==="space"||this.nextToken[0]==="operator"||this.prevToken[0]==="operator")&&this.error("Syntax Error",this.currToken)),this.options.loose){if((!this.current.nodes.length||this.current.last&&this.current.last.type==="operator")&&this.nextToken[0]==="word")return this.word()}else if(this.nextToken[0]==="word")return this.word()}return Md=new ud({value:this.currToken[1],source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]}),this.position++,this.newNode(Md)}parseTokens(){switch(this.currToken[0]){case"space":this.space();break;case"colon":this.colon();break;case"comma":this.comma();break;case"comment":this.comment();break;case"(":this.parenOpen();break;case")":this.parenClose();break;case"atword":case"word":this.word();break;case"operator":this.operator();break;case"string":this.string();break;case"unicoderange":this.unicodeRange();break;default:this.word();break}}parenOpen(){let Rd=1,Md=this.position+1,Ld=this.currToken,jd;for(;Md<this.tokens.length&&Rd;){let Pd=this.tokens[Md];Pd[0]==="("&&Rd++,Pd[0]===")"&&Rd--,Md++}if(Rd&&this.error("Expected closing parenthesis",Ld),jd=this.current.last,jd&&jd.type==="func"&&jd.unbalanced<0&&(jd.unbalanced=0,this.current=jd),this.current.unbalanced++,this.newNode(new gd({value:Ld[1],source:{start:{line:Ld[2],column:Ld[3]},end:{line:Ld[4],column:Ld[5]}},sourceIndex:Ld[6]})),this.position++,this.current.type==="func"&&this.current.unbalanced&&this.current.value==="url"&&this.currToken[0]!=="string"&&this.currToken[0]!==")"&&!this.options.loose){let Pd=this.nextToken,Fd=this.currToken[1],Ud={line:this.currToken[2],column:this.currToken[3]};for(;Pd&&Pd[0]!==")"&&this.current.unbalanced;)this.position++,Fd+=this.currToken[1],Pd=this.nextToken;this.position!==this.tokens.length-1&&(this.position++,this.newNode(new yd({value:Fd,source:{start:Ud,end:{line:this.currToken[4],column:this.currToken[5]}},sourceIndex:this.currToken[6]})))}}parenClose(){let Rd=this.currToken;this.newNode(new gd({value:Rd[1],source:{start:{line:Rd[2],column:Rd[3]},end:{line:Rd[4],column:Rd[5]}},sourceIndex:Rd[6]})),this.position++,!(this.position>=this.tokens.length-1&&!this.current.unbalanced)&&(this.current.unbalanced--,this.current.unbalanced<0&&this.error("Expected opening parenthesis",Rd),!this.current.unbalanced&&this.cache.length&&(this.current=this.cache.pop()))}space(){let Rd=this.currToken;this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.raws.after+=Rd[1],this.position++):(this.spaces=Rd[1],this.position++)}unicodeRange(){let Rd=this.currToken;this.newNode(new Ed({value:Rd[1],source:{start:{line:Rd[2],column:Rd[3]},end:{line:Rd[4],column:Rd[5]}},sourceIndex:Rd[6]})),this.position++}splitWord(){let Rd=this.nextToken,Md=this.currToken[1],Ld=/^[\+\-]?((\d+(\.\d*)?)|(\.\d+))([eE][\+\-]?\d+)?/,jd=/^(?!\#([a-z0-9]+))[\#\{\}]/gi,Pd,Fd;if(!jd.test(Md))for(;Rd&&Rd[0]==="word";){this.position++;let Ud=this.currToken[1];Md+=Ud,Rd=this.nextToken}Pd=Ad(Md,"@"),Fd=Id(Nd(Od([[0],Pd]))),Fd.forEach((Ud,Vd)=>{let qd=Fd[Vd+1]||Md.length,Wd=Md.slice(Ud,qd),zd;if(~Pd.indexOf(Ud))zd=new td({value:Wd.slice(1),source:{start:{line:this.currToken[2],column:this.currToken[3]+Ud},end:{line:this.currToken[4],column:this.currToken[3]+(qd-1)}},sourceIndex:this.currToken[6]+Fd[Vd]});else if(Ld.test(this.currToken[1])){let Kd=Wd.replace(Ld,"");zd=new cd({value:Wd.replace(Kd,""),source:{start:{line:this.currToken[2],column:this.currToken[3]+Ud},end:{line:this.currToken[4],column:this.currToken[3]+(qd-1)}},sourceIndex:this.currToken[6]+Fd[Vd],unit:Kd})}else zd=new(Rd&&Rd[0]==="("?ld:yd)({value:Wd,source:{start:{line:this.currToken[2],column:this.currToken[3]+Ud},end:{line:this.currToken[4],column:this.currToken[3]+(qd-1)}},sourceIndex:this.currToken[6]+Fd[Vd]}),zd.type==="word"?(zd.isHex=/^#(.+)/.test(Wd),zd.isColor=/^#([0-9a-f]{3}|[0-9a-f]{4}|[0-9a-f]{6}|[0-9a-f]{8})$/i.test(Wd)):this.cache.push(this.current);this.newNode(zd)}),this.position++}string(){let Rd=this.currToken,Md=this.currToken[1],Ld=/^(\"|\')/,jd=Ld.test(Md),Pd="",Fd;jd&&(Pd=Md.match(Ld)[0],Md=Md.slice(1,Md.length-1)),Fd=new _d({value:Md,source:{start:{line:Rd[2],column:Rd[3]},end:{line:Rd[4],column:Rd[5]}},sourceIndex:Rd[6],quoted:jd}),Fd.raws.quote=Pd,this.newNode(Fd),this.position++}word(){return this.splitWord()}newNode(Rd){return this.spaces&&(Rd.raws.before+=this.spaces,this.spaces=""),this.current.append(Rd)}get currToken(){return this.tokens[this.position]}get nextToken(){return this.tokens[this.position+1]}get prevToken(){return this.tokens[this.position-1]}}}),Qs={};Xs(Qs,{languages:()=>pi$1,options:()=>di,parsers:()=>Ks,printers:()=>Ey});var hl=(Ra,qa,Ja,ed)=>{if(!(Ra&&qa==null))return qa.replaceAll?qa.replaceAll(Ja,ed):Ja.global?qa.replace(Ja,ed):qa.split(Ja).join(ed)},_$1=hl,Me$1="string",Be="array",Ue="cursor",we="indent",ge="align",Fe="trim",ve="group",xe$1="fill",oe="if-break",$e$1="indent-if-break",We="line-suffix",Ye="line-suffix-boundary",K="line",ze="label",be$1="break-parent",bt=new Set([Ue,we,ge,Fe,ve,xe$1,oe,$e$1,We,Ye,K,ze,be$1]);function dl(Ra){if(typeof Ra=="string")return Me$1;if(Array.isArray(Ra))return Be;if(!Ra)return;let{type:qa}=Ra;if(bt.has(qa))return qa}var Ve=dl,ml=Ra=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(Ra);function yl(Ra){let qa=Ra===null?"null":typeof Ra;if(qa!=="string"&&qa!=="object")return`Unexpected doc '${qa}',
Expected it to be 'string' or 'object'.`;if(Ve(Ra))throw new Error("doc is valid.");let Ja=Object.prototype.toString.call(Ra);if(Ja!=="[object Object]")return`Unexpected doc '${Ja}'.`;let ed=ml([...bt].map(td=>`'${td}'`));return`Unexpected doc.type '${Ra.type}'.
Expected it to be ${ed}.`}var Fr=class extends Error{constructor(qa){super(yl(qa));t1(this,"name","InvalidDocError");this.doc=qa}},$r=Fr,Zs=()=>{},_t=Zs;function q(Ra){return{type:we,contents:Ra}}function en(Ra,qa){return{type:ge,contents:qa,n:Ra}}function L(Ra,qa={}){return _t(qa.expandedStates),{type:ve,id:qa.id,contents:Ra,break:!!qa.shouldBreak,expandedStates:qa.expandedStates}}function tn(Ra){return en({type:"root"},Ra)}function ue(Ra){return en(-1,Ra)}function Ge(Ra){return{type:xe$1,parts:Ra}}function kt(Ra,qa="",Ja={}){return{type:oe,breakContents:Ra,flatContents:qa,groupId:Ja.groupId}}var je$1={type:be$1},wl$1={type:K,hard:!0},A={type:K},M={type:K,soft:!0},E=[wl$1,je$1];function V(Ra,qa){let Ja=[];for(let ed=0;ed<qa.length;ed++)ed!==0&&Ja.push(Ra),Ja.push(qa[ed]);return Ja}var gl=(Ra,qa,Ja)=>{if(!(Ra&&qa==null))return Array.isArray(qa)||typeof qa=="string"?qa[Ja<0?qa.length+Ja:Ja]:qa.at(Ja)},G=gl;function vl(Ra,qa){if(typeof Ra=="string")return qa(Ra);let Ja=new Map;return ed(Ra);function ed(rd){if(Ja.has(rd))return Ja.get(rd);let od=td(rd);return Ja.set(rd,od),od}function td(rd){switch(Ve(rd)){case Be:return qa(rd.map(ed));case xe$1:return qa({...rd,parts:rd.parts.map(ed)});case oe:return qa({...rd,breakContents:ed(rd.breakContents),flatContents:ed(rd.flatContents)});case ve:{let{expandedStates:od,contents:sd}=rd;return od?(od=od.map(ed),sd=od[0]):sd=ed(sd),qa({...rd,contents:sd,expandedStates:od})}case ge:case we:case $e$1:case ze:case We:return qa({...rd,contents:ed(rd.contents)});case Me$1:case Ue:case Fe:case Ye:case K:case be$1:return qa(rd);default:throw new $r(rd)}}}function xl$1(Ra){return Ra.type===K&&!Ra.hard?Ra.soft?"":" ":Ra.type===oe?Ra.flatContents:Ra}function rn(Ra){return vl(Ra,xl$1)}function bl(Ra){return Array.isArray(Ra)&&Ra.length>0}var ee=bl,Et="'",sn='"';function _l(Ra,qa){let Ja=qa===!0||qa===Et?Et:sn,ed=Ja===Et?sn:Et,td=0,rd=0;for(let od of Ra)od===Ja?td++:od===ed&&rd++;return td>rd?ed:Ja}var nn=_l;function kl(Ra,qa,Ja){let ed=qa==='"'?"'":'"',td=_$1(!1,Ra,/\\(.)|(["'])/gsu,(rd,od,sd)=>od===ed?od:sd===qa?"\\"+sd:sd||(Ja&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(od)?od:"\\"+od));return qa+td+qa}var on=kl;function El$1(Ra,qa){let Ja=Ra.slice(1,-1),ed=qa.parser==="json"||qa.parser==="jsonc"||qa.parser==="json5"&&qa.quoteProps==="preserve"&&!qa.singleQuote?'"':qa.__isInHtmlAttribute?"'":nn(Ja,qa.singleQuote);return on(Ja,ed,!(qa.parser==="css"||qa.parser==="less"||qa.parser==="scss"||qa.__embeddedInHtml))}var St=El$1,Wr=class extends Error{constructor(qa,Ja,ed="type"){super(`Unexpected ${Ja} node ${ed}: ${JSON.stringify(qa[ed])}.`);t1(this,"name","UnexpectedNodeError");this.node=qa}},an=Wr;function Sl$1(Ra){return(Ra==null?void 0:Ra.type)==="front-matter"}var _e=Sl$1,Tl$1=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma","spaces"]);function un(Ra,qa,Ja){if(_e(Ra)&&Ra.language==="yaml"&&delete qa.value,Ra.type==="css-comment"&&Ja.type==="css-root"&&Ja.nodes.length>0&&((Ja.nodes[0]===Ra||_e(Ja.nodes[0])&&Ja.nodes[1]===Ra)&&(delete qa.text,/^\*\s*@(?:format|prettier)\s*$/u.test(Ra.text))||Ja.type==="css-root"&&G(!1,Ja.nodes,-1)===Ra))return null;if(Ra.type==="value-root"&&delete qa.text,(Ra.type==="media-query"||Ra.type==="media-query-list"||Ra.type==="media-feature-expression")&&delete qa.value,Ra.type==="css-rule"&&delete qa.params,(Ra.type==="media-feature"||Ra.type==="media-keyword"||Ra.type==="media-type"||Ra.type==="media-unknown"||Ra.type==="media-url"||Ra.type==="media-value"||Ra.type==="selector-attribute"||Ra.type==="selector-string"||Ra.type==="selector-class"||Ra.type==="selector-combinator"||Ra.type==="value-string")&&Ra.value&&(qa.value=Ol$1(Ra.value)),Ra.type==="selector-combinator"&&(qa.value=_$1(!1,qa.value,/\s+/gu," ")),Ra.type==="media-feature"&&(qa.value=_$1(!1,qa.value," ","")),(Ra.type==="value-word"&&(Ra.isColor&&Ra.isHex||["initial","inherit","unset","revert"].includes(Ra.value.toLowerCase()))||Ra.type==="media-feature"||Ra.type==="selector-root-invalid"||Ra.type==="selector-pseudo")&&(qa.value=qa.value.toLowerCase()),Ra.type==="css-decl"&&(qa.prop=Ra.prop.toLowerCase()),(Ra.type==="css-atrule"||Ra.type==="css-import")&&(qa.name=Ra.name.toLowerCase()),Ra.type==="value-number"&&(qa.unit=Ra.unit.toLowerCase()),Ra.type==="value-unknown"&&(qa.value=_$1(!1,qa.value,/;$/gu,"")),Ra.type==="selector-attribute"&&(qa.attribute=Ra.attribute.trim(),Ra.namespace&&typeof Ra.namespace=="string"&&(qa.namespace=Ra.namespace.trim()||!0),Ra.value&&(qa.value=_$1(!1,qa.value.trim(),/^["']|["']$/gu,""),delete qa.quoted)),(Ra.type==="media-value"||Ra.type==="media-type"||Ra.type==="value-number"||Ra.type==="selector-root-invalid"||Ra.type==="selector-class"||Ra.type==="selector-combinator"||Ra.type==="selector-tag")&&Ra.value&&(qa.value=_$1(!1,qa.value,/([\d+.e-]+)([a-z]*)/giu,(ed,td,rd)=>{let od=Number(td);return Number.isNaN(od)?ed:od+rd.toLowerCase()})),Ra.type==="selector-tag"){let ed=qa.value.toLowerCase();["from","to"].includes(ed)&&(qa.value=ed)}if(Ra.type==="css-atrule"&&Ra.name.toLowerCase()==="supports"&&delete qa.value,Ra.type==="selector-unknown"&&delete qa.value,Ra.type==="value-comma_group"){let ed=Ra.groups.findIndex(td=>td.type==="value-number"&&td.unit==="...");ed!==-1&&(qa.groups[ed].unit="",qa.groups.splice(ed+1,0,{type:"value-word",value:"...",isColor:!1,isHex:!1}))}if(Ra.type==="value-comma_group"&&Ra.groups.some(ed=>ed.type==="value-atword"&&ed.value.endsWith("[")||ed.type==="value-word"&&ed.value.startsWith("]")))return{type:"value-atword",value:Ra.groups.map(ed=>ed.value).join(""),group:{open:null,close:null,groups:[],type:"value-paren_group"}}}un.ignoredProperties=Tl$1;function Ol$1(Ra){return _$1(!1,_$1(!1,Ra,"'",'"'),/\\([^\da-f])/giu,"$1")}var ln=un;async function Cl(Ra,qa){if(Ra.language==="yaml"){let Ja=Ra.value.trim(),ed=Ja?await qa(Ja,{parser:"yaml"}):"";return tn([Ra.startDelimiter,Ra.explicitLanguage,E,ed,ed?E:"",Ra.endDelimiter])}}var cn$1=Cl;function fn(Ra){let{node:qa}=Ra;if(qa.type==="front-matter")return async Ja=>{let ed=await cn$1(qa,Ja);return ed?[ed,E]:void 0}}fn.getVisitorKeys=Ra=>Ra.type==="css-root"?["frontMatter"]:[];var pn=fn,He=null;function Ke$1(Ra){if(He!==null&&typeof He.property){let qa=He;return He=Ke$1.prototype=null,qa}return He=Ke$1.prototype=Ra??Object.create(null),new Ke$1}var Al$1=10;for(let Ra=0;Ra<=Al$1;Ra++)Ke$1();function Yr$1(Ra){return Ke$1(Ra)}function Nl$1(Ra,qa="type"){Yr$1(Ra);function Ja(ed){let td=ed[qa],rd=Ra[td];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${td}'.`),{node:ed});return rd}return Ja}var hn=Nl$1,Pl={"front-matter":[],"css-root":["frontMatter","nodes"],"css-comment":[],"css-rule":["selector","nodes"],"css-decl":["value","selector","nodes"],"css-atrule":["selector","params","value","nodes"],"media-query-list":["nodes"],"media-query":["nodes"],"media-type":[],"media-feature-expression":["nodes"],"media-feature":[],"media-colon":[],"media-value":[],"media-keyword":[],"media-url":[],"media-unknown":[],"selector-root":["nodes"],"selector-selector":["nodes"],"selector-comment":[],"selector-string":[],"selector-tag":[],"selector-id":[],"selector-class":[],"selector-attribute":[],"selector-combinator":["nodes"],"selector-universal":[],"selector-pseudo":["nodes"],"selector-nesting":[],"selector-unknown":[],"value-value":["group"],"value-root":["group"],"value-comment":[],"value-comma_group":["groups"],"value-paren_group":["open","groups","close"],"value-func":["group"],"value-paren":[],"value-number":[],"value-operator":[],"value-word":[],"value-colon":[],"value-comma":[],"value-string":[],"value-atword":[],"value-unicode-range":[],"value-unknown":[]},dn=Pl,Rl$1=hn(dn),mn=Rl$1;function Il$1(Ra,qa){let Ja=0;for(let ed=0;ed<Ra.line-1;++ed)Ja=qa.indexOf(`
`,Ja)+1;return Ja+Ra.column}var zr=Il$1;function Tt$1(Ra){return(qa,Ja,ed)=>{let td=!!(ed!=null&&ed.backwards);if(Ja===!1)return!1;let{length:rd}=qa,od=Ja;for(;od>=0&&od<rd;){let sd=qa.charAt(od);if(Ra instanceof RegExp){if(!Ra.test(sd))return od}else if(!Ra.includes(sd))return od;td?od--:od++}return od===-1||od===rd?od:!1}}var Ot$1=Tt$1(" "),yn=Tt$1(",; "),Ct=Tt$1(/[^\n\r]/u);function wn$1(Ra,qa){var Ja,ed,td;if(typeof((ed=(Ja=Ra.source)==null?void 0:Ja.start)==null?void 0:ed.offset)=="number")return Ra.source.start.offset;if(typeof Ra.sourceIndex=="number")return Ra.sourceIndex;if((td=Ra.source)!=null&&td.start)return zr(Ra.source.start,qa);throw Object.assign(new Error("Can not locate node."),{node:Ra})}function Vr(Ra,qa){var Ja,ed;if(Ra.type==="css-comment"&&Ra.inline)return Ct(qa,Ra.source.startOffset);if(typeof((ed=(Ja=Ra.source)==null?void 0:Ja.end)==null?void 0:ed.offset)=="number")return Ra.source.end.offset;if(Ra.source){if(Ra.source.end)return zr(Ra.source.end,qa);if(ee(Ra.nodes))return Vr(G(!1,Ra.nodes,-1),qa)}return null}function Gr(Ra,qa){Ra.source&&(Ra.source.startOffset=wn$1(Ra,qa),Ra.source.endOffset=Vr(Ra,qa));for(let Ja in Ra){let ed=Ra[Ja];Ja==="source"||!ed||typeof ed!="object"||(ed.type==="value-root"||ed.type==="value-unknown"?gn$1(ed,ql$1(Ra),ed.text||ed.value):Gr(ed,qa))}}function gn$1(Ra,qa,Ja){Ra.source&&(Ra.source.startOffset=wn$1(Ra,Ja)+qa,Ra.source.endOffset=Vr(Ra,Ja)+qa);for(let ed in Ra){let td=Ra[ed];ed==="source"||!td||typeof td!="object"||gn$1(td,qa,Ja)}}function ql$1(Ra){var qa;let Ja=Ra.source.startOffset;return typeof Ra.prop=="string"&&(Ja+=Ra.prop.length),Ra.type==="css-atrule"&&typeof Ra.name=="string"&&(Ja+=1+Ra.name.length+Ra.raws.afterName.match(/^\s*:?\s*/u)[0].length),Ra.type!=="css-atrule"&&typeof((qa=Ra.raws)==null?void 0:qa.between)=="string"&&(Ja+=Ra.raws.between.length),Ja}function vn(Ra){let qa="initial",Ja="initial",ed,td=!1,rd=[];for(let od=0;od<Ra.length;od++){let sd=Ra[od];switch(qa){case"initial":if(sd==="'"){qa="single-quotes";continue}if(sd==='"'){qa="double-quotes";continue}if((sd==="u"||sd==="U")&&Ra.slice(od,od+4).toLowerCase()==="url("){qa="url",od+=3;continue}if(sd==="*"&&Ra[od-1]==="/"){qa="comment-block";continue}if(sd==="/"&&Ra[od-1]==="/"){qa="comment-inline",ed=od-1;continue}continue;case"single-quotes":if(sd==="'"&&Ra[od-1]!=="\\"&&(qa=Ja,Ja="initial"),sd===`
`||sd==="\r")return Ra;continue;case"double-quotes":if(sd==='"'&&Ra[od-1]!=="\\"&&(qa=Ja,Ja="initial"),sd===`
`||sd==="\r")return Ra;continue;case"url":if(sd===")"&&(qa="initial"),sd===`
`||sd==="\r")return Ra;if(sd==="'"){qa="single-quotes",Ja="url";continue}if(sd==='"'){qa="double-quotes",Ja="url";continue}continue;case"comment-block":sd==="/"&&Ra[od-1]==="*"&&(qa="initial");continue;case"comment-inline":(sd==='"'||sd==="'"||sd==="*")&&(td=!0),(sd===`
`||sd==="\r")&&(td&&rd.push([ed,od]),qa="initial",td=!1);continue}}for(let[od,sd]of rd)Ra=Ra.slice(0,od)+_$1(!1,Ra.slice(od,sd),/["'*]/gu," ")+Ra.slice(sd);return Ra}function N(Ra){var qa;return(qa=Ra.source)==null?void 0:qa.startOffset}function P(Ra){var qa;return(qa=Ra.source)==null?void 0:qa.endOffset}var Ll$1=/\*\/$/,Dl=/^\/\*\*?/,kn=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Ml=/(^|\s+)\/\/([^\n\r]*)/g,xn=/^(\r?\n)+/,Bl=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,bn$1=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,Ul=/(\r?\n|^) *\* ?/g,En=[];function Sn(Ra){let qa=Ra.match(kn);return qa?qa[0].trimStart():""}function Tn$1(Ra){let qa=Ra.match(kn),Ja=qa==null?void 0:qa[0];return Ja==null?Ra:Ra.slice(Ja.length)}function On(Ra){let qa=`
`;Ra=_$1(!1,Ra.replace(Dl,"").replace(Ll$1,""),Ul,"$1");let Ja="";for(;Ja!==Ra;)Ja=Ra,Ra=_$1(!1,Ra,Bl,`${qa}$1 $2${qa}`);Ra=Ra.replace(xn,"").trimEnd();let ed=Object.create(null),td=_$1(!1,Ra,bn$1,"").replace(xn,"").trimEnd(),rd;for(;rd=bn$1.exec(Ra);){let od=_$1(!1,rd[2],Ml,"");if(typeof ed[rd[1]]=="string"||Array.isArray(ed[rd[1]])){let sd=ed[rd[1]];ed[rd[1]]=[...En,...Array.isArray(sd)?sd:[sd],od]}else ed[rd[1]]=od}return{comments:td,pragmas:ed}}function Cn$1({comments:Ra="",pragmas:qa={}}){let Ja=`
`,ed="/**",td=" *",rd=" */",od=Object.keys(qa),sd=od.flatMap(cd=>_n$1(cd,qa[cd])).map(cd=>`${td} ${cd}${Ja}`).join("");if(!Ra){if(od.length===0)return"";if(od.length===1&&!Array.isArray(qa[od[0]])){let cd=qa[od[0]];return`${ed} ${_n$1(od[0],cd)[0]}${rd}`}}let ld=Ra.split(Ja).map(cd=>`${td} ${cd}`).join(Ja)+Ja;return ed+Ja+(Ra?ld:"")+(Ra&&od.length>0?td+Ja:"")+sd+rd}function _n$1(Ra,qa){return[...En,...Array.isArray(qa)?qa:[qa]].map(Ja=>`@${Ra} ${Ja}`.trim())}function Fl$1(Ra){if(!Ra.startsWith("#!"))return"";let qa=Ra.indexOf(`
`);return qa===-1?Ra:Ra.slice(0,qa)}var An=Fl$1;function Nn(Ra){let qa=An(Ra);qa&&(Ra=Ra.slice(qa.length+1));let Ja=Sn(Ra),{pragmas:ed,comments:td}=On(Ja);return{shebang:qa,text:Ra,pragmas:ed,comments:td}}function Pn$1(Ra){let{pragmas:qa}=Nn(Ra);return Object.prototype.hasOwnProperty.call(qa,"prettier")||Object.prototype.hasOwnProperty.call(qa,"format")}function Rn(Ra){let{shebang:qa,text:Ja,pragmas:ed,comments:td}=Nn(Ra),rd=Tn$1(Ja),od=Cn$1({pragmas:{format:"",...ed},comments:td.trimStart()});return(qa?`${qa}
`:"")+od+(rd.startsWith(`
`)?`
`:`
`)+rd}var Qe=3;function $l(Ra){let qa=Ra.slice(0,Qe);if(qa!=="---"&&qa!=="+++")return;let Ja=Ra.indexOf(`
`,Qe);if(Ja===-1)return;let ed=Ra.slice(Qe,Ja).trim(),td=Ra.indexOf(`
${qa}`,Ja),rd=ed;if(rd||(rd=qa==="+++"?"toml":"yaml"),td===-1&&qa==="---"&&rd==="yaml"&&(td=Ra.indexOf(`
...`,Ja)),td===-1)return;let od=td+1+Qe,sd=Ra.charAt(od+1);if(!/\s?/u.test(sd))return;let ld=Ra.slice(0,od);return{type:"front-matter",language:rd,explicitLanguage:ed,value:Ra.slice(Ja+1,td),startDelimiter:qa,endDelimiter:ld.slice(-Qe),raw:ld}}function Wl(Ra){let qa=$l(Ra);if(!qa)return{content:Ra};let{raw:Ja}=qa;return{frontMatter:qa,content:_$1(!1,Ja,/[^\n]/gu," ")+Ra.slice(Ja.length)}}var Je=Wl;function In(Ra){return Pn$1(Je(Ra).content)}function qn$1(Ra){let{frontMatter:qa,content:Ja}=Je(Ra);return(qa?qa.raw+`
`:"")+Rn(Ja)}var Yl=new Set(["red","green","blue","alpha","a","rgb","hue","h","saturation","s","lightness","l","whiteness","w","blackness","b","tint","shade","blend","blenda","contrast","hsl","hsla","hwb","hwba"]);function Ln(Ra){var qa,Ja;return(Ja=(qa=Ra.findAncestor(ed=>ed.type==="css-decl"))==null?void 0:qa.prop)==null?void 0:Ja.toLowerCase()}var zl$1=new Set(["initial","inherit","unset","revert"]);function Dn$1(Ra){return zl$1.has(Ra.toLowerCase())}function Mn(Ra,qa){var Ja;let ed=Ra.findAncestor(td=>td.type==="css-atrule");return((Ja=ed==null?void 0:ed.name)==null?void 0:Ja.toLowerCase().endsWith("keyframes"))&&["from","to"].includes(qa.toLowerCase())}function te(Ra){return Ra.includes("$")||Ra.includes("@")||Ra.includes("#")||Ra.startsWith("%")||Ra.startsWith("--")||Ra.startsWith(":--")||Ra.includes("(")&&Ra.includes(")")?Ra:Ra.toLowerCase()}function ke$1(Ra,qa){var Ja;let ed=Ra.findAncestor(td=>td.type==="value-func");return((Ja=ed==null?void 0:ed.value)==null?void 0:Ja.toLowerCase())===qa}function Bn$1(Ra){var qa;let Ja=Ra.findAncestor(td=>td.type==="css-rule"),ed=(qa=Ja==null?void 0:Ja.raws)==null?void 0:qa.selector;return ed&&(ed.startsWith(":import")||ed.startsWith(":export"))}function Ee(Ra,qa){let Ja=Array.isArray(qa)?qa:[qa],ed=Ra.findAncestor(td=>td.type==="css-atrule");return ed&&Ja.includes(ed.name.toLowerCase())}function Un(Ra){var qa;let{node:Ja}=Ra;return Ja.groups[0].value==="url"&&Ja.groups.length===2&&((qa=Ra.findAncestor(ed=>ed.type==="css-atrule"))==null?void 0:qa.name)==="import"}function Fn(Ra){return Ra.type==="value-func"&&Ra.value.toLowerCase()==="url"}function $n$1(Ra){return Ra.type==="value-func"&&Ra.value.toLowerCase()==="var"}function Wn(Ra){let{selector:qa}=Ra;return qa?typeof qa=="string"&&/^@.+:.*$/u.test(qa)||qa.value&&/^@.+:.*$/u.test(qa.value):!1}function Yn$1(Ra){return Ra.type==="value-word"&&["from","through","end"].includes(Ra.value)}function zn(Ra){return Ra.type==="value-word"&&["and","or","not"].includes(Ra.value)}function Vn(Ra){return Ra.type==="value-word"&&Ra.value==="in"}function At$1(Ra){return Ra.type==="value-operator"&&Ra.value==="*"}function Xe(Ra){return Ra.type==="value-operator"&&Ra.value==="/"}function Q$1(Ra){return Ra.type==="value-operator"&&Ra.value==="+"}function le(Ra){return Ra.type==="value-operator"&&Ra.value==="-"}function Vl(Ra){return Ra.type==="value-operator"&&Ra.value==="%"}function Nt(Ra){return At$1(Ra)||Xe(Ra)||Q$1(Ra)||le(Ra)||Vl(Ra)}function Gn$1(Ra){return Ra.type==="value-word"&&["==","!="].includes(Ra.value)}function jn$1(Ra){return Ra.type==="value-word"&&["<",">","<=",">="].includes(Ra.value)}function Ze(Ra,qa){return qa.parser==="scss"&&Ra.type==="css-atrule"&&["if","else","for","each","while"].includes(Ra.name)}function Hr(Ra){var qa;return((qa=Ra.raws)==null?void 0:qa.params)&&/^\(\s*\)$/u.test(Ra.raws.params)}function Pt(Ra){return Ra.name.startsWith("prettier-placeholder")}function Hn(Ra){return Ra.prop.startsWith("@prettier-placeholder")}function Kn(Ra,qa){return Ra.value==="$$"&&Ra.type==="value-func"&&(qa==null?void 0:qa.type)==="value-word"&&!qa.raws.before}function Qn$1(Ra){var qa,Ja;return((qa=Ra.value)==null?void 0:qa.type)==="value-root"&&((Ja=Ra.value.group)==null?void 0:Ja.type)==="value-value"&&Ra.prop.toLowerCase()==="composes"}function Jn$1(Ra){var qa,Ja,ed;return((ed=(Ja=(qa=Ra.value)==null?void 0:qa.group)==null?void 0:Ja.group)==null?void 0:ed.type)==="value-paren_group"&&Ra.value.group.group.open!==null&&Ra.value.group.group.close!==null}function ce(Ra){var qa;return((qa=Ra.raws)==null?void 0:qa.before)===""}function Rt$1(Ra){var qa,Ja;return Ra.type==="value-comma_group"&&((Ja=(qa=Ra.groups)==null?void 0:qa[1])==null?void 0:Ja.type)==="value-colon"}function jr(Ra){var qa;return Ra.type==="value-paren_group"&&((qa=Ra.groups)==null?void 0:qa[0])&&Rt$1(Ra.groups[0])}function Kr(Ra,qa){var Ja;if(qa.parser!=="scss")return!1;let{node:ed}=Ra;if(ed.groups.length===0)return!1;let td=Ra.grandparent;if(!jr(ed)&&!(td&&jr(td)))return!1;let rd=Ra.findAncestor(od=>od.type==="css-decl");return!!((Ja=rd==null?void 0:rd.prop)!=null&&Ja.startsWith("$")||jr(td)||td.type==="value-func")}function Qr$1(Ra){return Ra.type==="value-comment"&&Ra.inline}function It$1(Ra){return Ra.type==="value-word"&&Ra.value==="#"}function Jr(Ra){return Ra.type==="value-word"&&Ra.value==="{"}function qt(Ra){return Ra.type==="value-word"&&Ra.value==="}"}function et(Ra){return["value-word","value-atword"].includes(Ra.type)}function Lt(Ra){return(Ra==null?void 0:Ra.type)==="value-colon"}function Xn$1(Ra,qa){if(!Rt$1(qa))return!1;let{groups:Ja}=qa,ed=Ja.indexOf(Ra);return ed===-1?!1:Lt(Ja[ed+1])}function Zn(Ra){return Ra.value&&["not","and","or"].includes(Ra.value.toLowerCase())}function ei(Ra){return Ra.type!=="value-func"?!1:Yl.has(Ra.value.toLowerCase())}function Se(Ra){return/\/\//u.test(Ra.split(/[\n\r]/u).pop())}function tt(Ra){return(Ra==null?void 0:Ra.type)==="value-atword"&&Ra.value.startsWith("prettier-placeholder-")}function ti$1(Ra,qa){var Ja,ed;if(((Ja=Ra.open)==null?void 0:Ja.value)!=="("||((ed=Ra.close)==null?void 0:ed.value)!==")"||Ra.groups.some(td=>td.type!=="value-comma_group"))return!1;if(qa.type==="value-comma_group"){let td=qa.groups.indexOf(Ra)-1,rd=qa.groups[td];if((rd==null?void 0:rd.type)==="value-word"&&rd.value==="with")return!0}return!1}function rt(Ra){var qa,Ja;return Ra.type==="value-paren_group"&&((qa=Ra.open)==null?void 0:qa.value)==="("&&((Ja=Ra.close)==null?void 0:Ja.value)===")"}function Gl$1(Ra,qa,Ja){var ed;let{node:td}=Ra,rd=Ra.parent,od=Ra.grandparent,sd=Ln(Ra),ld=sd&&rd.type==="value-value"&&(sd==="grid"||sd.startsWith("grid-template")),cd=Ra.findAncestor(Ad=>Ad.type==="css-atrule"),ud=cd&&Ze(cd,qa),gd=td.groups.some(Ad=>Qr$1(Ad)),_d=Ra.map(Ja,"groups"),yd=[],Ed=ke$1(Ra,"url"),Td=!1,Od=!1;for(let Ad=0;Ad<td.groups.length;++Ad){yd.push(_d[Ad]);let Nd=td.groups[Ad-1],kd=td.groups[Ad],Id=td.groups[Ad+1],Rd=td.groups[Ad+2];if(Ed){(Id&&Q$1(Id)||Q$1(kd))&&yd.push(" ");continue}if(Ee(Ra,"forward")&&kd.type==="value-word"&&kd.value&&Nd!==void 0&&Nd.type==="value-word"&&Nd.value==="as"&&Id.type==="value-operator"&&Id.value==="*"||!Id||kd.type==="value-word"&&kd.value.endsWith("-")&&tt(Id))continue;if(kd.type==="value-string"&&kd.quoted){let Ud=kd.value.lastIndexOf("#{"),Vd=kd.value.lastIndexOf("}");Ud!==-1&&Vd!==-1?Td=Ud>Vd:Ud!==-1?Td=!0:Vd!==-1&&(Td=!1)}if(Td||Lt(kd)||Lt(Id)||kd.type==="value-atword"&&(kd.value===""||kd.value.endsWith("["))||Id.type==="value-word"&&Id.value.startsWith("]")||kd.value==="~"||kd.type!=="value-string"&&kd.value&&kd.value.includes("\\")&&Id&&Id.type!=="value-comment"||Nd!=null&&Nd.value&&Nd.value.indexOf("\\")===Nd.value.length-1&&kd.type==="value-operator"&&kd.value==="/"||kd.value==="\\"||Kn(kd,Id)||It$1(kd)||Jr(kd)||qt(Id)||Jr(Id)&&ce(Id)||qt(kd)&&ce(Id)||kd.value==="--"&&It$1(Id))continue;let Md=Nt(kd),Ld=Nt(Id);if((Md&&It$1(Id)||Ld&&qt(kd))&&ce(Id)||!Nd&&Xe(kd)||ke$1(Ra,"calc")&&(Q$1(kd)||Q$1(Id)||le(kd)||le(Id))&&ce(Id))continue;let jd=(Q$1(kd)||le(kd))&&Ad===0&&(Id.type==="value-number"||Id.isHex)&&od&&ei(od)&&!ce(Id),Pd=(Rd==null?void 0:Rd.type)==="value-func"||Rd&&et(Rd)||kd.type==="value-func"||et(kd),Fd=Id.type==="value-func"||et(Id)||(Nd==null?void 0:Nd.type)==="value-func"||Nd&&et(Nd);if(qa.parser==="scss"&&Md&&kd.value==="-"&&Id.type==="value-func"&&P(kd)!==N(Id)){yd.push(" ");continue}if(!(!(At$1(Id)||At$1(kd))&&!ke$1(Ra,"calc")&&!jd&&(Xe(Id)&&!Pd||Xe(kd)&&!Fd||Q$1(Id)&&!Pd||Q$1(kd)&&!Fd||le(Id)||le(kd))&&(ce(Id)||Md&&(!Nd||Nd&&Nt(Nd))))&&!((qa.parser==="scss"||qa.parser==="less")&&Md&&kd.value==="-"&&rt(Id)&&P(kd)===N(Id.open)&&Id.open.value==="(")){if(Qr$1(kd)){if(rd.type==="value-paren_group"){yd.push(ue(E));continue}yd.push(E);continue}if(ud&&(Gn$1(Id)||jn$1(Id)||zn(Id)||Vn(kd)||Yn$1(kd))){yd.push(" ");continue}if(cd&&cd.name.toLowerCase()==="namespace"){yd.push(" ");continue}if(ld){kd.source&&Id.source&&kd.source.start.line!==Id.source.start.line?(yd.push(E),Od=!0):yd.push(" ");continue}if(Ld){yd.push(" ");continue}if((Id==null?void 0:Id.value)!=="..."&&!(tt(kd)&&tt(Id)&&P(kd)===N(Id))){if(tt(kd)&&rt(Id)&&P(kd)===N(Id.open)){yd.push(M);continue}if(kd.value==="with"&&rt(Id)){yd.push(" ");continue}(ed=kd.value)!=null&&ed.endsWith("#")&&Id.value==="{"&&rt(Id.group)||yd.push(A)}}}return gd&&yd.push(je$1),Od&&yd.unshift(E),ud?L(q(yd)):Un(Ra)?L(Ge(yd)):L(q(Ge(yd)))}var ri$1=Gl$1;function jl(Ra){return Ra.length===1?Ra:Ra.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(?=\d)/u,"$1$2").replace(/^([+-]?[\d.]+)e[+-]?0+$/u,"$1").replace(/^([+-])?\./u,"$10.").replace(/(\.\d+?)0+(?=e|$)/u,"$1").replace(/\.(?=e|$)/u,"")}var si$1=jl,Xr=new Map([["em","em"],["rem","rem"],["ex","ex"],["rex","rex"],["cap","cap"],["rcap","rcap"],["ch","ch"],["rch","rch"],["ic","ic"],["ric","ric"],["lh","lh"],["rlh","rlh"],["vw","vw"],["svw","svw"],["lvw","lvw"],["dvw","dvw"],["vh","vh"],["svh","svh"],["lvh","lvh"],["dvh","dvh"],["vi","vi"],["svi","svi"],["lvi","lvi"],["dvi","dvi"],["vb","vb"],["svb","svb"],["lvb","lvb"],["dvb","dvb"],["vmin","vmin"],["svmin","svmin"],["lvmin","lvmin"],["dvmin","dvmin"],["vmax","vmax"],["svmax","svmax"],["lvmax","lvmax"],["dvmax","dvmax"],["cm","cm"],["mm","mm"],["q","Q"],["in","in"],["pt","pt"],["pc","pc"],["px","px"],["deg","deg"],["grad","grad"],["rad","rad"],["turn","turn"],["s","s"],["ms","ms"],["hz","Hz"],["khz","kHz"],["dpi","dpi"],["dpcm","dpcm"],["dppx","dppx"],["x","x"],["cqw","cqw"],["cqh","cqh"],["cqi","cqi"],["cqb","cqb"],["cqmin","cqmin"],["cqmax","cqmax"]]);function ni$1(Ra){let qa=Ra.toLowerCase();return Xr.has(qa)?Xr.get(qa):Ra}var ii$1=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gsu,Hl=/(?:\d*\.\d+|\d+\.?)(?:e[+-]?\d+)?/giu,Kl=/[a-z]+/giu,Ql$1=/[$@]?[_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/giu,Jl$1=new RegExp(ii$1.source+`|(${Ql$1.source})?(${Hl.source})(${Kl.source})?`,"giu");function W(Ra,qa){return _$1(!1,Ra,ii$1,Ja=>St(Ja,qa))}function oi(Ra,qa){let Ja=qa.singleQuote?"'":'"';return Ra.includes('"')||Ra.includes("'")?Ra:Ja+Ra+Ja}function fe(Ra){return _$1(!1,Ra,Jl$1,(qa,Ja,ed,td,rd)=>!ed&&td?Zr$1(td)+te(rd||""):qa)}function Zr$1(Ra){return si$1(Ra).replace(/\.0(?=$|e)/u,"")}function ai$1(Ra){return Ra.trailingComma==="es5"||Ra.trailingComma==="all"}function Xl$1(Ra,qa,Ja){let ed=!!(Ja!=null&&Ja.backwards);if(qa===!1)return!1;let td=Ra.charAt(qa);if(ed){if(Ra.charAt(qa-1)==="\r"&&td===`
`)return qa-2;if(td===`
`||td==="\r"||td==="\u2028"||td==="\u2029")return qa-1}else{if(td==="\r"&&Ra.charAt(qa+1)===`
`)return qa+2;if(td===`
`||td==="\r"||td==="\u2028"||td==="\u2029")return qa+1}return qa}var Dt$1=Xl$1;function Zl(Ra,qa,Ja={}){let ed=Ot$1(Ra,Ja.backwards?qa-1:qa,Ja),td=Dt$1(Ra,ed,Ja);return ed!==td}var Mt=Zl;function ec$1(Ra,qa){if(qa===!1)return!1;if(Ra.charAt(qa)==="/"&&Ra.charAt(qa+1)==="*"){for(let Ja=qa+2;Ja<Ra.length;++Ja)if(Ra.charAt(Ja)==="*"&&Ra.charAt(Ja+1)==="/")return Ja+2}return qa}var ui=ec$1;function tc(Ra,qa){return qa===!1?!1:Ra.charAt(qa)==="/"&&Ra.charAt(qa+1)==="/"?Ct(Ra,qa):qa}var li$1=tc;function rc(Ra,qa){let Ja=null,ed=qa;for(;ed!==Ja;)Ja=ed,ed=yn(Ra,ed),ed=ui(Ra,ed),ed=Ot$1(Ra,ed);return ed=li$1(Ra,ed),ed=Dt$1(Ra,ed),ed!==!1&&Mt(Ra,ed)}var Bt$1=rc;function sc({node:Ra,parent:qa},Ja){return!!(Ra.source&&Ja.originalText.slice(N(Ra),N(qa.close)).trimEnd().endsWith(","))}function nc$1(Ra,qa){return $n$1(Ra.grandparent)&&sc(Ra,qa)?",":Ra.node.type!=="value-comment"&&!(Ra.node.type==="value-comma_group"&&Ra.node.groups.every(Ja=>Ja.type==="value-comment"))&&ai$1(qa)&&Ra.callParent(()=>Kr(Ra,qa))?kt(","):""}function ci(Ra,qa,Ja){let{node:ed,parent:td}=Ra,rd=Ra.map(({node:yd})=>typeof yd=="string"?yd:Ja(),"groups");if(td&&Fn(td)&&(ed.groups.length===1||ed.groups.length>0&&ed.groups[0].type==="value-comma_group"&&ed.groups[0].groups.length>0&&ed.groups[0].groups[0].type==="value-word"&&ed.groups[0].groups[0].value.startsWith("data:")))return[ed.open?Ja("open"):"",V(",",rd),ed.close?Ja("close"):""];if(!ed.open){let yd=es(Ra),Ed=V([",",yd?E:A],rd);return q(yd?[E,Ed]:L(Ge(Ed)))}let od=Ra.map(({node:yd,isLast:Ed,index:Td})=>{var Od;let Ad=rd[Td];if(Rt$1(yd)&&yd.type==="value-comma_group"&&yd.groups&&yd.groups[0].type!=="value-paren_group"&&((Od=yd.groups[2])==null?void 0:Od.type)==="value-paren_group"){let{parts:kd}=Ad.contents.contents;kd[1]=L(kd[1]),Ad=L(ue(Ad))}let Nd=[Ad,Ed?nc$1(Ra,qa):","];if(!Ed&&yd.type==="value-comma_group"&&ee(yd.groups)){let kd=G(!1,yd.groups,-1);!kd.source&&kd.close&&(kd=kd.close),kd.source&&Bt$1(qa.originalText,P(kd))&&Nd.push(E)}return Nd},"groups"),sd=Xn$1(ed,td),ld=ti$1(ed,td),cd=Kr(Ra,qa),ud=ld||cd&&!sd,gd=ld||sd,_d=L([ed.open?Ja("open"):"",q([M,V(A,od)]),M,ed.close?Ja("close"):""],{shouldBreak:ud});return gd?ue(_d):_d}function es(Ra){return Ra.match(qa=>qa.type==="value-paren_group"&&!qa.open&&qa.groups.some(Ja=>Ja.type==="value-comma_group"),(qa,Ja)=>Ja==="group"&&qa.type==="value-value",(qa,Ja)=>Ja==="group"&&qa.type==="value-root",(qa,Ja)=>Ja==="value"&&(qa.type==="css-decl"&&!qa.prop.startsWith("--")||qa.type==="css-atrule"&&qa.variable))}function ic(Ra,qa,Ja){let ed=[];return Ra.each(()=>{let{node:td,previous:rd}=Ra;if((rd==null?void 0:rd.type)==="css-comment"&&rd.text.trim()==="prettier-ignore"?ed.push(qa.originalText.slice(N(td),P(td))):ed.push(Ja()),Ra.isLast)return;let{next:od}=Ra;od.type==="css-comment"&&!Mt(qa.originalText,N(od),{backwards:!0})&&!_e(td)||od.type==="css-atrule"&&od.name==="else"&&td.type!=="css-comment"?ed.push(" "):(ed.push(qa.__isHTMLStyleAttribute?A:E),Bt$1(qa.originalText,P(td))&&!_e(td)&&ed.push(E))},"nodes"),ed}var Te=ic;function oc$1(Ra,qa,Ja){var ed,td,rd,od,sd,ld;let{node:cd}=Ra;switch(cd.type){case"front-matter":return[cd.raw,E];case"css-root":{let ud=Te(Ra,qa,Ja),gd=cd.raws.after.trim();return gd.startsWith(";")&&(gd=gd.slice(1).trim()),[cd.frontMatter?[Ja("frontMatter"),E]:"",ud,gd?` ${gd}`:"",cd.nodes.length>0?E:""]}case"css-comment":{let ud=cd.inline||cd.raws.inline,gd=qa.originalText.slice(N(cd),P(cd));return ud?gd.trimEnd():gd}case"css-rule":return[Ja("selector"),cd.important?" !important":"",cd.nodes?[((ed=cd.selector)==null?void 0:ed.type)==="selector-unknown"&&Se(cd.selector.value)?A:cd.selector?" ":"","{",cd.nodes.length>0?q([E,Te(Ra,qa,Ja)]):"",E,"}",Wn(cd)?";":""]:";"];case"css-decl":{let ud=Ra.parent,{between:gd}=cd.raws,_d=gd.trim(),yd=_d===":",Ed=typeof cd.value=="string"&&/^ *$/u.test(cd.value),Td=typeof cd.value=="string"?cd.value:Ja("value");return Td=Qn$1(cd)?rn(Td):Td,!yd&&Se(_d)&&!((rd=(td=cd.value)==null?void 0:td.group)!=null&&rd.group&&Ra.call(()=>es(Ra),"value","group","group"))&&(Td=q([E,ue(Td)])),[_$1(!1,cd.raws.before,/[\s;]/gu,""),ud.type==="css-atrule"&&ud.variable||Bn$1(Ra)?cd.prop:te(cd.prop),_d.startsWith("//")?" ":"",_d,cd.extend||Ed?"":" ",qa.parser==="less"&&cd.extend&&cd.selector?["extend(",Ja("selector"),")"]:"",Td,cd.raws.important?cd.raws.important.replace(/\s*!\s*important/iu," !important"):cd.important?" !important":"",cd.raws.scssDefault?cd.raws.scssDefault.replace(/\s*!default/iu," !default"):cd.scssDefault?" !default":"",cd.raws.scssGlobal?cd.raws.scssGlobal.replace(/\s*!global/iu," !global"):cd.scssGlobal?" !global":"",cd.nodes?[" {",q([M,Te(Ra,qa,Ja)]),M,"}"]:Hn(cd)&&!ud.raws.semicolon&&qa.originalText[P(cd)-1]!==";"?"":qa.__isHTMLStyleAttribute&&Ra.isLast?kt(";"):";"]}case"css-atrule":{let ud=Ra.parent,gd=Pt(cd)&&!ud.raws.semicolon&&qa.originalText[P(cd)-1]!==";";if(qa.parser==="less"){if(cd.mixin)return[Ja("selector"),cd.important?" !important":"",gd?"":";"];if(cd.function)return[cd.name,typeof cd.params=="string"?cd.params:Ja("params"),gd?"":";"];if(cd.variable)return["@",cd.name,": ",cd.value?Ja("value"):"",cd.raws.between.trim()?cd.raws.between.trim()+" ":"",cd.nodes?["{",q([cd.nodes.length>0?M:"",Te(Ra,qa,Ja)]),M,"}"]:"",gd?"":";"]}let _d=cd.name==="import"&&((od=cd.params)==null?void 0:od.type)==="value-unknown"&&cd.params.value.endsWith(";");return["@",Hr(cd)||cd.name.endsWith(":")||Pt(cd)?cd.name:te(cd.name),cd.params?[Hr(cd)?"":Pt(cd)?cd.raws.afterName===""?"":cd.name.endsWith(":")?" ":/^\s*\n\s*\n/u.test(cd.raws.afterName)?[E,E]:/^\s*\n/u.test(cd.raws.afterName)?E:" ":" ",typeof cd.params=="string"?cd.params:Ja("params")]:"",cd.selector?q([" ",Ja("selector")]):"",cd.value?L([" ",Ja("value"),Ze(cd,qa)?Jn$1(cd)?" ":A:""]):cd.name==="else"?" ":"",cd.nodes?[Ze(cd,qa)?"":cd.selector&&!cd.selector.nodes&&typeof cd.selector.value=="string"&&Se(cd.selector.value)||!cd.selector&&typeof cd.params=="string"&&Se(cd.params)?A:" ","{",q([cd.nodes.length>0?M:"",Te(Ra,qa,Ja)]),M,"}"]:gd||_d?"":";"]}case"media-query-list":{let ud=[];return Ra.each(({node:gd})=>{gd.type==="media-query"&&gd.value===""||ud.push(Ja())},"nodes"),L(q(V(A,ud)))}case"media-query":return[V(" ",Ra.map(Ja,"nodes")),Ra.isLast?"":","];case"media-type":return fe(W(cd.value,qa));case"media-feature-expression":return cd.nodes?["(",...Ra.map(Ja,"nodes"),")"]:cd.value;case"media-feature":return te(W(_$1(!1,cd.value,/ +/gu," "),qa));case"media-colon":return[cd.value," "];case"media-value":return fe(W(cd.value,qa));case"media-keyword":return W(cd.value,qa);case"media-url":return W(_$1(!1,_$1(!1,cd.value,/^url\(\s+/giu,"url("),/\s+\)$/gu,")"),qa);case"media-unknown":return cd.value;case"selector-root":return L([Ee(Ra,"custom-selector")?[Ra.findAncestor(ud=>ud.type==="css-atrule").customSelector,A]:"",V([",",Ee(Ra,["extend","custom-selector","nest"])?A:E],Ra.map(Ja,"nodes"))]);case"selector-selector":return L(q(Ra.map(Ja,"nodes")));case"selector-comment":return cd.value;case"selector-string":return W(cd.value,qa);case"selector-tag":return[cd.namespace?[cd.namespace===!0?"":cd.namespace.trim(),"|"]:"",((sd=Ra.previous)==null?void 0:sd.type)==="selector-nesting"?cd.value:fe(Mn(Ra,cd.value)?cd.value.toLowerCase():cd.value)];case"selector-id":return["#",cd.value];case"selector-class":return[".",fe(W(cd.value,qa))];case"selector-attribute":return["[",cd.namespace?[cd.namespace===!0?"":cd.namespace.trim(),"|"]:"",cd.attribute.trim(),cd.operator??"",cd.value?oi(W(cd.value.trim(),qa),qa):"",cd.insensitive?" i":"","]"];case"selector-combinator":{if(cd.value==="+"||cd.value===">"||cd.value==="~"||cd.value===">>>"){let _d=Ra.parent;return[_d.type==="selector-selector"&&_d.nodes[0]===cd?"":A,cd.value,Ra.isLast?"":" "]}let ud=cd.value.trim().startsWith("(")?A:"",gd=fe(W(cd.value.trim(),qa))||A;return[ud,gd]}case"selector-universal":return[cd.namespace?[cd.namespace===!0?"":cd.namespace.trim(),"|"]:"",cd.value];case"selector-pseudo":return[te(cd.value),ee(cd.nodes)?L(["(",q([M,V([",",A],Ra.map(Ja,"nodes"))]),M,")"]):""];case"selector-nesting":return cd.value;case"selector-unknown":{let ud=Ra.findAncestor(yd=>yd.type==="css-rule");if(ud!=null&&ud.isSCSSNesterProperty)return fe(W(te(cd.value),qa));let gd=Ra.parent;if((ld=gd.raws)!=null&&ld.selector){let yd=N(gd),Ed=yd+gd.raws.selector.length;return qa.originalText.slice(yd,Ed).trim()}let _d=Ra.grandparent;if(gd.type==="value-paren_group"&&(_d==null?void 0:_d.type)==="value-func"&&_d.value==="selector"){let yd=P(gd.open)+1,Ed=N(gd.close),Td=qa.originalText.slice(yd,Ed).trim();return Se(Td)?[je$1,Td]:Td}return cd.value}case"value-value":case"value-root":return Ja("group");case"value-comment":return qa.originalText.slice(N(cd),P(cd));case"value-comma_group":return ri$1(Ra,qa,Ja);case"value-paren_group":return ci(Ra,qa,Ja);case"value-func":return[cd.value,Ee(Ra,"supports")&&Zn(cd)?" ":"",Ja("group")];case"value-paren":return cd.value;case"value-number":return[Zr$1(cd.value),ni$1(cd.unit)];case"value-operator":return cd.value;case"value-word":return cd.isColor&&cd.isHex||Dn$1(cd.value)?cd.value.toLowerCase():cd.value;case"value-colon":{let{previous:ud}=Ra;return[cd.value,typeof(ud==null?void 0:ud.value)=="string"&&ud.value.endsWith("\\")||ke$1(Ra,"url")?"":A]}case"value-string":return St(cd.raws.quote+cd.value+cd.raws.quote,qa);case"value-atword":return["@",cd.value];case"value-unicode-range":return cd.value;case"value-unknown":return cd.value;case"value-comma":default:throw new an(cd,"PostCSS")}}var ac={print:oc$1,embed:pn,insertPragma:qn$1,massageAstNode:ln,getVisitorKeys:mn},fi=ac,pi$1=[{linguistLanguageId:50,name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css",".wxss"],parsers:["css"],vscodeLanguageIds:["css"]},{linguistLanguageId:262764437,name:"PostCSS",type:"markup",color:"#dc3a0c",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",parsers:["css"],vscodeLanguageIds:["postcss"]},{linguistLanguageId:198,name:"Less",type:"markup",color:"#1d365d",aliases:["less-css"],extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",parsers:["less"],vscodeLanguageIds:["less"]},{linguistLanguageId:329,name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],parsers:["scss"],vscodeLanguageIds:["scss"]}],hi={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},uc={singleQuote:hi.singleQuote},di=uc,Ks={};Xs(Ks,{css:()=>by,less:()=>_y,scss:()=>ky});var el=ye(pt()),tl=ye(bo()),rl=ye(ta());function Hf(Ra,qa){let Ja=new SyntaxError(Ra+" ("+qa.loc.start.line+":"+qa.loc.start.column+")");return Object.assign(Ja,qa)}var ra=Hf,la=ye(ua$1());function J(Ra,qa,Ja){if(Ra&&typeof Ra=="object"){delete Ra.parent;for(let ed in Ra)J(Ra[ed],qa,Ja),ed==="type"&&typeof Ra[ed]=="string"&&!Ra[ed].startsWith(qa)&&(!Ja||!Ja.test(Ra[ed]))&&(Ra[ed]=qa+Ra[ed])}return Ra}function Is(Ra){if(Ra&&typeof Ra=="object"){delete Ra.parent;for(let qa in Ra)Is(Ra[qa]);!Array.isArray(Ra)&&Ra.value&&!Ra.type&&(Ra.type="unknown")}return Ra}var op=la.default.default;function ap(Ra){let qa;try{qa=op(Ra)}catch{return{type:"selector-unknown",value:Ra}}return J(Is(qa),"media-")}var ca=ap,nu$1=ye(su$1());function bm(Ra){if(/\/\/|\/\*/u.test(Ra))return{type:"selector-unknown",value:Ra.trim()};let qa;try{new nu$1.default(Ja=>{qa=Ja}).process(Ra)}catch{return{type:"selector-unknown",value:Ra}}return J(qa,"selector-")}var Z=bm,Qu=ye(Vu()),ly=Ra=>{for(;Ra.parent;)Ra=Ra.parent;return Ra},Mr=ly;function cy(Ra){return Mr(Ra).text.slice(Ra.group.open.sourceIndex+1,Ra.group.close.sourceIndex).trim()}var Gu=cy;function fy(Ra){if(ee(Ra)){for(let qa=Ra.length-1;qa>0;qa--)if(Ra[qa].type==="word"&&Ra[qa].value==="{"&&Ra[qa-1].type==="word"&&Ra[qa-1].value.endsWith("#"))return!0}return!1}var ju=fy;function py(Ra){return Ra.some(qa=>qa.type==="string"||qa.type==="func"&&!qa.value.endsWith("\\"))}var Hu=py;function hy(Ra,qa){return!!(qa.parser==="scss"&&(Ra==null?void 0:Ra.type)==="word"&&Ra.value.startsWith("$"))}var Ku=hy;function dy(Ra,qa){var Ja;let{nodes:ed}=Ra,td={open:null,close:null,groups:[],type:"paren_group"},rd=[td],od=td,sd={groups:[],type:"comma_group"},ld=[sd];for(let cd=0;cd<ed.length;++cd){let ud=ed[cd];if(qa.parser==="scss"&&ud.type==="number"&&ud.unit===".."&&ud.value.endsWith(".")&&(ud.value=ud.value.slice(0,-1),ud.unit="..."),ud.type==="func"&&ud.value==="selector"&&(ud.group.groups=[Z(Mr(Ra).text.slice(ud.group.open.sourceIndex+1,ud.group.close.sourceIndex))]),ud.type==="func"&&ud.value==="url"){let gd=((Ja=ud.group)==null?void 0:Ja.groups)??[],_d=[];for(let yd=0;yd<gd.length;yd++){let Ed=gd[yd];Ed.type==="comma_group"?_d=[..._d,...Ed.groups]:_d.push(Ed)}(ju(_d)||!Hu(_d)&&!Ku(_d[0],qa))&&(ud.group.groups=[Gu(ud)])}if(ud.type==="paren"&&ud.value==="(")td={open:ud,close:null,groups:[],type:"paren_group"},rd.push(td),sd={groups:[],type:"comma_group"},ld.push(sd);else if(ud.type==="paren"&&ud.value===")"){if(sd.groups.length>0&&td.groups.push(sd),td.close=ud,ld.length===1)throw new Error("Unbalanced parenthesis");ld.pop(),sd=G(!1,ld,-1),sd.groups.push(td),rd.pop(),td=G(!1,rd,-1)}else ud.type==="comma"?(td.groups.push(sd),sd={groups:[],type:"comma_group"},ld[ld.length-1]=sd):sd.groups.push(ud)}return sd.groups.length>0&&td.groups.push(sd),od}function Br(Ra){return Ra.type==="paren_group"&&!Ra.open&&!Ra.close&&Ra.groups.length===1||Ra.type==="comma_group"&&Ra.groups.length===1?Br(Ra.groups[0]):Ra.type==="paren_group"||Ra.type==="comma_group"?{...Ra,groups:Ra.groups.map(Br)}:Ra}function Ju$1(Ra,qa){if(Ra&&typeof Ra=="object")for(let Ja in Ra)Ja!=="parent"&&(Ju$1(Ra[Ja],qa),Ja==="nodes"&&(Ra.group=Br(dy(Ra,qa)),delete Ra[Ja]));return Ra}function my(Ra,qa){if(qa.parser==="less"&&Ra.startsWith("~`"))return{type:"value-unknown",value:Ra};let Ja=null;try{Ja=new Qu.default(Ra,{loose:!0}).parse()}catch{return{type:"value-unknown",value:Ra}}Ja.text=Ra;let ed=Ju$1(Ja,qa);return J(ed,"value-",/^selector-/u)}var ie=my,yy=new Set(["import","use","forward"]);function wy(Ra){return yy.has(Ra)}var Xu$1=wy;function gy(Ra,qa){return qa.parser!=="scss"||!Ra.selector?!1:Ra.selector.replace(/\/\*.*?\*\//u,"").replace(/\/\/.*\n/u,"").trim().endsWith(":")}var Zu$1=gy,vy=/(\s*)(!default).*$/u,xy=/(\s*)(!global).*$/u;function sl(Ra,qa){var Ja,ed;if(Ra&&typeof Ra=="object"){delete Ra.parent;for(let sd in Ra)sl(Ra[sd],qa);if(!Ra.type)return Ra;if(Ra.raws??(Ra.raws={}),Ra.type==="css-decl"&&typeof Ra.prop=="string"&&Ra.prop.startsWith("--")&&typeof Ra.value=="string"&&Ra.value.startsWith("{")){let sd;if(Ra.value.trimEnd().endsWith("}")){let ld=qa.originalText.slice(0,Ra.source.start.offset),cd="a".repeat(Ra.prop.length)+qa.originalText.slice(Ra.source.start.offset+Ra.prop.length,Ra.source.end.offset),ud=_$1(!1,ld,/[^\n]/gu," ")+cd,gd;qa.parser==="scss"?gd=ol:qa.parser==="less"?gd=il:gd=nl;let _d;try{_d=gd(ud,{...qa})}catch{}((Ja=_d==null?void 0:_d.nodes)==null?void 0:Ja.length)===1&&_d.nodes[0].type==="css-rule"&&(sd=_d.nodes[0].nodes)}return sd?Ra.value={type:"css-rule",nodes:sd}:Ra.value={type:"value-unknown",value:Ra.raws.value.raw},Ra}let td="";typeof Ra.selector=="string"&&(td=Ra.raws.selector?Ra.raws.selector.scss??Ra.raws.selector.raw:Ra.selector,Ra.raws.between&&Ra.raws.between.trim().length>0&&(td+=Ra.raws.between),Ra.raws.selector=td);let rd="";typeof Ra.value=="string"&&(rd=Ra.raws.value?Ra.raws.value.scss??Ra.raws.value.raw:Ra.value,rd=rd.trim(),Ra.raws.value=rd);let od="";if(typeof Ra.params=="string"&&(od=Ra.raws.params?Ra.raws.params.scss??Ra.raws.params.raw:Ra.params,Ra.raws.afterName&&Ra.raws.afterName.trim().length>0&&(od=Ra.raws.afterName+od),Ra.raws.between&&Ra.raws.between.trim().length>0&&(od=od+Ra.raws.between),od=od.trim(),Ra.raws.params=od),td.trim().length>0)return td.startsWith("@")&&td.endsWith(":")?Ra:Ra.mixin?(Ra.selector=ie(td,qa),Ra):(Zu$1(Ra,qa)&&(Ra.isSCSSNesterProperty=!0),Ra.selector=Z(td),Ra);if(rd.length>0){let sd=rd.match(vy);sd&&(rd=rd.slice(0,sd.index),Ra.scssDefault=!0,sd[0].trim()!=="!default"&&(Ra.raws.scssDefault=sd[0]));let ld=rd.match(xy);if(ld&&(rd=rd.slice(0,ld.index),Ra.scssGlobal=!0,ld[0].trim()!=="!global"&&(Ra.raws.scssGlobal=ld[0])),rd.startsWith("progid:"))return{type:"value-unknown",value:rd};Ra.value=ie(rd,qa)}if(qa.parser==="less"&&Ra.type==="css-decl"&&rd.startsWith("extend(")&&(Ra.extend||(Ra.extend=Ra.raws.between===":"),Ra.extend&&!Ra.selector&&(delete Ra.value,Ra.selector=Z(rd.slice(7,-1)))),Ra.type==="css-atrule"){if(qa.parser==="less"){if(Ra.mixin){let sd=Ra.raws.identifier+Ra.name+Ra.raws.afterName+Ra.raws.params;return Ra.selector=Z(sd),delete Ra.params,Ra}if(Ra.function)return Ra}if(qa.parser==="css"&&Ra.name==="custom-selector"){let sd=Ra.params.match(/:--\S+\s+/u)[0].trim();return Ra.customSelector=sd,Ra.selector=Z(Ra.params.slice(sd.length).trim()),delete Ra.params,Ra}if(qa.parser==="less"){if(Ra.name.includes(":")&&!Ra.params){Ra.variable=!0;let sd=Ra.name.split(":");Ra.name=sd[0],Ra.value=ie(sd.slice(1).join(":"),qa)}if(!["page","nest","keyframes"].includes(Ra.name)&&((ed=Ra.params)==null?void 0:ed[0])===":"){Ra.variable=!0;let sd=Ra.params.slice(1);sd&&(Ra.value=ie(sd,qa)),Ra.raws.afterName+=":"}if(Ra.variable)return delete Ra.params,Ra.value||delete Ra.value,Ra}}if(Ra.type==="css-atrule"&&od.length>0){let{name:sd}=Ra,ld=Ra.name.toLowerCase();return sd==="warn"||sd==="error"?(Ra.params={type:"media-unknown",value:od},Ra):sd==="extend"||sd==="nest"?(Ra.selector=Z(od),delete Ra.params,Ra):sd==="at-root"?(/^\(\s*(?:without|with)\s*:.+\)$/su.test(od)?Ra.params=ie(od,qa):(Ra.selector=Z(od),delete Ra.params),Ra):Xu$1(ld)?(Ra.import=!0,delete Ra.filename,Ra.params=ie(od,qa),Ra):["namespace","supports","if","else","for","each","while","debug","mixin","include","function","return","define-mixin","add-mixin"].includes(sd)?(od=od.replace(/(\$\S+?)(\s+)?\.{3}/u,"$1...$2"),od=od.replace(/^(?!if)(\S+)(\s+)\(/u,"$1($2"),Ra.value=ie(od,qa),delete Ra.params,Ra):["media","custom-media"].includes(ld)?od.includes("#{")?{type:"media-unknown",value:od}:(Ra.params=ca(od),Ra):(Ra.params=od,Ra)}}return Ra}function js(Ra,qa,Ja){let ed=Je(qa),{frontMatter:td}=ed;qa=ed.content;let rd;try{rd=Ra(qa,{map:!1})}catch(od){let{name:sd,reason:ld,line:cd,column:ud}=od;throw typeof cd!="number"?od:ra(`${sd}: ${ld}`,{loc:{start:{line:cd,column:ud}},cause:od})}return Ja.originalText=qa,rd=sl(J(rd,"css-"),Ja),Gr(rd,qa),td&&(td.source={startOffset:0,endOffset:td.raw.length},rd.frontMatter=td),rd}function nl(Ra,qa={}){return js(el.default.default,Ra,qa)}function il(Ra,qa={}){return js(Ja=>tl.default.parse(vn(Ja)),Ra,qa)}function ol(Ra,qa={}){return js(rl.default,Ra,qa)}var Hs={astFormat:"postcss",hasPragma:In,locStart:N,locEnd:P},by={...Hs,parse:nl},_y={...Hs,parse:il},ky={...Hs,parse:ol},Ey={postcss:fi},Ob=Qs;const prettierPluginCss=Object.freeze(Object.defineProperty({__proto__:null,default:Ob,languages:pi$1,options:di,parsers:Ks,printers:Ey},Symbol.toStringTag,{value:"Module"}));function addPrefix(Ra){return`${prefix}__${Ra}`}function customizeTheme(Ra,qa){const Ja=JSON.parse(JSON.stringify(Ra)),{fontSize:ed,color:td}=qa;if(ed)for(let rd=1;rd<=4;rd++){const od=Ja.block[`h${rd}`]["font-size"];Ja.block[`h${rd}`]["font-size"]=`${ed*Number.parseFloat(od)}px`}return td&&(Ja.base["--md-primary-color"]=td),Ja}function customCssWithTemplate(Ra,qa,Ja){const ed=customizeTheme(Ja,{color:qa}),td=(sd,ld,cd)=>{cd.forEach(ud=>{ld[ud]&&(sd[ud]=Object.assign(sd[ud]||{},ld[ud]))})},rd=["h1","h2","h3","h4","code","p","hr","blockquote","blockquote_p","image","ul","ol"],od=["strong","codespan","link","wx_link","listitem"];return td(ed.block,Ra,rd),td(ed.inline,Ra,od),ed}function css2json(Ra){Ra=Ra.replace(/\/\*[\s\S]*?\*\//g,"");const qa={},Ja=ed=>ed.reduce((td,rd)=>{const[od,sd]=rd.split(":").map(ld=>ld.trim());return od&&(td[od]=sd),td},{});for(;Ra.includes("{")&&Ra.includes("}");){const ed=Ra.indexOf("{"),td=Ra.indexOf("}"),rd=Ra.substring(ed+1,td).split(";").map(ld=>ld.trim()).filter(Boolean),od=Ra.substring(0,ed).split(",").map(ld=>ld.trim()),sd=Ja(rd);od.forEach(ld=>{qa[ld]={...qa[ld]||{},...sd}}),Ra=Ra.slice(td+1).trim()}return qa}async function formatDoc(Ra,qa="markdown"){const Ja={markdown:[prettierPluginMarkdown,prettierPluginBabel,prettierPluginEstree],css:[prettierPluginCss]},ed=qa in Ja?qa:"markdown";return await gu$1(Ra,{parser:ed,plugins:Ja[ed]})}function downloadMD(Ra){const qa=document.createElement("a");qa.download="content.md",qa.style.display="none";const Ja=new Blob([Ra]);qa.href=URL.createObjectURL(Ja),document.body.appendChild(qa),qa.click(),document.body.removeChild(qa)}function exportHTML(){const Ra=document.querySelector("#output");td(Ra);const qa=Ra.innerHTML,Ja=document.createElement("a");Ja.download="content.html",Ja.style.display="none";const ed=new Blob([`<html><head><meta charset="utf-8" /></head><body><div style="width: 750px; margin: auto;">${qa}</div></body></html>`]);Ja.href=URL.createObjectURL(ed),document.body.appendChild(Ja),Ja.click(),document.body.removeChild(Ja);function td(rd){function od(ud,gd=["width","height"]){const _d=getComputedStyle(ud,null);return Object.entries(_d).filter(([yd])=>_d.getPropertyValue(yd)&&!gd.includes(yd)).map(([yd,Ed])=>`${yd}:${Ed};`).join("")}switch(!0){case sd(rd):case ld(rd):case cd(rd):rd.setAttribute("style",od(rd))}rd.children.length&&Array.from(rd.children).forEach(ud=>td(ud));function sd(ud){return ud.tagName==="PRE"&&Array.from(ud.classList).includes("code__pre")}function ld(ud){return ud.tagName==="CODE"}function cd(ud){return ud.tagName==="SPAN"&&(ld(ud.parentElement)||ld(ud.parentElement.parentElement))}}}function createTable({data:Ra,rows:qa,cols:Ja}){let ed="";for(let td=0;td<qa+2;++td){ed+="| ";const rd=[];for(let od=0;od<Ja;++od){const sd=td>1?td-1:td;rd.push(td===1?"---":Ra[`k_${sd}_${od}`]||" ")}ed+=rd.join(" | "),ed+=` |
`}return ed}function toBase64(Ra){return new Promise((qa,Ja)=>{const ed=new FileReader;ed.readAsDataURL(Ra),ed.onload=()=>qa(ed.result.split(",").pop()),ed.onerror=td=>Ja(td)})}function checkImage(Ra){if(!/\.(?:gif|jpe?g|png)$/i.test(Ra.name))return{ok:!1,msg:"请上传 JPG/PNG/GIF 格式的图片"};const Ja=10;return Ra.size>Ja*1024*1024?{ok:!1,msg:`由于公众号限制,图片大小不能超过 ${Ja}M`}:{ok:!0}}function removeLeft(Ra){const qa=Ra.split(`
`),Ja=qa.filter(ed=>ed.trim()).map(ed=>ed.match(/(^\s+)?/)[0].length).sort((ed,td)=>ed-td)[0];return qa.map(ed=>ed.slice(Ja)).join(`
`)}function solveWeChatImage(){const qa=document.getElementById("output").getElementsByTagName("img");for(let Ja=0;Ja<qa.length;Ja++){const ed=qa[Ja],td=ed.getAttribute("width"),rd=ed.getAttribute("height");ed.removeAttribute("width"),ed.removeAttribute("height"),ed.style.width=td,ed.style.height=rd}}function mergeCss(Ra){return juice(Ra,{inlinePseudoElements:!0,preserveImportant:!0})}const useStore=defineStore("store",()=>{const Ra=useDark(),qa=useToggle(Ra),Ja=useStorage("isMacCodeBlock",!0),ed=useToggle(Ja),td=useStorage("isEditOnLeft",!0),rd=useToggle(td),od=useStorage("isCiteStatus",!1),sd=useToggle(od),ld=ref$1(""),cd=useStorage(addPrefix("theme"),themeOptions[0].value),ud=useStorage("fonts",fontFamilyOptions[0].value),gd=useStorage("size",fontSizeOptions[2].value),_d=useStorage("color",colorOptions[0].value),yd=useStorage("codeBlockTheme",codeBlockThemeOptions[2].value),Ed=useStorage("legend",legendOptions[3].value),Td=gd.value.replace("px",""),Od=new WxRenderer({theme:customizeTheme(themeMap[cd.value],{fontSize:Td,color:_d.value}),fonts:ud.value,size:gd.value}),Ad=ref$1(null),Nd=useStorage("__editor_content",DEFAULT_CONTENT),kd=()=>{formatDoc(Ad.value.getValue()).then(wf=>{Nd.value=wf,Ad.value.setValue(wf)})},Id=()=>{const wf=yd.value,Of=document.querySelector("#hljs");if(Of)Of.setAttribute("href",wf);else{const $f=document.createElement("link");$f.setAttribute("type","text/css"),$f.setAttribute("rel","stylesheet"),$f.setAttribute("href",wf),$f.setAttribute("id","hljs"),document.head.appendChild($f)}},Rd=()=>{Id();const wf=Od;wf.reset(),wf.setOptions({status:od.value,legend:Ed.value}),marked$1.setOptions({renderer:wf});let Of=marked$1.parse(Ad.value.getValue(0));Of=Of.replace(/(style=".*?)"/,'$1;margin-top: 0"'),od.value&&(Of+=Od.buildFootnotes(),Of+=Od.buildAddition()),Ja.value&&(Of+=`
<style>
.hljs.code__pre::before {
position: initial;
padding: initial;
content: '';
display: block;
height: 25px;
background-color: transparent;
background-image: url("https://doocs.oss-cn-shenzhen.aliyuncs.com/img/123.svg");
background-position: 14px 10px!important;
background-repeat: no-repeat;
background-size: 40px!important;
}
.hljs.code__pre {
padding: 0!important;
}
.hljs.code__pre code {
display: -webkit-box;
padding: 0.5em 1em 1em;
overflow-x: auto;
text-indent: 0;
}
</style>
`),ld.value=Of},Md=ref$1(null),Ld=wf=>{Md.value.setValue(wf)},jd=useStorage("__css_content",DEFAULT_CSS_CONTENT),Pd=useStorage(addPrefix("css_content_config"),{active:"方案1",tabs:[{title:"方案1",name:"方案1",content:jd.value||DEFAULT_CSS_CONTENT}]});onMounted(()=>{jd.value=""});const Fd=()=>Pd.value.tabs.find(wf=>wf.name===Pd.value.active),Ud=wf=>{Pd.value.active=wf;const Of=Pd.value.tabs.find($f=>$f.name===wf).content;Ld(Of)},Vd=wf=>{const Of=Fd();Of.title=wf,Of.name=wf,Pd.value.active=wf},qd=wf=>{Pd.value.tabs.push({name:wf,title:wf,content:DEFAULT_CSS_CONTENT}),Pd.value.active=wf,Ld(DEFAULT_CSS_CONTENT)},Wd=wf=>Pd.value.tabs.every(({name:Of})=>Of!==wf),zd=()=>{const wf=css2json(Md.value.getValue()),Of=customCssWithTemplate(wf,_d.value,customizeTheme(themeMap[cd.value],{fontSize:Td,color:_d.value}));Od.setOptions({theme:Of}),Rd()};onMounted(()=>{const wf=document.querySelector("#cssEditor");wf.value=Fd().content,Md.value=markRaw(CodeMirror.fromTextArea(wf,{mode:"css",theme:"style-mirror",lineNumbers:!1,lineWrapping:!0,matchBrackets:!0,autofocus:!0,extraKeys:{[`${shiftKey}-${altKey}-F`]:function($f){formatDoc($f.getValue(),"css").then(Wf=>{Fd().content=Wf,$f.setValue(Wf)})}}})),Md.value.on("keyup",(Of,$f)=>{($f.keyCode>=65&&$f.keyCode<=90||$f.keyCode===189)&&Of.showHint($f)}),Md.value.on("update",()=>{zd(),Fd().content=Md.value.getValue()})});const Kd=()=>{od.value=!1,Ja.value=!0,cd.value=themeOptions[0].value,ud.value=fontFamilyOptions[0].value,ud.value=fontFamilyOptions[0].value,gd.value=fontSizeOptions[2].value,_d.value=colorOptions[0].value,yd.value=codeBlockThemeOptions[2].value,Ed.value=legendOptions[3].value,Pd.value={active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:jd.value||DEFAULT_CSS_CONTENT}]},Md.value.setValue(DEFAULT_CSS_CONTENT),zd(),Rd()},Qd=wf=>(...Of)=>{wf(...Of),Rd()},hf=(wf,Of)=>{const $f=themeMap[cd.value],Wf=wf.replace("px","");return customizeTheme($f,{fontSize:Wf,color:Of})},gf=Qd(wf=>{Od.setOptions({theme:customizeTheme(themeMap[wf],{fontSize:Td,color:_d.value})}),cd.value=wf}),bf=Qd(wf=>{Od.setOptions({fonts:wf}),ud.value=wf}),kf=Qd(wf=>{const Of=hf(wf,_d.value);Od.setOptions({size:wf,theme:Of}),gd.value=wf}),Cf=Qd(wf=>{const Of=hf(gd.value,wf);Od.setOptions({theme:Of}),_d.value=wf}),Ef=Qd(wf=>{yd.value=wf}),yf=Qd(wf=>{Ed.value=wf}),Mf=Qd(()=>{ed()}),Af=Qd(()=>{sd()}),Zd=()=>{exportHTML(),document.querySelector("#output").innerHTML=ld.value},mf=()=>{downloadMD(Ad.value.getValue())},Pf=()=>{const wf=document.body,Of=document.createElement("input");Of.type="file",Of.name="filename",Of.accept=".md",Of.onchange=()=>{const $f=Of.files[0];if(!$f)return;const Wf=new FileReader;Wf.readAsText($f),Wf.onload=Kf=>{Ad.value.setValue(Kf.target.result),ElMessage.success("文档导入成功")}},wf.appendChild(Of),Of.click(),wf.removeChild(Of)},Ff=()=>{ElMessageBox.confirm("此操作将丢失本地自定义样式,是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then(()=>{Kd(),ElMessage({type:"success",message:"样式重置成功~"})}).catch(()=>{Ad.value.focus()})},Lf=ref$1(!1),jf=useToggle(Lf),xf=ref$1(!1),Nf=useToggle(xf),Bf=ref$1(!1),Tf=useToggle(Bf);return{isShowCssEditor:Lf,toggleShowCssEditor:jf,isShowInsertFormDialog:xf,toggleShowInsertFormDialog:Nf,isShowUploadImgDialog:Bf,toggleShowUploadImgDialog:Tf,isDark:Ra,toggleDark:qa,isEditOnLeft:td,toggleEditOnLeft:rd,isMacCodeBlock:Ja,isCiteStatus:od,citeStatusChanged:Af,output:ld,editor:Ad,cssEditor:Md,theme:cd,fontFamily:ud,fontSize:gd,fontColor:_d,codeBlockTheme:yd,legend:Ed,editorRefresh:Rd,themeChanged:gf,fontChanged:bf,sizeChanged:kf,colorChanged:Cf,codeBlockThemeChanged:Ef,legendChanged:yf,macCodeBlockChanged:Mf,formatContent:kd,exportEditorContent2HTML:Zd,exportEditorContent2MD:mf,importMarkdownContent:Pf,resetStyleConfirm:Ff,editorContent:Nd,cssContentConfig:Pd,addCssContentTab:qd,validatorTabName:Wd,setCssEditorValue:Ld,tabChanged:Ud,renameTab:Vd}}),Store=createPinia(),ElementPlus={install(Ra){Ra.use(installer,{size:"default"}),Ra.config.globalProperties.$loading=ElLoading.service,Ra.config.globalProperties.$message=ElMessage;for(const[qa,Ja]of Object.entries(ElementPlusIconsVue))Ra.component(`ElIcon${qa}`,Ja)}};var cryptoJs={exports:{}};function commonjsRequire(Ra){throw new Error('Could not dynamically require "'+Ra+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var core={exports:{}};const __viteBrowserExternal={},http=Object.freeze(Object.defineProperty({__proto__:null,default:__viteBrowserExternal},Symbol.toStringTag,{value:"Module"})),require$$0$1=getAugmentedNamespace(http);var hasRequiredCore;function requireCore(){return hasRequiredCore||(hasRequiredCore=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed()})(commonjsGlobal,function(){var Ja=Ja||function(ed,td){var rd;if(typeof window<"u"&&window.crypto&&(rd=window.crypto),typeof self<"u"&&self.crypto&&(rd=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(rd=globalThis.crypto),!rd&&typeof window<"u"&&window.msCrypto&&(rd=window.msCrypto),!rd&&typeof commonjsGlobal<"u"&&commonjsGlobal.crypto&&(rd=commonjsGlobal.crypto),!rd&&typeof commonjsRequire=="function")try{rd=require$$0$1}catch{}var od=function(){if(rd){if(typeof rd.getRandomValues=="function")try{return rd.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof rd.randomBytes=="function")try{return rd.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},sd=Object.create||function(){function Nd(){}return function(kd){var Id;return Nd.prototype=kd,Id=new Nd,Nd.prototype=null,Id}}(),ld={},cd=ld.lib={},ud=cd.Base=function(){return{extend:function(Nd){var kd=sd(this);return Nd&&kd.mixIn(Nd),(!kd.hasOwnProperty("init")||this.init===kd.init)&&(kd.init=function(){kd.$super.init.apply(this,arguments)}),kd.init.prototype=kd,kd.$super=this,kd},create:function(){var Nd=this.extend();return Nd.init.apply(Nd,arguments),Nd},init:function(){},mixIn:function(Nd){for(var kd in Nd)Nd.hasOwnProperty(kd)&&(this[kd]=Nd[kd]);Nd.hasOwnProperty("toString")&&(this.toString=Nd.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),gd=cd.WordArray=ud.extend({init:function(Nd,kd){Nd=this.words=Nd||[],kd!=td?this.sigBytes=kd:this.sigBytes=Nd.length*4},toString:function(Nd){return(Nd||yd).stringify(this)},concat:function(Nd){var kd=this.words,Id=Nd.words,Rd=this.sigBytes,Md=Nd.sigBytes;if(this.clamp(),Rd%4)for(var Ld=0;Ld<Md;Ld++){var jd=Id[Ld>>>2]>>>24-Ld%4*8&255;kd[Rd+Ld>>>2]|=jd<<24-(Rd+Ld)%4*8}else for(var Pd=0;Pd<Md;Pd+=4)kd[Rd+Pd>>>2]=Id[Pd>>>2];return this.sigBytes+=Md,this},clamp:function(){var Nd=this.words,kd=this.sigBytes;Nd[kd>>>2]&=4294967295<<32-kd%4*8,Nd.length=ed.ceil(kd/4)},clone:function(){var Nd=ud.clone.call(this);return Nd.words=this.words.slice(0),Nd},random:function(Nd){for(var kd=[],Id=0;Id<Nd;Id+=4)kd.push(od());return new gd.init(kd,Nd)}}),_d=ld.enc={},yd=_d.Hex={stringify:function(Nd){for(var kd=Nd.words,Id=Nd.sigBytes,Rd=[],Md=0;Md<Id;Md++){var Ld=kd[Md>>>2]>>>24-Md%4*8&255;Rd.push((Ld>>>4).toString(16)),Rd.push((Ld&15).toString(16))}return Rd.join("")},parse:function(Nd){for(var kd=Nd.length,Id=[],Rd=0;Rd<kd;Rd+=2)Id[Rd>>>3]|=parseInt(Nd.substr(Rd,2),16)<<24-Rd%8*4;return new gd.init(Id,kd/2)}},Ed=_d.Latin1={stringify:function(Nd){for(var kd=Nd.words,Id=Nd.sigBytes,Rd=[],Md=0;Md<Id;Md++){var Ld=kd[Md>>>2]>>>24-Md%4*8&255;Rd.push(String.fromCharCode(Ld))}return Rd.join("")},parse:function(Nd){for(var kd=Nd.length,Id=[],Rd=0;Rd<kd;Rd++)Id[Rd>>>2]|=(Nd.charCodeAt(Rd)&255)<<24-Rd%4*8;return new gd.init(Id,kd)}},Td=_d.Utf8={stringify:function(Nd){try{return decodeURIComponent(escape(Ed.stringify(Nd)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(Nd){return Ed.parse(unescape(encodeURIComponent(Nd)))}},Od=cd.BufferedBlockAlgorithm=ud.extend({reset:function(){this._data=new gd.init,this._nDataBytes=0},_append:function(Nd){typeof Nd=="string"&&(Nd=Td.parse(Nd)),this._data.concat(Nd),this._nDataBytes+=Nd.sigBytes},_process:function(Nd){var kd,Id=this._data,Rd=Id.words,Md=Id.sigBytes,Ld=this.blockSize,jd=Ld*4,Pd=Md/jd;Nd?Pd=ed.ceil(Pd):Pd=ed.max((Pd|0)-this._minBufferSize,0);var Fd=Pd*Ld,Ud=ed.min(Fd*4,Md);if(Fd){for(var Vd=0;Vd<Fd;Vd+=Ld)this._doProcessBlock(Rd,Vd);kd=Rd.splice(0,Fd),Id.sigBytes-=Ud}return new gd.init(kd,Ud)},clone:function(){var Nd=ud.clone.call(this);return Nd._data=this._data.clone(),Nd},_minBufferSize:0});cd.Hasher=Od.extend({cfg:ud.extend(),init:function(Nd){this.cfg=this.cfg.extend(Nd),this.reset()},reset:function(){Od.reset.call(this),this._doReset()},update:function(Nd){return this._append(Nd),this._process(),this},finalize:function(Nd){Nd&&this._append(Nd);var kd=this._doFinalize();return kd},blockSize:16,_createHelper:function(Nd){return function(kd,Id){return new Nd.init(Id).finalize(kd)}},_createHmacHelper:function(Nd){return function(kd,Id){return new Ad.HMAC.init(Nd,Id).finalize(kd)}}});var Ad=ld.algo={};return ld}(Math);return Ja})}(core)),core.exports}var x64Core={exports:{}},hasRequiredX64Core;function requireX64Core(){return hasRequiredX64Core||(hasRequiredX64Core=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){return function(ed){var td=Ja,rd=td.lib,od=rd.Base,sd=rd.WordArray,ld=td.x64={};ld.Word=od.extend({init:function(cd,ud){this.high=cd,this.low=ud}}),ld.WordArray=od.extend({init:function(cd,ud){cd=this.words=cd||[],ud!=ed?this.sigBytes=ud:this.sigBytes=cd.length*8},toX32:function(){for(var cd=this.words,ud=cd.length,gd=[],_d=0;_d<ud;_d++){var yd=cd[_d];gd.push(yd.high),gd.push(yd.low)}return sd.create(gd,this.sigBytes)},clone:function(){for(var cd=od.clone.call(this),ud=cd.words=this.words.slice(0),gd=ud.length,_d=0;_d<gd;_d++)ud[_d]=ud[_d].clone();return cd}})}(),Ja})}(x64Core)),x64Core.exports}var libTypedarrays={exports:{}},hasRequiredLibTypedarrays;function requireLibTypedarrays(){return hasRequiredLibTypedarrays||(hasRequiredLibTypedarrays=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){return function(){if(typeof ArrayBuffer=="function"){var ed=Ja,td=ed.lib,rd=td.WordArray,od=rd.init,sd=rd.init=function(ld){if(ld instanceof ArrayBuffer&&(ld=new Uint8Array(ld)),(ld instanceof Int8Array||typeof Uint8ClampedArray<"u"&&ld instanceof Uint8ClampedArray||ld instanceof Int16Array||ld instanceof Uint16Array||ld instanceof Int32Array||ld instanceof Uint32Array||ld instanceof Float32Array||ld instanceof Float64Array)&&(ld=new Uint8Array(ld.buffer,ld.byteOffset,ld.byteLength)),ld instanceof Uint8Array){for(var cd=ld.byteLength,ud=[],gd=0;gd<cd;gd++)ud[gd>>>2]|=ld[gd]<<24-gd%4*8;od.call(this,ud,cd)}else od.apply(this,arguments)};sd.prototype=rd}}(),Ja.lib.WordArray})}(libTypedarrays)),libTypedarrays.exports}var encUtf16={exports:{}},hasRequiredEncUtf16;function requireEncUtf16(){return hasRequiredEncUtf16||(hasRequiredEncUtf16=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.WordArray,od=ed.enc;od.Utf16=od.Utf16BE={stringify:function(ld){for(var cd=ld.words,ud=ld.sigBytes,gd=[],_d=0;_d<ud;_d+=2){var yd=cd[_d>>>2]>>>16-_d%4*8&65535;gd.push(String.fromCharCode(yd))}return gd.join("")},parse:function(ld){for(var cd=ld.length,ud=[],gd=0;gd<cd;gd++)ud[gd>>>1]|=ld.charCodeAt(gd)<<16-gd%2*16;return rd.create(ud,cd*2)}},od.Utf16LE={stringify:function(ld){for(var cd=ld.words,ud=ld.sigBytes,gd=[],_d=0;_d<ud;_d+=2){var yd=sd(cd[_d>>>2]>>>16-_d%4*8&65535);gd.push(String.fromCharCode(yd))}return gd.join("")},parse:function(ld){for(var cd=ld.length,ud=[],gd=0;gd<cd;gd++)ud[gd>>>1]|=sd(ld.charCodeAt(gd)<<16-gd%2*16);return rd.create(ud,cd*2)}};function sd(ld){return ld<<8&4278255360|ld>>>8&16711935}}(),Ja.enc.Utf16})}(encUtf16)),encUtf16.exports}var encBase64={exports:{}},hasRequiredEncBase64;function requireEncBase64(){return hasRequiredEncBase64||(hasRequiredEncBase64=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.WordArray,od=ed.enc;od.Base64={stringify:function(ld){var cd=ld.words,ud=ld.sigBytes,gd=this._map;ld.clamp();for(var _d=[],yd=0;yd<ud;yd+=3)for(var Ed=cd[yd>>>2]>>>24-yd%4*8&255,Td=cd[yd+1>>>2]>>>24-(yd+1)%4*8&255,Od=cd[yd+2>>>2]>>>24-(yd+2)%4*8&255,Ad=Ed<<16|Td<<8|Od,Nd=0;Nd<4&&yd+Nd*.75<ud;Nd++)_d.push(gd.charAt(Ad>>>6*(3-Nd)&63));var kd=gd.charAt(64);if(kd)for(;_d.length%4;)_d.push(kd);return _d.join("")},parse:function(ld){var cd=ld.length,ud=this._map,gd=this._reverseMap;if(!gd){gd=this._reverseMap=[];for(var _d=0;_d<ud.length;_d++)gd[ud.charCodeAt(_d)]=_d}var yd=ud.charAt(64);if(yd){var Ed=ld.indexOf(yd);Ed!==-1&&(cd=Ed)}return sd(ld,cd,gd)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function sd(ld,cd,ud){for(var gd=[],_d=0,yd=0;yd<cd;yd++)if(yd%4){var Ed=ud[ld.charCodeAt(yd-1)]<<yd%4*2,Td=ud[ld.charCodeAt(yd)]>>>6-yd%4*2,Od=Ed|Td;gd[_d>>>2]|=Od<<24-_d%4*8,_d++}return rd.create(gd,_d)}}(),Ja.enc.Base64})}(encBase64)),encBase64.exports}var encBase64url={exports:{}},hasRequiredEncBase64url;function requireEncBase64url(){return hasRequiredEncBase64url||(hasRequiredEncBase64url=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.WordArray,od=ed.enc;od.Base64url={stringify:function(ld,cd){cd===void 0&&(cd=!0);var ud=ld.words,gd=ld.sigBytes,_d=cd?this._safe_map:this._map;ld.clamp();for(var yd=[],Ed=0;Ed<gd;Ed+=3)for(var Td=ud[Ed>>>2]>>>24-Ed%4*8&255,Od=ud[Ed+1>>>2]>>>24-(Ed+1)%4*8&255,Ad=ud[Ed+2>>>2]>>>24-(Ed+2)%4*8&255,Nd=Td<<16|Od<<8|Ad,kd=0;kd<4&&Ed+kd*.75<gd;kd++)yd.push(_d.charAt(Nd>>>6*(3-kd)&63));var Id=_d.charAt(64);if(Id)for(;yd.length%4;)yd.push(Id);return yd.join("")},parse:function(ld,cd){cd===void 0&&(cd=!0);var ud=ld.length,gd=cd?this._safe_map:this._map,_d=this._reverseMap;if(!_d){_d=this._reverseMap=[];for(var yd=0;yd<gd.length;yd++)_d[gd.charCodeAt(yd)]=yd}var Ed=gd.charAt(64);if(Ed){var Td=ld.indexOf(Ed);Td!==-1&&(ud=Td)}return sd(ld,ud,_d)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function sd(ld,cd,ud){for(var gd=[],_d=0,yd=0;yd<cd;yd++)if(yd%4){var Ed=ud[ld.charCodeAt(yd-1)]<<yd%4*2,Td=ud[ld.charCodeAt(yd)]>>>6-yd%4*2,Od=Ed|Td;gd[_d>>>2]|=Od<<24-_d%4*8,_d++}return rd.create(gd,_d)}}(),Ja.enc.Base64url})}(encBase64url)),encBase64url.exports}var md5={exports:{}},hasRequiredMd5;function requireMd5(){return hasRequiredMd5||(hasRequiredMd5=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){return function(ed){var td=Ja,rd=td.lib,od=rd.WordArray,sd=rd.Hasher,ld=td.algo,cd=[];(function(){for(var Td=0;Td<64;Td++)cd[Td]=ed.abs(ed.sin(Td+1))*4294967296|0})();var ud=ld.MD5=sd.extend({_doReset:function(){this._hash=new od.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(Td,Od){for(var Ad=0;Ad<16;Ad++){var Nd=Od+Ad,kd=Td[Nd];Td[Nd]=(kd<<8|kd>>>24)&16711935|(kd<<24|kd>>>8)&4278255360}var Id=this._hash.words,Rd=Td[Od+0],Md=Td[Od+1],Ld=Td[Od+2],jd=Td[Od+3],Pd=Td[Od+4],Fd=Td[Od+5],Ud=Td[Od+6],Vd=Td[Od+7],qd=Td[Od+8],Wd=Td[Od+9],zd=Td[Od+10],Kd=Td[Od+11],Qd=Td[Od+12],hf=Td[Od+13],gf=Td[Od+14],bf=Td[Od+15],kf=Id[0],Cf=Id[1],Ef=Id[2],yf=Id[3];kf=gd(kf,Cf,Ef,yf,Rd,7,cd[0]),yf=gd(yf,kf,Cf,Ef,Md,12,cd[1]),Ef=gd(Ef,yf,kf,Cf,Ld,17,cd[2]),Cf=gd(Cf,Ef,yf,kf,jd,22,cd[3]),kf=gd(kf,Cf,Ef,yf,Pd,7,cd[4]),yf=gd(yf,kf,Cf,Ef,Fd,12,cd[5]),Ef=gd(Ef,yf,kf,Cf,Ud,17,cd[6]),Cf=gd(Cf,Ef,yf,kf,Vd,22,cd[7]),kf=gd(kf,Cf,Ef,yf,qd,7,cd[8]),yf=gd(yf,kf,Cf,Ef,Wd,12,cd[9]),Ef=gd(Ef,yf,kf,Cf,zd,17,cd[10]),Cf=gd(Cf,Ef,yf,kf,Kd,22,cd[11]),kf=gd(kf,Cf,Ef,yf,Qd,7,cd[12]),yf=gd(yf,kf,Cf,Ef,hf,12,cd[13]),Ef=gd(Ef,yf,kf,Cf,gf,17,cd[14]),Cf=gd(Cf,Ef,yf,kf,bf,22,cd[15]),kf=_d(kf,Cf,Ef,yf,Md,5,cd[16]),yf=_d(yf,kf,Cf,Ef,Ud,9,cd[17]),Ef=_d(Ef,yf,kf,Cf,Kd,14,cd[18]),Cf=_d(Cf,Ef,yf,kf,Rd,20,cd[19]),kf=_d(kf,Cf,Ef,yf,Fd,5,cd[20]),yf=_d(yf,kf,Cf,Ef,zd,9,cd[21]),Ef=_d(Ef,yf,kf,Cf,bf,14,cd[22]),Cf=_d(Cf,Ef,yf,kf,Pd,20,cd[23]),kf=_d(kf,Cf,Ef,yf,Wd,5,cd[24]),yf=_d(yf,kf,Cf,Ef,gf,9,cd[25]),Ef=_d(Ef,yf,kf,Cf,jd,14,cd[26]),Cf=_d(Cf,Ef,yf,kf,qd,20,cd[27]),kf=_d(kf,Cf,Ef,yf,hf,5,cd[28]),yf=_d(yf,kf,Cf,Ef,Ld,9,cd[29]),Ef=_d(Ef,yf,kf,Cf,Vd,14,cd[30]),Cf=_d(Cf,Ef,yf,kf,Qd,20,cd[31]),kf=yd(kf,Cf,Ef,yf,Fd,4,cd[32]),yf=yd(yf,kf,Cf,Ef,qd,11,cd[33]),Ef=yd(Ef,yf,kf,Cf,Kd,16,cd[34]),Cf=yd(Cf,Ef,yf,kf,gf,23,cd[35]),kf=yd(kf,Cf,Ef,yf,Md,4,cd[36]),yf=yd(yf,kf,Cf,Ef,Pd,11,cd[37]),Ef=yd(Ef,yf,kf,Cf,Vd,16,cd[38]),Cf=yd(Cf,Ef,yf,kf,zd,23,cd[39]),kf=yd(kf,Cf,Ef,yf,hf,4,cd[40]),yf=yd(yf,kf,Cf,Ef,Rd,11,cd[41]),Ef=yd(Ef,yf,kf,Cf,jd,16,cd[42]),Cf=yd(Cf,Ef,yf,kf,Ud,23,cd[43]),kf=yd(kf,Cf,Ef,yf,Wd,4,cd[44]),yf=yd(yf,kf,Cf,Ef,Qd,11,cd[45]),Ef=yd(Ef,yf,kf,Cf,bf,16,cd[46]),Cf=yd(Cf,Ef,yf,kf,Ld,23,cd[47]),kf=Ed(kf,Cf,Ef,yf,Rd,6,cd[48]),yf=Ed(yf,kf,Cf,Ef,Vd,10,cd[49]),Ef=Ed(Ef,yf,kf,Cf,gf,15,cd[50]),Cf=Ed(Cf,Ef,yf,kf,Fd,21,cd[51]),kf=Ed(kf,Cf,Ef,yf,Qd,6,cd[52]),yf=Ed(yf,kf,Cf,Ef,jd,10,cd[53]),Ef=Ed(Ef,yf,kf,Cf,zd,15,cd[54]),Cf=Ed(Cf,Ef,yf,kf,Md,21,cd[55]),kf=Ed(kf,Cf,Ef,yf,qd,6,cd[56]),yf=Ed(yf,kf,Cf,Ef,bf,10,cd[57]),Ef=Ed(Ef,yf,kf,Cf,Ud,15,cd[58]),Cf=Ed(Cf,Ef,yf,kf,hf,21,cd[59]),kf=Ed(kf,Cf,Ef,yf,Pd,6,cd[60]),yf=Ed(yf,kf,Cf,Ef,Kd,10,cd[61]),Ef=Ed(Ef,yf,kf,Cf,Ld,15,cd[62]),Cf=Ed(Cf,Ef,yf,kf,Wd,21,cd[63]),Id[0]=Id[0]+kf|0,Id[1]=Id[1]+Cf|0,Id[2]=Id[2]+Ef|0,Id[3]=Id[3]+yf|0},_doFinalize:function(){var Td=this._data,Od=Td.words,Ad=this._nDataBytes*8,Nd=Td.sigBytes*8;Od[Nd>>>5]|=128<<24-Nd%32;var kd=ed.floor(Ad/4294967296),Id=Ad;Od[(Nd+64>>>9<<4)+15]=(kd<<8|kd>>>24)&16711935|(kd<<24|kd>>>8)&4278255360,Od[(Nd+64>>>9<<4)+14]=(Id<<8|Id>>>24)&16711935|(Id<<24|Id>>>8)&4278255360,Td.sigBytes=(Od.length+1)*4,this._process();for(var Rd=this._hash,Md=Rd.words,Ld=0;Ld<4;Ld++){var jd=Md[Ld];Md[Ld]=(jd<<8|jd>>>24)&16711935|(jd<<24|jd>>>8)&4278255360}return Rd},clone:function(){var Td=sd.clone.call(this);return Td._hash=this._hash.clone(),Td}});function gd(Td,Od,Ad,Nd,kd,Id,Rd){var Md=Td+(Od&Ad|~Od&Nd)+kd+Rd;return(Md<<Id|Md>>>32-Id)+Od}function _d(Td,Od,Ad,Nd,kd,Id,Rd){var Md=Td+(Od&Nd|Ad&~Nd)+kd+Rd;return(Md<<Id|Md>>>32-Id)+Od}function yd(Td,Od,Ad,Nd,kd,Id,Rd){var Md=Td+(Od^Ad^Nd)+kd+Rd;return(Md<<Id|Md>>>32-Id)+Od}function Ed(Td,Od,Ad,Nd,kd,Id,Rd){var Md=Td+(Ad^(Od|~Nd))+kd+Rd;return(Md<<Id|Md>>>32-Id)+Od}td.MD5=sd._createHelper(ud),td.HmacMD5=sd._createHmacHelper(ud)}(Math),Ja.MD5})}(md5)),md5.exports}var sha1={exports:{}},hasRequiredSha1;function requireSha1(){return hasRequiredSha1||(hasRequiredSha1=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.WordArray,od=td.Hasher,sd=ed.algo,ld=[],cd=sd.SHA1=od.extend({_doReset:function(){this._hash=new rd.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(ud,gd){for(var _d=this._hash.words,yd=_d[0],Ed=_d[1],Td=_d[2],Od=_d[3],Ad=_d[4],Nd=0;Nd<80;Nd++){if(Nd<16)ld[Nd]=ud[gd+Nd]|0;else{var kd=ld[Nd-3]^ld[Nd-8]^ld[Nd-14]^ld[Nd-16];ld[Nd]=kd<<1|kd>>>31}var Id=(yd<<5|yd>>>27)+Ad+ld[Nd];Nd<20?Id+=(Ed&Td|~Ed&Od)+1518500249:Nd<40?Id+=(Ed^Td^Od)+1859775393:Nd<60?Id+=(Ed&Td|Ed&Od|Td&Od)-1894007588:Id+=(Ed^Td^Od)-899497514,Ad=Od,Od=Td,Td=Ed<<30|Ed>>>2,Ed=yd,yd=Id}_d[0]=_d[0]+yd|0,_d[1]=_d[1]+Ed|0,_d[2]=_d[2]+Td|0,_d[3]=_d[3]+Od|0,_d[4]=_d[4]+Ad|0},_doFinalize:function(){var ud=this._data,gd=ud.words,_d=this._nDataBytes*8,yd=ud.sigBytes*8;return gd[yd>>>5]|=128<<24-yd%32,gd[(yd+64>>>9<<4)+14]=Math.floor(_d/4294967296),gd[(yd+64>>>9<<4)+15]=_d,ud.sigBytes=gd.length*4,this._process(),this._hash},clone:function(){var ud=od.clone.call(this);return ud._hash=this._hash.clone(),ud}});ed.SHA1=od._createHelper(cd),ed.HmacSHA1=od._createHmacHelper(cd)}(),Ja.SHA1})}(sha1)),sha1.exports}var sha256={exports:{}},hasRequiredSha256;function requireSha256(){return hasRequiredSha256||(hasRequiredSha256=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){return function(ed){var td=Ja,rd=td.lib,od=rd.WordArray,sd=rd.Hasher,ld=td.algo,cd=[],ud=[];(function(){function yd(Ad){for(var Nd=ed.sqrt(Ad),kd=2;kd<=Nd;kd++)if(!(Ad%kd))return!1;return!0}function Ed(Ad){return(Ad-(Ad|0))*4294967296|0}for(var Td=2,Od=0;Od<64;)yd(Td)&&(Od<8&&(cd[Od]=Ed(ed.pow(Td,1/2))),ud[Od]=Ed(ed.pow(Td,1/3)),Od++),Td++})();var gd=[],_d=ld.SHA256=sd.extend({_doReset:function(){this._hash=new od.init(cd.slice(0))},_doProcessBlock:function(yd,Ed){for(var Td=this._hash.words,Od=Td[0],Ad=Td[1],Nd=Td[2],kd=Td[3],Id=Td[4],Rd=Td[5],Md=Td[6],Ld=Td[7],jd=0;jd<64;jd++){if(jd<16)gd[jd]=yd[Ed+jd]|0;else{var Pd=gd[jd-15],Fd=(Pd<<25|Pd>>>7)^(Pd<<14|Pd>>>18)^Pd>>>3,Ud=gd[jd-2],Vd=(Ud<<15|Ud>>>17)^(Ud<<13|Ud>>>19)^Ud>>>10;gd[jd]=Fd+gd[jd-7]+Vd+gd[jd-16]}var qd=Id&Rd^~Id&Md,Wd=Od&Ad^Od&Nd^Ad&Nd,zd=(Od<<30|Od>>>2)^(Od<<19|Od>>>13)^(Od<<10|Od>>>22),Kd=(Id<<26|Id>>>6)^(Id<<21|Id>>>11)^(Id<<7|Id>>>25),Qd=Ld+Kd+qd+ud[jd]+gd[jd],hf=zd+Wd;Ld=Md,Md=Rd,Rd=Id,Id=kd+Qd|0,kd=Nd,Nd=Ad,Ad=Od,Od=Qd+hf|0}Td[0]=Td[0]+Od|0,Td[1]=Td[1]+Ad|0,Td[2]=Td[2]+Nd|0,Td[3]=Td[3]+kd|0,Td[4]=Td[4]+Id|0,Td[5]=Td[5]+Rd|0,Td[6]=Td[6]+Md|0,Td[7]=Td[7]+Ld|0},_doFinalize:function(){var yd=this._data,Ed=yd.words,Td=this._nDataBytes*8,Od=yd.sigBytes*8;return Ed[Od>>>5]|=128<<24-Od%32,Ed[(Od+64>>>9<<4)+14]=ed.floor(Td/4294967296),Ed[(Od+64>>>9<<4)+15]=Td,yd.sigBytes=Ed.length*4,this._process(),this._hash},clone:function(){var yd=sd.clone.call(this);return yd._hash=this._hash.clone(),yd}});td.SHA256=sd._createHelper(_d),td.HmacSHA256=sd._createHmacHelper(_d)}(Math),Ja.SHA256})}(sha256)),sha256.exports}var sha224={exports:{}},hasRequiredSha224;function requireSha224(){return hasRequiredSha224||(hasRequiredSha224=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireSha256())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.WordArray,od=ed.algo,sd=od.SHA256,ld=od.SHA224=sd.extend({_doReset:function(){this._hash=new rd.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var cd=sd._doFinalize.call(this);return cd.sigBytes-=4,cd}});ed.SHA224=sd._createHelper(ld),ed.HmacSHA224=sd._createHmacHelper(ld)}(),Ja.SHA224})}(sha224)),sha224.exports}var sha512={exports:{}},hasRequiredSha512;function requireSha512(){return hasRequiredSha512||(hasRequiredSha512=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireX64Core())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.Hasher,od=ed.x64,sd=od.Word,ld=od.WordArray,cd=ed.algo;function ud(){return sd.create.apply(sd,arguments)}var gd=[ud(1116352408,3609767458),ud(1899447441,602891725),ud(3049323471,3964484399),ud(3921009573,2173295548),ud(961987163,4081628472),ud(1508970993,3053834265),ud(2453635748,2937671579),ud(2870763221,3664609560),ud(3624381080,2734883394),ud(310598401,1164996542),ud(607225278,1323610764),ud(1426881987,3590304994),ud(1925078388,4068182383),ud(2162078206,991336113),ud(2614888103,633803317),ud(3248222580,3479774868),ud(3835390401,2666613458),ud(4022224774,944711139),ud(264347078,2341262773),ud(604807628,2007800933),ud(770255983,1495990901),ud(1249150122,1856431235),ud(1555081692,3175218132),ud(1996064986,2198950837),ud(2554220882,3999719339),ud(2821834349,766784016),ud(2952996808,2566594879),ud(3210313671,3203337956),ud(3336571891,1034457026),ud(3584528711,2466948901),ud(113926993,3758326383),ud(338241895,168717936),ud(666307205,1188179964),ud(773529912,1546045734),ud(1294757372,1522805485),ud(1396182291,2643833823),ud(1695183700,2343527390),ud(1986661051,1014477480),ud(2177026350,1206759142),ud(2456956037,344077627),ud(2730485921,1290863460),ud(2820302411,3158454273),ud(3259730800,3505952657),ud(3345764771,106217008),ud(3516065817,3606008344),ud(3600352804,1432725776),ud(4094571909,1467031594),ud(275423344,851169720),ud(430227734,3100823752),ud(506948616,1363258195),ud(659060556,3750685593),ud(883997877,3785050280),ud(958139571,3318307427),ud(1322822218,3812723403),ud(1537002063,2003034995),ud(1747873779,3602036899),ud(1955562222,1575990012),ud(2024104815,1125592928),ud(2227730452,2716904306),ud(2361852424,442776044),ud(2428436474,593698344),ud(2756734187,3733110249),ud(3204031479,2999351573),ud(3329325298,3815920427),ud(3391569614,3928383900),ud(3515267271,566280711),ud(3940187606,3454069534),ud(4118630271,4000239992),ud(116418474,1914138554),ud(174292421,2731055270),ud(289380356,3203993006),ud(460393269,320620315),ud(685471733,587496836),ud(852142971,1086792851),ud(1017036298,365543100),ud(1126000580,2618297676),ud(1288033470,3409855158),ud(1501505948,4234509866),ud(1607167915,987167468),ud(1816402316,1246189591)],_d=[];(function(){for(var Ed=0;Ed<80;Ed++)_d[Ed]=ud()})();var yd=cd.SHA512=rd.extend({_doReset:function(){this._hash=new ld.init([new sd.init(1779033703,4089235720),new sd.init(3144134277,2227873595),new sd.init(1013904242,4271175723),new sd.init(2773480762,1595750129),new sd.init(1359893119,2917565137),new sd.init(2600822924,725511199),new sd.init(528734635,4215389547),new sd.init(1541459225,327033209)])},_doProcessBlock:function(Ed,Td){for(var Od=this._hash.words,Ad=Od[0],Nd=Od[1],kd=Od[2],Id=Od[3],Rd=Od[4],Md=Od[5],Ld=Od[6],jd=Od[7],Pd=Ad.high,Fd=Ad.low,Ud=Nd.high,Vd=Nd.low,qd=kd.high,Wd=kd.low,zd=Id.high,Kd=Id.low,Qd=Rd.high,hf=Rd.low,gf=Md.high,bf=Md.low,kf=Ld.high,Cf=Ld.low,Ef=jd.high,yf=jd.low,Mf=Pd,Af=Fd,Zd=Ud,mf=Vd,Pf=qd,Ff=Wd,Lf=zd,jf=Kd,xf=Qd,Nf=hf,Bf=gf,Tf=bf,wf=kf,Of=Cf,$f=Ef,Wf=yf,Kf=0;Kf<80;Kf++){var Df,qf,Xf=_d[Kf];if(Kf<16)qf=Xf.high=Ed[Td+Kf*2]|0,Df=Xf.low=Ed[Td+Kf*2+1]|0;else{var hh=_d[Kf-15],Mh=hh.high,wh=hh.low,Bh=(Mh>>>1|wh<<31)^(Mh>>>8|wh<<24)^Mh>>>7,Uh=(wh>>>1|Mh<<31)^(wh>>>8|Mh<<24)^(wh>>>7|Mh<<25),oh=_d[Kf-2],Vf=oh.high,Rf=oh.low,Zf=(Vf>>>19|Rf<<13)^(Vf<<3|Rf>>>29)^Vf>>>6,Jf=(Rf>>>19|Vf<<13)^(Rf<<3|Vf>>>29)^(Rf>>>6|Vf<<26),Th=_d[Kf-7],Ah=Th.high,Gh=Th.low,sm=_d[Kf-16],kh=sm.high,Rh=sm.low;Df=Uh+Gh,qf=Bh+Ah+(Df>>>0<Uh>>>0?1:0),Df=Df+Jf,qf=qf+Zf+(Df>>>0<Jf>>>0?1:0),Df=Df+Rh,qf=qf+kh+(Df>>>0<Rh>>>0?1:0),Xf.high=qf,Xf.low=Df}var jh=xf&Bf^~xf&wf,cm=Nf&Tf^~Nf&Of,Tm=Mf&Zd^Mf&Pf^Zd&Pf,Fm=Af&mf^Af&Ff^mf&Ff,Gm=(Mf>>>28|Af<<4)^(Mf<<30|Af>>>2)^(Mf<<25|Af>>>7),s1=(Af>>>28|Mf<<4)^(Af<<30|Mf>>>2)^(Af<<25|Mf>>>7),Km=(xf>>>14|Nf<<18)^(xf>>>18|Nf<<14)^(xf<<23|Nf>>>9),v1=(Nf>>>14|xf<<18)^(Nf>>>18|xf<<14)^(Nf<<23|xf>>>9),h1=gd[Kf],F1=h1.high,M1=h1.low,E1=Wf+v1,O1=$f+Km+(E1>>>0<Wf>>>0?1:0),E1=E1+cm,O1=O1+jh+(E1>>>0<cm>>>0?1:0),E1=E1+M1,O1=O1+F1+(E1>>>0<M1>>>0?1:0),E1=E1+Df,O1=O1+qf+(E1>>>0<Df>>>0?1:0),Hm=s1+Fm,b1=Gm+Tm+(Hm>>>0<s1>>>0?1:0);$f=wf,Wf=Of,wf=Bf,Of=Tf,Bf=xf,Tf=Nf,Nf=jf+E1|0,xf=Lf+O1+(Nf>>>0<jf>>>0?1:0)|0,Lf=Pf,jf=Ff,Pf=Zd,Ff=mf,Zd=Mf,mf=Af,Af=E1+Hm|0,Mf=O1+b1+(Af>>>0<E1>>>0?1:0)|0}Fd=Ad.low=Fd+Af,Ad.high=Pd+Mf+(Fd>>>0<Af>>>0?1:0),Vd=Nd.low=Vd+mf,Nd.high=Ud+Zd+(Vd>>>0<mf>>>0?1:0),Wd=kd.low=Wd+Ff,kd.high=qd+Pf+(Wd>>>0<Ff>>>0?1:0),Kd=Id.low=Kd+jf,Id.high=zd+Lf+(Kd>>>0<jf>>>0?1:0),hf=Rd.low=hf+Nf,Rd.high=Qd+xf+(hf>>>0<Nf>>>0?1:0),bf=Md.low=bf+Tf,Md.high=gf+Bf+(bf>>>0<Tf>>>0?1:0),Cf=Ld.low=Cf+Of,Ld.high=kf+wf+(Cf>>>0<Of>>>0?1:0),yf=jd.low=yf+Wf,jd.high=Ef+$f+(yf>>>0<Wf>>>0?1:0)},_doFinalize:function(){var Ed=this._data,Td=Ed.words,Od=this._nDataBytes*8,Ad=Ed.sigBytes*8;Td[Ad>>>5]|=128<<24-Ad%32,Td[(Ad+128>>>10<<5)+30]=Math.floor(Od/4294967296),Td[(Ad+128>>>10<<5)+31]=Od,Ed.sigBytes=Td.length*4,this._process();var Nd=this._hash.toX32();return Nd},clone:function(){var Ed=rd.clone.call(this);return Ed._hash=this._hash.clone(),Ed},blockSize:1024/32});ed.SHA512=rd._createHelper(yd),ed.HmacSHA512=rd._createHmacHelper(yd)}(),Ja.SHA512})}(sha512)),sha512.exports}var sha384={exports:{}},hasRequiredSha384;function requireSha384(){return hasRequiredSha384||(hasRequiredSha384=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireX64Core(),requireSha512())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.x64,rd=td.Word,od=td.WordArray,sd=ed.algo,ld=sd.SHA512,cd=sd.SHA384=ld.extend({_doReset:function(){this._hash=new od.init([new rd.init(3418070365,3238371032),new rd.init(1654270250,914150663),new rd.init(2438529370,812702999),new rd.init(355462360,4144912697),new rd.init(1731405415,4290775857),new rd.init(2394180231,1750603025),new rd.init(3675008525,1694076839),new rd.init(1203062813,3204075428)])},_doFinalize:function(){var ud=ld._doFinalize.call(this);return ud.sigBytes-=16,ud}});ed.SHA384=ld._createHelper(cd),ed.HmacSHA384=ld._createHmacHelper(cd)}(),Ja.SHA384})}(sha384)),sha384.exports}var sha3={exports:{}},hasRequiredSha3;function requireSha3(){return hasRequiredSha3||(hasRequiredSha3=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireX64Core())})(commonjsGlobal,function(Ja){return function(ed){var td=Ja,rd=td.lib,od=rd.WordArray,sd=rd.Hasher,ld=td.x64,cd=ld.Word,ud=td.algo,gd=[],_d=[],yd=[];(function(){for(var Od=1,Ad=0,Nd=0;Nd<24;Nd++){gd[Od+5*Ad]=(Nd+1)*(Nd+2)/2%64;var kd=Ad%5,Id=(2*Od+3*Ad)%5;Od=kd,Ad=Id}for(var Od=0;Od<5;Od++)for(var Ad=0;Ad<5;Ad++)_d[Od+5*Ad]=Ad+(2*Od+3*Ad)%5*5;for(var Rd=1,Md=0;Md<24;Md++){for(var Ld=0,jd=0,Pd=0;Pd<7;Pd++){if(Rd&1){var Fd=(1<<Pd)-1;Fd<32?jd^=1<<Fd:Ld^=1<<Fd-32}Rd&128?Rd=Rd<<1^113:Rd<<=1}yd[Md]=cd.create(Ld,jd)}})();var Ed=[];(function(){for(var Od=0;Od<25;Od++)Ed[Od]=cd.create()})();var Td=ud.SHA3=sd.extend({cfg:sd.cfg.extend({outputLength:512}),_doReset:function(){for(var Od=this._state=[],Ad=0;Ad<25;Ad++)Od[Ad]=new cd.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(Od,Ad){for(var Nd=this._state,kd=this.blockSize/2,Id=0;Id<kd;Id++){var Rd=Od[Ad+2*Id],Md=Od[Ad+2*Id+1];Rd=(Rd<<8|Rd>>>24)&16711935|(Rd<<24|Rd>>>8)&4278255360,Md=(Md<<8|Md>>>24)&16711935|(Md<<24|Md>>>8)&4278255360;var Ld=Nd[Id];Ld.high^=Md,Ld.low^=Rd}for(var jd=0;jd<24;jd++){for(var Pd=0;Pd<5;Pd++){for(var Fd=0,Ud=0,Vd=0;Vd<5;Vd++){var Ld=Nd[Pd+5*Vd];Fd^=Ld.high,Ud^=Ld.low}var qd=Ed[Pd];qd.high=Fd,qd.low=Ud}for(var Pd=0;Pd<5;Pd++)for(var Wd=Ed[(Pd+4)%5],zd=Ed[(Pd+1)%5],Kd=zd.high,Qd=zd.low,Fd=Wd.high^(Kd<<1|Qd>>>31),Ud=Wd.low^(Qd<<1|Kd>>>31),Vd=0;Vd<5;Vd++){var Ld=Nd[Pd+5*Vd];Ld.high^=Fd,Ld.low^=Ud}for(var hf=1;hf<25;hf++){var Fd,Ud,Ld=Nd[hf],gf=Ld.high,bf=Ld.low,kf=gd[hf];kf<32?(Fd=gf<<kf|bf>>>32-kf,Ud=bf<<kf|gf>>>32-kf):(Fd=bf<<kf-32|gf>>>64-kf,Ud=gf<<kf-32|bf>>>64-kf);var Cf=Ed[_d[hf]];Cf.high=Fd,Cf.low=Ud}var Ef=Ed[0],yf=Nd[0];Ef.high=yf.high,Ef.low=yf.low;for(var Pd=0;Pd<5;Pd++)for(var Vd=0;Vd<5;Vd++){var hf=Pd+5*Vd,Ld=Nd[hf],Mf=Ed[hf],Af=Ed[(Pd+1)%5+5*Vd],Zd=Ed[(Pd+2)%5+5*Vd];Ld.high=Mf.high^~Af.high&Zd.high,Ld.low=Mf.low^~Af.low&Zd.low}var Ld=Nd[0],mf=yd[jd];Ld.high^=mf.high,Ld.low^=mf.low}},_doFinalize:function(){var Od=this._data,Ad=Od.words;this._nDataBytes*8;var Nd=Od.sigBytes*8,kd=this.blockSize*32;Ad[Nd>>>5]|=1<<24-Nd%32,Ad[(ed.ceil((Nd+1)/kd)*kd>>>5)-1]|=128,Od.sigBytes=Ad.length*4,this._process();for(var Id=this._state,Rd=this.cfg.outputLength/8,Md=Rd/8,Ld=[],jd=0;jd<Md;jd++){var Pd=Id[jd],Fd=Pd.high,Ud=Pd.low;Fd=(Fd<<8|Fd>>>24)&16711935|(Fd<<24|Fd>>>8)&4278255360,Ud=(Ud<<8|Ud>>>24)&16711935|(Ud<<24|Ud>>>8)&4278255360,Ld.push(Ud),Ld.push(Fd)}return new od.init(Ld,Rd)},clone:function(){for(var Od=sd.clone.call(this),Ad=Od._state=this._state.slice(0),Nd=0;Nd<25;Nd++)Ad[Nd]=Ad[Nd].clone();return Od}});td.SHA3=sd._createHelper(Td),td.HmacSHA3=sd._createHmacHelper(Td)}(Math),Ja.SHA3})}(sha3)),sha3.exports}var ripemd160={exports:{}},hasRequiredRipemd160;function requireRipemd160(){return hasRequiredRipemd160||(hasRequiredRipemd160=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){/** @preserve
(c) 2012 by Cédric Mesnil. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/return function(ed){var td=Ja,rd=td.lib,od=rd.WordArray,sd=rd.Hasher,ld=td.algo,cd=od.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),ud=od.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),gd=od.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),_d=od.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),yd=od.create([0,1518500249,1859775393,2400959708,2840853838]),Ed=od.create([1352829926,1548603684,1836072691,2053994217,0]),Td=ld.RIPEMD160=sd.extend({_doReset:function(){this._hash=od.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(Md,Ld){for(var jd=0;jd<16;jd++){var Pd=Ld+jd,Fd=Md[Pd];Md[Pd]=(Fd<<8|Fd>>>24)&16711935|(Fd<<24|Fd>>>8)&4278255360}var Ud=this._hash.words,Vd=yd.words,qd=Ed.words,Wd=cd.words,zd=ud.words,Kd=gd.words,Qd=_d.words,hf,gf,bf,kf,Cf,Ef,yf,Mf,Af,Zd;Ef=hf=Ud[0],yf=gf=Ud[1],Mf=bf=Ud[2],Af=kf=Ud[3],Zd=Cf=Ud[4];for(var mf,jd=0;jd<80;jd+=1)mf=hf+Md[Ld+Wd[jd]]|0,jd<16?mf+=Od(gf,bf,kf)+Vd[0]:jd<32?mf+=Ad(gf,bf,kf)+Vd[1]:jd<48?mf+=Nd(gf,bf,kf)+Vd[2]:jd<64?mf+=kd(gf,bf,kf)+Vd[3]:mf+=Id(gf,bf,kf)+Vd[4],mf=mf|0,mf=Rd(mf,Kd[jd]),mf=mf+Cf|0,hf=Cf,Cf=kf,kf=Rd(bf,10),bf=gf,gf=mf,mf=Ef+Md[Ld+zd[jd]]|0,jd<16?mf+=Id(yf,Mf,Af)+qd[0]:jd<32?mf+=kd(yf,Mf,Af)+qd[1]:jd<48?mf+=Nd(yf,Mf,Af)+qd[2]:jd<64?mf+=Ad(yf,Mf,Af)+qd[3]:mf+=Od(yf,Mf,Af)+qd[4],mf=mf|0,mf=Rd(mf,Qd[jd]),mf=mf+Zd|0,Ef=Zd,Zd=Af,Af=Rd(Mf,10),Mf=yf,yf=mf;mf=Ud[1]+bf+Af|0,Ud[1]=Ud[2]+kf+Zd|0,Ud[2]=Ud[3]+Cf+Ef|0,Ud[3]=Ud[4]+hf+yf|0,Ud[4]=Ud[0]+gf+Mf|0,Ud[0]=mf},_doFinalize:function(){var Md=this._data,Ld=Md.words,jd=this._nDataBytes*8,Pd=Md.sigBytes*8;Ld[Pd>>>5]|=128<<24-Pd%32,Ld[(Pd+64>>>9<<4)+14]=(jd<<8|jd>>>24)&16711935|(jd<<24|jd>>>8)&4278255360,Md.sigBytes=(Ld.length+1)*4,this._process();for(var Fd=this._hash,Ud=Fd.words,Vd=0;Vd<5;Vd++){var qd=Ud[Vd];Ud[Vd]=(qd<<8|qd>>>24)&16711935|(qd<<24|qd>>>8)&4278255360}return Fd},clone:function(){var Md=sd.clone.call(this);return Md._hash=this._hash.clone(),Md}});function Od(Md,Ld,jd){return Md^Ld^jd}function Ad(Md,Ld,jd){return Md&Ld|~Md&jd}function Nd(Md,Ld,jd){return(Md|~Ld)^jd}function kd(Md,Ld,jd){return Md&jd|Ld&~jd}function Id(Md,Ld,jd){return Md^(Ld|~jd)}function Rd(Md,Ld){return Md<<Ld|Md>>>32-Ld}td.RIPEMD160=sd._createHelper(Td),td.HmacRIPEMD160=sd._createHmacHelper(Td)}(),Ja.RIPEMD160})}(ripemd160)),ripemd160.exports}var hmac={exports:{}},hasRequiredHmac;function requireHmac(){return hasRequiredHmac||(hasRequiredHmac=1,function(Ra,qa){(function(Ja,ed){Ra.exports=ed(requireCore())})(commonjsGlobal,function(Ja){(function(){var ed=Ja,td=ed.lib,rd=td.Base,od=ed.enc,sd=od.Utf8,ld=ed.algo;ld.HMAC=rd.extend({init:function(cd,ud){cd=this._hasher=new cd.init,typeof ud=="string"&&(ud=sd.parse(ud));var gd=cd.blockSize,_d=gd*4;ud.sigBytes>_d&&(ud=cd.finalize(ud)),ud.clamp();for(var yd=this._oKey=ud.clone(),Ed=this._iKey=ud.clone(),Td=yd.words,Od=Ed.words,Ad=0;Ad<gd;Ad++)Td[Ad]^=1549556828,Od[Ad]^=909522486;yd.sigBytes=Ed.sigBytes=_d,this.reset()},reset:function(){var cd=this._hasher;cd.reset(),cd.update(this._iKey)},update:function(cd){return this._hasher.update(cd),this},finalize:function(cd){var ud=this._hasher,gd=ud.finalize(cd);ud.reset();var _d=ud.finalize(this._oKey.clone().concat(gd));return _d}})})()})}(hmac)),hmac.exports}var pbkdf2={exports:{}},hasRequiredPbkdf2;function requirePbkdf2(){return hasRequiredPbkdf2||(hasRequiredPbkdf2=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireSha256(),requireHmac())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.Base,od=td.WordArray,sd=ed.algo,ld=sd.SHA256,cd=sd.HMAC,ud=sd.PBKDF2=rd.extend({cfg:rd.extend({keySize:128/32,hasher:ld,iterations:25e4}),init:function(gd){this.cfg=this.cfg.extend(gd)},compute:function(gd,_d){for(var yd=this.cfg,Ed=cd.create(yd.hasher,gd),Td=od.create(),Od=od.create([1]),Ad=Td.words,Nd=Od.words,kd=yd.keySize,Id=yd.iterations;Ad.length<kd;){var Rd=Ed.update(_d).finalize(Od);Ed.reset();for(var Md=Rd.words,Ld=Md.length,jd=Rd,Pd=1;Pd<Id;Pd++){jd=Ed.finalize(jd),Ed.reset();for(var Fd=jd.words,Ud=0;Ud<Ld;Ud++)Md[Ud]^=Fd[Ud]}Td.concat(Rd),Nd[0]++}return Td.sigBytes=kd*4,Td}});ed.PBKDF2=function(gd,_d,yd){return ud.create(yd).compute(gd,_d)}}(),Ja.PBKDF2})}(pbkdf2)),pbkdf2.exports}var evpkdf={exports:{}},hasRequiredEvpkdf;function requireEvpkdf(){return hasRequiredEvpkdf||(hasRequiredEvpkdf=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireSha1(),requireHmac())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.Base,od=td.WordArray,sd=ed.algo,ld=sd.MD5,cd=sd.EvpKDF=rd.extend({cfg:rd.extend({keySize:128/32,hasher:ld,iterations:1}),init:function(ud){this.cfg=this.cfg.extend(ud)},compute:function(ud,gd){for(var _d,yd=this.cfg,Ed=yd.hasher.create(),Td=od.create(),Od=Td.words,Ad=yd.keySize,Nd=yd.iterations;Od.length<Ad;){_d&&Ed.update(_d),_d=Ed.update(ud).finalize(gd),Ed.reset();for(var kd=1;kd<Nd;kd++)_d=Ed.finalize(_d),Ed.reset();Td.concat(_d)}return Td.sigBytes=Ad*4,Td}});ed.EvpKDF=function(ud,gd,_d){return cd.create(_d).compute(ud,gd)}}(),Ja.EvpKDF})}(evpkdf)),evpkdf.exports}var cipherCore={exports:{}},hasRequiredCipherCore;function requireCipherCore(){return hasRequiredCipherCore||(hasRequiredCipherCore=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireEvpkdf())})(commonjsGlobal,function(Ja){Ja.lib.Cipher||function(ed){var td=Ja,rd=td.lib,od=rd.Base,sd=rd.WordArray,ld=rd.BufferedBlockAlgorithm,cd=td.enc;cd.Utf8;var ud=cd.Base64,gd=td.algo,_d=gd.EvpKDF,yd=rd.Cipher=ld.extend({cfg:od.extend(),createEncryptor:function(Fd,Ud){return this.create(this._ENC_XFORM_MODE,Fd,Ud)},createDecryptor:function(Fd,Ud){return this.create(this._DEC_XFORM_MODE,Fd,Ud)},init:function(Fd,Ud,Vd){this.cfg=this.cfg.extend(Vd),this._xformMode=Fd,this._key=Ud,this.reset()},reset:function(){ld.reset.call(this),this._doReset()},process:function(Fd){return this._append(Fd),this._process()},finalize:function(Fd){Fd&&this._append(Fd);var Ud=this._doFinalize();return Ud},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function Fd(Ud){return typeof Ud=="string"?Pd:Md}return function(Ud){return{encrypt:function(Vd,qd,Wd){return Fd(qd).encrypt(Ud,Vd,qd,Wd)},decrypt:function(Vd,qd,Wd){return Fd(qd).decrypt(Ud,Vd,qd,Wd)}}}}()});rd.StreamCipher=yd.extend({_doFinalize:function(){var Fd=this._process(!0);return Fd},blockSize:1});var Ed=td.mode={},Td=rd.BlockCipherMode=od.extend({createEncryptor:function(Fd,Ud){return this.Encryptor.create(Fd,Ud)},createDecryptor:function(Fd,Ud){return this.Decryptor.create(Fd,Ud)},init:function(Fd,Ud){this._cipher=Fd,this._iv=Ud}}),Od=Ed.CBC=function(){var Fd=Td.extend();Fd.Encryptor=Fd.extend({processBlock:function(Vd,qd){var Wd=this._cipher,zd=Wd.blockSize;Ud.call(this,Vd,qd,zd),Wd.encryptBlock(Vd,qd),this._prevBlock=Vd.slice(qd,qd+zd)}}),Fd.Decryptor=Fd.extend({processBlock:function(Vd,qd){var Wd=this._cipher,zd=Wd.blockSize,Kd=Vd.slice(qd,qd+zd);Wd.decryptBlock(Vd,qd),Ud.call(this,Vd,qd,zd),this._prevBlock=Kd}});function Ud(Vd,qd,Wd){var zd,Kd=this._iv;Kd?(zd=Kd,this._iv=ed):zd=this._prevBlock;for(var Qd=0;Qd<Wd;Qd++)Vd[qd+Qd]^=zd[Qd]}return Fd}(),Ad=td.pad={},Nd=Ad.Pkcs7={pad:function(Fd,Ud){for(var Vd=Ud*4,qd=Vd-Fd.sigBytes%Vd,Wd=qd<<24|qd<<16|qd<<8|qd,zd=[],Kd=0;Kd<qd;Kd+=4)zd.push(Wd);var Qd=sd.create(zd,qd);Fd.concat(Qd)},unpad:function(Fd){var Ud=Fd.words[Fd.sigBytes-1>>>2]&255;Fd.sigBytes-=Ud}};rd.BlockCipher=yd.extend({cfg:yd.cfg.extend({mode:Od,padding:Nd}),reset:function(){var Fd;yd.reset.call(this);var Ud=this.cfg,Vd=Ud.iv,qd=Ud.mode;this._xformMode==this._ENC_XFORM_MODE?Fd=qd.createEncryptor:(Fd=qd.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==Fd?this._mode.init(this,Vd&&Vd.words):(this._mode=Fd.call(qd,this,Vd&&Vd.words),this._mode.__creator=Fd)},_doProcessBlock:function(Fd,Ud){this._mode.processBlock(Fd,Ud)},_doFinalize:function(){var Fd,Ud=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(Ud.pad(this._data,this.blockSize),Fd=this._process(!0)):(Fd=this._process(!0),Ud.unpad(Fd)),Fd},blockSize:128/32});var kd=rd.CipherParams=od.extend({init:function(Fd){this.mixIn(Fd)},toString:function(Fd){return(Fd||this.formatter).stringify(this)}}),Id=td.format={},Rd=Id.OpenSSL={stringify:function(Fd){var Ud,Vd=Fd.ciphertext,qd=Fd.salt;return qd?Ud=sd.create([1398893684,1701076831]).concat(qd).concat(Vd):Ud=Vd,Ud.toString(ud)},parse:function(Fd){var Ud,Vd=ud.parse(Fd),qd=Vd.words;return qd[0]==1398893684&&qd[1]==1701076831&&(Ud=sd.create(qd.slice(2,4)),qd.splice(0,4),Vd.sigBytes-=16),kd.create({ciphertext:Vd,salt:Ud})}},Md=rd.SerializableCipher=od.extend({cfg:od.extend({format:Rd}),encrypt:function(Fd,Ud,Vd,qd){qd=this.cfg.extend(qd);var Wd=Fd.createEncryptor(Vd,qd),zd=Wd.finalize(Ud),Kd=Wd.cfg;return kd.create({ciphertext:zd,key:Vd,iv:Kd.iv,algorithm:Fd,mode:Kd.mode,padding:Kd.padding,blockSize:Fd.blockSize,formatter:qd.format})},decrypt:function(Fd,Ud,Vd,qd){qd=this.cfg.extend(qd),Ud=this._parse(Ud,qd.format);var Wd=Fd.createDecryptor(Vd,qd).finalize(Ud.ciphertext);return Wd},_parse:function(Fd,Ud){return typeof Fd=="string"?Ud.parse(Fd,this):Fd}}),Ld=td.kdf={},jd=Ld.OpenSSL={execute:function(Fd,Ud,Vd,qd,Wd){if(qd||(qd=sd.random(64/8)),Wd)var zd=_d.create({keySize:Ud+Vd,hasher:Wd}).compute(Fd,qd);else var zd=_d.create({keySize:Ud+Vd}).compute(Fd,qd);var Kd=sd.create(zd.words.slice(Ud),Vd*4);return zd.sigBytes=Ud*4,kd.create({key:zd,iv:Kd,salt:qd})}},Pd=rd.PasswordBasedCipher=Md.extend({cfg:Md.cfg.extend({kdf:jd}),encrypt:function(Fd,Ud,Vd,qd){qd=this.cfg.extend(qd);var Wd=qd.kdf.execute(Vd,Fd.keySize,Fd.ivSize,qd.salt,qd.hasher);qd.iv=Wd.iv;var zd=Md.encrypt.call(this,Fd,Ud,Wd.key,qd);return zd.mixIn(Wd),zd},decrypt:function(Fd,Ud,Vd,qd){qd=this.cfg.extend(qd),Ud=this._parse(Ud,qd.format);var Wd=qd.kdf.execute(Vd,Fd.keySize,Fd.ivSize,Ud.salt,qd.hasher);qd.iv=Wd.iv;var zd=Md.decrypt.call(this,Fd,Ud,Wd.key,qd);return zd}})}()})}(cipherCore)),cipherCore.exports}var modeCfb={exports:{}},hasRequiredModeCfb;function requireModeCfb(){return hasRequiredModeCfb||(hasRequiredModeCfb=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.mode.CFB=function(){var ed=Ja.lib.BlockCipherMode.extend();ed.Encryptor=ed.extend({processBlock:function(rd,od){var sd=this._cipher,ld=sd.blockSize;td.call(this,rd,od,ld,sd),this._prevBlock=rd.slice(od,od+ld)}}),ed.Decryptor=ed.extend({processBlock:function(rd,od){var sd=this._cipher,ld=sd.blockSize,cd=rd.slice(od,od+ld);td.call(this,rd,od,ld,sd),this._prevBlock=cd}});function td(rd,od,sd,ld){var cd,ud=this._iv;ud?(cd=ud.slice(0),this._iv=void 0):cd=this._prevBlock,ld.encryptBlock(cd,0);for(var gd=0;gd<sd;gd++)rd[od+gd]^=cd[gd]}return ed}(),Ja.mode.CFB})}(modeCfb)),modeCfb.exports}var modeCtr={exports:{}},hasRequiredModeCtr;function requireModeCtr(){return hasRequiredModeCtr||(hasRequiredModeCtr=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.mode.CTR=function(){var ed=Ja.lib.BlockCipherMode.extend(),td=ed.Encryptor=ed.extend({processBlock:function(rd,od){var sd=this._cipher,ld=sd.blockSize,cd=this._iv,ud=this._counter;cd&&(ud=this._counter=cd.slice(0),this._iv=void 0);var gd=ud.slice(0);sd.encryptBlock(gd,0),ud[ld-1]=ud[ld-1]+1|0;for(var _d=0;_d<ld;_d++)rd[od+_d]^=gd[_d]}});return ed.Decryptor=td,ed}(),Ja.mode.CTR})}(modeCtr)),modeCtr.exports}var modeCtrGladman={exports:{}},hasRequiredModeCtrGladman;function requireModeCtrGladman(){return hasRequiredModeCtrGladman||(hasRequiredModeCtrGladman=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){/** @preserve
* Counter block mode compatible with Dr Brian Gladman fileenc.c
* derived from CryptoJS.mode.CTR
* Jan Hruby jhruby.web@gmail.com
*/return Ja.mode.CTRGladman=function(){var ed=Ja.lib.BlockCipherMode.extend();function td(sd){if((sd>>24&255)===255){var ld=sd>>16&255,cd=sd>>8&255,ud=sd&255;ld===255?(ld=0,cd===255?(cd=0,ud===255?ud=0:++ud):++cd):++ld,sd=0,sd+=ld<<16,sd+=cd<<8,sd+=ud}else sd+=1<<24;return sd}function rd(sd){return(sd[0]=td(sd[0]))===0&&(sd[1]=td(sd[1])),sd}var od=ed.Encryptor=ed.extend({processBlock:function(sd,ld){var cd=this._cipher,ud=cd.blockSize,gd=this._iv,_d=this._counter;gd&&(_d=this._counter=gd.slice(0),this._iv=void 0),rd(_d);var yd=_d.slice(0);cd.encryptBlock(yd,0);for(var Ed=0;Ed<ud;Ed++)sd[ld+Ed]^=yd[Ed]}});return ed.Decryptor=od,ed}(),Ja.mode.CTRGladman})}(modeCtrGladman)),modeCtrGladman.exports}var modeOfb={exports:{}},hasRequiredModeOfb;function requireModeOfb(){return hasRequiredModeOfb||(hasRequiredModeOfb=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.mode.OFB=function(){var ed=Ja.lib.BlockCipherMode.extend(),td=ed.Encryptor=ed.extend({processBlock:function(rd,od){var sd=this._cipher,ld=sd.blockSize,cd=this._iv,ud=this._keystream;cd&&(ud=this._keystream=cd.slice(0),this._iv=void 0),sd.encryptBlock(ud,0);for(var gd=0;gd<ld;gd++)rd[od+gd]^=ud[gd]}});return ed.Decryptor=td,ed}(),Ja.mode.OFB})}(modeOfb)),modeOfb.exports}var modeEcb={exports:{}},hasRequiredModeEcb;function requireModeEcb(){return hasRequiredModeEcb||(hasRequiredModeEcb=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.mode.ECB=function(){var ed=Ja.lib.BlockCipherMode.extend();return ed.Encryptor=ed.extend({processBlock:function(td,rd){this._cipher.encryptBlock(td,rd)}}),ed.Decryptor=ed.extend({processBlock:function(td,rd){this._cipher.decryptBlock(td,rd)}}),ed}(),Ja.mode.ECB})}(modeEcb)),modeEcb.exports}var padAnsix923={exports:{}},hasRequiredPadAnsix923;function requirePadAnsix923(){return hasRequiredPadAnsix923||(hasRequiredPadAnsix923=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.pad.AnsiX923={pad:function(ed,td){var rd=ed.sigBytes,od=td*4,sd=od-rd%od,ld=rd+sd-1;ed.clamp(),ed.words[ld>>>2]|=sd<<24-ld%4*8,ed.sigBytes+=sd},unpad:function(ed){var td=ed.words[ed.sigBytes-1>>>2]&255;ed.sigBytes-=td}},Ja.pad.Ansix923})}(padAnsix923)),padAnsix923.exports}var padIso10126={exports:{}},hasRequiredPadIso10126;function requirePadIso10126(){return hasRequiredPadIso10126||(hasRequiredPadIso10126=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.pad.Iso10126={pad:function(ed,td){var rd=td*4,od=rd-ed.sigBytes%rd;ed.concat(Ja.lib.WordArray.random(od-1)).concat(Ja.lib.WordArray.create([od<<24],1))},unpad:function(ed){var td=ed.words[ed.sigBytes-1>>>2]&255;ed.sigBytes-=td}},Ja.pad.Iso10126})}(padIso10126)),padIso10126.exports}var padIso97971={exports:{}},hasRequiredPadIso97971;function requirePadIso97971(){return hasRequiredPadIso97971||(hasRequiredPadIso97971=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.pad.Iso97971={pad:function(ed,td){ed.concat(Ja.lib.WordArray.create([2147483648],1)),Ja.pad.ZeroPadding.pad(ed,td)},unpad:function(ed){Ja.pad.ZeroPadding.unpad(ed),ed.sigBytes--}},Ja.pad.Iso97971})}(padIso97971)),padIso97971.exports}var padZeropadding={exports:{}},hasRequiredPadZeropadding;function requirePadZeropadding(){return hasRequiredPadZeropadding||(hasRequiredPadZeropadding=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.pad.ZeroPadding={pad:function(ed,td){var rd=td*4;ed.clamp(),ed.sigBytes+=rd-(ed.sigBytes%rd||rd)},unpad:function(ed){for(var td=ed.words,rd=ed.sigBytes-1,rd=ed.sigBytes-1;rd>=0;rd--)if(td[rd>>>2]>>>24-rd%4*8&255){ed.sigBytes=rd+1;break}}},Ja.pad.ZeroPadding})}(padZeropadding)),padZeropadding.exports}var padNopadding={exports:{}},hasRequiredPadNopadding;function requirePadNopadding(){return hasRequiredPadNopadding||(hasRequiredPadNopadding=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return Ja.pad.NoPadding={pad:function(){},unpad:function(){}},Ja.pad.NoPadding})}(padNopadding)),padNopadding.exports}var formatHex={exports:{}},hasRequiredFormatHex;function requireFormatHex(){return hasRequiredFormatHex||(hasRequiredFormatHex=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireCipherCore())})(commonjsGlobal,function(Ja){return function(ed){var td=Ja,rd=td.lib,od=rd.CipherParams,sd=td.enc,ld=sd.Hex,cd=td.format;cd.Hex={stringify:function(ud){return ud.ciphertext.toString(ld)},parse:function(ud){var gd=ld.parse(ud);return od.create({ciphertext:gd})}}}(),Ja.format.Hex})}(formatHex)),formatHex.exports}var aes={exports:{}},hasRequiredAes;function requireAes(){return hasRequiredAes||(hasRequiredAes=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.BlockCipher,od=ed.algo,sd=[],ld=[],cd=[],ud=[],gd=[],_d=[],yd=[],Ed=[],Td=[],Od=[];(function(){for(var kd=[],Id=0;Id<256;Id++)Id<128?kd[Id]=Id<<1:kd[Id]=Id<<1^283;for(var Rd=0,Md=0,Id=0;Id<256;Id++){var Ld=Md^Md<<1^Md<<2^Md<<3^Md<<4;Ld=Ld>>>8^Ld&255^99,sd[Rd]=Ld,ld[Ld]=Rd;var jd=kd[Rd],Pd=kd[jd],Fd=kd[Pd],Ud=kd[Ld]*257^Ld*16843008;cd[Rd]=Ud<<24|Ud>>>8,ud[Rd]=Ud<<16|Ud>>>16,gd[Rd]=Ud<<8|Ud>>>24,_d[Rd]=Ud;var Ud=Fd*16843009^Pd*65537^jd*257^Rd*16843008;yd[Ld]=Ud<<24|Ud>>>8,Ed[Ld]=Ud<<16|Ud>>>16,Td[Ld]=Ud<<8|Ud>>>24,Od[Ld]=Ud,Rd?(Rd=jd^kd[kd[kd[Fd^jd]]],Md^=kd[kd[Md]]):Rd=Md=1}})();var Ad=[0,1,2,4,8,16,32,64,128,27,54],Nd=od.AES=rd.extend({_doReset:function(){var kd;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var Id=this._keyPriorReset=this._key,Rd=Id.words,Md=Id.sigBytes/4,Ld=this._nRounds=Md+6,jd=(Ld+1)*4,Pd=this._keySchedule=[],Fd=0;Fd<jd;Fd++)Fd<Md?Pd[Fd]=Rd[Fd]:(kd=Pd[Fd-1],Fd%Md?Md>6&&Fd%Md==4&&(kd=sd[kd>>>24]<<24|sd[kd>>>16&255]<<16|sd[kd>>>8&255]<<8|sd[kd&255]):(kd=kd<<8|kd>>>24,kd=sd[kd>>>24]<<24|sd[kd>>>16&255]<<16|sd[kd>>>8&255]<<8|sd[kd&255],kd^=Ad[Fd/Md|0]<<24),Pd[Fd]=Pd[Fd-Md]^kd);for(var Ud=this._invKeySchedule=[],Vd=0;Vd<jd;Vd++){var Fd=jd-Vd;if(Vd%4)var kd=Pd[Fd];else var kd=Pd[Fd-4];Vd<4||Fd<=4?Ud[Vd]=kd:Ud[Vd]=yd[sd[kd>>>24]]^Ed[sd[kd>>>16&255]]^Td[sd[kd>>>8&255]]^Od[sd[kd&255]]}}},encryptBlock:function(kd,Id){this._doCryptBlock(kd,Id,this._keySchedule,cd,ud,gd,_d,sd)},decryptBlock:function(kd,Id){var Rd=kd[Id+1];kd[Id+1]=kd[Id+3],kd[Id+3]=Rd,this._doCryptBlock(kd,Id,this._invKeySchedule,yd,Ed,Td,Od,ld);var Rd=kd[Id+1];kd[Id+1]=kd[Id+3],kd[Id+3]=Rd},_doCryptBlock:function(kd,Id,Rd,Md,Ld,jd,Pd,Fd){for(var Ud=this._nRounds,Vd=kd[Id]^Rd[0],qd=kd[Id+1]^Rd[1],Wd=kd[Id+2]^Rd[2],zd=kd[Id+3]^Rd[3],Kd=4,Qd=1;Qd<Ud;Qd++){var hf=Md[Vd>>>24]^Ld[qd>>>16&255]^jd[Wd>>>8&255]^Pd[zd&255]^Rd[Kd++],gf=Md[qd>>>24]^Ld[Wd>>>16&255]^jd[zd>>>8&255]^Pd[Vd&255]^Rd[Kd++],bf=Md[Wd>>>24]^Ld[zd>>>16&255]^jd[Vd>>>8&255]^Pd[qd&255]^Rd[Kd++],kf=Md[zd>>>24]^Ld[Vd>>>16&255]^jd[qd>>>8&255]^Pd[Wd&255]^Rd[Kd++];Vd=hf,qd=gf,Wd=bf,zd=kf}var hf=(Fd[Vd>>>24]<<24|Fd[qd>>>16&255]<<16|Fd[Wd>>>8&255]<<8|Fd[zd&255])^Rd[Kd++],gf=(Fd[qd>>>24]<<24|Fd[Wd>>>16&255]<<16|Fd[zd>>>8&255]<<8|Fd[Vd&255])^Rd[Kd++],bf=(Fd[Wd>>>24]<<24|Fd[zd>>>16&255]<<16|Fd[Vd>>>8&255]<<8|Fd[qd&255])^Rd[Kd++],kf=(Fd[zd>>>24]<<24|Fd[Vd>>>16&255]<<16|Fd[qd>>>8&255]<<8|Fd[Wd&255])^Rd[Kd++];kd[Id]=hf,kd[Id+1]=gf,kd[Id+2]=bf,kd[Id+3]=kf},keySize:256/32});ed.AES=rd._createHelper(Nd)}(),Ja.AES})}(aes)),aes.exports}var tripledes={exports:{}},hasRequiredTripledes;function requireTripledes(){return hasRequiredTripledes||(hasRequiredTripledes=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.WordArray,od=td.BlockCipher,sd=ed.algo,ld=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],cd=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],ud=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],gd=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],_d=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],yd=sd.DES=od.extend({_doReset:function(){for(var Ad=this._key,Nd=Ad.words,kd=[],Id=0;Id<56;Id++){var Rd=ld[Id]-1;kd[Id]=Nd[Rd>>>5]>>>31-Rd%32&1}for(var Md=this._subKeys=[],Ld=0;Ld<16;Ld++){for(var jd=Md[Ld]=[],Pd=ud[Ld],Id=0;Id<24;Id++)jd[Id/6|0]|=kd[(cd[Id]-1+Pd)%28]<<31-Id%6,jd[4+(Id/6|0)]|=kd[28+(cd[Id+24]-1+Pd)%28]<<31-Id%6;jd[0]=jd[0]<<1|jd[0]>>>31;for(var Id=1;Id<7;Id++)jd[Id]=jd[Id]>>>(Id-1)*4+3;jd[7]=jd[7]<<5|jd[7]>>>27}for(var Fd=this._invSubKeys=[],Id=0;Id<16;Id++)Fd[Id]=Md[15-Id]},encryptBlock:function(Ad,Nd){this._doCryptBlock(Ad,Nd,this._subKeys)},decryptBlock:function(Ad,Nd){this._doCryptBlock(Ad,Nd,this._invSubKeys)},_doCryptBlock:function(Ad,Nd,kd){this._lBlock=Ad[Nd],this._rBlock=Ad[Nd+1],Ed.call(this,4,252645135),Ed.call(this,16,65535),Td.call(this,2,858993459),Td.call(this,8,16711935),Ed.call(this,1,1431655765);for(var Id=0;Id<16;Id++){for(var Rd=kd[Id],Md=this._lBlock,Ld=this._rBlock,jd=0,Pd=0;Pd<8;Pd++)jd|=gd[Pd][((Ld^Rd[Pd])&_d[Pd])>>>0];this._lBlock=Ld,this._rBlock=Md^jd}var Fd=this._lBlock;this._lBlock=this._rBlock,this._rBlock=Fd,Ed.call(this,1,1431655765),Td.call(this,8,16711935),Td.call(this,2,858993459),Ed.call(this,16,65535),Ed.call(this,4,252645135),Ad[Nd]=this._lBlock,Ad[Nd+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function Ed(Ad,Nd){var kd=(this._lBlock>>>Ad^this._rBlock)&Nd;this._rBlock^=kd,this._lBlock^=kd<<Ad}function Td(Ad,Nd){var kd=(this._rBlock>>>Ad^this._lBlock)&Nd;this._lBlock^=kd,this._rBlock^=kd<<Ad}ed.DES=od._createHelper(yd);var Od=sd.TripleDES=od.extend({_doReset:function(){var Ad=this._key,Nd=Ad.words;if(Nd.length!==2&&Nd.length!==4&&Nd.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var kd=Nd.slice(0,2),Id=Nd.length<4?Nd.slice(0,2):Nd.slice(2,4),Rd=Nd.length<6?Nd.slice(0,2):Nd.slice(4,6);this._des1=yd.createEncryptor(rd.create(kd)),this._des2=yd.createEncryptor(rd.create(Id)),this._des3=yd.createEncryptor(rd.create(Rd))},encryptBlock:function(Ad,Nd){this._des1.encryptBlock(Ad,Nd),this._des2.decryptBlock(Ad,Nd),this._des3.encryptBlock(Ad,Nd)},decryptBlock:function(Ad,Nd){this._des3.decryptBlock(Ad,Nd),this._des2.encryptBlock(Ad,Nd),this._des1.decryptBlock(Ad,Nd)},keySize:192/32,ivSize:64/32,blockSize:64/32});ed.TripleDES=od._createHelper(Od)}(),Ja.TripleDES})}(tripledes)),tripledes.exports}var rc4={exports:{}},hasRequiredRc4;function requireRc4(){return hasRequiredRc4||(hasRequiredRc4=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.StreamCipher,od=ed.algo,sd=od.RC4=rd.extend({_doReset:function(){for(var ud=this._key,gd=ud.words,_d=ud.sigBytes,yd=this._S=[],Ed=0;Ed<256;Ed++)yd[Ed]=Ed;for(var Ed=0,Td=0;Ed<256;Ed++){var Od=Ed%_d,Ad=gd[Od>>>2]>>>24-Od%4*8&255;Td=(Td+yd[Ed]+Ad)%256;var Nd=yd[Ed];yd[Ed]=yd[Td],yd[Td]=Nd}this._i=this._j=0},_doProcessBlock:function(ud,gd){ud[gd]^=ld.call(this)},keySize:256/32,ivSize:0});function ld(){for(var ud=this._S,gd=this._i,_d=this._j,yd=0,Ed=0;Ed<4;Ed++){gd=(gd+1)%256,_d=(_d+ud[gd])%256;var Td=ud[gd];ud[gd]=ud[_d],ud[_d]=Td,yd|=ud[(ud[gd]+ud[_d])%256]<<24-Ed*8}return this._i=gd,this._j=_d,yd}ed.RC4=rd._createHelper(sd);var cd=od.RC4Drop=sd.extend({cfg:sd.cfg.extend({drop:192}),_doReset:function(){sd._doReset.call(this);for(var ud=this.cfg.drop;ud>0;ud--)ld.call(this)}});ed.RC4Drop=rd._createHelper(cd)}(),Ja.RC4})}(rc4)),rc4.exports}var rabbit={exports:{}},hasRequiredRabbit;function requireRabbit(){return hasRequiredRabbit||(hasRequiredRabbit=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.StreamCipher,od=ed.algo,sd=[],ld=[],cd=[],ud=od.Rabbit=rd.extend({_doReset:function(){for(var _d=this._key.words,yd=this.cfg.iv,Ed=0;Ed<4;Ed++)_d[Ed]=(_d[Ed]<<8|_d[Ed]>>>24)&16711935|(_d[Ed]<<24|_d[Ed]>>>8)&4278255360;var Td=this._X=[_d[0],_d[3]<<16|_d[2]>>>16,_d[1],_d[0]<<16|_d[3]>>>16,_d[2],_d[1]<<16|_d[0]>>>16,_d[3],_d[2]<<16|_d[1]>>>16],Od=this._C=[_d[2]<<16|_d[2]>>>16,_d[0]&4294901760|_d[1]&65535,_d[3]<<16|_d[3]>>>16,_d[1]&4294901760|_d[2]&65535,_d[0]<<16|_d[0]>>>16,_d[2]&4294901760|_d[3]&65535,_d[1]<<16|_d[1]>>>16,_d[3]&4294901760|_d[0]&65535];this._b=0;for(var Ed=0;Ed<4;Ed++)gd.call(this);for(var Ed=0;Ed<8;Ed++)Od[Ed]^=Td[Ed+4&7];if(yd){var Ad=yd.words,Nd=Ad[0],kd=Ad[1],Id=(Nd<<8|Nd>>>24)&16711935|(Nd<<24|Nd>>>8)&4278255360,Rd=(kd<<8|kd>>>24)&16711935|(kd<<24|kd>>>8)&4278255360,Md=Id>>>16|Rd&4294901760,Ld=Rd<<16|Id&65535;Od[0]^=Id,Od[1]^=Md,Od[2]^=Rd,Od[3]^=Ld,Od[4]^=Id,Od[5]^=Md,Od[6]^=Rd,Od[7]^=Ld;for(var Ed=0;Ed<4;Ed++)gd.call(this)}},_doProcessBlock:function(_d,yd){var Ed=this._X;gd.call(this),sd[0]=Ed[0]^Ed[5]>>>16^Ed[3]<<16,sd[1]=Ed[2]^Ed[7]>>>16^Ed[5]<<16,sd[2]=Ed[4]^Ed[1]>>>16^Ed[7]<<16,sd[3]=Ed[6]^Ed[3]>>>16^Ed[1]<<16;for(var Td=0;Td<4;Td++)sd[Td]=(sd[Td]<<8|sd[Td]>>>24)&16711935|(sd[Td]<<24|sd[Td]>>>8)&4278255360,_d[yd+Td]^=sd[Td]},blockSize:128/32,ivSize:64/32});function gd(){for(var _d=this._X,yd=this._C,Ed=0;Ed<8;Ed++)ld[Ed]=yd[Ed];yd[0]=yd[0]+1295307597+this._b|0,yd[1]=yd[1]+3545052371+(yd[0]>>>0<ld[0]>>>0?1:0)|0,yd[2]=yd[2]+886263092+(yd[1]>>>0<ld[1]>>>0?1:0)|0,yd[3]=yd[3]+1295307597+(yd[2]>>>0<ld[2]>>>0?1:0)|0,yd[4]=yd[4]+3545052371+(yd[3]>>>0<ld[3]>>>0?1:0)|0,yd[5]=yd[5]+886263092+(yd[4]>>>0<ld[4]>>>0?1:0)|0,yd[6]=yd[6]+1295307597+(yd[5]>>>0<ld[5]>>>0?1:0)|0,yd[7]=yd[7]+3545052371+(yd[6]>>>0<ld[6]>>>0?1:0)|0,this._b=yd[7]>>>0<ld[7]>>>0?1:0;for(var Ed=0;Ed<8;Ed++){var Td=_d[Ed]+yd[Ed],Od=Td&65535,Ad=Td>>>16,Nd=((Od*Od>>>17)+Od*Ad>>>15)+Ad*Ad,kd=((Td&4294901760)*Td|0)+((Td&65535)*Td|0);cd[Ed]=Nd^kd}_d[0]=cd[0]+(cd[7]<<16|cd[7]>>>16)+(cd[6]<<16|cd[6]>>>16)|0,_d[1]=cd[1]+(cd[0]<<8|cd[0]>>>24)+cd[7]|0,_d[2]=cd[2]+(cd[1]<<16|cd[1]>>>16)+(cd[0]<<16|cd[0]>>>16)|0,_d[3]=cd[3]+(cd[2]<<8|cd[2]>>>24)+cd[1]|0,_d[4]=cd[4]+(cd[3]<<16|cd[3]>>>16)+(cd[2]<<16|cd[2]>>>16)|0,_d[5]=cd[5]+(cd[4]<<8|cd[4]>>>24)+cd[3]|0,_d[6]=cd[6]+(cd[5]<<16|cd[5]>>>16)+(cd[4]<<16|cd[4]>>>16)|0,_d[7]=cd[7]+(cd[6]<<8|cd[6]>>>24)+cd[5]|0}ed.Rabbit=rd._createHelper(ud)}(),Ja.Rabbit})}(rabbit)),rabbit.exports}var rabbitLegacy={exports:{}},hasRequiredRabbitLegacy;function requireRabbitLegacy(){return hasRequiredRabbitLegacy||(hasRequiredRabbitLegacy=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.StreamCipher,od=ed.algo,sd=[],ld=[],cd=[],ud=od.RabbitLegacy=rd.extend({_doReset:function(){var _d=this._key.words,yd=this.cfg.iv,Ed=this._X=[_d[0],_d[3]<<16|_d[2]>>>16,_d[1],_d[0]<<16|_d[3]>>>16,_d[2],_d[1]<<16|_d[0]>>>16,_d[3],_d[2]<<16|_d[1]>>>16],Td=this._C=[_d[2]<<16|_d[2]>>>16,_d[0]&4294901760|_d[1]&65535,_d[3]<<16|_d[3]>>>16,_d[1]&4294901760|_d[2]&65535,_d[0]<<16|_d[0]>>>16,_d[2]&4294901760|_d[3]&65535,_d[1]<<16|_d[1]>>>16,_d[3]&4294901760|_d[0]&65535];this._b=0;for(var Od=0;Od<4;Od++)gd.call(this);for(var Od=0;Od<8;Od++)Td[Od]^=Ed[Od+4&7];if(yd){var Ad=yd.words,Nd=Ad[0],kd=Ad[1],Id=(Nd<<8|Nd>>>24)&16711935|(Nd<<24|Nd>>>8)&4278255360,Rd=(kd<<8|kd>>>24)&16711935|(kd<<24|kd>>>8)&4278255360,Md=Id>>>16|Rd&4294901760,Ld=Rd<<16|Id&65535;Td[0]^=Id,Td[1]^=Md,Td[2]^=Rd,Td[3]^=Ld,Td[4]^=Id,Td[5]^=Md,Td[6]^=Rd,Td[7]^=Ld;for(var Od=0;Od<4;Od++)gd.call(this)}},_doProcessBlock:function(_d,yd){var Ed=this._X;gd.call(this),sd[0]=Ed[0]^Ed[5]>>>16^Ed[3]<<16,sd[1]=Ed[2]^Ed[7]>>>16^Ed[5]<<16,sd[2]=Ed[4]^Ed[1]>>>16^Ed[7]<<16,sd[3]=Ed[6]^Ed[3]>>>16^Ed[1]<<16;for(var Td=0;Td<4;Td++)sd[Td]=(sd[Td]<<8|sd[Td]>>>24)&16711935|(sd[Td]<<24|sd[Td]>>>8)&4278255360,_d[yd+Td]^=sd[Td]},blockSize:128/32,ivSize:64/32});function gd(){for(var _d=this._X,yd=this._C,Ed=0;Ed<8;Ed++)ld[Ed]=yd[Ed];yd[0]=yd[0]+1295307597+this._b|0,yd[1]=yd[1]+3545052371+(yd[0]>>>0<ld[0]>>>0?1:0)|0,yd[2]=yd[2]+886263092+(yd[1]>>>0<ld[1]>>>0?1:0)|0,yd[3]=yd[3]+1295307597+(yd[2]>>>0<ld[2]>>>0?1:0)|0,yd[4]=yd[4]+3545052371+(yd[3]>>>0<ld[3]>>>0?1:0)|0,yd[5]=yd[5]+886263092+(yd[4]>>>0<ld[4]>>>0?1:0)|0,yd[6]=yd[6]+1295307597+(yd[5]>>>0<ld[5]>>>0?1:0)|0,yd[7]=yd[7]+3545052371+(yd[6]>>>0<ld[6]>>>0?1:0)|0,this._b=yd[7]>>>0<ld[7]>>>0?1:0;for(var Ed=0;Ed<8;Ed++){var Td=_d[Ed]+yd[Ed],Od=Td&65535,Ad=Td>>>16,Nd=((Od*Od>>>17)+Od*Ad>>>15)+Ad*Ad,kd=((Td&4294901760)*Td|0)+((Td&65535)*Td|0);cd[Ed]=Nd^kd}_d[0]=cd[0]+(cd[7]<<16|cd[7]>>>16)+(cd[6]<<16|cd[6]>>>16)|0,_d[1]=cd[1]+(cd[0]<<8|cd[0]>>>24)+cd[7]|0,_d[2]=cd[2]+(cd[1]<<16|cd[1]>>>16)+(cd[0]<<16|cd[0]>>>16)|0,_d[3]=cd[3]+(cd[2]<<8|cd[2]>>>24)+cd[1]|0,_d[4]=cd[4]+(cd[3]<<16|cd[3]>>>16)+(cd[2]<<16|cd[2]>>>16)|0,_d[5]=cd[5]+(cd[4]<<8|cd[4]>>>24)+cd[3]|0,_d[6]=cd[6]+(cd[5]<<16|cd[5]>>>16)+(cd[4]<<16|cd[4]>>>16)|0,_d[7]=cd[7]+(cd[6]<<8|cd[6]>>>24)+cd[5]|0}ed.RabbitLegacy=rd._createHelper(ud)}(),Ja.RabbitLegacy})}(rabbitLegacy)),rabbitLegacy.exports}var blowfish={exports:{}},hasRequiredBlowfish;function requireBlowfish(){return hasRequiredBlowfish||(hasRequiredBlowfish=1,function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(Ja){return function(){var ed=Ja,td=ed.lib,rd=td.BlockCipher,od=ed.algo;const sd=16,ld=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],cd=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var ud={pbox:[],sbox:[]};function gd(Od,Ad){let Nd=Ad>>24&255,kd=Ad>>16&255,Id=Ad>>8&255,Rd=Ad&255,Md=Od.sbox[0][Nd]+Od.sbox[1][kd];return Md=Md^Od.sbox[2][Id],Md=Md+Od.sbox[3][Rd],Md}function _d(Od,Ad,Nd){let kd=Ad,Id=Nd,Rd;for(let Md=0;Md<sd;++Md)kd=kd^Od.pbox[Md],Id=gd(Od,kd)^Id,Rd=kd,kd=Id,Id=Rd;return Rd=kd,kd=Id,Id=Rd,Id=Id^Od.pbox[sd],kd=kd^Od.pbox[sd+1],{left:kd,right:Id}}function yd(Od,Ad,Nd){let kd=Ad,Id=Nd,Rd;for(let Md=sd+1;Md>1;--Md)kd=kd^Od.pbox[Md],Id=gd(Od,kd)^Id,Rd=kd,kd=Id,Id=Rd;return Rd=kd,kd=Id,Id=Rd,Id=Id^Od.pbox[1],kd=kd^Od.pbox[0],{left:kd,right:Id}}function Ed(Od,Ad,Nd){for(let Ld=0;Ld<4;Ld++){Od.sbox[Ld]=[];for(let jd=0;jd<256;jd++)Od.sbox[Ld][jd]=cd[Ld][jd]}let kd=0;for(let Ld=0;Ld<sd+2;Ld++)Od.pbox[Ld]=ld[Ld]^Ad[kd],kd++,kd>=Nd&&(kd=0);let Id=0,Rd=0,Md=0;for(let Ld=0;Ld<sd+2;Ld+=2)Md=_d(Od,Id,Rd),Id=Md.left,Rd=Md.right,Od.pbox[Ld]=Id,Od.pbox[Ld+1]=Rd;for(let Ld=0;Ld<4;Ld++)for(let jd=0;jd<256;jd+=2)Md=_d(Od,Id,Rd),Id=Md.left,Rd=Md.right,Od.sbox[Ld][jd]=Id,Od.sbox[Ld][jd+1]=Rd;return!0}var Td=od.Blowfish=rd.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var Od=this._keyPriorReset=this._key,Ad=Od.words,Nd=Od.sigBytes/4;Ed(ud,Ad,Nd)}},encryptBlock:function(Od,Ad){var Nd=_d(ud,Od[Ad],Od[Ad+1]);Od[Ad]=Nd.left,Od[Ad+1]=Nd.right},decryptBlock:function(Od,Ad){var Nd=yd(ud,Od[Ad],Od[Ad+1]);Od[Ad]=Nd.left,Od[Ad+1]=Nd.right},blockSize:64/32,keySize:128/32,ivSize:64/32});ed.Blowfish=rd._createHelper(Td)}(),Ja.Blowfish})}(blowfish)),blowfish.exports}(function(Ra,qa){(function(Ja,ed,td){Ra.exports=ed(requireCore(),requireX64Core(),requireLibTypedarrays(),requireEncUtf16(),requireEncBase64(),requireEncBase64url(),requireMd5(),requireSha1(),requireSha256(),requireSha224(),requireSha512(),requireSha384(),requireSha3(),requireRipemd160(),requireHmac(),requirePbkdf2(),requireEvpkdf(),requireCipherCore(),requireModeCfb(),requireModeCtr(),requireModeCtrGladman(),requireModeOfb(),requireModeEcb(),requirePadAnsix923(),requirePadIso10126(),requirePadIso97971(),requirePadZeropadding(),requirePadNopadding(),requireFormatHex(),requireAes(),requireTripledes(),requireRc4(),requireRabbit(),requireRabbitLegacy(),requireBlowfish())})(commonjsGlobal,function(Ja){return Ja})})(cryptoJs);var cryptoJsExports=cryptoJs.exports;const CryptoJS=getDefaultExportFromCjs(cryptoJsExports);var aliyunOssSdk={exports:{}};(function(Ra,qa){(function(Ja){(function(ed){Ra.exports=ed()})(function(){return function(){function ed(td,rd,od){function sd(ud,gd){if(!rd[ud]){if(!td[ud]){var _d=typeof commonjsRequire=="function"&&commonjsRequire;if(!gd&&_d)return _d(ud,!0);if(ld)return ld(ud,!0);var yd=new Error("Cannot find module '"+ud+"'");throw yd.code="MODULE_NOT_FOUND",yd}var Ed=rd[ud]={exports:{}};td[ud][0].call(Ed.exports,function(Td){var Od=td[ud][1][Td];return sd(Od||Td)},Ed,Ed.exports,ed,td,rd,od)}return rd[ud].exports}for(var ld=typeof commonjsRequire=="function"&&commonjsRequire,cd=0;cd<od.length;cd++)sd(od[cd]);return sd}return ed}()({1:[function(ed,td,rd){var od=ed("./browser/client");od.Buffer=ed("buffer").Buffer,od.urllib=ed("../shims/xhr"),od.version=ed("./browser/version").version,td.exports=od},{"../shims/xhr":548,"./browser/client":3,"./browser/version":6,buffer:103}],2:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.array.slice.js");var cd=ed("assert"),ud=ed("../common/utils/checkBucketName"),gd=ud.checkBucketName,_d=rd;function yd(Td){return Array.isArray?Array.isArray(Td):Object.prototype.toString.call(Td)==="[object Array]"}function Ed(Td){return Td?yd(Td)?Td:[Td]:[]}_d.useBucket=function(Od){return gd(Od),this.options.bucket=Od,this},_d.setBucket=function(Od){return gd(Od),this.options.bucket=Od,this},_d.getBucket=function(){return this.options.bucket},_d.deleteBucket=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd){var Id,Rd;return sd.default.wrap(function(Ld){for(;;)switch(Ld.prev=Ld.next){case 0:return Id=this._bucketRequestParams("DELETE",Nd,"",kd),Ld.next=3,this.request(Id);case 3:if(Rd=Ld.sent,!(Rd.status===200||Rd.status===204)){Ld.next=6;break}return Ld.abrupt("return",{res:Rd.res});case 6:return Ld.next=8,this.requestError(Rd);case 8:throw Ld.sent;case 9:case"end":return Ld.stop()}},Ad,this)}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}(),_d.putBucketACL=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd,Id){var Rd,Md;return sd.default.wrap(function(jd){for(;;)switch(jd.prev=jd.next){case 0:return Rd=this._bucketRequestParams("PUT",Nd,"acl",Id),Rd.headers={"x-oss-acl":kd},Rd.successStatuses=[200],jd.next=5,this.request(Rd);case 5:return Md=jd.sent,jd.abrupt("return",{bucket:Md.headers.location&&Md.headers.location.substring(1)||null,res:Md.res});case 7:case"end":return jd.stop()}},Ad,this)}));function Od(Ad,Nd,kd){return Td.apply(this,arguments)}return Od}(),_d.getBucketACL=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd){var Id,Rd;return sd.default.wrap(function(Ld){for(;;)switch(Ld.prev=Ld.next){case 0:return Id=this._bucketRequestParams("GET",Nd,"acl",kd),Id.successStatuses=[200],Id.xmlResponse=!0,Ld.next=5,this.request(Id);case 5:return Rd=Ld.sent,Ld.abrupt("return",{acl:Rd.data.AccessControlList.Grant,owner:{id:Rd.data.Owner.ID,displayName:Rd.data.Owner.DisplayName},res:Rd.res});case 7:case"end":return Ld.stop()}},Ad,this)}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}(),_d.putBucketLogging=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd,Id){var Rd,Md,Ld;return sd.default.wrap(function(Pd){for(;;)switch(Pd.prev=Pd.next){case 0:return Rd=this._bucketRequestParams("PUT",Nd,"logging",Id),Md=`<?xml version="1.0" encoding="UTF-8"?>
<BucketLoggingStatus>
<LoggingEnabled>
<TargetBucket>`.concat(Nd,`</TargetBucket>
`),kd&&(Md+="<TargetPrefix>".concat(kd,`</TargetPrefix>
`)),Md+=`</LoggingEnabled>
</BucketLoggingStatus>`,Rd.content=Md,Rd.mime="xml",Rd.successStatuses=[200],Pd.next=9,this.request(Rd);case 9:return Ld=Pd.sent,Pd.abrupt("return",{res:Ld.res});case 11:case"end":return Pd.stop()}},Ad,this)}));function Od(Ad,Nd,kd){return Td.apply(this,arguments)}return Od}(),_d.getBucketLogging=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd){var Id,Rd,Md;return sd.default.wrap(function(jd){for(;;)switch(jd.prev=jd.next){case 0:return Id=this._bucketRequestParams("GET",Nd,"logging",kd),Id.successStatuses=[200],Id.xmlResponse=!0,jd.next=5,this.request(Id);case 5:return Rd=jd.sent,Md=Rd.data.LoggingEnabled,jd.abrupt("return",{enable:!!Md,prefix:Md&&Md.TargetPrefix||null,res:Rd.res});case 8:case"end":return jd.stop()}},Ad,this)}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}(),_d.deleteBucketLogging=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd){var Id,Rd;return sd.default.wrap(function(Ld){for(;;)switch(Ld.prev=Ld.next){case 0:return Id=this._bucketRequestParams("DELETE",Nd,"logging",kd),Id.successStatuses=[204,200],Ld.next=4,this.request(Id);case 4:return Rd=Ld.sent,Ld.abrupt("return",{res:Rd.res});case 6:case"end":return Ld.stop()}},Ad,this)}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}(),_d.putBucketCORS=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd,Id){var Rd,Md,Ld,jd,Pd,Fd,Ud,Vd,qd,Wd;return sd.default.wrap(function(Kd){for(;;)switch(Kd.prev=Kd.next){case 0:for(kd=kd||[],cd(kd.length,"rules is required"),kd.forEach(function(Qd){cd(Qd.allowedOrigin,"allowedOrigin is required"),cd(Qd.allowedMethod,"allowedMethod is required")}),Rd=this._bucketRequestParams("PUT",Nd,"cors",Id),Md=`<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration>`,Ld=function(hf){Md+="<AllowedOrigin>".concat(hf,"</AllowedOrigin>")},jd=function(hf){Md+="<AllowedMethod>".concat(hf,"</AllowedMethod>")},Pd=function(hf){Md+="<AllowedHeader>".concat(hf,"</AllowedHeader>")},Fd=function(hf){Md+="<ExposeHeader>".concat(hf,"</ExposeHeader>")},Ud=0,Vd=kd.length;Ud<Vd;Ud++)qd=kd[Ud],Md+="<CORSRule>",Ed(qd.allowedOrigin).forEach(Ld),Ed(qd.allowedMethod).forEach(jd),Ed(qd.allowedHeader).forEach(Pd),Ed(qd.exposeHeader).forEach(Fd),qd.maxAgeSeconds&&(Md+="<MaxAgeSeconds>".concat(qd.maxAgeSeconds,"</MaxAgeSeconds>")),Md+="</CORSRule>";return Md+="</CORSConfiguration>",Rd.content=Md,Rd.mime="xml",Rd.successStatuses=[200],Kd.next=16,this.request(Rd);case 16:return Wd=Kd.sent,Kd.abrupt("return",{res:Wd.res});case 18:case"end":return Kd.stop()}},Ad,this)}));function Od(Ad,Nd,kd){return Td.apply(this,arguments)}return Od}(),_d.getBucketCORS=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd){var Id,Rd,Md,Ld;return sd.default.wrap(function(Pd){for(;;)switch(Pd.prev=Pd.next){case 0:return Id=this._bucketRequestParams("GET",Nd,"cors",kd),Id.successStatuses=[200],Id.xmlResponse=!0,Pd.next=5,this.request(Id);case 5:return Rd=Pd.sent,Md=[],Rd.data&&Rd.data.CORSRule&&(Ld=Rd.data.CORSRule,yd(Ld)||(Ld=[Ld]),Ld.forEach(function(Fd){var Ud={};Object.keys(Fd).forEach(function(Vd){Ud[Vd.slice(0,1).toLowerCase()+Vd.slice(1,Vd.length)]=Fd[Vd]}),Md.push(Ud)})),Pd.abrupt("return",{rules:Md,res:Rd.res});case 9:case"end":return Pd.stop()}},Ad,this)}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}(),_d.deleteBucketCORS=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd){var Id,Rd;return sd.default.wrap(function(Ld){for(;;)switch(Ld.prev=Ld.next){case 0:return Id=this._bucketRequestParams("DELETE",Nd,"cors",kd),Id.successStatuses=[204],Ld.next=4,this.request(Id);case 4:return Rd=Ld.sent,Ld.abrupt("return",{res:Rd.res});case 6:case"end":return Ld.stop()}},Ad,this)}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}(),_d.putBucketReferer=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd,Id,Rd){var Md,Ld,jd,Pd;return sd.default.wrap(function(Ud){for(;;)switch(Ud.prev=Ud.next){case 0:if(Md=this._bucketRequestParams("PUT",Nd,"referer",Rd),Ld=`<?xml version="1.0" encoding="UTF-8"?>
<RefererConfiguration>
`,Ld+=" <AllowEmptyReferer>".concat(kd?"true":"false",`</AllowEmptyReferer>
`),Id&&Id.length>0){for(Ld+=` <RefererList>
`,jd=0;jd<Id.length;jd++)Ld+=" <Referer>".concat(Id[jd],`</Referer>
`);Ld+=` </RefererList>
`}else Ld+=` <RefererList />
`;return Ld+="</RefererConfiguration>",Md.content=Ld,Md.mime="xml",Md.successStatuses=[200],Ud.next=10,this.request(Md);case 10:return Pd=Ud.sent,Ud.abrupt("return",{res:Pd.res});case 12:case"end":return Ud.stop()}},Ad,this)}));function Od(Ad,Nd,kd,Id){return Td.apply(this,arguments)}return Od}(),_d.getBucketReferer=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd){var Id,Rd,Md;return sd.default.wrap(function(jd){for(;;)switch(jd.prev=jd.next){case 0:return Id=this._bucketRequestParams("GET",Nd,"referer",kd),Id.successStatuses=[200],Id.xmlResponse=!0,jd.next=5,this.request(Id);case 5:return Rd=jd.sent,Md=Rd.data.RefererList.Referer||null,Md&&(yd(Md)||(Md=[Md])),jd.abrupt("return",{allowEmpty:Rd.data.AllowEmptyReferer==="true",referers:Md,res:Rd.res});case 9:case"end":return jd.stop()}},Ad,this)}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}(),_d.deleteBucketReferer=function(){var Td=(0,ld.default)(sd.default.mark(function Ad(Nd,kd){return sd.default.wrap(function(Rd){for(;;)switch(Rd.prev=Rd.next){case 0:return Rd.next=2,this.putBucketReferer(Nd,!0,null,kd);case 2:return Rd.abrupt("return",Rd.sent);case 3:case"end":return Rd.stop()}},Ad,this)}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}(),_d._bucketRequestParams=function(Od,Ad,Nd,kd){return{method:Od,bucket:Ad,subres:Nd,additionalHeaders:kd&&kd.additionalHeaders,timeout:kd&&kd.timeout,ctx:kd&&kd.ctx}}},{"../common/utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,assert:95,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/web.dom-collections.for-each.js":382}],3:[function(ed,td,rd){(function(od,sd){(function(){var ld=ed("@babel/runtime/helpers/interopRequireDefault"),cd=ld(ed("@babel/runtime/regenerator")),ud=ld(ed("@babel/runtime/helpers/asyncToGenerator"));ed("core-js/modules/es.function.name.js"),ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.array.includes.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.symbol.js"),ed("core-js/modules/es.symbol.description.js"),ed("core-js/modules/es.array.slice.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.promise.js"),ed("core-js/modules/es.regexp.to-string.js");var gd=ed("debug")("ali-oss"),_d=ed("xml2js"),yd=ed("agentkeepalive"),Ed=ed("merge-descriptors"),Td=ed("platform"),Od=ed("utility"),Ad=ed("urllib"),Nd=ed("./version"),kd=ed("bowser"),Id=ed("../common/signUtils"),Rd=ed("../common/client/initOptions"),Md=ed("../common/utils/createRequest"),Ld=Md.createRequest,jd=ed("../common/utils/encoder"),Pd=jd.encoder,Fd=ed("../common/client/getReqUrl"),Ud=Fd.getReqUrl,Vd=ed("../common/utils/setSTSToken"),qd=Vd.setSTSToken,Wd=ed("../common/utils/retry"),zd=Wd.retry,Kd=ed("../common/utils/isFunction"),Qd=Kd.isFunction,hf=ed("../common/utils/getStandardRegion"),gf=hf.getStandardRegion,bf=new yd;function kf(){var Zd=Td.name,mf=Td.version;Zd&&Zd.toLowerCase&&Zd.toLowerCase()==="ie"&&mf.split(".")[0]<10&&console.warn("ali-oss does not support the current browser")}function Cf(){return location&&location.protocol==="https:"}function Ef(Zd,mf){if(kf(),!(this instanceof Ef))return new Ef(Zd,mf);Zd&&Zd.inited?this.options=Zd:this.options=Ef.initOptions(Zd),this.options.cancelFlag=!1,this.options.urllib?this.urllib=this.options.urllib:(this.urllib=Ad,this.agent=this.options.agent||bf),this.ctx=mf,this.userAgent=this._getUserAgent(),this.stsTokenFreshTime=new Date,this.options.amendTimeSkewed=0}td.exports=Ef,Ef.initOptions=function(mf){mf.stsToken||console.warn("Please use STS Token for safety, see more details at https://help.aliyun.com/document_detail/32077.html");var Pf=Object.assign({secure:Cf(),useFetch:!1},mf);return Rd(Pf)};var yf=Ef.prototype;yf.debug=gd,Ed(yf,ed("./object")),Ed(yf,ed("./bucket")),Ed(yf,ed("../common/bucket/getBucketWebsite")),Ed(yf,ed("../common/bucket/putBucketWebsite")),Ed(yf,ed("../common/bucket/deleteBucketWebsite")),Ed(yf,ed("../common/bucket/getBucketLifecycle")),Ed(yf,ed("../common/bucket/putBucketLifecycle")),Ed(yf,ed("../common/bucket/deleteBucketLifecycle")),Ed(yf,ed("../common/bucket/putBucketVersioning")),Ed(yf,ed("../common/bucket/getBucketVersioning")),Ed(yf,ed("../common/bucket/getBucketInventory")),Ed(yf,ed("../common/bucket/deleteBucketInventory")),Ed(yf,ed("../common/bucket/listBucketInventory")),Ed(yf,ed("../common/bucket/putBucketInventory")),Ed(yf,ed("../common/bucket/abortBucketWorm")),Ed(yf,ed("../common/bucket/completeBucketWorm")),Ed(yf,ed("../common/bucket/extendBucketWorm")),Ed(yf,ed("../common/bucket/getBucketWorm")),Ed(yf,ed("../common/bucket/initiateBucketWorm")),Ed(yf,ed("./managed-upload")),Ed(yf,ed("../common/multipart-copy")),Ed(yf,ed("../common/multipart")),Ed(yf,ed("../common/parallel")),yf.signature=function(mf){return this.debug("authorization stringToSign: %s",mf,"info"),Id.computeSignature(this.options.accessKeySecret,mf,this.options.headerEncoding)},yf._getReqUrl=Ud,yf.authorization=function(mf,Pf,Ff,Lf){var jf=Id.buildCanonicalString(mf.toUpperCase(),Pf,{headers:Lf,parameters:Ff});return Id.authorization(this.options.accessKeyId,this.options.accessKeySecret,jf,this.options.headerEncoding)},yf.authorizationV4=function(mf,Pf,Ff,Lf,jf){return Id.authorizationV4(this.options.accessKeyId,this.options.accessKeySecret,gf(this.options.region),mf,Pf,Ff,Lf,jf,this.options.headerEncoding)},yf.request=function(){var Zd=(0,ud.default)(cd.default.mark(function mf(Pf){var Ff=this;return cd.default.wrap(function(jf){for(;;)switch(jf.prev=jf.next){case 0:if(!this.options.retryMax){jf.next=6;break}return jf.next=3,zd(Mf.bind(this),this.options.retryMax,{errorHandler:function(Nf){var Bf=function(wf){if(Pf.stream)return!1;var Of=[-1,-2].includes(wf.status),$f=Ff.options.requestErrorRetryHandle||function(){return!0};return Of&&$f(wf)};return!!Bf(Nf)}})(Pf);case 3:return jf.abrupt("return",jf.sent);case 6:return jf.abrupt("return",Mf.call(this,Pf));case 7:case"end":return jf.stop()}},mf,this)}));return function(mf){return Zd.apply(this,arguments)}}();function Mf(Zd){return Af.apply(this,arguments)}function Af(){return Af=(0,ud.default)(cd.default.mark(function Zd(mf){var Pf,Ff,Lf,jf,xf,Nf;return cd.default.wrap(function(Tf){for(;;)switch(Tf.prev=Tf.next){case 0:if(!(this.options.stsToken&&Qd(this.options.refreshSTSToken))){Tf.next=3;break}return Tf.next=3,qd.call(this);case 3:return Pf=Ld.call(this,mf),this.options.useFetch||(Pf.params.mode="disable-fetch"),jf=!!mf.stream,Tf.prev=6,Tf.next=9,this.urllib.request(Pf.url,Pf.params);case 9:Ff=Tf.sent,this.debug("response %s %s, got %s, headers: %j",mf.method,Pf.url,Ff.status,Ff.headers,"info"),Tf.next=16;break;case 13:Tf.prev=13,Tf.t0=Tf.catch(6),Lf=Tf.t0;case 16:if(!(Ff&&mf.successStatuses&&mf.successStatuses.indexOf(Ff.status)===-1)){Tf.next=28;break}return Tf.next=19,this.requestError(Ff);case 19:if(xf=Tf.sent,!(xf.code==="RequestTimeTooSkewed"&&!jf)){Tf.next=25;break}return this.options.amendTimeSkewed=+new Date(xf.serverTime)-new Date,Tf.next=24,this.request(mf);case 24:return Tf.abrupt("return",Tf.sent);case 25:xf.params=mf,Tf.next=32;break;case 28:if(!Lf){Tf.next=32;break}return Tf.next=31,this.requestError(Lf);case 31:xf=Tf.sent;case 32:if(!xf){Tf.next=34;break}throw xf;case 34:if(!mf.xmlResponse){Tf.next=39;break}return Tf.next=37,this.parseXML(Ff.data);case 37:Nf=Tf.sent,Ff.data=Nf;case 39:return Tf.abrupt("return",Ff);case 40:case"end":return Tf.stop()}},Zd,this,[[6,13]])})),Af.apply(this,arguments)}yf._getResource=function(mf){var Pf="/";return mf.bucket&&(Pf+="".concat(mf.bucket,"/")),mf.object&&(Pf+=Pd(mf.object,this.options.headerEncoding)),Pf},yf._escape=function(mf){return Od.encodeURIComponent(mf).replace(/%2F/g,"/")},yf._getUserAgent=function(){var mf=sd&&sd.browser?"js":"nodejs",Pf="aliyun-sdk-".concat(mf,"/").concat(Nd.version),Ff=Td.description;return!Ff&&sd&&(Ff="Node.js ".concat(sd.version.slice(1)," on ").concat(sd.platform," ").concat(sd.arch)),this._checkUserAgent("".concat(Pf," ").concat(Ff))},yf._checkUserAgent=function(mf){var Pf=mf.replace(/\u03b1/,"alpha").replace(/\u03b2/,"beta");return Pf},yf.checkBrowserAndVersion=function(mf,Pf){return kd.name===mf&&kd.version.split(".")[0]===Pf},yf.parseXML=function(mf){return new Promise(function(Pf,Ff){od.isBuffer(mf)&&(mf=mf.toString()),_d.parseString(mf,{explicitRoot:!1,explicitArray:!1},function(Lf,jf){Lf?Ff(Lf):Pf(jf)})})},yf.requestError=function(){var Zd=(0,ud.default)(cd.default.mark(function Pf(Ff){var Lf=this,jf,xf,Nf,Bf,Tf;return cd.default.wrap(function(Of){for(;;)switch(Of.prev=Of.next){case 0:if(jf=null,xf=function(){var $f=(0,ud.default)(cd.default.mark(function Wf(Kf){var Df,qf;return cd.default.wrap(function(hh){for(;;)switch(hh.prev=hh.next){case 0:return hh.prev=0,hh.next=3,Lf.parseXML(Kf);case 3:if(hh.t0=hh.sent,hh.t0){hh.next=6;break}hh.t0={};case 6:Df=hh.t0,hh.next=16;break;case 9:return hh.prev=9,hh.t1=hh.catch(0),Lf.debug(Kf,"error"),hh.t1.message+=`
raw xml: `.concat(Kf),hh.t1.status=Ff.status,hh.t1.requestId=Ff.headers["x-oss-request-id"],hh.abrupt("return",hh.t1);case 16:qf=Df.Message||"unknow request error, status: ".concat(Ff.status),Df.Condition&&(qf+=" (condition: ".concat(Df.Condition,")")),jf=new Error(qf),jf.name=Df.Code?"".concat(Df.Code,"Error"):"UnknownError",jf.status=Ff.status,jf.code=Df.Code,jf.ecCode=Df.EC,jf.requestId=Df.RequestId,jf.hostId=Df.HostId,jf.serverTime=Df.ServerTime;case 26:case"end":return hh.stop()}},Wf,null,[[0,9]])}));return function(Kf){return $f.apply(this,arguments)}}(),!(!Ff.data||!Ff.data.length)){Of.next=37;break}if(!(Ff.status===-1||Ff.status===-2)){Of.next=10;break}jf=new Error(Ff.message),jf.name=Ff.name,jf.status=Ff.status,jf.code=Ff.name,Of.next=35;break;case 10:if(Ff.status!==404){Of.next=17;break}jf=new Error("Object not exists"),jf.name="NoSuchKeyError",jf.status=404,jf.code="NoSuchKey",Of.next=33;break;case 17:if(Ff.status!==412){Of.next=24;break}jf=new Error("Pre condition failed"),jf.name="PreconditionFailedError",jf.status=412,jf.code="PreconditionFailed",Of.next=33;break;case 24:if(jf=new Error("Unknow error, status: ".concat(Ff.status)),jf.name="UnknownError",jf.status=Ff.status,jf.res=Ff,Nf=Ff.headers["x-oss-err"],!Nf){Of.next=33;break}return Bf=atob(Nf),Of.next=33,xf(Bf);case 33:jf.requestId=Ff.headers["x-oss-request-id"],jf.host="";case 35:Of.next=41;break;case 37:return Tf=String(Ff.data),this.debug("request response error data: %s",Tf,"error"),Of.next=41,xf(Tf);case 41:return this.debug("generate error %j",jf,"error"),Of.abrupt("return",jf);case 43:case"end":return Of.stop()}},Pf,this)}));function mf(Pf){return Zd.apply(this,arguments)}return mf}()}).call(this)}).call(this,{isBuffer:ed("../../node_modules/is-buffer/index.js")},ed("_process"))},{"../../node_modules/is-buffer/index.js":411,"../common/bucket/abortBucketWorm":7,"../common/bucket/completeBucketWorm":8,"../common/bucket/deleteBucketInventory":9,"../common/bucket/deleteBucketLifecycle":10,"../common/bucket/deleteBucketWebsite":11,"../common/bucket/extendBucketWorm":12,"../common/bucket/getBucketInventory":13,"../common/bucket/getBucketLifecycle":14,"../common/bucket/getBucketVersioning":15,"../common/bucket/getBucketWebsite":16,"../common/bucket/getBucketWorm":17,"../common/bucket/initiateBucketWorm":18,"../common/bucket/listBucketInventory":19,"../common/bucket/putBucketInventory":20,"../common/bucket/putBucketLifecycle":21,"../common/bucket/putBucketVersioning":22,"../common/bucket/putBucketWebsite":23,"../common/client/getReqUrl":25,"../common/client/initOptions":26,"../common/multipart":30,"../common/multipart-copy":29,"../common/parallel":50,"../common/signUtils":51,"../common/utils/createRequest":57,"../common/utils/encoder":61,"../common/utils/getStandardRegion":64,"../common/utils/isFunction":71,"../common/utils/retry":77,"../common/utils/setSTSToken":79,"./bucket":2,"./managed-upload":4,"./object":5,"./version":6,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,_process:540,agentkeepalive:94,bowser:101,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"core-js/modules/es.symbol.description.js":353,"core-js/modules/es.symbol.js":356,debug:538,"merge-descriptors":430,platform:442,urllib:548,utility:547,xml2js:498}],4:[function(ed,td,rd){(function(od){(function(){var sd=ed("@babel/runtime/helpers/interopRequireDefault"),ld=sd(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.function.name.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.promise.js"),ed("core-js/modules/es.array.from.js"),ed("core-js/modules/es.string.iterator.js"),ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.array.filter.js"),ed("core-js/modules/es.array.find.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.regexp.to-string.js"),ed("core-js/modules/es.array.slice.js"),ed("core-js/modules/es.array.iterator.js"),ed("core-js/modules/es.array-buffer.slice.js"),ed("core-js/modules/es.typed-array.uint8-array.js"),ed("core-js/modules/es.typed-array.copy-within.js"),ed("core-js/modules/es.typed-array.every.js"),ed("core-js/modules/es.typed-array.fill.js"),ed("core-js/modules/es.typed-array.filter.js"),ed("core-js/modules/es.typed-array.find.js"),ed("core-js/modules/es.typed-array.find-index.js"),ed("core-js/modules/es.typed-array.for-each.js"),ed("core-js/modules/es.typed-array.includes.js"),ed("core-js/modules/es.typed-array.index-of.js"),ed("core-js/modules/es.typed-array.iterator.js"),ed("core-js/modules/es.typed-array.join.js"),ed("core-js/modules/es.typed-array.last-index-of.js"),ed("core-js/modules/es.typed-array.map.js"),ed("core-js/modules/es.typed-array.reduce.js"),ed("core-js/modules/es.typed-array.reduce-right.js"),ed("core-js/modules/es.typed-array.reverse.js"),ed("core-js/modules/es.typed-array.set.js"),ed("core-js/modules/es.typed-array.slice.js"),ed("core-js/modules/es.typed-array.some.js"),ed("core-js/modules/es.typed-array.sort.js"),ed("core-js/modules/es.typed-array.subarray.js"),ed("core-js/modules/es.typed-array.to-locale-string.js"),ed("core-js/modules/es.typed-array.to-string.js");var cd=sd(ed("@babel/runtime/helpers/asyncToGenerator")),ud=ed("util"),gd=ed("path"),_d=ed("mime"),yd=ed("copy-to"),Ed=ed("../common/utils/isBlob"),Td=Ed.isBlob,Od=ed("../common/utils/isFile"),Ad=Od.isFile,Nd=ed("../common/utils/isBuffer"),kd=Nd.isBuffer,Id=rd;Id.multipartUpload=function(){var Pd=(0,cd.default)(ld.default.mark(function Ud(Vd,qd){var Wd,zd,Kd,Qd,hf,gf,bf,kf,Cf,Ef=arguments;return ld.default.wrap(function(Mf){for(;;)switch(Mf.prev=Mf.next){case 0:if(Wd=Ef.length>2&&Ef[2]!==void 0?Ef[2]:{},this.resetCancelFlag(),Wd.disabledMD5=Wd.disabledMD5===void 0?!0:!!Wd.disabledMD5,!(Wd.checkpoint&&Wd.checkpoint.uploadId)){Mf.next=8;break}return qd&&Ad(qd)&&(Wd.checkpoint.file=qd),Mf.next=7,this._resumeMultipart(Wd.checkpoint,Wd);case 7:return Mf.abrupt("return",Mf.sent);case 8:return zd=102400,Wd.mime||(Ad(qd)?Wd.mime=_d.getType(gd.extname(qd.name)):Td(qd)?Wd.mime=qd.type:kd(qd)?Wd.mime="":Wd.mime=_d.getType(gd.extname(qd))),Wd.headers=Wd.headers||{},this._convertMetaToHeaders(Wd.meta,Wd.headers),Mf.next=14,this._getFileSize(qd);case 14:if(Kd=Mf.sent,!(Kd<zd)){Mf.next=26;break}return Wd.contentLength=Kd,Mf.next=19,this.put(Vd,qd,Wd);case 19:if(Qd=Mf.sent,!(Wd&&Wd.progress)){Mf.next=23;break}return Mf.next=23,Wd.progress(1);case 23:return hf={res:Qd.res,bucket:this.options.bucket,name:Vd,etag:Qd.res.headers.etag},(Wd.headers&&Wd.headers["x-oss-callback"]||Wd.callback)&&(hf.data=Qd.data),Mf.abrupt("return",hf);case 26:if(!(Wd.partSize&&parseInt(Wd.partSize,10)!==Wd.partSize)){Mf.next=28;break}throw new Error("partSize must be int number");case 28:if(!(Wd.partSize&&Wd.partSize<zd)){Mf.next=30;break}throw new Error("partSize must not be smaller than ".concat(zd));case 30:return Mf.next=32,this.initMultipartUpload(Vd,Wd);case 32:if(gf=Mf.sent,bf=gf.uploadId,kf=this._getPartSize(Kd,Wd.partSize),Cf={file:qd,name:Vd,fileSize:Kd,partSize:kf,uploadId:bf,doneParts:[]},!(Wd&&Wd.progress)){Mf.next=39;break}return Mf.next=39,Wd.progress(0,Cf,gf.res);case 39:return Mf.next=41,this._resumeMultipart(Cf,Wd);case 41:return Mf.abrupt("return",Mf.sent);case 42:case"end":return Mf.stop()}},Ud,this)}));function Fd(Ud,Vd){return Pd.apply(this,arguments)}return Fd}(),Id._resumeMultipart=function(){var Pd=(0,cd.default)(ld.default.mark(function Ud(Vd,qd){var Wd,zd,Kd,Qd,hf,gf,bf,kf,Cf,Ef,yf,Mf,Af,Zd,mf,Pf,Ff,Lf,jf;return ld.default.wrap(function(Nf){for(;;)switch(Nf.prev=Nf.next){case 0:if(Wd=this,!this.isCancel()){Nf.next=3;break}throw this._makeCancelEvent();case 3:return zd=Vd.file,Kd=Vd.fileSize,Qd=Vd.partSize,hf=Vd.uploadId,gf=Vd.doneParts,bf=Vd.name,kf=[],gf.length>0&&yd(gf).to(kf),Cf=this._divideParts(Kd,Qd),Ef=Cf.length,yf=!1,Mf=function(Tf,wf){return new Promise(function(){var Of=(0,cd.default)(ld.default.mark(function $f(Wf,Kf){var Df,qf,Xf,hh,Mh;return ld.default.wrap(function(Bh){for(;;)switch(Bh.prev=Bh.next){case 0:if(Bh.prev=0,Tf.isCancel()){Bh.next=29;break}return Df=Cf[wf-1],Bh.next=5,Tf._createBuffer(zd,Df.start,Df.end);case 5:return qf=Bh.sent,Xf={content:qf,size:Df.end-Df.start},Bh.prev=7,Bh.next=10,Tf._uploadPart(bf,hf,wf,Xf,qd);case 10:hh=Bh.sent,Bh.next=18;break;case 13:if(Bh.prev=13,Bh.t0=Bh.catch(7),Bh.t0.status!==404){Bh.next=17;break}throw Tf._makeAbortEvent();case 17:throw Bh.t0;case 18:if(!(!Tf.isCancel()&&!yf)){Bh.next=26;break}if(Vd.doneParts.push({number:wf,etag:hh.res.headers.etag}),!qd.progress){Bh.next=23;break}return Bh.next=23,qd.progress(gf.length/(Ef+1),Vd,hh.res);case 23:Wf({number:wf,etag:hh.res.headers.etag}),Bh.next=27;break;case 26:Wf();case 27:Bh.next=30;break;case 29:Wf();case 30:Bh.next=41;break;case 32:Bh.prev=32,Bh.t1=Bh.catch(0),Mh=new Error,Mh.name=Bh.t1.name,Mh.message=Bh.t1.message,Mh.stack=Bh.t1.stack,Mh.partNum=wf,yd(Bh.t1).to(Mh),Kf(Mh);case 41:case"end":return Bh.stop()}},$f,null,[[0,32],[7,13]])}));return function($f,Wf){return Of.apply(this,arguments)}}())},Af=Array.from(new Array(Ef),function(Bf,Tf){return Tf+1}),Zd=kf.map(function(Bf){return Bf.number}),mf=Af.filter(function(Bf){return Zd.indexOf(Bf)<0}),Pf=5,Ff=qd.parallel||Pf,Nf.next=17,this._parallel(mf,Ff,function(Bf){return new Promise(function(Tf,wf){Mf(Wd,Bf).then(function(Of){Of&&kf.push(Of),Tf()}).catch(function(Of){wf(Of)})})});case 17:if(Lf=Nf.sent,yf=!0,jf=Lf.find(function(Bf){return Bf.name==="abort"}),!jf){Nf.next=22;break}throw jf;case 22:if(!this.isCancel()){Nf.next=25;break}throw Mf=null,this._makeCancelEvent();case 25:if(!(Lf&&Lf.length>0)){Nf.next=28;break}throw Lf[0].message="Failed to upload some parts with error: ".concat(Lf[0].toString()," part_num: ").concat(Lf[0].partNum),Lf[0];case 28:return Nf.next=30,this.completeMultipartUpload(bf,hf,kf,qd);case 30:return Nf.abrupt("return",Nf.sent);case 31:case"end":return Nf.stop()}},Ud,this)}));function Fd(Ud,Vd){return Pd.apply(this,arguments)}return Fd}(),Id._getFileSize=function(){var Pd=(0,cd.default)(ld.default.mark(function Ud(Vd){return ld.default.wrap(function(Wd){for(;;)switch(Wd.prev=Wd.next){case 0:if(!kd(Vd)){Wd.next=4;break}return Wd.abrupt("return",Vd.length);case 4:if(!(Td(Vd)||Ad(Vd))){Wd.next=6;break}return Wd.abrupt("return",Vd.size);case 6:throw new Error("_getFileSize requires Buffer/File/Blob.");case 7:case"end":return Wd.stop()}},Ud)}));function Fd(Ud){return Pd.apply(this,arguments)}return Fd}();var Rd=ed("stream"),Md=Rd.Readable;function Ld(Pd,Fd){if(!(this instanceof Ld))return new Ld(Pd,Fd);Md.call(this,Fd),this.file=Pd,this.reader=new FileReader,this.start=0,this.finish=!1,this.fileBuffer=null}ud.inherits(Ld,Md),Ld.prototype.readFileAndPush=function(Fd){if(this.fileBuffer)for(var Ud=!0;Ud&&this.fileBuffer&&this.start<this.fileBuffer.length;){var Vd=this.start,qd=Vd+Fd;qd=qd>this.fileBuffer.length?this.fileBuffer.length:qd,this.start=qd,Ud=this.push(this.fileBuffer.slice(Vd,qd))}},Ld.prototype._read=function(Fd){if(this.file&&this.start>=this.file.size||this.fileBuffer&&this.start>=this.fileBuffer.length||this.finish||this.start===0&&!this.file){this.finish||(this.fileBuffer=null,this.finish=!0),this.push(null);return}var Ud=16*1024;Fd=Fd||Ud;var Vd=this;this.reader.onload=function(Wd){Vd.fileBuffer=od.from(new Uint8Array(Wd.target.result)),Vd.file=null,Vd.readFileAndPush(Fd)},this.start===0?this.reader.readAsArrayBuffer(this.file):this.readFileAndPush(Fd)};function jd(Pd){return Pd.arrayBuffer?Pd.arrayBuffer():new Promise(function(Fd,Ud){var Vd=new FileReader;Vd.onload=function(qd){Fd(qd.target.result)},Vd.onerror=function(qd){Ud(qd)},Vd.readAsArrayBuffer(Pd)})}Id._createBuffer=function(){var Pd=(0,cd.default)(ld.default.mark(function Ud(Vd,qd,Wd){var zd,Kd;return ld.default.wrap(function(hf){for(;;)switch(hf.prev=hf.next){case 0:if(!(Td(Vd)||Ad(Vd))){hf.next=8;break}return zd=Vd.slice(qd,Wd),hf.next=4,jd(zd);case 4:return Kd=hf.sent,hf.abrupt("return",od.from(Kd));case 8:if(!kd(Vd)){hf.next=12;break}return hf.abrupt("return",Vd.subarray(qd,Wd));case 12:throw new Error("_createBuffer requires File/Blob/Buffer.");case 13:case"end":return hf.stop()}},Ud)}));function Fd(Ud,Vd,qd){return Pd.apply(this,arguments)}return Fd}(),Id._getPartSize=function(Fd,Ud){var Vd=1e4,qd=1*1024*1024;Ud||(Ud=qd);var Wd=Math.ceil(Fd/Vd);return Ud<Wd&&(Ud=Wd,console.warn("partSize has been set to ".concat(Ud,", because the partSize you provided causes partNumber to be greater than 10,000"))),Ud},Id._divideParts=function(Fd,Ud){for(var Vd=Math.ceil(Fd/Ud),qd=[],Wd=0;Wd<Vd;Wd++){var zd=Ud*Wd,Kd=Math.min(zd+Ud,Fd);qd.push({start:zd,end:Kd})}return qd}}).call(this)}).call(this,ed("buffer").Buffer)},{"../common/utils/isBlob":67,"../common/utils/isBuffer":68,"../common/utils/isFile":70,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,buffer:103,"copy-to":107,"core-js/modules/es.array-buffer.slice.js":309,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.find.js":313,"core-js/modules/es.array.from.js":314,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.array.map.js":318,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.iterator.js":345,"core-js/modules/es.typed-array.copy-within.js":358,"core-js/modules/es.typed-array.every.js":359,"core-js/modules/es.typed-array.fill.js":360,"core-js/modules/es.typed-array.filter.js":361,"core-js/modules/es.typed-array.find-index.js":362,"core-js/modules/es.typed-array.find.js":363,"core-js/modules/es.typed-array.for-each.js":364,"core-js/modules/es.typed-array.includes.js":365,"core-js/modules/es.typed-array.index-of.js":366,"core-js/modules/es.typed-array.iterator.js":367,"core-js/modules/es.typed-array.join.js":368,"core-js/modules/es.typed-array.last-index-of.js":369,"core-js/modules/es.typed-array.map.js":370,"core-js/modules/es.typed-array.reduce-right.js":371,"core-js/modules/es.typed-array.reduce.js":372,"core-js/modules/es.typed-array.reverse.js":373,"core-js/modules/es.typed-array.set.js":374,"core-js/modules/es.typed-array.slice.js":375,"core-js/modules/es.typed-array.some.js":376,"core-js/modules/es.typed-array.sort.js":377,"core-js/modules/es.typed-array.subarray.js":378,"core-js/modules/es.typed-array.to-locale-string.js":379,"core-js/modules/es.typed-array.to-string.js":380,"core-js/modules/es.typed-array.uint8-array.js":381,mime:432,path:441,stream:470,util:491}],5:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault");ed("core-js/modules/es.function.name.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.number.constructor.js"),ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.promise.js");var sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("fs"),ud=ed("copy-to"),gd=ed("path"),_d=ed("mime"),yd=ed("../common/callback"),Ed=ed("merge-descriptors"),Td=ed("../common/utils/isBlob"),Od=Td.isBlob,Ad=ed("../common/utils/isFile"),Nd=Ad.isFile,kd=ed("../common/utils/isBuffer"),Id=kd.isBuffer,Rd=ed("../common/utils/obj2xml"),Md=Rd.obj2xml,Ld=rd;Ld.append=function(){var jd=(0,ld.default)(sd.default.mark(function Fd(Ud,Vd,qd){var Wd;return sd.default.wrap(function(Kd){for(;;)switch(Kd.prev=Kd.next){case 0:return qd=qd||{},qd.position===void 0&&(qd.position="0"),qd.subres={append:"",position:qd.position},qd.method="POST",Kd.next=6,this.put(Ud,Vd,qd);case 6:return Wd=Kd.sent,Wd.nextAppendPosition=Wd.res.headers["x-oss-next-append-position"],Kd.abrupt("return",Wd);case 9:case"end":return Kd.stop()}},Fd,this)}));function Pd(Fd,Ud,Vd){return jd.apply(this,arguments)}return Pd}(),Ld.put=function(){var jd=(0,ld.default)(sd.default.mark(function Fd(Ud,Vd,qd){var Wd,zd,Kd,Qd,hf;return sd.default.wrap(function(bf){for(;;)switch(bf.prev=bf.next){case 0:if(qd=qd||{},qd.disabledMD5=qd.disabledMD5===void 0?!0:!!qd.disabledMD5,qd.headers=qd.headers||{},Ud=this._objectName(Ud),!Id(Vd)){bf.next=8;break}Wd=Vd,bf.next=19;break;case 8:if(!(Od(Vd)||Nd(Vd))){bf.next=18;break}return qd.mime||(Nd(Vd)?qd.mime=_d.getType(gd.extname(Vd.name)):qd.mime=Vd.type),bf.next=12,this._createBuffer(Vd,0,Vd.size);case 12:return Wd=bf.sent,bf.next=15,this._getFileSize(Vd);case 15:qd.contentLength=bf.sent,bf.next=19;break;case 18:throw new TypeError("Must provide Buffer/Blob/File for put.");case 19:return this._convertMetaToHeaders(qd.meta,qd.headers),zd=qd.method||"PUT",Kd=this._objectRequestParams(zd,Ud,qd),yd.encodeCallback(Kd,qd),Kd.mime=qd.mime,Kd.disabledMD5=qd.disabledMD5,Kd.content=Wd,Kd.successStatuses=[200],bf.next=29,this.request(Kd);case 29:return Qd=bf.sent,hf={name:Ud,url:this._objectUrl(Ud),res:Qd.res},Kd.headers&&Kd.headers["x-oss-callback"]&&(hf.data=JSON.parse(Qd.data.toString())),bf.abrupt("return",hf);case 33:case"end":return bf.stop()}},Fd,this)}));function Pd(Fd,Ud,Vd){return jd.apply(this,arguments)}return Pd}(),Ld.putStream=function(){var jd=(0,ld.default)(sd.default.mark(function Fd(Ud,Vd,qd){var Wd,zd,Kd,Qd;return sd.default.wrap(function(gf){for(;;)switch(gf.prev=gf.next){case 0:return qd=qd||{},qd.headers=qd.headers||{},Ud=this._objectName(Ud),qd.contentLength?qd.headers["Content-Length"]=qd.contentLength:qd.headers["Transfer-Encoding"]="chunked",this._convertMetaToHeaders(qd.meta,qd.headers),Wd=qd.method||"PUT",zd=this._objectRequestParams(Wd,Ud,qd),yd.encodeCallback(zd,qd),zd.mime=qd.mime,zd.stream=Vd,zd.successStatuses=[200],gf.next=13,this.request(zd);case 13:return Kd=gf.sent,Qd={name:Ud,url:this._objectUrl(Ud),res:Kd.res},zd.headers&&zd.headers["x-oss-callback"]&&(Qd.data=JSON.parse(Kd.data.toString())),gf.abrupt("return",Qd);case 17:case"end":return gf.stop()}},Fd,this)}));function Pd(Fd,Ud,Vd){return jd.apply(this,arguments)}return Pd}(),Ed(Ld,ed("../common/object/copyObject")),Ed(Ld,ed("../common/object/getObjectTagging")),Ed(Ld,ed("../common/object/putObjectTagging")),Ed(Ld,ed("../common/object/deleteObjectTagging")),Ed(Ld,ed("../common/image")),Ed(Ld,ed("../common/object/getBucketVersions")),Ed(Ld,ed("../common/object/getACL")),Ed(Ld,ed("../common/object/putACL")),Ed(Ld,ed("../common/object/head")),Ed(Ld,ed("../common/object/delete")),Ed(Ld,ed("../common/object/get")),Ed(Ld,ed("../common/object/putSymlink")),Ed(Ld,ed("../common/object/getSymlink")),Ed(Ld,ed("../common/object/deleteMulti")),Ed(Ld,ed("../common/object/getObjectMeta")),Ed(Ld,ed("../common/object/getObjectUrl")),Ed(Ld,ed("../common/object/generateObjectUrl")),Ed(Ld,ed("../common/object/signatureUrl")),Ed(Ld,ed("../common/object/asyncSignatureUrl")),Ed(Ld,ed("../common/object/signatureUrlV4")),Ld.putMeta=function(){var jd=(0,ld.default)(sd.default.mark(function Fd(Ud,Vd,qd){var Wd;return sd.default.wrap(function(Kd){for(;;)switch(Kd.prev=Kd.next){case 0:return Kd.next=2,this.copy(Ud,Ud,{meta:Vd||{},timeout:qd&&qd.timeout,ctx:qd&&qd.ctx});case 2:return Wd=Kd.sent,Kd.abrupt("return",Wd);case 4:case"end":return Kd.stop()}},Fd,this)}));function Pd(Fd,Ud,Vd){return jd.apply(this,arguments)}return Pd}(),Ld.list=function(){var jd=(0,ld.default)(sd.default.mark(function Fd(Ud,Vd){var qd,Wd,zd,Kd,Qd;return sd.default.wrap(function(gf){for(;;)switch(gf.prev=gf.next){case 0:return qd=this._objectRequestParams("GET","",Vd),qd.query=Ud,qd.xmlResponse=!0,qd.successStatuses=[200],gf.next=6,this.request(qd);case 6:return Wd=gf.sent,zd=Wd.data.Contents||[],Kd=this,zd&&(Array.isArray(zd)||(zd=[zd]),zd=zd.map(function(bf){return{name:bf.Key,url:Kd._objectUrl(bf.Key),lastModified:bf.LastModified,etag:bf.ETag,type:bf.Type,size:Number(bf.Size),storageClass:bf.StorageClass,owner:{id:bf.Owner.ID,displayName:bf.Owner.DisplayName}}})),Qd=Wd.data.CommonPrefixes||null,Qd&&(Array.isArray(Qd)||(Qd=[Qd]),Qd=Qd.map(function(bf){return bf.Prefix})),gf.abrupt("return",{res:Wd.res,objects:zd,prefixes:Qd,nextMarker:Wd.data.NextMarker||null,isTruncated:Wd.data.IsTruncated==="true"});case 13:case"end":return gf.stop()}},Fd,this)}));function Pd(Fd,Ud){return jd.apply(this,arguments)}return Pd}(),Ld.listV2=function(){var jd=(0,ld.default)(sd.default.mark(function Fd(Ud){var Vd,qd,Wd,zd,Kd,Qd,hf,gf=arguments;return sd.default.wrap(function(kf){for(;;)switch(kf.prev=kf.next){case 0:return Vd=gf.length>1&&gf[1]!==void 0?gf[1]:{},qd=Ud["continuation-token"]||Ud.continuationToken,qd&&(Vd.subres=Object.assign({"continuation-token":qd},Vd.subres)),Wd=this._objectRequestParams("GET","",Vd),Wd.query=Object.assign({"list-type":2},Ud),delete Wd.query["continuation-token"],delete Wd.query.continuationToken,Wd.xmlResponse=!0,Wd.successStatuses=[200],kf.next=11,this.request(Wd);case 11:return zd=kf.sent,Kd=zd.data.Contents||[],Qd=this,Kd&&(Array.isArray(Kd)||(Kd=[Kd]),Kd=Kd.map(function(Cf){var Ef=null;return Cf.Owner&&(Ef={id:Cf.Owner.ID,displayName:Cf.Owner.DisplayName}),{name:Cf.Key,url:Qd._objectUrl(Cf.Key),lastModified:Cf.LastModified,etag:Cf.ETag,type:Cf.Type,size:Number(Cf.Size),storageClass:Cf.StorageClass,owner:Ef}})),hf=zd.data.CommonPrefixes||null,hf&&(Array.isArray(hf)||(hf=[hf]),hf=hf.map(function(Cf){return Cf.Prefix})),kf.abrupt("return",{res:zd.res,objects:Kd,prefixes:hf,isTruncated:zd.data.IsTruncated==="true",keyCount:+zd.data.KeyCount,continuationToken:zd.data.ContinuationToken||null,nextContinuationToken:zd.data.NextContinuationToken||null});case 18:case"end":return kf.stop()}},Fd,this)}));function Pd(Fd){return jd.apply(this,arguments)}return Pd}(),Ld.restore=function(){var jd=(0,ld.default)(sd.default.mark(function Fd(Ud){var Vd,qd,Wd,zd,Kd=arguments;return sd.default.wrap(function(hf){for(;;)switch(hf.prev=hf.next){case 0:return Vd=Kd.length>1&&Kd[1]!==void 0?Kd[1]:{type:"Archive"},Vd=Vd||{},Vd.subres=Object.assign({restore:""},Vd.subres),Vd.versionId&&(Vd.subres.versionId=Vd.versionId),qd=this._objectRequestParams("POST",Ud,Vd),Vd.type==="ColdArchive"&&(Wd={RestoreRequest:{Days:Vd.Days?Vd.Days:2,JobParameters:{Tier:Vd.JobParameters?Vd.JobParameters:"Standard"}}},qd.content=Md(Wd,{headers:!0}),qd.mime="xml"),qd.successStatuses=[202],hf.next=9,this.request(qd);case 9:return zd=hf.sent,hf.abrupt("return",{res:zd.res});case 11:case"end":return hf.stop()}},Fd,this)}));function Pd(Fd){return jd.apply(this,arguments)}return Pd}(),Ld._objectUrl=function(Pd){return this._getReqUrl({bucket:this.options.bucket,object:Pd})},Ld._objectRequestParams=function(Pd,Fd,Ud){if(!this.options.bucket&&!this.options.cname)throw new Error("Please create a bucket first");Ud=Ud||{},Fd=this._objectName(Fd);var Vd={object:Fd,bucket:this.options.bucket,method:Pd,subres:Ud&&Ud.subres,additionalHeaders:Ud&&Ud.additionalHeaders,timeout:Ud&&Ud.timeout,ctx:Ud&&Ud.ctx};return Ud.headers&&(Vd.headers={},ud(Ud.headers).to(Vd.headers)),Vd},Ld._objectName=function(Pd){return Pd.replace(/^\/+/,"")},Ld._convertMetaToHeaders=function(Pd,Fd){Pd&&Object.keys(Pd).forEach(function(Ud){Fd["x-oss-meta-".concat(Ud)]=Pd[Ud]})},Ld._deleteFileSafe=function(Pd){var Fd=this;return new Promise(function(Ud){cd.exists(Pd,function(Vd){Vd?cd.unlink(Pd,function(qd){qd&&Fd.debug("unlink %j error: %s",Pd,qd,"error"),Ud()}):Ud()})})}},{"../common/callback":24,"../common/image":27,"../common/object/asyncSignatureUrl":31,"../common/object/copyObject":32,"../common/object/delete":33,"../common/object/deleteMulti":34,"../common/object/deleteObjectTagging":35,"../common/object/generateObjectUrl":36,"../common/object/get":37,"../common/object/getACL":38,"../common/object/getBucketVersions":39,"../common/object/getObjectMeta":40,"../common/object/getObjectTagging":41,"../common/object/getObjectUrl":42,"../common/object/getSymlink":43,"../common/object/head":44,"../common/object/putACL":45,"../common/object/putObjectTagging":46,"../common/object/putSymlink":47,"../common/object/signatureUrl":48,"../common/object/signatureUrlV4":49,"../common/utils/isBlob":67,"../common/utils/isBuffer":68,"../common/utils/isFile":70,"../common/utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"copy-to":107,"core-js/modules/es.array.map.js":318,"core-js/modules/es.function.name.js":322,"core-js/modules/es.number.constructor.js":324,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382,fs:102,"merge-descriptors":430,mime:432,path:441}],6:[function(ed,td,rd){rd.version="6.21.0"},{}],7:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.abortBucketWorm=void 0;var cd=ed("../utils/checkBucketName");function ud(_d,yd){return gd.apply(this,arguments)}function gd(){return gd=(0,ld.default)(sd.default.mark(function _d(yd,Ed){var Td,Od;return sd.default.wrap(function(Nd){for(;;)switch(Nd.prev=Nd.next){case 0:return cd.checkBucketName(yd),Td=this._bucketRequestParams("DELETE",yd,"worm",Ed),Nd.next=4,this.request(Td);case 4:return Od=Nd.sent,Nd.abrupt("return",{res:Od.res,status:Od.status});case 6:case"end":return Nd.stop()}},_d,this)})),gd.apply(this,arguments)}rd.abortBucketWorm=ud},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],8:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.completeBucketWorm=void 0;var cd=ed("../utils/checkBucketName");function ud(_d,yd,Ed){return gd.apply(this,arguments)}function gd(){return gd=(0,ld.default)(sd.default.mark(function _d(yd,Ed,Td){var Od,Ad;return sd.default.wrap(function(kd){for(;;)switch(kd.prev=kd.next){case 0:return cd.checkBucketName(yd),Od=this._bucketRequestParams("POST",yd,{wormId:Ed},Td),kd.next=4,this.request(Od);case 4:return Ad=kd.sent,kd.abrupt("return",{res:Ad.res,status:Ad.status});case 6:case"end":return kd.stop()}},_d,this)})),gd.apply(this,arguments)}rd.completeBucketWorm=ud},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],9:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.deleteBucketInventory=void 0;var cd=ed("../utils/checkBucketName");function ud(_d,yd){return gd.apply(this,arguments)}function gd(){return gd=(0,ld.default)(sd.default.mark(function _d(yd,Ed){var Td,Od,Ad,Nd,kd=arguments;return sd.default.wrap(function(Rd){for(;;)switch(Rd.prev=Rd.next){case 0:return Td=kd.length>2&&kd[2]!==void 0?kd[2]:{},Od=Object.assign({inventory:"",inventoryId:Ed},Td.subres),cd.checkBucketName(yd),Ad=this._bucketRequestParams("DELETE",yd,Od,Td),Ad.successStatuses=[204],Rd.next=7,this.request(Ad);case 7:return Nd=Rd.sent,Rd.abrupt("return",{status:Nd.status,res:Nd.res});case 9:case"end":return Rd.stop()}},_d,this)})),gd.apply(this,arguments)}rd.deleteBucketInventory=ud},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],10:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=rd;gd.deleteBucketLifecycle=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td,Od){var Ad,Nd;return sd.default.wrap(function(Id){for(;;)switch(Id.prev=Id.next){case 0:return ud(Td),Ad=this._bucketRequestParams("DELETE",Td,"lifecycle",Od),Ad.successStatuses=[204],Id.next=5,this.request(Ad);case 5:return Nd=Id.sent,Id.abrupt("return",{res:Nd.res});case 7:case"end":return Id.stop()}},Ed,this)}));function yd(Ed,Td){return _d.apply(this,arguments)}return yd}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],11:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=rd;gd.deleteBucketWebsite=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td,Od){var Ad,Nd;return sd.default.wrap(function(Id){for(;;)switch(Id.prev=Id.next){case 0:return ud(Td),Ad=this._bucketRequestParams("DELETE",Td,"website",Od),Ad.successStatuses=[204],Id.next=5,this.request(Ad);case 5:return Nd=Id.sent,Id.abrupt("return",{res:Nd.res});case 7:case"end":return Id.stop()}},Ed,this)}));function yd(Ed,Td){return _d.apply(this,arguments)}return yd}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],12:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.extendBucketWorm=void 0;var cd=ed("../utils/checkBucketName"),ud=ed("../utils/obj2xml");function gd(yd,Ed,Td,Od){return _d.apply(this,arguments)}function _d(){return _d=(0,ld.default)(sd.default.mark(function yd(Ed,Td,Od,Ad){var Nd,kd,Id;return sd.default.wrap(function(Md){for(;;)switch(Md.prev=Md.next){case 0:return cd.checkBucketName(Ed),Nd=this._bucketRequestParams("POST",Ed,{wormExtend:"",wormId:Td},Ad),kd={ExtendWormConfiguration:{RetentionPeriodInDays:Od}},Nd.mime="xml",Nd.content=ud.obj2xml(kd,{headers:!0}),Nd.successStatuses=[200],Md.next=8,this.request(Nd);case 8:return Id=Md.sent,Md.abrupt("return",{res:Id.res,status:Id.status});case 10:case"end":return Md.stop()}},yd,this)})),_d.apply(this,arguments)}rd.extendBucketWorm=gd},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],13:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.getBucketInventory=void 0;var cd=ed("../utils/checkBucketName"),ud=ed("../utils/formatInventoryConfig");function gd(yd,Ed){return _d.apply(this,arguments)}function _d(){return _d=(0,ld.default)(sd.default.mark(function yd(Ed,Td){var Od,Ad,Nd,kd,Id=arguments;return sd.default.wrap(function(Md){for(;;)switch(Md.prev=Md.next){case 0:return Od=Id.length>2&&Id[2]!==void 0?Id[2]:{},Ad=Object.assign({inventory:"",inventoryId:Td},Od.subres),cd.checkBucketName(Ed),Nd=this._bucketRequestParams("GET",Ed,Ad,Od),Nd.successStatuses=[200],Nd.xmlResponse=!0,Md.next=8,this.request(Nd);case 8:return kd=Md.sent,Md.abrupt("return",{status:kd.status,res:kd.res,inventory:ud.formatInventoryConfig(kd.data)});case 10:case"end":return Md.stop()}},yd,this)})),_d.apply(this,arguments)}rd.getBucketInventory=gd},{"../utils/checkBucketName":52,"../utils/formatInventoryConfig":62,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],14:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.array.map.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=ed("../utils/isArray"),_d=gd.isArray,yd=ed("../utils/formatObjKey"),Ed=yd.formatObjKey,Td=rd;Td.getBucketLifecycle=function(){var Od=(0,ld.default)(sd.default.mark(function Nd(kd,Id){var Rd,Md,Ld;return sd.default.wrap(function(Pd){for(;;)switch(Pd.prev=Pd.next){case 0:return ud(kd),Rd=this._bucketRequestParams("GET",kd,"lifecycle",Id),Rd.successStatuses=[200],Rd.xmlResponse=!0,Pd.next=6,this.request(Rd);case 6:return Md=Pd.sent,Ld=Md.data.Rule||null,Ld&&(_d(Ld)||(Ld=[Ld]),Ld=Ld.map(function(Fd){return Fd.ID&&(Fd.id=Fd.ID,delete Fd.ID),Fd.Tag&&!_d(Fd.Tag)&&(Fd.Tag=[Fd.Tag]),Ed(Fd,"firstLowerCase")})),Pd.abrupt("return",{rules:Ld,res:Md.res});case 10:case"end":return Pd.stop()}},Nd,this)}));function Ad(Nd,kd){return Od.apply(this,arguments)}return Ad}()},{"../utils/checkBucketName":52,"../utils/formatObjKey":63,"../utils/isArray":66,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.map.js":318}],15:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=rd;gd.getBucketVersioning=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td,Od){var Ad,Nd,kd;return sd.default.wrap(function(Rd){for(;;)switch(Rd.prev=Rd.next){case 0:return ud(Td),Ad=this._bucketRequestParams("GET",Td,"versioning",Od),Ad.xmlResponse=!0,Ad.successStatuses=[200],Rd.next=6,this.request(Ad);case 6:return Nd=Rd.sent,kd=Nd.data.Status,Rd.abrupt("return",{status:Nd.status,versionStatus:kd,res:Nd.res});case 9:case"end":return Rd.stop()}},Ed,this)}));function yd(Ed,Td){return _d.apply(this,arguments)}return yd}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],16:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=ed("../utils/isObject"),_d=gd.isObject,yd=rd;yd.getBucketWebsite=function(){var Ed=(0,ld.default)(sd.default.mark(function Od(Ad,Nd){var kd,Id,Rd;return sd.default.wrap(function(Ld){for(;;)switch(Ld.prev=Ld.next){case 0:return ud(Ad),kd=this._bucketRequestParams("GET",Ad,"website",Nd),kd.successStatuses=[200],kd.xmlResponse=!0,Ld.next=6,this.request(kd);case 6:return Id=Ld.sent,Rd=[],Id.data.RoutingRules&&Id.data.RoutingRules.RoutingRule&&(_d(Id.data.RoutingRules.RoutingRule)?Rd=[Id.data.RoutingRules.RoutingRule]:Rd=Id.data.RoutingRules.RoutingRule),Ld.abrupt("return",{index:Id.data.IndexDocument&&Id.data.IndexDocument.Suffix||"",supportSubDir:Id.data.IndexDocument&&Id.data.IndexDocument.SupportSubDir||"false",type:Id.data.IndexDocument&&Id.data.IndexDocument.Type,routingRules:Rd,error:Id.data.ErrorDocument&&Id.data.ErrorDocument.Key||null,res:Id.res});case 10:case"end":return Ld.stop()}},Od,this)}));function Td(Od,Ad){return Ed.apply(this,arguments)}return Td}()},{"../utils/checkBucketName":52,"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],17:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.getBucketWorm=void 0;var cd=ed("../utils/checkBucketName"),ud=ed("../utils/dataFix");function gd(yd,Ed){return _d.apply(this,arguments)}function _d(){return _d=(0,ld.default)(sd.default.mark(function yd(Ed,Td){var Od,Ad;return sd.default.wrap(function(kd){for(;;)switch(kd.prev=kd.next){case 0:return cd.checkBucketName(Ed),Od=this._bucketRequestParams("GET",Ed,"worm",Td),Od.successStatuses=[200],Od.xmlResponse=!0,kd.next=6,this.request(Od);case 6:return Ad=kd.sent,ud.dataFix(Ad.data,{lowerFirst:!0,rename:{RetentionPeriodInDays:"days"}}),kd.abrupt("return",Object.assign(Object.assign({},Ad.data),{res:Ad.res,status:Ad.status}));case 9:case"end":return kd.stop()}},yd,this)})),_d.apply(this,arguments)}rd.getBucketWorm=gd},{"../utils/checkBucketName":52,"../utils/dataFix":58,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],18:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.initiateBucketWorm=void 0;var cd=ed("../utils/obj2xml"),ud=ed("../utils/checkBucketName");function gd(yd,Ed,Td){return _d.apply(this,arguments)}function _d(){return _d=(0,ld.default)(sd.default.mark(function yd(Ed,Td,Od){var Ad,Nd,kd;return sd.default.wrap(function(Rd){for(;;)switch(Rd.prev=Rd.next){case 0:return ud.checkBucketName(Ed),Ad=this._bucketRequestParams("POST",Ed,"worm",Od),Nd={InitiateWormConfiguration:{RetentionPeriodInDays:Td}},Ad.mime="xml",Ad.content=cd.obj2xml(Nd,{headers:!0}),Ad.successStatuses=[200],Rd.next=8,this.request(Ad);case 8:return kd=Rd.sent,Rd.abrupt("return",{res:kd.res,wormId:kd.res.headers["x-oss-worm-id"],status:kd.status});case 10:case"end":return Rd.stop()}},yd,this)})),_d.apply(this,arguments)}rd.initiateBucketWorm=gd},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],19:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.listBucketInventory=void 0;var cd=ed("../utils/checkBucketName"),ud=ed("../utils/formatInventoryConfig");function gd(yd){return _d.apply(this,arguments)}function _d(){return _d=(0,ld.default)(sd.default.mark(function yd(Ed){var Td,Od,Ad,Nd,kd,Id,Rd,Md,Ld=arguments;return sd.default.wrap(function(Pd){for(;;)switch(Pd.prev=Pd.next){case 0:return Td=Ld.length>1&&Ld[1]!==void 0?Ld[1]:{},Od=Td.continuationToken,Ad=Object.assign({inventory:""},Od&&{"continuation-token":Od},Td.subres),cd.checkBucketName(Ed),Nd=this._bucketRequestParams("GET",Ed,Ad,Td),Nd.successStatuses=[200],Nd.xmlResponse=!0,Pd.next=9,this.request(Nd);case 9:return kd=Pd.sent,Id=kd.data,Rd=kd.res,Md=kd.status,Pd.abrupt("return",{isTruncated:Id.IsTruncated==="true",nextContinuationToken:Id.NextContinuationToken,inventoryList:ud.formatInventoryConfig(Id.InventoryConfiguration,!0),status:Md,res:Rd});case 12:case"end":return Pd.stop()}},yd,this)})),_d.apply(this,arguments)}rd.listBucketInventory=gd},{"../utils/checkBucketName":52,"../utils/formatInventoryConfig":62,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],20:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.array.concat.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.putBucketInventory=void 0;var cd=ed("../utils/checkBucketName"),ud=ed("../utils/obj2xml");function gd(yd,Ed){return _d.apply(this,arguments)}function _d(){return _d=(0,ld.default)(sd.default.mark(function yd(Ed,Td){var Od,Ad,Nd,kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud=arguments;return sd.default.wrap(function(qd){for(;;)switch(qd.prev=qd.next){case 0:return Od=Ud.length>2&&Ud[2]!==void 0?Ud[2]:{},Ad=Object.assign({inventory:"",inventoryId:Td.id},Od.subres),cd.checkBucketName(Ed),Nd=Td.OSSBucketDestination,kd=Td.optionalFields,Id=Td.includedObjectVersions,Rd="acs:oss:::",Md="acs:ram::".concat(Nd.accountId,":role/"),Ld={InventoryConfiguration:{Id:Td.id,IsEnabled:Td.isEnabled,Filter:{Prefix:Td.prefix||""},Destination:{OSSBucketDestination:{Format:Nd.format,AccountId:Nd.accountId,RoleArn:"".concat(Md).concat(Nd.rolename),Bucket:"".concat(Rd).concat(Nd.bucket),Prefix:Nd.prefix||"",Encryption:Nd.encryption||""}},Schedule:{Frequency:Td.frequency},IncludedObjectVersions:Id,OptionalFields:{Field:(kd==null?void 0:kd.field)||[]}}},jd=ud.obj2xml(Ld,{headers:!0,firstUpperCase:!0}),Pd=this._bucketRequestParams("PUT",Ed,Ad,Od),Pd.successStatuses=[200],Pd.mime="xml",Pd.content=jd,qd.next=14,this.request(Pd);case 14:return Fd=qd.sent,qd.abrupt("return",{status:Fd.status,res:Fd.res});case 16:case"end":return qd.stop()}},yd,this)})),_d.apply(this,arguments)}rd.putBucketInventory=gd},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.assign.js":325}],21:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.array.includes.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=ed("../utils/isArray"),_d=gd.isArray,yd=ed("../utils/deepCopy"),Ed=yd.deepCopy,Td=ed("../utils/isObject"),Od=Td.isObject,Ad=ed("../utils/obj2xml"),Nd=Ad.obj2xml,kd=ed("../utils/checkObjectTag"),Id=kd.checkObjectTag,Rd=ed("../utils/getStrBytesCount"),Md=Rd.getStrBytesCount,Ld=rd;Ld.putBucketLifecycle=function(){var Wd=(0,ld.default)(sd.default.mark(function Kd(Qd,hf,gf){var bf,kf,Cf,Ef,yf;return sd.default.wrap(function(Af){for(;;)switch(Af.prev=Af.next){case 0:if(ud(Qd),_d(hf)){Af.next=3;break}throw new Error("rules must be Array");case 3:return bf=this._bucketRequestParams("PUT",Qd,"lifecycle",gf),kf=[],Cf={LifecycleConfiguration:{Rule:kf}},hf.forEach(function(Zd){jd(Zd),qd(Zd),Zd.id&&(Zd.ID=Zd.id,delete Zd.id),kf.push(Zd)}),Ef=Nd(Cf,{headers:!0,firstUpperCase:!0}),bf.content=Ef,bf.mime="xml",bf.successStatuses=[200],Af.next=13,this.request(bf);case 13:return yf=Af.sent,Af.abrupt("return",{res:yf.res});case 15:case"end":return Af.stop()}},Kd,this)}));function zd(Kd,Qd,hf){return Wd.apply(this,arguments)}return zd}();function jd(Wd){Wd.days&&(Wd.expiration={days:Wd.days}),Wd.date&&(Wd.expiration={createdBeforeDate:Wd.date})}function Pd(Wd,zd){var Kd=Wd.days,Qd=Wd.createdBeforeDate;if(!Kd&&!Qd)throw new Error("".concat(zd," must includes days or createdBeforeDate"));if(Kd&&(_d(Kd)||!/^[1-9][0-9]*$/.test(Kd)))throw new Error("days must be a positive integer");if(Qd&&!/\d{4}-\d{2}-\d{2}T00:00:00.000Z/.test(Qd))throw new Error("createdBeforeDate must be date and conform to iso8601 format")}function Fd(Wd,zd){var Kd=Wd.noncurrentDays;if(Kd){if(Kd&&(_d(Kd)||!/^[1-9][0-9]*$/.test(Kd)))throw new Error("noncurrentDays must be a positive integer")}else throw new Error("".concat(zd," must includes noncurrentDays"))}function Ud(Wd){if(!_d(Wd)&&!Od(Wd))throw new Error("tag must be Object or Array");Wd=Od(Wd)?[Wd]:Wd;var zd={},Kd=Ed(Wd);Kd.forEach(function(Qd){zd[Qd.key]=Qd.value}),Id(zd)}function Vd(Wd){if(!["IA","Archive","ColdArchive","DeepColdArchive"].includes(Wd))throw new Error("StorageClass must be IA or Archive or ColdArchive or DeepColdArchive")}function qd(Wd){if(Wd.id&&Md(Wd.id)>255)throw new Error("ID is composed of 255 bytes at most");if(Wd.prefix===void 0)throw new Error("Rule must includes prefix");if(!["Enabled","Disabled"].includes(Wd.status))throw new Error("Status must be Enabled or Disabled");if(!Wd.expiration&&!Wd.noncurrentVersionExpiration&&!Wd.abortMultipartUpload&&!Wd.transition&&!Wd.noncurrentVersionTransition)throw new Error("Rule must includes expiration or noncurrentVersionExpiration or abortMultipartUpload or transition or noncurrentVersionTransition");if(Wd.transition&&(Vd(Wd.transition.storageClass),Pd(Wd.transition,"Transition")),Wd.expiration){if(!Wd.expiration.expiredObjectDeleteMarker)Pd(Wd.expiration,"Expiration");else if(Wd.expiration.days||Wd.expiration.createdBeforeDate)throw new Error("expiredObjectDeleteMarker cannot be used with days or createdBeforeDate")}if(Wd.abortMultipartUpload&&Pd(Wd.abortMultipartUpload,"AbortMultipartUpload"),Wd.noncurrentVersionTransition&&(Vd(Wd.noncurrentVersionTransition.storageClass),Fd(Wd.noncurrentVersionTransition,"NoncurrentVersionTransition")),Wd.noncurrentVersionExpiration&&Fd(Wd.noncurrentVersionExpiration,"NoncurrentVersionExpiration"),Wd.tag){if(Wd.abortMultipartUpload)throw new Error("Tag cannot be used with abortMultipartUpload");Ud(Wd.tag)}}},{"../utils/checkBucketName":52,"../utils/checkObjectTag":55,"../utils/deepCopy":59,"../utils/getStrBytesCount":65,"../utils/isArray":66,"../utils/isObject":73,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/web.dom-collections.for-each.js":382}],22:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.array.includes.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=ed("../utils/obj2xml"),_d=gd.obj2xml,yd=rd;yd.putBucketVersioning=function(){var Ed=(0,ld.default)(sd.default.mark(function Od(Ad,Nd){var kd,Id,Rd,Md,Ld=arguments;return sd.default.wrap(function(Pd){for(;;)switch(Pd.prev=Pd.next){case 0:if(kd=Ld.length>2&&Ld[2]!==void 0?Ld[2]:{},ud(Ad),["Enabled","Suspended"].includes(Nd)){Pd.next=4;break}throw new Error("status must be Enabled or Suspended");case 4:return Id=this._bucketRequestParams("PUT",Ad,"versioning",kd),Rd={VersioningConfiguration:{Status:Nd}},Id.mime="xml",Id.content=_d(Rd,{headers:!0}),Pd.next=10,this.request(Id);case 10:return Md=Pd.sent,Pd.abrupt("return",{res:Md.res,status:Md.status});case 12:case"end":return Pd.stop()}},Od,this)}));function Td(Od,Ad){return Ed.apply(this,arguments)}return Td}()},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.includes.js":315}],23:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator")),ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=ed("../utils/obj2xml"),_d=gd.obj2xml,yd=ed("../utils/isArray"),Ed=yd.isArray,Td=rd;Td.putBucketWebsite=function(){var Od=(0,ld.default)(sd.default.mark(function Nd(kd){var Id,Rd,Md,Ld,jd,Pd,Fd,Ud=arguments;return sd.default.wrap(function(qd){for(;;)switch(qd.prev=qd.next){case 0:if(Id=Ud.length>1&&Ud[1]!==void 0?Ud[1]:{},Rd=Ud.length>2?Ud[2]:void 0,ud(kd),Md=this._bucketRequestParams("PUT",kd,"website",Rd),Ld={Suffix:Id.index||"index.html"},jd={IndexDocument:Ld},Pd={WebsiteConfiguration:jd},Id.supportSubDir&&(Ld.SupportSubDir=Id.supportSubDir),Id.type&&(Ld.Type=Id.type),Id.error&&(jd.ErrorDocument={Key:Id.error}),Id.routingRules===void 0){qd.next=14;break}if(Ed(Id.routingRules)){qd.next=13;break}throw new Error("RoutingRules must be Array");case 13:jd.RoutingRules={RoutingRule:Id.routingRules};case 14:return Pd=_d(Pd),Md.content=Pd,Md.mime="xml",Md.successStatuses=[200],qd.next=20,this.request(Md);case 20:return Fd=qd.sent,qd.abrupt("return",{res:Fd.res});case 22:case"end":return qd.stop()}},Nd,this)}));function Ad(Nd){return Od.apply(this,arguments)}return Ad}()},{"../utils/checkBucketName":52,"../utils/isArray":66,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],24:[function(ed,td,rd){(function(od){(function(){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),rd.encodeCallback=function(ld,cd){if(ld.headers=ld.headers||{},!Object.prototype.hasOwnProperty.call(ld.headers,"x-oss-callback")&&cd.callback){var ud={callbackUrl:encodeURI(cd.callback.url),callbackBody:cd.callback.body};cd.callback.host&&(ud.callbackHost=cd.callback.host),cd.callback.contentType&&(ud.callbackBodyType=cd.callback.contentType),cd.callback.callbackSNI&&(ud.callbackSNI=cd.callback.callbackSNI);var gd=od.from(JSON.stringify(ud)).toString("base64");if(ld.headers["x-oss-callback"]=gd,cd.callback.customValue){var _d={};Object.keys(cd.callback.customValue).forEach(function(yd){_d["x:".concat(yd)]=cd.callback.customValue[yd].toString()}),ld.headers["x-oss-callback-var"]=od.from(JSON.stringify(_d)).toString("base64")}}}}).call(this)}).call(this,ed("buffer").Buffer)},{buffer:103,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/web.dom-collections.for-each.js":382}],25:[function(ed,td,rd){ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js");var od=function(Ed){return Ed&&Ed.__esModule?Ed:{default:Ed}};Object.defineProperty(rd,"__esModule",{value:!0}),rd.getReqUrl=void 0;var sd=od(ed("copy-to")),ld=od(ed("url")),cd=od(ed("merge-descriptors")),ud=od(ed("is-type-of")),gd=ed("../utils/isIP"),_d=ed("../utils/checkConfigValid");function yd(Ed){var Td={},Od=this.options.cname;_d.checkConfigValid(this.options.endpoint,"endpoint"),sd.default(this.options.endpoint,!1).to(Td),Ed.bucket&&!Od&&!gd.isIP(Td.hostname)&&!this.options.sldEnable&&(Td.host="".concat(Ed.bucket,".").concat(Td.host));var Ad="/";Ed.bucket&&this.options.sldEnable&&(Ad+="".concat(Ed.bucket,"/")),Ed.object&&(Ad+=this._escape(Ed.object).replace(/\+/g,"%2B")),Td.pathname=Ad;var Nd={};if(Ed.query&&cd.default(Nd,Ed.query),Ed.subres){var kd={};ud.default.string(Ed.subres)?kd[Ed.subres]="":ud.default.array(Ed.subres)?Ed.subres.forEach(function(Id){kd[Id]=""}):kd=Ed.subres,cd.default(Nd,kd)}return Td.query=Nd,ld.default.format(Td)}rd.getReqUrl=yd},{"../utils/checkConfigValid":53,"../utils/isIP":72,"copy-to":107,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382,"is-type-of":539,"merge-descriptors":430,url:545}],26:[function(ed,td,rd){ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.string.trim.js");var od=ed("humanize-ms"),sd=ed("url"),ld=ed("../utils/checkBucketName"),cd=ld.checkBucketName,ud=ed("../utils/setRegion"),gd=ud.setRegion,_d=ed("../utils/checkConfigValid"),yd=_d.checkConfigValid;function Ed(Td,Od){yd(Td,"endpoint");var Ad=sd.parse(Td);if(Ad.protocol||(Ad=sd.parse("http".concat(Od?"s":"","://").concat(Td))),Ad.protocol!=="http:"&&Ad.protocol!=="https:")throw new Error("Endpoint protocol must be http or https.");return Ad}td.exports=function(Td){if(!Td||!Td.accessKeyId||!Td.accessKeySecret)throw new Error("require accessKeyId, accessKeySecret");Td.stsToken&&!Td.refreshSTSToken&&!Td.refreshSTSTokenInterval&&console.warn("It's recommended to set 'refreshSTSToken' and 'refreshSTSTokenInterval' to refresh stsToken、accessKeyId、accessKeySecret automatically when sts token has expired"),Td.bucket&&cd(Td.bucket);var Od=Object.assign({region:"oss-cn-hangzhou",internal:!1,secure:!1,timeout:6e4,bucket:null,endpoint:null,cname:!1,isRequestPay:!1,sldEnable:!1,headerEncoding:"utf-8",refreshSTSToken:null,refreshSTSTokenInterval:6e4*5,retryMax:0,authorizationV4:!1},Td);if(Od.accessKeyId=Od.accessKeyId.trim(),Od.accessKeySecret=Od.accessKeySecret.trim(),Od.timeout&&(Od.timeout=od(Od.timeout)),Od.endpoint)Od.endpoint=Ed(Od.endpoint,Od.secure);else if(Od.region)Od.endpoint=gd(Od.region,Od.internal,Od.secure);else throw new Error("require options.endpoint or options.region");return Od.inited=!0,Od}},{"../utils/checkBucketName":52,"../utils/checkConfigValid":53,"../utils/setRegion":78,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.string.trim.js":351,"humanize-ms":401,url:545}],27:[function(ed,td,rd){var od=ed("merge-descriptors"),sd=rd;od(sd,ed("./processObjectSave"))},{"./processObjectSave":28,"merge-descriptors":430}],28:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.array.concat.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkBucketName"),ud=cd.checkBucketName,gd=ed("querystring"),_d=ed("js-base64"),yd=_d.Base64.encode,Ed=rd;Ed.processObjectSave=function(){var Od=(0,ld.default)(sd.default.mark(function Nd(kd,Id,Rd,Md){var Ld,jd,Pd,Fd;return sd.default.wrap(function(Vd){for(;;)switch(Vd.prev=Vd.next){case 0:return Td(kd,"sourceObject"),Td(Id,"targetObject"),Td(Rd,"process"),Id=this._objectName(Id),Md&&ud(Md),Ld=this._objectRequestParams("POST",kd,{subres:"x-oss-process"}),jd=Md?",b_".concat(yd(Md)):"",Id=yd(Id),Pd={"x-oss-process":"".concat(Rd,"|sys/saveas,o_").concat(Id).concat(jd)},Ld.content=gd.stringify(Pd),Vd.next=12,this.request(Ld);case 12:return Fd=Vd.sent,Vd.abrupt("return",{res:Fd.res,status:Fd.res.status});case 14:case"end":return Vd.stop()}},Nd,this)}));function Ad(Nd,kd,Id,Rd){return Od.apply(this,arguments)}return Ad}();function Td(Od,Ad){if(!Od)throw new Error("".concat(Ad," is required"));if(typeof Od!="string")throw new Error("".concat(Ad," must be String"))}},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"js-base64":415,querystring:453}],29:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.function.name.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.promise.js"),ed("core-js/modules/es.array.from.js"),ed("core-js/modules/es.string.iterator.js"),ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.array.filter.js"),ed("core-js/modules/es.array.find.js"),ed("core-js/modules/es.regexp.to-string.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("debug")("ali-oss:multipart-copy"),ud=ed("copy-to"),gd=rd;gd.uploadPartCopy=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td,Od,Ad,Nd,kd){var Id,Rd,Md,Ld,jd,Pd=arguments;return sd.default.wrap(function(Ud){for(;;)switch(Ud.prev=Ud.next){case 0:return Id=Pd.length>5&&Pd[5]!==void 0?Pd[5]:{},Id.headers=Id.headers||{},Rd=Id.versionId||Id.subres&&Id.subres.versionId||null,Rd?Md="/".concat(kd.sourceBucketName,"/").concat(encodeURIComponent(kd.sourceKey),"?versionId=").concat(Rd):Md="/".concat(kd.sourceBucketName,"/").concat(encodeURIComponent(kd.sourceKey)),Id.headers["x-oss-copy-source"]=Md,Nd&&(Id.headers["x-oss-copy-source-range"]="bytes=".concat(Nd)),Id.subres={partNumber:Ad,uploadId:Od},Ld=this._objectRequestParams("PUT",Td,Id),Ld.mime=Id.mime,Ld.successStatuses=[200],Ud.next=12,this.request(Ld);case 12:return jd=Ud.sent,Ud.abrupt("return",{name:Td,etag:jd.res.headers.etag,res:jd.res});case 14:case"end":return Ud.stop()}},Ed,this)}));function yd(Ed,Td,Od,Ad,Nd){return _d.apply(this,arguments)}return yd}(),gd.multipartUploadCopy=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td,Od){var Ad,Nd,kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd,qd=arguments;return sd.default.wrap(function(zd){for(;;)switch(zd.prev=zd.next){case 0:return Ad=qd.length>2&&qd[2]!==void 0?qd[2]:{},this.resetCancelFlag(),Nd=Ad.versionId,kd=Nd===void 0?null:Nd,Id={versionId:kd},zd.next=6,this._getObjectMeta(Od.sourceBucketName,Od.sourceKey,Id);case 6:if(Rd=zd.sent,Md=Rd.res.headers["content-length"],Od.startOffset=Od.startOffset||0,Od.endOffset=Od.endOffset||Md,!(Ad.checkpoint&&Ad.checkpoint.uploadId)){zd.next=14;break}return zd.next=13,this._resumeMultipartCopy(Ad.checkpoint,Od,Ad);case 13:return zd.abrupt("return",zd.sent);case 14:if(Ld=102400,jd=Od.endOffset-Od.startOffset,!(jd<Ld)){zd.next=18;break}throw new Error("copySize must not be smaller than ".concat(Ld));case 18:if(!(Ad.partSize&&Ad.partSize<Ld)){zd.next=20;break}throw new Error("partSize must not be smaller than ".concat(Ld));case 20:return zd.next=22,this.initMultipartUpload(Td,Ad);case 22:if(Pd=zd.sent,Fd=Pd.uploadId,Ud=this._getPartSize(jd,Ad.partSize),Vd={name:Td,copySize:jd,partSize:Ud,uploadId:Fd,doneParts:[]},!(Ad&&Ad.progress)){zd.next=29;break}return zd.next=29,Ad.progress(0,Vd,Pd.res);case 29:return zd.next=31,this._resumeMultipartCopy(Vd,Od,Ad);case 31:return zd.abrupt("return",zd.sent);case 32:case"end":return zd.stop()}},Ed,this)}));function yd(Ed,Td){return _d.apply(this,arguments)}return yd}(),gd._resumeMultipartCopy=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td,Od,Ad){var Nd,kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd,qd,Wd,zd,Kd,Qd,hf,gf,bf,kf,Cf;return sd.default.wrap(function(yf){for(;;)switch(yf.prev=yf.next){case 0:if(!this.isCancel()){yf.next=2;break}throw this._makeCancelEvent();case 2:if(Nd=Ad.versionId,kd=Nd===void 0?null:Nd,Id={versionId:kd},Rd=Td.copySize,Md=Td.partSize,Ld=Td.uploadId,jd=Td.doneParts,Pd=Td.name,Fd=this._divideMultipartCopyParts(Rd,Md,Od.startOffset),Ud=Fd.length,Vd={headers:{}},Ad.copyheaders&&ud(Ad.copyheaders).to(Vd.headers),kd&&ud(Id).to(Vd),qd=function(Af,Zd,mf){return new Promise(function(){var Pf=(0,ld.default)(sd.default.mark(function Ff(Lf,jf){var xf,Nf,Bf;return sd.default.wrap(function(wf){for(;;)switch(wf.prev=wf.next){case 0:if(wf.prev=0,Af.isCancel()){wf.next=22;break}return xf=Fd[Zd-1],Nf="".concat(xf.start,"-").concat(xf.end-1),wf.prev=4,wf.next=7,Af.uploadPartCopy(Pd,Ld,Zd,Nf,mf,Vd);case 7:Bf=wf.sent,wf.next=15;break;case 10:if(wf.prev=10,wf.t0=wf.catch(4),wf.t0.status!==404){wf.next=14;break}throw Af._makeAbortEvent();case 14:throw wf.t0;case 15:if(Af.isCancel()){wf.next=22;break}if(cd("content-range ".concat(Bf.res.headers["content-range"])),jd.push({number:Zd,etag:Bf.res.headers.etag}),Td.doneParts=jd,!(Ad&&Ad.progress)){wf.next=22;break}return wf.next=22,Ad.progress(jd.length/Ud,Td,Bf.res);case 22:Lf(),wf.next=29;break;case 25:wf.prev=25,wf.t1=wf.catch(0),wf.t1.partNum=Zd,jf(wf.t1);case 29:case"end":return wf.stop()}},Ff,null,[[0,25],[4,10]])}));return function(Ff,Lf){return Pf.apply(this,arguments)}}())},Wd=Array.from(new Array(Ud),function(Mf,Af){return Af+1}),zd=jd.map(function(Mf){return Mf.number}),Kd=Wd.filter(function(Mf){return zd.indexOf(Mf)<0}),Qd=5,hf=Ad.parallel||Qd,!(this.checkBrowserAndVersion("Internet Explorer","10")||hf===1)){yf.next=28;break}gf=0;case 18:if(!(gf<Kd.length)){yf.next=26;break}if(!this.isCancel()){yf.next=21;break}throw this._makeCancelEvent();case 21:return yf.next=23,qd(this,Kd[gf],Od);case 23:gf++,yf.next=18;break;case 26:yf.next=40;break;case 28:return yf.next=30,this._parallelNode(Kd,hf,qd,Od);case 30:if(bf=yf.sent,kf=bf.find(function(Mf){return Mf.name==="abort"}),!kf){yf.next=34;break}throw kf;case 34:if(!this.isCancel()){yf.next=36;break}throw this._makeCancelEvent();case 36:if(!(bf&&bf.length>0)){yf.next=40;break}throw Cf=bf[0],Cf.message="Failed to copy some parts with error: ".concat(Cf.toString()," part_num: ").concat(Cf.partNum),Cf;case 40:return yf.next=42,this.completeMultipartUpload(Pd,Ld,jd,Ad);case 42:return yf.abrupt("return",yf.sent);case 43:case"end":return yf.stop()}},Ed,this)}));function yd(Ed,Td,Od){return _d.apply(this,arguments)}return yd}(),gd._divideMultipartCopyParts=function(yd,Ed,Td){for(var Od=Math.ceil(yd/Ed),Ad=[],Nd=0;Nd<Od;Nd++){var kd=Ed*Nd+Td,Id=Math.min(kd+Ed,yd+Td);Ad.push({start:kd,end:Id})}return Ad},gd._getObjectMeta=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td,Od,Ad){var Nd,kd;return sd.default.wrap(function(Rd){for(;;)switch(Rd.prev=Rd.next){case 0:return Nd=this.getBucket(),this.setBucket(Td),Rd.next=4,this.head(Od,Ad);case 4:return kd=Rd.sent,this.setBucket(Nd),Rd.abrupt("return",kd);case 7:case"end":return Rd.stop()}},Ed,this)}));function yd(Ed,Td,Od){return _d.apply(this,arguments)}return yd}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"copy-to":107,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.find.js":313,"core-js/modules/es.array.from.js":314,"core-js/modules/es.array.map.js":318,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.iterator.js":345,debug:538}],30:[function(ed,td,rd){(function(od){(function(){var sd=ed("@babel/runtime/helpers/interopRequireDefault"),ld=sd(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.array.filter.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.array.sort.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.regexp.to-string.js");var cd=sd(ed("@babel/runtime/helpers/asyncToGenerator")),ud=ed("copy-to"),gd=ed("./callback"),_d=ed("./utils/deepCopy"),yd=_d.deepCopyWith,Ed=ed("./utils/isBuffer"),Td=Ed.isBuffer,Od=ed("./utils/omit"),Ad=Od.omit,Nd=rd;Nd.listUploads=function(){var kd=(0,cd.default)(ld.default.mark(function Rd(Md,Ld){var jd,Pd,Fd,Ud;return ld.default.wrap(function(qd){for(;;)switch(qd.prev=qd.next){case 0:return Ld=Ld||{},jd={},ud(Ld).to(jd),jd.subres="uploads",Pd=this._objectRequestParams("GET","",jd),Pd.query=Md,Pd.xmlResponse=!0,Pd.successStatuses=[200],qd.next=10,this.request(Pd);case 10:return Fd=qd.sent,Ud=Fd.data.Upload||[],Array.isArray(Ud)||(Ud=[Ud]),Ud=Ud.map(function(Wd){return{name:Wd.Key,uploadId:Wd.UploadId,initiated:Wd.Initiated}}),qd.abrupt("return",{res:Fd.res,uploads:Ud,bucket:Fd.data.Bucket,nextKeyMarker:Fd.data.NextKeyMarker,nextUploadIdMarker:Fd.data.NextUploadIdMarker,isTruncated:Fd.data.IsTruncated==="true"});case 15:case"end":return qd.stop()}},Rd,this)}));function Id(Rd,Md){return kd.apply(this,arguments)}return Id}(),Nd.listParts=function(){var kd=(0,cd.default)(ld.default.mark(function Rd(Md,Ld,jd,Pd){var Fd,Ud,Vd;return ld.default.wrap(function(Wd){for(;;)switch(Wd.prev=Wd.next){case 0:return Pd=Pd||{},Fd={},ud(Pd).to(Fd),Fd.subres={uploadId:Ld},Ud=this._objectRequestParams("GET",Md,Fd),Ud.query=jd,Ud.xmlResponse=!0,Ud.successStatuses=[200],Wd.next=10,this.request(Ud);case 10:return Vd=Wd.sent,Wd.abrupt("return",{res:Vd.res,uploadId:Vd.data.UploadId,bucket:Vd.data.Bucket,name:Vd.data.Key,partNumberMarker:Vd.data.PartNumberMarker,nextPartNumberMarker:Vd.data.NextPartNumberMarker,maxParts:Vd.data.MaxParts,isTruncated:Vd.data.IsTruncated,parts:Vd.data.Part||[]});case 12:case"end":return Wd.stop()}},Rd,this)}));function Id(Rd,Md,Ld,jd){return kd.apply(this,arguments)}return Id}(),Nd.abortMultipartUpload=function(){var kd=(0,cd.default)(ld.default.mark(function Rd(Md,Ld,jd){var Pd,Fd,Ud;return ld.default.wrap(function(qd){for(;;)switch(qd.prev=qd.next){case 0:return this._stop(),jd=jd||{},Pd={},ud(jd).to(Pd),Pd.subres={uploadId:Ld},Fd=this._objectRequestParams("DELETE",Md,Pd),Fd.successStatuses=[204],qd.next=9,this.request(Fd);case 9:return Ud=qd.sent,qd.abrupt("return",{res:Ud.res});case 11:case"end":return qd.stop()}},Rd,this)}));function Id(Rd,Md,Ld){return kd.apply(this,arguments)}return Id}(),Nd.initMultipartUpload=function(){var kd=(0,cd.default)(ld.default.mark(function Rd(Md,Ld){var jd,Pd,Fd;return ld.default.wrap(function(Vd){for(;;)switch(Vd.prev=Vd.next){case 0:return Ld=Ld||{},jd={},ud(Ld).to(jd),jd.headers=jd.headers||{},this._convertMetaToHeaders(Ld.meta,jd.headers),jd.subres="uploads",Pd=this._objectRequestParams("POST",Md,jd),Pd.mime=Ld.mime,Pd.xmlResponse=!0,Pd.successStatuses=[200],Vd.next=12,this.request(Pd);case 12:return Fd=Vd.sent,Vd.abrupt("return",{res:Fd.res,bucket:Fd.data.Bucket,name:Fd.data.Key,uploadId:Fd.data.UploadId});case 14:case"end":return Vd.stop()}},Rd,this)}));function Id(Rd,Md){return kd.apply(this,arguments)}return Id}(),Nd.uploadPart=function(){var kd=(0,cd.default)(ld.default.mark(function Rd(Md,Ld,jd,Pd,Fd,Ud,Vd){var qd,Wd;return ld.default.wrap(function(Kd){for(;;)switch(Kd.prev=Kd.next){case 0:if(qd={size:Ud-Fd},Wd=od&&od.browser,!Wd){Kd.next=8;break}return Kd.next=5,this._createBuffer(Pd,Fd,Ud);case 5:qd.content=Kd.sent,Kd.next=11;break;case 8:return Kd.next=10,this._createStream(Pd,Fd,Ud);case 10:qd.stream=Kd.sent;case 11:return Kd.next=13,this._uploadPart(Md,Ld,jd,qd,Vd);case 13:return Kd.abrupt("return",Kd.sent);case 14:case"end":return Kd.stop()}},Rd,this)}));function Id(Rd,Md,Ld,jd,Pd,Fd,Ud){return kd.apply(this,arguments)}return Id}(),Nd.completeMultipartUpload=function(){var kd=(0,cd.default)(ld.default.mark(function Rd(Md,Ld,jd,Pd){var Fd,Ud,Vd,qd,Wd,zd,Kd,Qd;return ld.default.wrap(function(gf){for(;;)switch(gf.prev=gf.next){case 0:for(Fd=jd.concat().sort(function(bf,kf){return bf.number-kf.number}).filter(function(bf,kf,Cf){return!kf||bf.number!==Cf[kf-1].number}),Ud=`<?xml version="1.0" encoding="UTF-8"?>
<CompleteMultipartUpload>
`,Vd=0;Vd<Fd.length;Vd++)qd=Fd[Vd],Ud+=`<Part>
`,Ud+="<PartNumber>".concat(qd.number,`</PartNumber>
`),Ud+="<ETag>".concat(qd.etag,`</ETag>
`),Ud+=`</Part>
`;return Ud+="</CompleteMultipartUpload>",Pd=Pd||{},Wd={},Wd=yd(Pd,function(bf){if(Td(bf))return null}),Wd.subres={uploadId:Ld},Wd.headers=Ad(Wd.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),zd=this._objectRequestParams("POST",Md,Wd),gd.encodeCallback(zd,Wd),zd.mime="xml",zd.content=Ud,zd.headers&&zd.headers["x-oss-callback"]||(zd.xmlResponse=!0),zd.successStatuses=[200],gf.next=17,this.request(zd);case 17:if(Kd=gf.sent,!Pd.progress){gf.next=21;break}return gf.next=21,Pd.progress(1,null,Kd.res);case 21:return Qd={res:Kd.res,bucket:zd.bucket,name:Md,etag:Kd.res.headers.etag},zd.headers&&zd.headers["x-oss-callback"]&&(Qd.data=JSON.parse(Kd.data.toString())),gf.abrupt("return",Qd);case 24:case"end":return gf.stop()}},Rd,this)}));function Id(Rd,Md,Ld,jd){return kd.apply(this,arguments)}return Id}(),Nd._uploadPart=function(){var kd=(0,cd.default)(ld.default.mark(function Rd(Md,Ld,jd,Pd,Fd){var Ud,Vd,qd,Wd;return ld.default.wrap(function(Kd){for(;;)switch(Kd.prev=Kd.next){case 0:return Fd=Fd||{},Ud={},ud(Fd).to(Ud),Ud.headers=Ud.headers||{},Ud.headers["Content-Length"]=Pd.size,Ud.headers=Ad(Ud.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),Ud.subres={partNumber:jd,uploadId:Ld},Vd=this._objectRequestParams("PUT",Md,Ud),Vd.mime=Ud.mime,qd=od&&od.browser,qd?Vd.content=Pd.content:Vd.stream=Pd.stream,Vd.successStatuses=[200],Vd.disabledMD5=Fd.disabledMD5,Kd.next=15,this.request(Vd);case 15:if(Wd=Kd.sent,Wd.res.headers.etag){Kd.next=18;break}throw new Error(`Please set the etag of expose-headers in OSS
https://help.aliyun.com/document_detail/32069.html`);case 18:return Pd.stream&&(Pd.stream=null,Vd.stream=null),Kd.abrupt("return",{name:Md,etag:Wd.res.headers.etag,res:Wd.res});case 20:case"end":return Kd.stop()}},Rd,this)}));function Id(Rd,Md,Ld,jd,Pd){return kd.apply(this,arguments)}return Id}()}).call(this)}).call(this,ed("_process"))},{"./callback":24,"./utils/deepCopy":59,"./utils/isBuffer":68,"./utils/omit":76,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,_process:540,"copy-to":107,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.map.js":318,"core-js/modules/es.array.sort.js":320,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],31:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.regexp.exec.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("url"),ud=ed("utility"),gd=ed("copy-to"),_d=ed("../../common/signUtils"),yd=ed("../utils/isIP"),Ed=yd.isIP,Td=ed("../utils/setSTSToken"),Od=Td.setSTSToken,Ad=ed("../utils/isFunction"),Nd=Ad.isFunction,kd=rd;kd.asyncSignatureUrl=function(){var Id=(0,ld.default)(sd.default.mark(function Md(Ld,jd){var Pd,Fd,Ud,Vd,qd,Wd,zd=arguments;return sd.default.wrap(function(Qd){for(;;)switch(Qd.prev=Qd.next){case 0:if(Pd=zd.length>2&&zd[2]!==void 0?zd[2]:!0,!Ed(this.options.endpoint.hostname)){Qd.next=3;break}throw new Error("can not get the object URL when endpoint is IP");case 3:if(!(Pd&&/^\?/.test(Ld))){Qd.next=5;break}throw new Error("Invalid object name ".concat(Ld));case 5:if(jd=jd||{},Ld=this._objectName(Ld),jd.method=jd.method||"GET",Fd=ud.timestamp()+(jd.expires||1800),Ud={bucket:this.options.bucket,object:Ld},Vd=this._getResource(Ud),!(this.options.stsToken&&Nd(this.options.refreshSTSToken))){Qd.next=14;break}return Qd.next=14,Od.call(this);case 14:return this.options.stsToken&&(jd["security-token"]=this.options.stsToken),qd=_d._signatureForURL(this.options.accessKeySecret,jd,Vd,Fd),Wd=cd.parse(this._getReqUrl(Ud)),Wd.query={OSSAccessKeyId:this.options.accessKeyId,Expires:Fd,Signature:qd.Signature},gd(qd.subResource).to(Wd.query),Qd.abrupt("return",Wd.format());case 20:case"end":return Qd.stop()}},Md,this)}));function Rd(Md,Ld){return Id.apply(this,arguments)}return Rd}()},{"../../common/signUtils":51,"../utils/isFunction":71,"../utils/isIP":72,"../utils/setSTSToken":79,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"copy-to":107,"core-js/modules/es.regexp.exec.js":340,url:545,utility:547}],32:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.array.find.js"),ed("core-js/modules/es.array.includes.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js");var ld=od(ed("@babel/runtime/helpers/typeof")),cd=od(ed("@babel/runtime/helpers/asyncToGenerator")),ud=ed("../utils/checkBucketName"),gd=ud.checkBucketName,_d=rd,yd=["content-type","content-encoding","content-language","content-disposition","cache-control","expires"];_d.copy=function(){var Ed=(0,cd.default)(sd.default.mark(function Od(Ad,Nd,kd,Id){var Rd,Md,Ld;return sd.default.wrap(function(Pd){for(;;)switch(Pd.prev=Pd.next){case 0:return(0,ld.default)(kd)==="object"&&(Id=kd),Id=Id||{},Id.headers=Id.headers||{},Object.keys(Id.headers).forEach(function(Fd){Id.headers["x-oss-copy-source-".concat(Fd.toLowerCase())]=Id.headers[Fd]}),(Id.meta||Object.keys(Id.headers).find(function(Fd){return yd.includes(Fd.toLowerCase())}))&&(Id.headers["x-oss-metadata-directive"]="REPLACE"),this._convertMetaToHeaders(Id.meta,Id.headers),Nd=this._getSourceName(Nd,kd),Id.versionId&&(Nd="".concat(Nd,"?versionId=").concat(Id.versionId)),Id.headers["x-oss-copy-source"]=Nd,Rd=this._objectRequestParams("PUT",Ad,Id),Rd.xmlResponse=!0,Rd.successStatuses=[200,304],Pd.next=14,this.request(Rd);case 14:return Md=Pd.sent,Ld=Md.data,Ld&&(Ld={etag:Ld.ETag,lastModified:Ld.LastModified}),Pd.abrupt("return",{data:Ld,res:Md.res});case 18:case"end":return Pd.stop()}},Od,this)}));function Td(Od,Ad,Nd,kd){return Ed.apply(this,arguments)}return Td}(),_d._getSourceName=function(Td,Od){return typeof Od=="string"?Td=this._objectName(Td):Td[0]!=="/"?Od=this.options.bucket:(Od=Td.replace(/\/(.+?)(\/.*)/,"$1"),Td=Td.replace(/(\/.+?\/)(.*)/,"$2")),gd(Od),Td=encodeURIComponent(Td),Td="/".concat(Od,"/").concat(Td),Td}},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.find.js":313,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],33:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd;cd.delete=function(){var ud=(0,ld.default)(sd.default.mark(function _d(yd){var Ed,Td,Od,Ad=arguments;return sd.default.wrap(function(kd){for(;;)switch(kd.prev=kd.next){case 0:return Ed=Ad.length>1&&Ad[1]!==void 0?Ad[1]:{},Ed.subres=Object.assign({},Ed.subres),Ed.versionId&&(Ed.subres.versionId=Ed.versionId),Td=this._objectRequestParams("DELETE",yd,Ed),Td.successStatuses=[204],kd.next=7,this.request(Td);case 7:return Od=kd.sent,kd.abrupt("return",{res:Od.res});case 9:case"end":return kd.stop()}},_d,this)}));function gd(_d){return ud.apply(this,arguments)}return gd}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],34:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("utility"),ud=ed("../utils/obj2xml"),gd=ud.obj2xml,_d=rd;_d.deleteMulti=function(){var yd=(0,ld.default)(sd.default.mark(function Td(Od){var Ad,Nd,kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd,qd,Wd=arguments;return sd.default.wrap(function(Kd){for(;;)switch(Kd.prev=Kd.next){case 0:if(Ad=Wd.length>1&&Wd[1]!==void 0?Wd[1]:{},Nd=[],!(!Od||!Od.length)){Kd.next=4;break}throw new Error("names is required");case 4:for(kd=0;kd<Od.length;kd++)Id={},typeof Od[kd]=="string"?Id.Key=cd.escape(this._objectName(Od[kd])):(Rd=Od[kd],Md=Rd.key,Ld=Rd.versionId,Id.Key=cd.escape(this._objectName(Md)),Id.VersionId=Ld),Nd.push(Id);return jd={Delete:{Quiet:!!Ad.quiet,Object:Nd}},Pd=gd(jd,{headers:!0}),Ad.subres=Object.assign({delete:""},Ad.subres),Ad.versionId&&(Ad.subres.versionId=Ad.versionId),Fd=this._objectRequestParams("POST","",Ad),Fd.mime="xml",Fd.content=Pd,Fd.xmlResponse=!0,Fd.successStatuses=[200],Kd.next=16,this.request(Fd);case 16:return Ud=Kd.sent,Vd=Ud.data,qd=Vd&&Vd.Deleted||null,qd&&(Array.isArray(qd)||(qd=[qd])),Kd.abrupt("return",{res:Ud.res,deleted:qd||[]});case 21:case"end":return Kd.stop()}},Td,this)}));function Ed(Td){return yd.apply(this,arguments)}return Ed}()},{"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325,utility:547}],35:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd;cd.deleteObjectTagging=function(){var ud=(0,ld.default)(sd.default.mark(function _d(yd){var Ed,Td,Od,Ad=arguments;return sd.default.wrap(function(kd){for(;;)switch(kd.prev=kd.next){case 0:return Ed=Ad.length>1&&Ad[1]!==void 0?Ad[1]:{},Ed.subres=Object.assign({tagging:""},Ed.subres),Ed.versionId&&(Ed.subres.versionId=Ed.versionId),yd=this._objectName(yd),Td=this._objectRequestParams("DELETE",yd,Ed),Td.successStatuses=[204],kd.next=8,this.request(Td);case 8:return Od=kd.sent,kd.abrupt("return",{status:Od.status,res:Od.res});case 10:case"end":return kd.stop()}},_d,this)}));function gd(_d){return ud.apply(this,arguments)}return gd}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],36:[function(ed,td,rd){ed("core-js/modules/es.array.concat.js");var od=ed("url"),sd=ed("../utils/isIP"),ld=sd.isIP,cd=rd;cd.generateObjectUrl=function(gd,_d){if(ld(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");if(_d)_d[_d.length-1]!=="/"&&(_d+="/");else{_d=this.options.endpoint.format();var yd=od.parse(_d),Ed=this.options.bucket;yd.hostname="".concat(Ed,".").concat(yd.hostname),yd.host="".concat(Ed,".").concat(yd.host),_d=yd.format()}return _d+this._escape(this._objectName(gd))}},{"../utils/isIP":72,"core-js/modules/es.array.concat.js":310,url:545}],37:[function(ed,td,rd){(function(od){(function(){var sd=ed("@babel/runtime/helpers/interopRequireDefault"),ld=sd(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var cd=sd(ed("@babel/runtime/helpers/asyncToGenerator")),ud=ed("fs"),gd=ed("is-type-of"),_d=ed("../utils/isObject"),yd=_d.isObject,Ed=rd;Ed.get=function(){var Td=(0,cd.default)(ld.default.mark(function Ad(Nd,kd){var Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd=arguments;return ld.default.wrap(function(Wd){for(;;)switch(Wd.prev=Wd.next){case 0:return Id=Vd.length>2&&Vd[2]!==void 0?Vd[2]:{},Rd=null,Md=!1,gd.writableStream(kd)?Rd=kd:gd.string(kd)?(Rd=ud.createWriteStream(kd),Md=!0):yd(kd)&&(Id=kd),Id=Id||{},Ld=od&&od.browser,jd=Id.responseCacheControl===null?"":"no-cache",Pd=Ld&&jd?{"response-cache-control":jd}:{},Id.subres=Object.assign(Pd,Id.subres),Id.versionId&&(Id.subres.versionId=Id.versionId),Id.process&&(Id.subres["x-oss-process"]=Id.process),Wd.prev=11,Ud=this._objectRequestParams("GET",Nd,Id),Ud.writeStream=Rd,Ud.successStatuses=[200,206,304],Wd.next=17,this.request(Ud);case 17:Fd=Wd.sent,Md&&Rd.destroy(),Wd.next=28;break;case 21:if(Wd.prev=21,Wd.t0=Wd.catch(11),!Md){Wd.next=27;break}return Rd.destroy(),Wd.next=27,this._deleteFileSafe(kd);case 27:throw Wd.t0;case 28:return Wd.abrupt("return",{res:Fd.res,content:Fd.data});case 29:case"end":return Wd.stop()}},Ad,this,[[11,21]])}));function Od(Ad,Nd){return Td.apply(this,arguments)}return Od}()}).call(this)}).call(this,ed("_process"))},{"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,_process:540,"core-js/modules/es.object.assign.js":325,fs:102,"is-type-of":539}],38:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd;cd.getACL=function(){var ud=(0,ld.default)(sd.default.mark(function _d(yd){var Ed,Td,Od,Ad=arguments;return sd.default.wrap(function(kd){for(;;)switch(kd.prev=kd.next){case 0:return Ed=Ad.length>1&&Ad[1]!==void 0?Ad[1]:{},Ed.subres=Object.assign({acl:""},Ed.subres),Ed.versionId&&(Ed.subres.versionId=Ed.versionId),yd=this._objectName(yd),Td=this._objectRequestParams("GET",yd,Ed),Td.successStatuses=[200],Td.xmlResponse=!0,kd.next=9,this.request(Td);case 9:return Od=kd.sent,kd.abrupt("return",{acl:Od.data.AccessControlList.Grant,owner:{id:Od.data.Owner.ID,displayName:Od.data.Owner.DisplayName},res:Od.res});case 11:case"end":return kd.stop()}},_d,this)}));function gd(_d){return ud.apply(this,arguments)}return gd}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],39:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.number.constructor.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd,ud=ed("../utils/isObject"),gd=ud.isObject,_d=ed("../utils/isArray"),yd=_d.isArray;cd.getBucketVersions=Ed,cd.listObjectVersions=Ed;function Ed(){return Td.apply(this,arguments)}function Td(){return Td=(0,ld.default)(sd.default.mark(function Nd(){var kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud=arguments;return sd.default.wrap(function(qd){for(;;)switch(qd.prev=qd.next){case 0:if(kd=Ud.length>0&&Ud[0]!==void 0?Ud[0]:{},Id=Ud.length>1&&Ud[1]!==void 0?Ud[1]:{},!(kd.versionIdMarker&&kd.keyMarker===void 0)){qd.next=4;break}throw new Error("A version-id marker cannot be specified without a key marker");case 4:return Id.subres=Object.assign({versions:""},Id.subres),Id.versionId&&(Id.subres.versionId=Id.versionId),Rd=this._objectRequestParams("GET","",Id),Rd.xmlResponse=!0,Rd.successStatuses=[200],Rd.query=Ad(kd),qd.next=12,this.request(Rd);case 12:return Md=qd.sent,Ld=Md.data.Version||[],jd=Md.data.DeleteMarker||[],Pd=this,Ld&&(Array.isArray(Ld)||(Ld=[Ld]),Ld=Ld.map(function(Wd){return{name:Wd.Key,url:Pd._objectUrl(Wd.Key),lastModified:Wd.LastModified,isLatest:Wd.IsLatest==="true",versionId:Wd.VersionId,etag:Wd.ETag,type:Wd.Type,size:Number(Wd.Size),storageClass:Wd.StorageClass,owner:{id:Wd.Owner.ID,displayName:Wd.Owner.DisplayName}}})),jd&&(yd(jd)||(jd=[jd]),jd=jd.map(function(Wd){return{name:Wd.Key,lastModified:Wd.LastModified,versionId:Wd.VersionId,owner:{id:Wd.Owner.ID,displayName:Wd.Owner.DisplayName}}})),Fd=Md.data.CommonPrefixes||null,Fd&&(yd(Fd)||(Fd=[Fd]),Fd=Fd.map(function(Wd){return Wd.Prefix})),qd.abrupt("return",{res:Md.res,objects:Ld,deleteMarker:jd,prefixes:Fd,nextMarker:Md.data.NextKeyMarker||null,NextVersionIdMarker:Md.data.NextVersionIdMarker||null,nextKeyMarker:Md.data.NextKeyMarker||null,nextVersionIdMarker:Md.data.NextVersionIdMarker||null,isTruncated:Md.data.IsTruncated==="true"});case 21:case"end":return qd.stop()}},Nd,this)})),Td.apply(this,arguments)}function Od(Nd){return Nd.replace(/([A-Z])/g,"-$1").toLowerCase()}function Ad(){var Nd=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},kd={};return gd(Nd)&&Object.keys(Nd).forEach(function(Id){kd[Od(Id)]=Nd[Id]}),kd}},{"../utils/isArray":66,"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.map.js":318,"core-js/modules/es.number.constructor.js":324,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],40:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd;cd.getObjectMeta=function(){var ud=(0,ld.default)(sd.default.mark(function _d(yd,Ed){var Td,Od;return sd.default.wrap(function(Nd){for(;;)switch(Nd.prev=Nd.next){case 0:return Ed=Ed||{},yd=this._objectName(yd),Ed.subres=Object.assign({objectMeta:""},Ed.subres),Ed.versionId&&(Ed.subres.versionId=Ed.versionId),Td=this._objectRequestParams("HEAD",yd,Ed),Td.successStatuses=[200],Nd.next=8,this.request(Td);case 8:return Od=Nd.sent,Nd.abrupt("return",{status:Od.status,res:Od.res});case 10:case"end":return Nd.stop()}},_d,this)}));function gd(_d,yd){return ud.apply(this,arguments)}return gd}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],41:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd,ud=ed("../utils/isObject"),gd=ud.isObject;cd.getObjectTagging=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td){var Od,Ad,Nd,kd,Id,Rd,Md=arguments;return sd.default.wrap(function(jd){for(;;)switch(jd.prev=jd.next){case 0:return Od=Md.length>1&&Md[1]!==void 0?Md[1]:{},Od.subres=Object.assign({tagging:""},Od.subres),Od.versionId&&(Od.subres.versionId=Od.versionId),Td=this._objectName(Td),Ad=this._objectRequestParams("GET",Td,Od),Ad.successStatuses=[200],jd.next=8,this.request(Ad);case 8:return Nd=jd.sent,jd.next=11,this.parseXML(Nd.data);case 11:return kd=jd.sent,Id=kd.TagSet.Tag,Id=Id&&gd(Id)?[Id]:Id||[],Rd={},Id.forEach(function(Pd){Rd[Pd.Key]=Pd.Value}),jd.abrupt("return",{status:Nd.status,res:Nd.res,tag:Rd});case 17:case"end":return jd.stop()}},Ed,this)}));function yd(Ed){return _d.apply(this,arguments)}return yd}()},{"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],42:[function(ed,td,rd){var od=ed("../utils/isIP"),sd=od.isIP,ld=rd;ld.getObjectUrl=function(ud,gd){if(sd(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");return gd?gd[gd.length-1]!=="/"&&(gd+="/"):gd=this.options.endpoint.format(),gd+this._escape(this._objectName(ud))}},{"../utils/isIP":72}],43:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd;cd.getSymlink=function(){var ud=(0,ld.default)(sd.default.mark(function _d(yd){var Ed,Td,Od,Ad,Nd=arguments;return sd.default.wrap(function(Id){for(;;)switch(Id.prev=Id.next){case 0:return Ed=Nd.length>1&&Nd[1]!==void 0?Nd[1]:{},Ed.subres=Object.assign({symlink:""},Ed.subres),Ed.versionId&&(Ed.subres.versionId=Ed.versionId),yd=this._objectName(yd),Td=this._objectRequestParams("GET",yd,Ed),Td.successStatuses=[200],Id.next=8,this.request(Td);case 8:return Od=Id.sent,Ad=Od.res.headers["x-oss-symlink-target"],Id.abrupt("return",{targetName:decodeURIComponent(Ad),res:Od.res});case 11:case"end":return Id.stop()}},_d,this)}));function gd(_d){return ud.apply(this,arguments)}return gd}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],44:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/checkEnv"),ud=cd.checkEnv,gd=rd;gd.head=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td){var Od,Ad,Nd,kd,Id=arguments;return sd.default.wrap(function(Md){for(;;)switch(Md.prev=Md.next){case 0:return Od=Id.length>1&&Id[1]!==void 0?Id[1]:{},ud("Because HeadObject has gzip enabled, head cannot get the file size correctly. If you need to get the file size, please use getObjectMeta"),Od.subres=Object.assign({},Od.subres),Od.versionId&&(Od.subres.versionId=Od.versionId),Ad=this._objectRequestParams("HEAD",Td,Od),Ad.successStatuses=[200,304],Md.next=8,this.request(Ad);case 8:return Nd=Md.sent,kd={meta:null,res:Nd.res,status:Nd.status},Nd.status===200&&Object.keys(Nd.headers).forEach(function(Ld){Ld.indexOf("x-oss-meta-")===0&&(kd.meta||(kd.meta={}),kd.meta[Ld.substring(11)]=Nd.headers[Ld])}),Md.abrupt("return",kd);case 12:case"end":return Md.stop()}},Ed,this)}));function yd(Ed){return _d.apply(this,arguments)}return yd}()},{"../utils/checkEnv":54,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],45:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd;cd.putACL=function(){var ud=(0,ld.default)(sd.default.mark(function _d(yd,Ed,Td){var Od,Ad;return sd.default.wrap(function(kd){for(;;)switch(kd.prev=kd.next){case 0:return Td=Td||{},Td.subres=Object.assign({acl:""},Td.subres),Td.versionId&&(Td.subres.versionId=Td.versionId),Td.headers=Td.headers||{},Td.headers["x-oss-object-acl"]=Ed,yd=this._objectName(yd),Od=this._objectRequestParams("PUT",yd,Td),Od.successStatuses=[200],kd.next=10,this.request(Od);case 10:return Ad=kd.sent,kd.abrupt("return",{res:Ad.res});case 12:case"end":return kd.stop()}},_d,this)}));function gd(_d,yd,Ed){return ud.apply(this,arguments)}return gd}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],46:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.object.keys.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("../utils/obj2xml"),ud=cd.obj2xml,gd=ed("../utils/checkObjectTag"),_d=gd.checkObjectTag,yd=rd;yd.putObjectTagging=function(){var Ed=(0,ld.default)(sd.default.mark(function Od(Ad,Nd){var kd,Id,Rd,Md,Ld=arguments;return sd.default.wrap(function(Pd){for(;;)switch(Pd.prev=Pd.next){case 0:return kd=Ld.length>2&&Ld[2]!==void 0?Ld[2]:{},_d(Nd),kd.subres=Object.assign({tagging:""},kd.subres),kd.versionId&&(kd.subres.versionId=kd.versionId),Ad=this._objectName(Ad),Id=this._objectRequestParams("PUT",Ad,kd),Id.successStatuses=[200],Nd=Object.keys(Nd).map(function(Fd){return{Key:Fd,Value:Nd[Fd]}}),Rd={Tagging:{TagSet:{Tag:Nd}}},Id.mime="xml",Id.content=ud(Rd),Pd.next=13,this.request(Id);case 13:return Md=Pd.sent,Pd.abrupt("return",{res:Md.res,status:Md.status});case 15:case"end":return Pd.stop()}},Od,this)}));function Td(Od,Ad){return Ed.apply(this,arguments)}return Td}()},{"../utils/checkObjectTag":55,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.map.js":318,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330}],47:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=rd;cd.putSymlink=function(){var ud=(0,ld.default)(sd.default.mark(function _d(yd,Ed,Td){var Od,Ad;return sd.default.wrap(function(kd){for(;;)switch(kd.prev=kd.next){case 0:return Td=Td||{},Td.headers=Td.headers||{},Ed=this._escape(this._objectName(Ed)),this._convertMetaToHeaders(Td.meta,Td.headers),Td.headers["x-oss-symlink-target"]=Ed,Td.subres=Object.assign({symlink:""},Td.subres),Td.versionId&&(Td.subres.versionId=Td.versionId),Td.storageClass&&(Td.headers["x-oss-storage-class"]=Td.storageClass),yd=this._objectName(yd),Od=this._objectRequestParams("PUT",yd,Td),Od.successStatuses=[200],kd.next=13,this.request(Od);case 13:return Ad=kd.sent,kd.abrupt("return",{res:Ad.res});case 15:case"end":return kd.stop()}},_d,this)}));function gd(_d,yd,Ed){return ud.apply(this,arguments)}return gd}()},{"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.object.assign.js":325}],48:[function(ed,td,rd){ed("core-js/modules/es.regexp.exec.js");var od=ed("url"),sd=ed("utility"),ld=ed("copy-to"),cd=ed("../../common/signUtils"),ud=ed("../utils/isIP"),gd=ud.isIP,_d=rd;_d.signatureUrl=function(Ed,Td){var Od=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(gd(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");if(Od&&/^\?/.test(Ed))throw new Error("Invalid object name ".concat(Ed));Td=Td||{},Ed=this._objectName(Ed),Td.method=Td.method||"GET";var Ad=sd.timestamp()+(Td.expires||1800),Nd={bucket:this.options.bucket,object:Ed},kd=this._getResource(Nd);this.options.stsToken&&(Td["security-token"]=this.options.stsToken);var Id=cd._signatureForURL(this.options.accessKeySecret,Td,kd,Ad),Rd=od.parse(this._getReqUrl(Nd));return Rd.query={OSSAccessKeyId:this.options.accessKeyId,Expires:Ad,Signature:Id.Signature},ld(Id.subResource).to(Rd.query),Rd.format()}},{"../../common/signUtils":51,"../utils/isIP":72,"copy-to":107,"core-js/modules/es.regexp.exec.js":340,url:545,utility:547}],49:[function(ed,td,rd){ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.symbol.js"),ed("core-js/modules/es.array.filter.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.object.get-own-property-descriptor.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.get-own-property-descriptors.js");var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.array.join.js"),ed("core-js/modules/es.array.concat.js");var ld=od(ed("@babel/runtime/helpers/defineProperty")),cd=od(ed("@babel/runtime/helpers/asyncToGenerator"));function ud(Md,Ld){var jd=Object.keys(Md);if(Object.getOwnPropertySymbols){var Pd=Object.getOwnPropertySymbols(Md);Ld&&(Pd=Pd.filter(function(Fd){return Object.getOwnPropertyDescriptor(Md,Fd).enumerable})),jd.push.apply(jd,Pd)}return jd}function gd(Md){for(var Ld=1;Ld<arguments.length;Ld++){var jd=arguments[Ld]!=null?arguments[Ld]:{};Ld%2?ud(Object(jd),!0).forEach(function(Pd){(0,ld.default)(Md,Pd,jd[Pd])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Md,Object.getOwnPropertyDescriptors(jd)):ud(Object(jd)).forEach(function(Pd){Object.defineProperty(Md,Pd,Object.getOwnPropertyDescriptor(jd,Pd))})}return Md}var _d=ed("dateformat"),yd=ed("url"),Ed=ed("../../common/signUtils"),Td=ed("../utils/setSTSToken"),Od=Td.setSTSToken,Ad=ed("../utils/isFunction"),Nd=Ad.isFunction,kd=ed("../utils/getStandardRegion"),Id=kd.getStandardRegion,Rd=rd;Rd.signatureUrlV4=function(){var Md=(0,cd.default)(sd.default.mark(function jd(Pd,Fd,Ud,Vd,qd){var Wd,zd,Kd,Qd,hf,gf,bf,kf,Cf,Ef;return sd.default.wrap(function(Mf){for(;;)switch(Mf.prev=Mf.next){case 0:if(Wd=Ud&&Ud.headers||{},zd=gd({},Ud&&Ud.queries||{}),Kd=new Date,Qd=_d(Kd,"UTC:yyyymmdd'T'HHMMss'Z'"),hf=Qd.split("T")[0],gf=Ed.fixAdditionalHeaders(qd),bf=Id(this.options.region),gf.length>0&&(zd["x-oss-additional-headers"]=gf.join(";")),zd["x-oss-credential"]="".concat(this.options.accessKeyId,"/").concat(hf,"/").concat(bf,"/oss/aliyun_v4_request"),zd["x-oss-date"]=Qd,zd["x-oss-expires"]=Fd,zd["x-oss-signature-version"]="OSS4-HMAC-SHA256",!(this.options.stsToken&&Nd(this.options.refreshSTSToken))){Mf.next=15;break}return Mf.next=15,Od.call(this);case 15:return this.options.stsToken&&(zd["x-oss-security-token"]=this.options.stsToken),kf=Ed.getCanonicalRequest(Pd,{headers:Wd,queries:zd},this.options.bucket,Vd,gf),Cf=Ed.getStringToSign(bf,Qd,kf),zd["x-oss-signature"]=Ed.getSignatureV4(this.options.accessKeySecret,hf,bf,Cf),Ef=yd.parse(this._getReqUrl({bucket:this.options.bucket,object:Vd})),Ef.query=gd({},zd),Mf.abrupt("return",Ef.format());case 22:case"end":return Mf.stop()}},jd,this)}));function Ld(jd,Pd,Fd,Ud,Vd){return Md.apply(this,arguments)}return Ld}()},{"../../common/signUtils":51,"../utils/getStandardRegion":64,"../utils/isFunction":71,"../utils/setSTSToken":79,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/defineProperty":83,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.join.js":317,"core-js/modules/es.object.get-own-property-descriptor.js":327,"core-js/modules/es.object.get-own-property-descriptors.js":328,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.symbol.js":356,"core-js/modules/web.dom-collections.for-each.js":382,dateformat:385,url:545}],50:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.array.iterator.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.promise.js"),ed("core-js/modules/es.string.iterator.js"),ed("core-js/modules/web.dom-collections.iterator.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.function.name.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator")),cd=ed("./utils/isArray"),ud=cd.isArray,gd=rd;gd._parallelNode=function(){var _d=(0,ld.default)(sd.default.mark(function Ed(Td,Od,Ad,Nd){var kd,Id,Rd,Md,Ld,jd,Pd,Fd;return sd.default.wrap(function(Vd){for(;;)switch(Vd.prev=Vd.next){case 0:kd=this,Id=[],Rd=[],Md=Td.length/Od,Ld=Td.length%Od,jd=Ld===0?Md:(Td.length-Ld)/Od+1,Pd=1,Fd=0;case 8:if(!(Fd<Td.length)){Vd.next=26;break}if(!kd.isCancel()){Vd.next=11;break}return Vd.abrupt("break",26);case 11:if(Nd?Rd.push(Ad(kd,Td[Fd],Nd)):Rd.push(Ad(kd,Td[Fd])),!(Rd.length===Od||Pd===jd&&Fd===Td.length-1)){Vd.next=23;break}return Vd.prev=13,Pd+=1,Vd.next=17,Promise.all(Rd);case 17:Vd.next=22;break;case 19:Vd.prev=19,Vd.t0=Vd.catch(13),Id.push(Vd.t0);case 22:Rd=[];case 23:Fd++,Vd.next=8;break;case 26:return Vd.abrupt("return",Id);case 27:case"end":return Vd.stop()}},Ed,this,[[13,19]])}));function yd(Ed,Td,Od,Ad){return _d.apply(this,arguments)}return yd}(),gd._parallel=function(yd,Ed,Td){var Od=this;return new Promise(function(Ad){var Nd=[];if(Ed<=0||!yd){Ad(Nd);return}function kd(Vd){return function(){if(Vd===null)throw new Error("Callback was already called.");var qd=Vd;Vd=null;for(var Wd=arguments.length,zd=new Array(Wd),Kd=0;Kd<Wd;Kd++)zd[Kd]=arguments[Kd];qd.apply(this,zd)}}function Id(Vd){var qd=-1,Wd=Vd.length;return function(){return++qd<Wd&&!Od.isCancel()?{value:Vd[qd],key:qd}:null}}var Rd=Id(yd),Md=!1,Ld=0,jd=!1;function Pd(Vd){Ld-=1,Vd?(Md=!0,Nd.push(Vd),Ad(Nd)):Md&&Ld<=0?(Md=!0,Ad(Nd)):jd||(Od.isCancel()?Ad(Nd):Ud())}function Fd(Vd,qd){Td(Vd).then(function(Wd){qd(null,Wd)}).catch(function(Wd){qd(Wd)})}function Ud(){for(jd=!0;Ld<Ed&&!Md&&!Od.isCancel();){var Vd=Rd();if(Vd===null||Nd.length>0){Md=!0,Ld<=0&&Ad(Nd);return}Ld+=1,Fd(Vd.value,kd(Pd))}jd=!1}Ud()})},gd.cancel=function(yd){this.options.cancelFlag=!0,ud(this.multipartUploadStreams)&&this.multipartUploadStreams.forEach(function(Ed){if(Ed.destroyed===!1){var Td={name:"cancel",message:"cancel"};Ed.destroy(Td)}}),this.multipartUploadStreams=[],yd&&this.abortMultipartUpload(yd.name,yd.uploadId,yd.options)},gd.isCancel=function(){return this.options.cancelFlag},gd.resetCancelFlag=function(){this.options.cancelFlag=!1},gd._stop=function(){this.options.cancelFlag=!0},gd._makeCancelEvent=function(){var yd={status:0,name:"cancel"};return yd},gd._makeAbortEvent=function(){var yd={status:0,name:"abort",message:"upload task has been abort"};return yd}},{"./utils/isArray":66,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.string.iterator.js":345,"core-js/modules/web.dom-collections.for-each.js":382,"core-js/modules/web.dom-collections.iterator.js":383}],51:[function(ed,td,rd){(function(od){(function(){var sd=ed("@babel/runtime/helpers/interopRequireDefault"),ld=sd(ed("@babel/runtime/helpers/toConsumableArray"));ed("core-js/modules/es.string.trim.js"),ed("core-js/modules/es.array.sort.js"),ed("core-js/modules/es.array.join.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.array.filter.js"),ed("core-js/modules/es.array.iterator.js"),ed("core-js/modules/es.set.js"),ed("core-js/modules/es.string.iterator.js"),ed("core-js/modules/web.dom-collections.iterator.js"),ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.string.starts-with.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.object.entries.js"),ed("core-js/modules/es.regexp.to-string.js");var cd=ed("./../../shims/crypto/crypto.js"),ud=ed("is-type-of"),gd=ed("qs"),_d=ed("./utils/lowercaseKeyHeader"),yd=_d.lowercaseKeyHeader,Ed=ed("./utils/encodeString"),Td=Ed.encodeString;rd.buildCanonicalizedResource=function(Ad,Nd){var kd="".concat(Ad),Id="?";if(ud.string(Nd)&&Nd.trim()!=="")kd+=Id+Nd;else if(ud.array(Nd))Nd.sort(),kd+=Id+Nd.join("&");else if(Nd){var Rd=function(Ld){kd+=Id+Ld,(Nd[Ld]||Nd[Ld]===0)&&(kd+="=".concat(Nd[Ld])),Id="&"};Object.keys(Nd).sort().forEach(Rd)}return kd},rd.buildCanonicalString=function(Ad,Nd,kd,Id){kd=kd||{};var Rd=yd(kd.headers),Md="x-oss-",Ld=[],jd={},Pd=[Ad.toUpperCase(),Rd["content-md5"]||"",Rd["content-type"],Id||Rd["x-oss-date"]];return Object.keys(Rd).forEach(function(Fd){var Ud=Fd.toLowerCase();Ud.indexOf(Md)===0&&(jd[Ud]=String(Rd[Fd]).trim())}),Object.keys(jd).sort().forEach(function(Fd){Ld.push("".concat(Fd,":").concat(jd[Fd]))}),Pd=Pd.concat(Ld),Pd.push(this.buildCanonicalizedResource(Nd,kd.parameters)),Pd.join(`
`)},rd.computeSignature=function(Ad,Nd){var kd=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"utf-8",Id=cd.createHmac("sha1",Ad);return Id.update(od.from(Nd,kd)).digest("base64")},rd.authorization=function(Ad,Nd,kd,Id){return"OSS ".concat(Ad,":").concat(this.computeSignature(Nd,kd,Id))},rd.fixAdditionalHeaders=function(Od){if(!Od)return[];var Ad="x-oss-";return(0,ld.default)(new Set(Od.map(function(Nd){return Nd.toLowerCase()}))).filter(function(Nd){return Nd!=="content-type"&&Nd!=="content-md5"&&!Nd.startsWith(Ad)}).sort()},rd.getCanonicalRequest=function(Ad,Nd,kd,Id,Rd){var Md=yd(Nd.headers),Ld=Nd.queries||{},jd="x-oss-";if(Id&&!kd)throw Error("Please ensure that bucketName is passed into getCanonicalRequest.");var Pd=[Ad.toUpperCase(),Td("/".concat(kd?"".concat(kd,"/"):"").concat(Id||"")).replace(/%2F/g,"/")];Pd.push(gd.stringify(Ld,{encoder:Td,sort:function(qd,Wd){return qd.localeCompare(Wd)},strictNullHandling:!0})),Rd&&Rd.forEach(function(Vd){if(!Object.prototype.hasOwnProperty.call(Md,Vd))throw Error("Can't find additional header ".concat(Vd," in request headers."))});var Fd=new Set(Rd);Object.keys(Md).forEach(function(Vd){(Vd==="content-type"||Vd==="content-md5"||Vd.startsWith(jd))&&Fd.add(Vd)});var Ud="".concat((0,ld.default)(Fd).sort().map(function(Vd){return"".concat(Vd,":").concat(ud.string(Md[Vd])?Md[Vd].trim():Md[Vd],`
`)}).join(""));return Pd.push(Ud),Rd.length>0?Pd.push(Rd.join(";")):Pd.push(""),Pd.push(Md["x-oss-content-sha256"]||"UNSIGNED-PAYLOAD"),Pd.join(`
`)},rd.getStringToSign=function(Ad,Nd,kd){var Id=["OSS4-HMAC-SHA256",Nd,"".concat(Nd.split("T")[0],"/").concat(Ad,"/oss/aliyun_v4_request"),cd.createHash("sha256").update(kd).digest("hex")];return Id.join(`
`)},rd.getSignatureV4=function(Ad,Nd,kd,Id){var Rd=cd.createHmac("sha256","aliyun_v4".concat(Ad)).update(Nd).digest(),Md=cd.createHmac("sha256",Rd).update(kd).digest(),Ld=cd.createHmac("sha256",Md).update("oss").digest(),jd=cd.createHmac("sha256",Ld).update("aliyun_v4_request").digest(),Pd=cd.createHmac("sha256",jd).update(Id).digest("hex");return Pd},rd.authorizationV4=function(Ad,Nd,kd,Id,Rd,Md,Ld,jd){var Pd=arguments.length>8&&arguments[8]!==void 0?arguments[8]:"utf-8",Fd=this.fixAdditionalHeaders(jd),Ud={};Object.entries(Rd.headers).forEach(function(hf){Ud[hf[0]]=ud.string(hf[1])?od.from(hf[1],Pd).toString():hf[1]});var Vd=Ud["x-oss-date"]||Rd.queries&&Rd.queries["x-oss-date"],qd=this.getCanonicalRequest(Id,{headers:Ud,queries:Rd.queries},Md,Ld,Fd),Wd=this.getStringToSign(kd,Vd,qd),zd=Vd.split("T")[0],Kd=this.getSignatureV4(Nd,zd,kd,Wd),Qd=Fd.length>0?"AdditionalHeaders=".concat(Fd.join(";"),","):"";return"OSS4-HMAC-SHA256 Credential=".concat(Ad,"/").concat(zd,"/").concat(kd,"/oss/aliyun_v4_request,").concat(Qd,"Signature=").concat(Kd)},rd._signatureForURL=function(Ad){var Nd=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},kd=arguments.length>2?arguments[2]:void 0,Id=arguments.length>3?arguments[3]:void 0,Rd=arguments.length>4?arguments[4]:void 0,Md={},Ld=Nd.subResource,jd=Ld===void 0?{}:Ld;if(Nd.process){var Pd="x-oss-process";jd[Pd]=Nd.process}if(Nd.trafficLimit){var Fd="x-oss-traffic-limit";jd[Fd]=Nd.trafficLimit}if(Nd.response&&Object.keys(Nd.response).forEach(function(Wd){var zd="response-".concat(Wd.toLowerCase());jd[zd]=Nd.response[Wd]}),Object.keys(Nd).forEach(function(Wd){var zd=Wd.toLowerCase(),Kd=Nd[Wd];zd.indexOf("x-oss-")===0?Md[zd]=Kd:(zd.indexOf("content-md5")===0||zd.indexOf("content-type")===0)&&(Md[Wd]=Kd)}),Object.prototype.hasOwnProperty.call(Nd,"security-token")&&(jd["security-token"]=Nd["security-token"]),Object.prototype.hasOwnProperty.call(Nd,"callback")){var Ud={callbackUrl:encodeURI(Nd.callback.url),callbackBody:Nd.callback.body};if(Nd.callback.host&&(Ud.callbackHost=Nd.callback.host),Nd.callback.contentType&&(Ud.callbackBodyType=Nd.callback.contentType),Nd.callback.callbackSNI&&(Ud.callbackSNI=Nd.callback.callbackSNI),jd.callback=od.from(JSON.stringify(Ud)).toString("base64"),Nd.callback.customValue){var Vd={};Object.keys(Nd.callback.customValue).forEach(function(Wd){Vd["x:".concat(Wd)]=Nd.callback.customValue[Wd]}),jd["callback-var"]=od.from(JSON.stringify(Vd)).toString("base64")}}var qd=this.buildCanonicalString(Nd.method,kd,{headers:Md,parameters:jd},Id.toString());return{Signature:this.computeSignature(Ad,qd,Rd),subResource:jd}}}).call(this)}).call(this,ed("buffer").Buffer)},{"./../../shims/crypto/crypto.js":533,"./utils/encodeString":60,"./utils/lowercaseKeyHeader":74,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/toConsumableArray":88,buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.filter.js":312,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.array.join.js":317,"core-js/modules/es.array.map.js":318,"core-js/modules/es.array.sort.js":320,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.set.js":343,"core-js/modules/es.string.iterator.js":345,"core-js/modules/es.string.replace.js":347,"core-js/modules/es.string.starts-with.js":350,"core-js/modules/es.string.trim.js":351,"core-js/modules/web.dom-collections.for-each.js":382,"core-js/modules/web.dom-collections.iterator.js":383,"is-type-of":539,qs:447}],52:[function(ed,td,rd){ed("core-js/modules/es.regexp.exec.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.checkBucketName=void 0,rd.checkBucketName=function(od){var sd=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,ld=sd?/^[a-z0-9][a-z0-9-]{1,61}[a-z0-9]$/:/^[a-z0-9_][a-z0-9-_]{1,61}[a-z0-9_]$/;if(!ld.test(od))throw new Error("The bucket must be conform to the specifications")}},{"core-js/modules/es.regexp.exec.js":340}],53:[function(ed,td,rd){ed("core-js/modules/es.regexp.exec.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.checkConfigValid=void 0;var od={endpoint:sd,region:/^[a-zA-Z0-9\-_]+$/};function sd(ld){return typeof ld=="string"?/^[a-zA-Z0-9._:/-]+$/.test(ld):ld.host?/^[a-zA-Z0-9._:/-]+$/.test(ld.host):!1}rd.checkConfigValid=function(ld,cd){if(od[cd]){var ud=!0;if(od[cd]instanceof Function?ud=od[cd](ld):ud=od[cd].test(ld),!ud)throw new Error("The ".concat(cd," must be conform to the specifications"))}}},{"core-js/modules/es.regexp.exec.js":340}],54:[function(ed,td,rd){(function(od){(function(){Object.defineProperty(rd,"__esModule",{value:!0}),rd.checkEnv=void 0;function sd(ld){od.browser&&console.warn(ld)}rd.checkEnv=sd}).call(this)}).call(this,ed("_process"))},{_process:540}],55:[function(ed,td,rd){ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.object.entries.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.checkObjectTag=void 0;var od=ed("./checkValid"),sd=od.checkValid,ld=ed("./isObject"),cd=ld.isObject,ud=[{validator:function(Ed){if(typeof Ed!="string")throw new Error("the key and value of the tag must be String")}},{pattern:/^[a-zA-Z0-9 +-=._:/]+$/,msg:"tag can contain letters, numbers, spaces, and the following symbols: plus sign (+), hyphen (-), equal sign (=), period (.), underscore (_), colon (:), and forward slash (/)"}],gd={key:[].concat(ud,[{pattern:/^.{1,128}$/,msg:"tag key can be a maximum of 128 bytes in length"}]),value:[].concat(ud,[{pattern:/^.{0,256}$/,msg:"tag value can be a maximum of 256 bytes in length"}])};function _d(yd){if(!cd(yd))throw new Error("tag must be Object");var Ed=Object.entries(yd);if(Ed.length>10)throw new Error("maximum of 10 tags for a object");var Td=["key","value"];Ed.forEach(function(Od){Od.forEach(function(Ad,Nd){sd(Ad,gd[Td[Nd]])})})}rd.checkObjectTag=_d},{"./checkValid":56,"./isObject":73,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],56:[function(ed,td,rd){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.regexp.exec.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.checkValid=void 0;function od(sd,ld){ld.forEach(function(cd){if(cd.validator)cd.validator(sd);else if(cd.pattern&&!cd.pattern.test(sd))throw new Error(cd.msg)})}rd.checkValid=od},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/web.dom-collections.for-each.js":382}],57:[function(ed,td,rd){(function(od){(function(){ed("core-js/modules/es.array.includes.js"),ed("core-js/modules/es.string.includes.js"),ed("core-js/modules/es.object.assign.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.entries.js"),ed("core-js/modules/es.array.concat.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.createRequest=void 0;var sd=ed("./../../../shims/crypto/crypto.js"),ld=ed("debug")("ali-oss"),cd=ed("lodash/isString"),ud=ed("lodash/isArray"),gd=ed("lodash/isObject"),_d=ed("mime"),yd=ed("dateformat"),Ed=ed("copy-to"),Td=ed("path"),Od=ed("./encoder"),Ad=Od.encoder,Nd=ed("./isIP"),kd=Nd.isIP,Id=ed("./setRegion"),Rd=Id.setRegion,Md=ed("../client/getReqUrl"),Ld=Md.getReqUrl,jd=ed("./isDingTalk"),Pd=jd.isDingTalk;function Fd(qd,Wd){return qd[Wd]||qd[Wd.toLowerCase()]}function Ud(qd,Wd){delete qd[Wd],delete qd[Wd.toLowerCase()]}function Vd(qd){var Wd=new Date;this.options.amendTimeSkewed&&(Wd=+new Date+this.options.amendTimeSkewed);var zd={"x-oss-date":yd(Wd,this.options.authorizationV4?"UTC:yyyymmdd'T'HHMMss'Z'":"UTC:ddd, dd mmm yyyy HH:MM:ss 'GMT'")};this.options.authorizationV4&&(zd["x-oss-content-sha256"]="UNSIGNED-PAYLOAD"),typeof window<"u"&&(zd["x-oss-user-agent"]=this.userAgent),this.userAgent.includes("nodejs")&&(zd["User-Agent"]=this.userAgent),this.options.isRequestPay&&Object.assign(zd,{"x-oss-request-payer":"requester"}),this.options.stsToken&&(zd["x-oss-security-token"]=this.options.stsToken),Ed(qd.headers).to(zd),Fd(zd,"Content-Type")||(qd.mime&&qd.mime.indexOf("/")>0?zd["Content-Type"]=qd.mime:Pd()?zd["Content-Type"]="application/octet-stream":zd["Content-Type"]=_d.getType(qd.mime||Td.extname(qd.object||""))),Fd(zd,"Content-Type")||Ud(zd,"Content-Type"),qd.content&&(qd.disabledMD5||(!qd.headers||!qd.headers["Content-MD5"]?zd["Content-MD5"]=sd.createHash("md5").update(od.from(qd.content,"utf8")).digest("base64"):zd["Content-MD5"]=qd.headers["Content-MD5"]),zd["Content-Length"]||(zd["Content-Length"]=qd.content.length));var Kd=Object.prototype.hasOwnProperty;for(var Qd in zd)zd[Qd]&&Kd.call(zd,Qd)&&(zd[Qd]=Ad(String(zd[Qd]),this.options.headerEncoding));var hf={};if(cd(qd.subres)?hf[qd.subres]=null:ud(qd.subres)?qd.subres.forEach(function(Zd){hf[Zd]=null}):gd(qd.subres)&&Object.entries(qd.subres).forEach(function(Zd){hf[Zd[0]]=Zd[1]===""?null:Zd[1]}),gd(qd.query)&&Object.entries(qd.query).forEach(function(Zd){hf[Zd[0]]=Zd[1]}),zd.authorization=this.options.authorizationV4?this.authorizationV4(qd.method,{headers:zd,queries:hf},qd.bucket,qd.object,qd.additionalHeaders):this.authorization(qd.method,this._getResource(qd),qd.subres,zd,this.options.headerEncoding),kd(this.options.endpoint.hostname)){var gf=this.options,bf=gf.region,kf=gf.internal,Cf=gf.secure,Ef=Rd(bf,kf,Cf);zd.host="".concat(qd.bucket,".").concat(Ef.host)}var yf=Ld.bind(this)(qd);ld("request %s %s, with headers %j, !!stream: %s",qd.method,yf,zd,!!qd.stream);var Mf=qd.timeout||this.options.timeout,Af={method:qd.method,content:qd.content,stream:qd.stream,headers:zd,timeout:Mf,writeStream:qd.writeStream,customResponse:qd.customResponse,ctx:qd.ctx||this.ctx};return this.agent&&(Af.agent=this.agent),this.httpsAgent&&(Af.httpsAgent=this.httpsAgent),Af.enableProxy=!!this.options.enableProxy,Af.proxy=this.options.proxy?this.options.proxy:null,{url:yf,params:Af}}rd.createRequest=Vd}).call(this)}).call(this,ed("buffer").Buffer)},{"../client/getReqUrl":25,"./../../../shims/crypto/crypto.js":533,"./encoder":61,"./isDingTalk":69,"./isIP":72,"./setRegion":78,buffer:103,"copy-to":107,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.string.includes.js":344,"core-js/modules/web.dom-collections.for-each.js":382,dateformat:385,debug:538,"lodash/isArray":424,"lodash/isObject":425,"lodash/isString":427,mime:432,path:441}],58:[function(ed,td,rd){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.entries.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.array.includes.js"),ed("core-js/modules/es.object.keys.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.dataFix=void 0;var od=ed("./isObject"),sd=["true","TRUE","1",1],ld=["false","FALSE","0",0];function cd(_d,yd,Ed){if(od.isObject(_d)){var Td=yd.remove,Od=Td===void 0?[]:Td,Ad=yd.rename,Nd=Ad===void 0?{}:Ad,kd=yd.camel,Id=kd===void 0?[]:kd,Rd=yd.bool,Md=Rd===void 0?[]:Rd,Ld=yd.lowerFirst,jd=Ld===void 0?!1:Ld;return Od.forEach(function(Pd){return delete _d[Pd]}),Object.entries(Nd).forEach(function(Pd){_d[Pd[0]]&&(_d[Pd[1]]||(_d[Pd[1]]=_d[Pd[0]],delete _d[Pd[0]]))}),Id.forEach(function(Pd){if(_d[Pd]){var Fd=Pd.replace(/^(.)/,function(Ud){return Ud.toLowerCase()}).replace(/-(\w)/g,function(Ud,Vd){return Vd.toUpperCase()});_d[Fd]||(_d[Fd]=_d[Pd])}}),Md.forEach(function(Pd){_d[Pd]=ud(_d[Pd])}),typeof Ed=="function"&&Ed(_d),gd(_d,jd),cd}}rd.dataFix=cd;function ud(_d){return _d?sd.includes(_d)?!0:ld.includes(_d)?!1:_d:!1}function gd(_d,yd){yd&&Object.keys(_d).forEach(function(Ed){var Td=Ed.replace(/^\w/,function(Od){return Od.toLowerCase()});typeof _d[Td]>"u"&&(_d[Td]=_d[Ed],delete _d[Ed])})}},{"./isObject":73,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.entries.js":326,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],59:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault");ed("core-js/modules/es.array.slice.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js");var sd=od(ed("@babel/runtime/helpers/typeof"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.deepCopyWith=rd.deepCopy=void 0;var ld=ed("./isBuffer");rd.deepCopy=function(cd){if(cd===null||(0,sd.default)(cd)!=="object")return cd;if(ld.isBuffer(cd))return cd.slice();var ud=Array.isArray(cd)?[]:{};return Object.keys(cd).forEach(function(gd){ud[gd]=rd.deepCopy(cd[gd])}),ud},rd.deepCopyWith=function(cd,ud){function gd(_d,yd,Ed){var Td=ud(_d,yd,Ed);if(Td!==void 0)return Td;if(_d===null||(0,sd.default)(_d)!=="object")return _d;if(ld.isBuffer(_d))return _d.slice();var Od=Array.isArray(_d)?[]:{};return Object.keys(_d).forEach(function(Ad){Od[Ad]=gd(_d[Ad],Ad,_d)}),Od}return ud?gd(cd,"",null):rd.deepCopy(cd)}},{"./isBuffer":68,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],60:[function(ed,td,rd){ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js");var od=function(cd){return cd&&cd.__esModule?cd:{default:cd}};Object.defineProperty(rd,"__esModule",{value:!0}),rd.encodeString=void 0;var sd=od(ed("lodash/toString"));function ld(cd){var ud=sd.default(cd);return encodeURIComponent(ud).replace(/[!'()*]/g,function(gd){return"%".concat(gd.charCodeAt(0).toString(16).toUpperCase())})}rd.encodeString=ld},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"lodash/toString":429}],61:[function(ed,td,rd){(function(od){(function(){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.encoder=void 0;function sd(ld){var cd=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"utf-8";return cd==="utf-8"?ld:od.from(ld).toString("latin1")}rd.encoder=sd}).call(this)}).call(this,ed("buffer").Buffer)},{buffer:103,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],62:[function(ed,td,rd){ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.formatInventoryConfig=void 0;var od=ed("../utils/dataFix"),sd=ed("../utils/isObject"),ld=ed("../utils/isArray"),cd=ed("../utils/formatObjKey");function ud(_d){var yd=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return yd&&sd.isObject(_d)&&(_d=[_d]),ld.isArray(_d)?_d=_d.map(gd):_d=gd(_d),_d}rd.formatInventoryConfig=ud;function gd(_d){return od.dataFix(_d,{bool:["IsEnabled"]},function(yd){var Ed,Td;yd.prefix=yd.Filter.Prefix,delete yd.Filter,yd.OSSBucketDestination=yd.Destination.OSSBucketDestination,yd.OSSBucketDestination.rolename=yd.OSSBucketDestination.RoleArn.replace(/.*\//,""),delete yd.OSSBucketDestination.RoleArn,yd.OSSBucketDestination.bucket=yd.OSSBucketDestination.Bucket.replace(/.*:::/,""),delete yd.OSSBucketDestination.Bucket,delete yd.Destination,yd.frequency=yd.Schedule.Frequency,delete yd.Schedule.Frequency,!((Ed=yd==null?void 0:yd.OptionalFields)===null||Ed===void 0)&&Ed.Field&&!ld.isArray((Td=yd.OptionalFields)===null||Td===void 0?void 0:Td.Field)&&(yd.OptionalFields.Field=[yd.OptionalFields.Field])}),_d=cd.formatObjKey(_d,"firstLowerCase",{exclude:["OSSBucketDestination","SSE-OSS","SSE-KMS"]}),_d}},{"../utils/dataFix":58,"../utils/formatObjKey":63,"../utils/isArray":66,"../utils/isObject":73,"core-js/modules/es.array.map.js":318,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347}],63:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault");ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.array.includes.js"),ed("core-js/modules/es.string.includes.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js");var sd=od(ed("@babel/runtime/helpers/typeof"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.formatObjKey=void 0;function ld(ud,gd,_d){if(ud===null||(0,sd.default)(ud)!=="object")return ud;var yd;if(Array.isArray(ud)){yd=[];for(var Ed=0;Ed<ud.length;Ed++)yd.push(ld(ud[Ed],gd,_d))}else yd={},Object.keys(ud).forEach(function(Td){yd[cd(Td,gd,_d)]=ld(ud[Td],gd,_d)});return yd}rd.formatObjKey=ld;function cd(ud,gd,_d){return _d&&_d.exclude&&_d.exclude.includes(ud)||(gd==="firstUpperCase"?ud=ud.replace(/^./,function(yd){return yd.toUpperCase()}):gd==="firstLowerCase"&&(ud=ud.replace(/^./,function(yd){return yd.toLowerCase()}))),ud}},{"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.includes.js":344,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],64:[function(ed,td,rd){ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.getStandardRegion=void 0;function od(sd){return sd.replace(/^oss-/g,"")}rd.getStandardRegion=od},{"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347}],65:[function(ed,td,rd){ed("core-js/modules/es.regexp.exec.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.getStrBytesCount=void 0;function od(sd){for(var ld=0,cd=0;cd<sd.length;cd++){var ud=sd.charAt(cd);/^[\u00-\uff]$/.test(ud)?ld+=1:ld+=2}return ld}rd.getStrBytesCount=od},{"core-js/modules/es.regexp.exec.js":340}],66:[function(ed,td,rd){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.isArray=void 0,rd.isArray=function(od){return Object.prototype.toString.call(od)==="[object Array]"}},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],67:[function(ed,td,rd){Object.defineProperty(rd,"__esModule",{value:!0}),rd.isBlob=void 0;function od(sd){return typeof Blob<"u"&&sd instanceof Blob}rd.isBlob=od},{}],68:[function(ed,td,rd){(function(od){(function(){Object.defineProperty(rd,"__esModule",{value:!0}),rd.isBuffer=void 0;function sd(ld){return od.isBuffer(ld)}rd.isBuffer=sd}).call(this)}).call(this,{isBuffer:ed("../../../node_modules/is-buffer/index.js")})},{"../../../node_modules/is-buffer/index.js":411}],69:[function(ed,td,rd){(function(od){(function(){ed("core-js/modules/es.array.includes.js"),ed("core-js/modules/es.string.includes.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.isDingTalk=void 0;function sd(){return!!(od.browser&&window.navigator.userAgent.toLowerCase().includes("aliapp(dingtalk"))}rd.isDingTalk=sd}).call(this)}).call(this,ed("_process"))},{_process:540,"core-js/modules/es.array.includes.js":315,"core-js/modules/es.string.includes.js":344}],70:[function(ed,td,rd){Object.defineProperty(rd,"__esModule",{value:!0}),rd.isFile=void 0,rd.isFile=function(od){return typeof File<"u"&&od instanceof File}},{}],71:[function(ed,td,rd){Object.defineProperty(rd,"__esModule",{value:!0}),rd.isFunction=void 0,rd.isFunction=function(od){return typeof od=="function"}},{}],72:[function(ed,td,rd){ed("core-js/modules/es.regexp.exec.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.isIP=void 0,rd.isIP=function(od){var sd=/^(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}$/,ld=/^\s*((([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}))|:)))(%.+)?\s*$/;return sd.test(od)||ld.test(od)}},{"core-js/modules/es.regexp.exec.js":340}],73:[function(ed,td,rd){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.isObject=void 0,rd.isObject=function(od){return Object.prototype.toString.call(od)==="[object Object]"}},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],74:[function(ed,td,rd){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.lowercaseKeyHeader=void 0;var od=ed("./isObject");function sd(ld){var cd={};return od.isObject(ld)&&Object.keys(ld).forEach(function(ud){cd[ud.toLowerCase()]=ld[ud]}),cd}rd.lowercaseKeyHeader=sd},{"./isObject":73,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/web.dom-collections.for-each.js":382}],75:[function(ed,td,rd){ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.array.join.js"),ed("core-js/modules/es.array.map.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.obj2xml=void 0;var od=ed("./formatObjKey");function sd(cd){return Object.prototype.toString.call(cd).replace(/(.*? |])/g,"").toLowerCase()}function ld(cd,ud){var gd="";return ud&&ud.headers&&(gd=`<?xml version="1.0" encoding="UTF-8"?>
`),ud&&ud.firstUpperCase&&(cd=od.formatObjKey(cd,"firstUpperCase")),sd(cd)==="object"?Object.keys(cd).forEach(function(_d){sd(cd[_d])!=="undefined"&&sd(cd[_d])!=="null"&&(sd(cd[_d])==="string"||sd(cd[_d])==="number"?gd+="<".concat(_d,">").concat(cd[_d],"</").concat(_d,">"):sd(cd[_d])==="object"?gd+="<".concat(_d,">").concat(ld(cd[_d]),"</").concat(_d,">"):sd(cd[_d])==="array"?gd+=cd[_d].map(function(yd){return"<".concat(_d,">").concat(ld(yd),"</").concat(_d,">")}).join(""):gd+="<".concat(_d,">").concat(cd[_d].toString(),"</").concat(_d,">"))}):gd+=cd.toString(),gd}rd.obj2xml=ld},{"./formatObjKey":63,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.join.js":317,"core-js/modules/es.array.map.js":318,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347,"core-js/modules/web.dom-collections.for-each.js":382}],76:[function(ed,td,rd){ed("core-js/modules/es.array.slice.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),ed("core-js/modules/es.function.name.js"),ed("core-js/modules/es.array.from.js"),ed("core-js/modules/es.string.iterator.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.symbol.js"),ed("core-js/modules/es.symbol.description.js"),ed("core-js/modules/es.symbol.iterator.js"),ed("core-js/modules/es.array.iterator.js"),ed("core-js/modules/web.dom-collections.iterator.js"),ed("core-js/modules/es.object.assign.js");function od(ud,gd){var _d=typeof Symbol<"u"&&ud[Symbol.iterator]||ud["@@iterator"];if(!_d){if(Array.isArray(ud)||(_d=sd(ud))||gd){_d&&(ud=_d);var yd=0,Ed=function(){};return{s:Ed,n:function(){return yd>=ud.length?{done:!0}:{done:!1,value:ud[yd++]}},e:function(kd){throw kd},f:Ed}}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 Td=!0,Od=!1,Ad;return{s:function(){_d=_d.call(ud)},n:function(){var kd=_d.next();return Td=kd.done,kd},e:function(kd){Od=!0,Ad=kd},f:function(){try{!Td&&_d.return!=null&&_d.return()}finally{if(Od)throw Ad}}}}function sd(ud,gd){if(ud){if(typeof ud=="string")return ld(ud,gd);var _d=Object.prototype.toString.call(ud).slice(8,-1);if(_d==="Object"&&ud.constructor&&(_d=ud.constructor.name),_d==="Map"||_d==="Set")return Array.from(ud);if(_d==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_d))return ld(ud,gd)}}function ld(ud,gd){(gd==null||gd>ud.length)&&(gd=ud.length);for(var _d=0,yd=new Array(gd);_d<gd;_d++)yd[_d]=ud[_d];return yd}Object.defineProperty(rd,"__esModule",{value:!0}),rd.omit=void 0;function cd(ud,gd){var _d=Object.assign({},ud),yd=od(gd),Ed;try{for(yd.s();!(Ed=yd.n()).done;){var Td=Ed.value;delete _d[Td]}}catch(Od){yd.e(Od)}finally{yd.f()}return _d}rd.omit=cd},{"core-js/modules/es.array.from.js":314,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.iterator.js":345,"core-js/modules/es.symbol.description.js":353,"core-js/modules/es.symbol.iterator.js":355,"core-js/modules/es.symbol.js":356,"core-js/modules/web.dom-collections.iterator.js":383}],77:[function(ed,td,rd){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.promise.js"),Object.defineProperty(rd,"__esModule",{value:!0}),rd.retry=void 0;function od(sd,ld){var cd=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},ud=0,gd=cd.retryDelay,_d=gd===void 0?500:gd,yd=cd.errorHandler,Ed=yd===void 0?function(){return!0}:yd,Td=function Od(){for(var Ad=arguments.length,Nd=new Array(Ad),kd=0;kd<Ad;kd++)Nd[kd]=arguments[kd];return new Promise(function(Id,Rd){sd.apply(void 0,Nd).then(function(Md){ud=0,Id(Md)}).catch(function(Md){ud<ld&&Ed(Md)?(ud++,setTimeout(function(){Id(Od.apply(void 0,Nd))},_d)):(ud=0,Rd(Md))})})};return Td}rd.retry=od},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335}],78:[function(ed,td,rd){var od=function(ud){return ud&&ud.__esModule?ud:{default:ud}};Object.defineProperty(rd,"__esModule",{value:!0}),rd.setRegion=void 0;var sd=od(ed("url")),ld=ed("./checkConfigValid");function cd(ud){var gd=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,_d=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;ld.checkConfigValid(ud,"region");var yd=_d?"https://":"http://",Ed=gd?"-internal.aliyuncs.com":".aliyuncs.com",Td="vpc100-oss-cn-";return ud.substr(0,Td.length)===Td&&(Ed=".aliyuncs.com"),sd.default.parse(yd+ud+Ed)}rd.setRegion=cd},{"./checkConfigValid":53,url:545}],79:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/regenerator"));ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.array.find.js"),ed("core-js/modules/es.object.assign.js");var ld=od(ed("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(rd,"__esModule",{value:!0}),rd.checkCredentials=rd.setSTSToken=void 0;var cd=ed("./formatObjKey");function ud(){return gd.apply(this,arguments)}function gd(){return gd=(0,ld.default)(sd.default.mark(function yd(){var Ed,Td;return sd.default.wrap(function(Ad){for(;;)switch(Ad.prev=Ad.next){case 0:if(this.options||(this.options={}),Ed=new Date,!this.stsTokenFreshTime){Ad.next=14;break}if(!(+Ed-this.stsTokenFreshTime>=this.options.refreshSTSTokenInterval)){Ad.next=12;break}return this.stsTokenFreshTime=Ed,Ad.next=7,this.options.refreshSTSToken();case 7:Td=Ad.sent,Td=cd.formatObjKey(Td,"firstLowerCase"),Td.securityToken&&(Td.stsToken=Td.securityToken),_d(Td),Object.assign(this.options,Td);case 12:Ad.next=15;break;case 14:this.stsTokenFreshTime=Ed;case 15:return Ad.abrupt("return",null);case 16:case"end":return Ad.stop()}},yd,this)})),gd.apply(this,arguments)}rd.setSTSToken=ud;function _d(yd){var Ed=["accessKeySecret","accessKeyId","stsToken"],Td=Object.keys(yd);Ed.forEach(function(Od){if(!Td.find(function(Ad){return Ad===Od}))throw Error("refreshSTSToken must return contains ".concat(Od))})}rd.checkCredentials=_d},{"./formatObjKey":63,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.find.js":313,"core-js/modules/es.object.assign.js":325,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331}],80:[function(ed,td,rd){function od(sd,ld){(ld==null||ld>sd.length)&&(ld=sd.length);for(var cd=0,ud=new Array(ld);cd<ld;cd++)ud[cd]=sd[cd];return ud}td.exports=od,td.exports.__esModule=!0,td.exports.default=td.exports},{}],81:[function(ed,td,rd){var od=ed("./arrayLikeToArray.js");function sd(ld){if(Array.isArray(ld))return od(ld)}td.exports=sd,td.exports.__esModule=!0,td.exports.default=td.exports},{"./arrayLikeToArray.js":80}],82:[function(ed,td,rd){function od(ld,cd,ud,gd,_d,yd,Ed){try{var Td=ld[yd](Ed),Od=Td.value}catch(Ad){ud(Ad);return}Td.done?cd(Od):Promise.resolve(Od).then(gd,_d)}function sd(ld){return function(){var cd=this,ud=arguments;return new Promise(function(gd,_d){var yd=ld.apply(cd,ud);function Ed(Od){od(yd,gd,_d,Ed,Td,"next",Od)}function Td(Od){od(yd,gd,_d,Ed,Td,"throw",Od)}Ed(void 0)})}}td.exports=sd,td.exports.__esModule=!0,td.exports.default=td.exports},{}],83:[function(ed,td,rd){var od=ed("./toPropertyKey.js");function sd(ld,cd,ud){return cd=od(cd),cd in ld?Object.defineProperty(ld,cd,{value:ud,enumerable:!0,configurable:!0,writable:!0}):ld[cd]=ud,ld}td.exports=sd,td.exports.__esModule=!0,td.exports.default=td.exports},{"./toPropertyKey.js":90}],84:[function(ed,td,rd){function od(sd){return sd&&sd.__esModule?sd:{default:sd}}td.exports=od,td.exports.__esModule=!0,td.exports.default=td.exports},{}],85:[function(ed,td,rd){function od(sd){if(typeof Symbol<"u"&&sd[Symbol.iterator]!=null||sd["@@iterator"]!=null)return Array.from(sd)}td.exports=od,td.exports.__esModule=!0,td.exports.default=td.exports},{}],86:[function(ed,td,rd){function od(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}td.exports=od,td.exports.__esModule=!0,td.exports.default=td.exports},{}],87:[function(ed,td,rd){var od=ed("./typeof.js").default;function sd(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */td.exports=sd=function(){return cd},td.exports.__esModule=!0,td.exports.default=td.exports;var ld,cd={},ud=Object.prototype,gd=ud.hasOwnProperty,_d=Object.defineProperty||function(yf,Mf,Af){yf[Mf]=Af.value},yd=typeof Symbol=="function"?Symbol:{},Ed=yd.iterator||"@@iterator",Td=yd.asyncIterator||"@@asyncIterator",Od=yd.toStringTag||"@@toStringTag";function Ad(yf,Mf,Af){return Object.defineProperty(yf,Mf,{value:Af,enumerable:!0,configurable:!0,writable:!0}),yf[Mf]}try{Ad({},"")}catch{Ad=function(Af,Zd,mf){return Af[Zd]=mf}}function Nd(yf,Mf,Af,Zd){var mf=Mf&&Mf.prototype instanceof Pd?Mf:Pd,Pf=Object.create(mf.prototype),Ff=new Cf(Zd||[]);return _d(Pf,"_invoke",{value:hf(yf,Af,Ff)}),Pf}function kd(yf,Mf,Af){try{return{type:"normal",arg:yf.call(Mf,Af)}}catch(Zd){return{type:"throw",arg:Zd}}}cd.wrap=Nd;var Id="suspendedStart",Rd="suspendedYield",Md="executing",Ld="completed",jd={};function Pd(){}function Fd(){}function Ud(){}var Vd={};Ad(Vd,Ed,function(){return this});var qd=Object.getPrototypeOf,Wd=qd&&qd(qd(Ef([])));Wd&&Wd!==ud&&gd.call(Wd,Ed)&&(Vd=Wd);var zd=Ud.prototype=Pd.prototype=Object.create(Vd);function Kd(yf){["next","throw","return"].forEach(function(Mf){Ad(yf,Mf,function(Af){return this._invoke(Mf,Af)})})}function Qd(yf,Mf){function Af(mf,Pf,Ff,Lf){var jf=kd(yf[mf],yf,Pf);if(jf.type!=="throw"){var xf=jf.arg,Nf=xf.value;return Nf&&od(Nf)=="object"&&gd.call(Nf,"__await")?Mf.resolve(Nf.__await).then(function(Bf){Af("next",Bf,Ff,Lf)},function(Bf){Af("throw",Bf,Ff,Lf)}):Mf.resolve(Nf).then(function(Bf){xf.value=Bf,Ff(xf)},function(Bf){return Af("throw",Bf,Ff,Lf)})}Lf(jf.arg)}var Zd;_d(this,"_invoke",{value:function(Pf,Ff){function Lf(){return new Mf(function(jf,xf){Af(Pf,Ff,jf,xf)})}return Zd=Zd?Zd.then(Lf,Lf):Lf()}})}function hf(yf,Mf,Af){var Zd=Id;return function(mf,Pf){if(Zd===Md)throw new Error("Generator is already running");if(Zd===Ld){if(mf==="throw")throw Pf;return{value:ld,done:!0}}for(Af.method=mf,Af.arg=Pf;;){var Ff=Af.delegate;if(Ff){var Lf=gf(Ff,Af);if(Lf){if(Lf===jd)continue;return Lf}}if(Af.method==="next")Af.sent=Af._sent=Af.arg;else if(Af.method==="throw"){if(Zd===Id)throw Zd=Ld,Af.arg;Af.dispatchException(Af.arg)}else Af.method==="return"&&Af.abrupt("return",Af.arg);Zd=Md;var jf=kd(yf,Mf,Af);if(jf.type==="normal"){if(Zd=Af.done?Ld:Rd,jf.arg===jd)continue;return{value:jf.arg,done:Af.done}}jf.type==="throw"&&(Zd=Ld,Af.method="throw",Af.arg=jf.arg)}}}function gf(yf,Mf){var Af=Mf.method,Zd=yf.iterator[Af];if(Zd===ld)return Mf.delegate=null,Af==="throw"&&yf.iterator.return&&(Mf.method="return",Mf.arg=ld,gf(yf,Mf),Mf.method==="throw")||Af!=="return"&&(Mf.method="throw",Mf.arg=new TypeError("The iterator does not provide a '"+Af+"' method")),jd;var mf=kd(Zd,yf.iterator,Mf.arg);if(mf.type==="throw")return Mf.method="throw",Mf.arg=mf.arg,Mf.delegate=null,jd;var Pf=mf.arg;return Pf?Pf.done?(Mf[yf.resultName]=Pf.value,Mf.next=yf.nextLoc,Mf.method!=="return"&&(Mf.method="next",Mf.arg=ld),Mf.delegate=null,jd):Pf:(Mf.method="throw",Mf.arg=new TypeError("iterator result is not an object"),Mf.delegate=null,jd)}function bf(yf){var Mf={tryLoc:yf[0]};1 in yf&&(Mf.catchLoc=yf[1]),2 in yf&&(Mf.finallyLoc=yf[2],Mf.afterLoc=yf[3]),this.tryEntries.push(Mf)}function kf(yf){var Mf=yf.completion||{};Mf.type="normal",delete Mf.arg,yf.completion=Mf}function Cf(yf){this.tryEntries=[{tryLoc:"root"}],yf.forEach(bf,this),this.reset(!0)}function Ef(yf){if(yf||yf===""){var Mf=yf[Ed];if(Mf)return Mf.call(yf);if(typeof yf.next=="function")return yf;if(!isNaN(yf.length)){var Af=-1,Zd=function mf(){for(;++Af<yf.length;)if(gd.call(yf,Af))return mf.value=yf[Af],mf.done=!1,mf;return mf.value=ld,mf.done=!0,mf};return Zd.next=Zd}}throw new TypeError(od(yf)+" is not iterable")}return Fd.prototype=Ud,_d(zd,"constructor",{value:Ud,configurable:!0}),_d(Ud,"constructor",{value:Fd,configurable:!0}),Fd.displayName=Ad(Ud,Od,"GeneratorFunction"),cd.isGeneratorFunction=function(yf){var Mf=typeof yf=="function"&&yf.constructor;return!!Mf&&(Mf===Fd||(Mf.displayName||Mf.name)==="GeneratorFunction")},cd.mark=function(yf){return Object.setPrototypeOf?Object.setPrototypeOf(yf,Ud):(yf.__proto__=Ud,Ad(yf,Od,"GeneratorFunction")),yf.prototype=Object.create(zd),yf},cd.awrap=function(yf){return{__await:yf}},Kd(Qd.prototype),Ad(Qd.prototype,Td,function(){return this}),cd.AsyncIterator=Qd,cd.async=function(yf,Mf,Af,Zd,mf){mf===void 0&&(mf=Promise);var Pf=new Qd(Nd(yf,Mf,Af,Zd),mf);return cd.isGeneratorFunction(Mf)?Pf:Pf.next().then(function(Ff){return Ff.done?Ff.value:Pf.next()})},Kd(zd),Ad(zd,Od,"Generator"),Ad(zd,Ed,function(){return this}),Ad(zd,"toString",function(){return"[object Generator]"}),cd.keys=function(yf){var Mf=Object(yf),Af=[];for(var Zd in Mf)Af.push(Zd);return Af.reverse(),function mf(){for(;Af.length;){var Pf=Af.pop();if(Pf in Mf)return mf.value=Pf,mf.done=!1,mf}return mf.done=!0,mf}},cd.values=Ef,Cf.prototype={constructor:Cf,reset:function(Mf){if(this.prev=0,this.next=0,this.sent=this._sent=ld,this.done=!1,this.delegate=null,this.method="next",this.arg=ld,this.tryEntries.forEach(kf),!Mf)for(var Af in this)Af.charAt(0)==="t"&&gd.call(this,Af)&&!isNaN(+Af.slice(1))&&(this[Af]=ld)},stop:function(){this.done=!0;var Mf=this.tryEntries[0].completion;if(Mf.type==="throw")throw Mf.arg;return this.rval},dispatchException:function(Mf){if(this.done)throw Mf;var Af=this;function Zd(xf,Nf){return Ff.type="throw",Ff.arg=Mf,Af.next=xf,Nf&&(Af.method="next",Af.arg=ld),!!Nf}for(var mf=this.tryEntries.length-1;mf>=0;--mf){var Pf=this.tryEntries[mf],Ff=Pf.completion;if(Pf.tryLoc==="root")return Zd("end");if(Pf.tryLoc<=this.prev){var Lf=gd.call(Pf,"catchLoc"),jf=gd.call(Pf,"finallyLoc");if(Lf&&jf){if(this.prev<Pf.catchLoc)return Zd(Pf.catchLoc,!0);if(this.prev<Pf.finallyLoc)return Zd(Pf.finallyLoc)}else if(Lf){if(this.prev<Pf.catchLoc)return Zd(Pf.catchLoc,!0)}else{if(!jf)throw new Error("try statement without catch or finally");if(this.prev<Pf.finallyLoc)return Zd(Pf.finallyLoc)}}}},abrupt:function(Mf,Af){for(var Zd=this.tryEntries.length-1;Zd>=0;--Zd){var mf=this.tryEntries[Zd];if(mf.tryLoc<=this.prev&&gd.call(mf,"finallyLoc")&&this.prev<mf.finallyLoc){var Pf=mf;break}}Pf&&(Mf==="break"||Mf==="continue")&&Pf.tryLoc<=Af&&Af<=Pf.finallyLoc&&(Pf=null);var Ff=Pf?Pf.completion:{};return Ff.type=Mf,Ff.arg=Af,Pf?(this.method="next",this.next=Pf.finallyLoc,jd):this.complete(Ff)},complete:function(Mf,Af){if(Mf.type==="throw")throw Mf.arg;return Mf.type==="break"||Mf.type==="continue"?this.next=Mf.arg:Mf.type==="return"?(this.rval=this.arg=Mf.arg,this.method="return",this.next="end"):Mf.type==="normal"&&Af&&(this.next=Af),jd},finish:function(Mf){for(var Af=this.tryEntries.length-1;Af>=0;--Af){var Zd=this.tryEntries[Af];if(Zd.finallyLoc===Mf)return this.complete(Zd.completion,Zd.afterLoc),kf(Zd),jd}},catch:function(Mf){for(var Af=this.tryEntries.length-1;Af>=0;--Af){var Zd=this.tryEntries[Af];if(Zd.tryLoc===Mf){var mf=Zd.completion;if(mf.type==="throw"){var Pf=mf.arg;kf(Zd)}return Pf}}throw new Error("illegal catch attempt")},delegateYield:function(Mf,Af,Zd){return this.delegate={iterator:Ef(Mf),resultName:Af,nextLoc:Zd},this.method==="next"&&(this.arg=ld),jd}},cd}td.exports=sd,td.exports.__esModule=!0,td.exports.default=td.exports},{"./typeof.js":91}],88:[function(ed,td,rd){var od=ed("./arrayWithoutHoles.js"),sd=ed("./iterableToArray.js"),ld=ed("./unsupportedIterableToArray.js"),cd=ed("./nonIterableSpread.js");function ud(gd){return od(gd)||sd(gd)||ld(gd)||cd()}td.exports=ud,td.exports.__esModule=!0,td.exports.default=td.exports},{"./arrayWithoutHoles.js":81,"./iterableToArray.js":85,"./nonIterableSpread.js":86,"./unsupportedIterableToArray.js":92}],89:[function(ed,td,rd){var od=ed("./typeof.js").default;function sd(ld,cd){if(od(ld)!="object"||!ld)return ld;var ud=ld[Symbol.toPrimitive];if(ud!==void 0){var gd=ud.call(ld,cd||"default");if(od(gd)!="object")return gd;throw new TypeError("@@toPrimitive must return a primitive value.")}return(cd==="string"?String:Number)(ld)}td.exports=sd,td.exports.__esModule=!0,td.exports.default=td.exports},{"./typeof.js":91}],90:[function(ed,td,rd){var od=ed("./typeof.js").default,sd=ed("./toPrimitive.js");function ld(cd){var ud=sd(cd,"string");return od(ud)=="symbol"?ud:String(ud)}td.exports=ld,td.exports.__esModule=!0,td.exports.default=td.exports},{"./toPrimitive.js":89,"./typeof.js":91}],91:[function(ed,td,rd){function od(sd){"@babel/helpers - typeof";return td.exports=od=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(ld){return typeof ld}:function(ld){return ld&&typeof Symbol=="function"&&ld.constructor===Symbol&&ld!==Symbol.prototype?"symbol":typeof ld},td.exports.__esModule=!0,td.exports.default=td.exports,od(sd)}td.exports=od,td.exports.__esModule=!0,td.exports.default=td.exports},{}],92:[function(ed,td,rd){var od=ed("./arrayLikeToArray.js");function sd(ld,cd){if(ld){if(typeof ld=="string")return od(ld,cd);var ud=Object.prototype.toString.call(ld).slice(8,-1);if(ud==="Object"&&ld.constructor&&(ud=ld.constructor.name),ud==="Map"||ud==="Set")return Array.from(ld);if(ud==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ud))return od(ld,cd)}}td.exports=sd,td.exports.__esModule=!0,td.exports.default=td.exports},{"./arrayLikeToArray.js":80}],93:[function(ed,td,rd){var od=ed("../helpers/regeneratorRuntime")();td.exports=od;try{regeneratorRuntime=od}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=od:Function("r","regeneratorRuntime = r")(od)}},{"../helpers/regeneratorRuntime":87}],94:[function(ed,td,rd){td.exports=od,td.exports.HttpsAgent=od;function od(){}},{}],95:[function(ed,td,rd){(function(od){(function(){var sd=ed("object.assign/polyfill")();/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/function ld(Qd,hf){if(Qd===hf)return 0;for(var gf=Qd.length,bf=hf.length,kf=0,Cf=Math.min(gf,bf);kf<Cf;++kf)if(Qd[kf]!==hf[kf]){gf=Qd[kf],bf=hf[kf];break}return gf<bf?-1:bf<gf?1:0}function cd(Qd){return od.Buffer&&typeof od.Buffer.isBuffer=="function"?od.Buffer.isBuffer(Qd):!!(Qd!=null&&Qd._isBuffer)}var ud=ed("util/"),gd=Object.prototype.hasOwnProperty,_d=Array.prototype.slice,yd=function(){return(function(){}).name==="foo"}();function Ed(Qd){return Object.prototype.toString.call(Qd)}function Td(Qd){return cd(Qd)||typeof od.ArrayBuffer!="function"?!1:typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(Qd):Qd?!!(Qd instanceof DataView||Qd.buffer&&Qd.buffer instanceof ArrayBuffer):!1}var Od=td.exports=Ld,Ad=/\s*function\s+([^\(\s]*)\s*/;function Nd(Qd){if(ud.isFunction(Qd)){if(yd)return Qd.name;var hf=Qd.toString(),gf=hf.match(Ad);return gf&&gf[1]}}Od.AssertionError=function(hf){this.name="AssertionError",this.actual=hf.actual,this.expected=hf.expected,this.operator=hf.operator,hf.message?(this.message=hf.message,this.generatedMessage=!1):(this.message=Rd(this),this.generatedMessage=!0);var gf=hf.stackStartFunction||Md;if(Error.captureStackTrace)Error.captureStackTrace(this,gf);else{var bf=new Error;if(bf.stack){var kf=bf.stack,Cf=Nd(gf),Ef=kf.indexOf(`
`+Cf);if(Ef>=0){var yf=kf.indexOf(`
`,Ef+1);kf=kf.substring(yf+1)}this.stack=kf}}},ud.inherits(Od.AssertionError,Error);function kd(Qd,hf){return typeof Qd=="string"?Qd.length<hf?Qd:Qd.slice(0,hf):Qd}function Id(Qd){if(yd||!ud.isFunction(Qd))return ud.inspect(Qd);var hf=Nd(Qd),gf=hf?": "+hf:"";return"[Function"+gf+"]"}function Rd(Qd){return kd(Id(Qd.actual),128)+" "+Qd.operator+" "+kd(Id(Qd.expected),128)}function Md(Qd,hf,gf,bf,kf){throw new Od.AssertionError({message:gf,actual:Qd,expected:hf,operator:bf,stackStartFunction:kf})}Od.fail=Md;function Ld(Qd,hf){Qd||Md(Qd,!0,hf,"==",Od.ok)}Od.ok=Ld,Od.equal=function(hf,gf,bf){hf!=gf&&Md(hf,gf,bf,"==",Od.equal)},Od.notEqual=function(hf,gf,bf){hf==gf&&Md(hf,gf,bf,"!=",Od.notEqual)},Od.deepEqual=function(hf,gf,bf){jd(hf,gf,!1)||Md(hf,gf,bf,"deepEqual",Od.deepEqual)},Od.deepStrictEqual=function(hf,gf,bf){jd(hf,gf,!0)||Md(hf,gf,bf,"deepStrictEqual",Od.deepStrictEqual)};function jd(Qd,hf,gf,bf){if(Qd===hf)return!0;if(cd(Qd)&&cd(hf))return ld(Qd,hf)===0;if(ud.isDate(Qd)&&ud.isDate(hf))return Qd.getTime()===hf.getTime();if(ud.isRegExp(Qd)&&ud.isRegExp(hf))return Qd.source===hf.source&&Qd.global===hf.global&&Qd.multiline===hf.multiline&&Qd.lastIndex===hf.lastIndex&&Qd.ignoreCase===hf.ignoreCase;if((Qd===null||typeof Qd!="object")&&(hf===null||typeof hf!="object"))return gf?Qd===hf:Qd==hf;if(Td(Qd)&&Td(hf)&&Ed(Qd)===Ed(hf)&&!(Qd instanceof Float32Array||Qd instanceof Float64Array))return ld(new Uint8Array(Qd.buffer),new Uint8Array(hf.buffer))===0;if(cd(Qd)!==cd(hf))return!1;bf=bf||{actual:[],expected:[]};var kf=bf.actual.indexOf(Qd);return kf!==-1&&kf===bf.expected.indexOf(hf)?!0:(bf.actual.push(Qd),bf.expected.push(hf),Fd(Qd,hf,gf,bf))}function Pd(Qd){return Object.prototype.toString.call(Qd)=="[object Arguments]"}function Fd(Qd,hf,gf,bf){if(Qd==null||hf===null||hf===void 0)return!1;if(ud.isPrimitive(Qd)||ud.isPrimitive(hf))return Qd===hf;if(gf&&Object.getPrototypeOf(Qd)!==Object.getPrototypeOf(hf))return!1;var kf=Pd(Qd),Cf=Pd(hf);if(kf&&!Cf||!kf&&Cf)return!1;if(kf)return Qd=_d.call(Qd),hf=_d.call(hf),jd(Qd,hf,gf);var Ef=Kd(Qd),yf=Kd(hf),Mf,Af;if(Ef.length!==yf.length)return!1;for(Ef.sort(),yf.sort(),Af=Ef.length-1;Af>=0;Af--)if(Ef[Af]!==yf[Af])return!1;for(Af=Ef.length-1;Af>=0;Af--)if(Mf=Ef[Af],!jd(Qd[Mf],hf[Mf],gf,bf))return!1;return!0}Od.notDeepEqual=function(hf,gf,bf){jd(hf,gf,!1)&&Md(hf,gf,bf,"notDeepEqual",Od.notDeepEqual)},Od.notDeepStrictEqual=Ud;function Ud(Qd,hf,gf){jd(Qd,hf,!0)&&Md(Qd,hf,gf,"notDeepStrictEqual",Ud)}Od.strictEqual=function(hf,gf,bf){hf!==gf&&Md(hf,gf,bf,"===",Od.strictEqual)},Od.notStrictEqual=function(hf,gf,bf){hf===gf&&Md(hf,gf,bf,"!==",Od.notStrictEqual)};function Vd(Qd,hf){if(!Qd||!hf)return!1;if(Object.prototype.toString.call(hf)=="[object RegExp]")return hf.test(Qd);try{if(Qd instanceof hf)return!0}catch{}return Error.isPrototypeOf(hf)?!1:hf.call({},Qd)===!0}function qd(Qd){var hf;try{Qd()}catch(gf){hf=gf}return hf}function Wd(Qd,hf,gf,bf){var kf;if(typeof hf!="function")throw new TypeError('"block" argument must be a function');typeof gf=="string"&&(bf=gf,gf=null),kf=qd(hf),bf=(gf&&gf.name?" ("+gf.name+").":".")+(bf?" "+bf:"."),Qd&&!kf&&Md(kf,gf,"Missing expected exception"+bf);var Cf=typeof bf=="string",Ef=!Qd&&ud.isError(kf),yf=!Qd&&kf&&!gf;if((Ef&&Cf&&Vd(kf,gf)||yf)&&Md(kf,gf,"Got unwanted exception"+bf),Qd&&kf&&gf&&!Vd(kf,gf)||!Qd&&kf)throw kf}Od.throws=function(Qd,hf,gf){Wd(!0,Qd,hf,gf)},Od.doesNotThrow=function(Qd,hf,gf){Wd(!1,Qd,hf,gf)},Od.ifError=function(Qd){if(Qd)throw Qd};function zd(Qd,hf){Qd||Md(Qd,!0,hf,"==",zd)}Od.strict=sd(zd,Od,{equal:Od.strictEqual,deepEqual:Od.deepStrictEqual,notEqual:Od.notStrictEqual,notDeepEqual:Od.notDeepStrictEqual}),Od.strict.strict=Od.strict;var Kd=Object.keys||function(Qd){var hf=[];for(var gf in Qd)gd.call(Qd,gf)&&hf.push(gf);return hf}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"object.assign/polyfill":440,"util/":98}],96:[function(ed,td,rd){typeof Object.create=="function"?td.exports=function(sd,ld){sd.super_=ld,sd.prototype=Object.create(ld.prototype,{constructor:{value:sd,enumerable:!1,writable:!0,configurable:!0}})}:td.exports=function(sd,ld){sd.super_=ld;var cd=function(){};cd.prototype=ld.prototype,sd.prototype=new cd,sd.prototype.constructor=sd}},{}],97:[function(ed,td,rd){td.exports=function(sd){return sd&&typeof sd=="object"&&typeof sd.copy=="function"&&typeof sd.fill=="function"&&typeof sd.readUInt8=="function"}},{}],98:[function(ed,td,rd){(function(od,sd){(function(){var ld=/%[sdj%]/g;rd.format=function(yf){if(!Fd(yf)){for(var Mf=[],Af=0;Af<arguments.length;Af++)Mf.push(gd(arguments[Af]));return Mf.join(" ")}for(var Af=1,Zd=arguments,mf=Zd.length,Pf=String(yf).replace(ld,function(Lf){if(Lf==="%%")return"%";if(Af>=mf)return Lf;switch(Lf){case"%s":return String(Zd[Af++]);case"%d":return Number(Zd[Af++]);case"%j":try{return JSON.stringify(Zd[Af++])}catch{return"[Circular]"}default:return Lf}}),Ff=Zd[Af];Af<mf;Ff=Zd[++Af])Ld(Ff)||!Wd(Ff)?Pf+=" "+Ff:Pf+=" "+gd(Ff);return Pf},rd.deprecate=function(yf,Mf){if(Vd(sd.process))return function(){return rd.deprecate(yf,Mf).apply(this,arguments)};if(od.noDeprecation===!0)return yf;var Af=!1;function Zd(){if(!Af){if(od.throwDeprecation)throw new Error(Mf);od.traceDeprecation?console.trace(Mf):console.error(Mf),Af=!0}return yf.apply(this,arguments)}return Zd};var cd={},ud;rd.debuglog=function(yf){if(Vd(ud)&&(ud=od.env.NODE_DEBUG||""),yf=yf.toUpperCase(),!cd[yf])if(new RegExp("\\b"+yf+"\\b","i").test(ud)){var Mf=od.pid;cd[yf]=function(){var Af=rd.format.apply(rd,arguments);console.error("%s %d: %s",yf,Mf,Af)}}else cd[yf]=function(){};return cd[yf]};function gd(yf,Mf){var Af={seen:[],stylize:yd};return arguments.length>=3&&(Af.depth=arguments[2]),arguments.length>=4&&(Af.colors=arguments[3]),Md(Mf)?Af.showHidden=Mf:Mf&&rd._extend(Af,Mf),Vd(Af.showHidden)&&(Af.showHidden=!1),Vd(Af.depth)&&(Af.depth=2),Vd(Af.colors)&&(Af.colors=!1),Vd(Af.customInspect)&&(Af.customInspect=!0),Af.colors&&(Af.stylize=_d),Td(Af,yf,Af.depth)}rd.inspect=gd,gd.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},gd.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function _d(yf,Mf){var Af=gd.styles[Mf];return Af?"\x1B["+gd.colors[Af][0]+"m"+yf+"\x1B["+gd.colors[Af][1]+"m":yf}function yd(yf,Mf){return yf}function Ed(yf){var Mf={};return yf.forEach(function(Af,Zd){Mf[Af]=!0}),Mf}function Td(yf,Mf,Af){if(yf.customInspect&&Mf&&Qd(Mf.inspect)&&Mf.inspect!==rd.inspect&&!(Mf.constructor&&Mf.constructor.prototype===Mf)){var Zd=Mf.inspect(Af,yf);return Fd(Zd)||(Zd=Td(yf,Zd,Af)),Zd}var mf=Od(yf,Mf);if(mf)return mf;var Pf=Object.keys(Mf),Ff=Ed(Pf);if(yf.showHidden&&(Pf=Object.getOwnPropertyNames(Mf)),Kd(Mf)&&(Pf.indexOf("message")>=0||Pf.indexOf("description")>=0))return Ad(Mf);if(Pf.length===0){if(Qd(Mf)){var Lf=Mf.name?": "+Mf.name:"";return yf.stylize("[Function"+Lf+"]","special")}if(qd(Mf))return yf.stylize(RegExp.prototype.toString.call(Mf),"regexp");if(zd(Mf))return yf.stylize(Date.prototype.toString.call(Mf),"date");if(Kd(Mf))return Ad(Mf)}var jf="",xf=!1,Nf=["{","}"];if(Rd(Mf)&&(xf=!0,Nf=["[","]"]),Qd(Mf)){var Bf=Mf.name?": "+Mf.name:"";jf=" [Function"+Bf+"]"}if(qd(Mf)&&(jf=" "+RegExp.prototype.toString.call(Mf)),zd(Mf)&&(jf=" "+Date.prototype.toUTCString.call(Mf)),Kd(Mf)&&(jf=" "+Ad(Mf)),Pf.length===0&&(!xf||Mf.length==0))return Nf[0]+jf+Nf[1];if(Af<0)return qd(Mf)?yf.stylize(RegExp.prototype.toString.call(Mf),"regexp"):yf.stylize("[Object]","special");yf.seen.push(Mf);var Tf;return xf?Tf=Nd(yf,Mf,Af,Ff,Pf):Tf=Pf.map(function(wf){return kd(yf,Mf,Af,Ff,wf,xf)}),yf.seen.pop(),Id(Tf,jf,Nf)}function Od(yf,Mf){if(Vd(Mf))return yf.stylize("undefined","undefined");if(Fd(Mf)){var Af="'"+JSON.stringify(Mf).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return yf.stylize(Af,"string")}if(Pd(Mf))return yf.stylize(""+Mf,"number");if(Md(Mf))return yf.stylize(""+Mf,"boolean");if(Ld(Mf))return yf.stylize("null","null")}function Ad(yf){return"["+Error.prototype.toString.call(yf)+"]"}function Nd(yf,Mf,Af,Zd,mf){for(var Pf=[],Ff=0,Lf=Mf.length;Ff<Lf;++Ff)Ef(Mf,String(Ff))?Pf.push(kd(yf,Mf,Af,Zd,String(Ff),!0)):Pf.push("");return mf.forEach(function(jf){jf.match(/^\d+$/)||Pf.push(kd(yf,Mf,Af,Zd,jf,!0))}),Pf}function kd(yf,Mf,Af,Zd,mf,Pf){var Ff,Lf,jf;if(jf=Object.getOwnPropertyDescriptor(Mf,mf)||{value:Mf[mf]},jf.get?jf.set?Lf=yf.stylize("[Getter/Setter]","special"):Lf=yf.stylize("[Getter]","special"):jf.set&&(Lf=yf.stylize("[Setter]","special")),Ef(Zd,mf)||(Ff="["+mf+"]"),Lf||(yf.seen.indexOf(jf.value)<0?(Ld(Af)?Lf=Td(yf,jf.value,null):Lf=Td(yf,jf.value,Af-1),Lf.indexOf(`
`)>-1&&(Pf?Lf=Lf.split(`
`).map(function(xf){return" "+xf}).join(`
`).substr(2):Lf=`
`+Lf.split(`
`).map(function(xf){return" "+xf}).join(`
`))):Lf=yf.stylize("[Circular]","special")),Vd(Ff)){if(Pf&&mf.match(/^\d+$/))return Lf;Ff=JSON.stringify(""+mf),Ff.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Ff=Ff.substr(1,Ff.length-2),Ff=yf.stylize(Ff,"name")):(Ff=Ff.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Ff=yf.stylize(Ff,"string"))}return Ff+": "+Lf}function Id(yf,Mf,Af){var Zd=yf.reduce(function(mf,Pf){return Pf.indexOf(`
`)>=0,mf+Pf.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Zd>60?Af[0]+(Mf===""?"":Mf+`
`)+" "+yf.join(`,
`)+" "+Af[1]:Af[0]+Mf+" "+yf.join(", ")+" "+Af[1]}function Rd(yf){return Array.isArray(yf)}rd.isArray=Rd;function Md(yf){return typeof yf=="boolean"}rd.isBoolean=Md;function Ld(yf){return yf===null}rd.isNull=Ld;function jd(yf){return yf==null}rd.isNullOrUndefined=jd;function Pd(yf){return typeof yf=="number"}rd.isNumber=Pd;function Fd(yf){return typeof yf=="string"}rd.isString=Fd;function Ud(yf){return typeof yf=="symbol"}rd.isSymbol=Ud;function Vd(yf){return yf===void 0}rd.isUndefined=Vd;function qd(yf){return Wd(yf)&&gf(yf)==="[object RegExp]"}rd.isRegExp=qd;function Wd(yf){return typeof yf=="object"&&yf!==null}rd.isObject=Wd;function zd(yf){return Wd(yf)&&gf(yf)==="[object Date]"}rd.isDate=zd;function Kd(yf){return Wd(yf)&&(gf(yf)==="[object Error]"||yf instanceof Error)}rd.isError=Kd;function Qd(yf){return typeof yf=="function"}rd.isFunction=Qd;function hf(yf){return yf===null||typeof yf=="boolean"||typeof yf=="number"||typeof yf=="string"||typeof yf=="symbol"||typeof yf>"u"}rd.isPrimitive=hf,rd.isBuffer=ed("./support/isBuffer");function gf(yf){return Object.prototype.toString.call(yf)}function bf(yf){return yf<10?"0"+yf.toString(10):yf.toString(10)}var kf=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Cf(){var yf=new Date,Mf=[bf(yf.getHours()),bf(yf.getMinutes()),bf(yf.getSeconds())].join(":");return[yf.getDate(),kf[yf.getMonth()],Mf].join(" ")}rd.log=function(){console.log("%s - %s",Cf(),rd.format.apply(rd,arguments))},rd.inherits=ed("inherits"),rd._extend=function(yf,Mf){if(!Mf||!Wd(Mf))return yf;for(var Af=Object.keys(Mf),Zd=Af.length;Zd--;)yf[Af[Zd]]=Mf[Af[Zd]];return yf};function Ef(yf,Mf){return Object.prototype.hasOwnProperty.call(yf,Mf)}}).call(this)}).call(this,ed("_process"),typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"./support/isBuffer":97,_process:540,inherits:96}],99:[function(ed,td,rd){(function(od){(function(){var sd=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],ld=typeof globalThis>"u"?od:globalThis;td.exports=function(){for(var ud=[],gd=0;gd<sd.length;gd++)typeof ld[sd[gd]]=="function"&&(ud[ud.length]=sd[gd]);return ud}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],100:[function(ed,td,rd){rd.byteLength=yd,rd.toByteArray=Td,rd.fromByteArray=Nd;for(var od=[],sd=[],ld=typeof Uint8Array<"u"?Uint8Array:Array,cd="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ud=0,gd=cd.length;ud<gd;++ud)od[ud]=cd[ud],sd[cd.charCodeAt(ud)]=ud;sd[45]=62,sd[95]=63;function _d(kd){var Id=kd.length;if(Id%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var Rd=kd.indexOf("=");Rd===-1&&(Rd=Id);var Md=Rd===Id?0:4-Rd%4;return[Rd,Md]}function yd(kd){var Id=_d(kd),Rd=Id[0],Md=Id[1];return(Rd+Md)*3/4-Md}function Ed(kd,Id,Rd){return(Id+Rd)*3/4-Rd}function Td(kd){var Id,Rd=_d(kd),Md=Rd[0],Ld=Rd[1],jd=new ld(Ed(kd,Md,Ld)),Pd=0,Fd=Ld>0?Md-4:Md,Ud;for(Ud=0;Ud<Fd;Ud+=4)Id=sd[kd.charCodeAt(Ud)]<<18|sd[kd.charCodeAt(Ud+1)]<<12|sd[kd.charCodeAt(Ud+2)]<<6|sd[kd.charCodeAt(Ud+3)],jd[Pd++]=Id>>16&255,jd[Pd++]=Id>>8&255,jd[Pd++]=Id&255;return Ld===2&&(Id=sd[kd.charCodeAt(Ud)]<<2|sd[kd.charCodeAt(Ud+1)]>>4,jd[Pd++]=Id&255),Ld===1&&(Id=sd[kd.charCodeAt(Ud)]<<10|sd[kd.charCodeAt(Ud+1)]<<4|sd[kd.charCodeAt(Ud+2)]>>2,jd[Pd++]=Id>>8&255,jd[Pd++]=Id&255),jd}function Od(kd){return od[kd>>18&63]+od[kd>>12&63]+od[kd>>6&63]+od[kd&63]}function Ad(kd,Id,Rd){for(var Md,Ld=[],jd=Id;jd<Rd;jd+=3)Md=(kd[jd]<<16&16711680)+(kd[jd+1]<<8&65280)+(kd[jd+2]&255),Ld.push(Od(Md));return Ld.join("")}function Nd(kd){for(var Id,Rd=kd.length,Md=Rd%3,Ld=[],jd=16383,Pd=0,Fd=Rd-Md;Pd<Fd;Pd+=jd)Ld.push(Ad(kd,Pd,Pd+jd>Fd?Fd:Pd+jd));return Md===1?(Id=kd[Rd-1],Ld.push(od[Id>>2]+od[Id<<4&63]+"==")):Md===2&&(Id=(kd[Rd-2]<<8)+kd[Rd-1],Ld.push(od[Id>>10]+od[Id>>4&63]+od[Id<<2&63]+"=")),Ld.join("")}},{}],101:[function(ed,td,rd){/*!
* Bowser - a browser detector
* https://github.com/ded/bowser
* MIT License | (c) Dustin Diaz 2015
*/(function(od,sd,ld){typeof td<"u"&&td.exports?td.exports=ld():od[sd]=ld()})(this,"bowser",function(){var od=!0;function sd(Ed){function Td(yf){var Mf=Ed.match(yf);return Mf&&Mf.length>1&&Mf[1]||""}function Od(yf){var Mf=Ed.match(yf);return Mf&&Mf.length>1&&Mf[2]||""}var Ad=Td(/(ipod|iphone|ipad)/i).toLowerCase(),Nd=/like android/i.test(Ed),kd=!Nd&&/android/i.test(Ed),Id=/nexus\s*[0-6]\s*/i.test(Ed),Rd=!Id&&/nexus\s*[0-9]+/i.test(Ed),Md=/CrOS/.test(Ed),Ld=/silk/i.test(Ed),jd=/sailfish/i.test(Ed),Pd=/tizen/i.test(Ed),Fd=/(web|hpw)(o|0)s/i.test(Ed),Ud=/windows phone/i.test(Ed),Vd=!Ud&&/windows/i.test(Ed),qd=!Ad&&!Ld&&/macintosh/i.test(Ed),Wd=!kd&&!jd&&!Pd&&!Fd&&/linux/i.test(Ed),zd=Od(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),Kd=Td(/version\/(\d+(\.\d+)?)/i),Qd=/tablet/i.test(Ed)&&!/tablet pc/i.test(Ed),hf=!Qd&&/[^-]mobi/i.test(Ed),gf=/xbox/i.test(Ed),bf;/opera/i.test(Ed)?bf={name:"Opera",opera:od,version:Kd||Td(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(Ed)?bf={name:"Opera",opera:od,version:Td(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||Kd}:/SamsungBrowser/i.test(Ed)?bf={name:"Samsung Internet for Android",samsungBrowser:od,version:Kd||Td(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/Whale/i.test(Ed)?bf={name:"NAVER Whale browser",whale:od,version:Td(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)}:/MZBrowser/i.test(Ed)?bf={name:"MZ Browser",mzbrowser:od,version:Td(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/coast/i.test(Ed)?bf={name:"Opera Coast",coast:od,version:Kd||Td(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/focus/i.test(Ed)?bf={name:"Focus",focus:od,version:Td(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)}:/yabrowser/i.test(Ed)?bf={name:"Yandex Browser",yandexbrowser:od,version:Kd||Td(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(Ed)?bf={name:"UC Browser",ucbrowser:od,version:Td(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(Ed)?bf={name:"Maxthon",maxthon:od,version:Td(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(Ed)?bf={name:"Epiphany",epiphany:od,version:Td(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(Ed)?bf={name:"Puffin",puffin:od,version:Td(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(Ed)?bf={name:"Sleipnir",sleipnir:od,version:Td(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(Ed)?bf={name:"K-Meleon",kMeleon:od,version:Td(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:Ud?(bf={name:"Windows Phone",osname:"Windows Phone",windowsphone:od},zd?(bf.msedge=od,bf.version=zd):(bf.msie=od,bf.version=Td(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(Ed)?bf={name:"Internet Explorer",msie:od,version:Td(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:Md?bf={name:"Chrome",osname:"Chrome OS",chromeos:od,chromeBook:od,chrome:od,version:Td(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(Ed)?bf={name:"Microsoft Edge",msedge:od,version:zd}:/vivaldi/i.test(Ed)?bf={name:"Vivaldi",vivaldi:od,version:Td(/vivaldi\/(\d+(\.\d+)?)/i)||Kd}:jd?bf={name:"Sailfish",osname:"Sailfish OS",sailfish:od,version:Td(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(Ed)?bf={name:"SeaMonkey",seamonkey:od,version:Td(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(Ed)?(bf={name:"Firefox",firefox:od,version:Td(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(Ed)&&(bf.firefoxos=od,bf.osname="Firefox OS")):Ld?bf={name:"Amazon Silk",silk:od,version:Td(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(Ed)?bf={name:"PhantomJS",phantom:od,version:Td(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(Ed)?bf={name:"SlimerJS",slimer:od,version:Td(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(Ed)||/rim\stablet/i.test(Ed)?bf={name:"BlackBerry",osname:"BlackBerry OS",blackberry:od,version:Kd||Td(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:Fd?(bf={name:"WebOS",osname:"WebOS",webos:od,version:Kd||Td(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(Ed)&&(bf.touchpad=od)):/bada/i.test(Ed)?bf={name:"Bada",osname:"Bada",bada:od,version:Td(/dolfin\/(\d+(\.\d+)?)/i)}:Pd?bf={name:"Tizen",osname:"Tizen",tizen:od,version:Td(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||Kd}:/qupzilla/i.test(Ed)?bf={name:"QupZilla",qupzilla:od,version:Td(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||Kd}:/chromium/i.test(Ed)?bf={name:"Chromium",chromium:od,version:Td(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||Kd}:/chrome|crios|crmo/i.test(Ed)?bf={name:"Chrome",chrome:od,version:Td(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:kd?bf={name:"Android",version:Kd}:/safari|applewebkit/i.test(Ed)?(bf={name:"Safari",safari:od},Kd&&(bf.version=Kd)):Ad?(bf={name:Ad=="iphone"?"iPhone":Ad=="ipad"?"iPad":"iPod"},Kd&&(bf.version=Kd)):/googlebot/i.test(Ed)?bf={name:"Googlebot",googlebot:od,version:Td(/googlebot\/(\d+(\.\d+))/i)||Kd}:bf={name:Td(/^(.*)\/(.*) /),version:Od(/^(.*)\/(.*) /)},!bf.msedge&&/(apple)?webkit/i.test(Ed)?(/(apple)?webkit\/537\.36/i.test(Ed)?(bf.name=bf.name||"Blink",bf.blink=od):(bf.name=bf.name||"Webkit",bf.webkit=od),!bf.version&&Kd&&(bf.version=Kd)):!bf.opera&&/gecko\//i.test(Ed)&&(bf.name=bf.name||"Gecko",bf.gecko=od,bf.version=bf.version||Td(/gecko\/(\d+(\.\d+)?)/i)),!bf.windowsphone&&(kd||bf.silk)?(bf.android=od,bf.osname="Android"):!bf.windowsphone&&Ad?(bf[Ad]=od,bf.ios=od,bf.osname="iOS"):qd?(bf.mac=od,bf.osname="macOS"):gf?(bf.xbox=od,bf.osname="Xbox"):Vd?(bf.windows=od,bf.osname="Windows"):Wd&&(bf.linux=od,bf.osname="Linux");function kf(yf){switch(yf){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}var Cf="";bf.windows?Cf=kf(Td(/Windows ((NT|XP)( \d\d?.\d)?)/i)):bf.windowsphone?Cf=Td(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):bf.mac?(Cf=Td(/Mac OS X (\d+([_\.\s]\d+)*)/i),Cf=Cf.replace(/[_\s]/g,".")):Ad?(Cf=Td(/os (\d+([_\s]\d+)*) like mac os x/i),Cf=Cf.replace(/[_\s]/g,".")):kd?Cf=Td(/android[ \/-](\d+(\.\d+)*)/i):bf.webos?Cf=Td(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):bf.blackberry?Cf=Td(/rim\stablet\sos\s(\d+(\.\d+)*)/i):bf.bada?Cf=Td(/bada\/(\d+(\.\d+)*)/i):bf.tizen&&(Cf=Td(/tizen[\/\s](\d+(\.\d+)*)/i)),Cf&&(bf.osversion=Cf);var Ef=!bf.windows&&Cf.split(".")[0];return Qd||Rd||Ad=="ipad"||kd&&(Ef==3||Ef>=4&&!hf)||bf.silk?bf.tablet=od:(hf||Ad=="iphone"||Ad=="ipod"||kd||Id||bf.blackberry||bf.webos||bf.bada)&&(bf.mobile=od),bf.msedge||bf.msie&&bf.version>=10||bf.yandexbrowser&&bf.version>=15||bf.vivaldi&&bf.version>=1||bf.chrome&&bf.version>=20||bf.samsungBrowser&&bf.version>=4||bf.whale&&gd([bf.version,"1.0"])===1||bf.mzbrowser&&gd([bf.version,"6.0"])===1||bf.focus&&gd([bf.version,"1.0"])===1||bf.firefox&&bf.version>=20||bf.safari&&bf.version>=6||bf.opera&&bf.version>=10||bf.ios&&bf.osversion&&bf.osversion.split(".")[0]>=6||bf.blackberry&&bf.version>=10.1||bf.chromium&&bf.version>=20?bf.a=od:bf.msie&&bf.version<10||bf.chrome&&bf.version<20||bf.firefox&&bf.version<20||bf.safari&&bf.version<6||bf.opera&&bf.version<10||bf.ios&&bf.osversion&&bf.osversion.split(".")[0]<6||bf.chromium&&bf.version<20?bf.c=od:bf.x=od,bf}var ld=sd(typeof navigator<"u"&&navigator.userAgent||"");ld.test=function(Ed){for(var Td=0;Td<Ed.length;++Td){var Od=Ed[Td];if(typeof Od=="string"&&Od in ld)return!0}return!1};function cd(Ed){return Ed.split(".").length}function ud(Ed,Td){var Od=[],Ad;if(Array.prototype.map)return Array.prototype.map.call(Ed,Td);for(Ad=0;Ad<Ed.length;Ad++)Od.push(Td(Ed[Ad]));return Od}function gd(Ed){for(var Td=Math.max(cd(Ed[0]),cd(Ed[1])),Od=ud(Ed,function(Ad){var Nd=Td-cd(Ad);return Ad=Ad+new Array(Nd+1).join(".0"),ud(Ad.split("."),function(kd){return new Array(20-kd.length).join("0")+kd}).reverse()});--Td>=0;){if(Od[0][Td]>Od[1][Td])return 1;if(Od[0][Td]===Od[1][Td]){if(Td===0)return 0}else return-1}}function _d(Ed,Td,Od){var Ad=ld;typeof Td=="string"&&(Od=Td,Td=void 0),Td===void 0&&(Td=!1),Od&&(Ad=sd(Od));var Nd=""+Ad.version;for(var kd in Ed)if(Ed.hasOwnProperty(kd)&&Ad[kd]){if(typeof Ed[kd]!="string")throw new Error("Browser version in the minVersion map should be a string: "+kd+": "+String(Ed));return gd([Nd,Ed[kd]])<0}return Td}function yd(Ed,Td,Od){return!_d(Ed,Td,Od)}return ld.isUnsupportedBrowser=_d,ld.compareVersions=gd,ld.check=yd,ld._detect=sd,ld.detect=sd,ld})},{}],102:[function(ed,td,rd){},{}],103:[function(ed,td,rd){(function(od){(function(){var sd=ed("base64-js"),ld=ed("ieee754");rd.Buffer=_d,rd.SlowBuffer=Md,rd.INSPECT_MAX_BYTES=50;var cd=2147483647;rd.kMaxLength=cd,_d.TYPED_ARRAY_SUPPORT=ud(),!_d.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ud(){try{var Kf=new Uint8Array(1);return Kf.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},Kf.foo()===42}catch{return!1}}Object.defineProperty(_d.prototype,"parent",{enumerable:!0,get:function(){if(_d.isBuffer(this))return this.buffer}}),Object.defineProperty(_d.prototype,"offset",{enumerable:!0,get:function(){if(_d.isBuffer(this))return this.byteOffset}});function gd(Kf){if(Kf>cd)throw new RangeError('The value "'+Kf+'" is invalid for option "size"');var Df=new Uint8Array(Kf);return Df.__proto__=_d.prototype,Df}function _d(Kf,Df,qf){if(typeof Kf=="number"){if(typeof Df=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Od(Kf)}return yd(Kf,Df,qf)}typeof Symbol<"u"&&Symbol.species!=null&&_d[Symbol.species]===_d&&Object.defineProperty(_d,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),_d.poolSize=8192;function yd(Kf,Df,qf){if(typeof Kf=="string")return Ad(Kf,Df);if(ArrayBuffer.isView(Kf))return Nd(Kf);if(Kf==null)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kf);if($f(Kf,ArrayBuffer)||Kf&&$f(Kf.buffer,ArrayBuffer))return kd(Kf,Df,qf);if(typeof Kf=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var Xf=Kf.valueOf&&Kf.valueOf();if(Xf!=null&&Xf!==Kf)return _d.from(Xf,Df,qf);var hh=Id(Kf);if(hh)return hh;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Kf[Symbol.toPrimitive]=="function")return _d.from(Kf[Symbol.toPrimitive]("string"),Df,qf);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kf)}_d.from=function(Kf,Df,qf){return yd(Kf,Df,qf)},_d.prototype.__proto__=Uint8Array.prototype,_d.__proto__=Uint8Array;function Ed(Kf){if(typeof Kf!="number")throw new TypeError('"size" argument must be of type number');if(Kf<0)throw new RangeError('The value "'+Kf+'" is invalid for option "size"')}function Td(Kf,Df,qf){return Ed(Kf),Kf<=0?gd(Kf):Df!==void 0?typeof qf=="string"?gd(Kf).fill(Df,qf):gd(Kf).fill(Df):gd(Kf)}_d.alloc=function(Kf,Df,qf){return Td(Kf,Df,qf)};function Od(Kf){return Ed(Kf),gd(Kf<0?0:Rd(Kf)|0)}_d.allocUnsafe=function(Kf){return Od(Kf)},_d.allocUnsafeSlow=function(Kf){return Od(Kf)};function Ad(Kf,Df){if((typeof Df!="string"||Df==="")&&(Df="utf8"),!_d.isEncoding(Df))throw new TypeError("Unknown encoding: "+Df);var qf=Ld(Kf,Df)|0,Xf=gd(qf),hh=Xf.write(Kf,Df);return hh!==qf&&(Xf=Xf.slice(0,hh)),Xf}function Nd(Kf){for(var Df=Kf.length<0?0:Rd(Kf.length)|0,qf=gd(Df),Xf=0;Xf<Df;Xf+=1)qf[Xf]=Kf[Xf]&255;return qf}function kd(Kf,Df,qf){if(Df<0||Kf.byteLength<Df)throw new RangeError('"offset" is outside of buffer bounds');if(Kf.byteLength<Df+(qf||0))throw new RangeError('"length" is outside of buffer bounds');var Xf;return Df===void 0&&qf===void 0?Xf=new Uint8Array(Kf):qf===void 0?Xf=new Uint8Array(Kf,Df):Xf=new Uint8Array(Kf,Df,qf),Xf.__proto__=_d.prototype,Xf}function Id(Kf){if(_d.isBuffer(Kf)){var Df=Rd(Kf.length)|0,qf=gd(Df);return qf.length===0||Kf.copy(qf,0,0,Df),qf}if(Kf.length!==void 0)return typeof Kf.length!="number"||Wf(Kf.length)?gd(0):Nd(Kf);if(Kf.type==="Buffer"&&Array.isArray(Kf.data))return Nd(Kf.data)}function Rd(Kf){if(Kf>=cd)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+cd.toString(16)+" bytes");return Kf|0}function Md(Kf){return+Kf!=Kf&&(Kf=0),_d.alloc(+Kf)}_d.isBuffer=function(Df){return Df!=null&&Df._isBuffer===!0&&Df!==_d.prototype},_d.compare=function(Df,qf){if($f(Df,Uint8Array)&&(Df=_d.from(Df,Df.offset,Df.byteLength)),$f(qf,Uint8Array)&&(qf=_d.from(qf,qf.offset,qf.byteLength)),!_d.isBuffer(Df)||!_d.isBuffer(qf))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Df===qf)return 0;for(var Xf=Df.length,hh=qf.length,Mh=0,wh=Math.min(Xf,hh);Mh<wh;++Mh)if(Df[Mh]!==qf[Mh]){Xf=Df[Mh],hh=qf[Mh];break}return Xf<hh?-1:hh<Xf?1:0},_d.isEncoding=function(Df){switch(String(Df).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},_d.concat=function(Df,qf){if(!Array.isArray(Df))throw new TypeError('"list" argument must be an Array of Buffers');if(Df.length===0)return _d.alloc(0);var Xf;if(qf===void 0)for(qf=0,Xf=0;Xf<Df.length;++Xf)qf+=Df[Xf].length;var hh=_d.allocUnsafe(qf),Mh=0;for(Xf=0;Xf<Df.length;++Xf){var wh=Df[Xf];if($f(wh,Uint8Array)&&(wh=_d.from(wh)),!_d.isBuffer(wh))throw new TypeError('"list" argument must be an Array of Buffers');wh.copy(hh,Mh),Mh+=wh.length}return hh};function Ld(Kf,Df){if(_d.isBuffer(Kf))return Kf.length;if(ArrayBuffer.isView(Kf)||$f(Kf,ArrayBuffer))return Kf.byteLength;if(typeof Kf!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Kf);var qf=Kf.length,Xf=arguments.length>2&&arguments[2]===!0;if(!Xf&&qf===0)return 0;for(var hh=!1;;)switch(Df){case"ascii":case"latin1":case"binary":return qf;case"utf8":case"utf-8":return Nf(Kf).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return qf*2;case"hex":return qf>>>1;case"base64":return wf(Kf).length;default:if(hh)return Xf?-1:Nf(Kf).length;Df=(""+Df).toLowerCase(),hh=!0}}_d.byteLength=Ld;function jd(Kf,Df,qf){var Xf=!1;if((Df===void 0||Df<0)&&(Df=0),Df>this.length||((qf===void 0||qf>this.length)&&(qf=this.length),qf<=0)||(qf>>>=0,Df>>>=0,qf<=Df))return"";for(Kf||(Kf="utf8");;)switch(Kf){case"hex":return yf(this,Df,qf);case"utf8":case"utf-8":return gf(this,Df,qf);case"ascii":return Cf(this,Df,qf);case"latin1":case"binary":return Ef(this,Df,qf);case"base64":return hf(this,Df,qf);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Mf(this,Df,qf);default:if(Xf)throw new TypeError("Unknown encoding: "+Kf);Kf=(Kf+"").toLowerCase(),Xf=!0}}_d.prototype._isBuffer=!0;function Pd(Kf,Df,qf){var Xf=Kf[Df];Kf[Df]=Kf[qf],Kf[qf]=Xf}_d.prototype.swap16=function(){var Df=this.length;if(Df%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var qf=0;qf<Df;qf+=2)Pd(this,qf,qf+1);return this},_d.prototype.swap32=function(){var Df=this.length;if(Df%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var qf=0;qf<Df;qf+=4)Pd(this,qf,qf+3),Pd(this,qf+1,qf+2);return this},_d.prototype.swap64=function(){var Df=this.length;if(Df%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var qf=0;qf<Df;qf+=8)Pd(this,qf,qf+7),Pd(this,qf+1,qf+6),Pd(this,qf+2,qf+5),Pd(this,qf+3,qf+4);return this},_d.prototype.toString=function(){var Df=this.length;return Df===0?"":arguments.length===0?gf(this,0,Df):jd.apply(this,arguments)},_d.prototype.toLocaleString=_d.prototype.toString,_d.prototype.equals=function(Df){if(!_d.isBuffer(Df))throw new TypeError("Argument must be a Buffer");return this===Df?!0:_d.compare(this,Df)===0},_d.prototype.inspect=function(){var Df="",qf=rd.INSPECT_MAX_BYTES;return Df=this.toString("hex",0,qf).replace(/(.{2})/g,"$1 ").trim(),this.length>qf&&(Df+=" ... "),"<Buffer "+Df+">"},_d.prototype.compare=function(Df,qf,Xf,hh,Mh){if($f(Df,Uint8Array)&&(Df=_d.from(Df,Df.offset,Df.byteLength)),!_d.isBuffer(Df))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Df);if(qf===void 0&&(qf=0),Xf===void 0&&(Xf=Df?Df.length:0),hh===void 0&&(hh=0),Mh===void 0&&(Mh=this.length),qf<0||Xf>Df.length||hh<0||Mh>this.length)throw new RangeError("out of range index");if(hh>=Mh&&qf>=Xf)return 0;if(hh>=Mh)return-1;if(qf>=Xf)return 1;if(qf>>>=0,Xf>>>=0,hh>>>=0,Mh>>>=0,this===Df)return 0;for(var wh=Mh-hh,Bh=Xf-qf,Uh=Math.min(wh,Bh),oh=this.slice(hh,Mh),Vf=Df.slice(qf,Xf),Rf=0;Rf<Uh;++Rf)if(oh[Rf]!==Vf[Rf]){wh=oh[Rf],Bh=Vf[Rf];break}return wh<Bh?-1:Bh<wh?1:0};function Fd(Kf,Df,qf,Xf,hh){if(Kf.length===0)return-1;if(typeof qf=="string"?(Xf=qf,qf=0):qf>2147483647?qf=2147483647:qf<-2147483648&&(qf=-2147483648),qf=+qf,Wf(qf)&&(qf=hh?0:Kf.length-1),qf<0&&(qf=Kf.length+qf),qf>=Kf.length){if(hh)return-1;qf=Kf.length-1}else if(qf<0)if(hh)qf=0;else return-1;if(typeof Df=="string"&&(Df=_d.from(Df,Xf)),_d.isBuffer(Df))return Df.length===0?-1:Ud(Kf,Df,qf,Xf,hh);if(typeof Df=="number")return Df=Df&255,typeof Uint8Array.prototype.indexOf=="function"?hh?Uint8Array.prototype.indexOf.call(Kf,Df,qf):Uint8Array.prototype.lastIndexOf.call(Kf,Df,qf):Ud(Kf,[Df],qf,Xf,hh);throw new TypeError("val must be string, number or Buffer")}function Ud(Kf,Df,qf,Xf,hh){var Mh=1,wh=Kf.length,Bh=Df.length;if(Xf!==void 0&&(Xf=String(Xf).toLowerCase(),Xf==="ucs2"||Xf==="ucs-2"||Xf==="utf16le"||Xf==="utf-16le")){if(Kf.length<2||Df.length<2)return-1;Mh=2,wh/=2,Bh/=2,qf/=2}function Uh(Jf,Th){return Mh===1?Jf[Th]:Jf.readUInt16BE(Th*Mh)}var oh;if(hh){var Vf=-1;for(oh=qf;oh<wh;oh++)if(Uh(Kf,oh)===Uh(Df,Vf===-1?0:oh-Vf)){if(Vf===-1&&(Vf=oh),oh-Vf+1===Bh)return Vf*Mh}else Vf!==-1&&(oh-=oh-Vf),Vf=-1}else for(qf+Bh>wh&&(qf=wh-Bh),oh=qf;oh>=0;oh--){for(var Rf=!0,Zf=0;Zf<Bh;Zf++)if(Uh(Kf,oh+Zf)!==Uh(Df,Zf)){Rf=!1;break}if(Rf)return oh}return-1}_d.prototype.includes=function(Df,qf,Xf){return this.indexOf(Df,qf,Xf)!==-1},_d.prototype.indexOf=function(Df,qf,Xf){return Fd(this,Df,qf,Xf,!0)},_d.prototype.lastIndexOf=function(Df,qf,Xf){return Fd(this,Df,qf,Xf,!1)};function Vd(Kf,Df,qf,Xf){qf=Number(qf)||0;var hh=Kf.length-qf;Xf?(Xf=Number(Xf),Xf>hh&&(Xf=hh)):Xf=hh;var Mh=Df.length;Xf>Mh/2&&(Xf=Mh/2);for(var wh=0;wh<Xf;++wh){var Bh=parseInt(Df.substr(wh*2,2),16);if(Wf(Bh))return wh;Kf[qf+wh]=Bh}return wh}function qd(Kf,Df,qf,Xf){return Of(Nf(Df,Kf.length-qf),Kf,qf,Xf)}function Wd(Kf,Df,qf,Xf){return Of(Bf(Df),Kf,qf,Xf)}function zd(Kf,Df,qf,Xf){return Wd(Kf,Df,qf,Xf)}function Kd(Kf,Df,qf,Xf){return Of(wf(Df),Kf,qf,Xf)}function Qd(Kf,Df,qf,Xf){return Of(Tf(Df,Kf.length-qf),Kf,qf,Xf)}_d.prototype.write=function(Df,qf,Xf,hh){if(qf===void 0)hh="utf8",Xf=this.length,qf=0;else if(Xf===void 0&&typeof qf=="string")hh=qf,Xf=this.length,qf=0;else if(isFinite(qf))qf=qf>>>0,isFinite(Xf)?(Xf=Xf>>>0,hh===void 0&&(hh="utf8")):(hh=Xf,Xf=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Mh=this.length-qf;if((Xf===void 0||Xf>Mh)&&(Xf=Mh),Df.length>0&&(Xf<0||qf<0)||qf>this.length)throw new RangeError("Attempt to write outside buffer bounds");hh||(hh="utf8");for(var wh=!1;;)switch(hh){case"hex":return Vd(this,Df,qf,Xf);case"utf8":case"utf-8":return qd(this,Df,qf,Xf);case"ascii":return Wd(this,Df,qf,Xf);case"latin1":case"binary":return zd(this,Df,qf,Xf);case"base64":return Kd(this,Df,qf,Xf);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Qd(this,Df,qf,Xf);default:if(wh)throw new TypeError("Unknown encoding: "+hh);hh=(""+hh).toLowerCase(),wh=!0}},_d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function hf(Kf,Df,qf){return Df===0&&qf===Kf.length?sd.fromByteArray(Kf):sd.fromByteArray(Kf.slice(Df,qf))}function gf(Kf,Df,qf){qf=Math.min(Kf.length,qf);for(var Xf=[],hh=Df;hh<qf;){var Mh=Kf[hh],wh=null,Bh=Mh>239?4:Mh>223?3:Mh>191?2:1;if(hh+Bh<=qf){var Uh,oh,Vf,Rf;switch(Bh){case 1:Mh<128&&(wh=Mh);break;case 2:Uh=Kf[hh+1],(Uh&192)===128&&(Rf=(Mh&31)<<6|Uh&63,Rf>127&&(wh=Rf));break;case 3:Uh=Kf[hh+1],oh=Kf[hh+2],(Uh&192)===128&&(oh&192)===128&&(Rf=(Mh&15)<<12|(Uh&63)<<6|oh&63,Rf>2047&&(Rf<55296||Rf>57343)&&(wh=Rf));break;case 4:Uh=Kf[hh+1],oh=Kf[hh+2],Vf=Kf[hh+3],(Uh&192)===128&&(oh&192)===128&&(Vf&192)===128&&(Rf=(Mh&15)<<18|(Uh&63)<<12|(oh&63)<<6|Vf&63,Rf>65535&&Rf<1114112&&(wh=Rf))}}wh===null?(wh=65533,Bh=1):wh>65535&&(wh-=65536,Xf.push(wh>>>10&1023|55296),wh=56320|wh&1023),Xf.push(wh),hh+=Bh}return kf(Xf)}var bf=4096;function kf(Kf){var Df=Kf.length;if(Df<=bf)return String.fromCharCode.apply(String,Kf);for(var qf="",Xf=0;Xf<Df;)qf+=String.fromCharCode.apply(String,Kf.slice(Xf,Xf+=bf));return qf}function Cf(Kf,Df,qf){var Xf="";qf=Math.min(Kf.length,qf);for(var hh=Df;hh<qf;++hh)Xf+=String.fromCharCode(Kf[hh]&127);return Xf}function Ef(Kf,Df,qf){var Xf="";qf=Math.min(Kf.length,qf);for(var hh=Df;hh<qf;++hh)Xf+=String.fromCharCode(Kf[hh]);return Xf}function yf(Kf,Df,qf){var Xf=Kf.length;(!Df||Df<0)&&(Df=0),(!qf||qf<0||qf>Xf)&&(qf=Xf);for(var hh="",Mh=Df;Mh<qf;++Mh)hh+=xf(Kf[Mh]);return hh}function Mf(Kf,Df,qf){for(var Xf=Kf.slice(Df,qf),hh="",Mh=0;Mh<Xf.length;Mh+=2)hh+=String.fromCharCode(Xf[Mh]+Xf[Mh+1]*256);return hh}_d.prototype.slice=function(Df,qf){var Xf=this.length;Df=~~Df,qf=qf===void 0?Xf:~~qf,Df<0?(Df+=Xf,Df<0&&(Df=0)):Df>Xf&&(Df=Xf),qf<0?(qf+=Xf,qf<0&&(qf=0)):qf>Xf&&(qf=Xf),qf<Df&&(qf=Df);var hh=this.subarray(Df,qf);return hh.__proto__=_d.prototype,hh};function Af(Kf,Df,qf){if(Kf%1!==0||Kf<0)throw new RangeError("offset is not uint");if(Kf+Df>qf)throw new RangeError("Trying to access beyond buffer length")}_d.prototype.readUIntLE=function(Df,qf,Xf){Df=Df>>>0,qf=qf>>>0,Xf||Af(Df,qf,this.length);for(var hh=this[Df],Mh=1,wh=0;++wh<qf&&(Mh*=256);)hh+=this[Df+wh]*Mh;return hh},_d.prototype.readUIntBE=function(Df,qf,Xf){Df=Df>>>0,qf=qf>>>0,Xf||Af(Df,qf,this.length);for(var hh=this[Df+--qf],Mh=1;qf>0&&(Mh*=256);)hh+=this[Df+--qf]*Mh;return hh},_d.prototype.readUInt8=function(Df,qf){return Df=Df>>>0,qf||Af(Df,1,this.length),this[Df]},_d.prototype.readUInt16LE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,2,this.length),this[Df]|this[Df+1]<<8},_d.prototype.readUInt16BE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,2,this.length),this[Df]<<8|this[Df+1]},_d.prototype.readUInt32LE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,4,this.length),(this[Df]|this[Df+1]<<8|this[Df+2]<<16)+this[Df+3]*16777216},_d.prototype.readUInt32BE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,4,this.length),this[Df]*16777216+(this[Df+1]<<16|this[Df+2]<<8|this[Df+3])},_d.prototype.readIntLE=function(Df,qf,Xf){Df=Df>>>0,qf=qf>>>0,Xf||Af(Df,qf,this.length);for(var hh=this[Df],Mh=1,wh=0;++wh<qf&&(Mh*=256);)hh+=this[Df+wh]*Mh;return Mh*=128,hh>=Mh&&(hh-=Math.pow(2,8*qf)),hh},_d.prototype.readIntBE=function(Df,qf,Xf){Df=Df>>>0,qf=qf>>>0,Xf||Af(Df,qf,this.length);for(var hh=qf,Mh=1,wh=this[Df+--hh];hh>0&&(Mh*=256);)wh+=this[Df+--hh]*Mh;return Mh*=128,wh>=Mh&&(wh-=Math.pow(2,8*qf)),wh},_d.prototype.readInt8=function(Df,qf){return Df=Df>>>0,qf||Af(Df,1,this.length),this[Df]&128?(255-this[Df]+1)*-1:this[Df]},_d.prototype.readInt16LE=function(Df,qf){Df=Df>>>0,qf||Af(Df,2,this.length);var Xf=this[Df]|this[Df+1]<<8;return Xf&32768?Xf|4294901760:Xf},_d.prototype.readInt16BE=function(Df,qf){Df=Df>>>0,qf||Af(Df,2,this.length);var Xf=this[Df+1]|this[Df]<<8;return Xf&32768?Xf|4294901760:Xf},_d.prototype.readInt32LE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,4,this.length),this[Df]|this[Df+1]<<8|this[Df+2]<<16|this[Df+3]<<24},_d.prototype.readInt32BE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,4,this.length),this[Df]<<24|this[Df+1]<<16|this[Df+2]<<8|this[Df+3]},_d.prototype.readFloatLE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,4,this.length),ld.read(this,Df,!0,23,4)},_d.prototype.readFloatBE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,4,this.length),ld.read(this,Df,!1,23,4)},_d.prototype.readDoubleLE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,8,this.length),ld.read(this,Df,!0,52,8)},_d.prototype.readDoubleBE=function(Df,qf){return Df=Df>>>0,qf||Af(Df,8,this.length),ld.read(this,Df,!1,52,8)};function Zd(Kf,Df,qf,Xf,hh,Mh){if(!_d.isBuffer(Kf))throw new TypeError('"buffer" argument must be a Buffer instance');if(Df>hh||Df<Mh)throw new RangeError('"value" argument is out of bounds');if(qf+Xf>Kf.length)throw new RangeError("Index out of range")}_d.prototype.writeUIntLE=function(Df,qf,Xf,hh){if(Df=+Df,qf=qf>>>0,Xf=Xf>>>0,!hh){var Mh=Math.pow(2,8*Xf)-1;Zd(this,Df,qf,Xf,Mh,0)}var wh=1,Bh=0;for(this[qf]=Df&255;++Bh<Xf&&(wh*=256);)this[qf+Bh]=Df/wh&255;return qf+Xf},_d.prototype.writeUIntBE=function(Df,qf,Xf,hh){if(Df=+Df,qf=qf>>>0,Xf=Xf>>>0,!hh){var Mh=Math.pow(2,8*Xf)-1;Zd(this,Df,qf,Xf,Mh,0)}var wh=Xf-1,Bh=1;for(this[qf+wh]=Df&255;--wh>=0&&(Bh*=256);)this[qf+wh]=Df/Bh&255;return qf+Xf},_d.prototype.writeUInt8=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,1,255,0),this[qf]=Df&255,qf+1},_d.prototype.writeUInt16LE=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,2,65535,0),this[qf]=Df&255,this[qf+1]=Df>>>8,qf+2},_d.prototype.writeUInt16BE=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,2,65535,0),this[qf]=Df>>>8,this[qf+1]=Df&255,qf+2},_d.prototype.writeUInt32LE=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,4,4294967295,0),this[qf+3]=Df>>>24,this[qf+2]=Df>>>16,this[qf+1]=Df>>>8,this[qf]=Df&255,qf+4},_d.prototype.writeUInt32BE=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,4,4294967295,0),this[qf]=Df>>>24,this[qf+1]=Df>>>16,this[qf+2]=Df>>>8,this[qf+3]=Df&255,qf+4},_d.prototype.writeIntLE=function(Df,qf,Xf,hh){if(Df=+Df,qf=qf>>>0,!hh){var Mh=Math.pow(2,8*Xf-1);Zd(this,Df,qf,Xf,Mh-1,-Mh)}var wh=0,Bh=1,Uh=0;for(this[qf]=Df&255;++wh<Xf&&(Bh*=256);)Df<0&&Uh===0&&this[qf+wh-1]!==0&&(Uh=1),this[qf+wh]=(Df/Bh>>0)-Uh&255;return qf+Xf},_d.prototype.writeIntBE=function(Df,qf,Xf,hh){if(Df=+Df,qf=qf>>>0,!hh){var Mh=Math.pow(2,8*Xf-1);Zd(this,Df,qf,Xf,Mh-1,-Mh)}var wh=Xf-1,Bh=1,Uh=0;for(this[qf+wh]=Df&255;--wh>=0&&(Bh*=256);)Df<0&&Uh===0&&this[qf+wh+1]!==0&&(Uh=1),this[qf+wh]=(Df/Bh>>0)-Uh&255;return qf+Xf},_d.prototype.writeInt8=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,1,127,-128),Df<0&&(Df=255+Df+1),this[qf]=Df&255,qf+1},_d.prototype.writeInt16LE=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,2,32767,-32768),this[qf]=Df&255,this[qf+1]=Df>>>8,qf+2},_d.prototype.writeInt16BE=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,2,32767,-32768),this[qf]=Df>>>8,this[qf+1]=Df&255,qf+2},_d.prototype.writeInt32LE=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,4,2147483647,-2147483648),this[qf]=Df&255,this[qf+1]=Df>>>8,this[qf+2]=Df>>>16,this[qf+3]=Df>>>24,qf+4},_d.prototype.writeInt32BE=function(Df,qf,Xf){return Df=+Df,qf=qf>>>0,Xf||Zd(this,Df,qf,4,2147483647,-2147483648),Df<0&&(Df=4294967295+Df+1),this[qf]=Df>>>24,this[qf+1]=Df>>>16,this[qf+2]=Df>>>8,this[qf+3]=Df&255,qf+4};function mf(Kf,Df,qf,Xf,hh,Mh){if(qf+Xf>Kf.length)throw new RangeError("Index out of range");if(qf<0)throw new RangeError("Index out of range")}function Pf(Kf,Df,qf,Xf,hh){return Df=+Df,qf=qf>>>0,hh||mf(Kf,Df,qf,4),ld.write(Kf,Df,qf,Xf,23,4),qf+4}_d.prototype.writeFloatLE=function(Df,qf,Xf){return Pf(this,Df,qf,!0,Xf)},_d.prototype.writeFloatBE=function(Df,qf,Xf){return Pf(this,Df,qf,!1,Xf)};function Ff(Kf,Df,qf,Xf,hh){return Df=+Df,qf=qf>>>0,hh||mf(Kf,Df,qf,8),ld.write(Kf,Df,qf,Xf,52,8),qf+8}_d.prototype.writeDoubleLE=function(Df,qf,Xf){return Ff(this,Df,qf,!0,Xf)},_d.prototype.writeDoubleBE=function(Df,qf,Xf){return Ff(this,Df,qf,!1,Xf)},_d.prototype.copy=function(Df,qf,Xf,hh){if(!_d.isBuffer(Df))throw new TypeError("argument should be a Buffer");if(Xf||(Xf=0),!hh&&hh!==0&&(hh=this.length),qf>=Df.length&&(qf=Df.length),qf||(qf=0),hh>0&&hh<Xf&&(hh=Xf),hh===Xf||Df.length===0||this.length===0)return 0;if(qf<0)throw new RangeError("targetStart out of bounds");if(Xf<0||Xf>=this.length)throw new RangeError("Index out of range");if(hh<0)throw new RangeError("sourceEnd out of bounds");hh>this.length&&(hh=this.length),Df.length-qf<hh-Xf&&(hh=Df.length-qf+Xf);var Mh=hh-Xf;if(this===Df&&typeof Uint8Array.prototype.copyWithin=="function")this.copyWithin(qf,Xf,hh);else if(this===Df&&Xf<qf&&qf<hh)for(var wh=Mh-1;wh>=0;--wh)Df[wh+qf]=this[wh+Xf];else Uint8Array.prototype.set.call(Df,this.subarray(Xf,hh),qf);return Mh},_d.prototype.fill=function(Df,qf,Xf,hh){if(typeof Df=="string"){if(typeof qf=="string"?(hh=qf,qf=0,Xf=this.length):typeof Xf=="string"&&(hh=Xf,Xf=this.length),hh!==void 0&&typeof hh!="string")throw new TypeError("encoding must be a string");if(typeof hh=="string"&&!_d.isEncoding(hh))throw new TypeError("Unknown encoding: "+hh);if(Df.length===1){var Mh=Df.charCodeAt(0);(hh==="utf8"&&Mh<128||hh==="latin1")&&(Df=Mh)}}else typeof Df=="number"&&(Df=Df&255);if(qf<0||this.length<qf||this.length<Xf)throw new RangeError("Out of range index");if(Xf<=qf)return this;qf=qf>>>0,Xf=Xf===void 0?this.length:Xf>>>0,Df||(Df=0);var wh;if(typeof Df=="number")for(wh=qf;wh<Xf;++wh)this[wh]=Df;else{var Bh=_d.isBuffer(Df)?Df:_d.from(Df,hh),Uh=Bh.length;if(Uh===0)throw new TypeError('The value "'+Df+'" is invalid for argument "value"');for(wh=0;wh<Xf-qf;++wh)this[wh+qf]=Bh[wh%Uh]}return this};var Lf=/[^+/0-9A-Za-z-_]/g;function jf(Kf){if(Kf=Kf.split("=")[0],Kf=Kf.trim().replace(Lf,""),Kf.length<2)return"";for(;Kf.length%4!==0;)Kf=Kf+"=";return Kf}function xf(Kf){return Kf<16?"0"+Kf.toString(16):Kf.toString(16)}function Nf(Kf,Df){Df=Df||1/0;for(var qf,Xf=Kf.length,hh=null,Mh=[],wh=0;wh<Xf;++wh){if(qf=Kf.charCodeAt(wh),qf>55295&&qf<57344){if(!hh){if(qf>56319){(Df-=3)>-1&&Mh.push(239,191,189);continue}else if(wh+1===Xf){(Df-=3)>-1&&Mh.push(239,191,189);continue}hh=qf;continue}if(qf<56320){(Df-=3)>-1&&Mh.push(239,191,189),hh=qf;continue}qf=(hh-55296<<10|qf-56320)+65536}else hh&&(Df-=3)>-1&&Mh.push(239,191,189);if(hh=null,qf<128){if((Df-=1)<0)break;Mh.push(qf)}else if(qf<2048){if((Df-=2)<0)break;Mh.push(qf>>6|192,qf&63|128)}else if(qf<65536){if((Df-=3)<0)break;Mh.push(qf>>12|224,qf>>6&63|128,qf&63|128)}else if(qf<1114112){if((Df-=4)<0)break;Mh.push(qf>>18|240,qf>>12&63|128,qf>>6&63|128,qf&63|128)}else throw new Error("Invalid code point")}return Mh}function Bf(Kf){for(var Df=[],qf=0;qf<Kf.length;++qf)Df.push(Kf.charCodeAt(qf)&255);return Df}function Tf(Kf,Df){for(var qf,Xf,hh,Mh=[],wh=0;wh<Kf.length&&!((Df-=2)<0);++wh)qf=Kf.charCodeAt(wh),Xf=qf>>8,hh=qf%256,Mh.push(hh),Mh.push(Xf);return Mh}function wf(Kf){return sd.toByteArray(jf(Kf))}function Of(Kf,Df,qf,Xf){for(var hh=0;hh<Xf&&!(hh+qf>=Df.length||hh>=Kf.length);++hh)Df[hh+qf]=Kf[hh];return hh}function $f(Kf,Df){return Kf instanceof Df||Kf!=null&&Kf.constructor!=null&&Kf.constructor.name!=null&&Kf.constructor.name===Df.name}function Wf(Kf){return Kf!==Kf}}).call(this)}).call(this,ed("buffer").Buffer)},{"base64-js":100,buffer:103,ieee754:402}],104:[function(ed,td,rd){td.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},{}],105:[function(ed,td,rd){var od=ed("get-intrinsic"),sd=ed("./"),ld=sd(od("String.prototype.indexOf"));td.exports=function(ud,gd){var _d=od(ud,!!gd);return typeof _d=="function"&&ld(ud,".prototype.")>-1?sd(_d):_d}},{"./":106,"get-intrinsic":392}],106:[function(ed,td,rd){var od=ed("function-bind"),sd=ed("get-intrinsic"),ld=ed("set-function-length"),cd=sd("%TypeError%"),ud=sd("%Function.prototype.apply%"),gd=sd("%Function.prototype.call%"),_d=sd("%Reflect.apply%",!0)||od.call(gd,ud),yd=sd("%Object.defineProperty%",!0),Ed=sd("%Math.max%");if(yd)try{yd({},"a",{value:1})}catch{yd=null}td.exports=function(Ad){if(typeof Ad!="function")throw new cd("a function is required");var Nd=_d(od,gd,arguments);return ld(Nd,1+Ed(0,Ad.length-(arguments.length-1)),!0)};var Td=function(){return _d(od,ud,arguments)};yd?yd(td.exports,"apply",{value:Td}):td.exports.apply=Td},{"function-bind":391,"get-intrinsic":392,"set-function-length":468}],107:[function(ed,td,rd){var od=Array.prototype.slice;td.exports=sd;function sd(cd,ud){if(!(this instanceof sd))return new sd(cd,ud);this.src=cd,this._withAccess=ud}sd.prototype.withAccess=function(cd){return this._withAccess=cd!==!1,this},sd.prototype.pick=function(cd){return Array.isArray(cd)||(cd=od.call(arguments)),cd.length&&(this.keys=cd),this},sd.prototype.to=function(cd){if(cd=cd||{},!this.src)return cd;var ud=this.keys||Object.keys(this.src);if(!this._withAccess){for(var gd=0;gd<ud.length;gd++)_d=ud[gd],cd[_d]===void 0&&(cd[_d]=this.src[_d]);return cd}for(var gd=0;gd<ud.length;gd++){var _d=ud[gd];if(ld(cd,_d)){var yd=this.src.__lookupGetter__(_d),Ed=this.src.__lookupSetter__(_d);yd&&cd.__defineGetter__(_d,yd),Ed&&cd.__defineSetter__(_d,Ed),!yd&&!Ed&&(cd[_d]=this.src[_d])}}return cd},sd.prototype.toCover=function(cd){for(var ud=this.keys||Object.keys(this.src),gd=0;gd<ud.length;gd++){var _d=ud[gd];delete cd[_d];var yd=this.src.__lookupGetter__(_d),Ed=this.src.__lookupSetter__(_d);yd&&cd.__defineGetter__(_d,yd),Ed&&cd.__defineSetter__(_d,Ed),!yd&&!Ed&&(cd[_d]=this.src[_d])}},sd.prototype.override=sd.prototype.toCover,sd.prototype.and=function(cd){var ud={};return this.to(ud),this.src=cd,this.to(ud),this.src=ud,this};function ld(cd,ud){return cd[ud]===void 0&&cd.__lookupGetter__(ud)===void 0&&cd.__lookupSetter__(ud)===void 0}},{}],108:[function(ed,td,rd){var od=ed("../internals/is-callable"),sd=ed("../internals/try-to-string"),ld=TypeError;td.exports=function(cd){if(od(cd))return cd;throw new ld(sd(cd)+" is not a function")}},{"../internals/is-callable":203,"../internals/try-to-string":293}],109:[function(ed,td,rd){var od=ed("../internals/is-constructor"),sd=ed("../internals/try-to-string"),ld=TypeError;td.exports=function(cd){if(od(cd))return cd;throw new ld(sd(cd)+" is not a constructor")}},{"../internals/is-constructor":204,"../internals/try-to-string":293}],110:[function(ed,td,rd){var od=ed("../internals/is-possible-prototype"),sd=String,ld=TypeError;td.exports=function(cd){if(od(cd))return cd;throw new ld("Can't set "+sd(cd)+" as a prototype")}},{"../internals/is-possible-prototype":209}],111:[function(ed,td,rd){var od=ed("../internals/well-known-symbol"),sd=ed("../internals/object-create"),ld=ed("../internals/object-define-property").f,cd=od("unscopables"),ud=Array.prototype;ud[cd]===void 0&&ld(ud,cd,{configurable:!0,value:sd(null)}),td.exports=function(gd){ud[cd][gd]=!0}},{"../internals/object-create":229,"../internals/object-define-property":231,"../internals/well-known-symbol":306}],112:[function(ed,td,rd){var od=ed("../internals/string-multibyte").charAt;td.exports=function(sd,ld,cd){return ld+(cd?od(sd,ld).length:1)}},{"../internals/string-multibyte":271}],113:[function(ed,td,rd){var od=ed("../internals/object-is-prototype-of"),sd=TypeError;td.exports=function(ld,cd){if(od(cd,ld))return ld;throw new sd("Incorrect invocation")}},{"../internals/object-is-prototype-of":238}],114:[function(ed,td,rd){var od=ed("../internals/is-object"),sd=String,ld=TypeError;td.exports=function(cd){if(od(cd))return cd;throw new ld(sd(cd)+" is not an object")}},{"../internals/is-object":208}],115:[function(ed,td,rd){td.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},{}],116:[function(ed,td,rd){var od=ed("../internals/fails");td.exports=od(function(){if(typeof ArrayBuffer=="function"){var sd=new ArrayBuffer(8);Object.isExtensible(sd)&&Object.defineProperty(sd,"a",{value:8})}})},{"../internals/fails":171}],117:[function(ed,td,rd){var od=ed("../internals/array-buffer-basic-detection"),sd=ed("../internals/descriptors"),ld=ed("../internals/global"),cd=ed("../internals/is-callable"),ud=ed("../internals/is-object"),gd=ed("../internals/has-own-property"),_d=ed("../internals/classof"),yd=ed("../internals/try-to-string"),Ed=ed("../internals/create-non-enumerable-property"),Td=ed("../internals/define-built-in"),Od=ed("../internals/define-built-in-accessor"),Ad=ed("../internals/object-is-prototype-of"),Nd=ed("../internals/object-get-prototype-of"),kd=ed("../internals/object-set-prototype-of"),Id=ed("../internals/well-known-symbol"),Rd=ed("../internals/uid"),Md=ed("../internals/internal-state"),Ld=Md.enforce,jd=Md.get,Pd=ld.Int8Array,Fd=Pd&&Pd.prototype,Ud=ld.Uint8ClampedArray,Vd=Ud&&Ud.prototype,qd=Pd&&Nd(Pd),Wd=Fd&&Nd(Fd),zd=Object.prototype,Kd=ld.TypeError,Qd=Id("toStringTag"),hf=Rd("TYPED_ARRAY_TAG"),gf="TypedArrayConstructor",bf=od&&!!kd&&_d(ld.opera)!=="Opera",kf=!1,Cf,Ef,yf,Mf={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},Af={BigInt64Array:8,BigUint64Array:8},Zd=function(Bf){if(!ud(Bf))return!1;var Tf=_d(Bf);return Tf==="DataView"||gd(Mf,Tf)||gd(Af,Tf)},mf=function(Nf){var Bf=Nd(Nf);if(ud(Bf)){var Tf=jd(Bf);return Tf&&gd(Tf,gf)?Tf[gf]:mf(Bf)}},Pf=function(Nf){if(!ud(Nf))return!1;var Bf=_d(Nf);return gd(Mf,Bf)||gd(Af,Bf)},Ff=function(Nf){if(Pf(Nf))return Nf;throw new Kd("Target is not a typed array")},Lf=function(Nf){if(cd(Nf)&&(!kd||Ad(qd,Nf)))return Nf;throw new Kd(yd(Nf)+" is not a typed array constructor")},jf=function(Nf,Bf,Tf,wf){if(sd){if(Tf)for(var Of in Mf){var $f=ld[Of];if($f&&gd($f.prototype,Nf))try{delete $f.prototype[Nf]}catch{try{$f.prototype[Nf]=Bf}catch{}}}(!Wd[Nf]||Tf)&&Td(Wd,Nf,Tf?Bf:bf&&Fd[Nf]||Bf,wf)}},xf=function(Nf,Bf,Tf){var wf,Of;if(sd){if(kd){if(Tf){for(wf in Mf)if(Of=ld[wf],Of&&gd(Of,Nf))try{delete Of[Nf]}catch{}}if(!qd[Nf]||Tf)try{return Td(qd,Nf,Tf?Bf:bf&&qd[Nf]||Bf)}catch{}else return}for(wf in Mf)Of=ld[wf],Of&&(!Of[Nf]||Tf)&&Td(Of,Nf,Bf)}};for(Cf in Mf)Ef=ld[Cf],yf=Ef&&Ef.prototype,yf?Ld(yf)[gf]=Ef:bf=!1;for(Cf in Af)Ef=ld[Cf],yf=Ef&&Ef.prototype,yf&&(Ld(yf)[gf]=Ef);if((!bf||!cd(qd)||qd===Function.prototype)&&(qd=function(){throw new Kd("Incorrect invocation")},bf))for(Cf in Mf)ld[Cf]&&kd(ld[Cf],qd);if((!bf||!Wd||Wd===zd)&&(Wd=qd.prototype,bf))for(Cf in Mf)ld[Cf]&&kd(ld[Cf].prototype,Wd);if(bf&&Nd(Vd)!==Wd&&kd(Vd,Wd),sd&&!gd(Wd,Qd)){kf=!0,Od(Wd,Qd,{configurable:!0,get:function(){return ud(this)?this[hf]:void 0}});for(Cf in Mf)ld[Cf]&&Ed(ld[Cf],hf,Cf)}td.exports={NATIVE_ARRAY_BUFFER_VIEWS:bf,TYPED_ARRAY_TAG:kf&&hf,aTypedArray:Ff,aTypedArrayConstructor:Lf,exportTypedArrayMethod:jf,exportTypedArrayStaticMethod:xf,getTypedArrayConstructor:mf,isView:Zd,isTypedArray:Pf,TypedArray:qd,TypedArrayPrototype:Wd}},{"../internals/array-buffer-basic-detection":115,"../internals/classof":138,"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/global":188,"../internals/has-own-property":189,"../internals/internal-state":199,"../internals/is-callable":203,"../internals/is-object":208,"../internals/object-get-prototype-of":236,"../internals/object-is-prototype-of":238,"../internals/object-set-prototype-of":242,"../internals/try-to-string":293,"../internals/uid":299,"../internals/well-known-symbol":306}],118:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/descriptors"),cd=ed("../internals/array-buffer-basic-detection"),ud=ed("../internals/function-name"),gd=ed("../internals/create-non-enumerable-property"),_d=ed("../internals/define-built-in-accessor"),yd=ed("../internals/define-built-ins"),Ed=ed("../internals/fails"),Td=ed("../internals/an-instance"),Od=ed("../internals/to-integer-or-infinity"),Ad=ed("../internals/to-length"),Nd=ed("../internals/to-index"),kd=ed("../internals/math-fround"),Id=ed("../internals/ieee754"),Rd=ed("../internals/object-get-prototype-of"),Md=ed("../internals/object-set-prototype-of"),Ld=ed("../internals/array-fill"),jd=ed("../internals/array-slice"),Pd=ed("../internals/inherit-if-required"),Fd=ed("../internals/copy-constructor-properties"),Ud=ed("../internals/set-to-string-tag"),Vd=ed("../internals/internal-state"),qd=ud.PROPER,Wd=ud.CONFIGURABLE,zd="ArrayBuffer",Kd="DataView",Qd="prototype",hf="Wrong length",gf="Wrong index",bf=Vd.getterFor(zd),kf=Vd.getterFor(Kd),Cf=Vd.set,Ef=od[zd],yf=Ef,Mf=yf&&yf[Qd],Af=od[Kd],Zd=Af&&Af[Qd],mf=Object.prototype,Pf=od.Array,Ff=od.RangeError,Lf=sd(Ld),jf=sd([].reverse),xf=Id.pack,Nf=Id.unpack,Bf=function(wh){return[wh&255]},Tf=function(wh){return[wh&255,wh>>8&255]},wf=function(wh){return[wh&255,wh>>8&255,wh>>16&255,wh>>24&255]},Of=function(wh){return wh[3]<<24|wh[2]<<16|wh[1]<<8|wh[0]},$f=function(wh){return xf(kd(wh),23,4)},Wf=function(wh){return xf(wh,52,8)},Kf=function(wh,Bh,Uh){_d(wh[Qd],Bh,{configurable:!0,get:function(){return Uh(this)[Bh]}})},Df=function(wh,Bh,Uh,oh){var Vf=kf(wh),Rf=Nd(Uh),Zf=!!oh;if(Rf+Bh>Vf.byteLength)throw new Ff(gf);var Jf=Vf.bytes,Th=Rf+Vf.byteOffset,Ah=jd(Jf,Th,Th+Bh);return Zf?Ah:jf(Ah)},qf=function(wh,Bh,Uh,oh,Vf,Rf){var Zf=kf(wh),Jf=Nd(Uh),Th=oh(+Vf),Ah=!!Rf;if(Jf+Bh>Zf.byteLength)throw new Ff(gf);for(var Gh=Zf.bytes,sm=Jf+Zf.byteOffset,kh=0;kh<Bh;kh++)Gh[sm+kh]=Th[Ah?kh:Bh-kh-1]};if(!cd)yf=function(Bh){Td(this,Mf);var Uh=Nd(Bh);Cf(this,{type:zd,bytes:Lf(Pf(Uh),0),byteLength:Uh}),ld||(this.byteLength=Uh,this.detached=!1)},Mf=yf[Qd],Af=function(Bh,Uh,oh){Td(this,Zd),Td(Bh,Mf);var Vf=bf(Bh),Rf=Vf.byteLength,Zf=Od(Uh);if(Zf<0||Zf>Rf)throw new Ff("Wrong offset");if(oh=oh===void 0?Rf-Zf:Ad(oh),Zf+oh>Rf)throw new Ff(hf);Cf(this,{type:Kd,buffer:Bh,byteLength:oh,byteOffset:Zf,bytes:Vf.bytes}),ld||(this.buffer=Bh,this.byteLength=oh,this.byteOffset=Zf)},Zd=Af[Qd],ld&&(Kf(yf,"byteLength",bf),Kf(Af,"buffer",kf),Kf(Af,"byteLength",kf),Kf(Af,"byteOffset",kf)),yd(Zd,{getInt8:function(Bh){return Df(this,1,Bh)[0]<<24>>24},getUint8:function(Bh){return Df(this,1,Bh)[0]},getInt16:function(Bh){var Uh=Df(this,2,Bh,arguments.length>1?arguments[1]:!1);return(Uh[1]<<8|Uh[0])<<16>>16},getUint16:function(Bh){var Uh=Df(this,2,Bh,arguments.length>1?arguments[1]:!1);return Uh[1]<<8|Uh[0]},getInt32:function(Bh){return Of(Df(this,4,Bh,arguments.length>1?arguments[1]:!1))},getUint32:function(Bh){return Of(Df(this,4,Bh,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(Bh){return Nf(Df(this,4,Bh,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(Bh){return Nf(Df(this,8,Bh,arguments.length>1?arguments[1]:!1),52)},setInt8:function(Bh,Uh){qf(this,1,Bh,Bf,Uh)},setUint8:function(Bh,Uh){qf(this,1,Bh,Bf,Uh)},setInt16:function(Bh,Uh){qf(this,2,Bh,Tf,Uh,arguments.length>2?arguments[2]:!1)},setUint16:function(Bh,Uh){qf(this,2,Bh,Tf,Uh,arguments.length>2?arguments[2]:!1)},setInt32:function(Bh,Uh){qf(this,4,Bh,wf,Uh,arguments.length>2?arguments[2]:!1)},setUint32:function(Bh,Uh){qf(this,4,Bh,wf,Uh,arguments.length>2?arguments[2]:!1)},setFloat32:function(Bh,Uh){qf(this,4,Bh,$f,Uh,arguments.length>2?arguments[2]:!1)},setFloat64:function(Bh,Uh){qf(this,8,Bh,Wf,Uh,arguments.length>2?arguments[2]:!1)}});else{var Xf=qd&&Ef.name!==zd;!Ed(function(){Ef(1)})||!Ed(function(){new Ef(-1)})||Ed(function(){return new Ef,new Ef(1.5),new Ef(NaN),Ef.length!==1||Xf&&!Wd})?(yf=function(Bh){return Td(this,Mf),Pd(new Ef(Nd(Bh)),this,yf)},yf[Qd]=Mf,Mf.constructor=yf,Fd(yf,Ef)):Xf&&Wd&&gd(Ef,"name",zd),Md&&Rd(Zd)!==mf&&Md(Zd,mf);var hh=new Af(new yf(2)),Mh=sd(Zd.setInt8);hh.setInt8(0,2147483648),hh.setInt8(1,2147483649),(hh.getInt8(0)||!hh.getInt8(1))&&yd(Zd,{setInt8:function(Bh,Uh){Mh(this,Bh,Uh<<24>>24)},setUint8:function(Bh,Uh){Mh(this,Bh,Uh<<24>>24)}},{unsafe:!0})}Ud(yf,zd),Ud(Af,Kd),td.exports={ArrayBuffer:yf,DataView:Af}},{"../internals/an-instance":113,"../internals/array-buffer-basic-detection":115,"../internals/array-fill":120,"../internals/array-slice":131,"../internals/copy-constructor-properties":141,"../internals/create-non-enumerable-property":145,"../internals/define-built-in-accessor":148,"../internals/define-built-ins":150,"../internals/descriptors":153,"../internals/fails":171,"../internals/function-name":178,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/ieee754":194,"../internals/inherit-if-required":196,"../internals/internal-state":199,"../internals/math-fround":222,"../internals/object-get-prototype-of":236,"../internals/object-set-prototype-of":242,"../internals/set-to-string-tag":266,"../internals/to-index":281,"../internals/to-integer-or-infinity":283,"../internals/to-length":284}],119:[function(ed,td,rd){var od=ed("../internals/to-object"),sd=ed("../internals/to-absolute-index"),ld=ed("../internals/length-of-array-like"),cd=ed("../internals/delete-property-or-throw"),ud=Math.min;td.exports=[].copyWithin||function(_d,yd){var Ed=od(this),Td=ld(Ed),Od=sd(_d,Td),Ad=sd(yd,Td),Nd=arguments.length>2?arguments[2]:void 0,kd=ud((Nd===void 0?Td:sd(Nd,Td))-Ad,Td-Od),Id=1;for(Ad<Od&&Od<Ad+kd&&(Id=-1,Ad+=kd-1,Od+=kd-1);kd-- >0;)Ad in Ed?Ed[Od]=Ed[Ad]:cd(Ed,Od),Od+=Id,Ad+=Id;return Ed}},{"../internals/delete-property-or-throw":152,"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-object":285}],120:[function(ed,td,rd){var od=ed("../internals/to-object"),sd=ed("../internals/to-absolute-index"),ld=ed("../internals/length-of-array-like");td.exports=function(ud){for(var gd=od(this),_d=ld(gd),yd=arguments.length,Ed=sd(yd>1?arguments[1]:void 0,_d),Td=yd>2?arguments[2]:void 0,Od=Td===void 0?_d:sd(Td,_d);Od>Ed;)gd[Ed++]=ud;return gd}},{"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-object":285}],121:[function(ed,td,rd){var od=ed("../internals/array-iteration").forEach,sd=ed("../internals/array-method-is-strict"),ld=sd("forEach");td.exports=ld?[].forEach:function(ud){return od(this,ud,arguments.length>1?arguments[1]:void 0)}},{"../internals/array-iteration":125,"../internals/array-method-is-strict":128}],122:[function(ed,td,rd){var od=ed("../internals/length-of-array-like");td.exports=function(sd,ld,cd){for(var ud=0,gd=arguments.length>2?cd:od(ld),_d=new sd(gd);gd>ud;)_d[ud]=ld[ud++];return _d}},{"../internals/length-of-array-like":219}],123:[function(ed,td,rd){var od=ed("../internals/function-bind-context"),sd=ed("../internals/function-call"),ld=ed("../internals/to-object"),cd=ed("../internals/call-with-safe-iteration-closing"),ud=ed("../internals/is-array-iterator-method"),gd=ed("../internals/is-constructor"),_d=ed("../internals/length-of-array-like"),yd=ed("../internals/create-property"),Ed=ed("../internals/get-iterator"),Td=ed("../internals/get-iterator-method"),Od=Array;td.exports=function(Nd){var kd=ld(Nd),Id=gd(this),Rd=arguments.length,Md=Rd>1?arguments[1]:void 0,Ld=Md!==void 0;Ld&&(Md=od(Md,Rd>2?arguments[2]:void 0));var jd=Td(kd),Pd=0,Fd,Ud,Vd,qd,Wd,zd;if(jd&&!(this===Od&&ud(jd)))for(qd=Ed(kd,jd),Wd=qd.next,Ud=Id?new this:[];!(Vd=sd(Wd,qd)).done;Pd++)zd=Ld?cd(qd,Md,[Vd.value,Pd],!0):Vd.value,yd(Ud,Pd,zd);else for(Fd=_d(kd),Ud=Id?new this(Fd):Od(Fd);Fd>Pd;Pd++)zd=Ld?Md(kd[Pd],Pd):kd[Pd],yd(Ud,Pd,zd);return Ud.length=Pd,Ud}},{"../internals/call-with-safe-iteration-closing":135,"../internals/create-property":147,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/is-constructor":204,"../internals/length-of-array-like":219,"../internals/to-object":285}],124:[function(ed,td,rd){var od=ed("../internals/to-indexed-object"),sd=ed("../internals/to-absolute-index"),ld=ed("../internals/length-of-array-like"),cd=function(ud){return function(gd,_d,yd){var Ed=od(gd),Td=ld(Ed),Od=sd(yd,Td),Ad;if(ud&&_d!==_d){for(;Td>Od;)if(Ad=Ed[Od++],Ad!==Ad)return!0}else for(;Td>Od;Od++)if((ud||Od in Ed)&&Ed[Od]===_d)return ud||Od||0;return!ud&&-1}};td.exports={includes:cd(!0),indexOf:cd(!1)}},{"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-indexed-object":282}],125:[function(ed,td,rd){var od=ed("../internals/function-bind-context"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/indexed-object"),cd=ed("../internals/to-object"),ud=ed("../internals/length-of-array-like"),gd=ed("../internals/array-species-create"),_d=sd([].push),yd=function(Ed){var Td=Ed===1,Od=Ed===2,Ad=Ed===3,Nd=Ed===4,kd=Ed===6,Id=Ed===7,Rd=Ed===5||kd;return function(Md,Ld,jd,Pd){for(var Fd=cd(Md),Ud=ld(Fd),Vd=ud(Ud),qd=od(Ld,jd),Wd=0,zd=Pd||gd,Kd=Td?zd(Md,Vd):Od||Id?zd(Md,0):void 0,Qd,hf;Vd>Wd;Wd++)if((Rd||Wd in Ud)&&(Qd=Ud[Wd],hf=qd(Qd,Wd,Fd),Ed))if(Td)Kd[Wd]=hf;else if(hf)switch(Ed){case 3:return!0;case 5:return Qd;case 6:return Wd;case 2:_d(Kd,Qd)}else switch(Ed){case 4:return!1;case 7:_d(Kd,Qd)}return kd?-1:Ad||Nd?Nd:Kd}};td.exports={forEach:yd(0),map:yd(1),filter:yd(2),some:yd(3),every:yd(4),find:yd(5),findIndex:yd(6),filterReject:yd(7)}},{"../internals/array-species-create":134,"../internals/function-bind-context":175,"../internals/function-uncurry-this":181,"../internals/indexed-object":195,"../internals/length-of-array-like":219,"../internals/to-object":285}],126:[function(ed,td,rd){var od=ed("../internals/function-apply"),sd=ed("../internals/to-indexed-object"),ld=ed("../internals/to-integer-or-infinity"),cd=ed("../internals/length-of-array-like"),ud=ed("../internals/array-method-is-strict"),gd=Math.min,_d=[].lastIndexOf,yd=!!_d&&1/[1].lastIndexOf(1,-0)<0,Ed=ud("lastIndexOf"),Td=yd||!Ed;td.exports=Td?function(Ad){if(yd)return od(_d,this,arguments)||0;var Nd=sd(this),kd=cd(Nd),Id=kd-1;for(arguments.length>1&&(Id=gd(Id,ld(arguments[1]))),Id<0&&(Id=kd+Id);Id>=0;Id--)if(Id in Nd&&Nd[Id]===Ad)return Id||0;return-1}:_d},{"../internals/array-method-is-strict":128,"../internals/function-apply":174,"../internals/length-of-array-like":219,"../internals/to-indexed-object":282,"../internals/to-integer-or-infinity":283}],127:[function(ed,td,rd){var od=ed("../internals/fails"),sd=ed("../internals/well-known-symbol"),ld=ed("../internals/engine-v8-version"),cd=sd("species");td.exports=function(ud){return ld>=51||!od(function(){var gd=[],_d=gd.constructor={};return _d[cd]=function(){return{foo:1}},gd[ud](Boolean).foo!==1})}},{"../internals/engine-v8-version":167,"../internals/fails":171,"../internals/well-known-symbol":306}],128:[function(ed,td,rd){var od=ed("../internals/fails");td.exports=function(sd,ld){var cd=[][sd];return!!cd&&od(function(){cd.call(null,ld||function(){return 1},1)})}},{"../internals/fails":171}],129:[function(ed,td,rd){var od=ed("../internals/a-callable"),sd=ed("../internals/to-object"),ld=ed("../internals/indexed-object"),cd=ed("../internals/length-of-array-like"),ud=TypeError,gd=function(_d){return function(yd,Ed,Td,Od){var Ad=sd(yd),Nd=ld(Ad),kd=cd(Ad);od(Ed);var Id=_d?kd-1:0,Rd=_d?-1:1;if(Td<2)for(;;){if(Id in Nd){Od=Nd[Id],Id+=Rd;break}if(Id+=Rd,_d?Id<0:kd<=Id)throw new ud("Reduce of empty array with no initial value")}for(;_d?Id>=0:kd>Id;Id+=Rd)Id in Nd&&(Od=Ed(Od,Nd[Id],Id,Ad));return Od}};td.exports={left:gd(!1),right:gd(!0)}},{"../internals/a-callable":108,"../internals/indexed-object":195,"../internals/length-of-array-like":219,"../internals/to-object":285}],130:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/is-array"),ld=TypeError,cd=Object.getOwnPropertyDescriptor,ud=od&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(gd){return gd instanceof TypeError}}();td.exports=ud?function(gd,_d){if(sd(gd)&&!cd(gd,"length").writable)throw new ld("Cannot set read only .length");return gd.length=_d}:function(gd,_d){return gd.length=_d}},{"../internals/descriptors":153,"../internals/is-array":201}],131:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this");td.exports=od([].slice)},{"../internals/function-uncurry-this":181}],132:[function(ed,td,rd){var od=ed("../internals/array-slice"),sd=Math.floor,ld=function(cd,ud){var gd=cd.length;if(gd<8)for(var _d=1,yd,Ed;_d<gd;){for(Ed=_d,yd=cd[_d];Ed&&ud(cd[Ed-1],yd)>0;)cd[Ed]=cd[--Ed];Ed!==_d++&&(cd[Ed]=yd)}else for(var Td=sd(gd/2),Od=ld(od(cd,0,Td),ud),Ad=ld(od(cd,Td),ud),Nd=Od.length,kd=Ad.length,Id=0,Rd=0;Id<Nd||Rd<kd;)cd[Id+Rd]=Id<Nd&&Rd<kd?ud(Od[Id],Ad[Rd])<=0?Od[Id++]:Ad[Rd++]:Id<Nd?Od[Id++]:Ad[Rd++];return cd};td.exports=ld},{"../internals/array-slice":131}],133:[function(ed,td,rd){var od=ed("../internals/is-array"),sd=ed("../internals/is-constructor"),ld=ed("../internals/is-object"),cd=ed("../internals/well-known-symbol"),ud=cd("species"),gd=Array;td.exports=function(_d){var yd;return od(_d)&&(yd=_d.constructor,sd(yd)&&(yd===gd||od(yd.prototype))?yd=void 0:ld(yd)&&(yd=yd[ud],yd===null&&(yd=void 0))),yd===void 0?gd:yd}},{"../internals/is-array":201,"../internals/is-constructor":204,"../internals/is-object":208,"../internals/well-known-symbol":306}],134:[function(ed,td,rd){var od=ed("../internals/array-species-constructor");td.exports=function(sd,ld){return new(od(sd))(ld===0?0:ld)}},{"../internals/array-species-constructor":133}],135:[function(ed,td,rd){var od=ed("../internals/an-object"),sd=ed("../internals/iterator-close");td.exports=function(ld,cd,ud,gd){try{return gd?cd(od(ud)[0],ud[1]):cd(ud)}catch(_d){sd(ld,"throw",_d)}}},{"../internals/an-object":114,"../internals/iterator-close":214}],136:[function(ed,td,rd){var od=ed("../internals/well-known-symbol"),sd=od("iterator"),ld=!1;try{var cd=0,ud={next:function(){return{done:!!cd++}},return:function(){ld=!0}};ud[sd]=function(){return this},Array.from(ud,function(){throw 2})}catch{}td.exports=function(gd,_d){try{if(!_d&&!ld)return!1}catch{return!1}var yd=!1;try{var Ed={};Ed[sd]=function(){return{next:function(){return{done:yd=!0}}}},gd(Ed)}catch{}return yd}},{"../internals/well-known-symbol":306}],137:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=od({}.toString),ld=od("".slice);td.exports=function(cd){return ld(sd(cd),8,-1)}},{"../internals/function-uncurry-this":181}],138:[function(ed,td,rd){var od=ed("../internals/to-string-tag-support"),sd=ed("../internals/is-callable"),ld=ed("../internals/classof-raw"),cd=ed("../internals/well-known-symbol"),ud=cd("toStringTag"),gd=Object,_d=ld(function(){return arguments}())==="Arguments",yd=function(Ed,Td){try{return Ed[Td]}catch{}};td.exports=od?ld:function(Ed){var Td,Od,Ad;return Ed===void 0?"Undefined":Ed===null?"Null":typeof(Od=yd(Td=gd(Ed),ud))=="string"?Od:_d?ld(Td):(Ad=ld(Td))==="Object"&&sd(Td.callee)?"Arguments":Ad}},{"../internals/classof-raw":137,"../internals/is-callable":203,"../internals/to-string-tag-support":290,"../internals/well-known-symbol":306}],139:[function(ed,td,rd){var od=ed("../internals/object-create"),sd=ed("../internals/define-built-in-accessor"),ld=ed("../internals/define-built-ins"),cd=ed("../internals/function-bind-context"),ud=ed("../internals/an-instance"),gd=ed("../internals/is-null-or-undefined"),_d=ed("../internals/iterate"),yd=ed("../internals/iterator-define"),Ed=ed("../internals/create-iter-result-object"),Td=ed("../internals/set-species"),Od=ed("../internals/descriptors"),Ad=ed("../internals/internal-metadata").fastKey,Nd=ed("../internals/internal-state"),kd=Nd.set,Id=Nd.getterFor;td.exports={getConstructor:function(Rd,Md,Ld,jd){var Pd=Rd(function(Wd,zd){ud(Wd,Fd),kd(Wd,{type:Md,index:od(null),first:void 0,last:void 0,size:0}),Od||(Wd.size=0),gd(zd)||_d(zd,Wd[jd],{that:Wd,AS_ENTRIES:Ld})}),Fd=Pd.prototype,Ud=Id(Md),Vd=function(Wd,zd,Kd){var Qd=Ud(Wd),hf=qd(Wd,zd),gf,bf;return hf?hf.value=Kd:(Qd.last=hf={index:bf=Ad(zd,!0),key:zd,value:Kd,previous:gf=Qd.last,next:void 0,removed:!1},Qd.first||(Qd.first=hf),gf&&(gf.next=hf),Od?Qd.size++:Wd.size++,bf!=="F"&&(Qd.index[bf]=hf)),Wd},qd=function(Wd,zd){var Kd=Ud(Wd),Qd=Ad(zd),hf;if(Qd!=="F")return Kd.index[Qd];for(hf=Kd.first;hf;hf=hf.next)if(hf.key===zd)return hf};return ld(Fd,{clear:function(){for(var zd=this,Kd=Ud(zd),Qd=Kd.first;Qd;)Qd.removed=!0,Qd.previous&&(Qd.previous=Qd.previous.next=void 0),Qd=Qd.next;Kd.first=Kd.last=void 0,Kd.index=od(null),Od?Kd.size=0:zd.size=0},delete:function(Wd){var zd=this,Kd=Ud(zd),Qd=qd(zd,Wd);if(Qd){var hf=Qd.next,gf=Qd.previous;delete Kd.index[Qd.index],Qd.removed=!0,gf&&(gf.next=hf),hf&&(hf.previous=gf),Kd.first===Qd&&(Kd.first=hf),Kd.last===Qd&&(Kd.last=gf),Od?Kd.size--:zd.size--}return!!Qd},forEach:function(zd){for(var Kd=Ud(this),Qd=cd(zd,arguments.length>1?arguments[1]:void 0),hf;hf=hf?hf.next:Kd.first;)for(Qd(hf.value,hf.key,this);hf&&hf.removed;)hf=hf.previous},has:function(zd){return!!qd(this,zd)}}),ld(Fd,Ld?{get:function(zd){var Kd=qd(this,zd);return Kd&&Kd.value},set:function(zd,Kd){return Vd(this,zd===0?0:zd,Kd)}}:{add:function(zd){return Vd(this,zd=zd===0?0:zd,zd)}}),Od&&sd(Fd,"size",{configurable:!0,get:function(){return Ud(this).size}}),Pd},setStrong:function(Rd,Md,Ld){var jd=Md+" Iterator",Pd=Id(Md),Fd=Id(jd);yd(Rd,Md,function(Ud,Vd){kd(this,{type:jd,target:Ud,state:Pd(Ud),kind:Vd,last:void 0})},function(){for(var Ud=Fd(this),Vd=Ud.kind,qd=Ud.last;qd&&qd.removed;)qd=qd.previous;return!Ud.target||!(Ud.last=qd=qd?qd.next:Ud.state.first)?(Ud.target=void 0,Ed(void 0,!0)):Ed(Vd==="keys"?qd.key:Vd==="values"?qd.value:[qd.key,qd.value],!1)},Ld?"entries":"values",!Ld,!0),Td(Md)}}},{"../internals/an-instance":113,"../internals/create-iter-result-object":144,"../internals/define-built-in-accessor":148,"../internals/define-built-ins":150,"../internals/descriptors":153,"../internals/function-bind-context":175,"../internals/internal-metadata":198,"../internals/internal-state":199,"../internals/is-null-or-undefined":207,"../internals/iterate":213,"../internals/iterator-define":216,"../internals/object-create":229,"../internals/set-species":265}],140:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/global"),ld=ed("../internals/function-uncurry-this"),cd=ed("../internals/is-forced"),ud=ed("../internals/define-built-in"),gd=ed("../internals/internal-metadata"),_d=ed("../internals/iterate"),yd=ed("../internals/an-instance"),Ed=ed("../internals/is-callable"),Td=ed("../internals/is-null-or-undefined"),Od=ed("../internals/is-object"),Ad=ed("../internals/fails"),Nd=ed("../internals/check-correctness-of-iteration"),kd=ed("../internals/set-to-string-tag"),Id=ed("../internals/inherit-if-required");td.exports=function(Rd,Md,Ld){var jd=Rd.indexOf("Map")!==-1,Pd=Rd.indexOf("Weak")!==-1,Fd=jd?"set":"add",Ud=sd[Rd],Vd=Ud&&Ud.prototype,qd=Ud,Wd={},zd=function(Cf){var Ef=ld(Vd[Cf]);ud(Vd,Cf,Cf==="add"?function(Mf){return Ef(this,Mf===0?0:Mf),this}:Cf==="delete"?function(yf){return Pd&&!Od(yf)?!1:Ef(this,yf===0?0:yf)}:Cf==="get"?function(Mf){return Pd&&!Od(Mf)?void 0:Ef(this,Mf===0?0:Mf)}:Cf==="has"?function(Mf){return Pd&&!Od(Mf)?!1:Ef(this,Mf===0?0:Mf)}:function(Mf,Af){return Ef(this,Mf===0?0:Mf,Af),this})},Kd=cd(Rd,!Ed(Ud)||!(Pd||Vd.forEach&&!Ad(function(){new Ud().entries().next()})));if(Kd)qd=Ld.getConstructor(Md,Rd,jd,Fd),gd.enable();else if(cd(Rd,!0)){var Qd=new qd,hf=Qd[Fd](Pd?{}:-0,1)!==Qd,gf=Ad(function(){Qd.has(1)}),bf=Nd(function(Cf){new Ud(Cf)}),kf=!Pd&&Ad(function(){for(var Cf=new Ud,Ef=5;Ef--;)Cf[Fd](Ef,Ef);return!Cf.has(-0)});bf||(qd=Md(function(Cf,Ef){yd(Cf,Vd);var yf=Id(new Ud,Cf,qd);return Td(Ef)||_d(Ef,yf[Fd],{that:yf,AS_ENTRIES:jd}),yf}),qd.prototype=Vd,Vd.constructor=qd),(gf||kf)&&(zd("delete"),zd("has"),jd&&zd("get")),(kf||hf)&&zd(Fd),Pd&&Vd.clear&&delete Vd.clear}return Wd[Rd]=qd,od({global:!0,constructor:!0,forced:qd!==Ud},Wd),kd(qd,Rd),Pd||Ld.setStrong(qd,Rd,jd),qd}},{"../internals/an-instance":113,"../internals/check-correctness-of-iteration":136,"../internals/define-built-in":149,"../internals/export":170,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/inherit-if-required":196,"../internals/internal-metadata":198,"../internals/is-callable":203,"../internals/is-forced":205,"../internals/is-null-or-undefined":207,"../internals/is-object":208,"../internals/iterate":213,"../internals/set-to-string-tag":266}],141:[function(ed,td,rd){var od=ed("../internals/has-own-property"),sd=ed("../internals/own-keys"),ld=ed("../internals/object-get-own-property-descriptor"),cd=ed("../internals/object-define-property");td.exports=function(ud,gd,_d){for(var yd=sd(gd),Ed=cd.f,Td=ld.f,Od=0;Od<yd.length;Od++){var Ad=yd[Od];!od(ud,Ad)&&!(_d&&od(_d,Ad))&&Ed(ud,Ad,Td(gd,Ad))}}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/own-keys":246}],142:[function(ed,td,rd){var od=ed("../internals/well-known-symbol"),sd=od("match");td.exports=function(ld){var cd=/./;try{"/./"[ld](cd)}catch{try{return cd[sd]=!1,"/./"[ld](cd)}catch{}}return!1}},{"../internals/well-known-symbol":306}],143:[function(ed,td,rd){var od=ed("../internals/fails");td.exports=!od(function(){function sd(){}return sd.prototype.constructor=null,Object.getPrototypeOf(new sd)!==sd.prototype})},{"../internals/fails":171}],144:[function(ed,td,rd){td.exports=function(od,sd){return{value:od,done:sd}}},{}],145:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/object-define-property"),ld=ed("../internals/create-property-descriptor");td.exports=od?function(cd,ud,gd){return sd.f(cd,ud,ld(1,gd))}:function(cd,ud,gd){return cd[ud]=gd,cd}},{"../internals/create-property-descriptor":146,"../internals/descriptors":153,"../internals/object-define-property":231}],146:[function(ed,td,rd){td.exports=function(od,sd){return{enumerable:!(od&1),configurable:!(od&2),writable:!(od&4),value:sd}}},{}],147:[function(ed,td,rd){var od=ed("../internals/to-property-key"),sd=ed("../internals/object-define-property"),ld=ed("../internals/create-property-descriptor");td.exports=function(cd,ud,gd){var _d=od(ud);_d in cd?sd.f(cd,_d,ld(0,gd)):cd[_d]=gd}},{"../internals/create-property-descriptor":146,"../internals/object-define-property":231,"../internals/to-property-key":289}],148:[function(ed,td,rd){var od=ed("../internals/make-built-in"),sd=ed("../internals/object-define-property");td.exports=function(ld,cd,ud){return ud.get&&od(ud.get,cd,{getter:!0}),ud.set&&od(ud.set,cd,{setter:!0}),sd.f(ld,cd,ud)}},{"../internals/make-built-in":220,"../internals/object-define-property":231}],149:[function(ed,td,rd){var od=ed("../internals/is-callable"),sd=ed("../internals/object-define-property"),ld=ed("../internals/make-built-in"),cd=ed("../internals/define-global-property");td.exports=function(ud,gd,_d,yd){yd||(yd={});var Ed=yd.enumerable,Td=yd.name!==void 0?yd.name:gd;if(od(_d)&&ld(_d,Td,yd),yd.global)Ed?ud[gd]=_d:cd(gd,_d);else{try{yd.unsafe?ud[gd]&&(Ed=!0):delete ud[gd]}catch{}Ed?ud[gd]=_d:sd.f(ud,gd,{value:_d,enumerable:!1,configurable:!yd.nonConfigurable,writable:!yd.nonWritable})}return ud}},{"../internals/define-global-property":151,"../internals/is-callable":203,"../internals/make-built-in":220,"../internals/object-define-property":231}],150:[function(ed,td,rd){var od=ed("../internals/define-built-in");td.exports=function(sd,ld,cd){for(var ud in ld)od(sd,ud,ld[ud],cd);return sd}},{"../internals/define-built-in":149}],151:[function(ed,td,rd){var od=ed("../internals/global"),sd=Object.defineProperty;td.exports=function(ld,cd){try{sd(od,ld,{value:cd,configurable:!0,writable:!0})}catch{od[ld]=cd}return cd}},{"../internals/global":188}],152:[function(ed,td,rd){var od=ed("../internals/try-to-string"),sd=TypeError;td.exports=function(ld,cd){if(!delete ld[cd])throw new sd("Cannot delete property "+od(cd)+" of "+od(ld))}},{"../internals/try-to-string":293}],153:[function(ed,td,rd){var od=ed("../internals/fails");td.exports=!od(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})},{"../internals/fails":171}],154:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/is-object"),ld=od.document,cd=sd(ld)&&sd(ld.createElement);td.exports=function(ud){return cd?ld.createElement(ud):{}}},{"../internals/global":188,"../internals/is-object":208}],155:[function(ed,td,rd){var od=TypeError,sd=9007199254740991;td.exports=function(ld){if(ld>sd)throw od("Maximum allowed index exceeded");return ld}},{}],156:[function(ed,td,rd){td.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},{}],157:[function(ed,td,rd){var od=ed("../internals/document-create-element"),sd=od("span").classList,ld=sd&&sd.constructor&&sd.constructor.prototype;td.exports=ld===Object.prototype?void 0:ld},{"../internals/document-create-element":154}],158:[function(ed,td,rd){var od=ed("../internals/engine-user-agent"),sd=od.match(/firefox\/(\d+)/i);td.exports=!!sd&&+sd[1]},{"../internals/engine-user-agent":166}],159:[function(ed,td,rd){var od=ed("../internals/engine-is-deno"),sd=ed("../internals/engine-is-node");td.exports=!od&&!sd&&typeof window=="object"&&typeof document=="object"},{"../internals/engine-is-deno":160,"../internals/engine-is-node":164}],160:[function(ed,td,rd){td.exports=typeof Deno=="object"&&Deno&&typeof Deno.version=="object"},{}],161:[function(ed,td,rd){var od=ed("../internals/engine-user-agent");td.exports=/MSIE|Trident/.test(od)},{"../internals/engine-user-agent":166}],162:[function(ed,td,rd){var od=ed("../internals/engine-user-agent");td.exports=/ipad|iphone|ipod/i.test(od)&&typeof Pebble<"u"},{"../internals/engine-user-agent":166}],163:[function(ed,td,rd){var od=ed("../internals/engine-user-agent");td.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(od)},{"../internals/engine-user-agent":166}],164:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/classof-raw");td.exports=sd(od.process)==="process"},{"../internals/classof-raw":137,"../internals/global":188}],165:[function(ed,td,rd){var od=ed("../internals/engine-user-agent");td.exports=/web0s(?!.*chrome)/i.test(od)},{"../internals/engine-user-agent":166}],166:[function(ed,td,rd){td.exports=typeof navigator<"u"&&String(navigator.userAgent)||""},{}],167:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/engine-user-agent"),ld=od.process,cd=od.Deno,ud=ld&&ld.versions||cd&&cd.version,gd=ud&&ud.v8,_d,yd;gd&&(_d=gd.split("."),yd=_d[0]>0&&_d[0]<4?1:+(_d[0]+_d[1])),!yd&&sd&&(_d=sd.match(/Edge\/(\d+)/),(!_d||_d[1]>=74)&&(_d=sd.match(/Chrome\/(\d+)/),_d&&(yd=+_d[1]))),td.exports=yd},{"../internals/engine-user-agent":166,"../internals/global":188}],168:[function(ed,td,rd){var od=ed("../internals/engine-user-agent"),sd=od.match(/AppleWebKit\/(\d+)\./);td.exports=!!sd&&+sd[1]},{"../internals/engine-user-agent":166}],169:[function(ed,td,rd){td.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},{}],170:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/object-get-own-property-descriptor").f,ld=ed("../internals/create-non-enumerable-property"),cd=ed("../internals/define-built-in"),ud=ed("../internals/define-global-property"),gd=ed("../internals/copy-constructor-properties"),_d=ed("../internals/is-forced");td.exports=function(yd,Ed){var Td=yd.target,Od=yd.global,Ad=yd.stat,Nd,kd,Id,Rd,Md,Ld;if(Od?kd=od:Ad?kd=od[Td]||ud(Td,{}):kd=(od[Td]||{}).prototype,kd)for(Id in Ed){if(Md=Ed[Id],yd.dontCallGetSet?(Ld=sd(kd,Id),Rd=Ld&&Ld.value):Rd=kd[Id],Nd=_d(Od?Id:Td+(Ad?".":"#")+Id,yd.forced),!Nd&&Rd!==void 0){if(typeof Md==typeof Rd)continue;gd(Md,Rd)}(yd.sham||Rd&&Rd.sham)&&ld(Md,"sham",!0),cd(kd,Id,Md,yd)}}},{"../internals/copy-constructor-properties":141,"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/define-global-property":151,"../internals/global":188,"../internals/is-forced":205,"../internals/object-get-own-property-descriptor":232}],171:[function(ed,td,rd){td.exports=function(od){try{return!!od()}catch{return!0}}},{}],172:[function(ed,td,rd){ed("../modules/es.regexp.exec");var od=ed("../internals/function-uncurry-this-clause"),sd=ed("../internals/define-built-in"),ld=ed("../internals/regexp-exec"),cd=ed("../internals/fails"),ud=ed("../internals/well-known-symbol"),gd=ed("../internals/create-non-enumerable-property"),_d=ud("species"),yd=RegExp.prototype;td.exports=function(Ed,Td,Od,Ad){var Nd=ud(Ed),kd=!cd(function(){var Ld={};return Ld[Nd]=function(){return 7},""[Ed](Ld)!==7}),Id=kd&&!cd(function(){var Ld=!1,jd=/a/;return Ed==="split"&&(jd={},jd.constructor={},jd.constructor[_d]=function(){return jd},jd.flags="",jd[Nd]=/./[Nd]),jd.exec=function(){return Ld=!0,null},jd[Nd](""),!Ld});if(!kd||!Id||Od){var Rd=od(/./[Nd]),Md=Td(Nd,""[Ed],function(Ld,jd,Pd,Fd,Ud){var Vd=od(Ld),qd=jd.exec;return qd===ld||qd===yd.exec?kd&&!Ud?{done:!0,value:Rd(jd,Pd,Fd)}:{done:!0,value:Vd(Pd,jd,Fd)}:{done:!1}});sd(String.prototype,Ed,Md[0]),sd(yd,Nd,Md[1])}Ad&&gd(yd[Nd],"sham",!0)}},{"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/fails":171,"../internals/function-uncurry-this-clause":180,"../internals/regexp-exec":256,"../internals/well-known-symbol":306,"../modules/es.regexp.exec":340}],173:[function(ed,td,rd){var od=ed("../internals/fails");td.exports=!od(function(){return Object.isExtensible(Object.preventExtensions({}))})},{"../internals/fails":171}],174:[function(ed,td,rd){var od=ed("../internals/function-bind-native"),sd=Function.prototype,ld=sd.apply,cd=sd.call;td.exports=typeof Reflect=="object"&&Reflect.apply||(od?cd.bind(ld):function(){return cd.apply(ld,arguments)})},{"../internals/function-bind-native":176}],175:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this-clause"),sd=ed("../internals/a-callable"),ld=ed("../internals/function-bind-native"),cd=od(od.bind);td.exports=function(ud,gd){return sd(ud),gd===void 0?ud:ld?cd(ud,gd):function(){return ud.apply(gd,arguments)}}},{"../internals/a-callable":108,"../internals/function-bind-native":176,"../internals/function-uncurry-this-clause":180}],176:[function(ed,td,rd){var od=ed("../internals/fails");td.exports=!od(function(){var sd=(function(){}).bind();return typeof sd!="function"||sd.hasOwnProperty("prototype")})},{"../internals/fails":171}],177:[function(ed,td,rd){var od=ed("../internals/function-bind-native"),sd=Function.prototype.call;td.exports=od?sd.bind(sd):function(){return sd.apply(sd,arguments)}},{"../internals/function-bind-native":176}],178:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/has-own-property"),ld=Function.prototype,cd=od&&Object.getOwnPropertyDescriptor,ud=sd(ld,"name"),gd=ud&&(function(){}).name==="something",_d=ud&&(!od||od&&cd(ld,"name").configurable);td.exports={EXISTS:ud,PROPER:gd,CONFIGURABLE:_d}},{"../internals/descriptors":153,"../internals/has-own-property":189}],179:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/a-callable");td.exports=function(ld,cd,ud){try{return od(sd(Object.getOwnPropertyDescriptor(ld,cd)[ud]))}catch{}}},{"../internals/a-callable":108,"../internals/function-uncurry-this":181}],180:[function(ed,td,rd){var od=ed("../internals/classof-raw"),sd=ed("../internals/function-uncurry-this");td.exports=function(ld){if(od(ld)==="Function")return sd(ld)}},{"../internals/classof-raw":137,"../internals/function-uncurry-this":181}],181:[function(ed,td,rd){var od=ed("../internals/function-bind-native"),sd=Function.prototype,ld=sd.call,cd=od&&sd.bind.bind(ld,ld);td.exports=od?cd:function(ud){return function(){return ld.apply(ud,arguments)}}},{"../internals/function-bind-native":176}],182:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/is-callable"),ld=function(cd){return sd(cd)?cd:void 0};td.exports=function(cd,ud){return arguments.length<2?ld(od[cd]):od[cd]&&od[cd][ud]}},{"../internals/global":188,"../internals/is-callable":203}],183:[function(ed,td,rd){var od=ed("../internals/classof"),sd=ed("../internals/get-method"),ld=ed("../internals/is-null-or-undefined"),cd=ed("../internals/iterators"),ud=ed("../internals/well-known-symbol"),gd=ud("iterator");td.exports=function(_d){if(!ld(_d))return sd(_d,gd)||sd(_d,"@@iterator")||cd[od(_d)]}},{"../internals/classof":138,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/iterators":218,"../internals/well-known-symbol":306}],184:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/a-callable"),ld=ed("../internals/an-object"),cd=ed("../internals/try-to-string"),ud=ed("../internals/get-iterator-method"),gd=TypeError;td.exports=function(_d,yd){var Ed=arguments.length<2?ud(_d):yd;if(sd(Ed))return ld(od(Ed,_d));throw new gd(cd(_d)+" is not iterable")}},{"../internals/a-callable":108,"../internals/an-object":114,"../internals/function-call":177,"../internals/get-iterator-method":183,"../internals/try-to-string":293}],185:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/is-array"),ld=ed("../internals/is-callable"),cd=ed("../internals/classof-raw"),ud=ed("../internals/to-string"),gd=od([].push);td.exports=function(_d){if(ld(_d))return _d;if(sd(_d)){for(var yd=_d.length,Ed=[],Td=0;Td<yd;Td++){var Od=_d[Td];typeof Od=="string"?gd(Ed,Od):(typeof Od=="number"||cd(Od)==="Number"||cd(Od)==="String")&&gd(Ed,ud(Od))}var Ad=Ed.length,Nd=!0;return function(kd,Id){if(Nd)return Nd=!1,Id;if(sd(this))return Id;for(var Rd=0;Rd<Ad;Rd++)if(Ed[Rd]===kd)return Id}}}},{"../internals/classof-raw":137,"../internals/function-uncurry-this":181,"../internals/is-array":201,"../internals/is-callable":203,"../internals/to-string":291}],186:[function(ed,td,rd){var od=ed("../internals/a-callable"),sd=ed("../internals/is-null-or-undefined");td.exports=function(ld,cd){var ud=ld[cd];return sd(ud)?void 0:od(ud)}},{"../internals/a-callable":108,"../internals/is-null-or-undefined":207}],187:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/to-object"),ld=Math.floor,cd=od("".charAt),ud=od("".replace),gd=od("".slice),_d=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,yd=/\$([$&'`]|\d{1,2})/g;td.exports=function(Ed,Td,Od,Ad,Nd,kd){var Id=Od+Ed.length,Rd=Ad.length,Md=yd;return Nd!==void 0&&(Nd=sd(Nd),Md=_d),ud(kd,Md,function(Ld,jd){var Pd;switch(cd(jd,0)){case"$":return"$";case"&":return Ed;case"`":return gd(Td,0,Od);case"'":return gd(Td,Id);case"<":Pd=Nd[gd(jd,1,-1)];break;default:var Fd=+jd;if(Fd===0)return Ld;if(Fd>Rd){var Ud=ld(Fd/10);return Ud===0?Ld:Ud<=Rd?Ad[Ud-1]===void 0?cd(jd,1):Ad[Ud-1]+cd(jd,1):Ld}Pd=Ad[Fd-1]}return Pd===void 0?"":Pd})}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],188:[function(ed,td,rd){(function(od){(function(){var sd=function(ld){return ld&&ld.Math===Math&&ld};td.exports=sd(typeof globalThis=="object"&&globalThis)||sd(typeof window=="object"&&window)||sd(typeof self=="object"&&self)||sd(typeof od=="object"&&od)||sd(typeof this=="object"&&this)||function(){return this}()||Function("return this")()}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],189:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/to-object"),ld=od({}.hasOwnProperty);td.exports=Object.hasOwn||function(ud,gd){return ld(sd(ud),gd)}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],190:[function(ed,td,rd){td.exports={}},{}],191:[function(ed,td,rd){td.exports=function(od,sd){try{arguments.length===1?console.error(od):console.error(od,sd)}catch{}}},{}],192:[function(ed,td,rd){var od=ed("../internals/get-built-in");td.exports=od("document","documentElement")},{"../internals/get-built-in":182}],193:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/fails"),ld=ed("../internals/document-create-element");td.exports=!od&&!sd(function(){return Object.defineProperty(ld("div"),"a",{get:function(){return 7}}).a!==7})},{"../internals/descriptors":153,"../internals/document-create-element":154,"../internals/fails":171}],194:[function(ed,td,rd){var od=Array,sd=Math.abs,ld=Math.pow,cd=Math.floor,ud=Math.log,gd=Math.LN2,_d=function(Ed,Td,Od){var Ad=od(Od),Nd=Od*8-Td-1,kd=(1<<Nd)-1,Id=kd>>1,Rd=Td===23?ld(2,-24)-ld(2,-77):0,Md=Ed<0||Ed===0&&1/Ed<0?1:0,Ld=0,jd,Pd,Fd;for(Ed=sd(Ed),Ed!==Ed||Ed===1/0?(Pd=Ed!==Ed?1:0,jd=kd):(jd=cd(ud(Ed)/gd),Fd=ld(2,-jd),Ed*Fd<1&&(jd--,Fd*=2),jd+Id>=1?Ed+=Rd/Fd:Ed+=Rd*ld(2,1-Id),Ed*Fd>=2&&(jd++,Fd/=2),jd+Id>=kd?(Pd=0,jd=kd):jd+Id>=1?(Pd=(Ed*Fd-1)*ld(2,Td),jd+=Id):(Pd=Ed*ld(2,Id-1)*ld(2,Td),jd=0));Td>=8;)Ad[Ld++]=Pd&255,Pd/=256,Td-=8;for(jd=jd<<Td|Pd,Nd+=Td;Nd>0;)Ad[Ld++]=jd&255,jd/=256,Nd-=8;return Ad[--Ld]|=Md*128,Ad},yd=function(Ed,Td){var Od=Ed.length,Ad=Od*8-Td-1,Nd=(1<<Ad)-1,kd=Nd>>1,Id=Ad-7,Rd=Od-1,Md=Ed[Rd--],Ld=Md&127,jd;for(Md>>=7;Id>0;)Ld=Ld*256+Ed[Rd--],Id-=8;for(jd=Ld&(1<<-Id)-1,Ld>>=-Id,Id+=Td;Id>0;)jd=jd*256+Ed[Rd--],Id-=8;if(Ld===0)Ld=1-kd;else{if(Ld===Nd)return jd?NaN:Md?-1/0:1/0;jd+=ld(2,Td),Ld-=kd}return(Md?-1:1)*jd*ld(2,Ld-Td)};td.exports={pack:_d,unpack:yd}},{}],195:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/fails"),ld=ed("../internals/classof-raw"),cd=Object,ud=od("".split);td.exports=sd(function(){return!cd("z").propertyIsEnumerable(0)})?function(gd){return ld(gd)==="String"?ud(gd,""):cd(gd)}:cd},{"../internals/classof-raw":137,"../internals/fails":171,"../internals/function-uncurry-this":181}],196:[function(ed,td,rd){var od=ed("../internals/is-callable"),sd=ed("../internals/is-object"),ld=ed("../internals/object-set-prototype-of");td.exports=function(cd,ud,gd){var _d,yd;return ld&&od(_d=ud.constructor)&&_d!==gd&&sd(yd=_d.prototype)&&yd!==gd.prototype&&ld(cd,yd),cd}},{"../internals/is-callable":203,"../internals/is-object":208,"../internals/object-set-prototype-of":242}],197:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/is-callable"),ld=ed("../internals/shared-store"),cd=od(Function.toString);sd(ld.inspectSource)||(ld.inspectSource=function(ud){return cd(ud)}),td.exports=ld.inspectSource},{"../internals/function-uncurry-this":181,"../internals/is-callable":203,"../internals/shared-store":268}],198:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/hidden-keys"),cd=ed("../internals/is-object"),ud=ed("../internals/has-own-property"),gd=ed("../internals/object-define-property").f,_d=ed("../internals/object-get-own-property-names"),yd=ed("../internals/object-get-own-property-names-external"),Ed=ed("../internals/object-is-extensible"),Td=ed("../internals/uid"),Od=ed("../internals/freezing"),Ad=!1,Nd=Td("meta"),kd=0,Id=function(Fd){gd(Fd,Nd,{value:{objectID:"O"+kd++,weakData:{}}})},Rd=function(Fd,Ud){if(!cd(Fd))return typeof Fd=="symbol"?Fd:(typeof Fd=="string"?"S":"P")+Fd;if(!ud(Fd,Nd)){if(!Ed(Fd))return"F";if(!Ud)return"E";Id(Fd)}return Fd[Nd].objectID},Md=function(Fd,Ud){if(!ud(Fd,Nd)){if(!Ed(Fd))return!0;if(!Ud)return!1;Id(Fd)}return Fd[Nd].weakData},Ld=function(Fd){return Od&&Ad&&Ed(Fd)&&!ud(Fd,Nd)&&Id(Fd),Fd},jd=function(){Pd.enable=function(){},Ad=!0;var Fd=_d.f,Ud=sd([].splice),Vd={};Vd[Nd]=1,Fd(Vd).length&&(_d.f=function(qd){for(var Wd=Fd(qd),zd=0,Kd=Wd.length;zd<Kd;zd++)if(Wd[zd]===Nd){Ud(Wd,zd,1);break}return Wd},od({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:yd.f}))},Pd=td.exports={enable:jd,fastKey:Rd,getWeakData:Md,onFreeze:Ld};ld[Nd]=!0},{"../internals/export":170,"../internals/freezing":173,"../internals/function-uncurry-this":181,"../internals/has-own-property":189,"../internals/hidden-keys":190,"../internals/is-object":208,"../internals/object-define-property":231,"../internals/object-get-own-property-names":234,"../internals/object-get-own-property-names-external":233,"../internals/object-is-extensible":237,"../internals/uid":299}],199:[function(ed,td,rd){var od=ed("../internals/weak-map-basic-detection"),sd=ed("../internals/global"),ld=ed("../internals/is-object"),cd=ed("../internals/create-non-enumerable-property"),ud=ed("../internals/has-own-property"),gd=ed("../internals/shared-store"),_d=ed("../internals/shared-key"),yd=ed("../internals/hidden-keys"),Ed="Object already initialized",Td=sd.TypeError,Od=sd.WeakMap,Ad,Nd,kd,Id=function(jd){return kd(jd)?Nd(jd):Ad(jd,{})},Rd=function(jd){return function(Pd){var Fd;if(!ld(Pd)||(Fd=Nd(Pd)).type!==jd)throw new Td("Incompatible receiver, "+jd+" required");return Fd}};if(od||gd.state){var Md=gd.state||(gd.state=new Od);Md.get=Md.get,Md.has=Md.has,Md.set=Md.set,Ad=function(jd,Pd){if(Md.has(jd))throw new Td(Ed);return Pd.facade=jd,Md.set(jd,Pd),Pd},Nd=function(jd){return Md.get(jd)||{}},kd=function(jd){return Md.has(jd)}}else{var Ld=_d("state");yd[Ld]=!0,Ad=function(jd,Pd){if(ud(jd,Ld))throw new Td(Ed);return Pd.facade=jd,cd(jd,Ld,Pd),Pd},Nd=function(jd){return ud(jd,Ld)?jd[Ld]:{}},kd=function(jd){return ud(jd,Ld)}}td.exports={set:Ad,get:Nd,has:kd,enforce:Id,getterFor:Rd}},{"../internals/create-non-enumerable-property":145,"../internals/global":188,"../internals/has-own-property":189,"../internals/hidden-keys":190,"../internals/is-object":208,"../internals/shared-key":267,"../internals/shared-store":268,"../internals/weak-map-basic-detection":303}],200:[function(ed,td,rd){var od=ed("../internals/well-known-symbol"),sd=ed("../internals/iterators"),ld=od("iterator"),cd=Array.prototype;td.exports=function(ud){return ud!==void 0&&(sd.Array===ud||cd[ld]===ud)}},{"../internals/iterators":218,"../internals/well-known-symbol":306}],201:[function(ed,td,rd){var od=ed("../internals/classof-raw");td.exports=Array.isArray||function(ld){return od(ld)==="Array"}},{"../internals/classof-raw":137}],202:[function(ed,td,rd){var od=ed("../internals/classof");td.exports=function(sd){var ld=od(sd);return ld==="BigInt64Array"||ld==="BigUint64Array"}},{"../internals/classof":138}],203:[function(ed,td,rd){var od=typeof document=="object"&&document.all;td.exports=typeof od>"u"&&od!==void 0?function(sd){return typeof sd=="function"||sd===od}:function(sd){return typeof sd=="function"}},{}],204:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/fails"),ld=ed("../internals/is-callable"),cd=ed("../internals/classof"),ud=ed("../internals/get-built-in"),gd=ed("../internals/inspect-source"),_d=function(){},yd=[],Ed=ud("Reflect","construct"),Td=/^\s*(?:class|function)\b/,Od=od(Td.exec),Ad=!Td.test(_d),Nd=function(Rd){if(!ld(Rd))return!1;try{return Ed(_d,yd,Rd),!0}catch{return!1}},kd=function(Rd){if(!ld(Rd))return!1;switch(cd(Rd)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Ad||!!Od(Td,gd(Rd))}catch{return!0}};kd.sham=!0,td.exports=!Ed||sd(function(){var Id;return Nd(Nd.call)||!Nd(Object)||!Nd(function(){Id=!0})||Id})?kd:Nd},{"../internals/classof":138,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/get-built-in":182,"../internals/inspect-source":197,"../internals/is-callable":203}],205:[function(ed,td,rd){var od=ed("../internals/fails"),sd=ed("../internals/is-callable"),ld=/#|\.prototype\./,cd=function(Ed,Td){var Od=gd[ud(Ed)];return Od===yd?!0:Od===_d?!1:sd(Td)?od(Td):!!Td},ud=cd.normalize=function(Ed){return String(Ed).replace(ld,".").toLowerCase()},gd=cd.data={},_d=cd.NATIVE="N",yd=cd.POLYFILL="P";td.exports=cd},{"../internals/fails":171,"../internals/is-callable":203}],206:[function(ed,td,rd){var od=ed("../internals/is-object"),sd=Math.floor;td.exports=Number.isInteger||function(cd){return!od(cd)&&isFinite(cd)&&sd(cd)===cd}},{"../internals/is-object":208}],207:[function(ed,td,rd){td.exports=function(od){return od==null}},{}],208:[function(ed,td,rd){var od=ed("../internals/is-callable");td.exports=function(sd){return typeof sd=="object"?sd!==null:od(sd)}},{"../internals/is-callable":203}],209:[function(ed,td,rd){var od=ed("../internals/is-object");td.exports=function(sd){return od(sd)||sd===null}},{"../internals/is-object":208}],210:[function(ed,td,rd){td.exports=!1},{}],211:[function(ed,td,rd){var od=ed("../internals/is-object"),sd=ed("../internals/classof-raw"),ld=ed("../internals/well-known-symbol"),cd=ld("match");td.exports=function(ud){var gd;return od(ud)&&((gd=ud[cd])!==void 0?!!gd:sd(ud)==="RegExp")}},{"../internals/classof-raw":137,"../internals/is-object":208,"../internals/well-known-symbol":306}],212:[function(ed,td,rd){var od=ed("../internals/get-built-in"),sd=ed("../internals/is-callable"),ld=ed("../internals/object-is-prototype-of"),cd=ed("../internals/use-symbol-as-uid"),ud=Object;td.exports=cd?function(gd){return typeof gd=="symbol"}:function(gd){var _d=od("Symbol");return sd(_d)&&ld(_d.prototype,ud(gd))}},{"../internals/get-built-in":182,"../internals/is-callable":203,"../internals/object-is-prototype-of":238,"../internals/use-symbol-as-uid":300}],213:[function(ed,td,rd){var od=ed("../internals/function-bind-context"),sd=ed("../internals/function-call"),ld=ed("../internals/an-object"),cd=ed("../internals/try-to-string"),ud=ed("../internals/is-array-iterator-method"),gd=ed("../internals/length-of-array-like"),_d=ed("../internals/object-is-prototype-of"),yd=ed("../internals/get-iterator"),Ed=ed("../internals/get-iterator-method"),Td=ed("../internals/iterator-close"),Od=TypeError,Ad=function(kd,Id){this.stopped=kd,this.result=Id},Nd=Ad.prototype;td.exports=function(kd,Id,Rd){var Md=Rd&&Rd.that,Ld=!!(Rd&&Rd.AS_ENTRIES),jd=!!(Rd&&Rd.IS_RECORD),Pd=!!(Rd&&Rd.IS_ITERATOR),Fd=!!(Rd&&Rd.INTERRUPTED),Ud=od(Id,Md),Vd,qd,Wd,zd,Kd,Qd,hf,gf=function(kf){return Vd&&Td(Vd,"normal",kf),new Ad(!0,kf)},bf=function(kf){return Ld?(ld(kf),Fd?Ud(kf[0],kf[1],gf):Ud(kf[0],kf[1])):Fd?Ud(kf,gf):Ud(kf)};if(jd)Vd=kd.iterator;else if(Pd)Vd=kd;else{if(qd=Ed(kd),!qd)throw new Od(cd(kd)+" is not iterable");if(ud(qd)){for(Wd=0,zd=gd(kd);zd>Wd;Wd++)if(Kd=bf(kd[Wd]),Kd&&_d(Nd,Kd))return Kd;return new Ad(!1)}Vd=yd(kd,qd)}for(Qd=jd?kd.next:Vd.next;!(hf=sd(Qd,Vd)).done;){try{Kd=bf(hf.value)}catch(kf){Td(Vd,"throw",kf)}if(typeof Kd=="object"&&Kd&&_d(Nd,Kd))return Kd}return new Ad(!1)}},{"../internals/an-object":114,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/iterator-close":214,"../internals/length-of-array-like":219,"../internals/object-is-prototype-of":238,"../internals/try-to-string":293}],214:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/an-object"),ld=ed("../internals/get-method");td.exports=function(cd,ud,gd){var _d,yd;sd(cd);try{if(_d=ld(cd,"return"),!_d){if(ud==="throw")throw gd;return gd}_d=od(_d,cd)}catch(Ed){yd=!0,_d=Ed}if(ud==="throw")throw gd;if(yd)throw _d;return sd(_d),gd}},{"../internals/an-object":114,"../internals/function-call":177,"../internals/get-method":186}],215:[function(ed,td,rd){var od=ed("../internals/iterators-core").IteratorPrototype,sd=ed("../internals/object-create"),ld=ed("../internals/create-property-descriptor"),cd=ed("../internals/set-to-string-tag"),ud=ed("../internals/iterators"),gd=function(){return this};td.exports=function(_d,yd,Ed,Td){var Od=yd+" Iterator";return _d.prototype=sd(od,{next:ld(+!Td,Ed)}),cd(_d,Od,!1,!0),ud[Od]=gd,_d}},{"../internals/create-property-descriptor":146,"../internals/iterators":218,"../internals/iterators-core":217,"../internals/object-create":229,"../internals/set-to-string-tag":266}],216:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-call"),ld=ed("../internals/is-pure"),cd=ed("../internals/function-name"),ud=ed("../internals/is-callable"),gd=ed("../internals/iterator-create-constructor"),_d=ed("../internals/object-get-prototype-of"),yd=ed("../internals/object-set-prototype-of"),Ed=ed("../internals/set-to-string-tag"),Td=ed("../internals/create-non-enumerable-property"),Od=ed("../internals/define-built-in"),Ad=ed("../internals/well-known-symbol"),Nd=ed("../internals/iterators"),kd=ed("../internals/iterators-core"),Id=cd.PROPER,Rd=cd.CONFIGURABLE,Md=kd.IteratorPrototype,Ld=kd.BUGGY_SAFARI_ITERATORS,jd=Ad("iterator"),Pd="keys",Fd="values",Ud="entries",Vd=function(){return this};td.exports=function(qd,Wd,zd,Kd,Qd,hf,gf){gd(zd,Wd,Kd);var bf=function(Ff){if(Ff===Qd&&Mf)return Mf;if(!Ld&&Ff&&Ff in Ef)return Ef[Ff];switch(Ff){case Pd:return function(){return new zd(this,Ff)};case Fd:return function(){return new zd(this,Ff)};case Ud:return function(){return new zd(this,Ff)}}return function(){return new zd(this)}},kf=Wd+" Iterator",Cf=!1,Ef=qd.prototype,yf=Ef[jd]||Ef["@@iterator"]||Qd&&Ef[Qd],Mf=!Ld&&yf||bf(Qd),Af=Wd==="Array"&&Ef.entries||yf,Zd,mf,Pf;if(Af&&(Zd=_d(Af.call(new qd)),Zd!==Object.prototype&&Zd.next&&(!ld&&_d(Zd)!==Md&&(yd?yd(Zd,Md):ud(Zd[jd])||Od(Zd,jd,Vd)),Ed(Zd,kf,!0,!0),ld&&(Nd[kf]=Vd))),Id&&Qd===Fd&&yf&&yf.name!==Fd&&(!ld&&Rd?Td(Ef,"name",Fd):(Cf=!0,Mf=function(){return sd(yf,this)})),Qd)if(mf={values:bf(Fd),keys:hf?Mf:bf(Pd),entries:bf(Ud)},gf)for(Pf in mf)(Ld||Cf||!(Pf in Ef))&&Od(Ef,Pf,mf[Pf]);else od({target:Wd,proto:!0,forced:Ld||Cf},mf);return(!ld||gf)&&Ef[jd]!==Mf&&Od(Ef,jd,Mf,{name:Qd}),Nd[Wd]=Mf,mf}},{"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/export":170,"../internals/function-call":177,"../internals/function-name":178,"../internals/is-callable":203,"../internals/is-pure":210,"../internals/iterator-create-constructor":215,"../internals/iterators":218,"../internals/iterators-core":217,"../internals/object-get-prototype-of":236,"../internals/object-set-prototype-of":242,"../internals/set-to-string-tag":266,"../internals/well-known-symbol":306}],217:[function(ed,td,rd){var od=ed("../internals/fails"),sd=ed("../internals/is-callable"),ld=ed("../internals/is-object"),cd=ed("../internals/object-create"),ud=ed("../internals/object-get-prototype-of"),gd=ed("../internals/define-built-in"),_d=ed("../internals/well-known-symbol"),yd=ed("../internals/is-pure"),Ed=_d("iterator"),Td=!1,Od,Ad,Nd;[].keys&&(Nd=[].keys(),"next"in Nd?(Ad=ud(ud(Nd)),Ad!==Object.prototype&&(Od=Ad)):Td=!0);var kd=!ld(Od)||od(function(){var Id={};return Od[Ed].call(Id)!==Id});kd?Od={}:yd&&(Od=cd(Od)),sd(Od[Ed])||gd(Od,Ed,function(){return this}),td.exports={IteratorPrototype:Od,BUGGY_SAFARI_ITERATORS:Td}},{"../internals/define-built-in":149,"../internals/fails":171,"../internals/is-callable":203,"../internals/is-object":208,"../internals/is-pure":210,"../internals/object-create":229,"../internals/object-get-prototype-of":236,"../internals/well-known-symbol":306}],218:[function(ed,td,rd){arguments[4][190][0].apply(rd,arguments)},{dup:190}],219:[function(ed,td,rd){var od=ed("../internals/to-length");td.exports=function(sd){return od(sd.length)}},{"../internals/to-length":284}],220:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/fails"),ld=ed("../internals/is-callable"),cd=ed("../internals/has-own-property"),ud=ed("../internals/descriptors"),gd=ed("../internals/function-name").CONFIGURABLE,_d=ed("../internals/inspect-source"),yd=ed("../internals/internal-state"),Ed=yd.enforce,Td=yd.get,Od=String,Ad=Object.defineProperty,Nd=od("".slice),kd=od("".replace),Id=od([].join),Rd=ud&&!sd(function(){return Ad(function(){},"length",{value:8}).length!==8}),Md=String(String).split("String"),Ld=td.exports=function(jd,Pd,Fd){Nd(Od(Pd),0,7)==="Symbol("&&(Pd="["+kd(Od(Pd),/^Symbol\(([^)]*)\)/,"$1")+"]"),Fd&&Fd.getter&&(Pd="get "+Pd),Fd&&Fd.setter&&(Pd="set "+Pd),(!cd(jd,"name")||gd&&jd.name!==Pd)&&(ud?Ad(jd,"name",{value:Pd,configurable:!0}):jd.name=Pd),Rd&&Fd&&cd(Fd,"arity")&&jd.length!==Fd.arity&&Ad(jd,"length",{value:Fd.arity});try{Fd&&cd(Fd,"constructor")&&Fd.constructor?ud&&Ad(jd,"prototype",{writable:!1}):jd.prototype&&(jd.prototype=void 0)}catch{}var Ud=Ed(jd);return cd(Ud,"source")||(Ud.source=Id(Md,typeof Pd=="string"?Pd:"")),jd};Function.prototype.toString=Ld(function(){return ld(this)&&Td(this).source||_d(this)},"toString")},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-name":178,"../internals/function-uncurry-this":181,"../internals/has-own-property":189,"../internals/inspect-source":197,"../internals/internal-state":199,"../internals/is-callable":203}],221:[function(ed,td,rd){var od=ed("../internals/math-sign"),sd=Math.abs,ld=2220446049250313e-31,cd=1/ld,ud=function(gd){return gd+cd-cd};td.exports=function(gd,_d,yd,Ed){var Td=+gd,Od=sd(Td),Ad=od(Td);if(Od<Ed)return Ad*ud(Od/Ed/_d)*Ed*_d;var Nd=(1+_d/ld)*Od,kd=Nd-(Nd-Od);return kd>yd||kd!==kd?Ad*(1/0):Ad*kd}},{"../internals/math-sign":223}],222:[function(ed,td,rd){var od=ed("../internals/math-float-round"),sd=11920928955078125e-23,ld=34028234663852886e22,cd=11754943508222875e-54;td.exports=Math.fround||function(gd){return od(gd,sd,ld,cd)}},{"../internals/math-float-round":221}],223:[function(ed,td,rd){td.exports=Math.sign||function(sd){var ld=+sd;return ld===0||ld!==ld?ld:ld<0?-1:1}},{}],224:[function(ed,td,rd){var od=Math.ceil,sd=Math.floor;td.exports=Math.trunc||function(cd){var ud=+cd;return(ud>0?sd:od)(ud)}},{}],225:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/safe-get-built-in"),ld=ed("../internals/function-bind-context"),cd=ed("../internals/task").set,ud=ed("../internals/queue"),gd=ed("../internals/engine-is-ios"),_d=ed("../internals/engine-is-ios-pebble"),yd=ed("../internals/engine-is-webos-webkit"),Ed=ed("../internals/engine-is-node"),Td=od.MutationObserver||od.WebKitMutationObserver,Od=od.document,Ad=od.process,Nd=od.Promise,kd=sd("queueMicrotask"),Id,Rd,Md,Ld,jd;if(!kd){var Pd=new ud,Fd=function(){var Ud,Vd;for(Ed&&(Ud=Ad.domain)&&Ud.exit();Vd=Pd.get();)try{Vd()}catch(qd){throw Pd.head&&Id(),qd}Ud&&Ud.enter()};!gd&&!Ed&&!yd&&Td&&Od?(Rd=!0,Md=Od.createTextNode(""),new Td(Fd).observe(Md,{characterData:!0}),Id=function(){Md.data=Rd=!Rd}):!_d&&Nd&&Nd.resolve?(Ld=Nd.resolve(void 0),Ld.constructor=Nd,jd=ld(Ld.then,Ld),Id=function(){jd(Fd)}):Ed?Id=function(){Ad.nextTick(Fd)}:(cd=ld(cd,od),Id=function(){cd(Fd)}),kd=function(Ud){Pd.head||Id(),Pd.add(Ud)}}td.exports=kd},{"../internals/engine-is-ios":163,"../internals/engine-is-ios-pebble":162,"../internals/engine-is-node":164,"../internals/engine-is-webos-webkit":165,"../internals/function-bind-context":175,"../internals/global":188,"../internals/queue":254,"../internals/safe-get-built-in":263,"../internals/task":277}],226:[function(ed,td,rd){var od=ed("../internals/a-callable"),sd=TypeError,ld=function(cd){var ud,gd;this.promise=new cd(function(_d,yd){if(ud!==void 0||gd!==void 0)throw new sd("Bad Promise constructor");ud=_d,gd=yd}),this.resolve=od(ud),this.reject=od(gd)};td.exports.f=function(cd){return new ld(cd)}},{"../internals/a-callable":108}],227:[function(ed,td,rd){var od=ed("../internals/is-regexp"),sd=TypeError;td.exports=function(ld){if(od(ld))throw new sd("The method doesn't accept regular expressions");return ld}},{"../internals/is-regexp":211}],228:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/function-call"),cd=ed("../internals/fails"),ud=ed("../internals/object-keys"),gd=ed("../internals/object-get-own-property-symbols"),_d=ed("../internals/object-property-is-enumerable"),yd=ed("../internals/to-object"),Ed=ed("../internals/indexed-object"),Td=Object.assign,Od=Object.defineProperty,Ad=sd([].concat);td.exports=!Td||cd(function(){if(od&&Td({b:1},Td(Od({},"a",{enumerable:!0,get:function(){Od(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var Nd={},kd={},Id=Symbol("assign detection"),Rd="abcdefghijklmnopqrst";return Nd[Id]=7,Rd.split("").forEach(function(Md){kd[Md]=Md}),Td({},Nd)[Id]!==7||ud(Td({},kd)).join("")!==Rd})?function(kd,Id){for(var Rd=yd(kd),Md=arguments.length,Ld=1,jd=gd.f,Pd=_d.f;Md>Ld;)for(var Fd=Ed(arguments[Ld++]),Ud=jd?Ad(ud(Fd),jd(Fd)):ud(Fd),Vd=Ud.length,qd=0,Wd;Vd>qd;)Wd=Ud[qd++],(!od||ld(Pd,Fd,Wd))&&(Rd[Wd]=Fd[Wd]);return Rd}:Td},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/indexed-object":195,"../internals/object-get-own-property-symbols":235,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/to-object":285}],229:[function(ed,td,rd){var od=ed("../internals/an-object"),sd=ed("../internals/object-define-properties"),ld=ed("../internals/enum-bug-keys"),cd=ed("../internals/hidden-keys"),ud=ed("../internals/html"),gd=ed("../internals/document-create-element"),_d=ed("../internals/shared-key"),yd=">",Ed="<",Td="prototype",Od="script",Ad=_d("IE_PROTO"),Nd=function(){},kd=function(jd){return Ed+Od+yd+jd+Ed+"/"+Od+yd},Id=function(jd){jd.write(kd("")),jd.close();var Pd=jd.parentWindow.Object;return jd=null,Pd},Rd=function(){var jd=gd("iframe"),Pd="java"+Od+":",Fd;return jd.style.display="none",ud.appendChild(jd),jd.src=String(Pd),Fd=jd.contentWindow.document,Fd.open(),Fd.write(kd("document.F=Object")),Fd.close(),Fd.F},Md,Ld=function(){try{Md=new ActiveXObject("htmlfile")}catch{}Ld=typeof document<"u"?document.domain&&Md?Id(Md):Rd():Id(Md);for(var jd=ld.length;jd--;)delete Ld[Td][ld[jd]];return Ld()};cd[Ad]=!0,td.exports=Object.create||function(Pd,Fd){var Ud;return Pd!==null?(Nd[Td]=od(Pd),Ud=new Nd,Nd[Td]=null,Ud[Ad]=Pd):Ud=Ld(),Fd===void 0?Ud:sd.f(Ud,Fd)}},{"../internals/an-object":114,"../internals/document-create-element":154,"../internals/enum-bug-keys":169,"../internals/hidden-keys":190,"../internals/html":192,"../internals/object-define-properties":230,"../internals/shared-key":267}],230:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/v8-prototype-define-bug"),ld=ed("../internals/object-define-property"),cd=ed("../internals/an-object"),ud=ed("../internals/to-indexed-object"),gd=ed("../internals/object-keys");rd.f=od&&!sd?Object.defineProperties:function(yd,Ed){cd(yd);for(var Td=ud(Ed),Od=gd(Ed),Ad=Od.length,Nd=0,kd;Ad>Nd;)ld.f(yd,kd=Od[Nd++],Td[kd]);return yd}},{"../internals/an-object":114,"../internals/descriptors":153,"../internals/object-define-property":231,"../internals/object-keys":240,"../internals/to-indexed-object":282,"../internals/v8-prototype-define-bug":301}],231:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/ie8-dom-define"),ld=ed("../internals/v8-prototype-define-bug"),cd=ed("../internals/an-object"),ud=ed("../internals/to-property-key"),gd=TypeError,_d=Object.defineProperty,yd=Object.getOwnPropertyDescriptor,Ed="enumerable",Td="configurable",Od="writable";rd.f=od?ld?function(Nd,kd,Id){if(cd(Nd),kd=ud(kd),cd(Id),typeof Nd=="function"&&kd==="prototype"&&"value"in Id&&Od in Id&&!Id[Od]){var Rd=yd(Nd,kd);Rd&&Rd[Od]&&(Nd[kd]=Id.value,Id={configurable:Td in Id?Id[Td]:Rd[Td],enumerable:Ed in Id?Id[Ed]:Rd[Ed],writable:!1})}return _d(Nd,kd,Id)}:_d:function(Nd,kd,Id){if(cd(Nd),kd=ud(kd),cd(Id),sd)try{return _d(Nd,kd,Id)}catch{}if("get"in Id||"set"in Id)throw new gd("Accessors not supported");return"value"in Id&&(Nd[kd]=Id.value),Nd}},{"../internals/an-object":114,"../internals/descriptors":153,"../internals/ie8-dom-define":193,"../internals/to-property-key":289,"../internals/v8-prototype-define-bug":301}],232:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/function-call"),ld=ed("../internals/object-property-is-enumerable"),cd=ed("../internals/create-property-descriptor"),ud=ed("../internals/to-indexed-object"),gd=ed("../internals/to-property-key"),_d=ed("../internals/has-own-property"),yd=ed("../internals/ie8-dom-define"),Ed=Object.getOwnPropertyDescriptor;rd.f=od?Ed:function(Od,Ad){if(Od=ud(Od),Ad=gd(Ad),yd)try{return Ed(Od,Ad)}catch{}if(_d(Od,Ad))return cd(!sd(ld.f,Od,Ad),Od[Ad])}},{"../internals/create-property-descriptor":146,"../internals/descriptors":153,"../internals/function-call":177,"../internals/has-own-property":189,"../internals/ie8-dom-define":193,"../internals/object-property-is-enumerable":241,"../internals/to-indexed-object":282,"../internals/to-property-key":289}],233:[function(ed,td,rd){var od=ed("../internals/classof-raw"),sd=ed("../internals/to-indexed-object"),ld=ed("../internals/object-get-own-property-names").f,cd=ed("../internals/array-slice"),ud=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],gd=function(_d){try{return ld(_d)}catch{return cd(ud)}};td.exports.f=function(yd){return ud&&od(yd)==="Window"?gd(yd):ld(sd(yd))}},{"../internals/array-slice":131,"../internals/classof-raw":137,"../internals/object-get-own-property-names":234,"../internals/to-indexed-object":282}],234:[function(ed,td,rd){var od=ed("../internals/object-keys-internal"),sd=ed("../internals/enum-bug-keys"),ld=sd.concat("length","prototype");rd.f=Object.getOwnPropertyNames||function(ud){return od(ud,ld)}},{"../internals/enum-bug-keys":169,"../internals/object-keys-internal":239}],235:[function(ed,td,rd){rd.f=Object.getOwnPropertySymbols},{}],236:[function(ed,td,rd){var od=ed("../internals/has-own-property"),sd=ed("../internals/is-callable"),ld=ed("../internals/to-object"),cd=ed("../internals/shared-key"),ud=ed("../internals/correct-prototype-getter"),gd=cd("IE_PROTO"),_d=Object,yd=_d.prototype;td.exports=ud?_d.getPrototypeOf:function(Ed){var Td=ld(Ed);if(od(Td,gd))return Td[gd];var Od=Td.constructor;return sd(Od)&&Td instanceof Od?Od.prototype:Td instanceof _d?yd:null}},{"../internals/correct-prototype-getter":143,"../internals/has-own-property":189,"../internals/is-callable":203,"../internals/shared-key":267,"../internals/to-object":285}],237:[function(ed,td,rd){var od=ed("../internals/fails"),sd=ed("../internals/is-object"),ld=ed("../internals/classof-raw"),cd=ed("../internals/array-buffer-non-extensible"),ud=Object.isExtensible,gd=od(function(){});td.exports=gd||cd?function(yd){return!sd(yd)||cd&&ld(yd)==="ArrayBuffer"?!1:ud?ud(yd):!0}:ud},{"../internals/array-buffer-non-extensible":116,"../internals/classof-raw":137,"../internals/fails":171,"../internals/is-object":208}],238:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this");td.exports=od({}.isPrototypeOf)},{"../internals/function-uncurry-this":181}],239:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/has-own-property"),ld=ed("../internals/to-indexed-object"),cd=ed("../internals/array-includes").indexOf,ud=ed("../internals/hidden-keys"),gd=od([].push);td.exports=function(_d,yd){var Ed=ld(_d),Td=0,Od=[],Ad;for(Ad in Ed)!sd(ud,Ad)&&sd(Ed,Ad)&&gd(Od,Ad);for(;yd.length>Td;)sd(Ed,Ad=yd[Td++])&&(~cd(Od,Ad)||gd(Od,Ad));return Od}},{"../internals/array-includes":124,"../internals/function-uncurry-this":181,"../internals/has-own-property":189,"../internals/hidden-keys":190,"../internals/to-indexed-object":282}],240:[function(ed,td,rd){var od=ed("../internals/object-keys-internal"),sd=ed("../internals/enum-bug-keys");td.exports=Object.keys||function(cd){return od(cd,sd)}},{"../internals/enum-bug-keys":169,"../internals/object-keys-internal":239}],241:[function(ed,td,rd){var od={}.propertyIsEnumerable,sd=Object.getOwnPropertyDescriptor,ld=sd&&!od.call({1:2},1);rd.f=ld?function(ud){var gd=sd(this,ud);return!!gd&&gd.enumerable}:od},{}],242:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this-accessor"),sd=ed("../internals/an-object"),ld=ed("../internals/a-possible-prototype");td.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var cd=!1,ud={},gd;try{gd=od(Object.prototype,"__proto__","set"),gd(ud,[]),cd=ud instanceof Array}catch{}return function(yd,Ed){return sd(yd),ld(Ed),cd?gd(yd,Ed):yd.__proto__=Ed,yd}}():void 0)},{"../internals/a-possible-prototype":110,"../internals/an-object":114,"../internals/function-uncurry-this-accessor":179}],243:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/fails"),ld=ed("../internals/function-uncurry-this"),cd=ed("../internals/object-get-prototype-of"),ud=ed("../internals/object-keys"),gd=ed("../internals/to-indexed-object"),_d=ed("../internals/object-property-is-enumerable").f,yd=ld(_d),Ed=ld([].push),Td=od&&sd(function(){var Ad=Object.create(null);return Ad[2]=2,!yd(Ad,2)}),Od=function(Ad){return function(Nd){for(var kd=gd(Nd),Id=ud(kd),Rd=Td&&cd(kd)===null,Md=Id.length,Ld=0,jd=[],Pd;Md>Ld;)Pd=Id[Ld++],(!od||(Rd?Pd in kd:yd(kd,Pd)))&&Ed(jd,Ad?[Pd,kd[Pd]]:kd[Pd]);return jd}};td.exports={entries:Od(!0),values:Od(!1)}},{"../internals/descriptors":153,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/object-get-prototype-of":236,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/to-indexed-object":282}],244:[function(ed,td,rd){var od=ed("../internals/to-string-tag-support"),sd=ed("../internals/classof");td.exports=od?{}.toString:function(){return"[object "+sd(this)+"]"}},{"../internals/classof":138,"../internals/to-string-tag-support":290}],245:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/is-callable"),ld=ed("../internals/is-object"),cd=TypeError;td.exports=function(ud,gd){var _d,yd;if(gd==="string"&&sd(_d=ud.toString)&&!ld(yd=od(_d,ud))||sd(_d=ud.valueOf)&&!ld(yd=od(_d,ud))||gd!=="string"&&sd(_d=ud.toString)&&!ld(yd=od(_d,ud)))return yd;throw new cd("Can't convert object to primitive value")}},{"../internals/function-call":177,"../internals/is-callable":203,"../internals/is-object":208}],246:[function(ed,td,rd){var od=ed("../internals/get-built-in"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/object-get-own-property-names"),cd=ed("../internals/object-get-own-property-symbols"),ud=ed("../internals/an-object"),gd=sd([].concat);td.exports=od("Reflect","ownKeys")||function(yd){var Ed=ld.f(ud(yd)),Td=cd.f;return Td?gd(Ed,Td(yd)):Ed}},{"../internals/an-object":114,"../internals/function-uncurry-this":181,"../internals/get-built-in":182,"../internals/object-get-own-property-names":234,"../internals/object-get-own-property-symbols":235}],247:[function(ed,td,rd){var od=ed("../internals/global");td.exports=od},{"../internals/global":188}],248:[function(ed,td,rd){td.exports=function(od){try{return{error:!1,value:od()}}catch(sd){return{error:!0,value:sd}}}},{}],249:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/promise-native-constructor"),ld=ed("../internals/is-callable"),cd=ed("../internals/is-forced"),ud=ed("../internals/inspect-source"),gd=ed("../internals/well-known-symbol"),_d=ed("../internals/engine-is-browser"),yd=ed("../internals/engine-is-deno"),Ed=ed("../internals/is-pure"),Td=ed("../internals/engine-v8-version"),Od=sd&&sd.prototype,Ad=gd("species"),Nd=!1,kd=ld(od.PromiseRejectionEvent),Id=cd("Promise",function(){var Rd=ud(sd),Md=Rd!==String(sd);if(!Md&&Td===66||Ed&&!(Od.catch&&Od.finally))return!0;if(!Td||Td<51||!/native code/.test(Rd)){var Ld=new sd(function(Fd){Fd(1)}),jd=function(Fd){Fd(function(){},function(){})},Pd=Ld.constructor={};if(Pd[Ad]=jd,Nd=Ld.then(function(){})instanceof jd,!Nd)return!0}return!Md&&(_d||yd)&&!kd});td.exports={CONSTRUCTOR:Id,REJECTION_EVENT:kd,SUBCLASSING:Nd}},{"../internals/engine-is-browser":159,"../internals/engine-is-deno":160,"../internals/engine-v8-version":167,"../internals/global":188,"../internals/inspect-source":197,"../internals/is-callable":203,"../internals/is-forced":205,"../internals/is-pure":210,"../internals/promise-native-constructor":250,"../internals/well-known-symbol":306}],250:[function(ed,td,rd){var od=ed("../internals/global");td.exports=od.Promise},{"../internals/global":188}],251:[function(ed,td,rd){var od=ed("../internals/an-object"),sd=ed("../internals/is-object"),ld=ed("../internals/new-promise-capability");td.exports=function(cd,ud){if(od(cd),sd(ud)&&ud.constructor===cd)return ud;var gd=ld.f(cd),_d=gd.resolve;return _d(ud),gd.promise}},{"../internals/an-object":114,"../internals/is-object":208,"../internals/new-promise-capability":226}],252:[function(ed,td,rd){var od=ed("../internals/promise-native-constructor"),sd=ed("../internals/check-correctness-of-iteration"),ld=ed("../internals/promise-constructor-detection").CONSTRUCTOR;td.exports=ld||!sd(function(cd){od.all(cd).then(void 0,function(){})})},{"../internals/check-correctness-of-iteration":136,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250}],253:[function(ed,td,rd){var od=ed("../internals/object-define-property").f;td.exports=function(sd,ld,cd){cd in sd||od(sd,cd,{configurable:!0,get:function(){return ld[cd]},set:function(ud){ld[cd]=ud}})}},{"../internals/object-define-property":231}],254:[function(ed,td,rd){var od=function(){this.head=null,this.tail=null};od.prototype={add:function(sd){var ld={item:sd,next:null},cd=this.tail;cd?cd.next=ld:this.head=ld,this.tail=ld},get:function(){var sd=this.head;if(sd){var ld=this.head=sd.next;return ld===null&&(this.tail=null),sd.item}}},td.exports=od},{}],255:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/an-object"),ld=ed("../internals/is-callable"),cd=ed("../internals/classof-raw"),ud=ed("../internals/regexp-exec"),gd=TypeError;td.exports=function(_d,yd){var Ed=_d.exec;if(ld(Ed)){var Td=od(Ed,_d,yd);return Td!==null&&sd(Td),Td}if(cd(_d)==="RegExp")return od(ud,_d,yd);throw new gd("RegExp#exec called on incompatible receiver")}},{"../internals/an-object":114,"../internals/classof-raw":137,"../internals/function-call":177,"../internals/is-callable":203,"../internals/regexp-exec":256}],256:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/to-string"),cd=ed("../internals/regexp-flags"),ud=ed("../internals/regexp-sticky-helpers"),gd=ed("../internals/shared"),_d=ed("../internals/object-create"),yd=ed("../internals/internal-state").get,Ed=ed("../internals/regexp-unsupported-dot-all"),Td=ed("../internals/regexp-unsupported-ncg"),Od=gd("native-string-replace",String.prototype.replace),Ad=RegExp.prototype.exec,Nd=Ad,kd=sd("".charAt),Id=sd("".indexOf),Rd=sd("".replace),Md=sd("".slice),Ld=function(){var Ud=/a/,Vd=/b*/g;return od(Ad,Ud,"a"),od(Ad,Vd,"a"),Ud.lastIndex!==0||Vd.lastIndex!==0}(),jd=ud.BROKEN_CARET,Pd=/()??/.exec("")[1]!==void 0,Fd=Ld||Pd||jd||Ed||Td;Fd&&(Nd=function(Vd){var qd=this,Wd=yd(qd),zd=ld(Vd),Kd=Wd.raw,Qd,hf,gf,bf,kf,Cf,Ef;if(Kd)return Kd.lastIndex=qd.lastIndex,Qd=od(Nd,Kd,zd),qd.lastIndex=Kd.lastIndex,Qd;var yf=Wd.groups,Mf=jd&&qd.sticky,Af=od(cd,qd),Zd=qd.source,mf=0,Pf=zd;if(Mf&&(Af=Rd(Af,"y",""),Id(Af,"g")===-1&&(Af+="g"),Pf=Md(zd,qd.lastIndex),qd.lastIndex>0&&(!qd.multiline||qd.multiline&&kd(zd,qd.lastIndex-1)!==`
`)&&(Zd="(?: "+Zd+")",Pf=" "+Pf,mf++),hf=new RegExp("^(?:"+Zd+")",Af)),Pd&&(hf=new RegExp("^"+Zd+"$(?!\\s)",Af)),Ld&&(gf=qd.lastIndex),bf=od(Ad,Mf?hf:qd,Pf),Mf?bf?(bf.input=Md(bf.input,mf),bf[0]=Md(bf[0],mf),bf.index=qd.lastIndex,qd.lastIndex+=bf[0].length):qd.lastIndex=0:Ld&&bf&&(qd.lastIndex=qd.global?bf.index+bf[0].length:gf),Pd&&bf&&bf.length>1&&od(Od,bf[0],hf,function(){for(kf=1;kf<arguments.length-2;kf++)arguments[kf]===void 0&&(bf[kf]=void 0)}),bf&&yf)for(bf.groups=Cf=_d(null),kf=0;kf<yf.length;kf++)Ef=yf[kf],Cf[Ef[0]]=bf[Ef[1]];return bf}),td.exports=Nd},{"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/internal-state":199,"../internals/object-create":229,"../internals/regexp-flags":257,"../internals/regexp-sticky-helpers":259,"../internals/regexp-unsupported-dot-all":260,"../internals/regexp-unsupported-ncg":261,"../internals/shared":269,"../internals/to-string":291}],257:[function(ed,td,rd){var od=ed("../internals/an-object");td.exports=function(){var sd=od(this),ld="";return sd.hasIndices&&(ld+="d"),sd.global&&(ld+="g"),sd.ignoreCase&&(ld+="i"),sd.multiline&&(ld+="m"),sd.dotAll&&(ld+="s"),sd.unicode&&(ld+="u"),sd.unicodeSets&&(ld+="v"),sd.sticky&&(ld+="y"),ld}},{"../internals/an-object":114}],258:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/has-own-property"),ld=ed("../internals/object-is-prototype-of"),cd=ed("../internals/regexp-flags"),ud=RegExp.prototype;td.exports=function(gd){var _d=gd.flags;return _d===void 0&&!("flags"in ud)&&!sd(gd,"flags")&&ld(ud,gd)?od(cd,gd):_d}},{"../internals/function-call":177,"../internals/has-own-property":189,"../internals/object-is-prototype-of":238,"../internals/regexp-flags":257}],259:[function(ed,td,rd){var od=ed("../internals/fails"),sd=ed("../internals/global"),ld=sd.RegExp,cd=od(function(){var _d=ld("a","y");return _d.lastIndex=2,_d.exec("abcd")!==null}),ud=cd||od(function(){return!ld("a","y").sticky}),gd=cd||od(function(){var _d=ld("^r","gy");return _d.lastIndex=2,_d.exec("str")!==null});td.exports={BROKEN_CARET:gd,MISSED_STICKY:ud,UNSUPPORTED_Y:cd}},{"../internals/fails":171,"../internals/global":188}],260:[function(ed,td,rd){var od=ed("../internals/fails"),sd=ed("../internals/global"),ld=sd.RegExp;td.exports=od(function(){var cd=ld(".","s");return!(cd.dotAll&&cd.test(`
`)&&cd.flags==="s")})},{"../internals/fails":171,"../internals/global":188}],261:[function(ed,td,rd){var od=ed("../internals/fails"),sd=ed("../internals/global"),ld=sd.RegExp;td.exports=od(function(){var cd=ld("(?<a>b)","g");return cd.exec("b").groups.a!=="b"||"b".replace(cd,"$<a>c")!=="bc"})},{"../internals/fails":171,"../internals/global":188}],262:[function(ed,td,rd){var od=ed("../internals/is-null-or-undefined"),sd=TypeError;td.exports=function(ld){if(od(ld))throw new sd("Can't call method on "+ld);return ld}},{"../internals/is-null-or-undefined":207}],263:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/descriptors"),ld=Object.getOwnPropertyDescriptor;td.exports=function(cd){if(!sd)return od[cd];var ud=ld(od,cd);return ud&&ud.value}},{"../internals/descriptors":153,"../internals/global":188}],264:[function(ed,td,rd){td.exports=Object.is||function(sd,ld){return sd===ld?sd!==0||1/sd===1/ld:sd!==sd&&ld!==ld}},{}],265:[function(ed,td,rd){var od=ed("../internals/get-built-in"),sd=ed("../internals/define-built-in-accessor"),ld=ed("../internals/well-known-symbol"),cd=ed("../internals/descriptors"),ud=ld("species");td.exports=function(gd){var _d=od(gd);cd&&_d&&!_d[ud]&&sd(_d,ud,{configurable:!0,get:function(){return this}})}},{"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/get-built-in":182,"../internals/well-known-symbol":306}],266:[function(ed,td,rd){var od=ed("../internals/object-define-property").f,sd=ed("../internals/has-own-property"),ld=ed("../internals/well-known-symbol"),cd=ld("toStringTag");td.exports=function(ud,gd,_d){ud&&!_d&&(ud=ud.prototype),ud&&!sd(ud,cd)&&od(ud,cd,{configurable:!0,value:gd})}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/well-known-symbol":306}],267:[function(ed,td,rd){var od=ed("../internals/shared"),sd=ed("../internals/uid"),ld=od("keys");td.exports=function(cd){return ld[cd]||(ld[cd]=sd(cd))}},{"../internals/shared":269,"../internals/uid":299}],268:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/define-global-property"),ld="__core-js_shared__",cd=od[ld]||sd(ld,{});td.exports=cd},{"../internals/define-global-property":151,"../internals/global":188}],269:[function(ed,td,rd){var od=ed("../internals/is-pure"),sd=ed("../internals/shared-store");(td.exports=function(ld,cd){return sd[ld]||(sd[ld]=cd!==void 0?cd:{})})("versions",[]).push({version:"3.35.0",mode:od?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.35.0/LICENSE",source:"https://github.com/zloirock/core-js"})},{"../internals/is-pure":210,"../internals/shared-store":268}],270:[function(ed,td,rd){var od=ed("../internals/an-object"),sd=ed("../internals/a-constructor"),ld=ed("../internals/is-null-or-undefined"),cd=ed("../internals/well-known-symbol"),ud=cd("species");td.exports=function(gd,_d){var yd=od(gd).constructor,Ed;return yd===void 0||ld(Ed=od(yd)[ud])?_d:sd(Ed)}},{"../internals/a-constructor":109,"../internals/an-object":114,"../internals/is-null-or-undefined":207,"../internals/well-known-symbol":306}],271:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/to-integer-or-infinity"),ld=ed("../internals/to-string"),cd=ed("../internals/require-object-coercible"),ud=od("".charAt),gd=od("".charCodeAt),_d=od("".slice),yd=function(Ed){return function(Td,Od){var Ad=ld(cd(Td)),Nd=sd(Od),kd=Ad.length,Id,Rd;return Nd<0||Nd>=kd?Ed?"":void 0:(Id=gd(Ad,Nd),Id<55296||Id>56319||Nd+1===kd||(Rd=gd(Ad,Nd+1))<56320||Rd>57343?Ed?ud(Ad,Nd):Id:Ed?_d(Ad,Nd,Nd+2):(Id-55296<<10)+(Rd-56320)+65536)}};td.exports={codeAt:yd(!1),charAt:yd(!0)}},{"../internals/function-uncurry-this":181,"../internals/require-object-coercible":262,"../internals/to-integer-or-infinity":283,"../internals/to-string":291}],272:[function(ed,td,rd){var od=ed("../internals/function-name").PROPER,sd=ed("../internals/fails"),ld=ed("../internals/whitespaces"),cd="…";td.exports=function(ud){return sd(function(){return!!ld[ud]()||cd[ud]()!==cd||od&&ld[ud].name!==ud})}},{"../internals/fails":171,"../internals/function-name":178,"../internals/whitespaces":307}],273:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/require-object-coercible"),ld=ed("../internals/to-string"),cd=ed("../internals/whitespaces"),ud=od("".replace),gd=RegExp("^["+cd+"]+"),_d=RegExp("(^|[^"+cd+"])["+cd+"]+$"),yd=function(Ed){return function(Td){var Od=ld(sd(Td));return Ed&1&&(Od=ud(Od,gd,"")),Ed&2&&(Od=ud(Od,_d,"$1")),Od}};td.exports={start:yd(1),end:yd(2),trim:yd(3)}},{"../internals/function-uncurry-this":181,"../internals/require-object-coercible":262,"../internals/to-string":291,"../internals/whitespaces":307}],274:[function(ed,td,rd){var od=ed("../internals/engine-v8-version"),sd=ed("../internals/fails"),ld=ed("../internals/global"),cd=ld.String;td.exports=!!Object.getOwnPropertySymbols&&!sd(function(){var ud=Symbol("symbol detection");return!cd(ud)||!(Object(ud)instanceof Symbol)||!Symbol.sham&&od&&od<41})},{"../internals/engine-v8-version":167,"../internals/fails":171,"../internals/global":188}],275:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/get-built-in"),ld=ed("../internals/well-known-symbol"),cd=ed("../internals/define-built-in");td.exports=function(){var ud=sd("Symbol"),gd=ud&&ud.prototype,_d=gd&&gd.valueOf,yd=ld("toPrimitive");gd&&!gd[yd]&&cd(gd,yd,function(Ed){return od(_d,this)},{arity:1})}},{"../internals/define-built-in":149,"../internals/function-call":177,"../internals/get-built-in":182,"../internals/well-known-symbol":306}],276:[function(ed,td,rd){var od=ed("../internals/symbol-constructor-detection");td.exports=od&&!!Symbol.for&&!!Symbol.keyFor},{"../internals/symbol-constructor-detection":274}],277:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/function-apply"),ld=ed("../internals/function-bind-context"),cd=ed("../internals/is-callable"),ud=ed("../internals/has-own-property"),gd=ed("../internals/fails"),_d=ed("../internals/html"),yd=ed("../internals/array-slice"),Ed=ed("../internals/document-create-element"),Td=ed("../internals/validate-arguments-length"),Od=ed("../internals/engine-is-ios"),Ad=ed("../internals/engine-is-node"),Nd=od.setImmediate,kd=od.clearImmediate,Id=od.process,Rd=od.Dispatch,Md=od.Function,Ld=od.MessageChannel,jd=od.String,Pd=0,Fd={},Ud="onreadystatechange",Vd,qd,Wd,zd;gd(function(){Vd=od.location});var Kd=function(bf){if(ud(Fd,bf)){var kf=Fd[bf];delete Fd[bf],kf()}},Qd=function(bf){return function(){Kd(bf)}},hf=function(bf){Kd(bf.data)},gf=function(bf){od.postMessage(jd(bf),Vd.protocol+"//"+Vd.host)};(!Nd||!kd)&&(Nd=function(kf){Td(arguments.length,1);var Cf=cd(kf)?kf:Md(kf),Ef=yd(arguments,1);return Fd[++Pd]=function(){sd(Cf,void 0,Ef)},qd(Pd),Pd},kd=function(kf){delete Fd[kf]},Ad?qd=function(bf){Id.nextTick(Qd(bf))}:Rd&&Rd.now?qd=function(bf){Rd.now(Qd(bf))}:Ld&&!Od?(Wd=new Ld,zd=Wd.port2,Wd.port1.onmessage=hf,qd=ld(zd.postMessage,zd)):od.addEventListener&&cd(od.postMessage)&&!od.importScripts&&Vd&&Vd.protocol!=="file:"&&!gd(gf)?(qd=gf,od.addEventListener("message",hf,!1)):Ud in Ed("script")?qd=function(bf){_d.appendChild(Ed("script"))[Ud]=function(){_d.removeChild(this),Kd(bf)}}:qd=function(bf){setTimeout(Qd(bf),0)}),td.exports={set:Nd,clear:kd}},{"../internals/array-slice":131,"../internals/document-create-element":154,"../internals/engine-is-ios":163,"../internals/engine-is-node":164,"../internals/fails":171,"../internals/function-apply":174,"../internals/function-bind-context":175,"../internals/global":188,"../internals/has-own-property":189,"../internals/html":192,"../internals/is-callable":203,"../internals/validate-arguments-length":302}],278:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this");td.exports=od(1 .valueOf)},{"../internals/function-uncurry-this":181}],279:[function(ed,td,rd){var od=ed("../internals/to-integer-or-infinity"),sd=Math.max,ld=Math.min;td.exports=function(cd,ud){var gd=od(cd);return gd<0?sd(gd+ud,0):ld(gd,ud)}},{"../internals/to-integer-or-infinity":283}],280:[function(ed,td,rd){var od=ed("../internals/to-primitive"),sd=TypeError;td.exports=function(ld){var cd=od(ld,"number");if(typeof cd=="number")throw new sd("Can't convert number to bigint");return BigInt(cd)}},{"../internals/to-primitive":288}],281:[function(ed,td,rd){var od=ed("../internals/to-integer-or-infinity"),sd=ed("../internals/to-length"),ld=RangeError;td.exports=function(cd){if(cd===void 0)return 0;var ud=od(cd),gd=sd(ud);if(ud!==gd)throw new ld("Wrong length or index");return gd}},{"../internals/to-integer-or-infinity":283,"../internals/to-length":284}],282:[function(ed,td,rd){var od=ed("../internals/indexed-object"),sd=ed("../internals/require-object-coercible");td.exports=function(ld){return od(sd(ld))}},{"../internals/indexed-object":195,"../internals/require-object-coercible":262}],283:[function(ed,td,rd){var od=ed("../internals/math-trunc");td.exports=function(sd){var ld=+sd;return ld!==ld||ld===0?0:od(ld)}},{"../internals/math-trunc":224}],284:[function(ed,td,rd){var od=ed("../internals/to-integer-or-infinity"),sd=Math.min;td.exports=function(ld){return ld>0?sd(od(ld),9007199254740991):0}},{"../internals/to-integer-or-infinity":283}],285:[function(ed,td,rd){var od=ed("../internals/require-object-coercible"),sd=Object;td.exports=function(ld){return sd(od(ld))}},{"../internals/require-object-coercible":262}],286:[function(ed,td,rd){var od=ed("../internals/to-positive-integer"),sd=RangeError;td.exports=function(ld,cd){var ud=od(ld);if(ud%cd)throw new sd("Wrong offset");return ud}},{"../internals/to-positive-integer":287}],287:[function(ed,td,rd){var od=ed("../internals/to-integer-or-infinity"),sd=RangeError;td.exports=function(ld){var cd=od(ld);if(cd<0)throw new sd("The argument can't be less than 0");return cd}},{"../internals/to-integer-or-infinity":283}],288:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/is-object"),ld=ed("../internals/is-symbol"),cd=ed("../internals/get-method"),ud=ed("../internals/ordinary-to-primitive"),gd=ed("../internals/well-known-symbol"),_d=TypeError,yd=gd("toPrimitive");td.exports=function(Ed,Td){if(!sd(Ed)||ld(Ed))return Ed;var Od=cd(Ed,yd),Ad;if(Od){if(Td===void 0&&(Td="default"),Ad=od(Od,Ed,Td),!sd(Ad)||ld(Ad))return Ad;throw new _d("Can't convert object to primitive value")}return Td===void 0&&(Td="number"),ud(Ed,Td)}},{"../internals/function-call":177,"../internals/get-method":186,"../internals/is-object":208,"../internals/is-symbol":212,"../internals/ordinary-to-primitive":245,"../internals/well-known-symbol":306}],289:[function(ed,td,rd){var od=ed("../internals/to-primitive"),sd=ed("../internals/is-symbol");td.exports=function(ld){var cd=od(ld,"string");return sd(cd)?cd:cd+""}},{"../internals/is-symbol":212,"../internals/to-primitive":288}],290:[function(ed,td,rd){var od=ed("../internals/well-known-symbol"),sd=od("toStringTag"),ld={};ld[sd]="z",td.exports=String(ld)==="[object z]"},{"../internals/well-known-symbol":306}],291:[function(ed,td,rd){var od=ed("../internals/classof"),sd=String;td.exports=function(ld){if(od(ld)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return sd(ld)}},{"../internals/classof":138}],292:[function(ed,td,rd){var od=Math.round;td.exports=function(sd){var ld=od(sd);return ld<0?0:ld>255?255:ld&255}},{}],293:[function(ed,td,rd){var od=String;td.exports=function(sd){try{return od(sd)}catch{return"Object"}}},{}],294:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/global"),ld=ed("../internals/function-call"),cd=ed("../internals/descriptors"),ud=ed("../internals/typed-array-constructors-require-wrappers"),gd=ed("../internals/array-buffer-view-core"),_d=ed("../internals/array-buffer"),yd=ed("../internals/an-instance"),Ed=ed("../internals/create-property-descriptor"),Td=ed("../internals/create-non-enumerable-property"),Od=ed("../internals/is-integral-number"),Ad=ed("../internals/to-length"),Nd=ed("../internals/to-index"),kd=ed("../internals/to-offset"),Id=ed("../internals/to-uint8-clamped"),Rd=ed("../internals/to-property-key"),Md=ed("../internals/has-own-property"),Ld=ed("../internals/classof"),jd=ed("../internals/is-object"),Pd=ed("../internals/is-symbol"),Fd=ed("../internals/object-create"),Ud=ed("../internals/object-is-prototype-of"),Vd=ed("../internals/object-set-prototype-of"),qd=ed("../internals/object-get-own-property-names").f,Wd=ed("../internals/typed-array-from"),zd=ed("../internals/array-iteration").forEach,Kd=ed("../internals/set-species"),Qd=ed("../internals/define-built-in-accessor"),hf=ed("../internals/object-define-property"),gf=ed("../internals/object-get-own-property-descriptor"),bf=ed("../internals/array-from-constructor-and-list"),kf=ed("../internals/internal-state"),Cf=ed("../internals/inherit-if-required"),Ef=kf.get,yf=kf.set,Mf=kf.enforce,Af=hf.f,Zd=gf.f,mf=sd.RangeError,Pf=_d.ArrayBuffer,Ff=Pf.prototype,Lf=_d.DataView,jf=gd.NATIVE_ARRAY_BUFFER_VIEWS,xf=gd.TYPED_ARRAY_TAG,Nf=gd.TypedArray,Bf=gd.TypedArrayPrototype,Tf=gd.isTypedArray,wf="BYTES_PER_ELEMENT",Of="Wrong length",$f=function(Xf,hh){Qd(Xf,hh,{configurable:!0,get:function(){return Ef(this)[hh]}})},Wf=function(Xf){var hh;return Ud(Ff,Xf)||(hh=Ld(Xf))==="ArrayBuffer"||hh==="SharedArrayBuffer"},Kf=function(Xf,hh){return Tf(Xf)&&!Pd(hh)&&hh in Xf&&Od(+hh)&&hh>=0},Df=function(hh,Mh){return Mh=Rd(Mh),Kf(hh,Mh)?Ed(2,hh[Mh]):Zd(hh,Mh)},qf=function(hh,Mh,wh){return Mh=Rd(Mh),Kf(hh,Mh)&&jd(wh)&&Md(wh,"value")&&!Md(wh,"get")&&!Md(wh,"set")&&!wh.configurable&&(!Md(wh,"writable")||wh.writable)&&(!Md(wh,"enumerable")||wh.enumerable)?(hh[Mh]=wh.value,hh):Af(hh,Mh,wh)};cd?(jf||(gf.f=Df,hf.f=qf,$f(Bf,"buffer"),$f(Bf,"byteOffset"),$f(Bf,"byteLength"),$f(Bf,"length")),od({target:"Object",stat:!0,forced:!jf},{getOwnPropertyDescriptor:Df,defineProperty:qf}),td.exports=function(Xf,hh,Mh){var wh=Xf.match(/\d+/)[0]/8,Bh=Xf+(Mh?"Clamped":"")+"Array",Uh="get"+Xf,oh="set"+Xf,Vf=sd[Bh],Rf=Vf,Zf=Rf&&Rf.prototype,Jf={},Th=function(kh,Rh){var jh=Ef(kh);return jh.view[Uh](Rh*wh+jh.byteOffset,!0)},Ah=function(kh,Rh,jh){var cm=Ef(kh);cm.view[oh](Rh*wh+cm.byteOffset,Mh?Id(jh):jh,!0)},Gh=function(kh,Rh){Af(kh,Rh,{get:function(){return Th(this,Rh)},set:function(jh){return Ah(this,Rh,jh)},enumerable:!0})};jf?ud&&(Rf=hh(function(kh,Rh,jh,cm){return yd(kh,Zf),Cf(function(){return jd(Rh)?Wf(Rh)?cm!==void 0?new Vf(Rh,kd(jh,wh),cm):jh!==void 0?new Vf(Rh,kd(jh,wh)):new Vf(Rh):Tf(Rh)?bf(Rf,Rh):ld(Wd,Rf,Rh):new Vf(Nd(Rh))}(),kh,Rf)}),Vd&&Vd(Rf,Nf),zd(qd(Vf),function(kh){kh in Rf||Td(Rf,kh,Vf[kh])}),Rf.prototype=Zf):(Rf=hh(function(kh,Rh,jh,cm){yd(kh,Zf);var Tm=0,Fm=0,Gm,s1,Km;if(!jd(Rh))Km=Nd(Rh),s1=Km*wh,Gm=new Pf(s1);else if(Wf(Rh)){Gm=Rh,Fm=kd(jh,wh);var v1=Rh.byteLength;if(cm===void 0){if(v1%wh)throw new mf(Of);if(s1=v1-Fm,s1<0)throw new mf(Of)}else if(s1=Ad(cm)*wh,s1+Fm>v1)throw new mf(Of);Km=s1/wh}else return Tf(Rh)?bf(Rf,Rh):ld(Wd,Rf,Rh);for(yf(kh,{buffer:Gm,byteOffset:Fm,byteLength:s1,length:Km,view:new Lf(Gm)});Tm<Km;)Gh(kh,Tm++)}),Vd&&Vd(Rf,Nf),Zf=Rf.prototype=Fd(Bf)),Zf.constructor!==Rf&&Td(Zf,"constructor",Rf),Mf(Zf).TypedArrayConstructor=Rf,xf&&Td(Zf,xf,Bh);var sm=Rf!==Vf;Jf[Bh]=Rf,od({global:!0,constructor:!0,forced:sm,sham:!jf},Jf),wf in Rf||Td(Rf,wf,wh),wf in Zf||Td(Zf,wf,wh),Kd(Bh)}):td.exports=function(){}},{"../internals/an-instance":113,"../internals/array-buffer":118,"../internals/array-buffer-view-core":117,"../internals/array-from-constructor-and-list":122,"../internals/array-iteration":125,"../internals/classof":138,"../internals/create-non-enumerable-property":145,"../internals/create-property-descriptor":146,"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/export":170,"../internals/function-call":177,"../internals/global":188,"../internals/has-own-property":189,"../internals/inherit-if-required":196,"../internals/internal-state":199,"../internals/is-integral-number":206,"../internals/is-object":208,"../internals/is-symbol":212,"../internals/object-create":229,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/object-get-own-property-names":234,"../internals/object-is-prototype-of":238,"../internals/object-set-prototype-of":242,"../internals/set-species":265,"../internals/to-index":281,"../internals/to-length":284,"../internals/to-offset":286,"../internals/to-property-key":289,"../internals/to-uint8-clamped":292,"../internals/typed-array-constructors-require-wrappers":295,"../internals/typed-array-from":297}],295:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/fails"),ld=ed("../internals/check-correctness-of-iteration"),cd=ed("../internals/array-buffer-view-core").NATIVE_ARRAY_BUFFER_VIEWS,ud=od.ArrayBuffer,gd=od.Int8Array;td.exports=!cd||!sd(function(){gd(1)})||!sd(function(){new gd(-1)})||!ld(function(_d){new gd,new gd(null),new gd(1.5),new gd(_d)},!0)||sd(function(){return new gd(new ud(2),1,void 0).length!==1})},{"../internals/array-buffer-view-core":117,"../internals/check-correctness-of-iteration":136,"../internals/fails":171,"../internals/global":188}],296:[function(ed,td,rd){var od=ed("../internals/array-from-constructor-and-list"),sd=ed("../internals/typed-array-species-constructor");td.exports=function(ld,cd){return od(sd(ld),cd)}},{"../internals/array-from-constructor-and-list":122,"../internals/typed-array-species-constructor":298}],297:[function(ed,td,rd){var od=ed("../internals/function-bind-context"),sd=ed("../internals/function-call"),ld=ed("../internals/a-constructor"),cd=ed("../internals/to-object"),ud=ed("../internals/length-of-array-like"),gd=ed("../internals/get-iterator"),_d=ed("../internals/get-iterator-method"),yd=ed("../internals/is-array-iterator-method"),Ed=ed("../internals/is-big-int-array"),Td=ed("../internals/array-buffer-view-core").aTypedArrayConstructor,Od=ed("../internals/to-big-int");td.exports=function(Nd){var kd=ld(this),Id=cd(Nd),Rd=arguments.length,Md=Rd>1?arguments[1]:void 0,Ld=Md!==void 0,jd=_d(Id),Pd,Fd,Ud,Vd,qd,Wd,zd,Kd;if(jd&&!yd(jd))for(zd=gd(Id,jd),Kd=zd.next,Id=[];!(Wd=sd(Kd,zd)).done;)Id.push(Wd.value);for(Ld&&Rd>2&&(Md=od(Md,arguments[2])),Fd=ud(Id),Ud=new(Td(kd))(Fd),Vd=Ed(Ud),Pd=0;Fd>Pd;Pd++)qd=Ld?Md(Id[Pd],Pd):Id[Pd],Ud[Pd]=Vd?Od(qd):+qd;return Ud}},{"../internals/a-constructor":109,"../internals/array-buffer-view-core":117,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/is-big-int-array":202,"../internals/length-of-array-like":219,"../internals/to-big-int":280,"../internals/to-object":285}],298:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/species-constructor"),ld=od.aTypedArrayConstructor,cd=od.getTypedArrayConstructor;td.exports=function(ud){return ld(sd(ud,cd(ud)))}},{"../internals/array-buffer-view-core":117,"../internals/species-constructor":270}],299:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=0,ld=Math.random(),cd=od(1 .toString);td.exports=function(ud){return"Symbol("+(ud===void 0?"":ud)+")_"+cd(++sd+ld,36)}},{"../internals/function-uncurry-this":181}],300:[function(ed,td,rd){var od=ed("../internals/symbol-constructor-detection");td.exports=od&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},{"../internals/symbol-constructor-detection":274}],301:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/fails");td.exports=od&&sd(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})},{"../internals/descriptors":153,"../internals/fails":171}],302:[function(ed,td,rd){var od=TypeError;td.exports=function(sd,ld){if(sd<ld)throw new od("Not enough arguments");return sd}},{}],303:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/is-callable"),ld=od.WeakMap;td.exports=sd(ld)&&/native code/.test(String(ld))},{"../internals/global":188,"../internals/is-callable":203}],304:[function(ed,td,rd){var od=ed("../internals/path"),sd=ed("../internals/has-own-property"),ld=ed("../internals/well-known-symbol-wrapped"),cd=ed("../internals/object-define-property").f;td.exports=function(ud){var gd=od.Symbol||(od.Symbol={});sd(gd,ud)||cd(gd,ud,{value:ld.f(ud)})}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/path":247,"../internals/well-known-symbol-wrapped":305}],305:[function(ed,td,rd){var od=ed("../internals/well-known-symbol");rd.f=od},{"../internals/well-known-symbol":306}],306:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/shared"),ld=ed("../internals/has-own-property"),cd=ed("../internals/uid"),ud=ed("../internals/symbol-constructor-detection"),gd=ed("../internals/use-symbol-as-uid"),_d=od.Symbol,yd=sd("wks"),Ed=gd?_d.for||_d:_d&&_d.withoutSetter||cd;td.exports=function(Td){return ld(yd,Td)||(yd[Td]=ud&&ld(_d,Td)?_d[Td]:Ed("Symbol."+Td)),yd[Td]}},{"../internals/global":188,"../internals/has-own-property":189,"../internals/shared":269,"../internals/symbol-constructor-detection":274,"../internals/uid":299,"../internals/use-symbol-as-uid":300}],307:[function(ed,td,rd){td.exports=`
\v\f\r    \u2028\u2029\uFEFF`},{}],308:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/global"),ld=ed("../internals/array-buffer"),cd=ed("../internals/set-species"),ud="ArrayBuffer",gd=ld[ud],_d=sd[ud];od({global:!0,constructor:!0,forced:_d!==gd},{ArrayBuffer:gd}),cd(ud)},{"../internals/array-buffer":118,"../internals/export":170,"../internals/global":188,"../internals/set-species":265}],309:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-uncurry-this-clause"),ld=ed("../internals/fails"),cd=ed("../internals/array-buffer"),ud=ed("../internals/an-object"),gd=ed("../internals/to-absolute-index"),_d=ed("../internals/to-length"),yd=ed("../internals/species-constructor"),Ed=cd.ArrayBuffer,Td=cd.DataView,Od=Td.prototype,Ad=sd(Ed.prototype.slice),Nd=sd(Od.getUint8),kd=sd(Od.setUint8),Id=ld(function(){return!new Ed(2).slice(1,void 0).byteLength});od({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:Id},{slice:function(Md,Ld){if(Ad&&Ld===void 0)return Ad(ud(this),Md);for(var jd=ud(this).byteLength,Pd=gd(Md,jd),Fd=gd(Ld===void 0?jd:Ld,jd),Ud=new(yd(this,Ed))(_d(Fd-Pd)),Vd=new Td(this),qd=new Td(Ud),Wd=0;Pd<Fd;)kd(qd,Wd++,Nd(Vd,Pd++));return Ud}})},{"../internals/an-object":114,"../internals/array-buffer":118,"../internals/export":170,"../internals/fails":171,"../internals/function-uncurry-this-clause":180,"../internals/species-constructor":270,"../internals/to-absolute-index":279,"../internals/to-length":284}],310:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/fails"),ld=ed("../internals/is-array"),cd=ed("../internals/is-object"),ud=ed("../internals/to-object"),gd=ed("../internals/length-of-array-like"),_d=ed("../internals/does-not-exceed-safe-integer"),yd=ed("../internals/create-property"),Ed=ed("../internals/array-species-create"),Td=ed("../internals/array-method-has-species-support"),Od=ed("../internals/well-known-symbol"),Ad=ed("../internals/engine-v8-version"),Nd=Od("isConcatSpreadable"),kd=Ad>=51||!sd(function(){var Md=[];return Md[Nd]=!1,Md.concat()[0]!==Md}),Id=function(Md){if(!cd(Md))return!1;var Ld=Md[Nd];return Ld!==void 0?!!Ld:ld(Md)},Rd=!kd||!Td("concat");od({target:"Array",proto:!0,arity:1,forced:Rd},{concat:function(Ld){var jd=ud(this),Pd=Ed(jd,0),Fd=0,Ud,Vd,qd,Wd,zd;for(Ud=-1,qd=arguments.length;Ud<qd;Ud++)if(zd=Ud===-1?jd:arguments[Ud],Id(zd))for(Wd=gd(zd),_d(Fd+Wd),Vd=0;Vd<Wd;Vd++,Fd++)Vd in zd&&yd(Pd,Fd,zd[Vd]);else _d(Fd+1),yd(Pd,Fd++,zd);return Pd.length=Fd,Pd}})},{"../internals/array-method-has-species-support":127,"../internals/array-species-create":134,"../internals/create-property":147,"../internals/does-not-exceed-safe-integer":155,"../internals/engine-v8-version":167,"../internals/export":170,"../internals/fails":171,"../internals/is-array":201,"../internals/is-object":208,"../internals/length-of-array-like":219,"../internals/to-object":285,"../internals/well-known-symbol":306}],311:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/array-fill"),ld=ed("../internals/add-to-unscopables");od({target:"Array",proto:!0},{fill:sd}),ld("fill")},{"../internals/add-to-unscopables":111,"../internals/array-fill":120,"../internals/export":170}],312:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/array-iteration").filter,ld=ed("../internals/array-method-has-species-support"),cd=ld("filter");od({target:"Array",proto:!0,forced:!cd},{filter:function(gd){return sd(this,gd,arguments.length>1?arguments[1]:void 0)}})},{"../internals/array-iteration":125,"../internals/array-method-has-species-support":127,"../internals/export":170}],313:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/array-iteration").find,ld=ed("../internals/add-to-unscopables"),cd="find",ud=!0;cd in[]&&Array(1)[cd](function(){ud=!1}),od({target:"Array",proto:!0,forced:ud},{find:function(_d){return sd(this,_d,arguments.length>1?arguments[1]:void 0)}}),ld(cd)},{"../internals/add-to-unscopables":111,"../internals/array-iteration":125,"../internals/export":170}],314:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/array-from"),ld=ed("../internals/check-correctness-of-iteration"),cd=!ld(function(ud){Array.from(ud)});od({target:"Array",stat:!0,forced:cd},{from:sd})},{"../internals/array-from":123,"../internals/check-correctness-of-iteration":136,"../internals/export":170}],315:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/array-includes").includes,ld=ed("../internals/fails"),cd=ed("../internals/add-to-unscopables"),ud=ld(function(){return!Array(1).includes()});od({target:"Array",proto:!0,forced:ud},{includes:function(_d){return sd(this,_d,arguments.length>1?arguments[1]:void 0)}}),cd("includes")},{"../internals/add-to-unscopables":111,"../internals/array-includes":124,"../internals/export":170,"../internals/fails":171}],316:[function(ed,td,rd){var od=ed("../internals/to-indexed-object"),sd=ed("../internals/add-to-unscopables"),ld=ed("../internals/iterators"),cd=ed("../internals/internal-state"),ud=ed("../internals/object-define-property").f,gd=ed("../internals/iterator-define"),_d=ed("../internals/create-iter-result-object"),yd=ed("../internals/is-pure"),Ed=ed("../internals/descriptors"),Td="Array Iterator",Od=cd.set,Ad=cd.getterFor(Td);td.exports=gd(Array,"Array",function(kd,Id){Od(this,{type:Td,target:od(kd),index:0,kind:Id})},function(){var kd=Ad(this),Id=kd.target,Rd=kd.index++;if(!Id||Rd>=Id.length)return kd.target=void 0,_d(void 0,!0);switch(kd.kind){case"keys":return _d(Rd,!1);case"values":return _d(Id[Rd],!1)}return _d([Rd,Id[Rd]],!1)},"values");var Nd=ld.Arguments=ld.Array;if(sd("keys"),sd("values"),sd("entries"),!yd&&Ed&&Nd.name!=="values")try{ud(Nd,"name",{value:"values"})}catch{}},{"../internals/add-to-unscopables":111,"../internals/create-iter-result-object":144,"../internals/descriptors":153,"../internals/internal-state":199,"../internals/is-pure":210,"../internals/iterator-define":216,"../internals/iterators":218,"../internals/object-define-property":231,"../internals/to-indexed-object":282}],317:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/indexed-object"),cd=ed("../internals/to-indexed-object"),ud=ed("../internals/array-method-is-strict"),gd=sd([].join),_d=ld!==Object,yd=_d||!ud("join",",");od({target:"Array",proto:!0,forced:yd},{join:function(Td){return gd(cd(this),Td===void 0?",":Td)}})},{"../internals/array-method-is-strict":128,"../internals/export":170,"../internals/function-uncurry-this":181,"../internals/indexed-object":195,"../internals/to-indexed-object":282}],318:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/array-iteration").map,ld=ed("../internals/array-method-has-species-support"),cd=ld("map");od({target:"Array",proto:!0,forced:!cd},{map:function(gd){return sd(this,gd,arguments.length>1?arguments[1]:void 0)}})},{"../internals/array-iteration":125,"../internals/array-method-has-species-support":127,"../internals/export":170}],319:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/is-array"),ld=ed("../internals/is-constructor"),cd=ed("../internals/is-object"),ud=ed("../internals/to-absolute-index"),gd=ed("../internals/length-of-array-like"),_d=ed("../internals/to-indexed-object"),yd=ed("../internals/create-property"),Ed=ed("../internals/well-known-symbol"),Td=ed("../internals/array-method-has-species-support"),Od=ed("../internals/array-slice"),Ad=Td("slice"),Nd=Ed("species"),kd=Array,Id=Math.max;od({target:"Array",proto:!0,forced:!Ad},{slice:function(Md,Ld){var jd=_d(this),Pd=gd(jd),Fd=ud(Md,Pd),Ud=ud(Ld===void 0?Pd:Ld,Pd),Vd,qd,Wd;if(sd(jd)&&(Vd=jd.constructor,ld(Vd)&&(Vd===kd||sd(Vd.prototype))?Vd=void 0:cd(Vd)&&(Vd=Vd[Nd],Vd===null&&(Vd=void 0)),Vd===kd||Vd===void 0))return Od(jd,Fd,Ud);for(qd=new(Vd===void 0?kd:Vd)(Id(Ud-Fd,0)),Wd=0;Fd<Ud;Fd++,Wd++)Fd in jd&&yd(qd,Wd,jd[Fd]);return qd.length=Wd,qd}})},{"../internals/array-method-has-species-support":127,"../internals/array-slice":131,"../internals/create-property":147,"../internals/export":170,"../internals/is-array":201,"../internals/is-constructor":204,"../internals/is-object":208,"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-indexed-object":282,"../internals/well-known-symbol":306}],320:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/a-callable"),cd=ed("../internals/to-object"),ud=ed("../internals/length-of-array-like"),gd=ed("../internals/delete-property-or-throw"),_d=ed("../internals/to-string"),yd=ed("../internals/fails"),Ed=ed("../internals/array-sort"),Td=ed("../internals/array-method-is-strict"),Od=ed("../internals/engine-ff-version"),Ad=ed("../internals/engine-is-ie-or-edge"),Nd=ed("../internals/engine-v8-version"),kd=ed("../internals/engine-webkit-version"),Id=[],Rd=sd(Id.sort),Md=sd(Id.push),Ld=yd(function(){Id.sort(void 0)}),jd=yd(function(){Id.sort(null)}),Pd=Td("sort"),Fd=!yd(function(){if(Nd)return Nd<70;if(!(Od&&Od>3)){if(Ad)return!0;if(kd)return kd<603;var qd="",Wd,zd,Kd,Qd;for(Wd=65;Wd<76;Wd++){switch(zd=String.fromCharCode(Wd),Wd){case 66:case 69:case 70:case 72:Kd=3;break;case 68:case 71:Kd=4;break;default:Kd=2}for(Qd=0;Qd<47;Qd++)Id.push({k:zd+Qd,v:Kd})}for(Id.sort(function(hf,gf){return gf.v-hf.v}),Qd=0;Qd<Id.length;Qd++)zd=Id[Qd].k.charAt(0),qd.charAt(qd.length-1)!==zd&&(qd+=zd);return qd!=="DGBEFHACIJK"}}),Ud=Ld||!jd||!Pd||!Fd,Vd=function(qd){return function(Wd,zd){return zd===void 0?-1:Wd===void 0?1:qd!==void 0?+qd(Wd,zd)||0:_d(Wd)>_d(zd)?1:-1}};od({target:"Array",proto:!0,forced:Ud},{sort:function(Wd){Wd!==void 0&&ld(Wd);var zd=cd(this);if(Fd)return Wd===void 0?Rd(zd):Rd(zd,Wd);var Kd=[],Qd=ud(zd),hf,gf;for(gf=0;gf<Qd;gf++)gf in zd&&Md(Kd,zd[gf]);for(Ed(Kd,Vd(Wd)),hf=ud(Kd),gf=0;gf<hf;)zd[gf]=Kd[gf++];for(;gf<Qd;)gd(zd,gf++);return zd}})},{"../internals/a-callable":108,"../internals/array-method-is-strict":128,"../internals/array-sort":132,"../internals/delete-property-or-throw":152,"../internals/engine-ff-version":158,"../internals/engine-is-ie-or-edge":161,"../internals/engine-v8-version":167,"../internals/engine-webkit-version":168,"../internals/export":170,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/length-of-array-like":219,"../internals/to-object":285,"../internals/to-string":291}],321:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/to-object"),ld=ed("../internals/to-absolute-index"),cd=ed("../internals/to-integer-or-infinity"),ud=ed("../internals/length-of-array-like"),gd=ed("../internals/array-set-length"),_d=ed("../internals/does-not-exceed-safe-integer"),yd=ed("../internals/array-species-create"),Ed=ed("../internals/create-property"),Td=ed("../internals/delete-property-or-throw"),Od=ed("../internals/array-method-has-species-support"),Ad=Od("splice"),Nd=Math.max,kd=Math.min;od({target:"Array",proto:!0,forced:!Ad},{splice:function(Rd,Md){var Ld=sd(this),jd=ud(Ld),Pd=ld(Rd,jd),Fd=arguments.length,Ud,Vd,qd,Wd,zd,Kd;for(Fd===0?Ud=Vd=0:Fd===1?(Ud=0,Vd=jd-Pd):(Ud=Fd-2,Vd=kd(Nd(cd(Md),0),jd-Pd)),_d(jd+Ud-Vd),qd=yd(Ld,Vd),Wd=0;Wd<Vd;Wd++)zd=Pd+Wd,zd in Ld&&Ed(qd,Wd,Ld[zd]);if(qd.length=Vd,Ud<Vd){for(Wd=Pd;Wd<jd-Vd;Wd++)zd=Wd+Vd,Kd=Wd+Ud,zd in Ld?Ld[Kd]=Ld[zd]:Td(Ld,Kd);for(Wd=jd;Wd>jd-Vd+Ud;Wd--)Td(Ld,Wd-1)}else if(Ud>Vd)for(Wd=jd-Vd;Wd>Pd;Wd--)zd=Wd+Vd-1,Kd=Wd+Ud-1,zd in Ld?Ld[Kd]=Ld[zd]:Td(Ld,Kd);for(Wd=0;Wd<Ud;Wd++)Ld[Wd+Pd]=arguments[Wd+2];return gd(Ld,jd-Vd+Ud),qd}})},{"../internals/array-method-has-species-support":127,"../internals/array-set-length":130,"../internals/array-species-create":134,"../internals/create-property":147,"../internals/delete-property-or-throw":152,"../internals/does-not-exceed-safe-integer":155,"../internals/export":170,"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-integer-or-infinity":283,"../internals/to-object":285}],322:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/function-name").EXISTS,ld=ed("../internals/function-uncurry-this"),cd=ed("../internals/define-built-in-accessor"),ud=Function.prototype,gd=ld(ud.toString),_d=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,yd=ld(_d.exec),Ed="name";od&&!sd&&cd(ud,Ed,{configurable:!0,get:function(){try{return yd(_d,gd(this))[1]}catch{return""}}})},{"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/function-name":178,"../internals/function-uncurry-this":181}],323:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/get-built-in"),ld=ed("../internals/function-apply"),cd=ed("../internals/function-call"),ud=ed("../internals/function-uncurry-this"),gd=ed("../internals/fails"),_d=ed("../internals/is-callable"),yd=ed("../internals/is-symbol"),Ed=ed("../internals/array-slice"),Td=ed("../internals/get-json-replacer-function"),Od=ed("../internals/symbol-constructor-detection"),Ad=String,Nd=sd("JSON","stringify"),kd=ud(/./.exec),Id=ud("".charAt),Rd=ud("".charCodeAt),Md=ud("".replace),Ld=ud(1 .toString),jd=/[\uD800-\uDFFF]/g,Pd=/^[\uD800-\uDBFF]$/,Fd=/^[\uDC00-\uDFFF]$/,Ud=!Od||gd(function(){var zd=sd("Symbol")("stringify detection");return Nd([zd])!=="[null]"||Nd({a:zd})!=="{}"||Nd(Object(zd))!=="{}"}),Vd=gd(function(){return Nd("\uDF06\uD834")!=='"\\udf06\\ud834"'||Nd("\uDEAD")!=='"\\udead"'}),qd=function(zd,Kd){var Qd=Ed(arguments),hf=Td(Kd);if(!(!_d(hf)&&(zd===void 0||yd(zd))))return Qd[1]=function(gf,bf){if(_d(hf)&&(bf=cd(hf,this,Ad(gf),bf)),!yd(bf))return bf},ld(Nd,null,Qd)},Wd=function(zd,Kd,Qd){var hf=Id(Qd,Kd-1),gf=Id(Qd,Kd+1);return kd(Pd,zd)&&!kd(Fd,gf)||kd(Fd,zd)&&!kd(Pd,hf)?"\\u"+Ld(Rd(zd,0),16):zd};Nd&&od({target:"JSON",stat:!0,arity:3,forced:Ud||Vd},{stringify:function(Kd,Qd,hf){var gf=Ed(arguments),bf=ld(Ud?qd:Nd,null,gf);return Vd&&typeof bf=="string"?Md(bf,jd,Wd):bf}})},{"../internals/array-slice":131,"../internals/export":170,"../internals/fails":171,"../internals/function-apply":174,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/get-built-in":182,"../internals/get-json-replacer-function":185,"../internals/is-callable":203,"../internals/is-symbol":212,"../internals/symbol-constructor-detection":274}],324:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/is-pure"),ld=ed("../internals/descriptors"),cd=ed("../internals/global"),ud=ed("../internals/path"),gd=ed("../internals/function-uncurry-this"),_d=ed("../internals/is-forced"),yd=ed("../internals/has-own-property"),Ed=ed("../internals/inherit-if-required"),Td=ed("../internals/object-is-prototype-of"),Od=ed("../internals/is-symbol"),Ad=ed("../internals/to-primitive"),Nd=ed("../internals/fails"),kd=ed("../internals/object-get-own-property-names").f,Id=ed("../internals/object-get-own-property-descriptor").f,Rd=ed("../internals/object-define-property").f,Md=ed("../internals/this-number-value"),Ld=ed("../internals/string-trim").trim,jd="Number",Pd=cd[jd],Fd=ud[jd],Ud=Pd.prototype,Vd=cd.TypeError,qd=gd("".slice),Wd=gd("".charCodeAt),zd=function(kf){var Cf=Ad(kf,"number");return typeof Cf=="bigint"?Cf:Kd(Cf)},Kd=function(kf){var Cf=Ad(kf,"number"),Ef,yf,Mf,Af,Zd,mf,Pf,Ff;if(Od(Cf))throw new Vd("Cannot convert a Symbol value to a number");if(typeof Cf=="string"&&Cf.length>2){if(Cf=Ld(Cf),Ef=Wd(Cf,0),Ef===43||Ef===45){if(yf=Wd(Cf,2),yf===88||yf===120)return NaN}else if(Ef===48){switch(Wd(Cf,1)){case 66:case 98:Mf=2,Af=49;break;case 79:case 111:Mf=8,Af=55;break;default:return+Cf}for(Zd=qd(Cf,2),mf=Zd.length,Pf=0;Pf<mf;Pf++)if(Ff=Wd(Zd,Pf),Ff<48||Ff>Af)return NaN;return parseInt(Zd,Mf)}}return+Cf},Qd=_d(jd,!Pd(" 0o1")||!Pd("0b1")||Pd("+0x1")),hf=function(kf){return Td(Ud,kf)&&Nd(function(){Md(kf)})},gf=function(Cf){var Ef=arguments.length<1?0:Pd(zd(Cf));return hf(this)?Ed(Object(Ef),this,gf):Ef};gf.prototype=Ud,Qd&&!sd&&(Ud.constructor=gf),od({global:!0,constructor:!0,wrap:!0,forced:Qd},{Number:gf});var bf=function(kf,Cf){for(var Ef=ld?kd(Cf):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),yf=0,Mf;Ef.length>yf;yf++)yd(Cf,Mf=Ef[yf])&&!yd(kf,Mf)&&Rd(kf,Mf,Id(Cf,Mf))};sd&&Fd&&bf(ud[jd],Fd),(Qd||sd)&&bf(ud[jd],Pd)},{"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/inherit-if-required":196,"../internals/is-forced":205,"../internals/is-pure":210,"../internals/is-symbol":212,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/object-get-own-property-names":234,"../internals/object-is-prototype-of":238,"../internals/path":247,"../internals/string-trim":273,"../internals/this-number-value":278,"../internals/to-primitive":288}],325:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/object-assign");od({target:"Object",stat:!0,arity:2,forced:Object.assign!==sd},{assign:sd})},{"../internals/export":170,"../internals/object-assign":228}],326:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/object-to-array").entries;od({target:"Object",stat:!0},{entries:function(cd){return sd(cd)}})},{"../internals/export":170,"../internals/object-to-array":243}],327:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/fails"),ld=ed("../internals/to-indexed-object"),cd=ed("../internals/object-get-own-property-descriptor").f,ud=ed("../internals/descriptors"),gd=!ud||sd(function(){cd(1)});od({target:"Object",stat:!0,forced:gd,sham:!ud},{getOwnPropertyDescriptor:function(yd,Ed){return cd(ld(yd),Ed)}})},{"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/object-get-own-property-descriptor":232,"../internals/to-indexed-object":282}],328:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/descriptors"),ld=ed("../internals/own-keys"),cd=ed("../internals/to-indexed-object"),ud=ed("../internals/object-get-own-property-descriptor"),gd=ed("../internals/create-property");od({target:"Object",stat:!0,sham:!sd},{getOwnPropertyDescriptors:function(yd){for(var Ed=cd(yd),Td=ud.f,Od=ld(Ed),Ad={},Nd=0,kd,Id;Od.length>Nd;)Id=Td(Ed,kd=Od[Nd++]),Id!==void 0&&gd(Ad,kd,Id);return Ad}})},{"../internals/create-property":147,"../internals/descriptors":153,"../internals/export":170,"../internals/object-get-own-property-descriptor":232,"../internals/own-keys":246,"../internals/to-indexed-object":282}],329:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/symbol-constructor-detection"),ld=ed("../internals/fails"),cd=ed("../internals/object-get-own-property-symbols"),ud=ed("../internals/to-object"),gd=!sd||ld(function(){cd.f(1)});od({target:"Object",stat:!0,forced:gd},{getOwnPropertySymbols:function(yd){var Ed=cd.f;return Ed?Ed(ud(yd)):[]}})},{"../internals/export":170,"../internals/fails":171,"../internals/object-get-own-property-symbols":235,"../internals/symbol-constructor-detection":274,"../internals/to-object":285}],330:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/to-object"),ld=ed("../internals/object-keys"),cd=ed("../internals/fails"),ud=cd(function(){ld(1)});od({target:"Object",stat:!0,forced:ud},{keys:function(_d){return ld(sd(_d))}})},{"../internals/export":170,"../internals/fails":171,"../internals/object-keys":240,"../internals/to-object":285}],331:[function(ed,td,rd){var od=ed("../internals/to-string-tag-support"),sd=ed("../internals/define-built-in"),ld=ed("../internals/object-to-string");od||sd(Object.prototype,"toString",ld,{unsafe:!0})},{"../internals/define-built-in":149,"../internals/object-to-string":244,"../internals/to-string-tag-support":290}],332:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-call"),ld=ed("../internals/a-callable"),cd=ed("../internals/new-promise-capability"),ud=ed("../internals/perform"),gd=ed("../internals/iterate"),_d=ed("../internals/promise-statics-incorrect-iteration");od({target:"Promise",stat:!0,forced:_d},{all:function(Ed){var Td=this,Od=cd.f(Td),Ad=Od.resolve,Nd=Od.reject,kd=ud(function(){var Id=ld(Td.resolve),Rd=[],Md=0,Ld=1;gd(Ed,function(jd){var Pd=Md++,Fd=!1;Ld++,sd(Id,Td,jd).then(function(Ud){Fd||(Fd=!0,Rd[Pd]=Ud,--Ld||Ad(Rd))},Nd)}),--Ld||Ad(Rd)});return kd.error&&Nd(kd.value),Od.promise}})},{"../internals/a-callable":108,"../internals/export":170,"../internals/function-call":177,"../internals/iterate":213,"../internals/new-promise-capability":226,"../internals/perform":248,"../internals/promise-statics-incorrect-iteration":252}],333:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/is-pure"),ld=ed("../internals/promise-constructor-detection").CONSTRUCTOR,cd=ed("../internals/promise-native-constructor"),ud=ed("../internals/get-built-in"),gd=ed("../internals/is-callable"),_d=ed("../internals/define-built-in"),yd=cd&&cd.prototype;if(od({target:"Promise",proto:!0,forced:ld,real:!0},{catch:function(Td){return this.then(void 0,Td)}}),!sd&&gd(cd)){var Ed=ud("Promise").prototype.catch;yd.catch!==Ed&&_d(yd,"catch",Ed,{unsafe:!0})}},{"../internals/define-built-in":149,"../internals/export":170,"../internals/get-built-in":182,"../internals/is-callable":203,"../internals/is-pure":210,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250}],334:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/is-pure"),ld=ed("../internals/engine-is-node"),cd=ed("../internals/global"),ud=ed("../internals/function-call"),gd=ed("../internals/define-built-in"),_d=ed("../internals/object-set-prototype-of"),yd=ed("../internals/set-to-string-tag"),Ed=ed("../internals/set-species"),Td=ed("../internals/a-callable"),Od=ed("../internals/is-callable"),Ad=ed("../internals/is-object"),Nd=ed("../internals/an-instance"),kd=ed("../internals/species-constructor"),Id=ed("../internals/task").set,Rd=ed("../internals/microtask"),Md=ed("../internals/host-report-errors"),Ld=ed("../internals/perform"),jd=ed("../internals/queue"),Pd=ed("../internals/internal-state"),Fd=ed("../internals/promise-native-constructor"),Ud=ed("../internals/promise-constructor-detection"),Vd=ed("../internals/new-promise-capability"),qd="Promise",Wd=Ud.CONSTRUCTOR,zd=Ud.REJECTION_EVENT,Kd=Ud.SUBCLASSING,Qd=Pd.getterFor(qd),hf=Pd.set,gf=Fd&&Fd.prototype,bf=Fd,kf=gf,Cf=cd.TypeError,Ef=cd.document,yf=cd.process,Mf=Vd.f,Af=Mf,Zd=!!(Ef&&Ef.createEvent&&cd.dispatchEvent),mf="unhandledrejection",Pf="rejectionhandled",Ff=0,Lf=1,jf=2,xf=1,Nf=2,Bf,Tf,wf,Of,$f=function(Uh){var oh;return Ad(Uh)&&Od(oh=Uh.then)?oh:!1},Wf=function(Uh,oh){var Vf=oh.value,Rf=oh.state===Lf,Zf=Rf?Uh.ok:Uh.fail,Jf=Uh.resolve,Th=Uh.reject,Ah=Uh.domain,Gh,sm,kh;try{Zf?(Rf||(oh.rejection===Nf&&hh(oh),oh.rejection=xf),Zf===!0?Gh=Vf:(Ah&&Ah.enter(),Gh=Zf(Vf),Ah&&(Ah.exit(),kh=!0)),Gh===Uh.promise?Th(new Cf("Promise-chain cycle")):(sm=$f(Gh))?ud(sm,Gh,Jf,Th):Jf(Gh)):Th(Vf)}catch(Rh){Ah&&!kh&&Ah.exit(),Th(Rh)}},Kf=function(Uh,oh){Uh.notified||(Uh.notified=!0,Rd(function(){for(var Vf=Uh.reactions,Rf;Rf=Vf.get();)Wf(Rf,Uh);Uh.notified=!1,oh&&!Uh.rejection&&qf(Uh)}))},Df=function(Uh,oh,Vf){var Rf,Zf;Zd?(Rf=Ef.createEvent("Event"),Rf.promise=oh,Rf.reason=Vf,Rf.initEvent(Uh,!1,!0),cd.dispatchEvent(Rf)):Rf={promise:oh,reason:Vf},!zd&&(Zf=cd["on"+Uh])?Zf(Rf):Uh===mf&&Md("Unhandled promise rejection",Vf)},qf=function(Uh){ud(Id,cd,function(){var oh=Uh.facade,Vf=Uh.value,Rf=Xf(Uh),Zf;if(Rf&&(Zf=Ld(function(){ld?yf.emit("unhandledRejection",Vf,oh):Df(mf,oh,Vf)}),Uh.rejection=ld||Xf(Uh)?Nf:xf,Zf.error))throw Zf.value})},Xf=function(Uh){return Uh.rejection!==xf&&!Uh.parent},hh=function(Uh){ud(Id,cd,function(){var oh=Uh.facade;ld?yf.emit("rejectionHandled",oh):Df(Pf,oh,Uh.value)})},Mh=function(Uh,oh,Vf){return function(Rf){Uh(oh,Rf,Vf)}},wh=function(Uh,oh,Vf){Uh.done||(Uh.done=!0,Vf&&(Uh=Vf),Uh.value=oh,Uh.state=jf,Kf(Uh,!0))},Bh=function(Uh,oh,Vf){if(!Uh.done){Uh.done=!0,Vf&&(Uh=Vf);try{if(Uh.facade===oh)throw new Cf("Promise can't be resolved itself");var Rf=$f(oh);Rf?Rd(function(){var Zf={done:!1};try{ud(Rf,oh,Mh(Bh,Zf,Uh),Mh(wh,Zf,Uh))}catch(Jf){wh(Zf,Jf,Uh)}}):(Uh.value=oh,Uh.state=Lf,Kf(Uh,!1))}catch(Zf){wh({done:!1},Zf,Uh)}}};if(Wd&&(bf=function(oh){Nd(this,kf),Td(oh),ud(Bf,this);var Vf=Qd(this);try{oh(Mh(Bh,Vf),Mh(wh,Vf))}catch(Rf){wh(Vf,Rf)}},kf=bf.prototype,Bf=function(oh){hf(this,{type:qd,done:!1,notified:!1,parent:!1,reactions:new jd,rejection:!1,state:Ff,value:void 0})},Bf.prototype=gd(kf,"then",function(oh,Vf){var Rf=Qd(this),Zf=Mf(kd(this,bf));return Rf.parent=!0,Zf.ok=Od(oh)?oh:!0,Zf.fail=Od(Vf)&&Vf,Zf.domain=ld?yf.domain:void 0,Rf.state===Ff?Rf.reactions.add(Zf):Rd(function(){Wf(Zf,Rf)}),Zf.promise}),Tf=function(){var Uh=new Bf,oh=Qd(Uh);this.promise=Uh,this.resolve=Mh(Bh,oh),this.reject=Mh(wh,oh)},Vd.f=Mf=function(Uh){return Uh===bf||Uh===wf?new Tf(Uh):Af(Uh)},!sd&&Od(Fd)&&gf!==Object.prototype)){Of=gf.then,Kd||gd(gf,"then",function(oh,Vf){var Rf=this;return new bf(function(Zf,Jf){ud(Of,Rf,Zf,Jf)}).then(oh,Vf)},{unsafe:!0});try{delete gf.constructor}catch{}_d&&_d(gf,kf)}od({global:!0,constructor:!0,wrap:!0,forced:Wd},{Promise:bf}),yd(bf,qd,!1,!0),Ed(qd)},{"../internals/a-callable":108,"../internals/an-instance":113,"../internals/define-built-in":149,"../internals/engine-is-node":164,"../internals/export":170,"../internals/function-call":177,"../internals/global":188,"../internals/host-report-errors":191,"../internals/internal-state":199,"../internals/is-callable":203,"../internals/is-object":208,"../internals/is-pure":210,"../internals/microtask":225,"../internals/new-promise-capability":226,"../internals/object-set-prototype-of":242,"../internals/perform":248,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250,"../internals/queue":254,"../internals/set-species":265,"../internals/set-to-string-tag":266,"../internals/species-constructor":270,"../internals/task":277}],335:[function(ed,td,rd){ed("../modules/es.promise.constructor"),ed("../modules/es.promise.all"),ed("../modules/es.promise.catch"),ed("../modules/es.promise.race"),ed("../modules/es.promise.reject"),ed("../modules/es.promise.resolve")},{"../modules/es.promise.all":332,"../modules/es.promise.catch":333,"../modules/es.promise.constructor":334,"../modules/es.promise.race":336,"../modules/es.promise.reject":337,"../modules/es.promise.resolve":338}],336:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-call"),ld=ed("../internals/a-callable"),cd=ed("../internals/new-promise-capability"),ud=ed("../internals/perform"),gd=ed("../internals/iterate"),_d=ed("../internals/promise-statics-incorrect-iteration");od({target:"Promise",stat:!0,forced:_d},{race:function(Ed){var Td=this,Od=cd.f(Td),Ad=Od.reject,Nd=ud(function(){var kd=ld(Td.resolve);gd(Ed,function(Id){sd(kd,Td,Id).then(Od.resolve,Ad)})});return Nd.error&&Ad(Nd.value),Od.promise}})},{"../internals/a-callable":108,"../internals/export":170,"../internals/function-call":177,"../internals/iterate":213,"../internals/new-promise-capability":226,"../internals/perform":248,"../internals/promise-statics-incorrect-iteration":252}],337:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/new-promise-capability"),ld=ed("../internals/promise-constructor-detection").CONSTRUCTOR;od({target:"Promise",stat:!0,forced:ld},{reject:function(ud){var gd=sd.f(this),_d=gd.reject;return _d(ud),gd.promise}})},{"../internals/export":170,"../internals/new-promise-capability":226,"../internals/promise-constructor-detection":249}],338:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/get-built-in"),ld=ed("../internals/is-pure"),cd=ed("../internals/promise-native-constructor"),ud=ed("../internals/promise-constructor-detection").CONSTRUCTOR,gd=ed("../internals/promise-resolve"),_d=sd("Promise"),yd=ld&&!ud;od({target:"Promise",stat:!0,forced:ld||ud},{resolve:function(Td){return gd(yd&&this===_d?cd:this,Td)}})},{"../internals/export":170,"../internals/get-built-in":182,"../internals/is-pure":210,"../internals/promise-constructor-detection":249,"../internals/promise-native-constructor":250,"../internals/promise-resolve":251}],339:[function(ed,td,rd){var od=ed("../internals/descriptors"),sd=ed("../internals/global"),ld=ed("../internals/function-uncurry-this"),cd=ed("../internals/is-forced"),ud=ed("../internals/inherit-if-required"),gd=ed("../internals/create-non-enumerable-property"),_d=ed("../internals/object-create"),yd=ed("../internals/object-get-own-property-names").f,Ed=ed("../internals/object-is-prototype-of"),Td=ed("../internals/is-regexp"),Od=ed("../internals/to-string"),Ad=ed("../internals/regexp-get-flags"),Nd=ed("../internals/regexp-sticky-helpers"),kd=ed("../internals/proxy-accessor"),Id=ed("../internals/define-built-in"),Rd=ed("../internals/fails"),Md=ed("../internals/has-own-property"),Ld=ed("../internals/internal-state").enforce,jd=ed("../internals/set-species"),Pd=ed("../internals/well-known-symbol"),Fd=ed("../internals/regexp-unsupported-dot-all"),Ud=ed("../internals/regexp-unsupported-ncg"),Vd=Pd("match"),qd=sd.RegExp,Wd=qd.prototype,zd=sd.SyntaxError,Kd=ld(Wd.exec),Qd=ld("".charAt),hf=ld("".replace),gf=ld("".indexOf),bf=ld("".slice),kf=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,Cf=/a/g,Ef=/a/g,yf=new qd(Cf)!==Cf,Mf=Nd.MISSED_STICKY,Af=Nd.UNSUPPORTED_Y,Zd=od&&(!yf||Mf||Fd||Ud||Rd(function(){return Ef[Vd]=!1,qd(Cf)!==Cf||qd(Ef)===Ef||String(qd(Cf,"i"))!=="/a/i"})),mf=function(xf){for(var Nf=xf.length,Bf=0,Tf="",wf=!1,Of;Bf<=Nf;Bf++){if(Of=Qd(xf,Bf),Of==="\\"){Tf+=Of+Qd(xf,++Bf);continue}!wf&&Of==="."?Tf+="[\\s\\S]":(Of==="["?wf=!0:Of==="]"&&(wf=!1),Tf+=Of)}return Tf},Pf=function(xf){for(var Nf=xf.length,Bf=0,Tf="",wf=[],Of=_d(null),$f=!1,Wf=!1,Kf=0,Df="",qf;Bf<=Nf;Bf++){if(qf=Qd(xf,Bf),qf==="\\")qf+=Qd(xf,++Bf);else if(qf==="]")$f=!1;else if(!$f)switch(!0){case qf==="[":$f=!0;break;case qf==="(":Kd(kf,bf(xf,Bf+1))&&(Bf+=2,Wf=!0),Tf+=qf,Kf++;continue;case(qf===">"&&Wf):if(Df===""||Md(Of,Df))throw new zd("Invalid capture group name");Of[Df]=!0,wf[wf.length]=[Df,Kf],Wf=!1,Df="";continue}Wf?Df+=qf:Tf+=qf}return[Tf,wf]};if(cd("RegExp",Zd)){for(var Ff=function(Nf,Bf){var Tf=Ed(Wd,this),wf=Td(Nf),Of=Bf===void 0,$f=[],Wf=Nf,Kf,Df,qf,Xf,hh,Mh;if(!Tf&&wf&&Of&&Nf.constructor===Ff)return Nf;if((wf||Ed(Wd,Nf))&&(Nf=Nf.source,Of&&(Bf=Ad(Wf))),Nf=Nf===void 0?"":Od(Nf),Bf=Bf===void 0?"":Od(Bf),Wf=Nf,Fd&&"dotAll"in Cf&&(Df=!!Bf&&gf(Bf,"s")>-1,Df&&(Bf=hf(Bf,/s/g,""))),Kf=Bf,Mf&&"sticky"in Cf&&(qf=!!Bf&&gf(Bf,"y")>-1,qf&&Af&&(Bf=hf(Bf,/y/g,""))),Ud&&(Xf=Pf(Nf),Nf=Xf[0],$f=Xf[1]),hh=ud(qd(Nf,Bf),Tf?this:Wd,Ff),(Df||qf||$f.length)&&(Mh=Ld(hh),Df&&(Mh.dotAll=!0,Mh.raw=Ff(mf(Nf),Kf)),qf&&(Mh.sticky=!0),$f.length&&(Mh.groups=$f)),Nf!==Wf)try{gd(hh,"source",Wf===""?"(?:)":Wf)}catch{}return hh},Lf=yd(qd),jf=0;Lf.length>jf;)kd(Ff,qd,Lf[jf++]);Wd.constructor=Ff,Ff.prototype=Wd,Id(sd,"RegExp",Ff,{constructor:!0})}jd("RegExp")},{"../internals/create-non-enumerable-property":145,"../internals/define-built-in":149,"../internals/descriptors":153,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/inherit-if-required":196,"../internals/internal-state":199,"../internals/is-forced":205,"../internals/is-regexp":211,"../internals/object-create":229,"../internals/object-get-own-property-names":234,"../internals/object-is-prototype-of":238,"../internals/proxy-accessor":253,"../internals/regexp-get-flags":258,"../internals/regexp-sticky-helpers":259,"../internals/regexp-unsupported-dot-all":260,"../internals/regexp-unsupported-ncg":261,"../internals/set-species":265,"../internals/to-string":291,"../internals/well-known-symbol":306}],340:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/regexp-exec");od({target:"RegExp",proto:!0,forced:/./.exec!==sd},{exec:sd})},{"../internals/export":170,"../internals/regexp-exec":256}],341:[function(ed,td,rd){var od=ed("../internals/function-name").PROPER,sd=ed("../internals/define-built-in"),ld=ed("../internals/an-object"),cd=ed("../internals/to-string"),ud=ed("../internals/fails"),gd=ed("../internals/regexp-get-flags"),_d="toString",yd=RegExp.prototype,Ed=yd[_d],Td=ud(function(){return Ed.call({source:"a",flags:"b"})!=="/a/b"}),Od=od&&Ed.name!==_d;(Td||Od)&&sd(yd,_d,function(){var Nd=ld(this),kd=cd(Nd.source),Id=cd(gd(Nd));return"/"+kd+"/"+Id},{unsafe:!0})},{"../internals/an-object":114,"../internals/define-built-in":149,"../internals/fails":171,"../internals/function-name":178,"../internals/regexp-get-flags":258,"../internals/to-string":291}],342:[function(ed,td,rd){var od=ed("../internals/collection"),sd=ed("../internals/collection-strong");od("Set",function(ld){return function(){return ld(this,arguments.length?arguments[0]:void 0)}},sd)},{"../internals/collection":140,"../internals/collection-strong":139}],343:[function(ed,td,rd){ed("../modules/es.set.constructor")},{"../modules/es.set.constructor":342}],344:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-uncurry-this"),ld=ed("../internals/not-a-regexp"),cd=ed("../internals/require-object-coercible"),ud=ed("../internals/to-string"),gd=ed("../internals/correct-is-regexp-logic"),_d=sd("".indexOf);od({target:"String",proto:!0,forced:!gd("includes")},{includes:function(Ed){return!!~_d(ud(cd(this)),ud(ld(Ed)),arguments.length>1?arguments[1]:void 0)}})},{"../internals/correct-is-regexp-logic":142,"../internals/export":170,"../internals/function-uncurry-this":181,"../internals/not-a-regexp":227,"../internals/require-object-coercible":262,"../internals/to-string":291}],345:[function(ed,td,rd){var od=ed("../internals/string-multibyte").charAt,sd=ed("../internals/to-string"),ld=ed("../internals/internal-state"),cd=ed("../internals/iterator-define"),ud=ed("../internals/create-iter-result-object"),gd="String Iterator",_d=ld.set,yd=ld.getterFor(gd);cd(String,"String",function(Ed){_d(this,{type:gd,string:sd(Ed),index:0})},function(){var Td=yd(this),Od=Td.string,Ad=Td.index,Nd;return Ad>=Od.length?ud(void 0,!0):(Nd=od(Od,Ad),Td.index+=Nd.length,ud(Nd,!1))})},{"../internals/create-iter-result-object":144,"../internals/internal-state":199,"../internals/iterator-define":216,"../internals/string-multibyte":271,"../internals/to-string":291}],346:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/fix-regexp-well-known-symbol-logic"),ld=ed("../internals/an-object"),cd=ed("../internals/is-null-or-undefined"),ud=ed("../internals/to-length"),gd=ed("../internals/to-string"),_d=ed("../internals/require-object-coercible"),yd=ed("../internals/get-method"),Ed=ed("../internals/advance-string-index"),Td=ed("../internals/regexp-exec-abstract");sd("match",function(Od,Ad,Nd){return[function(Id){var Rd=_d(this),Md=cd(Id)?void 0:yd(Id,Od);return Md?od(Md,Id,Rd):new RegExp(Id)[Od](gd(Rd))},function(kd){var Id=ld(this),Rd=gd(kd),Md=Nd(Ad,Id,Rd);if(Md.done)return Md.value;if(!Id.global)return Td(Id,Rd);var Ld=Id.unicode;Id.lastIndex=0;for(var jd=[],Pd=0,Fd;(Fd=Td(Id,Rd))!==null;){var Ud=gd(Fd[0]);jd[Pd]=Ud,Ud===""&&(Id.lastIndex=Ed(Rd,ud(Id.lastIndex),Ld)),Pd++}return Pd===0?null:jd}]})},{"../internals/advance-string-index":112,"../internals/an-object":114,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-call":177,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/to-length":284,"../internals/to-string":291}],347:[function(ed,td,rd){var od=ed("../internals/function-apply"),sd=ed("../internals/function-call"),ld=ed("../internals/function-uncurry-this"),cd=ed("../internals/fix-regexp-well-known-symbol-logic"),ud=ed("../internals/fails"),gd=ed("../internals/an-object"),_d=ed("../internals/is-callable"),yd=ed("../internals/is-null-or-undefined"),Ed=ed("../internals/to-integer-or-infinity"),Td=ed("../internals/to-length"),Od=ed("../internals/to-string"),Ad=ed("../internals/require-object-coercible"),Nd=ed("../internals/advance-string-index"),kd=ed("../internals/get-method"),Id=ed("../internals/get-substitution"),Rd=ed("../internals/regexp-exec-abstract"),Md=ed("../internals/well-known-symbol"),Ld=Md("replace"),jd=Math.max,Pd=Math.min,Fd=ld([].concat),Ud=ld([].push),Vd=ld("".indexOf),qd=ld("".slice),Wd=function(hf){return hf===void 0?hf:String(hf)},zd=function(){return"a".replace(/./,"$0")==="$0"}(),Kd=function(){return/./[Ld]?/./[Ld]("a","$0")==="":!1}(),Qd=!ud(function(){var hf=/./;return hf.exec=function(){var gf=[];return gf.groups={a:"7"},gf},"".replace(hf,"$<a>")!=="7"});cd("replace",function(hf,gf,bf){var kf=Kd?"$":"$0";return[function(Ef,yf){var Mf=Ad(this),Af=yd(Ef)?void 0:kd(Ef,Ld);return Af?sd(Af,Ef,Mf,yf):sd(gf,Od(Mf),Ef,yf)},function(Cf,Ef){var yf=gd(this),Mf=Od(Cf);if(typeof Ef=="string"&&Vd(Ef,kf)===-1&&Vd(Ef,"$<")===-1){var Af=bf(gf,yf,Mf,Ef);if(Af.done)return Af.value}var Zd=_d(Ef);Zd||(Ef=Od(Ef));var mf=yf.global,Pf;mf&&(Pf=yf.unicode,yf.lastIndex=0);for(var Ff=[],Lf;Lf=Rd(yf,Mf),!(Lf===null||(Ud(Ff,Lf),!mf));){var jf=Od(Lf[0]);jf===""&&(yf.lastIndex=Nd(Mf,Td(yf.lastIndex),Pf))}for(var xf="",Nf=0,Bf=0;Bf<Ff.length;Bf++){Lf=Ff[Bf];for(var Tf=Od(Lf[0]),wf=jd(Pd(Ed(Lf.index),Mf.length),0),Of=[],$f,Wf=1;Wf<Lf.length;Wf++)Ud(Of,Wd(Lf[Wf]));var Kf=Lf.groups;if(Zd){var Df=Fd([Tf],Of,wf,Mf);Kf!==void 0&&Ud(Df,Kf),$f=Od(od(Ef,void 0,Df))}else $f=Id(Tf,Mf,wf,Of,Kf,Ef);wf>=Nf&&(xf+=qd(Mf,Nf,wf)+$f,Nf=wf+Tf.length)}return xf+qd(Mf,Nf)}]},!Qd||!zd||Kd)},{"../internals/advance-string-index":112,"../internals/an-object":114,"../internals/fails":171,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-apply":174,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/get-method":186,"../internals/get-substitution":187,"../internals/is-callable":203,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/to-integer-or-infinity":283,"../internals/to-length":284,"../internals/to-string":291,"../internals/well-known-symbol":306}],348:[function(ed,td,rd){var od=ed("../internals/function-call"),sd=ed("../internals/fix-regexp-well-known-symbol-logic"),ld=ed("../internals/an-object"),cd=ed("../internals/is-null-or-undefined"),ud=ed("../internals/require-object-coercible"),gd=ed("../internals/same-value"),_d=ed("../internals/to-string"),yd=ed("../internals/get-method"),Ed=ed("../internals/regexp-exec-abstract");sd("search",function(Td,Od,Ad){return[function(kd){var Id=ud(this),Rd=cd(kd)?void 0:yd(kd,Td);return Rd?od(Rd,kd,Id):new RegExp(kd)[Td](_d(Id))},function(Nd){var kd=ld(this),Id=_d(Nd),Rd=Ad(Od,kd,Id);if(Rd.done)return Rd.value;var Md=kd.lastIndex;gd(Md,0)||(kd.lastIndex=0);var Ld=Ed(kd,Id);return gd(kd.lastIndex,Md)||(kd.lastIndex=Md),Ld===null?-1:Ld.index}]})},{"../internals/an-object":114,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-call":177,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/regexp-exec-abstract":255,"../internals/require-object-coercible":262,"../internals/same-value":264,"../internals/to-string":291}],349:[function(ed,td,rd){var od=ed("../internals/function-apply"),sd=ed("../internals/function-call"),ld=ed("../internals/function-uncurry-this"),cd=ed("../internals/fix-regexp-well-known-symbol-logic"),ud=ed("../internals/an-object"),gd=ed("../internals/is-null-or-undefined"),_d=ed("../internals/is-regexp"),yd=ed("../internals/require-object-coercible"),Ed=ed("../internals/species-constructor"),Td=ed("../internals/advance-string-index"),Od=ed("../internals/to-length"),Ad=ed("../internals/to-string"),Nd=ed("../internals/get-method"),kd=ed("../internals/array-slice"),Id=ed("../internals/regexp-exec-abstract"),Rd=ed("../internals/regexp-exec"),Md=ed("../internals/regexp-sticky-helpers"),Ld=ed("../internals/fails"),jd=Md.UNSUPPORTED_Y,Pd=4294967295,Fd=Math.min,Ud=[].push,Vd=ld(/./.exec),qd=ld(Ud),Wd=ld("".slice),zd=!Ld(function(){var Kd=/(?:)/,Qd=Kd.exec;Kd.exec=function(){return Qd.apply(this,arguments)};var hf="ab".split(Kd);return hf.length!==2||hf[0]!=="a"||hf[1]!=="b"});cd("split",function(Kd,Qd,hf){var gf;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?gf=function(bf,kf){var Cf=Ad(yd(this)),Ef=kf===void 0?Pd:kf>>>0;if(Ef===0)return[];if(bf===void 0)return[Cf];if(!_d(bf))return sd(Qd,Cf,bf,Ef);for(var yf=[],Mf=(bf.ignoreCase?"i":"")+(bf.multiline?"m":"")+(bf.unicode?"u":"")+(bf.sticky?"y":""),Af=0,Zd=new RegExp(bf.source,Mf+"g"),mf,Pf,Ff;(mf=sd(Rd,Zd,Cf))&&(Pf=Zd.lastIndex,!(Pf>Af&&(qd(yf,Wd(Cf,Af,mf.index)),mf.length>1&&mf.index<Cf.length&&od(Ud,yf,kd(mf,1)),Ff=mf[0].length,Af=Pf,yf.length>=Ef)));)Zd.lastIndex===mf.index&&Zd.lastIndex++;return Af===Cf.length?(Ff||!Vd(Zd,""))&&qd(yf,""):qd(yf,Wd(Cf,Af)),yf.length>Ef?kd(yf,0,Ef):yf}:"0".split(void 0,0).length?gf=function(bf,kf){return bf===void 0&&kf===0?[]:sd(Qd,this,bf,kf)}:gf=Qd,[function(kf,Cf){var Ef=yd(this),yf=gd(kf)?void 0:Nd(kf,Kd);return yf?sd(yf,kf,Ef,Cf):sd(gf,Ad(Ef),kf,Cf)},function(bf,kf){var Cf=ud(this),Ef=Ad(bf),yf=hf(gf,Cf,Ef,kf,gf!==Qd);if(yf.done)return yf.value;var Mf=Ed(Cf,RegExp),Af=Cf.unicode,Zd=(Cf.ignoreCase?"i":"")+(Cf.multiline?"m":"")+(Cf.unicode?"u":"")+(jd?"g":"y"),mf=new Mf(jd?"^(?:"+Cf.source+")":Cf,Zd),Pf=kf===void 0?Pd:kf>>>0;if(Pf===0)return[];if(Ef.length===0)return Id(mf,Ef)===null?[Ef]:[];for(var Ff=0,Lf=0,jf=[];Lf<Ef.length;){mf.lastIndex=jd?0:Lf;var xf=Id(mf,jd?Wd(Ef,Lf):Ef),Nf;if(xf===null||(Nf=Fd(Od(mf.lastIndex+(jd?Lf:0)),Ef.length))===Ff)Lf=Td(Ef,Lf,Af);else{if(qd(jf,Wd(Ef,Ff,Lf)),jf.length===Pf)return jf;for(var Bf=1;Bf<=xf.length-1;Bf++)if(qd(jf,xf[Bf]),jf.length===Pf)return jf;Lf=Ff=Nf}}return qd(jf,Wd(Ef,Ff)),jf}]},!zd,jd)},{"../internals/advance-string-index":112,"../internals/an-object":114,"../internals/array-slice":131,"../internals/fails":171,"../internals/fix-regexp-well-known-symbol-logic":172,"../internals/function-apply":174,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/get-method":186,"../internals/is-null-or-undefined":207,"../internals/is-regexp":211,"../internals/regexp-exec":256,"../internals/regexp-exec-abstract":255,"../internals/regexp-sticky-helpers":259,"../internals/require-object-coercible":262,"../internals/species-constructor":270,"../internals/to-length":284,"../internals/to-string":291}],350:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/function-uncurry-this-clause"),ld=ed("../internals/object-get-own-property-descriptor").f,cd=ed("../internals/to-length"),ud=ed("../internals/to-string"),gd=ed("../internals/not-a-regexp"),_d=ed("../internals/require-object-coercible"),yd=ed("../internals/correct-is-regexp-logic"),Ed=ed("../internals/is-pure"),Td=sd("".slice),Od=Math.min,Ad=yd("startsWith"),Nd=!Ed&&!Ad&&!!function(){var kd=ld(String.prototype,"startsWith");return kd&&!kd.writable}();od({target:"String",proto:!0,forced:!Nd&&!Ad},{startsWith:function(Id){var Rd=ud(_d(this));gd(Id);var Md=cd(Od(arguments.length>1?arguments[1]:void 0,Rd.length)),Ld=ud(Id);return Td(Rd,Md,Md+Ld.length)===Ld}})},{"../internals/correct-is-regexp-logic":142,"../internals/export":170,"../internals/function-uncurry-this-clause":180,"../internals/is-pure":210,"../internals/not-a-regexp":227,"../internals/object-get-own-property-descriptor":232,"../internals/require-object-coercible":262,"../internals/to-length":284,"../internals/to-string":291}],351:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/string-trim").trim,ld=ed("../internals/string-trim-forced");od({target:"String",proto:!0,forced:ld("trim")},{trim:function(){return sd(this)}})},{"../internals/export":170,"../internals/string-trim":273,"../internals/string-trim-forced":272}],352:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/global"),ld=ed("../internals/function-call"),cd=ed("../internals/function-uncurry-this"),ud=ed("../internals/is-pure"),gd=ed("../internals/descriptors"),_d=ed("../internals/symbol-constructor-detection"),yd=ed("../internals/fails"),Ed=ed("../internals/has-own-property"),Td=ed("../internals/object-is-prototype-of"),Od=ed("../internals/an-object"),Ad=ed("../internals/to-indexed-object"),Nd=ed("../internals/to-property-key"),kd=ed("../internals/to-string"),Id=ed("../internals/create-property-descriptor"),Rd=ed("../internals/object-create"),Md=ed("../internals/object-keys"),Ld=ed("../internals/object-get-own-property-names"),jd=ed("../internals/object-get-own-property-names-external"),Pd=ed("../internals/object-get-own-property-symbols"),Fd=ed("../internals/object-get-own-property-descriptor"),Ud=ed("../internals/object-define-property"),Vd=ed("../internals/object-define-properties"),qd=ed("../internals/object-property-is-enumerable"),Wd=ed("../internals/define-built-in"),zd=ed("../internals/define-built-in-accessor"),Kd=ed("../internals/shared"),Qd=ed("../internals/shared-key"),hf=ed("../internals/hidden-keys"),gf=ed("../internals/uid"),bf=ed("../internals/well-known-symbol"),kf=ed("../internals/well-known-symbol-wrapped"),Cf=ed("../internals/well-known-symbol-define"),Ef=ed("../internals/symbol-define-to-primitive"),yf=ed("../internals/set-to-string-tag"),Mf=ed("../internals/internal-state"),Af=ed("../internals/array-iteration").forEach,Zd=Qd("hidden"),mf="Symbol",Pf="prototype",Ff=Mf.set,Lf=Mf.getterFor(mf),jf=Object[Pf],xf=sd.Symbol,Nf=xf&&xf[Pf],Bf=sd.RangeError,Tf=sd.TypeError,wf=sd.QObject,Of=Fd.f,$f=Ud.f,Wf=jd.f,Kf=qd.f,Df=cd([].push),qf=Kd("symbols"),Xf=Kd("op-symbols"),hh=Kd("wks"),Mh=!wf||!wf[Pf]||!wf[Pf].findChild,wh=function(Gh,sm,kh){var Rh=Of(jf,sm);Rh&&delete jf[sm],$f(Gh,sm,kh),Rh&&Gh!==jf&&$f(jf,sm,Rh)},Bh=gd&&yd(function(){return Rd($f({},"a",{get:function(){return $f(this,"a",{value:7}).a}})).a!==7})?wh:$f,Uh=function(Gh,sm){var kh=qf[Gh]=Rd(Nf);return Ff(kh,{type:mf,tag:Gh,description:sm}),gd||(kh.description=sm),kh},oh=function(sm,kh,Rh){sm===jf&&oh(Xf,kh,Rh),Od(sm);var jh=Nd(kh);return Od(Rh),Ed(qf,jh)?(Rh.enumerable?(Ed(sm,Zd)&&sm[Zd][jh]&&(sm[Zd][jh]=!1),Rh=Rd(Rh,{enumerable:Id(0,!1)})):(Ed(sm,Zd)||$f(sm,Zd,Id(1,Rd(null))),sm[Zd][jh]=!0),Bh(sm,jh,Rh)):$f(sm,jh,Rh)},Vf=function(sm,kh){Od(sm);var Rh=Ad(kh),jh=Md(Rh).concat(Ah(Rh));return Af(jh,function(cm){(!gd||ld(Zf,Rh,cm))&&oh(sm,cm,Rh[cm])}),sm},Rf=function(sm,kh){return kh===void 0?Rd(sm):Vf(Rd(sm),kh)},Zf=function(sm){var kh=Nd(sm),Rh=ld(Kf,this,kh);return this===jf&&Ed(qf,kh)&&!Ed(Xf,kh)?!1:Rh||!Ed(this,kh)||!Ed(qf,kh)||Ed(this,Zd)&&this[Zd][kh]?Rh:!0},Jf=function(sm,kh){var Rh=Ad(sm),jh=Nd(kh);if(!(Rh===jf&&Ed(qf,jh)&&!Ed(Xf,jh))){var cm=Of(Rh,jh);return cm&&Ed(qf,jh)&&!(Ed(Rh,Zd)&&Rh[Zd][jh])&&(cm.enumerable=!0),cm}},Th=function(sm){var kh=Wf(Ad(sm)),Rh=[];return Af(kh,function(jh){!Ed(qf,jh)&&!Ed(hf,jh)&&Df(Rh,jh)}),Rh},Ah=function(Gh){var sm=Gh===jf,kh=Wf(sm?Xf:Ad(Gh)),Rh=[];return Af(kh,function(jh){Ed(qf,jh)&&(!sm||Ed(jf,jh))&&Df(Rh,qf[jh])}),Rh};_d||(xf=function(){if(Td(Nf,this))throw new Tf("Symbol is not a constructor");var sm=!arguments.length||arguments[0]===void 0?void 0:kd(arguments[0]),kh=gf(sm),Rh=function(jh){var cm=this===void 0?sd:this;cm===jf&&ld(Rh,Xf,jh),Ed(cm,Zd)&&Ed(cm[Zd],kh)&&(cm[Zd][kh]=!1);var Tm=Id(1,jh);try{Bh(cm,kh,Tm)}catch(Fm){if(!(Fm instanceof Bf))throw Fm;wh(cm,kh,Tm)}};return gd&&Mh&&Bh(jf,kh,{configurable:!0,set:Rh}),Uh(kh,sm)},Nf=xf[Pf],Wd(Nf,"toString",function(){return Lf(this).tag}),Wd(xf,"withoutSetter",function(Gh){return Uh(gf(Gh),Gh)}),qd.f=Zf,Ud.f=oh,Vd.f=Vf,Fd.f=Jf,Ld.f=jd.f=Th,Pd.f=Ah,kf.f=function(Gh){return Uh(bf(Gh),Gh)},gd&&(zd(Nf,"description",{configurable:!0,get:function(){return Lf(this).description}}),ud||Wd(jf,"propertyIsEnumerable",Zf,{unsafe:!0}))),od({global:!0,constructor:!0,wrap:!0,forced:!_d,sham:!_d},{Symbol:xf}),Af(Md(hh),function(Gh){Cf(Gh)}),od({target:mf,stat:!0,forced:!_d},{useSetter:function(){Mh=!0},useSimple:function(){Mh=!1}}),od({target:"Object",stat:!0,forced:!_d,sham:!gd},{create:Rf,defineProperty:oh,defineProperties:Vf,getOwnPropertyDescriptor:Jf}),od({target:"Object",stat:!0,forced:!_d},{getOwnPropertyNames:Th}),Ef(),yf(xf,mf),hf[Zd]=!0},{"../internals/an-object":114,"../internals/array-iteration":125,"../internals/create-property-descriptor":146,"../internals/define-built-in":149,"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/export":170,"../internals/fails":171,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/hidden-keys":190,"../internals/internal-state":199,"../internals/is-pure":210,"../internals/object-create":229,"../internals/object-define-properties":230,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/object-get-own-property-names":234,"../internals/object-get-own-property-names-external":233,"../internals/object-get-own-property-symbols":235,"../internals/object-is-prototype-of":238,"../internals/object-keys":240,"../internals/object-property-is-enumerable":241,"../internals/set-to-string-tag":266,"../internals/shared":269,"../internals/shared-key":267,"../internals/symbol-constructor-detection":274,"../internals/symbol-define-to-primitive":275,"../internals/to-indexed-object":282,"../internals/to-property-key":289,"../internals/to-string":291,"../internals/uid":299,"../internals/well-known-symbol":306,"../internals/well-known-symbol-define":304,"../internals/well-known-symbol-wrapped":305}],353:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/descriptors"),ld=ed("../internals/global"),cd=ed("../internals/function-uncurry-this"),ud=ed("../internals/has-own-property"),gd=ed("../internals/is-callable"),_d=ed("../internals/object-is-prototype-of"),yd=ed("../internals/to-string"),Ed=ed("../internals/define-built-in-accessor"),Td=ed("../internals/copy-constructor-properties"),Od=ld.Symbol,Ad=Od&&Od.prototype;if(sd&&gd(Od)&&(!("description"in Ad)||Od().description!==void 0)){var Nd={},kd=function(){var Ud=arguments.length<1||arguments[0]===void 0?void 0:yd(arguments[0]),Vd=_d(Ad,this)?new Od(Ud):Ud===void 0?Od():Od(Ud);return Ud===""&&(Nd[Vd]=!0),Vd};Td(kd,Od),kd.prototype=Ad,Ad.constructor=kd;var Id=String(Od("description detection"))==="Symbol(description detection)",Rd=cd(Ad.valueOf),Md=cd(Ad.toString),Ld=/^Symbol\((.*)\)[^)]+$/,jd=cd("".replace),Pd=cd("".slice);Ed(Ad,"description",{configurable:!0,get:function(){var Ud=Rd(this);if(ud(Nd,Ud))return"";var Vd=Md(Ud),qd=Id?Pd(Vd,7,-1):jd(Vd,Ld,"$1");return qd===""?void 0:qd}}),od({global:!0,constructor:!0,forced:!0},{Symbol:kd})}},{"../internals/copy-constructor-properties":141,"../internals/define-built-in-accessor":148,"../internals/descriptors":153,"../internals/export":170,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/has-own-property":189,"../internals/is-callable":203,"../internals/object-is-prototype-of":238,"../internals/to-string":291}],354:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/get-built-in"),ld=ed("../internals/has-own-property"),cd=ed("../internals/to-string"),ud=ed("../internals/shared"),gd=ed("../internals/symbol-registry-detection"),_d=ud("string-to-symbol-registry"),yd=ud("symbol-to-string-registry");od({target:"Symbol",stat:!0,forced:!gd},{for:function(Ed){var Td=cd(Ed);if(ld(_d,Td))return _d[Td];var Od=sd("Symbol")(Td);return _d[Td]=Od,yd[Od]=Td,Od}})},{"../internals/export":170,"../internals/get-built-in":182,"../internals/has-own-property":189,"../internals/shared":269,"../internals/symbol-registry-detection":276,"../internals/to-string":291}],355:[function(ed,td,rd){var od=ed("../internals/well-known-symbol-define");od("iterator")},{"../internals/well-known-symbol-define":304}],356:[function(ed,td,rd){ed("../modules/es.symbol.constructor"),ed("../modules/es.symbol.for"),ed("../modules/es.symbol.key-for"),ed("../modules/es.json.stringify"),ed("../modules/es.object.get-own-property-symbols")},{"../modules/es.json.stringify":323,"../modules/es.object.get-own-property-symbols":329,"../modules/es.symbol.constructor":352,"../modules/es.symbol.for":354,"../modules/es.symbol.key-for":357}],357:[function(ed,td,rd){var od=ed("../internals/export"),sd=ed("../internals/has-own-property"),ld=ed("../internals/is-symbol"),cd=ed("../internals/try-to-string"),ud=ed("../internals/shared"),gd=ed("../internals/symbol-registry-detection"),_d=ud("symbol-to-string-registry");od({target:"Symbol",stat:!0,forced:!gd},{keyFor:function(Ed){if(!ld(Ed))throw new TypeError(cd(Ed)+" is not a symbol");if(sd(_d,Ed))return _d[Ed]}})},{"../internals/export":170,"../internals/has-own-property":189,"../internals/is-symbol":212,"../internals/shared":269,"../internals/symbol-registry-detection":276,"../internals/try-to-string":293}],358:[function(ed,td,rd){var od=ed("../internals/function-uncurry-this"),sd=ed("../internals/array-buffer-view-core"),ld=ed("../internals/array-copy-within"),cd=od(ld),ud=sd.aTypedArray,gd=sd.exportTypedArrayMethod;gd("copyWithin",function(yd,Ed){return cd(ud(this),yd,Ed,arguments.length>2?arguments[2]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-copy-within":119,"../internals/function-uncurry-this":181}],359:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-iteration").every,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("every",function(gd){return sd(ld(this),gd,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],360:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-fill"),ld=ed("../internals/to-big-int"),cd=ed("../internals/classof"),ud=ed("../internals/function-call"),gd=ed("../internals/function-uncurry-this"),_d=ed("../internals/fails"),yd=od.aTypedArray,Ed=od.exportTypedArrayMethod,Td=gd("".slice),Od=_d(function(){var Ad=0;return new Int8Array(2).fill({valueOf:function(){return Ad++}}),Ad!==1});Ed("fill",function(Nd){var kd=arguments.length;yd(this);var Id=Td(cd(this),0,3)==="Big"?ld(Nd):+Nd;return ud(sd,this,Id,kd>1?arguments[1]:void 0,kd>2?arguments[2]:void 0)},Od)},{"../internals/array-buffer-view-core":117,"../internals/array-fill":120,"../internals/classof":138,"../internals/fails":171,"../internals/function-call":177,"../internals/function-uncurry-this":181,"../internals/to-big-int":280}],361:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-iteration").filter,ld=ed("../internals/typed-array-from-species-and-list"),cd=od.aTypedArray,ud=od.exportTypedArrayMethod;ud("filter",function(_d){var yd=sd(cd(this),_d,arguments.length>1?arguments[1]:void 0);return ld(this,yd)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-from-species-and-list":296}],362:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-iteration").findIndex,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("findIndex",function(gd){return sd(ld(this),gd,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],363:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-iteration").find,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("find",function(gd){return sd(ld(this),gd,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],364:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-iteration").forEach,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("forEach",function(gd){sd(ld(this),gd,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],365:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-includes").includes,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("includes",function(gd){return sd(ld(this),gd,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-includes":124}],366:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-includes").indexOf,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("indexOf",function(gd){return sd(ld(this),gd,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-includes":124}],367:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/fails"),ld=ed("../internals/function-uncurry-this"),cd=ed("../internals/array-buffer-view-core"),ud=ed("../modules/es.array.iterator"),gd=ed("../internals/well-known-symbol"),_d=gd("iterator"),yd=od.Uint8Array,Ed=ld(ud.values),Td=ld(ud.keys),Od=ld(ud.entries),Ad=cd.aTypedArray,Nd=cd.exportTypedArrayMethod,kd=yd&&yd.prototype,Id=!sd(function(){kd[_d].call([1])}),Rd=!!kd&&kd.values&&kd[_d]===kd.values&&kd.values.name==="values",Md=function(){return Ed(Ad(this))};Nd("entries",function(){return Od(Ad(this))},Id),Nd("keys",function(){return Td(Ad(this))},Id),Nd("values",Md,Id||!Rd,{name:"values"}),Nd(_d,Md,Id||!Rd,{name:"values"})},{"../internals/array-buffer-view-core":117,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188,"../internals/well-known-symbol":306,"../modules/es.array.iterator":316}],368:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/function-uncurry-this"),ld=od.aTypedArray,cd=od.exportTypedArrayMethod,ud=sd([].join);cd("join",function(_d){return ud(ld(this),_d)})},{"../internals/array-buffer-view-core":117,"../internals/function-uncurry-this":181}],369:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/function-apply"),ld=ed("../internals/array-last-index-of"),cd=od.aTypedArray,ud=od.exportTypedArrayMethod;ud("lastIndexOf",function(_d){var yd=arguments.length;return sd(ld,cd(this),yd>1?[_d,arguments[1]]:[_d])})},{"../internals/array-buffer-view-core":117,"../internals/array-last-index-of":126,"../internals/function-apply":174}],370:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-iteration").map,ld=ed("../internals/typed-array-species-constructor"),cd=od.aTypedArray,ud=od.exportTypedArrayMethod;ud("map",function(_d){return sd(cd(this),_d,arguments.length>1?arguments[1]:void 0,function(yd,Ed){return new(ld(yd))(Ed)})})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-species-constructor":298}],371:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-reduce").right,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("reduceRight",function(gd){var _d=arguments.length;return sd(ld(this),gd,_d,_d>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],372:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-reduce").left,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("reduce",function(gd){var _d=arguments.length;return sd(ld(this),gd,_d,_d>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],373:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=od.aTypedArray,ld=od.exportTypedArrayMethod,cd=Math.floor;ld("reverse",function(){for(var gd=this,_d=sd(gd).length,yd=cd(_d/2),Ed=0,Td;Ed<yd;)Td=gd[Ed],gd[Ed++]=gd[--_d],gd[_d]=Td;return gd})},{"../internals/array-buffer-view-core":117}],374:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/function-call"),ld=ed("../internals/array-buffer-view-core"),cd=ed("../internals/length-of-array-like"),ud=ed("../internals/to-offset"),gd=ed("../internals/to-object"),_d=ed("../internals/fails"),yd=od.RangeError,Ed=od.Int8Array,Td=Ed&&Ed.prototype,Od=Td&&Td.set,Ad=ld.aTypedArray,Nd=ld.exportTypedArrayMethod,kd=!_d(function(){var Rd=new Uint8ClampedArray(2);return sd(Od,Rd,{length:1,0:3},1),Rd[1]!==3}),Id=kd&&ld.NATIVE_ARRAY_BUFFER_VIEWS&&_d(function(){var Rd=new Ed(2);return Rd.set(1),Rd.set("2",1),Rd[0]!==0||Rd[1]!==2});Nd("set",function(Md){Ad(this);var Ld=ud(arguments.length>1?arguments[1]:void 0,1),jd=gd(Md);if(kd)return sd(Od,this,jd,Ld);var Pd=this.length,Fd=cd(jd),Ud=0;if(Fd+Ld>Pd)throw new yd("Wrong length");for(;Ud<Fd;)this[Ld+Ud]=jd[Ud++]},!kd||Id)},{"../internals/array-buffer-view-core":117,"../internals/fails":171,"../internals/function-call":177,"../internals/global":188,"../internals/length-of-array-like":219,"../internals/to-object":285,"../internals/to-offset":286}],375:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/typed-array-species-constructor"),ld=ed("../internals/fails"),cd=ed("../internals/array-slice"),ud=od.aTypedArray,gd=od.exportTypedArrayMethod,_d=ld(function(){new Int8Array(1).slice()});gd("slice",function(Ed,Td){for(var Od=cd(ud(this),Ed,Td),Ad=sd(this),Nd=0,kd=Od.length,Id=new Ad(kd);kd>Nd;)Id[Nd]=Od[Nd++];return Id},_d)},{"../internals/array-buffer-view-core":117,"../internals/array-slice":131,"../internals/fails":171,"../internals/typed-array-species-constructor":298}],376:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/array-iteration").some,ld=od.aTypedArray,cd=od.exportTypedArrayMethod;cd("some",function(gd){return sd(ld(this),gd,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],377:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/function-uncurry-this-clause"),ld=ed("../internals/fails"),cd=ed("../internals/a-callable"),ud=ed("../internals/array-sort"),gd=ed("../internals/array-buffer-view-core"),_d=ed("../internals/engine-ff-version"),yd=ed("../internals/engine-is-ie-or-edge"),Ed=ed("../internals/engine-v8-version"),Td=ed("../internals/engine-webkit-version"),Od=gd.aTypedArray,Ad=gd.exportTypedArrayMethod,Nd=od.Uint16Array,kd=Nd&&sd(Nd.prototype.sort),Id=!!kd&&!(ld(function(){kd(new Nd(2),null)})&&ld(function(){kd(new Nd(2),{})})),Rd=!!kd&&!ld(function(){if(Ed)return Ed<74;if(_d)return _d<67;if(yd)return!0;if(Td)return Td<602;var Ld=new Nd(516),jd=Array(516),Pd,Fd;for(Pd=0;Pd<516;Pd++)Fd=Pd%4,Ld[Pd]=515-Pd,jd[Pd]=Pd-2*Fd+3;for(kd(Ld,function(Ud,Vd){return(Ud/4|0)-(Vd/4|0)}),Pd=0;Pd<516;Pd++)if(Ld[Pd]!==jd[Pd])return!0}),Md=function(Ld){return function(jd,Pd){return Ld!==void 0?+Ld(jd,Pd)||0:Pd!==Pd?-1:jd!==jd?1:jd===0&&Pd===0?1/jd>0&&1/Pd<0?1:-1:jd>Pd}};Ad("sort",function(jd){return jd!==void 0&&cd(jd),Rd?kd(this,jd):ud(Od(this),Md(jd))},!Rd||Id)},{"../internals/a-callable":108,"../internals/array-buffer-view-core":117,"../internals/array-sort":132,"../internals/engine-ff-version":158,"../internals/engine-is-ie-or-edge":161,"../internals/engine-v8-version":167,"../internals/engine-webkit-version":168,"../internals/fails":171,"../internals/function-uncurry-this-clause":180,"../internals/global":188}],378:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core"),sd=ed("../internals/to-length"),ld=ed("../internals/to-absolute-index"),cd=ed("../internals/typed-array-species-constructor"),ud=od.aTypedArray,gd=od.exportTypedArrayMethod;gd("subarray",function(yd,Ed){var Td=ud(this),Od=Td.length,Ad=ld(yd,Od),Nd=cd(Td);return new Nd(Td.buffer,Td.byteOffset+Ad*Td.BYTES_PER_ELEMENT,sd((Ed===void 0?Od:ld(Ed,Od))-Ad))})},{"../internals/array-buffer-view-core":117,"../internals/to-absolute-index":279,"../internals/to-length":284,"../internals/typed-array-species-constructor":298}],379:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/function-apply"),ld=ed("../internals/array-buffer-view-core"),cd=ed("../internals/fails"),ud=ed("../internals/array-slice"),gd=od.Int8Array,_d=ld.aTypedArray,yd=ld.exportTypedArrayMethod,Ed=[].toLocaleString,Td=!!gd&&cd(function(){Ed.call(new gd(1))}),Od=cd(function(){return[1,2].toLocaleString()!==new gd([1,2]).toLocaleString()})||!cd(function(){gd.prototype.toLocaleString.call([1,2])});yd("toLocaleString",function(){return sd(Ed,Td?ud(_d(this)):_d(this),ud(arguments))},Od)},{"../internals/array-buffer-view-core":117,"../internals/array-slice":131,"../internals/fails":171,"../internals/function-apply":174,"../internals/global":188}],380:[function(ed,td,rd){var od=ed("../internals/array-buffer-view-core").exportTypedArrayMethod,sd=ed("../internals/fails"),ld=ed("../internals/global"),cd=ed("../internals/function-uncurry-this"),ud=ld.Uint8Array,gd=ud&&ud.prototype||{},_d=[].toString,yd=cd([].join);sd(function(){_d.call({})})&&(_d=function(){return yd(this)});var Ed=gd.toString!==_d;od("toString",_d,Ed)},{"../internals/array-buffer-view-core":117,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188}],381:[function(ed,td,rd){var od=ed("../internals/typed-array-constructor");od("Uint8",function(sd){return function(cd,ud,gd){return sd(this,cd,ud,gd)}})},{"../internals/typed-array-constructor":294}],382:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/dom-iterables"),ld=ed("../internals/dom-token-list-prototype"),cd=ed("../internals/array-for-each"),ud=ed("../internals/create-non-enumerable-property"),gd=function(yd){if(yd&&yd.forEach!==cd)try{ud(yd,"forEach",cd)}catch{yd.forEach=cd}};for(var _d in sd)sd[_d]&&gd(od[_d]&&od[_d].prototype);gd(ld)},{"../internals/array-for-each":121,"../internals/create-non-enumerable-property":145,"../internals/dom-iterables":156,"../internals/dom-token-list-prototype":157,"../internals/global":188}],383:[function(ed,td,rd){var od=ed("../internals/global"),sd=ed("../internals/dom-iterables"),ld=ed("../internals/dom-token-list-prototype"),cd=ed("../modules/es.array.iterator"),ud=ed("../internals/create-non-enumerable-property"),gd=ed("../internals/set-to-string-tag"),_d=ed("../internals/well-known-symbol"),yd=_d("iterator"),Ed=cd.values,Td=function(Ad,Nd){if(Ad){if(Ad[yd]!==Ed)try{ud(Ad,yd,Ed)}catch{Ad[yd]=Ed}if(gd(Ad,Nd,!0),sd[Nd]){for(var kd in cd)if(Ad[kd]!==cd[kd])try{ud(Ad,kd,cd[kd])}catch{Ad[kd]=cd[kd]}}}};for(var Od in sd)Td(od[Od]&&od[Od].prototype,Od);Td(ld,"DOMTokenList")},{"../internals/create-non-enumerable-property":145,"../internals/dom-iterables":156,"../internals/dom-token-list-prototype":157,"../internals/global":188,"../internals/set-to-string-tag":266,"../internals/well-known-symbol":306,"../modules/es.array.iterator":316}],384:[function(ed,td,rd){function od(Rd){return Array.isArray?Array.isArray(Rd):Id(Rd)==="[object Array]"}rd.isArray=od;function sd(Rd){return typeof Rd=="boolean"}rd.isBoolean=sd;function ld(Rd){return Rd===null}rd.isNull=ld;function cd(Rd){return Rd==null}rd.isNullOrUndefined=cd;function ud(Rd){return typeof Rd=="number"}rd.isNumber=ud;function gd(Rd){return typeof Rd=="string"}rd.isString=gd;function _d(Rd){return typeof Rd=="symbol"}rd.isSymbol=_d;function yd(Rd){return Rd===void 0}rd.isUndefined=yd;function Ed(Rd){return Id(Rd)==="[object RegExp]"}rd.isRegExp=Ed;function Td(Rd){return typeof Rd=="object"&&Rd!==null}rd.isObject=Td;function Od(Rd){return Id(Rd)==="[object Date]"}rd.isDate=Od;function Ad(Rd){return Id(Rd)==="[object Error]"||Rd instanceof Error}rd.isError=Ad;function Nd(Rd){return typeof Rd=="function"}rd.isFunction=Nd;function kd(Rd){return Rd===null||typeof Rd=="boolean"||typeof Rd=="number"||typeof Rd=="string"||typeof Rd=="symbol"||typeof Rd>"u"}rd.isPrimitive=kd,rd.isBuffer=ed("buffer").Buffer.isBuffer;function Id(Rd){return Object.prototype.toString.call(Rd)}},{buffer:103}],385:[function(ed,td,rd){(function(od){var sd=function(){var _d=/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|'[^']*'|'[^']*'/g,yd=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,Ed=/[^-+\dA-Z]/g;return function(Td,Od,Ad,Nd){if(arguments.length===1&&gd(Td)==="string"&&!/\d/.test(Td)&&(Od=Td,Td=void 0),Td=Td||new Date,Td instanceof Date||(Td=new Date(Td)),isNaN(Td))throw TypeError("Invalid date");Od=String(sd.masks[Od]||Od||sd.masks.default);var kd=Od.slice(0,4);(kd==="UTC:"||kd==="GMT:")&&(Od=Od.slice(4),Ad=!0,kd==="GMT:"&&(Nd=!0));var Id=Ad?"getUTC":"get",Rd=Td[Id+"Date"](),Md=Td[Id+"Day"](),Ld=Td[Id+"Month"](),jd=Td[Id+"FullYear"](),Pd=Td[Id+"Hours"](),Fd=Td[Id+"Minutes"](),Ud=Td[Id+"Seconds"](),Vd=Td[Id+"Milliseconds"](),qd=Ad?0:Td.getTimezoneOffset(),Wd=cd(Td),zd=ud(Td),Kd={d:Rd,dd:ld(Rd),ddd:sd.i18n.dayNames[Md],dddd:sd.i18n.dayNames[Md+7],m:Ld+1,mm:ld(Ld+1),mmm:sd.i18n.monthNames[Ld],mmmm:sd.i18n.monthNames[Ld+12],yy:String(jd).slice(2),yyyy:jd,h:Pd%12||12,hh:ld(Pd%12||12),H:Pd,HH:ld(Pd),M:Fd,MM:ld(Fd),s:Ud,ss:ld(Ud),l:ld(Vd,3),L:ld(Math.round(Vd/10)),t:Pd<12?"a":"p",tt:Pd<12?"am":"pm",T:Pd<12?"A":"P",TT:Pd<12?"AM":"PM",Z:Nd?"GMT":Ad?"UTC":(String(Td).match(yd)||[""]).pop().replace(Ed,""),o:(qd>0?"-":"+")+ld(Math.floor(Math.abs(qd)/60)*100+Math.abs(qd)%60,4),S:["th","st","nd","rd"][Rd%10>3?0:(Rd%100-Rd%10!=10)*Rd%10],W:Wd,N:zd};return Od.replace(_d,function(Qd){return Qd in Kd?Kd[Qd]:Qd.slice(1,Qd.length-1)})}}();sd.masks={default:"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy",shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:sso",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'",expiresHeaderFormat:"ddd, dd mmm yyyy HH:MM:ss Z"},sd.i18n={dayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"]};function ld(_d,yd){for(_d=String(_d),yd=yd||2;_d.length<yd;)_d="0"+_d;return _d}function cd(_d){var yd=new Date(_d.getFullYear(),_d.getMonth(),_d.getDate());yd.setDate(yd.getDate()-(yd.getDay()+6)%7+3);var Ed=new Date(yd.getFullYear(),0,4);Ed.setDate(Ed.getDate()-(Ed.getDay()+6)%7+3);var Td=yd.getTimezoneOffset()-Ed.getTimezoneOffset();yd.setHours(yd.getHours()-Td);var Od=(yd-Ed)/(864e5*7);return 1+Math.floor(Od)}function ud(_d){var yd=_d.getDay();return yd===0&&(yd=7),yd}function gd(_d){return _d===null?"null":_d===void 0?"undefined":typeof _d!="object"?typeof _d:Array.isArray(_d)?"array":{}.toString.call(_d).slice(8,-1).toLowerCase()}typeof rd=="object"?td.exports=sd:od.dateFormat=sd})(this)},{}],386:[function(ed,td,rd){var od=ed("has-property-descriptors")(),sd=ed("get-intrinsic"),ld=od&&sd("%Object.defineProperty%",!0);if(ld)try{ld({},"a",{value:1})}catch{ld=!1}var cd=sd("%SyntaxError%"),ud=sd("%TypeError%"),gd=ed("gopd");td.exports=function(yd,Ed,Td){if(!yd||typeof yd!="object"&&typeof yd!="function")throw new ud("`obj` must be an object or a function`");if(typeof Ed!="string"&&typeof Ed!="symbol")throw new ud("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new ud("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new ud("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new ud("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new ud("`loose`, if provided, must be a boolean");var Od=arguments.length>3?arguments[3]:null,Ad=arguments.length>4?arguments[4]:null,Nd=arguments.length>5?arguments[5]:null,kd=arguments.length>6?arguments[6]:!1,Id=!!gd&&gd(yd,Ed);if(ld)ld(yd,Ed,{configurable:Nd===null&&Id?Id.configurable:!Nd,enumerable:Od===null&&Id?Id.enumerable:!Od,value:Td,writable:Ad===null&&Id?Id.writable:!Ad});else if(kd||!Od&&!Ad&&!Nd)yd[Ed]=Td;else throw new cd("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}},{"get-intrinsic":392,gopd:393,"has-property-descriptors":394}],387:[function(ed,td,rd){var od=/["'&<>]/;td.exports=sd;function sd(ld){var cd=""+ld,ud=od.exec(cd);if(!ud)return cd;var gd,_d="",yd=0,Ed=0;for(yd=ud.index;yd<cd.length;yd++){switch(cd.charCodeAt(yd)){case 34:gd="&quot;";break;case 38:gd="&amp;";break;case 39:gd="&#39;";break;case 60:gd="&lt;";break;case 62:gd="&gt;";break;default:continue}Ed!==yd&&(_d+=cd.substring(Ed,yd)),Ed=yd+1,_d+=gd}return Ed!==yd?_d+cd.substring(Ed,yd):_d}},{}],388:[function(ed,td,rd){var od=typeof Reflect=="object"?Reflect:null,sd=od&&typeof od.apply=="function"?od.apply:function(Ud,Vd,qd){return Function.prototype.apply.call(Ud,Vd,qd)},ld;od&&typeof od.ownKeys=="function"?ld=od.ownKeys:Object.getOwnPropertySymbols?ld=function(Ud){return Object.getOwnPropertyNames(Ud).concat(Object.getOwnPropertySymbols(Ud))}:ld=function(Ud){return Object.getOwnPropertyNames(Ud)};function cd(Fd){console&&console.warn&&console.warn(Fd)}var ud=Number.isNaN||function(Ud){return Ud!==Ud};function gd(){gd.init.call(this)}td.exports=gd,td.exports.once=Ld,gd.EventEmitter=gd,gd.prototype._events=void 0,gd.prototype._eventsCount=0,gd.prototype._maxListeners=void 0;var _d=10;function yd(Fd){if(typeof Fd!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof Fd)}Object.defineProperty(gd,"defaultMaxListeners",{enumerable:!0,get:function(){return _d},set:function(Fd){if(typeof Fd!="number"||Fd<0||ud(Fd))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+Fd+".");_d=Fd}}),gd.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},gd.prototype.setMaxListeners=function(Ud){if(typeof Ud!="number"||Ud<0||ud(Ud))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+Ud+".");return this._maxListeners=Ud,this};function Ed(Fd){return Fd._maxListeners===void 0?gd.defaultMaxListeners:Fd._maxListeners}gd.prototype.getMaxListeners=function(){return Ed(this)},gd.prototype.emit=function(Ud){for(var Vd=[],qd=1;qd<arguments.length;qd++)Vd.push(arguments[qd]);var Wd=Ud==="error",zd=this._events;if(zd!==void 0)Wd=Wd&&zd.error===void 0;else if(!Wd)return!1;if(Wd){var Kd;if(Vd.length>0&&(Kd=Vd[0]),Kd instanceof Error)throw Kd;var Qd=new Error("Unhandled error."+(Kd?" ("+Kd.message+")":""));throw Qd.context=Kd,Qd}var hf=zd[Ud];if(hf===void 0)return!1;if(typeof hf=="function")sd(hf,this,Vd);else for(var gf=hf.length,bf=Id(hf,gf),qd=0;qd<gf;++qd)sd(bf[qd],this,Vd);return!0};function Td(Fd,Ud,Vd,qd){var Wd,zd,Kd;if(yd(Vd),zd=Fd._events,zd===void 0?(zd=Fd._events=Object.create(null),Fd._eventsCount=0):(zd.newListener!==void 0&&(Fd.emit("newListener",Ud,Vd.listener?Vd.listener:Vd),zd=Fd._events),Kd=zd[Ud]),Kd===void 0)Kd=zd[Ud]=Vd,++Fd._eventsCount;else if(typeof Kd=="function"?Kd=zd[Ud]=qd?[Vd,Kd]:[Kd,Vd]:qd?Kd.unshift(Vd):Kd.push(Vd),Wd=Ed(Fd),Wd>0&&Kd.length>Wd&&!Kd.warned){Kd.warned=!0;var Qd=new Error("Possible EventEmitter memory leak detected. "+Kd.length+" "+String(Ud)+" listeners added. Use emitter.setMaxListeners() to increase limit");Qd.name="MaxListenersExceededWarning",Qd.emitter=Fd,Qd.type=Ud,Qd.count=Kd.length,cd(Qd)}return Fd}gd.prototype.addListener=function(Ud,Vd){return Td(this,Ud,Vd,!1)},gd.prototype.on=gd.prototype.addListener,gd.prototype.prependListener=function(Ud,Vd){return Td(this,Ud,Vd,!0)};function Od(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Ad(Fd,Ud,Vd){var qd={fired:!1,wrapFn:void 0,target:Fd,type:Ud,listener:Vd},Wd=Od.bind(qd);return Wd.listener=Vd,qd.wrapFn=Wd,Wd}gd.prototype.once=function(Ud,Vd){return yd(Vd),this.on(Ud,Ad(this,Ud,Vd)),this},gd.prototype.prependOnceListener=function(Ud,Vd){return yd(Vd),this.prependListener(Ud,Ad(this,Ud,Vd)),this},gd.prototype.removeListener=function(Ud,Vd){var qd,Wd,zd,Kd,Qd;if(yd(Vd),Wd=this._events,Wd===void 0)return this;if(qd=Wd[Ud],qd===void 0)return this;if(qd===Vd||qd.listener===Vd)--this._eventsCount===0?this._events=Object.create(null):(delete Wd[Ud],Wd.removeListener&&this.emit("removeListener",Ud,qd.listener||Vd));else if(typeof qd!="function"){for(zd=-1,Kd=qd.length-1;Kd>=0;Kd--)if(qd[Kd]===Vd||qd[Kd].listener===Vd){Qd=qd[Kd].listener,zd=Kd;break}if(zd<0)return this;zd===0?qd.shift():Rd(qd,zd),qd.length===1&&(Wd[Ud]=qd[0]),Wd.removeListener!==void 0&&this.emit("removeListener",Ud,Qd||Vd)}return this},gd.prototype.off=gd.prototype.removeListener,gd.prototype.removeAllListeners=function(Ud){var Vd,qd,Wd;if(qd=this._events,qd===void 0)return this;if(qd.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):qd[Ud]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete qd[Ud]),this;if(arguments.length===0){var zd=Object.keys(qd),Kd;for(Wd=0;Wd<zd.length;++Wd)Kd=zd[Wd],Kd!=="removeListener"&&this.removeAllListeners(Kd);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(Vd=qd[Ud],typeof Vd=="function")this.removeListener(Ud,Vd);else if(Vd!==void 0)for(Wd=Vd.length-1;Wd>=0;Wd--)this.removeListener(Ud,Vd[Wd]);return this};function Nd(Fd,Ud,Vd){var qd=Fd._events;if(qd===void 0)return[];var Wd=qd[Ud];return Wd===void 0?[]:typeof Wd=="function"?Vd?[Wd.listener||Wd]:[Wd]:Vd?Md(Wd):Id(Wd,Wd.length)}gd.prototype.listeners=function(Ud){return Nd(this,Ud,!0)},gd.prototype.rawListeners=function(Ud){return Nd(this,Ud,!1)},gd.listenerCount=function(Fd,Ud){return typeof Fd.listenerCount=="function"?Fd.listenerCount(Ud):kd.call(Fd,Ud)},gd.prototype.listenerCount=kd;function kd(Fd){var Ud=this._events;if(Ud!==void 0){var Vd=Ud[Fd];if(typeof Vd=="function")return 1;if(Vd!==void 0)return Vd.length}return 0}gd.prototype.eventNames=function(){return this._eventsCount>0?ld(this._events):[]};function Id(Fd,Ud){for(var Vd=new Array(Ud),qd=0;qd<Ud;++qd)Vd[qd]=Fd[qd];return Vd}function Rd(Fd,Ud){for(;Ud+1<Fd.length;Ud++)Fd[Ud]=Fd[Ud+1];Fd.pop()}function Md(Fd){for(var Ud=new Array(Fd.length),Vd=0;Vd<Ud.length;++Vd)Ud[Vd]=Fd[Vd].listener||Fd[Vd];return Ud}function Ld(Fd,Ud){return new Promise(function(Vd,qd){function Wd(Kd){Fd.removeListener(Ud,zd),qd(Kd)}function zd(){typeof Fd.removeListener=="function"&&Fd.removeListener("error",Wd),Vd([].slice.call(arguments))}Pd(Fd,Ud,zd,{once:!0}),Ud!=="error"&&jd(Fd,Wd,{once:!0})})}function jd(Fd,Ud,Vd){typeof Fd.on=="function"&&Pd(Fd,"error",Ud,Vd)}function Pd(Fd,Ud,Vd,qd){if(typeof Fd.on=="function")qd.once?Fd.once(Ud,Vd):Fd.on(Ud,Vd);else if(typeof Fd.addEventListener=="function")Fd.addEventListener(Ud,function Wd(zd){qd.once&&Fd.removeEventListener(Ud,Wd),Vd(zd)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof Fd)}},{}],389:[function(ed,td,rd){var od=ed("is-callable"),sd=Object.prototype.toString,ld=Object.prototype.hasOwnProperty,cd=function(Ed,Td,Od){for(var Ad=0,Nd=Ed.length;Ad<Nd;Ad++)ld.call(Ed,Ad)&&(Od==null?Td(Ed[Ad],Ad,Ed):Td.call(Od,Ed[Ad],Ad,Ed))},ud=function(Ed,Td,Od){for(var Ad=0,Nd=Ed.length;Ad<Nd;Ad++)Od==null?Td(Ed.charAt(Ad),Ad,Ed):Td.call(Od,Ed.charAt(Ad),Ad,Ed)},gd=function(Ed,Td,Od){for(var Ad in Ed)ld.call(Ed,Ad)&&(Od==null?Td(Ed[Ad],Ad,Ed):Td.call(Od,Ed[Ad],Ad,Ed))},_d=function(Ed,Td,Od){if(!od(Td))throw new TypeError("iterator must be a function");var Ad;arguments.length>=3&&(Ad=Od),sd.call(Ed)==="[object Array]"?cd(Ed,Td,Ad):typeof Ed=="string"?ud(Ed,Td,Ad):gd(Ed,Td,Ad)};td.exports=_d},{"is-callable":412}],390:[function(ed,td,rd){var od="Function.prototype.bind called on incompatible ",sd=Object.prototype.toString,ld=Math.max,cd="[object Function]",ud=function(Ed,Td){for(var Od=[],Ad=0;Ad<Ed.length;Ad+=1)Od[Ad]=Ed[Ad];for(var Nd=0;Nd<Td.length;Nd+=1)Od[Nd+Ed.length]=Td[Nd];return Od},gd=function(Ed,Td){for(var Od=[],Ad=Td,Nd=0;Ad<Ed.length;Ad+=1,Nd+=1)Od[Nd]=Ed[Ad];return Od},_d=function(yd,Ed){for(var Td="",Od=0;Od<yd.length;Od+=1)Td+=yd[Od],Od+1<yd.length&&(Td+=Ed);return Td};td.exports=function(Ed){var Td=this;if(typeof Td!="function"||sd.apply(Td)!==cd)throw new TypeError(od+Td);for(var Od=gd(arguments,1),Ad,Nd=function(){if(this instanceof Ad){var Ld=Td.apply(this,ud(Od,arguments));return Object(Ld)===Ld?Ld:this}return Td.apply(Ed,ud(Od,arguments))},kd=ld(0,Td.length-Od.length),Id=[],Rd=0;Rd<kd;Rd++)Id[Rd]="$"+Rd;if(Ad=Function("binder","return function ("+_d(Id,",")+"){ return binder.apply(this,arguments); }")(Nd),Td.prototype){var Md=function(){};Md.prototype=Td.prototype,Ad.prototype=new Md,Md.prototype=null}return Ad}},{}],391:[function(ed,td,rd){var od=ed("./implementation");td.exports=Function.prototype.bind||od},{"./implementation":390}],392:[function(ed,td,rd){var od,sd=SyntaxError,ld=Function,cd=TypeError,ud=function(hf){try{return ld('"use strict"; return ('+hf+").constructor;")()}catch{}},gd=Object.getOwnPropertyDescriptor;if(gd)try{gd({},"")}catch{gd=null}var _d=function(){throw new cd},yd=gd?function(){try{return arguments.callee,_d}catch{try{return gd(arguments,"callee").get}catch{return _d}}}():_d,Ed=ed("has-symbols")(),Td=ed("has-proto")(),Od=Object.getPrototypeOf||(Td?function(hf){return hf.__proto__}:null),Ad={},Nd=typeof Uint8Array>"u"||!Od?od:Od(Uint8Array),kd={"%AggregateError%":typeof AggregateError>"u"?od:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?od:ArrayBuffer,"%ArrayIteratorPrototype%":Ed&&Od?Od([][Symbol.iterator]()):od,"%AsyncFromSyncIteratorPrototype%":od,"%AsyncFunction%":Ad,"%AsyncGenerator%":Ad,"%AsyncGeneratorFunction%":Ad,"%AsyncIteratorPrototype%":Ad,"%Atomics%":typeof Atomics>"u"?od:Atomics,"%BigInt%":typeof BigInt>"u"?od:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?od:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?od:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?od:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?od:Float32Array,"%Float64Array%":typeof Float64Array>"u"?od:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?od:FinalizationRegistry,"%Function%":ld,"%GeneratorFunction%":Ad,"%Int8Array%":typeof Int8Array>"u"?od:Int8Array,"%Int16Array%":typeof Int16Array>"u"?od:Int16Array,"%Int32Array%":typeof Int32Array>"u"?od:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ed&&Od?Od(Od([][Symbol.iterator]())):od,"%JSON%":typeof JSON=="object"?JSON:od,"%Map%":typeof Map>"u"?od:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ed||!Od?od:Od(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?od:Promise,"%Proxy%":typeof Proxy>"u"?od:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?od:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?od:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ed||!Od?od:Od(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?od:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ed&&Od?Od(""[Symbol.iterator]()):od,"%Symbol%":Ed?Symbol:od,"%SyntaxError%":sd,"%ThrowTypeError%":yd,"%TypedArray%":Nd,"%TypeError%":cd,"%Uint8Array%":typeof Uint8Array>"u"?od:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?od:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?od:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?od:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?od:WeakMap,"%WeakRef%":typeof WeakRef>"u"?od:WeakRef,"%WeakSet%":typeof WeakSet>"u"?od:WeakSet};if(Od)try{null.error}catch(hf){var Id=Od(Od(hf));kd["%Error.prototype%"]=Id}var Rd=function hf(gf){var bf;if(gf==="%AsyncFunction%")bf=ud("async function () {}");else if(gf==="%GeneratorFunction%")bf=ud("function* () {}");else if(gf==="%AsyncGeneratorFunction%")bf=ud("async function* () {}");else if(gf==="%AsyncGenerator%"){var kf=hf("%AsyncGeneratorFunction%");kf&&(bf=kf.prototype)}else if(gf==="%AsyncIteratorPrototype%"){var Cf=hf("%AsyncGenerator%");Cf&&Od&&(bf=Od(Cf.prototype))}return kd[gf]=bf,bf},Md={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Ld=ed("function-bind"),jd=ed("hasown"),Pd=Ld.call(Function.call,Array.prototype.concat),Fd=Ld.call(Function.apply,Array.prototype.splice),Ud=Ld.call(Function.call,String.prototype.replace),Vd=Ld.call(Function.call,String.prototype.slice),qd=Ld.call(Function.call,RegExp.prototype.exec),Wd=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,zd=/\\(\\)?/g,Kd=function(gf){var bf=Vd(gf,0,1),kf=Vd(gf,-1);if(bf==="%"&&kf!=="%")throw new sd("invalid intrinsic syntax, expected closing `%`");if(kf==="%"&&bf!=="%")throw new sd("invalid intrinsic syntax, expected opening `%`");var Cf=[];return Ud(gf,Wd,function(Ef,yf,Mf,Af){Cf[Cf.length]=Mf?Ud(Af,zd,"$1"):yf||Ef}),Cf},Qd=function(gf,bf){var kf=gf,Cf;if(jd(Md,kf)&&(Cf=Md[kf],kf="%"+Cf[0]+"%"),jd(kd,kf)){var Ef=kd[kf];if(Ef===Ad&&(Ef=Rd(kf)),typeof Ef>"u"&&!bf)throw new cd("intrinsic "+gf+" exists, but is not available. Please file an issue!");return{alias:Cf,name:kf,value:Ef}}throw new sd("intrinsic "+gf+" does not exist!")};td.exports=function(gf,bf){if(typeof gf!="string"||gf.length===0)throw new cd("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof bf!="boolean")throw new cd('"allowMissing" argument must be a boolean');if(qd(/^%?[^%]*%?$/,gf)===null)throw new sd("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var kf=Kd(gf),Cf=kf.length>0?kf[0]:"",Ef=Qd("%"+Cf+"%",bf),yf=Ef.name,Mf=Ef.value,Af=!1,Zd=Ef.alias;Zd&&(Cf=Zd[0],Fd(kf,Pd([0,1],Zd)));for(var mf=1,Pf=!0;mf<kf.length;mf+=1){var Ff=kf[mf],Lf=Vd(Ff,0,1),jf=Vd(Ff,-1);if((Lf==='"'||Lf==="'"||Lf==="`"||jf==='"'||jf==="'"||jf==="`")&&Lf!==jf)throw new sd("property names with quotes must have matching quotes");if((Ff==="constructor"||!Pf)&&(Af=!0),Cf+="."+Ff,yf="%"+Cf+"%",jd(kd,yf))Mf=kd[yf];else if(Mf!=null){if(!(Ff in Mf)){if(!bf)throw new cd("base intrinsic for "+gf+" exists, but the property is not available.");return}if(gd&&mf+1>=kf.length){var xf=gd(Mf,Ff);Pf=!!xf,Pf&&"get"in xf&&!("originalValue"in xf.get)?Mf=xf.get:Mf=Mf[Ff]}else Pf=jd(Mf,Ff),Mf=Mf[Ff];Pf&&!Af&&(kd[yf]=Mf)}}return Mf}},{"function-bind":391,"has-proto":395,"has-symbols":396,hasown:399}],393:[function(ed,td,rd){var od=ed("get-intrinsic"),sd=od("%Object.getOwnPropertyDescriptor%",!0);if(sd)try{sd([],"length")}catch{sd=null}td.exports=sd},{"get-intrinsic":392}],394:[function(ed,td,rd){var od=ed("get-intrinsic"),sd=od("%Object.defineProperty%",!0),ld=function(){if(sd)try{return sd({},"a",{value:1}),!0}catch{return!1}return!1};ld.hasArrayLengthDefineBug=function(){if(!ld())return null;try{return sd([],"length",{value:1}).length!==1}catch{return!0}},td.exports=ld},{"get-intrinsic":392}],395:[function(ed,td,rd){var od={foo:{}},sd=Object;td.exports=function(){return{__proto__:od}.foo===od.foo&&!({__proto__:null}instanceof sd)}},{}],396:[function(ed,td,rd){var od=typeof Symbol<"u"&&Symbol,sd=ed("./shams");td.exports=function(){return typeof od!="function"||typeof Symbol!="function"||typeof od("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:sd()}},{"./shams":397}],397:[function(ed,td,rd){td.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var sd={},ld=Symbol("test"),cd=Object(ld);if(typeof ld=="string"||Object.prototype.toString.call(ld)!=="[object Symbol]"||Object.prototype.toString.call(cd)!=="[object Symbol]")return!1;var ud=42;sd[ld]=ud;for(ld in sd)return!1;if(typeof Object.keys=="function"&&Object.keys(sd).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(sd).length!==0)return!1;var gd=Object.getOwnPropertySymbols(sd);if(gd.length!==1||gd[0]!==ld||!Object.prototype.propertyIsEnumerable.call(sd,ld))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var _d=Object.getOwnPropertyDescriptor(sd,ld);if(_d.value!==ud||_d.enumerable!==!0)return!1}return!0}},{}],398:[function(ed,td,rd){var od=ed("has-symbols/shams");td.exports=function(){return od()&&!!Symbol.toStringTag}},{"has-symbols/shams":397}],399:[function(ed,td,rd){var od=Function.prototype.call,sd=Object.prototype.hasOwnProperty,ld=ed("function-bind");td.exports=ld.call(od,sd)},{"function-bind":391}],400:[function(ed,td,rd){var od=ed("http"),sd=ed("url"),ld=td.exports;for(var cd in od)od.hasOwnProperty(cd)&&(ld[cd]=od[cd]);ld.request=function(gd,_d){return gd=ud(gd),od.request.call(this,gd,_d)},ld.get=function(gd,_d){return gd=ud(gd),od.get.call(this,gd,_d)};function ud(gd){if(typeof gd=="string"&&(gd=sd.parse(gd)),gd.protocol||(gd.protocol="https:"),gd.protocol!=="https:")throw new Error('Protocol "'+gd.protocol+'" not supported. Expected "https:"');return gd}},{http:541,url:545}],401:[function(ed,td,rd){var od=ed("util"),sd=ed("ms");td.exports=function(ld){if(typeof ld=="number")return ld;var cd=sd(ld);if(cd===void 0){var ud=new Error(od.format("humanize-ms(%j) result undefined",ld));console.warn(ud.stack)}return cd}},{ms:434,util:491}],402:[function(ed,td,rd){/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */rd.read=function(od,sd,ld,cd,ud){var gd,_d,yd=ud*8-cd-1,Ed=(1<<yd)-1,Td=Ed>>1,Od=-7,Ad=ld?ud-1:0,Nd=ld?-1:1,kd=od[sd+Ad];for(Ad+=Nd,gd=kd&(1<<-Od)-1,kd>>=-Od,Od+=yd;Od>0;gd=gd*256+od[sd+Ad],Ad+=Nd,Od-=8);for(_d=gd&(1<<-Od)-1,gd>>=-Od,Od+=cd;Od>0;_d=_d*256+od[sd+Ad],Ad+=Nd,Od-=8);if(gd===0)gd=1-Td;else{if(gd===Ed)return _d?NaN:(kd?-1:1)*(1/0);_d=_d+Math.pow(2,cd),gd=gd-Td}return(kd?-1:1)*_d*Math.pow(2,gd-cd)},rd.write=function(od,sd,ld,cd,ud,gd){var _d,yd,Ed,Td=gd*8-ud-1,Od=(1<<Td)-1,Ad=Od>>1,Nd=ud===23?Math.pow(2,-24)-Math.pow(2,-77):0,kd=cd?0:gd-1,Id=cd?1:-1,Rd=sd<0||sd===0&&1/sd<0?1:0;for(sd=Math.abs(sd),isNaN(sd)||sd===1/0?(yd=isNaN(sd)?1:0,_d=Od):(_d=Math.floor(Math.log(sd)/Math.LN2),sd*(Ed=Math.pow(2,-_d))<1&&(_d--,Ed*=2),_d+Ad>=1?sd+=Nd/Ed:sd+=Nd*Math.pow(2,1-Ad),sd*Ed>=2&&(_d++,Ed/=2),_d+Ad>=Od?(yd=0,_d=Od):_d+Ad>=1?(yd=(sd*Ed-1)*Math.pow(2,ud),_d=_d+Ad):(yd=sd*Math.pow(2,Ad-1)*Math.pow(2,ud),_d=0));ud>=8;od[ld+kd]=yd&255,kd+=Id,yd/=256,ud-=8);for(_d=_d<<ud|yd,Td+=ud;Td>0;od[ld+kd]=_d&255,kd+=Id,_d/=256,Td-=8);od[ld+kd-Id]|=Rd*128}},{}],403:[function(ed,td,rd){var od=[ed("./nextTick"),ed("./queueMicrotask"),ed("./mutation.js"),ed("./messageChannel"),ed("./stateChange"),ed("./timeout")],sd,ld,cd=-1,ud=[],gd=!1;function _d(){!sd||!ld||(sd=!1,ld.length?ud=ld.concat(ud):cd=-1,ud.length&&yd())}function yd(){if(!sd){gd=!1,sd=!0;for(var kd=ud.length,Id=setTimeout(_d);kd;){for(ld=ud,ud=[];ld&&++cd<kd;)ld[cd].run();cd=-1,kd=ud.length}ld=null,cd=-1,sd=!1,clearTimeout(Id)}}for(var Ed,Td=-1,Od=od.length;++Td<Od;)if(od[Td]&&od[Td].test&&od[Td].test()){Ed=od[Td].install(yd);break}function Ad(kd,Id){this.fun=kd,this.array=Id}Ad.prototype.run=function(){var kd=this.fun,Id=this.array;switch(Id.length){case 0:return kd();case 1:return kd(Id[0]);case 2:return kd(Id[0],Id[1]);case 3:return kd(Id[0],Id[1],Id[2]);default:return kd.apply(null,Id)}},td.exports=Nd;function Nd(kd){var Id=new Array(arguments.length-1);if(arguments.length>1)for(var Rd=1;Rd<arguments.length;Rd++)Id[Rd-1]=arguments[Rd];ud.push(new Ad(kd,Id)),!gd&&!sd&&(gd=!0,Ed())}},{"./messageChannel":404,"./mutation.js":405,"./nextTick":102,"./queueMicrotask":406,"./stateChange":407,"./timeout":408}],404:[function(ed,td,rd){(function(od){(function(){rd.test=function(){return od.setImmediate?!1:typeof od.MessageChannel<"u"},rd.install=function(sd){var ld=new od.MessageChannel;return ld.port1.onmessage=sd,function(){ld.port2.postMessage(0)}}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],405:[function(ed,td,rd){(function(od){(function(){var sd=od.MutationObserver||od.WebKitMutationObserver;rd.test=function(){return sd},rd.install=function(ld){var cd=0,ud=new sd(ld),gd=od.document.createTextNode("");return ud.observe(gd,{characterData:!0}),function(){gd.data=cd=++cd%2}}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],406:[function(ed,td,rd){(function(od){(function(){rd.test=function(){return typeof od.queueMicrotask=="function"},rd.install=function(sd){return function(){od.queueMicrotask(sd)}}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],407:[function(ed,td,rd){(function(od){(function(){rd.test=function(){return"document"in od&&"onreadystatechange"in od.document.createElement("script")},rd.install=function(sd){return function(){var ld=od.document.createElement("script");return ld.onreadystatechange=function(){sd(),ld.onreadystatechange=null,ld.parentNode.removeChild(ld),ld=null},od.document.documentElement.appendChild(ld),sd}}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],408:[function(ed,td,rd){rd.test=function(){return!0},rd.install=function(od){return function(){setTimeout(od,0)}}},{}],409:[function(ed,td,rd){typeof Object.create=="function"?td.exports=function(sd,ld){ld&&(sd.super_=ld,sd.prototype=Object.create(ld.prototype,{constructor:{value:sd,enumerable:!1,writable:!0,configurable:!0}}))}:td.exports=function(sd,ld){if(ld){sd.super_=ld;var cd=function(){};cd.prototype=ld.prototype,sd.prototype=new cd,sd.prototype.constructor=sd}}},{}],410:[function(ed,td,rd){var od=ed("has-tostringtag/shams")(),sd=ed("call-bind/callBound"),ld=sd("Object.prototype.toString"),cd=function(yd){return od&&yd&&typeof yd=="object"&&Symbol.toStringTag in yd?!1:ld(yd)==="[object Arguments]"},ud=function(yd){return cd(yd)?!0:yd!==null&&typeof yd=="object"&&typeof yd.length=="number"&&yd.length>=0&&ld(yd)!=="[object Array]"&&ld(yd.callee)==="[object Function]"},gd=function(){return cd(arguments)}();cd.isLegacyArguments=ud,td.exports=gd?cd:ud},{"call-bind/callBound":105,"has-tostringtag/shams":398}],411:[function(ed,td,rd){/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/td.exports=function(ld){return ld!=null&&(od(ld)||sd(ld)||!!ld._isBuffer)};function od(ld){return!!ld.constructor&&typeof ld.constructor.isBuffer=="function"&&ld.constructor.isBuffer(ld)}function sd(ld){return typeof ld.readFloatLE=="function"&&typeof ld.slice=="function"&&od(ld.slice(0,0))}},{}],412:[function(ed,td,rd){var od=Function.prototype.toString,sd=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,ld,cd;if(typeof sd=="function"&&typeof Object.defineProperty=="function")try{ld=Object.defineProperty({},"length",{get:function(){throw cd}}),cd={},sd(function(){throw 42},null,ld)}catch(jd){jd!==cd&&(sd=null)}else sd=null;var ud=/^\s*class\b/,gd=function(Pd){try{var Fd=od.call(Pd);return ud.test(Fd)}catch{return!1}},_d=function(Pd){try{return gd(Pd)?!1:(od.call(Pd),!0)}catch{return!1}},yd=Object.prototype.toString,Ed="[object Object]",Td="[object Function]",Od="[object GeneratorFunction]",Ad="[object HTMLAllCollection]",Nd="[object HTML document.all class]",kd="[object HTMLCollection]",Id=typeof Symbol=="function"&&!!Symbol.toStringTag,Rd=!(0 in[,]),Md=function(){return!1};if(typeof document=="object"){var Ld=document.all;yd.call(Ld)===yd.call(document.all)&&(Md=function(Pd){if((Rd||!Pd)&&(typeof Pd>"u"||typeof Pd=="object"))try{var Fd=yd.call(Pd);return(Fd===Ad||Fd===Nd||Fd===kd||Fd===Ed)&&Pd("")==null}catch{}return!1})}td.exports=sd?function(Pd){if(Md(Pd))return!0;if(!Pd||typeof Pd!="function"&&typeof Pd!="object")return!1;try{sd(Pd,null,ld)}catch(Fd){if(Fd!==cd)return!1}return!gd(Pd)&&_d(Pd)}:function(Pd){if(Md(Pd))return!0;if(!Pd||typeof Pd!="function"&&typeof Pd!="object")return!1;if(Id)return _d(Pd);if(gd(Pd))return!1;var Fd=yd.call(Pd);return Fd!==Td&&Fd!==Od&&!/^\[object HTML/.test(Fd)?!1:_d(Pd)}},{}],413:[function(ed,td,rd){var od=Object.prototype.toString,sd=Function.prototype.toString,ld=/^\s*(?:function)?\*/,cd=ed("has-tostringtag/shams")(),ud=Object.getPrototypeOf,gd=function(){if(!cd)return!1;try{return Function("return function*() {}")()}catch{}},_d;td.exports=function(Ed){if(typeof Ed!="function")return!1;if(ld.test(sd.call(Ed)))return!0;if(!cd){var Td=od.call(Ed);return Td==="[object GeneratorFunction]"}if(!ud)return!1;if(typeof _d>"u"){var Od=gd();_d=Od?ud(Od):!1}return ud(Ed)===_d}},{"has-tostringtag/shams":398}],414:[function(ed,td,rd){var od=ed("which-typed-array");td.exports=function(ld){return!!od(ld)}},{"which-typed-array":492}],415:[function(ed,td,rd){(function(od){(function(){(function(sd,ld){typeof rd=="object"&&typeof td<"u"?td.exports=ld(sd):ld(sd)})(typeof self<"u"?self:typeof window<"u"?window:typeof od<"u"?od:this,function(sd){sd=sd||{};var ld=sd.Base64,cd="2.6.4",ud="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",gd=function(gf){for(var bf={},kf=0,Cf=gf.length;kf<Cf;kf++)bf[gf.charAt(kf)]=kf;return bf}(ud),_d=String.fromCharCode,yd=function(gf){if(gf.length<2){var bf=gf.charCodeAt(0);return bf<128?gf:bf<2048?_d(192|bf>>>6)+_d(128|bf&63):_d(224|bf>>>12&15)+_d(128|bf>>>6&63)+_d(128|bf&63)}else{var bf=65536+(gf.charCodeAt(0)-55296)*1024+(gf.charCodeAt(1)-56320);return _d(240|bf>>>18&7)+_d(128|bf>>>12&63)+_d(128|bf>>>6&63)+_d(128|bf&63)}},Ed=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,Td=function(gf){return gf.replace(Ed,yd)},Od=function(gf){var bf=[0,2,1][gf.length%3],kf=gf.charCodeAt(0)<<16|(gf.length>1?gf.charCodeAt(1):0)<<8|(gf.length>2?gf.charCodeAt(2):0),Cf=[ud.charAt(kf>>>18),ud.charAt(kf>>>12&63),bf>=2?"=":ud.charAt(kf>>>6&63),bf>=1?"=":ud.charAt(kf&63)];return Cf.join("")},Ad=sd.btoa&&typeof sd.btoa=="function"?function(gf){return sd.btoa(gf)}:function(gf){if(gf.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return gf.replace(/[\s\S]{1,3}/g,Od)},Nd=function(gf){return Ad(Td(String(gf)))},kd=function(gf){return gf.replace(/[+\/]/g,function(bf){return bf=="+"?"-":"_"}).replace(/=/g,"")},Id=function(gf,bf){return bf?kd(Nd(gf)):Nd(gf)},Rd=function(gf){return Id(gf,!0)},Md;sd.Uint8Array&&(Md=function(gf,bf){for(var kf="",Cf=0,Ef=gf.length;Cf<Ef;Cf+=3){var yf=gf[Cf],Mf=gf[Cf+1],Af=gf[Cf+2],Zd=yf<<16|Mf<<8|Af;kf+=ud.charAt(Zd>>>18)+ud.charAt(Zd>>>12&63)+(typeof Mf<"u"?ud.charAt(Zd>>>6&63):"=")+(typeof Af<"u"?ud.charAt(Zd&63):"=")}return bf?kd(kf):kf});var Ld=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,jd=function(gf){switch(gf.length){case 4:var bf=(7&gf.charCodeAt(0))<<18|(63&gf.charCodeAt(1))<<12|(63&gf.charCodeAt(2))<<6|63&gf.charCodeAt(3),kf=bf-65536;return _d((kf>>>10)+55296)+_d((kf&1023)+56320);case 3:return _d((15&gf.charCodeAt(0))<<12|(63&gf.charCodeAt(1))<<6|63&gf.charCodeAt(2));default:return _d((31&gf.charCodeAt(0))<<6|63&gf.charCodeAt(1))}},Pd=function(gf){return gf.replace(Ld,jd)},Fd=function(gf){var bf=gf.length,kf=bf%4,Cf=(bf>0?gd[gf.charAt(0)]<<18:0)|(bf>1?gd[gf.charAt(1)]<<12:0)|(bf>2?gd[gf.charAt(2)]<<6:0)|(bf>3?gd[gf.charAt(3)]:0),Ef=[_d(Cf>>>16),_d(Cf>>>8&255),_d(Cf&255)];return Ef.length-=[0,0,2,1][kf],Ef.join("")},Ud=sd.atob&&typeof sd.atob=="function"?function(gf){return sd.atob(gf)}:function(gf){return gf.replace(/\S{1,4}/g,Fd)},Vd=function(gf){return Ud(String(gf).replace(/[^A-Za-z0-9\+\/]/g,""))},qd=function(gf){return Pd(Ud(gf))},Wd=function(gf){return String(gf).replace(/[-_]/g,function(bf){return bf=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,"")},zd=function(gf){return qd(Wd(gf))},Kd;sd.Uint8Array&&(Kd=function(gf){return Uint8Array.from(Vd(Wd(gf)),function(bf){return bf.charCodeAt(0)})});var Qd=function(){var gf=sd.Base64;return sd.Base64=ld,gf};if(sd.Base64={VERSION:cd,atob:Vd,btoa:Ad,fromBase64:zd,toBase64:Id,utob:Td,encode:Id,encodeURI:Rd,btou:Pd,decode:zd,noConflict:Qd,fromUint8Array:Md,toUint8Array:Kd},typeof Object.defineProperty=="function"){var hf=function(gf){return{value:gf,enumerable:!1,writable:!0,configurable:!0}};sd.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",hf(function(){return zd(this)})),Object.defineProperty(String.prototype,"toBase64",hf(function(gf){return Id(this,gf)})),Object.defineProperty(String.prototype,"toBase64URI",hf(function(){return Id(this,!0)}))}}return sd.Meteor&&(Base64=sd.Base64),typeof td<"u"&&td.exports&&(td.exports.Base64=sd.Base64),{Base64:sd.Base64}})}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],416:[function(ed,td,rd){var od=ed("./_root"),sd=od.Symbol;td.exports=sd},{"./_root":423}],417:[function(ed,td,rd){function od(sd,ld){for(var cd=-1,ud=sd==null?0:sd.length,gd=Array(ud);++cd<ud;)gd[cd]=ld(sd[cd],cd,sd);return gd}td.exports=od},{}],418:[function(ed,td,rd){var od=ed("./_Symbol"),sd=ed("./_getRawTag"),ld=ed("./_objectToString"),cd="[object Null]",ud="[object Undefined]",gd=od?od.toStringTag:void 0;function _d(yd){return yd==null?yd===void 0?ud:cd:gd&&gd in Object(yd)?sd(yd):ld(yd)}td.exports=_d},{"./_Symbol":416,"./_getRawTag":421,"./_objectToString":422}],419:[function(ed,td,rd){var od=ed("./_Symbol"),sd=ed("./_arrayMap"),ld=ed("./isArray"),cd=ed("./isSymbol"),ud=1/0,gd=od?od.prototype:void 0,_d=gd?gd.toString:void 0;function yd(Ed){if(typeof Ed=="string")return Ed;if(ld(Ed))return sd(Ed,yd)+"";if(cd(Ed))return _d?_d.call(Ed):"";var Td=Ed+"";return Td=="0"&&1/Ed==-ud?"-0":Td}td.exports=yd},{"./_Symbol":416,"./_arrayMap":417,"./isArray":424,"./isSymbol":428}],420:[function(ed,td,rd){(function(od){(function(){var sd=typeof od=="object"&&od&&od.Object===Object&&od;td.exports=sd}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],421:[function(ed,td,rd){var od=ed("./_Symbol"),sd=Object.prototype,ld=sd.hasOwnProperty,cd=sd.toString,ud=od?od.toStringTag:void 0;function gd(_d){var yd=ld.call(_d,ud),Ed=_d[ud];try{_d[ud]=void 0;var Td=!0}catch{}var Od=cd.call(_d);return Td&&(yd?_d[ud]=Ed:delete _d[ud]),Od}td.exports=gd},{"./_Symbol":416}],422:[function(ed,td,rd){var od=Object.prototype,sd=od.toString;function ld(cd){return sd.call(cd)}td.exports=ld},{}],423:[function(ed,td,rd){var od=ed("./_freeGlobal"),sd=typeof self=="object"&&self&&self.Object===Object&&self,ld=od||sd||Function("return this")();td.exports=ld},{"./_freeGlobal":420}],424:[function(ed,td,rd){var od=Array.isArray;td.exports=od},{}],425:[function(ed,td,rd){function od(sd){var ld=typeof sd;return sd!=null&&(ld=="object"||ld=="function")}td.exports=od},{}],426:[function(ed,td,rd){function od(sd){return sd!=null&&typeof sd=="object"}td.exports=od},{}],427:[function(ed,td,rd){var od=ed("./_baseGetTag"),sd=ed("./isArray"),ld=ed("./isObjectLike"),cd="[object String]";function ud(gd){return typeof gd=="string"||!sd(gd)&&ld(gd)&&od(gd)==cd}td.exports=ud},{"./_baseGetTag":418,"./isArray":424,"./isObjectLike":426}],428:[function(ed,td,rd){var od=ed("./_baseGetTag"),sd=ed("./isObjectLike"),ld="[object Symbol]";function cd(ud){return typeof ud=="symbol"||sd(ud)&&od(ud)==ld}td.exports=cd},{"./_baseGetTag":418,"./isObjectLike":426}],429:[function(ed,td,rd){var od=ed("./_baseToString");function sd(ld){return ld==null?"":od(ld)}td.exports=sd},{"./_baseToString":419}],430:[function(ed,td,rd){td.exports=sd;var od=Object.prototype.hasOwnProperty;function sd(ld,cd,ud){if(!ld)throw new TypeError("argument dest is required");if(!cd)throw new TypeError("argument src is required");return ud===void 0&&(ud=!0),Object.getOwnPropertyNames(cd).forEach(function(_d){if(!(!ud&&od.call(ld,_d))){var yd=Object.getOwnPropertyDescriptor(cd,_d);Object.defineProperty(ld,_d,yd)}}),ld}},{}],431:[function(ed,td,rd){ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.regexp.constructor.js"),ed("core-js/modules/es.regexp.to-string.js");function od(){this._types=Object.create(null),this._extensions=Object.create(null);for(var sd=0;sd<arguments.length;sd++)this.define(arguments[sd]);this.define=this.define.bind(this),this.getType=this.getType.bind(this),this.getExtension=this.getExtension.bind(this)}od.prototype.define=function(sd,ld){for(var cd in sd){var ud=sd[cd].map(function(Ed){return Ed.toLowerCase()});cd=cd.toLowerCase();for(var gd=0;gd<ud.length;gd++){var _d=ud[gd];if(_d[0]!=="*"){if(!ld&&_d in this._types)throw new Error('Attempt to change mapping for "'+_d+'" extension from "'+this._types[_d]+'" to "'+cd+'". Pass `force=true` to allow this, otherwise remove "'+_d+'" from the list of extensions for "'+cd+'".');this._types[_d]=cd}}if(ld||!this._extensions[cd]){var yd=ud[0];this._extensions[cd]=yd[0]!=="*"?yd:yd.substr(1)}}},od.prototype.getType=function(sd){sd=String(sd);var ld=sd.replace(/^.*[/\\]/,"").toLowerCase(),cd=ld.replace(/^.*\./,"").toLowerCase(),ud=ld.length<sd.length,gd=cd.length<ld.length-1;return(gd||!ud)&&this._types[cd]||null},od.prototype.getExtension=function(sd){return sd=/^\s*([^;\s]*)/.test(sd)&&RegExp.$1,sd&&this._extensions[sd.toLowerCase()]||null},td.exports=od},{"core-js/modules/es.array.map.js":318,"core-js/modules/es.regexp.constructor.js":339,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/es.string.replace.js":347}],432:[function(ed,td,rd){var od=ed("./Mime");td.exports=new od(ed("./types/standard"))},{"./Mime":431,"./types/standard":433}],433:[function(ed,td,rd){td.exports={"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["es","ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["js","mjs"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["mp4s","m4p"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-signature":["asc","sig"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":["*3gpp"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avif":["avif"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/hsj2":["hsj2"],"image/ief":["ief"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm"],"image/jpx":["jpx","jpf"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]}},{}],434:[function(ed,td,rd){var od=1e3,sd=od*60,ld=sd*60,cd=ld*24,ud=cd*7,gd=cd*365.25;td.exports=function(Od,Ad){Ad=Ad||{};var Nd=typeof Od;if(Nd==="string"&&Od.length>0)return _d(Od);if(Nd==="number"&&isFinite(Od))return Ad.long?Ed(Od):yd(Od);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(Od))};function _d(Od){if(Od=String(Od),!(Od.length>100)){var Ad=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(Od);if(Ad){var Nd=parseFloat(Ad[1]),kd=(Ad[2]||"ms").toLowerCase();switch(kd){case"years":case"year":case"yrs":case"yr":case"y":return Nd*gd;case"weeks":case"week":case"w":return Nd*ud;case"days":case"day":case"d":return Nd*cd;case"hours":case"hour":case"hrs":case"hr":case"h":return Nd*ld;case"minutes":case"minute":case"mins":case"min":case"m":return Nd*sd;case"seconds":case"second":case"secs":case"sec":case"s":return Nd*od;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return Nd;default:return}}}}function yd(Od){var Ad=Math.abs(Od);return Ad>=cd?Math.round(Od/cd)+"d":Ad>=ld?Math.round(Od/ld)+"h":Ad>=sd?Math.round(Od/sd)+"m":Ad>=od?Math.round(Od/od)+"s":Od+"ms"}function Ed(Od){var Ad=Math.abs(Od);return Ad>=cd?Td(Od,Ad,cd,"day"):Ad>=ld?Td(Od,Ad,ld,"hour"):Ad>=sd?Td(Od,Ad,sd,"minute"):Ad>=od?Td(Od,Ad,od,"second"):Od+" ms"}function Td(Od,Ad,Nd,kd){var Id=Ad>=Nd*1.5;return Math.round(Od/Nd)+" "+kd+(Id?"s":"")}},{}],435:[function(ed,td,rd){(function(od){(function(){var sd=typeof Map=="function"&&Map.prototype,ld=Object.getOwnPropertyDescriptor&&sd?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,cd=sd&&ld&&typeof ld.get=="function"?ld.get:null,ud=sd&&Map.prototype.forEach,gd=typeof Set=="function"&&Set.prototype,_d=Object.getOwnPropertyDescriptor&&gd?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,yd=gd&&_d&&typeof _d.get=="function"?_d.get:null,Ed=gd&&Set.prototype.forEach,Td=typeof WeakMap=="function"&&WeakMap.prototype,Od=Td?WeakMap.prototype.has:null,Ad=typeof WeakSet=="function"&&WeakSet.prototype,Nd=Ad?WeakSet.prototype.has:null,kd=typeof WeakRef=="function"&&WeakRef.prototype,Id=kd?WeakRef.prototype.deref:null,Rd=Boolean.prototype.valueOf,Md=Object.prototype.toString,Ld=Function.prototype.toString,jd=String.prototype.match,Pd=String.prototype.slice,Fd=String.prototype.replace,Ud=String.prototype.toUpperCase,Vd=String.prototype.toLowerCase,qd=RegExp.prototype.test,Wd=Array.prototype.concat,zd=Array.prototype.join,Kd=Array.prototype.slice,Qd=Math.floor,hf=typeof BigInt=="function"?BigInt.prototype.valueOf:null,gf=Object.getOwnPropertySymbols,bf=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,kf=typeof Symbol=="function"&&typeof Symbol.iterator=="object",Cf=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===kf||!0)?Symbol.toStringTag:null,Ef=Object.prototype.propertyIsEnumerable,yf=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(Rh){return Rh.__proto__}:null);function Mf(Rh,jh){if(Rh===1/0||Rh===-1/0||Rh!==Rh||Rh&&Rh>-1e3&&Rh<1e3||qd.call(/e/,jh))return jh;var cm=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof Rh=="number"){var Tm=Rh<0?-Qd(-Rh):Qd(Rh);if(Tm!==Rh){var Fm=String(Tm),Gm=Pd.call(jh,Fm.length+1);return Fd.call(Fm,cm,"$&_")+"."+Fd.call(Fd.call(Gm,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Fd.call(jh,cm,"$&_")}var Af=ed("./util.inspect"),Zd=Af.custom,mf=Of(Zd)?Zd:null;td.exports=function Rh(jh,cm,Tm,Fm){var Gm=cm||{};if(Kf(Gm,"quoteStyle")&&Gm.quoteStyle!=="single"&&Gm.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Kf(Gm,"maxStringLength")&&(typeof Gm.maxStringLength=="number"?Gm.maxStringLength<0&&Gm.maxStringLength!==1/0:Gm.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var s1=Kf(Gm,"customInspect")?Gm.customInspect:!0;if(typeof s1!="boolean"&&s1!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Kf(Gm,"indent")&&Gm.indent!==null&&Gm.indent!==" "&&!(parseInt(Gm.indent,10)===Gm.indent&&Gm.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Kf(Gm,"numericSeparator")&&typeof Gm.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var Km=Gm.numericSeparator;if(typeof jh>"u")return"undefined";if(jh===null)return"null";if(typeof jh=="boolean")return jh?"true":"false";if(typeof jh=="string")return Vf(jh,Gm);if(typeof jh=="number"){if(jh===0)return 1/0/jh>0?"0":"-0";var v1=String(jh);return Km?Mf(jh,v1):v1}if(typeof jh=="bigint"){var h1=String(jh)+"n";return Km?Mf(jh,h1):h1}var F1=typeof Gm.depth>"u"?5:Gm.depth;if(typeof Tm>"u"&&(Tm=0),Tm>=F1&&F1>0&&typeof jh=="object")return Lf(jh)?"[Array]":"[Object]";var M1=Gh(Gm,Tm);if(typeof Fm>"u")Fm=[];else if(Xf(Fm,jh)>=0)return"[Circular]";function E1(fm,uh,Om){if(uh&&(Fm=Kd.call(Fm),Fm.push(uh)),Om){var l1={depth:Gm.depth};return Kf(Gm,"quoteStyle")&&(l1.quoteStyle=Gm.quoteStyle),Rh(fm,l1,Tm+1,Fm)}return Rh(fm,Gm,Tm+1,Fm)}if(typeof jh=="function"&&!xf(jh)){var O1=qf(jh),Hm=kh(jh,E1);return"[Function"+(O1?": "+O1:" (anonymous)")+"]"+(Hm.length>0?" { "+zd.call(Hm,", ")+" }":"")}if(Of(jh)){var b1=kf?Fd.call(String(jh),/^(Symbol\(.*\))_[^)]*$/,"$1"):bf.call(jh);return typeof jh=="object"&&!kf?Zf(b1):b1}if(oh(jh)){for(var K1="<"+Vd.call(String(jh.nodeName)),I1=jh.attributes||[],zf=0;zf<I1.length;zf++)K1+=" "+I1[zf].name+"="+Pf(Ff(I1[zf].value),"double",Gm);return K1+=">",jh.childNodes&&jh.childNodes.length&&(K1+="..."),K1+="</"+Vd.call(String(jh.nodeName))+">",K1}if(Lf(jh)){if(jh.length===0)return"[]";var Dh=kh(jh,E1);return M1&&!Ah(Dh)?"["+sm(Dh,M1)+"]":"[ "+zd.call(Dh,", ")+" ]"}if(Nf(jh)){var yh=kh(jh,E1);return!("cause"in Error.prototype)&&"cause"in jh&&!Ef.call(jh,"cause")?"{ ["+String(jh)+"] "+zd.call(Wd.call("[cause]: "+E1(jh.cause),yh),", ")+" }":yh.length===0?"["+String(jh)+"]":"{ ["+String(jh)+"] "+zd.call(yh,", ")+" }"}if(typeof jh=="object"&&s1){if(mf&&typeof jh[mf]=="function"&&Af)return Af(jh,{depth:F1-Tm});if(s1!=="symbol"&&typeof jh.inspect=="function")return jh.inspect()}if(hh(jh)){var Ih=[];return ud&&ud.call(jh,function(fm,uh){Ih.push(E1(uh,jh,!0)+" => "+E1(fm,jh))}),Th("Map",cd.call(jh),Ih,M1)}if(Bh(jh)){var Xh=[];return Ed&&Ed.call(jh,function(fm){Xh.push(E1(fm,jh))}),Th("Set",yd.call(jh),Xh,M1)}if(Mh(jh))return Jf("WeakMap");if(Uh(jh))return Jf("WeakSet");if(wh(jh))return Jf("WeakRef");if(Tf(jh))return Zf(E1(Number(jh)));if($f(jh))return Zf(E1(hf.call(jh)));if(wf(jh))return Zf(Rd.call(jh));if(Bf(jh))return Zf(E1(String(jh)));if(typeof window<"u"&&jh===window)return"{ [object Window] }";if(jh===od)return"{ [object globalThis] }";if(!jf(jh)&&!xf(jh)){var qh=kh(jh,E1),Zh=yf?yf(jh)===Object.prototype:jh instanceof Object||jh.constructor===Object,Yh=jh instanceof Object?"":"null prototype",Fh=!Zh&&Cf&&Object(jh)===jh&&Cf in jh?Pd.call(Df(jh),8,-1):Yh?"Object":"",zh=Zh||typeof jh.constructor!="function"?"":jh.constructor.name?jh.constructor.name+" ":"",om=zh+(Fh||Yh?"["+zd.call(Wd.call([],Fh||[],Yh||[]),": ")+"] ":"");return qh.length===0?om+"{}":M1?om+"{"+sm(qh,M1)+"}":om+"{ "+zd.call(qh,", ")+" }"}return String(jh)};function Pf(Rh,jh,cm){var Tm=(cm.quoteStyle||jh)==="double"?'"':"'";return Tm+Rh+Tm}function Ff(Rh){return Fd.call(String(Rh),/"/g,"&quot;")}function Lf(Rh){return Df(Rh)==="[object Array]"&&(!Cf||!(typeof Rh=="object"&&Cf in Rh))}function jf(Rh){return Df(Rh)==="[object Date]"&&(!Cf||!(typeof Rh=="object"&&Cf in Rh))}function xf(Rh){return Df(Rh)==="[object RegExp]"&&(!Cf||!(typeof Rh=="object"&&Cf in Rh))}function Nf(Rh){return Df(Rh)==="[object Error]"&&(!Cf||!(typeof Rh=="object"&&Cf in Rh))}function Bf(Rh){return Df(Rh)==="[object String]"&&(!Cf||!(typeof Rh=="object"&&Cf in Rh))}function Tf(Rh){return Df(Rh)==="[object Number]"&&(!Cf||!(typeof Rh=="object"&&Cf in Rh))}function wf(Rh){return Df(Rh)==="[object Boolean]"&&(!Cf||!(typeof Rh=="object"&&Cf in Rh))}function Of(Rh){if(kf)return Rh&&typeof Rh=="object"&&Rh instanceof Symbol;if(typeof Rh=="symbol")return!0;if(!Rh||typeof Rh!="object"||!bf)return!1;try{return bf.call(Rh),!0}catch{}return!1}function $f(Rh){if(!Rh||typeof Rh!="object"||!hf)return!1;try{return hf.call(Rh),!0}catch{}return!1}var Wf=Object.prototype.hasOwnProperty||function(Rh){return Rh in this};function Kf(Rh,jh){return Wf.call(Rh,jh)}function Df(Rh){return Md.call(Rh)}function qf(Rh){if(Rh.name)return Rh.name;var jh=jd.call(Ld.call(Rh),/^function\s*([\w$]+)/);return jh?jh[1]:null}function Xf(Rh,jh){if(Rh.indexOf)return Rh.indexOf(jh);for(var cm=0,Tm=Rh.length;cm<Tm;cm++)if(Rh[cm]===jh)return cm;return-1}function hh(Rh){if(!cd||!Rh||typeof Rh!="object")return!1;try{cd.call(Rh);try{yd.call(Rh)}catch{return!0}return Rh instanceof Map}catch{}return!1}function Mh(Rh){if(!Od||!Rh||typeof Rh!="object")return!1;try{Od.call(Rh,Od);try{Nd.call(Rh,Nd)}catch{return!0}return Rh instanceof WeakMap}catch{}return!1}function wh(Rh){if(!Id||!Rh||typeof Rh!="object")return!1;try{return Id.call(Rh),!0}catch{}return!1}function Bh(Rh){if(!yd||!Rh||typeof Rh!="object")return!1;try{yd.call(Rh);try{cd.call(Rh)}catch{return!0}return Rh instanceof Set}catch{}return!1}function Uh(Rh){if(!Nd||!Rh||typeof Rh!="object")return!1;try{Nd.call(Rh,Nd);try{Od.call(Rh,Od)}catch{return!0}return Rh instanceof WeakSet}catch{}return!1}function oh(Rh){return!Rh||typeof Rh!="object"?!1:typeof HTMLElement<"u"&&Rh instanceof HTMLElement?!0:typeof Rh.nodeName=="string"&&typeof Rh.getAttribute=="function"}function Vf(Rh,jh){if(Rh.length>jh.maxStringLength){var cm=Rh.length-jh.maxStringLength,Tm="... "+cm+" more character"+(cm>1?"s":"");return Vf(Pd.call(Rh,0,jh.maxStringLength),jh)+Tm}var Fm=Fd.call(Fd.call(Rh,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Rf);return Pf(Fm,"single",jh)}function Rf(Rh){var jh=Rh.charCodeAt(0),cm={8:"b",9:"t",10:"n",12:"f",13:"r"}[jh];return cm?"\\"+cm:"\\x"+(jh<16?"0":"")+Ud.call(jh.toString(16))}function Zf(Rh){return"Object("+Rh+")"}function Jf(Rh){return Rh+" { ? }"}function Th(Rh,jh,cm,Tm){var Fm=Tm?sm(cm,Tm):zd.call(cm,", ");return Rh+" ("+jh+") {"+Fm+"}"}function Ah(Rh){for(var jh=0;jh<Rh.length;jh++)if(Xf(Rh[jh],`
`)>=0)return!1;return!0}function Gh(Rh,jh){var cm;if(Rh.indent===" ")cm=" ";else if(typeof Rh.indent=="number"&&Rh.indent>0)cm=zd.call(Array(Rh.indent+1)," ");else return null;return{base:cm,prev:zd.call(Array(jh+1),cm)}}function sm(Rh,jh){if(Rh.length===0)return"";var cm=`
`+jh.prev+jh.base;return cm+zd.call(Rh,","+cm)+`
`+jh.prev}function kh(Rh,jh){var cm=Lf(Rh),Tm=[];if(cm){Tm.length=Rh.length;for(var Fm=0;Fm<Rh.length;Fm++)Tm[Fm]=Kf(Rh,Fm)?jh(Rh[Fm],Rh):""}var Gm=typeof gf=="function"?gf(Rh):[],s1;if(kf){s1={};for(var Km=0;Km<Gm.length;Km++)s1["$"+Gm[Km]]=Gm[Km]}for(var v1 in Rh)Kf(Rh,v1)&&(cm&&String(Number(v1))===v1&&v1<Rh.length||kf&&s1["$"+v1]instanceof Symbol||(qd.call(/[^\w$]/,v1)?Tm.push(jh(v1,Rh)+": "+jh(Rh[v1],Rh)):Tm.push(v1+": "+jh(Rh[v1],Rh))));if(typeof gf=="function")for(var h1=0;h1<Gm.length;h1++)Ef.call(Rh,Gm[h1])&&Tm.push("["+jh(Gm[h1])+"]: "+jh(Rh[Gm[h1]],Rh));return Tm}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"./util.inspect":102}],436:[function(ed,td,rd){var od;if(!Object.keys){var sd=Object.prototype.hasOwnProperty,ld=Object.prototype.toString,cd=ed("./isArguments"),ud=Object.prototype.propertyIsEnumerable,gd=!ud.call({toString:null},"toString"),_d=ud.call(function(){},"prototype"),yd=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],Ed=function(Nd){var kd=Nd.constructor;return kd&&kd.prototype===Nd},Td={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},Od=function(){if(typeof window>"u")return!1;for(var Nd in window)try{if(!Td["$"+Nd]&&sd.call(window,Nd)&&window[Nd]!==null&&typeof window[Nd]=="object")try{Ed(window[Nd])}catch{return!0}}catch{return!0}return!1}(),Ad=function(Nd){if(typeof window>"u"||!Od)return Ed(Nd);try{return Ed(Nd)}catch{return!1}};od=function(kd){var Id=kd!==null&&typeof kd=="object",Rd=ld.call(kd)==="[object Function]",Md=cd(kd),Ld=Id&&ld.call(kd)==="[object String]",jd=[];if(!Id&&!Rd&&!Md)throw new TypeError("Object.keys called on a non-object");var Pd=_d&&Rd;if(Ld&&kd.length>0&&!sd.call(kd,0))for(var Fd=0;Fd<kd.length;++Fd)jd.push(String(Fd));if(Md&&kd.length>0)for(var Ud=0;Ud<kd.length;++Ud)jd.push(String(Ud));else for(var Vd in kd)!(Pd&&Vd==="prototype")&&sd.call(kd,Vd)&&jd.push(String(Vd));if(gd)for(var qd=Ad(kd),Wd=0;Wd<yd.length;++Wd)!(qd&&yd[Wd]==="constructor")&&sd.call(kd,yd[Wd])&&jd.push(yd[Wd]);return jd}}td.exports=od},{"./isArguments":438}],437:[function(ed,td,rd){var od=Array.prototype.slice,sd=ed("./isArguments"),ld=Object.keys,cd=ld?function(_d){return ld(_d)}:ed("./implementation"),ud=Object.keys;cd.shim=function(){if(Object.keys){var _d=function(){var yd=Object.keys(arguments);return yd&&yd.length===arguments.length}(1,2);_d||(Object.keys=function(Ed){return sd(Ed)?ud(od.call(Ed)):ud(Ed)})}else Object.keys=cd;return Object.keys||cd},td.exports=cd},{"./implementation":436,"./isArguments":438}],438:[function(ed,td,rd){var od=Object.prototype.toString;td.exports=function(ld){var cd=od.call(ld),ud=cd==="[object Arguments]";return ud||(ud=cd!=="[object Array]"&&ld!==null&&typeof ld=="object"&&typeof ld.length=="number"&&ld.length>=0&&od.call(ld.callee)==="[object Function]"),ud}},{}],439:[function(ed,td,rd){var od=ed("object-keys"),sd=ed("has-symbols/shams")(),ld=ed("call-bind/callBound"),cd=Object,ud=ld("Array.prototype.push"),gd=ld("Object.prototype.propertyIsEnumerable"),_d=sd?Object.getOwnPropertySymbols:null;td.exports=function(Ed,Td){if(Ed==null)throw new TypeError("target must be an object");var Od=cd(Ed);if(arguments.length===1)return Od;for(var Ad=1;Ad<arguments.length;++Ad){var Nd=cd(arguments[Ad]),kd=od(Nd),Id=sd&&(Object.getOwnPropertySymbols||_d);if(Id)for(var Rd=Id(Nd),Md=0;Md<Rd.length;++Md){var Ld=Rd[Md];gd(Nd,Ld)&&ud(kd,Ld)}for(var jd=0;jd<kd.length;++jd){var Pd=kd[jd];if(gd(Nd,Pd)){var Fd=Nd[Pd];Od[Pd]=Fd}}}return Od}},{"call-bind/callBound":105,"has-symbols/shams":397,"object-keys":437}],440:[function(ed,td,rd){var od=ed("./implementation"),sd=function(){if(!Object.assign)return!1;for(var cd="abcdefghijklmnopqrst",ud=cd.split(""),gd={},_d=0;_d<ud.length;++_d)gd[ud[_d]]=ud[_d];var yd=Object.assign({},gd),Ed="";for(var Td in yd)Ed+=Td;return cd!==Ed},ld=function(){if(!Object.assign||!Object.preventExtensions)return!1;var cd=Object.preventExtensions({1:2});try{Object.assign(cd,"xy")}catch{return cd[1]==="y"}return!1};td.exports=function(){return!Object.assign||sd()||ld()?od:Object.assign}},{"./implementation":439}],441:[function(ed,td,rd){(function(od){(function(){function sd(gd){if(typeof gd!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(gd))}function ld(gd,_d){for(var yd="",Ed=0,Td=-1,Od=0,Ad,Nd=0;Nd<=gd.length;++Nd){if(Nd<gd.length)Ad=gd.charCodeAt(Nd);else{if(Ad===47)break;Ad=47}if(Ad===47){if(!(Td===Nd-1||Od===1))if(Td!==Nd-1&&Od===2){if(yd.length<2||Ed!==2||yd.charCodeAt(yd.length-1)!==46||yd.charCodeAt(yd.length-2)!==46){if(yd.length>2){var kd=yd.lastIndexOf("/");if(kd!==yd.length-1){kd===-1?(yd="",Ed=0):(yd=yd.slice(0,kd),Ed=yd.length-1-yd.lastIndexOf("/")),Td=Nd,Od=0;continue}}else if(yd.length===2||yd.length===1){yd="",Ed=0,Td=Nd,Od=0;continue}}_d&&(yd.length>0?yd+="/..":yd="..",Ed=2)}else yd.length>0?yd+="/"+gd.slice(Td+1,Nd):yd=gd.slice(Td+1,Nd),Ed=Nd-Td-1;Td=Nd,Od=0}else Ad===46&&Od!==-1?++Od:Od=-1}return yd}function cd(gd,_d){var yd=_d.dir||_d.root,Ed=_d.base||(_d.name||"")+(_d.ext||"");return yd?yd===_d.root?yd+Ed:yd+gd+Ed:Ed}var ud={resolve:function(){for(var _d="",yd=!1,Ed,Td=arguments.length-1;Td>=-1&&!yd;Td--){var Od;Td>=0?Od=arguments[Td]:(Ed===void 0&&(Ed=od.cwd()),Od=Ed),sd(Od),Od.length!==0&&(_d=Od+"/"+_d,yd=Od.charCodeAt(0)===47)}return _d=ld(_d,!yd),yd?_d.length>0?"/"+_d:"/":_d.length>0?_d:"."},normalize:function(_d){if(sd(_d),_d.length===0)return".";var yd=_d.charCodeAt(0)===47,Ed=_d.charCodeAt(_d.length-1)===47;return _d=ld(_d,!yd),_d.length===0&&!yd&&(_d="."),_d.length>0&&Ed&&(_d+="/"),yd?"/"+_d:_d},isAbsolute:function(_d){return sd(_d),_d.length>0&&_d.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var _d,yd=0;yd<arguments.length;++yd){var Ed=arguments[yd];sd(Ed),Ed.length>0&&(_d===void 0?_d=Ed:_d+="/"+Ed)}return _d===void 0?".":ud.normalize(_d)},relative:function(_d,yd){if(sd(_d),sd(yd),_d===yd||(_d=ud.resolve(_d),yd=ud.resolve(yd),_d===yd))return"";for(var Ed=1;Ed<_d.length&&_d.charCodeAt(Ed)===47;++Ed);for(var Td=_d.length,Od=Td-Ed,Ad=1;Ad<yd.length&&yd.charCodeAt(Ad)===47;++Ad);for(var Nd=yd.length,kd=Nd-Ad,Id=Od<kd?Od:kd,Rd=-1,Md=0;Md<=Id;++Md){if(Md===Id){if(kd>Id){if(yd.charCodeAt(Ad+Md)===47)return yd.slice(Ad+Md+1);if(Md===0)return yd.slice(Ad+Md)}else Od>Id&&(_d.charCodeAt(Ed+Md)===47?Rd=Md:Md===0&&(Rd=0));break}var Ld=_d.charCodeAt(Ed+Md),jd=yd.charCodeAt(Ad+Md);if(Ld!==jd)break;Ld===47&&(Rd=Md)}var Pd="";for(Md=Ed+Rd+1;Md<=Td;++Md)(Md===Td||_d.charCodeAt(Md)===47)&&(Pd.length===0?Pd+="..":Pd+="/..");return Pd.length>0?Pd+yd.slice(Ad+Rd):(Ad+=Rd,yd.charCodeAt(Ad)===47&&++Ad,yd.slice(Ad))},_makeLong:function(_d){return _d},dirname:function(_d){if(sd(_d),_d.length===0)return".";for(var yd=_d.charCodeAt(0),Ed=yd===47,Td=-1,Od=!0,Ad=_d.length-1;Ad>=1;--Ad)if(yd=_d.charCodeAt(Ad),yd===47){if(!Od){Td=Ad;break}}else Od=!1;return Td===-1?Ed?"/":".":Ed&&Td===1?"//":_d.slice(0,Td)},basename:function(_d,yd){if(yd!==void 0&&typeof yd!="string")throw new TypeError('"ext" argument must be a string');sd(_d);var Ed=0,Td=-1,Od=!0,Ad;if(yd!==void 0&&yd.length>0&&yd.length<=_d.length){if(yd.length===_d.length&&yd===_d)return"";var Nd=yd.length-1,kd=-1;for(Ad=_d.length-1;Ad>=0;--Ad){var Id=_d.charCodeAt(Ad);if(Id===47){if(!Od){Ed=Ad+1;break}}else kd===-1&&(Od=!1,kd=Ad+1),Nd>=0&&(Id===yd.charCodeAt(Nd)?--Nd===-1&&(Td=Ad):(Nd=-1,Td=kd))}return Ed===Td?Td=kd:Td===-1&&(Td=_d.length),_d.slice(Ed,Td)}else{for(Ad=_d.length-1;Ad>=0;--Ad)if(_d.charCodeAt(Ad)===47){if(!Od){Ed=Ad+1;break}}else Td===-1&&(Od=!1,Td=Ad+1);return Td===-1?"":_d.slice(Ed,Td)}},extname:function(_d){sd(_d);for(var yd=-1,Ed=0,Td=-1,Od=!0,Ad=0,Nd=_d.length-1;Nd>=0;--Nd){var kd=_d.charCodeAt(Nd);if(kd===47){if(!Od){Ed=Nd+1;break}continue}Td===-1&&(Od=!1,Td=Nd+1),kd===46?yd===-1?yd=Nd:Ad!==1&&(Ad=1):yd!==-1&&(Ad=-1)}return yd===-1||Td===-1||Ad===0||Ad===1&&yd===Td-1&&yd===Ed+1?"":_d.slice(yd,Td)},format:function(_d){if(_d===null||typeof _d!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof _d);return cd("/",_d)},parse:function(_d){sd(_d);var yd={root:"",dir:"",base:"",ext:"",name:""};if(_d.length===0)return yd;var Ed=_d.charCodeAt(0),Td=Ed===47,Od;Td?(yd.root="/",Od=1):Od=0;for(var Ad=-1,Nd=0,kd=-1,Id=!0,Rd=_d.length-1,Md=0;Rd>=Od;--Rd){if(Ed=_d.charCodeAt(Rd),Ed===47){if(!Id){Nd=Rd+1;break}continue}kd===-1&&(Id=!1,kd=Rd+1),Ed===46?Ad===-1?Ad=Rd:Md!==1&&(Md=1):Ad!==-1&&(Md=-1)}return Ad===-1||kd===-1||Md===0||Md===1&&Ad===kd-1&&Ad===Nd+1?kd!==-1&&(Nd===0&&Td?yd.base=yd.name=_d.slice(1,kd):yd.base=yd.name=_d.slice(Nd,kd)):(Nd===0&&Td?(yd.name=_d.slice(1,Ad),yd.base=_d.slice(1,kd)):(yd.name=_d.slice(Nd,Ad),yd.base=_d.slice(Nd,kd)),yd.ext=_d.slice(Ad,kd)),Nd>0?yd.dir=_d.slice(0,Nd-1):Td&&(yd.dir="/"),yd},sep:"/",delimiter:":",win32:null,posix:null};ud.posix=ud,td.exports=ud}).call(this)}).call(this,ed("_process"))},{_process:540}],442:[function(ed,td,rd){(function(od){(function(){(function(){var sd={function:!0,object:!0},ld=sd[typeof window]&&window||this,cd=sd[typeof rd]&&rd,ud=sd[typeof td]&&td&&!td.nodeType&&td,gd=cd&&ud&&typeof od=="object"&&od;gd&&(gd.global===gd||gd.window===gd||gd.self===gd)&&(ld=gd);var _d=Math.pow(2,53)-1,yd=/\bOpera/,Ed=Object.prototype,Td=Ed.hasOwnProperty,Od=Ed.toString;function Ad(qd){return qd=String(qd),qd.charAt(0).toUpperCase()+qd.slice(1)}function Nd(qd,Wd,zd){var Kd={"10.0":"10","6.4":"10 Technical Preview","6.3":"8.1","6.2":"8","6.1":"Server 2008 R2 / 7","6.0":"Server 2008 / Vista","5.2":"Server 2003 / XP 64-bit","5.1":"XP","5.01":"2000 SP1","5.0":"2000","4.0":"NT","4.90":"ME"};return Wd&&zd&&/^Win/i.test(qd)&&!/^Windows Phone /i.test(qd)&&(Kd=Kd[/[\d.]+$/.exec(qd)])&&(qd="Windows "+Kd),qd=String(qd),Wd&&zd&&(qd=qd.replace(RegExp(Wd,"i"),zd)),qd=Id(qd.replace(/ ce$/i," CE").replace(/\bhpw/i,"web").replace(/\bMacintosh\b/,"Mac OS").replace(/_PowerPC\b/i," OS").replace(/\b(OS X) [^ \d]+/i,"$1").replace(/\bMac (OS X)\b/,"$1").replace(/\/(\d)/," $1").replace(/_/g,".").replace(/(?: BePC|[ .]*fc[ \d.]+)$/i,"").replace(/\bx86\.64\b/gi,"x86_64").replace(/\b(Windows Phone) OS\b/,"$1").replace(/\b(Chrome OS \w+) [\d.]+\b/,"$1").split(" on ")[0]),qd}function kd(qd,Wd){var zd=-1,Kd=qd?qd.length:0;if(typeof Kd=="number"&&Kd>-1&&Kd<=_d)for(;++zd<Kd;)Wd(qd[zd],zd,qd);else Rd(qd,Wd)}function Id(qd){return qd=Fd(qd),/^(?:webOS|i(?:OS|P))/.test(qd)?qd:Ad(qd)}function Rd(qd,Wd){for(var zd in qd)Td.call(qd,zd)&&Wd(qd[zd],zd,qd)}function Md(qd){return qd==null?Ad(qd):Od.call(qd).slice(8,-1)}function Ld(qd,Wd){var zd=qd!=null?typeof qd[Wd]:"number";return!/^(?:boolean|number|string|undefined)$/.test(zd)&&(zd=="object"?!!qd[Wd]:!0)}function jd(qd){return String(qd).replace(/([ -])(?!$)/g,"$1?")}function Pd(qd,Wd){var zd=null;return kd(qd,function(Kd,Qd){zd=Wd(zd,Kd,Qd,qd)}),zd}function Fd(qd){return String(qd).replace(/^ +| +$/g,"")}function Ud(qd){var Wd=ld,zd=qd&&typeof qd=="object"&&Md(qd)!="String";zd&&(Wd=qd,qd=null);var Kd=Wd.navigator||{},Qd=Kd.userAgent||"";qd||(qd=Qd);var hf=zd?!!Kd.likeChrome:/\bChrome\b/.test(qd)&&!/internal|\n/i.test(Od.toString()),gf="Object",bf=zd?gf:"ScriptBridgingProxyObject",kf=zd?gf:"Environment",Cf=zd&&Wd.java?"JavaPackage":Md(Wd.java),Ef=zd?gf:"RuntimeObject",yf=/\bJava/.test(Cf)&&Wd.java,Mf=yf&&Md(Wd.environment)==kf,Af=yf?"a":"α",Zd=yf?"b":"β",mf=Wd.document||{},Pf=Wd.operamini||Wd.opera,Ff=yd.test(Ff=zd&&Pf?Pf["[[Class]]"]:Md(Pf))?Ff:Pf=null,Lf,jf=qd,xf=[],Nf=null,Bf=qd==Qd,Tf=Bf&&Pf&&typeof Pf.version=="function"&&Pf.version(),wf,Of=qf([{label:"EdgeHTML",pattern:"Edge"},"Trident",{label:"WebKit",pattern:"AppleWebKit"},"iCab","Presto","NetFront","Tasman","KHTML","Gecko"]),$f=hh(["Adobe AIR","Arora","Avant Browser","Breach","Camino","Electron","Epiphany","Fennec","Flock","Galeon","GreenBrowser","iCab","Iceweasel","K-Meleon","Konqueror","Lunascape","Maxthon",{label:"Microsoft Edge",pattern:"(?:Edge|Edg|EdgA|EdgiOS)"},"Midori","Nook Browser","PaleMoon","PhantomJS","Raven","Rekonq","RockMelt",{label:"Samsung Internet",pattern:"SamsungBrowser"},"SeaMonkey",{label:"Silk",pattern:"(?:Cloud9|Silk-Accelerated)"},"Sleipnir","SlimBrowser",{label:"SRWare Iron",pattern:"Iron"},"Sunrise","Swiftfox","Vivaldi","Waterfox","WebPositive",{label:"Yandex Browser",pattern:"YaBrowser"},{label:"UC Browser",pattern:"UCBrowser"},"Opera Mini",{label:"Opera Mini",pattern:"OPiOS"},"Opera",{label:"Opera",pattern:"OPR"},"Chromium","Chrome",{label:"Chrome",pattern:"(?:HeadlessChrome)"},{label:"Chrome Mobile",pattern:"(?:CriOS|CrMo)"},{label:"Firefox",pattern:"(?:Firefox|Minefield)"},{label:"Firefox for iOS",pattern:"FxiOS"},{label:"IE",pattern:"IEMobile"},{label:"IE",pattern:"MSIE"},"Safari"]),Wf=wh([{label:"BlackBerry",pattern:"BB10"},"BlackBerry",{label:"Galaxy S",pattern:"GT-I9000"},{label:"Galaxy S2",pattern:"GT-I9100"},{label:"Galaxy S3",pattern:"GT-I9300"},{label:"Galaxy S4",pattern:"GT-I9500"},{label:"Galaxy S5",pattern:"SM-G900"},{label:"Galaxy S6",pattern:"SM-G920"},{label:"Galaxy S6 Edge",pattern:"SM-G925"},{label:"Galaxy S7",pattern:"SM-G930"},{label:"Galaxy S7 Edge",pattern:"SM-G935"},"Google TV","Lumia","iPad","iPod","iPhone","Kindle",{label:"Kindle Fire",pattern:"(?:Cloud9|Silk-Accelerated)"},"Nexus","Nook","PlayBook","PlayStation Vita","PlayStation","TouchPad","Transformer",{label:"Wii U",pattern:"WiiU"},"Wii","Xbox One",{label:"Xbox 360",pattern:"Xbox"},"Xoom"]),Kf=Xf({Apple:{iPad:1,iPhone:1,iPod:1},Alcatel:{},Archos:{},Amazon:{Kindle:1,"Kindle Fire":1},Asus:{Transformer:1},"Barnes & Noble":{Nook:1},BlackBerry:{PlayBook:1},Google:{"Google TV":1,Nexus:1},HP:{TouchPad:1},HTC:{},Huawei:{},Lenovo:{},LG:{},Microsoft:{Xbox:1,"Xbox One":1},Motorola:{Xoom:1},Nintendo:{"Wii U":1,Wii:1},Nokia:{Lumia:1},Oppo:{},Samsung:{"Galaxy S":1,"Galaxy S2":1,"Galaxy S3":1,"Galaxy S4":1},Sony:{PlayStation:1,"PlayStation Vita":1},Xiaomi:{Mi:1,Redmi:1}}),Df=Mh(["Windows Phone","KaiOS","Android","CentOS",{label:"Chrome OS",pattern:"CrOS"},"Debian",{label:"DragonFly BSD",pattern:"DragonFly"},"Fedora","FreeBSD","Gentoo","Haiku","Kubuntu","Linux Mint","OpenBSD","Red Hat","SuSE","Ubuntu","Xubuntu","Cygwin","Symbian OS","hpwOS","webOS ","webOS","Tablet OS","Tizen","Linux","Mac OS X","Macintosh","Mac","Windows 98;","Windows "]);function qf(Vf){return Pd(Vf,function(Rf,Zf){return Rf||RegExp("\\b"+(Zf.pattern||jd(Zf))+"\\b","i").exec(qd)&&(Zf.label||Zf)})}function Xf(Vf){return Pd(Vf,function(Rf,Zf,Jf){return Rf||(Zf[Wf]||Zf[/^[a-z]+(?: +[a-z]+\b)*/i.exec(Wf)]||RegExp("\\b"+jd(Jf)+"(?:\\b|\\w*\\d)","i").exec(qd))&&Jf})}function hh(Vf){return Pd(Vf,function(Rf,Zf){return Rf||RegExp("\\b"+(Zf.pattern||jd(Zf))+"\\b","i").exec(qd)&&(Zf.label||Zf)})}function Mh(Vf){return Pd(Vf,function(Rf,Zf){var Jf=Zf.pattern||jd(Zf);return!Rf&&(Rf=RegExp("\\b"+Jf+"(?:/[\\d.]+|[ \\w.]*)","i").exec(qd))&&(Rf=Nd(Rf,Jf,Zf.label||Zf)),Rf})}function wh(Vf){return Pd(Vf,function(Rf,Zf){var Jf=Zf.pattern||jd(Zf);return!Rf&&(Rf=RegExp("\\b"+Jf+" *\\d+[.\\w_]*","i").exec(qd)||RegExp("\\b"+Jf+" *\\w+-[\\w]*","i").exec(qd)||RegExp("\\b"+Jf+"(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)","i").exec(qd))&&((Rf=String(Zf.label&&!RegExp(Jf,"i").test(Zf.label)?Zf.label:Rf).split("/"))[1]&&!/[\d.]+/.test(Rf[0])&&(Rf[0]+=" "+Rf[1]),Zf=Zf.label||Zf,Rf=Id(Rf[0].replace(RegExp(Jf,"i"),Zf).replace(RegExp("; *(?:"+Zf+"[_-])?","i")," ").replace(RegExp("("+Zf+")[-_.]?(\\w)","i"),"$1 $2"))),Rf})}function Bh(Vf){return Pd(Vf,function(Rf,Zf){return Rf||(RegExp(Zf+"(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)","i").exec(qd)||0)[1]||null})}function Uh(){return this.description||""}if(Of&&(Of=[Of]),/\bAndroid\b/.test(Df)&&!Wf&&(Lf=/\bAndroid[^;]*;(.*?)(?:Build|\) AppleWebKit)\b/i.exec(qd))&&(Wf=Fd(Lf[1]).replace(/^[a-z]{2}-[a-z]{2};\s*/i,"")||null),Kf&&!Wf?Wf=wh([Kf]):Kf&&Wf&&(Wf=Wf.replace(RegExp("^("+jd(Kf)+")[-_.\\s]","i"),Kf+" ").replace(RegExp("^("+jd(Kf)+")[-_.]?(\\w)","i"),Kf+" $2")),(Lf=/\bGoogle TV\b/.exec(Wf))&&(Wf=Lf[0]),/\bSimulator\b/i.test(qd)&&(Wf=(Wf?Wf+" ":"")+"Simulator"),$f=="Opera Mini"&&/\bOPiOS\b/.test(qd)&&xf.push("running in Turbo/Uncompressed mode"),$f=="IE"&&/\blike iPhone OS\b/.test(qd)?(Lf=Ud(qd.replace(/like iPhone OS/,"")),Kf=Lf.manufacturer,Wf=Lf.product):/^iP/.test(Wf)?($f||($f="Safari"),Df="iOS"+((Lf=/ OS ([\d_]+)/i.exec(qd))?" "+Lf[1].replace(/_/g,"."):"")):$f=="Konqueror"&&/^Linux\b/i.test(Df)?Df="Kubuntu":Kf&&Kf!="Google"&&(/Chrome/.test($f)&&!/\bMobile Safari\b/i.test(qd)||/\bVita\b/.test(Wf))||/\bAndroid\b/.test(Df)&&/^Chrome/.test($f)&&/\bVersion\//i.test(qd)?($f="Android Browser",Df=/\bAndroid\b/.test(Df)?Df:"Android"):$f=="Silk"?(/\bMobi/i.test(qd)||(Df="Android",xf.unshift("desktop mode")),/Accelerated *= *true/i.test(qd)&&xf.unshift("accelerated")):$f=="UC Browser"&&/\bUCWEB\b/.test(qd)?xf.push("speed mode"):$f=="PaleMoon"&&(Lf=/\bFirefox\/([\d.]+)\b/.exec(qd))?xf.push("identifying as Firefox "+Lf[1]):$f=="Firefox"&&(Lf=/\b(Mobile|Tablet|TV)\b/i.exec(qd))?(Df||(Df="Firefox OS"),Wf||(Wf=Lf[1])):!$f||(Lf=!/\bMinefield\b/i.test(qd)&&/\b(?:Firefox|Safari)\b/.exec($f))?($f&&!Wf&&/[\/,]|^[^(]+?\)/.test(qd.slice(qd.indexOf(Lf+"/")+8))&&($f=null),(Lf=Wf||Kf||Df)&&(Wf||Kf||/\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(Df))&&($f=/[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(Df)?Df:Lf)+" Browser")):$f=="Electron"&&(Lf=(/\bChrome\/([\d.]+)\b/.exec(qd)||0)[1])&&xf.push("Chromium "+Lf),Tf||(Tf=Bh(["(?:Cloud9|CriOS|CrMo|Edge|Edg|EdgA|EdgiOS|FxiOS|HeadlessChrome|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$)|UCBrowser|YaBrowser)","Version",jd($f),"(?:Firefox|Minefield|NetFront)"])),(Lf=Of=="iCab"&&parseFloat(Tf)>3&&"WebKit"||/\bOpera\b/.test($f)&&(/\bOPR\b/.test(qd)?"Blink":"Presto")||/\b(?:Midori|Nook|Safari)\b/i.test(qd)&&!/^(?:Trident|EdgeHTML)$/.test(Of)&&"WebKit"||!Of&&/\bMSIE\b/i.test(qd)&&(Df=="Mac OS"?"Tasman":"Trident")||Of=="WebKit"&&/\bPlayStation\b(?! Vita\b)/i.test($f)&&"NetFront")&&(Of=[Lf]),$f=="IE"&&(Lf=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(qd)||0)[1])?($f+=" Mobile",Df="Windows Phone "+(/\+$/.test(Lf)?Lf:Lf+".x"),xf.unshift("desktop mode")):/\bWPDesktop\b/i.test(qd)?($f="IE Mobile",Df="Windows Phone 8.x",xf.unshift("desktop mode"),Tf||(Tf=(/\brv:([\d.]+)/.exec(qd)||0)[1])):$f!="IE"&&Of=="Trident"&&(Lf=/\brv:([\d.]+)/.exec(qd))&&($f&&xf.push("identifying as "+$f+(Tf?" "+Tf:"")),$f="IE",Tf=Lf[1]),Bf){if(Ld(Wd,"global"))if(yf&&(Lf=yf.lang.System,jf=Lf.getProperty("os.arch"),Df=Df||Lf.getProperty("os.name")+" "+Lf.getProperty("os.version")),Mf){try{Tf=Wd.require("ringo/engine").version.join("."),$f="RingoJS"}catch{(Lf=Wd.system)&&Lf.global.system==Wd.system&&($f="Narwhal",Df||(Df=Lf[0].os||null))}$f||($f="Rhino")}else typeof Wd.process=="object"&&!Wd.process.browser&&(Lf=Wd.process)&&(typeof Lf.versions=="object"&&(typeof Lf.versions.electron=="string"?(xf.push("Node "+Lf.versions.node),$f="Electron",Tf=Lf.versions.electron):typeof Lf.versions.nw=="string"&&(xf.push("Chromium "+Tf,"Node "+Lf.versions.node),$f="NW.js",Tf=Lf.versions.nw)),$f||($f="Node.js",jf=Lf.arch,Df=Lf.platform,Tf=/[\d.]+/.exec(Lf.version),Tf=Tf?Tf[0]:null));else Md(Lf=Wd.runtime)==bf?($f="Adobe AIR",Df=Lf.flash.system.Capabilities.os):Md(Lf=Wd.phantom)==Ef?($f="PhantomJS",Tf=(Lf=Lf.version||null)&&Lf.major+"."+Lf.minor+"."+Lf.patch):typeof mf.documentMode=="number"&&(Lf=/\bTrident\/(\d+)/i.exec(qd))?(Tf=[Tf,mf.documentMode],(Lf=+Lf[1]+4)!=Tf[1]&&(xf.push("IE "+Tf[1]+" mode"),Of&&(Of[1]=""),Tf[1]=Lf),Tf=$f=="IE"?String(Tf[1].toFixed(1)):Tf[0]):typeof mf.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test($f)&&(xf.push("masking as "+$f+" "+Tf),$f="IE",Tf="11.0",Of=["Trident"],Df="Windows");Df=Df&&Id(Df)}if(Tf&&(Lf=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Tf)||/(?:alpha|beta)(?: ?\d)?/i.exec(qd+";"+(Bf&&Kd.appMinorVersion))||/\bMinefield\b/i.test(qd)&&"a")&&(Nf=/b/i.test(Lf)?"beta":"alpha",Tf=Tf.replace(RegExp(Lf+"\\+?$"),"")+(Nf=="beta"?Zd:Af)+(/\d+\+?/.exec(Lf)||"")),$f=="Fennec"||$f=="Firefox"&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(Df))$f="Firefox Mobile";else if($f=="Maxthon"&&Tf)Tf=Tf.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(Wf))Wf=="Xbox 360"&&(Df=null),Wf=="Xbox 360"&&/\bIEMobile\b/.test(qd)&&xf.unshift("mobile mode");else if((/^(?:Chrome|IE|Opera)$/.test($f)||$f&&!Wf&&!/Browser|Mobi/.test($f))&&(Df=="Windows CE"||/Mobi/i.test(qd)))$f+=" Mobile";else if($f=="IE"&&Bf)try{Wd.external===null&&xf.unshift("platform preview")}catch{xf.unshift("embedded")}else(/\bBlackBerry\b/.test(Wf)||/\bBB10\b/.test(qd))&&(Lf=(RegExp(Wf.replace(/ +/g," *")+"/([.\\d]+)","i").exec(qd)||0)[1]||Tf)?(Lf=[Lf,/BB10/.test(qd)],Df=(Lf[1]?(Wf=null,Kf="BlackBerry"):"Device Software")+" "+Lf[0],Tf=null):this!=Rd&&Wf!="Wii"&&(Bf&&Pf||/Opera/.test($f)&&/\b(?:MSIE|Firefox)\b/i.test(qd)||$f=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(Df)||$f=="IE"&&(Df&&!/^Win/.test(Df)&&Tf>5.5||/\bWindows XP\b/.test(Df)&&Tf>8||Tf==8&&!/\bTrident\b/.test(qd)))&&!yd.test(Lf=Ud.call(Rd,qd.replace(yd,"")+";"))&&Lf.name&&(Lf="ing as "+Lf.name+((Lf=Lf.version)?" "+Lf:""),yd.test($f)?(/\bIE\b/.test(Lf)&&Df=="Mac OS"&&(Df=null),Lf="identify"+Lf):(Lf="mask"+Lf,Ff?$f=Id(Ff.replace(/([a-z])([A-Z])/g,"$1 $2")):$f="Opera",/\bIE\b/.test(Lf)&&(Df=null),Bf||(Tf=null)),Of=["Presto"],xf.push(Lf));(Lf=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(qd)||0)[1])&&(Lf=[parseFloat(Lf.replace(/\.(\d)$/,".0$1")),Lf],$f=="Safari"&&Lf[1].slice(-1)=="+"?($f="WebKit Nightly",Nf="alpha",Tf=Lf[1].slice(0,-1)):(Tf==Lf[1]||Tf==(Lf[2]=(/\bSafari\/([\d.]+\+?)/i.exec(qd)||0)[1]))&&(Tf=null),Lf[1]=(/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(qd)||0)[1],Lf[0]==537.36&&Lf[2]==537.36&&parseFloat(Lf[1])>=28&&Of=="WebKit"&&(Of=["Blink"]),!Bf||!hf&&!Lf[1]?(Of&&(Of[1]="like Safari"),Lf=(Lf=Lf[0],Lf<400?1:Lf<500?2:Lf<526?3:Lf<533?4:Lf<534?"4+":Lf<535?5:Lf<537?6:Lf<538?7:Lf<601?8:Lf<602?9:Lf<604?10:Lf<606?11:Lf<608?12:"12")):(Of&&(Of[1]="like Chrome"),Lf=Lf[1]||(Lf=Lf[0],Lf<530?1:Lf<532?2:Lf<532.05?3:Lf<533?4:Lf<534.03?5:Lf<534.07?6:Lf<534.1?7:Lf<534.13?8:Lf<534.16?9:Lf<534.24?10:Lf<534.3?11:Lf<535.01?12:Lf<535.02?"13+":Lf<535.07?15:Lf<535.11?16:Lf<535.19?17:Lf<536.05?18:Lf<536.1?19:Lf<537.01?20:Lf<537.11?"21+":Lf<537.13?23:Lf<537.18?24:Lf<537.24?25:Lf<537.36?26:Of!="Blink"?"27":"28")),Of&&(Of[1]+=" "+(Lf+=typeof Lf=="number"?".x":/[.+]/.test(Lf)?"":"+")),$f=="Safari"&&(!Tf||parseInt(Tf)>45)?Tf=Lf:$f=="Chrome"&&/\bHeadlessChrome/i.test(qd)&&xf.unshift("headless")),$f=="Opera"&&(Lf=/\bzbov|zvav$/.exec(Df))?($f+=" ",xf.unshift("desktop mode"),Lf=="zvav"?($f+="Mini",Tf=null):$f+="Mobile",Df=Df.replace(RegExp(" *"+Lf+"$"),"")):$f=="Safari"&&/\bChrome\b/.exec(Of&&Of[1])?(xf.unshift("desktop mode"),$f="Chrome Mobile",Tf=null,/\bOS X\b/.test(Df)?(Kf="Apple",Df="iOS 4.3+"):Df=null):/\bSRWare Iron\b/.test($f)&&!Tf&&(Tf=Bh("Chrome")),Tf&&Tf.indexOf(Lf=/[\d.]+$/.exec(Df))==0&&qd.indexOf("/"+Lf+"-")>-1&&(Df=Fd(Df.replace(Lf,""))),Df&&Df.indexOf($f)!=-1&&!RegExp($f+" OS").test(Df)&&(Df=Df.replace(RegExp(" *"+jd($f)+" *"),"")),Of&&!/\b(?:Avant|Nook)\b/.test($f)&&(/Browser|Lunascape|Maxthon/.test($f)||$f!="Safari"&&/^iOS/.test(Df)&&/\bSafari\b/.test(Of[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test($f)&&Of[1])&&(Lf=Of[Of.length-1])&&xf.push(Lf),xf.length&&(xf=["("+xf.join("; ")+")"]),Kf&&Wf&&Wf.indexOf(Kf)<0&&xf.push("on "+Kf),Wf&&xf.push((/^on /.test(xf[xf.length-1])?"":"on ")+Wf),Df&&(Lf=/ ([\d.+]+)$/.exec(Df),wf=Lf&&Df.charAt(Df.length-Lf[0].length-1)=="/",Df={architecture:32,family:Lf&&!wf?Df.replace(Lf[0],""):Df,version:Lf?Lf[1]:null,toString:function(){var Vf=this.version;return this.family+(Vf&&!wf?" "+Vf:"")+(this.architecture==64?" 64-bit":"")}}),(Lf=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(jf))&&!/\bi686\b/i.test(jf)?(Df&&(Df.architecture=64,Df.family=Df.family.replace(RegExp(" *"+Lf),"")),$f&&(/\bWOW64\b/i.test(qd)||Bf&&/\w(?:86|32)$/.test(Kd.cpuClass||Kd.platform)&&!/\bWin64; x64\b/i.test(qd))&&xf.unshift("32-bit")):Df&&/^OS X/.test(Df.family)&&$f=="Chrome"&&parseFloat(Tf)>=39&&(Df.architecture=64),qd||(qd=null);var oh={};return oh.description=qd,oh.layout=Of&&Of[0],oh.manufacturer=Kf,oh.name=$f,oh.prerelease=Nf,oh.product=Wf,oh.ua=qd,oh.version=$f&&Tf,oh.os=Df||{architecture:null,family:null,version:null,toString:function(){return"null"}},oh.parse=Ud,oh.toString=Uh,oh.version&&xf.unshift(Tf),oh.name&&xf.unshift($f),Df&&$f&&!(Df==String(Df).split(" ")[0]&&(Df==$f.split(" ")[0]||Wf))&&xf.push(Wf?"("+Df+")":"on "+Df),xf.length&&(oh.description=xf.join(" ")),oh}var Vd=Ud();cd&&ud?Rd(Vd,function(qd,Wd){cd[Wd]=qd}):ld.platform=Vd}).call(this)}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],443:[function(ed,td,rd){(function(od){(function(){typeof od>"u"||!od.version||od.version.indexOf("v0.")===0||od.version.indexOf("v1.")===0&&od.version.indexOf("v1.8.")!==0?td.exports={nextTick:sd}:td.exports=od;function sd(ld,cd,ud,gd){if(typeof ld!="function")throw new TypeError('"callback" argument must be a function');var _d=arguments.length,yd,Ed;switch(_d){case 0:case 1:return od.nextTick(ld);case 2:return od.nextTick(function(){ld.call(null,cd)});case 3:return od.nextTick(function(){ld.call(null,cd,ud)});case 4:return od.nextTick(function(){ld.call(null,cd,ud,gd)});default:for(yd=new Array(_d-1),Ed=0;Ed<yd.length;)yd[Ed++]=arguments[Ed];return od.nextTick(function(){ld.apply(null,yd)})}}}).call(this)}).call(this,ed("_process"))},{_process:540}],444:[function(ed,td,rd){var od=td.exports={},sd,ld;function cd(){throw new Error("setTimeout has not been defined")}function ud(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?sd=setTimeout:sd=cd}catch{sd=cd}try{typeof clearTimeout=="function"?ld=clearTimeout:ld=ud}catch{ld=ud}})();function gd(Rd){if(sd===setTimeout)return setTimeout(Rd,0);if((sd===cd||!sd)&&setTimeout)return sd=setTimeout,setTimeout(Rd,0);try{return sd(Rd,0)}catch{try{return sd.call(null,Rd,0)}catch{return sd.call(this,Rd,0)}}}function _d(Rd){if(ld===clearTimeout)return clearTimeout(Rd);if((ld===ud||!ld)&&clearTimeout)return ld=clearTimeout,clearTimeout(Rd);try{return ld(Rd)}catch{try{return ld.call(null,Rd)}catch{return ld.call(this,Rd)}}}var yd=[],Ed=!1,Td,Od=-1;function Ad(){!Ed||!Td||(Ed=!1,Td.length?yd=Td.concat(yd):Od=-1,yd.length&&Nd())}function Nd(){if(!Ed){var Rd=gd(Ad);Ed=!0;for(var Md=yd.length;Md;){for(Td=yd,yd=[];++Od<Md;)Td&&Td[Od].run();Od=-1,Md=yd.length}Td=null,Ed=!1,_d(Rd)}}od.nextTick=function(Rd){var Md=new Array(arguments.length-1);if(arguments.length>1)for(var Ld=1;Ld<arguments.length;Ld++)Md[Ld-1]=arguments[Ld];yd.push(new kd(Rd,Md)),yd.length===1&&!Ed&&gd(Nd)};function kd(Rd,Md){this.fun=Rd,this.array=Md}kd.prototype.run=function(){this.fun.apply(null,this.array)},od.title="browser",od.browser=!0,od.env={},od.argv=[],od.version="",od.versions={};function Id(){}od.on=Id,od.addListener=Id,od.once=Id,od.off=Id,od.removeListener=Id,od.removeAllListeners=Id,od.emit=Id,od.prependListener=Id,od.prependOnceListener=Id,od.listeners=function(Rd){return[]},od.binding=function(Rd){throw new Error("process.binding is not supported")},od.cwd=function(){return"/"},od.chdir=function(Rd){throw new Error("process.chdir is not supported")},od.umask=function(){return 0}},{}],445:[function(ed,td,rd){(function(od){(function(){(function(sd){var ld=typeof rd=="object"&&rd&&!rd.nodeType&&rd,cd=typeof td=="object"&&td&&!td.nodeType&&td,ud=typeof od=="object"&&od;(ud.global===ud||ud.window===ud||ud.self===ud)&&(sd=ud);var gd,_d=2147483647,yd=36,Ed=1,Td=26,Od=38,Ad=700,Nd=72,kd=128,Id="-",Rd=/^xn--/,Md=/[^\x20-\x7E]/,Ld=/[\x2E\u3002\uFF0E\uFF61]/g,jd={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Pd=yd-Ed,Fd=Math.floor,Ud=String.fromCharCode,Vd;function qd(Mf){throw new RangeError(jd[Mf])}function Wd(Mf,Af){for(var Zd=Mf.length,mf=[];Zd--;)mf[Zd]=Af(Mf[Zd]);return mf}function zd(Mf,Af){var Zd=Mf.split("@"),mf="";Zd.length>1&&(mf=Zd[0]+"@",Mf=Zd[1]),Mf=Mf.replace(Ld,".");var Pf=Mf.split("."),Ff=Wd(Pf,Af).join(".");return mf+Ff}function Kd(Mf){for(var Af=[],Zd=0,mf=Mf.length,Pf,Ff;Zd<mf;)Pf=Mf.charCodeAt(Zd++),Pf>=55296&&Pf<=56319&&Zd<mf?(Ff=Mf.charCodeAt(Zd++),(Ff&64512)==56320?Af.push(((Pf&1023)<<10)+(Ff&1023)+65536):(Af.push(Pf),Zd--)):Af.push(Pf);return Af}function Qd(Mf){return Wd(Mf,function(Af){var Zd="";return Af>65535&&(Af-=65536,Zd+=Ud(Af>>>10&1023|55296),Af=56320|Af&1023),Zd+=Ud(Af),Zd}).join("")}function hf(Mf){return Mf-48<10?Mf-22:Mf-65<26?Mf-65:Mf-97<26?Mf-97:yd}function gf(Mf,Af){return Mf+22+75*(Mf<26)-((Af!=0)<<5)}function bf(Mf,Af,Zd){var mf=0;for(Mf=Zd?Fd(Mf/Ad):Mf>>1,Mf+=Fd(Mf/Af);Mf>Pd*Td>>1;mf+=yd)Mf=Fd(Mf/Pd);return Fd(mf+(Pd+1)*Mf/(Mf+Od))}function kf(Mf){var Af=[],Zd=Mf.length,mf,Pf=0,Ff=kd,Lf=Nd,jf,xf,Nf,Bf,Tf,wf,Of,$f,Wf;for(jf=Mf.lastIndexOf(Id),jf<0&&(jf=0),xf=0;xf<jf;++xf)Mf.charCodeAt(xf)>=128&&qd("not-basic"),Af.push(Mf.charCodeAt(xf));for(Nf=jf>0?jf+1:0;Nf<Zd;){for(Bf=Pf,Tf=1,wf=yd;Nf>=Zd&&qd("invalid-input"),Of=hf(Mf.charCodeAt(Nf++)),(Of>=yd||Of>Fd((_d-Pf)/Tf))&&qd("overflow"),Pf+=Of*Tf,$f=wf<=Lf?Ed:wf>=Lf+Td?Td:wf-Lf,!(Of<$f);wf+=yd)Wf=yd-$f,Tf>Fd(_d/Wf)&&qd("overflow"),Tf*=Wf;mf=Af.length+1,Lf=bf(Pf-Bf,mf,Bf==0),Fd(Pf/mf)>_d-Ff&&qd("overflow"),Ff+=Fd(Pf/mf),Pf%=mf,Af.splice(Pf++,0,Ff)}return Qd(Af)}function Cf(Mf){var Af,Zd,mf,Pf,Ff,Lf,jf,xf,Nf,Bf,Tf,wf=[],Of,$f,Wf,Kf;for(Mf=Kd(Mf),Of=Mf.length,Af=kd,Zd=0,Ff=Nd,Lf=0;Lf<Of;++Lf)Tf=Mf[Lf],Tf<128&&wf.push(Ud(Tf));for(mf=Pf=wf.length,Pf&&wf.push(Id);mf<Of;){for(jf=_d,Lf=0;Lf<Of;++Lf)Tf=Mf[Lf],Tf>=Af&&Tf<jf&&(jf=Tf);for($f=mf+1,jf-Af>Fd((_d-Zd)/$f)&&qd("overflow"),Zd+=(jf-Af)*$f,Af=jf,Lf=0;Lf<Of;++Lf)if(Tf=Mf[Lf],Tf<Af&&++Zd>_d&&qd("overflow"),Tf==Af){for(xf=Zd,Nf=yd;Bf=Nf<=Ff?Ed:Nf>=Ff+Td?Td:Nf-Ff,!(xf<Bf);Nf+=yd)Kf=xf-Bf,Wf=yd-Bf,wf.push(Ud(gf(Bf+Kf%Wf,0))),xf=Fd(Kf/Wf);wf.push(Ud(gf(xf,0))),Ff=bf(Zd,$f,mf==Pf),Zd=0,++mf}++Zd,++Af}return wf.join("")}function Ef(Mf){return zd(Mf,function(Af){return Rd.test(Af)?kf(Af.slice(4).toLowerCase()):Af})}function yf(Mf){return zd(Mf,function(Af){return Md.test(Af)?"xn--"+Cf(Af):Af})}if(gd={version:"1.4.1",ucs2:{decode:Kd,encode:Qd},decode:kf,encode:Cf,toASCII:yf,toUnicode:Ef},ld&&cd)if(td.exports==ld)cd.exports=gd;else for(Vd in gd)gd.hasOwnProperty(Vd)&&(ld[Vd]=gd[Vd]);else sd.punycode=gd})(this)}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],446:[function(ed,td,rd){var od=String.prototype.replace,sd=/%20/g,ld={RFC1738:"RFC1738",RFC3986:"RFC3986"};td.exports={default:ld.RFC3986,formatters:{RFC1738:function(cd){return od.call(cd,sd,"+")},RFC3986:function(cd){return String(cd)}},RFC1738:ld.RFC1738,RFC3986:ld.RFC3986}},{}],447:[function(ed,td,rd){var od=ed("./stringify"),sd=ed("./parse"),ld=ed("./formats");td.exports={formats:ld,parse:sd,stringify:od}},{"./formats":446,"./parse":448,"./stringify":449}],448:[function(ed,td,rd){var od=ed("./utils"),sd=Object.prototype.hasOwnProperty,ld=Array.isArray,cd={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:od.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},ud=function(Nd){return Nd.replace(/&#(\d+);/g,function(kd,Id){return String.fromCharCode(parseInt(Id,10))})},gd=function(Nd,kd){return Nd&&typeof Nd=="string"&&kd.comma&&Nd.indexOf(",")>-1?Nd.split(","):Nd},_d="utf8=%26%2310003%3B",yd="utf8=%E2%9C%93",Ed=function(kd,Id){var Rd={__proto__:null},Md=Id.ignoreQueryPrefix?kd.replace(/^\?/,""):kd,Ld=Id.parameterLimit===1/0?void 0:Id.parameterLimit,jd=Md.split(Id.delimiter,Ld),Pd=-1,Fd,Ud=Id.charset;if(Id.charsetSentinel)for(Fd=0;Fd<jd.length;++Fd)jd[Fd].indexOf("utf8=")===0&&(jd[Fd]===yd?Ud="utf-8":jd[Fd]===_d&&(Ud="iso-8859-1"),Pd=Fd,Fd=jd.length);for(Fd=0;Fd<jd.length;++Fd)if(Fd!==Pd){var Vd=jd[Fd],qd=Vd.indexOf("]="),Wd=qd===-1?Vd.indexOf("="):qd+1,zd,Kd;Wd===-1?(zd=Id.decoder(Vd,cd.decoder,Ud,"key"),Kd=Id.strictNullHandling?null:""):(zd=Id.decoder(Vd.slice(0,Wd),cd.decoder,Ud,"key"),Kd=od.maybeMap(gd(Vd.slice(Wd+1),Id),function(Qd){return Id.decoder(Qd,cd.decoder,Ud,"value")})),Kd&&Id.interpretNumericEntities&&Ud==="iso-8859-1"&&(Kd=ud(Kd)),Vd.indexOf("[]=")>-1&&(Kd=ld(Kd)?[Kd]:Kd),sd.call(Rd,zd)?Rd[zd]=od.combine(Rd[zd],Kd):Rd[zd]=Kd}return Rd},Td=function(Nd,kd,Id,Rd){for(var Md=Rd?kd:gd(kd,Id),Ld=Nd.length-1;Ld>=0;--Ld){var jd,Pd=Nd[Ld];if(Pd==="[]"&&Id.parseArrays)jd=[].concat(Md);else{jd=Id.plainObjects?Object.create(null):{};var Fd=Pd.charAt(0)==="["&&Pd.charAt(Pd.length-1)==="]"?Pd.slice(1,-1):Pd,Ud=parseInt(Fd,10);!Id.parseArrays&&Fd===""?jd={0:Md}:!isNaN(Ud)&&Pd!==Fd&&String(Ud)===Fd&&Ud>=0&&Id.parseArrays&&Ud<=Id.arrayLimit?(jd=[],jd[Ud]=Md):Fd!=="__proto__"&&(jd[Fd]=Md)}Md=jd}return Md},Od=function(kd,Id,Rd,Md){if(kd){var Ld=Rd.allowDots?kd.replace(/\.([^.[]+)/g,"[$1]"):kd,jd=/(\[[^[\]]*])/,Pd=/(\[[^[\]]*])/g,Fd=Rd.depth>0&&jd.exec(Ld),Ud=Fd?Ld.slice(0,Fd.index):Ld,Vd=[];if(Ud){if(!Rd.plainObjects&&sd.call(Object.prototype,Ud)&&!Rd.allowPrototypes)return;Vd.push(Ud)}for(var qd=0;Rd.depth>0&&(Fd=Pd.exec(Ld))!==null&&qd<Rd.depth;){if(qd+=1,!Rd.plainObjects&&sd.call(Object.prototype,Fd[1].slice(1,-1))&&!Rd.allowPrototypes)return;Vd.push(Fd[1])}return Fd&&Vd.push("["+Ld.slice(Fd.index)+"]"),Td(Vd,Id,Rd,Md)}},Ad=function(kd){if(!kd)return cd;if(kd.decoder!==null&&kd.decoder!==void 0&&typeof kd.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof kd.charset<"u"&&kd.charset!=="utf-8"&&kd.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var Id=typeof kd.charset>"u"?cd.charset:kd.charset;return{allowDots:typeof kd.allowDots>"u"?cd.allowDots:!!kd.allowDots,allowPrototypes:typeof kd.allowPrototypes=="boolean"?kd.allowPrototypes:cd.allowPrototypes,allowSparse:typeof kd.allowSparse=="boolean"?kd.allowSparse:cd.allowSparse,arrayLimit:typeof kd.arrayLimit=="number"?kd.arrayLimit:cd.arrayLimit,charset:Id,charsetSentinel:typeof kd.charsetSentinel=="boolean"?kd.charsetSentinel:cd.charsetSentinel,comma:typeof kd.comma=="boolean"?kd.comma:cd.comma,decoder:typeof kd.decoder=="function"?kd.decoder:cd.decoder,delimiter:typeof kd.delimiter=="string"||od.isRegExp(kd.delimiter)?kd.delimiter:cd.delimiter,depth:typeof kd.depth=="number"||kd.depth===!1?+kd.depth:cd.depth,ignoreQueryPrefix:kd.ignoreQueryPrefix===!0,interpretNumericEntities:typeof kd.interpretNumericEntities=="boolean"?kd.interpretNumericEntities:cd.interpretNumericEntities,parameterLimit:typeof kd.parameterLimit=="number"?kd.parameterLimit:cd.parameterLimit,parseArrays:kd.parseArrays!==!1,plainObjects:typeof kd.plainObjects=="boolean"?kd.plainObjects:cd.plainObjects,strictNullHandling:typeof kd.strictNullHandling=="boolean"?kd.strictNullHandling:cd.strictNullHandling}};td.exports=function(Nd,kd){var Id=Ad(kd);if(Nd===""||Nd===null||typeof Nd>"u")return Id.plainObjects?Object.create(null):{};for(var Rd=typeof Nd=="string"?Ed(Nd,Id):Nd,Md=Id.plainObjects?Object.create(null):{},Ld=Object.keys(Rd),jd=0;jd<Ld.length;++jd){var Pd=Ld[jd],Fd=Od(Pd,Rd[Pd],Id,typeof Nd=="string");Md=od.merge(Md,Fd,Id)}return Id.allowSparse===!0?Md:od.compact(Md)}},{"./utils":450}],449:[function(ed,td,rd){var od=ed("side-channel"),sd=ed("./utils"),ld=ed("./formats"),cd=Object.prototype.hasOwnProperty,ud={brackets:function(Md){return Md+"[]"},comma:"comma",indices:function(Md,Ld){return Md+"["+Ld+"]"},repeat:function(Md){return Md}},gd=Array.isArray,_d=Array.prototype.push,yd=function(Rd,Md){_d.apply(Rd,gd(Md)?Md:[Md])},Ed=Date.prototype.toISOString,Td=ld.default,Od={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:sd.encode,encodeValuesOnly:!1,format:Td,formatter:ld.formatters[Td],indices:!1,serializeDate:function(Md){return Ed.call(Md)},skipNulls:!1,strictNullHandling:!1},Ad=function(Md){return typeof Md=="string"||typeof Md=="number"||typeof Md=="boolean"||typeof Md=="symbol"||typeof Md=="bigint"},Nd={},kd=function Rd(Md,Ld,jd,Pd,Fd,Ud,Vd,qd,Wd,zd,Kd,Qd,hf,gf,bf,kf){for(var Cf=Md,Ef=kf,yf=0,Mf=!1;(Ef=Ef.get(Nd))!==void 0&&!Mf;){var Af=Ef.get(Md);if(yf+=1,typeof Af<"u"){if(Af===yf)throw new RangeError("Cyclic object value");Mf=!0}typeof Ef.get(Nd)>"u"&&(yf=0)}if(typeof qd=="function"?Cf=qd(Ld,Cf):Cf instanceof Date?Cf=Kd(Cf):jd==="comma"&&gd(Cf)&&(Cf=sd.maybeMap(Cf,function(wf){return wf instanceof Date?Kd(wf):wf})),Cf===null){if(Fd)return Vd&&!gf?Vd(Ld,Od.encoder,bf,"key",Qd):Ld;Cf=""}if(Ad(Cf)||sd.isBuffer(Cf)){if(Vd){var Zd=gf?Ld:Vd(Ld,Od.encoder,bf,"key",Qd);return[hf(Zd)+"="+hf(Vd(Cf,Od.encoder,bf,"value",Qd))]}return[hf(Ld)+"="+hf(String(Cf))]}var mf=[];if(typeof Cf>"u")return mf;var Pf;if(jd==="comma"&&gd(Cf))gf&&Vd&&(Cf=sd.maybeMap(Cf,Vd)),Pf=[{value:Cf.length>0?Cf.join(",")||null:void 0}];else if(gd(qd))Pf=qd;else{var Ff=Object.keys(Cf);Pf=Wd?Ff.sort(Wd):Ff}for(var Lf=Pd&&gd(Cf)&&Cf.length===1?Ld+"[]":Ld,jf=0;jf<Pf.length;++jf){var xf=Pf[jf],Nf=typeof xf=="object"&&typeof xf.value<"u"?xf.value:Cf[xf];if(!(Ud&&Nf===null)){var Bf=gd(Cf)?typeof jd=="function"?jd(Lf,xf):Lf:Lf+(zd?"."+xf:"["+xf+"]");kf.set(Md,yf);var Tf=od();Tf.set(Nd,kf),yd(mf,Rd(Nf,Bf,jd,Pd,Fd,Ud,jd==="comma"&&gf&&gd(Cf)?null:Vd,qd,Wd,zd,Kd,Qd,hf,gf,bf,Tf))}}return mf},Id=function(Md){if(!Md)return Od;if(Md.encoder!==null&&typeof Md.encoder<"u"&&typeof Md.encoder!="function")throw new TypeError("Encoder has to be a function.");var Ld=Md.charset||Od.charset;if(typeof Md.charset<"u"&&Md.charset!=="utf-8"&&Md.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var jd=ld.default;if(typeof Md.format<"u"){if(!cd.call(ld.formatters,Md.format))throw new TypeError("Unknown format option provided.");jd=Md.format}var Pd=ld.formatters[jd],Fd=Od.filter;return(typeof Md.filter=="function"||gd(Md.filter))&&(Fd=Md.filter),{addQueryPrefix:typeof Md.addQueryPrefix=="boolean"?Md.addQueryPrefix:Od.addQueryPrefix,allowDots:typeof Md.allowDots>"u"?Od.allowDots:!!Md.allowDots,charset:Ld,charsetSentinel:typeof Md.charsetSentinel=="boolean"?Md.charsetSentinel:Od.charsetSentinel,delimiter:typeof Md.delimiter>"u"?Od.delimiter:Md.delimiter,encode:typeof Md.encode=="boolean"?Md.encode:Od.encode,encoder:typeof Md.encoder=="function"?Md.encoder:Od.encoder,encodeValuesOnly:typeof Md.encodeValuesOnly=="boolean"?Md.encodeValuesOnly:Od.encodeValuesOnly,filter:Fd,format:jd,formatter:Pd,serializeDate:typeof Md.serializeDate=="function"?Md.serializeDate:Od.serializeDate,skipNulls:typeof Md.skipNulls=="boolean"?Md.skipNulls:Od.skipNulls,sort:typeof Md.sort=="function"?Md.sort:null,strictNullHandling:typeof Md.strictNullHandling=="boolean"?Md.strictNullHandling:Od.strictNullHandling}};td.exports=function(Rd,Md){var Ld=Rd,jd=Id(Md),Pd,Fd;typeof jd.filter=="function"?(Fd=jd.filter,Ld=Fd("",Ld)):gd(jd.filter)&&(Fd=jd.filter,Pd=Fd);var Ud=[];if(typeof Ld!="object"||Ld===null)return"";var Vd;Md&&Md.arrayFormat in ud?Vd=Md.arrayFormat:Md&&"indices"in Md?Vd=Md.indices?"indices":"repeat":Vd="indices";var qd=ud[Vd];if(Md&&"commaRoundTrip"in Md&&typeof Md.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var Wd=qd==="comma"&&Md&&Md.commaRoundTrip;Pd||(Pd=Object.keys(Ld)),jd.sort&&Pd.sort(jd.sort);for(var zd=od(),Kd=0;Kd<Pd.length;++Kd){var Qd=Pd[Kd];jd.skipNulls&&Ld[Qd]===null||yd(Ud,kd(Ld[Qd],Qd,qd,Wd,jd.strictNullHandling,jd.skipNulls,jd.encode?jd.encoder:null,jd.filter,jd.sort,jd.allowDots,jd.serializeDate,jd.format,jd.formatter,jd.encodeValuesOnly,jd.charset,zd))}var hf=Ud.join(jd.delimiter),gf=jd.addQueryPrefix===!0?"?":"";return jd.charsetSentinel&&(jd.charset==="iso-8859-1"?gf+="utf8=%26%2310003%3B&":gf+="utf8=%E2%9C%93&"),hf.length>0?gf+hf:""}},{"./formats":446,"./utils":450,"side-channel":469}],450:[function(ed,td,rd){var od=ed("./formats"),sd=Object.prototype.hasOwnProperty,ld=Array.isArray,cd=function(){for(var Rd=[],Md=0;Md<256;++Md)Rd.push("%"+((Md<16?"0":"")+Md.toString(16)).toUpperCase());return Rd}(),ud=function(Md){for(;Md.length>1;){var Ld=Md.pop(),jd=Ld.obj[Ld.prop];if(ld(jd)){for(var Pd=[],Fd=0;Fd<jd.length;++Fd)typeof jd[Fd]<"u"&&Pd.push(jd[Fd]);Ld.obj[Ld.prop]=Pd}}},gd=function(Md,Ld){for(var jd=Ld&&Ld.plainObjects?Object.create(null):{},Pd=0;Pd<Md.length;++Pd)typeof Md[Pd]<"u"&&(jd[Pd]=Md[Pd]);return jd},_d=function Rd(Md,Ld,jd){if(!Ld)return Md;if(typeof Ld!="object"){if(ld(Md))Md.push(Ld);else if(Md&&typeof Md=="object")(jd&&(jd.plainObjects||jd.allowPrototypes)||!sd.call(Object.prototype,Ld))&&(Md[Ld]=!0);else return[Md,Ld];return Md}if(!Md||typeof Md!="object")return[Md].concat(Ld);var Pd=Md;return ld(Md)&&!ld(Ld)&&(Pd=gd(Md,jd)),ld(Md)&&ld(Ld)?(Ld.forEach(function(Fd,Ud){if(sd.call(Md,Ud)){var Vd=Md[Ud];Vd&&typeof Vd=="object"&&Fd&&typeof Fd=="object"?Md[Ud]=Rd(Vd,Fd,jd):Md.push(Fd)}else Md[Ud]=Fd}),Md):Object.keys(Ld).reduce(function(Fd,Ud){var Vd=Ld[Ud];return sd.call(Fd,Ud)?Fd[Ud]=Rd(Fd[Ud],Vd,jd):Fd[Ud]=Vd,Fd},Pd)},yd=function(Md,Ld){return Object.keys(Ld).reduce(function(jd,Pd){return jd[Pd]=Ld[Pd],jd},Md)},Ed=function(Rd,Md,Ld){var jd=Rd.replace(/\+/g," ");if(Ld==="iso-8859-1")return jd.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(jd)}catch{return jd}},Td=function(Md,Ld,jd,Pd,Fd){if(Md.length===0)return Md;var Ud=Md;if(typeof Md=="symbol"?Ud=Symbol.prototype.toString.call(Md):typeof Md!="string"&&(Ud=String(Md)),jd==="iso-8859-1")return escape(Ud).replace(/%u[0-9a-f]{4}/gi,function(zd){return"%26%23"+parseInt(zd.slice(2),16)+"%3B"});for(var Vd="",qd=0;qd<Ud.length;++qd){var Wd=Ud.charCodeAt(qd);if(Wd===45||Wd===46||Wd===95||Wd===126||Wd>=48&&Wd<=57||Wd>=65&&Wd<=90||Wd>=97&&Wd<=122||Fd===od.RFC1738&&(Wd===40||Wd===41)){Vd+=Ud.charAt(qd);continue}if(Wd<128){Vd=Vd+cd[Wd];continue}if(Wd<2048){Vd=Vd+(cd[192|Wd>>6]+cd[128|Wd&63]);continue}if(Wd<55296||Wd>=57344){Vd=Vd+(cd[224|Wd>>12]+cd[128|Wd>>6&63]+cd[128|Wd&63]);continue}qd+=1,Wd=65536+((Wd&1023)<<10|Ud.charCodeAt(qd)&1023),Vd+=cd[240|Wd>>18]+cd[128|Wd>>12&63]+cd[128|Wd>>6&63]+cd[128|Wd&63]}return Vd},Od=function(Md){for(var Ld=[{obj:{o:Md},prop:"o"}],jd=[],Pd=0;Pd<Ld.length;++Pd)for(var Fd=Ld[Pd],Ud=Fd.obj[Fd.prop],Vd=Object.keys(Ud),qd=0;qd<Vd.length;++qd){var Wd=Vd[qd],zd=Ud[Wd];typeof zd=="object"&&zd!==null&&jd.indexOf(zd)===-1&&(Ld.push({obj:Ud,prop:Wd}),jd.push(zd))}return ud(Ld),Md},Ad=function(Md){return Object.prototype.toString.call(Md)==="[object RegExp]"},Nd=function(Md){return!Md||typeof Md!="object"?!1:!!(Md.constructor&&Md.constructor.isBuffer&&Md.constructor.isBuffer(Md))},kd=function(Md,Ld){return[].concat(Md,Ld)},Id=function(Md,Ld){if(ld(Md)){for(var jd=[],Pd=0;Pd<Md.length;Pd+=1)jd.push(Ld(Md[Pd]));return jd}return Ld(Md)};td.exports={arrayToObject:gd,assign:yd,combine:kd,compact:Od,decode:Ed,encode:Td,isBuffer:Nd,isRegExp:Ad,maybeMap:Id,merge:_d}},{"./formats":446}],451:[function(ed,td,rd){function od(ld,cd){return Object.prototype.hasOwnProperty.call(ld,cd)}td.exports=function(ld,cd,ud,gd){cd=cd||"&",ud=ud||"=";var _d={};if(typeof ld!="string"||ld.length===0)return _d;var yd=/\+/g;ld=ld.split(cd);var Ed=1e3;gd&&typeof gd.maxKeys=="number"&&(Ed=gd.maxKeys);var Td=ld.length;Ed>0&&Td>Ed&&(Td=Ed);for(var Od=0;Od<Td;++Od){var Ad=ld[Od].replace(yd,"%20"),Nd=Ad.indexOf(ud),kd,Id,Rd,Md;Nd>=0?(kd=Ad.substr(0,Nd),Id=Ad.substr(Nd+1)):(kd=Ad,Id=""),Rd=decodeURIComponent(kd),Md=decodeURIComponent(Id),od(_d,Rd)?sd(_d[Rd])?_d[Rd].push(Md):_d[Rd]=[_d[Rd],Md]:_d[Rd]=Md}return _d};var sd=Array.isArray||function(ld){return Object.prototype.toString.call(ld)==="[object Array]"}},{}],452:[function(ed,td,rd){var od=function(ud){switch(typeof ud){case"string":return ud;case"boolean":return ud?"true":"false";case"number":return isFinite(ud)?ud:"";default:return""}};td.exports=function(ud,gd,_d,yd){return gd=gd||"&",_d=_d||"=",ud===null&&(ud=void 0),typeof ud=="object"?ld(cd(ud),function(Ed){var Td=encodeURIComponent(od(Ed))+_d;return sd(ud[Ed])?ld(ud[Ed],function(Od){return Td+encodeURIComponent(od(Od))}).join(gd):Td+encodeURIComponent(od(ud[Ed]))}).join(gd):yd?encodeURIComponent(od(yd))+_d+encodeURIComponent(od(ud)):""};var sd=Array.isArray||function(ud){return Object.prototype.toString.call(ud)==="[object Array]"};function ld(ud,gd){if(ud.map)return ud.map(gd);for(var _d=[],yd=0;yd<ud.length;yd++)_d.push(gd(ud[yd],yd));return _d}var cd=Object.keys||function(ud){var gd=[];for(var _d in ud)Object.prototype.hasOwnProperty.call(ud,_d)&&gd.push(_d);return gd}},{}],453:[function(ed,td,rd){rd.decode=rd.parse=ed("./decode"),rd.encode=rd.stringify=ed("./encode")},{"./decode":451,"./encode":452}],454:[function(ed,td,rd){var od=ed("process-nextick-args"),sd=Object.keys||function(Ad){var Nd=[];for(var kd in Ad)Nd.push(kd);return Nd};td.exports=Ed;var ld=Object.create(ed("core-util-is"));ld.inherits=ed("inherits");var cd=ed("./_stream_readable"),ud=ed("./_stream_writable");ld.inherits(Ed,cd);for(var gd=sd(ud.prototype),_d=0;_d<gd.length;_d++){var yd=gd[_d];Ed.prototype[yd]||(Ed.prototype[yd]=ud.prototype[yd])}function Ed(Ad){if(!(this instanceof Ed))return new Ed(Ad);cd.call(this,Ad),ud.call(this,Ad),Ad&&Ad.readable===!1&&(this.readable=!1),Ad&&Ad.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,Ad&&Ad.allowHalfOpen===!1&&(this.allowHalfOpen=!1),this.once("end",Td)}Object.defineProperty(Ed.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function Td(){this.allowHalfOpen||this._writableState.ended||od.nextTick(Od,this)}function Od(Ad){Ad.end()}Object.defineProperty(Ed.prototype,"destroyed",{get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(Ad){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=Ad,this._writableState.destroyed=Ad)}}),Ed.prototype._destroy=function(Ad,Nd){this.push(null),this.end(),od.nextTick(Nd,Ad)}},{"./_stream_readable":456,"./_stream_writable":458,"core-util-is":384,inherits:409,"process-nextick-args":443}],455:[function(ed,td,rd){td.exports=ld;var od=ed("./_stream_transform"),sd=Object.create(ed("core-util-is"));sd.inherits=ed("inherits"),sd.inherits(ld,od);function ld(cd){if(!(this instanceof ld))return new ld(cd);od.call(this,cd)}ld.prototype._transform=function(cd,ud,gd){gd(null,cd)}},{"./_stream_transform":457,"core-util-is":384,inherits:409}],456:[function(ed,td,rd){(function(od,sd){(function(){var ld=ed("process-nextick-args");td.exports=Fd;var cd=ed("isarray"),ud;Fd.ReadableState=Pd,ed("events").EventEmitter;var gd=function(Bf,Tf){return Bf.listeners(Tf).length},_d=ed("./internal/streams/stream"),yd=ed("safe-buffer").Buffer,Ed=(typeof sd<"u"?sd:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Td(Bf){return yd.from(Bf)}function Od(Bf){return yd.isBuffer(Bf)||Bf instanceof Ed}var Ad=Object.create(ed("core-util-is"));Ad.inherits=ed("inherits");var Nd=ed("util"),kd=void 0;Nd&&Nd.debuglog?kd=Nd.debuglog("stream"):kd=function(){};var Id=ed("./internal/streams/BufferList"),Rd=ed("./internal/streams/destroy"),Md;Ad.inherits(Fd,_d);var Ld=["error","close","destroy","pause","resume"];function jd(Bf,Tf,wf){if(typeof Bf.prependListener=="function")return Bf.prependListener(Tf,wf);!Bf._events||!Bf._events[Tf]?Bf.on(Tf,wf):cd(Bf._events[Tf])?Bf._events[Tf].unshift(wf):Bf._events[Tf]=[wf,Bf._events[Tf]]}function Pd(Bf,Tf){ud=ud||ed("./_stream_duplex"),Bf=Bf||{};var wf=Tf instanceof ud;this.objectMode=!!Bf.objectMode,wf&&(this.objectMode=this.objectMode||!!Bf.readableObjectMode);var Of=Bf.highWaterMark,$f=Bf.readableHighWaterMark,Wf=this.objectMode?16:16*1024;Of||Of===0?this.highWaterMark=Of:wf&&($f||$f===0)?this.highWaterMark=$f:this.highWaterMark=Wf,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new Id,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=Bf.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Bf.encoding&&(Md||(Md=ed("string_decoder/").StringDecoder),this.decoder=new Md(Bf.encoding),this.encoding=Bf.encoding)}function Fd(Bf){if(ud=ud||ed("./_stream_duplex"),!(this instanceof Fd))return new Fd(Bf);this._readableState=new Pd(Bf,this),this.readable=!0,Bf&&(typeof Bf.read=="function"&&(this._read=Bf.read),typeof Bf.destroy=="function"&&(this._destroy=Bf.destroy)),_d.call(this)}Object.defineProperty(Fd.prototype,"destroyed",{get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Bf){this._readableState&&(this._readableState.destroyed=Bf)}}),Fd.prototype.destroy=Rd.destroy,Fd.prototype._undestroy=Rd.undestroy,Fd.prototype._destroy=function(Bf,Tf){this.push(null),Tf(Bf)},Fd.prototype.push=function(Bf,Tf){var wf=this._readableState,Of;return wf.objectMode?Of=!0:typeof Bf=="string"&&(Tf=Tf||wf.defaultEncoding,Tf!==wf.encoding&&(Bf=yd.from(Bf,Tf),Tf=""),Of=!0),Ud(this,Bf,Tf,!1,Of)},Fd.prototype.unshift=function(Bf){return Ud(this,Bf,null,!0,!1)};function Ud(Bf,Tf,wf,Of,$f){var Wf=Bf._readableState;if(Tf===null)Wf.reading=!1,hf(Bf,Wf);else{var Kf;$f||(Kf=qd(Wf,Tf)),Kf?Bf.emit("error",Kf):Wf.objectMode||Tf&&Tf.length>0?(typeof Tf!="string"&&!Wf.objectMode&&Object.getPrototypeOf(Tf)!==yd.prototype&&(Tf=Td(Tf)),Of?Wf.endEmitted?Bf.emit("error",new Error("stream.unshift() after end event")):Vd(Bf,Wf,Tf,!0):Wf.ended?Bf.emit("error",new Error("stream.push() after EOF")):(Wf.reading=!1,Wf.decoder&&!wf?(Tf=Wf.decoder.write(Tf),Wf.objectMode||Tf.length!==0?Vd(Bf,Wf,Tf,!1):kf(Bf,Wf)):Vd(Bf,Wf,Tf,!1))):Of||(Wf.reading=!1)}return Wd(Wf)}function Vd(Bf,Tf,wf,Of){Tf.flowing&&Tf.length===0&&!Tf.sync?(Bf.emit("data",wf),Bf.read(0)):(Tf.length+=Tf.objectMode?1:wf.length,Of?Tf.buffer.unshift(wf):Tf.buffer.push(wf),Tf.needReadable&&gf(Bf)),kf(Bf,Tf)}function qd(Bf,Tf){var wf;return!Od(Tf)&&typeof Tf!="string"&&Tf!==void 0&&!Bf.objectMode&&(wf=new TypeError("Invalid non-string/buffer chunk")),wf}function Wd(Bf){return!Bf.ended&&(Bf.needReadable||Bf.length<Bf.highWaterMark||Bf.length===0)}Fd.prototype.isPaused=function(){return this._readableState.flowing===!1},Fd.prototype.setEncoding=function(Bf){return Md||(Md=ed("string_decoder/").StringDecoder),this._readableState.decoder=new Md(Bf),this._readableState.encoding=Bf,this};var zd=8388608;function Kd(Bf){return Bf>=zd?Bf=zd:(Bf--,Bf|=Bf>>>1,Bf|=Bf>>>2,Bf|=Bf>>>4,Bf|=Bf>>>8,Bf|=Bf>>>16,Bf++),Bf}function Qd(Bf,Tf){return Bf<=0||Tf.length===0&&Tf.ended?0:Tf.objectMode?1:Bf!==Bf?Tf.flowing&&Tf.length?Tf.buffer.head.data.length:Tf.length:(Bf>Tf.highWaterMark&&(Tf.highWaterMark=Kd(Bf)),Bf<=Tf.length?Bf:Tf.ended?Tf.length:(Tf.needReadable=!0,0))}Fd.prototype.read=function(Bf){kd("read",Bf),Bf=parseInt(Bf,10);var Tf=this._readableState,wf=Bf;if(Bf!==0&&(Tf.emittedReadable=!1),Bf===0&&Tf.needReadable&&(Tf.length>=Tf.highWaterMark||Tf.ended))return kd("read: emitReadable",Tf.length,Tf.ended),Tf.length===0&&Tf.ended?jf(this):gf(this),null;if(Bf=Qd(Bf,Tf),Bf===0&&Tf.ended)return Tf.length===0&&jf(this),null;var Of=Tf.needReadable;kd("need readable",Of),(Tf.length===0||Tf.length-Bf<Tf.highWaterMark)&&(Of=!0,kd("length less than watermark",Of)),Tf.ended||Tf.reading?(Of=!1,kd("reading or ended",Of)):Of&&(kd("do read"),Tf.reading=!0,Tf.sync=!0,Tf.length===0&&(Tf.needReadable=!0),this._read(Tf.highWaterMark),Tf.sync=!1,Tf.reading||(Bf=Qd(wf,Tf)));var $f;return Bf>0?$f=mf(Bf,Tf):$f=null,$f===null?(Tf.needReadable=!0,Bf=0):Tf.length-=Bf,Tf.length===0&&(Tf.ended||(Tf.needReadable=!0),wf!==Bf&&Tf.ended&&jf(this)),$f!==null&&this.emit("data",$f),$f};function hf(Bf,Tf){if(!Tf.ended){if(Tf.decoder){var wf=Tf.decoder.end();wf&&wf.length&&(Tf.buffer.push(wf),Tf.length+=Tf.objectMode?1:wf.length)}Tf.ended=!0,gf(Bf)}}function gf(Bf){var Tf=Bf._readableState;Tf.needReadable=!1,Tf.emittedReadable||(kd("emitReadable",Tf.flowing),Tf.emittedReadable=!0,Tf.sync?ld.nextTick(bf,Bf):bf(Bf))}function bf(Bf){kd("emit readable"),Bf.emit("readable"),Zd(Bf)}function kf(Bf,Tf){Tf.readingMore||(Tf.readingMore=!0,ld.nextTick(Cf,Bf,Tf))}function Cf(Bf,Tf){for(var wf=Tf.length;!Tf.reading&&!Tf.flowing&&!Tf.ended&&Tf.length<Tf.highWaterMark&&(kd("maybeReadMore read 0"),Bf.read(0),wf!==Tf.length);)wf=Tf.length;Tf.readingMore=!1}Fd.prototype._read=function(Bf){this.emit("error",new Error("_read() is not implemented"))},Fd.prototype.pipe=function(Bf,Tf){var wf=this,Of=this._readableState;switch(Of.pipesCount){case 0:Of.pipes=Bf;break;case 1:Of.pipes=[Of.pipes,Bf];break;default:Of.pipes.push(Bf);break}Of.pipesCount+=1,kd("pipe count=%d opts=%j",Of.pipesCount,Tf);var $f=(!Tf||Tf.end!==!1)&&Bf!==od.stdout&&Bf!==od.stderr,Wf=$f?Df:Vf;Of.endEmitted?ld.nextTick(Wf):wf.once("end",Wf),Bf.on("unpipe",Kf);function Kf(Rf,Zf){kd("onunpipe"),Rf===wf&&Zf&&Zf.hasUnpiped===!1&&(Zf.hasUnpiped=!0,hh())}function Df(){kd("onend"),Bf.end()}var qf=Ef(wf);Bf.on("drain",qf);var Xf=!1;function hh(){kd("cleanup"),Bf.removeListener("close",Uh),Bf.removeListener("finish",oh),Bf.removeListener("drain",qf),Bf.removeListener("error",Bh),Bf.removeListener("unpipe",Kf),wf.removeListener("end",Df),wf.removeListener("end",Vf),wf.removeListener("data",wh),Xf=!0,Of.awaitDrain&&(!Bf._writableState||Bf._writableState.needDrain)&&qf()}var Mh=!1;wf.on("data",wh);function wh(Rf){kd("ondata"),Mh=!1;var Zf=Bf.write(Rf);Zf===!1&&!Mh&&((Of.pipesCount===1&&Of.pipes===Bf||Of.pipesCount>1&&Nf(Of.pipes,Bf)!==-1)&&!Xf&&(kd("false write response, pause",Of.awaitDrain),Of.awaitDrain++,Mh=!0),wf.pause())}function Bh(Rf){kd("onerror",Rf),Vf(),Bf.removeListener("error",Bh),gd(Bf,"error")===0&&Bf.emit("error",Rf)}jd(Bf,"error",Bh);function Uh(){Bf.removeListener("finish",oh),Vf()}Bf.once("close",Uh);function oh(){kd("onfinish"),Bf.removeListener("close",Uh),Vf()}Bf.once("finish",oh);function Vf(){kd("unpipe"),wf.unpipe(Bf)}return Bf.emit("pipe",wf),Of.flowing||(kd("pipe resume"),wf.resume()),Bf};function Ef(Bf){return function(){var Tf=Bf._readableState;kd("pipeOnDrain",Tf.awaitDrain),Tf.awaitDrain&&Tf.awaitDrain--,Tf.awaitDrain===0&&gd(Bf,"data")&&(Tf.flowing=!0,Zd(Bf))}}Fd.prototype.unpipe=function(Bf){var Tf=this._readableState,wf={hasUnpiped:!1};if(Tf.pipesCount===0)return this;if(Tf.pipesCount===1)return Bf&&Bf!==Tf.pipes?this:(Bf||(Bf=Tf.pipes),Tf.pipes=null,Tf.pipesCount=0,Tf.flowing=!1,Bf&&Bf.emit("unpipe",this,wf),this);if(!Bf){var Of=Tf.pipes,$f=Tf.pipesCount;Tf.pipes=null,Tf.pipesCount=0,Tf.flowing=!1;for(var Wf=0;Wf<$f;Wf++)Of[Wf].emit("unpipe",this,{hasUnpiped:!1});return this}var Kf=Nf(Tf.pipes,Bf);return Kf===-1?this:(Tf.pipes.splice(Kf,1),Tf.pipesCount-=1,Tf.pipesCount===1&&(Tf.pipes=Tf.pipes[0]),Bf.emit("unpipe",this,wf),this)},Fd.prototype.on=function(Bf,Tf){var wf=_d.prototype.on.call(this,Bf,Tf);if(Bf==="data")this._readableState.flowing!==!1&&this.resume();else if(Bf==="readable"){var Of=this._readableState;!Of.endEmitted&&!Of.readableListening&&(Of.readableListening=Of.needReadable=!0,Of.emittedReadable=!1,Of.reading?Of.length&&gf(this):ld.nextTick(yf,this))}return wf},Fd.prototype.addListener=Fd.prototype.on;function yf(Bf){kd("readable nexttick read 0"),Bf.read(0)}Fd.prototype.resume=function(){var Bf=this._readableState;return Bf.flowing||(kd("resume"),Bf.flowing=!0,Mf(this,Bf)),this};function Mf(Bf,Tf){Tf.resumeScheduled||(Tf.resumeScheduled=!0,ld.nextTick(Af,Bf,Tf))}function Af(Bf,Tf){Tf.reading||(kd("resume read 0"),Bf.read(0)),Tf.resumeScheduled=!1,Tf.awaitDrain=0,Bf.emit("resume"),Zd(Bf),Tf.flowing&&!Tf.reading&&Bf.read(0)}Fd.prototype.pause=function(){return kd("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(kd("pause"),this._readableState.flowing=!1,this.emit("pause")),this};function Zd(Bf){var Tf=Bf._readableState;for(kd("flow",Tf.flowing);Tf.flowing&&Bf.read()!==null;);}Fd.prototype.wrap=function(Bf){var Tf=this,wf=this._readableState,Of=!1;Bf.on("end",function(){if(kd("wrapped end"),wf.decoder&&!wf.ended){var Kf=wf.decoder.end();Kf&&Kf.length&&Tf.push(Kf)}Tf.push(null)}),Bf.on("data",function(Kf){if(kd("wrapped data"),wf.decoder&&(Kf=wf.decoder.write(Kf)),!(wf.objectMode&&Kf==null)&&!(!wf.objectMode&&(!Kf||!Kf.length))){var Df=Tf.push(Kf);Df||(Of=!0,Bf.pause())}});for(var $f in Bf)this[$f]===void 0&&typeof Bf[$f]=="function"&&(this[$f]=function(Kf){return function(){return Bf[Kf].apply(Bf,arguments)}}($f));for(var Wf=0;Wf<Ld.length;Wf++)Bf.on(Ld[Wf],this.emit.bind(this,Ld[Wf]));return this._read=function(Kf){kd("wrapped _read",Kf),Of&&(Of=!1,Bf.resume())},this},Object.defineProperty(Fd.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Fd._fromList=mf;function mf(Bf,Tf){if(Tf.length===0)return null;var wf;return Tf.objectMode?wf=Tf.buffer.shift():!Bf||Bf>=Tf.length?(Tf.decoder?wf=Tf.buffer.join(""):Tf.buffer.length===1?wf=Tf.buffer.head.data:wf=Tf.buffer.concat(Tf.length),Tf.buffer.clear()):wf=Pf(Bf,Tf.buffer,Tf.decoder),wf}function Pf(Bf,Tf,wf){var Of;return Bf<Tf.head.data.length?(Of=Tf.head.data.slice(0,Bf),Tf.head.data=Tf.head.data.slice(Bf)):Bf===Tf.head.data.length?Of=Tf.shift():Of=wf?Ff(Bf,Tf):Lf(Bf,Tf),Of}function Ff(Bf,Tf){var wf=Tf.head,Of=1,$f=wf.data;for(Bf-=$f.length;wf=wf.next;){var Wf=wf.data,Kf=Bf>Wf.length?Wf.length:Bf;if(Kf===Wf.length?$f+=Wf:$f+=Wf.slice(0,Bf),Bf-=Kf,Bf===0){Kf===Wf.length?(++Of,wf.next?Tf.head=wf.next:Tf.head=Tf.tail=null):(Tf.head=wf,wf.data=Wf.slice(Kf));break}++Of}return Tf.length-=Of,$f}function Lf(Bf,Tf){var wf=yd.allocUnsafe(Bf),Of=Tf.head,$f=1;for(Of.data.copy(wf),Bf-=Of.data.length;Of=Of.next;){var Wf=Of.data,Kf=Bf>Wf.length?Wf.length:Bf;if(Wf.copy(wf,wf.length-Bf,0,Kf),Bf-=Kf,Bf===0){Kf===Wf.length?(++$f,Of.next?Tf.head=Of.next:Tf.head=Tf.tail=null):(Tf.head=Of,Of.data=Wf.slice(Kf));break}++$f}return Tf.length-=$f,wf}function jf(Bf){var Tf=Bf._readableState;if(Tf.length>0)throw new Error('"endReadable()" called on non-empty stream');Tf.endEmitted||(Tf.ended=!0,ld.nextTick(xf,Tf,Bf))}function xf(Bf,Tf){!Bf.endEmitted&&Bf.length===0&&(Bf.endEmitted=!0,Tf.readable=!1,Tf.emit("end"))}function Nf(Bf,Tf){for(var wf=0,Of=Bf.length;wf<Of;wf++)if(Bf[wf]===Tf)return wf;return-1}}).call(this)}).call(this,ed("_process"),typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"./_stream_duplex":454,"./internal/streams/BufferList":459,"./internal/streams/destroy":460,"./internal/streams/stream":461,_process:540,"core-util-is":384,events:388,inherits:409,isarray:462,"process-nextick-args":443,"safe-buffer":463,"string_decoder/":464,util:102}],457:[function(ed,td,rd){td.exports=cd;var od=ed("./_stream_duplex"),sd=Object.create(ed("core-util-is"));sd.inherits=ed("inherits"),sd.inherits(cd,od);function ld(_d,yd){var Ed=this._transformState;Ed.transforming=!1;var Td=Ed.writecb;if(!Td)return this.emit("error",new Error("write callback called multiple times"));Ed.writechunk=null,Ed.writecb=null,yd!=null&&this.push(yd),Td(_d);var Od=this._readableState;Od.reading=!1,(Od.needReadable||Od.length<Od.highWaterMark)&&this._read(Od.highWaterMark)}function cd(_d){if(!(this instanceof cd))return new cd(_d);od.call(this,_d),this._transformState={afterTransform:ld.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,_d&&(typeof _d.transform=="function"&&(this._transform=_d.transform),typeof _d.flush=="function"&&(this._flush=_d.flush)),this.on("prefinish",ud)}function ud(){var _d=this;typeof this._flush=="function"?this._flush(function(yd,Ed){gd(_d,yd,Ed)}):gd(this,null,null)}cd.prototype.push=function(_d,yd){return this._transformState.needTransform=!1,od.prototype.push.call(this,_d,yd)},cd.prototype._transform=function(_d,yd,Ed){throw new Error("_transform() is not implemented")},cd.prototype._write=function(_d,yd,Ed){var Td=this._transformState;if(Td.writecb=Ed,Td.writechunk=_d,Td.writeencoding=yd,!Td.transforming){var Od=this._readableState;(Td.needTransform||Od.needReadable||Od.length<Od.highWaterMark)&&this._read(Od.highWaterMark)}},cd.prototype._read=function(_d){var yd=this._transformState;yd.writechunk!==null&&yd.writecb&&!yd.transforming?(yd.transforming=!0,this._transform(yd.writechunk,yd.writeencoding,yd.afterTransform)):yd.needTransform=!0},cd.prototype._destroy=function(_d,yd){var Ed=this;od.prototype._destroy.call(this,_d,function(Td){yd(Td),Ed.emit("close")})};function gd(_d,yd,Ed){if(yd)return _d.emit("error",yd);if(Ed!=null&&_d.push(Ed),_d._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(_d._transformState.transforming)throw new Error("Calling transform done when still transforming");return _d.push(null)}},{"./_stream_duplex":454,"core-util-is":384,inherits:409}],458:[function(ed,td,rd){(function(od,sd,ld){(function(){var cd=ed("process-nextick-args");td.exports=jd;function ud(Af){var Zd=this;this.next=null,this.entry=null,this.finish=function(){Mf(Zd,Af)}}var gd=!od.browser&&["v0.10","v0.9."].indexOf(od.version.slice(0,5))>-1?ld:cd.nextTick,_d;jd.WritableState=Md;var yd=Object.create(ed("core-util-is"));yd.inherits=ed("inherits");var Ed={deprecate:ed("util-deprecate")},Td=ed("./internal/streams/stream"),Od=ed("safe-buffer").Buffer,Ad=(typeof sd<"u"?sd:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Nd(Af){return Od.from(Af)}function kd(Af){return Od.isBuffer(Af)||Af instanceof Ad}var Id=ed("./internal/streams/destroy");yd.inherits(jd,Td);function Rd(){}function Md(Af,Zd){_d=_d||ed("./_stream_duplex"),Af=Af||{};var mf=Zd instanceof _d;this.objectMode=!!Af.objectMode,mf&&(this.objectMode=this.objectMode||!!Af.writableObjectMode);var Pf=Af.highWaterMark,Ff=Af.writableHighWaterMark,Lf=this.objectMode?16:16*1024;Pf||Pf===0?this.highWaterMark=Pf:mf&&(Ff||Ff===0)?this.highWaterMark=Ff:this.highWaterMark=Lf,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var jf=Af.decodeStrings===!1;this.decodeStrings=!jf,this.defaultEncoding=Af.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(xf){Kd(Zd,xf)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new ud(this)}Md.prototype.getBuffer=function(){for(var Zd=this.bufferedRequest,mf=[];Zd;)mf.push(Zd),Zd=Zd.next;return mf},function(){try{Object.defineProperty(Md.prototype,"buffer",{get:Ed.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var Ld;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Ld=Function.prototype[Symbol.hasInstance],Object.defineProperty(jd,Symbol.hasInstance,{value:function(Af){return Ld.call(this,Af)?!0:this!==jd?!1:Af&&Af._writableState instanceof Md}})):Ld=function(Af){return Af instanceof this};function jd(Af){if(_d=_d||ed("./_stream_duplex"),!Ld.call(jd,this)&&!(this instanceof _d))return new jd(Af);this._writableState=new Md(Af,this),this.writable=!0,Af&&(typeof Af.write=="function"&&(this._write=Af.write),typeof Af.writev=="function"&&(this._writev=Af.writev),typeof Af.destroy=="function"&&(this._destroy=Af.destroy),typeof Af.final=="function"&&(this._final=Af.final)),Td.call(this)}jd.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function Pd(Af,Zd){var mf=new Error("write after end");Af.emit("error",mf),cd.nextTick(Zd,mf)}function Fd(Af,Zd,mf,Pf){var Ff=!0,Lf=!1;return mf===null?Lf=new TypeError("May not write null values to stream"):typeof mf!="string"&&mf!==void 0&&!Zd.objectMode&&(Lf=new TypeError("Invalid non-string/buffer chunk")),Lf&&(Af.emit("error",Lf),cd.nextTick(Pf,Lf),Ff=!1),Ff}jd.prototype.write=function(Af,Zd,mf){var Pf=this._writableState,Ff=!1,Lf=!Pf.objectMode&&kd(Af);return Lf&&!Od.isBuffer(Af)&&(Af=Nd(Af)),typeof Zd=="function"&&(mf=Zd,Zd=null),Lf?Zd="buffer":Zd||(Zd=Pf.defaultEncoding),typeof mf!="function"&&(mf=Rd),Pf.ended?Pd(this,mf):(Lf||Fd(this,Pf,Af,mf))&&(Pf.pendingcb++,Ff=Vd(this,Pf,Lf,Af,Zd,mf)),Ff},jd.prototype.cork=function(){var Af=this._writableState;Af.corked++},jd.prototype.uncork=function(){var Af=this._writableState;Af.corked&&(Af.corked--,!Af.writing&&!Af.corked&&!Af.bufferProcessing&&Af.bufferedRequest&&gf(this,Af))},jd.prototype.setDefaultEncoding=function(Zd){if(typeof Zd=="string"&&(Zd=Zd.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((Zd+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+Zd);return this._writableState.defaultEncoding=Zd,this};function Ud(Af,Zd,mf){return!Af.objectMode&&Af.decodeStrings!==!1&&typeof Zd=="string"&&(Zd=Od.from(Zd,mf)),Zd}Object.defineProperty(jd.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function Vd(Af,Zd,mf,Pf,Ff,Lf){if(!mf){var jf=Ud(Zd,Pf,Ff);Pf!==jf&&(mf=!0,Ff="buffer",Pf=jf)}var xf=Zd.objectMode?1:Pf.length;Zd.length+=xf;var Nf=Zd.length<Zd.highWaterMark;if(Nf||(Zd.needDrain=!0),Zd.writing||Zd.corked){var Bf=Zd.lastBufferedRequest;Zd.lastBufferedRequest={chunk:Pf,encoding:Ff,isBuf:mf,callback:Lf,next:null},Bf?Bf.next=Zd.lastBufferedRequest:Zd.bufferedRequest=Zd.lastBufferedRequest,Zd.bufferedRequestCount+=1}else qd(Af,Zd,!1,xf,Pf,Ff,Lf);return Nf}function qd(Af,Zd,mf,Pf,Ff,Lf,jf){Zd.writelen=Pf,Zd.writecb=jf,Zd.writing=!0,Zd.sync=!0,mf?Af._writev(Ff,Zd.onwrite):Af._write(Ff,Lf,Zd.onwrite),Zd.sync=!1}function Wd(Af,Zd,mf,Pf,Ff){--Zd.pendingcb,mf?(cd.nextTick(Ff,Pf),cd.nextTick(Ef,Af,Zd),Af._writableState.errorEmitted=!0,Af.emit("error",Pf)):(Ff(Pf),Af._writableState.errorEmitted=!0,Af.emit("error",Pf),Ef(Af,Zd))}function zd(Af){Af.writing=!1,Af.writecb=null,Af.length-=Af.writelen,Af.writelen=0}function Kd(Af,Zd){var mf=Af._writableState,Pf=mf.sync,Ff=mf.writecb;if(zd(mf),Zd)Wd(Af,mf,Pf,Zd,Ff);else{var Lf=bf(mf);!Lf&&!mf.corked&&!mf.bufferProcessing&&mf.bufferedRequest&&gf(Af,mf),Pf?gd(Qd,Af,mf,Lf,Ff):Qd(Af,mf,Lf,Ff)}}function Qd(Af,Zd,mf,Pf){mf||hf(Af,Zd),Zd.pendingcb--,Pf(),Ef(Af,Zd)}function hf(Af,Zd){Zd.length===0&&Zd.needDrain&&(Zd.needDrain=!1,Af.emit("drain"))}function gf(Af,Zd){Zd.bufferProcessing=!0;var mf=Zd.bufferedRequest;if(Af._writev&&mf&&mf.next){var Pf=Zd.bufferedRequestCount,Ff=new Array(Pf),Lf=Zd.corkedRequestsFree;Lf.entry=mf;for(var jf=0,xf=!0;mf;)Ff[jf]=mf,mf.isBuf||(xf=!1),mf=mf.next,jf+=1;Ff.allBuffers=xf,qd(Af,Zd,!0,Zd.length,Ff,"",Lf.finish),Zd.pendingcb++,Zd.lastBufferedRequest=null,Lf.next?(Zd.corkedRequestsFree=Lf.next,Lf.next=null):Zd.corkedRequestsFree=new ud(Zd),Zd.bufferedRequestCount=0}else{for(;mf;){var Nf=mf.chunk,Bf=mf.encoding,Tf=mf.callback,wf=Zd.objectMode?1:Nf.length;if(qd(Af,Zd,!1,wf,Nf,Bf,Tf),mf=mf.next,Zd.bufferedRequestCount--,Zd.writing)break}mf===null&&(Zd.lastBufferedRequest=null)}Zd.bufferedRequest=mf,Zd.bufferProcessing=!1}jd.prototype._write=function(Af,Zd,mf){mf(new Error("_write() is not implemented"))},jd.prototype._writev=null,jd.prototype.end=function(Af,Zd,mf){var Pf=this._writableState;typeof Af=="function"?(mf=Af,Af=null,Zd=null):typeof Zd=="function"&&(mf=Zd,Zd=null),Af!=null&&this.write(Af,Zd),Pf.corked&&(Pf.corked=1,this.uncork()),Pf.ending||yf(this,Pf,mf)};function bf(Af){return Af.ending&&Af.length===0&&Af.bufferedRequest===null&&!Af.finished&&!Af.writing}function kf(Af,Zd){Af._final(function(mf){Zd.pendingcb--,mf&&Af.emit("error",mf),Zd.prefinished=!0,Af.emit("prefinish"),Ef(Af,Zd)})}function Cf(Af,Zd){!Zd.prefinished&&!Zd.finalCalled&&(typeof Af._final=="function"?(Zd.pendingcb++,Zd.finalCalled=!0,cd.nextTick(kf,Af,Zd)):(Zd.prefinished=!0,Af.emit("prefinish")))}function Ef(Af,Zd){var mf=bf(Zd);return mf&&(Cf(Af,Zd),Zd.pendingcb===0&&(Zd.finished=!0,Af.emit("finish"))),mf}function yf(Af,Zd,mf){Zd.ending=!0,Ef(Af,Zd),mf&&(Zd.finished?cd.nextTick(mf):Af.once("finish",mf)),Zd.ended=!0,Af.writable=!1}function Mf(Af,Zd,mf){var Pf=Af.entry;for(Af.entry=null;Pf;){var Ff=Pf.callback;Zd.pendingcb--,Ff(mf),Pf=Pf.next}Zd.corkedRequestsFree.next=Af}Object.defineProperty(jd.prototype,"destroyed",{get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Af){this._writableState&&(this._writableState.destroyed=Af)}}),jd.prototype.destroy=Id.destroy,jd.prototype._undestroy=Id.undestroy,jd.prototype._destroy=function(Af,Zd){this.end(),Zd(Af)}}).call(this)}).call(this,ed("_process"),typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{},ed("timers").setImmediate)},{"./_stream_duplex":454,"./internal/streams/destroy":460,"./internal/streams/stream":461,_process:540,"core-util-is":384,inherits:409,"process-nextick-args":443,"safe-buffer":463,timers:486,"util-deprecate":488}],459:[function(ed,td,rd){function od(ud,gd){if(!(ud instanceof gd))throw new TypeError("Cannot call a class as a function")}var sd=ed("safe-buffer").Buffer,ld=ed("util");function cd(ud,gd,_d){ud.copy(gd,_d)}td.exports=function(){function ud(){od(this,ud),this.head=null,this.tail=null,this.length=0}return ud.prototype.push=function(_d){var yd={data:_d,next:null};this.length>0?this.tail.next=yd:this.head=yd,this.tail=yd,++this.length},ud.prototype.unshift=function(_d){var yd={data:_d,next:this.head};this.length===0&&(this.tail=yd),this.head=yd,++this.length},ud.prototype.shift=function(){if(this.length!==0){var _d=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,_d}},ud.prototype.clear=function(){this.head=this.tail=null,this.length=0},ud.prototype.join=function(_d){if(this.length===0)return"";for(var yd=this.head,Ed=""+yd.data;yd=yd.next;)Ed+=_d+yd.data;return Ed},ud.prototype.concat=function(_d){if(this.length===0)return sd.alloc(0);for(var yd=sd.allocUnsafe(_d>>>0),Ed=this.head,Td=0;Ed;)cd(Ed.data,yd,Td),Td+=Ed.data.length,Ed=Ed.next;return yd},ud}(),ld&&ld.inspect&&ld.inspect.custom&&(td.exports.prototype[ld.inspect.custom]=function(){var ud=ld.inspect({length:this.length});return this.constructor.name+" "+ud})},{"safe-buffer":463,util:102}],460:[function(ed,td,rd){var od=ed("process-nextick-args");function sd(ud,gd){var _d=this,yd=this._readableState&&this._readableState.destroyed,Ed=this._writableState&&this._writableState.destroyed;return yd||Ed?(gd?gd(ud):ud&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,od.nextTick(cd,this,ud)):od.nextTick(cd,this,ud)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(ud||null,function(Td){!gd&&Td?_d._writableState?_d._writableState.errorEmitted||(_d._writableState.errorEmitted=!0,od.nextTick(cd,_d,Td)):od.nextTick(cd,_d,Td):gd&&gd(Td)}),this)}function ld(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function cd(ud,gd){ud.emit("error",gd)}td.exports={destroy:sd,undestroy:ld}},{"process-nextick-args":443}],461:[function(ed,td,rd){td.exports=ed("events").EventEmitter},{events:388}],462:[function(ed,td,rd){var od={}.toString;td.exports=Array.isArray||function(sd){return od.call(sd)=="[object Array]"}},{}],463:[function(ed,td,rd){var od=ed("buffer"),sd=od.Buffer;function ld(ud,gd){for(var _d in ud)gd[_d]=ud[_d]}sd.from&&sd.alloc&&sd.allocUnsafe&&sd.allocUnsafeSlow?td.exports=od:(ld(od,rd),rd.Buffer=cd);function cd(ud,gd,_d){return sd(ud,gd,_d)}ld(sd,cd),cd.from=function(ud,gd,_d){if(typeof ud=="number")throw new TypeError("Argument must not be a number");return sd(ud,gd,_d)},cd.alloc=function(ud,gd,_d){if(typeof ud!="number")throw new TypeError("Argument must be a number");var yd=sd(ud);return gd!==void 0?typeof _d=="string"?yd.fill(gd,_d):yd.fill(gd):yd.fill(0),yd},cd.allocUnsafe=function(ud){if(typeof ud!="number")throw new TypeError("Argument must be a number");return sd(ud)},cd.allocUnsafeSlow=function(ud){if(typeof ud!="number")throw new TypeError("Argument must be a number");return od.SlowBuffer(ud)}},{buffer:103}],464:[function(ed,td,rd){var od=ed("safe-buffer").Buffer,sd=od.isEncoding||function(Ld){switch(Ld=""+Ld,Ld&&Ld.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function ld(Ld){if(!Ld)return"utf8";for(var jd;;)switch(Ld){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return Ld;default:if(jd)return;Ld=(""+Ld).toLowerCase(),jd=!0}}function cd(Ld){var jd=ld(Ld);if(typeof jd!="string"&&(od.isEncoding===sd||!sd(Ld)))throw new Error("Unknown encoding: "+Ld);return jd||Ld}rd.StringDecoder=ud;function ud(Ld){this.encoding=cd(Ld);var jd;switch(this.encoding){case"utf16le":this.text=Ad,this.end=Nd,jd=4;break;case"utf8":this.fillLast=Ed,jd=4;break;case"base64":this.text=kd,this.end=Id,jd=3;break;default:this.write=Rd,this.end=Md;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=od.allocUnsafe(jd)}ud.prototype.write=function(Ld){if(Ld.length===0)return"";var jd,Pd;if(this.lastNeed){if(jd=this.fillLast(Ld),jd===void 0)return"";Pd=this.lastNeed,this.lastNeed=0}else Pd=0;return Pd<Ld.length?jd?jd+this.text(Ld,Pd):this.text(Ld,Pd):jd||""},ud.prototype.end=Od,ud.prototype.text=Td,ud.prototype.fillLast=function(Ld){if(this.lastNeed<=Ld.length)return Ld.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);Ld.copy(this.lastChar,this.lastTotal-this.lastNeed,0,Ld.length),this.lastNeed-=Ld.length};function gd(Ld){return Ld<=127?0:Ld>>5===6?2:Ld>>4===14?3:Ld>>3===30?4:Ld>>6===2?-1:-2}function _d(Ld,jd,Pd){var Fd=jd.length-1;if(Fd<Pd)return 0;var Ud=gd(jd[Fd]);return Ud>=0?(Ud>0&&(Ld.lastNeed=Ud-1),Ud):--Fd<Pd||Ud===-2?0:(Ud=gd(jd[Fd]),Ud>=0?(Ud>0&&(Ld.lastNeed=Ud-2),Ud):--Fd<Pd||Ud===-2?0:(Ud=gd(jd[Fd]),Ud>=0?(Ud>0&&(Ud===2?Ud=0:Ld.lastNeed=Ud-3),Ud):0))}function yd(Ld,jd,Pd){if((jd[0]&192)!==128)return Ld.lastNeed=0,"<22>";if(Ld.lastNeed>1&&jd.length>1){if((jd[1]&192)!==128)return Ld.lastNeed=1,"<22>";if(Ld.lastNeed>2&&jd.length>2&&(jd[2]&192)!==128)return Ld.lastNeed=2,"<22>"}}function Ed(Ld){var jd=this.lastTotal-this.lastNeed,Pd=yd(this,Ld);if(Pd!==void 0)return Pd;if(this.lastNeed<=Ld.length)return Ld.copy(this.lastChar,jd,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);Ld.copy(this.lastChar,jd,0,Ld.length),this.lastNeed-=Ld.length}function Td(Ld,jd){var Pd=_d(this,Ld,jd);if(!this.lastNeed)return Ld.toString("utf8",jd);this.lastTotal=Pd;var Fd=Ld.length-(Pd-this.lastNeed);return Ld.copy(this.lastChar,0,Fd),Ld.toString("utf8",jd,Fd)}function Od(Ld){var jd=Ld&&Ld.length?this.write(Ld):"";return this.lastNeed?jd+"<22>":jd}function Ad(Ld,jd){if((Ld.length-jd)%2===0){var Pd=Ld.toString("utf16le",jd);if(Pd){var Fd=Pd.charCodeAt(Pd.length-1);if(Fd>=55296&&Fd<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=Ld[Ld.length-2],this.lastChar[1]=Ld[Ld.length-1],Pd.slice(0,-1)}return Pd}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=Ld[Ld.length-1],Ld.toString("utf16le",jd,Ld.length-1)}function Nd(Ld){var jd=Ld&&Ld.length?this.write(Ld):"";if(this.lastNeed){var Pd=this.lastTotal-this.lastNeed;return jd+this.lastChar.toString("utf16le",0,Pd)}return jd}function kd(Ld,jd){var Pd=(Ld.length-jd)%3;return Pd===0?Ld.toString("base64",jd):(this.lastNeed=3-Pd,this.lastTotal=3,Pd===1?this.lastChar[0]=Ld[Ld.length-1]:(this.lastChar[0]=Ld[Ld.length-2],this.lastChar[1]=Ld[Ld.length-1]),Ld.toString("base64",jd,Ld.length-Pd))}function Id(Ld){var jd=Ld&&Ld.length?this.write(Ld):"";return this.lastNeed?jd+this.lastChar.toString("base64",0,3-this.lastNeed):jd}function Rd(Ld){return Ld.toString(this.encoding)}function Md(Ld){return Ld&&Ld.length?this.write(Ld):""}},{"safe-buffer":463}],465:[function(ed,td,rd){rd=td.exports=ed("./lib/_stream_readable.js"),rd.Stream=rd,rd.Readable=rd,rd.Writable=ed("./lib/_stream_writable.js"),rd.Duplex=ed("./lib/_stream_duplex.js"),rd.Transform=ed("./lib/_stream_transform.js"),rd.PassThrough=ed("./lib/_stream_passthrough.js")},{"./lib/_stream_duplex.js":454,"./lib/_stream_passthrough.js":455,"./lib/_stream_readable.js":456,"./lib/_stream_transform.js":457,"./lib/_stream_writable.js":458}],466:[function(ed,td,rd){/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var od=ed("buffer"),sd=od.Buffer;function ld(ud,gd){for(var _d in ud)gd[_d]=ud[_d]}sd.from&&sd.alloc&&sd.allocUnsafe&&sd.allocUnsafeSlow?td.exports=od:(ld(od,rd),rd.Buffer=cd);function cd(ud,gd,_d){return sd(ud,gd,_d)}cd.prototype=Object.create(sd.prototype),ld(sd,cd),cd.from=function(ud,gd,_d){if(typeof ud=="number")throw new TypeError("Argument must not be a number");return sd(ud,gd,_d)},cd.alloc=function(ud,gd,_d){if(typeof ud!="number")throw new TypeError("Argument must be a number");var yd=sd(ud);return gd!==void 0?typeof _d=="string"?yd.fill(gd,_d):yd.fill(gd):yd.fill(0),yd},cd.allocUnsafe=function(ud){if(typeof ud!="number")throw new TypeError("Argument must be a number");return sd(ud)},cd.allocUnsafeSlow=function(ud){if(typeof ud!="number")throw new TypeError("Argument must be a number");return od.SlowBuffer(ud)}},{buffer:103}],467:[function(ed,td,rd){(function(od){(function(){(function(sd){sd.parser=function(xf,Nf){return new cd(xf,Nf)},sd.SAXParser=cd,sd.SAXStream=Od,sd.createStream=Td,sd.MAX_BUFFER_LENGTH=64*1024;var ld=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];sd.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function cd(xf,Nf){if(!(this instanceof cd))return new cd(xf,Nf);var Bf=this;gd(Bf),Bf.q=Bf.c="",Bf.bufferCheckPosition=sd.MAX_BUFFER_LENGTH,Bf.opt=Nf||{},Bf.opt.lowercase=Bf.opt.lowercase||Bf.opt.lowercasetags,Bf.looseCase=Bf.opt.lowercase?"toLowerCase":"toUpperCase",Bf.tags=[],Bf.closed=Bf.closedRoot=Bf.sawRoot=!1,Bf.tag=Bf.error=null,Bf.strict=!!xf,Bf.noscript=!!(xf||Bf.opt.noscript),Bf.state=zd.BEGIN,Bf.strictEntities=Bf.opt.strictEntities,Bf.ENTITIES=Bf.strictEntities?Object.create(sd.XML_ENTITIES):Object.create(sd.ENTITIES),Bf.attribList=[],Bf.opt.xmlns&&(Bf.ns=Object.create(Rd)),Bf.trackPosition=Bf.opt.position!==!1,Bf.trackPosition&&(Bf.position=Bf.line=Bf.column=0),Qd(Bf,"onready")}Object.create||(Object.create=function(xf){function Nf(){}Nf.prototype=xf;var Bf=new Nf;return Bf}),Object.keys||(Object.keys=function(xf){var Nf=[];for(var Bf in xf)xf.hasOwnProperty(Bf)&&Nf.push(Bf);return Nf});function ud(xf){for(var Nf=Math.max(sd.MAX_BUFFER_LENGTH,10),Bf=0,Tf=0,wf=ld.length;Tf<wf;Tf++){var Of=xf[ld[Tf]].length;if(Of>Nf)switch(ld[Tf]){case"textNode":gf(xf);break;case"cdata":hf(xf,"oncdata",xf.cdata),xf.cdata="";break;case"script":hf(xf,"onscript",xf.script),xf.script="";break;default:kf(xf,"Max buffer length exceeded: "+ld[Tf])}Bf=Math.max(Bf,Of)}var $f=sd.MAX_BUFFER_LENGTH-Bf;xf.bufferCheckPosition=$f+xf.position}function gd(xf){for(var Nf=0,Bf=ld.length;Nf<Bf;Nf++)xf[ld[Nf]]=""}function _d(xf){gf(xf),xf.cdata!==""&&(hf(xf,"oncdata",xf.cdata),xf.cdata=""),xf.script!==""&&(hf(xf,"onscript",xf.script),xf.script="")}cd.prototype={end:function(){Cf(this)},write:jf,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){_d(this)}};var yd;try{yd=ed("stream").Stream}catch{yd=function(){}}yd||(yd=function(){});var Ed=sd.EVENTS.filter(function(xf){return xf!=="error"&&xf!=="end"});function Td(xf,Nf){return new Od(xf,Nf)}function Od(xf,Nf){if(!(this instanceof Od))return new Od(xf,Nf);yd.apply(this),this._parser=new cd(xf,Nf),this.writable=!0,this.readable=!0;var Bf=this;this._parser.onend=function(){Bf.emit("end")},this._parser.onerror=function(Tf){Bf.emit("error",Tf),Bf._parser.error=null},this._decoder=null,Ed.forEach(function(Tf){Object.defineProperty(Bf,"on"+Tf,{get:function(){return Bf._parser["on"+Tf]},set:function(wf){if(!wf)return Bf.removeAllListeners(Tf),Bf._parser["on"+Tf]=wf,wf;Bf.on(Tf,wf)},enumerable:!0,configurable:!1})})}Od.prototype=Object.create(yd.prototype,{constructor:{value:Od}}),Od.prototype.write=function(xf){if(typeof od=="function"&&typeof od.isBuffer=="function"&&od.isBuffer(xf)){if(!this._decoder){var Nf=ed("string_decoder").StringDecoder;this._decoder=new Nf("utf8")}xf=this._decoder.write(xf)}return this._parser.write(xf.toString()),this.emit("data",xf),!0},Od.prototype.end=function(xf){return xf&&xf.length&&this.write(xf),this._parser.end(),!0},Od.prototype.on=function(xf,Nf){var Bf=this;return!Bf._parser["on"+xf]&&Ed.indexOf(xf)!==-1&&(Bf._parser["on"+xf]=function(){var Tf=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);Tf.splice(0,0,xf),Bf.emit.apply(Bf,Tf)}),yd.prototype.on.call(Bf,xf,Nf)};var Ad="[CDATA[",Nd="DOCTYPE",kd="http://www.w3.org/XML/1998/namespace",Id="http://www.w3.org/2000/xmlns/",Rd={xml:kd,xmlns:Id},Md=/[:_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]/,Ld=/[:_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\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,jd=/[#:_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]/,Pd=/[#:_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\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function Fd(xf){return xf===" "||xf===`
`||xf==="\r"||xf===" "}function Ud(xf){return xf==='"'||xf==="'"}function Vd(xf){return xf===">"||Fd(xf)}function qd(xf,Nf){return xf.test(Nf)}function Wd(xf,Nf){return!qd(xf,Nf)}var zd=0;sd.STATE={BEGIN:zd++,BEGIN_WHITESPACE:zd++,TEXT:zd++,TEXT_ENTITY:zd++,OPEN_WAKA:zd++,SGML_DECL:zd++,SGML_DECL_QUOTED:zd++,DOCTYPE:zd++,DOCTYPE_QUOTED:zd++,DOCTYPE_DTD:zd++,DOCTYPE_DTD_QUOTED:zd++,COMMENT_STARTING:zd++,COMMENT:zd++,COMMENT_ENDING:zd++,COMMENT_ENDED:zd++,CDATA:zd++,CDATA_ENDING:zd++,CDATA_ENDING_2:zd++,PROC_INST:zd++,PROC_INST_BODY:zd++,PROC_INST_ENDING:zd++,OPEN_TAG:zd++,OPEN_TAG_SLASH:zd++,ATTRIB:zd++,ATTRIB_NAME:zd++,ATTRIB_NAME_SAW_WHITE:zd++,ATTRIB_VALUE:zd++,ATTRIB_VALUE_QUOTED:zd++,ATTRIB_VALUE_CLOSED:zd++,ATTRIB_VALUE_UNQUOTED:zd++,ATTRIB_VALUE_ENTITY_Q:zd++,ATTRIB_VALUE_ENTITY_U:zd++,CLOSE_TAG:zd++,CLOSE_TAG_SAW_WHITE:zd++,SCRIPT:zd++,SCRIPT_ENDING:zd++},sd.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},sd.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(sd.ENTITIES).forEach(function(xf){var Nf=sd.ENTITIES[xf],Bf=typeof Nf=="number"?String.fromCharCode(Nf):Nf;sd.ENTITIES[xf]=Bf});for(var Kd in sd.STATE)sd.STATE[sd.STATE[Kd]]=Kd;zd=sd.STATE;function Qd(xf,Nf,Bf){xf[Nf]&&xf[Nf](Bf)}function hf(xf,Nf,Bf){xf.textNode&&gf(xf),Qd(xf,Nf,Bf)}function gf(xf){xf.textNode=bf(xf.opt,xf.textNode),xf.textNode&&Qd(xf,"ontext",xf.textNode),xf.textNode=""}function bf(xf,Nf){return xf.trim&&(Nf=Nf.trim()),xf.normalize&&(Nf=Nf.replace(/\s+/g," ")),Nf}function kf(xf,Nf){return gf(xf),xf.trackPosition&&(Nf+=`
Line: `+xf.line+`
Column: `+xf.column+`
Char: `+xf.c),Nf=new Error(Nf),xf.error=Nf,Qd(xf,"onerror",Nf),xf}function Cf(xf){return xf.sawRoot&&!xf.closedRoot&&Ef(xf,"Unclosed root tag"),xf.state!==zd.BEGIN&&xf.state!==zd.BEGIN_WHITESPACE&&xf.state!==zd.TEXT&&kf(xf,"Unexpected end"),gf(xf),xf.c="",xf.closed=!0,Qd(xf,"onend"),cd.call(xf,xf.strict,xf.opt),xf}function Ef(xf,Nf){if(typeof xf!="object"||!(xf instanceof cd))throw new Error("bad call to strictFail");xf.strict&&kf(xf,Nf)}function yf(xf){xf.strict||(xf.tagName=xf.tagName[xf.looseCase]());var Nf=xf.tags[xf.tags.length-1]||xf,Bf=xf.tag={name:xf.tagName,attributes:{}};xf.opt.xmlns&&(Bf.ns=Nf.ns),xf.attribList.length=0,hf(xf,"onopentagstart",Bf)}function Mf(xf,Nf){var Bf=xf.indexOf(":"),Tf=Bf<0?["",xf]:xf.split(":"),wf=Tf[0],Of=Tf[1];return Nf&&xf==="xmlns"&&(wf="xmlns",Of=""),{prefix:wf,local:Of}}function Af(xf){if(xf.strict||(xf.attribName=xf.attribName[xf.looseCase]()),xf.attribList.indexOf(xf.attribName)!==-1||xf.tag.attributes.hasOwnProperty(xf.attribName)){xf.attribName=xf.attribValue="";return}if(xf.opt.xmlns){var Nf=Mf(xf.attribName,!0),Bf=Nf.prefix,Tf=Nf.local;if(Bf==="xmlns")if(Tf==="xml"&&xf.attribValue!==kd)Ef(xf,"xml: prefix must be bound to "+kd+`
Actual: `+xf.attribValue);else if(Tf==="xmlns"&&xf.attribValue!==Id)Ef(xf,"xmlns: prefix must be bound to "+Id+`
Actual: `+xf.attribValue);else{var wf=xf.tag,Of=xf.tags[xf.tags.length-1]||xf;wf.ns===Of.ns&&(wf.ns=Object.create(Of.ns)),wf.ns[Tf]=xf.attribValue}xf.attribList.push([xf.attribName,xf.attribValue])}else xf.tag.attributes[xf.attribName]=xf.attribValue,hf(xf,"onattribute",{name:xf.attribName,value:xf.attribValue});xf.attribName=xf.attribValue=""}function Zd(xf,Nf){if(xf.opt.xmlns){var Bf=xf.tag,Tf=Mf(xf.tagName);Bf.prefix=Tf.prefix,Bf.local=Tf.local,Bf.uri=Bf.ns[Tf.prefix]||"",Bf.prefix&&!Bf.uri&&(Ef(xf,"Unbound namespace prefix: "+JSON.stringify(xf.tagName)),Bf.uri=Tf.prefix);var wf=xf.tags[xf.tags.length-1]||xf;Bf.ns&&wf.ns!==Bf.ns&&Object.keys(Bf.ns).forEach(function(Bh){hf(xf,"onopennamespace",{prefix:Bh,uri:Bf.ns[Bh]})});for(var Of=0,$f=xf.attribList.length;Of<$f;Of++){var Wf=xf.attribList[Of],Kf=Wf[0],Df=Wf[1],qf=Mf(Kf,!0),Xf=qf.prefix,hh=qf.local,Mh=Xf===""?"":Bf.ns[Xf]||"",wh={name:Kf,value:Df,prefix:Xf,local:hh,uri:Mh};Xf&&Xf!=="xmlns"&&!Mh&&(Ef(xf,"Unbound namespace prefix: "+JSON.stringify(Xf)),wh.uri=Xf),xf.tag.attributes[Kf]=wh,hf(xf,"onattribute",wh)}xf.attribList.length=0}xf.tag.isSelfClosing=!!Nf,xf.sawRoot=!0,xf.tags.push(xf.tag),hf(xf,"onopentag",xf.tag),Nf||(!xf.noscript&&xf.tagName.toLowerCase()==="script"?xf.state=zd.SCRIPT:xf.state=zd.TEXT,xf.tag=null,xf.tagName=""),xf.attribName=xf.attribValue="",xf.attribList.length=0}function mf(xf){if(!xf.tagName){Ef(xf,"Weird empty close tag."),xf.textNode+="</>",xf.state=zd.TEXT;return}if(xf.script){if(xf.tagName!=="script"){xf.script+="</"+xf.tagName+">",xf.tagName="",xf.state=zd.SCRIPT;return}hf(xf,"onscript",xf.script),xf.script=""}var Nf=xf.tags.length,Bf=xf.tagName;xf.strict||(Bf=Bf[xf.looseCase]());for(var Tf=Bf;Nf--;){var wf=xf.tags[Nf];if(wf.name!==Tf)Ef(xf,"Unexpected close tag");else break}if(Nf<0){Ef(xf,"Unmatched closing tag: "+xf.tagName),xf.textNode+="</"+xf.tagName+">",xf.state=zd.TEXT;return}xf.tagName=Bf;for(var Of=xf.tags.length;Of-- >Nf;){var $f=xf.tag=xf.tags.pop();xf.tagName=xf.tag.name,hf(xf,"onclosetag",xf.tagName);var Wf={};for(var Kf in $f.ns)Wf[Kf]=$f.ns[Kf];var Df=xf.tags[xf.tags.length-1]||xf;xf.opt.xmlns&&$f.ns!==Df.ns&&Object.keys($f.ns).forEach(function(qf){var Xf=$f.ns[qf];hf(xf,"onclosenamespace",{prefix:qf,uri:Xf})})}Nf===0&&(xf.closedRoot=!0),xf.tagName=xf.attribValue=xf.attribName="",xf.attribList.length=0,xf.state=zd.TEXT}function Pf(xf){var Nf=xf.entity,Bf=Nf.toLowerCase(),Tf,wf="";return xf.ENTITIES[Nf]?xf.ENTITIES[Nf]:xf.ENTITIES[Bf]?xf.ENTITIES[Bf]:(Nf=Bf,Nf.charAt(0)==="#"&&(Nf.charAt(1)==="x"?(Nf=Nf.slice(2),Tf=parseInt(Nf,16),wf=Tf.toString(16)):(Nf=Nf.slice(1),Tf=parseInt(Nf,10),wf=Tf.toString(10))),Nf=Nf.replace(/^0+/,""),isNaN(Tf)||wf.toLowerCase()!==Nf?(Ef(xf,"Invalid character entity"),"&"+xf.entity+";"):String.fromCodePoint(Tf))}function Ff(xf,Nf){Nf==="<"?(xf.state=zd.OPEN_WAKA,xf.startTagPosition=xf.position):Fd(Nf)||(Ef(xf,"Non-whitespace before first tag."),xf.textNode=Nf,xf.state=zd.TEXT)}function Lf(xf,Nf){var Bf="";return Nf<xf.length&&(Bf=xf.charAt(Nf)),Bf}function jf(xf){var Nf=this;if(this.error)throw this.error;if(Nf.closed)return kf(Nf,"Cannot write after close. Assign an onready handler.");if(xf===null)return Cf(Nf);typeof xf=="object"&&(xf=xf.toString());for(var Bf=0,Tf="";Tf=Lf(xf,Bf++),Nf.c=Tf,!!Tf;)switch(Nf.trackPosition&&(Nf.position++,Tf===`
`?(Nf.line++,Nf.column=0):Nf.column++),Nf.state){case zd.BEGIN:if(Nf.state=zd.BEGIN_WHITESPACE,Tf==="\uFEFF")continue;Ff(Nf,Tf);continue;case zd.BEGIN_WHITESPACE:Ff(Nf,Tf);continue;case zd.TEXT:if(Nf.sawRoot&&!Nf.closedRoot){for(var wf=Bf-1;Tf&&Tf!=="<"&&Tf!=="&";)Tf=Lf(xf,Bf++),Tf&&Nf.trackPosition&&(Nf.position++,Tf===`
`?(Nf.line++,Nf.column=0):Nf.column++);Nf.textNode+=xf.substring(wf,Bf-1)}Tf==="<"&&!(Nf.sawRoot&&Nf.closedRoot&&!Nf.strict)?(Nf.state=zd.OPEN_WAKA,Nf.startTagPosition=Nf.position):(!Fd(Tf)&&(!Nf.sawRoot||Nf.closedRoot)&&Ef(Nf,"Text data outside of root node."),Tf==="&"?Nf.state=zd.TEXT_ENTITY:Nf.textNode+=Tf);continue;case zd.SCRIPT:Tf==="<"?Nf.state=zd.SCRIPT_ENDING:Nf.script+=Tf;continue;case zd.SCRIPT_ENDING:Tf==="/"?Nf.state=zd.CLOSE_TAG:(Nf.script+="<"+Tf,Nf.state=zd.SCRIPT);continue;case zd.OPEN_WAKA:if(Tf==="!")Nf.state=zd.SGML_DECL,Nf.sgmlDecl="";else if(!Fd(Tf))if(qd(Md,Tf))Nf.state=zd.OPEN_TAG,Nf.tagName=Tf;else if(Tf==="/")Nf.state=zd.CLOSE_TAG,Nf.tagName="";else if(Tf==="?")Nf.state=zd.PROC_INST,Nf.procInstName=Nf.procInstBody="";else{if(Ef(Nf,"Unencoded <"),Nf.startTagPosition+1<Nf.position){var Of=Nf.position-Nf.startTagPosition;Tf=new Array(Of).join(" ")+Tf}Nf.textNode+="<"+Tf,Nf.state=zd.TEXT}continue;case zd.SGML_DECL:(Nf.sgmlDecl+Tf).toUpperCase()===Ad?(hf(Nf,"onopencdata"),Nf.state=zd.CDATA,Nf.sgmlDecl="",Nf.cdata=""):Nf.sgmlDecl+Tf==="--"?(Nf.state=zd.COMMENT,Nf.comment="",Nf.sgmlDecl=""):(Nf.sgmlDecl+Tf).toUpperCase()===Nd?(Nf.state=zd.DOCTYPE,(Nf.doctype||Nf.sawRoot)&&Ef(Nf,"Inappropriately located doctype declaration"),Nf.doctype="",Nf.sgmlDecl=""):Tf===">"?(hf(Nf,"onsgmldeclaration",Nf.sgmlDecl),Nf.sgmlDecl="",Nf.state=zd.TEXT):(Ud(Tf)&&(Nf.state=zd.SGML_DECL_QUOTED),Nf.sgmlDecl+=Tf);continue;case zd.SGML_DECL_QUOTED:Tf===Nf.q&&(Nf.state=zd.SGML_DECL,Nf.q=""),Nf.sgmlDecl+=Tf;continue;case zd.DOCTYPE:Tf===">"?(Nf.state=zd.TEXT,hf(Nf,"ondoctype",Nf.doctype),Nf.doctype=!0):(Nf.doctype+=Tf,Tf==="["?Nf.state=zd.DOCTYPE_DTD:Ud(Tf)&&(Nf.state=zd.DOCTYPE_QUOTED,Nf.q=Tf));continue;case zd.DOCTYPE_QUOTED:Nf.doctype+=Tf,Tf===Nf.q&&(Nf.q="",Nf.state=zd.DOCTYPE);continue;case zd.DOCTYPE_DTD:Nf.doctype+=Tf,Tf==="]"?Nf.state=zd.DOCTYPE:Ud(Tf)&&(Nf.state=zd.DOCTYPE_DTD_QUOTED,Nf.q=Tf);continue;case zd.DOCTYPE_DTD_QUOTED:Nf.doctype+=Tf,Tf===Nf.q&&(Nf.state=zd.DOCTYPE_DTD,Nf.q="");continue;case zd.COMMENT:Tf==="-"?Nf.state=zd.COMMENT_ENDING:Nf.comment+=Tf;continue;case zd.COMMENT_ENDING:Tf==="-"?(Nf.state=zd.COMMENT_ENDED,Nf.comment=bf(Nf.opt,Nf.comment),Nf.comment&&hf(Nf,"oncomment",Nf.comment),Nf.comment=""):(Nf.comment+="-"+Tf,Nf.state=zd.COMMENT);continue;case zd.COMMENT_ENDED:Tf!==">"?(Ef(Nf,"Malformed comment"),Nf.comment+="--"+Tf,Nf.state=zd.COMMENT):Nf.state=zd.TEXT;continue;case zd.CDATA:Tf==="]"?Nf.state=zd.CDATA_ENDING:Nf.cdata+=Tf;continue;case zd.CDATA_ENDING:Tf==="]"?Nf.state=zd.CDATA_ENDING_2:(Nf.cdata+="]"+Tf,Nf.state=zd.CDATA);continue;case zd.CDATA_ENDING_2:Tf===">"?(Nf.cdata&&hf(Nf,"oncdata",Nf.cdata),hf(Nf,"onclosecdata"),Nf.cdata="",Nf.state=zd.TEXT):Tf==="]"?Nf.cdata+="]":(Nf.cdata+="]]"+Tf,Nf.state=zd.CDATA);continue;case zd.PROC_INST:Tf==="?"?Nf.state=zd.PROC_INST_ENDING:Fd(Tf)?Nf.state=zd.PROC_INST_BODY:Nf.procInstName+=Tf;continue;case zd.PROC_INST_BODY:if(!Nf.procInstBody&&Fd(Tf))continue;Tf==="?"?Nf.state=zd.PROC_INST_ENDING:Nf.procInstBody+=Tf;continue;case zd.PROC_INST_ENDING:Tf===">"?(hf(Nf,"onprocessinginstruction",{name:Nf.procInstName,body:Nf.procInstBody}),Nf.procInstName=Nf.procInstBody="",Nf.state=zd.TEXT):(Nf.procInstBody+="?"+Tf,Nf.state=zd.PROC_INST_BODY);continue;case zd.OPEN_TAG:qd(Ld,Tf)?Nf.tagName+=Tf:(yf(Nf),Tf===">"?Zd(Nf):Tf==="/"?Nf.state=zd.OPEN_TAG_SLASH:(Fd(Tf)||Ef(Nf,"Invalid character in tag name"),Nf.state=zd.ATTRIB));continue;case zd.OPEN_TAG_SLASH:Tf===">"?(Zd(Nf,!0),mf(Nf)):(Ef(Nf,"Forward-slash in opening tag not followed by >"),Nf.state=zd.ATTRIB);continue;case zd.ATTRIB:if(Fd(Tf))continue;Tf===">"?Zd(Nf):Tf==="/"?Nf.state=zd.OPEN_TAG_SLASH:qd(Md,Tf)?(Nf.attribName=Tf,Nf.attribValue="",Nf.state=zd.ATTRIB_NAME):Ef(Nf,"Invalid attribute name");continue;case zd.ATTRIB_NAME:Tf==="="?Nf.state=zd.ATTRIB_VALUE:Tf===">"?(Ef(Nf,"Attribute without value"),Nf.attribValue=Nf.attribName,Af(Nf),Zd(Nf)):Fd(Tf)?Nf.state=zd.ATTRIB_NAME_SAW_WHITE:qd(Ld,Tf)?Nf.attribName+=Tf:Ef(Nf,"Invalid attribute name");continue;case zd.ATTRIB_NAME_SAW_WHITE:if(Tf==="=")Nf.state=zd.ATTRIB_VALUE;else{if(Fd(Tf))continue;Ef(Nf,"Attribute without value"),Nf.tag.attributes[Nf.attribName]="",Nf.attribValue="",hf(Nf,"onattribute",{name:Nf.attribName,value:""}),Nf.attribName="",Tf===">"?Zd(Nf):qd(Md,Tf)?(Nf.attribName=Tf,Nf.state=zd.ATTRIB_NAME):(Ef(Nf,"Invalid attribute name"),Nf.state=zd.ATTRIB)}continue;case zd.ATTRIB_VALUE:if(Fd(Tf))continue;Ud(Tf)?(Nf.q=Tf,Nf.state=zd.ATTRIB_VALUE_QUOTED):(Ef(Nf,"Unquoted attribute value"),Nf.state=zd.ATTRIB_VALUE_UNQUOTED,Nf.attribValue=Tf);continue;case zd.ATTRIB_VALUE_QUOTED:if(Tf!==Nf.q){Tf==="&"?Nf.state=zd.ATTRIB_VALUE_ENTITY_Q:Nf.attribValue+=Tf;continue}Af(Nf),Nf.q="",Nf.state=zd.ATTRIB_VALUE_CLOSED;continue;case zd.ATTRIB_VALUE_CLOSED:Fd(Tf)?Nf.state=zd.ATTRIB:Tf===">"?Zd(Nf):Tf==="/"?Nf.state=zd.OPEN_TAG_SLASH:qd(Md,Tf)?(Ef(Nf,"No whitespace between attributes"),Nf.attribName=Tf,Nf.attribValue="",Nf.state=zd.ATTRIB_NAME):Ef(Nf,"Invalid attribute name");continue;case zd.ATTRIB_VALUE_UNQUOTED:if(!Vd(Tf)){Tf==="&"?Nf.state=zd.ATTRIB_VALUE_ENTITY_U:Nf.attribValue+=Tf;continue}Af(Nf),Tf===">"?Zd(Nf):Nf.state=zd.ATTRIB;continue;case zd.CLOSE_TAG:if(Nf.tagName)Tf===">"?mf(Nf):qd(Ld,Tf)?Nf.tagName+=Tf:Nf.script?(Nf.script+="</"+Nf.tagName,Nf.tagName="",Nf.state=zd.SCRIPT):(Fd(Tf)||Ef(Nf,"Invalid tagname in closing tag"),Nf.state=zd.CLOSE_TAG_SAW_WHITE);else{if(Fd(Tf))continue;Wd(Md,Tf)?Nf.script?(Nf.script+="</"+Tf,Nf.state=zd.SCRIPT):Ef(Nf,"Invalid tagname in closing tag."):Nf.tagName=Tf}continue;case zd.CLOSE_TAG_SAW_WHITE:if(Fd(Tf))continue;Tf===">"?mf(Nf):Ef(Nf,"Invalid characters in closing tag");continue;case zd.TEXT_ENTITY:case zd.ATTRIB_VALUE_ENTITY_Q:case zd.ATTRIB_VALUE_ENTITY_U:var $f,Wf;switch(Nf.state){case zd.TEXT_ENTITY:$f=zd.TEXT,Wf="textNode";break;case zd.ATTRIB_VALUE_ENTITY_Q:$f=zd.ATTRIB_VALUE_QUOTED,Wf="attribValue";break;case zd.ATTRIB_VALUE_ENTITY_U:$f=zd.ATTRIB_VALUE_UNQUOTED,Wf="attribValue";break}if(Tf===";")if(Nf.opt.unparsedEntities){var Kf=Pf(Nf);Nf.entity="",Nf.state=$f,Nf.write(Kf)}else Nf[Wf]+=Pf(Nf),Nf.entity="",Nf.state=$f;else qd(Nf.entity.length?Pd:jd,Tf)?Nf.entity+=Tf:(Ef(Nf,"Invalid character in entity name"),Nf[Wf]+="&"+Nf.entity+Tf,Nf.entity="",Nf.state=$f);continue;default:throw new Error(Nf,"Unknown state: "+Nf.state)}return Nf.position>=Nf.bufferCheckPosition&&ud(Nf),Nf}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var xf=String.fromCharCode,Nf=Math.floor,Bf=function(){var Tf=16384,wf=[],Of,$f,Wf=-1,Kf=arguments.length;if(!Kf)return"";for(var Df="";++Wf<Kf;){var qf=Number(arguments[Wf]);if(!isFinite(qf)||qf<0||qf>1114111||Nf(qf)!==qf)throw RangeError("Invalid code point: "+qf);qf<=65535?wf.push(qf):(qf-=65536,Of=(qf>>10)+55296,$f=qf%1024+56320,wf.push(Of,$f)),(Wf+1===Kf||wf.length>Tf)&&(Df+=xf.apply(null,wf),wf.length=0)}return Df};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Bf,configurable:!0,writable:!0}):String.fromCodePoint=Bf}()})(typeof rd>"u"?this.sax={}:rd)}).call(this)}).call(this,ed("buffer").Buffer)},{buffer:103,stream:470,string_decoder:485}],468:[function(ed,td,rd){var od=ed("get-intrinsic"),sd=ed("define-data-property"),ld=ed("has-property-descriptors")(),cd=ed("gopd"),ud=od("%TypeError%"),gd=od("%Math.floor%");td.exports=function(yd,Ed){if(typeof yd!="function")throw new ud("`fn` is not a function");if(typeof Ed!="number"||Ed<0||Ed>4294967295||gd(Ed)!==Ed)throw new ud("`length` must be a positive 32-bit integer");var Td=arguments.length>2&&!!arguments[2],Od=!0,Ad=!0;if("length"in yd&&cd){var Nd=cd(yd,"length");Nd&&!Nd.configurable&&(Od=!1),Nd&&!Nd.writable&&(Ad=!1)}return(Od||Ad||!Td)&&(ld?sd(yd,"length",Ed,!0,!0):sd(yd,"length",Ed)),yd}},{"define-data-property":386,"get-intrinsic":392,gopd:393,"has-property-descriptors":394}],469:[function(ed,td,rd){var od=ed("get-intrinsic"),sd=ed("call-bind/callBound"),ld=ed("object-inspect"),cd=od("%TypeError%"),ud=od("%WeakMap%",!0),gd=od("%Map%",!0),_d=sd("WeakMap.prototype.get",!0),yd=sd("WeakMap.prototype.set",!0),Ed=sd("WeakMap.prototype.has",!0),Td=sd("Map.prototype.get",!0),Od=sd("Map.prototype.set",!0),Ad=sd("Map.prototype.has",!0),Nd=function(Md,Ld){for(var jd=Md,Pd;(Pd=jd.next)!==null;jd=Pd)if(Pd.key===Ld)return jd.next=Pd.next,Pd.next=Md.next,Md.next=Pd,Pd},kd=function(Md,Ld){var jd=Nd(Md,Ld);return jd&&jd.value},Id=function(Md,Ld,jd){var Pd=Nd(Md,Ld);Pd?Pd.value=jd:Md.next={key:Ld,next:Md.next,value:jd}},Rd=function(Md,Ld){return!!Nd(Md,Ld)};td.exports=function(){var Ld,jd,Pd,Fd={assert:function(Ud){if(!Fd.has(Ud))throw new cd("Side channel does not contain "+ld(Ud))},get:function(Ud){if(ud&&Ud&&(typeof Ud=="object"||typeof Ud=="function")){if(Ld)return _d(Ld,Ud)}else if(gd){if(jd)return Td(jd,Ud)}else if(Pd)return kd(Pd,Ud)},has:function(Ud){if(ud&&Ud&&(typeof Ud=="object"||typeof Ud=="function")){if(Ld)return Ed(Ld,Ud)}else if(gd){if(jd)return Ad(jd,Ud)}else if(Pd)return Rd(Pd,Ud);return!1},set:function(Ud,Vd){ud&&Ud&&(typeof Ud=="object"||typeof Ud=="function")?(Ld||(Ld=new ud),yd(Ld,Ud,Vd)):gd?(jd||(jd=new gd),Od(jd,Ud,Vd)):(Pd||(Pd={key:{},next:null}),Id(Pd,Ud,Vd))}};return Fd}},{"call-bind/callBound":105,"get-intrinsic":392,"object-inspect":435}],470:[function(ed,td,rd){td.exports=ld;var od=ed("events").EventEmitter,sd=ed("inherits");sd(ld,od),ld.Readable=ed("readable-stream/lib/_stream_readable.js"),ld.Writable=ed("readable-stream/lib/_stream_writable.js"),ld.Duplex=ed("readable-stream/lib/_stream_duplex.js"),ld.Transform=ed("readable-stream/lib/_stream_transform.js"),ld.PassThrough=ed("readable-stream/lib/_stream_passthrough.js"),ld.finished=ed("readable-stream/lib/internal/streams/end-of-stream.js"),ld.pipeline=ed("readable-stream/lib/internal/streams/pipeline.js"),ld.Stream=ld;function ld(){od.call(this)}ld.prototype.pipe=function(cd,ud){var gd=this;function _d(kd){cd.writable&&cd.write(kd)===!1&&gd.pause&&gd.pause()}gd.on("data",_d);function yd(){gd.readable&&gd.resume&&gd.resume()}cd.on("drain",yd),!cd._isStdio&&(!ud||ud.end!==!1)&&(gd.on("end",Td),gd.on("close",Od));var Ed=!1;function Td(){Ed||(Ed=!0,cd.end())}function Od(){Ed||(Ed=!0,typeof cd.destroy=="function"&&cd.destroy())}function Ad(kd){if(Nd(),od.listenerCount(this,"error")===0)throw kd}gd.on("error",Ad),cd.on("error",Ad);function Nd(){gd.removeListener("data",_d),cd.removeListener("drain",yd),gd.removeListener("end",Td),gd.removeListener("close",Od),gd.removeListener("error",Ad),cd.removeListener("error",Ad),gd.removeListener("end",Nd),gd.removeListener("close",Nd),cd.removeListener("close",Nd)}return gd.on("end",Nd),gd.on("close",Nd),cd.on("close",Nd),cd.emit("pipe",gd),cd}},{events:388,inherits:409,"readable-stream/lib/_stream_duplex.js":472,"readable-stream/lib/_stream_passthrough.js":473,"readable-stream/lib/_stream_readable.js":474,"readable-stream/lib/_stream_transform.js":475,"readable-stream/lib/_stream_writable.js":476,"readable-stream/lib/internal/streams/end-of-stream.js":480,"readable-stream/lib/internal/streams/pipeline.js":482}],471:[function(ed,td,rd){function od(yd,Ed){yd.prototype=Object.create(Ed.prototype),yd.prototype.constructor=yd,yd.__proto__=Ed}var sd={};function ld(yd,Ed,Td){Td||(Td=Error);function Od(Nd,kd,Id){return typeof Ed=="string"?Ed:Ed(Nd,kd,Id)}var Ad=function(Nd){od(kd,Nd);function kd(Id,Rd,Md){return Nd.call(this,Od(Id,Rd,Md))||this}return kd}(Td);Ad.prototype.name=Td.name,Ad.prototype.code=yd,sd[yd]=Ad}function cd(yd,Ed){if(Array.isArray(yd)){var Td=yd.length;return yd=yd.map(function(Od){return String(Od)}),Td>2?"one of ".concat(Ed," ").concat(yd.slice(0,Td-1).join(", "),", or ")+yd[Td-1]:Td===2?"one of ".concat(Ed," ").concat(yd[0]," or ").concat(yd[1]):"of ".concat(Ed," ").concat(yd[0])}else return"of ".concat(Ed," ").concat(String(yd))}function ud(yd,Ed,Td){return yd.substr(0,Ed.length)===Ed}function gd(yd,Ed,Td){return(Td===void 0||Td>yd.length)&&(Td=yd.length),yd.substring(Td-Ed.length,Td)===Ed}function _d(yd,Ed,Td){return typeof Td!="number"&&(Td=0),Td+Ed.length>yd.length?!1:yd.indexOf(Ed,Td)!==-1}ld("ERR_INVALID_OPT_VALUE",function(yd,Ed){return'The value "'+Ed+'" is invalid for option "'+yd+'"'},TypeError),ld("ERR_INVALID_ARG_TYPE",function(yd,Ed,Td){var Od;typeof Ed=="string"&&ud(Ed,"not ")?(Od="must not be",Ed=Ed.replace(/^not /,"")):Od="must be";var Ad;if(gd(yd," argument"))Ad="The ".concat(yd," ").concat(Od," ").concat(cd(Ed,"type"));else{var Nd=_d(yd,".")?"property":"argument";Ad='The "'.concat(yd,'" ').concat(Nd," ").concat(Od," ").concat(cd(Ed,"type"))}return Ad+=". Received type ".concat(typeof Td),Ad},TypeError),ld("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),ld("ERR_METHOD_NOT_IMPLEMENTED",function(yd){return"The "+yd+" method is not implemented"}),ld("ERR_STREAM_PREMATURE_CLOSE","Premature close"),ld("ERR_STREAM_DESTROYED",function(yd){return"Cannot call "+yd+" after a stream was destroyed"}),ld("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),ld("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),ld("ERR_STREAM_WRITE_AFTER_END","write after end"),ld("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),ld("ERR_UNKNOWN_ENCODING",function(yd){return"Unknown encoding: "+yd},TypeError),ld("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),td.exports.codes=sd},{}],472:[function(ed,td,rd){(function(od){(function(){var sd=Object.keys||function(Od){var Ad=[];for(var Nd in Od)Ad.push(Nd);return Ad};td.exports=yd;var ld=ed("./_stream_readable"),cd=ed("./_stream_writable");ed("inherits")(yd,ld);for(var ud=sd(cd.prototype),gd=0;gd<ud.length;gd++){var _d=ud[gd];yd.prototype[_d]||(yd.prototype[_d]=cd.prototype[_d])}function yd(Od){if(!(this instanceof yd))return new yd(Od);ld.call(this,Od),cd.call(this,Od),this.allowHalfOpen=!0,Od&&(Od.readable===!1&&(this.readable=!1),Od.writable===!1&&(this.writable=!1),Od.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",Ed)))}Object.defineProperty(yd.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(yd.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(yd.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function Ed(){this._writableState.ended||od.nextTick(Td,this)}function Td(Od){Od.end()}Object.defineProperty(yd.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(Ad){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=Ad,this._writableState.destroyed=Ad)}})}).call(this)}).call(this,ed("_process"))},{"./_stream_readable":474,"./_stream_writable":476,_process:540,inherits:409}],473:[function(ed,td,rd){td.exports=sd;var od=ed("./_stream_transform");ed("inherits")(sd,od);function sd(ld){if(!(this instanceof sd))return new sd(ld);od.call(this,ld)}sd.prototype._transform=function(ld,cd,ud){ud(null,ld)}},{"./_stream_transform":475,inherits:409}],474:[function(ed,td,rd){(function(od,sd){(function(){td.exports=Qd;var ld;Qd.ReadableState=Kd,ed("events").EventEmitter;var cd=function(Wf,Kf){return Wf.listeners(Kf).length},ud=ed("./internal/streams/stream"),gd=ed("buffer").Buffer,_d=(typeof sd<"u"?sd:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function yd($f){return gd.from($f)}function Ed($f){return gd.isBuffer($f)||$f instanceof _d}var Td=ed("util"),Od;Td&&Td.debuglog?Od=Td.debuglog("stream"):Od=function(){};var Ad=ed("./internal/streams/buffer_list"),Nd=ed("./internal/streams/destroy"),kd=ed("./internal/streams/state"),Id=kd.getHighWaterMark,Rd=ed("../errors").codes,Md=Rd.ERR_INVALID_ARG_TYPE,Ld=Rd.ERR_STREAM_PUSH_AFTER_EOF,jd=Rd.ERR_METHOD_NOT_IMPLEMENTED,Pd=Rd.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,Fd,Ud,Vd;ed("inherits")(Qd,ud);var qd=Nd.errorOrDestroy,Wd=["error","close","destroy","pause","resume"];function zd($f,Wf,Kf){if(typeof $f.prependListener=="function")return $f.prependListener(Wf,Kf);!$f._events||!$f._events[Wf]?$f.on(Wf,Kf):Array.isArray($f._events[Wf])?$f._events[Wf].unshift(Kf):$f._events[Wf]=[Kf,$f._events[Wf]]}function Kd($f,Wf,Kf){ld=ld||ed("./_stream_duplex"),$f=$f||{},typeof Kf!="boolean"&&(Kf=Wf instanceof ld),this.objectMode=!!$f.objectMode,Kf&&(this.objectMode=this.objectMode||!!$f.readableObjectMode),this.highWaterMark=Id(this,$f,"readableHighWaterMark",Kf),this.buffer=new Ad,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=$f.emitClose!==!1,this.autoDestroy=!!$f.autoDestroy,this.destroyed=!1,this.defaultEncoding=$f.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,$f.encoding&&(Fd||(Fd=ed("string_decoder/").StringDecoder),this.decoder=new Fd($f.encoding),this.encoding=$f.encoding)}function Qd($f){if(ld=ld||ed("./_stream_duplex"),!(this instanceof Qd))return new Qd($f);var Wf=this instanceof ld;this._readableState=new Kd($f,this,Wf),this.readable=!0,$f&&(typeof $f.read=="function"&&(this._read=$f.read),typeof $f.destroy=="function"&&(this._destroy=$f.destroy)),ud.call(this)}Object.defineProperty(Qd.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Wf){this._readableState&&(this._readableState.destroyed=Wf)}}),Qd.prototype.destroy=Nd.destroy,Qd.prototype._undestroy=Nd.undestroy,Qd.prototype._destroy=function($f,Wf){Wf($f)},Qd.prototype.push=function($f,Wf){var Kf=this._readableState,Df;return Kf.objectMode?Df=!0:typeof $f=="string"&&(Wf=Wf||Kf.defaultEncoding,Wf!==Kf.encoding&&($f=gd.from($f,Wf),Wf=""),Df=!0),hf(this,$f,Wf,!1,Df)},Qd.prototype.unshift=function($f){return hf(this,$f,null,!0,!1)};function hf($f,Wf,Kf,Df,qf){Od("readableAddChunk",Wf);var Xf=$f._readableState;if(Wf===null)Xf.reading=!1,yf($f,Xf);else{var hh;if(qf||(hh=bf(Xf,Wf)),hh)qd($f,hh);else if(Xf.objectMode||Wf&&Wf.length>0)if(typeof Wf!="string"&&!Xf.objectMode&&Object.getPrototypeOf(Wf)!==gd.prototype&&(Wf=yd(Wf)),Df)Xf.endEmitted?qd($f,new Pd):gf($f,Xf,Wf,!0);else if(Xf.ended)qd($f,new Ld);else{if(Xf.destroyed)return!1;Xf.reading=!1,Xf.decoder&&!Kf?(Wf=Xf.decoder.write(Wf),Xf.objectMode||Wf.length!==0?gf($f,Xf,Wf,!1):Zd($f,Xf)):gf($f,Xf,Wf,!1)}else Df||(Xf.reading=!1,Zd($f,Xf))}return!Xf.ended&&(Xf.length<Xf.highWaterMark||Xf.length===0)}function gf($f,Wf,Kf,Df){Wf.flowing&&Wf.length===0&&!Wf.sync?(Wf.awaitDrain=0,$f.emit("data",Kf)):(Wf.length+=Wf.objectMode?1:Kf.length,Df?Wf.buffer.unshift(Kf):Wf.buffer.push(Kf),Wf.needReadable&&Mf($f)),Zd($f,Wf)}function bf($f,Wf){var Kf;return!Ed(Wf)&&typeof Wf!="string"&&Wf!==void 0&&!$f.objectMode&&(Kf=new Md("chunk",["string","Buffer","Uint8Array"],Wf)),Kf}Qd.prototype.isPaused=function(){return this._readableState.flowing===!1},Qd.prototype.setEncoding=function($f){Fd||(Fd=ed("string_decoder/").StringDecoder);var Wf=new Fd($f);this._readableState.decoder=Wf,this._readableState.encoding=this._readableState.decoder.encoding;for(var Kf=this._readableState.buffer.head,Df="";Kf!==null;)Df+=Wf.write(Kf.data),Kf=Kf.next;return this._readableState.buffer.clear(),Df!==""&&this._readableState.buffer.push(Df),this._readableState.length=Df.length,this};var kf=1073741824;function Cf($f){return $f>=kf?$f=kf:($f--,$f|=$f>>>1,$f|=$f>>>2,$f|=$f>>>4,$f|=$f>>>8,$f|=$f>>>16,$f++),$f}function Ef($f,Wf){return $f<=0||Wf.length===0&&Wf.ended?0:Wf.objectMode?1:$f!==$f?Wf.flowing&&Wf.length?Wf.buffer.head.data.length:Wf.length:($f>Wf.highWaterMark&&(Wf.highWaterMark=Cf($f)),$f<=Wf.length?$f:Wf.ended?Wf.length:(Wf.needReadable=!0,0))}Qd.prototype.read=function($f){Od("read",$f),$f=parseInt($f,10);var Wf=this._readableState,Kf=$f;if($f!==0&&(Wf.emittedReadable=!1),$f===0&&Wf.needReadable&&((Wf.highWaterMark!==0?Wf.length>=Wf.highWaterMark:Wf.length>0)||Wf.ended))return Od("read: emitReadable",Wf.length,Wf.ended),Wf.length===0&&Wf.ended?Tf(this):Mf(this),null;if($f=Ef($f,Wf),$f===0&&Wf.ended)return Wf.length===0&&Tf(this),null;var Df=Wf.needReadable;Od("need readable",Df),(Wf.length===0||Wf.length-$f<Wf.highWaterMark)&&(Df=!0,Od("length less than watermark",Df)),Wf.ended||Wf.reading?(Df=!1,Od("reading or ended",Df)):Df&&(Od("do read"),Wf.reading=!0,Wf.sync=!0,Wf.length===0&&(Wf.needReadable=!0),this._read(Wf.highWaterMark),Wf.sync=!1,Wf.reading||($f=Ef(Kf,Wf)));var qf;return $f>0?qf=Bf($f,Wf):qf=null,qf===null?(Wf.needReadable=Wf.length<=Wf.highWaterMark,$f=0):(Wf.length-=$f,Wf.awaitDrain=0),Wf.length===0&&(Wf.ended||(Wf.needReadable=!0),Kf!==$f&&Wf.ended&&Tf(this)),qf!==null&&this.emit("data",qf),qf};function yf($f,Wf){if(Od("onEofChunk"),!Wf.ended){if(Wf.decoder){var Kf=Wf.decoder.end();Kf&&Kf.length&&(Wf.buffer.push(Kf),Wf.length+=Wf.objectMode?1:Kf.length)}Wf.ended=!0,Wf.sync?Mf($f):(Wf.needReadable=!1,Wf.emittedReadable||(Wf.emittedReadable=!0,Af($f)))}}function Mf($f){var Wf=$f._readableState;Od("emitReadable",Wf.needReadable,Wf.emittedReadable),Wf.needReadable=!1,Wf.emittedReadable||(Od("emitReadable",Wf.flowing),Wf.emittedReadable=!0,od.nextTick(Af,$f))}function Af($f){var Wf=$f._readableState;Od("emitReadable_",Wf.destroyed,Wf.length,Wf.ended),!Wf.destroyed&&(Wf.length||Wf.ended)&&($f.emit("readable"),Wf.emittedReadable=!1),Wf.needReadable=!Wf.flowing&&!Wf.ended&&Wf.length<=Wf.highWaterMark,Nf($f)}function Zd($f,Wf){Wf.readingMore||(Wf.readingMore=!0,od.nextTick(mf,$f,Wf))}function mf($f,Wf){for(;!Wf.reading&&!Wf.ended&&(Wf.length<Wf.highWaterMark||Wf.flowing&&Wf.length===0);){var Kf=Wf.length;if(Od("maybeReadMore read 0"),$f.read(0),Kf===Wf.length)break}Wf.readingMore=!1}Qd.prototype._read=function($f){qd(this,new jd("_read()"))},Qd.prototype.pipe=function($f,Wf){var Kf=this,Df=this._readableState;switch(Df.pipesCount){case 0:Df.pipes=$f;break;case 1:Df.pipes=[Df.pipes,$f];break;default:Df.pipes.push($f);break}Df.pipesCount+=1,Od("pipe count=%d opts=%j",Df.pipesCount,Wf);var qf=(!Wf||Wf.end!==!1)&&$f!==od.stdout&&$f!==od.stderr,Xf=qf?Mh:Jf;Df.endEmitted?od.nextTick(Xf):Kf.once("end",Xf),$f.on("unpipe",hh);function hh(Th,Ah){Od("onunpipe"),Th===Kf&&Ah&&Ah.hasUnpiped===!1&&(Ah.hasUnpiped=!0,Uh())}function Mh(){Od("onend"),$f.end()}var wh=Pf(Kf);$f.on("drain",wh);var Bh=!1;function Uh(){Od("cleanup"),$f.removeListener("close",Rf),$f.removeListener("finish",Zf),$f.removeListener("drain",wh),$f.removeListener("error",Vf),$f.removeListener("unpipe",hh),Kf.removeListener("end",Mh),Kf.removeListener("end",Jf),Kf.removeListener("data",oh),Bh=!0,Df.awaitDrain&&(!$f._writableState||$f._writableState.needDrain)&&wh()}Kf.on("data",oh);function oh(Th){Od("ondata");var Ah=$f.write(Th);Od("dest.write",Ah),Ah===!1&&((Df.pipesCount===1&&Df.pipes===$f||Df.pipesCount>1&&Of(Df.pipes,$f)!==-1)&&!Bh&&(Od("false write response, pause",Df.awaitDrain),Df.awaitDrain++),Kf.pause())}function Vf(Th){Od("onerror",Th),Jf(),$f.removeListener("error",Vf),cd($f,"error")===0&&qd($f,Th)}zd($f,"error",Vf);function Rf(){$f.removeListener("finish",Zf),Jf()}$f.once("close",Rf);function Zf(){Od("onfinish"),$f.removeListener("close",Rf),Jf()}$f.once("finish",Zf);function Jf(){Od("unpipe"),Kf.unpipe($f)}return $f.emit("pipe",Kf),Df.flowing||(Od("pipe resume"),Kf.resume()),$f};function Pf($f){return function(){var Kf=$f._readableState;Od("pipeOnDrain",Kf.awaitDrain),Kf.awaitDrain&&Kf.awaitDrain--,Kf.awaitDrain===0&&cd($f,"data")&&(Kf.flowing=!0,Nf($f))}}Qd.prototype.unpipe=function($f){var Wf=this._readableState,Kf={hasUnpiped:!1};if(Wf.pipesCount===0)return this;if(Wf.pipesCount===1)return $f&&$f!==Wf.pipes?this:($f||($f=Wf.pipes),Wf.pipes=null,Wf.pipesCount=0,Wf.flowing=!1,$f&&$f.emit("unpipe",this,Kf),this);if(!$f){var Df=Wf.pipes,qf=Wf.pipesCount;Wf.pipes=null,Wf.pipesCount=0,Wf.flowing=!1;for(var Xf=0;Xf<qf;Xf++)Df[Xf].emit("unpipe",this,{hasUnpiped:!1});return this}var hh=Of(Wf.pipes,$f);return hh===-1?this:(Wf.pipes.splice(hh,1),Wf.pipesCount-=1,Wf.pipesCount===1&&(Wf.pipes=Wf.pipes[0]),$f.emit("unpipe",this,Kf),this)},Qd.prototype.on=function($f,Wf){var Kf=ud.prototype.on.call(this,$f,Wf),Df=this._readableState;return $f==="data"?(Df.readableListening=this.listenerCount("readable")>0,Df.flowing!==!1&&this.resume()):$f==="readable"&&!Df.endEmitted&&!Df.readableListening&&(Df.readableListening=Df.needReadable=!0,Df.flowing=!1,Df.emittedReadable=!1,Od("on readable",Df.length,Df.reading),Df.length?Mf(this):Df.reading||od.nextTick(Lf,this)),Kf},Qd.prototype.addListener=Qd.prototype.on,Qd.prototype.removeListener=function($f,Wf){var Kf=ud.prototype.removeListener.call(this,$f,Wf);return $f==="readable"&&od.nextTick(Ff,this),Kf},Qd.prototype.removeAllListeners=function($f){var Wf=ud.prototype.removeAllListeners.apply(this,arguments);return($f==="readable"||$f===void 0)&&od.nextTick(Ff,this),Wf};function Ff($f){var Wf=$f._readableState;Wf.readableListening=$f.listenerCount("readable")>0,Wf.resumeScheduled&&!Wf.paused?Wf.flowing=!0:$f.listenerCount("data")>0&&$f.resume()}function Lf($f){Od("readable nexttick read 0"),$f.read(0)}Qd.prototype.resume=function(){var $f=this._readableState;return $f.flowing||(Od("resume"),$f.flowing=!$f.readableListening,jf(this,$f)),$f.paused=!1,this};function jf($f,Wf){Wf.resumeScheduled||(Wf.resumeScheduled=!0,od.nextTick(xf,$f,Wf))}function xf($f,Wf){Od("resume",Wf.reading),Wf.reading||$f.read(0),Wf.resumeScheduled=!1,$f.emit("resume"),Nf($f),Wf.flowing&&!Wf.reading&&$f.read(0)}Qd.prototype.pause=function(){return Od("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(Od("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Nf($f){var Wf=$f._readableState;for(Od("flow",Wf.flowing);Wf.flowing&&$f.read()!==null;);}Qd.prototype.wrap=function($f){var Wf=this,Kf=this._readableState,Df=!1;$f.on("end",function(){if(Od("wrapped end"),Kf.decoder&&!Kf.ended){var hh=Kf.decoder.end();hh&&hh.length&&Wf.push(hh)}Wf.push(null)}),$f.on("data",function(hh){if(Od("wrapped data"),Kf.decoder&&(hh=Kf.decoder.write(hh)),!(Kf.objectMode&&hh==null)&&!(!Kf.objectMode&&(!hh||!hh.length))){var Mh=Wf.push(hh);Mh||(Df=!0,$f.pause())}});for(var qf in $f)this[qf]===void 0&&typeof $f[qf]=="function"&&(this[qf]=function(Mh){return function(){return $f[Mh].apply($f,arguments)}}(qf));for(var Xf=0;Xf<Wd.length;Xf++)$f.on(Wd[Xf],this.emit.bind(this,Wd[Xf]));return this._read=function(hh){Od("wrapped _read",hh),Df&&(Df=!1,$f.resume())},this},typeof Symbol=="function"&&(Qd.prototype[Symbol.asyncIterator]=function(){return Ud===void 0&&(Ud=ed("./internal/streams/async_iterator")),Ud(this)}),Object.defineProperty(Qd.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(Qd.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(Qd.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(Wf){this._readableState&&(this._readableState.flowing=Wf)}}),Qd._fromList=Bf,Object.defineProperty(Qd.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function Bf($f,Wf){if(Wf.length===0)return null;var Kf;return Wf.objectMode?Kf=Wf.buffer.shift():!$f||$f>=Wf.length?(Wf.decoder?Kf=Wf.buffer.join(""):Wf.buffer.length===1?Kf=Wf.buffer.first():Kf=Wf.buffer.concat(Wf.length),Wf.buffer.clear()):Kf=Wf.buffer.consume($f,Wf.decoder),Kf}function Tf($f){var Wf=$f._readableState;Od("endReadable",Wf.endEmitted),Wf.endEmitted||(Wf.ended=!0,od.nextTick(wf,Wf,$f))}function wf($f,Wf){if(Od("endReadableNT",$f.endEmitted,$f.length),!$f.endEmitted&&$f.length===0&&($f.endEmitted=!0,Wf.readable=!1,Wf.emit("end"),$f.autoDestroy)){var Kf=Wf._writableState;(!Kf||Kf.autoDestroy&&Kf.finished)&&Wf.destroy()}}typeof Symbol=="function"&&(Qd.from=function($f,Wf){return Vd===void 0&&(Vd=ed("./internal/streams/from")),Vd(Qd,$f,Wf)});function Of($f,Wf){for(var Kf=0,Df=$f.length;Kf<Df;Kf++)if($f[Kf]===Wf)return Kf;return-1}}).call(this)}).call(this,ed("_process"),typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"../errors":471,"./_stream_duplex":472,"./internal/streams/async_iterator":477,"./internal/streams/buffer_list":478,"./internal/streams/destroy":479,"./internal/streams/from":481,"./internal/streams/state":483,"./internal/streams/stream":484,_process:540,buffer:103,events:388,inherits:409,"string_decoder/":485,util:102}],475:[function(ed,td,rd){td.exports=yd;var od=ed("../errors").codes,sd=od.ERR_METHOD_NOT_IMPLEMENTED,ld=od.ERR_MULTIPLE_CALLBACK,cd=od.ERR_TRANSFORM_ALREADY_TRANSFORMING,ud=od.ERR_TRANSFORM_WITH_LENGTH_0,gd=ed("./_stream_duplex");ed("inherits")(yd,gd);function _d(Od,Ad){var Nd=this._transformState;Nd.transforming=!1;var kd=Nd.writecb;if(kd===null)return this.emit("error",new ld);Nd.writechunk=null,Nd.writecb=null,Ad!=null&&this.push(Ad),kd(Od);var Id=this._readableState;Id.reading=!1,(Id.needReadable||Id.length<Id.highWaterMark)&&this._read(Id.highWaterMark)}function yd(Od){if(!(this instanceof yd))return new yd(Od);gd.call(this,Od),this._transformState={afterTransform:_d.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,Od&&(typeof Od.transform=="function"&&(this._transform=Od.transform),typeof Od.flush=="function"&&(this._flush=Od.flush)),this.on("prefinish",Ed)}function Ed(){var Od=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(Ad,Nd){Td(Od,Ad,Nd)}):Td(this,null,null)}yd.prototype.push=function(Od,Ad){return this._transformState.needTransform=!1,gd.prototype.push.call(this,Od,Ad)},yd.prototype._transform=function(Od,Ad,Nd){Nd(new sd("_transform()"))},yd.prototype._write=function(Od,Ad,Nd){var kd=this._transformState;if(kd.writecb=Nd,kd.writechunk=Od,kd.writeencoding=Ad,!kd.transforming){var Id=this._readableState;(kd.needTransform||Id.needReadable||Id.length<Id.highWaterMark)&&this._read(Id.highWaterMark)}},yd.prototype._read=function(Od){var Ad=this._transformState;Ad.writechunk!==null&&!Ad.transforming?(Ad.transforming=!0,this._transform(Ad.writechunk,Ad.writeencoding,Ad.afterTransform)):Ad.needTransform=!0},yd.prototype._destroy=function(Od,Ad){gd.prototype._destroy.call(this,Od,function(Nd){Ad(Nd)})};function Td(Od,Ad,Nd){if(Ad)return Od.emit("error",Ad);if(Nd!=null&&Od.push(Nd),Od._writableState.length)throw new ud;if(Od._transformState.transforming)throw new cd;return Od.push(null)}},{"../errors":471,"./_stream_duplex":472,inherits:409}],476:[function(ed,td,rd){(function(od,sd){(function(){td.exports=Kd;function ld(Nf){var Bf=this;this.next=null,this.entry=null,this.finish=function(){xf(Bf,Nf)}}var cd;Kd.WritableState=Wd;var ud={deprecate:ed("util-deprecate")},gd=ed("./internal/streams/stream"),_d=ed("buffer").Buffer,yd=(typeof sd<"u"?sd:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Ed(Nf){return _d.from(Nf)}function Td(Nf){return _d.isBuffer(Nf)||Nf instanceof yd}var Od=ed("./internal/streams/destroy"),Ad=ed("./internal/streams/state"),Nd=Ad.getHighWaterMark,kd=ed("../errors").codes,Id=kd.ERR_INVALID_ARG_TYPE,Rd=kd.ERR_METHOD_NOT_IMPLEMENTED,Md=kd.ERR_MULTIPLE_CALLBACK,Ld=kd.ERR_STREAM_CANNOT_PIPE,jd=kd.ERR_STREAM_DESTROYED,Pd=kd.ERR_STREAM_NULL_VALUES,Fd=kd.ERR_STREAM_WRITE_AFTER_END,Ud=kd.ERR_UNKNOWN_ENCODING,Vd=Od.errorOrDestroy;ed("inherits")(Kd,gd);function qd(){}function Wd(Nf,Bf,Tf){cd=cd||ed("./_stream_duplex"),Nf=Nf||{},typeof Tf!="boolean"&&(Tf=Bf instanceof cd),this.objectMode=!!Nf.objectMode,Tf&&(this.objectMode=this.objectMode||!!Nf.writableObjectMode),this.highWaterMark=Nd(this,Nf,"writableHighWaterMark",Tf),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var wf=Nf.decodeStrings===!1;this.decodeStrings=!wf,this.defaultEncoding=Nf.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Of){yf(Bf,Of)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=Nf.emitClose!==!1,this.autoDestroy=!!Nf.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new ld(this)}Wd.prototype.getBuffer=function(){for(var Bf=this.bufferedRequest,Tf=[];Bf;)Tf.push(Bf),Bf=Bf.next;return Tf},function(){try{Object.defineProperty(Wd.prototype,"buffer",{get:ud.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var zd;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(zd=Function.prototype[Symbol.hasInstance],Object.defineProperty(Kd,Symbol.hasInstance,{value:function(Bf){return zd.call(this,Bf)?!0:this!==Kd?!1:Bf&&Bf._writableState instanceof Wd}})):zd=function(Bf){return Bf instanceof this};function Kd(Nf){cd=cd||ed("./_stream_duplex");var Bf=this instanceof cd;if(!Bf&&!zd.call(Kd,this))return new Kd(Nf);this._writableState=new Wd(Nf,this,Bf),this.writable=!0,Nf&&(typeof Nf.write=="function"&&(this._write=Nf.write),typeof Nf.writev=="function"&&(this._writev=Nf.writev),typeof Nf.destroy=="function"&&(this._destroy=Nf.destroy),typeof Nf.final=="function"&&(this._final=Nf.final)),gd.call(this)}Kd.prototype.pipe=function(){Vd(this,new Ld)};function Qd(Nf,Bf){var Tf=new Fd;Vd(Nf,Tf),od.nextTick(Bf,Tf)}function hf(Nf,Bf,Tf,wf){var Of;return Tf===null?Of=new Pd:typeof Tf!="string"&&!Bf.objectMode&&(Of=new Id("chunk",["string","Buffer"],Tf)),Of?(Vd(Nf,Of),od.nextTick(wf,Of),!1):!0}Kd.prototype.write=function(Nf,Bf,Tf){var wf=this._writableState,Of=!1,$f=!wf.objectMode&&Td(Nf);return $f&&!_d.isBuffer(Nf)&&(Nf=Ed(Nf)),typeof Bf=="function"&&(Tf=Bf,Bf=null),$f?Bf="buffer":Bf||(Bf=wf.defaultEncoding),typeof Tf!="function"&&(Tf=qd),wf.ending?Qd(this,Tf):($f||hf(this,wf,Nf,Tf))&&(wf.pendingcb++,Of=bf(this,wf,$f,Nf,Bf,Tf)),Of},Kd.prototype.cork=function(){this._writableState.corked++},Kd.prototype.uncork=function(){var Nf=this._writableState;Nf.corked&&(Nf.corked--,!Nf.writing&&!Nf.corked&&!Nf.bufferProcessing&&Nf.bufferedRequest&&Zd(this,Nf))},Kd.prototype.setDefaultEncoding=function(Bf){if(typeof Bf=="string"&&(Bf=Bf.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((Bf+"").toLowerCase())>-1))throw new Ud(Bf);return this._writableState.defaultEncoding=Bf,this},Object.defineProperty(Kd.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function gf(Nf,Bf,Tf){return!Nf.objectMode&&Nf.decodeStrings!==!1&&typeof Bf=="string"&&(Bf=_d.from(Bf,Tf)),Bf}Object.defineProperty(Kd.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function bf(Nf,Bf,Tf,wf,Of,$f){if(!Tf){var Wf=gf(Bf,wf,Of);wf!==Wf&&(Tf=!0,Of="buffer",wf=Wf)}var Kf=Bf.objectMode?1:wf.length;Bf.length+=Kf;var Df=Bf.length<Bf.highWaterMark;if(Df||(Bf.needDrain=!0),Bf.writing||Bf.corked){var qf=Bf.lastBufferedRequest;Bf.lastBufferedRequest={chunk:wf,encoding:Of,isBuf:Tf,callback:$f,next:null},qf?qf.next=Bf.lastBufferedRequest:Bf.bufferedRequest=Bf.lastBufferedRequest,Bf.bufferedRequestCount+=1}else kf(Nf,Bf,!1,Kf,wf,Of,$f);return Df}function kf(Nf,Bf,Tf,wf,Of,$f,Wf){Bf.writelen=wf,Bf.writecb=Wf,Bf.writing=!0,Bf.sync=!0,Bf.destroyed?Bf.onwrite(new jd("write")):Tf?Nf._writev(Of,Bf.onwrite):Nf._write(Of,$f,Bf.onwrite),Bf.sync=!1}function Cf(Nf,Bf,Tf,wf,Of){--Bf.pendingcb,Tf?(od.nextTick(Of,wf),od.nextTick(Lf,Nf,Bf),Nf._writableState.errorEmitted=!0,Vd(Nf,wf)):(Of(wf),Nf._writableState.errorEmitted=!0,Vd(Nf,wf),Lf(Nf,Bf))}function Ef(Nf){Nf.writing=!1,Nf.writecb=null,Nf.length-=Nf.writelen,Nf.writelen=0}function yf(Nf,Bf){var Tf=Nf._writableState,wf=Tf.sync,Of=Tf.writecb;if(typeof Of!="function")throw new Md;if(Ef(Tf),Bf)Cf(Nf,Tf,wf,Bf,Of);else{var $f=mf(Tf)||Nf.destroyed;!$f&&!Tf.corked&&!Tf.bufferProcessing&&Tf.bufferedRequest&&Zd(Nf,Tf),wf?od.nextTick(Mf,Nf,Tf,$f,Of):Mf(Nf,Tf,$f,Of)}}function Mf(Nf,Bf,Tf,wf){Tf||Af(Nf,Bf),Bf.pendingcb--,wf(),Lf(Nf,Bf)}function Af(Nf,Bf){Bf.length===0&&Bf.needDrain&&(Bf.needDrain=!1,Nf.emit("drain"))}function Zd(Nf,Bf){Bf.bufferProcessing=!0;var Tf=Bf.bufferedRequest;if(Nf._writev&&Tf&&Tf.next){var wf=Bf.bufferedRequestCount,Of=new Array(wf),$f=Bf.corkedRequestsFree;$f.entry=Tf;for(var Wf=0,Kf=!0;Tf;)Of[Wf]=Tf,Tf.isBuf||(Kf=!1),Tf=Tf.next,Wf+=1;Of.allBuffers=Kf,kf(Nf,Bf,!0,Bf.length,Of,"",$f.finish),Bf.pendingcb++,Bf.lastBufferedRequest=null,$f.next?(Bf.corkedRequestsFree=$f.next,$f.next=null):Bf.corkedRequestsFree=new ld(Bf),Bf.bufferedRequestCount=0}else{for(;Tf;){var Df=Tf.chunk,qf=Tf.encoding,Xf=Tf.callback,hh=Bf.objectMode?1:Df.length;if(kf(Nf,Bf,!1,hh,Df,qf,Xf),Tf=Tf.next,Bf.bufferedRequestCount--,Bf.writing)break}Tf===null&&(Bf.lastBufferedRequest=null)}Bf.bufferedRequest=Tf,Bf.bufferProcessing=!1}Kd.prototype._write=function(Nf,Bf,Tf){Tf(new Rd("_write()"))},Kd.prototype._writev=null,Kd.prototype.end=function(Nf,Bf,Tf){var wf=this._writableState;return typeof Nf=="function"?(Tf=Nf,Nf=null,Bf=null):typeof Bf=="function"&&(Tf=Bf,Bf=null),Nf!=null&&this.write(Nf,Bf),wf.corked&&(wf.corked=1,this.uncork()),wf.ending||jf(this,wf,Tf),this},Object.defineProperty(Kd.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function mf(Nf){return Nf.ending&&Nf.length===0&&Nf.bufferedRequest===null&&!Nf.finished&&!Nf.writing}function Pf(Nf,Bf){Nf._final(function(Tf){Bf.pendingcb--,Tf&&Vd(Nf,Tf),Bf.prefinished=!0,Nf.emit("prefinish"),Lf(Nf,Bf)})}function Ff(Nf,Bf){!Bf.prefinished&&!Bf.finalCalled&&(typeof Nf._final=="function"&&!Bf.destroyed?(Bf.pendingcb++,Bf.finalCalled=!0,od.nextTick(Pf,Nf,Bf)):(Bf.prefinished=!0,Nf.emit("prefinish")))}function Lf(Nf,Bf){var Tf=mf(Bf);if(Tf&&(Ff(Nf,Bf),Bf.pendingcb===0&&(Bf.finished=!0,Nf.emit("finish"),Bf.autoDestroy))){var wf=Nf._readableState;(!wf||wf.autoDestroy&&wf.endEmitted)&&Nf.destroy()}return Tf}function jf(Nf,Bf,Tf){Bf.ending=!0,Lf(Nf,Bf),Tf&&(Bf.finished?od.nextTick(Tf):Nf.once("finish",Tf)),Bf.ended=!0,Nf.writable=!1}function xf(Nf,Bf,Tf){var wf=Nf.entry;for(Nf.entry=null;wf;){var Of=wf.callback;Bf.pendingcb--,Of(Tf),wf=wf.next}Bf.corkedRequestsFree.next=Nf}Object.defineProperty(Kd.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Bf){this._writableState&&(this._writableState.destroyed=Bf)}}),Kd.prototype.destroy=Od.destroy,Kd.prototype._undestroy=Od.undestroy,Kd.prototype._destroy=function(Nf,Bf){Bf(Nf)}}).call(this)}).call(this,ed("_process"),typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"../errors":471,"./_stream_duplex":472,"./internal/streams/destroy":479,"./internal/streams/state":483,"./internal/streams/stream":484,_process:540,buffer:103,inherits:409,"util-deprecate":488}],477:[function(ed,td,rd){(function(od){(function(){var sd;function ld(Fd,Ud,Vd){return Ud=cd(Ud),Ud in Fd?Object.defineProperty(Fd,Ud,{value:Vd,enumerable:!0,configurable:!0,writable:!0}):Fd[Ud]=Vd,Fd}function cd(Fd){var Ud=ud(Fd,"string");return typeof Ud=="symbol"?Ud:String(Ud)}function ud(Fd,Ud){if(typeof Fd!="object"||Fd===null)return Fd;var Vd=Fd[Symbol.toPrimitive];if(Vd!==void 0){var qd=Vd.call(Fd,Ud||"default");if(typeof qd!="object")return qd;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Ud==="string"?String:Number)(Fd)}var gd=ed("./end-of-stream"),_d=Symbol("lastResolve"),yd=Symbol("lastReject"),Ed=Symbol("error"),Td=Symbol("ended"),Od=Symbol("lastPromise"),Ad=Symbol("handlePromise"),Nd=Symbol("stream");function kd(Fd,Ud){return{value:Fd,done:Ud}}function Id(Fd){var Ud=Fd[_d];if(Ud!==null){var Vd=Fd[Nd].read();Vd!==null&&(Fd[Od]=null,Fd[_d]=null,Fd[yd]=null,Ud(kd(Vd,!1)))}}function Rd(Fd){od.nextTick(Id,Fd)}function Md(Fd,Ud){return function(Vd,qd){Fd.then(function(){if(Ud[Td]){Vd(kd(void 0,!0));return}Ud[Ad](Vd,qd)},qd)}}var Ld=Object.getPrototypeOf(function(){}),jd=Object.setPrototypeOf((sd={get stream(){return this[Nd]},next:function(){var Ud=this,Vd=this[Ed];if(Vd!==null)return Promise.reject(Vd);if(this[Td])return Promise.resolve(kd(void 0,!0));if(this[Nd].destroyed)return new Promise(function(Kd,Qd){od.nextTick(function(){Ud[Ed]?Qd(Ud[Ed]):Kd(kd(void 0,!0))})});var qd=this[Od],Wd;if(qd)Wd=new Promise(Md(qd,this));else{var zd=this[Nd].read();if(zd!==null)return Promise.resolve(kd(zd,!1));Wd=new Promise(this[Ad])}return this[Od]=Wd,Wd}},ld(sd,Symbol.asyncIterator,function(){return this}),ld(sd,"return",function(){var Ud=this;return new Promise(function(Vd,qd){Ud[Nd].destroy(null,function(Wd){if(Wd){qd(Wd);return}Vd(kd(void 0,!0))})})}),sd),Ld),Pd=function(Ud){var Vd,qd=Object.create(jd,(Vd={},ld(Vd,Nd,{value:Ud,writable:!0}),ld(Vd,_d,{value:null,writable:!0}),ld(Vd,yd,{value:null,writable:!0}),ld(Vd,Ed,{value:null,writable:!0}),ld(Vd,Td,{value:Ud._readableState.endEmitted,writable:!0}),ld(Vd,Ad,{value:function(zd,Kd){var Qd=qd[Nd].read();Qd?(qd[Od]=null,qd[_d]=null,qd[yd]=null,zd(kd(Qd,!1))):(qd[_d]=zd,qd[yd]=Kd)},writable:!0}),Vd));return qd[Od]=null,gd(Ud,function(Wd){if(Wd&&Wd.code!=="ERR_STREAM_PREMATURE_CLOSE"){var zd=qd[yd];zd!==null&&(qd[Od]=null,qd[_d]=null,qd[yd]=null,zd(Wd)),qd[Ed]=Wd;return}var Kd=qd[_d];Kd!==null&&(qd[Od]=null,qd[_d]=null,qd[yd]=null,Kd(kd(void 0,!0))),qd[Td]=!0}),Ud.on("readable",Rd.bind(null,qd)),qd};td.exports=Pd}).call(this)}).call(this,ed("_process"))},{"./end-of-stream":480,_process:540}],478:[function(ed,td,rd){function od(Id,Rd){var Md=Object.keys(Id);if(Object.getOwnPropertySymbols){var Ld=Object.getOwnPropertySymbols(Id);Rd&&(Ld=Ld.filter(function(jd){return Object.getOwnPropertyDescriptor(Id,jd).enumerable})),Md.push.apply(Md,Ld)}return Md}function sd(Id){for(var Rd=1;Rd<arguments.length;Rd++){var Md=arguments[Rd]!=null?arguments[Rd]:{};Rd%2?od(Object(Md),!0).forEach(function(Ld){ld(Id,Ld,Md[Ld])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Id,Object.getOwnPropertyDescriptors(Md)):od(Object(Md)).forEach(function(Ld){Object.defineProperty(Id,Ld,Object.getOwnPropertyDescriptor(Md,Ld))})}return Id}function ld(Id,Rd,Md){return Rd=_d(Rd),Rd in Id?Object.defineProperty(Id,Rd,{value:Md,enumerable:!0,configurable:!0,writable:!0}):Id[Rd]=Md,Id}function cd(Id,Rd){if(!(Id instanceof Rd))throw new TypeError("Cannot call a class as a function")}function ud(Id,Rd){for(var Md=0;Md<Rd.length;Md++){var Ld=Rd[Md];Ld.enumerable=Ld.enumerable||!1,Ld.configurable=!0,"value"in Ld&&(Ld.writable=!0),Object.defineProperty(Id,_d(Ld.key),Ld)}}function gd(Id,Rd,Md){return Rd&&ud(Id.prototype,Rd),Object.defineProperty(Id,"prototype",{writable:!1}),Id}function _d(Id){var Rd=yd(Id,"string");return typeof Rd=="symbol"?Rd:String(Rd)}function yd(Id,Rd){if(typeof Id!="object"||Id===null)return Id;var Md=Id[Symbol.toPrimitive];if(Md!==void 0){var Ld=Md.call(Id,Rd||"default");if(typeof Ld!="object")return Ld;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Rd==="string"?String:Number)(Id)}var Ed=ed("buffer"),Td=Ed.Buffer,Od=ed("util"),Ad=Od.inspect,Nd=Ad&&Ad.custom||"inspect";function kd(Id,Rd,Md){Td.prototype.copy.call(Id,Rd,Md)}td.exports=function(){function Id(){cd(this,Id),this.head=null,this.tail=null,this.length=0}return gd(Id,[{key:"push",value:function(Md){var Ld={data:Md,next:null};this.length>0?this.tail.next=Ld:this.head=Ld,this.tail=Ld,++this.length}},{key:"unshift",value:function(Md){var Ld={data:Md,next:this.head};this.length===0&&(this.tail=Ld),this.head=Ld,++this.length}},{key:"shift",value:function(){if(this.length!==0){var Md=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,Md}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(Md){if(this.length===0)return"";for(var Ld=this.head,jd=""+Ld.data;Ld=Ld.next;)jd+=Md+Ld.data;return jd}},{key:"concat",value:function(Md){if(this.length===0)return Td.alloc(0);for(var Ld=Td.allocUnsafe(Md>>>0),jd=this.head,Pd=0;jd;)kd(jd.data,Ld,Pd),Pd+=jd.data.length,jd=jd.next;return Ld}},{key:"consume",value:function(Md,Ld){var jd;return Md<this.head.data.length?(jd=this.head.data.slice(0,Md),this.head.data=this.head.data.slice(Md)):Md===this.head.data.length?jd=this.shift():jd=Ld?this._getString(Md):this._getBuffer(Md),jd}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(Md){var Ld=this.head,jd=1,Pd=Ld.data;for(Md-=Pd.length;Ld=Ld.next;){var Fd=Ld.data,Ud=Md>Fd.length?Fd.length:Md;if(Ud===Fd.length?Pd+=Fd:Pd+=Fd.slice(0,Md),Md-=Ud,Md===0){Ud===Fd.length?(++jd,Ld.next?this.head=Ld.next:this.head=this.tail=null):(this.head=Ld,Ld.data=Fd.slice(Ud));break}++jd}return this.length-=jd,Pd}},{key:"_getBuffer",value:function(Md){var Ld=Td.allocUnsafe(Md),jd=this.head,Pd=1;for(jd.data.copy(Ld),Md-=jd.data.length;jd=jd.next;){var Fd=jd.data,Ud=Md>Fd.length?Fd.length:Md;if(Fd.copy(Ld,Ld.length-Md,0,Ud),Md-=Ud,Md===0){Ud===Fd.length?(++Pd,jd.next?this.head=jd.next:this.head=this.tail=null):(this.head=jd,jd.data=Fd.slice(Ud));break}++Pd}return this.length-=Pd,Ld}},{key:Nd,value:function(Md,Ld){return Ad(this,sd(sd({},Ld),{},{depth:0,customInspect:!1}))}}]),Id}()},{buffer:103,util:102}],479:[function(ed,td,rd){(function(od){(function(){function sd(yd,Ed){var Td=this,Od=this._readableState&&this._readableState.destroyed,Ad=this._writableState&&this._writableState.destroyed;return Od||Ad?(Ed?Ed(yd):yd&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,od.nextTick(gd,this,yd)):od.nextTick(gd,this,yd)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(yd||null,function(Nd){!Ed&&Nd?Td._writableState?Td._writableState.errorEmitted?od.nextTick(cd,Td):(Td._writableState.errorEmitted=!0,od.nextTick(ld,Td,Nd)):od.nextTick(ld,Td,Nd):Ed?(od.nextTick(cd,Td),Ed(Nd)):od.nextTick(cd,Td)}),this)}function ld(yd,Ed){gd(yd,Ed),cd(yd)}function cd(yd){yd._writableState&&!yd._writableState.emitClose||yd._readableState&&!yd._readableState.emitClose||yd.emit("close")}function ud(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function gd(yd,Ed){yd.emit("error",Ed)}function _d(yd,Ed){var Td=yd._readableState,Od=yd._writableState;Td&&Td.autoDestroy||Od&&Od.autoDestroy?yd.destroy(Ed):yd.emit("error",Ed)}td.exports={destroy:sd,undestroy:ud,errorOrDestroy:_d}}).call(this)}).call(this,ed("_process"))},{_process:540}],480:[function(ed,td,rd){var od=ed("../../../errors").codes.ERR_STREAM_PREMATURE_CLOSE;function sd(gd){var _d=!1;return function(){if(!_d){_d=!0;for(var yd=arguments.length,Ed=new Array(yd),Td=0;Td<yd;Td++)Ed[Td]=arguments[Td];gd.apply(this,Ed)}}}function ld(){}function cd(gd){return gd.setHeader&&typeof gd.abort=="function"}function ud(gd,_d,yd){if(typeof _d=="function")return ud(gd,null,_d);_d||(_d={}),yd=sd(yd||ld);var Ed=_d.readable||_d.readable!==!1&&gd.readable,Td=_d.writable||_d.writable!==!1&&gd.writable,Od=function(){gd.writable||Nd()},Ad=gd._writableState&&gd._writableState.finished,Nd=function(){Td=!1,Ad=!0,Ed||yd.call(gd)},kd=gd._readableState&&gd._readableState.endEmitted,Id=function(){Ed=!1,kd=!0,Td||yd.call(gd)},Rd=function(Pd){yd.call(gd,Pd)},Md=function(){var Pd;if(Ed&&!kd)return(!gd._readableState||!gd._readableState.ended)&&(Pd=new od),yd.call(gd,Pd);if(Td&&!Ad)return(!gd._writableState||!gd._writableState.ended)&&(Pd=new od),yd.call(gd,Pd)},Ld=function(){gd.req.on("finish",Nd)};return cd(gd)?(gd.on("complete",Nd),gd.on("abort",Md),gd.req?Ld():gd.on("request",Ld)):Td&&!gd._writableState&&(gd.on("end",Od),gd.on("close",Od)),gd.on("end",Id),gd.on("finish",Nd),_d.error!==!1&&gd.on("error",Rd),gd.on("close",Md),function(){gd.removeListener("complete",Nd),gd.removeListener("abort",Md),gd.removeListener("request",Ld),gd.req&&gd.req.removeListener("finish",Nd),gd.removeListener("end",Od),gd.removeListener("close",Od),gd.removeListener("finish",Nd),gd.removeListener("end",Id),gd.removeListener("error",Rd),gd.removeListener("close",Md)}}td.exports=ud},{"../../../errors":471}],481:[function(ed,td,rd){td.exports=function(){throw new Error("Readable.from is not available in the browser")}},{}],482:[function(ed,td,rd){var od;function sd(Nd){var kd=!1;return function(){kd||(kd=!0,Nd.apply(void 0,arguments))}}var ld=ed("../../../errors").codes,cd=ld.ERR_MISSING_ARGS,ud=ld.ERR_STREAM_DESTROYED;function gd(Nd){if(Nd)throw Nd}function _d(Nd){return Nd.setHeader&&typeof Nd.abort=="function"}function yd(Nd,kd,Id,Rd){Rd=sd(Rd);var Md=!1;Nd.on("close",function(){Md=!0}),od===void 0&&(od=ed("./end-of-stream")),od(Nd,{readable:kd,writable:Id},function(jd){if(jd)return Rd(jd);Md=!0,Rd()});var Ld=!1;return function(jd){if(!Md&&!Ld){if(Ld=!0,_d(Nd))return Nd.abort();if(typeof Nd.destroy=="function")return Nd.destroy();Rd(jd||new ud("pipe"))}}}function Ed(Nd){Nd()}function Td(Nd,kd){return Nd.pipe(kd)}function Od(Nd){return!Nd.length||typeof Nd[Nd.length-1]!="function"?gd:Nd.pop()}function Ad(){for(var Nd=arguments.length,kd=new Array(Nd),Id=0;Id<Nd;Id++)kd[Id]=arguments[Id];var Rd=Od(kd);if(Array.isArray(kd[0])&&(kd=kd[0]),kd.length<2)throw new cd("streams");var Md,Ld=kd.map(function(jd,Pd){var Fd=Pd<kd.length-1,Ud=Pd>0;return yd(jd,Fd,Ud,function(Vd){Md||(Md=Vd),Vd&&Ld.forEach(Ed),!Fd&&(Ld.forEach(Ed),Rd(Md))})});return kd.reduce(Td)}td.exports=Ad},{"../../../errors":471,"./end-of-stream":480}],483:[function(ed,td,rd){var od=ed("../../../errors").codes.ERR_INVALID_OPT_VALUE;function sd(cd,ud,gd){return cd.highWaterMark!=null?cd.highWaterMark:ud?cd[gd]:null}function ld(cd,ud,gd,_d){var yd=sd(ud,_d,gd);if(yd!=null){if(!(isFinite(yd)&&Math.floor(yd)===yd)||yd<0){var Ed=_d?gd:"highWaterMark";throw new od(Ed,yd)}return Math.floor(yd)}return cd.objectMode?16:16*1024}td.exports={getHighWaterMark:ld}},{"../../../errors":471}],484:[function(ed,td,rd){arguments[4][461][0].apply(rd,arguments)},{dup:461,events:388}],485:[function(ed,td,rd){arguments[4][464][0].apply(rd,arguments)},{dup:464,"safe-buffer":466}],486:[function(ed,td,rd){(function(od,sd){(function(){var ld=ed("process/browser.js").nextTick,cd=Function.prototype.apply,ud=Array.prototype.slice,gd={},_d=0;rd.setTimeout=function(){return new yd(cd.call(setTimeout,window,arguments),clearTimeout)},rd.setInterval=function(){return new yd(cd.call(setInterval,window,arguments),clearInterval)},rd.clearTimeout=rd.clearInterval=function(Ed){Ed.close()};function yd(Ed,Td){this._id=Ed,this._clearFn=Td}yd.prototype.unref=yd.prototype.ref=function(){},yd.prototype.close=function(){this._clearFn.call(window,this._id)},rd.enroll=function(Ed,Td){clearTimeout(Ed._idleTimeoutId),Ed._idleTimeout=Td},rd.unenroll=function(Ed){clearTimeout(Ed._idleTimeoutId),Ed._idleTimeout=-1},rd._unrefActive=rd.active=function(Ed){clearTimeout(Ed._idleTimeoutId);var Td=Ed._idleTimeout;Td>=0&&(Ed._idleTimeoutId=setTimeout(function(){Ed._onTimeout&&Ed._onTimeout()},Td))},rd.setImmediate=typeof od=="function"?od:function(Ed){var Td=_d++,Od=arguments.length<2?!1:ud.call(arguments,1);return gd[Td]=!0,ld(function(){gd[Td]&&(Od?Ed.apply(null,Od):Ed.call(null),rd.clearImmediate(Td))}),Td},rd.clearImmediate=typeof sd=="function"?sd:function(Ed){delete gd[Ed]}}).call(this)}).call(this,ed("timers").setImmediate,ed("timers").clearImmediate)},{"process/browser.js":444,timers:486}],487:[function(ed,td,rd){var od=ed("buffer").Buffer;td.exports=function(sd){if(sd instanceof Uint8Array){if(sd.byteOffset===0&&sd.byteLength===sd.buffer.byteLength)return sd.buffer;if(typeof sd.buffer.slice=="function")return sd.buffer.slice(sd.byteOffset,sd.byteOffset+sd.byteLength)}if(od.isBuffer(sd)){for(var ld=new Uint8Array(sd.length),cd=sd.length,ud=0;ud<cd;ud++)ld[ud]=sd[ud];return ld.buffer}else throw new Error("Argument must be a Buffer")}},{buffer:103}],488:[function(ed,td,rd){(function(od){(function(){td.exports=sd;function sd(cd,ud){if(ld("noDeprecation"))return cd;var gd=!1;function _d(){if(!gd){if(ld("throwDeprecation"))throw new Error(ud);ld("traceDeprecation")?console.trace(ud):console.warn(ud),gd=!0}return cd.apply(this,arguments)}return _d}function ld(cd){try{if(!od.localStorage)return!1}catch{return!1}var ud=od.localStorage[cd];return ud==null?!1:String(ud).toLowerCase()==="true"}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{}],489:[function(ed,td,rd){arguments[4][97][0].apply(rd,arguments)},{dup:97}],490:[function(ed,td,rd){var od=ed("is-arguments"),sd=ed("is-generator-function"),ld=ed("which-typed-array"),cd=ed("is-typed-array");function ud(Xf){return Xf.call.bind(Xf)}var gd=typeof BigInt<"u",_d=typeof Symbol<"u",yd=ud(Object.prototype.toString),Ed=ud(Number.prototype.valueOf),Td=ud(String.prototype.valueOf),Od=ud(Boolean.prototype.valueOf);if(gd)var Ad=ud(BigInt.prototype.valueOf);if(_d)var Nd=ud(Symbol.prototype.valueOf);function kd(Xf,hh){if(typeof Xf!="object")return!1;try{return hh(Xf),!0}catch{return!1}}rd.isArgumentsObject=od,rd.isGeneratorFunction=sd,rd.isTypedArray=cd;function Id(Xf){return typeof Promise<"u"&&Xf instanceof Promise||Xf!==null&&typeof Xf=="object"&&typeof Xf.then=="function"&&typeof Xf.catch=="function"}rd.isPromise=Id;function Rd(Xf){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(Xf):cd(Xf)||mf(Xf)}rd.isArrayBufferView=Rd;function Md(Xf){return ld(Xf)==="Uint8Array"}rd.isUint8Array=Md;function Ld(Xf){return ld(Xf)==="Uint8ClampedArray"}rd.isUint8ClampedArray=Ld;function jd(Xf){return ld(Xf)==="Uint16Array"}rd.isUint16Array=jd;function Pd(Xf){return ld(Xf)==="Uint32Array"}rd.isUint32Array=Pd;function Fd(Xf){return ld(Xf)==="Int8Array"}rd.isInt8Array=Fd;function Ud(Xf){return ld(Xf)==="Int16Array"}rd.isInt16Array=Ud;function Vd(Xf){return ld(Xf)==="Int32Array"}rd.isInt32Array=Vd;function qd(Xf){return ld(Xf)==="Float32Array"}rd.isFloat32Array=qd;function Wd(Xf){return ld(Xf)==="Float64Array"}rd.isFloat64Array=Wd;function zd(Xf){return ld(Xf)==="BigInt64Array"}rd.isBigInt64Array=zd;function Kd(Xf){return ld(Xf)==="BigUint64Array"}rd.isBigUint64Array=Kd;function Qd(Xf){return yd(Xf)==="[object Map]"}Qd.working=typeof Map<"u"&&Qd(new Map);function hf(Xf){return typeof Map>"u"?!1:Qd.working?Qd(Xf):Xf instanceof Map}rd.isMap=hf;function gf(Xf){return yd(Xf)==="[object Set]"}gf.working=typeof Set<"u"&&gf(new Set);function bf(Xf){return typeof Set>"u"?!1:gf.working?gf(Xf):Xf instanceof Set}rd.isSet=bf;function kf(Xf){return yd(Xf)==="[object WeakMap]"}kf.working=typeof WeakMap<"u"&&kf(new WeakMap);function Cf(Xf){return typeof WeakMap>"u"?!1:kf.working?kf(Xf):Xf instanceof WeakMap}rd.isWeakMap=Cf;function Ef(Xf){return yd(Xf)==="[object WeakSet]"}Ef.working=typeof WeakSet<"u"&&Ef(new WeakSet);function yf(Xf){return Ef(Xf)}rd.isWeakSet=yf;function Mf(Xf){return yd(Xf)==="[object ArrayBuffer]"}Mf.working=typeof ArrayBuffer<"u"&&Mf(new ArrayBuffer);function Af(Xf){return typeof ArrayBuffer>"u"?!1:Mf.working?Mf(Xf):Xf instanceof ArrayBuffer}rd.isArrayBuffer=Af;function Zd(Xf){return yd(Xf)==="[object DataView]"}Zd.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&Zd(new DataView(new ArrayBuffer(1),0,1));function mf(Xf){return typeof DataView>"u"?!1:Zd.working?Zd(Xf):Xf instanceof DataView}rd.isDataView=mf;var Pf=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Ff(Xf){return yd(Xf)==="[object SharedArrayBuffer]"}function Lf(Xf){return typeof Pf>"u"?!1:(typeof Ff.working>"u"&&(Ff.working=Ff(new Pf)),Ff.working?Ff(Xf):Xf instanceof Pf)}rd.isSharedArrayBuffer=Lf;function jf(Xf){return yd(Xf)==="[object AsyncFunction]"}rd.isAsyncFunction=jf;function xf(Xf){return yd(Xf)==="[object Map Iterator]"}rd.isMapIterator=xf;function Nf(Xf){return yd(Xf)==="[object Set Iterator]"}rd.isSetIterator=Nf;function Bf(Xf){return yd(Xf)==="[object Generator]"}rd.isGeneratorObject=Bf;function Tf(Xf){return yd(Xf)==="[object WebAssembly.Module]"}rd.isWebAssemblyCompiledModule=Tf;function wf(Xf){return kd(Xf,Ed)}rd.isNumberObject=wf;function Of(Xf){return kd(Xf,Td)}rd.isStringObject=Of;function $f(Xf){return kd(Xf,Od)}rd.isBooleanObject=$f;function Wf(Xf){return gd&&kd(Xf,Ad)}rd.isBigIntObject=Wf;function Kf(Xf){return _d&&kd(Xf,Nd)}rd.isSymbolObject=Kf;function Df(Xf){return wf(Xf)||Of(Xf)||$f(Xf)||Wf(Xf)||Kf(Xf)}rd.isBoxedPrimitive=Df;function qf(Xf){return typeof Uint8Array<"u"&&(Af(Xf)||Lf(Xf))}rd.isAnyArrayBuffer=qf,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(Xf){Object.defineProperty(rd,Xf,{enumerable:!1,value:function(){throw new Error(Xf+" is not supported in userland")}})})},{"is-arguments":410,"is-generator-function":413,"is-typed-array":414,"which-typed-array":492}],491:[function(ed,td,rd){(function(od){(function(){var sd=Object.getOwnPropertyDescriptors||function(Pf){for(var Ff=Object.keys(Pf),Lf={},jf=0;jf<Ff.length;jf++)Lf[Ff[jf]]=Object.getOwnPropertyDescriptor(Pf,Ff[jf]);return Lf},ld=/%[sdj%]/g;rd.format=function(mf){if(!Ud(mf)){for(var Pf=[],Ff=0;Ff<arguments.length;Ff++)Pf.push(_d(arguments[Ff]));return Pf.join(" ")}for(var Ff=1,Lf=arguments,jf=Lf.length,xf=String(mf).replace(ld,function(Bf){if(Bf==="%%")return"%";if(Ff>=jf)return Bf;switch(Bf){case"%s":return String(Lf[Ff++]);case"%d":return Number(Lf[Ff++]);case"%j":try{return JSON.stringify(Lf[Ff++])}catch{return"[Circular]"}default:return Bf}}),Nf=Lf[Ff];Ff<jf;Nf=Lf[++Ff])jd(Nf)||!zd(Nf)?xf+=" "+Nf:xf+=" "+_d(Nf);return xf},rd.deprecate=function(mf,Pf){if(typeof od<"u"&&od.noDeprecation===!0)return mf;if(typeof od>"u")return function(){return rd.deprecate(mf,Pf).apply(this,arguments)};var Ff=!1;function Lf(){if(!Ff){if(od.throwDeprecation)throw new Error(Pf);od.traceDeprecation?console.trace(Pf):console.error(Pf),Ff=!0}return mf.apply(this,arguments)}return Lf};var cd={},ud=/^$/;if(od.env.NODE_DEBUG){var gd=od.env.NODE_DEBUG;gd=gd.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),ud=new RegExp("^"+gd+"$","i")}rd.debuglog=function(mf){if(mf=mf.toUpperCase(),!cd[mf])if(ud.test(mf)){var Pf=od.pid;cd[mf]=function(){var Ff=rd.format.apply(rd,arguments);console.error("%s %d: %s",mf,Pf,Ff)}}else cd[mf]=function(){};return cd[mf]};function _d(mf,Pf){var Ff={seen:[],stylize:Ed};return arguments.length>=3&&(Ff.depth=arguments[2]),arguments.length>=4&&(Ff.colors=arguments[3]),Ld(Pf)?Ff.showHidden=Pf:Pf&&rd._extend(Ff,Pf),qd(Ff.showHidden)&&(Ff.showHidden=!1),qd(Ff.depth)&&(Ff.depth=2),qd(Ff.colors)&&(Ff.colors=!1),qd(Ff.customInspect)&&(Ff.customInspect=!0),Ff.colors&&(Ff.stylize=yd),Od(Ff,mf,Ff.depth)}rd.inspect=_d,_d.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},_d.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function yd(mf,Pf){var Ff=_d.styles[Pf];return Ff?"\x1B["+_d.colors[Ff][0]+"m"+mf+"\x1B["+_d.colors[Ff][1]+"m":mf}function Ed(mf,Pf){return mf}function Td(mf){var Pf={};return mf.forEach(function(Ff,Lf){Pf[Ff]=!0}),Pf}function Od(mf,Pf,Ff){if(mf.customInspect&&Pf&&hf(Pf.inspect)&&Pf.inspect!==rd.inspect&&!(Pf.constructor&&Pf.constructor.prototype===Pf)){var Lf=Pf.inspect(Ff,mf);return Ud(Lf)||(Lf=Od(mf,Lf,Ff)),Lf}var jf=Ad(mf,Pf);if(jf)return jf;var xf=Object.keys(Pf),Nf=Td(xf);if(mf.showHidden&&(xf=Object.getOwnPropertyNames(Pf)),Qd(Pf)&&(xf.indexOf("message")>=0||xf.indexOf("description")>=0))return Nd(Pf);if(xf.length===0){if(hf(Pf)){var Bf=Pf.name?": "+Pf.name:"";return mf.stylize("[Function"+Bf+"]","special")}if(Wd(Pf))return mf.stylize(RegExp.prototype.toString.call(Pf),"regexp");if(Kd(Pf))return mf.stylize(Date.prototype.toString.call(Pf),"date");if(Qd(Pf))return Nd(Pf)}var Tf="",wf=!1,Of=["{","}"];if(Md(Pf)&&(wf=!0,Of=["[","]"]),hf(Pf)){var $f=Pf.name?": "+Pf.name:"";Tf=" [Function"+$f+"]"}if(Wd(Pf)&&(Tf=" "+RegExp.prototype.toString.call(Pf)),Kd(Pf)&&(Tf=" "+Date.prototype.toUTCString.call(Pf)),Qd(Pf)&&(Tf=" "+Nd(Pf)),xf.length===0&&(!wf||Pf.length==0))return Of[0]+Tf+Of[1];if(Ff<0)return Wd(Pf)?mf.stylize(RegExp.prototype.toString.call(Pf),"regexp"):mf.stylize("[Object]","special");mf.seen.push(Pf);var Wf;return wf?Wf=kd(mf,Pf,Ff,Nf,xf):Wf=xf.map(function(Kf){return Id(mf,Pf,Ff,Nf,Kf,wf)}),mf.seen.pop(),Rd(Wf,Tf,Of)}function Ad(mf,Pf){if(qd(Pf))return mf.stylize("undefined","undefined");if(Ud(Pf)){var Ff="'"+JSON.stringify(Pf).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return mf.stylize(Ff,"string")}if(Fd(Pf))return mf.stylize(""+Pf,"number");if(Ld(Pf))return mf.stylize(""+Pf,"boolean");if(jd(Pf))return mf.stylize("null","null")}function Nd(mf){return"["+Error.prototype.toString.call(mf)+"]"}function kd(mf,Pf,Ff,Lf,jf){for(var xf=[],Nf=0,Bf=Pf.length;Nf<Bf;++Nf)yf(Pf,String(Nf))?xf.push(Id(mf,Pf,Ff,Lf,String(Nf),!0)):xf.push("");return jf.forEach(function(Tf){Tf.match(/^\d+$/)||xf.push(Id(mf,Pf,Ff,Lf,Tf,!0))}),xf}function Id(mf,Pf,Ff,Lf,jf,xf){var Nf,Bf,Tf;if(Tf=Object.getOwnPropertyDescriptor(Pf,jf)||{value:Pf[jf]},Tf.get?Tf.set?Bf=mf.stylize("[Getter/Setter]","special"):Bf=mf.stylize("[Getter]","special"):Tf.set&&(Bf=mf.stylize("[Setter]","special")),yf(Lf,jf)||(Nf="["+jf+"]"),Bf||(mf.seen.indexOf(Tf.value)<0?(jd(Ff)?Bf=Od(mf,Tf.value,null):Bf=Od(mf,Tf.value,Ff-1),Bf.indexOf(`
`)>-1&&(xf?Bf=Bf.split(`
`).map(function(wf){return" "+wf}).join(`
`).slice(2):Bf=`
`+Bf.split(`
`).map(function(wf){return" "+wf}).join(`
`))):Bf=mf.stylize("[Circular]","special")),qd(Nf)){if(xf&&jf.match(/^\d+$/))return Bf;Nf=JSON.stringify(""+jf),Nf.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Nf=Nf.slice(1,-1),Nf=mf.stylize(Nf,"name")):(Nf=Nf.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Nf=mf.stylize(Nf,"string"))}return Nf+": "+Bf}function Rd(mf,Pf,Ff){var Lf=mf.reduce(function(jf,xf){return xf.indexOf(`
`)>=0,jf+xf.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Lf>60?Ff[0]+(Pf===""?"":Pf+`
`)+" "+mf.join(`,
`)+" "+Ff[1]:Ff[0]+Pf+" "+mf.join(", ")+" "+Ff[1]}rd.types=ed("./support/types");function Md(mf){return Array.isArray(mf)}rd.isArray=Md;function Ld(mf){return typeof mf=="boolean"}rd.isBoolean=Ld;function jd(mf){return mf===null}rd.isNull=jd;function Pd(mf){return mf==null}rd.isNullOrUndefined=Pd;function Fd(mf){return typeof mf=="number"}rd.isNumber=Fd;function Ud(mf){return typeof mf=="string"}rd.isString=Ud;function Vd(mf){return typeof mf=="symbol"}rd.isSymbol=Vd;function qd(mf){return mf===void 0}rd.isUndefined=qd;function Wd(mf){return zd(mf)&&bf(mf)==="[object RegExp]"}rd.isRegExp=Wd,rd.types.isRegExp=Wd;function zd(mf){return typeof mf=="object"&&mf!==null}rd.isObject=zd;function Kd(mf){return zd(mf)&&bf(mf)==="[object Date]"}rd.isDate=Kd,rd.types.isDate=Kd;function Qd(mf){return zd(mf)&&(bf(mf)==="[object Error]"||mf instanceof Error)}rd.isError=Qd,rd.types.isNativeError=Qd;function hf(mf){return typeof mf=="function"}rd.isFunction=hf;function gf(mf){return mf===null||typeof mf=="boolean"||typeof mf=="number"||typeof mf=="string"||typeof mf=="symbol"||typeof mf>"u"}rd.isPrimitive=gf,rd.isBuffer=ed("./support/isBuffer");function bf(mf){return Object.prototype.toString.call(mf)}function kf(mf){return mf<10?"0"+mf.toString(10):mf.toString(10)}var Cf=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Ef(){var mf=new Date,Pf=[kf(mf.getHours()),kf(mf.getMinutes()),kf(mf.getSeconds())].join(":");return[mf.getDate(),Cf[mf.getMonth()],Pf].join(" ")}rd.log=function(){console.log("%s - %s",Ef(),rd.format.apply(rd,arguments))},rd.inherits=ed("inherits"),rd._extend=function(mf,Pf){if(!Pf||!zd(Pf))return mf;for(var Ff=Object.keys(Pf),Lf=Ff.length;Lf--;)mf[Ff[Lf]]=Pf[Ff[Lf]];return mf};function yf(mf,Pf){return Object.prototype.hasOwnProperty.call(mf,Pf)}var Mf=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;rd.promisify=function(Pf){if(typeof Pf!="function")throw new TypeError('The "original" argument must be of type Function');if(Mf&&Pf[Mf]){var Ff=Pf[Mf];if(typeof Ff!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Ff,Mf,{value:Ff,enumerable:!1,writable:!1,configurable:!0}),Ff}function Ff(){for(var Lf,jf,xf=new Promise(function(Tf,wf){Lf=Tf,jf=wf}),Nf=[],Bf=0;Bf<arguments.length;Bf++)Nf.push(arguments[Bf]);Nf.push(function(Tf,wf){Tf?jf(Tf):Lf(wf)});try{Pf.apply(this,Nf)}catch(Tf){jf(Tf)}return xf}return Object.setPrototypeOf(Ff,Object.getPrototypeOf(Pf)),Mf&&Object.defineProperty(Ff,Mf,{value:Ff,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(Ff,sd(Pf))},rd.promisify.custom=Mf;function Af(mf,Pf){if(!mf){var Ff=new Error("Promise was rejected with a falsy value");Ff.reason=mf,mf=Ff}return Pf(mf)}function Zd(mf){if(typeof mf!="function")throw new TypeError('The "original" argument must be of type Function');function Pf(){for(var Ff=[],Lf=0;Lf<arguments.length;Lf++)Ff.push(arguments[Lf]);var jf=Ff.pop();if(typeof jf!="function")throw new TypeError("The last argument must be of type Function");var xf=this,Nf=function(){return jf.apply(xf,arguments)};mf.apply(this,Ff).then(function(Bf){od.nextTick(Nf.bind(null,null,Bf))},function(Bf){od.nextTick(Af.bind(null,Bf,Nf))})}return Object.setPrototypeOf(Pf,Object.getPrototypeOf(mf)),Object.defineProperties(Pf,sd(mf)),Pf}rd.callbackify=Zd}).call(this)}).call(this,ed("_process"))},{"./support/isBuffer":489,"./support/types":490,_process:540,inherits:409}],492:[function(ed,td,rd){(function(od){(function(){var sd=ed("for-each"),ld=ed("available-typed-arrays"),cd=ed("call-bind"),ud=ed("call-bind/callBound"),gd=ed("gopd"),_d=ud("Object.prototype.toString"),yd=ed("has-tostringtag/shams")(),Ed=typeof globalThis>"u"?od:globalThis,Td=ld(),Od=ud("String.prototype.slice"),Ad=Object.getPrototypeOf,Nd=ud("Array.prototype.indexOf",!0)||function(Ld,jd){for(var Pd=0;Pd<Ld.length;Pd+=1)if(Ld[Pd]===jd)return Pd;return-1},kd={__proto__:null};yd&&gd&&Ad?sd(Td,function(Md){var Ld=new Ed[Md];if(Symbol.toStringTag in Ld){var jd=Ad(Ld),Pd=gd(jd,Symbol.toStringTag);if(!Pd){var Fd=Ad(jd);Pd=gd(Fd,Symbol.toStringTag)}kd["$"+Md]=cd(Pd.get)}}):sd(Td,function(Md){var Ld=new Ed[Md],jd=Ld.slice||Ld.set;jd&&(kd["$"+Md]=cd(jd))});var Id=function(Ld){var jd=!1;return sd(kd,function(Pd,Fd){if(!jd)try{"$"+Pd(Ld)===Fd&&(jd=Od(Fd,1))}catch{}}),jd},Rd=function(Ld){var jd=!1;return sd(kd,function(Pd,Fd){if(!jd)try{Pd(Ld),jd=Od(Fd,1)}catch{}}),jd};td.exports=function(Ld){if(!Ld||typeof Ld!="object")return!1;if(!yd){var jd=Od(_d(Ld),8,-1);return Nd(Td,jd)>-1?jd:jd!=="Object"?!1:Rd(Ld)}return gd?Id(Ld):null}}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"available-typed-arrays":99,"call-bind":106,"call-bind/callBound":105,"for-each":389,gopd:393,"has-tostringtag/shams":398}],493:[function(ed,td,rd){(function(){rd.stripBOM=function(od){return od[0]==="\uFEFF"?od.substring(1):od}}).call(this)},{}],494:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd={}.hasOwnProperty;od=ed("xmlbuilder"),sd=ed("./defaults").defaults,cd=function(_d){return typeof _d=="string"&&(_d.indexOf("&")>=0||_d.indexOf(">")>=0||_d.indexOf("<")>=0)},ud=function(_d){return"<![CDATA["+ld(_d)+"]]>"},ld=function(_d){return _d.replace("]]>","]]]]><![CDATA[>")},rd.Builder=function(){function _d(yd){var Ed,Td,Od;this.options={},Td=sd["0.2"];for(Ed in Td)gd.call(Td,Ed)&&(Od=Td[Ed],this.options[Ed]=Od);for(Ed in yd)gd.call(yd,Ed)&&(Od=yd[Ed],this.options[Ed]=Od)}return _d.prototype.buildObject=function(yd){var Ed,Td,Od,Ad,Nd;return Ed=this.options.attrkey,Td=this.options.charkey,Object.keys(yd).length===1&&this.options.rootName===sd["0.2"].rootName?(Nd=Object.keys(yd)[0],yd=yd[Nd]):Nd=this.options.rootName,Od=function(kd){return function(Id,Rd){var Md,Ld,jd,Pd,Fd,Ud;if(typeof Rd!="object")kd.options.cdata&&cd(Rd)?Id.raw(ud(Rd)):Id.txt(Rd);else if(Array.isArray(Rd)){for(Pd in Rd)if(gd.call(Rd,Pd)){Ld=Rd[Pd];for(Fd in Ld)jd=Ld[Fd],Id=Od(Id.ele(Fd),jd).up()}}else for(Fd in Rd)if(gd.call(Rd,Fd))if(Ld=Rd[Fd],Fd===Ed){if(typeof Ld=="object")for(Md in Ld)Ud=Ld[Md],Id=Id.att(Md,Ud)}else if(Fd===Td)kd.options.cdata&&cd(Ld)?Id=Id.raw(ud(Ld)):Id=Id.txt(Ld);else if(Array.isArray(Ld))for(Pd in Ld)gd.call(Ld,Pd)&&(jd=Ld[Pd],typeof jd=="string"?kd.options.cdata&&cd(jd)?Id=Id.ele(Fd).raw(ud(jd)).up():Id=Id.ele(Fd,jd).up():Id=Od(Id.ele(Fd),jd).up());else typeof Ld=="object"?Id=Od(Id.ele(Fd),Ld).up():typeof Ld=="string"&&kd.options.cdata&&cd(Ld)?Id=Id.ele(Fd).raw(ud(Ld)).up():(Ld==null&&(Ld=""),Id=Id.ele(Fd,Ld.toString()).up());return Id}}(this),Ad=od.create(Nd,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),Od(Ad,yd).end(this.options.renderOpts)},_d}()}).call(this)},{"./defaults":495,xmlbuilder:531}],495:[function(ed,td,rd){(function(){rd.defaults={"0.1":{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},"0.2":{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:`
`},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(this)},{}],496:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd,_d,yd,Ed,Td=function(Nd,kd){return function(){return Nd.apply(kd,arguments)}},Od=function(Nd,kd){for(var Id in kd)Ad.call(kd,Id)&&(Nd[Id]=kd[Id]);function Rd(){this.constructor=Nd}return Rd.prototype=kd.prototype,Nd.prototype=new Rd,Nd.__super__=kd.prototype,Nd},Ad={}.hasOwnProperty;yd=ed("sax"),cd=ed("events"),od=ed("./bom"),_d=ed("./processors"),Ed=ed("timers").setImmediate,sd=ed("./defaults").defaults,ud=function(Nd){return typeof Nd=="object"&&Nd!=null&&Object.keys(Nd).length===0},gd=function(Nd,kd,Id){var Rd,Md,Ld;for(Rd=0,Md=Nd.length;Rd<Md;Rd++)Ld=Nd[Rd],kd=Ld(kd,Id);return kd},ld=function(Nd,kd,Id){var Rd;return Rd=Object.create(null),Rd.value=Id,Rd.writable=!0,Rd.enumerable=!0,Rd.configurable=!0,Object.defineProperty(Nd,kd,Rd)},rd.Parser=function(Nd){Od(kd,Nd);function kd(Id){this.parseStringPromise=Td(this.parseStringPromise,this),this.parseString=Td(this.parseString,this),this.reset=Td(this.reset,this),this.assignOrPush=Td(this.assignOrPush,this),this.processAsync=Td(this.processAsync,this);var Rd,Md,Ld;if(!(this instanceof rd.Parser))return new rd.Parser(Id);this.options={},Md=sd["0.2"];for(Rd in Md)Ad.call(Md,Rd)&&(Ld=Md[Rd],this.options[Rd]=Ld);for(Rd in Id)Ad.call(Id,Rd)&&(Ld=Id[Rd],this.options[Rd]=Ld);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(_d.normalize)),this.reset()}return kd.prototype.processAsync=function(){var Id,Rd;try{return this.remaining.length<=this.options.chunkSize?(Id=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(Id),this.saxParser.close()):(Id=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(Id),Ed(this.processAsync))}catch(Md){if(Rd=Md,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(Rd)}},kd.prototype.assignOrPush=function(Id,Rd,Md){return Rd in Id?(Id[Rd]instanceof Array||ld(Id,Rd,[Id[Rd]]),Id[Rd].push(Md)):this.options.explicitArray?ld(Id,Rd,[Md]):ld(Id,Rd,Md)},kd.prototype.reset=function(){var Id,Rd,Md,Ld;return this.removeAllListeners(),this.saxParser=yd.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(jd){return function(Pd){if(jd.saxParser.resume(),!jd.saxParser.errThrown)return jd.saxParser.errThrown=!0,jd.emit("error",Pd)}}(this),this.saxParser.onend=function(jd){return function(){if(!jd.saxParser.ended)return jd.saxParser.ended=!0,jd.emit("end",jd.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,Ld=[],Id=this.options.attrkey,Rd=this.options.charkey,this.saxParser.onopentag=function(jd){return function(Pd){var Fd,Ud,Vd,qd,Wd;if(Vd={},Vd[Rd]="",!jd.options.ignoreAttrs){Wd=Pd.attributes;for(Fd in Wd)Ad.call(Wd,Fd)&&(!(Id in Vd)&&!jd.options.mergeAttrs&&(Vd[Id]={}),Ud=jd.options.attrValueProcessors?gd(jd.options.attrValueProcessors,Pd.attributes[Fd],Fd):Pd.attributes[Fd],qd=jd.options.attrNameProcessors?gd(jd.options.attrNameProcessors,Fd):Fd,jd.options.mergeAttrs?jd.assignOrPush(Vd,qd,Ud):ld(Vd[Id],qd,Ud))}return Vd["#name"]=jd.options.tagNameProcessors?gd(jd.options.tagNameProcessors,Pd.name):Pd.name,jd.options.xmlns&&(Vd[jd.options.xmlnskey]={uri:Pd.uri,local:Pd.local}),Ld.push(Vd)}}(this),this.saxParser.onclosetag=function(jd){return function(){var Pd,Fd,Ud,Vd,qd,Wd,zd,Kd,Qd,hf;if(Wd=Ld.pop(),qd=Wd["#name"],(!jd.options.explicitChildren||!jd.options.preserveChildrenOrder)&&delete Wd["#name"],Wd.cdata===!0&&(Pd=Wd.cdata,delete Wd.cdata),Qd=Ld[Ld.length-1],Wd[Rd].match(/^\s*$/)&&!Pd?(Fd=Wd[Rd],delete Wd[Rd]):(jd.options.trim&&(Wd[Rd]=Wd[Rd].trim()),jd.options.normalize&&(Wd[Rd]=Wd[Rd].replace(/\s{2,}/g," ").trim()),Wd[Rd]=jd.options.valueProcessors?gd(jd.options.valueProcessors,Wd[Rd],qd):Wd[Rd],Object.keys(Wd).length===1&&Rd in Wd&&!jd.EXPLICIT_CHARKEY&&(Wd=Wd[Rd])),ud(Wd)&&(typeof jd.options.emptyTag=="function"?Wd=jd.options.emptyTag():Wd=jd.options.emptyTag!==""?jd.options.emptyTag:Fd),jd.options.validator!=null&&(hf="/"+function(){var gf,bf,kf;for(kf=[],gf=0,bf=Ld.length;gf<bf;gf++)Vd=Ld[gf],kf.push(Vd["#name"]);return kf}().concat(qd).join("/"),function(){var gf;try{return Wd=jd.options.validator(hf,Qd&&Qd[qd],Wd)}catch(bf){return gf=bf,jd.emit("error",gf)}}()),jd.options.explicitChildren&&!jd.options.mergeAttrs&&typeof Wd=="object"){if(!jd.options.preserveChildrenOrder)Vd={},jd.options.attrkey in Wd&&(Vd[jd.options.attrkey]=Wd[jd.options.attrkey],delete Wd[jd.options.attrkey]),!jd.options.charsAsChildren&&jd.options.charkey in Wd&&(Vd[jd.options.charkey]=Wd[jd.options.charkey],delete Wd[jd.options.charkey]),Object.getOwnPropertyNames(Wd).length>0&&(Vd[jd.options.childkey]=Wd),Wd=Vd;else if(Qd){Qd[jd.options.childkey]=Qd[jd.options.childkey]||[],zd={};for(Ud in Wd)Ad.call(Wd,Ud)&&ld(zd,Ud,Wd[Ud]);Qd[jd.options.childkey].push(zd),delete Wd["#name"],Object.keys(Wd).length===1&&Rd in Wd&&!jd.EXPLICIT_CHARKEY&&(Wd=Wd[Rd])}}return Ld.length>0?jd.assignOrPush(Qd,qd,Wd):(jd.options.explicitRoot&&(Kd=Wd,Wd={},ld(Wd,qd,Kd)),jd.resultObject=Wd,jd.saxParser.ended=!0,jd.emit("end",jd.resultObject))}}(this),Md=function(jd){return function(Pd){var Fd,Ud;if(Ud=Ld[Ld.length-1],Ud)return Ud[Rd]+=Pd,jd.options.explicitChildren&&jd.options.preserveChildrenOrder&&jd.options.charsAsChildren&&(jd.options.includeWhiteChars||Pd.replace(/\\n/g,"").trim()!=="")&&(Ud[jd.options.childkey]=Ud[jd.options.childkey]||[],Fd={"#name":"__text__"},Fd[Rd]=Pd,jd.options.normalize&&(Fd[Rd]=Fd[Rd].replace(/\s{2,}/g," ").trim()),Ud[jd.options.childkey].push(Fd)),Ud}}(this),this.saxParser.ontext=Md,this.saxParser.oncdata=function(jd){return function(Pd){var Fd;if(Fd=Md(Pd),Fd)return Fd.cdata=!0}}()},kd.prototype.parseString=function(Id,Rd){var Md;Rd!=null&&typeof Rd=="function"&&(this.on("end",function(Ld){return this.reset(),Rd(null,Ld)}),this.on("error",function(Ld){return this.reset(),Rd(Ld)}));try{return Id=Id.toString(),Id.trim()===""?(this.emit("end",null),!0):(Id=od.stripBOM(Id),this.options.async?(this.remaining=Id,Ed(this.processAsync),this.saxParser):this.saxParser.write(Id).close())}catch(Ld){if(Md=Ld,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw Md}else return this.emit("error",Md),this.saxParser.errThrown=!0}},kd.prototype.parseStringPromise=function(Id){return new Promise(function(Rd){return function(Md,Ld){return Rd.parseString(Id,function(jd,Pd){return jd?Ld(jd):Md(Pd)})}}(this))},kd}(cd),rd.parseString=function(Nd,kd,Id){var Rd,Md,Ld;return Id!=null?(typeof Id=="function"&&(Rd=Id),typeof kd=="object"&&(Md=kd)):(typeof kd=="function"&&(Rd=kd),Md={}),Ld=new rd.Parser(Md),Ld.parseString(Nd,Rd)},rd.parseStringPromise=function(Nd,kd){var Id,Rd;return typeof kd=="object"&&(Id=kd),Rd=new rd.Parser(Id),Rd.parseStringPromise(Nd)}}).call(this)},{"./bom":493,"./defaults":495,"./processors":497,events:388,sax:467,timers:486}],497:[function(ed,td,rd){(function(){var od;od=new RegExp(/(?!xmlns)^.*:/),rd.normalize=function(sd){return sd.toLowerCase()},rd.firstCharLowerCase=function(sd){return sd.charAt(0).toLowerCase()+sd.slice(1)},rd.stripPrefix=function(sd){return sd.replace(od,"")},rd.parseNumbers=function(sd){return isNaN(sd)||(sd=sd%1===0?parseInt(sd,10):parseFloat(sd)),sd},rd.parseBooleans=function(sd){return/^(?:true|false)$/i.test(sd)&&(sd=sd.toLowerCase()==="true"),sd}}).call(this)},{}],498:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud=function(_d,yd){for(var Ed in yd)gd.call(yd,Ed)&&(_d[Ed]=yd[Ed]);function Td(){this.constructor=_d}return Td.prototype=yd.prototype,_d.prototype=new Td,_d.__super__=yd.prototype,_d},gd={}.hasOwnProperty;sd=ed("./defaults"),od=ed("./builder"),ld=ed("./parser"),cd=ed("./processors"),rd.defaults=sd.defaults,rd.processors=cd,rd.ValidationError=function(_d){ud(yd,_d);function yd(Ed){this.message=Ed}return yd}(Error),rd.Builder=od.Builder,rd.Parser=ld.Parser,rd.parseString=ld.parseString,rd.parseStringPromise=ld.parseStringPromise}).call(this)},{"./builder":494,"./defaults":495,"./parser":496,"./processors":497}],499:[function(ed,td,rd){(function(){td.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},{}],500:[function(ed,td,rd){(function(){td.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(this)},{}],501:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd,_d,yd=[].slice,Ed={}.hasOwnProperty;od=function(){var Td,Od,Ad,Nd,kd,Id;if(Id=arguments[0],kd=2<=arguments.length?yd.call(arguments,1):[],ud(Object.assign))Object.assign.apply(null,arguments);else for(Td=0,Ad=kd.length;Td<Ad;Td++)if(Nd=kd[Td],Nd!=null)for(Od in Nd)Ed.call(Nd,Od)&&(Id[Od]=Nd[Od]);return Id},ud=function(Td){return!!Td&&Object.prototype.toString.call(Td)==="[object Function]"},gd=function(Td){var Od;return!!Td&&((Od=typeof Td)=="function"||Od==="object")},ld=function(Td){return ud(Array.isArray)?Array.isArray(Td):Object.prototype.toString.call(Td)==="[object Array]"},cd=function(Td){var Od;if(ld(Td))return!Td.length;for(Od in Td)if(Ed.call(Td,Od))return!1;return!0},_d=function(Td){var Od,Ad;return gd(Td)&&(Ad=Object.getPrototypeOf(Td))&&(Od=Ad.constructor)&&typeof Od=="function"&&Od instanceof Od&&Function.prototype.toString.call(Od)===Function.prototype.toString.call(Object)},sd=function(Td){return ud(Td.valueOf)?Td.valueOf():Td},td.exports.assign=od,td.exports.isFunction=ud,td.exports.isObject=gd,td.exports.isArray=ld,td.exports.isEmpty=cd,td.exports.isPlainObject=_d,td.exports.getValue=sd}).call(this)},{}],502:[function(ed,td,rd){(function(){td.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}).call(this)},{}],503:[function(ed,td,rd){(function(){var od;od=ed("./NodeType"),ed("./XMLNode"),td.exports=function(){function sd(ld,cd,ud){if(this.parent=ld,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),cd==null)throw new Error("Missing attribute name. "+this.debugInfo(cd));this.name=this.stringify.name(cd),this.value=this.stringify.attValue(ud),this.type=od.Attribute,this.isId=!1,this.schemaTypeInfo=null}return Object.defineProperty(sd.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(sd.prototype,"ownerElement",{get:function(){return this.parent}}),Object.defineProperty(sd.prototype,"textContent",{get:function(){return this.value},set:function(ld){return this.value=ld||""}}),Object.defineProperty(sd.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(sd.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(sd.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(sd.prototype,"specified",{get:function(){return!0}}),sd.prototype.clone=function(){return Object.create(this)},sd.prototype.toString=function(ld){return this.options.writer.attribute(this,this.options.writer.filterOptions(ld))},sd.prototype.debugInfo=function(ld){return ld=ld||this.name,ld==null?"parent: <"+this.parent.name+">":"attribute: {"+ld+"}, parent: <"+this.parent.name+">"},sd.prototype.isEqualNode=function(ld){return!(ld.namespaceURI!==this.namespaceURI||ld.prefix!==this.prefix||ld.localName!==this.localName||ld.value!==this.value)},sd}()}).call(this)},{"./NodeType":500,"./XMLNode":522}],504:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;od=ed("./NodeType"),sd=ed("./XMLCharacterData"),td.exports=function(ud){ld(gd,ud);function gd(_d,yd){if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=od.CData,this.value=this.stringify.cdata(yd)}return gd.prototype.clone=function(){return Object.create(this)},gd.prototype.toString=function(_d){return this.options.writer.cdata(this,this.options.writer.filterOptions(_d))},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],505:[function(ed,td,rd){(function(){var od,sd=function(cd,ud){for(var gd in ud)ld.call(ud,gd)&&(cd[gd]=ud[gd]);function _d(){this.constructor=cd}return _d.prototype=ud.prototype,cd.prototype=new _d,cd.__super__=ud.prototype,cd},ld={}.hasOwnProperty;od=ed("./XMLNode"),td.exports=function(cd){sd(ud,cd);function ud(gd){ud.__super__.constructor.call(this,gd),this.value=""}return Object.defineProperty(ud.prototype,"data",{get:function(){return this.value},set:function(gd){return this.value=gd||""}}),Object.defineProperty(ud.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(ud.prototype,"textContent",{get:function(){return this.value},set:function(gd){return this.value=gd||""}}),ud.prototype.clone=function(){return Object.create(this)},ud.prototype.substringData=function(gd,_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.appendData=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.insertData=function(gd,_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.deleteData=function(gd,_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.replaceData=function(gd,_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.isEqualNode=function(gd){return!(!ud.__super__.isEqualNode.apply(this,arguments).isEqualNode(gd)||gd.data!==this.data)},ud}(od)}).call(this)},{"./XMLNode":522}],506:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;od=ed("./NodeType"),sd=ed("./XMLCharacterData"),td.exports=function(ud){ld(gd,ud);function gd(_d,yd){if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=od.Comment,this.value=this.stringify.comment(yd)}return gd.prototype.clone=function(){return Object.create(this)},gd.prototype.toString=function(_d){return this.options.writer.comment(this,this.options.writer.filterOptions(_d))},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],507:[function(ed,td,rd){(function(){var od,sd;od=ed("./XMLDOMErrorHandler"),sd=ed("./XMLDOMStringList"),td.exports=function(){function ld(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new od,infoset:!0,"validate-if-schema":!1,namespaces:!0,"namespace-declarations":!0,"normalize-characters":!1,"schema-location":"","schema-type":"","split-cdata-sections":!0,validate:!1,"well-formed":!0},this.params=Object.create(this.defaultParams)}return Object.defineProperty(ld.prototype,"parameterNames",{get:function(){return new sd(Object.keys(this.defaultParams))}}),ld.prototype.getParameter=function(cd){return this.params.hasOwnProperty(cd)?this.params[cd]:null},ld.prototype.canSetParameter=function(cd,ud){return!0},ld.prototype.setParameter=function(cd,ud){return ud!=null?this.params[cd]=ud:delete this.params[cd]},ld}()}).call(this)},{"./XMLDOMErrorHandler":508,"./XMLDOMStringList":510}],508:[function(ed,td,rd){(function(){td.exports=function(){function od(){}return od.prototype.handleError=function(sd){throw new Error(sd)},od}()}).call(this)},{}],509:[function(ed,td,rd){(function(){td.exports=function(){function od(){}return od.prototype.hasFeature=function(sd,ld){return!0},od.prototype.createDocumentType=function(sd,ld,cd){throw new Error("This DOM method is not implemented.")},od.prototype.createDocument=function(sd,ld,cd){throw new Error("This DOM method is not implemented.")},od.prototype.createHTMLDocument=function(sd){throw new Error("This DOM method is not implemented.")},od.prototype.getFeature=function(sd,ld){throw new Error("This DOM method is not implemented.")},od}()}).call(this)},{}],510:[function(ed,td,rd){(function(){td.exports=function(){function od(sd){this.arr=sd||[]}return Object.defineProperty(od.prototype,"length",{get:function(){return this.arr.length}}),od.prototype.item=function(sd){return this.arr[sd]||null},od.prototype.contains=function(sd){return this.arr.indexOf(sd)!==-1},od}()}).call(this)},{}],511:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;sd=ed("./XMLNode"),od=ed("./NodeType"),td.exports=function(ud){ld(gd,ud);function gd(_d,yd,Ed,Td,Od,Ad){if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(Ed==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(yd));if(!Td)throw new Error("Missing DTD attribute type. "+this.debugInfo(yd));if(!Od)throw new Error("Missing DTD attribute default. "+this.debugInfo(yd));if(Od.indexOf("#")!==0&&(Od="#"+Od),!Od.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(yd));if(Ad&&!Od.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(yd));this.elementName=this.stringify.name(yd),this.type=od.AttributeDeclaration,this.attributeName=this.stringify.name(Ed),this.attributeType=this.stringify.dtdAttType(Td),Ad&&(this.defaultValue=this.stringify.dtdAttDefault(Ad)),this.defaultValueType=Od}return gd.prototype.toString=function(_d){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(_d))},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLNode":522}],512:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;sd=ed("./XMLNode"),od=ed("./NodeType"),td.exports=function(ud){ld(gd,ud);function gd(_d,yd,Ed){if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing DTD element name. "+this.debugInfo());Ed||(Ed="(#PCDATA)"),Array.isArray(Ed)&&(Ed="("+Ed.join(",")+")"),this.name=this.stringify.name(yd),this.type=od.ElementDeclaration,this.value=this.stringify.dtdElementValue(Ed)}return gd.prototype.toString=function(_d){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(_d))},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLNode":522}],513:[function(ed,td,rd){(function(){var od,sd,ld,cd=function(gd,_d){for(var yd in _d)ud.call(_d,yd)&&(gd[yd]=_d[yd]);function Ed(){this.constructor=gd}return Ed.prototype=_d.prototype,gd.prototype=new Ed,gd.__super__=_d.prototype,gd},ud={}.hasOwnProperty;ld=ed("./Utility").isObject,sd=ed("./XMLNode"),od=ed("./NodeType"),td.exports=function(gd){cd(_d,gd);function _d(yd,Ed,Td,Od){if(_d.__super__.constructor.call(this,yd),Td==null)throw new Error("Missing DTD entity name. "+this.debugInfo(Td));if(Od==null)throw new Error("Missing DTD entity value. "+this.debugInfo(Td));if(this.pe=!!Ed,this.name=this.stringify.name(Td),this.type=od.EntityDeclaration,!ld(Od))this.value=this.stringify.dtdEntityValue(Od),this.internal=!0;else{if(!Od.pubID&&!Od.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(Td));if(Od.pubID&&!Od.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(Td));if(this.internal=!1,Od.pubID!=null&&(this.pubID=this.stringify.dtdPubID(Od.pubID)),Od.sysID!=null&&(this.sysID=this.stringify.dtdSysID(Od.sysID)),Od.nData!=null&&(this.nData=this.stringify.dtdNData(Od.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(Td))}}return Object.defineProperty(_d.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(_d.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(_d.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(_d.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(_d.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(_d.prototype,"xmlVersion",{get:function(){return null}}),_d.prototype.toString=function(yd){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(yd))},_d}(sd)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLNode":522}],514:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;sd=ed("./XMLNode"),od=ed("./NodeType"),td.exports=function(ud){ld(gd,ud);function gd(_d,yd,Ed){if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing DTD notation name. "+this.debugInfo(yd));if(!Ed.pubID&&!Ed.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(yd));this.name=this.stringify.name(yd),this.type=od.NotationDeclaration,Ed.pubID!=null&&(this.pubID=this.stringify.dtdPubID(Ed.pubID)),Ed.sysID!=null&&(this.sysID=this.stringify.dtdSysID(Ed.sysID))}return Object.defineProperty(gd.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(gd.prototype,"systemId",{get:function(){return this.sysID}}),gd.prototype.toString=function(_d){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(_d))},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLNode":522}],515:[function(ed,td,rd){(function(){var od,sd,ld,cd=function(gd,_d){for(var yd in _d)ud.call(_d,yd)&&(gd[yd]=_d[yd]);function Ed(){this.constructor=gd}return Ed.prototype=_d.prototype,gd.prototype=new Ed,gd.__super__=_d.prototype,gd},ud={}.hasOwnProperty;ld=ed("./Utility").isObject,sd=ed("./XMLNode"),od=ed("./NodeType"),td.exports=function(gd){cd(_d,gd);function _d(yd,Ed,Td,Od){var Ad;_d.__super__.constructor.call(this,yd),ld(Ed)&&(Ad=Ed,Ed=Ad.version,Td=Ad.encoding,Od=Ad.standalone),Ed||(Ed="1.0"),this.type=od.Declaration,this.version=this.stringify.xmlVersion(Ed),Td!=null&&(this.encoding=this.stringify.xmlEncoding(Td)),Od!=null&&(this.standalone=this.stringify.xmlStandalone(Od))}return _d.prototype.toString=function(yd){return this.options.writer.declaration(this,this.options.writer.filterOptions(yd))},_d}(sd)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLNode":522}],516:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd,_d,yd,Ed=function(Od,Ad){for(var Nd in Ad)Td.call(Ad,Nd)&&(Od[Nd]=Ad[Nd]);function kd(){this.constructor=Od}return kd.prototype=Ad.prototype,Od.prototype=new kd,Od.__super__=Ad.prototype,Od},Td={}.hasOwnProperty;yd=ed("./Utility").isObject,_d=ed("./XMLNode"),od=ed("./NodeType"),sd=ed("./XMLDTDAttList"),cd=ed("./XMLDTDEntity"),ld=ed("./XMLDTDElement"),ud=ed("./XMLDTDNotation"),gd=ed("./XMLNamedNodeMap"),td.exports=function(Od){Ed(Ad,Od);function Ad(Nd,kd,Id){var Rd,Md,Ld,jd,Pd,Fd;if(Ad.__super__.constructor.call(this,Nd),this.type=od.DocType,Nd.children){for(jd=Nd.children,Md=0,Ld=jd.length;Md<Ld;Md++)if(Rd=jd[Md],Rd.type===od.Element){this.name=Rd.name;break}}this.documentObject=Nd,yd(kd)&&(Pd=kd,kd=Pd.pubID,Id=Pd.sysID),Id==null&&(Fd=[kd,Id],Id=Fd[0],kd=Fd[1]),kd!=null&&(this.pubID=this.stringify.dtdPubID(kd)),Id!=null&&(this.sysID=this.stringify.dtdSysID(Id))}return Object.defineProperty(Ad.prototype,"entities",{get:function(){var Nd,kd,Id,Rd,Md;for(Rd={},Md=this.children,kd=0,Id=Md.length;kd<Id;kd++)Nd=Md[kd],Nd.type===od.EntityDeclaration&&!Nd.pe&&(Rd[Nd.name]=Nd);return new gd(Rd)}}),Object.defineProperty(Ad.prototype,"notations",{get:function(){var Nd,kd,Id,Rd,Md;for(Rd={},Md=this.children,kd=0,Id=Md.length;kd<Id;kd++)Nd=Md[kd],Nd.type===od.NotationDeclaration&&(Rd[Nd.name]=Nd);return new gd(Rd)}}),Object.defineProperty(Ad.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(Ad.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(Ad.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Ad.prototype.element=function(Nd,kd){var Id;return Id=new ld(this,Nd,kd),this.children.push(Id),this},Ad.prototype.attList=function(Nd,kd,Id,Rd,Md){var Ld;return Ld=new sd(this,Nd,kd,Id,Rd,Md),this.children.push(Ld),this},Ad.prototype.entity=function(Nd,kd){var Id;return Id=new cd(this,!1,Nd,kd),this.children.push(Id),this},Ad.prototype.pEntity=function(Nd,kd){var Id;return Id=new cd(this,!0,Nd,kd),this.children.push(Id),this},Ad.prototype.notation=function(Nd,kd){var Id;return Id=new ud(this,Nd,kd),this.children.push(Id),this},Ad.prototype.toString=function(Nd){return this.options.writer.docType(this,this.options.writer.filterOptions(Nd))},Ad.prototype.ele=function(Nd,kd){return this.element(Nd,kd)},Ad.prototype.att=function(Nd,kd,Id,Rd,Md){return this.attList(Nd,kd,Id,Rd,Md)},Ad.prototype.ent=function(Nd,kd){return this.entity(Nd,kd)},Ad.prototype.pent=function(Nd,kd){return this.pEntity(Nd,kd)},Ad.prototype.not=function(Nd,kd){return this.notation(Nd,kd)},Ad.prototype.up=function(){return this.root()||this.documentObject},Ad.prototype.isEqualNode=function(Nd){return!(!Ad.__super__.isEqualNode.apply(this,arguments).isEqualNode(Nd)||Nd.name!==this.name||Nd.publicId!==this.publicId||Nd.systemId!==this.systemId)},Ad}(_d)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLDTDAttList":511,"./XMLDTDElement":512,"./XMLDTDEntity":513,"./XMLDTDNotation":514,"./XMLNamedNodeMap":521,"./XMLNode":522}],517:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd,_d,yd=function(Td,Od){for(var Ad in Od)Ed.call(Od,Ad)&&(Td[Ad]=Od[Ad]);function Nd(){this.constructor=Td}return Nd.prototype=Od.prototype,Td.prototype=new Nd,Td.__super__=Od.prototype,Td},Ed={}.hasOwnProperty;_d=ed("./Utility").isPlainObject,ld=ed("./XMLDOMImplementation"),sd=ed("./XMLDOMConfiguration"),cd=ed("./XMLNode"),od=ed("./NodeType"),gd=ed("./XMLStringifier"),ud=ed("./XMLStringWriter"),td.exports=function(Td){yd(Od,Td);function Od(Ad){Od.__super__.constructor.call(this,null),this.name="#document",this.type=od.Document,this.documentURI=null,this.domConfig=new sd,Ad||(Ad={}),Ad.writer||(Ad.writer=new ud),this.options=Ad,this.stringify=new gd(Ad)}return Object.defineProperty(Od.prototype,"implementation",{value:new ld}),Object.defineProperty(Od.prototype,"doctype",{get:function(){var Ad,Nd,kd,Id;for(Id=this.children,Nd=0,kd=Id.length;Nd<kd;Nd++)if(Ad=Id[Nd],Ad.type===od.DocType)return Ad;return null}}),Object.defineProperty(Od.prototype,"documentElement",{get:function(){return this.rootObject||null}}),Object.defineProperty(Od.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(Od.prototype,"strictErrorChecking",{get:function(){return!1}}),Object.defineProperty(Od.prototype,"xmlEncoding",{get:function(){return this.children.length!==0&&this.children[0].type===od.Declaration?this.children[0].encoding:null}}),Object.defineProperty(Od.prototype,"xmlStandalone",{get:function(){return this.children.length!==0&&this.children[0].type===od.Declaration?this.children[0].standalone==="yes":!1}}),Object.defineProperty(Od.prototype,"xmlVersion",{get:function(){return this.children.length!==0&&this.children[0].type===od.Declaration?this.children[0].version:"1.0"}}),Object.defineProperty(Od.prototype,"URL",{get:function(){return this.documentURI}}),Object.defineProperty(Od.prototype,"origin",{get:function(){return null}}),Object.defineProperty(Od.prototype,"compatMode",{get:function(){return null}}),Object.defineProperty(Od.prototype,"characterSet",{get:function(){return null}}),Object.defineProperty(Od.prototype,"contentType",{get:function(){return null}}),Od.prototype.end=function(Ad){var Nd;return Nd={},Ad?_d(Ad)&&(Nd=Ad,Ad=this.options.writer):Ad=this.options.writer,Ad.document(this,Ad.filterOptions(Nd))},Od.prototype.toString=function(Ad){return this.options.writer.document(this,this.options.writer.filterOptions(Ad))},Od.prototype.createElement=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createDocumentFragment=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createTextNode=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createComment=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createCDATASection=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createProcessingInstruction=function(Ad,Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createAttribute=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createEntityReference=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.getElementsByTagName=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.importNode=function(Ad,Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createElementNS=function(Ad,Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createAttributeNS=function(Ad,Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.getElementsByTagNameNS=function(Ad,Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.getElementById=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.adoptNode=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.normalizeDocument=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.renameNode=function(Ad,Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.getElementsByClassName=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createEvent=function(Ad){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createRange=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createNodeIterator=function(Ad,Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od.prototype.createTreeWalker=function(Ad,Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Od}(cd)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLDOMConfiguration":507,"./XMLDOMImplementation":509,"./XMLNode":522,"./XMLStringWriter":527,"./XMLStringifier":528}],518:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd,_d,yd,Ed,Td,Od,Ad,Nd,kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd,qd={}.hasOwnProperty;Vd=ed("./Utility"),Fd=Vd.isObject,Pd=Vd.isFunction,Ud=Vd.isPlainObject,jd=Vd.getValue,od=ed("./NodeType"),Ad=ed("./XMLDocument"),Nd=ed("./XMLElement"),cd=ed("./XMLCData"),ud=ed("./XMLComment"),Id=ed("./XMLRaw"),Ld=ed("./XMLText"),kd=ed("./XMLProcessingInstruction"),Td=ed("./XMLDeclaration"),Od=ed("./XMLDocType"),gd=ed("./XMLDTDAttList"),yd=ed("./XMLDTDEntity"),_d=ed("./XMLDTDElement"),Ed=ed("./XMLDTDNotation"),ld=ed("./XMLAttribute"),Md=ed("./XMLStringifier"),Rd=ed("./XMLStringWriter"),sd=ed("./WriterState"),td.exports=function(){function Wd(zd,Kd,Qd){var hf;this.name="?xml",this.type=od.Document,zd||(zd={}),hf={},zd.writer?Ud(zd.writer)&&(hf=zd.writer,zd.writer=new Rd):zd.writer=new Rd,this.options=zd,this.writer=zd.writer,this.writerOptions=this.writer.filterOptions(hf),this.stringify=new Md(zd),this.onDataCallback=Kd||function(){},this.onEndCallback=Qd||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return Wd.prototype.createChildNode=function(zd){var Kd,Qd,hf,gf,bf,kf,Cf,Ef;switch(zd.type){case od.CData:this.cdata(zd.value);break;case od.Comment:this.comment(zd.value);break;case od.Element:hf={},Cf=zd.attribs;for(Qd in Cf)qd.call(Cf,Qd)&&(Kd=Cf[Qd],hf[Qd]=Kd.value);this.node(zd.name,hf);break;case od.Dummy:this.dummy();break;case od.Raw:this.raw(zd.value);break;case od.Text:this.text(zd.value);break;case od.ProcessingInstruction:this.instruction(zd.target,zd.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+zd.constructor.name)}for(Ef=zd.children,bf=0,kf=Ef.length;bf<kf;bf++)gf=Ef[bf],this.createChildNode(gf),gf.type===od.Element&&this.up();return this},Wd.prototype.dummy=function(){return this},Wd.prototype.node=function(zd,Kd,Qd){var hf;if(zd==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(zd));return this.openCurrent(),zd=jd(zd),Kd==null&&(Kd={}),Kd=jd(Kd),Fd(Kd)||(hf=[Kd,Qd],Qd=hf[0],Kd=hf[1]),this.currentNode=new Nd(this,zd,Kd),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,Qd!=null&&this.text(Qd),this},Wd.prototype.element=function(zd,Kd,Qd){var hf,gf,bf,kf,Cf,Ef;if(this.currentNode&&this.currentNode.type===od.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(zd)||Fd(zd)||Pd(zd))for(kf=this.options.noValidation,this.options.noValidation=!0,Ef=new Ad(this.options).element("TEMP_ROOT"),Ef.element(zd),this.options.noValidation=kf,Cf=Ef.children,gf=0,bf=Cf.length;gf<bf;gf++)hf=Cf[gf],this.createChildNode(hf),hf.type===od.Element&&this.up();else this.node(zd,Kd,Qd);return this},Wd.prototype.attribute=function(zd,Kd){var Qd,hf;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(zd));if(zd!=null&&(zd=jd(zd)),Fd(zd))for(Qd in zd)qd.call(zd,Qd)&&(hf=zd[Qd],this.attribute(Qd,hf));else Pd(Kd)&&(Kd=Kd.apply()),this.options.keepNullAttributes&&Kd==null?this.currentNode.attribs[zd]=new ld(this,zd,""):Kd!=null&&(this.currentNode.attribs[zd]=new ld(this,zd,Kd));return this},Wd.prototype.text=function(zd){var Kd;return this.openCurrent(),Kd=new Ld(this,zd),this.onData(this.writer.text(Kd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.cdata=function(zd){var Kd;return this.openCurrent(),Kd=new cd(this,zd),this.onData(this.writer.cdata(Kd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.comment=function(zd){var Kd;return this.openCurrent(),Kd=new ud(this,zd),this.onData(this.writer.comment(Kd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.raw=function(zd){var Kd;return this.openCurrent(),Kd=new Id(this,zd),this.onData(this.writer.raw(Kd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.instruction=function(zd,Kd){var Qd,hf,gf,bf,kf;if(this.openCurrent(),zd!=null&&(zd=jd(zd)),Kd!=null&&(Kd=jd(Kd)),Array.isArray(zd))for(Qd=0,bf=zd.length;Qd<bf;Qd++)hf=zd[Qd],this.instruction(hf);else if(Fd(zd))for(hf in zd)qd.call(zd,hf)&&(gf=zd[hf],this.instruction(hf,gf));else Pd(Kd)&&(Kd=Kd.apply()),kf=new kd(this,zd,Kd),this.onData(this.writer.processingInstruction(kf,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},Wd.prototype.declaration=function(zd,Kd,Qd){var hf;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return hf=new Td(this,zd,Kd,Qd),this.onData(this.writer.declaration(hf,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.doctype=function(zd,Kd,Qd){if(this.openCurrent(),zd==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new Od(this,Kd,Qd),this.currentNode.rootNodeName=zd,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},Wd.prototype.dtdElement=function(zd,Kd){var Qd;return this.openCurrent(),Qd=new _d(this,zd,Kd),this.onData(this.writer.dtdElement(Qd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.attList=function(zd,Kd,Qd,hf,gf){var bf;return this.openCurrent(),bf=new gd(this,zd,Kd,Qd,hf,gf),this.onData(this.writer.dtdAttList(bf,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.entity=function(zd,Kd){var Qd;return this.openCurrent(),Qd=new yd(this,!1,zd,Kd),this.onData(this.writer.dtdEntity(Qd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.pEntity=function(zd,Kd){var Qd;return this.openCurrent(),Qd=new yd(this,!0,zd,Kd),this.onData(this.writer.dtdEntity(Qd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.notation=function(zd,Kd){var Qd;return this.openCurrent(),Qd=new Ed(this,zd,Kd),this.onData(this.writer.dtdNotation(Qd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Wd.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},Wd.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},Wd.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},Wd.prototype.openNode=function(zd){var Kd,Qd,hf,gf;if(!zd.isOpen){if(!this.root&&this.currentLevel===0&&zd.type===od.Element&&(this.root=zd),Qd="",zd.type===od.Element){this.writerOptions.state=sd.OpenTag,Qd=this.writer.indent(zd,this.writerOptions,this.currentLevel)+"<"+zd.name,gf=zd.attribs;for(hf in gf)qd.call(gf,hf)&&(Kd=gf[hf],Qd+=this.writer.attribute(Kd,this.writerOptions,this.currentLevel));Qd+=(zd.children?">":"/>")+this.writer.endline(zd,this.writerOptions,this.currentLevel),this.writerOptions.state=sd.InsideTag}else this.writerOptions.state=sd.OpenTag,Qd=this.writer.indent(zd,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+zd.rootNodeName,zd.pubID&&zd.sysID?Qd+=' PUBLIC "'+zd.pubID+'" "'+zd.sysID+'"':zd.sysID&&(Qd+=' SYSTEM "'+zd.sysID+'"'),zd.children?(Qd+=" [",this.writerOptions.state=sd.InsideTag):(this.writerOptions.state=sd.CloseTag,Qd+=">"),Qd+=this.writer.endline(zd,this.writerOptions,this.currentLevel);return this.onData(Qd,this.currentLevel),zd.isOpen=!0}},Wd.prototype.closeNode=function(zd){var Kd;if(!zd.isClosed)return Kd="",this.writerOptions.state=sd.CloseTag,zd.type===od.Element?Kd=this.writer.indent(zd,this.writerOptions,this.currentLevel)+"</"+zd.name+">"+this.writer.endline(zd,this.writerOptions,this.currentLevel):Kd=this.writer.indent(zd,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(zd,this.writerOptions,this.currentLevel),this.writerOptions.state=sd.None,this.onData(Kd,this.currentLevel),zd.isClosed=!0},Wd.prototype.onData=function(zd,Kd){return this.documentStarted=!0,this.onDataCallback(zd,Kd+1)},Wd.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},Wd.prototype.debugInfo=function(zd){return zd==null?"":"node: <"+zd+">"},Wd.prototype.ele=function(){return this.element.apply(this,arguments)},Wd.prototype.nod=function(zd,Kd,Qd){return this.node(zd,Kd,Qd)},Wd.prototype.txt=function(zd){return this.text(zd)},Wd.prototype.dat=function(zd){return this.cdata(zd)},Wd.prototype.com=function(zd){return this.comment(zd)},Wd.prototype.ins=function(zd,Kd){return this.instruction(zd,Kd)},Wd.prototype.dec=function(zd,Kd,Qd){return this.declaration(zd,Kd,Qd)},Wd.prototype.dtd=function(zd,Kd,Qd){return this.doctype(zd,Kd,Qd)},Wd.prototype.e=function(zd,Kd,Qd){return this.element(zd,Kd,Qd)},Wd.prototype.n=function(zd,Kd,Qd){return this.node(zd,Kd,Qd)},Wd.prototype.t=function(zd){return this.text(zd)},Wd.prototype.d=function(zd){return this.cdata(zd)},Wd.prototype.c=function(zd){return this.comment(zd)},Wd.prototype.r=function(zd){return this.raw(zd)},Wd.prototype.i=function(zd,Kd){return this.instruction(zd,Kd)},Wd.prototype.att=function(){return this.currentNode&&this.currentNode.type===od.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Wd.prototype.a=function(){return this.currentNode&&this.currentNode.type===od.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Wd.prototype.ent=function(zd,Kd){return this.entity(zd,Kd)},Wd.prototype.pent=function(zd,Kd){return this.pEntity(zd,Kd)},Wd.prototype.not=function(zd,Kd){return this.notation(zd,Kd)},Wd}()}).call(this)},{"./NodeType":500,"./Utility":501,"./WriterState":502,"./XMLAttribute":503,"./XMLCData":504,"./XMLComment":506,"./XMLDTDAttList":511,"./XMLDTDElement":512,"./XMLDTDEntity":513,"./XMLDTDNotation":514,"./XMLDeclaration":515,"./XMLDocType":516,"./XMLDocument":517,"./XMLElement":520,"./XMLProcessingInstruction":524,"./XMLRaw":525,"./XMLStringWriter":527,"./XMLStringifier":528,"./XMLText":529}],519:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;sd=ed("./XMLNode"),od=ed("./NodeType"),td.exports=function(ud){ld(gd,ud);function gd(_d){gd.__super__.constructor.call(this,_d),this.type=od.Dummy}return gd.prototype.clone=function(){return Object.create(this)},gd.prototype.toString=function(_d){return""},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLNode":522}],520:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd,_d,yd,Ed=function(Od,Ad){for(var Nd in Ad)Td.call(Ad,Nd)&&(Od[Nd]=Ad[Nd]);function kd(){this.constructor=Od}return kd.prototype=Ad.prototype,Od.prototype=new kd,Od.__super__=Ad.prototype,Od},Td={}.hasOwnProperty;yd=ed("./Utility"),_d=yd.isObject,gd=yd.isFunction,ud=yd.getValue,cd=ed("./XMLNode"),od=ed("./NodeType"),sd=ed("./XMLAttribute"),ld=ed("./XMLNamedNodeMap"),td.exports=function(Od){Ed(Ad,Od);function Ad(Nd,kd,Id){var Rd,Md,Ld,jd;if(Ad.__super__.constructor.call(this,Nd),kd==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(kd),this.type=od.Element,this.attribs={},this.schemaTypeInfo=null,Id!=null&&this.attribute(Id),Nd.type===od.Document&&(this.isRoot=!0,this.documentObject=Nd,Nd.rootObject=this,Nd.children)){for(jd=Nd.children,Md=0,Ld=jd.length;Md<Ld;Md++)if(Rd=jd[Md],Rd.type===od.DocType){Rd.name=this.name;break}}}return Object.defineProperty(Ad.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(Ad.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(Ad.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(Ad.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(Ad.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(Ad.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(Ad.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(Ad.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new ld(this.attribs)),this.attributeMap}}),Ad.prototype.clone=function(){var Nd,kd,Id,Rd;Id=Object.create(this),Id.isRoot&&(Id.documentObject=null),Id.attribs={},Rd=this.attribs;for(kd in Rd)Td.call(Rd,kd)&&(Nd=Rd[kd],Id.attribs[kd]=Nd.clone());return Id.children=[],this.children.forEach(function(Md){var Ld;return Ld=Md.clone(),Ld.parent=Id,Id.children.push(Ld)}),Id},Ad.prototype.attribute=function(Nd,kd){var Id,Rd;if(Nd!=null&&(Nd=ud(Nd)),_d(Nd))for(Id in Nd)Td.call(Nd,Id)&&(Rd=Nd[Id],this.attribute(Id,Rd));else gd(kd)&&(kd=kd.apply()),this.options.keepNullAttributes&&kd==null?this.attribs[Nd]=new sd(this,Nd,""):kd!=null&&(this.attribs[Nd]=new sd(this,Nd,kd));return this},Ad.prototype.removeAttribute=function(Nd){var kd,Id,Rd;if(Nd==null)throw new Error("Missing attribute name. "+this.debugInfo());if(Nd=ud(Nd),Array.isArray(Nd))for(Id=0,Rd=Nd.length;Id<Rd;Id++)kd=Nd[Id],delete this.attribs[kd];else delete this.attribs[Nd];return this},Ad.prototype.toString=function(Nd){return this.options.writer.element(this,this.options.writer.filterOptions(Nd))},Ad.prototype.att=function(Nd,kd){return this.attribute(Nd,kd)},Ad.prototype.a=function(Nd,kd){return this.attribute(Nd,kd)},Ad.prototype.getAttribute=function(Nd){return this.attribs.hasOwnProperty(Nd)?this.attribs[Nd].value:null},Ad.prototype.setAttribute=function(Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.getAttributeNode=function(Nd){return this.attribs.hasOwnProperty(Nd)?this.attribs[Nd]:null},Ad.prototype.setAttributeNode=function(Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.removeAttributeNode=function(Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.getElementsByTagName=function(Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.getAttributeNS=function(Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.setAttributeNS=function(Nd,kd,Id){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.removeAttributeNS=function(Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.getAttributeNodeNS=function(Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.setAttributeNodeNS=function(Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.getElementsByTagNameNS=function(Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.hasAttribute=function(Nd){return this.attribs.hasOwnProperty(Nd)},Ad.prototype.hasAttributeNS=function(Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.setIdAttribute=function(Nd,kd){return this.attribs.hasOwnProperty(Nd)?this.attribs[Nd].isId:kd},Ad.prototype.setIdAttributeNS=function(Nd,kd,Id){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.setIdAttributeNode=function(Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.getElementsByTagName=function(Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.getElementsByTagNameNS=function(Nd,kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.getElementsByClassName=function(Nd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ad.prototype.isEqualNode=function(Nd){var kd,Id,Rd;if(!Ad.__super__.isEqualNode.apply(this,arguments).isEqualNode(Nd)||Nd.namespaceURI!==this.namespaceURI||Nd.prefix!==this.prefix||Nd.localName!==this.localName||Nd.attribs.length!==this.attribs.length)return!1;for(kd=Id=0,Rd=this.attribs.length-1;0<=Rd?Id<=Rd:Id>=Rd;kd=0<=Rd?++Id:--Id)if(!this.attribs[kd].isEqualNode(Nd.attribs[kd]))return!1;return!0},Ad}(cd)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLAttribute":503,"./XMLNamedNodeMap":521,"./XMLNode":522}],521:[function(ed,td,rd){(function(){td.exports=function(){function od(sd){this.nodes=sd}return Object.defineProperty(od.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),od.prototype.clone=function(){return this.nodes=null},od.prototype.getNamedItem=function(sd){return this.nodes[sd]},od.prototype.setNamedItem=function(sd){var ld;return ld=this.nodes[sd.nodeName],this.nodes[sd.nodeName]=sd,ld||null},od.prototype.removeNamedItem=function(sd){var ld;return ld=this.nodes[sd],delete this.nodes[sd],ld||null},od.prototype.item=function(sd){return this.nodes[Object.keys(this.nodes)[sd]]||null},od.prototype.getNamedItemNS=function(sd,ld){throw new Error("This DOM method is not implemented.")},od.prototype.setNamedItemNS=function(sd){throw new Error("This DOM method is not implemented.")},od.prototype.removeNamedItemNS=function(sd,ld){throw new Error("This DOM method is not implemented.")},od}()}).call(this)},{}],522:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd,_d,yd,Ed,Td,Od,Ad,Nd,kd,Id,Rd,Md,Ld={}.hasOwnProperty;Md=ed("./Utility"),Rd=Md.isObject,Id=Md.isFunction,kd=Md.isEmpty,Nd=Md.getValue,yd=null,ld=null,cd=null,ud=null,gd=null,Od=null,Ad=null,Td=null,_d=null,sd=null,Ed=null,od=null,td.exports=function(){function jd(Pd){this.parent=Pd,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,yd||(yd=ed("./XMLElement"),ld=ed("./XMLCData"),cd=ed("./XMLComment"),ud=ed("./XMLDeclaration"),gd=ed("./XMLDocType"),Od=ed("./XMLRaw"),Ad=ed("./XMLText"),Td=ed("./XMLProcessingInstruction"),_d=ed("./XMLDummy"),sd=ed("./NodeType"),Ed=ed("./XMLNodeList"),ed("./XMLNamedNodeMap"),od=ed("./DocumentPosition"))}return Object.defineProperty(jd.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(jd.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(jd.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(jd.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(jd.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new Ed(this.children)),this.childNodeList}}),Object.defineProperty(jd.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(jd.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(jd.prototype,"previousSibling",{get:function(){var Pd;return Pd=this.parent.children.indexOf(this),this.parent.children[Pd-1]||null}}),Object.defineProperty(jd.prototype,"nextSibling",{get:function(){var Pd;return Pd=this.parent.children.indexOf(this),this.parent.children[Pd+1]||null}}),Object.defineProperty(jd.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(jd.prototype,"textContent",{get:function(){var Pd,Fd,Ud,Vd,qd;if(this.nodeType===sd.Element||this.nodeType===sd.DocumentFragment){for(qd="",Vd=this.children,Fd=0,Ud=Vd.length;Fd<Ud;Fd++)Pd=Vd[Fd],Pd.textContent&&(qd+=Pd.textContent);return qd}else return null},set:function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),jd.prototype.setParent=function(Pd){var Fd,Ud,Vd,qd,Wd;for(this.parent=Pd,Pd&&(this.options=Pd.options,this.stringify=Pd.stringify),qd=this.children,Wd=[],Ud=0,Vd=qd.length;Ud<Vd;Ud++)Fd=qd[Ud],Wd.push(Fd.setParent(this));return Wd},jd.prototype.element=function(Pd,Fd,Ud){var Vd,qd,Wd,zd,Kd,Qd,hf,gf,bf,kf,Cf;if(Qd=null,Fd===null&&Ud==null&&(bf=[{},null],Fd=bf[0],Ud=bf[1]),Fd==null&&(Fd={}),Fd=Nd(Fd),Rd(Fd)||(kf=[Fd,Ud],Ud=kf[0],Fd=kf[1]),Pd!=null&&(Pd=Nd(Pd)),Array.isArray(Pd))for(Wd=0,hf=Pd.length;Wd<hf;Wd++)qd=Pd[Wd],Qd=this.element(qd);else if(Id(Pd))Qd=this.element(Pd.apply());else if(Rd(Pd)){for(Kd in Pd)if(Ld.call(Pd,Kd))if(Cf=Pd[Kd],Id(Cf)&&(Cf=Cf.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&Kd.indexOf(this.stringify.convertAttKey)===0)Qd=this.attribute(Kd.substr(this.stringify.convertAttKey.length),Cf);else if(!this.options.separateArrayItems&&Array.isArray(Cf)&&kd(Cf))Qd=this.dummy();else if(Rd(Cf)&&kd(Cf))Qd=this.element(Kd);else if(!this.options.keepNullNodes&&Cf==null)Qd=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(Cf))for(zd=0,gf=Cf.length;zd<gf;zd++)qd=Cf[zd],Vd={},Vd[Kd]=qd,Qd=this.element(Vd);else Rd(Cf)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&Kd.indexOf(this.stringify.convertTextKey)===0?Qd=this.element(Cf):(Qd=this.element(Kd),Qd.element(Cf)):Qd=this.element(Kd,Cf)}else!this.options.keepNullNodes&&Ud===null?Qd=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&Pd.indexOf(this.stringify.convertTextKey)===0?Qd=this.text(Ud):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&Pd.indexOf(this.stringify.convertCDataKey)===0?Qd=this.cdata(Ud):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&Pd.indexOf(this.stringify.convertCommentKey)===0?Qd=this.comment(Ud):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&Pd.indexOf(this.stringify.convertRawKey)===0?Qd=this.raw(Ud):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&Pd.indexOf(this.stringify.convertPIKey)===0?Qd=this.instruction(Pd.substr(this.stringify.convertPIKey.length),Ud):Qd=this.node(Pd,Fd,Ud);if(Qd==null)throw new Error("Could not create any elements with: "+Pd+". "+this.debugInfo());return Qd},jd.prototype.insertBefore=function(Pd,Fd,Ud){var Vd,qd,Wd,zd,Kd;if(Pd!=null&&Pd.type)return Wd=Pd,zd=Fd,Wd.setParent(this),zd?(qd=children.indexOf(zd),Kd=children.splice(qd),children.push(Wd),Array.prototype.push.apply(children,Kd)):children.push(Wd),Wd;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(Pd));return qd=this.parent.children.indexOf(this),Kd=this.parent.children.splice(qd),Vd=this.parent.element(Pd,Fd,Ud),Array.prototype.push.apply(this.parent.children,Kd),Vd},jd.prototype.insertAfter=function(Pd,Fd,Ud){var Vd,qd,Wd;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(Pd));return qd=this.parent.children.indexOf(this),Wd=this.parent.children.splice(qd+1),Vd=this.parent.element(Pd,Fd,Ud),Array.prototype.push.apply(this.parent.children,Wd),Vd},jd.prototype.remove=function(){var Pd;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return Pd=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[Pd,Pd-Pd+1].concat([])),this.parent},jd.prototype.node=function(Pd,Fd,Ud){var Vd,qd;return Pd!=null&&(Pd=Nd(Pd)),Fd||(Fd={}),Fd=Nd(Fd),Rd(Fd)||(qd=[Fd,Ud],Ud=qd[0],Fd=qd[1]),Vd=new yd(this,Pd,Fd),Ud!=null&&Vd.text(Ud),this.children.push(Vd),Vd},jd.prototype.text=function(Pd){var Fd;return Rd(Pd)&&this.element(Pd),Fd=new Ad(this,Pd),this.children.push(Fd),this},jd.prototype.cdata=function(Pd){var Fd;return Fd=new ld(this,Pd),this.children.push(Fd),this},jd.prototype.comment=function(Pd){var Fd;return Fd=new cd(this,Pd),this.children.push(Fd),this},jd.prototype.commentBefore=function(Pd){var Fd,Ud;return Fd=this.parent.children.indexOf(this),Ud=this.parent.children.splice(Fd),this.parent.comment(Pd),Array.prototype.push.apply(this.parent.children,Ud),this},jd.prototype.commentAfter=function(Pd){var Fd,Ud;return Fd=this.parent.children.indexOf(this),Ud=this.parent.children.splice(Fd+1),this.parent.comment(Pd),Array.prototype.push.apply(this.parent.children,Ud),this},jd.prototype.raw=function(Pd){var Fd;return Fd=new Od(this,Pd),this.children.push(Fd),this},jd.prototype.dummy=function(){var Pd;return Pd=new _d(this),Pd},jd.prototype.instruction=function(Pd,Fd){var Ud,Vd,qd,Wd,zd;if(Pd!=null&&(Pd=Nd(Pd)),Fd!=null&&(Fd=Nd(Fd)),Array.isArray(Pd))for(Wd=0,zd=Pd.length;Wd<zd;Wd++)Ud=Pd[Wd],this.instruction(Ud);else if(Rd(Pd))for(Ud in Pd)Ld.call(Pd,Ud)&&(Vd=Pd[Ud],this.instruction(Ud,Vd));else Id(Fd)&&(Fd=Fd.apply()),qd=new Td(this,Pd,Fd),this.children.push(qd);return this},jd.prototype.instructionBefore=function(Pd,Fd){var Ud,Vd;return Ud=this.parent.children.indexOf(this),Vd=this.parent.children.splice(Ud),this.parent.instruction(Pd,Fd),Array.prototype.push.apply(this.parent.children,Vd),this},jd.prototype.instructionAfter=function(Pd,Fd){var Ud,Vd;return Ud=this.parent.children.indexOf(this),Vd=this.parent.children.splice(Ud+1),this.parent.instruction(Pd,Fd),Array.prototype.push.apply(this.parent.children,Vd),this},jd.prototype.declaration=function(Pd,Fd,Ud){var Vd,qd;return Vd=this.document(),qd=new ud(Vd,Pd,Fd,Ud),Vd.children.length===0?Vd.children.unshift(qd):Vd.children[0].type===sd.Declaration?Vd.children[0]=qd:Vd.children.unshift(qd),Vd.root()||Vd},jd.prototype.dtd=function(Pd,Fd){var Ud,Vd,qd,Wd,zd,Kd,Qd,hf,gf,bf;for(Vd=this.document(),qd=new gd(Vd,Pd,Fd),gf=Vd.children,Wd=zd=0,Qd=gf.length;zd<Qd;Wd=++zd)if(Ud=gf[Wd],Ud.type===sd.DocType)return Vd.children[Wd]=qd,qd;for(bf=Vd.children,Wd=Kd=0,hf=bf.length;Kd<hf;Wd=++Kd)if(Ud=bf[Wd],Ud.isRoot)return Vd.children.splice(Wd,0,qd),qd;return Vd.children.push(qd),qd},jd.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},jd.prototype.root=function(){var Pd;for(Pd=this;Pd;){if(Pd.type===sd.Document)return Pd.rootObject;if(Pd.isRoot)return Pd;Pd=Pd.parent}},jd.prototype.document=function(){var Pd;for(Pd=this;Pd;){if(Pd.type===sd.Document)return Pd;Pd=Pd.parent}},jd.prototype.end=function(Pd){return this.document().end(Pd)},jd.prototype.prev=function(){var Pd;if(Pd=this.parent.children.indexOf(this),Pd<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[Pd-1]},jd.prototype.next=function(){var Pd;if(Pd=this.parent.children.indexOf(this),Pd===-1||Pd===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[Pd+1]},jd.prototype.importDocument=function(Pd){var Fd;return Fd=Pd.root().clone(),Fd.parent=this,Fd.isRoot=!1,this.children.push(Fd),this},jd.prototype.debugInfo=function(Pd){var Fd,Ud;return Pd=Pd||this.name,Pd==null&&!((Fd=this.parent)!=null&&Fd.name)?"":Pd==null?"parent: <"+this.parent.name+">":(Ud=this.parent)!=null&&Ud.name?"node: <"+Pd+">, parent: <"+this.parent.name+">":"node: <"+Pd+">"},jd.prototype.ele=function(Pd,Fd,Ud){return this.element(Pd,Fd,Ud)},jd.prototype.nod=function(Pd,Fd,Ud){return this.node(Pd,Fd,Ud)},jd.prototype.txt=function(Pd){return this.text(Pd)},jd.prototype.dat=function(Pd){return this.cdata(Pd)},jd.prototype.com=function(Pd){return this.comment(Pd)},jd.prototype.ins=function(Pd,Fd){return this.instruction(Pd,Fd)},jd.prototype.doc=function(){return this.document()},jd.prototype.dec=function(Pd,Fd,Ud){return this.declaration(Pd,Fd,Ud)},jd.prototype.e=function(Pd,Fd,Ud){return this.element(Pd,Fd,Ud)},jd.prototype.n=function(Pd,Fd,Ud){return this.node(Pd,Fd,Ud)},jd.prototype.t=function(Pd){return this.text(Pd)},jd.prototype.d=function(Pd){return this.cdata(Pd)},jd.prototype.c=function(Pd){return this.comment(Pd)},jd.prototype.r=function(Pd){return this.raw(Pd)},jd.prototype.i=function(Pd,Fd){return this.instruction(Pd,Fd)},jd.prototype.u=function(){return this.up()},jd.prototype.importXMLBuilder=function(Pd){return this.importDocument(Pd)},jd.prototype.replaceChild=function(Pd,Fd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.removeChild=function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.appendChild=function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.hasChildNodes=function(){return this.children.length!==0},jd.prototype.cloneNode=function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.isSupported=function(Pd,Fd){return!0},jd.prototype.hasAttributes=function(){return this.attribs.length!==0},jd.prototype.compareDocumentPosition=function(Pd){var Fd,Ud;return Fd=this,Fd===Pd?0:this.document()!==Pd.document()?(Ud=od.Disconnected|od.ImplementationSpecific,Math.random()<.5?Ud|=od.Preceding:Ud|=od.Following,Ud):Fd.isAncestor(Pd)?od.Contains|od.Preceding:Fd.isDescendant(Pd)?od.Contains|od.Following:Fd.isPreceding(Pd)?od.Preceding:od.Following},jd.prototype.isSameNode=function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.lookupPrefix=function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.isDefaultNamespace=function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.lookupNamespaceURI=function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.isEqualNode=function(Pd){var Fd,Ud,Vd;if(Pd.nodeType!==this.nodeType||Pd.children.length!==this.children.length)return!1;for(Fd=Ud=0,Vd=this.children.length-1;0<=Vd?Ud<=Vd:Ud>=Vd;Fd=0<=Vd?++Ud:--Ud)if(!this.children[Fd].isEqualNode(Pd.children[Fd]))return!1;return!0},jd.prototype.getFeature=function(Pd,Fd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.setUserData=function(Pd,Fd,Ud){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.getUserData=function(Pd){throw new Error("This DOM method is not implemented."+this.debugInfo())},jd.prototype.contains=function(Pd){return Pd?Pd===this||this.isDescendant(Pd):!1},jd.prototype.isDescendant=function(Pd){var Fd,Ud,Vd,qd,Wd;for(Wd=this.children,Vd=0,qd=Wd.length;Vd<qd;Vd++)if(Fd=Wd[Vd],Pd===Fd||(Ud=Fd.isDescendant(Pd),Ud))return!0;return!1},jd.prototype.isAncestor=function(Pd){return Pd.isDescendant(this)},jd.prototype.isPreceding=function(Pd){var Fd,Ud;return Fd=this.treePosition(Pd),Ud=this.treePosition(this),Fd===-1||Ud===-1?!1:Fd<Ud},jd.prototype.isFollowing=function(Pd){var Fd,Ud;return Fd=this.treePosition(Pd),Ud=this.treePosition(this),Fd===-1||Ud===-1?!1:Fd>Ud},jd.prototype.treePosition=function(Pd){var Fd,Ud;return Ud=0,Fd=!1,this.foreachTreeNode(this.document(),function(Vd){if(Ud++,!Fd&&Vd===Pd)return Fd=!0}),Fd?Ud:-1},jd.prototype.foreachTreeNode=function(Pd,Fd){var Ud,Vd,qd,Wd,zd;for(Pd||(Pd=this.document()),Wd=Pd.children,Vd=0,qd=Wd.length;Vd<qd;Vd++){if(Ud=Wd[Vd],zd=Fd(Ud))return zd;if(zd=this.foreachTreeNode(Ud,Fd),zd)return zd}},jd}()}).call(this)},{"./DocumentPosition":499,"./NodeType":500,"./Utility":501,"./XMLCData":504,"./XMLComment":506,"./XMLDeclaration":515,"./XMLDocType":516,"./XMLDummy":519,"./XMLElement":520,"./XMLNamedNodeMap":521,"./XMLNodeList":523,"./XMLProcessingInstruction":524,"./XMLRaw":525,"./XMLText":529}],523:[function(ed,td,rd){(function(){td.exports=function(){function od(sd){this.nodes=sd}return Object.defineProperty(od.prototype,"length",{get:function(){return this.nodes.length||0}}),od.prototype.clone=function(){return this.nodes=null},od.prototype.item=function(sd){return this.nodes[sd]||null},od}()}).call(this)},{}],524:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;od=ed("./NodeType"),sd=ed("./XMLCharacterData"),td.exports=function(ud){ld(gd,ud);function gd(_d,yd,Ed){if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=od.ProcessingInstruction,this.target=this.stringify.insTarget(yd),this.name=this.target,Ed&&(this.value=this.stringify.insValue(Ed))}return gd.prototype.clone=function(){return Object.create(this)},gd.prototype.toString=function(_d){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(_d))},gd.prototype.isEqualNode=function(_d){return!(!gd.__super__.isEqualNode.apply(this,arguments).isEqualNode(_d)||_d.target!==this.target)},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],525:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;od=ed("./NodeType"),sd=ed("./XMLNode"),td.exports=function(ud){ld(gd,ud);function gd(_d,yd){if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=od.Raw,this.value=this.stringify.raw(yd)}return gd.prototype.clone=function(){return Object.create(this)},gd.prototype.toString=function(_d){return this.options.writer.raw(this,this.options.writer.filterOptions(_d))},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLNode":522}],526:[function(ed,td,rd){(function(){var od,sd,ld,cd=function(gd,_d){for(var yd in _d)ud.call(_d,yd)&&(gd[yd]=_d[yd]);function Ed(){this.constructor=gd}return Ed.prototype=_d.prototype,gd.prototype=new Ed,gd.__super__=_d.prototype,gd},ud={}.hasOwnProperty;od=ed("./NodeType"),ld=ed("./XMLWriterBase"),sd=ed("./WriterState"),td.exports=function(gd){cd(_d,gd);function _d(yd,Ed){this.stream=yd,_d.__super__.constructor.call(this,Ed)}return _d.prototype.endline=function(yd,Ed,Td){return yd.isLastRootNode&&Ed.state===sd.CloseTag?"":_d.__super__.endline.call(this,yd,Ed,Td)},_d.prototype.document=function(yd,Ed){var Td,Od,Ad,Nd,kd,Id,Rd,Md,Ld;for(Rd=yd.children,Od=Ad=0,kd=Rd.length;Ad<kd;Od=++Ad)Td=Rd[Od],Td.isLastRootNode=Od===yd.children.length-1;for(Ed=this.filterOptions(Ed),Md=yd.children,Ld=[],Nd=0,Id=Md.length;Nd<Id;Nd++)Td=Md[Nd],Ld.push(this.writeChildNode(Td,Ed,0));return Ld},_d.prototype.attribute=function(yd,Ed,Td){return this.stream.write(_d.__super__.attribute.call(this,yd,Ed,Td))},_d.prototype.cdata=function(yd,Ed,Td){return this.stream.write(_d.__super__.cdata.call(this,yd,Ed,Td))},_d.prototype.comment=function(yd,Ed,Td){return this.stream.write(_d.__super__.comment.call(this,yd,Ed,Td))},_d.prototype.declaration=function(yd,Ed,Td){return this.stream.write(_d.__super__.declaration.call(this,yd,Ed,Td))},_d.prototype.docType=function(yd,Ed,Td){var Od,Ad,Nd,kd;if(Td||(Td=0),this.openNode(yd,Ed,Td),Ed.state=sd.OpenTag,this.stream.write(this.indent(yd,Ed,Td)),this.stream.write("<!DOCTYPE "+yd.root().name),yd.pubID&&yd.sysID?this.stream.write(' PUBLIC "'+yd.pubID+'" "'+yd.sysID+'"'):yd.sysID&&this.stream.write(' SYSTEM "'+yd.sysID+'"'),yd.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(yd,Ed,Td)),Ed.state=sd.InsideTag,kd=yd.children,Ad=0,Nd=kd.length;Ad<Nd;Ad++)Od=kd[Ad],this.writeChildNode(Od,Ed,Td+1);Ed.state=sd.CloseTag,this.stream.write("]")}return Ed.state=sd.CloseTag,this.stream.write(Ed.spaceBeforeSlash+">"),this.stream.write(this.endline(yd,Ed,Td)),Ed.state=sd.None,this.closeNode(yd,Ed,Td)},_d.prototype.element=function(yd,Ed,Td){var Od,Ad,Nd,kd,Id,Rd,Md,Ld,jd;Td||(Td=0),this.openNode(yd,Ed,Td),Ed.state=sd.OpenTag,this.stream.write(this.indent(yd,Ed,Td)+"<"+yd.name),Ld=yd.attribs;for(Md in Ld)ud.call(Ld,Md)&&(Od=Ld[Md],this.attribute(Od,Ed,Td));if(Nd=yd.children.length,kd=Nd===0?null:yd.children[0],Nd===0||yd.children.every(function(Pd){return(Pd.type===od.Text||Pd.type===od.Raw)&&Pd.value===""}))Ed.allowEmpty?(this.stream.write(">"),Ed.state=sd.CloseTag,this.stream.write("</"+yd.name+">")):(Ed.state=sd.CloseTag,this.stream.write(Ed.spaceBeforeSlash+"/>"));else if(Ed.pretty&&Nd===1&&(kd.type===od.Text||kd.type===od.Raw)&&kd.value!=null)this.stream.write(">"),Ed.state=sd.InsideTag,Ed.suppressPrettyCount++,this.writeChildNode(kd,Ed,Td+1),Ed.suppressPrettyCount--,Ed.state=sd.CloseTag,this.stream.write("</"+yd.name+">");else{for(this.stream.write(">"+this.endline(yd,Ed,Td)),Ed.state=sd.InsideTag,jd=yd.children,Id=0,Rd=jd.length;Id<Rd;Id++)Ad=jd[Id],this.writeChildNode(Ad,Ed,Td+1);Ed.state=sd.CloseTag,this.stream.write(this.indent(yd,Ed,Td)+"</"+yd.name+">")}return this.stream.write(this.endline(yd,Ed,Td)),Ed.state=sd.None,this.closeNode(yd,Ed,Td)},_d.prototype.processingInstruction=function(yd,Ed,Td){return this.stream.write(_d.__super__.processingInstruction.call(this,yd,Ed,Td))},_d.prototype.raw=function(yd,Ed,Td){return this.stream.write(_d.__super__.raw.call(this,yd,Ed,Td))},_d.prototype.text=function(yd,Ed,Td){return this.stream.write(_d.__super__.text.call(this,yd,Ed,Td))},_d.prototype.dtdAttList=function(yd,Ed,Td){return this.stream.write(_d.__super__.dtdAttList.call(this,yd,Ed,Td))},_d.prototype.dtdElement=function(yd,Ed,Td){return this.stream.write(_d.__super__.dtdElement.call(this,yd,Ed,Td))},_d.prototype.dtdEntity=function(yd,Ed,Td){return this.stream.write(_d.__super__.dtdEntity.call(this,yd,Ed,Td))},_d.prototype.dtdNotation=function(yd,Ed,Td){return this.stream.write(_d.__super__.dtdNotation.call(this,yd,Ed,Td))},_d}(ld)}).call(this)},{"./NodeType":500,"./WriterState":502,"./XMLWriterBase":530}],527:[function(ed,td,rd){(function(){var od,sd=function(cd,ud){for(var gd in ud)ld.call(ud,gd)&&(cd[gd]=ud[gd]);function _d(){this.constructor=cd}return _d.prototype=ud.prototype,cd.prototype=new _d,cd.__super__=ud.prototype,cd},ld={}.hasOwnProperty;od=ed("./XMLWriterBase"),td.exports=function(cd){sd(ud,cd);function ud(gd){ud.__super__.constructor.call(this,gd)}return ud.prototype.document=function(gd,_d){var yd,Ed,Td,Od,Ad;for(_d=this.filterOptions(_d),Od="",Ad=gd.children,Ed=0,Td=Ad.length;Ed<Td;Ed++)yd=Ad[Ed],Od+=this.writeChildNode(yd,_d,0);return _d.pretty&&Od.slice(-_d.newline.length)===_d.newline&&(Od=Od.slice(0,-_d.newline.length)),Od},ud}(od)}).call(this)},{"./XMLWriterBase":530}],528:[function(ed,td,rd){(function(){var od=function(ld,cd){return function(){return ld.apply(cd,arguments)}},sd={}.hasOwnProperty;td.exports=function(){function ld(cd){this.assertLegalName=od(this.assertLegalName,this),this.assertLegalChar=od(this.assertLegalChar,this);var ud,gd,_d;cd||(cd={}),this.options=cd,this.options.version||(this.options.version="1.0"),gd=cd.stringify||{};for(ud in gd)sd.call(gd,ud)&&(_d=gd[ud],this[ud]=_d)}return ld.prototype.name=function(cd){return this.options.noValidation?cd:this.assertLegalName(""+cd||"")},ld.prototype.text=function(cd){return this.options.noValidation?cd:this.assertLegalChar(this.textEscape(""+cd||""))},ld.prototype.cdata=function(cd){return this.options.noValidation?cd:(cd=""+cd||"",cd=cd.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(cd))},ld.prototype.comment=function(cd){if(this.options.noValidation)return cd;if(cd=""+cd||"",cd.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+cd);return this.assertLegalChar(cd)},ld.prototype.raw=function(cd){return this.options.noValidation?cd:""+cd||""},ld.prototype.attValue=function(cd){return this.options.noValidation?cd:this.assertLegalChar(this.attEscape(cd=""+cd||""))},ld.prototype.insTarget=function(cd){return this.options.noValidation?cd:this.assertLegalChar(""+cd||"")},ld.prototype.insValue=function(cd){if(this.options.noValidation)return cd;if(cd=""+cd||"",cd.match(/\?>/))throw new Error("Invalid processing instruction value: "+cd);return this.assertLegalChar(cd)},ld.prototype.xmlVersion=function(cd){if(this.options.noValidation)return cd;if(cd=""+cd||"",!cd.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+cd);return cd},ld.prototype.xmlEncoding=function(cd){if(this.options.noValidation)return cd;if(cd=""+cd||"",!cd.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+cd);return this.assertLegalChar(cd)},ld.prototype.xmlStandalone=function(cd){return this.options.noValidation?cd:cd?"yes":"no"},ld.prototype.dtdPubID=function(cd){return this.options.noValidation?cd:this.assertLegalChar(""+cd||"")},ld.prototype.dtdSysID=function(cd){return this.options.noValidation?cd:this.assertLegalChar(""+cd||"")},ld.prototype.dtdElementValue=function(cd){return this.options.noValidation?cd:this.assertLegalChar(""+cd||"")},ld.prototype.dtdAttType=function(cd){return this.options.noValidation?cd:this.assertLegalChar(""+cd||"")},ld.prototype.dtdAttDefault=function(cd){return this.options.noValidation?cd:this.assertLegalChar(""+cd||"")},ld.prototype.dtdEntityValue=function(cd){return this.options.noValidation?cd:this.assertLegalChar(""+cd||"")},ld.prototype.dtdNData=function(cd){return this.options.noValidation?cd:this.assertLegalChar(""+cd||"")},ld.prototype.convertAttKey="@",ld.prototype.convertPIKey="?",ld.prototype.convertTextKey="#text",ld.prototype.convertCDataKey="#cdata",ld.prototype.convertCommentKey="#comment",ld.prototype.convertRawKey="#raw",ld.prototype.assertLegalChar=function(cd){var ud,gd;if(this.options.noValidation)return cd;if(ud="",this.options.version==="1.0"){if(ud=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,gd=cd.match(ud))throw new Error("Invalid character in string: "+cd+" at index "+gd.index)}else if(this.options.version==="1.1"&&(ud=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,gd=cd.match(ud)))throw new Error("Invalid character in string: "+cd+" at index "+gd.index);return cd},ld.prototype.assertLegalName=function(cd){var ud;if(this.options.noValidation)return cd;if(this.assertLegalChar(cd),ud=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!cd.match(ud))throw new Error("Invalid character in name");return cd},ld.prototype.textEscape=function(cd){var ud;return this.options.noValidation?cd:(ud=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,cd.replace(ud,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;"))},ld.prototype.attEscape=function(cd){var ud;return this.options.noValidation?cd:(ud=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,cd.replace(ud,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;"))},ld}()}).call(this)},{}],529:[function(ed,td,rd){(function(){var od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;od=ed("./NodeType"),sd=ed("./XMLCharacterData"),td.exports=function(ud){ld(gd,ud);function gd(_d,yd){if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=od.Text,this.value=this.stringify.text(yd)}return Object.defineProperty(gd.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(gd.prototype,"wholeText",{get:function(){var _d,yd,Ed;for(Ed="",yd=this.previousSibling;yd;)Ed=yd.data+Ed,yd=yd.previousSibling;for(Ed+=this.data,_d=this.nextSibling;_d;)Ed=Ed+_d.data,_d=_d.nextSibling;return Ed}}),gd.prototype.clone=function(){return Object.create(this)},gd.prototype.toString=function(_d){return this.options.writer.text(this,this.options.writer.filterOptions(_d))},gd.prototype.splitText=function(_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.replaceWholeText=function(_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd}(sd)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],530:[function(ed,td,rd){(function(){var od,sd,ld,cd={}.hasOwnProperty;ld=ed("./Utility").assign,od=ed("./NodeType"),ed("./XMLDeclaration"),ed("./XMLDocType"),ed("./XMLCData"),ed("./XMLComment"),ed("./XMLElement"),ed("./XMLRaw"),ed("./XMLText"),ed("./XMLProcessingInstruction"),ed("./XMLDummy"),ed("./XMLDTDAttList"),ed("./XMLDTDElement"),ed("./XMLDTDEntity"),ed("./XMLDTDNotation"),sd=ed("./WriterState"),td.exports=function(){function ud(gd){var _d,yd,Ed;gd||(gd={}),this.options=gd,yd=gd.writer||{};for(_d in yd)cd.call(yd,_d)&&(Ed=yd[_d],this["_"+_d]=this[_d],this[_d]=Ed)}return ud.prototype.filterOptions=function(gd){var _d,yd,Ed,Td,Od,Ad,Nd,kd;return gd||(gd={}),gd=ld({},this.options,gd),_d={writer:this},_d.pretty=gd.pretty||!1,_d.allowEmpty=gd.allowEmpty||!1,_d.indent=(yd=gd.indent)!=null?yd:" ",_d.newline=(Ed=gd.newline)!=null?Ed:`
`,_d.offset=(Td=gd.offset)!=null?Td:0,_d.dontPrettyTextNodes=(Od=(Ad=gd.dontPrettyTextNodes)!=null?Ad:gd.dontprettytextnodes)!=null?Od:0,_d.spaceBeforeSlash=(Nd=(kd=gd.spaceBeforeSlash)!=null?kd:gd.spacebeforeslash)!=null?Nd:"",_d.spaceBeforeSlash===!0&&(_d.spaceBeforeSlash=" "),_d.suppressPrettyCount=0,_d.user={},_d.state=sd.None,_d},ud.prototype.indent=function(gd,_d,yd){var Ed;return!_d.pretty||_d.suppressPrettyCount?"":_d.pretty&&(Ed=(yd||0)+_d.offset+1,Ed>0)?new Array(Ed).join(_d.indent):""},ud.prototype.endline=function(gd,_d,yd){return!_d.pretty||_d.suppressPrettyCount?"":_d.newline},ud.prototype.attribute=function(gd,_d,yd){var Ed;return this.openAttribute(gd,_d,yd),Ed=" "+gd.name+'="'+gd.value+'"',this.closeAttribute(gd,_d,yd),Ed},ud.prototype.cdata=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd)+"<![CDATA[",_d.state=sd.InsideTag,Ed+=gd.value,_d.state=sd.CloseTag,Ed+="]]>"+this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.comment=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd)+"<!-- ",_d.state=sd.InsideTag,Ed+=gd.value,_d.state=sd.CloseTag,Ed+=" -->"+this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.declaration=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd)+"<?xml",_d.state=sd.InsideTag,Ed+=' version="'+gd.version+'"',gd.encoding!=null&&(Ed+=' encoding="'+gd.encoding+'"'),gd.standalone!=null&&(Ed+=' standalone="'+gd.standalone+'"'),_d.state=sd.CloseTag,Ed+=_d.spaceBeforeSlash+"?>",Ed+=this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.docType=function(gd,_d,yd){var Ed,Td,Od,Ad,Nd;if(yd||(yd=0),this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ad=this.indent(gd,_d,yd),Ad+="<!DOCTYPE "+gd.root().name,gd.pubID&&gd.sysID?Ad+=' PUBLIC "'+gd.pubID+'" "'+gd.sysID+'"':gd.sysID&&(Ad+=' SYSTEM "'+gd.sysID+'"'),gd.children.length>0){for(Ad+=" [",Ad+=this.endline(gd,_d,yd),_d.state=sd.InsideTag,Nd=gd.children,Td=0,Od=Nd.length;Td<Od;Td++)Ed=Nd[Td],Ad+=this.writeChildNode(Ed,_d,yd+1);_d.state=sd.CloseTag,Ad+="]"}return _d.state=sd.CloseTag,Ad+=_d.spaceBeforeSlash+">",Ad+=this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ad},ud.prototype.element=function(gd,_d,yd){var Ed,Td,Od,Ad,Nd,kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud;yd||(yd=0),Ld=!1,jd="",this.openNode(gd,_d,yd),_d.state=sd.OpenTag,jd+=this.indent(gd,_d,yd)+"<"+gd.name,Pd=gd.attribs;for(Md in Pd)cd.call(Pd,Md)&&(Ed=Pd[Md],jd+=this.attribute(Ed,_d,yd));if(Od=gd.children.length,Ad=Od===0?null:gd.children[0],Od===0||gd.children.every(function(Vd){return(Vd.type===od.Text||Vd.type===od.Raw)&&Vd.value===""}))_d.allowEmpty?(jd+=">",_d.state=sd.CloseTag,jd+="</"+gd.name+">"+this.endline(gd,_d,yd)):(_d.state=sd.CloseTag,jd+=_d.spaceBeforeSlash+"/>"+this.endline(gd,_d,yd));else if(_d.pretty&&Od===1&&(Ad.type===od.Text||Ad.type===od.Raw)&&Ad.value!=null)jd+=">",_d.state=sd.InsideTag,_d.suppressPrettyCount++,Ld=!0,jd+=this.writeChildNode(Ad,_d,yd+1),_d.suppressPrettyCount--,Ld=!1,_d.state=sd.CloseTag,jd+="</"+gd.name+">"+this.endline(gd,_d,yd);else{if(_d.dontPrettyTextNodes){for(Fd=gd.children,Nd=0,Id=Fd.length;Nd<Id;Nd++)if(Td=Fd[Nd],(Td.type===od.Text||Td.type===od.Raw)&&Td.value!=null){_d.suppressPrettyCount++,Ld=!0;break}}for(jd+=">"+this.endline(gd,_d,yd),_d.state=sd.InsideTag,Ud=gd.children,kd=0,Rd=Ud.length;kd<Rd;kd++)Td=Ud[kd],jd+=this.writeChildNode(Td,_d,yd+1);_d.state=sd.CloseTag,jd+=this.indent(gd,_d,yd)+"</"+gd.name+">",Ld&&_d.suppressPrettyCount--,jd+=this.endline(gd,_d,yd),_d.state=sd.None}return this.closeNode(gd,_d,yd),jd},ud.prototype.writeChildNode=function(gd,_d,yd){switch(gd.type){case od.CData:return this.cdata(gd,_d,yd);case od.Comment:return this.comment(gd,_d,yd);case od.Element:return this.element(gd,_d,yd);case od.Raw:return this.raw(gd,_d,yd);case od.Text:return this.text(gd,_d,yd);case od.ProcessingInstruction:return this.processingInstruction(gd,_d,yd);case od.Dummy:return"";case od.Declaration:return this.declaration(gd,_d,yd);case od.DocType:return this.docType(gd,_d,yd);case od.AttributeDeclaration:return this.dtdAttList(gd,_d,yd);case od.ElementDeclaration:return this.dtdElement(gd,_d,yd);case od.EntityDeclaration:return this.dtdEntity(gd,_d,yd);case od.NotationDeclaration:return this.dtdNotation(gd,_d,yd);default:throw new Error("Unknown XML node type: "+gd.constructor.name)}},ud.prototype.processingInstruction=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd)+"<?",_d.state=sd.InsideTag,Ed+=gd.target,gd.value&&(Ed+=" "+gd.value),_d.state=sd.CloseTag,Ed+=_d.spaceBeforeSlash+"?>",Ed+=this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.raw=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd),_d.state=sd.InsideTag,Ed+=gd.value,_d.state=sd.CloseTag,Ed+=this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.text=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd),_d.state=sd.InsideTag,Ed+=gd.value,_d.state=sd.CloseTag,Ed+=this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.dtdAttList=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd)+"<!ATTLIST",_d.state=sd.InsideTag,Ed+=" "+gd.elementName+" "+gd.attributeName+" "+gd.attributeType,gd.defaultValueType!=="#DEFAULT"&&(Ed+=" "+gd.defaultValueType),gd.defaultValue&&(Ed+=' "'+gd.defaultValue+'"'),_d.state=sd.CloseTag,Ed+=_d.spaceBeforeSlash+">"+this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.dtdElement=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd)+"<!ELEMENT",_d.state=sd.InsideTag,Ed+=" "+gd.name+" "+gd.value,_d.state=sd.CloseTag,Ed+=_d.spaceBeforeSlash+">"+this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.dtdEntity=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd)+"<!ENTITY",_d.state=sd.InsideTag,gd.pe&&(Ed+=" %"),Ed+=" "+gd.name,gd.value?Ed+=' "'+gd.value+'"':(gd.pubID&&gd.sysID?Ed+=' PUBLIC "'+gd.pubID+'" "'+gd.sysID+'"':gd.sysID&&(Ed+=' SYSTEM "'+gd.sysID+'"'),gd.nData&&(Ed+=" NDATA "+gd.nData)),_d.state=sd.CloseTag,Ed+=_d.spaceBeforeSlash+">"+this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.dtdNotation=function(gd,_d,yd){var Ed;return this.openNode(gd,_d,yd),_d.state=sd.OpenTag,Ed=this.indent(gd,_d,yd)+"<!NOTATION",_d.state=sd.InsideTag,Ed+=" "+gd.name,gd.pubID&&gd.sysID?Ed+=' PUBLIC "'+gd.pubID+'" "'+gd.sysID+'"':gd.pubID?Ed+=' PUBLIC "'+gd.pubID+'"':gd.sysID&&(Ed+=' SYSTEM "'+gd.sysID+'"'),_d.state=sd.CloseTag,Ed+=_d.spaceBeforeSlash+">"+this.endline(gd,_d,yd),_d.state=sd.None,this.closeNode(gd,_d,yd),Ed},ud.prototype.openNode=function(gd,_d,yd){},ud.prototype.closeNode=function(gd,_d,yd){},ud.prototype.openAttribute=function(gd,_d,yd){},ud.prototype.closeAttribute=function(gd,_d,yd){},ud}()}).call(this)},{"./NodeType":500,"./Utility":501,"./WriterState":502,"./XMLCData":504,"./XMLComment":506,"./XMLDTDAttList":511,"./XMLDTDElement":512,"./XMLDTDEntity":513,"./XMLDTDNotation":514,"./XMLDeclaration":515,"./XMLDocType":516,"./XMLDummy":519,"./XMLElement":520,"./XMLProcessingInstruction":524,"./XMLRaw":525,"./XMLText":529}],531:[function(ed,td,rd){(function(){var od,sd,ld,cd,ud,gd,_d,yd,Ed,Td;Td=ed("./Utility"),yd=Td.assign,Ed=Td.isFunction,ld=ed("./XMLDOMImplementation"),cd=ed("./XMLDocument"),ud=ed("./XMLDocumentCB"),_d=ed("./XMLStringWriter"),gd=ed("./XMLStreamWriter"),od=ed("./NodeType"),sd=ed("./WriterState"),td.exports.create=function(Od,Ad,Nd,kd){var Id,Rd;if(Od==null)throw new Error("Root element needs a name.");return kd=yd({},Ad,Nd,kd),Id=new cd(kd),Rd=Id.element(Od),kd.headless||(Id.declaration(kd),(kd.pubID!=null||kd.sysID!=null)&&Id.dtd(kd)),Rd},td.exports.begin=function(Od,Ad,Nd){var kd;return Ed(Od)&&(kd=[Od,Ad],Ad=kd[0],Nd=kd[1],Od={}),Ad?new ud(Od,Ad,Nd):new cd(Od)},td.exports.stringWriter=function(Od){return new _d(Od)},td.exports.streamWriter=function(Od,Ad){return new gd(Od,Ad)},td.exports.implementation=new ld,td.exports.nodeType=od,td.exports.writerState=sd}).call(this)},{"./NodeType":500,"./Utility":501,"./WriterState":502,"./XMLDOMImplementation":509,"./XMLDocument":517,"./XMLDocumentCB":518,"./XMLStreamWriter":526,"./XMLStringWriter":527}],532:[function(ed,td,rd){td.exports=sd;var od=Object.prototype.hasOwnProperty;function sd(){for(var ld={},cd=0;cd<arguments.length;cd++){var ud=arguments[cd];for(var gd in ud)od.call(ud,gd)&&(ld[gd]=ud[gd])}return ld}},{}],533:[function(ed,td,rd){ed("core-js/modules/es.array.fill.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),ed("core-js/modules/es.array.join.js"),ed("core-js/modules/es.array.slice.js");var od=ed("buffer").Buffer,sd=ed("./sha"),ld=ed("./sha256"),cd=ed("./md5"),ud={sha1:sd,sha256:ld,md5:cd},gd=64,_d=od.alloc(gd);_d.fill(0);function yd(Od,Ad,Nd){od.isBuffer(Ad)||(Ad=od.from(Ad)),od.isBuffer(Nd)||(Nd=od.from(Nd)),Ad.length>gd?Ad=Od(Ad):Ad.length<gd&&(Ad=od.concat([Ad,_d],gd));for(var kd=od.alloc(gd),Id=od.alloc(gd),Rd=0;Rd<gd;Rd++)kd[Rd]=Ad[Rd]^54,Id[Rd]=Ad[Rd]^92;var Md=Od(od.concat([kd,Nd]));return Od(od.concat([Id,Md]))}function Ed(Od,Ad){Od=Od||"sha1";var Nd=ud[Od],kd=[],Id=0;return Nd||Td("algorithm:",Od,"is not yet supported"),{update:function(Md){return od.isBuffer(Md)||(Md=od.from(Md)),kd.push(Md),Id+=Md.length,this},digest:function(Md){var Ld=od.concat(kd),jd=Ad?yd(Nd,Ad,Ld):Nd(Ld);return kd=null,Md?jd.toString(Md):jd}}}function Td(){var Od=[].slice.call(arguments).join(" ");throw new Error([Od,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join(`
`))}rd.createHash=function(Od){return Ed(Od)},rd.createHmac=function(Od,Ad){return Ed(Od,Ad)},rd.createCredentials=function(){Td("sorry,createCredentials is not implemented yet")},rd.createCipher=function(){Td("sorry,createCipher is not implemented yet")},rd.createCipheriv=function(){Td("sorry,createCipheriv is not implemented yet")},rd.createDecipher=function(){Td("sorry,createDecipher is not implemented yet")},rd.createDecipheriv=function(){Td("sorry,createDecipheriv is not implemented yet")},rd.createSign=function(){Td("sorry,createSign is not implemented yet")},rd.createVerify=function(){Td("sorry,createVerify is not implemented yet")},rd.createDiffieHellman=function(){Td("sorry,createDiffieHellman is not implemented yet")},rd.pbkdf2=function(){Td("sorry,pbkdf2 is not implemented yet")}},{"./md5":535,"./sha":536,"./sha256":537,buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.fill.js":311,"core-js/modules/es.array.join.js":317,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],534:[function(ed,td,rd){ed("core-js/modules/es.array.fill.js"),ed("core-js/modules/es.array.concat.js");var od=ed("buffer").Buffer,sd=4,ld=od.alloc(sd);ld.fill(0);var cd=8;function ud(yd,Ed){if(yd.length%sd!==0){var Td=yd.length+(sd-yd.length%sd);yd=od.concat([yd,ld],Td)}for(var Od=[],Ad=Ed?yd.readInt32BE:yd.readInt32LE,Nd=0;Nd<yd.length;Nd+=sd)Od.push(Ad.call(yd,Nd));return Od}function gd(yd,Ed,Td){for(var Od=od.alloc(Ed),Ad=Td?Od.writeInt32BE:Od.writeInt32LE,Nd=0;Nd<yd.length;Nd++)Ad.call(Od,yd[Nd],Nd*4,!0);return Od}function _d(yd,Ed,Td,Od){od.isBuffer(yd)||(yd=od.from(yd));var Ad=Ed(ud(yd,Od),yd.length*cd);return gd(Ad,Td,Od)}td.exports={hash:_d}},{buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.fill.js":311}],535:[function(ed,td,rd){var od=ed("./helpers");function sd(Td,Od){Td[Od>>5]|=128<<Od%32,Td[(Od+64>>>9<<4)+14]=Od;for(var Ad=1732584193,Nd=-271733879,kd=-1732584194,Id=271733878,Rd=0;Rd<Td.length;Rd+=16){var Md=Ad,Ld=Nd,jd=kd,Pd=Id;Ad=cd(Ad,Nd,kd,Id,Td[Rd+0],7,-680876936),Id=cd(Id,Ad,Nd,kd,Td[Rd+1],12,-389564586),kd=cd(kd,Id,Ad,Nd,Td[Rd+2],17,606105819),Nd=cd(Nd,kd,Id,Ad,Td[Rd+3],22,-1044525330),Ad=cd(Ad,Nd,kd,Id,Td[Rd+4],7,-176418897),Id=cd(Id,Ad,Nd,kd,Td[Rd+5],12,1200080426),kd=cd(kd,Id,Ad,Nd,Td[Rd+6],17,-1473231341),Nd=cd(Nd,kd,Id,Ad,Td[Rd+7],22,-45705983),Ad=cd(Ad,Nd,kd,Id,Td[Rd+8],7,1770035416),Id=cd(Id,Ad,Nd,kd,Td[Rd+9],12,-1958414417),kd=cd(kd,Id,Ad,Nd,Td[Rd+10],17,-42063),Nd=cd(Nd,kd,Id,Ad,Td[Rd+11],22,-1990404162),Ad=cd(Ad,Nd,kd,Id,Td[Rd+12],7,1804603682),Id=cd(Id,Ad,Nd,kd,Td[Rd+13],12,-40341101),kd=cd(kd,Id,Ad,Nd,Td[Rd+14],17,-1502002290),Nd=cd(Nd,kd,Id,Ad,Td[Rd+15],22,1236535329),Ad=ud(Ad,Nd,kd,Id,Td[Rd+1],5,-165796510),Id=ud(Id,Ad,Nd,kd,Td[Rd+6],9,-1069501632),kd=ud(kd,Id,Ad,Nd,Td[Rd+11],14,643717713),Nd=ud(Nd,kd,Id,Ad,Td[Rd+0],20,-373897302),Ad=ud(Ad,Nd,kd,Id,Td[Rd+5],5,-701558691),Id=ud(Id,Ad,Nd,kd,Td[Rd+10],9,38016083),kd=ud(kd,Id,Ad,Nd,Td[Rd+15],14,-660478335),Nd=ud(Nd,kd,Id,Ad,Td[Rd+4],20,-405537848),Ad=ud(Ad,Nd,kd,Id,Td[Rd+9],5,568446438),Id=ud(Id,Ad,Nd,kd,Td[Rd+14],9,-1019803690),kd=ud(kd,Id,Ad,Nd,Td[Rd+3],14,-187363961),Nd=ud(Nd,kd,Id,Ad,Td[Rd+8],20,1163531501),Ad=ud(Ad,Nd,kd,Id,Td[Rd+13],5,-1444681467),Id=ud(Id,Ad,Nd,kd,Td[Rd+2],9,-51403784),kd=ud(kd,Id,Ad,Nd,Td[Rd+7],14,1735328473),Nd=ud(Nd,kd,Id,Ad,Td[Rd+12],20,-1926607734),Ad=gd(Ad,Nd,kd,Id,Td[Rd+5],4,-378558),Id=gd(Id,Ad,Nd,kd,Td[Rd+8],11,-2022574463),kd=gd(kd,Id,Ad,Nd,Td[Rd+11],16,1839030562),Nd=gd(Nd,kd,Id,Ad,Td[Rd+14],23,-35309556),Ad=gd(Ad,Nd,kd,Id,Td[Rd+1],4,-1530992060),Id=gd(Id,Ad,Nd,kd,Td[Rd+4],11,1272893353),kd=gd(kd,Id,Ad,Nd,Td[Rd+7],16,-155497632),Nd=gd(Nd,kd,Id,Ad,Td[Rd+10],23,-1094730640),Ad=gd(Ad,Nd,kd,Id,Td[Rd+13],4,681279174),Id=gd(Id,Ad,Nd,kd,Td[Rd+0],11,-358537222),kd=gd(kd,Id,Ad,Nd,Td[Rd+3],16,-722521979),Nd=gd(Nd,kd,Id,Ad,Td[Rd+6],23,76029189),Ad=gd(Ad,Nd,kd,Id,Td[Rd+9],4,-640364487),Id=gd(Id,Ad,Nd,kd,Td[Rd+12],11,-421815835),kd=gd(kd,Id,Ad,Nd,Td[Rd+15],16,530742520),Nd=gd(Nd,kd,Id,Ad,Td[Rd+2],23,-995338651),Ad=_d(Ad,Nd,kd,Id,Td[Rd+0],6,-198630844),Id=_d(Id,Ad,Nd,kd,Td[Rd+7],10,1126891415),kd=_d(kd,Id,Ad,Nd,Td[Rd+14],15,-1416354905),Nd=_d(Nd,kd,Id,Ad,Td[Rd+5],21,-57434055),Ad=_d(Ad,Nd,kd,Id,Td[Rd+12],6,1700485571),Id=_d(Id,Ad,Nd,kd,Td[Rd+3],10,-1894986606),kd=_d(kd,Id,Ad,Nd,Td[Rd+10],15,-1051523),Nd=_d(Nd,kd,Id,Ad,Td[Rd+1],21,-2054922799),Ad=_d(Ad,Nd,kd,Id,Td[Rd+8],6,1873313359),Id=_d(Id,Ad,Nd,kd,Td[Rd+15],10,-30611744),kd=_d(kd,Id,Ad,Nd,Td[Rd+6],15,-1560198380),Nd=_d(Nd,kd,Id,Ad,Td[Rd+13],21,1309151649),Ad=_d(Ad,Nd,kd,Id,Td[Rd+4],6,-145523070),Id=_d(Id,Ad,Nd,kd,Td[Rd+11],10,-1120210379),kd=_d(kd,Id,Ad,Nd,Td[Rd+2],15,718787259),Nd=_d(Nd,kd,Id,Ad,Td[Rd+9],21,-343485551),Ad=yd(Ad,Md),Nd=yd(Nd,Ld),kd=yd(kd,jd),Id=yd(Id,Pd)}return Array(Ad,Nd,kd,Id)}function ld(Td,Od,Ad,Nd,kd,Id){return yd(Ed(yd(yd(Od,Td),yd(Nd,Id)),kd),Ad)}function cd(Td,Od,Ad,Nd,kd,Id,Rd){return ld(Od&Ad|~Od&Nd,Td,Od,kd,Id,Rd)}function ud(Td,Od,Ad,Nd,kd,Id,Rd){return ld(Od&Nd|Ad&~Nd,Td,Od,kd,Id,Rd)}function gd(Td,Od,Ad,Nd,kd,Id,Rd){return ld(Od^Ad^Nd,Td,Od,kd,Id,Rd)}function _d(Td,Od,Ad,Nd,kd,Id,Rd){return ld(Ad^(Od|~Nd),Td,Od,kd,Id,Rd)}function yd(Td,Od){var Ad=(Td&65535)+(Od&65535),Nd=(Td>>16)+(Od>>16)+(Ad>>16);return Nd<<16|Ad&65535}function Ed(Td,Od){return Td<<Od|Td>>>32-Od}td.exports=function(Od){return od.hash(Od,sd,16)}},{"./helpers":534}],536:[function(ed,td,rd){var od=ed("./helpers");function sd(_d,yd){_d[yd>>5]|=128<<24-yd%32,_d[(yd+64>>9<<4)+15]=yd;for(var Ed=Array(80),Td=1732584193,Od=-271733879,Ad=-1732584194,Nd=271733878,kd=-1009589776,Id=0;Id<_d.length;Id+=16){for(var Rd=Td,Md=Od,Ld=Ad,jd=Nd,Pd=kd,Fd=0;Fd<80;Fd++){Fd<16?Ed[Fd]=_d[Id+Fd]:Ed[Fd]=gd(Ed[Fd-3]^Ed[Fd-8]^Ed[Fd-14]^Ed[Fd-16],1);var Ud=ud(ud(gd(Td,5),ld(Fd,Od,Ad,Nd)),ud(ud(kd,Ed[Fd]),cd(Fd)));kd=Nd,Nd=Ad,Ad=gd(Od,30),Od=Td,Td=Ud}Td=ud(Td,Rd),Od=ud(Od,Md),Ad=ud(Ad,Ld),Nd=ud(Nd,jd),kd=ud(kd,Pd)}return Array(Td,Od,Ad,Nd,kd)}function ld(_d,yd,Ed,Td){return _d<20?yd&Ed|~yd&Td:_d<40?yd^Ed^Td:_d<60?yd&Ed|yd&Td|Ed&Td:yd^Ed^Td}function cd(_d){return _d<20?1518500249:_d<40?1859775393:_d<60?-1894007588:-899497514}function ud(_d,yd){var Ed=(_d&65535)+(yd&65535),Td=(_d>>16)+(yd>>16)+(Ed>>16);return Td<<16|Ed&65535}function gd(_d,yd){return _d<<yd|_d>>>32-yd}td.exports=function(yd){return od.hash(yd,sd,20,!0)}},{"./helpers":534}],537:[function(ed,td,rd){var od=ed("./helpers"),sd=function(Nd,kd){var Id=(Nd&65535)+(kd&65535),Rd=(Nd>>16)+(kd>>16)+(Id>>16);return Rd<<16|Id&65535},ld=function(Nd,kd){return Nd>>>kd|Nd<<32-kd},cd=function(Nd,kd){return Nd>>>kd},ud=function(Nd,kd,Id){return Nd&kd^~Nd&Id},gd=function(Nd,kd,Id){return Nd&kd^Nd&Id^kd&Id},_d=function(Nd){return ld(Nd,2)^ld(Nd,13)^ld(Nd,22)},yd=function(Nd){return ld(Nd,6)^ld(Nd,11)^ld(Nd,25)},Ed=function(Nd){return ld(Nd,7)^ld(Nd,18)^cd(Nd,3)},Td=function(Nd){return ld(Nd,17)^ld(Nd,19)^cd(Nd,10)},Od=function(Nd,kd){var Id=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),Rd=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),Md=new Array(64),Ld,jd,Pd,Fd,Ud,Vd,qd,Wd,zd,Kd,Qd,hf;Nd[kd>>5]|=128<<24-kd%32,Nd[(kd+64>>9<<4)+15]=kd;for(var zd=0;zd<Nd.length;zd+=16){Ld=Rd[0],jd=Rd[1],Pd=Rd[2],Fd=Rd[3],Ud=Rd[4],Vd=Rd[5],qd=Rd[6],Wd=Rd[7];for(var Kd=0;Kd<64;Kd++)Kd<16?Md[Kd]=Nd[Kd+zd]:Md[Kd]=sd(sd(sd(Td(Md[Kd-2]),Md[Kd-7]),Ed(Md[Kd-15])),Md[Kd-16]),Qd=sd(sd(sd(sd(Wd,yd(Ud)),ud(Ud,Vd,qd)),Id[Kd]),Md[Kd]),hf=sd(_d(Ld),gd(Ld,jd,Pd)),Wd=qd,qd=Vd,Vd=Ud,Ud=sd(Fd,Qd),Fd=Pd,Pd=jd,jd=Ld,Ld=sd(Qd,hf);Rd[0]=sd(Ld,Rd[0]),Rd[1]=sd(jd,Rd[1]),Rd[2]=sd(Pd,Rd[2]),Rd[3]=sd(Fd,Rd[3]),Rd[4]=sd(Ud,Rd[4]),Rd[5]=sd(Vd,Rd[5]),Rd[6]=sd(qd,Rd[6]),Rd[7]=sd(Wd,Rd[7])}return Rd};td.exports=function(Nd){return od.hash(Nd,Od,32,!0)}},{"./helpers":534}],538:[function(ed,td,rd){td.exports=function(){return function(){}}},{}],539:[function(ed,td,rd){(function(od){(function(){var sd=ed("@babel/runtime/helpers/interopRequireDefault"),ld=sd(ed("@babel/runtime/helpers/typeof")),cd=ed("stream"),ud=cd.Stream,gd=ed("../lib/common/utils/isArray"),_d=gd.isArray;td.exports.string=function(Td){return typeof Td=="string"},td.exports.array=_d,td.exports.buffer=od.isBuffer;function yd(Ed){return Ed instanceof ud}td.exports.writableStream=function(Td){return yd(Td)&&typeof Td._write=="function"&&(0,ld.default)(Td._writableState)==="object"}}).call(this)}).call(this,{isBuffer:ed("../node_modules/is-buffer/index.js")})},{"../lib/common/utils/isArray":66,"../node_modules/is-buffer/index.js":411,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,stream:470}],540:[function(ed,td,rd){var od=ed("immediate"),sd=td.exports={};sd.nextTick=od,sd.title="browser",sd.browser=!0,sd.env={},sd.argv=[],sd.version="",sd.versions={};function ld(){}sd.on=ld,sd.addListener=ld,sd.once=ld,sd.off=ld,sd.removeListener=ld,sd.removeAllListeners=ld,sd.emit=ld,sd.prependListener=ld,sd.prependOnceListener=ld,sd.listeners=function(cd){return[]},sd.binding=function(cd){throw new Error("process.binding is not supported")},sd.cwd=function(){return"/"},sd.chdir=function(cd){throw new Error("process.chdir is not supported")},sd.umask=function(){return 0}},{immediate:403}],541:[function(ed,td,rd){(function(od){(function(){ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.search.js");var sd=ed("./lib/request"),ld=ed("./lib/response"),cd=ed("xtend"),ud=ed("builtin-status-codes"),gd=ed("url"),_d=rd;_d.request=function(yd,Ed){typeof yd=="string"?yd=gd.parse(yd):yd=cd(yd);var Td=od.location.protocol.search(/^https?:$/)===-1?"http:":"",Od=yd.protocol||Td,Ad=yd.hostname||yd.host,Nd=yd.port,kd=yd.path||"/";Ad&&Ad.indexOf(":")!==-1&&(Ad="["+Ad+"]"),yd.url=(Ad?Od+"//"+Ad:"")+(Nd?":"+Nd:"")+kd,yd.method=(yd.method||"GET").toUpperCase(),yd.headers=yd.headers||{};var Id=new sd(yd);return Ed&&Id.on("response",Ed),Id},_d.get=function(Ed,Td){var Od=_d.request(Ed,Td);return Od.end(),Od},_d.ClientRequest=sd,_d.IncomingMessage=ld.IncomingMessage,_d.Agent=function(){},_d.Agent.defaultMaxSockets=4,_d.globalAgent=new _d.Agent,_d.STATUS_CODES=ud,_d.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"./lib/request":543,"./lib/response":544,"builtin-status-codes":104,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.search.js":348,url:545,xtend:532}],542:[function(ed,td,rd){(function(od){(function(){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.promise.js"),ed("core-js/modules/es.array-buffer.constructor.js"),ed("core-js/modules/es.array-buffer.slice.js"),ed("core-js/modules/es.array.slice.js"),rd.fetch=_d(od.fetch)&&_d(od.ReadableStream),rd.writableStream=_d(od.WritableStream),rd.abortController=_d(od.AbortController),rd.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),rd.blobConstructor=!0}catch{}var sd;function ld(){if(sd!==void 0)return sd;if(od.XMLHttpRequest){sd=new od.XMLHttpRequest;try{sd.open("GET",od.XDomainRequest?"/":"https://example.com")}catch{sd=null}}else sd=null;return sd}function cd(yd){var Ed=ld();if(!Ed)return!1;try{return Ed.responseType=yd,Ed.responseType===yd}catch{}return!1}var ud=typeof od.ArrayBuffer<"u",gd=ud&&_d(od.ArrayBuffer.prototype.slice);rd.arraybuffer=rd.fetch||ud&&cd("arraybuffer"),rd.msstream=!rd.fetch&&gd&&cd("ms-stream"),rd.mozchunkedarraybuffer=!rd.fetch&&ud&&cd("moz-chunked-arraybuffer"),rd.overrideMimeType=rd.fetch||(ld()?_d(ld().overrideMimeType):!1),rd.vbArray=_d(od.VBArray);function _d(yd){return typeof yd=="function"}sd=null}).call(this)}).call(this,typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{})},{"core-js/modules/es.array-buffer.constructor.js":308,"core-js/modules/es.array-buffer.slice.js":309,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335}],543:[function(ed,td,rd){(function(od,sd,ld){(function(){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.regexp.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.array.map.js"),ed("core-js/modules/es.function.name.js"),ed("core-js/modules/es.promise.js");var cd=ed("./capability"),ud=ed("inherits"),gd=ed("./response"),_d=ed("readable-stream"),yd=ed("to-arraybuffer"),Ed=gd.IncomingMessage,Td=gd.readyStates;function Od(Id,Rd){return cd.fetch&&Rd?"fetch":cd.mozchunkedarraybuffer?"moz-chunked-arraybuffer":cd.msstream?"ms-stream":cd.arraybuffer&&Id?"arraybuffer":cd.vbArray&&Id?"text:vbarray":"text"}var Ad=td.exports=function(Id){var Rd=this;_d.Writable.call(Rd),Rd._opts=Id,Rd._body=[],Rd._headers={},Id.auth&&Rd.setHeader("Authorization","Basic "+new ld(Id.auth).toString("base64")),Object.keys(Id.headers).forEach(function(jd){Rd.setHeader(jd,Id.headers[jd])});var Md,Ld=!0;if(Id.mode==="disable-fetch"||"requestTimeout"in Id&&!cd.abortController)Ld=!1,Md=!0;else if(Id.mode==="prefer-streaming")Md=!1;else if(Id.mode==="allow-wrong-content-type")Md=!cd.overrideMimeType;else if(!Id.mode||Id.mode==="default"||Id.mode==="prefer-fast")Md=!0;else throw new Error("Invalid value for opts.mode");Rd._mode=Od(Md,Ld),Rd._fetchTimer=null,Rd.on("finish",function(){Rd._onFinish()})};ud(Ad,_d.Writable),Ad.prototype.setHeader=function(Id,Rd){var Md=this,Ld=Id.toLowerCase();kd.indexOf(Ld)===-1&&(Md._headers[Ld]={name:Id,value:Rd})},Ad.prototype.getHeader=function(Id){var Rd=this._headers[Id.toLowerCase()];return Rd?Rd.value:null},Ad.prototype.removeHeader=function(Id){var Rd=this;delete Rd._headers[Id.toLowerCase()]},Ad.prototype._onFinish=function(){var Id=this;if(!Id._destroyed){var Rd=Id._opts,Md=Id._headers,Ld=null;Rd.method!=="GET"&&Rd.method!=="HEAD"&&(cd.arraybuffer?Ld=yd(ld.concat(Id._body)):cd.blobConstructor?Ld=new sd.Blob(Id._body.map(function(Vd){return yd(Vd)}),{type:(Md["content-type"]||{}).value||""}):Ld=ld.concat(Id._body).toString());var jd=[];if(Object.keys(Md).forEach(function(Vd){var qd=Md[Vd].name,Wd=Md[Vd].value;Array.isArray(Wd)?Wd.forEach(function(zd){jd.push([qd,zd])}):jd.push([qd,Wd])}),Id._mode==="fetch"){var Pd=null;if(cd.abortController){var Fd=new AbortController;Pd=Fd.signal,Id._fetchAbortController=Fd,"requestTimeout"in Rd&&Rd.requestTimeout!==0&&(Id._fetchTimer=sd.setTimeout(function(){Id.emit("requestTimeout"),Id._fetchAbortController&&Id._fetchAbortController.abort()},Rd.requestTimeout))}sd.fetch(Id._opts.url,{method:Id._opts.method,headers:jd,body:Ld||void 0,mode:"cors",credentials:Rd.withCredentials?"include":"same-origin",signal:Pd}).then(function(Vd){Id._fetchResponse=Vd,Id._connect()},function(Vd){sd.clearTimeout(Id._fetchTimer),Id._destroyed||Id.emit("error",Vd)})}else{var Ud=Id._xhr=new sd.XMLHttpRequest;try{Ud.open(Id._opts.method,Id._opts.url,!0)}catch(Vd){od.nextTick(function(){Id.emit("error",Vd)});return}"responseType"in Ud&&(Ud.responseType=Id._mode.split(":")[0]),"withCredentials"in Ud&&(Ud.withCredentials=!!Rd.withCredentials),Id._mode==="text"&&"overrideMimeType"in Ud&&Ud.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in Rd&&(Ud.timeout=Rd.requestTimeout,Ud.ontimeout=function(){Id.emit("requestTimeout")}),jd.forEach(function(Vd){Ud.setRequestHeader(Vd[0],Vd[1])}),Id._response=null,Ud.onreadystatechange=function(){switch(Ud.readyState){case Td.LOADING:case Td.DONE:Id._onXHRProgress();break}},Id._mode==="moz-chunked-arraybuffer"&&(Ud.onprogress=function(){Id._onXHRProgress()}),Ud.onerror=function(){Id._destroyed||Id.emit("error",new Error("XHR error"))};try{Ud.send(Ld)}catch(Vd){od.nextTick(function(){Id.emit("error",Vd)});return}}}};function Nd(Id){try{var Rd=Id.status;return Rd!==null&&Rd!==0}catch{return!1}}Ad.prototype._onXHRProgress=function(){var Id=this;!Nd(Id._xhr)||Id._destroyed||(Id._response||Id._connect(),Id._response._onXHRProgress())},Ad.prototype._connect=function(){var Id=this;Id._destroyed||(Id._response=new Ed(Id._xhr,Id._fetchResponse,Id._mode,Id._fetchTimer),Id._response.on("error",function(Rd){Id.emit("error",Rd)}),Id.emit("response",Id._response))},Ad.prototype._write=function(Id,Rd,Md){var Ld=this;Ld._body.push(Id),Md()},Ad.prototype.abort=Ad.prototype.destroy=function(){var Id=this;Id._destroyed=!0,sd.clearTimeout(Id._fetchTimer),Id._response&&(Id._response._destroyed=!0),Id._xhr?Id._xhr.abort():Id._fetchAbortController&&Id._fetchAbortController.abort()},Ad.prototype.end=function(Id,Rd,Md){var Ld=this;typeof Id=="function"&&(Md=Id,Id=void 0),_d.Writable.prototype.end.call(Ld,Id,Rd,Md)},Ad.prototype.flushHeaders=function(){},Ad.prototype.setTimeout=function(){},Ad.prototype.setNoDelay=function(){},Ad.prototype.setSocketKeepAlive=function(){};var kd=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","date","dnt","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","user-agent","via"]}).call(this)}).call(this,ed("_process"),typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{},ed("buffer").Buffer)},{"./capability":542,"./response":544,_process:540,buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.map.js":318,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.to-string.js":341,"core-js/modules/web.dom-collections.for-each.js":382,inherits:409,"readable-stream":465,"to-arraybuffer":487}],544:[function(ed,td,rd){(function(od,sd,ld){(function(){ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/web.dom-collections.for-each.js"),ed("core-js/modules/es.promise.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.split.js"),ed("core-js/modules/es.string.match.js"),ed("core-js/modules/es.array.iterator.js"),ed("core-js/modules/es.array-buffer.slice.js"),ed("core-js/modules/es.typed-array.uint8-array.js"),ed("core-js/modules/es.typed-array.copy-within.js"),ed("core-js/modules/es.typed-array.every.js"),ed("core-js/modules/es.typed-array.fill.js"),ed("core-js/modules/es.typed-array.filter.js"),ed("core-js/modules/es.typed-array.find.js"),ed("core-js/modules/es.typed-array.find-index.js"),ed("core-js/modules/es.typed-array.for-each.js"),ed("core-js/modules/es.typed-array.includes.js"),ed("core-js/modules/es.typed-array.index-of.js"),ed("core-js/modules/es.typed-array.iterator.js"),ed("core-js/modules/es.typed-array.join.js"),ed("core-js/modules/es.typed-array.last-index-of.js"),ed("core-js/modules/es.typed-array.map.js"),ed("core-js/modules/es.typed-array.reduce.js"),ed("core-js/modules/es.typed-array.reduce-right.js"),ed("core-js/modules/es.typed-array.reverse.js"),ed("core-js/modules/es.typed-array.set.js"),ed("core-js/modules/es.typed-array.slice.js"),ed("core-js/modules/es.typed-array.some.js"),ed("core-js/modules/es.typed-array.sort.js"),ed("core-js/modules/es.typed-array.subarray.js"),ed("core-js/modules/es.typed-array.to-locale-string.js"),ed("core-js/modules/es.typed-array.to-string.js"),ed("core-js/modules/es.array.slice.js");var cd=ed("./capability"),ud=ed("inherits"),gd=ed("readable-stream"),_d=rd.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},yd=rd.IncomingMessage=function(Ed,Td,Od,Ad){var Nd=this;if(gd.Readable.call(Nd),Nd._mode=Od,Nd.headers={},Nd.rawHeaders=[],Nd.trailers={},Nd.rawTrailers=[],Nd.on("end",function(){od.nextTick(function(){Nd.emit("close")})}),Od==="fetch"){var kd=function Pd(){Rd.read().then(function(Fd){if(!Nd._destroyed){if(Fd.done){sd.clearTimeout(Ad),Nd.push(null);return}Nd.push(new ld(Fd.value)),Pd()}}).catch(function(Fd){sd.clearTimeout(Ad),Nd._destroyed||Nd.emit("error",Fd)})};if(Nd._fetchResponse=Td,Nd.url=Td.url,Nd.statusCode=Td.status,Nd.statusMessage=Td.statusText,Td.headers.forEach(function(Pd,Fd){Nd.headers[Fd.toLowerCase()]=Pd,Nd.rawHeaders.push(Fd,Pd)}),cd.writableStream){var Id=new WritableStream({write:function(Fd){return new Promise(function(Ud,Vd){Nd._destroyed?Vd():Nd.push(new ld(Fd))?Ud():Nd._resumeFetch=Ud})},close:function(){sd.clearTimeout(Ad),Nd._destroyed||Nd.push(null)},abort:function(Fd){Nd._destroyed||Nd.emit("error",Fd)}});try{Td.body.pipeTo(Id).catch(function(Pd){sd.clearTimeout(Ad),Nd._destroyed||Nd.emit("error",Pd)});return}catch{}}var Rd=Td.body.getReader();kd()}else{Nd._xhr=Ed,Nd._pos=0,Nd.url=Ed.responseURL,Nd.statusCode=Ed.status,Nd.statusMessage=Ed.statusText;var Md=Ed.getAllResponseHeaders().split(/\r?\n/);if(Md.forEach(function(Pd){var Fd=Pd.match(/^([^:]+):\s*(.*)/);if(Fd){var Ud=Fd[1].toLowerCase();Ud==="set-cookie"?(Nd.headers[Ud]===void 0&&(Nd.headers[Ud]=[]),Nd.headers[Ud].push(Fd[2])):Nd.headers[Ud]!==void 0?Nd.headers[Ud]+=", "+Fd[2]:Nd.headers[Ud]=Fd[2],Nd.rawHeaders.push(Fd[1],Fd[2])}}),Nd._charset="x-user-defined",!cd.overrideMimeType){var Ld=Nd.rawHeaders["mime-type"];if(Ld){var jd=Ld.match(/;\s*charset=([^;])(;|$)/);jd&&(Nd._charset=jd[1].toLowerCase())}Nd._charset||(Nd._charset="utf-8")}}};ud(yd,gd.Readable),yd.prototype._read=function(){var Ed=this,Td=Ed._resumeFetch;Td&&(Ed._resumeFetch=null,Td())},yd.prototype._onXHRProgress=function(){var Ed=this,Td=Ed._xhr,Od=null;switch(Ed._mode){case"text:vbarray":if(Td.readyState!==_d.DONE)break;try{Od=new sd.VBArray(Td.responseBody).toArray()}catch{}if(Od!==null){Ed.push(new ld(Od));break}case"text":try{Od=Td.responseText}catch{Ed._mode="text:vbarray";break}if(Od.length>Ed._pos){var Ad=Od.substr(Ed._pos);if(Ed._charset==="x-user-defined"){for(var Nd=new ld(Ad.length),kd=0;kd<Ad.length;kd++)Nd[kd]=Ad.charCodeAt(kd)&255;Ed.push(Nd)}else Ed.push(Ad,Ed._charset);Ed._pos=Od.length}break;case"arraybuffer":if(Td.readyState!==_d.DONE||!Td.response)break;Od=Td.response,Ed.push(new ld(new Uint8Array(Od)));break;case"moz-chunked-arraybuffer":if(Od=Td.response,Td.readyState!==_d.LOADING||!Od)break;Ed.push(new ld(new Uint8Array(Od)));break;case"ms-stream":if(Od=Td.response,Td.readyState!==_d.LOADING)break;var Id=new sd.MSStreamReader;Id.onprogress=function(){Id.result.byteLength>Ed._pos&&(Ed.push(new ld(new Uint8Array(Id.result.slice(Ed._pos)))),Ed._pos=Id.result.byteLength)},Id.onload=function(){Ed.push(null)},Id.readAsArrayBuffer(Od);break}Ed._xhr.readyState===_d.DONE&&Ed._mode!=="ms-stream"&&Ed.push(null)}}).call(this)}).call(this,ed("_process"),typeof Ja<"u"?Ja:typeof self<"u"?self:typeof window<"u"?window:{},ed("buffer").Buffer)},{"./capability":542,_process:540,buffer:103,"core-js/modules/es.array-buffer.slice.js":309,"core-js/modules/es.array.iterator.js":316,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.match.js":346,"core-js/modules/es.string.split.js":349,"core-js/modules/es.typed-array.copy-within.js":358,"core-js/modules/es.typed-array.every.js":359,"core-js/modules/es.typed-array.fill.js":360,"core-js/modules/es.typed-array.filter.js":361,"core-js/modules/es.typed-array.find-index.js":362,"core-js/modules/es.typed-array.find.js":363,"core-js/modules/es.typed-array.for-each.js":364,"core-js/modules/es.typed-array.includes.js":365,"core-js/modules/es.typed-array.index-of.js":366,"core-js/modules/es.typed-array.iterator.js":367,"core-js/modules/es.typed-array.join.js":368,"core-js/modules/es.typed-array.last-index-of.js":369,"core-js/modules/es.typed-array.map.js":370,"core-js/modules/es.typed-array.reduce-right.js":371,"core-js/modules/es.typed-array.reduce.js":372,"core-js/modules/es.typed-array.reverse.js":373,"core-js/modules/es.typed-array.set.js":374,"core-js/modules/es.typed-array.slice.js":375,"core-js/modules/es.typed-array.some.js":376,"core-js/modules/es.typed-array.sort.js":377,"core-js/modules/es.typed-array.subarray.js":378,"core-js/modules/es.typed-array.to-locale-string.js":379,"core-js/modules/es.typed-array.to-string.js":380,"core-js/modules/es.typed-array.uint8-array.js":381,"core-js/modules/web.dom-collections.for-each.js":382,inherits:409,"readable-stream":465}],545:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/helpers/typeof"));ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.string.search.js"),ed("core-js/modules/es.array.concat.js"),ed("core-js/modules/es.string.split.js"),ed("core-js/modules/es.string.replace.js"),ed("core-js/modules/es.array.join.js"),ed("core-js/modules/es.string.trim.js"),ed("core-js/modules/es.string.match.js"),ed("core-js/modules/es.array.slice.js"),ed("core-js/modules/es.object.keys.js"),ed("core-js/modules/es.array.splice.js");var ld=ed("punycode"),cd=ed("./util");rd.parse=Fd,rd.resolve=Vd,rd.resolveObject=qd,rd.format=Ud,rd.Url=ud;function ud(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var gd=/^([a-z0-9.+-]+:)/i,_d=/:[0-9]*$/,yd=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Ed=["<",">",'"',"`"," ","\r",`
`," "],Td=["{","}","|","\\","^","`"].concat(Ed),Od=["'"].concat(Td),Ad=["%","/","?",";","#"].concat(Od),Nd=["/","?","#"],kd=255,Id=/^[+a-z0-9A-Z_-]{0,63}$/,Rd=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Md={javascript:!0,"javascript:":!0},Ld={javascript:!0,"javascript:":!0},jd={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},Pd=ed("querystring");function Fd(Wd,zd,Kd){if(Wd&&cd.isObject(Wd)&&Wd instanceof ud)return Wd;var Qd=new ud;return Qd.parse(Wd,zd,Kd),Qd}ud.prototype.parse=function(Wd,zd,Kd){if(!cd.isString(Wd))throw new TypeError("Parameter 'url' must be a string, not "+(0,sd.default)(Wd));var Qd=Wd.indexOf("?"),hf=Qd!==-1&&Qd<Wd.indexOf("#")?"?":"#",gf=Wd.split(hf),bf=/\\/g;gf[0]=gf[0].replace(bf,"/"),Wd=gf.join(hf);var kf=Wd;if(kf=kf.trim(),!Kd&&Wd.split("#").length===1){var Cf=yd.exec(kf);if(Cf)return this.path=kf,this.href=kf,this.pathname=Cf[1],Cf[2]?(this.search=Cf[2],zd?this.query=Pd.parse(this.search.substr(1)):this.query=this.search.substr(1)):zd&&(this.search="",this.query={}),this}var Ef=gd.exec(kf);if(Ef){Ef=Ef[0];var yf=Ef.toLowerCase();this.protocol=yf,kf=kf.substr(Ef.length)}if(Kd||Ef||kf.match(/^\/\/[^@\/]+@[^@\/]+/)){var Mf=kf.substr(0,2)==="//";Mf&&!(Ef&&Ld[Ef])&&(kf=kf.substr(2),this.slashes=!0)}if(!Ld[Ef]&&(Mf||Ef&&!jd[Ef])){for(var Af=-1,Zd=0;Zd<Nd.length;Zd++){var mf=kf.indexOf(Nd[Zd]);mf!==-1&&(Af===-1||mf<Af)&&(Af=mf)}var Pf,Ff;Af===-1?Ff=kf.lastIndexOf("@"):Ff=kf.lastIndexOf("@",Af),Ff!==-1&&(Pf=kf.slice(0,Ff),kf=kf.slice(Ff+1),this.auth=decodeURIComponent(Pf)),Af=-1;for(var Zd=0;Zd<Ad.length;Zd++){var mf=kf.indexOf(Ad[Zd]);mf!==-1&&(Af===-1||mf<Af)&&(Af=mf)}Af===-1&&(Af=kf.length),this.host=kf.slice(0,Af),kf=kf.slice(Af),this.parseHost(),this.hostname=this.hostname||"";var Lf=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!Lf)for(var jf=this.hostname.split("."),Zd=0,xf=jf.length;Zd<xf;Zd++){var Nf=jf[Zd];if(Nf&&!Nf.match(Id)){for(var Bf="",Tf=0,wf=Nf.length;Tf<wf;Tf++)Nf.charCodeAt(Tf)>127?Bf+="x":Bf+=Nf[Tf];if(!Bf.match(Id)){var Of=jf.slice(0,Zd),$f=jf.slice(Zd+1),Wf=Nf.match(Rd);Wf&&(Of.push(Wf[1]),$f.unshift(Wf[2])),$f.length&&(kf="/"+$f.join(".")+kf),this.hostname=Of.join(".");break}}}this.hostname.length>kd?this.hostname="":this.hostname=this.hostname.toLowerCase(),Lf||(this.hostname=ld.toASCII(this.hostname));var Kf=this.port?":"+this.port:"",Df=this.hostname||"";this.host=Df+Kf,this.href+=this.host,Lf&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),kf[0]!=="/"&&(kf="/"+kf))}if(!Md[yf])for(var Zd=0,xf=Od.length;Zd<xf;Zd++){var qf=Od[Zd];if(kf.indexOf(qf)!==-1){var Xf=encodeURIComponent(qf);Xf===qf&&(Xf=escape(qf)),kf=kf.split(qf).join(Xf)}}var hh=kf.indexOf("#");hh!==-1&&(this.hash=kf.substr(hh),kf=kf.slice(0,hh));var Mh=kf.indexOf("?");if(Mh!==-1?(this.search=kf.substr(Mh),this.query=kf.substr(Mh+1),zd&&(this.query=Pd.parse(this.query)),kf=kf.slice(0,Mh)):zd&&(this.search="",this.query={}),kf&&(this.pathname=kf),jd[yf]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var Kf=this.pathname||"",wh=this.search||"";this.path=Kf+wh}return this.href=this.format(),this};function Ud(Wd){return cd.isString(Wd)&&(Wd=Fd(Wd)),Wd instanceof ud?Wd.format():ud.prototype.format.call(Wd)}ud.prototype.format=function(){var Wd=this.auth||"";Wd&&(Wd=encodeURIComponent(Wd),Wd=Wd.replace(/%3A/i,":"),Wd+="@");var zd=this.protocol||"",Kd=this.pathname||"",Qd=this.hash||"",hf=!1,gf="";this.host?hf=Wd+this.host:this.hostname&&(hf=Wd+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(hf+=":"+this.port)),this.query&&cd.isObject(this.query)&&Object.keys(this.query).length&&(gf=Pd.stringify(this.query));var bf=this.search||gf&&"?"+gf||"";return zd&&zd.substr(-1)!==":"&&(zd+=":"),this.slashes||(!zd||jd[zd])&&hf!==!1?(hf="//"+(hf||""),Kd&&Kd.charAt(0)!=="/"&&(Kd="/"+Kd)):hf||(hf=""),Qd&&Qd.charAt(0)!=="#"&&(Qd="#"+Qd),bf&&bf.charAt(0)!=="?"&&(bf="?"+bf),Kd=Kd.replace(/[?#]/g,function(kf){return encodeURIComponent(kf)}),bf=bf.replace("#","%23"),zd+hf+Kd+bf+Qd};function Vd(Wd,zd){return Fd(Wd,!1,!0).resolve(zd)}ud.prototype.resolve=function(Wd){return this.resolveObject(Fd(Wd,!1,!0)).format()};function qd(Wd,zd){return Wd?Fd(Wd,!1,!0).resolveObject(zd):zd}ud.prototype.resolveObject=function(Wd){if(cd.isString(Wd)){var zd=new ud;zd.parse(Wd,!1,!0),Wd=zd}for(var Kd=new ud,Qd=Object.keys(this),hf=0;hf<Qd.length;hf++){var gf=Qd[hf];Kd[gf]=this[gf]}if(Kd.hash=Wd.hash,Wd.href==="")return Kd.href=Kd.format(),Kd;if(Wd.slashes&&!Wd.protocol){for(var bf=Object.keys(Wd),kf=0;kf<bf.length;kf++){var Cf=bf[kf];Cf!=="protocol"&&(Kd[Cf]=Wd[Cf])}return jd[Kd.protocol]&&Kd.hostname&&!Kd.pathname&&(Kd.path=Kd.pathname="/"),Kd.href=Kd.format(),Kd}if(Wd.protocol&&Wd.protocol!==Kd.protocol){if(!jd[Wd.protocol]){for(var Ef=Object.keys(Wd),yf=0;yf<Ef.length;yf++){var Mf=Ef[yf];Kd[Mf]=Wd[Mf]}return Kd.href=Kd.format(),Kd}if(Kd.protocol=Wd.protocol,!Wd.host&&!Ld[Wd.protocol]){for(var xf=(Wd.pathname||"").split("/");xf.length&&!(Wd.host=xf.shift()););Wd.host||(Wd.host=""),Wd.hostname||(Wd.hostname=""),xf[0]!==""&&xf.unshift(""),xf.length<2&&xf.unshift(""),Kd.pathname=xf.join("/")}else Kd.pathname=Wd.pathname;if(Kd.search=Wd.search,Kd.query=Wd.query,Kd.host=Wd.host||"",Kd.auth=Wd.auth,Kd.hostname=Wd.hostname||Wd.host,Kd.port=Wd.port,Kd.pathname||Kd.search){var Af=Kd.pathname||"",Zd=Kd.search||"";Kd.path=Af+Zd}return Kd.slashes=Kd.slashes||Wd.slashes,Kd.href=Kd.format(),Kd}var mf=Kd.pathname&&Kd.pathname.charAt(0)==="/",Pf=Wd.host||Wd.pathname&&Wd.pathname.charAt(0)==="/",Ff=Pf||mf||Kd.host&&Wd.pathname,Lf=Ff,jf=Kd.pathname&&Kd.pathname.split("/")||[],xf=Wd.pathname&&Wd.pathname.split("/")||[],Nf=Kd.protocol&&!jd[Kd.protocol];if(Nf&&(Kd.hostname="",Kd.port=null,Kd.host&&(jf[0]===""?jf[0]=Kd.host:jf.unshift(Kd.host)),Kd.host="",Wd.protocol&&(Wd.hostname=null,Wd.port=null,Wd.host&&(xf[0]===""?xf[0]=Wd.host:xf.unshift(Wd.host)),Wd.host=null),Ff=Ff&&(xf[0]===""||jf[0]==="")),Pf)Kd.host=Wd.host||Wd.host===""?Wd.host:Kd.host,Kd.hostname=Wd.hostname||Wd.hostname===""?Wd.hostname:Kd.hostname,Kd.search=Wd.search,Kd.query=Wd.query,jf=xf;else if(xf.length)jf||(jf=[]),jf.pop(),jf=jf.concat(xf),Kd.search=Wd.search,Kd.query=Wd.query;else if(!cd.isNullOrUndefined(Wd.search)){if(Nf){Kd.hostname=Kd.host=jf.shift();var Bf=Kd.host&&Kd.host.indexOf("@")>0?Kd.host.split("@"):!1;Bf&&(Kd.auth=Bf.shift(),Kd.host=Kd.hostname=Bf.shift())}return Kd.search=Wd.search,Kd.query=Wd.query,(!cd.isNull(Kd.pathname)||!cd.isNull(Kd.search))&&(Kd.path=(Kd.pathname?Kd.pathname:"")+(Kd.search?Kd.search:"")),Kd.href=Kd.format(),Kd}if(!jf.length)return Kd.pathname=null,Kd.search?Kd.path="/"+Kd.search:Kd.path=null,Kd.href=Kd.format(),Kd;for(var Tf=jf.slice(-1)[0],wf=(Kd.host||Wd.host||jf.length>1)&&(Tf==="."||Tf==="..")||Tf==="",Of=0,$f=jf.length;$f>=0;$f--)Tf=jf[$f],Tf==="."?jf.splice($f,1):Tf===".."?(jf.splice($f,1),Of++):Of&&(jf.splice($f,1),Of--);if(!Ff&&!Lf)for(;Of--;Of)jf.unshift("..");Ff&&jf[0]!==""&&(!jf[0]||jf[0].charAt(0)!=="/")&&jf.unshift(""),wf&&jf.join("/").substr(-1)!=="/"&&jf.push("");var Wf=jf[0]===""||jf[0]&&jf[0].charAt(0)==="/";if(Nf){Kd.hostname=Kd.host=Wf?"":jf.length?jf.shift():"";var Bf=Kd.host&&Kd.host.indexOf("@")>0?Kd.host.split("@"):!1;Bf&&(Kd.auth=Bf.shift(),Kd.host=Kd.hostname=Bf.shift())}return Ff=Ff||Kd.host&&jf.length,Ff&&!Wf&&jf.unshift(""),jf.length?Kd.pathname=jf.join("/"):(Kd.pathname=null,Kd.path=null),(!cd.isNull(Kd.pathname)||!cd.isNull(Kd.search))&&(Kd.path=(Kd.pathname?Kd.pathname:"")+(Kd.search?Kd.search:"")),Kd.auth=Wd.auth||Kd.auth,Kd.slashes=Kd.slashes||Wd.slashes,Kd.href=Kd.format(),Kd},ud.prototype.parseHost=function(){var Wd=this.host,zd=_d.exec(Wd);zd&&(zd=zd[0],zd!==":"&&(this.port=zd.substr(1)),Wd=Wd.substr(0,Wd.length-zd.length)),Wd&&(this.hostname=Wd)}},{"./util":546,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.join.js":317,"core-js/modules/es.array.slice.js":319,"core-js/modules/es.array.splice.js":321,"core-js/modules/es.object.keys.js":330,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.match.js":346,"core-js/modules/es.string.replace.js":347,"core-js/modules/es.string.search.js":348,"core-js/modules/es.string.split.js":349,"core-js/modules/es.string.trim.js":351,punycode:445,querystring:453}],546:[function(ed,td,rd){var od=ed("@babel/runtime/helpers/interopRequireDefault"),sd=od(ed("@babel/runtime/helpers/typeof"));td.exports={isString:function(cd){return typeof cd=="string"},isObject:function(cd){return(0,sd.default)(cd)==="object"&&cd!==null},isNull:function(cd){return cd===null},isNullOrUndefined:function(cd){return cd==null}}},{"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91}],547:[function(ed,td,rd){ed("core-js/modules/es.number.constructor.js"),rd.encodeURIComponent=function(od){try{return encodeURIComponent(od)}catch{return od}},rd.escape=ed("escape-html"),rd.timestamp=function(sd){if(sd){var ld=sd;return typeof ld=="string"&&(ld=Number(ld)),String(sd).length===10&&(ld*=1e3),new Date(ld)}return Math.round(Date.now()/1e3)}},{"core-js/modules/es.number.constructor.js":324,"escape-html":387}],548:[function(ed,td,rd){(function(od,sd){(function(){var ld=ed("@babel/runtime/helpers/interopRequireDefault"),cd=ld(ed("@babel/runtime/helpers/typeof"));ed("core-js/modules/es.string.trim.js"),ed("core-js/modules/es.object.to-string.js"),ed("core-js/modules/es.promise.js"),ed("core-js/modules/es.regexp.exec.js"),ed("core-js/modules/es.function.name.js"),ed("core-js/modules/es.array.concat.js");var ud=ed("util"),gd=ed("url"),_d=ed("http"),yd=ed("https"),Ed=ed("debug")("urllib"),Td=ed("humanize-ms"),Od=0,Ad=Math.pow(2,31)-10,Nd=/^https?:\/\//i;function kd(Ld,jd){return Ld===void 0?jd:Ld}function Id(Ld){return Ld?Ld.split(";")[0].trim().toLowerCase():""}function Rd(Ld,jd){return function(Pd,Fd,Ud){if(Pd)return jd(Pd);Ld({data:Fd,status:Ud.statusCode,headers:Ud.headers,res:Ud})}}rd.TIMEOUTS=[Td("300s"),Td("300s")];var Md=["json","text"];rd.request=function(jd,Pd,Fd){return arguments.length===2&&typeof Pd=="function"&&(Fd=Pd,Pd=null),typeof Fd=="function"?rd.requestWithCallback(jd,Pd,Fd):new Promise(function(Ud,Vd){rd.requestWithCallback(jd,Pd,Rd(Ud,Vd))})},rd.requestWithCallback=function(jd,Pd,Fd){if(!jd||typeof jd!="string"&&(0,cd.default)(jd)!=="object"){var Ud=ud.format("expect request url to be a string or a http request options, but got %j",jd);throw new Error(Ud)}arguments.length===2&&typeof Pd=="function"&&(Fd=Pd,Pd=null),Pd=Pd||{},Od>=Ad&&(Od=0);var Vd=++Od;Pd.requestUrls=Pd.requestUrls||[];var qd={requestId:Vd,url:jd,args:Pd,ctx:Pd.ctx};Pd.emitter&&Pd.emitter.emit("request",qd),Pd.timeout=Pd.timeout||rd.TIMEOUTS,Pd.maxRedirects=Pd.maxRedirects||10,Pd.streaming=Pd.streaming||Pd.customResponse;var Wd=Date.now(),zd;typeof jd=="string"?(Nd.test(jd)||(jd="https://"+jd),zd=gd.parse(jd)):zd=jd;var Kd=(Pd.type||Pd.method||zd.method||"GET").toUpperCase(),Qd=zd.port||80,hf=_d,gf=kd(Pd.agent,rd.agent),bf=Pd.fixJSONCtlChars;zd.protocol==="https:"&&(hf=yd,gf=kd(Pd.httpsAgent,rd.httpsAgent),zd.port||(Qd=443));var kf={host:zd.hostname||zd.host||"localhost",path:zd.path||"/",method:Kd,port:Qd,agent:gf,headers:Pd.headers||{},lookup:Pd.lookup};Array.isArray(Pd.timeout)?kf.requestTimeout=Pd.timeout[Pd.timeout.length-1]:typeof Pd.timeout<"u"&&(kf.requestTimeout=Pd.timeout);var Cf=Pd.auth||zd.auth;Cf&&(kf.auth=Cf);var Ef=Pd.content||Pd.data,yf=Kd==="GET"||Kd==="HEAD"||Pd.dataAsQueryString;if(!Pd.content&&Ef&&!(typeof Ef=="string"||sd.isBuffer(Ef)))if(yf)Ef=Pd.nestedQuerystring?qs.stringify(Ef):querystring.stringify(Ef);else{var Mf=kf.headers["Content-Type"]||kf.headers["content-type"];Mf||(Pd.contentType==="json"?Mf="application/json":Mf="application/x-www-form-urlencoded",kf.headers["Content-Type"]=Mf),Id(Mf)==="application/json"?Ef=JSON.stringify(Ef):Ef=Pd.nestedQuerystring?qs.stringify(Ef):querystring.stringify(Ef)}yf&&Ef&&(kf.path+=(zd.query?"&":"?")+Ef,Ef=null);var Af=0;if(Ef){var Zd=Ef.length;sd.isBuffer(Ef)||(Zd=sd.byteLength(Ef)),Af=kf.headers["Content-Length"]=Zd}Pd.dataType==="json"&&(kf.headers.Accept="application/json"),typeof Pd.beforeRequest=="function"&&Pd.beforeRequest(kf);var mf=null,Pf=null,Ff=null,Lf=!1,jf=!1,xf=0,Nf=-1,Bf=!1,Tf="",wf="",Of=null;Pd.timing&&(Of={queuing:0,dnslookup:0,connected:0,requestSent:0,waiting:0,contentDownload:0});function $f(){mf&&(clearTimeout(mf),mf=null)}function Wf(){Pf&&(clearTimeout(Pf),Pf=null)}function Kf(Rf,Zf,Jf){if(Wf(),!Fd){console.warn("[urllib:warn] [%s] [%s] [worker:%s] %s %s callback twice!!!",Date(),Vd,od.pid,kf.method,jd),Rf&&console.warn(`[urllib:warn] [%s] [%s] [worker:%s] %s: %s
stack: %s`,Date(),Vd,od.pid,Rf.name,Rf.message,Rf.stack);return}var Th=Fd;Fd=null;var Ah={};Jf&&(Nf=Jf.statusCode,Ah=Jf.headers);var Gh=Date.now()-Wd;Of&&(Of.contentDownload=Gh),Ed("[%sms] done, %s bytes HTTP %s %s %s %s, keepAliveSocket: %s, timing: %j",Gh,xf,Nf,kf.method,kf.host,kf.path,jf,Of);var sm={status:Nf,statusCode:Nf,headers:Ah,size:xf,aborted:Bf,rt:Gh,keepAliveSocket:jf,data:Zf,requestUrls:Pd.requestUrls,timing:Of,remoteAddress:Tf,remotePort:wf};if(Rf){var kh="";gf&&typeof gf.getCurrentStatus=="function"&&(kh=", agent status: "+JSON.stringify(gf.getCurrentStatus())),Rf.message+=", "+kf.method+" "+jd+" "+Nf+" (connected: "+Lf+", keepalive socket: "+jf+kh+`)
headers: `+JSON.stringify(Ah),Rf.data=Zf,Rf.path=kf.path,Rf.status=Nf,Rf.headers=Ah,Rf.res=sm}Th(Rf,Zf,Pd.streaming?Jf:sm),Pd.emitter&&(qd.url=jd,qd.socket=oh&&oh.connection,qd.options=kf,qd.size=Af,Pd.emitter.emit("response",{requestId:Vd,error:Rf,ctx:Pd.ctx,req:qd,res:sm}))}function Df(Rf){var Zf=null;if(Pd.followRedirect&&statuses.redirect[Rf.statusCode]){Pd._followRedirectCount=(Pd._followRedirectCount||0)+1;var Jf=Rf.headers.location;if(!Jf)Zf=new Error("Got statusCode "+Rf.statusCode+" but cannot resolve next location from headers"),Zf.name="FollowRedirectError";else if(Pd._followRedirectCount>Pd.maxRedirects)Zf=new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+jd),Zf.name="MaxRedirectError";else{var Th=Pd.formatRedirectUrl?Pd.formatRedirectUrl(jd,Jf):gd.resolve(jd,Jf);Ed("Request#%d %s: `redirected` from %s to %s",Vd,kf.path,jd,Th),Wf(),Pd.headers&&Pd.headers.Host&&Nd.test(Jf)&&(Pd.headers.Host=null);var Ah=Fd;return Fd=null,rd.requestWithCallback(Th,Pd,Ah),{redirect:!0,error:null}}}return{redirect:!1,error:Zf}}Pd.gzip&&!kf.headers["Accept-Encoding"]&&!kf.headers["accept-encoding"]&&(kf.headers["Accept-Encoding"]="gzip");function qf(Rf,Zf,Jf){var Th=Rf.headers["content-encoding"];return Jf(null,Zf,Th)}var Xf=Pd.writeStream;Ed("Request#%d %s %s with headers %j, options.path: %s",Vd,Kd,jd,kf.headers,kf.path),Pd.requestUrls.push(jd);function hh(Rf){if(Of&&(Of.waiting=Date.now()-Wd),Ed("Request#%d %s `req response` event emit: status %d, headers: %j",Vd,jd,Rf.statusCode,Rf.headers),Pd.streaming){var Zf=Df(Rf);if(Zf.redirect){Rf.resume();return}return Zf.error?(Rf.resume(),Kf(Zf.error,null,Rf)):Kf(null,null,Rf)}if(Rf.on("close",function(){Ed("Request#%d %s: `res close` event emit, total size %d",Vd,jd,xf)}),Rf.on("error",function(){Ed("Request#%d %s: `res error` event emit, total size %d",Vd,jd,xf)}),Rf.on("aborted",function(){Bf=!0,Ed("Request#%d %s: `res aborted` event emit, total size %d",Vd,jd,xf)}),Xf){var Jf=Df(Rf);if(Jf.redirect){Rf.resume();return}return Jf.error?(Rf.resume(),Xf.end(),Kf(Jf.error,null,Rf)):(Pd.consumeWriteStream===!1?Rf.on("end",Kf.bind(null,null,null,Rf)):Xf.on("close",function(){Ed("Request#%d %s: writeStream close event emitted",Vd,jd),Kf(Ff||null,null,Rf)}),Rf.pipe(Xf))}var Th=[];Rf.on("data",function(Ah){Ed("Request#%d %s: `res data` event emit, size %d",Vd,jd,Ah.length),xf+=Ah.length,Th.push(Ah)}),Rf.on("end",function(){var Ah=sd.concat(Th,xf);if(Ed("Request#%d %s: `res end` event emit, total size %d, _dumped: %s",Vd,jd,xf,Rf._dumped),Ff)return Kf(Ff,Ah,Rf);var Gh=Df(Rf);if(Gh.error)return Kf(Gh.error,Ah,Rf);Gh.redirect||qf(Rf,Ah,function(sm,kh,Rh){if(sm)return Kf(sm,Ah,Rf);if(!Rh&&Md.indexOf(Pd.dataType)>=0){try{kh=decodeBodyByCharset(kh,Rf)}catch(cm){return Ed("decodeBodyByCharset error: %s",cm),Kf(null,kh,Rf)}if(Pd.dataType==="json")if(xf===0)kh=null;else{var jh=parseJSON(kh,bf);jh.error?sm=jh.error:kh=jh.data}}Bf&&Ed("Request#%d %s: Remote socket was terminated before `response.end()` was called",Vd,jd),Kf(sm,kh,Rf)})})}var Mh,wh;Array.isArray(Pd.timeout)?(Mh=Td(Pd.timeout[0]),wh=Td(Pd.timeout[1])):Mh=wh=Td(Pd.timeout),Ed("ConnectTimeout: %d, ResponseTimeout: %d",Mh,wh);function Bh(){Ed("Connect timer ticking, timeout: %d",Mh),mf=setTimeout(function(){mf=null,Nf===-1&&(Nf=-2);var Rf="Connect timeout for "+Mh+"ms",Zf="ConnectionTimeoutError";oh.socket||(Zf="SocketAssignTimeoutError",Rf+=", working sockets is full"),Ff=new Error(Rf),Ff.name=Zf,Ff.requestId=Vd,Ed("ConnectTimeout: Request#%d %s %s: %s, connected: %s",Vd,jd,Ff.name,Rf,Lf),Vf()},Mh)}function Uh(){Ed("Response timer ticking, timeout: %d",wh),Pf=setTimeout(function(){Pf=null;var Rf="Response timeout for "+wh+"ms",Zf="ResponseTimeoutError";Ff=new Error(Rf),Ff.name=Zf,Ff.requestId=Vd,Ed("ResponseTimeout: Request#%d %s %s: %s, connected: %s",Vd,jd,Ff.name,Rf,Lf),Vf()},wh)}var oh;kf.mode=Pd.mode?Pd.mode:"";try{oh=hf.request(kf,hh)}catch(Rf){return Kf(Rf)}typeof window>"u"?Bh():oh.on("requestTimeout",function(){Nf===-1&&(Nf=-2);var Rf="Connect timeout for "+Mh+"ms",Zf="ConnectionTimeoutError";Ff=new Error(Rf),Ff.name=Zf,Ff.requestId=Vd,Vf()});function Vf(){Ed("Request#%d %s abort, connected: %s",Vd,jd,Lf),oh.socket||(Ff.noSocket=!0,Kf(Ff)),oh.abort()}return Of&&oh.on("finish",function(){Of.requestSent=Date.now()-Wd}),oh.once("socket",function(Rf){Of&&(Of.queuing=Date.now()-Wd);var Zf=Rf.readyState;if(Zf==="opening"){Rf.once("lookup",function(Jf,Th,Ah){Ed("Request#%d %s lookup: %s, %s, %s",Vd,jd,Jf,Th,Ah),Of&&(Of.dnslookup=Date.now()-Wd),Th&&(Tf=Th)}),Rf.once("connect",function(){Of&&(Of.connected=Date.now()-Wd),$f(),Uh(),Ed("Request#%d %s new socket connected",Vd,jd),Lf=!0,Tf||(Tf=Rf.remoteAddress),wf=Rf.remotePort});return}Ed("Request#%d %s reuse socket connected, readyState: %s",Vd,jd,Zf),Lf=!0,jf=!0,Tf||(Tf=Rf.remoteAddress),wf=Rf.remotePort,$f(),Uh()}),oh.on("error",function(Rf){(Rf.name==="Error"||Rf.name==="TypeError")&&(Rf.name=Lf?"ResponseError":"RequestError"),Rf.message+=' (req "error")',Ed("Request#%d %s `req error` event emit, %s: %s",Vd,jd,Rf.name,Rf.message),Kf(Ff||Rf)}),Xf&&Xf.once("error",function(Rf){Rf.message+=' (writeStream "error")',Ff=Rf,Ed("Request#%d %s `writeStream error` event emit, %s: %s",Vd,jd,Rf.name,Rf.message),Vf()}),Pd.stream?(Pd.stream.pipe(oh),Pd.stream.once("error",function(Rf){Rf.message+=' (stream "error")',Ff=Rf,Ed("Request#%d %s `readStream error` event emit, %s: %s",Vd,jd,Rf.name,Rf.message),Vf()})):oh.end(Ef),oh.requestId=Vd,oh}}).call(this)}).call(this,ed("_process"),ed("buffer").Buffer)},{"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/helpers/typeof":91,_process:540,buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.function.name.js":322,"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335,"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.trim.js":351,debug:538,http:541,https:400,"humanize-ms":401,url:545,util:491}]},{},[1])(1)})})(window)})(aliyunOssSdk);var aliyunOssSdkExports=aliyunOssSdk.exports;const OSS=getDefaultExportFromCjs(aliyunOssSdkExports);var define_process_default$8={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};function assertPath(Ra){if(typeof Ra!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(Ra))}function normalizeStringPosix(Ra,qa){for(var Ja="",ed=0,td=-1,rd=0,od,sd=0;sd<=Ra.length;++sd){if(sd<Ra.length)od=Ra.charCodeAt(sd);else{if(od===47)break;od=47}if(od===47){if(!(td===sd-1||rd===1))if(td!==sd-1&&rd===2){if(Ja.length<2||ed!==2||Ja.charCodeAt(Ja.length-1)!==46||Ja.charCodeAt(Ja.length-2)!==46){if(Ja.length>2){var ld=Ja.lastIndexOf("/");if(ld!==Ja.length-1){ld===-1?(Ja="",ed=0):(Ja=Ja.slice(0,ld),ed=Ja.length-1-Ja.lastIndexOf("/")),td=sd,rd=0;continue}}else if(Ja.length===2||Ja.length===1){Ja="",ed=0,td=sd,rd=0;continue}}qa&&(Ja.length>0?Ja+="/..":Ja="..",ed=2)}else Ja.length>0?Ja+="/"+Ra.slice(td+1,sd):Ja=Ra.slice(td+1,sd),ed=sd-td-1;td=sd,rd=0}else od===46&&rd!==-1?++rd:rd=-1}return Ja}function _format(Ra,qa){var Ja=qa.dir||qa.root,ed=qa.base||(qa.name||"")+(qa.ext||"");return Ja?Ja===qa.root?Ja+ed:Ja+Ra+ed:ed}var posix={resolve:function(){for(var qa="",Ja=!1,ed,td=arguments.length-1;td>=-1&&!Ja;td--){var rd;td>=0?rd=arguments[td]:(ed===void 0&&(ed=define_process_default$8.cwd()),rd=ed),assertPath(rd),rd.length!==0&&(qa=rd+"/"+qa,Ja=rd.charCodeAt(0)===47)}return qa=normalizeStringPosix(qa,!Ja),Ja?qa.length>0?"/"+qa:"/":qa.length>0?qa:"."},normalize:function(qa){if(assertPath(qa),qa.length===0)return".";var Ja=qa.charCodeAt(0)===47,ed=qa.charCodeAt(qa.length-1)===47;return qa=normalizeStringPosix(qa,!Ja),qa.length===0&&!Ja&&(qa="."),qa.length>0&&ed&&(qa+="/"),Ja?"/"+qa:qa},isAbsolute:function(qa){return assertPath(qa),qa.length>0&&qa.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var qa,Ja=0;Ja<arguments.length;++Ja){var ed=arguments[Ja];assertPath(ed),ed.length>0&&(qa===void 0?qa=ed:qa+="/"+ed)}return qa===void 0?".":posix.normalize(qa)},relative:function(qa,Ja){if(assertPath(qa),assertPath(Ja),qa===Ja||(qa=posix.resolve(qa),Ja=posix.resolve(Ja),qa===Ja))return"";for(var ed=1;ed<qa.length&&qa.charCodeAt(ed)===47;++ed);for(var td=qa.length,rd=td-ed,od=1;od<Ja.length&&Ja.charCodeAt(od)===47;++od);for(var sd=Ja.length,ld=sd-od,cd=rd<ld?rd:ld,ud=-1,gd=0;gd<=cd;++gd){if(gd===cd){if(ld>cd){if(Ja.charCodeAt(od+gd)===47)return Ja.slice(od+gd+1);if(gd===0)return Ja.slice(od+gd)}else rd>cd&&(qa.charCodeAt(ed+gd)===47?ud=gd:gd===0&&(ud=0));break}var _d=qa.charCodeAt(ed+gd),yd=Ja.charCodeAt(od+gd);if(_d!==yd)break;_d===47&&(ud=gd)}var Ed="";for(gd=ed+ud+1;gd<=td;++gd)(gd===td||qa.charCodeAt(gd)===47)&&(Ed.length===0?Ed+="..":Ed+="/..");return Ed.length>0?Ed+Ja.slice(od+ud):(od+=ud,Ja.charCodeAt(od)===47&&++od,Ja.slice(od))},_makeLong:function(qa){return qa},dirname:function(qa){if(assertPath(qa),qa.length===0)return".";for(var Ja=qa.charCodeAt(0),ed=Ja===47,td=-1,rd=!0,od=qa.length-1;od>=1;--od)if(Ja=qa.charCodeAt(od),Ja===47){if(!rd){td=od;break}}else rd=!1;return td===-1?ed?"/":".":ed&&td===1?"//":qa.slice(0,td)},basename:function(qa,Ja){if(Ja!==void 0&&typeof Ja!="string")throw new TypeError('"ext" argument must be a string');assertPath(qa);var ed=0,td=-1,rd=!0,od;if(Ja!==void 0&&Ja.length>0&&Ja.length<=qa.length){if(Ja.length===qa.length&&Ja===qa)return"";var sd=Ja.length-1,ld=-1;for(od=qa.length-1;od>=0;--od){var cd=qa.charCodeAt(od);if(cd===47){if(!rd){ed=od+1;break}}else ld===-1&&(rd=!1,ld=od+1),sd>=0&&(cd===Ja.charCodeAt(sd)?--sd===-1&&(td=od):(sd=-1,td=ld))}return ed===td?td=ld:td===-1&&(td=qa.length),qa.slice(ed,td)}else{for(od=qa.length-1;od>=0;--od)if(qa.charCodeAt(od)===47){if(!rd){ed=od+1;break}}else td===-1&&(rd=!1,td=od+1);return td===-1?"":qa.slice(ed,td)}},extname:function(qa){assertPath(qa);for(var Ja=-1,ed=0,td=-1,rd=!0,od=0,sd=qa.length-1;sd>=0;--sd){var ld=qa.charCodeAt(sd);if(ld===47){if(!rd){ed=sd+1;break}continue}td===-1&&(rd=!1,td=sd+1),ld===46?Ja===-1?Ja=sd:od!==1&&(od=1):Ja!==-1&&(od=-1)}return Ja===-1||td===-1||od===0||od===1&&Ja===td-1&&Ja===ed+1?"":qa.slice(Ja,td)},format:function(qa){if(qa===null||typeof qa!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof qa);return _format("/",qa)},parse:function(qa){assertPath(qa);var Ja={root:"",dir:"",base:"",ext:"",name:""};if(qa.length===0)return Ja;var ed=qa.charCodeAt(0),td=ed===47,rd;td?(Ja.root="/",rd=1):rd=0;for(var od=-1,sd=0,ld=-1,cd=!0,ud=qa.length-1,gd=0;ud>=rd;--ud){if(ed=qa.charCodeAt(ud),ed===47){if(!cd){sd=ud+1;break}continue}ld===-1&&(cd=!1,ld=ud+1),ed===46?od===-1?od=ud:gd!==1&&(gd=1):od!==-1&&(gd=-1)}return od===-1||ld===-1||gd===0||gd===1&&od===ld-1&&od===sd+1?ld!==-1&&(sd===0&&td?Ja.base=Ja.name=qa.slice(1,ld):Ja.base=Ja.name=qa.slice(sd,ld)):(sd===0&&td?(Ja.name=qa.slice(1,od),Ja.base=qa.slice(1,ld)):(Ja.name=qa.slice(sd,od),Ja.base=qa.slice(sd,ld)),Ja.ext=qa.slice(od,ld)),sd>0?Ja.dir=qa.slice(0,sd-1):td&&(Ja.dir="/"),Ja},sep:"/",delimiter:":",win32:null,posix:null};posix.posix=posix;var pathBrowserify=posix,events={exports:{}},R=typeof Reflect=="object"?Reflect:null,ReflectApply=R&&typeof R.apply=="function"?R.apply:function(qa,Ja,ed){return Function.prototype.apply.call(qa,Ja,ed)},ReflectOwnKeys;R&&typeof R.ownKeys=="function"?ReflectOwnKeys=R.ownKeys:Object.getOwnPropertySymbols?ReflectOwnKeys=function(qa){return Object.getOwnPropertyNames(qa).concat(Object.getOwnPropertySymbols(qa))}:ReflectOwnKeys=function(qa){return Object.getOwnPropertyNames(qa)};function ProcessEmitWarning(Ra){console&&console.warn&&console.warn(Ra)}var NumberIsNaN=Number.isNaN||function(qa){return qa!==qa};function EventEmitter(){EventEmitter.init.call(this)}events.exports=EventEmitter;events.exports.once=once$3;EventEmitter.EventEmitter=EventEmitter;EventEmitter.prototype._events=void 0;EventEmitter.prototype._eventsCount=0;EventEmitter.prototype._maxListeners=void 0;var defaultMaxListeners=10;function checkListener(Ra){if(typeof Ra!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof Ra)}Object.defineProperty(EventEmitter,"defaultMaxListeners",{enumerable:!0,get:function(){return defaultMaxListeners},set:function(Ra){if(typeof Ra!="number"||Ra<0||NumberIsNaN(Ra))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+Ra+".");defaultMaxListeners=Ra}});EventEmitter.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};EventEmitter.prototype.setMaxListeners=function(qa){if(typeof qa!="number"||qa<0||NumberIsNaN(qa))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+qa+".");return this._maxListeners=qa,this};function _getMaxListeners(Ra){return Ra._maxListeners===void 0?EventEmitter.defaultMaxListeners:Ra._maxListeners}EventEmitter.prototype.getMaxListeners=function(){return _getMaxListeners(this)};EventEmitter.prototype.emit=function(qa){for(var Ja=[],ed=1;ed<arguments.length;ed++)Ja.push(arguments[ed]);var td=qa==="error",rd=this._events;if(rd!==void 0)td=td&&rd.error===void 0;else if(!td)return!1;if(td){var od;if(Ja.length>0&&(od=Ja[0]),od instanceof Error)throw od;var sd=new Error("Unhandled error."+(od?" ("+od.message+")":""));throw sd.context=od,sd}var ld=rd[qa];if(ld===void 0)return!1;if(typeof ld=="function")ReflectApply(ld,this,Ja);else for(var cd=ld.length,ud=arrayClone(ld,cd),ed=0;ed<cd;++ed)ReflectApply(ud[ed],this,Ja);return!0};function _addListener(Ra,qa,Ja,ed){var td,rd,od;if(checkListener(Ja),rd=Ra._events,rd===void 0?(rd=Ra._events=Object.create(null),Ra._eventsCount=0):(rd.newListener!==void 0&&(Ra.emit("newListener",qa,Ja.listener?Ja.listener:Ja),rd=Ra._events),od=rd[qa]),od===void 0)od=rd[qa]=Ja,++Ra._eventsCount;else if(typeof od=="function"?od=rd[qa]=ed?[Ja,od]:[od,Ja]:ed?od.unshift(Ja):od.push(Ja),td=_getMaxListeners(Ra),td>0&&od.length>td&&!od.warned){od.warned=!0;var sd=new Error("Possible EventEmitter memory leak detected. "+od.length+" "+String(qa)+" listeners added. Use emitter.setMaxListeners() to increase limit");sd.name="MaxListenersExceededWarning",sd.emitter=Ra,sd.type=qa,sd.count=od.length,ProcessEmitWarning(sd)}return Ra}EventEmitter.prototype.addListener=function(qa,Ja){return _addListener(this,qa,Ja,!1)};EventEmitter.prototype.on=EventEmitter.prototype.addListener;EventEmitter.prototype.prependListener=function(qa,Ja){return _addListener(this,qa,Ja,!0)};function onceWrapper(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function _onceWrap(Ra,qa,Ja){var ed={fired:!1,wrapFn:void 0,target:Ra,type:qa,listener:Ja},td=onceWrapper.bind(ed);return td.listener=Ja,ed.wrapFn=td,td}EventEmitter.prototype.once=function(qa,Ja){return checkListener(Ja),this.on(qa,_onceWrap(this,qa,Ja)),this};EventEmitter.prototype.prependOnceListener=function(qa,Ja){return checkListener(Ja),this.prependListener(qa,_onceWrap(this,qa,Ja)),this};EventEmitter.prototype.removeListener=function(qa,Ja){var ed,td,rd,od,sd;if(checkListener(Ja),td=this._events,td===void 0)return this;if(ed=td[qa],ed===void 0)return this;if(ed===Ja||ed.listener===Ja)--this._eventsCount===0?this._events=Object.create(null):(delete td[qa],td.removeListener&&this.emit("removeListener",qa,ed.listener||Ja));else if(typeof ed!="function"){for(rd=-1,od=ed.length-1;od>=0;od--)if(ed[od]===Ja||ed[od].listener===Ja){sd=ed[od].listener,rd=od;break}if(rd<0)return this;rd===0?ed.shift():spliceOne(ed,rd),ed.length===1&&(td[qa]=ed[0]),td.removeListener!==void 0&&this.emit("removeListener",qa,sd||Ja)}return this};EventEmitter.prototype.off=EventEmitter.prototype.removeListener;EventEmitter.prototype.removeAllListeners=function(qa){var Ja,ed,td;if(ed=this._events,ed===void 0)return this;if(ed.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):ed[qa]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete ed[qa]),this;if(arguments.length===0){var rd=Object.keys(ed),od;for(td=0;td<rd.length;++td)od=rd[td],od!=="removeListener"&&this.removeAllListeners(od);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(Ja=ed[qa],typeof Ja=="function")this.removeListener(qa,Ja);else if(Ja!==void 0)for(td=Ja.length-1;td>=0;td--)this.removeListener(qa,Ja[td]);return this};function _listeners(Ra,qa,Ja){var ed=Ra._events;if(ed===void 0)return[];var td=ed[qa];return td===void 0?[]:typeof td=="function"?Ja?[td.listener||td]:[td]:Ja?unwrapListeners(td):arrayClone(td,td.length)}EventEmitter.prototype.listeners=function(qa){return _listeners(this,qa,!0)};EventEmitter.prototype.rawListeners=function(qa){return _listeners(this,qa,!1)};EventEmitter.listenerCount=function(Ra,qa){return typeof Ra.listenerCount=="function"?Ra.listenerCount(qa):listenerCount.call(Ra,qa)};EventEmitter.prototype.listenerCount=listenerCount;function listenerCount(Ra){var qa=this._events;if(qa!==void 0){var Ja=qa[Ra];if(typeof Ja=="function")return 1;if(Ja!==void 0)return Ja.length}return 0}EventEmitter.prototype.eventNames=function(){return this._eventsCount>0?ReflectOwnKeys(this._events):[]};function arrayClone(Ra,qa){for(var Ja=new Array(qa),ed=0;ed<qa;++ed)Ja[ed]=Ra[ed];return Ja}function spliceOne(Ra,qa){for(;qa+1<Ra.length;qa++)Ra[qa]=Ra[qa+1];Ra.pop()}function unwrapListeners(Ra){for(var qa=new Array(Ra.length),Ja=0;Ja<qa.length;++Ja)qa[Ja]=Ra[Ja].listener||Ra[Ja];return qa}function once$3(Ra,qa){return new Promise(function(Ja,ed){function td(od){Ra.removeListener(qa,rd),ed(od)}function rd(){typeof Ra.removeListener=="function"&&Ra.removeListener("error",td),Ja([].slice.call(arguments))}eventTargetAgnosticAddListener(Ra,qa,rd,{once:!0}),qa!=="error"&&addErrorHandlerIfEventEmitter(Ra,td,{once:!0})})}function addErrorHandlerIfEventEmitter(Ra,qa,Ja){typeof Ra.on=="function"&&eventTargetAgnosticAddListener(Ra,"error",qa,Ja)}function eventTargetAgnosticAddListener(Ra,qa,Ja,ed){if(typeof Ra.on=="function")ed.once?Ra.once(qa,Ja):Ra.on(qa,Ja);else if(typeof Ra.addEventListener=="function")Ra.addEventListener(qa,function td(rd){ed.once&&Ra.removeEventListener(qa,td),Ja(rd)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof Ra)}var eventsExports=events.exports,inherits_browser={exports:{}};typeof Object.create=="function"?inherits_browser.exports=function(qa,Ja){Ja&&(qa.super_=Ja,qa.prototype=Object.create(Ja.prototype,{constructor:{value:qa,enumerable:!1,writable:!0,configurable:!0}}))}:inherits_browser.exports=function(qa,Ja){if(Ja){qa.super_=Ja;var ed=function(){};ed.prototype=Ja.prototype,qa.prototype=new ed,qa.prototype.constructor=qa}};var inherits_browserExports=inherits_browser.exports,streamBrowser=eventsExports.EventEmitter,buffer={},base64Js={};base64Js.byteLength=byteLength;base64Js.toByteArray=toByteArray;base64Js.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var i$1=0,len=code.length;i$1<len;++i$1)lookup[i$1]=code[i$1],revLookup[code.charCodeAt(i$1)]=i$1;revLookup[45]=62;revLookup[95]=63;function getLens(Ra){var qa=Ra.length;if(qa%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var Ja=Ra.indexOf("=");Ja===-1&&(Ja=qa);var ed=Ja===qa?0:4-Ja%4;return[Ja,ed]}function byteLength(Ra){var qa=getLens(Ra),Ja=qa[0],ed=qa[1];return(Ja+ed)*3/4-ed}function _byteLength(Ra,qa,Ja){return(qa+Ja)*3/4-Ja}function toByteArray(Ra){var qa,Ja=getLens(Ra),ed=Ja[0],td=Ja[1],rd=new Arr(_byteLength(Ra,ed,td)),od=0,sd=td>0?ed-4:ed,ld;for(ld=0;ld<sd;ld+=4)qa=revLookup[Ra.charCodeAt(ld)]<<18|revLookup[Ra.charCodeAt(ld+1)]<<12|revLookup[Ra.charCodeAt(ld+2)]<<6|revLookup[Ra.charCodeAt(ld+3)],rd[od++]=qa>>16&255,rd[od++]=qa>>8&255,rd[od++]=qa&255;return td===2&&(qa=revLookup[Ra.charCodeAt(ld)]<<2|revLookup[Ra.charCodeAt(ld+1)]>>4,rd[od++]=qa&255),td===1&&(qa=revLookup[Ra.charCodeAt(ld)]<<10|revLookup[Ra.charCodeAt(ld+1)]<<4|revLookup[Ra.charCodeAt(ld+2)]>>2,rd[od++]=qa>>8&255,rd[od++]=qa&255),rd}function tripletToBase64(Ra){return lookup[Ra>>18&63]+lookup[Ra>>12&63]+lookup[Ra>>6&63]+lookup[Ra&63]}function encodeChunk(Ra,qa,Ja){for(var ed,td=[],rd=qa;rd<Ja;rd+=3)ed=(Ra[rd]<<16&16711680)+(Ra[rd+1]<<8&65280)+(Ra[rd+2]&255),td.push(tripletToBase64(ed));return td.join("")}function fromByteArray(Ra){for(var qa,Ja=Ra.length,ed=Ja%3,td=[],rd=16383,od=0,sd=Ja-ed;od<sd;od+=rd)td.push(encodeChunk(Ra,od,od+rd>sd?sd:od+rd));return ed===1?(qa=Ra[Ja-1],td.push(lookup[qa>>2]+lookup[qa<<4&63]+"==")):ed===2&&(qa=(Ra[Ja-2]<<8)+Ra[Ja-1],td.push(lookup[qa>>10]+lookup[qa>>4&63]+lookup[qa<<2&63]+"=")),td.join("")}var ieee754={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ieee754.read=function(Ra,qa,Ja,ed,td){var rd,od,sd=td*8-ed-1,ld=(1<<sd)-1,cd=ld>>1,ud=-7,gd=Ja?td-1:0,_d=Ja?-1:1,yd=Ra[qa+gd];for(gd+=_d,rd=yd&(1<<-ud)-1,yd>>=-ud,ud+=sd;ud>0;rd=rd*256+Ra[qa+gd],gd+=_d,ud-=8);for(od=rd&(1<<-ud)-1,rd>>=-ud,ud+=ed;ud>0;od=od*256+Ra[qa+gd],gd+=_d,ud-=8);if(rd===0)rd=1-cd;else{if(rd===ld)return od?NaN:(yd?-1:1)*(1/0);od=od+Math.pow(2,ed),rd=rd-cd}return(yd?-1:1)*od*Math.pow(2,rd-ed)};ieee754.write=function(Ra,qa,Ja,ed,td,rd){var od,sd,ld,cd=rd*8-td-1,ud=(1<<cd)-1,gd=ud>>1,_d=td===23?Math.pow(2,-24)-Math.pow(2,-77):0,yd=ed?0:rd-1,Ed=ed?1:-1,Td=qa<0||qa===0&&1/qa<0?1:0;for(qa=Math.abs(qa),isNaN(qa)||qa===1/0?(sd=isNaN(qa)?1:0,od=ud):(od=Math.floor(Math.log(qa)/Math.LN2),qa*(ld=Math.pow(2,-od))<1&&(od--,ld*=2),od+gd>=1?qa+=_d/ld:qa+=_d*Math.pow(2,1-gd),qa*ld>=2&&(od++,ld/=2),od+gd>=ud?(sd=0,od=ud):od+gd>=1?(sd=(qa*ld-1)*Math.pow(2,td),od=od+gd):(sd=qa*Math.pow(2,gd-1)*Math.pow(2,td),od=0));td>=8;Ra[Ja+yd]=sd&255,yd+=Ed,sd/=256,td-=8);for(od=od<<td|sd,cd+=td;cd>0;Ra[Ja+yd]=od&255,yd+=Ed,od/=256,cd-=8);Ra[Ja+yd-Ed]|=Td*128};/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/(function(Ra){var qa=base64Js,Ja=ieee754,ed=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Ra.Buffer=sd,Ra.SlowBuffer=Nd,Ra.INSPECT_MAX_BYTES=50;var td=2147483647;Ra.kMaxLength=td,sd.TYPED_ARRAY_SUPPORT=rd(),!sd.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function rd(){try{var Tf=new Uint8Array(1),wf={foo:function(){return 42}};return Object.setPrototypeOf(wf,Uint8Array.prototype),Object.setPrototypeOf(Tf,wf),Tf.foo()===42}catch{return!1}}Object.defineProperty(sd.prototype,"parent",{enumerable:!0,get:function(){if(sd.isBuffer(this))return this.buffer}}),Object.defineProperty(sd.prototype,"offset",{enumerable:!0,get:function(){if(sd.isBuffer(this))return this.byteOffset}});function od(Tf){if(Tf>td)throw new RangeError('The value "'+Tf+'" is invalid for option "size"');var wf=new Uint8Array(Tf);return Object.setPrototypeOf(wf,sd.prototype),wf}function sd(Tf,wf,Of){if(typeof Tf=="number"){if(typeof wf=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return gd(Tf)}return ld(Tf,wf,Of)}sd.poolSize=8192;function ld(Tf,wf,Of){if(typeof Tf=="string")return _d(Tf,wf);if(ArrayBuffer.isView(Tf))return Ed(Tf);if(Tf==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Tf);if(xf(Tf,ArrayBuffer)||Tf&&xf(Tf.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(xf(Tf,SharedArrayBuffer)||Tf&&xf(Tf.buffer,SharedArrayBuffer)))return Td(Tf,wf,Of);if(typeof Tf=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var $f=Tf.valueOf&&Tf.valueOf();if($f!=null&&$f!==Tf)return sd.from($f,wf,Of);var Wf=Od(Tf);if(Wf)return Wf;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Tf[Symbol.toPrimitive]=="function")return sd.from(Tf[Symbol.toPrimitive]("string"),wf,Of);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Tf)}sd.from=function(Tf,wf,Of){return ld(Tf,wf,Of)},Object.setPrototypeOf(sd.prototype,Uint8Array.prototype),Object.setPrototypeOf(sd,Uint8Array);function cd(Tf){if(typeof Tf!="number")throw new TypeError('"size" argument must be of type number');if(Tf<0)throw new RangeError('The value "'+Tf+'" is invalid for option "size"')}function ud(Tf,wf,Of){return cd(Tf),Tf<=0?od(Tf):wf!==void 0?typeof Of=="string"?od(Tf).fill(wf,Of):od(Tf).fill(wf):od(Tf)}sd.alloc=function(Tf,wf,Of){return ud(Tf,wf,Of)};function gd(Tf){return cd(Tf),od(Tf<0?0:Ad(Tf)|0)}sd.allocUnsafe=function(Tf){return gd(Tf)},sd.allocUnsafeSlow=function(Tf){return gd(Tf)};function _d(Tf,wf){if((typeof wf!="string"||wf==="")&&(wf="utf8"),!sd.isEncoding(wf))throw new TypeError("Unknown encoding: "+wf);var Of=kd(Tf,wf)|0,$f=od(Of),Wf=$f.write(Tf,wf);return Wf!==Of&&($f=$f.slice(0,Wf)),$f}function yd(Tf){for(var wf=Tf.length<0?0:Ad(Tf.length)|0,Of=od(wf),$f=0;$f<wf;$f+=1)Of[$f]=Tf[$f]&255;return Of}function Ed(Tf){if(xf(Tf,Uint8Array)){var wf=new Uint8Array(Tf);return Td(wf.buffer,wf.byteOffset,wf.byteLength)}return yd(Tf)}function Td(Tf,wf,Of){if(wf<0||Tf.byteLength<wf)throw new RangeError('"offset" is outside of buffer bounds');if(Tf.byteLength<wf+(Of||0))throw new RangeError('"length" is outside of buffer bounds');var $f;return wf===void 0&&Of===void 0?$f=new Uint8Array(Tf):Of===void 0?$f=new Uint8Array(Tf,wf):$f=new Uint8Array(Tf,wf,Of),Object.setPrototypeOf($f,sd.prototype),$f}function Od(Tf){if(sd.isBuffer(Tf)){var wf=Ad(Tf.length)|0,Of=od(wf);return Of.length===0||Tf.copy(Of,0,0,wf),Of}if(Tf.length!==void 0)return typeof Tf.length!="number"||Nf(Tf.length)?od(0):yd(Tf);if(Tf.type==="Buffer"&&Array.isArray(Tf.data))return yd(Tf.data)}function Ad(Tf){if(Tf>=td)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+td.toString(16)+" bytes");return Tf|0}function Nd(Tf){return+Tf!=Tf&&(Tf=0),sd.alloc(+Tf)}sd.isBuffer=function(wf){return wf!=null&&wf._isBuffer===!0&&wf!==sd.prototype},sd.compare=function(wf,Of){if(xf(wf,Uint8Array)&&(wf=sd.from(wf,wf.offset,wf.byteLength)),xf(Of,Uint8Array)&&(Of=sd.from(Of,Of.offset,Of.byteLength)),!sd.isBuffer(wf)||!sd.isBuffer(Of))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(wf===Of)return 0;for(var $f=wf.length,Wf=Of.length,Kf=0,Df=Math.min($f,Wf);Kf<Df;++Kf)if(wf[Kf]!==Of[Kf]){$f=wf[Kf],Wf=Of[Kf];break}return $f<Wf?-1:Wf<$f?1:0},sd.isEncoding=function(wf){switch(String(wf).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},sd.concat=function(wf,Of){if(!Array.isArray(wf))throw new TypeError('"list" argument must be an Array of Buffers');if(wf.length===0)return sd.alloc(0);var $f;if(Of===void 0)for(Of=0,$f=0;$f<wf.length;++$f)Of+=wf[$f].length;var Wf=sd.allocUnsafe(Of),Kf=0;for($f=0;$f<wf.length;++$f){var Df=wf[$f];if(xf(Df,Uint8Array))Kf+Df.length>Wf.length?sd.from(Df).copy(Wf,Kf):Uint8Array.prototype.set.call(Wf,Df,Kf);else if(sd.isBuffer(Df))Df.copy(Wf,Kf);else throw new TypeError('"list" argument must be an Array of Buffers');Kf+=Df.length}return Wf};function kd(Tf,wf){if(sd.isBuffer(Tf))return Tf.length;if(ArrayBuffer.isView(Tf)||xf(Tf,ArrayBuffer))return Tf.byteLength;if(typeof Tf!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Tf);var Of=Tf.length,$f=arguments.length>2&&arguments[2]===!0;if(!$f&&Of===0)return 0;for(var Wf=!1;;)switch(wf){case"ascii":case"latin1":case"binary":return Of;case"utf8":case"utf-8":return mf(Tf).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Of*2;case"hex":return Of>>>1;case"base64":return Lf(Tf).length;default:if(Wf)return $f?-1:mf(Tf).length;wf=(""+wf).toLowerCase(),Wf=!0}}sd.byteLength=kd;function Id(Tf,wf,Of){var $f=!1;if((wf===void 0||wf<0)&&(wf=0),wf>this.length||((Of===void 0||Of>this.length)&&(Of=this.length),Of<=0)||(Of>>>=0,wf>>>=0,Of<=wf))return"";for(Tf||(Tf="utf8");;)switch(Tf){case"hex":return gf(this,wf,Of);case"utf8":case"utf-8":return Wd(this,wf,Of);case"ascii":return Qd(this,wf,Of);case"latin1":case"binary":return hf(this,wf,Of);case"base64":return qd(this,wf,Of);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return bf(this,wf,Of);default:if($f)throw new TypeError("Unknown encoding: "+Tf);Tf=(Tf+"").toLowerCase(),$f=!0}}sd.prototype._isBuffer=!0;function Rd(Tf,wf,Of){var $f=Tf[wf];Tf[wf]=Tf[Of],Tf[Of]=$f}sd.prototype.swap16=function(){var wf=this.length;if(wf%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Of=0;Of<wf;Of+=2)Rd(this,Of,Of+1);return this},sd.prototype.swap32=function(){var wf=this.length;if(wf%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var Of=0;Of<wf;Of+=4)Rd(this,Of,Of+3),Rd(this,Of+1,Of+2);return this},sd.prototype.swap64=function(){var wf=this.length;if(wf%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var Of=0;Of<wf;Of+=8)Rd(this,Of,Of+7),Rd(this,Of+1,Of+6),Rd(this,Of+2,Of+5),Rd(this,Of+3,Of+4);return this},sd.prototype.toString=function(){var wf=this.length;return wf===0?"":arguments.length===0?Wd(this,0,wf):Id.apply(this,arguments)},sd.prototype.toLocaleString=sd.prototype.toString,sd.prototype.equals=function(wf){if(!sd.isBuffer(wf))throw new TypeError("Argument must be a Buffer");return this===wf?!0:sd.compare(this,wf)===0},sd.prototype.inspect=function(){var wf="",Of=Ra.INSPECT_MAX_BYTES;return wf=this.toString("hex",0,Of).replace(/(.{2})/g,"$1 ").trim(),this.length>Of&&(wf+=" ... "),"<Buffer "+wf+">"},ed&&(sd.prototype[ed]=sd.prototype.inspect),sd.prototype.compare=function(wf,Of,$f,Wf,Kf){if(xf(wf,Uint8Array)&&(wf=sd.from(wf,wf.offset,wf.byteLength)),!sd.isBuffer(wf))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof wf);if(Of===void 0&&(Of=0),$f===void 0&&($f=wf?wf.length:0),Wf===void 0&&(Wf=0),Kf===void 0&&(Kf=this.length),Of<0||$f>wf.length||Wf<0||Kf>this.length)throw new RangeError("out of range index");if(Wf>=Kf&&Of>=$f)return 0;if(Wf>=Kf)return-1;if(Of>=$f)return 1;if(Of>>>=0,$f>>>=0,Wf>>>=0,Kf>>>=0,this===wf)return 0;for(var Df=Kf-Wf,qf=$f-Of,Xf=Math.min(Df,qf),hh=this.slice(Wf,Kf),Mh=wf.slice(Of,$f),wh=0;wh<Xf;++wh)if(hh[wh]!==Mh[wh]){Df=hh[wh],qf=Mh[wh];break}return Df<qf?-1:qf<Df?1:0};function Md(Tf,wf,Of,$f,Wf){if(Tf.length===0)return-1;if(typeof Of=="string"?($f=Of,Of=0):Of>2147483647?Of=2147483647:Of<-2147483648&&(Of=-2147483648),Of=+Of,Nf(Of)&&(Of=Wf?0:Tf.length-1),Of<0&&(Of=Tf.length+Of),Of>=Tf.length){if(Wf)return-1;Of=Tf.length-1}else if(Of<0)if(Wf)Of=0;else return-1;if(typeof wf=="string"&&(wf=sd.from(wf,$f)),sd.isBuffer(wf))return wf.length===0?-1:Ld(Tf,wf,Of,$f,Wf);if(typeof wf=="number")return wf=wf&255,typeof Uint8Array.prototype.indexOf=="function"?Wf?Uint8Array.prototype.indexOf.call(Tf,wf,Of):Uint8Array.prototype.lastIndexOf.call(Tf,wf,Of):Ld(Tf,[wf],Of,$f,Wf);throw new TypeError("val must be string, number or Buffer")}function Ld(Tf,wf,Of,$f,Wf){var Kf=1,Df=Tf.length,qf=wf.length;if($f!==void 0&&($f=String($f).toLowerCase(),$f==="ucs2"||$f==="ucs-2"||$f==="utf16le"||$f==="utf-16le")){if(Tf.length<2||wf.length<2)return-1;Kf=2,Df/=2,qf/=2,Of/=2}function Xf(Uh,oh){return Kf===1?Uh[oh]:Uh.readUInt16BE(oh*Kf)}var hh;if(Wf){var Mh=-1;for(hh=Of;hh<Df;hh++)if(Xf(Tf,hh)===Xf(wf,Mh===-1?0:hh-Mh)){if(Mh===-1&&(Mh=hh),hh-Mh+1===qf)return Mh*Kf}else Mh!==-1&&(hh-=hh-Mh),Mh=-1}else for(Of+qf>Df&&(Of=Df-qf),hh=Of;hh>=0;hh--){for(var wh=!0,Bh=0;Bh<qf;Bh++)if(Xf(Tf,hh+Bh)!==Xf(wf,Bh)){wh=!1;break}if(wh)return hh}return-1}sd.prototype.includes=function(wf,Of,$f){return this.indexOf(wf,Of,$f)!==-1},sd.prototype.indexOf=function(wf,Of,$f){return Md(this,wf,Of,$f,!0)},sd.prototype.lastIndexOf=function(wf,Of,$f){return Md(this,wf,Of,$f,!1)};function jd(Tf,wf,Of,$f){Of=Number(Of)||0;var Wf=Tf.length-Of;$f?($f=Number($f),$f>Wf&&($f=Wf)):$f=Wf;var Kf=wf.length;$f>Kf/2&&($f=Kf/2);for(var Df=0;Df<$f;++Df){var qf=parseInt(wf.substr(Df*2,2),16);if(Nf(qf))return Df;Tf[Of+Df]=qf}return Df}function Pd(Tf,wf,Of,$f){return jf(mf(wf,Tf.length-Of),Tf,Of,$f)}function Fd(Tf,wf,Of,$f){return jf(Pf(wf),Tf,Of,$f)}function Ud(Tf,wf,Of,$f){return jf(Lf(wf),Tf,Of,$f)}function Vd(Tf,wf,Of,$f){return jf(Ff(wf,Tf.length-Of),Tf,Of,$f)}sd.prototype.write=function(wf,Of,$f,Wf){if(Of===void 0)Wf="utf8",$f=this.length,Of=0;else if($f===void 0&&typeof Of=="string")Wf=Of,$f=this.length,Of=0;else if(isFinite(Of))Of=Of>>>0,isFinite($f)?($f=$f>>>0,Wf===void 0&&(Wf="utf8")):(Wf=$f,$f=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Kf=this.length-Of;if(($f===void 0||$f>Kf)&&($f=Kf),wf.length>0&&($f<0||Of<0)||Of>this.length)throw new RangeError("Attempt to write outside buffer bounds");Wf||(Wf="utf8");for(var Df=!1;;)switch(Wf){case"hex":return jd(this,wf,Of,$f);case"utf8":case"utf-8":return Pd(this,wf,Of,$f);case"ascii":case"latin1":case"binary":return Fd(this,wf,Of,$f);case"base64":return Ud(this,wf,Of,$f);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Vd(this,wf,Of,$f);default:if(Df)throw new TypeError("Unknown encoding: "+Wf);Wf=(""+Wf).toLowerCase(),Df=!0}},sd.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function qd(Tf,wf,Of){return wf===0&&Of===Tf.length?qa.fromByteArray(Tf):qa.fromByteArray(Tf.slice(wf,Of))}function Wd(Tf,wf,Of){Of=Math.min(Tf.length,Of);for(var $f=[],Wf=wf;Wf<Of;){var Kf=Tf[Wf],Df=null,qf=Kf>239?4:Kf>223?3:Kf>191?2:1;if(Wf+qf<=Of){var Xf,hh,Mh,wh;switch(qf){case 1:Kf<128&&(Df=Kf);break;case 2:Xf=Tf[Wf+1],(Xf&192)===128&&(wh=(Kf&31)<<6|Xf&63,wh>127&&(Df=wh));break;case 3:Xf=Tf[Wf+1],hh=Tf[Wf+2],(Xf&192)===128&&(hh&192)===128&&(wh=(Kf&15)<<12|(Xf&63)<<6|hh&63,wh>2047&&(wh<55296||wh>57343)&&(Df=wh));break;case 4:Xf=Tf[Wf+1],hh=Tf[Wf+2],Mh=Tf[Wf+3],(Xf&192)===128&&(hh&192)===128&&(Mh&192)===128&&(wh=(Kf&15)<<18|(Xf&63)<<12|(hh&63)<<6|Mh&63,wh>65535&&wh<1114112&&(Df=wh))}}Df===null?(Df=65533,qf=1):Df>65535&&(Df-=65536,$f.push(Df>>>10&1023|55296),Df=56320|Df&1023),$f.push(Df),Wf+=qf}return Kd($f)}var zd=4096;function Kd(Tf){var wf=Tf.length;if(wf<=zd)return String.fromCharCode.apply(String,Tf);for(var Of="",$f=0;$f<wf;)Of+=String.fromCharCode.apply(String,Tf.slice($f,$f+=zd));return Of}function Qd(Tf,wf,Of){var $f="";Of=Math.min(Tf.length,Of);for(var Wf=wf;Wf<Of;++Wf)$f+=String.fromCharCode(Tf[Wf]&127);return $f}function hf(Tf,wf,Of){var $f="";Of=Math.min(Tf.length,Of);for(var Wf=wf;Wf<Of;++Wf)$f+=String.fromCharCode(Tf[Wf]);return $f}function gf(Tf,wf,Of){var $f=Tf.length;(!wf||wf<0)&&(wf=0),(!Of||Of<0||Of>$f)&&(Of=$f);for(var Wf="",Kf=wf;Kf<Of;++Kf)Wf+=Bf[Tf[Kf]];return Wf}function bf(Tf,wf,Of){for(var $f=Tf.slice(wf,Of),Wf="",Kf=0;Kf<$f.length-1;Kf+=2)Wf+=String.fromCharCode($f[Kf]+$f[Kf+1]*256);return Wf}sd.prototype.slice=function(wf,Of){var $f=this.length;wf=~~wf,Of=Of===void 0?$f:~~Of,wf<0?(wf+=$f,wf<0&&(wf=0)):wf>$f&&(wf=$f),Of<0?(Of+=$f,Of<0&&(Of=0)):Of>$f&&(Of=$f),Of<wf&&(Of=wf);var Wf=this.subarray(wf,Of);return Object.setPrototypeOf(Wf,sd.prototype),Wf};function kf(Tf,wf,Of){if(Tf%1!==0||Tf<0)throw new RangeError("offset is not uint");if(Tf+wf>Of)throw new RangeError("Trying to access beyond buffer length")}sd.prototype.readUintLE=sd.prototype.readUIntLE=function(wf,Of,$f){wf=wf>>>0,Of=Of>>>0,$f||kf(wf,Of,this.length);for(var Wf=this[wf],Kf=1,Df=0;++Df<Of&&(Kf*=256);)Wf+=this[wf+Df]*Kf;return Wf},sd.prototype.readUintBE=sd.prototype.readUIntBE=function(wf,Of,$f){wf=wf>>>0,Of=Of>>>0,$f||kf(wf,Of,this.length);for(var Wf=this[wf+--Of],Kf=1;Of>0&&(Kf*=256);)Wf+=this[wf+--Of]*Kf;return Wf},sd.prototype.readUint8=sd.prototype.readUInt8=function(wf,Of){return wf=wf>>>0,Of||kf(wf,1,this.length),this[wf]},sd.prototype.readUint16LE=sd.prototype.readUInt16LE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,2,this.length),this[wf]|this[wf+1]<<8},sd.prototype.readUint16BE=sd.prototype.readUInt16BE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,2,this.length),this[wf]<<8|this[wf+1]},sd.prototype.readUint32LE=sd.prototype.readUInt32LE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,4,this.length),(this[wf]|this[wf+1]<<8|this[wf+2]<<16)+this[wf+3]*16777216},sd.prototype.readUint32BE=sd.prototype.readUInt32BE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,4,this.length),this[wf]*16777216+(this[wf+1]<<16|this[wf+2]<<8|this[wf+3])},sd.prototype.readIntLE=function(wf,Of,$f){wf=wf>>>0,Of=Of>>>0,$f||kf(wf,Of,this.length);for(var Wf=this[wf],Kf=1,Df=0;++Df<Of&&(Kf*=256);)Wf+=this[wf+Df]*Kf;return Kf*=128,Wf>=Kf&&(Wf-=Math.pow(2,8*Of)),Wf},sd.prototype.readIntBE=function(wf,Of,$f){wf=wf>>>0,Of=Of>>>0,$f||kf(wf,Of,this.length);for(var Wf=Of,Kf=1,Df=this[wf+--Wf];Wf>0&&(Kf*=256);)Df+=this[wf+--Wf]*Kf;return Kf*=128,Df>=Kf&&(Df-=Math.pow(2,8*Of)),Df},sd.prototype.readInt8=function(wf,Of){return wf=wf>>>0,Of||kf(wf,1,this.length),this[wf]&128?(255-this[wf]+1)*-1:this[wf]},sd.prototype.readInt16LE=function(wf,Of){wf=wf>>>0,Of||kf(wf,2,this.length);var $f=this[wf]|this[wf+1]<<8;return $f&32768?$f|4294901760:$f},sd.prototype.readInt16BE=function(wf,Of){wf=wf>>>0,Of||kf(wf,2,this.length);var $f=this[wf+1]|this[wf]<<8;return $f&32768?$f|4294901760:$f},sd.prototype.readInt32LE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,4,this.length),this[wf]|this[wf+1]<<8|this[wf+2]<<16|this[wf+3]<<24},sd.prototype.readInt32BE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,4,this.length),this[wf]<<24|this[wf+1]<<16|this[wf+2]<<8|this[wf+3]},sd.prototype.readFloatLE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,4,this.length),Ja.read(this,wf,!0,23,4)},sd.prototype.readFloatBE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,4,this.length),Ja.read(this,wf,!1,23,4)},sd.prototype.readDoubleLE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,8,this.length),Ja.read(this,wf,!0,52,8)},sd.prototype.readDoubleBE=function(wf,Of){return wf=wf>>>0,Of||kf(wf,8,this.length),Ja.read(this,wf,!1,52,8)};function Cf(Tf,wf,Of,$f,Wf,Kf){if(!sd.isBuffer(Tf))throw new TypeError('"buffer" argument must be a Buffer instance');if(wf>Wf||wf<Kf)throw new RangeError('"value" argument is out of bounds');if(Of+$f>Tf.length)throw new RangeError("Index out of range")}sd.prototype.writeUintLE=sd.prototype.writeUIntLE=function(wf,Of,$f,Wf){if(wf=+wf,Of=Of>>>0,$f=$f>>>0,!Wf){var Kf=Math.pow(2,8*$f)-1;Cf(this,wf,Of,$f,Kf,0)}var Df=1,qf=0;for(this[Of]=wf&255;++qf<$f&&(Df*=256);)this[Of+qf]=wf/Df&255;return Of+$f},sd.prototype.writeUintBE=sd.prototype.writeUIntBE=function(wf,Of,$f,Wf){if(wf=+wf,Of=Of>>>0,$f=$f>>>0,!Wf){var Kf=Math.pow(2,8*$f)-1;Cf(this,wf,Of,$f,Kf,0)}var Df=$f-1,qf=1;for(this[Of+Df]=wf&255;--Df>=0&&(qf*=256);)this[Of+Df]=wf/qf&255;return Of+$f},sd.prototype.writeUint8=sd.prototype.writeUInt8=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,1,255,0),this[Of]=wf&255,Of+1},sd.prototype.writeUint16LE=sd.prototype.writeUInt16LE=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,2,65535,0),this[Of]=wf&255,this[Of+1]=wf>>>8,Of+2},sd.prototype.writeUint16BE=sd.prototype.writeUInt16BE=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,2,65535,0),this[Of]=wf>>>8,this[Of+1]=wf&255,Of+2},sd.prototype.writeUint32LE=sd.prototype.writeUInt32LE=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,4,4294967295,0),this[Of+3]=wf>>>24,this[Of+2]=wf>>>16,this[Of+1]=wf>>>8,this[Of]=wf&255,Of+4},sd.prototype.writeUint32BE=sd.prototype.writeUInt32BE=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,4,4294967295,0),this[Of]=wf>>>24,this[Of+1]=wf>>>16,this[Of+2]=wf>>>8,this[Of+3]=wf&255,Of+4},sd.prototype.writeIntLE=function(wf,Of,$f,Wf){if(wf=+wf,Of=Of>>>0,!Wf){var Kf=Math.pow(2,8*$f-1);Cf(this,wf,Of,$f,Kf-1,-Kf)}var Df=0,qf=1,Xf=0;for(this[Of]=wf&255;++Df<$f&&(qf*=256);)wf<0&&Xf===0&&this[Of+Df-1]!==0&&(Xf=1),this[Of+Df]=(wf/qf>>0)-Xf&255;return Of+$f},sd.prototype.writeIntBE=function(wf,Of,$f,Wf){if(wf=+wf,Of=Of>>>0,!Wf){var Kf=Math.pow(2,8*$f-1);Cf(this,wf,Of,$f,Kf-1,-Kf)}var Df=$f-1,qf=1,Xf=0;for(this[Of+Df]=wf&255;--Df>=0&&(qf*=256);)wf<0&&Xf===0&&this[Of+Df+1]!==0&&(Xf=1),this[Of+Df]=(wf/qf>>0)-Xf&255;return Of+$f},sd.prototype.writeInt8=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,1,127,-128),wf<0&&(wf=255+wf+1),this[Of]=wf&255,Of+1},sd.prototype.writeInt16LE=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,2,32767,-32768),this[Of]=wf&255,this[Of+1]=wf>>>8,Of+2},sd.prototype.writeInt16BE=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,2,32767,-32768),this[Of]=wf>>>8,this[Of+1]=wf&255,Of+2},sd.prototype.writeInt32LE=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,4,2147483647,-2147483648),this[Of]=wf&255,this[Of+1]=wf>>>8,this[Of+2]=wf>>>16,this[Of+3]=wf>>>24,Of+4},sd.prototype.writeInt32BE=function(wf,Of,$f){return wf=+wf,Of=Of>>>0,$f||Cf(this,wf,Of,4,2147483647,-2147483648),wf<0&&(wf=4294967295+wf+1),this[Of]=wf>>>24,this[Of+1]=wf>>>16,this[Of+2]=wf>>>8,this[Of+3]=wf&255,Of+4};function Ef(Tf,wf,Of,$f,Wf,Kf){if(Of+$f>Tf.length)throw new RangeError("Index out of range");if(Of<0)throw new RangeError("Index out of range")}function yf(Tf,wf,Of,$f,Wf){return wf=+wf,Of=Of>>>0,Wf||Ef(Tf,wf,Of,4),Ja.write(Tf,wf,Of,$f,23,4),Of+4}sd.prototype.writeFloatLE=function(wf,Of,$f){return yf(this,wf,Of,!0,$f)},sd.prototype.writeFloatBE=function(wf,Of,$f){return yf(this,wf,Of,!1,$f)};function Mf(Tf,wf,Of,$f,Wf){return wf=+wf,Of=Of>>>0,Wf||Ef(Tf,wf,Of,8),Ja.write(Tf,wf,Of,$f,52,8),Of+8}sd.prototype.writeDoubleLE=function(wf,Of,$f){return Mf(this,wf,Of,!0,$f)},sd.prototype.writeDoubleBE=function(wf,Of,$f){return Mf(this,wf,Of,!1,$f)},sd.prototype.copy=function(wf,Of,$f,Wf){if(!sd.isBuffer(wf))throw new TypeError("argument should be a Buffer");if($f||($f=0),!Wf&&Wf!==0&&(Wf=this.length),Of>=wf.length&&(Of=wf.length),Of||(Of=0),Wf>0&&Wf<$f&&(Wf=$f),Wf===$f||wf.length===0||this.length===0)return 0;if(Of<0)throw new RangeError("targetStart out of bounds");if($f<0||$f>=this.length)throw new RangeError("Index out of range");if(Wf<0)throw new RangeError("sourceEnd out of bounds");Wf>this.length&&(Wf=this.length),wf.length-Of<Wf-$f&&(Wf=wf.length-Of+$f);var Kf=Wf-$f;return this===wf&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(Of,$f,Wf):Uint8Array.prototype.set.call(wf,this.subarray($f,Wf),Of),Kf},sd.prototype.fill=function(wf,Of,$f,Wf){if(typeof wf=="string"){if(typeof Of=="string"?(Wf=Of,Of=0,$f=this.length):typeof $f=="string"&&(Wf=$f,$f=this.length),Wf!==void 0&&typeof Wf!="string")throw new TypeError("encoding must be a string");if(typeof Wf=="string"&&!sd.isEncoding(Wf))throw new TypeError("Unknown encoding: "+Wf);if(wf.length===1){var Kf=wf.charCodeAt(0);(Wf==="utf8"&&Kf<128||Wf==="latin1")&&(wf=Kf)}}else typeof wf=="number"?wf=wf&255:typeof wf=="boolean"&&(wf=Number(wf));if(Of<0||this.length<Of||this.length<$f)throw new RangeError("Out of range index");if($f<=Of)return this;Of=Of>>>0,$f=$f===void 0?this.length:$f>>>0,wf||(wf=0);var Df;if(typeof wf=="number")for(Df=Of;Df<$f;++Df)this[Df]=wf;else{var qf=sd.isBuffer(wf)?wf:sd.from(wf,Wf),Xf=qf.length;if(Xf===0)throw new TypeError('The value "'+wf+'" is invalid for argument "value"');for(Df=0;Df<$f-Of;++Df)this[Df+Of]=qf[Df%Xf]}return this};var Af=/[^+/0-9A-Za-z-_]/g;function Zd(Tf){if(Tf=Tf.split("=")[0],Tf=Tf.trim().replace(Af,""),Tf.length<2)return"";for(;Tf.length%4!==0;)Tf=Tf+"=";return Tf}function mf(Tf,wf){wf=wf||1/0;for(var Of,$f=Tf.length,Wf=null,Kf=[],Df=0;Df<$f;++Df){if(Of=Tf.charCodeAt(Df),Of>55295&&Of<57344){if(!Wf){if(Of>56319){(wf-=3)>-1&&Kf.push(239,191,189);continue}else if(Df+1===$f){(wf-=3)>-1&&Kf.push(239,191,189);continue}Wf=Of;continue}if(Of<56320){(wf-=3)>-1&&Kf.push(239,191,189),Wf=Of;continue}Of=(Wf-55296<<10|Of-56320)+65536}else Wf&&(wf-=3)>-1&&Kf.push(239,191,189);if(Wf=null,Of<128){if((wf-=1)<0)break;Kf.push(Of)}else if(Of<2048){if((wf-=2)<0)break;Kf.push(Of>>6|192,Of&63|128)}else if(Of<65536){if((wf-=3)<0)break;Kf.push(Of>>12|224,Of>>6&63|128,Of&63|128)}else if(Of<1114112){if((wf-=4)<0)break;Kf.push(Of>>18|240,Of>>12&63|128,Of>>6&63|128,Of&63|128)}else throw new Error("Invalid code point")}return Kf}function Pf(Tf){for(var wf=[],Of=0;Of<Tf.length;++Of)wf.push(Tf.charCodeAt(Of)&255);return wf}function Ff(Tf,wf){for(var Of,$f,Wf,Kf=[],Df=0;Df<Tf.length&&!((wf-=2)<0);++Df)Of=Tf.charCodeAt(Df),$f=Of>>8,Wf=Of%256,Kf.push(Wf),Kf.push($f);return Kf}function Lf(Tf){return qa.toByteArray(Zd(Tf))}function jf(Tf,wf,Of,$f){for(var Wf=0;Wf<$f&&!(Wf+Of>=wf.length||Wf>=Tf.length);++Wf)wf[Wf+Of]=Tf[Wf];return Wf}function xf(Tf,wf){return Tf instanceof wf||Tf!=null&&Tf.constructor!=null&&Tf.constructor.name!=null&&Tf.constructor.name===wf.name}function Nf(Tf){return Tf!==Tf}var Bf=function(){for(var Tf="0123456789abcdef",wf=new Array(256),Of=0;Of<16;++Of)for(var $f=Of*16,Wf=0;Wf<16;++Wf)wf[$f+Wf]=Tf[Of]+Tf[Wf];return wf}()})(buffer);var util$5={},types={},shams$1=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var qa={},Ja=Symbol("test"),ed=Object(Ja);if(typeof Ja=="string"||Object.prototype.toString.call(Ja)!=="[object Symbol]"||Object.prototype.toString.call(ed)!=="[object Symbol]")return!1;var td=42;qa[Ja]=td;for(Ja in qa)return!1;if(typeof Object.keys=="function"&&Object.keys(qa).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(qa).length!==0)return!1;var rd=Object.getOwnPropertySymbols(qa);if(rd.length!==1||rd[0]!==Ja||!Object.prototype.propertyIsEnumerable.call(qa,Ja))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var od=Object.getOwnPropertyDescriptor(qa,Ja);if(od.value!==td||od.enumerable!==!0)return!1}return!0},hasSymbols$2=shams$1,shams=function(){return hasSymbols$2()&&!!Symbol.toStringTag},esErrors=Error,_eval=EvalError,range$1=RangeError,ref=ReferenceError,syntax=SyntaxError,type=TypeError,uri=URIError,origSymbol=typeof Symbol<"u"&&Symbol,hasSymbolSham=shams$1,hasSymbols$1=function(){return typeof origSymbol!="function"||typeof Symbol!="function"||typeof origSymbol("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:hasSymbolSham()},test$1={__proto__:null,foo:{}},$Object=Object,hasProto$1=function(){return{__proto__:test$1}.foo===test$1.foo&&!(test$1 instanceof $Object)},ERROR_MESSAGE="Function.prototype.bind called on incompatible ",toStr$3=Object.prototype.toString,max=Math.max,funcType="[object Function]",concatty=function(qa,Ja){for(var ed=[],td=0;td<qa.length;td+=1)ed[td]=qa[td];for(var rd=0;rd<Ja.length;rd+=1)ed[rd+qa.length]=Ja[rd];return ed},slicy=function(qa,Ja){for(var ed=[],td=Ja,rd=0;td<qa.length;td+=1,rd+=1)ed[rd]=qa[td];return ed},joiny=function(Ra,qa){for(var Ja="",ed=0;ed<Ra.length;ed+=1)Ja+=Ra[ed],ed+1<Ra.length&&(Ja+=qa);return Ja},implementation$1=function(qa){var Ja=this;if(typeof Ja!="function"||toStr$3.apply(Ja)!==funcType)throw new TypeError(ERROR_MESSAGE+Ja);for(var ed=slicy(arguments,1),td,rd=function(){if(this instanceof td){var ud=Ja.apply(this,concatty(ed,arguments));return Object(ud)===ud?ud:this}return Ja.apply(qa,concatty(ed,arguments))},od=max(0,Ja.length-ed.length),sd=[],ld=0;ld<od;ld++)sd[ld]="$"+ld;if(td=Function("binder","return function ("+joiny(sd,",")+"){ return binder.apply(this,arguments); }")(rd),Ja.prototype){var cd=function(){};cd.prototype=Ja.prototype,td.prototype=new cd,cd.prototype=null}return td},implementation=implementation$1,functionBind=Function.prototype.bind||implementation,call$1=Function.prototype.call,$hasOwn=Object.prototype.hasOwnProperty,bind$2=functionBind,hasown=bind$2.call(call$1,$hasOwn),undefined$1,$Error=esErrors,$EvalError=_eval,$RangeError=range$1,$ReferenceError=ref,$SyntaxError$1=syntax,$TypeError$2=type,$URIError=uri,$Function=Function,getEvalledConstructor=function(Ra){try{return $Function('"use strict"; return ('+Ra+").constructor;")()}catch{}},$gOPD$1=Object.getOwnPropertyDescriptor;if($gOPD$1)try{$gOPD$1({},"")}catch{$gOPD$1=null}var throwTypeError=function(){throw new $TypeError$2},ThrowTypeError=$gOPD$1?function(){try{return arguments.callee,throwTypeError}catch{try{return $gOPD$1(arguments,"callee").get}catch{return throwTypeError}}}():throwTypeError,hasSymbols=hasSymbols$1(),hasProto=hasProto$1(),getProto$1=Object.getPrototypeOf||(hasProto?function(Ra){return Ra.__proto__}:null),needsEval={},TypedArray=typeof Uint8Array>"u"||!getProto$1?undefined$1:getProto$1(Uint8Array),INTRINSICS={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?undefined$1:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?undefined$1:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols&&getProto$1?getProto$1([][Symbol.iterator]()):undefined$1,"%AsyncFromSyncIteratorPrototype%":undefined$1,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":typeof Atomics>"u"?undefined$1:Atomics,"%BigInt%":typeof BigInt>"u"?undefined$1:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?undefined$1:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?undefined$1:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?undefined$1:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":$Error,"%eval%":eval,"%EvalError%":$EvalError,"%Float32Array%":typeof Float32Array>"u"?undefined$1:Float32Array,"%Float64Array%":typeof Float64Array>"u"?undefined$1:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?undefined$1:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":typeof Int8Array>"u"?undefined$1:Int8Array,"%Int16Array%":typeof Int16Array>"u"?undefined$1:Int16Array,"%Int32Array%":typeof Int32Array>"u"?undefined$1:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols&&getProto$1?getProto$1(getProto$1([][Symbol.iterator]())):undefined$1,"%JSON%":typeof JSON=="object"?JSON:undefined$1,"%Map%":typeof Map>"u"?undefined$1:Map,"%MapIteratorPrototype%":typeof Map>"u"||!hasSymbols||!getProto$1?undefined$1:getProto$1(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?undefined$1:Promise,"%Proxy%":typeof Proxy>"u"?undefined$1:Proxy,"%RangeError%":$RangeError,"%ReferenceError%":$ReferenceError,"%Reflect%":typeof Reflect>"u"?undefined$1:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?undefined$1:Set,"%SetIteratorPrototype%":typeof Set>"u"||!hasSymbols||!getProto$1?undefined$1:getProto$1(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?undefined$1:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols&&getProto$1?getProto$1(""[Symbol.iterator]()):undefined$1,"%Symbol%":hasSymbols?Symbol:undefined$1,"%SyntaxError%":$SyntaxError$1,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError$2,"%Uint8Array%":typeof Uint8Array>"u"?undefined$1:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?undefined$1:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?undefined$1:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?undefined$1:Uint32Array,"%URIError%":$URIError,"%WeakMap%":typeof WeakMap>"u"?undefined$1:WeakMap,"%WeakRef%":typeof WeakRef>"u"?undefined$1:WeakRef,"%WeakSet%":typeof WeakSet>"u"?undefined$1:WeakSet};if(getProto$1)try{null.error}catch(Ra){var errorProto=getProto$1(getProto$1(Ra));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function Ra(qa){var Ja;if(qa==="%AsyncFunction%")Ja=getEvalledConstructor("async function () {}");else if(qa==="%GeneratorFunction%")Ja=getEvalledConstructor("function* () {}");else if(qa==="%AsyncGeneratorFunction%")Ja=getEvalledConstructor("async function* () {}");else if(qa==="%AsyncGenerator%"){var ed=Ra("%AsyncGeneratorFunction%");ed&&(Ja=ed.prototype)}else if(qa==="%AsyncIteratorPrototype%"){var td=Ra("%AsyncGenerator%");td&&getProto$1&&(Ja=getProto$1(td.prototype))}return INTRINSICS[qa]=Ja,Ja},LEGACY_ALIASES={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bind$1=functionBind,hasOwn=hasown,$concat=bind$1.call(Function.call,Array.prototype.concat),$spliceApply=bind$1.call(Function.apply,Array.prototype.splice),$replace=bind$1.call(Function.call,String.prototype.replace),$strSlice=bind$1.call(Function.call,String.prototype.slice),$exec=bind$1.call(Function.call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=function(qa){var Ja=$strSlice(qa,0,1),ed=$strSlice(qa,-1);if(Ja==="%"&&ed!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected closing `%`");if(ed==="%"&&Ja!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected opening `%`");var td=[];return $replace(qa,rePropName,function(rd,od,sd,ld){td[td.length]=sd?$replace(ld,reEscapeChar,"$1"):od||rd}),td},getBaseIntrinsic=function(qa,Ja){var ed=qa,td;if(hasOwn(LEGACY_ALIASES,ed)&&(td=LEGACY_ALIASES[ed],ed="%"+td[0]+"%"),hasOwn(INTRINSICS,ed)){var rd=INTRINSICS[ed];if(rd===needsEval&&(rd=doEval(ed)),typeof rd>"u"&&!Ja)throw new $TypeError$2("intrinsic "+qa+" exists, but is not available. Please file an issue!");return{alias:td,name:ed,value:rd}}throw new $SyntaxError$1("intrinsic "+qa+" does not exist!")},getIntrinsic=function(qa,Ja){if(typeof qa!="string"||qa.length===0)throw new $TypeError$2("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof Ja!="boolean")throw new $TypeError$2('"allowMissing" argument must be a boolean');if($exec(/^%?[^%]*%?$/,qa)===null)throw new $SyntaxError$1("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var ed=stringToPath(qa),td=ed.length>0?ed[0]:"",rd=getBaseIntrinsic("%"+td+"%",Ja),od=rd.name,sd=rd.value,ld=!1,cd=rd.alias;cd&&(td=cd[0],$spliceApply(ed,$concat([0,1],cd)));for(var ud=1,gd=!0;ud<ed.length;ud+=1){var _d=ed[ud],yd=$strSlice(_d,0,1),Ed=$strSlice(_d,-1);if((yd==='"'||yd==="'"||yd==="`"||Ed==='"'||Ed==="'"||Ed==="`")&&yd!==Ed)throw new $SyntaxError$1("property names with quotes must have matching quotes");if((_d==="constructor"||!gd)&&(ld=!0),td+="."+_d,od="%"+td+"%",hasOwn(INTRINSICS,od))sd=INTRINSICS[od];else if(sd!=null){if(!(_d in sd)){if(!Ja)throw new $TypeError$2("base intrinsic for "+qa+" exists, but the property is not available.");return}if($gOPD$1&&ud+1>=ed.length){var Td=$gOPD$1(sd,_d);gd=!!Td,gd&&"get"in Td&&!("originalValue"in Td.get)?sd=Td.get:sd=sd[_d]}else gd=hasOwn(sd,_d),sd=sd[_d];gd&&!ld&&(INTRINSICS[od]=sd)}}return sd},callBind$2={exports:{}},esDefineProperty,hasRequiredEsDefineProperty;function requireEsDefineProperty(){if(hasRequiredEsDefineProperty)return esDefineProperty;hasRequiredEsDefineProperty=1;var Ra=getIntrinsic,qa=Ra("%Object.defineProperty%",!0)||!1;if(qa)try{qa({},"a",{value:1})}catch{qa=!1}return esDefineProperty=qa,esDefineProperty}var GetIntrinsic$2=getIntrinsic,$gOPD=GetIntrinsic$2("%Object.getOwnPropertyDescriptor%",!0);if($gOPD)try{$gOPD([],"length")}catch{$gOPD=null}var gopd$1=$gOPD,$defineProperty$1=requireEsDefineProperty(),$SyntaxError=syntax,$TypeError$1=type,gopd=gopd$1,defineDataProperty=function(qa,Ja,ed){if(!qa||typeof qa!="object"&&typeof qa!="function")throw new $TypeError$1("`obj` must be an object or a function`");if(typeof Ja!="string"&&typeof Ja!="symbol")throw new $TypeError$1("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new $TypeError$1("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new $TypeError$1("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new $TypeError$1("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new $TypeError$1("`loose`, if provided, must be a boolean");var td=arguments.length>3?arguments[3]:null,rd=arguments.length>4?arguments[4]:null,od=arguments.length>5?arguments[5]:null,sd=arguments.length>6?arguments[6]:!1,ld=!!gopd&&gopd(qa,Ja);if($defineProperty$1)$defineProperty$1(qa,Ja,{configurable:od===null&&ld?ld.configurable:!od,enumerable:td===null&&ld?ld.enumerable:!td,value:ed,writable:rd===null&&ld?ld.writable:!rd});else if(sd||!td&&!rd&&!od)qa[Ja]=ed;else throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},$defineProperty=requireEsDefineProperty(),hasPropertyDescriptors=function(){return!!$defineProperty};hasPropertyDescriptors.hasArrayLengthDefineBug=function(){if(!$defineProperty)return null;try{return $defineProperty([],"length",{value:1}).length!==1}catch{return!0}};var hasPropertyDescriptors_1=hasPropertyDescriptors,GetIntrinsic$1=getIntrinsic,define=defineDataProperty,hasDescriptors=hasPropertyDescriptors_1(),gOPD$1=gopd$1,$TypeError=type,$floor=GetIntrinsic$1("%Math.floor%"),setFunctionLength=function(qa,Ja){if(typeof qa!="function")throw new $TypeError("`fn` is not a function");if(typeof Ja!="number"||Ja<0||Ja>4294967295||$floor(Ja)!==Ja)throw new $TypeError("`length` must be a positive 32-bit integer");var ed=arguments.length>2&&!!arguments[2],td=!0,rd=!0;if("length"in qa&&gOPD$1){var od=gOPD$1(qa,"length");od&&!od.configurable&&(td=!1),od&&!od.writable&&(rd=!1)}return(td||rd||!ed)&&(hasDescriptors?define(qa,"length",Ja,!0,!0):define(qa,"length",Ja)),qa};(function(Ra){var qa=functionBind,Ja=getIntrinsic,ed=setFunctionLength,td=type,rd=Ja("%Function.prototype.apply%"),od=Ja("%Function.prototype.call%"),sd=Ja("%Reflect.apply%",!0)||qa.call(od,rd),ld=requireEsDefineProperty(),cd=Ja("%Math.max%");Ra.exports=function(_d){if(typeof _d!="function")throw new td("a function is required");var yd=sd(qa,od,arguments);return ed(yd,1+cd(0,_d.length-(arguments.length-1)),!0)};var ud=function(){return sd(qa,rd,arguments)};ld?ld(Ra.exports,"apply",{value:ud}):Ra.exports.apply=ud})(callBind$2);var callBindExports=callBind$2.exports,GetIntrinsic=getIntrinsic,callBind$1=callBindExports,$indexOf$1=callBind$1(GetIntrinsic("String.prototype.indexOf")),callBound$2=function(qa,Ja){var ed=GetIntrinsic(qa,!!Ja);return typeof ed=="function"&&$indexOf$1(qa,".prototype.")>-1?callBind$1(ed):ed},hasToStringTag$3=shams(),callBound$1=callBound$2,$toString$1=callBound$1("Object.prototype.toString"),isStandardArguments=function(qa){return hasToStringTag$3&&qa&&typeof qa=="object"&&Symbol.toStringTag in qa?!1:$toString$1(qa)==="[object Arguments]"},isLegacyArguments=function(qa){return isStandardArguments(qa)?!0:qa!==null&&typeof qa=="object"&&typeof qa.length=="number"&&qa.length>=0&&$toString$1(qa)!=="[object Array]"&&$toString$1(qa.callee)==="[object Function]"},supportsStandardArguments=function(){return isStandardArguments(arguments)}();isStandardArguments.isLegacyArguments=isLegacyArguments;var isArguments=supportsStandardArguments?isStandardArguments:isLegacyArguments,toStr$2=Object.prototype.toString,fnToStr$1=Function.prototype.toString,isFnRegex=/^\s*(?:function)?\*/,hasToStringTag$2=shams(),getProto=Object.getPrototypeOf,getGeneratorFunc=function(){if(!hasToStringTag$2)return!1;try{return Function("return function*() {}")()}catch{}},GeneratorFunction,isGeneratorFunction=function(qa){if(typeof qa!="function")return!1;if(isFnRegex.test(fnToStr$1.call(qa)))return!0;if(!hasToStringTag$2){var Ja=toStr$2.call(qa);return Ja==="[object GeneratorFunction]"}if(!getProto)return!1;if(typeof GeneratorFunction>"u"){var ed=getGeneratorFunc();GeneratorFunction=ed?getProto(ed):!1}return getProto(qa)===GeneratorFunction},fnToStr=Function.prototype.toString,reflectApply=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,badArrayLike,isCallableMarker;if(typeof reflectApply=="function"&&typeof Object.defineProperty=="function")try{badArrayLike=Object.defineProperty({},"length",{get:function(){throw isCallableMarker}}),isCallableMarker={},reflectApply(function(){throw 42},null,badArrayLike)}catch(Ra){Ra!==isCallableMarker&&(reflectApply=null)}else reflectApply=null;var constructorRegex=/^\s*class\b/,isES6ClassFn=function(qa){try{var Ja=fnToStr.call(qa);return constructorRegex.test(Ja)}catch{return!1}},tryFunctionObject=function(qa){try{return isES6ClassFn(qa)?!1:(fnToStr.call(qa),!0)}catch{return!1}},toStr$1=Object.prototype.toString,objectClass="[object Object]",fnClass="[object Function]",genClass="[object GeneratorFunction]",ddaClass="[object HTMLAllCollection]",ddaClass2="[object HTML document.all class]",ddaClass3="[object HTMLCollection]",hasToStringTag$1=typeof Symbol=="function"&&!!Symbol.toStringTag,isIE68=!(0 in[,]),isDDA=function(){return!1};if(typeof document=="object"){var all=document.all;toStr$1.call(all)===toStr$1.call(document.all)&&(isDDA=function(qa){if((isIE68||!qa)&&(typeof qa>"u"||typeof qa=="object"))try{var Ja=toStr$1.call(qa);return(Ja===ddaClass||Ja===ddaClass2||Ja===ddaClass3||Ja===objectClass)&&qa("")==null}catch{}return!1})}var isCallable$1=reflectApply?function(qa){if(isDDA(qa))return!0;if(!qa||typeof qa!="function"&&typeof qa!="object")return!1;try{reflectApply(qa,null,badArrayLike)}catch(Ja){if(Ja!==isCallableMarker)return!1}return!isES6ClassFn(qa)&&tryFunctionObject(qa)}:function(qa){if(isDDA(qa))return!0;if(!qa||typeof qa!="function"&&typeof qa!="object")return!1;if(hasToStringTag$1)return tryFunctionObject(qa);if(isES6ClassFn(qa))return!1;var Ja=toStr$1.call(qa);return Ja!==fnClass&&Ja!==genClass&&!/^\[object HTML/.test(Ja)?!1:tryFunctionObject(qa)},isCallable=isCallable$1,toStr=Object.prototype.toString,hasOwnProperty$2=Object.prototype.hasOwnProperty,forEachArray=function(qa,Ja,ed){for(var td=0,rd=qa.length;td<rd;td++)hasOwnProperty$2.call(qa,td)&&(ed==null?Ja(qa[td],td,qa):Ja.call(ed,qa[td],td,qa))},forEachString=function(qa,Ja,ed){for(var td=0,rd=qa.length;td<rd;td++)ed==null?Ja(qa.charAt(td),td,qa):Ja.call(ed,qa.charAt(td),td,qa)},forEachObject=function(qa,Ja,ed){for(var td in qa)hasOwnProperty$2.call(qa,td)&&(ed==null?Ja(qa[td],td,qa):Ja.call(ed,qa[td],td,qa))},forEach$2=function(qa,Ja,ed){if(!isCallable(Ja))throw new TypeError("iterator must be a function");var td;arguments.length>=3&&(td=ed),toStr.call(qa)==="[object Array]"?forEachArray(qa,Ja,td):typeof qa=="string"?forEachString(qa,Ja,td):forEachObject(qa,Ja,td)},forEach_1=forEach$2,possibleTypedArrayNames=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"],possibleNames=possibleTypedArrayNames,g$1=typeof globalThis>"u"?commonjsGlobal:globalThis,availableTypedArrays$1=function(){for(var qa=[],Ja=0;Ja<possibleNames.length;Ja++)typeof g$1[possibleNames[Ja]]=="function"&&(qa[qa.length]=possibleNames[Ja]);return qa},forEach$1=forEach_1,availableTypedArrays=availableTypedArrays$1,callBind=callBindExports,callBound=callBound$2,gOPD=gopd$1,$toString=callBound("Object.prototype.toString"),hasToStringTag=shams(),g=typeof globalThis>"u"?commonjsGlobal:globalThis,typedArrays=availableTypedArrays(),$slice=callBound("String.prototype.slice"),getPrototypeOf$1=Object.getPrototypeOf,$indexOf=callBound("Array.prototype.indexOf",!0)||function(qa,Ja){for(var ed=0;ed<qa.length;ed+=1)if(qa[ed]===Ja)return ed;return-1},cache={__proto__:null};hasToStringTag&&gOPD&&getPrototypeOf$1?forEach$1(typedArrays,function(Ra){var qa=new g[Ra];if(Symbol.toStringTag in qa){var Ja=getPrototypeOf$1(qa),ed=gOPD(Ja,Symbol.toStringTag);if(!ed){var td=getPrototypeOf$1(Ja);ed=gOPD(td,Symbol.toStringTag)}cache["$"+Ra]=callBind(ed.get)}}):forEach$1(typedArrays,function(Ra){var qa=new g[Ra],Ja=qa.slice||qa.set;Ja&&(cache["$"+Ra]=callBind(Ja))});var tryTypedArrays=function(qa){var Ja=!1;return forEach$1(cache,function(ed,td){if(!Ja)try{"$"+ed(qa)===td&&(Ja=$slice(td,1))}catch{}}),Ja},trySlices=function(qa){var Ja=!1;return forEach$1(cache,function(ed,td){if(!Ja)try{ed(qa),Ja=$slice(td,1)}catch{}}),Ja},whichTypedArray$1=function(qa){if(!qa||typeof qa!="object")return!1;if(!hasToStringTag){var Ja=$slice($toString(qa),8,-1);return $indexOf(typedArrays,Ja)>-1?Ja:Ja!=="Object"?!1:trySlices(qa)}return gOPD?tryTypedArrays(qa):null},whichTypedArray=whichTypedArray$1,isTypedArray$1=function(qa){return!!whichTypedArray(qa)};(function(Ra){var qa=isArguments,Ja=isGeneratorFunction,ed=whichTypedArray$1,td=isTypedArray$1;function rd($f){return $f.call.bind($f)}var od=typeof BigInt<"u",sd=typeof Symbol<"u",ld=rd(Object.prototype.toString),cd=rd(Number.prototype.valueOf),ud=rd(String.prototype.valueOf),gd=rd(Boolean.prototype.valueOf);if(od)var _d=rd(BigInt.prototype.valueOf);if(sd)var yd=rd(Symbol.prototype.valueOf);function Ed($f,Wf){if(typeof $f!="object")return!1;try{return Wf($f),!0}catch{return!1}}Ra.isArgumentsObject=qa,Ra.isGeneratorFunction=Ja,Ra.isTypedArray=td;function Td($f){return typeof Promise<"u"&&$f instanceof Promise||$f!==null&&typeof $f=="object"&&typeof $f.then=="function"&&typeof $f.catch=="function"}Ra.isPromise=Td;function Od($f){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView($f):td($f)||Ef($f)}Ra.isArrayBufferView=Od;function Ad($f){return ed($f)==="Uint8Array"}Ra.isUint8Array=Ad;function Nd($f){return ed($f)==="Uint8ClampedArray"}Ra.isUint8ClampedArray=Nd;function kd($f){return ed($f)==="Uint16Array"}Ra.isUint16Array=kd;function Id($f){return ed($f)==="Uint32Array"}Ra.isUint32Array=Id;function Rd($f){return ed($f)==="Int8Array"}Ra.isInt8Array=Rd;function Md($f){return ed($f)==="Int16Array"}Ra.isInt16Array=Md;function Ld($f){return ed($f)==="Int32Array"}Ra.isInt32Array=Ld;function jd($f){return ed($f)==="Float32Array"}Ra.isFloat32Array=jd;function Pd($f){return ed($f)==="Float64Array"}Ra.isFloat64Array=Pd;function Fd($f){return ed($f)==="BigInt64Array"}Ra.isBigInt64Array=Fd;function Ud($f){return ed($f)==="BigUint64Array"}Ra.isBigUint64Array=Ud;function Vd($f){return ld($f)==="[object Map]"}Vd.working=typeof Map<"u"&&Vd(new Map);function qd($f){return typeof Map>"u"?!1:Vd.working?Vd($f):$f instanceof Map}Ra.isMap=qd;function Wd($f){return ld($f)==="[object Set]"}Wd.working=typeof Set<"u"&&Wd(new Set);function zd($f){return typeof Set>"u"?!1:Wd.working?Wd($f):$f instanceof Set}Ra.isSet=zd;function Kd($f){return ld($f)==="[object WeakMap]"}Kd.working=typeof WeakMap<"u"&&Kd(new WeakMap);function Qd($f){return typeof WeakMap>"u"?!1:Kd.working?Kd($f):$f instanceof WeakMap}Ra.isWeakMap=Qd;function hf($f){return ld($f)==="[object WeakSet]"}hf.working=typeof WeakSet<"u"&&hf(new WeakSet);function gf($f){return hf($f)}Ra.isWeakSet=gf;function bf($f){return ld($f)==="[object ArrayBuffer]"}bf.working=typeof ArrayBuffer<"u"&&bf(new ArrayBuffer);function kf($f){return typeof ArrayBuffer>"u"?!1:bf.working?bf($f):$f instanceof ArrayBuffer}Ra.isArrayBuffer=kf;function Cf($f){return ld($f)==="[object DataView]"}Cf.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&Cf(new DataView(new ArrayBuffer(1),0,1));function Ef($f){return typeof DataView>"u"?!1:Cf.working?Cf($f):$f instanceof DataView}Ra.isDataView=Ef;var yf=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Mf($f){return ld($f)==="[object SharedArrayBuffer]"}function Af($f){return typeof yf>"u"?!1:(typeof Mf.working>"u"&&(Mf.working=Mf(new yf)),Mf.working?Mf($f):$f instanceof yf)}Ra.isSharedArrayBuffer=Af;function Zd($f){return ld($f)==="[object AsyncFunction]"}Ra.isAsyncFunction=Zd;function mf($f){return ld($f)==="[object Map Iterator]"}Ra.isMapIterator=mf;function Pf($f){return ld($f)==="[object Set Iterator]"}Ra.isSetIterator=Pf;function Ff($f){return ld($f)==="[object Generator]"}Ra.isGeneratorObject=Ff;function Lf($f){return ld($f)==="[object WebAssembly.Module]"}Ra.isWebAssemblyCompiledModule=Lf;function jf($f){return Ed($f,cd)}Ra.isNumberObject=jf;function xf($f){return Ed($f,ud)}Ra.isStringObject=xf;function Nf($f){return Ed($f,gd)}Ra.isBooleanObject=Nf;function Bf($f){return od&&Ed($f,_d)}Ra.isBigIntObject=Bf;function Tf($f){return sd&&Ed($f,yd)}Ra.isSymbolObject=Tf;function wf($f){return jf($f)||xf($f)||Nf($f)||Bf($f)||Tf($f)}Ra.isBoxedPrimitive=wf;function Of($f){return typeof Uint8Array<"u"&&(kf($f)||Af($f))}Ra.isAnyArrayBuffer=Of,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function($f){Object.defineProperty(Ra,$f,{enumerable:!1,value:function(){throw new Error($f+" is not supported in userland")}})})})(types);var isBufferBrowser=function(qa){return qa&&typeof qa=="object"&&typeof qa.copy=="function"&&typeof qa.fill=="function"&&typeof qa.readUInt8=="function"};(function(Ra){var qa={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},Ja={},ed=Object.getOwnPropertyDescriptors||function(Mf){for(var Af=Object.keys(Mf),Zd={},mf=0;mf<Af.length;mf++)Zd[Af[mf]]=Object.getOwnPropertyDescriptor(Mf,Af[mf]);return Zd},td=/%[sdj%]/g;Ra.format=function(yf){if(!Ld(yf)){for(var Mf=[],Af=0;Af<arguments.length;Af++)Mf.push(ld(arguments[Af]));return Mf.join(" ")}for(var Af=1,Zd=arguments,mf=Zd.length,Pf=String(yf).replace(td,function(Lf){if(Lf==="%%")return"%";if(Af>=mf)return Lf;switch(Lf){case"%s":return String(Zd[Af++]);case"%d":return Number(Zd[Af++]);case"%j":try{return JSON.stringify(Zd[Af++])}catch{return"[Circular]"}default:return Lf}}),Ff=Zd[Af];Af<mf;Ff=Zd[++Af])Id(Ff)||!Ud(Ff)?Pf+=" "+Ff:Pf+=" "+ld(Ff);return Pf},Ra.deprecate=function(yf,Mf){if(typeof qa<"u"&&qa.noDeprecation===!0)return yf;if(typeof qa>"u")return function(){return Ra.deprecate(yf,Mf).apply(this,arguments)};var Af=!1;function Zd(){if(!Af){if(qa.throwDeprecation)throw new Error(Mf);qa.traceDeprecation?console.trace(Mf):console.error(Mf),Af=!0}return yf.apply(this,arguments)}return Zd};var rd={},od=/^$/;if(Ja.NODE_DEBUG){var sd=Ja.NODE_DEBUG;sd=sd.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),od=new RegExp("^"+sd+"$","i")}Ra.debuglog=function(yf){if(yf=yf.toUpperCase(),!rd[yf])if(od.test(yf)){var Mf=qa.pid;rd[yf]=function(){var Af=Ra.format.apply(Ra,arguments);console.error("%s %d: %s",yf,Mf,Af)}}else rd[yf]=function(){};return rd[yf]};function ld(yf,Mf){var Af={seen:[],stylize:ud};return arguments.length>=3&&(Af.depth=arguments[2]),arguments.length>=4&&(Af.colors=arguments[3]),kd(Mf)?Af.showHidden=Mf:Mf&&Ra._extend(Af,Mf),Pd(Af.showHidden)&&(Af.showHidden=!1),Pd(Af.depth)&&(Af.depth=2),Pd(Af.colors)&&(Af.colors=!1),Pd(Af.customInspect)&&(Af.customInspect=!0),Af.colors&&(Af.stylize=cd),_d(Af,yf,Af.depth)}Ra.inspect=ld,ld.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},ld.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function cd(yf,Mf){var Af=ld.styles[Mf];return Af?"\x1B["+ld.colors[Af][0]+"m"+yf+"\x1B["+ld.colors[Af][1]+"m":yf}function ud(yf,Mf){return yf}function gd(yf){var Mf={};return yf.forEach(function(Af,Zd){Mf[Af]=!0}),Mf}function _d(yf,Mf,Af){if(yf.customInspect&&Mf&&Wd(Mf.inspect)&&Mf.inspect!==Ra.inspect&&!(Mf.constructor&&Mf.constructor.prototype===Mf)){var Zd=Mf.inspect(Af,yf);return Ld(Zd)||(Zd=_d(yf,Zd,Af)),Zd}var mf=yd(yf,Mf);if(mf)return mf;var Pf=Object.keys(Mf),Ff=gd(Pf);if(yf.showHidden&&(Pf=Object.getOwnPropertyNames(Mf)),qd(Mf)&&(Pf.indexOf("message")>=0||Pf.indexOf("description")>=0))return Ed(Mf);if(Pf.length===0){if(Wd(Mf)){var Lf=Mf.name?": "+Mf.name:"";return yf.stylize("[Function"+Lf+"]","special")}if(Fd(Mf))return yf.stylize(RegExp.prototype.toString.call(Mf),"regexp");if(Vd(Mf))return yf.stylize(Date.prototype.toString.call(Mf),"date");if(qd(Mf))return Ed(Mf)}var jf="",xf=!1,Nf=["{","}"];if(Nd(Mf)&&(xf=!0,Nf=["[","]"]),Wd(Mf)){var Bf=Mf.name?": "+Mf.name:"";jf=" [Function"+Bf+"]"}if(Fd(Mf)&&(jf=" "+RegExp.prototype.toString.call(Mf)),Vd(Mf)&&(jf=" "+Date.prototype.toUTCString.call(Mf)),qd(Mf)&&(jf=" "+Ed(Mf)),Pf.length===0&&(!xf||Mf.length==0))return Nf[0]+jf+Nf[1];if(Af<0)return Fd(Mf)?yf.stylize(RegExp.prototype.toString.call(Mf),"regexp"):yf.stylize("[Object]","special");yf.seen.push(Mf);var Tf;return xf?Tf=Td(yf,Mf,Af,Ff,Pf):Tf=Pf.map(function(wf){return Od(yf,Mf,Af,Ff,wf,xf)}),yf.seen.pop(),Ad(Tf,jf,Nf)}function yd(yf,Mf){if(Pd(Mf))return yf.stylize("undefined","undefined");if(Ld(Mf)){var Af="'"+JSON.stringify(Mf).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return yf.stylize(Af,"string")}if(Md(Mf))return yf.stylize(""+Mf,"number");if(kd(Mf))return yf.stylize(""+Mf,"boolean");if(Id(Mf))return yf.stylize("null","null")}function Ed(yf){return"["+Error.prototype.toString.call(yf)+"]"}function Td(yf,Mf,Af,Zd,mf){for(var Pf=[],Ff=0,Lf=Mf.length;Ff<Lf;++Ff)bf(Mf,String(Ff))?Pf.push(Od(yf,Mf,Af,Zd,String(Ff),!0)):Pf.push("");return mf.forEach(function(jf){jf.match(/^\d+$/)||Pf.push(Od(yf,Mf,Af,Zd,jf,!0))}),Pf}function Od(yf,Mf,Af,Zd,mf,Pf){var Ff,Lf,jf;if(jf=Object.getOwnPropertyDescriptor(Mf,mf)||{value:Mf[mf]},jf.get?jf.set?Lf=yf.stylize("[Getter/Setter]","special"):Lf=yf.stylize("[Getter]","special"):jf.set&&(Lf=yf.stylize("[Setter]","special")),bf(Zd,mf)||(Ff="["+mf+"]"),Lf||(yf.seen.indexOf(jf.value)<0?(Id(Af)?Lf=_d(yf,jf.value,null):Lf=_d(yf,jf.value,Af-1),Lf.indexOf(`
`)>-1&&(Pf?Lf=Lf.split(`
`).map(function(xf){return" "+xf}).join(`
`).slice(2):Lf=`
`+Lf.split(`
`).map(function(xf){return" "+xf}).join(`
`))):Lf=yf.stylize("[Circular]","special")),Pd(Ff)){if(Pf&&mf.match(/^\d+$/))return Lf;Ff=JSON.stringify(""+mf),Ff.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Ff=Ff.slice(1,-1),Ff=yf.stylize(Ff,"name")):(Ff=Ff.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Ff=yf.stylize(Ff,"string"))}return Ff+": "+Lf}function Ad(yf,Mf,Af){var Zd=yf.reduce(function(mf,Pf){return Pf.indexOf(`
`)>=0,mf+Pf.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Zd>60?Af[0]+(Mf===""?"":Mf+`
`)+" "+yf.join(`,
`)+" "+Af[1]:Af[0]+Mf+" "+yf.join(", ")+" "+Af[1]}Ra.types=types;function Nd(yf){return Array.isArray(yf)}Ra.isArray=Nd;function kd(yf){return typeof yf=="boolean"}Ra.isBoolean=kd;function Id(yf){return yf===null}Ra.isNull=Id;function Rd(yf){return yf==null}Ra.isNullOrUndefined=Rd;function Md(yf){return typeof yf=="number"}Ra.isNumber=Md;function Ld(yf){return typeof yf=="string"}Ra.isString=Ld;function jd(yf){return typeof yf=="symbol"}Ra.isSymbol=jd;function Pd(yf){return yf===void 0}Ra.isUndefined=Pd;function Fd(yf){return Ud(yf)&&Kd(yf)==="[object RegExp]"}Ra.isRegExp=Fd,Ra.types.isRegExp=Fd;function Ud(yf){return typeof yf=="object"&&yf!==null}Ra.isObject=Ud;function Vd(yf){return Ud(yf)&&Kd(yf)==="[object Date]"}Ra.isDate=Vd,Ra.types.isDate=Vd;function qd(yf){return Ud(yf)&&(Kd(yf)==="[object Error]"||yf instanceof Error)}Ra.isError=qd,Ra.types.isNativeError=qd;function Wd(yf){return typeof yf=="function"}Ra.isFunction=Wd;function zd(yf){return yf===null||typeof yf=="boolean"||typeof yf=="number"||typeof yf=="string"||typeof yf=="symbol"||typeof yf>"u"}Ra.isPrimitive=zd,Ra.isBuffer=isBufferBrowser;function Kd(yf){return Object.prototype.toString.call(yf)}function Qd(yf){return yf<10?"0"+yf.toString(10):yf.toString(10)}var hf=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function gf(){var yf=new Date,Mf=[Qd(yf.getHours()),Qd(yf.getMinutes()),Qd(yf.getSeconds())].join(":");return[yf.getDate(),hf[yf.getMonth()],Mf].join(" ")}Ra.log=function(){console.log("%s - %s",gf(),Ra.format.apply(Ra,arguments))},Ra.inherits=inherits_browserExports,Ra._extend=function(yf,Mf){if(!Mf||!Ud(Mf))return yf;for(var Af=Object.keys(Mf),Zd=Af.length;Zd--;)yf[Af[Zd]]=Mf[Af[Zd]];return yf};function bf(yf,Mf){return Object.prototype.hasOwnProperty.call(yf,Mf)}var kf=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;Ra.promisify=function(Mf){if(typeof Mf!="function")throw new TypeError('The "original" argument must be of type Function');if(kf&&Mf[kf]){var Af=Mf[kf];if(typeof Af!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Af,kf,{value:Af,enumerable:!1,writable:!1,configurable:!0}),Af}function Af(){for(var Zd,mf,Pf=new Promise(function(jf,xf){Zd=jf,mf=xf}),Ff=[],Lf=0;Lf<arguments.length;Lf++)Ff.push(arguments[Lf]);Ff.push(function(jf,xf){jf?mf(jf):Zd(xf)});try{Mf.apply(this,Ff)}catch(jf){mf(jf)}return Pf}return Object.setPrototypeOf(Af,Object.getPrototypeOf(Mf)),kf&&Object.defineProperty(Af,kf,{value:Af,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(Af,ed(Mf))},Ra.promisify.custom=kf;function Cf(yf,Mf){if(!yf){var Af=new Error("Promise was rejected with a falsy value");Af.reason=yf,yf=Af}return Mf(yf)}function Ef(yf){if(typeof yf!="function")throw new TypeError('The "original" argument must be of type Function');function Mf(){for(var Af=[],Zd=0;Zd<arguments.length;Zd++)Af.push(arguments[Zd]);var mf=Af.pop();if(typeof mf!="function")throw new TypeError("The last argument must be of type Function");var Pf=this,Ff=function(){return mf.apply(Pf,arguments)};yf.apply(this,Af).then(function(Lf){qa.nextTick(Ff.bind(null,null,Lf))},function(Lf){qa.nextTick(Cf.bind(null,Lf,Ff))})}return Object.setPrototypeOf(Mf,Object.getPrototypeOf(yf)),Object.defineProperties(Mf,ed(yf)),Mf}Ra.callbackify=Ef})(util$5);var buffer_list,hasRequiredBuffer_list;function requireBuffer_list(){if(hasRequiredBuffer_list)return buffer_list;hasRequiredBuffer_list=1;function Ra(Ed,Td){var Od=Object.keys(Ed);if(Object.getOwnPropertySymbols){var Ad=Object.getOwnPropertySymbols(Ed);Td&&(Ad=Ad.filter(function(Nd){return Object.getOwnPropertyDescriptor(Ed,Nd).enumerable})),Od.push.apply(Od,Ad)}return Od}function qa(Ed){for(var Td=1;Td<arguments.length;Td++){var Od=arguments[Td]!=null?arguments[Td]:{};Td%2?Ra(Object(Od),!0).forEach(function(Ad){Ja(Ed,Ad,Od[Ad])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Ed,Object.getOwnPropertyDescriptors(Od)):Ra(Object(Od)).forEach(function(Ad){Object.defineProperty(Ed,Ad,Object.getOwnPropertyDescriptor(Od,Ad))})}return Ed}function Ja(Ed,Td,Od){return Td=od(Td),Td in Ed?Object.defineProperty(Ed,Td,{value:Od,enumerable:!0,configurable:!0,writable:!0}):Ed[Td]=Od,Ed}function ed(Ed,Td){if(!(Ed instanceof Td))throw new TypeError("Cannot call a class as a function")}function td(Ed,Td){for(var Od=0;Od<Td.length;Od++){var Ad=Td[Od];Ad.enumerable=Ad.enumerable||!1,Ad.configurable=!0,"value"in Ad&&(Ad.writable=!0),Object.defineProperty(Ed,od(Ad.key),Ad)}}function rd(Ed,Td,Od){return Td&&td(Ed.prototype,Td),Object.defineProperty(Ed,"prototype",{writable:!1}),Ed}function od(Ed){var Td=sd(Ed,"string");return typeof Td=="symbol"?Td:String(Td)}function sd(Ed,Td){if(typeof Ed!="object"||Ed===null)return Ed;var Od=Ed[Symbol.toPrimitive];if(Od!==void 0){var Ad=Od.call(Ed,Td||"default");if(typeof Ad!="object")return Ad;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Td==="string"?String:Number)(Ed)}var ld=buffer,cd=ld.Buffer,ud=util$5,gd=ud.inspect,_d=gd&&gd.custom||"inspect";function yd(Ed,Td,Od){cd.prototype.copy.call(Ed,Td,Od)}return buffer_list=function(){function Ed(){ed(this,Ed),this.head=null,this.tail=null,this.length=0}return rd(Ed,[{key:"push",value:function(Od){var Ad={data:Od,next:null};this.length>0?this.tail.next=Ad:this.head=Ad,this.tail=Ad,++this.length}},{key:"unshift",value:function(Od){var Ad={data:Od,next:this.head};this.length===0&&(this.tail=Ad),this.head=Ad,++this.length}},{key:"shift",value:function(){if(this.length!==0){var Od=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,Od}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(Od){if(this.length===0)return"";for(var Ad=this.head,Nd=""+Ad.data;Ad=Ad.next;)Nd+=Od+Ad.data;return Nd}},{key:"concat",value:function(Od){if(this.length===0)return cd.alloc(0);for(var Ad=cd.allocUnsafe(Od>>>0),Nd=this.head,kd=0;Nd;)yd(Nd.data,Ad,kd),kd+=Nd.data.length,Nd=Nd.next;return Ad}},{key:"consume",value:function(Od,Ad){var Nd;return Od<this.head.data.length?(Nd=this.head.data.slice(0,Od),this.head.data=this.head.data.slice(Od)):Od===this.head.data.length?Nd=this.shift():Nd=Ad?this._getString(Od):this._getBuffer(Od),Nd}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(Od){var Ad=this.head,Nd=1,kd=Ad.data;for(Od-=kd.length;Ad=Ad.next;){var Id=Ad.data,Rd=Od>Id.length?Id.length:Od;if(Rd===Id.length?kd+=Id:kd+=Id.slice(0,Od),Od-=Rd,Od===0){Rd===Id.length?(++Nd,Ad.next?this.head=Ad.next:this.head=this.tail=null):(this.head=Ad,Ad.data=Id.slice(Rd));break}++Nd}return this.length-=Nd,kd}},{key:"_getBuffer",value:function(Od){var Ad=cd.allocUnsafe(Od),Nd=this.head,kd=1;for(Nd.data.copy(Ad),Od-=Nd.data.length;Nd=Nd.next;){var Id=Nd.data,Rd=Od>Id.length?Id.length:Od;if(Id.copy(Ad,Ad.length-Od,0,Rd),Od-=Rd,Od===0){Rd===Id.length?(++kd,Nd.next?this.head=Nd.next:this.head=this.tail=null):(this.head=Nd,Nd.data=Id.slice(Rd));break}++kd}return this.length-=kd,Ad}},{key:_d,value:function(Od,Ad){return gd(this,qa(qa({},Ad),{},{depth:0,customInspect:!1}))}}]),Ed}(),buffer_list}var define_process_default$7={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};function destroy(Ra,qa){var Ja=this,ed=this._readableState&&this._readableState.destroyed,td=this._writableState&&this._writableState.destroyed;return ed||td?(qa?qa(Ra):Ra&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,define_process_default$7.nextTick(emitErrorNT,this,Ra)):define_process_default$7.nextTick(emitErrorNT,this,Ra)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(Ra||null,function(rd){!qa&&rd?Ja._writableState?Ja._writableState.errorEmitted?define_process_default$7.nextTick(emitCloseNT,Ja):(Ja._writableState.errorEmitted=!0,define_process_default$7.nextTick(emitErrorAndCloseNT,Ja,rd)):define_process_default$7.nextTick(emitErrorAndCloseNT,Ja,rd):qa?(define_process_default$7.nextTick(emitCloseNT,Ja),qa(rd)):define_process_default$7.nextTick(emitCloseNT,Ja)}),this)}function emitErrorAndCloseNT(Ra,qa){emitErrorNT(Ra,qa),emitCloseNT(Ra)}function emitCloseNT(Ra){Ra._writableState&&!Ra._writableState.emitClose||Ra._readableState&&!Ra._readableState.emitClose||Ra.emit("close")}function undestroy(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function emitErrorNT(Ra,qa){Ra.emit("error",qa)}function errorOrDestroy(Ra,qa){var Ja=Ra._readableState,ed=Ra._writableState;Ja&&Ja.autoDestroy||ed&&ed.autoDestroy?Ra.destroy(qa):Ra.emit("error",qa)}var destroy_1={destroy,undestroy,errorOrDestroy},errorsBrowser={};function _inheritsLoose(Ra,qa){Ra.prototype=Object.create(qa.prototype),Ra.prototype.constructor=Ra,Ra.__proto__=qa}var codes={};function createErrorType(Ra,qa,Ja){Ja||(Ja=Error);function ed(rd,od,sd){return typeof qa=="string"?qa:qa(rd,od,sd)}var td=function(rd){_inheritsLoose(od,rd);function od(sd,ld,cd){return rd.call(this,ed(sd,ld,cd))||this}return od}(Ja);td.prototype.name=Ja.name,td.prototype.code=Ra,codes[Ra]=td}function oneOf(Ra,qa){if(Array.isArray(Ra)){var Ja=Ra.length;return Ra=Ra.map(function(ed){return String(ed)}),Ja>2?"one of ".concat(qa," ").concat(Ra.slice(0,Ja-1).join(", "),", or ")+Ra[Ja-1]:Ja===2?"one of ".concat(qa," ").concat(Ra[0]," or ").concat(Ra[1]):"of ".concat(qa," ").concat(Ra[0])}else return"of ".concat(qa," ").concat(String(Ra))}function startsWith(Ra,qa,Ja){return Ra.substr(0,qa.length)===qa}function endsWith$1(Ra,qa,Ja){return(Ja===void 0||Ja>Ra.length)&&(Ja=Ra.length),Ra.substring(Ja-qa.length,Ja)===qa}function includes(Ra,qa,Ja){return typeof Ja!="number"&&(Ja=0),Ja+qa.length>Ra.length?!1:Ra.indexOf(qa,Ja)!==-1}createErrorType("ERR_INVALID_OPT_VALUE",function(Ra,qa){return'The value "'+qa+'" is invalid for option "'+Ra+'"'},TypeError);createErrorType("ERR_INVALID_ARG_TYPE",function(Ra,qa,Ja){var ed;typeof qa=="string"&&startsWith(qa,"not ")?(ed="must not be",qa=qa.replace(/^not /,"")):ed="must be";var td;if(endsWith$1(Ra," argument"))td="The ".concat(Ra," ").concat(ed," ").concat(oneOf(qa,"type"));else{var rd=includes(Ra,".")?"property":"argument";td='The "'.concat(Ra,'" ').concat(rd," ").concat(ed," ").concat(oneOf(qa,"type"))}return td+=". Received type ".concat(typeof Ja),td},TypeError);createErrorType("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");createErrorType("ERR_METHOD_NOT_IMPLEMENTED",function(Ra){return"The "+Ra+" method is not implemented"});createErrorType("ERR_STREAM_PREMATURE_CLOSE","Premature close");createErrorType("ERR_STREAM_DESTROYED",function(Ra){return"Cannot call "+Ra+" after a stream was destroyed"});createErrorType("ERR_MULTIPLE_CALLBACK","Callback called multiple times");createErrorType("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");createErrorType("ERR_STREAM_WRITE_AFTER_END","write after end");createErrorType("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);createErrorType("ERR_UNKNOWN_ENCODING",function(Ra){return"Unknown encoding: "+Ra},TypeError);createErrorType("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");errorsBrowser.codes=codes;var ERR_INVALID_OPT_VALUE=errorsBrowser.codes.ERR_INVALID_OPT_VALUE;function highWaterMarkFrom(Ra,qa,Ja){return Ra.highWaterMark!=null?Ra.highWaterMark:qa?Ra[Ja]:null}function getHighWaterMark(Ra,qa,Ja,ed){var td=highWaterMarkFrom(qa,ed,Ja);if(td!=null){if(!(isFinite(td)&&Math.floor(td)===td)||td<0){var rd=ed?Ja:"highWaterMark";throw new ERR_INVALID_OPT_VALUE(rd,td)}return Math.floor(td)}return Ra.objectMode?16:16*1024}var state={getHighWaterMark},browser=deprecate;function deprecate(Ra,qa){if(config("noDeprecation"))return Ra;var Ja=!1;function ed(){if(!Ja){if(config("throwDeprecation"))throw new Error(qa);config("traceDeprecation")?console.trace(qa):console.warn(qa),Ja=!0}return Ra.apply(this,arguments)}return ed}function config(Ra){try{if(!commonjsGlobal.localStorage)return!1}catch{return!1}var qa=commonjsGlobal.localStorage[Ra];return qa==null?!1:String(qa).toLowerCase()==="true"}var _stream_writable,hasRequired_stream_writable;function require_stream_writable(){if(hasRequired_stream_writable)return _stream_writable;hasRequired_stream_writable=1;var Ra={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};_stream_writable=Pd;function qa(Zd){var mf=this;this.next=null,this.entry=null,this.finish=function(){Af(mf,Zd)}}var Ja;Pd.WritableState=Ld;var ed={deprecate:browser},td=streamBrowser,rd=buffer.Buffer,od=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function sd(Zd){return rd.from(Zd)}function ld(Zd){return rd.isBuffer(Zd)||Zd instanceof od}var cd=destroy_1,ud=state,gd=ud.getHighWaterMark,_d=errorsBrowser.codes,yd=_d.ERR_INVALID_ARG_TYPE,Ed=_d.ERR_METHOD_NOT_IMPLEMENTED,Td=_d.ERR_MULTIPLE_CALLBACK,Od=_d.ERR_STREAM_CANNOT_PIPE,Ad=_d.ERR_STREAM_DESTROYED,Nd=_d.ERR_STREAM_NULL_VALUES,kd=_d.ERR_STREAM_WRITE_AFTER_END,Id=_d.ERR_UNKNOWN_ENCODING,Rd=cd.errorOrDestroy;inherits_browserExports(Pd,td);function Md(){}function Ld(Zd,mf,Pf){Ja=Ja||require_stream_duplex(),Zd=Zd||{},typeof Pf!="boolean"&&(Pf=mf instanceof Ja),this.objectMode=!!Zd.objectMode,Pf&&(this.objectMode=this.objectMode||!!Zd.writableObjectMode),this.highWaterMark=gd(this,Zd,"writableHighWaterMark",Pf),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Ff=Zd.decodeStrings===!1;this.decodeStrings=!Ff,this.defaultEncoding=Zd.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Lf){Qd(mf,Lf)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=Zd.emitClose!==!1,this.autoDestroy=!!Zd.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new qa(this)}Ld.prototype.getBuffer=function(){for(var mf=this.bufferedRequest,Pf=[];mf;)Pf.push(mf),mf=mf.next;return Pf},function(){try{Object.defineProperty(Ld.prototype,"buffer",{get:ed.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var jd;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(jd=Function.prototype[Symbol.hasInstance],Object.defineProperty(Pd,Symbol.hasInstance,{value:function(mf){return jd.call(this,mf)?!0:this!==Pd?!1:mf&&mf._writableState instanceof Ld}})):jd=function(mf){return mf instanceof this};function Pd(Zd){Ja=Ja||require_stream_duplex();var mf=this instanceof Ja;if(!mf&&!jd.call(Pd,this))return new Pd(Zd);this._writableState=new Ld(Zd,this,mf),this.writable=!0,Zd&&(typeof Zd.write=="function"&&(this._write=Zd.write),typeof Zd.writev=="function"&&(this._writev=Zd.writev),typeof Zd.destroy=="function"&&(this._destroy=Zd.destroy),typeof Zd.final=="function"&&(this._final=Zd.final)),td.call(this)}Pd.prototype.pipe=function(){Rd(this,new Od)};function Fd(Zd,mf){var Pf=new kd;Rd(Zd,Pf),Ra.nextTick(mf,Pf)}function Ud(Zd,mf,Pf,Ff){var Lf;return Pf===null?Lf=new Nd:typeof Pf!="string"&&!mf.objectMode&&(Lf=new yd("chunk",["string","Buffer"],Pf)),Lf?(Rd(Zd,Lf),Ra.nextTick(Ff,Lf),!1):!0}Pd.prototype.write=function(Zd,mf,Pf){var Ff=this._writableState,Lf=!1,jf=!Ff.objectMode&&ld(Zd);return jf&&!rd.isBuffer(Zd)&&(Zd=sd(Zd)),typeof mf=="function"&&(Pf=mf,mf=null),jf?mf="buffer":mf||(mf=Ff.defaultEncoding),typeof Pf!="function"&&(Pf=Md),Ff.ending?Fd(this,Pf):(jf||Ud(this,Ff,Zd,Pf))&&(Ff.pendingcb++,Lf=qd(this,Ff,jf,Zd,mf,Pf)),Lf},Pd.prototype.cork=function(){this._writableState.corked++},Pd.prototype.uncork=function(){var Zd=this._writableState;Zd.corked&&(Zd.corked--,!Zd.writing&&!Zd.corked&&!Zd.bufferProcessing&&Zd.bufferedRequest&&bf(this,Zd))},Pd.prototype.setDefaultEncoding=function(mf){if(typeof mf=="string"&&(mf=mf.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((mf+"").toLowerCase())>-1))throw new Id(mf);return this._writableState.defaultEncoding=mf,this},Object.defineProperty(Pd.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function Vd(Zd,mf,Pf){return!Zd.objectMode&&Zd.decodeStrings!==!1&&typeof mf=="string"&&(mf=rd.from(mf,Pf)),mf}Object.defineProperty(Pd.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function qd(Zd,mf,Pf,Ff,Lf,jf){if(!Pf){var xf=Vd(mf,Ff,Lf);Ff!==xf&&(Pf=!0,Lf="buffer",Ff=xf)}var Nf=mf.objectMode?1:Ff.length;mf.length+=Nf;var Bf=mf.length<mf.highWaterMark;if(Bf||(mf.needDrain=!0),mf.writing||mf.corked){var Tf=mf.lastBufferedRequest;mf.lastBufferedRequest={chunk:Ff,encoding:Lf,isBuf:Pf,callback:jf,next:null},Tf?Tf.next=mf.lastBufferedRequest:mf.bufferedRequest=mf.lastBufferedRequest,mf.bufferedRequestCount+=1}else Wd(Zd,mf,!1,Nf,Ff,Lf,jf);return Bf}function Wd(Zd,mf,Pf,Ff,Lf,jf,xf){mf.writelen=Ff,mf.writecb=xf,mf.writing=!0,mf.sync=!0,mf.destroyed?mf.onwrite(new Ad("write")):Pf?Zd._writev(Lf,mf.onwrite):Zd._write(Lf,jf,mf.onwrite),mf.sync=!1}function zd(Zd,mf,Pf,Ff,Lf){--mf.pendingcb,Pf?(Ra.nextTick(Lf,Ff),Ra.nextTick(yf,Zd,mf),Zd._writableState.errorEmitted=!0,Rd(Zd,Ff)):(Lf(Ff),Zd._writableState.errorEmitted=!0,Rd(Zd,Ff),yf(Zd,mf))}function Kd(Zd){Zd.writing=!1,Zd.writecb=null,Zd.length-=Zd.writelen,Zd.writelen=0}function Qd(Zd,mf){var Pf=Zd._writableState,Ff=Pf.sync,Lf=Pf.writecb;if(typeof Lf!="function")throw new Td;if(Kd(Pf),mf)zd(Zd,Pf,Ff,mf,Lf);else{var jf=kf(Pf)||Zd.destroyed;!jf&&!Pf.corked&&!Pf.bufferProcessing&&Pf.bufferedRequest&&bf(Zd,Pf),Ff?Ra.nextTick(hf,Zd,Pf,jf,Lf):hf(Zd,Pf,jf,Lf)}}function hf(Zd,mf,Pf,Ff){Pf||gf(Zd,mf),mf.pendingcb--,Ff(),yf(Zd,mf)}function gf(Zd,mf){mf.length===0&&mf.needDrain&&(mf.needDrain=!1,Zd.emit("drain"))}function bf(Zd,mf){mf.bufferProcessing=!0;var Pf=mf.bufferedRequest;if(Zd._writev&&Pf&&Pf.next){var Ff=mf.bufferedRequestCount,Lf=new Array(Ff),jf=mf.corkedRequestsFree;jf.entry=Pf;for(var xf=0,Nf=!0;Pf;)Lf[xf]=Pf,Pf.isBuf||(Nf=!1),Pf=Pf.next,xf+=1;Lf.allBuffers=Nf,Wd(Zd,mf,!0,mf.length,Lf,"",jf.finish),mf.pendingcb++,mf.lastBufferedRequest=null,jf.next?(mf.corkedRequestsFree=jf.next,jf.next=null):mf.corkedRequestsFree=new qa(mf),mf.bufferedRequestCount=0}else{for(;Pf;){var Bf=Pf.chunk,Tf=Pf.encoding,wf=Pf.callback,Of=mf.objectMode?1:Bf.length;if(Wd(Zd,mf,!1,Of,Bf,Tf,wf),Pf=Pf.next,mf.bufferedRequestCount--,mf.writing)break}Pf===null&&(mf.lastBufferedRequest=null)}mf.bufferedRequest=Pf,mf.bufferProcessing=!1}Pd.prototype._write=function(Zd,mf,Pf){Pf(new Ed("_write()"))},Pd.prototype._writev=null,Pd.prototype.end=function(Zd,mf,Pf){var Ff=this._writableState;return typeof Zd=="function"?(Pf=Zd,Zd=null,mf=null):typeof mf=="function"&&(Pf=mf,mf=null),Zd!=null&&this.write(Zd,mf),Ff.corked&&(Ff.corked=1,this.uncork()),Ff.ending||Mf(this,Ff,Pf),this},Object.defineProperty(Pd.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function kf(Zd){return Zd.ending&&Zd.length===0&&Zd.bufferedRequest===null&&!Zd.finished&&!Zd.writing}function Cf(Zd,mf){Zd._final(function(Pf){mf.pendingcb--,Pf&&Rd(Zd,Pf),mf.prefinished=!0,Zd.emit("prefinish"),yf(Zd,mf)})}function Ef(Zd,mf){!mf.prefinished&&!mf.finalCalled&&(typeof Zd._final=="function"&&!mf.destroyed?(mf.pendingcb++,mf.finalCalled=!0,Ra.nextTick(Cf,Zd,mf)):(mf.prefinished=!0,Zd.emit("prefinish")))}function yf(Zd,mf){var Pf=kf(mf);if(Pf&&(Ef(Zd,mf),mf.pendingcb===0&&(mf.finished=!0,Zd.emit("finish"),mf.autoDestroy))){var Ff=Zd._readableState;(!Ff||Ff.autoDestroy&&Ff.endEmitted)&&Zd.destroy()}return Pf}function Mf(Zd,mf,Pf){mf.ending=!0,yf(Zd,mf),Pf&&(mf.finished?Ra.nextTick(Pf):Zd.once("finish",Pf)),mf.ended=!0,Zd.writable=!1}function Af(Zd,mf,Pf){var Ff=Zd.entry;for(Zd.entry=null;Ff;){var Lf=Ff.callback;mf.pendingcb--,Lf(Pf),Ff=Ff.next}mf.corkedRequestsFree.next=Zd}return Object.defineProperty(Pd.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(mf){this._writableState&&(this._writableState.destroyed=mf)}}),Pd.prototype.destroy=cd.destroy,Pd.prototype._undestroy=cd.undestroy,Pd.prototype._destroy=function(Zd,mf){mf(Zd)},_stream_writable}var _stream_duplex,hasRequired_stream_duplex;function require_stream_duplex(){if(hasRequired_stream_duplex)return _stream_duplex;hasRequired_stream_duplex=1;var Ra={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},qa=Object.keys||function(ud){var gd=[];for(var _d in ud)gd.push(_d);return gd};_stream_duplex=sd;var Ja=require_stream_readable(),ed=require_stream_writable();inherits_browserExports(sd,Ja);for(var td=qa(ed.prototype),rd=0;rd<td.length;rd++){var od=td[rd];sd.prototype[od]||(sd.prototype[od]=ed.prototype[od])}function sd(ud){if(!(this instanceof sd))return new sd(ud);Ja.call(this,ud),ed.call(this,ud),this.allowHalfOpen=!0,ud&&(ud.readable===!1&&(this.readable=!1),ud.writable===!1&&(this.writable=!1),ud.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",ld)))}Object.defineProperty(sd.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(sd.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(sd.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function ld(){this._writableState.ended||Ra.nextTick(cd,this)}function cd(ud){ud.end()}return Object.defineProperty(sd.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(gd){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=gd,this._writableState.destroyed=gd)}}),_stream_duplex}var string_decoder={},safeBuffer={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var hasRequiredSafeBuffer;function requireSafeBuffer(){return hasRequiredSafeBuffer||(hasRequiredSafeBuffer=1,function(Ra,qa){var Ja=buffer,ed=Ja.Buffer;function td(od,sd){for(var ld in od)sd[ld]=od[ld]}ed.from&&ed.alloc&&ed.allocUnsafe&&ed.allocUnsafeSlow?Ra.exports=Ja:(td(Ja,qa),qa.Buffer=rd);function rd(od,sd,ld){return ed(od,sd,ld)}rd.prototype=Object.create(ed.prototype),td(ed,rd),rd.from=function(od,sd,ld){if(typeof od=="number")throw new TypeError("Argument must not be a number");return ed(od,sd,ld)},rd.alloc=function(od,sd,ld){if(typeof od!="number")throw new TypeError("Argument must be a number");var cd=ed(od);return sd!==void 0?typeof ld=="string"?cd.fill(sd,ld):cd.fill(sd):cd.fill(0),cd},rd.allocUnsafe=function(od){if(typeof od!="number")throw new TypeError("Argument must be a number");return ed(od)},rd.allocUnsafeSlow=function(od){if(typeof od!="number")throw new TypeError("Argument must be a number");return Ja.SlowBuffer(od)}}(safeBuffer,safeBuffer.exports)),safeBuffer.exports}var hasRequiredString_decoder;function requireString_decoder(){if(hasRequiredString_decoder)return string_decoder;hasRequiredString_decoder=1;var Ra=requireSafeBuffer().Buffer,qa=Ra.isEncoding||function(Ad){switch(Ad=""+Ad,Ad&&Ad.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function Ja(Ad){if(!Ad)return"utf8";for(var Nd;;)switch(Ad){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return Ad;default:if(Nd)return;Ad=(""+Ad).toLowerCase(),Nd=!0}}function ed(Ad){var Nd=Ja(Ad);if(typeof Nd!="string"&&(Ra.isEncoding===qa||!qa(Ad)))throw new Error("Unknown encoding: "+Ad);return Nd||Ad}string_decoder.StringDecoder=td;function td(Ad){this.encoding=ed(Ad);var Nd;switch(this.encoding){case"utf16le":this.text=gd,this.end=_d,Nd=4;break;case"utf8":this.fillLast=ld,Nd=4;break;case"base64":this.text=yd,this.end=Ed,Nd=3;break;default:this.write=Td,this.end=Od;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=Ra.allocUnsafe(Nd)}td.prototype.write=function(Ad){if(Ad.length===0)return"";var Nd,kd;if(this.lastNeed){if(Nd=this.fillLast(Ad),Nd===void 0)return"";kd=this.lastNeed,this.lastNeed=0}else kd=0;return kd<Ad.length?Nd?Nd+this.text(Ad,kd):this.text(Ad,kd):Nd||""},td.prototype.end=ud,td.prototype.text=cd,td.prototype.fillLast=function(Ad){if(this.lastNeed<=Ad.length)return Ad.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);Ad.copy(this.lastChar,this.lastTotal-this.lastNeed,0,Ad.length),this.lastNeed-=Ad.length};function rd(Ad){return Ad<=127?0:Ad>>5===6?2:Ad>>4===14?3:Ad>>3===30?4:Ad>>6===2?-1:-2}function od(Ad,Nd,kd){var Id=Nd.length-1;if(Id<kd)return 0;var Rd=rd(Nd[Id]);return Rd>=0?(Rd>0&&(Ad.lastNeed=Rd-1),Rd):--Id<kd||Rd===-2?0:(Rd=rd(Nd[Id]),Rd>=0?(Rd>0&&(Ad.lastNeed=Rd-2),Rd):--Id<kd||Rd===-2?0:(Rd=rd(Nd[Id]),Rd>=0?(Rd>0&&(Rd===2?Rd=0:Ad.lastNeed=Rd-3),Rd):0))}function sd(Ad,Nd,kd){if((Nd[0]&192)!==128)return Ad.lastNeed=0,"<22>";if(Ad.lastNeed>1&&Nd.length>1){if((Nd[1]&192)!==128)return Ad.lastNeed=1,"<22>";if(Ad.lastNeed>2&&Nd.length>2&&(Nd[2]&192)!==128)return Ad.lastNeed=2,"<22>"}}function ld(Ad){var Nd=this.lastTotal-this.lastNeed,kd=sd(this,Ad);if(kd!==void 0)return kd;if(this.lastNeed<=Ad.length)return Ad.copy(this.lastChar,Nd,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);Ad.copy(this.lastChar,Nd,0,Ad.length),this.lastNeed-=Ad.length}function cd(Ad,Nd){var kd=od(this,Ad,Nd);if(!this.lastNeed)return Ad.toString("utf8",Nd);this.lastTotal=kd;var Id=Ad.length-(kd-this.lastNeed);return Ad.copy(this.lastChar,0,Id),Ad.toString("utf8",Nd,Id)}function ud(Ad){var Nd=Ad&&Ad.length?this.write(Ad):"";return this.lastNeed?Nd+"<22>":Nd}function gd(Ad,Nd){if((Ad.length-Nd)%2===0){var kd=Ad.toString("utf16le",Nd);if(kd){var Id=kd.charCodeAt(kd.length-1);if(Id>=55296&&Id<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=Ad[Ad.length-2],this.lastChar[1]=Ad[Ad.length-1],kd.slice(0,-1)}return kd}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=Ad[Ad.length-1],Ad.toString("utf16le",Nd,Ad.length-1)}function _d(Ad){var Nd=Ad&&Ad.length?this.write(Ad):"";if(this.lastNeed){var kd=this.lastTotal-this.lastNeed;return Nd+this.lastChar.toString("utf16le",0,kd)}return Nd}function yd(Ad,Nd){var kd=(Ad.length-Nd)%3;return kd===0?Ad.toString("base64",Nd):(this.lastNeed=3-kd,this.lastTotal=3,kd===1?this.lastChar[0]=Ad[Ad.length-1]:(this.lastChar[0]=Ad[Ad.length-2],this.lastChar[1]=Ad[Ad.length-1]),Ad.toString("base64",Nd,Ad.length-kd))}function Ed(Ad){var Nd=Ad&&Ad.length?this.write(Ad):"";return this.lastNeed?Nd+this.lastChar.toString("base64",0,3-this.lastNeed):Nd}function Td(Ad){return Ad.toString(this.encoding)}function Od(Ad){return Ad&&Ad.length?this.write(Ad):""}return string_decoder}var ERR_STREAM_PREMATURE_CLOSE=errorsBrowser.codes.ERR_STREAM_PREMATURE_CLOSE;function once$2(Ra){var qa=!1;return function(){if(!qa){qa=!0;for(var Ja=arguments.length,ed=new Array(Ja),td=0;td<Ja;td++)ed[td]=arguments[td];Ra.apply(this,ed)}}}function noop$2(){}function isRequest$2(Ra){return Ra.setHeader&&typeof Ra.abort=="function"}function eos$1(Ra,qa,Ja){if(typeof qa=="function")return eos$1(Ra,null,qa);qa||(qa={}),Ja=once$2(Ja||noop$2);var ed=qa.readable||qa.readable!==!1&&Ra.readable,td=qa.writable||qa.writable!==!1&&Ra.writable,rd=function(){Ra.writable||sd()},od=Ra._writableState&&Ra._writableState.finished,sd=function(){td=!1,od=!0,ed||Ja.call(Ra)},ld=Ra._readableState&&Ra._readableState.endEmitted,cd=function(){ed=!1,ld=!0,td||Ja.call(Ra)},ud=function(Ed){Ja.call(Ra,Ed)},gd=function(){var Ed;if(ed&&!ld)return(!Ra._readableState||!Ra._readableState.ended)&&(Ed=new ERR_STREAM_PREMATURE_CLOSE),Ja.call(Ra,Ed);if(td&&!od)return(!Ra._writableState||!Ra._writableState.ended)&&(Ed=new ERR_STREAM_PREMATURE_CLOSE),Ja.call(Ra,Ed)},_d=function(){Ra.req.on("finish",sd)};return isRequest$2(Ra)?(Ra.on("complete",sd),Ra.on("abort",gd),Ra.req?_d():Ra.on("request",_d)):td&&!Ra._writableState&&(Ra.on("end",rd),Ra.on("close",rd)),Ra.on("end",cd),Ra.on("finish",sd),qa.error!==!1&&Ra.on("error",ud),Ra.on("close",gd),function(){Ra.removeListener("complete",sd),Ra.removeListener("abort",gd),Ra.removeListener("request",_d),Ra.req&&Ra.req.removeListener("finish",sd),Ra.removeListener("end",rd),Ra.removeListener("close",rd),Ra.removeListener("finish",sd),Ra.removeListener("end",cd),Ra.removeListener("error",ud),Ra.removeListener("close",gd)}}var endOfStream=eos$1,async_iterator,hasRequiredAsync_iterator;function requireAsync_iterator(){if(hasRequiredAsync_iterator)return async_iterator;hasRequiredAsync_iterator=1;var Ra={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},qa;function Ja(Id,Rd,Md){return Rd=ed(Rd),Rd in Id?Object.defineProperty(Id,Rd,{value:Md,enumerable:!0,configurable:!0,writable:!0}):Id[Rd]=Md,Id}function ed(Id){var Rd=td(Id,"string");return typeof Rd=="symbol"?Rd:String(Rd)}function td(Id,Rd){if(typeof Id!="object"||Id===null)return Id;var Md=Id[Symbol.toPrimitive];if(Md!==void 0){var Ld=Md.call(Id,Rd||"default");if(typeof Ld!="object")return Ld;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Rd==="string"?String:Number)(Id)}var rd=endOfStream,od=Symbol("lastResolve"),sd=Symbol("lastReject"),ld=Symbol("error"),cd=Symbol("ended"),ud=Symbol("lastPromise"),gd=Symbol("handlePromise"),_d=Symbol("stream");function yd(Id,Rd){return{value:Id,done:Rd}}function Ed(Id){var Rd=Id[od];if(Rd!==null){var Md=Id[_d].read();Md!==null&&(Id[ud]=null,Id[od]=null,Id[sd]=null,Rd(yd(Md,!1)))}}function Td(Id){Ra.nextTick(Ed,Id)}function Od(Id,Rd){return function(Md,Ld){Id.then(function(){if(Rd[cd]){Md(yd(void 0,!0));return}Rd[gd](Md,Ld)},Ld)}}var Ad=Object.getPrototypeOf(function(){}),Nd=Object.setPrototypeOf((qa={get stream(){return this[_d]},next:function(){var Rd=this,Md=this[ld];if(Md!==null)return Promise.reject(Md);if(this[cd])return Promise.resolve(yd(void 0,!0));if(this[_d].destroyed)return new Promise(function(Fd,Ud){Ra.nextTick(function(){Rd[ld]?Ud(Rd[ld]):Fd(yd(void 0,!0))})});var Ld=this[ud],jd;if(Ld)jd=new Promise(Od(Ld,this));else{var Pd=this[_d].read();if(Pd!==null)return Promise.resolve(yd(Pd,!1));jd=new Promise(this[gd])}return this[ud]=jd,jd}},Ja(qa,Symbol.asyncIterator,function(){return this}),Ja(qa,"return",function(){var Rd=this;return new Promise(function(Md,Ld){Rd[_d].destroy(null,function(jd){if(jd){Ld(jd);return}Md(yd(void 0,!0))})})}),qa),Ad),kd=function(Rd){var Md,Ld=Object.create(Nd,(Md={},Ja(Md,_d,{value:Rd,writable:!0}),Ja(Md,od,{value:null,writable:!0}),Ja(Md,sd,{value:null,writable:!0}),Ja(Md,ld,{value:null,writable:!0}),Ja(Md,cd,{value:Rd._readableState.endEmitted,writable:!0}),Ja(Md,gd,{value:function(Pd,Fd){var Ud=Ld[_d].read();Ud?(Ld[ud]=null,Ld[od]=null,Ld[sd]=null,Pd(yd(Ud,!1))):(Ld[od]=Pd,Ld[sd]=Fd)},writable:!0}),Md));return Ld[ud]=null,rd(Rd,function(jd){if(jd&&jd.code!=="ERR_STREAM_PREMATURE_CLOSE"){var Pd=Ld[sd];Pd!==null&&(Ld[ud]=null,Ld[od]=null,Ld[sd]=null,Pd(jd)),Ld[ld]=jd;return}var Fd=Ld[od];Fd!==null&&(Ld[ud]=null,Ld[od]=null,Ld[sd]=null,Fd(yd(void 0,!0))),Ld[cd]=!0}),Rd.on("readable",Td.bind(null,Ld)),Ld};return async_iterator=kd,async_iterator}var fromBrowser,hasRequiredFromBrowser;function requireFromBrowser(){return hasRequiredFromBrowser||(hasRequiredFromBrowser=1,fromBrowser=function(){throw new Error("Readable.from is not available in the browser")}),fromBrowser}var _stream_readable,hasRequired_stream_readable;function require_stream_readable(){if(hasRequired_stream_readable)return _stream_readable;hasRequired_stream_readable=1;var Ra={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};_stream_readable=Fd;var qa;Fd.ReadableState=Pd,eventsExports.EventEmitter;var Ja=function(xf,Nf){return xf.listeners(Nf).length},ed=streamBrowser,td=buffer.Buffer,rd=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function od(jf){return td.from(jf)}function sd(jf){return td.isBuffer(jf)||jf instanceof rd}var ld=util$5,cd;ld&&ld.debuglog?cd=ld.debuglog("stream"):cd=function(){};var ud=requireBuffer_list(),gd=destroy_1,_d=state,yd=_d.getHighWaterMark,Ed=errorsBrowser.codes,Td=Ed.ERR_INVALID_ARG_TYPE,Od=Ed.ERR_STREAM_PUSH_AFTER_EOF,Ad=Ed.ERR_METHOD_NOT_IMPLEMENTED,Nd=Ed.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,kd,Id,Rd;inherits_browserExports(Fd,ed);var Md=gd.errorOrDestroy,Ld=["error","close","destroy","pause","resume"];function jd(jf,xf,Nf){if(typeof jf.prependListener=="function")return jf.prependListener(xf,Nf);!jf._events||!jf._events[xf]?jf.on(xf,Nf):Array.isArray(jf._events[xf])?jf._events[xf].unshift(Nf):jf._events[xf]=[Nf,jf._events[xf]]}function Pd(jf,xf,Nf){qa=qa||require_stream_duplex(),jf=jf||{},typeof Nf!="boolean"&&(Nf=xf instanceof qa),this.objectMode=!!jf.objectMode,Nf&&(this.objectMode=this.objectMode||!!jf.readableObjectMode),this.highWaterMark=yd(this,jf,"readableHighWaterMark",Nf),this.buffer=new ud,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=jf.emitClose!==!1,this.autoDestroy=!!jf.autoDestroy,this.destroyed=!1,this.defaultEncoding=jf.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,jf.encoding&&(kd||(kd=requireString_decoder().StringDecoder),this.decoder=new kd(jf.encoding),this.encoding=jf.encoding)}function Fd(jf){if(qa=qa||require_stream_duplex(),!(this instanceof Fd))return new Fd(jf);var xf=this instanceof qa;this._readableState=new Pd(jf,this,xf),this.readable=!0,jf&&(typeof jf.read=="function"&&(this._read=jf.read),typeof jf.destroy=="function"&&(this._destroy=jf.destroy)),ed.call(this)}Object.defineProperty(Fd.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(xf){this._readableState&&(this._readableState.destroyed=xf)}}),Fd.prototype.destroy=gd.destroy,Fd.prototype._undestroy=gd.undestroy,Fd.prototype._destroy=function(jf,xf){xf(jf)},Fd.prototype.push=function(jf,xf){var Nf=this._readableState,Bf;return Nf.objectMode?Bf=!0:typeof jf=="string"&&(xf=xf||Nf.defaultEncoding,xf!==Nf.encoding&&(jf=td.from(jf,xf),xf=""),Bf=!0),Ud(this,jf,xf,!1,Bf)},Fd.prototype.unshift=function(jf){return Ud(this,jf,null,!0,!1)};function Ud(jf,xf,Nf,Bf,Tf){cd("readableAddChunk",xf);var wf=jf._readableState;if(xf===null)wf.reading=!1,Qd(jf,wf);else{var Of;if(Tf||(Of=qd(wf,xf)),Of)Md(jf,Of);else if(wf.objectMode||xf&&xf.length>0)if(typeof xf!="string"&&!wf.objectMode&&Object.getPrototypeOf(xf)!==td.prototype&&(xf=od(xf)),Bf)wf.endEmitted?Md(jf,new Nd):Vd(jf,wf,xf,!0);else if(wf.ended)Md(jf,new Od);else{if(wf.destroyed)return!1;wf.reading=!1,wf.decoder&&!Nf?(xf=wf.decoder.write(xf),wf.objectMode||xf.length!==0?Vd(jf,wf,xf,!1):bf(jf,wf)):Vd(jf,wf,xf,!1)}else Bf||(wf.reading=!1,bf(jf,wf))}return!wf.ended&&(wf.length<wf.highWaterMark||wf.length===0)}function Vd(jf,xf,Nf,Bf){xf.flowing&&xf.length===0&&!xf.sync?(xf.awaitDrain=0,jf.emit("data",Nf)):(xf.length+=xf.objectMode?1:Nf.length,Bf?xf.buffer.unshift(Nf):xf.buffer.push(Nf),xf.needReadable&&hf(jf)),bf(jf,xf)}function qd(jf,xf){var Nf;return!sd(xf)&&typeof xf!="string"&&xf!==void 0&&!jf.objectMode&&(Nf=new Td("chunk",["string","Buffer","Uint8Array"],xf)),Nf}Fd.prototype.isPaused=function(){return this._readableState.flowing===!1},Fd.prototype.setEncoding=function(jf){kd||(kd=requireString_decoder().StringDecoder);var xf=new kd(jf);this._readableState.decoder=xf,this._readableState.encoding=this._readableState.decoder.encoding;for(var Nf=this._readableState.buffer.head,Bf="";Nf!==null;)Bf+=xf.write(Nf.data),Nf=Nf.next;return this._readableState.buffer.clear(),Bf!==""&&this._readableState.buffer.push(Bf),this._readableState.length=Bf.length,this};var Wd=1073741824;function zd(jf){return jf>=Wd?jf=Wd:(jf--,jf|=jf>>>1,jf|=jf>>>2,jf|=jf>>>4,jf|=jf>>>8,jf|=jf>>>16,jf++),jf}function Kd(jf,xf){return jf<=0||xf.length===0&&xf.ended?0:xf.objectMode?1:jf!==jf?xf.flowing&&xf.length?xf.buffer.head.data.length:xf.length:(jf>xf.highWaterMark&&(xf.highWaterMark=zd(jf)),jf<=xf.length?jf:xf.ended?xf.length:(xf.needReadable=!0,0))}Fd.prototype.read=function(jf){cd("read",jf),jf=parseInt(jf,10);var xf=this._readableState,Nf=jf;if(jf!==0&&(xf.emittedReadable=!1),jf===0&&xf.needReadable&&((xf.highWaterMark!==0?xf.length>=xf.highWaterMark:xf.length>0)||xf.ended))return cd("read: emitReadable",xf.length,xf.ended),xf.length===0&&xf.ended?Pf(this):hf(this),null;if(jf=Kd(jf,xf),jf===0&&xf.ended)return xf.length===0&&Pf(this),null;var Bf=xf.needReadable;cd("need readable",Bf),(xf.length===0||xf.length-jf<xf.highWaterMark)&&(Bf=!0,cd("length less than watermark",Bf)),xf.ended||xf.reading?(Bf=!1,cd("reading or ended",Bf)):Bf&&(cd("do read"),xf.reading=!0,xf.sync=!0,xf.length===0&&(xf.needReadable=!0),this._read(xf.highWaterMark),xf.sync=!1,xf.reading||(jf=Kd(Nf,xf)));var Tf;return jf>0?Tf=mf(jf,xf):Tf=null,Tf===null?(xf.needReadable=xf.length<=xf.highWaterMark,jf=0):(xf.length-=jf,xf.awaitDrain=0),xf.length===0&&(xf.ended||(xf.needReadable=!0),Nf!==jf&&xf.ended&&Pf(this)),Tf!==null&&this.emit("data",Tf),Tf};function Qd(jf,xf){if(cd("onEofChunk"),!xf.ended){if(xf.decoder){var Nf=xf.decoder.end();Nf&&Nf.length&&(xf.buffer.push(Nf),xf.length+=xf.objectMode?1:Nf.length)}xf.ended=!0,xf.sync?hf(jf):(xf.needReadable=!1,xf.emittedReadable||(xf.emittedReadable=!0,gf(jf)))}}function hf(jf){var xf=jf._readableState;cd("emitReadable",xf.needReadable,xf.emittedReadable),xf.needReadable=!1,xf.emittedReadable||(cd("emitReadable",xf.flowing),xf.emittedReadable=!0,Ra.nextTick(gf,jf))}function gf(jf){var xf=jf._readableState;cd("emitReadable_",xf.destroyed,xf.length,xf.ended),!xf.destroyed&&(xf.length||xf.ended)&&(jf.emit("readable"),xf.emittedReadable=!1),xf.needReadable=!xf.flowing&&!xf.ended&&xf.length<=xf.highWaterMark,Zd(jf)}function bf(jf,xf){xf.readingMore||(xf.readingMore=!0,Ra.nextTick(kf,jf,xf))}function kf(jf,xf){for(;!xf.reading&&!xf.ended&&(xf.length<xf.highWaterMark||xf.flowing&&xf.length===0);){var Nf=xf.length;if(cd("maybeReadMore read 0"),jf.read(0),Nf===xf.length)break}xf.readingMore=!1}Fd.prototype._read=function(jf){Md(this,new Ad("_read()"))},Fd.prototype.pipe=function(jf,xf){var Nf=this,Bf=this._readableState;switch(Bf.pipesCount){case 0:Bf.pipes=jf;break;case 1:Bf.pipes=[Bf.pipes,jf];break;default:Bf.pipes.push(jf);break}Bf.pipesCount+=1,cd("pipe count=%d opts=%j",Bf.pipesCount,xf);var Tf=(!xf||xf.end!==!1)&&jf!==Ra.stdout&&jf!==Ra.stderr,wf=Tf?$f:wh;Bf.endEmitted?Ra.nextTick(wf):Nf.once("end",wf),jf.on("unpipe",Of);function Of(Bh,Uh){cd("onunpipe"),Bh===Nf&&Uh&&Uh.hasUnpiped===!1&&(Uh.hasUnpiped=!0,Df())}function $f(){cd("onend"),jf.end()}var Wf=Cf(Nf);jf.on("drain",Wf);var Kf=!1;function Df(){cd("cleanup"),jf.removeListener("close",hh),jf.removeListener("finish",Mh),jf.removeListener("drain",Wf),jf.removeListener("error",Xf),jf.removeListener("unpipe",Of),Nf.removeListener("end",$f),Nf.removeListener("end",wh),Nf.removeListener("data",qf),Kf=!0,Bf.awaitDrain&&(!jf._writableState||jf._writableState.needDrain)&&Wf()}Nf.on("data",qf);function qf(Bh){cd("ondata");var Uh=jf.write(Bh);cd("dest.write",Uh),Uh===!1&&((Bf.pipesCount===1&&Bf.pipes===jf||Bf.pipesCount>1&&Lf(Bf.pipes,jf)!==-1)&&!Kf&&(cd("false write response, pause",Bf.awaitDrain),Bf.awaitDrain++),Nf.pause())}function Xf(Bh){cd("onerror",Bh),wh(),jf.removeListener("error",Xf),Ja(jf,"error")===0&&Md(jf,Bh)}jd(jf,"error",Xf);function hh(){jf.removeListener("finish",Mh),wh()}jf.once("close",hh);function Mh(){cd("onfinish"),jf.removeListener("close",hh),wh()}jf.once("finish",Mh);function wh(){cd("unpipe"),Nf.unpipe(jf)}return jf.emit("pipe",Nf),Bf.flowing||(cd("pipe resume"),Nf.resume()),jf};function Cf(jf){return function(){var Nf=jf._readableState;cd("pipeOnDrain",Nf.awaitDrain),Nf.awaitDrain&&Nf.awaitDrain--,Nf.awaitDrain===0&&Ja(jf,"data")&&(Nf.flowing=!0,Zd(jf))}}Fd.prototype.unpipe=function(jf){var xf=this._readableState,Nf={hasUnpiped:!1};if(xf.pipesCount===0)return this;if(xf.pipesCount===1)return jf&&jf!==xf.pipes?this:(jf||(jf=xf.pipes),xf.pipes=null,xf.pipesCount=0,xf.flowing=!1,jf&&jf.emit("unpipe",this,Nf),this);if(!jf){var Bf=xf.pipes,Tf=xf.pipesCount;xf.pipes=null,xf.pipesCount=0,xf.flowing=!1;for(var wf=0;wf<Tf;wf++)Bf[wf].emit("unpipe",this,{hasUnpiped:!1});return this}var Of=Lf(xf.pipes,jf);return Of===-1?this:(xf.pipes.splice(Of,1),xf.pipesCount-=1,xf.pipesCount===1&&(xf.pipes=xf.pipes[0]),jf.emit("unpipe",this,Nf),this)},Fd.prototype.on=function(jf,xf){var Nf=ed.prototype.on.call(this,jf,xf),Bf=this._readableState;return jf==="data"?(Bf.readableListening=this.listenerCount("readable")>0,Bf.flowing!==!1&&this.resume()):jf==="readable"&&!Bf.endEmitted&&!Bf.readableListening&&(Bf.readableListening=Bf.needReadable=!0,Bf.flowing=!1,Bf.emittedReadable=!1,cd("on readable",Bf.length,Bf.reading),Bf.length?hf(this):Bf.reading||Ra.nextTick(yf,this)),Nf},Fd.prototype.addListener=Fd.prototype.on,Fd.prototype.removeListener=function(jf,xf){var Nf=ed.prototype.removeListener.call(this,jf,xf);return jf==="readable"&&Ra.nextTick(Ef,this),Nf},Fd.prototype.removeAllListeners=function(jf){var xf=ed.prototype.removeAllListeners.apply(this,arguments);return(jf==="readable"||jf===void 0)&&Ra.nextTick(Ef,this),xf};function Ef(jf){var xf=jf._readableState;xf.readableListening=jf.listenerCount("readable")>0,xf.resumeScheduled&&!xf.paused?xf.flowing=!0:jf.listenerCount("data")>0&&jf.resume()}function yf(jf){cd("readable nexttick read 0"),jf.read(0)}Fd.prototype.resume=function(){var jf=this._readableState;return jf.flowing||(cd("resume"),jf.flowing=!jf.readableListening,Mf(this,jf)),jf.paused=!1,this};function Mf(jf,xf){xf.resumeScheduled||(xf.resumeScheduled=!0,Ra.nextTick(Af,jf,xf))}function Af(jf,xf){cd("resume",xf.reading),xf.reading||jf.read(0),xf.resumeScheduled=!1,jf.emit("resume"),Zd(jf),xf.flowing&&!xf.reading&&jf.read(0)}Fd.prototype.pause=function(){return cd("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(cd("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Zd(jf){var xf=jf._readableState;for(cd("flow",xf.flowing);xf.flowing&&jf.read()!==null;);}Fd.prototype.wrap=function(jf){var xf=this,Nf=this._readableState,Bf=!1;jf.on("end",function(){if(cd("wrapped end"),Nf.decoder&&!Nf.ended){var Of=Nf.decoder.end();Of&&Of.length&&xf.push(Of)}xf.push(null)}),jf.on("data",function(Of){if(cd("wrapped data"),Nf.decoder&&(Of=Nf.decoder.write(Of)),!(Nf.objectMode&&Of==null)&&!(!Nf.objectMode&&(!Of||!Of.length))){var $f=xf.push(Of);$f||(Bf=!0,jf.pause())}});for(var Tf in jf)this[Tf]===void 0&&typeof jf[Tf]=="function"&&(this[Tf]=function($f){return function(){return jf[$f].apply(jf,arguments)}}(Tf));for(var wf=0;wf<Ld.length;wf++)jf.on(Ld[wf],this.emit.bind(this,Ld[wf]));return this._read=function(Of){cd("wrapped _read",Of),Bf&&(Bf=!1,jf.resume())},this},typeof Symbol=="function"&&(Fd.prototype[Symbol.asyncIterator]=function(){return Id===void 0&&(Id=requireAsync_iterator()),Id(this)}),Object.defineProperty(Fd.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(Fd.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(Fd.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(xf){this._readableState&&(this._readableState.flowing=xf)}}),Fd._fromList=mf,Object.defineProperty(Fd.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function mf(jf,xf){if(xf.length===0)return null;var Nf;return xf.objectMode?Nf=xf.buffer.shift():!jf||jf>=xf.length?(xf.decoder?Nf=xf.buffer.join(""):xf.buffer.length===1?Nf=xf.buffer.first():Nf=xf.buffer.concat(xf.length),xf.buffer.clear()):Nf=xf.buffer.consume(jf,xf.decoder),Nf}function Pf(jf){var xf=jf._readableState;cd("endReadable",xf.endEmitted),xf.endEmitted||(xf.ended=!0,Ra.nextTick(Ff,xf,jf))}function Ff(jf,xf){if(cd("endReadableNT",jf.endEmitted,jf.length),!jf.endEmitted&&jf.length===0&&(jf.endEmitted=!0,xf.readable=!1,xf.emit("end"),jf.autoDestroy)){var Nf=xf._writableState;(!Nf||Nf.autoDestroy&&Nf.finished)&&xf.destroy()}}typeof Symbol=="function"&&(Fd.from=function(jf,xf){return Rd===void 0&&(Rd=requireFromBrowser()),Rd(Fd,jf,xf)});function Lf(jf,xf){for(var Nf=0,Bf=jf.length;Nf<Bf;Nf++)if(jf[Nf]===xf)return Nf;return-1}return _stream_readable}var _stream_transform=Transform$3,_require$codes$1=errorsBrowser.codes,ERR_METHOD_NOT_IMPLEMENTED=_require$codes$1.ERR_METHOD_NOT_IMPLEMENTED,ERR_MULTIPLE_CALLBACK=_require$codes$1.ERR_MULTIPLE_CALLBACK,ERR_TRANSFORM_ALREADY_TRANSFORMING=_require$codes$1.ERR_TRANSFORM_ALREADY_TRANSFORMING,ERR_TRANSFORM_WITH_LENGTH_0=_require$codes$1.ERR_TRANSFORM_WITH_LENGTH_0,Duplex=require_stream_duplex();inherits_browserExports(Transform$3,Duplex);function afterTransform(Ra,qa){var Ja=this._transformState;Ja.transforming=!1;var ed=Ja.writecb;if(ed===null)return this.emit("error",new ERR_MULTIPLE_CALLBACK);Ja.writechunk=null,Ja.writecb=null,qa!=null&&this.push(qa),ed(Ra);var td=this._readableState;td.reading=!1,(td.needReadable||td.length<td.highWaterMark)&&this._read(td.highWaterMark)}function Transform$3(Ra){if(!(this instanceof Transform$3))return new Transform$3(Ra);Duplex.call(this,Ra),this._transformState={afterTransform:afterTransform.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,Ra&&(typeof Ra.transform=="function"&&(this._transform=Ra.transform),typeof Ra.flush=="function"&&(this._flush=Ra.flush)),this.on("prefinish",prefinish)}function prefinish(){var Ra=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(qa,Ja){done(Ra,qa,Ja)}):done(this,null,null)}Transform$3.prototype.push=function(Ra,qa){return this._transformState.needTransform=!1,Duplex.prototype.push.call(this,Ra,qa)};Transform$3.prototype._transform=function(Ra,qa,Ja){Ja(new ERR_METHOD_NOT_IMPLEMENTED("_transform()"))};Transform$3.prototype._write=function(Ra,qa,Ja){var ed=this._transformState;if(ed.writecb=Ja,ed.writechunk=Ra,ed.writeencoding=qa,!ed.transforming){var td=this._readableState;(ed.needTransform||td.needReadable||td.length<td.highWaterMark)&&this._read(td.highWaterMark)}};Transform$3.prototype._read=function(Ra){var qa=this._transformState;qa.writechunk!==null&&!qa.transforming?(qa.transforming=!0,this._transform(qa.writechunk,qa.writeencoding,qa.afterTransform)):qa.needTransform=!0};Transform$3.prototype._destroy=function(Ra,qa){Duplex.prototype._destroy.call(this,Ra,function(Ja){qa(Ja)})};function done(Ra,qa,Ja){if(qa)return Ra.emit("error",qa);if(Ja!=null&&Ra.push(Ja),Ra._writableState.length)throw new ERR_TRANSFORM_WITH_LENGTH_0;if(Ra._transformState.transforming)throw new ERR_TRANSFORM_ALREADY_TRANSFORMING;return Ra.push(null)}var _stream_passthrough=PassThrough,Transform$2=_stream_transform;inherits_browserExports(PassThrough,Transform$2);function PassThrough(Ra){if(!(this instanceof PassThrough))return new PassThrough(Ra);Transform$2.call(this,Ra)}PassThrough.prototype._transform=function(Ra,qa,Ja){Ja(null,Ra)};var eos;function once$1(Ra){var qa=!1;return function(){qa||(qa=!0,Ra.apply(void 0,arguments))}}var _require$codes=errorsBrowser.codes,ERR_MISSING_ARGS=_require$codes.ERR_MISSING_ARGS,ERR_STREAM_DESTROYED=_require$codes.ERR_STREAM_DESTROYED;function noop$1(Ra){if(Ra)throw Ra}function isRequest$1(Ra){return Ra.setHeader&&typeof Ra.abort=="function"}function destroyer(Ra,qa,Ja,ed){ed=once$1(ed);var td=!1;Ra.on("close",function(){td=!0}),eos===void 0&&(eos=endOfStream),eos(Ra,{readable:qa,writable:Ja},function(od){if(od)return ed(od);td=!0,ed()});var rd=!1;return function(od){if(!td&&!rd){if(rd=!0,isRequest$1(Ra))return Ra.abort();if(typeof Ra.destroy=="function")return Ra.destroy();ed(od||new ERR_STREAM_DESTROYED("pipe"))}}}function call(Ra){Ra()}function pipe(Ra,qa){return Ra.pipe(qa)}function popCallback(Ra){return!Ra.length||typeof Ra[Ra.length-1]!="function"?noop$1:Ra.pop()}function pipeline$1(){for(var Ra=arguments.length,qa=new Array(Ra),Ja=0;Ja<Ra;Ja++)qa[Ja]=arguments[Ja];var ed=popCallback(qa);if(Array.isArray(qa[0])&&(qa=qa[0]),qa.length<2)throw new ERR_MISSING_ARGS("streams");var td,rd=qa.map(function(od,sd){var ld=sd<qa.length-1,cd=sd>0;return destroyer(od,ld,cd,function(ud){td||(td=ud),ud&&rd.forEach(call),!ld&&(rd.forEach(call),ed(td))})});return qa.reduce(pipe)}var pipeline_1=pipeline$1,streamBrowserify=Stream$1,EE=eventsExports.EventEmitter,inherits$2=inherits_browserExports;inherits$2(Stream$1,EE);Stream$1.Readable=require_stream_readable();Stream$1.Writable=require_stream_writable();Stream$1.Duplex=require_stream_duplex();Stream$1.Transform=_stream_transform;Stream$1.PassThrough=_stream_passthrough;Stream$1.finished=endOfStream;Stream$1.pipeline=pipeline_1;Stream$1.Stream=Stream$1;function Stream$1(){EE.call(this)}Stream$1.prototype.pipe=function(Ra,qa){var Ja=this;function ed(ud){Ra.writable&&Ra.write(ud)===!1&&Ja.pause&&Ja.pause()}Ja.on("data",ed);function td(){Ja.readable&&Ja.resume&&Ja.resume()}Ra.on("drain",td),!Ra._isStdio&&(!qa||qa.end!==!1)&&(Ja.on("end",od),Ja.on("close",sd));var rd=!1;function od(){rd||(rd=!0,Ra.end())}function sd(){rd||(rd=!0,typeof Ra.destroy=="function"&&Ra.destroy())}function ld(ud){if(cd(),EE.listenerCount(this,"error")===0)throw ud}Ja.on("error",ld),Ra.on("error",ld);function cd(){Ja.removeListener("data",ed),Ra.removeListener("drain",td),Ja.removeListener("end",od),Ja.removeListener("close",sd),Ja.removeListener("error",ld),Ra.removeListener("error",ld),Ja.removeListener("end",cd),Ja.removeListener("close",cd),Ra.removeListener("close",cd)}return Ja.on("end",cd),Ja.on("close",cd),Ra.on("close",cd),Ra.emit("pipe",Ja),Ra};var define_process_default$6={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};function apply(Ra,...qa){return(...Ja)=>Ra(...qa,...Ja)}function initialParams(Ra){return function(...qa){var Ja=qa.pop();return Ra.call(this,qa,Ja)}}var hasQueueMicrotask=typeof queueMicrotask=="function"&&queueMicrotask,hasSetImmediate=typeof setImmediate=="function"&&setImmediate,hasNextTick=typeof define_process_default$6=="object"&&typeof define_process_default$6.nextTick=="function";function fallback(Ra){setTimeout(Ra,0)}function wrap(Ra){return(qa,...Ja)=>Ra(()=>qa(...Ja))}var _defer$1;hasQueueMicrotask?_defer$1=queueMicrotask:hasSetImmediate?_defer$1=setImmediate:hasNextTick?_defer$1=define_process_default$6.nextTick:_defer$1=fallback;var setImmediate$1$1=wrap(_defer$1);function asyncify(Ra){return isAsync(Ra)?function(...qa){const Ja=qa.pop(),ed=Ra.apply(this,qa);return handlePromise(ed,Ja)}:initialParams(function(qa,Ja){var ed;try{ed=Ra.apply(this,qa)}catch(td){return Ja(td)}if(ed&&typeof ed.then=="function")return handlePromise(ed,Ja);Ja(null,ed)})}function handlePromise(Ra,qa){return Ra.then(Ja=>{invokeCallback(qa,null,Ja)},Ja=>{invokeCallback(qa,Ja&&(Ja instanceof Error||Ja.message)?Ja:new Error(Ja))})}function invokeCallback(Ra,qa,Ja){try{Ra(qa,Ja)}catch(ed){setImmediate$1$1(td=>{throw td},ed)}}function isAsync(Ra){return Ra[Symbol.toStringTag]==="AsyncFunction"}function isAsyncGenerator(Ra){return Ra[Symbol.toStringTag]==="AsyncGenerator"}function isAsyncIterable(Ra){return typeof Ra[Symbol.asyncIterator]=="function"}function wrapAsync(Ra){if(typeof Ra!="function")throw new Error("expected a function");return isAsync(Ra)?asyncify(Ra):Ra}function awaitify(Ra,qa){if(qa||(qa=Ra.length),!qa)throw new Error("arity is undefined");function Ja(...ed){return typeof ed[qa-1]=="function"?Ra.apply(this,ed):new Promise((td,rd)=>{ed[qa-1]=(od,...sd)=>{if(od)return rd(od);td(sd.length>1?sd:sd[0])},Ra.apply(this,ed)})}return Ja}function applyEach$1(Ra){return function(Ja,...ed){return awaitify(function(rd){var od=this;return Ra(Ja,(sd,ld)=>{wrapAsync(sd).apply(od,ed.concat(ld))},rd)})}}function _asyncMap(Ra,qa,Ja,ed){qa=qa||[];var td=[],rd=0,od=wrapAsync(Ja);return Ra(qa,(sd,ld,cd)=>{var ud=rd++;od(sd,(gd,_d)=>{td[ud]=_d,cd(gd)})},sd=>{ed(sd,td)})}function isArrayLike(Ra){return Ra&&typeof Ra.length=="number"&&Ra.length>=0&&Ra.length%1===0}const breakLoop={};function once(Ra){function qa(...Ja){if(Ra!==null){var ed=Ra;Ra=null,ed.apply(this,Ja)}}return Object.assign(qa,Ra),qa}function getIterator(Ra){return Ra[Symbol.iterator]&&Ra[Symbol.iterator]()}function createArrayIterator(Ra){var qa=-1,Ja=Ra.length;return function(){return++qa<Ja?{value:Ra[qa],key:qa}:null}}function createES2015Iterator(Ra){var qa=-1;return function(){var ed=Ra.next();return ed.done?null:(qa++,{value:ed.value,key:qa})}}function createObjectIterator(Ra){var qa=Ra?Object.keys(Ra):[],Ja=-1,ed=qa.length;return function td(){var rd=qa[++Ja];return rd==="__proto__"?td():Ja<ed?{value:Ra[rd],key:rd}:null}}function createIterator(Ra){if(isArrayLike(Ra))return createArrayIterator(Ra);var qa=getIterator(Ra);return qa?createES2015Iterator(qa):createObjectIterator(Ra)}function onlyOnce(Ra){return function(...qa){if(Ra===null)throw new Error("Callback was already called.");var Ja=Ra;Ra=null,Ja.apply(this,qa)}}function asyncEachOfLimit(Ra,qa,Ja,ed){let td=!1,rd=!1,od=!1,sd=0,ld=0;function cd(){sd>=qa||od||td||(od=!0,Ra.next().then(({value:_d,done:yd})=>{if(!(rd||td)){if(od=!1,yd){td=!0,sd<=0&&ed(null);return}sd++,Ja(_d,ld,ud),ld++,cd()}}).catch(gd))}function ud(_d,yd){if(sd-=1,!rd){if(_d)return gd(_d);if(_d===!1){td=!0,rd=!0;return}if(yd===breakLoop||td&&sd<=0)return td=!0,ed(null);cd()}}function gd(_d){rd||(od=!1,td=!0,ed(_d))}cd()}var eachOfLimit$2=Ra=>(qa,Ja,ed)=>{if(ed=once(ed),Ra<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!qa)return ed(null);if(isAsyncGenerator(qa))return asyncEachOfLimit(qa,Ra,Ja,ed);if(isAsyncIterable(qa))return asyncEachOfLimit(qa[Symbol.asyncIterator](),Ra,Ja,ed);var td=createIterator(qa),rd=!1,od=!1,sd=0,ld=!1;function cd(gd,_d){if(!od)if(sd-=1,gd)rd=!0,ed(gd);else if(gd===!1)rd=!0,od=!0;else{if(_d===breakLoop||rd&&sd<=0)return rd=!0,ed(null);ld||ud()}}function ud(){for(ld=!0;sd<Ra&&!rd;){var gd=td();if(gd===null){rd=!0,sd<=0&&ed(null);return}sd+=1,Ja(gd.value,gd.key,onlyOnce(cd))}ld=!1}ud()};function eachOfLimit(Ra,qa,Ja,ed){return eachOfLimit$2(qa)(Ra,wrapAsync(Ja),ed)}var eachOfLimit$1=awaitify(eachOfLimit,4);function eachOfArrayLike(Ra,qa,Ja){Ja=once(Ja);var ed=0,td=0,{length:rd}=Ra,od=!1;rd===0&&Ja(null);function sd(ld,cd){ld===!1&&(od=!0),od!==!0&&(ld?Ja(ld):(++td===rd||cd===breakLoop)&&Ja(null))}for(;ed<rd;ed++)qa(Ra[ed],ed,onlyOnce(sd))}function eachOfGeneric(Ra,qa,Ja){return eachOfLimit$1(Ra,1/0,qa,Ja)}function eachOf(Ra,qa,Ja){var ed=isArrayLike(Ra)?eachOfArrayLike:eachOfGeneric;return ed(Ra,wrapAsync(qa),Ja)}var eachOf$1=awaitify(eachOf,3);function map(Ra,qa,Ja){return _asyncMap(eachOf$1,Ra,qa,Ja)}var map$1=awaitify(map,3),applyEach=applyEach$1(map$1);function eachOfSeries(Ra,qa,Ja){return eachOfLimit$1(Ra,1,qa,Ja)}var eachOfSeries$1=awaitify(eachOfSeries,3);function mapSeries(Ra,qa,Ja){return _asyncMap(eachOfSeries$1,Ra,qa,Ja)}var mapSeries$1=awaitify(mapSeries,3),applyEachSeries=applyEach$1(mapSeries$1);const PROMISE_SYMBOL=Symbol("promiseCallback");function promiseCallback(){let Ra,qa;function Ja(ed,...td){if(ed)return qa(ed);Ra(td.length>1?td:td[0])}return Ja[PROMISE_SYMBOL]=new Promise((ed,td)=>{Ra=ed,qa=td}),Ja}function auto(Ra,qa,Ja){typeof qa!="number"&&(Ja=qa,qa=null),Ja=once(Ja||promiseCallback());var ed=Object.keys(Ra).length;if(!ed)return Ja(null);qa||(qa=ed);var td={},rd=0,od=!1,sd=!1,ld=Object.create(null),cd=[],ud=[],gd={};Object.keys(Ra).forEach(kd=>{var Id=Ra[kd];if(!Array.isArray(Id)){_d(kd,[Id]),ud.push(kd);return}var Rd=Id.slice(0,Id.length-1),Md=Rd.length;if(Md===0){_d(kd,Id),ud.push(kd);return}gd[kd]=Md,Rd.forEach(Ld=>{if(!Ra[Ld])throw new Error("async.auto task `"+kd+"` has a non-existent dependency `"+Ld+"` in "+Rd.join(", "));Ed(Ld,()=>{Md--,Md===0&&_d(kd,Id)})})}),Ad(),yd();function _d(kd,Id){cd.push(()=>Od(kd,Id))}function yd(){if(!od){if(cd.length===0&&rd===0)return Ja(null,td);for(;cd.length&&rd<qa;){var kd=cd.shift();kd()}}}function Ed(kd,Id){var Rd=ld[kd];Rd||(Rd=ld[kd]=[]),Rd.push(Id)}function Td(kd){var Id=ld[kd]||[];Id.forEach(Rd=>Rd()),yd()}function Od(kd,Id){if(!sd){var Rd=onlyOnce((Ld,...jd)=>{if(rd--,Ld===!1){od=!0;return}if(jd.length<2&&([jd]=jd),Ld){var Pd={};if(Object.keys(td).forEach(Fd=>{Pd[Fd]=td[Fd]}),Pd[kd]=jd,sd=!0,ld=Object.create(null),od)return;Ja(Ld,Pd)}else td[kd]=jd,Td(kd)});rd++;var Md=wrapAsync(Id[Id.length-1]);Id.length>1?Md(td,Rd):Md(Rd)}}function Ad(){for(var kd,Id=0;ud.length;)kd=ud.pop(),Id++,Nd(kd).forEach(Rd=>{--gd[Rd]===0&&ud.push(Rd)});if(Id!==ed)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}function Nd(kd){var Id=[];return Object.keys(Ra).forEach(Rd=>{const Md=Ra[Rd];Array.isArray(Md)&&Md.indexOf(kd)>=0&&Id.push(Rd)}),Id}return Ja[PROMISE_SYMBOL]}var FN_ARGS=/^(?:async\s)?(?:function)?\s*(?:\w+\s*)?\(([^)]+)\)(?:\s*{)/,ARROW_FN_ARGS=/^(?:async\s)?\s*(?:\(\s*)?((?:[^)=\s]\s*)*)(?:\)\s*)?=>/,FN_ARG_SPLIT=/,/,FN_ARG=/(=.+)?(\s*)$/;function stripComments(Ra){let qa="",Ja=0,ed=Ra.indexOf("*/");for(;Ja<Ra.length;)if(Ra[Ja]==="/"&&Ra[Ja+1]==="/"){let td=Ra.indexOf(`
`,Ja);Ja=td===-1?Ra.length:td}else if(ed!==-1&&Ra[Ja]==="/"&&Ra[Ja+1]==="*"){let td=Ra.indexOf("*/",Ja);td!==-1?(Ja=td+2,ed=Ra.indexOf("*/",Ja)):(qa+=Ra[Ja],Ja++)}else qa+=Ra[Ja],Ja++;return qa}function parseParams(Ra){const qa=stripComments(Ra.toString());let Ja=qa.match(FN_ARGS);if(Ja||(Ja=qa.match(ARROW_FN_ARGS)),!Ja)throw new Error(`could not parse args in autoInject
Source:
`+qa);let[,ed]=Ja;return ed.replace(/\s/g,"").split(FN_ARG_SPLIT).map(td=>td.replace(FN_ARG,"").trim())}function autoInject(Ra,qa){var Ja={};return Object.keys(Ra).forEach(ed=>{var td=Ra[ed],rd,od=isAsync(td),sd=!od&&td.length===1||od&&td.length===0;if(Array.isArray(td))rd=[...td],td=rd.pop(),Ja[ed]=rd.concat(rd.length>0?ld:td);else if(sd)Ja[ed]=td;else{if(rd=parseParams(td),td.length===0&&!od&&rd.length===0)throw new Error("autoInject task functions require explicit parameters.");od||rd.pop(),Ja[ed]=rd.concat(ld)}function ld(cd,ud){var gd=rd.map(_d=>cd[_d]);gd.push(ud),wrapAsync(td)(...gd)}}),auto(Ja,qa)}class DLL{constructor(){this.head=this.tail=null,this.length=0}removeLink(qa){return qa.prev?qa.prev.next=qa.next:this.head=qa.next,qa.next?qa.next.prev=qa.prev:this.tail=qa.prev,qa.prev=qa.next=null,this.length-=1,qa}empty(){for(;this.head;)this.shift();return this}insertAfter(qa,Ja){Ja.prev=qa,Ja.next=qa.next,qa.next?qa.next.prev=Ja:this.tail=Ja,qa.next=Ja,this.length+=1}insertBefore(qa,Ja){Ja.prev=qa.prev,Ja.next=qa,qa.prev?qa.prev.next=Ja:this.head=Ja,qa.prev=Ja,this.length+=1}unshift(qa){this.head?this.insertBefore(this.head,qa):setInitial(this,qa)}push(qa){this.tail?this.insertAfter(this.tail,qa):setInitial(this,qa)}shift(){return this.head&&this.removeLink(this.head)}pop(){return this.tail&&this.removeLink(this.tail)}toArray(){return[...this]}*[Symbol.iterator](){for(var qa=this.head;qa;)yield qa.data,qa=qa.next}remove(qa){for(var Ja=this.head;Ja;){var{next:ed}=Ja;qa(Ja)&&this.removeLink(Ja),Ja=ed}return this}}function setInitial(Ra,qa){Ra.length=1,Ra.head=Ra.tail=qa}function queue$1(Ra,qa,Ja){if(qa==null)qa=1;else if(qa===0)throw new RangeError("Concurrency must not be zero");var ed=wrapAsync(Ra),td=0,rd=[];const od={error:[],drain:[],saturated:[],unsaturated:[],empty:[]};function sd(Nd,kd){od[Nd].push(kd)}function ld(Nd,kd){const Id=(...Rd)=>{cd(Nd,Id),kd(...Rd)};od[Nd].push(Id)}function cd(Nd,kd){if(!Nd)return Object.keys(od).forEach(Id=>od[Id]=[]);if(!kd)return od[Nd]=[];od[Nd]=od[Nd].filter(Id=>Id!==kd)}function ud(Nd,...kd){od[Nd].forEach(Id=>Id(...kd))}var gd=!1;function _d(Nd,kd,Id,Rd){if(Rd!=null&&typeof Rd!="function")throw new Error("task callback must be a function");Ad.started=!0;var Md,Ld;function jd(Fd,...Ud){if(Fd)return Id?Ld(Fd):Md();if(Ud.length<=1)return Md(Ud[0]);Md(Ud)}var Pd=Ad._createTaskItem(Nd,Id?jd:Rd||jd);if(kd?Ad._tasks.unshift(Pd):Ad._tasks.push(Pd),gd||(gd=!0,setImmediate$1$1(()=>{gd=!1,Ad.process()})),Id||!Rd)return new Promise((Fd,Ud)=>{Md=Fd,Ld=Ud})}function yd(Nd){return function(kd,...Id){td-=1;for(var Rd=0,Md=Nd.length;Rd<Md;Rd++){var Ld=Nd[Rd],jd=rd.indexOf(Ld);jd===0?rd.shift():jd>0&&rd.splice(jd,1),Ld.callback(kd,...Id),kd!=null&&ud("error",kd,Ld.data)}td<=Ad.concurrency-Ad.buffer&&ud("unsaturated"),Ad.idle()&&ud("drain"),Ad.process()}}function Ed(Nd){return Nd.length===0&&Ad.idle()?(setImmediate$1$1(()=>ud("drain")),!0):!1}const Td=Nd=>kd=>{if(!kd)return new Promise((Id,Rd)=>{ld(Nd,(Md,Ld)=>{if(Md)return Rd(Md);Id(Ld)})});cd(Nd),sd(Nd,kd)};var Od=!1,Ad={_tasks:new DLL,_createTaskItem(Nd,kd){return{data:Nd,callback:kd}},*[Symbol.iterator](){yield*Ad._tasks[Symbol.iterator]()},concurrency:qa,payload:Ja,buffer:qa/4,started:!1,paused:!1,push(Nd,kd){return Array.isArray(Nd)?Ed(Nd)?void 0:Nd.map(Id=>_d(Id,!1,!1,kd)):_d(Nd,!1,!1,kd)},pushAsync(Nd,kd){return Array.isArray(Nd)?Ed(Nd)?void 0:Nd.map(Id=>_d(Id,!1,!0,kd)):_d(Nd,!1,!0,kd)},kill(){cd(),Ad._tasks.empty()},unshift(Nd,kd){return Array.isArray(Nd)?Ed(Nd)?void 0:Nd.map(Id=>_d(Id,!0,!1,kd)):_d(Nd,!0,!1,kd)},unshiftAsync(Nd,kd){return Array.isArray(Nd)?Ed(Nd)?void 0:Nd.map(Id=>_d(Id,!0,!0,kd)):_d(Nd,!0,!0,kd)},remove(Nd){Ad._tasks.remove(Nd)},process(){if(!Od){for(Od=!0;!Ad.paused&&td<Ad.concurrency&&Ad._tasks.length;){var Nd=[],kd=[],Id=Ad._tasks.length;Ad.payload&&(Id=Math.min(Id,Ad.payload));for(var Rd=0;Rd<Id;Rd++){var Md=Ad._tasks.shift();Nd.push(Md),rd.push(Md),kd.push(Md.data)}td+=1,Ad._tasks.length===0&&ud("empty"),td===Ad.concurrency&&ud("saturated");var Ld=onlyOnce(yd(Nd));ed(kd,Ld)}Od=!1}},length(){return Ad._tasks.length},running(){return td},workersList(){return rd},idle(){return Ad._tasks.length+td===0},pause(){Ad.paused=!0},resume(){Ad.paused!==!1&&(Ad.paused=!1,setImmediate$1$1(Ad.process))}};return Object.defineProperties(Ad,{saturated:{writable:!1,value:Td("saturated")},unsaturated:{writable:!1,value:Td("unsaturated")},empty:{writable:!1,value:Td("empty")},drain:{writable:!1,value:Td("drain")},error:{writable:!1,value:Td("error")}}),Ad}function cargo$1(Ra,qa){return queue$1(Ra,1,qa)}function cargo(Ra,qa,Ja){return queue$1(Ra,qa,Ja)}function reduce(Ra,qa,Ja,ed){ed=once(ed);var td=wrapAsync(Ja);return eachOfSeries$1(Ra,(rd,od,sd)=>{td(qa,rd,(ld,cd)=>{qa=cd,sd(ld)})},rd=>ed(rd,qa))}var reduce$1=awaitify(reduce,4);function seq(...Ra){var qa=Ra.map(wrapAsync);return function(...Ja){var ed=this,td=Ja[Ja.length-1];return typeof td=="function"?Ja.pop():td=promiseCallback(),reduce$1(qa,Ja,(rd,od,sd)=>{od.apply(ed,rd.concat((ld,...cd)=>{sd(ld,cd)}))},(rd,od)=>td(rd,...od)),td[PROMISE_SYMBOL]}}function compose(...Ra){return seq(...Ra.reverse())}function mapLimit(Ra,qa,Ja,ed){return _asyncMap(eachOfLimit$2(qa),Ra,Ja,ed)}var mapLimit$1=awaitify(mapLimit,4);function concatLimit(Ra,qa,Ja,ed){var td=wrapAsync(Ja);return mapLimit$1(Ra,qa,(rd,od)=>{td(rd,(sd,...ld)=>sd?od(sd):od(sd,ld))},(rd,od)=>{for(var sd=[],ld=0;ld<od.length;ld++)od[ld]&&(sd=sd.concat(...od[ld]));return ed(rd,sd)})}var concatLimit$1=awaitify(concatLimit,4);function concat(Ra,qa,Ja){return concatLimit$1(Ra,1/0,qa,Ja)}var concat$1=awaitify(concat,3);function concatSeries(Ra,qa,Ja){return concatLimit$1(Ra,1,qa,Ja)}var concatSeries$1=awaitify(concatSeries,3);function constant$1(...Ra){return function(...qa){var Ja=qa.pop();return Ja(null,...Ra)}}function _createTester(Ra,qa){return(Ja,ed,td,rd)=>{var od=!1,sd;const ld=wrapAsync(td);Ja(ed,(cd,ud,gd)=>{ld(cd,(_d,yd)=>{if(_d||_d===!1)return gd(_d);if(Ra(yd)&&!sd)return od=!0,sd=qa(!0,cd),gd(null,breakLoop);gd()})},cd=>{if(cd)return rd(cd);rd(null,od?sd:qa(!1))})}}function detect(Ra,qa,Ja){return _createTester(ed=>ed,(ed,td)=>td)(eachOf$1,Ra,qa,Ja)}var detect$1=awaitify(detect,3);function detectLimit(Ra,qa,Ja,ed){return _createTester(td=>td,(td,rd)=>rd)(eachOfLimit$2(qa),Ra,Ja,ed)}var detectLimit$1=awaitify(detectLimit,4);function detectSeries(Ra,qa,Ja){return _createTester(ed=>ed,(ed,td)=>td)(eachOfLimit$2(1),Ra,qa,Ja)}var detectSeries$1=awaitify(detectSeries,3);function consoleFunc(Ra){return(qa,...Ja)=>wrapAsync(qa)(...Ja,(ed,...td)=>{typeof console=="object"&&(ed?console.error&&console.error(ed):console[Ra]&&td.forEach(rd=>console[Ra](rd)))})}var dir=consoleFunc("dir");function doWhilst(Ra,qa,Ja){Ja=onlyOnce(Ja);var ed=wrapAsync(Ra),td=wrapAsync(qa),rd;function od(ld,...cd){if(ld)return Ja(ld);ld!==!1&&(rd=cd,td(...cd,sd))}function sd(ld,cd){if(ld)return Ja(ld);if(ld!==!1){if(!cd)return Ja(null,...rd);ed(od)}}return sd(null,!0)}var doWhilst$1=awaitify(doWhilst,3);function doUntil(Ra,qa,Ja){const ed=wrapAsync(qa);return doWhilst$1(Ra,(...td)=>{const rd=td.pop();ed(...td,(od,sd)=>rd(od,!sd))},Ja)}function _withoutIndex(Ra){return(qa,Ja,ed)=>Ra(qa,ed)}function eachLimit$2(Ra,qa,Ja){return eachOf$1(Ra,_withoutIndex(wrapAsync(qa)),Ja)}var each=awaitify(eachLimit$2,3);function eachLimit(Ra,qa,Ja,ed){return eachOfLimit$2(qa)(Ra,_withoutIndex(wrapAsync(Ja)),ed)}var eachLimit$1=awaitify(eachLimit,4);function eachSeries(Ra,qa,Ja){return eachLimit$1(Ra,1,qa,Ja)}var eachSeries$1=awaitify(eachSeries,3);function ensureAsync(Ra){return isAsync(Ra)?Ra:function(...qa){var Ja=qa.pop(),ed=!0;qa.push((...td)=>{ed?setImmediate$1$1(()=>Ja(...td)):Ja(...td)}),Ra.apply(this,qa),ed=!1}}function every(Ra,qa,Ja){return _createTester(ed=>!ed,ed=>!ed)(eachOf$1,Ra,qa,Ja)}var every$1=awaitify(every,3);function everyLimit(Ra,qa,Ja,ed){return _createTester(td=>!td,td=>!td)(eachOfLimit$2(qa),Ra,Ja,ed)}var everyLimit$1=awaitify(everyLimit,4);function everySeries(Ra,qa,Ja){return _createTester(ed=>!ed,ed=>!ed)(eachOfSeries$1,Ra,qa,Ja)}var everySeries$1=awaitify(everySeries,3);function filterArray(Ra,qa,Ja,ed){var td=new Array(qa.length);Ra(qa,(rd,od,sd)=>{Ja(rd,(ld,cd)=>{td[od]=!!cd,sd(ld)})},rd=>{if(rd)return ed(rd);for(var od=[],sd=0;sd<qa.length;sd++)td[sd]&&od.push(qa[sd]);ed(null,od)})}function filterGeneric(Ra,qa,Ja,ed){var td=[];Ra(qa,(rd,od,sd)=>{Ja(rd,(ld,cd)=>{if(ld)return sd(ld);cd&&td.push({index:od,value:rd}),sd(ld)})},rd=>{if(rd)return ed(rd);ed(null,td.sort((od,sd)=>od.index-sd.index).map(od=>od.value))})}function _filter(Ra,qa,Ja,ed){var td=isArrayLike(qa)?filterArray:filterGeneric;return td(Ra,qa,wrapAsync(Ja),ed)}function filter(Ra,qa,Ja){return _filter(eachOf$1,Ra,qa,Ja)}var filter$1=awaitify(filter,3);function filterLimit(Ra,qa,Ja,ed){return _filter(eachOfLimit$2(qa),Ra,Ja,ed)}var filterLimit$1=awaitify(filterLimit,4);function filterSeries(Ra,qa,Ja){return _filter(eachOfSeries$1,Ra,qa,Ja)}var filterSeries$1=awaitify(filterSeries,3);function forever(Ra,qa){var Ja=onlyOnce(qa),ed=wrapAsync(ensureAsync(Ra));function td(rd){if(rd)return Ja(rd);rd!==!1&&ed(td)}return td()}var forever$1=awaitify(forever,2);function groupByLimit(Ra,qa,Ja,ed){var td=wrapAsync(Ja);return mapLimit$1(Ra,qa,(rd,od)=>{td(rd,(sd,ld)=>sd?od(sd):od(sd,{key:ld,val:rd}))},(rd,od)=>{for(var sd={},{hasOwnProperty:ld}=Object.prototype,cd=0;cd<od.length;cd++)if(od[cd]){var{key:ud}=od[cd],{val:gd}=od[cd];ld.call(sd,ud)?sd[ud].push(gd):sd[ud]=[gd]}return ed(rd,sd)})}var groupByLimit$1=awaitify(groupByLimit,4);function groupBy(Ra,qa,Ja){return groupByLimit$1(Ra,1/0,qa,Ja)}function groupBySeries(Ra,qa,Ja){return groupByLimit$1(Ra,1,qa,Ja)}var log=consoleFunc("log");function mapValuesLimit(Ra,qa,Ja,ed){ed=once(ed);var td={},rd=wrapAsync(Ja);return eachOfLimit$2(qa)(Ra,(od,sd,ld)=>{rd(od,sd,(cd,ud)=>{if(cd)return ld(cd);td[sd]=ud,ld(cd)})},od=>ed(od,td))}var mapValuesLimit$1=awaitify(mapValuesLimit,4);function mapValues(Ra,qa,Ja){return mapValuesLimit$1(Ra,1/0,qa,Ja)}function mapValuesSeries(Ra,qa,Ja){return mapValuesLimit$1(Ra,1,qa,Ja)}function memoize(Ra,qa=Ja=>Ja){var Ja=Object.create(null),ed=Object.create(null),td=wrapAsync(Ra),rd=initialParams((od,sd)=>{var ld=qa(...od);ld in Ja?setImmediate$1$1(()=>sd(null,...Ja[ld])):ld in ed?ed[ld].push(sd):(ed[ld]=[sd],td(...od,(cd,...ud)=>{cd||(Ja[ld]=ud);var gd=ed[ld];delete ed[ld];for(var _d=0,yd=gd.length;_d<yd;_d++)gd[_d](cd,...ud)}))});return rd.memo=Ja,rd.unmemoized=Ra,rd}var _defer;hasNextTick?_defer=define_process_default$6.nextTick:hasSetImmediate?_defer=setImmediate:_defer=fallback;var nextTick=wrap(_defer),_parallel=awaitify((Ra,qa,Ja)=>{var ed=isArrayLike(qa)?[]:{};Ra(qa,(td,rd,od)=>{wrapAsync(td)((sd,...ld)=>{ld.length<2&&([ld]=ld),ed[rd]=ld,od(sd)})},td=>Ja(td,ed))},3);function parallel(Ra,qa){return _parallel(eachOf$1,Ra,qa)}function parallelLimit(Ra,qa,Ja){return _parallel(eachOfLimit$2(qa),Ra,Ja)}function queue(Ra,qa){var Ja=wrapAsync(Ra);return queue$1((ed,td)=>{Ja(ed[0],td)},qa,1)}class Heap{constructor(){this.heap=[],this.pushCount=Number.MIN_SAFE_INTEGER}get length(){return this.heap.length}empty(){return this.heap=[],this}percUp(qa){let Ja;for(;qa>0&&smaller(this.heap[qa],this.heap[Ja=parent(qa)]);){let ed=this.heap[qa];this.heap[qa]=this.heap[Ja],this.heap[Ja]=ed,qa=Ja}}percDown(qa){let Ja;for(;(Ja=leftChi(qa))<this.heap.length&&(Ja+1<this.heap.length&&smaller(this.heap[Ja+1],this.heap[Ja])&&(Ja=Ja+1),!smaller(this.heap[qa],this.heap[Ja]));){let ed=this.heap[qa];this.heap[qa]=this.heap[Ja],this.heap[Ja]=ed,qa=Ja}}push(qa){qa.pushCount=++this.pushCount,this.heap.push(qa),this.percUp(this.heap.length-1)}unshift(qa){return this.heap.push(qa)}shift(){let[qa]=this.heap;return this.heap[0]=this.heap[this.heap.length-1],this.heap.pop(),this.percDown(0),qa}toArray(){return[...this]}*[Symbol.iterator](){for(let qa=0;qa<this.heap.length;qa++)yield this.heap[qa].data}remove(qa){let Ja=0;for(let ed=0;ed<this.heap.length;ed++)qa(this.heap[ed])||(this.heap[Ja]=this.heap[ed],Ja++);this.heap.splice(Ja);for(let ed=parent(this.heap.length-1);ed>=0;ed--)this.percDown(ed);return this}}function leftChi(Ra){return(Ra<<1)+1}function parent(Ra){return(Ra+1>>1)-1}function smaller(Ra,qa){return Ra.priority!==qa.priority?Ra.priority<qa.priority:Ra.pushCount<qa.pushCount}function priorityQueue(Ra,qa){var Ja=queue(Ra,qa),{push:ed,pushAsync:td}=Ja;Ja._tasks=new Heap,Ja._createTaskItem=({data:od,priority:sd},ld)=>({data:od,priority:sd,callback:ld});function rd(od,sd){return Array.isArray(od)?od.map(ld=>({data:ld,priority:sd})):{data:od,priority:sd}}return Ja.push=function(od,sd=0,ld){return ed(rd(od,sd),ld)},Ja.pushAsync=function(od,sd=0,ld){return td(rd(od,sd),ld)},delete Ja.unshift,delete Ja.unshiftAsync,Ja}function race(Ra,qa){if(qa=once(qa),!Array.isArray(Ra))return qa(new TypeError("First argument to race must be an array of functions"));if(!Ra.length)return qa();for(var Ja=0,ed=Ra.length;Ja<ed;Ja++)wrapAsync(Ra[Ja])(qa)}var race$1=awaitify(race,2);function reduceRight(Ra,qa,Ja,ed){var td=[...Ra].reverse();return reduce$1(td,qa,Ja,ed)}function reflect(Ra){var qa=wrapAsync(Ra);return initialParams(function(ed,td){return ed.push((rd,...od)=>{let sd={};if(rd&&(sd.error=rd),od.length>0){var ld=od;od.length<=1&&([ld]=od),sd.value=ld}td(null,sd)}),qa.apply(this,ed)})}function reflectAll(Ra){var qa;return Array.isArray(Ra)?qa=Ra.map(reflect):(qa={},Object.keys(Ra).forEach(Ja=>{qa[Ja]=reflect.call(this,Ra[Ja])})),qa}function reject$2(Ra,qa,Ja,ed){const td=wrapAsync(Ja);return _filter(Ra,qa,(rd,od)=>{td(rd,(sd,ld)=>{od(sd,!ld)})},ed)}function reject(Ra,qa,Ja){return reject$2(eachOf$1,Ra,qa,Ja)}var reject$1=awaitify(reject,3);function rejectLimit(Ra,qa,Ja,ed){return reject$2(eachOfLimit$2(qa),Ra,Ja,ed)}var rejectLimit$1=awaitify(rejectLimit,4);function rejectSeries(Ra,qa,Ja){return reject$2(eachOfSeries$1,Ra,qa,Ja)}var rejectSeries$1=awaitify(rejectSeries,3);function constant(Ra){return function(){return Ra}}const DEFAULT_TIMES=5,DEFAULT_INTERVAL=0;function retry(Ra,qa,Ja){var ed={times:DEFAULT_TIMES,intervalFunc:constant(DEFAULT_INTERVAL)};if(arguments.length<3&&typeof Ra=="function"?(Ja=qa||promiseCallback(),qa=Ra):(parseTimes(ed,Ra),Ja=Ja||promiseCallback()),typeof qa!="function")throw new Error("Invalid arguments for async.retry");var td=wrapAsync(qa),rd=1;function od(){td((sd,...ld)=>{sd!==!1&&(sd&&rd++<ed.times&&(typeof ed.errorFilter!="function"||ed.errorFilter(sd))?setTimeout(od,ed.intervalFunc(rd-1)):Ja(sd,...ld))})}return od(),Ja[PROMISE_SYMBOL]}function parseTimes(Ra,qa){if(typeof qa=="object")Ra.times=+qa.times||DEFAULT_TIMES,Ra.intervalFunc=typeof qa.interval=="function"?qa.interval:constant(+qa.interval||DEFAULT_INTERVAL),Ra.errorFilter=qa.errorFilter;else if(typeof qa=="number"||typeof qa=="string")Ra.times=+qa||DEFAULT_TIMES;else throw new Error("Invalid arguments for async.retry")}function retryable(Ra,qa){qa||(qa=Ra,Ra=null);let Ja=Ra&&Ra.arity||qa.length;isAsync(qa)&&(Ja+=1);var ed=wrapAsync(qa);return initialParams((td,rd)=>{(td.length<Ja-1||rd==null)&&(td.push(rd),rd=promiseCallback());function od(sd){ed(...td,sd)}return Ra?retry(Ra,od,rd):retry(od,rd),rd[PROMISE_SYMBOL]})}function series(Ra,qa){return _parallel(eachOfSeries$1,Ra,qa)}function some(Ra,qa,Ja){return _createTester(Boolean,ed=>ed)(eachOf$1,Ra,qa,Ja)}var some$1=awaitify(some,3);function someLimit(Ra,qa,Ja,ed){return _createTester(Boolean,td=>td)(eachOfLimit$2(qa),Ra,Ja,ed)}var someLimit$1=awaitify(someLimit,4);function someSeries(Ra,qa,Ja){return _createTester(Boolean,ed=>ed)(eachOfSeries$1,Ra,qa,Ja)}var someSeries$1=awaitify(someSeries,3);function sortBy(Ra,qa,Ja){var ed=wrapAsync(qa);return map$1(Ra,(rd,od)=>{ed(rd,(sd,ld)=>{if(sd)return od(sd);od(sd,{value:rd,criteria:ld})})},(rd,od)=>{if(rd)return Ja(rd);Ja(null,od.sort(td).map(sd=>sd.value))});function td(rd,od){var sd=rd.criteria,ld=od.criteria;return sd<ld?-1:sd>ld?1:0}}var sortBy$1=awaitify(sortBy,3);function timeout(Ra,qa,Ja){var ed=wrapAsync(Ra);return initialParams((td,rd)=>{var od=!1,sd;function ld(){var cd=Ra.name||"anonymous",ud=new Error('Callback function "'+cd+'" timed out.');ud.code="ETIMEDOUT",Ja&&(ud.info=Ja),od=!0,rd(ud)}td.push((...cd)=>{od||(rd(...cd),clearTimeout(sd))}),sd=setTimeout(ld,qa),ed(...td)})}function range(Ra){for(var qa=Array(Ra);Ra--;)qa[Ra]=Ra;return qa}function timesLimit(Ra,qa,Ja,ed){var td=wrapAsync(Ja);return mapLimit$1(range(Ra),qa,td,ed)}function times(Ra,qa,Ja){return timesLimit(Ra,1/0,qa,Ja)}function timesSeries(Ra,qa,Ja){return timesLimit(Ra,1,qa,Ja)}function transform(Ra,qa,Ja,ed){arguments.length<=3&&typeof qa=="function"&&(ed=Ja,Ja=qa,qa=Array.isArray(Ra)?[]:{}),ed=once(ed||promiseCallback());var td=wrapAsync(Ja);return eachOf$1(Ra,(rd,od,sd)=>{td(qa,rd,od,sd)},rd=>ed(rd,qa)),ed[PROMISE_SYMBOL]}function tryEach(Ra,qa){var Ja=null,ed;return eachSeries$1(Ra,(td,rd)=>{wrapAsync(td)((od,...sd)=>{if(od===!1)return rd(od);sd.length<2?[ed]=sd:ed=sd,Ja=od,rd(od?null:{})})},()=>qa(Ja,ed))}var tryEach$1=awaitify(tryEach);function unmemoize(Ra){return(...qa)=>(Ra.unmemoized||Ra)(...qa)}function whilst(Ra,qa,Ja){Ja=onlyOnce(Ja);var ed=wrapAsync(qa),td=wrapAsync(Ra),rd=[];function od(ld,...cd){if(ld)return Ja(ld);rd=cd,ld!==!1&&td(sd)}function sd(ld,cd){if(ld)return Ja(ld);if(ld!==!1){if(!cd)return Ja(null,...rd);ed(od)}}return td(sd)}var whilst$1=awaitify(whilst,3);function until(Ra,qa,Ja){const ed=wrapAsync(Ra);return whilst$1(td=>ed((rd,od)=>td(rd,!od)),qa,Ja)}function waterfall(Ra,qa){if(qa=once(qa),!Array.isArray(Ra))return qa(new Error("First argument to waterfall must be an array of functions"));if(!Ra.length)return qa();var Ja=0;function ed(rd){var od=wrapAsync(Ra[Ja++]);od(...rd,onlyOnce(td))}function td(rd,...od){if(rd!==!1){if(rd||Ja===Ra.length)return qa(rd,...od);ed(od)}}ed([])}var waterfall$1=awaitify(waterfall),index={apply,applyEach,applyEachSeries,asyncify,auto,autoInject,cargo:cargo$1,cargoQueue:cargo,compose,concat:concat$1,concatLimit:concatLimit$1,concatSeries:concatSeries$1,constant:constant$1,detect:detect$1,detectLimit:detectLimit$1,detectSeries:detectSeries$1,dir,doUntil,doWhilst:doWhilst$1,each,eachLimit:eachLimit$1,eachOf:eachOf$1,eachOfLimit:eachOfLimit$1,eachOfSeries:eachOfSeries$1,eachSeries:eachSeries$1,ensureAsync,every:every$1,everyLimit:everyLimit$1,everySeries:everySeries$1,filter:filter$1,filterLimit:filterLimit$1,filterSeries:filterSeries$1,forever:forever$1,groupBy,groupByLimit:groupByLimit$1,groupBySeries,log,map:map$1,mapLimit:mapLimit$1,mapSeries:mapSeries$1,mapValues,mapValuesLimit:mapValuesLimit$1,mapValuesSeries,memoize,nextTick,parallel,parallelLimit,priorityQueue,queue,race:race$1,reduce:reduce$1,reduceRight,reflect,reflectAll,reject:reject$1,rejectLimit:rejectLimit$1,rejectSeries:rejectSeries$1,retry,retryable,seq,series,setImmediate:setImmediate$1$1,some:some$1,someLimit:someLimit$1,someSeries:someSeries$1,sortBy:sortBy$1,timeout,times,timesLimit,timesSeries,transform,tryEach:tryEach$1,unmemoize,until,waterfall:waterfall$1,whilst:whilst$1,all:every$1,allLimit:everyLimit$1,allSeries:everySeries$1,any:some$1,anyLimit:someLimit$1,anySeries:someSeries$1,find:detect$1,findLimit:detectLimit$1,findSeries:detectSeries$1,flatMap:concat$1,flatMapLimit:concatLimit$1,flatMapSeries:concatSeries$1,forEach:each,forEachSeries:eachSeries$1,forEachLimit:eachLimit$1,forEachOf:eachOf$1,forEachOfSeries:eachOfSeries$1,forEachOfLimit:eachOfLimit$1,inject:reduce$1,foldl:reduce$1,foldr:reduceRight,select:filter$1,selectLimit:filterLimit$1,selectSeries:filterSeries$1,wrapSync:asyncify,during:whilst$1,doDuring:doWhilst$1},readableBrowser={exports:{}};(function(Ra,qa){qa=Ra.exports=require_stream_readable(),qa.Stream=qa,qa.Readable=qa,qa.Writable=require_stream_writable(),qa.Duplex=require_stream_duplex(),qa.Transform=_stream_transform,qa.PassThrough=_stream_passthrough,qa.finished=endOfStream,qa.pipeline=pipeline_1})(readableBrowser,readableBrowser.exports);var readableBrowserExports=readableBrowser.exports;const{Transform:Transform$1}=readableBrowserExports;class Block extends Transform$1{constructor(qa,Ja={}){super(Ja),typeof qa=="object"&&(Ja=qa,qa=Ja.size),this.size=qa||512;const{nopad:ed,zeroPadding:td=!0}=Ja;ed?this._zeroPadding=!1:this._zeroPadding=!!td,this._buffered=[],this._bufferedBytes=0}_transform(qa,Ja,ed){for(this._bufferedBytes+=qa.length,this._buffered.push(qa);this._bufferedBytes>=this.size;){this._bufferedBytes-=this.size;const td=[];let rd=0;for(;rd<this.size;){const od=this._buffered.shift();if(rd+od.length<=this.size)td.push(od),rd+=od.length;else{const sd=this.size-rd;td.push(od.slice(0,sd)),rd+=sd,this._buffered.unshift(od.slice(sd))}}this.push(Buffer$2.concat(td,this.size))}ed()}_flush(){if(this._bufferedBytes&&this._zeroPadding){const qa=Buffer$2.alloc(this.size-this._bufferedBytes);this._buffered.push(qa),this.push(Buffer$2.concat(this._buffered)),this._buffered=null}else this._bufferedBytes&&(this.push(Buffer$2.concat(this._buffered)),this._buffered=null);this.push(null)}}var blockStream2=Block;const BlockStream2=getDefaultExportFromCjs(blockStream2);var lodash={exports:{}};/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/lodash.exports;(function(Ra,qa){(function(){var Ja,ed="4.17.21",td=200,rd="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",od="Expected a function",sd="Invalid `variable` option passed into `_.template`",ld="__lodash_hash_undefined__",cd=500,ud="__lodash_placeholder__",gd=1,_d=2,yd=4,Ed=1,Td=2,Od=1,Ad=2,Nd=4,kd=8,Id=16,Rd=32,Md=64,Ld=128,jd=256,Pd=512,Fd=30,Ud="...",Vd=800,qd=16,Wd=1,zd=2,Kd=3,Qd=1/0,hf=9007199254740991,gf=17976931348623157e292,bf=NaN,kf=4294967295,Cf=kf-1,Ef=kf>>>1,yf=[["ary",Ld],["bind",Od],["bindKey",Ad],["curry",kd],["curryRight",Id],["flip",Pd],["partial",Rd],["partialRight",Md],["rearg",jd]],Mf="[object Arguments]",Af="[object Array]",Zd="[object AsyncFunction]",mf="[object Boolean]",Pf="[object Date]",Ff="[object DOMException]",Lf="[object Error]",jf="[object Function]",xf="[object GeneratorFunction]",Nf="[object Map]",Bf="[object Number]",Tf="[object Null]",wf="[object Object]",Of="[object Promise]",$f="[object Proxy]",Wf="[object RegExp]",Kf="[object Set]",Df="[object String]",qf="[object Symbol]",Xf="[object Undefined]",hh="[object WeakMap]",Mh="[object WeakSet]",wh="[object ArrayBuffer]",Bh="[object DataView]",Uh="[object Float32Array]",oh="[object Float64Array]",Vf="[object Int8Array]",Rf="[object Int16Array]",Zf="[object Int32Array]",Jf="[object Uint8Array]",Th="[object Uint8ClampedArray]",Ah="[object Uint16Array]",Gh="[object Uint32Array]",sm=/\b__p \+= '';/g,kh=/\b(__p \+=) '' \+/g,Rh=/(__e\(.*?\)|\b__t\)) \+\n'';/g,jh=/&(?:amp|lt|gt|quot|#39);/g,cm=/[&<>"']/g,Tm=RegExp(jh.source),Fm=RegExp(cm.source),Gm=/<%-([\s\S]+?)%>/g,s1=/<%([\s\S]+?)%>/g,Km=/<%=([\s\S]+?)%>/g,v1=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,h1=/^\w*$/,F1=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,M1=/[\\^$.*+?()[\]{}|]/g,E1=RegExp(M1.source),O1=/^\s+/,Hm=/\s/,b1=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,K1=/\{\n\/\* \[wrapped with (.+)\] \*/,I1=/,? & /,zf=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Dh=/[()=,{}\[\]\/\s]/,yh=/\\(\\)?/g,Ih=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Xh=/\w*$/,qh=/^[-+]0x[0-9a-f]+$/i,Zh=/^0b[01]+$/i,Yh=/^\[object .+?Constructor\]$/,Fh=/^0o[0-7]+$/i,zh=/^(?:0|[1-9]\d*)$/,om=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,fm=/($^)/,uh=/['\n\r\u2028\u2029\\]/g,Om="\\ud800-\\udfff",l1="\\u0300-\\u036f",y1="\\ufe20-\\ufe2f",c1="\\u20d0-\\u20ff",Pm=l1+y1+c1,C1="\\u2700-\\u27bf",m1="a-z\\xdf-\\xf6\\xf8-\\xff",d1="\\xac\\xb1\\xd7\\xf7",Ch="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Kh="\\u2000-\\u206f",Dm=" \\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",Um="A-Z\\xc0-\\xd6\\xd8-\\xde",_m="\\ufe0e\\ufe0f",Xm=d1+Ch+Kh+Dm,w1="[']",n0="["+Om+"]",z1="["+Xm+"]",A0="["+Pm+"]",_0="\\d+",S1="["+C1+"]",U0="["+m1+"]",H1="[^"+Om+Xm+_0+C1+m1+Um+"]",E0="\\ud83c[\\udffb-\\udfff]",d0="(?:"+A0+"|"+E0+")",tg="[^"+Om+"]",vg="(?:\\ud83c[\\udde6-\\uddff]){2}",S0="[\\ud800-\\udbff][\\udc00-\\udfff]",rg="["+Um+"]",l_="\\u200d",Kg="(?:"+U0+"|"+H1+")",u1="(?:"+rg+"|"+H1+")",bg="(?:"+w1+"(?:d|ll|m|re|s|t|ve))?",v0="(?:"+w1+"(?:D|LL|M|RE|S|T|VE))?",c_=d0+"?",E_="["+_m+"]?",yg="(?:"+l_+"(?:"+[tg,vg,S0].join("|")+")"+E_+c_+")*",kg="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",p0="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",W0=E_+c_+yg,sg="(?:"+[S1,vg,S0].join("|")+")"+W0,ng="(?:"+[tg+A0+"?",A0,vg,S0,n0].join("|")+")",Yg=RegExp(w1,"g"),_v=RegExp(A0,"g"),U_=RegExp(E0+"(?="+E0+")|"+ng+W0,"g"),vv=RegExp([rg+"?"+U0+"+"+bg+"(?="+[z1,rg,"$"].join("|")+")",u1+"+"+v0+"(?="+[z1,rg+Kg,"$"].join("|")+")",rg+"?"+Kg+"+"+bg,rg+"+"+v0,p0,kg,_0,sg].join("|"),"g"),Zv=RegExp("["+l_+Om+Pm+_m+"]"),H_=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,V_=["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"],z_=-1,Ym={};Ym[Uh]=Ym[oh]=Ym[Vf]=Ym[Rf]=Ym[Zf]=Ym[Jf]=Ym[Th]=Ym[Ah]=Ym[Gh]=!0,Ym[Mf]=Ym[Af]=Ym[wh]=Ym[mf]=Ym[Bh]=Ym[Pf]=Ym[Lf]=Ym[jf]=Ym[Nf]=Ym[Bf]=Ym[wf]=Ym[Wf]=Ym[Kf]=Ym[Df]=Ym[hh]=!1;var Z1={};Z1[Mf]=Z1[Af]=Z1[wh]=Z1[Bh]=Z1[mf]=Z1[Pf]=Z1[Uh]=Z1[oh]=Z1[Vf]=Z1[Rf]=Z1[Zf]=Z1[Nf]=Z1[Bf]=Z1[wf]=Z1[Wf]=Z1[Kf]=Z1[Df]=Z1[qf]=Z1[Jf]=Z1[Th]=Z1[Ah]=Z1[Gh]=!0,Z1[Lf]=Z1[jf]=Z1[hh]=!1;var u_={À:"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"},S_={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},T_={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},bv={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},yv=parseFloat,Eg=parseInt,Ev=typeof commonjsGlobal=="object"&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,q_=typeof self=="object"&&self&&self.Object===Object&&self,Y1=Ev||q_||Function("return this")(),G_=qa&&!qa.nodeType&&qa,Og=G_&&!0&&Ra&&!Ra.nodeType&&Ra,t0=Og&&Og.exports===G_,ig=t0&&Ev.process,c0=function(){try{var mm=Og&&Og.require&&Og.require("util").types;return mm||ig&&ig.binding&&ig.binding("util")}catch{}}(),d_=c0&&c0.isArrayBuffer,ag=c0&&c0.isDate,Xg=c0&&c0.isMap,Yf=c0&&c0.isRegExp,sh=c0&&c0.isSet,dh=c0&&c0.isTypedArray;function Vm(mm,Rm,Sm){switch(Sm.length){case 0:return mm.call(Rm);case 1:return mm.call(Rm,Sm[0]);case 2:return mm.call(Rm,Sm[0],Sm[1]);case 3:return mm.call(Rm,Sm[0],Sm[1],Sm[2])}return mm.apply(Rm,Sm)}function g1(mm,Rm,Sm,o1){for(var k1=-1,q1=mm==null?0:mm.length;++k1<q1;){var D0=mm[k1];Rm(o1,D0,Sm(D0),mm)}return o1}function R1(mm,Rm){for(var Sm=-1,o1=mm==null?0:mm.length;++Sm<o1&&Rm(mm[Sm],Sm,mm)!==!1;);return mm}function T0(mm,Rm){for(var Sm=mm==null?0:mm.length;Sm--&&Rm(mm[Sm],Sm,mm)!==!1;);return mm}function cg(mm,Rm){for(var Sm=-1,o1=mm==null?0:mm.length;++Sm<o1;)if(!Rm(mm[Sm],Sm,mm))return!1;return!0}function ug(mm,Rm){for(var Sm=-1,o1=mm==null?0:mm.length,k1=0,q1=[];++Sm<o1;){var D0=mm[Sm];Rm(D0,Sm,mm)&&(q1[k1++]=D0)}return q1}function W_(mm,Rm){var Sm=mm==null?0:mm.length;return!!Sm&&Jd(mm,Rm,0)>-1}function Sv(mm,Rm,Sm){for(var o1=-1,k1=mm==null?0:mm.length;++o1<k1;)if(Sm(Rm,mm[o1]))return!0;return!1}function s0(mm,Rm){for(var Sm=-1,o1=mm==null?0:mm.length,k1=Array(o1);++Sm<o1;)k1[Sm]=Rm(mm[Sm],Sm,mm);return k1}function Ig(mm,Rm){for(var Sm=-1,o1=Rm.length,k1=mm.length;++Sm<o1;)mm[k1+Sm]=Rm[Sm];return mm}function eb(mm,Rm,Sm,o1){var k1=-1,q1=mm==null?0:mm.length;for(o1&&q1&&(Sm=mm[++k1]);++k1<q1;)Sm=Rm(Sm,mm[k1],k1,mm);return Sm}function Ab(mm,Rm,Sm,o1){var k1=mm==null?0:mm.length;for(o1&&k1&&(Sm=mm[--k1]);k1--;)Sm=Rm(Sm,mm[k1],k1,mm);return Sm}function x_(mm,Rm){for(var Sm=-1,o1=mm==null?0:mm.length;++Sm<o1;)if(Rm(mm[Sm],Sm,mm))return!0;return!1}var Sg=$h("length");function Db(mm){return mm.split("")}function Oy(mm){return mm.match(zf)||[]}function Xd(mm,Rm,Sm){var o1;return Sm(mm,function(k1,q1,D0){if(Rm(k1,q1,D0))return o1=q1,!1}),o1}function Hd(mm,Rm,Sm,o1){for(var k1=mm.length,q1=Sm+(o1?1:-1);o1?q1--:++q1<k1;)if(Rm(mm[q1],q1,mm))return q1;return-1}function Jd(mm,Rm,Sm){return Rm===Rm?yE(mm,Rm,Sm):Hd(mm,Qf,Sm)}function If(mm,Rm,Sm,o1){for(var k1=Sm-1,q1=mm.length;++k1<q1;)if(o1(mm[k1],Rm))return k1;return-1}function Qf(mm){return mm!==mm}function _h(mm,Rm){var Sm=mm==null?0:mm.length;return Sm?$m(mm,Rm)/Sm:bf}function $h(mm){return function(Rm){return Rm==null?Ja:Rm[mm]}}function Vh(mm){return function(Rm){return mm==null?Ja:mm[Rm]}}function im(mm,Rm,Sm,o1,k1){return k1(mm,function(q1,D0,a0){Sm=o1?(o1=!1,q1):Rm(Sm,q1,D0,a0)}),Sm}function Qh(mm,Rm){var Sm=mm.length;for(mm.sort(Rm);Sm--;)mm[Sm]=mm[Sm].value;return mm}function $m(mm,Rm){for(var Sm,o1=-1,k1=mm.length;++o1<k1;){var q1=Rm(mm[o1]);q1!==Ja&&(Sm=Sm===Ja?q1:Sm+q1)}return Sm}function Qm(mm,Rm){for(var Sm=-1,o1=Array(mm);++Sm<mm;)o1[Sm]=Rm(Sm);return o1}function r1(mm,Rm){return s0(Rm,function(Sm){return[Sm,mm[Sm]]})}function a1(mm){return mm&&mm.slice(0,Ry(mm)+1).replace(O1,"")}function D1(mm){return function(Rm){return mm(Rm)}}function f0(mm,Rm){return s0(Rm,function(Sm){return mm[Sm]})}function U1(mm,Rm){return mm.has(Rm)}function X1(mm,Rm){for(var Sm=-1,o1=mm.length;++Sm<o1&&Jd(Rm,mm[Sm],0)>-1;);return Sm}function R0(mm,Rm){for(var Sm=mm.length;Sm--&&Jd(Rm,mm[Sm],0)>-1;);return Sm}function K_(mm,Rm){for(var Sm=mm.length,o1=0;Sm--;)mm[Sm]===Rm&&++o1;return o1}var Tv=Vh(u_),Qg=Vh(S_);function Y_(mm){return"\\"+bv[mm]}function Iy(mm,Rm){return mm==null?Ja:mm[Rm]}function xv(mm){return Zv.test(mm)}function vE(mm){return H_.test(mm)}function S2(mm){for(var Rm,Sm=[];!(Rm=mm.next()).done;)Sm.push(Rm.value);return Sm}function kb(mm){var Rm=-1,Sm=Array(mm.size);return mm.forEach(function(o1,k1){Sm[++Rm]=[k1,o1]}),Sm}function Ib(mm,Rm){return function(Sm){return mm(Rm(Sm))}}function dg(mm,Rm){for(var Sm=-1,o1=mm.length,k1=0,q1=[];++Sm<o1;){var D0=mm[Sm];(D0===Rm||D0===ud)&&(mm[Sm]=ud,q1[k1++]=Sm)}return q1}function pg(mm){var Rm=-1,Sm=Array(mm.size);return mm.forEach(function(o1){Sm[++Rm]=o1}),Sm}function bE(mm){var Rm=-1,Sm=Array(mm.size);return mm.forEach(function(o1){Sm[++Rm]=[o1,o1]}),Sm}function yE(mm,Rm,Sm){for(var o1=Sm-1,k1=mm.length;++o1<k1;)if(mm[o1]===Rm)return o1;return-1}function T2(mm,Rm,Sm){for(var o1=Sm+1;o1--;)if(mm[o1]===Rm)return o1;return o1}function Cv(mm){return xv(mm)?tb(mm):Sg(mm)}function Rg(mm){return xv(mm)?TE(mm):Db(mm)}function Ry(mm){for(var Rm=mm.length;Rm--&&Hm.test(mm.charAt(Rm)););return Rm}var SE=Vh(T_);function tb(mm){for(var Rm=U_.lastIndex=0;U_.test(mm);)++Rm;return Rm}function TE(mm){return mm.match(U_)||[]}function xE(mm){return mm.match(vv)||[]}var $y=function mm(Rm){Rm=Rm==null?Y1:p_.defaults(Y1.Object(),Rm,p_.pick(Y1,V_));var Sm=Rm.Array,o1=Rm.Date,k1=Rm.Error,q1=Rm.Function,D0=Rm.Math,a0=Rm.Object,rb=Rm.RegExp,x2=Rm.String,Tg=Rm.TypeError,Rb=Sm.prototype,X_=q1.prototype,$g=a0.prototype,f_=Rm["__core-js_shared__"],wv=X_.toString,e0=$g.hasOwnProperty,CE=0,$b=function(){var Yd=/[^.]+$/.exec(f_&&f_.keys&&f_.keys.IE_PROTO||"");return Yd?"Symbol(src)_1."+Yd:""}(),Jg=$g.toString,Q_=wv.call(a0),J0=Y1._,C_=rb("^"+wv.call(e0).replace(M1,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Mg=t0?Rm.Buffer:Ja,Pg=Rm.Symbol,Mb=Rm.Uint8Array,My=Mg?Mg.allocUnsafe:Ja,w_=Ib(a0.getPrototypeOf,a0),Py=a0.create,Pb=$g.propertyIsEnumerable,J_=Rb.splice,wE=Pg?Pg.isConcatSpreadable:Ja,Z_=Pg?Pg.iterator:Ja,N_=Pg?Pg.toStringTag:Ja,Nv=function(){try{var Yd=P_(a0,"defineProperty");return Yd({},"",{}),Yd}catch{}}(),By=Rm.clearTimeout!==Y1.clearTimeout&&Rm.clearTimeout,Av=o1&&o1.now!==Y1.Date.now&&o1.now,Bb=Rm.setTimeout!==Y1.setTimeout&&Rm.setTimeout,nb=D0.ceil,ev=D0.floor,Ly=a0.getOwnPropertySymbols,C2=Mg?Mg.isBuffer:Ja,NE=Rm.isFinite,Fy=Rb.join,jy=Ib(a0.keys,a0),u0=D0.max,k0=D0.min,w2=o1.now,Lb=Rm.parseInt,Uy=D0.random,ib=Rb.reverse,Fb=P_(Rm,"DataView"),Bg=P_(Rm,"Map"),tv=P_(Rm,"Promise"),xg=P_(Rm,"Set"),h_=P_(Rm,"WeakMap"),Zg=P_(a0,"create"),ab=h_&&new h_,rv={},AE=x0(Fb),N2=x0(Bg),nv=x0(tv),iv=x0(xg),A2=x0(h_),jb=Pg?Pg.prototype:Ja,ob=jb?jb.valueOf:Ja,DE=jb?jb.toString:Ja;function Lh(Yd){if(I0(Yd)&&!P1(Yd)&&!(Yd instanceof x1)){if(Yd instanceof r0)return Yd;if(e0.call(Yd,"__wrapped__"))return Y0(Yd)}return new r0(Yd)}var Dv=function(){function Yd(){}return function(_f){if(!N0(_f))return{};if(Py)return Py(_f);Yd.prototype=_f;var Uf=new Yd;return Yd.prototype=Ja,Uf}}();function q0(){}function r0(Yd,_f){this.__wrapped__=Yd,this.__actions__=[],this.__chain__=!!_f,this.__index__=0,this.__values__=Ja}Lh.templateSettings={escape:Gm,evaluate:s1,interpolate:Km,variable:"",imports:{_:Lh}},Lh.prototype=q0.prototype,Lh.prototype.constructor=Lh,r0.prototype=Dv(q0.prototype),r0.prototype.constructor=r0;function x1(Yd){this.__wrapped__=Yd,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=kf,this.__views__=[]}function $0(){var Yd=new x1(this.__wrapped__);return Yd.__actions__=og(this.__actions__),Yd.__dir__=this.__dir__,Yd.__filtered__=this.__filtered__,Yd.__iteratees__=og(this.__iteratees__),Yd.__takeCount__=this.__takeCount__,Yd.__views__=og(this.__views__),Yd}function sb(){if(this.__filtered__){var Yd=new x1(this);Yd.__dir__=-1,Yd.__filtered__=!0}else Yd=this.clone(),Yd.__dir__*=-1;return Yd}function D2(){var Yd=this.__wrapped__.value(),_f=this.__dir__,Uf=P1(Yd),ph=_f<0,Oh=Uf?Yd.length:0,Hh=X2(0,Oh,this.__views__),am=Hh.start,um=Hh.end,gm=um-am,Lm=ph?um:am-1,jm=this.__iteratees__,zm=jm.length,i1=0,_1=k0(gm,this.__takeCount__);if(!Uf||!ph&&Oh==gm&&_1==gm)return hb(Yd,this.__actions__);var N1=[];e:for(;gm--&&i1<_1;){Lm+=_f;for(var j1=-1,A1=Yd[Lm];++j1<zm;){var V1=jm[j1],W1=V1.iteratee,qg=V1.type,_g=W1(A1);if(qg==zd)A1=_g;else if(!_g){if(qg==Wd)continue e;break e}}N1[i1++]=A1}return N1}x1.prototype=Dv(q0.prototype),x1.prototype.constructor=x1;function e_(Yd){var _f=-1,Uf=Yd==null?0:Yd.length;for(this.clear();++_f<Uf;){var ph=Yd[_f];this.set(ph[0],ph[1])}}function k2(){this.__data__=Zg?Zg(null):{},this.size=0}function O2(Yd){var _f=this.has(Yd)&&delete this.__data__[Yd];return this.size-=_f?1:0,_f}function I2(Yd){var _f=this.__data__;if(Zg){var Uf=_f[Yd];return Uf===ld?Ja:Uf}return e0.call(_f,Yd)?_f[Yd]:Ja}function Hy(Yd){var _f=this.__data__;return Zg?_f[Yd]!==Ja:e0.call(_f,Yd)}function kE(Yd,_f){var Uf=this.__data__;return this.size+=this.has(Yd)?0:1,Uf[Yd]=Zg&&_f===Ja?ld:_f,this}e_.prototype.clear=k2,e_.prototype.delete=O2,e_.prototype.get=I2,e_.prototype.has=Hy,e_.prototype.set=kE;function Lg(Yd){var _f=-1,Uf=Yd==null?0:Yd.length;for(this.clear();++_f<Uf;){var ph=Yd[_f];this.set(ph[0],ph[1])}}function R2(){this.__data__=[],this.size=0}function Vy(Yd){var _f=this.__data__,Uf=Ov(_f,Yd);if(Uf<0)return!1;var ph=_f.length-1;return Uf==ph?_f.pop():J_.call(_f,Uf,1),--this.size,!0}function zy(Yd){var _f=this.__data__,Uf=Ov(_f,Yd);return Uf<0?Ja:_f[Uf][1]}function OE(Yd){return Ov(this.__data__,Yd)>-1}function IE(Yd,_f){var Uf=this.__data__,ph=Ov(Uf,Yd);return ph<0?(++this.size,Uf.push([Yd,_f])):Uf[ph][1]=_f,this}Lg.prototype.clear=R2,Lg.prototype.delete=Vy,Lg.prototype.get=zy,Lg.prototype.has=OE,Lg.prototype.set=IE;function Fg(Yd){var _f=-1,Uf=Yd==null?0:Yd.length;for(this.clear();++_f<Uf;){var ph=Yd[_f];this.set(ph[0],ph[1])}}function RE(){this.size=0,this.__data__={hash:new e_,map:new(Bg||Lg),string:new e_}}function lb(Yd){var _f=Cb(this,Yd).delete(Yd);return this.size-=_f?1:0,_f}function $2(Yd){return Cb(this,Yd).get(Yd)}function Ub(Yd){return Cb(this,Yd).has(Yd)}function m_(Yd,_f){var Uf=Cb(this,Yd),ph=Uf.size;return Uf.set(Yd,_f),this.size+=Uf.size==ph?0:1,this}Fg.prototype.clear=RE,Fg.prototype.delete=lb,Fg.prototype.get=$2,Fg.prototype.has=Ub,Fg.prototype.set=m_;function A_(Yd){var _f=-1,Uf=Yd==null?0:Yd.length;for(this.__data__=new Fg;++_f<Uf;)this.add(Yd[_f])}function M2(Yd){return this.__data__.set(Yd,ld),this}function $E(Yd){return this.__data__.has(Yd)}A_.prototype.add=A_.prototype.push=M2,A_.prototype.has=$E;function h0(Yd){var _f=this.__data__=new Lg(Yd);this.size=_f.size}function Q1(){this.__data__=new Lg,this.size=0}function jg(Yd){var _f=this.__data__,Uf=_f.delete(Yd);return this.size=_f.size,Uf}function D_(Yd){return this.__data__.get(Yd)}function k_(Yd){return this.__data__.has(Yd)}function ME(Yd,_f){var Uf=this.__data__;if(Uf instanceof Lg){var ph=Uf.__data__;if(!Bg||ph.length<td-1)return ph.push([Yd,_f]),this.size=++Uf.size,this;Uf=this.__data__=new Fg(ph)}return Uf.set(Yd,_f),this.size=Uf.size,this}h0.prototype.clear=Q1,h0.prototype.delete=jg,h0.prototype.get=D_,h0.prototype.has=k_,h0.prototype.set=ME;function Hb(Yd,_f){var Uf=P1(Yd),ph=!Uf&&wb(Yd),Oh=!Uf&&!ph&&Xv(Yd),Hh=!Uf&&!ph&&!Oh&&ay(Yd),am=Uf||ph||Oh||Hh,um=am?Qm(Yd.length,x2):[],gm=um.length;for(var Lm in Yd)(_f||e0.call(Yd,Lm))&&!(am&&(Lm=="length"||Oh&&(Lm=="offset"||Lm=="parent")||Hh&&(Lm=="buffer"||Lm=="byteLength"||Lm=="byteOffset")||pf(Lm,gm)))&&um.push(Lm);return um}function qy(Yd){var _f=Yd.length;return _f?Yd[Wb(0,_f-1)]:Ja}function P2(Yd,_f){return y0(og(Yd),__(_f,0,Yd.length))}function Gy(Yd){return y0(og(Yd))}function av(Yd,_f,Uf){(Uf!==Ja&&!b_(Yd[_f],Uf)||Uf===Ja&&!(_f in Yd))&&g_(Yd,_f,Uf)}function kv(Yd,_f,Uf){var ph=Yd[_f];(!(e0.call(Yd,_f)&&b_(ph,Uf))||Uf===Ja&&!(_f in Yd))&&g_(Yd,_f,Uf)}function Ov(Yd,_f){for(var Uf=Yd.length;Uf--;)if(b_(Yd[Uf][0],_f))return Uf;return-1}function O_(Yd,_f,Uf,ph){return Ug(Yd,function(Oh,Hh,am){_f(ph,Oh,Uf(Oh),am)}),ph}function Wy(Yd,_f){return Yd&&Vg(_f,Q0(_f),Yd)}function PE(Yd,_f){return Yd&&Vg(_f,Ag(_f),Yd)}function g_(Yd,_f,Uf){_f=="__proto__"&&Nv?Nv(Yd,_f,{configurable:!0,enumerable:!0,value:Uf,writable:!0}):Yd[_f]=Uf}function Iv(Yd,_f){for(var Uf=-1,ph=_f.length,Oh=Sm(ph),Hh=Yd==null;++Uf<ph;)Oh[Uf]=Hh?Ja:iS(Yd,_f[Uf]);return Oh}function __(Yd,_f,Uf){return Yd===Yd&&(Uf!==Ja&&(Yd=Yd<=Uf?Yd:Uf),_f!==Ja&&(Yd=Yd>=_f?Yd:_f)),Yd}function fg(Yd,_f,Uf,ph,Oh,Hh){var am,um=_f&gd,gm=_f&_d,Lm=_f&yd;if(Uf&&(am=Oh?Uf(Yd,ph,Oh,Hh):Uf(Yd)),am!==Ja)return am;if(!N0(Yd))return Yd;var jm=P1(Yd);if(jm){if(am=Q2(Yd),!um)return og(Yd,am)}else{var zm=B0(Yd),i1=zm==jf||zm==xf;if(Xv(Yd))return iE(Yd,um);if(zm==wf||zm==Mf||i1&&!Oh){if(am=gm||i1?{}:p2(Yd),!um)return gm?G2(Yd,PE(am,Yd)):r2(Yd,Wy(am,Yd))}else{if(!Z1[zm])return Oh?Yd:{};am=iy(Yd,zm,um)}}Hh||(Hh=new h0);var _1=Hh.get(Yd);if(_1)return _1;Hh.set(Yd,am),PS(Yd)?Yd.forEach(function(A1){am.add(fg(A1,_f,Uf,A1,Yd,Hh))}):$S(Yd)&&Yd.forEach(function(A1,V1){am.set(V1,fg(A1,_f,Uf,V1,Yd,Hh))});var N1=Lm?gm?ny:ry:gm?Ag:Q0,j1=jm?Ja:N1(Yd);return R1(j1||Yd,function(A1,V1){j1&&(V1=A1,A1=Yd[V1]),kv(am,V1,fg(A1,_f,Uf,V1,Yd,Hh))}),am}function B2(Yd){var _f=Q0(Yd);return function(Uf){return Ky(Uf,Yd,_f)}}function Ky(Yd,_f,Uf){var ph=Uf.length;if(Yd==null)return!ph;for(Yd=a0(Yd);ph--;){var Oh=Uf[ph],Hh=_f[Oh],am=Yd[Oh];if(am===Ja&&!(Oh in Yd)||!Hh(am))return!1}return!0}function BE(Yd,_f,Uf){if(typeof Yd!="function")throw new Tg(od);return f1(function(){Yd.apply(Ja,Uf)},_f)}function cb(Yd,_f,Uf,ph){var Oh=-1,Hh=W_,am=!0,um=Yd.length,gm=[],Lm=_f.length;if(!um)return gm;Uf&&(_f=s0(_f,D1(Uf))),ph?(Hh=Sv,am=!1):_f.length>=td&&(Hh=U1,am=!1,_f=new A_(_f));e:for(;++Oh<um;){var jm=Yd[Oh],zm=Uf==null?jm:Uf(jm);if(jm=ph||jm!==0?jm:0,am&&zm===zm){for(var i1=Lm;i1--;)if(_f[i1]===zm)continue e;gm.push(jm)}else Hh(_f,zm,ph)||gm.push(jm)}return gm}var Ug=zv(Cg),Yy=zv(zb,!0);function L2(Yd,_f){var Uf=!0;return Ug(Yd,function(ph,Oh,Hh){return Uf=!!_f(ph,Oh,Hh),Uf}),Uf}function Vb(Yd,_f,Uf){for(var ph=-1,Oh=Yd.length;++ph<Oh;){var Hh=Yd[ph],am=_f(Hh);if(am!=null&&(um===Ja?am===am&&!zg(am):Uf(am,um)))var um=am,gm=Hh}return gm}function LE(Yd,_f,Uf,ph){var Oh=Yd.length;for(Uf=L1(Uf),Uf<0&&(Uf=-Uf>Oh?0:Oh+Uf),ph=ph===Ja||ph>Oh?Oh:L1(ph),ph<0&&(ph+=Oh),ph=Uf>ph?0:LS(ph);Uf<ph;)Yd[Uf++]=_f;return Yd}function ov(Yd,_f){var Uf=[];return Ug(Yd,function(ph,Oh,Hh){_f(ph,Oh,Hh)&&Uf.push(ph)}),Uf}function M0(Yd,_f,Uf,ph,Oh){var Hh=-1,am=Yd.length;for(Uf||(Uf=Gd),Oh||(Oh=[]);++Hh<am;){var um=Yd[Hh];_f>0&&Uf(um)?_f>1?M0(um,_f-1,Uf,ph,Oh):Ig(Oh,um):ph||(Oh[Oh.length]=um)}return Oh}var Rv=n2(),Xy=n2(!0);function Cg(Yd,_f){return Yd&&Rv(Yd,_f,Q0)}function zb(Yd,_f){return Yd&&Xy(Yd,_f,Q0)}function qb(Yd,_f){return ug(_f,function(Uf){return fv(Yd[Uf])})}function I_(Yd,_f){_f=M_(_f,Yd);for(var Uf=0,ph=_f.length;Yd!=null&&Uf<ph;)Yd=Yd[m0(_f[Uf++])];return Uf&&Uf==ph?Yd:Ja}function H0(Yd,_f,Uf){var ph=_f(Yd);return P1(Yd)?ph:Ig(ph,Uf(Yd))}function V0(Yd){return Yd==null?Yd===Ja?Xf:Tf:N_&&N_ in a0(Yd)?Y2(Yd):Mm(Yd)}function Gb(Yd,_f){return Yd>_f}function FE(Yd,_f){return Yd!=null&&e0.call(Yd,_f)}function jE(Yd,_f){return Yd!=null&&_f in a0(Yd)}function $v(Yd,_f,Uf){return Yd>=k0(_f,Uf)&&Yd<u0(_f,Uf)}function Mv(Yd,_f,Uf){for(var ph=Uf?Sv:W_,Oh=Yd[0].length,Hh=Yd.length,am=Hh,um=Sm(Hh),gm=1/0,Lm=[];am--;){var jm=Yd[am];am&&_f&&(jm=s0(jm,D1(_f))),gm=k0(jm.length,gm),um[am]=!Uf&&(_f||Oh>=120&&jm.length>=120)?new A_(am&&jm):Ja}jm=Yd[0];var zm=-1,i1=um[0];e:for(;++zm<Oh&&Lm.length<gm;){var _1=jm[zm],N1=_f?_f(_1):_1;if(_1=Uf||_1!==0?_1:0,!(i1?U1(i1,N1):ph(Lm,N1,Uf))){for(am=Hh;--am;){var j1=um[am];if(!(j1?U1(j1,N1):ph(Yd[am],N1,Uf)))continue e}i1&&i1.push(N1),Lm.push(_1)}}return Lm}function UE(Yd,_f,Uf,ph){return Cg(Yd,function(Oh,Hh,am){_f(ph,Uf(Oh),Hh,am)}),ph}function Pv(Yd,_f,Uf){_f=M_(_f,Yd),Yd=Zm(Yd,_f);var ph=Yd==null?Yd:Yd[m0(o_(_f))];return ph==null?Ja:Vm(ph,Yd,Uf)}function Qy(Yd){return I0(Yd)&&V0(Yd)==Mf}function Bv(Yd){return I0(Yd)&&V0(Yd)==wh}function HE(Yd){return I0(Yd)&&V0(Yd)==Pf}function R_(Yd,_f,Uf,ph,Oh){return Yd===_f?!0:Yd==null||_f==null||!I0(Yd)&&!I0(_f)?Yd!==Yd&&_f!==_f:VE(Yd,_f,Uf,ph,R_,Oh)}function VE(Yd,_f,Uf,ph,Oh,Hh){var am=P1(Yd),um=P1(_f),gm=am?Af:B0(Yd),Lm=um?Af:B0(_f);gm=gm==Mf?wf:gm,Lm=Lm==Mf?wf:Lm;var jm=gm==wf,zm=Lm==wf,i1=gm==Lm;if(i1&&Xv(Yd)){if(!Xv(_f))return!1;am=!0,jm=!1}if(i1&&!jm)return Hh||(Hh=new h0),am||ay(Yd)?wg(Yd,_f,Uf,ph,Oh,Hh):ty(Yd,_f,gm,Uf,ph,Oh,Hh);if(!(Uf&Ed)){var _1=jm&&e0.call(Yd,"__wrapped__"),N1=zm&&e0.call(_f,"__wrapped__");if(_1||N1){var j1=_1?Yd.value():Yd,A1=N1?_f.value():_f;return Hh||(Hh=new h0),Oh(j1,A1,Uf,ph,Hh)}}return i1?(Hh||(Hh=new h0),pE(Yd,_f,Uf,ph,Oh,Hh)):!1}function ub(Yd){return I0(Yd)&&B0(Yd)==Nf}function Jy(Yd,_f,Uf,ph){var Oh=Uf.length,Hh=Oh,am=!ph;if(Yd==null)return!Hh;for(Yd=a0(Yd);Oh--;){var um=Uf[Oh];if(am&&um[2]?um[1]!==Yd[um[0]]:!(um[0]in Yd))return!1}for(;++Oh<Hh;){um=Uf[Oh];var gm=um[0],Lm=Yd[gm],jm=um[1];if(am&&um[2]){if(Lm===Ja&&!(gm in Yd))return!1}else{var zm=new h0;if(ph)var i1=ph(Lm,jm,gm,Yd,_f,zm);if(!(i1===Ja?R_(jm,Lm,Ed|Td,ph,zm):i1))return!1}}return!0}function sv(Yd){if(!N0(Yd)||gh(Yd))return!1;var _f=fv(Yd)?C_:Yh;return _f.test(x0(Yd))}function zE(Yd){return I0(Yd)&&V0(Yd)==Wf}function qE(Yd){return I0(Yd)&&B0(Yd)==Kf}function GE(Yd){return I0(Yd)&&v2(Yd.length)&&!!Ym[V0(Yd)]}function Lv(Yd){return typeof Yd=="function"?Yd:Yd==null?Dg:typeof Yd=="object"?P1(Yd)?eE(Yd[0],Yd[1]):WE(Yd):YS(Yd)}function lv(Yd){if(!Nh(Yd))return jy(Yd);var _f=[];for(var Uf in a0(Yd))e0.call(Yd,Uf)&&Uf!="constructor"&&_f.push(Uf);return _f}function db(Yd){if(!N0(Yd))return Nm(Yd);var _f=Nh(Yd),Uf=[];for(var ph in Yd)ph=="constructor"&&(_f||!e0.call(Yd,ph))||Uf.push(ph);return Uf}function cv(Yd,_f){return Yd<_f}function Zy(Yd,_f){var Uf=-1,ph=Ng(Yd)?Sm(Yd.length):[];return Ug(Yd,function(Oh,Hh,am){ph[++Uf]=_f(Oh,Hh,am)}),ph}function WE(Yd){var _f=J1(Yd);return _f.length==1&&_f[0][2]?Jh(_f[0][0],_f[0][1]):function(Uf){return Uf===Yd||Jy(Uf,Yd,_f)}}function eE(Yd,_f){return Sf(Yd)&&Wh(_f)?Jh(m0(Yd),_f):function(Uf){var ph=iS(Uf,Yd);return ph===Ja&&ph===_f?aS(Uf,Yd):R_(_f,ph,Ed|Td)}}function Hg(Yd,_f,Uf,ph,Oh){Yd!==_f&&Rv(_f,function(Hh,am){if(Oh||(Oh=new h0),N0(Hh))Fv(Yd,_f,am,Uf,Hg,ph,Oh);else{var um=ph?ph(Jm(Yd,am),Hh,am+"",Yd,_f,Oh):Ja;um===Ja&&(um=Hh),av(Yd,am,um)}},Ag)}function Fv(Yd,_f,Uf,ph,Oh,Hh,am){var um=Jm(Yd,Uf),gm=Jm(_f,Uf),Lm=am.get(gm);if(Lm){av(Yd,Uf,Lm);return}var jm=Hh?Hh(um,gm,Uf+"",Yd,_f,am):Ja,zm=jm===Ja;if(zm){var i1=P1(gm),_1=!i1&&Xv(gm),N1=!i1&&!_1&&ay(gm);jm=gm,i1||_1||N1?P1(um)?jm=um:F0(um)?jm=og(um):_1?(zm=!1,jm=iE(gm,!0)):N1?(zm=!1,jm=aE(gm,!0)):jm=[]:mE(gm)||wb(gm)?(jm=um,wb(um)?jm=FS(um):(!N0(um)||fv(um))&&(jm=p2(gm))):zm=!1}zm&&(am.set(gm,jm),Oh(jm,gm,ph,Hh,am),am.delete(gm)),av(Yd,Uf,jm)}function jv(Yd,_f){var Uf=Yd.length;if(Uf)return _f+=_f<0?Uf:0,pf(_f,Uf)?Yd[_f]:Ja}function KE(Yd,_f,Uf){_f.length?_f=s0(_f,function(Hh){return P1(Hh)?function(am){return I_(am,Hh.length===1?Hh[0]:Hh)}:Hh}):_f=[Dg];var ph=-1;_f=s0(_f,D1(T1()));var Oh=Zy(Yd,function(Hh,am,um){var gm=s0(_f,function(Lm){return Lm(Hh)});return{criteria:gm,index:++ph,value:Hh}});return Qh(Oh,function(Hh,am){return q2(Hh,am,Uf)})}function YE(Yd,_f){return XE(Yd,_f,function(Uf,ph){return aS(Yd,ph)})}function XE(Yd,_f,Uf){for(var ph=-1,Oh=_f.length,Hh={};++ph<Oh;){var am=_f[ph],um=I_(Yd,am);Uf(um,am)&&Uv(Hh,M_(am,Yd),um)}return Hh}function F2(Yd){return function(_f){return I_(_f,Yd)}}function tE(Yd,_f,Uf,ph){var Oh=ph?If:Jd,Hh=-1,am=_f.length,um=Yd;for(Yd===_f&&(_f=og(_f)),Uf&&(um=s0(Yd,D1(Uf)));++Hh<am;)for(var gm=0,Lm=_f[Hh],jm=Uf?Uf(Lm):Lm;(gm=Oh(um,jm,gm,ph))>-1;)um!==Yd&&J_.call(um,gm,1),J_.call(Yd,gm,1);return Yd}function K0(Yd,_f){for(var Uf=Yd?_f.length:0,ph=Uf-1;Uf--;){var Oh=_f[Uf];if(Uf==ph||Oh!==Hh){var Hh=Oh;pf(Oh)?J_.call(Yd,Oh,1):Kb(Yd,Oh)}}return Yd}function Wb(Yd,_f){return Yd+ev(Uy()*(_f-Yd+1))}function j2(Yd,_f,Uf,ph){for(var Oh=-1,Hh=u0(nb((_f-Yd)/(Uf||1)),0),am=Sm(Hh);Hh--;)am[ph?Hh:++Oh]=Yd,Yd+=Uf;return am}function rE(Yd,_f){var Uf="";if(!Yd||_f<1||_f>hf)return Uf;do _f%2&&(Uf+=Yd),_f=ev(_f/2),_f&&(Yd+=Yd);while(_f);return Uf}function B1(Yd,_f){return p1(Wm(Yd,_f,Dg),Yd+"")}function QE(Yd){return qy(oy(Yd))}function JE(Yd,_f){var Uf=oy(Yd);return y0(Uf,__(_f,0,Uf.length))}function Uv(Yd,_f,Uf,ph){if(!N0(Yd))return Yd;_f=M_(_f,Yd);for(var Oh=-1,Hh=_f.length,am=Hh-1,um=Yd;um!=null&&++Oh<Hh;){var gm=m0(_f[Oh]),Lm=Uf;if(gm==="__proto__"||gm==="constructor"||gm==="prototype")return Yd;if(Oh!=am){var jm=um[gm];Lm=ph?ph(jm,gm,um):Ja,Lm===Ja&&(Lm=N0(jm)?jm:pf(_f[Oh+1])?[]:{})}kv(um,gm,Lm),um=um[gm]}return Yd}var ZE=ab?function(Yd,_f){return ab.set(Yd,_f),Yd}:Dg,U2=Nv?function(Yd,_f){return Nv(Yd,"toString",{configurable:!0,enumerable:!1,value:lS(_f),writable:!0})}:Dg;function H2(Yd){return y0(oy(Yd))}function P0(Yd,_f,Uf){var ph=-1,Oh=Yd.length;_f<0&&(_f=-_f>Oh?0:Oh+_f),Uf=Uf>Oh?Oh:Uf,Uf<0&&(Uf+=Oh),Oh=_f>Uf?0:Uf-_f>>>0,_f>>>=0;for(var Hh=Sm(Oh);++ph<Oh;)Hh[ph]=Yd[ph+_f];return Hh}function pb(Yd,_f){var Uf;return Ug(Yd,function(ph,Oh,Hh){return Uf=_f(ph,Oh,Hh),!Uf}),!!Uf}function uv(Yd,_f,Uf){var ph=0,Oh=Yd==null?ph:Yd.length;if(typeof _f=="number"&&_f===_f&&Oh<=Ef){for(;ph<Oh;){var Hh=ph+Oh>>>1,am=Yd[Hh];am!==null&&!zg(am)&&(Uf?am<=_f:am<_f)?ph=Hh+1:Oh=Hh}return Oh}return dv(Yd,_f,Dg,Uf)}function dv(Yd,_f,Uf,ph){var Oh=0,Hh=Yd==null?0:Yd.length;if(Hh===0)return 0;_f=Uf(_f);for(var am=_f!==_f,um=_f===null,gm=zg(_f),Lm=_f===Ja;Oh<Hh;){var jm=ev((Oh+Hh)/2),zm=Uf(Yd[jm]),i1=zm!==Ja,_1=zm===null,N1=zm===zm,j1=zg(zm);if(am)var A1=ph||N1;else Lm?A1=N1&&(ph||i1):um?A1=N1&&i1&&(ph||!_1):gm?A1=N1&&i1&&!_1&&(ph||!j1):_1||j1?A1=!1:A1=ph?zm<=_f:zm<_f;A1?Oh=jm+1:Hh=jm}return k0(Hh,Cf)}function t_(Yd,_f){for(var Uf=-1,ph=Yd.length,Oh=0,Hh=[];++Uf<ph;){var am=Yd[Uf],um=_f?_f(am):am;if(!Uf||!b_(um,gm)){var gm=um;Hh[Oh++]=am===0?0:am}}return Hh}function e2(Yd){return typeof Yd=="number"?Yd:zg(Yd)?bf:+Yd}function hg(Yd){if(typeof Yd=="string")return Yd;if(P1(Yd))return s0(Yd,hg)+"";if(zg(Yd))return DE?DE.call(Yd):"";var _f=Yd+"";return _f=="0"&&1/Yd==-Qd?"-0":_f}function mg(Yd,_f,Uf){var ph=-1,Oh=W_,Hh=Yd.length,am=!0,um=[],gm=um;if(Uf)am=!1,Oh=Sv;else if(Hh>=td){var Lm=_f?null:K2(Yd);if(Lm)return pg(Lm);am=!1,Oh=U1,gm=new A_}else gm=_f?[]:um;e:for(;++ph<Hh;){var jm=Yd[ph],zm=_f?_f(jm):jm;if(jm=Uf||jm!==0?jm:0,am&&zm===zm){for(var i1=gm.length;i1--;)if(gm[i1]===zm)continue e;_f&&gm.push(zm),um.push(jm)}else Oh(gm,zm,Uf)||(gm!==um&&gm.push(zm),um.push(jm))}return um}function Kb(Yd,_f){return _f=M_(_f,Yd),Yd=Zm(Yd,_f),Yd==null||delete Yd[m0(o_(_f))]}function nE(Yd,_f,Uf,ph){return Uv(Yd,_f,Uf(I_(Yd,_f)),ph)}function fb(Yd,_f,Uf,ph){for(var Oh=Yd.length,Hh=ph?Oh:-1;(ph?Hh--:++Hh<Oh)&&_f(Yd[Hh],Hh,Yd););return Uf?P0(Yd,ph?0:Hh,ph?Hh+1:Oh):P0(Yd,ph?Hh+1:0,ph?Oh:Hh)}function hb(Yd,_f){var Uf=Yd;return Uf instanceof x1&&(Uf=Uf.value()),eb(_f,function(ph,Oh){return Oh.func.apply(Oh.thisArg,Ig([ph],Oh.args))},Uf)}function $_(Yd,_f,Uf){var ph=Yd.length;if(ph<2)return ph?mg(Yd[0]):[];for(var Oh=-1,Hh=Sm(ph);++Oh<ph;)for(var am=Yd[Oh],um=-1;++um<ph;)um!=Oh&&(Hh[Oh]=cb(Hh[Oh]||am,Yd[um],_f,Uf));return mg(M0(Hh,1),_f,Uf)}function Yb(Yd,_f,Uf){for(var ph=-1,Oh=Yd.length,Hh=_f.length,am={};++ph<Oh;){var um=ph<Hh?_f[ph]:Ja;Uf(am,Yd[ph],um)}return am}function mb(Yd){return F0(Yd)?Yd:[]}function gb(Yd){return typeof Yd=="function"?Yd:Dg}function M_(Yd,_f){return P1(Yd)?Yd:Sf(Yd,_f)?[Yd]:l0(o0(Yd))}var _b=B1;function v_(Yd,_f,Uf){var ph=Yd.length;return Uf=Uf===Ja?ph:Uf,!_f&&Uf>=ph?Yd:P0(Yd,_f,Uf)}var t2=By||function(Yd){return Y1.clearTimeout(Yd)};function iE(Yd,_f){if(_f)return Yd.slice();var Uf=Yd.length,ph=My?My(Uf):new Yd.constructor(Uf);return Yd.copy(ph),ph}function Hv(Yd){var _f=new Yd.constructor(Yd.byteLength);return new Mb(_f).set(new Mb(Yd)),_f}function V2(Yd,_f){var Uf=_f?Hv(Yd.buffer):Yd.buffer;return new Yd.constructor(Uf,Yd.byteOffset,Yd.byteLength)}function z2(Yd){var _f=new Yd.constructor(Yd.source,Xh.exec(Yd));return _f.lastIndex=Yd.lastIndex,_f}function vb(Yd){return ob?a0(ob.call(Yd)):{}}function aE(Yd,_f){var Uf=_f?Hv(Yd.buffer):Yd.buffer;return new Yd.constructor(Uf,Yd.byteOffset,Yd.length)}function oE(Yd,_f){if(Yd!==_f){var Uf=Yd!==Ja,ph=Yd===null,Oh=Yd===Yd,Hh=zg(Yd),am=_f!==Ja,um=_f===null,gm=_f===_f,Lm=zg(_f);if(!um&&!Lm&&!Hh&&Yd>_f||Hh&&am&&gm&&!um&&!Lm||ph&&am&&gm||!Uf&&gm||!Oh)return 1;if(!ph&&!Hh&&!Lm&&Yd<_f||Lm&&Uf&&Oh&&!ph&&!Hh||um&&Uf&&Oh||!am&&Oh||!gm)return-1}return 0}function q2(Yd,_f,Uf){for(var ph=-1,Oh=Yd.criteria,Hh=_f.criteria,am=Oh.length,um=Uf.length;++ph<am;){var gm=oE(Oh[ph],Hh[ph]);if(gm){if(ph>=um)return gm;var Lm=Uf[ph];return gm*(Lm=="desc"?-1:1)}}return Yd.index-_f.index}function Xb(Yd,_f,Uf,ph){for(var Oh=-1,Hh=Yd.length,am=Uf.length,um=-1,gm=_f.length,Lm=u0(Hh-am,0),jm=Sm(gm+Lm),zm=!ph;++um<gm;)jm[um]=_f[um];for(;++Oh<am;)(zm||Oh<Hh)&&(jm[Uf[Oh]]=Yd[Oh]);for(;Lm--;)jm[um++]=Yd[Oh++];return jm}function sE(Yd,_f,Uf,ph){for(var Oh=-1,Hh=Yd.length,am=-1,um=Uf.length,gm=-1,Lm=_f.length,jm=u0(Hh-um,0),zm=Sm(jm+Lm),i1=!ph;++Oh<jm;)zm[Oh]=Yd[Oh];for(var _1=Oh;++gm<Lm;)zm[_1+gm]=_f[gm];for(;++am<um;)(i1||Oh<Hh)&&(zm[_1+Uf[am]]=Yd[Oh++]);return zm}function og(Yd,_f){var Uf=-1,ph=Yd.length;for(_f||(_f=Sm(ph));++Uf<ph;)_f[Uf]=Yd[Uf];return _f}function Vg(Yd,_f,Uf,ph){var Oh=!Uf;Uf||(Uf={});for(var Hh=-1,am=_f.length;++Hh<am;){var um=_f[Hh],gm=ph?ph(Uf[um],Yd[um],um,Uf,Yd):Ja;gm===Ja&&(gm=Yd[um]),Oh?g_(Uf,um,gm):kv(Uf,um,gm)}return Uf}function r2(Yd,_f){return Vg(Yd,B_(Yd),_f)}function G2(Yd,_f){return Vg(Yd,u2(Yd),_f)}function Vv(Yd,_f){return function(Uf,ph){var Oh=P1(Uf)?g1:O_,Hh=_f?_f():{};return Oh(Uf,Yd,T1(ph,2),Hh)}}function r_(Yd){return B1(function(_f,Uf){var ph=-1,Oh=Uf.length,Hh=Oh>1?Uf[Oh-1]:Ja,am=Oh>2?Uf[2]:Ja;for(Hh=Yd.length>3&&typeof Hh=="function"?(Oh--,Hh):Ja,am&&df(Uf[0],Uf[1],am)&&(Hh=Oh<3?Ja:Hh,Oh=1),_f=a0(_f);++ph<Oh;){var um=Uf[ph];um&&Yd(_f,um,ph,Hh)}return _f})}function zv(Yd,_f){return function(Uf,ph){if(Uf==null)return Uf;if(!Ng(Uf))return Yd(Uf,ph);for(var Oh=Uf.length,Hh=_f?Oh:-1,am=a0(Uf);(_f?Hh--:++Hh<Oh)&&ph(am[Hh],Hh,am)!==!1;);return Uf}}function n2(Yd){return function(_f,Uf,ph){for(var Oh=-1,Hh=a0(_f),am=ph(_f),um=am.length;um--;){var gm=am[Yd?um:++Oh];if(Uf(Hh[gm],gm,Hh)===!1)break}return _f}}function i2(Yd,_f,Uf){var ph=_f&Od,Oh=bb(Yd);function Hh(){var am=this&&this!==Y1&&this instanceof Hh?Oh:Yd;return am.apply(ph?Uf:this,arguments)}return Hh}function a2(Yd){return function(_f){_f=o0(_f);var Uf=xv(_f)?Rg(_f):Ja,ph=Uf?Uf[0]:_f.charAt(0),Oh=Uf?v_(Uf,1).join(""):_f.slice(1);return ph[Yd]()+Oh}}function qv(Yd){return function(_f){return eb(WS(GS(_f).replace(Yg,"")),Yd,"")}}function bb(Yd){return function(){var _f=arguments;switch(_f.length){case 0:return new Yd;case 1:return new Yd(_f[0]);case 2:return new Yd(_f[0],_f[1]);case 3:return new Yd(_f[0],_f[1],_f[2]);case 4:return new Yd(_f[0],_f[1],_f[2],_f[3]);case 5:return new Yd(_f[0],_f[1],_f[2],_f[3],_f[4]);case 6:return new Yd(_f[0],_f[1],_f[2],_f[3],_f[4],_f[5]);case 7:return new Yd(_f[0],_f[1],_f[2],_f[3],_f[4],_f[5],_f[6])}var Uf=Dv(Yd.prototype),ph=Yd.apply(Uf,_f);return N0(ph)?ph:Uf}}function W2(Yd,_f,Uf){var ph=bb(Yd);function Oh(){for(var Hh=arguments.length,am=Sm(Hh),um=Hh,gm=Wv(Oh);um--;)am[um]=arguments[um];var Lm=Hh<3&&am[0]!==gm&&am[Hh-1]!==gm?[]:dg(am,gm);if(Hh-=Lm.length,Hh<Uf)return Eb(Yd,_f,Qb,Oh.placeholder,Ja,am,Lm,Ja,Ja,Uf-Hh);var jm=this&&this!==Y1&&this instanceof Oh?ph:Yd;return Vm(jm,this,am)}return Oh}function cE(Yd){return function(_f,Uf,ph){var Oh=a0(_f);if(!Ng(_f)){var Hh=T1(Uf,3);_f=Q0(_f),Uf=function(um){return Hh(Oh[um],um,Oh)}}var am=Yd(_f,Uf,ph);return am>-1?Oh[Hh?_f[am]:am]:Ja}}function o2(Yd){return n_(function(_f){var Uf=_f.length,ph=Uf,Oh=r0.prototype.thru;for(Yd&&_f.reverse();ph--;){var Hh=_f[ph];if(typeof Hh!="function")throw new Tg(od);if(Oh&&!am&&xb(Hh)=="wrapper")var am=new r0([],!0)}for(ph=am?ph:Uf;++ph<Uf;){Hh=_f[ph];var um=xb(Hh),gm=um=="wrapper"?Tb(Hh):Ja;gm&&ih(gm[0])&&gm[1]==(Ld|kd|Rd|jd)&&!gm[4].length&&gm[9]==1?am=am[xb(gm[0])].apply(am,gm[3]):am=Hh.length==1&&ih(Hh)?am[um]():am.thru(Hh)}return function(){var Lm=arguments,jm=Lm[0];if(am&&Lm.length==1&&P1(jm))return am.plant(jm).value();for(var zm=0,i1=Uf?_f[zm].apply(this,Lm):jm;++zm<Uf;)i1=_f[zm].call(this,i1);return i1}})}function Qb(Yd,_f,Uf,ph,Oh,Hh,am,um,gm,Lm){var jm=_f&Ld,zm=_f&Od,i1=_f&Ad,_1=_f&(kd|Id),N1=_f&Pd,j1=i1?Ja:bb(Yd);function A1(){for(var V1=arguments.length,W1=Sm(V1),qg=V1;qg--;)W1[qg]=arguments[qg];if(_1)var _g=Wv(A1),Wg=K_(W1,_g);if(ph&&(W1=Xb(W1,ph,Oh,_1)),Hh&&(W1=sE(W1,Hh,am,_1)),V1-=Wg,_1&&V1<Lm){var j0=dg(W1,_g);return Eb(Yd,_f,Qb,A1.placeholder,Uf,W1,j0,um,gm,Lm-V1)}var y_=zm?Uf:this,mv=i1?y_[Yd]:Yd;return V1=W1.length,um?W1=e1(W1,um):N1&&V1>1&&W1.reverse(),jm&&gm<V1&&(W1.length=gm),this&&this!==Y1&&this instanceof A1&&(mv=j1||bb(mv)),mv.apply(y_,W1)}return A1}function uE(Yd,_f){return function(Uf,ph){return UE(Uf,Yd,_f(ph),{})}}function Gv(Yd,_f){return function(Uf,ph){var Oh;if(Uf===Ja&&ph===Ja)return _f;if(Uf!==Ja&&(Oh=Uf),ph!==Ja){if(Oh===Ja)return ph;typeof Uf=="string"||typeof ph=="string"?(Uf=hg(Uf),ph=hg(ph)):(Uf=e2(Uf),ph=e2(ph)),Oh=Yd(Uf,ph)}return Oh}}function Jb(Yd){return n_(function(_f){return _f=s0(_f,D1(T1())),B1(function(Uf){var ph=this;return Yd(_f,function(Oh){return Vm(Oh,ph,Uf)})})})}function Zb(Yd,_f){_f=_f===Ja?" ":hg(_f);var Uf=_f.length;if(Uf<2)return Uf?rE(_f,Yd):_f;var ph=rE(_f,nb(Yd/Cv(_f)));return xv(_f)?v_(Rg(ph),0,Yd).join(""):ph.slice(0,Yd)}function s2(Yd,_f,Uf,ph){var Oh=_f&Od,Hh=bb(Yd);function am(){for(var um=-1,gm=arguments.length,Lm=-1,jm=ph.length,zm=Sm(jm+gm),i1=this&&this!==Y1&&this instanceof am?Hh:Yd;++Lm<jm;)zm[Lm]=ph[Lm];for(;gm--;)zm[Lm++]=arguments[++um];return Vm(i1,Oh?Uf:this,zm)}return am}function pv(Yd){return function(_f,Uf,ph){return ph&&typeof ph!="number"&&df(_f,Uf,ph)&&(Uf=ph=Ja),_f=hv(_f),Uf===Ja?(Uf=_f,_f=0):Uf=hv(Uf),ph=ph===Ja?_f<Uf?1:-1:hv(ph),j2(_f,Uf,ph,Yd)}}function yb(Yd){return function(_f,Uf){return typeof _f=="string"&&typeof Uf=="string"||(_f=s_(_f),Uf=s_(Uf)),Yd(_f,Uf)}}function Eb(Yd,_f,Uf,ph,Oh,Hh,am,um,gm,Lm){var jm=_f&kd,zm=jm?am:Ja,i1=jm?Ja:am,_1=jm?Hh:Ja,N1=jm?Ja:Hh;_f|=jm?Rd:Md,_f&=~(jm?Md:Rd),_f&Nd||(_f&=~(Od|Ad));var j1=[Yd,_f,Oh,_1,zm,N1,i1,um,gm,Lm],A1=Uf.apply(Ja,j1);return ih(Yd)&&n1(A1,j1),A1.placeholder=ph,$1(A1,Yd,_f)}function dE(Yd){var _f=D0[Yd];return function(Uf,ph){if(Uf=s_(Uf),ph=ph==null?0:k0(L1(ph),292),ph&&NE(Uf)){var Oh=(o0(Uf)+"e").split("e"),Hh=_f(Oh[0]+"e"+(+Oh[1]+ph));return Oh=(o0(Hh)+"e").split("e"),+(Oh[0]+"e"+(+Oh[1]-ph))}return _f(Uf)}}var K2=xg&&1/pg(new xg([,-0]))[1]==Qd?function(Yd){return new xg(Yd)}:dS;function l2(Yd){return function(_f){var Uf=B0(_f);return Uf==Nf?kb(_f):Uf==Kf?bE(_f):r1(_f,Yd(_f))}}function G1(Yd,_f,Uf,ph,Oh,Hh,am,um){var gm=_f&Ad;if(!gm&&typeof Yd!="function")throw new Tg(od);var Lm=ph?ph.length:0;if(Lm||(_f&=~(Rd|Md),ph=Oh=Ja),am=am===Ja?am:u0(L1(am),0),um=um===Ja?um:L1(um),Lm-=Oh?Oh.length:0,_f&Md){var jm=ph,zm=Oh;ph=Oh=Ja}var i1=gm?Ja:Tb(Yd),_1=[Yd,_f,Uf,ph,Oh,jm,zm,Hh,am,um];if(i1&&dm(_1,i1),Yd=_1[0],_f=_1[1],Uf=_1[2],ph=_1[3],Oh=_1[4],um=_1[9]=_1[9]===Ja?gm?0:Yd.length:u0(_1[9]-Lm,0),!um&&_f&(kd|Id)&&(_f&=~(kd|Id)),!_f||_f==Od)var N1=i2(Yd,_f,Uf);else _f==kd||_f==Id?N1=W2(Yd,_f,um):(_f==Rd||_f==(Od|Rd))&&!Oh.length?N1=s2(Yd,_f,Uf,ph):N1=Qb.apply(Ja,_1);var j1=i1?ZE:n1;return $1(j1(N1,_1),Yd,_f)}function c2(Yd,_f,Uf,ph){return Yd===Ja||b_(Yd,$g[Uf])&&!e0.call(ph,Uf)?_f:Yd}function ey(Yd,_f,Uf,ph,Oh,Hh){return N0(Yd)&&N0(_f)&&(Hh.set(_f,Yd),Hg(Yd,_f,Ja,ey,Hh),Hh.delete(_f)),Yd}function Sb(Yd){return mE(Yd)?Ja:Yd}function wg(Yd,_f,Uf,ph,Oh,Hh){var am=Uf&Ed,um=Yd.length,gm=_f.length;if(um!=gm&&!(am&&gm>um))return!1;var Lm=Hh.get(Yd),jm=Hh.get(_f);if(Lm&&jm)return Lm==_f&&jm==Yd;var zm=-1,i1=!0,_1=Uf&Td?new A_:Ja;for(Hh.set(Yd,_f),Hh.set(_f,Yd);++zm<um;){var N1=Yd[zm],j1=_f[zm];if(ph)var A1=am?ph(j1,N1,zm,_f,Yd,Hh):ph(N1,j1,zm,Yd,_f,Hh);if(A1!==Ja){if(A1)continue;i1=!1;break}if(_1){if(!x_(_f,function(V1,W1){if(!U1(_1,W1)&&(N1===V1||Oh(N1,V1,Uf,ph,Hh)))return _1.push(W1)})){i1=!1;break}}else if(!(N1===j1||Oh(N1,j1,Uf,ph,Hh))){i1=!1;break}}return Hh.delete(Yd),Hh.delete(_f),i1}function ty(Yd,_f,Uf,ph,Oh,Hh,am){switch(Uf){case Bh:if(Yd.byteLength!=_f.byteLength||Yd.byteOffset!=_f.byteOffset)return!1;Yd=Yd.buffer,_f=_f.buffer;case wh:return!(Yd.byteLength!=_f.byteLength||!Hh(new Mb(Yd),new Mb(_f)));case mf:case Pf:case Bf:return b_(+Yd,+_f);case Lf:return Yd.name==_f.name&&Yd.message==_f.message;case Wf:case Df:return Yd==_f+"";case Nf:var um=kb;case Kf:var gm=ph&Ed;if(um||(um=pg),Yd.size!=_f.size&&!gm)return!1;var Lm=am.get(Yd);if(Lm)return Lm==_f;ph|=Td,am.set(Yd,_f);var jm=wg(um(Yd),um(_f),ph,Oh,Hh,am);return am.delete(Yd),jm;case qf:if(ob)return ob.call(Yd)==ob.call(_f)}return!1}function pE(Yd,_f,Uf,ph,Oh,Hh){var am=Uf&Ed,um=ry(Yd),gm=um.length,Lm=ry(_f),jm=Lm.length;if(gm!=jm&&!am)return!1;for(var zm=gm;zm--;){var i1=um[zm];if(!(am?i1 in _f:e0.call(_f,i1)))return!1}var _1=Hh.get(Yd),N1=Hh.get(_f);if(_1&&N1)return _1==_f&&N1==Yd;var j1=!0;Hh.set(Yd,_f),Hh.set(_f,Yd);for(var A1=am;++zm<gm;){i1=um[zm];var V1=Yd[i1],W1=_f[i1];if(ph)var qg=am?ph(W1,V1,i1,_f,Yd,Hh):ph(V1,W1,i1,Yd,_f,Hh);if(!(qg===Ja?V1===W1||Oh(V1,W1,Uf,ph,Hh):qg)){j1=!1;break}A1||(A1=i1=="constructor")}if(j1&&!A1){var _g=Yd.constructor,Wg=_f.constructor;_g!=Wg&&"constructor"in Yd&&"constructor"in _f&&!(typeof _g=="function"&&_g instanceof _g&&typeof Wg=="function"&&Wg instanceof Wg)&&(j1=!1)}return Hh.delete(Yd),Hh.delete(_f),j1}function n_(Yd){return p1(Wm(Yd,Ja,j_),Yd+"")}function ry(Yd){return H0(Yd,Q0,B_)}function ny(Yd){return H0(Yd,Ag,u2)}var Tb=ab?function(Yd){return ab.get(Yd)}:dS;function xb(Yd){for(var _f=Yd.name+"",Uf=rv[_f],ph=e0.call(rv,_f)?Uf.length:0;ph--;){var Oh=Uf[ph],Hh=Oh.func;if(Hh==null||Hh==Yd)return Oh.name}return _f}function Wv(Yd){var _f=e0.call(Lh,"placeholder")?Lh:Yd;return _f.placeholder}function T1(){var Yd=Lh.iteratee||cS;return Yd=Yd===cS?Lv:Yd,arguments.length?Yd(arguments[0],arguments[1]):Yd}function Cb(Yd,_f){var Uf=Yd.__data__;return Gf(_f)?Uf[typeof _f=="string"?"string":"hash"]:Uf.map}function J1(Yd){for(var _f=Q0(Yd),Uf=_f.length;Uf--;){var ph=_f[Uf],Oh=Yd[ph];_f[Uf]=[ph,Oh,Wh(Oh)]}return _f}function P_(Yd,_f){var Uf=Iy(Yd,_f);return sv(Uf)?Uf:Ja}function Y2(Yd){var _f=e0.call(Yd,N_),Uf=Yd[N_];try{Yd[N_]=Ja;var ph=!0}catch{}var Oh=Jg.call(Yd);return ph&&(_f?Yd[N_]=Uf:delete Yd[N_]),Oh}var B_=Ly?function(Yd){return Yd==null?[]:(Yd=a0(Yd),ug(Ly(Yd),function(_f){return Pb.call(Yd,_f)}))}:pS,u2=Ly?function(Yd){for(var _f=[];Yd;)Ig(_f,B_(Yd)),Yd=w_(Yd);return _f}:pS,B0=V0;(Fb&&B0(new Fb(new ArrayBuffer(1)))!=Bh||Bg&&B0(new Bg)!=Nf||tv&&B0(tv.resolve())!=Of||xg&&B0(new xg)!=Kf||h_&&B0(new h_)!=hh)&&(B0=function(Yd){var _f=V0(Yd),Uf=_f==wf?Yd.constructor:Ja,ph=Uf?x0(Uf):"";if(ph)switch(ph){case AE:return Bh;case N2:return Nf;case nv:return Of;case iv:return Kf;case A2:return hh}return _f});function X2(Yd,_f,Uf){for(var ph=-1,Oh=Uf.length;++ph<Oh;){var Hh=Uf[ph],am=Hh.size;switch(Hh.type){case"drop":Yd+=am;break;case"dropRight":_f-=am;break;case"take":_f=k0(_f,Yd+am);break;case"takeRight":Yd=u0(Yd,_f-am);break}}return{start:Yd,end:_f}}function b0(Yd){var _f=Yd.match(K1);return _f?_f[1].split(I1):[]}function d2(Yd,_f,Uf){_f=M_(_f,Yd);for(var ph=-1,Oh=_f.length,Hh=!1;++ph<Oh;){var am=m0(_f[ph]);if(!(Hh=Yd!=null&&Uf(Yd,am)))break;Yd=Yd[am]}return Hh||++ph!=Oh?Hh:(Oh=Yd==null?0:Yd.length,!!Oh&&v2(Oh)&&pf(am,Oh)&&(P1(Yd)||wb(Yd)))}function Q2(Yd){var _f=Yd.length,Uf=new Yd.constructor(_f);return _f&&typeof Yd[0]=="string"&&e0.call(Yd,"index")&&(Uf.index=Yd.index,Uf.input=Yd.input),Uf}function p2(Yd){return typeof Yd.constructor=="function"&&!Nh(Yd)?Dv(w_(Yd)):{}}function iy(Yd,_f,Uf){var ph=Yd.constructor;switch(_f){case wh:return Hv(Yd);case mf:case Pf:return new ph(+Yd);case Bh:return V2(Yd,Uf);case Uh:case oh:case Vf:case Rf:case Zf:case Jf:case Th:case Ah:case Gh:return aE(Yd,Uf);case Nf:return new ph;case Bf:case Df:return new ph(Yd);case Wf:return z2(Yd);case Kf:return new ph;case qf:return vb(Yd)}}function Bd(Yd,_f){var Uf=_f.length;if(!Uf)return Yd;var ph=Uf-1;return _f[ph]=(Uf>1?"& ":"")+_f[ph],_f=_f.join(Uf>2?", ":" "),Yd.replace(b1,`{
/* [wrapped with `+_f+`] */
`)}function Gd(Yd){return P1(Yd)||wb(Yd)||!!(wE&&Yd&&Yd[wE])}function pf(Yd,_f){var Uf=typeof Yd;return _f=_f??hf,!!_f&&(Uf=="number"||Uf!="symbol"&&zh.test(Yd))&&Yd>-1&&Yd%1==0&&Yd<_f}function df(Yd,_f,Uf){if(!N0(Uf))return!1;var ph=typeof _f;return(ph=="number"?Ng(Uf)&&pf(_f,Uf.length):ph=="string"&&_f in Uf)?b_(Uf[_f],Yd):!1}function Sf(Yd,_f){if(P1(Yd))return!1;var Uf=typeof Yd;return Uf=="number"||Uf=="symbol"||Uf=="boolean"||Yd==null||zg(Yd)?!0:h1.test(Yd)||!v1.test(Yd)||_f!=null&&Yd in a0(_f)}function Gf(Yd){var _f=typeof Yd;return _f=="string"||_f=="number"||_f=="symbol"||_f=="boolean"?Yd!=="__proto__":Yd===null}function ih(Yd){var _f=xb(Yd),Uf=Lh[_f];if(typeof Uf!="function"||!(_f in x1.prototype))return!1;if(Yd===Uf)return!0;var ph=Tb(Uf);return!!ph&&Yd===ph[0]}function gh(Yd){return!!$b&&$b in Yd}var bh=f_?fv:fS;function Nh(Yd){var _f=Yd&&Yd.constructor,Uf=typeof _f=="function"&&_f.prototype||$g;return Yd===Uf}function Wh(Yd){return Yd===Yd&&!N0(Yd)}function Jh(Yd,_f){return function(Uf){return Uf==null?!1:Uf[Yd]===_f&&(_f!==Ja||Yd in a0(Uf))}}function hm(Yd){var _f=g2(Yd,function(ph){return Uf.size===cd&&Uf.clear(),ph}),Uf=_f.cache;return _f}function dm(Yd,_f){var Uf=Yd[1],ph=_f[1],Oh=Uf|ph,Hh=Oh<(Od|Ad|Ld),am=ph==Ld&&Uf==kd||ph==Ld&&Uf==jd&&Yd[7].length<=_f[8]||ph==(Ld|jd)&&_f[7].length<=_f[8]&&Uf==kd;if(!(Hh||am))return Yd;ph&Od&&(Yd[2]=_f[2],Oh|=Uf&Od?0:Nd);var um=_f[3];if(um){var gm=Yd[3];Yd[3]=gm?Xb(gm,um,_f[4]):um,Yd[4]=gm?dg(Yd[3],ud):_f[4]}return um=_f[5],um&&(gm=Yd[5],Yd[5]=gm?sE(gm,um,_f[6]):um,Yd[6]=gm?dg(Yd[5],ud):_f[6]),um=_f[7],um&&(Yd[7]=um),ph&Ld&&(Yd[8]=Yd[8]==null?_f[8]:k0(Yd[8],_f[8])),Yd[9]==null&&(Yd[9]=_f[9]),Yd[0]=_f[0],Yd[1]=Oh,Yd}function Nm(Yd){var _f=[];if(Yd!=null)for(var Uf in a0(Yd))_f.push(Uf);return _f}function Mm(Yd){return Jg.call(Yd)}function Wm(Yd,_f,Uf){return _f=u0(_f===Ja?Yd.length-1:_f,0),function(){for(var ph=arguments,Oh=-1,Hh=u0(ph.length-_f,0),am=Sm(Hh);++Oh<Hh;)am[Oh]=ph[_f+Oh];Oh=-1;for(var um=Sm(_f+1);++Oh<_f;)um[Oh]=ph[Oh];return um[_f]=Uf(am),Vm(Yd,this,um)}}function Zm(Yd,_f){return _f.length<2?Yd:I_(Yd,P0(_f,0,-1))}function e1(Yd,_f){for(var Uf=Yd.length,ph=k0(_f.length,Uf),Oh=og(Yd);ph--;){var Hh=_f[ph];Yd[ph]=pf(Hh,Uf)?Oh[Hh]:Ja}return Yd}function Jm(Yd,_f){if(!(_f==="constructor"&&typeof Yd[_f]=="function")&&_f!="__proto__")return Yd[_f]}var n1=i0(ZE),f1=Bb||function(Yd,_f){return Y1.setTimeout(Yd,_f)},p1=i0(U2);function $1(Yd,_f,Uf){var ph=_f+"";return p1(Yd,Bd(ph,C0(b0(ph),Uf)))}function i0(Yd){var _f=0,Uf=0;return function(){var ph=w2(),Oh=qd-(ph-Uf);if(Uf=ph,Oh>0){if(++_f>=Vd)return arguments[0]}else _f=0;return Yd.apply(Ja,arguments)}}function y0(Yd,_f){var Uf=-1,ph=Yd.length,Oh=ph-1;for(_f=_f===Ja?ph:_f;++Uf<_f;){var Hh=Wb(Uf,Oh),am=Yd[Hh];Yd[Hh]=Yd[Uf],Yd[Uf]=am}return Yd.length=_f,Yd}var l0=hm(function(Yd){var _f=[];return Yd.charCodeAt(0)===46&&_f.push(""),Yd.replace(F1,function(Uf,ph,Oh,Hh){_f.push(Oh?Hh.replace(yh,"$1"):ph||Uf)}),_f});function m0(Yd){if(typeof Yd=="string"||zg(Yd))return Yd;var _f=Yd+"";return _f=="0"&&1/Yd==-Qd?"-0":_f}function x0(Yd){if(Yd!=null){try{return wv.call(Yd)}catch{}try{return Yd+""}catch{}}return""}function C0(Yd,_f){return R1(yf,function(Uf){var ph="_."+Uf[0];_f&Uf[1]&&!W_(Yd,ph)&&Yd.push(ph)}),Yd.sort()}function Y0(Yd){if(Yd instanceof x1)return Yd.clone();var _f=new r0(Yd.__wrapped__,Yd.__chain__);return _f.__actions__=og(Yd.__actions__),_f.__index__=Yd.__index__,_f.__values__=Yd.__values__,_f}function z0(Yd,_f,Uf){(Uf?df(Yd,_f,Uf):_f===Ja)?_f=1:_f=u0(L1(_f),0);var ph=Yd==null?0:Yd.length;if(!ph||_f<1)return[];for(var Oh=0,Hh=0,am=Sm(nb(ph/_f));Oh<ph;)am[Hh++]=P0(Yd,Oh,Oh+=_f);return am}function O0(Yd){for(var _f=-1,Uf=Yd==null?0:Yd.length,ph=0,Oh=[];++_f<Uf;){var Hh=Yd[_f];Hh&&(Oh[ph++]=Hh)}return Oh}function w0(){var Yd=arguments.length;if(!Yd)return[];for(var _f=Sm(Yd-1),Uf=arguments[0],ph=Yd;ph--;)_f[ph-1]=arguments[ph];return Ig(P1(Uf)?og(Uf):[Uf],M0(_f,1))}var g0=B1(function(Yd,_f){return F0(Yd)?cb(Yd,M0(_f,1,F0,!0)):[]}),Z0=B1(function(Yd,_f){var Uf=o_(_f);return F0(Uf)&&(Uf=Ja),F0(Yd)?cb(Yd,M0(_f,1,F0,!0),T1(Uf,2)):[]}),Kv=B1(function(Yd,_f){var Uf=o_(_f);return F0(Uf)&&(Uf=Ja),F0(Yd)?cb(Yd,M0(_f,1,F0,!0),Ja,Uf):[]});function L_(Yd,_f,Uf){var ph=Yd==null?0:Yd.length;return ph?(_f=Uf||_f===Ja?1:L1(_f),P0(Yd,_f<0?0:_f,ph)):[]}function G0(Yd,_f,Uf){var ph=Yd==null?0:Yd.length;return ph?(_f=Uf||_f===Ja?1:L1(_f),_f=ph-_f,P0(Yd,0,_f<0?0:_f)):[]}function i_(Yd,_f){return Yd&&Yd.length?fb(Yd,T1(_f,3),!0,!0):[]}function L0(Yd,_f){return Yd&&Yd.length?fb(Yd,T1(_f,3),!0):[]}function fE(Yd,_f,Uf,ph){var Oh=Yd==null?0:Yd.length;return Oh?(Uf&&typeof Uf!="number"&&df(Yd,_f,Uf)&&(Uf=0,ph=Oh),LE(Yd,_f,Uf,ph)):[]}function a_(Yd,_f,Uf){var ph=Yd==null?0:Yd.length;if(!ph)return-1;var Oh=Uf==null?0:L1(Uf);return Oh<0&&(Oh=u0(ph+Oh,0)),Hd(Yd,T1(_f,3),Oh)}function F_(Yd,_f,Uf){var ph=Yd==null?0:Yd.length;if(!ph)return-1;var Oh=ph-1;return Uf!==Ja&&(Oh=L1(Uf),Oh=Uf<0?u0(ph+Oh,0):k0(Oh,ph-1)),Hd(Yd,T1(_f,3),Oh,!0)}function j_(Yd){var _f=Yd==null?0:Yd.length;return _f?M0(Yd,1):[]}function X0(Yd){var _f=Yd==null?0:Yd.length;return _f?M0(Yd,Qd):[]}function Yv(Yd,_f){var Uf=Yd==null?0:Yd.length;return Uf?(_f=_f===Ja?1:L1(_f),M0(Yd,_f)):[]}function hE(Yd){for(var _f=-1,Uf=Yd==null?0:Yd.length,ph={};++_f<Uf;){var Oh=Yd[_f];ph[Oh[0]]=Oh[1]}return ph}function bS(Yd){return Yd&&Yd.length?Yd[0]:Ja}function oT(Yd,_f,Uf){var ph=Yd==null?0:Yd.length;if(!ph)return-1;var Oh=Uf==null?0:L1(Uf);return Oh<0&&(Oh=u0(ph+Oh,0)),Jd(Yd,_f,Oh)}function sT(Yd){var _f=Yd==null?0:Yd.length;return _f?P0(Yd,0,-1):[]}var lT=B1(function(Yd){var _f=s0(Yd,mb);return _f.length&&_f[0]===Yd[0]?Mv(_f):[]}),cT=B1(function(Yd){var _f=o_(Yd),Uf=s0(Yd,mb);return _f===o_(Uf)?_f=Ja:Uf.pop(),Uf.length&&Uf[0]===Yd[0]?Mv(Uf,T1(_f,2)):[]}),uT=B1(function(Yd){var _f=o_(Yd),Uf=s0(Yd,mb);return _f=typeof _f=="function"?_f:Ja,_f&&Uf.pop(),Uf.length&&Uf[0]===Yd[0]?Mv(Uf,Ja,_f):[]});function dT(Yd,_f){return Yd==null?"":Fy.call(Yd,_f)}function o_(Yd){var _f=Yd==null?0:Yd.length;return _f?Yd[_f-1]:Ja}function pT(Yd,_f,Uf){var ph=Yd==null?0:Yd.length;if(!ph)return-1;var Oh=ph;return Uf!==Ja&&(Oh=L1(Uf),Oh=Oh<0?u0(ph+Oh,0):k0(Oh,ph-1)),_f===_f?T2(Yd,_f,Oh):Hd(Yd,Qf,Oh,!0)}function fT(Yd,_f){return Yd&&Yd.length?jv(Yd,L1(_f)):Ja}var hT=B1(yS);function yS(Yd,_f){return Yd&&Yd.length&&_f&&_f.length?tE(Yd,_f):Yd}function mT(Yd,_f,Uf){return Yd&&Yd.length&&_f&&_f.length?tE(Yd,_f,T1(Uf,2)):Yd}function gT(Yd,_f,Uf){return Yd&&Yd.length&&_f&&_f.length?tE(Yd,_f,Ja,Uf):Yd}var _T=n_(function(Yd,_f){var Uf=Yd==null?0:Yd.length,ph=Iv(Yd,_f);return K0(Yd,s0(_f,function(Oh){return pf(Oh,Uf)?+Oh:Oh}).sort(oE)),ph});function vT(Yd,_f){var Uf=[];if(!(Yd&&Yd.length))return Uf;var ph=-1,Oh=[],Hh=Yd.length;for(_f=T1(_f,3);++ph<Hh;){var am=Yd[ph];_f(am,ph,Yd)&&(Uf.push(am),Oh.push(ph))}return K0(Yd,Oh),Uf}function J2(Yd){return Yd==null?Yd:ib.call(Yd)}function bT(Yd,_f,Uf){var ph=Yd==null?0:Yd.length;return ph?(Uf&&typeof Uf!="number"&&df(Yd,_f,Uf)?(_f=0,Uf=ph):(_f=_f==null?0:L1(_f),Uf=Uf===Ja?ph:L1(Uf)),P0(Yd,_f,Uf)):[]}function yT(Yd,_f){return uv(Yd,_f)}function ET(Yd,_f,Uf){return dv(Yd,_f,T1(Uf,2))}function ST(Yd,_f){var Uf=Yd==null?0:Yd.length;if(Uf){var ph=uv(Yd,_f);if(ph<Uf&&b_(Yd[ph],_f))return ph}return-1}function TT(Yd,_f){return uv(Yd,_f,!0)}function xT(Yd,_f,Uf){return dv(Yd,_f,T1(Uf,2),!0)}function CT(Yd,_f){var Uf=Yd==null?0:Yd.length;if(Uf){var ph=uv(Yd,_f,!0)-1;if(b_(Yd[ph],_f))return ph}return-1}function wT(Yd){return Yd&&Yd.length?t_(Yd):[]}function NT(Yd,_f){return Yd&&Yd.length?t_(Yd,T1(_f,2)):[]}function AT(Yd){var _f=Yd==null?0:Yd.length;return _f?P0(Yd,1,_f):[]}function DT(Yd,_f,Uf){return Yd&&Yd.length?(_f=Uf||_f===Ja?1:L1(_f),P0(Yd,0,_f<0?0:_f)):[]}function kT(Yd,_f,Uf){var ph=Yd==null?0:Yd.length;return ph?(_f=Uf||_f===Ja?1:L1(_f),_f=ph-_f,P0(Yd,_f<0?0:_f,ph)):[]}function OT(Yd,_f){return Yd&&Yd.length?fb(Yd,T1(_f,3),!1,!0):[]}function IT(Yd,_f){return Yd&&Yd.length?fb(Yd,T1(_f,3)):[]}var RT=B1(function(Yd){return mg(M0(Yd,1,F0,!0))}),$T=B1(function(Yd){var _f=o_(Yd);return F0(_f)&&(_f=Ja),mg(M0(Yd,1,F0,!0),T1(_f,2))}),MT=B1(function(Yd){var _f=o_(Yd);return _f=typeof _f=="function"?_f:Ja,mg(M0(Yd,1,F0,!0),Ja,_f)});function PT(Yd){return Yd&&Yd.length?mg(Yd):[]}function BT(Yd,_f){return Yd&&Yd.length?mg(Yd,T1(_f,2)):[]}function FT(Yd,_f){return _f=typeof _f=="function"?_f:Ja,Yd&&Yd.length?mg(Yd,Ja,_f):[]}function Z2(Yd){if(!(Yd&&Yd.length))return[];var _f=0;return Yd=ug(Yd,function(Uf){if(F0(Uf))return _f=u0(Uf.length,_f),!0}),Qm(_f,function(Uf){return s0(Yd,$h(Uf))})}function ES(Yd,_f){if(!(Yd&&Yd.length))return[];var Uf=Z2(Yd);return _f==null?Uf:s0(Uf,function(ph){return Vm(_f,Ja,ph)})}var jT=B1(function(Yd,_f){return F0(Yd)?cb(Yd,_f):[]}),UT=B1(function(Yd){return $_(ug(Yd,F0))}),HT=B1(function(Yd){var _f=o_(Yd);return F0(_f)&&(_f=Ja),$_(ug(Yd,F0),T1(_f,2))}),VT=B1(function(Yd){var _f=o_(Yd);return _f=typeof _f=="function"?_f:Ja,$_(ug(Yd,F0),Ja,_f)}),zT=B1(Z2);function qT(Yd,_f){return Yb(Yd||[],_f||[],kv)}function WT(Yd,_f){return Yb(Yd||[],_f||[],Uv)}var KT=B1(function(Yd){var _f=Yd.length,Uf=_f>1?Yd[_f-1]:Ja;return Uf=typeof Uf=="function"?(Yd.pop(),Uf):Ja,ES(Yd,Uf)});function TS(Yd){var _f=Lh(Yd);return _f.__chain__=!0,_f}function YT(Yd,_f){return _f(Yd),Yd}function f2(Yd,_f){return _f(Yd)}var XT=n_(function(Yd){var _f=Yd.length,Uf=_f?Yd[0]:0,ph=this.__wrapped__,Oh=function(Hh){return Iv(Hh,Yd)};return _f>1||this.__actions__.length||!(ph instanceof x1)||!pf(Uf)?this.thru(Oh):(ph=ph.slice(Uf,+Uf+(_f?1:0)),ph.__actions__.push({func:f2,args:[Oh],thisArg:Ja}),new r0(ph,this.__chain__).thru(function(Hh){return _f&&!Hh.length&&Hh.push(Ja),Hh}))});function QT(){return TS(this)}function JT(){return new r0(this.value(),this.__chain__)}function ZT(){this.__values__===Ja&&(this.__values__=BS(this.value()));var Yd=this.__index__>=this.__values__.length,_f=Yd?Ja:this.__values__[this.__index__++];return{done:Yd,value:_f}}function ex(){return this}function tx(Yd){for(var _f,Uf=this;Uf instanceof q0;){var ph=Y0(Uf);ph.__index__=0,ph.__values__=Ja,_f?Oh.__wrapped__=ph:_f=ph;var Oh=ph;Uf=Uf.__wrapped__}return Oh.__wrapped__=Yd,_f}function nx(){var Yd=this.__wrapped__;if(Yd instanceof x1){var _f=Yd;return this.__actions__.length&&(_f=new x1(this)),_f=_f.reverse(),_f.__actions__.push({func:f2,args:[J2],thisArg:Ja}),new r0(_f,this.__chain__)}return this.thru(J2)}function ix(){return hb(this.__wrapped__,this.__actions__)}var ax=Vv(function(Yd,_f,Uf){e0.call(Yd,Uf)?++Yd[Uf]:g_(Yd,Uf,1)});function ox(Yd,_f,Uf){var ph=P1(Yd)?cg:L2;return Uf&&df(Yd,_f,Uf)&&(_f=Ja),ph(Yd,T1(_f,3))}function sx(Yd,_f){var Uf=P1(Yd)?ug:ov;return Uf(Yd,T1(_f,3))}var lx=cE(a_),cx=cE(F_);function ux(Yd,_f){return M0(h2(Yd,_f),1)}function dx(Yd,_f){return M0(h2(Yd,_f),Qd)}function px(Yd,_f,Uf){return Uf=Uf===Ja?1:L1(Uf),M0(h2(Yd,_f),Uf)}function xS(Yd,_f){var Uf=P1(Yd)?R1:Ug;return Uf(Yd,T1(_f,3))}function CS(Yd,_f){var Uf=P1(Yd)?T0:Yy;return Uf(Yd,T1(_f,3))}var fx=Vv(function(Yd,_f,Uf){e0.call(Yd,Uf)?Yd[Uf].push(_f):g_(Yd,Uf,[_f])});function hx(Yd,_f,Uf,ph){Yd=Ng(Yd)?Yd:oy(Yd),Uf=Uf&&!ph?L1(Uf):0;var Oh=Yd.length;return Uf<0&&(Uf=u0(Oh+Uf,0)),b2(Yd)?Uf<=Oh&&Yd.indexOf(_f,Uf)>-1:!!Oh&&Jd(Yd,_f,Uf)>-1}var mx=B1(function(Yd,_f,Uf){var ph=-1,Oh=typeof _f=="function",Hh=Ng(Yd)?Sm(Yd.length):[];return Ug(Yd,function(am){Hh[++ph]=Oh?Vm(_f,am,Uf):Pv(am,_f,Uf)}),Hh}),gx=Vv(function(Yd,_f,Uf){g_(Yd,Uf,_f)});function h2(Yd,_f){var Uf=P1(Yd)?s0:Zy;return Uf(Yd,T1(_f,3))}function _x(Yd,_f,Uf,ph){return Yd==null?[]:(P1(_f)||(_f=_f==null?[]:[_f]),Uf=ph?Ja:Uf,P1(Uf)||(Uf=Uf==null?[]:[Uf]),KE(Yd,_f,Uf))}var vx=Vv(function(Yd,_f,Uf){Yd[Uf?0:1].push(_f)},function(){return[[],[]]});function bx(Yd,_f,Uf){var ph=P1(Yd)?eb:im,Oh=arguments.length<3;return ph(Yd,T1(_f,4),Uf,Oh,Ug)}function yx(Yd,_f,Uf){var ph=P1(Yd)?Ab:im,Oh=arguments.length<3;return ph(Yd,T1(_f,4),Uf,Oh,Yy)}function Ex(Yd,_f){var Uf=P1(Yd)?ug:ov;return Uf(Yd,_2(T1(_f,3)))}function Sx(Yd){var _f=P1(Yd)?qy:QE;return _f(Yd)}function Tx(Yd,_f,Uf){(Uf?df(Yd,_f,Uf):_f===Ja)?_f=1:_f=L1(_f);var ph=P1(Yd)?P2:JE;return ph(Yd,_f)}function xx(Yd){var _f=P1(Yd)?Gy:H2;return _f(Yd)}function Cx(Yd){if(Yd==null)return 0;if(Ng(Yd))return b2(Yd)?Cv(Yd):Yd.length;var _f=B0(Yd);return _f==Nf||_f==Kf?Yd.size:lv(Yd).length}function wx(Yd,_f,Uf){var ph=P1(Yd)?x_:pb;return Uf&&df(Yd,_f,Uf)&&(_f=Ja),ph(Yd,T1(_f,3))}var Nx=B1(function(Yd,_f){if(Yd==null)return[];var Uf=_f.length;return Uf>1&&df(Yd,_f[0],_f[1])?_f=[]:Uf>2&&df(_f[0],_f[1],_f[2])&&(_f=[_f[0]]),KE(Yd,M0(_f,1),[])}),m2=Av||function(){return Y1.Date.now()};function Ax(Yd,_f){if(typeof _f!="function")throw new Tg(od);return Yd=L1(Yd),function(){if(--Yd<1)return _f.apply(this,arguments)}}function wS(Yd,_f,Uf){return _f=Uf?Ja:_f,_f=Yd&&_f==null?Yd.length:_f,G1(Yd,Ld,Ja,Ja,Ja,Ja,_f)}function NS(Yd,_f){var Uf;if(typeof _f!="function")throw new Tg(od);return Yd=L1(Yd),function(){return--Yd>0&&(Uf=_f.apply(this,arguments)),Yd<=1&&(_f=Ja),Uf}}var eS=B1(function(Yd,_f,Uf){var ph=Od;if(Uf.length){var Oh=dg(Uf,Wv(eS));ph|=Rd}return G1(Yd,ph,_f,Uf,Oh)}),AS=B1(function(Yd,_f,Uf){var ph=Od|Ad;if(Uf.length){var Oh=dg(Uf,Wv(AS));ph|=Rd}return G1(_f,ph,Yd,Uf,Oh)});function DS(Yd,_f,Uf){_f=Uf?Ja:_f;var ph=G1(Yd,kd,Ja,Ja,Ja,Ja,Ja,_f);return ph.placeholder=DS.placeholder,ph}function kS(Yd,_f,Uf){_f=Uf?Ja:_f;var ph=G1(Yd,Id,Ja,Ja,Ja,Ja,Ja,_f);return ph.placeholder=kS.placeholder,ph}function OS(Yd,_f,Uf){var ph,Oh,Hh,am,um,gm,Lm=0,jm=!1,zm=!1,i1=!0;if(typeof Yd!="function")throw new Tg(od);_f=s_(_f)||0,N0(Uf)&&(jm=!!Uf.leading,zm="maxWait"in Uf,Hh=zm?u0(s_(Uf.maxWait)||0,_f):Hh,i1="trailing"in Uf?!!Uf.trailing:i1);function _1(j0){var y_=ph,mv=Oh;return ph=Oh=Ja,Lm=j0,am=Yd.apply(mv,y_),am}function N1(j0){return Lm=j0,um=f1(V1,_f),jm?_1(j0):am}function j1(j0){var y_=j0-gm,mv=j0-Lm,XS=_f-y_;return zm?k0(XS,Hh-mv):XS}function A1(j0){var y_=j0-gm,mv=j0-Lm;return gm===Ja||y_>=_f||y_<0||zm&&mv>=Hh}function V1(){var j0=m2();if(A1(j0))return W1(j0);um=f1(V1,j1(j0))}function W1(j0){return um=Ja,i1&&ph?_1(j0):(ph=Oh=Ja,am)}function qg(){um!==Ja&&t2(um),Lm=0,ph=gm=Oh=um=Ja}function _g(){return um===Ja?am:W1(m2())}function Wg(){var j0=m2(),y_=A1(j0);if(ph=arguments,Oh=this,gm=j0,y_){if(um===Ja)return N1(gm);if(zm)return t2(um),um=f1(V1,_f),_1(gm)}return um===Ja&&(um=f1(V1,_f)),am}return Wg.cancel=qg,Wg.flush=_g,Wg}var Dx=B1(function(Yd,_f){return BE(Yd,1,_f)}),kx=B1(function(Yd,_f,Uf){return BE(Yd,s_(_f)||0,Uf)});function Ox(Yd){return G1(Yd,Pd)}function g2(Yd,_f){if(typeof Yd!="function"||_f!=null&&typeof _f!="function")throw new Tg(od);var Uf=function(){var ph=arguments,Oh=_f?_f.apply(this,ph):ph[0],Hh=Uf.cache;if(Hh.has(Oh))return Hh.get(Oh);var am=Yd.apply(this,ph);return Uf.cache=Hh.set(Oh,am)||Hh,am};return Uf.cache=new(g2.Cache||Fg),Uf}g2.Cache=Fg;function _2(Yd){if(typeof Yd!="function")throw new Tg(od);return function(){var _f=arguments;switch(_f.length){case 0:return!Yd.call(this);case 1:return!Yd.call(this,_f[0]);case 2:return!Yd.call(this,_f[0],_f[1]);case 3:return!Yd.call(this,_f[0],_f[1],_f[2])}return!Yd.apply(this,_f)}}function Ix(Yd){return NS(2,Yd)}var Rx=_b(function(Yd,_f){_f=_f.length==1&&P1(_f[0])?s0(_f[0],D1(T1())):s0(M0(_f,1),D1(T1()));var Uf=_f.length;return B1(function(ph){for(var Oh=-1,Hh=k0(ph.length,Uf);++Oh<Hh;)ph[Oh]=_f[Oh].call(this,ph[Oh]);return Vm(Yd,this,ph)})}),tS=B1(function(Yd,_f){var Uf=dg(_f,Wv(tS));return G1(Yd,Rd,Ja,_f,Uf)}),IS=B1(function(Yd,_f){var Uf=dg(_f,Wv(IS));return G1(Yd,Md,Ja,_f,Uf)}),$x=n_(function(Yd,_f){return G1(Yd,jd,Ja,Ja,Ja,_f)});function Mx(Yd,_f){if(typeof Yd!="function")throw new Tg(od);return _f=_f===Ja?_f:L1(_f),B1(Yd,_f)}function Px(Yd,_f){if(typeof Yd!="function")throw new Tg(od);return _f=_f==null?0:u0(L1(_f),0),B1(function(Uf){var ph=Uf[_f],Oh=v_(Uf,0,_f);return ph&&Ig(Oh,ph),Vm(Yd,this,Oh)})}function Bx(Yd,_f,Uf){var ph=!0,Oh=!0;if(typeof Yd!="function")throw new Tg(od);return N0(Uf)&&(ph="leading"in Uf?!!Uf.leading:ph,Oh="trailing"in Uf?!!Uf.trailing:Oh),OS(Yd,_f,{leading:ph,maxWait:_f,trailing:Oh})}function Lx(Yd){return wS(Yd,1)}function Fx(Yd,_f){return tS(gb(_f),Yd)}function jx(){if(!arguments.length)return[];var Yd=arguments[0];return P1(Yd)?Yd:[Yd]}function Ux(Yd){return fg(Yd,yd)}function Hx(Yd,_f){return _f=typeof _f=="function"?_f:Ja,fg(Yd,yd,_f)}function Vx(Yd){return fg(Yd,gd|yd)}function zx(Yd,_f){return _f=typeof _f=="function"?_f:Ja,fg(Yd,gd|yd,_f)}function qx(Yd,_f){return _f==null||Ky(Yd,_f,Q0(_f))}function b_(Yd,_f){return Yd===_f||Yd!==Yd&&_f!==_f}var Gx=yb(Gb),Wx=yb(function(Yd,_f){return Yd>=_f}),wb=Qy(function(){return arguments}())?Qy:function(Yd){return I0(Yd)&&e0.call(Yd,"callee")&&!Pb.call(Yd,"callee")},P1=Sm.isArray,Kx=d_?D1(d_):Bv;function Ng(Yd){return Yd!=null&&v2(Yd.length)&&!fv(Yd)}function F0(Yd){return I0(Yd)&&Ng(Yd)}function Yx(Yd){return Yd===!0||Yd===!1||I0(Yd)&&V0(Yd)==mf}var Xv=C2||fS,Xx=ag?D1(ag):HE;function Qx(Yd){return I0(Yd)&&Yd.nodeType===1&&!mE(Yd)}function Jx(Yd){if(Yd==null)return!0;if(Ng(Yd)&&(P1(Yd)||typeof Yd=="string"||typeof Yd.splice=="function"||Xv(Yd)||ay(Yd)||wb(Yd)))return!Yd.length;var _f=B0(Yd);if(_f==Nf||_f==Kf)return!Yd.size;if(Nh(Yd))return!lv(Yd).length;for(var Uf in Yd)if(e0.call(Yd,Uf))return!1;return!0}function Zx(Yd,_f){return R_(Yd,_f)}function eC(Yd,_f,Uf){Uf=typeof Uf=="function"?Uf:Ja;var ph=Uf?Uf(Yd,_f):Ja;return ph===Ja?R_(Yd,_f,Ja,Uf):!!ph}function rS(Yd){if(!I0(Yd))return!1;var _f=V0(Yd);return _f==Lf||_f==Ff||typeof Yd.message=="string"&&typeof Yd.name=="string"&&!mE(Yd)}function tC(Yd){return typeof Yd=="number"&&NE(Yd)}function fv(Yd){if(!N0(Yd))return!1;var _f=V0(Yd);return _f==jf||_f==xf||_f==Zd||_f==$f}function RS(Yd){return typeof Yd=="number"&&Yd==L1(Yd)}function v2(Yd){return typeof Yd=="number"&&Yd>-1&&Yd%1==0&&Yd<=hf}function N0(Yd){var _f=typeof Yd;return Yd!=null&&(_f=="object"||_f=="function")}function I0(Yd){return Yd!=null&&typeof Yd=="object"}var $S=Xg?D1(Xg):ub;function rC(Yd,_f){return Yd===_f||Jy(Yd,_f,J1(_f))}function nC(Yd,_f,Uf){return Uf=typeof Uf=="function"?Uf:Ja,Jy(Yd,_f,J1(_f),Uf)}function iC(Yd){return MS(Yd)&&Yd!=+Yd}function aC(Yd){if(bh(Yd))throw new k1(rd);return sv(Yd)}function oC(Yd){return Yd===null}function sC(Yd){return Yd==null}function MS(Yd){return typeof Yd=="number"||I0(Yd)&&V0(Yd)==Bf}function mE(Yd){if(!I0(Yd)||V0(Yd)!=wf)return!1;var _f=w_(Yd);if(_f===null)return!0;var Uf=e0.call(_f,"constructor")&&_f.constructor;return typeof Uf=="function"&&Uf instanceof Uf&&wv.call(Uf)==Q_}var nS=Yf?D1(Yf):zE;function lC(Yd){return RS(Yd)&&Yd>=-hf&&Yd<=hf}var PS=sh?D1(sh):qE;function b2(Yd){return typeof Yd=="string"||!P1(Yd)&&I0(Yd)&&V0(Yd)==Df}function zg(Yd){return typeof Yd=="symbol"||I0(Yd)&&V0(Yd)==qf}var ay=dh?D1(dh):GE;function cC(Yd){return Yd===Ja}function uC(Yd){return I0(Yd)&&B0(Yd)==hh}function dC(Yd){return I0(Yd)&&V0(Yd)==Mh}var pC=yb(cv),hC=yb(function(Yd,_f){return Yd<=_f});function BS(Yd){if(!Yd)return[];if(Ng(Yd))return b2(Yd)?Rg(Yd):og(Yd);if(Z_&&Yd[Z_])return S2(Yd[Z_]());var _f=B0(Yd),Uf=_f==Nf?kb:_f==Kf?pg:oy;return Uf(Yd)}function hv(Yd){if(!Yd)return Yd===0?Yd:0;if(Yd=s_(Yd),Yd===Qd||Yd===-Qd){var _f=Yd<0?-1:1;return _f*gf}return Yd===Yd?Yd:0}function L1(Yd){var _f=hv(Yd),Uf=_f%1;return _f===_f?Uf?_f-Uf:_f:0}function LS(Yd){return Yd?__(L1(Yd),0,kf):0}function s_(Yd){if(typeof Yd=="number")return Yd;if(zg(Yd))return bf;if(N0(Yd)){var _f=typeof Yd.valueOf=="function"?Yd.valueOf():Yd;Yd=N0(_f)?_f+"":_f}if(typeof Yd!="string")return Yd===0?Yd:+Yd;Yd=a1(Yd);var Uf=Zh.test(Yd);return Uf||Fh.test(Yd)?Eg(Yd.slice(2),Uf?2:8):qh.test(Yd)?bf:+Yd}function FS(Yd){return Vg(Yd,Ag(Yd))}function mC(Yd){return Yd?__(L1(Yd),-hf,hf):Yd===0?Yd:0}function o0(Yd){return Yd==null?"":hg(Yd)}var gC=r_(function(Yd,_f){if(Nh(_f)||Ng(_f)){Vg(_f,Q0(_f),Yd);return}for(var Uf in _f)e0.call(_f,Uf)&&kv(Yd,Uf,_f[Uf])}),jS=r_(function(Yd,_f){Vg(_f,Ag(_f),Yd)}),y2=r_(function(Yd,_f,Uf,ph){Vg(_f,Ag(_f),Yd,ph)}),_C=r_(function(Yd,_f,Uf,ph){Vg(_f,Q0(_f),Yd,ph)}),vC=n_(Iv);function bC(Yd,_f){var Uf=Dv(Yd);return _f==null?Uf:Wy(Uf,_f)}var yC=B1(function(Yd,_f){Yd=a0(Yd);var Uf=-1,ph=_f.length,Oh=ph>2?_f[2]:Ja;for(Oh&&df(_f[0],_f[1],Oh)&&(ph=1);++Uf<ph;)for(var Hh=_f[Uf],am=Ag(Hh),um=-1,gm=am.length;++um<gm;){var Lm=am[um],jm=Yd[Lm];(jm===Ja||b_(jm,$g[Lm])&&!e0.call(Yd,Lm))&&(Yd[Lm]=Hh[Lm])}return Yd}),EC=B1(function(Yd){return Yd.push(Ja,ey),Vm(US,Ja,Yd)});function SC(Yd,_f){return Xd(Yd,T1(_f,3),Cg)}function TC(Yd,_f){return Xd(Yd,T1(_f,3),zb)}function xC(Yd,_f){return Yd==null?Yd:Rv(Yd,T1(_f,3),Ag)}function CC(Yd,_f){return Yd==null?Yd:Xy(Yd,T1(_f,3),Ag)}function wC(Yd,_f){return Yd&&Cg(Yd,T1(_f,3))}function NC(Yd,_f){return Yd&&zb(Yd,T1(_f,3))}function AC(Yd){return Yd==null?[]:qb(Yd,Q0(Yd))}function DC(Yd){return Yd==null?[]:qb(Yd,Ag(Yd))}function iS(Yd,_f,Uf){var ph=Yd==null?Ja:I_(Yd,_f);return ph===Ja?Uf:ph}function kC(Yd,_f){return Yd!=null&&d2(Yd,_f,FE)}function aS(Yd,_f){return Yd!=null&&d2(Yd,_f,jE)}var OC=uE(function(Yd,_f,Uf){_f!=null&&typeof _f.toString!="function"&&(_f=Jg.call(_f)),Yd[_f]=Uf},lS(Dg)),IC=uE(function(Yd,_f,Uf){_f!=null&&typeof _f.toString!="function"&&(_f=Jg.call(_f)),e0.call(Yd,_f)?Yd[_f].push(Uf):Yd[_f]=[Uf]},T1),RC=B1(Pv);function Q0(Yd){return Ng(Yd)?Hb(Yd):lv(Yd)}function Ag(Yd){return Ng(Yd)?Hb(Yd,!0):db(Yd)}function $C(Yd,_f){var Uf={};return _f=T1(_f,3),Cg(Yd,function(ph,Oh,Hh){g_(Uf,_f(ph,Oh,Hh),ph)}),Uf}function MC(Yd,_f){var Uf={};return _f=T1(_f,3),Cg(Yd,function(ph,Oh,Hh){g_(Uf,Oh,_f(ph,Oh,Hh))}),Uf}var PC=r_(function(Yd,_f,Uf){Hg(Yd,_f,Uf)}),US=r_(function(Yd,_f,Uf,ph){Hg(Yd,_f,Uf,ph)}),BC=n_(function(Yd,_f){var Uf={};if(Yd==null)return Uf;var ph=!1;_f=s0(_f,function(Hh){return Hh=M_(Hh,Yd),ph||(ph=Hh.length>1),Hh}),Vg(Yd,ny(Yd),Uf),ph&&(Uf=fg(Uf,gd|_d|yd,Sb));for(var Oh=_f.length;Oh--;)Kb(Uf,_f[Oh]);return Uf});function LC(Yd,_f){return HS(Yd,_2(T1(_f)))}var FC=n_(function(Yd,_f){return Yd==null?{}:YE(Yd,_f)});function HS(Yd,_f){if(Yd==null)return{};var Uf=s0(ny(Yd),function(ph){return[ph]});return _f=T1(_f),XE(Yd,Uf,function(ph,Oh){return _f(ph,Oh[0])})}function jC(Yd,_f,Uf){_f=M_(_f,Yd);var ph=-1,Oh=_f.length;for(Oh||(Oh=1,Yd=Ja);++ph<Oh;){var Hh=Yd==null?Ja:Yd[m0(_f[ph])];Hh===Ja&&(ph=Oh,Hh=Uf),Yd=fv(Hh)?Hh.call(Yd):Hh}return Yd}function UC(Yd,_f,Uf){return Yd==null?Yd:Uv(Yd,_f,Uf)}function HC(Yd,_f,Uf,ph){return ph=typeof ph=="function"?ph:Ja,Yd==null?Yd:Uv(Yd,_f,Uf,ph)}var VS=l2(Q0),zS=l2(Ag);function VC(Yd,_f,Uf){var ph=P1(Yd),Oh=ph||Xv(Yd)||ay(Yd);if(_f=T1(_f,4),Uf==null){var Hh=Yd&&Yd.constructor;Oh?Uf=ph?new Hh:[]:N0(Yd)?Uf=fv(Hh)?Dv(w_(Yd)):{}:Uf={}}return(Oh?R1:Cg)(Yd,function(am,um,gm){return _f(Uf,am,um,gm)}),Uf}function zC(Yd,_f){return Yd==null?!0:Kb(Yd,_f)}function qC(Yd,_f,Uf){return Yd==null?Yd:nE(Yd,_f,gb(Uf))}function GC(Yd,_f,Uf,ph){return ph=typeof ph=="function"?ph:Ja,Yd==null?Yd:nE(Yd,_f,gb(Uf),ph)}function oy(Yd){return Yd==null?[]:f0(Yd,Q0(Yd))}function WC(Yd){return Yd==null?[]:f0(Yd,Ag(Yd))}function KC(Yd,_f,Uf){return Uf===Ja&&(Uf=_f,_f=Ja),Uf!==Ja&&(Uf=s_(Uf),Uf=Uf===Uf?Uf:0),_f!==Ja&&(_f=s_(_f),_f=_f===_f?_f:0),__(s_(Yd),_f,Uf)}function YC(Yd,_f,Uf){return _f=hv(_f),Uf===Ja?(Uf=_f,_f=0):Uf=hv(Uf),Yd=s_(Yd),$v(Yd,_f,Uf)}function XC(Yd,_f,Uf){if(Uf&&typeof Uf!="boolean"&&df(Yd,_f,Uf)&&(_f=Uf=Ja),Uf===Ja&&(typeof _f=="boolean"?(Uf=_f,_f=Ja):typeof Yd=="boolean"&&(Uf=Yd,Yd=Ja)),Yd===Ja&&_f===Ja?(Yd=0,_f=1):(Yd=hv(Yd),_f===Ja?(_f=Yd,Yd=0):_f=hv(_f)),Yd>_f){var ph=Yd;Yd=_f,_f=ph}if(Uf||Yd%1||_f%1){var Oh=Uy();return k0(Yd+Oh*(_f-Yd+yv("1e-"+((Oh+"").length-1))),_f)}return Wb(Yd,_f)}var QC=qv(function(Yd,_f,Uf){return _f=_f.toLowerCase(),Yd+(Uf?qS(_f):_f)});function qS(Yd){return sS(o0(Yd).toLowerCase())}function GS(Yd){return Yd=o0(Yd),Yd&&Yd.replace(om,Tv).replace(_v,"")}function JC(Yd,_f,Uf){Yd=o0(Yd),_f=hg(_f);var ph=Yd.length;Uf=Uf===Ja?ph:__(L1(Uf),0,ph);var Oh=Uf;return Uf-=_f.length,Uf>=0&&Yd.slice(Uf,Oh)==_f}function ZC(Yd){return Yd=o0(Yd),Yd&&Fm.test(Yd)?Yd.replace(cm,Qg):Yd}function ew(Yd){return Yd=o0(Yd),Yd&&E1.test(Yd)?Yd.replace(M1,"\\$&"):Yd}var tw=qv(function(Yd,_f,Uf){return Yd+(Uf?"-":"")+_f.toLowerCase()}),rw=qv(function(Yd,_f,Uf){return Yd+(Uf?" ":"")+_f.toLowerCase()}),nw=a2("toLowerCase");function iw(Yd,_f,Uf){Yd=o0(Yd),_f=L1(_f);var ph=_f?Cv(Yd):0;if(!_f||ph>=_f)return Yd;var Oh=(_f-ph)/2;return Zb(ev(Oh),Uf)+Yd+Zb(nb(Oh),Uf)}function aw(Yd,_f,Uf){Yd=o0(Yd),_f=L1(_f);var ph=_f?Cv(Yd):0;return _f&&ph<_f?Yd+Zb(_f-ph,Uf):Yd}function ow(Yd,_f,Uf){Yd=o0(Yd),_f=L1(_f);var ph=_f?Cv(Yd):0;return _f&&ph<_f?Zb(_f-ph,Uf)+Yd:Yd}function sw(Yd,_f,Uf){return Uf||_f==null?_f=0:_f&&(_f=+_f),Lb(o0(Yd).replace(O1,""),_f||0)}function lw(Yd,_f,Uf){return(Uf?df(Yd,_f,Uf):_f===Ja)?_f=1:_f=L1(_f),rE(o0(Yd),_f)}function cw(){var Yd=arguments,_f=o0(Yd[0]);return Yd.length<3?_f:_f.replace(Yd[1],Yd[2])}var uw=qv(function(Yd,_f,Uf){return Yd+(Uf?"_":"")+_f.toLowerCase()});function dw(Yd,_f,Uf){return Uf&&typeof Uf!="number"&&df(Yd,_f,Uf)&&(_f=Uf=Ja),Uf=Uf===Ja?kf:Uf>>>0,Uf?(Yd=o0(Yd),Yd&&(typeof _f=="string"||_f!=null&&!nS(_f))&&(_f=hg(_f),!_f&&xv(Yd))?v_(Rg(Yd),0,Uf):Yd.split(_f,Uf)):[]}var pw=qv(function(Yd,_f,Uf){return Yd+(Uf?" ":"")+sS(_f)});function fw(Yd,_f,Uf){return Yd=o0(Yd),Uf=Uf==null?0:__(L1(Uf),0,Yd.length),_f=hg(_f),Yd.slice(Uf,Uf+_f.length)==_f}function hw(Yd,_f,Uf){var ph=Lh.templateSettings;Uf&&df(Yd,_f,Uf)&&(_f=Ja),Yd=o0(Yd),_f=y2({},_f,ph,c2);var Oh=y2({},_f.imports,ph.imports,c2),Hh=Q0(Oh),am=f0(Oh,Hh),um,gm,Lm=0,jm=_f.interpolate||fm,zm="__p += '",i1=rb((_f.escape||fm).source+"|"+jm.source+"|"+(jm===Km?Ih:fm).source+"|"+(_f.evaluate||fm).source+"|$","g"),_1="//# sourceURL="+(e0.call(_f,"sourceURL")?(_f.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++z_+"]")+`
`;Yd.replace(i1,function(A1,V1,W1,qg,_g,Wg){return W1||(W1=qg),zm+=Yd.slice(Lm,Wg).replace(uh,Y_),V1&&(um=!0,zm+=`' +
__e(`+V1+`) +
'`),_g&&(gm=!0,zm+=`';
`+_g+`;
__p += '`),W1&&(zm+=`' +
((__t = (`+W1+`)) == null ? '' : __t) +
'`),Lm=Wg+A1.length,A1}),zm+=`';
`;var N1=e0.call(_f,"variable")&&_f.variable;if(!N1)zm=`with (obj) {
`+zm+`
}
`;else if(Dh.test(N1))throw new k1(sd);zm=(gm?zm.replace(sm,""):zm).replace(kh,"$1").replace(Rh,"$1;"),zm="function("+(N1||"obj")+`) {
`+(N1?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(um?", __e = _.escape":"")+(gm?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+zm+`return __p
}`;var j1=KS(function(){return q1(Hh,_1+"return "+zm).apply(Ja,am)});if(j1.source=zm,rS(j1))throw j1;return j1}function mw(Yd){return o0(Yd).toLowerCase()}function gw(Yd){return o0(Yd).toUpperCase()}function _w(Yd,_f,Uf){if(Yd=o0(Yd),Yd&&(Uf||_f===Ja))return a1(Yd);if(!Yd||!(_f=hg(_f)))return Yd;var ph=Rg(Yd),Oh=Rg(_f),Hh=X1(ph,Oh),am=R0(ph,Oh)+1;return v_(ph,Hh,am).join("")}function vw(Yd,_f,Uf){if(Yd=o0(Yd),Yd&&(Uf||_f===Ja))return Yd.slice(0,Ry(Yd)+1);if(!Yd||!(_f=hg(_f)))return Yd;var ph=Rg(Yd),Oh=R0(ph,Rg(_f))+1;return v_(ph,0,Oh).join("")}function bw(Yd,_f,Uf){if(Yd=o0(Yd),Yd&&(Uf||_f===Ja))return Yd.replace(O1,"");if(!Yd||!(_f=hg(_f)))return Yd;var ph=Rg(Yd),Oh=X1(ph,Rg(_f));return v_(ph,Oh).join("")}function yw(Yd,_f){var Uf=Fd,ph=Ud;if(N0(_f)){var Oh="separator"in _f?_f.separator:Oh;Uf="length"in _f?L1(_f.length):Uf,ph="omission"in _f?hg(_f.omission):ph}Yd=o0(Yd);var Hh=Yd.length;if(xv(Yd)){var am=Rg(Yd);Hh=am.length}if(Uf>=Hh)return Yd;var um=Uf-Cv(ph);if(um<1)return ph;var gm=am?v_(am,0,um).join(""):Yd.slice(0,um);if(Oh===Ja)return gm+ph;if(am&&(um+=gm.length-um),nS(Oh)){if(Yd.slice(um).search(Oh)){var Lm,jm=gm;for(Oh.global||(Oh=rb(Oh.source,o0(Xh.exec(Oh))+"g")),Oh.lastIndex=0;Lm=Oh.exec(jm);)var zm=Lm.index;gm=gm.slice(0,zm===Ja?um:zm)}}else if(Yd.indexOf(hg(Oh),um)!=um){var i1=gm.lastIndexOf(Oh);i1>-1&&(gm=gm.slice(0,i1))}return gm+ph}function Ew(Yd){return Yd=o0(Yd),Yd&&Tm.test(Yd)?Yd.replace(jh,SE):Yd}var Sw=qv(function(Yd,_f,Uf){return Yd+(Uf?" ":"")+_f.toUpperCase()}),sS=a2("toUpperCase");function WS(Yd,_f,Uf){return Yd=o0(Yd),_f=Uf?Ja:_f,_f===Ja?vE(Yd)?xE(Yd):Oy(Yd):Yd.match(_f)||[]}var KS=B1(function(Yd,_f){try{return Vm(Yd,Ja,_f)}catch(Uf){return rS(Uf)?Uf:new k1(Uf)}}),Tw=n_(function(Yd,_f){return R1(_f,function(Uf){Uf=m0(Uf),g_(Yd,Uf,eS(Yd[Uf],Yd))}),Yd});function xw(Yd){var _f=Yd==null?0:Yd.length,Uf=T1();return Yd=_f?s0(Yd,function(ph){if(typeof ph[1]!="function")throw new Tg(od);return[Uf(ph[0]),ph[1]]}):[],B1(function(ph){for(var Oh=-1;++Oh<_f;){var Hh=Yd[Oh];if(Vm(Hh[0],this,ph))return Vm(Hh[1],this,ph)}})}function Cw(Yd){return B2(fg(Yd,gd))}function lS(Yd){return function(){return Yd}}function ww(Yd,_f){return Yd==null||Yd!==Yd?_f:Yd}var Nw=o2(),Aw=o2(!0);function Dg(Yd){return Yd}function cS(Yd){return Lv(typeof Yd=="function"?Yd:fg(Yd,gd))}function Dw(Yd){return WE(fg(Yd,gd))}function kw(Yd,_f){return eE(Yd,fg(_f,gd))}var Ow=B1(function(Yd,_f){return function(Uf){return Pv(Uf,Yd,_f)}}),Iw=B1(function(Yd,_f){return function(Uf){return Pv(Yd,Uf,_f)}});function uS(Yd,_f,Uf){var ph=Q0(_f),Oh=qb(_f,ph);Uf==null&&!(N0(_f)&&(Oh.length||!ph.length))&&(Uf=_f,_f=Yd,Yd=this,Oh=qb(_f,Q0(_f)));var Hh=!(N0(Uf)&&"chain"in Uf)||!!Uf.chain,am=fv(Yd);return R1(Oh,function(um){var gm=_f[um];Yd[um]=gm,am&&(Yd.prototype[um]=function(){var Lm=this.__chain__;if(Hh||Lm){var jm=Yd(this.__wrapped__),zm=jm.__actions__=og(this.__actions__);return zm.push({func:gm,args:arguments,thisArg:Yd}),jm.__chain__=Lm,jm}return gm.apply(Yd,Ig([this.value()],arguments))})}),Yd}function Rw(){return Y1._===this&&(Y1._=J0),this}function dS(){}function $w(Yd){return Yd=L1(Yd),B1(function(_f){return jv(_f,Yd)})}var Mw=Jb(s0),Pw=Jb(cg),Bw=Jb(x_);function YS(Yd){return Sf(Yd)?$h(m0(Yd)):F2(Yd)}function Lw(Yd){return function(_f){return Yd==null?Ja:I_(Yd,_f)}}var Fw=pv(),jw=pv(!0);function pS(){return[]}function fS(){return!1}function Uw(){return{}}function Hw(){return""}function Vw(){return!0}function zw(Yd,_f){if(Yd=L1(Yd),Yd<1||Yd>hf)return[];var Uf=kf,ph=k0(Yd,kf);_f=T1(_f),Yd-=kf;for(var Oh=Qm(ph,_f);++Uf<Yd;)_f(Uf);return Oh}function qw(Yd){return P1(Yd)?s0(Yd,m0):zg(Yd)?[Yd]:og(l0(o0(Yd)))}function Gw(Yd){var _f=++CE;return o0(Yd)+_f}var Ww=Gv(function(Yd,_f){return Yd+_f},0),Kw=dE("ceil"),Yw=Gv(function(Yd,_f){return Yd/_f},1),Xw=dE("floor");function Qw(Yd){return Yd&&Yd.length?Vb(Yd,Dg,Gb):Ja}function Jw(Yd,_f){return Yd&&Yd.length?Vb(Yd,T1(_f,2),Gb):Ja}function Zw(Yd){return _h(Yd,Dg)}function e4(Yd,_f){return _h(Yd,T1(_f,2))}function t4(Yd){return Yd&&Yd.length?Vb(Yd,Dg,cv):Ja}function r4(Yd,_f){return Yd&&Yd.length?Vb(Yd,T1(_f,2),cv):Ja}var n4=Gv(function(Yd,_f){return Yd*_f},1),i4=dE("round"),a4=Gv(function(Yd,_f){return Yd-_f},0);function o4(Yd){return Yd&&Yd.length?$m(Yd,Dg):0}function s4(Yd,_f){return Yd&&Yd.length?$m(Yd,T1(_f,2)):0}return Lh.after=Ax,Lh.ary=wS,Lh.assign=gC,Lh.assignIn=jS,Lh.assignInWith=y2,Lh.assignWith=_C,Lh.at=vC,Lh.before=NS,Lh.bind=eS,Lh.bindAll=Tw,Lh.bindKey=AS,Lh.castArray=jx,Lh.chain=TS,Lh.chunk=z0,Lh.compact=O0,Lh.concat=w0,Lh.cond=xw,Lh.conforms=Cw,Lh.constant=lS,Lh.countBy=ax,Lh.create=bC,Lh.curry=DS,Lh.curryRight=kS,Lh.debounce=OS,Lh.defaults=yC,Lh.defaultsDeep=EC,Lh.defer=Dx,Lh.delay=kx,Lh.difference=g0,Lh.differenceBy=Z0,Lh.differenceWith=Kv,Lh.drop=L_,Lh.dropRight=G0,Lh.dropRightWhile=i_,Lh.dropWhile=L0,Lh.fill=fE,Lh.filter=sx,Lh.flatMap=ux,Lh.flatMapDeep=dx,Lh.flatMapDepth=px,Lh.flatten=j_,Lh.flattenDeep=X0,Lh.flattenDepth=Yv,Lh.flip=Ox,Lh.flow=Nw,Lh.flowRight=Aw,Lh.fromPairs=hE,Lh.functions=AC,Lh.functionsIn=DC,Lh.groupBy=fx,Lh.initial=sT,Lh.intersection=lT,Lh.intersectionBy=cT,Lh.intersectionWith=uT,Lh.invert=OC,Lh.invertBy=IC,Lh.invokeMap=mx,Lh.iteratee=cS,Lh.keyBy=gx,Lh.keys=Q0,Lh.keysIn=Ag,Lh.map=h2,Lh.mapKeys=$C,Lh.mapValues=MC,Lh.matches=Dw,Lh.matchesProperty=kw,Lh.memoize=g2,Lh.merge=PC,Lh.mergeWith=US,Lh.method=Ow,Lh.methodOf=Iw,Lh.mixin=uS,Lh.negate=_2,Lh.nthArg=$w,Lh.omit=BC,Lh.omitBy=LC,Lh.once=Ix,Lh.orderBy=_x,Lh.over=Mw,Lh.overArgs=Rx,Lh.overEvery=Pw,Lh.overSome=Bw,Lh.partial=tS,Lh.partialRight=IS,Lh.partition=vx,Lh.pick=FC,Lh.pickBy=HS,Lh.property=YS,Lh.propertyOf=Lw,Lh.pull=hT,Lh.pullAll=yS,Lh.pullAllBy=mT,Lh.pullAllWith=gT,Lh.pullAt=_T,Lh.range=Fw,Lh.rangeRight=jw,Lh.rearg=$x,Lh.reject=Ex,Lh.remove=vT,Lh.rest=Mx,Lh.reverse=J2,Lh.sampleSize=Tx,Lh.set=UC,Lh.setWith=HC,Lh.shuffle=xx,Lh.slice=bT,Lh.sortBy=Nx,Lh.sortedUniq=wT,Lh.sortedUniqBy=NT,Lh.split=dw,Lh.spread=Px,Lh.tail=AT,Lh.take=DT,Lh.takeRight=kT,Lh.takeRightWhile=OT,Lh.takeWhile=IT,Lh.tap=YT,Lh.throttle=Bx,Lh.thru=f2,Lh.toArray=BS,Lh.toPairs=VS,Lh.toPairsIn=zS,Lh.toPath=qw,Lh.toPlainObject=FS,Lh.transform=VC,Lh.unary=Lx,Lh.union=RT,Lh.unionBy=$T,Lh.unionWith=MT,Lh.uniq=PT,Lh.uniqBy=BT,Lh.uniqWith=FT,Lh.unset=zC,Lh.unzip=Z2,Lh.unzipWith=ES,Lh.update=qC,Lh.updateWith=GC,Lh.values=oy,Lh.valuesIn=WC,Lh.without=jT,Lh.words=WS,Lh.wrap=Fx,Lh.xor=UT,Lh.xorBy=HT,Lh.xorWith=VT,Lh.zip=zT,Lh.zipObject=qT,Lh.zipObjectDeep=WT,Lh.zipWith=KT,Lh.entries=VS,Lh.entriesIn=zS,Lh.extend=jS,Lh.extendWith=y2,uS(Lh,Lh),Lh.add=Ww,Lh.attempt=KS,Lh.camelCase=QC,Lh.capitalize=qS,Lh.ceil=Kw,Lh.clamp=KC,Lh.clone=Ux,Lh.cloneDeep=Vx,Lh.cloneDeepWith=zx,Lh.cloneWith=Hx,Lh.conformsTo=qx,Lh.deburr=GS,Lh.defaultTo=ww,Lh.divide=Yw,Lh.endsWith=JC,Lh.eq=b_,Lh.escape=ZC,Lh.escapeRegExp=ew,Lh.every=ox,Lh.find=lx,Lh.findIndex=a_,Lh.findKey=SC,Lh.findLast=cx,Lh.findLastIndex=F_,Lh.findLastKey=TC,Lh.floor=Xw,Lh.forEach=xS,Lh.forEachRight=CS,Lh.forIn=xC,Lh.forInRight=CC,Lh.forOwn=wC,Lh.forOwnRight=NC,Lh.get=iS,Lh.gt=Gx,Lh.gte=Wx,Lh.has=kC,Lh.hasIn=aS,Lh.head=bS,Lh.identity=Dg,Lh.includes=hx,Lh.indexOf=oT,Lh.inRange=YC,Lh.invoke=RC,Lh.isArguments=wb,Lh.isArray=P1,Lh.isArrayBuffer=Kx,Lh.isArrayLike=Ng,Lh.isArrayLikeObject=F0,Lh.isBoolean=Yx,Lh.isBuffer=Xv,Lh.isDate=Xx,Lh.isElement=Qx,Lh.isEmpty=Jx,Lh.isEqual=Zx,Lh.isEqualWith=eC,Lh.isError=rS,Lh.isFinite=tC,Lh.isFunction=fv,Lh.isInteger=RS,Lh.isLength=v2,Lh.isMap=$S,Lh.isMatch=rC,Lh.isMatchWith=nC,Lh.isNaN=iC,Lh.isNative=aC,Lh.isNil=sC,Lh.isNull=oC,Lh.isNumber=MS,Lh.isObject=N0,Lh.isObjectLike=I0,Lh.isPlainObject=mE,Lh.isRegExp=nS,Lh.isSafeInteger=lC,Lh.isSet=PS,Lh.isString=b2,Lh.isSymbol=zg,Lh.isTypedArray=ay,Lh.isUndefined=cC,Lh.isWeakMap=uC,Lh.isWeakSet=dC,Lh.join=dT,Lh.kebabCase=tw,Lh.last=o_,Lh.lastIndexOf=pT,Lh.lowerCase=rw,Lh.lowerFirst=nw,Lh.lt=pC,Lh.lte=hC,Lh.max=Qw,Lh.maxBy=Jw,Lh.mean=Zw,Lh.meanBy=e4,Lh.min=t4,Lh.minBy=r4,Lh.stubArray=pS,Lh.stubFalse=fS,Lh.stubObject=Uw,Lh.stubString=Hw,Lh.stubTrue=Vw,Lh.multiply=n4,Lh.nth=fT,Lh.noConflict=Rw,Lh.noop=dS,Lh.now=m2,Lh.pad=iw,Lh.padEnd=aw,Lh.padStart=ow,Lh.parseInt=sw,Lh.random=XC,Lh.reduce=bx,Lh.reduceRight=yx,Lh.repeat=lw,Lh.replace=cw,Lh.result=jC,Lh.round=i4,Lh.runInContext=mm,Lh.sample=Sx,Lh.size=Cx,Lh.snakeCase=uw,Lh.some=wx,Lh.sortedIndex=yT,Lh.sortedIndexBy=ET,Lh.sortedIndexOf=ST,Lh.sortedLastIndex=TT,Lh.sortedLastIndexBy=xT,Lh.sortedLastIndexOf=CT,Lh.startCase=pw,Lh.startsWith=fw,Lh.subtract=a4,Lh.sum=o4,Lh.sumBy=s4,Lh.template=hw,Lh.times=zw,Lh.toFinite=hv,Lh.toInteger=L1,Lh.toLength=LS,Lh.toLower=mw,Lh.toNumber=s_,Lh.toSafeInteger=mC,Lh.toString=o0,Lh.toUpper=gw,Lh.trim=_w,Lh.trimEnd=vw,Lh.trimStart=bw,Lh.truncate=yw,Lh.unescape=Ew,Lh.uniqueId=Gw,Lh.upperCase=Sw,Lh.upperFirst=sS,Lh.each=xS,Lh.eachRight=CS,Lh.first=bS,uS(Lh,function(){var Yd={};return Cg(Lh,function(_f,Uf){e0.call(Lh.prototype,Uf)||(Yd[Uf]=_f)}),Yd}(),{chain:!1}),Lh.VERSION=ed,R1(["bind","bindKey","curry","curryRight","partial","partialRight"],function(Yd){Lh[Yd].placeholder=Lh}),R1(["drop","take"],function(Yd,_f){x1.prototype[Yd]=function(Uf){Uf=Uf===Ja?1:u0(L1(Uf),0);var ph=this.__filtered__&&!_f?new x1(this):this.clone();return ph.__filtered__?ph.__takeCount__=k0(Uf,ph.__takeCount__):ph.__views__.push({size:k0(Uf,kf),type:Yd+(ph.__dir__<0?"Right":"")}),ph},x1.prototype[Yd+"Right"]=function(Uf){return this.reverse()[Yd](Uf).reverse()}}),R1(["filter","map","takeWhile"],function(Yd,_f){var Uf=_f+1,ph=Uf==Wd||Uf==Kd;x1.prototype[Yd]=function(Oh){var Hh=this.clone();return Hh.__iteratees__.push({iteratee:T1(Oh,3),type:Uf}),Hh.__filtered__=Hh.__filtered__||ph,Hh}}),R1(["head","last"],function(Yd,_f){var Uf="take"+(_f?"Right":"");x1.prototype[Yd]=function(){return this[Uf](1).value()[0]}}),R1(["initial","tail"],function(Yd,_f){var Uf="drop"+(_f?"":"Right");x1.prototype[Yd]=function(){return this.__filtered__?new x1(this):this[Uf](1)}}),x1.prototype.compact=function(){return this.filter(Dg)},x1.prototype.find=function(Yd){return this.filter(Yd).head()},x1.prototype.findLast=function(Yd){return this.reverse().find(Yd)},x1.prototype.invokeMap=B1(function(Yd,_f){return typeof Yd=="function"?new x1(this):this.map(function(Uf){return Pv(Uf,Yd,_f)})}),x1.prototype.reject=function(Yd){return this.filter(_2(T1(Yd)))},x1.prototype.slice=function(Yd,_f){Yd=L1(Yd);var Uf=this;return Uf.__filtered__&&(Yd>0||_f<0)?new x1(Uf):(Yd<0?Uf=Uf.takeRight(-Yd):Yd&&(Uf=Uf.drop(Yd)),_f!==Ja&&(_f=L1(_f),Uf=_f<0?Uf.dropRight(-_f):Uf.take(_f-Yd)),Uf)},x1.prototype.takeRightWhile=function(Yd){return this.reverse().takeWhile(Yd).reverse()},x1.prototype.toArray=function(){return this.take(kf)},Cg(x1.prototype,function(Yd,_f){var Uf=/^(?:filter|find|map|reject)|While$/.test(_f),ph=/^(?:head|last)$/.test(_f),Oh=Lh[ph?"take"+(_f=="last"?"Right":""):_f],Hh=ph||/^find/.test(_f);Oh&&(Lh.prototype[_f]=function(){var am=this.__wrapped__,um=ph?[1]:arguments,gm=am instanceof x1,Lm=um[0],jm=gm||P1(am),zm=function(V1){var W1=Oh.apply(Lh,Ig([V1],um));return ph&&i1?W1[0]:W1};jm&&Uf&&typeof Lm=="function"&&Lm.length!=1&&(gm=jm=!1);var i1=this.__chain__,_1=!!this.__actions__.length,N1=Hh&&!i1,j1=gm&&!_1;if(!Hh&&jm){am=j1?am:new x1(this);var A1=Yd.apply(am,um);return A1.__actions__.push({func:f2,args:[zm],thisArg:Ja}),new r0(A1,i1)}return N1&&j1?Yd.apply(this,um):(A1=this.thru(zm),N1?ph?A1.value()[0]:A1.value():A1)})}),R1(["pop","push","shift","sort","splice","unshift"],function(Yd){var _f=Rb[Yd],Uf=/^(?:push|sort|unshift)$/.test(Yd)?"tap":"thru",ph=/^(?:pop|shift)$/.test(Yd);Lh.prototype[Yd]=function(){var Oh=arguments;if(ph&&!this.__chain__){var Hh=this.value();return _f.apply(P1(Hh)?Hh:[],Oh)}return this[Uf](function(am){return _f.apply(P1(am)?am:[],Oh)})}}),Cg(x1.prototype,function(Yd,_f){var Uf=Lh[_f];if(Uf){var ph=Uf.name+"";e0.call(rv,ph)||(rv[ph]=[]),rv[ph].push({name:_f,func:Uf})}}),rv[Qb(Ja,Ad).name]=[{name:"wrapper",func:Ja}],x1.prototype.clone=$0,x1.prototype.reverse=sb,x1.prototype.value=D2,Lh.prototype.at=XT,Lh.prototype.chain=QT,Lh.prototype.commit=JT,Lh.prototype.next=ZT,Lh.prototype.plant=tx,Lh.prototype.reverse=nx,Lh.prototype.toJSON=Lh.prototype.valueOf=Lh.prototype.value=ix,Lh.prototype.first=Lh.prototype.head,Z_&&(Lh.prototype[Z_]=ex),Lh},p_=$y();Og?((Og.exports=p_)._=p_,G_._=p_):Y1._=p_}).call(commonjsGlobal)})(lodash,lodash.exports);var lodashExports=lodash.exports;const _=getDefaultExportFromCjs(lodashExports);var queryString={},strictUriEncode=Ra=>encodeURIComponent(Ra).replace(/[!'()*]/g,qa=>`%${qa.charCodeAt(0).toString(16).toUpperCase()}`),token="%[a-f0-9]{2}",singleMatcher=new RegExp("("+token+")|([^%]+?)","gi"),multiMatcher=new RegExp("("+token+")+","gi");function decodeComponents(Ra,qa){try{return[decodeURIComponent(Ra.join(""))]}catch{}if(Ra.length===1)return Ra;qa=qa||1;var Ja=Ra.slice(0,qa),ed=Ra.slice(qa);return Array.prototype.concat.call([],decodeComponents(Ja),decodeComponents(ed))}function decode(Ra){try{return decodeURIComponent(Ra)}catch{for(var qa=Ra.match(singleMatcher)||[],Ja=1;Ja<qa.length;Ja++)Ra=decodeComponents(qa,Ja).join(""),qa=Ra.match(singleMatcher)||[];return Ra}}function customDecodeURIComponent(Ra){for(var qa={"%FE%FF":"<22><>","%FF%FE":"<22><>"},Ja=multiMatcher.exec(Ra);Ja;){try{qa[Ja[0]]=decodeURIComponent(Ja[0])}catch{var ed=decode(Ja[0]);ed!==Ja[0]&&(qa[Ja[0]]=ed)}Ja=multiMatcher.exec(Ra)}qa["%C2"]="<22>";for(var td=Object.keys(qa),rd=0;rd<td.length;rd++){var od=td[rd];Ra=Ra.replace(new RegExp(od,"g"),qa[od])}return Ra}var decodeUriComponent=function(Ra){if(typeof Ra!="string")throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof Ra+"`");try{return Ra=Ra.replace(/\+/g," "),decodeURIComponent(Ra)}catch{return customDecodeURIComponent(Ra)}},splitOnFirst=(Ra,qa)=>{if(!(typeof Ra=="string"&&typeof qa=="string"))throw new TypeError("Expected the arguments to be of type `string`");if(qa==="")return[Ra];const Ja=Ra.indexOf(qa);return Ja===-1?[Ra]:[Ra.slice(0,Ja),Ra.slice(Ja+qa.length)]},filterObj=function(Ra,qa){for(var Ja={},ed=Object.keys(Ra),td=Array.isArray(qa),rd=0;rd<ed.length;rd++){var od=ed[rd],sd=Ra[od];(td?qa.indexOf(od)!==-1:qa(od,sd,Ra))&&(Ja[od]=sd)}return Ja};(function(Ra){const qa=strictUriEncode,Ja=decodeUriComponent,ed=splitOnFirst,td=filterObj,rd=Nd=>Nd==null,od=Symbol("encodeFragmentIdentifier");function sd(Nd){switch(Nd.arrayFormat){case"index":return kd=>(Id,Rd)=>{const Md=Id.length;return Rd===void 0||Nd.skipNull&&Rd===null||Nd.skipEmptyString&&Rd===""?Id:Rd===null?[...Id,[ud(kd,Nd),"[",Md,"]"].join("")]:[...Id,[ud(kd,Nd),"[",ud(Md,Nd),"]=",ud(Rd,Nd)].join("")]};case"bracket":return kd=>(Id,Rd)=>Rd===void 0||Nd.skipNull&&Rd===null||Nd.skipEmptyString&&Rd===""?Id:Rd===null?[...Id,[ud(kd,Nd),"[]"].join("")]:[...Id,[ud(kd,Nd),"[]=",ud(Rd,Nd)].join("")];case"colon-list-separator":return kd=>(Id,Rd)=>Rd===void 0||Nd.skipNull&&Rd===null||Nd.skipEmptyString&&Rd===""?Id:Rd===null?[...Id,[ud(kd,Nd),":list="].join("")]:[...Id,[ud(kd,Nd),":list=",ud(Rd,Nd)].join("")];case"comma":case"separator":case"bracket-separator":{const kd=Nd.arrayFormat==="bracket-separator"?"[]=":"=";return Id=>(Rd,Md)=>Md===void 0||Nd.skipNull&&Md===null||Nd.skipEmptyString&&Md===""?Rd:(Md=Md===null?"":Md,Rd.length===0?[[ud(Id,Nd),kd,ud(Md,Nd)].join("")]:[[Rd,ud(Md,Nd)].join(Nd.arrayFormatSeparator)])}default:return kd=>(Id,Rd)=>Rd===void 0||Nd.skipNull&&Rd===null||Nd.skipEmptyString&&Rd===""?Id:Rd===null?[...Id,ud(kd,Nd)]:[...Id,[ud(kd,Nd),"=",ud(Rd,Nd)].join("")]}}function ld(Nd){let kd;switch(Nd.arrayFormat){case"index":return(Id,Rd,Md)=>{if(kd=/\[(\d*)\]$/.exec(Id),Id=Id.replace(/\[\d*\]$/,""),!kd){Md[Id]=Rd;return}Md[Id]===void 0&&(Md[Id]={}),Md[Id][kd[1]]=Rd};case"bracket":return(Id,Rd,Md)=>{if(kd=/(\[\])$/.exec(Id),Id=Id.replace(/\[\]$/,""),!kd){Md[Id]=Rd;return}if(Md[Id]===void 0){Md[Id]=[Rd];return}Md[Id]=[].concat(Md[Id],Rd)};case"colon-list-separator":return(Id,Rd,Md)=>{if(kd=/(:list)$/.exec(Id),Id=Id.replace(/:list$/,""),!kd){Md[Id]=Rd;return}if(Md[Id]===void 0){Md[Id]=[Rd];return}Md[Id]=[].concat(Md[Id],Rd)};case"comma":case"separator":return(Id,Rd,Md)=>{const Ld=typeof Rd=="string"&&Rd.includes(Nd.arrayFormatSeparator),jd=typeof Rd=="string"&&!Ld&&gd(Rd,Nd).includes(Nd.arrayFormatSeparator);Rd=jd?gd(Rd,Nd):Rd;const Pd=Ld||jd?Rd.split(Nd.arrayFormatSeparator).map(Fd=>gd(Fd,Nd)):Rd===null?Rd:gd(Rd,Nd);Md[Id]=Pd};case"bracket-separator":return(Id,Rd,Md)=>{const Ld=/(\[\])$/.test(Id);if(Id=Id.replace(/\[\]$/,""),!Ld){Md[Id]=Rd&&gd(Rd,Nd);return}const jd=Rd===null?[]:Rd.split(Nd.arrayFormatSeparator).map(Pd=>gd(Pd,Nd));if(Md[Id]===void 0){Md[Id]=jd;return}Md[Id]=[].concat(Md[Id],jd)};default:return(Id,Rd,Md)=>{if(Md[Id]===void 0){Md[Id]=Rd;return}Md[Id]=[].concat(Md[Id],Rd)}}}function cd(Nd){if(typeof Nd!="string"||Nd.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function ud(Nd,kd){return kd.encode?kd.strict?qa(Nd):encodeURIComponent(Nd):Nd}function gd(Nd,kd){return kd.decode?Ja(Nd):Nd}function _d(Nd){return Array.isArray(Nd)?Nd.sort():typeof Nd=="object"?_d(Object.keys(Nd)).sort((kd,Id)=>Number(kd)-Number(Id)).map(kd=>Nd[kd]):Nd}function yd(Nd){const kd=Nd.indexOf("#");return kd!==-1&&(Nd=Nd.slice(0,kd)),Nd}function Ed(Nd){let kd="";const Id=Nd.indexOf("#");return Id!==-1&&(kd=Nd.slice(Id)),kd}function Td(Nd){Nd=yd(Nd);const kd=Nd.indexOf("?");return kd===-1?"":Nd.slice(kd+1)}function Od(Nd,kd){return kd.parseNumbers&&!Number.isNaN(Number(Nd))&&typeof Nd=="string"&&Nd.trim()!==""?Nd=Number(Nd):kd.parseBooleans&&Nd!==null&&(Nd.toLowerCase()==="true"||Nd.toLowerCase()==="false")&&(Nd=Nd.toLowerCase()==="true"),Nd}function Ad(Nd,kd){kd=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},kd),cd(kd.arrayFormatSeparator);const Id=ld(kd),Rd=Object.create(null);if(typeof Nd!="string"||(Nd=Nd.trim().replace(/^[?#&]/,""),!Nd))return Rd;for(const Md of Nd.split("&")){if(Md==="")continue;let[Ld,jd]=ed(kd.decode?Md.replace(/\+/g," "):Md,"=");jd=jd===void 0?null:["comma","separator","bracket-separator"].includes(kd.arrayFormat)?jd:gd(jd,kd),Id(gd(Ld,kd),jd,Rd)}for(const Md of Object.keys(Rd)){const Ld=Rd[Md];if(typeof Ld=="object"&&Ld!==null)for(const jd of Object.keys(Ld))Ld[jd]=Od(Ld[jd],kd);else Rd[Md]=Od(Ld,kd)}return kd.sort===!1?Rd:(kd.sort===!0?Object.keys(Rd).sort():Object.keys(Rd).sort(kd.sort)).reduce((Md,Ld)=>{const jd=Rd[Ld];return jd&&typeof jd=="object"&&!Array.isArray(jd)?Md[Ld]=_d(jd):Md[Ld]=jd,Md},Object.create(null))}Ra.extract=Td,Ra.parse=Ad,Ra.stringify=(Nd,kd)=>{if(!Nd)return"";kd=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},kd),cd(kd.arrayFormatSeparator);const Id=jd=>kd.skipNull&&rd(Nd[jd])||kd.skipEmptyString&&Nd[jd]==="",Rd=sd(kd),Md={};for(const jd of Object.keys(Nd))Id(jd)||(Md[jd]=Nd[jd]);const Ld=Object.keys(Md);return kd.sort!==!1&&Ld.sort(kd.sort),Ld.map(jd=>{const Pd=Nd[jd];return Pd===void 0?"":Pd===null?ud(jd,kd):Array.isArray(Pd)?Pd.length===0&&kd.arrayFormat==="bracket-separator"?ud(jd,kd)+"[]":Pd.reduce(Rd(jd),[]).join("&"):ud(jd,kd)+"="+ud(Pd,kd)}).filter(jd=>jd.length>0).join("&")},Ra.parseUrl=(Nd,kd)=>{kd=Object.assign({decode:!0},kd);const[Id,Rd]=ed(Nd,"#");return Object.assign({url:Id.split("?")[0]||"",query:Ad(Td(Nd),kd)},kd&&kd.parseFragmentIdentifier&&Rd?{fragmentIdentifier:gd(Rd,kd)}:{})},Ra.stringifyUrl=(Nd,kd)=>{kd=Object.assign({encode:!0,strict:!0,[od]:!0},kd);const Id=yd(Nd.url).split("?")[0]||"",Rd=Ra.extract(Nd.url),Md=Ra.parse(Rd,{sort:!1}),Ld=Object.assign(Md,Nd.query);let jd=Ra.stringify(Ld,kd);jd&&(jd=`?${jd}`);let Pd=Ed(Nd.url);return Nd.fragmentIdentifier&&(Pd=`#${kd[od]?ud(Nd.fragmentIdentifier,kd):Nd.fragmentIdentifier}`),`${Id}${jd}${Pd}`},Ra.pick=(Nd,kd,Id)=>{Id=Object.assign({parseFragmentIdentifier:!0,[od]:!1},Id);const{url:Rd,query:Md,fragmentIdentifier:Ld}=Ra.parseUrl(Nd,Id);return Ra.stringifyUrl({url:Rd,query:td(Md,kd),fragmentIdentifier:Ld},Id)},Ra.exclude=(Nd,kd,Id)=>{const Rd=Array.isArray(kd)?Md=>!kd.includes(Md):(Md,Ld)=>!kd(Md,Ld);return Ra.pick(Nd,Rd,Id)}})(queryString);const Encoder=TextEncoder;var xml$2={exports:{}},XML_CHARACTER_MAP={"&":"&amp;",'"':"&quot;","'":"&apos;","<":"&lt;",">":"&gt;"};function escapeForXML$1(Ra){return Ra&&Ra.replace?Ra.replace(/([&"<>'])/g,function(qa,Ja){return XML_CHARACTER_MAP[Ja]}):Ra}var escapeForXML_1=escapeForXML$1,define_process_default$5={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}},escapeForXML=escapeForXML_1,Stream=streamBrowserify.Stream,DEFAULT_INDENT=" ";function xml$1(Ra,qa){typeof qa!="object"&&(qa={indent:qa});var Ja=qa.stream?new Stream:null,ed="",td=!1,rd=qa.indent?qa.indent===!0?DEFAULT_INDENT:qa.indent:"",od=!0;function sd(_d){od?define_process_default$5.nextTick(_d):_d()}function ld(_d,yd){if(yd!==void 0&&(ed+=yd),_d&&!td&&(Ja=Ja||new Stream,td=!0),_d&&td){var Ed=ed;sd(function(){Ja.emit("data",Ed)}),ed=""}}function cd(_d,yd){format(ld,resolve(_d,rd,rd?1:0),yd)}function ud(){if(Ja){var _d=ed;sd(function(){Ja.emit("data",_d),Ja.emit("end"),Ja.readable=!1,Ja.emit("close")})}}function gd(_d){var yd=_d.encoding||"UTF-8",Ed={version:"1.0",encoding:yd};_d.standalone&&(Ed.standalone=_d.standalone),cd({"?xml":{_attr:Ed}}),ed=ed.replace("/>","?>")}return sd(function(){od=!1}),qa.declaration&&gd(qa.declaration),Ra&&Ra.forEach?Ra.forEach(function(_d,yd){var Ed;yd+1===Ra.length&&(Ed=ud),cd(_d,Ed)}):cd(Ra,ud),Ja?(Ja.readable=!0,Ja):ed}function element(){var Ra=Array.prototype.slice.call(arguments),qa={_elem:resolve(Ra)};return qa.push=function(Ja){if(!this.append)throw new Error("not assigned to a parent!");var ed=this,td=this._elem.indent;format(this.append,resolve(Ja,td,this._elem.icount+(td?1:0)),function(){ed.append(!0)})},qa.close=function(Ja){Ja!==void 0&&this.push(Ja),this.end&&this.end()},qa}function create_indent(Ra,qa){return new Array(qa||0).join(Ra||"")}function resolve(Ra,qa,Ja){Ja=Ja||0;var ed=create_indent(qa,Ja),td,rd=Ra,od=!1;if(typeof Ra=="object"){var sd=Object.keys(Ra);if(td=sd[0],rd=Ra[td],rd&&rd._elem)return rd._elem.name=td,rd._elem.icount=Ja,rd._elem.indent=qa,rd._elem.indents=ed,rd._elem.interrupt=rd,rd._elem}var ld=[],cd=[],ud;function gd(_d){var yd=Object.keys(_d);yd.forEach(function(Ed){ld.push(attribute(Ed,_d[Ed]))})}switch(typeof rd){case"object":if(rd===null)break;rd._attr&&gd(rd._attr),rd._cdata&&cd.push(("<![CDATA["+rd._cdata).replace(/\]\]>/g,"]]]]><![CDATA[>")+"]]>"),rd.forEach&&(ud=!1,cd.push(""),rd.forEach(function(_d){if(typeof _d=="object"){var yd=Object.keys(_d)[0];yd=="_attr"?gd(_d._attr):cd.push(resolve(_d,qa,Ja+1))}else cd.pop(),ud=!0,cd.push(escapeForXML(_d))}),ud||cd.push(""));break;default:cd.push(escapeForXML(rd))}return{name:td,interrupt:od,attributes:ld,content:cd,icount:Ja,indents:ed,indent:qa}}function format(Ra,qa,Ja){if(typeof qa!="object")return Ra(!1,qa);var ed=qa.interrupt?1:qa.content.length;function td(){for(;qa.content.length;){var od=qa.content.shift();if(od!==void 0){if(rd(od))return;format(Ra,od)}}Ra(!1,(ed>1?qa.indents:"")+(qa.name?"</"+qa.name+">":"")+(qa.indent&&!Ja?`
`:"")),Ja&&Ja()}function rd(od){return od.interrupt?(od.interrupt.append=Ra,od.interrupt.end=td,od.interrupt=!1,Ra(!0),!0):!1}if(Ra(!1,qa.indents+(qa.name?"<"+qa.name:"")+(qa.attributes.length?" "+qa.attributes.join(" "):"")+(ed?qa.name?">":"":qa.name?"/>":"")+(qa.indent&&ed>1?`
`:"")),!ed)return Ra(!1,qa.indent?`
`:"");rd(qa)||td()}function attribute(Ra,qa){return Ra+'="'+escapeForXML(qa)+'"'}xml$2.exports=xml$1;xml$2.exports.element=xml$2.exports.Element=element;var xmlExports=xml$2.exports;const Xml=getDefaultExportFromCjs(xmlExports);var xml2js={},defaults$1={},hasRequiredDefaults;function requireDefaults(){return hasRequiredDefaults||(hasRequiredDefaults=1,(function(){defaults$1.defaults={"0.1":{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},"0.2":{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:`
`},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(commonjsGlobal)),defaults$1}var builder={},lib$1={},Utility={},hasRequiredUtility;function requireUtility(){return hasRequiredUtility||(hasRequiredUtility=1,(function(){var Ra,qa,Ja,ed,td,rd,od,sd=[].slice,ld={}.hasOwnProperty;Ra=function(){var cd,ud,gd,_d,yd,Ed;if(Ed=arguments[0],yd=2<=arguments.length?sd.call(arguments,1):[],td(Object.assign))Object.assign.apply(null,arguments);else for(cd=0,gd=yd.length;cd<gd;cd++)if(_d=yd[cd],_d!=null)for(ud in _d)ld.call(_d,ud)&&(Ed[ud]=_d[ud]);return Ed},td=function(cd){return!!cd&&Object.prototype.toString.call(cd)==="[object Function]"},rd=function(cd){var ud;return!!cd&&((ud=typeof cd)=="function"||ud==="object")},Ja=function(cd){return td(Array.isArray)?Array.isArray(cd):Object.prototype.toString.call(cd)==="[object Array]"},ed=function(cd){var ud;if(Ja(cd))return!cd.length;for(ud in cd)if(ld.call(cd,ud))return!1;return!0},od=function(cd){var ud,gd;return rd(cd)&&(gd=Object.getPrototypeOf(cd))&&(ud=gd.constructor)&&typeof ud=="function"&&ud instanceof ud&&Function.prototype.toString.call(ud)===Function.prototype.toString.call(Object)},qa=function(cd){return td(cd.valueOf)?cd.valueOf():cd},Utility.assign=Ra,Utility.isFunction=td,Utility.isObject=rd,Utility.isArray=Ja,Utility.isEmpty=ed,Utility.isPlainObject=od,Utility.getValue=qa}).call(commonjsGlobal)),Utility}var XMLDOMImplementation={exports:{}},hasRequiredXMLDOMImplementation;function requireXMLDOMImplementation(){return hasRequiredXMLDOMImplementation||(hasRequiredXMLDOMImplementation=1,(function(){XMLDOMImplementation.exports=function(){function Ra(){}return Ra.prototype.hasFeature=function(qa,Ja){return!0},Ra.prototype.createDocumentType=function(qa,Ja,ed){throw new Error("This DOM method is not implemented.")},Ra.prototype.createDocument=function(qa,Ja,ed){throw new Error("This DOM method is not implemented.")},Ra.prototype.createHTMLDocument=function(qa){throw new Error("This DOM method is not implemented.")},Ra.prototype.getFeature=function(qa,Ja){throw new Error("This DOM method is not implemented.")},Ra}()}).call(commonjsGlobal)),XMLDOMImplementation.exports}var XMLDocument={exports:{}},XMLDOMConfiguration={exports:{}},XMLDOMErrorHandler={exports:{}},hasRequiredXMLDOMErrorHandler;function requireXMLDOMErrorHandler(){return hasRequiredXMLDOMErrorHandler||(hasRequiredXMLDOMErrorHandler=1,(function(){XMLDOMErrorHandler.exports=function(){function Ra(){}return Ra.prototype.handleError=function(qa){throw new Error(qa)},Ra}()}).call(commonjsGlobal)),XMLDOMErrorHandler.exports}var XMLDOMStringList={exports:{}},hasRequiredXMLDOMStringList;function requireXMLDOMStringList(){return hasRequiredXMLDOMStringList||(hasRequiredXMLDOMStringList=1,(function(){XMLDOMStringList.exports=function(){function Ra(qa){this.arr=qa||[]}return Object.defineProperty(Ra.prototype,"length",{get:function(){return this.arr.length}}),Ra.prototype.item=function(qa){return this.arr[qa]||null},Ra.prototype.contains=function(qa){return this.arr.indexOf(qa)!==-1},Ra}()}).call(commonjsGlobal)),XMLDOMStringList.exports}var hasRequiredXMLDOMConfiguration;function requireXMLDOMConfiguration(){return hasRequiredXMLDOMConfiguration||(hasRequiredXMLDOMConfiguration=1,(function(){var Ra,qa;Ra=requireXMLDOMErrorHandler(),qa=requireXMLDOMStringList(),XMLDOMConfiguration.exports=function(){function Ja(){this.defaultParams={"canonical-form":!1,"cdata-sections":!1,comments:!1,"datatype-normalization":!1,"element-content-whitespace":!0,entities:!0,"error-handler":new Ra,infoset:!0,"validate-if-schema":!1,namespaces:!0,"namespace-declarations":!0,"normalize-characters":!1,"schema-location":"","schema-type":"","split-cdata-sections":!0,validate:!1,"well-formed":!0},this.params=Object.create(this.defaultParams)}return Object.defineProperty(Ja.prototype,"parameterNames",{get:function(){return new qa(Object.keys(this.defaultParams))}}),Ja.prototype.getParameter=function(ed){return this.params.hasOwnProperty(ed)?this.params[ed]:null},Ja.prototype.canSetParameter=function(ed,td){return!0},Ja.prototype.setParameter=function(ed,td){return td!=null?this.params[ed]=td:delete this.params[ed]},Ja}()}).call(commonjsGlobal)),XMLDOMConfiguration.exports}var XMLNode={exports:{}},XMLElement={exports:{}},NodeType={exports:{}},hasRequiredNodeType;function requireNodeType(){return hasRequiredNodeType||(hasRequiredNodeType=1,(function(){NodeType.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(commonjsGlobal)),NodeType.exports}var XMLAttribute={exports:{}},hasRequiredXMLAttribute;function requireXMLAttribute(){return hasRequiredXMLAttribute||(hasRequiredXMLAttribute=1,(function(){var Ra;Ra=requireNodeType(),requireXMLNode(),XMLAttribute.exports=function(){function qa(Ja,ed,td){if(this.parent=Ja,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),ed==null)throw new Error("Missing attribute name. "+this.debugInfo(ed));this.name=this.stringify.name(ed),this.value=this.stringify.attValue(td),this.type=Ra.Attribute,this.isId=!1,this.schemaTypeInfo=null}return Object.defineProperty(qa.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(qa.prototype,"ownerElement",{get:function(){return this.parent}}),Object.defineProperty(qa.prototype,"textContent",{get:function(){return this.value},set:function(Ja){return this.value=Ja||""}}),Object.defineProperty(qa.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(qa.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(qa.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(qa.prototype,"specified",{get:function(){return!0}}),qa.prototype.clone=function(){return Object.create(this)},qa.prototype.toString=function(Ja){return this.options.writer.attribute(this,this.options.writer.filterOptions(Ja))},qa.prototype.debugInfo=function(Ja){return Ja=Ja||this.name,Ja==null?"parent: <"+this.parent.name+">":"attribute: {"+Ja+"}, parent: <"+this.parent.name+">"},qa.prototype.isEqualNode=function(Ja){return!(Ja.namespaceURI!==this.namespaceURI||Ja.prefix!==this.prefix||Ja.localName!==this.localName||Ja.value!==this.value)},qa}()}).call(commonjsGlobal)),XMLAttribute.exports}var XMLNamedNodeMap={exports:{}},hasRequiredXMLNamedNodeMap;function requireXMLNamedNodeMap(){return hasRequiredXMLNamedNodeMap||(hasRequiredXMLNamedNodeMap=1,(function(){XMLNamedNodeMap.exports=function(){function Ra(qa){this.nodes=qa}return Object.defineProperty(Ra.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),Ra.prototype.clone=function(){return this.nodes=null},Ra.prototype.getNamedItem=function(qa){return this.nodes[qa]},Ra.prototype.setNamedItem=function(qa){var Ja;return Ja=this.nodes[qa.nodeName],this.nodes[qa.nodeName]=qa,Ja||null},Ra.prototype.removeNamedItem=function(qa){var Ja;return Ja=this.nodes[qa],delete this.nodes[qa],Ja||null},Ra.prototype.item=function(qa){return this.nodes[Object.keys(this.nodes)[qa]]||null},Ra.prototype.getNamedItemNS=function(qa,Ja){throw new Error("This DOM method is not implemented.")},Ra.prototype.setNamedItemNS=function(qa){throw new Error("This DOM method is not implemented.")},Ra.prototype.removeNamedItemNS=function(qa,Ja){throw new Error("This DOM method is not implemented.")},Ra}()}).call(commonjsGlobal)),XMLNamedNodeMap.exports}var hasRequiredXMLElement;function requireXMLElement(){return hasRequiredXMLElement||(hasRequiredXMLElement=1,(function(){var Ra,qa,Ja,ed,td,rd,od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;sd=requireUtility(),od=sd.isObject,rd=sd.isFunction,td=sd.getValue,ed=requireXMLNode(),Ra=requireNodeType(),qa=requireXMLAttribute(),Ja=requireXMLNamedNodeMap(),XMLElement.exports=function(ud){ld(gd,ud);function gd(_d,yd,Ed){var Td,Od,Ad,Nd;if(gd.__super__.constructor.call(this,_d),yd==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(yd),this.type=Ra.Element,this.attribs={},this.schemaTypeInfo=null,Ed!=null&&this.attribute(Ed),_d.type===Ra.Document&&(this.isRoot=!0,this.documentObject=_d,_d.rootObject=this,_d.children)){for(Nd=_d.children,Od=0,Ad=Nd.length;Od<Ad;Od++)if(Td=Nd[Od],Td.type===Ra.DocType){Td.name=this.name;break}}}return Object.defineProperty(gd.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(gd.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(gd.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(gd.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(gd.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(gd.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(gd.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(gd.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new Ja(this.attribs)),this.attributeMap}}),gd.prototype.clone=function(){var _d,yd,Ed,Td;Ed=Object.create(this),Ed.isRoot&&(Ed.documentObject=null),Ed.attribs={},Td=this.attribs;for(yd in Td)cd.call(Td,yd)&&(_d=Td[yd],Ed.attribs[yd]=_d.clone());return Ed.children=[],this.children.forEach(function(Od){var Ad;return Ad=Od.clone(),Ad.parent=Ed,Ed.children.push(Ad)}),Ed},gd.prototype.attribute=function(_d,yd){var Ed,Td;if(_d!=null&&(_d=td(_d)),od(_d))for(Ed in _d)cd.call(_d,Ed)&&(Td=_d[Ed],this.attribute(Ed,Td));else rd(yd)&&(yd=yd.apply()),this.options.keepNullAttributes&&yd==null?this.attribs[_d]=new qa(this,_d,""):yd!=null&&(this.attribs[_d]=new qa(this,_d,yd));return this},gd.prototype.removeAttribute=function(_d){var yd,Ed,Td;if(_d==null)throw new Error("Missing attribute name. "+this.debugInfo());if(_d=td(_d),Array.isArray(_d))for(Ed=0,Td=_d.length;Ed<Td;Ed++)yd=_d[Ed],delete this.attribs[yd];else delete this.attribs[_d];return this},gd.prototype.toString=function(_d){return this.options.writer.element(this,this.options.writer.filterOptions(_d))},gd.prototype.att=function(_d,yd){return this.attribute(_d,yd)},gd.prototype.a=function(_d,yd){return this.attribute(_d,yd)},gd.prototype.getAttribute=function(_d){return this.attribs.hasOwnProperty(_d)?this.attribs[_d].value:null},gd.prototype.setAttribute=function(_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.getAttributeNode=function(_d){return this.attribs.hasOwnProperty(_d)?this.attribs[_d]:null},gd.prototype.setAttributeNode=function(_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.removeAttributeNode=function(_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.getElementsByTagName=function(_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.getAttributeNS=function(_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.setAttributeNS=function(_d,yd,Ed){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.removeAttributeNS=function(_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.getAttributeNodeNS=function(_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.setAttributeNodeNS=function(_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.getElementsByTagNameNS=function(_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.hasAttribute=function(_d){return this.attribs.hasOwnProperty(_d)},gd.prototype.hasAttributeNS=function(_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.setIdAttribute=function(_d,yd){return this.attribs.hasOwnProperty(_d)?this.attribs[_d].isId:yd},gd.prototype.setIdAttributeNS=function(_d,yd,Ed){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.setIdAttributeNode=function(_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.getElementsByTagName=function(_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.getElementsByTagNameNS=function(_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.getElementsByClassName=function(_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},gd.prototype.isEqualNode=function(_d){var yd,Ed,Td;if(!gd.__super__.isEqualNode.apply(this,arguments).isEqualNode(_d)||_d.namespaceURI!==this.namespaceURI||_d.prefix!==this.prefix||_d.localName!==this.localName||_d.attribs.length!==this.attribs.length)return!1;for(yd=Ed=0,Td=this.attribs.length-1;0<=Td?Ed<=Td:Ed>=Td;yd=0<=Td?++Ed:--Ed)if(!this.attribs[yd].isEqualNode(_d.attribs[yd]))return!1;return!0},gd}(ed)}).call(commonjsGlobal)),XMLElement.exports}var XMLCData={exports:{}},XMLCharacterData={exports:{}},hasRequiredXMLCharacterData;function requireXMLCharacterData(){return hasRequiredXMLCharacterData||(hasRequiredXMLCharacterData=1,(function(){var Ra,qa=function(ed,td){for(var rd in td)Ja.call(td,rd)&&(ed[rd]=td[rd]);function od(){this.constructor=ed}return od.prototype=td.prototype,ed.prototype=new od,ed.__super__=td.prototype,ed},Ja={}.hasOwnProperty;Ra=requireXMLNode(),XMLCharacterData.exports=function(ed){qa(td,ed);function td(rd){td.__super__.constructor.call(this,rd),this.value=""}return Object.defineProperty(td.prototype,"data",{get:function(){return this.value},set:function(rd){return this.value=rd||""}}),Object.defineProperty(td.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(td.prototype,"textContent",{get:function(){return this.value},set:function(rd){return this.value=rd||""}}),td.prototype.clone=function(){return Object.create(this)},td.prototype.substringData=function(rd,od){throw new Error("This DOM method is not implemented."+this.debugInfo())},td.prototype.appendData=function(rd){throw new Error("This DOM method is not implemented."+this.debugInfo())},td.prototype.insertData=function(rd,od){throw new Error("This DOM method is not implemented."+this.debugInfo())},td.prototype.deleteData=function(rd,od){throw new Error("This DOM method is not implemented."+this.debugInfo())},td.prototype.replaceData=function(rd,od,sd){throw new Error("This DOM method is not implemented."+this.debugInfo())},td.prototype.isEqualNode=function(rd){return!(!td.__super__.isEqualNode.apply(this,arguments).isEqualNode(rd)||rd.data!==this.data)},td}(Ra)}).call(commonjsGlobal)),XMLCharacterData.exports}var hasRequiredXMLCData;function requireXMLCData(){return hasRequiredXMLCData||(hasRequiredXMLCData=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;Ra=requireNodeType(),qa=requireXMLCharacterData(),XMLCData.exports=function(td){Ja(rd,td);function rd(od,sd){if(rd.__super__.constructor.call(this,od),sd==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=Ra.CData,this.value=this.stringify.cdata(sd)}return rd.prototype.clone=function(){return Object.create(this)},rd.prototype.toString=function(od){return this.options.writer.cdata(this,this.options.writer.filterOptions(od))},rd}(qa)}).call(commonjsGlobal)),XMLCData.exports}var XMLComment={exports:{}},hasRequiredXMLComment;function requireXMLComment(){return hasRequiredXMLComment||(hasRequiredXMLComment=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;Ra=requireNodeType(),qa=requireXMLCharacterData(),XMLComment.exports=function(td){Ja(rd,td);function rd(od,sd){if(rd.__super__.constructor.call(this,od),sd==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=Ra.Comment,this.value=this.stringify.comment(sd)}return rd.prototype.clone=function(){return Object.create(this)},rd.prototype.toString=function(od){return this.options.writer.comment(this,this.options.writer.filterOptions(od))},rd}(qa)}).call(commonjsGlobal)),XMLComment.exports}var XMLDeclaration={exports:{}},hasRequiredXMLDeclaration;function requireXMLDeclaration(){return hasRequiredXMLDeclaration||(hasRequiredXMLDeclaration=1,(function(){var Ra,qa,Ja,ed=function(rd,od){for(var sd in od)td.call(od,sd)&&(rd[sd]=od[sd]);function ld(){this.constructor=rd}return ld.prototype=od.prototype,rd.prototype=new ld,rd.__super__=od.prototype,rd},td={}.hasOwnProperty;Ja=requireUtility().isObject,qa=requireXMLNode(),Ra=requireNodeType(),XMLDeclaration.exports=function(rd){ed(od,rd);function od(sd,ld,cd,ud){var gd;od.__super__.constructor.call(this,sd),Ja(ld)&&(gd=ld,ld=gd.version,cd=gd.encoding,ud=gd.standalone),ld||(ld="1.0"),this.type=Ra.Declaration,this.version=this.stringify.xmlVersion(ld),cd!=null&&(this.encoding=this.stringify.xmlEncoding(cd)),ud!=null&&(this.standalone=this.stringify.xmlStandalone(ud))}return od.prototype.toString=function(sd){return this.options.writer.declaration(this,this.options.writer.filterOptions(sd))},od}(qa)}).call(commonjsGlobal)),XMLDeclaration.exports}var XMLDocType={exports:{}},XMLDTDAttList={exports:{}},hasRequiredXMLDTDAttList;function requireXMLDTDAttList(){return hasRequiredXMLDTDAttList||(hasRequiredXMLDTDAttList=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;qa=requireXMLNode(),Ra=requireNodeType(),XMLDTDAttList.exports=function(td){Ja(rd,td);function rd(od,sd,ld,cd,ud,gd){if(rd.__super__.constructor.call(this,od),sd==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(ld==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(sd));if(!cd)throw new Error("Missing DTD attribute type. "+this.debugInfo(sd));if(!ud)throw new Error("Missing DTD attribute default. "+this.debugInfo(sd));if(ud.indexOf("#")!==0&&(ud="#"+ud),!ud.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(sd));if(gd&&!ud.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(sd));this.elementName=this.stringify.name(sd),this.type=Ra.AttributeDeclaration,this.attributeName=this.stringify.name(ld),this.attributeType=this.stringify.dtdAttType(cd),gd&&(this.defaultValue=this.stringify.dtdAttDefault(gd)),this.defaultValueType=ud}return rd.prototype.toString=function(od){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(od))},rd}(qa)}).call(commonjsGlobal)),XMLDTDAttList.exports}var XMLDTDEntity={exports:{}},hasRequiredXMLDTDEntity;function requireXMLDTDEntity(){return hasRequiredXMLDTDEntity||(hasRequiredXMLDTDEntity=1,(function(){var Ra,qa,Ja,ed=function(rd,od){for(var sd in od)td.call(od,sd)&&(rd[sd]=od[sd]);function ld(){this.constructor=rd}return ld.prototype=od.prototype,rd.prototype=new ld,rd.__super__=od.prototype,rd},td={}.hasOwnProperty;Ja=requireUtility().isObject,qa=requireXMLNode(),Ra=requireNodeType(),XMLDTDEntity.exports=function(rd){ed(od,rd);function od(sd,ld,cd,ud){if(od.__super__.constructor.call(this,sd),cd==null)throw new Error("Missing DTD entity name. "+this.debugInfo(cd));if(ud==null)throw new Error("Missing DTD entity value. "+this.debugInfo(cd));if(this.pe=!!ld,this.name=this.stringify.name(cd),this.type=Ra.EntityDeclaration,!Ja(ud))this.value=this.stringify.dtdEntityValue(ud),this.internal=!0;else{if(!ud.pubID&&!ud.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(cd));if(ud.pubID&&!ud.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(cd));if(this.internal=!1,ud.pubID!=null&&(this.pubID=this.stringify.dtdPubID(ud.pubID)),ud.sysID!=null&&(this.sysID=this.stringify.dtdSysID(ud.sysID)),ud.nData!=null&&(this.nData=this.stringify.dtdNData(ud.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(cd))}}return Object.defineProperty(od.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(od.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(od.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(od.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(od.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(od.prototype,"xmlVersion",{get:function(){return null}}),od.prototype.toString=function(sd){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(sd))},od}(qa)}).call(commonjsGlobal)),XMLDTDEntity.exports}var XMLDTDElement={exports:{}},hasRequiredXMLDTDElement;function requireXMLDTDElement(){return hasRequiredXMLDTDElement||(hasRequiredXMLDTDElement=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;qa=requireXMLNode(),Ra=requireNodeType(),XMLDTDElement.exports=function(td){Ja(rd,td);function rd(od,sd,ld){if(rd.__super__.constructor.call(this,od),sd==null)throw new Error("Missing DTD element name. "+this.debugInfo());ld||(ld="(#PCDATA)"),Array.isArray(ld)&&(ld="("+ld.join(",")+")"),this.name=this.stringify.name(sd),this.type=Ra.ElementDeclaration,this.value=this.stringify.dtdElementValue(ld)}return rd.prototype.toString=function(od){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(od))},rd}(qa)}).call(commonjsGlobal)),XMLDTDElement.exports}var XMLDTDNotation={exports:{}},hasRequiredXMLDTDNotation;function requireXMLDTDNotation(){return hasRequiredXMLDTDNotation||(hasRequiredXMLDTDNotation=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;qa=requireXMLNode(),Ra=requireNodeType(),XMLDTDNotation.exports=function(td){Ja(rd,td);function rd(od,sd,ld){if(rd.__super__.constructor.call(this,od),sd==null)throw new Error("Missing DTD notation name. "+this.debugInfo(sd));if(!ld.pubID&&!ld.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(sd));this.name=this.stringify.name(sd),this.type=Ra.NotationDeclaration,ld.pubID!=null&&(this.pubID=this.stringify.dtdPubID(ld.pubID)),ld.sysID!=null&&(this.sysID=this.stringify.dtdSysID(ld.sysID))}return Object.defineProperty(rd.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(rd.prototype,"systemId",{get:function(){return this.sysID}}),rd.prototype.toString=function(od){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(od))},rd}(qa)}).call(commonjsGlobal)),XMLDTDNotation.exports}var hasRequiredXMLDocType;function requireXMLDocType(){return hasRequiredXMLDocType||(hasRequiredXMLDocType=1,(function(){var Ra,qa,Ja,ed,td,rd,od,sd,ld=function(ud,gd){for(var _d in gd)cd.call(gd,_d)&&(ud[_d]=gd[_d]);function yd(){this.constructor=ud}return yd.prototype=gd.prototype,ud.prototype=new yd,ud.__super__=gd.prototype,ud},cd={}.hasOwnProperty;sd=requireUtility().isObject,od=requireXMLNode(),Ra=requireNodeType(),qa=requireXMLDTDAttList(),ed=requireXMLDTDEntity(),Ja=requireXMLDTDElement(),td=requireXMLDTDNotation(),rd=requireXMLNamedNodeMap(),XMLDocType.exports=function(ud){ld(gd,ud);function gd(_d,yd,Ed){var Td,Od,Ad,Nd,kd,Id;if(gd.__super__.constructor.call(this,_d),this.type=Ra.DocType,_d.children){for(Nd=_d.children,Od=0,Ad=Nd.length;Od<Ad;Od++)if(Td=Nd[Od],Td.type===Ra.Element){this.name=Td.name;break}}this.documentObject=_d,sd(yd)&&(kd=yd,yd=kd.pubID,Ed=kd.sysID),Ed==null&&(Id=[yd,Ed],Ed=Id[0],yd=Id[1]),yd!=null&&(this.pubID=this.stringify.dtdPubID(yd)),Ed!=null&&(this.sysID=this.stringify.dtdSysID(Ed))}return Object.defineProperty(gd.prototype,"entities",{get:function(){var _d,yd,Ed,Td,Od;for(Td={},Od=this.children,yd=0,Ed=Od.length;yd<Ed;yd++)_d=Od[yd],_d.type===Ra.EntityDeclaration&&!_d.pe&&(Td[_d.name]=_d);return new rd(Td)}}),Object.defineProperty(gd.prototype,"notations",{get:function(){var _d,yd,Ed,Td,Od;for(Td={},Od=this.children,yd=0,Ed=Od.length;yd<Ed;yd++)_d=Od[yd],_d.type===Ra.NotationDeclaration&&(Td[_d.name]=_d);return new rd(Td)}}),Object.defineProperty(gd.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(gd.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(gd.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),gd.prototype.element=function(_d,yd){var Ed;return Ed=new Ja(this,_d,yd),this.children.push(Ed),this},gd.prototype.attList=function(_d,yd,Ed,Td,Od){var Ad;return Ad=new qa(this,_d,yd,Ed,Td,Od),this.children.push(Ad),this},gd.prototype.entity=function(_d,yd){var Ed;return Ed=new ed(this,!1,_d,yd),this.children.push(Ed),this},gd.prototype.pEntity=function(_d,yd){var Ed;return Ed=new ed(this,!0,_d,yd),this.children.push(Ed),this},gd.prototype.notation=function(_d,yd){var Ed;return Ed=new td(this,_d,yd),this.children.push(Ed),this},gd.prototype.toString=function(_d){return this.options.writer.docType(this,this.options.writer.filterOptions(_d))},gd.prototype.ele=function(_d,yd){return this.element(_d,yd)},gd.prototype.att=function(_d,yd,Ed,Td,Od){return this.attList(_d,yd,Ed,Td,Od)},gd.prototype.ent=function(_d,yd){return this.entity(_d,yd)},gd.prototype.pent=function(_d,yd){return this.pEntity(_d,yd)},gd.prototype.not=function(_d,yd){return this.notation(_d,yd)},gd.prototype.up=function(){return this.root()||this.documentObject},gd.prototype.isEqualNode=function(_d){return!(!gd.__super__.isEqualNode.apply(this,arguments).isEqualNode(_d)||_d.name!==this.name||_d.publicId!==this.publicId||_d.systemId!==this.systemId)},gd}(od)}).call(commonjsGlobal)),XMLDocType.exports}var XMLRaw={exports:{}},hasRequiredXMLRaw;function requireXMLRaw(){return hasRequiredXMLRaw||(hasRequiredXMLRaw=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;Ra=requireNodeType(),qa=requireXMLNode(),XMLRaw.exports=function(td){Ja(rd,td);function rd(od,sd){if(rd.__super__.constructor.call(this,od),sd==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=Ra.Raw,this.value=this.stringify.raw(sd)}return rd.prototype.clone=function(){return Object.create(this)},rd.prototype.toString=function(od){return this.options.writer.raw(this,this.options.writer.filterOptions(od))},rd}(qa)}).call(commonjsGlobal)),XMLRaw.exports}var XMLText={exports:{}},hasRequiredXMLText;function requireXMLText(){return hasRequiredXMLText||(hasRequiredXMLText=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;Ra=requireNodeType(),qa=requireXMLCharacterData(),XMLText.exports=function(td){Ja(rd,td);function rd(od,sd){if(rd.__super__.constructor.call(this,od),sd==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=Ra.Text,this.value=this.stringify.text(sd)}return Object.defineProperty(rd.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(rd.prototype,"wholeText",{get:function(){var od,sd,ld;for(ld="",sd=this.previousSibling;sd;)ld=sd.data+ld,sd=sd.previousSibling;for(ld+=this.data,od=this.nextSibling;od;)ld=ld+od.data,od=od.nextSibling;return ld}}),rd.prototype.clone=function(){return Object.create(this)},rd.prototype.toString=function(od){return this.options.writer.text(this,this.options.writer.filterOptions(od))},rd.prototype.splitText=function(od){throw new Error("This DOM method is not implemented."+this.debugInfo())},rd.prototype.replaceWholeText=function(od){throw new Error("This DOM method is not implemented."+this.debugInfo())},rd}(qa)}).call(commonjsGlobal)),XMLText.exports}var XMLProcessingInstruction={exports:{}},hasRequiredXMLProcessingInstruction;function requireXMLProcessingInstruction(){return hasRequiredXMLProcessingInstruction||(hasRequiredXMLProcessingInstruction=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;Ra=requireNodeType(),qa=requireXMLCharacterData(),XMLProcessingInstruction.exports=function(td){Ja(rd,td);function rd(od,sd,ld){if(rd.__super__.constructor.call(this,od),sd==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=Ra.ProcessingInstruction,this.target=this.stringify.insTarget(sd),this.name=this.target,ld&&(this.value=this.stringify.insValue(ld))}return rd.prototype.clone=function(){return Object.create(this)},rd.prototype.toString=function(od){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(od))},rd.prototype.isEqualNode=function(od){return!(!rd.__super__.isEqualNode.apply(this,arguments).isEqualNode(od)||od.target!==this.target)},rd}(qa)}).call(commonjsGlobal)),XMLProcessingInstruction.exports}var XMLDummy={exports:{}},hasRequiredXMLDummy;function requireXMLDummy(){return hasRequiredXMLDummy||(hasRequiredXMLDummy=1,(function(){var Ra,qa,Ja=function(td,rd){for(var od in rd)ed.call(rd,od)&&(td[od]=rd[od]);function sd(){this.constructor=td}return sd.prototype=rd.prototype,td.prototype=new sd,td.__super__=rd.prototype,td},ed={}.hasOwnProperty;qa=requireXMLNode(),Ra=requireNodeType(),XMLDummy.exports=function(td){Ja(rd,td);function rd(od){rd.__super__.constructor.call(this,od),this.type=Ra.Dummy}return rd.prototype.clone=function(){return Object.create(this)},rd.prototype.toString=function(od){return""},rd}(qa)}).call(commonjsGlobal)),XMLDummy.exports}var XMLNodeList={exports:{}},hasRequiredXMLNodeList;function requireXMLNodeList(){return hasRequiredXMLNodeList||(hasRequiredXMLNodeList=1,(function(){XMLNodeList.exports=function(){function Ra(qa){this.nodes=qa}return Object.defineProperty(Ra.prototype,"length",{get:function(){return this.nodes.length||0}}),Ra.prototype.clone=function(){return this.nodes=null},Ra.prototype.item=function(qa){return this.nodes[qa]||null},Ra}()}).call(commonjsGlobal)),XMLNodeList.exports}var DocumentPosition={exports:{}},hasRequiredDocumentPosition;function requireDocumentPosition(){return hasRequiredDocumentPosition||(hasRequiredDocumentPosition=1,(function(){DocumentPosition.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(commonjsGlobal)),DocumentPosition.exports}var hasRequiredXMLNode;function requireXMLNode(){return hasRequiredXMLNode||(hasRequiredXMLNode=1,(function(){var Ra,qa,Ja,ed,td,rd,od,sd,ld,cd,ud,gd,_d,yd,Ed,Td,Od,Ad={}.hasOwnProperty;Od=requireUtility(),Td=Od.isObject,Ed=Od.isFunction,yd=Od.isEmpty,_d=Od.getValue,sd=null,Ja=null,ed=null,td=null,rd=null,ud=null,gd=null,cd=null,od=null,qa=null,ld=null,Ra=null,XMLNode.exports=function(){function Nd(kd){this.parent=kd,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,sd||(sd=requireXMLElement(),Ja=requireXMLCData(),ed=requireXMLComment(),td=requireXMLDeclaration(),rd=requireXMLDocType(),ud=requireXMLRaw(),gd=requireXMLText(),cd=requireXMLProcessingInstruction(),od=requireXMLDummy(),qa=requireNodeType(),ld=requireXMLNodeList(),requireXMLNamedNodeMap(),Ra=requireDocumentPosition())}return Object.defineProperty(Nd.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(Nd.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(Nd.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(Nd.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(Nd.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new ld(this.children)),this.childNodeList}}),Object.defineProperty(Nd.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(Nd.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(Nd.prototype,"previousSibling",{get:function(){var kd;return kd=this.parent.children.indexOf(this),this.parent.children[kd-1]||null}}),Object.defineProperty(Nd.prototype,"nextSibling",{get:function(){var kd;return kd=this.parent.children.indexOf(this),this.parent.children[kd+1]||null}}),Object.defineProperty(Nd.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(Nd.prototype,"textContent",{get:function(){var kd,Id,Rd,Md,Ld;if(this.nodeType===qa.Element||this.nodeType===qa.DocumentFragment){for(Ld="",Md=this.children,Id=0,Rd=Md.length;Id<Rd;Id++)kd=Md[Id],kd.textContent&&(Ld+=kd.textContent);return Ld}else return null},set:function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Nd.prototype.setParent=function(kd){var Id,Rd,Md,Ld,jd;for(this.parent=kd,kd&&(this.options=kd.options,this.stringify=kd.stringify),Ld=this.children,jd=[],Rd=0,Md=Ld.length;Rd<Md;Rd++)Id=Ld[Rd],jd.push(Id.setParent(this));return jd},Nd.prototype.element=function(kd,Id,Rd){var Md,Ld,jd,Pd,Fd,Ud,Vd,qd,Wd,zd,Kd;if(Ud=null,Id===null&&Rd==null&&(Wd=[{},null],Id=Wd[0],Rd=Wd[1]),Id==null&&(Id={}),Id=_d(Id),Td(Id)||(zd=[Id,Rd],Rd=zd[0],Id=zd[1]),kd!=null&&(kd=_d(kd)),Array.isArray(kd))for(jd=0,Vd=kd.length;jd<Vd;jd++)Ld=kd[jd],Ud=this.element(Ld);else if(Ed(kd))Ud=this.element(kd.apply());else if(Td(kd)){for(Fd in kd)if(Ad.call(kd,Fd))if(Kd=kd[Fd],Ed(Kd)&&(Kd=Kd.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&Fd.indexOf(this.stringify.convertAttKey)===0)Ud=this.attribute(Fd.substr(this.stringify.convertAttKey.length),Kd);else if(!this.options.separateArrayItems&&Array.isArray(Kd)&&yd(Kd))Ud=this.dummy();else if(Td(Kd)&&yd(Kd))Ud=this.element(Fd);else if(!this.options.keepNullNodes&&Kd==null)Ud=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(Kd))for(Pd=0,qd=Kd.length;Pd<qd;Pd++)Ld=Kd[Pd],Md={},Md[Fd]=Ld,Ud=this.element(Md);else Td(Kd)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&Fd.indexOf(this.stringify.convertTextKey)===0?Ud=this.element(Kd):(Ud=this.element(Fd),Ud.element(Kd)):Ud=this.element(Fd,Kd)}else!this.options.keepNullNodes&&Rd===null?Ud=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&kd.indexOf(this.stringify.convertTextKey)===0?Ud=this.text(Rd):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&kd.indexOf(this.stringify.convertCDataKey)===0?Ud=this.cdata(Rd):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&kd.indexOf(this.stringify.convertCommentKey)===0?Ud=this.comment(Rd):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&kd.indexOf(this.stringify.convertRawKey)===0?Ud=this.raw(Rd):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&kd.indexOf(this.stringify.convertPIKey)===0?Ud=this.instruction(kd.substr(this.stringify.convertPIKey.length),Rd):Ud=this.node(kd,Id,Rd);if(Ud==null)throw new Error("Could not create any elements with: "+kd+". "+this.debugInfo());return Ud},Nd.prototype.insertBefore=function(kd,Id,Rd){var Md,Ld,jd,Pd,Fd;if(kd!=null&&kd.type)return jd=kd,Pd=Id,jd.setParent(this),Pd?(Ld=children.indexOf(Pd),Fd=children.splice(Ld),children.push(jd),Array.prototype.push.apply(children,Fd)):children.push(jd),jd;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(kd));return Ld=this.parent.children.indexOf(this),Fd=this.parent.children.splice(Ld),Md=this.parent.element(kd,Id,Rd),Array.prototype.push.apply(this.parent.children,Fd),Md},Nd.prototype.insertAfter=function(kd,Id,Rd){var Md,Ld,jd;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(kd));return Ld=this.parent.children.indexOf(this),jd=this.parent.children.splice(Ld+1),Md=this.parent.element(kd,Id,Rd),Array.prototype.push.apply(this.parent.children,jd),Md},Nd.prototype.remove=function(){var kd;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return kd=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[kd,kd-kd+1].concat([])),this.parent},Nd.prototype.node=function(kd,Id,Rd){var Md,Ld;return kd!=null&&(kd=_d(kd)),Id||(Id={}),Id=_d(Id),Td(Id)||(Ld=[Id,Rd],Rd=Ld[0],Id=Ld[1]),Md=new sd(this,kd,Id),Rd!=null&&Md.text(Rd),this.children.push(Md),Md},Nd.prototype.text=function(kd){var Id;return Td(kd)&&this.element(kd),Id=new gd(this,kd),this.children.push(Id),this},Nd.prototype.cdata=function(kd){var Id;return Id=new Ja(this,kd),this.children.push(Id),this},Nd.prototype.comment=function(kd){var Id;return Id=new ed(this,kd),this.children.push(Id),this},Nd.prototype.commentBefore=function(kd){var Id,Rd;return Id=this.parent.children.indexOf(this),Rd=this.parent.children.splice(Id),this.parent.comment(kd),Array.prototype.push.apply(this.parent.children,Rd),this},Nd.prototype.commentAfter=function(kd){var Id,Rd;return Id=this.parent.children.indexOf(this),Rd=this.parent.children.splice(Id+1),this.parent.comment(kd),Array.prototype.push.apply(this.parent.children,Rd),this},Nd.prototype.raw=function(kd){var Id;return Id=new ud(this,kd),this.children.push(Id),this},Nd.prototype.dummy=function(){var kd;return kd=new od(this),kd},Nd.prototype.instruction=function(kd,Id){var Rd,Md,Ld,jd,Pd;if(kd!=null&&(kd=_d(kd)),Id!=null&&(Id=_d(Id)),Array.isArray(kd))for(jd=0,Pd=kd.length;jd<Pd;jd++)Rd=kd[jd],this.instruction(Rd);else if(Td(kd))for(Rd in kd)Ad.call(kd,Rd)&&(Md=kd[Rd],this.instruction(Rd,Md));else Ed(Id)&&(Id=Id.apply()),Ld=new cd(this,kd,Id),this.children.push(Ld);return this},Nd.prototype.instructionBefore=function(kd,Id){var Rd,Md;return Rd=this.parent.children.indexOf(this),Md=this.parent.children.splice(Rd),this.parent.instruction(kd,Id),Array.prototype.push.apply(this.parent.children,Md),this},Nd.prototype.instructionAfter=function(kd,Id){var Rd,Md;return Rd=this.parent.children.indexOf(this),Md=this.parent.children.splice(Rd+1),this.parent.instruction(kd,Id),Array.prototype.push.apply(this.parent.children,Md),this},Nd.prototype.declaration=function(kd,Id,Rd){var Md,Ld;return Md=this.document(),Ld=new td(Md,kd,Id,Rd),Md.children.length===0?Md.children.unshift(Ld):Md.children[0].type===qa.Declaration?Md.children[0]=Ld:Md.children.unshift(Ld),Md.root()||Md},Nd.prototype.dtd=function(kd,Id){var Rd,Md,Ld,jd,Pd,Fd,Ud,Vd,qd,Wd;for(Md=this.document(),Ld=new rd(Md,kd,Id),qd=Md.children,jd=Pd=0,Ud=qd.length;Pd<Ud;jd=++Pd)if(Rd=qd[jd],Rd.type===qa.DocType)return Md.children[jd]=Ld,Ld;for(Wd=Md.children,jd=Fd=0,Vd=Wd.length;Fd<Vd;jd=++Fd)if(Rd=Wd[jd],Rd.isRoot)return Md.children.splice(jd,0,Ld),Ld;return Md.children.push(Ld),Ld},Nd.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},Nd.prototype.root=function(){var kd;for(kd=this;kd;){if(kd.type===qa.Document)return kd.rootObject;if(kd.isRoot)return kd;kd=kd.parent}},Nd.prototype.document=function(){var kd;for(kd=this;kd;){if(kd.type===qa.Document)return kd;kd=kd.parent}},Nd.prototype.end=function(kd){return this.document().end(kd)},Nd.prototype.prev=function(){var kd;if(kd=this.parent.children.indexOf(this),kd<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[kd-1]},Nd.prototype.next=function(){var kd;if(kd=this.parent.children.indexOf(this),kd===-1||kd===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[kd+1]},Nd.prototype.importDocument=function(kd){var Id;return Id=kd.root().clone(),Id.parent=this,Id.isRoot=!1,this.children.push(Id),this},Nd.prototype.debugInfo=function(kd){var Id,Rd;return kd=kd||this.name,kd==null&&!((Id=this.parent)!=null&&Id.name)?"":kd==null?"parent: <"+this.parent.name+">":(Rd=this.parent)!=null&&Rd.name?"node: <"+kd+">, parent: <"+this.parent.name+">":"node: <"+kd+">"},Nd.prototype.ele=function(kd,Id,Rd){return this.element(kd,Id,Rd)},Nd.prototype.nod=function(kd,Id,Rd){return this.node(kd,Id,Rd)},Nd.prototype.txt=function(kd){return this.text(kd)},Nd.prototype.dat=function(kd){return this.cdata(kd)},Nd.prototype.com=function(kd){return this.comment(kd)},Nd.prototype.ins=function(kd,Id){return this.instruction(kd,Id)},Nd.prototype.doc=function(){return this.document()},Nd.prototype.dec=function(kd,Id,Rd){return this.declaration(kd,Id,Rd)},Nd.prototype.e=function(kd,Id,Rd){return this.element(kd,Id,Rd)},Nd.prototype.n=function(kd,Id,Rd){return this.node(kd,Id,Rd)},Nd.prototype.t=function(kd){return this.text(kd)},Nd.prototype.d=function(kd){return this.cdata(kd)},Nd.prototype.c=function(kd){return this.comment(kd)},Nd.prototype.r=function(kd){return this.raw(kd)},Nd.prototype.i=function(kd,Id){return this.instruction(kd,Id)},Nd.prototype.u=function(){return this.up()},Nd.prototype.importXMLBuilder=function(kd){return this.importDocument(kd)},Nd.prototype.replaceChild=function(kd,Id){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.removeChild=function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.appendChild=function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.hasChildNodes=function(){return this.children.length!==0},Nd.prototype.cloneNode=function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.isSupported=function(kd,Id){return!0},Nd.prototype.hasAttributes=function(){return this.attribs.length!==0},Nd.prototype.compareDocumentPosition=function(kd){var Id,Rd;return Id=this,Id===kd?0:this.document()!==kd.document()?(Rd=Ra.Disconnected|Ra.ImplementationSpecific,Math.random()<.5?Rd|=Ra.Preceding:Rd|=Ra.Following,Rd):Id.isAncestor(kd)?Ra.Contains|Ra.Preceding:Id.isDescendant(kd)?Ra.Contains|Ra.Following:Id.isPreceding(kd)?Ra.Preceding:Ra.Following},Nd.prototype.isSameNode=function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.lookupPrefix=function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.isDefaultNamespace=function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.lookupNamespaceURI=function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.isEqualNode=function(kd){var Id,Rd,Md;if(kd.nodeType!==this.nodeType||kd.children.length!==this.children.length)return!1;for(Id=Rd=0,Md=this.children.length-1;0<=Md?Rd<=Md:Rd>=Md;Id=0<=Md?++Rd:--Rd)if(!this.children[Id].isEqualNode(kd.children[Id]))return!1;return!0},Nd.prototype.getFeature=function(kd,Id){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.setUserData=function(kd,Id,Rd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.getUserData=function(kd){throw new Error("This DOM method is not implemented."+this.debugInfo())},Nd.prototype.contains=function(kd){return kd?kd===this||this.isDescendant(kd):!1},Nd.prototype.isDescendant=function(kd){var Id,Rd,Md,Ld,jd;for(jd=this.children,Md=0,Ld=jd.length;Md<Ld;Md++)if(Id=jd[Md],kd===Id||(Rd=Id.isDescendant(kd),Rd))return!0;return!1},Nd.prototype.isAncestor=function(kd){return kd.isDescendant(this)},Nd.prototype.isPreceding=function(kd){var Id,Rd;return Id=this.treePosition(kd),Rd=this.treePosition(this),Id===-1||Rd===-1?!1:Id<Rd},Nd.prototype.isFollowing=function(kd){var Id,Rd;return Id=this.treePosition(kd),Rd=this.treePosition(this),Id===-1||Rd===-1?!1:Id>Rd},Nd.prototype.treePosition=function(kd){var Id,Rd;return Rd=0,Id=!1,this.foreachTreeNode(this.document(),function(Md){if(Rd++,!Id&&Md===kd)return Id=!0}),Id?Rd:-1},Nd.prototype.foreachTreeNode=function(kd,Id){var Rd,Md,Ld,jd,Pd;for(kd||(kd=this.document()),jd=kd.children,Md=0,Ld=jd.length;Md<Ld;Md++){if(Rd=jd[Md],Pd=Id(Rd))return Pd;if(Pd=this.foreachTreeNode(Rd,Id),Pd)return Pd}},Nd}()}).call(commonjsGlobal)),XMLNode.exports}var XMLStringifier={exports:{}},hasRequiredXMLStringifier;function requireXMLStringifier(){return hasRequiredXMLStringifier||(hasRequiredXMLStringifier=1,(function(){var Ra=function(Ja,ed){return function(){return Ja.apply(ed,arguments)}},qa={}.hasOwnProperty;XMLStringifier.exports=function(){function Ja(ed){this.assertLegalName=Ra(this.assertLegalName,this),this.assertLegalChar=Ra(this.assertLegalChar,this);var td,rd,od;ed||(ed={}),this.options=ed,this.options.version||(this.options.version="1.0"),rd=ed.stringify||{};for(td in rd)qa.call(rd,td)&&(od=rd[td],this[td]=od)}return Ja.prototype.name=function(ed){return this.options.noValidation?ed:this.assertLegalName(""+ed||"")},Ja.prototype.text=function(ed){return this.options.noValidation?ed:this.assertLegalChar(this.textEscape(""+ed||""))},Ja.prototype.cdata=function(ed){return this.options.noValidation?ed:(ed=""+ed||"",ed=ed.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(ed))},Ja.prototype.comment=function(ed){if(this.options.noValidation)return ed;if(ed=""+ed||"",ed.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+ed);return this.assertLegalChar(ed)},Ja.prototype.raw=function(ed){return this.options.noValidation?ed:""+ed||""},Ja.prototype.attValue=function(ed){return this.options.noValidation?ed:this.assertLegalChar(this.attEscape(ed=""+ed||""))},Ja.prototype.insTarget=function(ed){return this.options.noValidation?ed:this.assertLegalChar(""+ed||"")},Ja.prototype.insValue=function(ed){if(this.options.noValidation)return ed;if(ed=""+ed||"",ed.match(/\?>/))throw new Error("Invalid processing instruction value: "+ed);return this.assertLegalChar(ed)},Ja.prototype.xmlVersion=function(ed){if(this.options.noValidation)return ed;if(ed=""+ed||"",!ed.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+ed);return ed},Ja.prototype.xmlEncoding=function(ed){if(this.options.noValidation)return ed;if(ed=""+ed||"",!ed.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+ed);return this.assertLegalChar(ed)},Ja.prototype.xmlStandalone=function(ed){return this.options.noValidation?ed:ed?"yes":"no"},Ja.prototype.dtdPubID=function(ed){return this.options.noValidation?ed:this.assertLegalChar(""+ed||"")},Ja.prototype.dtdSysID=function(ed){return this.options.noValidation?ed:this.assertLegalChar(""+ed||"")},Ja.prototype.dtdElementValue=function(ed){return this.options.noValidation?ed:this.assertLegalChar(""+ed||"")},Ja.prototype.dtdAttType=function(ed){return this.options.noValidation?ed:this.assertLegalChar(""+ed||"")},Ja.prototype.dtdAttDefault=function(ed){return this.options.noValidation?ed:this.assertLegalChar(""+ed||"")},Ja.prototype.dtdEntityValue=function(ed){return this.options.noValidation?ed:this.assertLegalChar(""+ed||"")},Ja.prototype.dtdNData=function(ed){return this.options.noValidation?ed:this.assertLegalChar(""+ed||"")},Ja.prototype.convertAttKey="@",Ja.prototype.convertPIKey="?",Ja.prototype.convertTextKey="#text",Ja.prototype.convertCDataKey="#cdata",Ja.prototype.convertCommentKey="#comment",Ja.prototype.convertRawKey="#raw",Ja.prototype.assertLegalChar=function(ed){var td,rd;if(this.options.noValidation)return ed;if(td="",this.options.version==="1.0"){if(td=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,rd=ed.match(td))throw new Error("Invalid character in string: "+ed+" at index "+rd.index)}else if(this.options.version==="1.1"&&(td=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,rd=ed.match(td)))throw new Error("Invalid character in string: "+ed+" at index "+rd.index);return ed},Ja.prototype.assertLegalName=function(ed){var td;if(this.options.noValidation)return ed;if(this.assertLegalChar(ed),td=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,!ed.match(td))throw new Error("Invalid character in name");return ed},Ja.prototype.textEscape=function(ed){var td;return this.options.noValidation?ed:(td=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,ed.replace(td,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;"))},Ja.prototype.attEscape=function(ed){var td;return this.options.noValidation?ed:(td=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,ed.replace(td,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;"))},Ja}()}).call(commonjsGlobal)),XMLStringifier.exports}var XMLStringWriter={exports:{}},XMLWriterBase={exports:{}},WriterState={exports:{}},hasRequiredWriterState;function requireWriterState(){return hasRequiredWriterState||(hasRequiredWriterState=1,(function(){WriterState.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}).call(commonjsGlobal)),WriterState.exports}var hasRequiredXMLWriterBase;function requireXMLWriterBase(){return hasRequiredXMLWriterBase||(hasRequiredXMLWriterBase=1,(function(){var Ra,qa,Ja,ed={}.hasOwnProperty;Ja=requireUtility().assign,Ra=requireNodeType(),requireXMLDeclaration(),requireXMLDocType(),requireXMLCData(),requireXMLComment(),requireXMLElement(),requireXMLRaw(),requireXMLText(),requireXMLProcessingInstruction(),requireXMLDummy(),requireXMLDTDAttList(),requireXMLDTDElement(),requireXMLDTDEntity(),requireXMLDTDNotation(),qa=requireWriterState(),XMLWriterBase.exports=function(){function td(rd){var od,sd,ld;rd||(rd={}),this.options=rd,sd=rd.writer||{};for(od in sd)ed.call(sd,od)&&(ld=sd[od],this["_"+od]=this[od],this[od]=ld)}return td.prototype.filterOptions=function(rd){var od,sd,ld,cd,ud,gd,_d,yd;return rd||(rd={}),rd=Ja({},this.options,rd),od={writer:this},od.pretty=rd.pretty||!1,od.allowEmpty=rd.allowEmpty||!1,od.indent=(sd=rd.indent)!=null?sd:" ",od.newline=(ld=rd.newline)!=null?ld:`
`,od.offset=(cd=rd.offset)!=null?cd:0,od.dontPrettyTextNodes=(ud=(gd=rd.dontPrettyTextNodes)!=null?gd:rd.dontprettytextnodes)!=null?ud:0,od.spaceBeforeSlash=(_d=(yd=rd.spaceBeforeSlash)!=null?yd:rd.spacebeforeslash)!=null?_d:"",od.spaceBeforeSlash===!0&&(od.spaceBeforeSlash=" "),od.suppressPrettyCount=0,od.user={},od.state=qa.None,od},td.prototype.indent=function(rd,od,sd){var ld;return!od.pretty||od.suppressPrettyCount?"":od.pretty&&(ld=(sd||0)+od.offset+1,ld>0)?new Array(ld).join(od.indent):""},td.prototype.endline=function(rd,od,sd){return!od.pretty||od.suppressPrettyCount?"":od.newline},td.prototype.attribute=function(rd,od,sd){var ld;return this.openAttribute(rd,od,sd),ld=" "+rd.name+'="'+rd.value+'"',this.closeAttribute(rd,od,sd),ld},td.prototype.cdata=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd)+"<![CDATA[",od.state=qa.InsideTag,ld+=rd.value,od.state=qa.CloseTag,ld+="]]>"+this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.comment=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd)+"<!-- ",od.state=qa.InsideTag,ld+=rd.value,od.state=qa.CloseTag,ld+=" -->"+this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.declaration=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd)+"<?xml",od.state=qa.InsideTag,ld+=' version="'+rd.version+'"',rd.encoding!=null&&(ld+=' encoding="'+rd.encoding+'"'),rd.standalone!=null&&(ld+=' standalone="'+rd.standalone+'"'),od.state=qa.CloseTag,ld+=od.spaceBeforeSlash+"?>",ld+=this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.docType=function(rd,od,sd){var ld,cd,ud,gd,_d;if(sd||(sd=0),this.openNode(rd,od,sd),od.state=qa.OpenTag,gd=this.indent(rd,od,sd),gd+="<!DOCTYPE "+rd.root().name,rd.pubID&&rd.sysID?gd+=' PUBLIC "'+rd.pubID+'" "'+rd.sysID+'"':rd.sysID&&(gd+=' SYSTEM "'+rd.sysID+'"'),rd.children.length>0){for(gd+=" [",gd+=this.endline(rd,od,sd),od.state=qa.InsideTag,_d=rd.children,cd=0,ud=_d.length;cd<ud;cd++)ld=_d[cd],gd+=this.writeChildNode(ld,od,sd+1);od.state=qa.CloseTag,gd+="]"}return od.state=qa.CloseTag,gd+=od.spaceBeforeSlash+">",gd+=this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),gd},td.prototype.element=function(rd,od,sd){var ld,cd,ud,gd,_d,yd,Ed,Td,Od,Ad,Nd,kd,Id,Rd;sd||(sd=0),Ad=!1,Nd="",this.openNode(rd,od,sd),od.state=qa.OpenTag,Nd+=this.indent(rd,od,sd)+"<"+rd.name,kd=rd.attribs;for(Od in kd)ed.call(kd,Od)&&(ld=kd[Od],Nd+=this.attribute(ld,od,sd));if(ud=rd.children.length,gd=ud===0?null:rd.children[0],ud===0||rd.children.every(function(Md){return(Md.type===Ra.Text||Md.type===Ra.Raw)&&Md.value===""}))od.allowEmpty?(Nd+=">",od.state=qa.CloseTag,Nd+="</"+rd.name+">"+this.endline(rd,od,sd)):(od.state=qa.CloseTag,Nd+=od.spaceBeforeSlash+"/>"+this.endline(rd,od,sd));else if(od.pretty&&ud===1&&(gd.type===Ra.Text||gd.type===Ra.Raw)&&gd.value!=null)Nd+=">",od.state=qa.InsideTag,od.suppressPrettyCount++,Ad=!0,Nd+=this.writeChildNode(gd,od,sd+1),od.suppressPrettyCount--,Ad=!1,od.state=qa.CloseTag,Nd+="</"+rd.name+">"+this.endline(rd,od,sd);else{if(od.dontPrettyTextNodes){for(Id=rd.children,_d=0,Ed=Id.length;_d<Ed;_d++)if(cd=Id[_d],(cd.type===Ra.Text||cd.type===Ra.Raw)&&cd.value!=null){od.suppressPrettyCount++,Ad=!0;break}}for(Nd+=">"+this.endline(rd,od,sd),od.state=qa.InsideTag,Rd=rd.children,yd=0,Td=Rd.length;yd<Td;yd++)cd=Rd[yd],Nd+=this.writeChildNode(cd,od,sd+1);od.state=qa.CloseTag,Nd+=this.indent(rd,od,sd)+"</"+rd.name+">",Ad&&od.suppressPrettyCount--,Nd+=this.endline(rd,od,sd),od.state=qa.None}return this.closeNode(rd,od,sd),Nd},td.prototype.writeChildNode=function(rd,od,sd){switch(rd.type){case Ra.CData:return this.cdata(rd,od,sd);case Ra.Comment:return this.comment(rd,od,sd);case Ra.Element:return this.element(rd,od,sd);case Ra.Raw:return this.raw(rd,od,sd);case Ra.Text:return this.text(rd,od,sd);case Ra.ProcessingInstruction:return this.processingInstruction(rd,od,sd);case Ra.Dummy:return"";case Ra.Declaration:return this.declaration(rd,od,sd);case Ra.DocType:return this.docType(rd,od,sd);case Ra.AttributeDeclaration:return this.dtdAttList(rd,od,sd);case Ra.ElementDeclaration:return this.dtdElement(rd,od,sd);case Ra.EntityDeclaration:return this.dtdEntity(rd,od,sd);case Ra.NotationDeclaration:return this.dtdNotation(rd,od,sd);default:throw new Error("Unknown XML node type: "+rd.constructor.name)}},td.prototype.processingInstruction=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd)+"<?",od.state=qa.InsideTag,ld+=rd.target,rd.value&&(ld+=" "+rd.value),od.state=qa.CloseTag,ld+=od.spaceBeforeSlash+"?>",ld+=this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.raw=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd),od.state=qa.InsideTag,ld+=rd.value,od.state=qa.CloseTag,ld+=this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.text=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd),od.state=qa.InsideTag,ld+=rd.value,od.state=qa.CloseTag,ld+=this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.dtdAttList=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd)+"<!ATTLIST",od.state=qa.InsideTag,ld+=" "+rd.elementName+" "+rd.attributeName+" "+rd.attributeType,rd.defaultValueType!=="#DEFAULT"&&(ld+=" "+rd.defaultValueType),rd.defaultValue&&(ld+=' "'+rd.defaultValue+'"'),od.state=qa.CloseTag,ld+=od.spaceBeforeSlash+">"+this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.dtdElement=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd)+"<!ELEMENT",od.state=qa.InsideTag,ld+=" "+rd.name+" "+rd.value,od.state=qa.CloseTag,ld+=od.spaceBeforeSlash+">"+this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.dtdEntity=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd)+"<!ENTITY",od.state=qa.InsideTag,rd.pe&&(ld+=" %"),ld+=" "+rd.name,rd.value?ld+=' "'+rd.value+'"':(rd.pubID&&rd.sysID?ld+=' PUBLIC "'+rd.pubID+'" "'+rd.sysID+'"':rd.sysID&&(ld+=' SYSTEM "'+rd.sysID+'"'),rd.nData&&(ld+=" NDATA "+rd.nData)),od.state=qa.CloseTag,ld+=od.spaceBeforeSlash+">"+this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.dtdNotation=function(rd,od,sd){var ld;return this.openNode(rd,od,sd),od.state=qa.OpenTag,ld=this.indent(rd,od,sd)+"<!NOTATION",od.state=qa.InsideTag,ld+=" "+rd.name,rd.pubID&&rd.sysID?ld+=' PUBLIC "'+rd.pubID+'" "'+rd.sysID+'"':rd.pubID?ld+=' PUBLIC "'+rd.pubID+'"':rd.sysID&&(ld+=' SYSTEM "'+rd.sysID+'"'),od.state=qa.CloseTag,ld+=od.spaceBeforeSlash+">"+this.endline(rd,od,sd),od.state=qa.None,this.closeNode(rd,od,sd),ld},td.prototype.openNode=function(rd,od,sd){},td.prototype.closeNode=function(rd,od,sd){},td.prototype.openAttribute=function(rd,od,sd){},td.prototype.closeAttribute=function(rd,od,sd){},td}()}).call(commonjsGlobal)),XMLWriterBase.exports}var hasRequiredXMLStringWriter;function requireXMLStringWriter(){return hasRequiredXMLStringWriter||(hasRequiredXMLStringWriter=1,(function(){var Ra,qa=function(ed,td){for(var rd in td)Ja.call(td,rd)&&(ed[rd]=td[rd]);function od(){this.constructor=ed}return od.prototype=td.prototype,ed.prototype=new od,ed.__super__=td.prototype,ed},Ja={}.hasOwnProperty;Ra=requireXMLWriterBase(),XMLStringWriter.exports=function(ed){qa(td,ed);function td(rd){td.__super__.constructor.call(this,rd)}return td.prototype.document=function(rd,od){var sd,ld,cd,ud,gd;for(od=this.filterOptions(od),ud="",gd=rd.children,ld=0,cd=gd.length;ld<cd;ld++)sd=gd[ld],ud+=this.writeChildNode(sd,od,0);return od.pretty&&ud.slice(-od.newline.length)===od.newline&&(ud=ud.slice(0,-od.newline.length)),ud},td}(Ra)}).call(commonjsGlobal)),XMLStringWriter.exports}var hasRequiredXMLDocument;function requireXMLDocument(){return hasRequiredXMLDocument||(hasRequiredXMLDocument=1,(function(){var Ra,qa,Ja,ed,td,rd,od,sd=function(cd,ud){for(var gd in ud)ld.call(ud,gd)&&(cd[gd]=ud[gd]);function _d(){this.constructor=cd}return _d.prototype=ud.prototype,cd.prototype=new _d,cd.__super__=ud.prototype,cd},ld={}.hasOwnProperty;od=requireUtility().isPlainObject,Ja=requireXMLDOMImplementation(),qa=requireXMLDOMConfiguration(),ed=requireXMLNode(),Ra=requireNodeType(),rd=requireXMLStringifier(),td=requireXMLStringWriter(),XMLDocument.exports=function(cd){sd(ud,cd);function ud(gd){ud.__super__.constructor.call(this,null),this.name="#document",this.type=Ra.Document,this.documentURI=null,this.domConfig=new qa,gd||(gd={}),gd.writer||(gd.writer=new td),this.options=gd,this.stringify=new rd(gd)}return Object.defineProperty(ud.prototype,"implementation",{value:new Ja}),Object.defineProperty(ud.prototype,"doctype",{get:function(){var gd,_d,yd,Ed;for(Ed=this.children,_d=0,yd=Ed.length;_d<yd;_d++)if(gd=Ed[_d],gd.type===Ra.DocType)return gd;return null}}),Object.defineProperty(ud.prototype,"documentElement",{get:function(){return this.rootObject||null}}),Object.defineProperty(ud.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(ud.prototype,"strictErrorChecking",{get:function(){return!1}}),Object.defineProperty(ud.prototype,"xmlEncoding",{get:function(){return this.children.length!==0&&this.children[0].type===Ra.Declaration?this.children[0].encoding:null}}),Object.defineProperty(ud.prototype,"xmlStandalone",{get:function(){return this.children.length!==0&&this.children[0].type===Ra.Declaration?this.children[0].standalone==="yes":!1}}),Object.defineProperty(ud.prototype,"xmlVersion",{get:function(){return this.children.length!==0&&this.children[0].type===Ra.Declaration?this.children[0].version:"1.0"}}),Object.defineProperty(ud.prototype,"URL",{get:function(){return this.documentURI}}),Object.defineProperty(ud.prototype,"origin",{get:function(){return null}}),Object.defineProperty(ud.prototype,"compatMode",{get:function(){return null}}),Object.defineProperty(ud.prototype,"characterSet",{get:function(){return null}}),Object.defineProperty(ud.prototype,"contentType",{get:function(){return null}}),ud.prototype.end=function(gd){var _d;return _d={},gd?od(gd)&&(_d=gd,gd=this.options.writer):gd=this.options.writer,gd.document(this,gd.filterOptions(_d))},ud.prototype.toString=function(gd){return this.options.writer.document(this,this.options.writer.filterOptions(gd))},ud.prototype.createElement=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createDocumentFragment=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createTextNode=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createComment=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createCDATASection=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createProcessingInstruction=function(gd,_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createAttribute=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createEntityReference=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.getElementsByTagName=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.importNode=function(gd,_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createElementNS=function(gd,_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createAttributeNS=function(gd,_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.getElementsByTagNameNS=function(gd,_d){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.getElementById=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.adoptNode=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.normalizeDocument=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.renameNode=function(gd,_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.getElementsByClassName=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createEvent=function(gd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createRange=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createNodeIterator=function(gd,_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud.prototype.createTreeWalker=function(gd,_d,yd){throw new Error("This DOM method is not implemented."+this.debugInfo())},ud}(ed)}).call(commonjsGlobal)),XMLDocument.exports}var XMLDocumentCB={exports:{}},hasRequiredXMLDocumentCB;function requireXMLDocumentCB(){return hasRequiredXMLDocumentCB||(hasRequiredXMLDocumentCB=1,(function(){var Ra,qa,Ja,ed,td,rd,od,sd,ld,cd,ud,gd,_d,yd,Ed,Td,Od,Ad,Nd,kd,Id,Rd,Md,Ld={}.hasOwnProperty;Md=requireUtility(),Id=Md.isObject,kd=Md.isFunction,Rd=Md.isPlainObject,Nd=Md.getValue,Ra=requireNodeType(),gd=requireXMLDocument(),_d=requireXMLElement(),ed=requireXMLCData(),td=requireXMLComment(),Ed=requireXMLRaw(),Ad=requireXMLText(),yd=requireXMLProcessingInstruction(),cd=requireXMLDeclaration(),ud=requireXMLDocType(),rd=requireXMLDTDAttList(),sd=requireXMLDTDEntity(),od=requireXMLDTDElement(),ld=requireXMLDTDNotation(),Ja=requireXMLAttribute(),Od=requireXMLStringifier(),Td=requireXMLStringWriter(),qa=requireWriterState(),XMLDocumentCB.exports=function(){function jd(Pd,Fd,Ud){var Vd;this.name="?xml",this.type=Ra.Document,Pd||(Pd={}),Vd={},Pd.writer?Rd(Pd.writer)&&(Vd=Pd.writer,Pd.writer=new Td):Pd.writer=new Td,this.options=Pd,this.writer=Pd.writer,this.writerOptions=this.writer.filterOptions(Vd),this.stringify=new Od(Pd),this.onDataCallback=Fd||function(){},this.onEndCallback=Ud||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return jd.prototype.createChildNode=function(Pd){var Fd,Ud,Vd,qd,Wd,zd,Kd,Qd;switch(Pd.type){case Ra.CData:this.cdata(Pd.value);break;case Ra.Comment:this.comment(Pd.value);break;case Ra.Element:Vd={},Kd=Pd.attribs;for(Ud in Kd)Ld.call(Kd,Ud)&&(Fd=Kd[Ud],Vd[Ud]=Fd.value);this.node(Pd.name,Vd);break;case Ra.Dummy:this.dummy();break;case Ra.Raw:this.raw(Pd.value);break;case Ra.Text:this.text(Pd.value);break;case Ra.ProcessingInstruction:this.instruction(Pd.target,Pd.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+Pd.constructor.name)}for(Qd=Pd.children,Wd=0,zd=Qd.length;Wd<zd;Wd++)qd=Qd[Wd],this.createChildNode(qd),qd.type===Ra.Element&&this.up();return this},jd.prototype.dummy=function(){return this},jd.prototype.node=function(Pd,Fd,Ud){var Vd;if(Pd==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(Pd));return this.openCurrent(),Pd=Nd(Pd),Fd==null&&(Fd={}),Fd=Nd(Fd),Id(Fd)||(Vd=[Fd,Ud],Ud=Vd[0],Fd=Vd[1]),this.currentNode=new _d(this,Pd,Fd),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,Ud!=null&&this.text(Ud),this},jd.prototype.element=function(Pd,Fd,Ud){var Vd,qd,Wd,zd,Kd,Qd;if(this.currentNode&&this.currentNode.type===Ra.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(Pd)||Id(Pd)||kd(Pd))for(zd=this.options.noValidation,this.options.noValidation=!0,Qd=new gd(this.options).element("TEMP_ROOT"),Qd.element(Pd),this.options.noValidation=zd,Kd=Qd.children,qd=0,Wd=Kd.length;qd<Wd;qd++)Vd=Kd[qd],this.createChildNode(Vd),Vd.type===Ra.Element&&this.up();else this.node(Pd,Fd,Ud);return this},jd.prototype.attribute=function(Pd,Fd){var Ud,Vd;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(Pd));if(Pd!=null&&(Pd=Nd(Pd)),Id(Pd))for(Ud in Pd)Ld.call(Pd,Ud)&&(Vd=Pd[Ud],this.attribute(Ud,Vd));else kd(Fd)&&(Fd=Fd.apply()),this.options.keepNullAttributes&&Fd==null?this.currentNode.attribs[Pd]=new Ja(this,Pd,""):Fd!=null&&(this.currentNode.attribs[Pd]=new Ja(this,Pd,Fd));return this},jd.prototype.text=function(Pd){var Fd;return this.openCurrent(),Fd=new Ad(this,Pd),this.onData(this.writer.text(Fd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.cdata=function(Pd){var Fd;return this.openCurrent(),Fd=new ed(this,Pd),this.onData(this.writer.cdata(Fd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.comment=function(Pd){var Fd;return this.openCurrent(),Fd=new td(this,Pd),this.onData(this.writer.comment(Fd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.raw=function(Pd){var Fd;return this.openCurrent(),Fd=new Ed(this,Pd),this.onData(this.writer.raw(Fd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.instruction=function(Pd,Fd){var Ud,Vd,qd,Wd,zd;if(this.openCurrent(),Pd!=null&&(Pd=Nd(Pd)),Fd!=null&&(Fd=Nd(Fd)),Array.isArray(Pd))for(Ud=0,Wd=Pd.length;Ud<Wd;Ud++)Vd=Pd[Ud],this.instruction(Vd);else if(Id(Pd))for(Vd in Pd)Ld.call(Pd,Vd)&&(qd=Pd[Vd],this.instruction(Vd,qd));else kd(Fd)&&(Fd=Fd.apply()),zd=new yd(this,Pd,Fd),this.onData(this.writer.processingInstruction(zd,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},jd.prototype.declaration=function(Pd,Fd,Ud){var Vd;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return Vd=new cd(this,Pd,Fd,Ud),this.onData(this.writer.declaration(Vd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.doctype=function(Pd,Fd,Ud){if(this.openCurrent(),Pd==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new ud(this,Fd,Ud),this.currentNode.rootNodeName=Pd,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},jd.prototype.dtdElement=function(Pd,Fd){var Ud;return this.openCurrent(),Ud=new od(this,Pd,Fd),this.onData(this.writer.dtdElement(Ud,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.attList=function(Pd,Fd,Ud,Vd,qd){var Wd;return this.openCurrent(),Wd=new rd(this,Pd,Fd,Ud,Vd,qd),this.onData(this.writer.dtdAttList(Wd,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.entity=function(Pd,Fd){var Ud;return this.openCurrent(),Ud=new sd(this,!1,Pd,Fd),this.onData(this.writer.dtdEntity(Ud,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.pEntity=function(Pd,Fd){var Ud;return this.openCurrent(),Ud=new sd(this,!0,Pd,Fd),this.onData(this.writer.dtdEntity(Ud,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.notation=function(Pd,Fd){var Ud;return this.openCurrent(),Ud=new ld(this,Pd,Fd),this.onData(this.writer.dtdNotation(Ud,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},jd.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},jd.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},jd.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},jd.prototype.openNode=function(Pd){var Fd,Ud,Vd,qd;if(!Pd.isOpen){if(!this.root&&this.currentLevel===0&&Pd.type===Ra.Element&&(this.root=Pd),Ud="",Pd.type===Ra.Element){this.writerOptions.state=qa.OpenTag,Ud=this.writer.indent(Pd,this.writerOptions,this.currentLevel)+"<"+Pd.name,qd=Pd.attribs;for(Vd in qd)Ld.call(qd,Vd)&&(Fd=qd[Vd],Ud+=this.writer.attribute(Fd,this.writerOptions,this.currentLevel));Ud+=(Pd.children?">":"/>")+this.writer.endline(Pd,this.writerOptions,this.currentLevel),this.writerOptions.state=qa.InsideTag}else this.writerOptions.state=qa.OpenTag,Ud=this.writer.indent(Pd,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+Pd.rootNodeName,Pd.pubID&&Pd.sysID?Ud+=' PUBLIC "'+Pd.pubID+'" "'+Pd.sysID+'"':Pd.sysID&&(Ud+=' SYSTEM "'+Pd.sysID+'"'),Pd.children?(Ud+=" [",this.writerOptions.state=qa.InsideTag):(this.writerOptions.state=qa.CloseTag,Ud+=">"),Ud+=this.writer.endline(Pd,this.writerOptions,this.currentLevel);return this.onData(Ud,this.currentLevel),Pd.isOpen=!0}},jd.prototype.closeNode=function(Pd){var Fd;if(!Pd.isClosed)return Fd="",this.writerOptions.state=qa.CloseTag,Pd.type===Ra.Element?Fd=this.writer.indent(Pd,this.writerOptions,this.currentLevel)+"</"+Pd.name+">"+this.writer.endline(Pd,this.writerOptions,this.currentLevel):Fd=this.writer.indent(Pd,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(Pd,this.writerOptions,this.currentLevel),this.writerOptions.state=qa.None,this.onData(Fd,this.currentLevel),Pd.isClosed=!0},jd.prototype.onData=function(Pd,Fd){return this.documentStarted=!0,this.onDataCallback(Pd,Fd+1)},jd.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},jd.prototype.debugInfo=function(Pd){return Pd==null?"":"node: <"+Pd+">"},jd.prototype.ele=function(){return this.element.apply(this,arguments)},jd.prototype.nod=function(Pd,Fd,Ud){return this.node(Pd,Fd,Ud)},jd.prototype.txt=function(Pd){return this.text(Pd)},jd.prototype.dat=function(Pd){return this.cdata(Pd)},jd.prototype.com=function(Pd){return this.comment(Pd)},jd.prototype.ins=function(Pd,Fd){return this.instruction(Pd,Fd)},jd.prototype.dec=function(Pd,Fd,Ud){return this.declaration(Pd,Fd,Ud)},jd.prototype.dtd=function(Pd,Fd,Ud){return this.doctype(Pd,Fd,Ud)},jd.prototype.e=function(Pd,Fd,Ud){return this.element(Pd,Fd,Ud)},jd.prototype.n=function(Pd,Fd,Ud){return this.node(Pd,Fd,Ud)},jd.prototype.t=function(Pd){return this.text(Pd)},jd.prototype.d=function(Pd){return this.cdata(Pd)},jd.prototype.c=function(Pd){return this.comment(Pd)},jd.prototype.r=function(Pd){return this.raw(Pd)},jd.prototype.i=function(Pd,Fd){return this.instruction(Pd,Fd)},jd.prototype.att=function(){return this.currentNode&&this.currentNode.type===Ra.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},jd.prototype.a=function(){return this.currentNode&&this.currentNode.type===Ra.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},jd.prototype.ent=function(Pd,Fd){return this.entity(Pd,Fd)},jd.prototype.pent=function(Pd,Fd){return this.pEntity(Pd,Fd)},jd.prototype.not=function(Pd,Fd){return this.notation(Pd,Fd)},jd}()}).call(commonjsGlobal)),XMLDocumentCB.exports}var XMLStreamWriter={exports:{}},hasRequiredXMLStreamWriter;function requireXMLStreamWriter(){return hasRequiredXMLStreamWriter||(hasRequiredXMLStreamWriter=1,(function(){var Ra,qa,Ja,ed=function(rd,od){for(var sd in od)td.call(od,sd)&&(rd[sd]=od[sd]);function ld(){this.constructor=rd}return ld.prototype=od.prototype,rd.prototype=new ld,rd.__super__=od.prototype,rd},td={}.hasOwnProperty;Ra=requireNodeType(),Ja=requireXMLWriterBase(),qa=requireWriterState(),XMLStreamWriter.exports=function(rd){ed(od,rd);function od(sd,ld){this.stream=sd,od.__super__.constructor.call(this,ld)}return od.prototype.endline=function(sd,ld,cd){return sd.isLastRootNode&&ld.state===qa.CloseTag?"":od.__super__.endline.call(this,sd,ld,cd)},od.prototype.document=function(sd,ld){var cd,ud,gd,_d,yd,Ed,Td,Od,Ad;for(Td=sd.children,ud=gd=0,yd=Td.length;gd<yd;ud=++gd)cd=Td[ud],cd.isLastRootNode=ud===sd.children.length-1;for(ld=this.filterOptions(ld),Od=sd.children,Ad=[],_d=0,Ed=Od.length;_d<Ed;_d++)cd=Od[_d],Ad.push(this.writeChildNode(cd,ld,0));return Ad},od.prototype.attribute=function(sd,ld,cd){return this.stream.write(od.__super__.attribute.call(this,sd,ld,cd))},od.prototype.cdata=function(sd,ld,cd){return this.stream.write(od.__super__.cdata.call(this,sd,ld,cd))},od.prototype.comment=function(sd,ld,cd){return this.stream.write(od.__super__.comment.call(this,sd,ld,cd))},od.prototype.declaration=function(sd,ld,cd){return this.stream.write(od.__super__.declaration.call(this,sd,ld,cd))},od.prototype.docType=function(sd,ld,cd){var ud,gd,_d,yd;if(cd||(cd=0),this.openNode(sd,ld,cd),ld.state=qa.OpenTag,this.stream.write(this.indent(sd,ld,cd)),this.stream.write("<!DOCTYPE "+sd.root().name),sd.pubID&&sd.sysID?this.stream.write(' PUBLIC "'+sd.pubID+'" "'+sd.sysID+'"'):sd.sysID&&this.stream.write(' SYSTEM "'+sd.sysID+'"'),sd.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(sd,ld,cd)),ld.state=qa.InsideTag,yd=sd.children,gd=0,_d=yd.length;gd<_d;gd++)ud=yd[gd],this.writeChildNode(ud,ld,cd+1);ld.state=qa.CloseTag,this.stream.write("]")}return ld.state=qa.CloseTag,this.stream.write(ld.spaceBeforeSlash+">"),this.stream.write(this.endline(sd,ld,cd)),ld.state=qa.None,this.closeNode(sd,ld,cd)},od.prototype.element=function(sd,ld,cd){var ud,gd,_d,yd,Ed,Td,Od,Ad,Nd;cd||(cd=0),this.openNode(sd,ld,cd),ld.state=qa.OpenTag,this.stream.write(this.indent(sd,ld,cd)+"<"+sd.name),Ad=sd.attribs;for(Od in Ad)td.call(Ad,Od)&&(ud=Ad[Od],this.attribute(ud,ld,cd));if(_d=sd.children.length,yd=_d===0?null:sd.children[0],_d===0||sd.children.every(function(kd){return(kd.type===Ra.Text||kd.type===Ra.Raw)&&kd.value===""}))ld.allowEmpty?(this.stream.write(">"),ld.state=qa.CloseTag,this.stream.write("</"+sd.name+">")):(ld.state=qa.CloseTag,this.stream.write(ld.spaceBeforeSlash+"/>"));else if(ld.pretty&&_d===1&&(yd.type===Ra.Text||yd.type===Ra.Raw)&&yd.value!=null)this.stream.write(">"),ld.state=qa.InsideTag,ld.suppressPrettyCount++,this.writeChildNode(yd,ld,cd+1),ld.suppressPrettyCount--,ld.state=qa.CloseTag,this.stream.write("</"+sd.name+">");else{for(this.stream.write(">"+this.endline(sd,ld,cd)),ld.state=qa.InsideTag,Nd=sd.children,Ed=0,Td=Nd.length;Ed<Td;Ed++)gd=Nd[Ed],this.writeChildNode(gd,ld,cd+1);ld.state=qa.CloseTag,this.stream.write(this.indent(sd,ld,cd)+"</"+sd.name+">")}return this.stream.write(this.endline(sd,ld,cd)),ld.state=qa.None,this.closeNode(sd,ld,cd)},od.prototype.processingInstruction=function(sd,ld,cd){return this.stream.write(od.__super__.processingInstruction.call(this,sd,ld,cd))},od.prototype.raw=function(sd,ld,cd){return this.stream.write(od.__super__.raw.call(this,sd,ld,cd))},od.prototype.text=function(sd,ld,cd){return this.stream.write(od.__super__.text.call(this,sd,ld,cd))},od.prototype.dtdAttList=function(sd,ld,cd){return this.stream.write(od.__super__.dtdAttList.call(this,sd,ld,cd))},od.prototype.dtdElement=function(sd,ld,cd){return this.stream.write(od.__super__.dtdElement.call(this,sd,ld,cd))},od.prototype.dtdEntity=function(sd,ld,cd){return this.stream.write(od.__super__.dtdEntity.call(this,sd,ld,cd))},od.prototype.dtdNotation=function(sd,ld,cd){return this.stream.write(od.__super__.dtdNotation.call(this,sd,ld,cd))},od}(Ja)}).call(commonjsGlobal)),XMLStreamWriter.exports}var hasRequiredLib;function requireLib(){return hasRequiredLib||(hasRequiredLib=1,(function(){var Ra,qa,Ja,ed,td,rd,od,sd,ld,cd;cd=requireUtility(),sd=cd.assign,ld=cd.isFunction,Ja=requireXMLDOMImplementation(),ed=requireXMLDocument(),td=requireXMLDocumentCB(),od=requireXMLStringWriter(),rd=requireXMLStreamWriter(),Ra=requireNodeType(),qa=requireWriterState(),lib$1.create=function(ud,gd,_d,yd){var Ed,Td;if(ud==null)throw new Error("Root element needs a name.");return yd=sd({},gd,_d,yd),Ed=new ed(yd),Td=Ed.element(ud),yd.headless||(Ed.declaration(yd),(yd.pubID!=null||yd.sysID!=null)&&Ed.dtd(yd)),Td},lib$1.begin=function(ud,gd,_d){var yd;return ld(ud)&&(yd=[ud,gd],gd=yd[0],_d=yd[1],ud={}),gd?new td(ud,gd,_d):new ed(ud)},lib$1.stringWriter=function(ud){return new od(ud)},lib$1.streamWriter=function(ud,gd){return new rd(ud,gd)},lib$1.implementation=new Ja,lib$1.nodeType=Ra,lib$1.writerState=qa}).call(commonjsGlobal)),lib$1}var hasRequiredBuilder;function requireBuilder(){return hasRequiredBuilder||(hasRequiredBuilder=1,(function(){var Ra,qa,Ja,ed,td,rd={}.hasOwnProperty;Ra=requireLib(),qa=requireDefaults().defaults,ed=function(od){return typeof od=="string"&&(od.indexOf("&")>=0||od.indexOf(">")>=0||od.indexOf("<")>=0)},td=function(od){return"<![CDATA["+Ja(od)+"]]>"},Ja=function(od){return od.replace("]]>","]]]]><![CDATA[>")},builder.Builder=function(){function od(sd){var ld,cd,ud;this.options={},cd=qa["0.2"];for(ld in cd)rd.call(cd,ld)&&(ud=cd[ld],this.options[ld]=ud);for(ld in sd)rd.call(sd,ld)&&(ud=sd[ld],this.options[ld]=ud)}return od.prototype.buildObject=function(sd){var ld,cd,ud,gd,_d;return ld=this.options.attrkey,cd=this.options.charkey,Object.keys(sd).length===1&&this.options.rootName===qa["0.2"].rootName?(_d=Object.keys(sd)[0],sd=sd[_d]):_d=this.options.rootName,ud=function(yd){return function(Ed,Td){var Od,Ad,Nd,kd,Id,Rd;if(typeof Td!="object")yd.options.cdata&&ed(Td)?Ed.raw(td(Td)):Ed.txt(Td);else if(Array.isArray(Td)){for(kd in Td)if(rd.call(Td,kd)){Ad=Td[kd];for(Id in Ad)Nd=Ad[Id],Ed=ud(Ed.ele(Id),Nd).up()}}else for(Id in Td)if(rd.call(Td,Id))if(Ad=Td[Id],Id===ld){if(typeof Ad=="object")for(Od in Ad)Rd=Ad[Od],Ed=Ed.att(Od,Rd)}else if(Id===cd)yd.options.cdata&&ed(Ad)?Ed=Ed.raw(td(Ad)):Ed=Ed.txt(Ad);else if(Array.isArray(Ad))for(kd in Ad)rd.call(Ad,kd)&&(Nd=Ad[kd],typeof Nd=="string"?yd.options.cdata&&ed(Nd)?Ed=Ed.ele(Id).raw(td(Nd)).up():Ed=Ed.ele(Id,Nd).up():Ed=ud(Ed.ele(Id),Nd).up());else typeof Ad=="object"?Ed=ud(Ed.ele(Id),Ad).up():typeof Ad=="string"&&yd.options.cdata&&ed(Ad)?Ed=Ed.ele(Id).raw(td(Ad)).up():(Ad==null&&(Ad=""),Ed=Ed.ele(Id,Ad.toString()).up());return Ed}}(this),gd=Ra.create(_d,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),ud(gd,sd).end(this.options.renderOpts)},od}()}).call(commonjsGlobal)),builder}var parser={},sax={},hasRequiredSax;function requireSax(){return hasRequiredSax||(hasRequiredSax=1,function(Ra){(function(qa){qa.parser=function(Zd,mf){return new ed(Zd,mf)},qa.SAXParser=ed,qa.SAXStream=ud,qa.createStream=cd,qa.MAX_BUFFER_LENGTH=64*1024;var Ja=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];qa.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function ed(Zd,mf){if(!(this instanceof ed))return new ed(Zd,mf);var Pf=this;rd(Pf),Pf.q=Pf.c="",Pf.bufferCheckPosition=qa.MAX_BUFFER_LENGTH,Pf.opt=mf||{},Pf.opt.lowercase=Pf.opt.lowercase||Pf.opt.lowercasetags,Pf.looseCase=Pf.opt.lowercase?"toLowerCase":"toUpperCase",Pf.tags=[],Pf.closed=Pf.closedRoot=Pf.sawRoot=!1,Pf.tag=Pf.error=null,Pf.strict=!!Zd,Pf.noscript=!!(Zd||Pf.opt.noscript),Pf.state=Pd.BEGIN,Pf.strictEntities=Pf.opt.strictEntities,Pf.ENTITIES=Pf.strictEntities?Object.create(qa.XML_ENTITIES):Object.create(qa.ENTITIES),Pf.attribList=[],Pf.opt.xmlns&&(Pf.ns=Object.create(Td)),Pf.opt.unquotedAttributeValues===void 0&&(Pf.opt.unquotedAttributeValues=!Zd),Pf.trackPosition=Pf.opt.position!==!1,Pf.trackPosition&&(Pf.position=Pf.line=Pf.column=0),Ud(Pf,"onready")}Object.create||(Object.create=function(Zd){function mf(){}mf.prototype=Zd;var Pf=new mf;return Pf}),Object.keys||(Object.keys=function(Zd){var mf=[];for(var Pf in Zd)Zd.hasOwnProperty(Pf)&&mf.push(Pf);return mf});function td(Zd){for(var mf=Math.max(qa.MAX_BUFFER_LENGTH,10),Pf=0,Ff=0,Lf=Ja.length;Ff<Lf;Ff++){var jf=Zd[Ja[Ff]].length;if(jf>mf)switch(Ja[Ff]){case"textNode":qd(Zd);break;case"cdata":Vd(Zd,"oncdata",Zd.cdata),Zd.cdata="";break;case"script":Vd(Zd,"onscript",Zd.script),Zd.script="";break;default:zd(Zd,"Max buffer length exceeded: "+Ja[Ff])}Pf=Math.max(Pf,jf)}var xf=qa.MAX_BUFFER_LENGTH-Pf;Zd.bufferCheckPosition=xf+Zd.position}function rd(Zd){for(var mf=0,Pf=Ja.length;mf<Pf;mf++)Zd[Ja[mf]]=""}function od(Zd){qd(Zd),Zd.cdata!==""&&(Vd(Zd,"oncdata",Zd.cdata),Zd.cdata=""),Zd.script!==""&&(Vd(Zd,"onscript",Zd.script),Zd.script="")}ed.prototype={end:function(){Kd(this)},write:Af,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){od(this)}};var sd;try{sd=streamBrowserify.Stream}catch{sd=function(){}}sd||(sd=function(){});var ld=qa.EVENTS.filter(function(Zd){return Zd!=="error"&&Zd!=="end"});function cd(Zd,mf){return new ud(Zd,mf)}function ud(Zd,mf){if(!(this instanceof ud))return new ud(Zd,mf);sd.apply(this),this._parser=new ed(Zd,mf),this.writable=!0,this.readable=!0;var Pf=this;this._parser.onend=function(){Pf.emit("end")},this._parser.onerror=function(Ff){Pf.emit("error",Ff),Pf._parser.error=null},this._decoder=null,ld.forEach(function(Ff){Object.defineProperty(Pf,"on"+Ff,{get:function(){return Pf._parser["on"+Ff]},set:function(Lf){if(!Lf)return Pf.removeAllListeners(Ff),Pf._parser["on"+Ff]=Lf,Lf;Pf.on(Ff,Lf)},enumerable:!0,configurable:!1})})}ud.prototype=Object.create(sd.prototype,{constructor:{value:ud}}),ud.prototype.write=function(Zd){if(typeof Buffer$2=="function"&&typeof Buffer$2.isBuffer=="function"&&Buffer$2.isBuffer(Zd)){if(!this._decoder){var mf=requireString_decoder().StringDecoder;this._decoder=new mf("utf8")}Zd=this._decoder.write(Zd)}return this._parser.write(Zd.toString()),this.emit("data",Zd),!0},ud.prototype.end=function(Zd){return Zd&&Zd.length&&this.write(Zd),this._parser.end(),!0},ud.prototype.on=function(Zd,mf){var Pf=this;return!Pf._parser["on"+Zd]&&ld.indexOf(Zd)!==-1&&(Pf._parser["on"+Zd]=function(){var Ff=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);Ff.splice(0,0,Zd),Pf.emit.apply(Pf,Ff)}),sd.prototype.on.call(Pf,Zd,mf)};var gd="[CDATA[",_d="DOCTYPE",yd="http://www.w3.org/XML/1998/namespace",Ed="http://www.w3.org/2000/xmlns/",Td={xml:yd,xmlns:Ed},Od=/[:_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]/,Ad=/[:_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\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,Nd=/[#:_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]/,kd=/[#:_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\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function Id(Zd){return Zd===" "||Zd===`
`||Zd==="\r"||Zd===" "}function Rd(Zd){return Zd==='"'||Zd==="'"}function Md(Zd){return Zd===">"||Id(Zd)}function Ld(Zd,mf){return Zd.test(mf)}function jd(Zd,mf){return!Ld(Zd,mf)}var Pd=0;qa.STATE={BEGIN:Pd++,BEGIN_WHITESPACE:Pd++,TEXT:Pd++,TEXT_ENTITY:Pd++,OPEN_WAKA:Pd++,SGML_DECL:Pd++,SGML_DECL_QUOTED:Pd++,DOCTYPE:Pd++,DOCTYPE_QUOTED:Pd++,DOCTYPE_DTD:Pd++,DOCTYPE_DTD_QUOTED:Pd++,COMMENT_STARTING:Pd++,COMMENT:Pd++,COMMENT_ENDING:Pd++,COMMENT_ENDED:Pd++,CDATA:Pd++,CDATA_ENDING:Pd++,CDATA_ENDING_2:Pd++,PROC_INST:Pd++,PROC_INST_BODY:Pd++,PROC_INST_ENDING:Pd++,OPEN_TAG:Pd++,OPEN_TAG_SLASH:Pd++,ATTRIB:Pd++,ATTRIB_NAME:Pd++,ATTRIB_NAME_SAW_WHITE:Pd++,ATTRIB_VALUE:Pd++,ATTRIB_VALUE_QUOTED:Pd++,ATTRIB_VALUE_CLOSED:Pd++,ATTRIB_VALUE_UNQUOTED:Pd++,ATTRIB_VALUE_ENTITY_Q:Pd++,ATTRIB_VALUE_ENTITY_U:Pd++,CLOSE_TAG:Pd++,CLOSE_TAG_SAW_WHITE:Pd++,SCRIPT:Pd++,SCRIPT_ENDING:Pd++},qa.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},qa.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(qa.ENTITIES).forEach(function(Zd){var mf=qa.ENTITIES[Zd],Pf=typeof mf=="number"?String.fromCharCode(mf):mf;qa.ENTITIES[Zd]=Pf});for(var Fd in qa.STATE)qa.STATE[qa.STATE[Fd]]=Fd;Pd=qa.STATE;function Ud(Zd,mf,Pf){Zd[mf]&&Zd[mf](Pf)}function Vd(Zd,mf,Pf){Zd.textNode&&qd(Zd),Ud(Zd,mf,Pf)}function qd(Zd){Zd.textNode=Wd(Zd.opt,Zd.textNode),Zd.textNode&&Ud(Zd,"ontext",Zd.textNode),Zd.textNode=""}function Wd(Zd,mf){return Zd.trim&&(mf=mf.trim()),Zd.normalize&&(mf=mf.replace(/\s+/g," ")),mf}function zd(Zd,mf){return qd(Zd),Zd.trackPosition&&(mf+=`
Line: `+Zd.line+`
Column: `+Zd.column+`
Char: `+Zd.c),mf=new Error(mf),Zd.error=mf,Ud(Zd,"onerror",mf),Zd}function Kd(Zd){return Zd.sawRoot&&!Zd.closedRoot&&Qd(Zd,"Unclosed root tag"),Zd.state!==Pd.BEGIN&&Zd.state!==Pd.BEGIN_WHITESPACE&&Zd.state!==Pd.TEXT&&zd(Zd,"Unexpected end"),qd(Zd),Zd.c="",Zd.closed=!0,Ud(Zd,"onend"),ed.call(Zd,Zd.strict,Zd.opt),Zd}function Qd(Zd,mf){if(typeof Zd!="object"||!(Zd instanceof ed))throw new Error("bad call to strictFail");Zd.strict&&zd(Zd,mf)}function hf(Zd){Zd.strict||(Zd.tagName=Zd.tagName[Zd.looseCase]());var mf=Zd.tags[Zd.tags.length-1]||Zd,Pf=Zd.tag={name:Zd.tagName,attributes:{}};Zd.opt.xmlns&&(Pf.ns=mf.ns),Zd.attribList.length=0,Vd(Zd,"onopentagstart",Pf)}function gf(Zd,mf){var Pf=Zd.indexOf(":"),Ff=Pf<0?["",Zd]:Zd.split(":"),Lf=Ff[0],jf=Ff[1];return mf&&Zd==="xmlns"&&(Lf="xmlns",jf=""),{prefix:Lf,local:jf}}function bf(Zd){if(Zd.strict||(Zd.attribName=Zd.attribName[Zd.looseCase]()),Zd.attribList.indexOf(Zd.attribName)!==-1||Zd.tag.attributes.hasOwnProperty(Zd.attribName)){Zd.attribName=Zd.attribValue="";return}if(Zd.opt.xmlns){var mf=gf(Zd.attribName,!0),Pf=mf.prefix,Ff=mf.local;if(Pf==="xmlns")if(Ff==="xml"&&Zd.attribValue!==yd)Qd(Zd,"xml: prefix must be bound to "+yd+`
Actual: `+Zd.attribValue);else if(Ff==="xmlns"&&Zd.attribValue!==Ed)Qd(Zd,"xmlns: prefix must be bound to "+Ed+`
Actual: `+Zd.attribValue);else{var Lf=Zd.tag,jf=Zd.tags[Zd.tags.length-1]||Zd;Lf.ns===jf.ns&&(Lf.ns=Object.create(jf.ns)),Lf.ns[Ff]=Zd.attribValue}Zd.attribList.push([Zd.attribName,Zd.attribValue])}else Zd.tag.attributes[Zd.attribName]=Zd.attribValue,Vd(Zd,"onattribute",{name:Zd.attribName,value:Zd.attribValue});Zd.attribName=Zd.attribValue=""}function kf(Zd,mf){if(Zd.opt.xmlns){var Pf=Zd.tag,Ff=gf(Zd.tagName);Pf.prefix=Ff.prefix,Pf.local=Ff.local,Pf.uri=Pf.ns[Ff.prefix]||"",Pf.prefix&&!Pf.uri&&(Qd(Zd,"Unbound namespace prefix: "+JSON.stringify(Zd.tagName)),Pf.uri=Ff.prefix);var Lf=Zd.tags[Zd.tags.length-1]||Zd;Pf.ns&&Lf.ns!==Pf.ns&&Object.keys(Pf.ns).forEach(function(Df){Vd(Zd,"onopennamespace",{prefix:Df,uri:Pf.ns[Df]})});for(var jf=0,xf=Zd.attribList.length;jf<xf;jf++){var Nf=Zd.attribList[jf],Bf=Nf[0],Tf=Nf[1],wf=gf(Bf,!0),Of=wf.prefix,$f=wf.local,Wf=Of===""?"":Pf.ns[Of]||"",Kf={name:Bf,value:Tf,prefix:Of,local:$f,uri:Wf};Of&&Of!=="xmlns"&&!Wf&&(Qd(Zd,"Unbound namespace prefix: "+JSON.stringify(Of)),Kf.uri=Of),Zd.tag.attributes[Bf]=Kf,Vd(Zd,"onattribute",Kf)}Zd.attribList.length=0}Zd.tag.isSelfClosing=!!mf,Zd.sawRoot=!0,Zd.tags.push(Zd.tag),Vd(Zd,"onopentag",Zd.tag),mf||(!Zd.noscript&&Zd.tagName.toLowerCase()==="script"?Zd.state=Pd.SCRIPT:Zd.state=Pd.TEXT,Zd.tag=null,Zd.tagName=""),Zd.attribName=Zd.attribValue="",Zd.attribList.length=0}function Cf(Zd){if(!Zd.tagName){Qd(Zd,"Weird empty close tag."),Zd.textNode+="</>",Zd.state=Pd.TEXT;return}if(Zd.script){if(Zd.tagName!=="script"){Zd.script+="</"+Zd.tagName+">",Zd.tagName="",Zd.state=Pd.SCRIPT;return}Vd(Zd,"onscript",Zd.script),Zd.script=""}var mf=Zd.tags.length,Pf=Zd.tagName;Zd.strict||(Pf=Pf[Zd.looseCase]());for(var Ff=Pf;mf--;){var Lf=Zd.tags[mf];if(Lf.name!==Ff)Qd(Zd,"Unexpected close tag");else break}if(mf<0){Qd(Zd,"Unmatched closing tag: "+Zd.tagName),Zd.textNode+="</"+Zd.tagName+">",Zd.state=Pd.TEXT;return}Zd.tagName=Pf;for(var jf=Zd.tags.length;jf-- >mf;){var xf=Zd.tag=Zd.tags.pop();Zd.tagName=Zd.tag.name,Vd(Zd,"onclosetag",Zd.tagName);var Nf={};for(var Bf in xf.ns)Nf[Bf]=xf.ns[Bf];var Tf=Zd.tags[Zd.tags.length-1]||Zd;Zd.opt.xmlns&&xf.ns!==Tf.ns&&Object.keys(xf.ns).forEach(function(wf){var Of=xf.ns[wf];Vd(Zd,"onclosenamespace",{prefix:wf,uri:Of})})}mf===0&&(Zd.closedRoot=!0),Zd.tagName=Zd.attribValue=Zd.attribName="",Zd.attribList.length=0,Zd.state=Pd.TEXT}function Ef(Zd){var mf=Zd.entity,Pf=mf.toLowerCase(),Ff,Lf="";return Zd.ENTITIES[mf]?Zd.ENTITIES[mf]:Zd.ENTITIES[Pf]?Zd.ENTITIES[Pf]:(mf=Pf,mf.charAt(0)==="#"&&(mf.charAt(1)==="x"?(mf=mf.slice(2),Ff=parseInt(mf,16),Lf=Ff.toString(16)):(mf=mf.slice(1),Ff=parseInt(mf,10),Lf=Ff.toString(10))),mf=mf.replace(/^0+/,""),isNaN(Ff)||Lf.toLowerCase()!==mf?(Qd(Zd,"Invalid character entity"),"&"+Zd.entity+";"):String.fromCodePoint(Ff))}function yf(Zd,mf){mf==="<"?(Zd.state=Pd.OPEN_WAKA,Zd.startTagPosition=Zd.position):Id(mf)||(Qd(Zd,"Non-whitespace before first tag."),Zd.textNode=mf,Zd.state=Pd.TEXT)}function Mf(Zd,mf){var Pf="";return mf<Zd.length&&(Pf=Zd.charAt(mf)),Pf}function Af(Zd){var mf=this;if(this.error)throw this.error;if(mf.closed)return zd(mf,"Cannot write after close. Assign an onready handler.");if(Zd===null)return Kd(mf);typeof Zd=="object"&&(Zd=Zd.toString());for(var Pf=0,Ff="";Ff=Mf(Zd,Pf++),mf.c=Ff,!!Ff;)switch(mf.trackPosition&&(mf.position++,Ff===`
`?(mf.line++,mf.column=0):mf.column++),mf.state){case Pd.BEGIN:if(mf.state=Pd.BEGIN_WHITESPACE,Ff==="\uFEFF")continue;yf(mf,Ff);continue;case Pd.BEGIN_WHITESPACE:yf(mf,Ff);continue;case Pd.TEXT:if(mf.sawRoot&&!mf.closedRoot){for(var Lf=Pf-1;Ff&&Ff!=="<"&&Ff!=="&";)Ff=Mf(Zd,Pf++),Ff&&mf.trackPosition&&(mf.position++,Ff===`
`?(mf.line++,mf.column=0):mf.column++);mf.textNode+=Zd.substring(Lf,Pf-1)}Ff==="<"&&!(mf.sawRoot&&mf.closedRoot&&!mf.strict)?(mf.state=Pd.OPEN_WAKA,mf.startTagPosition=mf.position):(!Id(Ff)&&(!mf.sawRoot||mf.closedRoot)&&Qd(mf,"Text data outside of root node."),Ff==="&"?mf.state=Pd.TEXT_ENTITY:mf.textNode+=Ff);continue;case Pd.SCRIPT:Ff==="<"?mf.state=Pd.SCRIPT_ENDING:mf.script+=Ff;continue;case Pd.SCRIPT_ENDING:Ff==="/"?mf.state=Pd.CLOSE_TAG:(mf.script+="<"+Ff,mf.state=Pd.SCRIPT);continue;case Pd.OPEN_WAKA:if(Ff==="!")mf.state=Pd.SGML_DECL,mf.sgmlDecl="";else if(!Id(Ff))if(Ld(Od,Ff))mf.state=Pd.OPEN_TAG,mf.tagName=Ff;else if(Ff==="/")mf.state=Pd.CLOSE_TAG,mf.tagName="";else if(Ff==="?")mf.state=Pd.PROC_INST,mf.procInstName=mf.procInstBody="";else{if(Qd(mf,"Unencoded <"),mf.startTagPosition+1<mf.position){var jf=mf.position-mf.startTagPosition;Ff=new Array(jf).join(" ")+Ff}mf.textNode+="<"+Ff,mf.state=Pd.TEXT}continue;case Pd.SGML_DECL:if(mf.sgmlDecl+Ff==="--"){mf.state=Pd.COMMENT,mf.comment="",mf.sgmlDecl="";continue}mf.doctype&&mf.doctype!==!0&&mf.sgmlDecl?(mf.state=Pd.DOCTYPE_DTD,mf.doctype+="<!"+mf.sgmlDecl+Ff,mf.sgmlDecl=""):(mf.sgmlDecl+Ff).toUpperCase()===gd?(Vd(mf,"onopencdata"),mf.state=Pd.CDATA,mf.sgmlDecl="",mf.cdata=""):(mf.sgmlDecl+Ff).toUpperCase()===_d?(mf.state=Pd.DOCTYPE,(mf.doctype||mf.sawRoot)&&Qd(mf,"Inappropriately located doctype declaration"),mf.doctype="",mf.sgmlDecl=""):Ff===">"?(Vd(mf,"onsgmldeclaration",mf.sgmlDecl),mf.sgmlDecl="",mf.state=Pd.TEXT):(Rd(Ff)&&(mf.state=Pd.SGML_DECL_QUOTED),mf.sgmlDecl+=Ff);continue;case Pd.SGML_DECL_QUOTED:Ff===mf.q&&(mf.state=Pd.SGML_DECL,mf.q=""),mf.sgmlDecl+=Ff;continue;case Pd.DOCTYPE:Ff===">"?(mf.state=Pd.TEXT,Vd(mf,"ondoctype",mf.doctype),mf.doctype=!0):(mf.doctype+=Ff,Ff==="["?mf.state=Pd.DOCTYPE_DTD:Rd(Ff)&&(mf.state=Pd.DOCTYPE_QUOTED,mf.q=Ff));continue;case Pd.DOCTYPE_QUOTED:mf.doctype+=Ff,Ff===mf.q&&(mf.q="",mf.state=Pd.DOCTYPE);continue;case Pd.DOCTYPE_DTD:Ff==="]"?(mf.doctype+=Ff,mf.state=Pd.DOCTYPE):Ff==="<"?(mf.state=Pd.OPEN_WAKA,mf.startTagPosition=mf.position):Rd(Ff)?(mf.doctype+=Ff,mf.state=Pd.DOCTYPE_DTD_QUOTED,mf.q=Ff):mf.doctype+=Ff;continue;case Pd.DOCTYPE_DTD_QUOTED:mf.doctype+=Ff,Ff===mf.q&&(mf.state=Pd.DOCTYPE_DTD,mf.q="");continue;case Pd.COMMENT:Ff==="-"?mf.state=Pd.COMMENT_ENDING:mf.comment+=Ff;continue;case Pd.COMMENT_ENDING:Ff==="-"?(mf.state=Pd.COMMENT_ENDED,mf.comment=Wd(mf.opt,mf.comment),mf.comment&&Vd(mf,"oncomment",mf.comment),mf.comment=""):(mf.comment+="-"+Ff,mf.state=Pd.COMMENT);continue;case Pd.COMMENT_ENDED:Ff!==">"?(Qd(mf,"Malformed comment"),mf.comment+="--"+Ff,mf.state=Pd.COMMENT):mf.doctype&&mf.doctype!==!0?mf.state=Pd.DOCTYPE_DTD:mf.state=Pd.TEXT;continue;case Pd.CDATA:Ff==="]"?mf.state=Pd.CDATA_ENDING:mf.cdata+=Ff;continue;case Pd.CDATA_ENDING:Ff==="]"?mf.state=Pd.CDATA_ENDING_2:(mf.cdata+="]"+Ff,mf.state=Pd.CDATA);continue;case Pd.CDATA_ENDING_2:Ff===">"?(mf.cdata&&Vd(mf,"oncdata",mf.cdata),Vd(mf,"onclosecdata"),mf.cdata="",mf.state=Pd.TEXT):Ff==="]"?mf.cdata+="]":(mf.cdata+="]]"+Ff,mf.state=Pd.CDATA);continue;case Pd.PROC_INST:Ff==="?"?mf.state=Pd.PROC_INST_ENDING:Id(Ff)?mf.state=Pd.PROC_INST_BODY:mf.procInstName+=Ff;continue;case Pd.PROC_INST_BODY:if(!mf.procInstBody&&Id(Ff))continue;Ff==="?"?mf.state=Pd.PROC_INST_ENDING:mf.procInstBody+=Ff;continue;case Pd.PROC_INST_ENDING:Ff===">"?(Vd(mf,"onprocessinginstruction",{name:mf.procInstName,body:mf.procInstBody}),mf.procInstName=mf.procInstBody="",mf.state=Pd.TEXT):(mf.procInstBody+="?"+Ff,mf.state=Pd.PROC_INST_BODY);continue;case Pd.OPEN_TAG:Ld(Ad,Ff)?mf.tagName+=Ff:(hf(mf),Ff===">"?kf(mf):Ff==="/"?mf.state=Pd.OPEN_TAG_SLASH:(Id(Ff)||Qd(mf,"Invalid character in tag name"),mf.state=Pd.ATTRIB));continue;case Pd.OPEN_TAG_SLASH:Ff===">"?(kf(mf,!0),Cf(mf)):(Qd(mf,"Forward-slash in opening tag not followed by >"),mf.state=Pd.ATTRIB);continue;case Pd.ATTRIB:if(Id(Ff))continue;Ff===">"?kf(mf):Ff==="/"?mf.state=Pd.OPEN_TAG_SLASH:Ld(Od,Ff)?(mf.attribName=Ff,mf.attribValue="",mf.state=Pd.ATTRIB_NAME):Qd(mf,"Invalid attribute name");continue;case Pd.ATTRIB_NAME:Ff==="="?mf.state=Pd.ATTRIB_VALUE:Ff===">"?(Qd(mf,"Attribute without value"),mf.attribValue=mf.attribName,bf(mf),kf(mf)):Id(Ff)?mf.state=Pd.ATTRIB_NAME_SAW_WHITE:Ld(Ad,Ff)?mf.attribName+=Ff:Qd(mf,"Invalid attribute name");continue;case Pd.ATTRIB_NAME_SAW_WHITE:if(Ff==="=")mf.state=Pd.ATTRIB_VALUE;else{if(Id(Ff))continue;Qd(mf,"Attribute without value"),mf.tag.attributes[mf.attribName]="",mf.attribValue="",Vd(mf,"onattribute",{name:mf.attribName,value:""}),mf.attribName="",Ff===">"?kf(mf):Ld(Od,Ff)?(mf.attribName=Ff,mf.state=Pd.ATTRIB_NAME):(Qd(mf,"Invalid attribute name"),mf.state=Pd.ATTRIB)}continue;case Pd.ATTRIB_VALUE:if(Id(Ff))continue;Rd(Ff)?(mf.q=Ff,mf.state=Pd.ATTRIB_VALUE_QUOTED):(mf.opt.unquotedAttributeValues||zd(mf,"Unquoted attribute value"),mf.state=Pd.ATTRIB_VALUE_UNQUOTED,mf.attribValue=Ff);continue;case Pd.ATTRIB_VALUE_QUOTED:if(Ff!==mf.q){Ff==="&"?mf.state=Pd.ATTRIB_VALUE_ENTITY_Q:mf.attribValue+=Ff;continue}bf(mf),mf.q="",mf.state=Pd.ATTRIB_VALUE_CLOSED;continue;case Pd.ATTRIB_VALUE_CLOSED:Id(Ff)?mf.state=Pd.ATTRIB:Ff===">"?kf(mf):Ff==="/"?mf.state=Pd.OPEN_TAG_SLASH:Ld(Od,Ff)?(Qd(mf,"No whitespace between attributes"),mf.attribName=Ff,mf.attribValue="",mf.state=Pd.ATTRIB_NAME):Qd(mf,"Invalid attribute name");continue;case Pd.ATTRIB_VALUE_UNQUOTED:if(!Md(Ff)){Ff==="&"?mf.state=Pd.ATTRIB_VALUE_ENTITY_U:mf.attribValue+=Ff;continue}bf(mf),Ff===">"?kf(mf):mf.state=Pd.ATTRIB;continue;case Pd.CLOSE_TAG:if(mf.tagName)Ff===">"?Cf(mf):Ld(Ad,Ff)?mf.tagName+=Ff:mf.script?(mf.script+="</"+mf.tagName,mf.tagName="",mf.state=Pd.SCRIPT):(Id(Ff)||Qd(mf,"Invalid tagname in closing tag"),mf.state=Pd.CLOSE_TAG_SAW_WHITE);else{if(Id(Ff))continue;jd(Od,Ff)?mf.script?(mf.script+="</"+Ff,mf.state=Pd.SCRIPT):Qd(mf,"Invalid tagname in closing tag."):mf.tagName=Ff}continue;case Pd.CLOSE_TAG_SAW_WHITE:if(Id(Ff))continue;Ff===">"?Cf(mf):Qd(mf,"Invalid characters in closing tag");continue;case Pd.TEXT_ENTITY:case Pd.ATTRIB_VALUE_ENTITY_Q:case Pd.ATTRIB_VALUE_ENTITY_U:var xf,Nf;switch(mf.state){case Pd.TEXT_ENTITY:xf=Pd.TEXT,Nf="textNode";break;case Pd.ATTRIB_VALUE_ENTITY_Q:xf=Pd.ATTRIB_VALUE_QUOTED,Nf="attribValue";break;case Pd.ATTRIB_VALUE_ENTITY_U:xf=Pd.ATTRIB_VALUE_UNQUOTED,Nf="attribValue";break}if(Ff===";"){var Bf=Ef(mf);mf.opt.unparsedEntities&&!Object.values(qa.XML_ENTITIES).includes(Bf)?(mf.entity="",mf.state=xf,mf.write(Bf)):(mf[Nf]+=Bf,mf.entity="",mf.state=xf)}else Ld(mf.entity.length?kd:Nd,Ff)?mf.entity+=Ff:(Qd(mf,"Invalid character in entity name"),mf[Nf]+="&"+mf.entity+Ff,mf.entity="",mf.state=xf);continue;default:throw new Error(mf,"Unknown state: "+mf.state)}return mf.position>=mf.bufferCheckPosition&&td(mf),mf}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var Zd=String.fromCharCode,mf=Math.floor,Pf=function(){var Ff=16384,Lf=[],jf,xf,Nf=-1,Bf=arguments.length;if(!Bf)return"";for(var Tf="";++Nf<Bf;){var wf=Number(arguments[Nf]);if(!isFinite(wf)||wf<0||wf>1114111||mf(wf)!==wf)throw RangeError("Invalid code point: "+wf);wf<=65535?Lf.push(wf):(wf-=65536,jf=(wf>>10)+55296,xf=wf%1024+56320,Lf.push(jf,xf)),(Nf+1===Bf||Lf.length>Ff)&&(Tf+=Zd.apply(null,Lf),Lf.length=0)}return Tf};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Pf,configurable:!0,writable:!0}):String.fromCodePoint=Pf}()})(Ra)}(sax)),sax}var bom={},hasRequiredBom;function requireBom(){return hasRequiredBom||(hasRequiredBom=1,(function(){bom.stripBOM=function(Ra){return Ra[0]==="\uFEFF"?Ra.substring(1):Ra}}).call(commonjsGlobal)),bom}var processors={},hasRequiredProcessors;function requireProcessors(){return hasRequiredProcessors||(hasRequiredProcessors=1,(function(){var Ra;Ra=new RegExp(/(?!xmlns)^.*:/),processors.normalize=function(qa){return qa.toLowerCase()},processors.firstCharLowerCase=function(qa){return qa.charAt(0).toLowerCase()+qa.slice(1)},processors.stripPrefix=function(qa){return qa.replace(Ra,"")},processors.parseNumbers=function(qa){return isNaN(qa)||(qa=qa%1===0?parseInt(qa,10):parseFloat(qa)),qa},processors.parseBooleans=function(qa){return/^(?:true|false)$/i.test(qa)&&(qa=qa.toLowerCase()==="true"),qa}}).call(commonjsGlobal)),processors}var main={},setImmediate$1={},hasRequiredSetImmediate;function requireSetImmediate(){if(hasRequiredSetImmediate)return setImmediate$1;hasRequiredSetImmediate=1;var Ra={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};return function(qa,Ja){if(qa.setImmediate)return;var ed=1,td={},rd=!1,od=qa.document,sd;function ld(kd){typeof kd!="function"&&(kd=new Function(""+kd));for(var Id=new Array(arguments.length-1),Rd=0;Rd<Id.length;Rd++)Id[Rd]=arguments[Rd+1];var Md={callback:kd,args:Id};return td[ed]=Md,sd(ed),ed++}function cd(kd){delete td[kd]}function ud(kd){var Id=kd.callback,Rd=kd.args;switch(Rd.length){case 0:Id();break;case 1:Id(Rd[0]);break;case 2:Id(Rd[0],Rd[1]);break;case 3:Id(Rd[0],Rd[1],Rd[2]);break;default:Id.apply(Ja,Rd);break}}function gd(kd){if(rd)setTimeout(gd,0,kd);else{var Id=td[kd];if(Id){rd=!0;try{ud(Id)}finally{cd(kd),rd=!1}}}}function _d(){sd=function(kd){Ra.nextTick(function(){gd(kd)})}}function yd(){if(qa.postMessage&&!qa.importScripts){var kd=!0,Id=qa.onmessage;return qa.onmessage=function(){kd=!1},qa.postMessage("","*"),qa.onmessage=Id,kd}}function Ed(){var kd="setImmediate$"+Math.random()+"$",Id=function(Rd){Rd.source===qa&&typeof Rd.data=="string"&&Rd.data.indexOf(kd)===0&&gd(+Rd.data.slice(kd.length))};qa.addEventListener?qa.addEventListener("message",Id,!1):qa.attachEvent("onmessage",Id),sd=function(Rd){qa.postMessage(kd+Rd,"*")}}function Td(){var kd=new MessageChannel;kd.port1.onmessage=function(Id){var Rd=Id.data;gd(Rd)},sd=function(Id){kd.port2.postMessage(Id)}}function Od(){var kd=od.documentElement;sd=function(Id){var Rd=od.createElement("script");Rd.onreadystatechange=function(){gd(Id),Rd.onreadystatechange=null,kd.removeChild(Rd),Rd=null},kd.appendChild(Rd)}}function Ad(){sd=function(kd){setTimeout(gd,0,kd)}}var Nd=Object.getPrototypeOf&&Object.getPrototypeOf(qa);Nd=Nd&&Nd.setTimeout?Nd:qa,{}.toString.call(qa.process)==="[object process]"?_d():yd()?Ed():qa.MessageChannel?Td():od&&"onreadystatechange"in od.createElement("script")?Od():Ad(),Nd.setImmediate=ld,Nd.clearImmediate=cd}(typeof self>"u"?commonjsGlobal:self),setImmediate$1}var hasRequiredMain;function requireMain(){if(hasRequiredMain)return main;hasRequiredMain=1;var Ra=typeof commonjsGlobal<"u"&&commonjsGlobal||typeof self<"u"&&self||window,qa=Function.prototype.apply;main.setTimeout=function(){return new Ja(qa.call(setTimeout,Ra,arguments),clearTimeout)},main.setInterval=function(){return new Ja(qa.call(setInterval,Ra,arguments),clearInterval)},main.clearTimeout=main.clearInterval=function(ed){ed&&ed.close()};function Ja(ed,td){this._id=ed,this._clearFn=td}return Ja.prototype.unref=Ja.prototype.ref=function(){},Ja.prototype.close=function(){this._clearFn.call(Ra,this._id)},main.enroll=function(ed,td){clearTimeout(ed._idleTimeoutId),ed._idleTimeout=td},main.unenroll=function(ed){clearTimeout(ed._idleTimeoutId),ed._idleTimeout=-1},main._unrefActive=main.active=function(ed){clearTimeout(ed._idleTimeoutId);var td=ed._idleTimeout;td>=0&&(ed._idleTimeoutId=setTimeout(function(){ed._onTimeout&&ed._onTimeout()},td))},requireSetImmediate(),main.setImmediate=typeof self<"u"&&self.setImmediate||typeof commonjsGlobal<"u"&&commonjsGlobal.setImmediate||commonjsGlobal&&commonjsGlobal.setImmediate,main.clearImmediate=typeof self<"u"&&self.clearImmediate||typeof commonjsGlobal<"u"&&commonjsGlobal.clearImmediate||commonjsGlobal&&commonjsGlobal.clearImmediate,main}var hasRequiredParser;function requireParser(){return hasRequiredParser||(hasRequiredParser=1,function(Ra){(function(){var qa,Ja,ed,td,rd,od,sd,ld,cd=function(_d,yd){return function(){return _d.apply(yd,arguments)}},ud=function(_d,yd){for(var Ed in yd)gd.call(yd,Ed)&&(_d[Ed]=yd[Ed]);function Td(){this.constructor=_d}return Td.prototype=yd.prototype,_d.prototype=new Td,_d.__super__=yd.prototype,_d},gd={}.hasOwnProperty;sd=requireSax(),ed=eventsExports,qa=requireBom(),od=requireProcessors(),ld=requireMain().setImmediate,Ja=requireDefaults().defaults,td=function(_d){return typeof _d=="object"&&_d!=null&&Object.keys(_d).length===0},rd=function(_d,yd,Ed){var Td,Od,Ad;for(Td=0,Od=_d.length;Td<Od;Td++)Ad=_d[Td],yd=Ad(yd,Ed);return yd},Ra.Parser=function(_d){ud(yd,_d);function yd(Ed){this.parseStringPromise=cd(this.parseStringPromise,this),this.parseString=cd(this.parseString,this),this.reset=cd(this.reset,this),this.assignOrPush=cd(this.assignOrPush,this),this.processAsync=cd(this.processAsync,this);var Td,Od,Ad;if(!(this instanceof Ra.Parser))return new Ra.Parser(Ed);this.options={},Od=Ja["0.2"];for(Td in Od)gd.call(Od,Td)&&(Ad=Od[Td],this.options[Td]=Ad);for(Td in Ed)gd.call(Ed,Td)&&(Ad=Ed[Td],this.options[Td]=Ad);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(od.normalize)),this.reset()}return yd.prototype.processAsync=function(){var Ed,Td;try{return this.remaining.length<=this.options.chunkSize?(Ed=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(Ed),this.saxParser.close()):(Ed=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(Ed),ld(this.processAsync))}catch(Od){if(Td=Od,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(Td)}},yd.prototype.assignOrPush=function(Ed,Td,Od){return Td in Ed?(Ed[Td]instanceof Array||(Ed[Td]=[Ed[Td]]),Ed[Td].push(Od)):this.options.explicitArray?Ed[Td]=[Od]:Ed[Td]=Od},yd.prototype.reset=function(){var Ed,Td,Od,Ad;return this.removeAllListeners(),this.saxParser=sd.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(Nd){return function(kd){if(Nd.saxParser.resume(),!Nd.saxParser.errThrown)return Nd.saxParser.errThrown=!0,Nd.emit("error",kd)}}(this),this.saxParser.onend=function(Nd){return function(){if(!Nd.saxParser.ended)return Nd.saxParser.ended=!0,Nd.emit("end",Nd.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,Ad=[],Ed=this.options.attrkey,Td=this.options.charkey,this.saxParser.onopentag=function(Nd){return function(kd){var Id,Rd,Md,Ld,jd;if(Md=Object.create(null),Md[Td]="",!Nd.options.ignoreAttrs){jd=kd.attributes;for(Id in jd)gd.call(jd,Id)&&(!(Ed in Md)&&!Nd.options.mergeAttrs&&(Md[Ed]=Object.create(null)),Rd=Nd.options.attrValueProcessors?rd(Nd.options.attrValueProcessors,kd.attributes[Id],Id):kd.attributes[Id],Ld=Nd.options.attrNameProcessors?rd(Nd.options.attrNameProcessors,Id):Id,Nd.options.mergeAttrs?Nd.assignOrPush(Md,Ld,Rd):Md[Ed][Ld]=Rd)}return Md["#name"]=Nd.options.tagNameProcessors?rd(Nd.options.tagNameProcessors,kd.name):kd.name,Nd.options.xmlns&&(Md[Nd.options.xmlnskey]={uri:kd.uri,local:kd.local}),Ad.push(Md)}}(this),this.saxParser.onclosetag=function(Nd){return function(){var kd,Id,Rd,Md,Ld,jd,Pd,Fd,Ud,Vd;if(jd=Ad.pop(),Ld=jd["#name"],(!Nd.options.explicitChildren||!Nd.options.preserveChildrenOrder)&&delete jd["#name"],jd.cdata===!0&&(kd=jd.cdata,delete jd.cdata),Ud=Ad[Ad.length-1],jd[Td].match(/^\s*$/)&&!kd?(Id=jd[Td],delete jd[Td]):(Nd.options.trim&&(jd[Td]=jd[Td].trim()),Nd.options.normalize&&(jd[Td]=jd[Td].replace(/\s{2,}/g," ").trim()),jd[Td]=Nd.options.valueProcessors?rd(Nd.options.valueProcessors,jd[Td],Ld):jd[Td],Object.keys(jd).length===1&&Td in jd&&!Nd.EXPLICIT_CHARKEY&&(jd=jd[Td])),td(jd)&&(typeof Nd.options.emptyTag=="function"?jd=Nd.options.emptyTag():jd=Nd.options.emptyTag!==""?Nd.options.emptyTag:Id),Nd.options.validator!=null&&(Vd="/"+function(){var qd,Wd,zd;for(zd=[],qd=0,Wd=Ad.length;qd<Wd;qd++)Md=Ad[qd],zd.push(Md["#name"]);return zd}().concat(Ld).join("/"),function(){var qd;try{return jd=Nd.options.validator(Vd,Ud&&Ud[Ld],jd)}catch(Wd){return qd=Wd,Nd.emit("error",qd)}}()),Nd.options.explicitChildren&&!Nd.options.mergeAttrs&&typeof jd=="object"){if(!Nd.options.preserveChildrenOrder)Md=Object.create(null),Nd.options.attrkey in jd&&(Md[Nd.options.attrkey]=jd[Nd.options.attrkey],delete jd[Nd.options.attrkey]),!Nd.options.charsAsChildren&&Nd.options.charkey in jd&&(Md[Nd.options.charkey]=jd[Nd.options.charkey],delete jd[Nd.options.charkey]),Object.getOwnPropertyNames(jd).length>0&&(Md[Nd.options.childkey]=jd),jd=Md;else if(Ud){Ud[Nd.options.childkey]=Ud[Nd.options.childkey]||[],Pd=Object.create(null);for(Rd in jd)gd.call(jd,Rd)&&(Pd[Rd]=jd[Rd]);Ud[Nd.options.childkey].push(Pd),delete jd["#name"],Object.keys(jd).length===1&&Td in jd&&!Nd.EXPLICIT_CHARKEY&&(jd=jd[Td])}}return Ad.length>0?Nd.assignOrPush(Ud,Ld,jd):(Nd.options.explicitRoot&&(Fd=jd,jd=Object.create(null),jd[Ld]=Fd),Nd.resultObject=jd,Nd.saxParser.ended=!0,Nd.emit("end",Nd.resultObject))}}(this),Od=function(Nd){return function(kd){var Id,Rd;if(Rd=Ad[Ad.length-1],Rd)return Rd[Td]+=kd,Nd.options.explicitChildren&&Nd.options.preserveChildrenOrder&&Nd.options.charsAsChildren&&(Nd.options.includeWhiteChars||kd.replace(/\\n/g,"").trim()!=="")&&(Rd[Nd.options.childkey]=Rd[Nd.options.childkey]||[],Id={"#name":"__text__"},Id[Td]=kd,Nd.options.normalize&&(Id[Td]=Id[Td].replace(/\s{2,}/g," ").trim()),Rd[Nd.options.childkey].push(Id)),Rd}}(this),this.saxParser.ontext=Od,this.saxParser.oncdata=function(Nd){return function(kd){var Id;if(Id=Od(kd),Id)return Id.cdata=!0}}()},yd.prototype.parseString=function(Ed,Td){var Od;Td!=null&&typeof Td=="function"&&(this.on("end",function(Ad){return this.reset(),Td(null,Ad)}),this.on("error",function(Ad){return this.reset(),Td(Ad)}));try{return Ed=Ed.toString(),Ed.trim()===""?(this.emit("end",null),!0):(Ed=qa.stripBOM(Ed),this.options.async?(this.remaining=Ed,ld(this.processAsync),this.saxParser):this.saxParser.write(Ed).close())}catch(Ad){if(Od=Ad,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw Od}else return this.emit("error",Od),this.saxParser.errThrown=!0}},yd.prototype.parseStringPromise=function(Ed){return new Promise(function(Td){return function(Od,Ad){return Td.parseString(Ed,function(Nd,kd){return Nd?Ad(Nd):Od(kd)})}}(this))},yd}(ed),Ra.parseString=function(_d,yd,Ed){var Td,Od,Ad;return Ed!=null?(typeof Ed=="function"&&(Td=Ed),typeof yd=="object"&&(Od=yd)):(typeof yd=="function"&&(Td=yd),Od={}),Ad=new Ra.Parser(Od),Ad.parseString(_d,Td)},Ra.parseStringPromise=function(_d,yd){var Ed,Td;return typeof yd=="object"&&(Ed=yd),Td=new Ra.Parser(Ed),Td.parseStringPromise(_d)}}).call(commonjsGlobal)}(parser)),parser}(function(){var Ra,qa,Ja,ed,td=function(od,sd){for(var ld in sd)rd.call(sd,ld)&&(od[ld]=sd[ld]);function cd(){this.constructor=od}return cd.prototype=sd.prototype,od.prototype=new cd,od.__super__=sd.prototype,od},rd={}.hasOwnProperty;qa=requireDefaults(),Ra=requireBuilder(),Ja=requireParser(),ed=requireProcessors(),xml2js.defaults=qa.defaults,xml2js.processors=ed,xml2js.ValidationError=function(od){td(sd,od);function sd(ld){this.message=ld}return sd}(Error),xml2js.Builder=Ra.Builder,xml2js.Parser=Ja.Parser,xml2js.parseString=Ja.parseString,xml2js.parseStringPromise=Ja.parseStringPromise}).call(commonjsGlobal);class ExtendableError extends Error{constructor(qa,Ja){super(qa,Ja),this.name=this.constructor.name}}class AnonymousRequestError extends ExtendableError{}class InvalidArgumentError extends ExtendableError{}class InvalidEndpointError extends ExtendableError{}class InvalidBucketNameError extends ExtendableError{}class InvalidObjectNameError extends ExtendableError{}class AccessKeyRequiredError extends ExtendableError{}class SecretKeyRequiredError extends ExtendableError{}class ExpiresParamError extends ExtendableError{}class InvalidDateError extends ExtendableError{}class InvalidPrefixError extends ExtendableError{}class InvalidBucketPolicyError extends ExtendableError{}class InvalidXMLError extends ExtendableError{}class S3Error extends ExtendableError{}class IsValidBucketNameError extends ExtendableError{}var validator$3={},util$4={};(function(Ra){const qa=":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",Ja=qa+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",ed="["+qa+"]["+Ja+"]*",td=new RegExp("^"+ed+"$"),rd=function(sd,ld){const cd=[];let ud=ld.exec(sd);for(;ud;){const gd=[];gd.startIndex=ld.lastIndex-ud[0].length;const _d=ud.length;for(let yd=0;yd<_d;yd++)gd.push(ud[yd]);cd.push(gd),ud=ld.exec(sd)}return cd},od=function(sd){const ld=td.exec(sd);return!(ld===null||typeof ld>"u")};Ra.isExist=function(sd){return typeof sd<"u"},Ra.isEmptyObject=function(sd){return Object.keys(sd).length===0},Ra.merge=function(sd,ld,cd){if(ld){const ud=Object.keys(ld),gd=ud.length;for(let _d=0;_d<gd;_d++)cd==="strict"?sd[ud[_d]]=[ld[ud[_d]]]:sd[ud[_d]]=ld[ud[_d]]}},Ra.getValue=function(sd){return Ra.isExist(sd)?sd:""},Ra.isName=od,Ra.getAllMatches=rd,Ra.nameRegexp=ed})(util$4);const util$3=util$4,defaultOptions$2={allowBooleanAttributes:!1,unpairedTags:[]};validator$3.validate=function(Ra,qa){qa=Object.assign({},defaultOptions$2,qa);const Ja=[];let ed=!1,td=!1;Ra[0]==="\uFEFF"&&(Ra=Ra.substr(1));for(let rd=0;rd<Ra.length;rd++)if(Ra[rd]==="<"&&Ra[rd+1]==="?"){if(rd+=2,rd=readPI(Ra,rd),rd.err)return rd}else if(Ra[rd]==="<"){let od=rd;if(rd++,Ra[rd]==="!"){rd=readCommentAndCDATA(Ra,rd);continue}else{let sd=!1;Ra[rd]==="/"&&(sd=!0,rd++);let ld="";for(;rd<Ra.length&&Ra[rd]!==">"&&Ra[rd]!==" "&&Ra[rd]!==" "&&Ra[rd]!==`
`&&Ra[rd]!=="\r";rd++)ld+=Ra[rd];if(ld=ld.trim(),ld[ld.length-1]==="/"&&(ld=ld.substring(0,ld.length-1),rd--),!validateTagName(ld)){let gd;return ld.trim().length===0?gd="Invalid space after '<'.":gd="Tag '"+ld+"' is an invalid name.",getErrorObject("InvalidTag",gd,getLineNumberForPosition(Ra,rd))}const cd=readAttributeStr(Ra,rd);if(cd===!1)return getErrorObject("InvalidAttr","Attributes for '"+ld+"' have open quote.",getLineNumberForPosition(Ra,rd));let ud=cd.value;if(rd=cd.index,ud[ud.length-1]==="/"){const gd=rd-ud.length;ud=ud.substring(0,ud.length-1);const _d=validateAttributeString(ud,qa);if(_d===!0)ed=!0;else return getErrorObject(_d.err.code,_d.err.msg,getLineNumberForPosition(Ra,gd+_d.err.line))}else if(sd)if(cd.tagClosed){if(ud.trim().length>0)return getErrorObject("InvalidTag","Closing tag '"+ld+"' can't have attributes or invalid starting.",getLineNumberForPosition(Ra,od));if(Ja.length===0)return getErrorObject("InvalidTag","Closing tag '"+ld+"' has not been opened.",getLineNumberForPosition(Ra,od));{const gd=Ja.pop();if(ld!==gd.tagName){let _d=getLineNumberForPosition(Ra,gd.tagStartPos);return getErrorObject("InvalidTag","Expected closing tag '"+gd.tagName+"' (opened in line "+_d.line+", col "+_d.col+") instead of closing tag '"+ld+"'.",getLineNumberForPosition(Ra,od))}Ja.length==0&&(td=!0)}}else return getErrorObject("InvalidTag","Closing tag '"+ld+"' doesn't have proper closing.",getLineNumberForPosition(Ra,rd));else{const gd=validateAttributeString(ud,qa);if(gd!==!0)return getErrorObject(gd.err.code,gd.err.msg,getLineNumberForPosition(Ra,rd-ud.length+gd.err.line));if(td===!0)return getErrorObject("InvalidXml","Multiple possible root nodes found.",getLineNumberForPosition(Ra,rd));qa.unpairedTags.indexOf(ld)!==-1||Ja.push({tagName:ld,tagStartPos:od}),ed=!0}for(rd++;rd<Ra.length;rd++)if(Ra[rd]==="<")if(Ra[rd+1]==="!"){rd++,rd=readCommentAndCDATA(Ra,rd);continue}else if(Ra[rd+1]==="?"){if(rd=readPI(Ra,++rd),rd.err)return rd}else break;else if(Ra[rd]==="&"){const gd=validateAmpersand(Ra,rd);if(gd==-1)return getErrorObject("InvalidChar","char '&' is not expected.",getLineNumberForPosition(Ra,rd));rd=gd}else if(td===!0&&!isWhiteSpace(Ra[rd]))return getErrorObject("InvalidXml","Extra text at the end",getLineNumberForPosition(Ra,rd));Ra[rd]==="<"&&rd--}}else{if(isWhiteSpace(Ra[rd]))continue;return getErrorObject("InvalidChar","char '"+Ra[rd]+"' is not expected.",getLineNumberForPosition(Ra,rd))}if(ed){if(Ja.length==1)return getErrorObject("InvalidTag","Unclosed tag '"+Ja[0].tagName+"'.",getLineNumberForPosition(Ra,Ja[0].tagStartPos));if(Ja.length>0)return getErrorObject("InvalidXml","Invalid '"+JSON.stringify(Ja.map(rd=>rd.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return getErrorObject("InvalidXml","Start tag expected.",1);return!0};function isWhiteSpace(Ra){return Ra===" "||Ra===" "||Ra===`
`||Ra==="\r"}function readPI(Ra,qa){const Ja=qa;for(;qa<Ra.length;qa++)if(Ra[qa]=="?"||Ra[qa]==" "){const ed=Ra.substr(Ja,qa-Ja);if(qa>5&&ed==="xml")return getErrorObject("InvalidXml","XML declaration allowed only at the start of the document.",getLineNumberForPosition(Ra,qa));if(Ra[qa]=="?"&&Ra[qa+1]==">"){qa++;break}else continue}return qa}function readCommentAndCDATA(Ra,qa){if(Ra.length>qa+5&&Ra[qa+1]==="-"&&Ra[qa+2]==="-"){for(qa+=3;qa<Ra.length;qa++)if(Ra[qa]==="-"&&Ra[qa+1]==="-"&&Ra[qa+2]===">"){qa+=2;break}}else if(Ra.length>qa+8&&Ra[qa+1]==="D"&&Ra[qa+2]==="O"&&Ra[qa+3]==="C"&&Ra[qa+4]==="T"&&Ra[qa+5]==="Y"&&Ra[qa+6]==="P"&&Ra[qa+7]==="E"){let Ja=1;for(qa+=8;qa<Ra.length;qa++)if(Ra[qa]==="<")Ja++;else if(Ra[qa]===">"&&(Ja--,Ja===0))break}else if(Ra.length>qa+9&&Ra[qa+1]==="["&&Ra[qa+2]==="C"&&Ra[qa+3]==="D"&&Ra[qa+4]==="A"&&Ra[qa+5]==="T"&&Ra[qa+6]==="A"&&Ra[qa+7]==="["){for(qa+=8;qa<Ra.length;qa++)if(Ra[qa]==="]"&&Ra[qa+1]==="]"&&Ra[qa+2]===">"){qa+=2;break}}return qa}const doubleQuote='"',singleQuote="'";function readAttributeStr(Ra,qa){let Ja="",ed="",td=!1;for(;qa<Ra.length;qa++){if(Ra[qa]===doubleQuote||Ra[qa]===singleQuote)ed===""?ed=Ra[qa]:ed!==Ra[qa]||(ed="");else if(Ra[qa]===">"&&ed===""){td=!0;break}Ja+=Ra[qa]}return ed!==""?!1:{value:Ja,index:qa,tagClosed:td}}const validAttrStrRegxp=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function validateAttributeString(Ra,qa){const Ja=util$3.getAllMatches(Ra,validAttrStrRegxp),ed={};for(let td=0;td<Ja.length;td++){if(Ja[td][1].length===0)return getErrorObject("InvalidAttr","Attribute '"+Ja[td][2]+"' has no space in starting.",getPositionFromMatch(Ja[td]));if(Ja[td][3]!==void 0&&Ja[td][4]===void 0)return getErrorObject("InvalidAttr","Attribute '"+Ja[td][2]+"' is without value.",getPositionFromMatch(Ja[td]));if(Ja[td][3]===void 0&&!qa.allowBooleanAttributes)return getErrorObject("InvalidAttr","boolean attribute '"+Ja[td][2]+"' is not allowed.",getPositionFromMatch(Ja[td]));const rd=Ja[td][2];if(!validateAttrName(rd))return getErrorObject("InvalidAttr","Attribute '"+rd+"' is an invalid name.",getPositionFromMatch(Ja[td]));if(!ed.hasOwnProperty(rd))ed[rd]=1;else return getErrorObject("InvalidAttr","Attribute '"+rd+"' is repeated.",getPositionFromMatch(Ja[td]))}return!0}function validateNumberAmpersand(Ra,qa){let Ja=/\d/;for(Ra[qa]==="x"&&(qa++,Ja=/[\da-fA-F]/);qa<Ra.length;qa++){if(Ra[qa]===";")return qa;if(!Ra[qa].match(Ja))break}return-1}function validateAmpersand(Ra,qa){if(qa++,Ra[qa]===";")return-1;if(Ra[qa]==="#")return qa++,validateNumberAmpersand(Ra,qa);let Ja=0;for(;qa<Ra.length;qa++,Ja++)if(!(Ra[qa].match(/\w/)&&Ja<20)){if(Ra[qa]===";")break;return-1}return qa}function getErrorObject(Ra,qa,Ja){return{err:{code:Ra,msg:qa,line:Ja.line||Ja,col:Ja.col}}}function validateAttrName(Ra){return util$3.isName(Ra)}function validateTagName(Ra){return util$3.isName(Ra)}function getLineNumberForPosition(Ra,qa){const Ja=Ra.substring(0,qa).split(/\r?\n/);return{line:Ja.length,col:Ja[Ja.length-1].length+1}}function getPositionFromMatch(Ra){return Ra.startIndex+Ra[1].length}var OptionsBuilder={};const defaultOptions$1={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(Ra,qa){return qa},attributeValueProcessor:function(Ra,qa){return qa},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(Ra,qa,Ja){return Ra}},buildOptions$1=function(Ra){return Object.assign({},defaultOptions$1,Ra)};OptionsBuilder.buildOptions=buildOptions$1;OptionsBuilder.defaultOptions=defaultOptions$1;class XmlNode{constructor(qa){this.tagname=qa,this.child=[],this[":@"]={}}add(qa,Ja){qa==="__proto__"&&(qa="#__proto__"),this.child.push({[qa]:Ja})}addChild(qa){qa.tagname==="__proto__"&&(qa.tagname="#__proto__"),qa[":@"]&&Object.keys(qa[":@"]).length>0?this.child.push({[qa.tagname]:qa.child,":@":qa[":@"]}):this.child.push({[qa.tagname]:qa.child})}}var xmlNode$1=XmlNode;const util$2=util$4;function readDocType$1(Ra,qa){const Ja={};if(Ra[qa+3]==="O"&&Ra[qa+4]==="C"&&Ra[qa+5]==="T"&&Ra[qa+6]==="Y"&&Ra[qa+7]==="P"&&Ra[qa+8]==="E"){qa=qa+9;let ed=1,td=!1,rd=!1,od="";for(;qa<Ra.length;qa++)if(Ra[qa]==="<"&&!rd){if(td&&isEntity(Ra,qa))qa+=7,[entityName,val,qa]=readEntityExp(Ra,qa+1),val.indexOf("&")===-1&&(Ja[validateEntityName(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(td&&isElement(Ra,qa))qa+=8;else if(td&&isAttlist(Ra,qa))qa+=8;else if(td&&isNotation(Ra,qa))qa+=9;else if(isComment)rd=!0;else throw new Error("Invalid DOCTYPE");ed++,od=""}else if(Ra[qa]===">"){if(rd?Ra[qa-1]==="-"&&Ra[qa-2]==="-"&&(rd=!1,ed--):ed--,ed===0)break}else Ra[qa]==="["?td=!0:od+=Ra[qa];if(ed!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:Ja,i:qa}}function readEntityExp(Ra,qa){let Ja="";for(;qa<Ra.length&&Ra[qa]!=="'"&&Ra[qa]!=='"';qa++)Ja+=Ra[qa];if(Ja=Ja.trim(),Ja.indexOf(" ")!==-1)throw new Error("External entites are not supported");const ed=Ra[qa++];let td="";for(;qa<Ra.length&&Ra[qa]!==ed;qa++)td+=Ra[qa];return[Ja,td,qa]}function isComment(Ra,qa){return Ra[qa+1]==="!"&&Ra[qa+2]==="-"&&Ra[qa+3]==="-"}function isEntity(Ra,qa){return Ra[qa+1]==="!"&&Ra[qa+2]==="E"&&Ra[qa+3]==="N"&&Ra[qa+4]==="T"&&Ra[qa+5]==="I"&&Ra[qa+6]==="T"&&Ra[qa+7]==="Y"}function isElement(Ra,qa){return Ra[qa+1]==="!"&&Ra[qa+2]==="E"&&Ra[qa+3]==="L"&&Ra[qa+4]==="E"&&Ra[qa+5]==="M"&&Ra[qa+6]==="E"&&Ra[qa+7]==="N"&&Ra[qa+8]==="T"}function isAttlist(Ra,qa){return Ra[qa+1]==="!"&&Ra[qa+2]==="A"&&Ra[qa+3]==="T"&&Ra[qa+4]==="T"&&Ra[qa+5]==="L"&&Ra[qa+6]==="I"&&Ra[qa+7]==="S"&&Ra[qa+8]==="T"}function isNotation(Ra,qa){return Ra[qa+1]==="!"&&Ra[qa+2]==="N"&&Ra[qa+3]==="O"&&Ra[qa+4]==="T"&&Ra[qa+5]==="A"&&Ra[qa+6]==="T"&&Ra[qa+7]==="I"&&Ra[qa+8]==="O"&&Ra[qa+9]==="N"}function validateEntityName(Ra){if(util$2.isName(Ra))return Ra;throw new Error(`Invalid entity name ${Ra}`)}var DocTypeReader=readDocType$1;const hexRegex=/^[-+]?0x[a-fA-F0-9]+$/,numRegex=/^([\-\+])?(0*)(\.[0-9]+([eE]\-?[0-9]+)?|[0-9]+(\.[0-9]+([eE]\-?[0-9]+)?)?)$/;!Number.parseInt&&window.parseInt&&(Number.parseInt=window.parseInt);!Number.parseFloat&&window.parseFloat&&(Number.parseFloat=window.parseFloat);const consider={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function toNumber$1(Ra,qa={}){if(qa=Object.assign({},consider,qa),!Ra||typeof Ra!="string")return Ra;let Ja=Ra.trim();if(qa.skipLike!==void 0&&qa.skipLike.test(Ja))return Ra;if(qa.hex&&hexRegex.test(Ja))return Number.parseInt(Ja,16);{const ed=numRegex.exec(Ja);if(ed){const td=ed[1],rd=ed[2];let od=trimZeros(ed[3]);const sd=ed[4]||ed[6];if(!qa.leadingZeros&&rd.length>0&&td&&Ja[2]!==".")return Ra;if(!qa.leadingZeros&&rd.length>0&&!td&&Ja[1]!==".")return Ra;{const ld=Number(Ja),cd=""+ld;return cd.search(/[eE]/)!==-1||sd?qa.eNotation?ld:Ra:Ja.indexOf(".")!==-1?cd==="0"&&od===""||cd===od||td&&cd==="-"+od?ld:Ra:rd?od===cd||td+od===cd?ld:Ra:Ja===cd||Ja===td+cd?ld:Ra}}else return Ra}}function trimZeros(Ra){return Ra&&Ra.indexOf(".")!==-1&&(Ra=Ra.replace(/0+$/,""),Ra==="."?Ra="0":Ra[0]==="."?Ra="0"+Ra:Ra[Ra.length-1]==="."&&(Ra=Ra.substr(0,Ra.length-1))),Ra}var strnum=toNumber$1;const util$1=util$4,xmlNode=xmlNode$1,readDocType=DocTypeReader,toNumber=strnum;let OrderedObjParser$1=class{constructor(qa){this.options=qa,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:(Ja,ed)=>String.fromCharCode(Number.parseInt(ed,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(Ja,ed)=>String.fromCharCode(Number.parseInt(ed,16))}},this.addExternalEntities=addExternalEntities,this.parseXml=parseXml$1,this.parseTextData=parseTextData,this.resolveNameSpace=resolveNameSpace,this.buildAttributesMap=buildAttributesMap,this.isItStopNode=isItStopNode,this.replaceEntitiesValue=replaceEntitiesValue$1,this.readStopNodeData=readStopNodeData,this.saveTextToParentTag=saveTextToParentTag,this.addChild=addChild}};function addExternalEntities(Ra){const qa=Object.keys(Ra);for(let Ja=0;Ja<qa.length;Ja++){const ed=qa[Ja];this.lastEntities[ed]={regex:new RegExp("&"+ed+";","g"),val:Ra[ed]}}}function parseTextData(Ra,qa,Ja,ed,td,rd,od){if(Ra!==void 0&&(this.options.trimValues&&!ed&&(Ra=Ra.trim()),Ra.length>0)){od||(Ra=this.replaceEntitiesValue(Ra));const sd=this.options.tagValueProcessor(qa,Ra,Ja,td,rd);return sd==null?Ra:typeof sd!=typeof Ra||sd!==Ra?sd:this.options.trimValues?parseValue(Ra,this.options.parseTagValue,this.options.numberParseOptions):Ra.trim()===Ra?parseValue(Ra,this.options.parseTagValue,this.options.numberParseOptions):Ra}}function resolveNameSpace(Ra){if(this.options.removeNSPrefix){const qa=Ra.split(":"),Ja=Ra.charAt(0)==="/"?"/":"";if(qa[0]==="xmlns")return"";qa.length===2&&(Ra=Ja+qa[1])}return Ra}const attrsRegx=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function buildAttributesMap(Ra,qa,Ja){if(!this.options.ignoreAttributes&&typeof Ra=="string"){const ed=util$1.getAllMatches(Ra,attrsRegx),td=ed.length,rd={};for(let od=0;od<td;od++){const sd=this.resolveNameSpace(ed[od][1]);let ld=ed[od][4],cd=this.options.attributeNamePrefix+sd;if(sd.length)if(this.options.transformAttributeName&&(cd=this.options.transformAttributeName(cd)),cd==="__proto__"&&(cd="#__proto__"),ld!==void 0){this.options.trimValues&&(ld=ld.trim()),ld=this.replaceEntitiesValue(ld);const ud=this.options.attributeValueProcessor(sd,ld,qa);ud==null?rd[cd]=ld:typeof ud!=typeof ld||ud!==ld?rd[cd]=ud:rd[cd]=parseValue(ld,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(rd[cd]=!0)}if(!Object.keys(rd).length)return;if(this.options.attributesGroupName){const od={};return od[this.options.attributesGroupName]=rd,od}return rd}}const parseXml$1=function(Ra){Ra=Ra.replace(/\r\n?/g,`
`);const qa=new xmlNode("!xml");let Ja=qa,ed="",td="";for(let rd=0;rd<Ra.length;rd++)if(Ra[rd]==="<")if(Ra[rd+1]==="/"){const sd=findClosingIndex(Ra,">",rd,"Closing Tag is not closed.");let ld=Ra.substring(rd+2,sd).trim();if(this.options.removeNSPrefix){const gd=ld.indexOf(":");gd!==-1&&(ld=ld.substr(gd+1))}this.options.transformTagName&&(ld=this.options.transformTagName(ld)),Ja&&(ed=this.saveTextToParentTag(ed,Ja,td));const cd=td.substring(td.lastIndexOf(".")+1);if(ld&&this.options.unpairedTags.indexOf(ld)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${ld}>`);let ud=0;cd&&this.options.unpairedTags.indexOf(cd)!==-1?(ud=td.lastIndexOf(".",td.lastIndexOf(".")-1),this.tagsNodeStack.pop()):ud=td.lastIndexOf("."),td=td.substring(0,ud),Ja=this.tagsNodeStack.pop(),ed="",rd=sd}else if(Ra[rd+1]==="?"){let sd=readTagExp(Ra,rd,!1,"?>");if(!sd)throw new Error("Pi Tag is not closed.");if(ed=this.saveTextToParentTag(ed,Ja,td),!(this.options.ignoreDeclaration&&sd.tagName==="?xml"||this.options.ignorePiTags)){const ld=new xmlNode(sd.tagName);ld.add(this.options.textNodeName,""),sd.tagName!==sd.tagExp&&sd.attrExpPresent&&(ld[":@"]=this.buildAttributesMap(sd.tagExp,td,sd.tagName)),this.addChild(Ja,ld,td)}rd=sd.closeIndex+1}else if(Ra.substr(rd+1,3)==="!--"){const sd=findClosingIndex(Ra,"-->",rd+4,"Comment is not closed.");if(this.options.commentPropName){const ld=Ra.substring(rd+4,sd-2);ed=this.saveTextToParentTag(ed,Ja,td),Ja.add(this.options.commentPropName,[{[this.options.textNodeName]:ld}])}rd=sd}else if(Ra.substr(rd+1,2)==="!D"){const sd=readDocType(Ra,rd);this.docTypeEntities=sd.entities,rd=sd.i}else if(Ra.substr(rd+1,2)==="!["){const sd=findClosingIndex(Ra,"]]>",rd,"CDATA is not closed.")-2,ld=Ra.substring(rd+9,sd);ed=this.saveTextToParentTag(ed,Ja,td);let cd=this.parseTextData(ld,Ja.tagname,td,!0,!1,!0,!0);cd==null&&(cd=""),this.options.cdataPropName?Ja.add(this.options.cdataPropName,[{[this.options.textNodeName]:ld}]):Ja.add(this.options.textNodeName,cd),rd=sd+2}else{let sd=readTagExp(Ra,rd,this.options.removeNSPrefix),ld=sd.tagName;const cd=sd.rawTagName;let ud=sd.tagExp,gd=sd.attrExpPresent,_d=sd.closeIndex;this.options.transformTagName&&(ld=this.options.transformTagName(ld)),Ja&&ed&&Ja.tagname!=="!xml"&&(ed=this.saveTextToParentTag(ed,Ja,td,!1));const yd=Ja;if(yd&&this.options.unpairedTags.indexOf(yd.tagname)!==-1&&(Ja=this.tagsNodeStack.pop(),td=td.substring(0,td.lastIndexOf("."))),ld!==qa.tagname&&(td+=td?"."+ld:ld),this.isItStopNode(this.options.stopNodes,td,ld)){let Ed="";if(ud.length>0&&ud.lastIndexOf("/")===ud.length-1)ld[ld.length-1]==="/"?(ld=ld.substr(0,ld.length-1),td=td.substr(0,td.length-1),ud=ld):ud=ud.substr(0,ud.length-1),rd=sd.closeIndex;else if(this.options.unpairedTags.indexOf(ld)!==-1)rd=sd.closeIndex;else{const Od=this.readStopNodeData(Ra,cd,_d+1);if(!Od)throw new Error(`Unexpected end of ${cd}`);rd=Od.i,Ed=Od.tagContent}const Td=new xmlNode(ld);ld!==ud&&gd&&(Td[":@"]=this.buildAttributesMap(ud,td,ld)),Ed&&(Ed=this.parseTextData(Ed,ld,td,!0,gd,!0,!0)),td=td.substr(0,td.lastIndexOf(".")),Td.add(this.options.textNodeName,Ed),this.addChild(Ja,Td,td)}else{if(ud.length>0&&ud.lastIndexOf("/")===ud.length-1){ld[ld.length-1]==="/"?(ld=ld.substr(0,ld.length-1),td=td.substr(0,td.length-1),ud=ld):ud=ud.substr(0,ud.length-1),this.options.transformTagName&&(ld=this.options.transformTagName(ld));const Ed=new xmlNode(ld);ld!==ud&&gd&&(Ed[":@"]=this.buildAttributesMap(ud,td,ld)),this.addChild(Ja,Ed,td),td=td.substr(0,td.lastIndexOf("."))}else{const Ed=new xmlNode(ld);this.tagsNodeStack.push(Ja),ld!==ud&&gd&&(Ed[":@"]=this.buildAttributesMap(ud,td,ld)),this.addChild(Ja,Ed,td),Ja=Ed}ed="",rd=_d}}else ed+=Ra[rd];return qa.child};function addChild(Ra,qa,Ja){const ed=this.options.updateTag(qa.tagname,Ja,qa[":@"]);ed===!1||(typeof ed=="string"&&(qa.tagname=ed),Ra.addChild(qa))}const replaceEntitiesValue$1=function(Ra){if(this.options.processEntities){for(let qa in this.docTypeEntities){const Ja=this.docTypeEntities[qa];Ra=Ra.replace(Ja.regx,Ja.val)}for(let qa in this.lastEntities){const Ja=this.lastEntities[qa];Ra=Ra.replace(Ja.regex,Ja.val)}if(this.options.htmlEntities)for(let qa in this.htmlEntities){const Ja=this.htmlEntities[qa];Ra=Ra.replace(Ja.regex,Ja.val)}Ra=Ra.replace(this.ampEntity.regex,this.ampEntity.val)}return Ra};function saveTextToParentTag(Ra,qa,Ja,ed){return Ra&&(ed===void 0&&(ed=Object.keys(qa.child).length===0),Ra=this.parseTextData(Ra,qa.tagname,Ja,!1,qa[":@"]?Object.keys(qa[":@"]).length!==0:!1,ed),Ra!==void 0&&Ra!==""&&qa.add(this.options.textNodeName,Ra),Ra=""),Ra}function isItStopNode(Ra,qa,Ja){const ed="*."+Ja;for(const td in Ra){const rd=Ra[td];if(ed===rd||qa===rd)return!0}return!1}function tagExpWithClosingIndex(Ra,qa,Ja=">"){let ed,td="";for(let rd=qa;rd<Ra.length;rd++){let od=Ra[rd];if(ed)od===ed&&(ed="");else if(od==='"'||od==="'")ed=od;else if(od===Ja[0])if(Ja[1]){if(Ra[rd+1]===Ja[1])return{data:td,index:rd}}else return{data:td,index:rd};else od===" "&&(od=" ");td+=od}}function findClosingIndex(Ra,qa,Ja,ed){const td=Ra.indexOf(qa,Ja);if(td===-1)throw new Error(ed);return td+qa.length-1}function readTagExp(Ra,qa,Ja,ed=">"){const td=tagExpWithClosingIndex(Ra,qa+1,ed);if(!td)return;let rd=td.data;const od=td.index,sd=rd.search(/\s/);let ld=rd,cd=!0;sd!==-1&&(ld=rd.substring(0,sd),rd=rd.substring(sd+1).trimStart());const ud=ld;if(Ja){const gd=ld.indexOf(":");gd!==-1&&(ld=ld.substr(gd+1),cd=ld!==td.data.substr(gd+1))}return{tagName:ld,tagExp:rd,closeIndex:od,attrExpPresent:cd,rawTagName:ud}}function readStopNodeData(Ra,qa,Ja){const ed=Ja;let td=1;for(;Ja<Ra.length;Ja++)if(Ra[Ja]==="<")if(Ra[Ja+1]==="/"){const rd=findClosingIndex(Ra,">",Ja,`${qa} is not closed`);if(Ra.substring(Ja+2,rd).trim()===qa&&(td--,td===0))return{tagContent:Ra.substring(ed,Ja),i:rd};Ja=rd}else if(Ra[Ja+1]==="?")Ja=findClosingIndex(Ra,"?>",Ja+1,"StopNode is not closed.");else if(Ra.substr(Ja+1,3)==="!--")Ja=findClosingIndex(Ra,"-->",Ja+3,"StopNode is not closed.");else if(Ra.substr(Ja+1,2)==="![")Ja=findClosingIndex(Ra,"]]>",Ja,"StopNode is not closed.")-2;else{const rd=readTagExp(Ra,Ja,">");rd&&((rd&&rd.tagName)===qa&&rd.tagExp[rd.tagExp.length-1]!=="/"&&td++,Ja=rd.closeIndex)}}function parseValue(Ra,qa,Ja){if(qa&&typeof Ra=="string"){const ed=Ra.trim();return ed==="true"?!0:ed==="false"?!1:toNumber(Ra,Ja)}else return util$1.isExist(Ra)?Ra:""}var OrderedObjParser_1=OrderedObjParser$1,node2json={};function prettify$1(Ra,qa){return compress(Ra,qa)}function compress(Ra,qa,Ja){let ed;const td={};for(let rd=0;rd<Ra.length;rd++){const od=Ra[rd],sd=propName$1(od);let ld="";if(Ja===void 0?ld=sd:ld=Ja+"."+sd,sd===qa.textNodeName)ed===void 0?ed=od[sd]:ed+=""+od[sd];else{if(sd===void 0)continue;if(od[sd]){let cd=compress(od[sd],qa,ld);const ud=isLeafTag(cd,qa);od[":@"]?assignAttributes(cd,od[":@"],ld,qa):Object.keys(cd).length===1&&cd[qa.textNodeName]!==void 0&&!qa.alwaysCreateTextNode?cd=cd[qa.textNodeName]:Object.keys(cd).length===0&&(qa.alwaysCreateTextNode?cd[qa.textNodeName]="":cd=""),td[sd]!==void 0&&td.hasOwnProperty(sd)?(Array.isArray(td[sd])||(td[sd]=[td[sd]]),td[sd].push(cd)):qa.isArray(sd,ld,ud)?td[sd]=[cd]:td[sd]=cd}}}return typeof ed=="string"?ed.length>0&&(td[qa.textNodeName]=ed):ed!==void 0&&(td[qa.textNodeName]=ed),td}function propName$1(Ra){const qa=Object.keys(Ra);for(let Ja=0;Ja<qa.length;Ja++){const ed=qa[Ja];if(ed!==":@")return ed}}function assignAttributes(Ra,qa,Ja,ed){if(qa){const td=Object.keys(qa),rd=td.length;for(let od=0;od<rd;od++){const sd=td[od];ed.isArray(sd,Ja+"."+sd,!0,!0)?Ra[sd]=[qa[sd]]:Ra[sd]=qa[sd]}}}function isLeafTag(Ra,qa){const{textNodeName:Ja}=qa,ed=Object.keys(Ra).length;return!!(ed===0||ed===1&&(Ra[Ja]||typeof Ra[Ja]=="boolean"||Ra[Ja]===0))}node2json.prettify=prettify$1;const{buildOptions}=OptionsBuilder,OrderedObjParser=OrderedObjParser_1,{prettify}=node2json,validator$2=validator$3;let XMLParser$1=class{constructor(qa){this.externalEntities={},this.options=buildOptions(qa)}parse(qa,Ja){if(typeof qa!="string")if(qa.toString)qa=qa.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(Ja){Ja===!0&&(Ja={});const rd=validator$2.validate(qa,Ja);if(rd!==!0)throw Error(`${rd.err.msg}:${rd.err.line}:${rd.err.col}`)}const ed=new OrderedObjParser(this.options);ed.addExternalEntities(this.externalEntities);const td=ed.parseXml(qa);return this.options.preserveOrder||td===void 0?td:prettify(td,this.options)}addEntity(qa,Ja){if(Ja.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(qa.indexOf("&")!==-1||qa.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");if(Ja==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[qa]=Ja}};var XMLParser_1=XMLParser$1;const EOL=`
`;function toXml(Ra,qa){let Ja="";return qa.format&&qa.indentBy.length>0&&(Ja=EOL),arrToStr(Ra,qa,"",Ja)}function arrToStr(Ra,qa,Ja,ed){let td="",rd=!1;for(let od=0;od<Ra.length;od++){const sd=Ra[od],ld=propName(sd);if(ld===void 0)continue;let cd="";if(Ja.length===0?cd=ld:cd=`${Ja}.${ld}`,ld===qa.textNodeName){let Ed=sd[ld];isStopNode(cd,qa)||(Ed=qa.tagValueProcessor(ld,Ed),Ed=replaceEntitiesValue(Ed,qa)),rd&&(td+=ed),td+=Ed,rd=!1;continue}else if(ld===qa.cdataPropName){rd&&(td+=ed),td+=`<![CDATA[${sd[ld][0][qa.textNodeName]}]]>`,rd=!1;continue}else if(ld===qa.commentPropName){td+=ed+`<!--${sd[ld][0][qa.textNodeName]}-->`,rd=!0;continue}else if(ld[0]==="?"){const Ed=attr_to_str(sd[":@"],qa),Td=ld==="?xml"?"":ed;let Od=sd[ld][0][qa.textNodeName];Od=Od.length!==0?" "+Od:"",td+=Td+`<${ld}${Od}${Ed}?>`,rd=!0;continue}let ud=ed;ud!==""&&(ud+=qa.indentBy);const gd=attr_to_str(sd[":@"],qa),_d=ed+`<${ld}${gd}`,yd=arrToStr(sd[ld],qa,cd,ud);qa.unpairedTags.indexOf(ld)!==-1?qa.suppressUnpairedNode?td+=_d+">":td+=_d+"/>":(!yd||yd.length===0)&&qa.suppressEmptyNode?td+=_d+"/>":yd&&yd.endsWith(">")?td+=_d+`>${yd}${ed}</${ld}>`:(td+=_d+">",yd&&ed!==""&&(yd.includes("/>")||yd.includes("</"))?td+=ed+qa.indentBy+yd+ed:td+=yd,td+=`</${ld}>`),rd=!0}return td}function propName(Ra){const qa=Object.keys(Ra);for(let Ja=0;Ja<qa.length;Ja++){const ed=qa[Ja];if(Ra.hasOwnProperty(ed)&&ed!==":@")return ed}}function attr_to_str(Ra,qa){let Ja="";if(Ra&&!qa.ignoreAttributes)for(let ed in Ra){if(!Ra.hasOwnProperty(ed))continue;let td=qa.attributeValueProcessor(ed,Ra[ed]);td=replaceEntitiesValue(td,qa),td===!0&&qa.suppressBooleanAttributes?Ja+=` ${ed.substr(qa.attributeNamePrefix.length)}`:Ja+=` ${ed.substr(qa.attributeNamePrefix.length)}="${td}"`}return Ja}function isStopNode(Ra,qa){Ra=Ra.substr(0,Ra.length-qa.textNodeName.length-1);let Ja=Ra.substr(Ra.lastIndexOf(".")+1);for(let ed in qa.stopNodes)if(qa.stopNodes[ed]===Ra||qa.stopNodes[ed]==="*."+Ja)return!0;return!1}function replaceEntitiesValue(Ra,qa){if(Ra&&Ra.length>0&&qa.processEntities)for(let Ja=0;Ja<qa.entities.length;Ja++){const ed=qa.entities[Ja];Ra=Ra.replace(ed.regex,ed.val)}return Ra}var orderedJs2Xml=toXml;const buildFromOrderedJs=orderedJs2Xml,defaultOptions={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(Ra,qa){return qa},attributeValueProcessor:function(Ra,qa){return qa},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1};function Builder(Ra){this.options=Object.assign({},defaultOptions,Ra),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=isAttribute),this.processTextOrObjNode=processTextOrObjNode,this.options.format?(this.indentate=indentate,this.tagEndChar=`>
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}Builder.prototype.build=function(Ra){return this.options.preserveOrder?buildFromOrderedJs(Ra,this.options):(Array.isArray(Ra)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(Ra={[this.options.arrayNodeName]:Ra}),this.j2x(Ra,0).val)};Builder.prototype.j2x=function(Ra,qa){let Ja="",ed="";for(let td in Ra)if(Object.prototype.hasOwnProperty.call(Ra,td))if(typeof Ra[td]>"u")this.isAttribute(td)&&(ed+="");else if(Ra[td]===null)this.isAttribute(td)?ed+="":td[0]==="?"?ed+=this.indentate(qa)+"<"+td+"?"+this.tagEndChar:ed+=this.indentate(qa)+"<"+td+"/"+this.tagEndChar;else if(Ra[td]instanceof Date)ed+=this.buildTextValNode(Ra[td],td,"",qa);else if(typeof Ra[td]!="object"){const rd=this.isAttribute(td);if(rd)Ja+=this.buildAttrPairStr(rd,""+Ra[td]);else if(td===this.options.textNodeName){let od=this.options.tagValueProcessor(td,""+Ra[td]);ed+=this.replaceEntitiesValue(od)}else ed+=this.buildTextValNode(Ra[td],td,"",qa)}else if(Array.isArray(Ra[td])){const rd=Ra[td].length;let od="",sd="";for(let ld=0;ld<rd;ld++){const cd=Ra[td][ld];if(!(typeof cd>"u"))if(cd===null)td[0]==="?"?ed+=this.indentate(qa)+"<"+td+"?"+this.tagEndChar:ed+=this.indentate(qa)+"<"+td+"/"+this.tagEndChar;else if(typeof cd=="object")if(this.options.oneListGroup){const ud=this.j2x(cd,qa+1);od+=ud.val,this.options.attributesGroupName&&cd.hasOwnProperty(this.options.attributesGroupName)&&(sd+=ud.attrStr)}else od+=this.processTextOrObjNode(cd,td,qa);else if(this.options.oneListGroup){let ud=this.options.tagValueProcessor(td,cd);ud=this.replaceEntitiesValue(ud),od+=ud}else od+=this.buildTextValNode(cd,td,"",qa)}this.options.oneListGroup&&(od=this.buildObjectNode(od,td,sd,qa)),ed+=od}else if(this.options.attributesGroupName&&td===this.options.attributesGroupName){const rd=Object.keys(Ra[td]),od=rd.length;for(let sd=0;sd<od;sd++)Ja+=this.buildAttrPairStr(rd[sd],""+Ra[td][rd[sd]])}else ed+=this.processTextOrObjNode(Ra[td],td,qa);return{attrStr:Ja,val:ed}};Builder.prototype.buildAttrPairStr=function(Ra,qa){return qa=this.options.attributeValueProcessor(Ra,""+qa),qa=this.replaceEntitiesValue(qa),this.options.suppressBooleanAttributes&&qa==="true"?" "+Ra:" "+Ra+'="'+qa+'"'};function processTextOrObjNode(Ra,qa,Ja){const ed=this.j2x(Ra,Ja+1);return Ra[this.options.textNodeName]!==void 0&&Object.keys(Ra).length===1?this.buildTextValNode(Ra[this.options.textNodeName],qa,ed.attrStr,Ja):this.buildObjectNode(ed.val,qa,ed.attrStr,Ja)}Builder.prototype.buildObjectNode=function(Ra,qa,Ja,ed){if(Ra==="")return qa[0]==="?"?this.indentate(ed)+"<"+qa+Ja+"?"+this.tagEndChar:this.indentate(ed)+"<"+qa+Ja+this.closeTag(qa)+this.tagEndChar;{let td="</"+qa+this.tagEndChar,rd="";return qa[0]==="?"&&(rd="?",td=""),(Ja||Ja==="")&&Ra.indexOf("<")===-1?this.indentate(ed)+"<"+qa+Ja+rd+">"+Ra+td:this.options.commentPropName!==!1&&qa===this.options.commentPropName&&rd.length===0?this.indentate(ed)+`<!--${Ra}-->`+this.newLine:this.indentate(ed)+"<"+qa+Ja+rd+this.tagEndChar+Ra+this.indentate(ed)+td}};Builder.prototype.closeTag=function(Ra){let qa="";return this.options.unpairedTags.indexOf(Ra)!==-1?this.options.suppressUnpairedNode||(qa="/"):this.options.suppressEmptyNode?qa="/":qa=`></${Ra}`,qa};Builder.prototype.buildTextValNode=function(Ra,qa,Ja,ed){if(this.options.cdataPropName!==!1&&qa===this.options.cdataPropName)return this.indentate(ed)+`<![CDATA[${Ra}]]>`+this.newLine;if(this.options.commentPropName!==!1&&qa===this.options.commentPropName)return this.indentate(ed)+`<!--${Ra}-->`+this.newLine;if(qa[0]==="?")return this.indentate(ed)+"<"+qa+Ja+"?"+this.tagEndChar;{let td=this.options.tagValueProcessor(qa,Ra);return td=this.replaceEntitiesValue(td),td===""?this.indentate(ed)+"<"+qa+Ja+this.closeTag(qa)+this.tagEndChar:this.indentate(ed)+"<"+qa+Ja+">"+td+"</"+qa+this.tagEndChar}};Builder.prototype.replaceEntitiesValue=function(Ra){if(Ra&&Ra.length>0&&this.options.processEntities)for(let qa=0;qa<this.options.entities.length;qa++){const Ja=this.options.entities[qa];Ra=Ra.replace(Ja.regex,Ja.val)}return Ra};function indentate(Ra){return this.options.indentBy.repeat(Ra)}function isAttribute(Ra){return Ra.startsWith(this.options.attributeNamePrefix)&&Ra!==this.options.textNodeName?Ra.substr(this.attrPrefixLen):!1}var json2xml=Builder;const validator$1=validator$3,XMLParser=XMLParser_1,XMLBuilder=json2xml;var fxp$2={XMLParser,XMLValidator:validator$1,XMLBuilder},ipaddr$1={exports:{}};(function(Ra){(function(qa){const Ja="(0?\\d+|0x[a-f0-9]+)",ed={fourOctet:new RegExp(`^${Ja}\\.${Ja}\\.${Ja}\\.${Ja}$`,"i"),threeOctet:new RegExp(`^${Ja}\\.${Ja}\\.${Ja}$`,"i"),twoOctet:new RegExp(`^${Ja}\\.${Ja}$`,"i"),longValue:new RegExp(`^${Ja}$`,"i")},td=new RegExp("^0[0-7]+$","i"),rd=new RegExp("^0x[a-f0-9]+$","i"),od="%[0-9a-z]{1,}",sd="(?:[0-9a-f]+::?)+",ld={zoneIndex:new RegExp(od,"i"),native:new RegExp(`^(::)?(${sd})?([0-9a-f]+)?(::)?(${od})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${Ja}\\.${Ja}\\.${Ja}\\.${Ja}(${od})?)$`,"i"),transitional:new RegExp(`^((?:${sd})|(?:::)(?:${sd})?)${Ja}\\.${Ja}\\.${Ja}\\.${Ja}(${od})?$`,"i")};function cd(Ed,Td){if(Ed.indexOf("::")!==Ed.lastIndexOf("::"))return null;let Od=0,Ad=-1,Nd=(Ed.match(ld.zoneIndex)||[])[0],kd,Id;for(Nd&&(Nd=Nd.substring(1),Ed=Ed.replace(/%.+$/,""));(Ad=Ed.indexOf(":",Ad+1))>=0;)Od++;if(Ed.substr(0,2)==="::"&&Od--,Ed.substr(-2,2)==="::"&&Od--,Od>Td)return null;for(Id=Td-Od,kd=":";Id--;)kd+="0:";return Ed=Ed.replace("::",kd),Ed[0]===":"&&(Ed=Ed.slice(1)),Ed[Ed.length-1]===":"&&(Ed=Ed.slice(0,-1)),Td=function(){const Rd=Ed.split(":"),Md=[];for(let Ld=0;Ld<Rd.length;Ld++)Md.push(parseInt(Rd[Ld],16));return Md}(),{parts:Td,zoneId:Nd}}function ud(Ed,Td,Od,Ad){if(Ed.length!==Td.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let Nd=0,kd;for(;Ad>0;){if(kd=Od-Ad,kd<0&&(kd=0),Ed[Nd]>>kd!==Td[Nd]>>kd)return!1;Ad-=Od,Nd+=1}return!0}function gd(Ed){if(rd.test(Ed))return parseInt(Ed,16);if(Ed[0]==="0"&&!isNaN(parseInt(Ed[1],10))){if(td.test(Ed))return parseInt(Ed,8);throw new Error(`ipaddr: cannot parse ${Ed} as octal`)}return parseInt(Ed,10)}function _d(Ed,Td){for(;Ed.length<Td;)Ed=`0${Ed}`;return Ed}const yd={};yd.IPv4=function(){function Ed(Td){if(Td.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let Od,Ad;for(Od=0;Od<Td.length;Od++)if(Ad=Td[Od],!(0<=Ad&&Ad<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=Td}return Ed.prototype.SpecialRanges={unspecified:[[new Ed([0,0,0,0]),8]],broadcast:[[new Ed([255,255,255,255]),32]],multicast:[[new Ed([224,0,0,0]),4]],linkLocal:[[new Ed([169,254,0,0]),16]],loopback:[[new Ed([127,0,0,0]),8]],carrierGradeNat:[[new Ed([100,64,0,0]),10]],private:[[new Ed([10,0,0,0]),8],[new Ed([172,16,0,0]),12],[new Ed([192,168,0,0]),16]],reserved:[[new Ed([192,0,0,0]),24],[new Ed([192,0,2,0]),24],[new Ed([192,88,99,0]),24],[new Ed([198,18,0,0]),15],[new Ed([198,51,100,0]),24],[new Ed([203,0,113,0]),24],[new Ed([240,0,0,0]),4]],as112:[[new Ed([192,175,48,0]),24],[new Ed([192,31,196,0]),24]],amt:[[new Ed([192,52,193,0]),24]]},Ed.prototype.kind=function(){return"ipv4"},Ed.prototype.match=function(Td,Od){let Ad;if(Od===void 0&&(Ad=Td,Td=Ad[0],Od=Ad[1]),Td.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return ud(this.octets,Td.octets,8,Od)},Ed.prototype.prefixLengthFromSubnetMask=function(){let Td=0,Od=!1;const Ad={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let Nd,kd,Id;for(Nd=3;Nd>=0;Nd-=1)if(kd=this.octets[Nd],kd in Ad){if(Id=Ad[kd],Od&&Id!==0)return null;Id!==8&&(Od=!0),Td+=Id}else return null;return 32-Td},Ed.prototype.range=function(){return yd.subnetMatch(this,this.SpecialRanges)},Ed.prototype.toByteArray=function(){return this.octets.slice(0)},Ed.prototype.toIPv4MappedAddress=function(){return yd.IPv6.parse(`::ffff:${this.toString()}`)},Ed.prototype.toNormalizedString=function(){return this.toString()},Ed.prototype.toString=function(){return this.octets.join(".")},Ed}(),yd.IPv4.broadcastAddressFromCIDR=function(Ed){try{const Td=this.parseCIDR(Ed),Od=Td[0].toByteArray(),Ad=this.subnetMaskFromPrefixLength(Td[1]).toByteArray(),Nd=[];let kd=0;for(;kd<4;)Nd.push(parseInt(Od[kd],10)|parseInt(Ad[kd],10)^255),kd++;return new this(Nd)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},yd.IPv4.isIPv4=function(Ed){return this.parser(Ed)!==null},yd.IPv4.isValid=function(Ed){try{return new this(this.parser(Ed)),!0}catch{return!1}},yd.IPv4.isValidCIDR=function(Ed){try{return this.parseCIDR(Ed),!0}catch{return!1}},yd.IPv4.isValidFourPartDecimal=function(Ed){return!!(yd.IPv4.isValid(Ed)&&Ed.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},yd.IPv4.networkAddressFromCIDR=function(Ed){let Td,Od,Ad,Nd,kd;try{for(Td=this.parseCIDR(Ed),Ad=Td[0].toByteArray(),kd=this.subnetMaskFromPrefixLength(Td[1]).toByteArray(),Nd=[],Od=0;Od<4;)Nd.push(parseInt(Ad[Od],10)&parseInt(kd[Od],10)),Od++;return new this(Nd)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},yd.IPv4.parse=function(Ed){const Td=this.parser(Ed);if(Td===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(Td)},yd.IPv4.parseCIDR=function(Ed){let Td;if(Td=Ed.match(/^(.+)\/(\d+)$/)){const Od=parseInt(Td[2]);if(Od>=0&&Od<=32){const Ad=[this.parse(Td[1]),Od];return Object.defineProperty(Ad,"toString",{value:function(){return this.join("/")}}),Ad}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},yd.IPv4.parser=function(Ed){let Td,Od,Ad;if(Td=Ed.match(ed.fourOctet))return function(){const Nd=Td.slice(1,6),kd=[];for(let Id=0;Id<Nd.length;Id++)Od=Nd[Id],kd.push(gd(Od));return kd}();if(Td=Ed.match(ed.longValue)){if(Ad=gd(Td[1]),Ad>4294967295||Ad<0)throw new Error("ipaddr: address outside defined range");return function(){const Nd=[];let kd;for(kd=0;kd<=24;kd+=8)Nd.push(Ad>>kd&255);return Nd}().reverse()}else return(Td=Ed.match(ed.twoOctet))?function(){const Nd=Td.slice(1,4),kd=[];if(Ad=gd(Nd[1]),Ad>16777215||Ad<0)throw new Error("ipaddr: address outside defined range");return kd.push(gd(Nd[0])),kd.push(Ad>>16&255),kd.push(Ad>>8&255),kd.push(Ad&255),kd}():(Td=Ed.match(ed.threeOctet))?function(){const Nd=Td.slice(1,5),kd=[];if(Ad=gd(Nd[2]),Ad>65535||Ad<0)throw new Error("ipaddr: address outside defined range");return kd.push(gd(Nd[0])),kd.push(gd(Nd[1])),kd.push(Ad>>8&255),kd.push(Ad&255),kd}():null},yd.IPv4.subnetMaskFromPrefixLength=function(Ed){if(Ed=parseInt(Ed),Ed<0||Ed>32)throw new Error("ipaddr: invalid IPv4 prefix length");const Td=[0,0,0,0];let Od=0;const Ad=Math.floor(Ed/8);for(;Od<Ad;)Td[Od]=255,Od++;return Ad<4&&(Td[Ad]=Math.pow(2,Ed%8)-1<<8-Ed%8),new this(Td)},yd.IPv6=function(){function Ed(Td,Od){let Ad,Nd;if(Td.length===16)for(this.parts=[],Ad=0;Ad<=14;Ad+=2)this.parts.push(Td[Ad]<<8|Td[Ad+1]);else if(Td.length===8)this.parts=Td;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(Ad=0;Ad<this.parts.length;Ad++)if(Nd=this.parts[Ad],!(0<=Nd&&Nd<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");Od&&(this.zoneId=Od)}return Ed.prototype.SpecialRanges={unspecified:[new Ed([0,0,0,0,0,0,0,0]),128],linkLocal:[new Ed([65152,0,0,0,0,0,0,0]),10],multicast:[new Ed([65280,0,0,0,0,0,0,0]),8],loopback:[new Ed([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new Ed([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new Ed([0,0,0,0,0,65535,0,0]),96],discard:[new Ed([256,0,0,0,0,0,0,0]),64],rfc6145:[new Ed([0,0,0,0,65535,0,0,0]),96],rfc6052:[new Ed([100,65435,0,0,0,0,0,0]),96],"6to4":[new Ed([8194,0,0,0,0,0,0,0]),16],teredo:[new Ed([8193,0,0,0,0,0,0,0]),32],benchmarking:[new Ed([8193,2,0,0,0,0,0,0]),48],amt:[new Ed([8193,3,0,0,0,0,0,0]),32],as112v6:[[new Ed([8193,4,274,0,0,0,0,0]),48],[new Ed([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new Ed([8193,16,0,0,0,0,0,0]),28],orchid2:[new Ed([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new Ed([8193,48,0,0,0,0,0,0]),28],reserved:[[new Ed([8193,0,0,0,0,0,0,0]),23],[new Ed([8193,3512,0,0,0,0,0,0]),32]]},Ed.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},Ed.prototype.kind=function(){return"ipv6"},Ed.prototype.match=function(Td,Od){let Ad;if(Od===void 0&&(Ad=Td,Td=Ad[0],Od=Ad[1]),Td.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return ud(this.parts,Td.parts,16,Od)},Ed.prototype.prefixLengthFromSubnetMask=function(){let Td=0,Od=!1;const Ad={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0};let Nd,kd;for(let Id=7;Id>=0;Id-=1)if(Nd=this.parts[Id],Nd in Ad){if(kd=Ad[Nd],Od&&kd!==0)return null;kd!==16&&(Od=!0),Td+=kd}else return null;return 128-Td},Ed.prototype.range=function(){return yd.subnetMatch(this,this.SpecialRanges)},Ed.prototype.toByteArray=function(){let Td;const Od=[],Ad=this.parts;for(let Nd=0;Nd<Ad.length;Nd++)Td=Ad[Nd],Od.push(Td>>8),Od.push(Td&255);return Od},Ed.prototype.toFixedLengthString=function(){const Td=(function(){const Ad=[];for(let Nd=0;Nd<this.parts.length;Nd++)Ad.push(_d(this.parts[Nd].toString(16),4));return Ad}).call(this).join(":");let Od="";return this.zoneId&&(Od=`%${this.zoneId}`),Td+Od},Ed.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const Td=this.parts.slice(-2),Od=Td[0],Ad=Td[1];return new yd.IPv4([Od>>8,Od&255,Ad>>8,Ad&255])},Ed.prototype.toNormalizedString=function(){const Td=(function(){const Ad=[];for(let Nd=0;Nd<this.parts.length;Nd++)Ad.push(this.parts[Nd].toString(16));return Ad}).call(this).join(":");let Od="";return this.zoneId&&(Od=`%${this.zoneId}`),Td+Od},Ed.prototype.toRFC5952String=function(){const Td=/((^|:)(0(:|$)){2,})/g,Od=this.toNormalizedString();let Ad=0,Nd=-1,kd;for(;kd=Td.exec(Od);)kd[0].length>Nd&&(Ad=kd.index,Nd=kd[0].length);return Nd<0?Od:`${Od.substring(0,Ad)}::${Od.substring(Ad+Nd)}`},Ed.prototype.toString=function(){return this.toRFC5952String()},Ed}(),yd.IPv6.broadcastAddressFromCIDR=function(Ed){try{const Td=this.parseCIDR(Ed),Od=Td[0].toByteArray(),Ad=this.subnetMaskFromPrefixLength(Td[1]).toByteArray(),Nd=[];let kd=0;for(;kd<16;)Nd.push(parseInt(Od[kd],10)|parseInt(Ad[kd],10)^255),kd++;return new this(Nd)}catch(Td){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${Td})`)}},yd.IPv6.isIPv6=function(Ed){return this.parser(Ed)!==null},yd.IPv6.isValid=function(Ed){if(typeof Ed=="string"&&Ed.indexOf(":")===-1)return!1;try{const Td=this.parser(Ed);return new this(Td.parts,Td.zoneId),!0}catch{return!1}},yd.IPv6.isValidCIDR=function(Ed){if(typeof Ed=="string"&&Ed.indexOf(":")===-1)return!1;try{return this.parseCIDR(Ed),!0}catch{return!1}},yd.IPv6.networkAddressFromCIDR=function(Ed){let Td,Od,Ad,Nd,kd;try{for(Td=this.parseCIDR(Ed),Ad=Td[0].toByteArray(),kd=this.subnetMaskFromPrefixLength(Td[1]).toByteArray(),Nd=[],Od=0;Od<16;)Nd.push(parseInt(Ad[Od],10)&parseInt(kd[Od],10)),Od++;return new this(Nd)}catch(Id){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${Id})`)}},yd.IPv6.parse=function(Ed){const Td=this.parser(Ed);if(Td.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(Td.parts,Td.zoneId)},yd.IPv6.parseCIDR=function(Ed){let Td,Od,Ad;if((Od=Ed.match(/^(.+)\/(\d+)$/))&&(Td=parseInt(Od[2]),Td>=0&&Td<=128))return Ad=[this.parse(Od[1]),Td],Object.defineProperty(Ad,"toString",{value:function(){return this.join("/")}}),Ad;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},yd.IPv6.parser=function(Ed){let Td,Od,Ad,Nd,kd,Id;if(Ad=Ed.match(ld.deprecatedTransitional))return this.parser(`::ffff:${Ad[1]}`);if(ld.native.test(Ed))return cd(Ed,8);if((Ad=Ed.match(ld.transitional))&&(Id=Ad[6]||"",Td=Ad[1],Ad[1].endsWith("::")||(Td=Td.slice(0,-1)),Td=cd(Td+Id,6),Td.parts)){for(kd=[parseInt(Ad[2]),parseInt(Ad[3]),parseInt(Ad[4]),parseInt(Ad[5])],Od=0;Od<kd.length;Od++)if(Nd=kd[Od],!(0<=Nd&&Nd<=255))return null;return Td.parts.push(kd[0]<<8|kd[1]),Td.parts.push(kd[2]<<8|kd[3]),{parts:Td.parts,zoneId:Td.zoneId}}return null},yd.IPv6.subnetMaskFromPrefixLength=function(Ed){if(Ed=parseInt(Ed),Ed<0||Ed>128)throw new Error("ipaddr: invalid IPv6 prefix length");const Td=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let Od=0;const Ad=Math.floor(Ed/8);for(;Od<Ad;)Td[Od]=255,Od++;return Ad<16&&(Td[Ad]=Math.pow(2,Ed%8)-1<<8-Ed%8),new this(Td)},yd.fromByteArray=function(Ed){const Td=Ed.length;if(Td===4)return new yd.IPv4(Ed);if(Td===16)return new yd.IPv6(Ed);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},yd.isValid=function(Ed){return yd.IPv6.isValid(Ed)||yd.IPv4.isValid(Ed)},yd.isValidCIDR=function(Ed){return yd.IPv6.isValidCIDR(Ed)||yd.IPv4.isValidCIDR(Ed)},yd.parse=function(Ed){if(yd.IPv6.isValid(Ed))return yd.IPv6.parse(Ed);if(yd.IPv4.isValid(Ed))return yd.IPv4.parse(Ed);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},yd.parseCIDR=function(Ed){try{return yd.IPv6.parseCIDR(Ed)}catch{try{return yd.IPv4.parseCIDR(Ed)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},yd.process=function(Ed){const Td=this.parse(Ed);return Td.kind()==="ipv6"&&Td.isIPv4MappedAddress()?Td.toIPv4Address():Td},yd.subnetMatch=function(Ed,Td,Od){let Ad,Nd,kd,Id;Od==null&&(Od="unicast");for(Nd in Td)if(Object.prototype.hasOwnProperty.call(Td,Nd)){for(kd=Td[Nd],kd[0]&&!(kd[0]instanceof Array)&&(kd=[kd]),Ad=0;Ad<kd.length;Ad++)if(Id=kd[Ad],Ed.kind()===Id[0].kind()&&Ed.match.apply(Ed,Id))return Nd}return Od},Ra.exports?Ra.exports=yd:qa.ipaddr=yd})(commonjsGlobal)})(ipaddr$1);var ipaddrExports=ipaddr$1.exports;const ipaddr=getDefaultExportFromCjs(ipaddrExports);var mimeTypes$1={};const require$$0={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}};/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/var mimeDb=require$$0;/*!
* mime-types
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/(function(Ra){var qa=mimeDb,Ja=pathBrowserify.extname,ed=/^\s*([^;\s]*)(?:;|\s|$)/,td=/^text\//i;Ra.charset=rd,Ra.charsets={lookup:rd},Ra.contentType=od,Ra.extension=sd,Ra.extensions=Object.create(null),Ra.lookup=ld,Ra.types=Object.create(null),cd(Ra.extensions,Ra.types);function rd(ud){if(!ud||typeof ud!="string")return!1;var gd=ed.exec(ud),_d=gd&&qa[gd[1].toLowerCase()];return _d&&_d.charset?_d.charset:gd&&td.test(gd[1])?"UTF-8":!1}function od(ud){if(!ud||typeof ud!="string")return!1;var gd=ud.indexOf("/")===-1?Ra.lookup(ud):ud;if(!gd)return!1;if(gd.indexOf("charset")===-1){var _d=Ra.charset(gd);_d&&(gd+="; charset="+_d.toLowerCase())}return gd}function sd(ud){if(!ud||typeof ud!="string")return!1;var gd=ed.exec(ud),_d=gd&&Ra.extensions[gd[1].toLowerCase()];return!_d||!_d.length?!1:_d[0]}function ld(ud){if(!ud||typeof ud!="string")return!1;var gd=Ja("x."+ud).toLowerCase().substr(1);return gd&&Ra.types[gd]||!1}function cd(ud,gd){var _d=["nginx","apache",void 0,"iana"];Object.keys(qa).forEach(function(Ed){var Td=qa[Ed],Od=Td.extensions;if(!(!Od||!Od.length)){ud[Ed]=Od;for(var Ad=0;Ad<Od.length;Ad++){var Nd=Od[Ad];if(gd[Nd]){var kd=_d.indexOf(qa[gd[Nd]].source),Id=_d.indexOf(Td.source);if(gd[Nd]!=="application/octet-stream"&&(kd>Id||kd===Id&&gd[Nd].substr(0,12)==="application/"))continue}gd[Nd]=Ed}}})}})(mimeTypes$1);let ENCRYPTION_TYPES=function(Ra){return Ra.SSEC="SSE-C",Ra.KMS="KMS",Ra}({}),RETENTION_MODES=function(Ra){return Ra.GOVERNANCE="GOVERNANCE",Ra.COMPLIANCE="COMPLIANCE",Ra}({}),RETENTION_VALIDITY_UNITS=function(Ra){return Ra.DAYS="Days",Ra.YEARS="Years",Ra}({}),LEGAL_HOLD_STATUS=function(Ra){return Ra.ENABLED="ON",Ra.DISABLED="OFF",Ra}({});const MetaDataHeaderPrefix="x-amz-meta-";function uriEscape(Ra){return Ra.split("").reduce((qa,Ja)=>{const ed=Buffer$2.from(Ja);if(ed.length===1&&("A"<=Ja&&Ja<="Z"||"a"<=Ja&&Ja<="z"||"0"<=Ja&&Ja<="9"||Ja==="_"||Ja==="."||Ja==="~"||Ja==="-"))return qa=qa+Ja,qa;for(const td of ed)qa=qa+"%"+td.toString(16).toUpperCase();return qa},"")}function uriResourceEscape(Ra){return uriEscape(Ra).replace(/%2F/g,"/")}function getScope(Ra,qa,Ja="s3"){return`${makeDateShort(qa)}/${Ra}/${Ja}/aws4_request`}function isAmazonEndpoint(Ra){return Ra==="s3.amazonaws.com"||Ra==="s3.cn-north-1.amazonaws.com.cn"}function isVirtualHostStyle(Ra,qa,Ja,ed){return qa==="https:"&&Ja.includes(".")?!1:isAmazonEndpoint(Ra)||!ed}function isValidIP(Ra){return ipaddr.isValid(Ra)}function isValidEndpoint(Ra){return isValidDomain(Ra)||isValidIP(Ra)}function isValidDomain(Ra){if(!isString$1(Ra)||Ra.length===0||Ra.length>255||Ra[0]==="-"||Ra.slice(-1)==="-"||Ra[0]==="_"||Ra.slice(-1)==="_"||Ra[0]===".")return!1;const qa="`~!@#$%^&*()+={}[]|\\\"';:><?/";for(const Ja of qa)if(Ra.includes(Ja))return!1;return!0}function probeContentType(Ra){let qa=mimeTypes$1.lookup(Ra);return qa||(qa="application/octet-stream"),qa}function isValidPort(Ra){return isNumber$2(Ra)?0<=Ra&&Ra<=65535:!1}function isValidBucketName(Ra){return!isString$1(Ra)||Ra.length<3||Ra.length>63||Ra.includes("..")||/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/.test(Ra)?!1:!!/^[a-z0-9][a-z0-9.-]+[a-z0-9]$/.test(Ra)}function isValidObjectName(Ra){return isValidPrefix(Ra)?Ra.length!==0:!1}function isValidPrefix(Ra){return!(!isString$1(Ra)||Ra.length>1024)}function isNumber$2(Ra){return typeof Ra=="number"}function isFunction$1(Ra){return typeof Ra=="function"}function isString$1(Ra){return typeof Ra=="string"}function isObject$1(Ra){return typeof Ra=="object"&&Ra!==null}function isReadableStream$1(Ra){return isObject$1(Ra)&&isFunction$1(Ra._read)}function isBoolean$1(Ra){return typeof Ra=="boolean"}function isEmpty(Ra){return _.isEmpty(Ra)}function isEmptyObject(Ra){return Object.values(Ra).filter(qa=>qa!==void 0).length!==0}function isDefined(Ra){return Ra!=null}function isValidDate(Ra){return Ra instanceof Date&&!isNaN(Ra)}function makeDateLong(Ra){Ra=Ra||new Date;const qa=Ra.toISOString();return qa.slice(0,4)+qa.slice(5,7)+qa.slice(8,13)+qa.slice(14,16)+qa.slice(17,19)+"Z"}function makeDateShort(Ra){Ra=Ra||new Date;const qa=Ra.toISOString();return qa.slice(0,4)+qa.slice(5,7)+qa.slice(8,10)}function pipesetup(...Ra){return Ra.reduce((qa,Ja)=>(qa.on("error",ed=>Ja.emit("error",ed)),qa.pipe(Ja)))}function readableStream(Ra){const qa=new streamBrowserify.Readable;return qa._read=()=>{},qa.push(Ra),qa.push(null),qa}function insertContentType(Ra,qa){for(const Ja in Ra)if(Ja.toLowerCase()==="content-type")return Ra;return{...Ra,"content-type":probeContentType(qa)}}function prependXAMZMeta(Ra){return Ra?_.mapKeys(Ra,(qa,Ja)=>isAmzHeader(Ja)||isSupportedHeader(Ja)||isStorageClassHeader(Ja)?Ja:MetaDataHeaderPrefix+Ja):{}}function isAmzHeader(Ra){const qa=Ra.toLowerCase();return qa.startsWith(MetaDataHeaderPrefix)||qa==="x-amz-acl"||qa.startsWith("x-amz-server-side-encryption-")||qa==="x-amz-server-side-encryption"}function isSupportedHeader(Ra){return["content-type","cache-control","content-encoding","content-disposition","content-language","x-amz-website-redirect-location"].includes(Ra.toLowerCase())}function isStorageClassHeader(Ra){return Ra.toLowerCase()==="x-amz-storage-class"}function extractMetadata(Ra){return _.mapKeys(_.pickBy(Ra,(qa,Ja)=>isSupportedHeader(Ja)||isStorageClassHeader(Ja)||isAmzHeader(Ja)),(qa,Ja)=>{const ed=Ja.toLowerCase();return ed.startsWith(MetaDataHeaderPrefix)?ed.slice(MetaDataHeaderPrefix.length):Ja})}function getVersionId(Ra={}){return Ra["x-amz-version-id"]||null}function getSourceVersionId(Ra={}){return Ra["x-amz-copy-source-version-id"]||null}function sanitizeETag(Ra=""){const qa={'"':"","&quot;":"","&#34;":"","&QUOT;":"","&#x00022":""};return Ra.replace(/^("|&quot;|&#34;)|("|&quot;|&#34;)$/g,Ja=>qa[Ja])}function toMd5(Ra){return(void 0)("md5").update(Buffer$2.from(Ra)).digest().toString("base64")}function toSha256(Ra){return(void 0)("sha256").update(Ra).digest("hex")}function toArray$1(Ra){return Array.isArray(Ra)?Ra:[Ra]}function sanitizeObjectKey(Ra){const qa=(Ra?Ra.toString():"").replace(/\+/g," ");return decodeURIComponent(qa)}function sanitizeSize(Ra){return Ra?Number.parseInt(Ra):void 0}const PART_CONSTRAINTS={ABS_MIN_PART_SIZE:1024*1024*5,MIN_PART_SIZE:1024*1024*16,MAX_PARTS_COUNT:1e4,MAX_PART_SIZE:1024*1024*1024*5,MAX_SINGLE_PUT_OBJECT_SIZE:1024*1024*1024*5,MAX_MULTIPART_PUT_OBJECT_SIZE:1024*1024*1024*1024*5},GENERIC_SSE_HEADER="X-Amz-Server-Side-Encryption",ENCRYPTION_HEADERS={sseGenericHeader:GENERIC_SSE_HEADER,sseKmsKeyID:GENERIC_SSE_HEADER+"-Aws-Kms-Key-Id"};function getEncryptionHeaders(Ra){const qa=Ra.type;if(!isEmpty(qa)){if(qa===ENCRYPTION_TYPES.SSEC)return{[ENCRYPTION_HEADERS.sseGenericHeader]:"AES256"};if(qa===ENCRYPTION_TYPES.KMS)return{[ENCRYPTION_HEADERS.sseGenericHeader]:Ra.SSEAlgorithm,[ENCRYPTION_HEADERS.sseKmsKeyID]:Ra.KMSMasterKeyID}}return{}}function partsRequired(Ra){const qa=PART_CONSTRAINTS.MAX_MULTIPART_PUT_OBJECT_SIZE/(PART_CONSTRAINTS.MAX_PARTS_COUNT-1);let Ja=Ra/qa;return Ra%qa>0&&Ja++,Ja=Math.trunc(Ja),Ja}function calculateEvenSplits(Ra,qa){if(Ra===0)return null;const Ja=partsRequired(Ra),ed=[],td=[];let rd=qa.Start;(isEmpty(rd)||rd===-1)&&(rd=0);const od=Math.trunc(Ra/Ja),sd=Ra%Ja;let ld=rd;for(let cd=0;cd<Ja;cd++){let ud=od;cd<sd&&ud++;const gd=ld,_d=gd+ud-1;ld=_d+1,ed.push(gd),td.push(_d)}return{startIndex:ed,endIndex:td,objInfo:qa}}const fxp$1=new fxp$2.XMLParser;function parseXml(Ra){const qa=fxp$1.parse(Ra);if(qa.Error)throw qa.Error;return qa}const DEFAULT_REGION="us-east-1";class CopySourceOptions{constructor({Bucket:qa,Object:Ja,VersionID:ed="",MatchETag:td="",NoMatchETag:rd="",MatchModifiedSince:od=null,MatchUnmodifiedSince:sd=null,MatchRange:ld=!1,Start:cd=0,End:ud=0,Encryption:gd=void 0}){this.Bucket=qa,this.Object=Ja,this.VersionID=ed,this.MatchETag=td,this.NoMatchETag=rd,this.MatchModifiedSince=od,this.MatchUnmodifiedSince=sd,this.MatchRange=ld,this.Start=cd,this.End=ud,this.Encryption=gd}validate(){if(!isValidBucketName(this.Bucket))throw new InvalidBucketNameError("Invalid Source bucket name: "+this.Bucket);if(!isValidObjectName(this.Object))throw new InvalidObjectNameError(`Invalid Source object name: ${this.Object}`);if(this.MatchRange&&this.Start!==-1&&this.End!==-1&&this.Start>this.End||this.Start<0)throw new InvalidObjectNameError("Source start must be non-negative, and start must be at most end.");if(this.MatchRange&&!isNumber$2(this.Start)||!isNumber$2(this.End))throw new InvalidObjectNameError("MatchRange is specified. But Invalid Start and End values are specified.");return!0}getHeaders(){const qa={};return qa["x-amz-copy-source"]=encodeURI(this.Bucket+"/"+this.Object),isEmpty(this.VersionID)||(qa["x-amz-copy-source"]=`${encodeURI(this.Bucket+"/"+this.Object)}?versionId=${this.VersionID}`),isEmpty(this.MatchETag)||(qa["x-amz-copy-source-if-match"]=this.MatchETag),isEmpty(this.NoMatchETag)||(qa["x-amz-copy-source-if-none-match"]=this.NoMatchETag),isEmpty(this.MatchModifiedSince)||(qa["x-amz-copy-source-if-modified-since"]=this.MatchModifiedSince),isEmpty(this.MatchUnmodifiedSince)||(qa["x-amz-copy-source-if-unmodified-since"]=this.MatchUnmodifiedSince),qa}}class CopyDestinationOptions{constructor({Bucket:qa,Object:Ja,Encryption:ed,UserMetadata:td,UserTags:rd,LegalHold:od,RetainUntilDate:sd,Mode:ld,MetadataDirective:cd}){this.Bucket=qa,this.Object=Ja,this.Encryption=ed??void 0,this.UserMetadata=td,this.UserTags=rd,this.LegalHold=od,this.Mode=ld,this.RetainUntilDate=sd,this.MetadataDirective=cd}getHeaders(){const qa="REPLACE",Ja={},ed=this.UserTags;if(isEmpty(ed)||(Ja["X-Amz-Tagging-Directive"]=qa,Ja["X-Amz-Tagging"]=isObject$1(ed)?queryString.stringify(ed):isString$1(ed)?ed:""),this.Mode&&(Ja["X-Amz-Object-Lock-Mode"]=this.Mode),this.RetainUntilDate&&(Ja["X-Amz-Object-Lock-Retain-Until-Date"]=this.RetainUntilDate),this.LegalHold&&(Ja["X-Amz-Object-Lock-Legal-Hold"]=this.LegalHold),this.UserMetadata)for(const[td,rd]of Object.entries(this.UserMetadata))Ja[`X-Amz-Meta-${td}`]=rd.toString();if(this.MetadataDirective&&(Ja["X-Amz-Metadata-Directive"]=this.MetadataDirective),this.Encryption){const td=getEncryptionHeaders(this.Encryption);for(const[rd,od]of Object.entries(td))Ja[rd]=od}return Ja}validate(){if(!isValidBucketName(this.Bucket))throw new InvalidBucketNameError("Invalid Destination bucket name: "+this.Bucket);if(!isValidObjectName(this.Object))throw new InvalidObjectNameError(`Invalid Destination object name: ${this.Object}`);if(!isEmpty(this.UserMetadata)&&!isObject$1(this.UserMetadata))throw new InvalidObjectNameError("Destination UserMetadata should be an object with key value pairs");if(!isEmpty(this.Mode)&&![RETENTION_MODES.GOVERNANCE,RETENTION_MODES.COMPLIANCE].includes(this.Mode))throw new InvalidObjectNameError("Invalid Mode specified for destination object it should be one of [GOVERNANCE,COMPLIANCE]");if(this.Encryption!==void 0&&isEmptyObject(this.Encryption))throw new InvalidObjectNameError("Invalid Encryption configuration for destination object ");return!0}}class SelectResults{constructor({records:qa,response:Ja,stats:ed,progress:td}){this.records=qa,this.response=Ja,this.stats=ed,this.progress=td}setStats(qa){this.stats=qa}getStats(){return this.stats}setProgress(qa){this.progress=qa}getProgress(){return this.progress}setResponse(qa){this.response=qa}getResponse(){return this.response}setRecords(qa){this.records=qa}getRecords(){return this.records}}function callbackify(Ra){return function(){const qa=[...arguments],Ja=qa.pop();return typeof Ja=="function"?Ra.apply(this,qa).then(ed=>Ja(null,ed),ed=>Ja(ed)):Ra.apply(this,arguments)}}var lib={},define_process_default$4={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};Object.defineProperty(lib,"__esModule",{value:!0});var _typeof=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Ra){return typeof Ra}:function(Ra){return Ra&&typeof Symbol=="function"&&Ra.constructor===Symbol&&Ra!==Symbol.prototype?"symbol":typeof Ra},isBrowser=typeof window<"u"&&typeof window.document<"u",isNode=typeof define_process_default$4<"u"&&define_process_default$4.versions!=null&&define_process_default$4.versions.node!=null,isWebWorker=(typeof self>"u"?"undefined":_typeof(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",isJsDom=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),isDeno=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u",isBrowser_1=lib.isBrowser=isBrowser;lib.isWebWorker=isWebWorker;lib.isNode=isNode;lib.isJsDom=isJsDom;lib.isDeno=isDeno;class Credentials{constructor({accessKey:qa,secretKey:Ja,sessionToken:ed}){this.accessKey=qa,this.secretKey=Ja,this.sessionToken=ed}setAccessKey(qa){this.accessKey=qa}getAccessKey(){return this.accessKey}setSecretKey(qa){this.secretKey=qa}getSecretKey(){return this.secretKey}setSessionToken(qa){this.sessionToken=qa}getSessionToken(){return this.sessionToken}get(){return this}}class CredentialProvider{constructor({accessKey:qa,secretKey:Ja,sessionToken:ed}){this.credentials=new Credentials({accessKey:qa,secretKey:Ja,sessionToken:ed})}async getCredentials(){return this.credentials.get()}setCredentials(qa){if(qa instanceof Credentials)this.credentials=qa;else throw new Error("Unable to set Credentials. it should be an instance of Credentials class")}setAccessKey(qa){this.credentials.setAccessKey(qa)}getAccessKey(){return this.credentials.getAccessKey()}setSecretKey(qa){this.credentials.setSecretKey(qa)}getSecretKey(){return this.credentials.getSecretKey()}setSessionToken(qa){this.credentials.setSessionToken(qa)}getSessionToken(){return this.credentials.getSessionToken()}}const signV4Algorithm="AWS4-HMAC-SHA256";function getCanonicalRequest(Ra,qa,Ja,ed,td){if(!isString$1(Ra))throw new TypeError('method should be of type "string"');if(!isString$1(qa))throw new TypeError('path should be of type "string"');if(!isObject$1(Ja))throw new TypeError('headers should be of type "object"');if(!Array.isArray(ed))throw new TypeError('signedHeaders should be of type "array"');if(!isString$1(td))throw new TypeError('hashedPayload should be of type "string"');const rd=ed.reduce((ld,cd)=>{const ud=`${Ja[cd]}`.replace(/ +/g," ");return ld.push(`${cd.toLowerCase()}:${ud}`),ld},[]),od=qa.split("?")[0];let sd=qa.split("?")[1];return sd||(sd=""),sd&&(sd=sd.split("&").sort().map(ld=>ld.includes("=")?ld:ld+"=").join("&")),[Ra.toUpperCase(),od,sd,rd.join(`
`)+`
`,ed.join(";").toLowerCase(),td].join(`
`)}function getCredential(Ra,qa,Ja,ed="s3"){if(!isString$1(Ra))throw new TypeError('accessKey should be of type "string"');if(!isString$1(qa))throw new TypeError('region should be of type "string"');if(!isObject$1(Ja))throw new TypeError('requestDate should be of type "object"');return`${Ra}/${getScope(qa,Ja,ed)}`}function getSignedHeaders(Ra){if(!isObject$1(Ra))throw new TypeError('request should be of type "object"');const qa=["authorization","content-length","content-type","user-agent"];return Object.keys(Ra).filter(Ja=>!qa.includes(Ja)).sort()}function getSigningKey(Ra,qa,Ja,ed="s3"){if(!isObject$1(Ra))throw new TypeError('date should be of type "object"');if(!isString$1(qa))throw new TypeError('region should be of type "string"');if(!isString$1(Ja))throw new TypeError('secretKey should be of type "string"');const td=makeDateShort(Ra);return(void 0)("sha256",(void 0)("sha256",(void 0)("sha256",(void 0)("sha256","AWS4"+Ja).update(td).digest()).update(qa).digest()).update(ed).digest()).update("aws4_request").digest()}function getStringToSign(Ra,qa,Ja,ed="s3"){if(!isString$1(Ra))throw new TypeError('canonicalRequest should be of type "string"');if(!isObject$1(qa))throw new TypeError('requestDate should be of type "object"');if(!isString$1(Ja))throw new TypeError('region should be of type "string"');const td=(void 0)("sha256").update(Ra).digest("hex"),rd=getScope(Ja,qa,ed);return[signV4Algorithm,makeDateLong(qa),rd,td].join(`
`)}function postPresignSignatureV4(Ra,qa,Ja,ed){if(!isString$1(Ra))throw new TypeError('region should be of type "string"');if(!isObject$1(qa))throw new TypeError('date should be of type "object"');if(!isString$1(Ja))throw new TypeError('secretKey should be of type "string"');if(!isString$1(ed))throw new TypeError('policyBase64 should be of type "string"');return(void 0)("sha256",getSigningKey(qa,Ra,Ja)).update(ed).digest("hex").toLowerCase()}function signV4(Ra,qa,Ja,ed,td,rd,od="s3"){if(!isObject$1(Ra))throw new TypeError('request should be of type "object"');if(!isString$1(qa))throw new TypeError('accessKey should be of type "string"');if(!isString$1(Ja))throw new TypeError('secretKey should be of type "string"');if(!isString$1(ed))throw new TypeError('region should be of type "string"');if(!qa)throw new AccessKeyRequiredError("accessKey is required for signing");if(!Ja)throw new SecretKeyRequiredError("secretKey is required for signing");const sd=getSignedHeaders(Ra.headers),ld=getCanonicalRequest(Ra.method,Ra.path,Ra.headers,sd,rd),cd=od||"s3",ud=getStringToSign(ld,td,ed,cd),gd=getSigningKey(td,ed,Ja,cd),_d=getCredential(qa,ed,td,cd),yd=(void 0)("sha256",gd).update(ud).digest("hex").toLowerCase();return`${signV4Algorithm} Credential=${_d}, SignedHeaders=${sd.join(";").toLowerCase()}, Signature=${yd}`}function presignSignatureV4(Ra,qa,Ja,ed,td,rd,od){if(!isObject$1(Ra))throw new TypeError('request should be of type "object"');if(!isString$1(qa))throw new TypeError('accessKey should be of type "string"');if(!isString$1(Ja))throw new TypeError('secretKey should be of type "string"');if(!isString$1(td))throw new TypeError('region should be of type "string"');if(!qa)throw new AccessKeyRequiredError("accessKey is required for presigning");if(!Ja)throw new SecretKeyRequiredError("secretKey is required for presigning");if(!isNumber$2(od))throw new TypeError('expires should be of type "number"');if(od<1)throw new ExpiresParamError("expires param cannot be less than 1 seconds");if(od>604800)throw new ExpiresParamError("expires param cannot be greater than 7 days");const sd=makeDateLong(rd),ld=getSignedHeaders(Ra.headers),cd=getCredential(qa,td,rd),ud="UNSIGNED-PAYLOAD",gd=[];gd.push(`X-Amz-Algorithm=${signV4Algorithm}`),gd.push(`X-Amz-Credential=${uriEscape(cd)}`),gd.push(`X-Amz-Date=${sd}`),gd.push(`X-Amz-Expires=${od}`),gd.push(`X-Amz-SignedHeaders=${uriEscape(ld.join(";").toLowerCase())}`),ed&&gd.push(`X-Amz-Security-Token=${uriEscape(ed)}`);const _d=Ra.path.split("?")[0];let yd=Ra.path.split("?")[1];yd?yd=yd+"&"+gd.join("&"):yd=gd.join("&");const Ed=_d+"?"+yd,Td=getCanonicalRequest(Ra.method,Ed,Ra.headers,ld,ud),Od=getStringToSign(Td,rd,td),Nd=(void 0)("sha256",getSigningKey(rd,td,Ja)).update(Od).digest("hex").toLowerCase();return Ra.protocol+"//"+Ra.headers.host+Ed+`&X-Amz-Signature=${Nd}`}async function readAsBuffer(Ra){return new Promise((qa,Ja)=>{const ed=[];Ra.on("data",td=>ed.push(td)).on("error",td=>Ja(td)).on("end",()=>qa(Buffer$2.concat(ed)))})}async function readAsString(Ra){return(await readAsBuffer(Ra)).toString()}async function drainResponse(Ra){return new Promise((qa,Ja)=>{Ra.on("data",()=>{}).on("error",ed=>Ja(ed)).on("end",()=>qa())})}function parseBucketRegion(Ra){return parseXml(Ra).LocationConstraint}const fxp=new fxp$2.XMLParser;function parseError(Ra,qa){let Ja={};const ed=fxp.parse(Ra);ed.Error&&(Ja=ed.Error);const td=new S3Error;return Object.entries(Ja).forEach(([rd,od])=>{td[rd.toLowerCase()]=od}),Object.entries(qa).forEach(([rd,od])=>{td[rd]=od}),td}async function parseResponseError(Ra){const qa=Ra.statusCode;let Ja,ed;qa===301?(Ja="MovedPermanently",ed="Moved Permanently"):qa===307?(Ja="TemporaryRedirect",ed="Are you using the correct endpoint URL?"):qa===403?(Ja="AccessDenied",ed="Valid and authorized credentials required"):qa===404?(Ja="NotFound",ed="Not Found"):qa===405||qa===501?(Ja="MethodNotAllowed",ed="Method Not Allowed"):(Ja="UnknownError",ed=`${qa}`);const td={};td.amzRequestid=Ra.headers["x-amz-request-id"],td.amzId2=Ra.headers["x-amz-id-2"],td.amzBucketRegion=Ra.headers["x-amz-bucket-region"];const rd=await readAsString(Ra);if(rd)throw parseError(rd,td);const od=new S3Error(ed,{cause:td});throw od.code=Ja,Object.entries(td).forEach(([sd,ld])=>{od[sd]=ld}),od}function parseListObjectsV2WithMetadata(Ra){const qa={objects:[],isTruncated:!1,nextContinuationToken:""};let Ja=parseXml(Ra);if(!Ja.ListBucketResult)throw new InvalidXMLError('Missing tag: "ListBucketResult"');return Ja=Ja.ListBucketResult,Ja.IsTruncated&&(qa.isTruncated=Ja.IsTruncated),Ja.NextContinuationToken&&(qa.nextContinuationToken=Ja.NextContinuationToken),Ja.Contents&&toArray$1(Ja.Contents).forEach(ed=>{const td=sanitizeObjectKey(ed.Key),rd=new Date(ed.LastModified),od=sanitizeETag(ed.ETag),sd=ed.Size;let ld;ed.UserMetadata!=null?ld=toArray$1(ed.UserMetadata)[0]:ld=null,qa.objects.push({name:td,lastModified:rd,etag:od,size:sd,metadata:ld})}),Ja.CommonPrefixes&&toArray$1(Ja.CommonPrefixes).forEach(ed=>{qa.objects.push({prefix:sanitizeObjectKey(toArray$1(ed.Prefix)[0]),size:0})}),qa}function parseListParts(Ra){let qa=parseXml(Ra);const Ja={isTruncated:!1,parts:[],marker:0};if(!qa.ListPartsResult)throw new InvalidXMLError('Missing tag: "ListPartsResult"');return qa=qa.ListPartsResult,qa.IsTruncated&&(Ja.isTruncated=qa.IsTruncated),qa.NextPartNumberMarker&&(Ja.marker=toArray$1(qa.NextPartNumberMarker)[0]||""),qa.Part&&toArray$1(qa.Part).forEach(ed=>{const td=parseInt(toArray$1(ed.PartNumber)[0],10),rd=new Date(ed.LastModified),od=ed.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^&quot;/g,"").replace(/&quot;$/g,"").replace(/^&#34;/g,"").replace(/&#34;$/g,"");Ja.parts.push({part:td,lastModified:rd,etag:od,size:parseInt(ed.Size,10)})}),Ja}function parseListBucket(Ra){let qa=[];const Ja=parseXml(Ra);if(!Ja.ListAllMyBucketsResult)throw new InvalidXMLError('Missing tag: "ListAllMyBucketsResult"');const{ListAllMyBucketsResult:{Buckets:ed={}}={}}=Ja;return ed.Bucket&&(qa=toArray$1(ed.Bucket).map((td={})=>{const{Name:rd,CreationDate:od}=td,sd=new Date(od);return{name:rd,creationDate:sd}})),qa}function parseInitiateMultipart(Ra){let qa=parseXml(Ra);if(!qa.InitiateMultipartUploadResult)throw new InvalidXMLError('Missing tag: "InitiateMultipartUploadResult"');if(qa=qa.InitiateMultipartUploadResult,qa.UploadId)return qa.UploadId;throw new InvalidXMLError('Missing tag: "UploadId"')}function parseReplicationConfig(Ra){const qa=parseXml(Ra),{Role:Ja,Rule:ed}=qa.ReplicationConfiguration;return{ReplicationConfiguration:{role:Ja,rules:toArray$1(ed)}}}class Extensions{constructor(qa){this.client=qa}listObjectsV2WithMetadata(qa,Ja,ed,td){if(Ja===void 0&&(Ja=""),ed===void 0&&(ed=!1),td===void 0&&(td=""),!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidPrefix(Ja))throw new InvalidPrefixError(`Invalid prefix : ${Ja}`);if(!isString$1(Ja))throw new TypeError('prefix should be of type "string"');if(!isBoolean$1(ed))throw new TypeError('recursive should be of type "boolean"');if(!isString$1(td))throw new TypeError('startAfter should be of type "string"');const rd=ed?"":"/";return streamBrowserify.Readable.from(this.listObjectsV2WithMetadataGen(qa,Ja,rd,td),{objectMode:!0})}async*listObjectsV2WithMetadataGen(qa,Ja,ed,td){let rd=!1,od="";do{const sd=await this.listObjectsV2WithMetadataQuery(qa,Ja,od,ed,td);rd=!sd.isTruncated,od=sd.nextContinuationToken;for(const ld of sd.objects)yield ld}while(!rd)}async listObjectsV2WithMetadataQuery(qa,Ja,ed,td,rd){const od=[];od.push("list-type=2"),od.push("encoding-type=url"),od.push(`prefix=${uriEscape(Ja)}`),od.push(`delimiter=${uriEscape(td)}`),od.push("metadata=true"),ed&&(ed=uriEscape(ed),od.push(`continuation-token=${ed}`)),rd&&(rd=uriEscape(rd),od.push(`start-after=${rd}`)),od.push("max-keys=1000"),od.sort();let sd="";od.length>0&&(sd=`${od.join("&")}`);const cd=await this.client.makeRequestAsync({method:"GET",bucketName:qa,query:sd});return parseListObjectsV2WithMetadata(await readAsString(cd))}}async function request$1(Ra,qa,Ja=null){return new Promise((ed,td)=>{const rd=Ra.request(qa,od=>{ed(od)});if(!Ja||Buffer$2.isBuffer(Ja)||typeof Ja=="string"){rd.on("error",od=>{td(od)}).end(Ja);return}streamBrowserify.pipeline(Ja,rd,od=>{od&&td(od)})})}const awsS3Endpoint={"us-east-1":"s3.amazonaws.com","us-east-2":"s3-us-east-2.amazonaws.com","us-west-1":"s3-us-west-1.amazonaws.com","us-west-2":"s3-us-west-2.amazonaws.com","ca-central-1":"s3.ca-central-1.amazonaws.com","eu-west-1":"s3-eu-west-1.amazonaws.com","eu-west-2":"s3-eu-west-2.amazonaws.com","sa-east-1":"s3-sa-east-1.amazonaws.com","eu-central-1":"s3-eu-central-1.amazonaws.com","ap-south-1":"s3-ap-south-1.amazonaws.com","ap-southeast-1":"s3-ap-southeast-1.amazonaws.com","ap-southeast-2":"s3-ap-southeast-2.amazonaws.com","ap-northeast-1":"s3-ap-northeast-1.amazonaws.com","cn-north-1":"s3.cn-north-1.amazonaws.com.cn","ap-east-1":"s3.ap-east-1.amazonaws.com","eu-north-1":"s3.eu-north-1.amazonaws.com"};function getS3Endpoint(Ra){if(!isString$1(Ra))throw new TypeError(`Invalid region: ${Ra}`);const qa=awsS3Endpoint[Ra];return qa||"s3.amazonaws.com"}var define_process_default$3={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};const Package={version:"7.1.3"},requestOptionProperties=["agent","ca","cert","ciphers","clientCertEngine","crl","dhparam","ecdhCurve","family","honorCipherOrder","key","passphrase","pfx","rejectUnauthorized","secureOptions","secureProtocol","servername","sessionIdContext"];class TypedClient{constructor(qa){t1(this,"partSize",64*1024*1024);t1(this,"maximumPartSize",5*1024*1024*1024);t1(this,"maxObjectSize",5*1024*1024*1024*1024);if(qa.secure!==void 0)throw new Error('"secure" option deprecated, "useSSL" should be used instead');if(qa.useSSL===void 0&&(qa.useSSL=!0),qa.port||(qa.port=0),!isValidEndpoint(qa.endPoint))throw new InvalidEndpointError(`Invalid endPoint : ${qa.endPoint}`);if(!isValidPort(qa.port))throw new InvalidArgumentError(`Invalid port : ${qa.port}`);if(!isBoolean$1(qa.useSSL))throw new InvalidArgumentError(`Invalid useSSL flag type : ${qa.useSSL}, expected to be of type "boolean"`);if(qa.region&&!isString$1(qa.region))throw new InvalidArgumentError(`Invalid region : ${qa.region}`);const Ja=qa.endPoint.toLowerCase();let ed=qa.port,td,rd,od;if(qa.useSSL?(rd=http,td="https:",ed=ed||443,od=void 0):(rd=http,td="http:",ed=ed||80,od=void 0),qa.transport){if(!isObject$1(qa.transport))throw new InvalidArgumentError(`Invalid transport type : ${qa.transport}, expected to be type "object"`);rd=qa.transport}if(qa.transportAgent){if(!isObject$1(qa.transportAgent))throw new InvalidArgumentError(`Invalid transportAgent type: ${qa.transportAgent}, expected to be type "object"`);od=qa.transportAgent}const ld=`MinIO ${`(${define_process_default$3.platform}; ${define_process_default$3.arch})`} minio-js/${Package.version}`;if(this.transport=rd,this.transportAgent=od,this.host=Ja,this.port=ed,this.protocol=td,this.userAgent=`${ld}`,qa.pathStyle===void 0?this.pathStyle=!0:this.pathStyle=qa.pathStyle,this.accessKey=qa.accessKey??"",this.secretKey=qa.secretKey??"",this.sessionToken=qa.sessionToken,this.anonymous=!this.accessKey||!this.secretKey,qa.credentialsProvider&&(this.credentialsProvider=qa.credentialsProvider),this.regionMap={},qa.region&&(this.region=qa.region),qa.partSize&&(this.partSize=qa.partSize,this.overRidePartSize=!0),this.partSize<5*1024*1024)throw new InvalidArgumentError("Part size should be greater than 5MB");if(this.partSize>5*1024*1024*1024)throw new InvalidArgumentError("Part size should be less than 5GB");this.enableSHA256=!this.anonymous&&!qa.useSSL,this.s3AccelerateEndpoint=qa.s3AccelerateEndpoint||void 0,this.reqOptions={},this.clientExtensions=new Extensions(this)}get extensions(){return this.clientExtensions}setS3TransferAccelerate(qa){this.s3AccelerateEndpoint=qa}setRequestOptions(qa){if(!isObject$1(qa))throw new TypeError('request options should be of type "object"');this.reqOptions=_.pick(qa,requestOptionProperties)}getAccelerateEndPointIfSet(qa,Ja){if(!isEmpty(this.s3AccelerateEndpoint)&&!isEmpty(qa)&&!isEmpty(Ja)){if(qa.includes("."))throw new Error(`Transfer Acceleration is not supported for non compliant bucket:${qa}`);return this.s3AccelerateEndpoint}return!1}getRequestOptions(qa){const Ja=qa.method,ed=qa.region,td=qa.bucketName;let rd=qa.objectName;const od=qa.headers,sd=qa.query;let ld={method:Ja,headers:{},protocol:this.protocol,agent:this.transportAgent},cd;td&&(cd=isVirtualHostStyle(this.host,this.protocol,td,this.pathStyle));let ud="/",gd=this.host,_d;if(this.port&&(_d=this.port),rd&&(rd=uriResourceEscape(rd)),isAmazonEndpoint(gd)){const yd=this.getAccelerateEndPointIfSet(td,rd);yd?gd=`${yd}`:gd=getS3Endpoint(ed)}if(cd&&!qa.pathStyle?(td&&(gd=`${td}.${gd}`),rd&&(ud=`/${rd}`)):(td&&(ud=`/${td}`),rd&&(ud=`/${td}/${rd}`)),sd&&(ud+=`?${sd}`),ld.headers.host=gd,(ld.protocol==="http:"&&_d!==80||ld.protocol==="https:"&&_d!==443)&&(ld.headers.host=`${gd}:${_d}`),ld.headers["user-agent"]=this.userAgent,od)for(const[yd,Ed]of Object.entries(od))ld.headers[yd.toLowerCase()]=Ed;return ld=Object.assign({},this.reqOptions,ld),{...ld,headers:_.mapValues(_.pickBy(ld.headers,isDefined),yd=>yd.toString()),host:gd,port:_d,path:ud}}async setCredentialsProvider(qa){if(!(qa instanceof CredentialProvider))throw new Error("Unable to get credentials. Expected instance of CredentialProvider");this.credentialsProvider=qa,await this.checkAndRefreshCreds()}async checkAndRefreshCreds(){if(this.credentialsProvider)try{const qa=await this.credentialsProvider.getCredentials();this.accessKey=qa.getAccessKey(),this.secretKey=qa.getSecretKey(),this.sessionToken=qa.getSessionToken()}catch(qa){throw new Error(`Unable to get credentials: ${qa}`,{cause:qa})}}logHTTP(qa,Ja,ed){if(!this.logStream)return;if(!isObject$1(qa))throw new TypeError('reqOptions should be of type "object"');if(Ja&&!isReadableStream$1(Ja))throw new TypeError('response should be of type "Stream"');if(ed&&!(ed instanceof Error))throw new TypeError('err should be of type "Error"');const td=this.logStream,rd=od=>{Object.entries(od).forEach(([sd,ld])=>{if(sd=="authorization"&&isString$1(ld)){const cd=new RegExp("Signature=([0-9a-f]+)");ld=ld.replace(cd,"Signature=**REDACTED**")}td.write(`${sd}: ${ld}
`)}),td.write(`
`)};if(td.write(`REQUEST: ${qa.method} ${qa.path}
`),rd(qa.headers),Ja&&(this.logStream.write(`RESPONSE: ${Ja.statusCode}
`),rd(Ja.headers)),ed){td.write(`ERROR BODY:
`);const od=JSON.stringify(ed,null," ");td.write(`${od}
`)}}traceOn(qa){qa||(qa=define_process_default$3.stdout),this.logStream=qa}traceOff(){this.logStream=void 0}async makeRequestAsync(qa,Ja="",ed=[200],td=""){if(!isObject$1(qa))throw new TypeError('options should be of type "object"');if(!isString$1(Ja)&&!isObject$1(Ja))throw new TypeError('payload should be of type "string" or "Buffer"');if(ed.forEach(od=>{if(!isNumber$2(od))throw new TypeError('statusCode should be of type "number"')}),!isString$1(td))throw new TypeError('region should be of type "string"');qa.headers||(qa.headers={}),(qa.method==="POST"||qa.method==="PUT"||qa.method==="DELETE")&&(qa.headers["content-length"]=Ja.length.toString());const rd=this.enableSHA256?toSha256(Ja):"";return this.makeRequestStreamAsync(qa,Ja,rd,ed,td)}async makeRequestAsyncOmit(qa,Ja="",ed=[200],td=""){const rd=await this.makeRequestAsync(qa,Ja,ed,td);return await drainResponse(rd),rd}async makeRequestStreamAsync(qa,Ja,ed,td,rd){if(!isObject$1(qa))throw new TypeError('options should be of type "object"');if(!(Buffer$2.isBuffer(Ja)||typeof Ja=="string"||isReadableStream$1(Ja)))throw new InvalidArgumentError(`stream should be a Buffer, string or readable Stream, got ${typeof Ja} instead`);if(!isString$1(ed))throw new TypeError('sha256sum should be of type "string"');if(td.forEach(ld=>{if(!isNumber$2(ld))throw new TypeError('statusCode should be of type "number"')}),!isString$1(rd))throw new TypeError('region should be of type "string"');if(!this.enableSHA256&&ed.length!==0)throw new InvalidArgumentError("sha256sum expected to be empty for anonymous or https requests");if(this.enableSHA256&&ed.length!==64)throw new InvalidArgumentError(`Invalid sha256sum : ${ed}`);await this.checkAndRefreshCreds(),rd=rd||await this.getBucketRegionAsync(qa.bucketName);const od=this.getRequestOptions({...qa,region:rd});if(!this.anonymous){this.enableSHA256||(ed="UNSIGNED-PAYLOAD");const ld=new Date;od.headers["x-amz-date"]=makeDateLong(ld),od.headers["x-amz-content-sha256"]=ed,this.sessionToken&&(od.headers["x-amz-security-token"]=this.sessionToken),od.headers.authorization=signV4(od,this.accessKey,this.secretKey,rd,ld,ed)}const sd=await request$1(this.transport,od,Ja);if(!sd.statusCode)throw new Error("BUG: response doesn't have a statusCode");if(!td.includes(sd.statusCode)){delete this.regionMap[qa.bucketName];const ld=await parseResponseError(sd);throw this.logHTTP(od,sd,ld),ld}return this.logHTTP(od,sd),sd}async getBucketRegionAsync(qa){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name : ${qa}`);if(this.region)return this.region;const Ja=this.regionMap[qa];if(Ja)return Ja;const ed=async cd=>{const ud=await readAsString(cd),gd=parseBucketRegion(ud)||DEFAULT_REGION;return this.regionMap[qa]=gd,gd},td="GET",rd="location",od=this.pathStyle&&!isBrowser_1;let sd;try{const cd=await this.makeRequestAsync({method:td,bucketName:qa,query:rd,pathStyle:od},"",[200],DEFAULT_REGION);return ed(cd)}catch(cd){if(cd.name!=="AuthorizationHeaderMalformed"||(sd=cd.Region,!sd))throw cd}const ld=await this.makeRequestAsync({method:td,bucketName:qa,query:rd,pathStyle:od},"",[200],sd);return await ed(ld)}makeRequest(qa,Ja="",ed=[200],td="",rd,od){let sd;rd?sd=this.makeRequestAsync(qa,Ja,ed,td):sd=this.makeRequestAsyncOmit(qa,Ja,ed,td),sd.then(ld=>od(null,ld),ld=>{od(ld)})}makeRequestStream(qa,Ja,ed,td,rd,od,sd){(async()=>{const cd=await this.makeRequestStreamAsync(qa,Ja,ed,td,rd);return od||await drainResponse(cd),cd})().then(cd=>sd(null,cd),cd=>sd(cd))}getBucketRegion(qa,Ja){return this.getBucketRegionAsync(qa).then(ed=>Ja(null,ed),ed=>Ja(ed))}async removeBucket(qa){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);await this.makeRequestAsyncOmit({method:"DELETE",bucketName:qa},"",[204]),delete this.regionMap[qa]}async statObject(qa,Ja,ed={}){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isObject$1(ed))throw new InvalidArgumentError('statOpts should be of type "object"');const td=queryString.stringify(ed),od=await this.makeRequestAsyncOmit({method:"HEAD",bucketName:qa,objectName:Ja,query:td});return{size:parseInt(od.headers["content-length"]),metaData:extractMetadata(od.headers),lastModified:new Date(od.headers["last-modified"]),versionId:getVersionId(od.headers),etag:sanitizeETag(od.headers.etag)}}async removeObject(qa,Ja,ed={}){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name: ${qa}`);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isObject$1(ed))throw new InvalidArgumentError('removeOpts should be of type "object"');const td="DELETE",rd={};ed.governanceBypass&&(rd["X-Amz-Bypass-Governance-Retention"]=!0),ed.forceDelete&&(rd["x-minio-force-delete"]=!0);const od={};ed.versionId&&(od.versionId=`${ed.versionId}`);const sd=queryString.stringify(od);await this.makeRequestAsyncOmit({method:td,bucketName:qa,objectName:Ja,headers:rd,query:sd},"",[200,204])}async initiateNewMultipartUpload(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isObject$1(ed))throw new InvalidObjectNameError('contentType should be of type "object"');const od=await this.makeRequestAsync({method:"POST",bucketName:qa,objectName:Ja,query:"uploads",headers:ed}),sd=await readAsBuffer(od);return parseInitiateMultipart(sd.toString())}async abortMultipartUpload(qa,Ja,ed){const td="DELETE",rd=`uploadId=${ed}`,od={method:td,bucketName:qa,objectName:Ja,query:rd};await this.makeRequestAsyncOmit(od,"",[204])}async listParts(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isString$1(ed))throw new TypeError('uploadId should be of type "string"');if(!ed)throw new InvalidArgumentError("uploadId cannot be empty");const td=[];let rd=0,od;do od=await this.listPartsQuery(qa,Ja,ed,rd),rd=od.marker,td.push(...od.parts);while(od.isTruncated);return td}async listPartsQuery(qa,Ja,ed,td){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isString$1(ed))throw new TypeError('uploadId should be of type "string"');if(!isNumber$2(td))throw new TypeError('marker should be of type "number"');if(!ed)throw new InvalidArgumentError("uploadId cannot be empty");let rd=`uploadId=${uriEscape(ed)}`;td&&(rd+=`&part-number-marker=${td}`);const sd=await this.makeRequestAsync({method:"GET",bucketName:qa,objectName:Ja,query:rd});return parseListParts(await readAsString(sd))}async listBuckets(){const Ja=await this.makeRequestAsync({method:"GET"},"",[200],DEFAULT_REGION),ed=await readAsString(Ja);return parseListBucket(ed)}async removeBucketReplication(qa){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);await this.makeRequestAsyncOmit({method:"DELETE",bucketName:qa,query:"replication"},"",[200,204],"")}async setBucketReplication(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(isObject$1(Ja)){if(_.isEmpty(Ja.role))throw new InvalidArgumentError("Role cannot be empty");if(Ja.role&&!isString$1(Ja.role))throw new InvalidArgumentError("Invalid value for role",Ja.role);if(_.isEmpty(Ja.rules))throw new InvalidArgumentError("Minimum one replication rule must be specified")}else throw new InvalidArgumentError('replicationConfig should be of type "object"');const ed="PUT",td="replication",rd={},od={ReplicationConfiguration:{Role:Ja.role,Rule:Ja.rules}},ld=new xml2js.Builder({renderOpts:{pretty:!1},headless:!0}).buildObject(od);rd["Content-MD5"]=toMd5(ld),await this.makeRequestAsyncOmit({method:ed,bucketName:qa,query:td,headers:rd},ld)}async getBucketReplication(qa){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);const td=await this.makeRequestAsync({method:"GET",bucketName:qa,query:"replication"},"",[200,204]),rd=await readAsString(td);return parseReplicationConfig(rd)}}class CopyConditions{constructor(){t1(this,"modified","");t1(this,"unmodified","");t1(this,"matchETag","");t1(this,"matchETagExcept","")}setModified(qa){if(!(qa instanceof Date))throw new TypeError("date must be of type Date");this.modified=qa.toUTCString()}setUnmodified(qa){if(!(qa instanceof Date))throw new TypeError("date must be of type Date");this.unmodified=qa.toUTCString()}setMatchETag(qa){this.matchETag=qa}setMatchETagExcept(qa){this.matchETagExcept=qa}}class PostPolicy{constructor(){t1(this,"policy",{conditions:[]});t1(this,"formData",{})}setExpires(qa){if(!qa)throw new InvalidDateError("Invalid date: cannot be null");this.policy.expiration=qa.toISOString()}setKey(qa){if(!isValidObjectName(qa))throw new InvalidObjectNameError(`Invalid object name : ${qa}`);this.policy.conditions.push(["eq","$key",qa]),this.formData.key=qa}setKeyStartsWith(qa){if(!isValidPrefix(qa))throw new InvalidPrefixError(`Invalid prefix : ${qa}`);this.policy.conditions.push(["starts-with","$key",qa]),this.formData.key=qa}setBucket(qa){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name : ${qa}`);this.policy.conditions.push(["eq","$bucket",qa]),this.formData.bucket=qa}setContentType(qa){if(!qa)throw new Error("content-type cannot be null");this.policy.conditions.push(["eq","$Content-Type",qa]),this.formData["Content-Type"]=qa}setContentTypeStartsWith(qa){if(!qa)throw new Error("content-type cannot be null");this.policy.conditions.push(["starts-with","$Content-Type",qa]),this.formData["Content-Type"]=qa}setContentDisposition(qa){if(!qa)throw new Error("content-disposition cannot be null");this.policy.conditions.push(["eq","$Content-Disposition",qa]),this.formData["Content-Disposition"]=qa}setContentLengthRange(qa,Ja){if(qa>Ja)throw new Error("min cannot be more than max");if(qa<0)throw new Error("min should be > 0");if(Ja<0)throw new Error("max should be > 0");this.policy.conditions.push(["content-length-range",qa,Ja])}setUserMetaData(qa){if(!isObject$1(qa))throw new TypeError('metadata should be of type "object"');Object.entries(qa).forEach(([Ja,ed])=>{const td=`x-amz-meta-${Ja}`;this.policy.conditions.push(["eq",`$${td}`,ed]),this.formData[td]=ed.toString()})}}var jsonStream={exports:{}},util=util$5,TransformStream=streamBrowserify.Transform;jsonStream.exports=function(Ra){return new JSONStream(Ra)};var JSONStream=jsonStream.exports.JSONStream=function(Ra){Ra=Ra||{},TransformStream.call(this,Ra),this._writableState.objectMode=!1,this._readableState.objectMode=!0,this._async=Ra.async||!1};util.inherits(JSONStream,TransformStream);JSONStream.prototype._transform=function(Ra,qa,Ja){Buffer$2.isBuffer(Ra)||(Ra=new Buffer$2(Ra)),this._buffer&&(Ra=Buffer$2.concat([this._buffer,Ra]));for(var ed=0,td=0;++ed<=Ra.length;)if(Ra[ed]===10||ed===Ra.length){var rd;try{rd=JSON.parse(Ra.slice(td,ed))}catch{}rd&&(this.push(rd),rd=null),Ra[ed]===10&&(td=++ed)}return this._buffer=Ra.slice(td),this._async?void setImmediate(Ja):void Ja()};var jsonStreamExports=jsonStream.exports;const JSONParser=getDefaultExportFromCjs(jsonStreamExports);var through2$1={exports:{}};const{Transform}=readableBrowserExports;function inherits$1(Ra,qa){Ra.super_=qa,Ra.prototype=Object.create(qa.prototype,{constructor:{value:Ra,enumerable:!1,writable:!0,configurable:!0}})}function through2(Ra){return(qa,Ja,ed)=>(typeof qa=="function"&&(ed=Ja,Ja=qa,qa={}),typeof Ja!="function"&&(Ja=(td,rd,od)=>od(null,td)),typeof ed!="function"&&(ed=null),Ra(qa,Ja,ed))}const make=through2((Ra,qa,Ja)=>{const ed=new Transform(Ra);return ed._transform=qa,Ja&&(ed._flush=Ja),ed}),ctor=through2((Ra,qa,Ja)=>{function ed(td){if(!(this instanceof ed))return new ed(td);this.options=Object.assign({},Ra,td),Transform.call(this,this.options),this._transform=qa,Ja&&(this._flush=Ja)}return inherits$1(ed,Transform),ed}),obj=through2(function(Ra,qa,Ja){const ed=new Transform(Object.assign({objectMode:!0,highWaterMark:16},Ra));return ed._transform=qa,Ja&&(ed._flush=Ja),ed});through2$1.exports=make;through2$1.exports.ctor=ctor;through2$1.exports.obj=obj;var through2Exports=through2$1.exports;const Through2=getDefaultExportFromCjs(through2Exports);var Buffer$1=buffer.Buffer,CRC_TABLE=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];typeof Int32Array<"u"&&(CRC_TABLE=new Int32Array(CRC_TABLE));function ensureBuffer(Ra){if(Buffer$1.isBuffer(Ra))return Ra;var qa=typeof Buffer$1.alloc=="function"&&typeof Buffer$1.from=="function";if(typeof Ra=="number")return qa?Buffer$1.alloc(Ra):new Buffer$1(Ra);if(typeof Ra=="string")return qa?Buffer$1.from(Ra):new Buffer$1(Ra);throw new Error("input must be buffer, number, or string, received "+typeof Ra)}function bufferizeInt(Ra){var qa=ensureBuffer(4);return qa.writeInt32BE(Ra,0),qa}function _crc32(Ra,qa){Ra=ensureBuffer(Ra),Buffer$1.isBuffer(qa)&&(qa=qa.readUInt32BE(0));for(var Ja=~~qa^-1,ed=0;ed<Ra.length;ed++)Ja=CRC_TABLE[(Ja^Ra[ed])&255]^Ja>>>8;return Ja^-1}function crc32(){return bufferizeInt(_crc32.apply(null,arguments))}crc32.signed=function(){return _crc32.apply(null,arguments)};crc32.unsigned=function(){return _crc32.apply(null,arguments)>>>0};var bufferCrc32=crc32;const crc32$1=getDefaultExportFromCjs(bufferCrc32),fxpWithoutNumParser=new fxp$2.XMLParser({numberParseOptions:{skipLike:/./}});function parseCopyObject(Ra){var qa={etag:"",lastModified:""},Ja=parseXml(Ra);if(!Ja.CopyObjectResult)throw new InvalidXMLError('Missing tag: "CopyObjectResult"');return Ja=Ja.CopyObjectResult,Ja.ETag&&(qa.etag=Ja.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^&quot;/g,"").replace(/&quot;$/g,"").replace(/^&#34;/g,"").replace(/&#34;$/g,"")),Ja.LastModified&&(qa.lastModified=new Date(Ja.LastModified)),qa}function parseListMultipart(Ra){var qa={uploads:[],prefixes:[],isTruncated:!1},Ja=parseXml(Ra);if(!Ja.ListMultipartUploadsResult)throw new InvalidXMLError('Missing tag: "ListMultipartUploadsResult"');return Ja=Ja.ListMultipartUploadsResult,Ja.IsTruncated&&(qa.isTruncated=Ja.IsTruncated),Ja.NextKeyMarker&&(qa.nextKeyMarker=Ja.NextKeyMarker),Ja.NextUploadIdMarker&&(qa.nextUploadIdMarker=Ja.nextUploadIdMarker||""),Ja.CommonPrefixes&&toArray$1(Ja.CommonPrefixes).forEach(ed=>{qa.prefixes.push({prefix:sanitizeObjectKey(toArray$1(ed.Prefix)[0])})}),Ja.Upload&&toArray$1(Ja.Upload).forEach(ed=>{var td=ed.Key,rd=ed.UploadId,od={id:ed.Initiator.ID,displayName:ed.Initiator.DisplayName},sd={id:ed.Owner.ID,displayName:ed.Owner.DisplayName},ld=ed.StorageClass,cd=new Date(ed.Initiated);qa.uploads.push({key:td,uploadId:rd,initiator:od,owner:sd,storageClass:ld,initiated:cd})}),qa}function parseBucketNotification(Ra){var qa={TopicConfiguration:[],QueueConfiguration:[],CloudFunctionConfiguration:[]},Ja=function(rd){var od=[];return rd&&toArray$1(rd).forEach(sd=>{od.push(sd)}),od},ed=function(rd){var od=[];return rd&&(rd=toArray$1(rd),rd[0].S3Key&&(rd[0].S3Key=toArray$1(rd[0].S3Key),rd[0].S3Key[0].FilterRule&&toArray$1(rd[0].S3Key[0].FilterRule).forEach(sd=>{var ld=toArray$1(sd.Name)[0],cd=toArray$1(sd.Value)[0];od.push({Name:ld,Value:cd})}))),od},td=parseXml(Ra);return td=td.NotificationConfiguration,td.TopicConfiguration&&toArray$1(td.TopicConfiguration).forEach(rd=>{var od=toArray$1(rd.Id)[0],sd=toArray$1(rd.Topic)[0],ld=Ja(rd.Event),cd=ed(rd.Filter);qa.TopicConfiguration.push({Id:od,Topic:sd,Event:ld,Filter:cd})}),td.QueueConfiguration&&toArray$1(td.QueueConfiguration).forEach(rd=>{var od=toArray$1(rd.Id)[0],sd=toArray$1(rd.Queue)[0],ld=Ja(rd.Event),cd=ed(rd.Filter);qa.QueueConfiguration.push({Id:od,Queue:sd,Event:ld,Filter:cd})}),td.CloudFunctionConfiguration&&toArray$1(td.CloudFunctionConfiguration).forEach(rd=>{var od=toArray$1(rd.Id)[0],sd=toArray$1(rd.CloudFunction)[0],ld=Ja(rd.Event),cd=ed(rd.Filter);qa.CloudFunctionConfiguration.push({Id:od,CloudFunction:sd,Event:ld,Filter:cd})}),qa}function parseCompleteMultipart(Ra){var qa=parseXml(Ra).CompleteMultipartUploadResult;if(qa.Location){var Ja=toArray$1(qa.Location)[0],ed=toArray$1(qa.Bucket)[0],td=qa.Key,rd=qa.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^&quot;/g,"").replace(/&quot;$/g,"").replace(/^&#34;/g,"").replace(/&#34;$/g,"");return{location:Ja,bucket:ed,key:td,etag:rd}}if(qa.Code&&qa.Message){var od=toArray$1(qa.Code)[0],sd=toArray$1(qa.Message)[0];return{errCode:od,errMessage:sd}}}const formatObjInfo=(Ra,qa={})=>{let{Key:Ja,LastModified:ed,ETag:td,Size:rd,VersionId:od,IsLatest:sd}=Ra;isObject$1(qa)||(qa={});const ld=sanitizeObjectKey(toArray$1(Ja)[0]),cd=new Date(toArray$1(ed)[0]),ud=sanitizeETag(toArray$1(td)[0]),gd=sanitizeSize(rd);return{name:ld,lastModified:cd,etag:ud,size:gd,versionId:od,isLatest:sd,isDeleteMarker:qa.IsDeleteMarker?qa.IsDeleteMarker:!1}};function parseListObjects(Ra){var qa={objects:[],isTruncated:!1};let Ja=!1,ed,td;const rd=fxpWithoutNumParser.parse(Ra),od=cd=>{cd&&toArray$1(cd).forEach(ud=>{qa.objects.push({prefix:sanitizeObjectKey(toArray$1(ud.Prefix)[0]),size:0})})},sd=rd.ListBucketResult,ld=rd.ListVersionsResult;return sd&&(sd.IsTruncated&&(Ja=sd.IsTruncated),sd.Contents&&toArray$1(sd.Contents).forEach(cd=>{const ud=sanitizeObjectKey(toArray$1(cd.Key)[0]),gd=new Date(toArray$1(cd.LastModified)[0]),_d=sanitizeETag(toArray$1(cd.ETag)[0]),yd=sanitizeSize(cd.Size);qa.objects.push({name:ud,lastModified:gd,etag:_d,size:yd})}),sd.NextMarker&&(ed=sd.NextMarker),od(sd.CommonPrefixes)),ld&&(ld.IsTruncated&&(Ja=ld.IsTruncated),ld.Version&&toArray$1(ld.Version).forEach(cd=>{qa.objects.push(formatObjInfo(cd))}),ld.DeleteMarker&&toArray$1(ld.DeleteMarker).forEach(cd=>{qa.objects.push(formatObjInfo(cd,{IsDeleteMarker:!0}))}),ld.NextKeyMarker&&(td=ld.NextKeyMarker),ld.NextVersionIdMarker&&(qa.versionIdMarker=ld.NextVersionIdMarker),od(ld.CommonPrefixes)),qa.isTruncated=Ja,Ja&&(qa.nextMarker=td||ed),qa}function parseListObjectsV2(Ra){var qa={objects:[],isTruncated:!1},Ja=parseXml(Ra);if(!Ja.ListBucketResult)throw new InvalidXMLError('Missing tag: "ListBucketResult"');return Ja=Ja.ListBucketResult,Ja.IsTruncated&&(qa.isTruncated=Ja.IsTruncated),Ja.NextContinuationToken&&(qa.nextContinuationToken=Ja.NextContinuationToken),Ja.Contents&&toArray$1(Ja.Contents).forEach(ed=>{var td=sanitizeObjectKey(toArray$1(ed.Key)[0]),rd=new Date(ed.LastModified),od=sanitizeETag(ed.ETag),sd=ed.Size;qa.objects.push({name:td,lastModified:rd,etag:od,size:sd})}),Ja.CommonPrefixes&&toArray$1(Ja.CommonPrefixes).forEach(ed=>{qa.objects.push({prefix:sanitizeObjectKey(toArray$1(ed.Prefix)[0]),size:0})}),qa}function parseBucketVersioningConfig(Ra){var qa=parseXml(Ra);return qa.VersioningConfiguration}function parseTagging(Ra){const qa=parseXml(Ra);let Ja=[];if(qa.Tagging&&qa.Tagging.TagSet&&qa.Tagging.TagSet.Tag){const ed=qa.Tagging.TagSet.Tag;isObject$1(ed)?Ja.push(ed):Ja=ed}return Ja}function parseLifecycleConfig(Ra){return parseXml(Ra).LifecycleConfiguration}function parseObjectLockConfig(Ra){const qa=parseXml(Ra);let Ja={};if(qa.ObjectLockConfiguration){Ja={objectLockEnabled:qa.ObjectLockConfiguration.ObjectLockEnabled};let ed;if(qa.ObjectLockConfiguration&&qa.ObjectLockConfiguration.Rule&&qa.ObjectLockConfiguration.Rule.DefaultRetention&&(ed=qa.ObjectLockConfiguration.Rule.DefaultRetention||{},Ja.mode=ed.Mode),ed){const td=ed.Years;td?(Ja.validity=td,Ja.unit=RETENTION_VALIDITY_UNITS.YEARS):(Ja.validity=ed.Days,Ja.unit=RETENTION_VALIDITY_UNITS.DAYS)}return Ja}}function parseObjectRetentionConfig(Ra){const Ja=parseXml(Ra).Retention;return{mode:Ja.Mode,retainUntilDate:Ja.RetainUntilDate}}function parseBucketEncryptionConfig(Ra){return parseXml(Ra)}function parseObjectLegalHoldConfig(Ra){return parseXml(Ra).LegalHold}function uploadPartParser(Ra){return parseXml(Ra).CopyPartResult}function removeObjectsParser(Ra){const qa=parseXml(Ra);return qa.DeleteResult&&qa.DeleteResult.Error?toArray$1(qa.DeleteResult.Error):[]}function parseSelectObjectContentResponse(Ra){function qa(rd){const od=Buffer$2.from(rd.read(1)).readUInt8(),ld=(Buffer$2.from(rd.read(od)).toString()||"").split(":");return ld.length>=1?ld[1]:""}function Ja(rd){const od=Buffer$2.from(rd.read(2)).readUInt16BE();return Buffer$2.from(rd.read(od)).toString()}const ed=new SelectResults({}),td=readableStream(Ra);for(;td._readableState.length;){let rd;const od=Buffer$2.from(td.read(4));rd=crc32$1(od);const sd=Buffer$2.from(td.read(4));rd=crc32$1(sd,rd);const ld=rd.readInt32BE(),cd=Buffer$2.from(td.read(4));rd=crc32$1(cd,rd);const ud=od.readInt32BE(),gd=sd.readInt32BE(),_d=cd.readInt32BE();if(_d!==ld)throw new Error(`Header Checksum Mismatch, Prelude CRC of ${_d} does not equal expected CRC of ${ld}`);const yd={};if(gd>0){const Ad=Buffer$2.from(td.read(gd));rd=crc32$1(Ad,rd);const Nd=readableStream(Ad);for(;Nd._readableState.length;){let kd=qa(Nd);Nd.read(1),yd[kd]=Ja(Nd)}}let Ed;const Td=ud-gd-16;if(Td>0){const Ad=Buffer$2.from(td.read(Td));rd=crc32$1(Ad,rd);const Nd=Buffer$2.from(td.read(4)).readInt32BE(),kd=rd.readInt32BE();if(Nd!==kd)throw new Error(`Message Checksum Mismatch, Message CRC of ${Nd} does not equal expected CRC of ${kd}`);Ed=readableStream(Ad)}const Od=yd["message-type"];switch(Od){case"error":{const Ad=yd["error-code"]+':"'+yd["error-message"]+'"';throw new Error(Ad)}case"event":{const Ad=yd["content-type"];switch(yd["event-type"]){case"End":return ed.setResponse(Ra),ed;case"Records":{const kd=Ed.read(Td);ed.setRecords(kd);break}case"Progress":switch(Ad){case"text/xml":{const kd=Ed.read(Td);ed.setProgress(kd.toString());break}default:{const kd=`Unexpected content-type ${Ad} sent for event-type Progress`;throw new Error(kd)}}break;case"Stats":switch(Ad){case"text/xml":{const kd=Ed.read(Td);ed.setStats(kd.toString());break}default:{const kd=`Unexpected content-type ${Ad} sent for event-type Stats`;throw new Error(kd)}}break;default:{const kd=`Un implemented event detected ${Od}.`;console.warn(kd)}}}}}}function getConcater(Ra,qa){var Ja=!1,ed=[];if(Ra&&!isFunction$1(Ra))throw new TypeError('parser should be of type "function"');return Ra&&(Ja=!0),Through2({objectMode:Ja},function(td,rd,od){ed.push(td),od()},function(td){ed.length&&(Ra?this.push(Ra(Buffer$2.concat(ed).toString())):this.push(Buffer$2.concat(ed))),td()})}function getCopyObjectTransformer(){return getConcater(parseCopyObject)}function getListMultipartTransformer(){return getConcater(parseListMultipart)}function getListObjectsTransformer(){return getConcater(parseListObjects)}function getListObjectsV2Transformer(){return getConcater(parseListObjectsV2)}function getCompleteMultipartTransformer(){return getConcater(parseCompleteMultipart)}function getBucketNotificationTransformer(){return getConcater(parseBucketNotification)}function getNotificationTransformer(){return new JSONParser}function bucketVersioningTransformer(){return getConcater(parseBucketVersioningConfig)}function getTagsTransformer(){return getConcater(parseTagging)}function lifecycleTransformer(){return getConcater(parseLifecycleConfig)}function objectLockTransformer(){return getConcater(parseObjectLockConfig)}function objectRetentionTransformer(){return getConcater(parseObjectRetentionConfig)}function bucketEncryptionTransformer(){return getConcater(parseBucketEncryptionConfig)}function objectLegalHoldTransformer(){return getConcater(parseObjectLegalHoldConfig)}function uploadPartTransformer(){return getConcater(uploadPartParser)}function selectObjectContentTransformer(){return getConcater()}function removeObjectsTransformer(){return getConcater(removeObjectsParser)}var define_process_default$2={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};class NotificationConfig{add(qa){let Ja="";qa instanceof TopicConfig&&(Ja="TopicConfiguration"),qa instanceof QueueConfig&&(Ja="QueueConfiguration"),qa instanceof CloudFunctionConfig&&(Ja="CloudFunctionConfiguration"),this[Ja]||(this[Ja]=[]),this[Ja].push(qa)}}class TargetConfig{setId(qa){this.Id=qa}addEvent(qa){this.Event||(this.Event=[]),this.Event.push(qa)}addFilterSuffix(qa){this.Filter||(this.Filter={S3Key:{FilterRule:[]}}),this.Filter.S3Key.FilterRule.push({Name:"suffix",Value:qa})}addFilterPrefix(qa){this.Filter||(this.Filter={S3Key:{FilterRule:[]}}),this.Filter.S3Key.FilterRule.push({Name:"prefix",Value:qa})}}class TopicConfig extends TargetConfig{constructor(qa){super(),this.Topic=qa}}class QueueConfig extends TargetConfig{constructor(qa){super(),this.Queue=qa}}class CloudFunctionConfig extends TargetConfig{constructor(qa){super(),this.CloudFunction=qa}}class NotificationPoller extends eventsExports.EventEmitter{constructor(qa,Ja,ed,td,rd){super(),this.client=qa,this.bucketName=Ja,this.prefix=ed,this.suffix=td,this.events=rd,this.ending=!1}start(){this.ending=!1,define_process_default$2.nextTick(()=>{this.checkForChanges()})}stop(){this.ending=!0}checkForChanges(){if(this.ending)return;let qa="GET";var Ja=[];if(this.prefix){var ed=uriEscape(this.prefix);Ja.push(`prefix=${ed}`)}if(this.suffix){var td=uriEscape(this.suffix);Ja.push(`suffix=${td}`)}this.events&&this.events.forEach(sd=>Ja.push("events="+uriEscape(sd))),Ja.sort();var rd="";Ja.length>0&&(rd=`${Ja.join("&")}`);const od=this.client.region||DEFAULT_REGION;this.client.makeRequest({method:qa,bucketName:this.bucketName,query:rd},"",[200],od,!0,(sd,ld)=>{if(sd)return this.emit("error",sd);let cd=getNotificationTransformer();pipesetup(ld,cd).on("data",ud=>{let gd=ud.Records;gd||(gd=[]),gd.forEach(_d=>{this.emit("notification",_d)}),this.ending&&ld.destroy()}).on("error",ud=>this.emit("error",ud)).on("end",()=>{define_process_default$2.nextTick(()=>{this.checkForChanges()})})})}}var define_process_default$1={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};class ObjectUploader extends streamBrowserify.Transform{constructor(qa,Ja,ed,td,rd,od){super(),this.emptyStream=!0,this.client=qa,this.bucketName=Ja,this.objectName=ed,this.partSize=td,this.metaData=rd,this.callback=od,this.partNumber=1,this.oldParts=null,this.etags=[],this.id=null,this.on("error",sd=>{od(sd)})}_transform(qa,Ja,ed){this.emptyStream=!1;let td="PUT",rd={"Content-Length":qa.length},od="";if(this.client.enableSHA256||(od=(void 0)("md5").update(qa).digest(),rd["Content-MD5"]=od.toString("base64")),this.partNumber==1&&qa.length<this.partSize){let ud={method:td,headers:Object.assign({},this.metaData,rd),query:"",bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(ud,qa,[200],"",!0,(gd,_d)=>{if(gd)return ed(gd);let yd={etag:sanitizeETag(_d.headers.etag),versionId:getVersionId(_d.headers)};_d.on("data",()=>{}),define_process_default$1.nextTick(()=>{this.callback(null,yd)}),ed()});return}if(this.id===null){this.once("ready",()=>{this._transform(qa,Ja,ed)}),this.client.findUploadId(this.bucketName,this.objectName,(ud,gd)=>{if(ud)return this.emit("error",ud);if(!gd){this.client.initiateNewMultipartUpload(this.bucketName,this.objectName,this.metaData).then(_d=>{this.id=_d,this.emit("ready")},_d=>ed(_d));return}this.id=gd,this.client.listParts(this.bucketName,this.objectName,gd).then(_d=>{_d||(_d=[]),this.oldParts=_d.reduce(function(yd,Ed){return yd[Ed.part]||(yd[Ed.part]=Ed),yd},{}),this.emit("ready")},_d=>this.emit("error",_d))});return}let sd=this.partNumber++;if(this.oldParts){let ud=this.oldParts[sd];if(od||(od=(void 0)("md5").update(qa).digest()),ud&&od.toString("hex")===ud.etag){this.etags.push({part:sd,etag:ud.etag}),ed();return}}let ld=queryString.stringify({partNumber:sd,uploadId:this.id}),cd={method:td,query:ld,headers:rd,bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(cd,qa,[200],"",!0,(ud,gd)=>{if(ud)return ed(ud);let _d=gd.headers.etag;_d&&(_d=_d.replace(/^"/,"").replace(/"$/,"")),this.etags.push({part:sd,etag:_d}),gd.on("data",()=>{}),ed()})}_flush(qa){if(this.emptyStream){let Ja="PUT",ed=Object.assign({},this.metaData,{"Content-Length":0}),td={method:Ja,headers:ed,query:"",bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(td,"",[200],"",!0,(rd,od)=>{if(rd)return qa(rd);let sd={etag:sanitizeETag(od.headers.etag),versionId:getVersionId(od.headers)};od.on("data",()=>{}),define_process_default$1.nextTick(()=>{this.callback(null,sd)}),qa()});return}this.id!==null&&this.client.completeMultipartUpload(this.bucketName,this.objectName,this.id,this.etags,(Ja,ed)=>{if(Ja)return qa(Ja);define_process_default$1.nextTick(()=>{this.callback(null,ed)}),qa()})}}function promisify(Ra){return function(){if(typeof arguments[arguments.length-1]=="function")return Ra.apply(this,arguments);let Ja=[...arguments];return new Promise((ed,td)=>{Ja.push((rd,od)=>{if(rd)return td(rd);ed(od)}),Ra.apply(this,Ja)})}}class Client extends TypedClient{setAppInfo(qa,Ja){if(!isString$1(qa))throw new TypeError(`Invalid appName: ${qa}`);if(qa.trim()==="")throw new InvalidArgumentError("Input appName cannot be empty.");if(!isString$1(Ja))throw new TypeError(`Invalid appVersion: ${Ja}`);if(Ja.trim()==="")throw new InvalidArgumentError("Input appVersion cannot be empty.");this.userAgent=`${this.userAgent} ${qa}/${Ja}`}calculatePartSize(qa){if(!isNumber$2(qa))throw new TypeError('size should be of type "number"');if(qa>this.maxObjectSize)throw new TypeError(`size should not be more than ${this.maxObjectSize}`);if(this.overRidePartSize)return this.partSize;for(var Ja=this.partSize;;){if(Ja*1e4>qa)return Ja;Ja+=16*1024*1024}}makeBucket(qa,Ja,ed={},td){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(isObject$1(Ja)&&(td=ed,ed=Ja,Ja=""),isFunction$1(Ja)&&(td=Ja,Ja="",ed={}),isFunction$1(ed)&&(td=ed,ed={}),!isString$1(Ja))throw new TypeError('region should be of type "string"');if(!isObject$1(ed))throw new TypeError('makeOpts should be of type "object"');if(!isFunction$1(td))throw new TypeError('callback should be of type "function"');var rd="";if(Ja&&this.region&&Ja!==this.region)throw new InvalidArgumentError(`Configured region ${this.region}, requested ${Ja}`);if(Ja&&Ja!==DEFAULT_REGION){var od=[];od.push({_attr:{xmlns:"http://s3.amazonaws.com/doc/2006-03-01/"}}),od.push({LocationConstraint:Ja});var sd={CreateBucketConfiguration:od};rd=Xml(sd)}var ld="PUT",cd={};ed.ObjectLocking&&(cd["x-amz-bucket-object-lock-enabled"]=!0),Ja||(Ja=DEFAULT_REGION);const ud=gd=>{if(gd&&(Ja===""||Ja===DEFAULT_REGION))if(gd.code==="AuthorizationHeaderMalformed"&&gd.region!=="")this.makeRequest({method:ld,bucketName:qa,headers:cd},rd,[200],gd.region,!1,td);else return td&&td(gd);return td&&td(gd)};this.makeRequest({method:ld,bucketName:qa,headers:cd},rd,[200],Ja,!1,ud)}listIncompleteUploads(qa,Ja,ed){if(Ja===void 0&&(Ja=""),ed===void 0&&(ed=!1),!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidPrefix(Ja))throw new InvalidPrefixError(`Invalid prefix : ${Ja}`);if(!isBoolean$1(ed))throw new TypeError('recursive should be of type "boolean"');var td=ed?"":"/",rd="",od="",sd=[],ld=!1,cd=streamBrowserify.Readable({objectMode:!0});return cd._read=()=>{if(sd.length)return cd.push(sd.shift());if(ld)return cd.push(null);this.listIncompleteUploadsQuery(qa,Ja,rd,od,td).on("error",ud=>cd.emit("error",ud)).on("data",ud=>{ud.prefixes.forEach(gd=>sd.push(gd)),index.eachSeries(ud.uploads,(gd,_d)=>{this.listParts(qa,gd.key,gd.uploadId).then(yd=>{gd.size=yd.reduce((Ed,Td)=>Ed+Td.size,0),sd.push(gd),_d()},_d)},gd=>{if(gd){cd.emit("error",gd);return}ud.isTruncated?(rd=ud.nextKeyMarker,od=ud.nextUploadIdMarker):ld=!0,cd._read()})})},cd}bucketExists(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isFunction$1(Ja))throw new TypeError('callback should be of type "function"');var ed="HEAD";this.makeRequest({method:ed,bucketName:qa},"",[200],"",!1,td=>{if(td)return td.code=="NoSuchBucket"||td.code=="NotFound"?Ja(null,!1):Ja(td);Ja(null,!0)})}removeIncompleteUpload(qa,Ja,ed){if(!isValidBucketName(qa))throw new IsValidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isFunction$1(ed))throw new TypeError('callback should be of type "function"');var td;index.during(rd=>{this.findUploadId(qa,Ja,(od,sd)=>{if(od)return rd(od);td=sd,rd(null,sd)})},rd=>{var od="DELETE",sd=`uploadId=${td}`;this.makeRequest({method:od,bucketName:qa,objectName:Ja,query:sd},"",[204],"",!1,ld=>rd(ld))},ed)}fGetObject(qa,Ja,ed,td={},rd){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isString$1(ed))throw new TypeError('filePath should be of type "string"');if(isFunction$1(td)&&(rd=td,td={}),!isFunction$1(rd))throw new TypeError('callback should be of type "function"');var od,sd,ld,cd=ud=>{if(ud)return rd(ud);(void 0)(od,ed,rd)};index.waterfall([ud=>this.statObject(qa,Ja,td,ud),(ud,gd)=>{ld=ud,(void 0)(pathBrowserify.dirname(ed),{recursive:!0},_d=>gd(_d))},ud=>{od=`${ed}.${ld.etag}.part.minio`,(void 0)(od,(gd,_d)=>{var yd=0;if(gd)sd=(void 0)(od,{flags:"w"});else{if(ld.size===_d.size)return cd();yd=_d.size,sd=(void 0)(od,{flags:"a"})}this.getPartialObject(qa,Ja,yd,0,td,ud)})},(ud,gd)=>{pipesetup(ud,sd).on("error",_d=>gd(_d)).on("finish",gd)},ud=>(void 0)(od,ud),(ud,gd)=>{if(ud.size===ld.size)return gd();gd(new Error("Size mismatch between downloaded file and the object"))}],cd)}getObject(qa,Ja,ed={},td){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(isFunction$1(ed)&&(td=ed,ed={}),!isFunction$1(td))throw new TypeError('callback should be of type "function"');this.getPartialObject(qa,Ja,0,0,ed,td)}getPartialObject(qa,Ja,ed,td,rd={},od){if(isFunction$1(td)&&(od=td,td=0),!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isNumber$2(ed))throw new TypeError('offset should be of type "number"');if(!isNumber$2(td))throw new TypeError('length should be of type "number"');if(isFunction$1(rd)&&(od=rd,rd={}),!isFunction$1(od))throw new TypeError('callback should be of type "function"');var sd="";(ed||td)&&(ed?sd=`bytes=${+ed}-`:(sd="bytes=0-",ed=0),td&&(sd+=`${+td+ed-1}`));var ld={};sd!==""&&(ld.range=sd);var cd=[200];sd&&cd.push(206);var ud="GET",gd=queryString.stringify(rd);this.makeRequest({method:ud,bucketName:qa,objectName:Ja,headers:ld,query:gd},"",cd,"",!0,od)}fPutObject(qa,Ja,ed,td,rd){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isString$1(ed))throw new TypeError('filePath should be of type "string"');if(isFunction$1(td)&&(rd=td,td={}),!isObject$1(td))throw new TypeError('metaData should be of type "object"');td=insertContentType(td,ed),(void 0)(ed,(od,sd)=>od?rd(od):this.putObject(qa,Ja,(void 0)(ed),sd.size,td,rd))}putObject(qa,Ja,ed,td,rd,od){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(isFunction$1(td)?(od=td,rd={}):isFunction$1(rd)&&(od=rd,rd={}),isObject$1(td)&&(rd=td),rd=prependXAMZMeta(rd),typeof ed=="string"||ed instanceof Buffer$2)td=ed.length,ed=readableStream(ed);else if(!isReadableStream$1(ed))throw new TypeError('third argument should be of type "stream.Readable" or "Buffer" or "string"');if(!isFunction$1(od))throw new TypeError('callback should be of type "function"');if(isNumber$2(td)&&td<0)throw new InvalidArgumentError(`size cannot be negative, given size: ${td}`);isNumber$2(td)||(td=this.maxObjectSize),td=this.calculatePartSize(td);let sd=new BlockStream2({size:td,zeroPadding:!1}),ld=new ObjectUploader(this,qa,Ja,td,rd,od);pipesetup(ed,sd,ld)}copyObjectV1(qa,Ja,ed,td,rd){var od=qa,sd=Ja,ld=ed,cd,ud;if(typeof td=="function"&&rd===void 0?(cd=null,ud=td):(cd=td,ud=rd),!isValidBucketName(od))throw new InvalidBucketNameError("Invalid bucket name: "+od);if(!isValidObjectName(sd))throw new InvalidObjectNameError(`Invalid object name: ${sd}`);if(!isString$1(ld))throw new TypeError('srcObject should be of type "string"');if(ld==="")throw new InvalidPrefixError("Empty source prefix");if(cd!==null&&!(cd instanceof CopyConditions))throw new TypeError('conditions should be of type "CopyConditions"');var gd={};gd["x-amz-copy-source"]=uriResourceEscape(ld),cd!==null&&(cd.modified!==""&&(gd["x-amz-copy-source-if-modified-since"]=cd.modified),cd.unmodified!==""&&(gd["x-amz-copy-source-if-unmodified-since"]=cd.unmodified),cd.matchETag!==""&&(gd["x-amz-copy-source-if-match"]=cd.matchETag),cd.matchEtagExcept!==""&&(gd["x-amz-copy-source-if-none-match"]=cd.matchETagExcept));var _d="PUT";this.makeRequest({method:_d,bucketName:od,objectName:sd,headers:gd},"",[200],"",!0,(yd,Ed)=>{if(yd)return ud(yd);var Td=getCopyObjectTransformer();pipesetup(Ed,Td).on("error",Od=>ud(Od)).on("data",Od=>ud(null,Od))})}copyObjectV2(qa,Ja,ed){if(!(qa instanceof CopySourceOptions))throw new InvalidArgumentError("sourceConfig should of type CopySourceOptions ");if(!(Ja instanceof CopyDestinationOptions))throw new InvalidArgumentError("destConfig should of type CopyDestinationOptions ");if(!Ja.validate()||!Ja.validate())return!1;if(!isFunction$1(ed))throw new TypeError('callback should be of type "function"');const td=Object.assign({},qa.getHeaders(),Ja.getHeaders()),rd=Ja.Bucket,od=Ja.Object;this.makeRequest({method:"PUT",bucketName:rd,objectName:od,headers:td},"",[200],"",!0,(ld,cd)=>{if(ld)return ed(ld);const ud=getCopyObjectTransformer();pipesetup(cd,ud).on("error",gd=>ed(gd)).on("data",gd=>{const _d=cd.headers,yd={Bucket:Ja.Bucket,Key:Ja.Object,LastModified:gd.LastModified,MetaData:extractMetadata(_d),VersionId:getVersionId(_d),SourceVersionId:getSourceVersionId(_d),Etag:sanitizeETag(_d.etag),Size:+_d["content-length"]};return ed(null,yd)})})}copyObject(...qa){return qa[0]instanceof CopySourceOptions&&qa[1]instanceof CopyDestinationOptions?this.copyObjectV2(...arguments):this.copyObjectV1(...arguments)}listObjectsQuery(qa,Ja,ed,td={}){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isString$1(Ja))throw new TypeError('prefix should be of type "string"');if(!isString$1(ed))throw new TypeError('marker should be of type "string"');let{Delimiter:rd,MaxKeys:od,IncludeVersion:sd}=td;if(!isObject$1(td))throw new TypeError('listQueryOpts should be of type "object"');if(!isString$1(rd))throw new TypeError('Delimiter should be of type "string"');if(!isNumber$2(od))throw new TypeError('MaxKeys should be of type "number"');const ld=[];ld.push(`prefix=${uriEscape(Ja)}`),ld.push(`delimiter=${uriEscape(rd)}`),ld.push("encoding-type=url"),sd&&ld.push("versions"),ed&&(ed=uriEscape(ed),sd?ld.push(`key-marker=${ed}`):ld.push(`marker=${ed}`)),od&&(od>=1e3&&(od=1e3),ld.push(`max-keys=${od}`)),ld.sort();var cd="";ld.length>0&&(cd=`${ld.join("&")}`);var ud="GET",gd=getListObjectsTransformer();return this.makeRequest({method:ud,bucketName:qa,query:cd},"",[200],"",!0,(_d,yd)=>{if(_d)return gd.emit("error",_d);pipesetup(yd,gd)}),gd}listObjects(qa,Ja,ed,td={}){if(Ja===void 0&&(Ja=""),ed===void 0&&(ed=!1),!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidPrefix(Ja))throw new InvalidPrefixError(`Invalid prefix : ${Ja}`);if(!isString$1(Ja))throw new TypeError('prefix should be of type "string"');if(!isBoolean$1(ed))throw new TypeError('recursive should be of type "boolean"');if(!isObject$1(td))throw new TypeError('listOpts should be of type "object"');var rd="";const od={Delimiter:ed?"":"/",MaxKeys:1e3,IncludeVersion:td.IncludeVersion};var sd=[],ld=!1,cd=streamBrowserify.Readable({objectMode:!0});return cd._read=()=>{if(sd.length){cd.push(sd.shift());return}if(ld)return cd.push(null);this.listObjectsQuery(qa,Ja,rd,od).on("error",ud=>cd.emit("error",ud)).on("data",ud=>{ud.isTruncated?rd=ud.nextMarker||ud.versionIdMarker:ld=!0,sd=ud.objects,cd._read()})},cd}listObjectsV2Query(qa,Ja,ed,td,rd,od){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isString$1(Ja))throw new TypeError('prefix should be of type "string"');if(!isString$1(ed))throw new TypeError('continuationToken should be of type "string"');if(!isString$1(td))throw new TypeError('delimiter should be of type "string"');if(!isNumber$2(rd))throw new TypeError('maxKeys should be of type "number"');if(!isString$1(od))throw new TypeError('startAfter should be of type "string"');var sd=[];sd.push("list-type=2"),sd.push("encoding-type=url"),sd.push(`prefix=${uriEscape(Ja)}`),sd.push(`delimiter=${uriEscape(td)}`),ed&&(ed=uriEscape(ed),sd.push(`continuation-token=${ed}`)),od&&(od=uriEscape(od),sd.push(`start-after=${od}`)),rd&&(rd>=1e3&&(rd=1e3),sd.push(`max-keys=${rd}`)),sd.sort();var ld="";sd.length>0&&(ld=`${sd.join("&")}`);var cd="GET",ud=getListObjectsV2Transformer();return this.makeRequest({method:cd,bucketName:qa,query:ld},"",[200],"",!0,(gd,_d)=>{if(gd)return ud.emit("error",gd);pipesetup(_d,ud)}),ud}listObjectsV2(qa,Ja,ed,td){if(Ja===void 0&&(Ja=""),ed===void 0&&(ed=!1),td===void 0&&(td=""),!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidPrefix(Ja))throw new InvalidPrefixError(`Invalid prefix : ${Ja}`);if(!isString$1(Ja))throw new TypeError('prefix should be of type "string"');if(!isBoolean$1(ed))throw new TypeError('recursive should be of type "boolean"');if(!isString$1(td))throw new TypeError('startAfter should be of type "string"');var rd=ed?"":"/",od="",sd=[],ld=!1,cd=streamBrowserify.Readable({objectMode:!0});return cd._read=()=>{if(sd.length){cd.push(sd.shift());return}if(ld)return cd.push(null);this.listObjectsV2Query(qa,Ja,od,rd,1e3,td).on("error",ud=>cd.emit("error",ud)).on("data",ud=>{ud.isTruncated?od=ud.nextContinuationToken:ld=!0,sd=ud.objects,cd._read()})},cd}removeObjects(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!Array.isArray(Ja))throw new InvalidArgumentError("objectsList should be a list");if(!isFunction$1(ed))throw new TypeError('callback should be of type "function"');const td=1e3,rd="delete",od="POST";let sd=Ja.reduce((ud,gd)=>(ud.list.push(gd),ud.list.length===td&&(ud.listOfList.push(ud.list),ud.list=[]),ud),{listOfList:[],list:[]});sd.list.length>0&&sd.listOfList.push(sd.list);const ld=new Encoder,cd=[];index.eachSeries(sd.listOfList,(ud,gd)=>{var _d=[];ud.forEach(function(Nd){isObject$1(Nd)?_d.push({Key:Nd.name,VersionId:Nd.versionId}):_d.push({Key:Nd})});let yd={Delete:{Quiet:!0,Object:_d}},Td=new xml2js.Builder({headless:!0}).buildObject(yd);Td=Buffer$2.from(ld.encode(Td));const Od={};Od["Content-MD5"]=toMd5(Td);let Ad;this.makeRequest({method:od,bucketName:qa,query:rd,headers:Od},Td,[200],"",!0,(Nd,kd)=>{if(Nd)return gd(Nd);pipesetup(kd,removeObjectsTransformer()).on("data",Id=>{Ad=Id}).on("error",Id=>gd(Id,null)).on("end",()=>(cd.push(Ad),gd(null,Ad)))})},()=>{ed(null,_.flatten(cd))})}getBucketPolicy(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name: ${qa}`);if(!isFunction$1(Ja))throw new TypeError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:qa,query:"policy"},"",[200],"",!0,(rd,od)=>{if(rd)return Ja(rd);let sd=Buffer$2.from("");pipesetup(od,getConcater()).on("data",ld=>sd=ld).on("error",Ja).on("end",()=>{Ja(null,sd.toString())})})}setBucketPolicy(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name: ${qa}`);if(!isString$1(Ja))throw new InvalidBucketPolicyError(`Invalid bucket policy: ${Ja} - must be "string"`);if(!isFunction$1(ed))throw new TypeError('callback should be of type "function"');let td="DELETE",rd="policy";Ja&&(td="PUT"),this.makeRequest({method:td,bucketName:qa,query:rd},Ja,[204],"",!1,ed)}presignedUrl(qa,Ja,ed,td,rd,od,sd){if(this.anonymous)throw new AnonymousRequestError("Presigned "+qa+" url cannot be generated for anonymous requests");if(isFunction$1(od)&&(sd=od,od=new Date),isFunction$1(rd)&&(sd=rd,rd={},od=new Date),isFunction$1(td)&&(sd=td,rd={},td=24*60*60*7,od=new Date),!isNumber$2(td))throw new TypeError('expires should be of type "number"');if(!isObject$1(rd))throw new TypeError('reqParams should be of type "object"');if(!isValidDate(od))throw new TypeError('requestDate should be of type "Date" and valid');if(!isFunction$1(sd))throw new TypeError('callback should be of type "function"');var ld=queryString.stringify(rd);this.getBucketRegion(Ja,(cd,ud)=>{if(cd)return sd(cd);var gd,_d=this.getRequestOptions({method:qa,region:ud,bucketName:Ja,objectName:ed,query:ld});this.checkAndRefreshCreds();try{gd=presignSignatureV4(_d,this.accessKey,this.secretKey,this.sessionToken,ud,od,td)}catch(yd){return sd(yd)}sd(null,gd)})}presignedGetObject(qa,Ja,ed,td,rd,od){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);isFunction$1(td)&&(od=td,td={},rd=new Date);var sd=["response-content-type","response-content-language","response-expires","response-cache-control","response-content-disposition","response-content-encoding"];return sd.forEach(ld=>{if(td!==void 0&&td[ld]!==void 0&&!isString$1(td[ld]))throw new TypeError(`response header ${ld} should be of type "string"`)}),this.presignedUrl("GET",qa,Ja,ed,td,rd,od)}presignedPutObject(qa,Ja,ed,td){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name: ${qa}`);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);return this.presignedUrl("PUT",qa,Ja,ed,td)}newPostPolicy(){return new PostPolicy}presignedPostPolicy(qa,Ja){if(this.anonymous)throw new AnonymousRequestError("Presigned POST policy cannot be generated for anonymous requests");if(!isObject$1(qa))throw new TypeError('postPolicy should be of type "object"');if(!isFunction$1(Ja))throw new TypeError('cb should be of type "function"');this.getBucketRegion(qa.formData.bucket,(ed,td)=>{if(ed)return Ja(ed);var rd=new Date,od=makeDateLong(rd);if(this.checkAndRefreshCreds(),!qa.policy.expiration){var sd=new Date;sd.setSeconds(24*60*60*7),qa.setExpires(sd)}qa.policy.conditions.push(["eq","$x-amz-date",od]),qa.formData["x-amz-date"]=od,qa.policy.conditions.push(["eq","$x-amz-algorithm","AWS4-HMAC-SHA256"]),qa.formData["x-amz-algorithm"]="AWS4-HMAC-SHA256",qa.policy.conditions.push(["eq","$x-amz-credential",this.accessKey+"/"+getScope(td,rd)]),qa.formData["x-amz-credential"]=this.accessKey+"/"+getScope(td,rd),this.sessionToken&&(qa.policy.conditions.push(["eq","$x-amz-security-token",this.sessionToken]),qa.formData["x-amz-security-token"]=this.sessionToken);var ld=Buffer$2.from(JSON.stringify(qa.policy)).toString("base64");qa.formData.policy=ld;var cd=postPresignSignatureV4(td,rd,this.secretKey,ld);qa.formData["x-amz-signature"]=cd;var ud={};ud.region=td,ud.bucketName=qa.formData.bucket;var gd=this.getRequestOptions(ud),_d=this.port==80||this.port===443?"":`:${this.port.toString()}`,yd=`${gd.protocol}//${gd.host}${_d}${gd.path}`;Ja(null,{postURL:yd,formData:qa.formData})})}completeMultipartUpload(qa,Ja,ed,td,rd){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isString$1(ed))throw new TypeError('uploadId should be of type "string"');if(!isObject$1(td))throw new TypeError('etags should be of type "Array"');if(!isFunction$1(rd))throw new TypeError('cb should be of type "function"');if(!ed)throw new InvalidArgumentError("uploadId cannot be empty");var od="POST",sd=`uploadId=${uriEscape(ed)}`,ld=[];td.forEach(gd=>{ld.push({Part:[{PartNumber:gd.part},{ETag:gd.etag}]})});var cd={CompleteMultipartUpload:ld},ud=Xml(cd);this.makeRequest({method:od,bucketName:qa,objectName:Ja,query:sd},ud,[200],"",!0,(gd,_d)=>{if(gd)return rd(gd);var yd=getCompleteMultipartTransformer();pipesetup(_d,yd).on("error",Ed=>rd(Ed)).on("data",Ed=>{if(Ed.errCode)rd(new S3Error(Ed.errMessage));else{const Td={etag:Ed.etag,versionId:getVersionId(_d.headers)};rd(null,Td)}})})}listIncompleteUploadsQuery(qa,Ja,ed,td,rd){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isString$1(Ja))throw new TypeError('prefix should be of type "string"');if(!isString$1(ed))throw new TypeError('keyMarker should be of type "string"');if(!isString$1(td))throw new TypeError('uploadIdMarker should be of type "string"');if(!isString$1(rd))throw new TypeError('delimiter should be of type "string"');var od=[];od.push(`prefix=${uriEscape(Ja)}`),od.push(`delimiter=${uriEscape(rd)}`),ed&&(ed=uriEscape(ed),od.push(`key-marker=${ed}`)),td&&od.push(`upload-id-marker=${td}`);var sd=1e3;od.push(`max-uploads=${sd}`),od.sort(),od.unshift("uploads");var ld="";od.length>0&&(ld=`${od.join("&")}`);var cd="GET",ud=getListMultipartTransformer();return this.makeRequest({method:cd,bucketName:qa,query:ld},"",[200],"",!0,(gd,_d)=>{if(gd)return ud.emit("error",gd);pipesetup(_d,ud)}),ud}findUploadId(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(!isFunction$1(ed))throw new TypeError('cb should be of type "function"');var td,rd=(od,sd)=>{this.listIncompleteUploadsQuery(qa,Ja,od,sd,"").on("error",ld=>ed(ld)).on("data",ld=>{if(ld.uploads.forEach(cd=>{if(cd.key===Ja&&(!td||cd.initiated.getTime()>td.initiated.getTime())){td=cd;return}}),ld.isTruncated){rd(ld.nextKeyMarker,ld.nextUploadIdMarker);return}if(td)return ed(null,td.uploadId);ed(null,void 0)})};rd("","")}setBucketNotification(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isObject$1(Ja))throw new TypeError('notification config should be of type "Object"');if(!isFunction$1(ed))throw new TypeError('callback should be of type "function"');var td="PUT",rd="notification",od=new xml2js.Builder({rootName:"NotificationConfiguration",renderOpts:{pretty:!1},headless:!0}),sd=od.buildObject(Ja);this.makeRequest({method:td,bucketName:qa,query:rd},sd,[200],"",!1,ed)}removeAllBucketNotification(qa,Ja){this.setBucketNotification(qa,new NotificationConfig,Ja)}getBucketNotification(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isFunction$1(Ja))throw new TypeError('callback should be of type "function"');var ed="GET",td="notification";this.makeRequest({method:ed,bucketName:qa,query:td},"",[200],"",!0,(rd,od)=>{if(rd)return Ja(rd);var sd=getBucketNotificationTransformer(),ld;pipesetup(od,sd).on("data",cd=>ld=cd).on("error",cd=>Ja(cd)).on("end",()=>Ja(null,ld))})}listenBucketNotification(qa,Ja,ed,td){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name: ${qa}`);if(!isString$1(Ja))throw new TypeError("prefix must be of type string");if(!isString$1(ed))throw new TypeError("suffix must be of type string");if(!Array.isArray(td))throw new TypeError("events must be of type Array");let rd=new NotificationPoller(this,qa,Ja,ed,td);return rd.start(),rd}getBucketVersioning(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isFunction$1(Ja))throw new InvalidArgumentError('callback should be of type "function"');var ed="GET",td="versioning";this.makeRequest({method:ed,bucketName:qa,query:td},"",[200],"",!0,(rd,od)=>{if(rd)return Ja(rd);let sd=Buffer$2.from("");pipesetup(od,bucketVersioningTransformer()).on("data",ld=>{sd=ld}).on("error",Ja).on("end",()=>{Ja(null,sd)})})}setBucketVersioning(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!Object.keys(Ja).length)throw new InvalidArgumentError('versionConfig should be of type "object"');if(!isFunction$1(ed))throw new TypeError('callback should be of type "function"');var td="PUT",rd="versioning",od=new xml2js.Builder({rootName:"VersioningConfiguration",renderOpts:{pretty:!1},headless:!0}),sd=od.buildObject(Ja);this.makeRequest({method:td,bucketName:qa,query:rd},sd,[200],"",!1,ed)}setTagging(qa){const{bucketName:Ja,objectName:ed,tags:td,putOpts:rd={},cb:od}=qa,sd="PUT";let ld="tagging";rd&&rd.versionId&&(ld=`${ld}&versionId=${rd.versionId}`);const cd=[];for(const[Od,Ad]of Object.entries(td))cd.push({Key:Od,Value:Ad});const ud={Tagging:{TagSet:{Tag:cd}}},gd=new Encoder,_d={};let Ed=new xml2js.Builder({headless:!0,renderOpts:{pretty:!1}}).buildObject(ud);Ed=Buffer$2.from(gd.encode(Ed)),_d["Content-MD5"]=toMd5(Ed);const Td={method:sd,bucketName:Ja,query:ld,headers:_d};ed&&(Td.objectName=ed),_d["Content-MD5"]=toMd5(Ed),this.makeRequest(Td,Ed,[200],"",!1,od)}setBucketTagging(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isObject$1(Ja))throw new InvalidArgumentError('tags should be of type "object"');if(Object.keys(Ja).length>10)throw new InvalidArgumentError('maximum tags allowed is 10"');if(!isFunction$1(ed))throw new InvalidArgumentError('callback should be of type "function"');return this.setTagging({bucketName:qa,tags:Ja,cb:ed})}setObjectTagging(qa,Ja,ed,td={},rd){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidBucketNameError("Invalid object name: "+Ja);if(isFunction$1(td)&&(rd=td,td={}),!isObject$1(ed))throw new InvalidArgumentError('tags should be of type "object"');if(Object.keys(ed).length>10)throw new InvalidArgumentError('Maximum tags allowed is 10"');if(!isFunction$1(rd))throw new TypeError('callback should be of type "function"');return this.setTagging({bucketName:qa,objectName:Ja,tags:ed,putOpts:td,cb:rd})}removeTagging({bucketName:qa,objectName:Ja,removeOpts:ed,cb:td}){const rd="DELETE";let od="tagging";ed&&Object.keys(ed).length&&ed.versionId&&(od=`${od}&versionId=${ed.versionId}`);const sd={method:rd,bucketName:qa,objectName:Ja,query:od};Ja&&(sd.objectName=Ja),this.makeRequest(sd,"",[200,204],"",!0,td)}removeBucketTagging(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isFunction$1(Ja))throw new TypeError('callback should be of type "function"');return this.removeTagging({bucketName:qa,cb:Ja})}removeObjectTagging(qa,Ja,ed,td){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidBucketNameError("Invalid object name: "+Ja);if(isFunction$1(ed)&&(td=ed,ed={}),ed&&Object.keys(ed).length&&!isObject$1(ed))throw new InvalidArgumentError('removeOpts should be of type "object"');if(!isFunction$1(td))throw new TypeError('callback should be of type "function"');return this.removeTagging({bucketName:qa,objectName:Ja,removeOpts:ed,cb:td})}getBucketTagging(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name: ${qa}`);const rd={method:"GET",bucketName:qa,query:"tagging"};this.makeRequest(rd,"",[200],"",!0,(od,sd)=>{var ld=getTagsTransformer();if(od)return Ja(od);let cd;pipesetup(sd,ld).on("data",ud=>cd=ud).on("error",ud=>Ja(ud)).on("end",()=>Ja(null,cd))})}getObjectTagging(qa,Ja,ed={},td=()=>!1){const rd="GET";let od="tagging";if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidBucketNameError("Invalid object name: "+Ja);if(isFunction$1(ed)&&(td=ed,ed={}),!isObject$1(ed))throw new InvalidArgumentError('getOpts should be of type "object"');if(!isFunction$1(td))throw new TypeError('callback should be of type "function"');ed&&ed.versionId&&(od=`${od}&versionId=${ed.versionId}`);const sd={method:rd,bucketName:qa,query:od};Ja&&(sd.objectName=Ja),this.makeRequest(sd,"",[200],"",!0,(ld,cd)=>{const ud=getTagsTransformer();if(ld)return td(ld);let gd;pipesetup(cd,ud).on("data",_d=>gd=_d).on("error",_d=>td(_d)).on("end",()=>td(null,gd))})}applyBucketLifecycle(qa,Ja,ed){const td="PUT",rd="lifecycle",od=new Encoder,sd={};let cd=new xml2js.Builder({rootName:"LifecycleConfiguration",headless:!0,renderOpts:{pretty:!1}}).buildObject(Ja);cd=Buffer$2.from(od.encode(cd));const ud={method:td,bucketName:qa,query:rd,headers:sd};sd["Content-MD5"]=toMd5(cd),this.makeRequest(ud,cd,[200],"",!1,ed)}removeBucketLifecycle(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);this.makeRequest({method:"DELETE",bucketName:qa,query:"lifecycle"},"",[204],"",!1,Ja)}setBucketLifecycle(qa,Ja=null,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);_.isEmpty(Ja)?this.removeBucketLifecycle(qa,ed):this.applyBucketLifecycle(qa,Ja,ed)}getBucketLifecycle(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);const rd={method:"GET",bucketName:qa,query:"lifecycle"};this.makeRequest(rd,"",[200],"",!0,(od,sd)=>{const ld=lifecycleTransformer();if(od)return Ja(od);let cd;pipesetup(sd,ld).on("data",ud=>cd=ud).on("error",ud=>Ja(ud)).on("end",()=>Ja(null,cd))})}setObjectLockConfig(qa,Ja={},ed){const td=[RETENTION_MODES.COMPLIANCE,RETENTION_MODES.GOVERNANCE],rd=[RETENTION_VALIDITY_UNITS.DAYS,RETENTION_VALIDITY_UNITS.YEARS];if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(Ja.mode&&!td.includes(Ja.mode))throw new TypeError(`lockConfigOpts.mode should be one of ${td}`);if(Ja.unit&&!rd.includes(Ja.unit))throw new TypeError(`lockConfigOpts.unit should be one of ${rd}`);if(Ja.validity&&!isNumber$2(Ja.validity))throw new TypeError("lockConfigOpts.validity should be a number");const od="PUT",sd="object-lock";let ld={ObjectLockEnabled:"Enabled"};const cd=Object.keys(Ja);if(cd.length>0){if(_.difference(cd,["unit","mode","validity"]).length!==0)throw new TypeError("lockConfigOpts.mode,lockConfigOpts.unit,lockConfigOpts.validity all the properties should be specified.");ld.Rule={DefaultRetention:{}},Ja.mode&&(ld.Rule.DefaultRetention.Mode=Ja.mode),Ja.unit===RETENTION_VALIDITY_UNITS.DAYS?ld.Rule.DefaultRetention.Days=Ja.validity:Ja.unit===RETENTION_VALIDITY_UNITS.YEARS&&(ld.Rule.DefaultRetention.Years=Ja.validity)}const gd=new xml2js.Builder({rootName:"ObjectLockConfiguration",renderOpts:{pretty:!1},headless:!0}).buildObject(ld),_d={};_d["Content-MD5"]=toMd5(gd),this.makeRequest({method:od,bucketName:qa,query:sd,headers:_d},gd,[200],"",!1,ed)}getObjectLockConfig(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isFunction$1(Ja))throw new InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:qa,query:"object-lock"},"",[200],"",!0,(rd,od)=>{if(rd)return Ja(rd);let sd=Buffer$2.from("");pipesetup(od,objectLockTransformer()).on("data",ld=>{sd=ld}).on("error",Ja).on("end",()=>{Ja(null,sd)})})}putObjectRetention(qa,Ja,ed={},td){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(isObject$1(ed)){if(ed.governanceBypass&&!isBoolean$1(ed.governanceBypass))throw new InvalidArgumentError("Invalid value for governanceBypass",ed.governanceBypass);if(ed.mode&&![RETENTION_MODES.COMPLIANCE,RETENTION_MODES.GOVERNANCE].includes(ed.mode))throw new InvalidArgumentError("Invalid object retention mode ",ed.mode);if(ed.retainUntilDate&&!isString$1(ed.retainUntilDate))throw new InvalidArgumentError("Invalid value for retainUntilDate",ed.retainUntilDate);if(ed.versionId&&!isString$1(ed.versionId))throw new InvalidArgumentError("Invalid value for versionId",ed.versionId)}else throw new InvalidArgumentError('retentionOpts should be of type "object"');if(!isFunction$1(td))throw new TypeError('callback should be of type "function"');const rd="PUT";let od="retention";const sd={};ed.governanceBypass&&(sd["X-Amz-Bypass-Governance-Retention"]=!0);const ld=new xml2js.Builder({rootName:"Retention",renderOpts:{pretty:!1},headless:!0}),cd={};ed.mode&&(cd.Mode=ed.mode),ed.retainUntilDate&&(cd.RetainUntilDate=ed.retainUntilDate),ed.versionId&&(od+=`&versionId=${ed.versionId}`);let ud=ld.buildObject(cd);sd["Content-MD5"]=toMd5(ud),this.makeRequest({method:rd,bucketName:qa,objectName:Ja,query:od,headers:sd},ud,[200,204],"",!1,td)}getObjectRetention(qa,Ja,ed,td){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(isObject$1(ed)){if(ed.versionId&&!isString$1(ed.versionId))throw new InvalidArgumentError('VersionID should be of type "string"')}else throw new InvalidArgumentError('callback should be of type "object"');if(td&&!isFunction$1(td))throw new InvalidArgumentError('callback should be of type "function"');const rd="GET";let od="retention";ed.versionId&&(od+=`&versionId=${ed.versionId}`),this.makeRequest({method:rd,bucketName:qa,objectName:Ja,query:od},"",[200],"",!0,(sd,ld)=>{if(sd)return td(sd);let cd=Buffer$2.from("");pipesetup(ld,objectRetentionTransformer()).on("data",ud=>{cd=ud}).on("error",td).on("end",()=>{td(null,cd)})})}setBucketEncryption(qa,Ja,ed){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(isFunction$1(Ja)&&(ed=Ja,Ja=null),!_.isEmpty(Ja)&&Ja.Rule.length>1)throw new InvalidArgumentError("Invalid Rule length. Only one rule is allowed.: "+Ja.Rule);if(ed&&!isFunction$1(ed))throw new TypeError('callback should be of type "function"');let td=Ja;_.isEmpty(Ja)&&(td={Rule:[{ApplyServerSideEncryptionByDefault:{SSEAlgorithm:"AES256"}}]});let rd="PUT",od="encryption",ld=new xml2js.Builder({rootName:"ServerSideEncryptionConfiguration",renderOpts:{pretty:!1},headless:!0}).buildObject(td);const cd={};cd["Content-MD5"]=toMd5(ld),this.makeRequest({method:rd,bucketName:qa,query:od,headers:cd},ld,[200],"",!1,ed)}getBucketEncryption(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isFunction$1(Ja))throw new InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:qa,query:"encryption"},"",[200],"",!0,(rd,od)=>{if(rd)return Ja(rd);let sd=Buffer$2.from("");pipesetup(od,bucketEncryptionTransformer()).on("data",ld=>{sd=ld}).on("error",Ja).on("end",()=>{Ja(null,sd)})})}removeBucketEncryption(qa,Ja){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isFunction$1(Ja))throw new InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"DELETE",bucketName:qa,query:"encryption"},"",[204],"",!1,Ja)}getObjectLegalHold(qa,Ja,ed={},td){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(isFunction$1(ed)&&(td=ed,ed={}),isObject$1(ed)){if(Object.keys(ed).length>0&&ed.versionId&&!isString$1(ed.versionId))throw new TypeError("versionId should be of type string.:",ed.versionId)}else throw new TypeError('getOpts should be of type "Object"');if(!isFunction$1(td))throw new InvalidArgumentError('callback should be of type "function"');const rd="GET";let od="legal-hold";ed.versionId&&(od+=`&versionId=${ed.versionId}`),this.makeRequest({method:rd,bucketName:qa,objectName:Ja,query:od},"",[200],"",!0,(sd,ld)=>{if(sd)return td(sd);let cd=Buffer$2.from("");pipesetup(ld,objectLegalHoldTransformer()).on("data",ud=>{cd=ud}).on("error",td).on("end",()=>{td(null,cd)})})}setObjectLegalHold(qa,Ja,ed={},td){if(!isValidBucketName(qa))throw new InvalidBucketNameError("Invalid bucket name: "+qa);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);const rd={status:LEGAL_HOLD_STATUS.ENABLED};if(isFunction$1(ed)&&(td=ed,ed=rd),isObject$1(ed)){if(![LEGAL_HOLD_STATUS.ENABLED,LEGAL_HOLD_STATUS.DISABLED].includes(ed.status))throw new TypeError("Invalid status: "+ed.status);if(ed.versionId&&!ed.versionId.length)throw new TypeError("versionId should be of type string.:"+ed.versionId)}else throw new TypeError('setOpts should be of type "Object"');if(!isFunction$1(td))throw new InvalidArgumentError('callback should be of type "function"');_.isEmpty(ed)&&(ed={defaultOpts:rd});const od="PUT";let sd="legal-hold";ed.versionId&&(sd+=`&versionId=${ed.versionId}`);let ld={Status:ed.status};const ud=new xml2js.Builder({rootName:"LegalHold",renderOpts:{pretty:!1},headless:!0}).buildObject(ld),gd={};gd["Content-MD5"]=toMd5(ud),this.makeRequest({method:od,bucketName:qa,objectName:Ja,query:sd,headers:gd},ud,[200],"",!1,td)}uploadPartCopy(qa,Ja){const{bucketName:ed,objectName:td,uploadID:rd,partNumber:od,headers:sd}=qa,ld="PUT";let cd=`uploadId=${rd}&partNumber=${od}`;const ud={method:ld,bucketName:ed,objectName:td,query:cd,headers:sd};return this.makeRequest(ud,"",[200],"",!0,(gd,_d)=>{let yd=Buffer$2.from("");if(gd)return Ja(gd);pipesetup(_d,uploadPartTransformer()).on("data",Ed=>{yd=Ed}).on("error",Ja).on("end",()=>{let Ed={etag:sanitizeETag(yd.ETag),key:td,part:od};Ja(null,Ed)})})}composeObject(qa={},Ja=[],ed){const td=this,rd=Ja.length;if(!Array.isArray(Ja))throw new InvalidArgumentError("sourceConfig should an array of CopySourceOptions ");if(!(qa instanceof CopyDestinationOptions))throw new InvalidArgumentError("destConfig should of type CopyDestinationOptions ");if(rd<1||rd>PART_CONSTRAINTS.MAX_PARTS_COUNT)throw new InvalidArgumentError(`"There must be as least one and up to ${PART_CONSTRAINTS.MAX_PARTS_COUNT} source objects.`);if(!isFunction$1(ed))throw new TypeError('callback should be of type "function"');for(let gd=0;gd<rd;gd++)if(!Ja[gd].validate())return!1;if(!qa.validate())return!1;const od=gd=>{let _d={};return _.isEmpty(gd.VersionID)||(_d={versionId:gd.VersionID}),_d},sd=[];let ld=0,cd=0;const ud=Ja.map(gd=>td.statObject(gd.Bucket,gd.Object,od(gd)));return Promise.all(ud).then(gd=>{const _d=gd.map((Ad,Nd)=>{const kd=Ja[Nd];let Id=Ad.size;if(kd.MatchRange){const Rd=kd.Start,Md=kd.End;if(Md>=Id||Rd<0)throw new InvalidArgumentError(`CopySrcOptions ${Nd} has invalid segment-to-copy [${Rd}, ${Md}] (size is ${Id})`);Id=Md-Rd+1}if(Id<PART_CONSTRAINTS.ABS_MIN_PART_SIZE&&Nd<rd-1)throw new InvalidArgumentError(`CopySrcOptions ${Nd} is too small (${Id}) and it is not the last part.`);if(ld+=Id,ld>PART_CONSTRAINTS.MAX_MULTIPART_PUT_OBJECT_SIZE)throw new InvalidArgumentError(`Cannot compose an object of size ${ld} (> 5TiB)`);if(sd[Nd]=Id,cd+=partsRequired(Id),cd>PART_CONSTRAINTS.MAX_PARTS_COUNT)throw new InvalidArgumentError(`Your proposed compose object requires more than ${PART_CONSTRAINTS.MAX_PARTS_COUNT} parts`);return Ad});if(cd===1&&ld<=PART_CONSTRAINTS.MAX_PART_SIZE||ld===0)return this.copyObject(Ja[0],qa,ed);for(let Ad=0;Ad<rd;Ad++)Ja[Ad].MatchETag=_d[Ad].etag;const yd=_d.map((Ad,Nd)=>calculateEvenSplits(sd[Nd],Ja[Nd]));function Ed(Ad){const Nd=[];return yd.forEach((kd,Id)=>{const{startIndex:Rd,endIndex:Md,objInfo:Ld}=kd;let jd=Id+1;const Pd=Array.from(Rd),Fd=Ja[Id].getHeaders();Pd.forEach((Ud,Vd)=>{let qd=Md[Vd];const Wd=`${Ld.Bucket}/${Ld.Object}`;Fd["x-amz-copy-source"]=`${Wd}`,Fd["x-amz-copy-source-range"]=`bytes=${Ud}-${qd}`;const zd={bucketName:qa.Bucket,objectName:qa.Object,uploadID:Ad,partNumber:jd,headers:Fd,sourceObj:Wd};Nd.push(zd)})}),Nd}const Td=Ad=>{const Nd=Ed(Ad);index.map(Nd,td.uploadPartCopy.bind(td),(kd,Id)=>{if(kd){this.abortMultipartUpload(qa.Bucket,qa.Object,Ad).then(()=>ed(),Md=>ed(Md));return}const Rd=Id.map(Md=>({etag:Md.etag,part:Md.part}));return td.completeMultipartUpload(qa.Bucket,qa.Object,Ad,Rd,ed)})},Od=qa.getHeaders();td.initiateNewMultipartUpload(qa.Bucket,qa.Object,Od).then(Ad=>{Td(Ad)},Ad=>{ed(Ad,null)})}).catch(gd=>{ed(gd,null)})}selectObjectContent(qa,Ja,ed={},td){if(!isValidBucketName(qa))throw new InvalidBucketNameError(`Invalid bucket name: ${qa}`);if(!isValidObjectName(Ja))throw new InvalidObjectNameError(`Invalid object name: ${Ja}`);if(_.isEmpty(ed))throw new TypeError("valid select configuration is required");if(!isString$1(ed.expression))throw new TypeError('sqlExpression should be of type "string"');if(_.isEmpty(ed.inputSerialization))throw new TypeError("inputSerialization is required");if(!isObject$1(ed.inputSerialization))throw new TypeError('inputSerialization should be of type "object"');if(_.isEmpty(ed.outputSerialization))throw new TypeError("outputSerialization is required");if(!isObject$1(ed.outputSerialization))throw new TypeError('outputSerialization should be of type "object"');if(!isFunction$1(td))throw new TypeError('callback should be of type "function"');const rd="POST";let od="select";od+="&select-type=2";const sd=[{Expression:ed.expression},{ExpressionType:ed.expressionType||"SQL"},{InputSerialization:[ed.inputSerialization]},{OutputSerialization:[ed.outputSerialization]}];ed.requestProgress&&sd.push({RequestProgress:ed.requestProgress}),ed.scanRange&&sd.push({ScanRange:ed.scanRange});const cd=new xml2js.Builder({rootName:"SelectObjectContentRequest",renderOpts:{pretty:!1},headless:!0}).buildObject(sd);this.makeRequest({method:rd,bucketName:qa,objectName:Ja,query:od},cd,[200],"",!0,(ud,gd)=>{if(ud)return td(ud);let _d;pipesetup(gd,selectObjectContentTransformer()).on("data",yd=>{_d=parseSelectObjectContentResponse(yd)}).on("error",td).on("end",()=>{td(null,_d)})})}}Client.prototype.makeBucket=promisify(Client.prototype.makeBucket);Client.prototype.bucketExists=promisify(Client.prototype.bucketExists);Client.prototype.getObject=promisify(Client.prototype.getObject);Client.prototype.getPartialObject=promisify(Client.prototype.getPartialObject);Client.prototype.fGetObject=promisify(Client.prototype.fGetObject);Client.prototype.putObject=promisify(Client.prototype.putObject);Client.prototype.fPutObject=promisify(Client.prototype.fPutObject);Client.prototype.copyObject=promisify(Client.prototype.copyObject);Client.prototype.removeObjects=promisify(Client.prototype.removeObjects);Client.prototype.presignedUrl=promisify(Client.prototype.presignedUrl);Client.prototype.presignedGetObject=promisify(Client.prototype.presignedGetObject);Client.prototype.presignedPutObject=promisify(Client.prototype.presignedPutObject);Client.prototype.presignedPostPolicy=promisify(Client.prototype.presignedPostPolicy);Client.prototype.getBucketNotification=promisify(Client.prototype.getBucketNotification);Client.prototype.setBucketNotification=promisify(Client.prototype.setBucketNotification);Client.prototype.removeAllBucketNotification=promisify(Client.prototype.removeAllBucketNotification);Client.prototype.getBucketPolicy=promisify(Client.prototype.getBucketPolicy);Client.prototype.setBucketPolicy=promisify(Client.prototype.setBucketPolicy);Client.prototype.removeIncompleteUpload=promisify(Client.prototype.removeIncompleteUpload);Client.prototype.getBucketVersioning=promisify(Client.prototype.getBucketVersioning);Client.prototype.setBucketVersioning=promisify(Client.prototype.setBucketVersioning);Client.prototype.setBucketTagging=promisify(Client.prototype.setBucketTagging);Client.prototype.removeBucketTagging=promisify(Client.prototype.removeBucketTagging);Client.prototype.getBucketTagging=promisify(Client.prototype.getBucketTagging);Client.prototype.setObjectTagging=promisify(Client.prototype.setObjectTagging);Client.prototype.removeObjectTagging=promisify(Client.prototype.removeObjectTagging);Client.prototype.getObjectTagging=promisify(Client.prototype.getObjectTagging);Client.prototype.setBucketLifecycle=promisify(Client.prototype.setBucketLifecycle);Client.prototype.getBucketLifecycle=promisify(Client.prototype.getBucketLifecycle);Client.prototype.removeBucketLifecycle=promisify(Client.prototype.removeBucketLifecycle);Client.prototype.setObjectLockConfig=promisify(Client.prototype.setObjectLockConfig);Client.prototype.getObjectLockConfig=promisify(Client.prototype.getObjectLockConfig);Client.prototype.putObjectRetention=promisify(Client.prototype.putObjectRetention);Client.prototype.getObjectRetention=promisify(Client.prototype.getObjectRetention);Client.prototype.setBucketEncryption=promisify(Client.prototype.setBucketEncryption);Client.prototype.getBucketEncryption=promisify(Client.prototype.getBucketEncryption);Client.prototype.removeBucketEncryption=promisify(Client.prototype.removeBucketEncryption);Client.prototype.setObjectLegalHold=promisify(Client.prototype.setObjectLegalHold);Client.prototype.getObjectLegalHold=promisify(Client.prototype.getObjectLegalHold);Client.prototype.composeObject=promisify(Client.prototype.composeObject);Client.prototype.selectObjectContent=promisify(Client.prototype.selectObjectContent);Client.prototype.removeObject=callbackify(Client.prototype.removeObject);Client.prototype.statObject=callbackify(Client.prototype.statObject);Client.prototype.removeBucket=callbackify(Client.prototype.removeBucket);Client.prototype.listBuckets=callbackify(Client.prototype.listBuckets);Client.prototype.removeBucketReplication=callbackify(Client.prototype.removeBucketReplication);Client.prototype.setBucketReplication=callbackify(Client.prototype.setBucketReplication);Client.prototype.getBucketReplication=callbackify(Client.prototype.getBucketReplication);var cosJsSdkV5={exports:{}};(function(Ra,qa){(function(ed,td){Ra.exports=td()})(commonjsGlobal,function(){return function(Ja){var ed={};function td(rd){if(ed[rd])return ed[rd].exports;var od=ed[rd]={i:rd,l:!1,exports:{}};return Ja[rd].call(od.exports,od,od.exports,td),od.l=!0,od.exports}return td.m=Ja,td.c=ed,td.d=function(rd,od,sd){td.o(rd,od)||Object.defineProperty(rd,od,{enumerable:!0,get:sd})},td.r=function(rd){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(rd,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(rd,"__esModule",{value:!0})},td.t=function(rd,od){if(od&1&&(rd=td(rd)),od&8||od&4&&typeof rd=="object"&&rd&&rd.__esModule)return rd;var sd=Object.create(null);if(td.r(sd),Object.defineProperty(sd,"default",{enumerable:!0,value:rd}),od&2&&typeof rd!="string")for(var ld in rd)td.d(sd,ld,(function(cd){return rd[cd]}).bind(null,ld));return sd},td.n=function(rd){var od=rd&&rd.__esModule?function(){return rd.default}:function(){return rd};return td.d(od,"a",od),od},td.o=function(rd,od){return Object.prototype.hasOwnProperty.call(rd,od)},td.p="/dist/",td(td.s="./index.js")}({"./index.js":function(Ja,ed,td){var rd=td("./src/cos.js");Ja.exports=rd},"./lib/base64.js":function(Ja,ed){var td=function(rd){rd=rd||{};var od=rd.Base64,sd="2.1.9",ld="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",cd=function(Vd){for(var qd={},Wd=0,zd=Vd.length;Wd<zd;Wd++)qd[Vd.charAt(Wd)]=Wd;return qd}(ld),ud=String.fromCharCode,gd=function(qd){if(qd.length<2){var Wd=qd.charCodeAt(0);return Wd<128?qd:Wd<2048?ud(192|Wd>>>6)+ud(128|Wd&63):ud(224|Wd>>>12&15)+ud(128|Wd>>>6&63)+ud(128|Wd&63)}else{var Wd=65536+(qd.charCodeAt(0)-55296)*1024+(qd.charCodeAt(1)-56320);return ud(240|Wd>>>18&7)+ud(128|Wd>>>12&63)+ud(128|Wd>>>6&63)+ud(128|Wd&63)}},_d=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,yd=function(qd){return qd.replace(_d,gd)},Ed=function(qd){var Wd=[0,2,1][qd.length%3],zd=qd.charCodeAt(0)<<16|(qd.length>1?qd.charCodeAt(1):0)<<8|(qd.length>2?qd.charCodeAt(2):0),Kd=[ld.charAt(zd>>>18),ld.charAt(zd>>>12&63),Wd>=2?"=":ld.charAt(zd>>>6&63),Wd>=1?"=":ld.charAt(zd&63)];return Kd.join("")},Td=rd.btoa?function(Vd){return rd.btoa(Vd)}:function(Vd){return Vd.replace(/[\s\S]{1,3}/g,Ed)},Od=function(Vd){return Td(yd(Vd))},Ad=function(qd,Wd){return Wd?Od(String(qd)).replace(/[+\/]/g,function(zd){return zd=="+"?"-":"_"}).replace(/=/g,""):Od(String(qd))},Nd=function(qd){return Ad(qd,!0)},kd=new RegExp(["[À-ß][€-¿]","[à-ï][€-¿]{2}","[ð-÷][€-¿]{3}"].join("|"),"g"),Id=function(qd){switch(qd.length){case 4:var Wd=(7&qd.charCodeAt(0))<<18|(63&qd.charCodeAt(1))<<12|(63&qd.charCodeAt(2))<<6|63&qd.charCodeAt(3),zd=Wd-65536;return ud((zd>>>10)+55296)+ud((zd&1023)+56320);case 3:return ud((15&qd.charCodeAt(0))<<12|(63&qd.charCodeAt(1))<<6|63&qd.charCodeAt(2));default:return ud((31&qd.charCodeAt(0))<<6|63&qd.charCodeAt(1))}},Rd=function(qd){return qd.replace(kd,Id)},Md=function(qd){var Wd=qd.length,zd=Wd%4,Kd=(Wd>0?cd[qd.charAt(0)]<<18:0)|(Wd>1?cd[qd.charAt(1)]<<12:0)|(Wd>2?cd[qd.charAt(2)]<<6:0)|(Wd>3?cd[qd.charAt(3)]:0),Qd=[ud(Kd>>>16),ud(Kd>>>8&255),ud(Kd&255)];return Qd.length-=[0,0,2,1][zd],Qd.join("")},Ld=rd.atob?function(Vd){return rd.atob(Vd)}:function(Vd){return Vd.replace(/[\s\S]{1,4}/g,Md)},jd=function(Vd){return Rd(Ld(Vd))},Pd=function(qd){return jd(String(qd).replace(/[-_]/g,function(Wd){return Wd=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,""))},Fd=function(){var qd=rd.Base64;return rd.Base64=od,qd},Ud={VERSION:sd,atob:Ld,btoa:Td,fromBase64:Pd,toBase64:Ad,utob:yd,encode:Ad,encodeURI:Nd,btou:Rd,decode:Pd,noConflict:Fd};return Ud}();Ja.exports=td},"./lib/crypto.js":function(Ja,ed,td){(function(rd){var od=td("./node_modules/@babel/runtime/helpers/typeof.js"),sd=sd||function(ld,cd){var ud={},gd=ud.lib={},_d=function(){},yd=gd.Base={extend:function(Md){_d.prototype=this;var Ld=new _d;return Md&&Ld.mixIn(Md),Ld.hasOwnProperty("init")||(Ld.init=function(){Ld.$super.init.apply(this,arguments)}),Ld.init.prototype=Ld,Ld.$super=this,Ld},create:function(){var Md=this.extend();return Md.init.apply(Md,arguments),Md},init:function(){},mixIn:function(Md){for(var Ld in Md)Md.hasOwnProperty(Ld)&&(this[Ld]=Md[Ld]);Md.hasOwnProperty("toString")&&(this.toString=Md.toString)},clone:function(){return this.init.prototype.extend(this)}},Ed=gd.WordArray=yd.extend({init:function(Md,Ld){Md=this.words=Md||[],this.sigBytes=Ld!=cd?Ld:4*Md.length},toString:function(Md){return(Md||Od).stringify(this)},concat:function(Md){var Ld=this.words,jd=Md.words,Pd=this.sigBytes;if(Md=Md.sigBytes,this.clamp(),Pd%4)for(var Fd=0;Fd<Md;Fd++)Ld[Pd+Fd>>>2]|=(jd[Fd>>>2]>>>24-8*(Fd%4)&255)<<24-8*((Pd+Fd)%4);else if(65535<jd.length)for(Fd=0;Fd<Md;Fd+=4)Ld[Pd+Fd>>>2]=jd[Fd>>>2];else Ld.push.apply(Ld,jd);return this.sigBytes+=Md,this},clamp:function(){var Md=this.words,Ld=this.sigBytes;Md[Ld>>>2]&=4294967295<<32-8*(Ld%4),Md.length=ld.ceil(Ld/4)},clone:function(){var Md=yd.clone.call(this);return Md.words=this.words.slice(0),Md},random:function(Md){for(var Ld=[],jd=0;jd<Md;jd+=4)Ld.push(4294967296*ld.random()|0);return new Ed.init(Ld,Md)}}),Td=ud.enc={},Od=Td.Hex={stringify:function(Md){var Ld=Md.words;Md=Md.sigBytes;for(var jd=[],Pd=0;Pd<Md;Pd++){var Fd=Ld[Pd>>>2]>>>24-8*(Pd%4)&255;jd.push((Fd>>>4).toString(16)),jd.push((Fd&15).toString(16))}return jd.join("")},parse:function(Md){for(var Ld=Md.length,jd=[],Pd=0;Pd<Ld;Pd+=2)jd[Pd>>>3]|=parseInt(Md.substr(Pd,2),16)<<24-4*(Pd%8);return new Ed.init(jd,Ld/2)}},Ad=Td.Latin1={stringify:function(Md){var Ld=Md.words;Md=Md.sigBytes;for(var jd=[],Pd=0;Pd<Md;Pd++)jd.push(String.fromCharCode(Ld[Pd>>>2]>>>24-8*(Pd%4)&255));return jd.join("")},parse:function(Md){for(var Ld=Md.length,jd=[],Pd=0;Pd<Ld;Pd++)jd[Pd>>>2]|=(Md.charCodeAt(Pd)&255)<<24-8*(Pd%4);return new Ed.init(jd,Ld)}},Nd=Td.Utf8={stringify:function(Md){try{return decodeURIComponent(escape(Ad.stringify(Md)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(Md){return Ad.parse(unescape(encodeURIComponent(Md)))}},kd=gd.BufferedBlockAlgorithm=yd.extend({reset:function(){this._data=new Ed.init,this._nDataBytes=0},_append:function(Md){typeof Md=="string"&&(Md=Nd.parse(Md)),this._data.concat(Md),this._nDataBytes+=Md.sigBytes},_process:function(Md){var Ld=this._data,jd=Ld.words,Pd=Ld.sigBytes,Fd=this.blockSize,Ud=Pd/(4*Fd),Ud=Md?ld.ceil(Ud):ld.max((Ud|0)-this._minBufferSize,0);if(Md=Ud*Fd,Pd=ld.min(4*Md,Pd),Md){for(var Vd=0;Vd<Md;Vd+=Fd)this._doProcessBlock(jd,Vd);Vd=jd.splice(0,Md),Ld.sigBytes-=Pd}return new Ed.init(Vd,Pd)},clone:function(){var Md=yd.clone.call(this);return Md._data=this._data.clone(),Md},_minBufferSize:0});gd.Hasher=kd.extend({cfg:yd.extend(),init:function(Md){this.cfg=this.cfg.extend(Md),this.reset()},reset:function(){kd.reset.call(this),this._doReset()},update:function(Md){return this._append(Md),this._process(),this},finalize:function(Md){return Md&&this._append(Md),this._doFinalize()},blockSize:16,_createHelper:function(Md){return function(Ld,jd){return new Md.init(jd).finalize(Ld)}},_createHmacHelper:function(Md){return function(Ld,jd){return new Id.HMAC.init(Md,jd).finalize(Ld)}}});var Id=ud.algo={};return ud}(Math);(function(){var ld=sd,_d=ld.lib,cd=_d.WordArray,ud=_d.Hasher,gd=[],_d=ld.algo.SHA1=ud.extend({_doReset:function(){this._hash=new cd.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(Ed,Td){for(var Od=this._hash.words,Ad=Od[0],Nd=Od[1],kd=Od[2],Id=Od[3],Rd=Od[4],Md=0;80>Md;Md++){if(16>Md)gd[Md]=Ed[Td+Md]|0;else{var Ld=gd[Md-3]^gd[Md-8]^gd[Md-14]^gd[Md-16];gd[Md]=Ld<<1|Ld>>>31}Ld=(Ad<<5|Ad>>>27)+Rd+gd[Md],Ld=20>Md?Ld+((Nd&kd|~Nd&Id)+1518500249):40>Md?Ld+((Nd^kd^Id)+1859775393):60>Md?Ld+((Nd&kd|Nd&Id|kd&Id)-1894007588):Ld+((Nd^kd^Id)-899497514),Rd=Id,Id=kd,kd=Nd<<30|Nd>>>2,Nd=Ad,Ad=Ld}Od[0]=Od[0]+Ad|0,Od[1]=Od[1]+Nd|0,Od[2]=Od[2]+kd|0,Od[3]=Od[3]+Id|0,Od[4]=Od[4]+Rd|0},_doFinalize:function(){var Ed=this._data,Td=Ed.words,Od=8*this._nDataBytes,Ad=8*Ed.sigBytes;return Td[Ad>>>5]|=128<<24-Ad%32,Td[(Ad+64>>>9<<4)+14]=Math.floor(Od/4294967296),Td[(Ad+64>>>9<<4)+15]=Od,Ed.sigBytes=4*Td.length,this._process(),this._hash},clone:function(){var Ed=ud.clone.call(this);return Ed._hash=this._hash.clone(),Ed}});ld.SHA1=ud._createHelper(_d),ld.HmacSHA1=ud._createHmacHelper(_d)})(),function(){var ld=sd,cd=ld.enc.Utf8;ld.algo.HMAC=ld.lib.Base.extend({init:function(gd,_d){gd=this._hasher=new gd.init,typeof _d=="string"&&(_d=cd.parse(_d));var yd=gd.blockSize,Ed=4*yd;_d.sigBytes>Ed&&(_d=gd.finalize(_d)),_d.clamp();for(var Td=this._oKey=_d.clone(),Od=this._iKey=_d.clone(),Ad=Td.words,Nd=Od.words,kd=0;kd<yd;kd++)Ad[kd]^=1549556828,Nd[kd]^=909522486;Td.sigBytes=Od.sigBytes=Ed,this.reset()},reset:function(){var gd=this._hasher;gd.reset(),gd.update(this._iKey)},update:function(gd){return this._hasher.update(gd),this},finalize:function(gd){var _d=this._hasher;return gd=_d.finalize(gd),_d.reset(),_d.finalize(this._oKey.clone().concat(gd))}})}(),function(){var ld=sd,cd=ld.lib,ud=cd.WordArray,gd=ld.enc;gd.Base64={stringify:function(yd){var Ed=yd.words,Td=yd.sigBytes,Od=this._map;yd.clamp();for(var Ad=[],Nd=0;Nd<Td;Nd+=3)for(var kd=Ed[Nd>>>2]>>>24-Nd%4*8&255,Id=Ed[Nd+1>>>2]>>>24-(Nd+1)%4*8&255,Rd=Ed[Nd+2>>>2]>>>24-(Nd+2)%4*8&255,Md=kd<<16|Id<<8|Rd,Ld=0;Ld<4&&Nd+Ld*.75<Td;Ld++)Ad.push(Od.charAt(Md>>>6*(3-Ld)&63));var jd=Od.charAt(64);if(jd)for(;Ad.length%4;)Ad.push(jd);return Ad.join("")},parse:function(yd){var Ed=yd.length,Td=this._map,Od=Td.charAt(64);if(Od){var Ad=yd.indexOf(Od);Ad!=-1&&(Ed=Ad)}for(var Nd=[],kd=0,Id=0;Id<Ed;Id++)if(Id%4){var Rd=Td.indexOf(yd.charAt(Id-1))<<Id%4*2,Md=Td.indexOf(yd.charAt(Id))>>>6-Id%4*2;Nd[kd>>>2]|=(Rd|Md)<<24-kd%4*8,kd++}return ud.create(Nd,kd)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),od(rd)==="object"?rd.exports=sd:window.CryptoJS=sd}).call(this,td("./node_modules/webpack/buildin/module.js")(Ja))},"./lib/md5.js":function(Ja,ed,td){(function(rd){var od,sd=td("./node_modules/@babel/runtime/helpers/typeof.js");(function(){var ld=(typeof window>"u"?"undefined":sd(window))==="object",cd=ld?window:{};cd.JS_MD5_NO_WINDOW&&(ld=!1);var ud=!ld&&(typeof self>"u"?"undefined":sd(self))==="object";ud&&(cd=self);var gd=!cd.JS_MD5_NO_COMMON_JS&&sd(rd)==="object"&&rd.exports,_d=td("./node_modules/webpack/buildin/amd-options.js"),yd=!cd.JS_MD5_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",Ed="0123456789abcdef".split(""),Td=[128,32768,8388608,-2147483648],Od=[0,8,16,24],Ad=["hex","array","digest","buffer","arrayBuffer","base64"],Nd="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),kd=[],Id;if(yd){var Rd=new ArrayBuffer(68);Id=new Uint8Array(Rd),kd=new Uint32Array(Rd)}(cd.JS_MD5_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(Fd){return Object.prototype.toString.call(Fd)==="[object Array]"}),yd&&(cd.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(Fd){return sd(Fd)==="object"&&Fd.buffer&&Fd.buffer.constructor===ArrayBuffer});var Md=function(Ud){return function(Vd,qd){return new jd(!0).update(Vd,qd)[Ud]()}},Ld=function(){var Ud=Md("hex");Ud.getCtx=Ud.create=function(){return new jd},Ud.update=function(Wd){return Ud.create().update(Wd)};for(var Vd=0;Vd<Ad.length;++Vd){var qd=Ad[Vd];Ud[qd]=Md(qd)}return Ud};function jd(Fd){if(Fd)kd[0]=kd[16]=kd[1]=kd[2]=kd[3]=kd[4]=kd[5]=kd[6]=kd[7]=kd[8]=kd[9]=kd[10]=kd[11]=kd[12]=kd[13]=kd[14]=kd[15]=0,this.blocks=kd,this.buffer8=Id;else if(yd){var Ud=new ArrayBuffer(68);this.buffer8=new Uint8Array(Ud),this.blocks=new Uint32Array(Ud)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}jd.prototype.update=function(Fd,Ud){if(!this.finalized){for(var Vd,qd=0,Wd,zd=Fd.length,Kd=this.blocks,Qd=this.buffer8;qd<zd;){if(this.hashed&&(this.hashed=!1,Kd[0]=Kd[16],Kd[16]=Kd[1]=Kd[2]=Kd[3]=Kd[4]=Kd[5]=Kd[6]=Kd[7]=Kd[8]=Kd[9]=Kd[10]=Kd[11]=Kd[12]=Kd[13]=Kd[14]=Kd[15]=0),yd)for(Wd=this.start;qd<zd&&Wd<64;++qd)Vd=Fd.charCodeAt(qd),Ud||Vd<128?Qd[Wd++]=Vd:Vd<2048?(Qd[Wd++]=192|Vd>>6,Qd[Wd++]=128|Vd&63):Vd<55296||Vd>=57344?(Qd[Wd++]=224|Vd>>12,Qd[Wd++]=128|Vd>>6&63,Qd[Wd++]=128|Vd&63):(Vd=65536+((Vd&1023)<<10|Fd.charCodeAt(++qd)&1023),Qd[Wd++]=240|Vd>>18,Qd[Wd++]=128|Vd>>12&63,Qd[Wd++]=128|Vd>>6&63,Qd[Wd++]=128|Vd&63);else for(Wd=this.start;qd<zd&&Wd<64;++qd)Vd=Fd.charCodeAt(qd),Ud||Vd<128?Kd[Wd>>2]|=Vd<<Od[Wd++&3]:Vd<2048?(Kd[Wd>>2]|=(192|Vd>>6)<<Od[Wd++&3],Kd[Wd>>2]|=(128|Vd&63)<<Od[Wd++&3]):Vd<55296||Vd>=57344?(Kd[Wd>>2]|=(224|Vd>>12)<<Od[Wd++&3],Kd[Wd>>2]|=(128|Vd>>6&63)<<Od[Wd++&3],Kd[Wd>>2]|=(128|Vd&63)<<Od[Wd++&3]):(Vd=65536+((Vd&1023)<<10|Fd.charCodeAt(++qd)&1023),Kd[Wd>>2]|=(240|Vd>>18)<<Od[Wd++&3],Kd[Wd>>2]|=(128|Vd>>12&63)<<Od[Wd++&3],Kd[Wd>>2]|=(128|Vd>>6&63)<<Od[Wd++&3],Kd[Wd>>2]|=(128|Vd&63)<<Od[Wd++&3]);this.lastByteIndex=Wd,this.bytes+=Wd-this.start,Wd>=64?(this.start=Wd-64,this.hash(),this.hashed=!0):this.start=Wd}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},jd.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var Fd=this.blocks,Ud=this.lastByteIndex;Fd[Ud>>2]|=Td[Ud&3],Ud>=56&&(this.hashed||this.hash(),Fd[0]=Fd[16],Fd[16]=Fd[1]=Fd[2]=Fd[3]=Fd[4]=Fd[5]=Fd[6]=Fd[7]=Fd[8]=Fd[9]=Fd[10]=Fd[11]=Fd[12]=Fd[13]=Fd[14]=Fd[15]=0),Fd[14]=this.bytes<<3,Fd[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},jd.prototype.hash=function(){var Fd,Ud,Vd,qd,Wd,zd,Kd=this.blocks;this.first?(Fd=Kd[0]-680876937,Fd=(Fd<<7|Fd>>>25)-271733879<<0,qd=(-1732584194^Fd&2004318071)+Kd[1]-117830708,qd=(qd<<12|qd>>>20)+Fd<<0,Vd=(-271733879^qd&(Fd^-271733879))+Kd[2]-1126478375,Vd=(Vd<<17|Vd>>>15)+qd<<0,Ud=(Fd^Vd&(qd^Fd))+Kd[3]-1316259209,Ud=(Ud<<22|Ud>>>10)+Vd<<0):(Fd=this.h0,Ud=this.h1,Vd=this.h2,qd=this.h3,Fd+=(qd^Ud&(Vd^qd))+Kd[0]-680876936,Fd=(Fd<<7|Fd>>>25)+Ud<<0,qd+=(Vd^Fd&(Ud^Vd))+Kd[1]-389564586,qd=(qd<<12|qd>>>20)+Fd<<0,Vd+=(Ud^qd&(Fd^Ud))+Kd[2]+606105819,Vd=(Vd<<17|Vd>>>15)+qd<<0,Ud+=(Fd^Vd&(qd^Fd))+Kd[3]-1044525330,Ud=(Ud<<22|Ud>>>10)+Vd<<0),Fd+=(qd^Ud&(Vd^qd))+Kd[4]-176418897,Fd=(Fd<<7|Fd>>>25)+Ud<<0,qd+=(Vd^Fd&(Ud^Vd))+Kd[5]+1200080426,qd=(qd<<12|qd>>>20)+Fd<<0,Vd+=(Ud^qd&(Fd^Ud))+Kd[6]-1473231341,Vd=(Vd<<17|Vd>>>15)+qd<<0,Ud+=(Fd^Vd&(qd^Fd))+Kd[7]-45705983,Ud=(Ud<<22|Ud>>>10)+Vd<<0,Fd+=(qd^Ud&(Vd^qd))+Kd[8]+1770035416,Fd=(Fd<<7|Fd>>>25)+Ud<<0,qd+=(Vd^Fd&(Ud^Vd))+Kd[9]-1958414417,qd=(qd<<12|qd>>>20)+Fd<<0,Vd+=(Ud^qd&(Fd^Ud))+Kd[10]-42063,Vd=(Vd<<17|Vd>>>15)+qd<<0,Ud+=(Fd^Vd&(qd^Fd))+Kd[11]-1990404162,Ud=(Ud<<22|Ud>>>10)+Vd<<0,Fd+=(qd^Ud&(Vd^qd))+Kd[12]+1804603682,Fd=(Fd<<7|Fd>>>25)+Ud<<0,qd+=(Vd^Fd&(Ud^Vd))+Kd[13]-40341101,qd=(qd<<12|qd>>>20)+Fd<<0,Vd+=(Ud^qd&(Fd^Ud))+Kd[14]-1502002290,Vd=(Vd<<17|Vd>>>15)+qd<<0,Ud+=(Fd^Vd&(qd^Fd))+Kd[15]+1236535329,Ud=(Ud<<22|Ud>>>10)+Vd<<0,Fd+=(Vd^qd&(Ud^Vd))+Kd[1]-165796510,Fd=(Fd<<5|Fd>>>27)+Ud<<0,qd+=(Ud^Vd&(Fd^Ud))+Kd[6]-1069501632,qd=(qd<<9|qd>>>23)+Fd<<0,Vd+=(Fd^Ud&(qd^Fd))+Kd[11]+643717713,Vd=(Vd<<14|Vd>>>18)+qd<<0,Ud+=(qd^Fd&(Vd^qd))+Kd[0]-373897302,Ud=(Ud<<20|Ud>>>12)+Vd<<0,Fd+=(Vd^qd&(Ud^Vd))+Kd[5]-701558691,Fd=(Fd<<5|Fd>>>27)+Ud<<0,qd+=(Ud^Vd&(Fd^Ud))+Kd[10]+38016083,qd=(qd<<9|qd>>>23)+Fd<<0,Vd+=(Fd^Ud&(qd^Fd))+Kd[15]-660478335,Vd=(Vd<<14|Vd>>>18)+qd<<0,Ud+=(qd^Fd&(Vd^qd))+Kd[4]-405537848,Ud=(Ud<<20|Ud>>>12)+Vd<<0,Fd+=(Vd^qd&(Ud^Vd))+Kd[9]+568446438,Fd=(Fd<<5|Fd>>>27)+Ud<<0,qd+=(Ud^Vd&(Fd^Ud))+Kd[14]-1019803690,qd=(qd<<9|qd>>>23)+Fd<<0,Vd+=(Fd^Ud&(qd^Fd))+Kd[3]-187363961,Vd=(Vd<<14|Vd>>>18)+qd<<0,Ud+=(qd^Fd&(Vd^qd))+Kd[8]+1163531501,Ud=(Ud<<20|Ud>>>12)+Vd<<0,Fd+=(Vd^qd&(Ud^Vd))+Kd[13]-1444681467,Fd=(Fd<<5|Fd>>>27)+Ud<<0,qd+=(Ud^Vd&(Fd^Ud))+Kd[2]-51403784,qd=(qd<<9|qd>>>23)+Fd<<0,Vd+=(Fd^Ud&(qd^Fd))+Kd[7]+1735328473,Vd=(Vd<<14|Vd>>>18)+qd<<0,Ud+=(qd^Fd&(Vd^qd))+Kd[12]-1926607734,Ud=(Ud<<20|Ud>>>12)+Vd<<0,Wd=Ud^Vd,Fd+=(Wd^qd)+Kd[5]-378558,Fd=(Fd<<4|Fd>>>28)+Ud<<0,qd+=(Wd^Fd)+Kd[8]-2022574463,qd=(qd<<11|qd>>>21)+Fd<<0,zd=qd^Fd,Vd+=(zd^Ud)+Kd[11]+1839030562,Vd=(Vd<<16|Vd>>>16)+qd<<0,Ud+=(zd^Vd)+Kd[14]-35309556,Ud=(Ud<<23|Ud>>>9)+Vd<<0,Wd=Ud^Vd,Fd+=(Wd^qd)+Kd[1]-1530992060,Fd=(Fd<<4|Fd>>>28)+Ud<<0,qd+=(Wd^Fd)+Kd[4]+1272893353,qd=(qd<<11|qd>>>21)+Fd<<0,zd=qd^Fd,Vd+=(zd^Ud)+Kd[7]-155497632,Vd=(Vd<<16|Vd>>>16)+qd<<0,Ud+=(zd^Vd)+Kd[10]-1094730640,Ud=(Ud<<23|Ud>>>9)+Vd<<0,Wd=Ud^Vd,Fd+=(Wd^qd)+Kd[13]+681279174,Fd=(Fd<<4|Fd>>>28)+Ud<<0,qd+=(Wd^Fd)+Kd[0]-358537222,qd=(qd<<11|qd>>>21)+Fd<<0,zd=qd^Fd,Vd+=(zd^Ud)+Kd[3]-722521979,Vd=(Vd<<16|Vd>>>16)+qd<<0,Ud+=(zd^Vd)+Kd[6]+76029189,Ud=(Ud<<23|Ud>>>9)+Vd<<0,Wd=Ud^Vd,Fd+=(Wd^qd)+Kd[9]-640364487,Fd=(Fd<<4|Fd>>>28)+Ud<<0,qd+=(Wd^Fd)+Kd[12]-421815835,qd=(qd<<11|qd>>>21)+Fd<<0,zd=qd^Fd,Vd+=(zd^Ud)+Kd[15]+530742520,Vd=(Vd<<16|Vd>>>16)+qd<<0,Ud+=(zd^Vd)+Kd[2]-995338651,Ud=(Ud<<23|Ud>>>9)+Vd<<0,Fd+=(Vd^(Ud|~qd))+Kd[0]-198630844,Fd=(Fd<<6|Fd>>>26)+Ud<<0,qd+=(Ud^(Fd|~Vd))+Kd[7]+1126891415,qd=(qd<<10|qd>>>22)+Fd<<0,Vd+=(Fd^(qd|~Ud))+Kd[14]-1416354905,Vd=(Vd<<15|Vd>>>17)+qd<<0,Ud+=(qd^(Vd|~Fd))+Kd[5]-57434055,Ud=(Ud<<21|Ud>>>11)+Vd<<0,Fd+=(Vd^(Ud|~qd))+Kd[12]+1700485571,Fd=(Fd<<6|Fd>>>26)+Ud<<0,qd+=(Ud^(Fd|~Vd))+Kd[3]-1894986606,qd=(qd<<10|qd>>>22)+Fd<<0,Vd+=(Fd^(qd|~Ud))+Kd[10]-1051523,Vd=(Vd<<15|Vd>>>17)+qd<<0,Ud+=(qd^(Vd|~Fd))+Kd[1]-2054922799,Ud=(Ud<<21|Ud>>>11)+Vd<<0,Fd+=(Vd^(Ud|~qd))+Kd[8]+1873313359,Fd=(Fd<<6|Fd>>>26)+Ud<<0,qd+=(Ud^(Fd|~Vd))+Kd[15]-30611744,qd=(qd<<10|qd>>>22)+Fd<<0,Vd+=(Fd^(qd|~Ud))+Kd[6]-1560198380,Vd=(Vd<<15|Vd>>>17)+qd<<0,Ud+=(qd^(Vd|~Fd))+Kd[13]+1309151649,Ud=(Ud<<21|Ud>>>11)+Vd<<0,Fd+=(Vd^(Ud|~qd))+Kd[4]-145523070,Fd=(Fd<<6|Fd>>>26)+Ud<<0,qd+=(Ud^(Fd|~Vd))+Kd[11]-1120210379,qd=(qd<<10|qd>>>22)+Fd<<0,Vd+=(Fd^(qd|~Ud))+Kd[2]+718787259,Vd=(Vd<<15|Vd>>>17)+qd<<0,Ud+=(qd^(Vd|~Fd))+Kd[9]-343485551,Ud=(Ud<<21|Ud>>>11)+Vd<<0,this.first?(this.h0=Fd+1732584193<<0,this.h1=Ud-271733879<<0,this.h2=Vd-1732584194<<0,this.h3=qd+271733878<<0,this.first=!1):(this.h0=this.h0+Fd<<0,this.h1=this.h1+Ud<<0,this.h2=this.h2+Vd<<0,this.h3=this.h3+qd<<0)},jd.prototype.hex=function(){this.finalize();var Fd=this.h0,Ud=this.h1,Vd=this.h2,qd=this.h3;return Ed[Fd>>4&15]+Ed[Fd&15]+Ed[Fd>>12&15]+Ed[Fd>>8&15]+Ed[Fd>>20&15]+Ed[Fd>>16&15]+Ed[Fd>>28&15]+Ed[Fd>>24&15]+Ed[Ud>>4&15]+Ed[Ud&15]+Ed[Ud>>12&15]+Ed[Ud>>8&15]+Ed[Ud>>20&15]+Ed[Ud>>16&15]+Ed[Ud>>28&15]+Ed[Ud>>24&15]+Ed[Vd>>4&15]+Ed[Vd&15]+Ed[Vd>>12&15]+Ed[Vd>>8&15]+Ed[Vd>>20&15]+Ed[Vd>>16&15]+Ed[Vd>>28&15]+Ed[Vd>>24&15]+Ed[qd>>4&15]+Ed[qd&15]+Ed[qd>>12&15]+Ed[qd>>8&15]+Ed[qd>>20&15]+Ed[qd>>16&15]+Ed[qd>>28&15]+Ed[qd>>24&15]},jd.prototype.toString=jd.prototype.hex,jd.prototype.digest=function(Fd){if(Fd==="hex")return this.hex();this.finalize();var Ud=this.h0,Vd=this.h1,qd=this.h2,Wd=this.h3,zd=[Ud&255,Ud>>8&255,Ud>>16&255,Ud>>24&255,Vd&255,Vd>>8&255,Vd>>16&255,Vd>>24&255,qd&255,qd>>8&255,qd>>16&255,qd>>24&255,Wd&255,Wd>>8&255,Wd>>16&255,Wd>>24&255];return zd},jd.prototype.array=jd.prototype.digest,jd.prototype.arrayBuffer=function(){this.finalize();var Fd=new ArrayBuffer(16),Ud=new Uint32Array(Fd);return Ud[0]=this.h0,Ud[1]=this.h1,Ud[2]=this.h2,Ud[3]=this.h3,Fd},jd.prototype.buffer=jd.prototype.arrayBuffer,jd.prototype.base64=function(){for(var Fd,Ud,Vd,qd="",Wd=this.array(),zd=0;zd<15;)Fd=Wd[zd++],Ud=Wd[zd++],Vd=Wd[zd++],qd+=Nd[Fd>>>2]+Nd[(Fd<<4|Ud>>>4)&63]+Nd[(Ud<<2|Vd>>>6)&63]+Nd[Vd&63];return Fd=Wd[zd],qd+=Nd[Fd>>>2]+Nd[Fd<<4&63]+"==",qd};var Pd=Ld();gd?rd.exports=Pd:(cd.md5=Pd,_d&&(od=(function(){return Pd}).call(Pd,td,Pd,rd),od!==void 0&&(rd.exports=od)))})()}).call(this,td("./node_modules/webpack/buildin/module.js")(Ja))},"./lib/request.js":function(Ja,ed,td){var rd=td("./node_modules/@babel/runtime/helpers/typeof.js"),od=function(_d){switch(rd(_d)){case"string":return _d;case"boolean":return _d?"true":"false";case"number":return isFinite(_d)?_d:"";default:return""}},sd=function(_d,yd,Ed,Td){return yd=yd||"&",Ed=Ed||"=",_d===null&&(_d=void 0),rd(_d)==="object"?Object.keys(_d).map(function(Od){var Ad=encodeURIComponent(od(Od))+Ed;return Array.isArray(_d[Od])?_d[Od].map(function(Nd){return Ad+encodeURIComponent(od(Nd))}).join(yd):Ad+encodeURIComponent(od(_d[Od]))}).filter(Boolean).join(yd):""},ld=function(_d,yd,Ed){var Td={},Od=yd.getAllResponseHeaders();return Od&&Od.length>0&&Od.trim().split(`
`).forEach(function(Ad){if(Ad){var Nd=Ad.indexOf(":"),kd=Ad.substr(0,Nd).trim().toLowerCase(),Id=Ad.substr(Nd+1).trim();Td[kd]=Id}}),{error:_d,statusCode:yd.status,statusMessage:yd.statusText,headers:Td,body:Ed}},cd=function(_d,yd){return!yd&&yd==="text"?_d.responseText:_d.response},ud=function(_d,yd){var Ed=(_d.method||"GET").toUpperCase(),Td=_d.url;if(_d.qs){var Od=sd(_d.qs);Od&&(Td+=(Td.indexOf("?")===-1?"?":"&")+Od)}var Ad=new XMLHttpRequest;if(Ad.open(Ed,Td,!0),Ad.responseType=_d.dataType||"text",_d.xhrFields)for(var Nd in _d.xhrFields)Ad[Nd]=_d.xhrFields[Nd];var kd=_d.headers;if(kd)for(var Id in kd)kd.hasOwnProperty(Id)&&Id.toLowerCase()!=="content-length"&&Id.toLowerCase()!=="user-agent"&&Id.toLowerCase()!=="origin"&&Id.toLowerCase()!=="host"&&Ad.setRequestHeader(Id,kd[Id]);return _d.onProgress&&Ad.upload&&(Ad.upload.onprogress=_d.onProgress),_d.onDownloadProgress&&(Ad.onprogress=_d.onDownloadProgress),_d.timeout&&(Ad.timeout=_d.timeout),Ad.ontimeout=function(Rd){var Md=new Error("timeout");yd(ld(Md,Ad))},Ad.onload=function(){yd(ld(null,Ad,cd(Ad,_d.dataType)))},Ad.onerror=function(Rd){var Md=cd(Ad,_d.dataType);if(Md)yd(ld(null,Ad,Md));else{var Ld=Ad.statusText;!Ld&&Ad.status===0&&(Ld=new Error("CORS blocked or network error")),yd(ld(Ld,Ad,Md))}},Ad.send(_d.body||""),Ad};Ja.exports=ud},"./node_modules/@babel/runtime/helpers/classCallCheck.js":function(Ja,ed){function td(rd,od){if(!(rd instanceof od))throw new TypeError("Cannot call a class as a function")}Ja.exports=td,Ja.exports.__esModule=!0,Ja.exports.default=Ja.exports},"./node_modules/@babel/runtime/helpers/createClass.js":function(Ja,ed,td){var rd=td("./node_modules/@babel/runtime/helpers/toPropertyKey.js");function od(ld,cd){for(var ud=0;ud<cd.length;ud++){var gd=cd[ud];gd.enumerable=gd.enumerable||!1,gd.configurable=!0,"value"in gd&&(gd.writable=!0),Object.defineProperty(ld,rd(gd.key),gd)}}function sd(ld,cd,ud){return cd&&od(ld.prototype,cd),ud&&od(ld,ud),Object.defineProperty(ld,"prototype",{writable:!1}),ld}Ja.exports=sd,Ja.exports.__esModule=!0,Ja.exports.default=Ja.exports},"./node_modules/@babel/runtime/helpers/toPrimitive.js":function(Ja,ed,td){var rd=td("./node_modules/@babel/runtime/helpers/typeof.js").default;function od(sd,ld){if(rd(sd)!=="object"||sd===null)return sd;var cd=sd[Symbol.toPrimitive];if(cd!==void 0){var ud=cd.call(sd,ld||"default");if(rd(ud)!=="object")return ud;throw new TypeError("@@toPrimitive must return a primitive value.")}return(ld==="string"?String:Number)(sd)}Ja.exports=od,Ja.exports.__esModule=!0,Ja.exports.default=Ja.exports},"./node_modules/@babel/runtime/helpers/toPropertyKey.js":function(Ja,ed,td){var rd=td("./node_modules/@babel/runtime/helpers/typeof.js").default,od=td("./node_modules/@babel/runtime/helpers/toPrimitive.js");function sd(ld){var cd=od(ld,"string");return rd(cd)==="symbol"?cd:String(cd)}Ja.exports=sd,Ja.exports.__esModule=!0,Ja.exports.default=Ja.exports},"./node_modules/@babel/runtime/helpers/typeof.js":function(Ja,ed){function td(rd){"@babel/helpers - typeof";return Ja.exports=td=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(od){return typeof od}:function(od){return od&&typeof Symbol=="function"&&od.constructor===Symbol&&od!==Symbol.prototype?"symbol":typeof od},Ja.exports.__esModule=!0,Ja.exports.default=Ja.exports,td(rd)}Ja.exports=td,Ja.exports.__esModule=!0,Ja.exports.default=Ja.exports},"./node_modules/fast-xml-parser/src/fxp.js":function(Ja,ed,td){const rd=td("./node_modules/fast-xml-parser/src/validator.js"),od=td("./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js"),sd=td("./node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js");Ja.exports={XMLParser:od,XMLValidator:rd,XMLBuilder:sd}},"./node_modules/fast-xml-parser/src/util.js":function(Ja,ed,td){const rd=":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",od=rd+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",sd="["+rd+"]["+od+"]*",ld=new RegExp("^"+sd+"$"),cd=function(gd,_d){const yd=[];let Ed=_d.exec(gd);for(;Ed;){const Td=[];Td.startIndex=_d.lastIndex-Ed[0].length;const Od=Ed.length;for(let Ad=0;Ad<Od;Ad++)Td.push(Ed[Ad]);yd.push(Td),Ed=_d.exec(gd)}return yd},ud=function(gd){const _d=ld.exec(gd);return!(_d===null||typeof _d>"u")};ed.isExist=function(gd){return typeof gd<"u"},ed.isEmptyObject=function(gd){return Object.keys(gd).length===0},ed.merge=function(gd,_d,yd){if(_d){const Ed=Object.keys(_d),Td=Ed.length;for(let Od=0;Od<Td;Od++)yd==="strict"?gd[Ed[Od]]=[_d[Ed[Od]]]:gd[Ed[Od]]=_d[Ed[Od]]}},ed.getValue=function(gd){return ed.isExist(gd)?gd:""},ed.isName=ud,ed.getAllMatches=cd,ed.nameRegexp=sd},"./node_modules/fast-xml-parser/src/validator.js":function(Ja,ed,td){const rd=td("./node_modules/fast-xml-parser/src/util.js"),od={allowBooleanAttributes:!1,unpairedTags:[]};ed.validate=function(Md,Ld){Ld=Object.assign({},od,Ld);const jd=[];let Pd=!1,Fd=!1;Md[0]==="\uFEFF"&&(Md=Md.substr(1));for(let Ud=0;Ud<Md.length;Ud++)if(Md[Ud]==="<"&&Md[Ud+1]==="?"){if(Ud+=2,Ud=ld(Md,Ud),Ud.err)return Ud}else if(Md[Ud]==="<"){let Vd=Ud;if(Ud++,Md[Ud]==="!"){Ud=cd(Md,Ud);continue}else{let qd=!1;Md[Ud]==="/"&&(qd=!0,Ud++);let Wd="";for(;Ud<Md.length&&Md[Ud]!==">"&&Md[Ud]!==" "&&Md[Ud]!==" "&&Md[Ud]!==`
`&&Md[Ud]!=="\r";Ud++)Wd+=Md[Ud];if(Wd=Wd.trim(),Wd[Wd.length-1]==="/"&&(Wd=Wd.substring(0,Wd.length-1),Ud--),!kd(Wd)){let Qd;return Wd.trim().length===0?Qd="Invalid space after '<'.":Qd="Tag '"+Wd+"' is an invalid name.",Ad("InvalidTag",Qd,Id(Md,Ud))}const zd=_d(Md,Ud);if(zd===!1)return Ad("InvalidAttr","Attributes for '"+Wd+"' have open quote.",Id(Md,Ud));let Kd=zd.value;if(Ud=zd.index,Kd[Kd.length-1]==="/"){const Qd=Ud-Kd.length;Kd=Kd.substring(0,Kd.length-1);const hf=Ed(Kd,Ld);if(hf===!0)Pd=!0;else return Ad(hf.err.code,hf.err.msg,Id(Md,Qd+hf.err.line))}else if(qd)if(zd.tagClosed){if(Kd.trim().length>0)return Ad("InvalidTag","Closing tag '"+Wd+"' can't have attributes or invalid starting.",Id(Md,Vd));if(jd.length===0)return Ad("InvalidTag","Closing tag '"+Wd+"' has not been opened.",Id(Md,Vd));{const Qd=jd.pop();if(Wd!==Qd.tagName){let hf=Id(Md,Qd.tagStartPos);return Ad("InvalidTag","Expected closing tag '"+Qd.tagName+"' (opened in line "+hf.line+", col "+hf.col+") instead of closing tag '"+Wd+"'.",Id(Md,Vd))}jd.length==0&&(Fd=!0)}}else return Ad("InvalidTag","Closing tag '"+Wd+"' doesn't have proper closing.",Id(Md,Ud));else{const Qd=Ed(Kd,Ld);if(Qd!==!0)return Ad(Qd.err.code,Qd.err.msg,Id(Md,Ud-Kd.length+Qd.err.line));if(Fd===!0)return Ad("InvalidXml","Multiple possible root nodes found.",Id(Md,Ud));Ld.unpairedTags.indexOf(Wd)!==-1||jd.push({tagName:Wd,tagStartPos:Vd}),Pd=!0}for(Ud++;Ud<Md.length;Ud++)if(Md[Ud]==="<")if(Md[Ud+1]==="!"){Ud++,Ud=cd(Md,Ud);continue}else if(Md[Ud+1]==="?"){if(Ud=ld(Md,++Ud),Ud.err)return Ud}else break;else if(Md[Ud]==="&"){const Qd=Od(Md,Ud);if(Qd==-1)return Ad("InvalidChar","char '&' is not expected.",Id(Md,Ud));Ud=Qd}else if(Fd===!0&&!sd(Md[Ud]))return Ad("InvalidXml","Extra text at the end",Id(Md,Ud));Md[Ud]==="<"&&Ud--}}else{if(sd(Md[Ud]))continue;return Ad("InvalidChar","char '"+Md[Ud]+"' is not expected.",Id(Md,Ud))}if(Pd){if(jd.length==1)return Ad("InvalidTag","Unclosed tag '"+jd[0].tagName+"'.",Id(Md,jd[0].tagStartPos));if(jd.length>0)return Ad("InvalidXml","Invalid '"+JSON.stringify(jd.map(Ud=>Ud.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return Ad("InvalidXml","Start tag expected.",1);return!0};function sd(Md){return Md===" "||Md===" "||Md===`
`||Md==="\r"}function ld(Md,Ld){const jd=Ld;for(;Ld<Md.length;Ld++)if(Md[Ld]=="?"||Md[Ld]==" "){const Pd=Md.substr(jd,Ld-jd);if(Ld>5&&Pd==="xml")return Ad("InvalidXml","XML declaration allowed only at the start of the document.",Id(Md,Ld));if(Md[Ld]=="?"&&Md[Ld+1]==">"){Ld++;break}else continue}return Ld}function cd(Md,Ld){if(Md.length>Ld+5&&Md[Ld+1]==="-"&&Md[Ld+2]==="-"){for(Ld+=3;Ld<Md.length;Ld++)if(Md[Ld]==="-"&&Md[Ld+1]==="-"&&Md[Ld+2]===">"){Ld+=2;break}}else if(Md.length>Ld+8&&Md[Ld+1]==="D"&&Md[Ld+2]==="O"&&Md[Ld+3]==="C"&&Md[Ld+4]==="T"&&Md[Ld+5]==="Y"&&Md[Ld+6]==="P"&&Md[Ld+7]==="E"){let jd=1;for(Ld+=8;Ld<Md.length;Ld++)if(Md[Ld]==="<")jd++;else if(Md[Ld]===">"&&(jd--,jd===0))break}else if(Md.length>Ld+9&&Md[Ld+1]==="["&&Md[Ld+2]==="C"&&Md[Ld+3]==="D"&&Md[Ld+4]==="A"&&Md[Ld+5]==="T"&&Md[Ld+6]==="A"&&Md[Ld+7]==="["){for(Ld+=8;Ld<Md.length;Ld++)if(Md[Ld]==="]"&&Md[Ld+1]==="]"&&Md[Ld+2]===">"){Ld+=2;break}}return Ld}const ud='"',gd="'";function _d(Md,Ld){let jd="",Pd="",Fd=!1;for(;Ld<Md.length;Ld++){if(Md[Ld]===ud||Md[Ld]===gd)Pd===""?Pd=Md[Ld]:Pd!==Md[Ld]||(Pd="");else if(Md[Ld]===">"&&Pd===""){Fd=!0;break}jd+=Md[Ld]}return Pd!==""?!1:{value:jd,index:Ld,tagClosed:Fd}}const yd=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function Ed(Md,Ld){const jd=rd.getAllMatches(Md,yd),Pd={};for(let Fd=0;Fd<jd.length;Fd++){if(jd[Fd][1].length===0)return Ad("InvalidAttr","Attribute '"+jd[Fd][2]+"' has no space in starting.",Rd(jd[Fd]));if(jd[Fd][3]!==void 0&&jd[Fd][4]===void 0)return Ad("InvalidAttr","Attribute '"+jd[Fd][2]+"' is without value.",Rd(jd[Fd]));if(jd[Fd][3]===void 0&&!Ld.allowBooleanAttributes)return Ad("InvalidAttr","boolean attribute '"+jd[Fd][2]+"' is not allowed.",Rd(jd[Fd]));const Ud=jd[Fd][2];if(!Nd(Ud))return Ad("InvalidAttr","Attribute '"+Ud+"' is an invalid name.",Rd(jd[Fd]));if(!Pd.hasOwnProperty(Ud))Pd[Ud]=1;else return Ad("InvalidAttr","Attribute '"+Ud+"' is repeated.",Rd(jd[Fd]))}return!0}function Td(Md,Ld){let jd=/\d/;for(Md[Ld]==="x"&&(Ld++,jd=/[\da-fA-F]/);Ld<Md.length;Ld++){if(Md[Ld]===";")return Ld;if(!Md[Ld].match(jd))break}return-1}function Od(Md,Ld){if(Ld++,Md[Ld]===";")return-1;if(Md[Ld]==="#")return Ld++,Td(Md,Ld);let jd=0;for(;Ld<Md.length;Ld++,jd++)if(!(Md[Ld].match(/\w/)&&jd<20)){if(Md[Ld]===";")break;return-1}return Ld}function Ad(Md,Ld,jd){return{err:{code:Md,msg:Ld,line:jd.line||jd,col:jd.col}}}function Nd(Md){return rd.isName(Md)}function kd(Md){return rd.isName(Md)}function Id(Md,Ld){const jd=Md.substring(0,Ld).split(/\r?\n/);return{line:jd.length,col:jd[jd.length-1].length+1}}function Rd(Md){return Md.startIndex+Md[1].length}},"./node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js":function(Ja,ed,td){const rd=td("./node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js"),od={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(gd,_d){return _d},attributeValueProcessor:function(gd,_d){return _d},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1};function sd(gd){this.options=Object.assign({},od,gd),this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=ud),this.processTextOrObjNode=ld,this.options.format?(this.indentate=cd,this.tagEndChar=`>
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}sd.prototype.build=function(gd){return this.options.preserveOrder?rd(gd,this.options):(Array.isArray(gd)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(gd={[this.options.arrayNodeName]:gd}),this.j2x(gd,0).val)},sd.prototype.j2x=function(gd,_d){let yd="",Ed="";for(let Td in gd)if(Object.prototype.hasOwnProperty.call(gd,Td))if(typeof gd[Td]>"u")this.isAttribute(Td)&&(Ed+="");else if(gd[Td]===null)this.isAttribute(Td)?Ed+="":Td[0]==="?"?Ed+=this.indentate(_d)+"<"+Td+"?"+this.tagEndChar:Ed+=this.indentate(_d)+"<"+Td+"/"+this.tagEndChar;else if(gd[Td]instanceof Date)Ed+=this.buildTextValNode(gd[Td],Td,"",_d);else if(typeof gd[Td]!="object"){const Od=this.isAttribute(Td);if(Od)yd+=this.buildAttrPairStr(Od,""+gd[Td]);else if(Td===this.options.textNodeName){let Ad=this.options.tagValueProcessor(Td,""+gd[Td]);Ed+=this.replaceEntitiesValue(Ad)}else Ed+=this.buildTextValNode(gd[Td],Td,"",_d)}else if(Array.isArray(gd[Td])){const Od=gd[Td].length;let Ad="";for(let Nd=0;Nd<Od;Nd++){const kd=gd[Td][Nd];typeof kd>"u"||(kd===null?Td[0]==="?"?Ed+=this.indentate(_d)+"<"+Td+"?"+this.tagEndChar:Ed+=this.indentate(_d)+"<"+Td+"/"+this.tagEndChar:typeof kd=="object"?this.options.oneListGroup?Ad+=this.j2x(kd,_d+1).val:Ad+=this.processTextOrObjNode(kd,Td,_d):Ad+=this.buildTextValNode(kd,Td,"",_d))}this.options.oneListGroup&&(Ad=this.buildObjectNode(Ad,Td,"",_d)),Ed+=Ad}else if(this.options.attributesGroupName&&Td===this.options.attributesGroupName){const Od=Object.keys(gd[Td]),Ad=Od.length;for(let Nd=0;Nd<Ad;Nd++)yd+=this.buildAttrPairStr(Od[Nd],""+gd[Td][Od[Nd]])}else Ed+=this.processTextOrObjNode(gd[Td],Td,_d);return{attrStr:yd,val:Ed}},sd.prototype.buildAttrPairStr=function(gd,_d){return _d=this.options.attributeValueProcessor(gd,""+_d),_d=this.replaceEntitiesValue(_d),this.options.suppressBooleanAttributes&&_d==="true"?" "+gd:" "+gd+'="'+_d+'"'};function ld(gd,_d,yd){const Ed=this.j2x(gd,yd+1);return gd[this.options.textNodeName]!==void 0&&Object.keys(gd).length===1?this.buildTextValNode(gd[this.options.textNodeName],_d,Ed.attrStr,yd):this.buildObjectNode(Ed.val,_d,Ed.attrStr,yd)}sd.prototype.buildObjectNode=function(gd,_d,yd,Ed){if(gd==="")return _d[0]==="?"?this.indentate(Ed)+"<"+_d+yd+"?"+this.tagEndChar:this.indentate(Ed)+"<"+_d+yd+this.closeTag(_d)+this.tagEndChar;{let Td="</"+_d+this.tagEndChar,Od="";return _d[0]==="?"&&(Od="?",Td=""),(yd||yd==="")&&gd.indexOf("<")===-1?this.indentate(Ed)+"<"+_d+yd+Od+">"+gd+Td:this.options.commentPropName!==!1&&_d===this.options.commentPropName&&Od.length===0?this.indentate(Ed)+`<!--${gd}-->`+this.newLine:this.indentate(Ed)+"<"+_d+yd+Od+this.tagEndChar+gd+this.indentate(Ed)+Td}},sd.prototype.closeTag=function(gd){let _d="";return this.options.unpairedTags.indexOf(gd)!==-1?this.options.suppressUnpairedNode||(_d="/"):this.options.suppressEmptyNode?_d="/":_d=`></${gd}`,_d},sd.prototype.buildTextValNode=function(gd,_d,yd,Ed){if(this.options.cdataPropName!==!1&&_d===this.options.cdataPropName)return this.indentate(Ed)+`<![CDATA[${gd}]]>`+this.newLine;if(this.options.commentPropName!==!1&&_d===this.options.commentPropName)return this.indentate(Ed)+`<!--${gd}-->`+this.newLine;if(_d[0]==="?")return this.indentate(Ed)+"<"+_d+yd+"?"+this.tagEndChar;{let Td=this.options.tagValueProcessor(_d,gd);return Td=this.replaceEntitiesValue(Td),Td===""?this.indentate(Ed)+"<"+_d+yd+this.closeTag(_d)+this.tagEndChar:this.indentate(Ed)+"<"+_d+yd+">"+Td+"</"+_d+this.tagEndChar}},sd.prototype.replaceEntitiesValue=function(gd){if(gd&&gd.length>0&&this.options.processEntities)for(let _d=0;_d<this.options.entities.length;_d++){const yd=this.options.entities[_d];gd=gd.replace(yd.regex,yd.val)}return gd};function cd(gd){return this.options.indentBy.repeat(gd)}function ud(gd){return gd.startsWith(this.options.attributeNamePrefix)&&gd!==this.options.textNodeName?gd.substr(this.attrPrefixLen):!1}Ja.exports=sd},"./node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js":function(Ja,ed){const td=`
`;function rd(gd,_d){let yd="";return _d.format&&_d.indentBy.length>0&&(yd=td),od(gd,_d,"",yd)}function od(gd,_d,yd,Ed){let Td="",Od=!1;for(let Ad=0;Ad<gd.length;Ad++){const Nd=gd[Ad],kd=sd(Nd);if(kd===void 0)continue;let Id="";if(yd.length===0?Id=kd:Id=`${yd}.${kd}`,kd===_d.textNodeName){let Pd=Nd[kd];cd(Id,_d)||(Pd=_d.tagValueProcessor(kd,Pd),Pd=ud(Pd,_d)),Od&&(Td+=Ed),Td+=Pd,Od=!1;continue}else if(kd===_d.cdataPropName){Od&&(Td+=Ed),Td+=`<![CDATA[${Nd[kd][0][_d.textNodeName]}]]>`,Od=!1;continue}else if(kd===_d.commentPropName){Td+=Ed+`<!--${Nd[kd][0][_d.textNodeName]}-->`,Od=!0;continue}else if(kd[0]==="?"){const Pd=ld(Nd[":@"],_d),Fd=kd==="?xml"?"":Ed;let Ud=Nd[kd][0][_d.textNodeName];Ud=Ud.length!==0?" "+Ud:"",Td+=Fd+`<${kd}${Ud}${Pd}?>`,Od=!0;continue}let Rd=Ed;Rd!==""&&(Rd+=_d.indentBy);const Md=ld(Nd[":@"],_d),Ld=Ed+`<${kd}${Md}`,jd=od(Nd[kd],_d,Id,Rd);_d.unpairedTags.indexOf(kd)!==-1?_d.suppressUnpairedNode?Td+=Ld+">":Td+=Ld+"/>":(!jd||jd.length===0)&&_d.suppressEmptyNode?Td+=Ld+"/>":jd&&jd.endsWith(">")?Td+=Ld+`>${jd}${Ed}</${kd}>`:(Td+=Ld+">",jd&&Ed!==""&&(jd.includes("/>")||jd.includes("</"))?Td+=Ed+_d.indentBy+jd+Ed:Td+=jd,Td+=`</${kd}>`),Od=!0}return Td}function sd(gd){const _d=Object.keys(gd);for(let yd=0;yd<_d.length;yd++){const Ed=_d[yd];if(gd.hasOwnProperty(Ed)&&Ed!==":@")return Ed}}function ld(gd,_d){let yd="";if(gd&&!_d.ignoreAttributes)for(let Ed in gd){if(!gd.hasOwnProperty(Ed))continue;let Td=_d.attributeValueProcessor(Ed,gd[Ed]);Td=ud(Td,_d),Td===!0&&_d.suppressBooleanAttributes?yd+=` ${Ed.substr(_d.attributeNamePrefix.length)}`:yd+=` ${Ed.substr(_d.attributeNamePrefix.length)}="${Td}"`}return yd}function cd(gd,_d){gd=gd.substr(0,gd.length-_d.textNodeName.length-1);let yd=gd.substr(gd.lastIndexOf(".")+1);for(let Ed in _d.stopNodes)if(_d.stopNodes[Ed]===gd||_d.stopNodes[Ed]==="*."+yd)return!0;return!1}function ud(gd,_d){if(gd&&gd.length>0&&_d.processEntities)for(let yd=0;yd<_d.entities.length;yd++){const Ed=_d.entities[yd];gd=gd.replace(Ed.regex,Ed.val)}return gd}Ja.exports=rd},"./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js":function(Ja,ed,td){const rd=td("./node_modules/fast-xml-parser/src/util.js");function od(Ed,Td){const Od={};if(Ed[Td+3]==="O"&&Ed[Td+4]==="C"&&Ed[Td+5]==="T"&&Ed[Td+6]==="Y"&&Ed[Td+7]==="P"&&Ed[Td+8]==="E"){Td=Td+9;let Ad=1,Nd=!1,kd=!1,Id="";for(;Td<Ed.length;Td++)if(Ed[Td]==="<"&&!kd){if(Nd&&cd(Ed,Td))Td+=7,[entityName,val,Td]=sd(Ed,Td+1),val.indexOf("&")===-1&&(Od[yd(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(Nd&&ud(Ed,Td))Td+=8;else if(Nd&&gd(Ed,Td))Td+=8;else if(Nd&&_d(Ed,Td))Td+=9;else if(ld)kd=!0;else throw new Error("Invalid DOCTYPE");Ad++,Id=""}else if(Ed[Td]===">"){if(kd?Ed[Td-1]==="-"&&Ed[Td-2]==="-"&&(kd=!1,Ad--):Ad--,Ad===0)break}else Ed[Td]==="["?Nd=!0:Id+=Ed[Td];if(Ad!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:Od,i:Td}}function sd(Ed,Td){let Od="";for(;Td<Ed.length&&Ed[Td]!=="'"&&Ed[Td]!=='"';Td++)Od+=Ed[Td];if(Od=Od.trim(),Od.indexOf(" ")!==-1)throw new Error("External entites are not supported");const Ad=Ed[Td++];let Nd="";for(;Td<Ed.length&&Ed[Td]!==Ad;Td++)Nd+=Ed[Td];return[Od,Nd,Td]}function ld(Ed,Td){return Ed[Td+1]==="!"&&Ed[Td+2]==="-"&&Ed[Td+3]==="-"}function cd(Ed,Td){return Ed[Td+1]==="!"&&Ed[Td+2]==="E"&&Ed[Td+3]==="N"&&Ed[Td+4]==="T"&&Ed[Td+5]==="I"&&Ed[Td+6]==="T"&&Ed[Td+7]==="Y"}function ud(Ed,Td){return Ed[Td+1]==="!"&&Ed[Td+2]==="E"&&Ed[Td+3]==="L"&&Ed[Td+4]==="E"&&Ed[Td+5]==="M"&&Ed[Td+6]==="E"&&Ed[Td+7]==="N"&&Ed[Td+8]==="T"}function gd(Ed,Td){return Ed[Td+1]==="!"&&Ed[Td+2]==="A"&&Ed[Td+3]==="T"&&Ed[Td+4]==="T"&&Ed[Td+5]==="L"&&Ed[Td+6]==="I"&&Ed[Td+7]==="S"&&Ed[Td+8]==="T"}function _d(Ed,Td){return Ed[Td+1]==="!"&&Ed[Td+2]==="N"&&Ed[Td+3]==="O"&&Ed[Td+4]==="T"&&Ed[Td+5]==="A"&&Ed[Td+6]==="T"&&Ed[Td+7]==="I"&&Ed[Td+8]==="O"&&Ed[Td+9]==="N"}function yd(Ed){if(rd.isName(Ed))return Ed;throw new Error(`Invalid entity name ${Ed}`)}Ja.exports=od},"./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js":function(Ja,ed){const td={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(od,sd){return sd},attributeValueProcessor:function(od,sd){return sd},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(od,sd,ld){return od}},rd=function(od){return Object.assign({},td,od)};ed.buildOptions=rd,ed.defaultOptions=td},"./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js":function(Ja,ed,td){const rd=td("./node_modules/fast-xml-parser/src/util.js"),od=td("./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js"),sd=td("./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js"),ld=td("./node_modules/strnum/strnum.js");class cd{constructor(Fd){this.options=Fd,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:(Ud,Vd)=>String.fromCharCode(Number.parseInt(Vd,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(Ud,Vd)=>String.fromCharCode(Number.parseInt(Vd,16))}},this.addExternalEntities=ud,this.parseXml=Td,this.parseTextData=gd,this.resolveNameSpace=_d,this.buildAttributesMap=Ed,this.isItStopNode=kd,this.replaceEntitiesValue=Ad,this.readStopNodeData=Ld,this.saveTextToParentTag=Nd,this.addChild=Od}}function ud(Pd){const Fd=Object.keys(Pd);for(let Ud=0;Ud<Fd.length;Ud++){const Vd=Fd[Ud];this.lastEntities[Vd]={regex:new RegExp("&"+Vd+";","g"),val:Pd[Vd]}}}function gd(Pd,Fd,Ud,Vd,qd,Wd,zd){if(Pd!==void 0&&(this.options.trimValues&&!Vd&&(Pd=Pd.trim()),Pd.length>0)){zd||(Pd=this.replaceEntitiesValue(Pd));const Kd=this.options.tagValueProcessor(Fd,Pd,Ud,qd,Wd);return Kd==null?Pd:typeof Kd!=typeof Pd||Kd!==Pd?Kd:this.options.trimValues?jd(Pd,this.options.parseTagValue,this.options.numberParseOptions):Pd.trim()===Pd?jd(Pd,this.options.parseTagValue,this.options.numberParseOptions):Pd}}function _d(Pd){if(this.options.removeNSPrefix){const Fd=Pd.split(":"),Ud=Pd.charAt(0)==="/"?"/":"";if(Fd[0]==="xmlns")return"";Fd.length===2&&(Pd=Ud+Fd[1])}return Pd}const yd=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function Ed(Pd,Fd,Ud){if(!this.options.ignoreAttributes&&typeof Pd=="string"){const Vd=rd.getAllMatches(Pd,yd),qd=Vd.length,Wd={};for(let zd=0;zd<qd;zd++){const Kd=this.resolveNameSpace(Vd[zd][1]);let Qd=Vd[zd][4],hf=this.options.attributeNamePrefix+Kd;if(Kd.length)if(this.options.transformAttributeName&&(hf=this.options.transformAttributeName(hf)),hf==="__proto__"&&(hf="#__proto__"),Qd!==void 0){this.options.trimValues&&(Qd=Qd.trim()),Qd=this.replaceEntitiesValue(Qd);const gf=this.options.attributeValueProcessor(Kd,Qd,Fd);gf==null?Wd[hf]=Qd:typeof gf!=typeof Qd||gf!==Qd?Wd[hf]=gf:Wd[hf]=jd(Qd,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(Wd[hf]=!0)}if(!Object.keys(Wd).length)return;if(this.options.attributesGroupName){const zd={};return zd[this.options.attributesGroupName]=Wd,zd}return Wd}}const Td=function(Pd){Pd=Pd.replace(/\r\n?/g,`
`);const Fd=new od("!xml");let Ud=Fd,Vd="",qd="";for(let Wd=0;Wd<Pd.length;Wd++)if(Pd[Wd]==="<")if(Pd[Wd+1]==="/"){const Kd=Rd(Pd,">",Wd,"Closing Tag is not closed.");let Qd=Pd.substring(Wd+2,Kd).trim();if(this.options.removeNSPrefix){const bf=Qd.indexOf(":");bf!==-1&&(Qd=Qd.substr(bf+1))}this.options.transformTagName&&(Qd=this.options.transformTagName(Qd)),Ud&&(Vd=this.saveTextToParentTag(Vd,Ud,qd));const hf=qd.substring(qd.lastIndexOf(".")+1);if(Qd&&this.options.unpairedTags.indexOf(Qd)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${Qd}>`);let gf=0;hf&&this.options.unpairedTags.indexOf(hf)!==-1?(gf=qd.lastIndexOf(".",qd.lastIndexOf(".")-1),this.tagsNodeStack.pop()):gf=qd.lastIndexOf("."),qd=qd.substring(0,gf),Ud=this.tagsNodeStack.pop(),Vd="",Wd=Kd}else if(Pd[Wd+1]==="?"){let Kd=Md(Pd,Wd,!1,"?>");if(!Kd)throw new Error("Pi Tag is not closed.");if(Vd=this.saveTextToParentTag(Vd,Ud,qd),!(this.options.ignoreDeclaration&&Kd.tagName==="?xml"||this.options.ignorePiTags)){const Qd=new od(Kd.tagName);Qd.add(this.options.textNodeName,""),Kd.tagName!==Kd.tagExp&&Kd.attrExpPresent&&(Qd[":@"]=this.buildAttributesMap(Kd.tagExp,qd,Kd.tagName)),this.addChild(Ud,Qd,qd)}Wd=Kd.closeIndex+1}else if(Pd.substr(Wd+1,3)==="!--"){const Kd=Rd(Pd,"-->",Wd+4,"Comment is not closed.");if(this.options.commentPropName){const Qd=Pd.substring(Wd+4,Kd-2);Vd=this.saveTextToParentTag(Vd,Ud,qd),Ud.add(this.options.commentPropName,[{[this.options.textNodeName]:Qd}])}Wd=Kd}else if(Pd.substr(Wd+1,2)==="!D"){const Kd=sd(Pd,Wd);this.docTypeEntities=Kd.entities,Wd=Kd.i}else if(Pd.substr(Wd+1,2)==="!["){const Kd=Rd(Pd,"]]>",Wd,"CDATA is not closed.")-2,Qd=Pd.substring(Wd+9,Kd);Vd=this.saveTextToParentTag(Vd,Ud,qd);let hf=this.parseTextData(Qd,Ud.tagname,qd,!0,!1,!0,!0);hf==null&&(hf=""),this.options.cdataPropName?Ud.add(this.options.cdataPropName,[{[this.options.textNodeName]:Qd}]):Ud.add(this.options.textNodeName,hf),Wd=Kd+2}else{let Kd=Md(Pd,Wd,this.options.removeNSPrefix),Qd=Kd.tagName;const hf=Kd.rawTagName;let gf=Kd.tagExp,bf=Kd.attrExpPresent,kf=Kd.closeIndex;this.options.transformTagName&&(Qd=this.options.transformTagName(Qd)),Ud&&Vd&&Ud.tagname!=="!xml"&&(Vd=this.saveTextToParentTag(Vd,Ud,qd,!1));const Cf=Ud;if(Cf&&this.options.unpairedTags.indexOf(Cf.tagname)!==-1&&(Ud=this.tagsNodeStack.pop(),qd=qd.substring(0,qd.lastIndexOf("."))),Qd!==Fd.tagname&&(qd+=qd?"."+Qd:Qd),this.isItStopNode(this.options.stopNodes,qd,Qd)){let Ef="";if(gf.length>0&&gf.lastIndexOf("/")===gf.length-1)Qd[Qd.length-1]==="/"?(Qd=Qd.substr(0,Qd.length-1),qd=qd.substr(0,qd.length-1),gf=Qd):gf=gf.substr(0,gf.length-1),Wd=Kd.closeIndex;else if(this.options.unpairedTags.indexOf(Qd)!==-1)Wd=Kd.closeIndex;else{const Mf=this.readStopNodeData(Pd,hf,kf+1);if(!Mf)throw new Error(`Unexpected end of ${hf}`);Wd=Mf.i,Ef=Mf.tagContent}const yf=new od(Qd);Qd!==gf&&bf&&(yf[":@"]=this.buildAttributesMap(gf,qd,Qd)),Ef&&(Ef=this.parseTextData(Ef,Qd,qd,!0,bf,!0,!0)),qd=qd.substr(0,qd.lastIndexOf(".")),yf.add(this.options.textNodeName,Ef),this.addChild(Ud,yf,qd)}else{if(gf.length>0&&gf.lastIndexOf("/")===gf.length-1){Qd[Qd.length-1]==="/"?(Qd=Qd.substr(0,Qd.length-1),qd=qd.substr(0,qd.length-1),gf=Qd):gf=gf.substr(0,gf.length-1),this.options.transformTagName&&(Qd=this.options.transformTagName(Qd));const Ef=new od(Qd);Qd!==gf&&bf&&(Ef[":@"]=this.buildAttributesMap(gf,qd,Qd)),this.addChild(Ud,Ef,qd),qd=qd.substr(0,qd.lastIndexOf("."))}else{const Ef=new od(Qd);this.tagsNodeStack.push(Ud),Qd!==gf&&bf&&(Ef[":@"]=this.buildAttributesMap(gf,qd,Qd)),this.addChild(Ud,Ef,qd),Ud=Ef}Vd="",Wd=kf}}else Vd+=Pd[Wd];return Fd.child};function Od(Pd,Fd,Ud){const Vd=this.options.updateTag(Fd.tagname,Ud,Fd[":@"]);Vd===!1||(typeof Vd=="string"&&(Fd.tagname=Vd),Pd.addChild(Fd))}const Ad=function(Pd){if(this.options.processEntities){for(let Fd in this.docTypeEntities){const Ud=this.docTypeEntities[Fd];Pd=Pd.replace(Ud.regx,Ud.val)}for(let Fd in this.lastEntities){const Ud=this.lastEntities[Fd];Pd=Pd.replace(Ud.regex,Ud.val)}if(this.options.htmlEntities)for(let Fd in this.htmlEntities){const Ud=this.htmlEntities[Fd];Pd=Pd.replace(Ud.regex,Ud.val)}Pd=Pd.replace(this.ampEntity.regex,this.ampEntity.val)}return Pd};function Nd(Pd,Fd,Ud,Vd){return Pd&&(Vd===void 0&&(Vd=Object.keys(Fd.child).length===0),Pd=this.parseTextData(Pd,Fd.tagname,Ud,!1,Fd[":@"]?Object.keys(Fd[":@"]).length!==0:!1,Vd),Pd!==void 0&&Pd!==""&&Fd.add(this.options.textNodeName,Pd),Pd=""),Pd}function kd(Pd,Fd,Ud){const Vd="*."+Ud;for(const qd in Pd){const Wd=Pd[qd];if(Vd===Wd||Fd===Wd)return!0}return!1}function Id(Pd,Fd,Ud=">"){let Vd,qd="";for(let Wd=Fd;Wd<Pd.length;Wd++){let zd=Pd[Wd];if(Vd)zd===Vd&&(Vd="");else if(zd==='"'||zd==="'")Vd=zd;else if(zd===Ud[0])if(Ud[1]){if(Pd[Wd+1]===Ud[1])return{data:qd,index:Wd}}else return{data:qd,index:Wd};else zd===" "&&(zd=" ");qd+=zd}}function Rd(Pd,Fd,Ud,Vd){const qd=Pd.indexOf(Fd,Ud);if(qd===-1)throw new Error(Vd);return qd+Fd.length-1}function Md(Pd,Fd,Ud,Vd=">"){const qd=Id(Pd,Fd+1,Vd);if(!qd)return;let Wd=qd.data;const zd=qd.index,Kd=Wd.search(/\s/);let Qd=Wd,hf=!0;Kd!==-1&&(Qd=Wd.substring(0,Kd),Wd=Wd.substring(Kd+1).trimStart());const gf=Qd;if(Ud){const bf=Qd.indexOf(":");bf!==-1&&(Qd=Qd.substr(bf+1),hf=Qd!==qd.data.substr(bf+1))}return{tagName:Qd,tagExp:Wd,closeIndex:zd,attrExpPresent:hf,rawTagName:gf}}function Ld(Pd,Fd,Ud){const Vd=Ud;let qd=1;for(;Ud<Pd.length;Ud++)if(Pd[Ud]==="<")if(Pd[Ud+1]==="/"){const Wd=Rd(Pd,">",Ud,`${Fd} is not closed`);if(Pd.substring(Ud+2,Wd).trim()===Fd&&(qd--,qd===0))return{tagContent:Pd.substring(Vd,Ud),i:Wd};Ud=Wd}else if(Pd[Ud+1]==="?")Ud=Rd(Pd,"?>",Ud+1,"StopNode is not closed.");else if(Pd.substr(Ud+1,3)==="!--")Ud=Rd(Pd,"-->",Ud+3,"StopNode is not closed.");else if(Pd.substr(Ud+1,2)==="![")Ud=Rd(Pd,"]]>",Ud,"StopNode is not closed.")-2;else{const Wd=Md(Pd,Ud,">");Wd&&((Wd&&Wd.tagName)===Fd&&Wd.tagExp[Wd.tagExp.length-1]!=="/"&&qd++,Ud=Wd.closeIndex)}}function jd(Pd,Fd,Ud){if(Fd&&typeof Pd=="string"){const Vd=Pd.trim();return Vd==="true"?!0:Vd==="false"?!1:ld(Pd,Ud)}else return rd.isExist(Pd)?Pd:""}Ja.exports=cd},"./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js":function(Ja,ed,td){const{buildOptions:rd}=td("./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js"),od=td("./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js"),{prettify:sd}=td("./node_modules/fast-xml-parser/src/xmlparser/node2json.js"),ld=td("./node_modules/fast-xml-parser/src/validator.js");class cd{constructor(gd){this.externalEntities={},this.options=rd(gd)}parse(gd,_d){if(typeof gd!="string")if(gd.toString)gd=gd.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(_d){_d===!0&&(_d={});const Td=ld.validate(gd,_d);if(Td!==!0)throw Error(`${Td.err.msg}:${Td.err.line}:${Td.err.col}`)}const yd=new od(this.options);yd.addExternalEntities(this.externalEntities);const Ed=yd.parseXml(gd);return this.options.preserveOrder||Ed===void 0?Ed:sd(Ed,this.options)}addEntity(gd,_d){if(_d.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(gd.indexOf("&")!==-1||gd.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");if(_d==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[gd]=_d}}Ja.exports=cd},"./node_modules/fast-xml-parser/src/xmlparser/node2json.js":function(Ja,ed,td){function rd(ud,gd){return od(ud,gd)}function od(ud,gd,_d){let yd;const Ed={};for(let Td=0;Td<ud.length;Td++){const Od=ud[Td],Ad=sd(Od);let Nd="";if(_d===void 0?Nd=Ad:Nd=_d+"."+Ad,Ad===gd.textNodeName)yd===void 0?yd=Od[Ad]:yd+=""+Od[Ad];else{if(Ad===void 0)continue;if(Od[Ad]){let kd=od(Od[Ad],gd,Nd);const Id=cd(kd,gd);Od[":@"]?ld(kd,Od[":@"],Nd,gd):Object.keys(kd).length===1&&kd[gd.textNodeName]!==void 0&&!gd.alwaysCreateTextNode?kd=kd[gd.textNodeName]:Object.keys(kd).length===0&&(gd.alwaysCreateTextNode?kd[gd.textNodeName]="":kd=""),Ed[Ad]!==void 0&&Ed.hasOwnProperty(Ad)?(Array.isArray(Ed[Ad])||(Ed[Ad]=[Ed[Ad]]),Ed[Ad].push(kd)):gd.isArray(Ad,Nd,Id)?Ed[Ad]=[kd]:Ed[Ad]=kd}}}return typeof yd=="string"?yd.length>0&&(Ed[gd.textNodeName]=yd):yd!==void 0&&(Ed[gd.textNodeName]=yd),Ed}function sd(ud){const gd=Object.keys(ud);for(let _d=0;_d<gd.length;_d++){const yd=gd[_d];if(yd!==":@")return yd}}function ld(ud,gd,_d,yd){if(gd){const Ed=Object.keys(gd),Td=Ed.length;for(let Od=0;Od<Td;Od++){const Ad=Ed[Od];yd.isArray(Ad,_d+"."+Ad,!0,!0)?ud[Ad]=[gd[Ad]]:ud[Ad]=gd[Ad]}}}function cd(ud,gd){const{textNodeName:_d}=gd,yd=Object.keys(ud).length;return!!(yd===0||yd===1&&(ud[_d]||typeof ud[_d]=="boolean"||ud[_d]===0))}ed.prettify=rd},"./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js":function(Ja,ed,td){class rd{constructor(sd){this.tagname=sd,this.child=[],this[":@"]={}}add(sd,ld){sd==="__proto__"&&(sd="#__proto__"),this.child.push({[sd]:ld})}addChild(sd){sd.tagname==="__proto__"&&(sd.tagname="#__proto__"),sd[":@"]&&Object.keys(sd[":@"]).length>0?this.child.push({[sd.tagname]:sd.child,":@":sd[":@"]}):this.child.push({[sd.tagname]:sd.child})}}Ja.exports=rd},"./node_modules/process/browser.js":function(Ja,ed){var td=Ja.exports={},rd,od;function sd(){throw new Error("setTimeout has not been defined")}function ld(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?rd=setTimeout:rd=sd}catch{rd=sd}try{typeof clearTimeout=="function"?od=clearTimeout:od=ld}catch{od=ld}})();function cd(kd){if(rd===setTimeout)return setTimeout(kd,0);if((rd===sd||!rd)&&setTimeout)return rd=setTimeout,setTimeout(kd,0);try{return rd(kd,0)}catch{try{return rd.call(null,kd,0)}catch{return rd.call(this,kd,0)}}}function ud(kd){if(od===clearTimeout)return clearTimeout(kd);if((od===ld||!od)&&clearTimeout)return od=clearTimeout,clearTimeout(kd);try{return od(kd)}catch{try{return od.call(null,kd)}catch{return od.call(this,kd)}}}var gd=[],_d=!1,yd,Ed=-1;function Td(){!_d||!yd||(_d=!1,yd.length?gd=yd.concat(gd):Ed=-1,gd.length&&Od())}function Od(){if(!_d){var kd=cd(Td);_d=!0;for(var Id=gd.length;Id;){for(yd=gd,gd=[];++Ed<Id;)yd&&yd[Ed].run();Ed=-1,Id=gd.length}yd=null,_d=!1,ud(kd)}}td.nextTick=function(kd){var Id=new Array(arguments.length-1);if(arguments.length>1)for(var Rd=1;Rd<arguments.length;Rd++)Id[Rd-1]=arguments[Rd];gd.push(new Ad(kd,Id)),gd.length===1&&!_d&&cd(Od)};function Ad(kd,Id){this.fun=kd,this.array=Id}Ad.prototype.run=function(){this.fun.apply(null,this.array)},td.title="browser",td.browser=!0,td.env={},td.argv=[],td.version="",td.versions={};function Nd(){}td.on=Nd,td.addListener=Nd,td.once=Nd,td.off=Nd,td.removeListener=Nd,td.removeAllListeners=Nd,td.emit=Nd,td.prependListener=Nd,td.prependOnceListener=Nd,td.listeners=function(kd){return[]},td.binding=function(kd){throw new Error("process.binding is not supported")},td.cwd=function(){return"/"},td.chdir=function(kd){throw new Error("process.chdir is not supported")},td.umask=function(){return 0}},"./node_modules/strnum/strnum.js":function(Ja,ed){const td=/^[-+]?0x[a-fA-F0-9]+$/,rd=/^([\-\+])?(0*)(\.[0-9]+([eE]\-?[0-9]+)?|[0-9]+(\.[0-9]+([eE]\-?[0-9]+)?)?)$/;!Number.parseInt&&window.parseInt&&(Number.parseInt=window.parseInt),!Number.parseFloat&&window.parseFloat&&(Number.parseFloat=window.parseFloat);const od={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function sd(cd,ud={}){if(ud=Object.assign({},od,ud),!cd||typeof cd!="string")return cd;let gd=cd.trim();if(ud.skipLike!==void 0&&ud.skipLike.test(gd))return cd;if(ud.hex&&td.test(gd))return Number.parseInt(gd,16);{const _d=rd.exec(gd);if(_d){const yd=_d[1],Ed=_d[2];let Td=ld(_d[3]);const Od=_d[4]||_d[6];if(!ud.leadingZeros&&Ed.length>0&&yd&&gd[2]!==".")return cd;if(!ud.leadingZeros&&Ed.length>0&&!yd&&gd[1]!==".")return cd;{const Ad=Number(gd),Nd=""+Ad;return Nd.search(/[eE]/)!==-1||Od?ud.eNotation?Ad:cd:gd.indexOf(".")!==-1?Nd==="0"&&Td===""||Nd===Td||yd&&Nd==="-"+Td?Ad:cd:Ed?Td===Nd||yd+Td===Nd?Ad:cd:gd===Nd||gd===yd+Nd?Ad:cd}}else return cd}}function ld(cd){return cd&&cd.indexOf(".")!==-1&&(cd=cd.replace(/0+$/,""),cd==="."?cd="0":cd[0]==="."?cd="0"+cd:cd[cd.length-1]==="."&&(cd=cd.substr(0,cd.length-1))),cd}Ja.exports=sd},"./node_modules/webpack/buildin/amd-options.js":function(Ja,ed){(function(td){Ja.exports=td}).call(this,{})},"./node_modules/webpack/buildin/module.js":function(Ja,ed){Ja.exports=function(td){return td.webpackPolyfill||(td.deprecate=function(){},td.paths=[],td.children||(td.children=[]),Object.defineProperty(td,"loaded",{enumerable:!0,get:function(){return td.l}}),Object.defineProperty(td,"id",{enumerable:!0,get:function(){return td.i}}),td.webpackPolyfill=1),td}},"./package.json":function(Ja){Ja.exports=JSON.parse('{"name":"cos-js-sdk-v5","version":"1.8.4","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"},"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.4.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.3.1","jest-environment-jsdom":"^29.3.1","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(Ja,ed,td){var rd=td("./node_modules/@babel/runtime/helpers/typeof.js"),od=td("./src/session.js"),sd=td("./src/async.js"),ld=td("./src/event.js").EventProxy,cd=td("./src/util.js"),ud=td("./src/tracker.js");function gd(Pd,Fd){var Ud=this,Vd=new ld,qd=Pd.TaskId,Wd=Pd.Bucket,zd=Pd.Region,Kd=Pd.Key,Qd=Pd.Body,hf=Pd.ChunkSize||Pd.SliceSize||Ud.options.ChunkSize,gf=Pd.AsyncLimit,bf=Pd.StorageClass,kf=Pd.ServerSideEncryption,Cf,Ef,yf=Pd.onHashProgress,Mf=Pd.tracker;Mf&&Mf.setParams({chunkSize:hf}),Vd.on("error",function(Af){if(Ud._isRunningTask(qd))return Af.UploadId=Pd.UploadData.UploadId||"",Fd(Af)}),Vd.on("upload_complete",function(Af){var Zd=cd.extend({UploadId:Pd.UploadData.UploadId||""},Af);Fd(null,Zd)}),Vd.on("upload_slice_complete",function(Af){var Zd={};cd.each(Pd.Headers,function(mf,Pf){var Ff=Pf.toLowerCase();(Ff.indexOf("x-cos-meta-")===0||["pic-operations","x-cos-callback","x-cos-callback-var","x-cos-return-body"].includes(Ff))&&(Zd[Pf]=mf)}),Ad.call(Ud,{Bucket:Wd,Region:zd,Key:Kd,UploadId:Af.UploadId,SliceList:Af.SliceList,Headers:Zd,tracker:Mf},function(mf,Pf){if(Ud._isRunningTask(qd)){if(od.removeUsing(Af.UploadId),mf)return Ef(null,!0),Vd.emit("error",mf);od.removeUploadId.call(Ud,Af.UploadId),Ef({loaded:Cf,total:Cf},!0),Vd.emit("upload_complete",Pf)}})}),Vd.on("get_upload_data_finish",function(Af){var Zd=od.getFileId(Qd,Pd.ChunkSize,Wd,Kd);Zd&&od.saveUploadId.call(Ud,Zd,Af.UploadId,Ud.options.UploadIdCacheLimit),od.setUsing(Af.UploadId),Ef(null,!0),Td.call(Ud,{TaskId:qd,Bucket:Wd,Region:zd,Key:Kd,Body:Qd,FileSize:Cf,SliceSize:hf,AsyncLimit:gf,ServerSideEncryption:kf,UploadData:Af,Headers:Pd.Headers,onProgress:Ef,tracker:Mf},function(mf,Pf){if(Ud._isRunningTask(qd)){if(mf)return Ef(null,!0),Vd.emit("error",mf);Vd.emit("upload_slice_complete",Pf)}})}),Vd.on("get_file_size_finish",function(){if(Ef=cd.throttleOnProgress.call(Ud,Cf,Pd.onProgress),Pd.UploadData.UploadId)Vd.emit("get_upload_data_finish",Pd.UploadData);else{var Af=cd.extend({TaskId:qd,Bucket:Wd,Region:zd,Key:Kd,Headers:Pd.Headers,StorageClass:bf,Body:Qd,FileSize:Cf,SliceSize:hf,onHashProgress:yf,tracker:Mf},Pd);_d.call(Ud,Af,function(Zd,mf){if(Ud._isRunningTask(qd)){if(Zd)return Vd.emit("error",Zd);Pd.UploadData.UploadId=mf.UploadId,Pd.UploadData.PartList=mf.PartList,Vd.emit("get_upload_data_finish",Pd.UploadData)}})}}),Cf=Pd.ContentLength,delete Pd.ContentLength,!Pd.Headers&&(Pd.Headers={}),cd.each(Pd.Headers,function(Af,Zd){Zd.toLowerCase()==="content-length"&&delete Pd.Headers[Zd]}),function(){for(var Af=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Zd=1024*1024,mf=0;mf<Af.length&&(Zd=Af[mf]*1024*1024,!(Cf/Zd<=Ud.options.MaxPartNumber));mf++);Pd.ChunkSize=Pd.SliceSize=hf=Math.max(hf,Zd)}(),Cf===0?(Pd.Body="",Pd.ContentLength=0,Pd.SkipTask=!0,Ud.putObject(Pd,Fd)):Vd.emit("get_file_size_finish")}function _d(Pd,Fd){var Ud=Pd.TaskId,Vd=Pd.Bucket,qd=Pd.Region,Wd=Pd.Key,zd=Pd.StorageClass,Kd=this,Qd={},hf=Pd.FileSize,gf=Pd.SliceSize,bf=Math.ceil(hf/gf),kf=0,Cf=cd.throttleOnProgress.call(Kd,hf,Pd.onHashProgress),Ef=function(Zd,mf){var Pf=gf*(Zd-1),Ff=Math.min(Pf+gf,hf),Lf=Ff-Pf;Qd[Zd]?mf(null,{PartNumber:Zd,ETag:Qd[Zd],Size:Lf}):cd.fileSlice(Pd.Body,Pf,Ff,!1,function(jf){cd.getFileMd5(jf,function(xf,Nf){if(xf)return mf(cd.error(xf));var Bf='"'+Nf+'"';Qd[Zd]=Bf,kf+=Lf,Cf({loaded:kf,total:hf}),mf(null,{PartNumber:Zd,ETag:Bf,Size:Lf})})})},yf=function(Zd,mf){var Pf=Zd.length;if(Pf===0)return mf(null,!0);if(Pf>bf)return mf(null,!1);if(Pf>1){var Ff=Math.max(Zd[0].Size,Zd[1].Size);if(Ff!==gf)return mf(null,!1)}var Lf=function jf(xf){if(xf<Pf){var Nf=Zd[xf];Ef(Nf.PartNumber,function(Bf,Tf){Tf&&Tf.ETag===Nf.ETag&&Tf.Size===Nf.Size?jf(xf+1):mf(null,!1)})}else mf(null,!0)};Lf(0)},Mf=new ld;Mf.on("error",function(Af){if(Kd._isRunningTask(Ud))return Fd(Af)}),Mf.on("upload_id_available",function(Af){var Zd={},mf=[];cd.each(Af.PartList,function(Lf){Zd[Lf.PartNumber]=Lf});for(var Pf=1;Pf<=bf;Pf++){var Ff=Zd[Pf];Ff?(Ff.PartNumber=Pf,Ff.Uploaded=!0):Ff={PartNumber:Pf,ETag:null,Uploaded:!1},mf.push(Ff)}Af.PartList=mf,Fd(null,Af)}),Mf.on("no_available_upload_id",function(){if(Kd._isRunningTask(Ud)){var Af=cd.extend({Bucket:Vd,Region:qd,Key:Wd,Query:cd.clone(Pd.Query),StorageClass:zd,Body:Pd.Body,calledBySdk:"sliceUploadFile",tracker:Pd.tracker},Pd),Zd=cd.clone(Pd.Headers);delete Zd["x-cos-mime-limit"],Af.Headers=Zd,Kd.multipartInit(Af,function(mf,Pf){if(Kd._isRunningTask(Ud)){if(mf)return Mf.emit("error",mf);var Ff=Pf.UploadId;if(!Ff)return Fd(cd.error(new Error("no such upload id")));Mf.emit("upload_id_available",{UploadId:Ff,PartList:[]})}})}}),Mf.on("has_and_check_upload_id",function(Af){Af=Af.reverse(),sd.eachLimit(Af,1,function(Zd,mf){if(Kd._isRunningTask(Ud)){if(od.using[Zd]){mf();return}Ed.call(Kd,{Bucket:Vd,Region:qd,Key:Wd,UploadId:Zd,tracker:Pd.tracker},function(Pf,Ff){if(Kd._isRunningTask(Ud)){if(Pf)return od.removeUsing(Zd),Mf.emit("error",Pf);var Lf=Ff.PartList;Lf.forEach(function(jf){jf.PartNumber*=1,jf.Size*=1,jf.ETag=jf.ETag||""}),yf(Lf,function(jf,xf){if(Kd._isRunningTask(Ud)){if(jf)return Mf.emit("error",jf);xf?mf({UploadId:Zd,PartList:Lf}):mf()}})}})}},function(Zd){Kd._isRunningTask(Ud)&&(Cf(null,!0),Zd&&Zd.UploadId?Mf.emit("upload_id_available",Zd):Mf.emit("no_available_upload_id"))})}),Mf.on("seek_local_avail_upload_id",function(Af){var Zd=od.getFileId(Pd.Body,Pd.ChunkSize,Vd,Wd),mf=od.getUploadIdList.call(Kd,Zd);if(!Zd||!mf){Mf.emit("has_and_check_upload_id",Af);return}var Pf=function Ff(Lf){if(Lf>=mf.length){Mf.emit("has_and_check_upload_id",Af);return}var jf=mf[Lf];if(!cd.isInArray(Af,jf)){od.removeUploadId.call(Kd,jf),Ff(Lf+1);return}if(od.using[jf]){Ff(Lf+1);return}Ed.call(Kd,{Bucket:Vd,Region:qd,Key:Wd,UploadId:jf,tracker:Pd.tracker},function(xf,Nf){Kd._isRunningTask(Ud)&&(xf?(od.removeUploadId.call(Kd,jf),Ff(Lf+1)):Mf.emit("upload_id_available",{UploadId:jf,PartList:Nf.PartList}))})};Pf(0)}),Mf.on("get_remote_upload_id_list",function(){yd.call(Kd,{Bucket:Vd,Region:qd,Key:Wd,tracker:Pd.tracker},function(Af,Zd){if(Kd._isRunningTask(Ud)){if(Af)return Mf.emit("error",Af);var mf=cd.filter(Zd.UploadList,function(Lf){return Lf.Key===Wd&&(!zd||Lf.StorageClass.toUpperCase()===zd.toUpperCase())}).reverse().map(function(Lf){return Lf.UploadId||Lf.UploadID});if(mf.length)Mf.emit("seek_local_avail_upload_id",mf);else{var Pf=od.getFileId(Pd.Body,Pd.ChunkSize,Vd,Wd),Ff;Pf&&(Ff=od.getUploadIdList.call(Kd,Pf))&&cd.each(Ff,function(Lf){od.removeUploadId.call(Kd,Lf)}),Mf.emit("no_available_upload_id")}}})}),Mf.emit("get_remote_upload_id_list")}function yd(Pd,Fd){var Ud=this,Vd=[],qd={Bucket:Pd.Bucket,Region:Pd.Region,Prefix:Pd.Key,calledBySdk:Pd.calledBySdk||"sliceUploadFile",tracker:Pd.tracker},Wd=function zd(){Ud.multipartList(qd,function(Kd,Qd){if(Kd)return Fd(Kd);Vd.push.apply(Vd,Qd.Upload||[]),Qd.IsTruncated==="true"?(qd.KeyMarker=Qd.NextKeyMarker,qd.UploadIdMarker=Qd.NextUploadIdMarker,zd()):Fd(null,{UploadList:Vd})})};Wd()}function Ed(Pd,Fd){var Ud=this,Vd=[],qd={Bucket:Pd.Bucket,Region:Pd.Region,Key:Pd.Key,UploadId:Pd.UploadId,calledBySdk:"sliceUploadFile",tracker:Pd.tracker},Wd=function zd(){Ud.multipartListPart(qd,function(Kd,Qd){if(Kd)return Fd(Kd);Vd.push.apply(Vd,Qd.Part||[]),Qd.IsTruncated==="true"?(qd.PartNumberMarker=Qd.NextPartNumberMarker,zd()):Fd(null,{PartList:Vd})})};Wd()}function Td(Pd,Fd){var Ud=this,Vd=Pd.TaskId,qd=Pd.Bucket,Wd=Pd.Region,zd=Pd.Key,Kd=Pd.UploadData,Qd=Pd.FileSize,hf=Pd.SliceSize,gf=Math.min(Pd.AsyncLimit||Ud.options.ChunkParallelLimit||1,256),bf=Pd.Body,kf=Math.ceil(Qd/hf),Cf=0,Ef=Pd.ServerSideEncryption,yf=Pd.Headers,Mf=cd.filter(Kd.PartList,function(Zd){return Zd.Uploaded&&(Cf+=Zd.PartNumber>=kf&&Qd%hf||hf),!Zd.Uploaded}),Af=Pd.onProgress;sd.eachLimit(Mf,gf,function(Zd,mf){if(Ud._isRunningTask(Vd)){var Pf=Zd.PartNumber,Ff=Math.min(Qd,Zd.PartNumber*hf)-(Zd.PartNumber-1)*hf,Lf=0;Od.call(Ud,{TaskId:Vd,Bucket:qd,Region:Wd,Key:zd,SliceSize:hf,FileSize:Qd,PartNumber:Pf,ServerSideEncryption:Ef,Body:bf,UploadData:Kd,Headers:yf,onProgress:function(xf){Cf+=xf.loaded-Lf,Lf=xf.loaded,Af({loaded:Cf,total:Qd})},tracker:Pd.tracker},function(jf,xf){Ud._isRunningTask(Vd)&&(!jf&&!xf.ETag&&(jf='get ETag error, please add "ETag" to CORS ExposeHeader setting.( 获取ETag失败请在CORS ExposeHeader设置中添加ETag请参考文档https://cloud.tencent.com/document/product/436/13318 )'),jf?Cf-=Lf:(Cf+=Ff-Lf,Zd.ETag=xf.ETag),Af({loaded:Cf,total:Qd}),mf(jf||null,xf))})}},function(Zd){if(Ud._isRunningTask(Vd)){if(Zd)return Fd(Zd);Fd(null,{UploadId:Kd.UploadId,SliceList:Kd.PartList})}})}function Od(Pd,Fd){var Ud=this,Vd=Pd.TaskId,qd=Pd.Bucket,Wd=Pd.Region,zd=Pd.Key,Kd=Pd.FileSize,Qd=Pd.Body,hf=Pd.PartNumber*1,gf=Pd.SliceSize,bf=Pd.ServerSideEncryption,kf=Pd.UploadData,Cf=Pd.Headers||{},Ef=Ud.options.ChunkRetryTimes+1,yf=gf*(hf-1),Mf=gf,Af=yf+gf;Af>Kd&&(Af=Kd,Mf=Af-yf);var Zd=["x-cos-traffic-limit","x-cos-mime-limit"],mf={};cd.each(Cf,function(Ff,Lf){Zd.indexOf(Lf)>-1&&(mf[Lf]=Ff)});var Pf=kf.PartList[hf-1];sd.retry(Ef,function(Ff){Ud._isRunningTask(Vd)&&cd.fileSlice(Qd,yf,Af,!0,function(Lf){Ud.multipartUpload({TaskId:Vd,Bucket:qd,Region:Wd,Key:zd,ContentLength:Mf,PartNumber:hf,UploadId:kf.UploadId,ServerSideEncryption:bf,Body:Lf,Headers:mf,onProgress:Pd.onProgress,calledBySdk:"sliceUploadFile",tracker:Pd.tracker},function(jf,xf){if(Ud._isRunningTask(Vd))return jf?Ff(jf):(Pf.Uploaded=!0,Ff(null,xf))})})},function(Ff,Lf){if(Ud._isRunningTask(Vd))return Fd(Ff,Lf)})}function Ad(Pd,Fd){var Ud=Pd.Bucket,Vd=Pd.Region,qd=Pd.Key,Wd=Pd.UploadId,zd=Pd.SliceList,Kd=this,Qd=this.options.ChunkRetryTimes+1,hf=Pd.Headers,gf=zd.map(function(bf){return{PartNumber:bf.PartNumber,ETag:bf.ETag}});sd.retry(Qd,function(bf){Kd.multipartComplete({Bucket:Ud,Region:Vd,Key:qd,UploadId:Wd,Parts:gf,Headers:hf,calledBySdk:"sliceUploadFile",tracker:Pd.tracker},bf)},function(bf,kf){Fd(bf,kf)})}function Nd(Pd,Fd){var Ud=Pd.Bucket,Vd=Pd.Region,qd=Pd.Key,Wd=Pd.UploadId,zd=Pd.Level||"task",Kd=Pd.AsyncLimit,Qd=this,hf=new ld;if(hf.on("error",function(gf){return Fd(gf)}),hf.on("get_abort_array",function(gf){kd.call(Qd,{Bucket:Ud,Region:Vd,Key:qd,Headers:Pd.Headers,AsyncLimit:Kd,AbortArray:gf},Fd)}),zd==="bucket")yd.call(Qd,{Bucket:Ud,Region:Vd,calledBySdk:"abortUploadTask"},function(gf,bf){if(gf)return Fd(gf);hf.emit("get_abort_array",bf.UploadList||[])});else if(zd==="file"){if(!qd)return Fd(cd.error(new Error("abort_upload_task_no_key")));yd.call(Qd,{Bucket:Ud,Region:Vd,Key:qd,calledBySdk:"abortUploadTask"},function(gf,bf){if(gf)return Fd(gf);hf.emit("get_abort_array",bf.UploadList||[])})}else if(zd==="task"){if(!Wd)return Fd(cd.error(new Error("abort_upload_task_no_id")));if(!qd)return Fd(cd.error(new Error("abort_upload_task_no_key")));hf.emit("get_abort_array",[{Key:qd,UploadId:Wd}])}else return Fd(cd.error(new Error("abort_unknown_level")))}function kd(Pd,Fd){var Ud=Pd.Bucket,Vd=Pd.Region,qd=Pd.Key,Wd=Pd.AbortArray,zd=Pd.AsyncLimit||1,Kd=this,Qd=0,hf=new Array(Wd.length);sd.eachLimit(Wd,zd,function(gf,bf){var kf=Qd;if(qd&&qd!==gf.Key){hf[kf]={error:{KeyNotMatch:!0}},bf(null);return}var Cf=gf.UploadId||gf.UploadID;Kd.multipartAbort({Bucket:Ud,Region:Vd,Key:gf.Key,Headers:Pd.Headers,UploadId:Cf},function(Ef){var yf={Bucket:Ud,Region:Vd,Key:gf.Key,UploadId:Cf};hf[kf]={error:Ef,task:yf},bf(null)}),Qd++},function(gf){if(gf)return Fd(gf);for(var bf=[],kf=[],Cf=0,Ef=hf.length;Cf<Ef;Cf++){var yf=hf[Cf];yf.task&&(yf.error?kf.push(yf.task):bf.push(yf.task))}return Fd(null,{successList:bf,errorList:kf})})}function Id(Pd,Fd){var Ud=this,Vd=Pd.SliceSize===void 0?Ud.options.SliceSize:Pd.SliceSize,qd=[],Wd=Pd.Body,zd=Wd.size||Wd.length||0,Kd={TaskId:""};if(Ud.options.EnableReporter){var Qd=Ud.options.UseAccelerate||typeof Ud.options.Domain=="string"&&Ud.options.Domain.includes("accelerate."),hf=zd>Vd?"sliceUploadFile":"putObject";Pd.tracker=new ud({Beacon:Ud.options.BeaconReporter,clsReporter:Ud.options.ClsReporter,bucket:Pd.Bucket,region:Pd.Region,apiName:"uploadFile",realApi:hf,fileKey:Pd.Key,fileSize:zd,accelerate:Qd,deepTracker:Ud.options.DeepTracker,customId:Ud.options.CustomId,delay:Ud.options.TrackerDelay})}cd.each(Pd,function(yf,Mf){rd(yf)!=="object"&&typeof yf!="function"&&(Kd[Mf]=yf)});var gf=Pd.onTaskReady,bf=function(Mf){Kd.TaskId=Mf,gf&&gf(Mf)};Pd.onTaskReady=bf;var kf=zd>Vd?"sliceUploadFile":"putObject",Cf=Pd.onFileFinish,Ef=function(Mf,Af){Pd.tracker&&Pd.tracker.report(Mf,Af),Cf&&Cf(Mf,Af,Kd),Fd&&Fd(Mf,Af)};qd.push({api:kf,params:Pd,callback:Ef}),Ud._addTasks(qd)}function Rd(Pd,Fd){var Ud=this,Vd=Pd.SliceSize===void 0?Ud.options.SliceSize:Pd.SliceSize,qd=0,Wd=0,zd=cd.throttleOnProgress.call(Ud,Wd,Pd.onProgress),Kd=Pd.files.length,Qd=Pd.onFileFinish,hf=Array(Kd),gf=function(Cf,Ef,yf){zd(null,!0),Qd&&Qd(Cf,Ef,yf),hf[yf.Index]={options:yf,error:Cf,data:Ef},--Kd<=0&&Fd&&Fd(null,{files:hf})},bf=[];cd.each(Pd.files,function(kf,Cf){(function(){var Ef=kf.Body,yf=Ef.size||Ef.length||0,Mf={Index:Cf,TaskId:""};if(!Ud.options.UseRawKey&&kf.Key&&kf.Key.substr(0,1)==="/"&&(kf.Key=kf.Key.substr(1)),qd+=yf,Ud.options.EnableReporter){var Af=Ud.options.UseAccelerate||typeof Ud.options.Domain=="string"&&Ud.options.Domain.includes("accelerate."),Zd=yf>Vd?"sliceUploadFile":"putObject";kf.tracker=new ud({Beacon:Ud.options.BeaconReporter,clsReporter:Ud.options.ClsReporter,bucket:kf.Bucket,region:kf.Region,apiName:"uploadFiles",realApi:Zd,fileKey:kf.Key,fileSize:yf,accelerate:Af,deepTracker:Ud.options.DeepTracker,customId:Ud.options.CustomId,delay:Ud.options.TrackerDelay})}cd.each(kf,function(Tf,wf){rd(Tf)!=="object"&&typeof Tf!="function"&&(Mf[wf]=Tf)});var mf=kf.onTaskReady,Pf=function(wf){Mf.TaskId=wf,mf&&mf(wf)};kf.onTaskReady=Pf;var Ff=0,Lf=kf.onProgress,jf=function(wf){Wd=Wd-Ff+wf.loaded,Ff=wf.loaded,Lf&&Lf(wf),zd({loaded:Wd,total:qd})};kf.onProgress=jf;var xf=yf>Vd?"sliceUploadFile":"putObject",Nf=kf.onFileFinish,Bf=function(wf,Of){kf.tracker&&kf.tracker.report(wf,Of),Nf&&Nf(wf,Of),gf&&gf(wf,Of,Mf)};bf.push({api:xf,params:kf,callback:Bf})})()}),Ud._addTasks(bf)}function Md(Pd,Fd){var Ud=new ld,Vd=this,qd=Pd.Bucket,Wd=Pd.Region,zd=Pd.Key,Kd=Pd.CopySource,Qd=cd.getSourceParams.call(this,Kd);if(!Qd){Fd(cd.error(new Error("CopySource format error")));return}var hf=Qd.Bucket,gf=Qd.Region,bf=decodeURIComponent(Qd.Key),kf=Pd.CopySliceSize===void 0?Vd.options.CopySliceSize:Pd.CopySliceSize;kf=Math.max(0,kf);var Cf=Pd.CopyChunkSize||this.options.CopyChunkSize,Ef=this.options.CopyChunkParallelLimit,yf=this.options.ChunkRetryTimes+1,Mf=0,Af=0,Zd,mf,Pf={},Ff={},Lf={};Ud.on("copy_slice_complete",function(jf){cd.each(Pd.Headers,function(Nf,Bf){Bf.toLowerCase().indexOf("x-cos-meta-")});var xf=cd.map(jf.PartList,function(Nf){return{PartNumber:Nf.PartNumber,ETag:Nf.ETag}});sd.retry(yf,function(Nf){Vd.multipartComplete({Bucket:qd,Region:Wd,Key:zd,UploadId:jf.UploadId,Parts:xf,tracker:Pd.tracker,calledBySdk:"sliceCopyFile"},Nf)},function(Nf,Bf){if(od.removeUsing(jf.UploadId),Nf)return mf(null,!0),Fd(Nf);od.removeUploadId(jf.UploadId),mf({loaded:Zd,total:Zd},!0),Fd(null,Bf)})}),Ud.on("get_copy_data_finish",function(jf){var xf=od.getCopyFileId(Kd,Pf,Cf,qd,zd);xf&&od.saveUploadId(xf,jf.UploadId,Vd.options.UploadIdCacheLimit),od.setUsing(jf.UploadId);var Nf=cd.filter(jf.PartList,function(Bf){return Bf.Uploaded&&(Af+=Bf.PartNumber>=Mf&&Zd%Cf||Cf),!Bf.Uploaded});sd.eachLimit(Nf,Ef,function(Bf,Tf){var wf=Bf.PartNumber,Of=Bf.CopySourceRange,$f=Bf.end-Bf.start;sd.retry(yf,function(Wf){Ld.call(Vd,{Bucket:qd,Region:Wd,Key:zd,CopySource:Kd,UploadId:jf.UploadId,PartNumber:wf,CopySourceRange:Of,tracker:Pd.tracker,calledBySdk:"sliceCopyFile"},Wf)},function(Wf,Kf){if(Wf)return Tf(Wf);Af+=$f,mf({loaded:Af,total:Zd}),Bf.ETag=Kf.ETag,Tf(Wf||null,Kf)})},function(Bf){if(Bf)return od.removeUsing(jf.UploadId),mf(null,!0),Fd(Bf);Ud.emit("copy_slice_complete",jf)})}),Ud.on("get_chunk_size_finish",function(){var jf=function(){Vd.multipartInit({Bucket:qd,Region:Wd,Key:zd,Headers:Lf,tracker:Pd.tracker,calledBySdk:"sliceCopyFile"},function(wf,Of){if(wf)return Fd(wf);Pd.UploadId=Of.UploadId,Ud.emit("get_copy_data_finish",{UploadId:Pd.UploadId,PartList:Pd.PartList})})},xf=od.getCopyFileId(Kd,Pf,Cf,qd,zd),Nf=od.getUploadIdList(xf);if(!xf||!Nf)return jf();var Bf=function Tf(wf){if(wf>=Nf.length)return jf();var Of=Nf[wf];if(od.using[Of])return Tf(wf+1);Ed.call(Vd,{Bucket:qd,Region:Wd,Key:zd,UploadId:Of,tracker:Pd.tracker,calledBySdk:"sliceCopyFile"},function($f,Wf){if($f)od.removeUploadId(Of),Tf(wf+1);else{if(od.using[Of])return Tf(wf+1);var Kf={},Df=0;cd.each(Wf.PartList,function(qf){var Xf=parseInt(qf.Size),hh=Df+Xf-1;Kf[qf.PartNumber+"|"+Df+"|"+hh]=qf.ETag,Df+=Xf}),cd.each(Pd.PartList,function(qf){var Xf=Kf[qf.PartNumber+"|"+qf.start+"|"+qf.end];Xf&&(qf.ETag=Xf,qf.Uploaded=!0)}),Ud.emit("get_copy_data_finish",{UploadId:Of,PartList:Pd.PartList})}})};Bf(0)}),Ud.on("get_file_size_finish",function(){if(function(){for(var xf=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Nf=1024*1024,Bf=0;Bf<xf.length&&(Nf=xf[Bf]*1024*1024,!(Zd/Nf<=Vd.options.MaxPartNumber));Bf++);Pd.ChunkSize=Cf=Math.max(Cf,Nf),Mf=Math.ceil(Zd/Cf);for(var Tf=[],wf=1;wf<=Mf;wf++){var Of=(wf-1)*Cf,$f=wf*Cf<Zd?wf*Cf-1:Zd-1,Wf={PartNumber:wf,start:Of,end:$f,CopySourceRange:"bytes="+Of+"-"+$f};Tf.push(Wf)}Pd.PartList=Tf}(),Pd.Headers["x-cos-metadata-directive"]==="Replaced"?Lf=Pd.Headers:Lf=Ff,Lf["x-cos-storage-class"]=Pd.Headers["x-cos-storage-class"]||Ff["x-cos-storage-class"],Lf=cd.clearKey(Lf),Ff["x-cos-storage-class"]==="ARCHIVE"||Ff["x-cos-storage-class"]==="DEEP_ARCHIVE"){var jf=Ff["x-cos-restore"];if(!jf||jf==='ongoing-request="true"'){Fd(cd.error(new Error("Unrestored archive object is not allowed to be copied")));return}}delete Lf["x-cos-copy-source"],delete Lf["x-cos-metadata-directive"],delete Lf["x-cos-copy-source-If-Modified-Since"],delete Lf["x-cos-copy-source-If-Unmodified-Since"],delete Lf["x-cos-copy-source-If-Match"],delete Lf["x-cos-copy-source-If-None-Match"],Ud.emit("get_chunk_size_finish")}),Vd.headObject({Bucket:hf,Region:gf,Key:bf,tracker:Pd.tracker,calledBySdk:"sliceCopyFile"},function(jf,xf){if(jf){jf.statusCode&&jf.statusCode===404?Fd(cd.error(jf,{ErrorStatus:bf+" Not Exist"})):Fd(jf);return}if(Zd=Pd.FileSize=xf.headers["content-length"],Zd===void 0||!Zd){Fd(cd.error(new Error('get Content-Length error, please add "Content-Length" to CORS ExposeHeader setting. 获取Content-Length失败请在CORS ExposeHeader设置中添加Content-Length请参考文档https://cloud.tencent.com/document/product/436/13318 ')));return}if(Pd.tracker&&Pd.tracker.setParams({httpSize:Zd}),mf=cd.throttleOnProgress.call(Vd,Zd,Pd.onProgress),Zd<=kf)Pd.Headers["x-cos-metadata-directive"]||(Pd.Headers["x-cos-metadata-directive"]="Copy"),Vd.putObjectCopy(Object.assign(Pd,{calledBySdk:"sliceCopyFile"}),function(Bf,Tf){if(Bf)return mf(null,!0),Fd(Bf);mf({loaded:Zd,total:Zd},!0),Fd(Bf,Tf)});else{var Nf=xf.headers;Pf=Nf,Ff={"Cache-Control":Nf["cache-control"],"Content-Disposition":Nf["content-disposition"],"Content-Encoding":Nf["content-encoding"],"Content-Type":Nf["content-type"],Expires:Nf.expires,"x-cos-storage-class":Nf["x-cos-storage-class"]},cd.each(Nf,function(Bf,Tf){var wf="x-cos-meta-";Tf.indexOf(wf)===0&&Tf.length>wf.length&&(Ff[Tf]=Bf)}),Ud.emit("get_file_size_finish")}})}function Ld(Pd,Fd){var Ud=Pd.TaskId,Vd=Pd.Bucket,qd=Pd.Region,Wd=Pd.Key,zd=Pd.CopySource,Kd=Pd.UploadId,Qd=Pd.PartNumber*1,hf=Pd.CopySourceRange,gf=this.options.ChunkRetryTimes+1,bf=this;sd.retry(gf,function(kf){bf.uploadPartCopy({TaskId:Ud,Bucket:Vd,Region:qd,Key:Wd,CopySource:zd,UploadId:Kd,PartNumber:Qd,CopySourceRange:hf,tracker:Pd.tracker,calledBySdk:Pd.calledBySdk},function(Cf,Ef){kf(Cf||null,Ef)})},function(kf,Cf){return Fd(kf,Cf)})}var jd={sliceUploadFile:gd,abortUploadTask:Nd,uploadFile:Id,uploadFiles:Rd,sliceCopyFile:Md};Ja.exports.init=function(Pd,Fd){Fd.transferToTaskMethod(jd,"sliceUploadFile"),cd.each(jd,function(Ud,Vd){Pd.prototype[Vd]=cd.apiWrapper(Vd,Ud)})}},"./src/async.js":function(Ja,ed){var td=function(ld,cd,ud,gd){if(gd=gd||function(){},!ld.length||cd<=0)return gd();var _d=0,yd=0,Ed=0;(function Td(){if(_d>=ld.length)return gd();for(;Ed<cd&&yd<ld.length;)yd+=1,Ed+=1,ud(ld[yd-1],function(Od){Od?(gd(Od),gd=function(){}):(_d+=1,Ed-=1,_d>=ld.length?gd():Td())})})()},rd=function(ld,cd,ud){var gd=function _d(yd){cd(function(Ed,Td){Ed&&yd<ld?_d(yd+1):ud(Ed,Td)})};ld<1?ud():gd(1)},od={eachLimit:td,retry:rd};Ja.exports=od},"./src/base.js":function(Ja,ed,td){var rd=td("./node_modules/@babel/runtime/helpers/typeof.js"),od=td("./lib/request.js"),sd=td("./src/util.js");function ld(zf,Dh){var yh=this.options.Protocol||(sd.isBrowser&&(typeof location>"u"?"undefined":rd(location))==="object"&&location.protocol==="http:"?"http:":"https:"),Ih=this.options.ServiceDomain,Xh=zf.AppId||this.options.appId,qh=zf.Region;Ih?(Ih=Ih.replace(/\{\{AppId\}\}/gi,Xh||"").replace(/\{\{Region\}\}/gi,qh||"").replace(/\{\{.*?\}\}/gi,""),/^[a-zA-Z]+:\/\//.test(Ih)||(Ih=yh+"//"+Ih),Ih.slice(-1)==="/"&&(Ih=Ih.slice(0,-1))):qh?Ih=yh+"//cos."+qh+".myqcloud.com":Ih=yh+"//service.cos.myqcloud.com";var Zh="",Yh=qh?"cos."+qh+".myqcloud.com":"service.cos.myqcloud.com",Fh=Ih.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");Yh===Fh&&(Zh=Yh),Hm.call(this,{Action:"name/cos:GetService",url:Ih,method:"GET",headers:zf.Headers,SignHost:Zh,tracker:zf.tracker},function(zh,om){if(zh)return Dh(zh);var fm=om&&om.ListAllMyBucketsResult&&om.ListAllMyBucketsResult.Buckets&&om.ListAllMyBucketsResult.Buckets.Bucket||[];fm=sd.isArray(fm)?fm:[fm];var uh=om&&om.ListAllMyBucketsResult&&om.ListAllMyBucketsResult.Owner||{};Dh(null,{Buckets:fm,Owner:uh,statusCode:om.statusCode,headers:om.headers})})}function cd(zf,Dh){var yh=this,Ih="";if(zf.BucketAZConfig){var Xh={BucketAZConfig:zf.BucketAZConfig};Ih=sd.json2xml({CreateBucketConfiguration:Xh})}Hm.call(this,{Action:"name/cos:PutBucket",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,body:Ih,tracker:zf.tracker},function(qh,Zh){if(qh)return Dh(qh);var Yh=h1({protocol:yh.options.Protocol,domain:yh.options.Domain,bucket:zf.Bucket,region:zf.Region,isLocation:!0});Dh(null,{Location:Yh,statusCode:Zh.statusCode,headers:Zh.headers})})}function ud(zf,Dh){Hm.call(this,{Action:"name/cos:HeadBucket",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,method:"HEAD",tracker:zf.tracker},Dh)}function gd(zf,Dh){var yh={};yh.prefix=zf.Prefix||"",yh.delimiter=zf.Delimiter,yh.marker=zf.Marker,yh["max-keys"]=zf.MaxKeys,yh["encoding-type"]=zf.EncodingType,Hm.call(this,{Action:"name/cos:GetBucket",ResourceKey:yh.prefix,method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,qs:yh,tracker:zf.tracker},function(Ih,Xh){if(Ih)return Dh(Ih);var qh=Xh.ListBucketResult||{},Zh=qh.Contents||[],Yh=qh.CommonPrefixes||[];Zh=sd.isArray(Zh)?Zh:[Zh],Yh=sd.isArray(Yh)?Yh:[Yh];var Fh=sd.clone(qh);sd.extend(Fh,{Contents:Zh,CommonPrefixes:Yh,statusCode:Xh.statusCode,headers:Xh.headers}),Dh(null,Fh)})}function _d(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucket",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,method:"DELETE",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function yd(zf,Dh){var yh=zf.Headers,Ih="";if(zf.AccessControlPolicy){var Xh=sd.clone(zf.AccessControlPolicy||{}),qh=Xh.Grants||Xh.Grant;qh=sd.isArray(qh)?qh:[qh],delete Xh.Grant,delete Xh.Grants,Xh.AccessControlList={Grant:qh},Ih=sd.json2xml({AccessControlPolicy:Xh}),yh["Content-Type"]="application/xml",yh["Content-MD5"]=sd.b64(sd.md5(Ih))}sd.each(yh,function(Zh,Yh){Yh.indexOf("x-cos-grant-")===0&&(yh[Yh]=v1(yh[Yh]))}),Hm.call(this,{Action:"name/cos:PutBucketACL",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,headers:yh,action:"acl",body:Ih,tracker:zf.tracker},function(Zh,Yh){if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function Ed(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketACL",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"acl",tracker:zf.tracker},function(yh,Ih){if(yh)return Dh(yh);var Xh=Ih.AccessControlPolicy||{},qh=Xh.Owner||{},Zh=Xh.AccessControlList.Grant||[];Zh=sd.isArray(Zh)?Zh:[Zh];var Yh=Km(Xh);Ih.headers&&Ih.headers["x-cos-acl"]&&(Yh.ACL=Ih.headers["x-cos-acl"]),Yh=sd.extend(Yh,{Owner:qh,Grants:Zh,statusCode:Ih.statusCode,headers:Ih.headers}),Dh(null,Yh)})}function Td(zf,Dh){var yh=zf.CORSConfiguration||{},Ih=yh.CORSRules||zf.CORSRules||[];Ih=sd.clone(sd.isArray(Ih)?Ih:[Ih]),sd.each(Ih,function(Yh){sd.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Fh){var zh=Fh+"s",om=Yh[zh]||Yh[Fh]||[];delete Yh[zh],Yh[Fh]=sd.isArray(om)?om:[om]})});var Xh={CORSRule:Ih};zf.ResponseVary&&(Xh.ResponseVary=zf.ResponseVary);var qh=sd.json2xml({CORSConfiguration:Xh}),Zh=zf.Headers;Zh["Content-Type"]="application/xml",Zh["Content-MD5"]=sd.b64(sd.md5(qh)),Hm.call(this,{Action:"name/cos:PutBucketCORS",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:qh,action:"cors",headers:Zh,tracker:zf.tracker},function(Yh,Fh){if(Yh)return Dh(Yh);Dh(null,{statusCode:Fh.statusCode,headers:Fh.headers})})}function Od(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketCORS",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"cors",tracker:zf.tracker},function(yh,Ih){if(yh){if(yh.statusCode===404&&yh.error&&yh.error.Code==="NoSuchCORSConfiguration"){var Xh={CORSRules:[],statusCode:yh.statusCode};yh.headers&&(Xh.headers=yh.headers),Dh(null,Xh)}else Dh(yh);return}var qh=Ih.CORSConfiguration||{},Zh=qh.CORSRules||qh.CORSRule||[];Zh=sd.clone(sd.isArray(Zh)?Zh:[Zh]);var Yh=qh.ResponseVary;sd.each(Zh,function(Fh){sd.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(zh){var om=zh+"s",fm=Fh[om]||Fh[zh]||[];delete Fh[zh],Fh[om]=sd.isArray(fm)?fm:[fm]})}),Dh(null,{CORSRules:Zh,ResponseVary:Yh,statusCode:Ih.statusCode,headers:Ih.headers})})}function Ad(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketCORS",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"cors",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode||yh.statusCode,headers:Ih.headers})})}function Nd(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketLocation",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"location",tracker:zf.tracker},Dh)}function kd(zf,Dh){var yh=zf.Policy;try{typeof yh=="string"&&(yh=JSON.parse(yh))}catch{}if(!yh||typeof yh=="string")return Dh(sd.error(new Error("Policy format error")));var Ih=JSON.stringify(yh);yh.version||(yh.version="2.0");var Xh=zf.Headers;Xh["Content-Type"]="application/json",Xh["Content-MD5"]=sd.b64(sd.md5(Ih)),Hm.call(this,{Action:"name/cos:PutBucketPolicy",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,action:"policy",body:Ih,headers:Xh,tracker:zf.tracker},function(qh,Zh){if(qh&&qh.statusCode===204)return Dh(null,{statusCode:qh.statusCode});if(qh)return Dh(qh);Dh(null,{statusCode:Zh.statusCode,headers:Zh.headers})})}function Id(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketPolicy",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"policy",rawBody:!0,tracker:zf.tracker},function(yh,Ih){if(yh)return yh.statusCode&&yh.statusCode===403?Dh(sd.error(yh,{ErrorStatus:"Access Denied"})):yh.statusCode&&yh.statusCode===405?Dh(sd.error(yh,{ErrorStatus:"Method Not Allowed"})):yh.statusCode&&yh.statusCode===404?Dh(sd.error(yh,{ErrorStatus:"Policy Not Found"})):Dh(yh);var Xh={};try{Xh=JSON.parse(Ih.body)}catch{}Dh(null,{Policy:Xh,statusCode:Ih.statusCode,headers:Ih.headers})})}function Rd(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketPolicy",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"policy",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode||yh.statusCode,headers:Ih.headers})})}function Md(zf,Dh){var yh=zf.Tagging||{},Ih=yh.TagSet||yh.Tags||zf.Tags||[];Ih=sd.clone(sd.isArray(Ih)?Ih:[Ih]);var Xh=sd.json2xml({Tagging:{TagSet:{Tag:Ih}}}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:PutBucketTagging",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Xh,action:"tagging",headers:qh,tracker:zf.tracker},function(Zh,Yh){if(Zh&&Zh.statusCode===204)return Dh(null,{statusCode:Zh.statusCode});if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function Ld(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketTagging",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"tagging",tracker:zf.tracker},function(yh,Ih){if(yh){if(yh.statusCode===404&&yh.error&&(yh.error==="Not Found"||yh.error.Code==="NoSuchTagSet")){var Xh={Tags:[],statusCode:yh.statusCode};yh.headers&&(Xh.headers=yh.headers),Dh(null,Xh)}else Dh(yh);return}var qh=[];try{qh=Ih.Tagging.TagSet.Tag||[]}catch{}qh=sd.clone(sd.isArray(qh)?qh:[qh]),Dh(null,{Tags:qh,statusCode:Ih.statusCode,headers:Ih.headers})})}function jd(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketTagging",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"tagging",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function Pd(zf,Dh){var yh=zf.LifecycleConfiguration||{},Ih=yh.Rules||zf.Rules||[];Ih=sd.clone(Ih);var Xh=sd.json2xml({LifecycleConfiguration:{Rule:Ih}}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:PutBucketLifecycle",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Xh,action:"lifecycle",headers:qh,tracker:zf.tracker},function(Zh,Yh){if(Zh&&Zh.statusCode===204)return Dh(null,{statusCode:Zh.statusCode});if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function Fd(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketLifecycle",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"lifecycle",tracker:zf.tracker},function(yh,Ih){if(yh){if(yh.statusCode===404&&yh.error&&yh.error.Code==="NoSuchLifecycleConfiguration"){var Xh={Rules:[],statusCode:yh.statusCode};yh.headers&&(Xh.headers=yh.headers),Dh(null,Xh)}else Dh(yh);return}var qh=[];try{qh=Ih.LifecycleConfiguration.Rule||[]}catch{}qh=sd.clone(sd.isArray(qh)?qh:[qh]),Dh(null,{Rules:qh,statusCode:Ih.statusCode,headers:Ih.headers})})}function Ud(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketLifecycle",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"lifecycle",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function Vd(zf,Dh){if(!zf.VersioningConfiguration){Dh(sd.error(new Error("missing param VersioningConfiguration")));return}var yh=zf.VersioningConfiguration||{},Ih=sd.json2xml({VersioningConfiguration:yh}),Xh=zf.Headers;Xh["Content-Type"]="application/xml",Xh["Content-MD5"]=sd.b64(sd.md5(Ih)),Hm.call(this,{Action:"name/cos:PutBucketVersioning",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Ih,action:"versioning",headers:Xh,tracker:zf.tracker},function(qh,Zh){if(qh&&qh.statusCode===204)return Dh(null,{statusCode:qh.statusCode});if(qh)return Dh(qh);Dh(null,{statusCode:Zh.statusCode,headers:Zh.headers})})}function qd(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketVersioning",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"versioning",tracker:zf.tracker},function(yh,Ih){yh||!Ih.VersioningConfiguration&&(Ih.VersioningConfiguration={}),Dh(yh,Ih)})}function Wd(zf,Dh){var yh=sd.clone(zf.ReplicationConfiguration),Ih=sd.json2xml({ReplicationConfiguration:yh});Ih=Ih.replace(/<(\/?)Rules>/gi,"<$1Rule>"),Ih=Ih.replace(/<(\/?)Tags>/gi,"<$1Tag>");var Xh=zf.Headers;Xh["Content-Type"]="application/xml",Xh["Content-MD5"]=sd.b64(sd.md5(Ih)),Hm.call(this,{Action:"name/cos:PutBucketReplication",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Ih,action:"replication",headers:Xh,tracker:zf.tracker},function(qh,Zh){if(qh&&qh.statusCode===204)return Dh(null,{statusCode:qh.statusCode});if(qh)return Dh(qh);Dh(null,{statusCode:Zh.statusCode,headers:Zh.headers})})}function zd(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketReplication",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"replication",tracker:zf.tracker},function(yh,Ih){if(yh){if(yh.statusCode===404&&yh.error&&(yh.error==="Not Found"||yh.error.Code==="ReplicationConfigurationnotFoundError")){var Xh={ReplicationConfiguration:{Rules:[]},statusCode:yh.statusCode};yh.headers&&(Xh.headers=yh.headers),Dh(null,Xh)}else Dh(yh);return}!Ih.ReplicationConfiguration&&(Ih.ReplicationConfiguration={}),Ih.ReplicationConfiguration.Rule&&(Ih.ReplicationConfiguration.Rules=sd.makeArray(Ih.ReplicationConfiguration.Rule),delete Ih.ReplicationConfiguration.Rule),Dh(yh,Ih)})}function Kd(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"replication",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function Qd(zf,Dh){if(!zf.WebsiteConfiguration){Dh(sd.error(new Error("missing param WebsiteConfiguration")));return}var yh=sd.clone(zf.WebsiteConfiguration||{}),Ih=yh.RoutingRules||yh.RoutingRule||[];Ih=sd.isArray(Ih)?Ih:[Ih],delete yh.RoutingRule,delete yh.RoutingRules,Ih.length&&(yh.RoutingRules={RoutingRule:Ih});var Xh=sd.json2xml({WebsiteConfiguration:yh}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:PutBucketWebsite",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Xh,action:"website",headers:qh,tracker:zf.tracker},function(Zh,Yh){if(Zh&&Zh.statusCode===204)return Dh(null,{statusCode:Zh.statusCode});if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function hf(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketWebsite",method:"GET",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,action:"website",tracker:zf.tracker},function(yh,Ih){if(yh){if(yh.statusCode===404&&yh.error.Code==="NoSuchWebsiteConfiguration"){var Xh={WebsiteConfiguration:{},statusCode:yh.statusCode};yh.headers&&(Xh.headers=yh.headers),Dh(null,Xh)}else Dh(yh);return}var qh=Ih.WebsiteConfiguration||{};if(qh.RoutingRules){var Zh=sd.clone(qh.RoutingRules.RoutingRule||[]);Zh=sd.makeArray(Zh),qh.RoutingRules=Zh}Dh(null,{WebsiteConfiguration:qh,statusCode:Ih.statusCode,headers:Ih.headers})})}function gf(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketWebsite",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"website",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function bf(zf,Dh){if(!zf.RefererConfiguration){Dh(sd.error(new Error("missing param RefererConfiguration")));return}var yh=sd.clone(zf.RefererConfiguration||{}),Ih=yh.DomainList||{},Xh=Ih.Domains||Ih.Domain||[];Xh=sd.isArray(Xh)?Xh:[Xh],Xh.length&&(yh.DomainList={Domain:Xh});var qh=sd.json2xml({RefererConfiguration:yh}),Zh=zf.Headers;Zh["Content-Type"]="application/xml",Zh["Content-MD5"]=sd.b64(sd.md5(qh)),Hm.call(this,{Action:"name/cos:PutBucketReferer",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:qh,action:"referer",headers:Zh,tracker:zf.tracker},function(Yh,Fh){if(Yh&&Yh.statusCode===204)return Dh(null,{statusCode:Yh.statusCode});if(Yh)return Dh(Yh);Dh(null,{statusCode:Fh.statusCode,headers:Fh.headers})})}function kf(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketReferer",method:"GET",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,action:"referer",tracker:zf.tracker},function(yh,Ih){if(yh){if(yh.statusCode===404&&yh.error.Code==="NoSuchRefererConfiguration"){var Xh={WebsiteConfiguration:{},statusCode:yh.statusCode};yh.headers&&(Xh.headers=yh.headers),Dh(null,Xh)}else Dh(yh);return}var qh=Ih.RefererConfiguration||{};if(qh.DomainList){var Zh=sd.makeArray(qh.DomainList.Domain||[]);qh.DomainList={Domains:Zh}}Dh(null,{RefererConfiguration:qh,statusCode:Ih.statusCode,headers:Ih.headers})})}function Cf(zf,Dh){var yh=zf.DomainConfiguration||{},Ih=yh.DomainRule||zf.DomainRule||[];Ih=sd.clone(Ih);var Xh=sd.json2xml({DomainConfiguration:{DomainRule:Ih}}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:PutBucketDomain",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Xh,action:"domain",headers:qh,tracker:zf.tracker},function(Zh,Yh){if(Zh&&Zh.statusCode===204)return Dh(null,{statusCode:Zh.statusCode});if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function Ef(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketDomain",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"domain",tracker:zf.tracker},function(yh,Ih){if(yh)return Dh(yh);var Xh=[];try{Xh=Ih.DomainConfiguration.DomainRule||[]}catch{}Xh=sd.clone(sd.isArray(Xh)?Xh:[Xh]),Dh(null,{DomainRule:Xh,statusCode:Ih.statusCode,headers:Ih.headers})})}function yf(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketDomain",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"domain",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function Mf(zf,Dh){var yh=zf.OriginConfiguration||{},Ih=yh.OriginRule||zf.OriginRule||[];Ih=sd.clone(Ih);var Xh=sd.json2xml({OriginConfiguration:{OriginRule:Ih}}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:PutBucketOrigin",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Xh,action:"origin",headers:qh,tracker:zf.tracker},function(Zh,Yh){if(Zh&&Zh.statusCode===204)return Dh(null,{statusCode:Zh.statusCode});if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function Af(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketOrigin",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"origin",tracker:zf.tracker},function(yh,Ih){if(yh)return Dh(yh);var Xh=[];try{Xh=Ih.OriginConfiguration.OriginRule||[]}catch{}Xh=sd.clone(sd.isArray(Xh)?Xh:[Xh]),Dh(null,{OriginRule:Xh,statusCode:Ih.statusCode,headers:Ih.headers})})}function Zd(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketOrigin",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"origin",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function mf(zf,Dh){var yh=sd.json2xml({BucketLoggingStatus:zf.BucketLoggingStatus||""}),Ih=zf.Headers;Ih["Content-Type"]="application/xml",Ih["Content-MD5"]=sd.b64(sd.md5(yh)),Hm.call(this,{Action:"name/cos:PutBucketLogging",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:yh,action:"logging",headers:Ih,tracker:zf.tracker},function(Xh,qh){if(Xh&&Xh.statusCode===204)return Dh(null,{statusCode:Xh.statusCode});if(Xh)return Dh(Xh);Dh(null,{statusCode:qh.statusCode,headers:qh.headers})})}function Pf(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketLogging",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"logging",tracker:zf.tracker},function(yh,Ih){if(yh)return Dh(yh);Dh(null,{BucketLoggingStatus:Ih.BucketLoggingStatus,statusCode:Ih.statusCode,headers:Ih.headers})})}function Ff(zf,Dh,yh){var Ih=sd.clone(Dh.InventoryConfiguration);if(Ih.OptionalFields){var Xh=Ih.OptionalFields||[];Ih.OptionalFields={Field:Xh}}if(Ih.Destination&&Ih.Destination.COSBucketDestination&&Ih.Destination.COSBucketDestination.Encryption){var qh=Ih.Destination.COSBucketDestination.Encryption;Object.keys(qh).indexOf("SSECOS")>-1&&(qh["SSE-COS"]=qh.SSECOS,delete qh.SSECOS)}var Zh=sd.json2xml({InventoryConfiguration:Ih}),Yh=Dh.Headers;Yh["Content-Type"]="application/xml",Yh["Content-MD5"]=sd.b64(sd.md5(Zh));var Fh=zf==="PUT"?"name/cos:PutBucketInventory":"name/cos:PostBucketInventory";Hm.call(this,{Action:Fh,method:zf,Bucket:Dh.Bucket,Region:Dh.Region,body:Zh,action:"inventory",qs:{id:Dh.Id},headers:Yh,tracker:Dh.tracker},function(zh,om){if(zh&&zh.statusCode===204)return yh(null,{statusCode:zh.statusCode});if(zh)return yh(zh);yh(null,{statusCode:om.statusCode,headers:om.headers})})}function Lf(zf,Dh){return Ff.call(this,"PUT",zf,Dh)}function jf(zf,Dh){return Ff.call(this,"POST",zf,Dh)}function xf(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketInventory",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"inventory",qs:{id:zf.Id},tracker:zf.tracker},function(yh,Ih){if(yh)return Dh(yh);var Xh=Ih.InventoryConfiguration;if(Xh&&Xh.OptionalFields&&Xh.OptionalFields.Field){var qh=Xh.OptionalFields.Field;sd.isArray(qh)||(qh=[qh]),Xh.OptionalFields=qh}if(Xh.Destination&&Xh.Destination.COSBucketDestination&&Xh.Destination.COSBucketDestination.Encryption){var Zh=Xh.Destination.COSBucketDestination.Encryption;Object.keys(Zh).indexOf("SSE-COS")>-1&&(Zh.SSECOS=Zh["SSE-COS"],delete Zh["SSE-COS"])}Dh(null,{InventoryConfiguration:Xh,statusCode:Ih.statusCode,headers:Ih.headers})})}function Nf(zf,Dh){Hm.call(this,{Action:"name/cos:ListBucketInventory",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"inventory",qs:{"continuation-token":zf.ContinuationToken},tracker:zf.tracker},function(yh,Ih){if(yh)return Dh(yh);var Xh=Ih.ListInventoryConfigurationResult,qh=Xh.InventoryConfiguration||[];qh=sd.isArray(qh)?qh:[qh],delete Xh.InventoryConfiguration,sd.each(qh,function(Zh){if(Zh&&Zh.OptionalFields&&Zh.OptionalFields.Field){var Yh=Zh.OptionalFields.Field;sd.isArray(Yh)||(Yh=[Yh]),Zh.OptionalFields=Yh}if(Zh.Destination&&Zh.Destination.COSBucketDestination&&Zh.Destination.COSBucketDestination.Encryption){var Fh=Zh.Destination.COSBucketDestination.Encryption;Object.keys(Fh).indexOf("SSE-COS")>-1&&(Fh.SSECOS=Fh["SSE-COS"],delete Fh["SSE-COS"])}}),Xh.InventoryConfigurations=qh,sd.extend(Xh,{statusCode:Ih.statusCode,headers:Ih.headers}),Dh(null,Xh)})}function Bf(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketInventory",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"inventory",qs:{id:zf.Id},tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function Tf(zf,Dh){if(!zf.AccelerateConfiguration){Dh(sd.error(new Error("missing param AccelerateConfiguration")));return}var yh={AccelerateConfiguration:zf.AccelerateConfiguration||{}},Ih=sd.json2xml(yh),Xh={};Xh["Content-Type"]="application/xml",Xh["Content-MD5"]=sd.b64(sd.md5(Ih)),Hm.call(this,{Action:"name/cos:PutBucketAccelerate",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Ih,action:"accelerate",headers:Xh,tracker:zf.tracker},function(qh,Zh){if(qh)return Dh(qh);Dh(null,{statusCode:Zh.statusCode,headers:Zh.headers})})}function wf(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketAccelerate",method:"GET",Bucket:zf.Bucket,Region:zf.Region,action:"accelerate",tracker:zf.tracker},function(yh,Ih){yh||!Ih.AccelerateConfiguration&&(Ih.AccelerateConfiguration={}),Dh(yh,Ih)})}function Of(zf,Dh){var yh=zf.ServerSideEncryptionConfiguration||{},Ih=yh.Rule||yh.Rules||[],Xh=sd.json2xml({ServerSideEncryptionConfiguration:{Rule:Ih}}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:PutBucketEncryption",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,body:Xh,action:"encryption",headers:qh,tracker:zf.tracker},function(Zh,Yh){if(Zh&&Zh.statusCode===204)return Dh(null,{statusCode:Zh.statusCode});if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function $f(zf,Dh){Hm.call(this,{Action:"name/cos:GetBucketEncryption",method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"encryption",tracker:zf.tracker},function(yh,Ih){if(yh){if(yh.statusCode===404&&yh.code==="NoSuchEncryptionConfiguration"){var Xh={EncryptionConfiguration:{Rules:[]},statusCode:yh.statusCode};yh.headers&&(Xh.headers=yh.headers),Dh(null,Xh)}else Dh(yh);return}var qh=sd.makeArray(Ih.EncryptionConfiguration&&Ih.EncryptionConfiguration.Rule||[]);Ih.EncryptionConfiguration={Rules:qh},Dh(yh,Ih)})}function Wf(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"encryption",tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function Kf(zf,Dh){Hm.call(this,{Action:"name/cos:HeadObject",method:"HEAD",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,VersionId:zf.VersionId,headers:zf.Headers,tracker:zf.tracker},function(yh,Ih){if(yh){var Xh=yh.statusCode;return zf.Headers["If-Modified-Since"]&&Xh&&Xh===304?Dh(null,{NotModified:!0,statusCode:Xh}):Dh(yh)}Ih.ETag=sd.attr(Ih.headers,"etag",""),Dh(null,Ih)})}function Df(zf,Dh){var yh={};yh.prefix=zf.Prefix||"",yh.delimiter=zf.Delimiter,yh["key-marker"]=zf.KeyMarker,yh["version-id-marker"]=zf.VersionIdMarker,yh["max-keys"]=zf.MaxKeys,yh["encoding-type"]=zf.EncodingType,Hm.call(this,{Action:"name/cos:GetBucketObjectVersions",ResourceKey:yh.prefix,method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,qs:yh,action:"versions",tracker:zf.tracker},function(Ih,Xh){if(Ih)return Dh(Ih);var qh=Xh.ListVersionsResult||{},Zh=qh.DeleteMarker||[];Zh=sd.isArray(Zh)?Zh:[Zh];var Yh=qh.Version||[];Yh=sd.isArray(Yh)?Yh:[Yh];var Fh=sd.clone(qh);delete Fh.DeleteMarker,delete Fh.Version,sd.extend(Fh,{DeleteMarkers:Zh,Versions:Yh,statusCode:Xh.statusCode,headers:Xh.headers}),Dh(null,Fh)})}function qf(zf,Dh){if(this.options.ObjectKeySimplifyCheck){var yh=sd.simplifyPath(zf.Key);if(yh==="/"){Dh(sd.error(new Error("The Getobject Key is illegal")));return}}var Ih=zf.Query||{},Xh=zf.QueryString||"",qh=sd.throttleOnProgress.call(this,0,zf.onProgress),Zh=zf.tracker;Zh&&Zh.setParams({signStartTime:new Date().getTime()}),Ih["response-content-type"]=zf.ResponseContentType,Ih["response-content-language"]=zf.ResponseContentLanguage,Ih["response-expires"]=zf.ResponseExpires,Ih["response-cache-control"]=zf.ResponseCacheControl,Ih["response-content-disposition"]=zf.ResponseContentDisposition,Ih["response-content-encoding"]=zf.ResponseContentEncoding,Hm.call(this,{Action:"name/cos:GetObject",method:"GET",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,VersionId:zf.VersionId,DataType:zf.DataType,headers:zf.Headers,qs:Ih,qsStr:Xh,rawBody:!0,onDownloadProgress:qh,tracker:Zh},function(Yh,Fh){if(qh(null,!0),Yh){var zh=Yh.statusCode;return zf.Headers["If-Modified-Since"]&&zh&&zh===304?Dh(null,{NotModified:!0}):Dh(Yh)}Dh(null,{Body:Fh.body,ETag:sd.attr(Fh.headers,"etag",""),statusCode:Fh.statusCode,headers:Fh.headers})})}function Xf(zf,Dh){var yh=this,Ih=zf.ContentLength,Xh=sd.throttleOnProgress.call(yh,Ih,zf.onProgress),qh=zf.Headers;!qh["Cache-Control"]&&!qh["cache-control"]&&(qh["Cache-Control"]=""),!qh["Content-Type"]&&!qh["content-type"]&&(qh["Content-Type"]=zf.Body&&zf.Body.type||"");var Zh=zf.UploadAddMetaMd5||yh.options.UploadAddMetaMd5||yh.options.UploadCheckContentMd5,Yh=zf.tracker;Zh&&Yh&&Yh.setParams({md5StartTime:new Date().getTime()}),sd.getBodyMd5(Zh,zf.Body,function(Fh){Fh&&(Yh&&Yh.setParams({md5EndTime:new Date().getTime()}),yh.options.UploadCheckContentMd5&&(qh["Content-MD5"]=sd.b64(Fh)),(zf.UploadAddMetaMd5||yh.options.UploadAddMetaMd5)&&(qh["x-cos-meta-md5"]=Fh)),zf.ContentLength!==void 0&&(qh["Content-Length"]=zf.ContentLength),Xh(null,!0),Hm.call(yh,{Action:"name/cos:PutObject",TaskId:zf.TaskId,method:"PUT",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,qs:zf.Query,body:zf.Body,onProgress:Xh,tracker:Yh},function(zh,om){if(zh)return Xh(null,!0),Dh(zh);Xh({loaded:Ih,total:Ih},!0);var fm=h1({ForcePathStyle:yh.options.ForcePathStyle,protocol:yh.options.Protocol,domain:yh.options.Domain,bucket:zf.Bucket,region:yh.options.UseAccelerate?"accelerate":zf.Region,object:zf.Key});fm=fm.substr(fm.indexOf("://")+3),om.Location=fm,om.ETag=sd.attr(om.headers,"etag",""),Dh(null,om)})},zf.onHashProgress)}function hh(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteObject",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,VersionId:zf.VersionId,action:zf.Recursive?"recursive":"",tracker:zf.tracker},function(yh,Ih){if(yh){var Xh=yh.statusCode;return Xh&&Xh===404?Dh(null,{BucketNotFound:!0,statusCode:Xh}):Dh(yh)}Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function Mh(zf,Dh){var yh={};zf.VersionId&&(yh.versionId=zf.VersionId),Hm.call(this,{Action:"name/cos:GetObjectACL",method:"GET",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,qs:yh,action:"acl",tracker:zf.tracker},function(Ih,Xh){if(Ih)return Dh(Ih);var qh=Xh.AccessControlPolicy||{},Zh=qh.Owner||{},Yh=qh.AccessControlList&&qh.AccessControlList.Grant||[];Yh=sd.isArray(Yh)?Yh:[Yh];var Fh=Km(qh);delete Fh.GrantWrite,Xh.headers&&Xh.headers["x-cos-acl"]&&(Fh.ACL=Xh.headers["x-cos-acl"]),Fh=sd.extend(Fh,{Owner:Zh,Grants:Yh,statusCode:Xh.statusCode,headers:Xh.headers}),Dh(null,Fh)})}function wh(zf,Dh){var yh=zf.Headers,Ih="";if(zf.AccessControlPolicy){var Xh=sd.clone(zf.AccessControlPolicy||{}),qh=Xh.Grants||Xh.Grant;qh=sd.isArray(qh)?qh:[qh],delete Xh.Grant,delete Xh.Grants,Xh.AccessControlList={Grant:qh},Ih=sd.json2xml({AccessControlPolicy:Xh}),yh["Content-Type"]="application/xml",yh["Content-MD5"]=sd.b64(sd.md5(Ih))}sd.each(yh,function(Zh,Yh){Yh.indexOf("x-cos-grant-")===0&&(yh[Yh]=v1(yh[Yh]))}),Hm.call(this,{Action:"name/cos:PutObjectACL",method:"PUT",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,action:"acl",headers:yh,body:Ih,tracker:zf.tracker},function(Zh,Yh){if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function Bh(zf,Dh){var yh=zf.Headers;yh.Origin=zf.Origin,yh["Access-Control-Request-Method"]=zf.AccessControlRequestMethod,yh["Access-Control-Request-Headers"]=zf.AccessControlRequestHeaders,Hm.call(this,{Action:"name/cos:OptionsObject",method:"OPTIONS",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:yh,tracker:zf.tracker},function(Ih,Xh){if(Ih)return Ih.statusCode&&Ih.statusCode===403?Dh(null,{OptionsForbidden:!0,statusCode:Ih.statusCode}):Dh(Ih);var qh=Xh.headers||{};Dh(null,{AccessControlAllowOrigin:qh["access-control-allow-origin"],AccessControlAllowMethods:qh["access-control-allow-methods"],AccessControlAllowHeaders:qh["access-control-allow-headers"],AccessControlExposeHeaders:qh["access-control-expose-headers"],AccessControlMaxAge:qh["access-control-max-age"],statusCode:Xh.statusCode,headers:Xh.headers})})}function Uh(zf,Dh){var yh=this,Ih=zf.Headers;!Ih["Cache-Control"]&&!Ih["cache-control"]&&(Ih["Cache-Control"]="");var Xh=zf.CopySource||"",qh=sd.getSourceParams.call(this,Xh);if(!qh){Dh(sd.error(new Error("CopySource format error")));return}var Zh=qh.Bucket,Yh=qh.Region,Fh=decodeURIComponent(qh.Key);Hm.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Zh,region:Yh,prefix:Fh},{action:"name/cos:PutObject",bucket:zf.Bucket,region:zf.Region,prefix:zf.Key}],method:"PUT",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,VersionId:zf.VersionId,headers:zf.Headers,tracker:zf.tracker},function(zh,om){if(zh)return Dh(zh);var fm=sd.clone(om.CopyObjectResult||{}),uh=h1({ForcePathStyle:yh.options.ForcePathStyle,protocol:yh.options.Protocol,domain:yh.options.Domain,bucket:zf.Bucket,region:zf.Region,object:zf.Key,isLocation:!0});sd.extend(fm,{Location:uh,statusCode:om.statusCode,headers:om.headers}),Dh(null,fm)})}function oh(zf,Dh){var yh=zf.CopySource||"",Ih=sd.getSourceParams.call(this,yh);if(!Ih){Dh(sd.error(new Error("CopySource format error")));return}var Xh=Ih.Bucket,qh=Ih.Region,Zh=decodeURIComponent(Ih.Key);Hm.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Xh,region:qh,prefix:Zh},{action:"name/cos:PutObject",bucket:zf.Bucket,region:zf.Region,prefix:zf.Key}],method:"PUT",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,VersionId:zf.VersionId,qs:{partNumber:zf.PartNumber,uploadId:zf.UploadId},headers:zf.Headers,tracker:zf.tracker},function(Yh,Fh){if(Yh)return Dh(Yh);var zh=sd.clone(Fh.CopyPartResult||{});sd.extend(zh,{statusCode:Fh.statusCode,headers:Fh.headers}),Dh(null,zh)})}function Vf(zf,Dh){var yh=zf.Objects||[],Ih=zf.Quiet;yh=sd.isArray(yh)?yh:[yh];var Xh=sd.json2xml({Delete:{Object:yh,Quiet:Ih||!1}}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh));var Zh=sd.map(yh,function(Yh){return{action:"name/cos:DeleteObject",bucket:zf.Bucket,region:zf.Region,prefix:Yh.Key}});Hm.call(this,{Scope:Zh,method:"POST",Bucket:zf.Bucket,Region:zf.Region,body:Xh,action:"delete",headers:qh,tracker:zf.tracker},function(Yh,Fh){if(Yh)return Dh(Yh);var zh=Fh.DeleteResult||{},om=zh.Deleted||[],fm=zh.Error||[];om=sd.isArray(om)?om:[om],fm=sd.isArray(fm)?fm:[fm];var uh=sd.clone(zh);sd.extend(uh,{Error:fm,Deleted:om,statusCode:Fh.statusCode,headers:Fh.headers}),Dh(null,uh)})}function Rf(zf,Dh){var yh=zf.Headers;if(!zf.RestoreRequest){Dh(sd.error(new Error("missing param RestoreRequest")));return}var Ih=zf.RestoreRequest||{},Xh=sd.json2xml({RestoreRequest:Ih});yh["Content-Type"]="application/xml",yh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:RestoreObject",method:"POST",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,VersionId:zf.VersionId,body:Xh,action:"restore",headers:yh,tracker:zf.tracker},Dh)}function Zf(zf,Dh){var yh=zf.Tagging||{},Ih=yh.TagSet||yh.Tags||zf.Tags||[];Ih=sd.clone(sd.isArray(Ih)?Ih:[Ih]);var Xh=sd.json2xml({Tagging:{TagSet:{Tag:Ih}}}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:PutObjectTagging",method:"PUT",Bucket:zf.Bucket,Key:zf.Key,Region:zf.Region,body:Xh,action:"tagging",headers:qh,VersionId:zf.VersionId,tracker:zf.tracker},function(Zh,Yh){if(Zh&&Zh.statusCode===204)return Dh(null,{statusCode:Zh.statusCode});if(Zh)return Dh(Zh);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers})})}function Jf(zf,Dh){Hm.call(this,{Action:"name/cos:GetObjectTagging",method:"GET",Key:zf.Key,Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,action:"tagging",VersionId:zf.VersionId,tracker:zf.tracker},function(yh,Ih){if(yh){if(yh.statusCode===404&&yh.error&&(yh.error==="Not Found"||yh.error.Code==="NoSuchTagSet")){var Xh={Tags:[],statusCode:yh.statusCode};yh.headers&&(Xh.headers=yh.headers),Dh(null,Xh)}else Dh(yh);return}var qh=[];try{qh=Ih.Tagging.TagSet.Tag||[]}catch{}qh=sd.clone(sd.isArray(qh)?qh:[qh]),Dh(null,{Tags:qh,statusCode:Ih.statusCode,headers:Ih.headers})})}function Th(zf,Dh){Hm.call(this,{Action:"name/cos:DeleteObjectTagging",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,action:"tagging",VersionId:zf.VersionId,tracker:zf.tracker},function(yh,Ih){if(yh&&yh.statusCode===204)return Dh(null,{statusCode:yh.statusCode});if(yh)return Dh(yh);Dh(null,{statusCode:Ih.statusCode,headers:Ih.headers})})}function Ah(zf,Dh){var yh=zf.SelectType;if(!yh)return Dh(sd.error(new Error("missing param SelectType")));var Ih=zf.SelectRequest||{},Xh=sd.json2xml({SelectRequest:Ih}),qh=zf.Headers;qh["Content-Type"]="application/xml",qh["Content-MD5"]=sd.b64(sd.md5(Xh)),Hm.call(this,{Action:"name/cos:GetObject",method:"POST",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,action:"select",qs:{"select-type":zf.SelectType},VersionId:zf.VersionId,body:Xh,DataType:"arraybuffer",rawBody:!0,tracker:zf.tracker},function(Zh,Yh){if(Zh&&Zh.statusCode===204)return Dh(null,{statusCode:Zh.statusCode});if(Zh)return Dh(Zh);var Fh=sd.parseSelectPayload(Yh.body);Dh(null,{statusCode:Yh.statusCode,headers:Yh.headers,Body:Fh.body,Payload:Fh.payload})})}function Gh(zf,Dh){var yh=this,Ih=zf.Headers,Xh=zf.tracker;!Ih["Cache-Control"]&&!Ih["cache-control"]&&(Ih["Cache-Control"]=""),!Ih["Content-Type"]&&!Ih["content-type"]&&(Ih["Content-Type"]=zf.Body&&zf.Body.type||"");var qh=zf.Body&&(zf.UploadAddMetaMd5||yh.options.UploadAddMetaMd5);qh&&Xh&&Xh.setParams({md5StartTime:new Date().getTime()}),sd.getBodyMd5(qh,zf.Body,function(Zh){Zh&&(zf.Headers["x-cos-meta-md5"]=Zh),qh&&Xh&&Xh.setParams({md5EndTime:new Date().getTime()}),Hm.call(yh,{Action:"name/cos:InitiateMultipartUpload",method:"POST",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,action:"uploads",headers:zf.Headers,qs:zf.Query,tracker:Xh},function(Yh,Fh){if(Yh)return Xh&&Xh.parent&&Xh.parent.setParams({errorNode:"multipartInit"}),Dh(Yh);if(Fh=sd.clone(Fh||{}),Fh&&Fh.InitiateMultipartUploadResult)return Dh(null,sd.extend(Fh.InitiateMultipartUploadResult,{statusCode:Fh.statusCode,headers:Fh.headers}));Dh(null,Fh)})},zf.onHashProgress)}function sm(zf,Dh){var yh=this;sd.getFileSize("multipartUpload",zf,function(){var Ih=zf.tracker,Xh=yh.options.UploadCheckContentMd5;Xh&&Ih&&Ih.setParams({md5StartTime:new Date().getTime()}),sd.getBodyMd5(Xh,zf.Body,function(qh){qh&&(zf.Headers["Content-MD5"]=sd.b64(qh)),Xh&&Ih&&Ih.setParams({md5EndTime:new Date().getTime()}),Ih&&Ih.setParams({partNumber:zf.PartNumber}),Hm.call(yh,{Action:"name/cos:UploadPart",TaskId:zf.TaskId,method:"PUT",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,qs:{partNumber:zf.PartNumber,uploadId:zf.UploadId},headers:zf.Headers,onProgress:zf.onProgress,body:zf.Body||null,tracker:Ih},function(Zh,Yh){if(Zh)return Ih&&Ih.parent&&Ih.parent.setParams({errorNode:"multipartUpload"}),Dh(Zh);Dh(null,{ETag:sd.attr(Yh.headers,"etag",""),statusCode:Yh.statusCode,headers:Yh.headers})})})})}function kh(zf,Dh){for(var yh=this,Ih=zf.UploadId,Xh=zf.Parts,qh=zf.tracker,Zh=0,Yh=Xh.length;Zh<Yh;Zh++)Xh[Zh].ETag&&Xh[Zh].ETag.indexOf('"')===0||(Xh[Zh].ETag='"'+Xh[Zh].ETag+'"');var Fh=sd.json2xml({CompleteMultipartUpload:{Part:Xh}});Fh=Fh.replace(/\n\s*/g,"");var zh=zf.Headers;zh["Content-Type"]="application/xml",zh["Content-MD5"]=sd.b64(sd.md5(Fh)),Hm.call(this,{Action:"name/cos:CompleteMultipartUpload",method:"POST",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,qs:{uploadId:Ih},body:Fh,headers:zh,tracker:qh},function(om,fm){if(om)return qh&&qh.parent&&qh.parent.setParams({errorNode:"multipartComplete"}),Dh(om);var uh=h1({ForcePathStyle:yh.options.ForcePathStyle,protocol:yh.options.Protocol,domain:yh.options.Domain,bucket:zf.Bucket,region:zf.Region,object:zf.Key,isLocation:!0}),Om=fm.CompleteMultipartUploadResult||{};if(Om.ProcessResults&&(Om.UploadResult={OriginalInfo:{Key:Om.Key,Location:uh,ETag:Om.ETag,ImageInfo:Om.ImageInfo},ProcessResults:Om.ProcessResults},delete Om.ImageInfo,delete Om.ProcessResults),Om.CallbackResult){var l1=Om.CallbackResult;if(l1.Status==="200"&&l1.CallbackBody)try{Om.CallbackBody=JSON.parse(sd.decodeBase64(l1.CallbackBody))}catch{Om.CallbackBody={}}else Om.CallbackError=l1.Error||{};delete Om.CallbackResult}if(Om.ReturnBodyResult){var y1=Om.ReturnBodyResult;if(y1.Status==="200"&&y1.ReturnBody)try{Om.ReturnBody=JSON.parse(sd.decodeBase64(y1.ReturnBody))}catch{Om.ReturnBody={}}else Om.ReturnError={Code:y1.Code,Message:y1.Message,Status:y1.Status};delete Om.ReturnBodyResult}var c1=sd.extend(Om,{Location:uh,statusCode:fm.statusCode,headers:fm.headers});Dh(null,c1)})}function Rh(zf,Dh){var yh={};yh.delimiter=zf.Delimiter,yh["encoding-type"]=zf.EncodingType,yh.prefix=zf.Prefix||"",yh["max-uploads"]=zf.MaxUploads,yh["key-marker"]=zf.KeyMarker,yh["upload-id-marker"]=zf.UploadIdMarker,yh=sd.clearKey(yh);var Ih=zf.tracker;Ih&&Ih.setParams({signStartTime:new Date().getTime()}),Hm.call(this,{Action:"name/cos:ListMultipartUploads",ResourceKey:yh.prefix,method:"GET",Bucket:zf.Bucket,Region:zf.Region,headers:zf.Headers,qs:yh,action:"uploads",tracker:Ih},function(Xh,qh){if(Xh)return Ih&&Ih.parent&&Ih.parent.setParams({errorNode:"multipartList"}),Dh(Xh);if(qh&&qh.ListMultipartUploadsResult){var Zh=qh.ListMultipartUploadsResult.Upload||[];Zh=sd.isArray(Zh)?Zh:[Zh],qh.ListMultipartUploadsResult.Upload=Zh}var Yh=sd.clone(qh.ListMultipartUploadsResult||{});sd.extend(Yh,{statusCode:qh.statusCode,headers:qh.headers}),Dh(null,Yh)})}function jh(zf,Dh){var yh={},Ih=zf.tracker;yh.uploadId=zf.UploadId,yh["encoding-type"]=zf.EncodingType,yh["max-parts"]=zf.MaxParts,yh["part-number-marker"]=zf.PartNumberMarker,Hm.call(this,{Action:"name/cos:ListParts",method:"GET",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,qs:yh,tracker:Ih},function(Xh,qh){if(Xh)return Ih&&Ih.parent&&Ih.parent.setParams({errorNode:"multipartListPart"}),Dh(Xh);var Zh=qh.ListPartsResult||{},Yh=Zh.Part||[];Yh=sd.isArray(Yh)?Yh:[Yh],Zh.Part=Yh;var Fh=sd.clone(Zh);sd.extend(Fh,{statusCode:qh.statusCode,headers:qh.headers}),Dh(null,Fh)})}function cm(zf,Dh){var yh={};yh.uploadId=zf.UploadId,Hm.call(this,{Action:"name/cos:AbortMultipartUpload",method:"DELETE",Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,headers:zf.Headers,qs:yh,tracker:zf.tracker},function(Ih,Xh){if(Ih)return Dh(Ih);Dh(null,{statusCode:Xh.statusCode,headers:Xh.headers})})}function Tm(zf,Dh){Hm.call(this,{method:zf.Method,Bucket:zf.Bucket,Region:zf.Region,Key:zf.Key,action:zf.Action,headers:zf.Headers,qs:zf.Query,body:zf.Body,Url:zf.Url,rawBody:zf.RawBody,DataType:zf.DataType,tracker:zf.tracker},function(yh,Ih){if(yh)return Dh(yh);Ih&&Ih.body&&(Ih.Body=Ih.body,delete Ih.body),Dh(yh,Ih)})}function Fm(zf,Dh){var yh=zf.Headers;!yh["Cache-Control"]&&!yh["cache-control"]&&(yh["Cache-Control"]=""),!yh["Content-Type"]&&!yh["content-type"]&&(yh["Content-Type"]=zf.Body&&zf.Body.type||""),Hm.call(this,{Action:"name/cos:AppendObject",method:"POST",Bucket:zf.Bucket,Region:zf.Region,action:"append",Key:zf.Key,body:zf.Body,qs:{position:zf.Position},headers:zf.Headers,tracker:zf.tracker},function(Ih,Xh){if(Ih)return Dh(Ih);Dh(null,Xh)})}function Gm(zf){var Dh=this;return sd.getAuth({SecretId:zf.SecretId||this.options.SecretId||"",SecretKey:zf.SecretKey||this.options.SecretKey||"",Bucket:zf.Bucket,Region:zf.Region,Method:zf.Method,Key:zf.Key,Query:zf.Query,Headers:zf.Headers,Expires:zf.Expires,UseRawKey:Dh.options.UseRawKey,SystemClockOffset:Dh.options.SystemClockOffset})}function s1(zf,Dh){var yh=this,Ih=zf.UseAccelerate===void 0?yh.options.UseAccelerate:zf.UseAccelerate,Xh=h1({ForcePathStyle:yh.options.ForcePathStyle,protocol:zf.Protocol||yh.options.Protocol,domain:zf.Domain||yh.options.Domain,bucket:zf.Bucket,region:Ih?"accelerate":zf.Region,object:zf.Key}),qh="";zf.Query&&(qh+=sd.obj2str(zf.Query)),zf.QueryString&&(qh+=(qh?"&":"")+zf.QueryString);var Zh=Xh;if(zf.Sign!==void 0&&!zf.Sign)return qh&&(Zh+="?"+qh),Dh(null,{Url:Zh}),Zh;var Yh=F1.call(this,{Bucket:zf.Bucket,Region:zf.Region,UseAccelerate:zf.UseAccelerate,Url:Xh}),Fh=M1.call(this,{Action:(zf.Method||"").toUpperCase()==="PUT"?"name/cos:PutObject":"name/cos:GetObject",Bucket:zf.Bucket||"",Region:zf.Region||"",Method:zf.Method||"get",Key:zf.Key,Expires:zf.Expires,Headers:zf.Headers,Query:zf.Query,SignHost:Yh,ForceSignHost:zf.ForceSignHost===!1?!1:yh.options.ForceSignHost},function(zh,om){if(Dh){if(zh){Dh(zh);return}var fm=function(l1){var y1=l1.match(/q-url-param-list.*?(?=&)/g)[0],c1="q-url-param-list="+encodeURIComponent(y1.replace(/q-url-param-list=/,"")).toLowerCase(),Pm=new RegExp(y1,"g"),C1=l1.replace(Pm,c1);return C1},uh=Xh;uh+="?"+(om.Authorization.indexOf("q-signature")>-1?fm(om.Authorization):"sign="+encodeURIComponent(om.Authorization)),om.SecurityToken&&(uh+="&x-cos-security-token="+om.SecurityToken),om.ClientIP&&(uh+="&clientIP="+om.ClientIP),om.ClientUA&&(uh+="&clientUA="+om.ClientUA),om.Token&&(uh+="&token="+om.Token),qh&&(uh+="&"+qh),setTimeout(function(){Dh(null,{Url:uh})})}});return Fh?(Zh+="?"+Fh.Authorization+(Fh.SecurityToken?"&x-cos-security-token="+Fh.SecurityToken:""),qh&&(Zh+="&"+qh)):qh&&(Zh+="?"+qh),Zh}function Km(zf){var Dh={GrantFullControl:[],GrantWrite:[],GrantRead:[],GrantReadAcp:[],GrantWriteAcp:[],ACL:""},yh={FULL_CONTROL:"GrantFullControl",WRITE:"GrantWrite",READ:"GrantRead",READ_ACP:"GrantReadAcp",WRITE_ACP:"GrantWriteAcp"},Ih=zf&&zf.AccessControlList||{},Xh=Ih.Grant;Xh&&(Xh=sd.isArray(Xh)?Xh:[Xh]);var qh={READ:0,WRITE:0,FULL_CONTROL:0};return Xh&&Xh.length&&sd.each(Xh,function(Zh){Zh.Grantee.ID==="qcs::cam::anyone:anyone"||Zh.Grantee.URI==="http://cam.qcloud.com/groups/global/AllUsers"?qh[Zh.Permission]=1:Zh.Grantee.ID!==zf.Owner.ID&&Dh[yh[Zh.Permission]].push('id="'+Zh.Grantee.ID+'"')}),qh.FULL_CONTROL||qh.WRITE&&qh.READ?Dh.ACL="public-read-write":qh.READ?Dh.ACL="public-read":Dh.ACL="private",sd.each(yh,function(Zh){Dh[Zh]=v1(Dh[Zh].join(","))}),Dh}function v1(zf){var Dh=zf.split(","),yh={},Ih,Xh;for(Ih=0;Ih<Dh.length;)Xh=Dh[Ih].trim(),yh[Xh]?Dh.splice(Ih,1):(yh[Xh]=!0,Dh[Ih]=Xh,Ih++);return Dh.join(",")}function h1(zf){var Dh=zf.region||"",yh=zf.bucket||"",Ih=yh.substr(0,yh.lastIndexOf("-")),Xh=yh.substr(yh.lastIndexOf("-")+1),qh=zf.domain,Zh=zf.object;typeof qh=="function"&&(qh=qh({Bucket:yh,Region:Dh})),["http","https"].includes(zf.protocol)&&(zf.protocol=zf.protocol+":");var Yh=zf.protocol||(sd.isBrowser&&(typeof location>"u"?"undefined":rd(location))==="object"&&location.protocol==="http:"?"http:":"https:");qh||(["cn-south","cn-south-2","cn-north","cn-east","cn-southwest","sg"].indexOf(Dh)>-1?qh="{Region}.myqcloud.com":qh="cos.{Region}.myqcloud.com",zf.ForcePathStyle||(qh="{Bucket}."+qh)),qh=qh.replace(/\{\{AppId\}\}/gi,Xh).replace(/\{\{Bucket\}\}/gi,Ih).replace(/\{\{Region\}\}/gi,Dh).replace(/\{\{.*?\}\}/gi,""),qh=qh.replace(/\{AppId\}/gi,Xh).replace(/\{BucketName\}/gi,Ih).replace(/\{Bucket\}/gi,yh).replace(/\{Region\}/gi,Dh).replace(/\{.*?\}/gi,""),/^[a-zA-Z]+:\/\//.test(qh)||(qh=Yh+"//"+qh),qh.slice(-1)==="/"&&(qh=qh.slice(0,-1));var Fh=qh;return zf.ForcePathStyle&&(Fh+="/"+yh),Fh+="/",Zh&&(Fh+=sd.camSafeUrlEncode(Zh).replace(/%2F/g,"/")),zf.isLocation&&(Fh=Fh.replace(/^https?:\/\//,"")),Fh}var F1=function(Dh){if(!Dh.Bucket||!Dh.Region)return"";var yh=Dh.UseAccelerate===void 0?this.options.UseAccelerate:Dh.UseAccelerate,Ih=Dh.Url||h1({ForcePathStyle:this.options.ForcePathStyle,protocol:this.options.Protocol,domain:this.options.Domain,bucket:Dh.Bucket,region:yh?"accelerate":Dh.Region}),Xh=Ih.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");return Xh};function M1(zf,Dh){var yh=sd.clone(zf.Headers),Ih="";sd.each(yh,function(m1,d1){(m1===""||["content-type","cache-control","expires"].indexOf(d1.toLowerCase())>-1)&&delete yh[d1],d1.toLowerCase()==="host"&&(Ih=m1)});var Xh=zf.ForceSignHost!==!1;!Ih&&zf.SignHost&&Xh&&(yh.Host=zf.SignHost);var qh=!1,Zh=function(d1,Ch){qh||(qh=!0,Ch&&Ch.XCosSecurityToken&&!Ch.SecurityToken&&(Ch=sd.clone(Ch),Ch.SecurityToken=Ch.XCosSecurityToken,delete Ch.XCosSecurityToken),Dh&&Dh(d1,Ch))},Yh=this,Fh=zf.Bucket||"",zh=zf.Region||"",om=zf.Key||"";Yh.options.ForcePathStyle&&Fh&&(om=Fh+"/"+om);var fm="/"+om,uh={},Om=zf.Scope;if(!Om){var l1=zf.Action||"",y1=zf.ResourceKey||zf.Key||"";Om=zf.Scope||[{action:l1,bucket:Fh,region:zh,prefix:y1}]}var c1=sd.md5(JSON.stringify(Om));Yh._StsCache=Yh._StsCache||[],function(){var m1,d1;for(m1=Yh._StsCache.length-1;m1>=0;m1--){d1=Yh._StsCache[m1];var Ch=Math.round(sd.getSkewTime(Yh.options.SystemClockOffset)/1e3)+30;if(d1.StartTime&&Ch<d1.StartTime||Ch>=d1.ExpiredTime){Yh._StsCache.splice(m1,1);continue}if(!d1.ScopeLimit||d1.ScopeLimit&&d1.ScopeKey===c1){uh=d1;break}}}();var Pm=function(){var d1="";uh.StartTime&&zf.Expires?d1=uh.StartTime+";"+(uh.StartTime+zf.Expires*1):uh.StartTime&&uh.ExpiredTime&&(d1=uh.StartTime+";"+uh.ExpiredTime);var Ch=sd.getAuth({SecretId:uh.TmpSecretId,SecretKey:uh.TmpSecretKey,Method:zf.Method,Pathname:fm,Query:zf.Query,Headers:yh,Expires:zf.Expires,UseRawKey:Yh.options.UseRawKey,SystemClockOffset:Yh.options.SystemClockOffset,KeyTime:d1,ForceSignHost:Xh}),Kh={Authorization:Ch,SecurityToken:uh.SecurityToken||uh.XCosSecurityToken||"",Token:uh.Token||"",ClientIP:uh.ClientIP||"",ClientUA:uh.ClientUA||"",SignFrom:"client"};Zh(null,Kh)},C1=function(d1){if(d1.Authorization){var Ch=!1,Kh=d1.Authorization;if(Kh)if(Kh.indexOf(" ")>-1)Ch=!1;else if(Kh.indexOf("q-sign-algorithm=")>-1&&Kh.indexOf("q-ak=")>-1&&Kh.indexOf("q-sign-time=")>-1&&Kh.indexOf("q-key-time=")>-1&&Kh.indexOf("q-url-param-list=")>-1)Ch=!0;else try{Kh=atob(Kh),Kh.indexOf("a=")>-1&&Kh.indexOf("k=")>-1&&Kh.indexOf("t=")>-1&&Kh.indexOf("r=")>-1&&Kh.indexOf("b=")>-1&&(Ch=!0)}catch{}if(!Ch)return sd.error(new Error("getAuthorization callback params format error"))}else{if(!d1.TmpSecretId)return sd.error(new Error('getAuthorization callback params missing "TmpSecretId"'));if(!d1.TmpSecretKey)return sd.error(new Error('getAuthorization callback params missing "TmpSecretKey"'));if(!d1.SecurityToken&&!d1.XCosSecurityToken)return sd.error(new Error('getAuthorization callback params missing "SecurityToken"'));if(!d1.ExpiredTime)return sd.error(new Error('getAuthorization callback params missing "ExpiredTime"'));if(d1.ExpiredTime&&d1.ExpiredTime.toString().length!==10)return sd.error(new Error('getAuthorization callback params "ExpiredTime" should be 10 digits'));if(d1.StartTime&&d1.StartTime.toString().length!==10)return sd.error(new Error('getAuthorization callback params "StartTime" should be 10 StartTime'))}return!1};if(uh.ExpiredTime&&uh.ExpiredTime-sd.getSkewTime(Yh.options.SystemClockOffset)/1e3>60)Pm();else if(Yh.options.getAuthorization)Yh.options.getAuthorization.call(Yh,{Bucket:Fh,Region:zh,Method:zf.Method,Key:om,Pathname:fm,Query:zf.Query,Headers:yh,Scope:Om,SystemClockOffset:Yh.options.SystemClockOffset,ForceSignHost:Xh},function(m1){typeof m1=="string"&&(m1={Authorization:m1});var d1=C1(m1);if(d1)return Zh(d1);m1.Authorization?Zh(null,m1):(uh=m1||{},uh.Scope=Om,uh.ScopeKey=c1,Yh._StsCache.push(uh),Pm())});else if(Yh.options.getSTS)Yh.options.getSTS.call(Yh,{Bucket:Fh,Region:zh},function(m1){uh=m1||{},uh.Scope=Om,uh.ScopeKey=c1,uh.TmpSecretId||(uh.TmpSecretId=uh.SecretId),uh.TmpSecretKey||(uh.TmpSecretKey=uh.SecretKey);var d1=C1(uh);if(d1)return Zh(d1);Yh._StsCache.push(uh),Pm()});else return function(){var m1="";if(Yh.options.StartTime&&zf.Expires){if(Yh.options.StartTime.toString().length!==10)return Zh(sd.error(new Error('params "StartTime" should be 10 digits')));m1=Yh.options.StartTime+";"+(Yh.options.StartTime+zf.Expires*1)}else if(Yh.options.StartTime&&Yh.options.ExpiredTime){if(Yh.options.StartTime.toString().length!==10)return Zh(sd.error(new Error('params "StartTime" should be 10 digits')));if(Yh.options.ExpiredTime.toString().length!==10)return Zh(sd.error(new Error('params "ExpiredTime" should be 10 digits')));m1=Yh.options.StartTime+";"+Yh.options.ExpiredTime*1}var d1=sd.getAuth({SecretId:zf.SecretId||Yh.options.SecretId,SecretKey:zf.SecretKey||Yh.options.SecretKey,Method:zf.Method,Pathname:fm,Query:zf.Query,Headers:yh,Expires:zf.Expires,KeyTime:m1,UseRawKey:Yh.options.UseRawKey,SystemClockOffset:Yh.options.SystemClockOffset,ForceSignHost:Xh}),Ch={Authorization:d1,SecurityToken:Yh.options.SecurityToken||Yh.options.XCosSecurityToken,SignFrom:"client"};return Zh(null,Ch),Ch}();return""}function E1(zf){var Dh=this,yh=!1,Ih=!1,Xh=!1,qh=zf.headers&&(zf.headers.date||zf.headers.Date)||zf.error&&zf.error.ServerTime;try{var Zh=zf.error.Code,Yh=zf.error.Message;(Zh==="RequestTimeTooSkewed"||Zh==="AccessDenied"&&Yh==="Request has expired")&&(Ih=!0)}catch{}if(zf)if(Ih&&qh){var Fh=Date.parse(qh);this.options.CorrectClockSkew&&Math.abs(sd.getSkewTime(this.options.SystemClockOffset)-Fh)>=3e4&&(console.error("error: Local time is too skewed."),this.options.SystemClockOffset=Fh-Date.now(),yh=!0)}else Math.floor(zf.statusCode/100)===5?yh=!0:zf.message==="CORS blocked or network error"&&(Xh=!0,yh=Dh.options.AutoSwitchHost);return{canRetry:yh,networkError:Xh}}function O1(zf){var Dh=zf.requestUrl,yh=zf.clientCalcSign,Ih=zf.networkError;if(!this.options.AutoSwitchHost||!Dh||!yh||!Ih)return!1;var Xh=/^https?:\/\/[^\/]*\.cos\.[^\/]*\.myqcloud\.com(\/.*)?$/,qh=/^https?:\/\/[^\/]*\.cos\.accelerate\.myqcloud\.com(\/.*)?$/,Zh=Xh.test(Dh)&&!qh.test(Dh);return Zh}function Hm(zf,Dh){var yh=this;!zf.headers&&(zf.headers={}),!zf.qs&&(zf.qs={}),zf.VersionId&&(zf.qs.versionId=zf.VersionId),zf.qs=sd.clearKey(zf.qs),zf.headers&&(zf.headers=sd.clearKey(zf.headers)),zf.qs&&(zf.qs=sd.clearKey(zf.qs));var Ih=sd.clone(zf.qs);zf.action&&(Ih[zf.action]="");var Xh=zf.url||zf.Url,qh=zf.SignHost||F1.call(this,{Bucket:zf.Bucket,Region:zf.Region,Url:Xh}),Zh=zf.tracker,Yh=function Fh(zh){var om=yh.options.SystemClockOffset;Zh&&Zh.setParams({signStartTime:new Date().getTime(),httpRetryTimes:zh-1}),zf.SwitchHost&&(qh=qh.replace(/myqcloud.com/,"tencentcos.cn")),M1.call(yh,{Bucket:zf.Bucket||"",Region:zf.Region||"",Method:zf.method,Key:zf.Key,Query:Ih,Headers:zf.headers,SignHost:qh,Action:zf.Action,ResourceKey:zf.ResourceKey,Scope:zf.Scope,ForceSignHost:yh.options.ForceSignHost,SwitchHost:zf.SwitchHost},function(fm,uh){if(fm){Dh(fm);return}Zh&&Zh.setParams({signEndTime:new Date().getTime(),httpStartTime:new Date().getTime()}),zf.AuthData=uh,b1.call(yh,zf,function(Om,l1){Zh&&Zh.setParams({httpEndTime:new Date().getTime()});var y1=!1,c1=!1;if(Om){var Pm=E1.call(yh,Om);y1=Pm.canRetry||om!==yh.options.SystemClockOffset,c1=Pm.networkError}if(Om&&zh<2&&y1){zf.headers&&(delete zf.headers.Authorization,delete zf.headers.token,delete zf.headers.clientIP,delete zf.headers.clientUA,zf.headers["x-cos-security-token"]&&delete zf.headers["x-cos-security-token"],zf.headers["x-ci-security-token"]&&delete zf.headers["x-ci-security-token"]);var C1=O1.call(yh,{requestUrl:(Om==null?void 0:Om.url)||"",clientCalcSign:uh.SignFrom==="client",networkError:c1});zf.SwitchHost=C1,zf.retry=!0,Fh(zh+1)}else Dh(Om,l1)})})};Yh(1)}function b1(zf,Dh){var yh=this,Ih=zf.TaskId;if(!(Ih&&!yh._isRunningTask(Ih))){var Xh=zf.Bucket,qh=zf.Region,Zh=zf.Key,Yh=zf.method||"GET",Fh=zf.Url||zf.url,zh=zf.body,om=zf.rawBody;yh.options.UseAccelerate&&(qh="accelerate"),Fh=Fh||h1({ForcePathStyle:yh.options.ForcePathStyle,protocol:yh.options.Protocol,domain:yh.options.Domain,bucket:Xh,region:qh,object:Zh}),zf.SwitchHost&&(Fh=Fh.replace(/myqcloud.com/,"tencentcos.cn"));var fm=Zh?Fh:"";zf.action&&(Fh=Fh+"?"+(sd.isIOS_QQ?"".concat(zf.action,"="):zf.action)),zf.qsStr&&(Fh.indexOf("?")>-1?Fh=Fh+"&"+zf.qsStr:Fh=Fh+"?"+zf.qsStr);var uh={method:Yh,url:Fh,headers:zf.headers,qs:zf.qs,body:zh},Om="x-cos-security-token";if(sd.isCIHost(Fh)&&(Om="x-ci-security-token"),uh.headers.Authorization=zf.AuthData.Authorization,zf.AuthData.Token&&(uh.headers.token=zf.AuthData.Token),zf.AuthData.ClientIP&&(uh.headers.clientIP=zf.AuthData.ClientIP),zf.AuthData.ClientUA&&(uh.headers.clientUA=zf.AuthData.ClientUA),zf.AuthData.SecurityToken&&(uh.headers[Om]=zf.AuthData.SecurityToken),uh.headers&&(uh.headers=sd.clearKey(uh.headers)),zf.retry&&(uh.headers["x-cos-sdk-retry"]=!0),uh=sd.clearKey(uh),zf.onProgress&&typeof zf.onProgress=="function"){var l1=zh&&(zh.size||zh.length)||0;uh.onProgress=function(Ch){if(!(Ih&&!yh._isRunningTask(Ih))){var Kh=Ch?Ch.loaded:0;zf.onProgress({loaded:Kh,total:l1})}}}zf.onDownloadProgress&&(uh.onDownloadProgress=zf.onDownloadProgress),zf.DataType&&(uh.dataType=zf.DataType),this.options.Timeout&&(uh.timeout=this.options.Timeout),yh.options.ForcePathStyle&&(uh.pathStyle=yh.options.ForcePathStyle),yh.emit("before-send",uh);var y1=uh.url.includes("accelerate."),c1=uh.qs?Object.keys(uh.qs).map(function(Ch){return"".concat(Ch,"=").concat(uh.qs[Ch])}).join("&"):"",Pm=c1?uh.url+"?"+c1:uh.url;if(zf.tracker){var C1;zf.tracker.setParams({url:Pm,httpMethod:uh.method,accelerate:y1,httpSize:((C1=uh.body)===null||C1===void 0?void 0:C1.size)||0}),zf.tracker.parent&&!zf.tracker.parent.params.url&&zf.tracker.parent.setParams({url:fm,accelerate:y1})}var m1=(yh.options.Request||od)(uh,function(Ch){if(!(Ch&&Ch.error==="abort")){var Kh={options:uh,error:Ch&&Ch.error,statusCode:Ch&&Ch.statusCode||0,statusMessage:Ch&&Ch.statusMessage||"",headers:Ch&&Ch.headers||{},body:Ch&&Ch.body};yh.emit("after-receive",Kh);var Dm=Kh.error,Um=Kh.body,_m={statusCode:Kh.statusCode,statusMessage:Kh.statusMessage,headers:Kh.headers},Xm,w1=function(U0,H1){if(Ih&&yh.off("inner-kill-task",d1),!Xm){Xm=!0;var E0={};if(_m&&_m.statusCode&&(E0.statusCode=_m.statusCode),_m&&_m.headers&&(E0.headers=_m.headers),U0)uh.url&&(E0.url=uh.url),uh.method&&(E0.method=uh.method),U0=sd.extend(U0||{},E0),Dh(U0,null);else{if(zf.Action==="name/cos:PutObject"){var d0={};for(var tg in zf.headers){var vg=tg.toLowerCase();d0[vg]=zf.headers[tg]}d0["x-cos-callback"]?H1.Error?(H1.CallbackError=sd.clone(H1.Error),delete H1.Error):H1.CallbackBody=sd.clone(H1):d0["x-cos-return-body"]&&(H1.Error?(H1.ReturnError=sd.clone(H1.Error),delete H1.Error):H1.ReturnBody=sd.clone(H1))}H1=sd.extend(H1||{},E0),Dh(null,H1)}m1=null}};if(Dm)return w1(sd.error(Dm));var n0=_m.statusCode,z1=Math.floor(n0/100)===2;if(om){if(z1)return w1(null,{body:Um});if(Um instanceof Blob){sd.readAsBinaryString(Um,function(S1){var U0=sd.parseResBody(S1),H1=U0.Error||U0;return w1(sd.error(new Error(H1.Message||"response body error"),{code:H1.Code,error:H1}))});return}}var A0=sd.parseResBody(Um),_0=A0.Error||A0;z1?w1(null,A0):_0?w1(sd.error(new Error(_0.Message),{code:_0.Code,error:_0})):n0?w1(sd.error(new Error(_m.statusMessage),{code:""+n0})):n0&&w1(sd.error(new Error("statusCode error")))}}),d1=function Ch(Kh){Kh.TaskId===Ih&&(m1&&m1.abort&&m1.abort(),yh.off("inner-kill-task",Ch))};Ih&&yh.on("inner-kill-task",d1)}}var K1={getService:ld,putBucket:cd,headBucket:ud,getBucket:gd,deleteBucket:_d,putBucketAcl:yd,getBucketAcl:Ed,putBucketCors:Td,getBucketCors:Od,deleteBucketCors:Ad,getBucketLocation:Nd,getBucketPolicy:Id,putBucketPolicy:kd,deleteBucketPolicy:Rd,putBucketTagging:Md,getBucketTagging:Ld,deleteBucketTagging:jd,putBucketLifecycle:Pd,getBucketLifecycle:Fd,deleteBucketLifecycle:Ud,putBucketVersioning:Vd,getBucketVersioning:qd,putBucketReplication:Wd,getBucketReplication:zd,deleteBucketReplication:Kd,putBucketWebsite:Qd,getBucketWebsite:hf,deleteBucketWebsite:gf,putBucketReferer:bf,getBucketReferer:kf,putBucketDomain:Cf,getBucketDomain:Ef,deleteBucketDomain:yf,putBucketOrigin:Mf,getBucketOrigin:Af,deleteBucketOrigin:Zd,putBucketLogging:mf,getBucketLogging:Pf,putBucketInventory:Lf,postBucketInventory:jf,getBucketInventory:xf,listBucketInventory:Nf,deleteBucketInventory:Bf,putBucketAccelerate:Tf,getBucketAccelerate:wf,putBucketEncryption:Of,getBucketEncryption:$f,deleteBucketEncryption:Wf,getObject:qf,headObject:Kf,listObjectVersions:Df,putObject:Xf,deleteObject:hh,getObjectAcl:Mh,putObjectAcl:wh,optionsObject:Bh,putObjectCopy:Uh,deleteMultipleObject:Vf,restoreObject:Rf,putObjectTagging:Zf,getObjectTagging:Jf,deleteObjectTagging:Th,selectObjectContent:Ah,appendObject:Fm,uploadPartCopy:oh,multipartInit:Gh,multipartUpload:sm,multipartComplete:kh,multipartList:Rh,multipartListPart:jh,multipartAbort:cm,request:Tm,getObjectUrl:s1,getAuth:Gm};function I1(zf,Dh,yh){sd.each(["Cors","Acl"],function(Ih){if(zf.slice(-Ih.length)===Ih){var Xh=zf.slice(0,-Ih.length)+Ih.toUpperCase(),qh=sd.apiWrapper(zf,Dh),Zh=!1;yh[Xh]=function(){!Zh&&console.warn("warning: cos."+Xh+" has been deprecated. Please Use cos."+zf+" instead."),Zh=!0,qh.apply(this,arguments)}}})}Ja.exports.init=function(zf,Dh){Dh.transferToTaskMethod(K1,"putObject"),sd.each(K1,function(yh,Ih){zf.prototype[Ih]=sd.apiWrapper(Ih,yh),I1(Ih,yh,zf.prototype)})}},"./src/cos.js":function(Ja,ed,td){var rd=td("./src/util.js"),od=td("./src/event.js"),sd=td("./src/task.js"),ld=td("./src/base.js"),cd=td("./src/advance.js"),ud=td("./package.json"),gd={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},_d=function(Ed){if(this.options=rd.extend(rd.clone(gd),Ed||{}),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")),rd.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");od.init(this),sd.init(this)};ld.init(_d,sd),cd.init(_d,sd),_d.util={md5:rd.md5,xml2json:rd.xml2json,json2xml:rd.json2xml,encodeBase64:rd.encodeBase64},_d.getAuthorization=rd.getAuth,_d.version=ud.version,Ja.exports=_d},"./src/event.js":function(Ja,ed){var td=function(sd){var ld={},cd=function(gd){return!ld[gd]&&(ld[gd]=[]),ld[gd]};sd.on=function(ud,gd){ud==="task-list-update"&&console.warn('warning: Event "'+ud+'" has been deprecated. Please use "list-update" instead.'),cd(ud).push(gd)},sd.off=function(ud,gd){for(var _d=cd(ud),yd=_d.length-1;yd>=0;yd--)gd===_d[yd]&&_d.splice(yd,1)},sd.emit=function(ud,gd){for(var _d=cd(ud).map(function(Ed){return Ed}),yd=0;yd<_d.length;yd++)_d[yd](gd)}},rd=function(){td(this)};Ja.exports.init=td,Ja.exports.EventProxy=rd},"./src/session.js":function(Ja,ed,td){var rd=td("./src/util.js"),od="cos_sdk_upload_cache",sd=30*24*3600,ld,cd,ud=function(){try{var Od=JSON.parse(localStorage.getItem(od))}catch{}Od||(Od=[]),ld=Od},gd=function(){try{ld.length?localStorage.setItem(od,JSON.stringify(ld)):localStorage.removeItem(od)}catch{}},_d=function(){if(!ld){ud.call(this);for(var Od=!1,Ad=Math.round(Date.now()/1e3),Nd=ld.length-1;Nd>=0;Nd--){var kd=ld[Nd][2];(!kd||kd+sd<Ad)&&(ld.splice(Nd,1),Od=!0)}Od&&gd()}},yd=function(){cd||(cd=setTimeout(function(){gd(),cd=null},400))},Ed={using:{},setUsing:function(Od){Ed.using[Od]=!0},removeUsing:function(Od){delete Ed.using[Od]},getFileId:function(Od,Ad,Nd,kd){return Od.name&&Od.size&&Od.lastModifiedDate&&Ad?rd.md5([Od.name,Od.size,Od.lastModifiedDate,Ad,Nd,kd].join("::")):null},getCopyFileId:function(Od,Ad,Nd,kd,Id){var Rd=Ad["content-length"],Md=Ad.etag||"",Ld=Ad["last-modified"];return Od&&Nd?rd.md5([Od,Rd,Md,Ld,Nd,kd,Id].join("::")):null},getUploadIdList:function(Od){if(!Od)return null;_d.call(this);for(var Ad=[],Nd=0;Nd<ld.length;Nd++)ld[Nd][0]===Od&&Ad.push(ld[Nd][1]);return Ad.length?Ad:null},saveUploadId:function(Od,Ad,Nd){if(_d.call(this),!!Od){for(var kd=ld.length-1;kd>=0;kd--){var Id=ld[kd];Id[0]===Od&&Id[1]===Ad&&ld.splice(kd,1)}ld.unshift([Od,Ad,Math.round(Date.now()/1e3)]),ld.length>Nd&&ld.splice(Nd),yd()}},removeUploadId:function(Od){_d.call(this),delete Ed.using[Od];for(var Ad=ld.length-1;Ad>=0;Ad--)ld[Ad][1]===Od&&ld.splice(Ad,1);yd()}};Ja.exports=Ed},"./src/task.js":function(Ja,ed,td){var rd=td("./src/session.js"),od=td("./src/util.js"),sd={},ld=function(gd,_d){sd[_d]=gd[_d],gd[_d]=function(yd,Ed){yd.SkipTask?sd[_d].call(this,yd,Ed):this._addTask(_d,yd,Ed)}},cd=function(gd){var _d=[],yd={},Ed=0,Td=0,Od=function(Ld){var jd={id:Ld.id,Bucket:Ld.Bucket,Region:Ld.Region,Key:Ld.Key,FilePath:Ld.FilePath,state:Ld.state,loaded:Ld.loaded,size:Ld.size,speed:Ld.speed,percent:Ld.percent,hashPercent:Ld.hashPercent,error:Ld.error};return Ld.FilePath&&(jd.FilePath=Ld.FilePath),Ld._custom&&(jd._custom=Ld._custom),jd},Ad=function(){var Md,Ld=function(){Md=0,gd.emit("task-list-update",{list:od.map(_d,Od)}),gd.emit("list-update",{list:od.map(_d,Od)})};return function(){Md||(Md=setTimeout(Ld))}}(),Nd=function(){if(!(_d.length<=gd.options.UploadQueueSize)){for(var Ld=0;Ld<Td&&Ld<_d.length&&_d.length>gd.options.UploadQueueSize;){var jd=_d[Ld].state==="waiting"||_d[Ld].state==="checking"||_d[Ld].state==="uploading";!_d[Ld]||!jd?(yd[_d[Ld].id]&&delete yd[_d[Ld].id],_d.splice(Ld,1),Td--):Ld++}Ad()}},kd=function Md(){if(!(Ed>=gd.options.FileParallelLimit)){for(;_d[Td]&&_d[Td].state!=="waiting";)Td++;if(!(Td>=_d.length)){var Ld=_d[Td];Td++,Ed++,Ld.state="checking",Ld.params.onTaskStart&&Ld.params.onTaskStart(Od(Ld)),!Ld.params.UploadData&&(Ld.params.UploadData={});var jd=od.formatParams(Ld.api,Ld.params);sd[Ld.api].call(gd,jd,function(Pd,Fd){gd._isRunningTask(Ld.id)&&((Ld.state==="checking"||Ld.state==="uploading")&&(Ld.state=Pd?"error":"success",Pd&&(Ld.error=Pd),Ed--,Ad(),Md(),Ld.callback&&Ld.callback(Pd,Fd),Ld.state==="success"&&(Ld.params&&(delete Ld.params.UploadData,delete Ld.params.Body,delete Ld.params),delete Ld.callback)),Nd())}),Ad(),setTimeout(Md)}}},Id=function(Ld,jd){var Pd=yd[Ld];if(Pd){var Fd=Pd&&Pd.state==="waiting",Ud=Pd&&(Pd.state==="checking"||Pd.state==="uploading");if(jd==="canceled"&&Pd.state!=="canceled"||jd==="paused"&&Fd||jd==="paused"&&Ud){Pd.state=jd,gd.emit("inner-kill-task",{TaskId:Ld,toState:jd});try{var Vd=Pd&&Pd.params&&Pd.params.UploadData.UploadId}catch{}jd==="canceled"&&Vd&&rd.removeUsing(Vd),Ad(),Ud&&(Ed--,kd()),jd==="canceled"&&(Pd.params&&(delete Pd.params.UploadData,delete Pd.params.Body,delete Pd.params),delete Pd.callback)}Nd()}};gd._addTasks=function(Md){od.each(Md,function(Ld){gd._addTask(Ld.api,Ld.params,Ld.callback,!0)}),Ad()};var Rd=!0;gd._addTask=function(Md,Ld,jd,Pd){Ld=od.formatParams(Md,Ld);var Fd=od.uuid();Ld.TaskId=Fd,Ld.onTaskReady&&Ld.onTaskReady(Fd),Ld.TaskReady&&(Ld.TaskReady(Fd),Rd&&console.warn('warning: Param "TaskReady" has been deprecated. Please use "onTaskReady" instead.'),Rd=!1);var Ud={params:Ld,callback:jd,api:Md,index:_d.length,id:Fd,Bucket:Ld.Bucket,Region:Ld.Region,Key:Ld.Key,FilePath:Ld.FilePath||"",state:"waiting",loaded:0,size:0,speed:0,percent:0,hashPercent:0,error:null,_custom:Ld._custom},Vd=Ld.onHashProgress;Ld.onHashProgress=function(Wd){gd._isRunningTask(Ud.id)&&(Ud.hashPercent=Wd.percent,Vd&&Vd(Wd),Ad())};var qd=Ld.onProgress;return Ld.onProgress=function(Wd){gd._isRunningTask(Ud.id)&&(Ud.state==="checking"&&(Ud.state="uploading"),Ud.loaded=Wd.loaded,Ud.speed=Wd.speed,Ud.percent=Wd.percent,qd&&qd(Wd),Ad())},od.getFileSize(Md,Ld,function(Wd,zd){if(Wd)return jd(od.error(Wd));yd[Fd]=Ud,_d.push(Ud),Ud.size=zd,!Pd&&Ad(),kd(),Nd()}),Fd},gd._isRunningTask=function(Md){var Ld=yd[Md];return!!(Ld&&(Ld.state==="checking"||Ld.state==="uploading"))},gd.getTaskList=function(){return od.map(_d,Od)},gd.cancelTask=function(Md){Id(Md,"canceled")},gd.pauseTask=function(Md){Id(Md,"paused")},gd.restartTask=function(Md){var Ld=yd[Md];Ld&&(Ld.state==="paused"||Ld.state==="error")&&(Ld.state="waiting",Ad(),Td=Math.min(Td,Ld.index),kd())},gd.isUploadRunning=function(){return Ed||Td<_d.length}};Ja.exports.transferToTaskMethod=ld,Ja.exports.init=cd},"./src/tracker.js":function(Ja,ed,td){var rd=td("./node_modules/@babel/runtime/helpers/classCallCheck.js"),od=td("./node_modules/@babel/runtime/helpers/createClass.js"),sd=td("./node_modules/@babel/runtime/helpers/typeof.js"),ld=td("./package.json"),cd=null,ud=function(jd,Pd){if(!cd){if(typeof jd!="function")throw new Error("Beacon not found");cd=new jd({appkey:"0WEB05PY6MHRGK0U",versionCode:ld.version,channelID:"js_sdk",openid:"openid",unionid:"unid",strictMode:!1,delay:Pd,sessionDuration:60*1e3})}return cd},gd=function(jd){return!jd||jd<0?0:(jd/1e3).toFixed(3)},_d={getUid:function(){var jd=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return jd()+jd()+"-"+jd()+"-"+jd()+"-"+jd()+"-"+jd()+jd()+jd()},getNetType:function(){if((typeof navigator>"u"?"undefined":sd(navigator))==="object"){var jd=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return(jd==null?void 0:jd.type)||(jd==null?void 0:jd.effectiveType)||"unknown"}return"unknown"},getProtocol:function(){return(typeof location>"u"?"undefined":sd(location))==="object"?location.protocol.replace(/:/,""):"unknown protocol"},getOsType:function(){if((typeof navigator>"u"?"undefined":sd(navigator))!=="object")return"unknown os";var jd=navigator.userAgent.toLowerCase(),Pd=/macintosh|mac os x/i.test(navigator.userAgent);return jd.indexOf("win32")>=0||jd.indexOf("wow32")>=0?"win32":jd.indexOf("win64")>=0||jd.indexOf("wow64")>=0?"win64":Pd?"mac":"unknown os"},isMobile:function(){var jd=/(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":sd(navigator))==="object"&&navigator.userAgent.match(jd))},isAndroid:function(){var jd=/(Android|Adr|Linux)/i;return!!((typeof navigator>"u"?"undefined":sd(navigator))==="object"&&navigator.userAgent.match(jd))},isIOS:function(){var jd=/(iPhone|iPod|iPad|iOS)/i;return!!((typeof navigator>"u"?"undefined":sd(navigator))==="object"&&navigator.userAgent.match(jd))},isOtherMobile:function(){return yd&&!isAndroid&&!isIOS},getUA:function(){if((typeof navigator>"u"?"undefined":sd(navigator))!=="object")return"unknown device";var jd=navigator.userAgent;return jd}},yd=_d.isMobile(),Ed=_d.isAndroid()?"android":_d.isIOS?"ios":"other_mobile",Td=_d.getOsType(),Od=yd?Ed:Td,Ad=_d.getUA(),Nd=_d.getProtocol(),kd=function(jd){return["putObject","sliceUploadFile","uploadFile","uploadFiles"].includes(jd)?"UploadTask":jd==="getObject"?"DownloadTask":["putObjectCopy","sliceCopyFile"].includes(jd)?"CopyTask":jd};function Id(Ld){return Ld.replace(/([A-Z])/g,"_$1").toLowerCase()}function Rd(Ld){var jd={},Pd=["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"],Fd=[].concat(Pd,["errorNode","errorCode","errorName","errorMessage","errorRequestId","errorHttpCode","errorServiceName","errorType","fullError"]),Ud=Ld.requestResult==="Success"?Pd:Fd;for(var Vd in Ld)if(Ud.includes(Vd)){var qd=Id(Vd);jd[qd]=Ld[Vd]}return jd.request_name=Ld.realApi?kd(Ld.realApi):Ld.requestName,jd}var Md=function(){function Ld(jd){rd(this,Ld);var Pd=jd.parent,Fd=jd.traceId,Ud=jd.bucket,Vd=jd.region,qd=jd.apiName,Wd=jd.realApi,zd=jd.httpMethod,Kd=jd.fileKey,Qd=jd.fileSize,hf=jd.accelerate,gf=jd.customId,bf=jd.delay,kf=jd.deepTracker,Cf=jd.Beacon,Ef=jd.clsReporter,yf=Ud&&Ud.substr(Ud.lastIndexOf("-")+1)||"";this.parent=Pd,this.deepTracker=kf,this.delay=bf,Ef&&!this.clsReporter&&(this.clsReporter=Ef),this.params={sdkVersionName:"cos-js-sdk-v5",sdkVersionCode:ld.version,osName:Od,networkType:"",requestName:qd||"",requestResult:"",realApi:Wd,bucket:Ud,region:Vd,accelerate:hf,httpMethod:zd,url:"",host:"",httpDomain:"",requestPath:Kd||"",userAgent:Ad,networkProtocol:Nd,errorType:"",errorCode:"",errorName:"",errorMessage:"",errorRequestId:"",errorHttpCode:0,errorServiceName:"",errorNode:"",httpTookTime:0,httpSize:Qd||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:Fd||_d.getUid(),appid:yf,partNumber:0,httpRetryTimes:0,customId:gf||"",partTime:0},Cf&&(this.beacon=ud(Cf,bf))}return od(Ld,[{key:"formatResult",value:function(Pd,Fd){var Ud,Vd,qd,Wd,zd,Kd,Qd=new Date().getTime(),hf=_d.getNetType(),gf=Pd?(Pd==null?void 0:Pd.code)||(Pd==null||(Ud=Pd.error)===null||Ud===void 0?void 0:Ud.code)||(Pd==null||(Vd=Pd.error)===null||Vd===void 0?void 0:Vd.Code):"",bf=Pd?(Pd==null?void 0:Pd.message)||(Pd==null||(qd=Pd.error)===null||qd===void 0?void 0:qd.message)||(Pd==null||(Wd=Pd.error)===null||Wd===void 0?void 0:Wd.Message):"",kf=bf,Cf=Pd?(Pd==null?void 0:Pd.resource)||(Pd==null||(zd=Pd.error)===null||zd===void 0?void 0:zd.resource)||(Pd==null||(Kd=Pd.error)===null||Kd===void 0?void 0:Kd.Resource):"",Ef=Pd?Pd==null?void 0:Pd.statusCode:Fd.statusCode,yf=Pd?(Pd==null?void 0:Pd.headers)&&(Pd==null?void 0:Pd.headers["x-cos-request-id"]):(Fd==null?void 0:Fd.headers)&&(Fd==null?void 0:Fd.headers["x-cos-request-id"]),Mf=Pd?yf?"Server":"Client":"";this.params.requestName==="getObject"&&(this.params.httpSize=Fd?Fd.headers&&Fd.headers["content-length"]:0);var Af=this.params.realApi==="sliceUploadFile",Zd=this.params.realApi==="sliceCopyFile";if(Af||Zd){var mf=this.params.httpSize/1024/this.params.partTime;Object.assign(this.params,{httpSpeed:mf<0?0:mf.toFixed(3)})}else{var Pf=Qd-this.params.startTime,Ff=this.params.httpEndTime-this.params.httpStartTime,Lf=this.params.httpSize/1024/(Ff/1e3),jf=this.params.md5EndTime-this.params.md5StartTime,xf=this.params.signEndTime-this.params.signStartTime;this.parent&&(this.parent.addParamValue("httpTookTime",gd(Ff)),this.parent.addParamValue("httpFullTime",gd(Pf)),this.parent.addParamValue("httpMd5",gd(jf)),this.parent.addParamValue("httpSign",gd(xf)),["multipartUpload","uploadPartCopy","putObjectCopy"].includes(this.params.requestName)&&this.parent.addParamValue("partTime",gd(Ff))),Object.assign(this.params,{httpFullTime:gd(Pf),httpMd5:gd(jf),httpSign:gd(xf),httpTookTime:gd(Ff),httpSpeed:Lf<0?0:Lf.toFixed(3)})}if(Object.assign(this.params,{networkType:hf,requestResult:Pd?"Failure":"Success",errorType:Mf,errorCode:gf,errorHttpCode:Ef,errorName:kf,errorMessage:bf,errorServiceName:Cf,errorRequestId:yf}),Pd&&(!gf||!bf)&&(this.params.fullError=Pd?JSON.stringify(Pd):""),this.params.url){try{var Nf=/^http(s)?:\/\/(.*?)\//.exec(this.params.url);this.params.host=Nf[2]}catch{this.params.host=this.params.url}this.params.httpDomain=this.params.host}}},{key:"report",value:function(Pd,Fd){if(!(!this.beacon&&!this.clsReporter)){this.formatResult(Pd,Fd);var Ud=Rd(this.params);this.beacon&&this.sendEventsToBeacon(Ud),this.clsReporter&&this.sendEventsToCLS(Ud)}}},{key:"setParams",value:function(Pd){Object.assign(this.params,Pd)}},{key:"addParamValue",value:function(Pd,Fd){this.params[Pd]=(+this.params[Pd]+ +Fd).toFixed(3)}},{key:"sendEventsToBeacon",value:function(Pd){var Fd=this.params.requestName==="sliceUploadFile"||this.params.realApi==="sliceUploadFile";if(!(Fd&&!this.deepTracker)){var Ud="qcloud_track_cos_sdk";this.delay===0?this.beacon&&this.beacon.onDirectUserAction(Ud,Pd):this.beacon&&this.beacon.onUserAction(Ud,Pd)}}},{key:"sendEventsToCLS",value:function(Pd){var Fd=this.delay===0;this.clsReporter.log(Pd,Fd)}},{key:"generateSubTracker",value:function(Pd){return Object.assign(Pd,{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 Ld(Pd)}}]),Ld}();Ja.exports=Md},"./src/util.js":function(Ja,ed,td){(function(rd){var od=td("./node_modules/@babel/runtime/helpers/typeof.js");function sd(Vf,Rf){var Zf=typeof Symbol<"u"&&Vf[Symbol.iterator]||Vf["@@iterator"];if(!Zf){if(Array.isArray(Vf)||(Zf=ld(Vf))||Rf){Zf&&(Vf=Zf);var Jf=0,Th=function(){};return{s:Th,n:function(){return Jf>=Vf.length?{done:!0}:{done:!1,value:Vf[Jf++]}},e:function(Rh){throw Rh},f:Th}}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 Ah=!0,Gh=!1,sm;return{s:function(){Zf=Zf.call(Vf)},n:function(){var Rh=Zf.next();return Ah=Rh.done,Rh},e:function(Rh){Gh=!0,sm=Rh},f:function(){try{!Ah&&Zf.return!=null&&Zf.return()}finally{if(Gh)throw sm}}}}function ld(Vf,Rf){if(Vf){if(typeof Vf=="string")return cd(Vf,Rf);var Zf=Object.prototype.toString.call(Vf).slice(8,-1);if(Zf==="Object"&&Vf.constructor&&(Zf=Vf.constructor.name),Zf==="Map"||Zf==="Set")return Array.from(Vf);if(Zf==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Zf))return cd(Vf,Rf)}}function cd(Vf,Rf){(Rf==null||Rf>Vf.length)&&(Rf=Vf.length);for(var Zf=0,Jf=new Array(Rf);Zf<Rf;Zf++)Jf[Zf]=Vf[Zf];return Jf}var ud=td("./lib/md5.js"),gd=td("./lib/crypto.js"),_d=td("./node_modules/fast-xml-parser/src/fxp.js"),yd=_d.XMLParser,Ed=_d.XMLBuilder,Td=new yd({ignoreDeclaration:!0,ignoreAttributes:!0,parseTagValue:!1}),Od=new Ed,Ad=td("./lib/base64.js"),Nd=td("./src/tracker.js"),kd=function(Rf){var Zf=Td.parse(Rf);return Zf},Id=function(Rf){var Zf=Od.build(Rf);return Zf};function Rd(Vf){return encodeURIComponent(Vf).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}function Md(Vf,Rf){var Zf=[];for(var Jf in Vf)Vf.hasOwnProperty(Jf)&&Zf.push(Rf?Rd(Jf).toLowerCase():Jf);return Zf.sort(function(Th,Ah){return Th=Th.toLowerCase(),Ah=Ah.toLowerCase(),Th===Ah?0:Th>Ah?1:-1})}var Ld=function(Rf,Zf){var Jf,Th,Ah,Gh=[],sm=Md(Rf);for(Jf=0;Jf<sm.length;Jf++)Th=sm[Jf],Ah=Rf[Th]===void 0||Rf[Th]===null?"":""+Rf[Th],Th=Zf?Rd(Th).toLowerCase():Rd(Th),Ah=Rd(Ah)||"",Gh.push(Th+"="+Ah);return Gh.join("&")},jd=["cache-control","content-disposition","content-encoding","content-length","content-md5","expect","expires","host","if-match","if-modified-since","if-none-match","if-unmodified-since","origin","range","transfer-encoding","pic-operations"],Pd=function(Rf){var Zf={};for(var Jf in Rf){var Th=Jf.toLowerCase();(Th.indexOf("x-cos-")>-1||jd.indexOf(Th)>-1)&&(Zf[Jf]=Rf[Jf])}return Zf},Fd=function(Rf){Rf=Rf||{};var Zf=Rf.SecretId,Jf=Rf.SecretKey,Th=Rf.KeyTime,Ah=(Rf.method||Rf.Method||"get").toLowerCase(),Gh=Ef(Rf.Query||Rf.params||{}),sm=Pd(Ef(Rf.Headers||Rf.headers||{})),kh=Rf.Key||"",Rh;Rf.UseRawKey?Rh=Rf.Pathname||Rf.pathname||"/"+kh:(Rh=Rf.Pathname||Rf.pathname||kh,Rh.indexOf("/")!==0&&(Rh="/"+Rh));var jh=Rf.ForceSignHost!==!1;if(!sm.Host&&!sm.host&&Rf.Bucket&&Rf.Region&&jh&&(sm.Host=Rf.Bucket+".cos."+Rf.Region+".myqcloud.com"),!Zf)throw new Error("missing param SecretId");if(!Jf)throw new Error("missing param SecretKey");var cm=Math.round($f(Rf.SystemClockOffset)/1e3)-1,Tm=cm,Fm=Rf.Expires||Rf.expires;Fm===void 0?Tm+=900:Tm+=Fm*1||0;var Gm="sha1",s1=Zf,Km=Th||cm+";"+Tm,v1=Th||cm+";"+Tm,h1=Md(sm,!0).join(";").toLowerCase(),F1=Md(Gh,!0).join(";").toLowerCase(),M1=gd.HmacSHA1(v1,Jf).toString(),E1=[Ah,Rh,oh.obj2str(Gh,!0),oh.obj2str(sm,!0),""].join(`
`),O1=["sha1",Km,gd.SHA1(E1).toString(),""].join(`
`),Hm=gd.HmacSHA1(O1,M1).toString(),b1=["q-sign-algorithm="+Gm,"q-ak="+s1,"q-sign-time="+Km,"q-key-time="+v1,"q-header-list="+h1,"q-url-param-list="+F1,"q-signature="+Hm].join("&");return b1},Ud=function(Rf,Zf,Jf){var Th=Zf/8,Ah=Rf.slice(Jf,Jf+Th);return new Uint8Array(Ah).reverse(),new{8:Uint8Array,16:Uint16Array,32:Uint32Array}[Zf](Ah)[0]},Vd=function(Rf,Zf,Jf,Th){var Ah=Rf.slice(Zf,Jf),Gh="";return new Uint8Array(Ah).forEach(function(sm){Gh+=String.fromCharCode(sm)}),Th&&(Gh=decodeURIComponent(escape(Gh))),Gh},qd=function(Rf){for(var Zf={},Jf=Vd(Rf),Th={records:[]};Rf.byteLength;){var Ah=Ud(Rf,32,0),Gh=Ud(Rf,32,4),sm=Ah-Gh-16,kh=0,Rh;for(Rf=Rf.slice(12);kh<Gh;){var jh=Ud(Rf,8,kh),cm=Vd(Rf,kh+1,kh+1+jh),Tm=Ud(Rf,16,kh+jh+2),Fm=Vd(Rf,kh+jh+4,kh+jh+4+Tm);Zf[cm]=Fm,kh+=jh+4+Tm}if(Zf[":event-type"]==="Records")Rh=Vd(Rf,kh,kh+sm,!0),Th.records.push(Rh);else if(Zf[":event-type"]==="Stats")Rh=Vd(Rf,kh,kh+sm,!0),Th.stats=oh.xml2json(Rh).Stats;else if(Zf[":event-type"]==="error"){var Gm=Zf[":error-code"],s1=Zf[":error-message"],Km=new Error(s1);Km.message=s1,Km.name=Km.code=Gm,Th.error=Km}Rf=Rf.slice(kh+sm+4)}return{payload:Th.records.join(""),body:Jf}},Wd=function(Rf){var Zf=this.options.CopySourceParser;if(Zf)return Zf(Rf);var Jf=Rf.match(/^([^.]+-\d+)\.cos(v6|-cdc|-cdz|-internal)?\.([^.]+)\.((myqcloud\.com)|(tencentcos\.cn))\/(.+)$/);return Jf?{Bucket:Jf[1],Region:Jf[3],Key:Jf[7]}:null},zd=function(){},Kd=function(Rf){var Zf={};for(var Jf in Rf)Rf.hasOwnProperty(Jf)&&Rf[Jf]!==void 0&&Rf[Jf]!==null&&(Zf[Jf]=Rf[Jf]);return Zf},Qd=function(Rf,Zf){var Jf,Th=new FileReader;FileReader.prototype.readAsBinaryString?(Jf=FileReader.prototype.readAsBinaryString,Th.onload=function(){Zf(this.result)}):FileReader.prototype.readAsArrayBuffer?Jf=function(Gh){var sm="",kh=new FileReader;kh.onload=function(Rh){for(var jh=new Uint8Array(kh.result),cm=jh.byteLength,Tm=0;Tm<cm;Tm++)sm+=String.fromCharCode(jh[Tm]);Zf(sm)},kh.readAsArrayBuffer(Gh)}:console.error("FileReader not support readAsBinaryString"),Jf.call(Th,Rf)},hf=function(){var Vf=function(Jf,Th){Jf=Jf.split("."),Th=Th.split(".");for(var Ah=0;Ah<Th.length;Ah++)if(Jf[Ah]!==Th[Ah])return parseInt(Jf[Ah])>parseInt(Th[Ah])?1:-1;return 0},Rf=function(Jf){if(!Jf)return!1;var Th=(Jf.match(/Chrome\/([.\d]+)/)||[])[1],Ah=(Jf.match(/QBCore\/([.\d]+)/)||[])[1],Gh=(Jf.match(/QQBrowser\/([.\d]+)/)||[])[1],sm=Th&&Vf(Th,"53.0.2785.116")<0&&Ah&&Vf(Ah,"3.53.991.400")<0&&Gh&&Vf(Gh,"9.0.2524.400")<=0||!1;return sm};return Rf(typeof navigator<"u"&&navigator.userAgent)}(),gf=function(Rf,Zf,Jf,Th,Ah){var Gh;if(Rf.slice?Gh=Rf.slice(Zf,Jf):Rf.mozSlice?Gh=Rf.mozSlice(Zf,Jf):Rf.webkitSlice&&(Gh=Rf.webkitSlice(Zf,Jf)),Th&&hf){var sm=new FileReader;sm.onload=function(kh){Gh=null,Ah(new Blob([sm.result]))},sm.readAsArrayBuffer(Gh)}else Ah(Gh)},bf=function(Rf,Zf,Jf,Th){Jf=Jf||zd,Rf?typeof Zf=="string"?Jf(oh.md5(Zf,!0)):Blob&&Zf instanceof Blob?oh.getFileMd5(Zf,function(Ah,Gh){Jf(Gh)},Th):Jf():Jf()},kf=1024*1024,Cf=function(Rf,Zf,Jf){var Th=Rf.size,Ah=0,Gh=ud.getCtx(),sm=function kh(Rh){if(Rh>=Th){var jh=Gh.digest("hex");Zf(null,jh);return}var cm=Math.min(Th,Rh+kf);oh.fileSlice(Rf,Rh,cm,!1,function(Tm){Qd(Tm,function(Fm){Tm=null,Gh=Gh.update(Fm,!0),Ah+=Fm.length,Fm=null,Jf&&Jf({loaded:Ah,total:Th,percent:Math.round(Ah/Th*1e4)/1e4}),kh(Rh+kf)})})};sm(0)};function Ef(Vf){return Ff(Vf,function(Rf){return od(Rf)==="object"&&Rf!==null?Ef(Rf):Rf})}function yf(Vf,Rf,Zf){return Vf&&Rf in Vf?Vf[Rf]:Zf}function Mf(Vf,Rf){return Pf(Rf,function(Zf,Jf){Vf[Jf]=Rf[Jf]}),Vf}function Af(Vf){return Vf instanceof Array}function Zd(Vf,Rf){for(var Zf=!1,Jf=0;Jf<Vf.length;Jf++)if(Rf===Vf[Jf]){Zf=!0;break}return Zf}function mf(Vf){return Af(Vf)?Vf:[Vf]}function Pf(Vf,Rf){for(var Zf in Vf)Vf.hasOwnProperty(Zf)&&Rf(Vf[Zf],Zf)}function Ff(Vf,Rf){var Zf=Af(Vf)?[]:{};for(var Jf in Vf)Vf.hasOwnProperty(Jf)&&(Zf[Jf]=Rf(Vf[Jf],Jf));return Zf}function Lf(Vf,Rf){var Zf=Af(Vf),Jf=Zf?[]:{};for(var Th in Vf)Vf.hasOwnProperty(Th)&&Rf(Vf[Th],Th)&&(Zf?Jf.push(Vf[Th]):Jf[Th]=Vf[Th]);return Jf}var jf=function(Rf){var Zf,Jf,Th,Ah="";for(Zf=0,Jf=Rf.length/2;Zf<Jf;Zf++)Th=parseInt(Rf[Zf*2]+Rf[Zf*2+1],16),Ah+=String.fromCharCode(Th);return btoa(Ah)},xf=function(){var Rf=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return Rf()+Rf()+"-"+Rf()+"-"+Rf()+"-"+Rf()+"-"+Rf()+Rf()+Rf()},Nf=function(Rf,Zf){var Jf=Zf.Bucket,Th=Zf.Region,Ah=Zf.Key,Gh=this.options.Domain,sm=!Gh||typeof Gh=="string"&&Gh.indexOf("{Bucket}")>-1,kh=!Gh||typeof Gh=="string"&&Gh.indexOf("{Region}")>-1;if(Rf.indexOf("Bucket")>-1||Rf==="deleteMultipleObject"||Rf==="multipartList"||Rf==="listObjectVersions"){if(sm&&!Jf)return"Bucket";if(kh&&!Th)return"Region"}else if(Rf.indexOf("Object")>-1||Rf.indexOf("multipart")>-1||Rf==="sliceUploadFile"||Rf==="abortUploadTask"||Rf==="uploadFile"){if(sm&&!Jf)return"Bucket";if(kh&&!Th)return"Region";if(!Ah)return"Key"}return!1},Bf=function(Rf,Zf){if(Zf=Mf({},Zf),Rf!=="getAuth"&&Rf!=="getV4Auth"&&Rf!=="getObjectUrl"){var Jf=Zf.Headers||{};if(Zf&&od(Zf)==="object"){(function(){for(var Ah in Zf)Zf.hasOwnProperty(Ah)&&Ah.indexOf("x-cos-")>-1&&(Jf[Ah]=Zf[Ah])})();var Th={"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"};oh.each(Th,function(Ah,Gh){Zf[Ah]!==void 0&&(Jf[Gh]=Zf[Ah])}),Zf.Headers=Kd(Jf)}}return Zf},Tf=function(Rf,Zf){return function(Jf,Th){var Ah=this;typeof Jf=="function"&&(Th=Jf,Jf={}),Jf=Bf(Rf,Jf);var Gh;if(Ah.options.EnableReporter)if(Jf.calledBySdk==="sliceUploadFile"||Jf.calledBySdk==="sliceCopyFile")Gh=Jf.tracker&&Jf.tracker.generateSubTracker({apiName:Rf});else if(["uploadFile","uploadFiles"].includes(Rf))Gh=null;else{var sm=0;Jf.Body&&(sm=typeof Jf.Body=="string"?Jf.Body.length:Jf.Body.size||Jf.Body.byteLength||0);var kh=Ah.options.UseAccelerate||typeof Ah.options.Domain=="string"&&Ah.options.Domain.includes("accelerate.");Gh=new Nd({Beacon:Ah.options.BeaconReporter,clsReporter:Ah.options.ClsReporter,bucket:Jf.Bucket,region:Jf.Region,apiName:Rf,realApi:Rf,accelerate:kh,fileKey:Jf.Key,fileSize:sm,deepTracker:Ah.options.DeepTracker,customId:Ah.options.CustomId,delay:Ah.options.TrackerDelay})}Jf.tracker=Gh;var Rh=function(Km){return Km&&Km.headers&&(Km.headers["x-cos-request-id"]&&(Km.RequestId=Km.headers["x-cos-request-id"]),Km.headers["x-ci-request-id"]&&(Km.RequestId=Km.headers["x-ci-request-id"]),Km.headers["x-cos-version-id"]&&(Km.VersionId=Km.headers["x-cos-version-id"]),Km.headers["x-cos-delete-marker"]&&(Km.DeleteMarker=Km.headers["x-cos-delete-marker"])),Km},jh=function(Km,v1){Gh&&Gh.report(Km,v1),Th&&Th(Rh(Km),Rh(v1))},cm=function(){if(Rf!=="getService"&&Rf!=="abortUploadTask"){var Km=Nf.call(Ah,Rf,Jf);if(Km)return"missing param "+Km;if(Jf.Region){if(Ah.options.CompatibilityMode){if(!/^([a-z\d-.]+)$/.test(Jf.Region))return"Region format error."}else{if(Jf.Region.indexOf("cos.")>-1)return'param Region should not be start with "cos."';if(!/^([a-z\d-]+)$/.test(Jf.Region))return"Region format error."}!Ah.options.CompatibilityMode&&Jf.Region.indexOf("-")===-1&&Jf.Region!=="yfb"&&Jf.Region!=="default"&&Jf.Region!=="accelerate"&&console.warn("warning: param Region format error, find help here: https://cloud.tencent.com/document/product/436/6224")}if(Jf.Bucket){if(!/^([a-z\d-]+)-(\d+)$/.test(Jf.Bucket))if(Jf.AppId)Jf.Bucket=Jf.Bucket+"-"+Jf.AppId;else if(Ah.options.AppId)Jf.Bucket=Jf.Bucket+"-"+Ah.options.AppId;else return'Bucket should format as "test-1250000000".';Jf.AppId&&(console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g Bucket:"test-1250000000" ).'),delete Jf.AppId)}!Ah.options.UseRawKey&&Jf.Key&&Jf.Key.substr(0,1)==="/"&&(Jf.Key=Jf.Key.substr(1))}},Tm=cm(),Fm=["getAuth","getObjectUrl"].includes(Rf);if(typeof Promise=="function"&&!Fm&&!Th)return new Promise(function(s1,Km){if(Th=function(h1,F1){h1?Km(h1):s1(F1)},Tm)return jh(oh.error(new Error(Tm)));Zf.call(Ah,Jf,jh)});if(Tm)return jh(oh.error(new Error(Tm)));var Gm=Zf.call(Ah,Jf,jh);if(Fm)return Gm}},wf=function(Rf,Zf){var Jf=this,Th=0,Ah=0,Gh=Date.now(),sm,kh;function Rh(){if(kh=0,Zf&&typeof Zf=="function"){sm=Date.now();var jh=Math.max(0,Math.round((Ah-Th)/((sm-Gh)/1e3)*100)/100)||0,cm;Ah===0&&Rf===0?cm=1:cm=Math.floor(Ah/Rf*100)/100||0,Gh=sm,Th=Ah;try{Zf({loaded:Ah,total:Rf,speed:jh,percent:cm})}catch{}}}return function(jh,cm){if(jh&&(Ah=jh.loaded,Rf=jh.total),cm)clearTimeout(kh),Rh();else{if(kh)return;kh=setTimeout(Rh,Jf.options.ProgressInterval)}}},Of=function(Rf,Zf,Jf){var Th;if(typeof Zf.Body=="string"?Zf.Body=new Blob([Zf.Body],{type:"text/plain"}):Zf.Body instanceof ArrayBuffer&&(Zf.Body=new Blob([Zf.Body])),Zf.Body&&(Zf.Body instanceof Blob||Zf.Body.toString()==="[object File]"||Zf.Body.toString()==="[object Blob]"))Th=Zf.Body.size;else{Jf(oh.error(new Error("params body format error, Only allow File|Blob|String.")));return}Zf.ContentLength=Th,Jf(null,Th)},$f=function(Rf){return Date.now()+(Rf||0)},Wf=function(Rf,Zf){var Jf=Rf;return Rf.message=Rf.message||null,typeof Zf=="string"?(Rf.error=Zf,Rf.message=Zf):od(Zf)==="object"&&Zf!==null&&(Mf(Rf,Zf),(Zf.code||Zf.name)&&(Rf.code=Zf.code||Zf.name),Zf.message&&(Rf.message=Zf.message),Zf.stack&&(Rf.stack=Zf.stack)),typeof Object.defineProperty=="function"&&(Object.defineProperty(Rf,"name",{writable:!0,enumerable:!1}),Object.defineProperty(Rf,"message",{enumerable:!0})),Rf.name=Zf&&Zf.name||Rf.name||Rf.code||"Error",Rf.code||(Rf.code=Rf.name),Rf.error||(Rf.error=Ef(Jf)),Rf},Kf=function(){return(typeof globalThis>"u"?"undefined":od(globalThis))==="object"&&(globalThis.constructor.name==="DedicatedWorkerGlobalScope"||globalThis.FileReaderSync)},Df=function(){return(typeof window>"u"?"undefined":od(window))!=="object"&&(typeof rd>"u"?"undefined":od(rd))==="object"&&!0&&!Kf()},qf=function(Rf){return/^https?:\/\/([^/]+\.)?ci\.[^/]+/.test(Rf)},Xf=function(){if((typeof navigator>"u"?"undefined":od(navigator))!=="object")return!1;var Vf=navigator.userAgent,Rf=!!Vf.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);return Rf}(),hh=function(){return(typeof navigator>"u"?"undefined":od(navigator))!=="object"?!1:/\sQQ/i.test(navigator.userAgent)}(),Mh=function(Rf,Zf){var Jf=Ad.encode(Rf);return Zf&&(Jf=Jf.replaceAll("+","-").replaceAll("/","_").replaceAll("=","")),Jf},wh=function(Rf){return Rf?Ad.decode(Rf):""},Bh=function(Rf){var Zf=Rf.split("/"),Jf=[],Th=sd(Zf),Ah;try{for(Th.s();!(Ah=Th.n()).done;){var Gh=Ah.value;Gh===".."?Jf.length&&Jf.pop():Gh.length&&Gh!=="."&&Jf.push(Gh)}}catch(sm){Th.e(sm)}finally{Th.f()}return"/"+Jf.join("/")},Uh=function(Rf){var Zf;if(Rf&&typeof Rf=="string"){var Jf=Rf.trim(),Th=Jf.indexOf("<")===0,Ah=Jf.indexOf("{")===0;if(Th)Zf=oh.xml2json(Rf)||{};else if(Ah)try{var Gh=Rf.replace(/\n/g," "),sm=JSON.parse(Gh);Object.prototype.toString.call(sm)==="[object Object]"?Zf=sm:Zf=Rf}catch{Zf=Rf}else Zf=Rf}else Zf=Rf||{};return Zf},oh={noop:zd,formatParams:Bf,apiWrapper:Tf,xml2json:kd,json2xml:Id,md5:ud,clearKey:Kd,fileSlice:gf,getBodyMd5:bf,getFileMd5:Cf,b64:jf,extend:Mf,isArray:Af,isInArray:Zd,makeArray:mf,each:Pf,map:Ff,filter:Lf,clone:Ef,attr:yf,uuid:xf,camSafeUrlEncode:Rd,throttleOnProgress:wf,getFileSize:Of,getSkewTime:$f,error:Wf,obj2str:Ld,getAuth:Fd,parseSelectPayload:qd,getSourceParams:Wd,isBrowser:!0,isNode:Df,isCIHost:qf,isIOS_QQ:Xf&&hh,encodeBase64:Mh,decodeBase64:wh,simplifyPath:Bh,readAsBinaryString:Qd,parseResBody:Uh};Ja.exports=oh}).call(this,td("./node_modules/process/browser.js"))}})})})(cosJsSdkV5);var cosJsSdkV5Exports=cosJsSdkV5.exports;const COS=getDefaultExportFromCjs(cosJsSdkV5Exports);var toString$1=Object.prototype.toString,isModern=typeof Buffer$2<"u"&&typeof Buffer$2.alloc=="function"&&typeof Buffer$2.allocUnsafe=="function"&&typeof Buffer$2.from=="function";function isArrayBuffer$1(Ra){return toString$1.call(Ra).slice(8,-1)==="ArrayBuffer"}function fromArrayBuffer(Ra,qa,Ja){qa>>>=0;var ed=Ra.byteLength-qa;if(ed<0)throw new RangeError("'offset' is out of bounds");if(Ja===void 0)Ja=ed;else if(Ja>>>=0,Ja>ed)throw new RangeError("'length' is out of bounds");return isModern?Buffer$2.from(Ra.slice(qa,qa+Ja)):new Buffer$2(new Uint8Array(Ra.slice(qa,qa+Ja)))}function fromString(Ra,qa){if((typeof qa!="string"||qa==="")&&(qa="utf8"),!Buffer$2.isEncoding(qa))throw new TypeError('"encoding" must be a valid string encoding');return isModern?Buffer$2.from(Ra,qa):new Buffer$2(Ra,qa)}function bufferFrom(Ra,qa,Ja){if(typeof Ra=="number")throw new TypeError('"value" argument must not be a number');return isArrayBuffer$1(Ra)?fromArrayBuffer(Ra,qa,Ja):typeof Ra=="string"?fromString(Ra,qa):isModern?Buffer$2.from(Ra):new Buffer$2(Ra)}var bufferFrom_1=bufferFrom;const Buffer=getDefaultExportFromCjs(bufferFrom_1);var byteToHex=[];for(var i=0;i<256;++i)byteToHex.push((i+256).toString(16).slice(1));function unsafeStringify(Ra,qa=0){return(byteToHex[Ra[qa+0]]+byteToHex[Ra[qa+1]]+byteToHex[Ra[qa+2]]+byteToHex[Ra[qa+3]]+"-"+byteToHex[Ra[qa+4]]+byteToHex[Ra[qa+5]]+"-"+byteToHex[Ra[qa+6]]+byteToHex[Ra[qa+7]]+"-"+byteToHex[Ra[qa+8]]+byteToHex[Ra[qa+9]]+"-"+byteToHex[Ra[qa+10]]+byteToHex[Ra[qa+11]]+byteToHex[Ra[qa+12]]+byteToHex[Ra[qa+13]]+byteToHex[Ra[qa+14]]+byteToHex[Ra[qa+15]]).toLowerCase()}var getRandomValues,rnds8=new Uint8Array(16);function rng(){if(!getRandomValues&&(getRandomValues=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!getRandomValues))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return getRandomValues(rnds8)}var randomUUID=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);const native={randomUUID};function v4(Ra,qa,Ja){if(native.randomUUID&&!qa&&!Ra)return native.randomUUID();Ra=Ra||{};var ed=Ra.random||(Ra.rng||rng)();if(ed[6]=ed[6]&15|64,ed[8]=ed[8]&63|128,qa){Ja=Ja||0;for(var td=0;td<16;++td)qa[Ja+td]=ed[td];return qa}return unsafeStringify(ed)}var __extends$3=function(){var Ra=function(qa,Ja){return Ra=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ed,td){ed.__proto__=td}||function(ed,td){for(var rd in td)td.hasOwnProperty(rd)&&(ed[rd]=td[rd])},Ra(qa,Ja)};return function(qa,Ja){Ra(qa,Ja);function ed(){this.constructor=qa}qa.prototype=Ja===null?Object.create(Ja):(ed.prototype=Ja.prototype,new ed)}}(),QiniuErrorName;(function(Ra){Ra.InvalidFile="InvalidFile",Ra.InvalidToken="InvalidToken",Ra.InvalidMetadata="InvalidMetadata",Ra.InvalidChunkSize="InvalidChunkSize",Ra.InvalidCustomVars="InvalidCustomVars",Ra.NotAvailableUploadHost="NotAvailableUploadHost",Ra.ReadCacheFailed="ReadCacheFailed",Ra.InvalidCacheData="InvalidCacheData",Ra.WriteCacheFailed="WriteCacheFailed",Ra.RemoveCacheFailed="RemoveCacheFailed",Ra.GetCanvasContextFailed="GetCanvasContextFailed",Ra.UnsupportedFileType="UnsupportedFileType",Ra.FileReaderReadFailed="FileReaderReadFailed",Ra.NotAvailableXMLHttpRequest="NotAvailableXMLHttpRequest",Ra.InvalidProgressEventTarget="InvalidProgressEventTarget",Ra.RequestError="RequestError"})(QiniuErrorName||(QiniuErrorName={}));var QiniuError=function(){function Ra(qa,Ja){this.name=qa,this.message=Ja,this.stack=new Error().stack}return Ra}(),QiniuRequestError=function(Ra){__extends$3(qa,Ra);function qa(Ja,ed,td,rd){var od=Ra.call(this,QiniuErrorName.RequestError,td)||this;return od.code=Ja,od.reqId=ed,od.isRequestError=!0,od.data=rd,od}return qa}(QiniuError),QiniuNetworkError=function(Ra){__extends$3(qa,Ra);function qa(Ja,ed){return ed===void 0&&(ed=""),Ra.call(this,0,ed,Ja)||this}return qa}(QiniuRequestError),Pool=function(){function Ra(qa,Ja){this.runTask=qa,this.limit=Ja,this.aborted=!1,this.queue=[],this.processing=[]}return Ra.prototype.enqueue=function(qa){var Ja=this;return new Promise(function(ed,td){Ja.queue.push({task:qa,resolve:ed,reject:td}),Ja.check()})},Ra.prototype.run=function(qa){var Ja=this;this.queue=this.queue.filter(function(ed){return ed!==qa}),this.processing.push(qa),this.runTask(qa.task).then(function(){Ja.processing=Ja.processing.filter(function(ed){return ed!==qa}),qa.resolve(),Ja.check()},function(ed){return qa.reject(ed)})},Ra.prototype.check=function(){var qa=this;if(!this.aborted){var Ja=this.processing.length,ed=this.limit-Ja;this.queue.slice(0,ed).forEach(function(td){qa.run(td)})}},Ra.prototype.abort=function(){this.queue=[],this.aborted=!0},Ra}(),__extends$2=function(){var Ra=function(qa,Ja){return Ra=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ed,td){ed.__proto__=td}||function(ed,td){for(var rd in td)td.hasOwnProperty(rd)&&(ed[rd]=td[rd])},Ra(qa,Ja)};return function(qa,Ja){Ra(qa,Ja);function ed(){this.constructor=qa}qa.prototype=Ja===null?Object.create(Ja):(ed.prototype=Ja.prototype,new ed)}}(),__assign$6=function(){return __assign$6=Object.assign||function(Ra){for(var qa,Ja=1,ed=arguments.length;Ja<ed;Ja++){qa=arguments[Ja];for(var td in qa)Object.prototype.hasOwnProperty.call(qa,td)&&(Ra[td]=qa[td])}return Ra},__assign$6.apply(this,arguments)},Subscription=function(){function Ra(){this.closed=!1}return Ra.prototype.unsubscribe=function(){this.closed||(this.closed=!0,this._unsubscribe&&this._unsubscribe())},Ra.prototype.add=function(qa){this._unsubscribe=qa},Ra}(),Subscriber=function(Ra){__extends$2(qa,Ra);function qa(Ja,ed,td){var rd=Ra.call(this)||this;return rd.isStopped=!1,Ja&&typeof Ja=="object"?rd.destination=Ja:rd.destination=__assign$6(__assign$6(__assign$6({},Ja&&{next:Ja}),ed&&{error:ed}),td&&{complete:td}),rd}return qa.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,Ra.prototype.unsubscribe.call(this))},qa.prototype.next=function(Ja){!this.isStopped&&this.destination.next&&this.destination.next(Ja)},qa.prototype.error=function(Ja){!this.isStopped&&this.destination.error&&(this.isStopped=!0,this.destination.error(Ja))},qa.prototype.complete=function(Ja){!this.isStopped&&this.destination.complete&&(this.isStopped=!0,this.destination.complete(Ja))},qa}(Subscription),Observable=function(){function Ra(qa){this._subscribe=qa}return Ra.prototype.subscribe=function(qa,Ja,ed){var td=new Subscriber(qa,Ja,ed);return td.add(this._subscribe(td)),td},Ra}();function utf8Encode(Ra){if(Ra===null||typeof Ra>"u")return"";var qa=Ra+"",Ja="",ed,td,rd=0;ed=td=0,rd=qa.length;for(var od=0;od<rd;od++){var sd=qa.charCodeAt(od),ld=null;if(sd<128)td++;else if(sd>127&&sd<2048)ld=String.fromCharCode(sd>>6|192,sd&63|128);else if((sd&63488^55296)>0)ld=String.fromCharCode(sd>>12|224,sd>>6&63|128,sd&63|128);else{if((sd&64512^55296)>0)throw new RangeError("Unmatched trail surrogate at "+od);var cd=qa.charCodeAt(++od);if((cd&64512^56320)>0)throw new RangeError("Unmatched lead surrogate at "+(od-1));sd=((sd&1023)<<10)+(cd&1023)+65536,ld=String.fromCharCode(sd>>18|240,sd>>12&63|128,sd>>6&63|128,sd&63|128)}ld!==null&&(td>ed&&(Ja+=qa.slice(ed,td)),Ja+=ld,ed=td=od+1)}return td>ed&&(Ja+=qa.slice(ed,rd)),Ja}function utf8Decode(Ra){var qa=[],Ja=0,ed=0,td=0;for(Ra+="";Ja<Ra.length;){ed=Ra.charCodeAt(Ja)&255,td=0,ed<=191?(ed=ed&127,td=1):ed<=223?(ed=ed&31,td=2):ed<=239?(ed=ed&15,td=3):(ed=ed&7,td=4);for(var rd=1;rd<td;++rd)ed=ed<<6|Ra.charCodeAt(rd+Ja)&63;td===4?(ed-=65536,qa.push(String.fromCharCode(55296|ed>>10&1023)),qa.push(String.fromCharCode(56320|ed&1023))):qa.push(String.fromCharCode(ed)),Ja+=td}return qa.join("")}function base64Encode(Ra){var qa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Ja,ed,td,rd,od,sd,ld,cd,ud=0,gd=0,_d="",yd=[];if(!Ra)return Ra;Ra=utf8Encode(Ra+"");do Ja=Ra.charCodeAt(ud++),ed=Ra.charCodeAt(ud++),td=Ra.charCodeAt(ud++),cd=Ja<<16|ed<<8|td,rd=cd>>18&63,od=cd>>12&63,sd=cd>>6&63,ld=cd&63,yd[gd++]=qa.charAt(rd)+qa.charAt(od)+qa.charAt(sd)+qa.charAt(ld);while(ud<Ra.length);switch(_d=yd.join(""),Ra.length%3){case 1:_d=_d.slice(0,-2)+"==";break;case 2:_d=_d.slice(0,-1)+"=";break}return _d}function base64Decode(Ra){var qa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Ja,ed,td,rd,od,sd,ld,cd,ud=0,gd=0,_d="",yd=[];if(!Ra)return Ra;Ra+="";do rd=qa.indexOf(Ra.charAt(ud++)),od=qa.indexOf(Ra.charAt(ud++)),sd=qa.indexOf(Ra.charAt(ud++)),ld=qa.indexOf(Ra.charAt(ud++)),cd=rd<<18|od<<12|sd<<6|ld,Ja=cd>>16&255,ed=cd>>8&255,td=cd&255,sd===64?yd[gd++]=String.fromCharCode(Ja):ld===64?yd[gd++]=String.fromCharCode(Ja,ed):yd[gd++]=String.fromCharCode(Ja,ed,td);while(ud<Ra.length);return _d=yd.join(""),utf8Decode(_d)}function urlSafeBase64Encode(Ra){return Ra=base64Encode(Ra),Ra.replace(/\//g,"_").replace(/\+/g,"-")}function urlSafeBase64Decode(Ra){return Ra=Ra.replace(/_/g,"/").replace(/-/g,"+"),base64Decode(Ra)}var sparkMd5={exports:{}};(function(Ra,qa){(function(Ja){Ra.exports=Ja()})(function(Ja){var ed=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function td(Ad,Nd){var kd=Ad[0],Id=Ad[1],Rd=Ad[2],Md=Ad[3];kd+=(Id&Rd|~Id&Md)+Nd[0]-680876936|0,kd=(kd<<7|kd>>>25)+Id|0,Md+=(kd&Id|~kd&Rd)+Nd[1]-389564586|0,Md=(Md<<12|Md>>>20)+kd|0,Rd+=(Md&kd|~Md&Id)+Nd[2]+606105819|0,Rd=(Rd<<17|Rd>>>15)+Md|0,Id+=(Rd&Md|~Rd&kd)+Nd[3]-1044525330|0,Id=(Id<<22|Id>>>10)+Rd|0,kd+=(Id&Rd|~Id&Md)+Nd[4]-176418897|0,kd=(kd<<7|kd>>>25)+Id|0,Md+=(kd&Id|~kd&Rd)+Nd[5]+1200080426|0,Md=(Md<<12|Md>>>20)+kd|0,Rd+=(Md&kd|~Md&Id)+Nd[6]-1473231341|0,Rd=(Rd<<17|Rd>>>15)+Md|0,Id+=(Rd&Md|~Rd&kd)+Nd[7]-45705983|0,Id=(Id<<22|Id>>>10)+Rd|0,kd+=(Id&Rd|~Id&Md)+Nd[8]+1770035416|0,kd=(kd<<7|kd>>>25)+Id|0,Md+=(kd&Id|~kd&Rd)+Nd[9]-1958414417|0,Md=(Md<<12|Md>>>20)+kd|0,Rd+=(Md&kd|~Md&Id)+Nd[10]-42063|0,Rd=(Rd<<17|Rd>>>15)+Md|0,Id+=(Rd&Md|~Rd&kd)+Nd[11]-1990404162|0,Id=(Id<<22|Id>>>10)+Rd|0,kd+=(Id&Rd|~Id&Md)+Nd[12]+1804603682|0,kd=(kd<<7|kd>>>25)+Id|0,Md+=(kd&Id|~kd&Rd)+Nd[13]-40341101|0,Md=(Md<<12|Md>>>20)+kd|0,Rd+=(Md&kd|~Md&Id)+Nd[14]-1502002290|0,Rd=(Rd<<17|Rd>>>15)+Md|0,Id+=(Rd&Md|~Rd&kd)+Nd[15]+1236535329|0,Id=(Id<<22|Id>>>10)+Rd|0,kd+=(Id&Md|Rd&~Md)+Nd[1]-165796510|0,kd=(kd<<5|kd>>>27)+Id|0,Md+=(kd&Rd|Id&~Rd)+Nd[6]-1069501632|0,Md=(Md<<9|Md>>>23)+kd|0,Rd+=(Md&Id|kd&~Id)+Nd[11]+643717713|0,Rd=(Rd<<14|Rd>>>18)+Md|0,Id+=(Rd&kd|Md&~kd)+Nd[0]-373897302|0,Id=(Id<<20|Id>>>12)+Rd|0,kd+=(Id&Md|Rd&~Md)+Nd[5]-701558691|0,kd=(kd<<5|kd>>>27)+Id|0,Md+=(kd&Rd|Id&~Rd)+Nd[10]+38016083|0,Md=(Md<<9|Md>>>23)+kd|0,Rd+=(Md&Id|kd&~Id)+Nd[15]-660478335|0,Rd=(Rd<<14|Rd>>>18)+Md|0,Id+=(Rd&kd|Md&~kd)+Nd[4]-405537848|0,Id=(Id<<20|Id>>>12)+Rd|0,kd+=(Id&Md|Rd&~Md)+Nd[9]+568446438|0,kd=(kd<<5|kd>>>27)+Id|0,Md+=(kd&Rd|Id&~Rd)+Nd[14]-1019803690|0,Md=(Md<<9|Md>>>23)+kd|0,Rd+=(Md&Id|kd&~Id)+Nd[3]-187363961|0,Rd=(Rd<<14|Rd>>>18)+Md|0,Id+=(Rd&kd|Md&~kd)+Nd[8]+1163531501|0,Id=(Id<<20|Id>>>12)+Rd|0,kd+=(Id&Md|Rd&~Md)+Nd[13]-1444681467|0,kd=(kd<<5|kd>>>27)+Id|0,Md+=(kd&Rd|Id&~Rd)+Nd[2]-51403784|0,Md=(Md<<9|Md>>>23)+kd|0,Rd+=(Md&Id|kd&~Id)+Nd[7]+1735328473|0,Rd=(Rd<<14|Rd>>>18)+Md|0,Id+=(Rd&kd|Md&~kd)+Nd[12]-1926607734|0,Id=(Id<<20|Id>>>12)+Rd|0,kd+=(Id^Rd^Md)+Nd[5]-378558|0,kd=(kd<<4|kd>>>28)+Id|0,Md+=(kd^Id^Rd)+Nd[8]-2022574463|0,Md=(Md<<11|Md>>>21)+kd|0,Rd+=(Md^kd^Id)+Nd[11]+1839030562|0,Rd=(Rd<<16|Rd>>>16)+Md|0,Id+=(Rd^Md^kd)+Nd[14]-35309556|0,Id=(Id<<23|Id>>>9)+Rd|0,kd+=(Id^Rd^Md)+Nd[1]-1530992060|0,kd=(kd<<4|kd>>>28)+Id|0,Md+=(kd^Id^Rd)+Nd[4]+1272893353|0,Md=(Md<<11|Md>>>21)+kd|0,Rd+=(Md^kd^Id)+Nd[7]-155497632|0,Rd=(Rd<<16|Rd>>>16)+Md|0,Id+=(Rd^Md^kd)+Nd[10]-1094730640|0,Id=(Id<<23|Id>>>9)+Rd|0,kd+=(Id^Rd^Md)+Nd[13]+681279174|0,kd=(kd<<4|kd>>>28)+Id|0,Md+=(kd^Id^Rd)+Nd[0]-358537222|0,Md=(Md<<11|Md>>>21)+kd|0,Rd+=(Md^kd^Id)+Nd[3]-722521979|0,Rd=(Rd<<16|Rd>>>16)+Md|0,Id+=(Rd^Md^kd)+Nd[6]+76029189|0,Id=(Id<<23|Id>>>9)+Rd|0,kd+=(Id^Rd^Md)+Nd[9]-640364487|0,kd=(kd<<4|kd>>>28)+Id|0,Md+=(kd^Id^Rd)+Nd[12]-421815835|0,Md=(Md<<11|Md>>>21)+kd|0,Rd+=(Md^kd^Id)+Nd[15]+530742520|0,Rd=(Rd<<16|Rd>>>16)+Md|0,Id+=(Rd^Md^kd)+Nd[2]-995338651|0,Id=(Id<<23|Id>>>9)+Rd|0,kd+=(Rd^(Id|~Md))+Nd[0]-198630844|0,kd=(kd<<6|kd>>>26)+Id|0,Md+=(Id^(kd|~Rd))+Nd[7]+1126891415|0,Md=(Md<<10|Md>>>22)+kd|0,Rd+=(kd^(Md|~Id))+Nd[14]-1416354905|0,Rd=(Rd<<15|Rd>>>17)+Md|0,Id+=(Md^(Rd|~kd))+Nd[5]-57434055|0,Id=(Id<<21|Id>>>11)+Rd|0,kd+=(Rd^(Id|~Md))+Nd[12]+1700485571|0,kd=(kd<<6|kd>>>26)+Id|0,Md+=(Id^(kd|~Rd))+Nd[3]-1894986606|0,Md=(Md<<10|Md>>>22)+kd|0,Rd+=(kd^(Md|~Id))+Nd[10]-1051523|0,Rd=(Rd<<15|Rd>>>17)+Md|0,Id+=(Md^(Rd|~kd))+Nd[1]-2054922799|0,Id=(Id<<21|Id>>>11)+Rd|0,kd+=(Rd^(Id|~Md))+Nd[8]+1873313359|0,kd=(kd<<6|kd>>>26)+Id|0,Md+=(Id^(kd|~Rd))+Nd[15]-30611744|0,Md=(Md<<10|Md>>>22)+kd|0,Rd+=(kd^(Md|~Id))+Nd[6]-1560198380|0,Rd=(Rd<<15|Rd>>>17)+Md|0,Id+=(Md^(Rd|~kd))+Nd[13]+1309151649|0,Id=(Id<<21|Id>>>11)+Rd|0,kd+=(Rd^(Id|~Md))+Nd[4]-145523070|0,kd=(kd<<6|kd>>>26)+Id|0,Md+=(Id^(kd|~Rd))+Nd[11]-1120210379|0,Md=(Md<<10|Md>>>22)+kd|0,Rd+=(kd^(Md|~Id))+Nd[2]+718787259|0,Rd=(Rd<<15|Rd>>>17)+Md|0,Id+=(Md^(Rd|~kd))+Nd[9]-343485551|0,Id=(Id<<21|Id>>>11)+Rd|0,Ad[0]=kd+Ad[0]|0,Ad[1]=Id+Ad[1]|0,Ad[2]=Rd+Ad[2]|0,Ad[3]=Md+Ad[3]|0}function rd(Ad){var Nd=[],kd;for(kd=0;kd<64;kd+=4)Nd[kd>>2]=Ad.charCodeAt(kd)+(Ad.charCodeAt(kd+1)<<8)+(Ad.charCodeAt(kd+2)<<16)+(Ad.charCodeAt(kd+3)<<24);return Nd}function od(Ad){var Nd=[],kd;for(kd=0;kd<64;kd+=4)Nd[kd>>2]=Ad[kd]+(Ad[kd+1]<<8)+(Ad[kd+2]<<16)+(Ad[kd+3]<<24);return Nd}function sd(Ad){var Nd=Ad.length,kd=[1732584193,-271733879,-1732584194,271733878],Id,Rd,Md,Ld,jd,Pd;for(Id=64;Id<=Nd;Id+=64)td(kd,rd(Ad.substring(Id-64,Id)));for(Ad=Ad.substring(Id-64),Rd=Ad.length,Md=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Id=0;Id<Rd;Id+=1)Md[Id>>2]|=Ad.charCodeAt(Id)<<(Id%4<<3);if(Md[Id>>2]|=128<<(Id%4<<3),Id>55)for(td(kd,Md),Id=0;Id<16;Id+=1)Md[Id]=0;return Ld=Nd*8,Ld=Ld.toString(16).match(/(.*?)(.{0,8})$/),jd=parseInt(Ld[2],16),Pd=parseInt(Ld[1],16)||0,Md[14]=jd,Md[15]=Pd,td(kd,Md),kd}function ld(Ad){var Nd=Ad.length,kd=[1732584193,-271733879,-1732584194,271733878],Id,Rd,Md,Ld,jd,Pd;for(Id=64;Id<=Nd;Id+=64)td(kd,od(Ad.subarray(Id-64,Id)));for(Ad=Id-64<Nd?Ad.subarray(Id-64):new Uint8Array(0),Rd=Ad.length,Md=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Id=0;Id<Rd;Id+=1)Md[Id>>2]|=Ad[Id]<<(Id%4<<3);if(Md[Id>>2]|=128<<(Id%4<<3),Id>55)for(td(kd,Md),Id=0;Id<16;Id+=1)Md[Id]=0;return Ld=Nd*8,Ld=Ld.toString(16).match(/(.*?)(.{0,8})$/),jd=parseInt(Ld[2],16),Pd=parseInt(Ld[1],16)||0,Md[14]=jd,Md[15]=Pd,td(kd,Md),kd}function cd(Ad){var Nd="",kd;for(kd=0;kd<4;kd+=1)Nd+=ed[Ad>>kd*8+4&15]+ed[Ad>>kd*8&15];return Nd}function ud(Ad){var Nd;for(Nd=0;Nd<Ad.length;Nd+=1)Ad[Nd]=cd(Ad[Nd]);return Ad.join("")}ud(sd("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function Ad(Nd,kd){return Nd=Nd|0||0,Nd<0?Math.max(Nd+kd,0):Math.min(Nd,kd)}ArrayBuffer.prototype.slice=function(Nd,kd){var Id=this.byteLength,Rd=Ad(Nd,Id),Md=Id,Ld,jd,Pd,Fd;return kd!==Ja&&(Md=Ad(kd,Id)),Rd>Md?new ArrayBuffer(0):(Ld=Md-Rd,jd=new ArrayBuffer(Ld),Pd=new Uint8Array(jd),Fd=new Uint8Array(this,Rd,Ld),Pd.set(Fd),jd)}}();function gd(Ad){return/[\u0080-\uFFFF]/.test(Ad)&&(Ad=unescape(encodeURIComponent(Ad))),Ad}function _d(Ad,Nd){var kd=Ad.length,Id=new ArrayBuffer(kd),Rd=new Uint8Array(Id),Md;for(Md=0;Md<kd;Md+=1)Rd[Md]=Ad.charCodeAt(Md);return Nd?Rd:Id}function yd(Ad){return String.fromCharCode.apply(null,new Uint8Array(Ad))}function Ed(Ad,Nd,kd){var Id=new Uint8Array(Ad.byteLength+Nd.byteLength);return Id.set(new Uint8Array(Ad)),Id.set(new Uint8Array(Nd),Ad.byteLength),Id}function Td(Ad){var Nd=[],kd=Ad.length,Id;for(Id=0;Id<kd-1;Id+=2)Nd.push(parseInt(Ad.substr(Id,2),16));return String.fromCharCode.apply(String,Nd)}function Od(){this.reset()}return Od.prototype.append=function(Ad){return this.appendBinary(gd(Ad)),this},Od.prototype.appendBinary=function(Ad){this._buff+=Ad,this._length+=Ad.length;var Nd=this._buff.length,kd;for(kd=64;kd<=Nd;kd+=64)td(this._hash,rd(this._buff.substring(kd-64,kd)));return this._buff=this._buff.substring(kd-64),this},Od.prototype.end=function(Ad){var Nd=this._buff,kd=Nd.length,Id,Rd=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Md;for(Id=0;Id<kd;Id+=1)Rd[Id>>2]|=Nd.charCodeAt(Id)<<(Id%4<<3);return this._finish(Rd,kd),Md=ud(this._hash),Ad&&(Md=Td(Md)),this.reset(),Md},Od.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Od.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},Od.prototype.setState=function(Ad){return this._buff=Ad.buff,this._length=Ad.length,this._hash=Ad.hash,this},Od.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},Od.prototype._finish=function(Ad,Nd){var kd=Nd,Id,Rd,Md;if(Ad[kd>>2]|=128<<(kd%4<<3),kd>55)for(td(this._hash,Ad),kd=0;kd<16;kd+=1)Ad[kd]=0;Id=this._length*8,Id=Id.toString(16).match(/(.*?)(.{0,8})$/),Rd=parseInt(Id[2],16),Md=parseInt(Id[1],16)||0,Ad[14]=Rd,Ad[15]=Md,td(this._hash,Ad)},Od.hash=function(Ad,Nd){return Od.hashBinary(gd(Ad),Nd)},Od.hashBinary=function(Ad,Nd){var kd=sd(Ad),Id=ud(kd);return Nd?Td(Id):Id},Od.ArrayBuffer=function(){this.reset()},Od.ArrayBuffer.prototype.append=function(Ad){var Nd=Ed(this._buff.buffer,Ad),kd=Nd.length,Id;for(this._length+=Ad.byteLength,Id=64;Id<=kd;Id+=64)td(this._hash,od(Nd.subarray(Id-64,Id)));return this._buff=Id-64<kd?new Uint8Array(Nd.buffer.slice(Id-64)):new Uint8Array(0),this},Od.ArrayBuffer.prototype.end=function(Ad){var Nd=this._buff,kd=Nd.length,Id=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Rd,Md;for(Rd=0;Rd<kd;Rd+=1)Id[Rd>>2]|=Nd[Rd]<<(Rd%4<<3);return this._finish(Id,kd),Md=ud(this._hash),Ad&&(Md=Td(Md)),this.reset(),Md},Od.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Od.ArrayBuffer.prototype.getState=function(){var Ad=Od.prototype.getState.call(this);return Ad.buff=yd(Ad.buff),Ad},Od.ArrayBuffer.prototype.setState=function(Ad){return Ad.buff=_d(Ad.buff,!0),Od.prototype.setState.call(this,Ad)},Od.ArrayBuffer.prototype.destroy=Od.prototype.destroy,Od.ArrayBuffer.prototype._finish=Od.prototype._finish,Od.ArrayBuffer.hash=function(Ad,Nd){var kd=ld(new Uint8Array(Ad)),Id=ud(kd);return Nd?Td(Id):Id},Od})})(sparkMd5);var sparkMd5Exports=sparkMd5.exports;const SparkMD5=getDefaultExportFromCjs(sparkMd5Exports);var __assign$5=function(){return __assign$5=Object.assign||function(Ra){for(var qa,Ja=1,ed=arguments.length;Ja<ed;Ja++){qa=arguments[Ja];for(var td in qa)Object.prototype.hasOwnProperty.call(qa,td)&&(Ra[td]=qa[td])}return Ra},__assign$5.apply(this,arguments)},__awaiter$7=function(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,qa||[])).next())})},__generator$7=function(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od;return od={next:sd(0),throw:sd(1),return:sd(2)},typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}},MB=Math.pow(1024,2);function getChunks(Ra,qa){var Ja=qa*MB;if(Ja>Ra.size)Ja=Ra.size;else for(;Ra.size>Ja*1e4;)Ja*=2;for(var ed=[],td=Math.ceil(Ra.size/Ja),rd=0;rd<td;rd++){var od=Ra.slice(Ja*rd,rd===td-1?Ra.size:Ja*(rd+1));ed.push(od)}return ed}function isMetaDataValid(Ra){return Object.keys(Ra).every(function(qa){return qa.indexOf("x-qn-meta-")===0})}function isCustomVarsValid(Ra){return Object.keys(Ra).every(function(qa){return qa.indexOf("x:")===0})}function sum(Ra){return Ra.reduce(function(qa,Ja){return qa+Ja},0)}function setLocalFileInfo(Ra,qa,Ja){try{localStorage.setItem(Ra,JSON.stringify(qa))}catch{Ja.warn(new QiniuError(QiniuErrorName.WriteCacheFailed,"setLocalFileInfo failed: "+Ra))}}function createLocalKey(Ra,qa,Ja){var ed=qa==null?"_":"_key_"+qa+"_";return"qiniu_js_sdk_upload_file_name_"+Ra+ed+"size_"+Ja}function removeLocalFileInfo(Ra,qa){try{localStorage.removeItem(Ra)}catch{qa.warn(new QiniuError(QiniuErrorName.RemoveCacheFailed,"removeLocalFileInfo failed. key: "+Ra))}}function getLocalFileInfo(Ra,qa){var Ja=null;try{Ja=localStorage.getItem(Ra)}catch{qa.warn(new QiniuError(QiniuErrorName.ReadCacheFailed,"getLocalFileInfo failed. key: "+Ra))}if(Ja==null)return null;var ed=null;try{ed=JSON.parse(Ja)}catch{removeLocalFileInfo(Ra,qa),qa.warn(new QiniuError(QiniuErrorName.InvalidCacheData,"getLocalFileInfo failed to parse. key: "+Ra))}return ed}function getAuthHeaders(Ra){var qa="UpToken "+Ra;return{Authorization:qa}}function getHeadersForChunkUpload(Ra){var qa=getAuthHeaders(Ra);return __assign$5({"content-type":"application/octet-stream"},qa)}function getHeadersForMkFile(Ra){var qa=getAuthHeaders(Ra);return __assign$5({"content-type":"application/json"},qa)}function createXHR(){if(window.XMLHttpRequest)return new XMLHttpRequest;if(window.ActiveXObject)return new window.ActiveXObject("Microsoft.XMLHTTP");throw new QiniuError(QiniuErrorName.NotAvailableXMLHttpRequest,"the current environment does not support.")}function computeMd5(Ra){return __awaiter$7(this,void 0,void 0,function(){var qa,Ja;return __generator$7(this,function(ed){switch(ed.label){case 0:return[4,readAsArrayBuffer(Ra)];case 1:return qa=ed.sent(),Ja=new SparkMD5.ArrayBuffer,Ja.append(qa),[2,Ja.end()]}})})}function readAsArrayBuffer(Ra){return new Promise(function(qa,Ja){var ed=new FileReader;ed.onload=function(td){if(td.target){var rd=td.target.result;qa(rd)}else Ja(new QiniuError(QiniuErrorName.InvalidProgressEventTarget,"progress event target is undefined"))},ed.onerror=function(){Ja(new QiniuError(QiniuErrorName.FileReaderReadFailed,"fileReader read failed"))},ed.readAsArrayBuffer(Ra)})}function request(Ra,qa){return new Promise(function(Ja,ed){var td=createXHR();if(td.open(qa.method,Ra),qa.onCreate&&qa.onCreate(td),qa.headers){var rd=qa.headers;Object.keys(rd).forEach(function(od){td.setRequestHeader(od,rd[od])})}td.upload.addEventListener("progress",function(od){od.lengthComputable&&qa.onProgress&&qa.onProgress({loaded:od.loaded,total:od.total})}),td.onreadystatechange=function(){var od=td.responseText;if(td.readyState===4){var sd=td.getResponseHeader("x-reqId")||"";if(td.status===0){ed(new QiniuNetworkError("network error.",sd));return}if(td.status!==200){var ld="xhr request failed, code: "+td.status;od&&(ld+=" response: "+od);var cd=void 0;try{cd=JSON.parse(od)}catch{}ed(new QiniuRequestError(td.status,sd,ld,cd));return}try{Ja({data:JSON.parse(od),reqId:sd})}catch(ud){ed(ud)}}},td.send(qa.body)})}function getPortFromUrl(Ra){if(Ra&&Ra.match){var qa=Ra.match(/(^https?)/);if(!qa)return"";var Ja=qa[1];return qa=Ra.match(/^https?:\/\/([^:^/]*):(\d*)/),qa?qa[2]:Ja==="http"?"80":"443"}return""}function getDomainFromUrl(Ra){if(Ra&&Ra.match){var qa=Ra.match(/^https?:\/\/([^:^/]*)/);return qa?qa[1]:""}return""}function getPutPolicy(Ra){if(!Ra)throw new QiniuError(QiniuErrorName.InvalidToken,"invalid token.");var qa=Ra.split(":");if(qa.length===1)throw new QiniuError(QiniuErrorName.InvalidToken,"invalid token segments.");var Ja=qa.length>3?qa[1]:qa[0];if(!Ja)throw new QiniuError(QiniuErrorName.InvalidToken,"missing assess key field.");var ed=null;try{ed=JSON.parse(urlSafeBase64Decode(qa[qa.length-1]))}catch{throw new QiniuError(QiniuErrorName.InvalidToken,"token parse failed.")}if(ed==null)throw new QiniuError(QiniuErrorName.InvalidToken,"putPolicy is null.");if(ed.scope==null)throw new QiniuError(QiniuErrorName.InvalidToken,"scope field is null.");var td=ed.scope.split(":")[0];if(!td)throw new QiniuError(QiniuErrorName.InvalidToken,"resolve bucketName failed.");return{assessKey:Ja,bucketName:td,scope:ed.scope}}function createObjectURL(Ra){var qa=window.URL||window.webkitURL||window.mozURL;return qa.createObjectURL(Ra)}var _a$1,region={z0:"z0",z1:"z1",z2:"z2",na0:"na0",as0:"as0",cnEast2:"cn-east-2"},regionUphostMap=(_a$1={},_a$1[region.z0]={srcUphost:["up.qiniup.com"],cdnUphost:["upload.qiniup.com"]},_a$1[region.z1]={srcUphost:["up-z1.qiniup.com"],cdnUphost:["upload-z1.qiniup.com"]},_a$1[region.z2]={srcUphost:["up-z2.qiniup.com"],cdnUphost:["upload-z2.qiniup.com"]},_a$1[region.na0]={srcUphost:["up-na0.qiniup.com"],cdnUphost:["upload-na0.qiniup.com"]},_a$1[region.as0]={srcUphost:["up-as0.qiniup.com"],cdnUphost:["upload-as0.qiniup.com"]},_a$1[region.cnEast2]={srcUphost:["up-cn-east-2.qiniup.com"],cdnUphost:["upload-cn-east-2.qiniup.com"]},_a$1),stringifyPrimitive=function(Ra){switch(typeof Ra){case"string":return Ra;case"boolean":return Ra?"true":"false";case"number":return isFinite(Ra)?Ra:"";default:return""}},encode$2=function(Ra,qa,Ja,ed){return qa=qa||"&",Ja=Ja||"=",Ra===null&&(Ra=void 0),typeof Ra=="object"?Object.keys(Ra).map(function(td){var rd=encodeURIComponent(stringifyPrimitive(td))+Ja;return Array.isArray(Ra[td])?Ra[td].map(function(od){return rd+encodeURIComponent(stringifyPrimitive(od))}).join(qa):rd+encodeURIComponent(stringifyPrimitive(Ra[td]))}).filter(Boolean).join(qa):ed?encodeURIComponent(stringifyPrimitive(ed))+Ja+encodeURIComponent(stringifyPrimitive(Ra)):""},stringify;stringify=encode$2;var __assign$4=function(){return __assign$4=Object.assign||function(Ra){for(var qa,Ja=1,ed=arguments.length;Ja<ed;Ja++){qa=arguments[Ja];for(var td in qa)Object.prototype.hasOwnProperty.call(qa,td)&&(Ra[td]=qa[td])}return Ra},__assign$4.apply(this,arguments)},__awaiter$6=function(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,qa||[])).next())})},__generator$6=function(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od;return od={next:sd(0),throw:sd(1),return:sd(2)},typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}};function getUpHosts(Ra,qa,Ja){return __awaiter$6(this,void 0,void 0,function(){var ed,td;return __generator$6(this,function(rd){return ed=stringify({ak:Ra,bucket:qa}),td=Ja+"://api.qiniu.com/v2/query?"+ed,[2,request(td,{method:"GET"})]})})}function getBaseUrl(Ra,qa,Ja){var ed=Ja.url,td=Ja.id;return ed+"/buckets/"+Ra+"/objects/"+(qa!=null?urlSafeBase64Encode(qa):"~")+"/uploads/"+td}function initUploadParts(Ra,qa,Ja,ed){var td=ed+"/buckets/"+qa+"/objects/"+(Ja!=null?urlSafeBase64Encode(Ja):"~")+"/uploads";return request(td,{method:"POST",headers:getAuthHeaders(Ra)})}function uploadChunk(Ra,qa,Ja,ed,td){var rd=getPutPolicy(Ra).bucketName,od=getBaseUrl(rd,qa,ed)+("/"+Ja),sd=getHeadersForChunkUpload(Ra);return td.md5&&(sd["Content-MD5"]=td.md5),request(od,__assign$4(__assign$4({},td),{method:"PUT",headers:sd}))}function uploadComplete(Ra,qa,Ja,ed){var td=getPutPolicy(Ra).bucketName,rd=getBaseUrl(td,qa,Ja);return request(rd,__assign$4(__assign$4({},ed),{method:"POST",headers:getHeadersForMkFile(Ra)}))}function deleteUploadedChunks(Ra,qa,Ja){var ed=getPutPolicy(Ra).bucketName,td=getBaseUrl(ed,qa,Ja);return request(td,{method:"DELETE",headers:getAuthHeaders(Ra)})}function direct(Ra,qa,Ja){return request(Ra,__assign$4({method:"POST",body:qa},Ja))}function getUploadUrl(Ra,qa){return __awaiter$6(this,void 0,void 0,function(){var Ja,ed,td,rd,od;return __generator$6(this,function(sd){switch(sd.label){case 0:return Ja=normalizeUploadConfig(Ra),ed=Ja.upprotocol,Ja.uphost.length>0?[2,ed+"://"+Ja.uphost[0]]:(td=getPutPolicy(qa),[4,getUpHosts(td.assessKey,td.bucketName,ed)]);case 1:return rd=sd.sent(),od=rd.data.up.acc.main,[2,ed+"://"+od[0]]}})})}var __assign$3=function(){return __assign$3=Object.assign||function(Ra){for(var qa,Ja=1,ed=arguments.length;Ja<ed;Ja++){qa=arguments[Ja];for(var td in qa)Object.prototype.hasOwnProperty.call(qa,td)&&(Ra[td]=qa[td])}return Ra},__assign$3.apply(this,arguments)},__awaiter$5=function(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,qa||[])).next())})},__generator$5=function(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od;return od={next:sd(0),throw:sd(1),return:sd(2)},typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}},__read$3=function(Ra,qa){var Ja=typeof Symbol=="function"&&Ra[Symbol.iterator];if(!Ja)return Ra;var ed=Ja.call(Ra),td,rd=[],od;try{for(;(qa===void 0||qa-- >0)&&!(td=ed.next()).done;)rd.push(td.value)}catch(sd){od={error:sd}}finally{try{td&&!td.done&&(Ja=ed.return)&&Ja.call(ed)}finally{if(od)throw od.error}}return rd},__spread$3=function(){for(var Ra=[],qa=0;qa<arguments.length;qa++)Ra=Ra.concat(__read$3(arguments[qa]));return Ra},DEFAULT_CHUNK_SIZE$1=4,FREEZE_CODE_LIST=[0,502,503,504,599],RETRY_CODE_LIST=__spread$3(FREEZE_CODE_LIST,[612]),GB=Math.pow(1024,3),Base=function(){function Ra(qa,Ja,ed,td){this.hostPool=ed,this.logger=td,this.aborted=!1,this.retryCount=0,this.xhrList=[],this.config=qa.config,td.info("config inited.",this.config),this.putExtra=__assign$3({fname:""},qa.putExtra),td.info("putExtra inited.",this.putExtra),this.key=qa.key,this.file=qa.file,this.token=qa.token,this.onData=Ja.onData,this.onError=Ja.onError,this.onComplete=Ja.onComplete;try{var rd=getPutPolicy(this.token);this.bucketName=rd.bucketName,this.assessKey=rd.assessKey}catch(od){td.error("get putPolicy from token failed.",od),this.onError(od)}}return Ra.prototype.checkAndUpdateUploadHost=function(){return __awaiter$5(this,void 0,void 0,function(){var qa;return __generator$5(this,function(Ja){switch(Ja.label){case 0:return this.logger.info("get available upload host."),[4,this.hostPool.getUp(this.assessKey,this.bucketName,this.config.upprotocol)];case 1:if(qa=Ja.sent(),qa==null)throw new QiniuError(QiniuErrorName.NotAvailableUploadHost,"no available upload host.");return this.uploadHost!=null&&this.uploadHost.host!==qa.host?this.logger.warn("host switches from "+this.uploadHost.host+" to "+qa.host+"."):this.logger.info("use host "+qa.host+"."),this.uploadHost=qa,[2]}})})},Ra.prototype.checkAndUnfreezeHost=function(){this.logger.info("check unfreeze host."),this.uploadHost!=null&&this.uploadHost.isFrozen()&&(this.logger.warn(this.uploadHost.host+" will be unfrozen."),this.uploadHost.unfreeze())},Ra.prototype.checkAndFreezeHost=function(qa){this.logger.info("check freeze host."),qa instanceof QiniuRequestError&&this.uploadHost!=null&&FREEZE_CODE_LIST.includes(qa.code)&&(this.logger.warn(this.uploadHost.host+" will be temporarily frozen."),this.uploadHost.freeze())},Ra.prototype.handleError=function(qa){this.logger.error(qa.message),this.onError(qa)},Ra.prototype.putFile=function(){return __awaiter$5(this,void 0,void 0,function(){var qa,Ja,ed,td;return __generator$5(this,function(rd){switch(rd.label){case 0:if(this.aborted=!1,this.putExtra.fname||(this.logger.info("use file.name as fname."),this.putExtra.fname=this.file.name),this.file.size>1e4*GB)return this.handleError(new QiniuError(QiniuErrorName.InvalidFile,"file size exceed maximum value 10000G")),[2];if(this.putExtra.customVars&&!isCustomVarsValid(this.putExtra.customVars))return this.handleError(new QiniuError(QiniuErrorName.InvalidCustomVars,"customVars key should start width x:")),[2];if(this.putExtra.metadata&&!isMetaDataValid(this.putExtra.metadata))return this.handleError(new QiniuError(QiniuErrorName.InvalidMetadata,"metadata key should start with x-qn-meta-")),[2];rd.label=1;case 1:return rd.trys.push([1,4,,5]),this.uploadAt=new Date().getTime(),[4,this.checkAndUpdateUploadHost()];case 2:return rd.sent(),[4,this.run()];case 3:return qa=rd.sent(),this.onComplete(qa.data),this.checkAndUnfreezeHost(),this.sendLog(qa.reqId,200),[2];case 4:return Ja=rd.sent(),this.aborted?(this.logger.warn("upload is aborted."),this.sendLog("",-2),[2]):(this.clear(),this.logger.error(Ja),Ja instanceof QiniuRequestError&&(this.sendLog(Ja.reqId,Ja.code),this.checkAndFreezeHost(Ja),ed=++this.retryCount<=this.config.retryCount,td=RETRY_CODE_LIST.includes(Ja.code),td&&ed)?(this.logger.warn("error auto retry: "+this.retryCount+"/"+this.config.retryCount+"."),this.putFile(),[2]):(this.onError(Ja),[3,5]));case 5:return[2]}})})},Ra.prototype.clear=function(){this.xhrList.forEach(function(qa){qa.onreadystatechange=null,qa.abort()}),this.xhrList=[],this.logger.info("cleanup uploading xhr.")},Ra.prototype.stop=function(){this.logger.info("aborted."),this.clear(),this.aborted=!0},Ra.prototype.addXhr=function(qa){this.xhrList.push(qa)},Ra.prototype.sendLog=function(qa,Ja){var ed,td;this.logger.report({code:Ja,reqId:qa,remoteIp:"",upType:"jssdk-h5",size:this.file.size,time:Math.floor(this.uploadAt/1e3),port:getPortFromUrl((ed=this.uploadHost)===null||ed===void 0?void 0:ed.getUrl()),host:getDomainFromUrl((td=this.uploadHost)===null||td===void 0?void 0:td.getUrl()),bytesSent:this.progress?this.progress.total.loaded:0,duration:Math.floor((new Date().getTime()-this.uploadAt)/1e3)})},Ra.prototype.getProgressInfoItem=function(qa,Ja,ed){return __assign$3({size:Ja,loaded:qa,percent:qa/Ja*100},ed==null?{}:{fromCache:ed})},Ra}(),__extends$1=function(){var Ra=function(qa,Ja){return Ra=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ed,td){ed.__proto__=td}||function(ed,td){for(var rd in td)td.hasOwnProperty(rd)&&(ed[rd]=td[rd])},Ra(qa,Ja)};return function(qa,Ja){Ra(qa,Ja);function ed(){this.constructor=qa}qa.prototype=Ja===null?Object.create(Ja):(ed.prototype=Ja.prototype,new ed)}}(),__assign$2=function(){return __assign$2=Object.assign||function(Ra){for(var qa,Ja=1,ed=arguments.length;Ja<ed;Ja++){qa=arguments[Ja];for(var td in qa)Object.prototype.hasOwnProperty.call(qa,td)&&(Ra[td]=qa[td])}return Ra},__assign$2.apply(this,arguments)},__awaiter$4=function(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,qa||[])).next())})},__generator$4=function(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od;return od={next:sd(0),throw:sd(1),return:sd(2)},typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}};function isPositiveInteger(Ra){var qa=/^[1-9]\d*$/;return qa.test(String(Ra))}var Resume=function(Ra){__extends$1(qa,Ra);function qa(){return Ra!==null&&Ra.apply(this,arguments)||this}return qa.prototype.run=function(){return __awaiter$4(this,void 0,void 0,function(){var Ja,ed,td,rd,od,sd=this;return __generator$4(this,function(ld){switch(ld.label){case 0:if(this.logger.info("start run Resume."),!this.config.chunkSize||!isPositiveInteger(this.config.chunkSize))throw new QiniuError(QiniuErrorName.InvalidChunkSize,"chunkSize must be a positive integer");if(this.config.chunkSize>1024)throw new QiniuError(QiniuErrorName.InvalidChunkSize,"chunkSize maximum value is 1024");return[4,this.initBeforeUploadChunks()];case 1:ld.sent(),Ja=new Pool(function(cd){return __awaiter$4(sd,void 0,void 0,function(){return __generator$4(this,function(ud){switch(ud.label){case 0:if(this.aborted)throw Ja.abort(),new Error("pool is aborted");return[4,this.uploadChunk(cd)];case 1:return ud.sent(),[2]}})})},this.config.concurrentRequestLimit),ed=null,td=this.getLocalKey(),rd=this.chunks.map(function(cd,ud){return Ja.enqueue({chunk:cd,index:ud})}),ld.label=2;case 2:return ld.trys.push([2,5,,6]),[4,Promise.all(rd)];case 3:return ld.sent(),[4,this.mkFileReq()];case 4:return ed=ld.sent(),[3,6];case 5:throw od=ld.sent(),od instanceof QiniuRequestError&&(od.code===612||od.code===400)&&removeLocalFileInfo(td,this.logger),od;case 6:return removeLocalFileInfo(td,this.logger),[2,ed]}})})},qa.prototype.uploadChunk=function(Ja){return __awaiter$4(this,void 0,void 0,function(){var ed,td,rd,od,sd,ld,cd,ud,gd,_d=this;return __generator$4(this,function(yd){switch(yd.label){case 0:return ed=Ja.index,td=Ja.chunk,rd=this.cachedUploadedList[ed],this.logger.info("upload part "+ed+", cache:",rd),od=this.config.checkByMD5,sd=function(){_d.usedCacheList[ed]=!0,_d.updateChunkProgress(td.size,ed),_d.uploadedList[ed]=rd,_d.updateLocalCache()},rd&&!od?(sd(),[2]):[4,computeMd5(td)];case 1:return ld=yd.sent(),this.logger.info("computed part md5.",ld),rd&&ld===rd.md5?(sd(),[2]):(this.usedCacheList[ed]=!1,cd=function(Ed){_d.updateChunkProgress(Ed.loaded,ed)},ud={body:td,md5:this.config.checkByServer?ld:void 0,onProgress:cd,onCreate:function(Ed){return _d.addXhr(Ed)}},this.logger.info("part "+ed+" start uploading."),[4,uploadChunk(this.token,this.key,Ja.index+1,this.getUploadInfo(),ud)]);case 2:return gd=yd.sent(),this.logger.info("part "+ed+" upload completed."),cd({loaded:td.size,total:td.size}),this.uploadedList[ed]={etag:gd.data.etag,md5:gd.data.md5,size:td.size},this.updateLocalCache(),[2]}})})},qa.prototype.mkFileReq=function(){return __awaiter$4(this,void 0,void 0,function(){var Ja,ed,td=this;return __generator$4(this,function(rd){switch(rd.label){case 0:return Ja=__assign$2(__assign$2(__assign$2({parts:this.uploadedList.map(function(od,sd){return{etag:od.etag,partNumber:sd+1}}),fname:this.putExtra.fname},this.putExtra.mimeType&&{mimeType:this.putExtra.mimeType}),this.putExtra.customVars&&{customVars:this.putExtra.customVars}),this.putExtra.metadata&&{metadata:this.putExtra.metadata}),this.logger.info("parts upload completed, make file.",Ja),[4,uploadComplete(this.token,this.key,this.getUploadInfo(),{onCreate:function(od){return td.addXhr(od)},body:JSON.stringify(Ja)})];case 1:return ed=rd.sent(),this.logger.info("finish Resume Progress."),this.updateMkFileProgress(1),[2,ed]}})})},qa.prototype.initBeforeUploadChunks=function(){return __awaiter$4(this,void 0,void 0,function(){var Ja,ed,td;return __generator$4(this,function(rd){switch(rd.label){case 0:return this.uploadedList=[],this.usedCacheList=[],Ja=getLocalFileInfo(this.getLocalKey(),this.logger),Ja?[3,2]:(this.logger.info("init upload parts from api."),[4,initUploadParts(this.token,this.bucketName,this.key,this.uploadHost.getUrl())]);case 1:return ed=rd.sent(),this.logger.info("initd upload parts of id: "+ed.data.uploadId+"."),this.uploadId=ed.data.uploadId,this.cachedUploadedList=[],[3,3];case 2:td=["resume upload parts from local cache,","total "+Ja.data.length+" part,","id is "+Ja.id+"."],this.logger.info(td.join(" ")),this.cachedUploadedList=Ja.data,this.uploadId=Ja.id,rd.label=3;case 3:return this.chunks=getChunks(this.file,this.config.chunkSize),this.loaded={mkFileProgress:0,chunks:this.chunks.map(function(od){return 0})},this.notifyResumeProgress(),[2]}})})},qa.prototype.getUploadInfo=function(){return{id:this.uploadId,url:this.uploadHost.getUrl()}},qa.prototype.getLocalKey=function(){return createLocalKey(this.file.name,this.key,this.file.size)},qa.prototype.updateLocalCache=function(){setLocalFileInfo(this.getLocalKey(),{id:this.uploadId,data:this.uploadedList},this.logger)},qa.prototype.updateChunkProgress=function(Ja,ed){this.loaded.chunks[ed]=Ja,this.notifyResumeProgress()},qa.prototype.updateMkFileProgress=function(Ja){this.loaded.mkFileProgress=Ja,this.notifyResumeProgress()},qa.prototype.notifyResumeProgress=function(){var Ja=this;this.progress={total:this.getProgressInfoItem(sum(this.loaded.chunks)+this.loaded.mkFileProgress,this.file.size+1),chunks:this.chunks.map(function(ed,td){var rd=Ja.usedCacheList[td];return Ja.getProgressInfoItem(Ja.loaded.chunks[td],ed.size,rd)}),uploadInfo:{id:this.uploadId,url:this.uploadHost.getUrl()}},this.onData(this.progress)},qa}(Base),__awaiter$3=function(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,qa||[])).next())})},__generator$3=function(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od;return od={next:sd(0),throw:sd(1),return:sd(2)},typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}},CRC32=function(){function Ra(){this.crc=-1,this.table=this.makeTable()}return Ra.prototype.makeTable=function(){for(var qa=new Array,Ja=0;Ja<256;Ja++){for(var ed=Ja,td=0;td<8;td++)ed&1?ed=ed>>>1^3988292384:ed>>>=1;qa[Ja]=ed}return qa},Ra.prototype.append=function(qa){for(var Ja=this.crc,ed=0;ed<qa.byteLength;ed++)Ja=Ja>>>8^this.table[(Ja^qa[ed])&255];this.crc=Ja},Ra.prototype.compute=function(){return(this.crc^-1)>>>0},Ra.prototype.readAsUint8Array=function(qa){return __awaiter$3(this,void 0,void 0,function(){var Ja;return __generator$3(this,function(ed){switch(ed.label){case 0:return typeof qa.arrayBuffer!="function"?[3,2]:(Ja=Uint8Array.bind,[4,qa.arrayBuffer()]);case 1:return[2,new(Ja.apply(Uint8Array,[void 0,ed.sent()]))];case 2:return[2,new Promise(function(td,rd){var od=new FileReader;od.onload=function(){if(od.result==null){rd();return}if(typeof od.result=="string"){rd();return}td(new Uint8Array(od.result))},od.readAsArrayBuffer(qa)})]}})})},Ra.prototype.file=function(qa){return __awaiter$3(this,void 0,void 0,function(){var Ja,ed,td,rd,od,sd;return __generator$3(this,function(ld){switch(ld.label){case 0:return qa.size<=MB?(Ja=this.append,[4,this.readAsUint8Array(qa)]):[3,2];case 1:return Ja.apply(this,[ld.sent()]),[2,this.compute()];case 2:ed=Math.ceil(qa.size/MB),td=0,ld.label=3;case 3:return td<ed?(rd=td*MB,od=td===ed-1?qa.size:rd+MB,[4,this.readAsUint8Array(qa.slice(rd,od))]):[3,6];case 4:sd=ld.sent(),this.append(new Uint8Array(sd)),ld.label=5;case 5:return td++,[3,3];case 6:return[2,this.compute()]}})})},Ra.file=function(qa){var Ja=new Ra;return Ja.file(qa)},Ra}(),__extends=function(){var Ra=function(qa,Ja){return Ra=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ed,td){ed.__proto__=td}||function(ed,td){for(var rd in td)td.hasOwnProperty(rd)&&(ed[rd]=td[rd])},Ra(qa,Ja)};return function(qa,Ja){Ra(qa,Ja);function ed(){this.constructor=qa}qa.prototype=Ja===null?Object.create(Ja):(ed.prototype=Ja.prototype,new ed)}}(),__awaiter$2=function(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,qa||[])).next())})},__generator$2=function(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od;return od={next:sd(0),throw:sd(1),return:sd(2)},typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}},Direct=function(Ra){__extends(qa,Ra);function qa(){return Ra!==null&&Ra.apply(this,arguments)||this}return qa.prototype.run=function(){return __awaiter$2(this,void 0,void 0,function(){var Ja,ed,td,rd,od,sd=this;return __generator$2(this,function(ld){switch(ld.label){case 0:return this.logger.info("start run Direct."),Ja=new FormData,Ja.append("file",this.file),Ja.append("token",this.token),this.key!=null&&Ja.append("key",this.key),Ja.append("fname",this.putExtra.fname),this.config.checkByServer?[4,CRC32.file(this.file)]:[3,2];case 1:ed=ld.sent(),Ja.append("crc32",ed.toString()),ld.label=2;case 2:return this.putExtra.customVars&&(this.logger.info("init customVars."),td=this.putExtra.customVars,Object.keys(td).forEach(function(cd){return Ja.append(cd,td[cd].toString())}),this.logger.info("customVars inited.")),this.putExtra.metadata&&(this.logger.info("init metadata."),rd=this.putExtra.metadata,Object.keys(rd).forEach(function(cd){return Ja.append(cd,rd[cd].toString())})),this.logger.info("formData inited."),[4,direct(this.uploadHost.getUrl(),Ja,{onProgress:function(cd){sd.updateDirectProgress(cd.loaded,cd.total)},onCreate:function(cd){return sd.addXhr(cd)}})];case 3:return od=ld.sent(),this.logger.info("Direct progress finish."),this.finishDirectProgress(),[2,od]}})})},qa.prototype.updateDirectProgress=function(Ja,ed){this.progress={total:this.getProgressInfoItem(Ja,ed+1)},this.onData(this.progress)},qa.prototype.finishDirectProgress=function(){if(!this.progress){this.logger.warn("progress is null."),this.progress={total:this.getProgressInfoItem(this.file.size,this.file.size)},this.onData(this.progress);return}var Ja=this.progress.total;this.progress={total:this.getProgressInfoItem(Ja.loaded+1,Ja.size)},this.onData(this.progress)},qa}(Base);function reportV3(Ra,qa,Ja){Ja===void 0&&(Ja=3);var ed=createXHR();ed.open("POST","https://uplog.qbox.me/log/3"),ed.setRequestHeader("Content-type","application/x-www-form-urlencoded"),ed.setRequestHeader("Authorization",getAuthHeaders(Ra).Authorization),ed.onreadystatechange=function(){ed.readyState===4&&ed.status!==200&&Ja>0&&reportV3(Ra,qa,Ja-1)};var td=[qa.code||"",qa.reqId||"",qa.host||"",qa.remoteIp||"",qa.port||"",qa.duration||"",qa.time||"",qa.bytesSent||"",qa.upType||"",qa.size||""].join(",");ed.send(td)}var __read$2=function(Ra,qa){var Ja=typeof Symbol=="function"&&Ra[Symbol.iterator];if(!Ja)return Ra;var ed=Ja.call(Ra),td,rd=[],od;try{for(;(qa===void 0||qa-- >0)&&!(td=ed.next()).done;)rd.push(td.value)}catch(sd){od={error:sd}}finally{try{td&&!td.done&&(Ja=ed.return)&&Ja.call(ed)}finally{if(od)throw od.error}}return rd},__spread$2=function(){for(var Ra=[],qa=0;qa<arguments.length;qa++)Ra=Ra.concat(__read$2(arguments[qa]));return Ra},Logger=function(){function Ra(qa,Ja,ed,td){Ja===void 0&&(Ja=!0),ed===void 0&&(ed="OFF"),td===void 0&&(td="UPLOAD"),this.token=qa,this.disableReport=Ja,this.level=ed,this.prefix=td,this.id=++Ra.id}return Ra.prototype.getPrintPrefix=function(qa){return"Qiniu-JS-SDK ["+qa+"]["+this.prefix+"#"+this.id+"]:"},Ra.prototype.report=function(qa,Ja){if(!this.disableReport)try{reportV3(this.token,qa,Ja)}catch(ed){this.warn(ed)}},Ra.prototype.info=function(){for(var qa=[],Ja=0;Ja<arguments.length;Ja++)qa[Ja]=arguments[Ja];var ed=["INFO"];ed.includes(this.level)&&console.log.apply(console,__spread$2([this.getPrintPrefix("INFO")],qa))},Ra.prototype.warn=function(){for(var qa=[],Ja=0;Ja<arguments.length;Ja++)qa[Ja]=arguments[Ja];var ed=["INFO","WARN"];ed.includes(this.level)&&console.warn.apply(console,__spread$2([this.getPrintPrefix("WARN")],qa))},Ra.prototype.error=function(){for(var qa=[],Ja=0;Ja<arguments.length;Ja++)qa[Ja]=arguments[Ja];var ed=["INFO","WARN","ERROR"];ed.includes(this.level)&&console.error.apply(console,__spread$2([this.getPrintPrefix("ERROR")],qa))},Ra.id=0,Ra}(),__awaiter$1=function(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,qa||[])).next())})},__generator$1=function(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od;return od={next:sd(0),throw:sd(1),return:sd(2)},typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}},__read$1=function(Ra,qa){var Ja=typeof Symbol=="function"&&Ra[Symbol.iterator];if(!Ja)return Ra;var ed=Ja.call(Ra),td,rd=[],od;try{for(;(qa===void 0||qa-- >0)&&!(td=ed.next()).done;)rd.push(td.value)}catch(sd){od={error:sd}}finally{try{td&&!td.done&&(Ja=ed.return)&&Ja.call(ed)}finally{if(od)throw od.error}}return rd},__spread$1=function(){for(var Ra=[],qa=0;qa<arguments.length;qa++)Ra=Ra.concat(__read$1(arguments[qa]));return Ra},unfreezeTimeMap=new Map,Host=function(){function Ra(qa,Ja){this.host=qa,this.protocol=Ja}return Ra.prototype.isFrozen=function(){var qa=new Date().getTime(),Ja=unfreezeTimeMap.get(this.host);return Ja!=null&&Ja>=qa},Ra.prototype.freeze=function(qa){qa===void 0&&(qa=20);var Ja=new Date().getTime()+qa*1e3;unfreezeTimeMap.set(this.host,Ja)},Ra.prototype.unfreeze=function(){unfreezeTimeMap.delete(this.host)},Ra.prototype.getUrl=function(){return this.protocol+"://"+this.host},Ra.prototype.getUnfreezeTime=function(){return unfreezeTimeMap.get(this.host)},Ra}(),HostPool=function(){function Ra(qa){qa===void 0&&(qa=[]),this.initHosts=qa,this.cachedHostsMap=new Map}return Ra.prototype.register=function(qa,Ja,ed,td){this.cachedHostsMap.set(qa+"@"+Ja,ed.map(function(rd){return new Host(rd,td)}))},Ra.prototype.refresh=function(qa,Ja,ed){var td,rd,od,sd;return __awaiter$1(this,void 0,void 0,function(){var ld,cd,ud;return __generator$1(this,function(gd){switch(gd.label){case 0:return ld=this.cachedHostsMap.get(qa+"@"+Ja)||[],ld.length>0?[2]:this.initHosts.length>0?(this.register(qa,Ja,this.initHosts,ed),[2]):[4,getUpHosts(qa,Ja,ed)];case 1:return cd=gd.sent(),(cd==null?void 0:cd.data)!=null&&(ud=__spread$1(((rd=(td=cd.data.up)===null||td===void 0?void 0:td.acc)===null||rd===void 0?void 0:rd.main)||[],((sd=(od=cd.data.up)===null||od===void 0?void 0:od.acc)===null||sd===void 0?void 0:sd.backup)||[]),this.register(qa,Ja,ud,ed)),[2]}})})},Ra.prototype.getUp=function(qa,Ja,ed){return __awaiter$1(this,void 0,void 0,function(){var td,rd,od;return __generator$1(this,function(sd){switch(sd.label){case 0:return[4,this.refresh(qa,Ja,ed)];case 1:return sd.sent(),td=this.cachedHostsMap.get(qa+"@"+Ja)||[],td.length===0?[2,null]:(rd=td.filter(function(ld){return!ld.isFrozen()}),rd.length>0?[2,rd[0]]:(od=td.slice().sort(function(ld,cd){return(ld.getUnfreezeTime()||0)-(cd.getUnfreezeTime()||0)}),[2,od[0]]))}})})},Ra}();function createUploadManager(Ra,qa,Ja,ed){return Ra.config&&Ra.config.forceDirect?(ed.info("ues forceDirect mode."),new Direct(Ra,qa,Ja,ed)):Ra.file.size>4*MB?(ed.info("file size over 4M, use Resume."),new Resume(Ra,qa,Ja,ed)):(ed.info("file size less or equal than 4M, use Direct."),new Direct(Ra,qa,Ja,ed))}function upload(Ra,qa,Ja,ed,td){var rd=new Logger(Ja,td==null?void 0:td.disableStatisticsReport,td==null?void 0:td.debugLogLevel,Ra.name),od={file:Ra,key:qa,token:Ja,putExtra:ed,config:normalizeUploadConfig(td,rd)},sd=new HostPool(od.config.uphost);return new Observable(function(ld){var cd=createUploadManager(od,{onData:function(ud){return ld.next(ud)},onError:function(ud){return ld.error(ud)},onComplete:function(ud){return ld.complete(ud)}},sd,rd);return cd.putFile(),cd.stop.bind(cd)})}var __assign$1=function(){return __assign$1=Object.assign||function(Ra){for(var qa,Ja=1,ed=arguments.length;Ja<ed;Ja++){qa=arguments[Ja];for(var td in qa)Object.prototype.hasOwnProperty.call(qa,td)&&(Ra[td]=qa[td])}return Ra},__assign$1.apply(this,arguments)},__rest=function(Ra,qa){var Ja={};for(var ed in Ra)Object.prototype.hasOwnProperty.call(Ra,ed)&&qa.indexOf(ed)<0&&(Ja[ed]=Ra[ed]);if(Ra!=null&&typeof Object.getOwnPropertySymbols=="function")for(var td=0,ed=Object.getOwnPropertySymbols(Ra);td<ed.length;td++)qa.indexOf(ed[td])<0&&Object.prototype.propertyIsEnumerable.call(Ra,ed[td])&&(Ja[ed[td]]=Ra[ed[td]]);return Ja},__read=function(Ra,qa){var Ja=typeof Symbol=="function"&&Ra[Symbol.iterator];if(!Ja)return Ra;var ed=Ja.call(Ra),td,rd=[],od;try{for(;(qa===void 0||qa-- >0)&&!(td=ed.next()).done;)rd.push(td.value)}catch(sd){od={error:sd}}finally{try{td&&!td.done&&(Ja=ed.return)&&Ja.call(ed)}finally{if(od)throw od.error}}return rd},__spread=function(){for(var Ra=[],qa=0;qa<arguments.length;qa++)Ra=Ra.concat(__read(arguments[qa]));return Ra};function normalizeUploadConfig(Ra,qa){var Ja=__assign$1({},Ra),ed=Ja.upprotocol,td=Ja.uphost,rd=__rest(Ja,["upprotocol","uphost"]),od=__assign$1({uphost:[],retryCount:3,checkByMD5:!1,forceDirect:!1,useCdnDomain:!0,checkByServer:!1,concurrentRequestLimit:3,chunkSize:DEFAULT_CHUNK_SIZE$1,upprotocol:"https",debugLogLevel:"OFF",disableStatisticsReport:!1},rd);ed&&(od.upprotocol=ed.replace(/:$/,""));var sd=[];if(qa&&(Ra==null?void 0:Ra.uphost)!=null&&(Ra==null?void 0:Ra.region)!=null&&qa.warn("do not use both the uphost and region config."),td)Array.isArray(td)?sd.push.apply(sd,__spread(td)):sd.push(td);else if(od!=null&&od.region){var ld=regionUphostMap[od==null?void 0:od.region];od.useCdnDomain?sd.push.apply(sd,__spread(ld.cdnUphost)):sd.push.apply(sd,__spread(ld.srcUphost))}return __assign$1(__assign$1({},od),{uphost:sd.filter(Boolean)})}var __assign=function(){return __assign=Object.assign||function(Ra){for(var qa,Ja=1,ed=arguments.length;Ja<ed;Ja++){qa=arguments[Ja];for(var td in qa)Object.prototype.hasOwnProperty.call(qa,td)&&(Ra[td]=qa[td])}return Ra},__assign.apply(this,arguments)},__awaiter=function(Ra,qa,Ja,ed){function td(rd){return rd instanceof Ja?rd:new Ja(function(od){od(rd)})}return new(Ja||(Ja=Promise))(function(rd,od){function sd(ud){try{cd(ed.next(ud))}catch(gd){od(gd)}}function ld(ud){try{cd(ed.throw(ud))}catch(gd){od(gd)}}function cd(ud){ud.done?rd(ud.value):td(ud.value).then(sd,ld)}cd((ed=ed.apply(Ra,[])).next())})},__generator=function(Ra,qa){var Ja={label:0,sent:function(){if(rd[0]&1)throw rd[1];return rd[1]},trys:[],ops:[]},ed,td,rd,od;return od={next:sd(0),throw:sd(1),return:sd(2)},typeof Symbol=="function"&&(od[Symbol.iterator]=function(){return this}),od;function sd(cd){return function(ud){return ld([cd,ud])}}function ld(cd){if(ed)throw new TypeError("Generator is already executing.");for(;Ja;)try{if(ed=1,td&&(rd=cd[0]&2?td.return:cd[0]?td.throw||((rd=td.return)&&rd.call(td),0):td.next)&&!(rd=rd.call(td,cd[1])).done)return rd;switch(td=0,rd&&(cd=[cd[0]&2,rd.value]),cd[0]){case 0:case 1:rd=cd;break;case 4:return Ja.label++,{value:cd[1],done:!1};case 5:Ja.label++,td=cd[1],cd=[0];continue;case 7:cd=Ja.ops.pop(),Ja.trys.pop();continue;default:if(rd=Ja.trys,!(rd=rd.length>0&&rd[rd.length-1])&&(cd[0]===6||cd[0]===2)){Ja=0;continue}if(cd[0]===3&&(!rd||cd[1]>rd[0]&&cd[1]<rd[3])){Ja.label=cd[1];break}if(cd[0]===6&&Ja.label<rd[1]){Ja.label=rd[1],rd=cd;break}if(rd&&Ja.label<rd[2]){Ja.label=rd[2],Ja.ops.push(cd);break}rd[2]&&Ja.ops.pop(),Ja.trys.pop();continue}cd=qa.call(Ra,Ja)}catch(ud){cd=[6,ud],td=0}finally{ed=rd=0}if(cd[0]&5)throw cd[1];return{value:cd[0]?cd[1]:void 0,done:!0}}},mimeTypes={PNG:"image/png",JPEG:"image/jpeg",WEBP:"image/webp",BMP:"image/bmp"},maxSteps=4,scaleFactor=Math.log(2),supportMimeTypes=Object.keys(mimeTypes).map(function(Ra){return mimeTypes[Ra]}),defaultType=mimeTypes.JPEG;function isSupportedType(Ra){return supportMimeTypes.includes(Ra)}var Compress=function(){function Ra(qa,Ja){this.file=qa,this.config=Ja,this.config=__assign({quality:.92,noCompressIfLarger:!1},this.config)}return Ra.prototype.process=function(){return __awaiter(this,void 0,void 0,function(){var qa,Ja,ed,td,rd,od;return __generator(this,function(sd){switch(sd.label){case 0:if(this.outputType=this.file.type,qa={},!isSupportedType(this.file.type))throw new QiniuError(QiniuErrorName.UnsupportedFileType,"unsupported file type: "+this.file.type);return[4,this.getOriginImage()];case 1:return Ja=sd.sent(),[4,this.getCanvas(Ja)];case 2:return ed=sd.sent(),td=1,this.config.maxWidth&&(td=Math.min(1,this.config.maxWidth/ed.width)),this.config.maxHeight&&(td=Math.min(1,td,this.config.maxHeight/ed.height)),qa.width=ed.width,qa.height=ed.height,[4,this.doScale(ed,td)];case 3:return rd=sd.sent(),od=this.toBlob(rd),od.size>this.file.size&&this.config.noCompressIfLarger?[2,{dist:this.file,width:qa.width,height:qa.height}]:[2,{dist:od,width:rd.width,height:rd.height}]}})})},Ra.prototype.clear=function(qa,Ja,ed){this.outputType===defaultType?(qa.fillStyle="#fff",qa.fillRect(0,0,Ja,ed)):qa.clearRect(0,0,Ja,ed)},Ra.prototype.getOriginImage=function(){var qa=this;return new Promise(function(Ja,ed){var td=createObjectURL(qa.file),rd=new Image;rd.onload=function(){Ja(rd)},rd.onerror=function(){ed("image load error")},rd.src=td})},Ra.prototype.getCanvas=function(qa){var Ja=this;return new Promise(function(ed,td){var rd=document.createElement("canvas"),od=rd.getContext("2d");if(!od){td(new QiniuError(QiniuErrorName.GetCanvasContextFailed,"context is null"));return}var sd=qa.width,ld=qa.height;rd.height=ld,rd.width=sd,Ja.clear(od,sd,ld),od.drawImage(qa,0,0),ed(rd)})},Ra.prototype.doScale=function(qa,Ja){return __awaiter(this,void 0,void 0,function(){var ed,td,rd,od,sd,ld,cd,ud,gd,_d,yd,Ed,Td,Od,Ad,Nd;return __generator(this,function(kd){if(Ja===1)return[2,qa];if(ed=qa.getContext("2d"),td=Math.min(maxSteps,Math.ceil(1/Ja/scaleFactor)),rd=Math.pow(Ja,1/td),od=document.createElement("canvas"),sd=od.getContext("2d"),ld=qa.width,cd=qa.height,ud=ld,gd=cd,od.width=ld,od.height=cd,!sd||!ed)throw new QiniuError(QiniuErrorName.GetCanvasContextFailed,"mctx or sctx can't be null");for(Ed=0;Ed<td;Ed++)Td=ld*rd|0,Od=cd*rd|0,Ed===td-1&&(Td=ud*Ja,Od=gd*Ja),Ed%2===0?(_d=qa,yd=sd):(_d=od,yd=ed),this.clear(yd,ld,cd),yd.drawImage(_d,0,0,ld,cd,0,0,Td,Od),ld=Td,cd=Od;return Ad=_d===qa?od:qa,Nd=yd.getImageData(0,0,ld,cd),Ad.width=ld,Ad.height=cd,yd.putImageData(Nd,0,0),[2,Ad]})})},Ra.prototype.toBlob=function(qa){var Ja=qa.toDataURL(this.outputType,this.config.quality),ed=atob(Ja.split(",")[1]).split("").map(function(rd){return rd.charCodeAt(0)}),td=new Blob([new Uint8Array(ed)],{type:this.outputType});return td},Ra}(),compressImage=function(Ra,qa){return new Compress(Ra,qa).process()};function getImageUrl(Ra,qa){return Ra=encodeURIComponent(Ra),qa.slice(qa.length-1)!=="/"&&(qa+="/"),qa+Ra}function imageView2(Ra,qa,Ja){if(!/^\d$/.test(String(Ra.mode)))throw"mode should be number in imageView2";var ed=Ra.mode,td=Ra.w,rd=Ra.h,od=Ra.q,sd=Ra.format;if(!td&&!rd)throw"param w and h is empty in imageView2";var ld="imageView2/"+encodeURIComponent(ed);return ld+=td?"/w/"+encodeURIComponent(td):"",ld+=rd?"/h/"+encodeURIComponent(rd):"",ld+=od?"/q/"+encodeURIComponent(od):"",ld+=sd?"/format/"+encodeURIComponent(sd):"",ld}function imageMogr2(Ra,qa,Ja){var ed=Ra["auto-orient"],td=Ra.thumbnail,rd=Ra.strip,od=Ra.gravity,sd=Ra.crop,ld=Ra.quality,cd=Ra.rotate,ud=Ra.format,gd=Ra.blur,_d="imageMogr2";return _d+=ed?"/auto-orient":"",_d+=td?"/thumbnail/"+encodeURIComponent(td):"",_d+=rd?"/strip":"",_d+=od?"/gravity/"+encodeURIComponent(od):"",_d+=ld?"/quality/"+encodeURIComponent(ld):"",_d+=sd?"/crop/"+encodeURIComponent(sd):"",_d+=cd?"/rotate/"+encodeURIComponent(cd):"",_d+=ud?"/format/"+encodeURIComponent(ud):"",_d+=gd?"/blur/"+encodeURIComponent(gd):"",qa&&Ja&&(_d=getImageUrl(qa,Ja)+"?"+_d),_d}function watermark(Ra,qa,Ja){var ed=Ra.mode;if(!ed)throw"mode can't be empty in watermark";var td="watermark/"+ed;if(ed!==1&&ed!==2)throw"mode is wrong";if(ed===1){var rd=Ra.image;if(!rd)throw"image can't be empty in watermark";td+=rd?"/image/"+urlSafeBase64Encode(rd):""}if(ed===2){var od=Ra.text,sd=Ra.font,ld=Ra.fontsize,cd=Ra.fill;if(!od)throw"text can't be empty in watermark";td+=od?"/text/"+urlSafeBase64Encode(od):"",td+=sd?"/font/"+urlSafeBase64Encode(sd):"",td+=ld?"/fontsize/"+ld:"",td+=cd?"/fill/"+urlSafeBase64Encode(cd):""}var ud=Ra.dissolve,gd=Ra.gravity,_d=Ra.dx,yd=Ra.dy;return td+=ud?"/dissolve/"+encodeURIComponent(ud):"",td+=gd?"/gravity/"+encodeURIComponent(gd):"",td+=_d?"/dx/"+encodeURIComponent(_d):"",td+=yd?"/dy/"+encodeURIComponent(yd):"",qa&&Ja&&(td=getImageUrl(qa,Ja)+"?"+td),td}function imageInfo(Ra,qa){var Ja=getImageUrl(Ra,qa)+"?imageInfo";return request(Ja,{method:"GET"})}function exif(Ra,qa){var Ja=getImageUrl(Ra,qa)+"?exif";return request(Ja,{method:"GET"})}function pipeline(Ra,qa,Ja){var ed=Object.prototype.toString.call(Ra)==="[object Array]",td,rd=!1,od="";if(ed){for(var sd=0,ld=Ra.length;sd<ld;sd++){if(td=Ra[sd],!td.fop)throw"fop can't be empty in pipeline";switch(td.fop){case"watermark":od+=watermark(td)+"|";break;case"imageView2":od+=imageView2(td)+"|";break;case"imageMogr2":od+=imageMogr2(td)+"|";break;default:rd=!0;break}if(rd)throw"fop is wrong in pipeline"}if(qa&&Ja){od=getImageUrl(qa,Ja)+"?"+od;var cd=od.length;od.slice(cd-1)==="|"&&(od=od.slice(0,cd-1))}return od}throw"pipeline's first param should be array"}const qiniu=Object.freeze(Object.defineProperty({__proto__:null,QiniuError,get QiniuErrorName(){return QiniuErrorName},QiniuNetworkError,QiniuRequestError,compressImage,deleteUploadedChunks,exif,getHeadersForChunkUpload,getHeadersForMkFile,getUploadUrl,imageInfo,imageMogr2,pipeline,region,upload,urlSafeBase64Decode,urlSafeBase64Encode,watermark},Symbol.toStringTag,{value:"Module"}));function bind(Ra,qa){return function(){return Ra.apply(qa,arguments)}}var define_process_default={version:"v20.17.0",versions:{node:"20.17.0",acorn:"8.11.3",ada:"2.9.0",ares:"1.32.3",base64:"0.5.2",brotli:"1.1.0",cjs_module_lexer:"1.2.2",cldr:"45.0",icu:"75.1",llhttp:"8.1.2",modules:"115",napi:"9",nghttp2:"1.61.0",nghttp3:"0.7.0",ngtcp2:"1.1.0",openssl:"3.0.13+quic",simdutf:"5.3.0",tz:"2024a",undici:"6.19.2",unicode:"15.1",uv:"1.46.0",uvwasi:"0.0.21",v8:"11.3.244.8-node.23",zlib:"1.3.0.1-motley-209717d"},arch:"x64",platform:"linux",release:{name:"node",lts:"Iron",sourceUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0.tar.gz",headersUrl:"https://nodejs.org/download/release/v20.17.0/node-v20.17.0-headers.tar.gz"},moduleLoadList:["Internal Binding builtins","Internal Binding module_wrap","Internal Binding errors","NativeModule internal/assert","Internal Binding util","NativeModule internal/errors","Internal Binding config","Internal Binding timers","Internal Binding async_wrap","Internal Binding task_queue","Internal Binding symbols","NativeModule internal/async_hooks","Internal Binding constants","Internal Binding types","Internal Binding options","NativeModule internal/options","Internal Binding string_decoder","NativeModule internal/util","NativeModule internal/util/types","NativeModule internal/validators","NativeModule internal/linkedlist","NativeModule internal/priority_queue","Internal Binding icu","NativeModule internal/util/inspect","NativeModule internal/util/debuglog","NativeModule internal/timers","NativeModule internal/events/abort_listener","NativeModule events","Internal Binding buffer","NativeModule internal/buffer","NativeModule buffer","Internal Binding messaging","NativeModule internal/worker/js_transferable","NativeModule internal/querystring","NativeModule internal/constants","NativeModule path","NativeModule querystring","Internal Binding url","NativeModule internal/url","NativeModule internal/fs/utils","Internal Binding process_methods","NativeModule internal/process/per_thread","Internal Binding credentials","NativeModule internal/process/promises","NativeModule internal/fixed_queue","NativeModule async_hooks","NativeModule internal/process/task_queues","NativeModule timers","Internal Binding trace_events","Internal Binding contextify","NativeModule internal/vm","NativeModule internal/process/execution","NativeModule internal/process/warning","NativeModule internal/source_map/source_map_cache","Internal Binding fs","Internal Binding blob","Internal Binding encoding_binding","NativeModule internal/encoding","NativeModule util","NativeModule internal/webstreams/util","NativeModule internal/webstreams/queuingstrategies","NativeModule internal/blob","Internal Binding permission","NativeModule internal/process/permission","NativeModule fs","NativeModule internal/modules/helpers","NativeModule internal/console/constructor","NativeModule internal/console/global","NativeModule internal/util/inspector","Internal Binding inspector","NativeModule internal/webidl","Internal Binding performance","NativeModule internal/perf/utils","NativeModule internal/event_target","Internal Binding wasm_web_api","Internal Binding mksnapshot","NativeModule internal/v8/startup_snapshot","NativeModule internal/process/signal","NativeModule internal/idna","NativeModule url","NativeModule internal/modules/package_json_reader","NativeModule internal/modules/cjs/loader","NativeModule internal/process/pre_execution","NativeModule internal/modules/esm/utils","NativeModule internal/inspector_async_hook","Internal Binding worker","NativeModule internal/modules/run_main","NativeModule internal/net","NativeModule internal/dns/utils","NativeModule internal/modules/esm/assert","NativeModule internal/modules/esm/loader","NativeModule internal/modules/esm/module_map","NativeModule internal/modules/esm/translators","NativeModule internal/modules/esm/package_config","NativeModule internal/modules/esm/formats","NativeModule internal/modules/esm/get_format","NativeModule internal/modules/esm/resolve","NativeModule internal/modules/esm/module_job","NativeModule internal/modules/esm/load","Internal Binding fs_dir","NativeModule internal/fs/dir","NativeModule string_decoder","Internal Binding fs_event_wrap","Internal Binding uv","NativeModule internal/fs/watchers","NativeModule internal/fs/recursive_watch","NativeModule internal/streams/utils","NativeModule internal/readline/utils","NativeModule internal/readline/callbacks","NativeModule internal/readline/interface","NativeModule internal/fs/promises","NativeModule internal/perf/performance_entry","NativeModule internal/perf/observe","NativeModule internal/perf/resource_timing","NativeModule internal/perf/nodetiming","NativeModule internal/perf/usertiming","NativeModule internal/perf/event_loop_utilization","NativeModule internal/histogram","NativeModule internal/perf/timerify","NativeModule internal/perf/performance","NativeModule internal/perf/event_loop_delay","NativeModule perf_hooks","NativeModule internal/modules/esm/initialize_import_meta","NativeModule internal/streams/destroy","NativeModule internal/abort_controller","NativeModule internal/streams/end-of-stream","NativeModule internal/streams/legacy","NativeModule internal/streams/add-abort-signal","NativeModule internal/streams/state","NativeModule internal/streams/from","NativeModule internal/streams/readable","NativeModule internal/streams/writable","NativeModule internal/streams/duplex","NativeModule internal/streams/pipeline","NativeModule internal/streams/compose","NativeModule internal/streams/operators","NativeModule stream/promises","NativeModule internal/streams/transform","NativeModule internal/streams/passthrough","NativeModule internal/streams/duplexpair","NativeModule stream","NativeModule internal/fs/streams","NativeModule fs/promises","NativeModule internal/util/parse_args/utils","NativeModule internal/util/parse_args/parse_args","NativeModule internal/mime","NativeModule internal/source_map/source_map","NativeModule module","Internal Binding stream_wrap","Internal Binding tcp_wrap","Internal Binding pipe_wrap","NativeModule internal/stream_base_commons","NativeModule diagnostics_channel","NativeModule net","Internal Binding tty_wrap","NativeModule internal/tty","NativeModule tty","NativeModule internal/deps/cjs-module-lexer/dist/lexer","Internal Binding udp_wrap","NativeModule internal/dgram","NativeModule dgram","Internal Binding process_wrap","NativeModule internal/socket_list","Internal Binding spawn_sync","NativeModule internal/child_process","NativeModule child_process","NativeModule _http_agent","Internal Binding http_parser","NativeModule internal/freelist","NativeModule _http_incoming","NativeModule _http_common","NativeModule internal/http","NativeModule _http_outgoing","NativeModule _http_client","NativeModule _http_server","NativeModule http","Internal Binding crypto","Internal Binding cares_wrap","NativeModule internal/crypto/hashnames","NativeModule internal/crypto/util","NativeModule internal/tls/secure-context","NativeModule _tls_common","NativeModule internal/crypto/random","NativeModule internal/crypto/pbkdf2","NativeModule internal/crypto/scrypt","NativeModule internal/crypto/keys","NativeModule internal/crypto/hkdf","NativeModule internal/crypto/keygen","NativeModule internal/crypto/diffiehellman","NativeModule internal/streams/lazy_transform","NativeModule internal/crypto/cipher","NativeModule internal/crypto/sig","NativeModule internal/crypto/hash","NativeModule internal/crypto/x509","NativeModule internal/crypto/certificate","NativeModule crypto","Internal Binding js_stream","NativeModule internal/js_stream_socket","Internal Binding tls_wrap","NativeModule _tls_wrap","NativeModule internal/tls/secure-pair","NativeModule tls","NativeModule https","Internal Binding block_list","NativeModule internal/socketaddress","NativeModule internal/blocklist","Internal Binding os","NativeModule os","NativeModule internal/crypto/webcrypto","NativeModule internal/dns/callback_resolver","NativeModule dns","NativeModule internal/dns/promises","NativeModule internal/util/colors","NativeModule internal/assert/assertion_error","NativeModule internal/assert/calltracker","NativeModule assert","Internal Binding serdes","Internal Binding profiler","Internal Binding heap_utils","Internal Binding internal_only_v8","NativeModule internal/heap_utils","NativeModule internal/promise_hooks","Internal Binding v8","NativeModule v8","NativeModule internal/worker/io","NativeModule internal/error_serdes","NativeModule internal/worker","NativeModule worker_threads","NativeModule internal/file","NativeModule internal/readline/emitKeypressEvents","NativeModule internal/readline/promises","NativeModule readline/promises","NativeModule readline","Internal Binding zlib","NativeModule zlib","NativeModule process","Internal Binding report","NativeModule internal/process/report"],_events:{newListener:[null,null],removeListener:[null,null]},_eventsCount:3,domain:null,_exiting:!1,config:{target_defaults:{cflags:[],default_configuration:"Release",defines:["NODE_OPENSSL_CONF_NAME=nodejs_conf","NODE_OPENSSL_HAS_QUIC","ICU_NO_USER_DATA_OVERRIDE"],include_dirs:[],libraries:[]},variables:{asan:0,coverage:!1,dcheck_always_on:0,debug_nghttp2:!1,debug_node:!1,enable_lto:!1,enable_pgo_generate:!1,enable_pgo_use:!1,error_on_warn:!1,force_dynamic_crt:0,gas_version:"2.35",host_arch:"x64",icu_data_in:"../../deps/icu-tmp/icudt75l.dat",icu_endianness:"l",icu_gyp_path:"tools/icu/icu-generic.gyp",icu_path:"deps/icu-small",icu_small:!1,icu_ver_major:"75",is_debug:0,libdir:"lib",llvm_version:"0.0",napi_build_version:"9",node_builtin_shareable_builtins:["deps/cjs-module-lexer/lexer.js","deps/cjs-module-lexer/dist/lexer.js","deps/undici/undici.js"],node_byteorder:"little",node_debug_lib:!1,node_enable_d8:!1,node_enable_v8_vtunejit:!1,node_fipsinstall:!1,node_install_corepack:!0,node_install_npm:!0,node_library_files:["lib/_http_agent.js","lib/_http_client.js","lib/_http_common.js","lib/_http_incoming.js","lib/_http_outgoing.js","lib/_http_server.js","lib/_stream_duplex.js","lib/_stream_passthrough.js","lib/_stream_readable.js","lib/_stream_transform.js","lib/_stream_wrap.js","lib/_stream_writable.js","lib/_tls_common.js","lib/_tls_wrap.js","lib/assert.js","lib/assert/strict.js","lib/async_hooks.js","lib/buffer.js","lib/child_process.js","lib/cluster.js","lib/console.js","lib/constants.js","lib/crypto.js","lib/dgram.js","lib/diagnostics_channel.js","lib/dns.js","lib/dns/promises.js","lib/domain.js","lib/events.js","lib/fs.js","lib/fs/promises.js","lib/http.js","lib/http2.js","lib/https.js","lib/inspector.js","lib/inspector/promises.js","lib/internal/abort_controller.js","lib/internal/assert.js","lib/internal/assert/assertion_error.js","lib/internal/assert/calltracker.js","lib/internal/async_hooks.js","lib/internal/blob.js","lib/internal/blocklist.js","lib/internal/bootstrap/node.js","lib/internal/bootstrap/realm.js","lib/internal/bootstrap/shadow_realm.js","lib/internal/bootstrap/switches/does_not_own_process_state.js","lib/internal/bootstrap/switches/does_own_process_state.js","lib/internal/bootstrap/switches/is_main_thread.js","lib/internal/bootstrap/switches/is_not_main_thread.js","lib/internal/bootstrap/web/exposed-wildcard.js","lib/internal/bootstrap/web/exposed-window-or-worker.js","lib/internal/buffer.js","lib/internal/child_process.js","lib/internal/child_process/serialization.js","lib/internal/cli_table.js","lib/internal/cluster/child.js","lib/internal/cluster/primary.js","lib/internal/cluster/round_robin_handle.js","lib/internal/cluster/shared_handle.js","lib/internal/cluster/utils.js","lib/internal/cluster/worker.js","lib/internal/console/constructor.js","lib/internal/console/global.js","lib/internal/constants.js","lib/internal/crypto/aes.js","lib/internal/crypto/certificate.js","lib/internal/crypto/cfrg.js","lib/internal/crypto/cipher.js","lib/internal/crypto/diffiehellman.js","lib/internal/crypto/ec.js","lib/internal/crypto/hash.js","lib/internal/crypto/hashnames.js","lib/internal/crypto/hkdf.js","lib/internal/crypto/keygen.js","lib/internal/crypto/keys.js","lib/internal/crypto/mac.js","lib/internal/crypto/pbkdf2.js","lib/internal/crypto/random.js","lib/internal/crypto/rsa.js","lib/internal/crypto/scrypt.js","lib/internal/crypto/sig.js","lib/internal/crypto/util.js","lib/internal/crypto/webcrypto.js","lib/internal/crypto/webidl.js","lib/internal/crypto/x509.js","lib/internal/debugger/inspect.js","lib/internal/debugger/inspect_client.js","lib/internal/debugger/inspect_repl.js","lib/internal/dgram.js","lib/internal/dns/callback_resolver.js","lib/internal/dns/promises.js","lib/internal/dns/utils.js","lib/internal/encoding.js","lib/internal/error_serdes.js","lib/internal/errors.js","lib/internal/event_target.js","lib/internal/events/abort_listener.js","lib/internal/events/symbols.js","lib/internal/file.js","lib/internal/fixed_queue.js","lib/internal/freelist.js","lib/internal/freeze_intrinsics.js","lib/internal/fs/cp/cp-sync.js","lib/internal/fs/cp/cp.js","lib/internal/fs/dir.js","lib/internal/fs/promises.js","lib/internal/fs/read/context.js","lib/internal/fs/recursive_watch.js","lib/internal/fs/rimraf.js","lib/internal/fs/streams.js","lib/internal/fs/sync_write_stream.js","lib/internal/fs/utils.js","lib/internal/fs/watchers.js","lib/internal/heap_utils.js","lib/internal/histogram.js","lib/internal/http.js","lib/internal/http2/compat.js","lib/internal/http2/core.js","lib/internal/http2/util.js","lib/internal/idna.js","lib/internal/inspector_async_hook.js","lib/internal/js_stream_socket.js","lib/internal/legacy/processbinding.js","lib/internal/linkedlist.js","lib/internal/main/check_syntax.js","lib/internal/main/embedding.js","lib/internal/main/eval_stdin.js","lib/internal/main/eval_string.js","lib/internal/main/inspect.js","lib/internal/main/mksnapshot.js","lib/internal/main/print_help.js","lib/internal/main/prof_process.js","lib/internal/main/repl.js","lib/internal/main/run_main_module.js","lib/internal/main/test_runner.js","lib/internal/main/watch_mode.js","lib/internal/main/worker_thread.js","lib/internal/mime.js","lib/internal/modules/cjs/loader.js","lib/internal/modules/esm/assert.js","lib/internal/modules/esm/create_dynamic_module.js","lib/internal/modules/esm/fetch_module.js","lib/internal/modules/esm/formats.js","lib/internal/modules/esm/get_format.js","lib/internal/modules/esm/hooks.js","lib/internal/modules/esm/initialize_import_meta.js","lib/internal/modules/esm/load.js","lib/internal/modules/esm/loader.js","lib/internal/modules/esm/module_job.js","lib/internal/modules/esm/module_map.js","lib/internal/modules/esm/package_config.js","lib/internal/modules/esm/resolve.js","lib/internal/modules/esm/shared_constants.js","lib/internal/modules/esm/translators.js","lib/internal/modules/esm/utils.js","lib/internal/modules/esm/worker.js","lib/internal/modules/helpers.js","lib/internal/modules/package_json_reader.js","lib/internal/modules/run_main.js","lib/internal/navigator.js","lib/internal/net.js","lib/internal/options.js","lib/internal/per_context/domexception.js","lib/internal/per_context/messageport.js","lib/internal/per_context/primordials.js","lib/internal/perf/event_loop_delay.js","lib/internal/perf/event_loop_utilization.js","lib/internal/perf/nodetiming.js","lib/internal/perf/observe.js","lib/internal/perf/performance.js","lib/internal/perf/performance_entry.js","lib/internal/perf/resource_timing.js","lib/internal/perf/timerify.js","lib/internal/perf/usertiming.js","lib/internal/perf/utils.js","lib/internal/policy/manifest.js","lib/internal/policy/sri.js","lib/internal/priority_queue.js","lib/internal/process/execution.js","lib/internal/process/per_thread.js","lib/internal/process/permission.js","lib/internal/process/policy.js","lib/internal/process/pre_execution.js","lib/internal/process/promises.js","lib/internal/process/report.js","lib/internal/process/signal.js","lib/internal/process/task_queues.js","lib/internal/process/warning.js","lib/internal/process/worker_thread_only.js","lib/internal/promise_hooks.js","lib/internal/querystring.js","lib/internal/readline/callbacks.js","lib/internal/readline/emitKeypressEvents.js","lib/internal/readline/interface.js","lib/internal/readline/promises.js","lib/internal/readline/utils.js","lib/internal/repl.js","lib/internal/repl/await.js","lib/internal/repl/history.js","lib/internal/repl/utils.js","lib/internal/socket_list.js","lib/internal/socketaddress.js","lib/internal/source_map/prepare_stack_trace.js","lib/internal/source_map/source_map.js","lib/internal/source_map/source_map_cache.js","lib/internal/stream_base_commons.js","lib/internal/streams/add-abort-signal.js","lib/internal/streams/compose.js","lib/internal/streams/destroy.js","lib/internal/streams/duplex.js","lib/internal/streams/duplexify.js","lib/internal/streams/duplexpair.js","lib/internal/streams/end-of-stream.js","lib/internal/streams/from.js","lib/internal/streams/lazy_transform.js","lib/internal/streams/legacy.js","lib/internal/streams/operators.js","lib/internal/streams/passthrough.js","lib/internal/streams/pipeline.js","lib/internal/streams/readable.js","lib/internal/streams/state.js","lib/internal/streams/transform.js","lib/internal/streams/utils.js","lib/internal/streams/writable.js","lib/internal/test/binding.js","lib/internal/test/transfer.js","lib/internal/test_runner/coverage.js","lib/internal/test_runner/harness.js","lib/internal/test_runner/mock/mock.js","lib/internal/test_runner/mock/mock_timers.js","lib/internal/test_runner/reporter/dot.js","lib/internal/test_runner/reporter/junit.js","lib/internal/test_runner/reporter/lcov.js","lib/internal/test_runner/reporter/spec.js","lib/internal/test_runner/reporter/tap.js","lib/internal/test_runner/reporter/v8-serializer.js","lib/internal/test_runner/runner.js","lib/internal/test_runner/test.js","lib/internal/test_runner/tests_stream.js","lib/internal/test_runner/utils.js","lib/internal/timers.js","lib/internal/tls/secure-context.js","lib/internal/tls/secure-pair.js","lib/internal/trace_events_async_hooks.js","lib/internal/tty.js","lib/internal/url.js","lib/internal/util.js","lib/internal/util/colors.js","lib/internal/util/comparisons.js","lib/internal/util/debuglog.js","lib/internal/util/embedding.js","lib/internal/util/inspect.js","lib/internal/util/inspector.js","lib/internal/util/iterable_weak_map.js","lib/internal/util/parse_args/parse_args.js","lib/internal/util/parse_args/utils.js","lib/internal/util/types.js","lib/internal/v8/startup_snapshot.js","lib/internal/v8_prof_polyfill.js","lib/internal/v8_prof_processor.js","lib/internal/validators.js","lib/internal/vm.js","lib/internal/vm/module.js","lib/internal/wasm_web_api.js","lib/internal/watch_mode/files_watcher.js","lib/internal/watchdog.js","lib/internal/webidl.js","lib/internal/webstreams/adapters.js","lib/internal/webstreams/compression.js","lib/internal/webstreams/encoding.js","lib/internal/webstreams/queuingstrategies.js","lib/internal/webstreams/readablestream.js","lib/internal/webstreams/transfer.js","lib/internal/webstreams/transformstream.js","lib/internal/webstreams/util.js","lib/internal/webstreams/writablestream.js","lib/internal/worker.js","lib/internal/worker/io.js","lib/internal/worker/js_transferable.js","lib/module.js","lib/net.js","lib/os.js","lib/path.js","lib/path/posix.js","lib/path/win32.js","lib/perf_hooks.js","lib/process.js","lib/punycode.js","lib/querystring.js","lib/readline.js","lib/readline/promises.js","lib/repl.js","lib/sea.js","lib/stream.js","lib/stream/consumers.js","lib/stream/promises.js","lib/stream/web.js","lib/string_decoder.js","lib/sys.js","lib/test.js","lib/test/reporters.js","lib/timers.js","lib/timers/promises.js","lib/tls.js","lib/trace_events.js","lib/tty.js","lib/url.js","lib/util.js","lib/util/types.js","lib/v8.js","lib/vm.js","lib/wasi.js","lib/worker_threads.js","lib/zlib.js"],node_module_version:115,node_no_browser_globals:!1,node_prefix:"/",node_release_urlbase:"https://nodejs.org/download/release/",node_section_ordering_info:"",node_shared:!1,node_shared_ada:!1,node_shared_brotli:!1,node_shared_cares:!1,node_shared_http_parser:!1,node_shared_libuv:!1,node_shared_nghttp2:!1,node_shared_nghttp3:!1,node_shared_ngtcp2:!1,node_shared_openssl:!1,node_shared_simdjson:!1,node_shared_simdutf:!1,node_shared_zlib:!1,node_tag:"",node_target_type:"executable",node_use_bundled_v8:!0,node_use_node_code_cache:!0,node_use_node_snapshot:!0,node_use_openssl:!0,node_use_v8_platform:!0,node_with_ltcg:!1,node_without_node_options:!1,node_write_snapshot_as_array_literals:!1,openssl_is_fips:!1,openssl_quic:!0,ossfuzz:!1,shlib_suffix:"so.115",single_executable_application:!0,target_arch:"x64",ubsan:0,use_prefix_to_find_headers:!1,v8_enable_31bit_smis_on_64bit_arch:0,v8_enable_extensible_ro_snapshot:0,v8_enable_gdbjit:0,v8_enable_hugepage:0,v8_enable_i18n_support:1,v8_enable_inspector:1,v8_enable_javascript_promise_hooks:1,v8_enable_lite_mode:0,v8_enable_maglev:0,v8_enable_object_print:1,v8_enable_pointer_compression:0,v8_enable_sandbox:0,v8_enable_shared_ro_heap:1,v8_enable_short_builtin_calls:1,v8_enable_v8_checks:0,v8_enable_webassembly:1,v8_no_strict_aliasing:1,v8_optimized_debug:1,v8_promise_internal_field_count:1,v8_random_seed:0,v8_trace_maps:0,v8_use_siphash:1,want_separate_host_toolset:0}},allowedNodeEnvironmentFlags:{},features:{inspector:!0,debug:!1,uv:!0,ipv6:!0,tls_alpn:!0,tls_sni:!0,tls_ocsp:!0,tls:!0,cached_builtins:!0},sourceMapsEnabled:!1,stdout:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:1,_isStdio:!0},stdin:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:2,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,fd:0},stderr:{connecting:!1,_hadError:!1,_parent:null,_host:null,_closeAfterHandlingError:!1,_events:{},_readableState:{highWaterMark:16384,buffer:[],bufferIndex:0,length:0,pipes:[],awaitDrainWriters:null,readable:!1},_writableState:{highWaterMark:16384,length:0,corked:0,writelen:0,bufferedIndex:0,pendingcb:0},allowHalfOpen:!1,_eventsCount:1,_sockname:null,_pendingData:null,_pendingEncoding:"",server:null,_server:null,_type:"pipe",fd:2,_isStdio:!0},env:{GITHUB_STATE:"/home/runner/work/_temp/_runner_file_commands/save_state_80967f7b-87c1-418e-8c63-a7edfedad9d7",STATS_TRP:"true",DEPLOYMENT_BASEPATH:"/opt/runner",DOTNET_NOLOGO:"1",USER:"runner",npm_config_user_agent:"npm/10.8.2 node/v20.17.0 linux x64 workspaces/false ci/github-actions",CI:"true",RUNNER_ENVIRONMENT:"github-hosted",GITHUB_ENV:"/home/runner/work/_temp/_runner_file_commands/set_env_80967f7b-87c1-418e-8c63-a7edfedad9d7",PIPX_HOME:"/opt/pipx",npm_node_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",JAVA_HOME_8_X64:"/usr/lib/jvm/temurin-8-jdk-amd64",SHLVL:"1",npm_config_noproxy:"",HOME:"/home/runner",RUNNER_TEMP:"/home/runner/work/_temp",GITHUB_EVENT_PATH:"/home/runner/work/_temp/_github_workflow/event.json",npm_package_json:"/home/runner/work/md/md/package.json",JAVA_HOME_11_X64:"/usr/lib/jvm/temurin-11-jdk-amd64",PIPX_BIN_DIR:"/opt/pipx_bin",GITHUB_REPOSITORY_OWNER:"doocs",GRADLE_HOME:"/usr/share/gradle-8.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"593",GITHUB_GRAPHQL_URL:"https://api.github.com/graphql",COLOR:"0",GOROOT_1_20_X64:"/opt/hostedtoolcache/go/1.20.14/x64",NVM_DIR:"/home/runner/.nvm",DOTNET_SKIP_FIRST_TIME_EXPERIENCE:"1",GOROOT_1_21_X64:"/opt/hostedtoolcache/go/1.21.13/x64",JAVA_HOME_17_X64:"/usr/lib/jvm/temurin-17-jdk-amd64",ImageVersion:"20240825.1.0",RUNNER_OS:"Linux",GITHUB_API_URL:"https://api.github.com",GOROOT_1_22_X64:"/opt/hostedtoolcache/go/1.22.6/x64",SWIFT_PATH:"/usr/share/swift/usr/bin",RUNNER_USER:"runner",STATS_V3PS:"true",CHROMEWEBDRIVER:"/usr/local/share/chromedriver-linux64",JOURNAL_STREAM:"8:3041",GITHUB_WORKFLOW:"Build and Deploy",_:"/opt/hostedtoolcache/node/20.17.0/x64/bin/npm",npm_config_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",npm_config_npm_version:"10.8.2",ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE:"/opt/actionarchivecache",STATS_D:"false",GITHUB_RUN_ID:"10631573467",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_BASE_REF:"",ImageOS:"ubuntu22",GITHUB_WORKFLOW_REF:"doocs/md/.github/workflows/build.yml@refs/heads/main",PERFLOG_LOCATION_SETTING:"RUNNER_PERFLOG",GITHUB_ACTION_REPOSITORY:"",npm_config_node_gyp:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",PATH:"/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/runner/work/md/md/node_modules/.bin:/home/runner/work/md/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/opt/hostedtoolcache/node/20.17.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",ANT_HOME:"/usr/share/ant",DOTNET_MULTILEVEL_LOOKUP:"0",RUNNER_TRACKING_ID:"github_a27fd683-a620-4622-a974-74a6f97166a7",INVOCATION_ID:"e030f242c7a3459a9c9ec58b55ddf429",RUNNER_TOOL_CACHE:"/opt/hostedtoolcache",NODE:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",npm_package_name:"md",GITHUB_ACTION:"__run_2",GITHUB_RUN_NUMBER:"410",GITHUB_TRIGGERING_ACTOR:"yanglbme",RUNNER_ARCH:"X64",XDG_RUNTIME_DIR:"/run/user/1001",AGENT_TOOLSDIRECTORY:"/opt/hostedtoolcache",LANG:"C.UTF-8",VCPKG_INSTALLATION_ROOT:"/usr/local/share/vcpkg",CONDA:"/usr/share/miniconda",RUNNER_NAME:"GitHub Actions 16",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"db77113d6e25ab3286ffe930590e521ad7c77715",GITHUB_RUN_ATTEMPT:"1",GITHUB_REF:"refs/heads/main",GITHUB_ACTOR:"yanglbme",ANDROID_SDK_ROOT:"/usr/local/lib/android/sdk",LEIN_HOME:"/usr/local/lib/lein",npm_config_globalconfig:"/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc",npm_config_init_module:"/home/runner/.npm-init.js",GITHUB_PATH:"/home/runner/work/_temp/_runner_file_commands/add_path_80967f7b-87c1-418e-8c63-a7edfedad9d7",JAVA_HOME:"/usr/lib/jvm/temurin-11-jdk-amd64",PWD:"/home/runner/work/md/md",GITHUB_ACTOR_ID:"21008209",RUNNER_WORKSPACE:"/home/runner/work/md",npm_execpath:"/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/bin/npm-cli.js",HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS:"3650",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_80967f7b-87c1-418e-8c63-a7edfedad9d7",npm_config_global_prefix:"/opt/hostedtoolcache/node/20.17.0/x64",EDGEWEBDRIVER:"/usr/local/share/edge_driver",STATS_EXT:"true",npm_command:"run-script",ANDROID_NDK:"/usr/local/lib/android/sdk/ndk/27.0.12077973",SGX_AESM_ADDR:"1",CHROME_BIN:"/usr/bin/google-chrome",SELENIUM_JAR_PATH:"/usr/share/java/selenium-server.jar",STATS_EXTP:"https://provjobdsettingscdn.blob.core.windows.net/settings/provjobdsettings-0.5.181+6/provjobd.data",ANDROID_NDK_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_STEP_SUMMARY:"/home/runner/work/_temp/_runner_file_commands/step_summary_80967f7b-87c1-418e-8c63-a7edfedad9d7",INIT_CWD:"/home/runner/work/md/md",EDITOR:"vi",NODE_ENV:"production"},title:"node",argv:["/opt/hostedtoolcache/node/20.17.0/x64/bin/node","/home/runner/work/md/md/node_modules/.bin/vite","build"],execArgv:[],pid:2014,ppid:2013,execPath:"/opt/hostedtoolcache/node/20.17.0/x64/bin/node",debugPort:9229,argv0:"node",_preload_modules:[],report:{directory:"",filename:"",compact:!1,excludeNetwork:!1,signal:"SIGUSR2",reportOnFatalError:!1,reportOnSignal:!1,reportOnUncaughtException:!1}};const{toString}=Object.prototype,{getPrototypeOf}=Object,kindOf=(Ra=>qa=>{const Ja=toString.call(qa);return Ra[Ja]||(Ra[Ja]=Ja.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=Ra=>(Ra=Ra.toLowerCase(),qa=>kindOf(qa)===Ra),typeOfTest=Ra=>qa=>typeof qa===Ra,{isArray}=Array,isUndefined=typeOfTest("undefined");function isBuffer(Ra){return Ra!==null&&!isUndefined(Ra)&&Ra.constructor!==null&&!isUndefined(Ra.constructor)&&isFunction(Ra.constructor.isBuffer)&&Ra.constructor.isBuffer(Ra)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(Ra){let qa;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?qa=ArrayBuffer.isView(Ra):qa=Ra&&Ra.buffer&&isArrayBuffer(Ra.buffer),qa}const isString=typeOfTest("string"),isFunction=typeOfTest("function"),isNumber$1=typeOfTest("number"),isObject=Ra=>Ra!==null&&typeof Ra=="object",isBoolean=Ra=>Ra===!0||Ra===!1,isPlainObject=Ra=>{if(kindOf(Ra)!=="object")return!1;const qa=getPrototypeOf(Ra);return(qa===null||qa===Object.prototype||Object.getPrototypeOf(qa)===null)&&!(Symbol.toStringTag in Ra)&&!(Symbol.iterator in Ra)},isDate=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=Ra=>isObject(Ra)&&isFunction(Ra.pipe),isFormData=Ra=>{let qa;return Ra&&(typeof FormData=="function"&&Ra instanceof FormData||isFunction(Ra.append)&&((qa=kindOf(Ra))==="formdata"||qa==="object"&&isFunction(Ra.toString)&&Ra.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim=Ra=>Ra.trim?Ra.trim():Ra.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(Ra,qa,{allOwnKeys:Ja=!1}={}){if(Ra===null||typeof Ra>"u")return;let ed,td;if(typeof Ra!="object"&&(Ra=[Ra]),isArray(Ra))for(ed=0,td=Ra.length;ed<td;ed++)qa.call(null,Ra[ed],ed,Ra);else{const rd=Ja?Object.getOwnPropertyNames(Ra):Object.keys(Ra),od=rd.length;let sd;for(ed=0;ed<od;ed++)sd=rd[ed],qa.call(null,Ra[sd],sd,Ra)}}function findKey(Ra,qa){qa=qa.toLowerCase();const Ja=Object.keys(Ra);let ed=Ja.length,td;for(;ed-- >0;)if(td=Ja[ed],qa===td.toLowerCase())return td;return null}const _global=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global$1,isContextDefined=Ra=>!isUndefined(Ra)&&Ra!==_global;function merge(){const{caseless:Ra}=isContextDefined(this)&&this||{},qa={},Ja=(ed,td)=>{const rd=Ra&&findKey(qa,td)||td;isPlainObject(qa[rd])&&isPlainObject(ed)?qa[rd]=merge(qa[rd],ed):isPlainObject(ed)?qa[rd]=merge({},ed):isArray(ed)?qa[rd]=ed.slice():qa[rd]=ed};for(let ed=0,td=arguments.length;ed<td;ed++)arguments[ed]&&forEach(arguments[ed],Ja);return qa}const extend=(Ra,qa,Ja,{allOwnKeys:ed}={})=>(forEach(qa,(td,rd)=>{Ja&&isFunction(td)?Ra[rd]=bind(td,Ja):Ra[rd]=td},{allOwnKeys:ed}),Ra),stripBOM=Ra=>(Ra.charCodeAt(0)===65279&&(Ra=Ra.slice(1)),Ra),inherits=(Ra,qa,Ja,ed)=>{Ra.prototype=Object.create(qa.prototype,ed),Ra.prototype.constructor=Ra,Object.defineProperty(Ra,"super",{value:qa.prototype}),Ja&&Object.assign(Ra.prototype,Ja)},toFlatObject=(Ra,qa,Ja,ed)=>{let td,rd,od;const sd={};if(qa=qa||{},Ra==null)return qa;do{for(td=Object.getOwnPropertyNames(Ra),rd=td.length;rd-- >0;)od=td[rd],(!ed||ed(od,Ra,qa))&&!sd[od]&&(qa[od]=Ra[od],sd[od]=!0);Ra=Ja!==!1&&getPrototypeOf(Ra)}while(Ra&&(!Ja||Ja(Ra,qa))&&Ra!==Object.prototype);return qa},endsWith=(Ra,qa,Ja)=>{Ra=String(Ra),(Ja===void 0||Ja>Ra.length)&&(Ja=Ra.length),Ja-=qa.length;const ed=Ra.indexOf(qa,Ja);return ed!==-1&&ed===Ja},toArray=Ra=>{if(!Ra)return null;if(isArray(Ra))return Ra;let qa=Ra.length;if(!isNumber$1(qa))return null;const Ja=new Array(qa);for(;qa-- >0;)Ja[qa]=Ra[qa];return Ja},isTypedArray=(Ra=>qa=>Ra&&qa instanceof Ra)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(Ra,qa)=>{const ed=(Ra&&Ra[Symbol.iterator]).call(Ra);let td;for(;(td=ed.next())&&!td.done;){const rd=td.value;qa.call(Ra,rd[0],rd[1])}},matchAll=(Ra,qa)=>{let Ja;const ed=[];for(;(Ja=Ra.exec(qa))!==null;)ed.push(Ja);return ed},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=Ra=>Ra.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(Ja,ed,td){return ed.toUpperCase()+td}),hasOwnProperty$1=(({hasOwnProperty:Ra})=>(qa,Ja)=>Ra.call(qa,Ja))(Object.prototype),isRegExp=kindOfTest("RegExp"),reduceDescriptors=(Ra,qa)=>{const Ja=Object.getOwnPropertyDescriptors(Ra),ed={};forEach(Ja,(td,rd)=>{let od;(od=qa(td,rd,Ra))!==!1&&(ed[rd]=od||td)}),Object.defineProperties(Ra,ed)},freezeMethods=Ra=>{reduceDescriptors(Ra,(qa,Ja)=>{if(isFunction(Ra)&&["arguments","caller","callee"].indexOf(Ja)!==-1)return!1;const ed=Ra[Ja];if(isFunction(ed)){if(qa.enumerable=!1,"writable"in qa){qa.writable=!1;return}qa.set||(qa.set=()=>{throw Error("Can not rewrite read-only method '"+Ja+"'")})}})},toObjectSet=(Ra,qa)=>{const Ja={},ed=td=>{td.forEach(rd=>{Ja[rd]=!0})};return isArray(Ra)?ed(Ra):ed(String(Ra).split(qa)),Ja},noop=()=>{},toFiniteNumber=(Ra,qa)=>Ra!=null&&Number.isFinite(Ra=+Ra)?Ra:qa,ALPHA="abcdefghijklmnopqrstuvwxyz",DIGIT="0123456789",ALPHABET={DIGIT,ALPHA,ALPHA_DIGIT:ALPHA+ALPHA.toUpperCase()+DIGIT},generateString=(Ra=16,qa=ALPHABET.ALPHA_DIGIT)=>{let Ja="";const{length:ed}=qa;for(;Ra--;)Ja+=qa[Math.random()*ed|0];return Ja};function isSpecCompliantForm(Ra){return!!(Ra&&isFunction(Ra.append)&&Ra[Symbol.toStringTag]==="FormData"&&Ra[Symbol.iterator])}const toJSONObject=Ra=>{const qa=new Array(10),Ja=(ed,td)=>{if(isObject(ed)){if(qa.indexOf(ed)>=0)return;if(!("toJSON"in ed)){qa[td]=ed;const rd=isArray(ed)?[]:{};return forEach(ed,(od,sd)=>{const ld=Ja(od,td+1);!isUndefined(ld)&&(rd[sd]=ld)}),qa[td]=void 0,rd}}return ed};return Ja(Ra,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=Ra=>Ra&&(isObject(Ra)||isFunction(Ra))&&isFunction(Ra.then)&&isFunction(Ra.catch),_setImmediate=((Ra,qa)=>Ra?setImmediate:qa?((Ja,ed)=>(_global.addEventListener("message",({source:td,data:rd})=>{td===_global&&rd===Ja&&ed.length&&ed.shift()()},!1),td=>{ed.push(td),_global.postMessage(Ja,"*")}))(`axios@${Math.random()}`,[]):Ja=>setTimeout(Ja))(typeof setImmediate=="function",isFunction(_global.postMessage)),asap=typeof queueMicrotask<"u"?queueMicrotask.bind(_global):typeof define_process_default<"u"&&define_process_default.nextTick||_setImmediate,utils$1={isArray,isArrayBuffer,isBuffer,isFormData,isArrayBufferView,isString,isNumber:isNumber$1,isBoolean,isObject,isPlainObject,isReadableStream,isRequest,isResponse,isHeaders,isUndefined,isDate,isFile,isBlob,isRegExp,isFunction,isStream,isURLSearchParams,isTypedArray,isFileList,forEach,merge,extend,trim,stripBOM,inherits,toFlatObject,kindOf,kindOfTest,endsWith,toArray,forEachEntry,matchAll,isHTMLForm,hasOwnProperty:hasOwnProperty$1,hasOwnProp:hasOwnProperty$1,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop,toFiniteNumber,findKey,global:_global,isContextDefined,ALPHABET,generateString,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable,setImmediate:_setImmediate,asap};function AxiosError(Ra,qa,Ja,ed,td){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=Ra,this.name="AxiosError",qa&&(this.code=qa),Ja&&(this.config=Ja),ed&&(this.request=ed),td&&(this.response=td,this.status=td.status?td.status:null)}utils$1.inherits(AxiosError,Error,{toJSON:function(){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:utils$1.toJSONObject(this.config),code:this.code,status:this.status}}});const prototype$1=AxiosError.prototype,descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(Ra=>{descriptors[Ra]={value:Ra}});Object.defineProperties(AxiosError,descriptors);Object.defineProperty(prototype$1,"isAxiosError",{value:!0});AxiosError.from=(Ra,qa,Ja,ed,td,rd)=>{const od=Object.create(prototype$1);return utils$1.toFlatObject(Ra,od,function(ld){return ld!==Error.prototype},sd=>sd!=="isAxiosError"),AxiosError.call(od,Ra.message,qa,Ja,ed,td),od.cause=Ra,od.name=Ra.name,rd&&Object.assign(od,rd),od};const httpAdapter=null;function isVisitable(Ra){return utils$1.isPlainObject(Ra)||utils$1.isArray(Ra)}function removeBrackets(Ra){return utils$1.endsWith(Ra,"[]")?Ra.slice(0,-2):Ra}function renderKey(Ra,qa,Ja){return Ra?Ra.concat(qa).map(function(td,rd){return td=removeBrackets(td),!Ja&&rd?"["+td+"]":td}).join(Ja?".":""):qa}function isFlatArray(Ra){return utils$1.isArray(Ra)&&!Ra.some(isVisitable)}const predicates=utils$1.toFlatObject(utils$1,{},null,function(qa){return/^is[A-Z]/.test(qa)});function toFormData(Ra,qa,Ja){if(!utils$1.isObject(Ra))throw new TypeError("target must be an object");qa=qa||new FormData,Ja=utils$1.toFlatObject(Ja,{metaTokens:!0,dots:!1,indexes:!1},!1,function(Td,Od){return!utils$1.isUndefined(Od[Td])});const ed=Ja.metaTokens,td=Ja.visitor||ud,rd=Ja.dots,od=Ja.indexes,ld=(Ja.Blob||typeof Blob<"u"&&Blob)&&utils$1.isSpecCompliantForm(qa);if(!utils$1.isFunction(td))throw new TypeError("visitor must be a function");function cd(Ed){if(Ed===null)return"";if(utils$1.isDate(Ed))return Ed.toISOString();if(!ld&&utils$1.isBlob(Ed))throw new AxiosError("Blob is not supported. Use a Buffer instead.");return utils$1.isArrayBuffer(Ed)||utils$1.isTypedArray(Ed)?ld&&typeof Blob=="function"?new Blob([Ed]):Buffer$2.from(Ed):Ed}function ud(Ed,Td,Od){let Ad=Ed;if(Ed&&!Od&&typeof Ed=="object"){if(utils$1.endsWith(Td,"{}"))Td=ed?Td:Td.slice(0,-2),Ed=JSON.stringify(Ed);else if(utils$1.isArray(Ed)&&isFlatArray(Ed)||(utils$1.isFileList(Ed)||utils$1.endsWith(Td,"[]"))&&(Ad=utils$1.toArray(Ed)))return Td=removeBrackets(Td),Ad.forEach(function(kd,Id){!(utils$1.isUndefined(kd)||kd===null)&&qa.append(od===!0?renderKey([Td],Id,rd):od===null?Td:Td+"[]",cd(kd))}),!1}return isVisitable(Ed)?!0:(qa.append(renderKey(Od,Td,rd),cd(Ed)),!1)}const gd=[],_d=Object.assign(predicates,{defaultVisitor:ud,convertValue:cd,isVisitable});function yd(Ed,Td){if(!utils$1.isUndefined(Ed)){if(gd.indexOf(Ed)!==-1)throw Error("Circular reference detected in "+Td.join("."));gd.push(Ed),utils$1.forEach(Ed,function(Ad,Nd){(!(utils$1.isUndefined(Ad)||Ad===null)&&td.call(qa,Ad,utils$1.isString(Nd)?Nd.trim():Nd,Td,_d))===!0&&yd(Ad,Td?Td.concat(Nd):[Nd])}),gd.pop()}}if(!utils$1.isObject(Ra))throw new TypeError("data must be an object");return yd(Ra),qa}function encode$1(Ra){const qa={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(Ra).replace(/[!'()~]|%20|%00/g,function(ed){return qa[ed]})}function AxiosURLSearchParams(Ra,qa){this._pairs=[],Ra&&toFormData(Ra,this,qa)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function(qa,Ja){this._pairs.push([qa,Ja])};prototype.toString=function(qa){const Ja=qa?function(ed){return qa.call(this,ed,encode$1)}:encode$1;return this._pairs.map(function(td){return Ja(td[0])+"="+Ja(td[1])},"").join("&")};function encode(Ra){return encodeURIComponent(Ra).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(Ra,qa,Ja){if(!qa)return Ra;const ed=Ja&&Ja.encode||encode,td=Ja&&Ja.serialize;let rd;if(td?rd=td(qa,Ja):rd=utils$1.isURLSearchParams(qa)?qa.toString():new AxiosURLSearchParams(qa,Ja).toString(ed),rd){const od=Ra.indexOf("#");od!==-1&&(Ra=Ra.slice(0,od)),Ra+=(Ra.indexOf("?")===-1?"?":"&")+rd}return Ra}class InterceptorManager{constructor(){this.handlers=[]}use(qa,Ja,ed){return this.handlers.push({fulfilled:qa,rejected:Ja,synchronous:ed?ed.synchronous:!1,runWhen:ed?ed.runWhen:null}),this.handlers.length-1}eject(qa){this.handlers[qa]&&(this.handlers[qa]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(qa){utils$1.forEach(this.handlers,function(ed){ed!==null&&qa(ed)})}}const transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$1={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={...utils,...platform$1};function toURLEncodedForm(Ra,qa){return toFormData(Ra,new platform.classes.URLSearchParams,Object.assign({visitor:function(Ja,ed,td,rd){return platform.isNode&&utils$1.isBuffer(Ja)?(this.append(ed,Ja.toString("base64")),!1):rd.defaultVisitor.apply(this,arguments)}},qa))}function parsePropPath(Ra){return utils$1.matchAll(/\w+|\[(\w*)]/g,Ra).map(qa=>qa[0]==="[]"?"":qa[1]||qa[0])}function arrayToObject(Ra){const qa={},Ja=Object.keys(Ra);let ed;const td=Ja.length;let rd;for(ed=0;ed<td;ed++)rd=Ja[ed],qa[rd]=Ra[rd];return qa}function formDataToJSON(Ra){function qa(Ja,ed,td,rd){let od=Ja[rd++];if(od==="__proto__")return!0;const sd=Number.isFinite(+od),ld=rd>=Ja.length;return od=!od&&utils$1.isArray(td)?td.length:od,ld?(utils$1.hasOwnProp(td,od)?td[od]=[td[od],ed]:td[od]=ed,!sd):((!td[od]||!utils$1.isObject(td[od]))&&(td[od]=[]),qa(Ja,ed,td[od],rd)&&utils$1.isArray(td[od])&&(td[od]=arrayToObject(td[od])),!sd)}if(utils$1.isFormData(Ra)&&utils$1.isFunction(Ra.entries)){const Ja={};return utils$1.forEachEntry(Ra,(ed,td)=>{qa(parsePropPath(ed),td,Ja,0)}),Ja}return null}function stringifySafely(Ra,qa,Ja){if(utils$1.isString(Ra))try{return(qa||JSON.parse)(Ra),utils$1.trim(Ra)}catch(ed){if(ed.name!=="SyntaxError")throw ed}return(Ja||JSON.stringify)(Ra)}const defaults={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function(qa,Ja){const ed=Ja.getContentType()||"",td=ed.indexOf("application/json")>-1,rd=utils$1.isObject(qa);if(rd&&utils$1.isHTMLForm(qa)&&(qa=new FormData(qa)),utils$1.isFormData(qa))return td?JSON.stringify(formDataToJSON(qa)):qa;if(utils$1.isArrayBuffer(qa)||utils$1.isBuffer(qa)||utils$1.isStream(qa)||utils$1.isFile(qa)||utils$1.isBlob(qa)||utils$1.isReadableStream(qa))return qa;if(utils$1.isArrayBufferView(qa))return qa.buffer;if(utils$1.isURLSearchParams(qa))return Ja.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),qa.toString();let sd;if(rd){if(ed.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(qa,this.formSerializer).toString();if((sd=utils$1.isFileList(qa))||ed.indexOf("multipart/form-data")>-1){const ld=this.env&&this.env.FormData;return toFormData(sd?{"files[]":qa}:qa,ld&&new ld,this.formSerializer)}}return rd||td?(Ja.setContentType("application/json",!1),stringifySafely(qa)):qa}],transformResponse:[function(qa){const Ja=this.transitional||defaults.transitional,ed=Ja&&Ja.forcedJSONParsing,td=this.responseType==="json";if(utils$1.isResponse(qa)||utils$1.isReadableStream(qa))return qa;if(qa&&utils$1.isString(qa)&&(ed&&!this.responseType||td)){const od=!(Ja&&Ja.silentJSONParsing)&&td;try{return JSON.parse(qa)}catch(sd){if(od)throw sd.name==="SyntaxError"?AxiosError.from(sd,AxiosError.ERR_BAD_RESPONSE,this,null,this.response):sd}}return qa}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function(qa){return qa>=200&&qa<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$1.forEach(["delete","get","head","post","put","patch"],Ra=>{defaults.headers[Ra]={}});const 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=Ra=>{const qa={};let Ja,ed,td;return Ra&&Ra.split(`
`).forEach(function(od){td=od.indexOf(":"),Ja=od.substring(0,td).trim().toLowerCase(),ed=od.substring(td+1).trim(),!(!Ja||qa[Ja]&&ignoreDuplicateOf[Ja])&&(Ja==="set-cookie"?qa[Ja]?qa[Ja].push(ed):qa[Ja]=[ed]:qa[Ja]=qa[Ja]?qa[Ja]+", "+ed:ed)}),qa},$internals=Symbol("internals");function normalizeHeader(Ra){return Ra&&String(Ra).trim().toLowerCase()}function normalizeValue(Ra){return Ra===!1||Ra==null?Ra:utils$1.isArray(Ra)?Ra.map(normalizeValue):String(Ra)}function parseTokens(Ra){const qa=Object.create(null),Ja=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let ed;for(;ed=Ja.exec(Ra);)qa[ed[1]]=ed[2];return qa}const isValidHeaderName=Ra=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(Ra.trim());function matchHeaderValue(Ra,qa,Ja,ed,td){if(utils$1.isFunction(ed))return ed.call(this,qa,Ja);if(td&&(qa=Ja),!!utils$1.isString(qa)){if(utils$1.isString(ed))return qa.indexOf(ed)!==-1;if(utils$1.isRegExp(ed))return ed.test(qa)}}function formatHeader(Ra){return Ra.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(qa,Ja,ed)=>Ja.toUpperCase()+ed)}function buildAccessors(Ra,qa){const Ja=utils$1.toCamelCase(" "+qa);["get","set","has"].forEach(ed=>{Object.defineProperty(Ra,ed+Ja,{value:function(td,rd,od){return this[ed].call(this,qa,td,rd,od)},configurable:!0})})}class AxiosHeaders{constructor(qa){qa&&this.set(qa)}set(qa,Ja,ed){const td=this;function rd(sd,ld,cd){const ud=normalizeHeader(ld);if(!ud)throw new Error("header name must be a non-empty string");const gd=utils$1.findKey(td,ud);(!gd||td[gd]===void 0||cd===!0||cd===void 0&&td[gd]!==!1)&&(td[gd||ld]=normalizeValue(sd))}const od=(sd,ld)=>utils$1.forEach(sd,(cd,ud)=>rd(cd,ud,ld));if(utils$1.isPlainObject(qa)||qa instanceof this.constructor)od(qa,Ja);else if(utils$1.isString(qa)&&(qa=qa.trim())&&!isValidHeaderName(qa))od(parseHeaders(qa),Ja);else if(utils$1.isHeaders(qa))for(const[sd,ld]of qa.entries())rd(ld,sd,ed);else qa!=null&&rd(Ja,qa,ed);return this}get(qa,Ja){if(qa=normalizeHeader(qa),qa){const ed=utils$1.findKey(this,qa);if(ed){const td=this[ed];if(!Ja)return td;if(Ja===!0)return parseTokens(td);if(utils$1.isFunction(Ja))return Ja.call(this,td,ed);if(utils$1.isRegExp(Ja))return Ja.exec(td);throw new TypeError("parser must be boolean|regexp|function")}}}has(qa,Ja){if(qa=normalizeHeader(qa),qa){const ed=utils$1.findKey(this,qa);return!!(ed&&this[ed]!==void 0&&(!Ja||matchHeaderValue(this,this[ed],ed,Ja)))}return!1}delete(qa,Ja){const ed=this;let td=!1;function rd(od){if(od=normalizeHeader(od),od){const sd=utils$1.findKey(ed,od);sd&&(!Ja||matchHeaderValue(ed,ed[sd],sd,Ja))&&(delete ed[sd],td=!0)}}return utils$1.isArray(qa)?qa.forEach(rd):rd(qa),td}clear(qa){const Ja=Object.keys(this);let ed=Ja.length,td=!1;for(;ed--;){const rd=Ja[ed];(!qa||matchHeaderValue(this,this[rd],rd,qa,!0))&&(delete this[rd],td=!0)}return td}normalize(qa){const Ja=this,ed={};return utils$1.forEach(this,(td,rd)=>{const od=utils$1.findKey(ed,rd);if(od){Ja[od]=normalizeValue(td),delete Ja[rd];return}const sd=qa?formatHeader(rd):String(rd).trim();sd!==rd&&delete Ja[rd],Ja[sd]=normalizeValue(td),ed[sd]=!0}),this}concat(...qa){return this.constructor.concat(this,...qa)}toJSON(qa){const Ja=Object.create(null);return utils$1.forEach(this,(ed,td)=>{ed!=null&&ed!==!1&&(Ja[td]=qa&&utils$1.isArray(ed)?ed.join(", "):ed)}),Ja}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([qa,Ja])=>qa+": "+Ja).join(`
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(qa){return qa instanceof this?qa:new this(qa)}static concat(qa,...Ja){const ed=new this(qa);return Ja.forEach(td=>ed.set(td)),ed}static accessor(qa){const ed=(this[$internals]=this[$internals]={accessors:{}}).accessors,td=this.prototype;function rd(od){const sd=normalizeHeader(od);ed[sd]||(buildAccessors(td,od),ed[sd]=!0)}return utils$1.isArray(qa)?qa.forEach(rd):rd(qa),this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);utils$1.reduceDescriptors(AxiosHeaders.prototype,({value:Ra},qa)=>{let Ja=qa[0].toUpperCase()+qa.slice(1);return{get:()=>Ra,set(ed){this[Ja]=ed}}});utils$1.freezeMethods(AxiosHeaders);function transformData(Ra,qa){const Ja=this||defaults,ed=qa||Ja,td=AxiosHeaders.from(ed.headers);let rd=ed.data;return utils$1.forEach(Ra,function(sd){rd=sd.call(Ja,rd,td.normalize(),qa?qa.status:void 0)}),td.normalize(),rd}function isCancel(Ra){return!!(Ra&&Ra.__CANCEL__)}function CanceledError(Ra,qa,Ja){AxiosError.call(this,Ra??"canceled",AxiosError.ERR_CANCELED,qa,Ja),this.name="CanceledError"}utils$1.inherits(CanceledError,AxiosError,{__CANCEL__:!0});function settle(Ra,qa,Ja){const ed=Ja.config.validateStatus;!Ja.status||!ed||ed(Ja.status)?Ra(Ja):qa(new AxiosError("Request failed with status code "+Ja.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(Ja.status/100)-4],Ja.config,Ja.request,Ja))}function parseProtocol(Ra){const qa=/^([-+\w]{1,25})(:?\/\/|:)/.exec(Ra);return qa&&qa[1]||""}function speedometer(Ra,qa){Ra=Ra||10;const Ja=new Array(Ra),ed=new Array(Ra);let td=0,rd=0,od;return qa=qa!==void 0?qa:1e3,function(ld){const cd=Date.now(),ud=ed[rd];od||(od=cd),Ja[td]=ld,ed[td]=cd;let gd=rd,_d=0;for(;gd!==td;)_d+=Ja[gd++],gd=gd%Ra;if(td=(td+1)%Ra,td===rd&&(rd=(rd+1)%Ra),cd-od<qa)return;const yd=ud&&cd-ud;return yd?Math.round(_d*1e3/yd):void 0}}function throttle(Ra,qa){let Ja=0,ed=1e3/qa,td,rd;const od=(cd,ud=Date.now())=>{Ja=ud,td=null,rd&&(clearTimeout(rd),rd=null),Ra.apply(null,cd)};return[(...cd)=>{const ud=Date.now(),gd=ud-Ja;gd>=ed?od(cd,ud):(td=cd,rd||(rd=setTimeout(()=>{rd=null,od(td)},ed-gd)))},()=>td&&od(td)]}const progressEventReducer=(Ra,qa,Ja=3)=>{let ed=0;const td=speedometer(50,250);return throttle(rd=>{const od=rd.loaded,sd=rd.lengthComputable?rd.total:void 0,ld=od-ed,cd=td(ld),ud=od<=sd;ed=od;const gd={loaded:od,total:sd,progress:sd?od/sd:void 0,bytes:ld,rate:cd||void 0,estimated:cd&&sd&&ud?(sd-od)/cd:void 0,event:rd,lengthComputable:sd!=null,[qa?"download":"upload"]:!0};Ra(gd)},Ja)},progressEventDecorator=(Ra,qa)=>{const Ja=Ra!=null;return[ed=>qa[0]({lengthComputable:Ja,total:Ra,loaded:ed}),qa[1]]},asyncDecorator=Ra=>(...qa)=>utils$1.asap(()=>Ra(...qa)),isURLSameOrigin=platform.hasStandardBrowserEnv?function(){const qa=platform.navigator&&/(msie|trident)/i.test(platform.navigator.userAgent),Ja=document.createElement("a");let ed;function td(rd){let od=rd;return qa&&(Ja.setAttribute("href",od),od=Ja.href),Ja.setAttribute("href",od),{href:Ja.href,protocol:Ja.protocol?Ja.protocol.replace(/:$/,""):"",host:Ja.host,search:Ja.search?Ja.search.replace(/^\?/,""):"",hash:Ja.hash?Ja.hash.replace(/^#/,""):"",hostname:Ja.hostname,port:Ja.port,pathname:Ja.pathname.charAt(0)==="/"?Ja.pathname:"/"+Ja.pathname}}return ed=td(window.location.href),function(od){const sd=utils$1.isString(od)?td(od):od;return sd.protocol===ed.protocol&&sd.host===ed.host}}():function(){return function(){return!0}}(),cookies=platform.hasStandardBrowserEnv?{write(Ra,qa,Ja,ed,td,rd){const od=[Ra+"="+encodeURIComponent(qa)];utils$1.isNumber(Ja)&&od.push("expires="+new Date(Ja).toGMTString()),utils$1.isString(ed)&&od.push("path="+ed),utils$1.isString(td)&&od.push("domain="+td),rd===!0&&od.push("secure"),document.cookie=od.join("; ")},read(Ra){const qa=document.cookie.match(new RegExp("(^|;\\s*)("+Ra+")=([^;]*)"));return qa?decodeURIComponent(qa[3]):null},remove(Ra){this.write(Ra,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function isAbsoluteURL(Ra){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(Ra)}function combineURLs(Ra,qa){return qa?Ra.replace(/\/?\/$/,"")+"/"+qa.replace(/^\/+/,""):Ra}function buildFullPath(Ra,qa){return Ra&&!isAbsoluteURL(qa)?combineURLs(Ra,qa):qa}const headersToObject=Ra=>Ra instanceof AxiosHeaders?{...Ra}:Ra;function mergeConfig(Ra,qa){qa=qa||{};const Ja={};function ed(cd,ud,gd){return utils$1.isPlainObject(cd)&&utils$1.isPlainObject(ud)?utils$1.merge.call({caseless:gd},cd,ud):utils$1.isPlainObject(ud)?utils$1.merge({},ud):utils$1.isArray(ud)?ud.slice():ud}function td(cd,ud,gd){if(utils$1.isUndefined(ud)){if(!utils$1.isUndefined(cd))return ed(void 0,cd,gd)}else return ed(cd,ud,gd)}function rd(cd,ud){if(!utils$1.isUndefined(ud))return ed(void 0,ud)}function od(cd,ud){if(utils$1.isUndefined(ud)){if(!utils$1.isUndefined(cd))return ed(void 0,cd)}else return ed(void 0,ud)}function sd(cd,ud,gd){if(gd in qa)return ed(cd,ud);if(gd in Ra)return ed(void 0,cd)}const ld={url:rd,method:rd,data:rd,baseURL:od,transformRequest:od,transformResponse:od,paramsSerializer:od,timeout:od,timeoutMessage:od,withCredentials:od,withXSRFToken:od,adapter:od,responseType:od,xsrfCookieName:od,xsrfHeaderName:od,onUploadProgress:od,onDownloadProgress:od,decompress:od,maxContentLength:od,maxBodyLength:od,beforeRedirect:od,transport:od,httpAgent:od,httpsAgent:od,cancelToken:od,socketPath:od,responseEncoding:od,validateStatus:sd,headers:(cd,ud)=>td(headersToObject(cd),headersToObject(ud),!0)};return utils$1.forEach(Object.keys(Object.assign({},Ra,qa)),function(ud){const gd=ld[ud]||td,_d=gd(Ra[ud],qa[ud],ud);utils$1.isUndefined(_d)&&gd!==sd||(Ja[ud]=_d)}),Ja}const resolveConfig=Ra=>{const qa=mergeConfig({},Ra);let{data:Ja,withXSRFToken:ed,xsrfHeaderName:td,xsrfCookieName:rd,headers:od,auth:sd}=qa;qa.headers=od=AxiosHeaders.from(od),qa.url=buildURL(buildFullPath(qa.baseURL,qa.url),Ra.params,Ra.paramsSerializer),sd&&od.set("Authorization","Basic "+btoa((sd.username||"")+":"+(sd.password?unescape(encodeURIComponent(sd.password)):"")));let ld;if(utils$1.isFormData(Ja)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv)od.setContentType(void 0);else if((ld=od.getContentType())!==!1){const[cd,...ud]=ld?ld.split(";").map(gd=>gd.trim()).filter(Boolean):[];od.setContentType([cd||"multipart/form-data",...ud].join("; "))}}if(platform.hasStandardBrowserEnv&&(ed&&utils$1.isFunction(ed)&&(ed=ed(qa)),ed||ed!==!1&&isURLSameOrigin(qa.url))){const cd=td&&rd&&cookies.read(rd);cd&&od.set(td,cd)}return qa},isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(Ra){return new Promise(function(Ja,ed){const td=resolveConfig(Ra);let rd=td.data;const od=AxiosHeaders.from(td.headers).normalize();let{responseType:sd,onUploadProgress:ld,onDownloadProgress:cd}=td,ud,gd,_d,yd,Ed;function Td(){yd&&yd(),Ed&&Ed(),td.cancelToken&&td.cancelToken.unsubscribe(ud),td.signal&&td.signal.removeEventListener("abort",ud)}let Od=new XMLHttpRequest;Od.open(td.method.toUpperCase(),td.url,!0),Od.timeout=td.timeout;function Ad(){if(!Od)return;const kd=AxiosHeaders.from("getAllResponseHeaders"in Od&&Od.getAllResponseHeaders()),Rd={data:!sd||sd==="text"||sd==="json"?Od.responseText:Od.response,status:Od.status,statusText:Od.statusText,headers:kd,config:Ra,request:Od};settle(function(Ld){Ja(Ld),Td()},function(Ld){ed(Ld),Td()},Rd),Od=null}"onloadend"in Od?Od.onloadend=Ad:Od.onreadystatechange=function(){!Od||Od.readyState!==4||Od.status===0&&!(Od.responseURL&&Od.responseURL.indexOf("file:")===0)||setTimeout(Ad)},Od.onabort=function(){Od&&(ed(new AxiosError("Request aborted",AxiosError.ECONNABORTED,Ra,Od)),Od=null)},Od.onerror=function(){ed(new AxiosError("Network Error",AxiosError.ERR_NETWORK,Ra,Od)),Od=null},Od.ontimeout=function(){let Id=td.timeout?"timeout of "+td.timeout+"ms exceeded":"timeout exceeded";const Rd=td.transitional||transitionalDefaults;td.timeoutErrorMessage&&(Id=td.timeoutErrorMessage),ed(new AxiosError(Id,Rd.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,Ra,Od)),Od=null},rd===void 0&&od.setContentType(null),"setRequestHeader"in Od&&utils$1.forEach(od.toJSON(),function(Id,Rd){Od.setRequestHeader(Rd,Id)}),utils$1.isUndefined(td.withCredentials)||(Od.withCredentials=!!td.withCredentials),sd&&sd!=="json"&&(Od.responseType=td.responseType),cd&&([_d,Ed]=progressEventReducer(cd,!0),Od.addEventListener("progress",_d)),ld&&Od.upload&&([gd,yd]=progressEventReducer(ld),Od.upload.addEventListener("progress",gd),Od.upload.addEventListener("loadend",yd)),(td.cancelToken||td.signal)&&(ud=kd=>{Od&&(ed(!kd||kd.type?new CanceledError(null,Ra,Od):kd),Od.abort(),Od=null)},td.cancelToken&&td.cancelToken.subscribe(ud),td.signal&&(td.signal.aborted?ud():td.signal.addEventListener("abort",ud)));const Nd=parseProtocol(td.url);if(Nd&&platform.protocols.indexOf(Nd)===-1){ed(new AxiosError("Unsupported protocol "+Nd+":",AxiosError.ERR_BAD_REQUEST,Ra));return}Od.send(rd||null)})},composeSignals=(Ra,qa)=>{let Ja=new AbortController,ed;const td=function(ld){if(!ed){ed=!0,od();const cd=ld instanceof Error?ld:this.reason;Ja.abort(cd instanceof AxiosError?cd:new CanceledError(cd instanceof Error?cd.message:cd))}};let rd=qa&&setTimeout(()=>{td(new AxiosError(`timeout ${qa} of ms exceeded`,AxiosError.ETIMEDOUT))},qa);const od=()=>{Ra&&(rd&&clearTimeout(rd),rd=null,Ra.forEach(ld=>{ld&&(ld.removeEventListener?ld.removeEventListener("abort",td):ld.unsubscribe(td))}),Ra=null)};Ra.forEach(ld=>ld&&ld.addEventListener&&ld.addEventListener("abort",td));const{signal:sd}=Ja;return sd.unsubscribe=od,[sd,()=>{rd&&clearTimeout(rd),rd=null}]},streamChunk=function*(Ra,qa){let Ja=Ra.byteLength;if(!qa||Ja<qa){yield Ra;return}let ed=0,td;for(;ed<Ja;)td=ed+qa,yield Ra.slice(ed,td),ed=td},readBytes=async function*(Ra,qa,Ja){for await(const ed of Ra)yield*streamChunk(ArrayBuffer.isView(ed)?ed:await Ja(String(ed)),qa)},trackStream=(Ra,qa,Ja,ed,td)=>{const rd=readBytes(Ra,qa,td);let od=0,sd,ld=cd=>{sd||(sd=!0,ed&&ed(cd))};return new ReadableStream({async pull(cd){try{const{done:ud,value:gd}=await rd.next();if(ud){ld(),cd.close();return}let _d=gd.byteLength;if(Ja){let yd=od+=_d;Ja(yd)}cd.enqueue(new Uint8Array(gd))}catch(ud){throw ld(ud),ud}},cancel(cd){return ld(cd),rd.return()}},{highWaterMark:2})},isFetchSupported=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",isReadableStreamSupported=isFetchSupported&&typeof ReadableStream=="function",encodeText=isFetchSupported&&(typeof TextEncoder=="function"?(Ra=>qa=>Ra.encode(qa))(new TextEncoder):async Ra=>new Uint8Array(await new Response(Ra).arrayBuffer())),test=(Ra,...qa)=>{try{return!!Ra(...qa)}catch{return!1}},supportsRequestStream=isReadableStreamSupported&&test(()=>{let Ra=!1;const qa=new Request(platform.origin,{body:new ReadableStream,method:"POST",get duplex(){return Ra=!0,"half"}}).headers.has("Content-Type");return Ra&&!qa}),DEFAULT_CHUNK_SIZE=64*1024,supportsResponseStream=isReadableStreamSupported&&test(()=>utils$1.isReadableStream(new Response("").body)),resolvers={stream:supportsResponseStream&&(Ra=>Ra.body)};isFetchSupported&&(Ra=>{["text","arrayBuffer","blob","formData","stream"].forEach(qa=>{!resolvers[qa]&&(resolvers[qa]=utils$1.isFunction(Ra[qa])?Ja=>Ja[qa]():(Ja,ed)=>{throw new AxiosError(`Response type '${qa}' is not supported`,AxiosError.ERR_NOT_SUPPORT,ed)})})})(new Response);const getBodyLength=async Ra=>{if(Ra==null)return 0;if(utils$1.isBlob(Ra))return Ra.size;if(utils$1.isSpecCompliantForm(Ra))return(await new Request(Ra).arrayBuffer()).byteLength;if(utils$1.isArrayBufferView(Ra)||utils$1.isArrayBuffer(Ra))return Ra.byteLength;if(utils$1.isURLSearchParams(Ra)&&(Ra=Ra+""),utils$1.isString(Ra))return(await encodeText(Ra)).byteLength},resolveBodyLength=async(Ra,qa)=>{const Ja=utils$1.toFiniteNumber(Ra.getContentLength());return Ja??getBodyLength(qa)},fetchAdapter=isFetchSupported&&(async Ra=>{let{url:qa,method:Ja,data:ed,signal:td,cancelToken:rd,timeout:od,onDownloadProgress:sd,onUploadProgress:ld,responseType:cd,headers:ud,withCredentials:gd="same-origin",fetchOptions:_d}=resolveConfig(Ra);cd=cd?(cd+"").toLowerCase():"text";let[yd,Ed]=td||rd||od?composeSignals([td,rd],od):[],Td,Od;const Ad=()=>{!Td&&setTimeout(()=>{yd&&yd.unsubscribe()}),Td=!0};let Nd;try{if(ld&&supportsRequestStream&&Ja!=="get"&&Ja!=="head"&&(Nd=await resolveBodyLength(ud,ed))!==0){let Ld=new Request(qa,{method:"POST",body:ed,duplex:"half"}),jd;if(utils$1.isFormData(ed)&&(jd=Ld.headers.get("content-type"))&&ud.setContentType(jd),Ld.body){const[Pd,Fd]=progressEventDecorator(Nd,progressEventReducer(asyncDecorator(ld)));ed=trackStream(Ld.body,DEFAULT_CHUNK_SIZE,Pd,Fd,encodeText)}}utils$1.isString(gd)||(gd=gd?"include":"omit");const kd="credentials"in Request.prototype;Od=new Request(qa,{..._d,signal:yd,method:Ja.toUpperCase(),headers:ud.normalize().toJSON(),body:ed,duplex:"half",credentials:kd?gd:void 0});let Id=await fetch(Od);const Rd=supportsResponseStream&&(cd==="stream"||cd==="response");if(supportsResponseStream&&(sd||Rd)){const Ld={};["status","statusText","headers"].forEach(Ud=>{Ld[Ud]=Id[Ud]});const jd=utils$1.toFiniteNumber(Id.headers.get("content-length")),[Pd,Fd]=sd&&progressEventDecorator(jd,progressEventReducer(asyncDecorator(sd),!0))||[];Id=new Response(trackStream(Id.body,DEFAULT_CHUNK_SIZE,Pd,()=>{Fd&&Fd(),Rd&&Ad()},encodeText),Ld)}cd=cd||"text";let Md=await resolvers[utils$1.findKey(resolvers,cd)||"text"](Id,Ra);return!Rd&&Ad(),Ed&&Ed(),await new Promise((Ld,jd)=>{settle(Ld,jd,{data:Md,headers:AxiosHeaders.from(Id.headers),status:Id.status,statusText:Id.statusText,config:Ra,request:Od})})}catch(kd){throw Ad(),kd&&kd.name==="TypeError"&&/fetch/i.test(kd.message)?Object.assign(new AxiosError("Network Error",AxiosError.ERR_NETWORK,Ra,Od),{cause:kd.cause||kd}):AxiosError.from(kd,kd&&kd.code,Ra,Od)}}),knownAdapters={http:httpAdapter,xhr:xhrAdapter,fetch:fetchAdapter};utils$1.forEach(knownAdapters,(Ra,qa)=>{if(Ra){try{Object.defineProperty(Ra,"name",{value:qa})}catch{}Object.defineProperty(Ra,"adapterName",{value:qa})}});const renderReason=Ra=>`- ${Ra}`,isResolvedHandle=Ra=>utils$1.isFunction(Ra)||Ra===null||Ra===!1,adapters={getAdapter:Ra=>{Ra=utils$1.isArray(Ra)?Ra:[Ra];const{length:qa}=Ra;let Ja,ed;const td={};for(let rd=0;rd<qa;rd++){Ja=Ra[rd];let od;if(ed=Ja,!isResolvedHandle(Ja)&&(ed=knownAdapters[(od=String(Ja)).toLowerCase()],ed===void 0))throw new AxiosError(`Unknown adapter '${od}'`);if(ed)break;td[od||"#"+rd]=ed}if(!ed){const rd=Object.entries(td).map(([sd,ld])=>`adapter ${sd} `+(ld===!1?"is not supported by the environment":"is not available in the build"));let od=qa?rd.length>1?`since :
`+rd.map(renderReason).join(`
`):" "+renderReason(rd[0]):"as no adapter specified";throw new AxiosError("There is no suitable adapter to dispatch the request "+od,"ERR_NOT_SUPPORT")}return ed},adapters:knownAdapters};function throwIfCancellationRequested(Ra){if(Ra.cancelToken&&Ra.cancelToken.throwIfRequested(),Ra.signal&&Ra.signal.aborted)throw new CanceledError(null,Ra)}function dispatchRequest(Ra){return throwIfCancellationRequested(Ra),Ra.headers=AxiosHeaders.from(Ra.headers),Ra.data=transformData.call(Ra,Ra.transformRequest),["post","put","patch"].indexOf(Ra.method)!==-1&&Ra.headers.setContentType("application/x-www-form-urlencoded",!1),adapters.getAdapter(Ra.adapter||defaults.adapter)(Ra).then(function(ed){return throwIfCancellationRequested(Ra),ed.data=transformData.call(Ra,Ra.transformResponse,ed),ed.headers=AxiosHeaders.from(ed.headers),ed},function(ed){return isCancel(ed)||(throwIfCancellationRequested(Ra),ed&&ed.response&&(ed.response.data=transformData.call(Ra,Ra.transformResponse,ed.response),ed.response.headers=AxiosHeaders.from(ed.response.headers))),Promise.reject(ed)})}const VERSION="1.7.5",validators$1={};["object","boolean","number","function","string","symbol"].forEach((Ra,qa)=>{validators$1[Ra]=function(ed){return typeof ed===Ra||"a"+(qa<1?"n ":" ")+Ra}});const deprecatedWarnings={};validators$1.transitional=function(qa,Ja,ed){function td(rd,od){return"[Axios v"+VERSION+"] Transitional option '"+rd+"'"+od+(ed?". "+ed:"")}return(rd,od,sd)=>{if(qa===!1)throw new AxiosError(td(od," has been removed"+(Ja?" in "+Ja:"")),AxiosError.ERR_DEPRECATED);return Ja&&!deprecatedWarnings[od]&&(deprecatedWarnings[od]=!0,console.warn(td(od," has been deprecated since v"+Ja+" and will be removed in the near future"))),qa?qa(rd,od,sd):!0}};function assertOptions(Ra,qa,Ja){if(typeof Ra!="object")throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE);const ed=Object.keys(Ra);let td=ed.length;for(;td-- >0;){const rd=ed[td],od=qa[rd];if(od){const sd=Ra[rd],ld=sd===void 0||od(sd,rd,Ra);if(ld!==!0)throw new AxiosError("option "+rd+" must be "+ld,AxiosError.ERR_BAD_OPTION_VALUE);continue}if(Ja!==!0)throw new AxiosError("Unknown option "+rd,AxiosError.ERR_BAD_OPTION)}}const validator={assertOptions,validators:validators$1},validators=validator.validators;class Axios{constructor(qa){this.defaults=qa,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(qa,Ja){try{return await this._request(qa,Ja)}catch(ed){if(ed instanceof Error){let td;Error.captureStackTrace?Error.captureStackTrace(td={}):td=new Error;const rd=td.stack?td.stack.replace(/^.+\n/,""):"";try{ed.stack?rd&&!String(ed.stack).endsWith(rd.replace(/^.+\n.+\n/,""))&&(ed.stack+=`
`+rd):ed.stack=rd}catch{}}throw ed}}_request(qa,Ja){typeof qa=="string"?(Ja=Ja||{},Ja.url=qa):Ja=qa||{},Ja=mergeConfig(this.defaults,Ja);const{transitional:ed,paramsSerializer:td,headers:rd}=Ja;ed!==void 0&&validator.assertOptions(ed,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1),td!=null&&(utils$1.isFunction(td)?Ja.paramsSerializer={serialize:td}:validator.assertOptions(td,{encode:validators.function,serialize:validators.function},!0)),Ja.method=(Ja.method||this.defaults.method||"get").toLowerCase();let od=rd&&utils$1.merge(rd.common,rd[Ja.method]);rd&&utils$1.forEach(["delete","get","head","post","put","patch","common"],Ed=>{delete rd[Ed]}),Ja.headers=AxiosHeaders.concat(od,rd);const sd=[];let ld=!0;this.interceptors.request.forEach(function(Td){typeof Td.runWhen=="function"&&Td.runWhen(Ja)===!1||(ld=ld&&Td.synchronous,sd.unshift(Td.fulfilled,Td.rejected))});const cd=[];this.interceptors.response.forEach(function(Td){cd.push(Td.fulfilled,Td.rejected)});let ud,gd=0,_d;if(!ld){const Ed=[dispatchRequest.bind(this),void 0];for(Ed.unshift.apply(Ed,sd),Ed.push.apply(Ed,cd),_d=Ed.length,ud=Promise.resolve(Ja);gd<_d;)ud=ud.then(Ed[gd++],Ed[gd++]);return ud}_d=sd.length;let yd=Ja;for(gd=0;gd<_d;){const Ed=sd[gd++],Td=sd[gd++];try{yd=Ed(yd)}catch(Od){Td.call(this,Od);break}}try{ud=dispatchRequest.call(this,yd)}catch(Ed){return Promise.reject(Ed)}for(gd=0,_d=cd.length;gd<_d;)ud=ud.then(cd[gd++],cd[gd++]);return ud}getUri(qa){qa=mergeConfig(this.defaults,qa);const Ja=buildFullPath(qa.baseURL,qa.url);return buildURL(Ja,qa.params,qa.paramsSerializer)}}utils$1.forEach(["delete","get","head","options"],function(qa){Axios.prototype[qa]=function(Ja,ed){return this.request(mergeConfig(ed||{},{method:qa,url:Ja,data:(ed||{}).data}))}});utils$1.forEach(["post","put","patch"],function(qa){function Ja(ed){return function(rd,od,sd){return this.request(mergeConfig(sd||{},{method:qa,headers:ed?{"Content-Type":"multipart/form-data"}:{},url:rd,data:od}))}}Axios.prototype[qa]=Ja(),Axios.prototype[qa+"Form"]=Ja(!0)});class CancelToken{constructor(qa){if(typeof qa!="function")throw new TypeError("executor must be a function.");let Ja;this.promise=new Promise(function(rd){Ja=rd});const ed=this;this.promise.then(td=>{if(!ed._listeners)return;let rd=ed._listeners.length;for(;rd-- >0;)ed._listeners[rd](td);ed._listeners=null}),this.promise.then=td=>{let rd;const od=new Promise(sd=>{ed.subscribe(sd),rd=sd}).then(td);return od.cancel=function(){ed.unsubscribe(rd)},od},qa(function(rd,od,sd){ed.reason||(ed.reason=new CanceledError(rd,od,sd),Ja(ed.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(qa){if(this.reason){qa(this.reason);return}this._listeners?this._listeners.push(qa):this._listeners=[qa]}unsubscribe(qa){if(!this._listeners)return;const Ja=this._listeners.indexOf(qa);Ja!==-1&&this._listeners.splice(Ja,1)}static source(){let qa;return{token:new CancelToken(function(td){qa=td}),cancel:qa}}}function spread(Ra){return function(Ja){return Ra.apply(null,Ja)}}function isAxiosError(Ra){return utils$1.isObject(Ra)&&Ra.isAxiosError===!0}const HttpStatusCode={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};Object.entries(HttpStatusCode).forEach(([Ra,qa])=>{HttpStatusCode[qa]=Ra});function createInstance(Ra){const qa=new Axios(Ra),Ja=bind(Axios.prototype.request,qa);return utils$1.extend(Ja,Axios.prototype,qa,{allOwnKeys:!0}),utils$1.extend(Ja,qa,null,{allOwnKeys:!0}),Ja.create=function(td){return createInstance(mergeConfig(Ra,td))},Ja}const axios=createInstance(defaults);axios.Axios=Axios;axios.CanceledError=CanceledError;axios.CancelToken=CancelToken;axios.isCancel=isCancel;axios.VERSION=VERSION;axios.toFormData=toFormData;axios.AxiosError=AxiosError;axios.Cancel=axios.CanceledError;axios.all=function(qa){return Promise.all(qa)};axios.spread=spread;axios.isAxiosError=isAxiosError;axios.mergeConfig=mergeConfig;axios.AxiosHeaders=AxiosHeaders;axios.formToJSON=Ra=>formDataToJSON(utils$1.isHTMLForm(Ra)?new FormData(Ra):Ra);axios.getAdapter=adapters.getAdapter;axios.HttpStatusCode=HttpStatusCode;axios.default=axios;const service=axios.create({baseURL:"",timeout:30*1e3});service.interceptors.request.use(Ra=>(/^(?:post|put|delete)$/i.test(Ra.method)&&Ra.data&&Ra.data.upload&&(Ra.headers["Content-Type"]="multipart/form-data"),Ra),Ra=>{Promise.reject(Ra)});service.interceptors.response.use(Ra=>Ra.data?Ra.data:Promise.reject(Ra),Ra=>Promise.reject(Ra));function utf16to8(Ra){let qa="";const Ja=Ra.length;for(let ed=0;ed<Ja;ed++){const td=Ra.charCodeAt(ed);td>=1&&td<=127?qa+=Ra.charAt(ed):td>2047?(qa+=String.fromCharCode(224|td>>12&15),qa+=String.fromCharCode(128|td>>6&63),qa+=String.fromCharCode(128|td&63)):(qa+=String.fromCharCode(192|td>>6&31),qa+=String.fromCharCode(128|td&63))}return qa}function utf8to16(Ra){let qa="",Ja=0;const ed=Ra.length;for(;Ja<ed;){const td=Ra.charCodeAt(Ja++);let rd,od;switch(td>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:qa+=Ra.charAt(Ja-1);break;case 12:case 13:rd=Ra.charCodeAt(Ja++),qa+=String.fromCharCode((td&31)<<6|rd&63);break;case 14:rd=Ra.charCodeAt(Ja++),od=Ra.charCodeAt(Ja++),qa+=String.fromCharCode((td&15)<<12|(rd&63)<<6|od&63);break}}return qa}const base64EncodeChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",base64DecodeChars=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,-1,-1,-1,-1,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,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,-1,-1,-1,-1,-1];function base64encode(Ra){let qa="",Ja=0;const ed=Ra.length;for(;Ja<ed;){const td=Ra.charCodeAt(Ja++)&255;if(Ja===ed){qa+=base64EncodeChars.charAt(td>>2),qa+=base64EncodeChars.charAt((td&3)<<4),qa+="==";break}const rd=Ra.charCodeAt(Ja++);if(Ja===ed){qa+=base64EncodeChars.charAt(td>>2),qa+=base64EncodeChars.charAt((td&3)<<4|(rd&240)>>4),qa+=base64EncodeChars.charAt((rd&15)<<2),qa+="=";break}const od=Ra.charCodeAt(Ja++);qa+=base64EncodeChars.charAt(td>>2),qa+=base64EncodeChars.charAt((td&3)<<4|(rd&240)>>4),qa+=base64EncodeChars.charAt((rd&15)<<2|(od&192)>>6),qa+=base64EncodeChars.charAt(od&63)}return qa}function base64decode(Ra){let qa,Ja,ed,td,rd=0;const od=Ra.length;let sd="";for(;rd<od;){do qa=base64DecodeChars[Ra.charCodeAt(rd++)&255];while(rd<od&&qa===-1);if(qa===-1)break;do Ja=base64DecodeChars[Ra.charCodeAt(rd++)&255];while(rd<od&&Ja===-1);if(Ja===-1)break;sd+=String.fromCharCode(qa<<2|(Ja&48)>>4);do{if(ed=Ra.charCodeAt(rd++)&255,ed===61)return sd;ed=base64DecodeChars[ed]}while(rd<od&&ed===-1);if(ed===-1)break;sd+=String.fromCharCode((Ja&15)<<4|(ed&60)>>2);do{if(td=Ra.charCodeAt(rd++)&255,td===61)return sd;td=base64DecodeChars[td]}while(rd<od&&td===-1);if(td===-1)break;sd+=String.fromCharCode((ed&3)<<6|td)}return sd}function safe64(Ra){return Ra=Ra.replace(/\+/g,"-"),Ra=Ra.replace(/\//g,"_"),Ra}const tokenTools=Object.freeze(Object.defineProperty({__proto__:null,base64decode,base64encode,safe64,utf16to8,utf8to16},Symbol.toStringTag,{value:"Module"}));function getConfig(Ra,qa){if(Ra){const td=qa==="github"?githubConfig:giteeConfig,{username:rd,repoList:od,branch:sd,accessTokenList:ld}=td,cd=Math.floor(Math.random()*ld.length),ud=ld[cd].replace("doocsmd",""),gd=Math.floor(Math.random()*od.length),_d=od[gd];return{username:rd,repo:_d,branch:sd,accessToken:ud}}const Ja=JSON.parse(localStorage.getItem(`${qa}Config`)),ed=Ja.repo.replace(`https://${qa}.com/`,"").replace(`http://${qa}.com/`,"").replace(`${qa}.com/`,"").split("/");return{username:ed[0],repo:ed[1],branch:Ja.branch||"master",accessToken:Ja.accessToken}}function getDir(){const Ra=new Date,qa=Ra.getFullYear(),Ja=(Ra.getMonth()+1).toString().padStart(2,"0"),ed=Ra.getDate().toString().padStart(2,"0");return`${qa}/${Ja}/${ed}`}function getDateFilename(Ra){const qa=new Date().getTime(),Ja=Ra.split(".")[1];return`${qa}-${v4()}.${Ja}`}async function ghFileUpload(Ra,qa){var yd;const Ja=localStorage.getItem("imgHost")==="default",{username:ed,repo:td,branch:rd,accessToken:od}=getConfig(Ja,"github"),sd=getDir(),ld=`https://api.github.com/repos/${ed}/${td}/contents/${sd}/`,cd=getDateFilename(qa),ud=await service({url:ld+cd,method:"put",headers:{Authorization:`token ${od}`},data:{content:Ra,branch:rd,message:`Upload by ${window.location.href}`}}),gd=`raw.githubusercontent.com/${ed}/${td}/${rd}/`,_d=`fastly.jsdelivr.net/gh/${ed}/${td}@${rd}/`;return ud.content=((yd=ud.data)==null?void 0:yd.content)||ud.content,Ja?ud.content.download_url.replace(gd,_d):ud.content.download_url}async function giteeUpload(Ra,qa){var gd;const Ja=localStorage.getItem("imgHost")==="default",{username:ed,repo:td,branch:rd,accessToken:od}=getConfig(Ja,"gitee"),sd=getDir(),ld=getDateFilename(qa),cd=`https://gitee.com/api/v5/repos/${ed}/${td}/contents/${sd}/${ld}`,ud=await service({url:cd,method:"POST",data:{content:Ra,branch:rd,access_token:od,message:`Upload by ${window.location.href}`}});return ud.content=((gd=ud.data)==null?void 0:gd.content)||ud.content,encodeURI(ud.content.download_url)}function getQiniuToken(Ra,qa,Ja){const ed=JSON.stringify(Ja),td=base64encode(utf16to8(ed)),od=CryptoJS.HmacSHA1(td,qa).toString(CryptoJS.enc.Base64);return`${Ra}:${safe64(od)}:${td}`}async function qiniuUpload(Ra){const{accessKey:qa,secretKey:Ja,bucket:ed,region:td,path:rd,domain:od}=JSON.parse(localStorage.getItem("qiniuConfig")),sd=getQiniuToken(qa,Ja,{scope:ed,deadline:Math.trunc(new Date().getTime()/1e3)+3600}),cd=(rd?`${rd}/`:"")+getDateFilename(Ra.name),ud=upload(Ra,cd,sd,{},{region:td});return new Promise((gd,_d)=>{ud.subscribe({next:yd=>{console.log(yd)},error:yd=>{_d(yd.message)},complete:yd=>{gd(`${od}/${yd.key}`)}})})}async function aliOSSFileUpload(Ra,qa){const Ja=getDateFilename(qa),{region:ed,bucket:td,accessKeyId:rd,accessKeySecret:od,cdnHost:sd,path:ld}=JSON.parse(localStorage.getItem("aliOSSConfig")),cd=Buffer(Ra,"base64"),ud=`${ld}/${Ja}`,gd=new OSS({region:ed,bucket:td,accessKeyId:rd,accessKeySecret:od});try{const _d=await gd.put(ud,cd);return sd===""?_d.url:`${sd}/${ld===""?Ja:ud}`}catch(_d){return Promise.reject(_d)}}async function txCOSFileUpload(Ra){const qa=getDateFilename(Ra.name),{secretId:Ja,secretKey:ed,bucket:td,region:rd,path:od,cdnHost:sd}=JSON.parse(localStorage.getItem("txCOSConfig")),ld=new COS({SecretId:Ja,SecretKey:ed});return new Promise((cd,ud)=>{ld.putObject({Bucket:td,Region:rd,Key:`${od}/${qa}`,Body:Ra},(gd,_d)=>{gd?ud(gd):cd(sd?od===""?`${sd}/${qa}`:`${sd}/${od}/${qa}`:`https://${_d.Location}`)})})}async function minioFileUpload(Ra,qa){const Ja=getDateFilename(qa),{endpoint:ed,port:td,useSSL:rd,bucket:od,accessKey:sd,secretKey:ld}=JSON.parse(localStorage.getItem("minioConfig")),cd=Buffer(Ra,"base64"),ud={endPoint:ed,useSSL:rd,accessKey:sd,secretKey:ld},gd=Number(td||0),_d=gd>0&&gd!==80&&gd!==443;return _d&&(ud.port=gd),new Promise((yd,Ed)=>{const Td=new Client(ud);try{Td.putObject(od,Ja,cd,Od=>{Od&&Ed(Od);const Nd=`${`${rd?"https://":"http://"}${ed}${_d?`:${td}`:""}`}/${od}/${Ja}`;yd(Nd)})}catch(Od){Ed(Od)}})}async function formCustomUpload(content,file){const str=`
async (CUSTOM_ARG) => {
${localStorage.getItem("formCustomConfig")}
}
`;return new Promise((resolve,reject)=>{const exportObj={content,file,util:{axios:service,CryptoJS,OSS,COS,Buffer,uuidv4:v4,qiniu,tokenTools,getDir,getDateFilename},okCb:resolve,errCb:reject};eval(str)(exportObj).catch(Ra=>{console.error(Ra),reject(Ra)})})}function fileUpload(Ra,qa){const Ja=localStorage.getItem("imgHost");switch(!Ja&&localStorage.setItem("imgHost","default"),Ja){case"aliOSS":return aliOSSFileUpload(Ra,qa.name);case"minio":return minioFileUpload(Ra,qa.name);case"txCOS":return txCOSFileUpload(qa);case"qiniu":return qiniuUpload(qa);case"gitee":return giteeUpload(Ra,qa.name);case"github":return ghFileUpload(Ra,qa.name);case"formCustom":return formCustomUpload(Ra,qa);default:return ghFileUpload(Ra,qa.name)}}const fileApi={fileUpload},_sfc_main$v={__name:"PostInfo",setup(Ra){const qa=useStore(),{output:Ja}=storeToRefs(qa),ed=ref$1(!1),td=ref$1({title:"",desc:"",thumb:"",content:""});function rd(){var ld;let sd={};try{sd={thumb:(ld=document.querySelector("#output img"))==null?void 0:ld.src,title:[1,2,3,4,5,6].map(cd=>document.querySelector(`#output h${cd}`)).filter(cd=>cd)[0].textContent,desc:document.querySelector("#output p").textContent,content:Ja.value}}catch(cd){console.log("error",cd)}td.value={...sd,auto:sd},ed.value=!0}function od(){ed.value=!1,window.syncPost({thumb:td.value.thumb||td.value.auto.thumb,title:td.value.title||td.value.auto.title,desc:td.value.desc||td.value.auto.desc,content:td.value.content||td.value.auto.content})}return(sd,ld)=>{const cd=resolveComponent("el-button"),ud=resolveComponent("el-alert"),gd=resolveComponent("el-input"),_d=resolveComponent("el-form-item"),yd=resolveComponent("el-form"),Ed=resolveComponent("el-dialog");return openBlock(),createElementBlock(Fragment,null,[createVNode(cd,{plain:"",type:"primary",onClick:rd},{default:withCtx(()=>[createTextVNode(" 发布 ")]),_:1}),createVNode(Ed,{title:"发布","model-value":ed.value,onClose:ld[4]||(ld[4]=Td=>ed.value=!1)},{footer:withCtx(()=>[createVNode(cd,{onClick:ld[3]||(ld[3]=Td=>ed.value=!1)},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(cd,{type:"primary",onClick:od},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})]),default:withCtx(()=>[createVNode(ud,{class:"mb-4",title:"注:此功能由第三方浏览器插件支持,本平台不保证安全性。",type:"info","show-icon":""}),createVNode(yd,{class:"postInfo","label-width":"50",model:td.value},{default:withCtx(()=>[createVNode(_d,{label:"封面"},{default:withCtx(()=>[createVNode(gd,{modelValue:td.value.thumb,"onUpdate:modelValue":ld[0]||(ld[0]=Td=>td.value.thumb=Td),placeholder:"自动提取第一张图"},null,8,["modelValue"])]),_:1}),createVNode(_d,{label:"标题"},{default:withCtx(()=>[createVNode(gd,{modelValue:td.value.title,"onUpdate:modelValue":ld[1]||(ld[1]=Td=>td.value.title=Td),placeholder:"自动提取第一个标题"},null,8,["modelValue"])]),_:1}),createVNode(_d,{label:"描述"},{default:withCtx(()=>[createVNode(gd,{modelValue:td.value.desc,"onUpdate:modelValue":ld[2]||(ld[2]=Td=>td.value.desc=Td),type:"textarea",rows:4,placeholder:"自动提取第一个段落"},null,8,["modelValue"])]),_:1})]),_:1},8,["model"])]),_:1},8,["model-value"])],64)}}};function isComponentPublicInstance(Ra){return Ra!=null&&typeof Ra=="object"&&"$el"in Ra}function unwrapElement(Ra){if(isComponentPublicInstance(Ra)){const qa=Ra.$el;return isNode$1(qa)&&getNodeName(qa)==="#comment"?null:qa}return Ra}function toValue$1(Ra){return typeof Ra=="function"?Ra():unref(Ra)}function arrow(Ra){return{name:"arrow",options:Ra,fn(qa){const Ja=unwrapElement(toValue$1(Ra.element));return Ja==null?{}:arrow$1({element:Ja,padding:Ra.padding}).fn(qa)}}}function getDPR(Ra){return typeof window>"u"?1:(Ra.ownerDocument.defaultView||window).devicePixelRatio||1}function roundByDPR(Ra,qa){const Ja=getDPR(Ra);return Math.round(qa*Ja)/Ja}function useFloating(Ra,qa,Ja){Ja===void 0&&(Ja={});const ed=Ja.whileElementsMounted,td=computed(()=>{var Ld;return(Ld=toValue$1(Ja.open))!=null?Ld:!0}),rd=computed(()=>toValue$1(Ja.middleware)),od=computed(()=>{var Ld;return(Ld=toValue$1(Ja.placement))!=null?Ld:"bottom"}),sd=computed(()=>{var Ld;return(Ld=toValue$1(Ja.strategy))!=null?Ld:"absolute"}),ld=computed(()=>{var Ld;return(Ld=toValue$1(Ja.transform))!=null?Ld:!0}),cd=computed(()=>unwrapElement(Ra.value)),ud=computed(()=>unwrapElement(qa.value)),gd=ref$1(0),_d=ref$1(0),yd=ref$1(sd.value),Ed=ref$1(od.value),Td=shallowRef({}),Od=ref$1(!1),Ad=computed(()=>{const Ld={position:yd.value,left:"0",top:"0"};if(!ud.value)return Ld;const jd=roundByDPR(ud.value,gd.value),Pd=roundByDPR(ud.value,_d.value);return ld.value?{...Ld,transform:"translate("+jd+"px, "+Pd+"px)",...getDPR(ud.value)>=1.5&&{willChange:"transform"}}:{position:yd.value,left:jd+"px",top:Pd+"px"}});let Nd;function kd(){cd.value==null||ud.value==null||computePosition(cd.value,ud.value,{middleware:rd.value,placement:od.value,strategy:sd.value}).then(Ld=>{gd.value=Ld.x,_d.value=Ld.y,yd.value=Ld.strategy,Ed.value=Ld.placement,Td.value=Ld.middlewareData,Od.value=!0})}function Id(){typeof Nd=="function"&&(Nd(),Nd=void 0)}function Rd(){if(Id(),ed===void 0){kd();return}if(cd.value!=null&&ud.value!=null){Nd=ed(cd.value,ud.value,kd);return}}function Md(){td.value||(Od.value=!1)}return watch([rd,od,sd],kd,{flush:"sync"}),watch([cd,ud],Rd,{flush:"sync"}),watch(td,Md,{flush:"sync"}),getCurrentScope()&&onScopeDispose(Id),{x:shallowReadonly(gd),y:shallowReadonly(_d),strategy:shallowReadonly(yd),placement:shallowReadonly(Ed),middlewareData:shallowReadonly(Td),isPositioned:shallowReadonly(Od),floatingStyles:Ad,update:kd}}function Q(Ra,qa){const Ja=typeof Ra=="string"&&!qa?`${Ra}Context`:qa,ed=Symbol(Ja);return[td=>{const rd=inject(ed,td);if(rd||rd===null)return rd;throw new Error(`Injection \`${ed.toString()}\` not found. Component must be used within ${Array.isArray(Ra)?`one of the following components: ${Ra.join(", ")}`:`\`${Ra}\``}`)},td=>(provide(ed,td),td)]}function Kt(Ra,qa,Ja){const ed=Ja.originalEvent.target,td=new CustomEvent(Ra,{bubbles:!1,cancelable:!0,detail:Ja});qa&&ed.addEventListener(Ra,qa,{once:!0}),ed.dispatchEvent(td)}function Yr(Ra,qa){var Ja;const ed=shallowRef();return watchEffect(()=>{ed.value=Ra()},{...qa,flush:(Ja=void 0)!=null?Ja:"sync"}),readonly(ed)}function mt(Ra){return getCurrentScope()?(onScopeDispose(Ra),!0):!1}function ia(){const Ra=new Set,qa=Ja=>{Ra.delete(Ja)};return{on:Ja=>{Ra.add(Ja);const ed=()=>qa(Ja);return mt(ed),{off:ed}},off:qa,trigger:(...Ja)=>Promise.all(Array.from(Ra).map(ed=>ed(...Ja)))}}function Zr(Ra){let qa=!1,Ja;const ed=effectScope(!0);return(...td)=>(qa||(Ja=ed.run(()=>Ra(...td)),qa=!0),Ja)}function wl(Ra){let qa=0,Ja,ed;const td=()=>{qa-=1,ed&&qa<=0&&(ed.stop(),Ja=void 0,ed=void 0)};return(...rd)=>(qa+=1,Ja||(ed=effectScope(!0),Ja=ed.run(()=>Ra(...rd))),mt(td),Ja)}function Ke(Ra){return typeof Ra=="function"?Ra():unref(Ra)}const qe=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Qr=Ra=>typeof Ra<"u",ti=Object.prototype.toString,ai=Ra=>ti.call(Ra)==="[object Object]",Va=()=>{},Lo=ni();function ni(){var Ra,qa;return qe&&((Ra=window==null?void 0:window.navigator)==null?void 0:Ra.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((qa=window==null?void 0:window.navigator)==null?void 0:qa.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function xl(Ra,qa){function Ja(...ed){return new Promise((td,rd)=>{Promise.resolve(Ra(()=>qa.apply(this,ed),{fn:qa,thisArg:this,args:ed})).then(td).catch(rd)})}return Ja}const Sl=Ra=>Ra();function li(Ra=Sl){const qa=ref$1(!0);function Ja(){qa.value=!1}function ed(){qa.value=!0}const td=(...rd)=>{qa.value&&Ra(...rd)};return{isActive:readonly(qa),pause:Ja,resume:ed,eventFilter:td}}function El(Ra){return getCurrentInstance()}function $t(Ra,qa=1e4){return customRef((Ja,ed)=>{let td=Ke(Ra),rd;const od=()=>setTimeout(()=>{td=Ke(Ra),ed()},Ke(qa));return mt(()=>{clearTimeout(rd)}),{get(){return Ja(),td},set(sd){td=sd,ed(),clearTimeout(rd),rd=od()}}})}function si(Ra,qa,Ja={}){const{eventFilter:ed=Sl,...td}=Ja;return watch(Ra,xl(ed,qa),td)}function zo(Ra,qa,Ja={}){const{eventFilter:ed,...td}=Ja,{eventFilter:rd,pause:od,resume:sd,isActive:ld}=li(ed);return{stop:si(Ra,qa,{...td,eventFilter:rd}),pause:od,resume:sd,isActive:ld}}function ri(Ra,qa,...[Ja]){const{flush:ed="sync",deep:td=!1,immediate:rd=!0,direction:od="both",transform:sd={}}=Ja||{},ld=[],cd="ltr"in sd&&sd.ltr||(gd=>gd),ud="rtl"in sd&&sd.rtl||(gd=>gd);return(od==="both"||od==="ltr")&&ld.push(zo(Ra,gd=>{ld.forEach(_d=>_d.pause()),qa.value=cd(gd),ld.forEach(_d=>_d.resume())},{flush:ed,deep:td,immediate:rd})),(od==="both"||od==="rtl")&&ld.push(zo(qa,gd=>{ld.forEach(_d=>_d.pause()),Ra.value=ud(gd),ld.forEach(_d=>_d.resume())},{flush:ed,deep:td,immediate:rd})),()=>{ld.forEach(gd=>gd.stop())}}function ii(Ra,qa){El()&&onBeforeUnmount(Ra,qa)}function $e(Ra){var qa;const Ja=Ke(Ra);return(qa=Ja==null?void 0:Ja.$el)!=null?qa:Ja}const Gt=qe?window:void 0;function Le(...Ra){let qa,Ja,ed,td;if(typeof Ra[0]=="string"||Array.isArray(Ra[0])?([Ja,ed,td]=Ra,qa=Gt):[qa,Ja,ed,td]=Ra,!qa)return Va;Array.isArray(Ja)||(Ja=[Ja]),Array.isArray(ed)||(ed=[ed]);const rd=[],od=()=>{rd.forEach(ud=>ud()),rd.length=0},sd=(ud,gd,_d,yd)=>(ud.addEventListener(gd,_d,yd),()=>ud.removeEventListener(gd,_d,yd)),ld=watch(()=>[$e(qa),Ke(td)],([ud,gd])=>{if(od(),!ud)return;const _d=ai(gd)?{...gd}:gd;rd.push(...Ja.flatMap(yd=>ed.map(Ed=>sd(ud,yd,Ed,_d))))},{immediate:!0,flush:"post"}),cd=()=>{ld(),od()};return mt(cd),cd}function pi(Ra){return typeof Ra=="function"?Ra:typeof Ra=="string"?qa=>qa.key===Ra:Array.isArray(Ra)?qa=>Ra.includes(qa.key):()=>!0}function jn(...Ra){let qa,Ja,ed={};Ra.length===3?(qa=Ra[0],Ja=Ra[1],ed=Ra[2]):Ra.length===2?typeof Ra[1]=="object"?(qa=!0,Ja=Ra[0],ed=Ra[1]):(qa=Ra[0],Ja=Ra[1]):(qa=!0,Ja=Ra[0]);const{target:td=Gt,eventName:rd="keydown",passive:od=!1,dedupe:sd=!1}=ed,ld=pi(qa);return Le(td,rd,cd=>{cd.repeat&&Ke(sd)||ld(cd)&&Ja(cd)},od)}function ja(){const Ra=ref$1(!1),qa=getCurrentInstance();return qa&&onMounted(()=>{Ra.value=!0},qa),Ra}function vi(Ra){return JSON.parse(JSON.stringify(Ra))}function ne(Ra,qa,Ja,ed={}){var td,rd,od;const{clone:sd=!1,passive:ld=!1,eventName:cd,deep:ud=!1,defaultValue:gd,shouldEmit:_d}=ed,yd=getCurrentInstance(),Ed=Ja||(yd==null?void 0:yd.emit)||((td=yd==null?void 0:yd.$emit)==null?void 0:td.bind(yd))||((od=(rd=yd==null?void 0:yd.proxy)==null?void 0:rd.$emit)==null?void 0:od.bind(yd==null?void 0:yd.proxy));let Td=cd;qa||(qa="modelValue"),Td=Td||`update:${qa.toString()}`;const Od=kd=>sd?typeof sd=="function"?sd(kd):vi(kd):kd,Ad=()=>Qr(Ra[qa])?Od(Ra[qa]):gd,Nd=kd=>{_d?_d(kd)&&Ed(Td,kd):Ed(Td,kd)};if(ld){const kd=Ad(),Id=ref$1(kd);let Rd=!1;return watch(()=>Ra[qa],Md=>{Rd||(Rd=!0,Id.value=Od(Md),nextTick$1(()=>Rd=!1))}),watch(Id,Md=>{!Rd&&(Md!==Ra[qa]||ud)&&Nd(Md)},{deep:ud}),Id}else return computed({get(){return Ad()},set(kd){Nd(kd)}})}function Ua(Ra){return Ra?Ra.flatMap(qa=>qa.type===Fragment?Ua(qa.children):[qa]):[]}const yi=["INPUT","TEXTAREA"];function Bt(Ra,qa,Ja,ed={}){if(!qa||ed.enableIgnoredElement&&yi.includes(qa.nodeName))return null;const{arrowKeyOptions:td="both",attributeName:rd="[data-radix-vue-collection-item]",itemsArray:od=[],loop:sd=!0,dir:ld="ltr",preventScroll:cd=!0,focus:ud=!1}=ed,[gd,_d,yd,Ed,Td,Od]=[Ra.key==="ArrowRight",Ra.key==="ArrowLeft",Ra.key==="ArrowUp",Ra.key==="ArrowDown",Ra.key==="Home",Ra.key==="End"],Ad=yd||Ed,Nd=gd||_d;if(!Td&&!Od&&(!Ad&&!Nd||td==="vertical"&&Nd||td==="horizontal"&&Ad))return null;const kd=Ja?Array.from(Ja.querySelectorAll(rd)):od;if(!kd.length)return null;cd&&Ra.preventDefault();let Id=null;return Nd||Ad?Id=Il(kd,qa,{goForward:Ad?Ed:ld==="ltr"?gd:_d,loop:sd}):Td?Id=kd.at(0)||null:Od&&(Id=kd.at(-1)||null),ud&&(Id==null||Id.focus()),Id}function Il(Ra,qa,Ja,ed=Ra.length){if(--ed===0)return null;const td=Ra.indexOf(qa),rd=Ja.goForward?td+1:td-1;if(!Ja.loop&&(rd<0||rd>=Ra.length))return null;const od=(rd+Ra.length)%Ra.length,sd=Ra[od];return sd?sd.hasAttribute("disabled")&&sd.getAttribute("disabled")!=="false"?Il(Ra,sd,Ja,ed):sd:null}function gn(Ra){if(Ra===null||typeof Ra!="object")return!1;const qa=Object.getPrototypeOf(Ra);return qa!==null&&qa!==Object.prototype&&Object.getPrototypeOf(qa)!==null||Symbol.iterator in Ra?!1:Symbol.toStringTag in Ra?Object.prototype.toString.call(Ra)==="[object Module]":!0}function Pn(Ra,qa,Ja=".",ed){if(!gn(qa))return Pn(Ra,{},Ja);const td=Object.assign({},qa);for(const rd in Ra){if(rd==="__proto__"||rd==="constructor")continue;const od=Ra[rd];od!=null&&(Array.isArray(od)&&Array.isArray(td[rd])?td[rd]=[...od,...td[rd]]:gn(od)&&gn(td[rd])?td[rd]=Pn(od,td[rd],(Ja?`${Ja}.`:"")+rd.toString()):td[rd]=od)}return td}function gi(Ra){return(...qa)=>qa.reduce((Ja,ed)=>Pn(Ja,ed,""),{})}const bi=gi(),[Ga,Ci]=Q("ConfigProvider");let wi="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",_i=(Ra=21)=>{let qa="",Ja=Ra;for(;Ja--;)qa+=wi[Math.random()*64|0];return qa};const xi=wl(()=>{const Ra=ref$1(new Map),qa=ref$1(),Ja=computed(()=>{for(const od of Ra.value.values())if(od)return!0;return!1}),ed=Ga({scrollBody:ref$1(!0)});let td=null;const rd=()=>{document.body.style.paddingRight="",document.body.style.marginRight="",document.body.style.pointerEvents="",document.body.style.removeProperty("--scrollbar-width"),document.body.style.overflow=qa.value??"",Lo&&(td==null||td()),qa.value=void 0};return watch(Ja,(od,sd)=>{var ld;if(!qe)return;if(!od){sd&&rd();return}qa.value===void 0&&(qa.value=document.body.style.overflow);const cd=window.innerWidth-document.documentElement.clientWidth,ud={padding:cd,margin:0},gd=(ld=ed.scrollBody)!=null&&ld.value?typeof ed.scrollBody.value=="object"?bi({padding:ed.scrollBody.value.padding===!0?cd:ed.scrollBody.value.padding,margin:ed.scrollBody.value.margin===!0?cd:ed.scrollBody.value.margin},ud):ud:{padding:0,margin:0};cd>0&&(document.body.style.paddingRight=`${gd.padding}px`,document.body.style.marginRight=`${gd.margin}px`,document.body.style.setProperty("--scrollbar-width",`${cd}px`),document.body.style.overflow="hidden"),Lo&&(td=Le(document,"touchmove",_d=>{var yd;_d.target===document.documentElement&&(_d.touches.length>1||(yd=_d.preventDefault)==null||yd.call(_d))},{passive:!1})),nextTick$1(()=>{document.body.style.pointerEvents="none",document.body.style.overflow="hidden"})},{immediate:!0,flush:"sync"}),Ra});function ha(Ra){const qa=_i(6),Ja=xi();Ja.value.set(qa,Ra??!1);const ed=computed({get:()=>Ja.value.get(qa)??!1,set:td=>Ja.value.set(qa,td)});return ii(()=>{Ja.value.delete(qa)}),ed}const Si="data-radix-vue-collection-item";function Me(Ra,qa=Si){const Ja=Symbol();return{createCollection:ed=>{const td=ref$1([]);function rd(){const od=$e(ed);return od?td.value=Array.from(od.querySelectorAll(`[${qa}]:not([data-disabled])`)):td.value=[]}return onBeforeUpdate(()=>{td.value=[]}),onMounted(rd),onUpdated(rd),watch(()=>ed==null?void 0:ed.value,rd,{immediate:!0}),provide(Ja,td),td},injectCollection:()=>inject(Ja,ref$1([]))}}function be(Ra){const qa=Ga({dir:ref$1("ltr")});return computed(()=>{var Ja;return(Ra==null?void 0:Ra.value)||((Ja=qa.dir)==null?void 0:Ja.value)||"ltr"})}function Re(Ra){const qa=getCurrentInstance(),Ja=qa==null?void 0:qa.type.emits,ed={};return Ja!=null&&Ja.length||console.warn(`No emitted event found. Please check component: ${qa==null?void 0:qa.type.__name}`),Ja==null||Ja.forEach(td=>{ed[toHandlerKey(camelize(td))]=(...rd)=>Ra(td,...rd)}),ed}let bn=0;function Gn(){watchEffect(Ra=>{if(!qe)return;const qa=document.querySelectorAll("[data-radix-focus-guard]");document.body.insertAdjacentElement("afterbegin",qa[0]??Ko()),document.body.insertAdjacentElement("beforeend",qa[1]??Ko()),bn++,Ra(()=>{bn===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(Ja=>Ja.remove()),bn--})})}function Ko(){const Ra=document.createElement("span");return Ra.setAttribute("data-radix-focus-guard",""),Ra.tabIndex=0,Ra.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",Ra}function It(Ra){const qa=getCurrentInstance(),Ja=Object.keys((qa==null?void 0:qa.type.props)??{}).reduce((td,rd)=>{const od=(qa==null?void 0:qa.type.props[rd]).default;return od!==void 0&&(td[rd]=od),td},{}),ed=toRef$1(Ra);return computed(()=>{const td={},rd=(qa==null?void 0:qa.vnode.props)??{};return Object.keys(rd).forEach(od=>{td[camelize(od)]=rd[od]}),Object.keys({...Ja,...td}).reduce((od,sd)=>(ed.value[sd]!==void 0&&(od[sd]=ed.value[sd]),od),{})})}function xe(Ra,qa){const Ja=It(Ra),ed=qa?Re(qa):{};return computed(()=>({...Ja.value,...ed}))}function T(){const Ra=getCurrentInstance(),qa=ref$1(),Ja=computed(()=>{var od,sd;return["#text","#comment"].includes((od=qa.value)==null?void 0:od.$el.nodeName)?(sd=qa.value)==null?void 0:sd.$el.nextElementSibling:$e(qa)}),ed=Object.assign({},Ra.exposed),td={};for(const od in Ra.props)Object.defineProperty(td,od,{enumerable:!0,configurable:!0,get:()=>Ra.props[od]});if(Object.keys(ed).length>0)for(const od in ed)Object.defineProperty(td,od,{enumerable:!0,configurable:!0,get:()=>ed[od]});Object.defineProperty(td,"$el",{enumerable:!0,configurable:!0,get:()=>Ra.vnode.el}),Ra.exposed=td;function rd(od){qa.value=od,!(od instanceof Element||!od)&&(Object.defineProperty(td,"$el",{enumerable:!0,configurable:!0,get:()=>od.$el}),Ra.exposed=td)}return{forwardRef:rd,currentRef:qa,currentElement:Ja}}function Tl(Ra,qa){const Ja=$t(!1,300),ed=ref$1(null),td=ia();function rd(){ed.value=null,Ja.value=!1}function od(sd,ld){const cd=sd.currentTarget,ud={x:sd.clientX,y:sd.clientY},gd=Ei(ud,cd.getBoundingClientRect()),_d=Pi(ud,gd),yd=Di(ld.getBoundingClientRect()),Ed=Bi([..._d,...yd]);ed.value=Ed,Ja.value=!0}return watchEffect(sd=>{if(Ra.value&&qa.value){const ld=ud=>od(ud,qa.value),cd=ud=>od(ud,Ra.value);Ra.value.addEventListener("pointerleave",ld),qa.value.addEventListener("pointerleave",cd),sd(()=>{var ud,gd;(ud=Ra.value)==null||ud.removeEventListener("pointerleave",ld),(gd=qa.value)==null||gd.removeEventListener("pointerleave",cd)})}}),watchEffect(sd=>{if(ed.value){const ld=cd=>{var ud,gd;if(!ed.value)return;const _d=cd.target,yd={x:cd.clientX,y:cd.clientY},Ed=((ud=Ra.value)==null?void 0:ud.contains(_d))||((gd=qa.value)==null?void 0:gd.contains(_d)),Td=!$i(yd,ed.value),Od=_d.hasAttribute("data-grace-area-trigger");Ed?rd():(Td||Od)&&(rd(),td.trigger())};document.addEventListener("pointermove",ld),sd(()=>document.removeEventListener("pointermove",ld))}}),{isPointerInTransit:Ja,onPointerExit:td.on}}function Ei(Ra,qa){const Ja=Math.abs(qa.top-Ra.y),ed=Math.abs(qa.bottom-Ra.y),td=Math.abs(qa.right-Ra.x),rd=Math.abs(qa.left-Ra.x);switch(Math.min(Ja,ed,td,rd)){case rd:return"left";case td:return"right";case Ja:return"top";case ed:return"bottom";default:throw new Error("unreachable")}}function Pi(Ra,qa,Ja=5){const ed=[];switch(qa){case"top":ed.push({x:Ra.x-Ja,y:Ra.y+Ja},{x:Ra.x+Ja,y:Ra.y+Ja});break;case"bottom":ed.push({x:Ra.x-Ja,y:Ra.y-Ja},{x:Ra.x+Ja,y:Ra.y-Ja});break;case"left":ed.push({x:Ra.x+Ja,y:Ra.y-Ja},{x:Ra.x+Ja,y:Ra.y+Ja});break;case"right":ed.push({x:Ra.x-Ja,y:Ra.y-Ja},{x:Ra.x-Ja,y:Ra.y+Ja});break}return ed}function Di(Ra){const{top:qa,right:Ja,bottom:ed,left:td}=Ra;return[{x:td,y:qa},{x:Ja,y:qa},{x:Ja,y:ed},{x:td,y:ed}]}function $i(Ra,qa){const{x:Ja,y:ed}=Ra;let td=!1;for(let rd=0,od=qa.length-1;rd<qa.length;od=rd++){const sd=qa[rd].x,ld=qa[rd].y,cd=qa[od].x,ud=qa[od].y;ld>ed!=ud>ed&&Ja<(cd-sd)*(ed-ld)/(ud-ld)+sd&&(td=!td)}return td}function Bi(Ra){const qa=Ra.slice();return qa.sort((Ja,ed)=>Ja.x<ed.x?-1:Ja.x>ed.x?1:Ja.y<ed.y?-1:Ja.y>ed.y?1:0),Ii(qa)}function Ii(Ra){if(Ra.length<=1)return Ra.slice();const qa=[];for(let ed=0;ed<Ra.length;ed++){const td=Ra[ed];for(;qa.length>=2;){const rd=qa[qa.length-1],od=qa[qa.length-2];if((rd.x-od.x)*(td.y-od.y)>=(rd.y-od.y)*(td.x-od.x))qa.pop();else break}qa.push(td)}qa.pop();const Ja=[];for(let ed=Ra.length-1;ed>=0;ed--){const td=Ra[ed];for(;Ja.length>=2;){const rd=Ja[Ja.length-1],od=Ja[Ja.length-2];if((rd.x-od.x)*(td.y-od.y)>=(rd.y-od.y)*(td.x-od.x))Ja.pop();else break}Ja.push(td)}return Ja.pop(),qa.length===1&&Ja.length===1&&qa[0].x===Ja[0].x&&qa[0].y===Ja[0].y?qa:qa.concat(Ja)}var Ti=function(Ra){if(typeof document>"u")return null;var qa=Array.isArray(Ra)?Ra[0]:Ra;return qa.ownerDocument.body},Ft=new WeakMap,Pa=new WeakMap,Da={},Cn=0,Rl=function(Ra){return Ra&&(Ra.host||Rl(Ra.parentNode))},Ri=function(Ra,qa){return qa.map(function(Ja){if(Ra.contains(Ja))return Ja;var ed=Rl(Ja);return ed&&Ra.contains(ed)?ed:(console.error("aria-hidden",Ja,"in not contained inside",Ra,". Doing nothing"),null)}).filter(function(Ja){return!!Ja})},Ai=function(Ra,qa,Ja,ed){var td=Ri(qa,Array.isArray(Ra)?Ra:[Ra]);Da[Ja]||(Da[Ja]=new WeakMap);var rd=Da[Ja],od=[],sd=new Set,ld=new Set(td),cd=function(gd){!gd||sd.has(gd)||(sd.add(gd),cd(gd.parentNode))};td.forEach(cd);var ud=function(gd){!gd||ld.has(gd)||Array.prototype.forEach.call(gd.children,function(_d){if(sd.has(_d))ud(_d);else try{var yd=_d.getAttribute(ed),Ed=yd!==null&&yd!=="false",Td=(Ft.get(_d)||0)+1,Od=(rd.get(_d)||0)+1;Ft.set(_d,Td),rd.set(_d,Od),od.push(_d),Td===1&&Ed&&Pa.set(_d,!0),Od===1&&_d.setAttribute(Ja,"true"),Ed||_d.setAttribute(ed,"true")}catch(Ad){console.error("aria-hidden: cannot operate on ",_d,Ad)}})};return ud(qa),sd.clear(),Cn++,function(){od.forEach(function(gd){var _d=Ft.get(gd)-1,yd=rd.get(gd)-1;Ft.set(gd,_d),rd.set(gd,yd),_d||(Pa.has(gd)||gd.removeAttribute(ed),Pa.delete(gd)),yd||gd.removeAttribute(Ja)}),Cn--,Cn||(Ft=new WeakMap,Ft=new WeakMap,Pa=new WeakMap,Da={})}},Oi=function(Ra,qa,Ja){Ja===void 0&&(Ja="data-aria-hidden");var ed=Array.from(Array.isArray(Ra)?Ra:[Ra]),td=Ti(Ra);return td?(ed.push.apply(ed,Array.from(td.querySelectorAll("[aria-live]"))),Ai(ed,td,Ja,"aria-hidden")):function(){return null}};function ya(Ra){let qa;watch(()=>$e(Ra),Ja=>{Ja?qa=Oi(Ja):qa&&qa()}),onUnmounted(()=>{qa&&qa()})}let ki=0;function he(Ra,qa="radix"){const{useId:Ja}=Ga({useId:void 0});return Ja&&typeof Ja=="function"?`${qa}-${Ja()}`:`${qa}-${++ki}`}function Al(Ra){const qa=ref$1(),Ja=computed(()=>{var td;return((td=qa.value)==null?void 0:td.width)??0}),ed=computed(()=>{var td;return((td=qa.value)==null?void 0:td.height)??0});return onMounted(()=>{const td=$e(Ra);if(td){qa.value={width:td.offsetWidth,height:td.offsetHeight};const rd=new ResizeObserver(od=>{if(!Array.isArray(od)||!od.length)return;const sd=od[0];let ld,cd;if("borderBoxSize"in sd){const ud=sd.borderBoxSize,gd=Array.isArray(ud)?ud[0]:ud;ld=gd.inlineSize,cd=gd.blockSize}else ld=td.offsetWidth,cd=td.offsetHeight;qa.value={width:ld,height:cd}});return rd.observe(td,{box:"border-box"}),()=>rd.unobserve(td)}else qa.value=void 0}),{width:Ja,height:ed}}function Ol(Ra,qa){const Ja=ref$1(Ra);function ed(td){return qa[Ja.value][td]??Ja.value}return{state:Ja,dispatch:td=>{Ja.value=ed(td)}}}function ga(Ra){const qa=$t("",1e3);return{search:qa,handleTypeaheadSearch:(Ja,ed)=>{var td,rd;if(!(Ra!=null&&Ra.value)&&!ed)return;qa.value=qa.value+Ja;const od=(Ra==null?void 0:Ra.value)??ed,sd=document.activeElement,ld=((rd=(td=od.find(_d=>_d===sd))==null?void 0:td.textContent)==null?void 0:rd.trim())??"",cd=od.map(_d=>{var yd;return((yd=_d.textContent)==null?void 0:yd.trim())??""}),ud=Yn(cd,qa.value,ld),gd=od.find(_d=>{var yd;return((yd=_d.textContent)==null?void 0:yd.trim())===ud});return gd&&gd.focus(),gd},resetTypeahead:()=>{qa.value=""}}}function qn(Ra,qa){return Ra.map((Ja,ed)=>Ra[(qa+ed)%Ra.length])}function Yn(Ra,qa,Ja){const ed=qa.length>1&&Array.from(qa).every(sd=>sd===qa[0])?qa[0]:qa,td=Ja?Ra.indexOf(Ja):-1;let rd=qn(Ra,Math.max(td,0));ed.length===1&&(rd=rd.filter(sd=>sd!==Ja));const od=rd.find(sd=>sd.toLowerCase().startsWith(ed.toLowerCase()));return od!==Ja?od:void 0}const Xn=defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(Ra,{attrs:qa,slots:Ja}){return()=>{var ed,td;if(!Ja.default)return null;const rd=Ua(Ja.default()),od=rd.findIndex(ud=>ud.type!==Comment);if(od===-1)return rd;const sd=rd[od];(ed=sd.props)==null||delete ed.ref;const ld=sd.props?mergeProps(qa,sd.props):qa;qa.class&&(td=sd.props)!=null&&td.class&&delete sd.props.class;const cd=cloneVNode(sd,ld);for(const ud in ld)ud.startsWith("on")&&(cd.props||(cd.props={}),cd.props[ud]=ld[ud]);return rd.length===1?cd:(rd[od]=cd,rd)}}}),O=defineComponent({name:"Primitive",inheritAttrs:!1,props:{asChild:{type:Boolean,default:!1},as:{type:[String,Object],default:"div"}},setup(Ra,{attrs:qa,slots:Ja}){const ed=Ra.asChild?"template":Ra.as;return typeof ed=="string"&&["area","img","input"].includes(ed)?()=>h$2(ed,qa):ed!=="template"?()=>h$2(Ra.as,qa,{default:Ja.default}):()=>h$2(Xn,qa,{default:Ja.default})}});function ke(){const Ra=ref$1(),qa=computed(()=>{var Ja,ed;return["#text","#comment"].includes((Ja=Ra.value)==null?void 0:Ja.$el.nodeName)?(ed=Ra.value)==null?void 0:ed.$el.nextElementSibling:$e(Ra)});return{primitiveElement:Ra,currentElement:qa}}function Li(Ra,qa){const Ja=ref$1({}),ed=ref$1("none"),td=Ra.value?"mounted":"unmounted",{state:rd,dispatch:od}=Ol(td,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}}),sd=_d=>{var yd;if(qe){const Ed=new CustomEvent(_d,{bubbles:!1,cancelable:!1});(yd=qa.value)==null||yd.dispatchEvent(Ed)}};watch(Ra,async(_d,yd)=>{var Ed;const Td=yd!==_d;if(await nextTick$1(),Td){const Od=ed.value,Ad=$a(qa.value);_d?(od("MOUNT"),sd("enter"),Ad==="none"&&sd("after-enter")):Ad==="none"||((Ed=Ja.value)==null?void 0:Ed.display)==="none"?(od("UNMOUNT"),sd("leave"),sd("after-leave")):yd&&Od!==Ad?(od("ANIMATION_OUT"),sd("leave")):(od("UNMOUNT"),sd("after-leave"))}},{immediate:!0});const ld=_d=>{const yd=$a(qa.value),Ed=yd.includes(_d.animationName),Td=rd.value==="mounted"?"enter":"leave";_d.target===qa.value&&Ed&&(sd(`after-${Td}`),od("ANIMATION_END")),_d.target===qa.value&&yd==="none"&&od("ANIMATION_END")},cd=_d=>{_d.target===qa.value&&(ed.value=$a(qa.value))},ud=watch(qa,(_d,yd)=>{_d?(Ja.value=getComputedStyle(_d),_d.addEventListener("animationstart",cd),_d.addEventListener("animationcancel",ld),_d.addEventListener("animationend",ld)):(od("ANIMATION_END"),yd==null||yd.removeEventListener("animationstart",cd),yd==null||yd.removeEventListener("animationcancel",ld),yd==null||yd.removeEventListener("animationend",ld))},{immediate:!0}),gd=watch(rd,()=>{const _d=$a(qa.value);ed.value=rd.value==="mounted"?_d:"none"});return onUnmounted(()=>{ud(),gd()}),{isPresent:computed(()=>["mounted","unmountSuspended"].includes(rd.value))}}function $a(Ra){return Ra&&getComputedStyle(Ra).animationName||"none"}const Pe=defineComponent({name:"Presence",props:{present:{type:Boolean,required:!0},forceMount:{type:Boolean}},slots:{},setup(Ra,{slots:qa,expose:Ja}){var ed;const{present:td,forceMount:rd}=toRefs(Ra),od=ref$1(),{isPresent:sd}=Li(td,od);Ja({present:sd});let ld=qa.default({present:sd});ld=Ua(ld||[]);const cd=getCurrentInstance();if(ld&&(ld==null?void 0:ld.length)>1){const ud=(ed=cd==null?void 0:cd.parent)!=null&&ed.type.name?`<${cd.parent.type.name} />`:"component";throw new Error([`Detected an invalid children for \`${ud}\` for \`Presence\` component.`,"","Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.","You can apply a few solutions:",["Provide a single child element so that `presence` directive attach correctly.","Ensure the first child is an actual element instead of a raw text node or comment node."].map(gd=>` - ${gd}`).join(`
`)].join(`
`))}return()=>rd.value||td.value||sd.value?h$2(qa.default({present:sd})[0],{ref:ud=>{const gd=$e(ud);return typeof(gd==null?void 0:gd.hasAttribute)>"u"||(gd!=null&&gd.hasAttribute("data-radix-popper-content-wrapper")?od.value=gd.firstElementChild:od.value=gd),gd}}):null}}),ht=defineComponent({__name:"Teleport",props:{to:{default:"body"},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(Ra){const qa=ja();return(Ja,ed)=>unref(qa)||Ja.forceMount?(openBlock(),createBlock(Teleport$1,{key:0,to:Ja.to,disabled:Ja.disabled},[renderSlot(Ja.$slots,"default")],8,["to","disabled"])):createCommentVNode("",!0)}}),Yi="dismissableLayer.pointerDownOutside",Xi="dismissableLayer.focusOutside";function Fl(Ra,qa){const Ja=qa.closest("[data-dismissable-layer]"),ed=Ra.dataset.dismissableLayer===""?Ra:Ra.querySelector("[data-dismissable-layer]"),td=Array.from(Ra.ownerDocument.querySelectorAll("[data-dismissable-layer]"));return!!(Ja&&ed===Ja||td.indexOf(ed)<td.indexOf(Ja))}function Nl(Ra,qa){var Ja;const ed=((Ja=qa==null?void 0:qa.value)==null?void 0:Ja.ownerDocument)??(globalThis==null?void 0:globalThis.document),td=ref$1(!1),rd=ref$1(()=>{});return watchEffect(od=>{if(!qe)return;const sd=async cd=>{const ud=cd.target;if(qa!=null&&qa.value){if(Fl(qa.value,ud)){td.value=!1;return}if(cd.target&&!td.value){let gd=function(){Kt(Yi,Ra,_d)};const _d={originalEvent:cd};cd.pointerType==="touch"?(ed.removeEventListener("click",rd.value),rd.value=gd,ed.addEventListener("click",rd.value,{once:!0})):gd()}else ed.removeEventListener("click",rd.value);td.value=!1}},ld=window.setTimeout(()=>{ed.addEventListener("pointerdown",sd)},0);od(()=>{window.clearTimeout(ld),ed.removeEventListener("pointerdown",sd),ed.removeEventListener("click",rd.value)})}),{onPointerDownCapture:()=>td.value=!0}}function Ll(Ra,qa){var Ja;const ed=((Ja=qa==null?void 0:qa.value)==null?void 0:Ja.ownerDocument)??(globalThis==null?void 0:globalThis.document),td=ref$1(!1);return watchEffect(rd=>{if(!qe)return;const od=async sd=>{qa!=null&&qa.value&&(await nextTick$1(),!(!qa.value||Fl(qa.value,sd.target))&&sd.target&&!td.value&&Kt(Xi,Ra,{originalEvent:sd}))};ed.addEventListener("focusin",od),rd(()=>ed.removeEventListener("focusin",od))}),{onFocusCapture:()=>td.value=!0,onBlurCapture:()=>td.value=!1}}const je=reactive({layersRoot:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),yt=defineComponent({__name:"DismissableLayer",props:{disableOutsidePointerEvents:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","dismiss"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,{forwardRef:td,currentElement:rd}=T(),od=computed(()=>{var Ed;return((Ed=rd.value)==null?void 0:Ed.ownerDocument)??globalThis.document}),sd=computed(()=>je.layersRoot),ld=computed(()=>rd.value?Array.from(sd.value).indexOf(rd.value):-1),cd=computed(()=>je.layersWithOutsidePointerEventsDisabled.size>0),ud=computed(()=>{const Ed=Array.from(sd.value),[Td]=[...je.layersWithOutsidePointerEventsDisabled].slice(-1),Od=Ed.indexOf(Td);return ld.value>=Od}),gd=Nl(async Ed=>{const Td=[...je.branches].some(Od=>Od.contains(Ed.target));!ud.value||Td||(ed("pointerDownOutside",Ed),ed("interactOutside",Ed),await nextTick$1(),Ed.defaultPrevented||ed("dismiss"))},rd),_d=Ll(Ed=>{[...je.branches].some(Td=>Td.contains(Ed.target))||(ed("focusOutside",Ed),ed("interactOutside",Ed),Ed.defaultPrevented||ed("dismiss"))},rd);jn("Escape",Ed=>{ld.value===sd.value.size-1&&(ed("escapeKeyDown",Ed),Ed.defaultPrevented||ed("dismiss"))});let yd;return watchEffect(Ed=>{rd.value&&(Ja.disableOutsidePointerEvents&&(je.layersWithOutsidePointerEventsDisabled.size===0&&(yd=od.value.body.style.pointerEvents,od.value.body.style.pointerEvents="none"),je.layersWithOutsidePointerEventsDisabled.add(rd.value)),sd.value.add(rd.value),Ed(()=>{Ja.disableOutsidePointerEvents&&je.layersWithOutsidePointerEventsDisabled.size===1&&(od.value.body.style.pointerEvents=yd)}))}),watchEffect(Ed=>{Ed(()=>{rd.value&&(sd.value.delete(rd.value),je.layersWithOutsidePointerEventsDisabled.delete(rd.value))})}),(Ed,Td)=>(openBlock(),createBlock(unref(O),{ref:unref(td),"as-child":Ed.asChild,as:Ed.as,"data-dismissable-layer":"",style:normalizeStyle({pointerEvents:cd.value?ud.value?"auto":"none":void 0}),onFocusCapture:unref(_d).onFocusCapture,onBlurCapture:unref(_d).onBlurCapture,onPointerdownCapture:unref(gd).onPointerDownCapture},{default:withCtx(()=>[renderSlot(Ed.$slots,"default")]),_:3},8,["as-child","as","style","onFocusCapture","onBlurCapture","onPointerdownCapture"]))}}),wn="focusScope.autoFocusOnMount",_n="focusScope.autoFocusOnUnmount",Ho={bubbles:!1,cancelable:!0};function Oa(Ra,{select:qa=!1}={}){const Ja=document.activeElement;for(const ed of Ra)if(dt(ed,{select:qa}),document.activeElement!==Ja)return!0}function Ji(Ra){const qa=Jn(Ra),Ja=Wo(qa,Ra),ed=Wo(qa.reverse(),Ra);return[Ja,ed]}function Jn(Ra){const qa=[],Ja=document.createTreeWalker(Ra,NodeFilter.SHOW_ELEMENT,{acceptNode:ed=>{const td=ed.tagName==="INPUT"&&ed.type==="hidden";return ed.disabled||ed.hidden||td?NodeFilter.FILTER_SKIP:ed.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;Ja.nextNode();)qa.push(Ja.currentNode);return qa}function Wo(Ra,qa){for(const Ja of Ra)if(!Qi(Ja,{upTo:qa}))return Ja}function Qi(Ra,{upTo:qa}){if(getComputedStyle(Ra).visibility==="hidden")return!0;for(;Ra;){if(qa!==void 0&&Ra===qa)return!1;if(getComputedStyle(Ra).display==="none")return!0;Ra=Ra.parentElement}return!1}function eu(Ra){return Ra instanceof HTMLInputElement&&"select"in Ra}function dt(Ra,{select:qa=!1}={}){if(Ra&&Ra.focus){const Ja=document.activeElement;Ra.focus({preventScroll:!0}),Ra!==Ja&&eu(Ra)&&qa&&Ra.select()}}const tu=Zr(()=>ref$1([]));function au(){const Ra=tu();return{add(qa){const Ja=Ra.value[0];qa!==Ja&&(Ja==null||Ja.pause()),Ra.value=jo(Ra.value,qa),Ra.value.unshift(qa)},remove(qa){var Ja;Ra.value=jo(Ra.value,qa),(Ja=Ra.value[0])==null||Ja.resume()}}}function jo(Ra,qa){const Ja=[...Ra],ed=Ja.indexOf(qa);return ed!==-1&&Ja.splice(ed,1),Ja}function nu(Ra){return Ra.filter(qa=>qa.tagName!=="A")}const Ya=defineComponent({__name:"FocusScope",props:{loop:{type:Boolean,default:!1},trapped:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["mountAutoFocus","unmountAutoFocus"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,{currentRef:td,currentElement:rd}=T(),od=ref$1(null),sd=au(),ld=reactive({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}});watchEffect(ud=>{if(!qe)return;const gd=rd.value;if(!Ja.trapped)return;function _d(Od){if(ld.paused||!gd)return;const Ad=Od.target;gd.contains(Ad)?od.value=Ad:dt(od.value,{select:!0})}function yd(Od){if(ld.paused||!gd)return;const Ad=Od.relatedTarget;Ad!==null&&(gd.contains(Ad)||dt(od.value,{select:!0}))}function Ed(Od){gd.contains(od.value)||dt(gd)}document.addEventListener("focusin",_d),document.addEventListener("focusout",yd);const Td=new MutationObserver(Ed);gd&&Td.observe(gd,{childList:!0,subtree:!0}),ud(()=>{document.removeEventListener("focusin",_d),document.removeEventListener("focusout",yd),Td.disconnect()})}),watchEffect(async ud=>{const gd=rd.value;if(await nextTick$1(),!gd)return;sd.add(ld);const _d=document.activeElement;if(!gd.contains(_d)){const yd=new CustomEvent(wn,Ho);gd.addEventListener(wn,Ed=>ed("mountAutoFocus",Ed)),gd.dispatchEvent(yd),yd.defaultPrevented||(Oa(nu(Jn(gd)),{select:!0}),document.activeElement===_d&&dt(gd))}ud(()=>{gd.removeEventListener(wn,Td=>ed("mountAutoFocus",Td));const yd=new CustomEvent(_n,Ho),Ed=Td=>{ed("unmountAutoFocus",Td)};gd.addEventListener(_n,Ed),gd.dispatchEvent(yd),setTimeout(()=>{yd.defaultPrevented||dt(_d??document.body,{select:!0}),gd.removeEventListener(_n,Ed),sd.remove(ld)},0)})});function cd(ud){if(!Ja.loop&&!Ja.trapped||ld.paused)return;const gd=ud.key==="Tab"&&!ud.altKey&&!ud.ctrlKey&&!ud.metaKey,_d=document.activeElement;if(gd&&_d){const yd=ud.currentTarget,[Ed,Td]=Ji(yd);Ed&&Td?!ud.shiftKey&&_d===Td?(ud.preventDefault(),Ja.loop&&dt(Ed,{select:!0})):ud.shiftKey&&_d===Ed&&(ud.preventDefault(),Ja.loop&&dt(Td,{select:!0})):_d===yd&&ud.preventDefault()}}return(ud,gd)=>(openBlock(),createBlock(unref(O),{ref_key:"currentRef",ref:td,tabindex:"-1","as-child":ud.asChild,as:ud.as,onKeydown:cd},{default:withCtx(()=>[renderSlot(ud.$slots,"default")]),_:3},8,["as-child","as"]))}}),ou="menu.itemSelect",Dn=["Enter"," "],lu=["ArrowDown","PageUp","Home"],zl=["ArrowUp","PageDown","End"],su=[...lu,...zl],ru={ltr:[...Dn,"ArrowRight"],rtl:[...Dn,"ArrowLeft"]},iu={ltr:["ArrowLeft"],rtl:["ArrowRight"]};function Qn(Ra){return Ra?"open":"closed"}function $n(Ra){const qa=document.activeElement;for(const Ja of Ra)if(Ja===qa||(Ja.focus(),document.activeElement!==qa))return}function uu(Ra,qa){const{x:Ja,y:ed}=Ra;let td=!1;for(let rd=0,od=qa.length-1;rd<qa.length;od=rd++){const sd=qa[rd].x,ld=qa[rd].y,cd=qa[od].x,ud=qa[od].y;ld>ed!=ud>ed&&Ja<(cd-sd)*(ed-ld)/(ud-ld)+sd&&(td=!td)}return td}function du(Ra,qa){if(!qa)return!1;const Ja={x:Ra.clientX,y:Ra.clientY};return uu(Ja,qa)}function ua(Ra){return Ra.pointerType==="mouse"}const[Gl,qu]=Q("PopperRoot"),Tt=defineComponent({__name:"PopperRoot",setup(Ra){const qa=ref$1();return qu({anchor:qa,onAnchorChange:Ja=>qa.value=Ja}),(Ja,ed)=>renderSlot(Ja.$slots,"default")}}),Rt=defineComponent({__name:"PopperAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra,{forwardRef:Ja,currentElement:ed}=T(),td=Gl();return watchEffect(()=>{td.onAnchorChange(qa.element??ed.value)}),(rd,od)=>(openBlock(),createBlock(unref(O),{ref:unref(Ja),as:rd.as,"as-child":rd.asChild},{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},8,["as","as-child"]))}});function Yu(Ra){return Ra!==null}function Xu(Ra){return{name:"transformOrigin",options:Ra,fn(qa){var Ja,ed,td;const{placement:rd,rects:od,middlewareData:sd}=qa,ld=((Ja=sd.arrow)==null?void 0:Ja.centerOffset)!==0,cd=ld?0:Ra.arrowWidth,ud=ld?0:Ra.arrowHeight,[gd,_d]=Bn(rd),yd={start:"0%",center:"50%",end:"100%"}[_d],Ed=(((ed=sd.arrow)==null?void 0:ed.x)??0)+cd/2,Td=(((td=sd.arrow)==null?void 0:td.y)??0)+ud/2;let Od="",Ad="";return gd==="bottom"?(Od=ld?yd:`${Ed}px`,Ad=`${-ud}px`):gd==="top"?(Od=ld?yd:`${Ed}px`,Ad=`${od.floating.height+ud}px`):gd==="right"?(Od=`${-ud}px`,Ad=ld?yd:`${Td}px`):gd==="left"&&(Od=`${od.floating.width+ud}px`,Ad=ld?yd:`${Td}px`),{data:{x:Od,y:Ad}}}}}function Bn(Ra){const[qa,Ja="center"]=Ra.split("-");return[qa,Ja]}const ql={side:"bottom",sideOffset:0,align:"center",alignOffset:0,arrowPadding:0,avoidCollisions:!0,collisionBoundary:()=>[],collisionPadding:0,sticky:"partial",hideWhenDetached:!1,updatePositionStrategy:"optimized",prioritizePosition:!1},[Zu,Ju]=Q("PopperContent"),Dt=defineComponent({inheritAttrs:!1,__name:"PopperContent",props:mergeDefaults({side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...ql}),emits:["placed"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=Gl(),{forwardRef:rd,currentElement:od}=T(),sd=ref$1(),ld=ref$1(),{width:cd,height:ud}=Al(ld),gd=computed(()=>Ja.side+(Ja.align!=="center"?`-${Ja.align}`:"")),_d=computed(()=>typeof Ja.collisionPadding=="number"?Ja.collisionPadding:{top:0,right:0,bottom:0,left:0,...Ja.collisionPadding}),yd=computed(()=>Array.isArray(Ja.collisionBoundary)?Ja.collisionBoundary:[Ja.collisionBoundary]),Ed=computed(()=>({padding:_d.value,boundary:yd.value.filter(Yu),altBoundary:yd.value.length>0})),Td=Yr(()=>[offset({mainAxis:Ja.sideOffset+ud.value,alignmentAxis:Ja.alignOffset}),Ja.prioritizePosition&&Ja.avoidCollisions&&flip({...Ed.value}),Ja.avoidCollisions&&shift({mainAxis:!0,crossAxis:!!Ja.prioritizePosition,limiter:Ja.sticky==="partial"?limitShift():void 0,...Ed.value}),!Ja.prioritizePosition&&Ja.avoidCollisions&&flip({...Ed.value}),size({...Ed.value,apply:({elements:Fd,rects:Ud,availableWidth:Vd,availableHeight:qd})=>{const{width:Wd,height:zd}=Ud.reference,Kd=Fd.floating.style;Kd.setProperty("--radix-popper-available-width",`${Vd}px`),Kd.setProperty("--radix-popper-available-height",`${qd}px`),Kd.setProperty("--radix-popper-anchor-width",`${Wd}px`),Kd.setProperty("--radix-popper-anchor-height",`${zd}px`)}}),ld.value&&arrow({element:ld.value,padding:Ja.arrowPadding}),Xu({arrowWidth:cd.value,arrowHeight:ud.value}),Ja.hideWhenDetached&&hide({strategy:"referenceHidden",...Ed.value})]),{floatingStyles:Od,placement:Ad,isPositioned:Nd,middlewareData:kd}=useFloating(td.anchor,sd,{strategy:"fixed",placement:gd,whileElementsMounted:(...Fd)=>autoUpdate(...Fd,{animationFrame:Ja.updatePositionStrategy==="always"}),middleware:Td}),Id=computed(()=>Bn(Ad.value)[0]),Rd=computed(()=>Bn(Ad.value)[1]);watchPostEffect(()=>{Nd.value&&ed("placed")});const Md=computed(()=>{var Fd;return((Fd=kd.value.arrow)==null?void 0:Fd.centerOffset)!==0}),Ld=ref$1("");watchEffect(()=>{od.value&&(Ld.value=window.getComputedStyle(od.value).zIndex)});const jd=computed(()=>{var Fd;return((Fd=kd.value.arrow)==null?void 0:Fd.x)??0}),Pd=computed(()=>{var Fd;return((Fd=kd.value.arrow)==null?void 0:Fd.y)??0});return Ju({placedSide:Id,onArrowChange:Fd=>ld.value=Fd,arrowX:jd,arrowY:Pd,shouldHideArrow:Md}),(Fd,Ud)=>{var Vd,qd,Wd;return openBlock(),createElementBlock("div",{ref_key:"floatingRef",ref:sd,"data-radix-popper-content-wrapper":"",style:normalizeStyle({...unref(Od),transform:unref(Nd)?unref(Od).transform:"translate(0, -200%)",minWidth:"max-content",zIndex:Ld.value,"--radix-popper-transform-origin":[(Vd=unref(kd).transformOrigin)==null?void 0:Vd.x,(qd=unref(kd).transformOrigin)==null?void 0:qd.y].join(" "),...((Wd=unref(kd).hide)==null?void 0:Wd.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}})},[createVNode(unref(O),mergeProps({ref:unref(rd)},Fd.$attrs,{"as-child":Ja.asChild,as:Fd.as,"data-side":Id.value,"data-align":Rd.value,style:{animation:unref(Nd)?void 0:"none"}}),{default:withCtx(()=>[renderSlot(Fd.$slots,"default")]),_:3},16,["as-child","as","data-side","data-align","style"])],4)}}}),ad="data-radix-vue-collection-item",[ao,nd]=Q("CollectionProvider");function ba(Ra=ad){const qa=ref$1(new Map),Ja=ref$1(),ed=nd({collectionRef:Ja,itemMap:qa,attrName:Ra}),{getItems:td}=Jt(ed),rd=computed(()=>Array.from(ed.itemMap.value.values())),od=computed(()=>ed.itemMap.value.size);return{getItems:td,reactiveItems:rd,itemMapSize:od}}const Ca=defineComponent({name:"CollectionSlot",setup(Ra,{slots:qa}){const Ja=ao(),{primitiveElement:ed,currentElement:td}=ke();return watch(td,()=>{Ja.collectionRef.value=td.value}),()=>h$2(Xn,{ref:ed},qa)}}),Zt=defineComponent({name:"CollectionItem",inheritAttrs:!1,props:{value:{validator:()=>!0}},setup(Ra,{slots:qa,attrs:Ja}){const ed=ao(),{primitiveElement:td,currentElement:rd}=ke();return watchEffect(od=>{if(rd.value){const sd=markRaw(rd.value);ed.itemMap.value.set(sd,{ref:rd.value,value:Ra.value}),od(()=>ed.itemMap.value.delete(sd))}}),()=>h$2(Xn,{...Ja,[ed.attrName]:"",ref:td},qa)}});function Jt(Ra){const qa=Ra??ao();return{getItems:()=>{const Ja=qa.collectionRef.value;if(!Ja)return[];const ed=Array.from(Ja.querySelectorAll(`[${qa.attrName}]`));return Array.from(qa.itemMap.value.values()).sort((td,rd)=>ed.indexOf(td.ref)-ed.indexOf(rd.ref))}}}const Za=defineComponent({__name:"MenuAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createBlock(unref(Rt),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}});function pd(){const Ra=ref$1(!1);return onMounted(()=>{Le("keydown",()=>{Ra.value=!0},{capture:!0,passive:!0}),Le(["pointerdown","pointermove"],()=>{Ra.value=!1},{capture:!0,passive:!0})}),Ra}const fd=wl(pd),[At,Xl]=Q(["MenuRoot","MenuSub"],"MenuContext"),[wa,vd]=Q("MenuRoot"),oo=defineComponent({__name:"MenuRoot",props:{open:{type:Boolean,default:!1},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,{modal:td,dir:rd}=toRefs(Ja),od=be(rd),sd=ne(Ja,"open",ed),ld=ref$1(),cd=fd();return Xl({open:sd,onOpenChange:ud=>{sd.value=ud},content:ld,onContentChange:ud=>{ld.value=ud}}),vd({onClose:()=>{sd.value=!1},isUsingKeyboardRef:cd,dir:od,modal:td}),(ud,gd)=>(openBlock(),createBlock(unref(Tt),null,{default:withCtx(()=>[renderSlot(ud.$slots,"default")]),_:3}))}}),md="rovingFocusGroup.onEntryFocus",hd={bubbles:!1,cancelable:!0};function Jl(Ra,qa=!1){const Ja=document.activeElement;for(const ed of Ra)if(ed===Ja||(ed.focus({preventScroll:qa}),document.activeElement!==Ja))return}const[bd,Cd]=Q("RovingFocusGroup"),Ot=defineComponent({__name:"RovingFocusGroup",props:{orientation:{default:void 0},dir:{},loop:{type:Boolean,default:!1},currentTabStopId:{},defaultCurrentTabStopId:{},preventScrollOnEntryFocus:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["entryFocus","update:currentTabStopId"],setup(Ra,{expose:qa,emit:Ja}){const ed=Ra,td=Ja,{loop:rd,orientation:od,dir:sd}=toRefs(ed),ld=be(sd),cd=ne(ed,"currentTabStopId",td,{defaultValue:ed.defaultCurrentTabStopId,passive:ed.currentTabStopId===void 0}),ud=ref$1(!1),gd=ref$1(!1),_d=ref$1(0),{getItems:yd}=ba();function Ed(Td){const Od=!gd.value;if(Td.currentTarget&&Td.target===Td.currentTarget&&Od&&!ud.value){const Ad=new CustomEvent(md,hd);if(Td.currentTarget.dispatchEvent(Ad),td("entryFocus",Ad),!Ad.defaultPrevented){const Nd=yd().map(Md=>Md.ref).filter(Md=>Md.dataset.disabled!==""),kd=Nd.find(Md=>Md.getAttribute("data-active")==="true"),Id=Nd.find(Md=>Md.id===cd.value),Rd=[kd,Id,...Nd].filter(Boolean);Jl(Rd,ed.preventScrollOnEntryFocus)}}gd.value=!1}return qa({getItems:yd}),Cd({loop:rd,dir:ld,orientation:od,currentTabStopId:cd,onItemFocus:Td=>{cd.value=Td},onItemShiftTab:()=>{ud.value=!0},onFocusableItemAdd:()=>{_d.value++},onFocusableItemRemove:()=>{_d.value--}}),(Td,Od)=>(openBlock(),createBlock(unref(Ca),null,{default:withCtx(()=>[createVNode(unref(O),{tabindex:ud.value||_d.value===0?-1:0,"data-orientation":unref(od),as:Td.as,"as-child":Td.asChild,dir:unref(ld),style:{outline:"none"},onMousedown:Od[0]||(Od[0]=Ad=>gd.value=!0),onFocus:Ed,onBlur:Od[1]||(Od[1]=Ad=>ud.value=!1)},{default:withCtx(()=>[renderSlot(Td.$slots,"default")]),_:3},8,["tabindex","data-orientation","as","as-child","dir"])]),_:3}))}}),[lo,wd]=Q("MenuContent"),so=defineComponent({__name:"MenuContentImpl",props:mergeDefaults({loop:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},disableOutsideScroll:{type:Boolean},trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...ql}),emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus","dismiss"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=At(),rd=wa(),{trapFocus:od,disableOutsidePointerEvents:sd,loop:ld}=toRefs(Ja);Gn(),ha(sd.value);const cd=ref$1(""),ud=ref$1(0),gd=ref$1(0),_d=ref$1(null),yd=ref$1("right"),Ed=ref$1(0),Td=ref$1(null),{createCollection:Od}=Me(),{forwardRef:Ad,currentElement:Nd}=T(),kd=Od(Nd);watch(Nd,Fd=>{td.onContentChange(Fd)});const{handleTypeaheadSearch:Id}=ga(kd);onUnmounted(()=>{window.clearTimeout(ud.value)});function Rd(Fd){var Ud,Vd;return yd.value===((Ud=_d.value)==null?void 0:Ud.side)&&du(Fd,(Vd=_d.value)==null?void 0:Vd.area)}async function Md(Fd){var Ud;ed("openAutoFocus",Fd),!Fd.defaultPrevented&&(Fd.preventDefault(),(Ud=Nd.value)==null||Ud.focus({preventScroll:!0}))}function Ld(Fd){if(Fd.defaultPrevented)return;const Ud=Fd.target.closest("[data-radix-menu-content]")===Fd.currentTarget,Vd=Fd.ctrlKey||Fd.altKey||Fd.metaKey,qd=Fd.key.length===1,Wd=Bt(Fd,document.activeElement,Nd.value,{loop:ld.value,arrowKeyOptions:"vertical",dir:rd==null?void 0:rd.dir.value,focus:!0,attributeName:"[data-radix-vue-collection-item]:not([data-disabled])"});if(Wd)return Wd==null?void 0:Wd.focus();if(Fd.code==="Space"||(Ud&&(Fd.key==="Tab"&&Fd.preventDefault(),!Vd&&qd&&Id(Fd.key)),Fd.target!==Nd.value)||!su.includes(Fd.key))return;Fd.preventDefault();const zd=kd.value;zl.includes(Fd.key)&&zd.reverse(),$n(zd)}function jd(Fd){var Ud,Vd;(Vd=(Ud=Fd==null?void 0:Fd.currentTarget)==null?void 0:Ud.contains)!=null&&Vd.call(Ud,Fd.target)||(window.clearTimeout(ud.value),cd.value="")}function Pd(Fd){var Ud;if(!ua(Fd))return;const Vd=Fd.target,qd=Ed.value!==Fd.clientX;if((Ud=Fd==null?void 0:Fd.currentTarget)!=null&&Ud.contains(Vd)&&qd){const Wd=Fd.clientX>Ed.value?"right":"left";yd.value=Wd,Ed.value=Fd.clientX}}return wd({onItemEnter:Fd=>!!Rd(Fd),onItemLeave:Fd=>{var Ud;Rd(Fd)||((Ud=Nd.value)==null||Ud.focus(),Td.value=null)},onTriggerLeave:Fd=>!!Rd(Fd),searchRef:cd,pointerGraceTimerRef:gd,onPointerGraceIntentChange:Fd=>{_d.value=Fd}}),(Fd,Ud)=>(openBlock(),createBlock(unref(Ya),{"as-child":"",trapped:unref(od),onMountAutoFocus:Md,onUnmountAutoFocus:Ud[7]||(Ud[7]=Vd=>ed("closeAutoFocus",Vd))},{default:withCtx(()=>[createVNode(unref(yt),{"as-child":"","disable-outside-pointer-events":unref(sd),onEscapeKeyDown:Ud[2]||(Ud[2]=Vd=>ed("escapeKeyDown",Vd)),onPointerDownOutside:Ud[3]||(Ud[3]=Vd=>ed("pointerDownOutside",Vd)),onFocusOutside:Ud[4]||(Ud[4]=Vd=>ed("focusOutside",Vd)),onInteractOutside:Ud[5]||(Ud[5]=Vd=>ed("interactOutside",Vd)),onDismiss:Ud[6]||(Ud[6]=Vd=>ed("dismiss"))},{default:withCtx(()=>[createVNode(unref(Ot),{"current-tab-stop-id":Td.value,"onUpdate:currentTabStopId":Ud[0]||(Ud[0]=Vd=>Td.value=Vd),"as-child":"",orientation:"vertical",dir:unref(rd).dir.value,loop:unref(ld),onEntryFocus:Ud[1]||(Ud[1]=Vd=>{ed("entryFocus",Vd),unref(rd).isUsingKeyboardRef.value||Vd.preventDefault()})},{default:withCtx(()=>[createVNode(unref(Dt),{ref:unref(Ad),role:"menu",as:Fd.as,"as-child":Fd.asChild,"aria-orientation":"vertical","data-radix-menu-content":"","data-state":unref(Qn)(unref(td).open.value),dir:unref(rd).dir.value,side:Fd.side,"side-offset":Fd.sideOffset,align:Fd.align,"align-offset":Fd.alignOffset,"avoid-collisions":Fd.avoidCollisions,"collision-boundary":Fd.collisionBoundary,"collision-padding":Fd.collisionPadding,"arrow-padding":Fd.arrowPadding,"prioritize-position":Fd.prioritizePosition,sticky:Fd.sticky,"hide-when-detached":Fd.hideWhenDetached,onKeydown:Ld,onBlur:jd,onPointermove:Pd},{default:withCtx(()=>[renderSlot(Fd.$slots,"default")]),_:3},8,["as","as-child","data-state","dir","side","side-offset","align","align-offset","avoid-collisions","collision-boundary","collision-padding","arrow-padding","prioritize-position","sticky","hide-when-detached"])]),_:3},8,["current-tab-stop-id","dir","loop"])]),_:3},8,["disable-outside-pointer-events"])]),_:3},8,["trapped"]))}}),Ql=defineComponent({inheritAttrs:!1,__name:"MenuItemImpl",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra,Ja=lo(),{forwardRef:ed}=T(),td=ref$1(!1);async function rd(sd){if(!sd.defaultPrevented&&ua(sd)){if(qa.disabled)Ja.onItemLeave(sd);else if(!Ja.onItemEnter(sd)){const ld=sd.currentTarget;ld==null||ld.focus({preventScroll:!0})}}}async function od(sd){await nextTick$1(),!sd.defaultPrevented&&ua(sd)&&Ja.onItemLeave(sd)}return(sd,ld)=>(openBlock(),createBlock(unref(Zt),null,{default:withCtx(()=>[createVNode(unref(O),mergeProps({ref:unref(ed),role:"menuitem",tabindex:"-1"},sd.$attrs,{as:sd.as,"as-child":sd.asChild,"data-radix-vue-collection-item":"","aria-disabled":sd.disabled||void 0,"data-disabled":sd.disabled?"":void 0,"data-highlighted":td.value?"":void 0,onPointermove:rd,onPointerleave:od,onFocus:ld[0]||(ld[0]=async cd=>{await nextTick$1(),!(cd.defaultPrevented||sd.disabled)&&(td.value=!0)}),onBlur:ld[1]||(ld[1]=async cd=>{await nextTick$1(),!cd.defaultPrevented&&(td.value=!1)})}),{default:withCtx(()=>[renderSlot(sd.$slots,"default")]),_:3},16,["as","as-child","aria-disabled","data-disabled","data-highlighted"])]),_:3}))}}),_a=defineComponent({__name:"MenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,{forwardRef:td,currentElement:rd}=T(),od=wa(),sd=lo(),ld=ref$1(!1);async function cd(){const ud=rd.value;if(!Ja.disabled&&ud){const gd=new CustomEvent(ou,{bubbles:!0,cancelable:!0});ed("select",gd),await nextTick$1(),gd.defaultPrevented?ld.value=!1:od.onClose()}}return(ud,gd)=>(openBlock(),createBlock(Ql,mergeProps(Ja,{ref:unref(td),onClick:cd,onPointerdown:gd[0]||(gd[0]=()=>{ld.value=!0}),onPointerup:gd[1]||(gd[1]=async _d=>{var yd;await nextTick$1(),!_d.defaultPrevented&&(ld.value||(yd=_d.currentTarget)==null||yd.click())}),onKeydown:gd[2]||(gd[2]=async _d=>{const yd=unref(sd).searchRef.value!=="";ud.disabled||yd&&_d.key===" "||unref(Dn).includes(_d.key)&&(_d.currentTarget.click(),_d.preventDefault())})}),{default:withCtx(()=>[renderSlot(ud.$slots,"default")]),_:3},16))}}),xd=defineComponent({__name:"MenuRootContentModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=xe(Ja,ed),rd=At(),{forwardRef:od,currentElement:sd}=T();return ya(sd),(ld,cd)=>(openBlock(),createBlock(so,mergeProps(unref(td),{ref:unref(od),"trap-focus":unref(rd).open.value,"disable-outside-pointer-events":unref(rd).open.value,"disable-outside-scroll":!0,onDismiss:cd[0]||(cd[0]=ud=>unref(rd).onOpenChange(!1)),onFocusOutside:cd[1]||(cd[1]=withModifiers(ud=>ed("focusOutside",ud),["prevent"]))}),{default:withCtx(()=>[renderSlot(ld.$slots,"default")]),_:3},16,["trap-focus","disable-outside-pointer-events"]))}}),Sd=defineComponent({__name:"MenuRootContentNonModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=xe(Ra,qa),ed=At();return(td,rd)=>(openBlock(),createBlock(so,mergeProps(unref(Ja),{"trap-focus":!1,"disable-outside-pointer-events":!1,"disable-outside-scroll":!1,onDismiss:rd[0]||(rd[0]=od=>unref(ed).onOpenChange(!1))}),{default:withCtx(()=>[renderSlot(td.$slots,"default")]),_:3},16))}}),uo=defineComponent({__name:"MenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=xe(Ra,qa),ed=At(),td=wa();return(rd,od)=>(openBlock(),createBlock(unref(Pe),{present:rd.forceMount||unref(ed).open.value},{default:withCtx(()=>[unref(td).modal.value?(openBlock(),createBlock(xd,normalizeProps(mergeProps({key:0},{...rd.$attrs,...unref(Ja)})),{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},16)):(openBlock(),createBlock(Sd,normalizeProps(mergeProps({key:1},{...rd.$attrs,...unref(Ja)})),{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),po=defineComponent({__name:"MenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createBlock(unref(ht),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),mo=defineComponent({__name:"MenuSeparator",props:{asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createBlock(unref(O),mergeProps(qa,{role:"separator","aria-orientation":"horizontal"}),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),[ts,Dd]=Q("MenuSub"),ho=defineComponent({__name:"MenuSub",props:{open:{type:Boolean,default:void 0}},emits:["update:open"],setup(Ra,{emit:qa}){const Ja=Ra,ed=ne(Ja,"open",qa,{defaultValue:!1,passive:Ja.open===void 0}),td=At(),rd=ref$1(),od=ref$1();return watchEffect(sd=>{(td==null?void 0:td.open.value)===!1&&(ed.value=!1),sd(()=>ed.value=!1)}),Xl({open:ed,onOpenChange:sd=>{ed.value=sd},content:od,onContentChange:sd=>{od.value=sd}}),Dd({triggerId:"",contentId:"",trigger:rd,onTriggerChange:sd=>{rd.value=sd}}),(sd,ld)=>(openBlock(),createBlock(unref(Tt),null,{default:withCtx(()=>[renderSlot(sd.$slots,"default")]),_:3}))}}),yo=defineComponent({__name:"MenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean,default:!0},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=xe(Ra,qa),ed=At(),td=wa(),rd=ts(),{forwardRef:od,currentElement:sd}=T();return rd.contentId||(rd.contentId=he(void 0,"radix-vue-menu-sub-content")),(ld,cd)=>(openBlock(),createBlock(unref(Pe),{present:ld.forceMount||unref(ed).open.value},{default:withCtx(()=>[createVNode(so,mergeProps(unref(Ja),{id:unref(rd).contentId,ref:unref(od),"aria-labelledby":unref(rd).triggerId,align:"start",side:unref(td).dir.value==="rtl"?"left":"right","disable-outside-pointer-events":!1,"disable-outside-scroll":!1,"trap-focus":!1,onOpenAutoFocus:cd[0]||(cd[0]=withModifiers(ud=>{var gd;unref(td).isUsingKeyboardRef.value&&((gd=unref(sd))==null||gd.focus())},["prevent"])),onCloseAutoFocus:cd[1]||(cd[1]=withModifiers(()=>{},["prevent"])),onFocusOutside:cd[2]||(cd[2]=ud=>{ud.defaultPrevented||ud.target!==unref(rd).trigger.value&&unref(ed).onOpenChange(!1)}),onEscapeKeyDown:cd[3]||(cd[3]=ud=>{unref(td).onClose(),ud.preventDefault()}),onKeydown:cd[4]||(cd[4]=ud=>{var gd,_d;const yd=(gd=ud.currentTarget)==null?void 0:gd.contains(ud.target),Ed=unref(iu)[unref(td).dir.value].includes(ud.key);yd&&Ed&&(unref(ed).onOpenChange(!1),(_d=unref(rd).trigger.value)==null||_d.focus(),ud.preventDefault())})}),{default:withCtx(()=>[renderSlot(ld.$slots,"default")]),_:3},16,["id","aria-labelledby","side"])]),_:3},8,["present"]))}}),go=defineComponent({__name:"MenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra,Ja=At(),ed=wa(),td=ts(),rd=lo(),od=ref$1(null);td.triggerId||(td.triggerId=he(void 0,"radix-vue-menu-sub-trigger"));function sd(){od.value&&window.clearTimeout(od.value),od.value=null}onUnmounted(()=>{sd()});function ld(gd){!ua(gd)||rd.onItemEnter(gd)||!qa.disabled&&!Ja.open.value&&!od.value&&(rd.onPointerGraceIntentChange(null),od.value=window.setTimeout(()=>{Ja.onOpenChange(!0),sd()},100))}async function cd(gd){var _d,yd;if(!ua(gd))return;sd();const Ed=(_d=Ja.content.value)==null?void 0:_d.getBoundingClientRect();if(Ed!=null&&Ed.width){const Td=(yd=Ja.content.value)==null?void 0:yd.dataset.side,Od=Td==="right",Ad=Od?-5:5,Nd=Ed[Od?"left":"right"],kd=Ed[Od?"right":"left"];rd.onPointerGraceIntentChange({area:[{x:gd.clientX+Ad,y:gd.clientY},{x:Nd,y:Ed.top},{x:kd,y:Ed.top},{x:kd,y:Ed.bottom},{x:Nd,y:Ed.bottom}],side:Td}),window.clearTimeout(rd.pointerGraceTimerRef.value),rd.pointerGraceTimerRef.value=window.setTimeout(()=>rd.onPointerGraceIntentChange(null),300)}else{if(rd.onTriggerLeave(gd))return;rd.onPointerGraceIntentChange(null)}}async function ud(gd){var _d;const yd=rd.searchRef.value!=="";qa.disabled||yd&&gd.key===" "||ru[ed.dir.value].includes(gd.key)&&(Ja.onOpenChange(!0),await nextTick$1(),(_d=Ja.content.value)==null||_d.focus(),gd.preventDefault())}return(gd,_d)=>(openBlock(),createBlock(Za,{"as-child":""},{default:withCtx(()=>[createVNode(Ql,mergeProps(qa,{id:unref(td).triggerId,ref:yd=>{var Ed;(Ed=unref(td))==null||Ed.onTriggerChange(yd==null?void 0:yd.$el)},"aria-haspopup":"menu","aria-expanded":unref(Ja).open.value,"aria-controls":unref(td).contentId,"data-state":unref(Qn)(unref(Ja).open.value),onClick:_d[0]||(_d[0]=async yd=>{qa.disabled||yd.defaultPrevented||(yd.currentTarget.focus(),unref(Ja).open.value||unref(Ja).onOpenChange(!0))}),onPointermove:ld,onPointerleave:cd,onKeydown:ud}),{default:withCtx(()=>[renderSlot(gd.$slots,"default")]),_:3},16,["id","aria-expanded","aria-controls","data-state"])]),_:3}))}}),[as,$d]=Q("ContextMenuRoot"),Jv=defineComponent({inheritAttrs:!1,__name:"ContextMenuRoot",props:{dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,{dir:td,modal:rd}=toRefs(Ja);T();const od=be(td),sd=ref$1(!1);return $d({open:sd,onOpenChange:ld=>{sd.value=ld},dir:od,modal:rd}),watch(sd,ld=>{ed("update:open",ld)}),(ld,cd)=>(openBlock(),createBlock(unref(oo),{open:sd.value,"onUpdate:open":cd[0]||(cd[0]=ud=>sd.value=ud),dir:unref(od),modal:unref(rd)},{default:withCtx(()=>[renderSlot(ld.$slots,"default")]),_:3},8,["open","dir","modal"]))}});function Uo(Ra){return Ra.pointerType!=="mouse"}const Qv=defineComponent({inheritAttrs:!1,__name:"ContextMenuTrigger",props:{disabled:{type:Boolean,default:!1},asChild:{type:Boolean},as:{default:"span"}},setup(Ra){const qa=Ra,{disabled:Ja}=toRefs(qa),{forwardRef:ed}=T(),td=as(),rd=ref$1({x:0,y:0}),od=computed(()=>({getBoundingClientRect:()=>({width:0,height:0,left:rd.value.x,right:rd.value.x,top:rd.value.y,bottom:rd.value.y,...rd.value})})),sd=ref$1(0);function ld(){window.clearTimeout(sd.value)}function cd(yd){rd.value={x:yd.clientX,y:yd.clientY},td.onOpenChange(!0)}async function ud(yd){Ja.value||(await nextTick$1(),yd.defaultPrevented||(ld(),cd(yd),yd.preventDefault()))}async function gd(yd){Ja.value||(await nextTick$1(),Uo(yd)&&!yd.defaultPrevented&&(ld(),sd.value=window.setTimeout(()=>cd(yd),700)))}async function _d(yd){Ja.value||(await nextTick$1(),Uo(yd)&&!yd.defaultPrevented&&ld())}return(yd,Ed)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(unref(Za),{as:"template",element:od.value},null,8,["element"]),createVNode(unref(O),mergeProps({ref:unref(ed),as:yd.as,"as-child":yd.asChild,"data-state":unref(td).open.value?"open":"closed","data-disabled":unref(Ja)?"":void 0,style:{WebkitTouchCallout:"none"}},yd.$attrs,{onContextmenu:ud,onPointerdown:gd,onPointermove:_d,onPointercancel:_d,onPointerup:_d}),{default:withCtx(()=>[renderSlot(yd.$slots,"default")]),_:3},16,["as","as-child","data-state","data-disabled"])],64))}}),em=defineComponent({__name:"ContextMenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createBlock(unref(po),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),tm=defineComponent({__name:"ContextMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},alignOffset:{default:0},avoidCollisions:{type:Boolean,default:!0},collisionBoundary:{default:()=>[]},collisionPadding:{default:0},sticky:{default:"partial"},hideWhenDetached:{type:Boolean,default:!1},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=xe(Ra,qa);T();const ed=as(),td=ref$1(!1);return(rd,od)=>(openBlock(),createBlock(unref(uo),mergeProps(unref(Ja),{side:"right","side-offset":2,align:"start",style:{"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"},onCloseAutoFocus:od[0]||(od[0]=sd=>{!sd.defaultPrevented&&td.value&&sd.preventDefault(),td.value=!1}),onInteractOutside:od[1]||(od[1]=sd=>{!sd.defaultPrevented&&!unref(ed).modal.value&&(td.value=!0)})}),{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},16))}}),nm=defineComponent({__name:"ContextMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(Ra,{emit:qa}){const Ja=Ra,ed=Re(qa);return T(),(td,rd)=>(openBlock(),createBlock(unref(_a),normalizeProps(guardReactiveProps({...Ja,...unref(ed)})),{default:withCtx(()=>[renderSlot(td.$slots,"default")]),_:3},16))}}),lm=defineComponent({__name:"ContextMenuSeparator",props:{asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra;return T(),(Ja,ed)=>(openBlock(),createBlock(unref(mo),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),[ls,ec]=Q("DropdownMenuRoot"),eh=defineComponent({__name:"DropdownMenuRoot",props:{defaultOpen:{type:Boolean},open:{type:Boolean,default:void 0},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa;T();const td=ne(Ja,"open",ed,{defaultValue:Ja.defaultOpen,passive:Ja.open===void 0}),rd=ref$1(),{modal:od,dir:sd}=toRefs(Ja),ld=be(sd);return ec({open:td,onOpenChange:cd=>{td.value=cd},onOpenToggle:()=>{td.value=!td.value},triggerId:"",triggerElement:rd,contentId:"",modal:od,dir:ld}),(cd,ud)=>(openBlock(),createBlock(unref(oo),{open:unref(td),"onUpdate:open":ud[0]||(ud[0]=gd=>isRef(td)?td.value=gd:null),dir:unref(ld),modal:unref(od)},{default:withCtx(()=>[renderSlot(cd.$slots,"default",{open:unref(td)})]),_:3},8,["open","dir","modal"]))}}),th=defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{default:"button"}},setup(Ra){const qa=Ra,Ja=ls(),{forwardRef:ed,currentElement:td}=T();return onMounted(()=>{Ja.triggerElement=td}),Ja.triggerId||(Ja.triggerId=he(void 0,"radix-vue-dropdown-menu-trigger")),(rd,od)=>(openBlock(),createBlock(unref(Za),{"as-child":""},{default:withCtx(()=>[createVNode(unref(O),{id:unref(Ja).triggerId,ref:unref(ed),type:rd.as==="button"?"button":void 0,"as-child":qa.asChild,as:rd.as,"aria-haspopup":"menu","aria-expanded":unref(Ja).open.value,"aria-controls":unref(Ja).open.value?unref(Ja).contentId:void 0,"data-disabled":rd.disabled?"":void 0,disabled:rd.disabled,"data-state":unref(Ja).open.value?"open":"closed",onClick:od[0]||(od[0]=async sd=>{var ld;!rd.disabled&&sd.button===0&&sd.ctrlKey===!1&&((ld=unref(Ja))==null||ld.onOpenToggle(),await nextTick$1(),unref(Ja).open.value&&sd.preventDefault())}),onKeydown:od[1]||(od[1]=withKeys(sd=>{rd.disabled||(["Enter"," "].includes(sd.key)&&unref(Ja).onOpenToggle(),sd.key==="ArrowDown"&&unref(Ja).onOpenChange(!0),["Enter"," ","ArrowDown"].includes(sd.key)&&sd.preventDefault())},["enter","space","arrow-down"]))},{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},8,["id","type","as-child","as","aria-expanded","aria-controls","data-disabled","disabled","data-state"])]),_:3}))}}),ah=defineComponent({__name:"DropdownMenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createBlock(unref(po),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),nh=defineComponent({__name:"DropdownMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=xe(Ra,qa);T();const ed=ls(),td=ref$1(!1);function rd(od){od.defaultPrevented||(td.value||setTimeout(()=>{var sd;(sd=ed.triggerElement.value)==null||sd.focus()},0),td.value=!1,od.preventDefault())}return ed.contentId||(ed.contentId=he(void 0,"radix-vue-dropdown-menu-content")),(od,sd)=>{var ld;return openBlock(),createBlock(unref(uo),mergeProps(unref(Ja),{id:unref(ed).contentId,"aria-labelledby":(ld=unref(ed))==null?void 0:ld.triggerId,style:{"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"},onCloseAutoFocus:rd,onInteractOutside:sd[0]||(sd[0]=cd=>{var ud;if(cd.defaultPrevented)return;const gd=cd.detail.originalEvent,_d=gd.button===0&&gd.ctrlKey===!0,yd=gd.button===2||_d;(!unref(ed).modal.value||yd)&&(td.value=!0),(ud=unref(ed).triggerElement.value)!=null&&ud.contains(cd.target)&&cd.preventDefault()})}),{default:withCtx(()=>[renderSlot(od.$slots,"default")]),_:3},16,["id","aria-labelledby"])}}}),lh=defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(Ra,{emit:qa}){const Ja=Ra,ed=Re(qa);return T(),(td,rd)=>(openBlock(),createBlock(unref(_a),normalizeProps(guardReactiveProps({...Ja,...unref(ed)})),{default:withCtx(()=>[renderSlot(td.$slots,"default")]),_:3},16))}}),rh=defineComponent({__name:"DropdownMenuSeparator",props:{asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra;return T(),(Ja,ed)=>(openBlock(),createBlock(unref(mo),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),fh=defineComponent({__name:"DropdownMenuSub",props:{defaultOpen:{type:Boolean},open:{type:Boolean,default:void 0}},emits:["update:open"],setup(Ra,{emit:qa}){const Ja=Ra,ed=ne(Ja,"open",qa,{passive:Ja.open===void 0,defaultValue:Ja.defaultOpen??!1});return T(),(td,rd)=>(openBlock(),createBlock(unref(ho),{open:unref(ed),"onUpdate:open":rd[0]||(rd[0]=od=>isRef(ed)?ed.value=od:null)},{default:withCtx(()=>[renderSlot(td.$slots,"default",{open:unref(ed)})]),_:3},8,["open"]))}}),vh=defineComponent({__name:"DropdownMenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=xe(Ra,qa);return T(),(ed,td)=>(openBlock(),createBlock(unref(yo),mergeProps(unref(Ja),{style:{"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}}),{default:withCtx(()=>[renderSlot(ed.$slots,"default")]),_:3},16))}}),mh=defineComponent({__name:"DropdownMenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra;return T(),(Ja,ed)=>(openBlock(),createBlock(unref(go),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),[wo,nc]=Q("HoverCardRoot"),xh=defineComponent({__name:"HoverCardRoot",props:{defaultOpen:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},openDelay:{default:700},closeDelay:{default:300}},emits:["update:open"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,{openDelay:td,closeDelay:rd}=toRefs(Ja);T();const od=ne(Ja,"open",ed,{defaultValue:Ja.defaultOpen,passive:Ja.open===void 0}),sd=ref$1(0),ld=ref$1(0),cd=ref$1(!1),ud=ref$1(!1),gd=ref$1(!1),_d=ref$1();function yd(){clearTimeout(ld.value),sd.value=window.setTimeout(()=>od.value=!0,td.value)}function Ed(){clearTimeout(sd.value),!cd.value&&!ud.value&&(ld.value=window.setTimeout(()=>od.value=!1,rd.value))}function Td(){od.value=!1}return nc({open:od,onOpenChange(Od){od.value=Od},onOpen:yd,onClose:Ed,onDismiss:Td,hasSelectionRef:cd,isPointerDownOnContentRef:ud,isPointerInTransitRef:gd,triggerElement:_d}),(Od,Ad)=>(openBlock(),createBlock(unref(Tt),null,{default:withCtx(()=>[renderSlot(Od.$slots,"default",{open:unref(od)})]),_:3}))}});function Tn(Ra){return qa=>qa.pointerType==="touch"?void 0:Ra()}function oc(Ra){const qa=[],Ja=document.createTreeWalker(Ra,NodeFilter.SHOW_ELEMENT,{acceptNode:ed=>ed.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;Ja.nextNode();)qa.push(Ja.currentNode);return qa}const Sh=defineComponent({__name:"HoverCardTrigger",props:{asChild:{type:Boolean},as:{default:"a"}},setup(Ra){const{forwardRef:qa,currentElement:Ja}=T(),ed=wo();ed.triggerElement=Ja;function td(){setTimeout(()=>{!ed.isPointerInTransitRef.value&&!ed.open.value&&ed.onClose()},0)}return(rd,od)=>(openBlock(),createBlock(unref(Rt),{"as-child":""},{default:withCtx(()=>[createVNode(unref(O),{ref:unref(qa),"as-child":rd.asChild,as:rd.as,"data-state":unref(ed).open.value?"open":"closed","data-grace-area-trigger":"",onPointerenter:od[0]||(od[0]=sd=>unref(Tn)(unref(ed).onOpen)(sd)),onPointerleave:od[1]||(od[1]=sd=>unref(Tn)(td)(sd)),onFocus:od[2]||(od[2]=sd=>unref(ed).onOpen()),onBlur:od[3]||(od[3]=sd=>unref(ed).onClose())},{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},8,["as-child","as","data-state"])]),_:3}))}}),Eh=defineComponent({__name:"HoverCardPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createBlock(unref(ht),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),lc=defineComponent({__name:"HoverCardContentImpl",props:{side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=It(Ja),{forwardRef:rd,currentElement:od}=T(),sd=wo(),{isPointerInTransit:ld,onPointerExit:cd}=Tl(sd.triggerElement,od);ri(sd.isPointerInTransitRef,ld,{direction:"rtl"}),cd(()=>{sd.onClose()});const ud=ref$1(!1);let gd;watchEffect(yd=>{if(ud.value){const Ed=document.body;gd=Ed.style.userSelect||Ed.style.webkitUserSelect,Ed.style.userSelect="none",Ed.style.webkitUserSelect="none",yd(()=>{Ed.style.userSelect=gd,Ed.style.webkitUserSelect=gd})}});function _d(){ud.value=!1,sd.isPointerDownOnContentRef.value=!1,nextTick$1(()=>{var yd;((yd=document.getSelection())==null?void 0:yd.toString())!==""&&(sd.hasSelectionRef.value=!0)})}return onMounted(()=>{od.value&&(document.addEventListener("pointerup",_d),oc(od.value).forEach(yd=>yd.setAttribute("tabindex","-1")))}),onUnmounted(()=>{document.removeEventListener("pointerup",_d),sd.hasSelectionRef.value=!1,sd.isPointerDownOnContentRef.value=!1}),(yd,Ed)=>(openBlock(),createBlock(unref(yt),{"as-child":"","disable-outside-pointer-events":!1,onEscapeKeyDown:Ed[1]||(Ed[1]=Td=>ed("escapeKeyDown",Td)),onPointerDownOutside:Ed[2]||(Ed[2]=Td=>ed("pointerDownOutside",Td)),onFocusOutside:Ed[3]||(Ed[3]=withModifiers(Td=>ed("focusOutside",Td),["prevent"])),onDismiss:unref(sd).onDismiss},{default:withCtx(()=>[createVNode(unref(Dt),mergeProps({...unref(td),...yd.$attrs},{ref:unref(rd),"data-state":unref(sd).open.value?"open":"closed",style:{userSelect:ud.value?"text":void 0,WebkitUserSelect:ud.value?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"},onPointerdown:Ed[0]||(Ed[0]=Td=>{Td.currentTarget.contains(Td.target)&&(ud.value=!0),unref(sd).hasSelectionRef.value=!1,unref(sd).isPointerDownOnContentRef.value=!0})}),{default:withCtx(()=>[renderSlot(yd.$slots,"default")]),_:3},16,["data-state","style"])]),_:3},8,["onDismiss"]))}}),Ph=defineComponent({__name:"HoverCardContent",props:{forceMount:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside"],setup(Ra,{emit:qa}){const Ja=xe(Ra,qa),{forwardRef:ed}=T(),td=wo();return(rd,od)=>(openBlock(),createBlock(unref(Pe),{present:rd.forceMount||unref(td).open.value},{default:withCtx(()=>[createVNode(lc,mergeProps(unref(Ja),{ref:unref(ed),onPointerenter:od[0]||(od[0]=sd=>unref(Tn)(unref(td).onOpen)(sd))}),{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},16)]),_:3},8,["present"]))}});function vf(){if(typeof matchMedia=="function")return matchMedia("(pointer:coarse)").matches?"coarse":"fine"}vf();const _sfc_main$u=defineComponent({__name:"DropdownMenu",props:{defaultOpen:{type:Boolean},open:{type:Boolean},dir:{},modal:{type:Boolean}},emits:["update:open"],setup(Ra,{emit:qa}){const td=xe(Ra,qa);return(rd,od)=>(openBlock(),createBlock(unref(eh),normalizeProps(guardReactiveProps(unref(td))),{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},16))}}),_sfc_main$t=defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{}},setup(Ra){const Ja=It(Ra);return(ed,td)=>(openBlock(),createBlock(unref(th),mergeProps({class:"outline-none"},unref(Ja)),{default:withCtx(()=>[renderSlot(ed.$slots,"default")]),_:3},16))}});function r(Ra){var qa,Ja,ed="";if(typeof Ra=="string"||typeof Ra=="number")ed+=Ra;else if(typeof Ra=="object")if(Array.isArray(Ra)){var td=Ra.length;for(qa=0;qa<td;qa++)Ra[qa]&&(Ja=r(Ra[qa]))&&(ed&&(ed+=" "),ed+=Ja)}else for(Ja in Ra)Ra[Ja]&&(ed&&(ed+=" "),ed+=Ja);return ed}function clsx(){for(var Ra,qa,Ja=0,ed="",td=arguments.length;Ja<td;Ja++)(Ra=arguments[Ja])&&(qa=r(Ra))&&(ed&&(ed+=" "),ed+=qa);return ed}const CLASS_PART_SEPARATOR="-",createClassGroupUtils=Ra=>{const qa=createClassMap(Ra),{conflictingClassGroups:Ja,conflictingClassGroupModifiers:ed}=Ra;return{getClassGroupId:od=>{const sd=od.split(CLASS_PART_SEPARATOR);return sd[0]===""&&sd.length!==1&&sd.shift(),getGroupRecursive(sd,qa)||getGroupIdForArbitraryProperty(od)},getConflictingClassGroupIds:(od,sd)=>{const ld=Ja[od]||[];return sd&&ed[od]?[...ld,...ed[od]]:ld}}},getGroupRecursive=(Ra,qa)=>{var od;if(Ra.length===0)return qa.classGroupId;const Ja=Ra[0],ed=qa.nextPart.get(Ja),td=ed?getGroupRecursive(Ra.slice(1),ed):void 0;if(td)return td;if(qa.validators.length===0)return;const rd=Ra.join(CLASS_PART_SEPARATOR);return(od=qa.validators.find(({validator:sd})=>sd(rd)))==null?void 0:od.classGroupId},arbitraryPropertyRegex=/^\[(.+)\]$/,getGroupIdForArbitraryProperty=Ra=>{if(arbitraryPropertyRegex.test(Ra)){const qa=arbitraryPropertyRegex.exec(Ra)[1],Ja=qa==null?void 0:qa.substring(0,qa.indexOf(":"));if(Ja)return"arbitrary.."+Ja}},createClassMap=Ra=>{const{theme:qa,prefix:Ja}=Ra,ed={nextPart:new Map,validators:[]};return getPrefixedClassGroupEntries(Object.entries(Ra.classGroups),Ja).forEach(([rd,od])=>{processClassesRecursively(od,ed,rd,qa)}),ed},processClassesRecursively=(Ra,qa,Ja,ed)=>{Ra.forEach(td=>{if(typeof td=="string"){const rd=td===""?qa:getPart(qa,td);rd.classGroupId=Ja;return}if(typeof td=="function"){if(isThemeGetter(td)){processClassesRecursively(td(ed),qa,Ja,ed);return}qa.validators.push({validator:td,classGroupId:Ja});return}Object.entries(td).forEach(([rd,od])=>{processClassesRecursively(od,getPart(qa,rd),Ja,ed)})})},getPart=(Ra,qa)=>{let Ja=Ra;return qa.split(CLASS_PART_SEPARATOR).forEach(ed=>{Ja.nextPart.has(ed)||Ja.nextPart.set(ed,{nextPart:new Map,validators:[]}),Ja=Ja.nextPart.get(ed)}),Ja},isThemeGetter=Ra=>Ra.isThemeGetter,getPrefixedClassGroupEntries=(Ra,qa)=>qa?Ra.map(([Ja,ed])=>{const td=ed.map(rd=>typeof rd=="string"?qa+rd:typeof rd=="object"?Object.fromEntries(Object.entries(rd).map(([od,sd])=>[qa+od,sd])):rd);return[Ja,td]}):Ra,createLruCache=Ra=>{if(Ra<1)return{get:()=>{},set:()=>{}};let qa=0,Ja=new Map,ed=new Map;const td=(rd,od)=>{Ja.set(rd,od),qa++,qa>Ra&&(qa=0,ed=Ja,Ja=new Map)};return{get(rd){let od=Ja.get(rd);if(od!==void 0)return od;if((od=ed.get(rd))!==void 0)return td(rd,od),od},set(rd,od){Ja.has(rd)?Ja.set(rd,od):td(rd,od)}}},IMPORTANT_MODIFIER="!",createParseClassName=Ra=>{const{separator:qa,experimentalParseClassName:Ja}=Ra,ed=qa.length===1,td=qa[0],rd=qa.length,od=sd=>{const ld=[];let cd=0,ud=0,gd;for(let Od=0;Od<sd.length;Od++){let Ad=sd[Od];if(cd===0){if(Ad===td&&(ed||sd.slice(Od,Od+rd)===qa)){ld.push(sd.slice(ud,Od)),ud=Od+rd;continue}if(Ad==="/"){gd=Od;continue}}Ad==="["?cd++:Ad==="]"&&cd--}const _d=ld.length===0?sd:sd.substring(ud),yd=_d.startsWith(IMPORTANT_MODIFIER),Ed=yd?_d.substring(1):_d,Td=gd&&gd>ud?gd-ud:void 0;return{modifiers:ld,hasImportantModifier:yd,baseClassName:Ed,maybePostfixModifierPosition:Td}};return Ja?sd=>Ja({className:sd,parseClassName:od}):od},sortModifiers=Ra=>{if(Ra.length<=1)return Ra;const qa=[];let Ja=[];return Ra.forEach(ed=>{ed[0]==="["?(qa.push(...Ja.sort(),ed),Ja=[]):Ja.push(ed)}),qa.push(...Ja.sort()),qa},createConfigUtils=Ra=>({cache:createLruCache(Ra.cacheSize),parseClassName:createParseClassName(Ra),...createClassGroupUtils(Ra)}),SPLIT_CLASSES_REGEX=/\s+/,mergeClassList=(Ra,qa)=>{const{parseClassName:Ja,getClassGroupId:ed,getConflictingClassGroupIds:td}=qa,rd=[],od=Ra.trim().split(SPLIT_CLASSES_REGEX);let sd="";for(let ld=od.length-1;ld>=0;ld-=1){const cd=od[ld],{modifiers:ud,hasImportantModifier:gd,baseClassName:_d,maybePostfixModifierPosition:yd}=Ja(cd);let Ed=!!yd,Td=ed(Ed?_d.substring(0,yd):_d);if(!Td){if(!Ed){sd=cd+(sd.length>0?" "+sd:sd);continue}if(Td=ed(_d),!Td){sd=cd+(sd.length>0?" "+sd:sd);continue}Ed=!1}const Od=sortModifiers(ud).join(":"),Ad=gd?Od+IMPORTANT_MODIFIER:Od,Nd=Ad+Td;if(rd.includes(Nd))continue;rd.push(Nd);const kd=td(Td,Ed);for(let Id=0;Id<kd.length;++Id){const Rd=kd[Id];rd.push(Ad+Rd)}sd=cd+(sd.length>0?" "+sd:sd)}return sd};function twJoin(){let Ra=0,qa,Ja,ed="";for(;Ra<arguments.length;)(qa=arguments[Ra++])&&(Ja=toValue(qa))&&(ed&&(ed+=" "),ed+=Ja);return ed}const toValue=Ra=>{if(typeof Ra=="string")return Ra;let qa,Ja="";for(let ed=0;ed<Ra.length;ed++)Ra[ed]&&(qa=toValue(Ra[ed]))&&(Ja&&(Ja+=" "),Ja+=qa);return Ja};function createTailwindMerge(Ra,...qa){let Ja,ed,td,rd=od;function od(ld){const cd=qa.reduce((ud,gd)=>gd(ud),Ra());return Ja=createConfigUtils(cd),ed=Ja.cache.get,td=Ja.cache.set,rd=sd,sd(ld)}function sd(ld){const cd=ed(ld);if(cd)return cd;const ud=mergeClassList(ld,Ja);return td(ld,ud),ud}return function(){return rd(twJoin.apply(null,arguments))}}const fromTheme=Ra=>{const qa=Ja=>Ja[Ra]||[];return qa.isThemeGetter=!0,qa},arbitraryValueRegex=/^\[(?:([a-z-]+):)?(.+)\]$/i,fractionRegex=/^\d+\/\d+$/,stringLengths=new Set(["px","full","screen"]),tshirtUnitRegex=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,lengthUnitRegex=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,colorFunctionRegex=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,shadowRegex=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,imageRegex=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,isLength=Ra=>isNumber(Ra)||stringLengths.has(Ra)||fractionRegex.test(Ra),isArbitraryLength=Ra=>getIsArbitraryValue(Ra,"length",isLengthOnly),isNumber=Ra=>!!Ra&&!Number.isNaN(Number(Ra)),isArbitraryNumber=Ra=>getIsArbitraryValue(Ra,"number",isNumber),isInteger=Ra=>!!Ra&&Number.isInteger(Number(Ra)),isPercent=Ra=>Ra.endsWith("%")&&isNumber(Ra.slice(0,-1)),isArbitraryValue=Ra=>arbitraryValueRegex.test(Ra),isTshirtSize=Ra=>tshirtUnitRegex.test(Ra),sizeLabels=new Set(["length","size","percentage"]),isArbitrarySize=Ra=>getIsArbitraryValue(Ra,sizeLabels,isNever),isArbitraryPosition=Ra=>getIsArbitraryValue(Ra,"position",isNever),imageLabels=new Set(["image","url"]),isArbitraryImage=Ra=>getIsArbitraryValue(Ra,imageLabels,isImage),isArbitraryShadow=Ra=>getIsArbitraryValue(Ra,"",isShadow),isAny=()=>!0,getIsArbitraryValue=(Ra,qa,Ja)=>{const ed=arbitraryValueRegex.exec(Ra);return ed?ed[1]?typeof qa=="string"?ed[1]===qa:qa.has(ed[1]):Ja(ed[2]):!1},isLengthOnly=Ra=>lengthUnitRegex.test(Ra)&&!colorFunctionRegex.test(Ra),isNever=()=>!1,isShadow=Ra=>shadowRegex.test(Ra),isImage=Ra=>imageRegex.test(Ra),getDefaultConfig=()=>{const Ra=fromTheme("colors"),qa=fromTheme("spacing"),Ja=fromTheme("blur"),ed=fromTheme("brightness"),td=fromTheme("borderColor"),rd=fromTheme("borderRadius"),od=fromTheme("borderSpacing"),sd=fromTheme("borderWidth"),ld=fromTheme("contrast"),cd=fromTheme("grayscale"),ud=fromTheme("hueRotate"),gd=fromTheme("invert"),_d=fromTheme("gap"),yd=fromTheme("gradientColorStops"),Ed=fromTheme("gradientColorStopPositions"),Td=fromTheme("inset"),Od=fromTheme("margin"),Ad=fromTheme("opacity"),Nd=fromTheme("padding"),kd=fromTheme("saturate"),Id=fromTheme("scale"),Rd=fromTheme("sepia"),Md=fromTheme("skew"),Ld=fromTheme("space"),jd=fromTheme("translate"),Pd=()=>["auto","contain","none"],Fd=()=>["auto","hidden","clip","visible","scroll"],Ud=()=>["auto",isArbitraryValue,qa],Vd=()=>[isArbitraryValue,qa],qd=()=>["",isLength,isArbitraryLength],Wd=()=>["auto",isNumber,isArbitraryValue],zd=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],Kd=()=>["solid","dashed","dotted","double","none"],Qd=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],hf=()=>["start","end","center","between","around","evenly","stretch"],gf=()=>["","0",isArbitraryValue],bf=()=>["auto","avoid","all","avoid-page","page","left","right","column"],kf=()=>[isNumber,isArbitraryValue];return{cacheSize:500,separator:":",theme:{colors:[isAny],spacing:[isLength,isArbitraryLength],blur:["none","",isTshirtSize,isArbitraryValue],brightness:kf(),borderColor:[Ra],borderRadius:["none","","full",isTshirtSize,isArbitraryValue],borderSpacing:Vd(),borderWidth:qd(),contrast:kf(),grayscale:gf(),hueRotate:kf(),invert:gf(),gap:Vd(),gradientColorStops:[Ra],gradientColorStopPositions:[isPercent,isArbitraryLength],inset:Ud(),margin:Ud(),opacity:kf(),padding:Vd(),saturate:kf(),scale:kf(),sepia:gf(),skew:kf(),space:Vd(),translate:Vd()},classGroups:{aspect:[{aspect:["auto","square","video",isArbitraryValue]}],container:["container"],columns:[{columns:[isTshirtSize]}],"break-after":[{"break-after":bf()}],"break-before":[{"break-before":bf()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...zd(),isArbitraryValue]}],overflow:[{overflow:Fd()}],"overflow-x":[{"overflow-x":Fd()}],"overflow-y":[{"overflow-y":Fd()}],overscroll:[{overscroll:Pd()}],"overscroll-x":[{"overscroll-x":Pd()}],"overscroll-y":[{"overscroll-y":Pd()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[Td]}],"inset-x":[{"inset-x":[Td]}],"inset-y":[{"inset-y":[Td]}],start:[{start:[Td]}],end:[{end:[Td]}],top:[{top:[Td]}],right:[{right:[Td]}],bottom:[{bottom:[Td]}],left:[{left:[Td]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",isInteger,isArbitraryValue]}],basis:[{basis:Ud()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",isArbitraryValue]}],grow:[{grow:gf()}],shrink:[{shrink:gf()}],order:[{order:["first","last","none",isInteger,isArbitraryValue]}],"grid-cols":[{"grid-cols":[isAny]}],"col-start-end":[{col:["auto",{span:["full",isInteger,isArbitraryValue]},isArbitraryValue]}],"col-start":[{"col-start":Wd()}],"col-end":[{"col-end":Wd()}],"grid-rows":[{"grid-rows":[isAny]}],"row-start-end":[{row:["auto",{span:[isInteger,isArbitraryValue]},isArbitraryValue]}],"row-start":[{"row-start":Wd()}],"row-end":[{"row-end":Wd()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",isArbitraryValue]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",isArbitraryValue]}],gap:[{gap:[_d]}],"gap-x":[{"gap-x":[_d]}],"gap-y":[{"gap-y":[_d]}],"justify-content":[{justify:["normal",...hf()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...hf(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...hf(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[Nd]}],px:[{px:[Nd]}],py:[{py:[Nd]}],ps:[{ps:[Nd]}],pe:[{pe:[Nd]}],pt:[{pt:[Nd]}],pr:[{pr:[Nd]}],pb:[{pb:[Nd]}],pl:[{pl:[Nd]}],m:[{m:[Od]}],mx:[{mx:[Od]}],my:[{my:[Od]}],ms:[{ms:[Od]}],me:[{me:[Od]}],mt:[{mt:[Od]}],mr:[{mr:[Od]}],mb:[{mb:[Od]}],ml:[{ml:[Od]}],"space-x":[{"space-x":[Ld]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[Ld]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",isArbitraryValue,qa]}],"min-w":[{"min-w":[isArbitraryValue,qa,"min","max","fit"]}],"max-w":[{"max-w":[isArbitraryValue,qa,"none","full","min","max","fit","prose",{screen:[isTshirtSize]},isTshirtSize]}],h:[{h:[isArbitraryValue,qa,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[isArbitraryValue,qa,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[isArbitraryValue,qa,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[isArbitraryValue,qa,"auto","min","max","fit"]}],"font-size":[{text:["base",isTshirtSize,isArbitraryLength]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",isArbitraryNumber]}],"font-family":[{font:[isAny]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",isArbitraryValue]}],"line-clamp":[{"line-clamp":["none",isNumber,isArbitraryNumber]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",isLength,isArbitraryValue]}],"list-image":[{"list-image":["none",isArbitraryValue]}],"list-style-type":[{list:["none","disc","decimal",isArbitraryValue]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[Ra]}],"placeholder-opacity":[{"placeholder-opacity":[Ad]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[Ra]}],"text-opacity":[{"text-opacity":[Ad]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...Kd(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",isLength,isArbitraryLength]}],"underline-offset":[{"underline-offset":["auto",isLength,isArbitraryValue]}],"text-decoration-color":[{decoration:[Ra]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:Vd()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",isArbitraryValue]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",isArbitraryValue]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[Ad]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...zd(),isArbitraryPosition]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",isArbitrarySize]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},isArbitraryImage]}],"bg-color":[{bg:[Ra]}],"gradient-from-pos":[{from:[Ed]}],"gradient-via-pos":[{via:[Ed]}],"gradient-to-pos":[{to:[Ed]}],"gradient-from":[{from:[yd]}],"gradient-via":[{via:[yd]}],"gradient-to":[{to:[yd]}],rounded:[{rounded:[rd]}],"rounded-s":[{"rounded-s":[rd]}],"rounded-e":[{"rounded-e":[rd]}],"rounded-t":[{"rounded-t":[rd]}],"rounded-r":[{"rounded-r":[rd]}],"rounded-b":[{"rounded-b":[rd]}],"rounded-l":[{"rounded-l":[rd]}],"rounded-ss":[{"rounded-ss":[rd]}],"rounded-se":[{"rounded-se":[rd]}],"rounded-ee":[{"rounded-ee":[rd]}],"rounded-es":[{"rounded-es":[rd]}],"rounded-tl":[{"rounded-tl":[rd]}],"rounded-tr":[{"rounded-tr":[rd]}],"rounded-br":[{"rounded-br":[rd]}],"rounded-bl":[{"rounded-bl":[rd]}],"border-w":[{border:[sd]}],"border-w-x":[{"border-x":[sd]}],"border-w-y":[{"border-y":[sd]}],"border-w-s":[{"border-s":[sd]}],"border-w-e":[{"border-e":[sd]}],"border-w-t":[{"border-t":[sd]}],"border-w-r":[{"border-r":[sd]}],"border-w-b":[{"border-b":[sd]}],"border-w-l":[{"border-l":[sd]}],"border-opacity":[{"border-opacity":[Ad]}],"border-style":[{border:[...Kd(),"hidden"]}],"divide-x":[{"divide-x":[sd]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[sd]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[Ad]}],"divide-style":[{divide:Kd()}],"border-color":[{border:[td]}],"border-color-x":[{"border-x":[td]}],"border-color-y":[{"border-y":[td]}],"border-color-t":[{"border-t":[td]}],"border-color-r":[{"border-r":[td]}],"border-color-b":[{"border-b":[td]}],"border-color-l":[{"border-l":[td]}],"divide-color":[{divide:[td]}],"outline-style":[{outline:["",...Kd()]}],"outline-offset":[{"outline-offset":[isLength,isArbitraryValue]}],"outline-w":[{outline:[isLength,isArbitraryLength]}],"outline-color":[{outline:[Ra]}],"ring-w":[{ring:qd()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[Ra]}],"ring-opacity":[{"ring-opacity":[Ad]}],"ring-offset-w":[{"ring-offset":[isLength,isArbitraryLength]}],"ring-offset-color":[{"ring-offset":[Ra]}],shadow:[{shadow:["","inner","none",isTshirtSize,isArbitraryShadow]}],"shadow-color":[{shadow:[isAny]}],opacity:[{opacity:[Ad]}],"mix-blend":[{"mix-blend":[...Qd(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":Qd()}],filter:[{filter:["","none"]}],blur:[{blur:[Ja]}],brightness:[{brightness:[ed]}],contrast:[{contrast:[ld]}],"drop-shadow":[{"drop-shadow":["","none",isTshirtSize,isArbitraryValue]}],grayscale:[{grayscale:[cd]}],"hue-rotate":[{"hue-rotate":[ud]}],invert:[{invert:[gd]}],saturate:[{saturate:[kd]}],sepia:[{sepia:[Rd]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[Ja]}],"backdrop-brightness":[{"backdrop-brightness":[ed]}],"backdrop-contrast":[{"backdrop-contrast":[ld]}],"backdrop-grayscale":[{"backdrop-grayscale":[cd]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[ud]}],"backdrop-invert":[{"backdrop-invert":[gd]}],"backdrop-opacity":[{"backdrop-opacity":[Ad]}],"backdrop-saturate":[{"backdrop-saturate":[kd]}],"backdrop-sepia":[{"backdrop-sepia":[Rd]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[od]}],"border-spacing-x":[{"border-spacing-x":[od]}],"border-spacing-y":[{"border-spacing-y":[od]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",isArbitraryValue]}],duration:[{duration:kf()}],ease:[{ease:["linear","in","out","in-out",isArbitraryValue]}],delay:[{delay:kf()}],animate:[{animate:["none","spin","ping","pulse","bounce",isArbitraryValue]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[Id]}],"scale-x":[{"scale-x":[Id]}],"scale-y":[{"scale-y":[Id]}],rotate:[{rotate:[isInteger,isArbitraryValue]}],"translate-x":[{"translate-x":[jd]}],"translate-y":[{"translate-y":[jd]}],"skew-x":[{"skew-x":[Md]}],"skew-y":[{"skew-y":[Md]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",isArbitraryValue]}],accent:[{accent:["auto",Ra]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",isArbitraryValue]}],"caret-color":[{caret:[Ra]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":Vd()}],"scroll-mx":[{"scroll-mx":Vd()}],"scroll-my":[{"scroll-my":Vd()}],"scroll-ms":[{"scroll-ms":Vd()}],"scroll-me":[{"scroll-me":Vd()}],"scroll-mt":[{"scroll-mt":Vd()}],"scroll-mr":[{"scroll-mr":Vd()}],"scroll-mb":[{"scroll-mb":Vd()}],"scroll-ml":[{"scroll-ml":Vd()}],"scroll-p":[{"scroll-p":Vd()}],"scroll-px":[{"scroll-px":Vd()}],"scroll-py":[{"scroll-py":Vd()}],"scroll-ps":[{"scroll-ps":Vd()}],"scroll-pe":[{"scroll-pe":Vd()}],"scroll-pt":[{"scroll-pt":Vd()}],"scroll-pr":[{"scroll-pr":Vd()}],"scroll-pb":[{"scroll-pb":Vd()}],"scroll-pl":[{"scroll-pl":Vd()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",isArbitraryValue]}],fill:[{fill:[Ra,"none"]}],"stroke-w":[{stroke:[isLength,isArbitraryLength,isArbitraryNumber]}],stroke:[{stroke:[Ra,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},twMerge=createTailwindMerge(getDefaultConfig);function cn(...Ra){return twMerge(clsx(Ra))}const _sfc_main$s=defineComponent({__name:"DropdownMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{default:4},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=computed(()=>{const{class:od,...sd}=Ja;return sd}),rd=xe(td,ed);return(od,sd)=>(openBlock(),createBlock(unref(ah),null,{default:withCtx(()=>[createVNode(unref(nh),mergeProps(unref(rd),{class:unref(cn)("z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",Ja.class)}),{default:withCtx(()=>[renderSlot(od.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$r=defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{},inset:{type:Boolean}},setup(Ra){const qa=Ra,Ja=computed(()=>{const{class:td,...rd}=qa;return rd}),ed=It(Ja);return(td,rd)=>(openBlock(),createBlock(unref(lh),mergeProps(unref(ed),{class:unref(cn)("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",td.inset&&"pl-8",qa.class)}),{default:withCtx(()=>[renderSlot(td.$slots,"default")]),_:3},16,["class"]))}});/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const toKebabCase=Ra=>Ra.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/var defaultAttributes={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const Icon=({size:Ra,strokeWidth:qa=2,absoluteStrokeWidth:Ja,color:ed,iconNode:td,name:rd,class:od,...sd},{slots:ld})=>h$2("svg",{...defaultAttributes,width:Ra||defaultAttributes.width,height:Ra||defaultAttributes.height,stroke:ed||defaultAttributes.stroke,"stroke-width":Ja?Number(qa)*24/Number(Ra):qa,class:["lucide",`lucide-${toKebabCase(rd??"icon")}`],...sd},[...td.map(cd=>h$2(...cd)),...ld.default?[ld.default()]:[]]);/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const createLucideIcon=(Ra,qa)=>(Ja,{slots:ed})=>h$2(Icon,{...Ja,iconNode:qa,name:Ra},ed);/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const ChevronRight=createLucideIcon("ChevronRightIcon",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]),_sfc_main$q=defineComponent({__name:"DropdownMenuShortcut",props:{class:{}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(cn)("ml-auto text-xs tracking-widest opacity-60",qa.class))},[renderSlot(Ja.$slots,"default")],2))}}),_sfc_main$p=defineComponent({__name:"DropdownMenuSeparator",props:{asChild:{type:Boolean},as:{},class:{}},setup(Ra){const qa=Ra,Ja=computed(()=>{const{class:ed,...td}=qa;return td});return(ed,td)=>(openBlock(),createBlock(unref(rh),mergeProps(Ja.value,{class:unref(cn)("-mx-1 my-1 h-px bg-muted",qa.class)}),null,16,["class"]))}}),_sfc_main$o=defineComponent({__name:"DropdownMenuSub",props:{defaultOpen:{type:Boolean},open:{type:Boolean}},emits:["update:open"],setup(Ra,{emit:qa}){const td=xe(Ra,qa);return(rd,od)=>(openBlock(),createBlock(unref(fh),normalizeProps(guardReactiveProps(unref(td))),{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},16))}}),_sfc_main$n=defineComponent({__name:"DropdownMenuSubTrigger",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{}},setup(Ra){const qa=Ra,Ja=computed(()=>{const{class:td,...rd}=qa;return rd}),ed=It(Ja);return(td,rd)=>(openBlock(),createBlock(unref(mh),mergeProps(unref(ed),{class:unref(cn)("flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent",qa.class)}),{default:withCtx(()=>[renderSlot(td.$slots,"default"),createVNode(unref(ChevronRight),{class:"ml-auto h-4 w-4"})]),_:3},16,["class"]))}}),_sfc_main$m=defineComponent({__name:"DropdownMenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=computed(()=>{const{class:od,...sd}=Ja;return sd}),rd=xe(td,ed);return(od,sd)=>(openBlock(),createBlock(unref(vh),mergeProps(unref(rd),{class:unref(cn)("z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",Ja.class)}),{default:withCtx(()=>[renderSlot(od.$slots,"default")]),_:3},16,["class"]))}}),_sfc_main$l={__name:"FileDropdown",props:["isOpen","clickTrigger","openDropdown","updateOpen"],setup(Ra){const qa=Ra,Ja=useStore(),{isDark:ed,isEditOnLeft:td}=storeToRefs(Ja),{toggleDark:rd,toggleEditOnLeft:od,exportEditorContent2HTML:sd,exportEditorContent2MD:ld,importMarkdownContent:cd}=Ja;return(ud,gd)=>{const _d=resolveComponent("ElIconUpload"),yd=resolveComponent("el-icon"),Ed=resolveComponent("ElIconDownload"),Td=resolveComponent("ElIconDocument"),Od=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$u),{open:qa.isOpen,"onUpdate:open":qa.updateOpen},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":qa.isOpen,"dark:bg-stone-9":qa.isOpen}]),onClick:gd[0]||(gd[0]=Ad=>qa.clickTrigger()),onMouseenter:gd[1]||(gd[1]=Ad=>qa.openDropdown())},{default:withCtx(()=>[createTextVNode(" 文件 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{align:"start"},{default:withCtx(()=>[createVNode(unref(_sfc_main$r),{onClick:gd[2]||(gd[2]=Ad=>unref(cd)())},{default:withCtx(()=>[createVNode(yd,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(_d)]),_:1}),createTextVNode(" 导入 .md ")]),_:1}),createVNode(unref(_sfc_main$r),{onClick:gd[3]||(gd[3]=Ad=>unref(ld)())},{default:withCtx(()=>[createVNode(yd,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(Ed)]),_:1}),createTextVNode(" 导出 .md ")]),_:1}),createVNode(unref(_sfc_main$r),{onClick:gd[4]||(gd[4]=Ad=>unref(sd)())},{default:withCtx(()=>[createVNode(yd,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(Td)]),_:1}),createTextVNode(" 导出 .html ")]),_:1}),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:gd[5]||(gd[5]=Ad=>unref(rd)())},{default:withCtx(()=>[createVNode(yd,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(ed)}])},{default:withCtx(()=>[createVNode(Od)]),_:1},8,["class"]),createTextVNode(" 深色模式 ")]),_:1}),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:gd[6]||(gd[6]=Ad=>unref(od)())},{default:withCtx(()=>[createVNode(yd,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(td)}])},{default:withCtx(()=>[createVNode(Od)]),_:1},8,["class"]),createTextVNode(" 左侧编辑 ")]),_:1})]),_:1})]),_:1},8,["open","onUpdate:open"])}}},_hoisted_1$7=createBaseVNode("div",{class:"text-center"},[createBaseVNode("h3",null,"一款高度简洁的微信 Markdown 编辑器"),createBaseVNode("p",null,"扫码关注公众号 Doocs原创技术文章第一时间推送"),createBaseVNode("img",{class:"mx-auto my-5",src:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303220922-7e14aefa-816e-44c1-8604-ade709ca1c69.png",alt:"Doocs Markdown 编辑器",style:{width:"40%"}})],-1),_sfc_main$k={__name:"AboutDialog",props:{visible:{type:Boolean,default:!1}},emits:["close"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=[{label:"GitHub 仓库",url:"https://github.com/doocs/md"},{label:"Gitee 仓库",url:"https://gitee.com/doocs/md"},{label:"GitCode 仓库",url:"https://gitcode.com/doocs/md"}];function rd(od){window.open(od,"_blank")}return(od,sd)=>{const ld=resolveComponent("el-button"),cd=resolveComponent("el-dialog");return openBlock(),createBlock(cd,{title:"关于",class:"about__dialog","model-value":Ja.visible,width:"520",center:"",onClose:sd[0]||(sd[0]=ud=>ed("close"))},{footer:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(td,ud=>createVNode(ld,{key:ud.url,type:"primary",plain:"",onClick:gd=>rd(ud.url)},{default:withCtx(()=>[createTextVNode(toDisplayString(ud.label),1)]),_:2},1032,["onClick"])),64))]),default:withCtx(()=>[_hoisted_1$7]),_:1},8,["model-value"])}}},_hoisted_1$6=createBaseVNode("span",null,"关于",-1),_sfc_main$j={__name:"HelpDropdown",props:["isOpen","clickTrigger","openDropdown","updateOpen"],setup(Ra){const qa=Ra,Ja=ref$1(!1);return(ed,td)=>{const rd=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[createVNode(unref(_sfc_main$u),{open:qa.isOpen,"onUpdate:open":qa.updateOpen},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":qa.isOpen,"dark:bg-stone-9":qa.isOpen}]),onClick:td[0]||(td[0]=od=>qa.clickTrigger()),onMouseenter:td[1]||(td[1]=od=>qa.openDropdown())},{default:withCtx(()=>[createTextVNode(" 帮助 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{align:"start"},{default:withCtx(()=>[createVNode(unref(_sfc_main$r),{onClick:td[2]||(td[2]=od=>Ja.value=!0)},{default:withCtx(()=>[createVNode(rd,{class:"mr-2 h-4 w-4"}),_hoisted_1$6]),_:1})]),_:1})]),_:1},8,["open","onUpdate:open"]),createVNode(_sfc_main$k,{visible:Ja.value,onClose:td[3]||(td[3]=od=>Ja.value=!1)},null,8,["visible"])],64)}}},_sfc_main$i={__name:"StyleOptionMenu",props:{title:{type:String,required:!0},options:{type:Array,required:!0},current:{type:String,required:!0},change:{type:Function,required:!0}},setup(Ra){const qa=Ra;function Ja(ed,td){switch(ed){case"字体":return{fontFamily:td};case"字号":return{fontSize:td};case"主题色":return{color:td};default:return{}}}return(ed,td)=>{const rd=resolveComponent("el-icon"),od=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$o),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(rd,{class:"mr-2 h-4 w-4"}),createBaseVNode("span",null,toDisplayString(qa.title),1)]),_:1}),createVNode(unref(ah),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{class:"max-h-56 overflow-auto"},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ra.options,({label:sd,value:ld,desc:cd})=>(openBlock(),createBlock(unref(_sfc_main$r),{key:ld,label:sd,"model-value":ld,class:"w-50",onClick:ud=>Ra.change(ld)},{default:withCtx(()=>[createVNode(rd,{class:"mr-2 h-4 w-4",style:normalizeStyle({opacity:+(Ra.current===ld)})},{default:withCtx(()=>[createVNode(od)]),_:2},1032,["style"]),createTextVNode(" "+toDisplayString(sd)+" ",1),createVNode(unref(_sfc_main$q),{style:normalizeStyle(Ja(Ra.title,ld))},{default:withCtx(()=>[createTextVNode(toDisplayString(cd),1)]),_:2},1032,["style"])]),_:2},1032,["label","model-value","onClick"]))),128))]),_:1})]),_:1})]),_:1})}}},_sfc_main$h=defineComponent({__name:"HoverCard",props:{defaultOpen:{type:Boolean},open:{type:Boolean},openDelay:{},closeDelay:{}},emits:["update:open"],setup(Ra,{emit:qa}){const td=xe(Ra,qa);return(rd,od)=>(openBlock(),createBlock(unref(xh),normalizeProps(guardReactiveProps(unref(td))),{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},16))}}),_sfc_main$g=defineComponent({__name:"HoverCardTrigger",props:{asChild:{type:Boolean},as:{}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createBlock(unref(Sh),normalizeProps(guardReactiveProps(qa)),{default:withCtx(()=>[renderSlot(Ja.$slots,"default")]),_:3},16))}}),_sfc_main$f=defineComponent({__name:"HoverCardContent",props:{forceMount:{type:Boolean},side:{},sideOffset:{default:4},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},setup(Ra){const qa=Ra,Ja=computed(()=>{const{class:td,...rd}=qa;return rd}),ed=It(Ja);return(td,rd)=>(openBlock(),createBlock(unref(Eh),null,{default:withCtx(()=>[createVNode(unref(Ph),mergeProps(unref(ed),{class:unref(cn)("z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",qa.class)}),{default:withCtx(()=>[renderSlot(td.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$e={__name:"StyleDropdown",props:["isOpen","clickTrigger","openDropdown","updateOpen"],setup(Ra){const qa=Ra,Ja=useStore(),{theme:ed,fontFamily:td,fontSize:rd,fontColor:od,codeBlockTheme:sd,legend:ld,isMacCodeBlock:cd,cssEditor:ud}=storeToRefs(Ja),{resetStyleConfirm:gd,themeChanged:_d,fontChanged:yd,sizeChanged:Ed,colorChanged:Td,codeBlockThemeChanged:Od,legendChanged:Ad,macCodeBlockChanged:Nd,toggleShowCssEditor:kd}=Ja,Id=ref$1(null);function Rd(){Id.value.show()}function Md(){kd(),nextTick$1(()=>{ud.value||ud.value.refresh()}),setTimeout(()=>{ud.value.refresh()},50)}return(Ld,jd)=>{const Pd=resolveComponent("el-icon"),Fd=resolveComponent("el-color-picker"),Ud=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$u),{open:qa.isOpen,"onUpdate:open":qa.updateOpen},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":qa.isOpen,"dark:bg-stone-9":qa.isOpen}]),onClick:jd[0]||(jd[0]=Vd=>qa.clickTrigger()),onMouseenter:jd[1]||(jd[1]=Vd=>qa.openDropdown())},{default:withCtx(()=>[createTextVNode(" 样式 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{class:"w-56",align:"start"},{default:withCtx(()=>[createVNode(_sfc_main$i,{title:"主题",options:unref(themeOptions),current:unref(ed),change:unref(_d)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$p)),createVNode(_sfc_main$i,{title:"字体",options:unref(fontFamilyOptions),current:unref(td),change:unref(yd)},null,8,["options","current","change"]),createVNode(_sfc_main$i,{title:"字号",options:unref(fontSizeOptions),current:unref(rd),change:unref(Ed)},null,8,["options","current","change"]),createVNode(_sfc_main$i,{title:"主题色",options:unref(colorOptions),current:unref(od),change:unref(Td)},null,8,["options","current","change"]),createVNode(_sfc_main$i,{title:"代码块主题",options:unref(codeBlockThemeOptions),current:unref(sd),change:unref(Od)},null,8,["options","current","change"]),createVNode(_sfc_main$i,{title:"图注格式",options:unref(legendOptions),current:unref(ld),change:unref(Ad)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:withModifiers(Rd,["self","prevent"])},{default:withCtx(()=>[createVNode(unref(_sfc_main$h),{"open-delay":100},{default:withCtx(()=>[createVNode(unref(_sfc_main$g),{class:"w-full flex"},{default:withCtx(()=>[createVNode(Pd,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义主题色 ")]),_:1}),createVNode(unref(_sfc_main$f),{side:"right",class:"w-min"},{default:withCtx(()=>[createVNode(Fd,{ref_key:"colorPicker",ref:Id,modelValue:unref(od),"onUpdate:modelValue":jd[2]||(jd[2]=Vd=>isRef(od)?od.value=Vd:null),teleported:!1,"show-alpha":"",class:"ml-auto",style:{height:"2em"},onChange:unref(Td),onClick:Rd},null,8,["modelValue","onChange"])]),_:1})]),_:1})]),_:1}),createVNode(unref(_sfc_main$r),{onClick:Md},{default:withCtx(()=>[createVNode(Pd,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义 CSS ")]),_:1}),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:unref(Nd)},{default:withCtx(()=>[createVNode(Pd,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(cd)}])},{default:withCtx(()=>[createVNode(Ud)]),_:1},8,["class"]),createTextVNode(" Mac 代码块 ")]),_:1},8,["onClick"]),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{divided:"",onClick:unref(gd)},{default:withCtx(()=>[createVNode(Pd,{class:"mr-2 h-4 w-4"}),createTextVNode(" 重置 ")]),_:1},8,["onClick"])]),_:1})]),_:1},8,["open","onUpdate:open"])}}},_sfc_main$d={__name:"EditDropdown",props:["isOpen","clickTrigger","openDropdown","updateOpen"],setup(Ra){const qa=Ra,Ja=useStore(),{toggleShowInsertFormDialog:ed,toggleShowUploadImgDialog:td}=Ja;return(rd,od)=>{const sd=resolveComponent("ElIconUpload"),ld=resolveComponent("el-icon"),cd=resolveComponent("ElIconGrid");return openBlock(),createBlock(unref(_sfc_main$u),{open:qa.isOpen,"onUpdate:open":qa.updateOpen},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":qa.isOpen,"dark:bg-stone-9":qa.isOpen}]),onClick:od[0]||(od[0]=ud=>qa.clickTrigger()),onMouseenter:od[1]||(od[1]=ud=>qa.openDropdown())},{default:withCtx(()=>[createTextVNode(" 编辑 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{align:"start"},{default:withCtx(()=>[createVNode(unref(_sfc_main$r),{onClick:od[2]||(od[2]=ud=>unref(td)())},{default:withCtx(()=>[createVNode(ld,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(sd)]),_:1}),createTextVNode(" 上传图片 ")]),_:1}),createVNode(unref(_sfc_main$r),{onClick:od[3]||(od[3]=ud=>unref(ed)())},{default:withCtx(()=>[createVNode(ld,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(cd)]),_:1}),createTextVNode(" 插入表格 ")]),_:1})]),_:1})]),_:1},8,["open","onUpdate:open"])}}},_export_sfc=(Ra,qa)=>{const Ja=Ra.__vccOpts||Ra;for(const[ed,td]of qa)Ja[ed]=td;return Ja},_hoisted_1$5={class:"header-container"},_hoisted_2$3={class:"dropdowns flex flex-auto"},_sfc_main$c={__name:"index",emits:["addFormat","formatContent","startCopy","endCopy"],setup(Ra,{emit:qa}){const Ja=qa,ed=[{label:"加粗",kbd:[ctrlSign,"B"],emitArgs:["addFormat",`${ctrlKey}-B`]},{label:"斜体",kbd:[ctrlSign,"I"],emitArgs:["addFormat",`${ctrlKey}-I`]},{label:"删除线",kbd:[ctrlSign,"D"],emitArgs:["addFormat",`${ctrlKey}-D`]},{label:"超链接",kbd:[ctrlSign,"K"],emitArgs:["addFormat",`${ctrlKey}-K`]},{label:"行内代码",kbd:[ctrlSign,"E"],emitArgs:["addFormat",`${ctrlKey}-E`]},{label:"格式化",kbd:[altSign,shiftSign,"F"],emitArgs:["formatContent"]}],td=useStore(),{isDark:rd,isCiteStatus:od,output:sd,fontColor:ld}=storeToRefs(td),{toggleDark:cd,editorRefresh:ud,citeStatusChanged:gd}=td;function _d(){Ja("startCopy"),setTimeout(()=>{function Nd(Id){const Rd=document.createElement("div");return Rd.innerHTML=Id,Rd.querySelectorAll("li > ul, li > ol").forEach(Ld=>{Ld.parentElement.insertAdjacentElement("afterend",Ld)}),Rd.innerHTML}const kd=rd.value;kd&&cd(),nextTick$1(()=>{solveWeChatImage();const Id=document.getElementById("output");Id.innerHTML=mergeCss(Id.innerHTML),Id.innerHTML=Nd(Id.innerHTML),Id.innerHTML=Id.innerHTML.replace(/class="base"( style="display: inline")*/g,'class="base" style="display: inline"').replace(/top:(.*?)em/g,"transform: translateY($1em)").replaceAll("var(--el-text-color-regular)","#3f3f3f").replaceAll("var(--md-primary-color)",ld.value).replaceAll(/--md-primary-color:.+?;/g,""),Id.focus(),window.getSelection().removeAllRanges();const Rd=document.createRange();Rd.setStartBefore(Id.firstChild),Rd.setEndAfter(Id.lastChild),window.getSelection().addRange(Rd),document.execCommand("copy"),window.getSelection().removeAllRanges(),Id.innerHTML=sd.value,kd&&nextTick$1(()=>cd()),ElNotification({showClose:!0,message:"已复制渲染后的文章到剪贴板,可直接到公众号后台粘贴",offset:80,duration:1600,type:"success"}),ud(),Ja("endCopy")})},350)}const yd=ref$1(!1),Ed=reactive(Array.from({length:5}).fill(!1));function Td(){yd.value=!yd.value}function Od(Nd){return()=>{Ed.fill(!1),Ed[Nd]=!0}}function Ad(Nd){Nd||(yd.value=!1)}return(Nd,kd)=>{const Id=resolveComponent("el-icon"),Rd=resolveComponent("ElIconCheck"),Md=resolveComponent("el-button");return openBlock(),createElementBlock("div",_hoisted_1$5,[createBaseVNode("div",_hoisted_2$3,[createVNode(_sfc_main$l,{"is-open":yd.value&&Ed[0],"click-trigger":Td,"open-dropdown":Od(0),"update-open":Ad},null,8,["is-open","open-dropdown"]),createVNode(unref(_sfc_main$u),{open:yd.value&&Ed[1],"onUpdate:open":Ad},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":yd.value&&Ed[1],"dark:bg-stone-9":yd.value&&Ed[1]}]),onClick:kd[0]||(kd[0]=Ld=>Td()),onMouseenter:kd[1]||(kd[1]=Ld=>Od(1)())},{default:withCtx(()=>[createTextVNode(" 格式 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{class:"w-60",align:"start"},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(ed,({label:Ld,kbd:jd,emitArgs:Pd})=>createVNode(unref(_sfc_main$r),{key:jd,onClick:Fd=>{Nd.$emit(...Pd)}},{default:withCtx(()=>[createVNode(Id,{class:"mr-2 h-4 w-4"}),createTextVNode(" "+toDisplayString(Ld)+" ",1),createVNode(unref(_sfc_main$q),null,{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(jd,Fd=>(openBlock(),createElementBlock("kbd",{key:Fd,class:"mx-1 bg-gray-2 dark:bg-stone-9"},toDisplayString(Fd),1))),128))]),_:2},1024)]),_:2},1032,["onClick"])),64)),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:kd[2]||(kd[2]=Ld=>unref(gd)())},{default:withCtx(()=>[createVNode(Id,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(od)}])},{default:withCtx(()=>[createVNode(Rd)]),_:1},8,["class"]),createTextVNode(" 微信外链转底部引用 ")]),_:1})]),_:1})]),_:1},8,["open"]),createVNode(_sfc_main$d,{"is-open":yd.value&&Ed[2],"click-trigger":Td,"open-dropdown":Od(2),"update-open":Ad},null,8,["is-open","open-dropdown"]),createVNode(_sfc_main$e,{"is-open":yd.value&&Ed[3],"click-trigger":Td,"open-dropdown":Od(3),"update-open":Ad},null,8,["is-open","open-dropdown"]),createVNode(_sfc_main$j,{"is-open":yd.value&&Ed[4],"click-trigger":Td,"open-dropdown":Od(4),"update-open":Ad},null,8,["is-open","open-dropdown"])]),createVNode(Md,{plain:"",type:"primary",onClick:_d},{default:withCtx(()=>[createTextVNode(" 复制 ")]),_:1}),createVNode(_sfc_main$v)])}}},EditorHeader=_export_sfc(_sfc_main$c,[["__scopeId","data-v-ec385579"]]),_hoisted_1$4={style:{"border-collapse":"collapse"},class:"input-table"},_hoisted_2$2={class:"dialog-footer"},_sfc_main$b={__name:"InsertFormDialog",setup(Ra){const qa=useStore(),{toggleShowInsertFormDialog:Ja}=qa,ed=ref$1(3),td=ref$1(3),rd=ref$1({});function od(){ed.value=3,td.value=3,rd.value={}}function sd(){const ld=createTable({rows:ed.value,cols:td.value,data:rd.value});toRaw(qa.editor).replaceSelection(`
${ld}
`,"end"),od(),Ja()}return(ld,cd)=>{const ud=resolveComponent("el-input-number"),gd=resolveComponent("el-col"),_d=resolveComponent("el-row"),yd=resolveComponent("el-input"),Ed=resolveComponent("el-button"),Td=resolveComponent("el-dialog");return openBlock(),createBlock(Td,{title:"插入表格",class:"insert__dialog","model-value":unref(qa).isShowInsertFormDialog,onClose:cd[3]||(cd[3]=Od=>unref(Ja)(!1))},{footer:withCtx(()=>[createBaseVNode("div",_hoisted_2$2,[createVNode(Ed,{plain:"",onClick:cd[2]||(cd[2]=Od=>unref(Ja)(!1))},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(Ed,{type:"primary",plain:"",onClick:sd},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})])]),default:withCtx(()=>[createVNode(_d,{class:"tb-options",type:"flex",align:"middle",gutter:10},{default:withCtx(()=>[createVNode(gd,{span:12},{default:withCtx(()=>[createTextVNode(" 行数: "),createVNode(ud,{modelValue:ed.value,"onUpdate:modelValue":cd[0]||(cd[0]=Od=>ed.value=Od),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1}),createVNode(gd,{span:12},{default:withCtx(()=>[createTextVNode(" 列数: "),createVNode(ud,{modelValue:td.value,"onUpdate:modelValue":cd[1]||(cd[1]=Od=>td.value=Od),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1})]),_:1}),createBaseVNode("table",_hoisted_1$4,[(openBlock(!0),createElementBlock(Fragment,null,renderList(ed.value+1,Od=>(openBlock(),createElementBlock("tr",{key:Od,class:normalizeClass({"head-style":Od===1})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(td.value,Ad=>(openBlock(),createElementBlock("td",{key:Ad},[createVNode(yd,{modelValue:rd.value[`k_${Od-1}_${Ad-1}`],"onUpdate:modelValue":Nd=>rd.value[`k_${Od-1}_${Ad-1}`]=Nd,align:"center",placeholder:Od===1?"表头":""},null,8,["modelValue","onUpdate:modelValue","placeholder"])]))),128))],2))),128))])]),_:1},8,["model-value"])}}},InsertFormDialog=_export_sfc(_sfc_main$b,[["__scopeId","data-v-56362dff"]]),_withScopeId$3=Ra=>(pushScopeId("data-v-7233f20b"),Ra=Ra(),popScopeId(),Ra),_hoisted_1$3=_withScopeId$3(()=>createBaseVNode("div",{class:"el-upload__text"},[createTextVNode(" 将图片拖到此处,或 "),createBaseVNode("em",null,"点击上传")],-1)),_sfc_main$a={__name:"UploadImgDialog",emits:["uploadImage"],setup(Ra,{emit:qa}){const Ja=qa,ed=useStore(),td=ref$1({repo:"",branch:"",accessToken:""}),rd=ref$1({accessKeyId:"",accessKeySecret:"",bucket:"",region:"",path:"",cdnHost:""}),od=ref$1({secretId:"",secretKey:"",bucket:"",region:"",path:"",cdnHost:""}),sd=ref$1({accessKey:"",secretKey:"",bucket:"",domain:"",region:""}),ld=ref$1({endpoint:"",port:"",useSSL:!0,bucket:"",accessKey:"",secretKey:""}),cd=ref$1({code:localStorage.getItem("formCustomConfig")||removeLeft(`
const {file, util, okCb, errCb} = CUSTOM_ARG
const param = new FormData()
param.append('file', file)
util.axios.post('${window.location.origin}/upload', param, {
headers: { 'Content-Type': 'multipart/form-data' }
}).then(res => {
okCb(res.url)
}).catch(err => {
errCb(err)
})
`).trim(),editor:void 0}),ud=[{value:"default",label:"默认"},{value:"github",label:"GitHub"},{value:"aliOSS",label:"阿里云"},{value:"txCOS",label:"腾讯云"},{value:"qiniu",label:"七牛云"},{value:"minio",label:"MinIO"},{value:"formCustom",label:"自定义代码"}],gd=ref$1("default"),_d=ref$1(null),yd=ref$1("upload");watch(yd,async Ld=>{Ld==="formCustom"&&nextTick$1(()=>{const jd=_d.value.$el.querySelector("textarea");cd.value.editor=cd.value.editor||CodeMirror.fromTextArea(jd,{mode:"javascript"})})},{immediate:!0}),onBeforeMount(()=>{localStorage.getItem("githubConfig")&&(td.value=JSON.parse(localStorage.getItem("githubConfig"))),localStorage.getItem("aliOSSConfig")&&(rd.value=JSON.parse(localStorage.getItem("aliOSSConfig"))),localStorage.getItem("txCOSConfig")&&(od.value=JSON.parse(localStorage.getItem("txCOSConfig"))),localStorage.getItem("qiniuConfig")&&(sd.value=JSON.parse(localStorage.getItem("qiniuConfig"))),localStorage.getItem("minioConfig")&&(ld.value=JSON.parse(localStorage.getItem("minioConfig"))),localStorage.getItem("imgHost")&&(gd.value=localStorage.getItem("imgHost"))});function Ed(){localStorage.setItem("imgHost",gd.value),ElMessage.success("已成功切换图床")}function Td(){if(!(td.value.repo&&td.value.accessToken)){const Ld=td.value.repo?"token":"GitHub 仓库";ElMessage.error(`参数「${Ld}」不能为空`);return}localStorage.setItem("githubConfig",JSON.stringify(td.value)),ElMessage.success("保存成功")}function Od(){if(!(rd.value.accessKeyId&&rd.value.accessKeySecret&&rd.value.bucket&&rd.value.region)){ElMessage.error("阿里云 OSS 参数配置不全");return}localStorage.setItem("aliOSSConfig",JSON.stringify(rd.value)),ElMessage.success("保存成功")}function Ad(){if(!(ld.value.endpoint&&ld.value.bucket&&ld.value.accessKey&&ld.value.secretKey)){ElMessage.error("MinIO 参数配置不全");return}localStorage.setItem("minioConfig",JSON.stringify(ld.value)),ElMessage.success("保存成功")}function Nd(){if(!(od.value.secretId&&od.value.secretKey&&od.value.bucket&&od.value.region)){ElMessage.error("腾讯云 COS 参数配置不全");return}localStorage.setItem("txCOSConfig",JSON.stringify(od.value)),ElMessage.success("保存成功")}function kd(){if(!(sd.value.accessKey&&sd.value.secretKey&&sd.value.bucket&&sd.value.domain)){ElMessage.error("七牛云 Kodo 参数配置不全");return}localStorage.setItem("qiniuConfig",JSON.stringify(sd.value)),ElMessage.success("保存成功")}function Id(){const Ld=cd.value.editor.getValue();localStorage.setItem("formCustomConfig",Ld),ElMessage.success("保存成功")}function Rd(Ld){const jd=checkImage(Ld);if(!jd.ok)return ElMessage.error(jd.msg),!1;let Pd=localStorage.getItem("imgHost");Pd=Pd||"default",localStorage.setItem("imgHost",Pd);const Fd=localStorage.getItem(`${Pd}Config`);return Pd==="default"||Fd?!0:(ElMessage.error(`请先配置 ${Pd} 图床参数`),!1)}function Md(Ld){Ja("uploadImage",Ld.file)}return(Ld,jd)=>{const Pd=resolveComponent("el-option"),Fd=resolveComponent("el-select"),Ud=resolveComponent("el-icon"),Vd=resolveComponent("el-upload"),qd=resolveComponent("el-tab-pane"),Wd=resolveComponent("el-input"),zd=resolveComponent("el-form-item"),Kd=resolveComponent("el-link"),Qd=resolveComponent("el-button"),hf=resolveComponent("el-form"),gf=resolveComponent("el-switch"),bf=resolveComponent("el-tabs"),kf=resolveComponent("el-dialog");return openBlock(),createBlock(kf,{title:"本地上传",class:"upload__dialog","model-value":unref(ed).isShowUploadImgDialog,onClose:jd[30]||(jd[30]=Cf=>unref(ed).toggleShowUploadImgDialog(!1))},{default:withCtx(()=>[createVNode(bf,{modelValue:yd.value,"onUpdate:modelValue":jd[29]||(jd[29]=Cf=>yd.value=Cf)},{default:withCtx(()=>[createVNode(qd,{class:"upload-panel",label:"选择上传",name:"upload"},{default:withCtx(()=>[createVNode(Fd,{modelValue:gd.value,"onUpdate:modelValue":jd[0]||(jd[0]=Cf=>gd.value=Cf),placeholder:"请选择",size:"small",onChange:Ed},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(ud,Cf=>createVNode(Pd,{key:Cf.value,label:Cf.label,value:Cf.value},null,8,["label","value"])),64))]),_:1},8,["modelValue"]),createVNode(Vd,{drag:"",multiple:"",action:"",headers:{"Content-Type":"multipart/form-data"},"show-file-list":!1,accept:".jpg, .jpeg, .png, .gif",name:"file","before-upload":Rd,"http-request":Md},{default:withCtx(()=>[createVNode(Ud,{class:"el-icon--upload"},{default:withCtx(()=>[createVNode(unref(upload_filled_default))]),_:1}),_hoisted_1$3]),_:1})]),_:1}),createVNode(qd,{class:"github-panel",label:"GitHub 图床",name:"github"},{default:withCtx(()=>[createVNode(hf,{class:"setting-form",model:td.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(zd,{label:"GitHub 仓库",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:td.value.repo,"onUpdate:modelValue":jd[1]||(jd[1]=Cf=>td.value.repo=Cf),modelModifiers:{trim:!0},placeholder:"如github.com/yanglbme/resource"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"分支"},{default:withCtx(()=>[createVNode(Wd,{modelValue:td.value.branch,"onUpdate:modelValue":jd[2]||(jd[2]=Cf=>td.value.branch=Cf),modelModifiers:{trim:!0},placeholder:"如release可不填默认 master"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Token",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:td.value.accessToken,"onUpdate:modelValue":jd[3]||(jd[3]=Cf=>td.value.accessToken=Cf),modelModifiers:{trim:!0},"show-password":"",placeholder:"如cc1d0c1426d0fd0902bd2d7184b14da61b8abc46"},null,8,["modelValue"]),createVNode(Kd,{type:"primary",href:"https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何获取 GitHub Token ")]),_:1})]),_:1}),createVNode(zd,null,{default:withCtx(()=>[createVNode(Qd,{type:"primary",onClick:Td},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(qd,{class:"github-panel",label:"阿里云 OSS",name:"aliOSS"},{default:withCtx(()=>[createVNode(hf,{class:"setting-form",model:rd.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(zd,{label:"AccessKey ID",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:rd.value.accessKeyId,"onUpdate:modelValue":jd[4]||(jd[4]=Cf=>rd.value.accessKeyId=Cf),modelModifiers:{trim:!0},placeholder:"如LTAI4GdoocsmdoxUf13ylbaNHk"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"AccessKey Secret",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:rd.value.accessKeySecret,"onUpdate:modelValue":jd[5]||(jd[5]=Cf=>rd.value.accessKeySecret=Cf),modelModifiers:{trim:!0},"show-password":"",placeholder:"如cc1d0c142doocs0902bd2d7md4b14da6ylbabc46"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:rd.value.bucket,"onUpdate:modelValue":jd[6]||(jd[6]=Cf=>rd.value.bucket=Cf),modelModifiers:{trim:!0},placeholder:"如doocs"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:rd.value.region,"onUpdate:modelValue":jd[7]||(jd[7]=Cf=>rd.value.region=Cf),modelModifiers:{trim:!0},placeholder:"如oss-cn-shenzhen"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(Wd,{modelValue:rd.value.cdnHost,"onUpdate:modelValue":jd[8]||(jd[8]=Cf=>rd.value.cdnHost=Cf),modelModifiers:{trim:!0},placeholder:"如https://imagecdn.alidaodao.com可不填"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"存储路径"},{default:withCtx(()=>[createVNode(Wd,{modelValue:rd.value.path,"onUpdate:modelValue":jd[9]||(jd[9]=Cf=>rd.value.path=Cf),modelModifiers:{trim:!0},placeholder:"如img可不填默认为根目录"},null,8,["modelValue"]),createVNode(Kd,{type:"primary",href:"https://help.aliyun.com/document_detail/31883.html",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用阿里云 OSS ")]),_:1})]),_:1}),createVNode(zd,null,{default:withCtx(()=>[createVNode(Qd,{type:"primary",onClick:Od},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(qd,{class:"github-panel",label:"腾讯云 COS",name:"txCOS"},{default:withCtx(()=>[createVNode(hf,{class:"setting-form",model:od.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(zd,{label:"SecretId",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:od.value.secretId,"onUpdate:modelValue":jd[10]||(jd[10]=Cf=>od.value.secretId=Cf),modelModifiers:{trim:!0},placeholder:"如AKIDnQp1w3DOOCSs8F5MDp9tdoocsmdUPonW3"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:od.value.secretKey,"onUpdate:modelValue":jd[11]||(jd[11]=Cf=>od.value.secretKey=Cf),modelModifiers:{trim:!0},"show-password":"",placeholder:"如ukLmdtEJ9271f3DOocsMDsCXdS3YlbW0"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:od.value.bucket,"onUpdate:modelValue":jd[12]||(jd[12]=Cf=>od.value.bucket=Cf),modelModifiers:{trim:!0},placeholder:"如doocs-3212520134"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:od.value.region,"onUpdate:modelValue":jd[13]||(jd[13]=Cf=>od.value.region=Cf),modelModifiers:{trim:!0},placeholder:"如ap-guangzhou"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(Wd,{modelValue:od.value.cdnHost,"onUpdate:modelValue":jd[14]||(jd[14]=Cf=>od.value.cdnHost=Cf),modelModifiers:{trim:!0},placeholder:"如https://imagecdn.alidaodao.com可不填"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"存储路径"},{default:withCtx(()=>[createVNode(Wd,{modelValue:od.value.path,"onUpdate:modelValue":jd[15]||(jd[15]=Cf=>od.value.path=Cf),modelModifiers:{trim:!0},placeholder:"如img可不填默认根目录"},null,8,["modelValue"]),createVNode(Kd,{type:"primary",href:"https://cloud.tencent.com/document/product/436/38484",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用腾讯云 COS ")]),_:1})]),_:1}),createVNode(zd,null,{default:withCtx(()=>[createVNode(Qd,{type:"primary",onClick:Nd},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(qd,{class:"github-panel",label:"七牛云 Kodo",name:"qiniu"},{default:withCtx(()=>[createVNode(hf,{class:"setting-form",model:sd.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(zd,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:sd.value.accessKey,"onUpdate:modelValue":jd[16]||(jd[16]=Cf=>sd.value.accessKey=Cf),modelModifiers:{trim:!0},placeholder:"如6DD3VaLJ_SQgOdoocsyTV_YWaDmdnL2n8EGx7kG"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:sd.value.secretKey,"onUpdate:modelValue":jd[17]||(jd[17]=Cf=>sd.value.secretKey=Cf),modelModifiers:{trim:!0},"show-password":"",placeholder:"如qgZa5qrvDOOcsmdKStD1oCjZ9nB7MDvJUs_34SIm"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:sd.value.bucket,"onUpdate:modelValue":jd[18]||(jd[18]=Cf=>sd.value.bucket=Cf),modelModifiers:{trim:!0},placeholder:"如md"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Bucket 对应域名",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:sd.value.domain,"onUpdate:modelValue":jd[19]||(jd[19]=Cf=>sd.value.domain=Cf),modelModifiers:{trim:!0},placeholder:"如https://images.123ylb.cn"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"存储区域",required:!1},{default:withCtx(()=>[createVNode(Wd,{modelValue:sd.value.region,"onUpdate:modelValue":jd[20]||(jd[20]=Cf=>sd.value.region=Cf),modelModifiers:{trim:!0},placeholder:"如z2可不填"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"存储路径",required:!1},{default:withCtx(()=>[createVNode(Wd,{modelValue:sd.value.path,"onUpdate:modelValue":jd[21]||(jd[21]=Cf=>sd.value.path=Cf),modelModifiers:{trim:!0},placeholder:"如img可不填默认为根目录"},null,8,["modelValue"]),createVNode(Kd,{type:"primary",href:"https://developer.qiniu.com/kodo",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用七牛云 Kodo ")]),_:1})]),_:1}),createVNode(zd,null,{default:withCtx(()=>[createVNode(Qd,{type:"primary",onClick:kd},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(qd,{class:"github-panel",label:"MinIO",name:"minio"},{default:withCtx(()=>[createVNode(hf,{class:"setting-form",model:ld.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(zd,{label:"Endpoint",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:ld.value.endpoint,"onUpdate:modelValue":jd[22]||(jd[22]=Cf=>ld.value.endpoint=Cf),modelModifiers:{trim:!0},placeholder:"如play.min.io"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Port",required:!1},{default:withCtx(()=>[createVNode(Wd,{modelValue:ld.value.port,"onUpdate:modelValue":jd[23]||(jd[23]=Cf=>ld.value.port=Cf),modelModifiers:{trim:!0},type:"number",placeholder:"如9000可不填http 默认为 80https 默认为 443"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"UseSSL",required:!0},{default:withCtx(()=>[createVNode(gf,{modelValue:ld.value.useSSL,"onUpdate:modelValue":jd[24]||(jd[24]=Cf=>ld.value.useSSL=Cf),"active-text":"是","inactive-text":"否"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:ld.value.bucket,"onUpdate:modelValue":jd[25]||(jd[25]=Cf=>ld.value.bucket=Cf),modelModifiers:{trim:!0},placeholder:"如doocs"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:ld.value.accessKey,"onUpdate:modelValue":jd[26]||(jd[26]=Cf=>ld.value.accessKey=Cf),modelModifiers:{trim:!0},placeholder:"如zhangsan"},null,8,["modelValue"])]),_:1}),createVNode(zd,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(Wd,{modelValue:ld.value.secretKey,"onUpdate:modelValue":jd[27]||(jd[27]=Cf=>ld.value.secretKey=Cf),modelModifiers:{trim:!0},placeholder:"如asdasdasd"},null,8,["modelValue"]),createVNode(Kd,{type:"primary",href:"http://docs.minio.org.cn/docs/master/minio-client-complete-guide",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用 MinIO ")]),_:1})]),_:1}),createVNode(zd,null,{default:withCtx(()=>[createVNode(Qd,{type:"primary",onClick:Ad},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(qd,{class:"github-panel formCustom",label:"自定义代码",name:"formCustom"},{default:withCtx(()=>[createVNode(hf,{class:"setting-form",model:cd.value,"label-position":"right"},{default:withCtx(()=>[createVNode(zd,{label:"",required:!0},{default:withCtx(()=>[createVNode(Wd,{ref_key:"formCustomElInput",ref:_d,modelValue:cd.value.code,"onUpdate:modelValue":jd[28]||(jd[28]=Cf=>cd.value.code=Cf),class:"formCustomElInput",type:"textarea",resize:"none",placeholder:"Your custom code here."},null,8,["modelValue"]),createVNode(Kd,{type:"primary",href:"https://github.com/doocs/md#自定义上传逻辑",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 参数详情? ")]),_:1})]),_:1}),createVNode(zd,null,{default:withCtx(()=>[createVNode(Qd,{type:"primary",onClick:Id},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["model-value"])}}},UploadImgDialog=_export_sfc(_sfc_main$a,[["__scopeId","data-v-7233f20b"]]),_withScopeId$2=Ra=>(pushScopeId("data-v-5e1c6993"),Ra=Ra(),popScopeId(),Ra),_hoisted_1$2=_withScopeId$2(()=>createBaseVNode("textarea",{id:"cssEditor",type:"textarea",placeholder:"Your custom css here."},null,-1)),_sfc_main$9={__name:"CssEditor",setup(Ra){const qa=useStore();function Ja(){ElMessageBox.prompt("请输入新的方案名称","编辑方案名称",{confirmButtonText:"确认",cancelButtonText:"取消",inputValue:qa.cssContentConfig.active,inputErrorMessage:"不能与现有方案重名",inputValidator:qa.validatorTabName}).then(({value:td})=>{if(!`${td}`.trim()){ElMessage.error("修改失败,方案名不可为空");return}qa.renameTab(td),ElMessage.success("修改成功~")})}function ed(td,rd){if(rd==="add")ElMessageBox.prompt("请输入方案名称","新建自定义 CSS",{confirmButtonText:"确认",cancelButtonText:"取消",inputValue:`方案${qa.cssContentConfig.tabs.length+1}`,inputErrorMessage:"不能与现有方案重名",inputValidator:qa.validatorTabName}).then(({value:od})=>{if(!`${od}`.trim()){ElMessage.error("新建失败,方案名不可为空");return}qa.addCssContentTab(od),ElMessage.success("新建成功~")});else if(rd==="remove"){const od=qa.cssContentConfig.tabs;if(od.length===1){ElMessage.warning("至少保留一个方案");return}let sd=qa.cssContentConfig.active;sd===td&&od.forEach((ld,cd)=>{if(ld.name===td){const ud=od[cd+1]||od[cd-1];ud&&(sd=ud.name)}}),qa.tabChanged(sd),qa.cssContentConfig.tabs=od.filter(ld=>ld.name!==td)}}return(td,rd)=>{const od=resolveComponent("ElIconEditPen"),sd=resolveComponent("el-icon"),ld=resolveComponent("el-tab-pane"),cd=resolveComponent("el-tabs"),ud=resolveComponent("el-col");return openBlock(),createBlock(Transition$1,{"enter-active-class":"bounceInRight"},{default:withCtx(()=>[withDirectives(createVNode(ud,{span:8,class:"cssEditor-wrapper order-1 h-full flex flex-col"},{default:withCtx(()=>[createVNode(cd,{modelValue:unref(qa).cssContentConfig.active,"onUpdate:modelValue":rd[0]||(rd[0]=gd=>unref(qa).cssContentConfig.active=gd),type:"border-card",stretch:"",editable:"",onEdit:ed,onTabChange:unref(qa).tabChanged},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(qa).cssContentConfig.tabs,gd=>(openBlock(),createBlock(ld,{key:gd.name,name:gd.name},{label:withCtx(()=>[createTextVNode(toDisplayString(gd.title)+" ",1),unref(qa).cssContentConfig.active===gd.name?(openBlock(),createBlock(sd,{key:0,class:"ml-1",onClick:_d=>Ja(gd.name)},{default:withCtx(()=>[createVNode(od)]),_:2},1032,["onClick"])):createCommentVNode("",!0)]),_:2},1032,["name"]))),128))]),_:1},8,["modelValue","onTabChange"]),_hoisted_1$2]),_:1},512),[[vShow,unref(qa).isShowCssEditor]])]),_:1})}}},CssEditor=_export_sfc(_sfc_main$9,[["__scopeId","data-v-5e1c6993"]]),_withScopeId$1=Ra=>(pushScopeId("data-v-78790c6f"),Ra=Ra(),popScopeId(),Ra),_hoisted_1$1={key:0,class:"loading"},_hoisted_2$1=_withScopeId$1(()=>createBaseVNode("strong",null,"致力于让 Markdown 编辑更简单",-1)),_hoisted_3$1=[_hoisted_2$1],_sfc_main$8={__name:"RunLoading",setup(Ra){const qa=ref$1(!0);return onMounted(()=>{setTimeout(()=>{qa.value=!1},100)}),(Ja,ed)=>(openBlock(),createBlock(Transition$1,{name:"fade"},{default:withCtx(()=>[qa.value?(openBlock(),createElementBlock("div",_hoisted_1$1,_hoisted_3$1)):createCommentVNode("",!0)]),_:1}))}},RunLoading=_export_sfc(_sfc_main$8,[["__scopeId","data-v-78790c6f"]]),_sfc_main$7=defineComponent({__name:"ContextMenu",props:{dir:{},modal:{type:Boolean}},emits:["update:open"],setup(Ra,{emit:qa}){const td=xe(Ra,qa);return(rd,od)=>(openBlock(),createBlock(unref(Jv),normalizeProps(guardReactiveProps(unref(td))),{default:withCtx(()=>[renderSlot(rd.$slots,"default")]),_:3},16))}}),_sfc_main$6=defineComponent({__name:"ContextMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{}},setup(Ra){const Ja=It(Ra);return(ed,td)=>(openBlock(),createBlock(unref(Qv),normalizeProps(guardReactiveProps(unref(Ja))),{default:withCtx(()=>[renderSlot(ed.$slots,"default")]),_:3},16))}}),_sfc_main$5=defineComponent({__name:"ContextMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},sticky:{},hideWhenDetached:{type:Boolean},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=computed(()=>{const{class:od,...sd}=Ja;return sd}),rd=xe(td,ed);return(od,sd)=>(openBlock(),createBlock(unref(em),null,{default:withCtx(()=>[createVNode(unref(tm),mergeProps(unref(rd),{class:unref(cn)("z-50 min-w-32 overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md animate-in fade-in-80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",Ja.class)}),{default:withCtx(()=>[renderSlot(od.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$4=defineComponent({__name:"ContextMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{},inset:{type:Boolean}},emits:["select"],setup(Ra,{emit:qa}){const Ja=Ra,ed=qa,td=computed(()=>{const{class:od,...sd}=Ja;return sd}),rd=xe(td,ed);return(od,sd)=>(openBlock(),createBlock(unref(nm),mergeProps(unref(rd),{class:unref(cn)("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",od.inset&&"pl-8",Ja.class)}),{default:withCtx(()=>[renderSlot(od.$slots,"default")]),_:3},16,["class"]))}}),_sfc_main$3=defineComponent({__name:"ContextMenuShortcut",props:{class:{}},setup(Ra){const qa=Ra;return(Ja,ed)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(cn)("ml-auto text-xs tracking-widest text-muted-foreground",qa.class))},[renderSlot(Ja.$slots,"default")],2))}}),_sfc_main$2=defineComponent({__name:"ContextMenuSeparator",props:{asChild:{type:Boolean},as:{},class:{}},setup(Ra){const qa=Ra,Ja=computed(()=>{const{class:ed,...td}=qa;return td});return(ed,td)=>(openBlock(),createBlock(unref(lm),mergeProps(Ja.value,{class:unref(cn)("-mx-1 my-1 h-px bg-border",qa.class)}),null,16,["class"]))}});(function(Ra,qa){(function(Ja){Ja(requireCodemirror())})(function(Ja){Ja.defineMode("javascript",function(ed,td){var rd=ed.indentUnit,od=td.statementIndent,sd=td.jsonld,ld=td.json||sd,cd=td.trackScope!==!1,ud=td.typescript,gd=td.wordCharacters||/[\w$\xa1-\uffff]/,_d=function(){function Ch(n0){return{type:n0,style:"keyword"}}var Kh=Ch("keyword a"),Dm=Ch("keyword b"),Um=Ch("keyword c"),_m=Ch("keyword d"),Xm=Ch("operator"),w1={type:"atom",style:"atom"};return{if:Ch("if"),while:Kh,with:Kh,else:Dm,do:Dm,try:Dm,finally:Dm,return:_m,break:_m,continue:_m,new:Ch("new"),delete:Um,void:Um,throw:Um,debugger:Ch("debugger"),var:Ch("var"),const:Ch("var"),let:Ch("var"),function:Ch("function"),catch:Ch("catch"),for:Ch("for"),switch:Ch("switch"),case:Ch("case"),default:Ch("default"),in:Xm,typeof:Xm,instanceof:Xm,true:w1,false:w1,null:w1,undefined:w1,NaN:w1,Infinity:w1,this:Ch("this"),class:Ch("class"),super:Ch("atom"),yield:Um,export:Ch("export"),import:Ch("import"),extends:Um,await:Um}}(),yd=/[+\-*&%=<>!?|~^@]/,Ed=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;function Td(Ch){for(var Kh=!1,Dm,Um=!1;(Dm=Ch.next())!=null;){if(!Kh){if(Dm=="/"&&!Um)return;Dm=="["?Um=!0:Um&&Dm=="]"&&(Um=!1)}Kh=!Kh&&Dm=="\\"}}var Od,Ad;function Nd(Ch,Kh,Dm){return Od=Ch,Ad=Dm,Kh}function kd(Ch,Kh){var Dm=Ch.next();if(Dm=='"'||Dm=="'")return Kh.tokenize=Id(Dm),Kh.tokenize(Ch,Kh);if(Dm=="."&&Ch.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/))return Nd("number","number");if(Dm=="."&&Ch.match(".."))return Nd("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(Dm))return Nd(Dm);if(Dm=="="&&Ch.eat(">"))return Nd("=>","operator");if(Dm=="0"&&Ch.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return Nd("number","number");if(/\d/.test(Dm))return Ch.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/),Nd("number","number");if(Dm=="/")return Ch.eat("*")?(Kh.tokenize=Rd,Rd(Ch,Kh)):Ch.eat("/")?(Ch.skipToEnd(),Nd("comment","comment")):d1(Ch,Kh,1)?(Td(Ch),Ch.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/),Nd("regexp","string-2")):(Ch.eat("="),Nd("operator","operator",Ch.current()));if(Dm=="`")return Kh.tokenize=Md,Md(Ch,Kh);if(Dm=="#"&&Ch.peek()=="!")return Ch.skipToEnd(),Nd("meta","meta");if(Dm=="#"&&Ch.eatWhile(gd))return Nd("variable","property");if(Dm=="<"&&Ch.match("!--")||Dm=="-"&&Ch.match("->")&&!/\S/.test(Ch.string.slice(0,Ch.start)))return Ch.skipToEnd(),Nd("comment","comment");if(yd.test(Dm))return(Dm!=">"||!Kh.lexical||Kh.lexical.type!=">")&&(Ch.eat("=")?(Dm=="!"||Dm=="=")&&Ch.eat("="):/[<>*+\-|&?]/.test(Dm)&&(Ch.eat(Dm),Dm==">"&&Ch.eat(Dm))),Dm=="?"&&Ch.eat(".")?Nd("."):Nd("operator","operator",Ch.current());if(gd.test(Dm)){Ch.eatWhile(gd);var Um=Ch.current();if(Kh.lastType!="."){if(_d.propertyIsEnumerable(Um)){var _m=_d[Um];return Nd(_m.type,_m.style,Um)}if(Um=="async"&&Ch.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/,!1))return Nd("async","keyword",Um)}return Nd("variable","variable",Um)}}function Id(Ch){return function(Kh,Dm){var Um=!1,_m;if(sd&&Kh.peek()=="@"&&Kh.match(Ed))return Dm.tokenize=kd,Nd("jsonld-keyword","meta");for(;(_m=Kh.next())!=null&&!(_m==Ch&&!Um);)Um=!Um&&_m=="\\";return Um||(Dm.tokenize=kd),Nd("string","string")}}function Rd(Ch,Kh){for(var Dm=!1,Um;Um=Ch.next();){if(Um=="/"&&Dm){Kh.tokenize=kd;break}Dm=Um=="*"}return Nd("comment","comment")}function Md(Ch,Kh){for(var Dm=!1,Um;(Um=Ch.next())!=null;){if(!Dm&&(Um=="`"||Um=="$"&&Ch.eat("{"))){Kh.tokenize=kd;break}Dm=!Dm&&Um=="\\"}return Nd("quasi","string-2",Ch.current())}var Ld="([{}])";function jd(Ch,Kh){Kh.fatArrowAt&&(Kh.fatArrowAt=null);var Dm=Ch.string.indexOf("=>",Ch.start);if(!(Dm<0)){if(ud){var Um=/:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(Ch.string.slice(Ch.start,Dm));Um&&(Dm=Um.index)}for(var _m=0,Xm=!1,w1=Dm-1;w1>=0;--w1){var n0=Ch.string.charAt(w1),z1=Ld.indexOf(n0);if(z1>=0&&z1<3){if(!_m){++w1;break}if(--_m==0){n0=="("&&(Xm=!0);break}}else if(z1>=3&&z1<6)++_m;else if(gd.test(n0))Xm=!0;else if(/["'\/`]/.test(n0))for(;;--w1){if(w1==0)return;var A0=Ch.string.charAt(w1-1);if(A0==n0&&Ch.string.charAt(w1-2)!="\\"){w1--;break}}else if(Xm&&!_m){++w1;break}}Xm&&!_m&&(Kh.fatArrowAt=w1)}}var Pd={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,import:!0,"jsonld-keyword":!0};function Fd(Ch,Kh,Dm,Um,_m,Xm){this.indented=Ch,this.column=Kh,this.type=Dm,this.prev=_m,this.info=Xm,Um!=null&&(this.align=Um)}function Ud(Ch,Kh){if(!cd)return!1;for(var Dm=Ch.localVars;Dm;Dm=Dm.next)if(Dm.name==Kh)return!0;for(var Um=Ch.context;Um;Um=Um.prev)for(var Dm=Um.vars;Dm;Dm=Dm.next)if(Dm.name==Kh)return!0}function Vd(Ch,Kh,Dm,Um,_m){var Xm=Ch.cc;for(qd.state=Ch,qd.stream=_m,qd.marked=null,qd.cc=Xm,qd.style=Kh,Ch.lexical.hasOwnProperty("align")||(Ch.lexical.align=!0);;){var w1=Xm.length?Xm.pop():ld?Lf:Pf;if(w1(Dm,Um)){for(;Xm.length&&Xm[Xm.length-1].lex;)Xm.pop()();return qd.marked?qd.marked:Dm=="variable"&&Ud(Ch,Um)?"variable-2":Kh}}}var qd={state:null,column:null,marked:null,cc:null};function Wd(){for(var Ch=arguments.length-1;Ch>=0;Ch--)qd.cc.push(arguments[Ch])}function zd(){return Wd.apply(null,arguments),!0}function Kd(Ch,Kh){for(var Dm=Kh;Dm;Dm=Dm.next)if(Dm.name==Ch)return!0;return!1}function Qd(Ch){var Kh=qd.state;if(qd.marked="def",!!cd){if(Kh.context){if(Kh.lexical.info=="var"&&Kh.context&&Kh.context.block){var Dm=hf(Ch,Kh.context);if(Dm!=null){Kh.context=Dm;return}}else if(!Kd(Ch,Kh.localVars)){Kh.localVars=new kf(Ch,Kh.localVars);return}}td.globalVars&&!Kd(Ch,Kh.globalVars)&&(Kh.globalVars=new kf(Ch,Kh.globalVars))}}function hf(Ch,Kh){if(Kh)if(Kh.block){var Dm=hf(Ch,Kh.prev);return Dm?Dm==Kh.prev?Kh:new bf(Dm,Kh.vars,!0):null}else return Kd(Ch,Kh.vars)?Kh:new bf(Kh.prev,new kf(Ch,Kh.vars),!1);else return null}function gf(Ch){return Ch=="public"||Ch=="private"||Ch=="protected"||Ch=="abstract"||Ch=="readonly"}function bf(Ch,Kh,Dm){this.prev=Ch,this.vars=Kh,this.block=Dm}function kf(Ch,Kh){this.name=Ch,this.next=Kh}var Cf=new kf("this",new kf("arguments",null));function Ef(){qd.state.context=new bf(qd.state.context,qd.state.localVars,!1),qd.state.localVars=Cf}function yf(){qd.state.context=new bf(qd.state.context,qd.state.localVars,!0),qd.state.localVars=null}Ef.lex=yf.lex=!0;function Mf(){qd.state.localVars=qd.state.context.vars,qd.state.context=qd.state.context.prev}Mf.lex=!0;function Af(Ch,Kh){var Dm=function(){var Um=qd.state,_m=Um.indented;if(Um.lexical.type=="stat")_m=Um.lexical.indented;else for(var Xm=Um.lexical;Xm&&Xm.type==")"&&Xm.align;Xm=Xm.prev)_m=Xm.indented;Um.lexical=new Fd(_m,qd.stream.column(),Ch,null,Um.lexical,Kh)};return Dm.lex=!0,Dm}function Zd(){var Ch=qd.state;Ch.lexical.prev&&(Ch.lexical.type==")"&&(Ch.indented=Ch.lexical.indented),Ch.lexical=Ch.lexical.prev)}Zd.lex=!0;function mf(Ch){function Kh(Dm){return Dm==Ch?zd():Ch==";"||Dm=="}"||Dm==")"||Dm=="]"?Wd():zd(Kh)}return Kh}function Pf(Ch,Kh){return Ch=="var"?zd(Af("vardef",Kh),v1,mf(";"),Zd):Ch=="keyword a"?zd(Af("form"),xf,Pf,Zd):Ch=="keyword b"?zd(Af("form"),Pf,Zd):Ch=="keyword d"?qd.stream.match(/^\s*$/,!1)?zd():zd(Af("stat"),Bf,mf(";"),Zd):Ch=="debugger"?zd(mf(";")):Ch=="{"?zd(Af("}"),yf,Rf,Zd,Mf):Ch==";"?zd():Ch=="if"?(qd.state.lexical.info=="else"&&qd.state.cc[qd.state.cc.length-1]==Zd&&qd.state.cc.pop()(),zd(Af("form"),xf,Pf,Zd,Hm)):Ch=="function"?zd(zf):Ch=="for"?zd(Af("form"),yf,b1,Pf,Mf,Zd):Ch=="class"||ud&&Kh=="interface"?(qd.marked="keyword",zd(Af("form",Ch=="class"?Ch:Kh),qh,Zd)):Ch=="variable"?ud&&Kh=="declare"?(qd.marked="keyword",zd(Pf)):ud&&(Kh=="module"||Kh=="enum"||Kh=="type")&&qd.stream.match(/^\s*\w/,!1)?(qd.marked="keyword",Kh=="enum"?zd(Pm):Kh=="type"?zd(yh,mf("operator"),Gh,mf(";")):zd(Af("form"),h1,mf("{"),Af("}"),Rf,Zd,Zd)):ud&&Kh=="namespace"?(qd.marked="keyword",zd(Af("form"),Lf,Pf,Zd)):ud&&Kh=="abstract"?(qd.marked="keyword",zd(Pf)):zd(Af("stat"),hh):Ch=="switch"?zd(Af("form"),xf,mf("{"),Af("}","switch"),yf,Rf,Zd,Zd,Mf):Ch=="case"?zd(Lf,mf(":")):Ch=="default"?zd(mf(":")):Ch=="catch"?zd(Af("form"),Ef,Ff,Pf,Zd,Mf):Ch=="export"?zd(Af("stat"),zh,Zd):Ch=="import"?zd(Af("stat"),fm,Zd):Ch=="async"?zd(Pf):Kh=="@"?zd(Lf,Pf):Wd(Af("stat"),Lf,mf(";"),Zd)}function Ff(Ch){if(Ch=="(")return zd(Ih,mf(")"))}function Lf(Ch,Kh){return Nf(Ch,Kh,!1)}function jf(Ch,Kh){return Nf(Ch,Kh,!0)}function xf(Ch){return Ch!="("?Wd():zd(Af(")"),Bf,mf(")"),Zd)}function Nf(Ch,Kh,Dm){if(qd.state.fatArrowAt==qd.stream.start){var Um=Dm?Kf:Wf;if(Ch=="(")return zd(Ef,Af(")"),oh(Ih,")"),Zd,mf("=>"),Um,Mf);if(Ch=="variable")return Wd(Ef,h1,mf("=>"),Um,Mf)}var _m=Dm?wf:Tf;return Pd.hasOwnProperty(Ch)?zd(_m):Ch=="function"?zd(zf,_m):Ch=="class"||ud&&Kh=="interface"?(qd.marked="keyword",zd(Af("form"),Xh,Zd)):Ch=="keyword c"||Ch=="async"?zd(Dm?jf:Lf):Ch=="("?zd(Af(")"),Bf,mf(")"),Zd,_m):Ch=="operator"||Ch=="spread"?zd(Dm?jf:Lf):Ch=="["?zd(Af("]"),c1,Zd,_m):Ch=="{"?Vf(wh,"}",null,_m):Ch=="quasi"?Wd(Of,_m):Ch=="new"?zd(Df(Dm)):zd()}function Bf(Ch){return Ch.match(/[;\}\)\],]/)?Wd():Wd(Lf)}function Tf(Ch,Kh){return Ch==","?zd(Bf):wf(Ch,Kh,!1)}function wf(Ch,Kh,Dm){var Um=Dm==!1?Tf:wf,_m=Dm==!1?Lf:jf;if(Ch=="=>")return zd(Ef,Dm?Kf:Wf,Mf);if(Ch=="operator")return/\+\+|--/.test(Kh)||ud&&Kh=="!"?zd(Um):ud&&Kh=="<"&&qd.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/,!1)?zd(Af(">"),oh(Gh,">"),Zd,Um):Kh=="?"?zd(Lf,mf(":"),_m):zd(_m);if(Ch=="quasi")return Wd(Of,Um);if(Ch!=";"){if(Ch=="(")return Vf(jf,")","call",Um);if(Ch==".")return zd(Mh,Um);if(Ch=="[")return zd(Af("]"),Bf,mf("]"),Zd,Um);if(ud&&Kh=="as")return qd.marked="keyword",zd(Gh,Um);if(Ch=="regexp")return qd.state.lastType=qd.marked="operator",qd.stream.backUp(qd.stream.pos-qd.stream.start-1),zd(_m)}}function Of(Ch,Kh){return Ch!="quasi"?Wd():Kh.slice(Kh.length-2)!="${"?zd(Of):zd(Bf,$f)}function $f(Ch){if(Ch=="}")return qd.marked="string-2",qd.state.tokenize=Md,zd(Of)}function Wf(Ch){return jd(qd.stream,qd.state),Wd(Ch=="{"?Pf:Lf)}function Kf(Ch){return jd(qd.stream,qd.state),Wd(Ch=="{"?Pf:jf)}function Df(Ch){return function(Kh){return Kh=="."?zd(Ch?Xf:qf):Kh=="variable"&&ud?zd(Gm,Ch?wf:Tf):Wd(Ch?jf:Lf)}}function qf(Ch,Kh){if(Kh=="target")return qd.marked="keyword",zd(Tf)}function Xf(Ch,Kh){if(Kh=="target")return qd.marked="keyword",zd(wf)}function hh(Ch){return Ch==":"?zd(Zd,Pf):Wd(Tf,mf(";"),Zd)}function Mh(Ch){if(Ch=="variable")return qd.marked="property",zd()}function wh(Ch,Kh){if(Ch=="async")return qd.marked="property",zd(wh);if(Ch=="variable"||qd.style=="keyword"){if(qd.marked="property",Kh=="get"||Kh=="set")return zd(Bh);var Dm;return ud&&qd.state.fatArrowAt==qd.stream.start&&(Dm=qd.stream.match(/^\s*:\s*/,!1))&&(qd.state.fatArrowAt=qd.stream.pos+Dm[0].length),zd(Uh)}else{if(Ch=="number"||Ch=="string")return qd.marked=sd?"property":qd.style+" property",zd(Uh);if(Ch=="jsonld-keyword")return zd(Uh);if(ud&&gf(Kh))return qd.marked="keyword",zd(wh);if(Ch=="[")return zd(Lf,Zf,mf("]"),Uh);if(Ch=="spread")return zd(jf,Uh);if(Kh=="*")return qd.marked="keyword",zd(wh);if(Ch==":")return Wd(Uh)}}function Bh(Ch){return Ch!="variable"?Wd(Uh):(qd.marked="property",zd(zf))}function Uh(Ch){if(Ch==":")return zd(jf);if(Ch=="(")return Wd(zf)}function oh(Ch,Kh,Dm){function Um(_m,Xm){if(Dm?Dm.indexOf(_m)>-1:_m==","){var w1=qd.state.lexical;return w1.info=="call"&&(w1.pos=(w1.pos||0)+1),zd(function(n0,z1){return n0==Kh||z1==Kh?Wd():Wd(Ch)},Um)}return _m==Kh||Xm==Kh?zd():Dm&&Dm.indexOf(";")>-1?Wd(Ch):zd(mf(Kh))}return function(_m,Xm){return _m==Kh||Xm==Kh?zd():Wd(Ch,Um)}}function Vf(Ch,Kh,Dm){for(var Um=3;Um<arguments.length;Um++)qd.cc.push(arguments[Um]);return zd(Af(Kh,Dm),oh(Ch,Kh),Zd)}function Rf(Ch){return Ch=="}"?zd():Wd(Pf,Rf)}function Zf(Ch,Kh){if(ud){if(Ch==":")return zd(Gh);if(Kh=="?")return zd(Zf)}}function Jf(Ch,Kh){if(ud&&(Ch==":"||Kh=="in"))return zd(Gh)}function Th(Ch){if(ud&&Ch==":")return qd.stream.match(/^\s*\w+\s+is\b/,!1)?zd(Lf,Ah,Gh):zd(Gh)}function Ah(Ch,Kh){if(Kh=="is")return qd.marked="keyword",zd()}function Gh(Ch,Kh){if(Kh=="keyof"||Kh=="typeof"||Kh=="infer"||Kh=="readonly")return qd.marked="keyword",zd(Kh=="typeof"?jf:Gh);if(Ch=="variable"||Kh=="void")return qd.marked="type",zd(Fm);if(Kh=="|"||Kh=="&")return zd(Gh);if(Ch=="string"||Ch=="number"||Ch=="atom")return zd(Fm);if(Ch=="[")return zd(Af("]"),oh(Gh,"]",","),Zd,Fm);if(Ch=="{")return zd(Af("}"),kh,Zd,Fm);if(Ch=="(")return zd(oh(Tm,")"),sm,Fm);if(Ch=="<")return zd(oh(Gh,">"),Gh);if(Ch=="quasi")return Wd(jh,Fm)}function sm(Ch){if(Ch=="=>")return zd(Gh)}function kh(Ch){return Ch.match(/[\}\)\]]/)?zd():Ch==","||Ch==";"?zd(kh):Wd(Rh,kh)}function Rh(Ch,Kh){if(Ch=="variable"||qd.style=="keyword")return qd.marked="property",zd(Rh);if(Kh=="?"||Ch=="number"||Ch=="string")return zd(Rh);if(Ch==":")return zd(Gh);if(Ch=="[")return zd(mf("variable"),Jf,mf("]"),Rh);if(Ch=="(")return Wd(Dh,Rh);if(!Ch.match(/[;\}\)\],]/))return zd()}function jh(Ch,Kh){return Ch!="quasi"?Wd():Kh.slice(Kh.length-2)!="${"?zd(jh):zd(Gh,cm)}function cm(Ch){if(Ch=="}")return qd.marked="string-2",qd.state.tokenize=Md,zd(jh)}function Tm(Ch,Kh){return Ch=="variable"&&qd.stream.match(/^\s*[?:]/,!1)||Kh=="?"?zd(Tm):Ch==":"?zd(Gh):Ch=="spread"?zd(Tm):Wd(Gh)}function Fm(Ch,Kh){if(Kh=="<")return zd(Af(">"),oh(Gh,">"),Zd,Fm);if(Kh=="|"||Ch=="."||Kh=="&")return zd(Gh);if(Ch=="[")return zd(Gh,mf("]"),Fm);if(Kh=="extends"||Kh=="implements")return qd.marked="keyword",zd(Gh);if(Kh=="?")return zd(Gh,mf(":"),Gh)}function Gm(Ch,Kh){if(Kh=="<")return zd(Af(">"),oh(Gh,">"),Zd,Fm)}function s1(){return Wd(Gh,Km)}function Km(Ch,Kh){if(Kh=="=")return zd(Gh)}function v1(Ch,Kh){return Kh=="enum"?(qd.marked="keyword",zd(Pm)):Wd(h1,Zf,E1,O1)}function h1(Ch,Kh){if(ud&&gf(Kh))return qd.marked="keyword",zd(h1);if(Ch=="variable")return Qd(Kh),zd();if(Ch=="spread")return zd(h1);if(Ch=="[")return Vf(M1,"]");if(Ch=="{")return Vf(F1,"}")}function F1(Ch,Kh){return Ch=="variable"&&!qd.stream.match(/^\s*:/,!1)?(Qd(Kh),zd(E1)):(Ch=="variable"&&(qd.marked="property"),Ch=="spread"?zd(h1):Ch=="}"?Wd():Ch=="["?zd(Lf,mf("]"),mf(":"),F1):zd(mf(":"),h1,E1))}function M1(){return Wd(h1,E1)}function E1(Ch,Kh){if(Kh=="=")return zd(jf)}function O1(Ch){if(Ch==",")return zd(v1)}function Hm(Ch,Kh){if(Ch=="keyword b"&&Kh=="else")return zd(Af("form","else"),Pf,Zd)}function b1(Ch,Kh){if(Kh=="await")return zd(b1);if(Ch=="(")return zd(Af(")"),K1,Zd)}function K1(Ch){return Ch=="var"?zd(v1,I1):Ch=="variable"?zd(I1):Wd(I1)}function I1(Ch,Kh){return Ch==")"?zd():Ch==";"?zd(I1):Kh=="in"||Kh=="of"?(qd.marked="keyword",zd(Lf,I1)):Wd(Lf,I1)}function zf(Ch,Kh){if(Kh=="*")return qd.marked="keyword",zd(zf);if(Ch=="variable")return Qd(Kh),zd(zf);if(Ch=="(")return zd(Ef,Af(")"),oh(Ih,")"),Zd,Th,Pf,Mf);if(ud&&Kh=="<")return zd(Af(">"),oh(s1,">"),Zd,zf)}function Dh(Ch,Kh){if(Kh=="*")return qd.marked="keyword",zd(Dh);if(Ch=="variable")return Qd(Kh),zd(Dh);if(Ch=="(")return zd(Ef,Af(")"),oh(Ih,")"),Zd,Th,Mf);if(ud&&Kh=="<")return zd(Af(">"),oh(s1,">"),Zd,Dh)}function yh(Ch,Kh){if(Ch=="keyword"||Ch=="variable")return qd.marked="type",zd(yh);if(Kh=="<")return zd(Af(">"),oh(s1,">"),Zd)}function Ih(Ch,Kh){return Kh=="@"&&zd(Lf,Ih),Ch=="spread"?zd(Ih):ud&&gf(Kh)?(qd.marked="keyword",zd(Ih)):ud&&Ch=="this"?zd(Zf,E1):Wd(h1,Zf,E1)}function Xh(Ch,Kh){return Ch=="variable"?qh(Ch,Kh):Zh(Ch,Kh)}function qh(Ch,Kh){if(Ch=="variable")return Qd(Kh),zd(Zh)}function Zh(Ch,Kh){if(Kh=="<")return zd(Af(">"),oh(s1,">"),Zd,Zh);if(Kh=="extends"||Kh=="implements"||ud&&Ch==",")return Kh=="implements"&&(qd.marked="keyword"),zd(ud?Gh:Lf,Zh);if(Ch=="{")return zd(Af("}"),Yh,Zd)}function Yh(Ch,Kh){if(Ch=="async"||Ch=="variable"&&(Kh=="static"||Kh=="get"||Kh=="set"||ud&&gf(Kh))&&qd.stream.match(/^\s+#?[\w$\xa1-\uffff]/,!1))return qd.marked="keyword",zd(Yh);if(Ch=="variable"||qd.style=="keyword")return qd.marked="property",zd(Fh,Yh);if(Ch=="number"||Ch=="string")return zd(Fh,Yh);if(Ch=="[")return zd(Lf,Zf,mf("]"),Fh,Yh);if(Kh=="*")return qd.marked="keyword",zd(Yh);if(ud&&Ch=="(")return Wd(Dh,Yh);if(Ch==";"||Ch==",")return zd(Yh);if(Ch=="}")return zd();if(Kh=="@")return zd(Lf,Yh)}function Fh(Ch,Kh){if(Kh=="!"||Kh=="?")return zd(Fh);if(Ch==":")return zd(Gh,E1);if(Kh=="=")return zd(jf);var Dm=qd.state.lexical.prev,Um=Dm&&Dm.info=="interface";return Wd(Um?Dh:zf)}function zh(Ch,Kh){return Kh=="*"?(qd.marked="keyword",zd(y1,mf(";"))):Kh=="default"?(qd.marked="keyword",zd(Lf,mf(";"))):Ch=="{"?zd(oh(om,"}"),y1,mf(";")):Wd(Pf)}function om(Ch,Kh){if(Kh=="as")return qd.marked="keyword",zd(mf("variable"));if(Ch=="variable")return Wd(jf,om)}function fm(Ch){return Ch=="string"?zd():Ch=="("?Wd(Lf):Ch=="."?Wd(Tf):Wd(uh,Om,y1)}function uh(Ch,Kh){return Ch=="{"?Vf(uh,"}"):(Ch=="variable"&&Qd(Kh),Kh=="*"&&(qd.marked="keyword"),zd(l1))}function Om(Ch){if(Ch==",")return zd(uh,Om)}function l1(Ch,Kh){if(Kh=="as")return qd.marked="keyword",zd(uh)}function y1(Ch,Kh){if(Kh=="from")return qd.marked="keyword",zd(Lf)}function c1(Ch){return Ch=="]"?zd():Wd(oh(jf,"]"))}function Pm(){return Wd(Af("form"),h1,mf("{"),Af("}"),oh(C1,"}"),Zd,Zd)}function C1(){return Wd(h1,E1)}function m1(Ch,Kh){return Ch.lastType=="operator"||Ch.lastType==","||yd.test(Kh.charAt(0))||/[,.]/.test(Kh.charAt(0))}function d1(Ch,Kh,Dm){return Kh.tokenize==kd&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(Kh.lastType)||Kh.lastType=="quasi"&&/\{\s*$/.test(Ch.string.slice(0,Ch.pos-(Dm||0)))}return{startState:function(Ch){var Kh={tokenize:kd,lastType:"sof",cc:[],lexical:new Fd((Ch||0)-rd,0,"block",!1),localVars:td.localVars,context:td.localVars&&new bf(null,null,!1),indented:Ch||0};return td.globalVars&&typeof td.globalVars=="object"&&(Kh.globalVars=td.globalVars),Kh},token:function(Ch,Kh){if(Ch.sol()&&(Kh.lexical.hasOwnProperty("align")||(Kh.lexical.align=!1),Kh.indented=Ch.indentation(),jd(Ch,Kh)),Kh.tokenize!=Rd&&Ch.eatSpace())return null;var Dm=Kh.tokenize(Ch,Kh);return Od=="comment"?Dm:(Kh.lastType=Od=="operator"&&(Ad=="++"||Ad=="--")?"incdec":Od,Vd(Kh,Dm,Od,Ad,Ch))},indent:function(Ch,Kh){if(Ch.tokenize==Rd||Ch.tokenize==Md)return Ja.Pass;if(Ch.tokenize!=kd)return 0;var Dm=Kh&&Kh.charAt(0),Um=Ch.lexical,_m;if(!/^\s*else\b/.test(Kh))for(var Xm=Ch.cc.length-1;Xm>=0;--Xm){var w1=Ch.cc[Xm];if(w1==Zd)Um=Um.prev;else if(w1!=Hm&&w1!=Mf)break}for(;(Um.type=="stat"||Um.type=="form")&&(Dm=="}"||(_m=Ch.cc[Ch.cc.length-1])&&(_m==Tf||_m==wf)&&!/^[,\.=+\-*:?[\(]/.test(Kh));)Um=Um.prev;od&&Um.type==")"&&Um.prev.type=="stat"&&(Um=Um.prev);var n0=Um.type,z1=Dm==n0;return n0=="vardef"?Um.indented+(Ch.lastType=="operator"||Ch.lastType==","?Um.info.length+1:0):n0=="form"&&Dm=="{"?Um.indented:n0=="form"?Um.indented+rd:n0=="stat"?Um.indented+(m1(Ch,Kh)?od||rd:0):Um.info=="switch"&&!z1&&td.doubleIndentSwitch!=!1?Um.indented+(/^(?:case|default)\b/.test(Kh)?rd:2*rd):Um.align?Um.column+(z1?0:1):Um.indented+(z1?0:rd)},electricInput:/^\s*(?:case .*?:|default:|\{|\})$/,blockCommentStart:ld?null:"/*",blockCommentEnd:ld?null:"*/",blockCommentContinue:ld?null:" * ",lineComment:ld?null:"//",fold:"brace",closeBrackets:"()[]{}''\"\"``",helperType:ld?"json":"javascript",jsonldMode:sd,jsonMode:ld,expressionAllowed:d1,skipExpression:function(Ch){Vd(Ch,"atom","atom","true",new Ja.StringStream("",2,null))}}}),Ja.registerHelper("wordChars","javascript",/[\w$]/),Ja.defineMIME("text/javascript","javascript"),Ja.defineMIME("text/ecmascript","javascript"),Ja.defineMIME("application/javascript","javascript"),Ja.defineMIME("application/x-javascript","javascript"),Ja.defineMIME("application/ecmascript","javascript"),Ja.defineMIME("application/json",{name:"javascript",json:!0}),Ja.defineMIME("application/x-json",{name:"javascript",json:!0}),Ja.defineMIME("application/manifest+json",{name:"javascript",json:!0}),Ja.defineMIME("application/ld+json",{name:"javascript",jsonld:!0}),Ja.defineMIME("text/typescript",{name:"javascript",typescript:!0}),Ja.defineMIME("application/typescript",{name:"javascript",typescript:!0})})})();const _withScopeId=Ra=>(pushScopeId("data-v-5b311141"),Ra=Ra(),popScopeId(),Ra),_hoisted_1=_withScopeId(()=>createBaseVNode("textarea",{id:"editor",type:"textarea",placeholder:"Your markdown text here."},null,-1)),_hoisted_2={class:"preview"},_hoisted_3=["innerHTML"],_hoisted_4={key:0,class:"loading-mask"},_hoisted_5=_withScopeId(()=>createBaseVNode("div",{class:"loading-mask-box"},[createBaseVNode("div",{class:"loading__img"}),createBaseVNode("span",null,"正在生成")],-1)),_hoisted_6=[_hoisted_5],_sfc_main$1={__name:"CodemirrorEditor",setup(Ra){const qa=useStore(),{output:Ja,editor:ed,editorContent:td,isShowCssEditor:rd}=storeToRefs(qa),{editorRefresh:od,exportEditorContent2HTML:sd,exportEditorContent2MD:ld,formatContent:cd,importMarkdownContent:ud,resetStyleConfirm:gd,toggleShowInsertFormDialog:_d,toggleShowUploadImgDialog:yd}=qa,Ed=ref$1(!1),Td=ref$1(0),Od=ref$1(null);function Ad(){const Kd=gf=>{let bf,kf;clearTimeout(Td.value),gf==="preview"?(bf=Od.value.$el,kf=document.querySelector(".CodeMirror-scroll"),ed.value.off("scroll",Qd),Td.value=setTimeout(()=>{ed.value.on("scroll",Qd)},300)):gf==="editor"&&(bf=document.querySelector(".CodeMirror-scroll"),kf=Od.value.$el,kf.removeEventListener("scroll",hf,!1),Td.value=setTimeout(()=>{kf.addEventListener("scroll",hf,!1)},300));const Ef=bf.scrollTop/(bf.scrollHeight-bf.offsetHeight)*(kf.scrollHeight-kf.offsetHeight);kf.scrollTo(0,Ef)};function Qd(){Kd("editor")}function hf(){Kd("preview")}Od.value.$el.addEventListener("scroll",hf,!1),ed.value.on("scroll",Qd)}onMounted(()=>{setTimeout(()=>{Ad()},300)});function Nd(){od()}const kd=ref$1(!1),Id=ref$1(!1);function Rd(){Id.value=!0,kd.value=!0}function Md(){kd.value=!1,setTimeout(()=>{Id.value=!1},800)}function Ld(Kd){const Qd=checkImage(Kd);if(!Qd.ok)return ElMessage.error(Qd.msg),!1;const hf=localStorage.getItem("imgHost")||"default";localStorage.setItem("imgHost",hf);const gf=localStorage.getItem(`${hf}Config`);return hf==="default"||gf?!0:(ElMessage.error(`请先配置 ${hf} 图床参数`),!1)}function jd(Kd){if(!Kd){ElMessage.error("上传图片未知异常");return}yd(!1);const Qd=ed.value.getCursor(),hf=`![](${Kd})`;toRaw(qa.editor).replaceSelection(`
${hf}
`,Qd),ElMessage.success("图片上传成功")}function Pd(Kd,Qd){Ed.value=!0,toBase64(Kd).then(hf=>fileApi.fileUpload(hf,Kd)).then(hf=>{console.log(hf),Qd?Qd(hf):jd(hf)}).catch(hf=>{ElMessage.error(hf.message)}).finally(()=>{Ed.value=!1})}const Fd=ref$1(0);function Ud(){const Kd=document.querySelector("#editor");Kd.value||(Kd.value=td.value),ed.value=CodeMirror.fromTextArea(Kd,{mode:"text/x-markdown",theme:"xq-light",lineNumbers:!1,lineWrapping:!0,styleActiveLine:!0,autoCloseBrackets:!0,extraKeys:{[`${shiftKey}-${altKey}-F`]:function(hf){formatDoc(hf.getValue(0)).then(gf=>{hf.setValue(gf)})},[`${ctrlKey}-B`]:function(hf){const gf=hf.getSelection();hf.replaceSelection(`**${gf}**`)},[`${ctrlKey}-I`]:function(hf){const gf=hf.getSelection();hf.replaceSelection(`*${gf}*`)},[`${ctrlKey}-D`]:function(hf){const gf=hf.getSelection();hf.replaceSelection(`~~${gf}~~`)},[`${ctrlKey}-K`]:function(hf){const gf=hf.getSelection();hf.replaceSelection(`[${gf}]()`)},[`${ctrlKey}-E`]:function(hf){const gf=hf.getSelection();hf.replaceSelection(`\`${gf}\``)},[`${ctrlKey}-L`]:function(hf){const gf=hf.getSelection();hf.replaceSelection(`\`${gf}\``)}}}),ed.value.on("change",Qd=>{clearTimeout(Fd.value),Fd.value=setTimeout(()=>{Nd(),td.value=Qd.getValue()},300)}),ed.value.on("paste",(Qd,hf)=>{if(!(!(hf.clipboardData&&hf.clipboardData.items)||Ed.value))for(let gf=0,bf=hf.clipboardData.items.length;gf<bf;++gf){const kf=hf.clipboardData.items[gf];if(kf.kind==="file"){const Cf=kf.getAsFile();if(!Ld(Cf))continue;Pd(Cf)}}})}const Vd=ref$1(null);function qd(Kd){ed.value.options.extraKeys[Kd](ed.value)}const Wd=ref$1(null);function zd(){const Kd=Wd.value.$el,Qd=async({md:bf,list:kf})=>{const Cf=[...bf.str.matchAll(/!\[(.*?)\]\((.*?)\)/g)||[]].filter(Mf=>Mf),Ef=bf.path.match(/.+?\//)[0],yf=await Promise.all(Cf.map(Mf=>new Promise(Af=>{let[,,Zd]=Mf;Zd=Zd.replace(/^.\//,"");const{file:mf}=kf.find(Pf=>Pf.path===`${Ef}${Zd}`)||{};Pd(mf,Pf=>{Af({matchStr:Zd,url:Pf})})})));yf.forEach(Mf=>{bf.str=bf.str.replace(`](./${Mf.matchStr})`,`](${Mf.url})`).replace(`](${Mf.matchStr})`,`](${Mf.url})`)}),ed.value.setValue(bf.str),console.log("resList",yf,bf.str)};Kd.ondragover=bf=>bf.preventDefault(),Kd.ondrop=async bf=>{bf.preventDefault();for(const kf of bf.dataTransfer.items)kf.getAsFileSystemHandle().then(async Cf=>{if(Cf.kind==="directory"){const Ef=await gf(Cf),yf=await hf({list:Ef});Qd({md:yf,list:Ef})}else{const Ef=await Cf.getFile();console.log("file",Ef)}})};async function hf({list:bf}){return new Promise(kf=>{const{path:Cf,file:Ef}=bf.find(Mf=>Mf.path.match(/\.md$/)),yf=new FileReader;yf.readAsText(Ef,"UTF-8"),yf.onload=Mf=>{kf({str:Mf.target.result,file:Ef,path:Cf})}})}async function gf(bf){const kf=[];let Cf="";try{const Ef=[bf];for(const yf of Ef){Cf+=`${yf.name}/`;for await(const[,Mf]of yf)Mf.kind==="file"?kf.push({path:Cf+Mf.name,file:await Mf.getFile()}):(kf.push({path:`${Cf+Mf.name}/`}),Ef.push(Mf))}}catch(Ef){console.error(Ef)}return kf}}return onMounted(()=>{Ud(),Nd(),zd()}),(Kd,Qd)=>{const hf=resolveComponent("el-header"),gf=resolveComponent("el-col"),bf=resolveComponent("el-row"),kf=resolveComponent("el-main"),Cf=resolveComponent("el-container");return openBlock(),createElementBlock("div",{ref_key:"container",ref:Vd,class:"container"},[createVNode(Cf,null,{default:withCtx(()=>[createVNode(hf,{class:"editor__header"},{default:withCtx(()=>[createVNode(EditorHeader,{onAddFormat:qd,onFormatContent:unref(cd),onStartCopy:Rd,onEndCopy:Md},null,8,["onFormatContent"])]),_:1}),createVNode(kf,{class:"container-main"},{default:withCtx(()=>[createVNode(bf,{class:"container-main-section"},{default:withCtx(()=>[createVNode(gf,{ref_key:"codeMirrorWrapper",ref:Wd,span:unref(rd)?8:12,class:normalizeClass(["codeMirror-wrapper",{"order-1":!unref(qa).isEditOnLeft}])},{default:withCtx(()=>[createVNode(unref(_sfc_main$7),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$6),null,{default:withCtx(()=>[_hoisted_1]),_:1}),createVNode(unref(_sfc_main$5),{class:"w-64"},{default:withCtx(()=>[createVNode(unref(_sfc_main$4),{inset:"",onClick:Qd[0]||(Qd[0]=Ef=>unref(yd)())},{default:withCtx(()=>[createTextVNode(" 上传图片 ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:Qd[1]||(Qd[1]=Ef=>unref(_d)())},{default:withCtx(()=>[createTextVNode(" 插入表格 ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:Qd[2]||(Qd[2]=Ef=>unref(gd)())},{default:withCtx(()=>[createTextVNode(" 恢复默认样式 ")]),_:1}),createVNode(unref(_sfc_main$2)),createVNode(unref(_sfc_main$4),{inset:"",onClick:Qd[3]||(Qd[3]=Ef=>unref(ud)())},{default:withCtx(()=>[createTextVNode(" 导入 .md 文档 ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:Qd[4]||(Qd[4]=Ef=>unref(ld)())},{default:withCtx(()=>[createTextVNode(" 导出 .md 文档 ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:Qd[5]||(Qd[5]=Ef=>unref(sd)())},{default:withCtx(()=>[createTextVNode(" 导出 .html ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:Qd[6]||(Qd[6]=Ef=>unref(cd)())},{default:withCtx(()=>[createTextVNode(" 格式化 "),createVNode(unref(_sfc_main$3),null,{default:withCtx(()=>[createTextVNode(toDisplayString(unref(altSign))+" + "+toDisplayString(unref(shiftSign))+" + F",1)]),_:1})]),_:1})]),_:1})]),_:1})]),_:1},8,["span","class"]),createVNode(gf,{id:"preview",ref_key:"preview",ref:Od,span:unref(rd)?8:12,class:"preview-wrapper"},{default:withCtx(()=>[createBaseVNode("div",{id:"output-wrapper",class:normalizeClass({output_night:!kd.value})},[createBaseVNode("div",_hoisted_2,[createBaseVNode("section",{id:"output",innerHTML:unref(Ja)},null,8,_hoisted_3),Id.value?(openBlock(),createElementBlock("div",_hoisted_4,_hoisted_6)):createCommentVNode("",!0)])],2)]),_:1},8,["span"]),createVNode(CssEditor)]),_:1})]),_:1})]),_:1}),createVNode(UploadImgDialog,{onBeforeUpload:Ld,onUploadImage:Pd,onUploaded:jd}),createVNode(InsertFormDialog),createVNode(RunLoading)],512)}}},CodemirrorEditor=_export_sfc(_sfc_main$1,[["__scopeId","data-v-5b311141"]]),_sfc_main={__name:"App",setup(Ra){return(qa,Ja)=>(openBlock(),createBlock(CodemirrorEditor))}};var css={exports:{}};(function(Ra,qa){(function(Ja){Ja(requireCodemirror())})(function(Ja){Ja.defineMode("css",function(Fd,Ud){var Vd=Ud.inline;Ud.propertyKeywords||(Ud=Ja.resolveMode("text/css"));var qd=Fd.indentUnit,Wd=Ud.tokenHooks,zd=Ud.documentTypes||{},Kd=Ud.mediaTypes||{},Qd=Ud.mediaFeatures||{},hf=Ud.mediaValueKeywords||{},gf=Ud.propertyKeywords||{},bf=Ud.nonStandardPropertyKeywords||{},kf=Ud.fontProperties||{},Cf=Ud.counterDescriptors||{},Ef=Ud.colorKeywords||{},yf=Ud.valueKeywords||{},Mf=Ud.allowNested,Af=Ud.lineComment,Zd=Ud.supportsAtComponent===!0,mf=Fd.highlightNonStandardPropertyKeywords!==!1,Pf,Ff;function Lf(Df,qf){return Pf=qf,Df}function jf(Df,qf){var Xf=Df.next();if(Wd[Xf]){var hh=Wd[Xf](Df,qf);if(hh!==!1)return hh}if(Xf=="@")return Df.eatWhile(/[\w\\\-]/),Lf("def",Df.current());if(Xf=="="||(Xf=="~"||Xf=="|")&&Df.eat("="))return Lf(null,"compare");if(Xf=='"'||Xf=="'")return qf.tokenize=xf(Xf),qf.tokenize(Df,qf);if(Xf=="#")return Df.eatWhile(/[\w\\\-]/),Lf("atom","hash");if(Xf=="!")return Df.match(/^\s*\w*/),Lf("keyword","important");if(/\d/.test(Xf)||Xf=="."&&Df.eat(/\d/))return Df.eatWhile(/[\w.%]/),Lf("number","unit");if(Xf==="-"){if(/[\d.]/.test(Df.peek()))return Df.eatWhile(/[\w.%]/),Lf("number","unit");if(Df.match(/^-[\w\\\-]*/))return Df.eatWhile(/[\w\\\-]/),Df.match(/^\s*:/,!1)?Lf("variable-2","variable-definition"):Lf("variable-2","variable");if(Df.match(/^\w+-/))return Lf("meta","meta")}else return/[,+>*\/]/.test(Xf)?Lf(null,"select-op"):Xf=="."&&Df.match(/^-?[_a-z][_a-z0-9-]*/i)?Lf("qualifier","qualifier"):/[:;{}\[\]\(\)]/.test(Xf)?Lf(null,Xf):Df.match(/^[\w-.]+(?=\()/)?(/^(url(-prefix)?|domain|regexp)$/i.test(Df.current())&&(qf.tokenize=Nf),Lf("variable callee","variable")):/[\w\\\-]/.test(Xf)?(Df.eatWhile(/[\w\\\-]/),Lf("property","word")):Lf(null,null)}function xf(Df){return function(qf,Xf){for(var hh=!1,Mh;(Mh=qf.next())!=null;){if(Mh==Df&&!hh){Df==")"&&qf.backUp(1);break}hh=!hh&&Mh=="\\"}return(Mh==Df||!hh&&Df!=")")&&(Xf.tokenize=null),Lf("string","string")}}function Nf(Df,qf){return Df.next(),Df.match(/^\s*[\"\')]/,!1)?qf.tokenize=null:qf.tokenize=xf(")"),Lf(null,"(")}function Bf(Df,qf,Xf){this.type=Df,this.indent=qf,this.prev=Xf}function Tf(Df,qf,Xf,hh){return Df.context=new Bf(Xf,qf.indentation()+(hh===!1?0:qd),Df.context),Xf}function wf(Df){return Df.context.prev&&(Df.context=Df.context.prev),Df.context.type}function Of(Df,qf,Xf){return Kf[Xf.context.type](Df,qf,Xf)}function $f(Df,qf,Xf,hh){for(var Mh=hh||1;Mh>0;Mh--)Xf.context=Xf.context.prev;return Of(Df,qf,Xf)}function Wf(Df){var qf=Df.current().toLowerCase();yf.hasOwnProperty(qf)?Ff="atom":Ef.hasOwnProperty(qf)?Ff="keyword":Ff="variable"}var Kf={};return Kf.top=function(Df,qf,Xf){if(Df=="{")return Tf(Xf,qf,"block");if(Df=="}"&&Xf.context.prev)return wf(Xf);if(Zd&&/@component/i.test(Df))return Tf(Xf,qf,"atComponentBlock");if(/^@(-moz-)?document$/i.test(Df))return Tf(Xf,qf,"documentTypes");if(/^@(media|supports|(-moz-)?document|import)$/i.test(Df))return Tf(Xf,qf,"atBlock");if(/^@(font-face|counter-style)/i.test(Df))return Xf.stateArg=Df,"restricted_atBlock_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(Df))return"keyframes";if(Df&&Df.charAt(0)=="@")return Tf(Xf,qf,"at");if(Df=="hash")Ff="builtin";else if(Df=="word")Ff="tag";else{if(Df=="variable-definition")return"maybeprop";if(Df=="interpolation")return Tf(Xf,qf,"interpolation");if(Df==":")return"pseudo";if(Mf&&Df=="(")return Tf(Xf,qf,"parens")}return Xf.context.type},Kf.block=function(Df,qf,Xf){if(Df=="word"){var hh=qf.current().toLowerCase();return gf.hasOwnProperty(hh)?(Ff="property","maybeprop"):bf.hasOwnProperty(hh)?(Ff=mf?"string-2":"property","maybeprop"):Mf?(Ff=qf.match(/^\s*:(?:\s|$)/,!1)?"property":"tag","block"):(Ff+=" error","maybeprop")}else return Df=="meta"?"block":!Mf&&(Df=="hash"||Df=="qualifier")?(Ff="error","block"):Kf.top(Df,qf,Xf)},Kf.maybeprop=function(Df,qf,Xf){return Df==":"?Tf(Xf,qf,"prop"):Of(Df,qf,Xf)},Kf.prop=function(Df,qf,Xf){if(Df==";")return wf(Xf);if(Df=="{"&&Mf)return Tf(Xf,qf,"propBlock");if(Df=="}"||Df=="{")return $f(Df,qf,Xf);if(Df=="(")return Tf(Xf,qf,"parens");if(Df=="hash"&&!/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(qf.current()))Ff+=" error";else if(Df=="word")Wf(qf);else if(Df=="interpolation")return Tf(Xf,qf,"interpolation");return"prop"},Kf.propBlock=function(Df,qf,Xf){return Df=="}"?wf(Xf):Df=="word"?(Ff="property","maybeprop"):Xf.context.type},Kf.parens=function(Df,qf,Xf){return Df=="{"||Df=="}"?$f(Df,qf,Xf):Df==")"?wf(Xf):Df=="("?Tf(Xf,qf,"parens"):Df=="interpolation"?Tf(Xf,qf,"interpolation"):(Df=="word"&&Wf(qf),"parens")},Kf.pseudo=function(Df,qf,Xf){return Df=="meta"?"pseudo":Df=="word"?(Ff="variable-3",Xf.context.type):Of(Df,qf,Xf)},Kf.documentTypes=function(Df,qf,Xf){return Df=="word"&&zd.hasOwnProperty(qf.current())?(Ff="tag",Xf.context.type):Kf.atBlock(Df,qf,Xf)},Kf.atBlock=function(Df,qf,Xf){if(Df=="(")return Tf(Xf,qf,"atBlock_parens");if(Df=="}"||Df==";")return $f(Df,qf,Xf);if(Df=="{")return wf(Xf)&&Tf(Xf,qf,Mf?"block":"top");if(Df=="interpolation")return Tf(Xf,qf,"interpolation");if(Df=="word"){var hh=qf.current().toLowerCase();hh=="only"||hh=="not"||hh=="and"||hh=="or"?Ff="keyword":Kd.hasOwnProperty(hh)?Ff="attribute":Qd.hasOwnProperty(hh)?Ff="property":hf.hasOwnProperty(hh)?Ff="keyword":gf.hasOwnProperty(hh)?Ff="property":bf.hasOwnProperty(hh)?Ff=mf?"string-2":"property":yf.hasOwnProperty(hh)?Ff="atom":Ef.hasOwnProperty(hh)?Ff="keyword":Ff="error"}return Xf.context.type},Kf.atComponentBlock=function(Df,qf,Xf){return Df=="}"?$f(Df,qf,Xf):Df=="{"?wf(Xf)&&Tf(Xf,qf,Mf?"block":"top",!1):(Df=="word"&&(Ff="error"),Xf.context.type)},Kf.atBlock_parens=function(Df,qf,Xf){return Df==")"?wf(Xf):Df=="{"||Df=="}"?$f(Df,qf,Xf,2):Kf.atBlock(Df,qf,Xf)},Kf.restricted_atBlock_before=function(Df,qf,Xf){return Df=="{"?Tf(Xf,qf,"restricted_atBlock"):Df=="word"&&Xf.stateArg=="@counter-style"?(Ff="variable","restricted_atBlock_before"):Of(Df,qf,Xf)},Kf.restricted_atBlock=function(Df,qf,Xf){return Df=="}"?(Xf.stateArg=null,wf(Xf)):Df=="word"?(Xf.stateArg=="@font-face"&&!kf.hasOwnProperty(qf.current().toLowerCase())||Xf.stateArg=="@counter-style"&&!Cf.hasOwnProperty(qf.current().toLowerCase())?Ff="error":Ff="property","maybeprop"):"restricted_atBlock"},Kf.keyframes=function(Df,qf,Xf){return Df=="word"?(Ff="variable","keyframes"):Df=="{"?Tf(Xf,qf,"top"):Of(Df,qf,Xf)},Kf.at=function(Df,qf,Xf){return Df==";"?wf(Xf):Df=="{"||Df=="}"?$f(Df,qf,Xf):(Df=="word"?Ff="tag":Df=="hash"&&(Ff="builtin"),"at")},Kf.interpolation=function(Df,qf,Xf){return Df=="}"?wf(Xf):Df=="{"||Df==";"?$f(Df,qf,Xf):(Df=="word"?Ff="variable":Df!="variable"&&Df!="("&&Df!=")"&&(Ff="error"),"interpolation")},{startState:function(Df){return{tokenize:null,state:Vd?"block":"top",stateArg:null,context:new Bf(Vd?"block":"top",Df||0,null)}},token:function(Df,qf){if(!qf.tokenize&&Df.eatSpace())return null;var Xf=(qf.tokenize||jf)(Df,qf);return Xf&&typeof Xf=="object"&&(Pf=Xf[1],Xf=Xf[0]),Ff=Xf,Pf!="comment"&&(qf.state=Kf[qf.state](Pf,Df,qf)),Ff},indent:function(Df,qf){var Xf=Df.context,hh=qf&&qf.charAt(0),Mh=Xf.indent;return Xf.type=="prop"&&(hh=="}"||hh==")")&&(Xf=Xf.prev),Xf.prev&&(hh=="}"&&(Xf.type=="block"||Xf.type=="top"||Xf.type=="interpolation"||Xf.type=="restricted_atBlock")?(Xf=Xf.prev,Mh=Xf.indent):(hh==")"&&(Xf.type=="parens"||Xf.type=="atBlock_parens")||hh=="{"&&(Xf.type=="at"||Xf.type=="atBlock"))&&(Mh=Math.max(0,Xf.indent-qd))),Mh},electricChars:"}",blockCommentStart:"/*",blockCommentEnd:"*/",blockCommentContinue:" * ",lineComment:Af,fold:"brace"}});function ed(Fd){for(var Ud={},Vd=0;Vd<Fd.length;++Vd)Ud[Fd[Vd].toLowerCase()]=!0;return Ud}var td=["domain","regexp","url","url-prefix"],rd=ed(td),od=["all","aural","braille","handheld","print","projection","screen","tty","tv","embossed"],sd=ed(od),ld=["width","min-width","max-width","height","min-height","max-height","device-width","min-device-width","max-device-width","device-height","min-device-height","max-device-height","aspect-ratio","min-aspect-ratio","max-aspect-ratio","device-aspect-ratio","min-device-aspect-ratio","max-device-aspect-ratio","color","min-color","max-color","color-index","min-color-index","max-color-index","monochrome","min-monochrome","max-monochrome","resolution","min-resolution","max-resolution","scan","grid","orientation","device-pixel-ratio","min-device-pixel-ratio","max-device-pixel-ratio","pointer","any-pointer","hover","any-hover","prefers-color-scheme","dynamic-range","video-dynamic-range"],cd=ed(ld),ud=["landscape","portrait","none","coarse","fine","on-demand","hover","interlace","progressive","dark","light","standard","high"],gd=ed(ud),_d=["align-content","align-items","align-self","alignment-adjust","alignment-baseline","all","anchor-point","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","azimuth","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","binding","bleed","block-size","bookmark-label","bookmark-level","bookmark-state","bookmark-target","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-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-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","color","color-profile","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","counter-increment","counter-reset","crop","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","drop-initial-after-adjust","drop-initial-after-align","drop-initial-before-adjust","drop-initial-before-align","drop-initial-size","drop-initial-value","elevation","empty-cells","fit","fit-content","fit-position","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","float-offset","flow-from","flow-into","font","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-size","font-size-adjust","font-stretch","font-style","font-synthesis","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-gap","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-gap","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","inline-box-align","inset","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","left","letter-spacing","line-break","line-height","line-height-step","line-stacking","line-stacking-ruby","line-stacking-shift","line-stacking-strategy","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","marquee-direction","marquee-loop","marquee-play-count","marquee-speed","marquee-style","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","move-to","nav-down","nav-index","nav-left","nav-right","nav-up","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-style","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","page-policy","pause","pause-after","pause-before","perspective","perspective-origin","pitch","pitch-range","place-content","place-items","place-self","play-during","position","presentation-level","punctuation-trim","quotes","region-break-after","region-break-before","region-break-inside","region-fragment","rendering-intent","resize","rest","rest-after","rest-before","richness","right","rotate","rotation","rotation-point","row-gap","ruby-align","ruby-overhang","ruby-position","ruby-span","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-type","shape-image-threshold","shape-inside","shape-margin","shape-outside","size","speak","speak-as","speak-header","speak-numeral","speak-punctuation","speech-rate","stress","string-set","tab-size","table-layout","target","target-name","target-new","target-position","text-align","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-height","text-indent","text-justify","text-orientation","text-outline","text-overflow","text-rendering","text-shadow","text-size-adjust","text-space-collapse","text-transform","text-underline-position","text-wrap","top","touch-action","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-select","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index","clip-path","clip-rule","mask","enable-background","filter","flood-color","flood-opacity","lighting-color","stop-color","stop-opacity","pointer-events","color-interpolation","color-interpolation-filters","color-rendering","fill","fill-opacity","fill-rule","image-rendering","marker","marker-end","marker-mid","marker-start","paint-order","shape-rendering","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-rendering","baseline-shift","dominant-baseline","glyph-orientation-horizontal","glyph-orientation-vertical","text-anchor","writing-mode"],yd=ed(_d),Ed=["accent-color","aspect-ratio","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-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","content-visibility","margin-block","margin-block-end","margin-block-start","margin-inline","margin-inline-end","margin-inline-start","overflow-anchor","overscroll-behavior","padding-block","padding-block-end","padding-block-start","padding-inline","padding-inline-end","padding-inline-start","scroll-snap-stop","scrollbar-3d-light-color","scrollbar-arrow-color","scrollbar-base-color","scrollbar-dark-shadow-color","scrollbar-face-color","scrollbar-highlight-color","scrollbar-shadow-color","scrollbar-track-color","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","shape-inside","zoom"],Td=ed(Ed),Od=["font-display","font-family","src","unicode-range","font-variant","font-feature-settings","font-stretch","font-weight","font-style"],Ad=ed(Od),Nd=["additive-symbols","fallback","negative","pad","prefix","range","speak-as","suffix","symbols","system"],kd=ed(Nd),Id=["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkgrey","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkslategrey","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dimgrey","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightgrey","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightslategrey","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","slategrey","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"],Rd=ed(Id),Md=["above","absolute","activeborder","additive","activecaption","afar","after-white-space","ahead","alias","all","all-scroll","alphabetic","alternate","always","amharic","amharic-abegede","antialiased","appworkspace","arabic-indic","armenian","asterisks","attr","auto","auto-flow","avoid","avoid-column","avoid-page","avoid-region","axis-pan","background","backwards","baseline","below","bidi-override","binary","bengali","blink","block","block-axis","blur","bold","bolder","border","border-box","both","bottom","break","break-all","break-word","brightness","bullets","button","buttonface","buttonhighlight","buttonshadow","buttontext","calc","cambodian","capitalize","caps-lock-indicator","caption","captiontext","caret","cell","center","checkbox","circle","cjk-decimal","cjk-earthly-branch","cjk-heavenly-stem","cjk-ideographic","clear","clip","close-quote","col-resize","collapse","color","color-burn","color-dodge","column","column-reverse","compact","condensed","conic-gradient","contain","content","contents","content-box","context-menu","continuous","contrast","copy","counter","counters","cover","crop","cross","crosshair","cubic-bezier","currentcolor","cursive","cyclic","darken","dashed","decimal","decimal-leading-zero","default","default-button","dense","destination-atop","destination-in","destination-out","destination-over","devanagari","difference","disc","discard","disclosure-closed","disclosure-open","document","dot-dash","dot-dot-dash","dotted","double","down","drop-shadow","e-resize","ease","ease-in","ease-in-out","ease-out","element","ellipse","ellipsis","embed","end","ethiopic","ethiopic-abegede","ethiopic-abegede-am-et","ethiopic-abegede-gez","ethiopic-abegede-ti-er","ethiopic-abegede-ti-et","ethiopic-halehame-aa-er","ethiopic-halehame-aa-et","ethiopic-halehame-am-et","ethiopic-halehame-gez","ethiopic-halehame-om-et","ethiopic-halehame-sid-et","ethiopic-halehame-so-et","ethiopic-halehame-ti-er","ethiopic-halehame-ti-et","ethiopic-halehame-tig","ethiopic-numeric","ew-resize","exclusion","expanded","extends","extra-condensed","extra-expanded","fantasy","fast","fill","fill-box","fixed","flat","flex","flex-end","flex-start","footnotes","forwards","from","geometricPrecision","georgian","grayscale","graytext","grid","groove","gujarati","gurmukhi","hand","hangul","hangul-consonant","hard-light","hebrew","help","hidden","hide","higher","highlight","highlighttext","hiragana","hiragana-iroha","horizontal","hsl","hsla","hue","hue-rotate","icon","ignore","inactiveborder","inactivecaption","inactivecaptiontext","infinite","infobackground","infotext","inherit","initial","inline","inline-axis","inline-block","inline-flex","inline-grid","inline-table","inset","inside","intrinsic","invert","italic","japanese-formal","japanese-informal","justify","kannada","katakana","katakana-iroha","keep-all","khmer","korean-hangul-formal","korean-hanja-formal","korean-hanja-informal","landscape","lao","large","larger","left","level","lighter","lighten","line-through","linear","linear-gradient","lines","list-item","listbox","listitem","local","logical","loud","lower","lower-alpha","lower-armenian","lower-greek","lower-hexadecimal","lower-latin","lower-norwegian","lower-roman","lowercase","ltr","luminosity","malayalam","manipulation","match","matrix","matrix3d","media-play-button","media-slider","media-sliderthumb","media-volume-slider","media-volume-sliderthumb","medium","menu","menulist","menulist-button","menutext","message-box","middle","min-intrinsic","mix","mongolian","monospace","move","multiple","multiple_mask_images","multiply","myanmar","n-resize","narrower","ne-resize","nesw-resize","no-close-quote","no-drop","no-open-quote","no-repeat","none","normal","not-allowed","nowrap","ns-resize","numbers","numeric","nw-resize","nwse-resize","oblique","octal","opacity","open-quote","optimizeLegibility","optimizeSpeed","oriya","oromo","outset","outside","outside-shape","overlay","overline","padding","padding-box","painted","page","paused","persian","perspective","pinch-zoom","plus-darker","plus-lighter","pointer","polygon","portrait","pre","pre-line","pre-wrap","preserve-3d","progress","push-button","radial-gradient","radio","read-only","read-write","read-write-plaintext-only","rectangle","region","relative","repeat","repeating-linear-gradient","repeating-radial-gradient","repeating-conic-gradient","repeat-x","repeat-y","reset","reverse","rgb","rgba","ridge","right","rotate","rotate3d","rotateX","rotateY","rotateZ","round","row","row-resize","row-reverse","rtl","run-in","running","s-resize","sans-serif","saturate","saturation","scale","scale3d","scaleX","scaleY","scaleZ","screen","scroll","scrollbar","scroll-position","se-resize","searchfield","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","self-start","self-end","semi-condensed","semi-expanded","separate","sepia","serif","show","sidama","simp-chinese-formal","simp-chinese-informal","single","skew","skewX","skewY","skip-white-space","slide","slider-horizontal","slider-vertical","sliderthumb-horizontal","sliderthumb-vertical","slow","small","small-caps","small-caption","smaller","soft-light","solid","somali","source-atop","source-in","source-out","source-over","space","space-around","space-between","space-evenly","spell-out","square","square-button","start","static","status-bar","stretch","stroke","stroke-box","sub","subpixel-antialiased","svg_masks","super","sw-resize","symbolic","symbols","system-ui","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","tamil","telugu","text","text-bottom","text-top","textarea","textfield","thai","thick","thin","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","tibetan","tigre","tigrinya-er","tigrinya-er-abegede","tigrinya-et","tigrinya-et-abegede","to","top","trad-chinese-formal","trad-chinese-informal","transform","translate","translate3d","translateX","translateY","translateZ","transparent","ultra-condensed","ultra-expanded","underline","unidirectional-pan","unset","up","upper-alpha","upper-armenian","upper-greek","upper-hexadecimal","upper-latin","upper-norwegian","upper-roman","uppercase","urdu","url","var","vertical","vertical-text","view-box","visible","visibleFill","visiblePainted","visibleStroke","visual","w-resize","wait","wave","wider","window","windowframe","windowtext","words","wrap","wrap-reverse","x-large","x-small","xor","xx-large","xx-small"],Ld=ed(Md),jd=td.concat(od).concat(ld).concat(ud).concat(_d).concat(Ed).concat(Id).concat(Md);Ja.registerHelper("hintWords","css",jd);function Pd(Fd,Ud){for(var Vd=!1,qd;(qd=Fd.next())!=null;){if(Vd&&qd=="/"){Ud.tokenize=null;break}Vd=qd=="*"}return["comment","comment"]}Ja.defineMIME("text/css",{documentTypes:rd,mediaTypes:sd,mediaFeatures:cd,mediaValueKeywords:gd,propertyKeywords:yd,nonStandardPropertyKeywords:Td,fontProperties:Ad,counterDescriptors:kd,colorKeywords:Rd,valueKeywords:Ld,tokenHooks:{"/":function(Fd,Ud){return Fd.eat("*")?(Ud.tokenize=Pd,Pd(Fd,Ud)):!1}},name:"css"}),Ja.defineMIME("text/x-scss",{mediaTypes:sd,mediaFeatures:cd,mediaValueKeywords:gd,propertyKeywords:yd,nonStandardPropertyKeywords:Td,colorKeywords:Rd,valueKeywords:Ld,fontProperties:Ad,allowNested:!0,lineComment:"//",tokenHooks:{"/":function(Fd,Ud){return Fd.eat("/")?(Fd.skipToEnd(),["comment","comment"]):Fd.eat("*")?(Ud.tokenize=Pd,Pd(Fd,Ud)):["operator","operator"]},":":function(Fd){return Fd.match(/^\s*\{/,!1)?[null,null]:!1},$:function(Fd){return Fd.match(/^[\w-]+/),Fd.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"]},"#":function(Fd){return Fd.eat("{")?[null,"interpolation"]:!1}},name:"css",helperType:"scss"}),Ja.defineMIME("text/x-less",{mediaTypes:sd,mediaFeatures:cd,mediaValueKeywords:gd,propertyKeywords:yd,nonStandardPropertyKeywords:Td,colorKeywords:Rd,valueKeywords:Ld,fontProperties:Ad,allowNested:!0,lineComment:"//",tokenHooks:{"/":function(Fd,Ud){return Fd.eat("/")?(Fd.skipToEnd(),["comment","comment"]):Fd.eat("*")?(Ud.tokenize=Pd,Pd(Fd,Ud)):["operator","operator"]},"@":function(Fd){return Fd.eat("{")?[null,"interpolation"]:Fd.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\b/i,!1)?!1:(Fd.eatWhile(/[\w\\\-]/),Fd.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"])},"&":function(){return["atom","atom"]}},name:"css",helperType:"less"}),Ja.defineMIME("text/x-gss",{documentTypes:rd,mediaTypes:sd,mediaFeatures:cd,propertyKeywords:yd,nonStandardPropertyKeywords:Td,fontProperties:Ad,counterDescriptors:kd,colorKeywords:Rd,valueKeywords:Ld,supportsAtComponent:!0,tokenHooks:{"/":function(Fd,Ud){return Fd.eat("*")?(Ud.tokenize=Pd,Pd(Fd,Ud)):!1}},name:"css",helperType:"gss"})})})();var cssExports=css.exports,xml={exports:{}},hasRequiredXml;function requireXml(){return hasRequiredXml||(hasRequiredXml=1,function(Ra,qa){(function(Ja){Ja(requireCodemirror())})(function(Ja){var ed={autoSelfClosers:{area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},implicitlyClosed:{dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},contextGrabbers:{dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}},doNotIndent:{pre:!0},allowUnquoted:!0,allowMissing:!0,caseFold:!0},td={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};Ja.defineMode("xml",function(rd,od){var sd=rd.indentUnit,ld={},cd=od.htmlMode?ed:td;for(var ud in cd)ld[ud]=cd[ud];for(var ud in od)ld[ud]=od[ud];var gd,_d;function yd(zd,Kd){function Qd(bf){return Kd.tokenize=bf,bf(zd,Kd)}var hf=zd.next();if(hf=="<")return zd.eat("!")?zd.eat("[")?zd.match("CDATA[")?Qd(Od("atom","]]>")):null:zd.match("--")?Qd(Od("comment","-->")):zd.match("DOCTYPE",!0,!0)?(zd.eatWhile(/[\w\._\-]/),Qd(Ad(1))):null:zd.eat("?")?(zd.eatWhile(/[\w\._\-]/),Kd.tokenize=Od("meta","?>"),"meta"):(gd=zd.eat("/")?"closeTag":"openTag",Kd.tokenize=Ed,"tag bracket");if(hf=="&"){var gf;return zd.eat("#")?zd.eat("x")?gf=zd.eatWhile(/[a-fA-F\d]/)&&zd.eat(";"):gf=zd.eatWhile(/[\d]/)&&zd.eat(";"):gf=zd.eatWhile(/[\w\.\-:]/)&&zd.eat(";"),gf?"atom":"error"}else return zd.eatWhile(/[^&<]/),null}yd.isInText=!0;function Ed(zd,Kd){var Qd=zd.next();if(Qd==">"||Qd=="/"&&zd.eat(">"))return Kd.tokenize=yd,gd=Qd==">"?"endTag":"selfcloseTag","tag bracket";if(Qd=="=")return gd="equals",null;if(Qd=="<"){Kd.tokenize=yd,Kd.state=Md,Kd.tagName=Kd.tagStart=null;var hf=Kd.tokenize(zd,Kd);return hf?hf+" tag error":"tag error"}else return/[\'\"]/.test(Qd)?(Kd.tokenize=Td(Qd),Kd.stringStartCol=zd.column(),Kd.tokenize(zd,Kd)):(zd.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function Td(zd){var Kd=function(Qd,hf){for(;!Qd.eol();)if(Qd.next()==zd){hf.tokenize=Ed;break}return"string"};return Kd.isInAttribute=!0,Kd}function Od(zd,Kd){return function(Qd,hf){for(;!Qd.eol();){if(Qd.match(Kd)){hf.tokenize=yd;break}Qd.next()}return zd}}function Ad(zd){return function(Kd,Qd){for(var hf;(hf=Kd.next())!=null;){if(hf=="<")return Qd.tokenize=Ad(zd+1),Qd.tokenize(Kd,Qd);if(hf==">")if(zd==1){Qd.tokenize=yd;break}else return Qd.tokenize=Ad(zd-1),Qd.tokenize(Kd,Qd)}return"meta"}}function Nd(zd){return zd&&zd.toLowerCase()}function kd(zd,Kd,Qd){this.prev=zd.context,this.tagName=Kd||"",this.indent=zd.indented,this.startOfLine=Qd,(ld.doNotIndent.hasOwnProperty(Kd)||zd.context&&zd.context.noIndent)&&(this.noIndent=!0)}function Id(zd){zd.context&&(zd.context=zd.context.prev)}function Rd(zd,Kd){for(var Qd;;){if(!zd.context||(Qd=zd.context.tagName,!ld.contextGrabbers.hasOwnProperty(Nd(Qd))||!ld.contextGrabbers[Nd(Qd)].hasOwnProperty(Nd(Kd))))return;Id(zd)}}function Md(zd,Kd,Qd){return zd=="openTag"?(Qd.tagStart=Kd.column(),Ld):zd=="closeTag"?jd:Md}function Ld(zd,Kd,Qd){return zd=="word"?(Qd.tagName=Kd.current(),_d="tag",Ud):ld.allowMissingTagName&&zd=="endTag"?(_d="tag bracket",Ud(zd,Kd,Qd)):(_d="error",Ld)}function jd(zd,Kd,Qd){if(zd=="word"){var hf=Kd.current();return Qd.context&&Qd.context.tagName!=hf&&ld.implicitlyClosed.hasOwnProperty(Nd(Qd.context.tagName))&&Id(Qd),Qd.context&&Qd.context.tagName==hf||ld.matchClosing===!1?(_d="tag",Pd):(_d="tag error",Fd)}else return ld.allowMissingTagName&&zd=="endTag"?(_d="tag bracket",Pd(zd,Kd,Qd)):(_d="error",Fd)}function Pd(zd,Kd,Qd){return zd!="endTag"?(_d="error",Pd):(Id(Qd),Md)}function Fd(zd,Kd,Qd){return _d="error",Pd(zd,Kd,Qd)}function Ud(zd,Kd,Qd){if(zd=="word")return _d="attribute",Vd;if(zd=="endTag"||zd=="selfcloseTag"){var hf=Qd.tagName,gf=Qd.tagStart;return Qd.tagName=Qd.tagStart=null,zd=="selfcloseTag"||ld.autoSelfClosers.hasOwnProperty(Nd(hf))?Rd(Qd,hf):(Rd(Qd,hf),Qd.context=new kd(Qd,hf,gf==Qd.indented)),Md}return _d="error",Ud}function Vd(zd,Kd,Qd){return zd=="equals"?qd:(ld.allowMissing||(_d="error"),Ud(zd,Kd,Qd))}function qd(zd,Kd,Qd){return zd=="string"?Wd:zd=="word"&&ld.allowUnquoted?(_d="string",Ud):(_d="error",Ud(zd,Kd,Qd))}function Wd(zd,Kd,Qd){return zd=="string"?Wd:Ud(zd,Kd,Qd)}return{startState:function(zd){var Kd={tokenize:yd,state:Md,indented:zd||0,tagName:null,tagStart:null,context:null};return zd!=null&&(Kd.baseIndent=zd),Kd},token:function(zd,Kd){if(!Kd.tagName&&zd.sol()&&(Kd.indented=zd.indentation()),zd.eatSpace())return null;gd=null;var Qd=Kd.tokenize(zd,Kd);return(Qd||gd)&&Qd!="comment"&&(_d=null,Kd.state=Kd.state(gd||Qd,zd,Kd),_d&&(Qd=_d=="error"?Qd+" error":_d)),Qd},indent:function(zd,Kd,Qd){var hf=zd.context;if(zd.tokenize.isInAttribute)return zd.tagStart==zd.indented?zd.stringStartCol+1:zd.indented+sd;if(hf&&hf.noIndent)return Ja.Pass;if(zd.tokenize!=Ed&&zd.tokenize!=yd)return Qd?Qd.match(/^(\s*)/)[0].length:0;if(zd.tagName)return ld.multilineTagIndentPastTag!==!1?zd.tagStart+zd.tagName.length+2:zd.tagStart+sd*(ld.multilineTagIndentFactor||1);if(ld.alignCDATA&&/<!\[CDATA\[/.test(Kd))return 0;var gf=Kd&&/^<(\/)?([\w_:\.-]*)/.exec(Kd);if(gf&&gf[1])for(;hf;)if(hf.tagName==gf[2]){hf=hf.prev;break}else if(ld.implicitlyClosed.hasOwnProperty(Nd(hf.tagName)))hf=hf.prev;else break;else if(gf)for(;hf;){var bf=ld.contextGrabbers[Nd(hf.tagName)];if(bf&&bf.hasOwnProperty(Nd(gf[2])))hf=hf.prev;else break}for(;hf&&hf.prev&&!hf.startOfLine;)hf=hf.prev;return hf?hf.indent+sd:zd.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:ld.htmlMode?"html":"xml",helperType:ld.htmlMode?"html":"xml",skipAttribute:function(zd){zd.state==qd&&(zd.state=Ud)},xmlCurrentTag:function(zd){return zd.tagName?{name:zd.tagName,close:zd.type=="closeTag"}:null},xmlCurrentContext:function(zd){for(var Kd=[],Qd=zd.context;Qd;Qd=Qd.prev)Kd.push(Qd.tagName);return Kd.reverse()}}}),Ja.defineMIME("text/xml","xml"),Ja.defineMIME("application/xml","xml"),Ja.mimeModes.hasOwnProperty("text/html")||Ja.defineMIME("text/html",{name:"xml",htmlMode:!0})})}()),xml.exports}var meta={exports:{}},hasRequiredMeta;function requireMeta(){return hasRequiredMeta||(hasRequiredMeta=1,function(Ra,qa){(function(Ja){Ja(requireCodemirror())})(function(Ja){Ja.modeInfo=[{name:"APL",mime:"text/apl",mode:"apl",ext:["dyalog","apl"]},{name:"PGP",mimes:["application/pgp","application/pgp-encrypted","application/pgp-keys","application/pgp-signature"],mode:"asciiarmor",ext:["asc","pgp","sig"]},{name:"ASN.1",mime:"text/x-ttcn-asn",mode:"asn.1",ext:["asn","asn1"]},{name:"Asterisk",mime:"text/x-asterisk",mode:"asterisk",file:/^extensions\.conf$/i},{name:"Brainfuck",mime:"text/x-brainfuck",mode:"brainfuck",ext:["b","bf"]},{name:"C",mime:"text/x-csrc",mode:"clike",ext:["c","h","ino"]},{name:"C++",mime:"text/x-c++src",mode:"clike",ext:["cpp","c++","cc","cxx","hpp","h++","hh","hxx"],alias:["cpp"]},{name:"Cobol",mime:"text/x-cobol",mode:"cobol",ext:["cob","cpy","cbl"]},{name:"C#",mime:"text/x-csharp",mode:"clike",ext:["cs"],alias:["csharp","cs"]},{name:"Clojure",mime:"text/x-clojure",mode:"clojure",ext:["clj","cljc","cljx"]},{name:"ClojureScript",mime:"text/x-clojurescript",mode:"clojure",ext:["cljs"]},{name:"Closure Stylesheets (GSS)",mime:"text/x-gss",mode:"css",ext:["gss"]},{name:"CMake",mime:"text/x-cmake",mode:"cmake",ext:["cmake","cmake.in"],file:/^CMakeLists\.txt$/},{name:"CoffeeScript",mimes:["application/vnd.coffeescript","text/coffeescript","text/x-coffeescript"],mode:"coffeescript",ext:["coffee"],alias:["coffee","coffee-script"]},{name:"Common Lisp",mime:"text/x-common-lisp",mode:"commonlisp",ext:["cl","lisp","el"],alias:["lisp"]},{name:"Cypher",mime:"application/x-cypher-query",mode:"cypher",ext:["cyp","cypher"]},{name:"Cython",mime:"text/x-cython",mode:"python",ext:["pyx","pxd","pxi"]},{name:"Crystal",mime:"text/x-crystal",mode:"crystal",ext:["cr"]},{name:"CSS",mime:"text/css",mode:"css",ext:["css"]},{name:"CQL",mime:"text/x-cassandra",mode:"sql",ext:["cql"]},{name:"D",mime:"text/x-d",mode:"d",ext:["d"]},{name:"Dart",mimes:["application/dart","text/x-dart"],mode:"dart",ext:["dart"]},{name:"diff",mime:"text/x-diff",mode:"diff",ext:["diff","patch"]},{name:"Django",mime:"text/x-django",mode:"django"},{name:"Dockerfile",mime:"text/x-dockerfile",mode:"dockerfile",file:/^Dockerfile$/},{name:"DTD",mime:"application/xml-dtd",mode:"dtd",ext:["dtd"]},{name:"Dylan",mime:"text/x-dylan",mode:"dylan",ext:["dylan","dyl","intr"]},{name:"EBNF",mime:"text/x-ebnf",mode:"ebnf"},{name:"ECL",mime:"text/x-ecl",mode:"ecl",ext:["ecl"]},{name:"edn",mime:"application/edn",mode:"clojure",ext:["edn"]},{name:"Eiffel",mime:"text/x-eiffel",mode:"eiffel",ext:["e"]},{name:"Elm",mime:"text/x-elm",mode:"elm",ext:["elm"]},{name:"Embedded JavaScript",mime:"application/x-ejs",mode:"htmlembedded",ext:["ejs"]},{name:"Embedded Ruby",mime:"application/x-erb",mode:"htmlembedded",ext:["erb"]},{name:"Erlang",mime:"text/x-erlang",mode:"erlang",ext:["erl"]},{name:"Esper",mime:"text/x-esper",mode:"sql"},{name:"Factor",mime:"text/x-factor",mode:"factor",ext:["factor"]},{name:"FCL",mime:"text/x-fcl",mode:"fcl"},{name:"Forth",mime:"text/x-forth",mode:"forth",ext:["forth","fth","4th"]},{name:"Fortran",mime:"text/x-fortran",mode:"fortran",ext:["f","for","f77","f90","f95"]},{name:"F#",mime:"text/x-fsharp",mode:"mllike",ext:["fs"],alias:["fsharp"]},{name:"Gas",mime:"text/x-gas",mode:"gas",ext:["s"]},{name:"Gherkin",mime:"text/x-feature",mode:"gherkin",ext:["feature"]},{name:"GitHub Flavored Markdown",mime:"text/x-gfm",mode:"gfm",file:/^(readme|contributing|history)\.md$/i},{name:"Go",mime:"text/x-go",mode:"go",ext:["go"]},{name:"Groovy",mime:"text/x-groovy",mode:"groovy",ext:["groovy","gradle"],file:/^Jenkinsfile$/},{name:"HAML",mime:"text/x-haml",mode:"haml",ext:["haml"]},{name:"Haskell",mime:"text/x-haskell",mode:"haskell",ext:["hs"]},{name:"Haskell (Literate)",mime:"text/x-literate-haskell",mode:"haskell-literate",ext:["lhs"]},{name:"Haxe",mime:"text/x-haxe",mode:"haxe",ext:["hx"]},{name:"HXML",mime:"text/x-hxml",mode:"haxe",ext:["hxml"]},{name:"ASP.NET",mime:"application/x-aspx",mode:"htmlembedded",ext:["aspx"],alias:["asp","aspx"]},{name:"HTML",mime:"text/html",mode:"htmlmixed",ext:["html","htm","handlebars","hbs"],alias:["xhtml"]},{name:"HTTP",mime:"message/http",mode:"http"},{name:"IDL",mime:"text/x-idl",mode:"idl",ext:["pro"]},{name:"Pug",mime:"text/x-pug",mode:"pug",ext:["jade","pug"],alias:["jade"]},{name:"Java",mime:"text/x-java",mode:"clike",ext:["java"]},{name:"Java Server Pages",mime:"application/x-jsp",mode:"htmlembedded",ext:["jsp"],alias:["jsp"]},{name:"JavaScript",mimes:["text/javascript","text/ecmascript","application/javascript","application/x-javascript","application/ecmascript"],mode:"javascript",ext:["js"],alias:["ecmascript","js","node"]},{name:"JSON",mimes:["application/json","application/x-json"],mode:"javascript",ext:["json","map"],alias:["json5"]},{name:"JSON-LD",mime:"application/ld+json",mode:"javascript",ext:["jsonld"],alias:["jsonld"]},{name:"JSX",mime:"text/jsx",mode:"jsx",ext:["jsx"]},{name:"Jinja2",mime:"text/jinja2",mode:"jinja2",ext:["j2","jinja","jinja2"]},{name:"Julia",mime:"text/x-julia",mode:"julia",ext:["jl"],alias:["jl"]},{name:"Kotlin",mime:"text/x-kotlin",mode:"clike",ext:["kt"]},{name:"LESS",mime:"text/x-less",mode:"css",ext:["less"]},{name:"LiveScript",mime:"text/x-livescript",mode:"livescript",ext:["ls"],alias:["ls"]},{name:"Lua",mime:"text/x-lua",mode:"lua",ext:["lua"]},{name:"Markdown",mime:"text/x-markdown",mode:"markdown",ext:["markdown","md","mkd"]},{name:"mIRC",mime:"text/mirc",mode:"mirc"},{name:"MariaDB SQL",mime:"text/x-mariadb",mode:"sql"},{name:"Mathematica",mime:"text/x-mathematica",mode:"mathematica",ext:["m","nb","wl","wls"]},{name:"Modelica",mime:"text/x-modelica",mode:"modelica",ext:["mo"]},{name:"MUMPS",mime:"text/x-mumps",mode:"mumps",ext:["mps"]},{name:"MS SQL",mime:"text/x-mssql",mode:"sql"},{name:"mbox",mime:"application/mbox",mode:"mbox",ext:["mbox"]},{name:"MySQL",mime:"text/x-mysql",mode:"sql"},{name:"Nginx",mime:"text/x-nginx-conf",mode:"nginx",file:/nginx.*\.conf$/i},{name:"NSIS",mime:"text/x-nsis",mode:"nsis",ext:["nsh","nsi"]},{name:"NTriples",mimes:["application/n-triples","application/n-quads","text/n-triples"],mode:"ntriples",ext:["nt","nq"]},{name:"Objective-C",mime:"text/x-objectivec",mode:"clike",ext:["m"],alias:["objective-c","objc"]},{name:"Objective-C++",mime:"text/x-objectivec++",mode:"clike",ext:["mm"],alias:["objective-c++","objc++"]},{name:"OCaml",mime:"text/x-ocaml",mode:"mllike",ext:["ml","mli","mll","mly"]},{name:"Octave",mime:"text/x-octave",mode:"octave",ext:["m"]},{name:"Oz",mime:"text/x-oz",mode:"oz",ext:["oz"]},{name:"Pascal",mime:"text/x-pascal",mode:"pascal",ext:["p","pas"]},{name:"PEG.js",mime:"null",mode:"pegjs",ext:["jsonld"]},{name:"Perl",mime:"text/x-perl",mode:"perl",ext:["pl","pm"]},{name:"PHP",mimes:["text/x-php","application/x-httpd-php","application/x-httpd-php-open"],mode:"php",ext:["php","php3","php4","php5","php7","phtml"]},{name:"Pig",mime:"text/x-pig",mode:"pig",ext:["pig"]},{name:"Plain Text",mime:"text/plain",mode:"null",ext:["txt","text","conf","def","list","log"]},{name:"PLSQL",mime:"text/x-plsql",mode:"sql",ext:["pls"]},{name:"PostgreSQL",mime:"text/x-pgsql",mode:"sql"},{name:"PowerShell",mime:"application/x-powershell",mode:"powershell",ext:["ps1","psd1","psm1"]},{name:"Properties files",mime:"text/x-properties",mode:"properties",ext:["properties","ini","in"],alias:["ini","properties"]},{name:"ProtoBuf",mime:"text/x-protobuf",mode:"protobuf",ext:["proto"]},{name:"Python",mime:"text/x-python",mode:"python",ext:["BUILD","bzl","py","pyw"],file:/^(BUCK|BUILD)$/},{name:"Puppet",mime:"text/x-puppet",mode:"puppet",ext:["pp"]},{name:"Q",mime:"text/x-q",mode:"q",ext:["q"]},{name:"R",mime:"text/x-rsrc",mode:"r",ext:["r","R"],alias:["rscript"]},{name:"reStructuredText",mime:"text/x-rst",mode:"rst",ext:["rst"],alias:["rst"]},{name:"RPM Changes",mime:"text/x-rpm-changes",mode:"rpm"},{name:"RPM Spec",mime:"text/x-rpm-spec",mode:"rpm",ext:["spec"]},{name:"Ruby",mime:"text/x-ruby",mode:"ruby",ext:["rb"],alias:["jruby","macruby","rake","rb","rbx"]},{name:"Rust",mime:"text/x-rustsrc",mode:"rust",ext:["rs"]},{name:"SAS",mime:"text/x-sas",mode:"sas",ext:["sas"]},{name:"Sass",mime:"text/x-sass",mode:"sass",ext:["sass"]},{name:"Scala",mime:"text/x-scala",mode:"clike",ext:["scala"]},{name:"Scheme",mime:"text/x-scheme",mode:"scheme",ext:["scm","ss"]},{name:"SCSS",mime:"text/x-scss",mode:"css",ext:["scss"]},{name:"Shell",mimes:["text/x-sh","application/x-sh"],mode:"shell",ext:["sh","ksh","bash"],alias:["bash","sh","zsh"],file:/^PKGBUILD$/},{name:"Sieve",mime:"application/sieve",mode:"sieve",ext:["siv","sieve"]},{name:"Slim",mimes:["text/x-slim","application/x-slim"],mode:"slim",ext:["slim"]},{name:"Smalltalk",mime:"text/x-stsrc",mode:"smalltalk",ext:["st"]},{name:"Smarty",mime:"text/x-smarty",mode:"smarty",ext:["tpl"]},{name:"Solr",mime:"text/x-solr",mode:"solr"},{name:"SML",mime:"text/x-sml",mode:"mllike",ext:["sml","sig","fun","smackspec"]},{name:"Soy",mime:"text/x-soy",mode:"soy",ext:["soy"],alias:["closure template"]},{name:"SPARQL",mime:"application/sparql-query",mode:"sparql",ext:["rq","sparql"],alias:["sparul"]},{name:"Spreadsheet",mime:"text/x-spreadsheet",mode:"spreadsheet",alias:["excel","formula"]},{name:"SQL",mime:"text/x-sql",mode:"sql",ext:["sql"]},{name:"SQLite",mime:"text/x-sqlite",mode:"sql"},{name:"Squirrel",mime:"text/x-squirrel",mode:"clike",ext:["nut"]},{name:"Stylus",mime:"text/x-styl",mode:"stylus",ext:["styl"]},{name:"Swift",mime:"text/x-swift",mode:"swift",ext:["swift"]},{name:"sTeX",mime:"text/x-stex",mode:"stex"},{name:"LaTeX",mime:"text/x-latex",mode:"stex",ext:["text","ltx","tex"],alias:["tex"]},{name:"SystemVerilog",mime:"text/x-systemverilog",mode:"verilog",ext:["v","sv","svh"]},{name:"Tcl",mime:"text/x-tcl",mode:"tcl",ext:["tcl"]},{name:"Textile",mime:"text/x-textile",mode:"textile",ext:["textile"]},{name:"TiddlyWiki",mime:"text/x-tiddlywiki",mode:"tiddlywiki"},{name:"Tiki wiki",mime:"text/tiki",mode:"tiki"},{name:"TOML",mime:"text/x-toml",mode:"toml",ext:["toml"]},{name:"Tornado",mime:"text/x-tornado",mode:"tornado"},{name:"troff",mime:"text/troff",mode:"troff",ext:["1","2","3","4","5","6","7","8","9"]},{name:"TTCN",mime:"text/x-ttcn",mode:"ttcn",ext:["ttcn","ttcn3","ttcnpp"]},{name:"TTCN_CFG",mime:"text/x-ttcn-cfg",mode:"ttcn-cfg",ext:["cfg"]},{name:"Turtle",mime:"text/turtle",mode:"turtle",ext:["ttl"]},{name:"TypeScript",mime:"application/typescript",mode:"javascript",ext:["ts"],alias:["ts"]},{name:"TypeScript-JSX",mime:"text/typescript-jsx",mode:"jsx",ext:["tsx"],alias:["tsx"]},{name:"Twig",mime:"text/x-twig",mode:"twig"},{name:"Web IDL",mime:"text/x-webidl",mode:"webidl",ext:["webidl"]},{name:"VB.NET",mime:"text/x-vb",mode:"vb",ext:["vb"]},{name:"VBScript",mime:"text/vbscript",mode:"vbscript",ext:["vbs"]},{name:"Velocity",mime:"text/velocity",mode:"velocity",ext:["vtl"]},{name:"Verilog",mime:"text/x-verilog",mode:"verilog",ext:["v"]},{name:"VHDL",mime:"text/x-vhdl",mode:"vhdl",ext:["vhd","vhdl"]},{name:"Vue.js Component",mimes:["script/x-vue","text/x-vue"],mode:"vue",ext:["vue"]},{name:"XML",mimes:["application/xml","text/xml"],mode:"xml",ext:["xml","xsl","xsd","svg"],alias:["rss","wsdl","xsd"]},{name:"XQuery",mime:"application/xquery",mode:"xquery",ext:["xy","xquery"]},{name:"Yacas",mime:"text/x-yacas",mode:"yacas",ext:["ys"]},{name:"YAML",mimes:["text/x-yaml","text/yaml"],mode:"yaml",ext:["yaml","yml"],alias:["yml"]},{name:"Z80",mime:"text/x-z80",mode:"z80",ext:["z80"]},{name:"mscgen",mime:"text/x-mscgen",mode:"mscgen",ext:["mscgen","mscin","msc"]},{name:"xu",mime:"text/x-xu",mode:"mscgen",ext:["xu"]},{name:"msgenny",mime:"text/x-msgenny",mode:"mscgen",ext:["msgenny"]},{name:"WebAssembly",mime:"text/webassembly",mode:"wast",ext:["wat","wast"]}];for(var ed=0;ed<Ja.modeInfo.length;ed++){var td=Ja.modeInfo[ed];td.mimes&&(td.mime=td.mimes[0])}Ja.findModeByMIME=function(rd){rd=rd.toLowerCase();for(var od=0;od<Ja.modeInfo.length;od++){var sd=Ja.modeInfo[od];if(sd.mime==rd)return sd;if(sd.mimes){for(var ld=0;ld<sd.mimes.length;ld++)if(sd.mimes[ld]==rd)return sd}}if(/\+xml$/.test(rd))return Ja.findModeByMIME("application/xml");if(/\+json$/.test(rd))return Ja.findModeByMIME("application/json")},Ja.findModeByExtension=function(rd){rd=rd.toLowerCase();for(var od=0;od<Ja.modeInfo.length;od++){var sd=Ja.modeInfo[od];if(sd.ext){for(var ld=0;ld<sd.ext.length;ld++)if(sd.ext[ld]==rd)return sd}}},Ja.findModeByFileName=function(rd){for(var od=0;od<Ja.modeInfo.length;od++){var sd=Ja.modeInfo[od];if(sd.file&&sd.file.test(rd))return sd}var ld=rd.lastIndexOf("."),cd=ld>-1&&rd.substring(ld+1,rd.length);if(cd)return Ja.findModeByExtension(cd)},Ja.findModeByName=function(rd){rd=rd.toLowerCase();for(var od=0;od<Ja.modeInfo.length;od++){var sd=Ja.modeInfo[od];if(sd.name.toLowerCase()==rd)return sd;if(sd.alias){for(var ld=0;ld<sd.alias.length;ld++)if(sd.alias[ld].toLowerCase()==rd)return sd}}}})}()),meta.exports}(function(Ra,qa){(function(Ja){Ja(requireCodemirror(),requireXml(),requireMeta())})(function(Ja){Ja.defineMode("markdown",function(ed,td){var rd=Ja.getMode(ed,"text/html"),od=rd.name=="null";function sd(Cf){if(Ja.findModeByName){var Ef=Ja.findModeByName(Cf);Ef&&(Cf=Ef.mime||Ef.mimes[0])}var yf=Ja.getMode(ed,Cf);return yf.name=="null"?null:yf}td.highlightFormatting===void 0&&(td.highlightFormatting=!1),td.maxBlockquoteDepth===void 0&&(td.maxBlockquoteDepth=0),td.taskLists===void 0&&(td.taskLists=!1),td.strikethrough===void 0&&(td.strikethrough=!1),td.emoji===void 0&&(td.emoji=!1),td.fencedCodeBlockHighlighting===void 0&&(td.fencedCodeBlockHighlighting=!0),td.fencedCodeBlockDefaultMode===void 0&&(td.fencedCodeBlockDefaultMode="text/plain"),td.xml===void 0&&(td.xml=!0),td.tokenTypeOverrides===void 0&&(td.tokenTypeOverrides={});var ld={header:"header",code:"comment",quote:"quote",list1:"variable-2",list2:"variable-3",list3:"keyword",hr:"hr",image:"image",imageAltText:"image-alt-text",imageMarker:"image-marker",formatting:"formatting",linkInline:"link",linkEmail:"link",linkText:"link",linkHref:"string",em:"em",strong:"strong",strikethrough:"strikethrough",emoji:"builtin"};for(var cd in ld)ld.hasOwnProperty(cd)&&td.tokenTypeOverrides[cd]&&(ld[cd]=td.tokenTypeOverrides[cd]);var ud=/^([*\-_])(?:\s*\1){2,}\s*$/,gd=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,_d=/^\[(x| )\](?=\s)/i,yd=td.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,Ed=/^ {0,3}(?:\={1,}|-{2,})\s*$/,Td=/^[^#!\[\]*_\\<>` "'(~:]+/,Od=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,Ad=/^\s*\[[^\]]+?\]:.*$/,Nd=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E42\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC9\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDF3C-\uDF3E]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]/,kd=" ";function Id(Cf,Ef,yf){return Ef.f=Ef.inline=yf,yf(Cf,Ef)}function Rd(Cf,Ef,yf){return Ef.f=Ef.block=yf,yf(Cf,Ef)}function Md(Cf){return!Cf||!/\S/.test(Cf.string)}function Ld(Cf){if(Cf.linkTitle=!1,Cf.linkHref=!1,Cf.linkText=!1,Cf.em=!1,Cf.strong=!1,Cf.strikethrough=!1,Cf.quote=0,Cf.indentedCode=!1,Cf.f==Pd){var Ef=od;if(!Ef){var yf=Ja.innerMode(rd,Cf.htmlState);Ef=yf.mode.name=="xml"&&yf.state.tagStart===null&&!yf.state.context&&yf.state.tokenize.isInText}Ef&&(Cf.f=qd,Cf.block=jd,Cf.htmlState=null)}return Cf.trailingSpace=0,Cf.trailingSpaceNewLine=!1,Cf.prevLine=Cf.thisLine,Cf.thisLine={stream:null},null}function jd(Cf,Ef){var yf=Cf.column()===Ef.indentation,Mf=Md(Ef.prevLine.stream),Af=Ef.indentedCode,Zd=Ef.prevLine.hr,mf=Ef.list!==!1,Pf=(Ef.listStack[Ef.listStack.length-1]||0)+3;Ef.indentedCode=!1;var Ff=Ef.indentation;if(Ef.indentationDiff===null&&(Ef.indentationDiff=Ef.indentation,mf)){for(Ef.list=null;Ff<Ef.listStack[Ef.listStack.length-1];)Ef.listStack.pop(),Ef.listStack.length?Ef.indentation=Ef.listStack[Ef.listStack.length-1]:Ef.list=!1;Ef.list!==!1&&(Ef.indentationDiff=Ff-Ef.listStack[Ef.listStack.length-1])}var Lf=!Mf&&!Zd&&!Ef.prevLine.header&&(!mf||!Af)&&!Ef.prevLine.fencedCodeEnd,jf=(Ef.list===!1||Zd||Mf)&&Ef.indentation<=Pf&&Cf.match(ud),xf=null;if(Ef.indentationDiff>=4&&(Af||Ef.prevLine.fencedCodeEnd||Ef.prevLine.header||Mf))return Cf.skipToEnd(),Ef.indentedCode=!0,ld.code;if(Cf.eatSpace())return null;if(yf&&Ef.indentation<=Pf&&(xf=Cf.match(yd))&&xf[1].length<=6)return Ef.quote=0,Ef.header=xf[1].length,Ef.thisLine.header=!0,td.highlightFormatting&&(Ef.formatting="header"),Ef.f=Ef.inline,Ud(Ef);if(Ef.indentation<=Pf&&Cf.eat(">"))return Ef.quote=yf?1:Ef.quote+1,td.highlightFormatting&&(Ef.formatting="quote"),Cf.eatSpace(),Ud(Ef);if(!jf&&!Ef.setext&&yf&&Ef.indentation<=Pf&&(xf=Cf.match(gd))){var Nf=xf[1]?"ol":"ul";return Ef.indentation=Ff+Cf.current().length,Ef.list=!0,Ef.quote=0,Ef.listStack.push(Ef.indentation),Ef.em=!1,Ef.strong=!1,Ef.code=!1,Ef.strikethrough=!1,td.taskLists&&Cf.match(_d,!1)&&(Ef.taskList=!0),Ef.f=Ef.inline,td.highlightFormatting&&(Ef.formatting=["list","list-"+Nf]),Ud(Ef)}else{if(yf&&Ef.indentation<=Pf&&(xf=Cf.match(Od,!0)))return Ef.quote=0,Ef.fencedEndRE=new RegExp(xf[1]+"+ *$"),Ef.localMode=td.fencedCodeBlockHighlighting&&sd(xf[2]||td.fencedCodeBlockDefaultMode),Ef.localMode&&(Ef.localState=Ja.startState(Ef.localMode)),Ef.f=Ef.block=Fd,td.highlightFormatting&&(Ef.formatting="code-block"),Ef.code=-1,Ud(Ef);if(Ef.setext||(!Lf||!mf)&&!Ef.quote&&Ef.list===!1&&!Ef.code&&!jf&&!Ad.test(Cf.string)&&(xf=Cf.lookAhead(1))&&(xf=xf.match(Ed)))return Ef.setext?(Ef.header=Ef.setext,Ef.setext=0,Cf.skipToEnd(),td.highlightFormatting&&(Ef.formatting="header")):(Ef.header=xf[0].charAt(0)=="="?1:2,Ef.setext=Ef.header),Ef.thisLine.header=!0,Ef.f=Ef.inline,Ud(Ef);if(jf)return Cf.skipToEnd(),Ef.hr=!0,Ef.thisLine.hr=!0,ld.hr;if(Cf.peek()==="[")return Id(Cf,Ef,hf)}return Id(Cf,Ef,Ef.inline)}function Pd(Cf,Ef){var yf=rd.token(Cf,Ef.htmlState);if(!od){var Mf=Ja.innerMode(rd,Ef.htmlState);(Mf.mode.name=="xml"&&Mf.state.tagStart===null&&!Mf.state.context&&Mf.state.tokenize.isInText||Ef.md_inside&&Cf.current().indexOf(">")>-1)&&(Ef.f=qd,Ef.block=jd,Ef.htmlState=null)}return yf}function Fd(Cf,Ef){var yf=Ef.listStack[Ef.listStack.length-1]||0,Mf=Ef.indentation<yf,Af=yf+3;if(Ef.fencedEndRE&&Ef.indentation<=Af&&(Mf||Cf.match(Ef.fencedEndRE))){td.highlightFormatting&&(Ef.formatting="code-block");var Zd;return Mf||(Zd=Ud(Ef)),Ef.localMode=Ef.localState=null,Ef.block=jd,Ef.f=qd,Ef.fencedEndRE=null,Ef.code=0,Ef.thisLine.fencedCodeEnd=!0,Mf?Rd(Cf,Ef,Ef.block):Zd}else return Ef.localMode?Ef.localMode.token(Cf,Ef.localState):(Cf.skipToEnd(),ld.code)}function Ud(Cf){var Ef=[];if(Cf.formatting){Ef.push(ld.formatting),typeof Cf.formatting=="string"&&(Cf.formatting=[Cf.formatting]);for(var yf=0;yf<Cf.formatting.length;yf++)Ef.push(ld.formatting+"-"+Cf.formatting[yf]),Cf.formatting[yf]==="header"&&Ef.push(ld.formatting+"-"+Cf.formatting[yf]+"-"+Cf.header),Cf.formatting[yf]==="quote"&&(!td.maxBlockquoteDepth||td.maxBlockquoteDepth>=Cf.quote?Ef.push(ld.formatting+"-"+Cf.formatting[yf]+"-"+Cf.quote):Ef.push("error"))}if(Cf.taskOpen)return Ef.push("meta"),Ef.length?Ef.join(" "):null;if(Cf.taskClosed)return Ef.push("property"),Ef.length?Ef.join(" "):null;if(Cf.linkHref?Ef.push(ld.linkHref,"url"):(Cf.strong&&Ef.push(ld.strong),Cf.em&&Ef.push(ld.em),Cf.strikethrough&&Ef.push(ld.strikethrough),Cf.emoji&&Ef.push(ld.emoji),Cf.linkText&&Ef.push(ld.linkText),Cf.code&&Ef.push(ld.code),Cf.image&&Ef.push(ld.image),Cf.imageAltText&&Ef.push(ld.imageAltText,"link"),Cf.imageMarker&&Ef.push(ld.imageMarker)),Cf.header&&Ef.push(ld.header,ld.header+"-"+Cf.header),Cf.quote&&(Ef.push(ld.quote),!td.maxBlockquoteDepth||td.maxBlockquoteDepth>=Cf.quote?Ef.push(ld.quote+"-"+Cf.quote):Ef.push(ld.quote+"-"+td.maxBlockquoteDepth)),Cf.list!==!1){var Mf=(Cf.listStack.length-1)%3;Mf?Mf===1?Ef.push(ld.list2):Ef.push(ld.list3):Ef.push(ld.list1)}return Cf.trailingSpaceNewLine?Ef.push("trailing-space-new-line"):Cf.trailingSpace&&Ef.push("trailing-space-"+(Cf.trailingSpace%2?"a":"b")),Ef.length?Ef.join(" "):null}function Vd(Cf,Ef){if(Cf.match(Td,!0))return Ud(Ef)}function qd(Cf,Ef){var yf=Ef.text(Cf,Ef);if(typeof yf<"u")return yf;if(Ef.list)return Ef.list=null,Ud(Ef);if(Ef.taskList){var Mf=Cf.match(_d,!0)[1]===" ";return Mf?Ef.taskOpen=!0:Ef.taskClosed=!0,td.highlightFormatting&&(Ef.formatting="task"),Ef.taskList=!1,Ud(Ef)}if(Ef.taskOpen=!1,Ef.taskClosed=!1,Ef.header&&Cf.match(/^#+$/,!0))return td.highlightFormatting&&(Ef.formatting="header"),Ud(Ef);var Af=Cf.next();if(Ef.linkTitle){Ef.linkTitle=!1;var Zd=Af;Af==="("&&(Zd=")"),Zd=(Zd+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var mf="^\\s*(?:[^"+Zd+"\\\\]+|\\\\\\\\|\\\\.)"+Zd;if(Cf.match(new RegExp(mf),!0))return ld.linkHref}if(Af==="`"){var Pf=Ef.formatting;td.highlightFormatting&&(Ef.formatting="code"),Cf.eatWhile("`");var Ff=Cf.current().length;if(Ef.code==0&&(!Ef.quote||Ff==1))return Ef.code=Ff,Ud(Ef);if(Ff==Ef.code){var Lf=Ud(Ef);return Ef.code=0,Lf}else return Ef.formatting=Pf,Ud(Ef)}else if(Ef.code)return Ud(Ef);if(Af==="\\"&&(Cf.next(),td.highlightFormatting)){var jf=Ud(Ef),xf=ld.formatting+"-escape";return jf?jf+" "+xf:xf}if(Af==="!"&&Cf.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return Ef.imageMarker=!0,Ef.image=!0,td.highlightFormatting&&(Ef.formatting="image"),Ud(Ef);if(Af==="["&&Ef.imageMarker&&Cf.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return Ef.imageMarker=!1,Ef.imageAltText=!0,td.highlightFormatting&&(Ef.formatting="image"),Ud(Ef);if(Af==="]"&&Ef.imageAltText){td.highlightFormatting&&(Ef.formatting="image");var jf=Ud(Ef);return Ef.imageAltText=!1,Ef.image=!1,Ef.inline=Ef.f=zd,jf}if(Af==="["&&!Ef.image)return Ef.linkText&&Cf.match(/^.*?\]/)||(Ef.linkText=!0,td.highlightFormatting&&(Ef.formatting="link")),Ud(Ef);if(Af==="]"&&Ef.linkText){td.highlightFormatting&&(Ef.formatting="link");var jf=Ud(Ef);return Ef.linkText=!1,Ef.inline=Ef.f=Cf.match(/\(.*?\)| ?\[.*?\]/,!1)?zd:qd,jf}if(Af==="<"&&Cf.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){Ef.f=Ef.inline=Wd,td.highlightFormatting&&(Ef.formatting="link");var jf=Ud(Ef);return jf?jf+=" ":jf="",jf+ld.linkInline}if(Af==="<"&&Cf.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){Ef.f=Ef.inline=Wd,td.highlightFormatting&&(Ef.formatting="link");var jf=Ud(Ef);return jf?jf+=" ":jf="",jf+ld.linkEmail}if(td.xml&&Af==="<"&&Cf.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Nf=Cf.string.indexOf(">",Cf.pos);if(Nf!=-1){var Bf=Cf.string.substring(Cf.start,Nf);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Bf)&&(Ef.md_inside=!0)}return Cf.backUp(1),Ef.htmlState=Ja.startState(rd),Rd(Cf,Ef,Pd)}if(td.xml&&Af==="<"&&Cf.match(/^\/\w*?>/))return Ef.md_inside=!1,"tag";if(Af==="*"||Af==="_"){for(var Tf=1,wf=Cf.pos==1?" ":Cf.string.charAt(Cf.pos-2);Tf<3&&Cf.eat(Af);)Tf++;var Of=Cf.peek()||" ",$f=!/\s/.test(Of)&&(!Nd.test(Of)||/\s/.test(wf)||Nd.test(wf)),Wf=!/\s/.test(wf)&&(!Nd.test(wf)||/\s/.test(Of)||Nd.test(Of)),Kf=null,Df=null;if(Tf%2&&(!Ef.em&&$f&&(Af==="*"||!Wf||Nd.test(wf))?Kf=!0:Ef.em==Af&&Wf&&(Af==="*"||!$f||Nd.test(Of))&&(Kf=!1)),Tf>1&&(!Ef.strong&&$f&&(Af==="*"||!Wf||Nd.test(wf))?Df=!0:Ef.strong==Af&&Wf&&(Af==="*"||!$f||Nd.test(Of))&&(Df=!1)),Df!=null||Kf!=null){td.highlightFormatting&&(Ef.formatting=Kf==null?"strong":Df==null?"em":"strong em"),Kf===!0&&(Ef.em=Af),Df===!0&&(Ef.strong=Af);var Lf=Ud(Ef);return Kf===!1&&(Ef.em=!1),Df===!1&&(Ef.strong=!1),Lf}}else if(Af===" "&&(Cf.eat("*")||Cf.eat("_"))){if(Cf.peek()===" ")return Ud(Ef);Cf.backUp(1)}if(td.strikethrough){if(Af==="~"&&Cf.eatWhile(Af)){if(Ef.strikethrough){td.highlightFormatting&&(Ef.formatting="strikethrough");var Lf=Ud(Ef);return Ef.strikethrough=!1,Lf}else if(Cf.match(/^[^\s]/,!1))return Ef.strikethrough=!0,td.highlightFormatting&&(Ef.formatting="strikethrough"),Ud(Ef)}else if(Af===" "&&Cf.match("~~",!0)){if(Cf.peek()===" ")return Ud(Ef);Cf.backUp(2)}}if(td.emoji&&Af===":"&&Cf.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){Ef.emoji=!0,td.highlightFormatting&&(Ef.formatting="emoji");var qf=Ud(Ef);return Ef.emoji=!1,qf}return Af===" "&&(Cf.match(/^ +$/,!1)?Ef.trailingSpace++:Ef.trailingSpace&&(Ef.trailingSpaceNewLine=!0)),Ud(Ef)}function Wd(Cf,Ef){var yf=Cf.next();if(yf===">"){Ef.f=Ef.inline=qd,td.highlightFormatting&&(Ef.formatting="link");var Mf=Ud(Ef);return Mf?Mf+=" ":Mf="",Mf+ld.linkInline}return Cf.match(/^[^>]+/,!0),ld.linkInline}function zd(Cf,Ef){if(Cf.eatSpace())return null;var yf=Cf.next();return yf==="("||yf==="["?(Ef.f=Ef.inline=Qd(yf==="("?")":"]"),td.highlightFormatting&&(Ef.formatting="link-string"),Ef.linkHref=!0,Ud(Ef)):"error"}var Kd={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function Qd(Cf){return function(Ef,yf){var Mf=Ef.next();if(Mf===Cf){yf.f=yf.inline=qd,td.highlightFormatting&&(yf.formatting="link-string");var Af=Ud(yf);return yf.linkHref=!1,Af}return Ef.match(Kd[Cf]),yf.linkHref=!0,Ud(yf)}}function hf(Cf,Ef){return Cf.match(/^([^\]\\]|\\.)*\]:/,!1)?(Ef.f=gf,Cf.next(),td.highlightFormatting&&(Ef.formatting="link"),Ef.linkText=!0,Ud(Ef)):Id(Cf,Ef,qd)}function gf(Cf,Ef){if(Cf.match("]:",!0)){Ef.f=Ef.inline=bf,td.highlightFormatting&&(Ef.formatting="link");var yf=Ud(Ef);return Ef.linkText=!1,yf}return Cf.match(/^([^\]\\]|\\.)+/,!0),ld.linkText}function bf(Cf,Ef){return Cf.eatSpace()?null:(Cf.match(/^[^\s]+/,!0),Cf.peek()===void 0?Ef.linkTitle=!0:Cf.match(/^(?:\s+(?:"(?:[^"\\]|\\.)+"|'(?:[^'\\]|\\.)+'|\((?:[^)\\]|\\.)+\)))?/,!0),Ef.f=Ef.inline=qd,ld.linkHref+" url")}var kf={startState:function(){return{f:jd,prevLine:{stream:null},thisLine:{stream:null},block:jd,htmlState:null,indentation:0,inline:qd,text:Vd,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,code:0,em:!1,strong:!1,header:0,setext:0,hr:!1,taskList:!1,list:!1,listStack:[],quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,emoji:!1,fencedEndRE:null}},copyState:function(Cf){return{f:Cf.f,prevLine:Cf.prevLine,thisLine:Cf.thisLine,block:Cf.block,htmlState:Cf.htmlState&&Ja.copyState(rd,Cf.htmlState),indentation:Cf.indentation,localMode:Cf.localMode,localState:Cf.localMode?Ja.copyState(Cf.localMode,Cf.localState):null,inline:Cf.inline,text:Cf.text,formatting:!1,linkText:Cf.linkText,linkTitle:Cf.linkTitle,linkHref:Cf.linkHref,code:Cf.code,em:Cf.em,strong:Cf.strong,strikethrough:Cf.strikethrough,emoji:Cf.emoji,header:Cf.header,setext:Cf.setext,hr:Cf.hr,taskList:Cf.taskList,list:Cf.list,listStack:Cf.listStack.slice(0),quote:Cf.quote,indentedCode:Cf.indentedCode,trailingSpace:Cf.trailingSpace,trailingSpaceNewLine:Cf.trailingSpaceNewLine,md_inside:Cf.md_inside,fencedEndRE:Cf.fencedEndRE}},token:function(Cf,Ef){if(Ef.formatting=!1,Cf!=Ef.thisLine.stream){if(Ef.header=0,Ef.hr=!1,Cf.match(/^\s*$/,!0))return Ld(Ef),null;if(Ef.prevLine=Ef.thisLine,Ef.thisLine={stream:Cf},Ef.taskList=!1,Ef.trailingSpace=0,Ef.trailingSpaceNewLine=!1,!Ef.localState&&(Ef.f=Ef.block,Ef.f!=Pd)){var yf=Cf.match(/^\s*/,!0)[0].replace(/\t/g,kd).length;if(Ef.indentation=yf,Ef.indentationDiff=null,yf>0)return null}}return Ef.f(Cf,Ef)},innerMode:function(Cf){return Cf.block==Pd?{state:Cf.htmlState,mode:rd}:Cf.localState?{state:Cf.localState,mode:Cf.localMode}:{state:Cf,mode:kf}},indent:function(Cf,Ef,yf){return Cf.block==Pd&&rd.indent?rd.indent(Cf.htmlState,Ef,yf):Cf.localState&&Cf.localMode.indent?Cf.localMode.indent(Cf.localState,Ef,yf):Ja.Pass},blankLine:Ld,getType:Ud,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return kf},"xml"),Ja.defineMIME("text/markdown","markdown"),Ja.defineMIME("text/x-markdown","markdown")})})();(function(Ra,qa){(function(Ja){Ja(requireCodemirror())})(function(Ja){var ed={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},td=Ja.Pos;Ja.defineOption("autoCloseBrackets",!1,function(Ad,Nd,kd){kd&&kd!=Ja.Init&&(Ad.removeKeyMap(od),Ad.state.closeBrackets=null),Nd&&(sd(rd(Nd,"pairs")),Ad.state.closeBrackets=Nd,Ad.addKeyMap(od))});function rd(Ad,Nd){return Nd=="pairs"&&typeof Ad=="string"?Ad:typeof Ad=="object"&&Ad[Nd]!=null?Ad[Nd]:ed[Nd]}var od={Backspace:ud,Enter:gd};function sd(Ad){for(var Nd=0;Nd<Ad.length;Nd++){var kd=Ad.charAt(Nd),Id="'"+kd+"'";od[Id]||(od[Id]=ld(kd))}}sd(ed.pairs+"`");function ld(Ad){return function(Nd){return Ed(Nd,Ad)}}function cd(Ad){var Nd=Ad.state.closeBrackets;if(!Nd||Nd.override)return Nd;var kd=Ad.getModeAt(Ad.getCursor());return kd.closeBrackets||Nd}function ud(Ad){var Nd=cd(Ad);if(!Nd||Ad.getOption("disableInput"))return Ja.Pass;for(var kd=rd(Nd,"pairs"),Id=Ad.listSelections(),Rd=0;Rd<Id.length;Rd++){if(!Id[Rd].empty())return Ja.Pass;var Md=Td(Ad,Id[Rd].head);if(!Md||kd.indexOf(Md)%2!=0)return Ja.Pass}for(var Rd=Id.length-1;Rd>=0;Rd--){var Ld=Id[Rd].head;Ad.replaceRange("",td(Ld.line,Ld.ch-1),td(Ld.line,Ld.ch+1),"+delete")}}function gd(Ad){var Nd=cd(Ad),kd=Nd&&rd(Nd,"explode");if(!kd||Ad.getOption("disableInput"))return Ja.Pass;for(var Id=Ad.listSelections(),Rd=0;Rd<Id.length;Rd++){if(!Id[Rd].empty())return Ja.Pass;var Md=Td(Ad,Id[Rd].head);if(!Md||kd.indexOf(Md)%2!=0)return Ja.Pass}Ad.operation(function(){var Ld=Ad.lineSeparator()||`
`;Ad.replaceSelection(Ld+Ld,null),_d(Ad,-1),Id=Ad.listSelections();for(var jd=0;jd<Id.length;jd++){var Pd=Id[jd].head.line;Ad.indentLine(Pd,null,!0),Ad.indentLine(Pd+1,null,!0)}})}function _d(Ad,Nd){for(var kd=[],Id=Ad.listSelections(),Rd=0,Md=0;Md<Id.length;Md++){var Ld=Id[Md];Ld.head==Ad.getCursor()&&(Rd=Md);var jd=Ld.head.ch||Nd>0?{line:Ld.head.line,ch:Ld.head.ch+Nd}:{line:Ld.head.line-1};kd.push({anchor:jd,head:jd})}Ad.setSelections(kd,Rd)}function yd(Ad){var Nd=Ja.cmpPos(Ad.anchor,Ad.head)>0;return{anchor:new td(Ad.anchor.line,Ad.anchor.ch+(Nd?-1:1)),head:new td(Ad.head.line,Ad.head.ch+(Nd?1:-1))}}function Ed(Ad,Nd){var kd=cd(Ad);if(!kd||Ad.getOption("disableInput"))return Ja.Pass;var Id=rd(kd,"pairs"),Rd=Id.indexOf(Nd);if(Rd==-1)return Ja.Pass;for(var Md=rd(kd,"closeBefore"),Ld=rd(kd,"triples"),jd=Id.charAt(Rd+1)==Nd,Pd=Ad.listSelections(),Fd=Rd%2==0,Ud,Vd=0;Vd<Pd.length;Vd++){var qd=Pd[Vd],Wd=qd.head,zd,Kd=Ad.getRange(Wd,td(Wd.line,Wd.ch+1));if(Fd&&!qd.empty())zd="surround";else if((jd||!Fd)&&Kd==Nd)jd&&Od(Ad,Wd)?zd="both":Ld.indexOf(Nd)>=0&&Ad.getRange(Wd,td(Wd.line,Wd.ch+3))==Nd+Nd+Nd?zd="skipThree":zd="skip";else if(jd&&Wd.ch>1&&Ld.indexOf(Nd)>=0&&Ad.getRange(td(Wd.line,Wd.ch-2),Wd)==Nd+Nd){if(Wd.ch>2&&/\bstring/.test(Ad.getTokenTypeAt(td(Wd.line,Wd.ch-2))))return Ja.Pass;zd="addFour"}else if(jd){var Qd=Wd.ch==0?" ":Ad.getRange(td(Wd.line,Wd.ch-1),Wd);if(!Ja.isWordChar(Kd)&&Qd!=Nd&&!Ja.isWordChar(Qd))zd="both";else return Ja.Pass}else if(Fd&&(Kd.length===0||/\s/.test(Kd)||Md.indexOf(Kd)>-1))zd="both";else return Ja.Pass;if(!Ud)Ud=zd;else if(Ud!=zd)return Ja.Pass}var hf=Rd%2?Id.charAt(Rd-1):Nd,gf=Rd%2?Nd:Id.charAt(Rd+1);Ad.operation(function(){if(Ud=="skip")_d(Ad,1);else if(Ud=="skipThree")_d(Ad,3);else if(Ud=="surround"){for(var bf=Ad.getSelections(),kf=0;kf<bf.length;kf++)bf[kf]=hf+bf[kf]+gf;Ad.replaceSelections(bf,"around"),bf=Ad.listSelections().slice();for(var kf=0;kf<bf.length;kf++)bf[kf]=yd(bf[kf]);Ad.setSelections(bf)}else Ud=="both"?(Ad.replaceSelection(hf+gf,null),Ad.triggerElectric(hf+gf),_d(Ad,-1)):Ud=="addFour"&&(Ad.replaceSelection(hf+hf+hf+hf,"before"),_d(Ad,1))})}function Td(Ad,Nd){var kd=Ad.getRange(td(Nd.line,Nd.ch-1),td(Nd.line,Nd.ch+1));return kd.length==2?kd:null}function Od(Ad,Nd){var kd=Ad.getTokenAt(td(Nd.line,Nd.ch+1));return/\bstring/.test(kd.type)&&kd.start==Nd.ch&&(Nd.ch==0||!/\bstring/.test(Ad.getTokenTypeAt(Nd)))}})})();(function(Ra,qa){(function(Ja){Ja(requireCodemirror())})(function(Ja){var ed=/MSIE \d/.test(navigator.userAgent)&&(document.documentMode==null||document.documentMode<8),td=Ja.Pos,rd={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<","<":">>",">":"<<"};function od(_d){return _d&&_d.bracketRegex||/[(){}[\]]/}function sd(_d,yd,Ed){var Td=_d.getLineHandle(yd.line),Od=yd.ch-1,Ad=Ed&&Ed.afterCursor;Ad==null&&(Ad=/(^| )cm-fat-cursor($| )/.test(_d.getWrapperElement().className));var Nd=od(Ed),kd=!Ad&&Od>=0&&Nd.test(Td.text.charAt(Od))&&rd[Td.text.charAt(Od)]||Nd.test(Td.text.charAt(Od+1))&&rd[Td.text.charAt(++Od)];if(!kd)return null;var Id=kd.charAt(1)==">"?1:-1;if(Ed&&Ed.strict&&Id>0!=(Od==yd.ch))return null;var Rd=_d.getTokenTypeAt(td(yd.line,Od+1)),Md=ld(_d,td(yd.line,Od+(Id>0?1:0)),Id,Rd,Ed);return Md==null?null:{from:td(yd.line,Od),to:Md&&Md.pos,match:Md&&Md.ch==kd.charAt(0),forward:Id>0}}function ld(_d,yd,Ed,Td,Od){for(var Ad=Od&&Od.maxScanLineLength||1e4,Nd=Od&&Od.maxScanLines||1e3,kd=[],Id=od(Od),Rd=Ed>0?Math.min(yd.line+Nd,_d.lastLine()+1):Math.max(_d.firstLine()-1,yd.line-Nd),Md=yd.line;Md!=Rd;Md+=Ed){var Ld=_d.getLine(Md);if(Ld){var jd=Ed>0?0:Ld.length-1,Pd=Ed>0?Ld.length:-1;if(!(Ld.length>Ad))for(Md==yd.line&&(jd=yd.ch-(Ed<0?1:0));jd!=Pd;jd+=Ed){var Fd=Ld.charAt(jd);if(Id.test(Fd)&&(Td===void 0||(_d.getTokenTypeAt(td(Md,jd+1))||"")==(Td||""))){var Ud=rd[Fd];if(Ud&&Ud.charAt(1)==">"==Ed>0)kd.push(Fd);else if(kd.length)kd.pop();else return{pos:td(Md,jd),ch:Fd}}}}}return Md-Ed==(Ed>0?_d.lastLine():_d.firstLine())?!1:null}function cd(_d,yd,Ed){for(var Td=_d.state.matchBrackets.maxHighlightLineLength||1e3,Od=Ed&&Ed.highlightNonMatching,Ad=[],Nd=_d.listSelections(),kd=0;kd<Nd.length;kd++){var Id=Nd[kd].empty()&&sd(_d,Nd[kd].head,Ed);if(Id&&(Id.match||Od!==!1)&&_d.getLine(Id.from.line).length<=Td){var Rd=Id.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket";Ad.push(_d.markText(Id.from,td(Id.from.line,Id.from.ch+1),{className:Rd})),Id.to&&_d.getLine(Id.to.line).length<=Td&&Ad.push(_d.markText(Id.to,td(Id.to.line,Id.to.ch+1),{className:Rd}))}}if(Ad.length){ed&&_d.state.focused&&_d.focus();var Md=function(){_d.operation(function(){for(var Ld=0;Ld<Ad.length;Ld++)Ad[Ld].clear()})};if(yd)setTimeout(Md,800);else return Md}}function ud(_d){_d.operation(function(){_d.state.matchBrackets.currentlyHighlighted&&(_d.state.matchBrackets.currentlyHighlighted(),_d.state.matchBrackets.currentlyHighlighted=null),_d.state.matchBrackets.currentlyHighlighted=cd(_d,!1,_d.state.matchBrackets)})}function gd(_d){_d.state.matchBrackets&&_d.state.matchBrackets.currentlyHighlighted&&(_d.state.matchBrackets.currentlyHighlighted(),_d.state.matchBrackets.currentlyHighlighted=null)}Ja.defineOption("matchBrackets",!1,function(_d,yd,Ed){Ed&&Ed!=Ja.Init&&(_d.off("cursorActivity",ud),_d.off("focus",ud),_d.off("blur",gd),gd(_d)),yd&&(_d.state.matchBrackets=typeof yd=="object"?yd:{},_d.on("cursorActivity",ud),_d.on("focus",ud),_d.on("blur",gd))}),Ja.defineExtension("matchBrackets",function(){cd(this,!0)}),Ja.defineExtension("findMatchingBracket",function(_d,yd,Ed){return(Ed||typeof yd=="boolean")&&(Ed?(Ed.strict=yd,yd=Ed):yd=yd?{strict:!0}:null),sd(this,_d,yd)}),Ja.defineExtension("scanForBracket",function(_d,yd,Ed,Td){return ld(this,_d,yd,Ed,Td)})})})();(function(Ra,qa){(function(Ja){Ja(requireCodemirror())})(function(Ja){var ed="CodeMirror-activeline",td="CodeMirror-activeline-background",rd="CodeMirror-activeline-gutter";Ja.defineOption("styleActiveLine",!1,function(ud,gd,_d){var yd=_d==Ja.Init?!1:_d;gd!=yd&&(yd&&(ud.off("beforeSelectionChange",cd),od(ud),delete ud.state.activeLines),gd&&(ud.state.activeLines=[],ld(ud,ud.listSelections()),ud.on("beforeSelectionChange",cd)))});function od(ud){for(var gd=0;gd<ud.state.activeLines.length;gd++)ud.removeLineClass(ud.state.activeLines[gd],"wrap",ed),ud.removeLineClass(ud.state.activeLines[gd],"background",td),ud.removeLineClass(ud.state.activeLines[gd],"gutter",rd)}function sd(ud,gd){if(ud.length!=gd.length)return!1;for(var _d=0;_d<ud.length;_d++)if(ud[_d]!=gd[_d])return!1;return!0}function ld(ud,gd){for(var _d=[],yd=0;yd<gd.length;yd++){var Ed=gd[yd],Td=ud.getOption("styleActiveLine");if(!(typeof Td=="object"&&Td.nonEmpty?Ed.anchor.line!=Ed.head.line:!Ed.empty())){var Od=ud.getLineHandleVisualStart(Ed.head.line);_d[_d.length-1]!=Od&&_d.push(Od)}}sd(ud.state.activeLines,_d)||ud.operation(function(){od(ud);for(var Ad=0;Ad<_d.length;Ad++)ud.addLineClass(_d[Ad],"wrap",ed),ud.addLineClass(_d[Ad],"background",td),ud.addLineClass(_d[Ad],"gutter",rd);ud.state.activeLines=_d})}function cd(ud,gd){ld(ud,gd.ranges)}})})();(function(Ra,qa){(function(Ja){Ja(requireCodemirror())})(function(Ja){var ed="CodeMirror-hint",td="CodeMirror-hint-active";Ja.showHint=function(Ad,Nd,kd){if(!Nd)return Ad.showHint(kd);kd&&kd.async&&(Nd.async=!0);var Id={hint:Nd};if(kd)for(var Rd in kd)Id[Rd]=kd[Rd];return Ad.showHint(Id)},Ja.defineExtension("showHint",function(Ad){Ad=ld(this,this.getCursor("start"),Ad);var Nd=this.listSelections();if(!(Nd.length>1)){if(this.somethingSelected()){if(!Ad.hint.supportsSelection)return;for(var kd=0;kd<Nd.length;kd++)if(Nd[kd].head.line!=Nd[kd].anchor.line)return}this.state.completionActive&&this.state.completionActive.close();var Id=this.state.completionActive=new rd(this,Ad);Id.options.hint&&(Ja.signal(this,"startCompletion",this),Id.update(!0))}}),Ja.defineExtension("closeHint",function(){this.state.completionActive&&this.state.completionActive.close()});function rd(Ad,Nd){if(this.cm=Ad,this.options=Nd,this.widget=null,this.debounce=0,this.tick=0,this.startPos=this.cm.getCursor("start"),this.startLen=this.cm.getLine(this.startPos.line).length-this.cm.getSelection().length,this.options.updateOnCursorActivity){var kd=this;Ad.on("cursorActivity",this.activityFunc=function(){kd.cursorActivity()})}}var od=window.requestAnimationFrame||function(Ad){return setTimeout(Ad,1e3/60)},sd=window.cancelAnimationFrame||clearTimeout;rd.prototype={close:function(){this.active()&&(this.cm.state.completionActive=null,this.tick=null,this.options.updateOnCursorActivity&&this.cm.off("cursorActivity",this.activityFunc),this.widget&&this.data&&Ja.signal(this.data,"close"),this.widget&&this.widget.close(),Ja.signal(this.cm,"endCompletion",this.cm))},active:function(){return this.cm.state.completionActive==this},pick:function(Ad,Nd){var kd=Ad.list[Nd],Id=this;this.cm.operation(function(){kd.hint?kd.hint(Id.cm,Ad,kd):Id.cm.replaceRange(cd(kd),kd.from||Ad.from,kd.to||Ad.to,"complete"),Ja.signal(Ad,"pick",kd),Id.cm.scrollIntoView()}),this.options.closeOnPick&&this.close()},cursorActivity:function(){this.debounce&&(sd(this.debounce),this.debounce=0);var Ad=this.startPos;this.data&&(Ad=this.data.from);var Nd=this.cm.getCursor(),kd=this.cm.getLine(Nd.line);if(Nd.line!=this.startPos.line||kd.length-Nd.ch!=this.startLen-this.startPos.ch||Nd.ch<Ad.ch||this.cm.somethingSelected()||!Nd.ch||this.options.closeCharacters.test(kd.charAt(Nd.ch-1)))this.close();else{var Id=this;this.debounce=od(function(){Id.update()}),this.widget&&this.widget.disable()}},update:function(Ad){if(this.tick!=null){var Nd=this,kd=++this.tick;Ed(this.options.hint,this.cm,this.options,function(Id){Nd.tick==kd&&Nd.finishUpdate(Id,Ad)})}},finishUpdate:function(Ad,Nd){this.data&&Ja.signal(this.data,"update");var kd=this.widget&&this.widget.picked||Nd&&this.options.completeSingle;this.widget&&this.widget.close(),this.data=Ad,Ad&&Ad.list.length&&(kd&&Ad.list.length==1?this.pick(Ad,0):(this.widget=new _d(this,Ad),Ja.signal(Ad,"shown")))}};function ld(Ad,Nd,kd){var Id=Ad.options.hintOptions,Rd={};for(var Md in Od)Rd[Md]=Od[Md];if(Id)for(var Md in Id)Id[Md]!==void 0&&(Rd[Md]=Id[Md]);if(kd)for(var Md in kd)kd[Md]!==void 0&&(Rd[Md]=kd[Md]);return Rd.hint.resolve&&(Rd.hint=Rd.hint.resolve(Ad,Nd)),Rd}function cd(Ad){return typeof Ad=="string"?Ad:Ad.text}function ud(Ad,Nd){var kd={Up:function(){Nd.moveFocus(-1)},Down:function(){Nd.moveFocus(1)},PageUp:function(){Nd.moveFocus(-Nd.menuSize()+1,!0)},PageDown:function(){Nd.moveFocus(Nd.menuSize()-1,!0)},Home:function(){Nd.setFocus(0)},End:function(){Nd.setFocus(Nd.length-1)},Enter:Nd.pick,Tab:Nd.pick,Esc:Nd.close},Id=/Mac/.test(navigator.platform);Id&&(kd["Ctrl-P"]=function(){Nd.moveFocus(-1)},kd["Ctrl-N"]=function(){Nd.moveFocus(1)});var Rd=Ad.options.customKeys,Md=Rd?{}:kd;function Ld(Fd,Ud){var Vd;typeof Ud!="string"?Vd=function(qd){return Ud(qd,Nd)}:kd.hasOwnProperty(Ud)?Vd=kd[Ud]:Vd=Ud,Md[Fd]=Vd}if(Rd)for(var jd in Rd)Rd.hasOwnProperty(jd)&&Ld(jd,Rd[jd]);var Pd=Ad.options.extraKeys;if(Pd)for(var jd in Pd)Pd.hasOwnProperty(jd)&&Ld(jd,Pd[jd]);return Md}function gd(Ad,Nd){for(;Nd&&Nd!=Ad;){if(Nd.nodeName.toUpperCase()==="LI"&&Nd.parentNode==Ad)return Nd;Nd=Nd.parentNode}}function _d(Ad,Nd){this.id="cm-complete-"+Math.floor(Math.random(1e6)),this.completion=Ad,this.data=Nd,this.picked=!1;var kd=this,Id=Ad.cm,Rd=Id.getInputField().ownerDocument,Md=Rd.defaultView||Rd.parentWindow,Ld=this.hints=Rd.createElement("ul");Ld.setAttribute("role","listbox"),Ld.setAttribute("aria-expanded","true"),Ld.id=this.id;var jd=Ad.cm.options.theme;Ld.className="CodeMirror-hints "+jd,this.selectedHint=Nd.selectedHint||0;for(var Pd=Nd.list,Fd=0;Fd<Pd.length;++Fd){var Ud=Ld.appendChild(Rd.createElement("li")),Vd=Pd[Fd],qd=ed+(Fd!=this.selectedHint?"":" "+td);Vd.className!=null&&(qd=Vd.className+" "+qd),Ud.className=qd,Fd==this.selectedHint&&Ud.setAttribute("aria-selected","true"),Ud.id=this.id+"-"+Fd,Ud.setAttribute("role","option"),Vd.render?Vd.render(Ud,Nd,Vd):Ud.appendChild(Rd.createTextNode(Vd.displayText||cd(Vd))),Ud.hintId=Fd}var Wd=Ad.options.container||Rd.body,zd=Id.cursorCoords(Ad.options.alignWithWord?Nd.from:null),Kd=zd.left,Qd=zd.bottom,hf=!0,gf=0,bf=0;if(Wd!==Rd.body){var kf=["absolute","relative","fixed"].indexOf(Md.getComputedStyle(Wd).position)!==-1,Cf=kf?Wd:Wd.offsetParent,Ef=Cf.getBoundingClientRect(),yf=Rd.body.getBoundingClientRect();gf=Ef.left-yf.left-Cf.scrollLeft,bf=Ef.top-yf.top-Cf.scrollTop}Ld.style.left=Kd-gf+"px",Ld.style.top=Qd-bf+"px";var Mf=Md.innerWidth||Math.max(Rd.body.offsetWidth,Rd.documentElement.offsetWidth),Af=Md.innerHeight||Math.max(Rd.body.offsetHeight,Rd.documentElement.offsetHeight);Wd.appendChild(Ld),Id.getInputField().setAttribute("aria-autocomplete","list"),Id.getInputField().setAttribute("aria-owns",this.id),Id.getInputField().setAttribute("aria-activedescendant",this.id+"-"+this.selectedHint);var Zd=Ad.options.moveOnOverlap?Ld.getBoundingClientRect():new DOMRect,mf=Ad.options.paddingForScrollbar?Ld.scrollHeight>Ld.clientHeight+1:!1,Pf;setTimeout(function(){Pf=Id.getScrollInfo()});var Ff=Zd.bottom-Af;if(Ff>0){var Lf=Zd.bottom-Zd.top,jf=Zd.top-(zd.bottom-zd.top)-2;Af-Zd.top<jf?(Lf>jf&&(Ld.style.height=(Lf=jf)+"px"),Ld.style.top=(Qd=zd.top-Lf)+bf+"px",hf=!1):Ld.style.height=Af-Zd.top-2+"px"}var xf=Zd.right-Mf;if(mf&&(xf+=Id.display.nativeBarWidth),xf>0&&(Zd.right-Zd.left>Mf&&(Ld.style.width=Mf-5+"px",xf-=Zd.right-Zd.left-Mf),Ld.style.left=(Kd=Math.max(zd.left-xf-gf,0))+"px"),mf)for(var Nf=Ld.firstChild;Nf;Nf=Nf.nextSibling)Nf.style.paddingRight=Id.display.nativeBarWidth+"px";if(Id.addKeyMap(this.keyMap=ud(Ad,{moveFocus:function(wf,Of){kd.changeActive(kd.selectedHint+wf,Of)},setFocus:function(wf){kd.changeActive(wf)},menuSize:function(){return kd.screenAmount()},length:Pd.length,close:function(){Ad.close()},pick:function(){kd.pick()},data:Nd})),Ad.options.closeOnUnfocus){var Bf;Id.on("blur",this.onBlur=function(){Bf=setTimeout(function(){Ad.close()},100)}),Id.on("focus",this.onFocus=function(){clearTimeout(Bf)})}Id.on("scroll",this.onScroll=function(){var wf=Id.getScrollInfo(),Of=Id.getWrapperElement().getBoundingClientRect();Pf||(Pf=Id.getScrollInfo());var $f=Qd+Pf.top-wf.top,Wf=$f-(Md.pageYOffset||(Rd.documentElement||Rd.body).scrollTop);if(hf||(Wf+=Ld.offsetHeight),Wf<=Of.top||Wf>=Of.bottom)return Ad.close();Ld.style.top=$f+"px",Ld.style.left=Kd+Pf.left-wf.left+"px"}),Ja.on(Ld,"dblclick",function(wf){var Of=gd(Ld,wf.target||wf.srcElement);Of&&Of.hintId!=null&&(kd.changeActive(Of.hintId),kd.pick())}),Ja.on(Ld,"click",function(wf){var Of=gd(Ld,wf.target||wf.srcElement);Of&&Of.hintId!=null&&(kd.changeActive(Of.hintId),Ad.options.completeOnSingleClick&&kd.pick())}),Ja.on(Ld,"mousedown",function(){setTimeout(function(){Id.focus()},20)});var Tf=this.getSelectedHintRange();return(Tf.from!==0||Tf.to!==0)&&this.scrollToActive(),Ja.signal(Nd,"select",Pd[this.selectedHint],Ld.childNodes[this.selectedHint]),!0}_d.prototype={close:function(){if(this.completion.widget==this){this.completion.widget=null,this.hints.parentNode&&this.hints.parentNode.removeChild(this.hints),this.completion.cm.removeKeyMap(this.keyMap);var Ad=this.completion.cm.getInputField();Ad.removeAttribute("aria-activedescendant"),Ad.removeAttribute("aria-owns");var Nd=this.completion.cm;this.completion.options.closeOnUnfocus&&(Nd.off("blur",this.onBlur),Nd.off("focus",this.onFocus)),Nd.off("scroll",this.onScroll)}},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var Ad=this;this.keyMap={Enter:function(){Ad.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function(Ad,Nd){if(Ad>=this.data.list.length?Ad=Nd?this.data.list.length-1:0:Ad<0&&(Ad=Nd?0:this.data.list.length-1),this.selectedHint!=Ad){var kd=this.hints.childNodes[this.selectedHint];kd&&(kd.className=kd.className.replace(" "+td,""),kd.removeAttribute("aria-selected")),kd=this.hints.childNodes[this.selectedHint=Ad],kd.className+=" "+td,kd.setAttribute("aria-selected","true"),this.completion.cm.getInputField().setAttribute("aria-activedescendant",kd.id),this.scrollToActive(),Ja.signal(this.data,"select",this.data.list[this.selectedHint],kd)}},scrollToActive:function(){var Ad=this.getSelectedHintRange(),Nd=this.hints.childNodes[Ad.from],kd=this.hints.childNodes[Ad.to],Id=this.hints.firstChild;Nd.offsetTop<this.hints.scrollTop?this.hints.scrollTop=Nd.offsetTop-Id.offsetTop:kd.offsetTop+kd.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=kd.offsetTop+kd.offsetHeight-this.hints.clientHeight+Id.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1},getSelectedHintRange:function(){var Ad=this.completion.options.scrollMargin||0;return{from:Math.max(0,this.selectedHint-Ad),to:Math.min(this.data.list.length-1,this.selectedHint+Ad)}}};function yd(Ad,Nd){if(!Ad.somethingSelected())return Nd;for(var kd=[],Id=0;Id<Nd.length;Id++)Nd[Id].supportsSelection&&kd.push(Nd[Id]);return kd}function Ed(Ad,Nd,kd,Id){if(Ad.async)Ad(Nd,Id,kd);else{var Rd=Ad(Nd,kd);Rd&&Rd.then?Rd.then(Id):Id(Rd)}}function Td(Ad,Nd){var kd=Ad.getHelpers(Nd,"hint"),Id;if(kd.length){var Rd=function(Md,Ld,jd){var Pd=yd(Md,kd);function Fd(Ud){if(Ud==Pd.length)return Ld(null);Ed(Pd[Ud],Md,jd,function(Vd){Vd&&Vd.list.length>0?Ld(Vd):Fd(Ud+1)})}Fd(0)};return Rd.async=!0,Rd.supportsSelection=!0,Rd}else return(Id=Ad.getHelper(Ad.getCursor(),"hintWords"))?function(Md){return Ja.hint.fromList(Md,{words:Id})}:Ja.hint.anyword?function(Md,Ld){return Ja.hint.anyword(Md,Ld)}:function(){}}Ja.registerHelper("hint","auto",{resolve:Td}),Ja.registerHelper("hint","fromList",function(Ad,Nd){var kd=Ad.getCursor(),Id=Ad.getTokenAt(kd),Rd,Md=Ja.Pos(kd.line,Id.start),Ld=kd;Id.start<kd.ch&&/\w/.test(Id.string.charAt(kd.ch-Id.start-1))?Rd=Id.string.substr(0,kd.ch-Id.start):(Rd="",Md=kd);for(var jd=[],Pd=0;Pd<Nd.words.length;Pd++){var Fd=Nd.words[Pd];Fd.slice(0,Rd.length)==Rd&&jd.push(Fd)}if(jd.length)return{list:jd,from:Md,to:Ld}}),Ja.commands.autocomplete=Ja.showHint;var Od={hint:Ja.hint.auto,completeSingle:!0,alignWithWord:!0,closeCharacters:/[\s()\[\]{};:>,]/,closeOnPick:!0,closeOnUnfocus:!0,updateOnCursorActivity:!0,completeOnSingleClick:!0,container:null,customKeys:null,extraKeys:null,paddingForScrollbar:!0,moveOnOverlap:!0};Ja.defineOption("hintOptions",null)})})();(function(Ra,qa){(function(Ja){Ja(requireCodemirror(),cssExports)})(function(Ja){var ed={active:1,after:1,before:1,checked:1,default:1,disabled:1,empty:1,enabled:1,"first-child":1,"first-letter":1,"first-line":1,"first-of-type":1,focus:1,hover:1,"in-range":1,indeterminate:1,invalid:1,lang:1,"last-child":1,"last-of-type":1,link:1,not:1,"nth-child":1,"nth-last-child":1,"nth-last-of-type":1,"nth-of-type":1,"only-of-type":1,"only-child":1,optional:1,"out-of-range":1,placeholder:1,"read-only":1,"read-write":1,required:1,root:1,selection:1,target:1,valid:1,visited:1};Ja.registerHelper("hint","css",function(td){var rd=td.getCursor(),od=td.getTokenAt(rd),sd=Ja.innerMode(td.getMode(),od.state);if(sd.mode.name!="css")return;if(od.type=="keyword"&&"!important".indexOf(od.string)==0)return{list:["!important"],from:Ja.Pos(rd.line,od.start),to:Ja.Pos(rd.line,od.end)};var ld=od.start,cd=rd.ch,ud=od.string.slice(0,cd-ld);/[^\w$_-]/.test(ud)&&(ud="",ld=cd=rd.ch);var gd=Ja.resolveMode("text/css"),_d=[];function yd(Td){for(var Od in Td)(!ud||Od.lastIndexOf(ud,0)==0)&&_d.push(Od)}var Ed=sd.state.state;if(Ed=="pseudo"||od.type=="variable-3"?yd(ed):Ed=="block"||Ed=="maybeprop"?yd(gd.propertyKeywords):Ed=="prop"||Ed=="parens"||Ed=="at"||Ed=="params"?(yd(gd.valueKeywords),yd(gd.colorKeywords)):(Ed=="media"||Ed=="media_parens")&&(yd(gd.mediaTypes),yd(gd.mediaFeatures)),_d.length)return{list:_d,from:Ja.Pos(rd.line,ld),to:Ja.Pos(rd.line,cd)}})})})();const app=createApp(_sfc_main);app.use(Store);app.use(ElementPlus);app.mount("#app");export{isDark as $,cleanAndMerge as A,getConfig$1 as B,random as C,setupGraphViewbox2 as D,selectSvgElement as E,version as F,getThemeVariables3 as G,line$1 as H,hasKatex as I,calculateMathMLDimensions as J,renderKatex as K,parseFontSize as L,curveBasis as M,parseGenericTypes as N,setupGraphViewbox as O,getStylesFromArray as P,interpolateToCurve as Q,curveLinear as R,getSubGraphTitleMargins as S,evaluate as T,createText as U,generateId as V,lineBreakRegex as W,__export as X,commonDb_exports as Y,ZERO_WIDTH_SPACE as Z,__name as _,assignWithDepth_default as a,define$1 as a$,lighten as a0,darken as a1,withPath as a2,halfPi as a3,epsilon$2 as a4,tau$2 as a5,cos as a6,sin as a7,min as a8,abs$1 as a9,map$5 as aA,constant$5 as aB,isFunction$2 as aC,keys as aD,union as aE,isEmpty$2 as aF,computeDimensionOfText as aG,array as aH,global$1 as aI,commonjsGlobal as aJ,getDefaultExportFromCjs as aK,toNumber$2 as aL,baseRest as aM,isIterateeCall as aN,keysIn as aO,eq as aP,isArrayLike$1 as aQ,baseIteratee as aR,baseFindIndex as aS,isSymbol as aT,identity$1 as aU,isArray$1 as aV,arrayEach as aW,baseEach as aX,arrayFilter as aY,hasPath as aZ,arrayMap as a_,pi$7 as aa,sqrt as ab,atan2 as ac,constant$2 as ad,asin as ae,acos as af,max$1 as ag,clone$1 as ah,Utils as ai,Color$1 as aj,getLineFunctionsWithOffset as ak,replaceIconSubstring as al,decodeEntities as am,markers_default as an,clear3 as ao,clear2 as ap,clear as aq,updateNodeBounds as ar,setNodeElem as as,insertNode as at,positionNode as au,insertCluster as av,insertEdge as aw,positionEdgeLabel as ax,insertEdgeLabel as ay,isUndefined$2 as az,getAccDescription as b,extend$2 as b0,Rgb as b1,Color as b2,rgbConvert as b3,nogamma as b4,hue as b5,dayjs2 as b6,dayjsCustomParseFormat as b7,dayjsAdvancedFormat as b8,constant$3 as b9,isObjectLike$1 as bA,baseGetTag as bB,baseIndexOf as bC,nodeUtil as bD,getAllKeysIn as bE,basePickBy as bF,arraySome as bG,baseUniq as bH,noop$5 as bI,flatMap as bJ,isObject$3 as bK,__vitePreload as bL,interpolateNumber as ba,color as bb,interpolateRgb as bc,interpolateString as bd,baseFor as be,baseForOwn as bf,baseAssignValue as bg,baseGet as bh,baseUnary as bi,baseMap as bj,baseFlatten as bk,toString$2 as bl,assignValue as bm,flatten as bn,pick as bo,last as bp,cloneDeep$1 as bq,merge$3 as br,createAssigner as bs,isPrototype as bt,copyObject as bu,SetCache as bv,arrayIncludes as bw,cacheHas as bx,isArrayLikeObject as by,baseSlice as bz,setAccDescription as c,getConfig2 as d,common_default as e,calculateTextHeight as f,getAccTitle as g,calculateTextWidth as h,sanitizeText as i,d3select as j,configureSvgSize as k,log$1 as l,sanitizeUrl_1 as m,setConfig2 as n,defaultConfig2 as o,setDiagramTitle as p,getDiagramTitle as q,clear$1 as r,setAccTitle as s,getEdgeId as t,utils_default as u,getRegisteredLayoutAlgorithm as v,wrapLabel as w,render$1 as x,rgba$1 as y,defaultConfig_default as z};